@digigov/react-core 1.0.0-002c630d → 1.0.0-6b93ebf2
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/AccessibilityMenu/index.d.ts +5 -0
- package/AccessibilityMenuOptionButton/index.d.ts +5 -0
- package/AccessibilityMenuSteps/index.d.ts +11 -0
- package/AdminLayout/index.d.ts +4 -0
- package/AutoCompleteInput/index.d.ts +11 -6
- package/AutoCompleteResultList/index.d.ts +15 -10
- package/AutoCompleteResultListItem/index.d.ts +28 -20
- package/AutoCompleteWrapper/index.d.ts +9 -3
- package/BottomInfo/index.d.ts +1 -1
- package/BottomInfoContainer/index.d.ts +1 -1
- package/BreadcrumbsListItem/index.d.ts +3 -2
- package/Button/index.d.ts +15 -8
- package/ButtonLink/index.d.ts +10 -6
- package/Card/index.d.ts +19 -12
- package/Checkbox/__snapshots__/index.test.tsx.snap +4 -4
- package/Checkbox/index.d.ts +8 -5
- package/Checkbox/index.js +3 -3
- package/Checkbox/index.test.js +2 -2
- package/CheckboxItem/__snapshots__/index.test.tsx.snap +10 -14
- package/CheckboxItem/index.d.ts +4 -4
- package/CheckboxItem/index.js +4 -6
- package/CheckboxItem/index.test.js +2 -2
- package/Chip/index.d.ts +3 -0
- package/ChipKeyValue/index.d.ts +1 -1
- package/ChipKeyValue/index.test.js +15 -0
- package/ChipSection/index.d.ts +4 -0
- package/ChipSectionWrapper/index.d.ts +2 -2
- package/ChipSectionWrapper/index.js +1 -1
- package/{ChoiceDivider → ChoiceDividerText}/__snapshots__/index.test.tsx.snap +4 -6
- package/{ConfirmationTitle → ChoiceDividerText}/index.d.ts +5 -4
- package/{ChoiceDivider → ChoiceDividerText}/index.js +9 -9
- package/{ChoiceDivider → ChoiceDividerText}/index.test.js +2 -4
- package/CircularProgress/__snapshots__/index.test.tsx.snap +20 -20
- package/CircularProgress/index.d.ts +15 -10
- package/CircularProgress/index.js +4 -4
- package/CircularProgress/index.test.js +8 -8
- package/Container/__snapshots__/index.test.tsx.snap +6 -6
- package/Container/index.d.ts +12 -6
- package/Container/index.js +5 -5
- package/Container/index.test.js +1 -1
- package/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +11 -10
- package/CopyToClipboardContainer/index.d.ts +13 -4
- package/CopyToClipboardContainer/index.js +7 -4
- package/CopyToClipboardContainer/index.spec.js +2 -1
- package/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +14 -20
- package/CopyToClipboardMessage/index.d.ts +7 -10
- package/CopyToClipboardMessage/index.js +3 -4
- package/CopyToClipboardMessage/index.test.js +2 -8
- package/CopyrightContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/CopyrightContainer/index.js +1 -1
- package/DateInputItem/index.d.ts +11 -6
- package/Details/index.d.ts +1 -1
- package/Drawer/index.d.ts +20 -10
- package/DrawerHeading/index.d.ts +5 -17
- package/DrawerHeading/index.js +7 -10
- package/DropdownBase/index.d.ts +16 -9
- package/DropdownBase/index.js +0 -1
- package/DropdownButton/index.d.ts +28 -16
- package/ErrorSummary/index.d.ts +1 -1
- package/ErrorSummary/index.js +8 -8
- package/FieldContainer/index.d.ts +4 -2
- package/FieldsetLegend/index.d.ts +14 -6
- package/FieldsetLegend/index.js +2 -2
- package/FileUpload/index.d.ts +5 -2
- package/FileUploadContainer/index.d.ts +5 -2
- package/FilterCloseButton/index.d.ts +5 -4
- package/FilterOptionsSection/index.d.ts +4 -0
- package/FilterSection/index.d.ts +21 -9
- package/FilterSelectedSection/index.d.ts +4 -0
- package/FooterContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/FooterContainer/index.d.ts +7 -5
- package/FooterContainer/index.js +1 -1
- package/FooterHeading/index.d.ts +7 -4
- package/FooterList/index.d.ts +5 -3
- package/FooterMetaItem/index.d.ts +5 -3
- package/Form/index.d.ts +5 -0
- package/Grid/index.d.ts +38 -0
- package/HeaderLogo/index.d.ts +6 -4
- package/HeaderSecondaryLogo/index.d.ts +6 -4
- package/Heading/index.d.ts +12 -6
- package/HeadingCaption/index.d.ts +7 -3
- package/HellenicRepublicLogo/index.d.ts +5 -3
- package/Hidden/__snapshots__/index.test.tsx.snap +96 -0
- package/Hidden/index.d.ts +29 -4
- package/Hidden/index.js +5 -9
- package/Hint/index.d.ts +6 -3
- package/KitchenSinkContent/index.d.ts +7 -4
- package/LabelTitle/index.d.ts +13 -6
- package/LabeledText/index.d.ts +5 -3
- package/Layout/index.d.ts +5 -0
- package/LinkBase/index.d.ts +5 -3
- package/LinkBase/index.js +3 -2
- package/List/index.d.ts +15 -6
- package/LoaderContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/LoaderContainer/index.js +1 -1
- package/Masthead/__snapshots__/index.test.tsx.snap +3 -3
- package/Masthead/index.d.ts +8 -5
- package/Masthead/index.js +1 -1
- package/MastheadLogo/__snapshots__/index.test.tsx.snap +16 -0
- package/ModalContainer/index.d.ts +4 -0
- package/Nav/index.d.ts +31 -16
- package/NavList/index.d.ts +6 -3
- package/NavListItemButton/index.d.ts +14 -9
- package/NavListItemLink/index.d.ts +6 -4
- package/NavMenu/index.d.ts +12 -7
- package/NavMenuContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/NavMenuContainer/index.d.ts +6 -3
- package/NavMenuContainer/index.js +1 -1
- package/NavVerticalItem/index.d.ts +5 -3
- package/NormalText/index.d.ts +27 -13
- package/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +4 -27
- package/NotificationBannerContainer/index.d.ts +10 -5
- package/NotificationBannerContainer/index.js +6 -5
- package/NotificationBannerContainer/index.test.js +2 -10
- package/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +16 -3
- package/NotificationBannerHeader/index.js +6 -1
- package/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +13 -7
- package/NotificationBannerHeading/index.d.ts +3 -3
- package/NotificationBannerHeading/index.js +4 -3
- package/NotificationBannerLink/__snapshots__/index.test.tsx.snap +23 -16
- package/NotificationBannerLink/index.d.ts +3 -3
- package/NotificationBannerLink/index.js +3 -7
- package/PageTitleHeading/index.d.ts +4 -7
- package/PageTitleHeading/index.js +7 -9
- package/Pagination/index.d.ts +6 -3
- package/PaginationListItem/index.d.ts +13 -6
- package/Panel/__snapshots__/index.test.tsx.snap +16 -0
- package/Panel/index.d.ts +15 -0
- package/{Confirmation → Panel}/index.js +10 -8
- package/{PageTitle → Panel}/index.test.js +3 -3
- package/{es/ConfirmationBody → PanelBody}/__snapshots__/index.test.tsx.snap +3 -3
- package/{PageTitle → PanelBody}/index.d.ts +4 -4
- package/{ConfirmationBody → PanelBody}/index.js +5 -5
- package/PanelBody/index.test.js +15 -0
- package/{ConfirmationBody → PanelTitle}/__snapshots__/index.test.tsx.snap +3 -3
- package/PanelTitle/index.d.ts +9 -0
- package/{ConfirmationTitle → PanelTitle}/index.js +5 -5
- package/PanelTitle/index.test.js +15 -0
- package/Paragraph/index.d.ts +2 -18
- package/Paragraph/index.js +5 -13
- package/PhaseBanner/index.d.ts +6 -3
- package/RadioContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/RadioContainer/index.d.ts +8 -5
- package/RadioContainer/index.js +4 -4
- package/RadioContainer/index.test.js +8 -0
- package/RadioItem/__snapshots__/index.test.tsx.snap +8 -12
- package/RadioItem/index.d.ts +4 -4
- package/RadioItem/index.js +2 -4
- package/Section/index.d.ts +10 -0
- package/{HeaderSubtitle → Section}/index.js +6 -5
- package/Section/index.test.js +15 -0
- package/SectionBreak/index.d.ts +13 -5
- package/SingleCharacterInputItem/index.d.ts +16 -10
- package/StepNavAccordionHeadingText/index.d.ts +16 -10
- package/StepNavAccordionSummaryHeading/index.d.ts +11 -4
- package/StepNavCircleNumber/index.d.ts +7 -4
- package/SummaryList/index.d.ts +7 -4
- package/SummaryListItem/index.d.ts +7 -4
- package/SvgIcon/index.d.ts +20 -6
- package/Table/__snapshots__/index.test.tsx.snap +7 -7
- package/Table/index.d.ts +37 -24
- package/Table/index.js +4 -5
- package/Table/index.test.js +5 -5
- package/TableBody/index.d.ts +7 -3
- package/TableCaption/index.d.ts +9 -4
- package/TableContainer/index.d.ts +5 -2
- package/TableDataCell/index.d.ts +7 -4
- package/TableHeadCell/index.d.ts +17 -8
- package/TableRow/__snapshots__/index.test.tsx.snap +34 -0
- package/TableRow/index.d.ts +15 -4
- package/TableRow/index.js +5 -4
- package/TableRow/index.test.js +16 -0
- package/TabsHeading/index.d.ts +7 -4
- package/TabsListItem/index.d.ts +6 -4
- package/TabsPanel/index.d.ts +6 -4
- package/TaskListItemHeading/index.d.ts +11 -4
- package/TaskListItemTag/index.d.ts +5 -2
- package/TextArea/index.d.ts +5 -3
- package/TextInput/index.d.ts +22 -8
- package/Timeline/index.d.ts +5 -2
- package/TimelineHeading/index.d.ts +11 -4
- package/es/Checkbox/__snapshots__/index.test.tsx.snap +4 -4
- package/es/Checkbox/index.js +3 -3
- package/es/Checkbox/index.test.js +2 -2
- package/es/CheckboxItem/__snapshots__/index.test.tsx.snap +10 -14
- package/es/CheckboxItem/index.js +4 -6
- package/es/CheckboxItem/index.test.js +2 -2
- package/es/ChipKeyValue/index.test.js +9 -0
- package/es/ChipSectionWrapper/index.js +1 -1
- package/es/{ChoiceDivider → ChoiceDividerText}/__snapshots__/index.test.tsx.snap +4 -6
- package/{esm/ChoiceDivider → es/ChoiceDividerText}/index.js +7 -7
- package/{esm/ChoiceDivider → es/ChoiceDividerText}/index.test.js +2 -4
- package/es/CircularProgress/__snapshots__/index.test.tsx.snap +20 -20
- package/es/CircularProgress/index.js +4 -4
- package/es/CircularProgress/index.test.js +8 -8
- package/es/Container/__snapshots__/index.test.tsx.snap +6 -6
- package/es/Container/index.js +5 -5
- package/es/Container/index.test.js +1 -1
- package/es/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +11 -10
- package/es/CopyToClipboardContainer/index.js +7 -4
- package/es/CopyToClipboardContainer/index.spec.js +2 -1
- package/es/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +14 -20
- package/es/CopyToClipboardMessage/index.js +3 -4
- package/es/CopyToClipboardMessage/index.test.js +2 -8
- package/es/CopyrightContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/es/CopyrightContainer/index.js +1 -1
- package/es/DrawerHeading/index.js +6 -9
- package/es/DropdownBase/index.js +0 -1
- package/es/ErrorSummary/index.js +8 -8
- package/es/FieldsetLegend/index.js +2 -2
- package/es/FooterContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/es/FooterContainer/index.js +1 -1
- package/es/Hidden/__snapshots__/index.test.tsx.snap +96 -0
- package/es/Hidden/index.js +5 -9
- package/es/LinkBase/index.js +3 -2
- package/es/LoaderContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/es/LoaderContainer/index.js +1 -1
- package/es/Masthead/__snapshots__/index.test.tsx.snap +3 -3
- package/es/Masthead/index.js +1 -1
- package/es/MastheadLogo/__snapshots__/index.test.tsx.snap +16 -0
- package/es/NavMenuContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/es/NavMenuContainer/index.js +1 -1
- package/es/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +4 -27
- package/es/NotificationBannerContainer/index.js +6 -5
- package/es/NotificationBannerContainer/index.test.js +2 -10
- package/es/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +16 -3
- package/es/NotificationBannerHeader/index.js +5 -1
- package/es/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +13 -7
- package/es/NotificationBannerHeading/index.js +4 -3
- package/es/NotificationBannerLink/__snapshots__/index.test.tsx.snap +23 -16
- package/es/NotificationBannerLink/index.js +3 -7
- package/es/PageTitleHeading/index.js +7 -8
- package/es/Panel/__snapshots__/index.test.tsx.snap +16 -0
- package/es/Panel/index.js +24 -0
- package/es/Panel/index.test.js +9 -0
- package/{esm/ConfirmationBody → es/PanelBody}/__snapshots__/index.test.tsx.snap +3 -3
- package/{esm/ConfirmationBody → es/PanelBody}/index.js +3 -3
- package/es/PanelBody/index.test.js +9 -0
- package/{src/ConfirmationBody → es/PanelTitle}/__snapshots__/index.test.tsx.snap +3 -3
- package/{esm/ConfirmationTitle → es/PanelTitle}/index.js +3 -3
- package/es/PanelTitle/index.test.js +9 -0
- package/es/Paragraph/index.js +5 -12
- package/es/RadioContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/es/RadioContainer/index.js +4 -4
- package/es/RadioContainer/index.test.js +8 -0
- package/es/RadioItem/__snapshots__/index.test.tsx.snap +8 -12
- package/es/RadioItem/index.js +2 -4
- package/es/{PageTitle → Section}/index.js +4 -3
- package/es/Section/index.test.js +9 -0
- package/es/Table/__snapshots__/index.test.tsx.snap +7 -7
- package/es/Table/index.js +4 -5
- package/es/Table/index.test.js +5 -5
- package/es/TableDataCell/index.js +1 -1
- package/es/TableRow/__snapshots__/index.test.tsx.snap +34 -0
- package/es/TableRow/index.js +5 -4
- package/es/TableRow/index.test.js +16 -0
- package/es/index.js +5 -8
- package/es/registry.js +10 -16
- package/esm/Checkbox/__snapshots__/index.test.tsx.snap +4 -4
- package/esm/Checkbox/index.js +3 -3
- package/esm/Checkbox/index.test.js +2 -2
- package/esm/CheckboxItem/__snapshots__/index.test.tsx.snap +10 -14
- package/esm/CheckboxItem/index.js +4 -6
- package/esm/CheckboxItem/index.test.js +2 -2
- package/esm/ChipKeyValue/index.test.js +9 -0
- package/esm/ChipSectionWrapper/index.js +1 -1
- package/esm/{ChoiceDivider → ChoiceDividerText}/__snapshots__/index.test.tsx.snap +4 -6
- package/{es/ChoiceDivider → esm/ChoiceDividerText}/index.js +7 -7
- package/{es/ChoiceDivider → esm/ChoiceDividerText}/index.test.js +2 -4
- package/esm/CircularProgress/__snapshots__/index.test.tsx.snap +20 -20
- package/esm/CircularProgress/index.js +4 -4
- package/esm/CircularProgress/index.test.js +8 -8
- package/esm/Container/__snapshots__/index.test.tsx.snap +6 -6
- package/esm/Container/index.js +5 -5
- package/esm/Container/index.test.js +1 -1
- package/esm/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +11 -10
- package/esm/CopyToClipboardContainer/index.js +7 -4
- package/esm/CopyToClipboardContainer/index.spec.js +2 -1
- package/esm/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +14 -20
- package/esm/CopyToClipboardMessage/index.js +3 -4
- package/esm/CopyToClipboardMessage/index.test.js +2 -8
- package/esm/CopyrightContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/CopyrightContainer/index.js +1 -1
- package/esm/DrawerHeading/index.js +6 -9
- package/esm/DropdownBase/index.js +0 -1
- package/esm/ErrorSummary/index.js +8 -8
- package/esm/FieldsetLegend/index.js +2 -2
- package/esm/FooterContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/FooterContainer/index.js +1 -1
- package/esm/Hidden/__snapshots__/index.test.tsx.snap +96 -0
- package/esm/Hidden/index.js +5 -9
- package/esm/LinkBase/index.js +3 -2
- package/esm/LoaderContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/LoaderContainer/index.js +1 -1
- package/esm/Masthead/__snapshots__/index.test.tsx.snap +3 -3
- package/esm/Masthead/index.js +1 -1
- package/esm/MastheadLogo/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/NavMenuContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/NavMenuContainer/index.js +1 -1
- package/esm/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +4 -27
- package/esm/NotificationBannerContainer/index.js +6 -5
- package/esm/NotificationBannerContainer/index.test.js +2 -10
- package/esm/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +16 -3
- package/esm/NotificationBannerHeader/index.js +5 -1
- package/esm/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +13 -7
- package/esm/NotificationBannerHeading/index.js +4 -3
- package/esm/NotificationBannerLink/__snapshots__/index.test.tsx.snap +23 -16
- package/esm/NotificationBannerLink/index.js +3 -7
- package/esm/PageTitleHeading/index.js +7 -8
- package/esm/Panel/__snapshots__/index.test.tsx.snap +16 -0
- package/esm/Panel/index.js +24 -0
- package/esm/Panel/index.test.js +9 -0
- package/esm/PanelBody/__snapshots__/index.test.tsx.snap +16 -0
- package/{es/ConfirmationBody → esm/PanelBody}/index.js +3 -3
- package/esm/PanelBody/index.test.js +9 -0
- package/esm/PanelTitle/__snapshots__/index.test.tsx.snap +16 -0
- package/{es/ConfirmationTitle → esm/PanelTitle}/index.js +3 -3
- package/esm/PanelTitle/index.test.js +9 -0
- package/esm/Paragraph/index.js +5 -12
- package/esm/RadioContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/RadioContainer/index.js +4 -4
- package/esm/RadioContainer/index.test.js +8 -0
- package/esm/RadioItem/__snapshots__/index.test.tsx.snap +8 -12
- package/esm/RadioItem/index.js +2 -4
- package/{es/HeaderSubtitle → esm/Section}/index.js +4 -3
- package/esm/Section/index.test.js +9 -0
- package/esm/Table/__snapshots__/index.test.tsx.snap +7 -7
- package/esm/Table/index.js +4 -5
- package/esm/Table/index.test.js +5 -5
- package/esm/TableDataCell/index.js +1 -1
- package/esm/TableRow/__snapshots__/index.test.tsx.snap +34 -0
- package/esm/TableRow/index.js +5 -4
- package/esm/TableRow/index.test.js +16 -0
- package/esm/index.js +6 -9
- package/esm/registry.js +10 -16
- package/index.d.ts +5 -8
- package/index.js +16 -68
- package/package.json +3 -3
- package/registry.d.ts +5 -8
- package/registry.js +14 -23
- package/src/AccessibilityMenu/index.tsx +6 -1
- package/src/AccessibilityMenuHeader/index.tsx +1 -2
- package/src/AccessibilityMenuOptionButton/index.tsx +6 -1
- package/src/AccessibilityMenuSteps/index.tsx +13 -3
- package/src/AccordionSection/index.tsx +6 -3
- package/src/AdminLayout/index.tsx +5 -1
- package/src/AutoCompleteInput/index.tsx +11 -6
- package/src/AutoCompleteResultList/index.tsx +15 -10
- package/src/AutoCompleteResultListItem/index.tsx +28 -20
- package/src/AutoCompleteWrapper/index.tsx +9 -3
- package/src/BreadcrumbsListItem/index.tsx +3 -2
- package/src/Button/index.tsx +15 -8
- package/src/ButtonLink/index.tsx +10 -6
- package/src/Card/index.tsx +19 -12
- package/src/Checkbox/__snapshots__/index.test.tsx.snap +4 -4
- package/src/Checkbox/index.test.tsx +2 -2
- package/src/Checkbox/index.tsx +9 -6
- package/src/CheckboxItem/__snapshots__/index.test.tsx.snap +10 -14
- package/src/CheckboxItem/index.test.tsx +2 -2
- package/src/CheckboxItem/index.tsx +6 -6
- package/src/Chip/index.tsx +4 -1
- package/src/ChipKeyValue/index.test.tsx +8 -0
- package/src/ChipKeyValue/index.tsx +2 -2
- package/src/ChipSection/index.tsx +5 -1
- package/src/ChipSectionWrapper/index.tsx +3 -3
- package/src/{ChoiceDivider → ChoiceDividerText}/__snapshots__/index.test.tsx.snap +4 -6
- package/src/ChoiceDividerText/index.test.tsx +8 -0
- package/src/{ChoiceDivider → ChoiceDividerText}/index.tsx +7 -9
- package/src/CircularProgress/__snapshots__/index.test.tsx.snap +20 -20
- package/src/CircularProgress/index.test.tsx +8 -8
- package/src/CircularProgress/index.tsx +20 -17
- package/src/Container/__snapshots__/index.test.tsx.snap +6 -6
- package/src/Container/index.test.tsx +1 -1
- package/src/Container/index.tsx +15 -9
- package/src/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +11 -10
- package/src/CopyToClipboardContainer/index.spec.tsx +2 -1
- package/src/CopyToClipboardContainer/index.tsx +18 -8
- package/src/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +14 -20
- package/src/CopyToClipboardMessage/index.test.tsx +4 -4
- package/src/CopyToClipboardMessage/index.tsx +8 -18
- package/src/CopyrightContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/src/CopyrightContainer/index.tsx +2 -2
- package/src/DateInputItem/index.tsx +11 -6
- package/src/Details/index.tsx +1 -1
- package/src/DetailsSummary/index.tsx +4 -2
- package/src/Drawer/index.tsx +20 -10
- package/src/DrawerHeading/index.tsx +9 -26
- package/src/DropdownBase/index.tsx +16 -10
- package/src/DropdownButton/index.tsx +28 -16
- package/src/ErrorSummary/index.tsx +12 -11
- package/src/FieldContainer/index.tsx +4 -2
- package/src/FieldsetLegend/index.tsx +29 -23
- package/src/FileUpload/index.tsx +5 -2
- package/src/FileUploadContainer/index.tsx +5 -2
- package/src/FilterCloseButton/index.tsx +5 -4
- package/src/FilterOptionsSection/index.tsx +5 -1
- package/src/FilterSection/index.tsx +21 -9
- package/src/FilterSelectedSection/index.tsx +5 -1
- package/src/FooterContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/src/FooterContainer/index.tsx +9 -7
- package/src/FooterHeading/index.tsx +7 -4
- package/src/FooterList/index.tsx +5 -3
- package/src/FooterMetaItem/index.tsx +5 -3
- package/src/Form/index.tsx +6 -1
- package/src/Grid/index.tsx +47 -9
- package/src/HeaderLogo/index.tsx +6 -4
- package/src/HeaderSecondaryLogo/index.tsx +6 -4
- package/src/Heading/index.tsx +12 -6
- package/src/HeadingCaption/index.tsx +7 -3
- package/src/HellenicRepublicLogo/index.tsx +5 -3
- package/src/Hidden/__snapshots__/index.test.tsx.snap +96 -0
- package/src/Hidden/index.tsx +34 -9
- package/src/Hint/index.tsx +6 -3
- package/src/KitchenSinkContent/index.tsx +7 -4
- package/src/LabelTitle/index.tsx +13 -6
- package/src/LabeledText/index.tsx +5 -3
- package/src/Layout/index.tsx +6 -1
- package/src/LinkBase/index.tsx +7 -5
- package/src/List/index.tsx +15 -6
- package/src/LoaderContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/src/LoaderContainer/index.tsx +2 -2
- package/src/Masthead/__snapshots__/index.test.tsx.snap +3 -3
- package/src/Masthead/index.tsx +9 -6
- package/src/MastheadLogo/__snapshots__/index.test.tsx.snap +16 -0
- package/src/ModalContainer/index.tsx +5 -1
- package/src/Nav/index.tsx +31 -16
- package/src/NavList/index.tsx +6 -3
- package/src/NavListItemButton/index.tsx +14 -9
- package/src/NavListItemLink/index.tsx +6 -4
- package/src/NavMenu/index.tsx +12 -7
- package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +2 -2
- package/src/NavMenuContainer/index.tsx +7 -4
- package/src/NavVerticalItem/index.tsx +5 -3
- package/src/NormalText/index.tsx +58 -43
- package/src/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +4 -27
- package/src/NotificationBannerContainer/index.test.tsx +2 -11
- package/src/NotificationBannerContainer/index.tsx +11 -6
- package/src/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +16 -3
- package/src/NotificationBannerHeader/index.tsx +6 -2
- package/src/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +13 -7
- package/src/NotificationBannerHeading/index.tsx +6 -5
- package/src/NotificationBannerLink/__snapshots__/index.test.tsx.snap +23 -16
- package/src/NotificationBannerLink/index.tsx +5 -7
- package/src/PageTitleHeading/index.tsx +6 -24
- package/src/Pagination/index.tsx +6 -3
- package/src/PaginationListItem/index.tsx +13 -6
- package/src/Panel/__snapshots__/index.test.tsx.snap +16 -0
- package/src/Panel/index.test.tsx +8 -0
- package/src/Panel/index.tsx +34 -0
- package/src/PanelBody/__snapshots__/index.test.tsx.snap +16 -0
- package/src/PanelBody/index.test.tsx +8 -0
- package/src/PanelBody/index.tsx +27 -0
- package/src/PanelTitle/__snapshots__/index.test.tsx.snap +16 -0
- package/src/PanelTitle/index.test.tsx +8 -0
- package/src/PanelTitle/index.tsx +27 -0
- package/src/Paragraph/index.tsx +8 -48
- package/src/PhaseBanner/index.tsx +6 -3
- package/src/RadioContainer/__snapshots__/index.test.tsx.snap +17 -0
- package/src/RadioContainer/index.test.tsx +3 -0
- package/src/RadioContainer/index.tsx +9 -6
- package/src/RadioItem/__snapshots__/index.test.tsx.snap +8 -12
- package/src/RadioItem/index.tsx +6 -6
- package/src/Section/index.test.tsx +8 -0
- package/src/Section/index.tsx +20 -0
- package/src/SectionBreak/index.tsx +13 -5
- package/src/SingleCharacterInputItem/index.tsx +16 -10
- package/src/StepNavAccordionHeadingText/index.tsx +16 -10
- package/src/StepNavAccordionSummaryHeading/index.tsx +11 -4
- package/src/StepNavCircleNumber/index.tsx +7 -4
- package/src/SummaryList/index.tsx +7 -4
- package/src/SummaryListItem/index.tsx +7 -4
- package/src/SvgIcon/index.tsx +20 -6
- package/src/Table/__snapshots__/index.test.tsx.snap +7 -7
- package/src/Table/index.test.tsx +5 -5
- package/src/Table/index.tsx +40 -27
- package/src/TableBody/index.tsx +7 -3
- package/src/TableCaption/index.tsx +9 -4
- package/src/TableContainer/index.tsx +5 -2
- package/src/TableDataCell/index.tsx +8 -4
- package/src/TableHeadCell/index.tsx +17 -8
- package/src/TableRow/__snapshots__/index.test.tsx.snap +34 -0
- package/src/TableRow/index.test.tsx +7 -0
- package/src/TableRow/index.tsx +18 -5
- package/src/TabsHeading/index.tsx +7 -4
- package/src/TabsListItem/index.tsx +6 -4
- package/src/TabsPanel/index.tsx +6 -4
- package/src/TaskListItemHeading/index.tsx +11 -4
- package/src/TaskListItemTag/index.tsx +5 -2
- package/src/TextArea/index.tsx +5 -3
- package/src/TextInput/index.tsx +22 -8
- package/src/Timeline/index.tsx +5 -2
- package/src/TimelineHeading/index.tsx +11 -4
- package/src/index.ts +5 -8
- package/src/registry.js +10 -16
- package/ChoiceDivider/index.d.ts +0 -11
- package/Confirmation/__snapshots__/index.test.tsx.snap +0 -16
- package/Confirmation/index.d.ts +0 -9
- package/Confirmation/index.test.js +0 -15
- package/ConfirmationBody/index.d.ts +0 -9
- package/ConfirmationBody/index.test.js +0 -15
- package/ConfirmationTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/ConfirmationTitle/index.test.js +0 -15
- package/ErrorSummary/__snapshots__/index.test.tsx.snap +0 -16
- package/HeaderSubtitle/__snapshots__/index.test.tsx.snap +0 -16
- package/HeaderSubtitle/index.d.ts +0 -9
- package/HeaderSubtitle/index.test.js +0 -15
- package/PageTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/PageTitle/index.js +0 -38
- package/PageTitleCaption/__snapshots__/index.test.tsx.snap +0 -67
- package/PageTitleCaption/index.d.ts +0 -14
- package/PageTitleCaption/index.js +0 -40
- package/PageTitleCaption/index.test.d.ts +0 -1
- package/PageTitleCaption/index.test.js +0 -39
- package/PageTitleSection/__snapshots__/index.test.tsx.snap +0 -16
- package/PageTitleSection/index.d.ts +0 -10
- package/PageTitleSection/index.js +0 -39
- package/PageTitleSection/index.test.d.ts +0 -1
- package/PageTitleSection/index.test.js +0 -15
- package/es/Confirmation/__snapshots__/index.test.tsx.snap +0 -16
- package/es/Confirmation/index.js +0 -22
- package/es/Confirmation/index.test.js +0 -9
- package/es/ConfirmationBody/index.test.js +0 -9
- package/es/ConfirmationTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/es/ConfirmationTitle/index.test.js +0 -9
- package/es/ErrorSummary/__snapshots__/index.test.tsx.snap +0 -16
- package/es/HeaderSubtitle/__snapshots__/index.test.tsx.snap +0 -16
- package/es/HeaderSubtitle/index.test.js +0 -9
- package/es/PageTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/es/PageTitle/index.test.js +0 -9
- package/es/PageTitleCaption/__snapshots__/index.test.tsx.snap +0 -67
- package/es/PageTitleCaption/index.js +0 -24
- package/es/PageTitleCaption/index.test.js +0 -33
- package/es/PageTitleSection/__snapshots__/index.test.tsx.snap +0 -16
- package/es/PageTitleSection/index.js +0 -23
- package/es/PageTitleSection/index.test.js +0 -9
- package/esm/Confirmation/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/Confirmation/index.js +0 -22
- package/esm/Confirmation/index.test.js +0 -9
- package/esm/ConfirmationBody/index.test.js +0 -9
- package/esm/ConfirmationTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/ConfirmationTitle/index.test.js +0 -9
- package/esm/ErrorSummary/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/HeaderSubtitle/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/HeaderSubtitle/index.js +0 -22
- package/esm/HeaderSubtitle/index.test.js +0 -9
- package/esm/PageTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/PageTitle/index.js +0 -22
- package/esm/PageTitle/index.test.js +0 -9
- package/esm/PageTitleCaption/__snapshots__/index.test.tsx.snap +0 -67
- package/esm/PageTitleCaption/index.js +0 -24
- package/esm/PageTitleCaption/index.test.js +0 -33
- package/esm/PageTitleSection/__snapshots__/index.test.tsx.snap +0 -16
- package/esm/PageTitleSection/index.js +0 -23
- package/esm/PageTitleSection/index.test.js +0 -9
- package/src/ChoiceDivider/index.test.tsx +0 -8
- package/src/Confirmation/__snapshots__/index.test.tsx.snap +0 -16
- package/src/Confirmation/index.test.tsx +0 -8
- package/src/Confirmation/index.tsx +0 -27
- package/src/ConfirmationBody/index.test.tsx +0 -8
- package/src/ConfirmationBody/index.tsx +0 -27
- package/src/ConfirmationTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/src/ConfirmationTitle/index.test.tsx +0 -8
- package/src/ConfirmationTitle/index.tsx +0 -27
- package/src/ErrorSummary/__snapshots__/index.test.tsx.snap +0 -16
- package/src/HeaderSubtitle/__snapshots__/index.test.tsx.snap +0 -16
- package/src/HeaderSubtitle/index.test.tsx +0 -8
- package/src/HeaderSubtitle/index.tsx +0 -20
- package/src/PageTitle/__snapshots__/index.test.tsx.snap +0 -16
- package/src/PageTitle/index.test.tsx +0 -8
- package/src/PageTitle/index.tsx +0 -19
- package/src/PageTitleCaption/__snapshots__/index.test.tsx.snap +0 -67
- package/src/PageTitleCaption/index.test.tsx +0 -26
- package/src/PageTitleCaption/index.tsx +0 -38
- package/src/PageTitleSection/__snapshots__/index.test.tsx.snap +0 -16
- package/src/PageTitleSection/index.test.tsx +0 -8
- package/src/PageTitleSection/index.tsx +0 -21
- /package/{ChoiceDivider → ChipKeyValue}/index.test.d.ts +0 -0
- /package/{Confirmation → ChoiceDividerText}/index.test.d.ts +0 -0
- /package/{ConfirmationBody → Panel}/index.test.d.ts +0 -0
- /package/{ConfirmationTitle → PanelBody}/index.test.d.ts +0 -0
- /package/{HeaderSubtitle → PanelTitle}/index.test.d.ts +0 -0
- /package/{PageTitle → Section}/index.test.d.ts +0 -0
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
3
|
export interface AccessibilityMenuProps extends BaseProps<'div'> {
|
|
4
|
+
/**
|
|
5
|
+
* @value 'left'
|
|
6
|
+
* @value 'right'
|
|
7
|
+
* @default 'right'
|
|
8
|
+
*/
|
|
4
9
|
position?: 'left' | 'right';
|
|
5
10
|
}
|
|
6
11
|
/**
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
3
|
export interface AccessibilityMenuOptionButtonProps extends BaseProps<'button'> {
|
|
4
|
+
/**
|
|
5
|
+
* @value true
|
|
6
|
+
* @value false
|
|
7
|
+
* @default false
|
|
8
|
+
*/
|
|
4
9
|
selected?: boolean;
|
|
5
10
|
}
|
|
6
11
|
/**
|
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
3
|
export interface AccessibilityMenuStepsProps extends BaseProps<'div'> {
|
|
4
|
+
/**
|
|
5
|
+
* @value 0
|
|
6
|
+
* @value 1
|
|
7
|
+
* @value 2
|
|
8
|
+
* @value 3
|
|
9
|
+
* @value 4
|
|
10
|
+
* @default 0
|
|
11
|
+
*/
|
|
4
12
|
steps?: 0 | 1 | 2 | 3 | 4;
|
|
13
|
+
/**
|
|
14
|
+
* @default 0
|
|
15
|
+
*/
|
|
5
16
|
activeStep?: number;
|
|
6
17
|
}
|
|
7
18
|
/**
|
package/AdminLayout/index.d.ts
CHANGED
|
@@ -2,14 +2,19 @@ import React from 'react';
|
|
|
2
2
|
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
3
|
export interface AutoCompleteInputProps extends BaseProps<'input'> {
|
|
4
4
|
/**
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
* isFocused is optional. The default value is false.
|
|
6
|
+
* isFocused prop is used to focus the list element.
|
|
7
|
+
* @value true
|
|
8
|
+
* @value false
|
|
9
|
+
*/
|
|
8
10
|
isFocused?: boolean;
|
|
9
11
|
/**
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
* showAllValues is optional. The default value is false.
|
|
13
|
+
* showAllValues prop is used to change the css input.
|
|
14
|
+
* @value true
|
|
15
|
+
* @value false
|
|
16
|
+
* @default false
|
|
17
|
+
*/
|
|
13
18
|
showAllValues?: boolean;
|
|
14
19
|
}
|
|
15
20
|
/**
|
|
@@ -2,18 +2,23 @@ import React from 'react';
|
|
|
2
2
|
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
3
|
export interface AutoCompleteResultListProps extends BaseProps<'ul'> {
|
|
4
4
|
/**
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
* isVisible is optional.
|
|
6
|
+
* Use isVisible prop to make menu visible
|
|
7
|
+
* default value is false.
|
|
8
|
+
*
|
|
9
|
+
* @value true
|
|
10
|
+
* @value false
|
|
11
|
+
* @default false
|
|
12
|
+
*/
|
|
10
13
|
isVisible?: boolean;
|
|
11
14
|
/**
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
* displayMenu is optional.
|
|
16
|
+
* Use displayMenu to choose the display of the manue
|
|
17
|
+
* default value is inline.
|
|
18
|
+
*
|
|
19
|
+
* @value 'inline'
|
|
20
|
+
* @value 'overlay'
|
|
21
|
+
*/
|
|
17
22
|
displayMenu?: 'inline' | 'overlay';
|
|
18
23
|
}
|
|
19
24
|
/**
|
|
@@ -2,32 +2,40 @@ import React from 'react';
|
|
|
2
2
|
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
3
|
export interface AutoCompleteResultListItemProps extends BaseProps<'li'> {
|
|
4
4
|
/**
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
* index is optional.
|
|
6
|
+
* Use index prop to add or not option-odd css class.
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
|
|
10
|
+
*/
|
|
10
11
|
index?: number;
|
|
11
12
|
/**
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
* isFocused is optional.
|
|
14
|
+
* Use isFocused prop to focus selected element.
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @value undefined
|
|
18
|
+
* @value undefined
|
|
19
|
+
*/
|
|
17
20
|
isFocused?: boolean | null;
|
|
18
21
|
/**
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
* isHovered is optional.
|
|
23
|
+
* Use isHovered prop to hover over elements.
|
|
24
|
+
*
|
|
25
|
+
*
|
|
26
|
+
* @value undefined
|
|
27
|
+
* @value undefined
|
|
28
|
+
*/
|
|
24
29
|
isHovered?: boolean | null;
|
|
25
30
|
/**
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
+
* empty is optional.
|
|
32
|
+
* Use empty prop when there are no results in AutoComplete.
|
|
33
|
+
* by default is false.
|
|
34
|
+
*
|
|
35
|
+
* @value true
|
|
36
|
+
* @value false
|
|
37
|
+
* @default false
|
|
38
|
+
*/
|
|
31
39
|
empty?: boolean;
|
|
32
40
|
}
|
|
33
41
|
/**
|
|
@@ -2,9 +2,15 @@ import React from 'react';
|
|
|
2
2
|
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
3
|
export interface AutoCompleteWrapperProps extends BaseProps<'div'> {
|
|
4
4
|
/**
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
* cellWidth is optional.
|
|
6
|
+
* Use cellWidth prop to define a custom width for a specific reference number in your components.
|
|
7
|
+
* @value 'one-quarter'
|
|
8
|
+
* @value 'one-third'
|
|
9
|
+
* @value 'one-half'
|
|
10
|
+
* @value 'two-thirds'
|
|
11
|
+
* @value 'three-quarters'
|
|
12
|
+
* @value 'full'
|
|
13
|
+
*/
|
|
8
14
|
cellWidth?: 'one-quarter' | 'one-third' | 'one-half' | 'two-thirds' | 'three-quarters' | 'full';
|
|
9
15
|
}
|
|
10
16
|
/**
|
package/BottomInfo/index.d.ts
CHANGED
|
@@ -5,5 +5,5 @@ export interface BottomInfoProps extends ContainerProps {
|
|
|
5
5
|
/**
|
|
6
6
|
* Bottom BottomInfo is used inside the Bottom component and it must be the first component in order.
|
|
7
7
|
*/
|
|
8
|
-
export declare const BottomInfo: React.ForwardRefExoticComponent<Pick<BottomInfoProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "
|
|
8
|
+
export declare const BottomInfo: React.ForwardRefExoticComponent<Pick<BottomInfoProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "grid" | "fullWidth"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
9
|
export default BottomInfo;
|
|
@@ -5,5 +5,5 @@ export interface BottomInfoContainerProps extends ContainerProps {
|
|
|
5
5
|
/**
|
|
6
6
|
* Bottom BottomInfoContainer is used inside the Bottom component and it must be the first component in order.
|
|
7
7
|
*/
|
|
8
|
-
export declare const BottomInfoContainer: React.ForwardRefExoticComponent<Pick<BottomInfoContainerProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "
|
|
8
|
+
export declare const BottomInfoContainer: React.ForwardRefExoticComponent<Pick<BottomInfoContainerProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "grid" | "fullWidth"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
9
|
export default BottomInfoContainer;
|
|
@@ -2,8 +2,9 @@ import React from 'react';
|
|
|
2
2
|
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
3
|
export interface BreadcrumbsListItemProps extends BaseProps<'li'> {
|
|
4
4
|
/**
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
* href is optional and provides the text and url of the Breadcrumbs items.
|
|
6
|
+
|
|
7
|
+
*/
|
|
7
8
|
href?: string;
|
|
8
9
|
}
|
|
9
10
|
/**
|
package/Button/index.d.ts
CHANGED
|
@@ -2,16 +2,23 @@ import React from 'react';
|
|
|
2
2
|
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
3
|
export interface ButtonProps extends BaseProps<'button'> {
|
|
4
4
|
/**
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
* color is optional.
|
|
6
|
+
* 'primary' color is used for the main call to action on a page.
|
|
7
|
+
* 'secondary' color is used for secondary calls to action on a page.
|
|
8
|
+
* 'warning' color is used to make users think carefully before they use them.
|
|
9
|
+
* The default value is 'primary'.
|
|
10
|
+
* @value 'primary'
|
|
11
|
+
* @value 'secondary'
|
|
12
|
+
* @value 'warning'
|
|
13
|
+
* @default 'primary'
|
|
14
|
+
*/
|
|
11
15
|
color?: 'primary' | 'secondary' | 'warning';
|
|
12
16
|
/**
|
|
13
|
-
|
|
14
|
-
|
|
17
|
+
* variant is optional.
|
|
18
|
+
* @value 'link'
|
|
19
|
+
* @value 'button'
|
|
20
|
+
* @default 'button'
|
|
21
|
+
*/
|
|
15
22
|
variant?: 'link' | 'button';
|
|
16
23
|
}
|
|
17
24
|
/**
|
package/ButtonLink/index.d.ts
CHANGED
|
@@ -2,12 +2,16 @@ import React from 'react';
|
|
|
2
2
|
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
3
|
export interface ButtonLinkProps extends BaseProps<'a'> {
|
|
4
4
|
/**
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
* color is optional.
|
|
6
|
+
* 'primary' color is used for the main call to action on a page.
|
|
7
|
+
* 'secondary' color is used for secondary calls to action on a page.
|
|
8
|
+
* 'warning' color is used to make users think carefully before they use them.
|
|
9
|
+
* The default value is 'primary'.
|
|
10
|
+
* @value 'primary'
|
|
11
|
+
* @value 'secondary'
|
|
12
|
+
* @value 'warning'
|
|
13
|
+
* @default 'primary'
|
|
14
|
+
*/
|
|
11
15
|
color?: 'primary' | 'secondary' | 'warning';
|
|
12
16
|
}
|
|
13
17
|
/**
|
package/Card/index.d.ts
CHANGED
|
@@ -2,22 +2,29 @@ import React from 'react';
|
|
|
2
2
|
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
3
|
export interface CardProps extends BaseProps<'div'> {
|
|
4
4
|
/**
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
* By default, we recommend using Cards without border style. Card border increases the contrast to its background.
|
|
6
|
+
* divider
|
|
7
|
+
* `variant` property is optional.
|
|
8
|
+
* @value 'border'
|
|
9
|
+
* @value 'divider'
|
|
10
|
+
* @value 'border-top'
|
|
11
|
+
*/
|
|
9
12
|
variant?: 'border' | 'divider' | 'border-top';
|
|
10
13
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
*borderColor property is optional and it is used to set the color of the Card's border.
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @value 'light'
|
|
18
|
+
* @value 'dark'
|
|
19
|
+
*/
|
|
15
20
|
borderColor?: 'light' | 'dark';
|
|
16
21
|
/**
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
22
|
+
*callToAction property is optional and it is used to set the content of the Card clickable.
|
|
23
|
+
*
|
|
24
|
+
*
|
|
25
|
+
* @value true
|
|
26
|
+
* @value false
|
|
27
|
+
*/
|
|
21
28
|
callToAction?: boolean;
|
|
22
29
|
}
|
|
23
30
|
/**
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
-
exports[`renders the Checkbox with
|
|
3
|
+
exports[`renders the Checkbox with layout=horizontal and CheckboxItems 1`] = `
|
|
4
4
|
<ForwardRef(Checkbox)
|
|
5
|
-
|
|
5
|
+
layout="horizontal"
|
|
6
6
|
>
|
|
7
7
|
<ForwardRef(Base)
|
|
8
8
|
as="div"
|
|
9
|
-
className="govgr-checkboxes--
|
|
9
|
+
className="govgr-checkboxes--horizontal govgr-checkboxes"
|
|
10
10
|
>
|
|
11
11
|
<div
|
|
12
|
-
className="govgr-checkboxes--
|
|
12
|
+
className="govgr-checkboxes--horizontal govgr-checkboxes"
|
|
13
13
|
>
|
|
14
14
|
<ForwardRef(CheckboxItem)>
|
|
15
15
|
<div
|
package/Checkbox/index.d.ts
CHANGED
|
@@ -2,16 +2,19 @@ import React from 'react';
|
|
|
2
2
|
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
3
|
export interface CheckboxProps extends BaseProps<'div'> {
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
5
|
+
* layout is optional.
|
|
6
|
+
* 'horizontal' places the CheckboxItems in one line.
|
|
7
|
+
* 'horizontal' should be used or only two CheckboxItems with limited text.
|
|
8
|
+
* @value 'vertical'
|
|
9
|
+
* @value 'horizontal'
|
|
10
|
+
* @default 'vertical'
|
|
8
11
|
*/
|
|
9
|
-
|
|
12
|
+
layout?: 'horizontal' | 'vertical';
|
|
10
13
|
}
|
|
11
14
|
/**
|
|
12
15
|
* Details for the Checkbox.
|
|
13
16
|
* Checkbox component allow the user to select one or more items from a set.
|
|
14
17
|
* It takes CheckboxItem as children
|
|
15
18
|
*/
|
|
16
|
-
export declare const Checkbox: React.ForwardRefExoticComponent<Pick<CheckboxProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "
|
|
19
|
+
export declare const Checkbox: React.ForwardRefExoticComponent<Pick<CheckboxProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "layout"> & React.RefAttributes<HTMLDivElement>>;
|
|
17
20
|
export default Checkbox;
|
package/Checkbox/index.js
CHANGED
|
@@ -17,7 +17,7 @@ var _clsx = _interopRequireDefault(require("clsx"));
|
|
|
17
17
|
|
|
18
18
|
var _Base = _interopRequireDefault(require("@digigov/react-core/Base"));
|
|
19
19
|
|
|
20
|
-
var _excluded = ["
|
|
20
|
+
var _excluded = ["layout", "className", "children"];
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Details for the Checkbox.
|
|
@@ -25,14 +25,14 @@ var _excluded = ["inline", "className", "children"];
|
|
|
25
25
|
* It takes CheckboxItem as children
|
|
26
26
|
*/
|
|
27
27
|
var Checkbox = /*#__PURE__*/_react["default"].forwardRef(function Checkbox(_ref, ref) {
|
|
28
|
-
var
|
|
28
|
+
var layout = _ref.layout,
|
|
29
29
|
className = _ref.className,
|
|
30
30
|
children = _ref.children,
|
|
31
31
|
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
32
32
|
return /*#__PURE__*/_react["default"].createElement(_Base["default"], (0, _extends2["default"])({
|
|
33
33
|
as: "div",
|
|
34
34
|
ref: ref,
|
|
35
|
-
className: (0, _clsx["default"])(className,
|
|
35
|
+
className: (0, _clsx["default"])(className, layout === 'horizontal' && 'govgr-checkboxes--horizontal', true && 'govgr-checkboxes')
|
|
36
36
|
}, props), children);
|
|
37
37
|
});
|
|
38
38
|
|
package/Checkbox/index.test.js
CHANGED
|
@@ -23,9 +23,9 @@ it('renders the Checkbox with no props and CheckboxItem', function () {
|
|
|
23
23
|
});
|
|
24
24
|
|
|
25
25
|
var _ref3 = /*#__PURE__*/_react["default"].createElement(_Checkbox["default"], {
|
|
26
|
-
|
|
26
|
+
layout: "horizontal"
|
|
27
27
|
}, /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], null, "This is item 1"), /*#__PURE__*/_react["default"].createElement(_CheckboxItem["default"], null, "This is item 2"));
|
|
28
28
|
|
|
29
|
-
it('renders the Checkbox with
|
|
29
|
+
it('renders the Checkbox with layout=horizontal and CheckboxItems', function () {
|
|
30
30
|
expect((0, _enzyme.mount)(_ref3)).toMatchSnapshot();
|
|
31
31
|
});
|
|
@@ -39,22 +39,20 @@ exports[`renders the CheckboxItem with \`disabled\` prop 1`] = `
|
|
|
39
39
|
|
|
40
40
|
exports[`renders the CheckboxItem with \`divider\` prop 1`] = `
|
|
41
41
|
<ForwardRef(CheckboxItem)
|
|
42
|
-
|
|
42
|
+
dividerText="ή"
|
|
43
43
|
>
|
|
44
|
-
<ForwardRef(
|
|
45
|
-
text="ή"
|
|
46
|
-
>
|
|
44
|
+
<ForwardRef(ChoiceDividerText)>
|
|
47
45
|
<ForwardRef(Base)
|
|
48
46
|
as="div"
|
|
49
|
-
className="govgr-choice-divider"
|
|
47
|
+
className="govgr-choice-divider-text"
|
|
50
48
|
>
|
|
51
49
|
<div
|
|
52
|
-
className="govgr-choice-divider"
|
|
50
|
+
className="govgr-choice-divider-text"
|
|
53
51
|
>
|
|
54
52
|
ή
|
|
55
53
|
</div>
|
|
56
54
|
</ForwardRef(Base)>
|
|
57
|
-
</ForwardRef(
|
|
55
|
+
</ForwardRef(ChoiceDividerText)>
|
|
58
56
|
<div
|
|
59
57
|
className="govgr-checkboxes__item"
|
|
60
58
|
>
|
|
@@ -169,24 +167,22 @@ exports[`renders the CheckboxItem with \`value\` \`name\` and \`disabled\` props
|
|
|
169
167
|
exports[`renders the CheckboxItem with \`value\` \`name\`, \`divider\` and \`disabled\` props 1`] = `
|
|
170
168
|
<ForwardRef(CheckboxItem)
|
|
171
169
|
disabled={true}
|
|
172
|
-
|
|
170
|
+
dividerText="ή"
|
|
173
171
|
name="example"
|
|
174
172
|
value="example"
|
|
175
173
|
>
|
|
176
|
-
<ForwardRef(
|
|
177
|
-
text="ή"
|
|
178
|
-
>
|
|
174
|
+
<ForwardRef(ChoiceDividerText)>
|
|
179
175
|
<ForwardRef(Base)
|
|
180
176
|
as="div"
|
|
181
|
-
className="govgr-choice-divider"
|
|
177
|
+
className="govgr-choice-divider-text"
|
|
182
178
|
>
|
|
183
179
|
<div
|
|
184
|
-
className="govgr-choice-divider"
|
|
180
|
+
className="govgr-choice-divider-text"
|
|
185
181
|
>
|
|
186
182
|
ή
|
|
187
183
|
</div>
|
|
188
184
|
</ForwardRef(Base)>
|
|
189
|
-
</ForwardRef(
|
|
185
|
+
</ForwardRef(ChoiceDividerText)>
|
|
190
186
|
<div
|
|
191
187
|
className="govgr-checkboxes__item"
|
|
192
188
|
>
|
package/CheckboxItem/index.d.ts
CHANGED
|
@@ -2,16 +2,16 @@ import React from 'react';
|
|
|
2
2
|
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
3
|
export interface CheckboxItemProps extends BaseProps<'input'> {
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
6
|
-
* Add this prop to add a choice divider
|
|
5
|
+
* dividerText is optional.
|
|
6
|
+
* Add this prop to add a choice divider on top of a checkbox item.
|
|
7
7
|
* The string is the text that it will appear above this checkbox item.
|
|
8
8
|
*/
|
|
9
|
-
|
|
9
|
+
dividerText?: string;
|
|
10
10
|
}
|
|
11
11
|
/**
|
|
12
12
|
* Details for the CheckboxItem.
|
|
13
13
|
* CheckboxItem component allows the user to select one or more checkboxes
|
|
14
14
|
* CheckboxItem must be used inside Checkbox component
|
|
15
15
|
*/
|
|
16
|
-
export declare const CheckboxItem: React.ForwardRefExoticComponent<Pick<CheckboxItemProps, "form" | "slot" | "style" | "title" | "pattern" | "as" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "
|
|
16
|
+
export declare const CheckboxItem: React.ForwardRefExoticComponent<Pick<CheckboxItemProps, "form" | "slot" | "style" | "title" | "pattern" | "as" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "dividerText"> & React.RefAttributes<HTMLInputElement>>;
|
|
17
17
|
export default CheckboxItem;
|