@versini/ui-panel 1.1.0 → 1.1.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.
@@ -235,13 +235,13 @@ const Y = c.forwardRef(function(e, n) {
235
235
  ] });
236
236
  };
237
237
  /*!
238
- @versini/ui-private v1.5.0
238
+ @versini/ui-private v1.5.1
239
239
  © 2024 gizmette.com
240
240
  */
241
241
  try {
242
242
  window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
243
- version: "1.5.0",
244
- buildTime: "12/18/2024 12:34 PM EST",
243
+ version: "1.5.1",
244
+ buildTime: "12/18/2024 01:22 PM EST",
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.1.0
5
+ @versini/ui-panel v1.1.1
6
6
  © 2024 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
10
- version: "1.1.0",
11
- buildTime: "12/18/2024 12:35 PM EST",
10
+ version: "1.1.1",
11
+ buildTime: "12/18/2024 01:22 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -288,13 +288,13 @@ const $ = E.forwardRef(
288
288
  );
289
289
  $.displayName = "ButtonIcon";
290
290
  /*!
291
- @versini/ui-button v1.2.0
291
+ @versini/ui-button v1.2.1
292
292
  © 2024 gizmette.com
293
293
  */
294
294
  try {
295
295
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
296
- version: "1.2.0",
297
- buildTime: "12/18/2024 12:35 PM EST",
296
+ version: "1.2.1",
297
+ buildTime: "12/18/2024 01:22 PM EST",
298
298
  homepage: "https://github.com/aversini/ui-components",
299
299
  license: "MIT"
300
300
  });
@@ -422,13 +422,13 @@ const Z = (e) => {
422
422
  ] });
423
423
  };
424
424
  /*!
425
- @versini/ui-private v1.5.0
425
+ @versini/ui-private v1.5.1
426
426
  © 2024 gizmette.com
427
427
  */
428
428
  try {
429
429
  window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
430
- version: "1.5.0",
431
- buildTime: "12/18/2024 12:34 PM EST",
430
+ version: "1.5.1",
431
+ buildTime: "12/18/2024 01:22 PM EST",
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.16.0
458
+ @versini/ui-icons v1.16.1
459
459
  © 2024 gizmette.com
460
460
  */
461
461
  try {
462
462
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
463
- version: "1.16.0",
464
- buildTime: "12/18/2024 12:35 PM EST",
463
+ version: "1.16.1",
464
+ buildTime: "12/18/2024 01:22 PM EST",
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.CgcpUI_B.js").then((t) => ({
491
+ () => import("./chunks/index.MEUopFRx.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.1.0",
3
+ "version": "1.1.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,14 +39,14 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-button": "1.2.0",
43
- "@versini/ui-icons": "1.16.0",
44
- "@versini/ui-private": "1.5.0",
42
+ "@versini/ui-button": "1.2.1",
43
+ "@versini/ui-icons": "1.16.1",
44
+ "@versini/ui-private": "1.5.1",
45
45
  "clsx": "2.1.1",
46
- "tailwindcss": "3.4.15"
46
+ "tailwindcss": "3.4.17"
47
47
  },
48
48
  "sideEffects": [
49
49
  "**/*.css"
50
50
  ],
51
- "gitHead": "413e5c7cd8228d2f135f54fa897101401207229b"
51
+ "gitHead": "123c2555b25210da73697c4fdd3b6a5f67a3b993"
52
52
  }