@versini/ui-styles 7.0.3 → 8.0.1

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 +7 -7
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  /*!
2
- @versini/ui-styles v7.0.3
2
+ @versini/ui-styles v8.0.1
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.3",
9
- buildTime: "12/14/2025 03:02 PM EST",
8
+ version: "8.0.1",
9
+ buildTime: "12/15/2025 07:43 PM EST",
10
10
  homepage: "https://www.npmjs.com/package/@versini/ui-styles",
11
11
  license: "MIT",
12
12
  };
@@ -104,10 +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
111
  "@versini/ui-debug-overlay",
112
+ "@versini/ui-dropdown",
111
113
  "@versini/ui-fingerprint",
112
114
  "@versini/ui-footer",
113
115
  "@versini/ui-header",
@@ -115,8 +117,6 @@ import colors from "tailwindcss/colors";
115
117
  "@versini/ui-icons",
116
118
  "@versini/ui-liveregion",
117
119
  "@versini/ui-main",
118
- "@versini/ui-menu",
119
- "@versini/ui-modal",
120
120
  "@versini/ui-panel",
121
121
  "@versini/ui-pill",
122
122
  "@versini/ui-spinner",
@@ -153,9 +153,9 @@ const accentColor = colors.violet["300"];
153
153
  "action-danger-dark": colors.red["900"],
154
154
  "action-danger-dark-hover": colors.red["700"],
155
155
  "action-danger-dark-active": colors.red["600"],
156
- "action-danger-light": colors.red["600"],
156
+ "action-danger-light": colors.red["900"],
157
157
  "action-danger-light-hover": colors.red["700"],
158
- "action-danger-light-active": colors.red["800"],
158
+ "action-danger-light-active": colors.red["600"],
159
159
  "action-selected-dark": colors.green["700"],
160
160
  "action-selected-dark-hover": colors.green["600"],
161
161
  "action-selected-dark-active": colors.green["500"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "7.0.3",
3
+ "version": "8.0.1",
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": "40775266237a53f421b095ca4c22db0b4b2b5aae"
45
+ "gitHead": "699b13029f1d14089c1875bc50f049c1c7b9859a"
46
46
  }