@knime/kds-styles 0.0.15 → 0.0.16
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.
|
@@ -1769,7 +1769,7 @@ syntax: "<color>";
|
|
|
1769
1769
|
@property --kds-color-blanket-default {
|
|
1770
1770
|
syntax: "<color>";
|
|
1771
1771
|
inherits: true;
|
|
1772
|
-
initial-value: hsl(330 0% 11% / 0.8);
|
|
1772
|
+
initial-value: light-dark(hsl(330 0% 11% / 0.8), hsl(240 0% 13% / 0.6));
|
|
1773
1773
|
}
|
|
1774
1774
|
|
|
1775
1775
|
@property --kds-color-nodes-and-variables-flow-variable {
|
|
@@ -2696,6 +2696,24 @@ syntax: "<length>";
|
|
|
2696
2696
|
initial-value: 64px;
|
|
2697
2697
|
}
|
|
2698
2698
|
|
|
2699
|
+
@property --kds-dimension-component-width-25x {
|
|
2700
|
+
syntax: "<length>";
|
|
2701
|
+
inherits: false;
|
|
2702
|
+
initial-value: 400px;
|
|
2703
|
+
}
|
|
2704
|
+
|
|
2705
|
+
@property --kds-dimension-component-width-32x {
|
|
2706
|
+
syntax: "<length>";
|
|
2707
|
+
inherits: false;
|
|
2708
|
+
initial-value: 512px;
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
@property --kds-dimension-component-width-45x {
|
|
2712
|
+
syntax: "<length>";
|
|
2713
|
+
inherits: false;
|
|
2714
|
+
initial-value: 720px;
|
|
2715
|
+
}
|
|
2716
|
+
|
|
2699
2717
|
@property --kds-dimension-icon-0-56x {
|
|
2700
2718
|
syntax: "<length>";
|
|
2701
2719
|
inherits: false;
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
--kds-color-border-neutral-bold-active: light-dark(hsl(345 0% 10% / 0.74), hsl(330 0% 99% / 0.68));
|
|
298
298
|
--kds-color-focus-outline: light-dark(hsl(209 57% 50%), hsl(214 92% 77%));
|
|
299
299
|
--kds-color-focus-background: light-dark(hsl(217 100% 97%), hsl(211.86 41.035% 17.864%));
|
|
300
|
-
--kds-color-blanket-default: hsl(330 0% 11% / 0.8);
|
|
300
|
+
--kds-color-blanket-default: light-dark(hsl(330 0% 11% / 0.8), hsl(240 0% 13% / 0.6));
|
|
301
301
|
--kds-color-nodes-and-variables-flow-variable: light-dark(hsl(360 84% 63%), hsl(0 100% 66%));
|
|
302
302
|
--kds-color-nodes-and-variables-loop: hsl(188 52% 77%);
|
|
303
303
|
--kds-color-nodes-and-variables-manipulator: hsl(51 100% 50%);
|
|
@@ -452,6 +452,9 @@
|
|
|
452
452
|
--kds-dimension-component-width-1-75x: 28px;
|
|
453
453
|
--kds-dimension-component-width-2-25x: 36px;
|
|
454
454
|
--kds-dimension-component-width-4x: 64px;
|
|
455
|
+
--kds-dimension-component-width-25x: 400px;
|
|
456
|
+
--kds-dimension-component-width-32x: 512px;
|
|
457
|
+
--kds-dimension-component-width-45x: 720px;
|
|
455
458
|
--kds-dimension-icon-0-56x: 9px;
|
|
456
459
|
--kds-dimension-icon-0-75x: 12px;
|
|
457
460
|
--kds-dimension-icon-1x: 16px;
|