@trackunit/css-tailwind 1.9.15 → 1.9.20
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-tailwind",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.20",
|
|
4
4
|
"main": "./index.cjs.js",
|
|
5
5
|
"repository": "https://github.com/Trackunit/manager",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"tailwindcss": "3.4.3",
|
|
12
|
-
"@trackunit/css-component-tokens": "1.9.
|
|
13
|
-
"@trackunit/css-tailwind-custom-properties-plugin": "1.9.
|
|
14
|
-
"@trackunit/ui-design-tokens": "1.9.
|
|
15
|
-
"@trackunit/css-core": "1.9.
|
|
12
|
+
"@trackunit/css-component-tokens": "1.9.20",
|
|
13
|
+
"@trackunit/css-tailwind-custom-properties-plugin": "1.9.20",
|
|
14
|
+
"@trackunit/ui-design-tokens": "1.9.19",
|
|
15
|
+
"@trackunit/css-core": "1.9.19",
|
|
16
16
|
"@tailwindcss/typography": "^0.5.10"
|
|
17
17
|
},
|
|
18
18
|
"type": "commonjs",
|
|
@@ -8149,6 +8149,13 @@ var CHART_STATUS_COLORS = {
|
|
|
8149
8149
|
EXCESSIVE_USAGE: rgbStringToHex(EXCESSIVE_USAGE.variants[500]),
|
|
8150
8150
|
};
|
|
8151
8151
|
|
|
8152
|
+
// libs/ui/design-tokens/src/tokens/containerSize.ts
|
|
8153
|
+
var themeContainerSizeCustom = {
|
|
8154
|
+
"2xs": "16rem",
|
|
8155
|
+
"3xs": "12rem",
|
|
8156
|
+
"4xs": "8rem",
|
|
8157
|
+
};
|
|
8158
|
+
|
|
8152
8159
|
// libs/ui/design-tokens/src/tokens/elevation.ts
|
|
8153
8160
|
var themeBoxShadow = {
|
|
8154
8161
|
sm: "0 1px 2px 0 rgb(0 0 0 / 0.05)",
|
|
@@ -8460,11 +8467,7 @@ var animations = {
|
|
|
8460
8467
|
|
|
8461
8468
|
// libs/css/tailwind/src/lib/containers.ts
|
|
8462
8469
|
var containers = {
|
|
8463
|
-
containers:
|
|
8464
|
-
"2xs": "16rem",
|
|
8465
|
-
"3xs": "12rem",
|
|
8466
|
-
"4xs": "8rem",
|
|
8467
|
-
},
|
|
8470
|
+
containers: themeContainerSizeCustom,
|
|
8468
8471
|
};
|
|
8469
8472
|
|
|
8470
8473
|
// libs/css/tailwind/src/lib/grids.ts
|