@knime/kds-styles 0.0.13 → 0.0.15

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.
@@ -1,3 +1,3 @@
1
1
  @import "modern-normalize/modern-normalize.css";
2
- @import "./variables";
2
+ @import "@knime/kds-styles/kds-variables.css";
3
3
  @import "./basics";
@@ -323,7 +323,7 @@ syntax: "<color>";
323
323
  @property --kds-color-background-disabled-primary {
324
324
  syntax: "<color>";
325
325
  inherits: true;
326
- initial-value: hsl(173.77 18.031% 40.307%);
326
+ initial-value: hsl(0 0% 48%);
327
327
  }
328
328
 
329
329
  @property --kds-color-background-disabled-danger {
@@ -332,12 +332,6 @@ syntax: "<color>";
332
332
  initial-value: hsl(1.5788 43.542% 37.998%);
333
333
  }
334
334
 
335
- @property --kds-color-background-disabled-primary-copy {
336
- syntax: "<color>";
337
- inherits: true;
338
- initial-value: hsl(240 0% 37.873%);
339
- }
340
-
341
335
  @property --kds-color-text-and-icon-neutral {
342
336
  syntax: "<color>";
343
337
  inherits: true;
@@ -2564,6 +2564,12 @@ syntax: "<length>";
2564
2564
  initial-value: AUTO;
2565
2565
  }
2566
2566
 
2567
+ @property --kds-spacing-offset-focus {
2568
+ syntax: "<length>";
2569
+ inherits: false;
2570
+ initial-value: 1px;
2571
+ }
2572
+
2567
2573
  @property --kds-spacing-input-label-spacing-bottom {
2568
2574
  syntax: "<length>";
2569
2575
  inherits: false;
@@ -56,9 +56,8 @@
56
56
  --kds-color-background-input-hover: hsl(330 0% 94.521%);
57
57
  --kds-color-background-input-active: hsl(330 0% 85.683%);
58
58
  --kds-color-background-disabled-default: hsl(180 0% 48% / 0.48);
59
- --kds-color-background-disabled-primary: hsl(173.77 18.031% 40.307%);
59
+ --kds-color-background-disabled-primary: hsl(0 0% 48%);
60
60
  --kds-color-background-disabled-danger: hsl(1.5788 43.542% 37.998%);
61
- --kds-color-background-disabled-primary-copy: hsl(240 0% 37.873%);
62
61
  --kds-color-text-and-icon-neutral: hsl(0 0% 16%);
63
62
  --kds-color-text-and-icon-muted: hsl(0 0% 32%);
64
63
  --kds-color-text-and-icon-subtle: hsl(0 0% 43%);
@@ -430,6 +430,7 @@
430
430
  --kds-spacing-container-4x: 64px;
431
431
  --kds-spacing-container-5x: 80px;
432
432
  --kds-spacing-container-auto: AUTO;
433
+ --kds-spacing-offset-focus: 1px;
433
434
  --kds-spacing-input-label-spacing-bottom: 6px;
434
435
  --kds-spacing-sub-text-spacing-top: 4px;
435
436
  --kds-dimension-component-height-0-25x: 4px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/kds-styles",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
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
  "jsdom": "^27.0.0",
23
23
  "style-dictionary": "^5.1.1",
24
24
  "svgo": "^4.0.0",
25
- "typescript": "^5.9.2"
25
+ "typescript": "^5.9.3"
26
26
  },
27
27
  "files": [
28
28
  "dist"
@@ -1,5 +0,0 @@
1
- @import "@knime/kds-styles/kds-variables.css";
2
-
3
- :root {
4
- --kds-focus-outline-offset: 1px;
5
- }