@versini/ui-styles 7.0.2 → 8.0.0

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 +5 -6
  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 v8.0.0
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: "8.0.0",
9
+ buildTime: "12/15/2025 01:19 PM EST",
10
10
  homepage: "https://www.npmjs.com/package/@versini/ui-styles",
11
11
  license: "MIT",
12
12
  };
@@ -104,11 +104,12 @@ import colors from "tailwindcss/colors";
104
104
  * To update this file, run `npm run build:list`.
105
105
  *
106
106
  */ const componentsList = [
107
+ "@versini/bundlesize",
107
108
  "@versini/ui-bubble",
108
109
  "@versini/ui-button",
109
110
  "@versini/ui-card",
110
- "@versini/ui-components",
111
111
  "@versini/ui-debug-overlay",
112
+ "@versini/ui-dropdown",
112
113
  "@versini/ui-fingerprint",
113
114
  "@versini/ui-footer",
114
115
  "@versini/ui-header",
@@ -116,8 +117,6 @@ import colors from "tailwindcss/colors";
116
117
  "@versini/ui-icons",
117
118
  "@versini/ui-liveregion",
118
119
  "@versini/ui-main",
119
- "@versini/ui-menu",
120
- "@versini/ui-modal",
121
120
  "@versini/ui-panel",
122
121
  "@versini/ui-pill",
123
122
  "@versini/ui-spinner",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "7.0.2",
3
+ "version": "8.0.0",
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": "28e13adabce18578034a9ca5553d7cfb9853c214"
46
46
  }