@trackunit/css-core 0.0.67 → 0.0.69-alpha-307439490d.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.
package/package.json
CHANGED
package/src/lib/core.css
CHANGED
|
@@ -519,6 +519,21 @@
|
|
|
519
519
|
--color-available-100: 206 255 232;
|
|
520
520
|
--color-available-600: 0 166 88;
|
|
521
521
|
|
|
522
|
+
/* UNUSED */
|
|
523
|
+
|
|
524
|
+
--color-unused-300: 252 165 165;
|
|
525
|
+
--color-unused-400: 248 113 113;
|
|
526
|
+
|
|
527
|
+
/* UTILIZED */
|
|
528
|
+
|
|
529
|
+
--color-utilized-400: 96 165 250;
|
|
530
|
+
--color-utilized-600: 37 99 235;
|
|
531
|
+
|
|
532
|
+
/* HEAVILY_UTILIZED */
|
|
533
|
+
|
|
534
|
+
--color-heavily_utilized-300: 252 211 77;
|
|
535
|
+
--color-heavily_utilized-500: 245 158 11;
|
|
536
|
+
|
|
522
537
|
/* IN_REPAIR */
|
|
523
538
|
|
|
524
539
|
--color-in_repair-100: 255 233 233;
|