@versini/ui-spinner 5.2.2 → 5.3.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/dist/index.js +2 -7
- package/package.json +3 -4
package/dist/index.js
CHANGED
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-spinner v5.
|
|
3
|
-
©
|
|
2
|
+
@versini/ui-spinner v5.3.0
|
|
3
|
+
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
7
|
import clsx from "clsx";
|
|
8
8
|
|
|
9
|
-
;// CONCATENATED MODULE: ./src/common/constants.ts
|
|
10
9
|
const SPINNER_CLASSNAME = "av-spinner";
|
|
11
10
|
|
|
12
|
-
;// CONCATENATED MODULE: external "react/jsx-runtime"
|
|
13
11
|
|
|
14
|
-
;// CONCATENATED MODULE: external "clsx"
|
|
15
12
|
|
|
16
|
-
;// CONCATENATED MODULE: ./src/components/Spinner/Spinner.tsx
|
|
17
13
|
|
|
18
14
|
|
|
19
15
|
|
|
@@ -66,7 +62,6 @@ const Spinner = ({ spinnerRef, mode = "system", type = "circle", className })=>{
|
|
|
66
62
|
});
|
|
67
63
|
};
|
|
68
64
|
|
|
69
|
-
;// CONCATENATED MODULE: ./src/components/index.ts
|
|
70
65
|
|
|
71
66
|
|
|
72
67
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-spinner",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -37,14 +37,13 @@
|
|
|
37
37
|
"test": "vitest run"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@versini/ui-types": "8.
|
|
40
|
+
"@versini/ui-types": "8.3.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@tailwindcss/typography": "0.5.19",
|
|
44
43
|
"tailwindcss": "4.1.18"
|
|
45
44
|
},
|
|
46
45
|
"sideEffects": [
|
|
47
46
|
"**/*.css"
|
|
48
47
|
],
|
|
49
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "6f0ba5933ab114566dc2065b20ca9ffb14c5aba4"
|
|
50
49
|
}
|