@digigov/react-core 1.0.0-rc → 1.0.0-rc.2
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/AccessibilityMenu/index.d.ts +5 -0
- package/AccessibilityMenuButton/index.js +1 -1
- package/AccessibilityMenuHeaderButton/index.d.ts +1 -1
- package/AccessibilityMenuOptionButton/index.d.ts +5 -0
- package/AccessibilityMenuSteps/index.d.ts +11 -0
- 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.d.ts +4 -0
- 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/AutoCompleteInput/index.d.ts +11 -6
- package/AutoCompleteResultList/index.d.ts +15 -10
- package/AutoCompleteResultListItem/index.d.ts +28 -20
- package/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +2 -2
- package/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +2 -2
- package/AutoCompleteWrapper/index.d.ts +11 -4
- 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/Blockquote/__snapshots__/index.test.tsx.snap +17 -0
- package/Blockquote/index.d.ts +8 -1
- package/Blockquote/index.js +3 -2
- package/Blockquote/index.test.js +8 -0
- package/BottomInfo/__snapshots__/index.test.tsx.snap +30 -0
- package/BottomInfo/index.d.ts +1 -1
- package/BottomInfoContainer/__snapshots__/index.test.tsx.snap +30 -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/BreadcrumbsListItem/index.d.ts +3 -2
- package/Button/__snapshots__/index.test.tsx.snap +18 -0
- package/Button/index.d.ts +23 -9
- package/Button/index.js +3 -2
- package/Button/index.test.js +17 -9
- package/ButtonLink/index.d.ts +10 -6
- package/CHANGELOG.md +1 -1
- package/Card/__snapshots__/index.test.tsx.snap +21 -0
- package/Card/index.d.ts +27 -13
- package/Card/index.js +3 -2
- package/Card/index.test.js +23 -15
- package/CardAction/__snapshots__/index.test.tsx.snap +2 -2
- package/Checkbox/__snapshots__/index.test.tsx.snap +80 -4
- package/Checkbox/index.d.ts +15 -5
- package/Checkbox/index.js +4 -3
- package/Checkbox/index.test.js +10 -2
- package/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
- package/CheckboxItem/__snapshots__/index.test.tsx.snap +10 -14
- package/CheckboxItem/index.d.ts +4 -4
- package/CheckboxItem/index.js +4 -6
- package/CheckboxItem/index.test.js +2 -2
- package/Chip/__snapshots__/index.test.tsx.snap +5 -30
- package/Chip/index.d.ts +4 -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/ChipKeyValue/index.d.ts +1 -1
- package/ChipKeyValue/index.test.js +15 -0
- package/{es/ChoiceDivider → ChoiceDividerText}/__snapshots__/index.test.tsx.snap +4 -6
- package/{ConfirmationTitle → ChoiceDividerText}/index.d.ts +5 -4
- package/{ChoiceDivider → ChoiceDividerText}/index.js +9 -9
- package/{ChoiceDivider → ChoiceDividerText}/index.test.js +2 -4
- package/CircularProgress/__snapshots__/index.test.tsx.snap +32 -32
- package/CircularProgress/index.d.ts +15 -10
- package/CircularProgress/index.js +6 -6
- package/CircularProgress/index.test.js +8 -8
- package/CloseButton/__snapshots__/index.test.tsx.snap +104 -0
- package/CloseButton/index.d.ts +15 -0
- package/{FilterCloseButton → CloseButton}/index.js +10 -11
- package/CloseButton/index.test.js +23 -0
- package/Container/__snapshots__/index.test.tsx.snap +47 -49
- package/Container/index.d.ts +12 -6
- package/Container/index.js +11 -11
- package/Container/index.test.js +1 -1
- package/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +32 -10
- package/CopyToClipboardContainer/index.d.ts +21 -4
- package/CopyToClipboardContainer/index.js +8 -4
- package/CopyToClipboardContainer/index.spec.js +10 -1
- package/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +14 -20
- package/CopyToClipboardMessage/index.d.ts +7 -10
- package/CopyToClipboardMessage/index.js +3 -4
- package/CopyToClipboardMessage/index.test.js +2 -8
- package/CopyrightContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/CopyrightContainer/index.js +1 -1
- package/DateInputContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/DateInputContainer/index.d.ts +8 -1
- package/DateInputContainer/index.js +4 -3
- package/DateInputContainer/index.test.js +8 -0
- package/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
- package/DateInputItem/index.d.ts +11 -6
- package/DateInputItem/index.js +1 -1
- package/Details/index.d.ts +1 -1
- package/Drawer/__snapshots__/index.test.tsx.snap +50 -44
- package/Drawer/index.d.ts +20 -10
- package/DrawerHeading/__snapshots__/index.test.tsx.snap +61 -40
- package/DrawerHeading/index.d.ts +7 -19
- package/DrawerHeading/index.js +14 -20
- package/DropdownBase/index.d.ts +16 -9
- package/DropdownBase/index.js +0 -1
- package/DropdownButton/__snapshots__/index.test.tsx.snap +162 -108
- package/DropdownButton/index.d.ts +28 -16
- 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 +68 -8
- package/ErrorSummary/index.d.ts +9 -2
- package/ErrorSummary/index.js +10 -8
- package/ErrorSummary/index.test.js +8 -0
- package/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
- package/FieldContainer/index.d.ts +5 -3
- package/FieldContainer/index.js +3 -6
- package/FieldsetLegend/index.d.ts +14 -6
- package/FieldsetLegend/index.js +2 -2
- package/FileUpload/index.d.ts +5 -2
- package/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/FileUploadContainer/index.d.ts +7 -4
- 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/FilterOptionsSection/index.d.ts +4 -0
- package/FilterSelectedSection/index.d.ts +1 -3
- package/FilterSelectedSection/index.js +3 -5
- package/FooterContainer/__snapshots__/index.test.tsx.snap +17 -8
- package/FooterContainer/index.d.ts +3 -10
- 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 +10 -7
- 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 +13 -5
- 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/Form/index.d.ts +5 -0
- package/Grid/index.d.ts +72 -2
- package/Grid/index.js +1 -1
- package/HeaderLogo/index.d.ts +6 -4
- package/HeaderSecondaryLogo/index.d.ts +6 -4
- 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 +15 -9
- 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 +10 -6
- package/HeadingCaption/index.js +3 -3
- package/HellenicRepublicLogo/index.d.ts +5 -3
- package/Hidden/__snapshots__/index.test.tsx.snap +96 -0
- package/Hidden/index.d.ts +29 -4
- package/Hidden/index.js +5 -9
- package/Hint/__snapshots__/index.test.tsx.snap +52 -29
- package/Hint/index.d.ts +3 -8
- package/Hint/index.js +4 -3
- package/Hint/index.test.js +3 -3
- package/ImageLogo/__snapshots__/index.test.tsx.snap +38 -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/KitchenSinkCard/index.d.ts +1 -1
- package/KitchenSinkContent/index.d.ts +7 -4
- package/KitchenSinkHeading/index.d.ts +1 -1
- package/LabelTitle/index.d.ts +13 -6
- package/LabeledText/index.d.ts +5 -3
- package/Layout/__snapshots__/index.test.tsx.snap +2 -2
- package/Layout/index.d.ts +5 -0
- package/Layout/index.js +1 -1
- package/LinkBase/index.d.ts +5 -3
- package/LinkBase/index.js +3 -2
- package/List/__snapshots__/index.test.tsx.snap +8 -8
- package/List/index.d.ts +20 -5
- package/List/index.js +5 -4
- package/List/index.test.js +4 -4
- package/LoaderContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/LoaderContainer/index.js +1 -1
- package/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/Main/index.d.ts +4 -4
- package/Main/index.js +7 -4
- package/Masthead/__snapshots__/index.test.tsx.snap +3 -3
- package/Masthead/index.d.ts +8 -5
- package/Masthead/index.js +1 -1
- package/MastheadLogo/__snapshots__/index.test.tsx.snap +16 -0
- package/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/ModalContainer/index.d.ts +12 -1
- package/ModalContainer/index.js +3 -2
- 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 +91 -4
- package/Nav/index.d.ts +31 -18
- package/Nav/index.js +18 -11
- package/Nav/index.test.js +42 -0
- package/NavList/__snapshots__/index.test.tsx.snap +4 -4
- package/NavList/index.d.ts +20 -4
- 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/NavListItemButton/index.d.ts +15 -10
- package/NavListItemLink/index.d.ts +6 -4
- package/NavMenuContainer/__snapshots__/index.test.tsx.snap +127 -14
- package/NavMenuContainer/index.d.ts +14 -4
- package/NavMenuContainer/index.js +15 -4
- package/NavMenuContainer/index.test.js +24 -0
- 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/{Confirmation → NavMenuTitle}/index.d.ts +6 -4
- 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 +9 -18
- package/NormalText/index.js +8 -6
- package/NormalText/index.test.js +92 -92
- package/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +12 -12
- package/NotificationBannerContainer/index.d.ts +17 -5
- package/NotificationBannerContainer/index.js +7 -5
- package/NotificationBannerContainer/index.test.js +4 -4
- package/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +22 -3
- package/NotificationBannerHeader/index.js +6 -1
- package/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +18 -7
- package/NotificationBannerHeading/index.d.ts +3 -3
- package/NotificationBannerHeading/index.js +4 -3
- package/NotificationBannerLink/__snapshots__/index.test.tsx.snap +23 -16
- package/NotificationBannerLink/index.d.ts +3 -3
- package/NotificationBannerLink/index.js +3 -7
- package/PageTitleCaption/__snapshots__/index.test.tsx.snap +105 -45
- package/PageTitleCaption/index.d.ts +3 -8
- package/PageTitleCaption/index.js +5 -12
- package/PageTitleCaption/index.test.js +17 -9
- package/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/PageTitleContainer/index.d.ts +9 -0
- package/{HeaderSubtitle → PageTitleContainer}/index.js +6 -6
- package/{PageTitle → PageTitleContainer}/index.test.js +3 -3
- package/PageTitleHeading/__snapshots__/index.test.tsx.snap +79 -36
- package/PageTitleHeading/index.d.ts +4 -7
- package/PageTitleHeading/index.js +6 -12
- package/Pagination/__snapshots__/index.spec.tsx.snap +17 -0
- package/Pagination/index.d.ts +8 -5
- 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 +16 -8
- package/PaginationListItem/index.js +4 -3
- package/PaginationListItem/index.spec.js +4 -4
- package/Panel/__snapshots__/index.test.tsx.snap +16 -0
- package/Panel/index.d.ts +15 -0
- package/{NavVerticalItem → Panel}/index.js +10 -9
- package/{FooterMeta → Panel}/index.test.js +3 -3
- package/{es/ConfirmationBody → PanelBody}/__snapshots__/index.test.tsx.snap +3 -3
- package/{PageTitle → PanelBody}/index.d.ts +4 -4
- package/{ConfirmationBody → PanelBody}/index.js +5 -5
- package/{NavVertical → PanelBody}/index.test.js +3 -3
- package/{esm/ConfirmationBody → PanelTitle}/__snapshots__/index.test.tsx.snap +3 -3
- package/PanelTitle/index.d.ts +9 -0
- package/{ConfirmationTitle → PanelTitle}/index.js +5 -5
- package/PanelTitle/index.test.js +15 -0
- package/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
- package/Paragraph/index.d.ts +3 -19
- package/Paragraph/index.js +5 -13
- package/Paragraph/index.test.js +92 -92
- package/PhaseBanner/index.d.ts +6 -3
- 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/RadioContainer/__snapshots__/index.test.tsx.snap +34 -0
- package/RadioContainer/index.d.ts +15 -5
- package/RadioContainer/index.js +6 -5
- package/RadioContainer/index.test.js +16 -0
- package/RadioItem/__snapshots__/index.test.tsx.snap +12 -16
- package/RadioItem/index.d.ts +6 -6
- package/RadioItem/index.js +4 -6
- package/RadioItem/index.test.js +4 -4
- 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 +2 -2
- package/SearchButton/index.js +1 -1
- package/{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/{esm/PageTitle → Section}/__snapshots__/index.test.tsx.snap +3 -3
- package/{NavMenu → Section}/index.d.ts +5 -16
- package/{PageTitle → Section}/index.js +6 -5
- package/Section/index.test.js +15 -0
- package/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
- package/SectionBreak/index.d.ts +13 -5
- package/SelectContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/SelectContainer/index.d.ts +8 -1
- package/SelectContainer/index.js +3 -4
- package/SelectContainer/index.test.js +9 -1
- 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/StepNav/__snapshots__/index.test.tsx.snap +17 -0
- package/StepNav/index.d.ts +8 -1
- package/StepNav/index.js +3 -2
- package/StepNav/index.test.js +8 -0
- package/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +15 -45
- package/StepNavAccordionHeadingText/index.d.ts +5 -10
- package/StepNavAccordionHeadingText/index.js +3 -4
- package/StepNavAccordionHeadingText/index.test.js +4 -21
- package/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +8 -8
- package/StepNavAccordionSummaryHeading/index.d.ts +11 -4
- package/StepNavCircleNumber/index.d.ts +7 -4
- package/SummaryList/index.d.ts +7 -4
- package/SummaryListItem/index.d.ts +7 -4
- package/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
- package/SvgIcon/index.d.ts +18 -3
- package/SvgIcon/index.js +1 -1
- package/SvgIcon/index.test.js +36 -28
- package/Table/__snapshots__/index.test.tsx.snap +7 -7
- package/Table/index.d.ts +37 -24
- package/Table/index.js +4 -5
- package/Table/index.test.js +5 -5
- package/TableBody/index.d.ts +7 -3
- package/TableCaption/index.d.ts +9 -4
- package/TableCaption/index.js +1 -1
- package/TableContainer/index.d.ts +5 -2
- package/TableDataCell/index.d.ts +7 -4
- package/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
- package/TableHeadCell/index.d.ts +14 -5
- package/TableHeadCell/index.js +3 -3
- package/TableHeadCell/index.test.js +24 -24
- package/TableRow/__snapshots__/index.test.tsx.snap +34 -0
- package/TableRow/index.d.ts +15 -4
- package/TableRow/index.js +5 -4
- package/TableRow/index.test.js +16 -0
- package/Tabs/index.d.ts +2 -1
- package/Tabs/index.js +4 -3
- package/TabsHeading/__snapshots__/index.test.tsx.snap +90 -24
- package/TabsHeading/index.d.ts +11 -8
- package/TabsHeading/index.js +10 -8
- package/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/TabsListItem/index.d.ts +6 -5
- package/TabsListItem/index.js +5 -5
- package/TabsListItem/index.test.js +8 -8
- package/TabsPanel/index.d.ts +6 -4
- package/TaskList/__snapshots__/index.test.tsx.snap +17 -0
- package/TaskList/index.d.ts +8 -1
- package/TaskList/index.js +3 -2
- package/TaskList/index.test.js +8 -0
- package/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/TaskListItemHeading/index.d.ts +4 -12
- package/TaskListItemHeading/index.js +9 -33
- package/TaskListItemTag/__snapshots__/index.test.tsx.snap +18 -18
- package/TaskListItemTag/index.d.ts +5 -2
- package/TaskListItemTag/index.js +3 -3
- package/TaskListItemTag/index.test.js +6 -6
- package/TextArea/__snapshots__/index.test.tsx.snap +19 -0
- package/TextArea/index.d.ts +13 -4
- package/TextArea/index.js +6 -5
- package/TextArea/index.test.js +8 -0
- package/TextInput/__snapshots__/index.test.tsx.snap +219 -202
- package/TextInput/index.d.ts +28 -6
- package/TextInput/index.js +5 -6
- package/TextInput/index.test.js +122 -114
- package/Timeline/__snapshots__/index.test.tsx.snap +17 -0
- package/Timeline/index.d.ts +6 -3
- package/Timeline/index.js +3 -4
- package/Timeline/index.test.js +8 -0
- package/TimelineHeading/index.d.ts +11 -4
- package/Typography/__snapshots__/index.test.tsx.snap +181 -0
- package/Typography/index.d.ts +30 -0
- package/{NavMenu → Typography}/index.js +12 -13
- package/Typography/index.test.js +99 -0
- package/Unpurge/index.js +1 -1
- package/WarningText/__snapshots__/index.test.tsx.snap +62 -0
- package/WarningText/index.d.ts +14 -1
- package/WarningText/index.js +6 -3
- package/WarningText/index.test.js +16 -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/{esm/AdminHeaderSection → es/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/Blockquote/__snapshots__/index.test.tsx.snap +17 -0
- package/es/Blockquote/index.js +3 -2
- package/es/Blockquote/index.test.js +8 -0
- package/es/BottomInfo/__snapshots__/index.test.tsx.snap +30 -0
- package/es/BottomInfoContainer/__snapshots__/index.test.tsx.snap +30 -0
- package/es/BottomInfoContent/__snapshots__/index.test.tsx.snap +22 -0
- package/es/BottomInfoContent/index.js +2 -11
- package/es/Button/__snapshots__/index.test.tsx.snap +18 -0
- package/es/Button/index.js +3 -2
- package/es/Button/index.test.js +17 -9
- package/es/Card/__snapshots__/index.test.tsx.snap +21 -0
- package/es/Card/index.js +3 -2
- package/es/Card/index.test.js +23 -15
- package/es/CardAction/__snapshots__/index.test.tsx.snap +2 -2
- package/es/Checkbox/__snapshots__/index.test.tsx.snap +80 -4
- package/es/Checkbox/index.js +4 -3
- package/es/Checkbox/index.test.js +10 -2
- package/es/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
- package/es/CheckboxItem/__snapshots__/index.test.tsx.snap +10 -14
- package/es/CheckboxItem/index.js +4 -6
- package/es/CheckboxItem/index.test.js +2 -2
- 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/es/{ChipSection → 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/ChipKeyValue/index.test.js +9 -0
- package/{esm/ChoiceDivider → es/ChoiceDividerText}/__snapshots__/index.test.tsx.snap +4 -6
- package/{esm/ChoiceDivider → es/ChoiceDividerText}/index.js +7 -7
- package/{esm/ChoiceDivider → es/ChoiceDividerText}/index.test.js +2 -4
- package/es/CircularProgress/__snapshots__/index.test.tsx.snap +32 -32
- package/es/CircularProgress/index.js +6 -6
- package/es/CircularProgress/index.test.js +8 -8
- package/es/CloseButton/__snapshots__/index.test.tsx.snap +104 -0
- package/{esm/FilterCloseButton → es/CloseButton}/index.js +8 -9
- package/es/CloseButton/index.test.js +17 -0
- package/es/Container/__snapshots__/index.test.tsx.snap +47 -49
- package/es/Container/index.js +11 -11
- package/es/Container/index.test.js +1 -1
- package/es/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +32 -10
- package/es/CopyToClipboardContainer/index.js +8 -4
- package/es/CopyToClipboardContainer/index.spec.js +10 -1
- package/es/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +14 -20
- package/es/CopyToClipboardMessage/index.js +3 -4
- package/es/CopyToClipboardMessage/index.test.js +2 -8
- package/es/CopyrightContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/es/CopyrightContainer/index.js +1 -1
- package/es/DateInputContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/es/DateInputContainer/index.js +4 -3
- package/es/DateInputContainer/index.test.js +8 -0
- 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 -19
- package/es/DropdownBase/index.js +0 -1
- 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 +68 -8
- package/es/ErrorSummary/index.js +10 -8
- package/es/ErrorSummary/index.test.js +8 -0
- package/es/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
- package/es/FieldContainer/index.js +3 -6
- package/es/FieldsetLegend/index.js +2 -2
- 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/{esm/FilterHeading → es/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 +17 -8
- 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/Hidden/__snapshots__/index.test.tsx.snap +96 -0
- package/es/Hidden/index.js +5 -9
- 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 +38 -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/LinkBase/index.js +3 -2
- package/es/List/__snapshots__/index.test.tsx.snap +8 -8
- package/es/List/index.js +5 -4
- package/es/List/index.test.js +4 -4
- package/es/LoaderContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/es/LoaderContainer/index.js +1 -1
- package/es/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/es/Main/index.js +7 -4
- package/es/Masthead/__snapshots__/index.test.tsx.snap +3 -3
- package/es/Masthead/index.js +1 -1
- package/es/MastheadLogo/__snapshots__/index.test.tsx.snap +16 -0
- package/es/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/es/ModalContainer/index.js +3 -2
- 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 +91 -4
- package/es/Nav/index.js +17 -11
- package/es/Nav/index.test.js +42 -0
- 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 +127 -14
- package/es/NavMenuContainer/index.js +13 -4
- package/es/NavMenuContainer/index.test.js +24 -0
- 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/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +12 -12
- package/es/NotificationBannerContainer/index.js +7 -5
- package/es/NotificationBannerContainer/index.test.js +4 -4
- package/es/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +22 -3
- package/es/NotificationBannerHeader/index.js +5 -1
- package/es/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +18 -7
- package/es/NotificationBannerHeading/index.js +4 -3
- package/es/NotificationBannerLink/__snapshots__/index.test.tsx.snap +23 -16
- package/es/NotificationBannerLink/index.js +3 -7
- package/es/PageTitleCaption/__snapshots__/index.test.tsx.snap +105 -45
- package/es/PageTitleCaption/index.js +5 -11
- package/es/PageTitleCaption/index.test.js +17 -9
- package/es/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/{esm/HeaderSubtitle → es/PageTitleContainer}/index.js +4 -4
- package/es/PageTitleContainer/index.test.js +9 -0
- package/es/PageTitleHeading/__snapshots__/index.test.tsx.snap +79 -36
- package/es/PageTitleHeading/index.js +6 -11
- 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/Panel/__snapshots__/index.test.tsx.snap +16 -0
- package/es/{NavVerticalItem → Panel}/index.js +8 -7
- package/es/Panel/index.test.js +9 -0
- package/{ConfirmationBody → es/PanelBody}/__snapshots__/index.test.tsx.snap +3 -3
- package/{esm/ConfirmationBody → es/PanelBody}/index.js +3 -3
- package/es/PanelBody/index.test.js +9 -0
- package/{src/ConfirmationBody → es/PanelTitle}/__snapshots__/index.test.tsx.snap +3 -3
- package/{esm/ConfirmationTitle → es/PanelTitle}/index.js +3 -3
- package/es/PanelTitle/index.test.js +9 -0
- package/es/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
- package/es/Paragraph/index.js +5 -12
- 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/RadioContainer/__snapshots__/index.test.tsx.snap +34 -0
- package/es/RadioContainer/index.js +6 -5
- package/es/RadioContainer/index.test.js +16 -0
- package/es/RadioItem/__snapshots__/index.test.tsx.snap +12 -16
- package/es/RadioItem/index.js +4 -6
- package/es/RadioItem/index.test.js +4 -4
- 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/es/{SearchSection → SearchContainer}/__snapshots__/index.test.tsx.snap +3 -3
- package/{esm/SearchSection → es/SearchContainer}/index.js +2 -2
- package/es/SearchContainer/index.test.js +9 -0
- package/es/{PageTitle → Section}/__snapshots__/index.test.tsx.snap +3 -3
- package/es/{PageTitle → Section}/index.js +4 -3
- package/es/Section/index.test.js +9 -0
- package/es/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
- package/es/SelectContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/es/SelectContainer/index.js +3 -4
- package/es/SelectContainer/index.test.js +9 -1
- 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/{esm/SingleCharacterInputItem → es/SingleCharacterInput}/index.test.js +18 -27
- package/es/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
- package/es/{SingleCharacterInputContainer → 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/StepNav/__snapshots__/index.test.tsx.snap +17 -0
- package/es/StepNav/index.js +3 -2
- package/es/StepNav/index.test.js +8 -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/Table/__snapshots__/index.test.tsx.snap +7 -7
- package/es/Table/index.js +4 -5
- package/es/Table/index.test.js +5 -5
- package/es/TableCaption/index.js +1 -1
- package/es/TableDataCell/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/TableRow/__snapshots__/index.test.tsx.snap +34 -0
- package/es/TableRow/index.js +5 -4
- package/es/TableRow/index.test.js +16 -0
- package/es/Tabs/index.js +4 -3
- 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/TaskList/__snapshots__/index.test.tsx.snap +17 -0
- package/es/TaskList/index.js +3 -2
- package/es/TaskList/index.test.js +8 -0
- 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/TextArea/__snapshots__/index.test.tsx.snap +19 -0
- package/es/TextArea/index.js +6 -5
- package/es/TextArea/index.test.js +8 -0
- package/es/TextInput/__snapshots__/index.test.tsx.snap +219 -202
- package/es/TextInput/index.js +5 -6
- package/es/TextInput/index.test.js +122 -114
- package/es/Timeline/__snapshots__/index.test.tsx.snap +17 -0
- package/es/Timeline/index.js +3 -4
- package/es/Timeline/index.test.js +8 -0
- 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 +62 -0
- package/es/WarningText/index.js +6 -3
- package/es/WarningText/index.test.js +16 -0
- package/es/index.js +28 -31
- package/es/registry.js +54 -62
- 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/{es/AdminHeaderSection → esm/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/Blockquote/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/Blockquote/index.js +3 -2
- package/esm/Blockquote/index.test.js +8 -0
- package/esm/BottomInfo/__snapshots__/index.test.tsx.snap +30 -0
- package/esm/BottomInfoContainer/__snapshots__/index.test.tsx.snap +30 -0
- package/esm/BottomInfoContent/__snapshots__/index.test.tsx.snap +22 -0
- package/esm/BottomInfoContent/index.js +2 -11
- package/esm/Button/__snapshots__/index.test.tsx.snap +18 -0
- package/esm/Button/index.js +3 -2
- package/esm/Button/index.test.js +17 -9
- package/esm/Card/__snapshots__/index.test.tsx.snap +21 -0
- package/esm/Card/index.js +3 -2
- package/esm/Card/index.test.js +23 -15
- package/esm/CardAction/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/Checkbox/__snapshots__/index.test.tsx.snap +80 -4
- package/esm/Checkbox/index.js +4 -3
- package/esm/Checkbox/index.test.js +10 -2
- package/esm/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
- package/esm/CheckboxItem/__snapshots__/index.test.tsx.snap +10 -14
- package/esm/CheckboxItem/index.js +4 -6
- package/esm/CheckboxItem/index.test.js +2 -2
- 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/esm/{ChipSection → 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/ChipKeyValue/index.test.js +9 -0
- package/{src/ChoiceDivider → esm/ChoiceDividerText}/__snapshots__/index.test.tsx.snap +4 -6
- package/{es/ChoiceDivider → esm/ChoiceDividerText}/index.js +7 -7
- package/{es/ChoiceDivider → esm/ChoiceDividerText}/index.test.js +2 -4
- package/esm/CircularProgress/__snapshots__/index.test.tsx.snap +32 -32
- package/esm/CircularProgress/index.js +6 -6
- package/esm/CircularProgress/index.test.js +8 -8
- package/esm/CloseButton/__snapshots__/index.test.tsx.snap +104 -0
- package/{es/FilterCloseButton → esm/CloseButton}/index.js +8 -9
- package/esm/CloseButton/index.test.js +17 -0
- package/esm/Container/__snapshots__/index.test.tsx.snap +47 -49
- package/esm/Container/index.js +11 -11
- package/esm/Container/index.test.js +1 -1
- package/esm/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +32 -10
- package/esm/CopyToClipboardContainer/index.js +8 -4
- package/esm/CopyToClipboardContainer/index.spec.js +10 -1
- package/esm/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +14 -20
- package/esm/CopyToClipboardMessage/index.js +3 -4
- package/esm/CopyToClipboardMessage/index.test.js +2 -8
- package/esm/CopyrightContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/CopyrightContainer/index.js +1 -1
- package/esm/DateInputContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/DateInputContainer/index.js +4 -3
- package/esm/DateInputContainer/index.test.js +8 -0
- 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 -19
- package/esm/DropdownBase/index.js +0 -1
- 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 +68 -8
- package/esm/ErrorSummary/index.js +10 -8
- package/esm/ErrorSummary/index.test.js +8 -0
- package/esm/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
- package/esm/FieldContainer/index.js +3 -6
- package/esm/FieldsetLegend/index.js +2 -2
- 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/{es/FilterHeading → esm/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 +17 -8
- 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/Hidden/__snapshots__/index.test.tsx.snap +96 -0
- package/esm/Hidden/index.js +5 -9
- 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 +38 -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/LinkBase/index.js +3 -2
- package/esm/List/__snapshots__/index.test.tsx.snap +8 -8
- package/esm/List/index.js +5 -4
- package/esm/List/index.test.js +4 -4
- package/esm/LoaderContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/LoaderContainer/index.js +1 -1
- package/esm/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/esm/Main/index.js +7 -4
- package/esm/Masthead/__snapshots__/index.test.tsx.snap +3 -3
- package/esm/Masthead/index.js +1 -1
- package/esm/MastheadLogo/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/esm/ModalContainer/index.js +3 -2
- 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 +91 -4
- package/esm/Nav/index.js +17 -11
- package/esm/Nav/index.test.js +42 -0
- 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 +127 -14
- package/esm/NavMenuContainer/index.js +13 -4
- package/esm/NavMenuContainer/index.test.js +24 -0
- 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/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +12 -12
- package/esm/NotificationBannerContainer/index.js +7 -5
- package/esm/NotificationBannerContainer/index.test.js +4 -4
- package/esm/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +22 -3
- package/esm/NotificationBannerHeader/index.js +5 -1
- package/esm/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +18 -7
- package/esm/NotificationBannerHeading/index.js +4 -3
- package/esm/NotificationBannerLink/__snapshots__/index.test.tsx.snap +23 -16
- package/esm/NotificationBannerLink/index.js +3 -7
- package/esm/PageTitleCaption/__snapshots__/index.test.tsx.snap +105 -45
- package/esm/PageTitleCaption/index.js +5 -11
- package/esm/PageTitleCaption/index.test.js +17 -9
- package/esm/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/{es/HeaderSubtitle → esm/PageTitleContainer}/index.js +4 -4
- package/esm/PageTitleContainer/index.test.js +9 -0
- package/esm/PageTitleHeading/__snapshots__/index.test.tsx.snap +79 -36
- package/esm/PageTitleHeading/index.js +6 -11
- 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/Panel/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/{NavVerticalItem → Panel}/index.js +8 -7
- package/esm/Panel/index.test.js +9 -0
- package/esm/PanelBody/__snapshots__/index.test.tsx.snap +16 -0
- package/{es/ConfirmationBody → esm/PanelBody}/index.js +3 -3
- package/esm/PanelBody/index.test.js +9 -0
- package/esm/PanelTitle/__snapshots__/index.test.tsx.snap +16 -0
- package/{es/ConfirmationTitle → esm/PanelTitle}/index.js +3 -3
- package/esm/PanelTitle/index.test.js +9 -0
- package/esm/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
- package/esm/Paragraph/index.js +5 -12
- 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/RadioContainer/__snapshots__/index.test.tsx.snap +34 -0
- package/esm/RadioContainer/index.js +6 -5
- package/esm/RadioContainer/index.test.js +16 -0
- package/esm/RadioItem/__snapshots__/index.test.tsx.snap +12 -16
- package/esm/RadioItem/index.js +4 -6
- package/esm/RadioItem/index.test.js +4 -4
- 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/esm/{SearchSection → SearchContainer}/__snapshots__/index.test.tsx.snap +3 -3
- package/{es/SearchSection → esm/SearchContainer}/index.js +2 -2
- package/esm/SearchContainer/index.test.js +9 -0
- package/{src/PageTitle → esm/Section}/__snapshots__/index.test.tsx.snap +3 -3
- package/esm/{PageTitle → Section}/index.js +4 -3
- package/esm/Section/index.test.js +9 -0
- package/esm/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
- package/esm/SelectContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/SelectContainer/index.js +3 -4
- package/esm/SelectContainer/index.test.js +9 -1
- 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/{es/SingleCharacterInputItem → esm/SingleCharacterInput}/index.test.js +18 -27
- package/esm/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/{SingleCharacterInputContainer → 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/StepNav/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/StepNav/index.js +3 -2
- package/esm/StepNav/index.test.js +8 -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/Table/__snapshots__/index.test.tsx.snap +7 -7
- package/esm/Table/index.js +4 -5
- package/esm/Table/index.test.js +5 -5
- package/esm/TableCaption/index.js +1 -1
- package/esm/TableDataCell/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/TableRow/__snapshots__/index.test.tsx.snap +34 -0
- package/esm/TableRow/index.js +5 -4
- package/esm/TableRow/index.test.js +16 -0
- package/esm/Tabs/index.js +4 -3
- 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/TaskList/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/TaskList/index.js +3 -2
- package/esm/TaskList/index.test.js +8 -0
- 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/TextArea/__snapshots__/index.test.tsx.snap +19 -0
- package/esm/TextArea/index.js +6 -5
- package/esm/TextArea/index.test.js +8 -0
- package/esm/TextInput/__snapshots__/index.test.tsx.snap +219 -202
- package/esm/TextInput/index.js +5 -6
- package/esm/TextInput/index.test.js +122 -114
- package/esm/Timeline/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/Timeline/index.js +3 -4
- package/esm/Timeline/index.test.js +8 -0
- 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 +62 -0
- package/esm/WarningText/index.js +6 -3
- package/esm/WarningText/index.test.js +16 -0
- package/esm/index.js +29 -32
- package/esm/registry.js +54 -62
- package/index.d.ts +28 -31
- package/index.js +156 -221
- package/package.json +3 -3
- package/registry.d.ts +27 -31
- package/registry.js +64 -76
- package/src/AccessibilityMenu/index.tsx +6 -1
- package/src/AccessibilityMenuButton/index.tsx +1 -1
- package/src/AccessibilityMenuHeader/index.tsx +1 -2
- package/src/AccessibilityMenuOptionButton/index.tsx +6 -1
- package/src/AccessibilityMenuSteps/index.tsx +13 -3
- package/src/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/src/Accordion/index.tsx +36 -2
- package/src/AccordionSection/index.tsx +2 -9
- 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 +6 -2
- 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/AutoCompleteInput/index.tsx +11 -6
- package/src/AutoCompleteResultList/index.tsx +15 -10
- package/src/AutoCompleteResultListItem/index.tsx +28 -20
- 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 +17 -16
- 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/Blockquote/__snapshots__/index.test.tsx.snap +17 -0
- package/src/Blockquote/index.test.tsx +4 -0
- package/src/Blockquote/index.tsx +11 -2
- package/src/BottomInfo/__snapshots__/index.test.tsx.snap +30 -0
- package/src/BottomInfoContainer/__snapshots__/index.test.tsx.snap +30 -0
- package/src/BottomInfoContent/__snapshots__/index.test.tsx.snap +22 -0
- package/src/BottomInfoContent/index.tsx +1 -4
- package/src/BreadcrumbsListItem/index.tsx +3 -2
- package/src/Button/__snapshots__/index.test.tsx.snap +18 -0
- package/src/Button/index.test.tsx +3 -0
- package/src/Button/index.tsx +24 -8
- package/src/ButtonLink/index.tsx +10 -6
- package/src/Card/__snapshots__/index.test.tsx.snap +21 -0
- package/src/Card/index.test.tsx +3 -0
- package/src/Card/index.tsx +28 -13
- package/src/CardAction/__snapshots__/index.test.tsx.snap +2 -2
- package/src/Checkbox/__snapshots__/index.test.tsx.snap +80 -4
- package/src/Checkbox/index.test.tsx +12 -2
- package/src/Checkbox/index.tsx +17 -6
- package/src/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
- package/src/CheckboxItem/__snapshots__/index.test.tsx.snap +10 -14
- package/src/CheckboxItem/index.test.tsx +2 -2
- package/src/CheckboxItem/index.tsx +6 -6
- package/src/Chip/__snapshots__/index.test.tsx.snap +5 -30
- package/src/Chip/index.tsx +5 -2
- 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 +9 -5
- 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/ChipKeyValue/index.test.tsx +8 -0
- package/src/ChipKeyValue/index.tsx +2 -2
- package/{ChoiceDivider → src/ChoiceDividerText}/__snapshots__/index.test.tsx.snap +4 -6
- package/src/ChoiceDividerText/index.test.tsx +8 -0
- package/src/{ChoiceDivider → ChoiceDividerText}/index.tsx +7 -9
- package/src/CircularProgress/__snapshots__/index.test.tsx.snap +32 -32
- package/src/CircularProgress/index.test.tsx +8 -8
- package/src/CircularProgress/index.tsx +22 -19
- package/src/CloseButton/__snapshots__/index.test.tsx.snap +104 -0
- package/src/CloseButton/index.test.tsx +11 -0
- package/src/CloseButton/index.tsx +36 -0
- package/src/Container/__snapshots__/index.test.tsx.snap +47 -49
- package/src/Container/index.test.tsx +1 -1
- package/src/Container/index.tsx +19 -19
- package/src/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +32 -10
- package/src/CopyToClipboardContainer/index.spec.tsx +8 -1
- package/src/CopyToClipboardContainer/index.tsx +27 -8
- package/src/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +14 -20
- package/src/CopyToClipboardMessage/index.test.tsx +4 -4
- package/src/CopyToClipboardMessage/index.tsx +8 -18
- package/src/CopyrightContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/src/CopyrightContainer/index.tsx +2 -2
- package/src/DateInputContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/src/DateInputContainer/index.test.tsx +5 -0
- package/src/DateInputContainer/index.tsx +11 -2
- package/src/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
- package/src/DateInputItem/index.tsx +13 -8
- package/src/Details/index.tsx +1 -1
- package/src/DetailsSummary/index.tsx +4 -2
- package/src/Drawer/__snapshots__/index.test.tsx.snap +50 -44
- package/src/Drawer/index.tsx +20 -10
- package/src/DrawerHeading/__snapshots__/index.test.tsx.snap +61 -40
- package/src/DrawerHeading/index.tsx +18 -40
- package/src/DropdownBase/index.tsx +16 -10
- package/src/DropdownButton/__snapshots__/index.test.tsx.snap +162 -108
- package/src/DropdownButton/index.tsx +28 -16
- 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 +68 -8
- package/src/ErrorSummary/index.test.tsx +4 -0
- package/src/ErrorSummary/index.tsx +20 -12
- package/src/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
- package/src/FieldContainer/index.tsx +5 -3
- package/src/FieldsetLegend/index.tsx +29 -23
- package/src/FileUpload/index.tsx +5 -2
- package/src/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/src/FileUploadContainer/index.test.tsx +2 -2
- package/src/FileUploadContainer/index.tsx +8 -5
- package/src/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/src/FilterContainer/index.test.tsx +8 -0
- package/src/{FilterSection → FilterContainer}/index.tsx +28 -16
- 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/FilterOptionsSection/index.tsx +5 -1
- package/src/FilterSelectedSection/index.tsx +2 -9
- package/src/FooterContainer/__snapshots__/index.test.tsx.snap +17 -8
- package/src/FooterContainer/index.tsx +5 -25
- package/src/FooterContent/index.tsx +1 -1
- package/src/FooterHeading/__snapshots__/index.test.tsx.snap +57 -24
- package/src/FooterHeading/index.tsx +17 -12
- 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 +16 -6
- 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/Form/index.tsx +6 -1
- package/src/Grid/index.tsx +88 -73
- package/src/HeaderLogo/index.tsx +6 -4
- package/src/HeaderSecondaryLogo/index.tsx +6 -4
- 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 +19 -14
- package/src/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/src/HeadingCaption/index.tsx +12 -10
- package/src/HellenicRepublicLogo/index.tsx +5 -3
- package/src/Hidden/__snapshots__/index.test.tsx.snap +96 -0
- package/src/Hidden/index.tsx +34 -9
- package/src/Hint/__snapshots__/index.test.tsx.snap +52 -29
- package/src/Hint/index.test.tsx +3 -3
- package/src/Hint/index.tsx +6 -13
- package/src/ImageLogo/__snapshots__/index.test.tsx.snap +38 -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/KitchenSinkContent/index.tsx +7 -4
- package/src/LabelTitle/index.tsx +13 -6
- package/src/LabeledText/index.tsx +5 -3
- package/src/Layout/__snapshots__/index.test.tsx.snap +2 -2
- package/src/Layout/index.tsx +8 -3
- package/src/LinkBase/index.tsx +7 -5
- package/src/List/__snapshots__/index.test.tsx.snap +8 -8
- package/src/List/index.test.tsx +4 -4
- package/src/List/index.tsx +29 -6
- package/src/LoaderContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/src/LoaderContainer/index.tsx +2 -2
- package/src/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/src/Main/index.tsx +9 -6
- package/src/Masthead/__snapshots__/index.test.tsx.snap +3 -3
- package/src/Masthead/index.tsx +9 -6
- package/src/MastheadLogo/__snapshots__/index.test.tsx.snap +16 -0
- package/src/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/src/ModalContainer/index.tsx +14 -2
- 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 +91 -4
- package/src/Nav/index.test.tsx +15 -0
- package/src/Nav/index.tsx +54 -26
- package/src/NavList/__snapshots__/index.test.tsx.snap +4 -4
- package/src/NavList/index.tsx +25 -4
- 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/NavListItemButton/index.tsx +14 -9
- package/src/NavListItemLink/index.tsx +6 -4
- package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +127 -14
- package/src/NavMenuContainer/index.test.tsx +9 -0
- package/src/NavMenuContainer/index.tsx +35 -11
- 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 +32 -49
- package/src/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +12 -12
- package/src/NotificationBannerContainer/index.test.tsx +4 -6
- package/src/NotificationBannerContainer/index.tsx +19 -6
- package/src/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +22 -3
- package/src/NotificationBannerHeader/index.tsx +6 -2
- package/src/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +18 -7
- package/src/NotificationBannerHeading/index.tsx +6 -5
- package/src/NotificationBannerLink/__snapshots__/index.test.tsx.snap +23 -16
- package/src/NotificationBannerLink/index.tsx +5 -7
- package/src/PageTitleCaption/__snapshots__/index.test.tsx.snap +105 -45
- package/src/PageTitleCaption/index.test.tsx +15 -9
- package/src/PageTitleCaption/index.tsx +9 -25
- 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 +6 -24
- package/src/Pagination/__snapshots__/index.spec.tsx.snap +17 -0
- package/src/Pagination/index.spec.tsx +3 -0
- package/src/Pagination/index.tsx +9 -6
- package/src/PaginationListItem/__snapshots__/index.spec.tsx.snap +15 -15
- package/src/PaginationListItem/index.spec.tsx +4 -4
- package/src/PaginationListItem/index.tsx +24 -9
- package/src/Panel/__snapshots__/index.test.tsx.snap +16 -0
- package/src/Panel/index.test.tsx +8 -0
- package/src/Panel/index.tsx +34 -0
- package/src/PanelBody/__snapshots__/index.test.tsx.snap +16 -0
- package/src/PanelBody/index.test.tsx +8 -0
- package/src/PanelBody/index.tsx +27 -0
- package/src/PanelTitle/__snapshots__/index.test.tsx.snap +16 -0
- package/src/PanelTitle/index.test.tsx +8 -0
- package/src/PanelTitle/index.tsx +27 -0
- package/src/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
- package/src/Paragraph/index.test.tsx +66 -66
- package/src/Paragraph/index.tsx +8 -48
- package/src/PhaseBanner/index.tsx +6 -3
- 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/RadioContainer/__snapshots__/index.test.tsx.snap +34 -0
- package/src/RadioContainer/index.test.tsx +6 -0
- package/src/RadioContainer/index.tsx +17 -6
- package/src/RadioItem/__snapshots__/index.test.tsx.snap +12 -16
- package/src/RadioItem/index.test.tsx +4 -4
- package/src/RadioItem/index.tsx +8 -8
- 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/src/{SearchSection → 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/{PageTitle → src/Section}/__snapshots__/index.test.tsx.snap +3 -3
- package/src/Section/index.test.tsx +8 -0
- package/src/Section/index.tsx +20 -0
- package/src/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
- package/src/SectionBreak/index.tsx +13 -5
- package/src/SelectContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/src/SelectContainer/index.test.tsx +5 -0
- package/src/SelectContainer/index.tsx +11 -3
- 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/StepNav/__snapshots__/index.test.tsx.snap +17 -0
- package/src/StepNav/index.test.tsx +4 -0
- package/src/StepNav/index.tsx +11 -2
- package/src/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +15 -45
- package/src/StepNavAccordionHeadingText/index.test.tsx +3 -23
- package/src/StepNavAccordionHeadingText/index.tsx +6 -16
- package/src/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +8 -8
- package/src/StepNavAccordionSummaryHeading/index.tsx +11 -4
- package/src/StepNavCircleNumber/index.tsx +7 -4
- package/src/SummaryList/index.tsx +7 -4
- package/src/SummaryListItem/index.tsx +7 -4
- package/src/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
- package/src/SvgIcon/index.test.tsx +7 -4
- package/src/SvgIcon/index.tsx +19 -7
- package/src/Table/__snapshots__/index.test.tsx.snap +7 -7
- package/src/Table/index.test.tsx +5 -5
- package/src/Table/index.tsx +40 -27
- package/src/TableBody/index.tsx +7 -3
- package/src/TableCaption/index.tsx +10 -8
- package/src/TableContainer/index.tsx +5 -2
- package/src/TableDataCell/index.tsx +8 -4
- package/src/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
- package/src/TableHeadCell/index.test.tsx +24 -24
- package/src/TableHeadCell/index.tsx +20 -17
- package/src/TableRow/__snapshots__/index.test.tsx.snap +34 -0
- package/src/TableRow/index.test.tsx +7 -0
- package/src/TableRow/index.tsx +18 -5
- package/src/Tabs/index.tsx +5 -2
- package/src/TabsHeading/__snapshots__/index.test.tsx.snap +90 -24
- package/src/TabsHeading/index.tsx +14 -20
- package/src/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/src/TabsListItem/index.test.tsx +8 -8
- package/src/TabsListItem/index.tsx +9 -8
- package/src/TabsPanel/index.tsx +6 -4
- package/src/TaskList/__snapshots__/index.test.tsx.snap +17 -0
- package/src/TaskList/index.test.tsx +4 -0
- package/src/TaskList/index.tsx +11 -2
- package/src/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/src/TaskListItemHeading/index.tsx +6 -44
- package/src/TaskListItemTag/__snapshots__/index.test.tsx.snap +18 -18
- package/src/TaskListItemTag/index.test.tsx +6 -6
- package/src/TaskListItemTag/index.tsx +6 -5
- package/src/TextArea/__snapshots__/index.test.tsx.snap +19 -0
- package/src/TextArea/index.test.tsx +3 -0
- package/src/TextArea/index.tsx +16 -5
- package/src/TextInput/__snapshots__/index.test.tsx.snap +219 -202
- package/src/TextInput/index.test.tsx +87 -84
- package/src/TextInput/index.tsx +37 -27
- package/src/Timeline/__snapshots__/index.test.tsx.snap +17 -0
- package/src/Timeline/index.test.tsx +4 -0
- package/src/Timeline/index.tsx +7 -4
- package/src/TimelineHeading/index.tsx +11 -4
- 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 +62 -0
- package/src/WarningText/index.test.tsx +6 -0
- package/src/WarningText/index.tsx +21 -3
- package/src/index.ts +28 -31
- package/src/registry.js +54 -62
- package/AdminHeaderSection/__snapshots__/index.spec.tsx.snap +0 -16
- package/ChipSection/index.d.ts +0 -10
- 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.d.ts +0 -1
- package/ChipSectionWrapper/index.spec.js +0 -15
- package/ChoiceDivider/index.d.ts +0 -11
- package/Confirmation/__snapshots__/index.test.tsx.snap +0 -16
- package/Confirmation/index.js +0 -38
- package/Confirmation/index.test.js +0 -15
- package/ConfirmationBody/index.d.ts +0 -9
- package/ConfirmationBody/index.test.js +0 -15
- package/ConfirmationTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/ConfirmationTitle/index.test.js +0 -15
- package/DropdownArrowDown/index.d.ts +0 -9
- package/DropdownArrowDown/index.js +0 -31
- package/FilterCloseButton/index.d.ts +0 -15
- package/FilterHeading/index.d.ts +0 -12
- package/FilterSection/__snapshots__/index.test.tsx.snap +0 -16
- package/FilterSection/index.d.ts +0 -26
- 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.js +0 -38
- 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 -14
- package/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
- package/FooterSection/index.d.ts +0 -11
- package/FooterSection/index.test.js +0 -15
- package/HeaderSubtitle/__snapshots__/index.test.tsx.snap +0 -16
- package/HeaderSubtitle/index.d.ts +0 -9
- package/HeaderSubtitle/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/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/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
- package/NavVerticalItem/index.d.ts +0 -14
- package/NavVerticalItem/index.test.js +0 -31
- package/PageTitleSection/__snapshots__/index.test.tsx.snap +0 -16
- package/PageTitleSection/index.d.ts +0 -10
- package/PageTitleSection/index.js +0 -39
- package/PageTitleSection/index.test.js +0 -15
- 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 -27
- 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/Confirmation/__snapshots__/index.test.tsx.snap +0 -16
- package/es/Confirmation/index.js +0 -22
- package/es/Confirmation/index.test.js +0 -9
- package/es/ConfirmationBody/index.test.js +0 -9
- package/es/ConfirmationTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/es/ConfirmationTitle/index.test.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.js +0 -22
- 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/HeaderSubtitle/__snapshots__/index.test.tsx.snap +0 -16
- package/es/HeaderSubtitle/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.test.js +0 -25
- package/es/PageTitle/index.test.js +0 -9
- package/es/PageTitleSection/__snapshots__/index.test.tsx.snap +0 -16
- package/es/PageTitleSection/index.js +0 -23
- package/es/PageTitleSection/index.test.js +0 -9
- 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/Confirmation/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/Confirmation/index.js +0 -22
- package/esm/Confirmation/index.test.js +0 -9
- package/esm/ConfirmationBody/index.test.js +0 -9
- package/esm/ConfirmationTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/ConfirmationTitle/index.test.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.js +0 -22
- 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/HeaderSubtitle/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/HeaderSubtitle/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.test.js +0 -25
- package/esm/PageTitle/index.test.js +0 -9
- package/esm/PageTitleSection/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/PageTitleSection/index.js +0 -23
- package/esm/PageTitleSection/index.test.js +0 -9
- 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/ChoiceDivider/index.test.tsx +0 -8
- package/src/Confirmation/__snapshots__/index.test.tsx.snap +0 -16
- package/src/Confirmation/index.test.tsx +0 -8
- package/src/Confirmation/index.tsx +0 -27
- package/src/ConfirmationBody/index.test.tsx +0 -8
- package/src/ConfirmationBody/index.tsx +0 -27
- package/src/ConfirmationTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/src/ConfirmationTitle/index.test.tsx +0 -8
- package/src/ConfirmationTitle/index.tsx +0 -27
- package/src/DropdownArrowDown/index.tsx +0 -16
- package/src/FilterCloseButton/index.tsx +0 -39
- 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 -34
- 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/HeaderSubtitle/__snapshots__/index.test.tsx.snap +0 -16
- package/src/HeaderSubtitle/index.test.tsx +0 -8
- package/src/HeaderSubtitle/index.tsx +0 -20
- 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 -46
- 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 -35
- package/src/PageTitle/index.test.tsx +0 -8
- package/src/PageTitle/index.tsx +0 -19
- package/src/PageTitleSection/__snapshots__/index.test.tsx.snap +0 -16
- package/src/PageTitleSection/index.test.tsx +0 -8
- package/src/PageTitleSection/index.tsx +0 -21
- 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 -56
- /package/{AdminHeaderSection → AdminHeaderContent}/index.spec.d.ts +0 -0
- /package/{ChipSection → ChipContainer}/index.spec.d.ts +0 -0
- /package/{ChoiceDivider → ChipKeyValue}/index.test.d.ts +0 -0
- /package/{Confirmation → ChoiceDividerText}/index.test.d.ts +0 -0
- /package/{ConfirmationBody → CloseButton}/index.test.d.ts +0 -0
- /package/{ConfirmationTitle → FilterContainer}/index.test.d.ts +0 -0
- /package/{FilterHeading → FilterHeadingContainer}/index.test.d.ts +0 -0
- /package/{FilterSection → FooterInfo}/index.test.d.ts +0 -0
- /package/{FooterInlineList → FooterInfoSection}/index.test.d.ts +0 -0
- /package/{FooterInlineListItem → FooterNavigationSection}/index.test.d.ts +0 -0
- /package/{FooterMeta → ImageLogo}/index.test.d.ts +0 -0
- /package/{FooterMetaItem → ImageLogoSet}/index.test.d.ts +0 -0
- /package/{FooterSection → NavListItemAction}/index.test.d.ts +0 -0
- /package/{HeaderSubtitle → NavListItemActionContainer}/index.test.d.ts +0 -0
- /package/{Icon → NavMenuContent}/index.test.d.ts +0 -0
- /package/{NavListItem → NavMenuContentListBase}/index.test.d.ts +0 -0
- /package/{NavMenu → NavMenuContentListItem}/index.test.d.ts +0 -0
- /package/{NavMenuContainerContent → NavMenuTitle}/index.test.d.ts +0 -0
- /package/{NavMenuContainerContentList → PageTitleContainer}/index.test.d.ts +0 -0
- /package/{NavMenuContainerContentListItem → Panel}/index.test.d.ts +0 -0
- /package/{NavMenuContainerTitle → PanelBody}/index.test.d.ts +0 -0
- /package/{NavVertical → PanelTitle}/index.test.d.ts +0 -0
- /package/{NavVerticalItem → SearchContainer}/index.test.d.ts +0 -0
- /package/{PageTitle → Section}/index.test.d.ts +0 -0
- /package/{PageTitleSection → SingleCharacterInput}/index.test.d.ts +0 -0
- /package/{SearchSection → SingleCharacterInputs}/index.test.d.ts +0 -0
- /package/{SingleCharacterInputContainer → Stack}/index.test.d.ts +0 -0
- /package/{SingleCharacterInputItem → Typography}/index.test.d.ts +0 -0
|
@@ -1,758 +1,775 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
-
exports[`renders the TextInput with with
|
|
3
|
+
exports[`renders the TextInput with with maxWidth="5-char" with width=full 1`] = `
|
|
4
4
|
<ForwardRef(TextInput)
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
maxWidth="5-char"
|
|
6
|
+
width="full"
|
|
7
7
|
>
|
|
8
8
|
<ForwardRef(Base)
|
|
9
9
|
as="input"
|
|
10
|
-
className="govgr-input--width-5
|
|
10
|
+
className="govgr-input--width-5-char govgr-input"
|
|
11
11
|
type="text"
|
|
12
12
|
>
|
|
13
13
|
<input
|
|
14
|
-
className="govgr-input--width-5
|
|
14
|
+
className="govgr-input--width-5-char govgr-input"
|
|
15
15
|
type="text"
|
|
16
16
|
/>
|
|
17
17
|
</ForwardRef(Base)>
|
|
18
18
|
</ForwardRef(TextInput)>
|
|
19
19
|
`;
|
|
20
20
|
|
|
21
|
-
exports[`renders the TextInput with with
|
|
21
|
+
exports[`renders the TextInput with with maxWidth="5-char" with width=one-half 1`] = `
|
|
22
22
|
<ForwardRef(TextInput)
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
maxWidth="5-char"
|
|
24
|
+
width="50%"
|
|
25
25
|
>
|
|
26
26
|
<ForwardRef(Base)
|
|
27
27
|
as="input"
|
|
28
|
-
className="govgr
|
|
28
|
+
className="govgr-input--width-5-char govgr-!-width-one-half govgr-input"
|
|
29
29
|
type="text"
|
|
30
30
|
>
|
|
31
31
|
<input
|
|
32
|
-
className="govgr
|
|
32
|
+
className="govgr-input--width-5-char govgr-!-width-one-half govgr-input"
|
|
33
33
|
type="text"
|
|
34
34
|
/>
|
|
35
35
|
</ForwardRef(Base)>
|
|
36
36
|
</ForwardRef(TextInput)>
|
|
37
37
|
`;
|
|
38
38
|
|
|
39
|
-
exports[`renders the TextInput with with
|
|
39
|
+
exports[`renders the TextInput with with maxWidth="5-char" with width=one-quarter 1`] = `
|
|
40
40
|
<ForwardRef(TextInput)
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
maxWidth="5-char"
|
|
42
|
+
width="25%"
|
|
43
43
|
>
|
|
44
44
|
<ForwardRef(Base)
|
|
45
45
|
as="input"
|
|
46
|
-
className="govgr
|
|
46
|
+
className="govgr-input--width-5-char govgr-!-width-one-quarter govgr-input"
|
|
47
47
|
type="text"
|
|
48
48
|
>
|
|
49
49
|
<input
|
|
50
|
-
className="govgr
|
|
50
|
+
className="govgr-input--width-5-char govgr-!-width-one-quarter govgr-input"
|
|
51
51
|
type="text"
|
|
52
52
|
/>
|
|
53
53
|
</ForwardRef(Base)>
|
|
54
54
|
</ForwardRef(TextInput)>
|
|
55
55
|
`;
|
|
56
56
|
|
|
57
|
-
exports[`renders the TextInput with with
|
|
57
|
+
exports[`renders the TextInput with with maxWidth="5-char" with width=one-third 1`] = `
|
|
58
58
|
<ForwardRef(TextInput)
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
maxWidth="5-char"
|
|
60
|
+
width="33.3%"
|
|
61
61
|
>
|
|
62
62
|
<ForwardRef(Base)
|
|
63
63
|
as="input"
|
|
64
|
-
className="govgr
|
|
64
|
+
className="govgr-input--width-5-char govgr-!-width-one-third govgr-input"
|
|
65
65
|
type="text"
|
|
66
66
|
>
|
|
67
67
|
<input
|
|
68
|
-
className="govgr
|
|
68
|
+
className="govgr-input--width-5-char govgr-!-width-one-third govgr-input"
|
|
69
69
|
type="text"
|
|
70
70
|
/>
|
|
71
71
|
</ForwardRef(Base)>
|
|
72
72
|
</ForwardRef(TextInput)>
|
|
73
73
|
`;
|
|
74
74
|
|
|
75
|
-
exports[`renders the TextInput with with
|
|
75
|
+
exports[`renders the TextInput with with maxWidth="5-char" with width=three-quarters 1`] = `
|
|
76
76
|
<ForwardRef(TextInput)
|
|
77
|
-
|
|
78
|
-
|
|
77
|
+
maxWidth="5-char"
|
|
78
|
+
width="75%"
|
|
79
79
|
>
|
|
80
80
|
<ForwardRef(Base)
|
|
81
81
|
as="input"
|
|
82
|
-
className="govgr
|
|
82
|
+
className="govgr-input--width-5-char govgr-!-width-three-quarters govgr-input"
|
|
83
83
|
type="text"
|
|
84
84
|
>
|
|
85
85
|
<input
|
|
86
|
-
className="govgr
|
|
86
|
+
className="govgr-input--width-5-char govgr-!-width-three-quarters govgr-input"
|
|
87
87
|
type="text"
|
|
88
88
|
/>
|
|
89
89
|
</ForwardRef(Base)>
|
|
90
90
|
</ForwardRef(TextInput)>
|
|
91
91
|
`;
|
|
92
92
|
|
|
93
|
-
exports[`renders the TextInput with with
|
|
93
|
+
exports[`renders the TextInput with with maxWidth="5-char" with width=two-thirds 1`] = `
|
|
94
94
|
<ForwardRef(TextInput)
|
|
95
|
-
|
|
96
|
-
|
|
95
|
+
maxWidth="5-char"
|
|
96
|
+
width="66.6%"
|
|
97
97
|
>
|
|
98
98
|
<ForwardRef(Base)
|
|
99
99
|
as="input"
|
|
100
|
-
className="govgr
|
|
100
|
+
className="govgr-input--width-5-char govgr-!-width-two-thirds govgr-input"
|
|
101
101
|
type="text"
|
|
102
102
|
>
|
|
103
103
|
<input
|
|
104
|
-
className="govgr
|
|
104
|
+
className="govgr-input--width-5-char govgr-!-width-two-thirds govgr-input"
|
|
105
105
|
type="text"
|
|
106
106
|
/>
|
|
107
107
|
</ForwardRef(Base)>
|
|
108
108
|
</ForwardRef(TextInput)>
|
|
109
109
|
`;
|
|
110
110
|
|
|
111
|
-
exports[`renders the TextInput with
|
|
111
|
+
exports[`renders the TextInput with dense prop 1`] = `
|
|
112
112
|
<ForwardRef(TextInput)
|
|
113
|
-
|
|
113
|
+
dense={true}
|
|
114
114
|
>
|
|
115
115
|
<ForwardRef(Base)
|
|
116
116
|
as="input"
|
|
117
|
-
className="govgr
|
|
117
|
+
className="govgr-input--dense govgr-input"
|
|
118
118
|
type="text"
|
|
119
119
|
>
|
|
120
120
|
<input
|
|
121
|
-
className="govgr
|
|
121
|
+
className="govgr-input--dense govgr-input"
|
|
122
122
|
type="text"
|
|
123
123
|
/>
|
|
124
124
|
</ForwardRef(Base)>
|
|
125
125
|
</ForwardRef(TextInput)>
|
|
126
126
|
`;
|
|
127
127
|
|
|
128
|
-
exports[`renders the TextInput with
|
|
128
|
+
exports[`renders the TextInput with maxWidth="2-char" 1`] = `
|
|
129
129
|
<ForwardRef(TextInput)
|
|
130
|
-
|
|
130
|
+
maxWidth="2-char"
|
|
131
131
|
>
|
|
132
132
|
<ForwardRef(Base)
|
|
133
133
|
as="input"
|
|
134
|
-
className="govgr
|
|
134
|
+
className="govgr-input--width-2-char govgr-input"
|
|
135
135
|
type="text"
|
|
136
136
|
>
|
|
137
137
|
<input
|
|
138
|
-
className="govgr
|
|
138
|
+
className="govgr-input--width-2-char govgr-input"
|
|
139
139
|
type="text"
|
|
140
140
|
/>
|
|
141
141
|
</ForwardRef(Base)>
|
|
142
142
|
</ForwardRef(TextInput)>
|
|
143
143
|
`;
|
|
144
144
|
|
|
145
|
-
exports[`renders the TextInput with
|
|
145
|
+
exports[`renders the TextInput with maxWidth="2-char" and with width=full 1`] = `
|
|
146
146
|
<ForwardRef(TextInput)
|
|
147
|
-
|
|
147
|
+
maxWidth="2-char"
|
|
148
|
+
width="full"
|
|
148
149
|
>
|
|
149
150
|
<ForwardRef(Base)
|
|
150
151
|
as="input"
|
|
151
|
-
className="govgr
|
|
152
|
+
className="govgr-input--width-2-char govgr-input"
|
|
152
153
|
type="text"
|
|
153
154
|
>
|
|
154
155
|
<input
|
|
155
|
-
className="govgr
|
|
156
|
+
className="govgr-input--width-2-char govgr-input"
|
|
156
157
|
type="text"
|
|
157
158
|
/>
|
|
158
159
|
</ForwardRef(Base)>
|
|
159
160
|
</ForwardRef(TextInput)>
|
|
160
161
|
`;
|
|
161
162
|
|
|
162
|
-
exports[`renders the TextInput with
|
|
163
|
+
exports[`renders the TextInput with maxWidth="2-char" and with width=one-half 1`] = `
|
|
163
164
|
<ForwardRef(TextInput)
|
|
164
|
-
|
|
165
|
+
maxWidth="2-char"
|
|
166
|
+
width="50%"
|
|
165
167
|
>
|
|
166
168
|
<ForwardRef(Base)
|
|
167
169
|
as="input"
|
|
168
|
-
className="govgr-!-width-one-
|
|
170
|
+
className="govgr-input--width-2-char govgr-!-width-one-half govgr-input"
|
|
169
171
|
type="text"
|
|
170
172
|
>
|
|
171
173
|
<input
|
|
172
|
-
className="govgr-!-width-one-
|
|
174
|
+
className="govgr-input--width-2-char govgr-!-width-one-half govgr-input"
|
|
173
175
|
type="text"
|
|
174
176
|
/>
|
|
175
177
|
</ForwardRef(Base)>
|
|
176
178
|
</ForwardRef(TextInput)>
|
|
177
179
|
`;
|
|
178
180
|
|
|
179
|
-
exports[`renders the TextInput with
|
|
181
|
+
exports[`renders the TextInput with maxWidth="2-char" and with width=one-quarter 1`] = `
|
|
180
182
|
<ForwardRef(TextInput)
|
|
181
|
-
|
|
183
|
+
maxWidth="2-char"
|
|
184
|
+
width="25%"
|
|
182
185
|
>
|
|
183
186
|
<ForwardRef(Base)
|
|
184
187
|
as="input"
|
|
185
|
-
className="govgr-!-width-
|
|
188
|
+
className="govgr-input--width-2-char govgr-!-width-one-quarter govgr-input"
|
|
186
189
|
type="text"
|
|
187
190
|
>
|
|
188
191
|
<input
|
|
189
|
-
className="govgr-!-width-
|
|
192
|
+
className="govgr-input--width-2-char govgr-!-width-one-quarter govgr-input"
|
|
190
193
|
type="text"
|
|
191
194
|
/>
|
|
192
195
|
</ForwardRef(Base)>
|
|
193
196
|
</ForwardRef(TextInput)>
|
|
194
197
|
`;
|
|
195
198
|
|
|
196
|
-
exports[`renders the TextInput with
|
|
199
|
+
exports[`renders the TextInput with maxWidth="2-char" and with width=one-third 1`] = `
|
|
197
200
|
<ForwardRef(TextInput)
|
|
198
|
-
|
|
201
|
+
maxWidth="2-char"
|
|
202
|
+
width="33.3%"
|
|
199
203
|
>
|
|
200
204
|
<ForwardRef(Base)
|
|
201
205
|
as="input"
|
|
202
|
-
className="govgr-!-width-
|
|
206
|
+
className="govgr-input--width-2-char govgr-!-width-one-third govgr-input"
|
|
203
207
|
type="text"
|
|
204
208
|
>
|
|
205
209
|
<input
|
|
206
|
-
className="govgr-!-width-
|
|
210
|
+
className="govgr-input--width-2-char govgr-!-width-one-third govgr-input"
|
|
207
211
|
type="text"
|
|
208
212
|
/>
|
|
209
213
|
</ForwardRef(Base)>
|
|
210
214
|
</ForwardRef(TextInput)>
|
|
211
215
|
`;
|
|
212
216
|
|
|
213
|
-
exports[`renders the TextInput with
|
|
217
|
+
exports[`renders the TextInput with maxWidth="2-char" and with width=three-quarters 1`] = `
|
|
214
218
|
<ForwardRef(TextInput)
|
|
215
|
-
|
|
219
|
+
maxWidth="2-char"
|
|
220
|
+
width="75%"
|
|
216
221
|
>
|
|
217
222
|
<ForwardRef(Base)
|
|
218
223
|
as="input"
|
|
219
|
-
className="govgr-input--width-2 govgr-input"
|
|
224
|
+
className="govgr-input--width-2-char govgr-!-width-three-quarters govgr-input"
|
|
220
225
|
type="text"
|
|
221
226
|
>
|
|
222
227
|
<input
|
|
223
|
-
className="govgr-input--width-2 govgr-input"
|
|
228
|
+
className="govgr-input--width-2-char govgr-!-width-three-quarters govgr-input"
|
|
224
229
|
type="text"
|
|
225
230
|
/>
|
|
226
231
|
</ForwardRef(Base)>
|
|
227
232
|
</ForwardRef(TextInput)>
|
|
228
233
|
`;
|
|
229
234
|
|
|
230
|
-
exports[`renders the TextInput with
|
|
235
|
+
exports[`renders the TextInput with maxWidth="2-char" and with width=two-thirds 1`] = `
|
|
231
236
|
<ForwardRef(TextInput)
|
|
232
|
-
|
|
233
|
-
|
|
237
|
+
maxWidth="2-char"
|
|
238
|
+
width="66.6%"
|
|
234
239
|
>
|
|
235
240
|
<ForwardRef(Base)
|
|
236
241
|
as="input"
|
|
237
|
-
className="govgr-input--width-2 govgr-!-width-
|
|
242
|
+
className="govgr-input--width-2-char govgr-!-width-two-thirds govgr-input"
|
|
238
243
|
type="text"
|
|
239
244
|
>
|
|
240
245
|
<input
|
|
241
|
-
className="govgr-input--width-2 govgr-!-width-
|
|
246
|
+
className="govgr-input--width-2-char govgr-!-width-two-thirds govgr-input"
|
|
242
247
|
type="text"
|
|
243
248
|
/>
|
|
244
249
|
</ForwardRef(Base)>
|
|
245
250
|
</ForwardRef(TextInput)>
|
|
246
251
|
`;
|
|
247
252
|
|
|
248
|
-
exports[`renders the TextInput with
|
|
253
|
+
exports[`renders the TextInput with maxWidth="3-char" 1`] = `
|
|
249
254
|
<ForwardRef(TextInput)
|
|
250
|
-
|
|
251
|
-
characterWidth={2}
|
|
255
|
+
maxWidth="3-char"
|
|
252
256
|
>
|
|
253
257
|
<ForwardRef(Base)
|
|
254
258
|
as="input"
|
|
255
|
-
className="govgr
|
|
259
|
+
className="govgr-input--width-3-char govgr-input"
|
|
256
260
|
type="text"
|
|
257
261
|
>
|
|
258
262
|
<input
|
|
259
|
-
className="govgr
|
|
263
|
+
className="govgr-input--width-3-char govgr-input"
|
|
260
264
|
type="text"
|
|
261
265
|
/>
|
|
262
266
|
</ForwardRef(Base)>
|
|
263
267
|
</ForwardRef(TextInput)>
|
|
264
268
|
`;
|
|
265
269
|
|
|
266
|
-
exports[`renders the TextInput with
|
|
270
|
+
exports[`renders the TextInput with maxWidth="3-char" and with width=full 1`] = `
|
|
267
271
|
<ForwardRef(TextInput)
|
|
268
|
-
|
|
269
|
-
|
|
272
|
+
maxWidth="3-char"
|
|
273
|
+
width="full"
|
|
270
274
|
>
|
|
271
275
|
<ForwardRef(Base)
|
|
272
276
|
as="input"
|
|
273
|
-
className="govgr
|
|
277
|
+
className="govgr-input--width-3-char govgr-input"
|
|
274
278
|
type="text"
|
|
275
279
|
>
|
|
276
280
|
<input
|
|
277
|
-
className="govgr
|
|
281
|
+
className="govgr-input--width-3-char govgr-input"
|
|
278
282
|
type="text"
|
|
279
283
|
/>
|
|
280
284
|
</ForwardRef(Base)>
|
|
281
285
|
</ForwardRef(TextInput)>
|
|
282
286
|
`;
|
|
283
287
|
|
|
284
|
-
exports[`renders the TextInput with
|
|
288
|
+
exports[`renders the TextInput with maxWidth="3-char" and with width=one-half 1`] = `
|
|
285
289
|
<ForwardRef(TextInput)
|
|
286
|
-
|
|
287
|
-
|
|
290
|
+
maxWidth="3-char"
|
|
291
|
+
width="50%"
|
|
288
292
|
>
|
|
289
293
|
<ForwardRef(Base)
|
|
290
294
|
as="input"
|
|
291
|
-
className="govgr
|
|
295
|
+
className="govgr-input--width-3-char govgr-!-width-one-half govgr-input"
|
|
292
296
|
type="text"
|
|
293
297
|
>
|
|
294
298
|
<input
|
|
295
|
-
className="govgr
|
|
299
|
+
className="govgr-input--width-3-char govgr-!-width-one-half govgr-input"
|
|
296
300
|
type="text"
|
|
297
301
|
/>
|
|
298
302
|
</ForwardRef(Base)>
|
|
299
303
|
</ForwardRef(TextInput)>
|
|
300
304
|
`;
|
|
301
305
|
|
|
302
|
-
exports[`renders the TextInput with
|
|
306
|
+
exports[`renders the TextInput with maxWidth="3-char" and with width=one-quarter 1`] = `
|
|
303
307
|
<ForwardRef(TextInput)
|
|
304
|
-
|
|
305
|
-
|
|
308
|
+
maxWidth="3-char"
|
|
309
|
+
width="25%"
|
|
306
310
|
>
|
|
307
311
|
<ForwardRef(Base)
|
|
308
312
|
as="input"
|
|
309
|
-
className="govgr
|
|
313
|
+
className="govgr-input--width-3-char govgr-!-width-one-quarter govgr-input"
|
|
310
314
|
type="text"
|
|
311
315
|
>
|
|
312
316
|
<input
|
|
313
|
-
className="govgr
|
|
317
|
+
className="govgr-input--width-3-char govgr-!-width-one-quarter govgr-input"
|
|
314
318
|
type="text"
|
|
315
319
|
/>
|
|
316
320
|
</ForwardRef(Base)>
|
|
317
321
|
</ForwardRef(TextInput)>
|
|
318
322
|
`;
|
|
319
323
|
|
|
320
|
-
exports[`renders the TextInput with
|
|
324
|
+
exports[`renders the TextInput with maxWidth="3-char" and with width=one-third 1`] = `
|
|
321
325
|
<ForwardRef(TextInput)
|
|
322
|
-
|
|
323
|
-
|
|
326
|
+
maxWidth="3-char"
|
|
327
|
+
width="33.3%"
|
|
324
328
|
>
|
|
325
329
|
<ForwardRef(Base)
|
|
326
330
|
as="input"
|
|
327
|
-
className="govgr
|
|
331
|
+
className="govgr-input--width-3-char govgr-!-width-one-third govgr-input"
|
|
328
332
|
type="text"
|
|
329
333
|
>
|
|
330
334
|
<input
|
|
331
|
-
className="govgr
|
|
335
|
+
className="govgr-input--width-3-char govgr-!-width-one-third govgr-input"
|
|
332
336
|
type="text"
|
|
333
337
|
/>
|
|
334
338
|
</ForwardRef(Base)>
|
|
335
339
|
</ForwardRef(TextInput)>
|
|
336
340
|
`;
|
|
337
341
|
|
|
338
|
-
exports[`renders the TextInput with
|
|
342
|
+
exports[`renders the TextInput with maxWidth="3-char" and with width=three-quarters 1`] = `
|
|
339
343
|
<ForwardRef(TextInput)
|
|
340
|
-
|
|
344
|
+
maxWidth="3-char"
|
|
345
|
+
width="75%"
|
|
341
346
|
>
|
|
342
347
|
<ForwardRef(Base)
|
|
343
348
|
as="input"
|
|
344
|
-
className="govgr-input--width-3 govgr-input"
|
|
349
|
+
className="govgr-input--width-3-char govgr-!-width-three-quarters govgr-input"
|
|
345
350
|
type="text"
|
|
346
351
|
>
|
|
347
352
|
<input
|
|
348
|
-
className="govgr-input--width-3 govgr-input"
|
|
353
|
+
className="govgr-input--width-3-char govgr-!-width-three-quarters govgr-input"
|
|
349
354
|
type="text"
|
|
350
355
|
/>
|
|
351
356
|
</ForwardRef(Base)>
|
|
352
357
|
</ForwardRef(TextInput)>
|
|
353
358
|
`;
|
|
354
359
|
|
|
355
|
-
exports[`renders the TextInput with
|
|
360
|
+
exports[`renders the TextInput with maxWidth="3-char" and with width=two-thirds 1`] = `
|
|
356
361
|
<ForwardRef(TextInput)
|
|
357
|
-
|
|
358
|
-
|
|
362
|
+
maxWidth="3-char"
|
|
363
|
+
width="66.6%"
|
|
359
364
|
>
|
|
360
365
|
<ForwardRef(Base)
|
|
361
366
|
as="input"
|
|
362
|
-
className="govgr-input--width-3 govgr-!-width-
|
|
367
|
+
className="govgr-input--width-3-char govgr-!-width-two-thirds govgr-input"
|
|
363
368
|
type="text"
|
|
364
369
|
>
|
|
365
370
|
<input
|
|
366
|
-
className="govgr-input--width-3 govgr-!-width-
|
|
371
|
+
className="govgr-input--width-3-char govgr-!-width-two-thirds govgr-input"
|
|
367
372
|
type="text"
|
|
368
373
|
/>
|
|
369
374
|
</ForwardRef(Base)>
|
|
370
375
|
</ForwardRef(TextInput)>
|
|
371
376
|
`;
|
|
372
377
|
|
|
373
|
-
exports[`renders the TextInput with
|
|
378
|
+
exports[`renders the TextInput with maxWidth="4-char" 1`] = `
|
|
374
379
|
<ForwardRef(TextInput)
|
|
375
|
-
|
|
376
|
-
characterWidth={3}
|
|
380
|
+
maxWidth="4-char"
|
|
377
381
|
>
|
|
378
382
|
<ForwardRef(Base)
|
|
379
383
|
as="input"
|
|
380
|
-
className="govgr
|
|
384
|
+
className="govgr-input--width-4-char govgr-input"
|
|
381
385
|
type="text"
|
|
382
386
|
>
|
|
383
387
|
<input
|
|
384
|
-
className="govgr
|
|
388
|
+
className="govgr-input--width-4-char govgr-input"
|
|
385
389
|
type="text"
|
|
386
390
|
/>
|
|
387
391
|
</ForwardRef(Base)>
|
|
388
392
|
</ForwardRef(TextInput)>
|
|
389
393
|
`;
|
|
390
394
|
|
|
391
|
-
exports[`renders the TextInput with
|
|
395
|
+
exports[`renders the TextInput with maxWidth="4-char" and with width=full 1`] = `
|
|
392
396
|
<ForwardRef(TextInput)
|
|
393
|
-
|
|
394
|
-
|
|
397
|
+
maxWidth="4-char"
|
|
398
|
+
width="full"
|
|
395
399
|
>
|
|
396
400
|
<ForwardRef(Base)
|
|
397
401
|
as="input"
|
|
398
|
-
className="govgr
|
|
402
|
+
className="govgr-input--width-4-char govgr-input"
|
|
399
403
|
type="text"
|
|
400
404
|
>
|
|
401
405
|
<input
|
|
402
|
-
className="govgr
|
|
406
|
+
className="govgr-input--width-4-char govgr-input"
|
|
403
407
|
type="text"
|
|
404
408
|
/>
|
|
405
409
|
</ForwardRef(Base)>
|
|
406
410
|
</ForwardRef(TextInput)>
|
|
407
411
|
`;
|
|
408
412
|
|
|
409
|
-
exports[`renders the TextInput with
|
|
413
|
+
exports[`renders the TextInput with maxWidth="4-char" and with width=one-half 1`] = `
|
|
410
414
|
<ForwardRef(TextInput)
|
|
411
|
-
|
|
412
|
-
|
|
415
|
+
maxWidth="4-char"
|
|
416
|
+
width="50%"
|
|
413
417
|
>
|
|
414
418
|
<ForwardRef(Base)
|
|
415
419
|
as="input"
|
|
416
|
-
className="govgr
|
|
420
|
+
className="govgr-input--width-4-char govgr-!-width-one-half govgr-input"
|
|
417
421
|
type="text"
|
|
418
422
|
>
|
|
419
423
|
<input
|
|
420
|
-
className="govgr
|
|
424
|
+
className="govgr-input--width-4-char govgr-!-width-one-half govgr-input"
|
|
421
425
|
type="text"
|
|
422
426
|
/>
|
|
423
427
|
</ForwardRef(Base)>
|
|
424
428
|
</ForwardRef(TextInput)>
|
|
425
429
|
`;
|
|
426
430
|
|
|
427
|
-
exports[`renders the TextInput with
|
|
431
|
+
exports[`renders the TextInput with maxWidth="4-char" and with width=one-quarter 1`] = `
|
|
428
432
|
<ForwardRef(TextInput)
|
|
429
|
-
|
|
430
|
-
|
|
433
|
+
maxWidth="4-char"
|
|
434
|
+
width="25%"
|
|
431
435
|
>
|
|
432
436
|
<ForwardRef(Base)
|
|
433
437
|
as="input"
|
|
434
|
-
className="govgr
|
|
438
|
+
className="govgr-input--width-4-char govgr-!-width-one-quarter govgr-input"
|
|
435
439
|
type="text"
|
|
436
440
|
>
|
|
437
441
|
<input
|
|
438
|
-
className="govgr
|
|
442
|
+
className="govgr-input--width-4-char govgr-!-width-one-quarter govgr-input"
|
|
439
443
|
type="text"
|
|
440
444
|
/>
|
|
441
445
|
</ForwardRef(Base)>
|
|
442
446
|
</ForwardRef(TextInput)>
|
|
443
447
|
`;
|
|
444
448
|
|
|
445
|
-
exports[`renders the TextInput with
|
|
449
|
+
exports[`renders the TextInput with maxWidth="4-char" and with width=one-third 1`] = `
|
|
446
450
|
<ForwardRef(TextInput)
|
|
447
|
-
|
|
448
|
-
|
|
451
|
+
maxWidth="4-char"
|
|
452
|
+
width="33.3%"
|
|
449
453
|
>
|
|
450
454
|
<ForwardRef(Base)
|
|
451
455
|
as="input"
|
|
452
|
-
className="govgr
|
|
456
|
+
className="govgr-input--width-4-char govgr-!-width-one-third govgr-input"
|
|
453
457
|
type="text"
|
|
454
458
|
>
|
|
455
459
|
<input
|
|
456
|
-
className="govgr
|
|
460
|
+
className="govgr-input--width-4-char govgr-!-width-one-third govgr-input"
|
|
457
461
|
type="text"
|
|
458
462
|
/>
|
|
459
463
|
</ForwardRef(Base)>
|
|
460
464
|
</ForwardRef(TextInput)>
|
|
461
465
|
`;
|
|
462
466
|
|
|
463
|
-
exports[`renders the TextInput with
|
|
467
|
+
exports[`renders the TextInput with maxWidth="4-char" and with width=three-quarters 1`] = `
|
|
464
468
|
<ForwardRef(TextInput)
|
|
465
|
-
|
|
469
|
+
maxWidth="4-char"
|
|
470
|
+
width="75%"
|
|
466
471
|
>
|
|
467
472
|
<ForwardRef(Base)
|
|
468
473
|
as="input"
|
|
469
|
-
className="govgr-input--width-4 govgr-input"
|
|
474
|
+
className="govgr-input--width-4-char govgr-!-width-three-quarters govgr-input"
|
|
470
475
|
type="text"
|
|
471
476
|
>
|
|
472
477
|
<input
|
|
473
|
-
className="govgr-input--width-4 govgr-input"
|
|
478
|
+
className="govgr-input--width-4-char govgr-!-width-three-quarters govgr-input"
|
|
474
479
|
type="text"
|
|
475
480
|
/>
|
|
476
481
|
</ForwardRef(Base)>
|
|
477
482
|
</ForwardRef(TextInput)>
|
|
478
483
|
`;
|
|
479
484
|
|
|
480
|
-
exports[`renders the TextInput with
|
|
485
|
+
exports[`renders the TextInput with maxWidth="4-char" and with width=two-thirds 1`] = `
|
|
481
486
|
<ForwardRef(TextInput)
|
|
482
|
-
|
|
483
|
-
|
|
487
|
+
maxWidth="4-char"
|
|
488
|
+
width="66.6%"
|
|
484
489
|
>
|
|
485
490
|
<ForwardRef(Base)
|
|
486
491
|
as="input"
|
|
487
|
-
className="govgr-input--width-4 govgr-!-width-
|
|
492
|
+
className="govgr-input--width-4-char govgr-!-width-two-thirds govgr-input"
|
|
488
493
|
type="text"
|
|
489
494
|
>
|
|
490
495
|
<input
|
|
491
|
-
className="govgr-input--width-4 govgr-!-width-
|
|
496
|
+
className="govgr-input--width-4-char govgr-!-width-two-thirds govgr-input"
|
|
492
497
|
type="text"
|
|
493
498
|
/>
|
|
494
499
|
</ForwardRef(Base)>
|
|
495
500
|
</ForwardRef(TextInput)>
|
|
496
501
|
`;
|
|
497
502
|
|
|
498
|
-
exports[`renders the TextInput with
|
|
503
|
+
exports[`renders the TextInput with maxWidth="5-char" 1`] = `
|
|
499
504
|
<ForwardRef(TextInput)
|
|
500
|
-
|
|
501
|
-
characterWidth={4}
|
|
505
|
+
maxWidth="5-char"
|
|
502
506
|
>
|
|
503
507
|
<ForwardRef(Base)
|
|
504
508
|
as="input"
|
|
505
|
-
className="govgr
|
|
509
|
+
className="govgr-input--width-5-char govgr-input"
|
|
506
510
|
type="text"
|
|
507
511
|
>
|
|
508
512
|
<input
|
|
509
|
-
className="govgr
|
|
513
|
+
className="govgr-input--width-5-char govgr-input"
|
|
510
514
|
type="text"
|
|
511
515
|
/>
|
|
512
516
|
</ForwardRef(Base)>
|
|
513
517
|
</ForwardRef(TextInput)>
|
|
514
518
|
`;
|
|
515
519
|
|
|
516
|
-
exports[`renders the TextInput with
|
|
520
|
+
exports[`renders the TextInput with maxWidth="10-char" 1`] = `
|
|
517
521
|
<ForwardRef(TextInput)
|
|
518
|
-
|
|
519
|
-
characterWidth={4}
|
|
522
|
+
maxWidth="10-char"
|
|
520
523
|
>
|
|
521
524
|
<ForwardRef(Base)
|
|
522
525
|
as="input"
|
|
523
|
-
className="govgr
|
|
526
|
+
className="govgr-input--width-10-char govgr-input"
|
|
524
527
|
type="text"
|
|
525
528
|
>
|
|
526
529
|
<input
|
|
527
|
-
className="govgr
|
|
530
|
+
className="govgr-input--width-10-char govgr-input"
|
|
528
531
|
type="text"
|
|
529
532
|
/>
|
|
530
533
|
</ForwardRef(Base)>
|
|
531
534
|
</ForwardRef(TextInput)>
|
|
532
535
|
`;
|
|
533
536
|
|
|
534
|
-
exports[`renders the TextInput with
|
|
537
|
+
exports[`renders the TextInput with maxWidth="20-char" 1`] = `
|
|
535
538
|
<ForwardRef(TextInput)
|
|
536
|
-
|
|
537
|
-
characterWidth={4}
|
|
539
|
+
maxWidth="20-char"
|
|
538
540
|
>
|
|
539
541
|
<ForwardRef(Base)
|
|
540
542
|
as="input"
|
|
541
|
-
className="govgr
|
|
543
|
+
className="govgr-input--width-20-char govgr-input"
|
|
542
544
|
type="text"
|
|
543
545
|
>
|
|
544
546
|
<input
|
|
545
|
-
className="govgr
|
|
547
|
+
className="govgr-input--width-20-char govgr-input"
|
|
546
548
|
type="text"
|
|
547
549
|
/>
|
|
548
550
|
</ForwardRef(Base)>
|
|
549
551
|
</ForwardRef(TextInput)>
|
|
550
552
|
`;
|
|
551
553
|
|
|
552
|
-
exports[`renders the TextInput with
|
|
554
|
+
exports[`renders the TextInput with maxWidth="20-char" and with width=full 1`] = `
|
|
553
555
|
<ForwardRef(TextInput)
|
|
554
|
-
|
|
555
|
-
|
|
556
|
+
maxWidth="20-char"
|
|
557
|
+
width="full"
|
|
556
558
|
>
|
|
557
559
|
<ForwardRef(Base)
|
|
558
560
|
as="input"
|
|
559
|
-
className="govgr
|
|
561
|
+
className="govgr-input--width-20-char govgr-input"
|
|
560
562
|
type="text"
|
|
561
563
|
>
|
|
562
564
|
<input
|
|
563
|
-
className="govgr
|
|
565
|
+
className="govgr-input--width-20-char govgr-input"
|
|
564
566
|
type="text"
|
|
565
567
|
/>
|
|
566
568
|
</ForwardRef(Base)>
|
|
567
569
|
</ForwardRef(TextInput)>
|
|
568
570
|
`;
|
|
569
571
|
|
|
570
|
-
exports[`renders the TextInput with
|
|
572
|
+
exports[`renders the TextInput with maxWidth="20-char" and with width=one-half 1`] = `
|
|
571
573
|
<ForwardRef(TextInput)
|
|
572
|
-
|
|
573
|
-
|
|
574
|
+
maxWidth="20-char"
|
|
575
|
+
width="50%"
|
|
574
576
|
>
|
|
575
577
|
<ForwardRef(Base)
|
|
576
578
|
as="input"
|
|
577
|
-
className="govgr
|
|
579
|
+
className="govgr-input--width-20-char govgr-!-width-one-half govgr-input"
|
|
578
580
|
type="text"
|
|
579
581
|
>
|
|
580
582
|
<input
|
|
581
|
-
className="govgr
|
|
583
|
+
className="govgr-input--width-20-char govgr-!-width-one-half govgr-input"
|
|
582
584
|
type="text"
|
|
583
585
|
/>
|
|
584
586
|
</ForwardRef(Base)>
|
|
585
587
|
</ForwardRef(TextInput)>
|
|
586
588
|
`;
|
|
587
589
|
|
|
588
|
-
exports[`renders the TextInput with
|
|
590
|
+
exports[`renders the TextInput with maxWidth="20-char" and with width=one-quarter 1`] = `
|
|
589
591
|
<ForwardRef(TextInput)
|
|
590
|
-
|
|
592
|
+
maxWidth="20-char"
|
|
593
|
+
width="25%"
|
|
591
594
|
>
|
|
592
595
|
<ForwardRef(Base)
|
|
593
596
|
as="input"
|
|
594
|
-
className="govgr-input--width-
|
|
597
|
+
className="govgr-input--width-20-char govgr-!-width-one-quarter govgr-input"
|
|
595
598
|
type="text"
|
|
596
599
|
>
|
|
597
600
|
<input
|
|
598
|
-
className="govgr-input--width-
|
|
601
|
+
className="govgr-input--width-20-char govgr-!-width-one-quarter govgr-input"
|
|
599
602
|
type="text"
|
|
600
603
|
/>
|
|
601
604
|
</ForwardRef(Base)>
|
|
602
605
|
</ForwardRef(TextInput)>
|
|
603
606
|
`;
|
|
604
607
|
|
|
605
|
-
exports[`renders the TextInput with
|
|
608
|
+
exports[`renders the TextInput with maxWidth="20-char" and with width=one-third 1`] = `
|
|
606
609
|
<ForwardRef(TextInput)
|
|
607
|
-
|
|
610
|
+
maxWidth="20-char"
|
|
611
|
+
width="33.3%"
|
|
608
612
|
>
|
|
609
613
|
<ForwardRef(Base)
|
|
610
614
|
as="input"
|
|
611
|
-
className="govgr-input--width-
|
|
615
|
+
className="govgr-input--width-20-char govgr-!-width-one-third govgr-input"
|
|
612
616
|
type="text"
|
|
613
617
|
>
|
|
614
618
|
<input
|
|
615
|
-
className="govgr-input--width-
|
|
619
|
+
className="govgr-input--width-20-char govgr-!-width-one-third govgr-input"
|
|
616
620
|
type="text"
|
|
617
621
|
/>
|
|
618
622
|
</ForwardRef(Base)>
|
|
619
623
|
</ForwardRef(TextInput)>
|
|
620
624
|
`;
|
|
621
625
|
|
|
622
|
-
exports[`renders the TextInput with
|
|
626
|
+
exports[`renders the TextInput with maxWidth="20-char" and with width=three-quarters 1`] = `
|
|
623
627
|
<ForwardRef(TextInput)
|
|
624
|
-
|
|
628
|
+
maxWidth="20-char"
|
|
629
|
+
width="75%"
|
|
625
630
|
>
|
|
626
631
|
<ForwardRef(Base)
|
|
627
632
|
as="input"
|
|
628
|
-
className="govgr-input--width-20 govgr-input"
|
|
633
|
+
className="govgr-input--width-20-char govgr-!-width-three-quarters govgr-input"
|
|
629
634
|
type="text"
|
|
630
635
|
>
|
|
631
636
|
<input
|
|
632
|
-
className="govgr-input--width-20 govgr-input"
|
|
637
|
+
className="govgr-input--width-20-char govgr-!-width-three-quarters govgr-input"
|
|
633
638
|
type="text"
|
|
634
639
|
/>
|
|
635
640
|
</ForwardRef(Base)>
|
|
636
641
|
</ForwardRef(TextInput)>
|
|
637
642
|
`;
|
|
638
643
|
|
|
639
|
-
exports[`renders the TextInput with
|
|
644
|
+
exports[`renders the TextInput with maxWidth="20-char" and with width=two-thirds 1`] = `
|
|
640
645
|
<ForwardRef(TextInput)
|
|
641
|
-
|
|
642
|
-
|
|
646
|
+
maxWidth="20-char"
|
|
647
|
+
width="66.6%"
|
|
643
648
|
>
|
|
644
649
|
<ForwardRef(Base)
|
|
645
650
|
as="input"
|
|
646
|
-
className="govgr-input--width-20 govgr-!-width-
|
|
651
|
+
className="govgr-input--width-20-char govgr-!-width-two-thirds govgr-input"
|
|
647
652
|
type="text"
|
|
648
653
|
>
|
|
649
654
|
<input
|
|
650
|
-
className="govgr-input--width-20 govgr-!-width-
|
|
655
|
+
className="govgr-input--width-20-char govgr-!-width-two-thirds govgr-input"
|
|
651
656
|
type="text"
|
|
652
657
|
/>
|
|
653
658
|
</ForwardRef(Base)>
|
|
654
659
|
</ForwardRef(TextInput)>
|
|
655
660
|
`;
|
|
656
661
|
|
|
657
|
-
exports[`renders the TextInput with
|
|
662
|
+
exports[`renders the TextInput with no props 1`] = `
|
|
663
|
+
<ForwardRef(TextInput)>
|
|
664
|
+
<ForwardRef(Base)
|
|
665
|
+
as="input"
|
|
666
|
+
className="govgr-input"
|
|
667
|
+
type="text"
|
|
668
|
+
>
|
|
669
|
+
<input
|
|
670
|
+
className="govgr-input"
|
|
671
|
+
type="text"
|
|
672
|
+
/>
|
|
673
|
+
</ForwardRef(Base)>
|
|
674
|
+
</ForwardRef(TextInput)>
|
|
675
|
+
`;
|
|
676
|
+
|
|
677
|
+
exports[`renders the TextInput with width=full 1`] = `
|
|
658
678
|
<ForwardRef(TextInput)
|
|
659
|
-
|
|
660
|
-
characterWidth={20}
|
|
679
|
+
width="full"
|
|
661
680
|
>
|
|
662
681
|
<ForwardRef(Base)
|
|
663
682
|
as="input"
|
|
664
|
-
className="govgr
|
|
683
|
+
className="govgr-input"
|
|
665
684
|
type="text"
|
|
666
685
|
>
|
|
667
686
|
<input
|
|
668
|
-
className="govgr
|
|
687
|
+
className="govgr-input"
|
|
669
688
|
type="text"
|
|
670
689
|
/>
|
|
671
690
|
</ForwardRef(Base)>
|
|
672
691
|
</ForwardRef(TextInput)>
|
|
673
692
|
`;
|
|
674
693
|
|
|
675
|
-
exports[`renders the TextInput with
|
|
694
|
+
exports[`renders the TextInput with width=one-half 1`] = `
|
|
676
695
|
<ForwardRef(TextInput)
|
|
677
|
-
|
|
678
|
-
characterWidth={20}
|
|
696
|
+
width="50%"
|
|
679
697
|
>
|
|
680
698
|
<ForwardRef(Base)
|
|
681
699
|
as="input"
|
|
682
|
-
className="govgr-!-width-one-
|
|
700
|
+
className="govgr-!-width-one-half govgr-input"
|
|
683
701
|
type="text"
|
|
684
702
|
>
|
|
685
703
|
<input
|
|
686
|
-
className="govgr-!-width-one-
|
|
704
|
+
className="govgr-!-width-one-half govgr-input"
|
|
687
705
|
type="text"
|
|
688
706
|
/>
|
|
689
707
|
</ForwardRef(Base)>
|
|
690
708
|
</ForwardRef(TextInput)>
|
|
691
709
|
`;
|
|
692
710
|
|
|
693
|
-
exports[`renders the TextInput with
|
|
711
|
+
exports[`renders the TextInput with width=one-quarter 1`] = `
|
|
694
712
|
<ForwardRef(TextInput)
|
|
695
|
-
|
|
696
|
-
characterWidth={20}
|
|
713
|
+
width="25%"
|
|
697
714
|
>
|
|
698
715
|
<ForwardRef(Base)
|
|
699
716
|
as="input"
|
|
700
|
-
className="govgr-!-width-one-
|
|
717
|
+
className="govgr-!-width-one-quarter govgr-input"
|
|
701
718
|
type="text"
|
|
702
719
|
>
|
|
703
720
|
<input
|
|
704
|
-
className="govgr-!-width-one-
|
|
721
|
+
className="govgr-!-width-one-quarter govgr-input"
|
|
705
722
|
type="text"
|
|
706
723
|
/>
|
|
707
724
|
</ForwardRef(Base)>
|
|
708
725
|
</ForwardRef(TextInput)>
|
|
709
726
|
`;
|
|
710
727
|
|
|
711
|
-
exports[`renders the TextInput with
|
|
728
|
+
exports[`renders the TextInput with width=one-third 1`] = `
|
|
712
729
|
<ForwardRef(TextInput)
|
|
713
|
-
|
|
714
|
-
characterWidth={20}
|
|
730
|
+
width="33.3%"
|
|
715
731
|
>
|
|
716
732
|
<ForwardRef(Base)
|
|
717
733
|
as="input"
|
|
718
|
-
className="govgr-!-width-
|
|
734
|
+
className="govgr-!-width-one-third govgr-input"
|
|
719
735
|
type="text"
|
|
720
736
|
>
|
|
721
737
|
<input
|
|
722
|
-
className="govgr-!-width-
|
|
738
|
+
className="govgr-!-width-one-third govgr-input"
|
|
723
739
|
type="text"
|
|
724
740
|
/>
|
|
725
741
|
</ForwardRef(Base)>
|
|
726
742
|
</ForwardRef(TextInput)>
|
|
727
743
|
`;
|
|
728
744
|
|
|
729
|
-
exports[`renders the TextInput with
|
|
745
|
+
exports[`renders the TextInput with width=three-quarters 1`] = `
|
|
730
746
|
<ForwardRef(TextInput)
|
|
731
|
-
|
|
732
|
-
characterWidth={20}
|
|
747
|
+
width="75%"
|
|
733
748
|
>
|
|
734
749
|
<ForwardRef(Base)
|
|
735
750
|
as="input"
|
|
736
|
-
className="govgr-!-width-
|
|
751
|
+
className="govgr-!-width-three-quarters govgr-input"
|
|
737
752
|
type="text"
|
|
738
753
|
>
|
|
739
754
|
<input
|
|
740
|
-
className="govgr-!-width-
|
|
755
|
+
className="govgr-!-width-three-quarters govgr-input"
|
|
741
756
|
type="text"
|
|
742
757
|
/>
|
|
743
758
|
</ForwardRef(Base)>
|
|
744
759
|
</ForwardRef(TextInput)>
|
|
745
760
|
`;
|
|
746
761
|
|
|
747
|
-
exports[`renders the TextInput with
|
|
748
|
-
<ForwardRef(TextInput)
|
|
762
|
+
exports[`renders the TextInput with width=two-thirds 1`] = `
|
|
763
|
+
<ForwardRef(TextInput)
|
|
764
|
+
width="66.6%"
|
|
765
|
+
>
|
|
749
766
|
<ForwardRef(Base)
|
|
750
767
|
as="input"
|
|
751
|
-
className="govgr-input"
|
|
768
|
+
className="govgr-!-width-two-thirds govgr-input"
|
|
752
769
|
type="text"
|
|
753
770
|
>
|
|
754
771
|
<input
|
|
755
|
-
className="govgr-input"
|
|
772
|
+
className="govgr-!-width-two-thirds govgr-input"
|
|
756
773
|
type="text"
|
|
757
774
|
/>
|
|
758
775
|
</ForwardRef(Base)>
|