@versini/ui-panel 2.2.0 → 2.2.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.
@@ -481,7 +481,7 @@ U.displayName = "ButtonIcon";
481
481
  try {
482
482
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
483
483
  version: "6.0.9",
484
- buildTime: "08/04/2025 12:23 PM EDT",
484
+ buildTime: "08/04/2025 01:24 PM EDT",
485
485
  homepage: "https://github.com/aversini/ui-components",
486
486
  license: "MIT"
487
487
  });
@@ -687,7 +687,7 @@ const Ye = h.forwardRef(function(e, t) {
687
687
  try {
688
688
  window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
689
689
  version: "2.0.5",
690
- buildTime: "08/04/2025 12:23 PM EDT",
690
+ buildTime: "08/04/2025 01:24 PM EDT",
691
691
  homepage: "https://github.com/aversini/ui-components",
692
692
  license: "MIT"
693
693
  });
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { MESSAGEBOX_CLASSNAME as o, PANEL_CLASSNAME as E, Panel as n } from "./components/Panel/Panel.js";
2
2
  /*!
3
- @versini/ui-panel v2.2.0
3
+ @versini/ui-panel v2.2.1
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
8
- version: "2.2.0",
9
- buildTime: "08/04/2025 12:23 PM EDT",
8
+ version: "2.2.1",
9
+ buildTime: "08/04/2025 01:24 PM EDT",
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": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -53,5 +53,5 @@
53
53
  "sideEffects": [
54
54
  "**/*.css"
55
55
  ],
56
- "gitHead": "14d53d66c2f014604b12f5e3ef0bb8708c996c21"
56
+ "gitHead": "68c004d1d6209599de3c809e82cea7172a68ed44"
57
57
  }