@versini/ui-styles 8.3.2 → 8.3.3
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/dist/index.js +1 -14
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-styles v8.3.
|
|
2
|
+
@versini/ui-styles v8.3.3
|
|
3
3
|
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -13,19 +13,6 @@ import colors from "tailwindcss/colors";
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
/* export default */ const spinner = ({
|
|
16
|
-
/**
|
|
17
|
-
* Spin animation for circular spinner.
|
|
18
|
-
* This ensures the animation is always available even if Tailwind's
|
|
19
|
-
* default keyframes are not generated (e.g., due to CSS purging or
|
|
20
|
-
* class scanning issues in consuming apps).
|
|
21
|
-
*/ "@keyframes spin": {
|
|
22
|
-
to: {
|
|
23
|
-
transform: "rotate(360deg)"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
".animate-spin": {
|
|
27
|
-
animation: "spin 1s linear infinite"
|
|
28
|
-
},
|
|
29
16
|
/**
|
|
30
17
|
* Blink animation for dots spinner.
|
|
31
18
|
*/ "@keyframes blink": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"rollup-plugin-copy": "3.5.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "5bd6bc9cac4effc8224912be6e75a6bc3d7901b0"
|
|
53
53
|
}
|