@knime/kds-styles 0.0.14 → 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";
@@ -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;
@@ -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.14",
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
- }