@digigov/react-core 2.0.0-6452adf3 → 2.0.0-66d7c5e2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Accordion/index.d.ts +2 -28
- package/Accordion/index.js +3 -34
- package/Accordion/index.js.map +3 -3
- package/Accordion/index.native/index.js +22 -0
- package/Accordion/index.native/package.json +6 -0
- package/Accordion/index.native.d.ts +2 -0
- package/Accordion/index.native.js.map +7 -0
- package/Accordion/index.web/index.js +37 -0
- package/Accordion/index.web/package.json +6 -0
- package/Accordion/index.web.d.ts +28 -0
- package/Accordion/index.web.js.map +7 -0
- package/AccordionControls/index.js.map +1 -1
- package/AccordionSection/index.d.ts +2 -11
- package/AccordionSection/index.js +3 -20
- package/AccordionSection/index.js.map +3 -3
- package/AccordionSection/index.native/index.js +21 -0
- package/AccordionSection/index.native/package.json +6 -0
- package/AccordionSection/index.native.d.ts +2 -0
- package/AccordionSection/index.native.js.map +7 -0
- package/AccordionSection/index.web/index.js +23 -0
- package/AccordionSection/index.web/package.json +6 -0
- package/AccordionSection/index.web.d.ts +10 -0
- package/AccordionSection/index.web.js.map +7 -0
- package/AccordionSectionContent/index.js.map +1 -1
- package/AccordionSectionSummary/index.js.map +1 -1
- package/AccordionSectionSummaryHeading/index.d.ts +1 -0
- package/AccordionSectionSummaryHeading/index.js +5 -3
- package/AccordionSectionSummaryHeading/index.js.map +2 -2
- 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/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/BackLinkBase/index.d.ts +9 -0
- package/BackLinkBase/index.js +29 -0
- package/BackLinkBase/index.js.map +7 -0
- package/{FooterLink → BackLinkBase}/package.json +1 -1
- package/BackToTopLink/index.js.map +1 -1
- package/BannerContainer/index.js +1 -1
- package/BannerContainer/index.js.map +2 -2
- package/Base/compat/Input/CheckboxInput.native.js.map +2 -2
- package/Base/compat/Input/RadioInput.native.js.map +2 -2
- package/Base/compat/button.native/index.js +1 -1
- package/Base/compat/button.native.js.map +2 -2
- package/Base/compat/details.native/index.js +2 -1
- package/Base/compat/details.native.d.ts +2 -1
- package/Base/compat/details.native.js.map +2 -2
- package/Base/compat/li.native.d.ts +1 -3
- package/Base/compat/li.native.js.map +2 -2
- package/Base/index.native.js.map +2 -2
- package/Base/index.web.d.ts +5 -5
- package/Base/index.web.js.map +1 -1
- package/Base/mapping.native/index.js +1 -1
- package/Base/mapping.native.d.ts +1 -1
- package/Base/mapping.native.js.map +2 -2
- package/Base/wrap.native/index.js +6 -3
- package/Base/wrap.native.js.map +3 -3
- 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/{BreadcrumbsListItemLink → BreadcrumbsListItemLinkBase}/index.d.ts +5 -5
- package/BreadcrumbsListItemLinkBase/index.js +23 -0
- package/BreadcrumbsListItemLinkBase/index.js.map +7 -0
- package/BreadcrumbsListItemLinkBase/package.json +6 -0
- package/BreadcrumbsListItemWrapper/index.d.ts +10 -0
- package/{BreadcrumbsListItem → BreadcrumbsListItemWrapper}/index.js +4 -4
- package/BreadcrumbsListItemWrapper/index.js.map +7 -0
- package/{AutoCompleteInputTypeahead → BreadcrumbsListItemWrapper}/package.json +1 -1
- package/Button/index.js +2 -0
- package/Button/index.js.map +2 -2
- package/ButtonGroup/index.js.map +1 -1
- package/{ButtonLink → ButtonLinkBase}/index.d.ts +9 -9
- package/ButtonLinkBase/index.js +27 -0
- package/ButtonLinkBase/index.js.map +7 -0
- package/{BackLink → ButtonLinkBase}/package.json +1 -1
- package/CallToActionBase/index.d.ts +9 -0
- package/{CallToAction → CallToActionBase}/index.js +6 -6
- package/CallToActionBase/index.js.map +7 -0
- package/{CircularProgress → CallToActionBase}/package.json +1 -1
- package/Card/index.js +10 -1
- 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 +11 -2
- package/CheckboxItem/index.js.map +2 -2
- package/CheckboxItemInput/index.js.map +1 -1
- package/CheckboxItemInput/index.web/index.js +2 -2
- package/CheckboxItemInput/index.web.js.map +2 -2
- package/ChipKeyValue/index.js.map +1 -1
- package/ChoiceDividerText/index.js.map +1 -1
- package/{CircularProgress → CircularProgressBase}/index.d.ts +5 -5
- package/{CircularProgress → CircularProgressBase}/index.js +4 -4
- package/CircularProgressBase/index.js.map +7 -0
- package/{BreadcrumbsListItem → CircularProgressBase}/package.json +1 -1
- package/CodeBlockContainer/index.js.map +1 -1
- package/CodeBlockContent/index.js.map +1 -1
- package/CopyToClipboardContainer/index.js.map +1 -1
- package/CopyToClipboardMessage/index.js.map +1 -1
- package/CopyToClipboardMessage/index.native/index.js +2 -2
- package/CopyToClipboardMessage/index.native.d.ts +2 -4
- package/CopyToClipboardMessage/index.native.js.map +2 -2
- package/CopyrightContainer/index.js.map +1 -1
- package/DateInputItem/index.js.map +1 -1
- package/DateInputItem/index.native/index.js +7 -10
- package/DateInputItem/index.native.d.ts +1 -3
- package/DateInputItem/index.native.js.map +2 -2
- package/DateInputItem/index.web/index.js +11 -1
- package/DateInputItem/index.web.js.map +2 -2
- package/Details/index.d.ts +2 -2
- package/Details/index.js.map +2 -2
- package/Details/index.native/index.js +1 -1
- package/Details/index.native.d.ts +1 -3
- package/Details/index.native.js.map +1 -1
- package/Details/index.web.js.map +1 -1
- package/DetailsContent/index.d.ts +1 -0
- package/DetailsContent/index.js +3 -2
- package/DetailsContent/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/ErrorSummary/index.d.ts +9 -0
- package/ErrorSummary/index.js +3 -3
- package/ErrorSummary/index.js.map +2 -2
- package/Fieldset/index.js.map +1 -1
- package/FileUpload/index.d.ts +7 -0
- package/FileUpload/index.js +12 -4
- package/FileUpload/index.js.map +2 -2
- package/FileUploadContainer/index.d.ts +7 -0
- package/FileUploadContainer/index.js +3 -2
- package/FileUploadContainer/index.js.map +2 -2
- package/FillableText/index.js.map +1 -1
- package/FilterContainer/index.js.map +2 -2
- package/FilterContent/index.js.map +1 -1
- 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/FooterLinkBase/index.d.ts +9 -0
- package/FooterLinkBase/index.js +23 -0
- package/FooterLinkBase/index.js.map +7 -0
- package/{CallToAction → FooterLinkBase}/package.json +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/GovGRLogoBase/govgr-logo-base64/package.json +6 -0
- package/{GovGRLogo → GovGRLogoBase}/govgr-logo-base64.js.map +1 -1
- package/GovGRLogoBase/govgr-logo-blue-base64/package.json +6 -0
- package/{GovGRLogo → GovGRLogoBase}/govgr-logo-blue-base64.js.map +1 -1
- package/GovGRLogoBase/index.d.ts +9 -0
- package/GovGRLogoBase/index.js +43 -0
- package/GovGRLogoBase/index.js.map +7 -0
- package/{ButtonLink → GovGRLogoBase}/package.json +1 -1
- package/Grid/index.d.ts +3 -9
- package/Grid/index.js +1 -0
- package/Grid/index.js.map +2 -2
- package/HeaderContent/index.js.map +1 -1
- package/HeaderLogoBase/index.d.ts +19 -0
- package/HeaderLogoBase/index.js +33 -0
- package/HeaderLogoBase/index.js.map +7 -0
- package/HeaderLogoBase/package.json +6 -0
- package/HeaderNavMenuContent/index.js.map +1 -1
- package/HeaderSecondaryLogoBase/index.d.ts +19 -0
- package/{HeaderSecondaryLogo → HeaderSecondaryLogoBase}/index.js +7 -7
- package/HeaderSecondaryLogoBase/index.js.map +7 -0
- package/{BreadcrumbsListItemLink → HeaderSecondaryLogoBase}/package.json +1 -1
- package/HeaderSection/index.js.map +1 -1
- package/HeaderTitleBase/index.d.ts +9 -0
- package/HeaderTitleBase/index.js +24 -0
- package/HeaderTitleBase/index.js.map +7 -0
- package/HeaderTitleBase/package.json +6 -0
- 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/LinkBase/index.js +1 -0
- 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/ModalContent/index.js.map +1 -1
- package/ModalHeading/index.js.map +1 -1
- package/{NavListItemAction → NavListItemActionBase}/index.d.ts +6 -6
- package/{NavListItemAction → NavListItemActionBase}/index.js +7 -7
- package/NavListItemActionBase/index.js.map +7 -0
- package/NavListItemActionBase/package.json +6 -0
- package/NavListItemActionContainer/index.native/index.js +1 -1
- package/NavListItemActionContainer/index.native.d.ts +0 -2
- package/NavListItemActionContainer/index.native.js.map +1 -1
- package/NavListItemActionContainer/index.web.js.map +1 -1
- package/NavListItemBadge/index.js +1 -1
- package/NavListItemBadge/index.js.map +2 -2
- package/{NavListItemLink → NavListItemLinkBase}/index.d.ts +4 -4
- package/{NavListItemLink → NavListItemLinkBase}/index.js +6 -6
- package/NavListItemLinkBase/index.js.map +7 -0
- package/{AutoCompleteInput → NavListItemLinkBase}/package.json +1 -1
- 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/NotificationBannerContainer/index.d.ts +2 -1
- package/NotificationBannerContainer/index.js.map +2 -2
- package/NotificationBannerContent/index.d.ts +22 -0
- package/NotificationBannerContent/index.js +14 -3
- package/NotificationBannerContent/index.js.map +2 -2
- package/NotificationBannerHeader/index.js.map +1 -1
- package/NotificationBannerHeading/index.js.map +1 -1
- package/NotificationBannerLink/index.js.map +2 -2
- package/NotificationBannerLink/index.native/index.js +2 -2
- package/NotificationBannerLink/index.native.d.ts +1 -3
- package/NotificationBannerLink/index.native.js.map +2 -2
- package/NotificationBannerLink/index.web.js.map +1 -1
- 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.map +2 -2
- package/PhaseBannerHeaderContainer/index.js.map +1 -1
- package/PhaseBannerTag/index.js.map +1 -1
- package/PhaseBannerText/index.js.map +1 -1
- package/RadioConditional/index.js.map +1 -1
- package/RadioItem/index.js.map +2 -2
- package/ResultsActionBar/index.js.map +1 -1
- package/ResultsHeading/index.js.map +1 -1
- 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 +3 -2
- package/Skeleton/index.js.map +2 -2
- package/SkipLink/index.js.map +1 -1
- package/Stack/index.d.ts +2 -2
- package/Stack/index.js.map +1 -1
- 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 +10 -2
- package/SummaryList/index.js +10 -2
- package/SummaryList/index.js.map +2 -2
- package/SummaryListItem/index.js +1 -1
- package/SummaryListItem/index.js.map +2 -2
- package/SummaryListItemAction/index.js.map +1 -1
- package/SummaryListItemKey/index.d.ts +14 -0
- package/SummaryListItemKey/index.js +14 -2
- package/SummaryListItemKey/index.js.map +2 -2
- package/SummaryListItemValue/index.d.ts +14 -0
- package/SummaryListItemValue/index.js +11 -2
- package/SummaryListItemValue/index.js.map +2 -2
- package/Table/index.d.ts +9 -0
- package/Table/index.js +4 -1
- package/Table/index.js.map +2 -2
- package/TableDataCell/index.d.ts +22 -0
- package/TableDataCell/index.js +18 -2
- package/TableDataCell/index.js.map +2 -2
- 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.js.map +2 -2
- package/TextArea/index.native/index.js +1 -1
- package/TextArea/index.native.d.ts +1 -3
- package/TextArea/index.native.js.map +1 -1
- package/TextArea/index.web.js.map +2 -2
- package/TextInput/index.js.map +1 -1
- package/TextInput/index.native/index.js +3 -3
- package/TextInput/index.native.d.ts +1 -3
- package/TextInput/index.native.js.map +2 -2
- package/TimelineActions/index.js.map +1 -1
- package/TimelineContent/index.js.map +1 -1
- package/TimelineHeading/index.js +2 -2
- package/TimelineHeading/index.js.map +2 -2
- package/TimelineItem/index.js.map +1 -1
- package/Top/index.js.map +1 -1
- package/Typography/index.d.ts +1 -1
- package/Typography/index.js +15 -17
- package/Typography/index.js.map +2 -2
- package/Unpurge/index.js.map +2 -2
- package/VisuallyHidden/index.js.map +1 -1
- package/WarningText/index.d.ts +7 -0
- package/WarningText/index.js +10 -2
- package/WarningText/index.js.map +2 -2
- package/WarningTextAssistive/index.d.ts +3 -3
- package/WarningTextAssistive/index.js.map +2 -2
- package/cjs/Accordion/index.js +5 -35
- package/cjs/Accordion/index.js.map +3 -3
- package/cjs/{utils/extend.native → Accordion/index.native}/index.js +22 -16
- package/cjs/Accordion/index.native.js.map +7 -0
- package/cjs/{ButtonLink → Accordion/index.web}/index.js +24 -16
- package/cjs/Accordion/index.web.js.map +7 -0
- package/cjs/AccordionControls/index.js.map +1 -1
- package/cjs/AccordionSection/index.js +5 -21
- package/cjs/AccordionSection/index.js.map +3 -3
- package/cjs/{CheckboxItemInput → AccordionSection}/index.native/index.js +13 -12
- package/cjs/AccordionSection/index.native.js.map +7 -0
- package/cjs/{HeaderTitle → AccordionSection/index.web}/index.js +11 -12
- package/cjs/AccordionSection/index.web.js.map +7 -0
- package/cjs/AccordionSectionContent/index.js.map +1 -1
- package/cjs/AccordionSectionSummary/index.js.map +1 -1
- package/cjs/AccordionSectionSummaryHeading/index.js +5 -3
- package/cjs/AccordionSectionSummaryHeading/index.js.map +2 -2
- 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/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/BackLinkBase/index.js +62 -0
- package/cjs/BackLinkBase/index.js.map +7 -0
- package/cjs/BackToTopLink/index.js.map +1 -1
- package/cjs/BannerContainer/index.js +1 -1
- package/cjs/BannerContainer/index.js.map +2 -2
- package/cjs/Base/compat/Input/CheckboxInput.native.js.map +2 -2
- package/cjs/Base/compat/Input/RadioInput.native.js.map +2 -2
- package/cjs/Base/compat/button.native/index.js +1 -1
- package/cjs/Base/compat/button.native.js.map +2 -2
- package/cjs/Base/compat/details.native/index.js +2 -1
- package/cjs/Base/compat/details.native.js.map +2 -2
- package/cjs/Base/compat/li.native.js.map +2 -2
- package/cjs/Base/index.native.js.map +2 -2
- package/cjs/Base/index.web.js.map +1 -1
- package/cjs/Base/mapping.native/index.js +1 -1
- package/cjs/Base/mapping.native.js.map +2 -2
- package/cjs/Base/wrap.native/index.js +6 -3
- package/cjs/Base/wrap.native.js.map +3 -3
- 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/{BreadcrumbsListItemLink → BreadcrumbsListItemLinkBase}/index.js +10 -11
- package/cjs/BreadcrumbsListItemLinkBase/index.js.map +7 -0
- package/cjs/{BreadcrumbsListItem → BreadcrumbsListItemWrapper}/index.js +8 -8
- package/cjs/BreadcrumbsListItemWrapper/index.js.map +7 -0
- package/cjs/Button/index.js +2 -0
- package/cjs/Button/index.js.map +2 -2
- package/cjs/ButtonGroup/index.js.map +1 -1
- package/cjs/ButtonLinkBase/index.js +60 -0
- package/cjs/ButtonLinkBase/index.js.map +7 -0
- package/cjs/{CallToAction → CallToActionBase}/index.js +10 -10
- package/cjs/CallToActionBase/index.js.map +7 -0
- package/cjs/Card/index.js +10 -1
- 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 +11 -2
- package/cjs/CheckboxItem/index.js.map +2 -2
- package/cjs/CheckboxItemInput/index.js.map +1 -1
- package/cjs/CheckboxItemInput/index.web/index.js +2 -2
- package/cjs/CheckboxItemInput/index.web.js.map +2 -2
- package/cjs/ChipKeyValue/index.js.map +1 -1
- package/cjs/ChoiceDividerText/index.js.map +1 -1
- package/cjs/{CircularProgress → CircularProgressBase}/index.js +8 -8
- package/cjs/CircularProgressBase/index.js.map +7 -0
- package/cjs/CodeBlockContainer/index.js.map +1 -1
- package/cjs/CodeBlockContent/index.js.map +1 -1
- package/cjs/CopyToClipboardContainer/index.js.map +1 -1
- package/cjs/CopyToClipboardMessage/index.js.map +1 -1
- package/cjs/CopyToClipboardMessage/index.native/index.js +3 -3
- package/cjs/CopyToClipboardMessage/index.native.js.map +2 -2
- package/cjs/CopyrightContainer/index.js.map +1 -1
- package/cjs/DateInputItem/index.js.map +1 -1
- package/cjs/DateInputItem/index.native/index.js +7 -10
- package/cjs/DateInputItem/index.native.js.map +2 -2
- package/cjs/DateInputItem/index.web/index.js +11 -1
- package/cjs/DateInputItem/index.web.js.map +2 -2
- package/cjs/Details/index.js.map +2 -2
- package/cjs/Details/index.native/index.js +2 -2
- package/cjs/Details/index.native.js.map +2 -2
- package/cjs/Details/index.web.js.map +1 -1
- package/cjs/DetailsContent/index.js +3 -2
- package/cjs/DetailsContent/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/ErrorSummary/index.js +3 -3
- package/cjs/ErrorSummary/index.js.map +2 -2
- package/cjs/Fieldset/index.js.map +1 -1
- package/cjs/FileUpload/index.js +12 -4
- package/cjs/FileUpload/index.js.map +2 -2
- package/cjs/FileUploadContainer/index.js +3 -2
- package/cjs/FileUploadContainer/index.js.map +2 -2
- package/cjs/FillableText/index.js.map +1 -1
- package/cjs/FilterContainer/index.js.map +2 -2
- package/cjs/FilterContent/index.js.map +1 -1
- 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/FooterLinkBase/index.js +56 -0
- package/cjs/FooterLinkBase/index.js.map +7 -0
- 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 → GovGRLogoBase}/govgr-logo-base64.js.map +1 -1
- package/cjs/{GovGRLogo → GovGRLogoBase}/govgr-logo-blue-base64.js.map +1 -1
- package/cjs/{GovGRLogo → GovGRLogoBase}/index.js +41 -43
- package/cjs/GovGRLogoBase/index.js.map +7 -0
- package/cjs/Grid/index.js +1 -0
- package/cjs/Grid/index.js.map +2 -2
- package/cjs/HeaderContent/index.js.map +1 -1
- package/cjs/{HeaderSecondaryLogo → HeaderLogoBase}/index.js +12 -12
- package/cjs/HeaderLogoBase/index.js.map +7 -0
- package/cjs/HeaderNavMenuContent/index.js.map +1 -1
- package/cjs/HeaderSecondaryLogoBase/index.js +66 -0
- package/cjs/HeaderSecondaryLogoBase/index.js.map +7 -0
- package/cjs/HeaderSection/index.js.map +1 -1
- package/cjs/HeaderTitleBase/index.js +57 -0
- package/cjs/HeaderTitleBase/index.js.map +7 -0
- 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/LinkBase/index.js +1 -0
- 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/ModalContent/index.js.map +1 -1
- package/cjs/ModalHeading/index.js.map +1 -1
- package/cjs/{NavListItemAction → NavListItemActionBase}/index.js +11 -11
- package/cjs/NavListItemActionBase/index.js.map +7 -0
- package/cjs/NavListItemActionContainer/index.native/index.js +2 -2
- package/cjs/NavListItemActionContainer/index.native.js.map +2 -2
- package/cjs/NavListItemActionContainer/index.web.js.map +1 -1
- package/cjs/NavListItemBadge/index.js +1 -1
- package/cjs/NavListItemBadge/index.js.map +2 -2
- package/cjs/{NavListItemLink → NavListItemLinkBase}/index.js +10 -10
- package/cjs/NavListItemLinkBase/index.js.map +7 -0
- 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/NotificationBannerContainer/index.js.map +2 -2
- package/cjs/NotificationBannerContent/index.js +14 -3
- package/cjs/NotificationBannerContent/index.js.map +2 -2
- package/cjs/NotificationBannerHeader/index.js.map +1 -1
- package/cjs/NotificationBannerHeading/index.js.map +1 -1
- package/cjs/NotificationBannerLink/index.js.map +2 -2
- package/cjs/NotificationBannerLink/index.native/index.js +3 -3
- package/cjs/NotificationBannerLink/index.native.js.map +2 -2
- package/cjs/NotificationBannerLink/index.web.js.map +1 -1
- 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.map +2 -2
- package/cjs/PhaseBannerHeaderContainer/index.js.map +1 -1
- package/cjs/PhaseBannerTag/index.js.map +1 -1
- package/cjs/PhaseBannerText/index.js.map +1 -1
- package/cjs/RadioConditional/index.js.map +1 -1
- package/cjs/RadioItem/index.js.map +2 -2
- package/cjs/ResultsActionBar/index.js.map +1 -1
- package/cjs/ResultsHeading/index.js.map +1 -1
- 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 +3 -2
- package/cjs/Skeleton/index.js.map +2 -2
- package/cjs/SkipLink/index.js.map +1 -1
- package/cjs/Stack/index.js.map +1 -1
- 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 +10 -2
- package/cjs/SummaryList/index.js.map +2 -2
- package/cjs/SummaryListItem/index.js +1 -1
- package/cjs/SummaryListItem/index.js.map +2 -2
- package/cjs/SummaryListItemAction/index.js.map +1 -1
- package/cjs/SummaryListItemKey/index.js +14 -2
- package/cjs/SummaryListItemKey/index.js.map +3 -3
- package/cjs/SummaryListItemValue/index.js +11 -2
- package/cjs/SummaryListItemValue/index.js.map +3 -3
- package/cjs/Table/index.js +4 -1
- package/cjs/Table/index.js.map +2 -2
- package/cjs/TableDataCell/index.js +18 -2
- package/cjs/TableDataCell/index.js.map +3 -3
- 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.map +2 -2
- package/cjs/TextArea/index.native/index.js +2 -2
- package/cjs/TextArea/index.native.js.map +2 -2
- package/cjs/TextArea/index.web.js.map +2 -2
- package/cjs/TextInput/index.js.map +1 -1
- package/cjs/TextInput/index.native/index.js +4 -4
- package/cjs/TextInput/index.native.js.map +2 -2
- package/cjs/TimelineActions/index.js.map +1 -1
- package/cjs/TimelineContent/index.js.map +1 -1
- package/cjs/TimelineHeading/index.js +2 -2
- package/cjs/TimelineHeading/index.js.map +2 -2
- package/cjs/TimelineItem/index.js.map +1 -1
- package/cjs/Top/index.js.map +1 -1
- package/cjs/Typography/index.js +15 -17
- package/cjs/Typography/index.js.map +2 -2
- package/cjs/Unpurge/index.js.map +2 -2
- package/cjs/VisuallyHidden/index.js.map +1 -1
- package/cjs/WarningText/index.js +10 -2
- package/cjs/WarningText/index.js.map +2 -2
- package/cjs/WarningTextAssistive/index.js.map +2 -2
- package/cjs/index.js +26 -30
- package/cjs/index.js.map +2 -2
- package/cjs/lazy/index.js +71 -73
- package/cjs/lazy.js.map +3 -3
- package/cjs/registry/index.js +48 -46
- package/cjs/registry.js.map +3 -3
- package/cjs/utils/index.native/index.js +86 -0
- package/cjs/utils/index.native.js.map +7 -0
- package/index.d.ts +13 -15
- package/index.js +14 -16
- package/index.js.map +2 -2
- package/lazy/index.js +245 -251
- package/package.json +5 -5
- package/registry/index.js +296 -295
- package/src/Accordion/__snapshots__/index.test.tsx.snap +48 -0
- package/src/Accordion/index.native.tsx +19 -0
- package/src/Accordion/index.test.tsx +24 -0
- package/src/Accordion/index.tsx +2 -71
- package/src/Accordion/index.web.tsx +71 -0
- package/src/AccordionControls/index.tsx +1 -1
- package/src/AccordionSection/index.native.tsx +18 -0
- package/src/AccordionSection/index.test.tsx +3 -1
- package/src/AccordionSection/index.tsx +2 -28
- package/src/AccordionSection/index.web.tsx +27 -0
- package/src/AccordionSectionContent/index.tsx +1 -1
- package/src/AccordionSectionSummary/index.tsx +1 -1
- package/src/AccordionSectionSummaryHeading/__snapshots__/index.test.tsx.snap +17 -0
- package/src/AccordionSectionSummaryHeading/index.test.tsx +9 -0
- package/src/AccordionSectionSummaryHeading/index.tsx +12 -4
- 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 +2 -2
- package/src/AdminContainer/index.test.tsx +6 -2
- package/src/AdminContainer/index.tsx +1 -1
- package/src/AdminHeader/index.test.tsx +3 -1
- package/src/AdminHeader/index.tsx +1 -1
- package/src/AdminHeaderContent/index.tsx +4 -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 +1 -1
- package/src/AutoCompleteAssistiveHint/index.test.tsx +2 -1
- package/src/AutoCompleteAssistiveHint/index.tsx +1 -1
- package/src/AutoCompleteContainer/index.tsx +4 -1
- package/src/{AutoCompleteInput → AutoCompleteInputBase}/index.test.tsx +4 -4
- package/src/{AutoCompleteInput → AutoCompleteInputBase}/index.tsx +6 -7
- package/src/AutoCompleteMultipleInputContainer/index.tsx +4 -4
- package/src/AutoCompleteResultList/index.test.tsx +2 -1
- package/src/AutoCompleteResultList/index.tsx +1 -4
- package/src/AutoCompleteResultListItem/index.test.tsx +2 -1
- package/src/AutoCompleteStatus/index.tsx +1 -1
- package/src/AutoCompleteStatusContainer/index.test.tsx +2 -1
- package/src/{BackLink → BackLinkBase}/__snapshots__/index.test.tsx.snap +2 -2
- package/src/BackLinkBase/index.test.tsx +15 -0
- package/src/BackLinkBase/index.tsx +36 -0
- package/src/BackToTopLink/index.tsx +1 -1
- package/src/BannerContainer/__snapshots__/index.test.tsx.snap +1 -1
- package/src/BannerContainer/index.test.tsx +3 -1
- package/src/BannerContainer/index.tsx +2 -2
- package/src/Base/compat/Input/CheckboxInput.native.tsx +2 -6
- package/src/Base/compat/Input/RadioInput.native.tsx +2 -6
- package/src/Base/compat/button.native.tsx +1 -1
- package/src/Base/compat/details.native.tsx +3 -1
- package/src/Base/compat/li.native.tsx +1 -3
- package/src/Base/index.native.tsx +3 -3
- package/src/Base/index.web.tsx +6 -6
- package/src/Base/mapping.native.tsx +9 -5
- package/src/Base/wrap.native.tsx +9 -6
- package/src/Blockquote/index.test.tsx +3 -1
- package/src/Bottom/index.tsx +1 -1
- package/src/BottomInfo/__snapshots__/index.test.tsx.snap +1 -1
- package/src/BottomInfo/index.tsx +1 -1
- package/src/BottomInfoContainer/__snapshots__/index.test.tsx.snap +1 -1
- 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/index.test.tsx +3 -1
- package/src/Breadcrumbs/index.tsx +1 -1
- package/src/BreadcrumbsList/index.test.tsx +3 -1
- package/src/BreadcrumbsList/index.tsx +1 -1
- package/src/{BreadcrumbsListItemLink → BreadcrumbsListItemLinkBase}/__snapshots__/index.test.tsx.snap +4 -4
- package/src/BreadcrumbsListItemLinkBase/index.test.tsx +18 -0
- package/src/{BreadcrumbsListItemLink → BreadcrumbsListItemLinkBase}/index.tsx +10 -11
- package/src/{BreadcrumbsListItem → BreadcrumbsListItemWrapper}/index.test.tsx +1 -1
- package/src/{BreadcrumbsListItem → BreadcrumbsListItemWrapper}/index.tsx +5 -5
- package/src/Button/index.test.tsx +23 -8
- package/src/Button/index.tsx +2 -0
- package/src/ButtonGroup/index.test.tsx +3 -1
- package/src/ButtonGroup/index.tsx +1 -1
- package/src/{ButtonLink → ButtonLinkBase}/__snapshots__/index.test.tsx.snap +22 -22
- package/src/ButtonLinkBase/index.test.tsx +75 -0
- package/src/ButtonLinkBase/index.tsx +55 -0
- package/src/{CallToAction → CallToActionBase}/__snapshots__/index.test.tsx.snap +1 -1
- package/src/CallToActionBase/index.test.tsx +10 -0
- package/src/{CallToAction → CallToActionBase}/index.tsx +10 -8
- package/src/Card/index.test.tsx +9 -3
- package/src/Card/index.tsx +10 -1
- package/src/CardAction/index.tsx +1 -1
- package/src/CardContent/index.test.tsx +3 -1
- package/src/CardContent/index.tsx +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 +0 -5
- 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 +0 -4
- package/src/CheckboxItem/index.test.tsx +6 -2
- package/src/CheckboxItem/index.tsx +10 -3
- package/src/CheckboxItemInput/index.tsx +1 -1
- package/src/CheckboxItemInput/index.web.tsx +3 -4
- package/src/ChipContainer/index.spec.tsx +3 -1
- package/src/ChipHeading/index.test.tsx +3 -1
- package/src/ChipKeyValue/index.test.tsx +3 -1
- package/src/ChipKeyValue/index.tsx +1 -1
- package/src/ChoiceDividerText/index.test.tsx +3 -1
- package/src/ChoiceDividerText/index.tsx +1 -1
- package/src/{CircularProgress → CircularProgressBase}/__snapshots__/index.test.tsx.snap +6 -6
- package/src/CircularProgressBase/index.test.tsx +38 -0
- package/src/{CircularProgress → CircularProgressBase}/index.tsx +7 -7
- package/src/CloseButton/index.test.tsx +3 -1
- package/src/Code/index.test.tsx +7 -3
- package/src/CodeBlockContainer/index.tsx +1 -1
- package/src/CodeBlockContent/index.tsx +1 -1
- package/src/Container/__snapshots__/index.test.tsx.snap +3 -3
- package/src/Container/index.test.tsx +3 -1
- package/src/CopyToClipboardContainer/index.spec.tsx +2 -1
- package/src/CopyToClipboardContainer/index.tsx +1 -1
- package/src/CopyToClipboardMessage/index.native.tsx +3 -3
- package/src/CopyToClipboardMessage/index.test.tsx +6 -3
- package/src/CopyToClipboardMessage/index.tsx +1 -1
- package/src/CopyrightContainer/index.tsx +1 -1
- package/src/DateInputItem/index.native.tsx +7 -10
- package/src/DateInputItem/index.test.tsx +3 -1
- package/src/DateInputItem/index.tsx +1 -1
- package/src/DateInputItem/index.web.tsx +12 -3
- package/src/Details/index.native.tsx +1 -1
- package/src/Details/index.tsx +2 -2
- package/src/Details/index.web.tsx +1 -1
- package/src/DetailsContent/index.test.tsx +3 -1
- package/src/DetailsContent/index.tsx +11 -2
- package/src/DetailsSummary/index.test.tsx +3 -1
- package/src/DrawerHeading/index.tsx +1 -5
- package/src/DropdownBase/index.test.tsx +6 -2
- package/src/DropdownButton/__snapshots__/index.test.tsx.snap +13 -13
- package/src/DropdownButton/index.test.tsx +8 -4
- package/src/DropdownContent/index.test.tsx +3 -1
- package/src/DropdownContent/index.tsx +1 -1
- package/src/ErrorMessage/index.test.tsx +3 -1
- package/src/ErrorMessage/index.tsx +1 -1
- package/src/ErrorSummary/index.test.tsx +6 -2
- package/src/ErrorSummary/index.tsx +17 -4
- package/src/FieldContainer/__snapshots__/index.test.tsx.snap +3 -3
- package/src/FieldContainer/index.test.tsx +3 -1
- package/src/Fieldset/index.tsx +1 -1
- package/src/FieldsetLegend/index.test.tsx +3 -1
- package/src/FileUpload/index.test.tsx +3 -1
- package/src/FileUpload/index.tsx +20 -4
- package/src/FileUploadContainer/index.test.tsx +3 -1
- package/src/FileUploadContainer/index.tsx +10 -1
- package/src/FillableText/index.test.tsx +3 -1
- package/src/FillableText/index.tsx +1 -1
- package/src/FilterContainer/index.test.tsx +10 -4
- package/src/FilterContainer/index.tsx +2 -1
- package/src/FilterContent/index.test.tsx +3 -1
- package/src/FilterContent/index.tsx +1 -1
- package/src/FilterSelectedHeading/index.tsx +1 -1
- package/src/FilterSelectedSection/index.tsx +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/index.test.tsx +3 -1
- package/src/FooterContent/index.tsx +1 -1
- package/src/FooterContentLogos/index.tsx +1 -1
- package/src/FooterHeading/index.test.tsx +3 -1
- package/src/FooterImage/index.tsx +1 -1
- package/src/FooterInfo/index.tsx +1 -1
- package/src/FooterInfoSection/index.test.tsx +5 -2
- package/src/{FooterLink → FooterLinkBase}/__snapshots__/index.test.tsx.snap +2 -2
- package/src/FooterLinkBase/index.test.tsx +16 -0
- package/src/FooterLinkBase/index.tsx +27 -0
- package/src/FooterList/index.test.tsx +3 -1
- package/src/FooterListItem/index.test.tsx +3 -1
- package/src/FooterListItem/index.tsx +1 -1
- package/src/FooterNavigation/index.test.tsx +3 -1
- package/src/FooterNavigation/index.tsx +1 -1
- package/src/FooterNavigationSection/index.tsx +1 -1
- package/src/FullPageBackground/index.tsx +1 -1
- package/src/{GovGRLogo → GovGRLogoBase}/__snapshots__/index.test.tsx.snap +1 -1
- package/src/GovGRLogoBase/index.test.tsx +8 -0
- package/src/GovGRLogoBase/index.tsx +43 -0
- package/src/Grid/__snapshots__/index.test.tsx.snap +8 -8
- package/src/Grid/index.tsx +4 -9
- package/src/HeaderContent/index.test.tsx +3 -1
- package/src/HeaderContent/index.tsx +1 -1
- package/src/{HeaderLogo → HeaderLogoBase}/__snapshots__/index.test.tsx.snap +1 -1
- package/src/HeaderLogoBase/index.test.tsx +8 -0
- package/src/HeaderLogoBase/index.tsx +44 -0
- package/src/HeaderNavMenuContent/index.tsx +1 -1
- package/src/{HeaderSecondaryLogo → HeaderSecondaryLogoBase}/__snapshots__/index.test.tsx.snap +2 -2
- package/src/{HeaderSecondaryLogo → HeaderSecondaryLogoBase}/index.test.tsx +7 -7
- package/src/{HeaderSecondaryLogo → HeaderSecondaryLogoBase}/index.tsx +9 -9
- package/src/HeaderSection/index.test.tsx +3 -1
- package/src/HeaderSection/index.tsx +1 -1
- package/src/{HeaderTitle → HeaderTitleBase}/__snapshots__/index.test.tsx.snap +2 -2
- package/src/HeaderTitleBase/index.test.tsx +17 -0
- package/src/HeaderTitleBase/index.tsx +28 -0
- package/src/Heading/index.test.tsx +15 -5
- package/src/HeadingCaption/index.test.tsx +3 -1
- package/src/Hidden/index.tsx +14 -1
- package/src/Hint/index.test.tsx +9 -3
- package/src/Hint/index.tsx +6 -6
- package/src/ImageLogo/index.test.tsx +3 -1
- package/src/ImageLogo/index.tsx +1 -4
- 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/index.test.tsx +3 -1
- package/src/LabelContainer/index.tsx +1 -1
- package/src/LabelTitle/index.test.tsx +15 -5
- package/src/LabeledText/index.test.tsx +3 -1
- package/src/LinkBase/index.test.tsx +6 -2
- package/src/LinkBase/index.tsx +5 -1
- package/src/List/__snapshots__/index.test.tsx.snap +19 -19
- package/src/List/index.test.tsx +8 -4
- package/src/ListItem/index.tsx +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/MastheadBody/index.test.tsx +3 -1
- package/src/MastheadBody/index.tsx +1 -1
- package/src/MastheadLogo/index.tsx +1 -1
- package/src/ModalAction/index.test.tsx +3 -1
- package/src/ModalAction/index.tsx +1 -1
- package/src/ModalContainer/index.test.tsx +3 -1
- package/src/ModalContent/index.test.tsx +3 -1
- package/src/ModalContent/index.tsx +1 -1
- package/src/ModalHeading/index.test.tsx +3 -1
- package/src/ModalHeading/index.tsx +1 -1
- package/src/Nav/index.test.tsx +6 -2
- package/src/NavListItemActionBase/__snapshots__/index.test.tsx.snap +101 -0
- package/src/NavListItemActionBase/index.test.tsx +42 -0
- package/src/{NavListItemAction → NavListItemActionBase}/index.tsx +15 -16
- package/src/NavListItemActionContainer/index.native.tsx +1 -1
- package/src/NavListItemActionContainer/index.test.tsx +2 -1
- package/src/NavListItemActionContainer/index.web.tsx +1 -1
- package/src/NavListItemBadge/index.tsx +1 -1
- package/src/NavListItemButton/index.test.tsx +7 -3
- package/src/{NavListItemLink → NavListItemLinkBase}/__snapshots__/index.test.tsx.snap +5 -5
- package/src/NavListItemLinkBase/index.test.tsx +41 -0
- package/src/{NavListItemLink → NavListItemLinkBase}/index.tsx +8 -9
- package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +4 -4
- 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/index.tsx +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 +0 -12
- package/src/NormalText/index.test.tsx +33 -21
- package/src/NotificationBannerContainer/index.test.tsx +2 -1
- package/src/NotificationBannerContainer/index.tsx +2 -1
- package/src/NotificationBannerContent/index.test.tsx +2 -1
- package/src/NotificationBannerContent/index.tsx +50 -4
- package/src/NotificationBannerHeader/index.test.tsx +2 -1
- package/src/NotificationBannerHeader/index.tsx +1 -1
- package/src/NotificationBannerHeading/index.test.tsx +2 -1
- package/src/NotificationBannerHeading/index.tsx +1 -1
- package/src/NotificationBannerLink/index.native.tsx +2 -2
- package/src/NotificationBannerLink/index.tsx +1 -1
- package/src/NotificationBannerLink/index.web.tsx +1 -1
- package/src/PageTitleCaption/index.test.tsx +3 -1
- package/src/PageTitleContainer/index.tsx +1 -1
- package/src/PageTitleHeading/index.test.tsx +3 -1
- package/src/Pagination/index.spec.tsx +3 -1
- package/src/PaginationLabelContainer/index.spec.tsx +2 -1
- package/src/PaginationLabelContainer/index.tsx +1 -1
- package/src/PaginationList/index.spec.tsx +3 -1
- package/src/PaginationList/index.tsx +1 -1
- package/src/PaginationListItem/index.spec.tsx +4 -2
- package/src/PanelBody/index.tsx +1 -1
- package/src/PanelTitle/index.tsx +1 -1
- package/src/Paragraph/__snapshots__/index.test.tsx.snap +0 -12
- package/src/Paragraph/index.test.tsx +33 -17
- package/src/PhaseBanner/index.test.tsx +6 -2
- package/src/PhaseBanner/index.tsx +2 -1
- package/src/PhaseBannerHeaderContainer/inde.test.tsx +2 -1
- package/src/PhaseBannerHeaderContainer/index.tsx +1 -1
- package/src/PhaseBannerTag/index.test.tsx +3 -1
- package/src/PhaseBannerTag/index.tsx +1 -1
- package/src/PhaseBannerText/index.test.tsx +3 -1
- package/src/PhaseBannerText/index.tsx +1 -1
- 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/index.test.tsx +8 -3
- package/src/RadioItem/__snapshots__/index.test.tsx.snap +0 -4
- package/src/RadioItem/index.test.tsx +6 -2
- package/src/RadioItem/index.tsx +2 -1
- package/src/ResultsActionBar/index.tsx +1 -1
- package/src/ResultsActionBar/indext.test.tsx +3 -1
- package/src/ResultsHeading/index.test.tsx +3 -1
- package/src/ResultsHeading/index.tsx +1 -1
- package/src/SearchButton/index.tsx +1 -1
- package/src/SearchContainer/index.test.tsx +3 -1
- package/src/SearchContainer/index.tsx +1 -1
- package/src/SectionBreak/index.test.tsx +3 -1
- package/src/SelectContainer/index.test.tsx +5 -2
- package/src/SelectOption/index.test.tsx +3 -1
- package/src/SelectOption/index.tsx +1 -1
- package/src/SingleCharacterInput/__snapshots__/index.test.tsx.snap +0 -15
- package/src/SingleCharacterInput/index.test.tsx +3 -7
- package/src/SingleCharacterInputs/index.tsx +1 -1
- package/src/Skeleton/index.test.tsx +36 -9
- package/src/Skeleton/index.tsx +4 -3
- package/src/SkipLink/index.tsx +1 -1
- package/src/Stack/index.test.tsx +54 -18
- package/src/Stack/index.tsx +2 -2
- package/src/StepNavAccordion/index.test.tsx +3 -1
- package/src/StepNavAccordion/index.tsx +2 -2
- package/src/StepNavAccordionContent/index.tsx +1 -1
- package/src/StepNavAccordionHeadingText/index.test.tsx +2 -1
- package/src/StepNavAccordionHeadingTitle/index.test.tsx +2 -1
- package/src/StepNavAccordionHeadingTitle/index.tsx +1 -1
- package/src/StepNavAccordionSummary/index.tsx +1 -1
- package/src/StepNavCircleNumber/index.test.tsx +2 -1
- package/src/StepNavControls/index.test.tsx +3 -1
- package/src/StepNavControls/index.tsx +1 -1
- package/src/StepNavList/index.test.tsx +3 -1
- package/src/StepNavList/index.tsx +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 +36 -0
- package/src/SummaryList/index.test.tsx +18 -1
- package/src/SummaryList/index.tsx +20 -3
- package/src/SummaryListItem/index.test.tsx +3 -1
- package/src/SummaryListItem/index.tsx +1 -1
- package/src/SummaryListItemAction/index.tsx +1 -1
- package/src/SummaryListItemKey/__snapshots__/index.test.tsx.snap +70 -0
- package/src/SummaryListItemKey/index.test.tsx +29 -0
- package/src/SummaryListItemKey/index.tsx +29 -1
- package/src/SummaryListItemValue/__snapshots__/index.test.tsx.snap +34 -0
- package/src/SummaryListItemValue/index.test.tsx +14 -0
- package/src/SummaryListItemValue/index.tsx +30 -2
- package/src/Table/__snapshots__/index.test.tsx.snap +4 -4
- package/src/Table/index.test.tsx +36 -6
- package/src/Table/index.tsx +12 -0
- package/src/TableBody/index.test.tsx +7 -1
- package/src/TableCaption/index.test.tsx +27 -5
- package/src/TableContainer/index.test.tsx +3 -1
- package/src/TableDataCell/__snapshots__/index.test.tsx.snap +79 -2
- package/src/TableDataCell/index.test.tsx +63 -3
- package/src/TableDataCell/index.tsx +56 -1
- package/src/TableHead/index.test.tsx +12 -2
- package/src/TableHead/index.tsx +1 -1
- package/src/TableHeadCell/index.test.tsx +129 -15
- package/src/TableLoaderBackground/index.tsx +1 -1
- package/src/TableNoDataRow/index.test.tsx +9 -1
- package/src/TableNoDataRow/index.tsx +1 -1
- package/src/TableRow/__snapshots__/index.test.tsx.snap +1 -1
- package/src/TableRow/index.test.tsx +28 -4
- package/src/TableSortIconContainer/index.tsx +1 -1
- package/src/TabsHeading/index.test.tsx +9 -3
- package/src/TabsHeading/index.tsx +1 -1
- package/src/TabsList/index.tsx +1 -1
- package/src/TabsListItemBase/__snapshots__/index.test.tsx.snap +9 -9
- package/src/TabsListItemBase/index.test.tsx +4 -2
- package/src/TabsPanelBase/index.test.tsx +6 -2
- package/src/TaskList/index.test.tsx +3 -1
- package/src/TaskListItem/index.test.tsx +3 -1
- package/src/TaskListItem/index.tsx +1 -1
- package/src/TaskListItemContent/index.tsx +1 -1
- package/src/TaskListItemHeading/index.test.tsx +4 -2
- package/src/TaskListItemTag/index.test.tsx +5 -2
- package/src/TextArea/index.native.tsx +1 -1
- package/src/TextArea/index.test.tsx +24 -8
- package/src/TextArea/index.tsx +1 -1
- package/src/TextArea/index.web.tsx +1 -4
- package/src/TextInput/index.native.tsx +3 -3
- package/src/TextInput/index.test.tsx +58 -23
- package/src/TextInput/index.tsx +1 -1
- package/src/Timeline/index.test.tsx +3 -1
- package/src/TimelineActions/index.test.tsx +3 -1
- package/src/TimelineActions/index.tsx +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 +2 -2
- package/src/TimelineHeading/index.test.tsx +3 -1
- package/src/TimelineHeading/index.tsx +2 -2
- package/src/TimelineItem/index.test.tsx +3 -1
- package/src/TimelineItem/index.tsx +1 -1
- package/src/Top/index.tsx +1 -1
- package/src/Typography/index.tsx +21 -20
- package/src/Unpurge/index.tsx +1 -2
- package/src/VisuallyHidden/index.test.tsx +3 -1
- package/src/VisuallyHidden/index.tsx +1 -1
- package/src/WarningText/__snapshots__/index.test.tsx.snap +26 -0
- package/src/WarningText/index.test.tsx +11 -2
- package/src/WarningText/index.tsx +21 -6
- package/src/WarningTextAssistive/index.tsx +6 -6
- package/src/index.ts +13 -15
- package/src/lazy.js +245 -248
- package/src/registry.js +288 -288
- package/src/utils/index.native.tsx +122 -0
- package/utils/index.native/index.js +52 -0
- package/utils/index.native/package.json +6 -0
- package/utils/index.native.d.ts +43 -0
- package/utils/index.native.js.map +7 -0
- package/AutoCompleteInput/index.d.ts +0 -17
- package/AutoCompleteInput/index.js.map +0 -7
- package/AutoCompleteInputTypeahead/index.d.ts +0 -11
- package/AutoCompleteInputTypeahead/index.js +0 -25
- package/AutoCompleteInputTypeahead/index.js.map +0 -7
- package/BackLink/index.d.ts +0 -9
- package/BackLink/index.js +0 -33
- package/BackLink/index.js.map +0 -7
- package/BreadcrumbsListItem/index.d.ts +0 -10
- package/BreadcrumbsListItem/index.js.map +0 -7
- package/BreadcrumbsListItemLink/index.js +0 -24
- package/BreadcrumbsListItemLink/index.js.map +0 -7
- package/ButtonLink/index.js +0 -29
- package/ButtonLink/index.js.map +0 -7
- package/CallToAction/index.d.ts +0 -9
- package/CallToAction/index.js.map +0 -7
- package/CheckboxItemInput/index.native/index.js +0 -20
- package/CheckboxItemInput/index.native/package.json +0 -6
- package/CheckboxItemInput/index.native.d.ts +0 -4
- package/CheckboxItemInput/index.native.js.map +0 -7
- package/CircularProgress/index.js.map +0 -7
- package/FooterLink/index.d.ts +0 -9
- package/FooterLink/index.js +0 -25
- package/FooterLink/index.js.map +0 -7
- package/GovGRLogo/govgr-logo-base64/package.json +0 -6
- package/GovGRLogo/govgr-logo-blue-base64/package.json +0 -6
- package/GovGRLogo/index.d.ts +0 -9
- package/GovGRLogo/index.js +0 -45
- package/GovGRLogo/index.js.map +0 -7
- package/GovGRLogo/package.json +0 -6
- package/HeaderLogo/index.d.ts +0 -19
- package/HeaderLogo/index.js +0 -35
- package/HeaderLogo/index.js.map +0 -7
- package/HeaderLogo/package.json +0 -6
- package/HeaderSecondaryLogo/index.d.ts +0 -19
- package/HeaderSecondaryLogo/index.js.map +0 -7
- package/HeaderSecondaryLogo/package.json +0 -6
- package/HeaderTitle/index.d.ts +0 -9
- package/HeaderTitle/index.js +0 -24
- package/HeaderTitle/index.js.map +0 -7
- package/HeaderTitle/package.json +0 -6
- package/NavListItemAction/index.js.map +0 -7
- package/NavListItemAction/package.json +0 -6
- package/NavListItemLink/index.js.map +0 -7
- package/NavListItemLink/index.test.d.ts +0 -1
- package/NavListItemLink/package.json +0 -6
- package/SvgIcon/index.d.ts +0 -37
- package/SvgIcon/index.js +0 -30
- package/SvgIcon/index.js.map +0 -7
- package/SvgIcon/index.test.d.ts +0 -1
- package/SvgIcon/package.json +0 -6
- package/cjs/AutoCompleteInput/index.js.map +0 -7
- package/cjs/AutoCompleteInputTypeahead/index.js +0 -58
- package/cjs/AutoCompleteInputTypeahead/index.js.map +0 -7
- package/cjs/BackLink/index.js +0 -66
- package/cjs/BackLink/index.js.map +0 -7
- package/cjs/BreadcrumbsListItem/index.js.map +0 -7
- package/cjs/BreadcrumbsListItemLink/index.js.map +0 -7
- package/cjs/ButtonLink/index.js.map +0 -7
- package/cjs/CallToAction/index.js.map +0 -7
- package/cjs/CheckboxItemInput/index.native.js.map +0 -7
- package/cjs/CircularProgress/index.js.map +0 -7
- package/cjs/FooterLink/index.js +0 -58
- package/cjs/FooterLink/index.js.map +0 -7
- package/cjs/GovGRLogo/index.js.map +0 -7
- package/cjs/HeaderLogo/index.js +0 -68
- package/cjs/HeaderLogo/index.js.map +0 -7
- package/cjs/HeaderSecondaryLogo/index.js.map +0 -7
- package/cjs/HeaderTitle/index.js.map +0 -7
- package/cjs/NavListItemAction/index.js.map +0 -7
- package/cjs/NavListItemLink/index.js.map +0 -7
- package/cjs/SvgIcon/index.js +0 -63
- package/cjs/SvgIcon/index.js.map +0 -7
- package/cjs/utils/extend.native.js.map +0 -7
- package/lazy.d.ts +0 -248
- package/lazy.js.map +0 -7
- package/registry.d.ts +0 -266
- package/registry.js.map +0 -7
- package/src/AutoCompleteInputTypeahead/__snapshots__/index.test.tsx.snap +0 -16
- package/src/AutoCompleteInputTypeahead/index.test.tsx +0 -8
- package/src/AutoCompleteInputTypeahead/index.tsx +0 -32
- package/src/BackLink/index.test.tsx +0 -11
- package/src/BackLink/index.tsx +0 -37
- package/src/BreadcrumbsListItemLink/index.test.tsx +0 -15
- package/src/ButtonLink/index.test.tsx +0 -64
- package/src/ButtonLink/index.tsx +0 -54
- package/src/CallToAction/index.test.tsx +0 -8
- package/src/CheckboxItemInput/index.native.tsx +0 -17
- package/src/CircularProgress/index.test.tsx +0 -32
- package/src/FooterLink/index.test.tsx +0 -12
- package/src/FooterLink/index.tsx +0 -26
- package/src/GovGRLogo/index.test.tsx +0 -8
- package/src/GovGRLogo/index.tsx +0 -42
- package/src/HeaderLogo/index.test.tsx +0 -8
- package/src/HeaderLogo/index.tsx +0 -43
- package/src/HeaderTitle/index.test.tsx +0 -13
- package/src/HeaderTitle/index.tsx +0 -28
- package/src/NavListItemAction/__snapshots__/index.test.tsx.snap +0 -13
- package/src/NavListItemAction/index.test.tsx +0 -10
- package/src/NavListItemLink/index.test.tsx +0 -37
- 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/src/utils/extend.native.tsx +0 -36
- package/utils/extend.native/index.js +0 -14
- package/utils/extend.native/package.json +0 -6
- package/utils/extend.native.d.ts +0 -23
- package/utils/extend.native.js.map +0 -7
- /package/{AutoCompleteInput → AutoCompleteInputBase}/index.test.d.ts +0 -0
- /package/{AutoCompleteInputTypeahead → BackLinkBase}/index.test.d.ts +0 -0
- /package/{BackLink → BreadcrumbsListItemLinkBase}/index.test.d.ts +0 -0
- /package/{BreadcrumbsListItem → BreadcrumbsListItemWrapper}/index.test.d.ts +0 -0
- /package/{BreadcrumbsListItemLink → ButtonLinkBase}/index.test.d.ts +0 -0
- /package/{ButtonLink → CallToActionBase}/index.test.d.ts +0 -0
- /package/{CallToAction → CircularProgressBase}/index.test.d.ts +0 -0
- /package/{CircularProgress → FooterLinkBase}/index.test.d.ts +0 -0
- /package/{GovGRLogo → GovGRLogoBase}/govgr-logo-base64/index.js +0 -0
- /package/{GovGRLogo → GovGRLogoBase}/govgr-logo-base64.d.ts +0 -0
- /package/{GovGRLogo → GovGRLogoBase}/govgr-logo-blue-base64/index.js +0 -0
- /package/{GovGRLogo → GovGRLogoBase}/govgr-logo-blue-base64.d.ts +0 -0
- /package/{FooterLink → GovGRLogoBase}/index.test.d.ts +0 -0
- /package/{GovGRLogo → HeaderLogoBase}/index.test.d.ts +0 -0
- /package/{HeaderLogo → HeaderSecondaryLogoBase}/index.test.d.ts +0 -0
- /package/{HeaderSecondaryLogo → HeaderTitleBase}/index.test.d.ts +0 -0
- /package/{HeaderTitle → NavListItemActionBase}/index.test.d.ts +0 -0
- /package/{NavListItemAction → NavListItemLinkBase}/index.test.d.ts +0 -0
- /package/cjs/{GovGRLogo → GovGRLogoBase}/govgr-logo-base64/index.js +0 -0
- /package/cjs/{GovGRLogo → GovGRLogoBase}/govgr-logo-blue-base64/index.js +0 -0
- /package/src/{AutoCompleteInput → AutoCompleteInputBase}/__snapshots__/index.test.tsx.snap +0 -0
- /package/src/{BreadcrumbsListItem → BreadcrumbsListItemWrapper}/__snapshots__/index.test.tsx.snap +0 -0
- /package/src/{GovGRLogo → GovGRLogoBase}/govgr-logo-base64.js +0 -0
- /package/src/{GovGRLogo → GovGRLogoBase}/govgr-logo-blue-base64.ts +0 -0
|
@@ -1,8 +1,32 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
|
+
import { WarningTextAssistive } from '@digigov/react-core/WarningTextAssistive';
|
|
4
5
|
|
|
5
|
-
export interface NotificationBannerContentProps extends BaseProps<'div'> {
|
|
6
|
+
export interface NotificationBannerContentProps extends BaseProps<'div'> {
|
|
7
|
+
/**
|
|
8
|
+
* assistiveText is optional.
|
|
9
|
+
* Default value is "Προσοχή".
|
|
10
|
+
* assistiveText is used to provide a textual warning for assistive technologies like screen readers.
|
|
11
|
+
*/
|
|
12
|
+
assistiveText?: string;
|
|
13
|
+
/**
|
|
14
|
+
* variant is optional.
|
|
15
|
+
* variant is used to display red line on the left side of the component and exclamation mark icon with light red as background.
|
|
16
|
+
* @value 'error'
|
|
17
|
+
* @value 'error-group'
|
|
18
|
+
* @default 'error'.
|
|
19
|
+
*/
|
|
20
|
+
/**
|
|
21
|
+
* variant is optional.
|
|
22
|
+
* variant error is used to change the color of the NotificationBannerContainer.
|
|
23
|
+
* variant error-group is used to display red line on the left side of the component and exclamation mark icon with light red as background.
|
|
24
|
+
* @value 'error'
|
|
25
|
+
* @value 'error-group'
|
|
26
|
+
* @default 'error'.
|
|
27
|
+
*/
|
|
28
|
+
variant?: 'error' | 'error-group';
|
|
29
|
+
}
|
|
6
30
|
/**
|
|
7
31
|
* Details for the NotificationBannerContent.
|
|
8
32
|
* NotificationBannerContent component is used as a content for
|
|
@@ -12,17 +36,39 @@ export interface NotificationBannerContentProps extends BaseProps<'div'> { }
|
|
|
12
36
|
export const NotificationBannerContent = React.forwardRef<
|
|
13
37
|
HTMLDivElement,
|
|
14
38
|
NotificationBannerContentProps
|
|
15
|
-
>(function NotificationBannerContent(
|
|
39
|
+
>(function NotificationBannerContent(
|
|
40
|
+
{ className, assistiveText, variant, children, ...props },
|
|
41
|
+
ref
|
|
42
|
+
) {
|
|
16
43
|
return (
|
|
17
44
|
<Base
|
|
18
45
|
as="div"
|
|
19
46
|
ref={ref}
|
|
20
47
|
className={clsx(className, {
|
|
21
|
-
'ds-notification-banner__content':
|
|
48
|
+
'ds-notification-banner__content': variant !== 'error-group',
|
|
49
|
+
'ds-notification-error-group-banner__content':
|
|
50
|
+
variant === 'error-group',
|
|
22
51
|
})}
|
|
23
52
|
{...props}
|
|
24
53
|
>
|
|
25
|
-
{
|
|
54
|
+
{variant === 'error-group' ? (
|
|
55
|
+
<>
|
|
56
|
+
<Base
|
|
57
|
+
as="div"
|
|
58
|
+
className={clsx({
|
|
59
|
+
'ds-notification-banner__icon--error-group': true,
|
|
60
|
+
})}
|
|
61
|
+
>
|
|
62
|
+
!
|
|
63
|
+
</Base>
|
|
64
|
+
<WarningTextAssistive>{assistiveText}</WarningTextAssistive>
|
|
65
|
+
<Base as="div" className="ds-notification-banner__text-error-group">
|
|
66
|
+
{children}
|
|
67
|
+
</Base>
|
|
68
|
+
</>
|
|
69
|
+
) : (
|
|
70
|
+
children
|
|
71
|
+
)}
|
|
26
72
|
</Base>
|
|
27
73
|
);
|
|
28
74
|
});
|
|
@@ -5,6 +5,7 @@ import NotificationBannerHeader from '@digigov/react-core/NotificationBannerHead
|
|
|
5
5
|
|
|
6
6
|
it('renders the NotificationBannerHeader with no props', () => {
|
|
7
7
|
expect(
|
|
8
|
-
render(<NotificationBannerHeader>hello</NotificationBannerHeader>)
|
|
8
|
+
render(<NotificationBannerHeader>hello</NotificationBannerHeader>)
|
|
9
|
+
.baseElement
|
|
9
10
|
).toMatchSnapshot();
|
|
10
11
|
});
|
|
@@ -3,7 +3,7 @@ import clsx from 'clsx';
|
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
import Heading from '@digigov/react-core/Heading';
|
|
5
5
|
|
|
6
|
-
export interface NotificationBannerHeaderProps extends BaseProps<'div'> {
|
|
6
|
+
export interface NotificationBannerHeaderProps extends BaseProps<'div'> {}
|
|
7
7
|
/**
|
|
8
8
|
* Details for the NotificationBannerHeader.
|
|
9
9
|
* NotificationBannerHeader component is used for placing head title to NotificationBanner component.
|
|
@@ -5,6 +5,7 @@ import NotificationBannerHeading from '@digigov/react-core/NotificationBannerHea
|
|
|
5
5
|
|
|
6
6
|
it('renders the NotificationBannerHeading with no props', () => {
|
|
7
7
|
expect(
|
|
8
|
-
render(<NotificationBannerHeading>hello</NotificationBannerHeading>)
|
|
8
|
+
render(<NotificationBannerHeading>hello</NotificationBannerHeading>)
|
|
9
|
+
.baseElement
|
|
9
10
|
).toMatchSnapshot();
|
|
10
11
|
});
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import Heading, { HeadingProps } from '@digigov/react-core/Heading';
|
|
4
4
|
|
|
5
|
-
export interface NotificationBannerHeadingProps extends HeadingProps {
|
|
5
|
+
export interface NotificationBannerHeadingProps extends HeadingProps {}
|
|
6
6
|
/**
|
|
7
7
|
* Details for the NotificationBannerHeading.
|
|
8
8
|
* NotificationBannerHeading component is used for placing text content to NotificationBanner component.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import clsx from 'clsx';
|
|
1
2
|
import CoreNotificationBannerLink, {
|
|
2
3
|
NotificationBannerLinkProps,
|
|
3
4
|
} from '@digigov/react-core/NotificationBannerLink/index.web';
|
|
4
|
-
import { extend } from '@digigov/react-core/utils/
|
|
5
|
-
import clsx from 'clsx';
|
|
5
|
+
import { extend } from '@digigov/react-core/utils/index.native';
|
|
6
6
|
|
|
7
7
|
interface AdditionalProps {
|
|
8
8
|
variant?: 'error' | 'success';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from '@digigov/react-core/NotificationBannerLink/index.web';
|
|
2
|
-
export {default as default} from '@digigov/react-core/NotificationBannerLink/index.web';
|
|
2
|
+
export { default as default } from '@digigov/react-core/NotificationBannerLink/index.web';
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import LinkBase, { LinkBaseProps } from '@digigov/react-core/LinkBase';
|
|
4
4
|
|
|
5
|
-
export interface NotificationBannerLinkProps extends LinkBaseProps {
|
|
5
|
+
export interface NotificationBannerLinkProps extends LinkBaseProps {}
|
|
6
6
|
/**
|
|
7
7
|
* Details for the NotificationBannerLink.
|
|
8
8
|
* NotificationBannerLink allow users to click their way from page to page.
|
|
@@ -4,7 +4,9 @@ import { render } from '@testing-library/react';
|
|
|
4
4
|
import PageTitleHeading from '@digigov/react-core/PageTitleHeading';
|
|
5
5
|
|
|
6
6
|
it('renders the PageTitleHeading with no props', () => {
|
|
7
|
-
expect(
|
|
7
|
+
expect(
|
|
8
|
+
render(<PageTitleHeading>hello</PageTitleHeading>).baseElement
|
|
9
|
+
).toMatchSnapshot();
|
|
8
10
|
});
|
|
9
11
|
|
|
10
12
|
it('renders the PageTitleHeading with size=xl', () => {
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
|
|
5
|
-
export interface PageTitleProps extends BaseProps<'div'> {
|
|
5
|
+
export interface PageTitleProps extends BaseProps<'div'> {}
|
|
6
6
|
/**
|
|
7
7
|
* Details for the PageTitleContainer.
|
|
8
8
|
*/
|
|
@@ -4,7 +4,9 @@ import { render } from '@testing-library/react';
|
|
|
4
4
|
import PageTitleHeading from '@digigov/react-core/PageTitleHeading';
|
|
5
5
|
|
|
6
6
|
it('renders the PageTitleHeading with no props', () => {
|
|
7
|
-
expect(
|
|
7
|
+
expect(
|
|
8
|
+
render(<PageTitleHeading>hello</PageTitleHeading>).baseElement
|
|
9
|
+
).toMatchSnapshot();
|
|
8
10
|
});
|
|
9
11
|
|
|
10
12
|
it('renders the PageTitleHeading with size=xl', () => {
|
|
@@ -7,5 +7,7 @@ it('renders the Pagination with no props', () => {
|
|
|
7
7
|
expect(render(<Pagination>hello</Pagination>).baseElement).toMatchSnapshot();
|
|
8
8
|
});
|
|
9
9
|
it('renders the Pagination with size=sm', () => {
|
|
10
|
-
expect(
|
|
10
|
+
expect(
|
|
11
|
+
render(<Pagination size="sm">hello</Pagination>).baseElement
|
|
12
|
+
).toMatchSnapshot();
|
|
11
13
|
});
|
|
@@ -5,6 +5,7 @@ import PaginationLabelContainer from '@digigov/react-core/PaginationLabelContain
|
|
|
5
5
|
|
|
6
6
|
it('renders the PaginationLabelContainer with no props', () => {
|
|
7
7
|
expect(
|
|
8
|
-
render(<PaginationLabelContainer>hello</PaginationLabelContainer>)
|
|
8
|
+
render(<PaginationLabelContainer>hello</PaginationLabelContainer>)
|
|
9
|
+
.baseElement
|
|
9
10
|
).toMatchSnapshot();
|
|
10
11
|
});
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
|
|
5
|
-
export interface PaginationLabelContainerProps extends BaseProps<'p'> {
|
|
5
|
+
export interface PaginationLabelContainerProps extends BaseProps<'p'> {}
|
|
6
6
|
/**
|
|
7
7
|
* PaginatiolLabel component is used for placing the pagination label.
|
|
8
8
|
*/
|
|
@@ -5,7 +5,9 @@ import PaginationList from '@digigov/react-core/PaginationList';
|
|
|
5
5
|
import PaginationListItem from '@digigov/react-core/PaginationListItem';
|
|
6
6
|
|
|
7
7
|
it('renders the PaginationList with no props', () => {
|
|
8
|
-
expect(
|
|
8
|
+
expect(
|
|
9
|
+
render(<PaginationList>hello</PaginationList>).baseElement
|
|
10
|
+
).toMatchSnapshot();
|
|
9
11
|
});
|
|
10
12
|
it('renders the PaginationList with PaginationListItem as a child', () => {
|
|
11
13
|
expect(
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
|
|
5
|
-
export interface PaginationListProps extends BaseProps<'ul'> {
|
|
5
|
+
export interface PaginationListProps extends BaseProps<'ul'> {}
|
|
6
6
|
/**
|
|
7
7
|
* Use PaginationList as a child of Pagination to list a large number of results
|
|
8
8
|
*/
|
|
@@ -15,7 +15,8 @@ it('renders the PaginationListItem with active=true', () => {
|
|
|
15
15
|
});
|
|
16
16
|
it('renders the PaginationListItem with variant=dots', () => {
|
|
17
17
|
expect(
|
|
18
|
-
render(<PaginationListItem variant="dots">hello</PaginationListItem>)
|
|
18
|
+
render(<PaginationListItem variant="dots">hello</PaginationListItem>)
|
|
19
|
+
.baseElement
|
|
19
20
|
).toMatchSnapshot();
|
|
20
21
|
});
|
|
21
22
|
it('renders the PaginationListItem with active=true and variant=dots', () => {
|
|
@@ -29,6 +30,7 @@ it('renders the PaginationListItem with active=true and variant=dots', () => {
|
|
|
29
30
|
});
|
|
30
31
|
it('renders the PaginationListItem with currentPage', () => {
|
|
31
32
|
expect(
|
|
32
|
-
render(<PaginationListItem currentPage>hello</PaginationListItem>)
|
|
33
|
+
render(<PaginationListItem currentPage>hello</PaginationListItem>)
|
|
34
|
+
.baseElement
|
|
33
35
|
).toMatchSnapshot();
|
|
34
36
|
});
|
package/src/PanelBody/index.tsx
CHANGED
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
|
|
5
|
-
export interface PanelBodyProps extends BaseProps<'div'> {
|
|
5
|
+
export interface PanelBodyProps extends BaseProps<'div'> {}
|
|
6
6
|
/**
|
|
7
7
|
* PanelBody provides the body of the panel message. Use this inside Panel, after PanelTitle.
|
|
8
8
|
*/
|
package/src/PanelTitle/index.tsx
CHANGED
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
|
|
5
|
-
export interface PanelTitleProps extends BaseProps<'h1'> {
|
|
5
|
+
export interface PanelTitleProps extends BaseProps<'h1'> {}
|
|
6
6
|
/**
|
|
7
7
|
* PanelTitle provides the title of the panel message.Use this inside Panel.
|
|
8
8
|
*/
|
|
@@ -108,18 +108,6 @@ exports[`renders the Paragraph with fontWeight=bold 1`] = `
|
|
|
108
108
|
</body>
|
|
109
109
|
`;
|
|
110
110
|
|
|
111
|
-
exports[`renders the Paragraph with fontWeight=bold 2`] = `
|
|
112
|
-
<body>
|
|
113
|
-
<div>
|
|
114
|
-
<p
|
|
115
|
-
class="ds-body ds-!-font-weight-bold"
|
|
116
|
-
>
|
|
117
|
-
hello
|
|
118
|
-
</p>
|
|
119
|
-
</div>
|
|
120
|
-
</body>
|
|
121
|
-
`;
|
|
122
|
-
|
|
123
111
|
exports[`renders the Paragraph with fontWeight=regular 1`] = `
|
|
124
112
|
<body>
|
|
125
113
|
<div>
|
|
@@ -8,56 +8,73 @@ it('renders the Paragraph with no props', () => {
|
|
|
8
8
|
});
|
|
9
9
|
|
|
10
10
|
it('renders the Paragraph with size=lead', () => {
|
|
11
|
-
expect(
|
|
11
|
+
expect(
|
|
12
|
+
render(<Paragraph size={'lg'}>hello</Paragraph>).baseElement
|
|
13
|
+
).toMatchSnapshot();
|
|
12
14
|
});
|
|
13
15
|
|
|
14
16
|
it('renders the Paragraph with size=normal', () => {
|
|
15
|
-
expect(
|
|
17
|
+
expect(
|
|
18
|
+
render(<Paragraph size={'md'}>hello</Paragraph>).baseElement
|
|
19
|
+
).toMatchSnapshot();
|
|
16
20
|
});
|
|
17
21
|
|
|
18
22
|
it('renders the Paragraph with size=small', () => {
|
|
19
|
-
expect(
|
|
23
|
+
expect(
|
|
24
|
+
render(<Paragraph size={'sm'}>hello</Paragraph>).baseElement
|
|
25
|
+
).toMatchSnapshot();
|
|
20
26
|
});
|
|
21
27
|
|
|
22
28
|
it('renders the Paragraph with fontSize=14', () => {
|
|
23
|
-
expect(
|
|
29
|
+
expect(
|
|
30
|
+
render(<Paragraph fontSize={14}>hello</Paragraph>).baseElement
|
|
31
|
+
).toMatchSnapshot();
|
|
24
32
|
});
|
|
25
33
|
|
|
26
34
|
it('renders the Paragraph with fontSize=16', () => {
|
|
27
|
-
expect(
|
|
35
|
+
expect(
|
|
36
|
+
render(<Paragraph fontSize={16}>hello</Paragraph>).baseElement
|
|
37
|
+
).toMatchSnapshot();
|
|
28
38
|
});
|
|
29
39
|
|
|
30
40
|
it('renders the Paragraph with fontSize=19', () => {
|
|
31
|
-
expect(
|
|
41
|
+
expect(
|
|
42
|
+
render(<Paragraph fontSize={19}>hello</Paragraph>).baseElement
|
|
43
|
+
).toMatchSnapshot();
|
|
32
44
|
});
|
|
33
45
|
|
|
34
46
|
it('renders the Paragraph with fontSize=24', () => {
|
|
35
|
-
expect(
|
|
47
|
+
expect(
|
|
48
|
+
render(<Paragraph fontSize={24}>hello</Paragraph>).baseElement
|
|
49
|
+
).toMatchSnapshot();
|
|
36
50
|
});
|
|
37
51
|
|
|
38
52
|
it('renders the Paragraph with fontSize=30', () => {
|
|
39
|
-
expect(
|
|
53
|
+
expect(
|
|
54
|
+
render(<Paragraph fontSize={30}>hello</Paragraph>).baseElement
|
|
55
|
+
).toMatchSnapshot();
|
|
40
56
|
});
|
|
41
57
|
|
|
42
58
|
it('renders the Paragraph with fontSize=36', () => {
|
|
43
|
-
expect(
|
|
59
|
+
expect(
|
|
60
|
+
render(<Paragraph fontSize={36}>hello</Paragraph>).baseElement
|
|
61
|
+
).toMatchSnapshot();
|
|
44
62
|
});
|
|
45
63
|
|
|
46
64
|
it('renders the Paragraph with fontSize=48', () => {
|
|
47
|
-
expect(
|
|
65
|
+
expect(
|
|
66
|
+
render(<Paragraph fontSize={48}>hello</Paragraph>).baseElement
|
|
67
|
+
).toMatchSnapshot();
|
|
48
68
|
});
|
|
49
69
|
|
|
50
70
|
it('renders the Paragraph with fontSize=72', () => {
|
|
51
|
-
expect(render(<Paragraph fontSize={72}>hello</Paragraph>).baseElement).toMatchSnapshot();
|
|
52
|
-
});
|
|
53
|
-
it('renders the Paragraph with fontWeight=regular', () => {
|
|
54
71
|
expect(
|
|
55
|
-
render(<Paragraph
|
|
72
|
+
render(<Paragraph fontSize={72}>hello</Paragraph>).baseElement
|
|
56
73
|
).toMatchSnapshot();
|
|
57
74
|
});
|
|
58
|
-
it('renders the Paragraph with fontWeight=
|
|
75
|
+
it('renders the Paragraph with fontWeight=regular', () => {
|
|
59
76
|
expect(
|
|
60
|
-
render(<Paragraph fontWeight={'
|
|
77
|
+
render(<Paragraph fontWeight={'regular'}>hello</Paragraph>).baseElement
|
|
61
78
|
).toMatchSnapshot();
|
|
62
79
|
});
|
|
63
80
|
it('renders the Paragraph with fontWeight=bold', () => {
|
|
@@ -65,7 +82,6 @@ it('renders the Paragraph with fontWeight=bold', () => {
|
|
|
65
82
|
render(<Paragraph fontWeight={'bold'}>hello</Paragraph>).baseElement
|
|
66
83
|
).toMatchSnapshot();
|
|
67
84
|
});
|
|
68
|
-
|
|
69
85
|
it('renders the Paragraph with size=lead and fontSize=14', () => {
|
|
70
86
|
expect(
|
|
71
87
|
render(
|
|
@@ -4,9 +4,13 @@ import { render } from '@testing-library/react';
|
|
|
4
4
|
import PhaseBanner from '@digigov/react-core/PhaseBanner';
|
|
5
5
|
|
|
6
6
|
it('renders the PhaseBanner with no props', () => {
|
|
7
|
-
expect(
|
|
7
|
+
expect(
|
|
8
|
+
render(<PhaseBanner>hello</PhaseBanner>).baseElement
|
|
9
|
+
).toMatchSnapshot();
|
|
8
10
|
});
|
|
9
11
|
|
|
10
12
|
it('renders the PhaseBanner with underline prop', () => {
|
|
11
|
-
expect(
|
|
13
|
+
expect(
|
|
14
|
+
render(<PhaseBanner underline>hello</PhaseBanner>).baseElement
|
|
15
|
+
).toMatchSnapshot();
|
|
12
16
|
});
|
|
@@ -5,6 +5,7 @@ import PhaseBannerHeaderContainer from '@digigov/react-core/PhaseBannerHeaderCon
|
|
|
5
5
|
|
|
6
6
|
it('renders the PhaseBannerHeaderContainer with no props', () => {
|
|
7
7
|
expect(
|
|
8
|
-
render(<PhaseBannerHeaderContainer>hello</PhaseBannerHeaderContainer>)
|
|
8
|
+
render(<PhaseBannerHeaderContainer>hello</PhaseBannerHeaderContainer>)
|
|
9
|
+
.baseElement
|
|
9
10
|
).toMatchSnapshot();
|
|
10
11
|
});
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
|
|
5
|
-
export interface PhaseBannerHeaderContainerProps extends BaseProps<'div'> {
|
|
5
|
+
export interface PhaseBannerHeaderContainerProps extends BaseProps<'div'> {}
|
|
6
6
|
|
|
7
7
|
export const PhaseBannerHeaderContainer = React.forwardRef<
|
|
8
8
|
HTMLDivElement,
|
|
@@ -4,5 +4,7 @@ import { render } from '@testing-library/react';
|
|
|
4
4
|
import PhaseBannerTag from '@digigov/react-core/PhaseBannerTag';
|
|
5
5
|
|
|
6
6
|
it('renders the PhaseBannerTag with no props', () => {
|
|
7
|
-
expect(
|
|
7
|
+
expect(
|
|
8
|
+
render(<PhaseBannerTag>hello</PhaseBannerTag>).baseElement
|
|
9
|
+
).toMatchSnapshot();
|
|
8
10
|
});
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
|
|
5
|
-
export interface PhaseBannerTagProps extends BaseProps<'span'> {
|
|
5
|
+
export interface PhaseBannerTagProps extends BaseProps<'span'> {}
|
|
6
6
|
/**
|
|
7
7
|
* PhaseBannerTag is used inside the PhaseBanner component and it requires a text of the phase of the service (ex. Alpha, Beta).
|
|
8
8
|
*/
|
|
@@ -4,5 +4,7 @@ import { render } from '@testing-library/react';
|
|
|
4
4
|
import PhaseBannerText from '@digigov/react-core/PhaseBannerText';
|
|
5
5
|
|
|
6
6
|
it('renders the PhaseBannerText with no props', () => {
|
|
7
|
-
expect(
|
|
7
|
+
expect(
|
|
8
|
+
render(<PhaseBannerText>hello</PhaseBannerText>).baseElement
|
|
9
|
+
).toMatchSnapshot();
|
|
8
10
|
});
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
|
|
5
|
-
export interface PhaseBannerTextProps extends BaseProps<'span'> {
|
|
5
|
+
export interface PhaseBannerTextProps extends BaseProps<'span'> {}
|
|
6
6
|
/**
|
|
7
7
|
* PhaseBannerText is used inside the PhaseBanner component.
|
|
8
8
|
* It requires a text with more details about the phase of the service (ex. "This is a new service").
|
|
@@ -4,5 +4,7 @@ import { render } from '@testing-library/react';
|
|
|
4
4
|
import RadioConditional from '@digigov/react-core/RadioConditional';
|
|
5
5
|
|
|
6
6
|
it('renders the Blockquote with no props', () => {
|
|
7
|
-
expect(
|
|
7
|
+
expect(
|
|
8
|
+
render(<RadioConditional>hello</RadioConditional>).baseElement
|
|
9
|
+
).toMatchSnapshot();
|
|
8
10
|
});
|
|
@@ -4,7 +4,7 @@ import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
|
4
4
|
import FieldContainer from '@digigov/react-core/FieldContainer';
|
|
5
5
|
import LabelContainer from '@digigov/react-core/LabelContainer';
|
|
6
6
|
|
|
7
|
-
export interface RadioConditionalProps extends BaseProps<'div'> {
|
|
7
|
+
export interface RadioConditionalProps extends BaseProps<'div'> {}
|
|
8
8
|
/**
|
|
9
9
|
* RadioConditional asks the user a related question when they select a particular radios,
|
|
10
10
|
* so they only see the question when it’s relevant to them.
|
|
@@ -4,13 +4,18 @@ import { render } from '@testing-library/react';
|
|
|
4
4
|
import RadioContainer from '@digigov/react-core/RadioContainer';
|
|
5
5
|
|
|
6
6
|
it('renders the RadioContainer with no props', () => {
|
|
7
|
-
expect(
|
|
7
|
+
expect(
|
|
8
|
+
render(<RadioContainer>hello</RadioContainer>).baseElement
|
|
9
|
+
).toMatchSnapshot();
|
|
8
10
|
});
|
|
9
11
|
it('renders the RadioContainer with layout=horizontal', () => {
|
|
10
12
|
expect(
|
|
11
|
-
render(<RadioContainer layout="horizontal">hello</RadioContainer>)
|
|
13
|
+
render(<RadioContainer layout="horizontal">hello</RadioContainer>)
|
|
14
|
+
.baseElement
|
|
12
15
|
).toMatchSnapshot();
|
|
13
16
|
});
|
|
14
17
|
it('renders the RadioContainer with dense prop', () => {
|
|
15
|
-
expect(
|
|
18
|
+
expect(
|
|
19
|
+
render(<RadioContainer dense>hello</RadioContainer>).baseElement
|
|
20
|
+
).toMatchSnapshot();
|
|
16
21
|
});
|
|
@@ -18,7 +18,6 @@ exports[`renders the RadioItem \`dividerText\` props 1`] = `
|
|
|
18
18
|
<input
|
|
19
19
|
class="ds-radios__input"
|
|
20
20
|
type="radio"
|
|
21
|
-
value=""
|
|
22
21
|
/>
|
|
23
22
|
</label>
|
|
24
23
|
</div>
|
|
@@ -89,7 +88,6 @@ exports[`renders the RadioItem with disabled prop 1`] = `
|
|
|
89
88
|
class="ds-radios__input"
|
|
90
89
|
disabled=""
|
|
91
90
|
type="radio"
|
|
92
|
-
value=""
|
|
93
91
|
/>
|
|
94
92
|
</label>
|
|
95
93
|
</div>
|
|
@@ -111,7 +109,6 @@ exports[`renders the RadioItem with name props 1`] = `
|
|
|
111
109
|
class="ds-radios__input"
|
|
112
110
|
name="name"
|
|
113
111
|
type="radio"
|
|
114
|
-
value=""
|
|
115
112
|
/>
|
|
116
113
|
</label>
|
|
117
114
|
</div>
|
|
@@ -177,7 +174,6 @@ exports[`renders the RadioItem with no props 1`] = `
|
|
|
177
174
|
<input
|
|
178
175
|
class="ds-radios__input"
|
|
179
176
|
type="radio"
|
|
180
|
-
value=""
|
|
181
177
|
/>
|
|
182
178
|
</label>
|
|
183
179
|
</div>
|
|
@@ -8,7 +8,9 @@ it('renders the RadioItem with no props', () => {
|
|
|
8
8
|
});
|
|
9
9
|
|
|
10
10
|
it('renders the RadioItem with name props', () => {
|
|
11
|
-
expect(
|
|
11
|
+
expect(
|
|
12
|
+
render(<RadioItem name={'name'}>hello</RadioItem>).baseElement
|
|
13
|
+
).toMatchSnapshot();
|
|
12
14
|
});
|
|
13
15
|
|
|
14
16
|
it('renders the RadioItem value props', () => {
|
|
@@ -34,7 +36,9 @@ it('renders the RadioItem with name and value props', () => {
|
|
|
34
36
|
});
|
|
35
37
|
|
|
36
38
|
it('renders the RadioItem with disabled prop', () => {
|
|
37
|
-
expect(
|
|
39
|
+
expect(
|
|
40
|
+
render(<RadioItem disabled>hello</RadioItem>).baseElement
|
|
41
|
+
).toMatchSnapshot();
|
|
38
42
|
});
|
|
39
43
|
|
|
40
44
|
it('renders the RadioItem with name disabled and value props', () => {
|
package/src/RadioItem/index.tsx
CHANGED
|
@@ -32,7 +32,8 @@ export const RadioItem = React.forwardRef<HTMLInputElement, RadioItemProps>(
|
|
|
32
32
|
return (
|
|
33
33
|
<>
|
|
34
34
|
{dividerText && <ChoiceDividerText>{dividerText}</ChoiceDividerText>}
|
|
35
|
-
<Base
|
|
35
|
+
<Base
|
|
36
|
+
as="div"
|
|
36
37
|
className={clsx(className, {
|
|
37
38
|
'ds-radios__item': true,
|
|
38
39
|
})}
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
|
|
5
|
-
export interface ResultsActionBarProps extends BaseProps<'div'> {
|
|
5
|
+
export interface ResultsActionBarProps extends BaseProps<'div'> {}
|
|
6
6
|
/**
|
|
7
7
|
* Use ResultsActionBar component to wrap inside page actions.
|
|
8
8
|
*/
|
|
@@ -4,5 +4,7 @@ import { render } from '@testing-library/react';
|
|
|
4
4
|
import ResultsActionBar from '@digigov/react-core/ResultsActionBar';
|
|
5
5
|
|
|
6
6
|
it('renders the ResultsActionBar with no props', () => {
|
|
7
|
-
expect(
|
|
7
|
+
expect(
|
|
8
|
+
render(<ResultsActionBar>hello</ResultsActionBar>).baseElement
|
|
9
|
+
).toMatchSnapshot();
|
|
8
10
|
});
|
|
@@ -4,5 +4,7 @@ import { render } from '@testing-library/react';
|
|
|
4
4
|
import ResultsHeading from '@digigov/react-core/ResultsHeading';
|
|
5
5
|
|
|
6
6
|
it('renders the ResultsHeading with no props', () => {
|
|
7
|
-
expect(
|
|
7
|
+
expect(
|
|
8
|
+
render(<ResultsHeading>hello</ResultsHeading>).baseElement
|
|
9
|
+
).toMatchSnapshot();
|
|
8
10
|
});
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
|
|
5
|
-
export interface ResultsHeadingProps extends BaseProps<'div'> {
|
|
5
|
+
export interface ResultsHeadingProps extends BaseProps<'div'> {}
|
|
6
6
|
/**
|
|
7
7
|
* Use ResultsHeading component to wrap title for results.
|
|
8
8
|
*
|