analytica-frontend-lib 1.1.40 → 1.1.41
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/Menu/index.js +1 -1
- package/dist/Menu/index.js.map +1 -1
- package/dist/Menu/index.mjs +1 -1
- package/dist/Menu/index.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6471,7 +6471,7 @@ var MenuItem = forwardRef17(
|
|
|
6471
6471
|
{
|
|
6472
6472
|
"data-variant": "menu2",
|
|
6473
6473
|
className: `
|
|
6474
|
-
w-
|
|
6474
|
+
w-fit flex flex-col items-center px-2 pt-4 gap-3 cursor-pointer focus:rounded-sm justify-center hover:bg-background-100 rounded-lg
|
|
6475
6475
|
focus:outline-none focus:border-indicator-info focus:border-2
|
|
6476
6476
|
${selectedValue === value ? "" : "pb-4"}
|
|
6477
6477
|
`,
|