@knime/kds-styles 0.6.4 → 0.6.6
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.
- package/dist/img/icons/cloud-pending-changes.svg +1 -1
- package/dist/img/icons/def.ts +1 -0
- package/dist/img/icons/service.svg +1 -0
- package/dist/tokens/css/_properties-legacy.css +18 -0
- package/dist/tokens/css/_properties.css +24 -0
- package/dist/tokens/css/_variables-legacy.css +3 -0
- package/dist/tokens/css/_variables.css +4 -0
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 12 12"><path d="M9.493 7.723C10.375 7.307 11 6.44 11 5.436c0-1.57-1.42-2.53-2.868-2.53C7.728 1.797 6.625 1 5.302 1c-1.558.067-3.398 1.572-2.942 3.292-.809.243-1.36.97-1.36 1.802 0 .868.512 1.415 1.188 1.69M5.9
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".833" viewBox="0 0 12 12"><path d="M9.493 7.723C10.375 7.307 11 6.44 11 5.436c0-1.57-1.42-2.53-2.868-2.53C7.728 1.797 6.625 1 5.302 1c-1.558.067-3.398 1.572-2.942 3.292-.809.243-1.36.97-1.36 1.802 0 .868.512 1.415 1.188 1.69M5.9 7v1.25M5.9 7l-.884.366M5.9 7l.884.366M5.9 8.25V9.5m0-1.25-.884-.884m.884.884.884.884M5.9 8.25l.884-.884M5.9 8.25l-.884.884M5.9 8.25H4.65m1.25 0h1.25m-1.25 0-.625-1.083M5.9 8.25l.625 1.083M5.9 8.25l-1.207-.324M5.9 8.25l1.207.324M5.9 8.25l.324-1.207M5.9 8.25l-.323 1.207M5.9 8.25l-1.083.625M5.9 8.25l1.083-.625M5.9 9.5l.884-.366M5.9 9.5l-.884-.366m0-1.768-.366.884m2.134.884.366-.884m-.366-.884.366.884m-2.134.884L4.65 8.25m.625-1.083-.582.76m.582-.76.949-.124m.301 2.29.582-.76m-.582.76-.948.124m-.884-1.53.124.948m2.29-.301-.124-.949m-.76-.582.76.582M5.577 9.457l-.76-.582m.76-1.832-.76.582-.124.949.582.759.949.124.759-.582.124-.949-.582-.758z" vector-effect="non-scaling-stroke"/></svg>
|
package/dist/img/icons/def.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 12 12"><path d="M4.323 1q-.69.223-1.007.77Q3 2.318 3 3.093V4.33q0 .597-.247 1.036a1.44 1.44 0 0 1-.752.64q.504.212.752.655.247.442.247 1.035v1.228q0 .777.323 1.312.322.536 1.018.764m3.272 0q.69-.228 1.015-.764.326-.535.326-1.312V7.696q0-.61.255-1.049.255-.44.792-.636-.538-.19-.793-.63-.255-.438-.254-1.051V3.093q0-.78-.318-1.326Q8.317 1.223 7.628 1" vector-effect="non-scaling-stroke"/></svg>
|
|
@@ -266,6 +266,12 @@ syntax: "<color>";
|
|
|
266
266
|
initial-value: hsl(51 100% 50%);
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
+
@property --kds-color-background-static-overlay {
|
|
270
|
+
syntax: "<color>";
|
|
271
|
+
inherits: true;
|
|
272
|
+
initial-value: hsl(0 0% 13%);
|
|
273
|
+
}
|
|
274
|
+
|
|
269
275
|
@property --kds-color-text-and-icon-neutral {
|
|
270
276
|
syntax: "<color>";
|
|
271
277
|
inherits: true;
|
|
@@ -956,6 +962,18 @@ syntax: "<color>";
|
|
|
956
962
|
initial-value: hsl(120 0% 16% / 0.24);
|
|
957
963
|
}
|
|
958
964
|
|
|
965
|
+
@property --kds-color-tooltip-background-default {
|
|
966
|
+
syntax: "<color>";
|
|
967
|
+
inherits: true;
|
|
968
|
+
initial-value: hsl(0 0% 13%);
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
@property --kds-color-tooltip-text-and-icon-neutral {
|
|
972
|
+
syntax: "<color>";
|
|
973
|
+
inherits: true;
|
|
974
|
+
initial-value: hsl(0 0% 98%);
|
|
975
|
+
}
|
|
976
|
+
|
|
959
977
|
@property --kds-border-action-transparent {
|
|
960
978
|
syntax: "<string>";
|
|
961
979
|
inherits: false;
|
|
@@ -1466,6 +1466,12 @@ syntax: "<color>";
|
|
|
1466
1466
|
initial-value: hsl(51 100% 50%);
|
|
1467
1467
|
}
|
|
1468
1468
|
|
|
1469
|
+
@property --kds-color-background-static-overlay {
|
|
1470
|
+
syntax: "<color>";
|
|
1471
|
+
inherits: true;
|
|
1472
|
+
initial-value: light-dark(hsl(0 0% 13%), hsl(0 0% 22%));
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1469
1475
|
@property --kds-color-text-and-icon-neutral {
|
|
1470
1476
|
syntax: "<color>";
|
|
1471
1477
|
inherits: true;
|
|
@@ -2168,6 +2174,18 @@ syntax: "<color>";
|
|
|
2168
2174
|
initial-value: 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%));
|
|
2169
2175
|
}
|
|
2170
2176
|
|
|
2177
|
+
@property --kds-color-tooltip-background-default {
|
|
2178
|
+
syntax: "<color>";
|
|
2179
|
+
inherits: true;
|
|
2180
|
+
initial-value: light-dark(hsl(0 0% 13%), hsl(0 0% 22%));
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2183
|
+
@property --kds-color-tooltip-text-and-icon-neutral {
|
|
2184
|
+
syntax: "<color>";
|
|
2185
|
+
inherits: true;
|
|
2186
|
+
initial-value: hsl(0 0% 98%);
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2171
2189
|
@property --kds-border-radius-container-none {
|
|
2172
2190
|
syntax: "<length>";
|
|
2173
2191
|
inherits: false;
|
|
@@ -2660,6 +2678,12 @@ syntax: "<length>";
|
|
|
2660
2678
|
initial-value: 400px;
|
|
2661
2679
|
}
|
|
2662
2680
|
|
|
2681
|
+
@property --kds-dimension-component-width-16x {
|
|
2682
|
+
syntax: "<length>";
|
|
2683
|
+
inherits: false;
|
|
2684
|
+
initial-value: 256px;
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2663
2687
|
@property --kds-dimension-component-width-32x {
|
|
2664
2688
|
syntax: "<length>";
|
|
2665
2689
|
inherits: false;
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
--kds-color-background-static-success: hsl(119.44 95.797% 93.942%);
|
|
48
48
|
--kds-color-background-static-success-muted: hsl(124.89 65.088% 97.723%);
|
|
49
49
|
--kds-color-background-static-brand: hsl(51 100% 50%);
|
|
50
|
+
--kds-color-background-static-overlay: hsl(0 0% 13%);
|
|
50
51
|
--kds-color-text-and-icon-neutral: hsl(0 0% 16%);
|
|
51
52
|
--kds-color-text-and-icon-muted: hsl(0 0% 32%);
|
|
52
53
|
--kds-color-text-and-icon-subtle: hsl(0 0% 43%);
|
|
@@ -162,6 +163,8 @@
|
|
|
162
163
|
--kds-color-loading-spinner-progress-on-surface: hsl(0 0% 16%);
|
|
163
164
|
--kds-color-loading-spinner-track-on-primary: hsl(none 0% 98% / 0.24);
|
|
164
165
|
--kds-color-loading-spinner-track-on-surface: hsl(120 0% 16% / 0.24);
|
|
166
|
+
--kds-color-tooltip-background-default: hsl(0 0% 13%);
|
|
167
|
+
--kds-color-tooltip-text-and-icon-neutral: hsl(0 0% 98%);
|
|
165
168
|
--kds-border-action-transparent: 1px solid hsl(330 0% 11% / 0);
|
|
166
169
|
--kds-border-action-default: 1px solid hsl(345 0% 10% / 0.4);
|
|
167
170
|
--kds-border-action-disabled: 1px solid hsl(0 0% 73%);
|
|
@@ -247,6 +247,7 @@
|
|
|
247
247
|
--kds-color-background-static-success: light-dark(hsl(119.44 95.797% 93.942%), hsl(124 47% 21%));
|
|
248
248
|
--kds-color-background-static-success-muted: light-dark(hsl(124.89 65.088% 97.723%), hsl(128.09 38.652% 10.529%));
|
|
249
249
|
--kds-color-background-static-brand: hsl(51 100% 50%);
|
|
250
|
+
--kds-color-background-static-overlay: light-dark(hsl(0 0% 13%), hsl(0 0% 22%));
|
|
250
251
|
--kds-color-text-and-icon-neutral: light-dark(hsl(0 0% 16%), hsl(0 0% 94%));
|
|
251
252
|
--kds-color-text-and-icon-muted: light-dark(hsl(0 0% 32%), hsl(0 0% 73%));
|
|
252
253
|
--kds-color-text-and-icon-subtle: light-dark(hsl(0 0% 43%), hsl(0 0% 73%));
|
|
@@ -364,6 +365,8 @@
|
|
|
364
365
|
--kds-color-loading-spinner-track-on-primary: hsl(166 68% 93% / 0.24);
|
|
365
366
|
--kds-color-loading-spinner-track-on-surface: light-dark(hsl(120 0% 16% / 0.24), hsl(0 0% 94% / 0.24));
|
|
366
367
|
--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%));
|
|
368
|
+
--kds-color-tooltip-background-default: light-dark(hsl(0 0% 13%), hsl(0 0% 22%));
|
|
369
|
+
--kds-color-tooltip-text-and-icon-neutral: hsl(0 0% 98%);
|
|
367
370
|
--kds-border-radius-container-none: 0;
|
|
368
371
|
--kds-border-radius-container-0-12x: 2px;
|
|
369
372
|
--kds-border-radius-container-0-25x: 4px;
|
|
@@ -446,6 +449,7 @@
|
|
|
446
449
|
--kds-dimension-component-width-2-25x: 36px;
|
|
447
450
|
--kds-dimension-component-width-4x: 64px;
|
|
448
451
|
--kds-dimension-component-width-25x: 400px;
|
|
452
|
+
--kds-dimension-component-width-16x: 256px;
|
|
449
453
|
--kds-dimension-component-width-32x: 512px;
|
|
450
454
|
--kds-dimension-component-width-45x: 720px;
|
|
451
455
|
--kds-dimension-component-width-61x: 976px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knime/kds-styles",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
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
|
"@types/node": "^25.0.10",
|
|
23
23
|
"consola": "^3.4.2",
|
|
24
24
|
"jsdom": "^27.0.0",
|
|
25
|
-
"style-dictionary": "^5.
|
|
25
|
+
"style-dictionary": "^5.2.0",
|
|
26
26
|
"svgo": "^4.0.0",
|
|
27
27
|
"typescript": "^5.9.3"
|
|
28
28
|
},
|