@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
package/esm/registry.js
CHANGED
|
@@ -57,11 +57,8 @@ import * as _digigov_react_core_ChipHeading from '@digigov/react-core/ChipHeadin
|
|
|
57
57
|
import * as _digigov_react_core_ChipKeyValue from '@digigov/react-core/ChipKeyValue';
|
|
58
58
|
import * as _digigov_react_core_ChipSection from '@digigov/react-core/ChipSection';
|
|
59
59
|
import * as _digigov_react_core_ChipSectionWrapper from '@digigov/react-core/ChipSectionWrapper';
|
|
60
|
-
import * as
|
|
60
|
+
import * as _digigov_react_core_ChoiceDividerText from '@digigov/react-core/ChoiceDividerText';
|
|
61
61
|
import * as _digigov_react_core_CircularProgress from '@digigov/react-core/CircularProgress';
|
|
62
|
-
import * as _digigov_react_core_Confirmation from '@digigov/react-core/Confirmation';
|
|
63
|
-
import * as _digigov_react_core_ConfirmationBody from '@digigov/react-core/ConfirmationBody';
|
|
64
|
-
import * as _digigov_react_core_ConfirmationTitle from '@digigov/react-core/ConfirmationTitle';
|
|
65
62
|
import * as _digigov_react_core_Container from '@digigov/react-core/Container';
|
|
66
63
|
import * as _digigov_react_core_CopyrightContainer from '@digigov/react-core/CopyrightContainer';
|
|
67
64
|
import * as _digigov_react_core_CopyToClipboardContainer from '@digigov/react-core/CopyToClipboardContainer';
|
|
@@ -118,7 +115,6 @@ import * as _digigov_react_core_HeaderLogo from '@digigov/react-core/HeaderLogo'
|
|
|
118
115
|
import * as _digigov_react_core_HeaderNavMenuContent from '@digigov/react-core/HeaderNavMenuContent';
|
|
119
116
|
import * as _digigov_react_core_HeaderSecondaryLogo from '@digigov/react-core/HeaderSecondaryLogo';
|
|
120
117
|
import * as _digigov_react_core_HeaderSection from '@digigov/react-core/HeaderSection';
|
|
121
|
-
import * as _digigov_react_core_HeaderSubtitle from '@digigov/react-core/HeaderSubtitle';
|
|
122
118
|
import * as _digigov_react_core_HeaderTitle from '@digigov/react-core/HeaderTitle';
|
|
123
119
|
import * as _digigov_react_core_Heading from '@digigov/react-core/Heading';
|
|
124
120
|
import * as _digigov_react_core_HeadingCaption from '@digigov/react-core/HeadingCaption';
|
|
@@ -174,14 +170,14 @@ import * as _digigov_react_core_NotificationBannerContent from '@digigov/react-c
|
|
|
174
170
|
import * as _digigov_react_core_NotificationBannerHeader from '@digigov/react-core/NotificationBannerHeader';
|
|
175
171
|
import * as _digigov_react_core_NotificationBannerHeading from '@digigov/react-core/NotificationBannerHeading';
|
|
176
172
|
import * as _digigov_react_core_NotificationBannerLink from '@digigov/react-core/NotificationBannerLink';
|
|
177
|
-
import * as _digigov_react_core_PageTitle from '@digigov/react-core/PageTitle';
|
|
178
|
-
import * as _digigov_react_core_PageTitleCaption from '@digigov/react-core/PageTitleCaption';
|
|
179
173
|
import * as _digigov_react_core_PageTitleHeading from '@digigov/react-core/PageTitleHeading';
|
|
180
|
-
import * as _digigov_react_core_PageTitleSection from '@digigov/react-core/PageTitleSection';
|
|
181
174
|
import * as _digigov_react_core_Pagination from '@digigov/react-core/Pagination';
|
|
182
175
|
import * as _digigov_react_core_PaginationLabelContainer from '@digigov/react-core/PaginationLabelContainer';
|
|
183
176
|
import * as _digigov_react_core_PaginationList from '@digigov/react-core/PaginationList';
|
|
184
177
|
import * as _digigov_react_core_PaginationListItem from '@digigov/react-core/PaginationListItem';
|
|
178
|
+
import * as _digigov_react_core_Panel from '@digigov/react-core/Panel';
|
|
179
|
+
import * as _digigov_react_core_PanelBody from '@digigov/react-core/PanelBody';
|
|
180
|
+
import * as _digigov_react_core_PanelTitle from '@digigov/react-core/PanelTitle';
|
|
185
181
|
import * as _digigov_react_core_Paragraph from '@digigov/react-core/Paragraph';
|
|
186
182
|
import * as _digigov_react_core_PhaseBanner from '@digigov/react-core/PhaseBanner';
|
|
187
183
|
import * as _digigov_react_core_PhaseBannerHeaderContainer from '@digigov/react-core/PhaseBannerHeaderContainer';
|
|
@@ -195,6 +191,7 @@ import * as _digigov_react_core_ResultsHeading from '@digigov/react-core/Results
|
|
|
195
191
|
import * as _digigov_react_core_ResultsHeadingActions from '@digigov/react-core/ResultsHeadingActions';
|
|
196
192
|
import * as _digigov_react_core_SearchButton from '@digigov/react-core/SearchButton';
|
|
197
193
|
import * as _digigov_react_core_SearchSection from '@digigov/react-core/SearchSection';
|
|
194
|
+
import * as _digigov_react_core_Section from '@digigov/react-core/Section';
|
|
198
195
|
import * as _digigov_react_core_SectionBreak from '@digigov/react-core/SectionBreak';
|
|
199
196
|
import * as _digigov_react_core_SelectContainer from '@digigov/react-core/SelectContainer';
|
|
200
197
|
import * as _digigov_react_core_SelectOption from '@digigov/react-core/SelectOption';
|
|
@@ -326,11 +323,8 @@ export default {
|
|
|
326
323
|
'@digigov/react-core/ChipKeyValue': lazyImport(_digigov_react_core_ChipKeyValue),
|
|
327
324
|
'@digigov/react-core/ChipSection': lazyImport(_digigov_react_core_ChipSection),
|
|
328
325
|
'@digigov/react-core/ChipSectionWrapper': lazyImport(_digigov_react_core_ChipSectionWrapper),
|
|
329
|
-
'@digigov/react-core/
|
|
326
|
+
'@digigov/react-core/ChoiceDividerText': lazyImport(_digigov_react_core_ChoiceDividerText),
|
|
330
327
|
'@digigov/react-core/CircularProgress': lazyImport(_digigov_react_core_CircularProgress),
|
|
331
|
-
'@digigov/react-core/Confirmation': lazyImport(_digigov_react_core_Confirmation),
|
|
332
|
-
'@digigov/react-core/ConfirmationBody': lazyImport(_digigov_react_core_ConfirmationBody),
|
|
333
|
-
'@digigov/react-core/ConfirmationTitle': lazyImport(_digigov_react_core_ConfirmationTitle),
|
|
334
328
|
'@digigov/react-core/Container': lazyImport(_digigov_react_core_Container),
|
|
335
329
|
'@digigov/react-core/CopyrightContainer': lazyImport(_digigov_react_core_CopyrightContainer),
|
|
336
330
|
'@digigov/react-core/CopyToClipboardContainer': lazyImport(_digigov_react_core_CopyToClipboardContainer),
|
|
@@ -387,7 +381,6 @@ export default {
|
|
|
387
381
|
'@digigov/react-core/HeaderNavMenuContent': lazyImport(_digigov_react_core_HeaderNavMenuContent),
|
|
388
382
|
'@digigov/react-core/HeaderSecondaryLogo': lazyImport(_digigov_react_core_HeaderSecondaryLogo),
|
|
389
383
|
'@digigov/react-core/HeaderSection': lazyImport(_digigov_react_core_HeaderSection),
|
|
390
|
-
'@digigov/react-core/HeaderSubtitle': lazyImport(_digigov_react_core_HeaderSubtitle),
|
|
391
384
|
'@digigov/react-core/HeaderTitle': lazyImport(_digigov_react_core_HeaderTitle),
|
|
392
385
|
'@digigov/react-core/Heading': lazyImport(_digigov_react_core_Heading),
|
|
393
386
|
'@digigov/react-core/HeadingCaption': lazyImport(_digigov_react_core_HeadingCaption),
|
|
@@ -443,14 +436,14 @@ export default {
|
|
|
443
436
|
'@digigov/react-core/NotificationBannerHeader': lazyImport(_digigov_react_core_NotificationBannerHeader),
|
|
444
437
|
'@digigov/react-core/NotificationBannerHeading': lazyImport(_digigov_react_core_NotificationBannerHeading),
|
|
445
438
|
'@digigov/react-core/NotificationBannerLink': lazyImport(_digigov_react_core_NotificationBannerLink),
|
|
446
|
-
'@digigov/react-core/PageTitle': lazyImport(_digigov_react_core_PageTitle),
|
|
447
|
-
'@digigov/react-core/PageTitleCaption': lazyImport(_digigov_react_core_PageTitleCaption),
|
|
448
439
|
'@digigov/react-core/PageTitleHeading': lazyImport(_digigov_react_core_PageTitleHeading),
|
|
449
|
-
'@digigov/react-core/PageTitleSection': lazyImport(_digigov_react_core_PageTitleSection),
|
|
450
440
|
'@digigov/react-core/Pagination': lazyImport(_digigov_react_core_Pagination),
|
|
451
441
|
'@digigov/react-core/PaginationLabelContainer': lazyImport(_digigov_react_core_PaginationLabelContainer),
|
|
452
442
|
'@digigov/react-core/PaginationList': lazyImport(_digigov_react_core_PaginationList),
|
|
453
443
|
'@digigov/react-core/PaginationListItem': lazyImport(_digigov_react_core_PaginationListItem),
|
|
444
|
+
'@digigov/react-core/Panel': lazyImport(_digigov_react_core_Panel),
|
|
445
|
+
'@digigov/react-core/PanelBody': lazyImport(_digigov_react_core_PanelBody),
|
|
446
|
+
'@digigov/react-core/PanelTitle': lazyImport(_digigov_react_core_PanelTitle),
|
|
454
447
|
'@digigov/react-core/Paragraph': lazyImport(_digigov_react_core_Paragraph),
|
|
455
448
|
'@digigov/react-core/PhaseBanner': lazyImport(_digigov_react_core_PhaseBanner),
|
|
456
449
|
'@digigov/react-core/PhaseBannerHeaderContainer': lazyImport(_digigov_react_core_PhaseBannerHeaderContainer),
|
|
@@ -464,6 +457,7 @@ export default {
|
|
|
464
457
|
'@digigov/react-core/ResultsHeadingActions': lazyImport(_digigov_react_core_ResultsHeadingActions),
|
|
465
458
|
'@digigov/react-core/SearchButton': lazyImport(_digigov_react_core_SearchButton),
|
|
466
459
|
'@digigov/react-core/SearchSection': lazyImport(_digigov_react_core_SearchSection),
|
|
460
|
+
'@digigov/react-core/Section': lazyImport(_digigov_react_core_Section),
|
|
467
461
|
'@digigov/react-core/SectionBreak': lazyImport(_digigov_react_core_SectionBreak),
|
|
468
462
|
'@digigov/react-core/SelectContainer': lazyImport(_digigov_react_core_SelectContainer),
|
|
469
463
|
'@digigov/react-core/SelectOption': lazyImport(_digigov_react_core_SelectOption),
|
package/index.d.ts
CHANGED
|
@@ -23,10 +23,10 @@ export * from '@digigov/react-core/TableSortIconContainer';
|
|
|
23
23
|
export * from '@digigov/react-core/Checkbox';
|
|
24
24
|
export * from '@digigov/react-core/CheckboxConditional';
|
|
25
25
|
export * from '@digigov/react-core/CheckboxItem';
|
|
26
|
-
export * from '@digigov/react-core/
|
|
27
|
-
export * from '@digigov/react-core/
|
|
28
|
-
export * from '@digigov/react-core/
|
|
29
|
-
export * from '@digigov/react-core/
|
|
26
|
+
export * from '@digigov/react-core/ChoiceDividerText';
|
|
27
|
+
export * from '@digigov/react-core/Panel';
|
|
28
|
+
export * from '@digigov/react-core/PanelBody';
|
|
29
|
+
export * from '@digigov/react-core/PanelBody';
|
|
30
30
|
export * from '@digigov/react-core/Container';
|
|
31
31
|
export * from '@digigov/react-core/CopyrightContainer';
|
|
32
32
|
export * from '@digigov/react-core/DateInputContainer';
|
|
@@ -62,7 +62,6 @@ export * from '@digigov/react-core/HeaderContent';
|
|
|
62
62
|
export * from '@digigov/react-core/HeaderLogo';
|
|
63
63
|
export * from '@digigov/react-core/HeaderSecondaryLogo';
|
|
64
64
|
export * from '@digigov/react-core/HeaderSection';
|
|
65
|
-
export * from '@digigov/react-core/HeaderSubtitle';
|
|
66
65
|
export * from '@digigov/react-core/HeaderTitle';
|
|
67
66
|
export * from '@digigov/react-core/Heading';
|
|
68
67
|
export * from '@digigov/react-core/HeadingCaption';
|
|
@@ -97,10 +96,8 @@ export * from '@digigov/react-core/NotificationBannerContent';
|
|
|
97
96
|
export * from '@digigov/react-core/NotificationBannerHeader';
|
|
98
97
|
export * from '@digigov/react-core/NotificationBannerHeading';
|
|
99
98
|
export * from '@digigov/react-core/NotificationBannerLink';
|
|
100
|
-
export * from '@digigov/react-core/
|
|
101
|
-
export * from '@digigov/react-core/PageTitleCaption';
|
|
99
|
+
export * from '@digigov/react-core/Section';
|
|
102
100
|
export * from '@digigov/react-core/PageTitleHeading';
|
|
103
|
-
export * from '@digigov/react-core/PageTitleSection';
|
|
104
101
|
export * from '@digigov/react-core/Paragraph';
|
|
105
102
|
export * from '@digigov/react-core/PhaseBannerHeaderContainer';
|
|
106
103
|
export * from '@digigov/react-core/PhaseBanner';
|
package/index.js
CHANGED
|
@@ -329,54 +329,41 @@ Object.keys(_CheckboxItem).forEach(function (key) {
|
|
|
329
329
|
});
|
|
330
330
|
});
|
|
331
331
|
|
|
332
|
-
var
|
|
332
|
+
var _ChoiceDividerText = require("@digigov/react-core/ChoiceDividerText");
|
|
333
333
|
|
|
334
|
-
Object.keys(
|
|
334
|
+
Object.keys(_ChoiceDividerText).forEach(function (key) {
|
|
335
335
|
if (key === "default" || key === "__esModule") return;
|
|
336
|
-
if (key in exports && exports[key] ===
|
|
336
|
+
if (key in exports && exports[key] === _ChoiceDividerText[key]) return;
|
|
337
337
|
Object.defineProperty(exports, key, {
|
|
338
338
|
enumerable: true,
|
|
339
339
|
get: function get() {
|
|
340
|
-
return
|
|
340
|
+
return _ChoiceDividerText[key];
|
|
341
341
|
}
|
|
342
342
|
});
|
|
343
343
|
});
|
|
344
344
|
|
|
345
|
-
var
|
|
345
|
+
var _Panel = require("@digigov/react-core/Panel");
|
|
346
346
|
|
|
347
|
-
Object.keys(
|
|
347
|
+
Object.keys(_Panel).forEach(function (key) {
|
|
348
348
|
if (key === "default" || key === "__esModule") return;
|
|
349
|
-
if (key in exports && exports[key] ===
|
|
349
|
+
if (key in exports && exports[key] === _Panel[key]) return;
|
|
350
350
|
Object.defineProperty(exports, key, {
|
|
351
351
|
enumerable: true,
|
|
352
352
|
get: function get() {
|
|
353
|
-
return
|
|
353
|
+
return _Panel[key];
|
|
354
354
|
}
|
|
355
355
|
});
|
|
356
356
|
});
|
|
357
357
|
|
|
358
|
-
var
|
|
358
|
+
var _PanelBody = require("@digigov/react-core/PanelBody");
|
|
359
359
|
|
|
360
|
-
Object.keys(
|
|
360
|
+
Object.keys(_PanelBody).forEach(function (key) {
|
|
361
361
|
if (key === "default" || key === "__esModule") return;
|
|
362
|
-
if (key in exports && exports[key] ===
|
|
362
|
+
if (key in exports && exports[key] === _PanelBody[key]) return;
|
|
363
363
|
Object.defineProperty(exports, key, {
|
|
364
364
|
enumerable: true,
|
|
365
365
|
get: function get() {
|
|
366
|
-
return
|
|
367
|
-
}
|
|
368
|
-
});
|
|
369
|
-
});
|
|
370
|
-
|
|
371
|
-
var _ConfirmationTitle = require("@digigov/react-core/ConfirmationTitle");
|
|
372
|
-
|
|
373
|
-
Object.keys(_ConfirmationTitle).forEach(function (key) {
|
|
374
|
-
if (key === "default" || key === "__esModule") return;
|
|
375
|
-
if (key in exports && exports[key] === _ConfirmationTitle[key]) return;
|
|
376
|
-
Object.defineProperty(exports, key, {
|
|
377
|
-
enumerable: true,
|
|
378
|
-
get: function get() {
|
|
379
|
-
return _ConfirmationTitle[key];
|
|
366
|
+
return _PanelBody[key];
|
|
380
367
|
}
|
|
381
368
|
});
|
|
382
369
|
});
|
|
@@ -836,19 +823,6 @@ Object.keys(_HeaderSection).forEach(function (key) {
|
|
|
836
823
|
});
|
|
837
824
|
});
|
|
838
825
|
|
|
839
|
-
var _HeaderSubtitle = require("@digigov/react-core/HeaderSubtitle");
|
|
840
|
-
|
|
841
|
-
Object.keys(_HeaderSubtitle).forEach(function (key) {
|
|
842
|
-
if (key === "default" || key === "__esModule") return;
|
|
843
|
-
if (key in exports && exports[key] === _HeaderSubtitle[key]) return;
|
|
844
|
-
Object.defineProperty(exports, key, {
|
|
845
|
-
enumerable: true,
|
|
846
|
-
get: function get() {
|
|
847
|
-
return _HeaderSubtitle[key];
|
|
848
|
-
}
|
|
849
|
-
});
|
|
850
|
-
});
|
|
851
|
-
|
|
852
826
|
var _HeaderTitle = require("@digigov/react-core/HeaderTitle");
|
|
853
827
|
|
|
854
828
|
Object.keys(_HeaderTitle).forEach(function (key) {
|
|
@@ -1291,28 +1265,15 @@ Object.keys(_NotificationBannerLink).forEach(function (key) {
|
|
|
1291
1265
|
});
|
|
1292
1266
|
});
|
|
1293
1267
|
|
|
1294
|
-
var
|
|
1268
|
+
var _Section = require("@digigov/react-core/Section");
|
|
1295
1269
|
|
|
1296
|
-
Object.keys(
|
|
1270
|
+
Object.keys(_Section).forEach(function (key) {
|
|
1297
1271
|
if (key === "default" || key === "__esModule") return;
|
|
1298
|
-
if (key in exports && exports[key] ===
|
|
1272
|
+
if (key in exports && exports[key] === _Section[key]) return;
|
|
1299
1273
|
Object.defineProperty(exports, key, {
|
|
1300
1274
|
enumerable: true,
|
|
1301
1275
|
get: function get() {
|
|
1302
|
-
return
|
|
1303
|
-
}
|
|
1304
|
-
});
|
|
1305
|
-
});
|
|
1306
|
-
|
|
1307
|
-
var _PageTitleCaption = require("@digigov/react-core/PageTitleCaption");
|
|
1308
|
-
|
|
1309
|
-
Object.keys(_PageTitleCaption).forEach(function (key) {
|
|
1310
|
-
if (key === "default" || key === "__esModule") return;
|
|
1311
|
-
if (key in exports && exports[key] === _PageTitleCaption[key]) return;
|
|
1312
|
-
Object.defineProperty(exports, key, {
|
|
1313
|
-
enumerable: true,
|
|
1314
|
-
get: function get() {
|
|
1315
|
-
return _PageTitleCaption[key];
|
|
1276
|
+
return _Section[key];
|
|
1316
1277
|
}
|
|
1317
1278
|
});
|
|
1318
1279
|
});
|
|
@@ -1330,19 +1291,6 @@ Object.keys(_PageTitleHeading).forEach(function (key) {
|
|
|
1330
1291
|
});
|
|
1331
1292
|
});
|
|
1332
1293
|
|
|
1333
|
-
var _PageTitleSection = require("@digigov/react-core/PageTitleSection");
|
|
1334
|
-
|
|
1335
|
-
Object.keys(_PageTitleSection).forEach(function (key) {
|
|
1336
|
-
if (key === "default" || key === "__esModule") return;
|
|
1337
|
-
if (key in exports && exports[key] === _PageTitleSection[key]) return;
|
|
1338
|
-
Object.defineProperty(exports, key, {
|
|
1339
|
-
enumerable: true,
|
|
1340
|
-
get: function get() {
|
|
1341
|
-
return _PageTitleSection[key];
|
|
1342
|
-
}
|
|
1343
|
-
});
|
|
1344
|
-
});
|
|
1345
|
-
|
|
1346
1294
|
var _Paragraph = require("@digigov/react-core/Paragraph");
|
|
1347
1295
|
|
|
1348
1296
|
Object.keys(_Paragraph).forEach(function (key) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/react-core",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-6b93ebf2",
|
|
4
4
|
"description": "@digigov react core components",
|
|
5
5
|
"author": "GRNET Developers <devs@lists.grnet.gr>",
|
|
6
6
|
"license": "BSD-2-Clause",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"directory": "dist"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@digigov/css": "1.0.0-
|
|
15
|
-
"@digigov/react-icons": "1.0.0-
|
|
14
|
+
"@digigov/css": "1.0.0-6b93ebf2",
|
|
15
|
+
"@digigov/react-icons": "1.0.0-6b93ebf2",
|
|
16
16
|
"clsx": "1.1.1",
|
|
17
17
|
"react": "^16.8.0 || ^17.0.0",
|
|
18
18
|
"react-dom": "^16.8.0 || ^17.0.0"
|
package/registry.d.ts
CHANGED
|
@@ -58,11 +58,8 @@ declare var _default: {
|
|
|
58
58
|
'@digigov/react-core/ChipKeyValue': {};
|
|
59
59
|
'@digigov/react-core/ChipSection': {};
|
|
60
60
|
'@digigov/react-core/ChipSectionWrapper': {};
|
|
61
|
-
'@digigov/react-core/
|
|
61
|
+
'@digigov/react-core/ChoiceDividerText': {};
|
|
62
62
|
'@digigov/react-core/CircularProgress': {};
|
|
63
|
-
'@digigov/react-core/Confirmation': {};
|
|
64
|
-
'@digigov/react-core/ConfirmationBody': {};
|
|
65
|
-
'@digigov/react-core/ConfirmationTitle': {};
|
|
66
63
|
'@digigov/react-core/Container': {};
|
|
67
64
|
'@digigov/react-core/CopyrightContainer': {};
|
|
68
65
|
'@digigov/react-core/CopyToClipboardContainer': {};
|
|
@@ -119,7 +116,6 @@ declare var _default: {
|
|
|
119
116
|
'@digigov/react-core/HeaderNavMenuContent': {};
|
|
120
117
|
'@digigov/react-core/HeaderSecondaryLogo': {};
|
|
121
118
|
'@digigov/react-core/HeaderSection': {};
|
|
122
|
-
'@digigov/react-core/HeaderSubtitle': {};
|
|
123
119
|
'@digigov/react-core/HeaderTitle': {};
|
|
124
120
|
'@digigov/react-core/Heading': {};
|
|
125
121
|
'@digigov/react-core/HeadingCaption': {};
|
|
@@ -175,14 +171,14 @@ declare var _default: {
|
|
|
175
171
|
'@digigov/react-core/NotificationBannerHeader': {};
|
|
176
172
|
'@digigov/react-core/NotificationBannerHeading': {};
|
|
177
173
|
'@digigov/react-core/NotificationBannerLink': {};
|
|
178
|
-
'@digigov/react-core/PageTitle': {};
|
|
179
|
-
'@digigov/react-core/PageTitleCaption': {};
|
|
180
174
|
'@digigov/react-core/PageTitleHeading': {};
|
|
181
|
-
'@digigov/react-core/PageTitleSection': {};
|
|
182
175
|
'@digigov/react-core/Pagination': {};
|
|
183
176
|
'@digigov/react-core/PaginationLabelContainer': {};
|
|
184
177
|
'@digigov/react-core/PaginationList': {};
|
|
185
178
|
'@digigov/react-core/PaginationListItem': {};
|
|
179
|
+
'@digigov/react-core/Panel': {};
|
|
180
|
+
'@digigov/react-core/PanelBody': {};
|
|
181
|
+
'@digigov/react-core/PanelTitle': {};
|
|
186
182
|
'@digigov/react-core/Paragraph': {};
|
|
187
183
|
'@digigov/react-core/PhaseBanner': {};
|
|
188
184
|
'@digigov/react-core/PhaseBannerHeaderContainer': {};
|
|
@@ -196,6 +192,7 @@ declare var _default: {
|
|
|
196
192
|
'@digigov/react-core/ResultsHeadingActions': {};
|
|
197
193
|
'@digigov/react-core/SearchButton': {};
|
|
198
194
|
'@digigov/react-core/SearchSection': {};
|
|
195
|
+
'@digigov/react-core/Section': {};
|
|
199
196
|
'@digigov/react-core/SectionBreak': {};
|
|
200
197
|
'@digigov/react-core/SelectContainer': {};
|
|
201
198
|
'@digigov/react-core/SelectOption': {};
|
package/registry.js
CHANGED
|
@@ -125,16 +125,10 @@ var _digigov_react_core_ChipSection = _interopRequireWildcard(require("@digigov/
|
|
|
125
125
|
|
|
126
126
|
var _digigov_react_core_ChipSectionWrapper = _interopRequireWildcard(require("@digigov/react-core/ChipSectionWrapper"));
|
|
127
127
|
|
|
128
|
-
var
|
|
128
|
+
var _digigov_react_core_ChoiceDividerText = _interopRequireWildcard(require("@digigov/react-core/ChoiceDividerText"));
|
|
129
129
|
|
|
130
130
|
var _digigov_react_core_CircularProgress = _interopRequireWildcard(require("@digigov/react-core/CircularProgress"));
|
|
131
131
|
|
|
132
|
-
var _digigov_react_core_Confirmation = _interopRequireWildcard(require("@digigov/react-core/Confirmation"));
|
|
133
|
-
|
|
134
|
-
var _digigov_react_core_ConfirmationBody = _interopRequireWildcard(require("@digigov/react-core/ConfirmationBody"));
|
|
135
|
-
|
|
136
|
-
var _digigov_react_core_ConfirmationTitle = _interopRequireWildcard(require("@digigov/react-core/ConfirmationTitle"));
|
|
137
|
-
|
|
138
132
|
var _digigov_react_core_Container = _interopRequireWildcard(require("@digigov/react-core/Container"));
|
|
139
133
|
|
|
140
134
|
var _digigov_react_core_CopyrightContainer = _interopRequireWildcard(require("@digigov/react-core/CopyrightContainer"));
|
|
@@ -247,8 +241,6 @@ var _digigov_react_core_HeaderSecondaryLogo = _interopRequireWildcard(require("@
|
|
|
247
241
|
|
|
248
242
|
var _digigov_react_core_HeaderSection = _interopRequireWildcard(require("@digigov/react-core/HeaderSection"));
|
|
249
243
|
|
|
250
|
-
var _digigov_react_core_HeaderSubtitle = _interopRequireWildcard(require("@digigov/react-core/HeaderSubtitle"));
|
|
251
|
-
|
|
252
244
|
var _digigov_react_core_HeaderTitle = _interopRequireWildcard(require("@digigov/react-core/HeaderTitle"));
|
|
253
245
|
|
|
254
246
|
var _digigov_react_core_Heading = _interopRequireWildcard(require("@digigov/react-core/Heading"));
|
|
@@ -359,14 +351,8 @@ var _digigov_react_core_NotificationBannerHeading = _interopRequireWildcard(requ
|
|
|
359
351
|
|
|
360
352
|
var _digigov_react_core_NotificationBannerLink = _interopRequireWildcard(require("@digigov/react-core/NotificationBannerLink"));
|
|
361
353
|
|
|
362
|
-
var _digigov_react_core_PageTitle = _interopRequireWildcard(require("@digigov/react-core/PageTitle"));
|
|
363
|
-
|
|
364
|
-
var _digigov_react_core_PageTitleCaption = _interopRequireWildcard(require("@digigov/react-core/PageTitleCaption"));
|
|
365
|
-
|
|
366
354
|
var _digigov_react_core_PageTitleHeading = _interopRequireWildcard(require("@digigov/react-core/PageTitleHeading"));
|
|
367
355
|
|
|
368
|
-
var _digigov_react_core_PageTitleSection = _interopRequireWildcard(require("@digigov/react-core/PageTitleSection"));
|
|
369
|
-
|
|
370
356
|
var _digigov_react_core_Pagination = _interopRequireWildcard(require("@digigov/react-core/Pagination"));
|
|
371
357
|
|
|
372
358
|
var _digigov_react_core_PaginationLabelContainer = _interopRequireWildcard(require("@digigov/react-core/PaginationLabelContainer"));
|
|
@@ -375,6 +361,12 @@ var _digigov_react_core_PaginationList = _interopRequireWildcard(require("@digig
|
|
|
375
361
|
|
|
376
362
|
var _digigov_react_core_PaginationListItem = _interopRequireWildcard(require("@digigov/react-core/PaginationListItem"));
|
|
377
363
|
|
|
364
|
+
var _digigov_react_core_Panel = _interopRequireWildcard(require("@digigov/react-core/Panel"));
|
|
365
|
+
|
|
366
|
+
var _digigov_react_core_PanelBody = _interopRequireWildcard(require("@digigov/react-core/PanelBody"));
|
|
367
|
+
|
|
368
|
+
var _digigov_react_core_PanelTitle = _interopRequireWildcard(require("@digigov/react-core/PanelTitle"));
|
|
369
|
+
|
|
378
370
|
var _digigov_react_core_Paragraph = _interopRequireWildcard(require("@digigov/react-core/Paragraph"));
|
|
379
371
|
|
|
380
372
|
var _digigov_react_core_PhaseBanner = _interopRequireWildcard(require("@digigov/react-core/PhaseBanner"));
|
|
@@ -401,6 +393,8 @@ var _digigov_react_core_SearchButton = _interopRequireWildcard(require("@digigov
|
|
|
401
393
|
|
|
402
394
|
var _digigov_react_core_SearchSection = _interopRequireWildcard(require("@digigov/react-core/SearchSection"));
|
|
403
395
|
|
|
396
|
+
var _digigov_react_core_Section = _interopRequireWildcard(require("@digigov/react-core/Section"));
|
|
397
|
+
|
|
404
398
|
var _digigov_react_core_SectionBreak = _interopRequireWildcard(require("@digigov/react-core/SectionBreak"));
|
|
405
399
|
|
|
406
400
|
var _digigov_react_core_SelectContainer = _interopRequireWildcard(require("@digigov/react-core/SelectContainer"));
|
|
@@ -590,11 +584,8 @@ var _default = {
|
|
|
590
584
|
'@digigov/react-core/ChipKeyValue': lazyImport(_digigov_react_core_ChipKeyValue),
|
|
591
585
|
'@digigov/react-core/ChipSection': lazyImport(_digigov_react_core_ChipSection),
|
|
592
586
|
'@digigov/react-core/ChipSectionWrapper': lazyImport(_digigov_react_core_ChipSectionWrapper),
|
|
593
|
-
'@digigov/react-core/
|
|
587
|
+
'@digigov/react-core/ChoiceDividerText': lazyImport(_digigov_react_core_ChoiceDividerText),
|
|
594
588
|
'@digigov/react-core/CircularProgress': lazyImport(_digigov_react_core_CircularProgress),
|
|
595
|
-
'@digigov/react-core/Confirmation': lazyImport(_digigov_react_core_Confirmation),
|
|
596
|
-
'@digigov/react-core/ConfirmationBody': lazyImport(_digigov_react_core_ConfirmationBody),
|
|
597
|
-
'@digigov/react-core/ConfirmationTitle': lazyImport(_digigov_react_core_ConfirmationTitle),
|
|
598
589
|
'@digigov/react-core/Container': lazyImport(_digigov_react_core_Container),
|
|
599
590
|
'@digigov/react-core/CopyrightContainer': lazyImport(_digigov_react_core_CopyrightContainer),
|
|
600
591
|
'@digigov/react-core/CopyToClipboardContainer': lazyImport(_digigov_react_core_CopyToClipboardContainer),
|
|
@@ -651,7 +642,6 @@ var _default = {
|
|
|
651
642
|
'@digigov/react-core/HeaderNavMenuContent': lazyImport(_digigov_react_core_HeaderNavMenuContent),
|
|
652
643
|
'@digigov/react-core/HeaderSecondaryLogo': lazyImport(_digigov_react_core_HeaderSecondaryLogo),
|
|
653
644
|
'@digigov/react-core/HeaderSection': lazyImport(_digigov_react_core_HeaderSection),
|
|
654
|
-
'@digigov/react-core/HeaderSubtitle': lazyImport(_digigov_react_core_HeaderSubtitle),
|
|
655
645
|
'@digigov/react-core/HeaderTitle': lazyImport(_digigov_react_core_HeaderTitle),
|
|
656
646
|
'@digigov/react-core/Heading': lazyImport(_digigov_react_core_Heading),
|
|
657
647
|
'@digigov/react-core/HeadingCaption': lazyImport(_digigov_react_core_HeadingCaption),
|
|
@@ -707,14 +697,14 @@ var _default = {
|
|
|
707
697
|
'@digigov/react-core/NotificationBannerHeader': lazyImport(_digigov_react_core_NotificationBannerHeader),
|
|
708
698
|
'@digigov/react-core/NotificationBannerHeading': lazyImport(_digigov_react_core_NotificationBannerHeading),
|
|
709
699
|
'@digigov/react-core/NotificationBannerLink': lazyImport(_digigov_react_core_NotificationBannerLink),
|
|
710
|
-
'@digigov/react-core/PageTitle': lazyImport(_digigov_react_core_PageTitle),
|
|
711
|
-
'@digigov/react-core/PageTitleCaption': lazyImport(_digigov_react_core_PageTitleCaption),
|
|
712
700
|
'@digigov/react-core/PageTitleHeading': lazyImport(_digigov_react_core_PageTitleHeading),
|
|
713
|
-
'@digigov/react-core/PageTitleSection': lazyImport(_digigov_react_core_PageTitleSection),
|
|
714
701
|
'@digigov/react-core/Pagination': lazyImport(_digigov_react_core_Pagination),
|
|
715
702
|
'@digigov/react-core/PaginationLabelContainer': lazyImport(_digigov_react_core_PaginationLabelContainer),
|
|
716
703
|
'@digigov/react-core/PaginationList': lazyImport(_digigov_react_core_PaginationList),
|
|
717
704
|
'@digigov/react-core/PaginationListItem': lazyImport(_digigov_react_core_PaginationListItem),
|
|
705
|
+
'@digigov/react-core/Panel': lazyImport(_digigov_react_core_Panel),
|
|
706
|
+
'@digigov/react-core/PanelBody': lazyImport(_digigov_react_core_PanelBody),
|
|
707
|
+
'@digigov/react-core/PanelTitle': lazyImport(_digigov_react_core_PanelTitle),
|
|
718
708
|
'@digigov/react-core/Paragraph': lazyImport(_digigov_react_core_Paragraph),
|
|
719
709
|
'@digigov/react-core/PhaseBanner': lazyImport(_digigov_react_core_PhaseBanner),
|
|
720
710
|
'@digigov/react-core/PhaseBannerHeaderContainer': lazyImport(_digigov_react_core_PhaseBannerHeaderContainer),
|
|
@@ -728,6 +718,7 @@ var _default = {
|
|
|
728
718
|
'@digigov/react-core/ResultsHeadingActions': lazyImport(_digigov_react_core_ResultsHeadingActions),
|
|
729
719
|
'@digigov/react-core/SearchButton': lazyImport(_digigov_react_core_SearchButton),
|
|
730
720
|
'@digigov/react-core/SearchSection': lazyImport(_digigov_react_core_SearchSection),
|
|
721
|
+
'@digigov/react-core/Section': lazyImport(_digigov_react_core_Section),
|
|
731
722
|
'@digigov/react-core/SectionBreak': lazyImport(_digigov_react_core_SectionBreak),
|
|
732
723
|
'@digigov/react-core/SelectContainer': lazyImport(_digigov_react_core_SelectContainer),
|
|
733
724
|
'@digigov/react-core/SelectOption': lazyImport(_digigov_react_core_SelectOption),
|
|
@@ -3,7 +3,12 @@ import clsx from 'clsx';
|
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
|
|
5
5
|
export interface AccessibilityMenuProps extends BaseProps<'div'> {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* @value 'left'
|
|
8
|
+
* @value 'right'
|
|
9
|
+
* @default 'right'
|
|
10
|
+
*/
|
|
11
|
+
position?: 'left' | 'right'
|
|
7
12
|
}
|
|
8
13
|
/**
|
|
9
14
|
*
|
|
@@ -2,12 +2,11 @@ import React from 'react';
|
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
|
|
5
|
-
export interface AccessibilityMenuHeaderProps extends BaseProps<'div'> {}
|
|
5
|
+
export interface AccessibilityMenuHeaderProps extends BaseProps<'div'> { }
|
|
6
6
|
/**
|
|
7
7
|
* Use AccessibilityMenuHeader component inside AccessibilityMenuContent
|
|
8
8
|
* for accessibility menu header.
|
|
9
9
|
*/
|
|
10
|
-
|
|
11
10
|
export const AccessibilityMenuHeader = React.forwardRef<
|
|
12
11
|
HTMLDivElement,
|
|
13
12
|
AccessibilityMenuHeaderProps
|
|
@@ -4,7 +4,12 @@ import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
|
4
4
|
|
|
5
5
|
export interface AccessibilityMenuOptionButtonProps
|
|
6
6
|
extends BaseProps<'button'> {
|
|
7
|
-
|
|
7
|
+
/**
|
|
8
|
+
* @value true
|
|
9
|
+
* @value false
|
|
10
|
+
* @default false
|
|
11
|
+
*/
|
|
12
|
+
selected?: boolean
|
|
8
13
|
}
|
|
9
14
|
/**
|
|
10
15
|
*
|
|
@@ -3,9 +3,19 @@ import clsx from 'clsx';
|
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
|
|
5
5
|
export interface AccessibilityMenuStepsProps extends BaseProps<'div'> {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
/**
|
|
7
|
+
* @value 0
|
|
8
|
+
* @value 1
|
|
9
|
+
* @value 2
|
|
10
|
+
* @value 3
|
|
11
|
+
* @value 4
|
|
12
|
+
* @default 0
|
|
13
|
+
*/
|
|
14
|
+
steps?: 0 | 1 | 2 | 3 | 4
|
|
15
|
+
/**
|
|
16
|
+
* @default 0
|
|
17
|
+
*/
|
|
18
|
+
activeStep?: number
|
|
9
19
|
}
|
|
10
20
|
/**
|
|
11
21
|
*
|
|
@@ -3,9 +3,12 @@ import clsx from 'clsx';
|
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
export interface AccordionSectionProps extends BaseProps<'details'> {
|
|
5
5
|
/*
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
* border is optional. The default value is true.
|
|
7
|
+
* In order to remove top and bottom border, change this value to false.
|
|
8
|
+
* @value true
|
|
9
|
+
* @value false
|
|
10
|
+
* @default true
|
|
11
|
+
*/
|
|
9
12
|
border?: boolean;
|
|
10
13
|
}
|
|
11
14
|
/**
|
|
@@ -3,7 +3,11 @@ import clsx from 'clsx';
|
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
|
|
5
5
|
export interface AdminLayoutProps extends BaseProps<'div'> {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* @value true
|
|
8
|
+
* @value false
|
|
9
|
+
*/
|
|
10
|
+
fullHeight?: boolean
|
|
7
11
|
}
|
|
8
12
|
/**
|
|
9
13
|
* AdminLayout is the wrapper component for the entire page except for the header and the footer.
|
|
@@ -3,14 +3,19 @@ import clsx from 'clsx';
|
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
export interface AutoCompleteInputProps extends BaseProps<'input'> {
|
|
5
5
|
/**
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
* isFocused is optional. The default value is false.
|
|
7
|
+
* isFocused prop is used to focus the list element.
|
|
8
|
+
* @value true
|
|
9
|
+
* @value false
|
|
10
|
+
*/
|
|
9
11
|
isFocused?: boolean;
|
|
10
12
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
* showAllValues is optional. The default value is false.
|
|
14
|
+
* showAllValues prop is used to change the css input.
|
|
15
|
+
* @value true
|
|
16
|
+
* @value false
|
|
17
|
+
* @default false
|
|
18
|
+
*/
|
|
14
19
|
showAllValues?: boolean;
|
|
15
20
|
}
|
|
16
21
|
/**
|
|
@@ -4,18 +4,23 @@ import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
|
4
4
|
|
|
5
5
|
export interface AutoCompleteResultListProps extends BaseProps<'ul'> {
|
|
6
6
|
/**
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
* isVisible is optional.
|
|
8
|
+
* Use isVisible prop to make menu visible
|
|
9
|
+
* default value is false.
|
|
10
|
+
*
|
|
11
|
+
* @value true
|
|
12
|
+
* @value false
|
|
13
|
+
* @default false
|
|
14
|
+
*/
|
|
12
15
|
isVisible?: boolean;
|
|
13
16
|
/**
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
* displayMenu is optional.
|
|
18
|
+
* Use displayMenu to choose the display of the manue
|
|
19
|
+
* default value is inline.
|
|
20
|
+
*
|
|
21
|
+
* @value 'inline'
|
|
22
|
+
* @value 'overlay'
|
|
23
|
+
*/
|
|
19
24
|
displayMenu?: 'inline' | 'overlay';
|
|
20
25
|
}
|
|
21
26
|
/**
|