@versini/ui-styles 7.0.2 → 7.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 -4
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  /*!
2
- @versini/ui-styles v7.0.2
2
+ @versini/ui-styles v7.0.3
3
3
  © 2025 gizmette.com
4
4
  */
5
5
  try {
6
6
  if (!window.__VERSINI_UI_STYLES__) {
7
7
  window.__VERSINI_UI_STYLES__ = {
8
- version: "7.0.2",
9
- buildTime: "12/12/2025 12:12 PM EST",
8
+ version: "7.0.3",
9
+ buildTime: "12/14/2025 03:02 PM EST",
10
10
  homepage: "https://www.npmjs.com/package/@versini/ui-styles",
11
11
  license: "MIT",
12
12
  };
@@ -107,7 +107,6 @@ import colors from "tailwindcss/colors";
107
107
  "@versini/ui-bubble",
108
108
  "@versini/ui-button",
109
109
  "@versini/ui-card",
110
- "@versini/ui-components",
111
110
  "@versini/ui-debug-overlay",
112
111
  "@versini/ui-fingerprint",
113
112
  "@versini/ui-footer",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -42,5 +42,5 @@
42
42
  "fs-extra": "11.3.2",
43
43
  "tailwindcss": "4.1.18"
44
44
  },
45
- "gitHead": "5b6af4a5d9bcb9d4a6f4293caec0480ae74837d4"
45
+ "gitHead": "40775266237a53f421b095ca4c22db0b4b2b5aae"
46
46
  }