@kosdev-code/kos-ddk-styles 0.1.0-dev.5053 → 0.1.0-dev.5070

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs CHANGED
@@ -1412,8 +1412,10 @@
1412
1412
  --ddk-component-dashboard-card-background-color-unassigned: var(--ddk-generic-color-grey-10);
1413
1413
  --ddk-component-dashboard-card-flex-direction: column;
1414
1414
  --ddk-component-dashboard-card-height: 115px; // validated
1415
+ --ddk-component-dashboard-card-small-height: 115px; // validated
1415
1416
  --ddk-component-dashboard-card-large-width: 316px; // validated
1416
1417
  --ddk-component-dashboard-card-small-width: 216px; // validated
1418
+ --ddk-component-dashboard-card-max-height: 92px; // validated
1417
1419
 
1418
1420
  // dashboard-trouble-colors
1419
1421
  --ddk-component-dashboard-enjoy-by-trouble-warning-color: var(--ddk-semantic-color-system-red);
@@ -1864,6 +1866,7 @@
1864
1866
  --ddk-component-dashboard-card-color: var(--ddk-generic-color-grey-90);
1865
1867
  --ddk-component-dashboard-card-header-background-color: var(--ddk-generic-color-grey-20);
1866
1868
  --ddk-component-dashboard-card-height: 92px; // validated
1869
+ --ddk-component-dashboard-card-small-height: 92px; // validated
1867
1870
  --ddk-component-dashboard-card-large-width: 260px; // validated
1868
1871
  --ddk-component-dashboard-card-layout-columns: minmax(0, min-content) auto auto 30px;
1869
1872
  --ddk-component-dashboard-card-layout-rows: 30px 38px 0px;
package/index.js CHANGED
@@ -1415,8 +1415,10 @@ const S = "data:font/ttf;base64,AAEAAAAPAIAAAwBwR1BPU3FqdQMAAEYcAAA1YkdTVUKYP7Ek
1415
1415
  --ddk-component-dashboard-card-background-color-unassigned: var(--ddk-generic-color-grey-10);
1416
1416
  --ddk-component-dashboard-card-flex-direction: column;
1417
1417
  --ddk-component-dashboard-card-height: 115px; // validated
1418
+ --ddk-component-dashboard-card-small-height: 115px; // validated
1418
1419
  --ddk-component-dashboard-card-large-width: 316px; // validated
1419
1420
  --ddk-component-dashboard-card-small-width: 216px; // validated
1421
+ --ddk-component-dashboard-card-max-height: 92px; // validated
1420
1422
 
1421
1423
  // dashboard-trouble-colors
1422
1424
  --ddk-component-dashboard-enjoy-by-trouble-warning-color: var(--ddk-semantic-color-system-red);
@@ -1867,6 +1869,7 @@ const S = "data:font/ttf;base64,AAEAAAAPAIAAAwBwR1BPU3FqdQMAAEYcAAA1YkdTVUKYP7Ek
1867
1869
  --ddk-component-dashboard-card-color: var(--ddk-generic-color-grey-90);
1868
1870
  --ddk-component-dashboard-card-header-background-color: var(--ddk-generic-color-grey-20);
1869
1871
  --ddk-component-dashboard-card-height: 92px; // validated
1872
+ --ddk-component-dashboard-card-small-height: 92px; // validated
1870
1873
  --ddk-component-dashboard-card-large-width: 260px; // validated
1871
1874
  --ddk-component-dashboard-card-layout-columns: minmax(0, min-content) auto auto 30px;
1872
1875
  --ddk-component-dashboard-card-layout-rows: 30px 38px 0px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kosdev-code/kos-ddk-styles",
3
- "version": "0.1.0-dev.5053",
3
+ "version": "0.1.0-dev.5070",
4
4
  "type": "module",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "kos": {
14
14
  "build": {
15
- "gitHash": "c98a36c0d6454b4648b4e9d014b0e57fcd1d39a1"
15
+ "gitHash": "1fbd6aa02edb150d22e92ca51b7052ea5cfd97c2"
16
16
  }
17
17
  },
18
18
  "publishConfig": {
@@ -1 +1 @@
1
- {"version":3,"file":"base-component.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-styles/src/tokens/base/base-component.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB,2CAk9B/B,CAAC"}
1
+ {"version":3,"file":"base-component.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-styles/src/tokens/base/base-component.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB,2CAo9B/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"flex-eu-component.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-styles/src/tokens/flex-eu/flex-eu-component.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,2CAyLjC,CAAC"}
1
+ {"version":3,"file":"flex-eu-component.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-styles/src/tokens/flex-eu/flex-eu-component.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,2CA0LjC,CAAC"}