@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 +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/src/tokens/colors/trackunitPalette.d.ts +3 -0
package/index.cjs
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -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";
|