@digigov/react-core 2.0.0-85c27c19 → 2.0.0-aefd0709
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/AccordionControls/index.js.map +1 -1
- package/AccordionSection/index.js.map +1 -1
- package/AccordionSectionContent/index.js.map +1 -1
- package/AccordionSectionSummary/index.js.map +1 -1
- package/AccordionSectionSummaryHeading/index.js.map +1 -1
- package/AdminAside/index.js.map +1 -1
- package/AdminContainer/index.js +1 -1
- package/AdminContainer/index.js.map +2 -2
- package/AdminHeader/index.js.map +1 -1
- package/AdminHeaderContent/index.js.map +2 -2
- package/AdminLayout/index.js.map +2 -2
- package/AdminMain/index.js.map +1 -1
- package/AutoCompleteAssistiveHint/index.js.map +1 -1
- package/AutoCompleteContainer/index.js.map +2 -2
- package/AutoCompleteInputBase/index.d.ts +17 -0
- package/{AutoCompleteInput → AutoCompleteInputBase}/index.js +4 -4
- package/AutoCompleteInputBase/index.js.map +7 -0
- package/AutoCompleteInputBase/package.json +6 -0
- package/AutoCompleteInputTypeahead/index.js.map +1 -1
- package/AutoCompleteMultipleInputContainer/index.js +1 -1
- package/AutoCompleteMultipleInputContainer/index.js.map +2 -2
- package/AutoCompleteResultList/index.js.map +2 -2
- package/AutoCompleteStatus/index.js.map +1 -1
- package/BackLink/index.js +1 -3
- package/BackLink/index.js.map +2 -2
- package/BackToTopLink/index.js.map +1 -1
- package/BannerContainer/index.js.map +1 -1
- package/Base/compat/Input/CheckboxInput.native/index.js +33 -0
- package/Base/compat/Input/CheckboxInput.native/package.json +6 -0
- package/Base/compat/Input/CheckboxInput.native.d.ts +4 -0
- package/Base/compat/Input/CheckboxInput.native.js.map +7 -0
- package/Base/compat/Input/RadioInput.native/index.js +32 -0
- package/Base/compat/Input/RadioInput.native/package.json +6 -0
- package/Base/compat/Input/RadioInput.native.d.ts +4 -0
- package/Base/compat/Input/RadioInput.native.js.map +7 -0
- package/Base/compat/Input/StringInput.native/index.js +99 -0
- package/Base/compat/Input/StringInput.native/package.json +6 -0
- package/Base/compat/Input/StringInput.native.d.ts +7 -0
- package/Base/compat/Input/StringInput.native.js.map +7 -0
- package/Base/compat/Input/index.native/index.js +24 -0
- package/Base/compat/Input/index.native/package.json +6 -0
- package/Base/compat/Input/index.native.d.ts +7 -0
- package/Base/compat/Input/index.native.js.map +7 -0
- package/Base/compat/button.native/index.js +48 -0
- package/Base/compat/button.native/package.json +6 -0
- package/Base/compat/button.native.d.ts +5 -0
- package/Base/compat/button.native.js.map +7 -0
- package/Base/compat/details.native/index.js +40 -0
- package/Base/compat/details.native/package.json +6 -0
- package/Base/compat/details.native.d.ts +8 -0
- package/Base/compat/details.native.js.map +7 -0
- package/Base/compat/li.native/index.js +9 -0
- package/Base/compat/li.native/package.json +6 -0
- package/Base/compat/li.native.d.ts +4 -0
- package/Base/compat/li.native.js.map +7 -0
- package/Base/compat/ol.native/index.js +33 -0
- package/Base/compat/ol.native/package.json +6 -0
- package/Base/compat/ol.native.d.ts +6 -0
- package/Base/compat/ol.native.js.map +7 -0
- package/Base/index.d.ts +2 -95
- package/Base/index.js +3 -98
- package/Base/index.js.map +3 -3
- package/Base/index.native/index.js +165 -0
- package/Base/index.native/package.json +6 -0
- package/Base/index.native.d.ts +7 -0
- package/Base/index.native.js.map +7 -0
- package/Base/index.web/index.js +104 -0
- package/{AutoCompleteInput → Base/index.web}/package.json +1 -1
- package/Base/index.web.d.ts +104 -0
- package/Base/index.web.js.map +7 -0
- package/Base/mapping.native/index.js +34 -0
- package/Base/mapping.native/package.json +6 -0
- package/Base/mapping.native.d.ts +6 -0
- package/Base/mapping.native.js.map +7 -0
- package/Base/utils/index.js +93 -0
- package/{SvgIcon → Base/utils}/package.json +1 -1
- package/Base/utils.d.ts +40 -0
- package/Base/utils.js.map +7 -0
- package/Base/wrap.native/index.js +67 -0
- package/Base/wrap.native/package.json +6 -0
- package/Base/wrap.native.d.ts +2 -0
- package/Base/wrap.native.js.map +7 -0
- package/Bottom/index.js.map +1 -1
- package/BottomInfo/index.js.map +1 -1
- package/BottomInfoContainer/index.js.map +1 -1
- package/BottomInfoContent/index.js.map +1 -1
- package/Breadcrumbs/index.js.map +1 -1
- package/BreadcrumbsList/index.js.map +1 -1
- package/BreadcrumbsListItem/index.d.ts +3 -8
- package/BreadcrumbsListItem/index.js +4 -14
- package/BreadcrumbsListItem/index.js.map +3 -3
- package/BreadcrumbsListItemLink/index.d.ts +14 -0
- package/BreadcrumbsListItemLink/index.js +24 -0
- package/BreadcrumbsListItemLink/index.js.map +7 -0
- package/BreadcrumbsListItemLink/package.json +6 -0
- package/ButtonGroup/index.js.map +1 -1
- package/ButtonLink/index.d.ts +5 -5
- package/ButtonLink/index.js.map +1 -1
- package/CallToAction/index.js +1 -1
- package/CallToAction/index.js.map +2 -2
- package/Card/index.js +12 -2
- package/Card/index.js.map +2 -2
- package/CardAction/index.js.map +1 -1
- package/CardContent/index.js.map +1 -1
- package/CardHeading/index.js.map +1 -1
- package/CheckboxConditional/index.js.map +1 -1
- package/CheckboxItem/index.js +4 -7
- package/CheckboxItem/index.js.map +2 -2
- package/CheckboxItemInput/index.d.ts +2 -0
- package/CheckboxItemInput/index.js +6 -0
- package/CheckboxItemInput/index.js.map +7 -0
- package/CheckboxItemInput/index.native/index.js +20 -0
- package/CheckboxItemInput/index.native/package.json +6 -0
- package/CheckboxItemInput/index.native.d.ts +4 -0
- package/CheckboxItemInput/index.native.js.map +7 -0
- package/CheckboxItemInput/index.web/index.js +26 -0
- package/CheckboxItemInput/index.web/package.json +6 -0
- package/CheckboxItemInput/index.web.d.ts +10 -0
- package/CheckboxItemInput/index.web.js.map +7 -0
- package/CheckboxItemInput/package.json +6 -0
- package/Chip/index.js +2 -1
- package/Chip/index.js.map +2 -2
- package/ChipKeyValue/index.js.map +1 -1
- package/ChoiceDividerText/index.js.map +1 -1
- package/CodeBlockContainer/index.d.ts +1 -1
- package/CodeBlockContainer/index.js.map +1 -1
- package/CodeBlockContent/index.d.ts +1 -1
- package/CodeBlockContent/index.js +2 -1
- package/CodeBlockContent/index.js.map +2 -2
- package/CodeBlockHeader/index.d.ts +1 -1
- package/CodeBlockHeader/index.js +1 -3
- package/CodeBlockHeader/index.js.map +2 -2
- package/CopyToClipboardContainer/index.d.ts +2 -31
- package/CopyToClipboardContainer/index.js +3 -40
- package/CopyToClipboardContainer/index.js.map +3 -3
- package/CopyToClipboardContainer/index.web/index.js +44 -0
- package/CopyToClipboardContainer/index.web/package.json +6 -0
- package/CopyToClipboardContainer/index.web.d.ts +31 -0
- package/CopyToClipboardContainer/index.web.js.map +7 -0
- package/CopyToClipboardMessage/index.d.ts +2 -18
- package/CopyToClipboardMessage/index.js +3 -21
- package/CopyToClipboardMessage/index.js.map +3 -3
- package/CopyToClipboardMessage/index.native/index.js +18 -0
- package/CopyToClipboardMessage/index.native/package.json +6 -0
- package/CopyToClipboardMessage/index.native.d.ts +6 -0
- package/CopyToClipboardMessage/index.native.js.map +7 -0
- package/CopyToClipboardMessage/index.web/index.js +24 -0
- package/CopyToClipboardMessage/index.web/package.json +6 -0
- package/CopyToClipboardMessage/index.web.d.ts +18 -0
- package/CopyToClipboardMessage/index.web.js.map +7 -0
- package/CopyrightContainer/index.js.map +1 -1
- package/DateInputItem/index.d.ts +2 -26
- package/DateInputItem/index.js +3 -41
- package/DateInputItem/index.js.map +3 -3
- package/DateInputItem/index.native/index.js +14 -0
- package/DateInputItem/index.native/package.json +6 -0
- package/DateInputItem/index.native.d.ts +4 -0
- package/DateInputItem/index.native.js.map +7 -0
- package/DateInputItem/index.web/index.js +42 -0
- package/DateInputItem/index.web/package.json +6 -0
- package/DateInputItem/index.web.d.ts +26 -0
- package/DateInputItem/index.web.js.map +7 -0
- package/Details/index.d.ts +2 -10
- package/Details/index.js +3 -22
- package/Details/index.js.map +3 -3
- package/Details/index.native/index.js +17 -0
- package/Details/index.native/package.json +6 -0
- package/Details/index.native.d.ts +4 -0
- package/Details/index.native.js.map +7 -0
- package/Details/index.web/index.js +25 -0
- package/Details/index.web/package.json +6 -0
- package/Details/index.web.d.ts +10 -0
- package/Details/index.web.js.map +7 -0
- package/DetailsContent/index.js.map +1 -1
- package/Drawer/index.d.ts +7 -5
- package/Drawer/index.js +25 -12
- package/Drawer/index.js.map +2 -2
- package/DrawerHeading/index.js +1 -9
- package/DrawerHeading/index.js.map +2 -2
- package/DropdownContent/index.js.map +2 -2
- package/ErrorMessage/index.js.map +1 -1
- package/Fieldset/index.js.map +1 -1
- package/FieldsetLegend/index.js +1 -4
- package/FieldsetLegend/index.js.map +2 -2
- package/FillableText/index.js.map +1 -1
- package/FilterContainer/index.d.ts +8 -6
- package/FilterContainer/index.js +24 -11
- package/FilterContainer/index.js.map +2 -2
- package/FilterContent/index.js.map +1 -1
- package/FilterHeadingContainer/index.d.ts +12 -0
- package/FilterHeadingContainer/index.js +12 -2
- package/FilterHeadingContainer/index.js.map +2 -2
- package/FilterSelectedHeading/index.js.map +1 -1
- package/FilterSelectedSection/index.js.map +1 -1
- package/Footer/index.js.map +1 -1
- package/FooterContent/index.js.map +1 -1
- package/FooterContentLogos/index.js.map +1 -1
- package/FooterImage/index.js.map +1 -1
- package/FooterInfo/index.js.map +1 -1
- package/FooterLink/index.js.map +1 -1
- package/FooterListItem/index.js.map +1 -1
- package/FooterNavigation/index.js.map +1 -1
- package/FooterNavigationSection/index.js.map +1 -1
- package/FullPageBackground/index.js.map +1 -1
- package/GovGRLogo/index.js.map +1 -1
- package/Grid/index.d.ts +2 -2
- package/Grid/index.js.map +1 -1
- package/HeaderContent/index.js.map +1 -1
- package/HeaderNavMenuContent/index.js.map +1 -1
- package/HeaderSection/index.js.map +1 -1
- package/HeaderTitle/index.js.map +1 -1
- package/Hidden/index.js +14 -1
- package/Hidden/index.js.map +2 -2
- package/Hint/index.d.ts +6 -6
- package/Hint/index.js.map +1 -1
- package/ImageLogo/index.js +1 -1
- package/ImageLogo/index.js.map +2 -2
- package/ImageLogoSet/index.d.ts +1 -1
- package/ImageLogoSet/index.js +2 -2
- package/ImageLogoSet/index.js.map +2 -2
- package/KitchenSinkAllComponents/index.js.map +1 -1
- package/KitchenSinkCard/index.js.map +1 -1
- package/KitchenSinkCategory/index.js.map +1 -1
- package/KitchenSinkContentInfo/index.js.map +1 -1
- package/KitchenSinkContentTags/index.js.map +1 -1
- package/KitchenSinkHeading/index.js.map +1 -1
- package/KitchenSinkLetterContent/index.js.map +1 -1
- package/LabelContainer/index.js.map +1 -1
- package/LabelTitle/index.js +2 -4
- package/LabelTitle/index.js.map +2 -2
- package/LinkBase/index.d.ts +8 -0
- package/LinkBase/index.js +2 -2
- package/LinkBase/index.js.map +2 -2
- package/ListItem/index.js.map +1 -1
- package/LoaderContainer/index.js.map +1 -1
- package/Main/index.js.map +1 -1
- package/MastheadBody/index.js.map +1 -1
- package/MastheadLogo/index.js.map +1 -1
- package/ModalAction/index.js.map +1 -1
- package/ModalContainer/index.js +4 -10
- package/ModalContainer/index.js.map +2 -2
- package/ModalContent/index.js.map +1 -1
- package/ModalHeading/index.js.map +1 -1
- package/NavListItemAction/index.js +1 -1
- package/NavListItemAction/index.js.map +2 -2
- package/NavListItemActionContainer/index.d.ts +2 -10
- package/NavListItemActionContainer/index.js +3 -20
- package/NavListItemActionContainer/index.js.map +3 -3
- package/NavListItemActionContainer/index.native/index.js +17 -0
- package/NavListItemActionContainer/index.native/package.json +6 -0
- package/NavListItemActionContainer/index.native.d.ts +7 -0
- package/NavListItemActionContainer/index.native.js.map +7 -0
- package/NavListItemActionContainer/index.web/index.js +23 -0
- package/NavListItemActionContainer/index.web/package.json +6 -0
- package/NavListItemActionContainer/index.web.d.ts +10 -0
- package/NavListItemActionContainer/index.web.js.map +7 -0
- package/NavListItemBadge/index.js +1 -1
- package/NavListItemBadge/index.js.map +2 -2
- package/NavMenuContent/index.js.map +2 -2
- package/NavMenuContentListBase/index.js.map +1 -1
- package/NavMenuContentListItem/index.js.map +1 -1
- package/NavMenuTitle/index.js.map +1 -1
- package/NotificationBannerContent/index.js.map +1 -1
- package/NotificationBannerHeader/index.js.map +1 -1
- package/NotificationBannerHeading/index.js.map +1 -1
- package/NotificationBannerLink/index.d.ts +2 -11
- package/NotificationBannerLink/index.js +3 -19
- package/NotificationBannerLink/index.js.map +3 -3
- package/NotificationBannerLink/index.native/index.js +16 -0
- package/NotificationBannerLink/index.native/package.json +6 -0
- package/NotificationBannerLink/index.native.d.ts +8 -0
- package/NotificationBannerLink/index.native.js.map +7 -0
- package/NotificationBannerLink/index.web/index.js +22 -0
- package/NotificationBannerLink/index.web/package.json +6 -0
- package/NotificationBannerLink/index.web.d.ts +11 -0
- package/NotificationBannerLink/index.web.js.map +7 -0
- package/PageTitleContainer/index.js.map +1 -1
- package/PaginationLabelContainer/index.js.map +1 -1
- package/PaginationList/index.js.map +1 -1
- package/PanelBody/index.js.map +1 -1
- package/PanelTitle/index.js.map +1 -1
- package/PhaseBanner/index.js +2 -1
- package/PhaseBanner/index.js.map +2 -2
- package/PhaseBannerHeaderContainer/index.js.map +1 -1
- package/PhaseBannerTag/index.d.ts +2 -2
- package/PhaseBannerTag/index.js +1 -1
- package/PhaseBannerTag/index.js.map +1 -1
- package/PhaseBannerText/index.js +1 -1
- package/PhaseBannerText/index.js.map +2 -2
- package/RadioConditional/index.js.map +1 -1
- package/RadioItem/index.js +2 -1
- package/RadioItem/index.js.map +2 -2
- package/ResultsActionBar/index.js.map +1 -1
- package/ResultsHeading/index.js.map +1 -1
- package/ResultsHeadingActions/index.js +2 -4
- package/ResultsHeadingActions/index.js.map +2 -2
- package/SearchButton/index.js.map +1 -1
- package/SearchContainer/index.js.map +1 -1
- package/SelectOption/index.js.map +1 -1
- package/SingleCharacterInputs/index.js.map +1 -1
- package/Skeleton/index.js +1 -1
- package/Skeleton/index.js.map +2 -2
- package/SkipLink/index.js.map +1 -1
- package/Stack/index.d.ts +9 -1
- package/Stack/index.js +6 -1
- package/Stack/index.js.map +2 -2
- package/StepNavAccordion/index.js.map +1 -1
- package/StepNavAccordionContent/index.js.map +1 -1
- package/StepNavAccordionHeadingTitle/index.js.map +1 -1
- package/StepNavAccordionSummary/index.js.map +1 -1
- package/StepNavControls/index.js.map +1 -1
- package/StepNavList/index.js.map +1 -1
- package/StepNavListItem/index.js.map +1 -1
- package/SummaryList/index.d.ts +1 -1
- package/SummaryList/index.js.map +2 -2
- package/SummaryListItemAction/index.js.map +1 -1
- package/SummaryListItemKey/index.d.ts +14 -0
- package/SummaryListItemKey/index.js +5 -2
- package/SummaryListItemKey/index.js.map +2 -2
- package/SummaryListItemValue/index.js.map +1 -1
- package/TableHead/index.js.map +1 -1
- package/TableLoaderBackground/index.js.map +1 -1
- package/TableNoDataRow/index.js.map +1 -1
- package/TableSortIconContainer/index.js.map +1 -1
- package/TabsHeading/index.js +1 -1
- package/TabsHeading/index.js.map +2 -2
- package/TabsList/index.js.map +1 -1
- package/TaskListItem/index.js.map +1 -1
- package/TaskListItemContent/index.js.map +1 -1
- package/TextArea/index.d.ts +2 -24
- package/TextArea/index.js +3 -27
- package/TextArea/index.js.map +3 -3
- package/TextArea/index.native/index.js +16 -0
- package/TextArea/index.native/package.json +6 -0
- package/TextArea/index.native.d.ts +4 -0
- package/TextArea/index.native.js.map +7 -0
- package/TextArea/index.web/index.js +29 -0
- package/TextArea/index.web/package.json +6 -0
- package/TextArea/index.web.d.ts +24 -0
- package/TextArea/index.web.js.map +7 -0
- package/TextInput/index.d.ts +2 -46
- package/TextInput/index.js +3 -40
- package/TextInput/index.js.map +3 -3
- package/TextInput/index.native/index.js +19 -0
- package/TextInput/index.native/package.json +6 -0
- package/TextInput/index.native.d.ts +4 -0
- package/TextInput/index.native.js.map +7 -0
- package/TextInput/index.web/index.js +43 -0
- package/TextInput/index.web/package.json +6 -0
- package/TextInput/index.web.d.ts +46 -0
- package/TextInput/index.web.js.map +7 -0
- package/TimelineActions/index.js.map +1 -1
- package/TimelineContent/index.js.map +1 -1
- package/TimelineItem/index.js.map +1 -1
- package/Top/index.js.map +1 -1
- package/Unpurge/index.js +2415 -1
- package/Unpurge/index.js.map +2 -2
- package/VisuallyHidden/index.js.map +1 -1
- package/WarningText/index.js +7 -12
- package/WarningText/index.js.map +2 -2
- package/WarningTextAssistive/index.d.ts +15 -0
- package/WarningTextAssistive/index.js +23 -0
- package/WarningTextAssistive/index.js.map +7 -0
- package/WarningTextAssistive/package.json +6 -0
- package/cjs/AccordionControls/index.js.map +1 -1
- package/cjs/AccordionSection/index.js.map +1 -1
- package/cjs/AccordionSectionContent/index.js.map +1 -1
- package/cjs/AccordionSectionSummary/index.js.map +1 -1
- package/cjs/AccordionSectionSummaryHeading/index.js.map +1 -1
- package/cjs/AdminAside/index.js.map +1 -1
- package/cjs/AdminContainer/index.js +1 -1
- package/cjs/AdminContainer/index.js.map +2 -2
- package/cjs/AdminHeader/index.js.map +1 -1
- package/cjs/AdminHeaderContent/index.js.map +2 -2
- package/cjs/AdminLayout/index.js.map +2 -2
- package/cjs/AdminMain/index.js.map +1 -1
- package/cjs/AutoCompleteAssistiveHint/index.js.map +1 -1
- package/cjs/AutoCompleteContainer/index.js.map +2 -2
- package/cjs/{AutoCompleteInput → AutoCompleteInputBase}/index.js +8 -8
- package/cjs/AutoCompleteInputBase/index.js.map +7 -0
- package/cjs/AutoCompleteInputTypeahead/index.js.map +1 -1
- package/cjs/AutoCompleteMultipleInputContainer/index.js +1 -1
- package/cjs/AutoCompleteMultipleInputContainer/index.js.map +2 -2
- package/cjs/AutoCompleteResultList/index.js.map +2 -2
- package/cjs/AutoCompleteStatus/index.js.map +1 -1
- package/cjs/BackLink/index.js +1 -3
- package/cjs/BackLink/index.js.map +2 -2
- package/cjs/BackToTopLink/index.js.map +1 -1
- package/cjs/BannerContainer/index.js.map +1 -1
- package/cjs/Base/compat/Input/CheckboxInput.native/index.js +66 -0
- package/cjs/Base/compat/Input/CheckboxInput.native.js.map +7 -0
- package/cjs/Base/compat/Input/RadioInput.native/index.js +65 -0
- package/cjs/Base/compat/Input/RadioInput.native.js.map +7 -0
- package/cjs/Base/compat/Input/StringInput.native/index.js +129 -0
- package/cjs/Base/compat/Input/StringInput.native.js.map +7 -0
- package/cjs/Base/compat/Input/index.native/index.js +55 -0
- package/cjs/Base/compat/Input/index.native.js.map +7 -0
- package/cjs/Base/compat/button.native/index.js +81 -0
- package/cjs/Base/compat/button.native.js.map +7 -0
- package/cjs/Base/compat/details.native/index.js +65 -0
- package/cjs/Base/compat/details.native.js.map +7 -0
- package/cjs/Base/compat/li.native/index.js +42 -0
- package/cjs/Base/compat/li.native.js.map +7 -0
- package/cjs/Base/compat/ol.native/index.js +66 -0
- package/cjs/Base/compat/ol.native.js.map +7 -0
- package/cjs/Base/index.js +5 -99
- package/cjs/Base/index.js.map +3 -3
- package/cjs/Base/index.native/index.js +198 -0
- package/cjs/Base/index.native.js.map +7 -0
- package/cjs/Base/index.web/index.js +137 -0
- package/cjs/Base/index.web.js.map +7 -0
- package/cjs/Base/mapping.native/index.js +67 -0
- package/cjs/Base/mapping.native.js.map +7 -0
- package/cjs/Base/utils/index.js +126 -0
- package/cjs/Base/utils.js.map +7 -0
- package/cjs/Base/wrap.native/index.js +100 -0
- package/cjs/Base/wrap.native.js.map +7 -0
- package/cjs/Bottom/index.js.map +1 -1
- package/cjs/BottomInfo/index.js.map +1 -1
- package/cjs/BottomInfoContainer/index.js.map +1 -1
- package/cjs/BottomInfoContent/index.js.map +1 -1
- package/cjs/Breadcrumbs/index.js.map +1 -1
- package/cjs/BreadcrumbsList/index.js.map +1 -1
- package/cjs/BreadcrumbsListItem/index.js +5 -15
- package/cjs/BreadcrumbsListItem/index.js.map +3 -3
- package/cjs/BreadcrumbsListItemLink/index.js +57 -0
- package/cjs/BreadcrumbsListItemLink/index.js.map +7 -0
- package/cjs/ButtonGroup/index.js.map +1 -1
- package/cjs/ButtonLink/index.js.map +1 -1
- package/cjs/CallToAction/index.js +1 -1
- package/cjs/CallToAction/index.js.map +2 -2
- package/cjs/Card/index.js +12 -2
- package/cjs/Card/index.js.map +2 -2
- package/cjs/CardAction/index.js.map +1 -1
- package/cjs/CardContent/index.js.map +1 -1
- package/cjs/CardHeading/index.js.map +1 -1
- package/cjs/CheckboxConditional/index.js.map +1 -1
- package/cjs/CheckboxItem/index.js +4 -7
- package/cjs/CheckboxItem/index.js.map +3 -3
- package/cjs/CheckboxItemInput/index.js +40 -0
- package/cjs/CheckboxItemInput/index.js.map +7 -0
- package/cjs/CheckboxItemInput/index.native/index.js +53 -0
- package/cjs/CheckboxItemInput/index.native.js.map +7 -0
- package/cjs/CheckboxItemInput/index.web/index.js +59 -0
- package/cjs/CheckboxItemInput/index.web.js.map +7 -0
- package/cjs/Chip/index.js +2 -1
- package/cjs/Chip/index.js.map +2 -2
- package/cjs/ChipKeyValue/index.js.map +1 -1
- package/cjs/ChoiceDividerText/index.js.map +1 -1
- package/cjs/CodeBlockContainer/index.js.map +1 -1
- package/cjs/CodeBlockContent/index.js +2 -1
- package/cjs/CodeBlockContent/index.js.map +2 -2
- package/cjs/CodeBlockHeader/index.js +1 -3
- package/cjs/CodeBlockHeader/index.js.map +2 -2
- package/cjs/CopyToClipboardContainer/index.js +5 -41
- package/cjs/CopyToClipboardContainer/index.js.map +3 -3
- package/cjs/CopyToClipboardContainer/index.web/index.js +77 -0
- package/cjs/CopyToClipboardContainer/index.web.js.map +7 -0
- package/cjs/CopyToClipboardMessage/index.js +5 -22
- package/cjs/CopyToClipboardMessage/index.js.map +3 -3
- package/cjs/CopyToClipboardMessage/index.native/index.js +51 -0
- package/cjs/CopyToClipboardMessage/index.native.js.map +7 -0
- package/cjs/CopyToClipboardMessage/index.web/index.js +57 -0
- package/cjs/CopyToClipboardMessage/index.web.js.map +7 -0
- package/cjs/CopyrightContainer/index.js.map +1 -1
- package/cjs/DateInputItem/index.js +5 -42
- package/cjs/DateInputItem/index.js.map +3 -3
- package/cjs/DateInputItem/index.native/index.js +47 -0
- package/cjs/DateInputItem/index.native.js.map +7 -0
- package/cjs/DateInputItem/index.web/index.js +75 -0
- package/cjs/DateInputItem/index.web.js.map +7 -0
- package/cjs/Details/index.js +5 -23
- package/cjs/Details/index.js.map +3 -3
- package/cjs/Details/index.native/index.js +50 -0
- package/cjs/Details/index.native.js.map +7 -0
- package/cjs/{SvgIcon → Details/index.web}/index.js +12 -17
- package/cjs/Details/index.web.js.map +7 -0
- package/cjs/DetailsContent/index.js.map +1 -1
- package/cjs/Drawer/index.js +25 -12
- package/cjs/Drawer/index.js.map +2 -2
- package/cjs/DrawerHeading/index.js +1 -9
- package/cjs/DrawerHeading/index.js.map +2 -2
- package/cjs/DropdownContent/index.js.map +2 -2
- package/cjs/ErrorMessage/index.js.map +1 -1
- package/cjs/Fieldset/index.js.map +1 -1
- package/cjs/FieldsetLegend/index.js +1 -4
- package/cjs/FieldsetLegend/index.js.map +2 -2
- package/cjs/FillableText/index.js.map +1 -1
- package/cjs/FilterContainer/index.js +24 -11
- package/cjs/FilterContainer/index.js.map +2 -2
- package/cjs/FilterContent/index.js.map +1 -1
- package/cjs/FilterHeadingContainer/index.js +12 -2
- package/cjs/FilterHeadingContainer/index.js.map +3 -3
- package/cjs/FilterSelectedHeading/index.js.map +1 -1
- package/cjs/FilterSelectedSection/index.js.map +1 -1
- package/cjs/Footer/index.js.map +1 -1
- package/cjs/FooterContent/index.js.map +1 -1
- package/cjs/FooterContentLogos/index.js.map +1 -1
- package/cjs/FooterImage/index.js.map +1 -1
- package/cjs/FooterInfo/index.js.map +1 -1
- package/cjs/FooterLink/index.js.map +1 -1
- package/cjs/FooterListItem/index.js.map +1 -1
- package/cjs/FooterNavigation/index.js.map +1 -1
- package/cjs/FooterNavigationSection/index.js.map +1 -1
- package/cjs/FullPageBackground/index.js.map +1 -1
- package/cjs/GovGRLogo/index.js.map +1 -1
- package/cjs/Grid/index.js.map +1 -1
- package/cjs/HeaderContent/index.js.map +1 -1
- package/cjs/HeaderNavMenuContent/index.js.map +1 -1
- package/cjs/HeaderSection/index.js.map +1 -1
- package/cjs/HeaderTitle/index.js.map +1 -1
- package/cjs/Hidden/index.js +14 -1
- package/cjs/Hidden/index.js.map +2 -2
- package/cjs/Hint/index.js.map +1 -1
- package/cjs/ImageLogo/index.js +1 -1
- package/cjs/ImageLogo/index.js.map +2 -2
- package/cjs/ImageLogoSet/index.js +2 -2
- package/cjs/ImageLogoSet/index.js.map +2 -2
- package/cjs/KitchenSinkAllComponents/index.js.map +1 -1
- package/cjs/KitchenSinkCard/index.js.map +1 -1
- package/cjs/KitchenSinkCategory/index.js.map +1 -1
- package/cjs/KitchenSinkContentInfo/index.js.map +1 -1
- package/cjs/KitchenSinkContentTags/index.js.map +1 -1
- package/cjs/KitchenSinkHeading/index.js.map +1 -1
- package/cjs/KitchenSinkLetterContent/index.js.map +1 -1
- package/cjs/LabelContainer/index.js.map +1 -1
- package/cjs/LabelTitle/index.js +2 -4
- package/cjs/LabelTitle/index.js.map +2 -2
- package/cjs/LinkBase/index.js +2 -2
- package/cjs/LinkBase/index.js.map +2 -2
- package/cjs/ListItem/index.js.map +1 -1
- package/cjs/LoaderContainer/index.js.map +1 -1
- package/cjs/Main/index.js.map +1 -1
- package/cjs/MastheadBody/index.js.map +1 -1
- package/cjs/MastheadLogo/index.js.map +1 -1
- package/cjs/ModalAction/index.js.map +1 -1
- package/cjs/ModalContainer/index.js +4 -10
- package/cjs/ModalContainer/index.js.map +2 -2
- package/cjs/ModalContent/index.js.map +1 -1
- package/cjs/ModalHeading/index.js.map +1 -1
- package/cjs/NavListItemAction/index.js +1 -1
- package/cjs/NavListItemAction/index.js.map +2 -2
- package/cjs/NavListItemActionContainer/index.js +5 -21
- package/cjs/NavListItemActionContainer/index.js.map +3 -3
- package/cjs/NavListItemActionContainer/index.native/index.js +50 -0
- package/cjs/NavListItemActionContainer/index.native.js.map +7 -0
- package/cjs/NavListItemActionContainer/index.web/index.js +56 -0
- package/cjs/NavListItemActionContainer/index.web.js.map +7 -0
- package/cjs/NavListItemBadge/index.js +1 -1
- package/cjs/NavListItemBadge/index.js.map +2 -2
- package/cjs/NavMenuContent/index.js +2 -2
- package/cjs/NavMenuContent/index.js.map +3 -3
- package/cjs/NavMenuContentListBase/index.js.map +1 -1
- package/cjs/NavMenuContentListItem/index.js.map +1 -1
- package/cjs/NavMenuTitle/index.js.map +1 -1
- package/cjs/NotificationBannerContent/index.js.map +1 -1
- package/cjs/NotificationBannerHeader/index.js.map +1 -1
- package/cjs/NotificationBannerHeading/index.js.map +1 -1
- package/cjs/NotificationBannerLink/index.js +5 -20
- package/cjs/NotificationBannerLink/index.js.map +3 -3
- package/cjs/NotificationBannerLink/index.native/index.js +49 -0
- package/cjs/NotificationBannerLink/index.native.js.map +7 -0
- package/cjs/NotificationBannerLink/index.web/index.js +55 -0
- package/cjs/NotificationBannerLink/index.web.js.map +7 -0
- package/cjs/PageTitleContainer/index.js.map +1 -1
- package/cjs/PaginationLabelContainer/index.js.map +1 -1
- package/cjs/PaginationList/index.js.map +1 -1
- package/cjs/PanelBody/index.js.map +1 -1
- package/cjs/PanelTitle/index.js.map +1 -1
- package/cjs/PhaseBanner/index.js +2 -1
- package/cjs/PhaseBanner/index.js.map +2 -2
- package/cjs/PhaseBannerHeaderContainer/index.js.map +1 -1
- package/cjs/PhaseBannerTag/index.js +1 -1
- package/cjs/PhaseBannerTag/index.js.map +1 -1
- package/cjs/PhaseBannerText/index.js +1 -1
- package/cjs/PhaseBannerText/index.js.map +2 -2
- package/cjs/RadioConditional/index.js.map +1 -1
- package/cjs/RadioItem/index.js +2 -1
- package/cjs/RadioItem/index.js.map +3 -3
- package/cjs/ResultsActionBar/index.js.map +1 -1
- package/cjs/ResultsHeading/index.js.map +1 -1
- package/cjs/ResultsHeadingActions/index.js +2 -4
- package/cjs/ResultsHeadingActions/index.js.map +3 -3
- package/cjs/SearchButton/index.js.map +1 -1
- package/cjs/SearchContainer/index.js.map +1 -1
- package/cjs/SelectOption/index.js.map +1 -1
- package/cjs/SingleCharacterInputs/index.js.map +1 -1
- package/cjs/Skeleton/index.js +1 -1
- package/cjs/Skeleton/index.js.map +2 -2
- package/cjs/SkipLink/index.js.map +1 -1
- package/cjs/Stack/index.js +6 -1
- package/cjs/Stack/index.js.map +2 -2
- package/cjs/StepNavAccordion/index.js.map +1 -1
- package/cjs/StepNavAccordionContent/index.js.map +1 -1
- package/cjs/StepNavAccordionHeadingTitle/index.js.map +1 -1
- package/cjs/StepNavAccordionSummary/index.js.map +1 -1
- package/cjs/StepNavControls/index.js.map +1 -1
- package/cjs/StepNavList/index.js.map +1 -1
- package/cjs/StepNavListItem/index.js.map +1 -1
- package/cjs/SummaryList/index.js.map +2 -2
- package/cjs/SummaryListItemAction/index.js.map +1 -1
- package/cjs/SummaryListItemKey/index.js +5 -2
- package/cjs/SummaryListItemKey/index.js.map +2 -2
- package/cjs/SummaryListItemValue/index.js.map +1 -1
- package/cjs/TableHead/index.js.map +1 -1
- package/cjs/TableLoaderBackground/index.js.map +1 -1
- package/cjs/TableNoDataRow/index.js.map +1 -1
- package/cjs/TableSortIconContainer/index.js.map +1 -1
- package/cjs/TabsHeading/index.js +1 -1
- package/cjs/TabsHeading/index.js.map +2 -2
- package/cjs/TabsList/index.js.map +1 -1
- package/cjs/TaskListItem/index.js.map +1 -1
- package/cjs/TaskListItemContent/index.js.map +1 -1
- package/cjs/TextArea/index.js +5 -28
- package/cjs/TextArea/index.js.map +3 -3
- package/cjs/TextArea/index.native/index.js +49 -0
- package/cjs/TextArea/index.native.js.map +7 -0
- package/cjs/TextArea/index.web/index.js +62 -0
- package/cjs/TextArea/index.web.js.map +7 -0
- package/cjs/TextInput/index.js +5 -41
- package/cjs/TextInput/index.js.map +3 -3
- package/cjs/TextInput/index.native/index.js +52 -0
- package/cjs/TextInput/index.native.js.map +7 -0
- package/cjs/TextInput/index.web/index.js +76 -0
- package/cjs/TextInput/index.web.js.map +7 -0
- package/cjs/TimelineActions/index.js.map +1 -1
- package/cjs/TimelineContent/index.js.map +1 -1
- package/cjs/TimelineItem/index.js.map +1 -1
- package/cjs/Top/index.js.map +1 -1
- package/cjs/Unpurge/index.js +2415 -1
- package/cjs/Unpurge/index.js.map +2 -2
- package/cjs/VisuallyHidden/index.js.map +1 -1
- package/cjs/WarningText/index.js +7 -12
- package/cjs/WarningText/index.js.map +2 -2
- package/cjs/WarningTextAssistive/index.js +56 -0
- package/cjs/WarningTextAssistive/index.js.map +7 -0
- package/cjs/index.js +7 -5
- package/cjs/index.js.map +2 -2
- package/cjs/lazy/index.js +1220 -242
- package/cjs/lazy.js.map +2 -2
- package/cjs/registry/index.js +592 -182
- package/cjs/registry.js.map +2 -2
- package/cjs/utils/extend.native/index.js +47 -0
- package/cjs/utils/extend.native.js.map +7 -0
- package/index.d.ts +3 -2
- package/index.js +4 -3
- package/index.js.map +2 -2
- package/lazy/index.js +1220 -242
- package/lazy.d.ts +219 -217
- package/lazy.js.map +2 -2
- package/package.json +21 -4
- package/registry/index.js +592 -182
- package/registry.d.ts +15 -2
- package/registry.js.map +2 -2
- package/src/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/src/AccordionControls/__snapshots__/index.test.tsx.snap +1 -1
- package/src/AccordionControls/index.tsx +1 -1
- package/src/AccordionSection/__snapshots__/index.test.tsx.snap +1 -1
- package/src/AccordionSection/index.test.tsx +3 -1
- package/src/AccordionSection/index.tsx +1 -1
- package/src/AccordionSectionContent/__snapshots__/index.test.tsx.snap +1 -1
- package/src/AccordionSectionContent/index.tsx +1 -1
- package/src/AccordionSectionSummary/__snapshots__/index.test.tsx.snap +1 -1
- package/src/AccordionSectionSummary/index.tsx +1 -1
- package/src/AccordionSectionSummaryHeading/__snapshots__/index.test.tsx.snap +1 -1
- package/src/AccordionSectionSummaryHeading/index.tsx +1 -1
- package/src/AdminAside/__snapshots__/index.test.tsx.snap +1 -1
- package/src/AdminAside/index.tsx +1 -1
- package/src/AdminContainer/__snapshots__/index.test.tsx.snap +3 -3
- package/src/AdminContainer/index.test.tsx +6 -2
- package/src/AdminContainer/index.tsx +1 -1
- package/src/AdminHeader/__snapshots__/index.test.tsx.snap +1 -1
- package/src/AdminHeader/index.test.tsx +3 -1
- package/src/AdminHeader/index.tsx +1 -1
- package/src/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/AdminHeaderContent/index.tsx +4 -2
- package/src/AdminLayout/__snapshots__/index.test.tsx.snap +2 -2
- package/src/AdminLayout/index.test.tsx +3 -1
- package/src/AdminLayout/index.tsx +1 -2
- package/src/AdminMain/__snapshots__/index.test.tsx.snap +1 -1
- package/src/AdminMain/index.tsx +1 -1
- package/src/AdminTopSection/__snapshots__/index.test.tsx.snap +1 -1
- package/src/AdminTopSection/index.test.tsx +3 -1
- package/src/Aside/__snapshots__/index.test.tsx.snap +2 -2
- package/src/AutoCompleteAssistiveHint/__snapshots__/index.test.tsx.snap +1 -1
- package/src/AutoCompleteAssistiveHint/index.test.tsx +2 -1
- package/src/AutoCompleteAssistiveHint/index.tsx +1 -1
- package/src/AutoCompleteContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/src/AutoCompleteContainer/index.tsx +4 -1
- package/src/{AutoCompleteInput → AutoCompleteInputBase}/__snapshots__/index.test.tsx.snap +3 -3
- package/src/{AutoCompleteInput → AutoCompleteInputBase}/index.test.tsx +4 -4
- package/src/{AutoCompleteInput → AutoCompleteInputBase}/index.tsx +6 -7
- package/src/AutoCompleteInputTypeahead/__snapshots__/index.test.tsx.snap +1 -1
- package/src/AutoCompleteInputTypeahead/index.tsx +1 -1
- package/src/AutoCompleteMultipleInputContainer/index.tsx +4 -4
- package/src/AutoCompleteResultList/__snapshots__/index.test.tsx.snap +2 -2
- package/src/AutoCompleteResultList/index.test.tsx +2 -1
- package/src/AutoCompleteResultList/index.tsx +1 -4
- package/src/AutoCompleteResultListItem/__snapshots__/index.test.tsx.snap +3 -3
- package/src/AutoCompleteResultListItem/index.test.tsx +2 -1
- package/src/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +1 -1
- package/src/AutoCompleteStatus/index.tsx +1 -1
- package/src/AutoCompleteStatusContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/src/AutoCompleteStatusContainer/index.test.tsx +2 -1
- package/src/BackLink/__snapshots__/index.test.tsx.snap +9 -3
- package/src/BackLink/index.test.tsx +3 -1
- package/src/BackLink/index.tsx +2 -4
- package/src/BackToTopLink/index.tsx +1 -1
- package/src/BannerContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/src/BannerContainer/index.test.tsx +3 -1
- package/src/BannerContainer/index.tsx +1 -1
- package/src/Base/compat/Input/CheckboxInput.native.tsx +40 -0
- package/src/Base/compat/Input/RadioInput.native.tsx +39 -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 +68 -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 +2 -2
- package/src/Blockquote/index.test.tsx +3 -1
- package/src/Bottom/__snapshots__/index.test.tsx.snap +1 -1
- package/src/Bottom/index.tsx +1 -1
- package/src/BottomInfo/__snapshots__/index.test.tsx.snap +2 -2
- package/src/BottomInfo/index.tsx +1 -1
- package/src/BottomInfoContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/src/BottomInfoContainer/index.tsx +1 -1
- package/src/BottomInfoContent/__snapshots__/index.test.tsx.snap +1 -1
- package/src/BottomInfoContent/index.test.tsx +3 -1
- package/src/BottomInfoContent/index.tsx +1 -1
- package/src/Breadcrumbs/__snapshots__/index.test.tsx.snap +1 -1
- package/src/Breadcrumbs/index.test.tsx +3 -1
- package/src/Breadcrumbs/index.tsx +1 -1
- package/src/BreadcrumbsList/__snapshots__/index.test.tsx.snap +1 -1
- package/src/BreadcrumbsList/index.test.tsx +3 -1
- package/src/BreadcrumbsList/index.tsx +1 -1
- package/src/BreadcrumbsListItem/__snapshots__/index.test.tsx.snap +2 -23
- package/src/BreadcrumbsListItem/index.test.tsx +0 -5
- package/src/BreadcrumbsListItem/index.tsx +6 -20
- package/src/BreadcrumbsListItemLink/__snapshots__/index.test.tsx.snap +26 -0
- package/src/BreadcrumbsListItemLink/index.test.tsx +16 -0
- package/src/BreadcrumbsListItemLink/index.tsx +33 -0
- package/src/Button/__snapshots__/index.test.tsx.snap +13 -13
- package/src/Button/index.test.tsx +23 -8
- package/src/ButtonGroup/__snapshots__/index.test.tsx.snap +1 -1
- package/src/ButtonGroup/index.test.tsx +3 -1
- package/src/ButtonGroup/index.tsx +1 -1
- package/src/ButtonLink/__snapshots__/index.test.tsx.snap +12 -12
- package/src/ButtonLink/index.test.tsx +8 -3
- package/src/ButtonLink/index.tsx +5 -5
- package/src/CallToAction/__snapshots__/index.test.tsx.snap +6 -3
- package/src/CallToAction/index.test.tsx +3 -1
- package/src/CallToAction/index.tsx +2 -2
- package/src/Card/__snapshots__/index.test.tsx.snap +13 -13
- package/src/Card/index.test.tsx +9 -3
- package/src/Card/index.tsx +13 -3
- package/src/CardAction/__snapshots__/index.test.tsx.snap +1 -1
- package/src/CardAction/index.tsx +1 -1
- package/src/CardContent/__snapshots__/index.test.tsx.snap +1 -1
- package/src/CardContent/index.test.tsx +3 -1
- package/src/CardContent/index.tsx +1 -1
- package/src/CardHeading/__snapshots__/index.test.tsx.snap +1 -1
- package/src/CardHeading/index.test.tsx +3 -1
- package/src/CardHeading/index.tsx +1 -1
- package/src/Checkbox/__snapshots__/index.test.tsx.snap +3 -3
- package/src/CheckboxConditional/__snapshots__/index.test.tsx.snap +1 -1
- package/src/CheckboxConditional/index.tsx +1 -1
- package/src/CheckboxItem/__snapshots__/index.test.tsx.snap +4 -4
- package/src/CheckboxItem/index.test.tsx +6 -2
- package/src/CheckboxItem/index.tsx +5 -8
- package/src/CheckboxItemInput/index.native.tsx +17 -0
- package/src/CheckboxItemInput/index.tsx +2 -0
- package/src/CheckboxItemInput/index.web.tsx +33 -0
- package/src/Chip/__snapshots__/index.test.tsx.snap +1 -1
- package/src/Chip/index.tsx +3 -2
- package/src/ChipContainer/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/ChipContainer/index.spec.tsx +3 -1
- package/src/ChipHeading/__snapshots__/index.test.tsx.snap +1 -1
- package/src/ChipHeading/index.test.tsx +3 -1
- package/src/ChipKeyValue/__snapshots__/index.test.tsx.snap +1 -1
- package/src/ChipKeyValue/index.test.tsx +3 -1
- package/src/ChipKeyValue/index.tsx +1 -1
- package/src/ChoiceDividerText/__snapshots__/index.test.tsx.snap +1 -1
- package/src/ChoiceDividerText/index.test.tsx +3 -1
- package/src/ChoiceDividerText/index.tsx +1 -1
- package/src/CircularProgress/__snapshots__/index.test.tsx.snap +7 -7
- package/src/CircularProgress/index.test.tsx +3 -1
- package/src/CloseButton/__snapshots__/index.test.tsx.snap +9 -3
- package/src/CloseButton/index.test.tsx +3 -1
- package/src/Code/__snapshots__/index.test.tsx.snap +4 -4
- package/src/Code/index.test.tsx +7 -3
- package/src/CodeBlockContainer/__snapshots__/index.test.tsx.snap +3 -9
- package/src/CodeBlockContainer/index.tsx +2 -2
- package/src/CodeBlockContent/__snapshots__/index.test.tsx.snap +17 -0
- package/src/CodeBlockContent/index.tsx +5 -4
- package/src/CodeBlockHeader/__snapshots__/index.test.tsx.snap +13 -0
- package/src/CodeBlockHeader/index.tsx +2 -4
- package/src/Container/__snapshots__/index.test.tsx.snap +4 -4
- package/src/Container/index.test.tsx +3 -1
- package/src/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +4 -4
- package/src/CopyToClipboardContainer/index.spec.tsx +2 -1
- package/src/CopyToClipboardContainer/index.tsx +2 -74
- package/src/CopyToClipboardContainer/index.web.tsx +75 -0
- package/src/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +4 -4
- package/src/CopyToClipboardMessage/index.native.tsx +21 -0
- package/src/CopyToClipboardMessage/index.test.tsx +6 -3
- package/src/CopyToClipboardMessage/index.tsx +2 -41
- package/src/CopyToClipboardMessage/index.web.tsx +41 -0
- package/src/CopyrightContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/src/CopyrightContainer/index.tsx +1 -1
- package/src/DateInputContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/src/DateInputItem/__snapshots__/index.test.tsx.snap +4 -4
- package/src/DateInputItem/index.native.tsx +9 -0
- package/src/DateInputItem/index.test.tsx +3 -1
- package/src/DateInputItem/index.tsx +2 -64
- package/src/DateInputItem/index.web.tsx +62 -0
- package/src/Details/__snapshots__/index.test.tsx.snap +1 -1
- package/src/Details/index.native.tsx +14 -0
- package/src/Details/index.tsx +2 -27
- package/src/Details/index.web.tsx +27 -0
- package/src/DetailsContent/__snapshots__/index.test.tsx.snap +1 -1
- package/src/DetailsContent/index.test.tsx +3 -1
- package/src/DetailsContent/index.tsx +1 -1
- package/src/DetailsSummary/__snapshots__/index.test.tsx.snap +1 -1
- package/src/DetailsSummary/index.test.tsx +3 -1
- package/src/Drawer/__snapshots__/index.test.tsx.snap +38 -31
- package/src/Drawer/index.tsx +29 -16
- package/src/DrawerHeading/__snapshots__/index.test.tsx.snap +6 -3
- package/src/DrawerHeading/index.tsx +1 -5
- package/src/DropdownBase/__snapshots__/index.test.tsx.snap +7 -7
- package/src/DropdownBase/index.test.tsx +6 -2
- package/src/DropdownButton/__snapshots__/index.test.tsx.snap +53 -35
- package/src/DropdownButton/index.test.tsx +8 -4
- package/src/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/src/DropdownContent/index.test.tsx +3 -1
- package/src/DropdownContent/index.tsx +1 -1
- package/src/ErrorMessage/__snapshots__/index.test.tsx.snap +1 -1
- package/src/ErrorMessage/index.test.tsx +3 -1
- package/src/ErrorMessage/index.tsx +1 -1
- package/src/ErrorSummary/__snapshots__/index.test.tsx.snap +3 -3
- package/src/ErrorSummary/index.test.tsx +6 -2
- package/src/FieldContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/src/FieldContainer/index.test.tsx +3 -1
- package/src/Fieldset/__snapshots__/index.test.tsx.snap +1 -1
- package/src/Fieldset/index.tsx +1 -1
- package/src/FieldsetLegend/__snapshots__/index.test.tsx.snap +11 -11
- package/src/FieldsetLegend/index.test.tsx +3 -1
- package/src/FieldsetLegend/index.tsx +1 -4
- package/src/FileUpload/__snapshots__/index.test.tsx.snap +3 -3
- package/src/FileUpload/index.test.tsx +3 -1
- package/src/FileUploadContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FileUploadContainer/index.test.tsx +3 -1
- package/src/FillableText/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FillableText/index.test.tsx +3 -1
- package/src/FillableText/index.tsx +1 -1
- package/src/FilterContainer/__snapshots__/index.test.tsx.snap +71 -3
- package/src/FilterContainer/index.test.tsx +28 -1
- package/src/FilterContainer/index.tsx +30 -16
- package/src/FilterContent/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FilterContent/index.test.tsx +3 -1
- package/src/FilterContent/index.tsx +1 -1
- package/src/FilterHeadingContainer/__snapshots__/index.test.tsx.snap +13 -1
- package/src/FilterHeadingContainer/index.test.tsx +10 -0
- package/src/FilterHeadingContainer/index.tsx +29 -2
- package/src/FilterOptionsSection/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/FilterSelectedHeading/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/FilterSelectedHeading/index.tsx +1 -1
- package/src/FilterSelectedSection/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FilterSelectedSection/index.tsx +1 -1
- package/src/Footer/__snapshots__/index.test.tsx.snap +1 -1
- package/src/Footer/index.tsx +1 -1
- package/src/FooterContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FooterContainer/index.test.tsx +3 -1
- package/src/FooterContent/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FooterContent/index.test.tsx +3 -1
- package/src/FooterContent/index.tsx +1 -1
- package/src/FooterContentLogos/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FooterContentLogos/index.tsx +1 -1
- package/src/FooterHeading/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FooterHeading/index.test.tsx +3 -1
- package/src/FooterImage/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FooterImage/index.tsx +1 -1
- package/src/FooterInfo/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FooterInfo/index.tsx +1 -1
- package/src/FooterInfoSection/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FooterInfoSection/index.test.tsx +5 -2
- package/src/FooterLink/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FooterLink/index.test.tsx +3 -1
- package/src/FooterLink/index.tsx +1 -1
- package/src/FooterList/__snapshots__/index.test.tsx.snap +2 -2
- package/src/FooterList/index.test.tsx +3 -1
- package/src/FooterListItem/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FooterListItem/index.test.tsx +3 -1
- package/src/FooterListItem/index.tsx +1 -1
- package/src/FooterNavigation/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FooterNavigation/index.test.tsx +3 -1
- package/src/FooterNavigation/index.tsx +1 -1
- package/src/FooterNavigationSection/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FooterNavigationSection/index.tsx +1 -1
- package/src/Form/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FullPageBackground/__snapshots__/index.test.tsx.snap +1 -1
- package/src/FullPageBackground/index.tsx +1 -1
- package/src/GovGRLogo/__snapshots__/index.test.tsx.snap +1 -1
- package/src/GovGRLogo/index.tsx +1 -1
- package/src/Grid/__snapshots__/index.test.tsx.snap +1 -1
- package/src/Grid/index.tsx +2 -2
- package/src/Header/__snapshots__/index.test.tsx.snap +1 -1
- package/src/HeaderContent/__snapshots__/index.test.tsx.snap +1 -1
- package/src/HeaderContent/index.test.tsx +3 -1
- package/src/HeaderContent/index.tsx +1 -1
- package/src/HeaderLogo/__snapshots__/index.test.tsx.snap +1 -1
- package/src/HeaderNavMenuContent/__snapshots__/index.test.tsx.snap +1 -1
- package/src/HeaderNavMenuContent/index.tsx +1 -1
- package/src/HeaderSecondaryLogo/__snapshots__/index.test.tsx.snap +1 -1
- package/src/HeaderSection/__snapshots__/index.test.tsx.snap +1 -1
- package/src/HeaderSection/index.test.tsx +3 -1
- package/src/HeaderSection/index.tsx +1 -1
- package/src/HeaderTitle/__snapshots__/index.test.tsx.snap +1 -1
- package/src/HeaderTitle/index.test.tsx +5 -2
- package/src/HeaderTitle/index.tsx +1 -1
- package/src/Heading/__snapshots__/index.test.tsx.snap +1 -1
- package/src/Heading/index.test.tsx +15 -5
- package/src/HeadingCaption/__snapshots__/index.test.tsx.snap +1 -1
- package/src/HeadingCaption/index.test.tsx +3 -1
- package/src/HellenicRepublicLogo/__snapshots__/index.test.tsx.snap +1 -1
- package/src/Hidden/__snapshots__/index.test.tsx.snap +1 -1
- package/src/Hidden/index.tsx +14 -1
- package/src/Hint/__snapshots__/index.test.tsx.snap +1 -1
- package/src/Hint/index.test.tsx +9 -3
- package/src/Hint/index.tsx +6 -6
- package/src/ImageLogo/__snapshots__/index.test.tsx.snap +3 -3
- package/src/ImageLogo/index.test.tsx +3 -1
- package/src/ImageLogo/index.tsx +1 -4
- package/src/ImageLogoSet/__snapshots__/index.test.tsx.snap +6 -6
- package/src/ImageLogoSet/index.test.tsx +2 -1
- 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 +1 -1
- package/src/LabelContainer/index.test.tsx +3 -1
- package/src/LabelContainer/index.tsx +1 -1
- package/src/LabelTitle/__snapshots__/index.test.tsx.snap +11 -11
- package/src/LabelTitle/index.test.tsx +15 -5
- package/src/LabelTitle/index.tsx +2 -4
- package/src/LabeledText/__snapshots__/index.test.tsx.snap +2 -2
- package/src/LabeledText/index.test.tsx +3 -1
- package/src/Layout/__snapshots__/index.test.tsx.snap +2 -2
- package/src/LinkBase/__snapshots__/index.test.tsx.snap +2 -2
- package/src/LinkBase/index.test.tsx +6 -2
- package/src/LinkBase/index.tsx +13 -2
- package/src/List/__snapshots__/index.test.tsx.snap +22 -22
- package/src/List/index.test.tsx +8 -4
- package/src/ListItem/__snapshots__/index.test.tsx.snap +1 -1
- package/src/ListItem/index.tsx +1 -1
- package/src/LoaderContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/src/LoaderContainer/index.tsx +1 -1
- package/src/Main/__snapshots__/index.test.tsx.snap +1 -1
- package/src/Main/index.tsx +1 -1
- package/src/Masthead/__snapshots__/index.test.tsx.snap +2 -2
- package/src/MastheadBody/__snapshots__/index.test.tsx.snap +1 -1
- package/src/MastheadBody/index.test.tsx +3 -1
- package/src/MastheadBody/index.tsx +1 -1
- package/src/MastheadLogo/__snapshots__/index.test.tsx.snap +1 -1
- package/src/MastheadLogo/index.tsx +1 -1
- package/src/ModalAction/__snapshots__/index.test.tsx.snap +1 -1
- package/src/ModalAction/index.test.tsx +3 -1
- package/src/ModalAction/index.tsx +1 -1
- package/src/ModalContainer/__snapshots__/index.test.tsx.snap +4 -4
- package/src/ModalContainer/index.test.tsx +3 -1
- package/src/ModalContainer/index.tsx +15 -13
- package/src/ModalContent/__snapshots__/index.test.tsx.snap +1 -1
- package/src/ModalContent/index.test.tsx +3 -1
- package/src/ModalContent/index.tsx +1 -1
- package/src/ModalHeading/__snapshots__/index.test.tsx.snap +1 -1
- package/src/ModalHeading/index.test.tsx +3 -1
- package/src/ModalHeading/index.tsx +1 -1
- package/src/Nav/__snapshots__/index.test.tsx.snap +8 -8
- package/src/Nav/index.test.tsx +6 -2
- package/src/NavList/__snapshots__/index.test.tsx.snap +3 -3
- package/src/NavListItemAction/__snapshots__/index.test.tsx.snap +1 -1
- package/src/NavListItemAction/index.test.tsx +2 -1
- package/src/NavListItemAction/index.tsx +2 -4
- package/src/NavListItemActionContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/src/NavListItemActionContainer/index.native.tsx +18 -0
- package/src/NavListItemActionContainer/index.test.tsx +2 -1
- package/src/NavListItemActionContainer/index.tsx +2 -28
- package/src/NavListItemActionContainer/index.web.tsx +28 -0
- package/src/NavListItemBadge/__snapshots__/index.test.tsx.snap +1 -1
- package/src/NavListItemBadge/index.tsx +1 -1
- package/src/NavListItemButton/__snapshots__/index.test.tsx.snap +13 -4
- package/src/NavListItemButton/index.test.tsx +7 -3
- package/src/NavListItemLink/__snapshots__/index.test.tsx.snap +2 -2
- package/src/NavListItemLink/index.test.tsx +3 -1
- package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +8 -8
- package/src/NavMenuContainer/index.test.tsx +7 -3
- package/src/NavMenuContent/__snapshots__/index.test.tsx.snap +1 -1
- package/src/NavMenuContent/index.tsx +2 -3
- package/src/NavMenuContentListBase/__snapshots__/index.test.tsx.snap +1 -1
- package/src/NavMenuContentListBase/index.tsx +1 -1
- package/src/NavMenuContentListItem/__snapshots__/index.test.tsx.snap +1 -1
- package/src/NavMenuContentListItem/index.tsx +1 -1
- package/src/NavMenuTitle/__snapshots__/index.test.tsx.snap +1 -1
- package/src/NavMenuTitle/index.test.tsx +3 -1
- package/src/NavMenuTitle/index.tsx +1 -1
- package/src/NormalText/__snapshots__/index.test.tsx.snap +20 -32
- package/src/NormalText/index.test.tsx +33 -21
- package/src/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +4 -4
- package/src/NotificationBannerContainer/index.test.tsx +2 -1
- package/src/NotificationBannerContent/__snapshots__/index.test.tsx.snap +1 -1
- package/src/NotificationBannerContent/index.test.tsx +2 -1
- package/src/NotificationBannerContent/index.tsx +1 -1
- package/src/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +2 -2
- package/src/NotificationBannerHeader/index.test.tsx +2 -1
- package/src/NotificationBannerHeader/index.tsx +1 -1
- package/src/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +1 -1
- package/src/NotificationBannerHeading/index.test.tsx +2 -1
- package/src/NotificationBannerHeading/index.tsx +1 -1
- package/src/NotificationBannerLink/__snapshots__/index.test.tsx.snap +1 -1
- package/src/NotificationBannerLink/index.native.tsx +22 -0
- package/src/NotificationBannerLink/index.tsx +2 -28
- package/src/NotificationBannerLink/index.web.tsx +28 -0
- package/src/PageTitleCaption/__snapshots__/index.test.tsx.snap +1 -1
- package/src/PageTitleCaption/index.test.tsx +3 -1
- package/src/PageTitleContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/src/PageTitleContainer/index.tsx +1 -1
- package/src/PageTitleHeading/__snapshots__/index.test.tsx.snap +1 -1
- package/src/PageTitleHeading/index.test.tsx +3 -1
- package/src/Pagination/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/Pagination/index.spec.tsx +3 -1
- package/src/PaginationLabelContainer/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/PaginationLabelContainer/index.spec.tsx +2 -1
- package/src/PaginationLabelContainer/index.tsx +1 -1
- package/src/PaginationList/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/PaginationList/index.spec.tsx +3 -1
- package/src/PaginationList/index.tsx +1 -1
- package/src/PaginationListItem/__snapshots__/index.spec.tsx.snap +4 -4
- package/src/PaginationListItem/index.spec.tsx +4 -2
- package/src/Panel/__snapshots__/index.test.tsx.snap +2 -2
- package/src/PanelBody/__snapshots__/index.test.tsx.snap +1 -1
- package/src/PanelBody/index.tsx +1 -1
- package/src/PanelTitle/__snapshots__/index.test.tsx.snap +1 -1
- package/src/PanelTitle/index.tsx +1 -1
- package/src/Paragraph/__snapshots__/index.test.tsx.snap +21 -33
- package/src/Paragraph/index.test.tsx +33 -17
- package/src/PhaseBanner/__snapshots__/index.test.tsx.snap +2 -2
- package/src/PhaseBanner/index.test.tsx +6 -2
- package/src/PhaseBanner/index.tsx +3 -2
- package/src/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +1 -1
- package/src/PhaseBannerHeaderContainer/inde.test.tsx +2 -1
- package/src/PhaseBannerHeaderContainer/index.tsx +1 -1
- package/src/PhaseBannerTag/__snapshots__/index.test.tsx.snap +3 -3
- package/src/PhaseBannerTag/index.test.tsx +3 -1
- package/src/PhaseBannerTag/index.tsx +3 -3
- package/src/PhaseBannerText/__snapshots__/index.test.tsx.snap +2 -2
- package/src/PhaseBannerText/index.test.tsx +3 -1
- package/src/PhaseBannerText/index.tsx +2 -2
- package/src/RadioConditional/__snapshots__/index.test.tsx.snap +1 -1
- package/src/RadioConditional/index.test.tsx +3 -1
- package/src/RadioConditional/index.tsx +1 -1
- package/src/RadioContainer/__snapshots__/index.test.tsx.snap +3 -3
- package/src/RadioContainer/index.test.tsx +8 -3
- package/src/RadioItem/__snapshots__/index.test.tsx.snap +4 -4
- package/src/RadioItem/index.test.tsx +6 -2
- package/src/RadioItem/index.tsx +3 -2
- package/src/ResultsActionBar/__snapshots__/indext.test.tsx.snap +1 -1
- package/src/ResultsActionBar/index.tsx +1 -1
- package/src/ResultsActionBar/indext.test.tsx +3 -1
- package/src/ResultsHeading/__snapshots__/index.test.tsx.snap +1 -1
- package/src/ResultsHeading/index.test.tsx +3 -1
- package/src/ResultsHeading/index.tsx +1 -1
- package/src/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +1 -6
- package/src/ResultsHeadingActions/index.tsx +2 -7
- package/src/SearchButton/__snapshots__/index.test.tsx.snap +5 -2
- package/src/SearchButton/index.tsx +1 -1
- package/src/SearchContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/src/SearchContainer/index.test.tsx +3 -1
- package/src/SearchContainer/index.tsx +1 -1
- package/src/Section/__snapshots__/index.test.tsx.snap +1 -1
- package/src/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
- package/src/SectionBreak/index.test.tsx +3 -1
- package/src/SelectContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/src/SelectContainer/index.test.tsx +5 -2
- package/src/SelectOption/__snapshots__/index.test.tsx.snap +1 -1
- package/src/SelectOption/index.test.tsx +3 -1
- package/src/SelectOption/index.tsx +1 -1
- package/src/SingleCharacterInput/__snapshots__/index.test.tsx.snap +3 -18
- package/src/SingleCharacterInput/index.test.tsx +3 -7
- package/src/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +1 -1
- package/src/SingleCharacterInputs/index.tsx +1 -1
- package/src/Skeleton/__snapshots__/index.test.tsx.snap +12 -12
- package/src/Skeleton/index.test.tsx +36 -9
- package/src/Skeleton/index.tsx +1 -1
- package/src/SkipLink/__snapshots__/index.test.tsx.snap +1 -1
- package/src/SkipLink/index.tsx +1 -1
- package/src/Stack/__snapshots__/index.test.tsx.snap +31 -31
- package/src/Stack/index.test.tsx +54 -18
- package/src/Stack/index.tsx +32 -13
- package/src/StepNav/__snapshots__/index.test.tsx.snap +2 -2
- package/src/StepNavAccordion/__snapshots__/index.test.tsx.snap +1 -1
- package/src/StepNavAccordion/index.test.tsx +3 -1
- package/src/StepNavAccordion/index.tsx +2 -2
- package/src/StepNavAccordionContent/__snapshots__/index.test.tsx.snap +1 -1
- package/src/StepNavAccordionContent/index.tsx +1 -1
- package/src/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +1 -1
- package/src/StepNavAccordionHeadingText/index.test.tsx +2 -1
- package/src/StepNavAccordionHeadingTitle/__snapshots__/index.test.tsx.snap +1 -1
- package/src/StepNavAccordionHeadingTitle/index.test.tsx +2 -1
- package/src/StepNavAccordionHeadingTitle/index.tsx +1 -1
- package/src/StepNavAccordionSummary/__snapshots__/index.test.tsx.snap +1 -1
- package/src/StepNavAccordionSummary/index.tsx +1 -1
- package/src/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +5 -5
- package/src/StepNavCircleNumber/__snapshots__/index.test.tsx.snap +2 -2
- package/src/StepNavCircleNumber/index.test.tsx +2 -1
- package/src/StepNavControls/__snapshots__/index.test.tsx.snap +1 -1
- package/src/StepNavControls/index.test.tsx +3 -1
- package/src/StepNavControls/index.tsx +1 -1
- package/src/StepNavList/__snapshots__/index.test.tsx.snap +1 -1
- package/src/StepNavList/index.test.tsx +3 -1
- package/src/StepNavList/index.tsx +1 -1
- package/src/StepNavListItem/__snapshots__/index.test.tsx.snap +1 -1
- package/src/StepNavListItem/index.test.tsx +3 -1
- package/src/StepNavListItem/index.tsx +1 -1
- package/src/SummaryList/__snapshots__/index.test.tsx.snap +1 -1
- package/src/SummaryList/index.test.tsx +3 -1
- package/src/SummaryList/index.tsx +7 -5
- package/src/SummaryListItem/__snapshots__/index.test.tsx.snap +1 -1
- package/src/SummaryListItem/index.test.tsx +3 -1
- package/src/SummaryListItemAction/__snapshots__/index.test.tsx.snap +1 -1
- package/src/SummaryListItemAction/index.tsx +1 -1
- package/src/SummaryListItemKey/__snapshots__/index.test.tsx.snap +2 -2
- package/src/SummaryListItemKey/index.tsx +24 -2
- package/src/SummaryListItemValue/__snapshots__/index.test.tsx.snap +1 -1
- package/src/SummaryListItemValue/index.tsx +1 -1
- package/src/Table/__snapshots__/index.test.tsx.snap +22 -12
- package/src/Table/index.test.tsx +37 -6
- package/src/TableBody/__snapshots__/index.test.tsx.snap +7 -5
- package/src/TableBody/index.test.tsx +8 -1
- package/src/TableCaption/__snapshots__/index.test.tsx.snap +41 -21
- package/src/TableCaption/index.test.tsx +28 -5
- package/src/TableContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/src/TableContainer/index.test.tsx +3 -1
- package/src/TableDataCell/__snapshots__/index.test.tsx.snap +33 -9
- package/src/TableDataCell/index.test.tsx +23 -2
- package/src/TableHead/__snapshots__/index.test.tsx.snap +17 -5
- package/src/TableHead/index.test.tsx +14 -1
- package/src/TableHead/index.tsx +1 -1
- package/src/TableHeadCell/__snapshots__/index.test.tsx.snap +213 -45
- package/src/TableHeadCell/index.test.tsx +131 -14
- package/src/TableLoaderBackground/__snapshots__/index.test.tsx.snap +1 -1
- package/src/TableLoaderBackground/index.tsx +1 -1
- package/src/TableNoDataRow/__snapshots__/index.test.tsx.snap +15 -9
- package/src/TableNoDataRow/index.test.tsx +11 -1
- package/src/TableNoDataRow/index.tsx +1 -1
- package/src/TableRow/__snapshots__/index.test.tsx.snap +31 -13
- package/src/TableRow/index.test.tsx +29 -3
- package/src/TableSortIconContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/src/TableSortIconContainer/index.tsx +1 -1
- package/src/Tabs/__snapshots__/index.test.tsx.snap +2 -2
- package/src/TabsHeading/__snapshots__/index.test.tsx.snap +1 -1
- package/src/TabsHeading/index.test.tsx +9 -3
- package/src/TabsHeading/index.tsx +1 -1
- package/src/TabsList/__snapshots__/index.test.tsx.snap +1 -1
- package/src/TabsList/index.tsx +1 -1
- package/src/TabsListItemBase/__snapshots__/index.test.tsx.snap +10 -10
- package/src/TabsListItemBase/index.test.tsx +4 -2
- package/src/TabsPanelBase/__snapshots__/index.test.tsx.snap +3 -3
- package/src/TabsPanelBase/index.test.tsx +6 -2
- package/src/TaskList/__snapshots__/index.test.tsx.snap +2 -2
- package/src/TaskList/index.test.tsx +3 -1
- package/src/TaskListItem/__snapshots__/index.test.tsx.snap +1 -1
- package/src/TaskListItem/index.test.tsx +3 -1
- package/src/TaskListItem/index.tsx +1 -1
- package/src/TaskListItemContent/__snapshots__/index.test.tsx.snap +1 -1
- package/src/TaskListItemContent/index.tsx +1 -1
- package/src/TaskListItemHeading/__snapshots__/index.test.tsx.snap +4 -4
- package/src/TaskListItemHeading/index.test.tsx +4 -2
- package/src/TaskListItemTag/__snapshots__/index.test.tsx.snap +4 -4
- package/src/TaskListItemTag/index.test.tsx +5 -2
- package/src/TextArea/__snapshots__/index.test.tsx.snap +15 -2
- package/src/TextArea/index.native.tsx +11 -0
- package/src/TextArea/index.test.tsx +27 -7
- package/src/TextArea/index.tsx +2 -50
- package/src/TextArea/index.web.tsx +45 -0
- package/src/TextInput/__snapshots__/index.test.tsx.snap +43 -43
- package/src/TextInput/index.native.tsx +15 -0
- package/src/TextInput/index.test.tsx +58 -23
- package/src/TextInput/index.tsx +2 -87
- package/src/TextInput/index.web.tsx +87 -0
- package/src/Timeline/__snapshots__/index.test.tsx.snap +2 -2
- package/src/Timeline/index.test.tsx +3 -1
- package/src/TimelineActions/__snapshots__/index.test.tsx.snap +1 -1
- package/src/TimelineActions/index.test.tsx +3 -1
- package/src/TimelineActions/index.tsx +1 -1
- package/src/TimelineContent/__snapshots__/index.test.tsx.snap +1 -1
- package/src/TimelineContent/index.test.tsx +3 -1
- package/src/TimelineContent/index.tsx +1 -1
- package/src/TimelineHeading/__snapshots__/index.test.tsx.snap +3 -3
- package/src/TimelineHeading/index.test.tsx +3 -1
- package/src/TimelineItem/__snapshots__/index.test.tsx.snap +1 -1
- package/src/TimelineItem/index.test.tsx +3 -1
- package/src/TimelineItem/index.tsx +1 -1
- package/src/Top/__snapshots__/index.test.tsx.snap +1 -1
- package/src/Top/index.tsx +1 -1
- package/src/Typography/__snapshots__/index.test.tsx.snap +1 -1
- package/src/Unpurge/index.tsx +2415 -1
- package/src/VisuallyHidden/__snapshots__/index.test.tsx.snap +1 -1
- package/src/VisuallyHidden/index.test.tsx +3 -1
- package/src/VisuallyHidden/index.tsx +1 -1
- package/src/WarningText/__snapshots__/index.test.tsx.snap +11 -11
- package/src/WarningText/index.test.tsx +6 -2
- package/src/WarningText/index.tsx +10 -13
- package/src/WarningTextAssistive/index.tsx +37 -0
- package/src/index.ts +3 -2
- package/src/lazy.js +1222 -245
- package/src/registry.js +595 -189
- package/src/utils/extend.native.tsx +36 -0
- package/utils/extend.native/index.js +14 -0
- package/utils/extend.native/package.json +6 -0
- package/utils/extend.native.d.ts +23 -0
- package/utils/extend.native.js.map +7 -0
- package/AutoCompleteInput/index.d.ts +0 -17
- package/AutoCompleteInput/index.js.map +0 -7
- package/SvgIcon/index.d.ts +0 -37
- package/SvgIcon/index.js +0 -30
- package/SvgIcon/index.js.map +0 -7
- package/cjs/AutoCompleteInput/index.js.map +0 -7
- package/cjs/SvgIcon/index.js.map +0 -7
- package/src/SvgIcon/__snapshots__/index.test.tsx.snap +0 -254
- package/src/SvgIcon/index.test.tsx +0 -68
- package/src/SvgIcon/index.tsx +0 -72
- /package/{AutoCompleteInput → AutoCompleteInputBase}/index.test.d.ts +0 -0
- /package/{SvgIcon → BreadcrumbsListItemLink}/index.test.d.ts +0 -0
package/cjs/lazy/index.js
CHANGED
|
@@ -32,247 +32,1225 @@ __export(lazy_exports, {
|
|
|
32
32
|
module.exports = __toCommonJS(lazy_exports);
|
|
33
33
|
var import_react = require("react");
|
|
34
34
|
var lazy_default = {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
35
|
+
Accordion: (0, import_react.lazy)(
|
|
36
|
+
() => import("@digigov/react-core/Accordion").then((module2) => ({
|
|
37
|
+
default: module2["Accordion"]
|
|
38
|
+
}))
|
|
39
|
+
),
|
|
40
|
+
AccordionControls: (0, import_react.lazy)(
|
|
41
|
+
() => import("@digigov/react-core/AccordionControls").then((module2) => ({
|
|
42
|
+
default: module2["AccordionControls"]
|
|
43
|
+
}))
|
|
44
|
+
),
|
|
45
|
+
AccordionSection: (0, import_react.lazy)(
|
|
46
|
+
() => import("@digigov/react-core/AccordionSection").then((module2) => ({
|
|
47
|
+
default: module2["AccordionSection"]
|
|
48
|
+
}))
|
|
49
|
+
),
|
|
50
|
+
AccordionSectionContent: (0, import_react.lazy)(
|
|
51
|
+
() => import("@digigov/react-core/AccordionSectionContent").then((module2) => ({
|
|
52
|
+
default: module2["AccordionSectionContent"]
|
|
53
|
+
}))
|
|
54
|
+
),
|
|
55
|
+
AccordionSectionSummary: (0, import_react.lazy)(
|
|
56
|
+
() => import("@digigov/react-core/AccordionSectionSummary").then((module2) => ({
|
|
57
|
+
default: module2["AccordionSectionSummary"]
|
|
58
|
+
}))
|
|
59
|
+
),
|
|
60
|
+
AccordionSectionSummaryHeading: (0, import_react.lazy)(
|
|
61
|
+
() => import("@digigov/react-core/AccordionSectionSummaryHeading").then(
|
|
62
|
+
(module2) => ({ default: module2["AccordionSectionSummaryHeading"] })
|
|
63
|
+
)
|
|
64
|
+
),
|
|
65
|
+
AdminAside: (0, import_react.lazy)(
|
|
66
|
+
() => import("@digigov/react-core/AdminAside").then((module2) => ({
|
|
67
|
+
default: module2["AdminAside"]
|
|
68
|
+
}))
|
|
69
|
+
),
|
|
70
|
+
AdminContainer: (0, import_react.lazy)(
|
|
71
|
+
() => import("@digigov/react-core/AdminContainer").then((module2) => ({
|
|
72
|
+
default: module2["AdminContainer"]
|
|
73
|
+
}))
|
|
74
|
+
),
|
|
75
|
+
AdminHeader: (0, import_react.lazy)(
|
|
76
|
+
() => import("@digigov/react-core/AdminHeader").then((module2) => ({
|
|
77
|
+
default: module2["AdminHeader"]
|
|
78
|
+
}))
|
|
79
|
+
),
|
|
80
|
+
AdminHeaderContent: (0, import_react.lazy)(
|
|
81
|
+
() => import("@digigov/react-core/AdminHeaderContent").then((module2) => ({
|
|
82
|
+
default: module2["AdminHeaderContent"]
|
|
83
|
+
}))
|
|
84
|
+
),
|
|
85
|
+
AdminLayout: (0, import_react.lazy)(
|
|
86
|
+
() => import("@digigov/react-core/AdminLayout").then((module2) => ({
|
|
87
|
+
default: module2["AdminLayout"]
|
|
88
|
+
}))
|
|
89
|
+
),
|
|
90
|
+
AdminMain: (0, import_react.lazy)(
|
|
91
|
+
() => import("@digigov/react-core/AdminMain").then((module2) => ({
|
|
92
|
+
default: module2["AdminMain"]
|
|
93
|
+
}))
|
|
94
|
+
),
|
|
95
|
+
AdminTopSection: (0, import_react.lazy)(
|
|
96
|
+
() => import("@digigov/react-core/AdminTopSection").then((module2) => ({
|
|
97
|
+
default: module2["AdminTopSection"]
|
|
98
|
+
}))
|
|
99
|
+
),
|
|
100
|
+
Aside: (0, import_react.lazy)(
|
|
101
|
+
() => import("@digigov/react-core/Aside").then((module2) => ({
|
|
102
|
+
default: module2["Aside"]
|
|
103
|
+
}))
|
|
104
|
+
),
|
|
105
|
+
AutoCompleteAssistiveHint: (0, import_react.lazy)(
|
|
106
|
+
() => import("@digigov/react-core/AutoCompleteAssistiveHint").then((module2) => ({
|
|
107
|
+
default: module2["AutoCompleteAssistiveHint"]
|
|
108
|
+
}))
|
|
109
|
+
),
|
|
110
|
+
AutoCompleteContainer: (0, import_react.lazy)(
|
|
111
|
+
() => import("@digigov/react-core/AutoCompleteContainer").then((module2) => ({
|
|
112
|
+
default: module2["AutoCompleteContainer"]
|
|
113
|
+
}))
|
|
114
|
+
),
|
|
115
|
+
AutoCompleteInputBase: (0, import_react.lazy)(
|
|
116
|
+
() => import("@digigov/react-core/AutoCompleteInputBase").then((module2) => ({
|
|
117
|
+
default: module2["AutoCompleteInputBase"]
|
|
118
|
+
}))
|
|
119
|
+
),
|
|
120
|
+
AutoCompleteInputTypeahead: (0, import_react.lazy)(
|
|
121
|
+
() => import("@digigov/react-core/AutoCompleteInputTypeahead").then((module2) => ({
|
|
122
|
+
default: module2["AutoCompleteInputTypeahead"]
|
|
123
|
+
}))
|
|
124
|
+
),
|
|
125
|
+
AutoCompleteMultipleInput: (0, import_react.lazy)(
|
|
126
|
+
() => import("@digigov/react-core/AutoCompleteMultipleInput").then((module2) => ({
|
|
127
|
+
default: module2["AutoCompleteMultipleInput"]
|
|
128
|
+
}))
|
|
129
|
+
),
|
|
130
|
+
AutoCompleteMultipleInputContainer: (0, import_react.lazy)(
|
|
131
|
+
() => import("@digigov/react-core/AutoCompleteMultipleInputContainer").then(
|
|
132
|
+
(module2) => ({ default: module2["AutoCompleteMultipleInputContainer"] })
|
|
133
|
+
)
|
|
134
|
+
),
|
|
135
|
+
AutoCompleteResultList: (0, import_react.lazy)(
|
|
136
|
+
() => import("@digigov/react-core/AutoCompleteResultList").then((module2) => ({
|
|
137
|
+
default: module2["AutoCompleteResultList"]
|
|
138
|
+
}))
|
|
139
|
+
),
|
|
140
|
+
AutoCompleteResultListItem: (0, import_react.lazy)(
|
|
141
|
+
() => import("@digigov/react-core/AutoCompleteResultListItem").then((module2) => ({
|
|
142
|
+
default: module2["AutoCompleteResultListItem"]
|
|
143
|
+
}))
|
|
144
|
+
),
|
|
145
|
+
AutoCompleteStatus: (0, import_react.lazy)(
|
|
146
|
+
() => import("@digigov/react-core/AutoCompleteStatus").then((module2) => ({
|
|
147
|
+
default: module2["AutoCompleteStatus"]
|
|
148
|
+
}))
|
|
149
|
+
),
|
|
150
|
+
AutoCompleteStatusContainer: (0, import_react.lazy)(
|
|
151
|
+
() => import("@digigov/react-core/AutoCompleteStatusContainer").then(
|
|
152
|
+
(module2) => ({ default: module2["AutoCompleteStatusContainer"] })
|
|
153
|
+
)
|
|
154
|
+
),
|
|
155
|
+
BackLink: (0, import_react.lazy)(
|
|
156
|
+
() => import("@digigov/react-core/BackLink").then((module2) => ({
|
|
157
|
+
default: module2["BackLink"]
|
|
158
|
+
}))
|
|
159
|
+
),
|
|
160
|
+
BackToTopContainer: (0, import_react.lazy)(
|
|
161
|
+
() => import("@digigov/react-core/BackToTopContainer").then((module2) => ({
|
|
162
|
+
default: module2["BackToTopContainer"]
|
|
163
|
+
}))
|
|
164
|
+
),
|
|
165
|
+
BackToTopLimit: (0, import_react.lazy)(
|
|
166
|
+
() => import("@digigov/react-core/BackToTopLimit").then((module2) => ({
|
|
167
|
+
default: module2["BackToTopLimit"]
|
|
168
|
+
}))
|
|
169
|
+
),
|
|
170
|
+
BackToTopLink: (0, import_react.lazy)(
|
|
171
|
+
() => import("@digigov/react-core/BackToTopLink").then((module2) => ({
|
|
172
|
+
default: module2["BackToTopLink"]
|
|
173
|
+
}))
|
|
174
|
+
),
|
|
175
|
+
BannerContainer: (0, import_react.lazy)(
|
|
176
|
+
() => import("@digigov/react-core/BannerContainer").then((module2) => ({
|
|
177
|
+
default: module2["BannerContainer"]
|
|
178
|
+
}))
|
|
179
|
+
),
|
|
180
|
+
Base: (0, import_react.lazy)(
|
|
181
|
+
() => import("@digigov/react-core/Base/index.web").then((module2) => ({
|
|
182
|
+
default: module2["Base"]
|
|
183
|
+
}))
|
|
184
|
+
),
|
|
185
|
+
Blockquote: (0, import_react.lazy)(
|
|
186
|
+
() => import("@digigov/react-core/Blockquote").then((module2) => ({
|
|
187
|
+
default: module2["Blockquote"]
|
|
188
|
+
}))
|
|
189
|
+
),
|
|
190
|
+
Bottom: (0, import_react.lazy)(
|
|
191
|
+
() => import("@digigov/react-core/Bottom").then((module2) => ({
|
|
192
|
+
default: module2["Bottom"]
|
|
193
|
+
}))
|
|
194
|
+
),
|
|
195
|
+
BottomInfo: (0, import_react.lazy)(
|
|
196
|
+
() => import("@digigov/react-core/BottomInfo").then((module2) => ({
|
|
197
|
+
default: module2["BottomInfo"]
|
|
198
|
+
}))
|
|
199
|
+
),
|
|
200
|
+
BottomInfoContainer: (0, import_react.lazy)(
|
|
201
|
+
() => import("@digigov/react-core/BottomInfoContainer").then((module2) => ({
|
|
202
|
+
default: module2["BottomInfoContainer"]
|
|
203
|
+
}))
|
|
204
|
+
),
|
|
205
|
+
BottomInfoContent: (0, import_react.lazy)(
|
|
206
|
+
() => import("@digigov/react-core/BottomInfoContent").then((module2) => ({
|
|
207
|
+
default: module2["BottomInfoContent"]
|
|
208
|
+
}))
|
|
209
|
+
),
|
|
210
|
+
Breadcrumbs: (0, import_react.lazy)(
|
|
211
|
+
() => import("@digigov/react-core/Breadcrumbs").then((module2) => ({
|
|
212
|
+
default: module2["Breadcrumbs"]
|
|
213
|
+
}))
|
|
214
|
+
),
|
|
215
|
+
BreadcrumbsList: (0, import_react.lazy)(
|
|
216
|
+
() => import("@digigov/react-core/BreadcrumbsList").then((module2) => ({
|
|
217
|
+
default: module2["BreadcrumbsList"]
|
|
218
|
+
}))
|
|
219
|
+
),
|
|
220
|
+
BreadcrumbsListItemBase: (0, import_react.lazy)(
|
|
221
|
+
() => import("@digigov/react-core/BreadcrumbsListItem").then((module2) => ({
|
|
222
|
+
default: module2["BreadcrumbsListItemBase"]
|
|
223
|
+
}))
|
|
224
|
+
),
|
|
225
|
+
BreadcrumbsListItemLink: (0, import_react.lazy)(
|
|
226
|
+
() => import("@digigov/react-core/BreadcrumbsListItemLink").then((module2) => ({
|
|
227
|
+
default: module2["BreadcrumbsListItemLink"]
|
|
228
|
+
}))
|
|
229
|
+
),
|
|
230
|
+
Button: (0, import_react.lazy)(
|
|
231
|
+
() => import("@digigov/react-core/Button").then((module2) => ({
|
|
232
|
+
default: module2["Button"]
|
|
233
|
+
}))
|
|
234
|
+
),
|
|
235
|
+
ButtonGroup: (0, import_react.lazy)(
|
|
236
|
+
() => import("@digigov/react-core/ButtonGroup").then((module2) => ({
|
|
237
|
+
default: module2["ButtonGroup"]
|
|
238
|
+
}))
|
|
239
|
+
),
|
|
240
|
+
ButtonLink: (0, import_react.lazy)(
|
|
241
|
+
() => import("@digigov/react-core/ButtonLink").then((module2) => ({
|
|
242
|
+
default: module2["ButtonLink"]
|
|
243
|
+
}))
|
|
244
|
+
),
|
|
245
|
+
CallToAction: (0, import_react.lazy)(
|
|
246
|
+
() => import("@digigov/react-core/CallToAction").then((module2) => ({
|
|
247
|
+
default: module2["CallToAction"]
|
|
248
|
+
}))
|
|
249
|
+
),
|
|
250
|
+
Card: (0, import_react.lazy)(
|
|
251
|
+
() => import("@digigov/react-core/Card").then((module2) => ({
|
|
252
|
+
default: module2["Card"]
|
|
253
|
+
}))
|
|
254
|
+
),
|
|
255
|
+
CardAction: (0, import_react.lazy)(
|
|
256
|
+
() => import("@digigov/react-core/CardAction").then((module2) => ({
|
|
257
|
+
default: module2["CardAction"]
|
|
258
|
+
}))
|
|
259
|
+
),
|
|
260
|
+
CardContent: (0, import_react.lazy)(
|
|
261
|
+
() => import("@digigov/react-core/CardContent").then((module2) => ({
|
|
262
|
+
default: module2["CardContent"]
|
|
263
|
+
}))
|
|
264
|
+
),
|
|
265
|
+
CardHeading: (0, import_react.lazy)(
|
|
266
|
+
() => import("@digigov/react-core/CardHeading").then((module2) => ({
|
|
267
|
+
default: module2["CardHeading"]
|
|
268
|
+
}))
|
|
269
|
+
),
|
|
270
|
+
Checkbox: (0, import_react.lazy)(
|
|
271
|
+
() => import("@digigov/react-core/Checkbox").then((module2) => ({
|
|
272
|
+
default: module2["Checkbox"]
|
|
273
|
+
}))
|
|
274
|
+
),
|
|
275
|
+
CheckboxConditional: (0, import_react.lazy)(
|
|
276
|
+
() => import("@digigov/react-core/CheckboxConditional").then((module2) => ({
|
|
277
|
+
default: module2["CheckboxConditional"]
|
|
278
|
+
}))
|
|
279
|
+
),
|
|
280
|
+
CheckboxItem: (0, import_react.lazy)(
|
|
281
|
+
() => import("@digigov/react-core/CheckboxItem").then((module2) => ({
|
|
282
|
+
default: module2["CheckboxItem"]
|
|
283
|
+
}))
|
|
284
|
+
),
|
|
285
|
+
CheckboxItemInput: (0, import_react.lazy)(
|
|
286
|
+
() => import("@digigov/react-core/CheckboxItemInput/index.web").then(
|
|
287
|
+
(module2) => ({ default: module2["CheckboxItemInput"] })
|
|
288
|
+
)
|
|
289
|
+
),
|
|
290
|
+
Chip: (0, import_react.lazy)(
|
|
291
|
+
() => import("@digigov/react-core/Chip").then((module2) => ({
|
|
292
|
+
default: module2["Chip"]
|
|
293
|
+
}))
|
|
294
|
+
),
|
|
295
|
+
ChipContainer: (0, import_react.lazy)(
|
|
296
|
+
() => import("@digigov/react-core/ChipContainer").then((module2) => ({
|
|
297
|
+
default: module2["ChipContainer"]
|
|
298
|
+
}))
|
|
299
|
+
),
|
|
300
|
+
ChipHeading: (0, import_react.lazy)(
|
|
301
|
+
() => import("@digigov/react-core/ChipHeading").then((module2) => ({
|
|
302
|
+
default: module2["ChipHeading"]
|
|
303
|
+
}))
|
|
304
|
+
),
|
|
305
|
+
ChipKeyValue: (0, import_react.lazy)(
|
|
306
|
+
() => import("@digigov/react-core/ChipKeyValue").then((module2) => ({
|
|
307
|
+
default: module2["ChipKeyValue"]
|
|
308
|
+
}))
|
|
309
|
+
),
|
|
310
|
+
ChoiceDividerText: (0, import_react.lazy)(
|
|
311
|
+
() => import("@digigov/react-core/ChoiceDividerText").then((module2) => ({
|
|
312
|
+
default: module2["ChoiceDividerText"]
|
|
313
|
+
}))
|
|
314
|
+
),
|
|
315
|
+
CircularProgress: (0, import_react.lazy)(
|
|
316
|
+
() => import("@digigov/react-core/CircularProgress").then((module2) => ({
|
|
317
|
+
default: module2["CircularProgress"]
|
|
318
|
+
}))
|
|
319
|
+
),
|
|
320
|
+
CloseButton: (0, import_react.lazy)(
|
|
321
|
+
() => import("@digigov/react-core/CloseButton").then((module2) => ({
|
|
322
|
+
default: module2["CloseButton"]
|
|
323
|
+
}))
|
|
324
|
+
),
|
|
325
|
+
Code: (0, import_react.lazy)(
|
|
326
|
+
() => import("@digigov/react-core/Code").then((module2) => ({
|
|
327
|
+
default: module2["Code"]
|
|
328
|
+
}))
|
|
329
|
+
),
|
|
330
|
+
CodeBlockContainer: (0, import_react.lazy)(
|
|
331
|
+
() => import("@digigov/react-core/CodeBlockContainer").then((module2) => ({
|
|
332
|
+
default: module2["CodeBlockContainer"]
|
|
333
|
+
}))
|
|
334
|
+
),
|
|
335
|
+
CodeBlockContent: (0, import_react.lazy)(
|
|
336
|
+
() => import("@digigov/react-core/CodeBlockContent").then((module2) => ({
|
|
337
|
+
default: module2["CodeBlockContent"]
|
|
338
|
+
}))
|
|
339
|
+
),
|
|
340
|
+
CodeBlockHeader: (0, import_react.lazy)(
|
|
341
|
+
() => import("@digigov/react-core/CodeBlockHeader").then((module2) => ({
|
|
342
|
+
default: module2["CodeBlockHeader"]
|
|
343
|
+
}))
|
|
344
|
+
),
|
|
345
|
+
Container: (0, import_react.lazy)(
|
|
346
|
+
() => import("@digigov/react-core/Container").then((module2) => ({
|
|
347
|
+
default: module2["Container"]
|
|
348
|
+
}))
|
|
349
|
+
),
|
|
350
|
+
CopyrightContainer: (0, import_react.lazy)(
|
|
351
|
+
() => import("@digigov/react-core/CopyrightContainer").then((module2) => ({
|
|
352
|
+
default: module2["CopyrightContainer"]
|
|
353
|
+
}))
|
|
354
|
+
),
|
|
355
|
+
CopyToClipboardContainer: (0, import_react.lazy)(
|
|
356
|
+
() => import("@digigov/react-core/CopyToClipboardContainer/index.web").then(
|
|
357
|
+
(module2) => ({ default: module2["CopyToClipboardContainer"] })
|
|
358
|
+
)
|
|
359
|
+
),
|
|
360
|
+
CopyToClipboardMessage: (0, import_react.lazy)(
|
|
361
|
+
() => import("@digigov/react-core/CopyToClipboardMessage/index.web").then(
|
|
362
|
+
(module2) => ({ default: module2["CopyToClipboardMessage"] })
|
|
363
|
+
)
|
|
364
|
+
),
|
|
365
|
+
DateInputContainer: (0, import_react.lazy)(
|
|
366
|
+
() => import("@digigov/react-core/DateInputContainer").then((module2) => ({
|
|
367
|
+
default: module2["DateInputContainer"]
|
|
368
|
+
}))
|
|
369
|
+
),
|
|
370
|
+
DateInputItem: (0, import_react.lazy)(
|
|
371
|
+
() => import("@digigov/react-core/DateInputItem/index.web").then((module2) => ({
|
|
372
|
+
default: module2["DateInputItem"]
|
|
373
|
+
}))
|
|
374
|
+
),
|
|
375
|
+
Details: (0, import_react.lazy)(
|
|
376
|
+
() => import("@digigov/react-core/Details/index.web").then((module2) => ({
|
|
377
|
+
default: module2["Details"]
|
|
378
|
+
}))
|
|
379
|
+
),
|
|
380
|
+
DetailsContent: (0, import_react.lazy)(
|
|
381
|
+
() => import("@digigov/react-core/DetailsContent").then((module2) => ({
|
|
382
|
+
default: module2["DetailsContent"]
|
|
383
|
+
}))
|
|
384
|
+
),
|
|
385
|
+
DetailsSummary: (0, import_react.lazy)(
|
|
386
|
+
() => import("@digigov/react-core/DetailsSummary").then((module2) => ({
|
|
387
|
+
default: module2["DetailsSummary"]
|
|
388
|
+
}))
|
|
389
|
+
),
|
|
390
|
+
Drawer: (0, import_react.lazy)(
|
|
391
|
+
() => import("@digigov/react-core/Drawer").then((module2) => ({
|
|
392
|
+
default: module2["Drawer"]
|
|
393
|
+
}))
|
|
394
|
+
),
|
|
395
|
+
DrawerHeading: (0, import_react.lazy)(
|
|
396
|
+
() => import("@digigov/react-core/DrawerHeading").then((module2) => ({
|
|
397
|
+
default: module2["DrawerHeading"]
|
|
398
|
+
}))
|
|
399
|
+
),
|
|
400
|
+
DropdownBase: (0, import_react.lazy)(
|
|
401
|
+
() => import("@digigov/react-core/DropdownBase").then((module2) => ({
|
|
402
|
+
default: module2["DropdownBase"]
|
|
403
|
+
}))
|
|
404
|
+
),
|
|
405
|
+
DropdownButton: (0, import_react.lazy)(
|
|
406
|
+
() => import("@digigov/react-core/DropdownButton").then((module2) => ({
|
|
407
|
+
default: module2["DropdownButton"]
|
|
408
|
+
}))
|
|
409
|
+
),
|
|
410
|
+
DropdownContent: (0, import_react.lazy)(
|
|
411
|
+
() => import("@digigov/react-core/DropdownContent").then((module2) => ({
|
|
412
|
+
default: module2["DropdownContent"]
|
|
413
|
+
}))
|
|
414
|
+
),
|
|
415
|
+
ErrorMessage: (0, import_react.lazy)(
|
|
416
|
+
() => import("@digigov/react-core/ErrorMessage").then((module2) => ({
|
|
417
|
+
default: module2["ErrorMessage"]
|
|
418
|
+
}))
|
|
419
|
+
),
|
|
420
|
+
ErrorSummary: (0, import_react.lazy)(
|
|
421
|
+
() => import("@digigov/react-core/ErrorSummary").then((module2) => ({
|
|
422
|
+
default: module2["ErrorSummary"]
|
|
423
|
+
}))
|
|
424
|
+
),
|
|
425
|
+
FieldContainer: (0, import_react.lazy)(
|
|
426
|
+
() => import("@digigov/react-core/FieldContainer").then((module2) => ({
|
|
427
|
+
default: module2["FieldContainer"]
|
|
428
|
+
}))
|
|
429
|
+
),
|
|
430
|
+
Fieldset: (0, import_react.lazy)(
|
|
431
|
+
() => import("@digigov/react-core/Fieldset").then((module2) => ({
|
|
432
|
+
default: module2["Fieldset"]
|
|
433
|
+
}))
|
|
434
|
+
),
|
|
435
|
+
FieldsetLegend: (0, import_react.lazy)(
|
|
436
|
+
() => import("@digigov/react-core/FieldsetLegend").then((module2) => ({
|
|
437
|
+
default: module2["FieldsetLegend"]
|
|
438
|
+
}))
|
|
439
|
+
),
|
|
440
|
+
FileUpload: (0, import_react.lazy)(
|
|
441
|
+
() => import("@digigov/react-core/FileUpload").then((module2) => ({
|
|
442
|
+
default: module2["FileUpload"]
|
|
443
|
+
}))
|
|
444
|
+
),
|
|
445
|
+
FileUploadContainer: (0, import_react.lazy)(
|
|
446
|
+
() => import("@digigov/react-core/FileUploadContainer").then((module2) => ({
|
|
447
|
+
default: module2["FileUploadContainer"]
|
|
448
|
+
}))
|
|
449
|
+
),
|
|
450
|
+
FillableText: (0, import_react.lazy)(
|
|
451
|
+
() => import("@digigov/react-core/FillableText").then((module2) => ({
|
|
452
|
+
default: module2["FillableText"]
|
|
453
|
+
}))
|
|
454
|
+
),
|
|
455
|
+
FilterContainer: (0, import_react.lazy)(
|
|
456
|
+
() => import("@digigov/react-core/FilterContainer").then((module2) => ({
|
|
457
|
+
default: module2["FilterContainer"]
|
|
458
|
+
}))
|
|
459
|
+
),
|
|
460
|
+
FilterContent: (0, import_react.lazy)(
|
|
461
|
+
() => import("@digigov/react-core/FilterContent").then((module2) => ({
|
|
462
|
+
default: module2["FilterContent"]
|
|
463
|
+
}))
|
|
464
|
+
),
|
|
465
|
+
FilterHeadingContainer: (0, import_react.lazy)(
|
|
466
|
+
() => import("@digigov/react-core/FilterHeadingContainer").then((module2) => ({
|
|
467
|
+
default: module2["FilterHeadingContainer"]
|
|
468
|
+
}))
|
|
469
|
+
),
|
|
470
|
+
FilterOptionsSection: (0, import_react.lazy)(
|
|
471
|
+
() => import("@digigov/react-core/FilterOptionsSection").then((module2) => ({
|
|
472
|
+
default: module2["FilterOptionsSection"]
|
|
473
|
+
}))
|
|
474
|
+
),
|
|
475
|
+
FilterSelectedHeading: (0, import_react.lazy)(
|
|
476
|
+
() => import("@digigov/react-core/FilterSelectedHeading").then((module2) => ({
|
|
477
|
+
default: module2["FilterSelectedHeading"]
|
|
478
|
+
}))
|
|
479
|
+
),
|
|
480
|
+
FilterSelectedSection: (0, import_react.lazy)(
|
|
481
|
+
() => import("@digigov/react-core/FilterSelectedSection").then((module2) => ({
|
|
482
|
+
default: module2["FilterSelectedSection"]
|
|
483
|
+
}))
|
|
484
|
+
),
|
|
485
|
+
Footer: (0, import_react.lazy)(
|
|
486
|
+
() => import("@digigov/react-core/Footer").then((module2) => ({
|
|
487
|
+
default: module2["Footer"]
|
|
488
|
+
}))
|
|
489
|
+
),
|
|
490
|
+
FooterContainer: (0, import_react.lazy)(
|
|
491
|
+
() => import("@digigov/react-core/FooterContainer").then((module2) => ({
|
|
492
|
+
default: module2["FooterContainer"]
|
|
493
|
+
}))
|
|
494
|
+
),
|
|
495
|
+
FooterContent: (0, import_react.lazy)(
|
|
496
|
+
() => import("@digigov/react-core/FooterContent").then((module2) => ({
|
|
497
|
+
default: module2["FooterContent"]
|
|
498
|
+
}))
|
|
499
|
+
),
|
|
500
|
+
FooterContentLogos: (0, import_react.lazy)(
|
|
501
|
+
() => import("@digigov/react-core/FooterContentLogos").then((module2) => ({
|
|
502
|
+
default: module2["FooterContentLogos"]
|
|
503
|
+
}))
|
|
504
|
+
),
|
|
505
|
+
FooterHeading: (0, import_react.lazy)(
|
|
506
|
+
() => import("@digigov/react-core/FooterHeading").then((module2) => ({
|
|
507
|
+
default: module2["FooterHeading"]
|
|
508
|
+
}))
|
|
509
|
+
),
|
|
510
|
+
FooterImage: (0, import_react.lazy)(
|
|
511
|
+
() => import("@digigov/react-core/FooterImage").then((module2) => ({
|
|
512
|
+
default: module2["FooterImage"]
|
|
513
|
+
}))
|
|
514
|
+
),
|
|
515
|
+
FooterInfo: (0, import_react.lazy)(
|
|
516
|
+
() => import("@digigov/react-core/FooterInfo").then((module2) => ({
|
|
517
|
+
default: module2["FooterInfo"]
|
|
518
|
+
}))
|
|
519
|
+
),
|
|
520
|
+
FooterInfoSection: (0, import_react.lazy)(
|
|
521
|
+
() => import("@digigov/react-core/FooterInfoSection").then((module2) => ({
|
|
522
|
+
default: module2["FooterInfoSection"]
|
|
523
|
+
}))
|
|
524
|
+
),
|
|
525
|
+
FooterLink: (0, import_react.lazy)(
|
|
526
|
+
() => import("@digigov/react-core/FooterLink").then((module2) => ({
|
|
527
|
+
default: module2["FooterLink"]
|
|
528
|
+
}))
|
|
529
|
+
),
|
|
530
|
+
FooterList: (0, import_react.lazy)(
|
|
531
|
+
() => import("@digigov/react-core/FooterList").then((module2) => ({
|
|
532
|
+
default: module2["FooterList"]
|
|
533
|
+
}))
|
|
534
|
+
),
|
|
535
|
+
FooterListItem: (0, import_react.lazy)(
|
|
536
|
+
() => import("@digigov/react-core/FooterListItem").then((module2) => ({
|
|
537
|
+
default: module2["FooterListItem"]
|
|
538
|
+
}))
|
|
539
|
+
),
|
|
540
|
+
FooterNavigation: (0, import_react.lazy)(
|
|
541
|
+
() => import("@digigov/react-core/FooterNavigation").then((module2) => ({
|
|
542
|
+
default: module2["FooterNavigation"]
|
|
543
|
+
}))
|
|
544
|
+
),
|
|
545
|
+
FooterNavigationSection: (0, import_react.lazy)(
|
|
546
|
+
() => import("@digigov/react-core/FooterNavigationSection").then((module2) => ({
|
|
547
|
+
default: module2["FooterNavigationSection"]
|
|
548
|
+
}))
|
|
549
|
+
),
|
|
550
|
+
Form: (0, import_react.lazy)(
|
|
551
|
+
() => import("@digigov/react-core/Form").then((module2) => ({
|
|
552
|
+
default: module2["Form"]
|
|
553
|
+
}))
|
|
554
|
+
),
|
|
555
|
+
FullPageBackground: (0, import_react.lazy)(
|
|
556
|
+
() => import("@digigov/react-core/FullPageBackground").then((module2) => ({
|
|
557
|
+
default: module2["FullPageBackground"]
|
|
558
|
+
}))
|
|
559
|
+
),
|
|
560
|
+
GovGRLogo: (0, import_react.lazy)(
|
|
561
|
+
() => import("@digigov/react-core/GovGRLogo").then((module2) => ({
|
|
562
|
+
default: module2["GovGRLogo"]
|
|
563
|
+
}))
|
|
564
|
+
),
|
|
565
|
+
Grid: (0, import_react.lazy)(
|
|
566
|
+
() => import("@digigov/react-core/Grid").then((module2) => ({
|
|
567
|
+
default: module2["Grid"]
|
|
568
|
+
}))
|
|
569
|
+
),
|
|
570
|
+
Header: (0, import_react.lazy)(
|
|
571
|
+
() => import("@digigov/react-core/Header").then((module2) => ({
|
|
572
|
+
default: module2["Header"]
|
|
573
|
+
}))
|
|
574
|
+
),
|
|
575
|
+
HeaderContent: (0, import_react.lazy)(
|
|
576
|
+
() => import("@digigov/react-core/HeaderContent").then((module2) => ({
|
|
577
|
+
default: module2["HeaderContent"]
|
|
578
|
+
}))
|
|
579
|
+
),
|
|
580
|
+
HeaderLogo: (0, import_react.lazy)(
|
|
581
|
+
() => import("@digigov/react-core/HeaderLogo").then((module2) => ({
|
|
582
|
+
default: module2["HeaderLogo"]
|
|
583
|
+
}))
|
|
584
|
+
),
|
|
585
|
+
HeaderNavMenuContent: (0, import_react.lazy)(
|
|
586
|
+
() => import("@digigov/react-core/HeaderNavMenuContent").then((module2) => ({
|
|
587
|
+
default: module2["HeaderNavMenuContent"]
|
|
588
|
+
}))
|
|
589
|
+
),
|
|
590
|
+
HeaderSecondaryLogo: (0, import_react.lazy)(
|
|
591
|
+
() => import("@digigov/react-core/HeaderSecondaryLogo").then((module2) => ({
|
|
592
|
+
default: module2["HeaderSecondaryLogo"]
|
|
593
|
+
}))
|
|
594
|
+
),
|
|
595
|
+
HeaderSection: (0, import_react.lazy)(
|
|
596
|
+
() => import("@digigov/react-core/HeaderSection").then((module2) => ({
|
|
597
|
+
default: module2["HeaderSection"]
|
|
598
|
+
}))
|
|
599
|
+
),
|
|
600
|
+
HeaderTitle: (0, import_react.lazy)(
|
|
601
|
+
() => import("@digigov/react-core/HeaderTitle").then((module2) => ({
|
|
602
|
+
default: module2["HeaderTitle"]
|
|
603
|
+
}))
|
|
604
|
+
),
|
|
605
|
+
Heading: (0, import_react.lazy)(
|
|
606
|
+
() => import("@digigov/react-core/Heading").then((module2) => ({
|
|
607
|
+
default: module2["Heading"]
|
|
608
|
+
}))
|
|
609
|
+
),
|
|
610
|
+
HeadingCaption: (0, import_react.lazy)(
|
|
611
|
+
() => import("@digigov/react-core/HeadingCaption").then((module2) => ({
|
|
612
|
+
default: module2["HeadingCaption"]
|
|
613
|
+
}))
|
|
614
|
+
),
|
|
615
|
+
HellenicRepublicLogo: (0, import_react.lazy)(
|
|
616
|
+
() => import("@digigov/react-core/HellenicRepublicLogo").then((module2) => ({
|
|
617
|
+
default: module2["HellenicRepublicLogo"]
|
|
618
|
+
}))
|
|
619
|
+
),
|
|
620
|
+
Hidden: (0, import_react.lazy)(
|
|
621
|
+
() => import("@digigov/react-core/Hidden").then((module2) => ({
|
|
622
|
+
default: module2["Hidden"]
|
|
623
|
+
}))
|
|
624
|
+
),
|
|
625
|
+
Hint: (0, import_react.lazy)(
|
|
626
|
+
() => import("@digigov/react-core/Hint").then((module2) => ({
|
|
627
|
+
default: module2["Hint"]
|
|
628
|
+
}))
|
|
629
|
+
),
|
|
630
|
+
ImageLogo: (0, import_react.lazy)(
|
|
631
|
+
() => import("@digigov/react-core/ImageLogo").then((module2) => ({
|
|
632
|
+
default: module2["ImageLogo"]
|
|
633
|
+
}))
|
|
634
|
+
),
|
|
635
|
+
ImageLogoSet: (0, import_react.lazy)(
|
|
636
|
+
() => import("@digigov/react-core/ImageLogoSet").then((module2) => ({
|
|
637
|
+
default: module2["ImageLogoSet"]
|
|
638
|
+
}))
|
|
639
|
+
),
|
|
640
|
+
Panel: (0, import_react.lazy)(
|
|
641
|
+
() => import("@digigov/react-core/Panel").then((module2) => ({
|
|
642
|
+
default: module2["Panel"]
|
|
643
|
+
}))
|
|
644
|
+
),
|
|
645
|
+
PanelBody: (0, import_react.lazy)(
|
|
646
|
+
() => import("@digigov/react-core/PanelBody").then((module2) => ({
|
|
647
|
+
default: module2["PanelBody"]
|
|
648
|
+
}))
|
|
649
|
+
),
|
|
650
|
+
LabelContainer: (0, import_react.lazy)(
|
|
651
|
+
() => import("@digigov/react-core/LabelContainer").then((module2) => ({
|
|
652
|
+
default: module2["LabelContainer"]
|
|
653
|
+
}))
|
|
654
|
+
),
|
|
655
|
+
LabelTitle: (0, import_react.lazy)(
|
|
656
|
+
() => import("@digigov/react-core/LabelTitle").then((module2) => ({
|
|
657
|
+
default: module2["LabelTitle"]
|
|
658
|
+
}))
|
|
659
|
+
),
|
|
660
|
+
Layout: (0, import_react.lazy)(
|
|
661
|
+
() => import("@digigov/react-core/Layout").then((module2) => ({
|
|
662
|
+
default: module2["Layout"]
|
|
663
|
+
}))
|
|
664
|
+
),
|
|
665
|
+
LinkBase: (0, import_react.lazy)(
|
|
666
|
+
() => import("@digigov/react-core/LinkBase").then((module2) => ({
|
|
667
|
+
default: module2["LinkBase"]
|
|
668
|
+
}))
|
|
669
|
+
),
|
|
670
|
+
List: (0, import_react.lazy)(
|
|
671
|
+
() => import("@digigov/react-core/List").then((module2) => ({
|
|
672
|
+
default: module2["List"]
|
|
673
|
+
}))
|
|
674
|
+
),
|
|
675
|
+
ListItem: (0, import_react.lazy)(
|
|
676
|
+
() => import("@digigov/react-core/ListItem").then((module2) => ({
|
|
677
|
+
default: module2["ListItem"]
|
|
678
|
+
}))
|
|
679
|
+
),
|
|
680
|
+
Main: (0, import_react.lazy)(
|
|
681
|
+
() => import("@digigov/react-core/Main").then((module2) => ({
|
|
682
|
+
default: module2["Main"]
|
|
683
|
+
}))
|
|
684
|
+
),
|
|
685
|
+
Masthead: (0, import_react.lazy)(
|
|
686
|
+
() => import("@digigov/react-core/Masthead").then((module2) => ({
|
|
687
|
+
default: module2["Masthead"]
|
|
688
|
+
}))
|
|
689
|
+
),
|
|
690
|
+
MastheadBody: (0, import_react.lazy)(
|
|
691
|
+
() => import("@digigov/react-core/MastheadBody").then((module2) => ({
|
|
692
|
+
default: module2["MastheadBody"]
|
|
693
|
+
}))
|
|
694
|
+
),
|
|
695
|
+
Nav: (0, import_react.lazy)(
|
|
696
|
+
() => import("@digigov/react-core/Nav").then((module2) => ({
|
|
697
|
+
default: module2["Nav"]
|
|
698
|
+
}))
|
|
699
|
+
),
|
|
700
|
+
NavList: (0, import_react.lazy)(
|
|
701
|
+
() => import("@digigov/react-core/NavList").then((module2) => ({
|
|
702
|
+
default: module2["NavList"]
|
|
703
|
+
}))
|
|
704
|
+
),
|
|
705
|
+
NavListItemAction: (0, import_react.lazy)(
|
|
706
|
+
() => import("@digigov/react-core/NavListItemAction").then((module2) => ({
|
|
707
|
+
default: module2["NavListItemAction"]
|
|
708
|
+
}))
|
|
709
|
+
),
|
|
710
|
+
NavListItemBadge: (0, import_react.lazy)(
|
|
711
|
+
() => import("@digigov/react-core/NavListItemBadge").then((module2) => ({
|
|
712
|
+
default: module2["NavListItemBadge"]
|
|
713
|
+
}))
|
|
714
|
+
),
|
|
715
|
+
NavListItemActionContainer: (0, import_react.lazy)(
|
|
716
|
+
() => import("@digigov/react-core/NavListItemActionContainer/index.web").then(
|
|
717
|
+
(module2) => ({ default: module2["NavListItemActionContainer"] })
|
|
718
|
+
)
|
|
719
|
+
),
|
|
720
|
+
NavListItemLink: (0, import_react.lazy)(
|
|
721
|
+
() => import("@digigov/react-core/NavListItemLink").then((module2) => ({
|
|
722
|
+
default: module2["NavListItemLink"]
|
|
723
|
+
}))
|
|
724
|
+
),
|
|
725
|
+
NavListItemButton: (0, import_react.lazy)(
|
|
726
|
+
() => import("@digigov/react-core/NavListItemButton").then((module2) => ({
|
|
727
|
+
default: module2["NavListItemButton"]
|
|
728
|
+
}))
|
|
729
|
+
),
|
|
730
|
+
NavMenuContainer: (0, import_react.lazy)(
|
|
731
|
+
() => import("@digigov/react-core/NavMenuContainer").then((module2) => ({
|
|
732
|
+
default: module2["NavMenuContainer"]
|
|
733
|
+
}))
|
|
734
|
+
),
|
|
735
|
+
NavMenuContent: (0, import_react.lazy)(
|
|
736
|
+
() => import("@digigov/react-core/NavMenuContent").then((module2) => ({
|
|
737
|
+
default: module2["NavMenuContent"]
|
|
738
|
+
}))
|
|
739
|
+
),
|
|
740
|
+
NavMenuContentListBase: (0, import_react.lazy)(
|
|
741
|
+
() => import("@digigov/react-core/NavMenuContentListBase").then((module2) => ({
|
|
742
|
+
default: module2["NavMenuContentListBase"]
|
|
743
|
+
}))
|
|
744
|
+
),
|
|
745
|
+
NavMenuContentListItem: (0, import_react.lazy)(
|
|
746
|
+
() => import("@digigov/react-core/NavMenuContentListItem").then((module2) => ({
|
|
747
|
+
default: module2["NavMenuContentListItem"]
|
|
748
|
+
}))
|
|
749
|
+
),
|
|
750
|
+
NavMenuTitle: (0, import_react.lazy)(
|
|
751
|
+
() => import("@digigov/react-core/NavMenuTitle").then((module2) => ({
|
|
752
|
+
default: module2["NavMenuTitle"]
|
|
753
|
+
}))
|
|
754
|
+
),
|
|
755
|
+
NormalText: (0, import_react.lazy)(
|
|
756
|
+
() => import("@digigov/react-core/NormalText").then((module2) => ({
|
|
757
|
+
default: module2["NormalText"]
|
|
758
|
+
}))
|
|
759
|
+
),
|
|
760
|
+
NotificationBannerContainer: (0, import_react.lazy)(
|
|
761
|
+
() => import("@digigov/react-core/NotificationBannerContainer").then(
|
|
762
|
+
(module2) => ({ default: module2["NotificationBannerContainer"] })
|
|
763
|
+
)
|
|
764
|
+
),
|
|
765
|
+
NotificationBannerContent: (0, import_react.lazy)(
|
|
766
|
+
() => import("@digigov/react-core/NotificationBannerContent").then((module2) => ({
|
|
767
|
+
default: module2["NotificationBannerContent"]
|
|
768
|
+
}))
|
|
769
|
+
),
|
|
770
|
+
NotificationBannerHeader: (0, import_react.lazy)(
|
|
771
|
+
() => import("@digigov/react-core/NotificationBannerHeader").then((module2) => ({
|
|
772
|
+
default: module2["NotificationBannerHeader"]
|
|
773
|
+
}))
|
|
774
|
+
),
|
|
775
|
+
NotificationBannerHeading: (0, import_react.lazy)(
|
|
776
|
+
() => import("@digigov/react-core/NotificationBannerHeading").then((module2) => ({
|
|
777
|
+
default: module2["NotificationBannerHeading"]
|
|
778
|
+
}))
|
|
779
|
+
),
|
|
780
|
+
NotificationBannerLink: (0, import_react.lazy)(
|
|
781
|
+
() => import("@digigov/react-core/NotificationBannerLink/index.web").then(
|
|
782
|
+
(module2) => ({ default: module2["NotificationBannerLink"] })
|
|
783
|
+
)
|
|
784
|
+
),
|
|
785
|
+
Section: (0, import_react.lazy)(
|
|
786
|
+
() => import("@digigov/react-core/Section").then((module2) => ({
|
|
787
|
+
default: module2["Section"]
|
|
788
|
+
}))
|
|
789
|
+
),
|
|
790
|
+
PageTitleContainer: (0, import_react.lazy)(
|
|
791
|
+
() => import("@digigov/react-core/PageTitleContainer").then((module2) => ({
|
|
792
|
+
default: module2["PageTitleContainer"]
|
|
793
|
+
}))
|
|
794
|
+
),
|
|
795
|
+
PageTitleCaption: (0, import_react.lazy)(
|
|
796
|
+
() => import("@digigov/react-core/PageTitleCaption").then((module2) => ({
|
|
797
|
+
default: module2["PageTitleCaption"]
|
|
798
|
+
}))
|
|
799
|
+
),
|
|
800
|
+
PageTitleHeading: (0, import_react.lazy)(
|
|
801
|
+
() => import("@digigov/react-core/PageTitleHeading").then((module2) => ({
|
|
802
|
+
default: module2["PageTitleHeading"]
|
|
803
|
+
}))
|
|
804
|
+
),
|
|
805
|
+
Paragraph: (0, import_react.lazy)(
|
|
806
|
+
() => import("@digigov/react-core/Paragraph").then((module2) => ({
|
|
807
|
+
default: module2["Paragraph"]
|
|
808
|
+
}))
|
|
809
|
+
),
|
|
810
|
+
PhaseBannerHeaderContainer: (0, import_react.lazy)(
|
|
811
|
+
() => import("@digigov/react-core/PhaseBannerHeaderContainer").then((module2) => ({
|
|
812
|
+
default: module2["PhaseBannerHeaderContainer"]
|
|
813
|
+
}))
|
|
814
|
+
),
|
|
815
|
+
PhaseBanner: (0, import_react.lazy)(
|
|
816
|
+
() => import("@digigov/react-core/PhaseBanner").then((module2) => ({
|
|
817
|
+
default: module2["PhaseBanner"]
|
|
818
|
+
}))
|
|
819
|
+
),
|
|
820
|
+
PhaseBannerTag: (0, import_react.lazy)(
|
|
821
|
+
() => import("@digigov/react-core/PhaseBannerTag").then((module2) => ({
|
|
822
|
+
default: module2["PhaseBannerTag"]
|
|
823
|
+
}))
|
|
824
|
+
),
|
|
825
|
+
PhaseBannerText: (0, import_react.lazy)(
|
|
826
|
+
() => import("@digigov/react-core/PhaseBannerText").then((module2) => ({
|
|
827
|
+
default: module2["PhaseBannerText"]
|
|
828
|
+
}))
|
|
829
|
+
),
|
|
830
|
+
RadioContainer: (0, import_react.lazy)(
|
|
831
|
+
() => import("@digigov/react-core/RadioContainer").then((module2) => ({
|
|
832
|
+
default: module2["RadioContainer"]
|
|
833
|
+
}))
|
|
834
|
+
),
|
|
835
|
+
RadioItem: (0, import_react.lazy)(
|
|
836
|
+
() => import("@digigov/react-core/RadioItem").then((module2) => ({
|
|
837
|
+
default: module2["RadioItem"]
|
|
838
|
+
}))
|
|
839
|
+
),
|
|
840
|
+
RadioConditional: (0, import_react.lazy)(
|
|
841
|
+
() => import("@digigov/react-core/RadioConditional").then((module2) => ({
|
|
842
|
+
default: module2["RadioConditional"]
|
|
843
|
+
}))
|
|
844
|
+
),
|
|
845
|
+
SectionBreak: (0, import_react.lazy)(
|
|
846
|
+
() => import("@digigov/react-core/SectionBreak").then((module2) => ({
|
|
847
|
+
default: module2["SectionBreak"]
|
|
848
|
+
}))
|
|
849
|
+
),
|
|
850
|
+
SelectContainer: (0, import_react.lazy)(
|
|
851
|
+
() => import("@digigov/react-core/SelectContainer").then((module2) => ({
|
|
852
|
+
default: module2["SelectContainer"]
|
|
853
|
+
}))
|
|
854
|
+
),
|
|
855
|
+
SelectOption: (0, import_react.lazy)(
|
|
856
|
+
() => import("@digigov/react-core/SelectOption").then((module2) => ({
|
|
857
|
+
default: module2["SelectOption"]
|
|
858
|
+
}))
|
|
859
|
+
),
|
|
860
|
+
SingleCharacterInputs: (0, import_react.lazy)(
|
|
861
|
+
() => import("@digigov/react-core/SingleCharacterInputs").then((module2) => ({
|
|
862
|
+
default: module2["SingleCharacterInputs"]
|
|
863
|
+
}))
|
|
864
|
+
),
|
|
865
|
+
SingleCharacterInput: (0, import_react.lazy)(
|
|
866
|
+
() => import("@digigov/react-core/SingleCharacterInput").then((module2) => ({
|
|
867
|
+
default: module2["SingleCharacterInput"]
|
|
868
|
+
}))
|
|
869
|
+
),
|
|
870
|
+
SkipLink: (0, import_react.lazy)(
|
|
871
|
+
() => import("@digigov/react-core/SkipLink").then((module2) => ({
|
|
872
|
+
default: module2["SkipLink"]
|
|
873
|
+
}))
|
|
874
|
+
),
|
|
875
|
+
Stack: (0, import_react.lazy)(
|
|
876
|
+
() => import("@digigov/react-core/Stack").then((module2) => ({
|
|
877
|
+
default: module2["Stack"]
|
|
878
|
+
}))
|
|
879
|
+
),
|
|
880
|
+
SummaryList: (0, import_react.lazy)(
|
|
881
|
+
() => import("@digigov/react-core/SummaryList").then((module2) => ({
|
|
882
|
+
default: module2["SummaryList"]
|
|
883
|
+
}))
|
|
884
|
+
),
|
|
885
|
+
SummaryListItem: (0, import_react.lazy)(
|
|
886
|
+
() => import("@digigov/react-core/SummaryListItem").then((module2) => ({
|
|
887
|
+
default: module2["SummaryListItem"]
|
|
888
|
+
}))
|
|
889
|
+
),
|
|
890
|
+
SummaryListItemAction: (0, import_react.lazy)(
|
|
891
|
+
() => import("@digigov/react-core/SummaryListItemAction").then((module2) => ({
|
|
892
|
+
default: module2["SummaryListItemAction"]
|
|
893
|
+
}))
|
|
894
|
+
),
|
|
895
|
+
SummaryListItemKey: (0, import_react.lazy)(
|
|
896
|
+
() => import("@digigov/react-core/SummaryListItemKey").then((module2) => ({
|
|
897
|
+
default: module2["SummaryListItemKey"]
|
|
898
|
+
}))
|
|
899
|
+
),
|
|
900
|
+
SummaryListItemValue: (0, import_react.lazy)(
|
|
901
|
+
() => import("@digigov/react-core/SummaryListItemValue").then((module2) => ({
|
|
902
|
+
default: module2["SummaryListItemValue"]
|
|
903
|
+
}))
|
|
904
|
+
),
|
|
905
|
+
Table: (0, import_react.lazy)(
|
|
906
|
+
() => import("@digigov/react-core/Table").then((module2) => ({
|
|
907
|
+
default: module2["Table"]
|
|
908
|
+
}))
|
|
909
|
+
),
|
|
910
|
+
TableBody: (0, import_react.lazy)(
|
|
911
|
+
() => import("@digigov/react-core/TableBody").then((module2) => ({
|
|
912
|
+
default: module2["TableBody"]
|
|
913
|
+
}))
|
|
914
|
+
),
|
|
915
|
+
TableCaption: (0, import_react.lazy)(
|
|
916
|
+
() => import("@digigov/react-core/TableCaption").then((module2) => ({
|
|
917
|
+
default: module2["TableCaption"]
|
|
918
|
+
}))
|
|
919
|
+
),
|
|
920
|
+
TableContainer: (0, import_react.lazy)(
|
|
921
|
+
() => import("@digigov/react-core/TableContainer").then((module2) => ({
|
|
922
|
+
default: module2["TableContainer"]
|
|
923
|
+
}))
|
|
924
|
+
),
|
|
925
|
+
TableDataCell: (0, import_react.lazy)(
|
|
926
|
+
() => import("@digigov/react-core/TableDataCell").then((module2) => ({
|
|
927
|
+
default: module2["TableDataCell"]
|
|
928
|
+
}))
|
|
929
|
+
),
|
|
930
|
+
TableNoDataRow: (0, import_react.lazy)(
|
|
931
|
+
() => import("@digigov/react-core/TableNoDataRow").then((module2) => ({
|
|
932
|
+
default: module2["TableNoDataRow"]
|
|
933
|
+
}))
|
|
934
|
+
),
|
|
935
|
+
TableHead: (0, import_react.lazy)(
|
|
936
|
+
() => import("@digigov/react-core/TableHead").then((module2) => ({
|
|
937
|
+
default: module2["TableHead"]
|
|
938
|
+
}))
|
|
939
|
+
),
|
|
940
|
+
TableHeadCell: (0, import_react.lazy)(
|
|
941
|
+
() => import("@digigov/react-core/TableHeadCell").then((module2) => ({
|
|
942
|
+
default: module2["TableHeadCell"]
|
|
943
|
+
}))
|
|
944
|
+
),
|
|
945
|
+
TableRow: (0, import_react.lazy)(
|
|
946
|
+
() => import("@digigov/react-core/TableRow").then((module2) => ({
|
|
947
|
+
default: module2["TableRow"]
|
|
948
|
+
}))
|
|
949
|
+
),
|
|
950
|
+
TableSortIconContainer: (0, import_react.lazy)(
|
|
951
|
+
() => import("@digigov/react-core/TableSortIconContainer").then((module2) => ({
|
|
952
|
+
default: module2["TableSortIconContainer"]
|
|
953
|
+
}))
|
|
954
|
+
),
|
|
955
|
+
Tabs: (0, import_react.lazy)(
|
|
956
|
+
() => import("@digigov/react-core/Tabs").then((module2) => ({
|
|
957
|
+
default: module2["Tabs"]
|
|
958
|
+
}))
|
|
959
|
+
),
|
|
960
|
+
TabsHeading: (0, import_react.lazy)(
|
|
961
|
+
() => import("@digigov/react-core/TabsHeading").then((module2) => ({
|
|
962
|
+
default: module2["TabsHeading"]
|
|
963
|
+
}))
|
|
964
|
+
),
|
|
965
|
+
TabsList: (0, import_react.lazy)(
|
|
966
|
+
() => import("@digigov/react-core/TabsList").then((module2) => ({
|
|
967
|
+
default: module2["TabsList"]
|
|
968
|
+
}))
|
|
969
|
+
),
|
|
970
|
+
TabsListItemBase: (0, import_react.lazy)(
|
|
971
|
+
() => import("@digigov/react-core/TabsListItemBase").then((module2) => ({
|
|
972
|
+
default: module2["TabsListItemBase"]
|
|
973
|
+
}))
|
|
974
|
+
),
|
|
975
|
+
TabsPanelBase: (0, import_react.lazy)(
|
|
976
|
+
() => import("@digigov/react-core/TabsPanelBase").then((module2) => ({
|
|
977
|
+
default: module2["TabsPanelBase"]
|
|
978
|
+
}))
|
|
979
|
+
),
|
|
980
|
+
TextArea: (0, import_react.lazy)(
|
|
981
|
+
() => import("@digigov/react-core/TextArea/index.web").then((module2) => ({
|
|
982
|
+
default: module2["TextArea"]
|
|
983
|
+
}))
|
|
984
|
+
),
|
|
985
|
+
TextInput: (0, import_react.lazy)(
|
|
986
|
+
() => import("@digigov/react-core/TextInput/index.web").then((module2) => ({
|
|
987
|
+
default: module2["TextInput"]
|
|
988
|
+
}))
|
|
989
|
+
),
|
|
990
|
+
Typography: (0, import_react.lazy)(
|
|
991
|
+
() => import("@digigov/react-core/Typography").then((module2) => ({
|
|
992
|
+
default: module2["Typography"]
|
|
993
|
+
}))
|
|
994
|
+
),
|
|
995
|
+
Top: (0, import_react.lazy)(
|
|
996
|
+
() => import("@digigov/react-core/Top").then((module2) => ({
|
|
997
|
+
default: module2["Top"]
|
|
998
|
+
}))
|
|
999
|
+
),
|
|
1000
|
+
VisuallyHidden: (0, import_react.lazy)(
|
|
1001
|
+
() => import("@digigov/react-core/VisuallyHidden").then((module2) => ({
|
|
1002
|
+
default: module2["VisuallyHidden"]
|
|
1003
|
+
}))
|
|
1004
|
+
),
|
|
1005
|
+
WarningText: (0, import_react.lazy)(
|
|
1006
|
+
() => import("@digigov/react-core/WarningText").then((module2) => ({
|
|
1007
|
+
default: module2["WarningText"]
|
|
1008
|
+
}))
|
|
1009
|
+
),
|
|
1010
|
+
SearchButton: (0, import_react.lazy)(
|
|
1011
|
+
() => import("@digigov/react-core/SearchButton").then((module2) => ({
|
|
1012
|
+
default: module2["SearchButton"]
|
|
1013
|
+
}))
|
|
1014
|
+
),
|
|
1015
|
+
SearchContainer: (0, import_react.lazy)(
|
|
1016
|
+
() => import("@digigov/react-core/SearchContainer").then((module2) => ({
|
|
1017
|
+
default: module2["SearchContainer"]
|
|
1018
|
+
}))
|
|
1019
|
+
),
|
|
1020
|
+
ResultsHeading: (0, import_react.lazy)(
|
|
1021
|
+
() => import("@digigov/react-core/ResultsHeading").then((module2) => ({
|
|
1022
|
+
default: module2["ResultsHeading"]
|
|
1023
|
+
}))
|
|
1024
|
+
),
|
|
1025
|
+
ResultsHeadingActions: (0, import_react.lazy)(
|
|
1026
|
+
() => import("@digigov/react-core/ResultsHeadingActions").then((module2) => ({
|
|
1027
|
+
default: module2["ResultsHeadingActions"]
|
|
1028
|
+
}))
|
|
1029
|
+
),
|
|
1030
|
+
ResultsActionBar: (0, import_react.lazy)(
|
|
1031
|
+
() => import("@digigov/react-core/ResultsActionBar").then((module2) => ({
|
|
1032
|
+
default: module2["ResultsActionBar"]
|
|
1033
|
+
}))
|
|
1034
|
+
),
|
|
1035
|
+
ModalContainer: (0, import_react.lazy)(
|
|
1036
|
+
() => import("@digigov/react-core/ModalContainer").then((module2) => ({
|
|
1037
|
+
default: module2["ModalContainer"]
|
|
1038
|
+
}))
|
|
1039
|
+
),
|
|
1040
|
+
ModalHeading: (0, import_react.lazy)(
|
|
1041
|
+
() => import("@digigov/react-core/ModalHeading").then((module2) => ({
|
|
1042
|
+
default: module2["ModalHeading"]
|
|
1043
|
+
}))
|
|
1044
|
+
),
|
|
1045
|
+
ModalContent: (0, import_react.lazy)(
|
|
1046
|
+
() => import("@digigov/react-core/ModalContent").then((module2) => ({
|
|
1047
|
+
default: module2["ModalContent"]
|
|
1048
|
+
}))
|
|
1049
|
+
),
|
|
1050
|
+
ModalAction: (0, import_react.lazy)(
|
|
1051
|
+
() => import("@digigov/react-core/ModalAction").then((module2) => ({
|
|
1052
|
+
default: module2["ModalAction"]
|
|
1053
|
+
}))
|
|
1054
|
+
),
|
|
1055
|
+
Pagination: (0, import_react.lazy)(
|
|
1056
|
+
() => import("@digigov/react-core/Pagination").then((module2) => ({
|
|
1057
|
+
default: module2["Pagination"]
|
|
1058
|
+
}))
|
|
1059
|
+
),
|
|
1060
|
+
PaginationList: (0, import_react.lazy)(
|
|
1061
|
+
() => import("@digigov/react-core/PaginationList").then((module2) => ({
|
|
1062
|
+
default: module2["PaginationList"]
|
|
1063
|
+
}))
|
|
1064
|
+
),
|
|
1065
|
+
PaginationListItem: (0, import_react.lazy)(
|
|
1066
|
+
() => import("@digigov/react-core/PaginationListItem").then((module2) => ({
|
|
1067
|
+
default: module2["PaginationListItem"]
|
|
1068
|
+
}))
|
|
1069
|
+
),
|
|
1070
|
+
PaginationLabelContainer: (0, import_react.lazy)(
|
|
1071
|
+
() => import("@digigov/react-core/PaginationLabelContainer").then((module2) => ({
|
|
1072
|
+
default: module2["PaginationLabelContainer"]
|
|
1073
|
+
}))
|
|
1074
|
+
),
|
|
1075
|
+
LoaderContainer: (0, import_react.lazy)(
|
|
1076
|
+
() => import("@digigov/react-core/LoaderContainer").then((module2) => ({
|
|
1077
|
+
default: module2["LoaderContainer"]
|
|
1078
|
+
}))
|
|
1079
|
+
),
|
|
1080
|
+
StepNavCircleNumber: (0, import_react.lazy)(
|
|
1081
|
+
() => import("@digigov/react-core/StepNavCircleNumber").then((module2) => ({
|
|
1082
|
+
default: module2["StepNavCircleNumber"]
|
|
1083
|
+
}))
|
|
1084
|
+
),
|
|
1085
|
+
StepNav: (0, import_react.lazy)(
|
|
1086
|
+
() => import("@digigov/react-core/StepNav").then((module2) => ({
|
|
1087
|
+
default: module2["StepNav"]
|
|
1088
|
+
}))
|
|
1089
|
+
),
|
|
1090
|
+
StepNavAccordion: (0, import_react.lazy)(
|
|
1091
|
+
() => import("@digigov/react-core/StepNavAccordion").then((module2) => ({
|
|
1092
|
+
default: module2["StepNavAccordion"]
|
|
1093
|
+
}))
|
|
1094
|
+
),
|
|
1095
|
+
StepNavAccordionContent: (0, import_react.lazy)(
|
|
1096
|
+
() => import("@digigov/react-core/StepNavAccordionContent").then((module2) => ({
|
|
1097
|
+
default: module2["StepNavAccordionContent"]
|
|
1098
|
+
}))
|
|
1099
|
+
),
|
|
1100
|
+
StepNavAccordionSummary: (0, import_react.lazy)(
|
|
1101
|
+
() => import("@digigov/react-core/StepNavAccordionSummary").then((module2) => ({
|
|
1102
|
+
default: module2["StepNavAccordionSummary"]
|
|
1103
|
+
}))
|
|
1104
|
+
),
|
|
1105
|
+
StepNavAccordionSummaryHeading: (0, import_react.lazy)(
|
|
1106
|
+
() => import("@digigov/react-core/StepNavAccordionSummaryHeading").then(
|
|
1107
|
+
(module2) => ({ default: module2["StepNavAccordionSummaryHeading"] })
|
|
1108
|
+
)
|
|
1109
|
+
),
|
|
1110
|
+
StepNavAccordionHeadingTitle: (0, import_react.lazy)(
|
|
1111
|
+
() => import("@digigov/react-core/StepNavAccordionHeadingTitle").then(
|
|
1112
|
+
(module2) => ({ default: module2["StepNavAccordionHeadingTitle"] })
|
|
1113
|
+
)
|
|
1114
|
+
),
|
|
1115
|
+
StepNavAccordionHeadingText: (0, import_react.lazy)(
|
|
1116
|
+
() => import("@digigov/react-core/StepNavAccordionHeadingText").then(
|
|
1117
|
+
(module2) => ({ default: module2["StepNavAccordionHeadingText"] })
|
|
1118
|
+
)
|
|
1119
|
+
),
|
|
1120
|
+
StepNavControls: (0, import_react.lazy)(
|
|
1121
|
+
() => import("@digigov/react-core/StepNavControls").then((module2) => ({
|
|
1122
|
+
default: module2["StepNavControls"]
|
|
1123
|
+
}))
|
|
1124
|
+
),
|
|
1125
|
+
StepNavList: (0, import_react.lazy)(
|
|
1126
|
+
() => import("@digigov/react-core/StepNavList").then((module2) => ({
|
|
1127
|
+
default: module2["StepNavList"]
|
|
1128
|
+
}))
|
|
1129
|
+
),
|
|
1130
|
+
StepNavListItem: (0, import_react.lazy)(
|
|
1131
|
+
() => import("@digigov/react-core/StepNavListItem").then((module2) => ({
|
|
1132
|
+
default: module2["StepNavListItem"]
|
|
1133
|
+
}))
|
|
1134
|
+
),
|
|
1135
|
+
TableLoaderBackground: (0, import_react.lazy)(
|
|
1136
|
+
() => import("@digigov/react-core/TableLoaderBackground").then((module2) => ({
|
|
1137
|
+
default: module2["TableLoaderBackground"]
|
|
1138
|
+
}))
|
|
1139
|
+
),
|
|
1140
|
+
LabeledText: (0, import_react.lazy)(
|
|
1141
|
+
() => import("@digigov/react-core/LabeledText").then((module2) => ({
|
|
1142
|
+
default: module2["LabeledText"]
|
|
1143
|
+
}))
|
|
1144
|
+
),
|
|
1145
|
+
Timeline: (0, import_react.lazy)(
|
|
1146
|
+
() => import("@digigov/react-core/Timeline").then((module2) => ({
|
|
1147
|
+
default: module2["Timeline"]
|
|
1148
|
+
}))
|
|
1149
|
+
),
|
|
1150
|
+
TimelineActions: (0, import_react.lazy)(
|
|
1151
|
+
() => import("@digigov/react-core/TimelineActions").then((module2) => ({
|
|
1152
|
+
default: module2["TimelineActions"]
|
|
1153
|
+
}))
|
|
1154
|
+
),
|
|
1155
|
+
TimelineContent: (0, import_react.lazy)(
|
|
1156
|
+
() => import("@digigov/react-core/TimelineContent").then((module2) => ({
|
|
1157
|
+
default: module2["TimelineContent"]
|
|
1158
|
+
}))
|
|
1159
|
+
),
|
|
1160
|
+
TimelineHeading: (0, import_react.lazy)(
|
|
1161
|
+
() => import("@digigov/react-core/TimelineHeading").then((module2) => ({
|
|
1162
|
+
default: module2["TimelineHeading"]
|
|
1163
|
+
}))
|
|
1164
|
+
),
|
|
1165
|
+
TimelineItem: (0, import_react.lazy)(
|
|
1166
|
+
() => import("@digigov/react-core/TimelineItem").then((module2) => ({
|
|
1167
|
+
default: module2["TimelineItem"]
|
|
1168
|
+
}))
|
|
1169
|
+
),
|
|
1170
|
+
TaskList: (0, import_react.lazy)(
|
|
1171
|
+
() => import("@digigov/react-core/TaskList").then((module2) => ({
|
|
1172
|
+
default: module2["TaskList"]
|
|
1173
|
+
}))
|
|
1174
|
+
),
|
|
1175
|
+
TaskListItem: (0, import_react.lazy)(
|
|
1176
|
+
() => import("@digigov/react-core/TaskListItem").then((module2) => ({
|
|
1177
|
+
default: module2["TaskListItem"]
|
|
1178
|
+
}))
|
|
1179
|
+
),
|
|
1180
|
+
TaskListItemContent: (0, import_react.lazy)(
|
|
1181
|
+
() => import("@digigov/react-core/TaskListItemContent").then((module2) => ({
|
|
1182
|
+
default: module2["TaskListItemContent"]
|
|
1183
|
+
}))
|
|
1184
|
+
),
|
|
1185
|
+
TaskListItemHeading: (0, import_react.lazy)(
|
|
1186
|
+
() => import("@digigov/react-core/TaskListItemHeading").then((module2) => ({
|
|
1187
|
+
default: module2["TaskListItemHeading"]
|
|
1188
|
+
}))
|
|
1189
|
+
),
|
|
1190
|
+
TaskListItemTag: (0, import_react.lazy)(
|
|
1191
|
+
() => import("@digigov/react-core/TaskListItemTag").then((module2) => ({
|
|
1192
|
+
default: module2["TaskListItemTag"]
|
|
1193
|
+
}))
|
|
1194
|
+
),
|
|
1195
|
+
WarningTextAssistive: (0, import_react.lazy)(
|
|
1196
|
+
() => import("@digigov/react-core/WarningTextAssistive").then((module2) => ({
|
|
1197
|
+
default: module2["WarningTextAssistive"]
|
|
1198
|
+
}))
|
|
1199
|
+
),
|
|
1200
|
+
KitchenSinkAllComponents: (0, import_react.lazy)(
|
|
1201
|
+
() => import("@digigov/react-core/KitchenSinkAllComponents").then((module2) => ({
|
|
1202
|
+
default: module2["KitchenSinkAllComponents"]
|
|
1203
|
+
}))
|
|
1204
|
+
),
|
|
1205
|
+
KitchenSinkCard: (0, import_react.lazy)(
|
|
1206
|
+
() => import("@digigov/react-core/KitchenSinkCard").then((module2) => ({
|
|
1207
|
+
default: module2["KitchenSinkCard"]
|
|
1208
|
+
}))
|
|
1209
|
+
),
|
|
1210
|
+
KitchenSinkCategory: (0, import_react.lazy)(
|
|
1211
|
+
() => import("@digigov/react-core/KitchenSinkCategory").then((module2) => ({
|
|
1212
|
+
default: module2["KitchenSinkCategory"]
|
|
1213
|
+
}))
|
|
1214
|
+
),
|
|
1215
|
+
KitchenSinkContent: (0, import_react.lazy)(
|
|
1216
|
+
() => import("@digigov/react-core/KitchenSinkContent").then((module2) => ({
|
|
1217
|
+
default: module2["KitchenSinkContent"]
|
|
1218
|
+
}))
|
|
1219
|
+
),
|
|
1220
|
+
KitchenSinkContentInfo: (0, import_react.lazy)(
|
|
1221
|
+
() => import("@digigov/react-core/KitchenSinkContentInfo").then((module2) => ({
|
|
1222
|
+
default: module2["KitchenSinkContentInfo"]
|
|
1223
|
+
}))
|
|
1224
|
+
),
|
|
1225
|
+
KitchenSinkContentTags: (0, import_react.lazy)(
|
|
1226
|
+
() => import("@digigov/react-core/KitchenSinkContentTags").then((module2) => ({
|
|
1227
|
+
default: module2["KitchenSinkContentTags"]
|
|
1228
|
+
}))
|
|
1229
|
+
),
|
|
1230
|
+
KitchenSinkHeading: (0, import_react.lazy)(
|
|
1231
|
+
() => import("@digigov/react-core/KitchenSinkHeading").then((module2) => ({
|
|
1232
|
+
default: module2["KitchenSinkHeading"]
|
|
1233
|
+
}))
|
|
1234
|
+
),
|
|
1235
|
+
KitchenSinkLetterContent: (0, import_react.lazy)(
|
|
1236
|
+
() => import("@digigov/react-core/KitchenSinkLetterContent").then((module2) => ({
|
|
1237
|
+
default: module2["KitchenSinkLetterContent"]
|
|
1238
|
+
}))
|
|
1239
|
+
),
|
|
1240
|
+
MastheadLogo: (0, import_react.lazy)(
|
|
1241
|
+
() => import("@digigov/react-core/MastheadLogo").then((module2) => ({
|
|
1242
|
+
default: module2["MastheadLogo"]
|
|
1243
|
+
}))
|
|
1244
|
+
),
|
|
1245
|
+
PanelTitle: (0, import_react.lazy)(
|
|
1246
|
+
() => import("@digigov/react-core/PanelTitle").then((module2) => ({
|
|
1247
|
+
default: module2["PanelTitle"]
|
|
1248
|
+
}))
|
|
1249
|
+
),
|
|
1250
|
+
Skeleton: (0, import_react.lazy)(
|
|
1251
|
+
() => import("@digigov/react-core/Skeleton").then((module2) => ({
|
|
1252
|
+
default: module2["Skeleton"]
|
|
1253
|
+
}))
|
|
1254
|
+
)
|
|
277
1255
|
};
|
|
278
1256
|
//# sourceMappingURL=lazy.js.map
|