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/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-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
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
  `,