@homebound/beam 3.94.0 → 3.96.0

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.d.cts CHANGED
@@ -4819,7 +4819,7 @@ declare function Avatar({ src, name, size, showName, preventTooltip, ...others }
4819
4819
  type AvatarSize = "sm" | "md" | "lg" | "xl";
4820
4820
 
4821
4821
  type TagXss = Margin | "backgroundColor" | "color";
4822
- type TagType = "info" | "update" | "warning" | "error" | "success" | "neutral";
4822
+ type TagType = "info" | "update" | "warning" | "error" | "success" | "neutral" | "ai";
4823
4823
  type TagVariant = "primary" | "secondary";
4824
4824
  type TagPropsBase<X> = {
4825
4825
  text: ReactNode;
package/dist/index.d.ts CHANGED
@@ -4819,7 +4819,7 @@ declare function Avatar({ src, name, size, showName, preventTooltip, ...others }
4819
4819
  type AvatarSize = "sm" | "md" | "lg" | "xl";
4820
4820
 
4821
4821
  type TagXss = Margin | "backgroundColor" | "color";
4822
- type TagType = "info" | "update" | "warning" | "error" | "success" | "neutral";
4822
+ type TagType = "info" | "update" | "warning" | "error" | "success" | "neutral" | "ai";
4823
4823
  type TagVariant = "primary" | "secondary";
4824
4824
  type TagPropsBase<X> = {
4825
4825
  text: ReactNode;