analytica-frontend-lib 1.1.28 → 1.1.29
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 +1 -1
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +1 -1
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/Select/index.js +1 -1
- package/dist/Select/index.js.map +1 -1
- package/dist/Select/index.mjs +1 -1
- package/dist/Select/index.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/Quiz/index.js
CHANGED
|
@@ -1933,7 +1933,7 @@ var SelectValue = ({
|
|
|
1933
1933
|
const store = useSelectStore(externalStore);
|
|
1934
1934
|
const selectedLabel = (0, import_zustand3.useStore)(store, (s) => s.selectedLabel);
|
|
1935
1935
|
const value = (0, import_zustand3.useStore)(store, (s) => s.value);
|
|
1936
|
-
return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("span", { className: "text-inherit", children: selectedLabel || placeholder || value });
|
|
1936
|
+
return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("span", { className: "text-inherit flex gap-2 items-center", children: selectedLabel || placeholder || value });
|
|
1937
1937
|
};
|
|
1938
1938
|
var SelectTrigger = (0, import_react6.forwardRef)(
|
|
1939
1939
|
({
|