@versini/ui-menu 5.1.2 → 5.1.3
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.
|
@@ -37,20 +37,20 @@ const d = ({
|
|
|
37
37
|
try {
|
|
38
38
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
39
39
|
version: "4.2.2",
|
|
40
|
-
buildTime: "10/
|
|
40
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
41
41
|
homepage: "https://github.com/aversini/ui-components",
|
|
42
42
|
license: "MIT"
|
|
43
43
|
});
|
|
44
44
|
} catch {
|
|
45
45
|
}
|
|
46
46
|
/*!
|
|
47
|
-
@versini/ui-icons v4.14.
|
|
47
|
+
@versini/ui-icons v4.14.1
|
|
48
48
|
© 2025 gizmette.com
|
|
49
49
|
*/
|
|
50
50
|
try {
|
|
51
51
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
52
|
-
version: "4.14.
|
|
53
|
-
buildTime: "10/
|
|
52
|
+
version: "4.14.1",
|
|
53
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
54
54
|
homepage: "https://github.com/aversini/ui-components",
|
|
55
55
|
license: "MIT"
|
|
56
56
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as b, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useFloatingTree as se, useFloatingNodeId as ie, useFloatingParentNodeId as W, useListItem as re, useFloating as ae, autoUpdate as le, offset as de, flip as ue, shift as ce, useHover as fe, safePolygon as me, useClick as pe, useRole as he, useDismiss as ve, useListNavigation as ge, useTypeahead as we, useInteractions as ye, useMergeRefs as be, FloatingNode as D, FloatingList as S, FloatingPortal as _, FloatingFocusManager as K, FloatingTree as xe } from "@floating-ui/react";
|
|
3
|
-
import { I as Ie } from "../../chunks/index.
|
|
3
|
+
import { I as Ie } from "../../chunks/index.Benv90bx.js";
|
|
4
4
|
import Fe from "clsx";
|
|
5
5
|
import Ne, { forwardRef as q, useState as y, useRef as U, useContext as Me, useEffect as P } from "react";
|
|
6
6
|
import { MenuContext as R } from "./MenuContext.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as x, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { useListItem as C, useFloatingTree as M, useMergeRefs as g } from "@floating-ui/react";
|
|
3
|
-
import { I as b } from "../../chunks/index.
|
|
3
|
+
import { I as b } from "../../chunks/index.Benv90bx.js";
|
|
4
4
|
import l from "clsx";
|
|
5
5
|
import * as p from "react";
|
|
6
6
|
import { MenuContext as h } from "./MenuContext.js";
|
package/dist/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Menu as _ } from "./components/Menu/Menu.js";
|
|
2
2
|
import { MenuGroupLabel as n, MenuItem as t, MenuSeparator as u } from "./components/Menu/MenuItem.js";
|
|
3
3
|
/*!
|
|
4
|
-
@versini/ui-menu v5.1.
|
|
4
|
+
@versini/ui-menu v5.1.3
|
|
5
5
|
© 2025 gizmette.com
|
|
6
6
|
*/
|
|
7
7
|
try {
|
|
8
8
|
window.__VERSINI_UI_MENU__ || (window.__VERSINI_UI_MENU__ = {
|
|
9
|
-
version: "5.1.
|
|
10
|
-
buildTime: "10/
|
|
9
|
+
version: "5.1.3",
|
|
10
|
+
buildTime: "10/24/2025 07:47 PM EDT",
|
|
11
11
|
homepage: "https://github.com/aversini/ui-components",
|
|
12
12
|
license: "MIT"
|
|
13
13
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-menu",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@floating-ui/react": "0.27.16",
|
|
45
45
|
"@tailwindcss/typography": "0.5.19",
|
|
46
|
-
"@versini/ui-icons": "4.14.
|
|
46
|
+
"@versini/ui-icons": "4.14.1",
|
|
47
47
|
"clsx": "2.1.1",
|
|
48
|
-
"tailwindcss": "4.1.
|
|
48
|
+
"tailwindcss": "4.1.16"
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": [
|
|
51
51
|
"**/*.css"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "26763e1e738bcdcb0806c39612161666e4bc4459"
|
|
54
54
|
}
|