@versini/ui-styles 8.3.1 → 8.3.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 +4 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-styles v8.3.1
2
+ @versini/ui-styles v8.3.3
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -13,7 +13,9 @@ import colors from "tailwindcss/colors";
13
13
 
14
14
 
15
15
  /* export default */ const spinner = ({
16
- "@keyframes blink": {
16
+ /**
17
+ * Blink animation for dots spinner.
18
+ */ "@keyframes blink": {
17
19
  "50%": {
18
20
  fill: "transparent"
19
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "8.3.1",
3
+ "version": "8.3.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -49,5 +49,5 @@
49
49
  "devDependencies": {
50
50
  "rollup-plugin-copy": "3.5.0"
51
51
  },
52
- "gitHead": "7c76dd8543839e693f0ad12980f8de01ad2ab123"
52
+ "gitHead": "5bd6bc9cac4effc8224912be6e75a6bc3d7901b0"
53
53
  }