@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,26 +1,26 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["
|
|
3
|
+
var _excluded = ["className", "children"];
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import clsx from 'clsx';
|
|
6
5
|
import Base from '@digigov/react-core/Base';
|
|
6
|
+
import clsx from 'clsx';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Use TableNoDataRow inside the Table component when there is no data to show.
|
|
10
10
|
* you can use colSpan prop attribute to expand the td width
|
|
11
11
|
*/
|
|
12
12
|
export var TableNoDataRow = /*#__PURE__*/React.forwardRef(function TableNoDataRow(_ref, ref) {
|
|
13
|
-
var
|
|
14
|
-
|
|
13
|
+
var className = _ref.className,
|
|
14
|
+
children = _ref.children,
|
|
15
15
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
16
16
|
|
|
17
17
|
return /*#__PURE__*/React.createElement("tr", {
|
|
18
18
|
className: "govgr-table__row"
|
|
19
19
|
}, /*#__PURE__*/React.createElement(Base, _extends({
|
|
20
20
|
as: "td",
|
|
21
|
-
className: clsx(className, true && ['govgr-table__cell', 'govgr-table__cell--no-data']),
|
|
22
21
|
colSpan: 100,
|
|
23
|
-
ref: ref
|
|
22
|
+
ref: ref,
|
|
23
|
+
className: clsx(className, true && ['govgr-table__cell', 'govgr-table__cell--no-data'])
|
|
24
24
|
}, props), children));
|
|
25
25
|
});
|
|
26
26
|
export default TableNoDataRow;
|
package/es/TableRow/index.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["
|
|
3
|
+
var _excluded = ["warning", "className", "children"];
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import clsx from 'clsx';
|
|
6
5
|
import Base from '@digigov/react-core/Base';
|
|
6
|
+
import clsx from 'clsx';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Use TableRow inside the Table component to provide a new row to the table.
|
|
10
10
|
*/
|
|
11
11
|
export var TableRow = /*#__PURE__*/React.forwardRef(function TableRow(_ref, ref) {
|
|
12
|
-
var
|
|
13
|
-
className = _ref.className,
|
|
14
|
-
_ref$warning = _ref.warning,
|
|
12
|
+
var _ref$warning = _ref.warning,
|
|
15
13
|
warning = _ref$warning === void 0 ? false : _ref$warning,
|
|
14
|
+
className = _ref.className,
|
|
15
|
+
children = _ref.children,
|
|
16
16
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
17
17
|
|
|
18
18
|
return /*#__PURE__*/React.createElement(Base, _extends({
|
|
19
19
|
as: "tr",
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
ref: ref,
|
|
21
|
+
className: clsx(className, warning && 'govgr-table__row--warning', true && 'govgr-table__row')
|
|
22
22
|
}, props), children);
|
|
23
23
|
});
|
|
24
24
|
export default TableRow;
|
package/es/Tabs/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["
|
|
3
|
+
var _excluded = ["className", "children"];
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import clsx from 'clsx';
|
|
6
5
|
import Base from '@digigov/react-core/Base';
|
|
6
|
+
import clsx from 'clsx';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Tabs is the main component for tabs.
|
|
10
10
|
* This component must contain TabsHeading, TabsList, and a list of TabsPanel component.
|
|
11
11
|
*/
|
|
12
12
|
export var Tabs = /*#__PURE__*/React.forwardRef(function Tabs(_ref, ref) {
|
|
13
|
-
var
|
|
14
|
-
|
|
13
|
+
var className = _ref.className,
|
|
14
|
+
children = _ref.children,
|
|
15
15
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
16
16
|
|
|
17
17
|
return /*#__PURE__*/React.createElement(Base, _extends({
|
|
18
18
|
as: "div",
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
ref: ref,
|
|
20
|
+
className: clsx(className, true && 'govgr-tabs')
|
|
21
21
|
}, props), children);
|
|
22
22
|
});
|
|
23
23
|
export default Tabs;
|
package/es/TabsHeading/index.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["
|
|
3
|
+
var _excluded = ["size", "className", "children"];
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import clsx from 'clsx';
|
|
6
5
|
import Base from '@digigov/react-core/Base';
|
|
6
|
+
import clsx from 'clsx';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* TabsHeading should be inside the Tabs component. This heading is hidden on desktop screens, but it is always usefull for accessibility.
|
|
10
10
|
*/
|
|
11
11
|
export var TabsHeading = /*#__PURE__*/React.forwardRef(function TabsHeading(_ref, ref) {
|
|
12
|
-
var
|
|
13
|
-
className = _ref.className,
|
|
14
|
-
_ref$size = _ref.size,
|
|
12
|
+
var _ref$size = _ref.size,
|
|
15
13
|
size = _ref$size === void 0 ? 's' : _ref$size,
|
|
14
|
+
className = _ref.className,
|
|
15
|
+
children = _ref.children,
|
|
16
16
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
17
17
|
|
|
18
18
|
return /*#__PURE__*/React.createElement(Base, _extends({
|
|
19
19
|
as: "h6",
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
ref: ref,
|
|
21
|
+
className: clsx(className, size === 'm' && 'govgr-heading-m', size === 's' && 'govgr-heading-s', true && 'govgr-tabs__title')
|
|
22
22
|
}, props), children);
|
|
23
23
|
});
|
|
24
24
|
export default TabsHeading;
|
package/es/TabsList/index.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["
|
|
3
|
+
var _excluded = ["className", "children"];
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import clsx from 'clsx';
|
|
6
5
|
import Base from '@digigov/react-core/Base';
|
|
6
|
+
import clsx from 'clsx';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* TabsList should be inside the Tabs component.
|
|
10
10
|
* Inside the TabsList should be a list of TabsListItem components.
|
|
11
11
|
*/
|
|
12
12
|
export var TabsList = /*#__PURE__*/React.forwardRef(function TabsList(_ref, ref) {
|
|
13
|
-
var
|
|
14
|
-
|
|
13
|
+
var className = _ref.className,
|
|
14
|
+
children = _ref.children,
|
|
15
15
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
16
16
|
|
|
17
17
|
return /*#__PURE__*/React.createElement(Base, _extends({
|
|
18
18
|
as: "ul",
|
|
19
|
-
|
|
19
|
+
role: "tablist",
|
|
20
20
|
ref: ref,
|
|
21
|
-
|
|
21
|
+
className: clsx(className, true && 'govgr-tabs__list')
|
|
22
22
|
}, props), children);
|
|
23
23
|
});
|
|
24
24
|
export default TabsList;
|
package/es/TabsListItem/index.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["
|
|
3
|
+
var _excluded = ["selected", "className", "children"];
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import clsx from 'clsx';
|
|
6
5
|
import Base from '@digigov/react-core/Base';
|
|
6
|
+
import clsx from 'clsx';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* TabsListItem should be inside the TabsList.
|
|
10
10
|
* In here we declare the title of the tab.
|
|
11
11
|
*/
|
|
12
12
|
export var TabsListItem = /*#__PURE__*/React.forwardRef(function TabsListItem(_ref, ref) {
|
|
13
|
-
var
|
|
13
|
+
var selected = _ref.selected,
|
|
14
14
|
className = _ref.className,
|
|
15
|
-
|
|
15
|
+
children = _ref.children,
|
|
16
16
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
17
17
|
|
|
18
18
|
return /*#__PURE__*/React.createElement("li", {
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
role: "presentation",
|
|
20
|
+
className: clsx(className, selected === true && 'govgr-tabs__list-item-selected', true && 'govgr-tabs__list-item')
|
|
21
21
|
}, /*#__PURE__*/React.createElement(Base, _extends({
|
|
22
|
-
"aria-selected": selected,
|
|
23
22
|
as: "a",
|
|
24
|
-
className: clsx(true && 'govgr-tabs__tab'),
|
|
25
23
|
ref: ref,
|
|
26
|
-
role: "tab"
|
|
24
|
+
role: "tab",
|
|
25
|
+
"aria-selected": selected,
|
|
26
|
+
className: clsx(true && 'govgr-tabs__tab')
|
|
27
27
|
}, props), children));
|
|
28
28
|
});
|
|
29
29
|
export default TabsListItem;
|
package/es/TabsPanel/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["active", "
|
|
3
|
+
var _excluded = ["active", "className", "children"];
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import clsx from 'clsx';
|
|
6
5
|
import Base from '@digigov/react-core/Base';
|
|
6
|
+
import clsx from 'clsx';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* TabsPanel is inside the Tabs component.
|
|
@@ -11,16 +11,16 @@ import Base from '@digigov/react-core/Base';
|
|
|
11
11
|
*/
|
|
12
12
|
export var TabsPanel = /*#__PURE__*/React.forwardRef(function TabsPanel(_ref, ref) {
|
|
13
13
|
var active = _ref.active,
|
|
14
|
-
children = _ref.children,
|
|
15
14
|
className = _ref.className,
|
|
15
|
+
children = _ref.children,
|
|
16
16
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
17
17
|
|
|
18
18
|
return /*#__PURE__*/React.createElement(Base, _extends({
|
|
19
|
-
"aria-hidden": !active,
|
|
20
19
|
as: "div",
|
|
21
|
-
className: clsx(className, active === true && 'govgr-tabs__panel-visible', true && 'govgr-tabs__panel'),
|
|
22
20
|
ref: ref,
|
|
23
|
-
role: "tabpanel"
|
|
21
|
+
role: "tabpanel",
|
|
22
|
+
"aria-hidden": !active,
|
|
23
|
+
className: clsx(className, active === true && 'govgr-tabs__panel-visible', true && 'govgr-tabs__panel')
|
|
24
24
|
}, props), children);
|
|
25
25
|
});
|
|
26
26
|
export default TabsPanel;
|
package/es/TextArea/index.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["
|
|
3
|
+
var _excluded = ["name", "rows", "error", "className", "children"];
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import clsx from 'clsx';
|
|
6
5
|
import Base from '@digigov/react-core/Base';
|
|
6
|
+
import clsx from 'clsx';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Textarea component is used when you need to let users enter an
|
|
10
10
|
* amount of text that’s longer than a single line.
|
|
11
11
|
*/
|
|
12
12
|
export var TextArea = /*#__PURE__*/React.forwardRef(function TextArea(_ref, ref) {
|
|
13
|
-
var
|
|
14
|
-
className = _ref.className,
|
|
15
|
-
error = _ref.error,
|
|
16
|
-
name = _ref.name,
|
|
13
|
+
var name = _ref.name,
|
|
17
14
|
_ref$rows = _ref.rows,
|
|
18
15
|
rows = _ref$rows === void 0 ? 6 : _ref$rows,
|
|
16
|
+
error = _ref.error,
|
|
17
|
+
className = _ref.className,
|
|
18
|
+
children = _ref.children,
|
|
19
19
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
20
20
|
|
|
21
21
|
return /*#__PURE__*/React.createElement(Base, _extends({
|
|
22
22
|
as: "textarea",
|
|
23
|
-
className: clsx(className, error === true && 'govgr-error-input', true && 'govgr-textarea'),
|
|
24
23
|
name: name,
|
|
24
|
+
rows: rows,
|
|
25
25
|
ref: ref,
|
|
26
|
-
|
|
26
|
+
className: clsx(className, error === true && 'govgr-error-input', true && 'govgr-textarea')
|
|
27
27
|
}, props), children);
|
|
28
28
|
});
|
|
29
29
|
export default TextArea;
|
package/es/TextInput/index.js
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["
|
|
3
|
+
var _excluded = ["type", "name", "characterWidth", "cellWidth", "error", "className", "children"];
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import clsx from 'clsx';
|
|
6
5
|
import Base from '@digigov/react-core/Base';
|
|
6
|
+
import clsx from 'clsx';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* TextInput component when you need to let users enter text that’s no
|
|
10
10
|
* longer than a single line, such as their name or phone number.
|
|
11
11
|
*/
|
|
12
12
|
export var TextInput = /*#__PURE__*/React.forwardRef(function TextInput(_ref, ref) {
|
|
13
|
-
var
|
|
13
|
+
var _ref$type = _ref.type,
|
|
14
|
+
type = _ref$type === void 0 ? 'text' : _ref$type,
|
|
15
|
+
name = _ref.name,
|
|
14
16
|
characterWidth = _ref.characterWidth,
|
|
15
|
-
|
|
16
|
-
className = _ref.className,
|
|
17
|
+
cellWidth = _ref.cellWidth,
|
|
17
18
|
error = _ref.error,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
type = _ref$type === void 0 ? 'text' : _ref$type,
|
|
19
|
+
className = _ref.className,
|
|
20
|
+
children = _ref.children,
|
|
21
21
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
22
22
|
|
|
23
23
|
return /*#__PURE__*/React.createElement(Base, _extends({
|
|
24
24
|
as: "input",
|
|
25
|
-
|
|
25
|
+
type: type,
|
|
26
26
|
name: name,
|
|
27
27
|
ref: ref,
|
|
28
|
-
|
|
28
|
+
className: clsx(className, cellWidth === 'three-quarters' && 'govgr-!-width-three-quarters', cellWidth === 'one-quarter' && 'govgr-!-width-one-quarter', cellWidth === 'two-thirds' && 'govgr-!-width-two-thirds', cellWidth === 'one-third' && 'govgr-!-width-one-third', cellWidth === 'one-half' && 'govgr-!-width-one-half', characterWidth === 10 && 'govgr-input--width-10', characterWidth === 20 && 'govgr-input--width-20', characterWidth === 2 && 'govgr-input--width-2', characterWidth === 3 && 'govgr-input--width-3', characterWidth === 4 && 'govgr-input--width-4', characterWidth === 5 && 'govgr-input--width-5', cellWidth === 'full' && 'govgr-!-width-full', error === true && 'govgr-error-input', true && 'govgr-input')
|
|
29
29
|
}, props), children);
|
|
30
30
|
});
|
|
31
31
|
export default TextInput;
|
|
@@ -105,8 +105,8 @@ it('renders the TextInput with cellWidth=full', function () {
|
|
|
105
105
|
});
|
|
106
106
|
|
|
107
107
|
var _ref14 = /*#__PURE__*/React.createElement(TextInput, {
|
|
108
|
-
|
|
109
|
-
|
|
108
|
+
characterWidth: 2,
|
|
109
|
+
cellWidth: 'one-quarter'
|
|
110
110
|
});
|
|
111
111
|
|
|
112
112
|
it('renders the TextInput with characterWidth=2 and with cellWidth=one-quarter', function () {
|
|
@@ -114,8 +114,8 @@ it('renders the TextInput with characterWidth=2 and with cellWidth=one-quarter',
|
|
|
114
114
|
});
|
|
115
115
|
|
|
116
116
|
var _ref15 = /*#__PURE__*/React.createElement(TextInput, {
|
|
117
|
-
|
|
118
|
-
|
|
117
|
+
characterWidth: 3,
|
|
118
|
+
cellWidth: 'one-quarter'
|
|
119
119
|
});
|
|
120
120
|
|
|
121
121
|
it('renders the TextInput with characterWidth=3 and with cellWidth=one-quarter', function () {
|
|
@@ -123,8 +123,8 @@ it('renders the TextInput with characterWidth=3 and with cellWidth=one-quarter',
|
|
|
123
123
|
});
|
|
124
124
|
|
|
125
125
|
var _ref16 = /*#__PURE__*/React.createElement(TextInput, {
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
characterWidth: 4,
|
|
127
|
+
cellWidth: 'one-quarter'
|
|
128
128
|
});
|
|
129
129
|
|
|
130
130
|
it('renders the TextInput with characterWidth=4 and with cellWidth=one-quarter', function () {
|
|
@@ -132,8 +132,8 @@ it('renders the TextInput with characterWidth=4 and with cellWidth=one-quarter',
|
|
|
132
132
|
});
|
|
133
133
|
|
|
134
134
|
var _ref17 = /*#__PURE__*/React.createElement(TextInput, {
|
|
135
|
-
|
|
136
|
-
|
|
135
|
+
characterWidth: 5,
|
|
136
|
+
cellWidth: 'one-quarter'
|
|
137
137
|
});
|
|
138
138
|
|
|
139
139
|
it('renders the TextInput with with characterWidth=5 with cellWidth=one-quarter', function () {
|
|
@@ -141,8 +141,8 @@ it('renders the TextInput with with characterWidth=5 with cellWidth=one-quarter
|
|
|
141
141
|
});
|
|
142
142
|
|
|
143
143
|
var _ref18 = /*#__PURE__*/React.createElement(TextInput, {
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
characterWidth: 20,
|
|
145
|
+
cellWidth: 'one-quarter'
|
|
146
146
|
});
|
|
147
147
|
|
|
148
148
|
it('renders the TextInput with characterWidth=20 and with cellWidth=one-quarter', function () {
|
|
@@ -150,8 +150,8 @@ it('renders the TextInput with characterWidth=20 and with cellWidth=one-quarter'
|
|
|
150
150
|
});
|
|
151
151
|
|
|
152
152
|
var _ref19 = /*#__PURE__*/React.createElement(TextInput, {
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
characterWidth: 2,
|
|
154
|
+
cellWidth: 'one-third'
|
|
155
155
|
});
|
|
156
156
|
|
|
157
157
|
it('renders the TextInput with characterWidth=2 and with cellWidth=one-third', function () {
|
|
@@ -159,8 +159,8 @@ it('renders the TextInput with characterWidth=2 and with cellWidth=one-third', f
|
|
|
159
159
|
});
|
|
160
160
|
|
|
161
161
|
var _ref20 = /*#__PURE__*/React.createElement(TextInput, {
|
|
162
|
-
|
|
163
|
-
|
|
162
|
+
characterWidth: 3,
|
|
163
|
+
cellWidth: 'one-third'
|
|
164
164
|
});
|
|
165
165
|
|
|
166
166
|
it('renders the TextInput with characterWidth=3 and with cellWidth=one-third', function () {
|
|
@@ -168,8 +168,8 @@ it('renders the TextInput with characterWidth=3 and with cellWidth=one-third', f
|
|
|
168
168
|
});
|
|
169
169
|
|
|
170
170
|
var _ref21 = /*#__PURE__*/React.createElement(TextInput, {
|
|
171
|
-
|
|
172
|
-
|
|
171
|
+
characterWidth: 4,
|
|
172
|
+
cellWidth: 'one-third'
|
|
173
173
|
});
|
|
174
174
|
|
|
175
175
|
it('renders the TextInput with characterWidth=4 and with cellWidth=one-third', function () {
|
|
@@ -177,8 +177,8 @@ it('renders the TextInput with characterWidth=4 and with cellWidth=one-third', f
|
|
|
177
177
|
});
|
|
178
178
|
|
|
179
179
|
var _ref22 = /*#__PURE__*/React.createElement(TextInput, {
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
characterWidth: 5,
|
|
181
|
+
cellWidth: 'one-third'
|
|
182
182
|
});
|
|
183
183
|
|
|
184
184
|
it('renders the TextInput with with characterWidth=5 with cellWidth=one-third', function () {
|
|
@@ -186,8 +186,8 @@ it('renders the TextInput with with characterWidth=5 with cellWidth=one-third',
|
|
|
186
186
|
});
|
|
187
187
|
|
|
188
188
|
var _ref23 = /*#__PURE__*/React.createElement(TextInput, {
|
|
189
|
-
|
|
190
|
-
|
|
189
|
+
characterWidth: 20,
|
|
190
|
+
cellWidth: 'one-third'
|
|
191
191
|
});
|
|
192
192
|
|
|
193
193
|
it('renders the TextInput with characterWidth=20 and with cellWidth=one-third', function () {
|
|
@@ -195,8 +195,8 @@ it('renders the TextInput with characterWidth=20 and with cellWidth=one-third',
|
|
|
195
195
|
});
|
|
196
196
|
|
|
197
197
|
var _ref24 = /*#__PURE__*/React.createElement(TextInput, {
|
|
198
|
-
|
|
199
|
-
|
|
198
|
+
characterWidth: 2,
|
|
199
|
+
cellWidth: 'one-half'
|
|
200
200
|
});
|
|
201
201
|
|
|
202
202
|
it('renders the TextInput with characterWidth=2 and with cellWidth=one-half', function () {
|
|
@@ -204,8 +204,8 @@ it('renders the TextInput with characterWidth=2 and with cellWidth=one-half', fu
|
|
|
204
204
|
});
|
|
205
205
|
|
|
206
206
|
var _ref25 = /*#__PURE__*/React.createElement(TextInput, {
|
|
207
|
-
|
|
208
|
-
|
|
207
|
+
characterWidth: 3,
|
|
208
|
+
cellWidth: 'one-half'
|
|
209
209
|
});
|
|
210
210
|
|
|
211
211
|
it('renders the TextInput with characterWidth=3 and with cellWidth=one-half', function () {
|
|
@@ -213,8 +213,8 @@ it('renders the TextInput with characterWidth=3 and with cellWidth=one-half', fu
|
|
|
213
213
|
});
|
|
214
214
|
|
|
215
215
|
var _ref26 = /*#__PURE__*/React.createElement(TextInput, {
|
|
216
|
-
|
|
217
|
-
|
|
216
|
+
characterWidth: 4,
|
|
217
|
+
cellWidth: 'one-half'
|
|
218
218
|
});
|
|
219
219
|
|
|
220
220
|
it('renders the TextInput with characterWidth=4 and with cellWidth=one-half', function () {
|
|
@@ -222,8 +222,8 @@ it('renders the TextInput with characterWidth=4 and with cellWidth=one-half', fu
|
|
|
222
222
|
});
|
|
223
223
|
|
|
224
224
|
var _ref27 = /*#__PURE__*/React.createElement(TextInput, {
|
|
225
|
-
|
|
226
|
-
|
|
225
|
+
characterWidth: 5,
|
|
226
|
+
cellWidth: 'one-half'
|
|
227
227
|
});
|
|
228
228
|
|
|
229
229
|
it('renders the TextInput with with characterWidth=5 with cellWidth=one-half', function () {
|
|
@@ -231,8 +231,8 @@ it('renders the TextInput with with characterWidth=5 with cellWidth=one-half',
|
|
|
231
231
|
});
|
|
232
232
|
|
|
233
233
|
var _ref28 = /*#__PURE__*/React.createElement(TextInput, {
|
|
234
|
-
|
|
235
|
-
|
|
234
|
+
characterWidth: 20,
|
|
235
|
+
cellWidth: 'one-half'
|
|
236
236
|
});
|
|
237
237
|
|
|
238
238
|
it('renders the TextInput with characterWidth=20 and with cellWidth=one-half', function () {
|
|
@@ -240,8 +240,8 @@ it('renders the TextInput with characterWidth=20 and with cellWidth=one-half', f
|
|
|
240
240
|
});
|
|
241
241
|
|
|
242
242
|
var _ref29 = /*#__PURE__*/React.createElement(TextInput, {
|
|
243
|
-
|
|
244
|
-
|
|
243
|
+
characterWidth: 2,
|
|
244
|
+
cellWidth: 'two-thirds'
|
|
245
245
|
});
|
|
246
246
|
|
|
247
247
|
it('renders the TextInput with characterWidth=2 and with cellWidth=two-thirds', function () {
|
|
@@ -249,8 +249,8 @@ it('renders the TextInput with characterWidth=2 and with cellWidth=two-thirds',
|
|
|
249
249
|
});
|
|
250
250
|
|
|
251
251
|
var _ref30 = /*#__PURE__*/React.createElement(TextInput, {
|
|
252
|
-
|
|
253
|
-
|
|
252
|
+
characterWidth: 3,
|
|
253
|
+
cellWidth: 'two-thirds'
|
|
254
254
|
});
|
|
255
255
|
|
|
256
256
|
it('renders the TextInput with characterWidth=3 and with cellWidth=two-thirds', function () {
|
|
@@ -258,8 +258,8 @@ it('renders the TextInput with characterWidth=3 and with cellWidth=two-thirds',
|
|
|
258
258
|
});
|
|
259
259
|
|
|
260
260
|
var _ref31 = /*#__PURE__*/React.createElement(TextInput, {
|
|
261
|
-
|
|
262
|
-
|
|
261
|
+
characterWidth: 4,
|
|
262
|
+
cellWidth: 'two-thirds'
|
|
263
263
|
});
|
|
264
264
|
|
|
265
265
|
it('renders the TextInput with characterWidth=4 and with cellWidth=two-thirds', function () {
|
|
@@ -267,8 +267,8 @@ it('renders the TextInput with characterWidth=4 and with cellWidth=two-thirds',
|
|
|
267
267
|
});
|
|
268
268
|
|
|
269
269
|
var _ref32 = /*#__PURE__*/React.createElement(TextInput, {
|
|
270
|
-
|
|
271
|
-
|
|
270
|
+
characterWidth: 5,
|
|
271
|
+
cellWidth: 'two-thirds'
|
|
272
272
|
});
|
|
273
273
|
|
|
274
274
|
it('renders the TextInput with with characterWidth=5 with cellWidth=two-thirds', function () {
|
|
@@ -276,8 +276,8 @@ it('renders the TextInput with with characterWidth=5 with cellWidth=two-thirds'
|
|
|
276
276
|
});
|
|
277
277
|
|
|
278
278
|
var _ref33 = /*#__PURE__*/React.createElement(TextInput, {
|
|
279
|
-
|
|
280
|
-
|
|
279
|
+
characterWidth: 20,
|
|
280
|
+
cellWidth: 'two-thirds'
|
|
281
281
|
});
|
|
282
282
|
|
|
283
283
|
it('renders the TextInput with characterWidth=20 and with cellWidth=two-thirds', function () {
|
|
@@ -285,8 +285,8 @@ it('renders the TextInput with characterWidth=20 and with cellWidth=two-thirds',
|
|
|
285
285
|
});
|
|
286
286
|
|
|
287
287
|
var _ref34 = /*#__PURE__*/React.createElement(TextInput, {
|
|
288
|
-
|
|
289
|
-
|
|
288
|
+
characterWidth: 2,
|
|
289
|
+
cellWidth: 'three-quarters'
|
|
290
290
|
});
|
|
291
291
|
|
|
292
292
|
it('renders the TextInput with characterWidth=2 and with cellWidth=three-quarters', function () {
|
|
@@ -294,8 +294,8 @@ it('renders the TextInput with characterWidth=2 and with cellWidth=three-quarter
|
|
|
294
294
|
});
|
|
295
295
|
|
|
296
296
|
var _ref35 = /*#__PURE__*/React.createElement(TextInput, {
|
|
297
|
-
|
|
298
|
-
|
|
297
|
+
characterWidth: 3,
|
|
298
|
+
cellWidth: 'three-quarters'
|
|
299
299
|
});
|
|
300
300
|
|
|
301
301
|
it('renders the TextInput with characterWidth=3 and with cellWidth=three-quarters', function () {
|
|
@@ -303,8 +303,8 @@ it('renders the TextInput with characterWidth=3 and with cellWidth=three-quarter
|
|
|
303
303
|
});
|
|
304
304
|
|
|
305
305
|
var _ref36 = /*#__PURE__*/React.createElement(TextInput, {
|
|
306
|
-
|
|
307
|
-
|
|
306
|
+
characterWidth: 4,
|
|
307
|
+
cellWidth: 'three-quarters'
|
|
308
308
|
});
|
|
309
309
|
|
|
310
310
|
it('renders the TextInput with characterWidth=4 and with cellWidth=three-quarters', function () {
|
|
@@ -312,8 +312,8 @@ it('renders the TextInput with characterWidth=4 and with cellWidth=three-quarter
|
|
|
312
312
|
});
|
|
313
313
|
|
|
314
314
|
var _ref37 = /*#__PURE__*/React.createElement(TextInput, {
|
|
315
|
-
|
|
316
|
-
|
|
315
|
+
characterWidth: 5,
|
|
316
|
+
cellWidth: 'three-quarters'
|
|
317
317
|
});
|
|
318
318
|
|
|
319
319
|
it('renders the TextInput with with characterWidth=5 with cellWidth=three-quarters', function () {
|
|
@@ -321,8 +321,8 @@ it('renders the TextInput with with characterWidth=5 with cellWidth=three-quart
|
|
|
321
321
|
});
|
|
322
322
|
|
|
323
323
|
var _ref38 = /*#__PURE__*/React.createElement(TextInput, {
|
|
324
|
-
|
|
325
|
-
|
|
324
|
+
characterWidth: 20,
|
|
325
|
+
cellWidth: 'three-quarters'
|
|
326
326
|
});
|
|
327
327
|
|
|
328
328
|
it('renders the TextInput with characterWidth=20 and with cellWidth=three-quarters', function () {
|
|
@@ -330,8 +330,8 @@ it('renders the TextInput with characterWidth=20 and with cellWidth=three-quarte
|
|
|
330
330
|
});
|
|
331
331
|
|
|
332
332
|
var _ref39 = /*#__PURE__*/React.createElement(TextInput, {
|
|
333
|
-
|
|
334
|
-
|
|
333
|
+
characterWidth: 2,
|
|
334
|
+
cellWidth: 'full'
|
|
335
335
|
});
|
|
336
336
|
|
|
337
337
|
it('renders the TextInput with characterWidth=2 and with cellWidth=full', function () {
|
|
@@ -339,8 +339,8 @@ it('renders the TextInput with characterWidth=2 and with cellWidth=full', functi
|
|
|
339
339
|
});
|
|
340
340
|
|
|
341
341
|
var _ref40 = /*#__PURE__*/React.createElement(TextInput, {
|
|
342
|
-
|
|
343
|
-
|
|
342
|
+
characterWidth: 3,
|
|
343
|
+
cellWidth: 'full'
|
|
344
344
|
});
|
|
345
345
|
|
|
346
346
|
it('renders the TextInput with characterWidth=3 and with cellWidth=full', function () {
|
|
@@ -348,8 +348,8 @@ it('renders the TextInput with characterWidth=3 and with cellWidth=full', functi
|
|
|
348
348
|
});
|
|
349
349
|
|
|
350
350
|
var _ref41 = /*#__PURE__*/React.createElement(TextInput, {
|
|
351
|
-
|
|
352
|
-
|
|
351
|
+
characterWidth: 4,
|
|
352
|
+
cellWidth: 'full'
|
|
353
353
|
});
|
|
354
354
|
|
|
355
355
|
it('renders the TextInput with characterWidth=4 and with cellWidth=full', function () {
|
|
@@ -357,8 +357,8 @@ it('renders the TextInput with characterWidth=4 and with cellWidth=full', functi
|
|
|
357
357
|
});
|
|
358
358
|
|
|
359
359
|
var _ref42 = /*#__PURE__*/React.createElement(TextInput, {
|
|
360
|
-
|
|
361
|
-
|
|
360
|
+
characterWidth: 5,
|
|
361
|
+
cellWidth: 'full'
|
|
362
362
|
});
|
|
363
363
|
|
|
364
364
|
it('renders the TextInput with with characterWidth=5 with cellWidth=full', function () {
|
|
@@ -366,8 +366,8 @@ it('renders the TextInput with with characterWidth=5 with cellWidth=full', func
|
|
|
366
366
|
});
|
|
367
367
|
|
|
368
368
|
var _ref43 = /*#__PURE__*/React.createElement(TextInput, {
|
|
369
|
-
|
|
370
|
-
|
|
369
|
+
characterWidth: 20,
|
|
370
|
+
cellWidth: 'full'
|
|
371
371
|
});
|
|
372
372
|
|
|
373
373
|
it('renders the TextInput with characterWidth=20 and with cellWidth=full', function () {
|