@versini/ui-spinner 5.0.1 → 5.0.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +5 -9
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { SPINNER_CLASSNAME as o, Spinner as I } from "./components/Spinner/Spinner.js";
2
2
  /*!
3
- @versini/ui-spinner v5.0.1
3
+ @versini/ui-spinner v5.0.3
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_SPINNER__ || (window.__VERSINI_UI_SPINNER__ = {
8
- version: "5.0.1",
9
- buildTime: "09/01/2025 04:03 PM EDT",
8
+ version: "5.0.3",
9
+ buildTime: "10/20/2025 07:56 PM EDT",
10
10
  homepage: "https://github.com/aversini/ui-components",
11
11
  license: "MIT"
12
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-spinner",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -36,19 +36,15 @@
36
36
  "test:watch": "vitest",
37
37
  "test": "vitest run"
38
38
  },
39
- "peerDependencies": {
40
- "react": "^19.1.0",
41
- "react-dom": "^19.1.0"
42
- },
43
39
  "devDependencies": {
44
- "@versini/ui-types": "6.0.1"
40
+ "@versini/ui-types": "6.0.2"
45
41
  },
46
42
  "dependencies": {
47
- "@tailwindcss/typography": "0.5.16",
48
- "tailwindcss": "4.1.12"
43
+ "@tailwindcss/typography": "0.5.19",
44
+ "tailwindcss": "4.1.15"
49
45
  },
50
46
  "sideEffects": [
51
47
  "**/*.css"
52
48
  ],
53
- "gitHead": "dcc216644c8c3e7d43a49ea655a22aed21fa4b83"
49
+ "gitHead": "83222981436f0aa6a5885586df15430f32c23e43"
54
50
  }