@versini/ui-spinner 5.1.4 → 5.2.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -13
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1,19 +1,7 @@
1
1
  /*!
2
- @versini/ui-spinner v5.1.4
2
+ @versini/ui-spinner v5.2.0
3
3
  © 2025 gizmette.com
4
4
  */
5
- try {
6
- if (!window.__VERSINI_UI_SPINNER__) {
7
- window.__VERSINI_UI_SPINNER__ = {
8
- version: "5.1.4",
9
- buildTime: "12/12/2025 10:30 AM EST",
10
- homepage: "https://www.npmjs.com/package/@versini/ui-spinner",
11
- license: "MIT",
12
- };
13
- }
14
- } catch (error) {
15
- // nothing to declare officer
16
- }
17
5
 
18
6
  import { jsx, jsxs } from "react/jsx-runtime";
19
7
  import clsx from "clsx";
@@ -79,6 +67,7 @@ const Spinner = ({ spinnerRef, mode = "system", type = "circle", className })=>{
79
67
  };
80
68
 
81
69
  ;// CONCATENATED MODULE: ./src/components/index.ts
70
+ // force new release
82
71
 
83
72
 
84
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-spinner",
3
- "version": "5.1.4",
3
+ "version": "5.2.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -37,7 +37,7 @@
37
37
  "test": "vitest run"
38
38
  },
39
39
  "devDependencies": {
40
- "@versini/ui-types": "7.1.0"
40
+ "@versini/ui-types": "8.1.0"
41
41
  },
42
42
  "dependencies": {
43
43
  "@tailwindcss/typography": "0.5.19",
@@ -46,5 +46,5 @@
46
46
  "sideEffects": [
47
47
  "**/*.css"
48
48
  ],
49
- "gitHead": "012dc1e7cb83b4a3d15b73dd78f9663b8616d8f9"
49
+ "gitHead": "b2ee2e328ecadfbedcb26d14afa896a30f0ab54b"
50
50
  }