@chromatic-com/tetra 2.1.2--canary.122.fc6dcf5.0 → 2.2.0--canary.123.e5580f6.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.mts CHANGED
@@ -514,6 +514,7 @@ interface ButtonProps {
514
514
  size?: 'sm' | 'md' | 'lg';
515
515
  variant?: 'solid' | 'outline';
516
516
  color?: 'blue' | 'white' | 'slate';
517
+ inverted?: boolean;
517
518
  leftIcon?: Icons;
518
519
  rightIcon?: Icons;
519
520
  href?: string;
@@ -637,6 +638,7 @@ interface LinkProps {
637
638
  children: React__default.ReactNode;
638
639
  size?: 'default' | 'sm' | 'md' | 'lg';
639
640
  color?: keyof typeof color;
641
+ inverted?: boolean;
640
642
  leftIcon?: Icons;
641
643
  rightIcon?: Icons;
642
644
  href?: string;
package/dist/index.d.ts CHANGED
@@ -514,6 +514,7 @@ interface ButtonProps {
514
514
  size?: 'sm' | 'md' | 'lg';
515
515
  variant?: 'solid' | 'outline';
516
516
  color?: 'blue' | 'white' | 'slate';
517
+ inverted?: boolean;
517
518
  leftIcon?: Icons;
518
519
  rightIcon?: Icons;
519
520
  href?: string;
@@ -637,6 +638,7 @@ interface LinkProps {
637
638
  children: React__default.ReactNode;
638
639
  size?: 'default' | 'sm' | 'md' | 'lg';
639
640
  color?: keyof typeof color;
641
+ inverted?: boolean;
640
642
  leftIcon?: Icons;
641
643
  rightIcon?: Icons;
642
644
  href?: string;