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/Quiz/index.js +2 -2
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +2 -2
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/Select/index.js +2 -2
- package/dist/Select/index.js.map +1 -1
- package/dist/Select/index.mjs +2 -2
- package/dist/Select/index.mjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/Quiz/index.mjs
CHANGED
|
@@ -1885,7 +1885,7 @@ var Select = ({
|
|
|
1885
1885
|
}
|
|
1886
1886
|
}, [propValue]);
|
|
1887
1887
|
const sizeClasses = SIZE_CLASSES6[size];
|
|
1888
|
-
return /* @__PURE__ */ jsxs7("div", { className: cn("w-
|
|
1888
|
+
return /* @__PURE__ */ jsxs7("div", { className: cn("w-full", className), children: [
|
|
1889
1889
|
label && /* @__PURE__ */ jsx9(
|
|
1890
1890
|
"label",
|
|
1891
1891
|
{
|
|
@@ -1894,7 +1894,7 @@ var Select = ({
|
|
|
1894
1894
|
children: label
|
|
1895
1895
|
}
|
|
1896
1896
|
),
|
|
1897
|
-
/* @__PURE__ */ jsx9("div", { className: cn("relative w-
|
|
1897
|
+
/* @__PURE__ */ jsx9("div", { className: cn("relative w-full"), ref: selectRef, children: injectStore2(children, store, size, selectId) }),
|
|
1898
1898
|
(helperText || errorMessage) && /* @__PURE__ */ jsxs7("div", { className: "mt-1.5 gap-1.5", children: [
|
|
1899
1899
|
helperText && /* @__PURE__ */ jsx9("p", { className: "text-sm text-text-500", children: helperText }),
|
|
1900
1900
|
errorMessage && /* @__PURE__ */ jsxs7("p", { className: "flex gap-1 items-center text-sm text-indicator-error", children: [
|