@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
|
@@ -7,23 +7,81 @@ exports[`renders the CheckboxItem with \`disabled\` prop 1`] = `
|
|
|
7
7
|
<div
|
|
8
8
|
className="govgr-checkboxes__item"
|
|
9
9
|
>
|
|
10
|
-
<
|
|
11
|
-
className="govgr-checkboxes__label--disabled govgr-
|
|
10
|
+
<ForwardRef(LabelContainer)
|
|
11
|
+
className="govgr-checkboxes__label--disabled govgr-checkboxes__label"
|
|
12
12
|
>
|
|
13
|
-
hello
|
|
14
13
|
<ForwardRef(Base)
|
|
15
|
-
as="
|
|
16
|
-
className="govgr-
|
|
17
|
-
disabled={true}
|
|
18
|
-
type="checkbox"
|
|
14
|
+
as="label"
|
|
15
|
+
className="govgr-checkboxes__label--disabled govgr-checkboxes__label govgr-label"
|
|
19
16
|
>
|
|
20
|
-
<
|
|
21
|
-
className="govgr-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
17
|
+
<label
|
|
18
|
+
className="govgr-checkboxes__label--disabled govgr-checkboxes__label govgr-label"
|
|
19
|
+
>
|
|
20
|
+
hello
|
|
21
|
+
<ForwardRef(Base)
|
|
22
|
+
as="input"
|
|
23
|
+
className="govgr-checkboxes__input"
|
|
24
|
+
disabled={true}
|
|
25
|
+
type="checkbox"
|
|
26
|
+
>
|
|
27
|
+
<input
|
|
28
|
+
className="govgr-checkboxes__input"
|
|
29
|
+
disabled={true}
|
|
30
|
+
type="checkbox"
|
|
31
|
+
/>
|
|
32
|
+
</ForwardRef(Base)>
|
|
33
|
+
</label>
|
|
25
34
|
</ForwardRef(Base)>
|
|
26
|
-
</
|
|
35
|
+
</ForwardRef(LabelContainer)>
|
|
36
|
+
</div>
|
|
37
|
+
</ForwardRef(CheckboxItem)>
|
|
38
|
+
`;
|
|
39
|
+
|
|
40
|
+
exports[`renders the CheckboxItem with \`divider\` prop 1`] = `
|
|
41
|
+
<ForwardRef(CheckboxItem)
|
|
42
|
+
divider="ή"
|
|
43
|
+
>
|
|
44
|
+
<ForwardRef(ChoiceDivider)
|
|
45
|
+
text="ή"
|
|
46
|
+
>
|
|
47
|
+
<ForwardRef(Base)
|
|
48
|
+
as="div"
|
|
49
|
+
className="govgr-choice-divider"
|
|
50
|
+
>
|
|
51
|
+
<div
|
|
52
|
+
className="govgr-choice-divider"
|
|
53
|
+
>
|
|
54
|
+
ή
|
|
55
|
+
</div>
|
|
56
|
+
</ForwardRef(Base)>
|
|
57
|
+
</ForwardRef(ChoiceDivider)>
|
|
58
|
+
<div
|
|
59
|
+
className="govgr-checkboxes__item"
|
|
60
|
+
>
|
|
61
|
+
<ForwardRef(LabelContainer)
|
|
62
|
+
className="govgr-checkboxes__label"
|
|
63
|
+
>
|
|
64
|
+
<ForwardRef(Base)
|
|
65
|
+
as="label"
|
|
66
|
+
className="govgr-checkboxes__label govgr-label"
|
|
67
|
+
>
|
|
68
|
+
<label
|
|
69
|
+
className="govgr-checkboxes__label govgr-label"
|
|
70
|
+
>
|
|
71
|
+
hello
|
|
72
|
+
<ForwardRef(Base)
|
|
73
|
+
as="input"
|
|
74
|
+
className="govgr-checkboxes__input"
|
|
75
|
+
type="checkbox"
|
|
76
|
+
>
|
|
77
|
+
<input
|
|
78
|
+
className="govgr-checkboxes__input"
|
|
79
|
+
type="checkbox"
|
|
80
|
+
/>
|
|
81
|
+
</ForwardRef(Base)>
|
|
82
|
+
</label>
|
|
83
|
+
</ForwardRef(Base)>
|
|
84
|
+
</ForwardRef(LabelContainer)>
|
|
27
85
|
</div>
|
|
28
86
|
</ForwardRef(CheckboxItem)>
|
|
29
87
|
`;
|
|
@@ -35,25 +93,32 @@ exports[`renders the CheckboxItem with \`name\` prop 1`] = `
|
|
|
35
93
|
<div
|
|
36
94
|
className="govgr-checkboxes__item"
|
|
37
95
|
>
|
|
38
|
-
<
|
|
39
|
-
className="govgr-
|
|
96
|
+
<ForwardRef(LabelContainer)
|
|
97
|
+
className="govgr-checkboxes__label"
|
|
40
98
|
>
|
|
41
|
-
hello
|
|
42
99
|
<ForwardRef(Base)
|
|
43
|
-
as="
|
|
44
|
-
className="govgr-
|
|
45
|
-
disabled={false}
|
|
46
|
-
name="example"
|
|
47
|
-
type="checkbox"
|
|
100
|
+
as="label"
|
|
101
|
+
className="govgr-checkboxes__label govgr-label"
|
|
48
102
|
>
|
|
49
|
-
<
|
|
50
|
-
className="govgr-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
103
|
+
<label
|
|
104
|
+
className="govgr-checkboxes__label govgr-label"
|
|
105
|
+
>
|
|
106
|
+
hello
|
|
107
|
+
<ForwardRef(Base)
|
|
108
|
+
as="input"
|
|
109
|
+
className="govgr-checkboxes__input"
|
|
110
|
+
name="example"
|
|
111
|
+
type="checkbox"
|
|
112
|
+
>
|
|
113
|
+
<input
|
|
114
|
+
className="govgr-checkboxes__input"
|
|
115
|
+
name="example"
|
|
116
|
+
type="checkbox"
|
|
117
|
+
/>
|
|
118
|
+
</ForwardRef(Base)>
|
|
119
|
+
</label>
|
|
55
120
|
</ForwardRef(Base)>
|
|
56
|
-
</
|
|
121
|
+
</ForwardRef(LabelContainer)>
|
|
57
122
|
</div>
|
|
58
123
|
</ForwardRef(CheckboxItem)>
|
|
59
124
|
`;
|
|
@@ -67,27 +132,94 @@ exports[`renders the CheckboxItem with \`value\` \`name\` and \`disabled\` props
|
|
|
67
132
|
<div
|
|
68
133
|
className="govgr-checkboxes__item"
|
|
69
134
|
>
|
|
70
|
-
<
|
|
71
|
-
className="govgr-checkboxes__label--disabled govgr-
|
|
135
|
+
<ForwardRef(LabelContainer)
|
|
136
|
+
className="govgr-checkboxes__label--disabled govgr-checkboxes__label"
|
|
137
|
+
>
|
|
138
|
+
<ForwardRef(Base)
|
|
139
|
+
as="label"
|
|
140
|
+
className="govgr-checkboxes__label--disabled govgr-checkboxes__label govgr-label"
|
|
141
|
+
>
|
|
142
|
+
<label
|
|
143
|
+
className="govgr-checkboxes__label--disabled govgr-checkboxes__label govgr-label"
|
|
144
|
+
>
|
|
145
|
+
hello
|
|
146
|
+
<ForwardRef(Base)
|
|
147
|
+
as="input"
|
|
148
|
+
className="govgr-checkboxes__input"
|
|
149
|
+
disabled={true}
|
|
150
|
+
name="example"
|
|
151
|
+
type="checkbox"
|
|
152
|
+
value="example"
|
|
153
|
+
>
|
|
154
|
+
<input
|
|
155
|
+
className="govgr-checkboxes__input"
|
|
156
|
+
disabled={true}
|
|
157
|
+
name="example"
|
|
158
|
+
type="checkbox"
|
|
159
|
+
value="example"
|
|
160
|
+
/>
|
|
161
|
+
</ForwardRef(Base)>
|
|
162
|
+
</label>
|
|
163
|
+
</ForwardRef(Base)>
|
|
164
|
+
</ForwardRef(LabelContainer)>
|
|
165
|
+
</div>
|
|
166
|
+
</ForwardRef(CheckboxItem)>
|
|
167
|
+
`;
|
|
168
|
+
|
|
169
|
+
exports[`renders the CheckboxItem with \`value\` \`name\`, \`divider\` and \`disabled\` props 1`] = `
|
|
170
|
+
<ForwardRef(CheckboxItem)
|
|
171
|
+
disabled={true}
|
|
172
|
+
divider="ή"
|
|
173
|
+
name="example"
|
|
174
|
+
value="example"
|
|
175
|
+
>
|
|
176
|
+
<ForwardRef(ChoiceDivider)
|
|
177
|
+
text="ή"
|
|
178
|
+
>
|
|
179
|
+
<ForwardRef(Base)
|
|
180
|
+
as="div"
|
|
181
|
+
className="govgr-choice-divider"
|
|
182
|
+
>
|
|
183
|
+
<div
|
|
184
|
+
className="govgr-choice-divider"
|
|
185
|
+
>
|
|
186
|
+
ή
|
|
187
|
+
</div>
|
|
188
|
+
</ForwardRef(Base)>
|
|
189
|
+
</ForwardRef(ChoiceDivider)>
|
|
190
|
+
<div
|
|
191
|
+
className="govgr-checkboxes__item"
|
|
192
|
+
>
|
|
193
|
+
<ForwardRef(LabelContainer)
|
|
194
|
+
className="govgr-checkboxes__label--disabled govgr-checkboxes__label"
|
|
72
195
|
>
|
|
73
|
-
hello
|
|
74
196
|
<ForwardRef(Base)
|
|
75
|
-
as="
|
|
76
|
-
className="govgr-
|
|
77
|
-
disabled={true}
|
|
78
|
-
name="example"
|
|
79
|
-
type="checkbox"
|
|
80
|
-
value="example"
|
|
197
|
+
as="label"
|
|
198
|
+
className="govgr-checkboxes__label--disabled govgr-checkboxes__label govgr-label"
|
|
81
199
|
>
|
|
82
|
-
<
|
|
83
|
-
className="govgr-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
200
|
+
<label
|
|
201
|
+
className="govgr-checkboxes__label--disabled govgr-checkboxes__label govgr-label"
|
|
202
|
+
>
|
|
203
|
+
hello
|
|
204
|
+
<ForwardRef(Base)
|
|
205
|
+
as="input"
|
|
206
|
+
className="govgr-checkboxes__input"
|
|
207
|
+
disabled={true}
|
|
208
|
+
name="example"
|
|
209
|
+
type="checkbox"
|
|
210
|
+
value="example"
|
|
211
|
+
>
|
|
212
|
+
<input
|
|
213
|
+
className="govgr-checkboxes__input"
|
|
214
|
+
disabled={true}
|
|
215
|
+
name="example"
|
|
216
|
+
type="checkbox"
|
|
217
|
+
value="example"
|
|
218
|
+
/>
|
|
219
|
+
</ForwardRef(Base)>
|
|
220
|
+
</label>
|
|
89
221
|
</ForwardRef(Base)>
|
|
90
|
-
</
|
|
222
|
+
</ForwardRef(LabelContainer)>
|
|
91
223
|
</div>
|
|
92
224
|
</ForwardRef(CheckboxItem)>
|
|
93
225
|
`;
|
|
@@ -99,25 +231,32 @@ exports[`renders the CheckboxItem with \`value\` prop 1`] = `
|
|
|
99
231
|
<div
|
|
100
232
|
className="govgr-checkboxes__item"
|
|
101
233
|
>
|
|
102
|
-
<
|
|
103
|
-
className="govgr-
|
|
234
|
+
<ForwardRef(LabelContainer)
|
|
235
|
+
className="govgr-checkboxes__label"
|
|
104
236
|
>
|
|
105
|
-
hello
|
|
106
237
|
<ForwardRef(Base)
|
|
107
|
-
as="
|
|
108
|
-
className="govgr-
|
|
109
|
-
disabled={false}
|
|
110
|
-
type="checkbox"
|
|
111
|
-
value="example"
|
|
238
|
+
as="label"
|
|
239
|
+
className="govgr-checkboxes__label govgr-label"
|
|
112
240
|
>
|
|
113
|
-
<
|
|
114
|
-
className="govgr-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
241
|
+
<label
|
|
242
|
+
className="govgr-checkboxes__label govgr-label"
|
|
243
|
+
>
|
|
244
|
+
hello
|
|
245
|
+
<ForwardRef(Base)
|
|
246
|
+
as="input"
|
|
247
|
+
className="govgr-checkboxes__input"
|
|
248
|
+
type="checkbox"
|
|
249
|
+
value="example"
|
|
250
|
+
>
|
|
251
|
+
<input
|
|
252
|
+
className="govgr-checkboxes__input"
|
|
253
|
+
type="checkbox"
|
|
254
|
+
value="example"
|
|
255
|
+
/>
|
|
256
|
+
</ForwardRef(Base)>
|
|
257
|
+
</label>
|
|
119
258
|
</ForwardRef(Base)>
|
|
120
|
-
</
|
|
259
|
+
</ForwardRef(LabelContainer)>
|
|
121
260
|
</div>
|
|
122
261
|
</ForwardRef(CheckboxItem)>
|
|
123
262
|
`;
|
|
@@ -127,23 +266,30 @@ exports[`renders the CheckboxItem with no props 1`] = `
|
|
|
127
266
|
<div
|
|
128
267
|
className="govgr-checkboxes__item"
|
|
129
268
|
>
|
|
130
|
-
<
|
|
131
|
-
className="govgr-
|
|
269
|
+
<ForwardRef(LabelContainer)
|
|
270
|
+
className="govgr-checkboxes__label"
|
|
132
271
|
>
|
|
133
|
-
hello
|
|
134
272
|
<ForwardRef(Base)
|
|
135
|
-
as="
|
|
136
|
-
className="govgr-
|
|
137
|
-
disabled={false}
|
|
138
|
-
type="checkbox"
|
|
273
|
+
as="label"
|
|
274
|
+
className="govgr-checkboxes__label govgr-label"
|
|
139
275
|
>
|
|
140
|
-
<
|
|
141
|
-
className="govgr-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
276
|
+
<label
|
|
277
|
+
className="govgr-checkboxes__label govgr-label"
|
|
278
|
+
>
|
|
279
|
+
hello
|
|
280
|
+
<ForwardRef(Base)
|
|
281
|
+
as="input"
|
|
282
|
+
className="govgr-checkboxes__input"
|
|
283
|
+
type="checkbox"
|
|
284
|
+
>
|
|
285
|
+
<input
|
|
286
|
+
className="govgr-checkboxes__input"
|
|
287
|
+
type="checkbox"
|
|
288
|
+
/>
|
|
289
|
+
</ForwardRef(Base)>
|
|
290
|
+
</label>
|
|
145
291
|
</ForwardRef(Base)>
|
|
146
|
-
</
|
|
292
|
+
</ForwardRef(LabelContainer)>
|
|
147
293
|
</div>
|
|
148
294
|
</ForwardRef(CheckboxItem)>
|
|
149
295
|
`;
|
|
@@ -21,13 +21,26 @@ it('renders the CheckboxItem with `value` prop', () => {
|
|
|
21
21
|
it('renders the CheckboxItem with `disabled` prop', () => {
|
|
22
22
|
expect(mount(<CheckboxItem disabled>hello</CheckboxItem>)).toMatchSnapshot();
|
|
23
23
|
});
|
|
24
|
+
it('renders the CheckboxItem with `divider` prop', () => {
|
|
25
|
+
expect(mount(<CheckboxItem divider='ή'>hello</CheckboxItem>)).toMatchSnapshot();
|
|
26
|
+
});
|
|
24
27
|
|
|
25
28
|
it('renders the CheckboxItem with `value` `name` and `disabled` props', () => {
|
|
26
29
|
expect(
|
|
27
30
|
mount(
|
|
28
|
-
<CheckboxItem
|
|
31
|
+
<CheckboxItem value="example" name="example" disabled>
|
|
29
32
|
hello
|
|
30
33
|
</CheckboxItem>
|
|
31
34
|
)
|
|
32
35
|
).toMatchSnapshot();
|
|
33
36
|
});
|
|
37
|
+
it('renders the CheckboxItem with `value` `name`, `divider` and `disabled` props', () => {
|
|
38
|
+
expect(
|
|
39
|
+
mount(
|
|
40
|
+
<CheckboxItem value="example" name="example" divider='ή' disabled>
|
|
41
|
+
hello
|
|
42
|
+
</CheckboxItem>
|
|
43
|
+
)
|
|
44
|
+
).toMatchSnapshot();
|
|
45
|
+
});
|
|
46
|
+
|
|
@@ -1,9 +1,17 @@
|
|
|
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 CheckboxItemProps extends BaseProps<'input'> {
|
|
7
|
+
export interface CheckboxItemProps extends BaseProps<'input'> {
|
|
8
|
+
/**
|
|
9
|
+
* divider is optional.
|
|
10
|
+
* Add this prop to add a choice divider ontop of a checkbox item.
|
|
11
|
+
* The string is the text that it will appear above this checkbox item.
|
|
12
|
+
*/
|
|
13
|
+
divider?: string;
|
|
14
|
+
}
|
|
7
15
|
/**
|
|
8
16
|
* Details for the CheckboxItem.
|
|
9
17
|
* CheckboxItem component allows the user to select one or more checkboxes
|
|
@@ -13,36 +21,39 @@ export const CheckboxItem = React.forwardRef<
|
|
|
13
21
|
HTMLInputElement,
|
|
14
22
|
CheckboxItemProps
|
|
15
23
|
>(function CheckboxItem(
|
|
16
|
-
{
|
|
24
|
+
{ name, value, divider, className, disabled, children, ...props },
|
|
17
25
|
ref
|
|
18
26
|
) {
|
|
19
27
|
return (
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
<LabelContainer
|
|
26
|
-
className={clsx({
|
|
27
|
-
'govgr-checkboxes__label': true,
|
|
28
|
-
'govgr-checkboxes__label--disabled': disabled === true,
|
|
28
|
+
<>
|
|
29
|
+
{divider && <ChoiceDivider text={divider} />}
|
|
30
|
+
<div
|
|
31
|
+
className={clsx(className, {
|
|
32
|
+
'govgr-checkboxes__item': true,
|
|
29
33
|
})}
|
|
30
34
|
>
|
|
31
|
-
|
|
32
|
-
<Base
|
|
33
|
-
as="input"
|
|
35
|
+
<LabelContainer
|
|
34
36
|
className={clsx({
|
|
35
|
-
'govgr-
|
|
37
|
+
'govgr-checkboxes__label': true,
|
|
38
|
+
'govgr-checkboxes__label--disabled': disabled === true,
|
|
36
39
|
})}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
40
|
+
>
|
|
41
|
+
{children}
|
|
42
|
+
<Base
|
|
43
|
+
as="input"
|
|
44
|
+
ref={ref}
|
|
45
|
+
type="checkbox"
|
|
46
|
+
name={name}
|
|
47
|
+
value={value}
|
|
48
|
+
className={clsx({
|
|
49
|
+
'govgr-checkboxes__input': true,
|
|
50
|
+
})}
|
|
51
|
+
disabled={disabled}
|
|
52
|
+
{...props}
|
|
53
|
+
/>
|
|
54
|
+
</LabelContainer>
|
|
55
|
+
</div>
|
|
56
|
+
</>
|
|
46
57
|
);
|
|
47
58
|
});
|
|
48
59
|
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
+
|
|
3
|
+
exports[`renders the ChoiceDivider with text prop 1`] = `
|
|
4
|
+
<ForwardRef(ChoiceDivider)
|
|
5
|
+
text="ή"
|
|
6
|
+
>
|
|
7
|
+
<ForwardRef(Base)
|
|
8
|
+
as="div"
|
|
9
|
+
className="govgr-choice-divider"
|
|
10
|
+
>
|
|
11
|
+
<div
|
|
12
|
+
className="govgr-choice-divider"
|
|
13
|
+
>
|
|
14
|
+
ή
|
|
15
|
+
</div>
|
|
16
|
+
</ForwardRef(Base)>
|
|
17
|
+
</ForwardRef(ChoiceDivider)>
|
|
18
|
+
`;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
+
import clsx from 'clsx';
|
|
4
|
+
|
|
5
|
+
export interface ChoiceDividerProps extends BaseProps<'div'> {
|
|
6
|
+
text?: string;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* ChoiceDivider component adds a text divider on top of a Radio or Checkbox item.
|
|
10
|
+
* It's been used as a prop ("divider") inside RadioItem and CheckboxItem.
|
|
11
|
+
*/
|
|
12
|
+
export const ChoiceDivider = React.forwardRef<HTMLDivElement, ChoiceDividerProps>(
|
|
13
|
+
function ChoiceDivider({ text, className, ...props }, ref) {
|
|
14
|
+
return (
|
|
15
|
+
<Base
|
|
16
|
+
as="div"
|
|
17
|
+
ref={ref}
|
|
18
|
+
className={clsx(className, {
|
|
19
|
+
'govgr-choice-divider': true,
|
|
20
|
+
})}
|
|
21
|
+
{...props}
|
|
22
|
+
>
|
|
23
|
+
{text}
|
|
24
|
+
</Base>
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
|
|
29
|
+
export default ChoiceDivider;
|
package/src/CloseIcon/index.tsx
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import clsx from 'clsx';
|
|
3
2
|
import SvgIcon, { SvgIconProps } from '@digigov/react-core/SvgIcon';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
* ref prop declares the reference of the svg icon component.
|
|
8
|
-
* It can be used to to access the DOM element and the React element.
|
|
9
|
-
*/
|
|
10
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
11
|
-
}
|
|
3
|
+
import clsx from 'clsx';
|
|
4
|
+
|
|
5
|
+
export interface CloseIconProps extends SvgIconProps {}
|
|
12
6
|
/**
|
|
13
7
|
* CloseIcon component is used to add close icon.
|
|
14
8
|
* CloseIcon component can be used for dismissing contents
|
|
@@ -16,15 +10,15 @@ export interface CloseIconProps extends SvgIconProps {
|
|
|
16
10
|
export const CloseIcon: React.FC<CloseIconProps> = React.forwardRef<
|
|
17
11
|
SVGSVGElement,
|
|
18
12
|
CloseIconProps
|
|
19
|
-
>(function CloseIcon({
|
|
13
|
+
>(function CloseIcon({ size, variant, className, ...props }, ref) {
|
|
20
14
|
return (
|
|
21
15
|
<SvgIcon
|
|
16
|
+
size={size}
|
|
17
|
+
variant={variant}
|
|
22
18
|
className={clsx(className, {
|
|
23
19
|
'govgr-close-icon': true,
|
|
24
20
|
})}
|
|
25
21
|
ref={ref}
|
|
26
|
-
size={size}
|
|
27
|
-
variant={variant}
|
|
28
22
|
{...props}
|
|
29
23
|
>
|
|
30
24
|
<polygon points="14.4,11.8 22,4.2 19.7,1.8 12,9.4 4.4,1.8 2,4.2 9.7,11.9 2.1,19.5 4.4,21.9 12.1,14.3 19.7,21.9 22.1,19.5 " />
|
|
@@ -1,21 +1,21 @@
|
|
|
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 ConfirmationProps extends BaseProps<'div'> {}
|
|
6
6
|
/**
|
|
7
7
|
* You should use Conformation in a confirmation page at the end of a transaction.
|
|
8
8
|
*/
|
|
9
9
|
export const Confirmation = React.forwardRef<HTMLDivElement, ConfirmationProps>(
|
|
10
|
-
function Confirmation({
|
|
10
|
+
function Confirmation({ className, children, ...props }, ref) {
|
|
11
11
|
return (
|
|
12
12
|
<Base
|
|
13
13
|
as="div"
|
|
14
|
+
ref={ref}
|
|
14
15
|
className={clsx(className, {
|
|
15
16
|
'govgr-panel': true,
|
|
16
17
|
'govgr-panel--confirmation': true,
|
|
17
18
|
})}
|
|
18
|
-
ref={ref}
|
|
19
19
|
{...props}
|
|
20
20
|
>
|
|
21
21
|
{children}
|
|
@@ -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 ConfirmationBodyProps extends BaseProps<'div'> {}
|
|
6
6
|
/**
|
|
@@ -9,14 +9,14 @@ export interface ConfirmationBodyProps extends BaseProps<'div'> {}
|
|
|
9
9
|
export const ConfirmationBody = React.forwardRef<
|
|
10
10
|
HTMLDivElement,
|
|
11
11
|
ConfirmationBodyProps
|
|
12
|
-
>(function ConfirmationBody({
|
|
12
|
+
>(function ConfirmationBody({ className, children, ...props }, ref) {
|
|
13
13
|
return (
|
|
14
14
|
<Base
|
|
15
15
|
as="div"
|
|
16
|
+
ref={ref}
|
|
16
17
|
className={clsx(className, {
|
|
17
18
|
'govgr-panel__body': true,
|
|
18
19
|
})}
|
|
19
|
-
ref={ref}
|
|
20
20
|
{...props}
|
|
21
21
|
>
|
|
22
22
|
{children}
|
|
@@ -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 ConfirmationTitleProps extends BaseProps<'h1'> {}
|
|
6
6
|
/**
|
|
@@ -9,14 +9,14 @@ export interface ConfirmationTitleProps extends BaseProps<'h1'> {}
|
|
|
9
9
|
export const ConfirmationTitle = React.forwardRef<
|
|
10
10
|
HTMLHeadingElement,
|
|
11
11
|
ConfirmationTitleProps
|
|
12
|
-
>(function ConfirmationTitle({
|
|
12
|
+
>(function ConfirmationTitle({ className, children, ...props }, ref) {
|
|
13
13
|
return (
|
|
14
14
|
<Base
|
|
15
15
|
as="h1"
|
|
16
|
+
ref={ref}
|
|
16
17
|
className={clsx(className, {
|
|
17
18
|
'govgr-panel__title': true,
|
|
18
19
|
})}
|
|
19
|
-
ref={ref}
|
|
20
20
|
{...props}
|
|
21
21
|
>
|
|
22
22
|
{children}
|
package/src/Container/index.tsx
CHANGED
|
@@ -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 ContainerProps extends BaseProps<'div'> {
|
|
6
6
|
/**
|
|
@@ -17,17 +17,17 @@ export interface ContainerProps extends BaseProps<'div'> {
|
|
|
17
17
|
*/
|
|
18
18
|
export const Container = React.forwardRef<HTMLDivElement, ContainerProps>(
|
|
19
19
|
function Container(
|
|
20
|
-
{
|
|
20
|
+
{ cols = true, fullWidth = false, className, children, ...props },
|
|
21
21
|
ref
|
|
22
22
|
) {
|
|
23
23
|
return (
|
|
24
24
|
<Base
|
|
25
25
|
as="div"
|
|
26
|
+
ref={ref}
|
|
26
27
|
className={clsx(className, {
|
|
27
28
|
'govgr-width-container': !fullWidth,
|
|
28
29
|
'govgr-full-width-container': fullWidth,
|
|
29
30
|
})}
|
|
30
|
-
ref={ref}
|
|
31
31
|
{...props}
|
|
32
32
|
>
|
|
33
33
|
<Base
|