@chromatic-com/tetra 2.2.1--canary.124.829803a.0 → 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 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;
@@ -805,4 +807,4 @@ declare const Text: FC<TextProps>;
805
807
 
806
808
  declare const cssVariables: string;
807
809
 
808
- export { Accordion, Avatar, BBCIcon, Button, CollectiveIcon, Container, CustomerStoryHero, CypressIcon, Divider, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuItem, EzCaterIcon, FigmaIcon, Footer, FooterProps, FullWidthContainer, Grid, HStack, Header, HeaderProps, Icon, Icons, IntegrationImage, Link, LinkWithWrapper, ListTypes, Logo, MondayIcon, NavDropdownMenu, NetlifyIcon, NormalizeArea, PlaywrightIcon, Stack, Stat, SubNav, Testimonial, Text, VStack, animations, breakpoint, color, cssVariables, fontFamily, fontSize, fontWeight, lineHeight, max2xl, maxLg, maxMd, maxSm, maxXl, min2xl, minBase, minLg, minMd, minSm, minXl, spacing, t, typography, useMediaQuery };
810
+ export { Accordion, Avatar, BBCIcon, Button, CollectiveIcon, Container, CustomerStoryHero, CypressIcon, Divider, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuItem, EzCaterIcon, FigmaIcon, Footer, type FooterProps, FullWidthContainer, Grid, HStack, Header, type HeaderProps, Icon, type Icons, IntegrationImage, Link, LinkWithWrapper, type ListTypes, Logo, MondayIcon, NavDropdownMenu, NetlifyIcon, NormalizeArea, PlaywrightIcon, Stack, Stat, SubNav, Testimonial, Text, VStack, animations, breakpoint, color, cssVariables, fontFamily, fontSize, fontWeight, lineHeight, max2xl, maxLg, maxMd, maxSm, maxXl, min2xl, minBase, minLg, minMd, minSm, minXl, spacing, t, typography, useMediaQuery };
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;
@@ -805,4 +807,4 @@ declare const Text: FC<TextProps>;
805
807
 
806
808
  declare const cssVariables: string;
807
809
 
808
- export { Accordion, Avatar, BBCIcon, Button, CollectiveIcon, Container, CustomerStoryHero, CypressIcon, Divider, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuItem, EzCaterIcon, FigmaIcon, Footer, FooterProps, FullWidthContainer, Grid, HStack, Header, HeaderProps, Icon, Icons, IntegrationImage, Link, LinkWithWrapper, ListTypes, Logo, MondayIcon, NavDropdownMenu, NetlifyIcon, NormalizeArea, PlaywrightIcon, Stack, Stat, SubNav, Testimonial, Text, VStack, animations, breakpoint, color, cssVariables, fontFamily, fontSize, fontWeight, lineHeight, max2xl, maxLg, maxMd, maxSm, maxXl, min2xl, minBase, minLg, minMd, minSm, minXl, spacing, t, typography, useMediaQuery };
810
+ export { Accordion, Avatar, BBCIcon, Button, CollectiveIcon, Container, CustomerStoryHero, CypressIcon, Divider, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuItem, EzCaterIcon, FigmaIcon, Footer, type FooterProps, FullWidthContainer, Grid, HStack, Header, type HeaderProps, Icon, type Icons, IntegrationImage, Link, LinkWithWrapper, type ListTypes, Logo, MondayIcon, NavDropdownMenu, NetlifyIcon, NormalizeArea, PlaywrightIcon, Stack, Stat, SubNav, Testimonial, Text, VStack, animations, breakpoint, color, cssVariables, fontFamily, fontSize, fontWeight, lineHeight, max2xl, maxLg, maxMd, maxSm, maxXl, min2xl, minBase, minLg, minMd, minSm, minXl, spacing, t, typography, useMediaQuery };