@digigov/react-core 0.27.0-f0a89ab5 → 1.0.0-00643e1d
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 +17 -0
- package/AccessibilityMenu/index.js +42 -0
- package/AccessibilityMenuBody/index.d.ts +11 -0
- package/AccessibilityMenuBody/index.js +40 -0
- package/AccessibilityMenuButton/index.d.ts +11 -0
- package/AccessibilityMenuButton/index.js +47 -0
- package/AccessibilityMenuContent/index.d.ts +11 -0
- package/AccessibilityMenuContent/index.js +40 -0
- package/AccessibilityMenuHeader/index.d.ts +10 -0
- package/AccessibilityMenuHeader/index.js +39 -0
- package/AccessibilityMenuHeaderButton/index.d.ts +10 -0
- package/AccessibilityMenuHeaderButton/index.js +38 -0
- package/AccessibilityMenuList/index.d.ts +11 -0
- package/AccessibilityMenuList/index.js +40 -0
- package/AccessibilityMenuListItem/index.d.ts +11 -0
- package/AccessibilityMenuListItem/index.js +40 -0
- package/AccessibilityMenuOptionButton/index.d.ts +17 -0
- package/AccessibilityMenuOptionButton/index.js +42 -0
- package/AccessibilityMenuSteps/index.d.ts +24 -0
- package/AccessibilityMenuSteps/index.js +55 -0
- package/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/Accordion/index.d.ts +19 -1
- package/Accordion/index.js +9 -4
- package/AccordionControls/index.js +2 -2
- package/AccordionSection/index.d.ts +2 -3
- package/AccordionSection/index.js +5 -8
- package/AccordionSectionContent/index.js +2 -2
- package/AccordionSectionSummary/index.d.ts +1 -17
- package/AccordionSectionSummary/index.js +7 -9
- package/AccordionSectionSummaryHeading/__snapshots__/index.test.tsx.snap +0 -4
- package/AccordionSectionSummaryHeading/index.js +2 -2
- package/AdminAside/__snapshots__/index.test.tsx.snap +22 -0
- package/AdminAside/index.d.ts +9 -0
- package/AdminAside/index.js +39 -0
- package/AdminAside/index.test.js +15 -0
- package/AdminContainer/__snapshots__/index.test.tsx.snap +30 -0
- package/AdminContainer/index.d.ts +10 -0
- package/AdminContainer/index.js +42 -0
- package/AdminContainer/index.test.js +15 -0
- package/AdminHeader/__snapshots__/index.test.tsx.snap +20 -0
- package/AdminHeader/index.d.ts +10 -0
- package/AdminHeader/index.js +41 -0
- package/AdminHeader/index.test.js +15 -0
- package/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +16 -0
- package/AdminHeaderContent/index.d.ts +9 -0
- package/AdminHeaderContent/index.js +38 -0
- package/AdminHeaderContent/index.spec.js +15 -0
- package/AdminLayout/__snapshots__/index.test.tsx.snap +16 -0
- package/AdminLayout/index.d.ts +14 -0
- package/AdminLayout/index.js +39 -0
- package/AdminLayout/index.test.js +15 -0
- package/AdminMain/__snapshots__/index.test.tsx.snap +22 -0
- package/AdminMain/index.d.ts +9 -0
- package/AdminMain/index.js +39 -0
- package/AdminMain/index.test.js +15 -0
- package/AdminTopSection/__snapshots__/index.test.tsx.snap +21 -0
- package/AdminTopSection/index.d.ts +25 -0
- package/AdminTopSection/index.js +42 -0
- package/AdminTopSection/index.test.js +15 -0
- package/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/Aside/index.d.ts +5 -5
- package/Aside/index.js +10 -6
- package/AutoCompleteAssistiveHint/__snapshots__/index.test.tsx.snap +16 -0
- package/AutoCompleteAssistiveHint/index.d.ts +11 -0
- package/AutoCompleteAssistiveHint/index.js +40 -0
- package/AutoCompleteAssistiveHint/index.test.js +15 -0
- package/AutoCompleteInput/__snapshots__/index.test.tsx.snap +89 -0
- package/AutoCompleteInput/index.d.ts +25 -0
- package/AutoCompleteInput/index.js +44 -0
- package/AutoCompleteInput/index.test.js +50 -0
- package/AutoCompleteInputTypeahead/__snapshots__/index.test.tsx.snap +22 -0
- package/AutoCompleteInputTypeahead/index.d.ts +11 -0
- package/AutoCompleteInputTypeahead/index.js +42 -0
- package/AutoCompleteInputTypeahead/index.test.js +15 -0
- package/AutoCompleteResultList/__snapshots__/index.test.tsx.snap +69 -0
- package/AutoCompleteResultList/index.d.ts +29 -0
- package/AutoCompleteResultList/index.js +42 -0
- package/AutoCompleteResultList/index.test.js +41 -0
- package/AutoCompleteResultListItem/__snapshots__/index.test.tsx.snap +78 -0
- package/AutoCompleteResultListItem/index.d.ts +47 -0
- package/AutoCompleteResultListItem/index.js +46 -0
- package/AutoCompleteResultListItem/index.test.js +42 -0
- package/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +22 -0
- package/AutoCompleteStatus/index.d.ts +10 -0
- package/AutoCompleteStatus/index.js +42 -0
- package/AutoCompleteStatus/index.test.js +15 -0
- package/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +16 -0
- package/AutoCompleteStatusWrapper/index.d.ts +10 -0
- package/AutoCompleteStatusWrapper/index.js +39 -0
- package/AutoCompleteStatusWrapper/index.test.js +15 -0
- package/AutoCompleteWrapper/__snapshots__/index.test.tsx.snap +16 -0
- package/AutoCompleteWrapper/index.d.ts +22 -0
- package/AutoCompleteWrapper/index.js +40 -0
- package/AutoCompleteWrapper/index.test.js +15 -0
- package/BackLink/__snapshots__/index.test.tsx.snap +58 -36
- package/BackLink/index.js +8 -8
- package/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/BannerContainer/index.d.ts +6 -0
- package/BannerContainer/index.js +35 -0
- package/BannerContainer/index.test.js +15 -0
- package/Base/index.d.ts +3 -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 +5 -4
- package/Blockquote/index.test.js +8 -0
- package/Bottom/index.js +2 -2
- package/BottomInfo/__snapshots__/index.test.tsx.snap +30 -0
- package/BottomInfo/index.d.ts +9 -0
- package/BottomInfo/index.js +37 -0
- package/BottomInfo/index.test.js +15 -0
- package/BottomInfoContainer/__snapshots__/index.test.tsx.snap +30 -0
- package/BottomInfoContainer/index.d.ts +9 -0
- package/BottomInfoContainer/index.js +37 -0
- package/BottomInfoContainer/index.test.js +15 -0
- package/BottomInfoContent/__snapshots__/index.test.tsx.snap +22 -0
- package/BottomInfoContent/index.d.ts +9 -0
- package/BottomInfoContent/index.js +41 -0
- package/BottomInfoContent/index.test.js +15 -0
- package/Breadcrumbs/index.js +2 -2
- package/BreadcrumbsList/index.js +2 -2
- package/BreadcrumbsListItem/index.d.ts +3 -2
- package/BreadcrumbsListItem/index.js +2 -2
- package/Button/__snapshots__/index.test.tsx.snap +26 -8
- package/Button/index.d.ts +23 -9
- package/Button/index.js +3 -2
- package/Button/index.test.js +17 -9
- package/ButtonGroup/__snapshots__/index.test.tsx.snap +2 -2
- package/ButtonGroup/index.js +3 -3
- package/ButtonLink/index.d.ts +10 -6
- package/ButtonLink/index.js +2 -2
- package/CHANGELOG.md +3 -3
- package/CallToAction/__snapshots__/index.test.tsx.snap +24 -18
- package/CallToAction/index.js +2 -2
- package/Card/__snapshots__/index.test.tsx.snap +29 -8
- package/Card/index.d.ts +29 -15
- package/Card/index.js +6 -5
- package/Card/index.test.js +25 -17
- package/CardAction/__snapshots__/index.test.tsx.snap +2 -2
- package/CardAction/index.js +3 -3
- package/CardContent/__snapshots__/index.test.tsx.snap +16 -0
- package/CardContent/index.d.ts +10 -0
- package/CardContent/index.js +39 -0
- package/CardContent/index.test.js +15 -0
- package/CardHeading/index.js +2 -2
- package/Checkbox/__snapshots__/index.test.tsx.snap +172 -11
- package/Checkbox/index.d.ts +17 -1
- package/Checkbox/index.js +7 -5
- package/Checkbox/index.test.js +16 -0
- package/CheckboxConditional/__snapshots__/index.test.tsx.snap +28 -8
- package/CheckboxConditional/index.js +3 -3
- package/CheckboxItem/__snapshots__/index.test.tsx.snap +10 -14
- package/CheckboxItem/index.d.ts +4 -4
- package/CheckboxItem/index.js +8 -10
- package/CheckboxItem/index.test.js +2 -2
- package/Chip/__snapshots__/index.test.tsx.snap +20 -0
- package/Chip/index.d.ts +14 -0
- package/Chip/index.js +54 -0
- package/Chip/index.test.js +15 -0
- package/ChipContainer/__snapshots__/index.spec.tsx.snap +16 -0
- package/ChipContainer/index.d.ts +14 -0
- package/ChipContainer/index.js +39 -0
- package/ChipContainer/index.spec.js +15 -0
- package/ChipHeading/__snapshots__/index.test.tsx.snap +26 -0
- package/ChipHeading/index.d.ts +10 -0
- package/ChipHeading/index.js +36 -0
- package/ChipHeading/index.test.js +15 -0
- package/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
- package/ChipKeyValue/index.d.ts +10 -0
- package/ChipKeyValue/index.js +39 -0
- package/ChipKeyValue/index.test.js +15 -0
- package/ChoiceDividerText/__snapshots__/index.test.tsx.snap +16 -0
- package/ChoiceDividerText/index.d.ts +10 -0
- package/ChoiceDividerText/index.js +39 -0
- package/ChoiceDividerText/index.test.js +15 -0
- package/CircularProgress/__snapshots__/index.test.tsx.snap +181 -0
- package/CircularProgress/index.d.ts +27 -0
- package/CircularProgress/index.js +55 -0
- package/CircularProgress/index.test.js +57 -0
- package/CloseButton/__snapshots__/index.test.tsx.snap +104 -0
- package/CloseButton/index.d.ts +15 -0
- package/CloseButton/index.js +43 -0
- 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 +12 -12
- package/Container/index.test.js +1 -1
- package/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +84 -0
- package/CopyToClipboardContainer/index.d.ts +31 -0
- package/CopyToClipboardContainer/index.js +46 -0
- package/CopyToClipboardContainer/index.spec.js +40 -0
- package/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +97 -0
- package/CopyToClipboardMessage/index.d.ts +18 -0
- package/CopyToClipboardMessage/index.js +40 -0
- package/CopyToClipboardMessage/index.test.js +51 -0
- package/CopyrightContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/CopyrightContainer/index.js +3 -3
- package/DateInputContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/DateInputContainer/index.d.ts +8 -1
- package/DateInputContainer/index.js +6 -5
- 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 +3 -3
- package/Details/index.d.ts +1 -1
- package/Details/index.js +2 -2
- package/DetailsContent/__snapshots__/index.test.tsx.snap +2 -2
- package/DetailsContent/index.js +3 -3
- package/DetailsSummary/index.d.ts +1 -1
- package/DetailsSummary/index.js +3 -3
- package/Drawer/__snapshots__/index.test.tsx.snap +105 -0
- package/Drawer/index.d.ts +36 -0
- package/Drawer/index.js +44 -0
- package/Drawer/index.test.js +28 -0
- package/DrawerHeading/__snapshots__/index.test.tsx.snap +75 -0
- package/DrawerHeading/index.d.ts +16 -0
- package/DrawerHeading/index.js +49 -0
- package/DrawerHeading/index.test.js +15 -0
- package/DropdownBase/__snapshots__/index.test.tsx.snap +206 -0
- package/DropdownBase/index.d.ts +32 -0
- package/DropdownBase/index.js +43 -0
- package/DropdownBase/index.test.js +101 -0
- package/DropdownButton/__snapshots__/index.test.tsx.snap +643 -0
- package/DropdownButton/index.d.ts +45 -0
- package/DropdownButton/index.js +54 -0
- package/DropdownButton/index.test.js +203 -0
- package/DropdownContent/__snapshots__/index.test.tsx.snap +16 -0
- package/DropdownContent/index.d.ts +17 -0
- package/DropdownContent/index.js +40 -0
- package/DropdownContent/index.test.js +15 -0
- package/ErrorMessage/index.js +2 -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 +7 -16
- package/FieldContainer/index.d.ts +5 -3
- package/FieldContainer/index.js +4 -7
- package/Fieldset/index.js +2 -2
- package/FieldsetLegend/__snapshots__/index.test.tsx.snap +22 -22
- package/FieldsetLegend/index.d.ts +15 -7
- package/FieldsetLegend/index.js +6 -6
- package/FieldsetLegend/index.test.js +6 -6
- package/FileUpload/index.d.ts +5 -2
- package/FileUpload/index.js +2 -2
- package/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/FileUploadContainer/index.d.ts +7 -4
- package/FileUploadContainer/index.js +6 -6
- package/FileUploadContainer/index.test.js +2 -2
- package/FillableText/__snapshots__/index.test.tsx.snap +16 -0
- package/FillableText/index.d.ts +10 -0
- package/FillableText/index.js +39 -0
- package/FillableText/index.test.js +15 -0
- package/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/FilterContainer/index.d.ts +38 -0
- package/FilterContainer/index.js +46 -0
- package/FilterContainer/index.test.d.ts +1 -0
- package/FilterContainer/index.test.js +15 -0
- package/FilterContent/__snapshots__/index.test.tsx.snap +16 -0
- package/FilterContent/index.d.ts +9 -0
- package/FilterContent/index.js +38 -0
- package/FilterContent/index.test.d.ts +1 -0
- package/FilterContent/index.test.js +15 -0
- package/FilterHeadingContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/FilterHeadingContainer/index.d.ts +12 -0
- package/FilterHeadingContainer/index.js +41 -0
- package/FilterHeadingContainer/index.test.d.ts +1 -0
- package/FilterHeadingContainer/index.test.js +15 -0
- package/FilterOptionsSection/__snapshots__/index.spec.tsx.snap +16 -0
- package/FilterOptionsSection/index.d.ts +14 -0
- package/FilterOptionsSection/index.js +39 -0
- package/FilterOptionsSection/index.spec.d.ts +1 -0
- package/FilterOptionsSection/index.spec.js +15 -0
- package/FilterSelectedHeading/__snapshots__/index.spec.tsx.snap +16 -0
- package/FilterSelectedHeading/index.d.ts +9 -0
- package/FilterSelectedHeading/index.js +38 -0
- package/FilterSelectedHeading/index.spec.d.ts +1 -0
- package/FilterSelectedHeading/index.spec.js +15 -0
- package/FilterSelectedSection/__snapshots__/index.test.tsx.snap +16 -0
- package/FilterSelectedSection/index.d.ts +9 -0
- package/FilterSelectedSection/index.js +38 -0
- package/FilterSelectedSection/index.test.d.ts +1 -0
- package/FilterSelectedSection/index.test.js +15 -0
- package/Footer/index.js +2 -2
- 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 +3 -3
- package/FooterContentLogos/index.js +2 -2
- package/FooterHeading/__snapshots__/index.test.tsx.snap +59 -26
- package/FooterHeading/index.d.ts +11 -8
- package/FooterHeading/index.js +10 -7
- package/FooterHeading/index.test.js +2 -2
- package/FooterImage/index.js +2 -2
- package/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
- package/FooterInfo/index.d.ts +11 -0
- package/FooterInfo/index.js +40 -0
- package/FooterInfo/index.test.d.ts +1 -0
- package/FooterInfo/index.test.js +15 -0
- package/FooterInfoSection/__snapshots__/index.test.tsx.snap +50 -0
- package/FooterInfoSection/index.d.ts +14 -0
- package/FooterInfoSection/index.js +39 -0
- package/FooterInfoSection/index.test.d.ts +1 -0
- package/FooterInfoSection/index.test.js +31 -0
- package/FooterLink/index.js +2 -2
- package/FooterList/index.d.ts +13 -5
- package/FooterList/index.js +7 -5
- package/FooterListItem/index.js +2 -2
- package/FooterNavigation/index.d.ts +1 -1
- package/FooterNavigation/index.js +3 -3
- package/FooterNavigationSection/__snapshots__/index.test.tsx.snap +20 -0
- package/FooterNavigationSection/index.d.ts +11 -0
- package/FooterNavigationSection/index.js +40 -0
- package/FooterNavigationSection/index.test.d.ts +1 -0
- package/FooterNavigationSection/index.test.js +17 -0
- package/Form/index.d.ts +5 -0
- package/Form/index.js +2 -2
- package/FullPageBackground/__snapshots__/index.test.tsx.snap +14 -0
- package/FullPageBackground/index.d.ts +10 -0
- package/FullPageBackground/index.js +39 -0
- package/FullPageBackground/index.test.d.ts +1 -0
- package/FullPageBackground/index.test.js +15 -0
- package/GovGRLogo/__snapshots__/index.test.tsx.snap +4 -4
- package/GovGRLogo/index.js +5 -5
- package/Grid/index.d.ts +72 -2
- package/Grid/index.js +3 -3
- package/Header/index.d.ts +1 -1
- package/Header/index.js +3 -3
- package/HeaderContent/index.js +2 -2
- package/HeaderLogo/__snapshots__/index.test.tsx.snap +3 -3
- package/HeaderLogo/index.d.ts +6 -4
- package/HeaderLogo/index.js +4 -4
- package/HeaderNavMenuContent/index.js +2 -2
- package/HeaderSecondaryLogo/__snapshots__/index.test.tsx.snap +6 -6
- package/HeaderSecondaryLogo/index.d.ts +6 -4
- package/HeaderSecondaryLogo/index.js +4 -4
- package/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
- package/HeaderSection/index.js +3 -3
- package/HeaderTitle/__snapshots__/index.test.tsx.snap +4 -4
- package/HeaderTitle/index.js +3 -3
- package/Heading/__snapshots__/index.test.tsx.snap +264 -134
- package/Heading/index.d.ts +15 -9
- package/Heading/index.js +11 -8
- package/Heading/index.test.js +55 -38
- package/HeadingCaption/__snapshots__/index.test.tsx.snap +48 -28
- package/HeadingCaption/index.d.ts +11 -7
- package/HeadingCaption/index.js +5 -5
- package/HeadingCaption/index.test.js +2 -2
- package/HellenicRepublicLogo/index.d.ts +5 -3
- package/HellenicRepublicLogo/index.js +2 -2
- package/Hidden/__snapshots__/index.test.tsx.snap +10 -10
- package/Hidden/index.d.ts +29 -4
- package/Hidden/index.js +8 -12
- package/Hint/__snapshots__/index.test.tsx.snap +52 -29
- package/Hint/index.d.ts +3 -8
- package/Hint/index.js +5 -4
- 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.d.ts +1 -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.d.ts +1 -0
- package/ImageLogoSet/index.test.js +29 -0
- package/KitchenSinkAllComponents/index.d.ts +5 -0
- package/KitchenSinkAllComponents/index.js +33 -0
- package/KitchenSinkCard/index.d.ts +5 -0
- package/KitchenSinkCard/index.js +34 -0
- package/KitchenSinkCategory/index.d.ts +5 -0
- package/KitchenSinkCategory/index.js +33 -0
- package/KitchenSinkContent/index.d.ts +14 -0
- package/KitchenSinkContent/index.js +35 -0
- package/KitchenSinkContentInfo/index.d.ts +5 -0
- package/KitchenSinkContentInfo/index.js +33 -0
- package/KitchenSinkContentTags/index.d.ts +5 -0
- package/KitchenSinkContentTags/index.js +33 -0
- package/KitchenSinkHeading/index.d.ts +5 -0
- package/KitchenSinkHeading/index.js +32 -0
- package/KitchenSinkLetterContent/index.d.ts +5 -0
- package/KitchenSinkLetterContent/index.js +33 -0
- package/LabelContainer/index.js +2 -2
- package/LabelTitle/__snapshots__/index.test.tsx.snap +18 -18
- package/LabelTitle/index.d.ts +14 -7
- package/LabelTitle/index.js +3 -3
- package/LabelTitle/index.test.js +6 -6
- package/LabeledText/__snapshots__/index.test.tsx.snap +50 -0
- package/LabeledText/index.d.ts +18 -0
- package/LabeledText/index.js +41 -0
- package/LabeledText/index.test.d.ts +1 -0
- package/LabeledText/index.test.js +31 -0
- package/Layout/__snapshots__/index.test.tsx.snap +2 -2
- package/Layout/index.d.ts +5 -0
- package/Layout/index.js +3 -3
- package/LinkBase/index.d.ts +5 -3
- package/LinkBase/index.js +5 -4
- package/List/__snapshots__/index.test.tsx.snap +8 -8
- package/List/index.d.ts +20 -5
- package/List/index.js +7 -6
- package/List/index.test.js +4 -4
- package/ListItem/index.js +2 -2
- package/LoaderContainer/__snapshots__/index.test.tsx.snap +14 -0
- package/LoaderContainer/index.d.ts +9 -0
- package/LoaderContainer/index.js +38 -0
- package/LoaderContainer/index.test.d.ts +1 -0
- package/LoaderContainer/index.test.js +15 -0
- package/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/Main/index.d.ts +4 -4
- package/Main/index.js +8 -5
- package/Masthead/__snapshots__/index.test.tsx.snap +3 -3
- package/Masthead/index.d.ts +8 -5
- package/Masthead/index.js +3 -3
- package/MastheadBody/__snapshots__/index.test.tsx.snap +2 -2
- package/MastheadBody/index.js +3 -3
- package/MastheadLogo/__snapshots__/index.test.tsx.snap +16 -0
- package/MastheadLogo/index.d.ts +11 -0
- package/MastheadLogo/index.js +44 -0
- package/MastheadLogo/index.test.d.ts +1 -0
- package/MastheadLogo/index.test.js +15 -0
- package/ModalAction/__snapshots__/index.test.tsx.snap +16 -0
- package/ModalAction/index.d.ts +11 -0
- package/ModalAction/index.js +40 -0
- package/ModalAction/index.test.d.ts +1 -0
- package/ModalAction/index.test.js +15 -0
- package/ModalContainer/__snapshots__/index.test.tsx.snap +24 -0
- package/ModalContainer/index.d.ts +24 -0
- package/ModalContainer/index.js +47 -0
- package/ModalContainer/index.test.d.ts +1 -0
- package/ModalContainer/index.test.js +15 -0
- package/ModalContent/__snapshots__/index.test.tsx.snap +16 -0
- package/ModalContent/index.d.ts +10 -0
- package/ModalContent/index.js +39 -0
- package/ModalContent/index.test.d.ts +1 -0
- package/ModalContent/index.test.js +15 -0
- package/ModalHeading/__snapshots__/index.test.tsx.snap +29 -0
- package/ModalHeading/index.d.ts +10 -0
- package/ModalHeading/index.js +37 -0
- package/ModalHeading/index.test.d.ts +1 -0
- package/ModalHeading/index.test.js +15 -0
- package/Nav/__snapshots__/index.test.tsx.snap +91 -4
- package/Nav/index.d.ts +31 -18
- package/Nav/index.js +19 -12
- 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 +7 -4
- package/NavListItemAction/__snapshots__/index.test.tsx.snap +16 -0
- package/NavListItemAction/index.d.ts +14 -0
- package/NavListItemAction/index.js +44 -0
- package/NavListItemAction/index.test.d.ts +1 -0
- package/NavListItemAction/index.test.js +15 -0
- package/NavListItemActionContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/NavListItemActionContainer/index.d.ts +10 -0
- package/NavListItemActionContainer/index.js +39 -0
- package/NavListItemActionContainer/index.test.d.ts +1 -0
- package/NavListItemActionContainer/index.test.js +15 -0
- package/NavListItemButton/__snapshots__/index.test.tsx.snap +81 -54
- package/NavListItemButton/index.d.ts +15 -10
- package/NavListItemButton/index.js +3 -3
- package/NavListItemLink/index.d.ts +6 -4
- package/NavListItemLink/index.js +1 -1
- package/NavMenuContainer/__snapshots__/index.test.tsx.snap +127 -15
- 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/NavMenuContent/index.js +43 -0
- package/NavMenuContent/index.test.d.ts +1 -0
- package/NavMenuContent/index.test.js +15 -0
- package/NavMenuContentListBase/__snapshots__/index.test.tsx.snap +16 -0
- package/NavMenuContentListBase/index.d.ts +10 -0
- package/NavMenuContentListBase/index.js +39 -0
- package/NavMenuContentListBase/index.test.d.ts +1 -0
- package/NavMenuContentListBase/index.test.js +15 -0
- package/NavMenuContentListItem/__snapshots__/index.test.tsx.snap +16 -0
- package/NavMenuContentListItem/index.d.ts +10 -0
- package/NavMenuContentListItem/index.js +39 -0
- package/NavMenuContentListItem/index.test.d.ts +1 -0
- package/NavMenuContentListItem/index.test.js +15 -0
- package/NavMenuTitle/__snapshots__/index.test.tsx.snap +43 -0
- package/NavMenuTitle/index.d.ts +11 -0
- package/NavMenuTitle/index.js +48 -0
- package/NavMenuTitle/index.test.d.ts +1 -0
- package/NavMenuTitle/index.test.js +15 -0
- package/NormalText/__snapshots__/index.test.tsx.snap +606 -368
- package/NormalText/index.d.ts +9 -19
- package/NormalText/index.js +9 -7
- 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 +9 -7
- package/NotificationBannerContainer/index.test.js +4 -4
- package/NotificationBannerContent/index.js +2 -2
- package/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +22 -3
- package/NotificationBannerHeader/index.js +7 -2
- package/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +18 -7
- package/NotificationBannerHeading/index.d.ts +3 -3
- package/NotificationBannerHeading/index.js +5 -4
- package/NotificationBannerLink/__snapshots__/index.test.tsx.snap +23 -16
- package/NotificationBannerLink/index.d.ts +3 -3
- package/NotificationBannerLink/index.js +4 -8
- package/PageTitleCaption/__snapshots__/index.test.tsx.snap +106 -46
- package/PageTitleCaption/index.d.ts +3 -8
- package/PageTitleCaption/index.js +5 -12
- package/PageTitleCaption/index.test.js +19 -11
- package/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/PageTitleContainer/index.d.ts +9 -0
- package/PageTitleContainer/index.js +38 -0
- package/PageTitleContainer/index.test.d.ts +1 -0
- package/PageTitleContainer/index.test.js +15 -0
- package/PageTitleHeading/__snapshots__/index.test.tsx.snap +85 -42
- package/PageTitleHeading/index.d.ts +4 -7
- package/PageTitleHeading/index.js +6 -12
- package/PageTitleHeading/index.test.js +3 -3
- package/Pagination/__snapshots__/index.spec.tsx.snap +33 -0
- package/Pagination/index.d.ts +17 -0
- package/Pagination/index.js +40 -0
- package/Pagination/index.spec.d.ts +1 -0
- package/Pagination/index.spec.js +23 -0
- package/PaginationLabelContainer/__snapshots__/index.spec.tsx.snap +16 -0
- package/PaginationLabelContainer/index.d.ts +9 -0
- package/PaginationLabelContainer/index.js +38 -0
- package/PaginationLabelContainer/index.spec.d.ts +1 -0
- package/PaginationLabelContainer/index.spec.js +15 -0
- package/PaginationList/__snapshots__/index.spec.tsx.snap +54 -0
- package/PaginationList/index.d.ts +9 -0
- package/PaginationList/index.js +38 -0
- package/PaginationList/index.spec.d.ts +1 -0
- package/PaginationList/index.spec.js +23 -0
- package/PaginationListItem/__snapshots__/index.spec.tsx.snap +85 -0
- package/PaginationListItem/index.d.ts +29 -0
- package/PaginationListItem/index.js +43 -0
- package/PaginationListItem/index.spec.d.ts +1 -0
- package/PaginationListItem/index.spec.js +48 -0
- package/Panel/__snapshots__/index.test.tsx.snap +16 -0
- package/Panel/index.d.ts +15 -0
- package/Panel/index.js +40 -0
- package/Panel/index.test.d.ts +1 -0
- package/Panel/index.test.js +15 -0
- package/PanelBody/__snapshots__/index.test.tsx.snap +16 -0
- package/PanelBody/index.d.ts +9 -0
- package/PanelBody/index.js +38 -0
- package/PanelBody/index.test.d.ts +1 -0
- package/PanelBody/index.test.js +15 -0
- package/PanelTitle/__snapshots__/index.test.tsx.snap +16 -0
- package/PanelTitle/index.d.ts +9 -0
- package/PanelTitle/index.js +38 -0
- package/PanelTitle/index.test.d.ts +1 -0
- package/PanelTitle/index.test.js +15 -0
- package/Paragraph/__snapshots__/index.test.tsx.snap +853 -377
- package/Paragraph/index.d.ts +3 -19
- package/Paragraph/index.js +5 -13
- package/Paragraph/index.test.js +92 -92
- package/PhaseBanner/__snapshots__/index.test.tsx.snap +2 -2
- package/PhaseBanner/index.d.ts +6 -3
- package/PhaseBanner/index.js +3 -3
- package/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
- package/PhaseBannerHeaderContainer/index.js +3 -3
- package/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
- package/PhaseBannerTag/index.js +3 -3
- package/PhaseBannerText/index.js +2 -2
- package/RadioConditional/__snapshots__/index.test.tsx.snap +28 -8
- package/RadioConditional/index.js +3 -3
- package/RadioContainer/__snapshots__/index.test.tsx.snap +34 -0
- package/RadioContainer/index.d.ts +15 -5
- package/RadioContainer/index.js +8 -7
- 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 +8 -10
- package/RadioItem/index.test.js +4 -4
- package/ResultsActionBar/__snapshots__/indext.test.tsx.snap +16 -0
- package/ResultsActionBar/index.d.ts +9 -0
- package/ResultsActionBar/index.js +38 -0
- package/ResultsActionBar/indext.test.d.ts +1 -0
- package/ResultsActionBar/indext.test.js +15 -0
- package/ResultsHeading/__snapshots__/index.test.tsx.snap +16 -0
- package/ResultsHeading/index.d.ts +10 -0
- package/ResultsHeading/index.js +39 -0
- package/ResultsHeading/index.test.d.ts +1 -0
- package/ResultsHeading/index.test.js +15 -0
- package/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +31 -0
- package/ResultsHeadingActions/index.d.ts +10 -0
- package/ResultsHeadingActions/index.js +46 -0
- package/ResultsHeadingActions/index.test.d.ts +1 -0
- package/ResultsHeadingActions/index.test.js +15 -0
- package/SearchButton/__snapshots__/index.test.tsx.snap +50 -0
- package/SearchButton/index.d.ts +10 -0
- package/SearchButton/index.js +42 -0
- package/SearchButton/index.test.d.ts +1 -0
- package/SearchButton/index.test.js +15 -0
- package/SearchContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/SearchContainer/index.d.ts +9 -0
- package/SearchContainer/index.js +38 -0
- package/SearchContainer/index.test.d.ts +1 -0
- package/SearchContainer/index.test.js +15 -0
- package/Section/__snapshots__/index.test.tsx.snap +16 -0
- package/Section/index.d.ts +10 -0
- package/Section/index.js +39 -0
- package/Section/index.test.d.ts +1 -0
- package/Section/index.test.js +15 -0
- package/SectionBreak/__snapshots__/index.test.tsx.snap +10 -10
- package/SectionBreak/index.d.ts +14 -6
- package/SectionBreak/index.js +4 -4
- package/SectionBreak/index.test.js +2 -2
- package/SelectContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/SelectContainer/index.d.ts +8 -1
- package/SelectContainer/index.js +5 -6
- package/SelectContainer/index.test.js +9 -1
- package/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
- package/SelectOption/index.js +5 -9
- package/SingleCharacterInput/__snapshots__/index.test.tsx.snap +198 -0
- package/SingleCharacterInput/index.d.ts +18 -0
- package/SingleCharacterInput/index.js +44 -0
- package/SingleCharacterInput/index.test.d.ts +1 -0
- package/SingleCharacterInput/index.test.js +59 -0
- package/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
- package/SingleCharacterInputs/index.d.ts +11 -0
- package/SingleCharacterInputs/index.js +40 -0
- package/SingleCharacterInputs/index.test.d.ts +1 -0
- package/SingleCharacterInputs/index.test.js +15 -0
- package/SkipLink/__snapshots__/index.test.tsx.snap +2 -2
- package/SkipLink/index.js +3 -3
- package/Stack/__snapshots__/index.test.tsx.snap +516 -0
- package/Stack/index.d.ts +33 -0
- package/Stack/index.js +45 -0
- package/Stack/index.test.d.ts +1 -0
- package/Stack/index.test.js +254 -0
- package/StepNav/__snapshots__/index.test.tsx.snap +33 -0
- package/StepNav/index.d.ts +17 -0
- package/StepNav/index.js +40 -0
- package/StepNav/index.test.d.ts +1 -0
- package/StepNav/index.test.js +23 -0
- package/StepNavAccordion/__snapshots__/index.test.tsx.snap +16 -0
- package/StepNavAccordion/index.d.ts +11 -0
- package/StepNavAccordion/index.js +41 -0
- package/StepNavAccordion/index.test.d.ts +1 -0
- package/StepNavAccordion/index.test.js +15 -0
- package/StepNavAccordionContent/__snapshots__/index.test.tsx.snap +16 -0
- package/StepNavAccordionContent/index.d.ts +10 -0
- package/StepNavAccordionContent/index.js +39 -0
- package/StepNavAccordionContent/index.test.d.ts +1 -0
- package/StepNavAccordionContent/index.test.js +15 -0
- package/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +80 -0
- package/StepNavAccordionHeadingText/index.d.ts +22 -0
- package/StepNavAccordionHeadingText/index.js +48 -0
- package/StepNavAccordionHeadingText/index.test.d.ts +1 -0
- package/StepNavAccordionHeadingText/index.test.js +31 -0
- package/StepNavAccordionHeadingTitle/__snapshots__/index.test.tsx.snap +16 -0
- package/StepNavAccordionHeadingTitle/index.d.ts +11 -0
- package/StepNavAccordionHeadingTitle/index.js +40 -0
- package/StepNavAccordionHeadingTitle/index.test.d.ts +1 -0
- package/StepNavAccordionHeadingTitle/index.test.js +15 -0
- package/StepNavAccordionSummary/__snapshots__/index.test.tsx.snap +18 -0
- package/StepNavAccordionSummary/index.d.ts +9 -0
- package/StepNavAccordionSummary/index.js +39 -0
- package/StepNavAccordionSummary/index.test.d.ts +1 -0
- package/StepNavAccordionSummary/index.test.js +15 -0
- package/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +86 -0
- package/StepNavAccordionSummaryHeading/index.d.ts +27 -0
- package/StepNavAccordionSummaryHeading/index.js +62 -0
- package/StepNavAccordionSummaryHeading/index.test.d.ts +1 -0
- package/StepNavAccordionSummaryHeading/index.test.js +49 -0
- package/StepNavCircleNumber/__snapshots__/index.test.tsx.snap +47 -0
- package/StepNavCircleNumber/index.d.ts +19 -0
- package/StepNavCircleNumber/index.js +44 -0
- package/StepNavCircleNumber/index.test.d.ts +1 -0
- package/StepNavCircleNumber/index.test.js +23 -0
- package/StepNavControls/__snapshots__/index.test.tsx.snap +16 -0
- package/StepNavControls/index.d.ts +10 -0
- package/StepNavControls/index.js +39 -0
- package/StepNavControls/index.test.d.ts +1 -0
- package/StepNavControls/index.test.js +15 -0
- package/StepNavList/__snapshots__/index.test.tsx.snap +16 -0
- package/StepNavList/index.d.ts +10 -0
- package/StepNavList/index.js +39 -0
- package/StepNavList/index.test.d.ts +1 -0
- package/StepNavList/index.test.js +15 -0
- package/StepNavListItem/__snapshots__/index.test.tsx.snap +16 -0
- package/StepNavListItem/index.d.ts +9 -0
- package/StepNavListItem/index.js +38 -0
- package/StepNavListItem/index.test.d.ts +1 -0
- package/StepNavListItem/index.test.js +15 -0
- package/SummaryList/index.d.ts +7 -4
- package/SummaryList/index.js +2 -2
- package/SummaryListItem/index.d.ts +10 -1
- package/SummaryListItem/index.js +6 -4
- package/SummaryListItemAction/index.js +2 -2
- package/SummaryListItemKey/index.js +2 -2
- package/SummaryListItemValue/index.js +2 -2
- package/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
- package/SvgIcon/index.d.ts +18 -3
- package/SvgIcon/index.js +3 -3
- 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 +6 -7
- package/Table/index.test.js +5 -5
- package/TableBody/index.d.ts +7 -3
- package/TableBody/index.js +2 -2
- package/TableCaption/__snapshots__/index.test.tsx.snap +11 -11
- package/TableCaption/index.d.ts +10 -5
- package/TableCaption/index.js +4 -4
- package/TableCaption/index.test.js +3 -3
- package/TableContainer/index.d.ts +5 -2
- package/TableContainer/index.js +2 -2
- package/TableDataCell/index.d.ts +7 -4
- package/TableDataCell/index.js +2 -2
- package/TableHead/index.js +2 -2
- package/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
- package/TableHeadCell/index.d.ts +14 -5
- package/TableHeadCell/index.js +5 -5
- package/TableHeadCell/index.test.js +24 -24
- package/TableLoaderBackground/__snapshots__/index.test.tsx.snap +16 -0
- package/TableLoaderBackground/index.d.ts +10 -0
- package/TableLoaderBackground/index.js +39 -0
- package/TableLoaderBackground/index.test.d.ts +1 -0
- package/TableLoaderBackground/index.test.js +15 -0
- package/TableNoDataRow/__snapshots__/index.test.tsx.snap +2 -2
- package/TableNoDataRow/index.js +2 -2
- package/TableRow/__snapshots__/index.test.tsx.snap +34 -0
- package/TableRow/index.d.ts +15 -4
- package/TableRow/index.js +7 -6
- package/TableRow/index.test.js +16 -0
- package/TableSortIconContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/TableSortIconContainer/index.d.ts +11 -0
- package/TableSortIconContainer/index.js +40 -0
- package/TableSortIconContainer/index.test.d.ts +1 -0
- package/TableSortIconContainer/index.test.js +15 -0
- package/Tabs/index.d.ts +2 -1
- package/Tabs/index.js +6 -5
- package/TabsHeading/__snapshots__/index.test.tsx.snap +92 -26
- package/TabsHeading/index.d.ts +12 -9
- package/TabsHeading/index.js +11 -9
- package/TabsHeading/index.test.js +2 -2
- package/TabsList/index.js +2 -2
- package/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/TabsListItem/index.d.ts +6 -5
- package/TabsListItem/index.js +7 -7
- package/TabsListItem/index.test.js +8 -8
- package/TabsPanel/__snapshots__/index.test.tsx.snap +4 -4
- package/TabsPanel/index.d.ts +6 -4
- package/TabsPanel/index.js +3 -3
- package/TaskList/__snapshots__/index.test.tsx.snap +33 -0
- package/TaskList/index.d.ts +17 -0
- package/TaskList/index.js +40 -0
- package/TaskList/index.test.d.ts +1 -0
- package/TaskList/index.test.js +23 -0
- package/TaskListItem/__snapshots__/index.test.tsx.snap +16 -0
- package/TaskListItem/index.d.ts +9 -0
- package/TaskListItem/index.js +38 -0
- package/TaskListItem/index.test.d.ts +1 -0
- package/TaskListItem/index.test.js +15 -0
- package/TaskListItemContent/__snapshots__/index.test.tsx.snap +16 -0
- package/TaskListItemContent/index.d.ts +10 -0
- package/TaskListItemContent/index.js +39 -0
- package/TaskListItemContent/index.test.d.ts +1 -0
- package/TaskListItemContent/index.test.js +15 -0
- package/TaskListItemHeading/__snapshots__/index.test.tsx.snap +86 -0
- package/TaskListItemHeading/index.d.ts +10 -0
- package/TaskListItemHeading/index.js +36 -0
- package/TaskListItemHeading/index.test.d.ts +1 -0
- package/TaskListItemHeading/index.test.js +31 -0
- package/TaskListItemTag/__snapshots__/index.test.tsx.snap +67 -0
- package/TaskListItemTag/index.d.ts +16 -0
- package/TaskListItemTag/index.js +39 -0
- package/TaskListItemTag/index.test.d.ts +1 -0
- package/TaskListItemTag/index.test.js +39 -0
- package/TextArea/__snapshots__/index.test.tsx.snap +19 -0
- package/TextArea/index.d.ts +13 -4
- package/TextArea/index.js +8 -7
- 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 +7 -8
- package/TextInput/index.test.js +122 -114
- package/Timeline/__snapshots__/index.test.tsx.snap +33 -0
- package/Timeline/index.d.ts +17 -0
- package/Timeline/index.js +40 -0
- package/Timeline/index.test.d.ts +1 -0
- package/Timeline/index.test.js +23 -0
- package/TimelineActions/__snapshots__/index.test.tsx.snap +16 -0
- package/TimelineActions/index.d.ts +11 -0
- package/TimelineActions/index.js +40 -0
- package/TimelineActions/index.test.d.ts +1 -0
- package/TimelineActions/index.test.js +15 -0
- package/TimelineContent/__snapshots__/index.test.tsx.snap +16 -0
- package/TimelineContent/index.d.ts +10 -0
- package/TimelineContent/index.js +39 -0
- package/TimelineContent/index.test.d.ts +1 -0
- package/TimelineContent/index.test.js +15 -0
- package/TimelineHeading/__snapshots__/index.test.tsx.snap +50 -0
- package/TimelineHeading/index.d.ts +25 -0
- package/TimelineHeading/index.js +60 -0
- package/TimelineHeading/index.test.d.ts +1 -0
- package/TimelineHeading/index.test.js +31 -0
- package/TimelineItem/__snapshots__/index.test.tsx.snap +16 -0
- package/TimelineItem/index.d.ts +9 -0
- package/TimelineItem/index.js +38 -0
- package/TimelineItem/index.test.d.ts +1 -0
- package/TimelineItem/index.test.js +15 -0
- package/Top/index.js +2 -2
- package/Typography/__snapshots__/index.test.tsx.snap +181 -0
- package/Typography/index.d.ts +30 -0
- package/Typography/index.js +42 -0
- package/Typography/index.test.d.ts +1 -0
- package/Typography/index.test.js +99 -0
- package/Unpurge/index.js +1 -1
- package/VisuallyHidden/index.js +2 -2
- package/WarningText/__snapshots__/index.test.tsx.snap +62 -0
- package/WarningText/index.d.ts +14 -1
- package/WarningText/index.js +8 -5
- package/WarningText/index.test.js +16 -0
- package/es/AccessibilityMenu/index.js +26 -0
- package/es/AccessibilityMenuBody/index.js +24 -0
- package/es/AccessibilityMenuButton/index.js +30 -0
- package/es/AccessibilityMenuContent/index.js +24 -0
- package/es/AccessibilityMenuHeader/index.js +23 -0
- package/es/AccessibilityMenuHeaderButton/index.js +22 -0
- package/es/AccessibilityMenuList/index.js +24 -0
- package/es/AccessibilityMenuListItem/index.js +24 -0
- package/es/AccessibilityMenuOptionButton/index.js +26 -0
- package/es/AccessibilityMenuSteps/index.js +39 -0
- package/es/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/es/Accordion/index.js +8 -3
- package/es/AccordionControls/index.js +1 -1
- package/es/AccordionSection/index.js +4 -7
- package/es/AccordionSectionContent/index.js +1 -1
- package/es/AccordionSectionSummary/index.js +6 -8
- package/es/AccordionSectionSummaryHeading/__snapshots__/index.test.tsx.snap +0 -4
- package/es/AccordionSectionSummaryHeading/index.js +1 -1
- package/es/AdminAside/__snapshots__/index.test.tsx.snap +22 -0
- package/es/AdminAside/index.js +23 -0
- package/es/AdminAside/index.test.js +9 -0
- package/es/AdminContainer/__snapshots__/index.test.tsx.snap +30 -0
- package/es/AdminContainer/index.js +26 -0
- package/es/AdminContainer/index.test.js +9 -0
- package/es/AdminHeader/__snapshots__/index.test.tsx.snap +20 -0
- package/es/AdminHeader/index.js +25 -0
- package/es/AdminHeader/index.test.js +9 -0
- package/es/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +16 -0
- package/es/AdminHeaderContent/index.js +22 -0
- package/es/AdminHeaderContent/index.spec.js +9 -0
- package/es/AdminLayout/__snapshots__/index.test.tsx.snap +16 -0
- package/es/AdminLayout/index.js +23 -0
- package/es/AdminLayout/index.test.js +9 -0
- package/es/AdminMain/__snapshots__/index.test.tsx.snap +22 -0
- package/es/AdminMain/index.js +23 -0
- package/es/AdminMain/index.test.js +9 -0
- package/es/AdminTopSection/__snapshots__/index.test.tsx.snap +21 -0
- package/es/AdminTopSection/index.js +26 -0
- package/es/AdminTopSection/index.test.js +9 -0
- package/es/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/es/Aside/index.js +9 -5
- package/es/AutoCompleteAssistiveHint/__snapshots__/index.test.tsx.snap +16 -0
- package/es/AutoCompleteAssistiveHint/index.js +24 -0
- package/es/AutoCompleteAssistiveHint/index.test.js +9 -0
- package/es/AutoCompleteInput/__snapshots__/index.test.tsx.snap +89 -0
- package/es/AutoCompleteInput/index.js +28 -0
- package/es/AutoCompleteInput/index.test.js +44 -0
- package/es/AutoCompleteInputTypeahead/__snapshots__/index.test.tsx.snap +22 -0
- package/es/AutoCompleteInputTypeahead/index.js +26 -0
- package/es/AutoCompleteInputTypeahead/index.test.js +9 -0
- package/es/AutoCompleteResultList/__snapshots__/index.test.tsx.snap +69 -0
- package/es/AutoCompleteResultList/index.js +26 -0
- package/es/AutoCompleteResultList/index.test.js +35 -0
- package/es/AutoCompleteResultListItem/__snapshots__/index.test.tsx.snap +78 -0
- package/es/AutoCompleteResultListItem/index.js +30 -0
- package/es/AutoCompleteResultListItem/index.test.js +36 -0
- package/es/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +22 -0
- package/es/AutoCompleteStatus/index.js +26 -0
- package/es/AutoCompleteStatus/index.test.js +9 -0
- package/es/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +16 -0
- package/es/AutoCompleteStatusWrapper/index.js +23 -0
- package/es/AutoCompleteStatusWrapper/index.test.js +9 -0
- package/es/AutoCompleteWrapper/__snapshots__/index.test.tsx.snap +16 -0
- package/es/AutoCompleteWrapper/index.js +24 -0
- package/es/AutoCompleteWrapper/index.test.js +9 -0
- package/es/BackLink/__snapshots__/index.test.tsx.snap +58 -36
- package/es/BackLink/index.js +7 -7
- package/es/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/es/BannerContainer/index.js +18 -0
- package/es/BannerContainer/index.test.js +9 -0
- package/es/Base/index.js +3 -2
- package/es/Blockquote/__snapshots__/index.test.tsx.snap +17 -0
- package/es/Blockquote/index.js +4 -3
- package/es/Blockquote/index.test.js +8 -0
- package/es/Bottom/index.js +1 -1
- package/es/BottomInfo/__snapshots__/index.test.tsx.snap +30 -0
- package/es/BottomInfo/index.js +21 -0
- package/es/BottomInfo/index.test.js +9 -0
- package/es/BottomInfoContainer/__snapshots__/index.test.tsx.snap +30 -0
- package/es/BottomInfoContainer/index.js +21 -0
- package/es/BottomInfoContainer/index.test.js +9 -0
- package/es/BottomInfoContent/__snapshots__/index.test.tsx.snap +22 -0
- package/es/BottomInfoContent/index.js +25 -0
- package/es/BottomInfoContent/index.test.js +9 -0
- package/es/Breadcrumbs/index.js +1 -1
- package/es/BreadcrumbsList/index.js +1 -1
- package/es/BreadcrumbsListItem/index.js +1 -1
- package/es/Button/__snapshots__/index.test.tsx.snap +26 -8
- package/es/Button/index.js +3 -2
- package/es/Button/index.test.js +17 -9
- package/es/ButtonGroup/__snapshots__/index.test.tsx.snap +2 -2
- package/es/ButtonGroup/index.js +2 -2
- package/es/ButtonLink/index.js +1 -1
- package/es/CallToAction/__snapshots__/index.test.tsx.snap +24 -18
- package/es/CallToAction/index.js +1 -1
- package/es/Card/__snapshots__/index.test.tsx.snap +29 -8
- package/es/Card/index.js +5 -4
- package/es/Card/index.test.js +25 -17
- package/es/CardAction/__snapshots__/index.test.tsx.snap +2 -2
- package/es/CardAction/index.js +2 -2
- package/es/CardContent/__snapshots__/index.test.tsx.snap +16 -0
- package/es/CardContent/index.js +23 -0
- package/es/CardContent/index.test.js +9 -0
- package/es/CardHeading/index.js +1 -1
- package/es/Checkbox/__snapshots__/index.test.tsx.snap +172 -11
- package/es/Checkbox/index.js +6 -4
- package/es/Checkbox/index.test.js +16 -0
- package/es/CheckboxConditional/__snapshots__/index.test.tsx.snap +28 -8
- package/es/CheckboxConditional/index.js +2 -2
- package/es/CheckboxItem/__snapshots__/index.test.tsx.snap +10 -14
- package/es/CheckboxItem/index.js +6 -8
- package/es/CheckboxItem/index.test.js +2 -2
- package/es/Chip/__snapshots__/index.test.tsx.snap +20 -0
- package/es/Chip/index.js +37 -0
- package/es/Chip/index.test.js +9 -0
- package/es/ChipContainer/__snapshots__/index.spec.tsx.snap +16 -0
- package/es/ChipContainer/index.js +23 -0
- package/es/ChipContainer/index.spec.js +9 -0
- package/es/ChipHeading/__snapshots__/index.test.tsx.snap +26 -0
- package/es/ChipHeading/index.js +21 -0
- package/es/ChipHeading/index.test.js +9 -0
- package/es/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
- package/es/ChipKeyValue/index.js +23 -0
- package/es/ChipKeyValue/index.test.js +9 -0
- package/es/ChoiceDividerText/__snapshots__/index.test.tsx.snap +16 -0
- package/es/ChoiceDividerText/index.js +23 -0
- package/es/ChoiceDividerText/index.test.js +9 -0
- package/es/CircularProgress/__snapshots__/index.test.tsx.snap +181 -0
- package/es/CircularProgress/index.js +39 -0
- package/es/CircularProgress/index.test.js +51 -0
- package/es/CloseButton/__snapshots__/index.test.tsx.snap +104 -0
- package/es/CloseButton/index.js +26 -0
- 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 +84 -0
- package/es/CopyToClipboardContainer/index.js +30 -0
- package/es/CopyToClipboardContainer/index.spec.js +34 -0
- package/es/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +97 -0
- package/es/CopyToClipboardMessage/index.js +24 -0
- package/es/CopyToClipboardMessage/index.test.js +45 -0
- package/es/CopyrightContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/es/CopyrightContainer/index.js +2 -2
- package/es/DateInputContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/es/DateInputContainer/index.js +5 -4
- package/es/DateInputContainer/index.test.js +8 -0
- package/es/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
- package/es/DateInputItem/index.js +2 -2
- package/es/Details/index.js +1 -1
- package/es/DetailsContent/__snapshots__/index.test.tsx.snap +2 -2
- package/es/DetailsContent/index.js +2 -2
- package/es/DetailsSummary/index.js +2 -2
- package/es/Drawer/__snapshots__/index.test.tsx.snap +105 -0
- package/es/Drawer/index.js +28 -0
- package/es/Drawer/index.test.js +18 -0
- package/es/DrawerHeading/__snapshots__/index.test.tsx.snap +75 -0
- package/es/DrawerHeading/index.js +32 -0
- package/es/DrawerHeading/index.test.js +9 -0
- package/es/DropdownBase/__snapshots__/index.test.tsx.snap +206 -0
- package/es/DropdownBase/index.js +27 -0
- package/es/DropdownBase/index.test.js +95 -0
- package/es/DropdownButton/__snapshots__/index.test.tsx.snap +643 -0
- package/es/DropdownButton/index.js +37 -0
- package/es/DropdownButton/index.test.js +197 -0
- package/es/DropdownContent/__snapshots__/index.test.tsx.snap +16 -0
- package/es/DropdownContent/index.js +24 -0
- package/es/DropdownContent/index.test.js +9 -0
- package/es/ErrorMessage/index.js +1 -1
- 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 +7 -16
- package/es/FieldContainer/index.js +4 -7
- package/es/Fieldset/index.js +1 -1
- package/es/FieldsetLegend/__snapshots__/index.test.tsx.snap +22 -22
- package/es/FieldsetLegend/index.js +5 -5
- package/es/FieldsetLegend/index.test.js +6 -6
- package/es/FileUpload/index.js +1 -1
- package/es/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/es/FileUploadContainer/index.js +5 -5
- package/es/FileUploadContainer/index.test.js +2 -2
- package/es/FillableText/__snapshots__/index.test.tsx.snap +16 -0
- package/es/FillableText/index.js +23 -0
- package/es/FillableText/index.test.js +9 -0
- package/es/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/es/FilterContainer/index.js +30 -0
- package/es/FilterContainer/index.test.js +9 -0
- package/es/FilterContent/__snapshots__/index.test.tsx.snap +16 -0
- package/es/FilterContent/index.js +22 -0
- package/es/FilterContent/index.test.js +9 -0
- package/es/FilterHeadingContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/es/FilterHeadingContainer/index.js +25 -0
- package/es/FilterHeadingContainer/index.test.js +9 -0
- package/es/FilterOptionsSection/__snapshots__/index.spec.tsx.snap +16 -0
- package/es/FilterOptionsSection/index.js +23 -0
- package/es/FilterOptionsSection/index.spec.js +9 -0
- package/es/FilterSelectedHeading/__snapshots__/index.spec.tsx.snap +16 -0
- package/es/FilterSelectedHeading/index.js +22 -0
- package/es/FilterSelectedHeading/index.spec.js +9 -0
- package/es/FilterSelectedSection/__snapshots__/index.test.tsx.snap +16 -0
- package/es/FilterSelectedSection/index.js +22 -0
- package/es/FilterSelectedSection/index.test.js +9 -0
- package/es/Footer/index.js +1 -1
- package/es/FooterContainer/__snapshots__/index.test.tsx.snap +17 -8
- package/es/FooterContainer/index.js +5 -10
- package/es/FooterContent/index.js +2 -2
- package/es/FooterContentLogos/index.js +1 -1
- package/es/FooterHeading/__snapshots__/index.test.tsx.snap +59 -26
- package/es/FooterHeading/index.js +9 -6
- package/es/FooterHeading/index.test.js +2 -2
- package/es/FooterImage/index.js +1 -1
- package/es/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
- package/es/FooterInfo/index.js +24 -0
- package/es/FooterInfo/index.test.js +9 -0
- package/es/FooterInfoSection/__snapshots__/index.test.tsx.snap +50 -0
- package/es/FooterInfoSection/index.js +23 -0
- package/es/FooterInfoSection/index.test.js +25 -0
- package/es/FooterLink/index.js +1 -1
- package/es/FooterList/index.js +6 -4
- package/es/FooterListItem/index.js +1 -1
- package/es/FooterNavigation/index.js +2 -2
- package/es/FooterNavigationSection/__snapshots__/index.test.tsx.snap +20 -0
- package/es/FooterNavigationSection/index.js +24 -0
- package/es/FooterNavigationSection/index.test.js +11 -0
- package/es/Form/index.js +1 -1
- package/es/FullPageBackground/__snapshots__/index.test.tsx.snap +14 -0
- package/es/FullPageBackground/index.js +23 -0
- package/es/FullPageBackground/index.test.js +9 -0
- package/es/GovGRLogo/__snapshots__/index.test.tsx.snap +4 -4
- package/es/GovGRLogo/index.js +4 -4
- package/es/Grid/index.js +2 -2
- package/es/Header/index.js +2 -2
- package/es/HeaderContent/index.js +1 -1
- package/es/HeaderLogo/__snapshots__/index.test.tsx.snap +3 -3
- package/es/HeaderLogo/index.js +3 -3
- package/es/HeaderNavMenuContent/index.js +1 -1
- package/es/HeaderSecondaryLogo/__snapshots__/index.test.tsx.snap +6 -6
- package/es/HeaderSecondaryLogo/index.js +3 -3
- package/es/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
- package/es/HeaderSection/index.js +2 -2
- package/es/HeaderTitle/__snapshots__/index.test.tsx.snap +4 -4
- package/es/HeaderTitle/index.js +2 -2
- package/es/Heading/__snapshots__/index.test.tsx.snap +264 -134
- package/es/Heading/index.js +10 -7
- package/es/Heading/index.test.js +55 -38
- package/es/HeadingCaption/__snapshots__/index.test.tsx.snap +48 -28
- package/es/HeadingCaption/index.js +4 -4
- package/es/HeadingCaption/index.test.js +2 -2
- package/es/HellenicRepublicLogo/index.js +1 -1
- package/es/Hidden/__snapshots__/index.test.tsx.snap +10 -10
- package/es/Hidden/index.js +7 -11
- 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/KitchenSinkAllComponents/index.js +17 -0
- package/es/KitchenSinkCard/index.js +18 -0
- package/es/KitchenSinkCategory/index.js +17 -0
- package/es/KitchenSinkContent/index.js +19 -0
- package/es/KitchenSinkContentInfo/index.js +17 -0
- package/es/KitchenSinkContentTags/index.js +17 -0
- package/es/KitchenSinkHeading/index.js +16 -0
- package/es/KitchenSinkLetterContent/index.js +17 -0
- package/es/LabelContainer/index.js +1 -1
- package/es/LabelTitle/__snapshots__/index.test.tsx.snap +18 -18
- package/es/LabelTitle/index.js +2 -2
- package/es/LabelTitle/index.test.js +6 -6
- package/es/LabeledText/__snapshots__/index.test.tsx.snap +50 -0
- package/es/LabeledText/index.js +25 -0
- package/es/LabeledText/index.test.js +25 -0
- package/es/Layout/__snapshots__/index.test.tsx.snap +2 -2
- package/es/Layout/index.js +2 -2
- package/es/LinkBase/index.js +4 -3
- package/es/List/__snapshots__/index.test.tsx.snap +8 -8
- package/es/List/index.js +6 -5
- package/es/List/index.test.js +4 -4
- package/es/ListItem/index.js +1 -1
- package/es/LoaderContainer/__snapshots__/index.test.tsx.snap +14 -0
- package/es/LoaderContainer/index.js +22 -0
- package/es/LoaderContainer/index.test.js +9 -0
- 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 +2 -2
- package/es/MastheadBody/__snapshots__/index.test.tsx.snap +2 -2
- package/es/MastheadBody/index.js +2 -2
- package/es/MastheadLogo/__snapshots__/index.test.tsx.snap +16 -0
- package/es/MastheadLogo/index.js +28 -0
- package/es/MastheadLogo/index.test.js +9 -0
- package/es/ModalAction/__snapshots__/index.test.tsx.snap +16 -0
- package/es/ModalAction/index.js +24 -0
- package/es/ModalAction/index.test.js +9 -0
- package/es/ModalContainer/__snapshots__/index.test.tsx.snap +24 -0
- package/es/ModalContainer/index.js +31 -0
- package/es/ModalContainer/index.test.js +9 -0
- package/es/ModalContent/__snapshots__/index.test.tsx.snap +16 -0
- package/es/ModalContent/index.js +23 -0
- package/es/ModalContent/index.test.js +9 -0
- package/es/ModalHeading/__snapshots__/index.test.tsx.snap +29 -0
- package/es/ModalHeading/index.js +22 -0
- package/es/ModalHeading/index.test.js +9 -0
- package/es/Nav/__snapshots__/index.test.tsx.snap +91 -4
- package/es/Nav/index.js +18 -12
- package/es/Nav/index.test.js +42 -0
- package/es/NavList/__snapshots__/index.test.tsx.snap +4 -4
- package/es/NavList/index.js +6 -3
- package/es/NavListItemAction/__snapshots__/index.test.tsx.snap +16 -0
- package/es/NavListItemAction/index.js +27 -0
- package/es/NavListItemAction/index.test.js +9 -0
- package/es/NavListItemActionContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/es/NavListItemActionContainer/index.js +23 -0
- package/es/NavListItemActionContainer/index.test.js +9 -0
- package/es/NavListItemButton/__snapshots__/index.test.tsx.snap +81 -54
- package/es/NavListItemButton/index.js +2 -2
- package/es/NavListItemLink/index.js +1 -1
- package/es/NavMenuContainer/__snapshots__/index.test.tsx.snap +127 -15
- 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/NavMenuContent/index.js +27 -0
- package/es/NavMenuContent/index.test.js +9 -0
- package/es/NavMenuContentListBase/__snapshots__/index.test.tsx.snap +16 -0
- package/es/NavMenuContentListBase/index.js +23 -0
- package/es/NavMenuContentListBase/index.test.js +9 -0
- package/es/NavMenuContentListItem/__snapshots__/index.test.tsx.snap +16 -0
- package/es/NavMenuContentListItem/index.js +23 -0
- package/es/NavMenuContentListItem/index.test.js +9 -0
- package/es/NavMenuTitle/__snapshots__/index.test.tsx.snap +43 -0
- package/es/NavMenuTitle/index.js +31 -0
- package/es/NavMenuTitle/index.test.js +9 -0
- package/es/NormalText/__snapshots__/index.test.tsx.snap +606 -368
- 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 +8 -6
- package/es/NotificationBannerContainer/index.test.js +4 -4
- package/es/NotificationBannerContent/index.js +1 -1
- package/es/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +22 -3
- package/es/NotificationBannerHeader/index.js +6 -2
- 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 +106 -46
- package/es/PageTitleCaption/index.js +5 -11
- package/es/PageTitleCaption/index.test.js +19 -11
- package/es/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/es/PageTitleContainer/index.js +22 -0
- package/es/PageTitleContainer/index.test.js +9 -0
- package/es/PageTitleHeading/__snapshots__/index.test.tsx.snap +85 -42
- package/es/PageTitleHeading/index.js +6 -11
- package/es/PageTitleHeading/index.test.js +3 -3
- package/es/Pagination/__snapshots__/index.spec.tsx.snap +33 -0
- package/es/Pagination/index.js +24 -0
- package/es/Pagination/index.spec.js +17 -0
- package/es/PaginationLabelContainer/__snapshots__/index.spec.tsx.snap +16 -0
- package/es/PaginationLabelContainer/index.js +22 -0
- package/es/PaginationLabelContainer/index.spec.js +9 -0
- package/es/PaginationList/__snapshots__/index.spec.tsx.snap +54 -0
- package/es/PaginationList/index.js +22 -0
- package/es/PaginationList/index.spec.js +16 -0
- package/es/PaginationListItem/__snapshots__/index.spec.tsx.snap +85 -0
- package/es/PaginationListItem/index.js +27 -0
- package/es/PaginationListItem/index.spec.js +42 -0
- package/es/Panel/__snapshots__/index.test.tsx.snap +16 -0
- package/es/Panel/index.js +24 -0
- package/es/Panel/index.test.js +9 -0
- package/es/PanelBody/__snapshots__/index.test.tsx.snap +16 -0
- package/es/PanelBody/index.js +22 -0
- package/es/PanelBody/index.test.js +9 -0
- package/es/PanelTitle/__snapshots__/index.test.tsx.snap +16 -0
- package/es/PanelTitle/index.js +22 -0
- package/es/PanelTitle/index.test.js +9 -0
- package/es/Paragraph/__snapshots__/index.test.tsx.snap +853 -377
- package/es/Paragraph/index.js +5 -12
- package/es/Paragraph/index.test.js +92 -92
- package/es/PhaseBanner/__snapshots__/index.test.tsx.snap +2 -2
- package/es/PhaseBanner/index.js +2 -2
- package/es/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
- package/es/PhaseBannerHeaderContainer/index.js +2 -2
- package/es/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
- package/es/PhaseBannerTag/index.js +2 -2
- package/es/PhaseBannerText/index.js +1 -1
- package/es/RadioConditional/__snapshots__/index.test.tsx.snap +28 -8
- package/es/RadioConditional/index.js +2 -2
- package/es/RadioContainer/__snapshots__/index.test.tsx.snap +34 -0
- package/es/RadioContainer/index.js +7 -6
- package/es/RadioContainer/index.test.js +16 -0
- package/es/RadioItem/__snapshots__/index.test.tsx.snap +12 -16
- package/es/RadioItem/index.js +6 -8
- package/es/RadioItem/index.test.js +4 -4
- package/es/ResultsActionBar/__snapshots__/indext.test.tsx.snap +16 -0
- package/es/ResultsActionBar/index.js +22 -0
- package/es/ResultsActionBar/indext.test.js +9 -0
- package/es/ResultsHeading/__snapshots__/index.test.tsx.snap +16 -0
- package/es/ResultsHeading/index.js +23 -0
- package/es/ResultsHeading/index.test.js +9 -0
- package/es/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +31 -0
- package/es/ResultsHeadingActions/index.js +29 -0
- package/es/ResultsHeadingActions/index.test.js +9 -0
- package/es/SearchButton/__snapshots__/index.test.tsx.snap +50 -0
- package/es/SearchButton/index.js +25 -0
- package/es/SearchButton/index.test.js +9 -0
- package/es/SearchContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/es/SearchContainer/index.js +22 -0
- package/es/SearchContainer/index.test.js +9 -0
- package/es/Section/__snapshots__/index.test.tsx.snap +16 -0
- package/es/Section/index.js +23 -0
- package/es/Section/index.test.js +9 -0
- package/es/SectionBreak/__snapshots__/index.test.tsx.snap +10 -10
- package/es/SectionBreak/index.js +3 -3
- package/es/SectionBreak/index.test.js +2 -2
- package/es/SelectContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/es/SelectContainer/index.js +4 -5
- package/es/SelectContainer/index.test.js +9 -1
- package/es/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
- package/es/SelectOption/index.js +4 -8
- package/es/SingleCharacterInput/__snapshots__/index.test.tsx.snap +198 -0
- package/es/SingleCharacterInput/index.js +28 -0
- package/es/SingleCharacterInput/index.test.js +53 -0
- package/es/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
- package/es/SingleCharacterInputs/index.js +24 -0
- package/es/SingleCharacterInputs/index.test.js +9 -0
- package/es/SkipLink/__snapshots__/index.test.tsx.snap +2 -2
- package/es/SkipLink/index.js +2 -2
- 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 +33 -0
- package/es/StepNav/index.js +24 -0
- package/es/StepNav/index.test.js +17 -0
- package/es/StepNavAccordion/__snapshots__/index.test.tsx.snap +16 -0
- package/es/StepNavAccordion/index.js +25 -0
- package/es/StepNavAccordion/index.test.js +9 -0
- package/es/StepNavAccordionContent/__snapshots__/index.test.tsx.snap +16 -0
- package/es/StepNavAccordionContent/index.js +23 -0
- package/es/StepNavAccordionContent/index.test.js +9 -0
- package/es/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +80 -0
- package/es/StepNavAccordionHeadingText/index.js +32 -0
- package/es/StepNavAccordionHeadingText/index.test.js +25 -0
- package/es/StepNavAccordionHeadingTitle/__snapshots__/index.test.tsx.snap +16 -0
- package/es/StepNavAccordionHeadingTitle/index.js +24 -0
- package/es/StepNavAccordionHeadingTitle/index.test.js +9 -0
- package/es/StepNavAccordionSummary/__snapshots__/index.test.tsx.snap +18 -0
- package/es/StepNavAccordionSummary/index.js +23 -0
- package/es/StepNavAccordionSummary/index.test.js +9 -0
- package/es/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +86 -0
- package/es/StepNavAccordionSummaryHeading/index.js +46 -0
- package/es/StepNavAccordionSummaryHeading/index.test.js +43 -0
- package/es/StepNavCircleNumber/__snapshots__/index.test.tsx.snap +47 -0
- package/es/StepNavCircleNumber/index.js +28 -0
- package/es/StepNavCircleNumber/index.test.js +17 -0
- package/es/StepNavControls/__snapshots__/index.test.tsx.snap +16 -0
- package/es/StepNavControls/index.js +23 -0
- package/es/StepNavControls/index.test.js +9 -0
- package/es/StepNavList/__snapshots__/index.test.tsx.snap +16 -0
- package/es/StepNavList/index.js +23 -0
- package/es/StepNavList/index.test.js +9 -0
- package/es/StepNavListItem/__snapshots__/index.test.tsx.snap +16 -0
- package/es/StepNavListItem/index.js +22 -0
- package/es/StepNavListItem/index.test.js +9 -0
- package/es/SummaryList/index.js +1 -1
- package/es/SummaryListItem/index.js +5 -3
- package/es/SummaryListItemAction/index.js +1 -1
- package/es/SummaryListItemKey/index.js +1 -1
- package/es/SummaryListItemValue/index.js +1 -1
- package/es/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
- package/es/SvgIcon/index.js +2 -2
- package/es/SvgIcon/index.test.js +36 -28
- package/es/Table/__snapshots__/index.test.tsx.snap +7 -7
- package/es/Table/index.js +5 -6
- package/es/Table/index.test.js +5 -5
- package/es/TableBody/index.js +1 -1
- package/es/TableCaption/__snapshots__/index.test.tsx.snap +11 -11
- package/es/TableCaption/index.js +3 -3
- package/es/TableCaption/index.test.js +3 -3
- package/es/TableContainer/index.js +1 -1
- package/es/TableDataCell/index.js +1 -1
- package/es/TableHead/index.js +1 -1
- package/es/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
- package/es/TableHeadCell/index.js +4 -4
- package/es/TableHeadCell/index.test.js +24 -24
- package/es/TableLoaderBackground/__snapshots__/index.test.tsx.snap +16 -0
- package/es/TableLoaderBackground/index.js +23 -0
- package/es/TableLoaderBackground/index.test.js +9 -0
- package/es/TableNoDataRow/__snapshots__/index.test.tsx.snap +2 -2
- package/es/TableNoDataRow/index.js +1 -1
- package/es/TableRow/__snapshots__/index.test.tsx.snap +34 -0
- package/es/TableRow/index.js +6 -5
- package/es/TableRow/index.test.js +16 -0
- package/es/TableSortIconContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/es/TableSortIconContainer/index.js +24 -0
- package/es/TableSortIconContainer/index.test.js +9 -0
- package/es/Tabs/index.js +5 -4
- package/es/TabsHeading/__snapshots__/index.test.tsx.snap +92 -26
- package/es/TabsHeading/index.js +11 -9
- package/es/TabsHeading/index.test.js +2 -2
- package/es/TabsList/index.js +1 -1
- package/es/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/es/TabsListItem/index.js +6 -6
- package/es/TabsListItem/index.test.js +8 -8
- package/es/TabsPanel/__snapshots__/index.test.tsx.snap +4 -4
- package/es/TabsPanel/index.js +2 -2
- package/es/TaskList/__snapshots__/index.test.tsx.snap +33 -0
- package/es/TaskList/index.js +24 -0
- package/es/TaskList/index.test.js +17 -0
- package/es/TaskListItem/__snapshots__/index.test.tsx.snap +16 -0
- package/es/TaskListItem/index.js +22 -0
- package/es/TaskListItem/index.test.js +9 -0
- package/es/TaskListItemContent/__snapshots__/index.test.tsx.snap +16 -0
- package/es/TaskListItemContent/index.js +23 -0
- package/es/TaskListItemContent/index.test.js +9 -0
- package/es/TaskListItemHeading/__snapshots__/index.test.tsx.snap +86 -0
- package/es/TaskListItemHeading/index.js +21 -0
- package/es/TaskListItemHeading/index.test.js +25 -0
- package/es/TaskListItemTag/__snapshots__/index.test.tsx.snap +67 -0
- package/es/TaskListItemTag/index.js +23 -0
- package/es/TaskListItemTag/index.test.js +33 -0
- package/es/TextArea/__snapshots__/index.test.tsx.snap +19 -0
- package/es/TextArea/index.js +7 -6
- package/es/TextArea/index.test.js +8 -0
- package/es/TextInput/__snapshots__/index.test.tsx.snap +219 -202
- package/es/TextInput/index.js +6 -7
- package/es/TextInput/index.test.js +122 -114
- package/es/Timeline/__snapshots__/index.test.tsx.snap +33 -0
- package/es/Timeline/index.js +24 -0
- package/es/Timeline/index.test.js +17 -0
- package/es/TimelineActions/__snapshots__/index.test.tsx.snap +16 -0
- package/es/TimelineActions/index.js +24 -0
- package/es/TimelineActions/index.test.js +9 -0
- package/es/TimelineContent/__snapshots__/index.test.tsx.snap +16 -0
- package/es/TimelineContent/index.js +23 -0
- package/es/TimelineContent/index.test.js +9 -0
- package/es/TimelineHeading/__snapshots__/index.test.tsx.snap +50 -0
- package/es/TimelineHeading/index.js +44 -0
- package/es/TimelineHeading/index.test.js +25 -0
- package/es/TimelineItem/__snapshots__/index.test.tsx.snap +16 -0
- package/es/TimelineItem/index.js +22 -0
- package/es/TimelineItem/index.test.js +9 -0
- package/es/Top/index.js +1 -1
- 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/VisuallyHidden/index.js +1 -1
- package/es/WarningText/__snapshots__/index.test.tsx.snap +62 -0
- package/es/WarningText/index.js +7 -4
- package/es/WarningText/index.test.js +16 -0
- package/es/index.js +103 -36
- package/es/registry.js +238 -70
- package/esm/AccessibilityMenu/index.js +26 -0
- package/esm/AccessibilityMenuBody/index.js +24 -0
- package/esm/AccessibilityMenuButton/index.js +30 -0
- package/esm/AccessibilityMenuContent/index.js +24 -0
- package/esm/AccessibilityMenuHeader/index.js +23 -0
- package/esm/AccessibilityMenuHeaderButton/index.js +22 -0
- package/esm/AccessibilityMenuList/index.js +24 -0
- package/esm/AccessibilityMenuListItem/index.js +24 -0
- package/esm/AccessibilityMenuOptionButton/index.js +26 -0
- package/esm/AccessibilityMenuSteps/index.js +39 -0
- package/esm/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/Accordion/index.js +8 -3
- package/esm/AccordionControls/index.js +1 -1
- package/esm/AccordionSection/index.js +4 -7
- package/esm/AccordionSectionContent/index.js +1 -1
- package/esm/AccordionSectionSummary/index.js +6 -8
- package/esm/AccordionSectionSummaryHeading/__snapshots__/index.test.tsx.snap +0 -4
- package/esm/AccordionSectionSummaryHeading/index.js +1 -1
- package/esm/AdminAside/__snapshots__/index.test.tsx.snap +22 -0
- package/esm/AdminAside/index.js +23 -0
- package/esm/AdminAside/index.test.js +9 -0
- package/esm/AdminContainer/__snapshots__/index.test.tsx.snap +30 -0
- package/esm/AdminContainer/index.js +26 -0
- package/esm/AdminContainer/index.test.js +9 -0
- package/esm/AdminHeader/__snapshots__/index.test.tsx.snap +20 -0
- package/esm/AdminHeader/index.js +25 -0
- package/esm/AdminHeader/index.test.js +9 -0
- package/esm/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +16 -0
- package/esm/AdminHeaderContent/index.js +22 -0
- package/esm/AdminHeaderContent/index.spec.js +9 -0
- package/esm/AdminLayout/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/AdminLayout/index.js +23 -0
- package/esm/AdminLayout/index.test.js +9 -0
- package/esm/AdminMain/__snapshots__/index.test.tsx.snap +22 -0
- package/esm/AdminMain/index.js +23 -0
- package/esm/AdminMain/index.test.js +9 -0
- package/esm/AdminTopSection/__snapshots__/index.test.tsx.snap +21 -0
- package/esm/AdminTopSection/index.js +26 -0
- package/esm/AdminTopSection/index.test.js +9 -0
- package/esm/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/esm/Aside/index.js +9 -5
- package/esm/AutoCompleteAssistiveHint/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/AutoCompleteAssistiveHint/index.js +24 -0
- package/esm/AutoCompleteAssistiveHint/index.test.js +9 -0
- package/esm/AutoCompleteInput/__snapshots__/index.test.tsx.snap +89 -0
- package/esm/AutoCompleteInput/index.js +28 -0
- package/esm/AutoCompleteInput/index.test.js +44 -0
- package/esm/AutoCompleteInputTypeahead/__snapshots__/index.test.tsx.snap +22 -0
- package/esm/AutoCompleteInputTypeahead/index.js +26 -0
- package/esm/AutoCompleteInputTypeahead/index.test.js +9 -0
- package/esm/AutoCompleteResultList/__snapshots__/index.test.tsx.snap +69 -0
- package/esm/AutoCompleteResultList/index.js +26 -0
- package/esm/AutoCompleteResultList/index.test.js +35 -0
- package/esm/AutoCompleteResultListItem/__snapshots__/index.test.tsx.snap +78 -0
- package/esm/AutoCompleteResultListItem/index.js +30 -0
- package/esm/AutoCompleteResultListItem/index.test.js +36 -0
- package/esm/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +22 -0
- package/esm/AutoCompleteStatus/index.js +26 -0
- package/esm/AutoCompleteStatus/index.test.js +9 -0
- package/esm/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/AutoCompleteStatusWrapper/index.js +23 -0
- package/esm/AutoCompleteStatusWrapper/index.test.js +9 -0
- package/esm/AutoCompleteWrapper/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/AutoCompleteWrapper/index.js +24 -0
- package/esm/AutoCompleteWrapper/index.test.js +9 -0
- package/esm/BackLink/__snapshots__/index.test.tsx.snap +58 -36
- package/esm/BackLink/index.js +7 -7
- package/esm/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/BannerContainer/index.js +18 -0
- package/esm/BannerContainer/index.test.js +9 -0
- package/esm/Base/index.js +3 -2
- package/esm/Blockquote/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/Blockquote/index.js +4 -3
- package/esm/Blockquote/index.test.js +8 -0
- package/esm/Bottom/index.js +1 -1
- package/esm/BottomInfo/__snapshots__/index.test.tsx.snap +30 -0
- package/esm/BottomInfo/index.js +21 -0
- package/esm/BottomInfo/index.test.js +9 -0
- package/esm/BottomInfoContainer/__snapshots__/index.test.tsx.snap +30 -0
- package/esm/BottomInfoContainer/index.js +21 -0
- package/esm/BottomInfoContainer/index.test.js +9 -0
- package/esm/BottomInfoContent/__snapshots__/index.test.tsx.snap +22 -0
- package/esm/BottomInfoContent/index.js +25 -0
- package/esm/BottomInfoContent/index.test.js +9 -0
- package/esm/Breadcrumbs/index.js +1 -1
- package/esm/BreadcrumbsList/index.js +1 -1
- package/esm/BreadcrumbsListItem/index.js +1 -1
- package/esm/Button/__snapshots__/index.test.tsx.snap +26 -8
- package/esm/Button/index.js +3 -2
- package/esm/Button/index.test.js +17 -9
- package/esm/ButtonGroup/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/ButtonGroup/index.js +2 -2
- package/esm/ButtonLink/index.js +1 -1
- package/esm/CallToAction/__snapshots__/index.test.tsx.snap +24 -18
- package/esm/CallToAction/index.js +1 -1
- package/esm/Card/__snapshots__/index.test.tsx.snap +29 -8
- package/esm/Card/index.js +5 -4
- package/esm/Card/index.test.js +25 -17
- package/esm/CardAction/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/CardAction/index.js +2 -2
- package/esm/CardContent/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/CardContent/index.js +23 -0
- package/esm/CardContent/index.test.js +9 -0
- package/esm/CardHeading/index.js +1 -1
- package/esm/Checkbox/__snapshots__/index.test.tsx.snap +172 -11
- package/esm/Checkbox/index.js +6 -4
- package/esm/Checkbox/index.test.js +16 -0
- package/esm/CheckboxConditional/__snapshots__/index.test.tsx.snap +28 -8
- package/esm/CheckboxConditional/index.js +2 -2
- package/esm/CheckboxItem/__snapshots__/index.test.tsx.snap +10 -14
- package/esm/CheckboxItem/index.js +6 -8
- package/esm/CheckboxItem/index.test.js +2 -2
- package/esm/Chip/__snapshots__/index.test.tsx.snap +20 -0
- package/esm/Chip/index.js +37 -0
- package/esm/Chip/index.test.js +9 -0
- package/esm/ChipContainer/__snapshots__/index.spec.tsx.snap +16 -0
- package/esm/ChipContainer/index.js +23 -0
- package/esm/ChipContainer/index.spec.js +9 -0
- package/esm/ChipHeading/__snapshots__/index.test.tsx.snap +26 -0
- package/esm/ChipHeading/index.js +21 -0
- package/esm/ChipHeading/index.test.js +9 -0
- package/esm/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/ChipKeyValue/index.js +23 -0
- package/esm/ChipKeyValue/index.test.js +9 -0
- package/esm/ChoiceDividerText/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/ChoiceDividerText/index.js +23 -0
- package/esm/ChoiceDividerText/index.test.js +9 -0
- package/esm/CircularProgress/__snapshots__/index.test.tsx.snap +181 -0
- package/esm/CircularProgress/index.js +39 -0
- package/esm/CircularProgress/index.test.js +51 -0
- package/esm/CloseButton/__snapshots__/index.test.tsx.snap +104 -0
- package/esm/CloseButton/index.js +26 -0
- 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 +84 -0
- package/esm/CopyToClipboardContainer/index.js +30 -0
- package/esm/CopyToClipboardContainer/index.spec.js +34 -0
- package/esm/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +97 -0
- package/esm/CopyToClipboardMessage/index.js +24 -0
- package/esm/CopyToClipboardMessage/index.test.js +45 -0
- package/esm/CopyrightContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/CopyrightContainer/index.js +2 -2
- package/esm/DateInputContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/DateInputContainer/index.js +5 -4
- package/esm/DateInputContainer/index.test.js +8 -0
- package/esm/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
- package/esm/DateInputItem/index.js +2 -2
- package/esm/Details/index.js +1 -1
- package/esm/DetailsContent/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/DetailsContent/index.js +2 -2
- package/esm/DetailsSummary/index.js +2 -2
- package/esm/Drawer/__snapshots__/index.test.tsx.snap +105 -0
- package/esm/Drawer/index.js +28 -0
- package/esm/Drawer/index.test.js +18 -0
- package/esm/DrawerHeading/__snapshots__/index.test.tsx.snap +75 -0
- package/esm/DrawerHeading/index.js +32 -0
- package/esm/DrawerHeading/index.test.js +9 -0
- package/esm/DropdownBase/__snapshots__/index.test.tsx.snap +206 -0
- package/esm/DropdownBase/index.js +27 -0
- package/esm/DropdownBase/index.test.js +95 -0
- package/esm/DropdownButton/__snapshots__/index.test.tsx.snap +643 -0
- package/esm/DropdownButton/index.js +37 -0
- package/esm/DropdownButton/index.test.js +197 -0
- package/esm/DropdownContent/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/DropdownContent/index.js +24 -0
- package/esm/DropdownContent/index.test.js +9 -0
- package/esm/ErrorMessage/index.js +1 -1
- 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 +7 -16
- package/esm/FieldContainer/index.js +4 -7
- package/esm/Fieldset/index.js +1 -1
- package/esm/FieldsetLegend/__snapshots__/index.test.tsx.snap +22 -22
- package/esm/FieldsetLegend/index.js +5 -5
- package/esm/FieldsetLegend/index.test.js +6 -6
- package/esm/FileUpload/index.js +1 -1
- package/esm/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/FileUploadContainer/index.js +5 -5
- package/esm/FileUploadContainer/index.test.js +2 -2
- package/esm/FillableText/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/FillableText/index.js +23 -0
- package/esm/FillableText/index.test.js +9 -0
- package/esm/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/FilterContainer/index.js +30 -0
- package/esm/FilterContainer/index.test.js +9 -0
- package/esm/FilterContent/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/FilterContent/index.js +22 -0
- package/esm/FilterContent/index.test.js +9 -0
- package/esm/FilterHeadingContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/FilterHeadingContainer/index.js +25 -0
- package/esm/FilterHeadingContainer/index.test.js +9 -0
- package/esm/FilterOptionsSection/__snapshots__/index.spec.tsx.snap +16 -0
- package/esm/FilterOptionsSection/index.js +23 -0
- package/esm/FilterOptionsSection/index.spec.js +9 -0
- package/esm/FilterSelectedHeading/__snapshots__/index.spec.tsx.snap +16 -0
- package/esm/FilterSelectedHeading/index.js +22 -0
- package/esm/FilterSelectedHeading/index.spec.js +9 -0
- package/esm/FilterSelectedSection/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/FilterSelectedSection/index.js +22 -0
- package/esm/FilterSelectedSection/index.test.js +9 -0
- package/esm/Footer/index.js +1 -1
- package/esm/FooterContainer/__snapshots__/index.test.tsx.snap +17 -8
- package/esm/FooterContainer/index.js +5 -10
- package/esm/FooterContent/index.js +2 -2
- package/esm/FooterContentLogos/index.js +1 -1
- package/esm/FooterHeading/__snapshots__/index.test.tsx.snap +59 -26
- package/esm/FooterHeading/index.js +9 -6
- package/esm/FooterHeading/index.test.js +2 -2
- package/esm/FooterImage/index.js +1 -1
- package/esm/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/FooterInfo/index.js +24 -0
- package/esm/FooterInfo/index.test.js +9 -0
- package/esm/FooterInfoSection/__snapshots__/index.test.tsx.snap +50 -0
- package/esm/FooterInfoSection/index.js +23 -0
- package/esm/FooterInfoSection/index.test.js +25 -0
- package/esm/FooterLink/index.js +1 -1
- package/esm/FooterList/index.js +6 -4
- package/esm/FooterListItem/index.js +1 -1
- package/esm/FooterNavigation/index.js +2 -2
- package/esm/FooterNavigationSection/__snapshots__/index.test.tsx.snap +20 -0
- package/esm/FooterNavigationSection/index.js +24 -0
- package/esm/FooterNavigationSection/index.test.js +11 -0
- package/esm/Form/index.js +1 -1
- package/esm/FullPageBackground/__snapshots__/index.test.tsx.snap +14 -0
- package/esm/FullPageBackground/index.js +23 -0
- package/esm/FullPageBackground/index.test.js +9 -0
- package/esm/GovGRLogo/__snapshots__/index.test.tsx.snap +4 -4
- package/esm/GovGRLogo/index.js +4 -4
- package/esm/Grid/index.js +2 -2
- package/esm/Header/index.js +2 -2
- package/esm/HeaderContent/index.js +1 -1
- package/esm/HeaderLogo/__snapshots__/index.test.tsx.snap +3 -3
- package/esm/HeaderLogo/index.js +3 -3
- package/esm/HeaderNavMenuContent/index.js +1 -1
- package/esm/HeaderSecondaryLogo/__snapshots__/index.test.tsx.snap +6 -6
- package/esm/HeaderSecondaryLogo/index.js +3 -3
- package/esm/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/HeaderSection/index.js +2 -2
- package/esm/HeaderTitle/__snapshots__/index.test.tsx.snap +4 -4
- package/esm/HeaderTitle/index.js +2 -2
- package/esm/Heading/__snapshots__/index.test.tsx.snap +264 -134
- package/esm/Heading/index.js +10 -7
- package/esm/Heading/index.test.js +55 -38
- package/esm/HeadingCaption/__snapshots__/index.test.tsx.snap +48 -28
- package/esm/HeadingCaption/index.js +4 -4
- package/esm/HeadingCaption/index.test.js +2 -2
- package/esm/HellenicRepublicLogo/index.js +1 -1
- package/esm/Hidden/__snapshots__/index.test.tsx.snap +10 -10
- package/esm/Hidden/index.js +7 -11
- 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/KitchenSinkAllComponents/index.js +17 -0
- package/esm/KitchenSinkCard/index.js +18 -0
- package/esm/KitchenSinkCategory/index.js +17 -0
- package/esm/KitchenSinkContent/index.js +19 -0
- package/esm/KitchenSinkContentInfo/index.js +17 -0
- package/esm/KitchenSinkContentTags/index.js +17 -0
- package/esm/KitchenSinkHeading/index.js +16 -0
- package/esm/KitchenSinkLetterContent/index.js +17 -0
- package/esm/LabelContainer/index.js +1 -1
- package/esm/LabelTitle/__snapshots__/index.test.tsx.snap +18 -18
- package/esm/LabelTitle/index.js +2 -2
- package/esm/LabelTitle/index.test.js +6 -6
- package/esm/LabeledText/__snapshots__/index.test.tsx.snap +50 -0
- package/esm/LabeledText/index.js +25 -0
- package/esm/LabeledText/index.test.js +25 -0
- package/esm/Layout/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/Layout/index.js +2 -2
- package/esm/LinkBase/index.js +4 -3
- package/esm/List/__snapshots__/index.test.tsx.snap +8 -8
- package/esm/List/index.js +6 -5
- package/esm/List/index.test.js +4 -4
- package/esm/ListItem/index.js +1 -1
- package/esm/LoaderContainer/__snapshots__/index.test.tsx.snap +14 -0
- package/esm/LoaderContainer/index.js +22 -0
- package/esm/LoaderContainer/index.test.js +9 -0
- 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 +2 -2
- package/esm/MastheadBody/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/MastheadBody/index.js +2 -2
- package/esm/MastheadLogo/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/MastheadLogo/index.js +28 -0
- package/esm/MastheadLogo/index.test.js +9 -0
- package/esm/ModalAction/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/ModalAction/index.js +24 -0
- package/esm/ModalAction/index.test.js +9 -0
- package/esm/ModalContainer/__snapshots__/index.test.tsx.snap +24 -0
- package/esm/ModalContainer/index.js +31 -0
- package/esm/ModalContainer/index.test.js +9 -0
- package/esm/ModalContent/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/ModalContent/index.js +23 -0
- package/esm/ModalContent/index.test.js +9 -0
- package/esm/ModalHeading/__snapshots__/index.test.tsx.snap +29 -0
- package/esm/ModalHeading/index.js +22 -0
- package/esm/ModalHeading/index.test.js +9 -0
- package/esm/Nav/__snapshots__/index.test.tsx.snap +91 -4
- package/esm/Nav/index.js +18 -12
- package/esm/Nav/index.test.js +42 -0
- package/esm/NavList/__snapshots__/index.test.tsx.snap +4 -4
- package/esm/NavList/index.js +6 -3
- 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/esm/NavListItemActionContainer/index.js +23 -0
- package/esm/NavListItemActionContainer/index.test.js +9 -0
- package/esm/NavListItemButton/__snapshots__/index.test.tsx.snap +81 -54
- package/esm/NavListItemButton/index.js +2 -2
- package/esm/NavListItemLink/index.js +1 -1
- package/esm/NavMenuContainer/__snapshots__/index.test.tsx.snap +127 -15
- 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/NavMenuContent/index.js +27 -0
- package/esm/NavMenuContent/index.test.js +9 -0
- package/esm/NavMenuContentListBase/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/NavMenuContentListBase/index.js +23 -0
- package/esm/NavMenuContentListBase/index.test.js +9 -0
- package/esm/NavMenuContentListItem/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/NavMenuContentListItem/index.js +23 -0
- package/esm/NavMenuContentListItem/index.test.js +9 -0
- package/esm/NavMenuTitle/__snapshots__/index.test.tsx.snap +43 -0
- package/esm/NavMenuTitle/index.js +31 -0
- package/esm/NavMenuTitle/index.test.js +9 -0
- package/esm/NormalText/__snapshots__/index.test.tsx.snap +606 -368
- 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 +8 -6
- package/esm/NotificationBannerContainer/index.test.js +4 -4
- package/esm/NotificationBannerContent/index.js +1 -1
- package/esm/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +22 -3
- package/esm/NotificationBannerHeader/index.js +6 -2
- 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 +106 -46
- package/esm/PageTitleCaption/index.js +5 -11
- package/esm/PageTitleCaption/index.test.js +19 -11
- package/esm/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/PageTitleContainer/index.js +22 -0
- package/esm/PageTitleContainer/index.test.js +9 -0
- package/esm/PageTitleHeading/__snapshots__/index.test.tsx.snap +85 -42
- package/esm/PageTitleHeading/index.js +6 -11
- package/esm/PageTitleHeading/index.test.js +3 -3
- package/esm/Pagination/__snapshots__/index.spec.tsx.snap +33 -0
- package/esm/Pagination/index.js +24 -0
- package/esm/Pagination/index.spec.js +17 -0
- package/esm/PaginationLabelContainer/__snapshots__/index.spec.tsx.snap +16 -0
- package/esm/PaginationLabelContainer/index.js +22 -0
- package/esm/PaginationLabelContainer/index.spec.js +9 -0
- package/esm/PaginationList/__snapshots__/index.spec.tsx.snap +54 -0
- package/esm/PaginationList/index.js +22 -0
- package/esm/PaginationList/index.spec.js +16 -0
- package/esm/PaginationListItem/__snapshots__/index.spec.tsx.snap +85 -0
- package/esm/PaginationListItem/index.js +27 -0
- package/esm/PaginationListItem/index.spec.js +42 -0
- package/esm/Panel/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/Panel/index.js +24 -0
- package/esm/Panel/index.test.js +9 -0
- package/esm/PanelBody/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/PanelBody/index.js +22 -0
- package/esm/PanelBody/index.test.js +9 -0
- package/esm/PanelTitle/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/PanelTitle/index.js +22 -0
- package/esm/PanelTitle/index.test.js +9 -0
- package/esm/Paragraph/__snapshots__/index.test.tsx.snap +853 -377
- package/esm/Paragraph/index.js +5 -12
- package/esm/Paragraph/index.test.js +92 -92
- package/esm/PhaseBanner/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/PhaseBanner/index.js +2 -2
- package/esm/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
- package/esm/PhaseBannerHeaderContainer/index.js +2 -2
- package/esm/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/PhaseBannerTag/index.js +2 -2
- package/esm/PhaseBannerText/index.js +1 -1
- package/esm/RadioConditional/__snapshots__/index.test.tsx.snap +28 -8
- package/esm/RadioConditional/index.js +2 -2
- package/esm/RadioContainer/__snapshots__/index.test.tsx.snap +34 -0
- package/esm/RadioContainer/index.js +7 -6
- package/esm/RadioContainer/index.test.js +16 -0
- package/esm/RadioItem/__snapshots__/index.test.tsx.snap +12 -16
- package/esm/RadioItem/index.js +6 -8
- package/esm/RadioItem/index.test.js +4 -4
- package/esm/ResultsActionBar/__snapshots__/indext.test.tsx.snap +16 -0
- package/esm/ResultsActionBar/index.js +22 -0
- package/esm/ResultsActionBar/indext.test.js +9 -0
- package/esm/ResultsHeading/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/ResultsHeading/index.js +23 -0
- package/esm/ResultsHeading/index.test.js +9 -0
- package/esm/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +31 -0
- package/esm/ResultsHeadingActions/index.js +29 -0
- package/esm/ResultsHeadingActions/index.test.js +9 -0
- package/esm/SearchButton/__snapshots__/index.test.tsx.snap +50 -0
- package/esm/SearchButton/index.js +25 -0
- package/esm/SearchButton/index.test.js +9 -0
- package/esm/SearchContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/SearchContainer/index.js +22 -0
- package/esm/SearchContainer/index.test.js +9 -0
- package/esm/Section/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/Section/index.js +23 -0
- package/esm/Section/index.test.js +9 -0
- package/esm/SectionBreak/__snapshots__/index.test.tsx.snap +10 -10
- package/esm/SectionBreak/index.js +3 -3
- package/esm/SectionBreak/index.test.js +2 -2
- package/esm/SelectContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/SelectContainer/index.js +4 -5
- package/esm/SelectContainer/index.test.js +9 -1
- package/esm/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
- package/esm/SelectOption/index.js +4 -8
- package/esm/SingleCharacterInput/__snapshots__/index.test.tsx.snap +198 -0
- package/esm/SingleCharacterInput/index.js +28 -0
- package/esm/SingleCharacterInput/index.test.js +53 -0
- package/esm/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/SingleCharacterInputs/index.js +24 -0
- package/esm/SingleCharacterInputs/index.test.js +9 -0
- package/esm/SkipLink/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/SkipLink/index.js +2 -2
- 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 +33 -0
- package/esm/StepNav/index.js +24 -0
- package/esm/StepNav/index.test.js +17 -0
- package/esm/StepNavAccordion/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/StepNavAccordion/index.js +25 -0
- package/esm/StepNavAccordion/index.test.js +9 -0
- package/esm/StepNavAccordionContent/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/StepNavAccordionContent/index.js +23 -0
- package/esm/StepNavAccordionContent/index.test.js +9 -0
- package/esm/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +80 -0
- package/esm/StepNavAccordionHeadingText/index.js +32 -0
- package/esm/StepNavAccordionHeadingText/index.test.js +25 -0
- package/esm/StepNavAccordionHeadingTitle/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/StepNavAccordionHeadingTitle/index.js +24 -0
- package/esm/StepNavAccordionHeadingTitle/index.test.js +9 -0
- package/esm/StepNavAccordionSummary/__snapshots__/index.test.tsx.snap +18 -0
- package/esm/StepNavAccordionSummary/index.js +23 -0
- package/esm/StepNavAccordionSummary/index.test.js +9 -0
- package/esm/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +86 -0
- package/esm/StepNavAccordionSummaryHeading/index.js +46 -0
- package/esm/StepNavAccordionSummaryHeading/index.test.js +43 -0
- package/esm/StepNavCircleNumber/__snapshots__/index.test.tsx.snap +47 -0
- package/esm/StepNavCircleNumber/index.js +28 -0
- package/esm/StepNavCircleNumber/index.test.js +17 -0
- package/esm/StepNavControls/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/StepNavControls/index.js +23 -0
- package/esm/StepNavControls/index.test.js +9 -0
- package/esm/StepNavList/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/StepNavList/index.js +23 -0
- package/esm/StepNavList/index.test.js +9 -0
- package/esm/StepNavListItem/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/StepNavListItem/index.js +22 -0
- package/esm/StepNavListItem/index.test.js +9 -0
- package/esm/SummaryList/index.js +1 -1
- package/esm/SummaryListItem/index.js +5 -3
- package/esm/SummaryListItemAction/index.js +1 -1
- package/esm/SummaryListItemKey/index.js +1 -1
- package/esm/SummaryListItemValue/index.js +1 -1
- package/esm/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
- package/esm/SvgIcon/index.js +2 -2
- package/esm/SvgIcon/index.test.js +36 -28
- package/esm/Table/__snapshots__/index.test.tsx.snap +7 -7
- package/esm/Table/index.js +5 -6
- package/esm/Table/index.test.js +5 -5
- package/esm/TableBody/index.js +1 -1
- package/esm/TableCaption/__snapshots__/index.test.tsx.snap +11 -11
- package/esm/TableCaption/index.js +3 -3
- package/esm/TableCaption/index.test.js +3 -3
- package/esm/TableContainer/index.js +1 -1
- package/esm/TableDataCell/index.js +1 -1
- package/esm/TableHead/index.js +1 -1
- package/esm/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
- package/esm/TableHeadCell/index.js +4 -4
- package/esm/TableHeadCell/index.test.js +24 -24
- package/esm/TableLoaderBackground/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/TableLoaderBackground/index.js +23 -0
- package/esm/TableLoaderBackground/index.test.js +9 -0
- package/esm/TableNoDataRow/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/TableNoDataRow/index.js +1 -1
- package/esm/TableRow/__snapshots__/index.test.tsx.snap +34 -0
- package/esm/TableRow/index.js +6 -5
- package/esm/TableRow/index.test.js +16 -0
- package/esm/TableSortIconContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/TableSortIconContainer/index.js +24 -0
- package/esm/TableSortIconContainer/index.test.js +9 -0
- package/esm/Tabs/index.js +5 -4
- package/esm/TabsHeading/__snapshots__/index.test.tsx.snap +92 -26
- package/esm/TabsHeading/index.js +11 -9
- package/esm/TabsHeading/index.test.js +2 -2
- package/esm/TabsList/index.js +1 -1
- package/esm/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/esm/TabsListItem/index.js +6 -6
- package/esm/TabsListItem/index.test.js +8 -8
- package/esm/TabsPanel/__snapshots__/index.test.tsx.snap +4 -4
- package/esm/TabsPanel/index.js +2 -2
- package/esm/TaskList/__snapshots__/index.test.tsx.snap +33 -0
- package/esm/TaskList/index.js +24 -0
- package/esm/TaskList/index.test.js +17 -0
- package/esm/TaskListItem/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/TaskListItem/index.js +22 -0
- package/esm/TaskListItem/index.test.js +9 -0
- package/esm/TaskListItemContent/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/TaskListItemContent/index.js +23 -0
- package/esm/TaskListItemContent/index.test.js +9 -0
- package/esm/TaskListItemHeading/__snapshots__/index.test.tsx.snap +86 -0
- package/esm/TaskListItemHeading/index.js +21 -0
- package/esm/TaskListItemHeading/index.test.js +25 -0
- package/esm/TaskListItemTag/__snapshots__/index.test.tsx.snap +67 -0
- package/esm/TaskListItemTag/index.js +23 -0
- package/esm/TaskListItemTag/index.test.js +33 -0
- package/esm/TextArea/__snapshots__/index.test.tsx.snap +19 -0
- package/esm/TextArea/index.js +7 -6
- package/esm/TextArea/index.test.js +8 -0
- package/esm/TextInput/__snapshots__/index.test.tsx.snap +219 -202
- package/esm/TextInput/index.js +6 -7
- package/esm/TextInput/index.test.js +122 -114
- package/esm/Timeline/__snapshots__/index.test.tsx.snap +33 -0
- package/esm/Timeline/index.js +24 -0
- package/esm/Timeline/index.test.js +17 -0
- package/esm/TimelineActions/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/TimelineActions/index.js +24 -0
- package/esm/TimelineActions/index.test.js +9 -0
- package/esm/TimelineContent/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/TimelineContent/index.js +23 -0
- package/esm/TimelineContent/index.test.js +9 -0
- package/esm/TimelineHeading/__snapshots__/index.test.tsx.snap +50 -0
- package/esm/TimelineHeading/index.js +44 -0
- package/esm/TimelineHeading/index.test.js +25 -0
- package/esm/TimelineItem/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/TimelineItem/index.js +22 -0
- package/esm/TimelineItem/index.test.js +9 -0
- package/esm/Top/index.js +1 -1
- 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/VisuallyHidden/index.js +1 -1
- package/esm/WarningText/__snapshots__/index.test.tsx.snap +62 -0
- package/esm/WarningText/index.js +7 -4
- package/esm/WarningText/index.test.js +16 -0
- package/esm/index.js +104 -37
- package/esm/registry.js +238 -70
- package/index.d.ts +102 -35
- package/index.js +1163 -318
- package/package.json +6 -2
- package/registry.d.ts +119 -35
- package/registry.js +334 -82
- package/src/AccessibilityMenu/index.tsx +41 -0
- package/src/AccessibilityMenuBody/index.tsx +29 -0
- package/src/AccessibilityMenuButton/index.tsx +33 -0
- package/src/AccessibilityMenuContent/index.tsx +29 -0
- package/src/AccessibilityMenuHeader/index.tsx +28 -0
- package/src/AccessibilityMenuHeaderButton/index.tsx +30 -0
- package/src/AccessibilityMenuList/index.tsx +29 -0
- package/src/AccessibilityMenuListItem/index.tsx +29 -0
- package/src/AccessibilityMenuOptionButton/index.tsx +42 -0
- package/src/AccessibilityMenuSteps/index.tsx +81 -0
- package/src/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/src/Accordion/index.tsx +37 -3
- package/src/AccordionControls/index.tsx +1 -1
- package/src/AccordionSection/index.tsx +4 -12
- package/src/AccordionSectionContent/index.tsx +1 -1
- package/src/AccordionSectionSummary/index.tsx +7 -22
- package/src/AccordionSectionSummaryHeading/__snapshots__/index.test.tsx.snap +0 -4
- package/src/AccordionSectionSummaryHeading/index.tsx +1 -1
- package/src/AdminAside/__snapshots__/index.test.tsx.snap +22 -0
- package/src/AdminAside/index.test.tsx +8 -0
- package/src/AdminAside/index.tsx +28 -0
- package/src/AdminContainer/__snapshots__/index.test.tsx.snap +30 -0
- package/src/AdminContainer/index.test.tsx +8 -0
- package/src/AdminContainer/index.tsx +33 -0
- package/src/AdminHeader/__snapshots__/index.test.tsx.snap +20 -0
- package/src/AdminHeader/index.test.tsx +8 -0
- package/src/AdminHeader/index.tsx +29 -0
- 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/__snapshots__/index.test.tsx.snap +16 -0
- package/src/AdminLayout/index.test.tsx +8 -0
- package/src/AdminLayout/index.tsx +33 -0
- package/src/AdminMain/__snapshots__/index.test.tsx.snap +22 -0
- package/src/AdminMain/index.test.tsx +8 -0
- package/src/AdminMain/index.tsx +27 -0
- package/src/AdminTopSection/__snapshots__/index.test.tsx.snap +21 -0
- package/src/AdminTopSection/index.test.tsx +8 -0
- package/src/AdminTopSection/index.tsx +46 -0
- package/src/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/src/Aside/index.tsx +11 -7
- package/src/AutoCompleteAssistiveHint/__snapshots__/index.test.tsx.snap +16 -0
- package/src/AutoCompleteAssistiveHint/index.test.tsx +10 -0
- package/src/AutoCompleteAssistiveHint/index.tsx +29 -0
- package/src/AutoCompleteInput/__snapshots__/index.test.tsx.snap +89 -0
- package/src/AutoCompleteInput/index.test.tsx +28 -0
- package/src/AutoCompleteInput/index.tsx +49 -0
- package/src/AutoCompleteInputTypeahead/__snapshots__/index.test.tsx.snap +22 -0
- package/src/AutoCompleteInputTypeahead/index.test.tsx +8 -0
- package/src/AutoCompleteInputTypeahead/index.tsx +32 -0
- package/src/AutoCompleteResultList/__snapshots__/index.test.tsx.snap +69 -0
- package/src/AutoCompleteResultList/index.test.tsx +36 -0
- package/src/AutoCompleteResultList/index.tsx +55 -0
- package/src/AutoCompleteResultListItem/__snapshots__/index.test.tsx.snap +78 -0
- package/src/AutoCompleteResultListItem/index.test.tsx +38 -0
- package/src/AutoCompleteResultListItem/index.tsx +75 -0
- package/src/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +22 -0
- package/src/AutoCompleteStatus/index.test.tsx +10 -0
- package/src/AutoCompleteStatus/index.tsx +31 -0
- package/src/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +16 -0
- package/src/AutoCompleteStatusWrapper/index.test.tsx +10 -0
- package/src/AutoCompleteStatusWrapper/index.tsx +28 -0
- package/src/AutoCompleteWrapper/__snapshots__/index.test.tsx.snap +16 -0
- package/src/AutoCompleteWrapper/index.test.tsx +10 -0
- package/src/AutoCompleteWrapper/index.tsx +50 -0
- package/src/BackLink/__snapshots__/index.test.tsx.snap +58 -36
- package/src/BackLink/index.tsx +6 -5
- package/src/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/src/BannerContainer/index.test.tsx +8 -0
- package/src/BannerContainer/index.tsx +25 -0
- package/src/Base/index.tsx +5 -0
- package/src/Blockquote/__snapshots__/index.test.tsx.snap +17 -0
- package/src/Blockquote/index.test.tsx +4 -0
- package/src/Blockquote/index.tsx +12 -3
- package/src/Bottom/index.tsx +1 -1
- package/src/BottomInfo/__snapshots__/index.test.tsx.snap +30 -0
- package/src/BottomInfo/index.test.tsx +8 -0
- package/src/BottomInfo/index.tsx +25 -0
- package/src/BottomInfoContainer/__snapshots__/index.test.tsx.snap +30 -0
- package/src/BottomInfoContainer/index.test.tsx +10 -0
- package/src/BottomInfoContainer/index.tsx +26 -0
- package/src/BottomInfoContent/__snapshots__/index.test.tsx.snap +22 -0
- package/src/BottomInfoContent/index.test.tsx +8 -0
- package/src/BottomInfoContent/index.tsx +32 -0
- package/src/Breadcrumbs/index.tsx +1 -1
- package/src/BreadcrumbsList/index.tsx +1 -1
- package/src/BreadcrumbsListItem/index.tsx +4 -3
- package/src/Button/__snapshots__/index.test.tsx.snap +26 -8
- package/src/Button/index.test.tsx +3 -0
- package/src/Button/index.tsx +25 -9
- package/src/ButtonGroup/__snapshots__/index.test.tsx.snap +2 -2
- package/src/ButtonGroup/index.tsx +2 -2
- package/src/ButtonLink/index.tsx +11 -7
- package/src/CallToAction/__snapshots__/index.test.tsx.snap +24 -18
- package/src/CallToAction/index.tsx +1 -1
- package/src/Card/__snapshots__/index.test.tsx.snap +29 -8
- package/src/Card/index.test.tsx +7 -4
- package/src/Card/index.tsx +32 -17
- package/src/CardAction/__snapshots__/index.test.tsx.snap +2 -2
- package/src/CardAction/index.tsx +2 -2
- package/src/CardContent/__snapshots__/index.test.tsx.snap +16 -0
- package/src/CardContent/index.test.tsx +8 -0
- package/src/CardContent/index.tsx +27 -0
- package/src/CardHeading/index.tsx +1 -1
- package/src/Checkbox/__snapshots__/index.test.tsx.snap +172 -11
- package/src/Checkbox/index.test.tsx +20 -0
- package/src/Checkbox/index.tsx +22 -3
- package/src/CheckboxConditional/__snapshots__/index.test.tsx.snap +28 -8
- package/src/CheckboxConditional/index.tsx +2 -2
- package/src/CheckboxItem/__snapshots__/index.test.tsx.snap +10 -14
- package/src/CheckboxItem/index.test.tsx +4 -3
- package/src/CheckboxItem/index.tsx +31 -33
- package/src/Chip/__snapshots__/index.test.tsx.snap +20 -0
- package/src/Chip/index.test.tsx +8 -0
- package/src/Chip/index.tsx +50 -0
- package/src/ChipContainer/__snapshots__/index.spec.tsx.snap +16 -0
- package/src/ChipContainer/index.spec.tsx +8 -0
- package/src/ChipContainer/index.tsx +33 -0
- package/src/ChipHeading/__snapshots__/index.test.tsx.snap +26 -0
- package/src/ChipHeading/index.test.tsx +8 -0
- package/src/ChipHeading/index.tsx +20 -0
- package/src/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
- package/src/ChipKeyValue/index.test.tsx +8 -0
- package/src/ChipKeyValue/index.tsx +28 -0
- package/src/ChoiceDividerText/__snapshots__/index.test.tsx.snap +16 -0
- package/src/ChoiceDividerText/index.test.tsx +8 -0
- package/src/ChoiceDividerText/index.tsx +28 -0
- package/src/CircularProgress/__snapshots__/index.test.tsx.snap +181 -0
- package/src/CircularProgress/index.test.tsx +28 -0
- package/src/CircularProgress/index.tsx +63 -0
- 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 +84 -0
- package/src/CopyToClipboardContainer/index.spec.tsx +35 -0
- package/src/CopyToClipboardContainer/index.tsx +64 -0
- package/src/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +97 -0
- package/src/CopyToClipboardMessage/index.test.tsx +60 -0
- package/src/CopyToClipboardMessage/index.tsx +41 -0
- package/src/CopyrightContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/src/CopyrightContainer/index.tsx +3 -3
- package/src/DateInputContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/src/DateInputContainer/index.test.tsx +5 -0
- package/src/DateInputContainer/index.tsx +12 -3
- package/src/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
- package/src/DateInputItem/index.tsx +15 -10
- package/src/Details/index.tsx +2 -2
- package/src/DetailsContent/__snapshots__/index.test.tsx.snap +2 -2
- package/src/DetailsContent/index.tsx +2 -2
- package/src/DetailsSummary/index.tsx +7 -5
- package/src/Drawer/__snapshots__/index.test.tsx.snap +105 -0
- package/src/Drawer/index.test.tsx +29 -0
- package/src/Drawer/index.tsx +73 -0
- package/src/DrawerHeading/__snapshots__/index.test.tsx.snap +75 -0
- package/src/DrawerHeading/index.test.tsx +14 -0
- package/src/DrawerHeading/index.tsx +52 -0
- package/src/DropdownBase/__snapshots__/index.test.tsx.snap +206 -0
- package/src/DropdownBase/index.test.tsx +86 -0
- package/src/DropdownBase/index.tsx +56 -0
- package/src/DropdownButton/__snapshots__/index.test.tsx.snap +643 -0
- package/src/DropdownButton/index.test.tsx +185 -0
- package/src/DropdownButton/index.tsx +85 -0
- package/src/DropdownContent/__snapshots__/index.test.tsx.snap +16 -0
- package/src/DropdownContent/index.test.tsx +8 -0
- package/src/DropdownContent/index.tsx +40 -0
- package/src/ErrorMessage/index.tsx +1 -1
- 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 +7 -16
- package/src/FieldContainer/index.tsx +6 -4
- package/src/Fieldset/index.tsx +2 -2
- package/src/FieldsetLegend/__snapshots__/index.test.tsx.snap +22 -22
- package/src/FieldsetLegend/index.test.tsx +6 -6
- package/src/FieldsetLegend/index.tsx +32 -26
- package/src/FileUpload/index.tsx +6 -3
- package/src/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/src/FileUploadContainer/index.test.tsx +2 -2
- package/src/FileUploadContainer/index.tsx +9 -6
- package/src/FillableText/__snapshots__/index.test.tsx.snap +16 -0
- package/src/FillableText/index.test.tsx +8 -0
- package/src/FillableText/index.tsx +27 -0
- package/src/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/src/FilterContainer/index.test.tsx +8 -0
- package/src/FilterContainer/index.tsx +76 -0
- package/src/FilterContent/__snapshots__/index.test.tsx.snap +16 -0
- package/src/FilterContent/index.test.tsx +8 -0
- package/src/FilterContent/index.tsx +27 -0
- package/src/FilterHeadingContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/src/FilterHeadingContainer/index.test.tsx +8 -0
- package/src/FilterHeadingContainer/index.tsx +30 -0
- package/src/FilterOptionsSection/__snapshots__/index.spec.tsx.snap +16 -0
- package/src/FilterOptionsSection/index.spec.tsx +10 -0
- package/src/FilterOptionsSection/index.tsx +37 -0
- package/src/FilterSelectedHeading/__snapshots__/index.spec.tsx.snap +16 -0
- package/src/FilterSelectedHeading/index.spec.tsx +10 -0
- package/src/FilterSelectedHeading/index.tsx +27 -0
- package/src/FilterSelectedSection/__snapshots__/index.test.tsx.snap +16 -0
- package/src/FilterSelectedSection/index.test.tsx +10 -0
- package/src/FilterSelectedSection/index.tsx +27 -0
- package/src/Footer/index.tsx +1 -1
- package/src/FooterContainer/__snapshots__/index.test.tsx.snap +17 -8
- package/src/FooterContainer/index.tsx +5 -25
- package/src/FooterContent/index.tsx +2 -2
- package/src/FooterContentLogos/index.tsx +1 -1
- package/src/FooterHeading/__snapshots__/index.test.tsx.snap +59 -26
- package/src/FooterHeading/index.test.tsx +2 -2
- package/src/FooterHeading/index.tsx +18 -13
- package/src/FooterImage/index.tsx +1 -1
- package/src/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
- package/src/FooterInfo/index.test.tsx +8 -0
- package/src/FooterInfo/index.tsx +28 -0
- 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/FooterLink/index.tsx +2 -2
- package/src/FooterList/index.tsx +17 -7
- package/src/FooterListItem/index.tsx +1 -1
- package/src/FooterNavigation/index.tsx +2 -2
- 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 +7 -2
- package/src/FullPageBackground/__snapshots__/index.test.tsx.snap +14 -0
- package/src/FullPageBackground/index.test.tsx +8 -0
- package/src/FullPageBackground/index.tsx +28 -0
- package/src/GovGRLogo/__snapshots__/index.test.tsx.snap +4 -4
- package/src/GovGRLogo/index.tsx +4 -4
- package/src/Grid/index.tsx +91 -76
- package/src/Header/index.tsx +2 -2
- package/src/HeaderContent/index.tsx +1 -1
- package/src/HeaderLogo/__snapshots__/index.test.tsx.snap +3 -3
- package/src/HeaderLogo/index.tsx +9 -7
- package/src/HeaderNavMenuContent/index.tsx +1 -1
- package/src/HeaderSecondaryLogo/__snapshots__/index.test.tsx.snap +6 -6
- package/src/HeaderSecondaryLogo/index.tsx +9 -7
- package/src/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
- package/src/HeaderSection/index.tsx +2 -2
- package/src/HeaderTitle/__snapshots__/index.test.tsx.snap +4 -4
- package/src/HeaderTitle/index.tsx +3 -3
- package/src/Heading/__snapshots__/index.test.tsx.snap +264 -134
- package/src/Heading/index.test.tsx +29 -15
- package/src/Heading/index.tsx +22 -17
- package/src/HeadingCaption/__snapshots__/index.test.tsx.snap +48 -28
- package/src/HeadingCaption/index.test.tsx +2 -2
- package/src/HeadingCaption/index.tsx +14 -12
- package/src/HellenicRepublicLogo/index.tsx +6 -4
- package/src/HellenicRepublicLogo/logo-inverted-el.ts +1 -1
- package/src/HellenicRepublicLogo/logo-inverted-en.ts +1 -1
- package/src/Hidden/__snapshots__/index.test.tsx.snap +10 -10
- package/src/Hidden/index.tsx +40 -15
- 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/KitchenSinkAllComponents/index.tsx +23 -0
- package/src/KitchenSinkCard/index.tsx +24 -0
- package/src/KitchenSinkCategory/index.tsx +23 -0
- package/src/KitchenSinkContent/index.tsx +37 -0
- package/src/KitchenSinkContentInfo/index.tsx +23 -0
- package/src/KitchenSinkContentTags/index.tsx +23 -0
- package/src/KitchenSinkHeading/index.tsx +22 -0
- package/src/KitchenSinkLetterContent/index.tsx +23 -0
- package/src/LabelContainer/index.tsx +1 -1
- package/src/LabelTitle/__snapshots__/index.test.tsx.snap +18 -18
- package/src/LabelTitle/index.test.tsx +6 -6
- package/src/LabelTitle/index.tsx +18 -11
- package/src/LabeledText/__snapshots__/index.test.tsx.snap +50 -0
- package/src/LabeledText/index.test.tsx +20 -0
- package/src/LabeledText/index.tsx +37 -0
- package/src/Layout/__snapshots__/index.test.tsx.snap +2 -2
- package/src/Layout/index.tsx +9 -4
- package/src/LinkBase/index.tsx +8 -6
- package/src/List/__snapshots__/index.test.tsx.snap +8 -8
- package/src/List/index.test.tsx +4 -4
- package/src/List/index.tsx +30 -7
- package/src/ListItem/index.tsx +1 -1
- package/src/LoaderContainer/__snapshots__/index.test.tsx.snap +14 -0
- package/src/LoaderContainer/index.test.tsx +8 -0
- package/src/LoaderContainer/index.tsx +27 -0
- 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 +10 -7
- package/src/MastheadBody/__snapshots__/index.test.tsx.snap +2 -2
- package/src/MastheadBody/index.tsx +2 -2
- package/src/MastheadLogo/__snapshots__/index.test.tsx.snap +16 -0
- package/src/MastheadLogo/index.test.tsx +8 -0
- package/src/MastheadLogo/index.tsx +33 -0
- package/src/ModalAction/__snapshots__/index.test.tsx.snap +16 -0
- package/src/ModalAction/index.test.tsx +8 -0
- package/src/ModalAction/index.tsx +28 -0
- package/src/ModalContainer/__snapshots__/index.test.tsx.snap +24 -0
- package/src/ModalContainer/index.test.tsx +8 -0
- package/src/ModalContainer/index.tsx +57 -0
- package/src/ModalContent/__snapshots__/index.test.tsx.snap +16 -0
- package/src/ModalContent/index.test.tsx +8 -0
- package/src/ModalContent/index.tsx +27 -0
- package/src/ModalHeading/__snapshots__/index.test.tsx.snap +29 -0
- package/src/ModalHeading/index.test.tsx +8 -0
- package/src/ModalHeading/index.tsx +26 -0
- package/src/Nav/__snapshots__/index.test.tsx.snap +91 -4
- package/src/Nav/index.test.tsx +15 -0
- package/src/Nav/index.tsx +55 -27
- package/src/NavList/__snapshots__/index.test.tsx.snap +4 -4
- package/src/NavList/index.tsx +26 -5
- 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/NavListItemActionContainer/index.tsx +27 -0
- package/src/NavListItemButton/__snapshots__/index.test.tsx.snap +81 -54
- package/src/NavListItemButton/index.tsx +16 -11
- package/src/NavListItemLink/index.tsx +8 -6
- package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +127 -15
- 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/NavMenuContent/index.test.tsx +9 -0
- package/src/NavMenuContent/index.tsx +25 -0
- package/src/NavMenuContentListBase/__snapshots__/index.test.tsx.snap +16 -0
- package/src/NavMenuContentListBase/index.test.tsx +9 -0
- package/src/NavMenuContentListBase/index.tsx +28 -0
- package/src/NavMenuContentListItem/__snapshots__/index.test.tsx.snap +16 -0
- package/src/NavMenuContentListItem/index.test.tsx +11 -0
- package/src/NavMenuContentListItem/index.tsx +31 -0
- 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 +606 -368
- package/src/NormalText/index.test.tsx +66 -66
- package/src/NormalText/index.tsx +32 -51
- package/src/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +12 -12
- package/src/NotificationBannerContainer/index.test.tsx +4 -6
- package/src/NotificationBannerContainer/index.tsx +20 -7
- package/src/NotificationBannerContent/index.tsx +1 -1
- package/src/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +22 -3
- package/src/NotificationBannerHeader/index.tsx +7 -3
- 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 +106 -46
- 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 +85 -42
- package/src/PageTitleHeading/index.test.tsx +3 -3
- package/src/PageTitleHeading/index.tsx +6 -24
- package/src/Pagination/__snapshots__/index.spec.tsx.snap +33 -0
- package/src/Pagination/index.spec.tsx +11 -0
- package/src/Pagination/index.tsx +36 -0
- package/src/PaginationLabelContainer/__snapshots__/index.spec.tsx.snap +16 -0
- package/src/PaginationLabelContainer/index.spec.tsx +10 -0
- package/src/PaginationLabelContainer/index.tsx +27 -0
- package/src/PaginationList/__snapshots__/index.spec.tsx.snap +54 -0
- package/src/PaginationList/index.spec.tsx +19 -0
- package/src/PaginationList/index.tsx +27 -0
- package/src/PaginationListItem/__snapshots__/index.spec.tsx.snap +85 -0
- package/src/PaginationListItem/index.spec.tsx +34 -0
- package/src/PaginationListItem/index.tsx +61 -0
- 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 +853 -377
- package/src/Paragraph/index.test.tsx +66 -72
- package/src/Paragraph/index.tsx +8 -48
- package/src/PhaseBanner/__snapshots__/index.test.tsx.snap +2 -2
- package/src/PhaseBanner/index.tsx +8 -5
- package/src/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
- package/src/PhaseBannerHeaderContainer/index.tsx +2 -2
- package/src/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
- package/src/PhaseBannerTag/index.tsx +2 -3
- package/src/PhaseBannerText/index.tsx +1 -1
- package/src/RadioConditional/__snapshots__/index.test.tsx.snap +28 -8
- package/src/RadioConditional/index.tsx +2 -2
- package/src/RadioContainer/__snapshots__/index.test.tsx.snap +34 -0
- package/src/RadioContainer/index.test.tsx +6 -0
- package/src/RadioContainer/index.tsx +18 -7
- package/src/RadioItem/__snapshots__/index.test.tsx.snap +12 -16
- package/src/RadioItem/index.test.tsx +4 -6
- package/src/RadioItem/index.tsx +33 -35
- package/src/ResultsActionBar/__snapshots__/indext.test.tsx.snap +16 -0
- package/src/ResultsActionBar/index.tsx +27 -0
- package/src/ResultsActionBar/indext.test.tsx +8 -0
- package/src/ResultsHeading/__snapshots__/index.test.tsx.snap +16 -0
- package/src/ResultsHeading/index.test.tsx +8 -0
- package/src/ResultsHeading/index.tsx +28 -0
- package/src/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +31 -0
- package/src/ResultsHeadingActions/index.test.tsx +10 -0
- package/src/ResultsHeadingActions/index.tsx +32 -0
- package/src/SearchButton/__snapshots__/index.test.tsx.snap +50 -0
- package/src/SearchButton/index.test.tsx +8 -0
- package/src/SearchButton/index.tsx +29 -0
- package/src/SearchContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/src/SearchContainer/index.test.tsx +8 -0
- package/src/SearchContainer/index.tsx +27 -0
- package/src/Section/__snapshots__/index.test.tsx.snap +16 -0
- package/src/Section/index.test.tsx +8 -0
- package/src/Section/index.tsx +20 -0
- package/src/SectionBreak/__snapshots__/index.test.tsx.snap +10 -10
- package/src/SectionBreak/index.test.tsx +2 -2
- package/src/SectionBreak/index.tsx +19 -11
- package/src/SelectContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/src/SelectContainer/index.test.tsx +5 -0
- package/src/SelectContainer/index.tsx +12 -4
- package/src/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
- package/src/SelectOption/index.tsx +5 -5
- 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/SingleCharacterInputs/index.tsx +32 -0
- package/src/SkipLink/__snapshots__/index.test.tsx.snap +2 -2
- package/src/SkipLink/index.tsx +2 -2
- 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 +33 -0
- package/src/StepNav/index.test.tsx +12 -0
- package/src/StepNav/index.tsx +36 -0
- package/src/StepNavAccordion/__snapshots__/index.test.tsx.snap +16 -0
- package/src/StepNavAccordion/index.test.tsx +8 -0
- package/src/StepNavAccordion/index.tsx +30 -0
- package/src/StepNavAccordionContent/__snapshots__/index.test.tsx.snap +16 -0
- package/src/StepNavAccordionContent/index.test.tsx +10 -0
- package/src/StepNavAccordionContent/index.tsx +28 -0
- package/src/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +80 -0
- package/src/StepNavAccordionHeadingText/index.test.tsx +30 -0
- package/src/StepNavAccordionHeadingText/index.tsx +54 -0
- package/src/StepNavAccordionHeadingTitle/__snapshots__/index.test.tsx.snap +16 -0
- package/src/StepNavAccordionHeadingTitle/index.test.tsx +10 -0
- package/src/StepNavAccordionHeadingTitle/index.tsx +32 -0
- package/src/StepNavAccordionSummary/__snapshots__/index.test.tsx.snap +18 -0
- package/src/StepNavAccordionSummary/index.test.tsx +10 -0
- package/src/StepNavAccordionSummary/index.tsx +28 -0
- package/src/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +86 -0
- package/src/StepNavAccordionSummaryHeading/index.test.tsx +50 -0
- package/src/StepNavAccordionSummaryHeading/index.tsx +68 -0
- package/src/StepNavCircleNumber/__snapshots__/index.test.tsx.snap +47 -0
- package/src/StepNavCircleNumber/index.test.tsx +16 -0
- package/src/StepNavCircleNumber/index.tsx +45 -0
- package/src/StepNavControls/__snapshots__/index.test.tsx.snap +16 -0
- package/src/StepNavControls/index.test.tsx +8 -0
- package/src/StepNavControls/index.tsx +28 -0
- package/src/StepNavList/__snapshots__/index.test.tsx.snap +16 -0
- package/src/StepNavList/index.test.tsx +8 -0
- package/src/StepNavList/index.tsx +27 -0
- package/src/StepNavListItem/__snapshots__/index.test.tsx.snap +16 -0
- package/src/StepNavListItem/index.test.tsx +8 -0
- package/src/StepNavListItem/index.tsx +27 -0
- package/src/SummaryList/index.tsx +9 -6
- package/src/SummaryListItem/index.tsx +17 -3
- package/src/SummaryListItemAction/index.tsx +1 -1
- package/src/SummaryListItemKey/index.tsx +1 -1
- package/src/SummaryListItemValue/index.tsx +1 -1
- package/src/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
- package/src/SvgIcon/index.test.tsx +11 -8
- package/src/SvgIcon/index.tsx +20 -7
- package/src/Table/__snapshots__/index.test.tsx.snap +7 -7
- package/src/Table/index.test.tsx +5 -5
- package/src/Table/index.tsx +46 -34
- package/src/TableBody/index.tsx +8 -4
- package/src/TableCaption/__snapshots__/index.test.tsx.snap +11 -11
- package/src/TableCaption/index.test.tsx +3 -3
- package/src/TableCaption/index.tsx +13 -11
- package/src/TableContainer/index.tsx +6 -3
- package/src/TableDataCell/index.tsx +9 -5
- package/src/TableHead/index.tsx +1 -1
- package/src/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
- package/src/TableHeadCell/index.test.tsx +24 -24
- package/src/TableHeadCell/index.tsx +21 -18
- package/src/TableLoaderBackground/__snapshots__/index.test.tsx.snap +16 -0
- package/src/TableLoaderBackground/index.test.tsx +10 -0
- package/src/TableLoaderBackground/index.tsx +28 -0
- package/src/TableNoDataRow/__snapshots__/index.test.tsx.snap +2 -2
- package/src/TableNoDataRow/index.tsx +2 -2
- package/src/TableRow/__snapshots__/index.test.tsx.snap +34 -0
- package/src/TableRow/index.test.tsx +7 -0
- package/src/TableRow/index.tsx +19 -6
- package/src/TableSortIconContainer/__snapshots__/index.test.tsx.snap +16 -0
- package/src/TableSortIconContainer/index.test.tsx +10 -0
- package/src/TableSortIconContainer/index.tsx +29 -0
- package/src/Tabs/index.tsx +6 -3
- package/src/TabsHeading/__snapshots__/index.test.tsx.snap +92 -26
- package/src/TabsHeading/index.test.tsx +2 -2
- package/src/TabsHeading/index.tsx +16 -22
- package/src/TabsList/index.tsx +1 -1
- package/src/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/src/TabsListItem/index.test.tsx +8 -8
- package/src/TabsListItem/index.tsx +10 -9
- package/src/TabsPanel/__snapshots__/index.test.tsx.snap +4 -4
- package/src/TabsPanel/index.tsx +8 -6
- package/src/TaskList/__snapshots__/index.test.tsx.snap +33 -0
- package/src/TaskList/index.test.tsx +12 -0
- package/src/TaskList/index.tsx +36 -0
- package/src/TaskListItem/__snapshots__/index.test.tsx.snap +16 -0
- package/src/TaskListItem/index.test.tsx +8 -0
- package/src/TaskListItem/index.tsx +26 -0
- package/src/TaskListItemContent/__snapshots__/index.test.tsx.snap +16 -0
- package/src/TaskListItemContent/index.test.tsx +10 -0
- package/src/TaskListItemContent/index.tsx +28 -0
- package/src/TaskListItemHeading/__snapshots__/index.test.tsx.snap +86 -0
- package/src/TaskListItemHeading/index.test.tsx +20 -0
- package/src/TaskListItemHeading/index.tsx +21 -0
- package/src/TaskListItemTag/__snapshots__/index.test.tsx.snap +67 -0
- package/src/TaskListItemTag/index.test.tsx +23 -0
- package/src/TaskListItemTag/index.tsx +36 -0
- package/src/TextArea/__snapshots__/index.test.tsx.snap +19 -0
- package/src/TextArea/index.test.tsx +3 -0
- package/src/TextArea/index.tsx +18 -7
- package/src/TextInput/__snapshots__/index.test.tsx.snap +219 -202
- package/src/TextInput/index.test.tsx +87 -84
- package/src/TextInput/index.tsx +39 -29
- package/src/Timeline/__snapshots__/index.test.tsx.snap +33 -0
- package/src/Timeline/index.test.tsx +12 -0
- package/src/Timeline/index.tsx +36 -0
- package/src/TimelineActions/__snapshots__/index.test.tsx.snap +16 -0
- package/src/TimelineActions/index.test.tsx +8 -0
- package/src/TimelineActions/index.tsx +29 -0
- package/src/TimelineContent/__snapshots__/index.test.tsx.snap +16 -0
- package/src/TimelineContent/index.test.tsx +8 -0
- package/src/TimelineContent/index.tsx +28 -0
- package/src/TimelineHeading/__snapshots__/index.test.tsx.snap +50 -0
- package/src/TimelineHeading/index.test.tsx +18 -0
- package/src/TimelineHeading/index.tsx +66 -0
- package/src/TimelineItem/__snapshots__/index.test.tsx.snap +16 -0
- package/src/TimelineItem/index.test.tsx +8 -0
- package/src/TimelineItem/index.tsx +26 -0
- package/src/Top/index.tsx +1 -1
- 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 +177 -0
- package/src/VisuallyHidden/index.tsx +1 -1
- package/src/WarningText/__snapshots__/index.test.tsx.snap +62 -0
- package/src/WarningText/index.test.tsx +6 -0
- package/src/WarningText/index.tsx +22 -4
- package/src/index.ts +102 -35
- package/src/registry.js +238 -70
- package/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -626
- package/AccessibilityIcon/index.d.ts +0 -9
- package/AccessibilityIcon/index.js +0 -52
- package/AccessibilityIcon/index.test.js +0 -137
- package/AccessibilityTextIcon/__snapshots__/index.test.tsx.snap +0 -511
- package/AccessibilityTextIcon/index.d.ts +0 -9
- package/AccessibilityTextIcon/index.js +0 -34
- package/AccessibilityTextIcon/index.test.js +0 -129
- package/AccordionSectionHeader/__snapshots__/index.test.tsx.snap +0 -24
- package/AccordionSectionHeader/index.d.ts +0 -9
- package/AccordionSectionHeader/index.js +0 -42
- package/AccordionSectionHeader/index.test.js +0 -15
- package/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -115
- package/ArrowIcon/index.d.ts +0 -11
- package/ArrowIcon/index.js +0 -59
- package/ArrowIcon/index.test.js +0 -39
- package/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -250
- package/BurgerIcon/index.d.ts +0 -16
- package/BurgerIcon/index.js +0 -60
- package/BurgerIcon/index.test.js +0 -56
- package/CardText/__snapshots__/index.test.tsx.snap +0 -16
- package/CardText/index.d.ts +0 -10
- package/CardText/index.js +0 -39
- package/CardText/index.test.js +0 -15
- package/CaretContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/CaretContainer/index.d.ts +0 -11
- package/CaretContainer/index.js +0 -40
- package/CaretContainer/index.test.js +0 -15
- package/CaretIcon/__snapshots__/index.test.tsx.snap +0 -115
- package/CaretIcon/index.d.ts +0 -15
- package/CaretIcon/index.js +0 -59
- package/CaretIcon/index.test.js +0 -39
- package/CheckIcon/__snapshots__/index.test.tsx.snap +0 -452
- package/CheckIcon/index.d.ts +0 -9
- package/CheckIcon/index.js +0 -44
- package/CheckIcon/index.test.js +0 -129
- package/ChoiceDivider/__snapshots__/index.test.tsx.snap +0 -18
- package/ChoiceDivider/index.d.ts +0 -11
- package/ChoiceDivider/index.js +0 -39
- package/ChoiceDivider/index.test.js +0 -17
- package/CloseIcon/__snapshots__/index.test.tsx.snap +0 -28
- package/CloseIcon/index.d.ts +0 -10
- package/CloseIcon/index.js +0 -45
- package/CloseIcon/index.test.js +0 -15
- package/Confirmation/__snapshots__/index.test.tsx.snap +0 -16
- package/Confirmation/index.d.ts +0 -9
- package/Confirmation/index.js +0 -38
- package/Confirmation/index.test.js +0 -15
- package/ConfirmationBody/__snapshots__/index.test.tsx.snap +0 -16
- package/ConfirmationBody/index.d.ts +0 -9
- package/ConfirmationBody/index.js +0 -38
- package/ConfirmationBody/index.test.js +0 -15
- package/ConfirmationTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/ConfirmationTitle/index.d.ts +0 -9
- package/ConfirmationTitle/index.js +0 -38
- package/ConfirmationTitle/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/FooterInlineList/index.test.js +0 -15
- package/FooterInlineListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/FooterInlineListItem/index.d.ts +0 -9
- package/FooterInlineListItem/index.js +0 -38
- package/FooterInlineListItem/index.test.js +0 -15
- package/FooterMeta/__snapshots__/index.test.tsx.snap +0 -16
- package/FooterMeta/index.d.ts +0 -11
- package/FooterMeta/index.js +0 -40
- package/FooterMeta/index.test.js +0 -15
- package/FooterMetaItem/__snapshots__/index.test.tsx.snap +0 -50
- package/FooterMetaItem/index.d.ts +0 -14
- package/FooterMetaItem/index.js +0 -39
- package/FooterMetaItem/index.test.js +0 -31
- package/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
- package/FooterSection/index.d.ts +0 -11
- package/FooterSection/index.js +0 -40
- package/FooterSection/index.test.js +0 -15
- package/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -178
- package/GlobeIcon/index.d.ts +0 -16
- package/GlobeIcon/index.js +0 -46
- package/GlobeIcon/index.test.js +0 -56
- package/HeaderSubtitle/__snapshots__/index.test.tsx.snap +0 -16
- package/HeaderSubtitle/index.d.ts +0 -9
- package/HeaderSubtitle/index.js +0 -38
- package/HeaderSubtitle/index.test.js +0 -15
- package/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -632
- package/MoreVertIcon/index.d.ts +0 -9
- package/MoreVertIcon/index.js +0 -58
- package/MoreVertIcon/index.test.js +0 -129
- package/NavListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/NavListItem/index.d.ts +0 -10
- package/NavListItem/index.js +0 -39
- package/NavListItem/index.test.js +0 -15
- package/NavMenu/__snapshots__/index.test.tsx.snap +0 -18
- package/NavMenu/index.d.ts +0 -21
- package/NavMenu/index.js +0 -43
- package/NavMenu/index.test.js +0 -15
- package/NavMenuContainerContent/__snapshots__/index.test.tsx.snap +0 -22
- package/NavMenuContainerContent/index.d.ts +0 -11
- package/NavMenuContainerContent/index.js +0 -39
- package/NavMenuContainerContent/index.test.js +0 -15
- package/NavMenuContainerContentList/__snapshots__/index.test.tsx.snap +0 -16
- package/NavMenuContainerContentList/index.d.ts +0 -10
- package/NavMenuContainerContentList/index.js +0 -39
- package/NavMenuContainerContentList/index.test.js +0 -15
- package/NavMenuContainerContentListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/NavMenuContainerContentListItem/index.d.ts +0 -10
- package/NavMenuContainerContentListItem/index.js +0 -39
- package/NavMenuContainerContentListItem/index.test.js +0 -15
- package/NavMenuContainerTitle/__snapshots__/index.test.tsx.snap +0 -37
- package/NavMenuContainerTitle/index.d.ts +0 -11
- package/NavMenuContainerTitle/index.js +0 -47
- package/NavMenuContainerTitle/index.test.js +0 -15
- package/NavVertical/__snapshots__/index.test.tsx.snap +0 -16
- package/NavVertical/index.d.ts +0 -11
- package/NavVertical/index.js +0 -40
- package/NavVertical/index.test.js +0 -15
- package/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
- package/NavVerticalItem/index.d.ts +0 -20
- package/NavVerticalItem/index.js +0 -41
- package/NavVerticalItem/index.test.js +0 -31
- package/PageTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/PageTitle/index.d.ts +0 -9
- package/PageTitle/index.js +0 -38
- package/PageTitle/index.test.js +0 -15
- 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/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/SingleCharacterInputContainer/index.d.ts +0 -11
- package/SingleCharacterInputContainer/index.js +0 -40
- package/SingleCharacterInputContainer/index.test.js +0 -15
- package/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +0 -173
- package/SingleCharacterInputItem/index.d.ts +0 -27
- package/SingleCharacterInputItem/index.js +0 -50
- package/SingleCharacterInputItem/index.test.js +0 -68
- package/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -452
- package/UncheckIcon/index.d.ts +0 -9
- package/UncheckIcon/index.js +0 -44
- package/UncheckIcon/index.test.js +0 -129
- package/es/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -626
- package/es/AccessibilityIcon/index.js +0 -36
- package/es/AccessibilityIcon/index.test.js +0 -131
- package/es/AccessibilityTextIcon/__snapshots__/index.test.tsx.snap +0 -511
- package/es/AccessibilityTextIcon/index.js +0 -21
- package/es/AccessibilityTextIcon/index.test.js +0 -123
- package/es/AccordionSectionHeader/__snapshots__/index.test.tsx.snap +0 -24
- package/es/AccordionSectionHeader/index.js +0 -26
- package/es/AccordionSectionHeader/index.test.js +0 -9
- package/es/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -115
- package/es/ArrowIcon/index.js +0 -43
- package/es/ArrowIcon/index.test.js +0 -33
- package/es/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -250
- package/es/BurgerIcon/index.js +0 -44
- package/es/BurgerIcon/index.test.js +0 -50
- package/es/CardText/__snapshots__/index.test.tsx.snap +0 -16
- package/es/CardText/index.js +0 -23
- package/es/CardText/index.test.js +0 -9
- package/es/CaretContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/es/CaretContainer/index.js +0 -24
- package/es/CaretContainer/index.test.js +0 -9
- package/es/CaretIcon/__snapshots__/index.test.tsx.snap +0 -115
- package/es/CaretIcon/index.js +0 -43
- package/es/CaretIcon/index.test.js +0 -33
- package/es/CheckIcon/__snapshots__/index.test.tsx.snap +0 -452
- package/es/CheckIcon/index.js +0 -28
- package/es/CheckIcon/index.test.js +0 -123
- package/es/ChoiceDivider/__snapshots__/index.test.tsx.snap +0 -18
- package/es/ChoiceDivider/index.js +0 -23
- package/es/ChoiceDivider/index.test.js +0 -11
- package/es/CloseIcon/__snapshots__/index.test.tsx.snap +0 -28
- package/es/CloseIcon/index.js +0 -29
- package/es/CloseIcon/index.test.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/__snapshots__/index.test.tsx.snap +0 -16
- package/es/ConfirmationBody/index.js +0 -22
- package/es/ConfirmationBody/index.test.js +0 -9
- package/es/ConfirmationTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/es/ConfirmationTitle/index.js +0 -22
- package/es/ConfirmationTitle/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.js +0 -24
- package/es/FooterMeta/index.test.js +0 -9
- package/es/FooterMetaItem/__snapshots__/index.test.tsx.snap +0 -50
- package/es/FooterMetaItem/index.js +0 -23
- package/es/FooterMetaItem/index.test.js +0 -25
- package/es/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
- package/es/FooterSection/index.js +0 -24
- package/es/FooterSection/index.test.js +0 -9
- package/es/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -178
- package/es/GlobeIcon/index.js +0 -30
- package/es/GlobeIcon/index.test.js +0 -50
- package/es/HeaderSubtitle/__snapshots__/index.test.tsx.snap +0 -16
- package/es/HeaderSubtitle/index.js +0 -22
- package/es/HeaderSubtitle/index.test.js +0 -9
- package/es/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -632
- package/es/MoreVertIcon/index.js +0 -42
- package/es/MoreVertIcon/index.test.js +0 -123
- package/es/NavListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/es/NavListItem/index.js +0 -23
- 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 -22
- package/es/NavMenuContainerContent/index.js +0 -24
- package/es/NavMenuContainerContent/index.test.js +0 -9
- package/es/NavMenuContainerContentList/__snapshots__/index.test.tsx.snap +0 -16
- package/es/NavMenuContainerContentList/index.js +0 -23
- package/es/NavMenuContainerContentList/index.test.js +0 -9
- package/es/NavMenuContainerContentListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/es/NavMenuContainerContentListItem/index.js +0 -23
- package/es/NavMenuContainerContentListItem/index.test.js +0 -9
- package/es/NavMenuContainerTitle/__snapshots__/index.test.tsx.snap +0 -37
- package/es/NavMenuContainerTitle/index.js +0 -30
- package/es/NavMenuContainerTitle/index.test.js +0 -9
- package/es/NavVertical/__snapshots__/index.test.tsx.snap +0 -16
- package/es/NavVertical/index.js +0 -24
- package/es/NavVertical/index.test.js +0 -9
- package/es/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
- package/es/NavVerticalItem/index.js +0 -25
- package/es/NavVerticalItem/index.test.js +0 -25
- package/es/PageTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/es/PageTitle/index.js +0 -22
- 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/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/es/SingleCharacterInputContainer/index.js +0 -24
- 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/es/SingleCharacterInputItem/index.test.js +0 -62
- package/es/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -452
- package/es/UncheckIcon/index.js +0 -28
- package/es/UncheckIcon/index.test.js +0 -123
- package/esm/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -626
- package/esm/AccessibilityIcon/index.js +0 -36
- package/esm/AccessibilityIcon/index.test.js +0 -131
- package/esm/AccessibilityTextIcon/__snapshots__/index.test.tsx.snap +0 -511
- package/esm/AccessibilityTextIcon/index.js +0 -21
- package/esm/AccessibilityTextIcon/index.test.js +0 -123
- package/esm/AccordionSectionHeader/__snapshots__/index.test.tsx.snap +0 -24
- package/esm/AccordionSectionHeader/index.js +0 -26
- package/esm/AccordionSectionHeader/index.test.js +0 -9
- package/esm/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -115
- package/esm/ArrowIcon/index.js +0 -43
- package/esm/ArrowIcon/index.test.js +0 -33
- package/esm/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -250
- package/esm/BurgerIcon/index.js +0 -44
- package/esm/BurgerIcon/index.test.js +0 -50
- package/esm/CardText/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/CardText/index.js +0 -23
- package/esm/CardText/index.test.js +0 -9
- package/esm/CaretContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/CaretContainer/index.js +0 -24
- package/esm/CaretContainer/index.test.js +0 -9
- package/esm/CaretIcon/__snapshots__/index.test.tsx.snap +0 -115
- package/esm/CaretIcon/index.js +0 -43
- package/esm/CaretIcon/index.test.js +0 -33
- package/esm/CheckIcon/__snapshots__/index.test.tsx.snap +0 -452
- package/esm/CheckIcon/index.js +0 -28
- package/esm/CheckIcon/index.test.js +0 -123
- package/esm/ChoiceDivider/__snapshots__/index.test.tsx.snap +0 -18
- package/esm/ChoiceDivider/index.js +0 -23
- package/esm/ChoiceDivider/index.test.js +0 -11
- package/esm/CloseIcon/__snapshots__/index.test.tsx.snap +0 -28
- package/esm/CloseIcon/index.js +0 -29
- package/esm/CloseIcon/index.test.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/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/ConfirmationBody/index.js +0 -22
- package/esm/ConfirmationBody/index.test.js +0 -9
- package/esm/ConfirmationTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/ConfirmationTitle/index.js +0 -22
- package/esm/ConfirmationTitle/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.js +0 -24
- package/esm/FooterMeta/index.test.js +0 -9
- package/esm/FooterMetaItem/__snapshots__/index.test.tsx.snap +0 -50
- package/esm/FooterMetaItem/index.js +0 -23
- package/esm/FooterMetaItem/index.test.js +0 -25
- package/esm/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/FooterSection/index.js +0 -24
- package/esm/FooterSection/index.test.js +0 -9
- package/esm/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -178
- package/esm/GlobeIcon/index.js +0 -30
- package/esm/GlobeIcon/index.test.js +0 -50
- package/esm/HeaderSubtitle/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/HeaderSubtitle/index.js +0 -22
- package/esm/HeaderSubtitle/index.test.js +0 -9
- package/esm/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -632
- package/esm/MoreVertIcon/index.js +0 -42
- package/esm/MoreVertIcon/index.test.js +0 -123
- package/esm/NavListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/NavListItem/index.js +0 -23
- 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 -22
- package/esm/NavMenuContainerContent/index.js +0 -24
- package/esm/NavMenuContainerContent/index.test.js +0 -9
- package/esm/NavMenuContainerContentList/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/NavMenuContainerContentList/index.js +0 -23
- package/esm/NavMenuContainerContentList/index.test.js +0 -9
- package/esm/NavMenuContainerContentListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/NavMenuContainerContentListItem/index.js +0 -23
- package/esm/NavMenuContainerContentListItem/index.test.js +0 -9
- package/esm/NavMenuContainerTitle/__snapshots__/index.test.tsx.snap +0 -37
- package/esm/NavMenuContainerTitle/index.js +0 -30
- package/esm/NavMenuContainerTitle/index.test.js +0 -9
- package/esm/NavVertical/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/NavVertical/index.js +0 -24
- package/esm/NavVertical/index.test.js +0 -9
- package/esm/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
- package/esm/NavVerticalItem/index.js +0 -25
- package/esm/NavVerticalItem/index.test.js +0 -25
- package/esm/PageTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/PageTitle/index.js +0 -22
- 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/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/SingleCharacterInputContainer/index.js +0 -24
- 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/esm/SingleCharacterInputItem/index.test.js +0 -62
- package/esm/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -452
- package/esm/UncheckIcon/index.js +0 -28
- package/esm/UncheckIcon/index.test.js +0 -123
- package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -626
- package/src/AccessibilityIcon/index.test.tsx +0 -53
- package/src/AccessibilityIcon/index.tsx +0 -34
- package/src/AccessibilityTextIcon/__snapshots__/index.test.tsx.snap +0 -511
- package/src/AccessibilityTextIcon/index.test.tsx +0 -50
- package/src/AccessibilityTextIcon/index.tsx +0 -21
- package/src/AccordionSectionHeader/__snapshots__/index.test.tsx.snap +0 -24
- package/src/AccordionSectionHeader/index.test.tsx +0 -10
- package/src/AccordionSectionHeader/index.tsx +0 -39
- package/src/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -115
- package/src/ArrowIcon/index.test.tsx +0 -20
- package/src/ArrowIcon/index.tsx +0 -47
- package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -250
- package/src/BurgerIcon/index.test.tsx +0 -26
- package/src/BurgerIcon/index.tsx +0 -38
- package/src/CardText/__snapshots__/index.test.tsx.snap +0 -16
- package/src/CardText/index.test.tsx +0 -8
- package/src/CardText/index.tsx +0 -27
- package/src/CaretContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/src/CaretContainer/index.test.tsx +0 -8
- package/src/CaretContainer/index.tsx +0 -29
- package/src/CaretIcon/__snapshots__/index.test.tsx.snap +0 -115
- package/src/CaretIcon/index.test.tsx +0 -20
- package/src/CaretIcon/index.tsx +0 -43
- package/src/CheckIcon/__snapshots__/index.test.tsx.snap +0 -452
- package/src/CheckIcon/index.test.tsx +0 -50
- package/src/CheckIcon/index.tsx +0 -28
- package/src/ChoiceDivider/__snapshots__/index.test.tsx.snap +0 -18
- package/src/ChoiceDivider/index.test.tsx +0 -8
- package/src/ChoiceDivider/index.tsx +0 -29
- package/src/CloseIcon/__snapshots__/index.test.tsx.snap +0 -28
- package/src/CloseIcon/index.test.tsx +0 -8
- package/src/CloseIcon/index.tsx +0 -29
- 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/__snapshots__/index.test.tsx.snap +0 -16
- 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/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/FooterMeta/index.tsx +0 -28
- 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/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -178
- package/src/GlobeIcon/index.test.tsx +0 -27
- package/src/GlobeIcon/index.tsx +0 -47
- 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/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -632
- package/src/MoreVertIcon/index.test.tsx +0 -50
- package/src/MoreVertIcon/index.tsx +0 -29
- package/src/NavListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/src/NavListItem/index.test.tsx +0 -8
- package/src/NavListItem/index.tsx +0 -27
- 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 -22
- package/src/NavMenuContainerContent/index.test.tsx +0 -9
- package/src/NavMenuContainerContent/index.tsx +0 -22
- package/src/NavMenuContainerContentList/__snapshots__/index.test.tsx.snap +0 -16
- package/src/NavMenuContainerContentList/index.test.tsx +0 -9
- package/src/NavMenuContainerContentList/index.tsx +0 -28
- package/src/NavMenuContainerContentListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/src/NavMenuContainerContentListItem/index.test.tsx +0 -11
- package/src/NavMenuContainerContentListItem/index.tsx +0 -31
- 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 -42
- package/src/PageTitle/__snapshots__/index.test.tsx.snap +0 -16
- 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/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/src/SingleCharacterInputContainer/index.test.tsx +0 -10
- package/src/SingleCharacterInputContainer/index.tsx +0 -32
- package/src/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +0 -173
- package/src/SingleCharacterInputItem/index.test.tsx +0 -45
- package/src/SingleCharacterInputItem/index.tsx +0 -58
- package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -452
- package/src/UncheckIcon/index.test.tsx +0 -50
- package/src/UncheckIcon/index.tsx +0 -27
- /package/{AccessibilityIcon → AdminAside}/index.test.d.ts +0 -0
- /package/{AccessibilityTextIcon → AdminContainer}/index.test.d.ts +0 -0
- /package/{AccordionSectionHeader → AdminHeader}/index.test.d.ts +0 -0
- /package/{ArrowIcon/index.test.d.ts → AdminHeaderContent/index.spec.d.ts} +0 -0
- /package/{BurgerIcon → AdminLayout}/index.test.d.ts +0 -0
- /package/{CardText → AdminMain}/index.test.d.ts +0 -0
- /package/{CaretContainer → AdminTopSection}/index.test.d.ts +0 -0
- /package/{CaretIcon → AutoCompleteAssistiveHint}/index.test.d.ts +0 -0
- /package/{CheckIcon → AutoCompleteInput}/index.test.d.ts +0 -0
- /package/{ChoiceDivider → AutoCompleteInputTypeahead}/index.test.d.ts +0 -0
- /package/{CloseIcon → AutoCompleteResultList}/index.test.d.ts +0 -0
- /package/{Confirmation → AutoCompleteResultListItem}/index.test.d.ts +0 -0
- /package/{ConfirmationBody → AutoCompleteStatus}/index.test.d.ts +0 -0
- /package/{ConfirmationTitle → AutoCompleteStatusWrapper}/index.test.d.ts +0 -0
- /package/{FooterInlineList → AutoCompleteWrapper}/index.test.d.ts +0 -0
- /package/{FooterInlineListItem → BannerContainer}/index.test.d.ts +0 -0
- /package/{FooterMeta → BottomInfo}/index.test.d.ts +0 -0
- /package/{FooterMetaItem → BottomInfoContainer}/index.test.d.ts +0 -0
- /package/{FooterSection → BottomInfoContent}/index.test.d.ts +0 -0
- /package/{GlobeIcon → CardContent}/index.test.d.ts +0 -0
- /package/{HeaderSubtitle → Chip}/index.test.d.ts +0 -0
- /package/{MoreVertIcon/index.test.d.ts → ChipContainer/index.spec.d.ts} +0 -0
- /package/{NavListItem → ChipHeading}/index.test.d.ts +0 -0
- /package/{NavMenu → ChipKeyValue}/index.test.d.ts +0 -0
- /package/{NavMenuContainerContent → ChoiceDividerText}/index.test.d.ts +0 -0
- /package/{NavMenuContainerContentList → CircularProgress}/index.test.d.ts +0 -0
- /package/{NavMenuContainerContentListItem → CloseButton}/index.test.d.ts +0 -0
- /package/{NavMenuContainerTitle/index.test.d.ts → CopyToClipboardContainer/index.spec.d.ts} +0 -0
- /package/{NavVertical → CopyToClipboardMessage}/index.test.d.ts +0 -0
- /package/{NavVerticalItem → Drawer}/index.test.d.ts +0 -0
- /package/{PageTitle → DrawerHeading}/index.test.d.ts +0 -0
- /package/{PageTitleSection → DropdownBase}/index.test.d.ts +0 -0
- /package/{SingleCharacterInputContainer → DropdownButton}/index.test.d.ts +0 -0
- /package/{SingleCharacterInputItem → DropdownContent}/index.test.d.ts +0 -0
- /package/{UncheckIcon → FillableText}/index.test.d.ts +0 -0
package/index.js
CHANGED
|
@@ -4,32 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
|
|
7
|
-
var _AccessibilityIcon = require("@digigov/react-core/AccessibilityIcon");
|
|
8
|
-
|
|
9
|
-
Object.keys(_AccessibilityIcon).forEach(function (key) {
|
|
10
|
-
if (key === "default" || key === "__esModule") return;
|
|
11
|
-
if (key in exports && exports[key] === _AccessibilityIcon[key]) return;
|
|
12
|
-
Object.defineProperty(exports, key, {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _AccessibilityIcon[key];
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
});
|
|
19
|
-
|
|
20
|
-
var _AccessibilityTextIcon = require("@digigov/react-core/AccessibilityTextIcon");
|
|
21
|
-
|
|
22
|
-
Object.keys(_AccessibilityTextIcon).forEach(function (key) {
|
|
23
|
-
if (key === "default" || key === "__esModule") return;
|
|
24
|
-
if (key in exports && exports[key] === _AccessibilityTextIcon[key]) return;
|
|
25
|
-
Object.defineProperty(exports, key, {
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: function get() {
|
|
28
|
-
return _AccessibilityTextIcon[key];
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
});
|
|
32
|
-
|
|
33
7
|
var _Accordion = require("@digigov/react-core/Accordion");
|
|
34
8
|
|
|
35
9
|
Object.keys(_Accordion).forEach(function (key) {
|
|
@@ -82,19 +56,6 @@ Object.keys(_AccordionSectionContent).forEach(function (key) {
|
|
|
82
56
|
});
|
|
83
57
|
});
|
|
84
58
|
|
|
85
|
-
var _AccordionSectionHeader = require("@digigov/react-core/AccordionSectionHeader");
|
|
86
|
-
|
|
87
|
-
Object.keys(_AccordionSectionHeader).forEach(function (key) {
|
|
88
|
-
if (key === "default" || key === "__esModule") return;
|
|
89
|
-
if (key in exports && exports[key] === _AccordionSectionHeader[key]) return;
|
|
90
|
-
Object.defineProperty(exports, key, {
|
|
91
|
-
enumerable: true,
|
|
92
|
-
get: function get() {
|
|
93
|
-
return _AccordionSectionHeader[key];
|
|
94
|
-
}
|
|
95
|
-
});
|
|
96
|
-
});
|
|
97
|
-
|
|
98
59
|
var _AccordionSectionSummary = require("@digigov/react-core/AccordionSectionSummary");
|
|
99
60
|
|
|
100
61
|
Object.keys(_AccordionSectionSummary).forEach(function (key) {
|
|
@@ -121,19 +82,6 @@ Object.keys(_AccordionSectionSummaryHeading).forEach(function (key) {
|
|
|
121
82
|
});
|
|
122
83
|
});
|
|
123
84
|
|
|
124
|
-
var _ArrowIcon = require("@digigov/react-core/ArrowIcon");
|
|
125
|
-
|
|
126
|
-
Object.keys(_ArrowIcon).forEach(function (key) {
|
|
127
|
-
if (key === "default" || key === "__esModule") return;
|
|
128
|
-
if (key in exports && exports[key] === _ArrowIcon[key]) return;
|
|
129
|
-
Object.defineProperty(exports, key, {
|
|
130
|
-
enumerable: true,
|
|
131
|
-
get: function get() {
|
|
132
|
-
return _ArrowIcon[key];
|
|
133
|
-
}
|
|
134
|
-
});
|
|
135
|
-
});
|
|
136
|
-
|
|
137
85
|
var _Aside = require("@digigov/react-core/Aside");
|
|
138
86
|
|
|
139
87
|
Object.keys(_Aside).forEach(function (key) {
|
|
@@ -225,19 +173,6 @@ Object.keys(_BreadcrumbsListItem).forEach(function (key) {
|
|
|
225
173
|
});
|
|
226
174
|
});
|
|
227
175
|
|
|
228
|
-
var _BurgerIcon = require("@digigov/react-core/BurgerIcon");
|
|
229
|
-
|
|
230
|
-
Object.keys(_BurgerIcon).forEach(function (key) {
|
|
231
|
-
if (key === "default" || key === "__esModule") return;
|
|
232
|
-
if (key in exports && exports[key] === _BurgerIcon[key]) return;
|
|
233
|
-
Object.defineProperty(exports, key, {
|
|
234
|
-
enumerable: true,
|
|
235
|
-
get: function get() {
|
|
236
|
-
return _BurgerIcon[key];
|
|
237
|
-
}
|
|
238
|
-
});
|
|
239
|
-
});
|
|
240
|
-
|
|
241
176
|
var _Button = require("@digigov/react-core/Button");
|
|
242
177
|
|
|
243
178
|
Object.keys(_Button).forEach(function (key) {
|
|
@@ -329,41 +264,15 @@ Object.keys(_CardHeading).forEach(function (key) {
|
|
|
329
264
|
});
|
|
330
265
|
});
|
|
331
266
|
|
|
332
|
-
var
|
|
333
|
-
|
|
334
|
-
Object.keys(_CardText).forEach(function (key) {
|
|
335
|
-
if (key === "default" || key === "__esModule") return;
|
|
336
|
-
if (key in exports && exports[key] === _CardText[key]) return;
|
|
337
|
-
Object.defineProperty(exports, key, {
|
|
338
|
-
enumerable: true,
|
|
339
|
-
get: function get() {
|
|
340
|
-
return _CardText[key];
|
|
341
|
-
}
|
|
342
|
-
});
|
|
343
|
-
});
|
|
344
|
-
|
|
345
|
-
var _CaretContainer = require("@digigov/react-core/CaretContainer");
|
|
346
|
-
|
|
347
|
-
Object.keys(_CaretContainer).forEach(function (key) {
|
|
348
|
-
if (key === "default" || key === "__esModule") return;
|
|
349
|
-
if (key in exports && exports[key] === _CaretContainer[key]) return;
|
|
350
|
-
Object.defineProperty(exports, key, {
|
|
351
|
-
enumerable: true,
|
|
352
|
-
get: function get() {
|
|
353
|
-
return _CaretContainer[key];
|
|
354
|
-
}
|
|
355
|
-
});
|
|
356
|
-
});
|
|
357
|
-
|
|
358
|
-
var _CaretIcon = require("@digigov/react-core/CaretIcon");
|
|
267
|
+
var _CardContent = require("@digigov/react-core/CardContent");
|
|
359
268
|
|
|
360
|
-
Object.keys(
|
|
269
|
+
Object.keys(_CardContent).forEach(function (key) {
|
|
361
270
|
if (key === "default" || key === "__esModule") return;
|
|
362
|
-
if (key in exports && exports[key] ===
|
|
271
|
+
if (key in exports && exports[key] === _CardContent[key]) return;
|
|
363
272
|
Object.defineProperty(exports, key, {
|
|
364
273
|
enumerable: true,
|
|
365
274
|
get: function get() {
|
|
366
|
-
return
|
|
275
|
+
return _CardContent[key];
|
|
367
276
|
}
|
|
368
277
|
});
|
|
369
278
|
});
|
|
@@ -407,93 +316,41 @@ Object.keys(_CheckboxItem).forEach(function (key) {
|
|
|
407
316
|
});
|
|
408
317
|
});
|
|
409
318
|
|
|
410
|
-
var
|
|
411
|
-
|
|
412
|
-
Object.keys(_ChoiceDivider).forEach(function (key) {
|
|
413
|
-
if (key === "default" || key === "__esModule") return;
|
|
414
|
-
if (key in exports && exports[key] === _ChoiceDivider[key]) return;
|
|
415
|
-
Object.defineProperty(exports, key, {
|
|
416
|
-
enumerable: true,
|
|
417
|
-
get: function get() {
|
|
418
|
-
return _ChoiceDivider[key];
|
|
419
|
-
}
|
|
420
|
-
});
|
|
421
|
-
});
|
|
422
|
-
|
|
423
|
-
var _CheckIcon = require("@digigov/react-core/CheckIcon");
|
|
424
|
-
|
|
425
|
-
Object.keys(_CheckIcon).forEach(function (key) {
|
|
426
|
-
if (key === "default" || key === "__esModule") return;
|
|
427
|
-
if (key in exports && exports[key] === _CheckIcon[key]) return;
|
|
428
|
-
Object.defineProperty(exports, key, {
|
|
429
|
-
enumerable: true,
|
|
430
|
-
get: function get() {
|
|
431
|
-
return _CheckIcon[key];
|
|
432
|
-
}
|
|
433
|
-
});
|
|
434
|
-
});
|
|
435
|
-
|
|
436
|
-
var _UncheckIcon = require("@digigov/react-core/UncheckIcon");
|
|
437
|
-
|
|
438
|
-
Object.keys(_UncheckIcon).forEach(function (key) {
|
|
439
|
-
if (key === "default" || key === "__esModule") return;
|
|
440
|
-
if (key in exports && exports[key] === _UncheckIcon[key]) return;
|
|
441
|
-
Object.defineProperty(exports, key, {
|
|
442
|
-
enumerable: true,
|
|
443
|
-
get: function get() {
|
|
444
|
-
return _UncheckIcon[key];
|
|
445
|
-
}
|
|
446
|
-
});
|
|
447
|
-
});
|
|
448
|
-
|
|
449
|
-
var _CloseIcon = require("@digigov/react-core/CloseIcon");
|
|
450
|
-
|
|
451
|
-
Object.keys(_CloseIcon).forEach(function (key) {
|
|
452
|
-
if (key === "default" || key === "__esModule") return;
|
|
453
|
-
if (key in exports && exports[key] === _CloseIcon[key]) return;
|
|
454
|
-
Object.defineProperty(exports, key, {
|
|
455
|
-
enumerable: true,
|
|
456
|
-
get: function get() {
|
|
457
|
-
return _CloseIcon[key];
|
|
458
|
-
}
|
|
459
|
-
});
|
|
460
|
-
});
|
|
461
|
-
|
|
462
|
-
var _Confirmation = require("@digigov/react-core/Confirmation");
|
|
319
|
+
var _ChoiceDividerText = require("@digigov/react-core/ChoiceDividerText");
|
|
463
320
|
|
|
464
|
-
Object.keys(
|
|
321
|
+
Object.keys(_ChoiceDividerText).forEach(function (key) {
|
|
465
322
|
if (key === "default" || key === "__esModule") return;
|
|
466
|
-
if (key in exports && exports[key] ===
|
|
323
|
+
if (key in exports && exports[key] === _ChoiceDividerText[key]) return;
|
|
467
324
|
Object.defineProperty(exports, key, {
|
|
468
325
|
enumerable: true,
|
|
469
326
|
get: function get() {
|
|
470
|
-
return
|
|
327
|
+
return _ChoiceDividerText[key];
|
|
471
328
|
}
|
|
472
329
|
});
|
|
473
330
|
});
|
|
474
331
|
|
|
475
|
-
var
|
|
332
|
+
var _Panel = require("@digigov/react-core/Panel");
|
|
476
333
|
|
|
477
|
-
Object.keys(
|
|
334
|
+
Object.keys(_Panel).forEach(function (key) {
|
|
478
335
|
if (key === "default" || key === "__esModule") return;
|
|
479
|
-
if (key in exports && exports[key] ===
|
|
336
|
+
if (key in exports && exports[key] === _Panel[key]) return;
|
|
480
337
|
Object.defineProperty(exports, key, {
|
|
481
338
|
enumerable: true,
|
|
482
339
|
get: function get() {
|
|
483
|
-
return
|
|
340
|
+
return _Panel[key];
|
|
484
341
|
}
|
|
485
342
|
});
|
|
486
343
|
});
|
|
487
344
|
|
|
488
|
-
var
|
|
345
|
+
var _PanelBody = require("@digigov/react-core/PanelBody");
|
|
489
346
|
|
|
490
|
-
Object.keys(
|
|
347
|
+
Object.keys(_PanelBody).forEach(function (key) {
|
|
491
348
|
if (key === "default" || key === "__esModule") return;
|
|
492
|
-
if (key in exports && exports[key] ===
|
|
349
|
+
if (key in exports && exports[key] === _PanelBody[key]) return;
|
|
493
350
|
Object.defineProperty(exports, key, {
|
|
494
351
|
enumerable: true,
|
|
495
352
|
get: function get() {
|
|
496
|
-
return
|
|
353
|
+
return _PanelBody[key];
|
|
497
354
|
}
|
|
498
355
|
});
|
|
499
356
|
});
|
|
@@ -732,32 +589,6 @@ Object.keys(_FooterImage).forEach(function (key) {
|
|
|
732
589
|
});
|
|
733
590
|
});
|
|
734
591
|
|
|
735
|
-
var _FooterInlineList = require("@digigov/react-core/FooterInlineList");
|
|
736
|
-
|
|
737
|
-
Object.keys(_FooterInlineList).forEach(function (key) {
|
|
738
|
-
if (key === "default" || key === "__esModule") return;
|
|
739
|
-
if (key in exports && exports[key] === _FooterInlineList[key]) return;
|
|
740
|
-
Object.defineProperty(exports, key, {
|
|
741
|
-
enumerable: true,
|
|
742
|
-
get: function get() {
|
|
743
|
-
return _FooterInlineList[key];
|
|
744
|
-
}
|
|
745
|
-
});
|
|
746
|
-
});
|
|
747
|
-
|
|
748
|
-
var _FooterInlineListItem = require("@digigov/react-core/FooterInlineListItem");
|
|
749
|
-
|
|
750
|
-
Object.keys(_FooterInlineListItem).forEach(function (key) {
|
|
751
|
-
if (key === "default" || key === "__esModule") return;
|
|
752
|
-
if (key in exports && exports[key] === _FooterInlineListItem[key]) return;
|
|
753
|
-
Object.defineProperty(exports, key, {
|
|
754
|
-
enumerable: true,
|
|
755
|
-
get: function get() {
|
|
756
|
-
return _FooterInlineListItem[key];
|
|
757
|
-
}
|
|
758
|
-
});
|
|
759
|
-
});
|
|
760
|
-
|
|
761
592
|
var _FooterLink = require("@digigov/react-core/FooterLink");
|
|
762
593
|
|
|
763
594
|
Object.keys(_FooterLink).forEach(function (key) {
|
|
@@ -797,28 +628,28 @@ Object.keys(_FooterListItem).forEach(function (key) {
|
|
|
797
628
|
});
|
|
798
629
|
});
|
|
799
630
|
|
|
800
|
-
var
|
|
631
|
+
var _FooterInfo = require("@digigov/react-core/FooterInfo");
|
|
801
632
|
|
|
802
|
-
Object.keys(
|
|
633
|
+
Object.keys(_FooterInfo).forEach(function (key) {
|
|
803
634
|
if (key === "default" || key === "__esModule") return;
|
|
804
|
-
if (key in exports && exports[key] ===
|
|
635
|
+
if (key in exports && exports[key] === _FooterInfo[key]) return;
|
|
805
636
|
Object.defineProperty(exports, key, {
|
|
806
637
|
enumerable: true,
|
|
807
638
|
get: function get() {
|
|
808
|
-
return
|
|
639
|
+
return _FooterInfo[key];
|
|
809
640
|
}
|
|
810
641
|
});
|
|
811
642
|
});
|
|
812
643
|
|
|
813
|
-
var
|
|
644
|
+
var _FooterInfoSection = require("@digigov/react-core/FooterInfoSection");
|
|
814
645
|
|
|
815
|
-
Object.keys(
|
|
646
|
+
Object.keys(_FooterInfoSection).forEach(function (key) {
|
|
816
647
|
if (key === "default" || key === "__esModule") return;
|
|
817
|
-
if (key in exports && exports[key] ===
|
|
648
|
+
if (key in exports && exports[key] === _FooterInfoSection[key]) return;
|
|
818
649
|
Object.defineProperty(exports, key, {
|
|
819
650
|
enumerable: true,
|
|
820
651
|
get: function get() {
|
|
821
|
-
return
|
|
652
|
+
return _FooterInfoSection[key];
|
|
822
653
|
}
|
|
823
654
|
});
|
|
824
655
|
});
|
|
@@ -836,15 +667,15 @@ Object.keys(_FooterNavigation).forEach(function (key) {
|
|
|
836
667
|
});
|
|
837
668
|
});
|
|
838
669
|
|
|
839
|
-
var
|
|
670
|
+
var _FooterNavigationSection = require("@digigov/react-core/FooterNavigationSection");
|
|
840
671
|
|
|
841
|
-
Object.keys(
|
|
672
|
+
Object.keys(_FooterNavigationSection).forEach(function (key) {
|
|
842
673
|
if (key === "default" || key === "__esModule") return;
|
|
843
|
-
if (key in exports && exports[key] ===
|
|
674
|
+
if (key in exports && exports[key] === _FooterNavigationSection[key]) return;
|
|
844
675
|
Object.defineProperty(exports, key, {
|
|
845
676
|
enumerable: true,
|
|
846
677
|
get: function get() {
|
|
847
|
-
return
|
|
678
|
+
return _FooterNavigationSection[key];
|
|
848
679
|
}
|
|
849
680
|
});
|
|
850
681
|
});
|
|
@@ -888,19 +719,6 @@ Object.keys(_Grid).forEach(function (key) {
|
|
|
888
719
|
});
|
|
889
720
|
});
|
|
890
721
|
|
|
891
|
-
var _GlobeIcon = require("@digigov/react-core/GlobeIcon");
|
|
892
|
-
|
|
893
|
-
Object.keys(_GlobeIcon).forEach(function (key) {
|
|
894
|
-
if (key === "default" || key === "__esModule") return;
|
|
895
|
-
if (key in exports && exports[key] === _GlobeIcon[key]) return;
|
|
896
|
-
Object.defineProperty(exports, key, {
|
|
897
|
-
enumerable: true,
|
|
898
|
-
get: function get() {
|
|
899
|
-
return _GlobeIcon[key];
|
|
900
|
-
}
|
|
901
|
-
});
|
|
902
|
-
});
|
|
903
|
-
|
|
904
722
|
var _Header = require("@digigov/react-core/Header");
|
|
905
723
|
|
|
906
724
|
Object.keys(_Header).forEach(function (key) {
|
|
@@ -966,19 +784,6 @@ Object.keys(_HeaderSection).forEach(function (key) {
|
|
|
966
784
|
});
|
|
967
785
|
});
|
|
968
786
|
|
|
969
|
-
var _HeaderSubtitle = require("@digigov/react-core/HeaderSubtitle");
|
|
970
|
-
|
|
971
|
-
Object.keys(_HeaderSubtitle).forEach(function (key) {
|
|
972
|
-
if (key === "default" || key === "__esModule") return;
|
|
973
|
-
if (key in exports && exports[key] === _HeaderSubtitle[key]) return;
|
|
974
|
-
Object.defineProperty(exports, key, {
|
|
975
|
-
enumerable: true,
|
|
976
|
-
get: function get() {
|
|
977
|
-
return _HeaderSubtitle[key];
|
|
978
|
-
}
|
|
979
|
-
});
|
|
980
|
-
});
|
|
981
|
-
|
|
982
787
|
var _HeaderTitle = require("@digigov/react-core/HeaderTitle");
|
|
983
788
|
|
|
984
789
|
Object.keys(_HeaderTitle).forEach(function (key) {
|
|
@@ -1174,19 +979,6 @@ Object.keys(_MastheadBody).forEach(function (key) {
|
|
|
1174
979
|
});
|
|
1175
980
|
});
|
|
1176
981
|
|
|
1177
|
-
var _MoreVertIcon = require("@digigov/react-core/MoreVertIcon");
|
|
1178
|
-
|
|
1179
|
-
Object.keys(_MoreVertIcon).forEach(function (key) {
|
|
1180
|
-
if (key === "default" || key === "__esModule") return;
|
|
1181
|
-
if (key in exports && exports[key] === _MoreVertIcon[key]) return;
|
|
1182
|
-
Object.defineProperty(exports, key, {
|
|
1183
|
-
enumerable: true,
|
|
1184
|
-
get: function get() {
|
|
1185
|
-
return _MoreVertIcon[key];
|
|
1186
|
-
}
|
|
1187
|
-
});
|
|
1188
|
-
});
|
|
1189
|
-
|
|
1190
982
|
var _Nav = require("@digigov/react-core/Nav");
|
|
1191
983
|
|
|
1192
984
|
Object.keys(_Nav).forEach(function (key) {
|
|
@@ -1213,54 +1005,54 @@ Object.keys(_NavList).forEach(function (key) {
|
|
|
1213
1005
|
});
|
|
1214
1006
|
});
|
|
1215
1007
|
|
|
1216
|
-
var
|
|
1008
|
+
var _NavListItemAction = require("@digigov/react-core/NavListItemAction");
|
|
1217
1009
|
|
|
1218
|
-
Object.keys(
|
|
1010
|
+
Object.keys(_NavListItemAction).forEach(function (key) {
|
|
1219
1011
|
if (key === "default" || key === "__esModule") return;
|
|
1220
|
-
if (key in exports && exports[key] ===
|
|
1012
|
+
if (key in exports && exports[key] === _NavListItemAction[key]) return;
|
|
1221
1013
|
Object.defineProperty(exports, key, {
|
|
1222
1014
|
enumerable: true,
|
|
1223
1015
|
get: function get() {
|
|
1224
|
-
return
|
|
1016
|
+
return _NavListItemAction[key];
|
|
1225
1017
|
}
|
|
1226
1018
|
});
|
|
1227
1019
|
});
|
|
1228
1020
|
|
|
1229
|
-
var
|
|
1021
|
+
var _NavListItemActionContainer = require("@digigov/react-core/NavListItemActionContainer");
|
|
1230
1022
|
|
|
1231
|
-
Object.keys(
|
|
1023
|
+
Object.keys(_NavListItemActionContainer).forEach(function (key) {
|
|
1232
1024
|
if (key === "default" || key === "__esModule") return;
|
|
1233
|
-
if (key in exports && exports[key] ===
|
|
1025
|
+
if (key in exports && exports[key] === _NavListItemActionContainer[key]) return;
|
|
1234
1026
|
Object.defineProperty(exports, key, {
|
|
1235
1027
|
enumerable: true,
|
|
1236
1028
|
get: function get() {
|
|
1237
|
-
return
|
|
1029
|
+
return _NavListItemActionContainer[key];
|
|
1238
1030
|
}
|
|
1239
1031
|
});
|
|
1240
1032
|
});
|
|
1241
1033
|
|
|
1242
|
-
var
|
|
1034
|
+
var _NavListItemLink = require("@digigov/react-core/NavListItemLink");
|
|
1243
1035
|
|
|
1244
|
-
Object.keys(
|
|
1036
|
+
Object.keys(_NavListItemLink).forEach(function (key) {
|
|
1245
1037
|
if (key === "default" || key === "__esModule") return;
|
|
1246
|
-
if (key in exports && exports[key] ===
|
|
1038
|
+
if (key in exports && exports[key] === _NavListItemLink[key]) return;
|
|
1247
1039
|
Object.defineProperty(exports, key, {
|
|
1248
1040
|
enumerable: true,
|
|
1249
1041
|
get: function get() {
|
|
1250
|
-
return
|
|
1042
|
+
return _NavListItemLink[key];
|
|
1251
1043
|
}
|
|
1252
1044
|
});
|
|
1253
1045
|
});
|
|
1254
1046
|
|
|
1255
|
-
var
|
|
1047
|
+
var _NavListItemButton = require("@digigov/react-core/NavListItemButton");
|
|
1256
1048
|
|
|
1257
|
-
Object.keys(
|
|
1049
|
+
Object.keys(_NavListItemButton).forEach(function (key) {
|
|
1258
1050
|
if (key === "default" || key === "__esModule") return;
|
|
1259
|
-
if (key in exports && exports[key] ===
|
|
1051
|
+
if (key in exports && exports[key] === _NavListItemButton[key]) return;
|
|
1260
1052
|
Object.defineProperty(exports, key, {
|
|
1261
1053
|
enumerable: true,
|
|
1262
1054
|
get: function get() {
|
|
1263
|
-
return
|
|
1055
|
+
return _NavListItemButton[key];
|
|
1264
1056
|
}
|
|
1265
1057
|
});
|
|
1266
1058
|
});
|
|
@@ -1278,80 +1070,54 @@ Object.keys(_NavMenuContainer).forEach(function (key) {
|
|
|
1278
1070
|
});
|
|
1279
1071
|
});
|
|
1280
1072
|
|
|
1281
|
-
var
|
|
1073
|
+
var _NavMenuContent = require("@digigov/react-core/NavMenuContent");
|
|
1282
1074
|
|
|
1283
|
-
Object.keys(
|
|
1075
|
+
Object.keys(_NavMenuContent).forEach(function (key) {
|
|
1284
1076
|
if (key === "default" || key === "__esModule") return;
|
|
1285
|
-
if (key in exports && exports[key] ===
|
|
1077
|
+
if (key in exports && exports[key] === _NavMenuContent[key]) return;
|
|
1286
1078
|
Object.defineProperty(exports, key, {
|
|
1287
1079
|
enumerable: true,
|
|
1288
1080
|
get: function get() {
|
|
1289
|
-
return
|
|
1081
|
+
return _NavMenuContent[key];
|
|
1290
1082
|
}
|
|
1291
1083
|
});
|
|
1292
1084
|
});
|
|
1293
1085
|
|
|
1294
|
-
var
|
|
1086
|
+
var _NavMenuContentListBase = require("@digigov/react-core/NavMenuContentListBase");
|
|
1295
1087
|
|
|
1296
|
-
Object.keys(
|
|
1088
|
+
Object.keys(_NavMenuContentListBase).forEach(function (key) {
|
|
1297
1089
|
if (key === "default" || key === "__esModule") return;
|
|
1298
|
-
if (key in exports && exports[key] ===
|
|
1090
|
+
if (key in exports && exports[key] === _NavMenuContentListBase[key]) return;
|
|
1299
1091
|
Object.defineProperty(exports, key, {
|
|
1300
1092
|
enumerable: true,
|
|
1301
1093
|
get: function get() {
|
|
1302
|
-
return
|
|
1094
|
+
return _NavMenuContentListBase[key];
|
|
1303
1095
|
}
|
|
1304
1096
|
});
|
|
1305
1097
|
});
|
|
1306
1098
|
|
|
1307
|
-
var
|
|
1099
|
+
var _NavMenuContentListItem = require("@digigov/react-core/NavMenuContentListItem");
|
|
1308
1100
|
|
|
1309
|
-
Object.keys(
|
|
1101
|
+
Object.keys(_NavMenuContentListItem).forEach(function (key) {
|
|
1310
1102
|
if (key === "default" || key === "__esModule") return;
|
|
1311
|
-
if (key in exports && exports[key] ===
|
|
1103
|
+
if (key in exports && exports[key] === _NavMenuContentListItem[key]) return;
|
|
1312
1104
|
Object.defineProperty(exports, key, {
|
|
1313
1105
|
enumerable: true,
|
|
1314
1106
|
get: function get() {
|
|
1315
|
-
return
|
|
1107
|
+
return _NavMenuContentListItem[key];
|
|
1316
1108
|
}
|
|
1317
1109
|
});
|
|
1318
1110
|
});
|
|
1319
1111
|
|
|
1320
|
-
var
|
|
1112
|
+
var _NavMenuTitle = require("@digigov/react-core/NavMenuTitle");
|
|
1321
1113
|
|
|
1322
|
-
Object.keys(
|
|
1114
|
+
Object.keys(_NavMenuTitle).forEach(function (key) {
|
|
1323
1115
|
if (key === "default" || key === "__esModule") return;
|
|
1324
|
-
if (key in exports && exports[key] ===
|
|
1116
|
+
if (key in exports && exports[key] === _NavMenuTitle[key]) return;
|
|
1325
1117
|
Object.defineProperty(exports, key, {
|
|
1326
1118
|
enumerable: true,
|
|
1327
1119
|
get: function get() {
|
|
1328
|
-
return
|
|
1329
|
-
}
|
|
1330
|
-
});
|
|
1331
|
-
});
|
|
1332
|
-
|
|
1333
|
-
var _NavVertical = require("@digigov/react-core/NavVertical");
|
|
1334
|
-
|
|
1335
|
-
Object.keys(_NavVertical).forEach(function (key) {
|
|
1336
|
-
if (key === "default" || key === "__esModule") return;
|
|
1337
|
-
if (key in exports && exports[key] === _NavVertical[key]) return;
|
|
1338
|
-
Object.defineProperty(exports, key, {
|
|
1339
|
-
enumerable: true,
|
|
1340
|
-
get: function get() {
|
|
1341
|
-
return _NavVertical[key];
|
|
1342
|
-
}
|
|
1343
|
-
});
|
|
1344
|
-
});
|
|
1345
|
-
|
|
1346
|
-
var _NavVerticalItem = require("@digigov/react-core/NavVerticalItem");
|
|
1347
|
-
|
|
1348
|
-
Object.keys(_NavVerticalItem).forEach(function (key) {
|
|
1349
|
-
if (key === "default" || key === "__esModule") return;
|
|
1350
|
-
if (key in exports && exports[key] === _NavVerticalItem[key]) return;
|
|
1351
|
-
Object.defineProperty(exports, key, {
|
|
1352
|
-
enumerable: true,
|
|
1353
|
-
get: function get() {
|
|
1354
|
-
return _NavVerticalItem[key];
|
|
1120
|
+
return _NavMenuTitle[key];
|
|
1355
1121
|
}
|
|
1356
1122
|
});
|
|
1357
1123
|
});
|
|
@@ -1434,54 +1200,54 @@ Object.keys(_NotificationBannerLink).forEach(function (key) {
|
|
|
1434
1200
|
});
|
|
1435
1201
|
});
|
|
1436
1202
|
|
|
1437
|
-
var
|
|
1203
|
+
var _Section = require("@digigov/react-core/Section");
|
|
1438
1204
|
|
|
1439
|
-
Object.keys(
|
|
1205
|
+
Object.keys(_Section).forEach(function (key) {
|
|
1440
1206
|
if (key === "default" || key === "__esModule") return;
|
|
1441
|
-
if (key in exports && exports[key] ===
|
|
1207
|
+
if (key in exports && exports[key] === _Section[key]) return;
|
|
1442
1208
|
Object.defineProperty(exports, key, {
|
|
1443
1209
|
enumerable: true,
|
|
1444
1210
|
get: function get() {
|
|
1445
|
-
return
|
|
1211
|
+
return _Section[key];
|
|
1446
1212
|
}
|
|
1447
1213
|
});
|
|
1448
1214
|
});
|
|
1449
1215
|
|
|
1450
|
-
var
|
|
1216
|
+
var _PageTitleContainer = require("@digigov/react-core/PageTitleContainer");
|
|
1451
1217
|
|
|
1452
|
-
Object.keys(
|
|
1218
|
+
Object.keys(_PageTitleContainer).forEach(function (key) {
|
|
1453
1219
|
if (key === "default" || key === "__esModule") return;
|
|
1454
|
-
if (key in exports && exports[key] ===
|
|
1220
|
+
if (key in exports && exports[key] === _PageTitleContainer[key]) return;
|
|
1455
1221
|
Object.defineProperty(exports, key, {
|
|
1456
1222
|
enumerable: true,
|
|
1457
1223
|
get: function get() {
|
|
1458
|
-
return
|
|
1224
|
+
return _PageTitleContainer[key];
|
|
1459
1225
|
}
|
|
1460
1226
|
});
|
|
1461
1227
|
});
|
|
1462
1228
|
|
|
1463
|
-
var
|
|
1229
|
+
var _PageTitleCaption = require("@digigov/react-core/PageTitleCaption");
|
|
1464
1230
|
|
|
1465
|
-
Object.keys(
|
|
1231
|
+
Object.keys(_PageTitleCaption).forEach(function (key) {
|
|
1466
1232
|
if (key === "default" || key === "__esModule") return;
|
|
1467
|
-
if (key in exports && exports[key] ===
|
|
1233
|
+
if (key in exports && exports[key] === _PageTitleCaption[key]) return;
|
|
1468
1234
|
Object.defineProperty(exports, key, {
|
|
1469
1235
|
enumerable: true,
|
|
1470
1236
|
get: function get() {
|
|
1471
|
-
return
|
|
1237
|
+
return _PageTitleCaption[key];
|
|
1472
1238
|
}
|
|
1473
1239
|
});
|
|
1474
1240
|
});
|
|
1475
1241
|
|
|
1476
|
-
var
|
|
1242
|
+
var _PageTitleHeading = require("@digigov/react-core/PageTitleHeading");
|
|
1477
1243
|
|
|
1478
|
-
Object.keys(
|
|
1244
|
+
Object.keys(_PageTitleHeading).forEach(function (key) {
|
|
1479
1245
|
if (key === "default" || key === "__esModule") return;
|
|
1480
|
-
if (key in exports && exports[key] ===
|
|
1246
|
+
if (key in exports && exports[key] === _PageTitleHeading[key]) return;
|
|
1481
1247
|
Object.defineProperty(exports, key, {
|
|
1482
1248
|
enumerable: true,
|
|
1483
1249
|
get: function get() {
|
|
1484
|
-
return
|
|
1250
|
+
return _PageTitleHeading[key];
|
|
1485
1251
|
}
|
|
1486
1252
|
});
|
|
1487
1253
|
});
|
|
@@ -1629,28 +1395,28 @@ Object.keys(_SelectOption).forEach(function (key) {
|
|
|
1629
1395
|
});
|
|
1630
1396
|
});
|
|
1631
1397
|
|
|
1632
|
-
var
|
|
1398
|
+
var _SingleCharacterInputs = require("@digigov/react-core/SingleCharacterInputs");
|
|
1633
1399
|
|
|
1634
|
-
Object.keys(
|
|
1400
|
+
Object.keys(_SingleCharacterInputs).forEach(function (key) {
|
|
1635
1401
|
if (key === "default" || key === "__esModule") return;
|
|
1636
|
-
if (key in exports && exports[key] ===
|
|
1402
|
+
if (key in exports && exports[key] === _SingleCharacterInputs[key]) return;
|
|
1637
1403
|
Object.defineProperty(exports, key, {
|
|
1638
1404
|
enumerable: true,
|
|
1639
1405
|
get: function get() {
|
|
1640
|
-
return
|
|
1406
|
+
return _SingleCharacterInputs[key];
|
|
1641
1407
|
}
|
|
1642
1408
|
});
|
|
1643
1409
|
});
|
|
1644
1410
|
|
|
1645
|
-
var
|
|
1411
|
+
var _SingleCharacterInput = require("@digigov/react-core/SingleCharacterInput");
|
|
1646
1412
|
|
|
1647
|
-
Object.keys(
|
|
1413
|
+
Object.keys(_SingleCharacterInput).forEach(function (key) {
|
|
1648
1414
|
if (key === "default" || key === "__esModule") return;
|
|
1649
|
-
if (key in exports && exports[key] ===
|
|
1415
|
+
if (key in exports && exports[key] === _SingleCharacterInput[key]) return;
|
|
1650
1416
|
Object.defineProperty(exports, key, {
|
|
1651
1417
|
enumerable: true,
|
|
1652
1418
|
get: function get() {
|
|
1653
|
-
return
|
|
1419
|
+
return _SingleCharacterInput[key];
|
|
1654
1420
|
}
|
|
1655
1421
|
});
|
|
1656
1422
|
});
|
|
@@ -1668,6 +1434,19 @@ Object.keys(_SkipLink).forEach(function (key) {
|
|
|
1668
1434
|
});
|
|
1669
1435
|
});
|
|
1670
1436
|
|
|
1437
|
+
var _Stack = require("@digigov/react-core/Stack");
|
|
1438
|
+
|
|
1439
|
+
Object.keys(_Stack).forEach(function (key) {
|
|
1440
|
+
if (key === "default" || key === "__esModule") return;
|
|
1441
|
+
if (key in exports && exports[key] === _Stack[key]) return;
|
|
1442
|
+
Object.defineProperty(exports, key, {
|
|
1443
|
+
enumerable: true,
|
|
1444
|
+
get: function get() {
|
|
1445
|
+
return _Stack[key];
|
|
1446
|
+
}
|
|
1447
|
+
});
|
|
1448
|
+
});
|
|
1449
|
+
|
|
1671
1450
|
var _SummaryList = require("@digigov/react-core/SummaryList");
|
|
1672
1451
|
|
|
1673
1452
|
Object.keys(_SummaryList).forEach(function (key) {
|
|
@@ -1746,6 +1525,32 @@ Object.keys(_SvgIcon).forEach(function (key) {
|
|
|
1746
1525
|
});
|
|
1747
1526
|
});
|
|
1748
1527
|
|
|
1528
|
+
var _ImageLogo = require("@digigov/react-core/ImageLogo");
|
|
1529
|
+
|
|
1530
|
+
Object.keys(_ImageLogo).forEach(function (key) {
|
|
1531
|
+
if (key === "default" || key === "__esModule") return;
|
|
1532
|
+
if (key in exports && exports[key] === _ImageLogo[key]) return;
|
|
1533
|
+
Object.defineProperty(exports, key, {
|
|
1534
|
+
enumerable: true,
|
|
1535
|
+
get: function get() {
|
|
1536
|
+
return _ImageLogo[key];
|
|
1537
|
+
}
|
|
1538
|
+
});
|
|
1539
|
+
});
|
|
1540
|
+
|
|
1541
|
+
var _ImageLogoSet = require("@digigov/react-core/ImageLogoSet");
|
|
1542
|
+
|
|
1543
|
+
Object.keys(_ImageLogoSet).forEach(function (key) {
|
|
1544
|
+
if (key === "default" || key === "__esModule") return;
|
|
1545
|
+
if (key in exports && exports[key] === _ImageLogoSet[key]) return;
|
|
1546
|
+
Object.defineProperty(exports, key, {
|
|
1547
|
+
enumerable: true,
|
|
1548
|
+
get: function get() {
|
|
1549
|
+
return _ImageLogoSet[key];
|
|
1550
|
+
}
|
|
1551
|
+
});
|
|
1552
|
+
});
|
|
1553
|
+
|
|
1749
1554
|
var _Table = require("@digigov/react-core/Table");
|
|
1750
1555
|
|
|
1751
1556
|
Object.keys(_Table).forEach(function (key) {
|
|
@@ -1863,6 +1668,19 @@ Object.keys(_TableRow).forEach(function (key) {
|
|
|
1863
1668
|
});
|
|
1864
1669
|
});
|
|
1865
1670
|
|
|
1671
|
+
var _TableSortIconContainer = require("@digigov/react-core/TableSortIconContainer");
|
|
1672
|
+
|
|
1673
|
+
Object.keys(_TableSortIconContainer).forEach(function (key) {
|
|
1674
|
+
if (key === "default" || key === "__esModule") return;
|
|
1675
|
+
if (key in exports && exports[key] === _TableSortIconContainer[key]) return;
|
|
1676
|
+
Object.defineProperty(exports, key, {
|
|
1677
|
+
enumerable: true,
|
|
1678
|
+
get: function get() {
|
|
1679
|
+
return _TableSortIconContainer[key];
|
|
1680
|
+
}
|
|
1681
|
+
});
|
|
1682
|
+
});
|
|
1683
|
+
|
|
1866
1684
|
var _Tabs = require("@digigov/react-core/Tabs");
|
|
1867
1685
|
|
|
1868
1686
|
Object.keys(_Tabs).forEach(function (key) {
|
|
@@ -1954,6 +1772,19 @@ Object.keys(_TextInput).forEach(function (key) {
|
|
|
1954
1772
|
});
|
|
1955
1773
|
});
|
|
1956
1774
|
|
|
1775
|
+
var _Typography = require("@digigov/react-core/Typography");
|
|
1776
|
+
|
|
1777
|
+
Object.keys(_Typography).forEach(function (key) {
|
|
1778
|
+
if (key === "default" || key === "__esModule") return;
|
|
1779
|
+
if (key in exports && exports[key] === _Typography[key]) return;
|
|
1780
|
+
Object.defineProperty(exports, key, {
|
|
1781
|
+
enumerable: true,
|
|
1782
|
+
get: function get() {
|
|
1783
|
+
return _Typography[key];
|
|
1784
|
+
}
|
|
1785
|
+
});
|
|
1786
|
+
});
|
|
1787
|
+
|
|
1957
1788
|
var _Top = require("@digigov/react-core/Top");
|
|
1958
1789
|
|
|
1959
1790
|
Object.keys(_Top).forEach(function (key) {
|
|
@@ -2004,4 +1835,1018 @@ Object.keys(_WarningText).forEach(function (key) {
|
|
|
2004
1835
|
return _WarningText[key];
|
|
2005
1836
|
}
|
|
2006
1837
|
});
|
|
1838
|
+
});
|
|
1839
|
+
|
|
1840
|
+
var _AccessibilityMenu = require("@digigov/react-core/AccessibilityMenu");
|
|
1841
|
+
|
|
1842
|
+
Object.keys(_AccessibilityMenu).forEach(function (key) {
|
|
1843
|
+
if (key === "default" || key === "__esModule") return;
|
|
1844
|
+
if (key in exports && exports[key] === _AccessibilityMenu[key]) return;
|
|
1845
|
+
Object.defineProperty(exports, key, {
|
|
1846
|
+
enumerable: true,
|
|
1847
|
+
get: function get() {
|
|
1848
|
+
return _AccessibilityMenu[key];
|
|
1849
|
+
}
|
|
1850
|
+
});
|
|
1851
|
+
});
|
|
1852
|
+
|
|
1853
|
+
var _AccessibilityMenuButton = require("@digigov/react-core/AccessibilityMenuButton");
|
|
1854
|
+
|
|
1855
|
+
Object.keys(_AccessibilityMenuButton).forEach(function (key) {
|
|
1856
|
+
if (key === "default" || key === "__esModule") return;
|
|
1857
|
+
if (key in exports && exports[key] === _AccessibilityMenuButton[key]) return;
|
|
1858
|
+
Object.defineProperty(exports, key, {
|
|
1859
|
+
enumerable: true,
|
|
1860
|
+
get: function get() {
|
|
1861
|
+
return _AccessibilityMenuButton[key];
|
|
1862
|
+
}
|
|
1863
|
+
});
|
|
1864
|
+
});
|
|
1865
|
+
|
|
1866
|
+
var _AccessibilityMenuContent = require("@digigov/react-core/AccessibilityMenuContent");
|
|
1867
|
+
|
|
1868
|
+
Object.keys(_AccessibilityMenuContent).forEach(function (key) {
|
|
1869
|
+
if (key === "default" || key === "__esModule") return;
|
|
1870
|
+
if (key in exports && exports[key] === _AccessibilityMenuContent[key]) return;
|
|
1871
|
+
Object.defineProperty(exports, key, {
|
|
1872
|
+
enumerable: true,
|
|
1873
|
+
get: function get() {
|
|
1874
|
+
return _AccessibilityMenuContent[key];
|
|
1875
|
+
}
|
|
1876
|
+
});
|
|
1877
|
+
});
|
|
1878
|
+
|
|
1879
|
+
var _AccessibilityMenuHeader = require("@digigov/react-core/AccessibilityMenuHeader");
|
|
1880
|
+
|
|
1881
|
+
Object.keys(_AccessibilityMenuHeader).forEach(function (key) {
|
|
1882
|
+
if (key === "default" || key === "__esModule") return;
|
|
1883
|
+
if (key in exports && exports[key] === _AccessibilityMenuHeader[key]) return;
|
|
1884
|
+
Object.defineProperty(exports, key, {
|
|
1885
|
+
enumerable: true,
|
|
1886
|
+
get: function get() {
|
|
1887
|
+
return _AccessibilityMenuHeader[key];
|
|
1888
|
+
}
|
|
1889
|
+
});
|
|
1890
|
+
});
|
|
1891
|
+
|
|
1892
|
+
var _AccessibilityMenuBody = require("@digigov/react-core/AccessibilityMenuBody");
|
|
1893
|
+
|
|
1894
|
+
Object.keys(_AccessibilityMenuBody).forEach(function (key) {
|
|
1895
|
+
if (key === "default" || key === "__esModule") return;
|
|
1896
|
+
if (key in exports && exports[key] === _AccessibilityMenuBody[key]) return;
|
|
1897
|
+
Object.defineProperty(exports, key, {
|
|
1898
|
+
enumerable: true,
|
|
1899
|
+
get: function get() {
|
|
1900
|
+
return _AccessibilityMenuBody[key];
|
|
1901
|
+
}
|
|
1902
|
+
});
|
|
1903
|
+
});
|
|
1904
|
+
|
|
1905
|
+
var _AccessibilityMenuList = require("@digigov/react-core/AccessibilityMenuList");
|
|
1906
|
+
|
|
1907
|
+
Object.keys(_AccessibilityMenuList).forEach(function (key) {
|
|
1908
|
+
if (key === "default" || key === "__esModule") return;
|
|
1909
|
+
if (key in exports && exports[key] === _AccessibilityMenuList[key]) return;
|
|
1910
|
+
Object.defineProperty(exports, key, {
|
|
1911
|
+
enumerable: true,
|
|
1912
|
+
get: function get() {
|
|
1913
|
+
return _AccessibilityMenuList[key];
|
|
1914
|
+
}
|
|
1915
|
+
});
|
|
1916
|
+
});
|
|
1917
|
+
|
|
1918
|
+
var _AccessibilityMenuListItem = require("@digigov/react-core/AccessibilityMenuListItem");
|
|
1919
|
+
|
|
1920
|
+
Object.keys(_AccessibilityMenuListItem).forEach(function (key) {
|
|
1921
|
+
if (key === "default" || key === "__esModule") return;
|
|
1922
|
+
if (key in exports && exports[key] === _AccessibilityMenuListItem[key]) return;
|
|
1923
|
+
Object.defineProperty(exports, key, {
|
|
1924
|
+
enumerable: true,
|
|
1925
|
+
get: function get() {
|
|
1926
|
+
return _AccessibilityMenuListItem[key];
|
|
1927
|
+
}
|
|
1928
|
+
});
|
|
1929
|
+
});
|
|
1930
|
+
|
|
1931
|
+
var _AccessibilityMenuOptionButton = require("@digigov/react-core/AccessibilityMenuOptionButton");
|
|
1932
|
+
|
|
1933
|
+
Object.keys(_AccessibilityMenuOptionButton).forEach(function (key) {
|
|
1934
|
+
if (key === "default" || key === "__esModule") return;
|
|
1935
|
+
if (key in exports && exports[key] === _AccessibilityMenuOptionButton[key]) return;
|
|
1936
|
+
Object.defineProperty(exports, key, {
|
|
1937
|
+
enumerable: true,
|
|
1938
|
+
get: function get() {
|
|
1939
|
+
return _AccessibilityMenuOptionButton[key];
|
|
1940
|
+
}
|
|
1941
|
+
});
|
|
1942
|
+
});
|
|
1943
|
+
|
|
1944
|
+
var _AccessibilityMenuSteps = require("@digigov/react-core/AccessibilityMenuSteps");
|
|
1945
|
+
|
|
1946
|
+
Object.keys(_AccessibilityMenuSteps).forEach(function (key) {
|
|
1947
|
+
if (key === "default" || key === "__esModule") return;
|
|
1948
|
+
if (key in exports && exports[key] === _AccessibilityMenuSteps[key]) return;
|
|
1949
|
+
Object.defineProperty(exports, key, {
|
|
1950
|
+
enumerable: true,
|
|
1951
|
+
get: function get() {
|
|
1952
|
+
return _AccessibilityMenuSteps[key];
|
|
1953
|
+
}
|
|
1954
|
+
});
|
|
1955
|
+
});
|
|
1956
|
+
|
|
1957
|
+
var _AdminAside = require("@digigov/react-core/AdminAside");
|
|
1958
|
+
|
|
1959
|
+
Object.keys(_AdminAside).forEach(function (key) {
|
|
1960
|
+
if (key === "default" || key === "__esModule") return;
|
|
1961
|
+
if (key in exports && exports[key] === _AdminAside[key]) return;
|
|
1962
|
+
Object.defineProperty(exports, key, {
|
|
1963
|
+
enumerable: true,
|
|
1964
|
+
get: function get() {
|
|
1965
|
+
return _AdminAside[key];
|
|
1966
|
+
}
|
|
1967
|
+
});
|
|
1968
|
+
});
|
|
1969
|
+
|
|
1970
|
+
var _AdminContainer = require("@digigov/react-core/AdminContainer");
|
|
1971
|
+
|
|
1972
|
+
Object.keys(_AdminContainer).forEach(function (key) {
|
|
1973
|
+
if (key === "default" || key === "__esModule") return;
|
|
1974
|
+
if (key in exports && exports[key] === _AdminContainer[key]) return;
|
|
1975
|
+
Object.defineProperty(exports, key, {
|
|
1976
|
+
enumerable: true,
|
|
1977
|
+
get: function get() {
|
|
1978
|
+
return _AdminContainer[key];
|
|
1979
|
+
}
|
|
1980
|
+
});
|
|
1981
|
+
});
|
|
1982
|
+
|
|
1983
|
+
var _AdminLayout = require("@digigov/react-core/AdminLayout");
|
|
1984
|
+
|
|
1985
|
+
Object.keys(_AdminLayout).forEach(function (key) {
|
|
1986
|
+
if (key === "default" || key === "__esModule") return;
|
|
1987
|
+
if (key in exports && exports[key] === _AdminLayout[key]) return;
|
|
1988
|
+
Object.defineProperty(exports, key, {
|
|
1989
|
+
enumerable: true,
|
|
1990
|
+
get: function get() {
|
|
1991
|
+
return _AdminLayout[key];
|
|
1992
|
+
}
|
|
1993
|
+
});
|
|
1994
|
+
});
|
|
1995
|
+
|
|
1996
|
+
var _AdminMain = require("@digigov/react-core/AdminMain");
|
|
1997
|
+
|
|
1998
|
+
Object.keys(_AdminMain).forEach(function (key) {
|
|
1999
|
+
if (key === "default" || key === "__esModule") return;
|
|
2000
|
+
if (key in exports && exports[key] === _AdminMain[key]) return;
|
|
2001
|
+
Object.defineProperty(exports, key, {
|
|
2002
|
+
enumerable: true,
|
|
2003
|
+
get: function get() {
|
|
2004
|
+
return _AdminMain[key];
|
|
2005
|
+
}
|
|
2006
|
+
});
|
|
2007
|
+
});
|
|
2008
|
+
|
|
2009
|
+
var _AdminTopSection = require("@digigov/react-core/AdminTopSection");
|
|
2010
|
+
|
|
2011
|
+
Object.keys(_AdminTopSection).forEach(function (key) {
|
|
2012
|
+
if (key === "default" || key === "__esModule") return;
|
|
2013
|
+
if (key in exports && exports[key] === _AdminTopSection[key]) return;
|
|
2014
|
+
Object.defineProperty(exports, key, {
|
|
2015
|
+
enumerable: true,
|
|
2016
|
+
get: function get() {
|
|
2017
|
+
return _AdminTopSection[key];
|
|
2018
|
+
}
|
|
2019
|
+
});
|
|
2020
|
+
});
|
|
2021
|
+
|
|
2022
|
+
var _AutoCompleteInput = require("@digigov/react-core/AutoCompleteInput");
|
|
2023
|
+
|
|
2024
|
+
Object.keys(_AutoCompleteInput).forEach(function (key) {
|
|
2025
|
+
if (key === "default" || key === "__esModule") return;
|
|
2026
|
+
if (key in exports && exports[key] === _AutoCompleteInput[key]) return;
|
|
2027
|
+
Object.defineProperty(exports, key, {
|
|
2028
|
+
enumerable: true,
|
|
2029
|
+
get: function get() {
|
|
2030
|
+
return _AutoCompleteInput[key];
|
|
2031
|
+
}
|
|
2032
|
+
});
|
|
2033
|
+
});
|
|
2034
|
+
|
|
2035
|
+
var _AutoCompleteInputTypeahead = require("@digigov/react-core/AutoCompleteInputTypeahead");
|
|
2036
|
+
|
|
2037
|
+
Object.keys(_AutoCompleteInputTypeahead).forEach(function (key) {
|
|
2038
|
+
if (key === "default" || key === "__esModule") return;
|
|
2039
|
+
if (key in exports && exports[key] === _AutoCompleteInputTypeahead[key]) return;
|
|
2040
|
+
Object.defineProperty(exports, key, {
|
|
2041
|
+
enumerable: true,
|
|
2042
|
+
get: function get() {
|
|
2043
|
+
return _AutoCompleteInputTypeahead[key];
|
|
2044
|
+
}
|
|
2045
|
+
});
|
|
2046
|
+
});
|
|
2047
|
+
|
|
2048
|
+
var _AutoCompleteResultList = require("@digigov/react-core/AutoCompleteResultList");
|
|
2049
|
+
|
|
2050
|
+
Object.keys(_AutoCompleteResultList).forEach(function (key) {
|
|
2051
|
+
if (key === "default" || key === "__esModule") return;
|
|
2052
|
+
if (key in exports && exports[key] === _AutoCompleteResultList[key]) return;
|
|
2053
|
+
Object.defineProperty(exports, key, {
|
|
2054
|
+
enumerable: true,
|
|
2055
|
+
get: function get() {
|
|
2056
|
+
return _AutoCompleteResultList[key];
|
|
2057
|
+
}
|
|
2058
|
+
});
|
|
2059
|
+
});
|
|
2060
|
+
|
|
2061
|
+
var _AutoCompleteResultListItem = require("@digigov/react-core/AutoCompleteResultListItem");
|
|
2062
|
+
|
|
2063
|
+
Object.keys(_AutoCompleteResultListItem).forEach(function (key) {
|
|
2064
|
+
if (key === "default" || key === "__esModule") return;
|
|
2065
|
+
if (key in exports && exports[key] === _AutoCompleteResultListItem[key]) return;
|
|
2066
|
+
Object.defineProperty(exports, key, {
|
|
2067
|
+
enumerable: true,
|
|
2068
|
+
get: function get() {
|
|
2069
|
+
return _AutoCompleteResultListItem[key];
|
|
2070
|
+
}
|
|
2071
|
+
});
|
|
2072
|
+
});
|
|
2073
|
+
|
|
2074
|
+
var _AutoCompleteWrapper = require("@digigov/react-core/AutoCompleteWrapper");
|
|
2075
|
+
|
|
2076
|
+
Object.keys(_AutoCompleteWrapper).forEach(function (key) {
|
|
2077
|
+
if (key === "default" || key === "__esModule") return;
|
|
2078
|
+
if (key in exports && exports[key] === _AutoCompleteWrapper[key]) return;
|
|
2079
|
+
Object.defineProperty(exports, key, {
|
|
2080
|
+
enumerable: true,
|
|
2081
|
+
get: function get() {
|
|
2082
|
+
return _AutoCompleteWrapper[key];
|
|
2083
|
+
}
|
|
2084
|
+
});
|
|
2085
|
+
});
|
|
2086
|
+
|
|
2087
|
+
var _Chip = require("@digigov/react-core/Chip");
|
|
2088
|
+
|
|
2089
|
+
Object.keys(_Chip).forEach(function (key) {
|
|
2090
|
+
if (key === "default" || key === "__esModule") return;
|
|
2091
|
+
if (key in exports && exports[key] === _Chip[key]) return;
|
|
2092
|
+
Object.defineProperty(exports, key, {
|
|
2093
|
+
enumerable: true,
|
|
2094
|
+
get: function get() {
|
|
2095
|
+
return _Chip[key];
|
|
2096
|
+
}
|
|
2097
|
+
});
|
|
2098
|
+
});
|
|
2099
|
+
|
|
2100
|
+
var _ChipHeading = require("@digigov/react-core/ChipHeading");
|
|
2101
|
+
|
|
2102
|
+
Object.keys(_ChipHeading).forEach(function (key) {
|
|
2103
|
+
if (key === "default" || key === "__esModule") return;
|
|
2104
|
+
if (key in exports && exports[key] === _ChipHeading[key]) return;
|
|
2105
|
+
Object.defineProperty(exports, key, {
|
|
2106
|
+
enumerable: true,
|
|
2107
|
+
get: function get() {
|
|
2108
|
+
return _ChipHeading[key];
|
|
2109
|
+
}
|
|
2110
|
+
});
|
|
2111
|
+
});
|
|
2112
|
+
|
|
2113
|
+
var _ChipContainer = require("@digigov/react-core/ChipContainer");
|
|
2114
|
+
|
|
2115
|
+
Object.keys(_ChipContainer).forEach(function (key) {
|
|
2116
|
+
if (key === "default" || key === "__esModule") return;
|
|
2117
|
+
if (key in exports && exports[key] === _ChipContainer[key]) return;
|
|
2118
|
+
Object.defineProperty(exports, key, {
|
|
2119
|
+
enumerable: true,
|
|
2120
|
+
get: function get() {
|
|
2121
|
+
return _ChipContainer[key];
|
|
2122
|
+
}
|
|
2123
|
+
});
|
|
2124
|
+
});
|
|
2125
|
+
|
|
2126
|
+
var _ChipKeyValue = require("@digigov/react-core/ChipKeyValue");
|
|
2127
|
+
|
|
2128
|
+
Object.keys(_ChipKeyValue).forEach(function (key) {
|
|
2129
|
+
if (key === "default" || key === "__esModule") return;
|
|
2130
|
+
if (key in exports && exports[key] === _ChipKeyValue[key]) return;
|
|
2131
|
+
Object.defineProperty(exports, key, {
|
|
2132
|
+
enumerable: true,
|
|
2133
|
+
get: function get() {
|
|
2134
|
+
return _ChipKeyValue[key];
|
|
2135
|
+
}
|
|
2136
|
+
});
|
|
2137
|
+
});
|
|
2138
|
+
|
|
2139
|
+
var _CopyToClipboardMessage = require("@digigov/react-core/CopyToClipboardMessage");
|
|
2140
|
+
|
|
2141
|
+
Object.keys(_CopyToClipboardMessage).forEach(function (key) {
|
|
2142
|
+
if (key === "default" || key === "__esModule") return;
|
|
2143
|
+
if (key in exports && exports[key] === _CopyToClipboardMessage[key]) return;
|
|
2144
|
+
Object.defineProperty(exports, key, {
|
|
2145
|
+
enumerable: true,
|
|
2146
|
+
get: function get() {
|
|
2147
|
+
return _CopyToClipboardMessage[key];
|
|
2148
|
+
}
|
|
2149
|
+
});
|
|
2150
|
+
});
|
|
2151
|
+
|
|
2152
|
+
var _CopyToClipboardContainer = require("@digigov/react-core/CopyToClipboardContainer");
|
|
2153
|
+
|
|
2154
|
+
Object.keys(_CopyToClipboardContainer).forEach(function (key) {
|
|
2155
|
+
if (key === "default" || key === "__esModule") return;
|
|
2156
|
+
if (key in exports && exports[key] === _CopyToClipboardContainer[key]) return;
|
|
2157
|
+
Object.defineProperty(exports, key, {
|
|
2158
|
+
enumerable: true,
|
|
2159
|
+
get: function get() {
|
|
2160
|
+
return _CopyToClipboardContainer[key];
|
|
2161
|
+
}
|
|
2162
|
+
});
|
|
2163
|
+
});
|
|
2164
|
+
|
|
2165
|
+
var _DropdownBase = require("@digigov/react-core/DropdownBase");
|
|
2166
|
+
|
|
2167
|
+
Object.keys(_DropdownBase).forEach(function (key) {
|
|
2168
|
+
if (key === "default" || key === "__esModule") return;
|
|
2169
|
+
if (key in exports && exports[key] === _DropdownBase[key]) return;
|
|
2170
|
+
Object.defineProperty(exports, key, {
|
|
2171
|
+
enumerable: true,
|
|
2172
|
+
get: function get() {
|
|
2173
|
+
return _DropdownBase[key];
|
|
2174
|
+
}
|
|
2175
|
+
});
|
|
2176
|
+
});
|
|
2177
|
+
|
|
2178
|
+
var _DropdownButton = require("@digigov/react-core/DropdownButton");
|
|
2179
|
+
|
|
2180
|
+
Object.keys(_DropdownButton).forEach(function (key) {
|
|
2181
|
+
if (key === "default" || key === "__esModule") return;
|
|
2182
|
+
if (key in exports && exports[key] === _DropdownButton[key]) return;
|
|
2183
|
+
Object.defineProperty(exports, key, {
|
|
2184
|
+
enumerable: true,
|
|
2185
|
+
get: function get() {
|
|
2186
|
+
return _DropdownButton[key];
|
|
2187
|
+
}
|
|
2188
|
+
});
|
|
2189
|
+
});
|
|
2190
|
+
|
|
2191
|
+
var _DropdownContent = require("@digigov/react-core/DropdownContent");
|
|
2192
|
+
|
|
2193
|
+
Object.keys(_DropdownContent).forEach(function (key) {
|
|
2194
|
+
if (key === "default" || key === "__esModule") return;
|
|
2195
|
+
if (key in exports && exports[key] === _DropdownContent[key]) return;
|
|
2196
|
+
Object.defineProperty(exports, key, {
|
|
2197
|
+
enumerable: true,
|
|
2198
|
+
get: function get() {
|
|
2199
|
+
return _DropdownContent[key];
|
|
2200
|
+
}
|
|
2201
|
+
});
|
|
2202
|
+
});
|
|
2203
|
+
|
|
2204
|
+
var _FillableText = require("@digigov/react-core/FillableText");
|
|
2205
|
+
|
|
2206
|
+
Object.keys(_FillableText).forEach(function (key) {
|
|
2207
|
+
if (key === "default" || key === "__esModule") return;
|
|
2208
|
+
if (key in exports && exports[key] === _FillableText[key]) return;
|
|
2209
|
+
Object.defineProperty(exports, key, {
|
|
2210
|
+
enumerable: true,
|
|
2211
|
+
get: function get() {
|
|
2212
|
+
return _FillableText[key];
|
|
2213
|
+
}
|
|
2214
|
+
});
|
|
2215
|
+
});
|
|
2216
|
+
|
|
2217
|
+
var _Drawer = require("@digigov/react-core/Drawer");
|
|
2218
|
+
|
|
2219
|
+
Object.keys(_Drawer).forEach(function (key) {
|
|
2220
|
+
if (key === "default" || key === "__esModule") return;
|
|
2221
|
+
if (key in exports && exports[key] === _Drawer[key]) return;
|
|
2222
|
+
Object.defineProperty(exports, key, {
|
|
2223
|
+
enumerable: true,
|
|
2224
|
+
get: function get() {
|
|
2225
|
+
return _Drawer[key];
|
|
2226
|
+
}
|
|
2227
|
+
});
|
|
2228
|
+
});
|
|
2229
|
+
|
|
2230
|
+
var _DrawerHeading = require("@digigov/react-core/DrawerHeading");
|
|
2231
|
+
|
|
2232
|
+
Object.keys(_DrawerHeading).forEach(function (key) {
|
|
2233
|
+
if (key === "default" || key === "__esModule") return;
|
|
2234
|
+
if (key in exports && exports[key] === _DrawerHeading[key]) return;
|
|
2235
|
+
Object.defineProperty(exports, key, {
|
|
2236
|
+
enumerable: true,
|
|
2237
|
+
get: function get() {
|
|
2238
|
+
return _DrawerHeading[key];
|
|
2239
|
+
}
|
|
2240
|
+
});
|
|
2241
|
+
});
|
|
2242
|
+
|
|
2243
|
+
var _FilterContent = require("@digigov/react-core/FilterContent");
|
|
2244
|
+
|
|
2245
|
+
Object.keys(_FilterContent).forEach(function (key) {
|
|
2246
|
+
if (key === "default" || key === "__esModule") return;
|
|
2247
|
+
if (key in exports && exports[key] === _FilterContent[key]) return;
|
|
2248
|
+
Object.defineProperty(exports, key, {
|
|
2249
|
+
enumerable: true,
|
|
2250
|
+
get: function get() {
|
|
2251
|
+
return _FilterContent[key];
|
|
2252
|
+
}
|
|
2253
|
+
});
|
|
2254
|
+
});
|
|
2255
|
+
|
|
2256
|
+
var _FilterHeadingContainer = require("@digigov/react-core/FilterHeadingContainer");
|
|
2257
|
+
|
|
2258
|
+
Object.keys(_FilterHeadingContainer).forEach(function (key) {
|
|
2259
|
+
if (key === "default" || key === "__esModule") return;
|
|
2260
|
+
if (key in exports && exports[key] === _FilterHeadingContainer[key]) return;
|
|
2261
|
+
Object.defineProperty(exports, key, {
|
|
2262
|
+
enumerable: true,
|
|
2263
|
+
get: function get() {
|
|
2264
|
+
return _FilterHeadingContainer[key];
|
|
2265
|
+
}
|
|
2266
|
+
});
|
|
2267
|
+
});
|
|
2268
|
+
|
|
2269
|
+
var _FilterOptionsSection = require("@digigov/react-core/FilterOptionsSection");
|
|
2270
|
+
|
|
2271
|
+
Object.keys(_FilterOptionsSection).forEach(function (key) {
|
|
2272
|
+
if (key === "default" || key === "__esModule") return;
|
|
2273
|
+
if (key in exports && exports[key] === _FilterOptionsSection[key]) return;
|
|
2274
|
+
Object.defineProperty(exports, key, {
|
|
2275
|
+
enumerable: true,
|
|
2276
|
+
get: function get() {
|
|
2277
|
+
return _FilterOptionsSection[key];
|
|
2278
|
+
}
|
|
2279
|
+
});
|
|
2280
|
+
});
|
|
2281
|
+
|
|
2282
|
+
var _FilterContainer = require("@digigov/react-core/FilterContainer");
|
|
2283
|
+
|
|
2284
|
+
Object.keys(_FilterContainer).forEach(function (key) {
|
|
2285
|
+
if (key === "default" || key === "__esModule") return;
|
|
2286
|
+
if (key in exports && exports[key] === _FilterContainer[key]) return;
|
|
2287
|
+
Object.defineProperty(exports, key, {
|
|
2288
|
+
enumerable: true,
|
|
2289
|
+
get: function get() {
|
|
2290
|
+
return _FilterContainer[key];
|
|
2291
|
+
}
|
|
2292
|
+
});
|
|
2293
|
+
});
|
|
2294
|
+
|
|
2295
|
+
var _FilterSelectedHeading = require("@digigov/react-core/FilterSelectedHeading");
|
|
2296
|
+
|
|
2297
|
+
Object.keys(_FilterSelectedHeading).forEach(function (key) {
|
|
2298
|
+
if (key === "default" || key === "__esModule") return;
|
|
2299
|
+
if (key in exports && exports[key] === _FilterSelectedHeading[key]) return;
|
|
2300
|
+
Object.defineProperty(exports, key, {
|
|
2301
|
+
enumerable: true,
|
|
2302
|
+
get: function get() {
|
|
2303
|
+
return _FilterSelectedHeading[key];
|
|
2304
|
+
}
|
|
2305
|
+
});
|
|
2306
|
+
});
|
|
2307
|
+
|
|
2308
|
+
var _FilterSelectedSection = require("@digigov/react-core/FilterSelectedSection");
|
|
2309
|
+
|
|
2310
|
+
Object.keys(_FilterSelectedSection).forEach(function (key) {
|
|
2311
|
+
if (key === "default" || key === "__esModule") return;
|
|
2312
|
+
if (key in exports && exports[key] === _FilterSelectedSection[key]) return;
|
|
2313
|
+
Object.defineProperty(exports, key, {
|
|
2314
|
+
enumerable: true,
|
|
2315
|
+
get: function get() {
|
|
2316
|
+
return _FilterSelectedSection[key];
|
|
2317
|
+
}
|
|
2318
|
+
});
|
|
2319
|
+
});
|
|
2320
|
+
|
|
2321
|
+
var _SearchButton = require("@digigov/react-core/SearchButton");
|
|
2322
|
+
|
|
2323
|
+
Object.keys(_SearchButton).forEach(function (key) {
|
|
2324
|
+
if (key === "default" || key === "__esModule") return;
|
|
2325
|
+
if (key in exports && exports[key] === _SearchButton[key]) return;
|
|
2326
|
+
Object.defineProperty(exports, key, {
|
|
2327
|
+
enumerable: true,
|
|
2328
|
+
get: function get() {
|
|
2329
|
+
return _SearchButton[key];
|
|
2330
|
+
}
|
|
2331
|
+
});
|
|
2332
|
+
});
|
|
2333
|
+
|
|
2334
|
+
var _SearchContainer = require("@digigov/react-core/SearchContainer");
|
|
2335
|
+
|
|
2336
|
+
Object.keys(_SearchContainer).forEach(function (key) {
|
|
2337
|
+
if (key === "default" || key === "__esModule") return;
|
|
2338
|
+
if (key in exports && exports[key] === _SearchContainer[key]) return;
|
|
2339
|
+
Object.defineProperty(exports, key, {
|
|
2340
|
+
enumerable: true,
|
|
2341
|
+
get: function get() {
|
|
2342
|
+
return _SearchContainer[key];
|
|
2343
|
+
}
|
|
2344
|
+
});
|
|
2345
|
+
});
|
|
2346
|
+
|
|
2347
|
+
var _ResultsHeading = require("@digigov/react-core/ResultsHeading");
|
|
2348
|
+
|
|
2349
|
+
Object.keys(_ResultsHeading).forEach(function (key) {
|
|
2350
|
+
if (key === "default" || key === "__esModule") return;
|
|
2351
|
+
if (key in exports && exports[key] === _ResultsHeading[key]) return;
|
|
2352
|
+
Object.defineProperty(exports, key, {
|
|
2353
|
+
enumerable: true,
|
|
2354
|
+
get: function get() {
|
|
2355
|
+
return _ResultsHeading[key];
|
|
2356
|
+
}
|
|
2357
|
+
});
|
|
2358
|
+
});
|
|
2359
|
+
|
|
2360
|
+
var _ResultsHeadingActions = require("@digigov/react-core/ResultsHeadingActions");
|
|
2361
|
+
|
|
2362
|
+
Object.keys(_ResultsHeadingActions).forEach(function (key) {
|
|
2363
|
+
if (key === "default" || key === "__esModule") return;
|
|
2364
|
+
if (key in exports && exports[key] === _ResultsHeadingActions[key]) return;
|
|
2365
|
+
Object.defineProperty(exports, key, {
|
|
2366
|
+
enumerable: true,
|
|
2367
|
+
get: function get() {
|
|
2368
|
+
return _ResultsHeadingActions[key];
|
|
2369
|
+
}
|
|
2370
|
+
});
|
|
2371
|
+
});
|
|
2372
|
+
|
|
2373
|
+
var _ResultsActionBar = require("@digigov/react-core/ResultsActionBar");
|
|
2374
|
+
|
|
2375
|
+
Object.keys(_ResultsActionBar).forEach(function (key) {
|
|
2376
|
+
if (key === "default" || key === "__esModule") return;
|
|
2377
|
+
if (key in exports && exports[key] === _ResultsActionBar[key]) return;
|
|
2378
|
+
Object.defineProperty(exports, key, {
|
|
2379
|
+
enumerable: true,
|
|
2380
|
+
get: function get() {
|
|
2381
|
+
return _ResultsActionBar[key];
|
|
2382
|
+
}
|
|
2383
|
+
});
|
|
2384
|
+
});
|
|
2385
|
+
|
|
2386
|
+
var _AdminHeader = require("@digigov/react-core/AdminHeader");
|
|
2387
|
+
|
|
2388
|
+
Object.keys(_AdminHeader).forEach(function (key) {
|
|
2389
|
+
if (key === "default" || key === "__esModule") return;
|
|
2390
|
+
if (key in exports && exports[key] === _AdminHeader[key]) return;
|
|
2391
|
+
Object.defineProperty(exports, key, {
|
|
2392
|
+
enumerable: true,
|
|
2393
|
+
get: function get() {
|
|
2394
|
+
return _AdminHeader[key];
|
|
2395
|
+
}
|
|
2396
|
+
});
|
|
2397
|
+
});
|
|
2398
|
+
|
|
2399
|
+
var _AdminHeaderContent = require("@digigov/react-core/AdminHeaderContent");
|
|
2400
|
+
|
|
2401
|
+
Object.keys(_AdminHeaderContent).forEach(function (key) {
|
|
2402
|
+
if (key === "default" || key === "__esModule") return;
|
|
2403
|
+
if (key in exports && exports[key] === _AdminHeaderContent[key]) return;
|
|
2404
|
+
Object.defineProperty(exports, key, {
|
|
2405
|
+
enumerable: true,
|
|
2406
|
+
get: function get() {
|
|
2407
|
+
return _AdminHeaderContent[key];
|
|
2408
|
+
}
|
|
2409
|
+
});
|
|
2410
|
+
});
|
|
2411
|
+
|
|
2412
|
+
var _ModalContainer = require("@digigov/react-core/ModalContainer");
|
|
2413
|
+
|
|
2414
|
+
Object.keys(_ModalContainer).forEach(function (key) {
|
|
2415
|
+
if (key === "default" || key === "__esModule") return;
|
|
2416
|
+
if (key in exports && exports[key] === _ModalContainer[key]) return;
|
|
2417
|
+
Object.defineProperty(exports, key, {
|
|
2418
|
+
enumerable: true,
|
|
2419
|
+
get: function get() {
|
|
2420
|
+
return _ModalContainer[key];
|
|
2421
|
+
}
|
|
2422
|
+
});
|
|
2423
|
+
});
|
|
2424
|
+
|
|
2425
|
+
var _ModalHeading = require("@digigov/react-core/ModalHeading");
|
|
2426
|
+
|
|
2427
|
+
Object.keys(_ModalHeading).forEach(function (key) {
|
|
2428
|
+
if (key === "default" || key === "__esModule") return;
|
|
2429
|
+
if (key in exports && exports[key] === _ModalHeading[key]) return;
|
|
2430
|
+
Object.defineProperty(exports, key, {
|
|
2431
|
+
enumerable: true,
|
|
2432
|
+
get: function get() {
|
|
2433
|
+
return _ModalHeading[key];
|
|
2434
|
+
}
|
|
2435
|
+
});
|
|
2436
|
+
});
|
|
2437
|
+
|
|
2438
|
+
var _ModalContent = require("@digigov/react-core/ModalContent");
|
|
2439
|
+
|
|
2440
|
+
Object.keys(_ModalContent).forEach(function (key) {
|
|
2441
|
+
if (key === "default" || key === "__esModule") return;
|
|
2442
|
+
if (key in exports && exports[key] === _ModalContent[key]) return;
|
|
2443
|
+
Object.defineProperty(exports, key, {
|
|
2444
|
+
enumerable: true,
|
|
2445
|
+
get: function get() {
|
|
2446
|
+
return _ModalContent[key];
|
|
2447
|
+
}
|
|
2448
|
+
});
|
|
2449
|
+
});
|
|
2450
|
+
|
|
2451
|
+
var _ModalAction = require("@digigov/react-core/ModalAction");
|
|
2452
|
+
|
|
2453
|
+
Object.keys(_ModalAction).forEach(function (key) {
|
|
2454
|
+
if (key === "default" || key === "__esModule") return;
|
|
2455
|
+
if (key in exports && exports[key] === _ModalAction[key]) return;
|
|
2456
|
+
Object.defineProperty(exports, key, {
|
|
2457
|
+
enumerable: true,
|
|
2458
|
+
get: function get() {
|
|
2459
|
+
return _ModalAction[key];
|
|
2460
|
+
}
|
|
2461
|
+
});
|
|
2462
|
+
});
|
|
2463
|
+
|
|
2464
|
+
var _Pagination = require("@digigov/react-core/Pagination");
|
|
2465
|
+
|
|
2466
|
+
Object.keys(_Pagination).forEach(function (key) {
|
|
2467
|
+
if (key === "default" || key === "__esModule") return;
|
|
2468
|
+
if (key in exports && exports[key] === _Pagination[key]) return;
|
|
2469
|
+
Object.defineProperty(exports, key, {
|
|
2470
|
+
enumerable: true,
|
|
2471
|
+
get: function get() {
|
|
2472
|
+
return _Pagination[key];
|
|
2473
|
+
}
|
|
2474
|
+
});
|
|
2475
|
+
});
|
|
2476
|
+
|
|
2477
|
+
var _PaginationList = require("@digigov/react-core/PaginationList");
|
|
2478
|
+
|
|
2479
|
+
Object.keys(_PaginationList).forEach(function (key) {
|
|
2480
|
+
if (key === "default" || key === "__esModule") return;
|
|
2481
|
+
if (key in exports && exports[key] === _PaginationList[key]) return;
|
|
2482
|
+
Object.defineProperty(exports, key, {
|
|
2483
|
+
enumerable: true,
|
|
2484
|
+
get: function get() {
|
|
2485
|
+
return _PaginationList[key];
|
|
2486
|
+
}
|
|
2487
|
+
});
|
|
2488
|
+
});
|
|
2489
|
+
|
|
2490
|
+
var _PaginationListItem = require("@digigov/react-core/PaginationListItem");
|
|
2491
|
+
|
|
2492
|
+
Object.keys(_PaginationListItem).forEach(function (key) {
|
|
2493
|
+
if (key === "default" || key === "__esModule") return;
|
|
2494
|
+
if (key in exports && exports[key] === _PaginationListItem[key]) return;
|
|
2495
|
+
Object.defineProperty(exports, key, {
|
|
2496
|
+
enumerable: true,
|
|
2497
|
+
get: function get() {
|
|
2498
|
+
return _PaginationListItem[key];
|
|
2499
|
+
}
|
|
2500
|
+
});
|
|
2501
|
+
});
|
|
2502
|
+
|
|
2503
|
+
var _PaginationLabelContainer = require("@digigov/react-core/PaginationLabelContainer");
|
|
2504
|
+
|
|
2505
|
+
Object.keys(_PaginationLabelContainer).forEach(function (key) {
|
|
2506
|
+
if (key === "default" || key === "__esModule") return;
|
|
2507
|
+
if (key in exports && exports[key] === _PaginationLabelContainer[key]) return;
|
|
2508
|
+
Object.defineProperty(exports, key, {
|
|
2509
|
+
enumerable: true,
|
|
2510
|
+
get: function get() {
|
|
2511
|
+
return _PaginationLabelContainer[key];
|
|
2512
|
+
}
|
|
2513
|
+
});
|
|
2514
|
+
});
|
|
2515
|
+
|
|
2516
|
+
var _LoaderContainer = require("@digigov/react-core/LoaderContainer");
|
|
2517
|
+
|
|
2518
|
+
Object.keys(_LoaderContainer).forEach(function (key) {
|
|
2519
|
+
if (key === "default" || key === "__esModule") return;
|
|
2520
|
+
if (key in exports && exports[key] === _LoaderContainer[key]) return;
|
|
2521
|
+
Object.defineProperty(exports, key, {
|
|
2522
|
+
enumerable: true,
|
|
2523
|
+
get: function get() {
|
|
2524
|
+
return _LoaderContainer[key];
|
|
2525
|
+
}
|
|
2526
|
+
});
|
|
2527
|
+
});
|
|
2528
|
+
|
|
2529
|
+
var _CircularProgress = require("@digigov/react-core/CircularProgress");
|
|
2530
|
+
|
|
2531
|
+
Object.keys(_CircularProgress).forEach(function (key) {
|
|
2532
|
+
if (key === "default" || key === "__esModule") return;
|
|
2533
|
+
if (key in exports && exports[key] === _CircularProgress[key]) return;
|
|
2534
|
+
Object.defineProperty(exports, key, {
|
|
2535
|
+
enumerable: true,
|
|
2536
|
+
get: function get() {
|
|
2537
|
+
return _CircularProgress[key];
|
|
2538
|
+
}
|
|
2539
|
+
});
|
|
2540
|
+
});
|
|
2541
|
+
|
|
2542
|
+
var _FullPageBackground = require("@digigov/react-core/FullPageBackground");
|
|
2543
|
+
|
|
2544
|
+
Object.keys(_FullPageBackground).forEach(function (key) {
|
|
2545
|
+
if (key === "default" || key === "__esModule") return;
|
|
2546
|
+
if (key in exports && exports[key] === _FullPageBackground[key]) return;
|
|
2547
|
+
Object.defineProperty(exports, key, {
|
|
2548
|
+
enumerable: true,
|
|
2549
|
+
get: function get() {
|
|
2550
|
+
return _FullPageBackground[key];
|
|
2551
|
+
}
|
|
2552
|
+
});
|
|
2553
|
+
});
|
|
2554
|
+
|
|
2555
|
+
var _StepNavCircleNumber = require("@digigov/react-core/StepNavCircleNumber");
|
|
2556
|
+
|
|
2557
|
+
Object.keys(_StepNavCircleNumber).forEach(function (key) {
|
|
2558
|
+
if (key === "default" || key === "__esModule") return;
|
|
2559
|
+
if (key in exports && exports[key] === _StepNavCircleNumber[key]) return;
|
|
2560
|
+
Object.defineProperty(exports, key, {
|
|
2561
|
+
enumerable: true,
|
|
2562
|
+
get: function get() {
|
|
2563
|
+
return _StepNavCircleNumber[key];
|
|
2564
|
+
}
|
|
2565
|
+
});
|
|
2566
|
+
});
|
|
2567
|
+
|
|
2568
|
+
var _StepNav = require("@digigov/react-core/StepNav");
|
|
2569
|
+
|
|
2570
|
+
Object.keys(_StepNav).forEach(function (key) {
|
|
2571
|
+
if (key === "default" || key === "__esModule") return;
|
|
2572
|
+
if (key in exports && exports[key] === _StepNav[key]) return;
|
|
2573
|
+
Object.defineProperty(exports, key, {
|
|
2574
|
+
enumerable: true,
|
|
2575
|
+
get: function get() {
|
|
2576
|
+
return _StepNav[key];
|
|
2577
|
+
}
|
|
2578
|
+
});
|
|
2579
|
+
});
|
|
2580
|
+
|
|
2581
|
+
var _StepNavAccordion = require("@digigov/react-core/StepNavAccordion");
|
|
2582
|
+
|
|
2583
|
+
Object.keys(_StepNavAccordion).forEach(function (key) {
|
|
2584
|
+
if (key === "default" || key === "__esModule") return;
|
|
2585
|
+
if (key in exports && exports[key] === _StepNavAccordion[key]) return;
|
|
2586
|
+
Object.defineProperty(exports, key, {
|
|
2587
|
+
enumerable: true,
|
|
2588
|
+
get: function get() {
|
|
2589
|
+
return _StepNavAccordion[key];
|
|
2590
|
+
}
|
|
2591
|
+
});
|
|
2592
|
+
});
|
|
2593
|
+
|
|
2594
|
+
var _StepNavAccordionContent = require("@digigov/react-core/StepNavAccordionContent");
|
|
2595
|
+
|
|
2596
|
+
Object.keys(_StepNavAccordionContent).forEach(function (key) {
|
|
2597
|
+
if (key === "default" || key === "__esModule") return;
|
|
2598
|
+
if (key in exports && exports[key] === _StepNavAccordionContent[key]) return;
|
|
2599
|
+
Object.defineProperty(exports, key, {
|
|
2600
|
+
enumerable: true,
|
|
2601
|
+
get: function get() {
|
|
2602
|
+
return _StepNavAccordionContent[key];
|
|
2603
|
+
}
|
|
2604
|
+
});
|
|
2605
|
+
});
|
|
2606
|
+
|
|
2607
|
+
var _StepNavAccordionSummary = require("@digigov/react-core/StepNavAccordionSummary");
|
|
2608
|
+
|
|
2609
|
+
Object.keys(_StepNavAccordionSummary).forEach(function (key) {
|
|
2610
|
+
if (key === "default" || key === "__esModule") return;
|
|
2611
|
+
if (key in exports && exports[key] === _StepNavAccordionSummary[key]) return;
|
|
2612
|
+
Object.defineProperty(exports, key, {
|
|
2613
|
+
enumerable: true,
|
|
2614
|
+
get: function get() {
|
|
2615
|
+
return _StepNavAccordionSummary[key];
|
|
2616
|
+
}
|
|
2617
|
+
});
|
|
2618
|
+
});
|
|
2619
|
+
|
|
2620
|
+
var _StepNavAccordionSummaryHeading = require("@digigov/react-core/StepNavAccordionSummaryHeading");
|
|
2621
|
+
|
|
2622
|
+
Object.keys(_StepNavAccordionSummaryHeading).forEach(function (key) {
|
|
2623
|
+
if (key === "default" || key === "__esModule") return;
|
|
2624
|
+
if (key in exports && exports[key] === _StepNavAccordionSummaryHeading[key]) return;
|
|
2625
|
+
Object.defineProperty(exports, key, {
|
|
2626
|
+
enumerable: true,
|
|
2627
|
+
get: function get() {
|
|
2628
|
+
return _StepNavAccordionSummaryHeading[key];
|
|
2629
|
+
}
|
|
2630
|
+
});
|
|
2631
|
+
});
|
|
2632
|
+
|
|
2633
|
+
var _StepNavAccordionHeadingTitle = require("@digigov/react-core/StepNavAccordionHeadingTitle");
|
|
2634
|
+
|
|
2635
|
+
Object.keys(_StepNavAccordionHeadingTitle).forEach(function (key) {
|
|
2636
|
+
if (key === "default" || key === "__esModule") return;
|
|
2637
|
+
if (key in exports && exports[key] === _StepNavAccordionHeadingTitle[key]) return;
|
|
2638
|
+
Object.defineProperty(exports, key, {
|
|
2639
|
+
enumerable: true,
|
|
2640
|
+
get: function get() {
|
|
2641
|
+
return _StepNavAccordionHeadingTitle[key];
|
|
2642
|
+
}
|
|
2643
|
+
});
|
|
2644
|
+
});
|
|
2645
|
+
|
|
2646
|
+
var _StepNavAccordionHeadingText = require("@digigov/react-core/StepNavAccordionHeadingText");
|
|
2647
|
+
|
|
2648
|
+
Object.keys(_StepNavAccordionHeadingText).forEach(function (key) {
|
|
2649
|
+
if (key === "default" || key === "__esModule") return;
|
|
2650
|
+
if (key in exports && exports[key] === _StepNavAccordionHeadingText[key]) return;
|
|
2651
|
+
Object.defineProperty(exports, key, {
|
|
2652
|
+
enumerable: true,
|
|
2653
|
+
get: function get() {
|
|
2654
|
+
return _StepNavAccordionHeadingText[key];
|
|
2655
|
+
}
|
|
2656
|
+
});
|
|
2657
|
+
});
|
|
2658
|
+
|
|
2659
|
+
var _StepNavControls = require("@digigov/react-core/StepNavControls");
|
|
2660
|
+
|
|
2661
|
+
Object.keys(_StepNavControls).forEach(function (key) {
|
|
2662
|
+
if (key === "default" || key === "__esModule") return;
|
|
2663
|
+
if (key in exports && exports[key] === _StepNavControls[key]) return;
|
|
2664
|
+
Object.defineProperty(exports, key, {
|
|
2665
|
+
enumerable: true,
|
|
2666
|
+
get: function get() {
|
|
2667
|
+
return _StepNavControls[key];
|
|
2668
|
+
}
|
|
2669
|
+
});
|
|
2670
|
+
});
|
|
2671
|
+
|
|
2672
|
+
var _StepNavList = require("@digigov/react-core/StepNavList");
|
|
2673
|
+
|
|
2674
|
+
Object.keys(_StepNavList).forEach(function (key) {
|
|
2675
|
+
if (key === "default" || key === "__esModule") return;
|
|
2676
|
+
if (key in exports && exports[key] === _StepNavList[key]) return;
|
|
2677
|
+
Object.defineProperty(exports, key, {
|
|
2678
|
+
enumerable: true,
|
|
2679
|
+
get: function get() {
|
|
2680
|
+
return _StepNavList[key];
|
|
2681
|
+
}
|
|
2682
|
+
});
|
|
2683
|
+
});
|
|
2684
|
+
|
|
2685
|
+
var _StepNavListItem = require("@digigov/react-core/StepNavListItem");
|
|
2686
|
+
|
|
2687
|
+
Object.keys(_StepNavListItem).forEach(function (key) {
|
|
2688
|
+
if (key === "default" || key === "__esModule") return;
|
|
2689
|
+
if (key in exports && exports[key] === _StepNavListItem[key]) return;
|
|
2690
|
+
Object.defineProperty(exports, key, {
|
|
2691
|
+
enumerable: true,
|
|
2692
|
+
get: function get() {
|
|
2693
|
+
return _StepNavListItem[key];
|
|
2694
|
+
}
|
|
2695
|
+
});
|
|
2696
|
+
});
|
|
2697
|
+
|
|
2698
|
+
var _TableLoaderBackground = require("@digigov/react-core/TableLoaderBackground");
|
|
2699
|
+
|
|
2700
|
+
Object.keys(_TableLoaderBackground).forEach(function (key) {
|
|
2701
|
+
if (key === "default" || key === "__esModule") return;
|
|
2702
|
+
if (key in exports && exports[key] === _TableLoaderBackground[key]) return;
|
|
2703
|
+
Object.defineProperty(exports, key, {
|
|
2704
|
+
enumerable: true,
|
|
2705
|
+
get: function get() {
|
|
2706
|
+
return _TableLoaderBackground[key];
|
|
2707
|
+
}
|
|
2708
|
+
});
|
|
2709
|
+
});
|
|
2710
|
+
|
|
2711
|
+
var _LabeledText = require("@digigov/react-core/LabeledText");
|
|
2712
|
+
|
|
2713
|
+
Object.keys(_LabeledText).forEach(function (key) {
|
|
2714
|
+
if (key === "default" || key === "__esModule") return;
|
|
2715
|
+
if (key in exports && exports[key] === _LabeledText[key]) return;
|
|
2716
|
+
Object.defineProperty(exports, key, {
|
|
2717
|
+
enumerable: true,
|
|
2718
|
+
get: function get() {
|
|
2719
|
+
return _LabeledText[key];
|
|
2720
|
+
}
|
|
2721
|
+
});
|
|
2722
|
+
});
|
|
2723
|
+
|
|
2724
|
+
var _Timeline = require("@digigov/react-core/Timeline");
|
|
2725
|
+
|
|
2726
|
+
Object.keys(_Timeline).forEach(function (key) {
|
|
2727
|
+
if (key === "default" || key === "__esModule") return;
|
|
2728
|
+
if (key in exports && exports[key] === _Timeline[key]) return;
|
|
2729
|
+
Object.defineProperty(exports, key, {
|
|
2730
|
+
enumerable: true,
|
|
2731
|
+
get: function get() {
|
|
2732
|
+
return _Timeline[key];
|
|
2733
|
+
}
|
|
2734
|
+
});
|
|
2735
|
+
});
|
|
2736
|
+
|
|
2737
|
+
var _TimelineActions = require("@digigov/react-core/TimelineActions");
|
|
2738
|
+
|
|
2739
|
+
Object.keys(_TimelineActions).forEach(function (key) {
|
|
2740
|
+
if (key === "default" || key === "__esModule") return;
|
|
2741
|
+
if (key in exports && exports[key] === _TimelineActions[key]) return;
|
|
2742
|
+
Object.defineProperty(exports, key, {
|
|
2743
|
+
enumerable: true,
|
|
2744
|
+
get: function get() {
|
|
2745
|
+
return _TimelineActions[key];
|
|
2746
|
+
}
|
|
2747
|
+
});
|
|
2748
|
+
});
|
|
2749
|
+
|
|
2750
|
+
var _TimelineContent = require("@digigov/react-core/TimelineContent");
|
|
2751
|
+
|
|
2752
|
+
Object.keys(_TimelineContent).forEach(function (key) {
|
|
2753
|
+
if (key === "default" || key === "__esModule") return;
|
|
2754
|
+
if (key in exports && exports[key] === _TimelineContent[key]) return;
|
|
2755
|
+
Object.defineProperty(exports, key, {
|
|
2756
|
+
enumerable: true,
|
|
2757
|
+
get: function get() {
|
|
2758
|
+
return _TimelineContent[key];
|
|
2759
|
+
}
|
|
2760
|
+
});
|
|
2761
|
+
});
|
|
2762
|
+
|
|
2763
|
+
var _TimelineHeading = require("@digigov/react-core/TimelineHeading");
|
|
2764
|
+
|
|
2765
|
+
Object.keys(_TimelineHeading).forEach(function (key) {
|
|
2766
|
+
if (key === "default" || key === "__esModule") return;
|
|
2767
|
+
if (key in exports && exports[key] === _TimelineHeading[key]) return;
|
|
2768
|
+
Object.defineProperty(exports, key, {
|
|
2769
|
+
enumerable: true,
|
|
2770
|
+
get: function get() {
|
|
2771
|
+
return _TimelineHeading[key];
|
|
2772
|
+
}
|
|
2773
|
+
});
|
|
2774
|
+
});
|
|
2775
|
+
|
|
2776
|
+
var _TimelineItem = require("@digigov/react-core/TimelineItem");
|
|
2777
|
+
|
|
2778
|
+
Object.keys(_TimelineItem).forEach(function (key) {
|
|
2779
|
+
if (key === "default" || key === "__esModule") return;
|
|
2780
|
+
if (key in exports && exports[key] === _TimelineItem[key]) return;
|
|
2781
|
+
Object.defineProperty(exports, key, {
|
|
2782
|
+
enumerable: true,
|
|
2783
|
+
get: function get() {
|
|
2784
|
+
return _TimelineItem[key];
|
|
2785
|
+
}
|
|
2786
|
+
});
|
|
2787
|
+
});
|
|
2788
|
+
|
|
2789
|
+
var _TaskList = require("@digigov/react-core/TaskList");
|
|
2790
|
+
|
|
2791
|
+
Object.keys(_TaskList).forEach(function (key) {
|
|
2792
|
+
if (key === "default" || key === "__esModule") return;
|
|
2793
|
+
if (key in exports && exports[key] === _TaskList[key]) return;
|
|
2794
|
+
Object.defineProperty(exports, key, {
|
|
2795
|
+
enumerable: true,
|
|
2796
|
+
get: function get() {
|
|
2797
|
+
return _TaskList[key];
|
|
2798
|
+
}
|
|
2799
|
+
});
|
|
2800
|
+
});
|
|
2801
|
+
|
|
2802
|
+
var _TaskListItem = require("@digigov/react-core/TaskListItem");
|
|
2803
|
+
|
|
2804
|
+
Object.keys(_TaskListItem).forEach(function (key) {
|
|
2805
|
+
if (key === "default" || key === "__esModule") return;
|
|
2806
|
+
if (key in exports && exports[key] === _TaskListItem[key]) return;
|
|
2807
|
+
Object.defineProperty(exports, key, {
|
|
2808
|
+
enumerable: true,
|
|
2809
|
+
get: function get() {
|
|
2810
|
+
return _TaskListItem[key];
|
|
2811
|
+
}
|
|
2812
|
+
});
|
|
2813
|
+
});
|
|
2814
|
+
|
|
2815
|
+
var _TaskListItemContent = require("@digigov/react-core/TaskListItemContent");
|
|
2816
|
+
|
|
2817
|
+
Object.keys(_TaskListItemContent).forEach(function (key) {
|
|
2818
|
+
if (key === "default" || key === "__esModule") return;
|
|
2819
|
+
if (key in exports && exports[key] === _TaskListItemContent[key]) return;
|
|
2820
|
+
Object.defineProperty(exports, key, {
|
|
2821
|
+
enumerable: true,
|
|
2822
|
+
get: function get() {
|
|
2823
|
+
return _TaskListItemContent[key];
|
|
2824
|
+
}
|
|
2825
|
+
});
|
|
2826
|
+
});
|
|
2827
|
+
|
|
2828
|
+
var _TaskListItemHeading = require("@digigov/react-core/TaskListItemHeading");
|
|
2829
|
+
|
|
2830
|
+
Object.keys(_TaskListItemHeading).forEach(function (key) {
|
|
2831
|
+
if (key === "default" || key === "__esModule") return;
|
|
2832
|
+
if (key in exports && exports[key] === _TaskListItemHeading[key]) return;
|
|
2833
|
+
Object.defineProperty(exports, key, {
|
|
2834
|
+
enumerable: true,
|
|
2835
|
+
get: function get() {
|
|
2836
|
+
return _TaskListItemHeading[key];
|
|
2837
|
+
}
|
|
2838
|
+
});
|
|
2839
|
+
});
|
|
2840
|
+
|
|
2841
|
+
var _TaskListItemTag = require("@digigov/react-core/TaskListItemTag");
|
|
2842
|
+
|
|
2843
|
+
Object.keys(_TaskListItemTag).forEach(function (key) {
|
|
2844
|
+
if (key === "default" || key === "__esModule") return;
|
|
2845
|
+
if (key in exports && exports[key] === _TaskListItemTag[key]) return;
|
|
2846
|
+
Object.defineProperty(exports, key, {
|
|
2847
|
+
enumerable: true,
|
|
2848
|
+
get: function get() {
|
|
2849
|
+
return _TaskListItemTag[key];
|
|
2850
|
+
}
|
|
2851
|
+
});
|
|
2007
2852
|
});
|