@knime/kds-styles 0.0.9 → 0.0.10

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.
@@ -2345,7 +2345,7 @@ syntax: "<string>";
2345
2345
  @property --kds-border-action-input {
2346
2346
  syntax: "<string>";
2347
2347
  inherits: false;
2348
- initial-value: 1px none light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.5));
2348
+ initial-value: 1px solid light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.5));
2349
2349
  }
2350
2350
 
2351
2351
  @property --kds-border-base-default {
@@ -393,7 +393,7 @@
393
393
  --kds-border-action-selected-accent: 1px solid light-dark(hsl(209 57% 50%), hsl(214 92% 77%));
394
394
  --kds-border-action-error: 1px solid light-dark(hsl(349 91% 35%), hsl(4 100% 80%));
395
395
  --kds-border-action-primary: 1px solid hsl(177 82% 18%);
396
- --kds-border-action-input: 1px none light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.5));
396
+ --kds-border-action-input: 1px solid light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.5));
397
397
  --kds-border-base-default: 1px solid light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.5));
398
398
  --kds-border-base-muted: 1px solid light-dark(hsl(345 0% 10% / 0.2), hsl(330 0% 99% / 0.2));
399
399
  --kds-border-base-subtle: 1px solid light-dark(hsl(345 0% 10% / 0.1), hsl(330 0% 99% / 0.1));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/kds-styles",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "Package containing the design tokens and icons for the KNIME Design System",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,7 +14,7 @@
14
14
  "modern-normalize": "3.0.1"
15
15
  },
16
16
  "devDependencies": {
17
- "@knime/styles": "^1.10.0",
17
+ "@knime/styles": "^1.14.3",
18
18
  "@tokens-studio/sd-transforms": "^2.0.1",
19
19
  "@types/jsdom": "^21.1.7",
20
20
  "@types/node": "^24.2.0",