@versini/ui-panel 1.3.14 → 1.3.15

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 * 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.14
7
+ @versini/ui-panel v1.3.15
8
8
  © 2025 gizmette.com
9
9
  */
10
10
  try {
11
11
  window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
12
- version: "1.3.14",
13
- buildTime: "01/20/2025 01:49 PM EST",
12
+ version: "1.3.15",
13
+ buildTime: "01/20/2025 03:51 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.3
373
+ @versini/ui-button v4.1.4
374
374
  © 2025 gizmette.com
375
375
  */
376
376
  try {
377
377
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
378
- version: "4.1.3",
379
- buildTime: "01/20/2025 01:49 PM EST",
378
+ version: "4.1.4",
379
+ buildTime: "01/20/2025 03:51 PM EST",
380
380
  homepage: "https://github.com/aversini/ui-components",
381
381
  license: "MIT"
382
382
  });
@@ -621,7 +621,7 @@ const fe = m.forwardRef(function(e, t) {
621
621
  try {
622
622
  window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
623
623
  version: "1.2.8",
624
- buildTime: "01/20/2025 01:49 PM EST",
624
+ buildTime: "01/20/2025 03:51 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.14",
3
+ "version": "1.3.15",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.16",
42
- "@versini/ui-button": "4.1.3",
42
+ "@versini/ui-button": "4.1.4",
43
43
  "@versini/ui-icons": "4.5.2",
44
44
  "@versini/ui-modal": "1.2.8",
45
45
  "clsx": "2.1.1",
@@ -48,5 +48,5 @@
48
48
  "sideEffects": [
49
49
  "**/*.css"
50
50
  ],
51
- "gitHead": "5018e3c37dea17fe8d0635e6d16fd6a3d6f14282"
51
+ "gitHead": "59b7aa73390692c2df05cd5e6c8b7c74ff14c235"
52
52
  }