@knime/kds-styles 0.12.0 → 0.13.0

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.
@@ -974,6 +974,12 @@ syntax: "<color>";
974
974
  initial-value: hsl(0 0% 98%);
975
975
  }
976
976
 
977
+ @property --kds-color-text-highlight-background-default {
978
+ syntax: "<color>";
979
+ inherits: true;
980
+ initial-value: hsl(212 78% 68% / 0.6);
981
+ }
982
+
977
983
  @property --kds-border-action-transparent {
978
984
  syntax: "<string>";
979
985
  inherits: false;
@@ -2180,6 +2180,12 @@ syntax: "<color>";
2180
2180
  initial-value: hsl(0 0% 98%);
2181
2181
  }
2182
2182
 
2183
+ @property --kds-color-text-highlight-background-default {
2184
+ syntax: "<color>";
2185
+ inherits: true;
2186
+ initial-value: hsl(212 78% 68% / 0.6);
2187
+ }
2188
+
2183
2189
  @property --kds-border-radius-container-none {
2184
2190
  syntax: "<length>";
2185
2191
  inherits: false;
@@ -165,6 +165,7 @@
165
165
  --kds-color-loading-spinner-track-on-surface: hsl(120 0% 16% / 0.24);
166
166
  --kds-color-tooltip-background-default: hsl(0 0% 13%);
167
167
  --kds-color-tooltip-text-and-icon-neutral: hsl(0 0% 98%);
168
+ --kds-color-text-highlight-background-default: hsl(212 78% 68% / 0.6);
168
169
  --kds-border-action-transparent: 1px solid hsl(330 0% 11% / 0);
169
170
  --kds-border-action-default: 1px solid hsl(345 0% 10% / 0.4);
170
171
  --kds-border-action-disabled: 1px solid hsl(0 0% 73%);
@@ -366,6 +366,7 @@
366
366
  --kds-color-skeleton-bar-background-default: light-dark(linear-gradient(90deg, hsla(0, 0%, 10%, 0.02) 0%, hsla(0, 0%, 10%, 0.15) 25%, hsla(0, 0%, 10%, 0.02) 65%, hsla(0, 0%, 10%, 0.00) 100%), linear-gradient(90deg, hsla(0, 0%, 94%, 0.02) 0%, hsla(0, 0%, 94%, 0.15) 25%, hsla(0, 0%, 94%, 0.02) 65%, hsla(0, 0%, 94%, 0.00) 100%));
367
367
  --kds-color-tooltip-background-default: light-dark(hsl(0 0% 13%), hsl(0 0% 22%));
368
368
  --kds-color-tooltip-text-and-icon-neutral: hsl(0 0% 98%);
369
+ --kds-color-text-highlight-background-default: hsl(212 78% 68% / 0.6);
369
370
  --kds-border-radius-container-none: 0;
370
371
  --kds-border-radius-container-0-12x: 2px;
371
372
  --kds-border-radius-container-0-25x: 4px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/kds-styles",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "Package containing the design tokens and icons for the KNIME Design System",
5
5
  "repository": {
6
6
  "type": "git",