@knime/kds-styles 0.7.0 → 0.9.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.
|
@@ -2624,6 +2624,24 @@ syntax: "<length>";
|
|
|
2624
2624
|
initial-value: 64px;
|
|
2625
2625
|
}
|
|
2626
2626
|
|
|
2627
|
+
@property --kds-dimension-component-height-12x {
|
|
2628
|
+
syntax: "<length>";
|
|
2629
|
+
inherits: false;
|
|
2630
|
+
initial-value: 192px;
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
@property --kds-dimension-component-height-20x {
|
|
2634
|
+
syntax: "<length>";
|
|
2635
|
+
inherits: false;
|
|
2636
|
+
initial-value: 320px;
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
@property --kds-dimension-component-height-45x {
|
|
2640
|
+
syntax: "<length>";
|
|
2641
|
+
inherits: false;
|
|
2642
|
+
initial-value: 720px;
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2627
2645
|
@property --kds-dimension-component-width-0-125x {
|
|
2628
2646
|
syntax: "<length>";
|
|
2629
2647
|
inherits: false;
|
|
@@ -440,6 +440,9 @@
|
|
|
440
440
|
--kds-dimension-component-height-2-25x: 36px;
|
|
441
441
|
--kds-dimension-component-height-2-5x: 40px;
|
|
442
442
|
--kds-dimension-component-height-4x: 64px;
|
|
443
|
+
--kds-dimension-component-height-12x: 192px;
|
|
444
|
+
--kds-dimension-component-height-20x: 320px;
|
|
445
|
+
--kds-dimension-component-height-45x: 720px;
|
|
443
446
|
--kds-dimension-component-width-0-125x: 2px;
|
|
444
447
|
--kds-dimension-component-width-0-25x: 4px;
|
|
445
448
|
--kds-dimension-component-width-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.9.0",
|
|
4
4
|
"description": "Package containing the design tokens and icons for the KNIME Design System",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@tokens-studio/sd-transforms": "^2.0.3",
|
|
21
|
-
"@types/jsdom": "^
|
|
21
|
+
"@types/jsdom": "^27.0.0",
|
|
22
22
|
"@types/node": "^25.0.10",
|
|
23
23
|
"consola": "^3.4.2",
|
|
24
24
|
"jsdom": "^28.0.0",
|