@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/css-core",
3
- "version": "0.0.67",
3
+ "version": "0.0.69-alpha-307439490d.0",
4
4
  "main": "src/lib/core.css",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt"
package/src/lib/core.css CHANGED
@@ -7,7 +7,6 @@
7
7
  @import "tailwindcss/utilities";
8
8
 
9
9
  @import "./theme/tailwind-custom-properties.css";
10
- @import "./theme/design-tokens.generated.css";
11
10
  @import "./theme/custom-properties.css";
12
11
  @import "./vendor-css/react-day-picker.css";
13
12
 
@@ -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;