@trackunit/react-components 1.4.158 → 1.4.159

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 CHANGED
@@ -41,12 +41,12 @@ const cvaIcon = cssClassVarianceUtilities.cvaMerge(["aspect-square", "inline-gri
41
41
  good: "text-good-600",
42
42
  low: "text-low-600",
43
43
  critical: "text-critical-600",
44
- working: "text-working-600",
44
+ working: "text-working-500",
45
45
  idle: "text-idle-600",
46
46
  moving: "text-moving-600",
47
47
  active: "text-active-600",
48
- stopped: "text-stopped-600",
49
- unknown: "text-unknown-600",
48
+ stopped: "text-stopped-700",
49
+ unknown: "text-unknown-400",
50
50
  default: "text-current",
51
51
  black: "text-black",
52
52
  white: "text-white",
@@ -2668,12 +2668,12 @@ const cvaIndicatorPing = cssClassVarianceUtilities.cvaMerge(["animate-ping-sm",
2668
2668
  good: "bg-good-600",
2669
2669
  low: "bg-low-600",
2670
2670
  critical: "bg-critical-600",
2671
- working: "bg-working-600",
2671
+ working: "bg-working-500",
2672
2672
  idle: "bg-idle-600",
2673
- stopped: "bg-stopped-600",
2673
+ stopped: "bg-stopped-700",
2674
2674
  moving: "bg-moving-600",
2675
2675
  active: "bg-active-600",
2676
- unknown: "bg-unknown-600",
2676
+ unknown: "bg-unknown-400",
2677
2677
  unused: "bg-unused-400",
2678
2678
  utilized: "bg-utilized-600",
2679
2679
  heavily_utilized: "bg-heavily_utilized-500",
@@ -2710,12 +2710,12 @@ const cvaIndicatorIconBackground = cssClassVarianceUtilities.cvaMerge(["rounded-
2710
2710
  good: "bg-good-100 text-good-600",
2711
2711
  low: "bg-low-100 text-low-500",
2712
2712
  critical: "bg-critical-100 text-critical-600",
2713
- working: "bg-working-100 text-working-600",
2713
+ working: "bg-working-50 text-working-500",
2714
2714
  idle: "bg-idle-100 text-idle-500",
2715
- stopped: "bg-stopped-100 text-stopped-600",
2715
+ stopped: "bg-stopped-100 text-stopped-700",
2716
2716
  moving: "text-moving-600 bg-neutral-100",
2717
2717
  active: "text-active-600 bg-neutral-100",
2718
- unknown: "bg-unknown-100 text-unknown-600",
2718
+ unknown: "bg-unknown-50 text-unknown-400",
2719
2719
  unused: "bg-unused-300 text-unused-400",
2720
2720
  utilized: "bg-utilized-400 text-utilized-600",
2721
2721
  heavily_utilized: "bg-heavily_utilized-300 text-heavily_utilized-500",
package/index.esm.js CHANGED
@@ -39,12 +39,12 @@ const cvaIcon = cvaMerge(["aspect-square", "inline-grid", "relative"], {
39
39
  good: "text-good-600",
40
40
  low: "text-low-600",
41
41
  critical: "text-critical-600",
42
- working: "text-working-600",
42
+ working: "text-working-500",
43
43
  idle: "text-idle-600",
44
44
  moving: "text-moving-600",
45
45
  active: "text-active-600",
46
- stopped: "text-stopped-600",
47
- unknown: "text-unknown-600",
46
+ stopped: "text-stopped-700",
47
+ unknown: "text-unknown-400",
48
48
  default: "text-current",
49
49
  black: "text-black",
50
50
  white: "text-white",
@@ -2666,12 +2666,12 @@ const cvaIndicatorPing = cvaMerge(["animate-ping-sm", "absolute", "inline-flex",
2666
2666
  good: "bg-good-600",
2667
2667
  low: "bg-low-600",
2668
2668
  critical: "bg-critical-600",
2669
- working: "bg-working-600",
2669
+ working: "bg-working-500",
2670
2670
  idle: "bg-idle-600",
2671
- stopped: "bg-stopped-600",
2671
+ stopped: "bg-stopped-700",
2672
2672
  moving: "bg-moving-600",
2673
2673
  active: "bg-active-600",
2674
- unknown: "bg-unknown-600",
2674
+ unknown: "bg-unknown-400",
2675
2675
  unused: "bg-unused-400",
2676
2676
  utilized: "bg-utilized-600",
2677
2677
  heavily_utilized: "bg-heavily_utilized-500",
@@ -2708,12 +2708,12 @@ const cvaIndicatorIconBackground = cvaMerge(["rounded-full", "items-center", "ju
2708
2708
  good: "bg-good-100 text-good-600",
2709
2709
  low: "bg-low-100 text-low-500",
2710
2710
  critical: "bg-critical-100 text-critical-600",
2711
- working: "bg-working-100 text-working-600",
2711
+ working: "bg-working-50 text-working-500",
2712
2712
  idle: "bg-idle-100 text-idle-500",
2713
- stopped: "bg-stopped-100 text-stopped-600",
2713
+ stopped: "bg-stopped-100 text-stopped-700",
2714
2714
  moving: "text-moving-600 bg-neutral-100",
2715
2715
  active: "text-active-600 bg-neutral-100",
2716
- unknown: "bg-unknown-100 text-unknown-600",
2716
+ unknown: "bg-unknown-50 text-unknown-400",
2717
2717
  unused: "bg-unused-300 text-unused-400",
2718
2718
  utilized: "bg-utilized-400 text-utilized-600",
2719
2719
  heavily_utilized: "bg-heavily_utilized-300 text-heavily_utilized-500",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "1.4.158",
3
+ "version": "1.4.159",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -18,7 +18,7 @@
18
18
  "@tanstack/react-router": "1.114.29",
19
19
  "string-ts": "^2.0.0",
20
20
  "tailwind-merge": "^2.0.0",
21
- "@trackunit/ui-design-tokens": "1.3.128",
21
+ "@trackunit/ui-design-tokens": "1.3.129",
22
22
  "@trackunit/css-class-variance-utilities": "1.3.129",
23
23
  "@trackunit/shared-utils": "1.5.129",
24
24
  "@trackunit/ui-icons": "1.3.131",
@@ -246,16 +246,16 @@ export declare const iconPalette: {
246
246
  readonly 900: "120 53 15";
247
247
  };
248
248
  STOPPED: {
249
- readonly 50: "245 243 255";
250
- readonly 100: "237 233 254";
251
- readonly 200: "221 214 254";
252
- readonly 300: "196 181 253";
253
- readonly 400: "167 139 250";
254
- readonly 500: "139 92 246";
255
- readonly 600: "124 58 237";
256
- readonly 700: "109 40 217";
257
- readonly 800: "91 33 182";
258
- readonly 900: "76 29 149";
249
+ readonly 50: "249 250 251";
250
+ readonly 100: "243 244 246";
251
+ readonly 200: "229 231 235";
252
+ readonly 300: "209 213 219";
253
+ readonly 400: "156 163 175";
254
+ readonly 500: "107 114 128";
255
+ readonly 600: "75 85 99";
256
+ readonly 700: "55 65 81";
257
+ readonly 800: "31 41 55";
258
+ readonly 900: "17 24 39";
259
259
  };
260
260
  UNKNOWN: {
261
261
  readonly 50: "249 250 251";