analytica-frontend-lib 1.1.20 → 1.1.21

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
@@ -6143,7 +6143,7 @@ var Select = ({
6143
6143
  }
6144
6144
  }, [propValue]);
6145
6145
  const sizeClasses = SIZE_CLASSES12[size];
6146
- return /* @__PURE__ */ jsxs26("div", { className: cn("w-fit", className), children: [
6146
+ return /* @__PURE__ */ jsxs26("div", { className: cn("w-full", className), children: [
6147
6147
  label && /* @__PURE__ */ jsx32(
6148
6148
  "label",
6149
6149
  {
@@ -6152,7 +6152,7 @@ var Select = ({
6152
6152
  children: label
6153
6153
  }
6154
6154
  ),
6155
- /* @__PURE__ */ jsx32("div", { className: cn("relative w-fit"), ref: selectRef, children: injectStore4(children, store, size, selectId) }),
6155
+ /* @__PURE__ */ jsx32("div", { className: cn("relative w-full"), ref: selectRef, children: injectStore4(children, store, size, selectId) }),
6156
6156
  (helperText || errorMessage) && /* @__PURE__ */ jsxs26("div", { className: "mt-1.5 gap-1.5", children: [
6157
6157
  helperText && /* @__PURE__ */ jsx32("p", { className: "text-sm text-text-500", children: helperText }),
6158
6158
  errorMessage && /* @__PURE__ */ jsxs26("p", { className: "flex gap-1 items-center text-sm text-indicator-error", children: [