@chromatic-com/tetra 2.1.2--canary.eb142dd.0 → 2.1.2--canary.123.a9a0773.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 +343 -350
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +343 -350
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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;
|