@knime/kds-styles 0.0.11 → 0.0.12

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.
@@ -1031,7 +1031,7 @@ syntax: "<color>";
1031
1031
  @property --kds-border-action-transparent {
1032
1032
  syntax: "<string>";
1033
1033
  inherits: false;
1034
- initial-value: 0 solid hsl(330 0% 11% / 0);
1034
+ initial-value: 1px solid hsl(330 0% 11% / 0);
1035
1035
  }
1036
1036
 
1037
1037
  @property --kds-border-action-default {
@@ -2297,7 +2297,7 @@ syntax: "<length>";
2297
2297
  @property --kds-border-action-transparent {
2298
2298
  syntax: "<string>";
2299
2299
  inherits: false;
2300
- initial-value: 0 solid hsl(330 0% 11% / 0);
2300
+ initial-value: 1px solid hsl(330 0% 11% / 0);
2301
2301
  }
2302
2302
 
2303
2303
  @property --kds-border-action-default {
@@ -174,7 +174,7 @@
174
174
  --kds-color-loading-spinner-progress-on-transparent: hsl(0 0% 16%);
175
175
  --kds-color-loading-spinner-track-on-filled: hsl(none 0% 98% / 0.24);
176
176
  --kds-color-loading-spinner-track-on-transparent: hsl(120 0% 16% / 0.24);
177
- --kds-border-action-transparent: 0 solid hsl(330 0% 11% / 0);
177
+ --kds-border-action-transparent: 1px solid hsl(330 0% 11% / 0);
178
178
  --kds-border-action-default: 1px solid hsl(345 0% 10% / 0.4);
179
179
  --kds-border-action-disabled: 1px solid hsl(0 0% 73%);
180
180
  --kds-border-action-focused: 2px solid hsl(209 57% 50%);
@@ -385,7 +385,7 @@
385
385
  --kds-border-width-icon-stroke-s: 1px;
386
386
  --kds-border-width-icon-stroke-m: 1.2496px;
387
387
  --kds-border-width-icon-stroke-l: 1.5px;
388
- --kds-border-action-transparent: 0 solid hsl(330 0% 11% / 0);
388
+ --kds-border-action-transparent: 1px solid hsl(330 0% 11% / 0);
389
389
  --kds-border-action-default: 1px solid light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.5));
390
390
  --kds-border-action-disabled: 1px solid light-dark(hsl(0 0% 73%), hsl(0 0% 48%));
391
391
  --kds-border-action-focused: 2px solid light-dark(hsl(209 57% 50%), hsl(214 92% 77%));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/kds-styles",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Package containing the design tokens and icons for the KNIME Design System",
5
5
  "repository": {
6
6
  "type": "git",