@digigov/react-core 1.0.0-6b93ebf2 → 1.0.0-75e5086d
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/AccessibilityMenuButton/index.js +1 -1
- package/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/Accordion/index.d.ts +19 -1
- package/Accordion/index.js +7 -2
- package/AccordionSection/index.d.ts +1 -2
- package/AccordionSection/index.js +2 -4
- package/AdminAside/index.d.ts +1 -1
- package/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/AdminContainer/index.d.ts +4 -4
- package/AdminContainer/index.js +6 -5
- package/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +16 -0
- package/{AdminHeaderSection → AdminHeaderContent}/index.d.ts +4 -4
- package/{AdminHeaderSection → AdminHeaderContent}/index.js +6 -6
- package/{AdminHeaderSection → AdminHeaderContent}/index.spec.js +3 -3
- package/AdminLayout/index.js +1 -1
- package/AdminMain/index.d.ts +1 -1
- package/AdminTopSection/index.d.ts +16 -1
- package/AdminTopSection/index.js +6 -3
- package/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/Aside/index.d.ts +5 -5
- package/Aside/index.js +9 -5
- package/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +2 -2
- package/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +2 -2
- package/AutoCompleteWrapper/index.d.ts +12 -11
- package/AutoCompleteWrapper/index.js +3 -3
- package/BackLink/__snapshots__/index.test.tsx.snap +14 -4
- package/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/Base/index.d.ts +2 -0
- package/Base/index.js +3 -2
- package/BottomInfo/__snapshots__/index.test.tsx.snap +25 -0
- package/BottomInfo/index.d.ts +1 -1
- package/BottomInfoContainer/__snapshots__/index.test.tsx.snap +25 -0
- package/BottomInfoContainer/index.d.ts +1 -1
- package/BottomInfoContent/__snapshots__/index.test.tsx.snap +22 -0
- package/BottomInfoContent/index.d.ts +1 -1
- package/BottomInfoContent/index.js +2 -11
- package/CHANGELOG.md +1 -1
- package/CardAction/__snapshots__/index.test.tsx.snap +2 -2
- package/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
- package/Chip/__snapshots__/index.test.tsx.snap +5 -30
- package/Chip/index.d.ts +1 -1
- package/Chip/index.js +1 -1
- package/{esm/ChipSection → ChipContainer}/__snapshots__/index.spec.tsx.snap +3 -3
- package/ChipContainer/index.d.ts +14 -0
- package/{ChipSection → ChipContainer}/index.js +5 -5
- package/ChipContainer/index.spec.js +15 -0
- package/ChipHeading/__snapshots__/index.test.tsx.snap +18 -8
- package/ChipHeading/index.d.ts +3 -3
- package/ChipHeading/index.js +6 -9
- package/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
- package/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/CircularProgress/index.d.ts +1 -1
- package/CircularProgress/index.js +2 -2
- package/CloseButton/__snapshots__/index.test.tsx.snap +51 -0
- package/CloseButton/index.d.ts +9 -0
- package/{FilterCloseButton → CloseButton}/index.js +8 -10
- package/{FooterMeta → CloseButton}/index.test.js +3 -3
- package/Container/__snapshots__/index.test.tsx.snap +36 -48
- package/Container/index.d.ts +12 -12
- package/Container/index.js +7 -7
- package/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
- package/DateInputItem/index.js +1 -1
- package/Drawer/__snapshots__/index.test.tsx.snap +50 -44
- package/DrawerHeading/__snapshots__/index.test.tsx.snap +61 -40
- package/DrawerHeading/index.d.ts +3 -3
- package/DrawerHeading/index.js +14 -17
- package/DropdownButton/__snapshots__/index.test.tsx.snap +162 -108
- package/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/DropdownContent/index.d.ts +9 -1
- package/DropdownContent/index.js +4 -2
- package/ErrorSummary/__snapshots__/index.test.tsx.snap +37 -0
- package/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
- package/FieldContainer/index.d.ts +1 -1
- package/FieldContainer/index.js +3 -6
- package/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/FileUploadContainer/index.d.ts +2 -2
- package/FileUploadContainer/index.js +4 -4
- package/FileUploadContainer/index.test.js +2 -2
- package/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/FilterContainer/index.d.ts +38 -0
- package/{FilterSection → FilterContainer}/index.js +6 -6
- package/FilterContainer/index.test.js +15 -0
- package/FilterContent/index.d.ts +1 -1
- package/FilterContent/index.js +1 -1
- package/{es/FilterHeading → FilterHeadingContainer}/__snapshots__/index.test.tsx.snap +3 -3
- package/FilterHeadingContainer/index.d.ts +12 -0
- package/{FilterHeading → FilterHeadingContainer}/index.js +6 -6
- package/{FilterHeading → FilterHeadingContainer}/index.test.js +3 -3
- package/FilterSelectedSection/index.d.ts +1 -7
- package/FilterSelectedSection/index.js +3 -5
- package/FooterContainer/__snapshots__/index.test.tsx.snap +16 -7
- package/FooterContainer/index.d.ts +3 -12
- package/FooterContainer/index.js +5 -11
- package/FooterContent/index.d.ts +1 -1
- package/FooterContent/index.js +1 -1
- package/FooterHeading/__snapshots__/index.test.tsx.snap +57 -24
- package/FooterHeading/index.d.ts +3 -3
- package/FooterHeading/index.js +8 -5
- package/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
- package/{FooterMeta → FooterInfo}/index.d.ts +5 -5
- package/{FooterMeta → FooterInfo}/index.js +7 -7
- package/{FooterInlineList → FooterInfo}/index.test.js +3 -3
- package/FooterInfoSection/__snapshots__/index.test.tsx.snap +50 -0
- package/FooterInfoSection/index.d.ts +14 -0
- package/{FooterMetaItem → FooterInfoSection}/index.js +7 -7
- package/{FooterMetaItem → FooterInfoSection}/index.test.js +7 -7
- package/FooterList/index.d.ts +8 -2
- package/FooterList/index.js +5 -3
- package/FooterNavigation/index.d.ts +1 -1
- package/FooterNavigation/index.js +1 -1
- package/FooterNavigationSection/__snapshots__/index.test.tsx.snap +20 -0
- package/FooterNavigationSection/index.d.ts +11 -0
- package/{FooterSection → FooterNavigationSection}/index.js +7 -7
- package/FooterNavigationSection/index.test.js +17 -0
- package/Grid/index.d.ts +64 -32
- package/Grid/index.js +1 -1
- package/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
- package/HeaderSection/index.js +1 -1
- package/Heading/__snapshots__/index.test.tsx.snap +237 -107
- package/Heading/index.d.ts +14 -14
- package/Heading/index.js +7 -4
- package/Heading/index.test.js +43 -26
- package/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/HeadingCaption/index.d.ts +3 -3
- package/HeadingCaption/index.js +3 -3
- package/Hint/__snapshots__/index.test.tsx.snap +52 -29
- package/Hint/index.d.ts +3 -11
- package/Hint/index.js +4 -3
- package/Hint/index.test.js +3 -3
- package/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
- package/ImageLogo/index.d.ts +20 -0
- package/ImageLogo/index.js +45 -0
- package/ImageLogo/index.test.js +26 -0
- package/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
- package/ImageLogoSet/index.d.ts +20 -0
- package/ImageLogoSet/index.js +45 -0
- package/ImageLogoSet/index.test.js +29 -0
- package/KitchenSinkHeading/index.d.ts +1 -1
- package/Layout/__snapshots__/index.test.tsx.snap +2 -2
- package/Layout/index.js +1 -1
- package/List/__snapshots__/index.test.tsx.snap +8 -8
- package/List/index.d.ts +11 -9
- package/List/index.js +5 -5
- package/List/index.test.js +4 -4
- package/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/Main/index.d.ts +4 -4
- package/Main/index.js +7 -4
- package/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/ModalContent/__snapshots__/index.test.tsx.snap +2 -2
- package/ModalHeading/__snapshots__/index.test.tsx.snap +21 -12
- package/ModalHeading/index.d.ts +3 -3
- package/ModalHeading/index.js +7 -11
- package/Nav/__snapshots__/index.test.tsx.snap +4 -4
- package/Nav/index.d.ts +3 -20
- package/Nav/index.js +2 -4
- package/NavList/__snapshots__/index.test.tsx.snap +4 -4
- package/NavList/index.d.ts +15 -2
- package/NavList/index.js +5 -2
- package/{esm/NavListItem → NavListItemAction}/__snapshots__/index.test.tsx.snap +3 -3
- package/NavListItemAction/index.d.ts +14 -0
- package/NavListItemAction/index.js +44 -0
- package/{NavListItem → NavListItemAction}/index.test.js +3 -3
- package/{NavListItem → NavListItemActionContainer}/__snapshots__/index.test.tsx.snap +3 -3
- package/NavListItemActionContainer/index.d.ts +10 -0
- package/{NavListItem → NavListItemActionContainer}/index.js +5 -5
- package/NavListItemActionContainer/index.test.js +15 -0
- package/NavMenuContainer/__snapshots__/index.test.tsx.snap +27 -18
- package/NavMenuContainer/index.d.ts +10 -3
- package/NavMenuContainer/index.js +14 -3
- package/NavMenuContent/__snapshots__/index.test.tsx.snap +24 -0
- package/NavMenuContent/index.d.ts +11 -0
- package/{NavMenuContainerContent → NavMenuContent}/index.js +12 -8
- package/{NavMenuContainerContent → NavMenuContent}/index.test.js +2 -2
- package/{esm/NavMenuContainerContentList → NavMenuContentListBase}/__snapshots__/index.test.tsx.snap +3 -3
- package/{FooterInlineListItem → NavMenuContentListBase}/index.d.ts +5 -4
- package/{NavMenuContainerContentList → NavMenuContentListBase}/index.js +6 -6
- package/{NavMenuContainerTitle → NavMenuContentListBase}/index.test.js +3 -3
- package/{es/NavMenuContainerContentListItem → NavMenuContentListItem}/__snapshots__/index.test.tsx.snap +3 -3
- package/NavMenuContentListItem/index.d.ts +10 -0
- package/{NavMenuContainerContentListItem → NavMenuContentListItem}/index.js +5 -5
- package/{NavMenuContainerContentList → NavMenuContentListItem}/index.test.js +3 -3
- package/NavMenuTitle/__snapshots__/index.test.tsx.snap +43 -0
- package/NavMenuTitle/index.d.ts +11 -0
- package/{NavMenuContainerTitle → NavMenuTitle}/index.js +10 -9
- package/{NavMenu → NavMenuTitle}/index.test.js +3 -3
- package/NormalText/__snapshots__/index.test.tsx.snap +604 -366
- package/NormalText/index.d.ts +10 -33
- package/NormalText/index.js +8 -6
- package/NormalText/index.test.js +92 -92
- package/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/NotificationBannerHeading/index.d.ts +1 -1
- package/PageTitleCaption/__snapshots__/index.test.tsx.snap +127 -0
- package/PageTitleCaption/index.d.ts +9 -0
- package/PageTitleCaption/index.js +33 -0
- package/PageTitleCaption/index.test.js +47 -0
- package/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/PageTitleContainer/index.d.ts +9 -0
- package/{FooterInlineListItem → PageTitleContainer}/index.js +7 -7
- package/PageTitleContainer/index.test.js +15 -0
- package/PageTitleHeading/__snapshots__/index.test.tsx.snap +79 -36
- package/PageTitleHeading/index.d.ts +1 -1
- package/PageTitleHeading/index.js +2 -6
- package/Pagination/__snapshots__/index.spec.tsx.snap +17 -0
- package/Pagination/index.d.ts +4 -4
- package/Pagination/index.js +4 -4
- package/Pagination/index.spec.js +8 -0
- package/PaginationListItem/__snapshots__/index.spec.tsx.snap +15 -15
- package/PaginationListItem/index.d.ts +3 -2
- package/PaginationListItem/index.js +4 -3
- package/PaginationListItem/index.spec.js +4 -4
- package/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
- package/Paragraph/index.d.ts +2 -2
- package/Paragraph/index.test.js +92 -92
- package/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
- package/PhaseBannerHeaderContainer/index.js +1 -1
- package/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
- package/PhaseBannerTag/index.js +1 -1
- package/RadioConditional/__snapshots__/index.test.tsx.snap +2 -5
- package/ResultsActionBar/__snapshots__/indext.test.tsx.snap +2 -2
- package/ResultsActionBar/index.js +1 -1
- package/ResultsHeading/__snapshots__/index.test.tsx.snap +2 -2
- package/ResultsHeading/index.js +1 -1
- package/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +16 -7
- package/ResultsHeadingActions/index.js +6 -6
- package/SearchButton/__snapshots__/index.test.tsx.snap +41 -26
- package/SearchButton/index.d.ts +1 -1
- package/SearchButton/index.js +1 -1
- package/{esm/SearchSection → SearchContainer}/__snapshots__/index.test.tsx.snap +3 -3
- package/SearchContainer/index.d.ts +9 -0
- package/{SearchSection → SearchContainer}/index.js +4 -4
- package/SearchContainer/index.test.js +15 -0
- package/Section/__snapshots__/index.test.tsx.snap +16 -0
- package/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
- package/SelectContainer/index.js +2 -4
- package/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
- package/SelectOption/index.js +3 -7
- package/SingleCharacterInput/__snapshots__/index.test.tsx.snap +198 -0
- package/SingleCharacterInput/index.d.ts +18 -0
- package/SingleCharacterInput/index.js +44 -0
- package/{SingleCharacterInputItem → SingleCharacterInput}/index.test.js +18 -27
- package/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
- package/{NavMenuContainerTitle → SingleCharacterInputs}/index.d.ts +5 -5
- package/{SingleCharacterInputContainer → SingleCharacterInputs}/index.js +6 -6
- package/{SingleCharacterInputContainer → SingleCharacterInputs}/index.test.js +3 -3
- package/Stack/__snapshots__/index.test.tsx.snap +516 -0
- package/{ChipSectionWrapper → Stack}/index.d.ts +28 -5
- package/Stack/index.js +45 -0
- package/Stack/index.test.js +254 -0
- package/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +15 -45
- package/StepNavAccordionHeadingText/index.d.ts +8 -19
- package/StepNavAccordionHeadingText/index.js +3 -4
- package/StepNavAccordionHeadingText/index.test.js +4 -21
- package/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +8 -8
- package/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
- package/SvgIcon/index.d.ts +23 -22
- package/SvgIcon/index.js +1 -1
- package/SvgIcon/index.test.js +36 -28
- package/Table/index.d.ts +1 -1
- package/TableCaption/index.js +1 -1
- package/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
- package/TableHeadCell/index.d.ts +19 -19
- package/TableHeadCell/index.js +3 -3
- package/TableHeadCell/index.test.js +24 -24
- package/TabsHeading/__snapshots__/index.test.tsx.snap +90 -24
- package/TabsHeading/index.d.ts +4 -4
- package/TabsHeading/index.js +10 -8
- package/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/TabsListItem/index.d.ts +7 -8
- package/TabsListItem/index.js +5 -5
- package/TabsListItem/index.test.js +8 -8
- package/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/TaskListItemHeading/index.d.ts +4 -19
- package/TaskListItemHeading/index.js +9 -33
- package/TaskListItemTag/__snapshots__/index.test.tsx.snap +18 -18
- package/TaskListItemTag/index.d.ts +7 -7
- package/TaskListItemTag/index.js +3 -3
- package/TaskListItemTag/index.test.js +6 -6
- package/TextInput/__snapshots__/index.test.tsx.snap +204 -204
- package/TextInput/index.d.ts +26 -25
- package/TextInput/index.js +4 -6
- package/TextInput/index.test.js +114 -114
- package/Timeline/index.d.ts +7 -7
- package/Timeline/index.js +4 -4
- package/Typography/__snapshots__/index.test.tsx.snap +181 -0
- package/Typography/index.d.ts +30 -0
- package/{NavVerticalItem → Typography}/index.js +12 -9
- package/Typography/index.test.d.ts +1 -0
- package/Typography/index.test.js +99 -0
- package/Unpurge/index.js +1 -1
- package/WarningText/__snapshots__/index.test.tsx.snap +31 -0
- package/WarningText/index.d.ts +7 -1
- package/WarningText/index.js +4 -2
- package/WarningText/index.test.js +8 -0
- package/es/AccessibilityMenuButton/index.js +1 -1
- package/es/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/es/Accordion/index.js +7 -2
- package/es/AccordionSection/index.js +2 -4
- package/es/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/es/AdminContainer/index.js +6 -5
- package/es/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +16 -0
- package/es/{AdminHeaderSection → AdminHeaderContent}/index.js +4 -4
- package/es/AdminHeaderContent/index.spec.js +9 -0
- package/es/AdminLayout/index.js +1 -1
- package/es/AdminTopSection/index.js +6 -3
- package/es/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/es/Aside/index.js +9 -5
- package/es/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +2 -2
- package/es/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +2 -2
- package/es/AutoCompleteWrapper/index.js +3 -3
- package/es/BackLink/__snapshots__/index.test.tsx.snap +14 -4
- package/es/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/es/Base/index.js +3 -2
- package/es/BottomInfo/__snapshots__/index.test.tsx.snap +25 -0
- package/es/BottomInfoContainer/__snapshots__/index.test.tsx.snap +25 -0
- package/es/BottomInfoContent/__snapshots__/index.test.tsx.snap +22 -0
- package/es/BottomInfoContent/index.js +2 -11
- package/es/CardAction/__snapshots__/index.test.tsx.snap +2 -2
- package/es/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
- package/es/Chip/__snapshots__/index.test.tsx.snap +5 -30
- package/es/Chip/index.js +1 -1
- package/{src/ChipSection → es/ChipContainer}/__snapshots__/index.spec.tsx.snap +3 -3
- package/{esm/ChipSection → es/ChipContainer}/index.js +3 -3
- package/es/ChipContainer/index.spec.js +9 -0
- package/es/ChipHeading/__snapshots__/index.test.tsx.snap +18 -8
- package/es/ChipHeading/index.js +6 -8
- package/es/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
- package/es/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/es/CircularProgress/index.js +2 -2
- package/es/CloseButton/__snapshots__/index.test.tsx.snap +51 -0
- package/es/{FilterCloseButton → CloseButton}/index.js +6 -8
- package/es/CloseButton/index.test.js +9 -0
- package/es/Container/__snapshots__/index.test.tsx.snap +36 -48
- package/es/Container/index.js +7 -7
- package/es/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
- package/es/DateInputItem/index.js +1 -1
- package/es/Drawer/__snapshots__/index.test.tsx.snap +50 -44
- package/es/DrawerHeading/__snapshots__/index.test.tsx.snap +61 -40
- package/es/DrawerHeading/index.js +14 -16
- package/es/DropdownButton/__snapshots__/index.test.tsx.snap +162 -108
- package/es/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/es/DropdownContent/index.js +4 -2
- package/es/ErrorSummary/__snapshots__/index.test.tsx.snap +37 -0
- package/es/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
- package/es/FieldContainer/index.js +3 -6
- package/es/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/es/FileUploadContainer/index.js +4 -4
- package/es/FileUploadContainer/index.test.js +2 -2
- package/es/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/es/{FilterSection → FilterContainer}/index.js +4 -4
- package/es/FilterContainer/index.test.js +9 -0
- package/es/FilterContent/index.js +1 -1
- package/{esm/FilterHeading → es/FilterHeadingContainer}/__snapshots__/index.test.tsx.snap +3 -3
- package/es/{FilterHeading → FilterHeadingContainer}/index.js +4 -4
- package/es/FilterHeadingContainer/index.test.js +9 -0
- package/es/FilterSelectedSection/index.js +3 -5
- package/es/FooterContainer/__snapshots__/index.test.tsx.snap +16 -7
- package/es/FooterContainer/index.js +5 -10
- package/es/FooterContent/index.js +1 -1
- package/es/FooterHeading/__snapshots__/index.test.tsx.snap +57 -24
- package/es/FooterHeading/index.js +8 -5
- package/es/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
- package/{esm/FooterMeta → es/FooterInfo}/index.js +5 -5
- package/es/FooterInfo/index.test.js +9 -0
- package/es/FooterInfoSection/__snapshots__/index.test.tsx.snap +50 -0
- package/es/{FooterMetaItem → FooterInfoSection}/index.js +5 -5
- package/es/FooterInfoSection/index.test.js +25 -0
- package/es/FooterList/index.js +5 -3
- package/es/FooterNavigation/index.js +1 -1
- package/es/FooterNavigationSection/__snapshots__/index.test.tsx.snap +20 -0
- package/es/{FooterSection → FooterNavigationSection}/index.js +5 -5
- package/es/FooterNavigationSection/index.test.js +11 -0
- package/es/Grid/index.js +1 -1
- package/es/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
- package/es/HeaderSection/index.js +1 -1
- package/es/Heading/__snapshots__/index.test.tsx.snap +237 -107
- package/es/Heading/index.js +7 -4
- package/es/Heading/index.test.js +43 -26
- package/es/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/es/HeadingCaption/index.js +3 -3
- package/es/Hint/__snapshots__/index.test.tsx.snap +52 -29
- package/es/Hint/index.js +4 -3
- package/es/Hint/index.test.js +3 -3
- package/es/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
- package/es/ImageLogo/index.js +29 -0
- package/es/ImageLogo/index.test.js +20 -0
- package/es/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
- package/es/ImageLogoSet/index.js +30 -0
- package/es/ImageLogoSet/index.test.js +23 -0
- package/es/Layout/__snapshots__/index.test.tsx.snap +2 -2
- package/es/Layout/index.js +1 -1
- package/es/List/__snapshots__/index.test.tsx.snap +8 -8
- package/es/List/index.js +5 -5
- package/es/List/index.test.js +4 -4
- package/es/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/es/Main/index.js +7 -4
- package/es/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/es/ModalContent/__snapshots__/index.test.tsx.snap +2 -2
- package/es/ModalHeading/__snapshots__/index.test.tsx.snap +21 -12
- package/es/ModalHeading/index.js +7 -10
- package/es/Nav/__snapshots__/index.test.tsx.snap +4 -4
- package/es/Nav/index.js +2 -4
- package/es/NavList/__snapshots__/index.test.tsx.snap +4 -4
- package/es/NavList/index.js +5 -2
- package/es/{NavListItem → NavListItemAction}/__snapshots__/index.test.tsx.snap +3 -3
- package/es/NavListItemAction/index.js +27 -0
- package/es/NavListItemAction/index.test.js +9 -0
- package/{src/NavListItem → es/NavListItemActionContainer}/__snapshots__/index.test.tsx.snap +3 -3
- package/{esm/NavListItem → es/NavListItemActionContainer}/index.js +3 -3
- package/es/NavListItemActionContainer/index.test.js +9 -0
- package/es/NavMenuContainer/__snapshots__/index.test.tsx.snap +27 -18
- package/es/NavMenuContainer/index.js +12 -3
- package/es/NavMenuContent/__snapshots__/index.test.tsx.snap +24 -0
- package/es/{NavMenuContainerContent → NavMenuContent}/index.js +9 -6
- package/es/{NavMenuContainerContent → NavMenuContent}/index.test.js +1 -1
- package/{src/NavMenuContainerContentList → es/NavMenuContentListBase}/__snapshots__/index.test.tsx.snap +3 -3
- package/es/{NavMenuContainerContentList → NavMenuContentListBase}/index.js +4 -4
- package/es/NavMenuContentListBase/index.test.js +9 -0
- package/{esm/NavMenuContainerContentListItem → es/NavMenuContentListItem}/__snapshots__/index.test.tsx.snap +3 -3
- package/{esm/NavMenuContainerContentListItem → es/NavMenuContentListItem}/index.js +3 -3
- package/es/NavMenuContentListItem/index.test.js +9 -0
- package/es/NavMenuTitle/__snapshots__/index.test.tsx.snap +43 -0
- package/es/{NavMenuContainerTitle → NavMenuTitle}/index.js +8 -7
- package/es/NavMenuTitle/index.test.js +9 -0
- package/es/NormalText/__snapshots__/index.test.tsx.snap +604 -366
- package/es/NormalText/index.js +8 -6
- package/es/NormalText/index.test.js +92 -92
- package/es/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/es/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/es/PageTitleCaption/__snapshots__/index.test.tsx.snap +127 -0
- package/es/PageTitleCaption/index.js +18 -0
- package/es/PageTitleCaption/index.test.js +41 -0
- package/es/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/{esm/FooterInlineListItem → es/PageTitleContainer}/index.js +5 -5
- package/es/PageTitleContainer/index.test.js +9 -0
- package/es/PageTitleHeading/__snapshots__/index.test.tsx.snap +79 -36
- package/es/PageTitleHeading/index.js +2 -6
- package/es/Pagination/__snapshots__/index.spec.tsx.snap +17 -0
- package/es/Pagination/index.js +4 -4
- package/es/Pagination/index.spec.js +8 -0
- package/es/PaginationListItem/__snapshots__/index.spec.tsx.snap +15 -15
- package/es/PaginationListItem/index.js +4 -3
- package/es/PaginationListItem/index.spec.js +4 -4
- package/es/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
- package/es/Paragraph/index.test.js +92 -92
- package/es/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
- package/es/PhaseBannerHeaderContainer/index.js +1 -1
- package/es/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
- package/es/PhaseBannerTag/index.js +1 -1
- package/es/RadioConditional/__snapshots__/index.test.tsx.snap +2 -5
- package/es/ResultsActionBar/__snapshots__/indext.test.tsx.snap +2 -2
- package/es/ResultsActionBar/index.js +1 -1
- package/es/ResultsHeading/__snapshots__/index.test.tsx.snap +2 -2
- package/es/ResultsHeading/index.js +1 -1
- package/es/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +16 -7
- package/es/ResultsHeadingActions/index.js +6 -6
- package/es/SearchButton/__snapshots__/index.test.tsx.snap +41 -26
- package/es/SearchButton/index.js +1 -1
- package/{SearchSection → es/SearchContainer}/__snapshots__/index.test.tsx.snap +3 -3
- package/es/{SearchSection → SearchContainer}/index.js +2 -2
- package/es/SearchContainer/index.test.js +9 -0
- package/es/Section/__snapshots__/index.test.tsx.snap +16 -0
- package/es/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
- package/es/SelectContainer/index.js +2 -4
- package/es/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
- package/es/SelectOption/index.js +3 -7
- package/es/SingleCharacterInput/__snapshots__/index.test.tsx.snap +198 -0
- package/es/SingleCharacterInput/index.js +28 -0
- package/es/{SingleCharacterInputItem → SingleCharacterInput}/index.test.js +18 -27
- package/es/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
- package/{esm/SingleCharacterInputContainer → es/SingleCharacterInputs}/index.js +4 -4
- package/es/SingleCharacterInputs/index.test.js +9 -0
- package/es/Stack/__snapshots__/index.test.tsx.snap +516 -0
- package/es/Stack/index.js +29 -0
- package/es/Stack/index.test.js +248 -0
- package/es/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +15 -45
- package/es/StepNavAccordionHeadingText/index.js +3 -4
- package/es/StepNavAccordionHeadingText/index.test.js +4 -21
- package/es/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +8 -8
- package/es/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
- package/es/SvgIcon/index.js +1 -1
- package/es/SvgIcon/index.test.js +36 -28
- package/es/TableCaption/index.js +1 -1
- package/es/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
- package/es/TableHeadCell/index.js +3 -3
- package/es/TableHeadCell/index.test.js +24 -24
- package/es/TabsHeading/__snapshots__/index.test.tsx.snap +90 -24
- package/es/TabsHeading/index.js +10 -8
- package/es/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/es/TabsListItem/index.js +5 -5
- package/es/TabsListItem/index.test.js +8 -8
- package/es/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/es/TaskListItemHeading/index.js +9 -32
- package/es/TaskListItemTag/__snapshots__/index.test.tsx.snap +18 -18
- package/es/TaskListItemTag/index.js +3 -3
- package/es/TaskListItemTag/index.test.js +6 -6
- package/es/TextInput/__snapshots__/index.test.tsx.snap +204 -204
- package/es/TextInput/index.js +4 -6
- package/es/TextInput/index.test.js +114 -114
- package/es/Timeline/index.js +4 -4
- package/es/Typography/__snapshots__/index.test.tsx.snap +181 -0
- package/es/Typography/index.js +26 -0
- package/es/Typography/index.test.js +93 -0
- package/es/Unpurge/index.js +1 -1
- package/es/WarningText/__snapshots__/index.test.tsx.snap +31 -0
- package/es/WarningText/index.js +4 -2
- package/es/WarningText/index.test.js +8 -0
- package/es/index.js +24 -24
- package/es/registry.js +46 -48
- package/esm/AccessibilityMenuButton/index.js +1 -1
- package/esm/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/Accordion/index.js +7 -2
- package/esm/AccordionSection/index.js +2 -4
- package/esm/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/esm/AdminContainer/index.js +6 -5
- package/esm/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +16 -0
- package/esm/{AdminHeaderSection → AdminHeaderContent}/index.js +4 -4
- package/esm/AdminHeaderContent/index.spec.js +9 -0
- package/esm/AdminLayout/index.js +1 -1
- package/esm/AdminTopSection/index.js +6 -3
- package/esm/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/esm/Aside/index.js +9 -5
- package/esm/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/AutoCompleteWrapper/index.js +3 -3
- package/esm/BackLink/__snapshots__/index.test.tsx.snap +14 -4
- package/esm/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/Base/index.js +3 -2
- package/esm/BottomInfo/__snapshots__/index.test.tsx.snap +25 -0
- package/esm/BottomInfoContainer/__snapshots__/index.test.tsx.snap +25 -0
- package/esm/BottomInfoContent/__snapshots__/index.test.tsx.snap +22 -0
- package/esm/BottomInfoContent/index.js +2 -11
- package/esm/CardAction/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
- package/esm/Chip/__snapshots__/index.test.tsx.snap +5 -30
- package/esm/Chip/index.js +1 -1
- package/{ChipSection → esm/ChipContainer}/__snapshots__/index.spec.tsx.snap +3 -3
- package/{es/ChipSection → esm/ChipContainer}/index.js +3 -3
- package/esm/ChipContainer/index.spec.js +9 -0
- package/esm/ChipHeading/__snapshots__/index.test.tsx.snap +18 -8
- package/esm/ChipHeading/index.js +6 -8
- package/esm/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/esm/CircularProgress/index.js +2 -2
- package/esm/CloseButton/__snapshots__/index.test.tsx.snap +51 -0
- package/esm/{FilterCloseButton → CloseButton}/index.js +6 -8
- package/esm/CloseButton/index.test.js +9 -0
- package/esm/Container/__snapshots__/index.test.tsx.snap +36 -48
- package/esm/Container/index.js +7 -7
- package/esm/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
- package/esm/DateInputItem/index.js +1 -1
- package/esm/Drawer/__snapshots__/index.test.tsx.snap +50 -44
- package/esm/DrawerHeading/__snapshots__/index.test.tsx.snap +61 -40
- package/esm/DrawerHeading/index.js +14 -16
- package/esm/DropdownButton/__snapshots__/index.test.tsx.snap +162 -108
- package/esm/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/DropdownContent/index.js +4 -2
- package/esm/ErrorSummary/__snapshots__/index.test.tsx.snap +37 -0
- package/esm/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
- package/esm/FieldContainer/index.js +3 -6
- package/esm/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/FileUploadContainer/index.js +4 -4
- package/esm/FileUploadContainer/index.test.js +2 -2
- package/esm/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/{FilterSection → FilterContainer}/index.js +4 -4
- package/esm/FilterContainer/index.test.js +9 -0
- package/esm/FilterContent/index.js +1 -1
- package/{src/FilterHeading → esm/FilterHeadingContainer}/__snapshots__/index.test.tsx.snap +3 -3
- package/esm/{FilterHeading → FilterHeadingContainer}/index.js +4 -4
- package/esm/FilterHeadingContainer/index.test.js +9 -0
- package/esm/FilterSelectedSection/index.js +3 -5
- package/esm/FooterContainer/__snapshots__/index.test.tsx.snap +16 -7
- package/esm/FooterContainer/index.js +5 -10
- package/esm/FooterContent/index.js +1 -1
- package/esm/FooterHeading/__snapshots__/index.test.tsx.snap +57 -24
- package/esm/FooterHeading/index.js +8 -5
- package/esm/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
- package/{es/FooterMeta → esm/FooterInfo}/index.js +5 -5
- package/esm/FooterInfo/index.test.js +9 -0
- package/esm/FooterInfoSection/__snapshots__/index.test.tsx.snap +50 -0
- package/esm/{FooterMetaItem → FooterInfoSection}/index.js +5 -5
- package/esm/FooterInfoSection/index.test.js +25 -0
- package/esm/FooterList/index.js +5 -3
- package/esm/FooterNavigation/index.js +1 -1
- package/esm/FooterNavigationSection/__snapshots__/index.test.tsx.snap +20 -0
- package/esm/{FooterSection → FooterNavigationSection}/index.js +5 -5
- package/esm/FooterNavigationSection/index.test.js +11 -0
- package/esm/Grid/index.js +1 -1
- package/esm/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/HeaderSection/index.js +1 -1
- package/esm/Heading/__snapshots__/index.test.tsx.snap +237 -107
- package/esm/Heading/index.js +7 -4
- package/esm/Heading/index.test.js +43 -26
- package/esm/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/esm/HeadingCaption/index.js +3 -3
- package/esm/Hint/__snapshots__/index.test.tsx.snap +52 -29
- package/esm/Hint/index.js +4 -3
- package/esm/Hint/index.test.js +3 -3
- package/esm/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
- package/esm/ImageLogo/index.js +29 -0
- package/esm/ImageLogo/index.test.js +20 -0
- package/esm/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
- package/esm/ImageLogoSet/index.js +30 -0
- package/esm/ImageLogoSet/index.test.js +23 -0
- package/esm/Layout/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/Layout/index.js +1 -1
- package/esm/List/__snapshots__/index.test.tsx.snap +8 -8
- package/esm/List/index.js +5 -5
- package/esm/List/index.test.js +4 -4
- package/esm/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/esm/Main/index.js +7 -4
- package/esm/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/esm/ModalContent/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/ModalHeading/__snapshots__/index.test.tsx.snap +21 -12
- package/esm/ModalHeading/index.js +7 -10
- package/esm/Nav/__snapshots__/index.test.tsx.snap +4 -4
- package/esm/Nav/index.js +2 -4
- package/esm/NavList/__snapshots__/index.test.tsx.snap +4 -4
- package/esm/NavList/index.js +5 -2
- package/esm/NavListItemAction/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/NavListItemAction/index.js +27 -0
- package/esm/NavListItemAction/index.test.js +9 -0
- package/esm/NavListItemActionContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/{es/NavListItem → esm/NavListItemActionContainer}/index.js +3 -3
- package/esm/NavListItemActionContainer/index.test.js +9 -0
- package/esm/NavMenuContainer/__snapshots__/index.test.tsx.snap +27 -18
- package/esm/NavMenuContainer/index.js +12 -3
- package/esm/NavMenuContent/__snapshots__/index.test.tsx.snap +24 -0
- package/esm/{NavMenuContainerContent → NavMenuContent}/index.js +9 -6
- package/esm/{NavMenuContainerContent → NavMenuContent}/index.test.js +1 -1
- package/{es/NavMenuContainerContentList → esm/NavMenuContentListBase}/__snapshots__/index.test.tsx.snap +3 -3
- package/esm/{NavMenuContainerContentList → NavMenuContentListBase}/index.js +4 -4
- package/esm/NavMenuContentListBase/index.test.js +9 -0
- package/{NavMenuContainerContentListItem → esm/NavMenuContentListItem}/__snapshots__/index.test.tsx.snap +3 -3
- package/{es/NavMenuContainerContentListItem → esm/NavMenuContentListItem}/index.js +3 -3
- package/esm/NavMenuContentListItem/index.test.js +9 -0
- package/esm/NavMenuTitle/__snapshots__/index.test.tsx.snap +43 -0
- package/esm/{NavMenuContainerTitle → NavMenuTitle}/index.js +8 -7
- package/esm/NavMenuTitle/index.test.js +9 -0
- package/esm/NormalText/__snapshots__/index.test.tsx.snap +604 -366
- package/esm/NormalText/index.js +8 -6
- package/esm/NormalText/index.test.js +92 -92
- package/esm/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/esm/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/esm/PageTitleCaption/__snapshots__/index.test.tsx.snap +127 -0
- package/esm/PageTitleCaption/index.js +18 -0
- package/esm/PageTitleCaption/index.test.js +41 -0
- package/esm/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/{es/FooterInlineListItem → esm/PageTitleContainer}/index.js +5 -5
- package/esm/PageTitleContainer/index.test.js +9 -0
- package/esm/PageTitleHeading/__snapshots__/index.test.tsx.snap +79 -36
- package/esm/PageTitleHeading/index.js +2 -6
- package/esm/Pagination/__snapshots__/index.spec.tsx.snap +17 -0
- package/esm/Pagination/index.js +4 -4
- package/esm/Pagination/index.spec.js +8 -0
- package/esm/PaginationListItem/__snapshots__/index.spec.tsx.snap +15 -15
- package/esm/PaginationListItem/index.js +4 -3
- package/esm/PaginationListItem/index.spec.js +4 -4
- package/esm/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
- package/esm/Paragraph/index.test.js +92 -92
- package/esm/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
- package/esm/PhaseBannerHeaderContainer/index.js +1 -1
- package/esm/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/PhaseBannerTag/index.js +1 -1
- package/esm/RadioConditional/__snapshots__/index.test.tsx.snap +2 -5
- package/esm/ResultsActionBar/__snapshots__/indext.test.tsx.snap +2 -2
- package/esm/ResultsActionBar/index.js +1 -1
- package/esm/ResultsHeading/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/ResultsHeading/index.js +1 -1
- package/esm/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +16 -7
- package/esm/ResultsHeadingActions/index.js +6 -6
- package/esm/SearchButton/__snapshots__/index.test.tsx.snap +41 -26
- package/esm/SearchButton/index.js +1 -1
- package/{src/SearchSection → esm/SearchContainer}/__snapshots__/index.test.tsx.snap +3 -3
- package/esm/{SearchSection → SearchContainer}/index.js +2 -2
- package/esm/SearchContainer/index.test.js +9 -0
- package/esm/Section/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
- package/esm/SelectContainer/index.js +2 -4
- package/esm/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
- package/esm/SelectOption/index.js +3 -7
- package/esm/SingleCharacterInput/__snapshots__/index.test.tsx.snap +198 -0
- package/esm/SingleCharacterInput/index.js +28 -0
- package/esm/{SingleCharacterInputItem → SingleCharacterInput}/index.test.js +18 -27
- package/esm/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
- package/{es/SingleCharacterInputContainer → esm/SingleCharacterInputs}/index.js +4 -4
- package/esm/SingleCharacterInputs/index.test.js +9 -0
- package/esm/Stack/__snapshots__/index.test.tsx.snap +516 -0
- package/esm/Stack/index.js +29 -0
- package/esm/Stack/index.test.js +248 -0
- package/esm/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +15 -45
- package/esm/StepNavAccordionHeadingText/index.js +3 -4
- package/esm/StepNavAccordionHeadingText/index.test.js +4 -21
- package/esm/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +8 -8
- package/esm/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
- package/esm/SvgIcon/index.js +1 -1
- package/esm/SvgIcon/index.test.js +36 -28
- package/esm/TableCaption/index.js +1 -1
- package/esm/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
- package/esm/TableHeadCell/index.js +3 -3
- package/esm/TableHeadCell/index.test.js +24 -24
- package/esm/TabsHeading/__snapshots__/index.test.tsx.snap +90 -24
- package/esm/TabsHeading/index.js +10 -8
- package/esm/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/esm/TabsListItem/index.js +5 -5
- package/esm/TabsListItem/index.test.js +8 -8
- package/esm/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/esm/TaskListItemHeading/index.js +9 -32
- package/esm/TaskListItemTag/__snapshots__/index.test.tsx.snap +18 -18
- package/esm/TaskListItemTag/index.js +3 -3
- package/esm/TaskListItemTag/index.test.js +6 -6
- package/esm/TextInput/__snapshots__/index.test.tsx.snap +204 -204
- package/esm/TextInput/index.js +4 -6
- package/esm/TextInput/index.test.js +114 -114
- package/esm/Timeline/index.js +4 -4
- package/esm/Typography/__snapshots__/index.test.tsx.snap +181 -0
- package/esm/Typography/index.js +26 -0
- package/esm/Typography/index.test.js +93 -0
- package/esm/Unpurge/index.js +1 -1
- package/esm/WarningText/__snapshots__/index.test.tsx.snap +31 -0
- package/esm/WarningText/index.js +4 -2
- package/esm/WarningText/index.test.js +8 -0
- package/esm/index.js +25 -25
- package/esm/registry.js +46 -48
- package/index.d.ts +24 -24
- package/index.js +154 -167
- package/package.json +3 -3
- package/registry.d.ts +23 -24
- package/registry.js +54 -57
- package/src/AccessibilityMenuButton/index.tsx +1 -1
- package/src/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/src/Accordion/index.tsx +36 -2
- package/src/AccordionSection/index.tsx +2 -12
- package/src/AccordionSectionSummary/index.tsx +5 -2
- package/src/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/src/AdminContainer/index.tsx +9 -10
- package/src/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +16 -0
- package/src/AdminHeaderContent/index.spec.tsx +10 -0
- package/src/AdminHeaderContent/index.tsx +27 -0
- package/src/AdminLayout/index.tsx +1 -1
- package/src/AdminTopSection/index.tsx +20 -2
- package/src/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/src/Aside/index.tsx +10 -7
- package/src/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +2 -2
- package/src/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +2 -2
- package/src/AutoCompleteWrapper/index.tsx +18 -23
- package/src/BackLink/__snapshots__/index.test.tsx.snap +14 -4
- package/src/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/src/Base/index.tsx +4 -0
- package/src/BottomInfo/__snapshots__/index.test.tsx.snap +25 -0
- package/src/BottomInfoContainer/__snapshots__/index.test.tsx.snap +25 -0
- package/src/BottomInfoContent/__snapshots__/index.test.tsx.snap +22 -0
- package/src/BottomInfoContent/index.tsx +1 -4
- package/src/CardAction/__snapshots__/index.test.tsx.snap +2 -2
- package/src/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
- package/src/Chip/__snapshots__/index.test.tsx.snap +5 -30
- package/src/Chip/index.tsx +1 -1
- package/{es/ChipSection → src/ChipContainer}/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/ChipContainer/index.spec.tsx +8 -0
- package/src/{ChipSection → ChipContainer}/index.tsx +4 -4
- package/src/ChipHeading/__snapshots__/index.test.tsx.snap +18 -8
- package/src/ChipHeading/index.tsx +5 -13
- package/src/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
- package/src/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/src/CircularProgress/index.tsx +2 -2
- package/src/CloseButton/__snapshots__/index.test.tsx.snap +51 -0
- package/src/CloseButton/index.test.tsx +8 -0
- package/src/CloseButton/index.tsx +29 -0
- package/src/Container/__snapshots__/index.test.tsx.snap +36 -48
- package/src/Container/index.tsx +16 -22
- package/src/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
- package/src/DateInputItem/index.tsx +2 -2
- package/src/Drawer/__snapshots__/index.test.tsx.snap +50 -44
- package/src/DrawerHeading/__snapshots__/index.test.tsx.snap +61 -40
- package/src/DrawerHeading/index.tsx +14 -19
- package/src/DropdownButton/__snapshots__/index.test.tsx.snap +162 -108
- package/src/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/src/DropdownContent/index.tsx +15 -2
- package/src/ErrorSummary/__snapshots__/index.test.tsx.snap +37 -0
- package/src/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
- package/src/FieldContainer/index.tsx +1 -1
- package/src/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/src/FileUploadContainer/index.test.tsx +2 -2
- package/src/FileUploadContainer/index.tsx +3 -3
- package/src/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/src/FilterContainer/index.test.tsx +8 -0
- package/src/{FilterSection → FilterContainer}/index.tsx +7 -7
- package/src/FilterContent/index.tsx +2 -2
- package/{FilterHeading → src/FilterHeadingContainer}/__snapshots__/index.test.tsx.snap +3 -3
- package/src/FilterHeadingContainer/index.test.tsx +8 -0
- package/src/{FilterHeading → FilterHeadingContainer}/index.tsx +7 -7
- package/src/FilterSelectedSection/index.tsx +2 -13
- package/src/FooterContainer/__snapshots__/index.test.tsx.snap +16 -7
- package/src/FooterContainer/index.tsx +5 -27
- package/src/FooterContent/index.tsx +1 -1
- package/src/FooterHeading/__snapshots__/index.test.tsx.snap +57 -24
- package/src/FooterHeading/index.tsx +10 -8
- package/src/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
- package/src/FooterInfo/index.test.tsx +8 -0
- package/src/{FooterMeta → FooterInfo}/index.tsx +7 -7
- package/src/FooterInfoSection/__snapshots__/index.test.tsx.snap +50 -0
- package/src/FooterInfoSection/index.test.tsx +20 -0
- package/src/FooterInfoSection/index.tsx +34 -0
- package/src/FooterList/index.tsx +11 -3
- package/src/FooterNavigation/index.tsx +1 -1
- package/src/FooterNavigationSection/__snapshots__/index.test.tsx.snap +20 -0
- package/src/FooterNavigationSection/index.test.tsx +8 -0
- package/src/FooterNavigationSection/index.tsx +29 -0
- package/src/Grid/index.tsx +87 -110
- package/src/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
- package/src/HeaderSection/index.tsx +1 -1
- package/src/Heading/__snapshots__/index.test.tsx.snap +237 -107
- package/src/Heading/index.test.tsx +17 -3
- package/src/Heading/index.tsx +18 -19
- package/src/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/src/HeadingCaption/index.tsx +5 -7
- package/src/Hint/__snapshots__/index.test.tsx.snap +52 -29
- package/src/Hint/index.test.tsx +3 -3
- package/src/Hint/index.tsx +6 -16
- package/src/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
- package/src/ImageLogo/index.test.tsx +13 -0
- package/src/ImageLogo/index.tsx +43 -0
- package/src/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
- package/src/ImageLogoSet/index.test.tsx +17 -0
- package/src/ImageLogoSet/index.tsx +36 -0
- package/src/Layout/__snapshots__/index.test.tsx.snap +2 -2
- package/src/Layout/index.tsx +2 -2
- package/src/List/__snapshots__/index.test.tsx.snap +8 -8
- package/src/List/index.test.tsx +4 -4
- package/src/List/index.tsx +14 -12
- package/src/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/src/Main/index.tsx +9 -6
- package/src/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/src/ModalContent/__snapshots__/index.test.tsx.snap +2 -2
- package/src/ModalHeading/__snapshots__/index.test.tsx.snap +21 -12
- package/src/ModalHeading/index.tsx +8 -12
- package/src/Nav/__snapshots__/index.test.tsx.snap +4 -4
- package/src/Nav/index.tsx +2 -22
- package/src/NavList/__snapshots__/index.test.tsx.snap +4 -4
- package/src/NavList/index.tsx +20 -2
- package/src/NavListItemAction/__snapshots__/index.test.tsx.snap +16 -0
- package/src/NavListItemAction/index.test.tsx +8 -0
- package/src/NavListItemAction/index.tsx +27 -0
- package/src/NavListItemActionContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/src/NavListItemActionContainer/index.test.tsx +8 -0
- package/src/{NavListItem → NavListItemActionContainer}/index.tsx +5 -5
- package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +27 -18
- package/src/NavMenuContainer/index.tsx +31 -10
- package/src/NavMenuContent/__snapshots__/index.test.tsx.snap +24 -0
- package/src/{NavMenuContainerContent → NavMenuContent}/index.test.tsx +1 -1
- package/src/NavMenuContent/index.tsx +25 -0
- package/{NavMenuContainerContentList → src/NavMenuContentListBase}/__snapshots__/index.test.tsx.snap +3 -3
- package/src/NavMenuContentListBase/index.test.tsx +9 -0
- package/src/NavMenuContentListBase/index.tsx +28 -0
- package/src/{NavMenuContainerContentListItem → NavMenuContentListItem}/__snapshots__/index.test.tsx.snap +3 -3
- package/src/NavMenuContentListItem/index.test.tsx +11 -0
- package/src/{NavMenuContainerContentListItem → NavMenuContentListItem}/index.tsx +6 -6
- package/src/NavMenuTitle/__snapshots__/index.test.tsx.snap +43 -0
- package/src/NavMenuTitle/index.test.tsx +9 -0
- package/src/NavMenuTitle/index.tsx +41 -0
- package/src/NormalText/__snapshots__/index.test.tsx.snap +604 -366
- package/src/NormalText/index.test.tsx +66 -66
- package/src/NormalText/index.tsx +17 -49
- package/src/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/src/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/src/PageTitleCaption/__snapshots__/index.test.tsx.snap +127 -0
- package/src/PageTitleCaption/index.test.tsx +32 -0
- package/src/PageTitleCaption/index.tsx +22 -0
- package/src/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/src/PageTitleContainer/index.test.tsx +8 -0
- package/src/PageTitleContainer/index.tsx +27 -0
- package/src/PageTitleHeading/__snapshots__/index.test.tsx.snap +79 -36
- package/src/PageTitleHeading/index.tsx +3 -3
- package/src/Pagination/__snapshots__/index.spec.tsx.snap +17 -0
- package/src/Pagination/index.spec.tsx +3 -0
- package/src/Pagination/index.tsx +5 -5
- package/src/PaginationListItem/__snapshots__/index.spec.tsx.snap +15 -15
- package/src/PaginationListItem/index.spec.tsx +4 -4
- package/src/PaginationListItem/index.tsx +11 -3
- package/src/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
- package/src/Paragraph/index.test.tsx +66 -66
- package/src/Paragraph/index.tsx +1 -1
- package/src/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
- package/src/PhaseBannerHeaderContainer/index.tsx +1 -1
- package/src/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
- package/src/PhaseBannerTag/index.tsx +0 -1
- package/src/RadioConditional/__snapshots__/index.test.tsx.snap +2 -5
- package/src/ResultsActionBar/__snapshots__/indext.test.tsx.snap +2 -2
- package/src/ResultsActionBar/index.tsx +1 -1
- package/src/ResultsHeading/__snapshots__/index.test.tsx.snap +2 -2
- package/src/ResultsHeading/index.tsx +1 -1
- package/src/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +16 -7
- package/src/ResultsHeadingActions/index.tsx +5 -5
- package/src/SearchButton/__snapshots__/index.test.tsx.snap +41 -26
- package/src/SearchButton/index.tsx +1 -1
- package/{es/SearchSection → src/SearchContainer}/__snapshots__/index.test.tsx.snap +3 -3
- package/src/SearchContainer/index.test.tsx +8 -0
- package/src/{SearchSection → SearchContainer}/index.tsx +5 -5
- package/src/Section/__snapshots__/index.test.tsx.snap +16 -0
- package/src/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
- package/src/SelectContainer/index.tsx +1 -2
- package/src/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
- package/src/SelectOption/index.tsx +4 -4
- package/src/SingleCharacterInput/__snapshots__/index.test.tsx.snap +198 -0
- package/src/SingleCharacterInput/index.test.tsx +40 -0
- package/src/SingleCharacterInput/index.tsx +42 -0
- package/src/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
- package/src/SingleCharacterInputs/index.test.tsx +10 -0
- package/src/{SingleCharacterInputContainer → SingleCharacterInputs}/index.tsx +7 -7
- package/src/Stack/__snapshots__/index.test.tsx.snap +516 -0
- package/src/Stack/index.test.tsx +96 -0
- package/src/Stack/index.tsx +63 -0
- package/src/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +15 -45
- package/src/StepNavAccordionHeadingText/index.test.tsx +3 -23
- package/src/StepNavAccordionHeadingText/index.tsx +9 -25
- package/src/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +8 -8
- package/src/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
- package/src/SvgIcon/index.test.tsx +7 -4
- package/src/SvgIcon/index.tsx +24 -26
- package/src/TableCaption/index.tsx +1 -4
- package/src/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
- package/src/TableHeadCell/index.test.tsx +24 -24
- package/src/TableHeadCell/index.tsx +25 -31
- package/src/TabsHeading/__snapshots__/index.test.tsx.snap +90 -24
- package/src/TabsHeading/index.tsx +7 -16
- package/src/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/src/TabsListItem/index.test.tsx +8 -8
- package/src/TabsListItem/index.tsx +10 -11
- package/src/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/src/TaskListItemHeading/index.tsx +6 -51
- package/src/TaskListItemTag/__snapshots__/index.test.tsx.snap +18 -18
- package/src/TaskListItemTag/index.test.tsx +6 -6
- package/src/TaskListItemTag/index.tsx +8 -10
- package/src/TextInput/__snapshots__/index.test.tsx.snap +204 -204
- package/src/TextInput/index.test.tsx +84 -84
- package/src/TextInput/index.tsx +33 -46
- package/src/Timeline/index.tsx +8 -8
- package/src/Typography/__snapshots__/index.test.tsx.snap +181 -0
- package/src/Typography/index.test.tsx +44 -0
- package/src/Typography/index.tsx +52 -0
- package/src/Unpurge/index.tsx +168 -0
- package/src/WarningText/__snapshots__/index.test.tsx.snap +31 -0
- package/src/WarningText/index.test.tsx +3 -0
- package/src/WarningText/index.tsx +13 -3
- package/src/index.ts +24 -24
- package/src/registry.js +47 -50
- package/AdminHeaderSection/__snapshots__/index.spec.tsx.snap +0 -16
- package/ChipSection/index.d.ts +0 -14
- package/ChipSection/index.spec.js +0 -15
- package/ChipSectionWrapper/__snapshots__/index.spec.tsx.snap +0 -16
- package/ChipSectionWrapper/index.js +0 -39
- package/ChipSectionWrapper/index.spec.js +0 -15
- package/DropdownArrowDown/index.d.ts +0 -9
- package/DropdownArrowDown/index.js +0 -31
- package/FilterCloseButton/index.d.ts +0 -16
- package/FilterHeading/index.d.ts +0 -12
- package/FilterSection/__snapshots__/index.test.tsx.snap +0 -16
- package/FilterSection/index.d.ts +0 -38
- package/FilterSection/index.test.js +0 -15
- package/FooterInlineList/__snapshots__/index.test.tsx.snap +0 -16
- package/FooterInlineList/index.d.ts +0 -11
- package/FooterInlineList/index.js +0 -40
- package/FooterInlineListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/FooterInlineListItem/index.test.js +0 -15
- package/FooterMeta/__snapshots__/index.test.tsx.snap +0 -16
- package/FooterMetaItem/__snapshots__/index.test.tsx.snap +0 -50
- package/FooterMetaItem/index.d.ts +0 -16
- package/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
- package/FooterSection/index.d.ts +0 -11
- package/FooterSection/index.test.js +0 -15
- package/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/Icon/index.d.ts +0 -25
- package/Icon/index.js +0 -58
- package/Icon/index.test.js +0 -88
- package/NavListItem/index.d.ts +0 -10
- package/NavMenu/__snapshots__/index.test.tsx.snap +0 -18
- package/NavMenu/index.d.ts +0 -26
- package/NavMenu/index.js +0 -43
- package/NavMenuContainerContent/__snapshots__/index.test.tsx.snap +0 -21
- package/NavMenuContainerContent/index.d.ts +0 -11
- package/NavMenuContainerContentList/index.d.ts +0 -10
- package/NavMenuContainerContentListItem/index.d.ts +0 -10
- package/NavMenuContainerContentListItem/index.test.js +0 -15
- package/NavMenuContainerTitle/__snapshots__/index.test.tsx.snap +0 -37
- package/NavVertical/__snapshots__/index.test.tsx.snap +0 -16
- package/NavVertical/index.d.ts +0 -11
- package/NavVertical/index.js +0 -40
- package/NavVertical/index.test.js +0 -15
- package/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
- package/NavVerticalItem/index.d.ts +0 -16
- package/NavVerticalItem/index.test.js +0 -31
- package/SearchSection/index.d.ts +0 -9
- package/SearchSection/index.test.js +0 -15
- package/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/SingleCharacterInputContainer/index.d.ts +0 -11
- package/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +0 -173
- package/SingleCharacterInputItem/index.d.ts +0 -33
- package/SingleCharacterInputItem/index.js +0 -50
- package/es/AdminHeaderSection/__snapshots__/index.spec.tsx.snap +0 -16
- package/es/AdminHeaderSection/index.spec.js +0 -9
- package/es/ChipSection/index.spec.js +0 -9
- package/es/ChipSectionWrapper/__snapshots__/index.spec.tsx.snap +0 -16
- package/es/ChipSectionWrapper/index.js +0 -23
- package/es/ChipSectionWrapper/index.spec.js +0 -9
- package/es/DropdownArrowDown/index.js +0 -18
- package/es/FilterHeading/index.test.js +0 -9
- package/es/FilterSection/__snapshots__/index.test.tsx.snap +0 -16
- package/es/FilterSection/index.test.js +0 -9
- package/es/FooterInlineList/__snapshots__/index.test.tsx.snap +0 -16
- package/es/FooterInlineList/index.js +0 -24
- package/es/FooterInlineList/index.test.js +0 -9
- package/es/FooterInlineListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/es/FooterInlineListItem/index.test.js +0 -9
- package/es/FooterMeta/__snapshots__/index.test.tsx.snap +0 -16
- package/es/FooterMeta/index.test.js +0 -9
- package/es/FooterMetaItem/__snapshots__/index.test.tsx.snap +0 -50
- package/es/FooterMetaItem/index.test.js +0 -25
- package/es/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
- package/es/FooterSection/index.test.js +0 -9
- package/es/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/es/Icon/index.js +0 -34
- package/es/Icon/index.test.js +0 -82
- package/es/NavListItem/index.test.js +0 -9
- package/es/NavMenu/__snapshots__/index.test.tsx.snap +0 -18
- package/es/NavMenu/index.js +0 -27
- package/es/NavMenu/index.test.js +0 -9
- package/es/NavMenuContainerContent/__snapshots__/index.test.tsx.snap +0 -21
- package/es/NavMenuContainerContentList/index.test.js +0 -9
- package/es/NavMenuContainerContentListItem/index.test.js +0 -9
- package/es/NavMenuContainerTitle/__snapshots__/index.test.tsx.snap +0 -37
- package/es/NavMenuContainerTitle/index.test.js +0 -9
- package/es/NavVertical/__snapshots__/index.test.tsx.snap +0 -16
- package/es/NavVertical/index.js +0 -24
- package/es/NavVertical/index.test.js +0 -9
- package/es/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
- package/es/NavVerticalItem/index.js +0 -23
- package/es/NavVerticalItem/index.test.js +0 -25
- package/es/SearchSection/index.test.js +0 -9
- package/es/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/es/SingleCharacterInputContainer/index.test.js +0 -9
- package/es/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +0 -173
- package/es/SingleCharacterInputItem/index.js +0 -34
- package/esm/AdminHeaderSection/__snapshots__/index.spec.tsx.snap +0 -16
- package/esm/AdminHeaderSection/index.spec.js +0 -9
- package/esm/ChipSection/index.spec.js +0 -9
- package/esm/ChipSectionWrapper/__snapshots__/index.spec.tsx.snap +0 -16
- package/esm/ChipSectionWrapper/index.js +0 -23
- package/esm/ChipSectionWrapper/index.spec.js +0 -9
- package/esm/DropdownArrowDown/index.js +0 -18
- package/esm/FilterHeading/index.test.js +0 -9
- package/esm/FilterSection/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/FilterSection/index.test.js +0 -9
- package/esm/FooterInlineList/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/FooterInlineList/index.js +0 -24
- package/esm/FooterInlineList/index.test.js +0 -9
- package/esm/FooterInlineListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/FooterInlineListItem/index.test.js +0 -9
- package/esm/FooterMeta/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/FooterMeta/index.test.js +0 -9
- package/esm/FooterMetaItem/__snapshots__/index.test.tsx.snap +0 -50
- package/esm/FooterMetaItem/index.test.js +0 -25
- package/esm/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/FooterSection/index.test.js +0 -9
- package/esm/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/esm/Icon/index.js +0 -34
- package/esm/Icon/index.test.js +0 -82
- package/esm/NavListItem/index.test.js +0 -9
- package/esm/NavMenu/__snapshots__/index.test.tsx.snap +0 -18
- package/esm/NavMenu/index.js +0 -27
- package/esm/NavMenu/index.test.js +0 -9
- package/esm/NavMenuContainerContent/__snapshots__/index.test.tsx.snap +0 -21
- package/esm/NavMenuContainerContentList/index.test.js +0 -9
- package/esm/NavMenuContainerContentListItem/index.test.js +0 -9
- package/esm/NavMenuContainerTitle/__snapshots__/index.test.tsx.snap +0 -37
- package/esm/NavMenuContainerTitle/index.test.js +0 -9
- package/esm/NavVertical/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/NavVertical/index.js +0 -24
- package/esm/NavVertical/index.test.js +0 -9
- package/esm/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
- package/esm/NavVerticalItem/index.js +0 -23
- package/esm/NavVerticalItem/index.test.js +0 -25
- package/esm/SearchSection/index.test.js +0 -9
- package/esm/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/SingleCharacterInputContainer/index.test.js +0 -9
- package/esm/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +0 -173
- package/esm/SingleCharacterInputItem/index.js +0 -34
- package/src/AdminHeaderSection/__snapshots__/index.spec.tsx.snap +0 -16
- package/src/AdminHeaderSection/index.spec.tsx +0 -10
- package/src/AdminHeaderSection/index.tsx +0 -27
- package/src/ChipSection/index.spec.tsx +0 -8
- package/src/ChipSectionWrapper/__snapshots__/index.spec.tsx.snap +0 -16
- package/src/ChipSectionWrapper/index.spec.tsx +0 -10
- package/src/ChipSectionWrapper/index.tsx +0 -21
- package/src/DropdownArrowDown/index.tsx +0 -16
- package/src/FilterCloseButton/index.tsx +0 -40
- package/src/FilterHeading/index.test.tsx +0 -8
- package/src/FilterSection/__snapshots__/index.test.tsx.snap +0 -16
- package/src/FilterSection/index.test.tsx +0 -8
- package/src/FooterInlineList/__snapshots__/index.test.tsx.snap +0 -16
- package/src/FooterInlineList/index.test.tsx +0 -8
- package/src/FooterInlineList/index.tsx +0 -29
- package/src/FooterInlineListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/src/FooterInlineListItem/index.test.tsx +0 -10
- package/src/FooterInlineListItem/index.tsx +0 -27
- package/src/FooterMeta/__snapshots__/index.test.tsx.snap +0 -16
- package/src/FooterMeta/index.test.tsx +0 -8
- package/src/FooterMetaItem/__snapshots__/index.test.tsx.snap +0 -50
- package/src/FooterMetaItem/index.test.tsx +0 -20
- package/src/FooterMetaItem/index.tsx +0 -36
- package/src/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
- package/src/FooterSection/index.test.tsx +0 -8
- package/src/FooterSection/index.tsx +0 -29
- package/src/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/src/Icon/index.test.tsx +0 -36
- package/src/Icon/index.tsx +0 -63
- package/src/NavListItem/index.test.tsx +0 -8
- package/src/NavMenu/__snapshots__/index.test.tsx.snap +0 -18
- package/src/NavMenu/index.test.tsx +0 -7
- package/src/NavMenu/index.tsx +0 -51
- package/src/NavMenuContainerContent/__snapshots__/index.test.tsx.snap +0 -21
- package/src/NavMenuContainerContent/index.tsx +0 -22
- package/src/NavMenuContainerContentList/index.test.tsx +0 -9
- package/src/NavMenuContainerContentList/index.tsx +0 -28
- package/src/NavMenuContainerContentListItem/index.test.tsx +0 -11
- package/src/NavMenuContainerTitle/__snapshots__/index.test.tsx.snap +0 -37
- package/src/NavMenuContainerTitle/index.test.tsx +0 -9
- package/src/NavMenuContainerTitle/index.tsx +0 -40
- package/src/NavVertical/__snapshots__/index.test.tsx.snap +0 -16
- package/src/NavVertical/index.test.tsx +0 -8
- package/src/NavVertical/index.tsx +0 -28
- package/src/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
- package/src/NavVerticalItem/index.test.tsx +0 -20
- package/src/NavVerticalItem/index.tsx +0 -37
- package/src/SearchSection/index.test.tsx +0 -8
- package/src/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/src/SingleCharacterInputContainer/index.test.tsx +0 -10
- package/src/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +0 -173
- package/src/SingleCharacterInputItem/index.test.tsx +0 -45
- package/src/SingleCharacterInputItem/index.tsx +0 -62
- /package/{AdminHeaderSection → AdminHeaderContent}/index.spec.d.ts +0 -0
- /package/{ChipSection → ChipContainer}/index.spec.d.ts +0 -0
- /package/{FilterHeading → CloseButton}/index.test.d.ts +0 -0
- /package/{FilterSection → FilterContainer}/index.test.d.ts +0 -0
- /package/{FooterInlineList → FilterHeadingContainer}/index.test.d.ts +0 -0
- /package/{FooterInlineListItem → FooterInfo}/index.test.d.ts +0 -0
- /package/{FooterMeta → FooterInfoSection}/index.test.d.ts +0 -0
- /package/{FooterMetaItem → FooterNavigationSection}/index.test.d.ts +0 -0
- /package/{FooterSection → ImageLogo}/index.test.d.ts +0 -0
- /package/{Icon → ImageLogoSet}/index.test.d.ts +0 -0
- /package/{NavListItem → NavListItemAction}/index.test.d.ts +0 -0
- /package/{NavMenu → NavListItemActionContainer}/index.test.d.ts +0 -0
- /package/{NavMenuContainerContent → NavMenuContent}/index.test.d.ts +0 -0
- /package/{NavMenuContainerContentList → NavMenuContentListBase}/index.test.d.ts +0 -0
- /package/{NavMenuContainerContentListItem → NavMenuContentListItem}/index.test.d.ts +0 -0
- /package/{NavMenuContainerTitle → NavMenuTitle}/index.test.d.ts +0 -0
- /package/{NavVertical → PageTitleCaption}/index.test.d.ts +0 -0
- /package/{NavVerticalItem → PageTitleContainer}/index.test.d.ts +0 -0
- /package/{SearchSection → SearchContainer}/index.test.d.ts +0 -0
- /package/{SingleCharacterInputContainer → SingleCharacterInput}/index.test.d.ts +0 -0
- /package/{SingleCharacterInputItem → SingleCharacterInputs}/index.test.d.ts +0 -0
- /package/{ChipSectionWrapper/index.spec.d.ts → Stack/index.test.d.ts} +0 -0
|
@@ -2,137 +2,185 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`renders the NormalText with fontSize=14 1`] = `
|
|
4
4
|
<ForwardRef(NormalText)
|
|
5
|
-
fontSize=
|
|
5
|
+
fontSize={14}
|
|
6
6
|
>
|
|
7
|
-
<ForwardRef(
|
|
7
|
+
<ForwardRef(Typography)
|
|
8
8
|
as="span"
|
|
9
|
-
className="govgr
|
|
9
|
+
className="govgr-body"
|
|
10
|
+
fontSize={14}
|
|
10
11
|
>
|
|
11
|
-
<
|
|
12
|
-
|
|
12
|
+
<ForwardRef(Base)
|
|
13
|
+
as="span"
|
|
14
|
+
className="govgr-body govgr-!-font-size-14"
|
|
13
15
|
>
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
<span
|
|
17
|
+
className="govgr-body govgr-!-font-size-14"
|
|
18
|
+
>
|
|
19
|
+
hello
|
|
20
|
+
</span>
|
|
21
|
+
</ForwardRef(Base)>
|
|
22
|
+
</ForwardRef(Typography)>
|
|
17
23
|
</ForwardRef(NormalText)>
|
|
18
24
|
`;
|
|
19
25
|
|
|
20
26
|
exports[`renders the NormalText with fontSize=16 1`] = `
|
|
21
27
|
<ForwardRef(NormalText)
|
|
22
|
-
fontSize=
|
|
28
|
+
fontSize={16}
|
|
23
29
|
>
|
|
24
|
-
<ForwardRef(
|
|
30
|
+
<ForwardRef(Typography)
|
|
25
31
|
as="span"
|
|
26
|
-
className="govgr
|
|
32
|
+
className="govgr-body"
|
|
33
|
+
fontSize={16}
|
|
27
34
|
>
|
|
28
|
-
<
|
|
29
|
-
|
|
35
|
+
<ForwardRef(Base)
|
|
36
|
+
as="span"
|
|
37
|
+
className="govgr-body govgr-!-font-size-16"
|
|
30
38
|
>
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
39
|
+
<span
|
|
40
|
+
className="govgr-body govgr-!-font-size-16"
|
|
41
|
+
>
|
|
42
|
+
hello
|
|
43
|
+
</span>
|
|
44
|
+
</ForwardRef(Base)>
|
|
45
|
+
</ForwardRef(Typography)>
|
|
34
46
|
</ForwardRef(NormalText)>
|
|
35
47
|
`;
|
|
36
48
|
|
|
37
49
|
exports[`renders the NormalText with fontSize=19 1`] = `
|
|
38
50
|
<ForwardRef(NormalText)
|
|
39
|
-
fontSize=
|
|
51
|
+
fontSize={19}
|
|
40
52
|
>
|
|
41
|
-
<ForwardRef(
|
|
53
|
+
<ForwardRef(Typography)
|
|
42
54
|
as="span"
|
|
43
|
-
className="govgr
|
|
55
|
+
className="govgr-body"
|
|
56
|
+
fontSize={19}
|
|
44
57
|
>
|
|
45
|
-
<
|
|
46
|
-
|
|
58
|
+
<ForwardRef(Base)
|
|
59
|
+
as="span"
|
|
60
|
+
className="govgr-body govgr-!-font-size-19"
|
|
47
61
|
>
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
62
|
+
<span
|
|
63
|
+
className="govgr-body govgr-!-font-size-19"
|
|
64
|
+
>
|
|
65
|
+
hello
|
|
66
|
+
</span>
|
|
67
|
+
</ForwardRef(Base)>
|
|
68
|
+
</ForwardRef(Typography)>
|
|
51
69
|
</ForwardRef(NormalText)>
|
|
52
70
|
`;
|
|
53
71
|
|
|
54
72
|
exports[`renders the NormalText with fontSize=24 1`] = `
|
|
55
73
|
<ForwardRef(NormalText)
|
|
56
|
-
fontSize=
|
|
74
|
+
fontSize={24}
|
|
57
75
|
>
|
|
58
|
-
<ForwardRef(
|
|
76
|
+
<ForwardRef(Typography)
|
|
59
77
|
as="span"
|
|
60
|
-
className="govgr
|
|
78
|
+
className="govgr-body"
|
|
79
|
+
fontSize={24}
|
|
61
80
|
>
|
|
62
|
-
<
|
|
63
|
-
|
|
81
|
+
<ForwardRef(Base)
|
|
82
|
+
as="span"
|
|
83
|
+
className="govgr-body govgr-!-font-size-24"
|
|
64
84
|
>
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
85
|
+
<span
|
|
86
|
+
className="govgr-body govgr-!-font-size-24"
|
|
87
|
+
>
|
|
88
|
+
hello
|
|
89
|
+
</span>
|
|
90
|
+
</ForwardRef(Base)>
|
|
91
|
+
</ForwardRef(Typography)>
|
|
68
92
|
</ForwardRef(NormalText)>
|
|
69
93
|
`;
|
|
70
94
|
|
|
71
95
|
exports[`renders the NormalText with fontSize=30 1`] = `
|
|
72
96
|
<ForwardRef(NormalText)
|
|
73
|
-
fontSize=
|
|
97
|
+
fontSize={30}
|
|
74
98
|
>
|
|
75
|
-
<ForwardRef(
|
|
99
|
+
<ForwardRef(Typography)
|
|
76
100
|
as="span"
|
|
77
|
-
className="govgr
|
|
101
|
+
className="govgr-body"
|
|
102
|
+
fontSize={30}
|
|
78
103
|
>
|
|
79
|
-
<
|
|
80
|
-
|
|
104
|
+
<ForwardRef(Base)
|
|
105
|
+
as="span"
|
|
106
|
+
className="govgr-body govgr-!-font-size-30"
|
|
81
107
|
>
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
108
|
+
<span
|
|
109
|
+
className="govgr-body govgr-!-font-size-30"
|
|
110
|
+
>
|
|
111
|
+
hello
|
|
112
|
+
</span>
|
|
113
|
+
</ForwardRef(Base)>
|
|
114
|
+
</ForwardRef(Typography)>
|
|
85
115
|
</ForwardRef(NormalText)>
|
|
86
116
|
`;
|
|
87
117
|
|
|
88
118
|
exports[`renders the NormalText with fontSize=36 1`] = `
|
|
89
119
|
<ForwardRef(NormalText)
|
|
90
|
-
fontSize=
|
|
120
|
+
fontSize={36}
|
|
91
121
|
>
|
|
92
|
-
<ForwardRef(
|
|
122
|
+
<ForwardRef(Typography)
|
|
93
123
|
as="span"
|
|
94
|
-
className="govgr
|
|
124
|
+
className="govgr-body"
|
|
125
|
+
fontSize={36}
|
|
95
126
|
>
|
|
96
|
-
<
|
|
97
|
-
|
|
127
|
+
<ForwardRef(Base)
|
|
128
|
+
as="span"
|
|
129
|
+
className="govgr-body govgr-!-font-size-36"
|
|
98
130
|
>
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
131
|
+
<span
|
|
132
|
+
className="govgr-body govgr-!-font-size-36"
|
|
133
|
+
>
|
|
134
|
+
hello
|
|
135
|
+
</span>
|
|
136
|
+
</ForwardRef(Base)>
|
|
137
|
+
</ForwardRef(Typography)>
|
|
102
138
|
</ForwardRef(NormalText)>
|
|
103
139
|
`;
|
|
104
140
|
|
|
105
141
|
exports[`renders the NormalText with fontSize=48 1`] = `
|
|
106
142
|
<ForwardRef(NormalText)
|
|
107
|
-
fontSize=
|
|
143
|
+
fontSize={48}
|
|
108
144
|
>
|
|
109
|
-
<ForwardRef(
|
|
145
|
+
<ForwardRef(Typography)
|
|
110
146
|
as="span"
|
|
111
|
-
className="govgr
|
|
147
|
+
className="govgr-body"
|
|
148
|
+
fontSize={48}
|
|
112
149
|
>
|
|
113
|
-
<
|
|
114
|
-
|
|
150
|
+
<ForwardRef(Base)
|
|
151
|
+
as="span"
|
|
152
|
+
className="govgr-body govgr-!-font-size-48"
|
|
115
153
|
>
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
154
|
+
<span
|
|
155
|
+
className="govgr-body govgr-!-font-size-48"
|
|
156
|
+
>
|
|
157
|
+
hello
|
|
158
|
+
</span>
|
|
159
|
+
</ForwardRef(Base)>
|
|
160
|
+
</ForwardRef(Typography)>
|
|
119
161
|
</ForwardRef(NormalText)>
|
|
120
162
|
`;
|
|
121
163
|
|
|
122
164
|
exports[`renders the NormalText with fontSize=72 1`] = `
|
|
123
165
|
<ForwardRef(NormalText)
|
|
124
|
-
fontSize=
|
|
166
|
+
fontSize={72}
|
|
125
167
|
>
|
|
126
|
-
<ForwardRef(
|
|
168
|
+
<ForwardRef(Typography)
|
|
127
169
|
as="span"
|
|
128
|
-
className="govgr
|
|
170
|
+
className="govgr-body"
|
|
171
|
+
fontSize={72}
|
|
129
172
|
>
|
|
130
|
-
<
|
|
131
|
-
|
|
173
|
+
<ForwardRef(Base)
|
|
174
|
+
as="span"
|
|
175
|
+
className="govgr-body govgr-!-font-size-72"
|
|
132
176
|
>
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
177
|
+
<span
|
|
178
|
+
className="govgr-body govgr-!-font-size-72"
|
|
179
|
+
>
|
|
180
|
+
hello
|
|
181
|
+
</span>
|
|
182
|
+
</ForwardRef(Base)>
|
|
183
|
+
</ForwardRef(Typography)>
|
|
136
184
|
</ForwardRef(NormalText)>
|
|
137
185
|
`;
|
|
138
186
|
|
|
@@ -140,16 +188,22 @@ exports[`renders the NormalText with fontWeight=bold 1`] = `
|
|
|
140
188
|
<ForwardRef(NormalText)
|
|
141
189
|
fontWeight="bold"
|
|
142
190
|
>
|
|
143
|
-
<ForwardRef(
|
|
191
|
+
<ForwardRef(Typography)
|
|
144
192
|
as="span"
|
|
145
|
-
className="govgr
|
|
193
|
+
className="govgr-body"
|
|
194
|
+
fontWeight="bold"
|
|
146
195
|
>
|
|
147
|
-
<
|
|
148
|
-
|
|
196
|
+
<ForwardRef(Base)
|
|
197
|
+
as="span"
|
|
198
|
+
className="govgr-body govgr-!-font-weight-bold"
|
|
149
199
|
>
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
200
|
+
<span
|
|
201
|
+
className="govgr-body govgr-!-font-weight-bold"
|
|
202
|
+
>
|
|
203
|
+
hello
|
|
204
|
+
</span>
|
|
205
|
+
</ForwardRef(Base)>
|
|
206
|
+
</ForwardRef(Typography)>
|
|
153
207
|
</ForwardRef(NormalText)>
|
|
154
208
|
`;
|
|
155
209
|
|
|
@@ -157,551 +211,735 @@ exports[`renders the NormalText with fontWeight=regular 1`] = `
|
|
|
157
211
|
<ForwardRef(NormalText)
|
|
158
212
|
fontWeight="regular"
|
|
159
213
|
>
|
|
160
|
-
<ForwardRef(
|
|
214
|
+
<ForwardRef(Typography)
|
|
161
215
|
as="span"
|
|
162
|
-
className="govgr
|
|
216
|
+
className="govgr-body"
|
|
217
|
+
fontWeight="regular"
|
|
163
218
|
>
|
|
164
|
-
<
|
|
165
|
-
|
|
219
|
+
<ForwardRef(Base)
|
|
220
|
+
as="span"
|
|
221
|
+
className="govgr-body govgr-!-font-weight-regular"
|
|
166
222
|
>
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
223
|
+
<span
|
|
224
|
+
className="govgr-body govgr-!-font-weight-regular"
|
|
225
|
+
>
|
|
226
|
+
hello
|
|
227
|
+
</span>
|
|
228
|
+
</ForwardRef(Base)>
|
|
229
|
+
</ForwardRef(Typography)>
|
|
170
230
|
</ForwardRef(NormalText)>
|
|
171
231
|
`;
|
|
172
232
|
|
|
173
233
|
exports[`renders the NormalText with no props 1`] = `
|
|
174
234
|
<ForwardRef(NormalText)>
|
|
175
|
-
<ForwardRef(
|
|
235
|
+
<ForwardRef(Typography)
|
|
176
236
|
as="span"
|
|
177
237
|
className="govgr-body"
|
|
178
238
|
>
|
|
179
|
-
<
|
|
239
|
+
<ForwardRef(Base)
|
|
240
|
+
as="span"
|
|
180
241
|
className="govgr-body"
|
|
181
242
|
>
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
243
|
+
<span
|
|
244
|
+
className="govgr-body"
|
|
245
|
+
>
|
|
246
|
+
hello
|
|
247
|
+
</span>
|
|
248
|
+
</ForwardRef(Base)>
|
|
249
|
+
</ForwardRef(Typography)>
|
|
185
250
|
</ForwardRef(NormalText)>
|
|
186
251
|
`;
|
|
187
252
|
|
|
188
|
-
exports[`renders the NormalText with
|
|
253
|
+
exports[`renders the NormalText with size=lead 1`] = `
|
|
189
254
|
<ForwardRef(NormalText)
|
|
190
|
-
|
|
255
|
+
size="lg"
|
|
191
256
|
>
|
|
192
|
-
<ForwardRef(
|
|
257
|
+
<ForwardRef(Typography)
|
|
193
258
|
as="span"
|
|
194
259
|
className="govgr-body-lg govgr-body"
|
|
195
260
|
>
|
|
196
|
-
<
|
|
261
|
+
<ForwardRef(Base)
|
|
262
|
+
as="span"
|
|
197
263
|
className="govgr-body-lg govgr-body"
|
|
198
264
|
>
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
265
|
+
<span
|
|
266
|
+
className="govgr-body-lg govgr-body"
|
|
267
|
+
>
|
|
268
|
+
hello
|
|
269
|
+
</span>
|
|
270
|
+
</ForwardRef(Base)>
|
|
271
|
+
</ForwardRef(Typography)>
|
|
202
272
|
</ForwardRef(NormalText)>
|
|
203
273
|
`;
|
|
204
274
|
|
|
205
|
-
exports[`renders the NormalText with
|
|
275
|
+
exports[`renders the NormalText with size=lead and font size fontSize=48 1`] = `
|
|
206
276
|
<ForwardRef(NormalText)
|
|
207
|
-
fontSize=
|
|
208
|
-
|
|
277
|
+
fontSize={48}
|
|
278
|
+
size="lg"
|
|
209
279
|
>
|
|
210
|
-
<ForwardRef(
|
|
280
|
+
<ForwardRef(Typography)
|
|
211
281
|
as="span"
|
|
212
|
-
className="govgr
|
|
282
|
+
className="govgr-body-lg govgr-body"
|
|
283
|
+
fontSize={48}
|
|
213
284
|
>
|
|
214
|
-
<
|
|
215
|
-
|
|
285
|
+
<ForwardRef(Base)
|
|
286
|
+
as="span"
|
|
287
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-48"
|
|
216
288
|
>
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
289
|
+
<span
|
|
290
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-48"
|
|
291
|
+
>
|
|
292
|
+
hello
|
|
293
|
+
</span>
|
|
294
|
+
</ForwardRef(Base)>
|
|
295
|
+
</ForwardRef(Typography)>
|
|
220
296
|
</ForwardRef(NormalText)>
|
|
221
297
|
`;
|
|
222
298
|
|
|
223
|
-
exports[`renders the NormalText with
|
|
299
|
+
exports[`renders the NormalText with size=lead and font size fontSize=72 1`] = `
|
|
224
300
|
<ForwardRef(NormalText)
|
|
225
|
-
fontSize=
|
|
226
|
-
|
|
301
|
+
fontSize={72}
|
|
302
|
+
size="lg"
|
|
227
303
|
>
|
|
228
|
-
<ForwardRef(
|
|
304
|
+
<ForwardRef(Typography)
|
|
229
305
|
as="span"
|
|
230
|
-
className="govgr
|
|
306
|
+
className="govgr-body-lg govgr-body"
|
|
307
|
+
fontSize={72}
|
|
231
308
|
>
|
|
232
|
-
<
|
|
233
|
-
|
|
309
|
+
<ForwardRef(Base)
|
|
310
|
+
as="span"
|
|
311
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-72"
|
|
234
312
|
>
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
313
|
+
<span
|
|
314
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-72"
|
|
315
|
+
>
|
|
316
|
+
hello
|
|
317
|
+
</span>
|
|
318
|
+
</ForwardRef(Base)>
|
|
319
|
+
</ForwardRef(Typography)>
|
|
238
320
|
</ForwardRef(NormalText)>
|
|
239
321
|
`;
|
|
240
322
|
|
|
241
|
-
exports[`renders the NormalText with
|
|
323
|
+
exports[`renders the NormalText with size=lead and fontSize=14 1`] = `
|
|
242
324
|
<ForwardRef(NormalText)
|
|
243
|
-
fontSize=
|
|
244
|
-
|
|
325
|
+
fontSize={14}
|
|
326
|
+
size="lg"
|
|
245
327
|
>
|
|
246
|
-
<ForwardRef(
|
|
328
|
+
<ForwardRef(Typography)
|
|
247
329
|
as="span"
|
|
248
|
-
className="govgr
|
|
330
|
+
className="govgr-body-lg govgr-body"
|
|
331
|
+
fontSize={14}
|
|
249
332
|
>
|
|
250
|
-
<
|
|
251
|
-
|
|
333
|
+
<ForwardRef(Base)
|
|
334
|
+
as="span"
|
|
335
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-14"
|
|
252
336
|
>
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
337
|
+
<span
|
|
338
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-14"
|
|
339
|
+
>
|
|
340
|
+
hello
|
|
341
|
+
</span>
|
|
342
|
+
</ForwardRef(Base)>
|
|
343
|
+
</ForwardRef(Typography)>
|
|
256
344
|
</ForwardRef(NormalText)>
|
|
257
345
|
`;
|
|
258
346
|
|
|
259
|
-
exports[`renders the NormalText with
|
|
347
|
+
exports[`renders the NormalText with size=lead and fontSize=19 1`] = `
|
|
260
348
|
<ForwardRef(NormalText)
|
|
261
|
-
fontSize=
|
|
262
|
-
|
|
349
|
+
fontSize={19}
|
|
350
|
+
size="lg"
|
|
263
351
|
>
|
|
264
|
-
<ForwardRef(
|
|
352
|
+
<ForwardRef(Typography)
|
|
265
353
|
as="span"
|
|
266
|
-
className="govgr
|
|
354
|
+
className="govgr-body-lg govgr-body"
|
|
355
|
+
fontSize={19}
|
|
267
356
|
>
|
|
268
|
-
<
|
|
269
|
-
|
|
357
|
+
<ForwardRef(Base)
|
|
358
|
+
as="span"
|
|
359
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-19"
|
|
270
360
|
>
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
361
|
+
<span
|
|
362
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-19"
|
|
363
|
+
>
|
|
364
|
+
hello
|
|
365
|
+
</span>
|
|
366
|
+
</ForwardRef(Base)>
|
|
367
|
+
</ForwardRef(Typography)>
|
|
274
368
|
</ForwardRef(NormalText)>
|
|
275
369
|
`;
|
|
276
370
|
|
|
277
|
-
exports[`renders the NormalText with
|
|
371
|
+
exports[`renders the NormalText with size=lead and fontSize=24 1`] = `
|
|
278
372
|
<ForwardRef(NormalText)
|
|
279
|
-
fontSize=
|
|
280
|
-
|
|
373
|
+
fontSize={24}
|
|
374
|
+
size="lg"
|
|
281
375
|
>
|
|
282
|
-
<ForwardRef(
|
|
376
|
+
<ForwardRef(Typography)
|
|
283
377
|
as="span"
|
|
284
|
-
className="govgr
|
|
378
|
+
className="govgr-body-lg govgr-body"
|
|
379
|
+
fontSize={24}
|
|
285
380
|
>
|
|
286
|
-
<
|
|
287
|
-
|
|
381
|
+
<ForwardRef(Base)
|
|
382
|
+
as="span"
|
|
383
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-24"
|
|
288
384
|
>
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
385
|
+
<span
|
|
386
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-24"
|
|
387
|
+
>
|
|
388
|
+
hello
|
|
389
|
+
</span>
|
|
390
|
+
</ForwardRef(Base)>
|
|
391
|
+
</ForwardRef(Typography)>
|
|
292
392
|
</ForwardRef(NormalText)>
|
|
293
393
|
`;
|
|
294
394
|
|
|
295
|
-
exports[`renders the NormalText with
|
|
395
|
+
exports[`renders the NormalText with size=lead and fontSize=30 1`] = `
|
|
296
396
|
<ForwardRef(NormalText)
|
|
297
|
-
fontSize=
|
|
298
|
-
|
|
397
|
+
fontSize={30}
|
|
398
|
+
size="lg"
|
|
299
399
|
>
|
|
300
|
-
<ForwardRef(
|
|
400
|
+
<ForwardRef(Typography)
|
|
301
401
|
as="span"
|
|
302
|
-
className="govgr
|
|
402
|
+
className="govgr-body-lg govgr-body"
|
|
403
|
+
fontSize={30}
|
|
303
404
|
>
|
|
304
|
-
<
|
|
305
|
-
|
|
405
|
+
<ForwardRef(Base)
|
|
406
|
+
as="span"
|
|
407
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-30"
|
|
306
408
|
>
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
409
|
+
<span
|
|
410
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-30"
|
|
411
|
+
>
|
|
412
|
+
hello
|
|
413
|
+
</span>
|
|
414
|
+
</ForwardRef(Base)>
|
|
415
|
+
</ForwardRef(Typography)>
|
|
310
416
|
</ForwardRef(NormalText)>
|
|
311
417
|
`;
|
|
312
418
|
|
|
313
|
-
exports[`renders the NormalText with
|
|
419
|
+
exports[`renders the NormalText with size=lead and fontSize=36 1`] = `
|
|
314
420
|
<ForwardRef(NormalText)
|
|
315
|
-
fontSize=
|
|
316
|
-
|
|
421
|
+
fontSize={36}
|
|
422
|
+
size="lg"
|
|
317
423
|
>
|
|
318
|
-
<ForwardRef(
|
|
424
|
+
<ForwardRef(Typography)
|
|
319
425
|
as="span"
|
|
320
|
-
className="govgr
|
|
426
|
+
className="govgr-body-lg govgr-body"
|
|
427
|
+
fontSize={36}
|
|
321
428
|
>
|
|
322
|
-
<
|
|
323
|
-
|
|
429
|
+
<ForwardRef(Base)
|
|
430
|
+
as="span"
|
|
431
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-36"
|
|
324
432
|
>
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
433
|
+
<span
|
|
434
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-36"
|
|
435
|
+
>
|
|
436
|
+
hello
|
|
437
|
+
</span>
|
|
438
|
+
</ForwardRef(Base)>
|
|
439
|
+
</ForwardRef(Typography)>
|
|
328
440
|
</ForwardRef(NormalText)>
|
|
329
441
|
`;
|
|
330
442
|
|
|
331
|
-
exports[`renders the NormalText with
|
|
443
|
+
exports[`renders the NormalText with size=lead and fontSize=36 2`] = `
|
|
332
444
|
<ForwardRef(NormalText)
|
|
333
|
-
fontSize=
|
|
334
|
-
|
|
445
|
+
fontSize={36}
|
|
446
|
+
size="lg"
|
|
335
447
|
>
|
|
336
|
-
<ForwardRef(
|
|
448
|
+
<ForwardRef(Typography)
|
|
337
449
|
as="span"
|
|
338
|
-
className="govgr
|
|
450
|
+
className="govgr-body-lg govgr-body"
|
|
451
|
+
fontSize={36}
|
|
339
452
|
>
|
|
340
|
-
<
|
|
341
|
-
|
|
453
|
+
<ForwardRef(Base)
|
|
454
|
+
as="span"
|
|
455
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-36"
|
|
342
456
|
>
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
457
|
+
<span
|
|
458
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-36"
|
|
459
|
+
>
|
|
460
|
+
hello
|
|
461
|
+
</span>
|
|
462
|
+
</ForwardRef(Base)>
|
|
463
|
+
</ForwardRef(Typography)>
|
|
346
464
|
</ForwardRef(NormalText)>
|
|
347
465
|
`;
|
|
348
466
|
|
|
349
|
-
exports[`renders the NormalText with
|
|
467
|
+
exports[`renders the NormalText with size=lead and ontSize=16 1`] = `
|
|
350
468
|
<ForwardRef(NormalText)
|
|
351
|
-
fontSize=
|
|
352
|
-
|
|
469
|
+
fontSize={16}
|
|
470
|
+
size="lg"
|
|
353
471
|
>
|
|
354
|
-
<ForwardRef(
|
|
472
|
+
<ForwardRef(Typography)
|
|
355
473
|
as="span"
|
|
356
|
-
className="govgr
|
|
474
|
+
className="govgr-body-lg govgr-body"
|
|
475
|
+
fontSize={16}
|
|
357
476
|
>
|
|
358
|
-
<
|
|
359
|
-
|
|
477
|
+
<ForwardRef(Base)
|
|
478
|
+
as="span"
|
|
479
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-16"
|
|
360
480
|
>
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
481
|
+
<span
|
|
482
|
+
className="govgr-body-lg govgr-body govgr-!-font-size-16"
|
|
483
|
+
>
|
|
484
|
+
hello
|
|
485
|
+
</span>
|
|
486
|
+
</ForwardRef(Base)>
|
|
487
|
+
</ForwardRef(Typography)>
|
|
364
488
|
</ForwardRef(NormalText)>
|
|
365
489
|
`;
|
|
366
490
|
|
|
367
|
-
exports[`renders the NormalText with
|
|
491
|
+
exports[`renders the NormalText with size=normal 1`] = `
|
|
368
492
|
<ForwardRef(NormalText)
|
|
369
|
-
|
|
493
|
+
size="md"
|
|
370
494
|
>
|
|
371
|
-
<ForwardRef(
|
|
495
|
+
<ForwardRef(Typography)
|
|
372
496
|
as="span"
|
|
373
497
|
className="govgr-body"
|
|
374
498
|
>
|
|
375
|
-
<
|
|
499
|
+
<ForwardRef(Base)
|
|
500
|
+
as="span"
|
|
376
501
|
className="govgr-body"
|
|
377
502
|
>
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
503
|
+
<span
|
|
504
|
+
className="govgr-body"
|
|
505
|
+
>
|
|
506
|
+
hello
|
|
507
|
+
</span>
|
|
508
|
+
</ForwardRef(Base)>
|
|
509
|
+
</ForwardRef(Typography)>
|
|
381
510
|
</ForwardRef(NormalText)>
|
|
382
511
|
`;
|
|
383
512
|
|
|
384
|
-
exports[`renders the NormalText with
|
|
513
|
+
exports[`renders the NormalText with size=normal and font size fontSize=48 1`] = `
|
|
385
514
|
<ForwardRef(NormalText)
|
|
386
|
-
fontSize=
|
|
387
|
-
|
|
515
|
+
fontSize={48}
|
|
516
|
+
size="md"
|
|
388
517
|
>
|
|
389
|
-
<ForwardRef(
|
|
518
|
+
<ForwardRef(Typography)
|
|
390
519
|
as="span"
|
|
391
|
-
className="govgr
|
|
520
|
+
className="govgr-body"
|
|
521
|
+
fontSize={48}
|
|
392
522
|
>
|
|
393
|
-
<
|
|
394
|
-
|
|
523
|
+
<ForwardRef(Base)
|
|
524
|
+
as="span"
|
|
525
|
+
className="govgr-body govgr-!-font-size-48"
|
|
395
526
|
>
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
527
|
+
<span
|
|
528
|
+
className="govgr-body govgr-!-font-size-48"
|
|
529
|
+
>
|
|
530
|
+
hello
|
|
531
|
+
</span>
|
|
532
|
+
</ForwardRef(Base)>
|
|
533
|
+
</ForwardRef(Typography)>
|
|
399
534
|
</ForwardRef(NormalText)>
|
|
400
535
|
`;
|
|
401
536
|
|
|
402
|
-
exports[`renders the NormalText with
|
|
537
|
+
exports[`renders the NormalText with size=normal and font size fontSize=72 1`] = `
|
|
403
538
|
<ForwardRef(NormalText)
|
|
404
|
-
fontSize=
|
|
405
|
-
|
|
539
|
+
fontSize={72}
|
|
540
|
+
size="md"
|
|
406
541
|
>
|
|
407
|
-
<ForwardRef(
|
|
542
|
+
<ForwardRef(Typography)
|
|
408
543
|
as="span"
|
|
409
|
-
className="govgr
|
|
544
|
+
className="govgr-body"
|
|
545
|
+
fontSize={72}
|
|
410
546
|
>
|
|
411
|
-
<
|
|
412
|
-
|
|
547
|
+
<ForwardRef(Base)
|
|
548
|
+
as="span"
|
|
549
|
+
className="govgr-body govgr-!-font-size-72"
|
|
413
550
|
>
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
551
|
+
<span
|
|
552
|
+
className="govgr-body govgr-!-font-size-72"
|
|
553
|
+
>
|
|
554
|
+
hello
|
|
555
|
+
</span>
|
|
556
|
+
</ForwardRef(Base)>
|
|
557
|
+
</ForwardRef(Typography)>
|
|
417
558
|
</ForwardRef(NormalText)>
|
|
418
559
|
`;
|
|
419
560
|
|
|
420
|
-
exports[`renders the NormalText with
|
|
561
|
+
exports[`renders the NormalText with size=normal and fontSize=14 1`] = `
|
|
421
562
|
<ForwardRef(NormalText)
|
|
422
|
-
fontSize=
|
|
423
|
-
|
|
563
|
+
fontSize={14}
|
|
564
|
+
size="md"
|
|
424
565
|
>
|
|
425
|
-
<ForwardRef(
|
|
566
|
+
<ForwardRef(Typography)
|
|
426
567
|
as="span"
|
|
427
|
-
className="govgr
|
|
568
|
+
className="govgr-body"
|
|
569
|
+
fontSize={14}
|
|
428
570
|
>
|
|
429
|
-
<
|
|
430
|
-
|
|
571
|
+
<ForwardRef(Base)
|
|
572
|
+
as="span"
|
|
573
|
+
className="govgr-body govgr-!-font-size-14"
|
|
431
574
|
>
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
575
|
+
<span
|
|
576
|
+
className="govgr-body govgr-!-font-size-14"
|
|
577
|
+
>
|
|
578
|
+
hello
|
|
579
|
+
</span>
|
|
580
|
+
</ForwardRef(Base)>
|
|
581
|
+
</ForwardRef(Typography)>
|
|
435
582
|
</ForwardRef(NormalText)>
|
|
436
583
|
`;
|
|
437
584
|
|
|
438
|
-
exports[`renders the NormalText with
|
|
585
|
+
exports[`renders the NormalText with size=normal and fontSize=19 1`] = `
|
|
439
586
|
<ForwardRef(NormalText)
|
|
440
|
-
fontSize=
|
|
441
|
-
|
|
587
|
+
fontSize={19}
|
|
588
|
+
size="md"
|
|
442
589
|
>
|
|
443
|
-
<ForwardRef(
|
|
590
|
+
<ForwardRef(Typography)
|
|
444
591
|
as="span"
|
|
445
|
-
className="govgr
|
|
592
|
+
className="govgr-body"
|
|
593
|
+
fontSize={19}
|
|
446
594
|
>
|
|
447
|
-
<
|
|
448
|
-
|
|
595
|
+
<ForwardRef(Base)
|
|
596
|
+
as="span"
|
|
597
|
+
className="govgr-body govgr-!-font-size-19"
|
|
449
598
|
>
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
599
|
+
<span
|
|
600
|
+
className="govgr-body govgr-!-font-size-19"
|
|
601
|
+
>
|
|
602
|
+
hello
|
|
603
|
+
</span>
|
|
604
|
+
</ForwardRef(Base)>
|
|
605
|
+
</ForwardRef(Typography)>
|
|
453
606
|
</ForwardRef(NormalText)>
|
|
454
607
|
`;
|
|
455
608
|
|
|
456
|
-
exports[`renders the NormalText with
|
|
609
|
+
exports[`renders the NormalText with size=normal and fontSize=24 1`] = `
|
|
457
610
|
<ForwardRef(NormalText)
|
|
458
|
-
fontSize=
|
|
459
|
-
|
|
611
|
+
fontSize={24}
|
|
612
|
+
size="md"
|
|
460
613
|
>
|
|
461
|
-
<ForwardRef(
|
|
614
|
+
<ForwardRef(Typography)
|
|
462
615
|
as="span"
|
|
463
|
-
className="govgr
|
|
616
|
+
className="govgr-body"
|
|
617
|
+
fontSize={24}
|
|
464
618
|
>
|
|
465
|
-
<
|
|
466
|
-
|
|
619
|
+
<ForwardRef(Base)
|
|
620
|
+
as="span"
|
|
621
|
+
className="govgr-body govgr-!-font-size-24"
|
|
467
622
|
>
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
623
|
+
<span
|
|
624
|
+
className="govgr-body govgr-!-font-size-24"
|
|
625
|
+
>
|
|
626
|
+
hello
|
|
627
|
+
</span>
|
|
628
|
+
</ForwardRef(Base)>
|
|
629
|
+
</ForwardRef(Typography)>
|
|
471
630
|
</ForwardRef(NormalText)>
|
|
472
631
|
`;
|
|
473
632
|
|
|
474
|
-
exports[`renders the NormalText with
|
|
633
|
+
exports[`renders the NormalText with size=normal and fontSize=30 1`] = `
|
|
475
634
|
<ForwardRef(NormalText)
|
|
476
|
-
fontSize=
|
|
477
|
-
|
|
635
|
+
fontSize={30}
|
|
636
|
+
size="md"
|
|
478
637
|
>
|
|
479
|
-
<ForwardRef(
|
|
638
|
+
<ForwardRef(Typography)
|
|
480
639
|
as="span"
|
|
481
|
-
className="govgr
|
|
640
|
+
className="govgr-body"
|
|
641
|
+
fontSize={30}
|
|
482
642
|
>
|
|
483
|
-
<
|
|
484
|
-
|
|
643
|
+
<ForwardRef(Base)
|
|
644
|
+
as="span"
|
|
645
|
+
className="govgr-body govgr-!-font-size-30"
|
|
485
646
|
>
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
647
|
+
<span
|
|
648
|
+
className="govgr-body govgr-!-font-size-30"
|
|
649
|
+
>
|
|
650
|
+
hello
|
|
651
|
+
</span>
|
|
652
|
+
</ForwardRef(Base)>
|
|
653
|
+
</ForwardRef(Typography)>
|
|
489
654
|
</ForwardRef(NormalText)>
|
|
490
655
|
`;
|
|
491
656
|
|
|
492
|
-
exports[`renders the NormalText with
|
|
657
|
+
exports[`renders the NormalText with size=normal and fontSize=36 1`] = `
|
|
493
658
|
<ForwardRef(NormalText)
|
|
494
|
-
fontSize=
|
|
495
|
-
|
|
659
|
+
fontSize={36}
|
|
660
|
+
size="md"
|
|
496
661
|
>
|
|
497
|
-
<ForwardRef(
|
|
662
|
+
<ForwardRef(Typography)
|
|
498
663
|
as="span"
|
|
499
|
-
className="govgr
|
|
664
|
+
className="govgr-body"
|
|
665
|
+
fontSize={36}
|
|
500
666
|
>
|
|
501
|
-
<
|
|
502
|
-
|
|
667
|
+
<ForwardRef(Base)
|
|
668
|
+
as="span"
|
|
669
|
+
className="govgr-body govgr-!-font-size-36"
|
|
503
670
|
>
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
671
|
+
<span
|
|
672
|
+
className="govgr-body govgr-!-font-size-36"
|
|
673
|
+
>
|
|
674
|
+
hello
|
|
675
|
+
</span>
|
|
676
|
+
</ForwardRef(Base)>
|
|
677
|
+
</ForwardRef(Typography)>
|
|
507
678
|
</ForwardRef(NormalText)>
|
|
508
679
|
`;
|
|
509
680
|
|
|
510
|
-
exports[`renders the NormalText with
|
|
681
|
+
exports[`renders the NormalText with size=normal and ontSize=16 1`] = `
|
|
511
682
|
<ForwardRef(NormalText)
|
|
512
|
-
fontSize=
|
|
513
|
-
|
|
683
|
+
fontSize={16}
|
|
684
|
+
size="md"
|
|
514
685
|
>
|
|
515
|
-
<ForwardRef(
|
|
686
|
+
<ForwardRef(Typography)
|
|
516
687
|
as="span"
|
|
517
|
-
className="govgr
|
|
688
|
+
className="govgr-body"
|
|
689
|
+
fontSize={16}
|
|
518
690
|
>
|
|
519
|
-
<
|
|
520
|
-
|
|
691
|
+
<ForwardRef(Base)
|
|
692
|
+
as="span"
|
|
693
|
+
className="govgr-body govgr-!-font-size-16"
|
|
521
694
|
>
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
695
|
+
<span
|
|
696
|
+
className="govgr-body govgr-!-font-size-16"
|
|
697
|
+
>
|
|
698
|
+
hello
|
|
699
|
+
</span>
|
|
700
|
+
</ForwardRef(Base)>
|
|
701
|
+
</ForwardRef(Typography)>
|
|
525
702
|
</ForwardRef(NormalText)>
|
|
526
703
|
`;
|
|
527
704
|
|
|
528
|
-
exports[`renders the NormalText with
|
|
705
|
+
exports[`renders the NormalText with size=small 1`] = `
|
|
529
706
|
<ForwardRef(NormalText)
|
|
530
|
-
|
|
707
|
+
size="sm"
|
|
531
708
|
>
|
|
532
|
-
<ForwardRef(
|
|
709
|
+
<ForwardRef(Typography)
|
|
533
710
|
as="span"
|
|
534
711
|
className="govgr-body-sm govgr-body"
|
|
535
712
|
>
|
|
536
|
-
<
|
|
713
|
+
<ForwardRef(Base)
|
|
714
|
+
as="span"
|
|
537
715
|
className="govgr-body-sm govgr-body"
|
|
538
716
|
>
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
717
|
+
<span
|
|
718
|
+
className="govgr-body-sm govgr-body"
|
|
719
|
+
>
|
|
720
|
+
hello
|
|
721
|
+
</span>
|
|
722
|
+
</ForwardRef(Base)>
|
|
723
|
+
</ForwardRef(Typography)>
|
|
542
724
|
</ForwardRef(NormalText)>
|
|
543
725
|
`;
|
|
544
726
|
|
|
545
|
-
exports[`renders the NormalText with
|
|
727
|
+
exports[`renders the NormalText with size=small and font size fontSize=48 1`] = `
|
|
546
728
|
<ForwardRef(NormalText)
|
|
547
|
-
fontSize=
|
|
548
|
-
|
|
729
|
+
fontSize={48}
|
|
730
|
+
size="sm"
|
|
549
731
|
>
|
|
550
|
-
<ForwardRef(
|
|
732
|
+
<ForwardRef(Typography)
|
|
551
733
|
as="span"
|
|
552
|
-
className="govgr
|
|
734
|
+
className="govgr-body-sm govgr-body"
|
|
735
|
+
fontSize={48}
|
|
553
736
|
>
|
|
554
|
-
<
|
|
555
|
-
|
|
737
|
+
<ForwardRef(Base)
|
|
738
|
+
as="span"
|
|
739
|
+
className="govgr-body-sm govgr-body govgr-!-font-size-48"
|
|
556
740
|
>
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
741
|
+
<span
|
|
742
|
+
className="govgr-body-sm govgr-body govgr-!-font-size-48"
|
|
743
|
+
>
|
|
744
|
+
hello
|
|
745
|
+
</span>
|
|
746
|
+
</ForwardRef(Base)>
|
|
747
|
+
</ForwardRef(Typography)>
|
|
560
748
|
</ForwardRef(NormalText)>
|
|
561
749
|
`;
|
|
562
750
|
|
|
563
|
-
exports[`renders the NormalText with
|
|
751
|
+
exports[`renders the NormalText with size=small and font size fontSize=72 1`] = `
|
|
564
752
|
<ForwardRef(NormalText)
|
|
565
|
-
fontSize=
|
|
566
|
-
|
|
753
|
+
fontSize={72}
|
|
754
|
+
size="sm"
|
|
567
755
|
>
|
|
568
|
-
<ForwardRef(
|
|
756
|
+
<ForwardRef(Typography)
|
|
569
757
|
as="span"
|
|
570
|
-
className="govgr
|
|
758
|
+
className="govgr-body-sm govgr-body"
|
|
759
|
+
fontSize={72}
|
|
571
760
|
>
|
|
572
|
-
<
|
|
573
|
-
|
|
761
|
+
<ForwardRef(Base)
|
|
762
|
+
as="span"
|
|
763
|
+
className="govgr-body-sm govgr-body govgr-!-font-size-72"
|
|
574
764
|
>
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
765
|
+
<span
|
|
766
|
+
className="govgr-body-sm govgr-body govgr-!-font-size-72"
|
|
767
|
+
>
|
|
768
|
+
hello
|
|
769
|
+
</span>
|
|
770
|
+
</ForwardRef(Base)>
|
|
771
|
+
</ForwardRef(Typography)>
|
|
578
772
|
</ForwardRef(NormalText)>
|
|
579
773
|
`;
|
|
580
774
|
|
|
581
|
-
exports[`renders the NormalText with
|
|
775
|
+
exports[`renders the NormalText with size=small and fontSize=14 1`] = `
|
|
582
776
|
<ForwardRef(NormalText)
|
|
583
|
-
fontSize=
|
|
584
|
-
|
|
777
|
+
fontSize={14}
|
|
778
|
+
size="sm"
|
|
585
779
|
>
|
|
586
|
-
<ForwardRef(
|
|
780
|
+
<ForwardRef(Typography)
|
|
587
781
|
as="span"
|
|
588
|
-
className="govgr
|
|
782
|
+
className="govgr-body-sm govgr-body"
|
|
783
|
+
fontSize={14}
|
|
589
784
|
>
|
|
590
|
-
<
|
|
591
|
-
|
|
785
|
+
<ForwardRef(Base)
|
|
786
|
+
as="span"
|
|
787
|
+
className="govgr-body-sm govgr-body govgr-!-font-size-14"
|
|
592
788
|
>
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
789
|
+
<span
|
|
790
|
+
className="govgr-body-sm govgr-body govgr-!-font-size-14"
|
|
791
|
+
>
|
|
792
|
+
hello
|
|
793
|
+
</span>
|
|
794
|
+
</ForwardRef(Base)>
|
|
795
|
+
</ForwardRef(Typography)>
|
|
596
796
|
</ForwardRef(NormalText)>
|
|
597
797
|
`;
|
|
598
798
|
|
|
599
|
-
exports[`renders the NormalText with
|
|
799
|
+
exports[`renders the NormalText with size=small and fontSize=19 1`] = `
|
|
600
800
|
<ForwardRef(NormalText)
|
|
601
|
-
fontSize=
|
|
602
|
-
|
|
801
|
+
fontSize={19}
|
|
802
|
+
size="sm"
|
|
603
803
|
>
|
|
604
|
-
<ForwardRef(
|
|
804
|
+
<ForwardRef(Typography)
|
|
605
805
|
as="span"
|
|
606
|
-
className="govgr
|
|
806
|
+
className="govgr-body-sm govgr-body"
|
|
807
|
+
fontSize={19}
|
|
607
808
|
>
|
|
608
|
-
<
|
|
609
|
-
|
|
809
|
+
<ForwardRef(Base)
|
|
810
|
+
as="span"
|
|
811
|
+
className="govgr-body-sm govgr-body govgr-!-font-size-19"
|
|
610
812
|
>
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
813
|
+
<span
|
|
814
|
+
className="govgr-body-sm govgr-body govgr-!-font-size-19"
|
|
815
|
+
>
|
|
816
|
+
hello
|
|
817
|
+
</span>
|
|
818
|
+
</ForwardRef(Base)>
|
|
819
|
+
</ForwardRef(Typography)>
|
|
614
820
|
</ForwardRef(NormalText)>
|
|
615
821
|
`;
|
|
616
822
|
|
|
617
|
-
exports[`renders the NormalText with
|
|
823
|
+
exports[`renders the NormalText with size=small and fontSize=24 1`] = `
|
|
618
824
|
<ForwardRef(NormalText)
|
|
619
|
-
fontSize=
|
|
620
|
-
|
|
825
|
+
fontSize={24}
|
|
826
|
+
size="sm"
|
|
621
827
|
>
|
|
622
|
-
<ForwardRef(
|
|
828
|
+
<ForwardRef(Typography)
|
|
623
829
|
as="span"
|
|
624
|
-
className="govgr
|
|
830
|
+
className="govgr-body-sm govgr-body"
|
|
831
|
+
fontSize={24}
|
|
625
832
|
>
|
|
626
|
-
<
|
|
627
|
-
|
|
833
|
+
<ForwardRef(Base)
|
|
834
|
+
as="span"
|
|
835
|
+
className="govgr-body-sm govgr-body govgr-!-font-size-24"
|
|
628
836
|
>
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
837
|
+
<span
|
|
838
|
+
className="govgr-body-sm govgr-body govgr-!-font-size-24"
|
|
839
|
+
>
|
|
840
|
+
hello
|
|
841
|
+
</span>
|
|
842
|
+
</ForwardRef(Base)>
|
|
843
|
+
</ForwardRef(Typography)>
|
|
632
844
|
</ForwardRef(NormalText)>
|
|
633
845
|
`;
|
|
634
846
|
|
|
635
|
-
exports[`renders the NormalText with
|
|
847
|
+
exports[`renders the NormalText with size=small and fontSize=30 1`] = `
|
|
636
848
|
<ForwardRef(NormalText)
|
|
637
|
-
fontSize=
|
|
638
|
-
|
|
849
|
+
fontSize={30}
|
|
850
|
+
size="sm"
|
|
639
851
|
>
|
|
640
|
-
<ForwardRef(
|
|
852
|
+
<ForwardRef(Typography)
|
|
641
853
|
as="span"
|
|
642
|
-
className="govgr
|
|
854
|
+
className="govgr-body-sm govgr-body"
|
|
855
|
+
fontSize={30}
|
|
643
856
|
>
|
|
644
|
-
<
|
|
645
|
-
|
|
857
|
+
<ForwardRef(Base)
|
|
858
|
+
as="span"
|
|
859
|
+
className="govgr-body-sm govgr-body govgr-!-font-size-30"
|
|
646
860
|
>
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
861
|
+
<span
|
|
862
|
+
className="govgr-body-sm govgr-body govgr-!-font-size-30"
|
|
863
|
+
>
|
|
864
|
+
hello
|
|
865
|
+
</span>
|
|
866
|
+
</ForwardRef(Base)>
|
|
867
|
+
</ForwardRef(Typography)>
|
|
650
868
|
</ForwardRef(NormalText)>
|
|
651
869
|
`;
|
|
652
870
|
|
|
653
|
-
exports[`renders the NormalText with
|
|
871
|
+
exports[`renders the NormalText with size=small and ontSize=16 1`] = `
|
|
654
872
|
<ForwardRef(NormalText)
|
|
655
|
-
fontSize=
|
|
656
|
-
|
|
873
|
+
fontSize={16}
|
|
874
|
+
size="sm"
|
|
657
875
|
>
|
|
658
|
-
<ForwardRef(
|
|
876
|
+
<ForwardRef(Typography)
|
|
659
877
|
as="span"
|
|
660
|
-
className="govgr
|
|
878
|
+
className="govgr-body-sm govgr-body"
|
|
879
|
+
fontSize={16}
|
|
661
880
|
>
|
|
662
|
-
<
|
|
663
|
-
|
|
881
|
+
<ForwardRef(Base)
|
|
882
|
+
as="span"
|
|
883
|
+
className="govgr-body-sm govgr-body govgr-!-font-size-16"
|
|
664
884
|
>
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
885
|
+
<span
|
|
886
|
+
className="govgr-body-sm govgr-body govgr-!-font-size-16"
|
|
887
|
+
>
|
|
888
|
+
hello
|
|
889
|
+
</span>
|
|
890
|
+
</ForwardRef(Base)>
|
|
891
|
+
</ForwardRef(Typography)>
|
|
668
892
|
</ForwardRef(NormalText)>
|
|
669
893
|
`;
|
|
670
894
|
|
|
671
|
-
exports[`renders the NormalText with
|
|
895
|
+
exports[`renders the NormalText with size=small, font size fontSize=72 and fontWeight=bold 1`] = `
|
|
672
896
|
<ForwardRef(NormalText)
|
|
673
|
-
fontSize=
|
|
897
|
+
fontSize={72}
|
|
674
898
|
fontWeight="bold"
|
|
675
|
-
|
|
899
|
+
size="sm"
|
|
676
900
|
>
|
|
677
|
-
<ForwardRef(
|
|
901
|
+
<ForwardRef(Typography)
|
|
678
902
|
as="span"
|
|
679
|
-
className="govgr
|
|
903
|
+
className="govgr-body-sm govgr-body"
|
|
904
|
+
fontSize={72}
|
|
905
|
+
fontWeight="bold"
|
|
680
906
|
>
|
|
681
|
-
<
|
|
682
|
-
|
|
907
|
+
<ForwardRef(Base)
|
|
908
|
+
as="span"
|
|
909
|
+
className="govgr-body-sm govgr-body govgr-!-font-weight-bold govgr-!-font-size-72"
|
|
683
910
|
>
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
911
|
+
<span
|
|
912
|
+
className="govgr-body-sm govgr-body govgr-!-font-weight-bold govgr-!-font-size-72"
|
|
913
|
+
>
|
|
914
|
+
hello
|
|
915
|
+
</span>
|
|
916
|
+
</ForwardRef(Base)>
|
|
917
|
+
</ForwardRef(Typography)>
|
|
687
918
|
</ForwardRef(NormalText)>
|
|
688
919
|
`;
|
|
689
920
|
|
|
690
|
-
exports[`renders the NormalText with
|
|
921
|
+
exports[`renders the NormalText with size=small, font size fontSize=72 and fontWeight=regular 1`] = `
|
|
691
922
|
<ForwardRef(NormalText)
|
|
692
|
-
fontSize=
|
|
923
|
+
fontSize={72}
|
|
693
924
|
fontWeight="regular"
|
|
694
|
-
|
|
925
|
+
size="sm"
|
|
695
926
|
>
|
|
696
|
-
<ForwardRef(
|
|
927
|
+
<ForwardRef(Typography)
|
|
697
928
|
as="span"
|
|
698
|
-
className="govgr
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
929
|
+
className="govgr-body-sm govgr-body"
|
|
930
|
+
fontSize={72}
|
|
931
|
+
fontWeight="regular"
|
|
932
|
+
>
|
|
933
|
+
<ForwardRef(Base)
|
|
934
|
+
as="span"
|
|
935
|
+
className="govgr-body-sm govgr-body govgr-!-font-weight-regular govgr-!-font-size-72"
|
|
936
|
+
>
|
|
937
|
+
<span
|
|
938
|
+
className="govgr-body-sm govgr-body govgr-!-font-weight-regular govgr-!-font-size-72"
|
|
939
|
+
>
|
|
940
|
+
hello
|
|
941
|
+
</span>
|
|
942
|
+
</ForwardRef(Base)>
|
|
943
|
+
</ForwardRef(Typography)>
|
|
706
944
|
</ForwardRef(NormalText)>
|
|
707
945
|
`;
|