@trackunit/ui-design-tokens 1.3.128 → 1.3.130
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/index.cjs.js +4 -4
- package/index.esm.js +4 -4
- package/package.json +1 -1
- package/src/tokens/colors/trackunitPalette.d.ts +30 -30
package/index.cjs.js
CHANGED
|
@@ -392,7 +392,7 @@ const criticalityPalette = {
|
|
|
392
392
|
const activityPalette = {
|
|
393
393
|
WORKING: tailwindPalette.blue,
|
|
394
394
|
IDLE: tailwindPalette.amber,
|
|
395
|
-
STOPPED: tailwindPalette.
|
|
395
|
+
STOPPED: tailwindPalette.gray,
|
|
396
396
|
UNKNOWN: tailwindPalette.gray,
|
|
397
397
|
MOVING: tailwindPalette.green,
|
|
398
398
|
ACTIVE: tailwindPalette.green,
|
|
@@ -522,12 +522,12 @@ const themeColors = {
|
|
|
522
522
|
GOOD: { name: "good", variants: trackunitPalette.GOOD },
|
|
523
523
|
LOW: { name: "low", variants: trackunitPalette.LOW },
|
|
524
524
|
CRITICAL: { name: "critical", variants: trackunitPalette.CRITICAL },
|
|
525
|
-
WORKING: { name: "working", variants: trackunitPalette.WORKING },
|
|
525
|
+
WORKING: { name: "working", variants: trackunitPalette.WORKING, defaultVariant: 500 },
|
|
526
526
|
IDLE: { name: "idle", variants: trackunitPalette.IDLE, defaultVariant: 500 },
|
|
527
|
-
STOPPED: { name: "stopped", variants: trackunitPalette.STOPPED },
|
|
527
|
+
STOPPED: { name: "stopped", variants: trackunitPalette.STOPPED, defaultVariant: 700 },
|
|
528
528
|
ACTIVE: { name: "active", variants: trackunitPalette.ACTIVE },
|
|
529
529
|
MOVING: { name: "moving", variants: trackunitPalette.MOVING },
|
|
530
|
-
UNKNOWN: { name: "unknown", variants: trackunitPalette.UNKNOWN },
|
|
530
|
+
UNKNOWN: { name: "unknown", variants: trackunitPalette.UNKNOWN, defaultVariant: 400 },
|
|
531
531
|
AVAILABLE: { name: "available", variants: trackunitPalette.AVAILABLE },
|
|
532
532
|
UNUSED: { name: "unused", variants: trackunitPalette.UNUSED },
|
|
533
533
|
UTILIZED: { name: "utilized", variants: trackunitPalette.UTILIZED },
|
package/index.esm.js
CHANGED
|
@@ -390,7 +390,7 @@ const criticalityPalette = {
|
|
|
390
390
|
const activityPalette = {
|
|
391
391
|
WORKING: tailwindPalette.blue,
|
|
392
392
|
IDLE: tailwindPalette.amber,
|
|
393
|
-
STOPPED: tailwindPalette.
|
|
393
|
+
STOPPED: tailwindPalette.gray,
|
|
394
394
|
UNKNOWN: tailwindPalette.gray,
|
|
395
395
|
MOVING: tailwindPalette.green,
|
|
396
396
|
ACTIVE: tailwindPalette.green,
|
|
@@ -520,12 +520,12 @@ const themeColors = {
|
|
|
520
520
|
GOOD: { name: "good", variants: trackunitPalette.GOOD },
|
|
521
521
|
LOW: { name: "low", variants: trackunitPalette.LOW },
|
|
522
522
|
CRITICAL: { name: "critical", variants: trackunitPalette.CRITICAL },
|
|
523
|
-
WORKING: { name: "working", variants: trackunitPalette.WORKING },
|
|
523
|
+
WORKING: { name: "working", variants: trackunitPalette.WORKING, defaultVariant: 500 },
|
|
524
524
|
IDLE: { name: "idle", variants: trackunitPalette.IDLE, defaultVariant: 500 },
|
|
525
|
-
STOPPED: { name: "stopped", variants: trackunitPalette.STOPPED },
|
|
525
|
+
STOPPED: { name: "stopped", variants: trackunitPalette.STOPPED, defaultVariant: 700 },
|
|
526
526
|
ACTIVE: { name: "active", variants: trackunitPalette.ACTIVE },
|
|
527
527
|
MOVING: { name: "moving", variants: trackunitPalette.MOVING },
|
|
528
|
-
UNKNOWN: { name: "unknown", variants: trackunitPalette.UNKNOWN },
|
|
528
|
+
UNKNOWN: { name: "unknown", variants: trackunitPalette.UNKNOWN, defaultVariant: 400 },
|
|
529
529
|
AVAILABLE: { name: "available", variants: trackunitPalette.AVAILABLE },
|
|
530
530
|
UNUSED: { name: "unused", variants: trackunitPalette.UNUSED },
|
|
531
531
|
UTILIZED: { name: "utilized", variants: trackunitPalette.UTILIZED },
|
package/package.json
CHANGED
|
@@ -190,16 +190,16 @@ export declare const activityPalette: {
|
|
|
190
190
|
readonly 900: "120 53 15";
|
|
191
191
|
};
|
|
192
192
|
readonly STOPPED: {
|
|
193
|
-
readonly 50: "
|
|
194
|
-
readonly 100: "
|
|
195
|
-
readonly 200: "
|
|
196
|
-
readonly 300: "
|
|
197
|
-
readonly 400: "
|
|
198
|
-
readonly 500: "
|
|
199
|
-
readonly 600: "
|
|
200
|
-
readonly 700: "
|
|
201
|
-
readonly 800: "
|
|
202
|
-
readonly 900: "
|
|
193
|
+
readonly 50: "249 250 251";
|
|
194
|
+
readonly 100: "243 244 246";
|
|
195
|
+
readonly 200: "229 231 235";
|
|
196
|
+
readonly 300: "209 213 219";
|
|
197
|
+
readonly 400: "156 163 175";
|
|
198
|
+
readonly 500: "107 114 128";
|
|
199
|
+
readonly 600: "75 85 99";
|
|
200
|
+
readonly 700: "55 65 81";
|
|
201
|
+
readonly 800: "31 41 55";
|
|
202
|
+
readonly 900: "17 24 39";
|
|
203
203
|
};
|
|
204
204
|
readonly UNKNOWN: {
|
|
205
205
|
readonly 50: "249 250 251";
|
|
@@ -735,16 +735,16 @@ export declare const groupedPalettes: {
|
|
|
735
735
|
readonly 900: "120 53 15";
|
|
736
736
|
};
|
|
737
737
|
readonly STOPPED: {
|
|
738
|
-
readonly 50: "
|
|
739
|
-
readonly 100: "
|
|
740
|
-
readonly 200: "
|
|
741
|
-
readonly 300: "
|
|
742
|
-
readonly 400: "
|
|
743
|
-
readonly 500: "
|
|
744
|
-
readonly 600: "
|
|
745
|
-
readonly 700: "
|
|
746
|
-
readonly 800: "
|
|
747
|
-
readonly 900: "
|
|
738
|
+
readonly 50: "249 250 251";
|
|
739
|
+
readonly 100: "243 244 246";
|
|
740
|
+
readonly 200: "229 231 235";
|
|
741
|
+
readonly 300: "209 213 219";
|
|
742
|
+
readonly 400: "156 163 175";
|
|
743
|
+
readonly 500: "107 114 128";
|
|
744
|
+
readonly 600: "75 85 99";
|
|
745
|
+
readonly 700: "55 65 81";
|
|
746
|
+
readonly 800: "31 41 55";
|
|
747
|
+
readonly 900: "17 24 39";
|
|
748
748
|
};
|
|
749
749
|
readonly UNKNOWN: {
|
|
750
750
|
readonly 50: "249 250 251";
|
|
@@ -1365,16 +1365,16 @@ export declare const trackunitPalette: {
|
|
|
1365
1365
|
readonly 900: "120 53 15";
|
|
1366
1366
|
};
|
|
1367
1367
|
readonly STOPPED: {
|
|
1368
|
-
readonly 50: "
|
|
1369
|
-
readonly 100: "
|
|
1370
|
-
readonly 200: "
|
|
1371
|
-
readonly 300: "
|
|
1372
|
-
readonly 400: "
|
|
1373
|
-
readonly 500: "
|
|
1374
|
-
readonly 600: "
|
|
1375
|
-
readonly 700: "
|
|
1376
|
-
readonly 800: "
|
|
1377
|
-
readonly 900: "
|
|
1368
|
+
readonly 50: "249 250 251";
|
|
1369
|
+
readonly 100: "243 244 246";
|
|
1370
|
+
readonly 200: "229 231 235";
|
|
1371
|
+
readonly 300: "209 213 219";
|
|
1372
|
+
readonly 400: "156 163 175";
|
|
1373
|
+
readonly 500: "107 114 128";
|
|
1374
|
+
readonly 600: "75 85 99";
|
|
1375
|
+
readonly 700: "55 65 81";
|
|
1376
|
+
readonly 800: "31 41 55";
|
|
1377
|
+
readonly 900: "17 24 39";
|
|
1378
1378
|
};
|
|
1379
1379
|
readonly UNKNOWN: {
|
|
1380
1380
|
readonly 50: "249 250 251";
|