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/index.mjs CHANGED
@@ -6480,7 +6480,7 @@ var MenuItem = forwardRef17(
6480
6480
  {
6481
6481
  "data-variant": "menu2",
6482
6482
  className: `
6483
- 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
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
  `,