analytica-frontend-lib 1.1.39 → 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.css +9846 -130
- package/dist/index.css.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/dist/styles.css +9846 -130
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6535,7 +6535,7 @@ var MenuItem = (0, import_react21.forwardRef)(
|
|
|
6535
6535
|
{
|
|
6536
6536
|
"data-variant": "menu2",
|
|
6537
6537
|
className: `
|
|
6538
|
-
w-
|
|
6538
|
+
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
|
|
6539
6539
|
focus:outline-none focus:border-indicator-info focus:border-2
|
|
6540
6540
|
${selectedValue === value ? "" : "pb-4"}
|
|
6541
6541
|
`,
|