Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae641801e1 | |||
| 719e63c667 | |||
| e26da1bb8f | |||
| f5fad07038 | |||
| 68992301ff | |||
| d529c27a68 | |||
| 56e8d868c9 | |||
| 14e1d4a9f5 | |||
| efe49469aa | |||
| 39500f802a | |||
| a64d38dbb1 | |||
| e2d3ae8949 |
38
changelog.md
38
changelog.md
@@ -1,5 +1,43 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-10-06 - 1.1.13 - fix(dees-button)
|
||||||
|
Fix styling issue in button component.
|
||||||
|
|
||||||
|
- Moved the .button.disabled styling block to its correct position after the .button.highlighted block.
|
||||||
|
|
||||||
|
## 2024-10-06 - 1.1.12 - fix(dees-button)
|
||||||
|
Fix reflect attribute for disabled property on dees-button component
|
||||||
|
|
||||||
|
- Added reflect: true to the 'disabled' property ensuring changes reflect in the DOM attribute.
|
||||||
|
|
||||||
|
## 2024-10-05 - 1.1.11 - fix(DeesStepper)
|
||||||
|
Adjusted CSS properties in DeesStepper component
|
||||||
|
|
||||||
|
- Increased border-radius from 8px to 16px for step container elements
|
||||||
|
- Adjusted font-size and font-weight for the title in the step container to improve readability
|
||||||
|
|
||||||
|
## 2024-10-04 - 1.1.10 - fix(dependencies)
|
||||||
|
Reverted @webcontainer/api version
|
||||||
|
|
||||||
|
- Changed @webcontainer/api version from ^1.3.0 to 1.2.0 in package.json
|
||||||
|
|
||||||
|
## 2024-10-04 - 1.1.9 - fix(dependencies)
|
||||||
|
Update various dependencies for compatibility and stability.
|
||||||
|
|
||||||
|
- Update @design.estate/dees-domtools to version ^2.0.61
|
||||||
|
- Update @design.estate/dees-element to version ^2.0.39
|
||||||
|
- Update @webcontainer/api to version ^1.3.0
|
||||||
|
- Update apexcharts to version ^3.54.0
|
||||||
|
- Update monaco-editor to version ^0.52.0
|
||||||
|
- Update pdfjs-dist to version ^4.6.82
|
||||||
|
- Update @push.rocks/tapbundle to version ^5.3.0
|
||||||
|
- Update @types/node to version ^22.7.4
|
||||||
|
|
||||||
|
## 2024-09-02 - 1.1.8 - fix(dees-simple-appdash)
|
||||||
|
Corrected viewTab active background color
|
||||||
|
|
||||||
|
- Corrected the background color of the viewTab in active state for better visual consistency.
|
||||||
|
|
||||||
## 2024-09-02 - 1.1.7 - fix(dependencies)
|
## 2024-09-02 - 1.1.7 - fix(dependencies)
|
||||||
Update dependencies to their latest versions
|
Update dependencies to their latest versions
|
||||||
|
|
||||||
|
|||||||
18
package.json
18
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@design.estate/dees-catalog",
|
"name": "@design.estate/dees-catalog",
|
||||||
"version": "1.1.7",
|
"version": "1.1.13",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A library for building components and other projects",
|
"description": "A library for building components and other projects",
|
||||||
"main": "dist_ts_web/index.js",
|
"main": "dist_ts_web/index.js",
|
||||||
@@ -15,8 +15,8 @@
|
|||||||
"author": "Lossless GmbH",
|
"author": "Lossless GmbH",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@design.estate/dees-domtools": "^2.0.57",
|
"@design.estate/dees-domtools": "^2.0.61",
|
||||||
"@design.estate/dees-element": "^2.0.36",
|
"@design.estate/dees-element": "^2.0.39",
|
||||||
"@design.estate/dees-wcctools": "^1.0.90",
|
"@design.estate/dees-wcctools": "^1.0.90",
|
||||||
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
||||||
"@fortawesome/free-brands-svg-icons": "^6.6.0",
|
"@fortawesome/free-brands-svg-icons": "^6.6.0",
|
||||||
@@ -26,12 +26,12 @@
|
|||||||
"@push.rocks/smartpromise": "^4.0.4",
|
"@push.rocks/smartpromise": "^4.0.4",
|
||||||
"@push.rocks/smartstring": "^4.0.15",
|
"@push.rocks/smartstring": "^4.0.15",
|
||||||
"@tsclass/tsclass": "^4.1.2",
|
"@tsclass/tsclass": "^4.1.2",
|
||||||
"@webcontainer/api": "^1.2.0",
|
"@webcontainer/api": "1.2.0",
|
||||||
"apexcharts": "^3.53.0",
|
"apexcharts": "^3.54.0",
|
||||||
"highlight.js": "11.10.0",
|
"highlight.js": "11.10.0",
|
||||||
"ibantools": "^4.5.1",
|
"ibantools": "^4.5.1",
|
||||||
"monaco-editor": "^0.51.0",
|
"monaco-editor": "^0.52.0",
|
||||||
"pdfjs-dist": "^4.5.136",
|
"pdfjs-dist": "^4.6.82",
|
||||||
"xterm": "^5.3.0",
|
"xterm": "^5.3.0",
|
||||||
"xterm-addon-fit": "^0.8.0"
|
"xterm-addon-fit": "^0.8.0"
|
||||||
},
|
},
|
||||||
@@ -41,8 +41,8 @@
|
|||||||
"@git.zone/tstest": "^1.0.90",
|
"@git.zone/tstest": "^1.0.90",
|
||||||
"@git.zone/tswatch": "^2.0.23",
|
"@git.zone/tswatch": "^2.0.23",
|
||||||
"@push.rocks/projectinfo": "^5.0.2",
|
"@push.rocks/projectinfo": "^5.0.2",
|
||||||
"@push.rocks/tapbundle": "^5.0.24",
|
"@push.rocks/tapbundle": "^5.3.0",
|
||||||
"@types/node": "^22.5.2"
|
"@types/node": "^22.7.4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"ts/**/*",
|
"ts/**/*",
|
||||||
|
|||||||
1127
pnpm-lock.yaml
generated
1127
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-catalog',
|
name: '@design.estate/dees-catalog',
|
||||||
version: '1.1.7',
|
version: '1.1.13',
|
||||||
description: 'A library for building components and other projects'
|
description: 'A library for building components and other projects'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,7 +35,8 @@ export class DeesButton extends DeesElement {
|
|||||||
public eventDetailData: string;
|
public eventDetailData: string;
|
||||||
|
|
||||||
@property({
|
@property({
|
||||||
type: Boolean
|
type: Boolean,
|
||||||
|
reflect: true,
|
||||||
})
|
})
|
||||||
public disabled = false;
|
public disabled = false;
|
||||||
|
|
||||||
@@ -103,13 +104,6 @@ export class DeesButton extends DeesElement {
|
|||||||
border-top: 1px solid #0069f2;
|
border-top: 1px solid #0069f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.disabled {
|
|
||||||
background: ${cssManager.bdTheme('#ffffff00', '#11111100')};
|
|
||||||
border: 1px dashed ${cssManager.bdTheme('#666666', '#666666')};
|
|
||||||
color: #9b9b9e;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button.highlighted {
|
.button.highlighted {
|
||||||
background: #e4002b;
|
background: #e4002b;
|
||||||
border: none;
|
border: none;
|
||||||
@@ -131,6 +125,14 @@ export class DeesButton extends DeesElement {
|
|||||||
.button.discreet:hover {
|
.button.discreet:hover {
|
||||||
background: ${cssManager.bdTheme('rgba(0, 0, 0, 0.1)', 'rgba(255, 255, 255, 0.1)')};
|
background: ${cssManager.bdTheme('rgba(0, 0, 0, 0.1)', 'rgba(255, 255, 255, 0.1)')};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button.disabled {
|
||||||
|
background: ${cssManager.bdTheme('#ffffff00', '#11111100')};
|
||||||
|
border: 1px dashed ${cssManager.bdTheme('#666666', '#666666')};
|
||||||
|
color: #9b9b9e;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
.button.hidden {
|
.button.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ export class DeesSimpleAppDash extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.viewTab:active {
|
.viewTab:active {
|
||||||
background: ${cssManager.bdTheme(colors.bright.blueActive, colors.dark.blueActive)};
|
background: ${cssManager.bdTheme('#aaa', '#ffffff20')};
|
||||||
color: ${cssManager.bdTheme('#000', '#fff')};
|
color: ${cssManager.bdTheme('#000', '#fff')};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ export class DeesStepper extends DeesElement {
|
|||||||
transition: all 0.7s ease-in-out;
|
transition: all 0.7s ease-in-out;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
border-radius: 8px;
|
border-radius: 16px;
|
||||||
background: ${cssManager.bdTheme('#ffffff', '#181818')};
|
background: ${cssManager.bdTheme('#ffffff', '#181818')};
|
||||||
border-top: 1px solid ${cssManager.bdTheme('#ffffff', '#181818')};
|
border-top: 1px solid ${cssManager.bdTheme('#ffffff', '#181818')};
|
||||||
color: ${cssManager.bdTheme('#333', '#fff')};
|
color: ${cssManager.bdTheme('#333', '#fff')};
|
||||||
@@ -175,8 +175,9 @@ export class DeesStepper extends DeesElement {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
font-family: 'Geist Sans', sans-serif;
|
font-family: 'Geist Sans', sans-serif;
|
||||||
font-size: 25px;
|
font-size: 22px;
|
||||||
font-weight: 300;
|
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.step .content {
|
.step .content {
|
||||||
|
|||||||
Reference in New Issue
Block a user