@knime/kds-styles 0.10.0 → 0.12.0
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.
|
@@ -2720,12 +2720,24 @@ syntax: "<length>";
|
|
|
2720
2720
|
initial-value: 512px;
|
|
2721
2721
|
}
|
|
2722
2722
|
|
|
2723
|
+
@property --kds-dimension-component-width-35x {
|
|
2724
|
+
syntax: "<length>";
|
|
2725
|
+
inherits: false;
|
|
2726
|
+
initial-value: 560px;
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2723
2729
|
@property --kds-dimension-component-width-45x {
|
|
2724
2730
|
syntax: "<length>";
|
|
2725
2731
|
inherits: false;
|
|
2726
2732
|
initial-value: 720px;
|
|
2727
2733
|
}
|
|
2728
2734
|
|
|
2735
|
+
@property --kds-dimension-component-width-52-5x {
|
|
2736
|
+
syntax: "<length>";
|
|
2737
|
+
inherits: false;
|
|
2738
|
+
initial-value: 840px;
|
|
2739
|
+
}
|
|
2740
|
+
|
|
2729
2741
|
@property --kds-dimension-component-width-61x {
|
|
2730
2742
|
syntax: "<length>";
|
|
2731
2743
|
inherits: false;
|
|
@@ -456,7 +456,9 @@
|
|
|
456
456
|
--kds-dimension-component-width-16x: 256px;
|
|
457
457
|
--kds-dimension-component-width-25x: 400px;
|
|
458
458
|
--kds-dimension-component-width-32x: 512px;
|
|
459
|
+
--kds-dimension-component-width-35x: 560px;
|
|
459
460
|
--kds-dimension-component-width-45x: 720px;
|
|
461
|
+
--kds-dimension-component-width-52-5x: 840px;
|
|
460
462
|
--kds-dimension-component-width-61x: 976px;
|
|
461
463
|
--kds-dimension-icon-0-56x: 9px;
|
|
462
464
|
--kds-dimension-icon-0-75x: 12px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knime/kds-styles",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"description": "Package containing the design tokens and icons for the KNIME Design System",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"consola": "^3.4.2",
|
|
24
24
|
"jsdom": "^28.0.0",
|
|
25
25
|
"style-dictionary": "^5.2.0",
|
|
26
|
-
"svgo": "^4.0.
|
|
26
|
+
"svgo": "^4.0.1",
|
|
27
27
|
"typescript": "^5.9.3"
|
|
28
28
|
},
|
|
29
29
|
"files": [
|