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.js
CHANGED
|
@@ -1894,7 +1894,7 @@ var Select = ({
|
|
|
1894
1894
|
}
|
|
1895
1895
|
}, [propValue]);
|
|
1896
1896
|
const sizeClasses = SIZE_CLASSES6[size];
|
|
1897
|
-
return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("div", { className: cn("w-
|
|
1897
|
+
return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("div", { className: cn("w-full", className), children: [
|
|
1898
1898
|
label && /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
1899
1899
|
"label",
|
|
1900
1900
|
{
|
|
@@ -1903,7 +1903,7 @@ var Select = ({
|
|
|
1903
1903
|
children: label
|
|
1904
1904
|
}
|
|
1905
1905
|
),
|
|
1906
|
-
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { className: cn("relative w-
|
|
1906
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { className: cn("relative w-full"), ref: selectRef, children: injectStore2(children, store, size, selectId) }),
|
|
1907
1907
|
(helperText || errorMessage) && /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("div", { className: "mt-1.5 gap-1.5", children: [
|
|
1908
1908
|
helperText && /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("p", { className: "text-sm text-text-500", children: helperText }),
|
|
1909
1909
|
errorMessage && /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("p", { className: "flex gap-1 items-center text-sm text-indicator-error", children: [
|