@versini/ui-menu 4.0.3 → 4.0.5
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.
|
@@ -40,7 +40,7 @@ const V = ({
|
|
|
40
40
|
try {
|
|
41
41
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
42
42
|
version: "4.2.0",
|
|
43
|
-
buildTime: "
|
|
43
|
+
buildTime: "05/17/2025 06:18 PM EDT",
|
|
44
44
|
homepage: "https://github.com/aversini/ui-components",
|
|
45
45
|
license: "MIT"
|
|
46
46
|
});
|
|
@@ -74,13 +74,13 @@ const y = ({
|
|
|
74
74
|
}
|
|
75
75
|
);
|
|
76
76
|
/*!
|
|
77
|
-
@versini/ui-icons v4.
|
|
77
|
+
@versini/ui-icons v4.10.0
|
|
78
78
|
© 2025 gizmette.com
|
|
79
79
|
*/
|
|
80
80
|
try {
|
|
81
81
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
82
|
-
version: "4.
|
|
83
|
-
buildTime: "
|
|
82
|
+
version: "4.10.0",
|
|
83
|
+
buildTime: "05/17/2025 06:18 PM EDT",
|
|
84
84
|
homepage: "https://github.com/aversini/ui-components",
|
|
85
85
|
license: "MIT"
|
|
86
86
|
});
|
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 v4.0.
|
|
4
|
+
@versini/ui-menu v4.0.5
|
|
5
5
|
© 2025 gizmette.com
|
|
6
6
|
*/
|
|
7
7
|
try {
|
|
8
8
|
window.__VERSINI_UI_MENU__ || (window.__VERSINI_UI_MENU__ = {
|
|
9
|
-
version: "4.0.
|
|
10
|
-
buildTime: "
|
|
9
|
+
version: "4.0.5",
|
|
10
|
+
buildTime: "06/20/2025 05:21 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": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@versini/ui-types": "5.0.
|
|
42
|
+
"@versini/ui-types": "5.0.4"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@floating-ui/react": "0.27.
|
|
45
|
+
"@floating-ui/react": "0.27.12",
|
|
46
46
|
"@tailwindcss/typography": "0.5.16",
|
|
47
|
-
"@versini/ui-icons": "4.
|
|
47
|
+
"@versini/ui-icons": "4.10.0",
|
|
48
48
|
"clsx": "2.1.1",
|
|
49
|
-
"tailwindcss": "4.1.
|
|
49
|
+
"tailwindcss": "4.1.10"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": [
|
|
52
52
|
"**/*.css"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "2fffae99315244f0662bdecbe45a89bc770f0f15"
|
|
55
55
|
}
|