@versini/ui-panel 1.3.22 → 1.3.24

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 +7 -7
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -4,13 +4,13 @@ import $, { useRef as w, useLayoutEffect as F, useMemo as q, useState as oe, use
4
4
  import i from "clsx";
5
5
  import { useFloating as le, useClick as ce, useDismiss as se, useRole as de, useInteractions as ue, useMergeRefs as me, FloatingPortal as ge, FloatingOverlay as he, FloatingFocusManager as be } from "@floating-ui/react";
6
6
  /*!
7
- @versini/ui-panel v1.3.22
7
+ @versini/ui-panel v1.3.24
8
8
  © 2025 gizmette.com
9
9
  */
10
10
  try {
11
11
  window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
12
- version: "1.3.22",
13
- buildTime: "02/16/2025 02:04 PM EST",
12
+ version: "1.3.24",
13
+ buildTime: "02/16/2025 03:46 PM EST",
14
14
  homepage: "https://github.com/aversini/ui-components",
15
15
  license: "MIT"
16
16
  });
@@ -471,13 +471,13 @@ const Me = {
471
471
  }) => /* @__PURE__ */ c("span", { ref: e, className: t, children: r && /* @__PURE__ */ c("span", { className: a, children: r }) });
472
472
  V.displayName = "ButtonIcon";
473
473
  /*!
474
- @versini/ui-button v4.2.5
474
+ @versini/ui-button v4.2.7
475
475
  © 2025 gizmette.com
476
476
  */
477
477
  try {
478
478
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
479
- version: "4.2.5",
480
- buildTime: "02/16/2025 02:04 PM EST",
479
+ version: "4.2.7",
480
+ buildTime: "02/16/2025 03:46 PM EST",
481
481
  homepage: "https://github.com/aversini/ui-components",
482
482
  license: "MIT"
483
483
  });
@@ -683,7 +683,7 @@ const Ue = g.forwardRef(function(e, t) {
683
683
  try {
684
684
  window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
685
685
  version: "1.2.9",
686
- buildTime: "02/16/2025 02:04 PM EST",
686
+ buildTime: "02/16/2025 03:46 PM EST",
687
687
  homepage: "https://github.com/aversini/ui-components",
688
688
  license: "MIT"
689
689
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-panel",
3
- "version": "1.3.22",
3
+ "version": "1.3.24",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@tailwindcss/typography": "0.5.16",
43
- "@versini/ui-button": "4.2.5",
43
+ "@versini/ui-button": "4.2.7",
44
44
  "@versini/ui-icons": "4.6.1",
45
45
  "@versini/ui-modal": "1.2.9",
46
46
  "clsx": "2.1.1",
@@ -49,5 +49,5 @@
49
49
  "sideEffects": [
50
50
  "**/*.css"
51
51
  ],
52
- "gitHead": "a9729c1de84e630491acba230563910a17ad697f"
52
+ "gitHead": "abbc90128d549ac5e9aaae278d3dfe06ec0ee722"
53
53
  }