@versini/ui-panel 1.3.13 → 1.3.14

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 C, { useId as z, useRef as D, useEffect as W } from "react";
5
5
  import { useFloating as G, useClick as Y, useDismiss as X, 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.13
7
+ @versini/ui-panel v1.3.14
8
8
  © 2025 gizmette.com
9
9
  */
10
10
  try {
11
11
  window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
12
- version: "1.3.13",
13
- buildTime: "01/20/2025 01:05 PM EST",
12
+ version: "1.3.14",
13
+ buildTime: "01/20/2025 01:49 PM EST",
14
14
  homepage: "https://github.com/aversini/ui-components",
15
15
  license: "MIT"
16
16
  });
@@ -370,13 +370,13 @@ const F = C.forwardRef(
370
370
  );
371
371
  F.displayName = "ButtonIcon";
372
372
  /*!
373
- @versini/ui-button v4.1.2
373
+ @versini/ui-button v4.1.3
374
374
  © 2025 gizmette.com
375
375
  */
376
376
  try {
377
377
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
378
- version: "4.1.2",
379
- buildTime: "01/20/2025 01:05 PM EST",
378
+ version: "4.1.3",
379
+ buildTime: "01/20/2025 01:49 PM EST",
380
380
  homepage: "https://github.com/aversini/ui-components",
381
381
  license: "MIT"
382
382
  });
@@ -491,13 +491,13 @@ const me = ({
491
491
  ] });
492
492
  };
493
493
  /*!
494
- @versini/ui-svgicon v4.0.6
494
+ @versini/ui-svgicon v4.0.7
495
495
  © 2025 gizmette.com
496
496
  */
497
497
  try {
498
498
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
499
- version: "4.0.6",
500
- buildTime: "01/20/2025 01:04 PM EST",
499
+ version: "4.0.7",
500
+ buildTime: "01/20/2025 01:49 PM EST",
501
501
  homepage: "https://github.com/aversini/ui-components",
502
502
  license: "MIT"
503
503
  });
@@ -528,13 +528,13 @@ const he = ({
528
528
  }
529
529
  );
530
530
  /*!
531
- @versini/ui-icons v4.5.1
531
+ @versini/ui-icons v4.5.2
532
532
  © 2025 gizmette.com
533
533
  */
534
534
  try {
535
535
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
536
- version: "4.5.1",
537
- buildTime: "01/20/2025 01:05 PM EST",
536
+ version: "4.5.2",
537
+ buildTime: "01/20/2025 01:49 PM EST",
538
538
  homepage: "https://github.com/aversini/ui-components",
539
539
  license: "MIT"
540
540
  });
@@ -615,13 +615,13 @@ const fe = m.forwardRef(function(e, t) {
615
615
  }) });
616
616
  });
617
617
  /*!
618
- @versini/ui-modal v1.2.7
618
+ @versini/ui-modal v1.2.8
619
619
  © 2025 gizmette.com
620
620
  */
621
621
  try {
622
622
  window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
623
- version: "1.2.7",
624
- buildTime: "01/20/2025 01:05 PM EST",
623
+ version: "1.2.8",
624
+ buildTime: "01/20/2025 01:49 PM EST",
625
625
  homepage: "https://github.com/aversini/ui-components",
626
626
  license: "MIT"
627
627
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-panel",
3
- "version": "1.3.13",
3
+ "version": "1.3.14",
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.16",
42
- "@versini/ui-button": "4.1.2",
43
- "@versini/ui-icons": "4.5.1",
44
- "@versini/ui-modal": "1.2.7",
42
+ "@versini/ui-button": "4.1.3",
43
+ "@versini/ui-icons": "4.5.2",
44
+ "@versini/ui-modal": "1.2.8",
45
45
  "clsx": "2.1.1",
46
46
  "tailwindcss": "3.4.17"
47
47
  },
48
48
  "sideEffects": [
49
49
  "**/*.css"
50
50
  ],
51
- "gitHead": "1542a19c98ab5af85458a93e788576f97549e589"
51
+ "gitHead": "5018e3c37dea17fe8d0635e6d16fd6a3d6f14282"
52
52
  }