@ryanodd/design-system 0.2.0-dev2 → 0.2.1

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.
@@ -287,7 +287,7 @@ export declare type PopoverSize = "sm" | "md" | "lg";
287
287
  declare type Props = {
288
288
  children?: ReactNode;
289
289
  size?: "sm" | "md" | "lg";
290
- variant?: "primary" | "secondary" | "destructive" | "tertiary";
290
+ variant?: "primary" | "secondary" | "destructive" | "tertiary" | "tertiary-brand";
291
291
  loading?: boolean;
292
292
  iconOnly?: boolean;
293
293
  notificationDotText?: string;