@trackunit/css-tailwind 1.3.19 → 1.3.22
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.3.
|
|
3
|
+
"version": "1.3.22",
|
|
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.3.
|
|
13
|
-
"@trackunit/css-tailwind-custom-properties-plugin": "1.3.
|
|
14
|
-
"@trackunit/ui-design-tokens": "1.3.
|
|
15
|
-
"@trackunit/css-core": "1.3.
|
|
12
|
+
"@trackunit/css-component-tokens": "1.3.20",
|
|
13
|
+
"@trackunit/css-tailwind-custom-properties-plugin": "1.3.20",
|
|
14
|
+
"@trackunit/ui-design-tokens": "1.3.20",
|
|
15
|
+
"@trackunit/css-core": "1.3.21"
|
|
16
16
|
},
|
|
17
17
|
"type": "commonjs",
|
|
18
18
|
"types": "./index.cjs.d.ts"
|
|
@@ -1006,6 +1006,7 @@ var animations = {
|
|
|
1006
1006
|
"ping-sm": "pingSm 1s cubic-bezier(0, 0, 0.2, 1) infinite",
|
|
1007
1007
|
"bg-scroll-br": "bgScrollBR 10s ease infinite",
|
|
1008
1008
|
"modal-fade": "modalFade 0.3s ease-in-out 1 forwards",
|
|
1009
|
+
"modal-fade-fast": "modalFade 0.15s ease-in-out 1 forwards",
|
|
1009
1010
|
"fade-in-rising": "fadeInRising 0.2s ease-in",
|
|
1010
1011
|
"pulse-back": "pulseBack 4s infinite",
|
|
1011
1012
|
},
|