@versini/ui-menu 6.4.0 → 6.4.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.4.
|
|
2
|
+
@versini/ui-menu v6.4.1
|
|
3
3
|
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -776,7 +776,7 @@ const MenuItem = ({ label, disabled, icon, raw = false, children, ignoreClick =
|
|
|
776
776
|
...props,
|
|
777
777
|
children: [
|
|
778
778
|
selected === true && /*#__PURE__*/ jsx("span", {
|
|
779
|
-
className: "mr-2 flex size-4 shrink-0 items-center justify-center rounded-full border border-copy-
|
|
779
|
+
className: "mr-2 flex size-4 shrink-0 items-center justify-center rounded-full border border-copy-medium",
|
|
780
780
|
children: /*#__PURE__*/ jsx("span", {
|
|
781
781
|
className: "size-1.5 rounded-full bg-copy-success-light"
|
|
782
782
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-menu",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.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": "9b3d8367c048aaba7609111f9d204683895ff780"
|
|
53
53
|
}
|