@trackunit/css-tailwind 0.0.43 → 0.0.45-alpha-beca370860.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,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/css-tailwind",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.45-alpha-beca370860.0",
|
|
4
4
|
"main": "./index.cjs",
|
|
5
5
|
"repository": "https://github.com/Trackunit/manager",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
7
7
|
"type": "commonjs",
|
|
8
8
|
"types": "./src/index.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@trackunit/ui-design-tokens": "0.0.
|
|
11
|
-
"@trackunit/css-component-tokens": "0.0.
|
|
12
|
-
"@trackunit/css-tailwind-custom-properties-plugin": "0.0.
|
|
13
|
-
"@trackunit/css-core": "0.0.
|
|
10
|
+
"@trackunit/ui-design-tokens": "0.0.63-alpha-beca370860.0",
|
|
11
|
+
"@trackunit/css-component-tokens": "0.0.22-alpha-beca370860.0",
|
|
12
|
+
"@trackunit/css-tailwind-custom-properties-plugin": "0.0.14-alpha-beca370860.0",
|
|
13
|
+
"@trackunit/css-core": "0.0.77-alpha-beca370860.0"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {}
|
|
16
16
|
}
|
|
@@ -23,6 +23,7 @@ export declare function themeColorsToVariableObjectDefinition(themeColors: Theme
|
|
|
23
23
|
readonly DEPOT: string;
|
|
24
24
|
readonly WORK_PLACE: string;
|
|
25
25
|
readonly CONSTRUCTION_SITE: string;
|
|
26
|
+
readonly UNKNOWN: string;
|
|
26
27
|
} | {
|
|
27
28
|
readonly 100: string;
|
|
28
29
|
readonly 600: string;
|
|
@@ -691,7 +691,8 @@ var sitesPalette = {
|
|
|
691
691
|
CLASSIC_ZONE: tailwindPalette.neutral["500"],
|
|
692
692
|
DEPOT: tailwindPalette.emerald["500"],
|
|
693
693
|
WORK_PLACE: tailwindPalette.violet["600"],
|
|
694
|
-
CONSTRUCTION_SITE: tailwindPalette.amber["500"]
|
|
694
|
+
CONSTRUCTION_SITE: tailwindPalette.amber["500"],
|
|
695
|
+
UNKNOWN: tailwindPalette.neutral["500"]
|
|
695
696
|
}
|
|
696
697
|
};
|
|
697
698
|
var trackunitPalette = __spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues(__spreadValues({}, generalPalette), intentPalette), criticalityPalette), activityPalette), utilizationPalette), rentalStatusPalette), sitesPalette);
|