@trackunit/ui-design-tokens 0.0.57 → 0.0.59
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.js
CHANGED
|
@@ -436,8 +436,8 @@ const sitesPalette = {
|
|
|
436
436
|
AREA: tailwindPalette.blue["600"],
|
|
437
437
|
CLASSIC_POI: tailwindPalette.neutral["500"],
|
|
438
438
|
CLASSIC_ZONE: tailwindPalette.neutral["500"],
|
|
439
|
-
DEPOT: tailwindPalette.
|
|
440
|
-
WORK_PLACE: tailwindPalette.
|
|
439
|
+
DEPOT: tailwindPalette.emerald["500"],
|
|
440
|
+
WORK_PLACE: tailwindPalette.violet["600"],
|
|
441
441
|
CONSTRUCTION_SITE: tailwindPalette.amber["500"],
|
|
442
442
|
},
|
|
443
443
|
};
|
package/package.json
CHANGED
|
@@ -312,8 +312,8 @@ export declare const sitesPalette: {
|
|
|
312
312
|
readonly AREA: "37 99 235";
|
|
313
313
|
readonly CLASSIC_POI: "115 115 115";
|
|
314
314
|
readonly CLASSIC_ZONE: "115 115 115";
|
|
315
|
-
readonly DEPOT: "
|
|
316
|
-
readonly WORK_PLACE: "
|
|
315
|
+
readonly DEPOT: "16 185 129";
|
|
316
|
+
readonly WORK_PLACE: "124 58 237";
|
|
317
317
|
readonly CONSTRUCTION_SITE: "245 158 11";
|
|
318
318
|
};
|
|
319
319
|
};
|
|
@@ -572,8 +572,8 @@ export declare const groupedPalettes: {
|
|
|
572
572
|
readonly AREA: "37 99 235";
|
|
573
573
|
readonly CLASSIC_POI: "115 115 115";
|
|
574
574
|
readonly CLASSIC_ZONE: "115 115 115";
|
|
575
|
-
readonly DEPOT: "
|
|
576
|
-
readonly WORK_PLACE: "
|
|
575
|
+
readonly DEPOT: "16 185 129";
|
|
576
|
+
readonly WORK_PLACE: "124 58 237";
|
|
577
577
|
readonly CONSTRUCTION_SITE: "245 158 11";
|
|
578
578
|
};
|
|
579
579
|
};
|
|
@@ -586,8 +586,8 @@ export declare const trackunitPalette: {
|
|
|
586
586
|
readonly AREA: "37 99 235";
|
|
587
587
|
readonly CLASSIC_POI: "115 115 115";
|
|
588
588
|
readonly CLASSIC_ZONE: "115 115 115";
|
|
589
|
-
readonly DEPOT: "
|
|
590
|
-
readonly WORK_PLACE: "
|
|
589
|
+
readonly DEPOT: "16 185 129";
|
|
590
|
+
readonly WORK_PLACE: "124 58 237";
|
|
591
591
|
readonly CONSTRUCTION_SITE: "245 158 11";
|
|
592
592
|
};
|
|
593
593
|
readonly ON_RENT: {
|