@chromatic-com/tetra 2.2.1 → 2.3.0--canary.123.4ed0b78.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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +304 -311
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +304 -311
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -515,6 +515,7 @@ interface ButtonProps {
|
|
|
515
515
|
size?: 'sm' | 'md' | 'lg';
|
|
516
516
|
variant?: 'solid' | 'outline';
|
|
517
517
|
color?: 'blue' | 'white' | 'slate';
|
|
518
|
+
inverted?: boolean;
|
|
518
519
|
leftIcon?: Icons;
|
|
519
520
|
rightIcon?: Icons;
|
|
520
521
|
href?: string;
|
|
@@ -638,6 +639,7 @@ interface LinkProps {
|
|
|
638
639
|
children: React__default.ReactNode;
|
|
639
640
|
size?: 'default' | 'sm' | 'md' | 'lg';
|
|
640
641
|
color?: keyof typeof color;
|
|
642
|
+
inverted?: boolean;
|
|
641
643
|
leftIcon?: Icons;
|
|
642
644
|
rightIcon?: Icons;
|
|
643
645
|
href?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -515,6 +515,7 @@ interface ButtonProps {
|
|
|
515
515
|
size?: 'sm' | 'md' | 'lg';
|
|
516
516
|
variant?: 'solid' | 'outline';
|
|
517
517
|
color?: 'blue' | 'white' | 'slate';
|
|
518
|
+
inverted?: boolean;
|
|
518
519
|
leftIcon?: Icons;
|
|
519
520
|
rightIcon?: Icons;
|
|
520
521
|
href?: string;
|
|
@@ -638,6 +639,7 @@ interface LinkProps {
|
|
|
638
639
|
children: React__default.ReactNode;
|
|
639
640
|
size?: 'default' | 'sm' | 'md' | 'lg';
|
|
640
641
|
color?: keyof typeof color;
|
|
642
|
+
inverted?: boolean;
|
|
641
643
|
leftIcon?: Icons;
|
|
642
644
|
rightIcon?: Icons;
|
|
643
645
|
href?: string;
|