@versini/ui-spinner 2.0.1 → 2.0.2

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 +3 -3
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { jsxs as n, jsx as r } from "react/jsx-runtime";
2
2
  import t from "clsx";
3
3
  /*!
4
- @versini/ui-spinner v2.0.1
4
+ @versini/ui-spinner v2.0.2
5
5
  © 2024 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_SPINNER__ || (window.__VERSINI_UI_SPINNER__ = {
9
- version: "2.0.1",
10
- buildTime: "12/30/2024 11:40 AM EST",
9
+ version: "2.0.2",
10
+ buildTime: "12/30/2024 12:27 PM EST",
11
11
  homepage: "https://github.com/aversini/ui-components",
12
12
  license: "MIT"
13
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-spinner",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,11 +39,11 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-types": "2.1.0",
42
+ "@versini/ui-types": "2.2.0",
43
43
  "tailwindcss": "3.4.17"
44
44
  },
45
45
  "sideEffects": [
46
46
  "**/*.css"
47
47
  ],
48
- "gitHead": "1221c66705bd1e8a31981a21a9566c8db647ab5c"
48
+ "gitHead": "914bac4e3074de68e54cd84fe91e6fe50c38b554"
49
49
  }