@digigov/react-core 0.25.4 → 0.26.0
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/AccessibilityIcon/index.d.ts +0 -6
- package/AccessibilityIcon/index.js +8 -8
- package/AccessibilityIcon/index.test.js +4 -4
- package/AccessibilityTextIcon/index.test.js +4 -4
- package/Accordion/index.d.ts +1 -1
- package/Accordion/index.js +7 -7
- package/AccordionControls/index.d.ts +1 -1
- package/AccordionControls/index.js +7 -7
- package/AccordionSection/index.d.ts +1 -1
- package/AccordionSection/index.js +7 -7
- package/AccordionSectionContent/index.d.ts +1 -1
- package/AccordionSectionContent/index.js +7 -7
- package/AccordionSectionHeader/index.d.ts +1 -1
- package/AccordionSectionHeader/index.js +7 -7
- package/AccordionSectionSummary/index.d.ts +1 -1
- package/AccordionSectionSummary/index.js +6 -6
- package/AccordionSectionSummaryHeading/index.d.ts +1 -1
- package/AccordionSectionSummaryHeading/index.js +8 -7
- package/ArrowIcon/index.js +9 -9
- package/Aside/index.d.ts +1 -1
- package/Aside/index.js +7 -7
- package/BackLink/index.d.ts +1 -1
- package/BackLink/index.js +10 -10
- package/Base/index.d.ts +1 -0
- package/Base/index.js +13 -45
- package/Blockquote/index.d.ts +1 -1
- package/Blockquote/index.js +7 -7
- package/Bottom/index.d.ts +1 -1
- package/Bottom/index.js +7 -7
- package/Breadcrumbs/index.d.ts +1 -1
- package/Breadcrumbs/index.js +7 -7
- package/BreadcrumbsList/index.d.ts +1 -1
- package/BreadcrumbsList/index.js +7 -7
- package/BreadcrumbsListItem/index.d.ts +1 -1
- package/BreadcrumbsListItem/index.js +9 -9
- package/BurgerIcon/index.js +15 -15
- package/Button/index.d.ts +1 -1
- package/Button/index.js +8 -8
- package/Button/index.test.js +6 -6
- package/ButtonGroup/index.d.ts +1 -1
- package/ButtonGroup/index.js +7 -7
- package/ButtonLink/index.d.ts +1 -1
- package/ButtonLink/index.js +8 -8
- package/ButtonLink/index.test.js +6 -6
- package/CHANGELOG.md +14 -4
- package/CallToAction/index.d.ts +1 -1
- package/CallToAction/index.js +8 -8
- package/Card/index.d.ts +7 -7
- package/Card/index.js +8 -8
- package/Card/index.test.js +10 -10
- package/CardAction/index.d.ts +1 -1
- package/CardAction/index.js +7 -7
- package/CardHeading/index.d.ts +1 -1
- package/CardHeading/index.js +8 -8
- package/CardText/index.d.ts +1 -1
- package/CardText/index.js +7 -7
- package/CaretContainer/index.d.ts +1 -1
- package/CaretContainer/index.js +5 -5
- package/CaretIcon/index.js +9 -9
- package/CheckIcon/index.d.ts +0 -6
- package/CheckIcon/index.js +8 -8
- package/CheckIcon/index.test.js +4 -4
- package/Checkbox/index.d.ts +1 -1
- package/Checkbox/index.js +7 -7
- package/CheckboxConditional/index.d.ts +1 -1
- package/CheckboxConditional/index.js +8 -8
- package/CheckboxItem/__snapshots__/index.test.tsx.snap +219 -73
- package/CheckboxItem/index.d.ts +7 -1
- package/CheckboxItem/index.js +17 -12
- package/CheckboxItem/index.test.js +22 -3
- package/ChoiceDivider/__snapshots__/index.test.tsx.snap +18 -0
- package/ChoiceDivider/index.d.ts +11 -0
- package/ChoiceDivider/index.js +39 -0
- package/ChoiceDivider/index.test.js +17 -0
- package/CloseIcon/index.d.ts +0 -6
- package/CloseIcon/index.js +8 -8
- package/Confirmation/index.d.ts +1 -1
- package/Confirmation/index.js +7 -7
- package/ConfirmationBody/index.d.ts +1 -1
- package/ConfirmationBody/index.js +7 -7
- package/ConfirmationTitle/index.d.ts +1 -1
- package/ConfirmationTitle/index.js +7 -7
- package/Container/index.d.ts +1 -1
- package/Container/index.js +8 -8
- package/Container/index.test.js +2 -2
- package/CopyrightContainer/index.d.ts +1 -1
- package/CopyrightContainer/index.js +7 -7
- package/DateInputContainer/index.d.ts +1 -1
- package/DateInputContainer/index.js +7 -7
- package/DateInputItem/index.d.ts +6 -6
- package/DateInputItem/index.js +11 -11
- package/DateInputItem/index.test.js +2 -2
- package/Details/index.d.ts +1 -1
- package/Details/index.js +7 -7
- package/DetailsContent/index.d.ts +1 -1
- package/DetailsContent/index.js +7 -7
- package/DetailsSummary/index.d.ts +1 -1
- package/DetailsSummary/index.js +7 -7
- package/ErrorMessage/index.d.ts +1 -1
- package/ErrorMessage/index.js +7 -7
- package/ErrorSummary/index.d.ts +1 -1
- package/ErrorSummary/index.js +7 -7
- package/FieldContainer/index.d.ts +1 -1
- package/FieldContainer/index.js +11 -11
- package/Fieldset/index.d.ts +1 -1
- package/Fieldset/index.js +7 -7
- package/FieldsetLegend/index.d.ts +5 -5
- package/FieldsetLegend/index.js +11 -11
- package/FileUpload/index.d.ts +1 -1
- package/FileUpload/index.js +11 -11
- package/FileUploadContainer/index.d.ts +1 -1
- package/FileUploadContainer/index.js +7 -7
- package/Footer/index.d.ts +1 -1
- package/Footer/index.js +7 -7
- package/FooterContainer/index.d.ts +1 -1
- package/FooterContainer/index.js +7 -7
- package/FooterContent/index.d.ts +1 -1
- package/FooterContent/index.js +7 -7
- package/FooterContentLogos/index.d.ts +1 -1
- package/FooterContentLogos/index.js +7 -7
- package/FooterHeading/index.d.ts +1 -1
- package/FooterHeading/index.js +8 -8
- package/FooterImage/index.d.ts +1 -1
- package/FooterImage/index.js +11 -10
- package/FooterInlineList/index.d.ts +1 -1
- package/FooterInlineList/index.js +7 -7
- package/FooterInlineListItem/index.d.ts +1 -1
- package/FooterInlineListItem/index.js +7 -7
- package/FooterLink/index.d.ts +1 -1
- package/FooterLink/index.js +7 -7
- package/FooterList/index.d.ts +1 -1
- package/FooterList/index.js +7 -7
- package/FooterListItem/index.d.ts +1 -1
- package/FooterListItem/index.js +7 -7
- package/FooterMeta/index.d.ts +1 -1
- package/FooterMeta/index.js +7 -7
- package/FooterMetaItem/index.d.ts +1 -1
- package/FooterMetaItem/index.js +7 -7
- package/FooterNavigation/index.d.ts +1 -1
- package/FooterNavigation/index.js +7 -7
- package/FooterSection/index.d.ts +1 -1
- package/FooterSection/index.js +7 -7
- package/Form/index.d.ts +1 -1
- package/Form/index.js +7 -7
- package/GlobeIcon/index.js +9 -9
- package/GovGRLogo/index.d.ts +1 -1
- package/GovGRLogo/index.js +11 -11
- package/Grid/index.d.ts +6 -6
- package/Grid/index.js +12 -12
- package/Header/index.d.ts +1 -1
- package/Header/index.js +7 -7
- package/HeaderContent/index.d.ts +1 -1
- package/HeaderContent/index.js +7 -7
- package/HeaderLogo/index.d.ts +5 -5
- package/HeaderLogo/index.js +10 -10
- package/HeaderNavMenuContent/index.d.ts +1 -1
- package/HeaderNavMenuContent/index.js +7 -7
- package/HeaderSecondaryLogo/index.d.ts +5 -5
- package/HeaderSecondaryLogo/index.js +10 -10
- package/HeaderSecondaryLogo/index.test.js +4 -4
- package/HeaderSection/index.d.ts +1 -1
- package/HeaderSection/index.js +7 -7
- package/HeaderSubtitle/index.d.ts +1 -1
- package/HeaderSubtitle/index.js +7 -7
- package/HeaderTitle/index.d.ts +1 -1
- package/HeaderTitle/index.js +8 -8
- package/Heading/index.d.ts +6 -6
- package/Heading/index.js +9 -9
- package/Heading/index.test.js +24 -24
- package/HeadingCaption/index.d.ts +1 -1
- package/HeadingCaption/index.js +8 -8
- package/HellenicRepublicLogo/index.d.ts +1 -1
- package/HellenicRepublicLogo/index.js +15 -13
- package/Hidden/index.d.ts +1 -1
- package/Hidden/index.js +7 -7
- package/Hint/index.d.ts +1 -1
- package/Hint/index.js +7 -7
- package/LabelContainer/index.d.ts +1 -1
- package/LabelContainer/index.js +7 -7
- package/LabelTitle/index.d.ts +5 -5
- package/LabelTitle/index.js +7 -7
- package/Layout/index.d.ts +1 -1
- package/Layout/index.js +7 -7
- package/LinkBase/index.d.ts +1 -1
- package/LinkBase/index.js +7 -7
- package/List/index.d.ts +1 -1
- package/List/index.js +8 -8
- package/ListItem/index.d.ts +1 -1
- package/ListItem/index.js +7 -7
- package/Main/index.d.ts +1 -1
- package/Main/index.js +7 -7
- package/Masthead/index.d.ts +1 -1
- package/Masthead/index.js +7 -7
- package/MastheadBody/index.d.ts +1 -1
- package/MastheadBody/index.js +7 -7
- package/MoreVertIcon/index.d.ts +0 -6
- package/MoreVertIcon/index.js +8 -8
- package/MoreVertIcon/index.test.js +4 -4
- package/Nav/index.d.ts +14 -14
- package/Nav/index.js +15 -15
- package/NavList/index.d.ts +1 -1
- package/NavList/index.js +7 -7
- package/NavListItem/index.d.ts +1 -1
- package/NavListItem/index.js +7 -7
- package/NavListItemButton/index.d.ts +1 -1
- package/NavListItemButton/index.js +7 -7
- package/NavListItemLink/index.d.ts +1 -1
- package/NavListItemLink/index.js +5 -5
- package/NavListItemLink/index.test.js +4 -4
- package/NavMenu/index.d.ts +1 -1
- package/NavMenu/index.js +8 -8
- package/NavMenuContainer/index.d.ts +1 -1
- package/NavMenuContainer/index.js +5 -5
- package/NavMenuContainerContent/index.d.ts +1 -1
- package/NavMenuContainerContent/index.js +5 -5
- package/NavMenuContainerContentList/index.d.ts +1 -1
- package/NavMenuContainerContentList/index.js +7 -7
- package/NavMenuContainerContentListItem/index.d.ts +1 -1
- package/NavMenuContainerContentListItem/index.js +7 -7
- package/NavMenuContainerTitle/index.d.ts +1 -1
- package/NavMenuContainerTitle/index.js +7 -7
- package/NavVertical/index.d.ts +1 -1
- package/NavVertical/index.js +7 -7
- package/NavVerticalItem/index.d.ts +1 -1
- package/NavVerticalItem/index.js +6 -6
- package/NormalText/index.d.ts +8 -8
- package/NormalText/index.js +9 -9
- package/NormalText/index.test.js +52 -52
- package/NotificationBannerContainer/index.d.ts +1 -1
- package/NotificationBannerContainer/index.js +8 -8
- package/NotificationBannerContent/index.d.ts +1 -1
- package/NotificationBannerContent/index.js +7 -7
- package/NotificationBannerHeader/index.d.ts +1 -1
- package/NotificationBannerHeader/index.js +7 -7
- package/NotificationBannerHeading/index.d.ts +1 -1
- package/NotificationBannerHeading/index.js +7 -7
- package/NotificationBannerLink/index.d.ts +1 -1
- package/NotificationBannerLink/index.js +7 -7
- package/PageTitle/index.d.ts +1 -1
- package/PageTitle/index.js +7 -7
- package/PageTitleCaption/index.d.ts +1 -1
- package/PageTitleCaption/index.js +8 -8
- package/PageTitleHeading/index.d.ts +1 -1
- package/PageTitleHeading/index.js +8 -8
- package/PageTitleSection/index.d.ts +1 -1
- package/PageTitleSection/index.js +7 -7
- package/Paragraph/index.d.ts +8 -8
- package/Paragraph/index.js +9 -9
- package/Paragraph/index.test.js +52 -52
- package/PhaseBanner/index.d.ts +1 -1
- package/PhaseBanner/index.js +7 -7
- package/PhaseBannerHeaderContainer/inde.test.d.ts +1 -0
- package/PhaseBannerHeaderContainer/index.d.ts +1 -1
- package/PhaseBannerHeaderContainer/index.js +5 -4
- package/PhaseBannerTag/index.d.ts +1 -1
- package/PhaseBannerTag/index.js +7 -7
- package/PhaseBannerText/index.d.ts +1 -1
- package/PhaseBannerText/index.js +7 -7
- package/RadioConditional/index.d.ts +1 -1
- package/RadioConditional/index.js +8 -8
- package/RadioContainer/index.d.ts +1 -1
- package/RadioContainer/index.js +7 -7
- package/RadioItem/__snapshots__/index.test.tsx.snap +253 -90
- package/RadioItem/index.d.ts +7 -1
- package/RadioItem/index.js +17 -12
- package/RadioItem/index.test.js +26 -7
- package/SectionBreak/index.d.ts +5 -5
- package/SectionBreak/index.js +8 -8
- package/SelectContainer/index.d.ts +1 -1
- package/SelectContainer/index.js +7 -7
- package/SelectContainer/index.test.js +2 -2
- package/SelectOption/index.d.ts +1 -1
- package/SelectOption/index.js +8 -8
- package/SingleCharacterInputContainer/index.d.ts +1 -1
- package/SingleCharacterInputContainer/index.js +7 -7
- package/SingleCharacterInputItem/index.d.ts +6 -6
- package/SingleCharacterInputItem/index.js +14 -14
- package/SingleCharacterInputItem/index.test.js +7 -7
- package/SkipLink/index.d.ts +1 -1
- package/SkipLink/index.js +7 -7
- package/SummaryList/index.d.ts +1 -1
- package/SummaryList/index.js +7 -7
- package/SummaryListItem/index.d.ts +1 -1
- package/SummaryListItem/index.js +7 -7
- package/SummaryListItemAction/index.d.ts +1 -1
- package/SummaryListItemAction/index.js +7 -7
- package/SummaryListItemKey/index.d.ts +1 -1
- package/SummaryListItemKey/index.js +7 -7
- package/SummaryListItemValue/index.d.ts +1 -1
- package/SummaryListItemValue/index.js +7 -7
- package/SvgIcon/index.d.ts +1 -1
- package/SvgIcon/index.js +9 -9
- package/SvgIcon/index.test.js +4 -4
- package/Table/index.d.ts +16 -16
- package/Table/index.js +12 -12
- package/TableBody/index.d.ts +1 -1
- package/TableBody/index.js +8 -8
- package/TableCaption/index.d.ts +1 -1
- package/TableCaption/index.js +8 -8
- package/TableContainer/index.d.ts +1 -1
- package/TableContainer/index.js +6 -6
- package/TableDataCell/index.d.ts +1 -1
- package/TableDataCell/index.js +8 -8
- package/TableHead/index.d.ts +1 -1
- package/TableHead/index.js +7 -7
- package/TableHeadCell/index.d.ts +7 -7
- package/TableHeadCell/index.js +9 -9
- package/TableHeadCell/index.test.js +12 -12
- package/TableNoDataRow/index.d.ts +1 -1
- package/TableNoDataRow/index.js +7 -7
- package/TableRow/index.d.ts +1 -1
- package/TableRow/index.js +8 -8
- package/Tabs/index.d.ts +1 -1
- package/Tabs/index.js +7 -7
- package/TabsHeading/index.d.ts +1 -1
- package/TabsHeading/index.js +8 -8
- package/TabsList/index.d.ts +1 -1
- package/TabsList/index.js +7 -7
- package/TabsListItem/index.d.ts +1 -1
- package/TabsListItem/index.js +10 -10
- package/TabsPanel/index.d.ts +1 -1
- package/TabsPanel/index.js +7 -7
- package/TextArea/index.d.ts +1 -1
- package/TextArea/index.js +9 -9
- package/TextInput/index.d.ts +5 -5
- package/TextInput/index.js +11 -11
- package/TextInput/index.test.js +60 -60
- package/Top/index.d.ts +1 -1
- package/Top/index.js +7 -7
- package/UncheckIcon/index.d.ts +0 -6
- package/UncheckIcon/index.js +8 -8
- package/UncheckIcon/index.test.js +4 -4
- package/VisuallyHidden/index.d.ts +1 -1
- package/VisuallyHidden/index.js +7 -7
- package/WarningText/index.d.ts +1 -1
- package/WarningText/index.js +7 -7
- package/es/AccessibilityIcon/index.js +7 -7
- package/es/AccessibilityIcon/index.test.js +4 -4
- package/es/AccessibilityTextIcon/index.test.js +4 -4
- package/es/Accordion/index.js +6 -6
- package/es/AccordionControls/index.js +6 -6
- package/es/AccordionSection/index.js +6 -6
- package/es/AccordionSectionContent/index.js +6 -6
- package/es/AccordionSectionHeader/index.js +6 -6
- package/es/AccordionSectionSummary/index.js +5 -5
- package/es/AccordionSectionSummaryHeading/index.js +7 -6
- package/es/ArrowIcon/index.js +8 -8
- package/es/Aside/index.js +6 -6
- package/es/BackLink/index.js +9 -9
- package/es/Base/index.js +13 -46
- package/es/Blockquote/index.js +6 -6
- package/es/Bottom/index.js +6 -6
- package/es/Breadcrumbs/index.js +6 -6
- package/es/BreadcrumbsList/index.js +6 -6
- package/es/BreadcrumbsListItem/index.js +8 -8
- package/es/BurgerIcon/index.js +14 -14
- package/es/Button/index.js +8 -8
- package/es/Button/index.test.js +6 -6
- package/es/ButtonGroup/index.js +6 -6
- package/es/ButtonLink/index.js +7 -7
- package/es/ButtonLink/index.test.js +6 -6
- package/es/CallToAction/index.js +7 -7
- package/es/Card/index.js +7 -7
- package/es/Card/index.test.js +10 -10
- package/es/CardAction/index.js +6 -6
- package/es/CardHeading/index.js +7 -7
- package/es/CardText/index.js +6 -6
- package/es/CaretContainer/index.js +5 -5
- package/es/CaretIcon/index.js +8 -8
- package/es/CheckIcon/index.js +7 -7
- package/es/CheckIcon/index.test.js +4 -4
- package/es/Checkbox/index.js +6 -6
- package/es/CheckboxConditional/index.js +7 -7
- package/es/CheckboxItem/__snapshots__/index.test.tsx.snap +219 -73
- package/es/CheckboxItem/index.js +15 -11
- package/es/CheckboxItem/index.test.js +22 -3
- package/es/ChoiceDivider/__snapshots__/index.test.tsx.snap +18 -0
- package/es/ChoiceDivider/index.js +23 -0
- package/es/ChoiceDivider/index.test.js +11 -0
- package/es/CloseIcon/index.js +7 -7
- package/es/Confirmation/index.js +6 -6
- package/es/ConfirmationBody/index.js +6 -6
- package/es/ConfirmationTitle/index.js +6 -6
- package/es/Container/index.js +7 -7
- package/es/Container/index.test.js +2 -2
- package/es/CopyrightContainer/index.js +6 -6
- package/es/DateInputContainer/index.js +6 -6
- package/es/DateInputItem/index.js +10 -10
- package/es/DateInputItem/index.test.js +2 -2
- package/es/Details/index.js +6 -6
- package/es/DetailsContent/index.js +6 -6
- package/es/DetailsSummary/index.js +6 -6
- package/es/ErrorMessage/index.js +6 -6
- package/es/ErrorSummary/index.js +6 -6
- package/es/FieldContainer/index.js +11 -11
- package/es/Fieldset/index.js +6 -6
- package/es/FieldsetLegend/index.js +10 -10
- package/es/FileUpload/index.js +10 -10
- package/es/FileUploadContainer/index.js +6 -6
- package/es/Footer/index.js +6 -6
- package/es/FooterContainer/index.js +6 -6
- package/es/FooterContent/index.js +6 -6
- package/es/FooterContentLogos/index.js +6 -6
- package/es/FooterHeading/index.js +7 -7
- package/es/FooterImage/index.js +10 -9
- package/es/FooterInlineList/index.js +6 -6
- package/es/FooterInlineListItem/index.js +6 -6
- package/es/FooterLink/index.js +6 -6
- package/es/FooterList/index.js +6 -6
- package/es/FooterListItem/index.js +6 -6
- package/es/FooterMeta/index.js +6 -6
- package/es/FooterMetaItem/index.js +6 -6
- package/es/FooterNavigation/index.js +6 -6
- package/es/FooterSection/index.js +6 -6
- package/es/Form/index.js +6 -6
- package/es/GlobeIcon/index.js +8 -8
- package/es/GovGRLogo/index.js +10 -10
- package/es/Grid/index.js +11 -11
- package/es/Header/index.js +6 -6
- package/es/HeaderContent/index.js +6 -6
- package/es/HeaderLogo/index.js +9 -9
- package/es/HeaderNavMenuContent/index.js +6 -6
- package/es/HeaderSecondaryLogo/index.js +9 -9
- package/es/HeaderSecondaryLogo/index.test.js +4 -4
- package/es/HeaderSection/index.js +6 -6
- package/es/HeaderSubtitle/index.js +6 -6
- package/es/HeaderTitle/index.js +7 -7
- package/es/Heading/index.js +8 -8
- package/es/Heading/index.test.js +24 -24
- package/es/HeadingCaption/index.js +7 -7
- package/es/HellenicRepublicLogo/index.js +14 -12
- package/es/Hidden/index.js +6 -6
- package/es/Hint/index.js +6 -6
- package/es/LabelContainer/index.js +6 -6
- package/es/LabelTitle/index.js +6 -6
- package/es/Layout/index.js +6 -6
- package/es/LinkBase/index.js +6 -6
- package/es/List/index.js +7 -7
- package/es/ListItem/index.js +6 -6
- package/es/Main/index.js +6 -6
- package/es/Masthead/index.js +6 -6
- package/es/MastheadBody/index.js +6 -6
- package/es/MoreVertIcon/index.js +7 -7
- package/es/MoreVertIcon/index.test.js +4 -4
- package/es/Nav/index.js +14 -14
- package/es/NavList/index.js +6 -6
- package/es/NavListItem/index.js +6 -6
- package/es/NavListItemButton/index.js +6 -6
- package/es/NavListItemLink/index.js +5 -5
- package/es/NavListItemLink/index.test.js +4 -4
- package/es/NavMenu/index.js +7 -7
- package/es/NavMenuContainer/index.js +5 -5
- package/es/NavMenuContainerContent/index.js +5 -5
- package/es/NavMenuContainerContentList/index.js +6 -6
- package/es/NavMenuContainerContentListItem/index.js +6 -6
- package/es/NavMenuContainerTitle/index.js +7 -7
- package/es/NavVertical/index.js +6 -6
- package/es/NavVerticalItem/index.js +5 -5
- package/es/NormalText/index.js +8 -8
- package/es/NormalText/index.test.js +52 -52
- package/es/NotificationBannerContainer/index.js +7 -7
- package/es/NotificationBannerContent/index.js +6 -6
- package/es/NotificationBannerHeader/index.js +6 -6
- package/es/NotificationBannerHeading/index.js +6 -6
- package/es/NotificationBannerLink/index.js +6 -6
- package/es/PageTitle/index.js +6 -6
- package/es/PageTitleCaption/index.js +7 -7
- package/es/PageTitleHeading/index.js +7 -7
- package/es/PageTitleSection/index.js +6 -6
- package/es/Paragraph/index.js +8 -8
- package/es/Paragraph/index.test.js +52 -52
- package/es/PhaseBanner/index.js +6 -6
- package/es/PhaseBannerHeaderContainer/index.js +4 -3
- package/es/PhaseBannerTag/index.js +6 -6
- package/es/PhaseBannerText/index.js +6 -6
- package/es/RadioConditional/index.js +7 -7
- package/es/RadioContainer/index.js +6 -6
- package/es/RadioItem/__snapshots__/index.test.tsx.snap +253 -90
- package/es/RadioItem/index.js +15 -11
- package/es/RadioItem/index.test.js +26 -7
- package/es/SectionBreak/index.js +7 -7
- package/es/SelectContainer/index.js +6 -6
- package/es/SelectContainer/index.test.js +2 -2
- package/es/SelectOption/index.js +7 -7
- package/es/SingleCharacterInputContainer/index.js +6 -6
- package/es/SingleCharacterInputItem/index.js +13 -13
- package/es/SingleCharacterInputItem/index.test.js +7 -7
- package/es/SkipLink/index.js +6 -6
- package/es/SummaryList/index.js +6 -6
- package/es/SummaryListItem/index.js +6 -6
- package/es/SummaryListItemAction/index.js +6 -6
- package/es/SummaryListItemKey/index.js +6 -6
- package/es/SummaryListItemValue/index.js +6 -6
- package/es/SvgIcon/index.js +8 -8
- package/es/SvgIcon/index.test.js +4 -4
- package/es/Table/index.js +11 -11
- package/es/TableBody/index.js +7 -7
- package/es/TableCaption/index.js +7 -7
- package/es/TableContainer/index.js +5 -5
- package/es/TableDataCell/index.js +7 -7
- package/es/TableHead/index.js +6 -6
- package/es/TableHeadCell/index.js +8 -8
- package/es/TableHeadCell/index.test.js +12 -12
- package/es/TableNoDataRow/index.js +6 -6
- package/es/TableRow/index.js +7 -7
- package/es/Tabs/index.js +6 -6
- package/es/TabsHeading/index.js +7 -7
- package/es/TabsList/index.js +6 -6
- package/es/TabsListItem/index.js +9 -9
- package/es/TabsPanel/index.js +6 -6
- package/es/TextArea/index.js +8 -8
- package/es/TextInput/index.js +10 -10
- package/es/TextInput/index.test.js +60 -60
- package/es/Top/index.js +6 -6
- package/es/UncheckIcon/index.js +7 -7
- package/es/UncheckIcon/index.test.js +4 -4
- package/es/VisuallyHidden/index.js +6 -6
- package/es/WarningText/index.js +6 -6
- package/es/index.js +1 -0
- package/es/registry.js +3 -0
- package/esm/AccessibilityIcon/index.js +7 -7
- package/esm/AccessibilityIcon/index.test.js +4 -4
- package/esm/AccessibilityTextIcon/index.test.js +4 -4
- package/esm/Accordion/index.js +6 -6
- package/esm/AccordionControls/index.js +6 -6
- package/esm/AccordionSection/index.js +6 -6
- package/esm/AccordionSectionContent/index.js +6 -6
- package/esm/AccordionSectionHeader/index.js +6 -6
- package/esm/AccordionSectionSummary/index.js +5 -5
- package/esm/AccordionSectionSummaryHeading/index.js +7 -6
- package/esm/ArrowIcon/index.js +8 -8
- package/esm/Aside/index.js +6 -6
- package/esm/BackLink/index.js +9 -9
- package/esm/Base/index.js +13 -46
- package/esm/Blockquote/index.js +6 -6
- package/esm/Bottom/index.js +6 -6
- package/esm/Breadcrumbs/index.js +6 -6
- package/esm/BreadcrumbsList/index.js +6 -6
- package/esm/BreadcrumbsListItem/index.js +8 -8
- package/esm/BurgerIcon/index.js +14 -14
- package/esm/Button/index.js +8 -8
- package/esm/Button/index.test.js +6 -6
- package/esm/ButtonGroup/index.js +6 -6
- package/esm/ButtonLink/index.js +7 -7
- package/esm/ButtonLink/index.test.js +6 -6
- package/esm/CallToAction/index.js +7 -7
- package/esm/Card/index.js +7 -7
- package/esm/Card/index.test.js +10 -10
- package/esm/CardAction/index.js +6 -6
- package/esm/CardHeading/index.js +7 -7
- package/esm/CardText/index.js +6 -6
- package/esm/CaretContainer/index.js +5 -5
- package/esm/CaretIcon/index.js +8 -8
- package/esm/CheckIcon/index.js +7 -7
- package/esm/CheckIcon/index.test.js +4 -4
- package/esm/Checkbox/index.js +6 -6
- package/esm/CheckboxConditional/index.js +7 -7
- package/esm/CheckboxItem/__snapshots__/index.test.tsx.snap +219 -73
- package/esm/CheckboxItem/index.js +15 -11
- package/esm/CheckboxItem/index.test.js +22 -3
- package/esm/ChoiceDivider/__snapshots__/index.test.tsx.snap +18 -0
- package/esm/ChoiceDivider/index.js +23 -0
- package/esm/ChoiceDivider/index.test.js +11 -0
- package/esm/CloseIcon/index.js +7 -7
- package/esm/Confirmation/index.js +6 -6
- package/esm/ConfirmationBody/index.js +6 -6
- package/esm/ConfirmationTitle/index.js +6 -6
- package/esm/Container/index.js +7 -7
- package/esm/Container/index.test.js +2 -2
- package/esm/CopyrightContainer/index.js +6 -6
- package/esm/DateInputContainer/index.js +6 -6
- package/esm/DateInputItem/index.js +10 -10
- package/esm/DateInputItem/index.test.js +2 -2
- package/esm/Details/index.js +6 -6
- package/esm/DetailsContent/index.js +6 -6
- package/esm/DetailsSummary/index.js +6 -6
- package/esm/ErrorMessage/index.js +6 -6
- package/esm/ErrorSummary/index.js +6 -6
- package/esm/FieldContainer/index.js +11 -11
- package/esm/Fieldset/index.js +6 -6
- package/esm/FieldsetLegend/index.js +10 -10
- package/esm/FileUpload/index.js +10 -10
- package/esm/FileUploadContainer/index.js +6 -6
- package/esm/Footer/index.js +6 -6
- package/esm/FooterContainer/index.js +6 -6
- package/esm/FooterContent/index.js +6 -6
- package/esm/FooterContentLogos/index.js +6 -6
- package/esm/FooterHeading/index.js +7 -7
- package/esm/FooterImage/index.js +10 -9
- package/esm/FooterInlineList/index.js +6 -6
- package/esm/FooterInlineListItem/index.js +6 -6
- package/esm/FooterLink/index.js +6 -6
- package/esm/FooterList/index.js +6 -6
- package/esm/FooterListItem/index.js +6 -6
- package/esm/FooterMeta/index.js +6 -6
- package/esm/FooterMetaItem/index.js +6 -6
- package/esm/FooterNavigation/index.js +6 -6
- package/esm/FooterSection/index.js +6 -6
- package/esm/Form/index.js +6 -6
- package/esm/GlobeIcon/index.js +8 -8
- package/esm/GovGRLogo/index.js +10 -10
- package/esm/Grid/index.js +11 -11
- package/esm/Header/index.js +6 -6
- package/esm/HeaderContent/index.js +6 -6
- package/esm/HeaderLogo/index.js +9 -9
- package/esm/HeaderNavMenuContent/index.js +6 -6
- package/esm/HeaderSecondaryLogo/index.js +9 -9
- package/esm/HeaderSecondaryLogo/index.test.js +4 -4
- package/esm/HeaderSection/index.js +6 -6
- package/esm/HeaderSubtitle/index.js +6 -6
- package/esm/HeaderTitle/index.js +7 -7
- package/esm/Heading/index.js +8 -8
- package/esm/Heading/index.test.js +24 -24
- package/esm/HeadingCaption/index.js +7 -7
- package/esm/HellenicRepublicLogo/index.js +14 -12
- package/esm/Hidden/index.js +6 -6
- package/esm/Hint/index.js +6 -6
- package/esm/LabelContainer/index.js +6 -6
- package/esm/LabelTitle/index.js +6 -6
- package/esm/Layout/index.js +6 -6
- package/esm/LinkBase/index.js +6 -6
- package/esm/List/index.js +7 -7
- package/esm/ListItem/index.js +6 -6
- package/esm/Main/index.js +6 -6
- package/esm/Masthead/index.js +6 -6
- package/esm/MastheadBody/index.js +6 -6
- package/esm/MoreVertIcon/index.js +7 -7
- package/esm/MoreVertIcon/index.test.js +4 -4
- package/esm/Nav/index.js +14 -14
- package/esm/NavList/index.js +6 -6
- package/esm/NavListItem/index.js +6 -6
- package/esm/NavListItemButton/index.js +6 -6
- package/esm/NavListItemLink/index.js +5 -5
- package/esm/NavListItemLink/index.test.js +4 -4
- package/esm/NavMenu/index.js +7 -7
- package/esm/NavMenuContainer/index.js +5 -5
- package/esm/NavMenuContainerContent/index.js +5 -5
- package/esm/NavMenuContainerContentList/index.js +6 -6
- package/esm/NavMenuContainerContentListItem/index.js +6 -6
- package/esm/NavMenuContainerTitle/index.js +7 -7
- package/esm/NavVertical/index.js +6 -6
- package/esm/NavVerticalItem/index.js +5 -5
- package/esm/NormalText/index.js +8 -8
- package/esm/NormalText/index.test.js +52 -52
- package/esm/NotificationBannerContainer/index.js +7 -7
- package/esm/NotificationBannerContent/index.js +6 -6
- package/esm/NotificationBannerHeader/index.js +6 -6
- package/esm/NotificationBannerHeading/index.js +6 -6
- package/esm/NotificationBannerLink/index.js +6 -6
- package/esm/PageTitle/index.js +6 -6
- package/esm/PageTitleCaption/index.js +7 -7
- package/esm/PageTitleHeading/index.js +7 -7
- package/esm/PageTitleSection/index.js +6 -6
- package/esm/Paragraph/index.js +8 -8
- package/esm/Paragraph/index.test.js +52 -52
- package/esm/PhaseBanner/index.js +6 -6
- package/esm/PhaseBannerHeaderContainer/index.js +4 -3
- package/esm/PhaseBannerTag/index.js +6 -6
- package/esm/PhaseBannerText/index.js +6 -6
- package/esm/RadioConditional/index.js +7 -7
- package/esm/RadioContainer/index.js +6 -6
- package/esm/RadioItem/__snapshots__/index.test.tsx.snap +253 -90
- package/esm/RadioItem/index.js +15 -11
- package/esm/RadioItem/index.test.js +26 -7
- package/esm/SectionBreak/index.js +7 -7
- package/esm/SelectContainer/index.js +6 -6
- package/esm/SelectContainer/index.test.js +2 -2
- package/esm/SelectOption/index.js +7 -7
- package/esm/SingleCharacterInputContainer/index.js +6 -6
- package/esm/SingleCharacterInputItem/index.js +13 -13
- package/esm/SingleCharacterInputItem/index.test.js +7 -7
- package/esm/SkipLink/index.js +6 -6
- package/esm/SummaryList/index.js +6 -6
- package/esm/SummaryListItem/index.js +6 -6
- package/esm/SummaryListItemAction/index.js +6 -6
- package/esm/SummaryListItemKey/index.js +6 -6
- package/esm/SummaryListItemValue/index.js +6 -6
- package/esm/SvgIcon/index.js +8 -8
- package/esm/SvgIcon/index.test.js +4 -4
- package/esm/Table/index.js +11 -11
- package/esm/TableBody/index.js +7 -7
- package/esm/TableCaption/index.js +7 -7
- package/esm/TableContainer/index.js +5 -5
- package/esm/TableDataCell/index.js +7 -7
- package/esm/TableHead/index.js +6 -6
- package/esm/TableHeadCell/index.js +8 -8
- package/esm/TableHeadCell/index.test.js +12 -12
- package/esm/TableNoDataRow/index.js +6 -6
- package/esm/TableRow/index.js +7 -7
- package/esm/Tabs/index.js +6 -6
- package/esm/TabsHeading/index.js +7 -7
- package/esm/TabsList/index.js +6 -6
- package/esm/TabsListItem/index.js +9 -9
- package/esm/TabsPanel/index.js +6 -6
- package/esm/TextArea/index.js +8 -8
- package/esm/TextInput/index.js +10 -10
- package/esm/TextInput/index.test.js +60 -60
- package/esm/Top/index.js +6 -6
- package/esm/UncheckIcon/index.js +7 -7
- package/esm/UncheckIcon/index.test.js +4 -4
- package/esm/VisuallyHidden/index.js +6 -6
- package/esm/WarningText/index.js +6 -6
- package/esm/index.js +2 -1
- package/esm/registry.js +3 -0
- package/index.d.ts +1 -0
- package/index.js +13 -0
- package/package.json +2 -2
- package/registry.d.ts +1 -0
- package/registry.js +4 -0
- package/src/AccessibilityIcon/index.test.tsx +2 -2
- package/src/AccessibilityIcon/index.tsx +5 -12
- package/src/AccessibilityTextIcon/index.test.tsx +2 -2
- package/src/Accordion/index.tsx +3 -3
- package/src/AccordionControls/index.tsx +3 -3
- package/src/AccordionSection/index.tsx +3 -3
- package/src/AccordionSectionContent/index.tsx +3 -3
- package/src/AccordionSectionHeader/index.tsx +3 -3
- package/src/AccordionSectionSummary/index.tsx +3 -3
- package/src/AccordionSectionSummaryHeading/index.tsx +5 -4
- package/src/ArrowIcon/index.tsx +4 -4
- package/src/Aside/index.tsx +3 -3
- package/src/BackLink/index.tsx +6 -6
- package/src/Base/index.tsx +42 -91
- package/src/Blockquote/index.tsx +3 -3
- package/src/Bottom/index.tsx +3 -3
- package/src/Breadcrumbs/index.tsx +3 -3
- package/src/BreadcrumbsList/index.tsx +3 -3
- package/src/BreadcrumbsListItem/index.tsx +4 -4
- package/src/BurgerIcon/index.tsx +7 -7
- package/src/Button/index.test.tsx +3 -3
- package/src/Button/index.tsx +6 -6
- package/src/ButtonGroup/index.tsx +3 -3
- package/src/ButtonLink/index.test.tsx +3 -3
- package/src/ButtonLink/index.tsx +3 -3
- package/src/CallToAction/index.tsx +4 -4
- package/src/Card/index.test.tsx +5 -5
- package/src/Card/index.tsx +10 -10
- package/src/CardAction/index.tsx +3 -3
- package/src/CardHeading/index.tsx +5 -5
- package/src/CardText/index.tsx +3 -3
- package/src/CaretContainer/index.tsx +2 -2
- package/src/CaretIcon/index.tsx +4 -4
- package/src/CheckIcon/index.test.tsx +2 -2
- package/src/CheckIcon/index.tsx +6 -12
- package/src/Checkbox/index.tsx +3 -3
- package/src/CheckboxConditional/index.tsx +4 -4
- package/src/CheckboxItem/__snapshots__/index.test.tsx.snap +219 -73
- package/src/CheckboxItem/index.test.tsx +14 -1
- package/src/CheckboxItem/index.tsx +36 -25
- package/src/ChoiceDivider/__snapshots__/index.test.tsx.snap +18 -0
- package/src/ChoiceDivider/index.test.tsx +8 -0
- package/src/ChoiceDivider/index.tsx +29 -0
- package/src/CloseIcon/index.tsx +6 -12
- package/src/Confirmation/index.tsx +3 -3
- package/src/ConfirmationBody/index.tsx +3 -3
- package/src/ConfirmationTitle/index.tsx +3 -3
- package/src/Container/index.test.tsx +1 -1
- package/src/Container/index.tsx +3 -3
- package/src/CopyrightContainer/index.tsx +3 -3
- package/src/DateInputContainer/index.tsx +3 -3
- package/src/DateInputItem/index.test.tsx +1 -1
- package/src/DateInputItem/index.tsx +12 -12
- package/src/Details/index.tsx +3 -3
- package/src/DetailsContent/index.tsx +3 -3
- package/src/DetailsSummary/index.tsx +3 -3
- package/src/ErrorMessage/index.tsx +3 -3
- package/src/ErrorSummary/index.tsx +3 -3
- package/src/FieldContainer/index.tsx +4 -4
- package/src/Fieldset/index.tsx +3 -3
- package/src/FieldsetLegend/index.tsx +24 -22
- package/src/FileUpload/index.tsx +8 -8
- package/src/FileUploadContainer/index.tsx +3 -3
- package/src/Footer/index.tsx +3 -3
- package/src/FooterContainer/index.tsx +3 -3
- package/src/FooterContent/index.tsx +3 -3
- package/src/FooterContentLogos/index.tsx +3 -3
- package/src/FooterHeading/index.tsx +3 -3
- package/src/FooterImage/index.tsx +6 -5
- package/src/FooterInlineList/index.tsx +3 -3
- package/src/FooterInlineListItem/index.tsx +3 -3
- package/src/FooterLink/index.tsx +3 -3
- package/src/FooterList/index.tsx +3 -3
- package/src/FooterListItem/index.tsx +3 -3
- package/src/FooterMeta/index.tsx +3 -3
- package/src/FooterMetaItem/index.tsx +3 -3
- package/src/FooterNavigation/index.tsx +3 -3
- package/src/FooterSection/index.tsx +3 -3
- package/src/Form/index.tsx +3 -3
- package/src/GlobeIcon/index.tsx +4 -4
- package/src/GovGRLogo/index.tsx +7 -7
- package/src/Grid/index.tsx +14 -14
- package/src/Header/index.tsx +4 -4
- package/src/HeaderContent/index.tsx +3 -3
- package/src/HeaderLogo/index.tsx +10 -10
- package/src/HeaderNavMenuContent/index.tsx +3 -3
- package/src/HeaderSecondaryLogo/index.test.tsx +3 -3
- package/src/HeaderSecondaryLogo/index.tsx +10 -10
- package/src/HeaderSection/index.tsx +3 -3
- package/src/HeaderSubtitle/index.tsx +3 -3
- package/src/HeaderTitle/index.tsx +4 -4
- package/src/Heading/index.test.tsx +12 -12
- package/src/Heading/index.tsx +8 -8
- package/src/HeadingCaption/index.tsx +3 -3
- package/src/HellenicRepublicLogo/index.tsx +30 -26
- package/src/Hidden/index.tsx +3 -3
- package/src/Hint/index.tsx +3 -3
- package/src/LabelContainer/index.tsx +3 -3
- package/src/LabelTitle/index.tsx +7 -7
- package/src/Layout/index.tsx +3 -3
- package/src/LinkBase/index.tsx +3 -3
- package/src/List/index.tsx +3 -3
- package/src/ListItem/index.tsx +3 -3
- package/src/Main/index.tsx +4 -4
- package/src/Masthead/index.tsx +3 -3
- package/src/MastheadBody/index.tsx +3 -3
- package/src/MoreVertIcon/index.test.tsx +2 -2
- package/src/MoreVertIcon/index.tsx +5 -12
- package/src/Nav/index.tsx +20 -20
- package/src/NavList/index.tsx +3 -3
- package/src/NavListItem/index.tsx +3 -3
- package/src/NavListItemButton/index.tsx +4 -4
- package/src/NavListItemLink/index.test.tsx +2 -2
- package/src/NavListItemLink/index.tsx +4 -4
- package/src/NavMenu/index.tsx +4 -4
- package/src/NavMenuContainer/index.tsx +2 -2
- package/src/NavMenuContainerContent/index.tsx +2 -2
- package/src/NavMenuContainerContentList/index.tsx +3 -3
- package/src/NavMenuContainerContentListItem/index.tsx +3 -3
- package/src/NavMenuContainerTitle/index.tsx +7 -7
- package/src/NavVertical/index.tsx +3 -3
- package/src/NavVerticalItem/index.tsx +3 -3
- package/src/NormalText/index.test.tsx +26 -26
- package/src/NormalText/index.tsx +11 -11
- package/src/NotificationBannerContainer/index.tsx +6 -6
- package/src/NotificationBannerContent/index.tsx +3 -3
- package/src/NotificationBannerHeader/index.tsx +3 -3
- package/src/NotificationBannerHeading/index.tsx +3 -3
- package/src/NotificationBannerLink/index.tsx +4 -4
- package/src/PageTitle/index.tsx +3 -3
- package/src/PageTitleCaption/index.tsx +3 -3
- package/src/PageTitleHeading/index.tsx +3 -3
- package/src/PageTitleSection/index.tsx +3 -3
- package/src/Paragraph/index.test.tsx +26 -26
- package/src/Paragraph/index.tsx +11 -11
- package/src/PhaseBanner/index.tsx +3 -3
- package/src/PhaseBannerHeaderContainer/index.tsx +4 -3
- package/src/PhaseBannerTag/index.tsx +3 -3
- package/src/PhaseBannerText/index.tsx +3 -3
- package/src/RadioConditional/index.tsx +4 -4
- package/src/RadioContainer/index.tsx +3 -3
- package/src/RadioItem/__snapshots__/index.test.tsx.snap +253 -90
- package/src/RadioItem/index.test.tsx +17 -1
- package/src/RadioItem/index.tsx +36 -25
- package/src/SectionBreak/index.tsx +8 -8
- package/src/SelectContainer/index.test.tsx +1 -1
- package/src/SelectContainer/index.tsx +4 -4
- package/src/SelectOption/index.tsx +4 -4
- package/src/SingleCharacterInputContainer/index.tsx +3 -3
- package/src/SingleCharacterInputItem/index.test.tsx +4 -4
- package/src/SingleCharacterInputItem/index.tsx +26 -24
- package/src/SkipLink/index.tsx +5 -5
- package/src/SummaryList/index.tsx +3 -3
- package/src/SummaryListItem/index.tsx +3 -3
- package/src/SummaryListItemAction/index.tsx +3 -3
- package/src/SummaryListItemKey/index.tsx +3 -3
- package/src/SummaryListItemValue/index.tsx +3 -3
- package/src/SvgIcon/index.test.tsx +2 -2
- package/src/SvgIcon/index.tsx +4 -4
- package/src/Table/index.tsx +22 -22
- package/src/TableBody/index.tsx +3 -3
- package/src/TableCaption/index.tsx +3 -3
- package/src/TableContainer/index.tsx +3 -3
- package/src/TableDataCell/index.tsx +3 -3
- package/src/TableHead/index.tsx +3 -3
- package/src/TableHeadCell/index.test.tsx +6 -6
- package/src/TableHeadCell/index.tsx +9 -9
- package/src/TableNoDataRow/index.tsx +4 -4
- package/src/TableRow/index.tsx +3 -3
- package/src/Tabs/index.tsx +3 -3
- package/src/TabsHeading/index.tsx +3 -3
- package/src/TabsList/index.tsx +4 -4
- package/src/TabsListItem/index.tsx +6 -6
- package/src/TabsPanel/index.tsx +5 -5
- package/src/TextArea/index.tsx +5 -5
- package/src/TextInput/index.test.tsx +30 -30
- package/src/TextInput/index.tsx +14 -14
- package/src/Top/index.tsx +3 -3
- package/src/UncheckIcon/index.test.tsx +2 -2
- package/src/UncheckIcon/index.tsx +5 -12
- package/src/VisuallyHidden/index.tsx +3 -3
- package/src/WarningText/index.tsx +3 -3
- package/src/index.ts +1 -0
- package/src/registry.js +3 -0
- /package/{PhaseBannerHeaderContainer → ChoiceDivider}/index.test.d.ts +0 -0
- /package/PhaseBannerHeaderContainer/__snapshots__/{index.test.tsx.snap → inde.test.tsx.snap} +0 -0
- /package/PhaseBannerHeaderContainer/{index.test.js → inde.test.js} +0 -0
- /package/es/PhaseBannerHeaderContainer/__snapshots__/{index.test.tsx.snap → inde.test.tsx.snap} +0 -0
- /package/es/PhaseBannerHeaderContainer/{index.test.js → inde.test.js} +0 -0
- /package/esm/PhaseBannerHeaderContainer/__snapshots__/{index.test.tsx.snap → inde.test.tsx.snap} +0 -0
- /package/esm/PhaseBannerHeaderContainer/{index.test.js → inde.test.js} +0 -0
- /package/src/PhaseBannerHeaderContainer/__snapshots__/{index.test.tsx.snap → inde.test.tsx.snap} +0 -0
- /package/src/PhaseBannerHeaderContainer/{index.test.tsx → inde.test.tsx} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import clsx from 'clsx';
|
|
3
2
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
+
import clsx from 'clsx';
|
|
4
4
|
|
|
5
5
|
export interface PhaseBannerTextProps extends BaseProps<'span'> {}
|
|
6
6
|
/**
|
|
@@ -11,14 +11,14 @@ export interface PhaseBannerTextProps extends BaseProps<'span'> {}
|
|
|
11
11
|
export const PhaseBannerText = React.forwardRef<
|
|
12
12
|
HTMLSpanElement,
|
|
13
13
|
PhaseBannerTextProps
|
|
14
|
-
>(function PhaseBannerText({
|
|
14
|
+
>(function PhaseBannerText({ className, children, ...props }, ref) {
|
|
15
15
|
return (
|
|
16
16
|
<Base
|
|
17
17
|
as="span"
|
|
18
|
+
ref={ref}
|
|
18
19
|
className={clsx(className, {
|
|
19
20
|
'govgr-phase-banner__text': true,
|
|
20
21
|
})}
|
|
21
|
-
ref={ref}
|
|
22
22
|
{...props}
|
|
23
23
|
>
|
|
24
24
|
{children}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import clsx from 'clsx';
|
|
3
2
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
|
-
import FieldContainer from '@digigov/react-core/FieldContainer';
|
|
5
3
|
import LabelContainer from '@digigov/react-core/LabelContainer';
|
|
4
|
+
import FieldContainer from '@digigov/react-core/FieldContainer';
|
|
5
|
+
import clsx from 'clsx';
|
|
6
6
|
|
|
7
7
|
export interface RadioConditionalProps extends BaseProps<'div'> {}
|
|
8
8
|
/**
|
|
@@ -13,14 +13,14 @@ export interface RadioConditionalProps extends BaseProps<'div'> {}
|
|
|
13
13
|
export const RadioConditional = React.forwardRef<
|
|
14
14
|
HTMLDivElement,
|
|
15
15
|
RadioConditionalProps
|
|
16
|
-
>(function RadioConditional({
|
|
16
|
+
>(function RadioConditional({ className, children, ...props }, ref) {
|
|
17
17
|
return (
|
|
18
18
|
<Base
|
|
19
19
|
as="div"
|
|
20
|
+
ref={ref}
|
|
20
21
|
className={clsx(className, {
|
|
21
22
|
'govgr-radios__conditional': true,
|
|
22
23
|
})}
|
|
23
|
-
ref={ref}
|
|
24
24
|
{...props}
|
|
25
25
|
>
|
|
26
26
|
<FieldContainer>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import clsx from 'clsx';
|
|
3
2
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
+
import clsx from 'clsx';
|
|
4
4
|
|
|
5
5
|
export interface RadioContainerProps extends BaseProps<'div'> {
|
|
6
6
|
/**
|
|
@@ -15,15 +15,15 @@ export interface RadioContainerProps extends BaseProps<'div'> {
|
|
|
15
15
|
export const RadioContainer = React.forwardRef<
|
|
16
16
|
HTMLDivElement,
|
|
17
17
|
RadioContainerProps
|
|
18
|
-
>(function RadioContainer({
|
|
18
|
+
>(function RadioContainer({ className, children, inline, ...props }, ref) {
|
|
19
19
|
return (
|
|
20
20
|
<Base
|
|
21
21
|
as="div"
|
|
22
|
+
ref={ref}
|
|
22
23
|
className={clsx(className, {
|
|
23
24
|
'govgr-radios': true,
|
|
24
25
|
'govgr-radios--inline': inline === true,
|
|
25
26
|
})}
|
|
26
|
-
ref={ref}
|
|
27
27
|
{...props}
|
|
28
28
|
>
|
|
29
29
|
{children}
|
|
@@ -1,5 +1,56 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
+
exports[`renders the RadioItem \`divider\` props 1`] = `
|
|
4
|
+
<ForwardRef(RadioItem)
|
|
5
|
+
divider="ή"
|
|
6
|
+
>
|
|
7
|
+
<ForwardRef(ChoiceDivider)
|
|
8
|
+
text="ή"
|
|
9
|
+
>
|
|
10
|
+
<ForwardRef(Base)
|
|
11
|
+
as="div"
|
|
12
|
+
className="govgr-choice-divider"
|
|
13
|
+
>
|
|
14
|
+
<div
|
|
15
|
+
className="govgr-choice-divider"
|
|
16
|
+
>
|
|
17
|
+
ή
|
|
18
|
+
</div>
|
|
19
|
+
</ForwardRef(Base)>
|
|
20
|
+
</ForwardRef(ChoiceDivider)>
|
|
21
|
+
<div
|
|
22
|
+
className="govgr-radios__item"
|
|
23
|
+
>
|
|
24
|
+
<ForwardRef(LabelContainer)
|
|
25
|
+
className="govgr-radios__label"
|
|
26
|
+
>
|
|
27
|
+
<ForwardRef(Base)
|
|
28
|
+
as="label"
|
|
29
|
+
className="govgr-radios__label govgr-label"
|
|
30
|
+
>
|
|
31
|
+
<label
|
|
32
|
+
className="govgr-radios__label govgr-label"
|
|
33
|
+
>
|
|
34
|
+
hello
|
|
35
|
+
<ForwardRef(Base)
|
|
36
|
+
as="input"
|
|
37
|
+
className="govgr-radios__input"
|
|
38
|
+
disabled={false}
|
|
39
|
+
type="radio"
|
|
40
|
+
>
|
|
41
|
+
<input
|
|
42
|
+
className="govgr-radios__input"
|
|
43
|
+
disabled={false}
|
|
44
|
+
type="radio"
|
|
45
|
+
/>
|
|
46
|
+
</ForwardRef(Base)>
|
|
47
|
+
</label>
|
|
48
|
+
</ForwardRef(Base)>
|
|
49
|
+
</ForwardRef(LabelContainer)>
|
|
50
|
+
</div>
|
|
51
|
+
</ForwardRef(RadioItem)>
|
|
52
|
+
`;
|
|
53
|
+
|
|
3
54
|
exports[`renders the RadioItem value props 1`] = `
|
|
4
55
|
<ForwardRef(RadioItem)
|
|
5
56
|
value="someValue"
|
|
@@ -7,25 +58,92 @@ exports[`renders the RadioItem value props 1`] = `
|
|
|
7
58
|
<div
|
|
8
59
|
className="govgr-radios__item"
|
|
9
60
|
>
|
|
10
|
-
<
|
|
11
|
-
className="govgr-
|
|
61
|
+
<ForwardRef(LabelContainer)
|
|
62
|
+
className="govgr-radios__label"
|
|
63
|
+
>
|
|
64
|
+
<ForwardRef(Base)
|
|
65
|
+
as="label"
|
|
66
|
+
className="govgr-radios__label govgr-label"
|
|
67
|
+
>
|
|
68
|
+
<label
|
|
69
|
+
className="govgr-radios__label govgr-label"
|
|
70
|
+
>
|
|
71
|
+
hello
|
|
72
|
+
<ForwardRef(Base)
|
|
73
|
+
as="input"
|
|
74
|
+
className="govgr-radios__input"
|
|
75
|
+
disabled={false}
|
|
76
|
+
type="radio"
|
|
77
|
+
value="someValue"
|
|
78
|
+
>
|
|
79
|
+
<input
|
|
80
|
+
className="govgr-radios__input"
|
|
81
|
+
disabled={false}
|
|
82
|
+
type="radio"
|
|
83
|
+
value="someValue"
|
|
84
|
+
/>
|
|
85
|
+
</ForwardRef(Base)>
|
|
86
|
+
</label>
|
|
87
|
+
</ForwardRef(Base)>
|
|
88
|
+
</ForwardRef(LabelContainer)>
|
|
89
|
+
</div>
|
|
90
|
+
</ForwardRef(RadioItem)>
|
|
91
|
+
`;
|
|
92
|
+
|
|
93
|
+
exports[`renders the RadioItem with \`name\`, \`disabled\`, \`divider\` and \`value\` props 1`] = `
|
|
94
|
+
<ForwardRef(RadioItem)
|
|
95
|
+
disabled={true}
|
|
96
|
+
divider="ή"
|
|
97
|
+
name="name"
|
|
98
|
+
value="someValue"
|
|
99
|
+
>
|
|
100
|
+
<ForwardRef(ChoiceDivider)
|
|
101
|
+
text="ή"
|
|
102
|
+
>
|
|
103
|
+
<ForwardRef(Base)
|
|
104
|
+
as="div"
|
|
105
|
+
className="govgr-choice-divider"
|
|
106
|
+
>
|
|
107
|
+
<div
|
|
108
|
+
className="govgr-choice-divider"
|
|
109
|
+
>
|
|
110
|
+
ή
|
|
111
|
+
</div>
|
|
112
|
+
</ForwardRef(Base)>
|
|
113
|
+
</ForwardRef(ChoiceDivider)>
|
|
114
|
+
<div
|
|
115
|
+
className="govgr-radios__item"
|
|
116
|
+
>
|
|
117
|
+
<ForwardRef(LabelContainer)
|
|
118
|
+
className="govgr-radios__label--disabled govgr-radios__label"
|
|
12
119
|
>
|
|
13
|
-
hello
|
|
14
120
|
<ForwardRef(Base)
|
|
15
|
-
as="
|
|
16
|
-
className="govgr-
|
|
17
|
-
disabled={false}
|
|
18
|
-
type="radio"
|
|
19
|
-
value="someValue"
|
|
121
|
+
as="label"
|
|
122
|
+
className="govgr-radios__label--disabled govgr-radios__label govgr-label"
|
|
20
123
|
>
|
|
21
|
-
<
|
|
22
|
-
className="govgr-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
124
|
+
<label
|
|
125
|
+
className="govgr-radios__label--disabled govgr-radios__label govgr-label"
|
|
126
|
+
>
|
|
127
|
+
hello
|
|
128
|
+
<ForwardRef(Base)
|
|
129
|
+
as="input"
|
|
130
|
+
className="govgr-radios__input"
|
|
131
|
+
disabled={true}
|
|
132
|
+
name="name"
|
|
133
|
+
type="radio"
|
|
134
|
+
value="someValue"
|
|
135
|
+
>
|
|
136
|
+
<input
|
|
137
|
+
className="govgr-radios__input"
|
|
138
|
+
disabled={true}
|
|
139
|
+
name="name"
|
|
140
|
+
type="radio"
|
|
141
|
+
value="someValue"
|
|
142
|
+
/>
|
|
143
|
+
</ForwardRef(Base)>
|
|
144
|
+
</label>
|
|
27
145
|
</ForwardRef(Base)>
|
|
28
|
-
</
|
|
146
|
+
</ForwardRef(LabelContainer)>
|
|
29
147
|
</div>
|
|
30
148
|
</ForwardRef(RadioItem)>
|
|
31
149
|
`;
|
|
@@ -37,23 +155,32 @@ exports[`renders the RadioItem with disabled prop 1`] = `
|
|
|
37
155
|
<div
|
|
38
156
|
className="govgr-radios__item"
|
|
39
157
|
>
|
|
40
|
-
<
|
|
41
|
-
className="govgr-radios__label--disabled govgr-
|
|
158
|
+
<ForwardRef(LabelContainer)
|
|
159
|
+
className="govgr-radios__label--disabled govgr-radios__label"
|
|
42
160
|
>
|
|
43
|
-
hello
|
|
44
161
|
<ForwardRef(Base)
|
|
45
|
-
as="
|
|
46
|
-
className="govgr-
|
|
47
|
-
disabled={true}
|
|
48
|
-
type="radio"
|
|
162
|
+
as="label"
|
|
163
|
+
className="govgr-radios__label--disabled govgr-radios__label govgr-label"
|
|
49
164
|
>
|
|
50
|
-
<
|
|
51
|
-
className="govgr-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
165
|
+
<label
|
|
166
|
+
className="govgr-radios__label--disabled govgr-radios__label govgr-label"
|
|
167
|
+
>
|
|
168
|
+
hello
|
|
169
|
+
<ForwardRef(Base)
|
|
170
|
+
as="input"
|
|
171
|
+
className="govgr-radios__input"
|
|
172
|
+
disabled={true}
|
|
173
|
+
type="radio"
|
|
174
|
+
>
|
|
175
|
+
<input
|
|
176
|
+
className="govgr-radios__input"
|
|
177
|
+
disabled={true}
|
|
178
|
+
type="radio"
|
|
179
|
+
/>
|
|
180
|
+
</ForwardRef(Base)>
|
|
181
|
+
</label>
|
|
55
182
|
</ForwardRef(Base)>
|
|
56
|
-
</
|
|
183
|
+
</ForwardRef(LabelContainer)>
|
|
57
184
|
</div>
|
|
58
185
|
</ForwardRef(RadioItem)>
|
|
59
186
|
`;
|
|
@@ -65,25 +192,34 @@ exports[`renders the RadioItem with name props 1`] = `
|
|
|
65
192
|
<div
|
|
66
193
|
className="govgr-radios__item"
|
|
67
194
|
>
|
|
68
|
-
<
|
|
69
|
-
className="govgr-
|
|
195
|
+
<ForwardRef(LabelContainer)
|
|
196
|
+
className="govgr-radios__label"
|
|
70
197
|
>
|
|
71
|
-
hello
|
|
72
198
|
<ForwardRef(Base)
|
|
73
|
-
as="
|
|
74
|
-
className="govgr-
|
|
75
|
-
disabled={false}
|
|
76
|
-
name="name"
|
|
77
|
-
type="radio"
|
|
199
|
+
as="label"
|
|
200
|
+
className="govgr-radios__label govgr-label"
|
|
78
201
|
>
|
|
79
|
-
<
|
|
80
|
-
className="govgr-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
202
|
+
<label
|
|
203
|
+
className="govgr-radios__label govgr-label"
|
|
204
|
+
>
|
|
205
|
+
hello
|
|
206
|
+
<ForwardRef(Base)
|
|
207
|
+
as="input"
|
|
208
|
+
className="govgr-radios__input"
|
|
209
|
+
disabled={false}
|
|
210
|
+
name="name"
|
|
211
|
+
type="radio"
|
|
212
|
+
>
|
|
213
|
+
<input
|
|
214
|
+
className="govgr-radios__input"
|
|
215
|
+
disabled={false}
|
|
216
|
+
name="name"
|
|
217
|
+
type="radio"
|
|
218
|
+
/>
|
|
219
|
+
</ForwardRef(Base)>
|
|
220
|
+
</label>
|
|
85
221
|
</ForwardRef(Base)>
|
|
86
|
-
</
|
|
222
|
+
</ForwardRef(LabelContainer)>
|
|
87
223
|
</div>
|
|
88
224
|
</ForwardRef(RadioItem)>
|
|
89
225
|
`;
|
|
@@ -96,27 +232,36 @@ exports[`renders the RadioItem with name and value props 1`] = `
|
|
|
96
232
|
<div
|
|
97
233
|
className="govgr-radios__item"
|
|
98
234
|
>
|
|
99
|
-
<
|
|
100
|
-
className="govgr-
|
|
235
|
+
<ForwardRef(LabelContainer)
|
|
236
|
+
className="govgr-radios__label"
|
|
101
237
|
>
|
|
102
|
-
hello
|
|
103
238
|
<ForwardRef(Base)
|
|
104
|
-
as="
|
|
105
|
-
className="govgr-
|
|
106
|
-
disabled={false}
|
|
107
|
-
name="name"
|
|
108
|
-
type="radio"
|
|
109
|
-
value="someValue"
|
|
239
|
+
as="label"
|
|
240
|
+
className="govgr-radios__label govgr-label"
|
|
110
241
|
>
|
|
111
|
-
<
|
|
112
|
-
className="govgr-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
242
|
+
<label
|
|
243
|
+
className="govgr-radios__label govgr-label"
|
|
244
|
+
>
|
|
245
|
+
hello
|
|
246
|
+
<ForwardRef(Base)
|
|
247
|
+
as="input"
|
|
248
|
+
className="govgr-radios__input"
|
|
249
|
+
disabled={false}
|
|
250
|
+
name="name"
|
|
251
|
+
type="radio"
|
|
252
|
+
value="someValue"
|
|
253
|
+
>
|
|
254
|
+
<input
|
|
255
|
+
className="govgr-radios__input"
|
|
256
|
+
disabled={false}
|
|
257
|
+
name="name"
|
|
258
|
+
type="radio"
|
|
259
|
+
value="someValue"
|
|
260
|
+
/>
|
|
261
|
+
</ForwardRef(Base)>
|
|
262
|
+
</label>
|
|
118
263
|
</ForwardRef(Base)>
|
|
119
|
-
</
|
|
264
|
+
</ForwardRef(LabelContainer)>
|
|
120
265
|
</div>
|
|
121
266
|
</ForwardRef(RadioItem)>
|
|
122
267
|
`;
|
|
@@ -130,27 +275,36 @@ exports[`renders the RadioItem with name disabled and value props 1`] = `
|
|
|
130
275
|
<div
|
|
131
276
|
className="govgr-radios__item"
|
|
132
277
|
>
|
|
133
|
-
<
|
|
134
|
-
className="govgr-radios__label--disabled govgr-
|
|
278
|
+
<ForwardRef(LabelContainer)
|
|
279
|
+
className="govgr-radios__label--disabled govgr-radios__label"
|
|
135
280
|
>
|
|
136
|
-
hello
|
|
137
281
|
<ForwardRef(Base)
|
|
138
|
-
as="
|
|
139
|
-
className="govgr-
|
|
140
|
-
disabled={true}
|
|
141
|
-
name="name"
|
|
142
|
-
type="radio"
|
|
143
|
-
value="someValue"
|
|
282
|
+
as="label"
|
|
283
|
+
className="govgr-radios__label--disabled govgr-radios__label govgr-label"
|
|
144
284
|
>
|
|
145
|
-
<
|
|
146
|
-
className="govgr-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
285
|
+
<label
|
|
286
|
+
className="govgr-radios__label--disabled govgr-radios__label govgr-label"
|
|
287
|
+
>
|
|
288
|
+
hello
|
|
289
|
+
<ForwardRef(Base)
|
|
290
|
+
as="input"
|
|
291
|
+
className="govgr-radios__input"
|
|
292
|
+
disabled={true}
|
|
293
|
+
name="name"
|
|
294
|
+
type="radio"
|
|
295
|
+
value="someValue"
|
|
296
|
+
>
|
|
297
|
+
<input
|
|
298
|
+
className="govgr-radios__input"
|
|
299
|
+
disabled={true}
|
|
300
|
+
name="name"
|
|
301
|
+
type="radio"
|
|
302
|
+
value="someValue"
|
|
303
|
+
/>
|
|
304
|
+
</ForwardRef(Base)>
|
|
305
|
+
</label>
|
|
152
306
|
</ForwardRef(Base)>
|
|
153
|
-
</
|
|
307
|
+
</ForwardRef(LabelContainer)>
|
|
154
308
|
</div>
|
|
155
309
|
</ForwardRef(RadioItem)>
|
|
156
310
|
`;
|
|
@@ -160,23 +314,32 @@ exports[`renders the RadioItem with no props 1`] = `
|
|
|
160
314
|
<div
|
|
161
315
|
className="govgr-radios__item"
|
|
162
316
|
>
|
|
163
|
-
<
|
|
164
|
-
className="govgr-
|
|
317
|
+
<ForwardRef(LabelContainer)
|
|
318
|
+
className="govgr-radios__label"
|
|
165
319
|
>
|
|
166
|
-
hello
|
|
167
320
|
<ForwardRef(Base)
|
|
168
|
-
as="
|
|
169
|
-
className="govgr-
|
|
170
|
-
disabled={false}
|
|
171
|
-
type="radio"
|
|
321
|
+
as="label"
|
|
322
|
+
className="govgr-radios__label govgr-label"
|
|
172
323
|
>
|
|
173
|
-
<
|
|
174
|
-
className="govgr-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
324
|
+
<label
|
|
325
|
+
className="govgr-radios__label govgr-label"
|
|
326
|
+
>
|
|
327
|
+
hello
|
|
328
|
+
<ForwardRef(Base)
|
|
329
|
+
as="input"
|
|
330
|
+
className="govgr-radios__input"
|
|
331
|
+
disabled={false}
|
|
332
|
+
type="radio"
|
|
333
|
+
>
|
|
334
|
+
<input
|
|
335
|
+
className="govgr-radios__input"
|
|
336
|
+
disabled={false}
|
|
337
|
+
type="radio"
|
|
338
|
+
/>
|
|
339
|
+
</ForwardRef(Base)>
|
|
340
|
+
</label>
|
|
178
341
|
</ForwardRef(Base)>
|
|
179
|
-
</
|
|
342
|
+
</ForwardRef(LabelContainer)>
|
|
180
343
|
</div>
|
|
181
344
|
</ForwardRef(RadioItem)>
|
|
182
345
|
`;
|
|
@@ -17,6 +17,12 @@ it('renders the RadioItem value props', () => {
|
|
|
17
17
|
).toMatchSnapshot();
|
|
18
18
|
});
|
|
19
19
|
|
|
20
|
+
it('renders the RadioItem `divider` props', () => {
|
|
21
|
+
expect(
|
|
22
|
+
mount(<RadioItem divider={'ή'}>hello</RadioItem>)
|
|
23
|
+
).toMatchSnapshot();
|
|
24
|
+
});
|
|
25
|
+
|
|
20
26
|
it('renders the RadioItem with name and value props', () => {
|
|
21
27
|
expect(
|
|
22
28
|
mount(
|
|
@@ -34,7 +40,17 @@ it('renders the RadioItem with disabled prop', () => {
|
|
|
34
40
|
it('renders the RadioItem with name disabled and value props', () => {
|
|
35
41
|
expect(
|
|
36
42
|
mount(
|
|
37
|
-
<RadioItem
|
|
43
|
+
<RadioItem name={'name'} value={'someValue'} disabled>
|
|
44
|
+
hello
|
|
45
|
+
</RadioItem>
|
|
46
|
+
)
|
|
47
|
+
).toMatchSnapshot();
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
it('renders the RadioItem with `name`, `disabled`, `divider` and `value` props', () => {
|
|
51
|
+
expect(
|
|
52
|
+
mount(
|
|
53
|
+
<RadioItem name={'name'} value={'someValue'} divider={'ή'} disabled>
|
|
38
54
|
hello
|
|
39
55
|
</RadioItem>
|
|
40
56
|
)
|
package/src/RadioItem/index.tsx
CHANGED
|
@@ -1,45 +1,56 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import clsx from 'clsx';
|
|
3
2
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
3
|
import LabelContainer from '@digigov/react-core/LabelContainer';
|
|
4
|
+
import clsx from 'clsx';
|
|
5
|
+
import ChoiceDivider from '@digigov/react-core/ChoiceDivider';
|
|
5
6
|
|
|
6
|
-
export interface RadioItemProps extends BaseProps<'input'> {
|
|
7
|
+
export interface RadioItemProps extends BaseProps<'input'> {
|
|
8
|
+
/**
|
|
9
|
+
* divider is optional.
|
|
10
|
+
* Add this prop to add a choice divider ontop of a radio item.
|
|
11
|
+
* The string is the text that it will appear above this radio item.
|
|
12
|
+
*/
|
|
13
|
+
divider?: string;
|
|
14
|
+
}
|
|
7
15
|
/**
|
|
8
16
|
* RadioItem component is used for display radio buttons.
|
|
9
17
|
* RadioItem component must be included inside Radio component, as a children component.
|
|
10
18
|
*/
|
|
11
19
|
export const RadioItem = React.forwardRef<HTMLInputElement, RadioItemProps>(
|
|
12
20
|
function RadioItem(
|
|
13
|
-
{
|
|
21
|
+
{ divider, name, value, className, disabled = false, children, ...props },
|
|
14
22
|
ref
|
|
15
23
|
) {
|
|
16
24
|
return (
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
<LabelContainer
|
|
23
|
-
className={clsx({
|
|
24
|
-
'govgr-radios__label': true,
|
|
25
|
-
'govgr-radios__label--disabled': disabled === true,
|
|
25
|
+
<>
|
|
26
|
+
{divider && <ChoiceDivider text={divider} />}
|
|
27
|
+
<div
|
|
28
|
+
className={clsx(className, {
|
|
29
|
+
'govgr-radios__item': true,
|
|
26
30
|
})}
|
|
27
31
|
>
|
|
28
|
-
|
|
29
|
-
<Base
|
|
30
|
-
as="input"
|
|
32
|
+
<LabelContainer
|
|
31
33
|
className={clsx({
|
|
32
|
-
'govgr-
|
|
34
|
+
'govgr-radios__label': true,
|
|
35
|
+
'govgr-radios__label--disabled': disabled === true,
|
|
33
36
|
})}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
37
|
+
>
|
|
38
|
+
{children}
|
|
39
|
+
<Base
|
|
40
|
+
as="input"
|
|
41
|
+
ref={ref}
|
|
42
|
+
type="radio"
|
|
43
|
+
name={name}
|
|
44
|
+
value={value}
|
|
45
|
+
className={clsx({
|
|
46
|
+
'govgr-radios__input': true,
|
|
47
|
+
})}
|
|
48
|
+
disabled={disabled}
|
|
49
|
+
{...props}
|
|
50
|
+
/>
|
|
51
|
+
</LabelContainer>
|
|
52
|
+
</div>
|
|
53
|
+
</>
|
|
43
54
|
);
|
|
44
55
|
}
|
|
45
56
|
);
|
|
@@ -1,30 +1,31 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import clsx from 'clsx';
|
|
3
2
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
+
import clsx from 'clsx';
|
|
4
4
|
|
|
5
5
|
export interface SectionBreakProps extends BaseProps<'hr'> {
|
|
6
|
-
/**
|
|
7
|
-
* size is optional and it is about the different size margins.
|
|
8
|
-
*/
|
|
9
|
-
size?: 'xl' | 'l' | 'm' | 's';
|
|
10
|
-
|
|
11
6
|
/**
|
|
12
7
|
* visible is optional.
|
|
13
8
|
* By default, SectionBreak only visible by its margin. You can add the 'visible' prop to make it visible with a separator line.
|
|
14
9
|
*/
|
|
15
10
|
visible?: boolean;
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* size is optional and it is about the different size margins.
|
|
14
|
+
*/
|
|
15
|
+
size?: 'xl' | 'l' | 'm' | 's';
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
18
18
|
* SectionBreak is used to create a thematic break between sections of content.
|
|
19
19
|
*/
|
|
20
20
|
export const SectionBreak = React.forwardRef<HTMLHRElement, SectionBreakProps>(
|
|
21
21
|
function SectionBreak(
|
|
22
|
-
{
|
|
22
|
+
{ visible = true, size = 's', className, ...props },
|
|
23
23
|
ref
|
|
24
24
|
) {
|
|
25
25
|
return (
|
|
26
26
|
<Base
|
|
27
27
|
as="hr"
|
|
28
|
+
ref={ref}
|
|
28
29
|
className={clsx(className, {
|
|
29
30
|
'govgr-section-break': true,
|
|
30
31
|
'govgr-section-break--visible': visible === true,
|
|
@@ -32,7 +33,6 @@ export const SectionBreak = React.forwardRef<HTMLHRElement, SectionBreakProps>(
|
|
|
32
33
|
'govgr-section-break--l': size === 'l',
|
|
33
34
|
'govgr-section-break--m': size === 'm',
|
|
34
35
|
})}
|
|
35
|
-
ref={ref}
|
|
36
36
|
{...props}
|
|
37
37
|
/>
|
|
38
38
|
);
|
|
@@ -16,7 +16,7 @@ it('renders the SelectContainer with name props', () => {
|
|
|
16
16
|
it('renders the SelectContainer with name and defaultValue', () => {
|
|
17
17
|
expect(
|
|
18
18
|
mount(
|
|
19
|
-
<SelectContainer
|
|
19
|
+
<SelectContainer name={'some-name'} defaultValue={'some-value'}>
|
|
20
20
|
hello
|
|
21
21
|
</SelectContainer>
|
|
22
22
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import clsx from 'clsx';
|
|
3
2
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
+
import clsx from 'clsx';
|
|
4
4
|
|
|
5
5
|
export interface SelectContainerProps extends BaseProps<'select'> {}
|
|
6
6
|
/**
|
|
@@ -10,15 +10,15 @@ export interface SelectContainerProps extends BaseProps<'select'> {}
|
|
|
10
10
|
export const SelectContainer = React.forwardRef<
|
|
11
11
|
HTMLSelectElement,
|
|
12
12
|
SelectContainerProps
|
|
13
|
-
>(function SelectContainer({
|
|
13
|
+
>(function SelectContainer({ name, className, children, ...props }, ref) {
|
|
14
14
|
return (
|
|
15
15
|
<Base
|
|
16
16
|
as="select"
|
|
17
|
+
name={name}
|
|
18
|
+
ref={ref}
|
|
17
19
|
className={clsx(className, {
|
|
18
20
|
'govgr-select': true,
|
|
19
21
|
})}
|
|
20
|
-
name={name}
|
|
21
|
-
ref={ref}
|
|
22
22
|
{...props}
|
|
23
23
|
>
|
|
24
24
|
{children}
|