@trackunit/ui-design-tokens 0.0.61 → 0.0.62

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 CHANGED
@@ -443,6 +443,7 @@ const sitesPalette = {
443
443
  DEPOT: tailwindPalette.emerald["500"],
444
444
  WORK_PLACE: tailwindPalette.violet["600"],
445
445
  CONSTRUCTION_SITE: tailwindPalette.amber["500"],
446
+ UNKNOWN: tailwindPalette.neutral["500"],
446
447
  },
447
448
  };
448
449
  /**
package/index.js CHANGED
@@ -439,6 +439,7 @@ const sitesPalette = {
439
439
  DEPOT: tailwindPalette.emerald["500"],
440
440
  WORK_PLACE: tailwindPalette.violet["600"],
441
441
  CONSTRUCTION_SITE: tailwindPalette.amber["500"],
442
+ UNKNOWN: tailwindPalette.neutral["500"],
442
443
  },
443
444
  };
444
445
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/ui-design-tokens",
3
- "version": "0.0.61",
3
+ "version": "0.0.62",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "module": "./index.js",
@@ -315,6 +315,7 @@ export declare const sitesPalette: {
315
315
  readonly DEPOT: "16 185 129";
316
316
  readonly WORK_PLACE: "124 58 237";
317
317
  readonly CONSTRUCTION_SITE: "245 158 11";
318
+ readonly UNKNOWN: "115 115 115";
318
319
  };
319
320
  };
320
321
  export type SitesColorKeys = keyof typeof sitesPalette;
@@ -575,6 +576,7 @@ export declare const groupedPalettes: {
575
576
  readonly DEPOT: "16 185 129";
576
577
  readonly WORK_PLACE: "124 58 237";
577
578
  readonly CONSTRUCTION_SITE: "245 158 11";
579
+ readonly UNKNOWN: "115 115 115";
578
580
  };
579
581
  };
580
582
  };
@@ -589,6 +591,7 @@ export declare const trackunitPalette: {
589
591
  readonly DEPOT: "16 185 129";
590
592
  readonly WORK_PLACE: "124 58 237";
591
593
  readonly CONSTRUCTION_SITE: "245 158 11";
594
+ readonly UNKNOWN: "115 115 115";
592
595
  };
593
596
  readonly ON_RENT: {
594
597
  readonly 100: "223 244 254";