@knime/kds-styles 0.5.8 → 0.5.9

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.
@@ -1121,7 +1121,7 @@ syntax: "<string>";
1121
1121
  @property --kds-fake-border-xs-muted {
1122
1122
  syntax: "<string>";
1123
1123
  inherits: false;
1124
- initial-value: inset 0 0 0 0.5px hsl(345 0% 10% / 0.2);
1124
+ initial-value: 0 0 0 0.5px hsl(345 0% 10% / 0.2);
1125
1125
  }
1126
1126
 
1127
1127
  @property --kds-box-shadow-knob {
@@ -3077,7 +3077,7 @@ syntax: "<string>";
3077
3077
  @property --kds-fake-border-xs-muted {
3078
3078
  syntax: "<string>";
3079
3079
  inherits: false;
3080
- initial-value: inset 0 0 0 0.5px light-dark(hsl(345 0% 10% / 0.2), hsl(330 0% 99% / 0.2));
3080
+ initial-value: 0 0 0 0.5px light-dark(hsl(345 0% 10% / 0.2), hsl(330 0% 99% / 0.2));
3081
3081
  }
3082
3082
 
3083
3083
  @property --kds-box-shadow-knob {
@@ -189,6 +189,6 @@
189
189
  --kds-elevation-level-0: 0 0 0 0 hsl(330 0% 73% / 0.32);
190
190
  --kds-elevation-level-1: 0 1px 1px 0 hsl(330 0% 73% / 0.32), 0 0 1px 0 hsl(330 0% 32% / 0.14), 0 0 8px 0 hsl(330 0% 32% / 0.12);
191
191
  --kds-elevation-level-3: 0 2px 4px 0 hsl(330 0% 73% / 0.32), 0 4px 8px 0 hsl(330 0% 32% / 0.14), 0 0 20px 0 hsl(330 0% 32% / 0.12);
192
- --kds-fake-border-xs-muted: inset 0 0 0 0.5px hsl(345 0% 10% / 0.2);
192
+ --kds-fake-border-xs-muted: 0 0 0 0.5px hsl(345 0% 10% / 0.2);
193
193
  --kds-box-shadow-knob: 0 1px 2px 0 hsl(330 0% 32% / 0.5);
194
194
  }
@@ -515,6 +515,6 @@
515
515
  --kds-elevation-level-0: 0 0 0 0 light-dark(hsl(330 0% 73% / 0.32), hsl(345 0% 10% / 0.9));
516
516
  --kds-elevation-level-1: 0 1px 1px 0 light-dark(hsl(330 0% 73% / 0.32), hsl(345 0% 10% / 0.9)), 0 0 1px 0 light-dark(hsl(330 0% 32% / 0.14), hsl(345 0% 10% / 0.94)), 0 0 8px 0 light-dark(hsl(330 0% 32% / 0.12), hsl(345 0% 10% / 0.98));
517
517
  --kds-elevation-level-3: 0 2px 4px 0 light-dark(hsl(330 0% 73% / 0.32), hsl(345 0% 10% / 0.9)), 0 4px 8px 0 light-dark(hsl(330 0% 32% / 0.14), hsl(345 0% 10% / 0.94)), 0 0 20px 0 light-dark(hsl(330 0% 32% / 0.12), hsl(345 0% 10% / 0.98));
518
- --kds-fake-border-xs-muted: inset 0 0 0 0.5px light-dark(hsl(345 0% 10% / 0.2), hsl(330 0% 99% / 0.2));
518
+ --kds-fake-border-xs-muted: 0 0 0 0.5px light-dark(hsl(345 0% 10% / 0.2), hsl(330 0% 99% / 0.2));
519
519
  --kds-box-shadow-knob: 0 1px 2px 0 light-dark(hsl(330 0% 32% / 0.5), hsl(345 0% 10% / 0.6));
520
520
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/kds-styles",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "Package containing the design tokens and icons for the KNIME Design System",
5
5
  "repository": {
6
6
  "type": "git",