analytica-frontend-lib 1.0.49 → 1.0.50

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
@@ -3499,7 +3499,7 @@ var Select = ({
3499
3499
  }
3500
3500
  }, [propValue]);
3501
3501
  const sizeClasses = SIZE_CLASSES11[size];
3502
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: `relative ${sizeClasses} w-[288px]`, ref: selectRef, children: injectStore2(children, store) });
3502
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: `relative ${sizeClasses}`, ref: selectRef, children: injectStore2(children, store) });
3503
3503
  };
3504
3504
  var SelectValue = ({
3505
3505
  placeholder,