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.
@@ -1924,7 +1924,7 @@ var SelectValue = ({
1924
1924
  const store = useSelectStore(externalStore);
1925
1925
  const selectedLabel = useStore2(store, (s) => s.selectedLabel);
1926
1926
  const value = useStore2(store, (s) => s.value);
1927
- return /* @__PURE__ */ jsx9("span", { className: "text-inherit", children: selectedLabel || placeholder || value });
1927
+ return /* @__PURE__ */ jsx9("span", { className: "text-inherit flex gap-2 items-center", children: selectedLabel || placeholder || value });
1928
1928
  };
1929
1929
  var SelectTrigger = forwardRef5(
1930
1930
  ({