@versini/ui-panel 1.3.5 → 1.3.6
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.
- package/dist/index.js +11 -11
- package/package.json +4 -4
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.
|
|
7
|
+
@versini/ui-panel v1.3.6
|
|
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
|
-
buildTime: "01/12/2025
|
|
12
|
+
version: "1.3.6",
|
|
13
|
+
buildTime: "01/12/2025 07:17 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.
|
|
365
|
+
@versini/ui-button v4.0.6
|
|
366
366
|
© 2025 gizmette.com
|
|
367
367
|
*/
|
|
368
368
|
try {
|
|
369
369
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
370
|
-
version: "4.0.
|
|
371
|
-
buildTime: "01/12/2025
|
|
370
|
+
version: "4.0.6",
|
|
371
|
+
buildTime: "01/12/2025 07:16 PM EST",
|
|
372
372
|
homepage: "https://github.com/aversini/ui-components",
|
|
373
373
|
license: "MIT"
|
|
374
374
|
});
|
|
@@ -489,7 +489,7 @@ const ge = ({
|
|
|
489
489
|
try {
|
|
490
490
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
491
491
|
version: "4.0.1",
|
|
492
|
-
buildTime: "01/12/2025
|
|
492
|
+
buildTime: "01/12/2025 07:16 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.
|
|
517
|
+
@versini/ui-icons v4.3.0
|
|
518
518
|
© 2025 gizmette.com
|
|
519
519
|
*/
|
|
520
520
|
try {
|
|
521
521
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
522
|
-
version: "4.
|
|
523
|
-
buildTime: "01/12/2025
|
|
522
|
+
version: "4.3.0",
|
|
523
|
+
buildTime: "01/12/2025 07:16 PM EST",
|
|
524
524
|
homepage: "https://github.com/aversini/ui-components",
|
|
525
525
|
license: "MIT"
|
|
526
526
|
});
|
|
@@ -607,7 +607,7 @@ const be = m.forwardRef(function(e, t) {
|
|
|
607
607
|
try {
|
|
608
608
|
window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
|
|
609
609
|
version: "1.2.1",
|
|
610
|
-
buildTime: "01/12/2025
|
|
610
|
+
buildTime: "01/12/2025 07:16 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.
|
|
3
|
+
"version": "1.3.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@tailwindcss/typography": "0.5.15",
|
|
42
|
-
"@versini/ui-button": "4.0.
|
|
43
|
-
"@versini/ui-icons": "4.
|
|
42
|
+
"@versini/ui-button": "4.0.6",
|
|
43
|
+
"@versini/ui-icons": "4.3.0",
|
|
44
44
|
"@versini/ui-modal": "1.2.1",
|
|
45
45
|
"clsx": "2.1.1",
|
|
46
46
|
"tailwindcss": "3.4.17"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "7b8f2e1479b0f4ba96ac34b63e1cf9120416c874"
|
|
52
52
|
}
|