@versini/ui-panel 1.0.12 → 1.0.13

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.
@@ -241,7 +241,7 @@ const Y = c.forwardRef(function(e, n) {
241
241
  try {
242
242
  window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
243
243
  version: "1.4.17",
244
- buildTime: "10/02/2024 06:10 PM EDT",
244
+ buildTime: "10/05/2024 08:20 PM EDT",
245
245
  homepage: "https://github.com/aversini/ui-components",
246
246
  license: "MIT"
247
247
  });
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import { jsx as l, jsxs as y, Fragment as V } from "react/jsx-runtime";
2
2
  import o from "clsx";
3
3
  import E, { lazy as z, useRef as U, useEffect as j, Suspense as O } from "react";
4
4
  /*!
5
- @versini/ui-panel v1.0.12
5
+ @versini/ui-panel v1.0.13
6
6
  © 2024 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
10
- version: "1.0.12",
11
- buildTime: "10/02/2024 06:10 PM EDT",
10
+ version: "1.0.13",
11
+ buildTime: "10/05/2024 08:20 PM EDT",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -294,7 +294,7 @@ $.displayName = "ButtonIcon";
294
294
  try {
295
295
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
296
296
  version: "1.1.10",
297
- buildTime: "10/02/2024 06:10 PM EDT",
297
+ buildTime: "10/05/2024 08:20 PM EDT",
298
298
  homepage: "https://github.com/aversini/ui-components",
299
299
  license: "MIT"
300
300
  });
@@ -428,7 +428,7 @@ const Z = (e) => {
428
428
  try {
429
429
  window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
430
430
  version: "1.4.17",
431
- buildTime: "10/02/2024 06:10 PM EDT",
431
+ buildTime: "10/05/2024 08:20 PM EDT",
432
432
  homepage: "https://github.com/aversini/ui-components",
433
433
  license: "MIT"
434
434
  });
@@ -455,13 +455,13 @@ const re = ({
455
455
  }
456
456
  );
457
457
  /*!
458
- @versini/ui-icons v1.14.0
458
+ @versini/ui-icons v1.15.0
459
459
  © 2024 gizmette.com
460
460
  */
461
461
  try {
462
462
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
463
- version: "1.14.0",
464
- buildTime: "10/02/2024 06:10 PM EDT",
463
+ version: "1.15.0",
464
+ buildTime: "10/05/2024 08:20 PM EDT",
465
465
  homepage: "https://github.com/aversini/ui-components",
466
466
  license: "MIT"
467
467
  });
@@ -488,7 +488,7 @@ const p = "panel", x = "messagebox", te = ({
488
488
  header: "sm:p-4 mb-0 p-2",
489
489
  close: "sm:p-4 p-2"
490
490
  }), k = (e) => z(
491
- () => import("./chunks/index.jf7dGfT1.js").then((t) => ({
491
+ () => import("./chunks/index.Dfp81Dwh.js").then((t) => ({
492
492
  default: t[e]
493
493
  }))
494
494
  ), ae = k("Modal"), oe = k("ModalClose"), ie = k("ModalContent"), le = k("ModalDescription"), de = k("ModalHeading"), ge = ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-panel",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -40,7 +40,7 @@
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
42
  "@versini/ui-button": "1.1.10",
43
- "@versini/ui-icons": "1.14.0",
43
+ "@versini/ui-icons": "1.15.0",
44
44
  "@versini/ui-private": "1.4.17",
45
45
  "clsx": "2.1.1",
46
46
  "tailwindcss": "3.4.13"
@@ -48,5 +48,5 @@
48
48
  "sideEffects": [
49
49
  "**/*.css"
50
50
  ],
51
- "gitHead": "0f563f9a06d45b1a4c935115dce0cd6ae5d57843"
51
+ "gitHead": "a72ff2d45843829c69594b534e3270b7bb5e98d9"
52
52
  }