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.mjs CHANGED
@@ -3463,7 +3463,7 @@ var Select = ({
3463
3463
  }
3464
3464
  }, [propValue]);
3465
3465
  const sizeClasses = SIZE_CLASSES11[size];
3466
- return /* @__PURE__ */ jsx24("div", { className: `relative ${sizeClasses} w-[288px]`, ref: selectRef, children: injectStore2(children, store) });
3466
+ return /* @__PURE__ */ jsx24("div", { className: `relative ${sizeClasses}`, ref: selectRef, children: injectStore2(children, store) });
3467
3467
  };
3468
3468
  var SelectValue = ({
3469
3469
  placeholder,