@versini/ui-panel 1.3.23 → 1.3.25
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 +9 -9
- package/package.json +4 -4
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.
|
|
7
|
+
@versini/ui-panel v1.3.25
|
|
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: "02/16/2025
|
|
12
|
+
version: "1.3.25",
|
|
13
|
+
buildTime: "02/16/2025 06:39 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.
|
|
474
|
+
@versini/ui-button v4.2.8
|
|
475
475
|
© 2025 gizmette.com
|
|
476
476
|
*/
|
|
477
477
|
try {
|
|
478
478
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
479
|
-
version: "4.2.
|
|
480
|
-
buildTime: "02/16/2025
|
|
479
|
+
version: "4.2.8",
|
|
480
|
+
buildTime: "02/16/2025 06:39 PM EST",
|
|
481
481
|
homepage: "https://github.com/aversini/ui-components",
|
|
482
482
|
license: "MIT"
|
|
483
483
|
});
|
|
@@ -677,13 +677,13 @@ const Ue = g.forwardRef(function(e, t) {
|
|
|
677
677
|
}) });
|
|
678
678
|
});
|
|
679
679
|
/*!
|
|
680
|
-
@versini/ui-modal v1.2.
|
|
680
|
+
@versini/ui-modal v1.2.10
|
|
681
681
|
© 2025 gizmette.com
|
|
682
682
|
*/
|
|
683
683
|
try {
|
|
684
684
|
window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
|
|
685
|
-
version: "1.2.
|
|
686
|
-
buildTime: "02/16/2025
|
|
685
|
+
version: "1.2.10",
|
|
686
|
+
buildTime: "02/16/2025 06:39 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.
|
|
3
|
+
"version": "1.3.25",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@tailwindcss/typography": "0.5.16",
|
|
43
|
-
"@versini/ui-button": "4.2.
|
|
43
|
+
"@versini/ui-button": "4.2.8",
|
|
44
44
|
"@versini/ui-icons": "4.6.1",
|
|
45
|
-
"@versini/ui-modal": "1.2.
|
|
45
|
+
"@versini/ui-modal": "1.2.10",
|
|
46
46
|
"clsx": "2.1.1",
|
|
47
47
|
"tailwindcss": "3.4.17"
|
|
48
48
|
},
|
|
49
49
|
"sideEffects": [
|
|
50
50
|
"**/*.css"
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "45b6ae437679028f6c1b791aa27f7b0a7fd66482"
|
|
53
53
|
}
|