@versini/ui-spinner 4.0.8 → 4.0.10

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/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # @versini/ui-spinner
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@versini/ui-spinner?style=flat-square)](https://www.npmjs.com/package/@versini/ui-spinner)
4
+ ![npm package minimized gzipped size](<https://img.shields.io/bundlejs/size/%40versini%2Fui-spinner?style=flat-square&label=size%20(gzip)>)
4
5
 
5
6
  > A lightweight and accessible React spinner component built with TypeScript and TailwindCSS.
6
7
 
@@ -28,7 +29,7 @@ The Spinner component provides visual loading indicators with multiple styles an
28
29
  npm install @versini/ui-spinner
29
30
  ```
30
31
 
31
- > **Note**: This component requires TailwindCSS and the `@versini/ui-styles` plugin for proper styling. See the [root README](../../README.md#tailwindcss-setup) for complete setup instructions.
32
+ > **Note**: This component requires TailwindCSS and the `@versini/ui-styles` plugin for proper styling. See the [installation documentation](https://versini-org.github.io/ui-components/?path=/docs/getting-started-installation--docs) for complete setup instructions.
32
33
 
33
34
  ## Usage
34
35
 
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 v4.0.8
3
+ @versini/ui-spinner v4.0.10
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_SPINNER__ || (window.__VERSINI_UI_SPINNER__ = {
8
- version: "4.0.8",
9
- buildTime: "08/23/2025 09:10 AM EDT",
8
+ version: "4.0.10",
9
+ buildTime: "08/23/2025 12:23 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": "4.0.8",
3
+ "version": "4.0.10",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -50,5 +50,5 @@
50
50
  "sideEffects": [
51
51
  "**/*.css"
52
52
  ],
53
- "gitHead": "7bbfa99a4441ef5b0828a37d190f694e199b663d"
53
+ "gitHead": "d568e20474c6c87f836c4cb6548f2cc0143a353c"
54
54
  }