analytica-frontend-lib 1.1.28 → 1.1.30

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
@@ -4025,7 +4025,7 @@ var CardBase = forwardRef12(
4025
4025
  );
4026
4026
  var ACTION_CARD_CLASSES = {
4027
4027
  warning: "bg-warning-background",
4028
- success: "bg-success-300",
4028
+ success: "bg-success-200",
4029
4029
  error: "bg-error-100",
4030
4030
  info: "bg-info-background"
4031
4031
  };
@@ -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
  ({