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/index.mjs CHANGED
@@ -6182,7 +6182,7 @@ var SelectValue = ({
6182
6182
  const store = useSelectStore(externalStore);
6183
6183
  const selectedLabel = useStore4(store, (s) => s.selectedLabel);
6184
6184
  const value = useStore4(store, (s) => s.value);
6185
- return /* @__PURE__ */ jsx32("span", { className: "text-inherit", children: selectedLabel || placeholder || value });
6185
+ return /* @__PURE__ */ jsx32("span", { className: "text-inherit flex gap-2 items-center", children: selectedLabel || placeholder || value });
6186
6186
  };
6187
6187
  var SelectTrigger = forwardRef16(
6188
6188
  ({