@versini/ui-panel 1.3.6 → 1.3.8

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.
Files changed (2) hide show
  1. package/dist/index.js +15 -15
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -4,13 +4,13 @@ import * as m from "react";
4
4
  import M, { useId as V, useRef as D, useEffect as W } from "react";
5
5
  import { useFloating as G, useClick as X, useDismiss as Y, useRole as q, useInteractions as H, useMergeRefs as J, FloatingPortal as K, FloatingOverlay as Q, FloatingFocusManager as Z } from "@floating-ui/react";
6
6
  /*!
7
- @versini/ui-panel v1.3.6
7
+ @versini/ui-panel v1.3.8
8
8
  © 2025 gizmette.com
9
9
  */
10
10
  try {
11
11
  window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
12
- version: "1.3.6",
13
- buildTime: "01/12/2025 07:17 PM EST",
12
+ version: "1.3.8",
13
+ buildTime: "01/13/2025 01:16 PM EST",
14
14
  homepage: "https://github.com/aversini/ui-components",
15
15
  license: "MIT"
16
16
  });
@@ -362,13 +362,13 @@ const A = M.forwardRef(
362
362
  );
363
363
  A.displayName = "ButtonIcon";
364
364
  /*!
365
- @versini/ui-button v4.0.6
365
+ @versini/ui-button v4.0.8
366
366
  © 2025 gizmette.com
367
367
  */
368
368
  try {
369
369
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
370
- version: "4.0.6",
371
- buildTime: "01/12/2025 07:16 PM EST",
370
+ version: "4.0.8",
371
+ buildTime: "01/13/2025 01:16 PM EST",
372
372
  homepage: "https://github.com/aversini/ui-components",
373
373
  license: "MIT"
374
374
  });
@@ -483,13 +483,13 @@ const ge = ({
483
483
  ] });
484
484
  };
485
485
  /*!
486
- @versini/ui-svgicon v4.0.1
486
+ @versini/ui-svgicon v4.0.2
487
487
  © 2025 gizmette.com
488
488
  */
489
489
  try {
490
490
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
491
- version: "4.0.1",
492
- buildTime: "01/12/2025 07:16 PM EST",
491
+ version: "4.0.2",
492
+ buildTime: "01/13/2025 01:15 PM EST",
493
493
  homepage: "https://github.com/aversini/ui-components",
494
494
  license: "MIT"
495
495
  });
@@ -514,13 +514,13 @@ const me = ({
514
514
  }
515
515
  );
516
516
  /*!
517
- @versini/ui-icons v4.3.0
517
+ @versini/ui-icons v4.4.1
518
518
  © 2025 gizmette.com
519
519
  */
520
520
  try {
521
521
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
522
- version: "4.3.0",
523
- buildTime: "01/12/2025 07:16 PM EST",
522
+ version: "4.4.1",
523
+ buildTime: "01/13/2025 01:15 PM EST",
524
524
  homepage: "https://github.com/aversini/ui-components",
525
525
  license: "MIT"
526
526
  });
@@ -601,13 +601,13 @@ const be = m.forwardRef(function(e, t) {
601
601
  }) });
602
602
  });
603
603
  /*!
604
- @versini/ui-modal v1.2.1
604
+ @versini/ui-modal v1.2.2
605
605
  © 2025 gizmette.com
606
606
  */
607
607
  try {
608
608
  window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
609
- version: "1.2.1",
610
- buildTime: "01/12/2025 07:16 PM EST",
609
+ version: "1.2.2",
610
+ buildTime: "01/13/2025 01:15 PM EST",
611
611
  homepage: "https://github.com/aversini/ui-components",
612
612
  license: "MIT"
613
613
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-panel",
3
- "version": "1.3.6",
3
+ "version": "1.3.8",
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": "4.0.6",
43
- "@versini/ui-icons": "4.3.0",
44
- "@versini/ui-modal": "1.2.1",
42
+ "@versini/ui-button": "4.0.8",
43
+ "@versini/ui-icons": "4.4.1",
44
+ "@versini/ui-modal": "1.2.2",
45
45
  "clsx": "2.1.1",
46
46
  "tailwindcss": "3.4.17"
47
47
  },
48
48
  "sideEffects": [
49
49
  "**/*.css"
50
50
  ],
51
- "gitHead": "7b8f2e1479b0f4ba96ac34b63e1cf9120416c874"
51
+ "gitHead": "ad21cab4bf6b5fc26fc8bf9b61fb5f00ef0f66f6"
52
52
  }