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.
@@ -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
  ({