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