@versini/ui-panel 2.2.5 → 2.2.6

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.
@@ -506,13 +506,13 @@ const M = {
506
506
  );
507
507
  U.displayName = "ButtonIcon";
508
508
  /*!
509
- @versini/ui-button v7.1.1
509
+ @versini/ui-button v7.1.2
510
510
  © 2025 gizmette.com
511
511
  */
512
512
  try {
513
513
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
514
- version: "7.1.1",
515
- buildTime: "08/10/2025 01:26 PM EDT",
514
+ version: "7.1.2",
515
+ buildTime: "08/14/2025 06:04 PM EDT",
516
516
  homepage: "https://github.com/aversini/ui-components",
517
517
  license: "MIT"
518
518
  });
@@ -720,7 +720,7 @@ const Ye = h.forwardRef(function(e, r) {
720
720
  try {
721
721
  window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
722
722
  version: "2.0.6",
723
- buildTime: "08/10/2025 01:26 PM EDT",
723
+ buildTime: "08/14/2025 06:05 PM EDT",
724
724
  homepage: "https://github.com/aversini/ui-components",
725
725
  license: "MIT"
726
726
  });
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.5
3
+ @versini/ui-panel v2.2.6
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
8
- version: "2.2.5",
9
- buildTime: "08/10/2025 01:26 PM EDT",
8
+ version: "2.2.6",
9
+ buildTime: "08/14/2025 06:05 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.5",
3
+ "version": "2.2.6",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -40,18 +40,18 @@
40
40
  "react-dom": "^18.3.1 || ^19.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@testing-library/jest-dom": "6.6.4"
43
+ "@testing-library/jest-dom": "6.7.0"
44
44
  },
45
45
  "dependencies": {
46
46
  "@tailwindcss/typography": "0.5.16",
47
- "@versini/ui-button": "7.1.1",
47
+ "@versini/ui-button": "../ui-button",
48
48
  "@versini/ui-icons": "4.10.0",
49
- "@versini/ui-modal": "2.0.6",
49
+ "@versini/ui-modal": "../ui-modal",
50
50
  "clsx": "2.1.1",
51
- "tailwindcss": "4.1.11"
51
+ "tailwindcss": "4.1.12"
52
52
  },
53
53
  "sideEffects": [
54
54
  "**/*.css"
55
55
  ],
56
- "gitHead": "381a563cd0bb01eeddea33e57c0f5705663b5be4"
56
+ "gitHead": "a2a11904039a5bc55ff17a954e4a16073abbe0bf"
57
57
  }