@knime/kds-styles 0.6.4 → 0.6.5

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.
@@ -266,6 +266,12 @@ syntax: "<color>";
266
266
  initial-value: hsl(51 100% 50%);
267
267
  }
268
268
 
269
+ @property --kds-color-background-static-overlay {
270
+ syntax: "<color>";
271
+ inherits: true;
272
+ initial-value: hsl(0 0% 13%);
273
+ }
274
+
269
275
  @property --kds-color-text-and-icon-neutral {
270
276
  syntax: "<color>";
271
277
  inherits: true;
@@ -956,6 +962,18 @@ syntax: "<color>";
956
962
  initial-value: hsl(120 0% 16% / 0.24);
957
963
  }
958
964
 
965
+ @property --kds-color-tooltip-background-default {
966
+ syntax: "<color>";
967
+ inherits: true;
968
+ initial-value: hsl(0 0% 13%);
969
+ }
970
+
971
+ @property --kds-color-tooltip-text-and-icon-neutral {
972
+ syntax: "<color>";
973
+ inherits: true;
974
+ initial-value: hsl(0 0% 98%);
975
+ }
976
+
959
977
  @property --kds-border-action-transparent {
960
978
  syntax: "<string>";
961
979
  inherits: false;
@@ -1466,6 +1466,12 @@ syntax: "<color>";
1466
1466
  initial-value: hsl(51 100% 50%);
1467
1467
  }
1468
1468
 
1469
+ @property --kds-color-background-static-overlay {
1470
+ syntax: "<color>";
1471
+ inherits: true;
1472
+ initial-value: light-dark(hsl(0 0% 13%), hsl(0 0% 22%));
1473
+ }
1474
+
1469
1475
  @property --kds-color-text-and-icon-neutral {
1470
1476
  syntax: "<color>";
1471
1477
  inherits: true;
@@ -2168,6 +2174,18 @@ syntax: "<color>";
2168
2174
  initial-value: light-dark(linear-gradient(90deg, hsla(0, 0%, 10%, 0.02) 0%, hsla(0, 0%, 10%, 0.15) 25%, hsla(0, 0%, 10%, 0.02) 65%, hsla(0, 0%, 10%, 0.00) 100%), linear-gradient(90deg, hsla(0, 0%, 94%, 0.02) 0%, hsla(0, 0%, 94%, 0.15) 25%, hsla(0, 0%, 94%, 0.02) 65%, hsla(0, 0%, 94%, 0.00) 100%));
2169
2175
  }
2170
2176
 
2177
+ @property --kds-color-tooltip-background-default {
2178
+ syntax: "<color>";
2179
+ inherits: true;
2180
+ initial-value: light-dark(hsl(0 0% 13%), hsl(0 0% 22%));
2181
+ }
2182
+
2183
+ @property --kds-color-tooltip-text-and-icon-neutral {
2184
+ syntax: "<color>";
2185
+ inherits: true;
2186
+ initial-value: hsl(0 0% 98%);
2187
+ }
2188
+
2171
2189
  @property --kds-border-radius-container-none {
2172
2190
  syntax: "<length>";
2173
2191
  inherits: false;
@@ -2660,6 +2678,12 @@ syntax: "<length>";
2660
2678
  initial-value: 400px;
2661
2679
  }
2662
2680
 
2681
+ @property --kds-dimension-component-width-16x {
2682
+ syntax: "<length>";
2683
+ inherits: false;
2684
+ initial-value: 256px;
2685
+ }
2686
+
2663
2687
  @property --kds-dimension-component-width-32x {
2664
2688
  syntax: "<length>";
2665
2689
  inherits: false;
@@ -47,6 +47,7 @@
47
47
  --kds-color-background-static-success: hsl(119.44 95.797% 93.942%);
48
48
  --kds-color-background-static-success-muted: hsl(124.89 65.088% 97.723%);
49
49
  --kds-color-background-static-brand: hsl(51 100% 50%);
50
+ --kds-color-background-static-overlay: hsl(0 0% 13%);
50
51
  --kds-color-text-and-icon-neutral: hsl(0 0% 16%);
51
52
  --kds-color-text-and-icon-muted: hsl(0 0% 32%);
52
53
  --kds-color-text-and-icon-subtle: hsl(0 0% 43%);
@@ -162,6 +163,8 @@
162
163
  --kds-color-loading-spinner-progress-on-surface: hsl(0 0% 16%);
163
164
  --kds-color-loading-spinner-track-on-primary: hsl(none 0% 98% / 0.24);
164
165
  --kds-color-loading-spinner-track-on-surface: hsl(120 0% 16% / 0.24);
166
+ --kds-color-tooltip-background-default: hsl(0 0% 13%);
167
+ --kds-color-tooltip-text-and-icon-neutral: hsl(0 0% 98%);
165
168
  --kds-border-action-transparent: 1px solid hsl(330 0% 11% / 0);
166
169
  --kds-border-action-default: 1px solid hsl(345 0% 10% / 0.4);
167
170
  --kds-border-action-disabled: 1px solid hsl(0 0% 73%);
@@ -247,6 +247,7 @@
247
247
  --kds-color-background-static-success: light-dark(hsl(119.44 95.797% 93.942%), hsl(124 47% 21%));
248
248
  --kds-color-background-static-success-muted: light-dark(hsl(124.89 65.088% 97.723%), hsl(128.09 38.652% 10.529%));
249
249
  --kds-color-background-static-brand: hsl(51 100% 50%);
250
+ --kds-color-background-static-overlay: light-dark(hsl(0 0% 13%), hsl(0 0% 22%));
250
251
  --kds-color-text-and-icon-neutral: light-dark(hsl(0 0% 16%), hsl(0 0% 94%));
251
252
  --kds-color-text-and-icon-muted: light-dark(hsl(0 0% 32%), hsl(0 0% 73%));
252
253
  --kds-color-text-and-icon-subtle: light-dark(hsl(0 0% 43%), hsl(0 0% 73%));
@@ -364,6 +365,8 @@
364
365
  --kds-color-loading-spinner-track-on-primary: hsl(166 68% 93% / 0.24);
365
366
  --kds-color-loading-spinner-track-on-surface: light-dark(hsl(120 0% 16% / 0.24), hsl(0 0% 94% / 0.24));
366
367
  --kds-color-skeleton-bar-background-default: light-dark(linear-gradient(90deg, hsla(0, 0%, 10%, 0.02) 0%, hsla(0, 0%, 10%, 0.15) 25%, hsla(0, 0%, 10%, 0.02) 65%, hsla(0, 0%, 10%, 0.00) 100%), linear-gradient(90deg, hsla(0, 0%, 94%, 0.02) 0%, hsla(0, 0%, 94%, 0.15) 25%, hsla(0, 0%, 94%, 0.02) 65%, hsla(0, 0%, 94%, 0.00) 100%));
368
+ --kds-color-tooltip-background-default: light-dark(hsl(0 0% 13%), hsl(0 0% 22%));
369
+ --kds-color-tooltip-text-and-icon-neutral: hsl(0 0% 98%);
367
370
  --kds-border-radius-container-none: 0;
368
371
  --kds-border-radius-container-0-12x: 2px;
369
372
  --kds-border-radius-container-0-25x: 4px;
@@ -446,6 +449,7 @@
446
449
  --kds-dimension-component-width-2-25x: 36px;
447
450
  --kds-dimension-component-width-4x: 64px;
448
451
  --kds-dimension-component-width-25x: 400px;
452
+ --kds-dimension-component-width-16x: 256px;
449
453
  --kds-dimension-component-width-32x: 512px;
450
454
  --kds-dimension-component-width-45x: 720px;
451
455
  --kds-dimension-component-width-61x: 976px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/kds-styles",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "Package containing the design tokens and icons for the KNIME Design System",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,7 +22,7 @@
22
22
  "@types/node": "^25.0.10",
23
23
  "consola": "^3.4.2",
24
24
  "jsdom": "^27.0.0",
25
- "style-dictionary": "^5.1.1",
25
+ "style-dictionary": "^5.2.0",
26
26
  "svgo": "^4.0.0",
27
27
  "typescript": "^5.9.3"
28
28
  },