@versini/ui-panel 3.3.0 → 3.3.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.
@@ -141,7 +141,7 @@ const q = a.forwardRef(function(r, e) {
141
141
  try {
142
142
  window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
143
143
  version: "3.0.2",
144
- buildTime: "11/04/2025 09:49 AM EST",
144
+ buildTime: "11/04/2025 10:24 AM EST",
145
145
  homepage: "https://github.com/aversini/ui-components",
146
146
  license: "MIT"
147
147
  });
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { MESSAGEBOX_CLASSNAME as o, PANEL_CLASSNAME as E, Panel as A } from "./components/Panel/Panel.js";
2
2
  /*!
3
- @versini/ui-panel v3.3.0
3
+ @versini/ui-panel v3.3.1
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
8
- version: "3.3.0",
9
- buildTime: "11/04/2025 09:50 AM EST",
8
+ version: "3.3.1",
9
+ buildTime: "11/04/2025 10:24 AM EST",
10
10
  homepage: "https://github.com/aversini/ui-components",
11
11
  license: "MIT"
12
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-panel",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@tailwindcss/typography": "0.5.19",
44
- "@versini/ui-button": "8.2.0",
44
+ "@versini/ui-button": "8.3.0",
45
45
  "@versini/ui-icons": "4.15.1",
46
46
  "@versini/ui-modal": "3.0.2",
47
47
  "clsx": "2.1.1",
@@ -50,5 +50,5 @@
50
50
  "sideEffects": [
51
51
  "**/*.css"
52
52
  ],
53
- "gitHead": "d43a776558072976e0920ab60f28f45a9efd3848"
53
+ "gitHead": "2169d82d7a8199466642cad5b4cf01cc3b8a3128"
54
54
  }