@digigov/react-core 2.0.0-rc.8 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Accordion/index.d.ts +2 -28
- package/Accordion/index.js +3 -26
- package/Accordion/index.native.d.ts +2 -0
- package/Accordion/index.native.js +15 -0
- package/Accordion/index.web.d.ts +28 -0
- package/Accordion/index.web.js +20 -0
- package/AccordionControls/index.d.ts +2 -2
- package/AccordionControls/index.js +14 -19
- package/AccordionSection/index.d.ts +2 -11
- package/AccordionSection/index.js +3 -22
- package/AccordionSection/index.native.d.ts +2 -0
- package/AccordionSection/index.native.js +12 -0
- package/AccordionSection/index.web.d.ts +10 -0
- package/AccordionSection/index.web.js +15 -0
- package/AccordionSectionContent/index.d.ts +2 -2
- package/AccordionSectionContent/index.js +14 -20
- package/AccordionSectionSummary/index.d.ts +2 -2
- package/AccordionSectionSummary/index.js +16 -21
- package/AccordionSectionSummaryHeading/index.d.ts +3 -2
- package/AccordionSectionSummaryHeading/index.js +21 -23
- package/AdminAside/index.d.ts +3 -3
- package/AdminAside/index.js +15 -24
- package/AdminContainer/index.d.ts +2 -2
- package/AdminContainer/index.js +15 -22
- package/AdminHeader/index.d.ts +4 -4
- package/AdminHeader/index.js +14 -22
- package/AdminHeaderContent/index.d.ts +3 -3
- package/AdminHeaderContent/index.js +13 -19
- package/AdminLayout/index.d.ts +3 -8
- package/AdminLayout/index.js +14 -20
- package/AdminMain/index.d.ts +3 -3
- package/AdminMain/index.js +14 -25
- package/AdminTopSection/index.d.ts +2 -2
- package/AdminTopSection/index.js +16 -23
- package/Aside/index.d.ts +2 -2
- package/Aside/index.js +20 -27
- package/AutoCompleteAssistiveHint/index.d.ts +2 -2
- package/AutoCompleteAssistiveHint/index.js +14 -21
- package/AutoCompleteContainer/index.d.ts +2 -2
- package/AutoCompleteContainer/index.js +20 -21
- package/AutoCompleteInputBase/index.d.ts +17 -0
- package/AutoCompleteInputBase/index.js +18 -0
- package/AutoCompleteMultipleInput/index.d.ts +2 -2
- package/AutoCompleteMultipleInput/index.js +15 -20
- package/AutoCompleteMultipleInputContainer/index.d.ts +2 -2
- package/AutoCompleteMultipleInputContainer/index.js +16 -23
- package/AutoCompleteResultList/index.d.ts +2 -2
- package/AutoCompleteResultList/index.js +15 -22
- package/AutoCompleteResultListItem/index.d.ts +2 -2
- package/AutoCompleteResultListItem/index.js +18 -27
- package/AutoCompleteStatus/index.d.ts +2 -2
- package/AutoCompleteStatus/index.js +17 -23
- package/AutoCompleteStatusContainer/index.d.ts +2 -2
- package/AutoCompleteStatusContainer/index.js +14 -20
- package/BackLinkBase/index.d.ts +9 -0
- package/BackLinkBase/index.js +22 -0
- package/BackToTopContainer/index.d.ts +2 -2
- package/BackToTopContainer/index.js +19 -22
- package/BackToTopLimit/index.d.ts +2 -2
- package/BackToTopLimit/index.js +12 -19
- package/BackToTopLink/index.d.ts +2 -2
- package/BackToTopLink/index.js +20 -28
- package/BannerContainer/index.d.ts +2 -2
- package/BannerContainer/index.js +14 -16
- package/Base/compat/Input/CheckboxInput.native.d.ts +4 -0
- package/Base/compat/Input/CheckboxInput.native.js +24 -0
- package/Base/compat/Input/RadioInput.native.d.ts +4 -0
- package/Base/compat/Input/RadioInput.native.js +24 -0
- package/Base/compat/Input/StringInput.native.d.ts +7 -0
- package/Base/compat/Input/StringInput.native.js +79 -0
- package/Base/compat/Input/index.native.d.ts +7 -0
- package/Base/compat/Input/index.native.js +25 -0
- package/Base/compat/button.native.d.ts +5 -0
- package/Base/compat/button.native.js +36 -0
- package/Base/compat/details.native.d.ts +9 -0
- package/Base/compat/details.native.js +29 -0
- package/Base/compat/li.native.d.ts +4 -0
- package/Base/compat/li.native.js +4 -0
- package/Base/compat/ol.native.d.ts +6 -0
- package/Base/compat/ol.native.js +24 -0
- package/Base/index.d.ts +2 -95
- package/Base/index.js +3 -69
- package/Base/index.native.d.ts +7 -0
- package/Base/index.native.js +111 -0
- package/Base/index.web.d.ts +104 -0
- package/Base/index.web.js +53 -0
- package/Base/mapping.native.d.ts +6 -0
- package/Base/mapping.native.js +36 -0
- package/Base/utils.d.ts +40 -0
- package/Base/utils.js +46 -0
- package/Base/wrap.native.d.ts +2 -0
- package/Base/wrap.native.js +67 -0
- package/Blockquote/index.d.ts +2 -2
- package/Blockquote/index.js +15 -20
- package/Bottom/index.d.ts +2 -2
- package/Bottom/index.js +14 -19
- package/BottomInfo/index.d.ts +2 -2
- package/BottomInfo/index.js +13 -18
- package/BottomInfoContainer/index.d.ts +2 -2
- package/BottomInfoContainer/index.js +13 -18
- package/BottomInfoContent/index.d.ts +2 -2
- package/BottomInfoContent/index.js +15 -23
- package/Breadcrumbs/index.d.ts +2 -2
- package/Breadcrumbs/index.js +15 -20
- package/BreadcrumbsList/index.d.ts +2 -2
- package/BreadcrumbsList/index.js +14 -19
- package/BreadcrumbsListItemLinkBase/index.d.ts +14 -0
- package/BreadcrumbsListItemLinkBase/index.js +15 -0
- package/BreadcrumbsListItemWrapper/index.d.ts +10 -0
- package/BreadcrumbsListItemWrapper/index.js +15 -0
- package/Button/index.d.ts +2 -2
- package/Button/index.js +24 -29
- package/ButtonGroup/index.d.ts +2 -2
- package/ButtonGroup/index.js +14 -19
- package/ButtonLinkBase/index.d.ts +28 -0
- package/ButtonLinkBase/index.js +19 -0
- package/CHANGELOG.md +102 -2
- package/CallToActionBase/index.d.ts +9 -0
- package/CallToActionBase/index.js +18 -0
- package/Card/index.d.ts +2 -2
- package/Card/index.js +27 -28
- package/CardAction/index.d.ts +2 -2
- package/CardAction/index.js +14 -21
- package/CardContent/index.d.ts +2 -2
- package/CardContent/index.js +14 -20
- package/CardHeading/index.d.ts +2 -2
- package/CardHeading/index.js +16 -22
- package/Checkbox/index.d.ts +2 -2
- package/Checkbox/index.js +16 -23
- package/CheckboxConditional/index.d.ts +2 -2
- package/CheckboxConditional/index.js +16 -23
- package/CheckboxItem/index.d.ts +2 -2
- package/CheckboxItem/index.js +26 -35
- package/CheckboxItemInput/index.d.ts +2 -0
- package/CheckboxItemInput/index.js +3 -0
- package/CheckboxItemInput/index.web.d.ts +10 -0
- package/CheckboxItemInput/index.web.js +19 -0
- package/Chip/index.d.ts +2 -2
- package/Chip/index.js +27 -34
- package/ChipContainer/index.d.ts +2 -2
- package/ChipContainer/index.js +15 -20
- package/ChipHeading/index.d.ts +2 -2
- package/ChipHeading/index.js +11 -18
- package/ChipKeyValue/index.d.ts +2 -2
- package/ChipKeyValue/index.js +14 -20
- package/ChoiceDividerText/index.d.ts +2 -2
- package/ChoiceDividerText/index.js +14 -20
- package/CircularProgressBase/index.d.ts +27 -0
- package/CircularProgressBase/index.js +28 -0
- package/CloseButton/index.d.ts +2 -2
- package/CloseButton/index.js +15 -22
- package/Code/index.d.ts +2 -2
- package/Code/index.js +18 -22
- package/CodeBlockContainer/index.d.ts +10 -0
- package/CodeBlockContainer/index.js +15 -0
- package/CodeBlockContent/index.d.ts +10 -0
- package/CodeBlockContent/index.js +18 -0
- package/CodeBlockHeader/index.d.ts +19 -0
- package/CodeBlockHeader/index.js +16 -0
- package/Container/index.d.ts +2 -2
- package/Container/index.js +18 -26
- package/CopyToClipboardContainer/index.d.ts +2 -31
- package/CopyToClipboardContainer/index.js +3 -28
- package/CopyToClipboardContainer/index.web.d.ts +31 -0
- package/CopyToClipboardContainer/index.web.js +25 -0
- package/CopyToClipboardMessage/index.d.ts +2 -18
- package/CopyToClipboardMessage/index.js +3 -22
- package/CopyToClipboardMessage/index.native.d.ts +4 -0
- package/CopyToClipboardMessage/index.native.js +12 -0
- package/CopyToClipboardMessage/index.web.d.ts +18 -0
- package/CopyToClipboardMessage/index.web.js +16 -0
- package/CopyrightContainer/index.d.ts +2 -2
- package/CopyrightContainer/index.js +14 -20
- package/DateInputContainer/index.d.ts +2 -2
- package/DateInputContainer/index.js +15 -23
- package/DateInputItem/index.d.ts +2 -26
- package/DateInputItem/index.js +3 -34
- package/DateInputItem/index.native.d.ts +2 -0
- package/DateInputItem/index.native.js +8 -0
- package/DateInputItem/index.web.d.ts +26 -0
- package/DateInputItem/index.web.js +26 -0
- package/Details/index.d.ts +2 -10
- package/Details/index.js +3 -21
- package/Details/index.native.d.ts +2 -0
- package/Details/index.native.js +11 -0
- package/Details/index.web.d.ts +10 -0
- package/Details/index.web.js +15 -0
- package/DetailsContent/index.d.ts +3 -2
- package/DetailsContent/index.js +15 -20
- package/DetailsSummary/index.d.ts +2 -2
- package/DetailsSummary/index.js +15 -20
- package/Drawer/index.d.ts +9 -7
- package/Drawer/index.js +30 -26
- package/DrawerHeading/index.d.ts +2 -2
- package/DrawerHeading/index.js +18 -30
- package/DropdownBase/index.d.ts +2 -2
- package/DropdownBase/index.js +18 -25
- package/DropdownButton/index.d.ts +2 -2
- package/DropdownButton/index.js +25 -33
- package/DropdownContent/index.d.ts +2 -2
- package/DropdownContent/index.js +16 -22
- package/ErrorMessage/index.d.ts +2 -2
- package/ErrorMessage/index.js +14 -21
- package/ErrorSummary/index.d.ts +11 -2
- package/ErrorSummary/index.js +15 -21
- package/FieldContainer/index.d.ts +2 -2
- package/FieldContainer/index.js +19 -29
- package/Fieldset/index.d.ts +2 -2
- package/Fieldset/index.js +14 -20
- package/FieldsetLegend/index.d.ts +2 -2
- package/FieldsetLegend/index.js +19 -26
- package/FileUpload/index.d.ts +9 -2
- package/FileUpload/index.js +27 -32
- package/FileUploadContainer/index.d.ts +9 -2
- package/FileUploadContainer/index.js +15 -22
- package/FillableText/index.d.ts +2 -2
- package/FillableText/index.js +14 -20
- package/FilterContainer/index.d.ts +10 -8
- package/FilterContainer/index.js +29 -27
- package/FilterContent/index.d.ts +2 -2
- package/FilterContent/index.js +14 -19
- package/FilterHeadingContainer/index.d.ts +14 -2
- package/FilterHeadingContainer/index.js +19 -22
- package/FilterOptionsSection/index.d.ts +2 -2
- package/FilterOptionsSection/index.js +15 -20
- package/FilterSelectedHeading/index.d.ts +2 -2
- package/FilterSelectedHeading/index.js +14 -19
- package/FilterSelectedSection/index.d.ts +2 -2
- package/FilterSelectedSection/index.js +14 -19
- package/Footer/index.d.ts +2 -2
- package/Footer/index.js +14 -19
- package/FooterContainer/index.d.ts +2 -2
- package/FooterContainer/index.js +10 -16
- package/FooterContent/index.d.ts +2 -2
- package/FooterContent/index.js +14 -20
- package/FooterContentLogos/index.d.ts +2 -2
- package/FooterContentLogos/index.js +14 -21
- package/FooterHeading/index.d.ts +2 -2
- package/FooterHeading/index.js +15 -24
- package/FooterImage/index.d.ts +2 -2
- package/FooterImage/index.js +15 -25
- package/FooterInfo/index.d.ts +2 -2
- package/FooterInfo/index.js +14 -21
- package/FooterInfoSection/index.d.ts +2 -2
- package/FooterInfoSection/index.js +15 -20
- package/FooterLinkBase/index.d.ts +9 -0
- package/FooterLinkBase/index.js +15 -0
- package/FooterList/index.d.ts +2 -2
- package/FooterList/index.js +16 -23
- package/FooterListItem/index.d.ts +2 -2
- package/FooterListItem/index.js +14 -20
- package/FooterNavigation/index.d.ts +2 -2
- package/FooterNavigation/index.js +14 -21
- package/FooterNavigationSection/index.d.ts +2 -2
- package/FooterNavigationSection/index.js +14 -21
- package/Form/index.d.ts +2 -2
- package/Form/index.js +15 -22
- package/FullPageBackground/index.d.ts +2 -2
- package/FullPageBackground/index.js +14 -20
- package/GovGRLogoBase/govgr-logo-base64.js +2 -0
- package/GovGRLogoBase/govgr-logo-blue-base64.js +2 -0
- package/GovGRLogoBase/index.d.ts +9 -0
- package/GovGRLogoBase/index.js +30 -0
- package/Grid/index.d.ts +5 -11
- package/Grid/index.js +27 -31
- package/Header/index.d.ts +2 -2
- package/Header/index.js +16 -21
- package/HeaderContent/index.d.ts +2 -2
- package/HeaderContent/index.js +14 -19
- package/HeaderLogoBase/index.d.ts +19 -0
- package/HeaderLogoBase/index.js +22 -0
- package/HeaderNavMenuContent/index.d.ts +2 -2
- package/HeaderNavMenuContent/index.js +14 -21
- package/HeaderSecondaryLogoBase/index.d.ts +19 -0
- package/HeaderSecondaryLogoBase/index.js +22 -0
- package/HeaderSection/index.d.ts +2 -2
- package/HeaderSection/index.js +14 -19
- package/HeaderTitleBase/index.d.ts +9 -0
- package/HeaderTitleBase/index.js +16 -0
- package/Heading/index.d.ts +2 -2
- package/Heading/index.js +31 -41
- package/HeadingCaption/index.d.ts +2 -2
- package/HeadingCaption/index.js +14 -22
- package/HellenicRepublicLogo/index.d.ts +2 -2
- package/HellenicRepublicLogo/index.js +31 -37
- package/HellenicRepublicLogo/logo-el.js +2 -0
- package/HellenicRepublicLogo/logo-en.js +2 -0
- package/HellenicRepublicLogo/logo-inverted-el.js +2 -0
- package/HellenicRepublicLogo/logo-inverted-en.js +2 -0
- package/Hidden/index.d.ts +2 -2
- package/Hidden/index.js +20 -40
- package/Hint/index.d.ts +8 -8
- package/Hint/index.js +17 -21
- package/ImageLogo/index.d.ts +2 -2
- package/ImageLogo/index.js +17 -25
- package/ImageLogoSet/index.d.ts +3 -3
- package/ImageLogoSet/index.js +18 -27
- package/KitchenSinkAllComponents/index.d.ts +2 -2
- package/KitchenSinkAllComponents/index.js +14 -16
- package/KitchenSinkCard/index.d.ts +2 -2
- package/KitchenSinkCard/index.js +15 -17
- package/KitchenSinkCategory/index.d.ts +2 -2
- package/KitchenSinkCategory/index.js +14 -16
- package/KitchenSinkContent/index.d.ts +2 -2
- package/KitchenSinkContent/index.js +15 -18
- package/KitchenSinkContentInfo/index.d.ts +2 -2
- package/KitchenSinkContentInfo/index.js +14 -16
- package/KitchenSinkContentTags/index.d.ts +2 -2
- package/KitchenSinkContentTags/index.js +14 -16
- package/KitchenSinkHeading/index.d.ts +2 -2
- package/KitchenSinkHeading/index.js +13 -15
- package/KitchenSinkLetterContent/index.d.ts +2 -2
- package/KitchenSinkLetterContent/index.js +14 -16
- package/LabelContainer/index.d.ts +2 -2
- package/LabelContainer/index.js +14 -19
- package/LabelTitle/index.d.ts +2 -2
- package/LabelTitle/index.js +19 -25
- package/LabeledText/index.d.ts +2 -2
- package/LabeledText/index.js +15 -22
- package/Layout/index.d.ts +2 -2
- package/Layout/index.js +15 -21
- package/LinkBase/index.d.ts +10 -2
- package/LinkBase/index.js +19 -21
- package/List/index.d.ts +2 -2
- package/List/index.js +18 -25
- package/ListItem/index.d.ts +2 -2
- package/ListItem/index.js +14 -19
- package/LoaderContainer/index.d.ts +2 -2
- package/LoaderContainer/index.js +14 -19
- package/Main/index.d.ts +2 -2
- package/Main/index.js +18 -25
- package/Masthead/index.d.ts +2 -2
- package/Masthead/index.js +17 -21
- package/MastheadBody/index.d.ts +2 -2
- package/MastheadBody/index.js +14 -19
- package/MastheadLogo/index.d.ts +2 -2
- package/MastheadLogo/index.js +15 -25
- package/ModalAction/index.d.ts +2 -2
- package/ModalAction/index.js +14 -21
- package/ModalContainer/index.d.ts +2 -2
- package/ModalContainer/index.js +22 -30
- package/ModalContent/index.d.ts +2 -2
- package/ModalContent/index.js +14 -20
- package/ModalHeading/index.d.ts +2 -2
- package/ModalHeading/index.js +11 -19
- package/Nav/index.d.ts +2 -2
- package/Nav/index.js +27 -36
- package/NavList/index.d.ts +2 -2
- package/NavList/index.js +18 -25
- package/NavListItemActionBase/index.d.ts +26 -0
- package/NavListItemActionBase/index.js +22 -0
- package/NavListItemActionContainer/index.d.ts +2 -10
- package/NavListItemActionContainer/index.js +3 -21
- package/NavListItemActionContainer/index.native.d.ts +5 -0
- package/NavListItemActionContainer/index.native.js +11 -0
- package/NavListItemActionContainer/index.web.d.ts +10 -0
- package/NavListItemActionContainer/index.web.js +15 -0
- package/NavListItemBadge/index.d.ts +15 -0
- package/NavListItemBadge/index.js +15 -0
- package/NavListItemButton/index.d.ts +2 -2
- package/NavListItemButton/index.js +19 -26
- package/NavListItemLinkBase/index.d.ts +17 -0
- package/NavListItemLinkBase/index.js +16 -0
- package/NavMenuContainer/index.d.ts +2 -2
- package/NavMenuContainer/index.js +24 -30
- package/NavMenuContent/index.d.ts +2 -2
- package/NavMenuContent/index.js +17 -24
- package/NavMenuContentListBase/index.d.ts +2 -2
- package/NavMenuContentListBase/index.js +14 -20
- package/NavMenuContentListItem/index.d.ts +2 -2
- package/NavMenuContentListItem/index.js +14 -20
- package/NavMenuTitle/index.d.ts +2 -2
- package/NavMenuTitle/index.js +23 -28
- package/NormalText/index.d.ts +2 -2
- package/NormalText/index.js +18 -26
- package/NotificationBannerContainer/index.d.ts +4 -3
- package/NotificationBannerContainer/index.js +19 -29
- package/NotificationBannerContent/index.d.ts +24 -2
- package/NotificationBannerContent/index.js +24 -22
- package/NotificationBannerHeader/index.d.ts +2 -2
- package/NotificationBannerHeader/index.js +22 -27
- package/NotificationBannerHeading/index.d.ts +2 -2
- package/NotificationBannerHeading/index.js +15 -22
- package/NotificationBannerLink/index.d.ts +2 -11
- package/NotificationBannerLink/index.js +3 -21
- package/NotificationBannerLink/index.native.d.ts +6 -0
- package/NotificationBannerLink/index.native.js +12 -0
- package/NotificationBannerLink/index.web.d.ts +11 -0
- package/NotificationBannerLink/index.web.js +14 -0
- package/PageTitleCaption/index.d.ts +2 -2
- package/PageTitleCaption/index.js +9 -16
- package/PageTitleContainer/index.d.ts +2 -2
- package/PageTitleContainer/index.js +14 -19
- package/PageTitleHeading/index.d.ts +2 -2
- package/PageTitleHeading/index.js +9 -16
- package/Pagination/index.d.ts +2 -2
- package/Pagination/index.js +15 -21
- package/PaginationLabelContainer/index.d.ts +2 -2
- package/PaginationLabelContainer/index.js +14 -19
- package/PaginationList/index.d.ts +2 -2
- package/PaginationList/index.js +14 -19
- package/PaginationListItem/index.d.ts +2 -2
- package/PaginationListItem/index.js +17 -24
- package/Panel/index.d.ts +2 -2
- package/Panel/index.js +15 -21
- package/PanelBody/index.d.ts +2 -2
- package/PanelBody/index.js +14 -19
- package/PanelTitle/index.d.ts +2 -2
- package/PanelTitle/index.js +14 -19
- package/Paragraph/index.d.ts +3 -3
- package/Paragraph/index.js +10 -16
- package/PhaseBanner/index.d.ts +2 -2
- package/PhaseBanner/index.js +20 -24
- package/PhaseBannerHeaderContainer/index.d.ts +2 -2
- package/PhaseBannerHeaderContainer/index.js +14 -16
- package/PhaseBannerTag/index.d.ts +3 -3
- package/PhaseBannerTag/index.js +14 -19
- package/PhaseBannerText/index.d.ts +2 -2
- package/PhaseBannerText/index.js +14 -21
- package/RadioConditional/index.d.ts +2 -2
- package/RadioConditional/index.js +16 -23
- package/RadioContainer/index.d.ts +2 -2
- package/RadioContainer/index.js +16 -22
- package/RadioItem/index.d.ts +2 -2
- package/RadioItem/index.js +30 -35
- package/ResultsActionBar/index.d.ts +2 -2
- package/ResultsActionBar/index.js +14 -19
- package/ResultsHeading/index.d.ts +2 -2
- package/ResultsHeading/index.js +14 -20
- package/ResultsHeadingActions/index.d.ts +2 -2
- package/ResultsHeadingActions/index.js +14 -25
- package/SearchButton/index.d.ts +2 -2
- package/SearchButton/index.js +14 -21
- package/SearchContainer/index.d.ts +2 -2
- package/SearchContainer/index.js +14 -19
- package/Section/index.d.ts +2 -2
- package/Section/index.js +12 -20
- package/SectionBreak/index.d.ts +2 -2
- package/SectionBreak/index.js +18 -22
- package/SelectContainer/index.d.ts +2 -2
- package/SelectContainer/index.js +15 -21
- package/SelectOption/index.d.ts +2 -2
- package/SelectOption/index.js +14 -20
- package/SingleCharacterInput/index.d.ts +2 -2
- package/SingleCharacterInput/index.js +17 -25
- package/SingleCharacterInputs/index.d.ts +2 -2
- package/SingleCharacterInputs/index.js +14 -21
- package/Skeleton/index.d.ts +14 -13
- package/Skeleton/index.js +30 -34
- package/SkipLink/index.d.ts +2 -2
- package/SkipLink/index.js +16 -23
- package/Stack/index.d.ts +11 -3
- package/Stack/index.js +25 -26
- package/StepNav/index.d.ts +2 -2
- package/StepNav/index.js +15 -21
- package/StepNavAccordion/index.d.ts +2 -2
- package/StepNavAccordion/index.js +14 -22
- package/StepNavAccordionContent/index.d.ts +2 -2
- package/StepNavAccordionContent/index.js +14 -20
- package/StepNavAccordionHeadingText/index.d.ts +2 -2
- package/StepNavAccordionHeadingText/index.js +18 -29
- package/StepNavAccordionHeadingTitle/index.d.ts +2 -2
- package/StepNavAccordionHeadingTitle/index.js +14 -21
- package/StepNavAccordionSummary/index.d.ts +2 -2
- package/StepNavAccordionSummary/index.js +15 -20
- package/StepNavAccordionSummaryHeading/index.d.ts +2 -2
- package/StepNavAccordionSummaryHeading/index.js +28 -38
- package/StepNavCircleNumber/index.d.ts +2 -2
- package/StepNavCircleNumber/index.js +19 -25
- package/StepNavControls/index.d.ts +2 -2
- package/StepNavControls/index.js +14 -20
- package/StepNavList/index.d.ts +2 -2
- package/StepNavList/index.js +14 -20
- package/StepNavListItem/index.d.ts +2 -2
- package/StepNavListItem/index.js +14 -19
- package/SummaryList/index.d.ts +13 -5
- package/SummaryList/index.js +17 -24
- package/SummaryListItem/index.d.ts +2 -2
- package/SummaryListItem/index.js +15 -22
- package/SummaryListItemAction/index.d.ts +2 -2
- package/SummaryListItemAction/index.js +14 -20
- package/SummaryListItemKey/index.d.ts +30 -2
- package/SummaryListItemKey/index.js +19 -20
- package/SummaryListItemValue/index.d.ts +16 -2
- package/SummaryListItemValue/index.js +16 -19
- package/Table/index.d.ts +11 -2
- package/Table/index.js +24 -27
- package/TableBody/index.d.ts +2 -2
- package/TableBody/index.js +16 -21
- package/TableCaption/index.d.ts +2 -2
- package/TableCaption/index.js +15 -21
- package/TableContainer/index.d.ts +2 -2
- package/TableContainer/index.js +15 -21
- package/TableDataCell/index.d.ts +24 -2
- package/TableDataCell/index.js +21 -23
- package/TableHead/index.d.ts +2 -2
- package/TableHead/index.js +14 -19
- package/TableHeadCell/index.d.ts +2 -2
- package/TableHeadCell/index.js +21 -22
- package/TableLoaderBackground/index.d.ts +2 -2
- package/TableLoaderBackground/index.js +14 -20
- package/TableNoDataRow/index.d.ts +2 -2
- package/TableNoDataRow/index.js +18 -23
- package/TableRow/index.d.ts +2 -2
- package/TableRow/index.js +16 -22
- package/TableSortIconContainer/index.d.ts +2 -2
- package/TableSortIconContainer/index.js +14 -21
- package/Tabs/index.d.ts +2 -3
- package/Tabs/index.js +15 -22
- package/TabsHeading/index.d.ts +2 -2
- package/TabsHeading/index.js +13 -23
- package/TabsList/index.d.ts +2 -2
- package/TabsList/index.js +15 -21
- package/TabsListItemBase/index.d.ts +2 -2
- package/TabsListItemBase/index.js +22 -26
- package/TabsPanelBase/index.d.ts +2 -2
- package/TabsPanelBase/index.js +17 -23
- package/TaskList/index.d.ts +2 -2
- package/TaskList/index.js +15 -21
- package/TaskListItem/index.d.ts +2 -2
- package/TaskListItem/index.js +14 -19
- package/TaskListItemContent/index.d.ts +2 -2
- package/TaskListItemContent/index.js +14 -20
- package/TaskListItemHeading/index.d.ts +2 -2
- package/TaskListItemHeading/index.js +11 -18
- package/TaskListItemTag/index.d.ts +2 -2
- package/TaskListItemTag/index.js +15 -20
- package/TextArea/index.d.ts +2 -24
- package/TextArea/index.js +3 -28
- package/TextArea/index.native.d.ts +2 -0
- package/TextArea/index.native.js +12 -0
- package/TextArea/index.web.d.ts +24 -0
- package/TextArea/index.web.js +20 -0
- package/TextInput/index.d.ts +2 -46
- package/TextInput/index.js +3 -28
- package/TextInput/index.native.d.ts +2 -0
- package/TextInput/index.native.js +13 -0
- package/TextInput/index.web.d.ts +46 -0
- package/TextInput/index.web.js +24 -0
- package/Timeline/index.d.ts +2 -2
- package/Timeline/index.js +15 -21
- package/TimelineActions/index.d.ts +2 -2
- package/TimelineActions/index.js +14 -21
- package/TimelineContent/index.d.ts +2 -2
- package/TimelineContent/index.js +14 -20
- package/TimelineHeading/index.d.ts +2 -2
- package/TimelineHeading/index.js +28 -36
- package/TimelineItem/index.d.ts +2 -2
- package/TimelineItem/index.js +14 -19
- package/Top/index.d.ts +2 -2
- package/Top/index.js +14 -19
- package/Typography/index.d.ts +2 -2
- package/Typography/index.js +15 -23
- package/Unpurge/index.d.ts +2 -2
- package/Unpurge/index.js +3161 -5
- package/VisuallyHidden/index.d.ts +2 -2
- package/VisuallyHidden/index.js +14 -20
- package/WarningText/index.d.ts +9 -2
- package/WarningText/index.js +27 -30
- package/WarningTextAssistive/index.d.ts +15 -0
- package/WarningTextAssistive/index.js +15 -0
- package/index.d.ts +218 -216
- package/index.js +218 -217
- package/lazy.d.ts +245 -241
- package/lazy.js +733 -0
- package/package.json +25 -11
- package/registry.d.ts +44 -26
- package/registry.js +540 -0
- package/src/Accordion/__snapshots__/index.test.tsx.snap +54 -9
- package/src/Accordion/index.native.tsx +19 -0
- package/src/Accordion/index.test.tsx +26 -2
- package/src/Accordion/index.tsx +2 -71
- package/src/Accordion/index.web.tsx +71 -0
- package/src/AccordionControls/__snapshots__/index.test.tsx.snap +6 -9
- package/src/AccordionControls/index.test.tsx +3 -3
- package/src/AccordionControls/index.tsx +1 -1
- package/src/AccordionSection/__snapshots__/index.test.tsx.snap +17 -33
- package/src/AccordionSection/index.native.tsx +18 -0
- package/src/AccordionSection/index.test.tsx +6 -4
- package/src/AccordionSection/index.tsx +2 -28
- package/src/AccordionSection/index.web.tsx +27 -0
- package/src/AccordionSectionContent/__snapshots__/index.test.tsx.snap +6 -9
- package/src/AccordionSectionContent/index.test.tsx +2 -2
- package/src/AccordionSectionContent/index.tsx +1 -1
- package/src/AccordionSectionSummary/__snapshots__/index.test.tsx.snap +7 -12
- package/src/AccordionSectionSummary/index.test.tsx +2 -2
- package/src/AccordionSectionSummary/index.tsx +1 -1
- package/src/AccordionSectionSummaryHeading/__snapshots__/index.test.tsx.snap +24 -11
- package/src/AccordionSectionSummaryHeading/index.test.tsx +12 -3
- package/src/AccordionSectionSummaryHeading/index.tsx +12 -4
- package/src/AdminAside/__snapshots__/index.test.tsx.snap +9 -22
- package/src/AdminAside/index.test.tsx +2 -2
- package/src/AdminAside/index.tsx +5 -9
- package/src/AdminContainer/__snapshots__/index.test.tsx.snap +17 -50
- package/src/AdminContainer/index.test.tsx +7 -3
- package/src/AdminContainer/index.tsx +4 -1
- package/src/AdminHeader/__snapshots__/index.test.tsx.snap +6 -11
- package/src/AdminHeader/index.test.tsx +4 -2
- package/src/AdminHeader/index.tsx +5 -7
- package/src/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +6 -9
- package/src/AdminHeaderContent/index.spec.tsx +2 -2
- package/src/AdminHeaderContent/index.tsx +6 -5
- package/src/AdminLayout/__snapshots__/index.test.tsx.snap +6 -9
- package/src/AdminLayout/index.test.tsx +4 -2
- package/src/AdminLayout/index.tsx +6 -13
- package/src/AdminMain/__snapshots__/index.test.tsx.snap +10 -21
- package/src/AdminMain/index.test.tsx +2 -2
- package/src/AdminMain/index.tsx +5 -9
- package/src/AdminTopSection/__snapshots__/index.test.tsx.snap +9 -17
- package/src/AdminTopSection/index.test.tsx +4 -2
- package/src/Aside/__snapshots__/index.test.tsx.snap +9 -21
- package/src/Aside/index.test.tsx +2 -2
- package/src/AutoCompleteAssistiveHint/__snapshots__/index.test.tsx.snap +6 -9
- package/src/AutoCompleteAssistiveHint/index.test.tsx +3 -2
- package/src/AutoCompleteAssistiveHint/index.tsx +1 -1
- package/src/AutoCompleteContainer/__snapshots__/index.test.tsx.snap +6 -9
- package/src/AutoCompleteContainer/index.test.tsx +2 -2
- package/src/AutoCompleteContainer/index.tsx +4 -1
- package/src/AutoCompleteInputBase/__snapshots__/index.test.tsx.snap +35 -0
- package/src/AutoCompleteInputBase/index.test.tsx +20 -0
- package/src/AutoCompleteInputBase/index.tsx +39 -0
- package/src/AutoCompleteMultipleInputContainer/index.tsx +4 -4
- package/src/AutoCompleteResultList/__snapshots__/index.test.tsx.snap +11 -19
- package/src/AutoCompleteResultList/index.test.tsx +4 -3
- package/src/AutoCompleteResultList/index.tsx +1 -4
- package/src/AutoCompleteResultListItem/__snapshots__/index.test.tsx.snap +25 -50
- package/src/AutoCompleteResultListItem/index.test.tsx +9 -8
- package/src/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +6 -12
- package/src/AutoCompleteStatus/index.test.tsx +2 -2
- package/src/AutoCompleteStatus/index.tsx +1 -1
- package/src/AutoCompleteStatusContainer/__snapshots__/index.test.tsx.snap +6 -9
- package/src/AutoCompleteStatusContainer/index.test.tsx +3 -2
- package/src/BackLinkBase/__snapshots__/index.test.tsx.snap +54 -0
- package/src/BackLinkBase/index.test.tsx +15 -0
- package/src/BackLinkBase/index.tsx +36 -0
- package/src/BackToTopLink/index.tsx +1 -1
- package/src/BannerContainer/__snapshots__/index.test.tsx.snap +6 -9
- package/src/BannerContainer/index.test.tsx +4 -2
- package/src/BannerContainer/index.tsx +2 -2
- package/src/Base/compat/Input/CheckboxInput.native.tsx +36 -0
- package/src/Base/compat/Input/RadioInput.native.tsx +35 -0
- package/src/Base/compat/Input/StringInput.native.tsx +115 -0
- package/src/Base/compat/Input/index.native.tsx +28 -0
- package/src/Base/compat/button.native.tsx +53 -0
- package/src/Base/compat/details.native.tsx +70 -0
- package/src/Base/compat/li.native.tsx +9 -0
- package/src/Base/compat/ol.native.tsx +41 -0
- package/src/Base/index.native.tsx +202 -0
- package/src/Base/index.tsx +2 -257
- package/src/Base/index.web.tsx +267 -0
- package/src/Base/mapping.native.tsx +45 -0
- package/src/Base/utils.ts +94 -0
- package/src/Base/wrap.native.tsx +97 -0
- package/src/Blockquote/__snapshots__/index.test.tsx.snap +11 -19
- package/src/Blockquote/index.test.tsx +5 -3
- package/src/Bottom/__snapshots__/index.test.tsx.snap +6 -9
- package/src/Bottom/index.test.tsx +2 -2
- package/src/Bottom/index.tsx +1 -1
- package/src/BottomInfo/__snapshots__/index.test.tsx.snap +9 -26
- package/src/BottomInfo/index.test.tsx +2 -2
- package/src/BottomInfo/index.tsx +1 -1
- package/src/BottomInfoContainer/__snapshots__/index.test.tsx.snap +9 -26
- package/src/BottomInfoContainer/index.test.tsx +2 -2
- package/src/BottomInfoContainer/index.tsx +1 -1
- package/src/BottomInfoContent/__snapshots__/index.test.tsx.snap +9 -18
- package/src/BottomInfoContent/index.test.tsx +4 -2
- package/src/BottomInfoContent/index.tsx +1 -1
- package/src/Breadcrumbs/__snapshots__/index.test.tsx.snap +7 -9
- package/src/Breadcrumbs/index.test.tsx +4 -2
- package/src/Breadcrumbs/index.tsx +2 -1
- package/src/BreadcrumbsList/__snapshots__/index.test.tsx.snap +6 -9
- package/src/BreadcrumbsList/index.test.tsx +4 -2
- package/src/BreadcrumbsList/index.tsx +1 -1
- package/src/BreadcrumbsListItemLinkBase/__snapshots__/index.test.tsx.snap +26 -0
- package/src/BreadcrumbsListItemLinkBase/index.test.tsx +18 -0
- package/src/BreadcrumbsListItemLinkBase/index.tsx +32 -0
- package/src/BreadcrumbsListItemWrapper/__snapshots__/index.test.tsx.snap +13 -0
- package/src/BreadcrumbsListItemWrapper/index.test.tsx +10 -0
- package/src/BreadcrumbsListItemWrapper/index.tsx +28 -0
- package/src/Button/__snapshots__/index.test.tsx.snap +66 -147
- package/src/Button/index.test.tsx +31 -16
- package/src/Button/index.tsx +2 -0
- package/src/ButtonGroup/__snapshots__/index.test.tsx.snap +6 -9
- package/src/ButtonGroup/index.test.tsx +4 -2
- package/src/ButtonGroup/index.tsx +1 -1
- package/src/ButtonLinkBase/__snapshots__/index.test.tsx.snap +139 -0
- package/src/ButtonLinkBase/index.test.tsx +75 -0
- package/src/ButtonLinkBase/index.tsx +55 -0
- package/src/CallToActionBase/__snapshots__/index.test.tsx.snap +26 -0
- package/src/CallToActionBase/index.test.tsx +10 -0
- package/src/CallToActionBase/index.tsx +34 -0
- package/src/Card/__snapshots__/index.test.tsx.snap +79 -148
- package/src/Card/index.test.tsx +25 -19
- package/src/Card/index.tsx +13 -3
- package/src/CardAction/__snapshots__/index.test.tsx.snap +6 -9
- package/src/CardAction/index.test.tsx +2 -2
- package/src/CardAction/index.tsx +1 -1
- package/src/CardContent/__snapshots__/index.test.tsx.snap +6 -9
- package/src/CardContent/index.test.tsx +4 -2
- package/src/CardContent/index.tsx +1 -1
- package/src/CardHeading/__snapshots__/index.test.tsx.snap +7 -12
- package/src/CardHeading/index.test.tsx +4 -2
- package/src/CardHeading/index.tsx +1 -1
- package/src/Checkbox/__snapshots__/index.test.tsx.snap +81 -182
- package/src/Checkbox/index.test.tsx +8 -8
- package/src/CheckboxConditional/__snapshots__/index.test.tsx.snap +14 -37
- package/src/CheckboxConditional/index.test.tsx +2 -2
- package/src/CheckboxConditional/index.tsx +1 -1
- package/src/CheckboxItem/__snapshots__/index.test.tsx.snap +116 -247
- package/src/CheckboxItem/index.test.tsx +14 -10
- package/src/CheckboxItem/index.tsx +5 -8
- package/src/CheckboxItemInput/index.tsx +2 -0
- package/src/CheckboxItemInput/index.web.tsx +33 -0
- package/src/Chip/__snapshots__/index.test.tsx.snap +7 -10
- package/src/Chip/index.test.tsx +2 -2
- package/src/Chip/index.tsx +3 -2
- package/src/ChipContainer/__snapshots__/index.spec.tsx.snap +6 -9
- package/src/ChipContainer/index.spec.tsx +4 -2
- package/src/ChipHeading/__snapshots__/index.test.tsx.snap +9 -22
- package/src/ChipHeading/index.test.tsx +4 -2
- package/src/ChipKeyValue/__snapshots__/index.test.tsx.snap +6 -9
- package/src/ChipKeyValue/index.test.tsx +4 -2
- package/src/ChipKeyValue/index.tsx +1 -1
- package/src/ChoiceDividerText/__snapshots__/index.test.tsx.snap +6 -9
- package/src/ChoiceDividerText/index.test.tsx +4 -2
- package/src/ChoiceDividerText/index.tsx +1 -1
- package/src/CircularProgressBase/__snapshots__/index.test.tsx.snap +133 -0
- package/src/CircularProgressBase/index.test.tsx +38 -0
- package/src/CircularProgressBase/index.tsx +63 -0
- package/src/CloseButton/__snapshots__/index.test.tsx.snap +40 -94
- package/src/CloseButton/index.test.tsx +5 -3
- package/src/Code/__snapshots__/index.test.tsx.snap +41 -89
- package/src/Code/index.test.tsx +11 -7
- package/src/CodeBlockContainer/__snapshots__/index.test.tsx.snap +13 -0
- package/src/CodeBlockContainer/index.test.tsx +10 -0
- package/src/CodeBlockContainer/index.tsx +28 -0
- package/src/CodeBlockContent/__snapshots__/index.test.tsx.snap +17 -0
- package/src/CodeBlockContent/index.test.tsx +10 -0
- package/src/CodeBlockContent/index.tsx +28 -0
- package/src/CodeBlockHeader/__snapshots__/index.test.tsx.snap +13 -0
- package/src/CodeBlockHeader/index.test.tsx +10 -0
- package/src/CodeBlockHeader/index.tsx +42 -0
- package/src/Container/__snapshots__/index.test.tsx.snap +25 -64
- package/src/Container/index.test.tsx +7 -5
- package/src/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +25 -44
- package/src/CopyToClipboardContainer/index.spec.tsx +9 -8
- package/src/CopyToClipboardContainer/index.tsx +2 -74
- package/src/CopyToClipboardContainer/index.web.tsx +75 -0
- package/src/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +31 -55
- package/src/CopyToClipboardMessage/index.native.tsx +21 -0
- package/src/CopyToClipboardMessage/index.test.tsx +13 -10
- package/src/CopyToClipboardMessage/index.tsx +2 -41
- package/src/CopyToClipboardMessage/index.web.tsx +41 -0
- package/src/CopyrightContainer/__snapshots__/index.test.tsx.snap +6 -9
- package/src/CopyrightContainer/index.test.tsx +2 -2
- package/src/CopyrightContainer/index.tsx +1 -1
- package/src/DateInputContainer/__snapshots__/index.test.tsx.snap +11 -19
- package/src/DateInputContainer/index.test.tsx +3 -3
- package/src/DateInputItem/__snapshots__/index.test.tsx.snap +34 -65
- package/src/DateInputItem/index.native.tsx +9 -0
- package/src/DateInputItem/index.test.tsx +7 -5
- package/src/DateInputItem/index.tsx +2 -66
- package/src/DateInputItem/index.web.tsx +62 -0
- package/src/Details/__snapshots__/index.test.tsx.snap +6 -9
- package/src/Details/index.native.tsx +14 -0
- package/src/Details/index.test.tsx +2 -2
- package/src/Details/index.tsx +2 -27
- package/src/Details/index.web.tsx +27 -0
- package/src/DetailsContent/__snapshots__/index.test.tsx.snap +6 -9
- package/src/DetailsContent/index.test.tsx +4 -2
- package/src/DetailsContent/index.tsx +11 -2
- package/src/DetailsSummary/__snapshots__/index.test.tsx.snap +6 -9
- package/src/DetailsSummary/index.test.tsx +4 -2
- package/src/Drawer/__snapshots__/index.test.tsx.snap +40 -95
- package/src/Drawer/index.test.tsx +3 -3
- package/src/Drawer/index.tsx +29 -16
- package/src/DrawerHeading/__snapshots__/index.test.tsx.snap +25 -69
- package/src/DrawerHeading/index.test.tsx +3 -3
- package/src/DrawerHeading/index.tsx +1 -5
- package/src/DropdownBase/__snapshots__/index.test.tsx.snap +66 -142
- package/src/DropdownBase/index.test.tsx +23 -19
- package/src/DropdownButton/__snapshots__/index.test.tsx.snap +212 -494
- package/src/DropdownButton/index.test.tsx +40 -36
- package/src/DropdownContent/__snapshots__/index.test.tsx.snap +6 -9
- package/src/DropdownContent/index.test.tsx +4 -2
- package/src/DropdownContent/index.tsx +1 -1
- package/src/ErrorMessage/__snapshots__/index.test.tsx.snap +6 -9
- package/src/ErrorMessage/index.test.tsx +4 -2
- package/src/ErrorMessage/index.tsx +1 -1
- package/src/ErrorSummary/__snapshots__/index.test.tsx.snap +19 -56
- package/src/ErrorSummary/index.test.tsx +7 -3
- package/src/ErrorSummary/index.tsx +17 -4
- package/src/FieldContainer/__snapshots__/index.test.tsx.snap +25 -56
- package/src/FieldContainer/index.test.tsx +6 -4
- package/src/Fieldset/__snapshots__/index.test.tsx.snap +6 -9
- package/src/Fieldset/index.test.tsx +2 -2
- package/src/Fieldset/index.tsx +1 -1
- package/src/FieldsetLegend/__snapshots__/index.test.tsx.snap +56 -118
- package/src/FieldsetLegend/index.test.tsx +22 -20
- package/src/FieldsetLegend/index.tsx +1 -4
- package/src/FileUpload/__snapshots__/index.test.tsx.snap +19 -44
- package/src/FileUpload/index.test.tsx +5 -3
- package/src/FileUpload/index.tsx +20 -4
- package/src/FileUploadContainer/__snapshots__/index.test.tsx.snap +11 -19
- package/src/FileUploadContainer/index.test.tsx +5 -3
- package/src/FileUploadContainer/index.tsx +10 -1
- package/src/FillableText/__snapshots__/index.test.tsx.snap +6 -9
- package/src/FillableText/index.test.tsx +4 -2
- package/src/FillableText/index.tsx +1 -1
- package/src/FilterContainer/__snapshots__/index.test.tsx.snap +75 -10
- package/src/FilterContainer/index.test.tsx +29 -2
- package/src/FilterContainer/index.tsx +30 -16
- package/src/FilterContent/__snapshots__/index.test.tsx.snap +6 -9
- package/src/FilterContent/index.test.tsx +4 -2
- package/src/FilterContent/index.tsx +1 -1
- package/src/FilterHeadingContainer/__snapshots__/index.test.tsx.snap +18 -9
- package/src/FilterHeadingContainer/index.test.tsx +12 -2
- package/src/FilterHeadingContainer/index.tsx +29 -2
- package/src/FilterOptionsSection/__snapshots__/index.spec.tsx.snap +6 -9
- package/src/FilterOptionsSection/index.spec.tsx +2 -2
- package/src/FilterSelectedHeading/__snapshots__/index.spec.tsx.snap +6 -9
- package/src/FilterSelectedHeading/index.spec.tsx +2 -2
- package/src/FilterSelectedHeading/index.tsx +1 -1
- package/src/FilterSelectedSection/__snapshots__/index.test.tsx.snap +6 -9
- package/src/FilterSelectedSection/index.test.tsx +2 -2
- package/src/FilterSelectedSection/index.tsx +1 -1
- package/src/Footer/__snapshots__/index.test.tsx.snap +6 -9
- package/src/Footer/index.test.tsx +2 -2
- package/src/Footer/index.tsx +1 -1
- package/src/FooterContainer/__snapshots__/index.test.tsx.snap +9 -21
- package/src/FooterContainer/index.test.tsx +4 -2
- package/src/FooterContent/__snapshots__/index.test.tsx.snap +6 -9
- package/src/FooterContent/index.test.tsx +4 -2
- package/src/FooterContent/index.tsx +1 -1
- package/src/FooterContentLogos/__snapshots__/index.test.tsx.snap +6 -9
- package/src/FooterContentLogos/index.test.tsx +2 -2
- package/src/FooterContentLogos/index.tsx +1 -1
- package/src/FooterHeading/__snapshots__/index.test.tsx.snap +25 -71
- package/src/FooterHeading/index.test.tsx +6 -4
- package/src/FooterImage/__snapshots__/index.test.tsx.snap +6 -10
- package/src/FooterImage/index.test.tsx +2 -2
- package/src/FooterImage/index.tsx +1 -1
- package/src/FooterInfo/__snapshots__/index.test.tsx.snap +6 -9
- package/src/FooterInfo/index.test.tsx +2 -2
- package/src/FooterInfo/index.tsx +1 -1
- package/src/FooterInfoSection/__snapshots__/index.test.tsx.snap +16 -29
- package/src/FooterInfoSection/index.test.tsx +7 -4
- package/src/FooterLinkBase/__snapshots__/index.test.tsx.snap +26 -0
- package/src/FooterLinkBase/index.test.tsx +16 -0
- package/src/FooterLinkBase/index.tsx +27 -0
- package/src/FooterList/__snapshots__/index.test.tsx.snap +11 -19
- package/src/FooterList/index.test.tsx +5 -3
- package/src/FooterListItem/__snapshots__/index.test.tsx.snap +6 -9
- package/src/FooterListItem/index.test.tsx +4 -2
- package/src/FooterListItem/index.tsx +1 -1
- package/src/FooterNavigation/__snapshots__/index.test.tsx.snap +6 -9
- package/src/FooterNavigation/index.test.tsx +4 -2
- package/src/FooterNavigation/index.tsx +1 -1
- package/src/FooterNavigationSection/__snapshots__/index.test.tsx.snap +6 -12
- package/src/FooterNavigationSection/index.test.tsx +3 -3
- package/src/FooterNavigationSection/index.tsx +1 -1
- package/src/Form/__snapshots__/index.test.tsx.snap +11 -19
- package/src/Form/index.test.tsx +3 -3
- package/src/FullPageBackground/__snapshots__/index.test.tsx.snap +6 -9
- package/src/FullPageBackground/index.test.tsx +2 -2
- package/src/FullPageBackground/index.tsx +1 -1
- package/src/GovGRLogoBase/__snapshots__/index.test.tsx.snap +23 -0
- package/src/GovGRLogoBase/index.test.tsx +8 -0
- package/src/GovGRLogoBase/index.tsx +43 -0
- package/src/Grid/__snapshots__/index.test.tsx.snap +41 -79
- package/src/Grid/index.test.tsx +9 -9
- package/src/Grid/index.tsx +4 -9
- package/src/Header/__snapshots__/index.test.tsx.snap +7 -10
- package/src/Header/index.test.tsx +2 -2
- package/src/Header/index.tsx +2 -1
- package/src/HeaderContent/__snapshots__/index.test.tsx.snap +6 -9
- package/src/HeaderContent/index.test.tsx +4 -2
- package/src/HeaderContent/index.tsx +1 -1
- package/src/HeaderLogoBase/__snapshots__/index.test.tsx.snap +15 -0
- package/src/HeaderLogoBase/index.test.tsx +8 -0
- package/src/HeaderLogoBase/index.tsx +44 -0
- package/src/HeaderNavMenuContent/__snapshots__/index.test.tsx.snap +6 -9
- package/src/HeaderNavMenuContent/index.test.tsx +2 -2
- package/src/HeaderNavMenuContent/index.tsx +1 -1
- package/src/HeaderSecondaryLogoBase/__snapshots__/index.test.tsx.snap +34 -0
- package/src/HeaderSecondaryLogoBase/index.test.tsx +26 -0
- package/src/HeaderSecondaryLogoBase/index.tsx +48 -0
- package/src/HeaderSection/__snapshots__/index.test.tsx.snap +6 -9
- package/src/HeaderSection/index.test.tsx +4 -2
- package/src/HeaderSection/index.tsx +1 -1
- package/src/HeaderTitleBase/__snapshots__/index.test.tsx.snap +27 -0
- package/src/HeaderTitleBase/index.test.tsx +17 -0
- package/src/HeaderTitleBase/index.tsx +28 -0
- package/src/Heading/__snapshots__/index.test.tsx.snap +154 -355
- package/src/Heading/index.test.tsx +43 -33
- package/src/HeadingCaption/__snapshots__/index.test.tsx.snap +33 -71
- package/src/HeadingCaption/index.test.tsx +7 -5
- package/src/HellenicRepublicLogo/__snapshots__/index.test.tsx.snap +7 -19
- package/src/HellenicRepublicLogo/index.test.tsx +2 -2
- package/src/Hidden/__snapshots__/index.test.tsx.snap +26 -55
- package/src/Hidden/index.test.tsx +11 -11
- package/src/Hidden/index.tsx +14 -1
- package/src/Hint/__snapshots__/index.test.tsx.snap +33 -74
- package/src/Hint/index.test.tsx +11 -5
- package/src/Hint/index.tsx +6 -6
- package/src/ImageLogo/__snapshots__/index.test.tsx.snap +11 -26
- package/src/ImageLogo/index.test.tsx +5 -3
- package/src/ImageLogo/index.tsx +1 -4
- package/src/ImageLogoSet/__snapshots__/index.test.tsx.snap +28 -104
- package/src/ImageLogoSet/index.test.tsx +5 -4
- package/src/ImageLogoSet/index.tsx +3 -6
- package/src/KitchenSinkAllComponents/index.tsx +1 -1
- package/src/KitchenSinkCard/index.tsx +1 -1
- package/src/KitchenSinkCategory/index.tsx +1 -1
- package/src/KitchenSinkContentInfo/index.tsx +1 -1
- package/src/KitchenSinkContentTags/index.tsx +1 -1
- package/src/KitchenSinkHeading/index.tsx +1 -1
- package/src/KitchenSinkLetterContent/index.tsx +1 -1
- package/src/LabelContainer/__snapshots__/index.test.tsx.snap +6 -9
- package/src/LabelContainer/index.test.tsx +4 -2
- package/src/LabelContainer/index.tsx +1 -1
- package/src/LabelTitle/__snapshots__/index.test.tsx.snap +56 -118
- package/src/LabelTitle/index.test.tsx +25 -15
- package/src/LabelTitle/index.tsx +2 -4
- package/src/LabeledText/__snapshots__/index.test.tsx.snap +16 -29
- package/src/LabeledText/index.test.tsx +6 -4
- package/src/Layout/__snapshots__/index.test.tsx.snap +6 -9
- package/src/Layout/index.test.tsx +2 -2
- package/src/LinkBase/__snapshots__/index.test.tsx.snap +16 -29
- package/src/LinkBase/index.test.tsx +8 -4
- package/src/LinkBase/index.tsx +14 -2
- package/src/List/__snapshots__/index.test.tsx.snap +83 -174
- package/src/List/index.test.tsx +18 -14
- package/src/ListItem/__snapshots__/index.test.tsx.snap +6 -9
- package/src/ListItem/index.test.tsx +2 -2
- package/src/ListItem/index.tsx +1 -1
- package/src/LoaderContainer/__snapshots__/index.test.tsx.snap +6 -9
- package/src/LoaderContainer/index.test.tsx +2 -2
- package/src/LoaderContainer/index.tsx +1 -1
- package/src/Main/__snapshots__/index.test.tsx.snap +9 -22
- package/src/Main/index.test.tsx +2 -2
- package/src/Main/index.tsx +1 -1
- package/src/Masthead/__snapshots__/index.test.tsx.snap +6 -9
- package/src/Masthead/index.test.tsx +2 -2
- package/src/MastheadBody/__snapshots__/index.test.tsx.snap +6 -9
- package/src/MastheadBody/index.test.tsx +4 -2
- package/src/MastheadBody/index.tsx +1 -1
- package/src/MastheadLogo/__snapshots__/index.test.tsx.snap +6 -10
- package/src/MastheadLogo/index.test.tsx +2 -2
- package/src/MastheadLogo/index.tsx +1 -1
- package/src/ModalAction/__snapshots__/index.test.tsx.snap +6 -9
- package/src/ModalAction/index.test.tsx +4 -2
- package/src/ModalAction/index.tsx +1 -1
- package/src/ModalContainer/__snapshots__/index.test.tsx.snap +8 -11
- package/src/ModalContainer/index.test.tsx +4 -2
- package/src/ModalContainer/index.tsx +15 -13
- package/src/ModalContent/__snapshots__/index.test.tsx.snap +6 -9
- package/src/ModalContent/index.test.tsx +4 -2
- package/src/ModalContent/index.tsx +1 -1
- package/src/ModalHeading/__snapshots__/index.test.tsx.snap +9 -25
- package/src/ModalHeading/index.test.tsx +4 -2
- package/src/ModalHeading/index.tsx +1 -1
- package/src/Nav/__snapshots__/index.test.tsx.snap +36 -71
- package/src/Nav/index.test.tsx +13 -9
- package/src/NavList/__snapshots__/index.test.tsx.snap +11 -19
- package/src/NavList/index.test.tsx +3 -3
- package/src/NavListItemActionBase/__snapshots__/index.test.tsx.snap +100 -0
- package/src/NavListItemActionBase/index.test.tsx +42 -0
- package/src/NavListItemActionBase/index.tsx +67 -0
- package/src/NavListItemActionContainer/__snapshots__/index.test.tsx.snap +6 -9
- package/src/NavListItemActionContainer/index.native.tsx +18 -0
- package/src/NavListItemActionContainer/index.test.tsx +3 -2
- package/src/NavListItemActionContainer/index.tsx +2 -28
- package/src/NavListItemActionContainer/index.web.tsx +28 -0
- package/src/NavListItemBadge/__snapshots__/index.test.tsx.snap +13 -0
- package/src/NavListItemBadge/index.test.tsx +10 -0
- package/src/NavListItemBadge/index.tsx +34 -0
- package/src/NavListItemButton/__snapshots__/index.test.tsx.snap +63 -164
- package/src/NavListItemButton/index.test.tsx +8 -4
- package/src/NavListItemLinkBase/__snapshots__/index.test.tsx.snap +63 -0
- package/src/NavListItemLinkBase/index.test.tsx +41 -0
- package/src/NavListItemLinkBase/index.tsx +40 -0
- package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +41 -127
- package/src/NavMenuContainer/index.test.tsx +9 -5
- package/src/NavMenuContent/__snapshots__/index.test.tsx.snap +9 -20
- package/src/NavMenuContent/index.test.tsx +2 -2
- package/src/NavMenuContent/index.tsx +2 -3
- package/src/NavMenuContentListBase/__snapshots__/index.test.tsx.snap +6 -9
- package/src/NavMenuContentListBase/index.test.tsx +2 -2
- package/src/NavMenuContentListBase/index.tsx +1 -1
- package/src/NavMenuContentListItem/__snapshots__/index.test.tsx.snap +6 -9
- package/src/NavMenuContentListItem/index.test.tsx +2 -2
- package/src/NavMenuContentListItem/index.tsx +1 -1
- package/src/NavMenuTitle/__snapshots__/index.test.tsx.snap +12 -38
- package/src/NavMenuTitle/index.test.tsx +4 -2
- package/src/NavMenuTitle/index.tsx +1 -1
- package/src/NormalText/__snapshots__/index.test.tsx.snap +352 -828
- package/src/NormalText/index.test.tsx +87 -75
- package/src/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +16 -38
- package/src/NotificationBannerContainer/index.test.tsx +7 -6
- package/src/NotificationBannerContainer/index.tsx +2 -1
- package/src/NotificationBannerContent/__snapshots__/index.test.tsx.snap +6 -9
- package/src/NotificationBannerContent/index.test.tsx +3 -2
- package/src/NotificationBannerContent/index.tsx +50 -4
- package/src/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +10 -32
- package/src/NotificationBannerHeader/index.test.tsx +3 -2
- package/src/NotificationBannerHeader/index.tsx +1 -1
- package/src/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +9 -23
- package/src/NotificationBannerHeading/index.test.tsx +3 -2
- package/src/NotificationBannerHeading/index.tsx +1 -1
- package/src/NotificationBannerLink/__snapshots__/index.test.tsx.snap +17 -35
- package/src/NotificationBannerLink/index.native.tsx +22 -0
- package/src/NotificationBannerLink/index.test.tsx +4 -4
- package/src/NotificationBannerLink/index.tsx +2 -28
- package/src/NotificationBannerLink/index.web.tsx +28 -0
- package/src/PageTitleCaption/__snapshots__/index.test.tsx.snap +41 -107
- package/src/PageTitleCaption/index.test.tsx +8 -6
- package/src/PageTitleContainer/__snapshots__/index.test.tsx.snap +6 -9
- package/src/PageTitleContainer/index.test.tsx +2 -2
- package/src/PageTitleContainer/index.tsx +1 -1
- package/src/PageTitleHeading/__snapshots__/index.test.tsx.snap +41 -107
- package/src/PageTitleHeading/index.test.tsx +8 -6
- package/src/Pagination/__snapshots__/index.spec.tsx.snap +11 -19
- package/src/Pagination/index.spec.tsx +5 -3
- package/src/PaginationLabelContainer/__snapshots__/index.spec.tsx.snap +6 -9
- package/src/PaginationLabelContainer/index.spec.tsx +3 -2
- package/src/PaginationLabelContainer/index.tsx +1 -1
- package/src/PaginationList/__snapshots__/index.spec.tsx.snap +21 -41
- package/src/PaginationList/index.spec.tsx +6 -4
- package/src/PaginationList/index.tsx +1 -1
- package/src/PaginationListItem/__snapshots__/index.spec.tsx.snap +26 -50
- package/src/PaginationListItem/index.spec.tsx +9 -7
- package/src/Panel/__snapshots__/index.test.tsx.snap +6 -9
- package/src/Panel/index.test.tsx +2 -2
- package/src/PanelBody/__snapshots__/index.test.tsx.snap +6 -9
- package/src/PanelBody/index.test.tsx +2 -2
- package/src/PanelBody/index.tsx +1 -1
- package/src/PanelTitle/__snapshots__/index.test.tsx.snap +6 -9
- package/src/PanelTitle/index.test.tsx +2 -2
- package/src/PanelTitle/index.tsx +1 -1
- package/src/Paragraph/__snapshots__/index.test.tsx.snap +322 -1041
- package/src/Paragraph/index.test.tsx +88 -72
- package/src/PhaseBanner/__snapshots__/index.test.tsx.snap +13 -21
- package/src/PhaseBanner/index.test.tsx +7 -3
- package/src/PhaseBanner/index.tsx +3 -2
- package/src/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +6 -9
- package/src/PhaseBannerHeaderContainer/inde.test.tsx +3 -2
- package/src/PhaseBannerHeaderContainer/index.tsx +1 -1
- package/src/PhaseBannerTag/__snapshots__/index.test.tsx.snap +8 -11
- package/src/PhaseBannerTag/index.test.tsx +4 -2
- package/src/PhaseBannerTag/index.tsx +3 -3
- package/src/PhaseBannerText/__snapshots__/index.test.tsx.snap +6 -9
- package/src/PhaseBannerText/index.test.tsx +4 -2
- package/src/PhaseBannerText/index.tsx +2 -2
- package/src/RadioConditional/__snapshots__/index.test.tsx.snap +14 -37
- package/src/RadioConditional/index.test.tsx +4 -2
- package/src/RadioConditional/index.tsx +1 -1
- package/src/RadioContainer/__snapshots__/index.test.tsx.snap +16 -29
- package/src/RadioContainer/index.test.tsx +9 -4
- package/src/RadioItem/__snapshots__/index.test.tsx.snap +132 -291
- package/src/RadioItem/index.test.tsx +16 -12
- package/src/RadioItem/index.tsx +3 -2
- package/src/ResultsActionBar/__snapshots__/indext.test.tsx.snap +6 -9
- package/src/ResultsActionBar/index.tsx +1 -1
- package/src/ResultsActionBar/indext.test.tsx +4 -2
- package/src/ResultsHeading/__snapshots__/index.test.tsx.snap +6 -9
- package/src/ResultsHeading/index.test.tsx +4 -2
- package/src/ResultsHeading/index.tsx +1 -1
- package/src/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +6 -24
- package/src/ResultsHeadingActions/index.test.tsx +2 -2
- package/src/ResultsHeadingActions/index.tsx +2 -7
- package/src/SearchButton/__snapshots__/index.test.tsx.snap +20 -45
- package/src/SearchButton/index.test.tsx +2 -2
- package/src/SearchButton/index.tsx +1 -1
- package/src/SearchContainer/__snapshots__/index.test.tsx.snap +6 -9
- package/src/SearchContainer/index.test.tsx +4 -2
- package/src/SearchContainer/index.tsx +1 -1
- package/src/Section/__snapshots__/index.test.tsx.snap +6 -9
- package/src/Section/index.test.tsx +2 -2
- package/src/SectionBreak/__snapshots__/index.test.tsx.snap +31 -59
- package/src/SectionBreak/index.test.tsx +9 -7
- package/src/SelectContainer/__snapshots__/index.test.tsx.snap +21 -44
- package/src/SelectContainer/index.test.tsx +9 -6
- package/src/SelectOption/__snapshots__/index.test.tsx.snap +11 -20
- package/src/SelectOption/index.test.tsx +5 -3
- package/src/SelectOption/index.tsx +1 -1
- package/src/SingleCharacterInput/__snapshots__/index.test.tsx.snap +48 -172
- package/src/SingleCharacterInput/index.test.tsx +8 -12
- package/src/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +6 -9
- package/src/SingleCharacterInputs/index.test.tsx +2 -2
- package/src/SingleCharacterInputs/index.tsx +1 -1
- package/src/Skeleton/__snapshots__/index.test.tsx.snap +115 -0
- package/src/Skeleton/index.test.tsx +62 -0
- package/src/Skeleton/index.tsx +19 -10
- package/src/SkipLink/__snapshots__/index.test.tsx.snap +7 -12
- package/src/SkipLink/index.test.tsx +2 -2
- package/src/SkipLink/index.tsx +1 -1
- package/src/Stack/__snapshots__/index.test.tsx.snap +151 -306
- package/src/Stack/index.test.tsx +69 -33
- package/src/Stack/index.tsx +32 -13
- package/src/StepNav/__snapshots__/index.test.tsx.snap +11 -19
- package/src/StepNav/index.test.tsx +3 -3
- package/src/StepNavAccordion/__snapshots__/index.test.tsx.snap +6 -9
- package/src/StepNavAccordion/index.test.tsx +4 -2
- package/src/StepNavAccordion/index.tsx +2 -2
- package/src/StepNavAccordionContent/__snapshots__/index.test.tsx.snap +6 -9
- package/src/StepNavAccordionContent/index.test.tsx +2 -2
- package/src/StepNavAccordionContent/index.tsx +1 -1
- package/src/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +46 -59
- package/src/StepNavAccordionHeadingText/index.test.tsx +7 -6
- package/src/StepNavAccordionHeadingTitle/__snapshots__/index.test.tsx.snap +6 -9
- package/src/StepNavAccordionHeadingTitle/index.test.tsx +3 -2
- package/src/StepNavAccordionHeadingTitle/index.tsx +1 -1
- package/src/StepNavAccordionSummary/__snapshots__/index.test.tsx.snap +7 -11
- package/src/StepNavAccordionSummary/index.test.tsx +2 -2
- package/src/StepNavAccordionSummary/index.tsx +1 -1
- package/src/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +26 -51
- package/src/StepNavAccordionSummaryHeading/index.test.tsx +11 -11
- package/src/StepNavCircleNumber/__snapshots__/index.test.tsx.snap +15 -21
- package/src/StepNavCircleNumber/index.test.tsx +4 -3
- package/src/StepNavControls/__snapshots__/index.test.tsx.snap +6 -9
- package/src/StepNavControls/index.test.tsx +4 -2
- package/src/StepNavControls/index.tsx +1 -1
- package/src/StepNavList/__snapshots__/index.test.tsx.snap +6 -9
- package/src/StepNavList/index.test.tsx +4 -2
- package/src/StepNavList/index.tsx +1 -1
- package/src/StepNavListItem/__snapshots__/index.test.tsx.snap +6 -9
- package/src/StepNavListItem/index.test.tsx +4 -2
- package/src/StepNavListItem/index.tsx +1 -1
- package/src/SummaryList/__snapshots__/index.test.tsx.snap +42 -9
- package/src/SummaryList/index.test.tsx +19 -2
- package/src/SummaryList/index.tsx +25 -6
- package/src/SummaryListItem/__snapshots__/index.test.tsx.snap +6 -9
- package/src/SummaryListItem/index.test.tsx +4 -2
- package/src/SummaryListItem/index.tsx +1 -1
- package/src/SummaryListItemAction/__snapshots__/index.test.tsx.snap +6 -9
- package/src/SummaryListItemAction/index.test.tsx +2 -2
- package/src/SummaryListItemAction/index.tsx +1 -1
- package/src/SummaryListItemKey/__snapshots__/index.test.tsx.snap +76 -9
- package/src/SummaryListItemKey/index.test.tsx +31 -2
- package/src/SummaryListItemKey/index.tsx +52 -2
- package/src/SummaryListItemValue/__snapshots__/index.test.tsx.snap +40 -9
- package/src/SummaryListItemValue/index.test.tsx +16 -2
- package/src/SummaryListItemValue/index.tsx +30 -2
- package/src/Table/__snapshots__/index.test.tsx.snap +43 -56
- package/src/Table/index.test.tsx +38 -7
- package/src/Table/index.tsx +12 -0
- package/src/TableBody/__snapshots__/index.test.tsx.snap +11 -12
- package/src/TableBody/index.test.tsx +9 -2
- package/src/TableCaption/__snapshots__/index.test.tsx.snap +61 -64
- package/src/TableCaption/index.test.tsx +29 -6
- package/src/TableContainer/__snapshots__/index.test.tsx.snap +11 -19
- package/src/TableContainer/index.test.tsx +5 -3
- package/src/TableDataCell/__snapshots__/index.test.tsx.snap +118 -25
- package/src/TableDataCell/index.test.tsx +66 -3
- package/src/TableDataCell/index.tsx +56 -1
- package/src/TableHead/__snapshots__/index.test.tsx.snap +21 -12
- package/src/TableHead/index.test.tsx +15 -2
- package/src/TableHead/index.tsx +1 -1
- package/src/TableHeadCell/__snapshots__/index.test.tsx.snap +269 -175
- package/src/TableHeadCell/index.test.tsx +132 -15
- package/src/TableLoaderBackground/__snapshots__/index.test.tsx.snap +6 -9
- package/src/TableLoaderBackground/index.test.tsx +2 -2
- package/src/TableLoaderBackground/index.tsx +1 -1
- package/src/TableNoDataRow/__snapshots__/index.test.tsx.snap +19 -17
- package/src/TableNoDataRow/index.test.tsx +12 -2
- package/src/TableNoDataRow/index.tsx +1 -1
- package/src/TableRow/__snapshots__/index.test.tsx.snap +44 -39
- package/src/TableRow/index.test.tsx +31 -5
- package/src/TableSortIconContainer/__snapshots__/index.test.tsx.snap +6 -9
- package/src/TableSortIconContainer/index.test.tsx +2 -2
- package/src/TableSortIconContainer/index.tsx +1 -1
- package/src/Tabs/__snapshots__/index.test.tsx.snap +11 -19
- package/src/Tabs/index.test.tsx +3 -3
- package/src/Tabs/index.tsx +1 -3
- package/src/TabsHeading/__snapshots__/index.test.tsx.snap +34 -104
- package/src/TabsHeading/index.test.tsx +10 -4
- package/src/TabsHeading/index.tsx +1 -1
- package/src/TabsList/__snapshots__/index.test.tsx.snap +6 -10
- package/src/TabsList/index.test.tsx +2 -2
- package/src/TabsList/index.tsx +1 -1
- package/src/TabsListItemBase/__snapshots__/index.test.tsx.snap +55 -91
- package/src/TabsListItemBase/index.test.tsx +11 -9
- package/src/TabsPanelBase/__snapshots__/index.test.tsx.snap +25 -51
- package/src/TabsPanelBase/index.test.tsx +9 -5
- package/src/TaskList/__snapshots__/index.test.tsx.snap +11 -19
- package/src/TaskList/index.test.tsx +5 -3
- package/src/TaskListItem/__snapshots__/index.test.tsx.snap +6 -9
- package/src/TaskListItem/index.test.tsx +4 -2
- package/src/TaskListItem/index.tsx +1 -1
- package/src/TaskListItemContent/__snapshots__/index.test.tsx.snap +6 -9
- package/src/TaskListItemContent/index.test.tsx +2 -2
- package/src/TaskListItemContent/index.tsx +1 -1
- package/src/TaskListItemHeading/__snapshots__/index.test.tsx.snap +25 -74
- package/src/TaskListItemHeading/index.test.tsx +6 -4
- package/src/TaskListItemTag/__snapshots__/index.test.tsx.snap +21 -39
- package/src/TaskListItemTag/index.test.tsx +8 -5
- package/src/TextArea/__snapshots__/index.test.tsx.snap +56 -83
- package/src/TextArea/index.native.tsx +11 -0
- package/src/TextArea/index.test.tsx +28 -8
- package/src/TextArea/index.tsx +2 -50
- package/src/TextArea/index.web.tsx +45 -0
- package/src/TextInput/__snapshots__/index.test.tsx.snap +221 -513
- package/src/TextInput/index.native.tsx +15 -0
- package/src/TextInput/index.test.tsx +80 -45
- package/src/TextInput/index.tsx +2 -87
- package/src/TextInput/index.web.tsx +87 -0
- package/src/Timeline/__snapshots__/index.test.tsx.snap +11 -19
- package/src/Timeline/index.test.tsx +5 -3
- package/src/TimelineActions/__snapshots__/index.test.tsx.snap +6 -9
- package/src/TimelineActions/index.test.tsx +4 -2
- package/src/TimelineActions/index.tsx +1 -1
- package/src/TimelineContent/__snapshots__/index.test.tsx.snap +6 -9
- package/src/TimelineContent/index.test.tsx +4 -2
- package/src/TimelineContent/index.tsx +1 -1
- package/src/TimelineHeading/__snapshots__/index.test.tsx.snap +16 -29
- package/src/TimelineHeading/index.test.tsx +6 -4
- package/src/TimelineItem/__snapshots__/index.test.tsx.snap +6 -9
- package/src/TimelineItem/index.test.tsx +4 -2
- package/src/TimelineItem/index.tsx +1 -1
- package/src/Top/__snapshots__/index.test.tsx.snap +6 -9
- package/src/Top/index.test.tsx +2 -2
- package/src/Top/index.tsx +1 -1
- package/src/Typography/__snapshots__/index.test.tsx.snap +51 -111
- package/src/Typography/index.test.tsx +21 -21
- package/src/Typography/index.tsx +21 -20
- package/src/Unpurge/index.tsx +2458 -1
- package/src/VisuallyHidden/__snapshots__/index.test.tsx.snap +6 -9
- package/src/VisuallyHidden/index.test.tsx +4 -2
- package/src/VisuallyHidden/index.tsx +1 -1
- package/src/WarningText/__snapshots__/index.test.tsx.snap +57 -44
- package/src/WarningText/index.test.tsx +13 -4
- package/src/WarningText/index.tsx +26 -14
- package/src/WarningTextAssistive/index.tsx +37 -0
- package/src/index.ts +19 -17
- package/src/lazy.ts +246 -0
- package/src/registry.ts +549 -0
- package/src/utils/index.native.tsx +122 -0
- package/utils/index.native.d.ts +43 -0
- package/utils/index.native.js +46 -0
- package/Accordion/__snapshots__/index.test.tsx.snap +0 -16
- package/Accordion/index.test/index.js +0 -7
- package/Accordion/index.test/package.json +0 -6
- package/Accordion/index.test.d.ts +0 -1
- package/Accordion/package.json +0 -6
- package/AccordionControls/__snapshots__/index.test.tsx.snap +0 -18
- package/AccordionControls/index.test/index.js +0 -7
- package/AccordionControls/index.test/package.json +0 -6
- package/AccordionControls/index.test.d.ts +0 -1
- package/AccordionControls/package.json +0 -6
- package/AccordionSection/__snapshots__/index.test.tsx.snap +0 -54
- package/AccordionSection/index.test/index.js +0 -19
- package/AccordionSection/index.test/package.json +0 -6
- package/AccordionSection/index.test.d.ts +0 -1
- package/AccordionSection/package.json +0 -6
- package/AccordionSectionContent/__snapshots__/index.test.tsx.snap +0 -16
- package/AccordionSectionContent/index.test/index.js +0 -7
- package/AccordionSectionContent/index.test/package.json +0 -6
- package/AccordionSectionContent/index.test.d.ts +0 -1
- package/AccordionSectionContent/package.json +0 -6
- package/AccordionSectionSummary/__snapshots__/index.test.tsx.snap +0 -20
- package/AccordionSectionSummary/index.test/index.js +0 -7
- package/AccordionSectionSummary/index.test/package.json +0 -6
- package/AccordionSectionSummary/index.test.d.ts +0 -1
- package/AccordionSectionSummary/package.json +0 -6
- package/AccordionSectionSummaryHeading/__snapshots__/index.test.tsx.snap +0 -22
- package/AccordionSectionSummaryHeading/index.test/index.js +0 -7
- package/AccordionSectionSummaryHeading/index.test/package.json +0 -6
- package/AccordionSectionSummaryHeading/index.test.d.ts +0 -1
- package/AccordionSectionSummaryHeading/package.json +0 -6
- package/AdminAside/__snapshots__/index.test.tsx.snap +0 -26
- package/AdminAside/index.test/index.js +0 -7
- package/AdminAside/index.test/package.json +0 -6
- package/AdminAside/index.test.d.ts +0 -1
- package/AdminAside/package.json +0 -6
- package/AdminContainer/__snapshots__/index.test.tsx.snap +0 -58
- package/AdminContainer/index.test/index.js +0 -13
- package/AdminContainer/index.test/package.json +0 -6
- package/AdminContainer/index.test.d.ts +0 -1
- package/AdminContainer/package.json +0 -6
- package/AdminHeader/__snapshots__/index.test.tsx.snap +0 -20
- package/AdminHeader/index.test/index.js +0 -7
- package/AdminHeader/index.test/package.json +0 -6
- package/AdminHeader/index.test.d.ts +0 -1
- package/AdminHeader/package.json +0 -6
- package/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +0 -16
- package/AdminHeaderContent/index.spec/index.js +0 -7
- package/AdminHeaderContent/index.spec/package.json +0 -6
- package/AdminHeaderContent/index.spec.d.ts +0 -1
- package/AdminHeaderContent/package.json +0 -6
- package/AdminLayout/__snapshots__/index.test.tsx.snap +0 -16
- package/AdminLayout/index.test/index.js +0 -7
- package/AdminLayout/index.test/package.json +0 -6
- package/AdminLayout/index.test.d.ts +0 -1
- package/AdminLayout/package.json +0 -6
- package/AdminMain/__snapshots__/index.test.tsx.snap +0 -25
- package/AdminMain/index.test/index.js +0 -7
- package/AdminMain/index.test/package.json +0 -6
- package/AdminMain/index.test.d.ts +0 -1
- package/AdminMain/package.json +0 -6
- package/AdminTopSection/__snapshots__/index.test.tsx.snap +0 -21
- package/AdminTopSection/index.test/index.js +0 -7
- package/AdminTopSection/index.test/package.json +0 -6
- package/AdminTopSection/index.test.d.ts +0 -1
- package/AdminTopSection/package.json +0 -6
- package/Aside/__snapshots__/index.test.tsx.snap +0 -25
- package/Aside/index.test/index.js +0 -7
- package/Aside/index.test/package.json +0 -6
- package/Aside/index.test.d.ts +0 -1
- package/Aside/package.json +0 -6
- package/AutoCompleteAssistiveHint/__snapshots__/index.test.tsx.snap +0 -16
- package/AutoCompleteAssistiveHint/index.test/index.js +0 -7
- package/AutoCompleteAssistiveHint/index.test/package.json +0 -6
- package/AutoCompleteAssistiveHint/index.test.d.ts +0 -1
- package/AutoCompleteAssistiveHint/package.json +0 -6
- package/AutoCompleteContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/AutoCompleteContainer/index.test/index.js +0 -7
- package/AutoCompleteContainer/index.test/package.json +0 -6
- package/AutoCompleteContainer/index.test.d.ts +0 -1
- package/AutoCompleteContainer/package.json +0 -6
- package/AutoCompleteInput/__snapshots__/index.test.tsx.snap +0 -53
- package/AutoCompleteInput/index.d.ts +0 -17
- package/AutoCompleteInput/index.js +0 -24
- package/AutoCompleteInput/index.test/index.js +0 -20
- package/AutoCompleteInput/index.test/package.json +0 -6
- package/AutoCompleteInput/index.test.d.ts +0 -1
- package/AutoCompleteInput/package.json +0 -6
- package/AutoCompleteInputTypeahead/__snapshots__/index.test.tsx.snap +0 -22
- package/AutoCompleteInputTypeahead/index.d.ts +0 -11
- package/AutoCompleteInputTypeahead/index.js +0 -24
- package/AutoCompleteInputTypeahead/index.test/index.js +0 -7
- package/AutoCompleteInputTypeahead/index.test/package.json +0 -6
- package/AutoCompleteInputTypeahead/index.test.d.ts +0 -1
- package/AutoCompleteInputTypeahead/package.json +0 -6
- package/AutoCompleteMultipleInput/package.json +0 -6
- package/AutoCompleteMultipleInputContainer/package.json +0 -6
- package/AutoCompleteResultList/__snapshots__/index.test.tsx.snap +0 -33
- package/AutoCompleteResultList/index.test/index.js +0 -13
- package/AutoCompleteResultList/index.test/package.json +0 -6
- package/AutoCompleteResultList/index.test.d.ts +0 -1
- package/AutoCompleteResultList/package.json +0 -6
- package/AutoCompleteResultListItem/__snapshots__/index.test.tsx.snap +0 -78
- package/AutoCompleteResultListItem/index.test/index.js +0 -28
- package/AutoCompleteResultListItem/index.test/package.json +0 -6
- package/AutoCompleteResultListItem/index.test.d.ts +0 -1
- package/AutoCompleteResultListItem/package.json +0 -6
- package/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +0 -22
- package/AutoCompleteStatus/index.test/index.js +0 -7
- package/AutoCompleteStatus/index.test/package.json +0 -6
- package/AutoCompleteStatus/index.test.d.ts +0 -1
- package/AutoCompleteStatus/package.json +0 -6
- package/AutoCompleteStatusContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/AutoCompleteStatusContainer/index.test/index.js +0 -7
- package/AutoCompleteStatusContainer/index.test/package.json +0 -6
- package/AutoCompleteStatusContainer/index.test.d.ts +0 -1
- package/AutoCompleteStatusContainer/package.json +0 -6
- package/BackLink/__snapshots__/index.test.tsx.snap +0 -115
- package/BackLink/index.d.ts +0 -9
- package/BackLink/index.js +0 -33
- package/BackLink/index.test/index.js +0 -13
- package/BackLink/index.test/package.json +0 -6
- package/BackLink/index.test.d.ts +0 -1
- package/BackLink/package.json +0 -6
- package/BackToTopContainer/package.json +0 -6
- package/BackToTopLimit/package.json +0 -6
- package/BackToTopLink/package.json +0 -6
- package/BannerContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/BannerContainer/index.test/index.js +0 -7
- package/BannerContainer/index.test/package.json +0 -6
- package/BannerContainer/index.test.d.ts +0 -1
- package/BannerContainer/package.json +0 -6
- package/Base/package.json +0 -6
- package/Blockquote/__snapshots__/index.test.tsx.snap +0 -33
- package/Blockquote/index.test/index.js +0 -13
- package/Blockquote/index.test/package.json +0 -6
- package/Blockquote/index.test.d.ts +0 -1
- package/Blockquote/package.json +0 -6
- package/Bottom/__snapshots__/index.test.tsx.snap +0 -16
- package/Bottom/index.test/index.js +0 -7
- package/Bottom/index.test/package.json +0 -6
- package/Bottom/index.test.d.ts +0 -1
- package/Bottom/package.json +0 -6
- package/BottomInfo/__snapshots__/index.test.tsx.snap +0 -30
- package/BottomInfo/index.test/index.js +0 -7
- package/BottomInfo/index.test/package.json +0 -6
- package/BottomInfo/index.test.d.ts +0 -1
- package/BottomInfo/package.json +0 -6
- package/BottomInfoContainer/__snapshots__/index.test.tsx.snap +0 -30
- package/BottomInfoContainer/index.test/index.js +0 -7
- package/BottomInfoContainer/index.test/package.json +0 -6
- package/BottomInfoContainer/index.test.d.ts +0 -1
- package/BottomInfoContainer/package.json +0 -6
- package/BottomInfoContent/__snapshots__/index.test.tsx.snap +0 -22
- package/BottomInfoContent/index.test/index.js +0 -7
- package/BottomInfoContent/index.test/package.json +0 -6
- package/BottomInfoContent/index.test.d.ts +0 -1
- package/BottomInfoContent/package.json +0 -6
- package/Breadcrumbs/__snapshots__/index.test.tsx.snap +0 -16
- package/Breadcrumbs/index.test/index.js +0 -7
- package/Breadcrumbs/index.test/package.json +0 -6
- package/Breadcrumbs/index.test.d.ts +0 -1
- package/Breadcrumbs/package.json +0 -6
- package/BreadcrumbsList/__snapshots__/index.test.tsx.snap +0 -16
- package/BreadcrumbsList/index.test/index.js +0 -7
- package/BreadcrumbsList/index.test/package.json +0 -6
- package/BreadcrumbsList/index.test.d.ts +0 -1
- package/BreadcrumbsList/package.json +0 -6
- package/BreadcrumbsListItem/__snapshots__/index.test.tsx.snap +0 -42
- package/BreadcrumbsListItem/index.d.ts +0 -15
- package/BreadcrumbsListItem/index.js +0 -25
- package/BreadcrumbsListItem/index.test/index.js +0 -13
- package/BreadcrumbsListItem/index.test/package.json +0 -6
- package/BreadcrumbsListItem/index.test.d.ts +0 -1
- package/BreadcrumbsListItem/package.json +0 -6
- package/Button/__snapshots__/index.test.tsx.snap +0 -232
- package/Button/index.test/index.js +0 -76
- package/Button/index.test/package.json +0 -6
- package/Button/index.test.d.ts +0 -1
- package/Button/package.json +0 -6
- package/ButtonGroup/__snapshots__/index.test.tsx.snap +0 -16
- package/ButtonGroup/index.test/index.js +0 -7
- package/ButtonGroup/index.test/package.json +0 -6
- package/ButtonGroup/index.test.d.ts +0 -1
- package/ButtonGroup/package.json +0 -6
- package/ButtonLink/__snapshots__/index.test.tsx.snap +0 -199
- package/ButtonLink/index.d.ts +0 -28
- package/ButtonLink/index.js +0 -23
- package/ButtonLink/index.test/index.js +0 -68
- package/ButtonLink/index.test/package.json +0 -6
- package/ButtonLink/index.test.d.ts +0 -1
- package/ButtonLink/package.json +0 -6
- package/CallToAction/__snapshots__/index.test.tsx.snap +0 -52
- package/CallToAction/index.d.ts +0 -9
- package/CallToAction/index.js +0 -24
- package/CallToAction/index.test/index.js +0 -7
- package/CallToAction/index.test/package.json +0 -6
- package/CallToAction/index.test.d.ts +0 -1
- package/CallToAction/package.json +0 -6
- package/Card/__snapshots__/index.test.tsx.snap +0 -278
- package/Card/index.test/index.js +0 -85
- package/Card/index.test/package.json +0 -6
- package/Card/index.test.d.ts +0 -1
- package/Card/package.json +0 -6
- package/CardAction/__snapshots__/index.test.tsx.snap +0 -16
- package/CardAction/index.test/index.js +0 -7
- package/CardAction/index.test/package.json +0 -6
- package/CardAction/index.test.d.ts +0 -1
- package/CardAction/package.json +0 -6
- package/CardContent/__snapshots__/index.test.tsx.snap +0 -16
- package/CardContent/index.test/index.js +0 -7
- package/CardContent/index.test/package.json +0 -6
- package/CardContent/index.test.d.ts +0 -1
- package/CardContent/package.json +0 -6
- package/CardHeading/__snapshots__/index.test.tsx.snap +0 -20
- package/CardHeading/index.test/index.js +0 -7
- package/CardHeading/index.test/package.json +0 -6
- package/CardHeading/index.test.d.ts +0 -1
- package/CardHeading/package.json +0 -6
- package/Checkbox/__snapshots__/index.test.tsx.snap +0 -212
- package/Checkbox/index.test/index.js +0 -24
- package/Checkbox/index.test/package.json +0 -6
- package/Checkbox/index.test.d.ts +0 -1
- package/Checkbox/package.json +0 -6
- package/CheckboxConditional/__snapshots__/index.test.tsx.snap +0 -44
- package/CheckboxConditional/index.test/index.js +0 -7
- package/CheckboxConditional/index.test/package.json +0 -6
- package/CheckboxConditional/index.test.d.ts +0 -1
- package/CheckboxConditional/package.json +0 -6
- package/CheckboxItem/__snapshots__/index.test.tsx.snap +0 -291
- package/CheckboxItem/index.test/index.js +0 -48
- package/CheckboxItem/index.test/package.json +0 -6
- package/CheckboxItem/index.test.d.ts +0 -1
- package/CheckboxItem/package.json +0 -6
- package/Chip/__snapshots__/index.test.tsx.snap +0 -20
- package/Chip/index.test/index.js +0 -7
- package/Chip/index.test/package.json +0 -6
- package/Chip/index.test.d.ts +0 -1
- package/Chip/package.json +0 -6
- package/ChipContainer/__snapshots__/index.spec.tsx.snap +0 -16
- package/ChipContainer/index.spec/index.js +0 -7
- package/ChipContainer/index.spec/package.json +0 -6
- package/ChipContainer/index.spec.d.ts +0 -1
- package/ChipContainer/package.json +0 -6
- package/ChipHeading/__snapshots__/index.test.tsx.snap +0 -26
- package/ChipHeading/index.test/index.js +0 -7
- package/ChipHeading/index.test/package.json +0 -6
- package/ChipHeading/index.test.d.ts +0 -1
- package/ChipHeading/package.json +0 -6
- package/ChipKeyValue/__snapshots__/index.test.tsx.snap +0 -16
- package/ChipKeyValue/index.test/index.js +0 -7
- package/ChipKeyValue/index.test/package.json +0 -6
- package/ChipKeyValue/index.test.d.ts +0 -1
- package/ChipKeyValue/package.json +0 -6
- package/ChoiceDividerText/__snapshots__/index.test.tsx.snap +0 -16
- package/ChoiceDividerText/index.test/index.js +0 -7
- package/ChoiceDividerText/index.test/package.json +0 -6
- package/ChoiceDividerText/index.test.d.ts +0 -1
- package/ChoiceDividerText/package.json +0 -6
- package/CircularProgress/__snapshots__/index.test.tsx.snap +0 -181
- package/CircularProgress/index.d.ts +0 -27
- package/CircularProgress/index.js +0 -35
- package/CircularProgress/index.test/index.js +0 -39
- package/CircularProgress/index.test/package.json +0 -6
- package/CircularProgress/index.test.d.ts +0 -1
- package/CircularProgress/package.json +0 -6
- package/CloseButton/__snapshots__/index.test.tsx.snap +0 -104
- package/CloseButton/index.test/index.js +0 -13
- package/CloseButton/index.test/package.json +0 -6
- package/CloseButton/index.test.d.ts +0 -1
- package/CloseButton/package.json +0 -6
- package/Code/__snapshots__/index.test.tsx.snap +0 -109
- package/Code/index.test/index.js +0 -31
- package/Code/index.test/package.json +0 -6
- package/Code/index.test.d.ts +0 -1
- package/Code/package.json +0 -6
- package/CodeBlock/__snapshots__/index.test.tsx.snap +0 -22
- package/CodeBlock/index.d.ts +0 -10
- package/CodeBlock/index.js +0 -23
- package/CodeBlock/index.test/index.js +0 -7
- package/CodeBlock/index.test/package.json +0 -6
- package/CodeBlock/index.test.d.ts +0 -1
- package/CodeBlock/package.json +0 -6
- package/Container/__snapshots__/index.test.tsx.snap +0 -76
- package/Container/index.test/index.js +0 -20
- package/Container/index.test/package.json +0 -6
- package/Container/index.test.d.ts +0 -1
- package/Container/package.json +0 -6
- package/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +0 -84
- package/CopyToClipboardContainer/index.spec/index.js +0 -26
- package/CopyToClipboardContainer/index.spec/package.json +0 -6
- package/CopyToClipboardContainer/index.spec.d.ts +0 -1
- package/CopyToClipboardContainer/package.json +0 -6
- package/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +0 -97
- package/CopyToClipboardMessage/index.test/index.js +0 -33
- package/CopyToClipboardMessage/index.test/package.json +0 -6
- package/CopyToClipboardMessage/index.test.d.ts +0 -1
- package/CopyToClipboardMessage/package.json +0 -6
- package/CopyrightContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/CopyrightContainer/index.test/index.js +0 -7
- package/CopyrightContainer/index.test/package.json +0 -6
- package/CopyrightContainer/index.test.d.ts +0 -1
- package/CopyrightContainer/package.json +0 -6
- package/DateInputContainer/__snapshots__/index.test.tsx.snap +0 -33
- package/DateInputContainer/index.test/index.js +0 -13
- package/DateInputContainer/index.test/package.json +0 -6
- package/DateInputContainer/index.test.d.ts +0 -1
- package/DateInputContainer/package.json +0 -6
- package/DateInputItem/__snapshots__/index.test.tsx.snap +0 -94
- package/DateInputItem/index.test/index.js +0 -20
- package/DateInputItem/index.test/package.json +0 -6
- package/DateInputItem/index.test.d.ts +0 -1
- package/DateInputItem/package.json +0 -6
- package/Details/__snapshots__/index.test.tsx.snap +0 -16
- package/Details/index.test/index.js +0 -7
- package/Details/index.test/package.json +0 -6
- package/Details/index.test.d.ts +0 -1
- package/Details/package.json +0 -6
- package/DetailsContent/__snapshots__/index.test.tsx.snap +0 -16
- package/DetailsContent/index.test/index.js +0 -7
- package/DetailsContent/index.test/package.json +0 -6
- package/DetailsContent/index.test.d.ts +0 -1
- package/DetailsContent/package.json +0 -6
- package/DetailsSummary/__snapshots__/index.test.tsx.snap +0 -16
- package/DetailsSummary/index.test/index.js +0 -7
- package/DetailsSummary/index.test/package.json +0 -6
- package/DetailsSummary/index.test.d.ts +0 -1
- package/DetailsSummary/package.json +0 -6
- package/Drawer/__snapshots__/index.test.tsx.snap +0 -105
- package/Drawer/index.test/index.js +0 -16
- package/Drawer/index.test/package.json +0 -6
- package/Drawer/index.test.d.ts +0 -1
- package/Drawer/package.json +0 -6
- package/DrawerHeading/__snapshots__/index.test.tsx.snap +0 -75
- package/DrawerHeading/index.test/index.js +0 -7
- package/DrawerHeading/index.test/package.json +0 -6
- package/DrawerHeading/index.test.d.ts +0 -1
- package/DrawerHeading/package.json +0 -6
- package/DropdownBase/__snapshots__/index.test.tsx.snap +0 -226
- package/DropdownBase/index.test/index.js +0 -80
- package/DropdownBase/index.test/package.json +0 -6
- package/DropdownBase/index.test.d.ts +0 -1
- package/DropdownBase/package.json +0 -6
- package/DropdownButton/__snapshots__/index.test.tsx.snap +0 -643
- package/DropdownButton/index.test/index.js +0 -153
- package/DropdownButton/index.test/package.json +0 -6
- package/DropdownButton/index.test.d.ts +0 -1
- package/DropdownButton/package.json +0 -6
- package/DropdownContent/__snapshots__/index.test.tsx.snap +0 -16
- package/DropdownContent/index.test/index.js +0 -7
- package/DropdownContent/index.test/package.json +0 -6
- package/DropdownContent/index.test.d.ts +0 -1
- package/DropdownContent/package.json +0 -6
- package/ErrorMessage/__snapshots__/index.test.tsx.snap +0 -16
- package/ErrorMessage/index.test/index.js +0 -7
- package/ErrorMessage/index.test/package.json +0 -6
- package/ErrorMessage/index.test.d.ts +0 -1
- package/ErrorMessage/package.json +0 -6
- package/ErrorSummary/__snapshots__/index.test.tsx.snap +0 -76
- package/ErrorSummary/index.test/index.js +0 -13
- package/ErrorSummary/index.test/package.json +0 -6
- package/ErrorSummary/index.test.d.ts +0 -1
- package/ErrorSummary/package.json +0 -6
- package/FieldContainer/__snapshots__/index.test.tsx.snap +0 -68
- package/FieldContainer/index.test/index.js +0 -19
- package/FieldContainer/index.test/package.json +0 -6
- package/FieldContainer/index.test.d.ts +0 -1
- package/FieldContainer/package.json +0 -6
- package/Fieldset/__snapshots__/index.test.tsx.snap +0 -16
- package/Fieldset/index.test/index.js +0 -7
- package/Fieldset/index.test/package.json +0 -6
- package/Fieldset/index.test.d.ts +0 -1
- package/Fieldset/package.json +0 -6
- package/FieldsetLegend/__snapshots__/index.test.tsx.snap +0 -193
- package/FieldsetLegend/index.test/index.js +0 -65
- package/FieldsetLegend/index.test/package.json +0 -6
- package/FieldsetLegend/index.test.d.ts +0 -1
- package/FieldsetLegend/package.json +0 -6
- package/FileUpload/__snapshots__/index.test.tsx.snap +0 -61
- package/FileUpload/index.test/index.js +0 -13
- package/FileUpload/index.test/package.json +0 -6
- package/FileUpload/index.test.d.ts +0 -1
- package/FileUpload/package.json +0 -6
- package/FileUploadContainer/__snapshots__/index.test.tsx.snap +0 -29
- package/FileUploadContainer/index.test/index.js +0 -13
- package/FileUploadContainer/index.test/package.json +0 -6
- package/FileUploadContainer/index.test.d.ts +0 -1
- package/FileUploadContainer/package.json +0 -6
- package/FillableText/__snapshots__/index.test.tsx.snap +0 -16
- package/FillableText/index.test/index.js +0 -7
- package/FillableText/index.test/package.json +0 -6
- package/FillableText/index.test.d.ts +0 -1
- package/FillableText/package.json +0 -6
- package/FilterContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/FilterContainer/index.test/index.js +0 -7
- package/FilterContainer/index.test/package.json +0 -6
- package/FilterContainer/index.test.d.ts +0 -1
- package/FilterContainer/package.json +0 -6
- package/FilterContent/__snapshots__/index.test.tsx.snap +0 -16
- package/FilterContent/index.test/index.js +0 -7
- package/FilterContent/index.test/package.json +0 -6
- package/FilterContent/index.test.d.ts +0 -1
- package/FilterContent/package.json +0 -6
- package/FilterHeadingContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/FilterHeadingContainer/index.test/index.js +0 -7
- package/FilterHeadingContainer/index.test/package.json +0 -6
- package/FilterHeadingContainer/index.test.d.ts +0 -1
- package/FilterHeadingContainer/package.json +0 -6
- package/FilterOptionsSection/__snapshots__/index.spec.tsx.snap +0 -16
- package/FilterOptionsSection/index.spec/index.js +0 -7
- package/FilterOptionsSection/index.spec/package.json +0 -6
- package/FilterOptionsSection/index.spec.d.ts +0 -1
- package/FilterOptionsSection/package.json +0 -6
- package/FilterSelectedHeading/__snapshots__/index.spec.tsx.snap +0 -16
- package/FilterSelectedHeading/index.spec/index.js +0 -7
- package/FilterSelectedHeading/index.spec/package.json +0 -6
- package/FilterSelectedHeading/index.spec.d.ts +0 -1
- package/FilterSelectedHeading/package.json +0 -6
- package/FilterSelectedSection/__snapshots__/index.test.tsx.snap +0 -16
- package/FilterSelectedSection/index.test/index.js +0 -7
- package/FilterSelectedSection/index.test/package.json +0 -6
- package/FilterSelectedSection/index.test.d.ts +0 -1
- package/FilterSelectedSection/package.json +0 -6
- package/Footer/__snapshots__/index.test.tsx.snap +0 -16
- package/Footer/index.test/index.js +0 -7
- package/Footer/index.test/package.json +0 -6
- package/Footer/index.test.d.ts +0 -1
- package/Footer/package.json +0 -6
- package/FooterContainer/__snapshots__/index.test.tsx.snap +0 -25
- package/FooterContainer/index.test/index.js +0 -7
- package/FooterContainer/index.test/package.json +0 -6
- package/FooterContainer/index.test.d.ts +0 -1
- package/FooterContainer/package.json +0 -6
- package/FooterContent/__snapshots__/index.test.tsx.snap +0 -16
- package/FooterContent/index.test/index.js +0 -7
- package/FooterContent/index.test/package.json +0 -6
- package/FooterContent/index.test.d.ts +0 -1
- package/FooterContent/package.json +0 -6
- package/FooterContentLogos/__snapshots__/index.test.tsx.snap +0 -16
- package/FooterContentLogos/index.test/index.js +0 -7
- package/FooterContentLogos/index.test/package.json +0 -6
- package/FooterContentLogos/index.test.d.ts +0 -1
- package/FooterContentLogos/package.json +0 -6
- package/FooterHeading/__snapshots__/index.test.tsx.snap +0 -83
- package/FooterHeading/index.test/index.js +0 -19
- package/FooterHeading/index.test/package.json +0 -6
- package/FooterHeading/index.test.d.ts +0 -1
- package/FooterHeading/package.json +0 -6
- package/FooterImage/__snapshots__/index.test.tsx.snap +0 -16
- package/FooterImage/index.test/index.js +0 -7
- package/FooterImage/index.test/package.json +0 -6
- package/FooterImage/index.test.d.ts +0 -1
- package/FooterImage/package.json +0 -6
- package/FooterInfo/__snapshots__/index.test.tsx.snap +0 -16
- package/FooterInfo/index.test/index.js +0 -7
- package/FooterInfo/index.test/package.json +0 -6
- package/FooterInfo/index.test.d.ts +0 -1
- package/FooterInfo/package.json +0 -6
- package/FooterInfoSection/__snapshots__/index.test.tsx.snap +0 -50
- package/FooterInfoSection/index.test/index.js +0 -19
- package/FooterInfoSection/index.test/package.json +0 -6
- package/FooterInfoSection/index.test.d.ts +0 -1
- package/FooterInfoSection/package.json +0 -6
- package/FooterLink/__snapshots__/index.test.tsx.snap +0 -35
- package/FooterLink/index.d.ts +0 -9
- package/FooterLink/index.js +0 -20
- package/FooterLink/index.test/index.js +0 -13
- package/FooterLink/index.test/package.json +0 -6
- package/FooterLink/index.test.d.ts +0 -1
- package/FooterLink/package.json +0 -6
- package/FooterList/__snapshots__/index.test.tsx.snap +0 -33
- package/FooterList/index.test/index.js +0 -13
- package/FooterList/index.test/package.json +0 -6
- package/FooterList/index.test.d.ts +0 -1
- package/FooterList/package.json +0 -6
- package/FooterListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/FooterListItem/index.test/index.js +0 -7
- package/FooterListItem/index.test/package.json +0 -6
- package/FooterListItem/index.test.d.ts +0 -1
- package/FooterListItem/package.json +0 -6
- package/FooterNavigation/__snapshots__/index.test.tsx.snap +0 -16
- package/FooterNavigation/index.test/index.js +0 -7
- package/FooterNavigation/index.test/package.json +0 -6
- package/FooterNavigation/index.test.d.ts +0 -1
- package/FooterNavigation/package.json +0 -6
- package/FooterNavigationSection/__snapshots__/index.test.tsx.snap +0 -20
- package/FooterNavigationSection/index.test/index.js +0 -9
- package/FooterNavigationSection/index.test/package.json +0 -6
- package/FooterNavigationSection/index.test.d.ts +0 -1
- package/FooterNavigationSection/package.json +0 -6
- package/Form/__snapshots__/index.test.tsx.snap +0 -33
- package/Form/index.test/index.js +0 -13
- package/Form/index.test/package.json +0 -6
- package/Form/index.test.d.ts +0 -1
- package/Form/package.json +0 -6
- package/FullPageBackground/__snapshots__/index.test.tsx.snap +0 -14
- package/FullPageBackground/index.test/index.js +0 -7
- package/FullPageBackground/index.test/package.json +0 -6
- package/FullPageBackground/index.test.d.ts +0 -1
- package/FullPageBackground/package.json +0 -6
- package/GovGRLogo/__snapshots__/index.test.tsx.snap +0 -27
- package/GovGRLogo/govgr-logo-base64/index.js +0 -1
- package/GovGRLogo/govgr-logo-base64/package.json +0 -6
- package/GovGRLogo/govgr-logo-blue-base64/index.js +0 -1
- package/GovGRLogo/govgr-logo-blue-base64/package.json +0 -6
- package/GovGRLogo/index.d.ts +0 -9
- package/GovGRLogo/index.js +0 -32
- package/GovGRLogo/index.test/index.js +0 -7
- package/GovGRLogo/index.test/package.json +0 -6
- package/GovGRLogo/index.test.d.ts +0 -1
- package/GovGRLogo/package.json +0 -6
- package/Grid/__snapshots__/index.test.tsx.snap +0 -135
- package/Grid/index.test/index.js +0 -49
- package/Grid/index.test/package.json +0 -6
- package/Grid/index.test.d.ts +0 -1
- package/Grid/package.json +0 -6
- package/Header/__snapshots__/index.test.tsx.snap +0 -18
- package/Header/index.test/index.js +0 -7
- package/Header/index.test/package.json +0 -6
- package/Header/index.test.d.ts +0 -1
- package/Header/package.json +0 -6
- package/HeaderContent/__snapshots__/index.test.tsx.snap +0 -16
- package/HeaderContent/index.test/index.js +0 -7
- package/HeaderContent/index.test/package.json +0 -6
- package/HeaderContent/index.test.d.ts +0 -1
- package/HeaderContent/package.json +0 -6
- package/HeaderLogo/__snapshots__/index.test.tsx.snap +0 -18
- package/HeaderLogo/index.d.ts +0 -19
- package/HeaderLogo/index.js +0 -27
- package/HeaderLogo/index.test/index.js +0 -7
- package/HeaderLogo/index.test/package.json +0 -6
- package/HeaderLogo/index.test.d.ts +0 -1
- package/HeaderLogo/package.json +0 -6
- package/HeaderNavMenuContent/__snapshots__/index.test.tsx.snap +0 -16
- package/HeaderNavMenuContent/index.test/index.js +0 -7
- package/HeaderNavMenuContent/index.test/package.json +0 -6
- package/HeaderNavMenuContent/index.test.d.ts +0 -1
- package/HeaderNavMenuContent/package.json +0 -6
- package/HeaderSecondaryLogo/__snapshots__/index.test.tsx.snap +0 -48
- package/HeaderSecondaryLogo/index.d.ts +0 -19
- package/HeaderSecondaryLogo/index.js +0 -27
- package/HeaderSecondaryLogo/index.test/index.js +0 -18
- package/HeaderSecondaryLogo/index.test/package.json +0 -6
- package/HeaderSecondaryLogo/index.test.d.ts +0 -1
- package/HeaderSecondaryLogo/package.json +0 -6
- package/HeaderSection/__snapshots__/index.test.tsx.snap +0 -16
- package/HeaderSection/index.test/index.js +0 -7
- package/HeaderSection/index.test/package.json +0 -6
- package/HeaderSection/index.test.d.ts +0 -1
- package/HeaderSection/package.json +0 -6
- package/HeaderTitle/__snapshots__/index.test.tsx.snap +0 -37
- package/HeaderTitle/index.d.ts +0 -9
- package/HeaderTitle/index.js +0 -23
- package/HeaderTitle/index.test/index.js +0 -13
- package/HeaderTitle/index.test/package.json +0 -6
- package/HeaderTitle/index.test.d.ts +0 -1
- package/HeaderTitle/package.json +0 -6
- package/Heading/__snapshots__/index.test.tsx.snap +0 -430
- package/Heading/index.test/index.js +0 -128
- package/Heading/index.test/package.json +0 -6
- package/Heading/index.test.d.ts +0 -1
- package/Heading/package.json +0 -6
- package/HeadingCaption/__snapshots__/index.test.tsx.snap +0 -87
- package/HeadingCaption/index.test/index.js +0 -25
- package/HeadingCaption/index.test/package.json +0 -6
- package/HeadingCaption/index.test.d.ts +0 -1
- package/HeadingCaption/package.json +0 -6
- package/HellenicRepublicLogo/__snapshots__/index.test.tsx.snap +0 -30
- package/HellenicRepublicLogo/index.test/index.js +0 -7
- package/HellenicRepublicLogo/index.test/package.json +0 -6
- package/HellenicRepublicLogo/index.test.d.ts +0 -1
- package/HellenicRepublicLogo/logo-el/index.js +0 -1
- package/HellenicRepublicLogo/logo-el/package.json +0 -6
- package/HellenicRepublicLogo/logo-en/index.js +0 -1
- package/HellenicRepublicLogo/logo-en/package.json +0 -6
- package/HellenicRepublicLogo/logo-inverted-el/index.js +0 -1
- package/HellenicRepublicLogo/logo-inverted-el/package.json +0 -6
- package/HellenicRepublicLogo/logo-inverted-en/index.js +0 -1
- package/HellenicRepublicLogo/logo-inverted-en/package.json +0 -6
- package/HellenicRepublicLogo/package.json +0 -6
- package/Hidden/__snapshots__/index.test.tsx.snap +0 -100
- package/Hidden/index.test/index.js +0 -33
- package/Hidden/index.test/package.json +0 -6
- package/Hidden/index.test.d.ts +0 -1
- package/Hidden/package.json +0 -6
- package/Hint/__snapshots__/index.test.tsx.snap +0 -90
- package/Hint/index.test/index.js +0 -25
- package/Hint/index.test/package.json +0 -6
- package/Hint/index.test.d.ts +0 -1
- package/Hint/package.json +0 -6
- package/ImageLogo/__snapshots__/index.test.tsx.snap +0 -38
- package/ImageLogo/index.test/index.js +0 -16
- package/ImageLogo/index.test/package.json +0 -6
- package/ImageLogo/index.test.d.ts +0 -1
- package/ImageLogo/package.json +0 -6
- package/ImageLogoSet/__snapshots__/index.test.tsx.snap +0 -118
- package/ImageLogoSet/index.test/index.js +0 -21
- package/ImageLogoSet/index.test/package.json +0 -6
- package/ImageLogoSet/index.test.d.ts +0 -1
- package/ImageLogoSet/package.json +0 -6
- package/KitchenSinkAllComponents/package.json +0 -6
- package/KitchenSinkCard/package.json +0 -6
- package/KitchenSinkCategory/package.json +0 -6
- package/KitchenSinkContent/package.json +0 -6
- package/KitchenSinkContentInfo/package.json +0 -6
- package/KitchenSinkContentTags/package.json +0 -6
- package/KitchenSinkHeading/package.json +0 -6
- package/KitchenSinkLetterContent/package.json +0 -6
- package/LabelContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/LabelContainer/index.test/index.js +0 -7
- package/LabelContainer/index.test/package.json +0 -6
- package/LabelContainer/index.test.d.ts +0 -1
- package/LabelContainer/package.json +0 -6
- package/LabelTitle/__snapshots__/index.test.tsx.snap +0 -193
- package/LabelTitle/index.test/index.js +0 -65
- package/LabelTitle/index.test/package.json +0 -6
- package/LabelTitle/index.test.d.ts +0 -1
- package/LabelTitle/package.json +0 -6
- package/LabeledText/__snapshots__/index.test.tsx.snap +0 -50
- package/LabeledText/index.test/index.js +0 -19
- package/LabeledText/index.test/package.json +0 -6
- package/LabeledText/index.test.d.ts +0 -1
- package/LabeledText/package.json +0 -6
- package/Layout/__snapshots__/index.test.tsx.snap +0 -16
- package/Layout/index.test/index.js +0 -7
- package/Layout/index.test/package.json +0 -6
- package/Layout/index.test.d.ts +0 -1
- package/Layout/package.json +0 -6
- package/LinkBase/__snapshots__/index.test.tsx.snap +0 -50
- package/LinkBase/index.test/index.js +0 -19
- package/LinkBase/index.test/package.json +0 -6
- package/LinkBase/index.test.d.ts +0 -1
- package/LinkBase/package.json +0 -6
- package/List/__snapshots__/index.test.tsx.snap +0 -212
- package/List/index.test/index.js +0 -46
- package/List/index.test/package.json +0 -6
- package/List/index.test.d.ts +0 -1
- package/List/package.json +0 -6
- package/ListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/ListItem/index.test/index.js +0 -7
- package/ListItem/index.test/package.json +0 -6
- package/ListItem/index.test.d.ts +0 -1
- package/ListItem/package.json +0 -6
- package/LoaderContainer/__snapshots__/index.test.tsx.snap +0 -14
- package/LoaderContainer/index.test/index.js +0 -7
- package/LoaderContainer/index.test/package.json +0 -6
- package/LoaderContainer/index.test.d.ts +0 -1
- package/LoaderContainer/package.json +0 -6
- package/Main/__snapshots__/index.test.tsx.snap +0 -27
- package/Main/index.test/index.js +0 -7
- package/Main/index.test/package.json +0 -6
- package/Main/index.test.d.ts +0 -1
- package/Main/package.json +0 -6
- package/Masthead/__snapshots__/index.test.tsx.snap +0 -16
- package/Masthead/index.test/index.js +0 -7
- package/Masthead/index.test/package.json +0 -6
- package/Masthead/index.test.d.ts +0 -1
- package/Masthead/package.json +0 -6
- package/MastheadBody/__snapshots__/index.test.tsx.snap +0 -16
- package/MastheadBody/index.test/index.js +0 -7
- package/MastheadBody/index.test/package.json +0 -6
- package/MastheadBody/index.test.d.ts +0 -1
- package/MastheadBody/package.json +0 -6
- package/MastheadLogo/__snapshots__/index.test.tsx.snap +0 -16
- package/MastheadLogo/index.test/index.js +0 -7
- package/MastheadLogo/index.test/package.json +0 -6
- package/MastheadLogo/index.test.d.ts +0 -1
- package/MastheadLogo/package.json +0 -6
- package/ModalAction/__snapshots__/index.test.tsx.snap +0 -16
- package/ModalAction/index.test/index.js +0 -7
- package/ModalAction/index.test/package.json +0 -6
- package/ModalAction/index.test.d.ts +0 -1
- package/ModalAction/package.json +0 -6
- package/ModalContainer/__snapshots__/index.test.tsx.snap +0 -24
- package/ModalContainer/index.test/index.js +0 -7
- package/ModalContainer/index.test/package.json +0 -6
- package/ModalContainer/index.test.d.ts +0 -1
- package/ModalContainer/package.json +0 -6
- package/ModalContent/__snapshots__/index.test.tsx.snap +0 -16
- package/ModalContent/index.test/index.js +0 -7
- package/ModalContent/index.test/package.json +0 -6
- package/ModalContent/index.test.d.ts +0 -1
- package/ModalContent/package.json +0 -6
- package/ModalHeading/__snapshots__/index.test.tsx.snap +0 -29
- package/ModalHeading/index.test/index.js +0 -7
- package/ModalHeading/index.test/package.json +0 -6
- package/ModalHeading/index.test.d.ts +0 -1
- package/ModalHeading/package.json +0 -6
- package/Nav/__snapshots__/index.test.tsx.snap +0 -120
- package/Nav/index.test/index.js +0 -45
- package/Nav/index.test/package.json +0 -6
- package/Nav/index.test.d.ts +0 -1
- package/Nav/package.json +0 -6
- package/NavList/__snapshots__/index.test.tsx.snap +0 -33
- package/NavList/index.test/index.js +0 -13
- package/NavList/index.test/package.json +0 -6
- package/NavList/index.test.d.ts +0 -1
- package/NavList/package.json +0 -6
- package/NavListItemAction/__snapshots__/index.test.tsx.snap +0 -16
- package/NavListItemAction/index.d.ts +0 -14
- package/NavListItemAction/index.js +0 -24
- package/NavListItemAction/index.test/index.js +0 -7
- package/NavListItemAction/index.test/package.json +0 -6
- package/NavListItemAction/index.test.d.ts +0 -1
- package/NavListItemAction/package.json +0 -6
- package/NavListItemActionContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/NavListItemActionContainer/index.test/index.js +0 -7
- package/NavListItemActionContainer/index.test/package.json +0 -6
- package/NavListItemActionContainer/index.test.d.ts +0 -1
- package/NavListItemActionContainer/package.json +0 -6
- package/NavListItemButton/__snapshots__/index.test.tsx.snap +0 -179
- package/NavListItemButton/index.test/index.js +0 -19
- package/NavListItemButton/index.test/package.json +0 -6
- package/NavListItemButton/index.test.d.ts +0 -1
- package/NavListItemButton/package.json +0 -6
- package/NavListItemLink/__snapshots__/index.test.tsx.snap +0 -112
- package/NavListItemLink/index.d.ts +0 -17
- package/NavListItemLink/index.js +0 -22
- package/NavListItemLink/index.test/index.js +0 -33
- package/NavListItemLink/index.test/package.json +0 -6
- package/NavListItemLink/index.test.d.ts +0 -1
- package/NavListItemLink/package.json +0 -6
- package/NavMenuContainer/__snapshots__/index.test.tsx.snap +0 -155
- package/NavMenuContainer/index.test/index.js +0 -25
- package/NavMenuContainer/index.test/package.json +0 -6
- package/NavMenuContainer/index.test.d.ts +0 -1
- package/NavMenuContainer/package.json +0 -6
- package/NavMenuContent/__snapshots__/index.test.tsx.snap +0 -24
- package/NavMenuContent/index.test/index.js +0 -7
- package/NavMenuContent/index.test/package.json +0 -6
- package/NavMenuContent/index.test.d.ts +0 -1
- package/NavMenuContent/package.json +0 -6
- package/NavMenuContentListBase/__snapshots__/index.test.tsx.snap +0 -16
- package/NavMenuContentListBase/index.test/index.js +0 -7
- package/NavMenuContentListBase/index.test/package.json +0 -6
- package/NavMenuContentListBase/index.test.d.ts +0 -1
- package/NavMenuContentListBase/package.json +0 -6
- package/NavMenuContentListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/NavMenuContentListItem/index.test/index.js +0 -7
- package/NavMenuContentListItem/index.test/package.json +0 -6
- package/NavMenuContentListItem/index.test.d.ts +0 -1
- package/NavMenuContentListItem/package.json +0 -6
- package/NavMenuTitle/__snapshots__/index.test.tsx.snap +0 -43
- package/NavMenuTitle/index.test/index.js +0 -7
- package/NavMenuTitle/index.test/package.json +0 -6
- package/NavMenuTitle/index.test.d.ts +0 -1
- package/NavMenuTitle/package.json +0 -6
- package/NormalText/__snapshots__/index.test.tsx.snap +0 -945
- package/NormalText/index.test/index.js +0 -269
- package/NormalText/index.test/package.json +0 -6
- package/NormalText/index.test.d.ts +0 -1
- package/NormalText/package.json +0 -6
- package/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +0 -68
- package/NotificationBannerContainer/index.test/index.js +0 -19
- package/NotificationBannerContainer/index.test/package.json +0 -6
- package/NotificationBannerContainer/index.test.d.ts +0 -1
- package/NotificationBannerContainer/package.json +0 -6
- package/NotificationBannerContent/__snapshots__/index.test.tsx.snap +0 -16
- package/NotificationBannerContent/index.test/index.js +0 -7
- package/NotificationBannerContent/index.test/package.json +0 -6
- package/NotificationBannerContent/index.test.d.ts +0 -1
- package/NotificationBannerContent/package.json +0 -6
- package/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +0 -39
- package/NotificationBannerHeader/index.test/index.js +0 -7
- package/NotificationBannerHeader/index.test/package.json +0 -6
- package/NotificationBannerHeader/index.test.d.ts +0 -1
- package/NotificationBannerHeader/package.json +0 -6
- package/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +0 -27
- package/NotificationBannerHeading/index.test/index.js +0 -7
- package/NotificationBannerHeading/index.test/package.json +0 -6
- package/NotificationBannerHeading/index.test.d.ts +0 -1
- package/NotificationBannerHeading/package.json +0 -6
- package/NotificationBannerLink/__snapshots__/index.test.tsx.snap +0 -44
- package/NotificationBannerLink/index.test/index.js +0 -13
- package/NotificationBannerLink/index.test/package.json +0 -6
- package/NotificationBannerLink/index.test.d.ts +0 -1
- package/NotificationBannerLink/package.json +0 -6
- package/PageTitleCaption/__snapshots__/index.test.tsx.snap +0 -127
- package/PageTitleCaption/index.test/index.js +0 -31
- package/PageTitleCaption/index.test/package.json +0 -6
- package/PageTitleCaption/index.test.d.ts +0 -1
- package/PageTitleCaption/package.json +0 -6
- package/PageTitleContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/PageTitleContainer/index.test/index.js +0 -7
- package/PageTitleContainer/index.test/package.json +0 -6
- package/PageTitleContainer/index.test.d.ts +0 -1
- package/PageTitleContainer/package.json +0 -6
- package/PageTitleHeading/__snapshots__/index.test.tsx.snap +0 -127
- package/PageTitleHeading/index.test/index.js +0 -31
- package/PageTitleHeading/index.test/package.json +0 -6
- package/PageTitleHeading/index.test.d.ts +0 -1
- package/PageTitleHeading/package.json +0 -6
- package/Pagination/__snapshots__/index.spec.tsx.snap +0 -33
- package/Pagination/index.spec/index.js +0 -13
- package/Pagination/index.spec/package.json +0 -6
- package/Pagination/index.spec.d.ts +0 -1
- package/Pagination/package.json +0 -6
- package/PaginationLabelContainer/__snapshots__/index.spec.tsx.snap +0 -16
- package/PaginationLabelContainer/index.spec/index.js +0 -7
- package/PaginationLabelContainer/index.spec/package.json +0 -6
- package/PaginationLabelContainer/index.spec.d.ts +0 -1
- package/PaginationLabelContainer/package.json +0 -6
- package/PaginationList/__snapshots__/index.spec.tsx.snap +0 -54
- package/PaginationList/index.spec/index.js +0 -12
- package/PaginationList/index.spec/package.json +0 -6
- package/PaginationList/index.spec.d.ts +0 -1
- package/PaginationList/package.json +0 -6
- package/PaginationListItem/__snapshots__/index.spec.tsx.snap +0 -85
- package/PaginationListItem/index.spec/index.js +0 -32
- package/PaginationListItem/index.spec/package.json +0 -6
- package/PaginationListItem/index.spec.d.ts +0 -1
- package/PaginationListItem/package.json +0 -6
- package/Panel/__snapshots__/index.test.tsx.snap +0 -16
- package/Panel/index.test/index.js +0 -7
- package/Panel/index.test/package.json +0 -6
- package/Panel/index.test.d.ts +0 -1
- package/Panel/package.json +0 -6
- package/PanelBody/__snapshots__/index.test.tsx.snap +0 -16
- package/PanelBody/index.test/index.js +0 -7
- package/PanelBody/index.test/package.json +0 -6
- package/PanelBody/index.test.d.ts +0 -1
- package/PanelBody/package.json +0 -6
- package/PanelTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/PanelTitle/index.test/index.js +0 -7
- package/PanelTitle/index.test/package.json +0 -6
- package/PanelTitle/index.test.d.ts +0 -1
- package/PanelTitle/package.json +0 -6
- package/Paragraph/__snapshots__/index.test.tsx.snap +0 -1200
- package/Paragraph/index.test/index.js +0 -275
- package/Paragraph/index.test/package.json +0 -6
- package/Paragraph/index.test.d.ts +0 -1
- package/Paragraph/package.json +0 -6
- package/PhaseBanner/__snapshots__/index.test.tsx.snap +0 -41
- package/PhaseBanner/index.test/index.js +0 -13
- package/PhaseBanner/index.test/package.json +0 -6
- package/PhaseBanner/index.test.d.ts +0 -1
- package/PhaseBanner/package.json +0 -6
- package/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +0 -16
- package/PhaseBannerHeaderContainer/inde.test/index.js +0 -7
- package/PhaseBannerHeaderContainer/inde.test/package.json +0 -6
- package/PhaseBannerHeaderContainer/inde.test.d.ts +0 -1
- package/PhaseBannerHeaderContainer/package.json +0 -6
- package/PhaseBannerTag/__snapshots__/index.test.tsx.snap +0 -16
- package/PhaseBannerTag/index.test/index.js +0 -7
- package/PhaseBannerTag/index.test/package.json +0 -6
- package/PhaseBannerTag/index.test.d.ts +0 -1
- package/PhaseBannerTag/package.json +0 -6
- package/PhaseBannerText/__snapshots__/index.test.tsx.snap +0 -16
- package/PhaseBannerText/index.test/index.js +0 -7
- package/PhaseBannerText/index.test/package.json +0 -6
- package/PhaseBannerText/index.test.d.ts +0 -1
- package/PhaseBannerText/package.json +0 -6
- package/RadioConditional/__snapshots__/index.test.tsx.snap +0 -44
- package/RadioConditional/index.test/index.js +0 -7
- package/RadioConditional/index.test/package.json +0 -6
- package/RadioConditional/index.test.d.ts +0 -1
- package/RadioConditional/package.json +0 -6
- package/RadioContainer/__snapshots__/index.test.tsx.snap +0 -50
- package/RadioContainer/index.test/index.js +0 -19
- package/RadioContainer/index.test/package.json +0 -6
- package/RadioContainer/index.test.d.ts +0 -1
- package/RadioContainer/package.json +0 -6
- package/RadioItem/__snapshots__/index.test.tsx.snap +0 -341
- package/RadioItem/index.test/index.js +0 -55
- package/RadioItem/index.test/package.json +0 -6
- package/RadioItem/index.test.d.ts +0 -1
- package/RadioItem/package.json +0 -6
- package/ResultsActionBar/__snapshots__/indext.test.tsx.snap +0 -16
- package/ResultsActionBar/indext.test/index.js +0 -7
- package/ResultsActionBar/indext.test/package.json +0 -6
- package/ResultsActionBar/indext.test.d.ts +0 -1
- package/ResultsActionBar/package.json +0 -6
- package/ResultsHeading/__snapshots__/index.test.tsx.snap +0 -16
- package/ResultsHeading/index.test/index.js +0 -7
- package/ResultsHeading/index.test/package.json +0 -6
- package/ResultsHeading/index.test.d.ts +0 -1
- package/ResultsHeading/package.json +0 -6
- package/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +0 -31
- package/ResultsHeadingActions/index.test/index.js +0 -7
- package/ResultsHeadingActions/index.test/package.json +0 -6
- package/ResultsHeadingActions/index.test.d.ts +0 -1
- package/ResultsHeadingActions/package.json +0 -6
- package/SearchButton/__snapshots__/index.test.tsx.snap +0 -50
- package/SearchButton/index.test/index.js +0 -7
- package/SearchButton/index.test/package.json +0 -6
- package/SearchButton/index.test.d.ts +0 -1
- package/SearchButton/package.json +0 -6
- package/SearchContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/SearchContainer/index.test/index.js +0 -7
- package/SearchContainer/index.test/package.json +0 -6
- package/SearchContainer/index.test.d.ts +0 -1
- package/SearchContainer/package.json +0 -6
- package/Section/__snapshots__/index.test.tsx.snap +0 -16
- package/Section/index.test/index.js +0 -7
- package/Section/index.test/package.json +0 -6
- package/Section/index.test.d.ts +0 -1
- package/Section/package.json +0 -6
- package/SectionBreak/__snapshots__/index.test.tsx.snap +0 -89
- package/SectionBreak/index.test/index.js +0 -37
- package/SectionBreak/index.test/package.json +0 -6
- package/SectionBreak/index.test.d.ts +0 -1
- package/SectionBreak/package.json +0 -6
- package/SelectContainer/__snapshots__/index.test.tsx.snap +0 -74
- package/SelectContainer/index.test/index.js +0 -26
- package/SelectContainer/index.test/package.json +0 -6
- package/SelectContainer/index.test.d.ts +0 -1
- package/SelectContainer/package.json +0 -6
- package/SelectOption/__snapshots__/index.test.tsx.snap +0 -35
- package/SelectOption/index.test/index.js +0 -13
- package/SelectOption/index.test/package.json +0 -6
- package/SelectOption/index.test.d.ts +0 -1
- package/SelectOption/package.json +0 -6
- package/SingleCharacterInput/__snapshots__/index.test.tsx.snap +0 -198
- package/SingleCharacterInput/index.test/index.js +0 -41
- package/SingleCharacterInput/index.test/package.json +0 -6
- package/SingleCharacterInput/index.test.d.ts +0 -1
- package/SingleCharacterInput/package.json +0 -6
- package/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +0 -16
- package/SingleCharacterInputs/index.test/index.js +0 -7
- package/SingleCharacterInputs/index.test/package.json +0 -6
- package/SingleCharacterInputs/index.test.d.ts +0 -1
- package/SingleCharacterInputs/package.json +0 -6
- package/Skeleton/package.json +0 -6
- package/SkipLink/__snapshots__/index.test.tsx.snap +0 -20
- package/SkipLink/index.test/index.js +0 -7
- package/SkipLink/index.test/package.json +0 -6
- package/SkipLink/index.test.d.ts +0 -1
- package/SkipLink/package.json +0 -6
- package/Stack/__snapshots__/index.test.tsx.snap +0 -516
- package/Stack/index.test/index.js +0 -188
- package/Stack/index.test/package.json +0 -6
- package/Stack/index.test.d.ts +0 -1
- package/Stack/package.json +0 -6
- package/StepNav/__snapshots__/index.test.tsx.snap +0 -33
- package/StepNav/index.test/index.js +0 -13
- package/StepNav/index.test/package.json +0 -6
- package/StepNav/index.test.d.ts +0 -1
- package/StepNav/package.json +0 -6
- package/StepNavAccordion/__snapshots__/index.test.tsx.snap +0 -16
- package/StepNavAccordion/index.test/index.js +0 -7
- package/StepNavAccordion/index.test/package.json +0 -6
- package/StepNavAccordion/index.test.d.ts +0 -1
- package/StepNavAccordion/package.json +0 -6
- package/StepNavAccordionContent/__snapshots__/index.test.tsx.snap +0 -16
- package/StepNavAccordionContent/index.test/index.js +0 -7
- package/StepNavAccordionContent/index.test/package.json +0 -6
- package/StepNavAccordionContent/index.test.d.ts +0 -1
- package/StepNavAccordionContent/package.json +0 -6
- package/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +0 -80
- package/StepNavAccordionHeadingText/index.test/index.js +0 -19
- package/StepNavAccordionHeadingText/index.test/package.json +0 -6
- package/StepNavAccordionHeadingText/index.test.d.ts +0 -1
- package/StepNavAccordionHeadingText/package.json +0 -6
- package/StepNavAccordionHeadingTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/StepNavAccordionHeadingTitle/index.test/index.js +0 -7
- package/StepNavAccordionHeadingTitle/index.test/package.json +0 -6
- package/StepNavAccordionHeadingTitle/index.test.d.ts +0 -1
- package/StepNavAccordionHeadingTitle/package.json +0 -6
- package/StepNavAccordionSummary/__snapshots__/index.test.tsx.snap +0 -18
- package/StepNavAccordionSummary/index.test/index.js +0 -7
- package/StepNavAccordionSummary/index.test/package.json +0 -6
- package/StepNavAccordionSummary/index.test.d.ts +0 -1
- package/StepNavAccordionSummary/package.json +0 -6
- package/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +0 -86
- package/StepNavAccordionSummaryHeading/index.test/index.js +0 -33
- package/StepNavAccordionSummaryHeading/index.test/package.json +0 -6
- package/StepNavAccordionSummaryHeading/index.test.d.ts +0 -1
- package/StepNavAccordionSummaryHeading/package.json +0 -6
- package/StepNavCircleNumber/__snapshots__/index.test.tsx.snap +0 -47
- package/StepNavCircleNumber/index.test/index.js +0 -13
- package/StepNavCircleNumber/index.test/package.json +0 -6
- package/StepNavCircleNumber/index.test.d.ts +0 -1
- package/StepNavCircleNumber/package.json +0 -6
- package/StepNavControls/__snapshots__/index.test.tsx.snap +0 -16
- package/StepNavControls/index.test/index.js +0 -7
- package/StepNavControls/index.test/package.json +0 -6
- package/StepNavControls/index.test.d.ts +0 -1
- package/StepNavControls/package.json +0 -6
- package/StepNavList/__snapshots__/index.test.tsx.snap +0 -16
- package/StepNavList/index.test/index.js +0 -7
- package/StepNavList/index.test/package.json +0 -6
- package/StepNavList/index.test.d.ts +0 -1
- package/StepNavList/package.json +0 -6
- package/StepNavListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/StepNavListItem/index.test/index.js +0 -7
- package/StepNavListItem/index.test/package.json +0 -6
- package/StepNavListItem/index.test.d.ts +0 -1
- package/StepNavListItem/package.json +0 -6
- package/SummaryList/__snapshots__/index.test.tsx.snap +0 -16
- package/SummaryList/index.test/index.js +0 -7
- package/SummaryList/index.test/package.json +0 -6
- package/SummaryList/index.test.d.ts +0 -1
- package/SummaryList/package.json +0 -6
- package/SummaryListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/SummaryListItem/index.test/index.js +0 -7
- package/SummaryListItem/index.test/package.json +0 -6
- package/SummaryListItem/index.test.d.ts +0 -1
- package/SummaryListItem/package.json +0 -6
- package/SummaryListItemAction/__snapshots__/index.test.tsx.snap +0 -16
- package/SummaryListItemAction/index.test/index.js +0 -7
- package/SummaryListItemAction/index.test/package.json +0 -6
- package/SummaryListItemAction/index.test.d.ts +0 -1
- package/SummaryListItemAction/package.json +0 -6
- package/SummaryListItemKey/__snapshots__/index.test.tsx.snap +0 -16
- package/SummaryListItemKey/index.test/index.js +0 -7
- package/SummaryListItemKey/index.test/package.json +0 -6
- package/SummaryListItemKey/index.test.d.ts +0 -1
- package/SummaryListItemKey/package.json +0 -6
- package/SummaryListItemValue/__snapshots__/index.test.tsx.snap +0 -16
- package/SummaryListItemValue/index.test/index.js +0 -7
- package/SummaryListItemValue/index.test/package.json +0 -6
- package/SummaryListItemValue/index.test.d.ts +0 -1
- package/SummaryListItemValue/package.json +0 -6
- package/SvgIcon/__snapshots__/index.test.tsx.snap +0 -390
- package/SvgIcon/index.d.ts +0 -37
- package/SvgIcon/index.js +0 -26
- package/SvgIcon/index.test/index.js +0 -105
- package/SvgIcon/index.test/package.json +0 -6
- package/SvgIcon/index.test.d.ts +0 -1
- package/SvgIcon/package.json +0 -6
- package/Table/__snapshots__/index.test.tsx.snap +0 -84
- package/Table/index.test/index.js +0 -31
- package/Table/index.test/package.json +0 -6
- package/Table/index.test.d.ts +0 -1
- package/Table/package.json +0 -6
- package/TableBody/__snapshots__/index.test.tsx.snap +0 -16
- package/TableBody/index.test/index.js +0 -7
- package/TableBody/index.test/package.json +0 -6
- package/TableBody/index.test.d.ts +0 -1
- package/TableBody/package.json +0 -6
- package/TableCaption/__snapshots__/index.test.tsx.snap +0 -84
- package/TableCaption/index.test/index.js +0 -31
- package/TableCaption/index.test/package.json +0 -6
- package/TableCaption/index.test.d.ts +0 -1
- package/TableCaption/package.json +0 -6
- package/TableContainer/__snapshots__/index.test.tsx.snap +0 -33
- package/TableContainer/index.test/index.js +0 -13
- package/TableContainer/index.test/package.json +0 -6
- package/TableContainer/index.test.d.ts +0 -1
- package/TableContainer/package.json +0 -6
- package/TableDataCell/__snapshots__/index.test.tsx.snap +0 -33
- package/TableDataCell/index.test/index.js +0 -13
- package/TableDataCell/index.test/package.json +0 -6
- package/TableDataCell/index.test.d.ts +0 -1
- package/TableDataCell/package.json +0 -6
- package/TableHead/__snapshots__/index.test.tsx.snap +0 -16
- package/TableHead/index.test/index.js +0 -7
- package/TableHead/index.test/package.json +0 -6
- package/TableHead/index.test.d.ts +0 -1
- package/TableHead/package.json +0 -6
- package/TableHeadCell/__snapshots__/index.test.tsx.snap +0 -219
- package/TableHeadCell/index.test/index.js +0 -91
- package/TableHeadCell/index.test/package.json +0 -6
- package/TableHeadCell/index.test.d.ts +0 -1
- package/TableHeadCell/package.json +0 -6
- package/TableLoaderBackground/__snapshots__/index.test.tsx.snap +0 -16
- package/TableLoaderBackground/index.test/index.js +0 -7
- package/TableLoaderBackground/index.test/package.json +0 -6
- package/TableLoaderBackground/index.test.d.ts +0 -1
- package/TableLoaderBackground/package.json +0 -6
- package/TableNoDataRow/__snapshots__/index.test.tsx.snap +0 -22
- package/TableNoDataRow/index.test/index.js +0 -7
- package/TableNoDataRow/index.test/package.json +0 -6
- package/TableNoDataRow/index.test.d.ts +0 -1
- package/TableNoDataRow/package.json +0 -6
- package/TableRow/__snapshots__/index.test.tsx.snap +0 -50
- package/TableRow/index.test/index.js +0 -19
- package/TableRow/index.test/package.json +0 -6
- package/TableRow/index.test.d.ts +0 -1
- package/TableRow/package.json +0 -6
- package/TableSortIconContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/TableSortIconContainer/index.test/index.js +0 -7
- package/TableSortIconContainer/index.test/package.json +0 -6
- package/TableSortIconContainer/index.test.d.ts +0 -1
- package/TableSortIconContainer/package.json +0 -6
- package/Tabs/__snapshots__/index.test.tsx.snap +0 -33
- package/Tabs/index.test/index.js +0 -13
- package/Tabs/index.test/package.json +0 -6
- package/Tabs/index.test.d.ts +0 -1
- package/Tabs/package.json +0 -6
- package/TabsHeading/__snapshots__/index.test.tsx.snap +0 -119
- package/TabsHeading/index.test/index.js +0 -19
- package/TabsHeading/index.test/package.json +0 -6
- package/TabsHeading/index.test.d.ts +0 -1
- package/TabsHeading/package.json +0 -6
- package/TabsList/__snapshots__/index.test.tsx.snap +0 -18
- package/TabsList/index.test/index.js +0 -7
- package/TabsList/index.test/package.json +0 -6
- package/TabsList/index.test.d.ts +0 -1
- package/TabsList/package.json +0 -6
- package/TabsListItemBase/__snapshots__/index.test.tsx.snap +0 -133
- package/TabsListItemBase/index.test/index.js +0 -33
- package/TabsListItemBase/index.test/package.json +0 -6
- package/TabsListItemBase/index.test.d.ts +0 -1
- package/TabsListItemBase/package.json +0 -6
- package/TabsPanelBase/__snapshots__/index.test.tsx.snap +0 -83
- package/TabsPanelBase/index.test/index.js +0 -25
- package/TabsPanelBase/index.test/package.json +0 -6
- package/TabsPanelBase/index.test.d.ts +0 -1
- package/TabsPanelBase/package.json +0 -6
- package/TaskList/__snapshots__/index.test.tsx.snap +0 -33
- package/TaskList/index.test/index.js +0 -13
- package/TaskList/index.test/package.json +0 -6
- package/TaskList/index.test.d.ts +0 -1
- package/TaskList/package.json +0 -6
- package/TaskListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/TaskListItem/index.test/index.js +0 -7
- package/TaskListItem/index.test/package.json +0 -6
- package/TaskListItem/index.test.d.ts +0 -1
- package/TaskListItem/package.json +0 -6
- package/TaskListItemContent/__snapshots__/index.test.tsx.snap +0 -16
- package/TaskListItemContent/index.test/index.js +0 -7
- package/TaskListItemContent/index.test/package.json +0 -6
- package/TaskListItemContent/index.test.d.ts +0 -1
- package/TaskListItemContent/package.json +0 -6
- package/TaskListItemHeading/__snapshots__/index.test.tsx.snap +0 -86
- package/TaskListItemHeading/index.test/index.js +0 -19
- package/TaskListItemHeading/index.test/package.json +0 -6
- package/TaskListItemHeading/index.test.d.ts +0 -1
- package/TaskListItemHeading/package.json +0 -6
- package/TaskListItemTag/__snapshots__/index.test.tsx.snap +0 -67
- package/TaskListItemTag/index.test/index.js +0 -25
- package/TaskListItemTag/index.test/package.json +0 -6
- package/TaskListItemTag/index.test.d.ts +0 -1
- package/TaskListItemTag/package.json +0 -6
- package/TextArea/__snapshots__/index.test.tsx.snap +0 -132
- package/TextArea/index.test/index.js +0 -43
- package/TextArea/index.test/package.json +0 -6
- package/TextArea/index.test.d.ts +0 -1
- package/TextArea/package.json +0 -6
- package/TextInput/__snapshots__/index.test.tsx.snap +0 -777
- package/TextInput/index.test/index.js +0 -295
- package/TextInput/index.test/package.json +0 -6
- package/TextInput/index.test.d.ts +0 -1
- package/TextInput/package.json +0 -6
- package/Timeline/__snapshots__/index.test.tsx.snap +0 -33
- package/Timeline/index.test/index.js +0 -13
- package/Timeline/index.test/package.json +0 -6
- package/Timeline/index.test.d.ts +0 -1
- package/Timeline/package.json +0 -6
- package/TimelineActions/__snapshots__/index.test.tsx.snap +0 -16
- package/TimelineActions/index.test/index.js +0 -7
- package/TimelineActions/index.test/package.json +0 -6
- package/TimelineActions/index.test.d.ts +0 -1
- package/TimelineActions/package.json +0 -6
- package/TimelineContent/__snapshots__/index.test.tsx.snap +0 -16
- package/TimelineContent/index.test/index.js +0 -7
- package/TimelineContent/index.test/package.json +0 -6
- package/TimelineContent/index.test.d.ts +0 -1
- package/TimelineContent/package.json +0 -6
- package/TimelineHeading/__snapshots__/index.test.tsx.snap +0 -50
- package/TimelineHeading/index.test/index.js +0 -19
- package/TimelineHeading/index.test/package.json +0 -6
- package/TimelineHeading/index.test.d.ts +0 -1
- package/TimelineHeading/package.json +0 -6
- package/TimelineItem/__snapshots__/index.test.tsx.snap +0 -16
- package/TimelineItem/index.test/index.js +0 -7
- package/TimelineItem/index.test/package.json +0 -6
- package/TimelineItem/index.test.d.ts +0 -1
- package/TimelineItem/package.json +0 -6
- package/Top/__snapshots__/index.test.tsx.snap +0 -16
- package/Top/index.test/index.js +0 -7
- package/Top/index.test/package.json +0 -6
- package/Top/index.test.d.ts +0 -1
- package/Top/package.json +0 -6
- package/Typography/__snapshots__/index.test.tsx.snap +0 -181
- package/Typography/index.test/index.js +0 -73
- package/Typography/index.test/package.json +0 -6
- package/Typography/index.test.d.ts +0 -1
- package/Typography/package.json +0 -6
- package/Unpurge/package.json +0 -6
- package/VisuallyHidden/__snapshots__/index.test.tsx.snap +0 -16
- package/VisuallyHidden/index.test/index.js +0 -7
- package/VisuallyHidden/index.test/package.json +0 -6
- package/VisuallyHidden/index.test.d.ts +0 -1
- package/VisuallyHidden/package.json +0 -6
- package/WarningText/__snapshots__/index.test.tsx.snap +0 -92
- package/WarningText/index.test/index.js +0 -19
- package/WarningText/index.test/package.json +0 -6
- package/WarningText/index.test.d.ts +0 -1
- package/WarningText/package.json +0 -6
- package/cjs/Accordion/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/Accordion/index.js +0 -33
- package/cjs/Accordion/index.test/index.js +0 -10
- package/cjs/AccordionControls/__snapshots__/index.test.tsx.snap +0 -18
- package/cjs/AccordionControls/index.js +0 -27
- package/cjs/AccordionControls/index.test/index.js +0 -10
- package/cjs/AccordionSection/__snapshots__/index.test.tsx.snap +0 -54
- package/cjs/AccordionSection/index.js +0 -29
- package/cjs/AccordionSection/index.test/index.js +0 -22
- package/cjs/AccordionSectionContent/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/AccordionSectionContent/index.js +0 -28
- package/cjs/AccordionSectionContent/index.test/index.js +0 -10
- package/cjs/AccordionSectionSummary/__snapshots__/index.test.tsx.snap +0 -20
- package/cjs/AccordionSectionSummary/index.js +0 -29
- package/cjs/AccordionSectionSummary/index.test/index.js +0 -10
- package/cjs/AccordionSectionSummaryHeading/__snapshots__/index.test.tsx.snap +0 -22
- package/cjs/AccordionSectionSummaryHeading/index.js +0 -31
- package/cjs/AccordionSectionSummaryHeading/index.test/index.js +0 -10
- package/cjs/AdminAside/__snapshots__/index.test.tsx.snap +0 -26
- package/cjs/AdminAside/index.js +0 -32
- package/cjs/AdminAside/index.test/index.js +0 -10
- package/cjs/AdminContainer/__snapshots__/index.test.tsx.snap +0 -58
- package/cjs/AdminContainer/index.js +0 -30
- package/cjs/AdminContainer/index.test/index.js +0 -16
- package/cjs/AdminHeader/__snapshots__/index.test.tsx.snap +0 -20
- package/cjs/AdminHeader/index.js +0 -30
- package/cjs/AdminHeader/index.test/index.js +0 -10
- package/cjs/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +0 -16
- package/cjs/AdminHeaderContent/index.js +0 -27
- package/cjs/AdminHeaderContent/index.spec/index.js +0 -10
- package/cjs/AdminLayout/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/AdminLayout/index.js +0 -28
- package/cjs/AdminLayout/index.test/index.js +0 -10
- package/cjs/AdminMain/__snapshots__/index.test.tsx.snap +0 -25
- package/cjs/AdminMain/index.js +0 -33
- package/cjs/AdminMain/index.test/index.js +0 -10
- package/cjs/AdminTopSection/__snapshots__/index.test.tsx.snap +0 -21
- package/cjs/AdminTopSection/index.js +0 -31
- package/cjs/AdminTopSection/index.test/index.js +0 -10
- package/cjs/Aside/__snapshots__/index.test.tsx.snap +0 -25
- package/cjs/Aside/index.js +0 -35
- package/cjs/Aside/index.test/index.js +0 -10
- package/cjs/AutoCompleteAssistiveHint/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/AutoCompleteAssistiveHint/index.js +0 -29
- package/cjs/AutoCompleteAssistiveHint/index.test/index.js +0 -10
- package/cjs/AutoCompleteContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/AutoCompleteContainer/index.js +0 -29
- package/cjs/AutoCompleteContainer/index.test/index.js +0 -10
- package/cjs/AutoCompleteInput/__snapshots__/index.test.tsx.snap +0 -53
- package/cjs/AutoCompleteInput/index.js +0 -31
- package/cjs/AutoCompleteInput/index.test/index.js +0 -23
- package/cjs/AutoCompleteInputTypeahead/__snapshots__/index.test.tsx.snap +0 -22
- package/cjs/AutoCompleteInputTypeahead/index.js +0 -31
- package/cjs/AutoCompleteInputTypeahead/index.test/index.js +0 -10
- package/cjs/AutoCompleteMultipleInput/index.js +0 -28
- package/cjs/AutoCompleteMultipleInputContainer/index.js +0 -31
- package/cjs/AutoCompleteResultList/__snapshots__/index.test.tsx.snap +0 -33
- package/cjs/AutoCompleteResultList/index.js +0 -30
- package/cjs/AutoCompleteResultList/index.test/index.js +0 -16
- package/cjs/AutoCompleteResultListItem/__snapshots__/index.test.tsx.snap +0 -78
- package/cjs/AutoCompleteResultListItem/index.js +0 -35
- package/cjs/AutoCompleteResultListItem/index.test/index.js +0 -31
- package/cjs/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +0 -22
- package/cjs/AutoCompleteStatus/index.js +0 -31
- package/cjs/AutoCompleteStatus/index.test/index.js +0 -10
- package/cjs/AutoCompleteStatusContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/AutoCompleteStatusContainer/index.js +0 -28
- package/cjs/AutoCompleteStatusContainer/index.test/index.js +0 -10
- package/cjs/BackLink/__snapshots__/index.test.tsx.snap +0 -115
- package/cjs/BackLink/index.js +0 -40
- package/cjs/BackLink/index.test/index.js +0 -16
- package/cjs/BackToTopContainer/index.js +0 -30
- package/cjs/BackToTopLimit/index.js +0 -27
- package/cjs/BackToTopLink/index.js +0 -36
- package/cjs/BannerContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/BannerContainer/index.js +0 -24
- package/cjs/BannerContainer/index.test/index.js +0 -10
- package/cjs/Base/index.js +0 -75
- package/cjs/Blockquote/__snapshots__/index.test.tsx.snap +0 -33
- package/cjs/Blockquote/index.js +0 -28
- package/cjs/Blockquote/index.test/index.js +0 -16
- package/cjs/Bottom/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/Bottom/index.js +0 -27
- package/cjs/Bottom/index.test/index.js +0 -10
- package/cjs/BottomInfo/__snapshots__/index.test.tsx.snap +0 -30
- package/cjs/BottomInfo/index.js +0 -26
- package/cjs/BottomInfo/index.test/index.js +0 -10
- package/cjs/BottomInfoContainer/__snapshots__/index.test.tsx.snap +0 -30
- package/cjs/BottomInfoContainer/index.js +0 -26
- package/cjs/BottomInfoContainer/index.test/index.js +0 -10
- package/cjs/BottomInfoContent/__snapshots__/index.test.tsx.snap +0 -22
- package/cjs/BottomInfoContent/index.js +0 -31
- package/cjs/BottomInfoContent/index.test/index.js +0 -10
- package/cjs/Breadcrumbs/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/Breadcrumbs/index.js +0 -28
- package/cjs/Breadcrumbs/index.test/index.js +0 -10
- package/cjs/BreadcrumbsList/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/BreadcrumbsList/index.js +0 -27
- package/cjs/BreadcrumbsList/index.test/index.js +0 -10
- package/cjs/BreadcrumbsListItem/__snapshots__/index.test.tsx.snap +0 -42
- package/cjs/BreadcrumbsListItem/index.js +0 -32
- package/cjs/BreadcrumbsListItem/index.test/index.js +0 -16
- package/cjs/Button/__snapshots__/index.test.tsx.snap +0 -232
- package/cjs/Button/index.js +0 -37
- package/cjs/Button/index.test/index.js +0 -79
- package/cjs/ButtonGroup/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/ButtonGroup/index.js +0 -27
- package/cjs/ButtonGroup/index.test/index.js +0 -10
- package/cjs/ButtonLink/__snapshots__/index.test.tsx.snap +0 -199
- package/cjs/ButtonLink/index.js +0 -30
- package/cjs/ButtonLink/index.test/index.js +0 -71
- package/cjs/CallToAction/__snapshots__/index.test.tsx.snap +0 -52
- package/cjs/CallToAction/index.js +0 -31
- package/cjs/CallToAction/index.test/index.js +0 -10
- package/cjs/Card/__snapshots__/index.test.tsx.snap +0 -278
- package/cjs/Card/index.js +0 -36
- package/cjs/Card/index.test/index.js +0 -88
- package/cjs/CardAction/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/CardAction/index.js +0 -29
- package/cjs/CardAction/index.test/index.js +0 -10
- package/cjs/CardContent/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/CardContent/index.js +0 -28
- package/cjs/CardContent/index.test/index.js +0 -10
- package/cjs/CardHeading/__snapshots__/index.test.tsx.snap +0 -20
- package/cjs/CardHeading/index.js +0 -30
- package/cjs/CardHeading/index.test/index.js +0 -10
- package/cjs/Checkbox/__snapshots__/index.test.tsx.snap +0 -212
- package/cjs/Checkbox/index.js +0 -31
- package/cjs/Checkbox/index.test/index.js +0 -27
- package/cjs/CheckboxConditional/__snapshots__/index.test.tsx.snap +0 -44
- package/cjs/CheckboxConditional/index.js +0 -31
- package/cjs/CheckboxConditional/index.test/index.js +0 -10
- package/cjs/CheckboxItem/__snapshots__/index.test.tsx.snap +0 -291
- package/cjs/CheckboxItem/index.js +0 -43
- package/cjs/CheckboxItem/index.test/index.js +0 -51
- package/cjs/Chip/__snapshots__/index.test.tsx.snap +0 -20
- package/cjs/Chip/index.js +0 -42
- package/cjs/Chip/index.test/index.js +0 -10
- package/cjs/ChipContainer/__snapshots__/index.spec.tsx.snap +0 -16
- package/cjs/ChipContainer/index.js +0 -28
- package/cjs/ChipContainer/index.spec/index.js +0 -10
- package/cjs/ChipHeading/__snapshots__/index.test.tsx.snap +0 -26
- package/cjs/ChipHeading/index.js +0 -26
- package/cjs/ChipHeading/index.test/index.js +0 -10
- package/cjs/ChipKeyValue/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/ChipKeyValue/index.js +0 -28
- package/cjs/ChipKeyValue/index.test/index.js +0 -10
- package/cjs/ChoiceDividerText/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/ChoiceDividerText/index.js +0 -28
- package/cjs/ChoiceDividerText/index.test/index.js +0 -10
- package/cjs/CircularProgress/__snapshots__/index.test.tsx.snap +0 -181
- package/cjs/CircularProgress/index.js +0 -42
- package/cjs/CircularProgress/index.test/index.js +0 -42
- package/cjs/CloseButton/__snapshots__/index.test.tsx.snap +0 -104
- package/cjs/CloseButton/index.js +0 -30
- package/cjs/CloseButton/index.test/index.js +0 -16
- package/cjs/Code/__snapshots__/index.test.tsx.snap +0 -109
- package/cjs/Code/index.js +0 -30
- package/cjs/Code/index.test/index.js +0 -34
- package/cjs/CodeBlock/__snapshots__/index.test.tsx.snap +0 -22
- package/cjs/CodeBlock/index.js +0 -30
- package/cjs/CodeBlock/index.test/index.js +0 -10
- package/cjs/Container/__snapshots__/index.test.tsx.snap +0 -76
- package/cjs/Container/index.js +0 -34
- package/cjs/Container/index.test/index.js +0 -23
- package/cjs/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +0 -84
- package/cjs/CopyToClipboardContainer/index.js +0 -35
- package/cjs/CopyToClipboardContainer/index.spec/index.js +0 -29
- package/cjs/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +0 -97
- package/cjs/CopyToClipboardMessage/index.js +0 -29
- package/cjs/CopyToClipboardMessage/index.test/index.js +0 -36
- package/cjs/CopyrightContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/CopyrightContainer/index.js +0 -28
- package/cjs/CopyrightContainer/index.test/index.js +0 -10
- package/cjs/DateInputContainer/__snapshots__/index.test.tsx.snap +0 -33
- package/cjs/DateInputContainer/index.js +0 -31
- package/cjs/DateInputContainer/index.test/index.js +0 -16
- package/cjs/DateInputItem/__snapshots__/index.test.tsx.snap +0 -94
- package/cjs/DateInputItem/index.js +0 -41
- package/cjs/DateInputItem/index.test/index.js +0 -23
- package/cjs/Details/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/Details/index.js +0 -28
- package/cjs/Details/index.test/index.js +0 -10
- package/cjs/DetailsContent/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/DetailsContent/index.js +0 -28
- package/cjs/DetailsContent/index.test/index.js +0 -10
- package/cjs/DetailsSummary/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/DetailsSummary/index.js +0 -28
- package/cjs/DetailsSummary/index.test/index.js +0 -10
- package/cjs/Drawer/__snapshots__/index.test.tsx.snap +0 -105
- package/cjs/Drawer/index.js +0 -34
- package/cjs/Drawer/index.test/index.js +0 -19
- package/cjs/DrawerHeading/__snapshots__/index.test.tsx.snap +0 -75
- package/cjs/DrawerHeading/index.js +0 -38
- package/cjs/DrawerHeading/index.test/index.js +0 -10
- package/cjs/DropdownBase/__snapshots__/index.test.tsx.snap +0 -226
- package/cjs/DropdownBase/index.js +0 -33
- package/cjs/DropdownBase/index.test/index.js +0 -83
- package/cjs/DropdownButton/__snapshots__/index.test.tsx.snap +0 -643
- package/cjs/DropdownButton/index.js +0 -41
- package/cjs/DropdownButton/index.test/index.js +0 -156
- package/cjs/DropdownContent/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/DropdownContent/index.js +0 -30
- package/cjs/DropdownContent/index.test/index.js +0 -10
- package/cjs/ErrorMessage/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/ErrorMessage/index.js +0 -29
- package/cjs/ErrorMessage/index.test/index.js +0 -10
- package/cjs/ErrorSummary/__snapshots__/index.test.tsx.snap +0 -76
- package/cjs/ErrorSummary/index.js +0 -29
- package/cjs/ErrorSummary/index.test/index.js +0 -16
- package/cjs/FieldContainer/__snapshots__/index.test.tsx.snap +0 -68
- package/cjs/FieldContainer/index.js +0 -37
- package/cjs/FieldContainer/index.test/index.js +0 -22
- package/cjs/Fieldset/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/Fieldset/index.js +0 -28
- package/cjs/Fieldset/index.test/index.js +0 -10
- package/cjs/FieldsetLegend/__snapshots__/index.test.tsx.snap +0 -193
- package/cjs/FieldsetLegend/index.js +0 -34
- package/cjs/FieldsetLegend/index.test/index.js +0 -68
- package/cjs/FileUpload/__snapshots__/index.test.tsx.snap +0 -61
- package/cjs/FileUpload/index.js +0 -40
- package/cjs/FileUpload/index.test/index.js +0 -16
- package/cjs/FileUploadContainer/__snapshots__/index.test.tsx.snap +0 -29
- package/cjs/FileUploadContainer/index.js +0 -30
- package/cjs/FileUploadContainer/index.test/index.js +0 -16
- package/cjs/FillableText/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/FillableText/index.js +0 -28
- package/cjs/FillableText/index.test/index.js +0 -10
- package/cjs/FilterContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/FilterContainer/index.js +0 -35
- package/cjs/FilterContainer/index.test/index.js +0 -10
- package/cjs/FilterContent/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/FilterContent/index.js +0 -27
- package/cjs/FilterContent/index.test/index.js +0 -10
- package/cjs/FilterHeadingContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/FilterHeadingContainer/index.js +0 -30
- package/cjs/FilterHeadingContainer/index.test/index.js +0 -10
- package/cjs/FilterOptionsSection/__snapshots__/index.spec.tsx.snap +0 -16
- package/cjs/FilterOptionsSection/index.js +0 -28
- package/cjs/FilterOptionsSection/index.spec/index.js +0 -10
- package/cjs/FilterSelectedHeading/__snapshots__/index.spec.tsx.snap +0 -16
- package/cjs/FilterSelectedHeading/index.js +0 -27
- package/cjs/FilterSelectedHeading/index.spec/index.js +0 -10
- package/cjs/FilterSelectedSection/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/FilterSelectedSection/index.js +0 -27
- package/cjs/FilterSelectedSection/index.test/index.js +0 -10
- package/cjs/Footer/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/Footer/index.js +0 -27
- package/cjs/Footer/index.test/index.js +0 -10
- package/cjs/FooterContainer/__snapshots__/index.test.tsx.snap +0 -25
- package/cjs/FooterContainer/index.js +0 -24
- package/cjs/FooterContainer/index.test/index.js +0 -10
- package/cjs/FooterContent/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/FooterContent/index.js +0 -28
- package/cjs/FooterContent/index.test/index.js +0 -10
- package/cjs/FooterContentLogos/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/FooterContentLogos/index.js +0 -29
- package/cjs/FooterContentLogos/index.test/index.js +0 -10
- package/cjs/FooterHeading/__snapshots__/index.test.tsx.snap +0 -83
- package/cjs/FooterHeading/index.js +0 -32
- package/cjs/FooterHeading/index.test/index.js +0 -22
- package/cjs/FooterImage/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/FooterImage/index.js +0 -33
- package/cjs/FooterImage/index.test/index.js +0 -10
- package/cjs/FooterInfo/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/FooterInfo/index.js +0 -29
- package/cjs/FooterInfo/index.test/index.js +0 -10
- package/cjs/FooterInfoSection/__snapshots__/index.test.tsx.snap +0 -50
- package/cjs/FooterInfoSection/index.js +0 -28
- package/cjs/FooterInfoSection/index.test/index.js +0 -22
- package/cjs/FooterLink/__snapshots__/index.test.tsx.snap +0 -35
- package/cjs/FooterLink/index.js +0 -27
- package/cjs/FooterLink/index.test/index.js +0 -16
- package/cjs/FooterList/__snapshots__/index.test.tsx.snap +0 -33
- package/cjs/FooterList/index.js +0 -31
- package/cjs/FooterList/index.test/index.js +0 -16
- package/cjs/FooterListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/FooterListItem/index.js +0 -28
- package/cjs/FooterListItem/index.test/index.js +0 -10
- package/cjs/FooterNavigation/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/FooterNavigation/index.js +0 -29
- package/cjs/FooterNavigation/index.test/index.js +0 -10
- package/cjs/FooterNavigationSection/__snapshots__/index.test.tsx.snap +0 -20
- package/cjs/FooterNavigationSection/index.js +0 -29
- package/cjs/FooterNavigationSection/index.test/index.js +0 -12
- package/cjs/Form/__snapshots__/index.test.tsx.snap +0 -33
- package/cjs/Form/index.js +0 -30
- package/cjs/Form/index.test/index.js +0 -16
- package/cjs/FullPageBackground/__snapshots__/index.test.tsx.snap +0 -14
- package/cjs/FullPageBackground/index.js +0 -28
- package/cjs/FullPageBackground/index.test/index.js +0 -10
- package/cjs/GovGRLogo/__snapshots__/index.test.tsx.snap +0 -27
- package/cjs/GovGRLogo/govgr-logo-base64/index.js +0 -7
- package/cjs/GovGRLogo/govgr-logo-blue-base64/index.js +0 -7
- package/cjs/GovGRLogo/index.js +0 -39
- package/cjs/GovGRLogo/index.test/index.js +0 -10
- package/cjs/Grid/__snapshots__/index.test.tsx.snap +0 -135
- package/cjs/Grid/index.js +0 -39
- package/cjs/Grid/index.test/index.js +0 -52
- package/cjs/Header/__snapshots__/index.test.tsx.snap +0 -18
- package/cjs/Header/index.js +0 -29
- package/cjs/Header/index.test/index.js +0 -10
- package/cjs/HeaderContent/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/HeaderContent/index.js +0 -27
- package/cjs/HeaderContent/index.test/index.js +0 -10
- package/cjs/HeaderLogo/__snapshots__/index.test.tsx.snap +0 -18
- package/cjs/HeaderLogo/index.js +0 -34
- package/cjs/HeaderLogo/index.test/index.js +0 -10
- package/cjs/HeaderNavMenuContent/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/HeaderNavMenuContent/index.js +0 -29
- package/cjs/HeaderNavMenuContent/index.test/index.js +0 -10
- package/cjs/HeaderSecondaryLogo/__snapshots__/index.test.tsx.snap +0 -48
- package/cjs/HeaderSecondaryLogo/index.js +0 -34
- package/cjs/HeaderSecondaryLogo/index.test/index.js +0 -21
- package/cjs/HeaderSection/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/HeaderSection/index.js +0 -27
- package/cjs/HeaderSection/index.test/index.js +0 -10
- package/cjs/HeaderTitle/__snapshots__/index.test.tsx.snap +0 -37
- package/cjs/HeaderTitle/index.js +0 -30
- package/cjs/HeaderTitle/index.test/index.js +0 -16
- package/cjs/Heading/__snapshots__/index.test.tsx.snap +0 -430
- package/cjs/Heading/index.js +0 -50
- package/cjs/Heading/index.test/index.js +0 -131
- package/cjs/HeadingCaption/__snapshots__/index.test.tsx.snap +0 -87
- package/cjs/HeadingCaption/index.js +0 -30
- package/cjs/HeadingCaption/index.test/index.js +0 -28
- package/cjs/HellenicRepublicLogo/__snapshots__/index.test.tsx.snap +0 -30
- package/cjs/HellenicRepublicLogo/index.js +0 -45
- package/cjs/HellenicRepublicLogo/index.test/index.js +0 -10
- package/cjs/HellenicRepublicLogo/logo-el/index.js +0 -7
- package/cjs/HellenicRepublicLogo/logo-en/index.js +0 -7
- package/cjs/HellenicRepublicLogo/logo-inverted-el/index.js +0 -7
- package/cjs/HellenicRepublicLogo/logo-inverted-en/index.js +0 -7
- package/cjs/Hidden/__snapshots__/index.test.tsx.snap +0 -100
- package/cjs/Hidden/index.js +0 -48
- package/cjs/Hidden/index.test/index.js +0 -36
- package/cjs/Hint/__snapshots__/index.test.tsx.snap +0 -90
- package/cjs/Hint/index.js +0 -29
- package/cjs/Hint/index.test/index.js +0 -28
- package/cjs/ImageLogo/__snapshots__/index.test.tsx.snap +0 -38
- package/cjs/ImageLogo/index.js +0 -33
- package/cjs/ImageLogo/index.test/index.js +0 -19
- package/cjs/ImageLogoSet/__snapshots__/index.test.tsx.snap +0 -118
- package/cjs/ImageLogoSet/index.js +0 -35
- package/cjs/ImageLogoSet/index.test/index.js +0 -24
- package/cjs/KitchenSinkAllComponents/index.js +0 -23
- package/cjs/KitchenSinkCard/index.js +0 -24
- package/cjs/KitchenSinkCategory/index.js +0 -23
- package/cjs/KitchenSinkContent/index.js +0 -25
- package/cjs/KitchenSinkContentInfo/index.js +0 -23
- package/cjs/KitchenSinkContentTags/index.js +0 -23
- package/cjs/KitchenSinkHeading/index.js +0 -22
- package/cjs/KitchenSinkLetterContent/index.js +0 -23
- package/cjs/LabelContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/LabelContainer/index.js +0 -27
- package/cjs/LabelContainer/index.test/index.js +0 -10
- package/cjs/LabelTitle/__snapshots__/index.test.tsx.snap +0 -193
- package/cjs/LabelTitle/index.js +0 -33
- package/cjs/LabelTitle/index.test/index.js +0 -68
- package/cjs/LabeledText/__snapshots__/index.test.tsx.snap +0 -50
- package/cjs/LabeledText/index.js +0 -30
- package/cjs/LabeledText/index.test/index.js +0 -22
- package/cjs/Layout/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/Layout/index.js +0 -29
- package/cjs/Layout/index.test/index.js +0 -10
- package/cjs/LinkBase/__snapshots__/index.test.tsx.snap +0 -50
- package/cjs/LinkBase/index.js +0 -29
- package/cjs/LinkBase/index.test/index.js +0 -22
- package/cjs/List/__snapshots__/index.test.tsx.snap +0 -212
- package/cjs/List/index.js +0 -33
- package/cjs/List/index.test/index.js +0 -49
- package/cjs/ListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/ListItem/index.js +0 -27
- package/cjs/ListItem/index.test/index.js +0 -10
- package/cjs/LoaderContainer/__snapshots__/index.test.tsx.snap +0 -14
- package/cjs/LoaderContainer/index.js +0 -27
- package/cjs/LoaderContainer/index.test/index.js +0 -10
- package/cjs/Main/__snapshots__/index.test.tsx.snap +0 -27
- package/cjs/Main/index.js +0 -33
- package/cjs/Main/index.test/index.js +0 -10
- package/cjs/Masthead/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/Masthead/index.js +0 -29
- package/cjs/Masthead/index.test/index.js +0 -10
- package/cjs/MastheadBody/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/MastheadBody/index.js +0 -27
- package/cjs/MastheadBody/index.test/index.js +0 -10
- package/cjs/MastheadLogo/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/MastheadLogo/index.js +0 -33
- package/cjs/MastheadLogo/index.test/index.js +0 -10
- package/cjs/ModalAction/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/ModalAction/index.js +0 -29
- package/cjs/ModalAction/index.test/index.js +0 -10
- package/cjs/ModalContainer/__snapshots__/index.test.tsx.snap +0 -24
- package/cjs/ModalContainer/index.js +0 -38
- package/cjs/ModalContainer/index.test/index.js +0 -10
- package/cjs/ModalContent/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/ModalContent/index.js +0 -28
- package/cjs/ModalContent/index.test/index.js +0 -10
- package/cjs/ModalHeading/__snapshots__/index.test.tsx.snap +0 -29
- package/cjs/ModalHeading/index.js +0 -27
- package/cjs/ModalHeading/index.test/index.js +0 -10
- package/cjs/Nav/__snapshots__/index.test.tsx.snap +0 -120
- package/cjs/Nav/index.js +0 -44
- package/cjs/Nav/index.test/index.js +0 -48
- package/cjs/NavList/__snapshots__/index.test.tsx.snap +0 -33
- package/cjs/NavList/index.js +0 -33
- package/cjs/NavList/index.test/index.js +0 -16
- package/cjs/NavListItemAction/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/NavListItemAction/index.js +0 -31
- package/cjs/NavListItemAction/index.test/index.js +0 -10
- package/cjs/NavListItemActionContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/NavListItemActionContainer/index.js +0 -28
- package/cjs/NavListItemActionContainer/index.test/index.js +0 -10
- package/cjs/NavListItemButton/__snapshots__/index.test.tsx.snap +0 -179
- package/cjs/NavListItemButton/index.js +0 -34
- package/cjs/NavListItemButton/index.test/index.js +0 -22
- package/cjs/NavListItemLink/__snapshots__/index.test.tsx.snap +0 -112
- package/cjs/NavListItemLink/index.js +0 -29
- package/cjs/NavListItemLink/index.test/index.js +0 -36
- package/cjs/NavMenuContainer/__snapshots__/index.test.tsx.snap +0 -155
- package/cjs/NavMenuContainer/index.js +0 -38
- package/cjs/NavMenuContainer/index.test/index.js +0 -28
- package/cjs/NavMenuContent/__snapshots__/index.test.tsx.snap +0 -24
- package/cjs/NavMenuContent/index.js +0 -32
- package/cjs/NavMenuContent/index.test/index.js +0 -10
- package/cjs/NavMenuContentListBase/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/NavMenuContentListBase/index.js +0 -28
- package/cjs/NavMenuContentListBase/index.test/index.js +0 -10
- package/cjs/NavMenuContentListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/NavMenuContentListItem/index.js +0 -28
- package/cjs/NavMenuContentListItem/index.test/index.js +0 -10
- package/cjs/NavMenuTitle/__snapshots__/index.test.tsx.snap +0 -43
- package/cjs/NavMenuTitle/index.js +0 -36
- package/cjs/NavMenuTitle/index.test/index.js +0 -10
- package/cjs/NormalText/__snapshots__/index.test.tsx.snap +0 -945
- package/cjs/NormalText/index.js +0 -34
- package/cjs/NormalText/index.test/index.js +0 -272
- package/cjs/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +0 -68
- package/cjs/NotificationBannerContainer/index.js +0 -37
- package/cjs/NotificationBannerContainer/index.test/index.js +0 -22
- package/cjs/NotificationBannerContent/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/NotificationBannerContent/index.js +0 -30
- package/cjs/NotificationBannerContent/index.test/index.js +0 -10
- package/cjs/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +0 -39
- package/cjs/NotificationBannerHeader/index.js +0 -35
- package/cjs/NotificationBannerHeader/index.test/index.js +0 -10
- package/cjs/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +0 -27
- package/cjs/NotificationBannerHeading/index.js +0 -30
- package/cjs/NotificationBannerHeading/index.test/index.js +0 -10
- package/cjs/NotificationBannerLink/__snapshots__/index.test.tsx.snap +0 -44
- package/cjs/NotificationBannerLink/index.js +0 -28
- package/cjs/NotificationBannerLink/index.test/index.js +0 -16
- package/cjs/PageTitleCaption/__snapshots__/index.test.tsx.snap +0 -127
- package/cjs/PageTitleCaption/index.js +0 -24
- package/cjs/PageTitleCaption/index.test/index.js +0 -34
- package/cjs/PageTitleContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/PageTitleContainer/index.js +0 -27
- package/cjs/PageTitleContainer/index.test/index.js +0 -10
- package/cjs/PageTitleHeading/__snapshots__/index.test.tsx.snap +0 -127
- package/cjs/PageTitleHeading/index.js +0 -24
- package/cjs/PageTitleHeading/index.test/index.js +0 -34
- package/cjs/Pagination/__snapshots__/index.spec.tsx.snap +0 -33
- package/cjs/Pagination/index.js +0 -29
- package/cjs/Pagination/index.spec/index.js +0 -16
- package/cjs/PaginationLabelContainer/__snapshots__/index.spec.tsx.snap +0 -16
- package/cjs/PaginationLabelContainer/index.js +0 -27
- package/cjs/PaginationLabelContainer/index.spec/index.js +0 -10
- package/cjs/PaginationList/__snapshots__/index.spec.tsx.snap +0 -54
- package/cjs/PaginationList/index.js +0 -27
- package/cjs/PaginationList/index.spec/index.js +0 -15
- package/cjs/PaginationListItem/__snapshots__/index.spec.tsx.snap +0 -85
- package/cjs/PaginationListItem/index.js +0 -32
- package/cjs/PaginationListItem/index.spec/index.js +0 -35
- package/cjs/Panel/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/Panel/index.js +0 -29
- package/cjs/Panel/index.test/index.js +0 -10
- package/cjs/PanelBody/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/PanelBody/index.js +0 -27
- package/cjs/PanelBody/index.test/index.js +0 -10
- package/cjs/PanelTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/PanelTitle/index.js +0 -27
- package/cjs/PanelTitle/index.test/index.js +0 -10
- package/cjs/Paragraph/__snapshots__/index.test.tsx.snap +0 -1200
- package/cjs/Paragraph/index.js +0 -24
- package/cjs/Paragraph/index.test/index.js +0 -278
- package/cjs/PhaseBanner/__snapshots__/index.test.tsx.snap +0 -41
- package/cjs/PhaseBanner/index.js +0 -32
- package/cjs/PhaseBanner/index.test/index.js +0 -16
- package/cjs/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +0 -16
- package/cjs/PhaseBannerHeaderContainer/inde.test/index.js +0 -10
- package/cjs/PhaseBannerHeaderContainer/index.js +0 -24
- package/cjs/PhaseBannerTag/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/PhaseBannerTag/index.js +0 -27
- package/cjs/PhaseBannerTag/index.test/index.js +0 -10
- package/cjs/PhaseBannerText/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/PhaseBannerText/index.js +0 -29
- package/cjs/PhaseBannerText/index.test/index.js +0 -10
- package/cjs/RadioConditional/__snapshots__/index.test.tsx.snap +0 -44
- package/cjs/RadioConditional/index.js +0 -31
- package/cjs/RadioConditional/index.test/index.js +0 -10
- package/cjs/RadioContainer/__snapshots__/index.test.tsx.snap +0 -50
- package/cjs/RadioContainer/index.js +0 -30
- package/cjs/RadioContainer/index.test/index.js +0 -22
- package/cjs/RadioItem/__snapshots__/index.test.tsx.snap +0 -341
- package/cjs/RadioItem/index.js +0 -43
- package/cjs/RadioItem/index.test/index.js +0 -58
- package/cjs/ResultsActionBar/__snapshots__/indext.test.tsx.snap +0 -16
- package/cjs/ResultsActionBar/index.js +0 -27
- package/cjs/ResultsActionBar/indext.test/index.js +0 -10
- package/cjs/ResultsHeading/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/ResultsHeading/index.js +0 -28
- package/cjs/ResultsHeading/index.test/index.js +0 -10
- package/cjs/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +0 -31
- package/cjs/ResultsHeadingActions/index.js +0 -33
- package/cjs/ResultsHeadingActions/index.test/index.js +0 -10
- package/cjs/SearchButton/__snapshots__/index.test.tsx.snap +0 -50
- package/cjs/SearchButton/index.js +0 -29
- package/cjs/SearchButton/index.test/index.js +0 -10
- package/cjs/SearchContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/SearchContainer/index.js +0 -27
- package/cjs/SearchContainer/index.test/index.js +0 -10
- package/cjs/Section/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/Section/index.js +0 -28
- package/cjs/Section/index.test/index.js +0 -10
- package/cjs/SectionBreak/__snapshots__/index.test.tsx.snap +0 -89
- package/cjs/SectionBreak/index.js +0 -30
- package/cjs/SectionBreak/index.test/index.js +0 -40
- package/cjs/SelectContainer/__snapshots__/index.test.tsx.snap +0 -74
- package/cjs/SelectContainer/index.js +0 -29
- package/cjs/SelectContainer/index.test/index.js +0 -29
- package/cjs/SelectOption/__snapshots__/index.test.tsx.snap +0 -35
- package/cjs/SelectOption/index.js +0 -28
- package/cjs/SelectOption/index.test/index.js +0 -16
- package/cjs/SingleCharacterInput/__snapshots__/index.test.tsx.snap +0 -198
- package/cjs/SingleCharacterInput/index.js +0 -33
- package/cjs/SingleCharacterInput/index.test/index.js +0 -44
- package/cjs/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/SingleCharacterInputs/index.js +0 -29
- package/cjs/SingleCharacterInputs/index.test/index.js +0 -10
- package/cjs/Skeleton/index.js +0 -42
- package/cjs/SkipLink/__snapshots__/index.test.tsx.snap +0 -20
- package/cjs/SkipLink/index.js +0 -31
- package/cjs/SkipLink/index.test/index.js +0 -10
- package/cjs/Stack/__snapshots__/index.test.tsx.snap +0 -516
- package/cjs/Stack/index.js +0 -34
- package/cjs/Stack/index.test/index.js +0 -191
- package/cjs/StepNav/__snapshots__/index.test.tsx.snap +0 -33
- package/cjs/StepNav/index.js +0 -29
- package/cjs/StepNav/index.test/index.js +0 -16
- package/cjs/StepNavAccordion/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/StepNavAccordion/index.js +0 -30
- package/cjs/StepNavAccordion/index.test/index.js +0 -10
- package/cjs/StepNavAccordionContent/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/StepNavAccordionContent/index.js +0 -28
- package/cjs/StepNavAccordionContent/index.test/index.js +0 -10
- package/cjs/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +0 -80
- package/cjs/StepNavAccordionHeadingText/index.js +0 -37
- package/cjs/StepNavAccordionHeadingText/index.test/index.js +0 -22
- package/cjs/StepNavAccordionHeadingTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/StepNavAccordionHeadingTitle/index.js +0 -29
- package/cjs/StepNavAccordionHeadingTitle/index.test/index.js +0 -10
- package/cjs/StepNavAccordionSummary/__snapshots__/index.test.tsx.snap +0 -18
- package/cjs/StepNavAccordionSummary/index.js +0 -28
- package/cjs/StepNavAccordionSummary/index.test/index.js +0 -10
- package/cjs/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +0 -86
- package/cjs/StepNavAccordionSummaryHeading/index.js +0 -47
- package/cjs/StepNavAccordionSummaryHeading/index.test/index.js +0 -36
- package/cjs/StepNavCircleNumber/__snapshots__/index.test.tsx.snap +0 -47
- package/cjs/StepNavCircleNumber/index.js +0 -33
- package/cjs/StepNavCircleNumber/index.test/index.js +0 -16
- package/cjs/StepNavControls/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/StepNavControls/index.js +0 -28
- package/cjs/StepNavControls/index.test/index.js +0 -10
- package/cjs/StepNavList/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/StepNavList/index.js +0 -28
- package/cjs/StepNavList/index.test/index.js +0 -10
- package/cjs/StepNavListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/StepNavListItem/index.js +0 -27
- package/cjs/StepNavListItem/index.test/index.js +0 -10
- package/cjs/SummaryList/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/SummaryList/index.js +0 -32
- package/cjs/SummaryList/index.test/index.js +0 -10
- package/cjs/SummaryListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/SummaryListItem/index.js +0 -30
- package/cjs/SummaryListItem/index.test/index.js +0 -10
- package/cjs/SummaryListItemAction/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/SummaryListItemAction/index.js +0 -28
- package/cjs/SummaryListItemAction/index.test/index.js +0 -10
- package/cjs/SummaryListItemKey/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/SummaryListItemKey/index.js +0 -28
- package/cjs/SummaryListItemKey/index.test/index.js +0 -10
- package/cjs/SummaryListItemValue/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/SummaryListItemValue/index.js +0 -27
- package/cjs/SummaryListItemValue/index.test/index.js +0 -10
- package/cjs/SvgIcon/__snapshots__/index.test.tsx.snap +0 -390
- package/cjs/SvgIcon/index.js +0 -33
- package/cjs/SvgIcon/index.test/index.js +0 -108
- package/cjs/Table/__snapshots__/index.test.tsx.snap +0 -84
- package/cjs/Table/index.js +0 -35
- package/cjs/Table/index.test/index.js +0 -34
- package/cjs/TableBody/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/TableBody/index.js +0 -29
- package/cjs/TableBody/index.test/index.js +0 -10
- package/cjs/TableCaption/__snapshots__/index.test.tsx.snap +0 -84
- package/cjs/TableCaption/index.js +0 -29
- package/cjs/TableCaption/index.test/index.js +0 -34
- package/cjs/TableContainer/__snapshots__/index.test.tsx.snap +0 -33
- package/cjs/TableContainer/index.js +0 -29
- package/cjs/TableContainer/index.test/index.js +0 -16
- package/cjs/TableDataCell/__snapshots__/index.test.tsx.snap +0 -33
- package/cjs/TableDataCell/index.js +0 -31
- package/cjs/TableDataCell/index.test/index.js +0 -16
- package/cjs/TableHead/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/TableHead/index.js +0 -27
- package/cjs/TableHead/index.test/index.js +0 -10
- package/cjs/TableHeadCell/__snapshots__/index.test.tsx.snap +0 -219
- package/cjs/TableHeadCell/index.js +0 -30
- package/cjs/TableHeadCell/index.test/index.js +0 -94
- package/cjs/TableLoaderBackground/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/TableLoaderBackground/index.js +0 -28
- package/cjs/TableLoaderBackground/index.test/index.js +0 -10
- package/cjs/TableNoDataRow/__snapshots__/index.test.tsx.snap +0 -22
- package/cjs/TableNoDataRow/index.js +0 -31
- package/cjs/TableNoDataRow/index.test/index.js +0 -10
- package/cjs/TableRow/__snapshots__/index.test.tsx.snap +0 -50
- package/cjs/TableRow/index.js +0 -30
- package/cjs/TableRow/index.test/index.js +0 -22
- package/cjs/TableSortIconContainer/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/TableSortIconContainer/index.js +0 -29
- package/cjs/TableSortIconContainer/index.test/index.js +0 -10
- package/cjs/Tabs/__snapshots__/index.test.tsx.snap +0 -33
- package/cjs/Tabs/index.js +0 -30
- package/cjs/Tabs/index.test/index.js +0 -16
- package/cjs/TabsHeading/__snapshots__/index.test.tsx.snap +0 -119
- package/cjs/TabsHeading/index.js +0 -31
- package/cjs/TabsHeading/index.test/index.js +0 -22
- package/cjs/TabsList/__snapshots__/index.test.tsx.snap +0 -18
- package/cjs/TabsList/index.js +0 -29
- package/cjs/TabsList/index.test/index.js +0 -10
- package/cjs/TabsListItemBase/__snapshots__/index.test.tsx.snap +0 -133
- package/cjs/TabsListItemBase/index.js +0 -34
- package/cjs/TabsListItemBase/index.test/index.js +0 -36
- package/cjs/TabsPanelBase/__snapshots__/index.test.tsx.snap +0 -83
- package/cjs/TabsPanelBase/index.js +0 -31
- package/cjs/TabsPanelBase/index.test/index.js +0 -28
- package/cjs/TaskList/__snapshots__/index.test.tsx.snap +0 -33
- package/cjs/TaskList/index.js +0 -29
- package/cjs/TaskList/index.test/index.js +0 -16
- package/cjs/TaskListItem/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/TaskListItem/index.js +0 -27
- package/cjs/TaskListItem/index.test/index.js +0 -10
- package/cjs/TaskListItemContent/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/TaskListItemContent/index.js +0 -28
- package/cjs/TaskListItemContent/index.test/index.js +0 -10
- package/cjs/TaskListItemHeading/__snapshots__/index.test.tsx.snap +0 -86
- package/cjs/TaskListItemHeading/index.js +0 -26
- package/cjs/TaskListItemHeading/index.test/index.js +0 -22
- package/cjs/TaskListItemTag/__snapshots__/index.test.tsx.snap +0 -67
- package/cjs/TaskListItemTag/index.js +0 -28
- package/cjs/TaskListItemTag/index.test/index.js +0 -28
- package/cjs/TextArea/__snapshots__/index.test.tsx.snap +0 -132
- package/cjs/TextArea/index.js +0 -35
- package/cjs/TextArea/index.test/index.js +0 -46
- package/cjs/TextInput/__snapshots__/index.test.tsx.snap +0 -777
- package/cjs/TextInput/index.js +0 -35
- package/cjs/TextInput/index.test/index.js +0 -298
- package/cjs/Timeline/__snapshots__/index.test.tsx.snap +0 -33
- package/cjs/Timeline/index.js +0 -29
- package/cjs/Timeline/index.test/index.js +0 -16
- package/cjs/TimelineActions/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/TimelineActions/index.js +0 -29
- package/cjs/TimelineActions/index.test/index.js +0 -10
- package/cjs/TimelineContent/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/TimelineContent/index.js +0 -28
- package/cjs/TimelineContent/index.test/index.js +0 -10
- package/cjs/TimelineHeading/__snapshots__/index.test.tsx.snap +0 -50
- package/cjs/TimelineHeading/index.js +0 -45
- package/cjs/TimelineHeading/index.test/index.js +0 -22
- package/cjs/TimelineItem/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/TimelineItem/index.js +0 -27
- package/cjs/TimelineItem/index.test/index.js +0 -10
- package/cjs/Top/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/Top/index.js +0 -27
- package/cjs/Top/index.test/index.js +0 -10
- package/cjs/Typography/__snapshots__/index.test.tsx.snap +0 -181
- package/cjs/Typography/index.js +0 -31
- package/cjs/Typography/index.test/index.js +0 -76
- package/cjs/Unpurge/index.js +0 -14
- package/cjs/VisuallyHidden/__snapshots__/index.test.tsx.snap +0 -16
- package/cjs/VisuallyHidden/index.js +0 -28
- package/cjs/VisuallyHidden/index.test/index.js +0 -10
- package/cjs/WarningText/__snapshots__/index.test.tsx.snap +0 -92
- package/cjs/WarningText/index.js +0 -38
- package/cjs/WarningText/index.test/index.js +0 -22
- package/cjs/index.js +0 -2359
- package/cjs/lazy/index.js +0 -2164
- package/cjs/registry/index.js +0 -517
- package/lazy/index.js +0 -1676
- package/lazy/package.json +0 -6
- package/registry/index.js +0 -508
- package/registry/package.json +0 -6
- package/src/AutoCompleteInput/__snapshots__/index.test.tsx.snap +0 -53
- package/src/AutoCompleteInput/index.test.tsx +0 -20
- package/src/AutoCompleteInput/index.tsx +0 -40
- package/src/AutoCompleteInputTypeahead/__snapshots__/index.test.tsx.snap +0 -22
- package/src/AutoCompleteInputTypeahead/index.test.tsx +0 -8
- package/src/AutoCompleteInputTypeahead/index.tsx +0 -32
- package/src/BackLink/__snapshots__/index.test.tsx.snap +0 -115
- package/src/BackLink/index.test.tsx +0 -11
- package/src/BackLink/index.tsx +0 -37
- package/src/BreadcrumbsListItem/__snapshots__/index.test.tsx.snap +0 -42
- package/src/BreadcrumbsListItem/index.test.tsx +0 -15
- package/src/BreadcrumbsListItem/index.tsx +0 -41
- package/src/ButtonLink/__snapshots__/index.test.tsx.snap +0 -199
- package/src/ButtonLink/index.test.tsx +0 -64
- package/src/ButtonLink/index.tsx +0 -54
- package/src/CallToAction/__snapshots__/index.test.tsx.snap +0 -52
- package/src/CallToAction/index.test.tsx +0 -8
- package/src/CallToAction/index.tsx +0 -32
- package/src/CircularProgress/__snapshots__/index.test.tsx.snap +0 -181
- package/src/CircularProgress/index.test.tsx +0 -32
- package/src/CircularProgress/index.tsx +0 -63
- package/src/CodeBlock/__snapshots__/index.test.tsx.snap +0 -22
- package/src/CodeBlock/index.test.tsx +0 -8
- package/src/CodeBlock/index.tsx +0 -35
- package/src/FooterLink/__snapshots__/index.test.tsx.snap +0 -35
- package/src/FooterLink/index.test.tsx +0 -12
- package/src/FooterLink/index.tsx +0 -26
- package/src/GovGRLogo/__snapshots__/index.test.tsx.snap +0 -27
- package/src/GovGRLogo/index.test.tsx +0 -8
- package/src/GovGRLogo/index.tsx +0 -42
- package/src/HeaderLogo/__snapshots__/index.test.tsx.snap +0 -18
- package/src/HeaderLogo/index.test.tsx +0 -8
- package/src/HeaderLogo/index.tsx +0 -43
- package/src/HeaderSecondaryLogo/__snapshots__/index.test.tsx.snap +0 -48
- package/src/HeaderSecondaryLogo/index.test.tsx +0 -26
- package/src/HeaderSecondaryLogo/index.tsx +0 -48
- package/src/HeaderTitle/__snapshots__/index.test.tsx.snap +0 -37
- package/src/HeaderTitle/index.test.tsx +0 -13
- package/src/HeaderTitle/index.tsx +0 -28
- package/src/NavListItemAction/__snapshots__/index.test.tsx.snap +0 -16
- package/src/NavListItemAction/index.test.tsx +0 -10
- package/src/NavListItemAction/index.tsx +0 -46
- package/src/NavListItemLink/__snapshots__/index.test.tsx.snap +0 -112
- package/src/NavListItemLink/index.test.tsx +0 -37
- package/src/NavListItemLink/index.tsx +0 -41
- package/src/SvgIcon/__snapshots__/index.test.tsx.snap +0 -390
- package/src/SvgIcon/index.test.tsx +0 -68
- package/src/SvgIcon/index.tsx +0 -72
- package/src/lazy.js +0 -243
- package/src/registry.js +0 -515
- /package/{GovGRLogo → GovGRLogoBase}/govgr-logo-base64.d.ts +0 -0
- /package/{GovGRLogo → GovGRLogoBase}/govgr-logo-blue-base64.d.ts +0 -0
- /package/src/{GovGRLogo → GovGRLogoBase}/govgr-logo-base64.js +0 -0
- /package/src/{GovGRLogo → GovGRLogoBase}/govgr-logo-blue-base64.ts +0 -0
package/cjs/index.js
DELETED
|
@@ -1,2359 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
var _Accordion = require("@digigov/react-core/Accordion");
|
|
7
|
-
Object.keys(_Accordion).forEach(function (key) {
|
|
8
|
-
if (key === "default" || key === "__esModule") return;
|
|
9
|
-
if (key in exports && exports[key] === _Accordion[key]) return;
|
|
10
|
-
Object.defineProperty(exports, key, {
|
|
11
|
-
enumerable: true,
|
|
12
|
-
get: function get() {
|
|
13
|
-
return _Accordion[key];
|
|
14
|
-
}
|
|
15
|
-
});
|
|
16
|
-
});
|
|
17
|
-
var _AccordionControls = require("@digigov/react-core/AccordionControls");
|
|
18
|
-
Object.keys(_AccordionControls).forEach(function (key) {
|
|
19
|
-
if (key === "default" || key === "__esModule") return;
|
|
20
|
-
if (key in exports && exports[key] === _AccordionControls[key]) return;
|
|
21
|
-
Object.defineProperty(exports, key, {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function get() {
|
|
24
|
-
return _AccordionControls[key];
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
});
|
|
28
|
-
var _AccordionSection = require("@digigov/react-core/AccordionSection");
|
|
29
|
-
Object.keys(_AccordionSection).forEach(function (key) {
|
|
30
|
-
if (key === "default" || key === "__esModule") return;
|
|
31
|
-
if (key in exports && exports[key] === _AccordionSection[key]) return;
|
|
32
|
-
Object.defineProperty(exports, key, {
|
|
33
|
-
enumerable: true,
|
|
34
|
-
get: function get() {
|
|
35
|
-
return _AccordionSection[key];
|
|
36
|
-
}
|
|
37
|
-
});
|
|
38
|
-
});
|
|
39
|
-
var _AccordionSectionContent = require("@digigov/react-core/AccordionSectionContent");
|
|
40
|
-
Object.keys(_AccordionSectionContent).forEach(function (key) {
|
|
41
|
-
if (key === "default" || key === "__esModule") return;
|
|
42
|
-
if (key in exports && exports[key] === _AccordionSectionContent[key]) return;
|
|
43
|
-
Object.defineProperty(exports, key, {
|
|
44
|
-
enumerable: true,
|
|
45
|
-
get: function get() {
|
|
46
|
-
return _AccordionSectionContent[key];
|
|
47
|
-
}
|
|
48
|
-
});
|
|
49
|
-
});
|
|
50
|
-
var _AccordionSectionSummary = require("@digigov/react-core/AccordionSectionSummary");
|
|
51
|
-
Object.keys(_AccordionSectionSummary).forEach(function (key) {
|
|
52
|
-
if (key === "default" || key === "__esModule") return;
|
|
53
|
-
if (key in exports && exports[key] === _AccordionSectionSummary[key]) return;
|
|
54
|
-
Object.defineProperty(exports, key, {
|
|
55
|
-
enumerable: true,
|
|
56
|
-
get: function get() {
|
|
57
|
-
return _AccordionSectionSummary[key];
|
|
58
|
-
}
|
|
59
|
-
});
|
|
60
|
-
});
|
|
61
|
-
var _AccordionSectionSummaryHeading = require("@digigov/react-core/AccordionSectionSummaryHeading");
|
|
62
|
-
Object.keys(_AccordionSectionSummaryHeading).forEach(function (key) {
|
|
63
|
-
if (key === "default" || key === "__esModule") return;
|
|
64
|
-
if (key in exports && exports[key] === _AccordionSectionSummaryHeading[key]) return;
|
|
65
|
-
Object.defineProperty(exports, key, {
|
|
66
|
-
enumerable: true,
|
|
67
|
-
get: function get() {
|
|
68
|
-
return _AccordionSectionSummaryHeading[key];
|
|
69
|
-
}
|
|
70
|
-
});
|
|
71
|
-
});
|
|
72
|
-
var _Aside = require("@digigov/react-core/Aside");
|
|
73
|
-
Object.keys(_Aside).forEach(function (key) {
|
|
74
|
-
if (key === "default" || key === "__esModule") return;
|
|
75
|
-
if (key in exports && exports[key] === _Aside[key]) return;
|
|
76
|
-
Object.defineProperty(exports, key, {
|
|
77
|
-
enumerable: true,
|
|
78
|
-
get: function get() {
|
|
79
|
-
return _Aside[key];
|
|
80
|
-
}
|
|
81
|
-
});
|
|
82
|
-
});
|
|
83
|
-
var _BackLink = require("@digigov/react-core/BackLink");
|
|
84
|
-
Object.keys(_BackLink).forEach(function (key) {
|
|
85
|
-
if (key === "default" || key === "__esModule") return;
|
|
86
|
-
if (key in exports && exports[key] === _BackLink[key]) return;
|
|
87
|
-
Object.defineProperty(exports, key, {
|
|
88
|
-
enumerable: true,
|
|
89
|
-
get: function get() {
|
|
90
|
-
return _BackLink[key];
|
|
91
|
-
}
|
|
92
|
-
});
|
|
93
|
-
});
|
|
94
|
-
var _Blockquote = require("@digigov/react-core/Blockquote");
|
|
95
|
-
Object.keys(_Blockquote).forEach(function (key) {
|
|
96
|
-
if (key === "default" || key === "__esModule") return;
|
|
97
|
-
if (key in exports && exports[key] === _Blockquote[key]) return;
|
|
98
|
-
Object.defineProperty(exports, key, {
|
|
99
|
-
enumerable: true,
|
|
100
|
-
get: function get() {
|
|
101
|
-
return _Blockquote[key];
|
|
102
|
-
}
|
|
103
|
-
});
|
|
104
|
-
});
|
|
105
|
-
var _Bottom = require("@digigov/react-core/Bottom");
|
|
106
|
-
Object.keys(_Bottom).forEach(function (key) {
|
|
107
|
-
if (key === "default" || key === "__esModule") return;
|
|
108
|
-
if (key in exports && exports[key] === _Bottom[key]) return;
|
|
109
|
-
Object.defineProperty(exports, key, {
|
|
110
|
-
enumerable: true,
|
|
111
|
-
get: function get() {
|
|
112
|
-
return _Bottom[key];
|
|
113
|
-
}
|
|
114
|
-
});
|
|
115
|
-
});
|
|
116
|
-
var _Breadcrumbs = require("@digigov/react-core/Breadcrumbs");
|
|
117
|
-
Object.keys(_Breadcrumbs).forEach(function (key) {
|
|
118
|
-
if (key === "default" || key === "__esModule") return;
|
|
119
|
-
if (key in exports && exports[key] === _Breadcrumbs[key]) return;
|
|
120
|
-
Object.defineProperty(exports, key, {
|
|
121
|
-
enumerable: true,
|
|
122
|
-
get: function get() {
|
|
123
|
-
return _Breadcrumbs[key];
|
|
124
|
-
}
|
|
125
|
-
});
|
|
126
|
-
});
|
|
127
|
-
var _BreadcrumbsList = require("@digigov/react-core/BreadcrumbsList");
|
|
128
|
-
Object.keys(_BreadcrumbsList).forEach(function (key) {
|
|
129
|
-
if (key === "default" || key === "__esModule") return;
|
|
130
|
-
if (key in exports && exports[key] === _BreadcrumbsList[key]) return;
|
|
131
|
-
Object.defineProperty(exports, key, {
|
|
132
|
-
enumerable: true,
|
|
133
|
-
get: function get() {
|
|
134
|
-
return _BreadcrumbsList[key];
|
|
135
|
-
}
|
|
136
|
-
});
|
|
137
|
-
});
|
|
138
|
-
var _BreadcrumbsListItem = require("@digigov/react-core/BreadcrumbsListItem");
|
|
139
|
-
Object.keys(_BreadcrumbsListItem).forEach(function (key) {
|
|
140
|
-
if (key === "default" || key === "__esModule") return;
|
|
141
|
-
if (key in exports && exports[key] === _BreadcrumbsListItem[key]) return;
|
|
142
|
-
Object.defineProperty(exports, key, {
|
|
143
|
-
enumerable: true,
|
|
144
|
-
get: function get() {
|
|
145
|
-
return _BreadcrumbsListItem[key];
|
|
146
|
-
}
|
|
147
|
-
});
|
|
148
|
-
});
|
|
149
|
-
var _Button = require("@digigov/react-core/Button");
|
|
150
|
-
Object.keys(_Button).forEach(function (key) {
|
|
151
|
-
if (key === "default" || key === "__esModule") return;
|
|
152
|
-
if (key in exports && exports[key] === _Button[key]) return;
|
|
153
|
-
Object.defineProperty(exports, key, {
|
|
154
|
-
enumerable: true,
|
|
155
|
-
get: function get() {
|
|
156
|
-
return _Button[key];
|
|
157
|
-
}
|
|
158
|
-
});
|
|
159
|
-
});
|
|
160
|
-
var _ButtonGroup = require("@digigov/react-core/ButtonGroup");
|
|
161
|
-
Object.keys(_ButtonGroup).forEach(function (key) {
|
|
162
|
-
if (key === "default" || key === "__esModule") return;
|
|
163
|
-
if (key in exports && exports[key] === _ButtonGroup[key]) return;
|
|
164
|
-
Object.defineProperty(exports, key, {
|
|
165
|
-
enumerable: true,
|
|
166
|
-
get: function get() {
|
|
167
|
-
return _ButtonGroup[key];
|
|
168
|
-
}
|
|
169
|
-
});
|
|
170
|
-
});
|
|
171
|
-
var _ButtonLink = require("@digigov/react-core/ButtonLink");
|
|
172
|
-
Object.keys(_ButtonLink).forEach(function (key) {
|
|
173
|
-
if (key === "default" || key === "__esModule") return;
|
|
174
|
-
if (key in exports && exports[key] === _ButtonLink[key]) return;
|
|
175
|
-
Object.defineProperty(exports, key, {
|
|
176
|
-
enumerable: true,
|
|
177
|
-
get: function get() {
|
|
178
|
-
return _ButtonLink[key];
|
|
179
|
-
}
|
|
180
|
-
});
|
|
181
|
-
});
|
|
182
|
-
var _CallToAction = require("@digigov/react-core/CallToAction");
|
|
183
|
-
Object.keys(_CallToAction).forEach(function (key) {
|
|
184
|
-
if (key === "default" || key === "__esModule") return;
|
|
185
|
-
if (key in exports && exports[key] === _CallToAction[key]) return;
|
|
186
|
-
Object.defineProperty(exports, key, {
|
|
187
|
-
enumerable: true,
|
|
188
|
-
get: function get() {
|
|
189
|
-
return _CallToAction[key];
|
|
190
|
-
}
|
|
191
|
-
});
|
|
192
|
-
});
|
|
193
|
-
var _Card = require("@digigov/react-core/Card");
|
|
194
|
-
Object.keys(_Card).forEach(function (key) {
|
|
195
|
-
if (key === "default" || key === "__esModule") return;
|
|
196
|
-
if (key in exports && exports[key] === _Card[key]) return;
|
|
197
|
-
Object.defineProperty(exports, key, {
|
|
198
|
-
enumerable: true,
|
|
199
|
-
get: function get() {
|
|
200
|
-
return _Card[key];
|
|
201
|
-
}
|
|
202
|
-
});
|
|
203
|
-
});
|
|
204
|
-
var _CardAction = require("@digigov/react-core/CardAction");
|
|
205
|
-
Object.keys(_CardAction).forEach(function (key) {
|
|
206
|
-
if (key === "default" || key === "__esModule") return;
|
|
207
|
-
if (key in exports && exports[key] === _CardAction[key]) return;
|
|
208
|
-
Object.defineProperty(exports, key, {
|
|
209
|
-
enumerable: true,
|
|
210
|
-
get: function get() {
|
|
211
|
-
return _CardAction[key];
|
|
212
|
-
}
|
|
213
|
-
});
|
|
214
|
-
});
|
|
215
|
-
var _CardHeading = require("@digigov/react-core/CardHeading");
|
|
216
|
-
Object.keys(_CardHeading).forEach(function (key) {
|
|
217
|
-
if (key === "default" || key === "__esModule") return;
|
|
218
|
-
if (key in exports && exports[key] === _CardHeading[key]) return;
|
|
219
|
-
Object.defineProperty(exports, key, {
|
|
220
|
-
enumerable: true,
|
|
221
|
-
get: function get() {
|
|
222
|
-
return _CardHeading[key];
|
|
223
|
-
}
|
|
224
|
-
});
|
|
225
|
-
});
|
|
226
|
-
var _CardContent = require("@digigov/react-core/CardContent");
|
|
227
|
-
Object.keys(_CardContent).forEach(function (key) {
|
|
228
|
-
if (key === "default" || key === "__esModule") return;
|
|
229
|
-
if (key in exports && exports[key] === _CardContent[key]) return;
|
|
230
|
-
Object.defineProperty(exports, key, {
|
|
231
|
-
enumerable: true,
|
|
232
|
-
get: function get() {
|
|
233
|
-
return _CardContent[key];
|
|
234
|
-
}
|
|
235
|
-
});
|
|
236
|
-
});
|
|
237
|
-
var _Checkbox = require("@digigov/react-core/Checkbox");
|
|
238
|
-
Object.keys(_Checkbox).forEach(function (key) {
|
|
239
|
-
if (key === "default" || key === "__esModule") return;
|
|
240
|
-
if (key in exports && exports[key] === _Checkbox[key]) return;
|
|
241
|
-
Object.defineProperty(exports, key, {
|
|
242
|
-
enumerable: true,
|
|
243
|
-
get: function get() {
|
|
244
|
-
return _Checkbox[key];
|
|
245
|
-
}
|
|
246
|
-
});
|
|
247
|
-
});
|
|
248
|
-
var _CheckboxConditional = require("@digigov/react-core/CheckboxConditional");
|
|
249
|
-
Object.keys(_CheckboxConditional).forEach(function (key) {
|
|
250
|
-
if (key === "default" || key === "__esModule") return;
|
|
251
|
-
if (key in exports && exports[key] === _CheckboxConditional[key]) return;
|
|
252
|
-
Object.defineProperty(exports, key, {
|
|
253
|
-
enumerable: true,
|
|
254
|
-
get: function get() {
|
|
255
|
-
return _CheckboxConditional[key];
|
|
256
|
-
}
|
|
257
|
-
});
|
|
258
|
-
});
|
|
259
|
-
var _CheckboxItem = require("@digigov/react-core/CheckboxItem");
|
|
260
|
-
Object.keys(_CheckboxItem).forEach(function (key) {
|
|
261
|
-
if (key === "default" || key === "__esModule") return;
|
|
262
|
-
if (key in exports && exports[key] === _CheckboxItem[key]) return;
|
|
263
|
-
Object.defineProperty(exports, key, {
|
|
264
|
-
enumerable: true,
|
|
265
|
-
get: function get() {
|
|
266
|
-
return _CheckboxItem[key];
|
|
267
|
-
}
|
|
268
|
-
});
|
|
269
|
-
});
|
|
270
|
-
var _ChoiceDividerText = require("@digigov/react-core/ChoiceDividerText");
|
|
271
|
-
Object.keys(_ChoiceDividerText).forEach(function (key) {
|
|
272
|
-
if (key === "default" || key === "__esModule") return;
|
|
273
|
-
if (key in exports && exports[key] === _ChoiceDividerText[key]) return;
|
|
274
|
-
Object.defineProperty(exports, key, {
|
|
275
|
-
enumerable: true,
|
|
276
|
-
get: function get() {
|
|
277
|
-
return _ChoiceDividerText[key];
|
|
278
|
-
}
|
|
279
|
-
});
|
|
280
|
-
});
|
|
281
|
-
var _Code = require("@digigov/react-core/Code");
|
|
282
|
-
Object.keys(_Code).forEach(function (key) {
|
|
283
|
-
if (key === "default" || key === "__esModule") return;
|
|
284
|
-
if (key in exports && exports[key] === _Code[key]) return;
|
|
285
|
-
Object.defineProperty(exports, key, {
|
|
286
|
-
enumerable: true,
|
|
287
|
-
get: function get() {
|
|
288
|
-
return _Code[key];
|
|
289
|
-
}
|
|
290
|
-
});
|
|
291
|
-
});
|
|
292
|
-
var _CodeBlock = require("@digigov/react-core/CodeBlock");
|
|
293
|
-
Object.keys(_CodeBlock).forEach(function (key) {
|
|
294
|
-
if (key === "default" || key === "__esModule") return;
|
|
295
|
-
if (key in exports && exports[key] === _CodeBlock[key]) return;
|
|
296
|
-
Object.defineProperty(exports, key, {
|
|
297
|
-
enumerable: true,
|
|
298
|
-
get: function get() {
|
|
299
|
-
return _CodeBlock[key];
|
|
300
|
-
}
|
|
301
|
-
});
|
|
302
|
-
});
|
|
303
|
-
var _Panel = require("@digigov/react-core/Panel");
|
|
304
|
-
Object.keys(_Panel).forEach(function (key) {
|
|
305
|
-
if (key === "default" || key === "__esModule") return;
|
|
306
|
-
if (key in exports && exports[key] === _Panel[key]) return;
|
|
307
|
-
Object.defineProperty(exports, key, {
|
|
308
|
-
enumerable: true,
|
|
309
|
-
get: function get() {
|
|
310
|
-
return _Panel[key];
|
|
311
|
-
}
|
|
312
|
-
});
|
|
313
|
-
});
|
|
314
|
-
var _PanelBody = require("@digigov/react-core/PanelBody");
|
|
315
|
-
Object.keys(_PanelBody).forEach(function (key) {
|
|
316
|
-
if (key === "default" || key === "__esModule") return;
|
|
317
|
-
if (key in exports && exports[key] === _PanelBody[key]) return;
|
|
318
|
-
Object.defineProperty(exports, key, {
|
|
319
|
-
enumerable: true,
|
|
320
|
-
get: function get() {
|
|
321
|
-
return _PanelBody[key];
|
|
322
|
-
}
|
|
323
|
-
});
|
|
324
|
-
});
|
|
325
|
-
var _Container = require("@digigov/react-core/Container");
|
|
326
|
-
Object.keys(_Container).forEach(function (key) {
|
|
327
|
-
if (key === "default" || key === "__esModule") return;
|
|
328
|
-
if (key in exports && exports[key] === _Container[key]) return;
|
|
329
|
-
Object.defineProperty(exports, key, {
|
|
330
|
-
enumerable: true,
|
|
331
|
-
get: function get() {
|
|
332
|
-
return _Container[key];
|
|
333
|
-
}
|
|
334
|
-
});
|
|
335
|
-
});
|
|
336
|
-
var _CopyrightContainer = require("@digigov/react-core/CopyrightContainer");
|
|
337
|
-
Object.keys(_CopyrightContainer).forEach(function (key) {
|
|
338
|
-
if (key === "default" || key === "__esModule") return;
|
|
339
|
-
if (key in exports && exports[key] === _CopyrightContainer[key]) return;
|
|
340
|
-
Object.defineProperty(exports, key, {
|
|
341
|
-
enumerable: true,
|
|
342
|
-
get: function get() {
|
|
343
|
-
return _CopyrightContainer[key];
|
|
344
|
-
}
|
|
345
|
-
});
|
|
346
|
-
});
|
|
347
|
-
var _DateInputContainer = require("@digigov/react-core/DateInputContainer");
|
|
348
|
-
Object.keys(_DateInputContainer).forEach(function (key) {
|
|
349
|
-
if (key === "default" || key === "__esModule") return;
|
|
350
|
-
if (key in exports && exports[key] === _DateInputContainer[key]) return;
|
|
351
|
-
Object.defineProperty(exports, key, {
|
|
352
|
-
enumerable: true,
|
|
353
|
-
get: function get() {
|
|
354
|
-
return _DateInputContainer[key];
|
|
355
|
-
}
|
|
356
|
-
});
|
|
357
|
-
});
|
|
358
|
-
var _DateInputItem = require("@digigov/react-core/DateInputItem");
|
|
359
|
-
Object.keys(_DateInputItem).forEach(function (key) {
|
|
360
|
-
if (key === "default" || key === "__esModule") return;
|
|
361
|
-
if (key in exports && exports[key] === _DateInputItem[key]) return;
|
|
362
|
-
Object.defineProperty(exports, key, {
|
|
363
|
-
enumerable: true,
|
|
364
|
-
get: function get() {
|
|
365
|
-
return _DateInputItem[key];
|
|
366
|
-
}
|
|
367
|
-
});
|
|
368
|
-
});
|
|
369
|
-
var _Details = require("@digigov/react-core/Details");
|
|
370
|
-
Object.keys(_Details).forEach(function (key) {
|
|
371
|
-
if (key === "default" || key === "__esModule") return;
|
|
372
|
-
if (key in exports && exports[key] === _Details[key]) return;
|
|
373
|
-
Object.defineProperty(exports, key, {
|
|
374
|
-
enumerable: true,
|
|
375
|
-
get: function get() {
|
|
376
|
-
return _Details[key];
|
|
377
|
-
}
|
|
378
|
-
});
|
|
379
|
-
});
|
|
380
|
-
var _DetailsContent = require("@digigov/react-core/DetailsContent");
|
|
381
|
-
Object.keys(_DetailsContent).forEach(function (key) {
|
|
382
|
-
if (key === "default" || key === "__esModule") return;
|
|
383
|
-
if (key in exports && exports[key] === _DetailsContent[key]) return;
|
|
384
|
-
Object.defineProperty(exports, key, {
|
|
385
|
-
enumerable: true,
|
|
386
|
-
get: function get() {
|
|
387
|
-
return _DetailsContent[key];
|
|
388
|
-
}
|
|
389
|
-
});
|
|
390
|
-
});
|
|
391
|
-
var _DetailsSummary = require("@digigov/react-core/DetailsSummary");
|
|
392
|
-
Object.keys(_DetailsSummary).forEach(function (key) {
|
|
393
|
-
if (key === "default" || key === "__esModule") return;
|
|
394
|
-
if (key in exports && exports[key] === _DetailsSummary[key]) return;
|
|
395
|
-
Object.defineProperty(exports, key, {
|
|
396
|
-
enumerable: true,
|
|
397
|
-
get: function get() {
|
|
398
|
-
return _DetailsSummary[key];
|
|
399
|
-
}
|
|
400
|
-
});
|
|
401
|
-
});
|
|
402
|
-
var _ErrorMessage = require("@digigov/react-core/ErrorMessage");
|
|
403
|
-
Object.keys(_ErrorMessage).forEach(function (key) {
|
|
404
|
-
if (key === "default" || key === "__esModule") return;
|
|
405
|
-
if (key in exports && exports[key] === _ErrorMessage[key]) return;
|
|
406
|
-
Object.defineProperty(exports, key, {
|
|
407
|
-
enumerable: true,
|
|
408
|
-
get: function get() {
|
|
409
|
-
return _ErrorMessage[key];
|
|
410
|
-
}
|
|
411
|
-
});
|
|
412
|
-
});
|
|
413
|
-
var _ErrorSummary = require("@digigov/react-core/ErrorSummary");
|
|
414
|
-
Object.keys(_ErrorSummary).forEach(function (key) {
|
|
415
|
-
if (key === "default" || key === "__esModule") return;
|
|
416
|
-
if (key in exports && exports[key] === _ErrorSummary[key]) return;
|
|
417
|
-
Object.defineProperty(exports, key, {
|
|
418
|
-
enumerable: true,
|
|
419
|
-
get: function get() {
|
|
420
|
-
return _ErrorSummary[key];
|
|
421
|
-
}
|
|
422
|
-
});
|
|
423
|
-
});
|
|
424
|
-
var _Fieldset = require("@digigov/react-core/Fieldset");
|
|
425
|
-
Object.keys(_Fieldset).forEach(function (key) {
|
|
426
|
-
if (key === "default" || key === "__esModule") return;
|
|
427
|
-
if (key in exports && exports[key] === _Fieldset[key]) return;
|
|
428
|
-
Object.defineProperty(exports, key, {
|
|
429
|
-
enumerable: true,
|
|
430
|
-
get: function get() {
|
|
431
|
-
return _Fieldset[key];
|
|
432
|
-
}
|
|
433
|
-
});
|
|
434
|
-
});
|
|
435
|
-
var _FieldsetLegend = require("@digigov/react-core/FieldsetLegend");
|
|
436
|
-
Object.keys(_FieldsetLegend).forEach(function (key) {
|
|
437
|
-
if (key === "default" || key === "__esModule") return;
|
|
438
|
-
if (key in exports && exports[key] === _FieldsetLegend[key]) return;
|
|
439
|
-
Object.defineProperty(exports, key, {
|
|
440
|
-
enumerable: true,
|
|
441
|
-
get: function get() {
|
|
442
|
-
return _FieldsetLegend[key];
|
|
443
|
-
}
|
|
444
|
-
});
|
|
445
|
-
});
|
|
446
|
-
var _FileUpload = require("@digigov/react-core/FileUpload");
|
|
447
|
-
Object.keys(_FileUpload).forEach(function (key) {
|
|
448
|
-
if (key === "default" || key === "__esModule") return;
|
|
449
|
-
if (key in exports && exports[key] === _FileUpload[key]) return;
|
|
450
|
-
Object.defineProperty(exports, key, {
|
|
451
|
-
enumerable: true,
|
|
452
|
-
get: function get() {
|
|
453
|
-
return _FileUpload[key];
|
|
454
|
-
}
|
|
455
|
-
});
|
|
456
|
-
});
|
|
457
|
-
var _Footer = require("@digigov/react-core/Footer");
|
|
458
|
-
Object.keys(_Footer).forEach(function (key) {
|
|
459
|
-
if (key === "default" || key === "__esModule") return;
|
|
460
|
-
if (key in exports && exports[key] === _Footer[key]) return;
|
|
461
|
-
Object.defineProperty(exports, key, {
|
|
462
|
-
enumerable: true,
|
|
463
|
-
get: function get() {
|
|
464
|
-
return _Footer[key];
|
|
465
|
-
}
|
|
466
|
-
});
|
|
467
|
-
});
|
|
468
|
-
var _FooterContainer = require("@digigov/react-core/FooterContainer");
|
|
469
|
-
Object.keys(_FooterContainer).forEach(function (key) {
|
|
470
|
-
if (key === "default" || key === "__esModule") return;
|
|
471
|
-
if (key in exports && exports[key] === _FooterContainer[key]) return;
|
|
472
|
-
Object.defineProperty(exports, key, {
|
|
473
|
-
enumerable: true,
|
|
474
|
-
get: function get() {
|
|
475
|
-
return _FooterContainer[key];
|
|
476
|
-
}
|
|
477
|
-
});
|
|
478
|
-
});
|
|
479
|
-
var _FooterContent = require("@digigov/react-core/FooterContent");
|
|
480
|
-
Object.keys(_FooterContent).forEach(function (key) {
|
|
481
|
-
if (key === "default" || key === "__esModule") return;
|
|
482
|
-
if (key in exports && exports[key] === _FooterContent[key]) return;
|
|
483
|
-
Object.defineProperty(exports, key, {
|
|
484
|
-
enumerable: true,
|
|
485
|
-
get: function get() {
|
|
486
|
-
return _FooterContent[key];
|
|
487
|
-
}
|
|
488
|
-
});
|
|
489
|
-
});
|
|
490
|
-
var _FooterContentLogos = require("@digigov/react-core/FooterContentLogos");
|
|
491
|
-
Object.keys(_FooterContentLogos).forEach(function (key) {
|
|
492
|
-
if (key === "default" || key === "__esModule") return;
|
|
493
|
-
if (key in exports && exports[key] === _FooterContentLogos[key]) return;
|
|
494
|
-
Object.defineProperty(exports, key, {
|
|
495
|
-
enumerable: true,
|
|
496
|
-
get: function get() {
|
|
497
|
-
return _FooterContentLogos[key];
|
|
498
|
-
}
|
|
499
|
-
});
|
|
500
|
-
});
|
|
501
|
-
var _FooterHeading = require("@digigov/react-core/FooterHeading");
|
|
502
|
-
Object.keys(_FooterHeading).forEach(function (key) {
|
|
503
|
-
if (key === "default" || key === "__esModule") return;
|
|
504
|
-
if (key in exports && exports[key] === _FooterHeading[key]) return;
|
|
505
|
-
Object.defineProperty(exports, key, {
|
|
506
|
-
enumerable: true,
|
|
507
|
-
get: function get() {
|
|
508
|
-
return _FooterHeading[key];
|
|
509
|
-
}
|
|
510
|
-
});
|
|
511
|
-
});
|
|
512
|
-
var _FooterImage = require("@digigov/react-core/FooterImage");
|
|
513
|
-
Object.keys(_FooterImage).forEach(function (key) {
|
|
514
|
-
if (key === "default" || key === "__esModule") return;
|
|
515
|
-
if (key in exports && exports[key] === _FooterImage[key]) return;
|
|
516
|
-
Object.defineProperty(exports, key, {
|
|
517
|
-
enumerable: true,
|
|
518
|
-
get: function get() {
|
|
519
|
-
return _FooterImage[key];
|
|
520
|
-
}
|
|
521
|
-
});
|
|
522
|
-
});
|
|
523
|
-
var _FooterLink = require("@digigov/react-core/FooterLink");
|
|
524
|
-
Object.keys(_FooterLink).forEach(function (key) {
|
|
525
|
-
if (key === "default" || key === "__esModule") return;
|
|
526
|
-
if (key in exports && exports[key] === _FooterLink[key]) return;
|
|
527
|
-
Object.defineProperty(exports, key, {
|
|
528
|
-
enumerable: true,
|
|
529
|
-
get: function get() {
|
|
530
|
-
return _FooterLink[key];
|
|
531
|
-
}
|
|
532
|
-
});
|
|
533
|
-
});
|
|
534
|
-
var _FooterList = require("@digigov/react-core/FooterList");
|
|
535
|
-
Object.keys(_FooterList).forEach(function (key) {
|
|
536
|
-
if (key === "default" || key === "__esModule") return;
|
|
537
|
-
if (key in exports && exports[key] === _FooterList[key]) return;
|
|
538
|
-
Object.defineProperty(exports, key, {
|
|
539
|
-
enumerable: true,
|
|
540
|
-
get: function get() {
|
|
541
|
-
return _FooterList[key];
|
|
542
|
-
}
|
|
543
|
-
});
|
|
544
|
-
});
|
|
545
|
-
var _FooterListItem = require("@digigov/react-core/FooterListItem");
|
|
546
|
-
Object.keys(_FooterListItem).forEach(function (key) {
|
|
547
|
-
if (key === "default" || key === "__esModule") return;
|
|
548
|
-
if (key in exports && exports[key] === _FooterListItem[key]) return;
|
|
549
|
-
Object.defineProperty(exports, key, {
|
|
550
|
-
enumerable: true,
|
|
551
|
-
get: function get() {
|
|
552
|
-
return _FooterListItem[key];
|
|
553
|
-
}
|
|
554
|
-
});
|
|
555
|
-
});
|
|
556
|
-
var _FooterInfo = require("@digigov/react-core/FooterInfo");
|
|
557
|
-
Object.keys(_FooterInfo).forEach(function (key) {
|
|
558
|
-
if (key === "default" || key === "__esModule") return;
|
|
559
|
-
if (key in exports && exports[key] === _FooterInfo[key]) return;
|
|
560
|
-
Object.defineProperty(exports, key, {
|
|
561
|
-
enumerable: true,
|
|
562
|
-
get: function get() {
|
|
563
|
-
return _FooterInfo[key];
|
|
564
|
-
}
|
|
565
|
-
});
|
|
566
|
-
});
|
|
567
|
-
var _FooterInfoSection = require("@digigov/react-core/FooterInfoSection");
|
|
568
|
-
Object.keys(_FooterInfoSection).forEach(function (key) {
|
|
569
|
-
if (key === "default" || key === "__esModule") return;
|
|
570
|
-
if (key in exports && exports[key] === _FooterInfoSection[key]) return;
|
|
571
|
-
Object.defineProperty(exports, key, {
|
|
572
|
-
enumerable: true,
|
|
573
|
-
get: function get() {
|
|
574
|
-
return _FooterInfoSection[key];
|
|
575
|
-
}
|
|
576
|
-
});
|
|
577
|
-
});
|
|
578
|
-
var _FooterNavigation = require("@digigov/react-core/FooterNavigation");
|
|
579
|
-
Object.keys(_FooterNavigation).forEach(function (key) {
|
|
580
|
-
if (key === "default" || key === "__esModule") return;
|
|
581
|
-
if (key in exports && exports[key] === _FooterNavigation[key]) return;
|
|
582
|
-
Object.defineProperty(exports, key, {
|
|
583
|
-
enumerable: true,
|
|
584
|
-
get: function get() {
|
|
585
|
-
return _FooterNavigation[key];
|
|
586
|
-
}
|
|
587
|
-
});
|
|
588
|
-
});
|
|
589
|
-
var _FooterNavigationSection = require("@digigov/react-core/FooterNavigationSection");
|
|
590
|
-
Object.keys(_FooterNavigationSection).forEach(function (key) {
|
|
591
|
-
if (key === "default" || key === "__esModule") return;
|
|
592
|
-
if (key in exports && exports[key] === _FooterNavigationSection[key]) return;
|
|
593
|
-
Object.defineProperty(exports, key, {
|
|
594
|
-
enumerable: true,
|
|
595
|
-
get: function get() {
|
|
596
|
-
return _FooterNavigationSection[key];
|
|
597
|
-
}
|
|
598
|
-
});
|
|
599
|
-
});
|
|
600
|
-
var _FieldContainer = require("@digigov/react-core/FieldContainer");
|
|
601
|
-
Object.keys(_FieldContainer).forEach(function (key) {
|
|
602
|
-
if (key === "default" || key === "__esModule") return;
|
|
603
|
-
if (key in exports && exports[key] === _FieldContainer[key]) return;
|
|
604
|
-
Object.defineProperty(exports, key, {
|
|
605
|
-
enumerable: true,
|
|
606
|
-
get: function get() {
|
|
607
|
-
return _FieldContainer[key];
|
|
608
|
-
}
|
|
609
|
-
});
|
|
610
|
-
});
|
|
611
|
-
var _GovGRLogo = require("@digigov/react-core/GovGRLogo");
|
|
612
|
-
Object.keys(_GovGRLogo).forEach(function (key) {
|
|
613
|
-
if (key === "default" || key === "__esModule") return;
|
|
614
|
-
if (key in exports && exports[key] === _GovGRLogo[key]) return;
|
|
615
|
-
Object.defineProperty(exports, key, {
|
|
616
|
-
enumerable: true,
|
|
617
|
-
get: function get() {
|
|
618
|
-
return _GovGRLogo[key];
|
|
619
|
-
}
|
|
620
|
-
});
|
|
621
|
-
});
|
|
622
|
-
var _Grid = require("@digigov/react-core/Grid");
|
|
623
|
-
Object.keys(_Grid).forEach(function (key) {
|
|
624
|
-
if (key === "default" || key === "__esModule") return;
|
|
625
|
-
if (key in exports && exports[key] === _Grid[key]) return;
|
|
626
|
-
Object.defineProperty(exports, key, {
|
|
627
|
-
enumerable: true,
|
|
628
|
-
get: function get() {
|
|
629
|
-
return _Grid[key];
|
|
630
|
-
}
|
|
631
|
-
});
|
|
632
|
-
});
|
|
633
|
-
var _Header = require("@digigov/react-core/Header");
|
|
634
|
-
Object.keys(_Header).forEach(function (key) {
|
|
635
|
-
if (key === "default" || key === "__esModule") return;
|
|
636
|
-
if (key in exports && exports[key] === _Header[key]) return;
|
|
637
|
-
Object.defineProperty(exports, key, {
|
|
638
|
-
enumerable: true,
|
|
639
|
-
get: function get() {
|
|
640
|
-
return _Header[key];
|
|
641
|
-
}
|
|
642
|
-
});
|
|
643
|
-
});
|
|
644
|
-
var _HeaderContent = require("@digigov/react-core/HeaderContent");
|
|
645
|
-
Object.keys(_HeaderContent).forEach(function (key) {
|
|
646
|
-
if (key === "default" || key === "__esModule") return;
|
|
647
|
-
if (key in exports && exports[key] === _HeaderContent[key]) return;
|
|
648
|
-
Object.defineProperty(exports, key, {
|
|
649
|
-
enumerable: true,
|
|
650
|
-
get: function get() {
|
|
651
|
-
return _HeaderContent[key];
|
|
652
|
-
}
|
|
653
|
-
});
|
|
654
|
-
});
|
|
655
|
-
var _HeaderLogo = require("@digigov/react-core/HeaderLogo");
|
|
656
|
-
Object.keys(_HeaderLogo).forEach(function (key) {
|
|
657
|
-
if (key === "default" || key === "__esModule") return;
|
|
658
|
-
if (key in exports && exports[key] === _HeaderLogo[key]) return;
|
|
659
|
-
Object.defineProperty(exports, key, {
|
|
660
|
-
enumerable: true,
|
|
661
|
-
get: function get() {
|
|
662
|
-
return _HeaderLogo[key];
|
|
663
|
-
}
|
|
664
|
-
});
|
|
665
|
-
});
|
|
666
|
-
var _HeaderSecondaryLogo = require("@digigov/react-core/HeaderSecondaryLogo");
|
|
667
|
-
Object.keys(_HeaderSecondaryLogo).forEach(function (key) {
|
|
668
|
-
if (key === "default" || key === "__esModule") return;
|
|
669
|
-
if (key in exports && exports[key] === _HeaderSecondaryLogo[key]) return;
|
|
670
|
-
Object.defineProperty(exports, key, {
|
|
671
|
-
enumerable: true,
|
|
672
|
-
get: function get() {
|
|
673
|
-
return _HeaderSecondaryLogo[key];
|
|
674
|
-
}
|
|
675
|
-
});
|
|
676
|
-
});
|
|
677
|
-
var _HeaderSection = require("@digigov/react-core/HeaderSection");
|
|
678
|
-
Object.keys(_HeaderSection).forEach(function (key) {
|
|
679
|
-
if (key === "default" || key === "__esModule") return;
|
|
680
|
-
if (key in exports && exports[key] === _HeaderSection[key]) return;
|
|
681
|
-
Object.defineProperty(exports, key, {
|
|
682
|
-
enumerable: true,
|
|
683
|
-
get: function get() {
|
|
684
|
-
return _HeaderSection[key];
|
|
685
|
-
}
|
|
686
|
-
});
|
|
687
|
-
});
|
|
688
|
-
var _HeaderTitle = require("@digigov/react-core/HeaderTitle");
|
|
689
|
-
Object.keys(_HeaderTitle).forEach(function (key) {
|
|
690
|
-
if (key === "default" || key === "__esModule") return;
|
|
691
|
-
if (key in exports && exports[key] === _HeaderTitle[key]) return;
|
|
692
|
-
Object.defineProperty(exports, key, {
|
|
693
|
-
enumerable: true,
|
|
694
|
-
get: function get() {
|
|
695
|
-
return _HeaderTitle[key];
|
|
696
|
-
}
|
|
697
|
-
});
|
|
698
|
-
});
|
|
699
|
-
var _Heading = require("@digigov/react-core/Heading");
|
|
700
|
-
Object.keys(_Heading).forEach(function (key) {
|
|
701
|
-
if (key === "default" || key === "__esModule") return;
|
|
702
|
-
if (key in exports && exports[key] === _Heading[key]) return;
|
|
703
|
-
Object.defineProperty(exports, key, {
|
|
704
|
-
enumerable: true,
|
|
705
|
-
get: function get() {
|
|
706
|
-
return _Heading[key];
|
|
707
|
-
}
|
|
708
|
-
});
|
|
709
|
-
});
|
|
710
|
-
var _HeadingCaption = require("@digigov/react-core/HeadingCaption");
|
|
711
|
-
Object.keys(_HeadingCaption).forEach(function (key) {
|
|
712
|
-
if (key === "default" || key === "__esModule") return;
|
|
713
|
-
if (key in exports && exports[key] === _HeadingCaption[key]) return;
|
|
714
|
-
Object.defineProperty(exports, key, {
|
|
715
|
-
enumerable: true,
|
|
716
|
-
get: function get() {
|
|
717
|
-
return _HeadingCaption[key];
|
|
718
|
-
}
|
|
719
|
-
});
|
|
720
|
-
});
|
|
721
|
-
var _HellenicRepublicLogo = require("@digigov/react-core/HellenicRepublicLogo");
|
|
722
|
-
Object.keys(_HellenicRepublicLogo).forEach(function (key) {
|
|
723
|
-
if (key === "default" || key === "__esModule") return;
|
|
724
|
-
if (key in exports && exports[key] === _HellenicRepublicLogo[key]) return;
|
|
725
|
-
Object.defineProperty(exports, key, {
|
|
726
|
-
enumerable: true,
|
|
727
|
-
get: function get() {
|
|
728
|
-
return _HellenicRepublicLogo[key];
|
|
729
|
-
}
|
|
730
|
-
});
|
|
731
|
-
});
|
|
732
|
-
var _Hidden = require("@digigov/react-core/Hidden");
|
|
733
|
-
Object.keys(_Hidden).forEach(function (key) {
|
|
734
|
-
if (key === "default" || key === "__esModule") return;
|
|
735
|
-
if (key in exports && exports[key] === _Hidden[key]) return;
|
|
736
|
-
Object.defineProperty(exports, key, {
|
|
737
|
-
enumerable: true,
|
|
738
|
-
get: function get() {
|
|
739
|
-
return _Hidden[key];
|
|
740
|
-
}
|
|
741
|
-
});
|
|
742
|
-
});
|
|
743
|
-
var _Hint = require("@digigov/react-core/Hint");
|
|
744
|
-
Object.keys(_Hint).forEach(function (key) {
|
|
745
|
-
if (key === "default" || key === "__esModule") return;
|
|
746
|
-
if (key in exports && exports[key] === _Hint[key]) return;
|
|
747
|
-
Object.defineProperty(exports, key, {
|
|
748
|
-
enumerable: true,
|
|
749
|
-
get: function get() {
|
|
750
|
-
return _Hint[key];
|
|
751
|
-
}
|
|
752
|
-
});
|
|
753
|
-
});
|
|
754
|
-
var _LabelContainer = require("@digigov/react-core/LabelContainer");
|
|
755
|
-
Object.keys(_LabelContainer).forEach(function (key) {
|
|
756
|
-
if (key === "default" || key === "__esModule") return;
|
|
757
|
-
if (key in exports && exports[key] === _LabelContainer[key]) return;
|
|
758
|
-
Object.defineProperty(exports, key, {
|
|
759
|
-
enumerable: true,
|
|
760
|
-
get: function get() {
|
|
761
|
-
return _LabelContainer[key];
|
|
762
|
-
}
|
|
763
|
-
});
|
|
764
|
-
});
|
|
765
|
-
var _LabelTitle = require("@digigov/react-core/LabelTitle");
|
|
766
|
-
Object.keys(_LabelTitle).forEach(function (key) {
|
|
767
|
-
if (key === "default" || key === "__esModule") return;
|
|
768
|
-
if (key in exports && exports[key] === _LabelTitle[key]) return;
|
|
769
|
-
Object.defineProperty(exports, key, {
|
|
770
|
-
enumerable: true,
|
|
771
|
-
get: function get() {
|
|
772
|
-
return _LabelTitle[key];
|
|
773
|
-
}
|
|
774
|
-
});
|
|
775
|
-
});
|
|
776
|
-
var _Layout = require("@digigov/react-core/Layout");
|
|
777
|
-
Object.keys(_Layout).forEach(function (key) {
|
|
778
|
-
if (key === "default" || key === "__esModule") return;
|
|
779
|
-
if (key in exports && exports[key] === _Layout[key]) return;
|
|
780
|
-
Object.defineProperty(exports, key, {
|
|
781
|
-
enumerable: true,
|
|
782
|
-
get: function get() {
|
|
783
|
-
return _Layout[key];
|
|
784
|
-
}
|
|
785
|
-
});
|
|
786
|
-
});
|
|
787
|
-
var _LinkBase = require("@digigov/react-core/LinkBase");
|
|
788
|
-
Object.keys(_LinkBase).forEach(function (key) {
|
|
789
|
-
if (key === "default" || key === "__esModule") return;
|
|
790
|
-
if (key in exports && exports[key] === _LinkBase[key]) return;
|
|
791
|
-
Object.defineProperty(exports, key, {
|
|
792
|
-
enumerable: true,
|
|
793
|
-
get: function get() {
|
|
794
|
-
return _LinkBase[key];
|
|
795
|
-
}
|
|
796
|
-
});
|
|
797
|
-
});
|
|
798
|
-
var _List = require("@digigov/react-core/List");
|
|
799
|
-
Object.keys(_List).forEach(function (key) {
|
|
800
|
-
if (key === "default" || key === "__esModule") return;
|
|
801
|
-
if (key in exports && exports[key] === _List[key]) return;
|
|
802
|
-
Object.defineProperty(exports, key, {
|
|
803
|
-
enumerable: true,
|
|
804
|
-
get: function get() {
|
|
805
|
-
return _List[key];
|
|
806
|
-
}
|
|
807
|
-
});
|
|
808
|
-
});
|
|
809
|
-
var _ListItem = require("@digigov/react-core/ListItem");
|
|
810
|
-
Object.keys(_ListItem).forEach(function (key) {
|
|
811
|
-
if (key === "default" || key === "__esModule") return;
|
|
812
|
-
if (key in exports && exports[key] === _ListItem[key]) return;
|
|
813
|
-
Object.defineProperty(exports, key, {
|
|
814
|
-
enumerable: true,
|
|
815
|
-
get: function get() {
|
|
816
|
-
return _ListItem[key];
|
|
817
|
-
}
|
|
818
|
-
});
|
|
819
|
-
});
|
|
820
|
-
var _Main = require("@digigov/react-core/Main");
|
|
821
|
-
Object.keys(_Main).forEach(function (key) {
|
|
822
|
-
if (key === "default" || key === "__esModule") return;
|
|
823
|
-
if (key in exports && exports[key] === _Main[key]) return;
|
|
824
|
-
Object.defineProperty(exports, key, {
|
|
825
|
-
enumerable: true,
|
|
826
|
-
get: function get() {
|
|
827
|
-
return _Main[key];
|
|
828
|
-
}
|
|
829
|
-
});
|
|
830
|
-
});
|
|
831
|
-
var _Masthead = require("@digigov/react-core/Masthead");
|
|
832
|
-
Object.keys(_Masthead).forEach(function (key) {
|
|
833
|
-
if (key === "default" || key === "__esModule") return;
|
|
834
|
-
if (key in exports && exports[key] === _Masthead[key]) return;
|
|
835
|
-
Object.defineProperty(exports, key, {
|
|
836
|
-
enumerable: true,
|
|
837
|
-
get: function get() {
|
|
838
|
-
return _Masthead[key];
|
|
839
|
-
}
|
|
840
|
-
});
|
|
841
|
-
});
|
|
842
|
-
var _MastheadBody = require("@digigov/react-core/MastheadBody");
|
|
843
|
-
Object.keys(_MastheadBody).forEach(function (key) {
|
|
844
|
-
if (key === "default" || key === "__esModule") return;
|
|
845
|
-
if (key in exports && exports[key] === _MastheadBody[key]) return;
|
|
846
|
-
Object.defineProperty(exports, key, {
|
|
847
|
-
enumerable: true,
|
|
848
|
-
get: function get() {
|
|
849
|
-
return _MastheadBody[key];
|
|
850
|
-
}
|
|
851
|
-
});
|
|
852
|
-
});
|
|
853
|
-
var _Nav = require("@digigov/react-core/Nav");
|
|
854
|
-
Object.keys(_Nav).forEach(function (key) {
|
|
855
|
-
if (key === "default" || key === "__esModule") return;
|
|
856
|
-
if (key in exports && exports[key] === _Nav[key]) return;
|
|
857
|
-
Object.defineProperty(exports, key, {
|
|
858
|
-
enumerable: true,
|
|
859
|
-
get: function get() {
|
|
860
|
-
return _Nav[key];
|
|
861
|
-
}
|
|
862
|
-
});
|
|
863
|
-
});
|
|
864
|
-
var _NavList = require("@digigov/react-core/NavList");
|
|
865
|
-
Object.keys(_NavList).forEach(function (key) {
|
|
866
|
-
if (key === "default" || key === "__esModule") return;
|
|
867
|
-
if (key in exports && exports[key] === _NavList[key]) return;
|
|
868
|
-
Object.defineProperty(exports, key, {
|
|
869
|
-
enumerable: true,
|
|
870
|
-
get: function get() {
|
|
871
|
-
return _NavList[key];
|
|
872
|
-
}
|
|
873
|
-
});
|
|
874
|
-
});
|
|
875
|
-
var _NavListItemAction = require("@digigov/react-core/NavListItemAction");
|
|
876
|
-
Object.keys(_NavListItemAction).forEach(function (key) {
|
|
877
|
-
if (key === "default" || key === "__esModule") return;
|
|
878
|
-
if (key in exports && exports[key] === _NavListItemAction[key]) return;
|
|
879
|
-
Object.defineProperty(exports, key, {
|
|
880
|
-
enumerable: true,
|
|
881
|
-
get: function get() {
|
|
882
|
-
return _NavListItemAction[key];
|
|
883
|
-
}
|
|
884
|
-
});
|
|
885
|
-
});
|
|
886
|
-
var _NavListItemActionContainer = require("@digigov/react-core/NavListItemActionContainer");
|
|
887
|
-
Object.keys(_NavListItemActionContainer).forEach(function (key) {
|
|
888
|
-
if (key === "default" || key === "__esModule") return;
|
|
889
|
-
if (key in exports && exports[key] === _NavListItemActionContainer[key]) return;
|
|
890
|
-
Object.defineProperty(exports, key, {
|
|
891
|
-
enumerable: true,
|
|
892
|
-
get: function get() {
|
|
893
|
-
return _NavListItemActionContainer[key];
|
|
894
|
-
}
|
|
895
|
-
});
|
|
896
|
-
});
|
|
897
|
-
var _NavListItemLink = require("@digigov/react-core/NavListItemLink");
|
|
898
|
-
Object.keys(_NavListItemLink).forEach(function (key) {
|
|
899
|
-
if (key === "default" || key === "__esModule") return;
|
|
900
|
-
if (key in exports && exports[key] === _NavListItemLink[key]) return;
|
|
901
|
-
Object.defineProperty(exports, key, {
|
|
902
|
-
enumerable: true,
|
|
903
|
-
get: function get() {
|
|
904
|
-
return _NavListItemLink[key];
|
|
905
|
-
}
|
|
906
|
-
});
|
|
907
|
-
});
|
|
908
|
-
var _NavListItemButton = require("@digigov/react-core/NavListItemButton");
|
|
909
|
-
Object.keys(_NavListItemButton).forEach(function (key) {
|
|
910
|
-
if (key === "default" || key === "__esModule") return;
|
|
911
|
-
if (key in exports && exports[key] === _NavListItemButton[key]) return;
|
|
912
|
-
Object.defineProperty(exports, key, {
|
|
913
|
-
enumerable: true,
|
|
914
|
-
get: function get() {
|
|
915
|
-
return _NavListItemButton[key];
|
|
916
|
-
}
|
|
917
|
-
});
|
|
918
|
-
});
|
|
919
|
-
var _NavMenuContainer = require("@digigov/react-core/NavMenuContainer");
|
|
920
|
-
Object.keys(_NavMenuContainer).forEach(function (key) {
|
|
921
|
-
if (key === "default" || key === "__esModule") return;
|
|
922
|
-
if (key in exports && exports[key] === _NavMenuContainer[key]) return;
|
|
923
|
-
Object.defineProperty(exports, key, {
|
|
924
|
-
enumerable: true,
|
|
925
|
-
get: function get() {
|
|
926
|
-
return _NavMenuContainer[key];
|
|
927
|
-
}
|
|
928
|
-
});
|
|
929
|
-
});
|
|
930
|
-
var _NavMenuContent = require("@digigov/react-core/NavMenuContent");
|
|
931
|
-
Object.keys(_NavMenuContent).forEach(function (key) {
|
|
932
|
-
if (key === "default" || key === "__esModule") return;
|
|
933
|
-
if (key in exports && exports[key] === _NavMenuContent[key]) return;
|
|
934
|
-
Object.defineProperty(exports, key, {
|
|
935
|
-
enumerable: true,
|
|
936
|
-
get: function get() {
|
|
937
|
-
return _NavMenuContent[key];
|
|
938
|
-
}
|
|
939
|
-
});
|
|
940
|
-
});
|
|
941
|
-
var _NavMenuContentListBase = require("@digigov/react-core/NavMenuContentListBase");
|
|
942
|
-
Object.keys(_NavMenuContentListBase).forEach(function (key) {
|
|
943
|
-
if (key === "default" || key === "__esModule") return;
|
|
944
|
-
if (key in exports && exports[key] === _NavMenuContentListBase[key]) return;
|
|
945
|
-
Object.defineProperty(exports, key, {
|
|
946
|
-
enumerable: true,
|
|
947
|
-
get: function get() {
|
|
948
|
-
return _NavMenuContentListBase[key];
|
|
949
|
-
}
|
|
950
|
-
});
|
|
951
|
-
});
|
|
952
|
-
var _NavMenuContentListItem = require("@digigov/react-core/NavMenuContentListItem");
|
|
953
|
-
Object.keys(_NavMenuContentListItem).forEach(function (key) {
|
|
954
|
-
if (key === "default" || key === "__esModule") return;
|
|
955
|
-
if (key in exports && exports[key] === _NavMenuContentListItem[key]) return;
|
|
956
|
-
Object.defineProperty(exports, key, {
|
|
957
|
-
enumerable: true,
|
|
958
|
-
get: function get() {
|
|
959
|
-
return _NavMenuContentListItem[key];
|
|
960
|
-
}
|
|
961
|
-
});
|
|
962
|
-
});
|
|
963
|
-
var _NavMenuTitle = require("@digigov/react-core/NavMenuTitle");
|
|
964
|
-
Object.keys(_NavMenuTitle).forEach(function (key) {
|
|
965
|
-
if (key === "default" || key === "__esModule") return;
|
|
966
|
-
if (key in exports && exports[key] === _NavMenuTitle[key]) return;
|
|
967
|
-
Object.defineProperty(exports, key, {
|
|
968
|
-
enumerable: true,
|
|
969
|
-
get: function get() {
|
|
970
|
-
return _NavMenuTitle[key];
|
|
971
|
-
}
|
|
972
|
-
});
|
|
973
|
-
});
|
|
974
|
-
var _NormalText = require("@digigov/react-core/NormalText");
|
|
975
|
-
Object.keys(_NormalText).forEach(function (key) {
|
|
976
|
-
if (key === "default" || key === "__esModule") return;
|
|
977
|
-
if (key in exports && exports[key] === _NormalText[key]) return;
|
|
978
|
-
Object.defineProperty(exports, key, {
|
|
979
|
-
enumerable: true,
|
|
980
|
-
get: function get() {
|
|
981
|
-
return _NormalText[key];
|
|
982
|
-
}
|
|
983
|
-
});
|
|
984
|
-
});
|
|
985
|
-
var _NotificationBannerContainer = require("@digigov/react-core/NotificationBannerContainer");
|
|
986
|
-
Object.keys(_NotificationBannerContainer).forEach(function (key) {
|
|
987
|
-
if (key === "default" || key === "__esModule") return;
|
|
988
|
-
if (key in exports && exports[key] === _NotificationBannerContainer[key]) return;
|
|
989
|
-
Object.defineProperty(exports, key, {
|
|
990
|
-
enumerable: true,
|
|
991
|
-
get: function get() {
|
|
992
|
-
return _NotificationBannerContainer[key];
|
|
993
|
-
}
|
|
994
|
-
});
|
|
995
|
-
});
|
|
996
|
-
var _NotificationBannerContent = require("@digigov/react-core/NotificationBannerContent");
|
|
997
|
-
Object.keys(_NotificationBannerContent).forEach(function (key) {
|
|
998
|
-
if (key === "default" || key === "__esModule") return;
|
|
999
|
-
if (key in exports && exports[key] === _NotificationBannerContent[key]) return;
|
|
1000
|
-
Object.defineProperty(exports, key, {
|
|
1001
|
-
enumerable: true,
|
|
1002
|
-
get: function get() {
|
|
1003
|
-
return _NotificationBannerContent[key];
|
|
1004
|
-
}
|
|
1005
|
-
});
|
|
1006
|
-
});
|
|
1007
|
-
var _NotificationBannerHeader = require("@digigov/react-core/NotificationBannerHeader");
|
|
1008
|
-
Object.keys(_NotificationBannerHeader).forEach(function (key) {
|
|
1009
|
-
if (key === "default" || key === "__esModule") return;
|
|
1010
|
-
if (key in exports && exports[key] === _NotificationBannerHeader[key]) return;
|
|
1011
|
-
Object.defineProperty(exports, key, {
|
|
1012
|
-
enumerable: true,
|
|
1013
|
-
get: function get() {
|
|
1014
|
-
return _NotificationBannerHeader[key];
|
|
1015
|
-
}
|
|
1016
|
-
});
|
|
1017
|
-
});
|
|
1018
|
-
var _NotificationBannerHeading = require("@digigov/react-core/NotificationBannerHeading");
|
|
1019
|
-
Object.keys(_NotificationBannerHeading).forEach(function (key) {
|
|
1020
|
-
if (key === "default" || key === "__esModule") return;
|
|
1021
|
-
if (key in exports && exports[key] === _NotificationBannerHeading[key]) return;
|
|
1022
|
-
Object.defineProperty(exports, key, {
|
|
1023
|
-
enumerable: true,
|
|
1024
|
-
get: function get() {
|
|
1025
|
-
return _NotificationBannerHeading[key];
|
|
1026
|
-
}
|
|
1027
|
-
});
|
|
1028
|
-
});
|
|
1029
|
-
var _NotificationBannerLink = require("@digigov/react-core/NotificationBannerLink");
|
|
1030
|
-
Object.keys(_NotificationBannerLink).forEach(function (key) {
|
|
1031
|
-
if (key === "default" || key === "__esModule") return;
|
|
1032
|
-
if (key in exports && exports[key] === _NotificationBannerLink[key]) return;
|
|
1033
|
-
Object.defineProperty(exports, key, {
|
|
1034
|
-
enumerable: true,
|
|
1035
|
-
get: function get() {
|
|
1036
|
-
return _NotificationBannerLink[key];
|
|
1037
|
-
}
|
|
1038
|
-
});
|
|
1039
|
-
});
|
|
1040
|
-
var _Section = require("@digigov/react-core/Section");
|
|
1041
|
-
Object.keys(_Section).forEach(function (key) {
|
|
1042
|
-
if (key === "default" || key === "__esModule") return;
|
|
1043
|
-
if (key in exports && exports[key] === _Section[key]) return;
|
|
1044
|
-
Object.defineProperty(exports, key, {
|
|
1045
|
-
enumerable: true,
|
|
1046
|
-
get: function get() {
|
|
1047
|
-
return _Section[key];
|
|
1048
|
-
}
|
|
1049
|
-
});
|
|
1050
|
-
});
|
|
1051
|
-
var _PageTitleContainer = require("@digigov/react-core/PageTitleContainer");
|
|
1052
|
-
Object.keys(_PageTitleContainer).forEach(function (key) {
|
|
1053
|
-
if (key === "default" || key === "__esModule") return;
|
|
1054
|
-
if (key in exports && exports[key] === _PageTitleContainer[key]) return;
|
|
1055
|
-
Object.defineProperty(exports, key, {
|
|
1056
|
-
enumerable: true,
|
|
1057
|
-
get: function get() {
|
|
1058
|
-
return _PageTitleContainer[key];
|
|
1059
|
-
}
|
|
1060
|
-
});
|
|
1061
|
-
});
|
|
1062
|
-
var _PageTitleCaption = require("@digigov/react-core/PageTitleCaption");
|
|
1063
|
-
Object.keys(_PageTitleCaption).forEach(function (key) {
|
|
1064
|
-
if (key === "default" || key === "__esModule") return;
|
|
1065
|
-
if (key in exports && exports[key] === _PageTitleCaption[key]) return;
|
|
1066
|
-
Object.defineProperty(exports, key, {
|
|
1067
|
-
enumerable: true,
|
|
1068
|
-
get: function get() {
|
|
1069
|
-
return _PageTitleCaption[key];
|
|
1070
|
-
}
|
|
1071
|
-
});
|
|
1072
|
-
});
|
|
1073
|
-
var _PageTitleHeading = require("@digigov/react-core/PageTitleHeading");
|
|
1074
|
-
Object.keys(_PageTitleHeading).forEach(function (key) {
|
|
1075
|
-
if (key === "default" || key === "__esModule") return;
|
|
1076
|
-
if (key in exports && exports[key] === _PageTitleHeading[key]) return;
|
|
1077
|
-
Object.defineProperty(exports, key, {
|
|
1078
|
-
enumerable: true,
|
|
1079
|
-
get: function get() {
|
|
1080
|
-
return _PageTitleHeading[key];
|
|
1081
|
-
}
|
|
1082
|
-
});
|
|
1083
|
-
});
|
|
1084
|
-
var _Paragraph = require("@digigov/react-core/Paragraph");
|
|
1085
|
-
Object.keys(_Paragraph).forEach(function (key) {
|
|
1086
|
-
if (key === "default" || key === "__esModule") return;
|
|
1087
|
-
if (key in exports && exports[key] === _Paragraph[key]) return;
|
|
1088
|
-
Object.defineProperty(exports, key, {
|
|
1089
|
-
enumerable: true,
|
|
1090
|
-
get: function get() {
|
|
1091
|
-
return _Paragraph[key];
|
|
1092
|
-
}
|
|
1093
|
-
});
|
|
1094
|
-
});
|
|
1095
|
-
var _PhaseBannerHeaderContainer = require("@digigov/react-core/PhaseBannerHeaderContainer");
|
|
1096
|
-
Object.keys(_PhaseBannerHeaderContainer).forEach(function (key) {
|
|
1097
|
-
if (key === "default" || key === "__esModule") return;
|
|
1098
|
-
if (key in exports && exports[key] === _PhaseBannerHeaderContainer[key]) return;
|
|
1099
|
-
Object.defineProperty(exports, key, {
|
|
1100
|
-
enumerable: true,
|
|
1101
|
-
get: function get() {
|
|
1102
|
-
return _PhaseBannerHeaderContainer[key];
|
|
1103
|
-
}
|
|
1104
|
-
});
|
|
1105
|
-
});
|
|
1106
|
-
var _PhaseBanner = require("@digigov/react-core/PhaseBanner");
|
|
1107
|
-
Object.keys(_PhaseBanner).forEach(function (key) {
|
|
1108
|
-
if (key === "default" || key === "__esModule") return;
|
|
1109
|
-
if (key in exports && exports[key] === _PhaseBanner[key]) return;
|
|
1110
|
-
Object.defineProperty(exports, key, {
|
|
1111
|
-
enumerable: true,
|
|
1112
|
-
get: function get() {
|
|
1113
|
-
return _PhaseBanner[key];
|
|
1114
|
-
}
|
|
1115
|
-
});
|
|
1116
|
-
});
|
|
1117
|
-
var _PhaseBannerTag = require("@digigov/react-core/PhaseBannerTag");
|
|
1118
|
-
Object.keys(_PhaseBannerTag).forEach(function (key) {
|
|
1119
|
-
if (key === "default" || key === "__esModule") return;
|
|
1120
|
-
if (key in exports && exports[key] === _PhaseBannerTag[key]) return;
|
|
1121
|
-
Object.defineProperty(exports, key, {
|
|
1122
|
-
enumerable: true,
|
|
1123
|
-
get: function get() {
|
|
1124
|
-
return _PhaseBannerTag[key];
|
|
1125
|
-
}
|
|
1126
|
-
});
|
|
1127
|
-
});
|
|
1128
|
-
var _PhaseBannerText = require("@digigov/react-core/PhaseBannerText");
|
|
1129
|
-
Object.keys(_PhaseBannerText).forEach(function (key) {
|
|
1130
|
-
if (key === "default" || key === "__esModule") return;
|
|
1131
|
-
if (key in exports && exports[key] === _PhaseBannerText[key]) return;
|
|
1132
|
-
Object.defineProperty(exports, key, {
|
|
1133
|
-
enumerable: true,
|
|
1134
|
-
get: function get() {
|
|
1135
|
-
return _PhaseBannerText[key];
|
|
1136
|
-
}
|
|
1137
|
-
});
|
|
1138
|
-
});
|
|
1139
|
-
var _RadioContainer = require("@digigov/react-core/RadioContainer");
|
|
1140
|
-
Object.keys(_RadioContainer).forEach(function (key) {
|
|
1141
|
-
if (key === "default" || key === "__esModule") return;
|
|
1142
|
-
if (key in exports && exports[key] === _RadioContainer[key]) return;
|
|
1143
|
-
Object.defineProperty(exports, key, {
|
|
1144
|
-
enumerable: true,
|
|
1145
|
-
get: function get() {
|
|
1146
|
-
return _RadioContainer[key];
|
|
1147
|
-
}
|
|
1148
|
-
});
|
|
1149
|
-
});
|
|
1150
|
-
var _RadioItem = require("@digigov/react-core/RadioItem");
|
|
1151
|
-
Object.keys(_RadioItem).forEach(function (key) {
|
|
1152
|
-
if (key === "default" || key === "__esModule") return;
|
|
1153
|
-
if (key in exports && exports[key] === _RadioItem[key]) return;
|
|
1154
|
-
Object.defineProperty(exports, key, {
|
|
1155
|
-
enumerable: true,
|
|
1156
|
-
get: function get() {
|
|
1157
|
-
return _RadioItem[key];
|
|
1158
|
-
}
|
|
1159
|
-
});
|
|
1160
|
-
});
|
|
1161
|
-
var _RadioConditional = require("@digigov/react-core/RadioConditional");
|
|
1162
|
-
Object.keys(_RadioConditional).forEach(function (key) {
|
|
1163
|
-
if (key === "default" || key === "__esModule") return;
|
|
1164
|
-
if (key in exports && exports[key] === _RadioConditional[key]) return;
|
|
1165
|
-
Object.defineProperty(exports, key, {
|
|
1166
|
-
enumerable: true,
|
|
1167
|
-
get: function get() {
|
|
1168
|
-
return _RadioConditional[key];
|
|
1169
|
-
}
|
|
1170
|
-
});
|
|
1171
|
-
});
|
|
1172
|
-
var _SectionBreak = require("@digigov/react-core/SectionBreak");
|
|
1173
|
-
Object.keys(_SectionBreak).forEach(function (key) {
|
|
1174
|
-
if (key === "default" || key === "__esModule") return;
|
|
1175
|
-
if (key in exports && exports[key] === _SectionBreak[key]) return;
|
|
1176
|
-
Object.defineProperty(exports, key, {
|
|
1177
|
-
enumerable: true,
|
|
1178
|
-
get: function get() {
|
|
1179
|
-
return _SectionBreak[key];
|
|
1180
|
-
}
|
|
1181
|
-
});
|
|
1182
|
-
});
|
|
1183
|
-
var _SelectContainer = require("@digigov/react-core/SelectContainer");
|
|
1184
|
-
Object.keys(_SelectContainer).forEach(function (key) {
|
|
1185
|
-
if (key === "default" || key === "__esModule") return;
|
|
1186
|
-
if (key in exports && exports[key] === _SelectContainer[key]) return;
|
|
1187
|
-
Object.defineProperty(exports, key, {
|
|
1188
|
-
enumerable: true,
|
|
1189
|
-
get: function get() {
|
|
1190
|
-
return _SelectContainer[key];
|
|
1191
|
-
}
|
|
1192
|
-
});
|
|
1193
|
-
});
|
|
1194
|
-
var _SelectOption = require("@digigov/react-core/SelectOption");
|
|
1195
|
-
Object.keys(_SelectOption).forEach(function (key) {
|
|
1196
|
-
if (key === "default" || key === "__esModule") return;
|
|
1197
|
-
if (key in exports && exports[key] === _SelectOption[key]) return;
|
|
1198
|
-
Object.defineProperty(exports, key, {
|
|
1199
|
-
enumerable: true,
|
|
1200
|
-
get: function get() {
|
|
1201
|
-
return _SelectOption[key];
|
|
1202
|
-
}
|
|
1203
|
-
});
|
|
1204
|
-
});
|
|
1205
|
-
var _SingleCharacterInputs = require("@digigov/react-core/SingleCharacterInputs");
|
|
1206
|
-
Object.keys(_SingleCharacterInputs).forEach(function (key) {
|
|
1207
|
-
if (key === "default" || key === "__esModule") return;
|
|
1208
|
-
if (key in exports && exports[key] === _SingleCharacterInputs[key]) return;
|
|
1209
|
-
Object.defineProperty(exports, key, {
|
|
1210
|
-
enumerable: true,
|
|
1211
|
-
get: function get() {
|
|
1212
|
-
return _SingleCharacterInputs[key];
|
|
1213
|
-
}
|
|
1214
|
-
});
|
|
1215
|
-
});
|
|
1216
|
-
var _SingleCharacterInput = require("@digigov/react-core/SingleCharacterInput");
|
|
1217
|
-
Object.keys(_SingleCharacterInput).forEach(function (key) {
|
|
1218
|
-
if (key === "default" || key === "__esModule") return;
|
|
1219
|
-
if (key in exports && exports[key] === _SingleCharacterInput[key]) return;
|
|
1220
|
-
Object.defineProperty(exports, key, {
|
|
1221
|
-
enumerable: true,
|
|
1222
|
-
get: function get() {
|
|
1223
|
-
return _SingleCharacterInput[key];
|
|
1224
|
-
}
|
|
1225
|
-
});
|
|
1226
|
-
});
|
|
1227
|
-
var _SkipLink = require("@digigov/react-core/SkipLink");
|
|
1228
|
-
Object.keys(_SkipLink).forEach(function (key) {
|
|
1229
|
-
if (key === "default" || key === "__esModule") return;
|
|
1230
|
-
if (key in exports && exports[key] === _SkipLink[key]) return;
|
|
1231
|
-
Object.defineProperty(exports, key, {
|
|
1232
|
-
enumerable: true,
|
|
1233
|
-
get: function get() {
|
|
1234
|
-
return _SkipLink[key];
|
|
1235
|
-
}
|
|
1236
|
-
});
|
|
1237
|
-
});
|
|
1238
|
-
var _Stack = require("@digigov/react-core/Stack");
|
|
1239
|
-
Object.keys(_Stack).forEach(function (key) {
|
|
1240
|
-
if (key === "default" || key === "__esModule") return;
|
|
1241
|
-
if (key in exports && exports[key] === _Stack[key]) return;
|
|
1242
|
-
Object.defineProperty(exports, key, {
|
|
1243
|
-
enumerable: true,
|
|
1244
|
-
get: function get() {
|
|
1245
|
-
return _Stack[key];
|
|
1246
|
-
}
|
|
1247
|
-
});
|
|
1248
|
-
});
|
|
1249
|
-
var _SummaryList = require("@digigov/react-core/SummaryList");
|
|
1250
|
-
Object.keys(_SummaryList).forEach(function (key) {
|
|
1251
|
-
if (key === "default" || key === "__esModule") return;
|
|
1252
|
-
if (key in exports && exports[key] === _SummaryList[key]) return;
|
|
1253
|
-
Object.defineProperty(exports, key, {
|
|
1254
|
-
enumerable: true,
|
|
1255
|
-
get: function get() {
|
|
1256
|
-
return _SummaryList[key];
|
|
1257
|
-
}
|
|
1258
|
-
});
|
|
1259
|
-
});
|
|
1260
|
-
var _SummaryListItem = require("@digigov/react-core/SummaryListItem");
|
|
1261
|
-
Object.keys(_SummaryListItem).forEach(function (key) {
|
|
1262
|
-
if (key === "default" || key === "__esModule") return;
|
|
1263
|
-
if (key in exports && exports[key] === _SummaryListItem[key]) return;
|
|
1264
|
-
Object.defineProperty(exports, key, {
|
|
1265
|
-
enumerable: true,
|
|
1266
|
-
get: function get() {
|
|
1267
|
-
return _SummaryListItem[key];
|
|
1268
|
-
}
|
|
1269
|
-
});
|
|
1270
|
-
});
|
|
1271
|
-
var _SummaryListItemAction = require("@digigov/react-core/SummaryListItemAction");
|
|
1272
|
-
Object.keys(_SummaryListItemAction).forEach(function (key) {
|
|
1273
|
-
if (key === "default" || key === "__esModule") return;
|
|
1274
|
-
if (key in exports && exports[key] === _SummaryListItemAction[key]) return;
|
|
1275
|
-
Object.defineProperty(exports, key, {
|
|
1276
|
-
enumerable: true,
|
|
1277
|
-
get: function get() {
|
|
1278
|
-
return _SummaryListItemAction[key];
|
|
1279
|
-
}
|
|
1280
|
-
});
|
|
1281
|
-
});
|
|
1282
|
-
var _SummaryListItemKey = require("@digigov/react-core/SummaryListItemKey");
|
|
1283
|
-
Object.keys(_SummaryListItemKey).forEach(function (key) {
|
|
1284
|
-
if (key === "default" || key === "__esModule") return;
|
|
1285
|
-
if (key in exports && exports[key] === _SummaryListItemKey[key]) return;
|
|
1286
|
-
Object.defineProperty(exports, key, {
|
|
1287
|
-
enumerable: true,
|
|
1288
|
-
get: function get() {
|
|
1289
|
-
return _SummaryListItemKey[key];
|
|
1290
|
-
}
|
|
1291
|
-
});
|
|
1292
|
-
});
|
|
1293
|
-
var _SummaryListItemValue = require("@digigov/react-core/SummaryListItemValue");
|
|
1294
|
-
Object.keys(_SummaryListItemValue).forEach(function (key) {
|
|
1295
|
-
if (key === "default" || key === "__esModule") return;
|
|
1296
|
-
if (key in exports && exports[key] === _SummaryListItemValue[key]) return;
|
|
1297
|
-
Object.defineProperty(exports, key, {
|
|
1298
|
-
enumerable: true,
|
|
1299
|
-
get: function get() {
|
|
1300
|
-
return _SummaryListItemValue[key];
|
|
1301
|
-
}
|
|
1302
|
-
});
|
|
1303
|
-
});
|
|
1304
|
-
var _SvgIcon = require("@digigov/react-core/SvgIcon");
|
|
1305
|
-
Object.keys(_SvgIcon).forEach(function (key) {
|
|
1306
|
-
if (key === "default" || key === "__esModule") return;
|
|
1307
|
-
if (key in exports && exports[key] === _SvgIcon[key]) return;
|
|
1308
|
-
Object.defineProperty(exports, key, {
|
|
1309
|
-
enumerable: true,
|
|
1310
|
-
get: function get() {
|
|
1311
|
-
return _SvgIcon[key];
|
|
1312
|
-
}
|
|
1313
|
-
});
|
|
1314
|
-
});
|
|
1315
|
-
var _ImageLogo = require("@digigov/react-core/ImageLogo");
|
|
1316
|
-
Object.keys(_ImageLogo).forEach(function (key) {
|
|
1317
|
-
if (key === "default" || key === "__esModule") return;
|
|
1318
|
-
if (key in exports && exports[key] === _ImageLogo[key]) return;
|
|
1319
|
-
Object.defineProperty(exports, key, {
|
|
1320
|
-
enumerable: true,
|
|
1321
|
-
get: function get() {
|
|
1322
|
-
return _ImageLogo[key];
|
|
1323
|
-
}
|
|
1324
|
-
});
|
|
1325
|
-
});
|
|
1326
|
-
var _ImageLogoSet = require("@digigov/react-core/ImageLogoSet");
|
|
1327
|
-
Object.keys(_ImageLogoSet).forEach(function (key) {
|
|
1328
|
-
if (key === "default" || key === "__esModule") return;
|
|
1329
|
-
if (key in exports && exports[key] === _ImageLogoSet[key]) return;
|
|
1330
|
-
Object.defineProperty(exports, key, {
|
|
1331
|
-
enumerable: true,
|
|
1332
|
-
get: function get() {
|
|
1333
|
-
return _ImageLogoSet[key];
|
|
1334
|
-
}
|
|
1335
|
-
});
|
|
1336
|
-
});
|
|
1337
|
-
var _Table = require("@digigov/react-core/Table");
|
|
1338
|
-
Object.keys(_Table).forEach(function (key) {
|
|
1339
|
-
if (key === "default" || key === "__esModule") return;
|
|
1340
|
-
if (key in exports && exports[key] === _Table[key]) return;
|
|
1341
|
-
Object.defineProperty(exports, key, {
|
|
1342
|
-
enumerable: true,
|
|
1343
|
-
get: function get() {
|
|
1344
|
-
return _Table[key];
|
|
1345
|
-
}
|
|
1346
|
-
});
|
|
1347
|
-
});
|
|
1348
|
-
var _TableBody = require("@digigov/react-core/TableBody");
|
|
1349
|
-
Object.keys(_TableBody).forEach(function (key) {
|
|
1350
|
-
if (key === "default" || key === "__esModule") return;
|
|
1351
|
-
if (key in exports && exports[key] === _TableBody[key]) return;
|
|
1352
|
-
Object.defineProperty(exports, key, {
|
|
1353
|
-
enumerable: true,
|
|
1354
|
-
get: function get() {
|
|
1355
|
-
return _TableBody[key];
|
|
1356
|
-
}
|
|
1357
|
-
});
|
|
1358
|
-
});
|
|
1359
|
-
var _TableCaption = require("@digigov/react-core/TableCaption");
|
|
1360
|
-
Object.keys(_TableCaption).forEach(function (key) {
|
|
1361
|
-
if (key === "default" || key === "__esModule") return;
|
|
1362
|
-
if (key in exports && exports[key] === _TableCaption[key]) return;
|
|
1363
|
-
Object.defineProperty(exports, key, {
|
|
1364
|
-
enumerable: true,
|
|
1365
|
-
get: function get() {
|
|
1366
|
-
return _TableCaption[key];
|
|
1367
|
-
}
|
|
1368
|
-
});
|
|
1369
|
-
});
|
|
1370
|
-
var _TableContainer = require("@digigov/react-core/TableContainer");
|
|
1371
|
-
Object.keys(_TableContainer).forEach(function (key) {
|
|
1372
|
-
if (key === "default" || key === "__esModule") return;
|
|
1373
|
-
if (key in exports && exports[key] === _TableContainer[key]) return;
|
|
1374
|
-
Object.defineProperty(exports, key, {
|
|
1375
|
-
enumerable: true,
|
|
1376
|
-
get: function get() {
|
|
1377
|
-
return _TableContainer[key];
|
|
1378
|
-
}
|
|
1379
|
-
});
|
|
1380
|
-
});
|
|
1381
|
-
var _TableDataCell = require("@digigov/react-core/TableDataCell");
|
|
1382
|
-
Object.keys(_TableDataCell).forEach(function (key) {
|
|
1383
|
-
if (key === "default" || key === "__esModule") return;
|
|
1384
|
-
if (key in exports && exports[key] === _TableDataCell[key]) return;
|
|
1385
|
-
Object.defineProperty(exports, key, {
|
|
1386
|
-
enumerable: true,
|
|
1387
|
-
get: function get() {
|
|
1388
|
-
return _TableDataCell[key];
|
|
1389
|
-
}
|
|
1390
|
-
});
|
|
1391
|
-
});
|
|
1392
|
-
var _TableNoDataRow = require("@digigov/react-core/TableNoDataRow");
|
|
1393
|
-
Object.keys(_TableNoDataRow).forEach(function (key) {
|
|
1394
|
-
if (key === "default" || key === "__esModule") return;
|
|
1395
|
-
if (key in exports && exports[key] === _TableNoDataRow[key]) return;
|
|
1396
|
-
Object.defineProperty(exports, key, {
|
|
1397
|
-
enumerable: true,
|
|
1398
|
-
get: function get() {
|
|
1399
|
-
return _TableNoDataRow[key];
|
|
1400
|
-
}
|
|
1401
|
-
});
|
|
1402
|
-
});
|
|
1403
|
-
var _TableHead = require("@digigov/react-core/TableHead");
|
|
1404
|
-
Object.keys(_TableHead).forEach(function (key) {
|
|
1405
|
-
if (key === "default" || key === "__esModule") return;
|
|
1406
|
-
if (key in exports && exports[key] === _TableHead[key]) return;
|
|
1407
|
-
Object.defineProperty(exports, key, {
|
|
1408
|
-
enumerable: true,
|
|
1409
|
-
get: function get() {
|
|
1410
|
-
return _TableHead[key];
|
|
1411
|
-
}
|
|
1412
|
-
});
|
|
1413
|
-
});
|
|
1414
|
-
var _TableHeadCell = require("@digigov/react-core/TableHeadCell");
|
|
1415
|
-
Object.keys(_TableHeadCell).forEach(function (key) {
|
|
1416
|
-
if (key === "default" || key === "__esModule") return;
|
|
1417
|
-
if (key in exports && exports[key] === _TableHeadCell[key]) return;
|
|
1418
|
-
Object.defineProperty(exports, key, {
|
|
1419
|
-
enumerable: true,
|
|
1420
|
-
get: function get() {
|
|
1421
|
-
return _TableHeadCell[key];
|
|
1422
|
-
}
|
|
1423
|
-
});
|
|
1424
|
-
});
|
|
1425
|
-
var _TableRow = require("@digigov/react-core/TableRow");
|
|
1426
|
-
Object.keys(_TableRow).forEach(function (key) {
|
|
1427
|
-
if (key === "default" || key === "__esModule") return;
|
|
1428
|
-
if (key in exports && exports[key] === _TableRow[key]) return;
|
|
1429
|
-
Object.defineProperty(exports, key, {
|
|
1430
|
-
enumerable: true,
|
|
1431
|
-
get: function get() {
|
|
1432
|
-
return _TableRow[key];
|
|
1433
|
-
}
|
|
1434
|
-
});
|
|
1435
|
-
});
|
|
1436
|
-
var _TableSortIconContainer = require("@digigov/react-core/TableSortIconContainer");
|
|
1437
|
-
Object.keys(_TableSortIconContainer).forEach(function (key) {
|
|
1438
|
-
if (key === "default" || key === "__esModule") return;
|
|
1439
|
-
if (key in exports && exports[key] === _TableSortIconContainer[key]) return;
|
|
1440
|
-
Object.defineProperty(exports, key, {
|
|
1441
|
-
enumerable: true,
|
|
1442
|
-
get: function get() {
|
|
1443
|
-
return _TableSortIconContainer[key];
|
|
1444
|
-
}
|
|
1445
|
-
});
|
|
1446
|
-
});
|
|
1447
|
-
var _Tabs = require("@digigov/react-core/Tabs");
|
|
1448
|
-
Object.keys(_Tabs).forEach(function (key) {
|
|
1449
|
-
if (key === "default" || key === "__esModule") return;
|
|
1450
|
-
if (key in exports && exports[key] === _Tabs[key]) return;
|
|
1451
|
-
Object.defineProperty(exports, key, {
|
|
1452
|
-
enumerable: true,
|
|
1453
|
-
get: function get() {
|
|
1454
|
-
return _Tabs[key];
|
|
1455
|
-
}
|
|
1456
|
-
});
|
|
1457
|
-
});
|
|
1458
|
-
var _TabsHeading = require("@digigov/react-core/TabsHeading");
|
|
1459
|
-
Object.keys(_TabsHeading).forEach(function (key) {
|
|
1460
|
-
if (key === "default" || key === "__esModule") return;
|
|
1461
|
-
if (key in exports && exports[key] === _TabsHeading[key]) return;
|
|
1462
|
-
Object.defineProperty(exports, key, {
|
|
1463
|
-
enumerable: true,
|
|
1464
|
-
get: function get() {
|
|
1465
|
-
return _TabsHeading[key];
|
|
1466
|
-
}
|
|
1467
|
-
});
|
|
1468
|
-
});
|
|
1469
|
-
var _TabsList = require("@digigov/react-core/TabsList");
|
|
1470
|
-
Object.keys(_TabsList).forEach(function (key) {
|
|
1471
|
-
if (key === "default" || key === "__esModule") return;
|
|
1472
|
-
if (key in exports && exports[key] === _TabsList[key]) return;
|
|
1473
|
-
Object.defineProperty(exports, key, {
|
|
1474
|
-
enumerable: true,
|
|
1475
|
-
get: function get() {
|
|
1476
|
-
return _TabsList[key];
|
|
1477
|
-
}
|
|
1478
|
-
});
|
|
1479
|
-
});
|
|
1480
|
-
var _TabsListItemBase = require("@digigov/react-core/TabsListItemBase");
|
|
1481
|
-
Object.keys(_TabsListItemBase).forEach(function (key) {
|
|
1482
|
-
if (key === "default" || key === "__esModule") return;
|
|
1483
|
-
if (key in exports && exports[key] === _TabsListItemBase[key]) return;
|
|
1484
|
-
Object.defineProperty(exports, key, {
|
|
1485
|
-
enumerable: true,
|
|
1486
|
-
get: function get() {
|
|
1487
|
-
return _TabsListItemBase[key];
|
|
1488
|
-
}
|
|
1489
|
-
});
|
|
1490
|
-
});
|
|
1491
|
-
var _TabsPanelBase = require("@digigov/react-core/TabsPanelBase");
|
|
1492
|
-
Object.keys(_TabsPanelBase).forEach(function (key) {
|
|
1493
|
-
if (key === "default" || key === "__esModule") return;
|
|
1494
|
-
if (key in exports && exports[key] === _TabsPanelBase[key]) return;
|
|
1495
|
-
Object.defineProperty(exports, key, {
|
|
1496
|
-
enumerable: true,
|
|
1497
|
-
get: function get() {
|
|
1498
|
-
return _TabsPanelBase[key];
|
|
1499
|
-
}
|
|
1500
|
-
});
|
|
1501
|
-
});
|
|
1502
|
-
var _TextArea = require("@digigov/react-core/TextArea");
|
|
1503
|
-
Object.keys(_TextArea).forEach(function (key) {
|
|
1504
|
-
if (key === "default" || key === "__esModule") return;
|
|
1505
|
-
if (key in exports && exports[key] === _TextArea[key]) return;
|
|
1506
|
-
Object.defineProperty(exports, key, {
|
|
1507
|
-
enumerable: true,
|
|
1508
|
-
get: function get() {
|
|
1509
|
-
return _TextArea[key];
|
|
1510
|
-
}
|
|
1511
|
-
});
|
|
1512
|
-
});
|
|
1513
|
-
var _TextInput = require("@digigov/react-core/TextInput");
|
|
1514
|
-
Object.keys(_TextInput).forEach(function (key) {
|
|
1515
|
-
if (key === "default" || key === "__esModule") return;
|
|
1516
|
-
if (key in exports && exports[key] === _TextInput[key]) return;
|
|
1517
|
-
Object.defineProperty(exports, key, {
|
|
1518
|
-
enumerable: true,
|
|
1519
|
-
get: function get() {
|
|
1520
|
-
return _TextInput[key];
|
|
1521
|
-
}
|
|
1522
|
-
});
|
|
1523
|
-
});
|
|
1524
|
-
var _Typography = require("@digigov/react-core/Typography");
|
|
1525
|
-
Object.keys(_Typography).forEach(function (key) {
|
|
1526
|
-
if (key === "default" || key === "__esModule") return;
|
|
1527
|
-
if (key in exports && exports[key] === _Typography[key]) return;
|
|
1528
|
-
Object.defineProperty(exports, key, {
|
|
1529
|
-
enumerable: true,
|
|
1530
|
-
get: function get() {
|
|
1531
|
-
return _Typography[key];
|
|
1532
|
-
}
|
|
1533
|
-
});
|
|
1534
|
-
});
|
|
1535
|
-
var _Top = require("@digigov/react-core/Top");
|
|
1536
|
-
Object.keys(_Top).forEach(function (key) {
|
|
1537
|
-
if (key === "default" || key === "__esModule") return;
|
|
1538
|
-
if (key in exports && exports[key] === _Top[key]) return;
|
|
1539
|
-
Object.defineProperty(exports, key, {
|
|
1540
|
-
enumerable: true,
|
|
1541
|
-
get: function get() {
|
|
1542
|
-
return _Top[key];
|
|
1543
|
-
}
|
|
1544
|
-
});
|
|
1545
|
-
});
|
|
1546
|
-
var _Base = require("@digigov/react-core/Base");
|
|
1547
|
-
Object.keys(_Base).forEach(function (key) {
|
|
1548
|
-
if (key === "default" || key === "__esModule") return;
|
|
1549
|
-
if (key in exports && exports[key] === _Base[key]) return;
|
|
1550
|
-
Object.defineProperty(exports, key, {
|
|
1551
|
-
enumerable: true,
|
|
1552
|
-
get: function get() {
|
|
1553
|
-
return _Base[key];
|
|
1554
|
-
}
|
|
1555
|
-
});
|
|
1556
|
-
});
|
|
1557
|
-
var _VisuallyHidden = require("@digigov/react-core/VisuallyHidden");
|
|
1558
|
-
Object.keys(_VisuallyHidden).forEach(function (key) {
|
|
1559
|
-
if (key === "default" || key === "__esModule") return;
|
|
1560
|
-
if (key in exports && exports[key] === _VisuallyHidden[key]) return;
|
|
1561
|
-
Object.defineProperty(exports, key, {
|
|
1562
|
-
enumerable: true,
|
|
1563
|
-
get: function get() {
|
|
1564
|
-
return _VisuallyHidden[key];
|
|
1565
|
-
}
|
|
1566
|
-
});
|
|
1567
|
-
});
|
|
1568
|
-
var _WarningText = require("@digigov/react-core/WarningText");
|
|
1569
|
-
Object.keys(_WarningText).forEach(function (key) {
|
|
1570
|
-
if (key === "default" || key === "__esModule") return;
|
|
1571
|
-
if (key in exports && exports[key] === _WarningText[key]) return;
|
|
1572
|
-
Object.defineProperty(exports, key, {
|
|
1573
|
-
enumerable: true,
|
|
1574
|
-
get: function get() {
|
|
1575
|
-
return _WarningText[key];
|
|
1576
|
-
}
|
|
1577
|
-
});
|
|
1578
|
-
});
|
|
1579
|
-
var _AdminAside = require("@digigov/react-core/AdminAside");
|
|
1580
|
-
Object.keys(_AdminAside).forEach(function (key) {
|
|
1581
|
-
if (key === "default" || key === "__esModule") return;
|
|
1582
|
-
if (key in exports && exports[key] === _AdminAside[key]) return;
|
|
1583
|
-
Object.defineProperty(exports, key, {
|
|
1584
|
-
enumerable: true,
|
|
1585
|
-
get: function get() {
|
|
1586
|
-
return _AdminAside[key];
|
|
1587
|
-
}
|
|
1588
|
-
});
|
|
1589
|
-
});
|
|
1590
|
-
var _AdminContainer = require("@digigov/react-core/AdminContainer");
|
|
1591
|
-
Object.keys(_AdminContainer).forEach(function (key) {
|
|
1592
|
-
if (key === "default" || key === "__esModule") return;
|
|
1593
|
-
if (key in exports && exports[key] === _AdminContainer[key]) return;
|
|
1594
|
-
Object.defineProperty(exports, key, {
|
|
1595
|
-
enumerable: true,
|
|
1596
|
-
get: function get() {
|
|
1597
|
-
return _AdminContainer[key];
|
|
1598
|
-
}
|
|
1599
|
-
});
|
|
1600
|
-
});
|
|
1601
|
-
var _AdminLayout = require("@digigov/react-core/AdminLayout");
|
|
1602
|
-
Object.keys(_AdminLayout).forEach(function (key) {
|
|
1603
|
-
if (key === "default" || key === "__esModule") return;
|
|
1604
|
-
if (key in exports && exports[key] === _AdminLayout[key]) return;
|
|
1605
|
-
Object.defineProperty(exports, key, {
|
|
1606
|
-
enumerable: true,
|
|
1607
|
-
get: function get() {
|
|
1608
|
-
return _AdminLayout[key];
|
|
1609
|
-
}
|
|
1610
|
-
});
|
|
1611
|
-
});
|
|
1612
|
-
var _AdminMain = require("@digigov/react-core/AdminMain");
|
|
1613
|
-
Object.keys(_AdminMain).forEach(function (key) {
|
|
1614
|
-
if (key === "default" || key === "__esModule") return;
|
|
1615
|
-
if (key in exports && exports[key] === _AdminMain[key]) return;
|
|
1616
|
-
Object.defineProperty(exports, key, {
|
|
1617
|
-
enumerable: true,
|
|
1618
|
-
get: function get() {
|
|
1619
|
-
return _AdminMain[key];
|
|
1620
|
-
}
|
|
1621
|
-
});
|
|
1622
|
-
});
|
|
1623
|
-
var _AdminTopSection = require("@digigov/react-core/AdminTopSection");
|
|
1624
|
-
Object.keys(_AdminTopSection).forEach(function (key) {
|
|
1625
|
-
if (key === "default" || key === "__esModule") return;
|
|
1626
|
-
if (key in exports && exports[key] === _AdminTopSection[key]) return;
|
|
1627
|
-
Object.defineProperty(exports, key, {
|
|
1628
|
-
enumerable: true,
|
|
1629
|
-
get: function get() {
|
|
1630
|
-
return _AdminTopSection[key];
|
|
1631
|
-
}
|
|
1632
|
-
});
|
|
1633
|
-
});
|
|
1634
|
-
var _AutoCompleteInput = require("@digigov/react-core/AutoCompleteInput");
|
|
1635
|
-
Object.keys(_AutoCompleteInput).forEach(function (key) {
|
|
1636
|
-
if (key === "default" || key === "__esModule") return;
|
|
1637
|
-
if (key in exports && exports[key] === _AutoCompleteInput[key]) return;
|
|
1638
|
-
Object.defineProperty(exports, key, {
|
|
1639
|
-
enumerable: true,
|
|
1640
|
-
get: function get() {
|
|
1641
|
-
return _AutoCompleteInput[key];
|
|
1642
|
-
}
|
|
1643
|
-
});
|
|
1644
|
-
});
|
|
1645
|
-
var _AutoCompleteInputTypeahead = require("@digigov/react-core/AutoCompleteInputTypeahead");
|
|
1646
|
-
Object.keys(_AutoCompleteInputTypeahead).forEach(function (key) {
|
|
1647
|
-
if (key === "default" || key === "__esModule") return;
|
|
1648
|
-
if (key in exports && exports[key] === _AutoCompleteInputTypeahead[key]) return;
|
|
1649
|
-
Object.defineProperty(exports, key, {
|
|
1650
|
-
enumerable: true,
|
|
1651
|
-
get: function get() {
|
|
1652
|
-
return _AutoCompleteInputTypeahead[key];
|
|
1653
|
-
}
|
|
1654
|
-
});
|
|
1655
|
-
});
|
|
1656
|
-
var _AutoCompleteResultList = require("@digigov/react-core/AutoCompleteResultList");
|
|
1657
|
-
Object.keys(_AutoCompleteResultList).forEach(function (key) {
|
|
1658
|
-
if (key === "default" || key === "__esModule") return;
|
|
1659
|
-
if (key in exports && exports[key] === _AutoCompleteResultList[key]) return;
|
|
1660
|
-
Object.defineProperty(exports, key, {
|
|
1661
|
-
enumerable: true,
|
|
1662
|
-
get: function get() {
|
|
1663
|
-
return _AutoCompleteResultList[key];
|
|
1664
|
-
}
|
|
1665
|
-
});
|
|
1666
|
-
});
|
|
1667
|
-
var _AutoCompleteResultListItem = require("@digigov/react-core/AutoCompleteResultListItem");
|
|
1668
|
-
Object.keys(_AutoCompleteResultListItem).forEach(function (key) {
|
|
1669
|
-
if (key === "default" || key === "__esModule") return;
|
|
1670
|
-
if (key in exports && exports[key] === _AutoCompleteResultListItem[key]) return;
|
|
1671
|
-
Object.defineProperty(exports, key, {
|
|
1672
|
-
enumerable: true,
|
|
1673
|
-
get: function get() {
|
|
1674
|
-
return _AutoCompleteResultListItem[key];
|
|
1675
|
-
}
|
|
1676
|
-
});
|
|
1677
|
-
});
|
|
1678
|
-
var _AutoCompleteContainer = require("@digigov/react-core/AutoCompleteContainer");
|
|
1679
|
-
Object.keys(_AutoCompleteContainer).forEach(function (key) {
|
|
1680
|
-
if (key === "default" || key === "__esModule") return;
|
|
1681
|
-
if (key in exports && exports[key] === _AutoCompleteContainer[key]) return;
|
|
1682
|
-
Object.defineProperty(exports, key, {
|
|
1683
|
-
enumerable: true,
|
|
1684
|
-
get: function get() {
|
|
1685
|
-
return _AutoCompleteContainer[key];
|
|
1686
|
-
}
|
|
1687
|
-
});
|
|
1688
|
-
});
|
|
1689
|
-
var _AutoCompleteMultipleInputContainer = require("@digigov/react-core/AutoCompleteMultipleInputContainer");
|
|
1690
|
-
Object.keys(_AutoCompleteMultipleInputContainer).forEach(function (key) {
|
|
1691
|
-
if (key === "default" || key === "__esModule") return;
|
|
1692
|
-
if (key in exports && exports[key] === _AutoCompleteMultipleInputContainer[key]) return;
|
|
1693
|
-
Object.defineProperty(exports, key, {
|
|
1694
|
-
enumerable: true,
|
|
1695
|
-
get: function get() {
|
|
1696
|
-
return _AutoCompleteMultipleInputContainer[key];
|
|
1697
|
-
}
|
|
1698
|
-
});
|
|
1699
|
-
});
|
|
1700
|
-
var _AutoCompleteMultipleInput = require("@digigov/react-core/AutoCompleteMultipleInput");
|
|
1701
|
-
Object.keys(_AutoCompleteMultipleInput).forEach(function (key) {
|
|
1702
|
-
if (key === "default" || key === "__esModule") return;
|
|
1703
|
-
if (key in exports && exports[key] === _AutoCompleteMultipleInput[key]) return;
|
|
1704
|
-
Object.defineProperty(exports, key, {
|
|
1705
|
-
enumerable: true,
|
|
1706
|
-
get: function get() {
|
|
1707
|
-
return _AutoCompleteMultipleInput[key];
|
|
1708
|
-
}
|
|
1709
|
-
});
|
|
1710
|
-
});
|
|
1711
|
-
var _Chip = require("@digigov/react-core/Chip");
|
|
1712
|
-
Object.keys(_Chip).forEach(function (key) {
|
|
1713
|
-
if (key === "default" || key === "__esModule") return;
|
|
1714
|
-
if (key in exports && exports[key] === _Chip[key]) return;
|
|
1715
|
-
Object.defineProperty(exports, key, {
|
|
1716
|
-
enumerable: true,
|
|
1717
|
-
get: function get() {
|
|
1718
|
-
return _Chip[key];
|
|
1719
|
-
}
|
|
1720
|
-
});
|
|
1721
|
-
});
|
|
1722
|
-
var _ChipHeading = require("@digigov/react-core/ChipHeading");
|
|
1723
|
-
Object.keys(_ChipHeading).forEach(function (key) {
|
|
1724
|
-
if (key === "default" || key === "__esModule") return;
|
|
1725
|
-
if (key in exports && exports[key] === _ChipHeading[key]) return;
|
|
1726
|
-
Object.defineProperty(exports, key, {
|
|
1727
|
-
enumerable: true,
|
|
1728
|
-
get: function get() {
|
|
1729
|
-
return _ChipHeading[key];
|
|
1730
|
-
}
|
|
1731
|
-
});
|
|
1732
|
-
});
|
|
1733
|
-
var _ChipContainer = require("@digigov/react-core/ChipContainer");
|
|
1734
|
-
Object.keys(_ChipContainer).forEach(function (key) {
|
|
1735
|
-
if (key === "default" || key === "__esModule") return;
|
|
1736
|
-
if (key in exports && exports[key] === _ChipContainer[key]) return;
|
|
1737
|
-
Object.defineProperty(exports, key, {
|
|
1738
|
-
enumerable: true,
|
|
1739
|
-
get: function get() {
|
|
1740
|
-
return _ChipContainer[key];
|
|
1741
|
-
}
|
|
1742
|
-
});
|
|
1743
|
-
});
|
|
1744
|
-
var _ChipKeyValue = require("@digigov/react-core/ChipKeyValue");
|
|
1745
|
-
Object.keys(_ChipKeyValue).forEach(function (key) {
|
|
1746
|
-
if (key === "default" || key === "__esModule") return;
|
|
1747
|
-
if (key in exports && exports[key] === _ChipKeyValue[key]) return;
|
|
1748
|
-
Object.defineProperty(exports, key, {
|
|
1749
|
-
enumerable: true,
|
|
1750
|
-
get: function get() {
|
|
1751
|
-
return _ChipKeyValue[key];
|
|
1752
|
-
}
|
|
1753
|
-
});
|
|
1754
|
-
});
|
|
1755
|
-
var _CopyToClipboardMessage = require("@digigov/react-core/CopyToClipboardMessage");
|
|
1756
|
-
Object.keys(_CopyToClipboardMessage).forEach(function (key) {
|
|
1757
|
-
if (key === "default" || key === "__esModule") return;
|
|
1758
|
-
if (key in exports && exports[key] === _CopyToClipboardMessage[key]) return;
|
|
1759
|
-
Object.defineProperty(exports, key, {
|
|
1760
|
-
enumerable: true,
|
|
1761
|
-
get: function get() {
|
|
1762
|
-
return _CopyToClipboardMessage[key];
|
|
1763
|
-
}
|
|
1764
|
-
});
|
|
1765
|
-
});
|
|
1766
|
-
var _CopyToClipboardContainer = require("@digigov/react-core/CopyToClipboardContainer");
|
|
1767
|
-
Object.keys(_CopyToClipboardContainer).forEach(function (key) {
|
|
1768
|
-
if (key === "default" || key === "__esModule") return;
|
|
1769
|
-
if (key in exports && exports[key] === _CopyToClipboardContainer[key]) return;
|
|
1770
|
-
Object.defineProperty(exports, key, {
|
|
1771
|
-
enumerable: true,
|
|
1772
|
-
get: function get() {
|
|
1773
|
-
return _CopyToClipboardContainer[key];
|
|
1774
|
-
}
|
|
1775
|
-
});
|
|
1776
|
-
});
|
|
1777
|
-
var _DropdownBase = require("@digigov/react-core/DropdownBase");
|
|
1778
|
-
Object.keys(_DropdownBase).forEach(function (key) {
|
|
1779
|
-
if (key === "default" || key === "__esModule") return;
|
|
1780
|
-
if (key in exports && exports[key] === _DropdownBase[key]) return;
|
|
1781
|
-
Object.defineProperty(exports, key, {
|
|
1782
|
-
enumerable: true,
|
|
1783
|
-
get: function get() {
|
|
1784
|
-
return _DropdownBase[key];
|
|
1785
|
-
}
|
|
1786
|
-
});
|
|
1787
|
-
});
|
|
1788
|
-
var _DropdownButton = require("@digigov/react-core/DropdownButton");
|
|
1789
|
-
Object.keys(_DropdownButton).forEach(function (key) {
|
|
1790
|
-
if (key === "default" || key === "__esModule") return;
|
|
1791
|
-
if (key in exports && exports[key] === _DropdownButton[key]) return;
|
|
1792
|
-
Object.defineProperty(exports, key, {
|
|
1793
|
-
enumerable: true,
|
|
1794
|
-
get: function get() {
|
|
1795
|
-
return _DropdownButton[key];
|
|
1796
|
-
}
|
|
1797
|
-
});
|
|
1798
|
-
});
|
|
1799
|
-
var _DropdownContent = require("@digigov/react-core/DropdownContent");
|
|
1800
|
-
Object.keys(_DropdownContent).forEach(function (key) {
|
|
1801
|
-
if (key === "default" || key === "__esModule") return;
|
|
1802
|
-
if (key in exports && exports[key] === _DropdownContent[key]) return;
|
|
1803
|
-
Object.defineProperty(exports, key, {
|
|
1804
|
-
enumerable: true,
|
|
1805
|
-
get: function get() {
|
|
1806
|
-
return _DropdownContent[key];
|
|
1807
|
-
}
|
|
1808
|
-
});
|
|
1809
|
-
});
|
|
1810
|
-
var _FillableText = require("@digigov/react-core/FillableText");
|
|
1811
|
-
Object.keys(_FillableText).forEach(function (key) {
|
|
1812
|
-
if (key === "default" || key === "__esModule") return;
|
|
1813
|
-
if (key in exports && exports[key] === _FillableText[key]) return;
|
|
1814
|
-
Object.defineProperty(exports, key, {
|
|
1815
|
-
enumerable: true,
|
|
1816
|
-
get: function get() {
|
|
1817
|
-
return _FillableText[key];
|
|
1818
|
-
}
|
|
1819
|
-
});
|
|
1820
|
-
});
|
|
1821
|
-
var _Drawer = require("@digigov/react-core/Drawer");
|
|
1822
|
-
Object.keys(_Drawer).forEach(function (key) {
|
|
1823
|
-
if (key === "default" || key === "__esModule") return;
|
|
1824
|
-
if (key in exports && exports[key] === _Drawer[key]) return;
|
|
1825
|
-
Object.defineProperty(exports, key, {
|
|
1826
|
-
enumerable: true,
|
|
1827
|
-
get: function get() {
|
|
1828
|
-
return _Drawer[key];
|
|
1829
|
-
}
|
|
1830
|
-
});
|
|
1831
|
-
});
|
|
1832
|
-
var _DrawerHeading = require("@digigov/react-core/DrawerHeading");
|
|
1833
|
-
Object.keys(_DrawerHeading).forEach(function (key) {
|
|
1834
|
-
if (key === "default" || key === "__esModule") return;
|
|
1835
|
-
if (key in exports && exports[key] === _DrawerHeading[key]) return;
|
|
1836
|
-
Object.defineProperty(exports, key, {
|
|
1837
|
-
enumerable: true,
|
|
1838
|
-
get: function get() {
|
|
1839
|
-
return _DrawerHeading[key];
|
|
1840
|
-
}
|
|
1841
|
-
});
|
|
1842
|
-
});
|
|
1843
|
-
var _FilterContent = require("@digigov/react-core/FilterContent");
|
|
1844
|
-
Object.keys(_FilterContent).forEach(function (key) {
|
|
1845
|
-
if (key === "default" || key === "__esModule") return;
|
|
1846
|
-
if (key in exports && exports[key] === _FilterContent[key]) return;
|
|
1847
|
-
Object.defineProperty(exports, key, {
|
|
1848
|
-
enumerable: true,
|
|
1849
|
-
get: function get() {
|
|
1850
|
-
return _FilterContent[key];
|
|
1851
|
-
}
|
|
1852
|
-
});
|
|
1853
|
-
});
|
|
1854
|
-
var _FilterHeadingContainer = require("@digigov/react-core/FilterHeadingContainer");
|
|
1855
|
-
Object.keys(_FilterHeadingContainer).forEach(function (key) {
|
|
1856
|
-
if (key === "default" || key === "__esModule") return;
|
|
1857
|
-
if (key in exports && exports[key] === _FilterHeadingContainer[key]) return;
|
|
1858
|
-
Object.defineProperty(exports, key, {
|
|
1859
|
-
enumerable: true,
|
|
1860
|
-
get: function get() {
|
|
1861
|
-
return _FilterHeadingContainer[key];
|
|
1862
|
-
}
|
|
1863
|
-
});
|
|
1864
|
-
});
|
|
1865
|
-
var _FilterOptionsSection = require("@digigov/react-core/FilterOptionsSection");
|
|
1866
|
-
Object.keys(_FilterOptionsSection).forEach(function (key) {
|
|
1867
|
-
if (key === "default" || key === "__esModule") return;
|
|
1868
|
-
if (key in exports && exports[key] === _FilterOptionsSection[key]) return;
|
|
1869
|
-
Object.defineProperty(exports, key, {
|
|
1870
|
-
enumerable: true,
|
|
1871
|
-
get: function get() {
|
|
1872
|
-
return _FilterOptionsSection[key];
|
|
1873
|
-
}
|
|
1874
|
-
});
|
|
1875
|
-
});
|
|
1876
|
-
var _FilterContainer = require("@digigov/react-core/FilterContainer");
|
|
1877
|
-
Object.keys(_FilterContainer).forEach(function (key) {
|
|
1878
|
-
if (key === "default" || key === "__esModule") return;
|
|
1879
|
-
if (key in exports && exports[key] === _FilterContainer[key]) return;
|
|
1880
|
-
Object.defineProperty(exports, key, {
|
|
1881
|
-
enumerable: true,
|
|
1882
|
-
get: function get() {
|
|
1883
|
-
return _FilterContainer[key];
|
|
1884
|
-
}
|
|
1885
|
-
});
|
|
1886
|
-
});
|
|
1887
|
-
var _FilterSelectedHeading = require("@digigov/react-core/FilterSelectedHeading");
|
|
1888
|
-
Object.keys(_FilterSelectedHeading).forEach(function (key) {
|
|
1889
|
-
if (key === "default" || key === "__esModule") return;
|
|
1890
|
-
if (key in exports && exports[key] === _FilterSelectedHeading[key]) return;
|
|
1891
|
-
Object.defineProperty(exports, key, {
|
|
1892
|
-
enumerable: true,
|
|
1893
|
-
get: function get() {
|
|
1894
|
-
return _FilterSelectedHeading[key];
|
|
1895
|
-
}
|
|
1896
|
-
});
|
|
1897
|
-
});
|
|
1898
|
-
var _FilterSelectedSection = require("@digigov/react-core/FilterSelectedSection");
|
|
1899
|
-
Object.keys(_FilterSelectedSection).forEach(function (key) {
|
|
1900
|
-
if (key === "default" || key === "__esModule") return;
|
|
1901
|
-
if (key in exports && exports[key] === _FilterSelectedSection[key]) return;
|
|
1902
|
-
Object.defineProperty(exports, key, {
|
|
1903
|
-
enumerable: true,
|
|
1904
|
-
get: function get() {
|
|
1905
|
-
return _FilterSelectedSection[key];
|
|
1906
|
-
}
|
|
1907
|
-
});
|
|
1908
|
-
});
|
|
1909
|
-
var _SearchButton = require("@digigov/react-core/SearchButton");
|
|
1910
|
-
Object.keys(_SearchButton).forEach(function (key) {
|
|
1911
|
-
if (key === "default" || key === "__esModule") return;
|
|
1912
|
-
if (key in exports && exports[key] === _SearchButton[key]) return;
|
|
1913
|
-
Object.defineProperty(exports, key, {
|
|
1914
|
-
enumerable: true,
|
|
1915
|
-
get: function get() {
|
|
1916
|
-
return _SearchButton[key];
|
|
1917
|
-
}
|
|
1918
|
-
});
|
|
1919
|
-
});
|
|
1920
|
-
var _SearchContainer = require("@digigov/react-core/SearchContainer");
|
|
1921
|
-
Object.keys(_SearchContainer).forEach(function (key) {
|
|
1922
|
-
if (key === "default" || key === "__esModule") return;
|
|
1923
|
-
if (key in exports && exports[key] === _SearchContainer[key]) return;
|
|
1924
|
-
Object.defineProperty(exports, key, {
|
|
1925
|
-
enumerable: true,
|
|
1926
|
-
get: function get() {
|
|
1927
|
-
return _SearchContainer[key];
|
|
1928
|
-
}
|
|
1929
|
-
});
|
|
1930
|
-
});
|
|
1931
|
-
var _ResultsHeading = require("@digigov/react-core/ResultsHeading");
|
|
1932
|
-
Object.keys(_ResultsHeading).forEach(function (key) {
|
|
1933
|
-
if (key === "default" || key === "__esModule") return;
|
|
1934
|
-
if (key in exports && exports[key] === _ResultsHeading[key]) return;
|
|
1935
|
-
Object.defineProperty(exports, key, {
|
|
1936
|
-
enumerable: true,
|
|
1937
|
-
get: function get() {
|
|
1938
|
-
return _ResultsHeading[key];
|
|
1939
|
-
}
|
|
1940
|
-
});
|
|
1941
|
-
});
|
|
1942
|
-
var _ResultsHeadingActions = require("@digigov/react-core/ResultsHeadingActions");
|
|
1943
|
-
Object.keys(_ResultsHeadingActions).forEach(function (key) {
|
|
1944
|
-
if (key === "default" || key === "__esModule") return;
|
|
1945
|
-
if (key in exports && exports[key] === _ResultsHeadingActions[key]) return;
|
|
1946
|
-
Object.defineProperty(exports, key, {
|
|
1947
|
-
enumerable: true,
|
|
1948
|
-
get: function get() {
|
|
1949
|
-
return _ResultsHeadingActions[key];
|
|
1950
|
-
}
|
|
1951
|
-
});
|
|
1952
|
-
});
|
|
1953
|
-
var _ResultsActionBar = require("@digigov/react-core/ResultsActionBar");
|
|
1954
|
-
Object.keys(_ResultsActionBar).forEach(function (key) {
|
|
1955
|
-
if (key === "default" || key === "__esModule") return;
|
|
1956
|
-
if (key in exports && exports[key] === _ResultsActionBar[key]) return;
|
|
1957
|
-
Object.defineProperty(exports, key, {
|
|
1958
|
-
enumerable: true,
|
|
1959
|
-
get: function get() {
|
|
1960
|
-
return _ResultsActionBar[key];
|
|
1961
|
-
}
|
|
1962
|
-
});
|
|
1963
|
-
});
|
|
1964
|
-
var _AdminHeader = require("@digigov/react-core/AdminHeader");
|
|
1965
|
-
Object.keys(_AdminHeader).forEach(function (key) {
|
|
1966
|
-
if (key === "default" || key === "__esModule") return;
|
|
1967
|
-
if (key in exports && exports[key] === _AdminHeader[key]) return;
|
|
1968
|
-
Object.defineProperty(exports, key, {
|
|
1969
|
-
enumerable: true,
|
|
1970
|
-
get: function get() {
|
|
1971
|
-
return _AdminHeader[key];
|
|
1972
|
-
}
|
|
1973
|
-
});
|
|
1974
|
-
});
|
|
1975
|
-
var _AdminHeaderContent = require("@digigov/react-core/AdminHeaderContent");
|
|
1976
|
-
Object.keys(_AdminHeaderContent).forEach(function (key) {
|
|
1977
|
-
if (key === "default" || key === "__esModule") return;
|
|
1978
|
-
if (key in exports && exports[key] === _AdminHeaderContent[key]) return;
|
|
1979
|
-
Object.defineProperty(exports, key, {
|
|
1980
|
-
enumerable: true,
|
|
1981
|
-
get: function get() {
|
|
1982
|
-
return _AdminHeaderContent[key];
|
|
1983
|
-
}
|
|
1984
|
-
});
|
|
1985
|
-
});
|
|
1986
|
-
var _ModalContainer = require("@digigov/react-core/ModalContainer");
|
|
1987
|
-
Object.keys(_ModalContainer).forEach(function (key) {
|
|
1988
|
-
if (key === "default" || key === "__esModule") return;
|
|
1989
|
-
if (key in exports && exports[key] === _ModalContainer[key]) return;
|
|
1990
|
-
Object.defineProperty(exports, key, {
|
|
1991
|
-
enumerable: true,
|
|
1992
|
-
get: function get() {
|
|
1993
|
-
return _ModalContainer[key];
|
|
1994
|
-
}
|
|
1995
|
-
});
|
|
1996
|
-
});
|
|
1997
|
-
var _ModalHeading = require("@digigov/react-core/ModalHeading");
|
|
1998
|
-
Object.keys(_ModalHeading).forEach(function (key) {
|
|
1999
|
-
if (key === "default" || key === "__esModule") return;
|
|
2000
|
-
if (key in exports && exports[key] === _ModalHeading[key]) return;
|
|
2001
|
-
Object.defineProperty(exports, key, {
|
|
2002
|
-
enumerable: true,
|
|
2003
|
-
get: function get() {
|
|
2004
|
-
return _ModalHeading[key];
|
|
2005
|
-
}
|
|
2006
|
-
});
|
|
2007
|
-
});
|
|
2008
|
-
var _ModalContent = require("@digigov/react-core/ModalContent");
|
|
2009
|
-
Object.keys(_ModalContent).forEach(function (key) {
|
|
2010
|
-
if (key === "default" || key === "__esModule") return;
|
|
2011
|
-
if (key in exports && exports[key] === _ModalContent[key]) return;
|
|
2012
|
-
Object.defineProperty(exports, key, {
|
|
2013
|
-
enumerable: true,
|
|
2014
|
-
get: function get() {
|
|
2015
|
-
return _ModalContent[key];
|
|
2016
|
-
}
|
|
2017
|
-
});
|
|
2018
|
-
});
|
|
2019
|
-
var _ModalAction = require("@digigov/react-core/ModalAction");
|
|
2020
|
-
Object.keys(_ModalAction).forEach(function (key) {
|
|
2021
|
-
if (key === "default" || key === "__esModule") return;
|
|
2022
|
-
if (key in exports && exports[key] === _ModalAction[key]) return;
|
|
2023
|
-
Object.defineProperty(exports, key, {
|
|
2024
|
-
enumerable: true,
|
|
2025
|
-
get: function get() {
|
|
2026
|
-
return _ModalAction[key];
|
|
2027
|
-
}
|
|
2028
|
-
});
|
|
2029
|
-
});
|
|
2030
|
-
var _Pagination = require("@digigov/react-core/Pagination");
|
|
2031
|
-
Object.keys(_Pagination).forEach(function (key) {
|
|
2032
|
-
if (key === "default" || key === "__esModule") return;
|
|
2033
|
-
if (key in exports && exports[key] === _Pagination[key]) return;
|
|
2034
|
-
Object.defineProperty(exports, key, {
|
|
2035
|
-
enumerable: true,
|
|
2036
|
-
get: function get() {
|
|
2037
|
-
return _Pagination[key];
|
|
2038
|
-
}
|
|
2039
|
-
});
|
|
2040
|
-
});
|
|
2041
|
-
var _PaginationList = require("@digigov/react-core/PaginationList");
|
|
2042
|
-
Object.keys(_PaginationList).forEach(function (key) {
|
|
2043
|
-
if (key === "default" || key === "__esModule") return;
|
|
2044
|
-
if (key in exports && exports[key] === _PaginationList[key]) return;
|
|
2045
|
-
Object.defineProperty(exports, key, {
|
|
2046
|
-
enumerable: true,
|
|
2047
|
-
get: function get() {
|
|
2048
|
-
return _PaginationList[key];
|
|
2049
|
-
}
|
|
2050
|
-
});
|
|
2051
|
-
});
|
|
2052
|
-
var _PaginationListItem = require("@digigov/react-core/PaginationListItem");
|
|
2053
|
-
Object.keys(_PaginationListItem).forEach(function (key) {
|
|
2054
|
-
if (key === "default" || key === "__esModule") return;
|
|
2055
|
-
if (key in exports && exports[key] === _PaginationListItem[key]) return;
|
|
2056
|
-
Object.defineProperty(exports, key, {
|
|
2057
|
-
enumerable: true,
|
|
2058
|
-
get: function get() {
|
|
2059
|
-
return _PaginationListItem[key];
|
|
2060
|
-
}
|
|
2061
|
-
});
|
|
2062
|
-
});
|
|
2063
|
-
var _PaginationLabelContainer = require("@digigov/react-core/PaginationLabelContainer");
|
|
2064
|
-
Object.keys(_PaginationLabelContainer).forEach(function (key) {
|
|
2065
|
-
if (key === "default" || key === "__esModule") return;
|
|
2066
|
-
if (key in exports && exports[key] === _PaginationLabelContainer[key]) return;
|
|
2067
|
-
Object.defineProperty(exports, key, {
|
|
2068
|
-
enumerable: true,
|
|
2069
|
-
get: function get() {
|
|
2070
|
-
return _PaginationLabelContainer[key];
|
|
2071
|
-
}
|
|
2072
|
-
});
|
|
2073
|
-
});
|
|
2074
|
-
var _LoaderContainer = require("@digigov/react-core/LoaderContainer");
|
|
2075
|
-
Object.keys(_LoaderContainer).forEach(function (key) {
|
|
2076
|
-
if (key === "default" || key === "__esModule") return;
|
|
2077
|
-
if (key in exports && exports[key] === _LoaderContainer[key]) return;
|
|
2078
|
-
Object.defineProperty(exports, key, {
|
|
2079
|
-
enumerable: true,
|
|
2080
|
-
get: function get() {
|
|
2081
|
-
return _LoaderContainer[key];
|
|
2082
|
-
}
|
|
2083
|
-
});
|
|
2084
|
-
});
|
|
2085
|
-
var _CircularProgress = require("@digigov/react-core/CircularProgress");
|
|
2086
|
-
Object.keys(_CircularProgress).forEach(function (key) {
|
|
2087
|
-
if (key === "default" || key === "__esModule") return;
|
|
2088
|
-
if (key in exports && exports[key] === _CircularProgress[key]) return;
|
|
2089
|
-
Object.defineProperty(exports, key, {
|
|
2090
|
-
enumerable: true,
|
|
2091
|
-
get: function get() {
|
|
2092
|
-
return _CircularProgress[key];
|
|
2093
|
-
}
|
|
2094
|
-
});
|
|
2095
|
-
});
|
|
2096
|
-
var _FullPageBackground = require("@digigov/react-core/FullPageBackground");
|
|
2097
|
-
Object.keys(_FullPageBackground).forEach(function (key) {
|
|
2098
|
-
if (key === "default" || key === "__esModule") return;
|
|
2099
|
-
if (key in exports && exports[key] === _FullPageBackground[key]) return;
|
|
2100
|
-
Object.defineProperty(exports, key, {
|
|
2101
|
-
enumerable: true,
|
|
2102
|
-
get: function get() {
|
|
2103
|
-
return _FullPageBackground[key];
|
|
2104
|
-
}
|
|
2105
|
-
});
|
|
2106
|
-
});
|
|
2107
|
-
var _StepNavCircleNumber = require("@digigov/react-core/StepNavCircleNumber");
|
|
2108
|
-
Object.keys(_StepNavCircleNumber).forEach(function (key) {
|
|
2109
|
-
if (key === "default" || key === "__esModule") return;
|
|
2110
|
-
if (key in exports && exports[key] === _StepNavCircleNumber[key]) return;
|
|
2111
|
-
Object.defineProperty(exports, key, {
|
|
2112
|
-
enumerable: true,
|
|
2113
|
-
get: function get() {
|
|
2114
|
-
return _StepNavCircleNumber[key];
|
|
2115
|
-
}
|
|
2116
|
-
});
|
|
2117
|
-
});
|
|
2118
|
-
var _StepNav = require("@digigov/react-core/StepNav");
|
|
2119
|
-
Object.keys(_StepNav).forEach(function (key) {
|
|
2120
|
-
if (key === "default" || key === "__esModule") return;
|
|
2121
|
-
if (key in exports && exports[key] === _StepNav[key]) return;
|
|
2122
|
-
Object.defineProperty(exports, key, {
|
|
2123
|
-
enumerable: true,
|
|
2124
|
-
get: function get() {
|
|
2125
|
-
return _StepNav[key];
|
|
2126
|
-
}
|
|
2127
|
-
});
|
|
2128
|
-
});
|
|
2129
|
-
var _StepNavAccordion = require("@digigov/react-core/StepNavAccordion");
|
|
2130
|
-
Object.keys(_StepNavAccordion).forEach(function (key) {
|
|
2131
|
-
if (key === "default" || key === "__esModule") return;
|
|
2132
|
-
if (key in exports && exports[key] === _StepNavAccordion[key]) return;
|
|
2133
|
-
Object.defineProperty(exports, key, {
|
|
2134
|
-
enumerable: true,
|
|
2135
|
-
get: function get() {
|
|
2136
|
-
return _StepNavAccordion[key];
|
|
2137
|
-
}
|
|
2138
|
-
});
|
|
2139
|
-
});
|
|
2140
|
-
var _StepNavAccordionContent = require("@digigov/react-core/StepNavAccordionContent");
|
|
2141
|
-
Object.keys(_StepNavAccordionContent).forEach(function (key) {
|
|
2142
|
-
if (key === "default" || key === "__esModule") return;
|
|
2143
|
-
if (key in exports && exports[key] === _StepNavAccordionContent[key]) return;
|
|
2144
|
-
Object.defineProperty(exports, key, {
|
|
2145
|
-
enumerable: true,
|
|
2146
|
-
get: function get() {
|
|
2147
|
-
return _StepNavAccordionContent[key];
|
|
2148
|
-
}
|
|
2149
|
-
});
|
|
2150
|
-
});
|
|
2151
|
-
var _StepNavAccordionSummary = require("@digigov/react-core/StepNavAccordionSummary");
|
|
2152
|
-
Object.keys(_StepNavAccordionSummary).forEach(function (key) {
|
|
2153
|
-
if (key === "default" || key === "__esModule") return;
|
|
2154
|
-
if (key in exports && exports[key] === _StepNavAccordionSummary[key]) return;
|
|
2155
|
-
Object.defineProperty(exports, key, {
|
|
2156
|
-
enumerable: true,
|
|
2157
|
-
get: function get() {
|
|
2158
|
-
return _StepNavAccordionSummary[key];
|
|
2159
|
-
}
|
|
2160
|
-
});
|
|
2161
|
-
});
|
|
2162
|
-
var _StepNavAccordionSummaryHeading = require("@digigov/react-core/StepNavAccordionSummaryHeading");
|
|
2163
|
-
Object.keys(_StepNavAccordionSummaryHeading).forEach(function (key) {
|
|
2164
|
-
if (key === "default" || key === "__esModule") return;
|
|
2165
|
-
if (key in exports && exports[key] === _StepNavAccordionSummaryHeading[key]) return;
|
|
2166
|
-
Object.defineProperty(exports, key, {
|
|
2167
|
-
enumerable: true,
|
|
2168
|
-
get: function get() {
|
|
2169
|
-
return _StepNavAccordionSummaryHeading[key];
|
|
2170
|
-
}
|
|
2171
|
-
});
|
|
2172
|
-
});
|
|
2173
|
-
var _StepNavAccordionHeadingTitle = require("@digigov/react-core/StepNavAccordionHeadingTitle");
|
|
2174
|
-
Object.keys(_StepNavAccordionHeadingTitle).forEach(function (key) {
|
|
2175
|
-
if (key === "default" || key === "__esModule") return;
|
|
2176
|
-
if (key in exports && exports[key] === _StepNavAccordionHeadingTitle[key]) return;
|
|
2177
|
-
Object.defineProperty(exports, key, {
|
|
2178
|
-
enumerable: true,
|
|
2179
|
-
get: function get() {
|
|
2180
|
-
return _StepNavAccordionHeadingTitle[key];
|
|
2181
|
-
}
|
|
2182
|
-
});
|
|
2183
|
-
});
|
|
2184
|
-
var _StepNavAccordionHeadingText = require("@digigov/react-core/StepNavAccordionHeadingText");
|
|
2185
|
-
Object.keys(_StepNavAccordionHeadingText).forEach(function (key) {
|
|
2186
|
-
if (key === "default" || key === "__esModule") return;
|
|
2187
|
-
if (key in exports && exports[key] === _StepNavAccordionHeadingText[key]) return;
|
|
2188
|
-
Object.defineProperty(exports, key, {
|
|
2189
|
-
enumerable: true,
|
|
2190
|
-
get: function get() {
|
|
2191
|
-
return _StepNavAccordionHeadingText[key];
|
|
2192
|
-
}
|
|
2193
|
-
});
|
|
2194
|
-
});
|
|
2195
|
-
var _StepNavControls = require("@digigov/react-core/StepNavControls");
|
|
2196
|
-
Object.keys(_StepNavControls).forEach(function (key) {
|
|
2197
|
-
if (key === "default" || key === "__esModule") return;
|
|
2198
|
-
if (key in exports && exports[key] === _StepNavControls[key]) return;
|
|
2199
|
-
Object.defineProperty(exports, key, {
|
|
2200
|
-
enumerable: true,
|
|
2201
|
-
get: function get() {
|
|
2202
|
-
return _StepNavControls[key];
|
|
2203
|
-
}
|
|
2204
|
-
});
|
|
2205
|
-
});
|
|
2206
|
-
var _StepNavList = require("@digigov/react-core/StepNavList");
|
|
2207
|
-
Object.keys(_StepNavList).forEach(function (key) {
|
|
2208
|
-
if (key === "default" || key === "__esModule") return;
|
|
2209
|
-
if (key in exports && exports[key] === _StepNavList[key]) return;
|
|
2210
|
-
Object.defineProperty(exports, key, {
|
|
2211
|
-
enumerable: true,
|
|
2212
|
-
get: function get() {
|
|
2213
|
-
return _StepNavList[key];
|
|
2214
|
-
}
|
|
2215
|
-
});
|
|
2216
|
-
});
|
|
2217
|
-
var _StepNavListItem = require("@digigov/react-core/StepNavListItem");
|
|
2218
|
-
Object.keys(_StepNavListItem).forEach(function (key) {
|
|
2219
|
-
if (key === "default" || key === "__esModule") return;
|
|
2220
|
-
if (key in exports && exports[key] === _StepNavListItem[key]) return;
|
|
2221
|
-
Object.defineProperty(exports, key, {
|
|
2222
|
-
enumerable: true,
|
|
2223
|
-
get: function get() {
|
|
2224
|
-
return _StepNavListItem[key];
|
|
2225
|
-
}
|
|
2226
|
-
});
|
|
2227
|
-
});
|
|
2228
|
-
var _TableLoaderBackground = require("@digigov/react-core/TableLoaderBackground");
|
|
2229
|
-
Object.keys(_TableLoaderBackground).forEach(function (key) {
|
|
2230
|
-
if (key === "default" || key === "__esModule") return;
|
|
2231
|
-
if (key in exports && exports[key] === _TableLoaderBackground[key]) return;
|
|
2232
|
-
Object.defineProperty(exports, key, {
|
|
2233
|
-
enumerable: true,
|
|
2234
|
-
get: function get() {
|
|
2235
|
-
return _TableLoaderBackground[key];
|
|
2236
|
-
}
|
|
2237
|
-
});
|
|
2238
|
-
});
|
|
2239
|
-
var _LabeledText = require("@digigov/react-core/LabeledText");
|
|
2240
|
-
Object.keys(_LabeledText).forEach(function (key) {
|
|
2241
|
-
if (key === "default" || key === "__esModule") return;
|
|
2242
|
-
if (key in exports && exports[key] === _LabeledText[key]) return;
|
|
2243
|
-
Object.defineProperty(exports, key, {
|
|
2244
|
-
enumerable: true,
|
|
2245
|
-
get: function get() {
|
|
2246
|
-
return _LabeledText[key];
|
|
2247
|
-
}
|
|
2248
|
-
});
|
|
2249
|
-
});
|
|
2250
|
-
var _Timeline = require("@digigov/react-core/Timeline");
|
|
2251
|
-
Object.keys(_Timeline).forEach(function (key) {
|
|
2252
|
-
if (key === "default" || key === "__esModule") return;
|
|
2253
|
-
if (key in exports && exports[key] === _Timeline[key]) return;
|
|
2254
|
-
Object.defineProperty(exports, key, {
|
|
2255
|
-
enumerable: true,
|
|
2256
|
-
get: function get() {
|
|
2257
|
-
return _Timeline[key];
|
|
2258
|
-
}
|
|
2259
|
-
});
|
|
2260
|
-
});
|
|
2261
|
-
var _TimelineActions = require("@digigov/react-core/TimelineActions");
|
|
2262
|
-
Object.keys(_TimelineActions).forEach(function (key) {
|
|
2263
|
-
if (key === "default" || key === "__esModule") return;
|
|
2264
|
-
if (key in exports && exports[key] === _TimelineActions[key]) return;
|
|
2265
|
-
Object.defineProperty(exports, key, {
|
|
2266
|
-
enumerable: true,
|
|
2267
|
-
get: function get() {
|
|
2268
|
-
return _TimelineActions[key];
|
|
2269
|
-
}
|
|
2270
|
-
});
|
|
2271
|
-
});
|
|
2272
|
-
var _TimelineContent = require("@digigov/react-core/TimelineContent");
|
|
2273
|
-
Object.keys(_TimelineContent).forEach(function (key) {
|
|
2274
|
-
if (key === "default" || key === "__esModule") return;
|
|
2275
|
-
if (key in exports && exports[key] === _TimelineContent[key]) return;
|
|
2276
|
-
Object.defineProperty(exports, key, {
|
|
2277
|
-
enumerable: true,
|
|
2278
|
-
get: function get() {
|
|
2279
|
-
return _TimelineContent[key];
|
|
2280
|
-
}
|
|
2281
|
-
});
|
|
2282
|
-
});
|
|
2283
|
-
var _TimelineHeading = require("@digigov/react-core/TimelineHeading");
|
|
2284
|
-
Object.keys(_TimelineHeading).forEach(function (key) {
|
|
2285
|
-
if (key === "default" || key === "__esModule") return;
|
|
2286
|
-
if (key in exports && exports[key] === _TimelineHeading[key]) return;
|
|
2287
|
-
Object.defineProperty(exports, key, {
|
|
2288
|
-
enumerable: true,
|
|
2289
|
-
get: function get() {
|
|
2290
|
-
return _TimelineHeading[key];
|
|
2291
|
-
}
|
|
2292
|
-
});
|
|
2293
|
-
});
|
|
2294
|
-
var _TimelineItem = require("@digigov/react-core/TimelineItem");
|
|
2295
|
-
Object.keys(_TimelineItem).forEach(function (key) {
|
|
2296
|
-
if (key === "default" || key === "__esModule") return;
|
|
2297
|
-
if (key in exports && exports[key] === _TimelineItem[key]) return;
|
|
2298
|
-
Object.defineProperty(exports, key, {
|
|
2299
|
-
enumerable: true,
|
|
2300
|
-
get: function get() {
|
|
2301
|
-
return _TimelineItem[key];
|
|
2302
|
-
}
|
|
2303
|
-
});
|
|
2304
|
-
});
|
|
2305
|
-
var _TaskList = require("@digigov/react-core/TaskList");
|
|
2306
|
-
Object.keys(_TaskList).forEach(function (key) {
|
|
2307
|
-
if (key === "default" || key === "__esModule") return;
|
|
2308
|
-
if (key in exports && exports[key] === _TaskList[key]) return;
|
|
2309
|
-
Object.defineProperty(exports, key, {
|
|
2310
|
-
enumerable: true,
|
|
2311
|
-
get: function get() {
|
|
2312
|
-
return _TaskList[key];
|
|
2313
|
-
}
|
|
2314
|
-
});
|
|
2315
|
-
});
|
|
2316
|
-
var _TaskListItem = require("@digigov/react-core/TaskListItem");
|
|
2317
|
-
Object.keys(_TaskListItem).forEach(function (key) {
|
|
2318
|
-
if (key === "default" || key === "__esModule") return;
|
|
2319
|
-
if (key in exports && exports[key] === _TaskListItem[key]) return;
|
|
2320
|
-
Object.defineProperty(exports, key, {
|
|
2321
|
-
enumerable: true,
|
|
2322
|
-
get: function get() {
|
|
2323
|
-
return _TaskListItem[key];
|
|
2324
|
-
}
|
|
2325
|
-
});
|
|
2326
|
-
});
|
|
2327
|
-
var _TaskListItemContent = require("@digigov/react-core/TaskListItemContent");
|
|
2328
|
-
Object.keys(_TaskListItemContent).forEach(function (key) {
|
|
2329
|
-
if (key === "default" || key === "__esModule") return;
|
|
2330
|
-
if (key in exports && exports[key] === _TaskListItemContent[key]) return;
|
|
2331
|
-
Object.defineProperty(exports, key, {
|
|
2332
|
-
enumerable: true,
|
|
2333
|
-
get: function get() {
|
|
2334
|
-
return _TaskListItemContent[key];
|
|
2335
|
-
}
|
|
2336
|
-
});
|
|
2337
|
-
});
|
|
2338
|
-
var _TaskListItemHeading = require("@digigov/react-core/TaskListItemHeading");
|
|
2339
|
-
Object.keys(_TaskListItemHeading).forEach(function (key) {
|
|
2340
|
-
if (key === "default" || key === "__esModule") return;
|
|
2341
|
-
if (key in exports && exports[key] === _TaskListItemHeading[key]) return;
|
|
2342
|
-
Object.defineProperty(exports, key, {
|
|
2343
|
-
enumerable: true,
|
|
2344
|
-
get: function get() {
|
|
2345
|
-
return _TaskListItemHeading[key];
|
|
2346
|
-
}
|
|
2347
|
-
});
|
|
2348
|
-
});
|
|
2349
|
-
var _TaskListItemTag = require("@digigov/react-core/TaskListItemTag");
|
|
2350
|
-
Object.keys(_TaskListItemTag).forEach(function (key) {
|
|
2351
|
-
if (key === "default" || key === "__esModule") return;
|
|
2352
|
-
if (key in exports && exports[key] === _TaskListItemTag[key]) return;
|
|
2353
|
-
Object.defineProperty(exports, key, {
|
|
2354
|
-
enumerable: true,
|
|
2355
|
-
get: function get() {
|
|
2356
|
-
return _TaskListItemTag[key];
|
|
2357
|
-
}
|
|
2358
|
-
});
|
|
2359
|
-
});
|