@chromatic-com/tetra 3.2.13 → 3.2.14--canary.147.c67c0a8.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 +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +290 -290
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +290 -290
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -626,6 +626,8 @@ declare const PlaywrightIcon: () => JSX.Element;
|
|
|
626
626
|
|
|
627
627
|
declare const CypressIcon: () => JSX.Element;
|
|
628
628
|
|
|
629
|
+
declare const VitestIcon: () => JSX.Element;
|
|
630
|
+
|
|
629
631
|
declare const BBCIcon: () => JSX.Element;
|
|
630
632
|
|
|
631
633
|
declare const EzCaterIcon: () => JSX.Element;
|
|
@@ -883,4 +885,4 @@ declare const Form: _emotion_styled.StyledComponent<{
|
|
|
883
885
|
|
|
884
886
|
declare const cssVariables: string;
|
|
885
887
|
|
|
886
|
-
export { Accordion, Avatar, BBCIcon, Button, Checkbox, CollectiveIcon, Container, CustomerStoryHero, CypressIcon, Divider, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuItem, EzCaterIcon, Field, Fieldset, FigmaIcon, Footer, type FooterProps, Form, FullWidthContainer, Grid, HStack, Header, type HeaderProps, Icon, type Icons, Input, IntegrationImage, Label, Legend, Link, LinkWithWrapper, type ListTypes, Logo, MondayIcon, NavDropdownMenu, NetlifyIcon, NormalizeArea, PlaywrightIcon, Range, Select, 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 };
|
|
888
|
+
export { Accordion, Avatar, BBCIcon, Button, Checkbox, CollectiveIcon, Container, CustomerStoryHero, CypressIcon, Divider, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuItem, EzCaterIcon, Field, Fieldset, FigmaIcon, Footer, type FooterProps, Form, FullWidthContainer, Grid, HStack, Header, type HeaderProps, Icon, type Icons, Input, IntegrationImage, Label, Legend, Link, LinkWithWrapper, type ListTypes, Logo, MondayIcon, NavDropdownMenu, NetlifyIcon, NormalizeArea, PlaywrightIcon, Range, Select, Stack, Stat, SubNav, Testimonial, Text, VStack, VitestIcon, 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
|
@@ -626,6 +626,8 @@ declare const PlaywrightIcon: () => JSX.Element;
|
|
|
626
626
|
|
|
627
627
|
declare const CypressIcon: () => JSX.Element;
|
|
628
628
|
|
|
629
|
+
declare const VitestIcon: () => JSX.Element;
|
|
630
|
+
|
|
629
631
|
declare const BBCIcon: () => JSX.Element;
|
|
630
632
|
|
|
631
633
|
declare const EzCaterIcon: () => JSX.Element;
|
|
@@ -883,4 +885,4 @@ declare const Form: _emotion_styled.StyledComponent<{
|
|
|
883
885
|
|
|
884
886
|
declare const cssVariables: string;
|
|
885
887
|
|
|
886
|
-
export { Accordion, Avatar, BBCIcon, Button, Checkbox, CollectiveIcon, Container, CustomerStoryHero, CypressIcon, Divider, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuItem, EzCaterIcon, Field, Fieldset, FigmaIcon, Footer, type FooterProps, Form, FullWidthContainer, Grid, HStack, Header, type HeaderProps, Icon, type Icons, Input, IntegrationImage, Label, Legend, Link, LinkWithWrapper, type ListTypes, Logo, MondayIcon, NavDropdownMenu, NetlifyIcon, NormalizeArea, PlaywrightIcon, Range, Select, 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 };
|
|
888
|
+
export { Accordion, Avatar, BBCIcon, Button, Checkbox, CollectiveIcon, Container, CustomerStoryHero, CypressIcon, Divider, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuItem, EzCaterIcon, Field, Fieldset, FigmaIcon, Footer, type FooterProps, Form, FullWidthContainer, Grid, HStack, Header, type HeaderProps, Icon, type Icons, Input, IntegrationImage, Label, Legend, Link, LinkWithWrapper, type ListTypes, Logo, MondayIcon, NavDropdownMenu, NetlifyIcon, NormalizeArea, PlaywrightIcon, Range, Select, Stack, Stat, SubNav, Testimonial, Text, VStack, VitestIcon, animations, breakpoint, color, cssVariables, fontFamily, fontSize, fontWeight, lineHeight, max2xl, maxLg, maxMd, maxSm, maxXl, min2xl, minBase, minLg, minMd, minSm, minXl, spacing, t, typography, useMediaQuery };
|