@versini/ui-menu 6.5.0 → 6.5.1
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 +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-menu v6.5.
|
|
2
|
+
@versini/ui-menu v6.5.1
|
|
3
3
|
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -356,7 +356,7 @@ const getMenuItemClasses = ({ isSub })=>{
|
|
|
356
356
|
});
|
|
357
357
|
};
|
|
358
358
|
const getMenuClasses = ({ isSub })=>{
|
|
359
|
-
return clsx("bg-surface-
|
|
359
|
+
return clsx("bg-surface-light", "rounded-md", "outline-hidden", "p-1", {
|
|
360
360
|
"z-100 plume plume-dark": !isSub,
|
|
361
361
|
"z-60 mx-3": isSub
|
|
362
362
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-menu",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"sideEffects": [
|
|
50
50
|
"**/*.css"
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "2548c186dc746b78b8e7440587abe6a136efd576"
|
|
53
53
|
}
|