analytica-frontend-lib 1.1.43 → 1.1.45
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
|
@@ -6480,7 +6480,7 @@ var MenuItem = forwardRef17(
|
|
|
6480
6480
|
{
|
|
6481
6481
|
"data-variant": "menu2",
|
|
6482
6482
|
className: `
|
|
6483
|
-
w-
|
|
6483
|
+
w-full flex flex-col items-center px-2 pt-4 gap-3 cursor-pointer focus:rounded-sm justify-center hover:bg-background-100 rounded-lg
|
|
6484
6484
|
focus:outline-none focus:border-indicator-info focus:border-2
|
|
6485
6485
|
${selectedValue === value ? "" : "pb-4"}
|
|
6486
6486
|
`,
|