@digigov/ui 1.0.0-88820b1e → 1.0.0-8bbf3ef2
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/app/BannerContainer/BannerContainer.stories.d.ts +10 -0
- package/app/BannerContainer/BannerContainer.stories.js +35 -0
- package/app/BannerContainer/__stories__/CookiesBanner.d.ts +2 -0
- package/app/BannerContainer/__stories__/CookiesBanner.js +42 -0
- package/app/Footer/Footer.stories.playwright.json +2 -2
- package/app/Footer/__stories__/FooterAllInclusive.js +33 -23
- package/app/Footer/__stories__/FooterWithLink.js +16 -12
- package/app/Footer/__stories__/FooterWithLogo.js +17 -15
- package/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -14
- package/app/Header/Header.stories.playwright.json +1 -1
- package/app/Header/__stories__/WithHeaderNavigation.js +13 -24
- package/app/Header/__stories__/WithNavigation.js +37 -38
- package/app/Masthead/Masthead.stories.d.ts +2 -0
- package/app/Masthead/Masthead.stories.js +28 -0
- package/app/Masthead/Masthead.stories.playwright.json +1 -1
- package/app/Masthead/__stories__/WithElements.d.ts +2 -0
- package/app/Masthead/__stories__/WithElements.js +41 -0
- package/app/Masthead/__stories__/WithLogo.d.ts +2 -0
- package/app/Masthead/__stories__/WithLogo.js +37 -0
- package/app/Modal/Modal.stories.d.ts +1 -0
- package/app/Modal/Modal.stories.js +14 -0
- package/app/Modal/Modal.stories.playwright.json +21 -0
- package/app/Modal/__stories__/Dense.d.ts +2 -0
- package/app/Modal/__stories__/Dense.js +67 -0
- package/app/Modal/index.d.ts +2 -2
- package/app/ThemeOptions/index.js +2 -2
- package/content/Blockquote/Blockquote.stories.d.ts +1 -0
- package/content/Blockquote/Blockquote.stories.js +14 -0
- package/content/Blockquote/__stories__/Dense.d.ts +2 -0
- package/content/Blockquote/__stories__/Dense.js +24 -0
- package/content/Card/Card.stories.d.ts +2 -0
- package/content/Card/Card.stories.js +28 -0
- package/content/Card/__stories__/Default.js +1 -1
- package/content/Card/__stories__/Dense.d.ts +2 -0
- package/content/Card/__stories__/Dense.js +28 -0
- package/content/Card/__stories__/WithLink.d.ts +2 -0
- package/content/Card/__stories__/WithLink.js +24 -0
- package/content/Details/index.mdx +5 -0
- package/content/StepNav/StepNav.stories.d.ts +1 -0
- package/content/StepNav/StepNav.stories.js +14 -0
- package/content/StepNav/__stories__/Dense.d.ts +2 -0
- package/content/StepNav/__stories__/Dense.js +204 -0
- package/content/SummaryList/SummaryList.stories.d.ts +1 -0
- package/content/SummaryList/SummaryList.stories.js +14 -0
- package/content/SummaryList/__stories__/Default.js +7 -3
- package/content/SummaryList/__stories__/WithActions.js +13 -7
- package/content/SummaryList/__stories__/WithoutActions.d.ts +2 -0
- package/content/SummaryList/__stories__/WithoutActions.js +22 -0
- package/content/SummaryList/__stories__/WithoutBorders.js +12 -2
- package/content/Table/__stories__/RowColors.js +5 -5
- package/content/Table/__stories__/WithFloatingScroll.js +10 -4
- package/content/Table/index.js +7 -5
- package/content/Table/index.mdx +1 -1
- package/content/TaskList/TaskList.stories.d.ts +1 -0
- package/content/TaskList/TaskList.stories.js +14 -0
- package/content/TaskList/__stories__/Dense.d.ts +2 -0
- package/content/TaskList/__stories__/Dense.js +93 -0
- package/content/Timeline/Timeline.stories.d.ts +1 -0
- package/content/Timeline/Timeline.stories.js +14 -0
- package/content/Timeline/__stories__/Default.js +2 -4
- package/content/Timeline/__stories__/Dense.d.ts +2 -0
- package/content/Timeline/__stories__/Dense.js +141 -0
- package/es/app/BannerContainer/BannerContainer.stories.js +10 -0
- package/es/app/BannerContainer/__stories__/CookiesBanner.js +18 -0
- package/es/app/Footer/Footer.stories.playwright.json +2 -2
- package/es/app/Footer/__stories__/FooterAllInclusive.js +33 -23
- package/es/app/Footer/__stories__/FooterWithLink.js +16 -12
- package/es/app/Footer/__stories__/FooterWithLogo.js +17 -15
- package/es/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -14
- package/es/app/Header/Header.stories.playwright.json +1 -1
- package/es/app/Header/__stories__/WithHeaderNavigation.js +14 -17
- package/es/app/Header/__stories__/WithNavigation.js +31 -36
- package/es/app/Masthead/Masthead.stories.js +3 -1
- package/es/app/Masthead/Masthead.stories.playwright.json +1 -1
- package/es/app/Masthead/__stories__/WithElements.js +21 -0
- package/es/app/Masthead/__stories__/WithLogo.js +19 -0
- package/es/app/Modal/Modal.stories.js +2 -1
- package/es/app/Modal/Modal.stories.playwright.json +21 -0
- package/es/app/Modal/__stories__/Dense.js +43 -0
- package/es/app/ThemeOptions/index.js +2 -2
- package/es/content/Blockquote/Blockquote.stories.js +2 -1
- package/es/content/Blockquote/__stories__/Dense.js +11 -0
- package/es/content/Card/Card.stories.js +3 -1
- package/es/content/Card/__stories__/Default.js +1 -1
- package/es/content/Card/__stories__/Dense.js +14 -0
- package/es/content/Card/__stories__/WithLink.js +10 -0
- package/es/content/Details/index.mdx +5 -0
- package/es/content/StepNav/StepNav.stories.js +2 -1
- package/es/content/StepNav/__stories__/Dense.js +180 -0
- package/es/content/SummaryList/SummaryList.stories.js +1 -0
- package/es/content/SummaryList/__stories__/Default.js +7 -3
- package/es/content/SummaryList/__stories__/WithActions.js +5 -5
- package/es/content/SummaryList/__stories__/WithoutActions.js +9 -0
- package/es/content/SummaryList/__stories__/WithoutBorders.js +10 -2
- package/es/content/Table/__stories__/RowColors.js +5 -5
- package/es/content/Table/__stories__/WithFloatingScroll.js +5 -4
- package/es/content/Table/index.js +7 -4
- package/es/content/Table/index.mdx +1 -1
- package/es/content/TaskList/TaskList.stories.js +2 -1
- package/es/content/TaskList/__stories__/Dense.js +76 -0
- package/es/content/Timeline/Timeline.stories.js +2 -1
- package/es/content/Timeline/__stories__/Default.js +2 -4
- package/es/content/Timeline/__stories__/Dense.js +124 -0
- package/es/feedback/CopyToClipboard/CopyToClipboard.stories.js +2 -1
- package/es/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +16 -0
- package/es/feedback/CopyToClipboard/__stories__/Dense.js +20 -0
- package/es/feedback/CopyToClipboard/index.js +3 -1
- package/es/feedback/ErrorSummary/ErrorSummary.stories.js +3 -1
- package/es/feedback/ErrorSummary/__stories__/Dense.js +15 -0
- package/es/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js +2 -1
- package/es/feedback/ErrorSummary/__stories__/LinkedToField.js +3 -3
- package/es/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js +35 -0
- package/es/feedback/NotificationBanner/NotificationBanner.stories.js +2 -1
- package/es/feedback/NotificationBanner/__stories__/Dense.js +13 -0
- package/es/feedback/NotificationBanner/index.js +4 -2
- package/es/feedback/ServiceBadge/index.mdx +9 -5
- package/es/feedback/WarningText/WarningText.stories.js +2 -1
- package/es/feedback/WarningText/__stories__/Dense.js +11 -0
- package/es/form/Button/Button.stories.js +1 -0
- package/es/form/Button/__stories__/CallToActionButton.js +1 -4
- package/es/form/Button/__stories__/Dense.js +12 -0
- package/es/form/Button/__stories__/GroupingButtons.js +0 -3
- package/es/form/Button/__stories__/GroupingButtonsAndLinks.js +0 -3
- package/es/form/Button/__stories__/Primary.js +0 -3
- package/es/form/Button/__stories__/Secondary.js +0 -3
- package/es/form/Button/__stories__/WithVariantLink.js +0 -4
- package/es/form/Button/index.mdx +4 -4
- package/es/form/Checkbox/Checkbox.stories.js +2 -1
- package/es/form/Checkbox/__stories__/Dense.js +26 -0
- package/es/form/Checkbox/__stories__/WithHint.js +1 -1
- package/es/form/Checkbox/index.mdx +5 -0
- package/es/form/DateInputContainer/DateInputContainer.stories.js +2 -1
- package/es/form/DateInputContainer/__stories__/Default.js +1 -1
- package/es/form/DateInputContainer/__stories__/Dense.js +23 -0
- package/es/form/DateInputContainer/__stories__/MultipleQuestions.js +2 -2
- package/es/form/DateInputContainer/__stories__/WithErrorMessage.js +1 -1
- package/es/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js +1 -1
- package/es/form/DateInputContainer/index.mdx +5 -0
- package/es/form/ErrorMessage/ErrorMessage.stories.js +3 -1
- package/es/form/ErrorMessage/__stories__/DateInputError.js +24 -0
- package/es/form/ErrorMessage/__stories__/Default.js +11 -8
- package/es/form/ErrorMessage/__stories__/ErrorMessageOnly.js +12 -0
- package/es/form/FileUpload/__stories__/Default.js +2 -2
- package/es/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
- package/es/form/FileUpload/index.mdx +2 -0
- package/es/form/RadioContainer/RadioContainer.stories.js +3 -1
- package/es/form/RadioContainer/__stories__/Default.js +7 -4
- package/es/form/RadioContainer/__stories__/Dense.js +24 -0
- package/es/form/RadioContainer/__stories__/InlineWithDivider.js +5 -5
- package/es/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
- package/es/form/RadioContainer/__stories__/NoneAnswer.js +6 -2
- package/es/form/RadioContainer/__stories__/WithErrorMessage.js +3 -1
- package/es/form/RadioContainer/__stories__/WithHints.js +1 -1
- package/es/form/RadioContainer/__stories__/WithMediumLegend.js +24 -0
- package/es/form/RadioContainer/index.mdx +5 -0
- package/es/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +2 -1
- package/es/form/SelectContainer/__stories__/Dense.js +23 -0
- package/es/form/SelectContainer/index.mdx +6 -0
- package/es/form/TextArea/TextArea.stories.js +2 -1
- package/es/form/TextArea/__stories__/Dense.js +14 -0
- package/es/form/TextInput/TextInput.stories.js +2 -1
- package/es/form/TextInput/__stories__/Dense.js +14 -0
- package/es/form/TextInput/__stories__/FixedWidths.js +8 -18
- package/es/form/TextInput/__stories__/FluidWidths.js +8 -18
- package/es/govgr/Footer/Copyright.js +3 -3
- package/es/icons/Icon/index.js +2 -2
- package/es/icons/ImageLogo/index.js +3 -0
- package/es/icons/ImageLogoSet/index.js +3 -0
- package/es/layouts/Grid/Grid.stories.js +1 -0
- package/es/layouts/Grid/__stories__/ResponsiveSpacing.js +79 -0
- package/es/navigation/Breadcrumbs/index.mdx +5 -0
- package/es/navigation/Drawer/__stories__/Default.js +25 -66
- package/es/navigation/Dropdown/__stories__/AlignRight.js +9 -8
- package/es/navigation/Dropdown/__stories__/Default.js +9 -8
- package/es/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
- package/es/navigation/Dropdown/index.mdx +0 -2
- package/es/navigation/Link/index.js +1 -1
- package/es/navigation/Link/index.mdx +2 -0
- package/es/navigation/NavList/NavList.stories.js +7 -1
- package/es/navigation/NavList/NavList.stories.playwright.json +26 -6
- package/es/navigation/NavList/NavListAuto/index.js +48 -0
- package/es/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
- package/es/navigation/NavList/__stories__/Default.js +19 -79
- package/es/navigation/NavList/__stories__/HorizontalWithDrawer.js +67 -0
- package/es/navigation/NavList/__stories__/HorizontalWithoutDrawer.js +41 -0
- package/es/navigation/NavList/__stories__/NavLinksOneLevel.json +17 -0
- package/es/navigation/NavList/__stories__/NavLinksWithSubmenu.json +36 -0
- package/es/navigation/NavList/__stories__/NavListWithoutNav.js +19 -0
- package/es/navigation/NavList/__stories__/UsingHeaderButton.js +70 -0
- package/es/navigation/NavList/__stories__/UsingNavListAuto.js +38 -0
- package/es/navigation/NavList/__stories__/Vertical.js +32 -0
- package/es/navigation/NavList/__stories__/VerticalWithoutDrawer.js +44 -0
- package/es/navigation/NavList/hooks/useNavList.js +2 -2
- package/es/navigation/NavList/hooks/useTogglableNav.js +33 -18
- package/es/navigation/NavList/index.js +14 -17
- package/es/navigation/NavList/index.mdx +9 -3
- package/es/navigation/NavList/types.js +1 -6
- package/es/navigation/Pagination/__stories__/Default.js +7 -65
- package/es/navigation/Pagination/index.mdx +1 -2
- package/es/navigation/Tabs/__stories__/Default.js +15 -4
- package/es/navigation/Tabs/index.mdx +6 -0
- package/es/registry.js +14 -42
- package/es/typography/Hint/index.mdx +2 -0
- package/es/typography/NormalText/index.mdx +2 -0
- package/es/typography/Paragraph/index.mdx +1 -0
- package/es/utils/Typography/index.js +3 -0
- package/esm/app/BannerContainer/BannerContainer.stories.js +10 -0
- package/esm/app/BannerContainer/__stories__/CookiesBanner.js +18 -0
- package/esm/app/Footer/Footer.stories.playwright.json +2 -2
- package/esm/app/Footer/__stories__/FooterAllInclusive.js +33 -23
- package/esm/app/Footer/__stories__/FooterWithLink.js +16 -12
- package/esm/app/Footer/__stories__/FooterWithLogo.js +17 -15
- package/esm/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -14
- package/esm/app/Header/Header.stories.playwright.json +1 -1
- package/esm/app/Header/__stories__/WithHeaderNavigation.js +14 -17
- package/esm/app/Header/__stories__/WithNavigation.js +31 -36
- package/esm/app/Masthead/Masthead.stories.js +3 -1
- package/esm/app/Masthead/Masthead.stories.playwright.json +1 -1
- package/esm/app/Masthead/__stories__/WithElements.js +21 -0
- package/esm/app/Masthead/__stories__/WithLogo.js +19 -0
- package/esm/app/Modal/Modal.stories.js +2 -1
- package/esm/app/Modal/Modal.stories.playwright.json +21 -0
- package/esm/app/Modal/__stories__/Dense.js +43 -0
- package/esm/app/ThemeOptions/index.js +2 -2
- package/esm/content/Blockquote/Blockquote.stories.js +2 -1
- package/esm/content/Blockquote/__stories__/Dense.js +11 -0
- package/esm/content/Card/Card.stories.js +3 -1
- package/esm/content/Card/__stories__/Default.js +1 -1
- package/esm/content/Card/__stories__/Dense.js +14 -0
- package/esm/content/Card/__stories__/WithLink.js +10 -0
- package/esm/content/Details/index.mdx +5 -0
- package/esm/content/StepNav/StepNav.stories.js +2 -1
- package/esm/content/StepNav/__stories__/Dense.js +180 -0
- package/esm/content/SummaryList/SummaryList.stories.js +1 -0
- package/esm/content/SummaryList/__stories__/Default.js +7 -3
- package/esm/content/SummaryList/__stories__/WithActions.js +5 -5
- package/esm/content/SummaryList/__stories__/WithoutActions.js +9 -0
- package/esm/content/SummaryList/__stories__/WithoutBorders.js +10 -2
- package/esm/content/Table/__stories__/RowColors.js +5 -5
- package/esm/content/Table/__stories__/WithFloatingScroll.js +5 -4
- package/esm/content/Table/index.js +7 -4
- package/esm/content/Table/index.mdx +1 -1
- package/esm/content/TaskList/TaskList.stories.js +2 -1
- package/esm/content/TaskList/__stories__/Dense.js +76 -0
- package/esm/content/Timeline/Timeline.stories.js +2 -1
- package/esm/content/Timeline/__stories__/Default.js +2 -4
- package/esm/content/Timeline/__stories__/Dense.js +124 -0
- package/esm/feedback/CopyToClipboard/CopyToClipboard.stories.js +2 -1
- package/esm/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +16 -0
- package/esm/feedback/CopyToClipboard/__stories__/Dense.js +20 -0
- package/esm/feedback/CopyToClipboard/index.js +3 -1
- package/esm/feedback/ErrorSummary/ErrorSummary.stories.js +3 -1
- package/esm/feedback/ErrorSummary/__stories__/Dense.js +15 -0
- package/esm/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js +2 -1
- package/esm/feedback/ErrorSummary/__stories__/LinkedToField.js +3 -3
- package/esm/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js +35 -0
- package/esm/feedback/NotificationBanner/NotificationBanner.stories.js +2 -1
- package/esm/feedback/NotificationBanner/__stories__/Dense.js +13 -0
- package/esm/feedback/NotificationBanner/index.js +4 -2
- package/esm/feedback/ServiceBadge/index.mdx +9 -5
- package/esm/feedback/WarningText/WarningText.stories.js +2 -1
- package/esm/feedback/WarningText/__stories__/Dense.js +11 -0
- package/esm/form/Button/Button.stories.js +1 -0
- package/esm/form/Button/__stories__/CallToActionButton.js +1 -4
- package/esm/form/Button/__stories__/Dense.js +12 -0
- package/esm/form/Button/__stories__/GroupingButtons.js +0 -3
- package/esm/form/Button/__stories__/GroupingButtonsAndLinks.js +0 -3
- package/esm/form/Button/__stories__/Primary.js +0 -3
- package/esm/form/Button/__stories__/Secondary.js +0 -3
- package/esm/form/Button/__stories__/WithVariantLink.js +0 -4
- package/esm/form/Button/index.mdx +4 -4
- package/esm/form/Checkbox/Checkbox.stories.js +2 -1
- package/esm/form/Checkbox/__stories__/Dense.js +26 -0
- package/esm/form/Checkbox/__stories__/WithHint.js +1 -1
- package/esm/form/Checkbox/index.mdx +5 -0
- package/esm/form/DateInputContainer/DateInputContainer.stories.js +2 -1
- package/esm/form/DateInputContainer/__stories__/Default.js +1 -1
- package/esm/form/DateInputContainer/__stories__/Dense.js +23 -0
- package/esm/form/DateInputContainer/__stories__/MultipleQuestions.js +2 -2
- package/esm/form/DateInputContainer/__stories__/WithErrorMessage.js +1 -1
- package/esm/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js +1 -1
- package/esm/form/DateInputContainer/index.mdx +5 -0
- package/esm/form/ErrorMessage/ErrorMessage.stories.js +3 -1
- package/esm/form/ErrorMessage/__stories__/DateInputError.js +24 -0
- package/esm/form/ErrorMessage/__stories__/Default.js +11 -8
- package/esm/form/ErrorMessage/__stories__/ErrorMessageOnly.js +12 -0
- package/esm/form/FileUpload/__stories__/Default.js +2 -2
- package/esm/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
- package/esm/form/FileUpload/index.mdx +2 -0
- package/esm/form/RadioContainer/RadioContainer.stories.js +3 -1
- package/esm/form/RadioContainer/__stories__/Default.js +7 -4
- package/esm/form/RadioContainer/__stories__/Dense.js +24 -0
- package/esm/form/RadioContainer/__stories__/InlineWithDivider.js +5 -5
- package/esm/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
- package/esm/form/RadioContainer/__stories__/NoneAnswer.js +6 -2
- package/esm/form/RadioContainer/__stories__/WithErrorMessage.js +3 -1
- package/esm/form/RadioContainer/__stories__/WithHints.js +1 -1
- package/esm/form/RadioContainer/__stories__/WithMediumLegend.js +24 -0
- package/esm/form/RadioContainer/index.mdx +5 -0
- package/esm/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +2 -1
- package/esm/form/SelectContainer/__stories__/Dense.js +23 -0
- package/esm/form/SelectContainer/index.mdx +6 -0
- package/esm/form/TextArea/TextArea.stories.js +2 -1
- package/esm/form/TextArea/__stories__/Dense.js +14 -0
- package/esm/form/TextInput/TextInput.stories.js +2 -1
- package/esm/form/TextInput/__stories__/Dense.js +14 -0
- package/esm/form/TextInput/__stories__/FixedWidths.js +8 -18
- package/esm/form/TextInput/__stories__/FluidWidths.js +8 -18
- package/esm/govgr/Footer/Copyright.js +3 -3
- package/esm/icons/Icon/index.js +2 -2
- package/esm/icons/ImageLogo/index.js +3 -0
- package/esm/icons/ImageLogoSet/index.js +3 -0
- package/esm/index.js +1 -1
- package/esm/layouts/Grid/Grid.stories.js +1 -0
- package/esm/layouts/Grid/__stories__/ResponsiveSpacing.js +79 -0
- package/esm/navigation/Breadcrumbs/index.mdx +5 -0
- package/esm/navigation/Drawer/__stories__/Default.js +25 -66
- package/esm/navigation/Dropdown/__stories__/AlignRight.js +9 -8
- package/esm/navigation/Dropdown/__stories__/Default.js +9 -8
- package/esm/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
- package/esm/navigation/Dropdown/index.mdx +0 -2
- package/esm/navigation/Link/index.js +1 -1
- package/esm/navigation/Link/index.mdx +2 -0
- package/esm/navigation/NavList/NavList.stories.js +7 -1
- package/esm/navigation/NavList/NavList.stories.playwright.json +26 -6
- package/esm/navigation/NavList/NavListAuto/index.js +48 -0
- package/esm/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
- package/esm/navigation/NavList/__stories__/Default.js +19 -79
- package/esm/navigation/NavList/__stories__/HorizontalWithDrawer.js +67 -0
- package/esm/navigation/NavList/__stories__/HorizontalWithoutDrawer.js +41 -0
- package/esm/navigation/NavList/__stories__/NavLinksOneLevel.json +17 -0
- package/esm/navigation/NavList/__stories__/NavLinksWithSubmenu.json +36 -0
- package/esm/navigation/NavList/__stories__/NavListWithoutNav.js +19 -0
- package/esm/navigation/NavList/__stories__/UsingHeaderButton.js +70 -0
- package/esm/navigation/NavList/__stories__/UsingNavListAuto.js +38 -0
- package/esm/navigation/NavList/__stories__/Vertical.js +32 -0
- package/esm/navigation/NavList/__stories__/VerticalWithoutDrawer.js +44 -0
- package/esm/navigation/NavList/hooks/useNavList.js +2 -2
- package/esm/navigation/NavList/hooks/useTogglableNav.js +33 -18
- package/esm/navigation/NavList/index.js +14 -17
- package/esm/navigation/NavList/index.mdx +9 -3
- package/esm/navigation/NavList/types.js +1 -6
- package/esm/navigation/Pagination/__stories__/Default.js +7 -65
- package/esm/navigation/Pagination/index.mdx +1 -2
- package/esm/navigation/Tabs/__stories__/Default.js +15 -4
- package/esm/navigation/Tabs/index.mdx +6 -0
- package/esm/registry.js +14 -42
- package/esm/typography/Hint/index.mdx +2 -0
- package/esm/typography/NormalText/index.mdx +2 -0
- package/esm/typography/Paragraph/index.mdx +1 -0
- package/esm/utils/Typography/index.js +3 -0
- package/feedback/CopyToClipboard/CopyToClipboard.stories.d.ts +1 -0
- package/feedback/CopyToClipboard/CopyToClipboard.stories.js +14 -0
- package/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +16 -0
- package/feedback/CopyToClipboard/__stories__/Dense.d.ts +2 -0
- package/feedback/CopyToClipboard/__stories__/Dense.js +34 -0
- package/feedback/CopyToClipboard/index.d.ts +1 -1
- package/feedback/CopyToClipboard/index.js +3 -1
- package/feedback/ErrorSummary/ErrorSummary.stories.d.ts +2 -0
- package/feedback/ErrorSummary/ErrorSummary.stories.js +28 -0
- package/feedback/ErrorSummary/__stories__/Dense.d.ts +2 -0
- package/feedback/ErrorSummary/__stories__/Dense.js +30 -0
- package/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js +3 -1
- package/feedback/ErrorSummary/__stories__/LinkedToField.js +3 -3
- package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +2 -0
- package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js +57 -0
- package/feedback/NotificationBanner/NotificationBanner.stories.d.ts +1 -0
- package/feedback/NotificationBanner/NotificationBanner.stories.js +14 -0
- package/feedback/NotificationBanner/__stories__/Dense.d.ts +2 -0
- package/feedback/NotificationBanner/__stories__/Dense.js +27 -0
- package/feedback/NotificationBanner/index.js +4 -2
- package/feedback/ServiceBadge/index.mdx +9 -5
- package/feedback/WarningText/WarningText.stories.d.ts +1 -0
- package/feedback/WarningText/WarningText.stories.js +14 -0
- package/feedback/WarningText/__stories__/Dense.d.ts +2 -0
- package/feedback/WarningText/__stories__/Dense.js +24 -0
- package/form/Button/Button.stories.d.ts +1 -0
- package/form/Button/Button.stories.js +14 -0
- package/form/Button/__stories__/CallToActionButton.d.ts +0 -3
- package/form/Button/__stories__/CallToActionButton.js +1 -4
- package/form/Button/__stories__/Dense.d.ts +2 -0
- package/form/Button/__stories__/Dense.js +25 -0
- package/form/Button/__stories__/GroupingButtons.d.ts +0 -3
- package/form/Button/__stories__/GroupingButtons.js +0 -3
- package/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +0 -3
- package/form/Button/__stories__/GroupingButtonsAndLinks.js +0 -3
- package/form/Button/__stories__/Primary.d.ts +0 -3
- package/form/Button/__stories__/Primary.js +0 -3
- package/form/Button/__stories__/Secondary.d.ts +0 -3
- package/form/Button/__stories__/Secondary.js +0 -3
- package/form/Button/__stories__/WithVariantLink.d.ts +0 -3
- package/form/Button/__stories__/WithVariantLink.js +0 -3
- package/form/Button/index.mdx +4 -4
- package/form/Checkbox/Checkbox.stories.d.ts +1 -0
- package/form/Checkbox/Checkbox.stories.js +14 -0
- package/form/Checkbox/__stories__/Dense.d.ts +2 -0
- package/form/Checkbox/__stories__/Dense.js +41 -0
- package/form/Checkbox/__stories__/WithHint.js +1 -1
- package/form/Checkbox/index.mdx +5 -0
- package/form/DateInputContainer/DateInputContainer.stories.d.ts +1 -0
- package/form/DateInputContainer/DateInputContainer.stories.js +14 -0
- package/form/DateInputContainer/__stories__/Default.js +1 -1
- package/form/DateInputContainer/__stories__/Dense.d.ts +2 -0
- package/form/DateInputContainer/__stories__/Dense.js +37 -0
- package/form/DateInputContainer/__stories__/MultipleQuestions.js +2 -2
- package/form/DateInputContainer/__stories__/WithErrorMessage.js +1 -1
- package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js +1 -1
- package/form/DateInputContainer/index.mdx +5 -0
- package/form/ErrorMessage/ErrorMessage.stories.d.ts +2 -0
- package/form/ErrorMessage/ErrorMessage.stories.js +28 -0
- package/form/ErrorMessage/__stories__/DateInputError.d.ts +2 -0
- package/form/ErrorMessage/__stories__/DateInputError.js +41 -0
- package/form/ErrorMessage/__stories__/Default.js +11 -8
- package/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +2 -0
- package/form/ErrorMessage/__stories__/ErrorMessageOnly.js +26 -0
- package/form/FileUpload/__stories__/Default.js +2 -2
- package/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
- package/form/FileUpload/index.mdx +2 -0
- package/form/RadioContainer/RadioContainer.stories.d.ts +2 -0
- package/form/RadioContainer/RadioContainer.stories.js +28 -0
- package/form/RadioContainer/__stories__/Default.js +7 -4
- package/form/RadioContainer/__stories__/Dense.d.ts +2 -0
- package/form/RadioContainer/__stories__/Dense.js +38 -0
- package/form/RadioContainer/__stories__/InlineWithDivider.js +6 -6
- package/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
- package/form/RadioContainer/__stories__/NoneAnswer.js +6 -2
- package/form/RadioContainer/__stories__/WithErrorMessage.js +3 -1
- package/form/RadioContainer/__stories__/WithHints.js +1 -1
- package/form/RadioContainer/__stories__/WithMediumLegend.d.ts +2 -0
- package/form/RadioContainer/__stories__/WithMediumLegend.js +38 -0
- package/form/RadioContainer/index.mdx +5 -0
- package/form/SelectContainer/{Select.stories.d.ts → SelectContainer.stories.d.ts} +1 -0
- package/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +14 -0
- package/form/SelectContainer/__stories__/Dense.d.ts +2 -0
- package/form/SelectContainer/__stories__/Dense.js +38 -0
- package/form/SelectContainer/index.mdx +6 -0
- package/form/TextArea/TextArea.stories.d.ts +1 -0
- package/form/TextArea/TextArea.stories.js +14 -0
- package/form/TextArea/__stories__/Dense.d.ts +2 -0
- package/form/TextArea/__stories__/Dense.js +29 -0
- package/form/TextInput/TextInput.stories.d.ts +1 -0
- package/form/TextInput/TextInput.stories.js +14 -0
- package/form/TextInput/__stories__/Dense.d.ts +2 -0
- package/form/TextInput/__stories__/Dense.js +29 -0
- package/form/TextInput/__stories__/FixedWidths.js +8 -18
- package/form/TextInput/__stories__/FluidWidths.js +8 -18
- package/govgr/Footer/Copyright.js +3 -3
- package/icons/Icon/index.d.ts +2 -2
- package/icons/Icon/index.js +1 -1
- package/icons/ImageLogo/index.d.ts +3 -0
- package/{navigation/NavList/NavMenu.js → icons/ImageLogo/index.js} +5 -5
- package/icons/ImageLogoSet/index.d.ts +3 -0
- package/{navigation/NavList/NavVertical.js → icons/ImageLogoSet/index.js} +5 -5
- package/layouts/Basic/Content/index.d.ts +1 -1
- package/layouts/Basic/Side/index.d.ts +1 -1
- package/layouts/Grid/Grid.stories.d.ts +1 -0
- package/layouts/Grid/Grid.stories.js +14 -0
- package/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +2 -0
- package/layouts/Grid/__stories__/ResponsiveSpacing.js +93 -0
- package/navigation/Breadcrumbs/index.mdx +5 -0
- package/navigation/Drawer/__stories__/Default.js +24 -68
- package/navigation/Dropdown/__stories__/AlignRight.js +9 -9
- package/navigation/Dropdown/__stories__/Default.js +9 -9
- package/navigation/Dropdown/__stories__/PlacementTop.js +9 -9
- package/navigation/Dropdown/index.mdx +0 -2
- package/navigation/Link/index.d.ts +1 -1
- package/navigation/Link/index.js +12 -13
- package/navigation/Link/index.mdx +2 -0
- package/navigation/NavList/NavList.stories.d.ts +7 -1
- package/navigation/NavList/NavList.stories.js +88 -4
- package/navigation/NavList/NavList.stories.playwright.json +26 -6
- package/navigation/NavList/NavListAuto/index.js +74 -0
- package/navigation/NavList/NavMenuContentList.d.ts +5 -0
- package/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +10 -10
- package/navigation/NavList/__stories__/Default.js +21 -81
- package/navigation/NavList/__stories__/HorizontalWithDrawer.d.ts +2 -0
- package/navigation/NavList/__stories__/HorizontalWithDrawer.js +93 -0
- package/navigation/NavList/__stories__/HorizontalWithoutDrawer.d.ts +2 -0
- package/navigation/NavList/__stories__/HorizontalWithoutDrawer.js +64 -0
- package/navigation/NavList/__stories__/NavLinksOneLevel.json +17 -0
- package/navigation/NavList/__stories__/NavLinksWithSubmenu.json +36 -0
- package/navigation/NavList/__stories__/NavListWithoutNav.d.ts +2 -0
- package/navigation/NavList/__stories__/NavListWithoutNav.js +35 -0
- package/navigation/NavList/__stories__/UsingHeaderButton.d.ts +2 -0
- package/navigation/NavList/__stories__/UsingHeaderButton.js +98 -0
- package/navigation/NavList/__stories__/UsingNavListAuto.d.ts +2 -0
- package/navigation/NavList/__stories__/UsingNavListAuto.js +55 -0
- package/navigation/NavList/__stories__/Vertical.d.ts +2 -0
- package/navigation/NavList/{NavListAuto/NavListItemAnchorAuto.js → __stories__/Vertical.js} +31 -27
- package/navigation/NavList/__stories__/VerticalWithoutDrawer.d.ts +2 -0
- package/navigation/NavList/__stories__/VerticalWithoutDrawer.js +62 -0
- package/navigation/NavList/hooks/useNavList.d.ts +1 -1
- package/navigation/NavList/hooks/useNavList.js +2 -2
- package/navigation/NavList/hooks/useTogglableNav.d.ts +1 -0
- package/navigation/NavList/hooks/useTogglableNav.js +33 -18
- package/navigation/NavList/index.d.ts +14 -17
- package/navigation/NavList/index.js +54 -96
- package/navigation/NavList/index.mdx +9 -3
- package/navigation/NavList/types.d.ts +15 -17
- package/navigation/NavList/types.js +1 -14
- package/navigation/Pagination/__stories__/Default.js +7 -65
- package/navigation/Pagination/index.mdx +1 -2
- package/navigation/Tabs/__stories__/Default.js +16 -4
- package/navigation/Tabs/index.mdx +6 -0
- package/package.json +4 -4
- package/registry.d.ts +9 -22
- package/registry.js +18 -60
- package/src/app/BannerContainer/BannerContainer.stories.js +12 -0
- package/src/app/BannerContainer/__stories__/CookiesBanner.tsx +32 -0
- package/src/app/Footer/Footer.stories.playwright.json +2 -2
- package/src/app/Footer/__stories__/Default.tsx +1 -1
- package/src/app/Footer/__stories__/FooterAllInclusive.tsx +14 -18
- package/src/app/Footer/__stories__/FooterWithLink.tsx +5 -7
- package/src/app/Footer/__stories__/FooterWithLogo.tsx +11 -13
- package/src/app/Footer/__stories__/FooterWithSecondaryNavigation.tsx +58 -58
- package/src/app/Header/Header.stories.playwright.json +1 -1
- package/src/app/Header/__stories__/WithHeaderNavigation.tsx +26 -41
- package/src/app/Header/__stories__/WithNavigation.tsx +21 -36
- package/src/app/Masthead/Masthead.stories.js +2 -0
- package/src/app/Masthead/Masthead.stories.playwright.json +1 -1
- package/src/app/Masthead/__stories__/WithElements.tsx +31 -0
- package/src/app/Masthead/__stories__/WithLogo.tsx +28 -0
- package/src/app/Modal/Modal.stories.js +1 -0
- package/src/app/Modal/Modal.stories.playwright.json +21 -0
- package/src/app/Modal/__stories__/Dense.tsx +52 -0
- package/src/app/ThemeOptions/index.tsx +3 -3
- package/src/content/Blockquote/Blockquote.stories.js +1 -0
- package/src/content/Blockquote/__stories__/Dense.tsx +11 -0
- package/src/content/Card/Card.stories.js +2 -0
- package/src/content/Card/__stories__/Default.tsx +1 -1
- package/src/content/Card/__stories__/Dense.tsx +24 -0
- package/src/content/Card/__stories__/WithLink.tsx +25 -0
- package/src/content/Details/index.mdx +5 -0
- package/src/content/StepNav/StepNav.stories.js +1 -0
- package/src/content/StepNav/__stories__/Dense.tsx +261 -0
- package/src/content/SummaryList/SummaryList.stories.js +1 -0
- package/src/content/SummaryList/__stories__/Default.tsx +30 -21
- package/src/content/SummaryList/__stories__/WithActions.tsx +37 -41
- package/src/content/SummaryList/__stories__/WithoutActions.tsx +27 -0
- package/src/content/SummaryList/__stories__/WithoutBorders.tsx +31 -17
- package/src/content/Table/__stories__/RowColors.tsx +5 -5
- package/src/content/Table/__stories__/WithFloatingScroll.tsx +5 -7
- package/src/content/Table/index.mdx +1 -1
- package/src/content/Table/index.tsx +9 -8
- package/src/content/TaskList/TaskList.stories.js +1 -0
- package/src/content/TaskList/__stories__/Dense.tsx +118 -0
- package/src/content/Timeline/Timeline.stories.js +1 -0
- package/src/content/Timeline/__stories__/Default.tsx +2 -2
- package/src/content/Timeline/__stories__/Dense.tsx +196 -0
- package/src/feedback/CopyToClipboard/CopyToClipboard.stories.js +1 -0
- package/src/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +16 -0
- package/src/feedback/CopyToClipboard/__stories__/Dense.tsx +21 -0
- package/src/feedback/CopyToClipboard/index.tsx +2 -1
- package/src/feedback/ErrorSummary/ErrorSummary.stories.js +2 -0
- package/src/feedback/ErrorSummary/__stories__/Dense.tsx +13 -0
- package/src/feedback/ErrorSummary/__stories__/LinkedToCheckbox.tsx +2 -1
- package/src/feedback/ErrorSummary/__stories__/LinkedToField.tsx +4 -6
- package/src/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.tsx +49 -0
- package/src/feedback/NotificationBanner/NotificationBanner.stories.js +1 -0
- package/src/feedback/NotificationBanner/__stories__/Dense.tsx +17 -0
- package/src/feedback/NotificationBanner/index.tsx +2 -1
- package/src/feedback/ServiceBadge/index.mdx +9 -5
- package/src/feedback/WarningText/WarningText.stories.js +1 -0
- package/src/feedback/WarningText/__stories__/Dense.tsx +10 -0
- package/src/form/Button/Button.stories.js +1 -0
- package/src/form/Button/__stories__/CallToActionButton.tsx +1 -4
- package/src/form/Button/__stories__/Dense.tsx +8 -0
- package/src/form/Button/__stories__/GroupingButtons.tsx +0 -3
- package/src/form/Button/__stories__/GroupingButtonsAndLinks.tsx +0 -3
- package/src/form/Button/__stories__/Primary.tsx +1 -3
- package/src/form/Button/__stories__/Secondary.tsx +0 -3
- package/src/form/Button/__stories__/WithVariantLink.tsx +1 -3
- package/src/form/Button/index.mdx +4 -4
- package/src/form/Checkbox/Checkbox.stories.js +1 -0
- package/src/form/Checkbox/__stories__/Dense.tsx +35 -0
- package/src/form/Checkbox/__stories__/WithHint.tsx +1 -1
- package/src/form/Checkbox/index.mdx +5 -0
- package/src/form/DateInputContainer/DateInputContainer.stories.js +1 -0
- package/src/form/DateInputContainer/__stories__/Default.tsx +1 -1
- package/src/form/DateInputContainer/__stories__/Dense.tsx +31 -0
- package/src/form/DateInputContainer/__stories__/MultipleQuestions.tsx +2 -2
- package/src/form/DateInputContainer/__stories__/WithErrorMessage.tsx +1 -1
- package/src/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.tsx +1 -1
- package/src/form/DateInputContainer/index.mdx +5 -0
- package/src/form/ErrorMessage/ErrorMessage.stories.js +2 -0
- package/src/form/ErrorMessage/__stories__/DateInputError.tsx +34 -0
- package/src/form/ErrorMessage/__stories__/Default.tsx +12 -6
- package/src/form/ErrorMessage/__stories__/ErrorMessageOnly.tsx +12 -0
- package/src/form/FileUpload/__stories__/Default.tsx +2 -2
- package/src/form/FileUpload/__stories__/WithErrorMessage.tsx +2 -2
- package/src/form/FileUpload/index.mdx +2 -0
- package/src/form/RadioContainer/RadioContainer.stories.js +2 -0
- package/src/form/RadioContainer/__stories__/Default.tsx +7 -4
- package/src/form/RadioContainer/__stories__/Dense.tsx +32 -0
- package/src/form/RadioContainer/__stories__/InlineWithDivider.tsx +5 -5
- package/src/form/RadioContainer/__stories__/MultipleQuestions.tsx +1 -1
- package/src/form/RadioContainer/__stories__/NoneAnswer.tsx +3 -3
- package/src/form/RadioContainer/__stories__/WithErrorMessage.tsx +1 -1
- package/src/form/RadioContainer/__stories__/WithHints.tsx +1 -1
- package/src/form/RadioContainer/__stories__/WithMediumLegend.tsx +32 -0
- package/src/form/RadioContainer/index.mdx +5 -0
- package/src/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +1 -0
- package/src/form/SelectContainer/__stories__/Dense.tsx +24 -0
- package/src/form/SelectContainer/index.mdx +6 -0
- package/src/form/TextArea/TextArea.stories.js +1 -0
- package/src/form/TextArea/__stories__/Dense.tsx +15 -0
- package/src/form/TextInput/TextInput.stories.js +1 -0
- package/src/form/TextInput/__stories__/Dense.tsx +15 -0
- package/src/form/TextInput/__stories__/FixedWidths.tsx +8 -8
- package/src/form/TextInput/__stories__/FluidWidths.tsx +2 -2
- package/src/govgr/Footer/Copyright.tsx +11 -11
- package/src/icons/Icon/index.tsx +2 -2
- package/src/icons/ImageLogo/index.tsx +5 -0
- package/src/icons/ImageLogoSet/index.tsx +4 -0
- package/src/layouts/Grid/Grid.stories.js +1 -0
- package/src/layouts/Grid/__stories__/ResponsiveSpacing.tsx +43 -0
- package/src/navigation/Breadcrumbs/index.mdx +5 -0
- package/src/navigation/Drawer/__stories__/Default.tsx +31 -84
- package/src/navigation/Dropdown/__stories__/AlignRight.tsx +13 -12
- package/src/navigation/Dropdown/__stories__/Default.tsx +10 -11
- package/src/navigation/Dropdown/__stories__/PlacementTop.tsx +11 -11
- package/src/navigation/Dropdown/index.mdx +0 -2
- package/src/navigation/Link/index.mdx +2 -0
- package/src/navigation/Link/index.tsx +1 -1
- package/src/navigation/NavList/NavList.stories.js +7 -1
- package/src/navigation/NavList/NavList.stories.playwright.json +26 -6
- package/src/navigation/NavList/NavListAuto/index.tsx +70 -0
- package/src/navigation/NavList/{NavMenuContainerContentList.tsx → NavMenuContentList.tsx} +8 -8
- package/src/navigation/NavList/__stories__/Default.tsx +17 -98
- package/src/navigation/NavList/__stories__/HorizontalWithDrawer.tsx +84 -0
- package/src/navigation/NavList/__stories__/HorizontalWithoutDrawer.tsx +69 -0
- package/src/navigation/NavList/__stories__/NavLinksOneLevel.json +17 -0
- package/src/navigation/NavList/__stories__/NavLinksWithSubmenu.json +36 -0
- package/src/navigation/NavList/__stories__/NavListWithoutNav.tsx +24 -0
- package/src/navigation/NavList/__stories__/UsingHeaderButton.tsx +89 -0
- package/src/navigation/NavList/__stories__/UsingNavListAuto.tsx +32 -0
- package/src/navigation/NavList/__stories__/Vertical.tsx +33 -0
- package/src/navigation/NavList/__stories__/VerticalWithoutDrawer.tsx +73 -0
- package/src/navigation/NavList/hooks/useNavList.ts +3 -3
- package/src/navigation/NavList/hooks/useTogglableNav.tsx +31 -19
- package/src/navigation/NavList/index.mdx +9 -3
- package/src/navigation/NavList/index.tsx +14 -17
- package/src/navigation/NavList/types.tsx +17 -28
- package/src/navigation/Pagination/__stories__/Default.tsx +2 -76
- package/src/navigation/Pagination/index.mdx +1 -2
- package/src/navigation/Tabs/__stories__/Default.tsx +14 -9
- package/src/navigation/Tabs/index.mdx +6 -0
- package/src/registry.js +16 -44
- package/src/typography/Hint/index.mdx +2 -0
- package/src/typography/NormalText/index.mdx +2 -0
- package/src/typography/Paragraph/index.mdx +1 -0
- package/src/utils/Typography/index.tsx +4 -0
- package/typography/Hint/index.mdx +2 -0
- package/typography/NormalText/index.mdx +2 -0
- package/typography/Paragraph/index.mdx +1 -0
- package/utils/Typography/index.d.ts +3 -0
- package/utils/Typography/index.js +19 -0
- package/es/navigation/NavList/NavListAuto/NavListAuto.js +0 -31
- package/es/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -22
- package/es/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -104
- package/es/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -26
- package/es/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -38
- package/es/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -30
- package/es/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -36
- package/es/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -26
- package/es/navigation/NavList/NavListItem.js +0 -23
- package/es/navigation/NavList/NavListItemBase.js +0 -44
- package/es/navigation/NavList/NavListItemButton.js +0 -3
- package/es/navigation/NavList/NavListItemLink.js +0 -3
- package/es/navigation/NavList/NavMenu.js +0 -3
- package/es/navigation/NavList/NavMenuContainer.js +0 -3
- package/es/navigation/NavList/NavMenuContainerContent.js +0 -3
- package/es/navigation/NavList/NavMenuContainerContentListItem.js +0 -3
- package/es/navigation/NavList/NavMenuContainerTitle.js +0 -3
- package/es/navigation/NavList/NavVertical.js +0 -3
- package/es/navigation/NavList/NavVerticalItem.js +0 -3
- package/es/navigation/NavList/__stories__/NavVerticalLayout.js +0 -90
- package/esm/navigation/NavList/NavListAuto/NavListAuto.js +0 -31
- package/esm/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -22
- package/esm/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -104
- package/esm/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -26
- package/esm/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -38
- package/esm/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -30
- package/esm/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -36
- package/esm/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -26
- package/esm/navigation/NavList/NavListItem.js +0 -23
- package/esm/navigation/NavList/NavListItemBase.js +0 -44
- package/esm/navigation/NavList/NavListItemButton.js +0 -3
- package/esm/navigation/NavList/NavListItemLink.js +0 -3
- package/esm/navigation/NavList/NavMenu.js +0 -3
- package/esm/navigation/NavList/NavMenuContainer.js +0 -3
- package/esm/navigation/NavList/NavMenuContainerContent.js +0 -3
- package/esm/navigation/NavList/NavMenuContainerContentListItem.js +0 -3
- package/esm/navigation/NavList/NavMenuContainerTitle.js +0 -3
- package/esm/navigation/NavList/NavVertical.js +0 -3
- package/esm/navigation/NavList/NavVerticalItem.js +0 -3
- package/esm/navigation/NavList/__stories__/NavVerticalLayout.js +0 -90
- package/navigation/NavList/NavListAuto/NavListAuto.js +0 -48
- package/navigation/NavList/NavListAuto/NavListBaseAuto.d.ts +0 -3
- package/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -38
- package/navigation/NavList/NavListAuto/NavListContextAuto.d.ts +0 -29
- package/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -128
- package/navigation/NavList/NavListAuto/NavListItemAnchorAuto.d.ts +0 -9
- package/navigation/NavList/NavListAuto/NavListItemAuto.d.ts +0 -8
- package/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -63
- package/navigation/NavList/NavListAuto/NavListItemButtonAuto.d.ts +0 -12
- package/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -48
- package/navigation/NavList/NavListAuto/NavListMenuAuto.d.ts +0 -11
- package/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -56
- package/navigation/NavList/NavListAuto/NavListSubMenuAuto.d.ts +0 -9
- package/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -44
- package/navigation/NavList/NavListItem.d.ts +0 -4
- package/navigation/NavList/NavListItem.js +0 -42
- package/navigation/NavList/NavListItemBase.d.ts +0 -15
- package/navigation/NavList/NavListItemBase.js +0 -68
- package/navigation/NavList/NavListItemButton.d.ts +0 -3
- package/navigation/NavList/NavListItemButton.js +0 -30
- package/navigation/NavList/NavListItemLink.d.ts +0 -3
- package/navigation/NavList/NavListItemLink.js +0 -30
- package/navigation/NavList/NavMenu.d.ts +0 -3
- package/navigation/NavList/NavMenuContainer.d.ts +0 -3
- package/navigation/NavList/NavMenuContainer.js +0 -30
- package/navigation/NavList/NavMenuContainerContent.d.ts +0 -3
- package/navigation/NavList/NavMenuContainerContent.js +0 -30
- package/navigation/NavList/NavMenuContainerContentList.d.ts +0 -5
- package/navigation/NavList/NavMenuContainerContentListItem.d.ts +0 -3
- package/navigation/NavList/NavMenuContainerContentListItem.js +0 -30
- package/navigation/NavList/NavMenuContainerTitle.d.ts +0 -3
- package/navigation/NavList/NavMenuContainerTitle.js +0 -30
- package/navigation/NavList/NavVertical.d.ts +0 -3
- package/navigation/NavList/NavVerticalItem.d.ts +0 -3
- package/navigation/NavList/NavVerticalItem.js +0 -30
- package/navigation/NavList/__stories__/NavVerticalLayout.d.ts +0 -2
- package/navigation/NavList/__stories__/NavVerticalLayout.js +0 -114
- package/src/navigation/NavList/NavListAuto/NavListAuto.tsx +0 -34
- package/src/navigation/NavList/NavListAuto/NavListBaseAuto.tsx +0 -20
- package/src/navigation/NavList/NavListAuto/NavListContextAuto.tsx +0 -112
- package/src/navigation/NavList/NavListAuto/NavListItemAnchorAuto.tsx +0 -38
- package/src/navigation/NavList/NavListAuto/NavListItemAuto.tsx +0 -49
- package/src/navigation/NavList/NavListAuto/NavListItemButtonAuto.tsx +0 -53
- package/src/navigation/NavList/NavListAuto/NavListMenuAuto.tsx +0 -51
- package/src/navigation/NavList/NavListAuto/NavListSubMenuAuto.tsx +0 -32
- package/src/navigation/NavList/NavListItem.tsx +0 -46
- package/src/navigation/NavList/NavListItemBase.tsx +0 -63
- package/src/navigation/NavList/NavListItemButton.tsx +0 -3
- package/src/navigation/NavList/NavListItemLink.tsx +0 -3
- package/src/navigation/NavList/NavMenu.tsx +0 -3
- package/src/navigation/NavList/NavMenuContainer.tsx +0 -3
- package/src/navigation/NavList/NavMenuContainerContent.tsx +0 -3
- package/src/navigation/NavList/NavMenuContainerContentListItem.tsx +0 -3
- package/src/navigation/NavList/NavMenuContainerTitle.tsx +0 -3
- package/src/navigation/NavList/NavVertical.tsx +0 -3
- package/src/navigation/NavList/NavVerticalItem.tsx +0 -3
- package/src/navigation/NavList/__stories__/NavVerticalLayout.tsx +0 -114
- /package/es/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
- /package/esm/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
- /package/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
- /package/navigation/NavList/NavListAuto/{NavListAuto.d.ts → index.d.ts} +0 -0
- /package/src/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SummaryList, SummaryListItem, SummaryListItemAction, SummaryListItemKey, SummaryListItemValue } from '@digigov/ui/content/SummaryList';
|
|
3
|
+
import VisuallyHidden from '@digigov/ui/utils/VisuallyHidden';
|
|
4
|
+
import Link from '@digigov/ui/navigation/Link';
|
|
3
5
|
|
|
4
6
|
var _ref = /*#__PURE__*/React.createElement(SummaryList, {
|
|
5
7
|
border: false
|
|
6
|
-
}, /*#__PURE__*/React.createElement(SummaryListItem, null, /*#__PURE__*/React.createElement(SummaryListItemKey, null, "\u038C\u03BD\u03BF\u03BC\u03B1"), /*#__PURE__*/React.createElement(SummaryListItemValue, null, "\u0393\u03B9\u03CE\u03C1\u03B3\u03BF\u03C2 \u03A0\u03B1\u03C0\u03B1\u03B4\u03CC\u03C0\u03BF\u03C5\u03BB\u03BF\u03C2")
|
|
8
|
+
}, /*#__PURE__*/React.createElement(SummaryListItem, null, /*#__PURE__*/React.createElement(SummaryListItemKey, null, "\u038C\u03BD\u03BF\u03BC\u03B1"), /*#__PURE__*/React.createElement(SummaryListItemValue, null, "\u0393\u03B9\u03CE\u03C1\u03B3\u03BF\u03C2 \u03A0\u03B1\u03C0\u03B1\u03B4\u03CC\u03C0\u03BF\u03C5\u03BB\u03BF\u03C2"), /*#__PURE__*/React.createElement(SummaryListItemAction, null, /*#__PURE__*/React.createElement(Link, {
|
|
9
|
+
href: "#"
|
|
10
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7\u03C2")))), /*#__PURE__*/React.createElement(SummaryListItem, null, /*#__PURE__*/React.createElement(SummaryListItemKey, null, "\u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u0393\u03AD\u03BD\u03BD\u03B7\u03C3\u03B7\u03C2"), /*#__PURE__*/React.createElement(SummaryListItemValue, null, "11 \u039C\u03B1\u03CA\u03BF\u03C5 1990"), /*#__PURE__*/React.createElement(SummaryListItemAction, null, /*#__PURE__*/React.createElement(Link, {
|
|
11
|
+
href: "#"
|
|
12
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1\u03C2")))), /*#__PURE__*/React.createElement(SummaryListItem, null, /*#__PURE__*/React.createElement(SummaryListItemKey, null, "\u03A4\u03B7\u03BB\u03AD\u03C6\u03C9\u03BD\u03BF \u03B5\u03C0\u03B9\u03BA\u03BF\u03B9\u03BD\u03C9\u03BD\u03AF\u03B1\u03C2"), /*#__PURE__*/React.createElement(SummaryListItemValue, null, "6941234567"), /*#__PURE__*/React.createElement(SummaryListItemAction, null, /*#__PURE__*/React.createElement(Link, {
|
|
13
|
+
href: "#"
|
|
14
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03C4\u03B7\u03BB\u03B5\u03C6\u03CE\u03BD\u03BF\u03C5")))));
|
|
7
15
|
|
|
8
16
|
export var WithoutBorders = function WithoutBorders() {
|
|
9
|
-
return
|
|
17
|
+
return _ref;
|
|
10
18
|
};
|
|
11
19
|
export default WithoutBorders;
|
|
@@ -11,27 +11,27 @@ var data = {
|
|
|
11
11
|
content: [{
|
|
12
12
|
date: '24-07-23 16:34',
|
|
13
13
|
title: 'Ειδοποίηση',
|
|
14
|
-
actions: '
|
|
14
|
+
actions: 'Λεπτομέρειες',
|
|
15
15
|
"new": true
|
|
16
16
|
}, {
|
|
17
17
|
date: '24-07-23 12:41',
|
|
18
18
|
title: 'Μήνυμα υπηρεσίας',
|
|
19
|
-
actions: '
|
|
19
|
+
actions: 'Λεπτομέρειες',
|
|
20
20
|
"new": true
|
|
21
21
|
}, {
|
|
22
22
|
date: '24-07-23 12:40',
|
|
23
23
|
title: 'Μήνυμα από τον διαχειριστή',
|
|
24
|
-
actions: '
|
|
24
|
+
actions: 'Λεπτομέρειες',
|
|
25
25
|
"new": false
|
|
26
26
|
}, {
|
|
27
27
|
date: '23-07-23 15:14',
|
|
28
28
|
title: 'Έχετε συνδεθεί',
|
|
29
|
-
actions: '
|
|
29
|
+
actions: 'Λεπτομέρειες',
|
|
30
30
|
"new": false
|
|
31
31
|
}, {
|
|
32
32
|
date: '23-07-23 13:25',
|
|
33
33
|
title: 'Ο κωδικός άλλαξε',
|
|
34
|
-
actions: '
|
|
34
|
+
actions: 'Λεπτομέρειες',
|
|
35
35
|
"new": false
|
|
36
36
|
}]
|
|
37
37
|
};
|
|
@@ -2,8 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { Table, TableHead, TableRow, TableBody, TableHeadCell, TableDataCell } from '@digigov/ui/content/Table';
|
|
3
3
|
import { TableFloatingScroll } from '@digigov/ui/content/Table/TableFloatingScroll';
|
|
4
4
|
import { Dropdown, DropdownButton, DropdownContent } from '@digigov/ui/navigation/Dropdown';
|
|
5
|
-
import {
|
|
6
|
-
import { NavVerticalItem } from '@digigov/ui/navigation/NavList/NavVerticalItem';
|
|
5
|
+
import NavList, { NavListItemAction } from '@digigov/ui/navigation/NavList';
|
|
7
6
|
var labels = {
|
|
8
7
|
name: 'Ονοματεπώνυμο',
|
|
9
8
|
email: 'Email',
|
|
@@ -47,9 +46,11 @@ var _ref2 = /*#__PURE__*/React.createElement(TableDataCell, null, /*#__PURE__*/R
|
|
|
47
46
|
placement: "bottom"
|
|
48
47
|
}, /*#__PURE__*/React.createElement(DropdownButton, {
|
|
49
48
|
variant: "link"
|
|
50
|
-
}, "\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2"), /*#__PURE__*/React.createElement(DropdownContent, null, /*#__PURE__*/React.createElement(
|
|
49
|
+
}, "\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2"), /*#__PURE__*/React.createElement(DropdownContent, null, /*#__PURE__*/React.createElement(NavList, {
|
|
50
|
+
layout: "vertical"
|
|
51
|
+
}, /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
51
52
|
href: "#"
|
|
52
|
-
}, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/React.createElement(
|
|
53
|
+
}, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
53
54
|
href: "#"
|
|
54
55
|
}, "\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE")))));
|
|
55
56
|
|
|
@@ -6,8 +6,7 @@ import Table from '@digigov/react-core/Table';
|
|
|
6
6
|
import TableSortIconContainer from '@digigov/react-core/TableSortIconContainer';
|
|
7
7
|
import { CaretIcon } from '@digigov/ui/icons';
|
|
8
8
|
import { Dropdown, DropdownButton, DropdownContent } from '@digigov/ui/navigation/Dropdown';
|
|
9
|
-
import {
|
|
10
|
-
import { NavVerticalItem } from '@digigov/ui/navigation/NavList/NavVerticalItem';
|
|
9
|
+
import { NavList, NavListItemAction } from '@digigov/ui/navigation/NavList';
|
|
11
10
|
|
|
12
11
|
var _ref2 = /*#__PURE__*/React.createElement(CaretIcon, {
|
|
13
12
|
direction: 'up',
|
|
@@ -56,9 +55,12 @@ export var TableSortLabel = /*#__PURE__*/React.forwardRef(function TableSortLabe
|
|
|
56
55
|
direction: 'down',
|
|
57
56
|
size: "sm",
|
|
58
57
|
variant: direction === -1 ? 'dark' : 'gray'
|
|
59
|
-
}))), /*#__PURE__*/React.createElement(DropdownContent, null, /*#__PURE__*/React.createElement(
|
|
58
|
+
}))), /*#__PURE__*/React.createElement(DropdownContent, null, /*#__PURE__*/React.createElement(NavList, {
|
|
59
|
+
layout: "vertical"
|
|
60
|
+
}, /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
60
61
|
active: direction === 1,
|
|
61
62
|
tabIndex: 0,
|
|
63
|
+
arrow: false,
|
|
62
64
|
onClick: function onClick() {
|
|
63
65
|
onSort(1);
|
|
64
66
|
dropdownRef.current && (dropdownRef.current.open = false);
|
|
@@ -69,9 +71,10 @@ export var TableSortLabel = /*#__PURE__*/React.forwardRef(function TableSortLabe
|
|
|
69
71
|
dropdownRef.current && (dropdownRef.current.open = false);
|
|
70
72
|
}
|
|
71
73
|
}
|
|
72
|
-
}, _ref2, labels.asc), /*#__PURE__*/React.createElement(
|
|
74
|
+
}, _ref2, labels.asc), /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
73
75
|
active: direction === -1,
|
|
74
76
|
tabIndex: 0,
|
|
77
|
+
arrow: false,
|
|
75
78
|
onClick: function onClick() {
|
|
76
79
|
onSort(-1);
|
|
77
80
|
dropdownRef.current && (dropdownRef.current.open = false);
|
|
@@ -69,7 +69,7 @@ The prop `color='primary'` or `color='secondary'` is only functional when Table
|
|
|
69
69
|
## Accessibility
|
|
70
70
|
|
|
71
71
|
You can read more about the accessibility patterns used in our Table
|
|
72
|
-
implementation in the ARIA Authoring Practices Guide (APG) at
|
|
72
|
+
implementation in the ARIA Authoring Practices Guide (APG) at [Table](https://www.w3.org/WAI/ARIA/apg/patterns/table/) section.
|
|
73
73
|
|
|
74
74
|
## API
|
|
75
75
|
|
|
@@ -5,4 +5,5 @@ export default {
|
|
|
5
5
|
component: TaskList,
|
|
6
6
|
displayName: 'TaskList'
|
|
7
7
|
};
|
|
8
|
-
export * from '@digigov/ui/content/TaskList/__stories__/Default';
|
|
8
|
+
export * from '@digigov/ui/content/TaskList/__stories__/Default';
|
|
9
|
+
export * from '@digigov/ui/content/TaskList/__stories__/Dense';
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SummaryList, SummaryListItem, SummaryListItemAction, SummaryListItemKey } from '@digigov/ui/content/SummaryList';
|
|
3
|
+
import { TaskList, TaskListItem, TaskListItemHeading, TaskListItemContent, TaskListItemTag } from '@digigov/ui/content/TaskList';
|
|
4
|
+
import { LinkBase } from '@digigov/ui/navigation/Link';
|
|
5
|
+
var fields = [{
|
|
6
|
+
title: 'Έλεγχοι πριν ξεκινήσετε',
|
|
7
|
+
tasks: [{
|
|
8
|
+
text: 'Ελέγξτε την καταλληλότητα',
|
|
9
|
+
status: 'Ολοκληρωθηκε'
|
|
10
|
+
}, {
|
|
11
|
+
text: 'Εμφάνιση δήλωσης',
|
|
12
|
+
status: 'Ολοκληρωθηκε'
|
|
13
|
+
}]
|
|
14
|
+
}, {
|
|
15
|
+
title: 'Προετοιμασία αίτησης',
|
|
16
|
+
tasks: [{
|
|
17
|
+
text: 'Στοιχεία εταιρείας',
|
|
18
|
+
status: 'Ολοκληρωθηκε'
|
|
19
|
+
}, {
|
|
20
|
+
text: 'Στοιχεία επικοινωνίας',
|
|
21
|
+
status: 'Σε εξελιξη'
|
|
22
|
+
}, {
|
|
23
|
+
text: 'Λίστα αποδείξεων',
|
|
24
|
+
status: 'Δεν εχει ξεκινησει'
|
|
25
|
+
}, {
|
|
26
|
+
text: 'Παροχή οικονομικών στοιχείων',
|
|
27
|
+
status: 'Σε αναμονη'
|
|
28
|
+
}, {
|
|
29
|
+
text: 'Παροχή ιατρικών πληροφοριών',
|
|
30
|
+
status: 'Σε αναμονη'
|
|
31
|
+
}]
|
|
32
|
+
}, {
|
|
33
|
+
title: 'Αίτηση',
|
|
34
|
+
tasks: [{
|
|
35
|
+
text: 'Υποβολή και πληρωμή',
|
|
36
|
+
status: 'Σε αναμονη'
|
|
37
|
+
}]
|
|
38
|
+
}];
|
|
39
|
+
export var Dense = function Dense() {
|
|
40
|
+
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(TaskList, {
|
|
41
|
+
dense: true
|
|
42
|
+
}, fields && fields.map(function (field, index) {
|
|
43
|
+
return /*#__PURE__*/React.createElement(TaskListItem, {
|
|
44
|
+
key: index
|
|
45
|
+
}, /*#__PURE__*/React.createElement(TaskListItemHeading, {
|
|
46
|
+
size: "md"
|
|
47
|
+
}, "".concat(index + 1, ". ").concat(field.title)), /*#__PURE__*/React.createElement(TaskListItemContent, null, /*#__PURE__*/React.createElement(SummaryList, null, field.tasks.map(function (task, key) {
|
|
48
|
+
var tagColor;
|
|
49
|
+
|
|
50
|
+
switch (task.status) {
|
|
51
|
+
case 'Ολοκληρωθηκε':
|
|
52
|
+
tagColor = 'info';
|
|
53
|
+
break;
|
|
54
|
+
|
|
55
|
+
case 'Σε εξελιξη':
|
|
56
|
+
tagColor = 'primary';
|
|
57
|
+
break;
|
|
58
|
+
|
|
59
|
+
case 'Δεν εχει ξεκινησει':
|
|
60
|
+
tagColor = 'secondary';
|
|
61
|
+
break;
|
|
62
|
+
|
|
63
|
+
case 'Σε αναμονη':
|
|
64
|
+
tagColor = 'secondary';
|
|
65
|
+
break;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
return /*#__PURE__*/React.createElement(SummaryListItem, {
|
|
69
|
+
key: key
|
|
70
|
+
}, /*#__PURE__*/React.createElement(SummaryListItemKey, null, /*#__PURE__*/React.createElement(LinkBase, null, task.text)), /*#__PURE__*/React.createElement(SummaryListItemAction, null, /*#__PURE__*/React.createElement(TaskListItemTag, {
|
|
71
|
+
color: tagColor
|
|
72
|
+
}, task.status)));
|
|
73
|
+
}))));
|
|
74
|
+
})));
|
|
75
|
+
};
|
|
76
|
+
export default Dense;
|
|
@@ -5,4 +5,5 @@ export default {
|
|
|
5
5
|
component: Timeline,
|
|
6
6
|
displayName: 'Timeline'
|
|
7
7
|
};
|
|
8
|
-
export * from '@digigov/ui/content/Timeline/__stories__/Default';
|
|
8
|
+
export * from '@digigov/ui/content/Timeline/__stories__/Default';
|
|
9
|
+
export * from '@digigov/ui/content/Timeline/__stories__/Dense';
|
|
@@ -99,11 +99,9 @@ var _ref2 = /*#__PURE__*/React.createElement(Button, {
|
|
|
99
99
|
export var Default = function Default() {
|
|
100
100
|
return /*#__PURE__*/React.createElement(Timeline, null, data && data.map(function (field, index) {
|
|
101
101
|
return /*#__PURE__*/React.createElement(TimelineItem, {
|
|
102
|
-
key: index
|
|
103
|
-
marginBottom: 10
|
|
102
|
+
key: index
|
|
104
103
|
}, /*#__PURE__*/React.createElement(TimelineHeading, {
|
|
105
|
-
size: "md"
|
|
106
|
-
marginBottom: 2
|
|
104
|
+
size: "md"
|
|
107
105
|
}, field.title, field.codename && /*#__PURE__*/React.createElement(React.Fragment, null, ' - ', " ", field.codename)), /*#__PURE__*/React.createElement(Hint, null, field.date), /*#__PURE__*/React.createElement(TimelineContent, null, field.details && /*#__PURE__*/React.createElement(SummaryList, null, field.details.map(function (field, index) {
|
|
108
106
|
return /*#__PURE__*/React.createElement(SummaryListItem, {
|
|
109
107
|
key: index
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Timeline, TimelineItem, TimelineHeading, TimelineContent, TimelineActions } from '@digigov/ui/content/Timeline';
|
|
3
|
+
import { Button, ButtonGroup } from '@digigov/ui/form/Button';
|
|
4
|
+
import { Hint } from '@digigov/ui/typography/Hint';
|
|
5
|
+
import { SummaryList, SummaryListItem, SummaryListItemAction, SummaryListItemKey, SummaryListItemValue } from '@digigov/ui/content/SummaryList';
|
|
6
|
+
var data = [{
|
|
7
|
+
title: 'Απάντηση',
|
|
8
|
+
codename: '(KEP-APA)',
|
|
9
|
+
date: '7 Απριλίου 2023, 12:32μ.μ.',
|
|
10
|
+
details: [{
|
|
11
|
+
name: 'Ημερομηνία',
|
|
12
|
+
value: '7 Απριλίου 2023, 12:32μ.μ.'
|
|
13
|
+
}, {
|
|
14
|
+
name: 'Χειριστής',
|
|
15
|
+
value: 'Καλλιόπη Παπαδοπούλου',
|
|
16
|
+
actions: ['Ανάθεση']
|
|
17
|
+
}, {
|
|
18
|
+
name: 'Κωδικός επαλήθευσης',
|
|
19
|
+
value: '637283494'
|
|
20
|
+
}, {
|
|
21
|
+
name: 'Κατάσταση',
|
|
22
|
+
value: 'Εισερχόμενη',
|
|
23
|
+
actions: ['Αλλαγή']
|
|
24
|
+
}]
|
|
25
|
+
}, {
|
|
26
|
+
title: 'Συμπληρωματικά έγγραφα ',
|
|
27
|
+
codename: '(MORE-DOCS)',
|
|
28
|
+
date: '5 Απριλίου 2023, 8:32π.μ.',
|
|
29
|
+
details: [{
|
|
30
|
+
name: 'Ημερομηνία',
|
|
31
|
+
value: '7 Απριλίου 2023, 12:32μ.μ.'
|
|
32
|
+
}, {
|
|
33
|
+
name: 'Χειριστής',
|
|
34
|
+
value: 'Μαρία Φλούπη',
|
|
35
|
+
actions: ['Ανάθεση']
|
|
36
|
+
}, {
|
|
37
|
+
name: 'Κωδικός επαλήθευσης',
|
|
38
|
+
value: '637283494'
|
|
39
|
+
}, {
|
|
40
|
+
name: 'Κατάσταση',
|
|
41
|
+
value: 'Εισερχόμενη',
|
|
42
|
+
actions: ['Αλλαγή']
|
|
43
|
+
}]
|
|
44
|
+
}, {
|
|
45
|
+
title: 'Αίτηση για συμπληρωματικά έγγραφα',
|
|
46
|
+
codename: '(MORE-DOCS-REQUEST)',
|
|
47
|
+
date: '5 Απριλίου 2023, 8:32π.μ.',
|
|
48
|
+
details: [{
|
|
49
|
+
name: 'Ημερομηνία',
|
|
50
|
+
value: '5 Απριλίου 2023, 8:32π.μ.'
|
|
51
|
+
}, {
|
|
52
|
+
name: 'Χειριστής',
|
|
53
|
+
value: 'Μαρία Φλούπη',
|
|
54
|
+
actions: ['Ανάθεση']
|
|
55
|
+
}, {
|
|
56
|
+
name: 'Κωδικός επαλήθευσης',
|
|
57
|
+
value: '974256'
|
|
58
|
+
}, {
|
|
59
|
+
name: 'Κατάσταση',
|
|
60
|
+
value: 'Εισερχόμενη',
|
|
61
|
+
actions: ['Αλλαγή']
|
|
62
|
+
}]
|
|
63
|
+
}, {
|
|
64
|
+
title: 'Αίτηση Βεβαίωσης Μόνιμης Κατοικίας',
|
|
65
|
+
codename: '(PERMRES-FOREIS)',
|
|
66
|
+
date: '3 Απριλίου 2023, 5:42μ.μ.',
|
|
67
|
+
actions: [{
|
|
68
|
+
label: 'Απάντηση'
|
|
69
|
+
}, {
|
|
70
|
+
label: 'Αίτημα για συμπληρωματικά έγγραφα'
|
|
71
|
+
}],
|
|
72
|
+
details: [{
|
|
73
|
+
name: 'Ημερομηνία',
|
|
74
|
+
value: '3 Απριλίου 2023, 5:42μ.μ.'
|
|
75
|
+
}, {
|
|
76
|
+
name: 'Χειριστής',
|
|
77
|
+
value: 'Μαρία Φλούπη',
|
|
78
|
+
actions: ['Ανάθεση']
|
|
79
|
+
}, {
|
|
80
|
+
name: 'Κωδικός επαλήθευσης',
|
|
81
|
+
value: '475747'
|
|
82
|
+
}, {
|
|
83
|
+
name: 'Κατάσταση',
|
|
84
|
+
value: 'Εισερχόμενη',
|
|
85
|
+
actions: ['Αλλαγή']
|
|
86
|
+
}]
|
|
87
|
+
}];
|
|
88
|
+
|
|
89
|
+
var _ref = /*#__PURE__*/React.createElement(Button, {
|
|
90
|
+
color: "secondary",
|
|
91
|
+
variant: "link"
|
|
92
|
+
}, "\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u03B5\u03B3\u03B3\u03C1\u03AC\u03C6\u03BF\u03C5");
|
|
93
|
+
|
|
94
|
+
var _ref2 = /*#__PURE__*/React.createElement(Button, {
|
|
95
|
+
color: "secondary",
|
|
96
|
+
variant: "link"
|
|
97
|
+
}, "\u039B\u03AE\u03C8\u03B7 PDF");
|
|
98
|
+
|
|
99
|
+
export var Dense = function Dense() {
|
|
100
|
+
return /*#__PURE__*/React.createElement(Timeline, {
|
|
101
|
+
dense: true
|
|
102
|
+
}, data && data.map(function (field, index) {
|
|
103
|
+
return /*#__PURE__*/React.createElement(TimelineItem, {
|
|
104
|
+
key: index
|
|
105
|
+
}, /*#__PURE__*/React.createElement(TimelineHeading, {
|
|
106
|
+
size: "md"
|
|
107
|
+
}, field.title, field.codename && /*#__PURE__*/React.createElement(React.Fragment, null, ' - ', " ", field.codename)), /*#__PURE__*/React.createElement(Hint, null, field.date), /*#__PURE__*/React.createElement(TimelineContent, null, field.details && /*#__PURE__*/React.createElement(SummaryList, null, field.details.map(function (field, index) {
|
|
108
|
+
return /*#__PURE__*/React.createElement(SummaryListItem, {
|
|
109
|
+
key: index
|
|
110
|
+
}, /*#__PURE__*/React.createElement(SummaryListItemKey, null, field.name), /*#__PURE__*/React.createElement(SummaryListItemValue, null, field.value), field.actions && /*#__PURE__*/React.createElement(SummaryListItemAction, null, /*#__PURE__*/React.createElement(ButtonGroup, null, field.actions && field.actions.map(function (action, subIndex) {
|
|
111
|
+
return /*#__PURE__*/React.createElement(Button, {
|
|
112
|
+
key: subIndex,
|
|
113
|
+
variant: "link"
|
|
114
|
+
}, action);
|
|
115
|
+
}))));
|
|
116
|
+
}))), /*#__PURE__*/React.createElement(TimelineActions, null, /*#__PURE__*/React.createElement(ButtonGroup, null, (field.actions || []).map(function (action, subIndex) {
|
|
117
|
+
return /*#__PURE__*/React.createElement(Button, {
|
|
118
|
+
key: subIndex,
|
|
119
|
+
variant: "link"
|
|
120
|
+
}, action.label);
|
|
121
|
+
}), _ref, _ref2)));
|
|
122
|
+
}));
|
|
123
|
+
};
|
|
124
|
+
export default Dense;
|
|
@@ -5,4 +5,5 @@ export default {
|
|
|
5
5
|
displayName: 'CopyToClipboard'
|
|
6
6
|
};
|
|
7
7
|
export * from '@digigov/ui/feedback/CopyToClipboard/__stories__/Default';
|
|
8
|
-
export * from '@digigov/ui/feedback/CopyToClipboard/__stories__/Banner';
|
|
8
|
+
export * from '@digigov/ui/feedback/CopyToClipboard/__stories__/Banner';
|
|
9
|
+
export * from '@digigov/ui/feedback/CopyToClipboard/__stories__/Dense';
|
|
@@ -32,6 +32,22 @@
|
|
|
32
32
|
"title": "Click button"
|
|
33
33
|
}
|
|
34
34
|
]
|
|
35
|
+
},
|
|
36
|
+
"digigov-ui-feedback-copytoclipboard--dense": {
|
|
37
|
+
"actionSets": [
|
|
38
|
+
{
|
|
39
|
+
"actions": [
|
|
40
|
+
{
|
|
41
|
+
"name": "click",
|
|
42
|
+
"args": {
|
|
43
|
+
"selector": "html>body>div:nth-child(5)>div>div>button"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"id": "ghUU4iC32gX-",
|
|
48
|
+
"title": "Click button"
|
|
49
|
+
}
|
|
50
|
+
]
|
|
35
51
|
}
|
|
36
52
|
}
|
|
37
53
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { CopyToClipboard } from '@digigov/ui/feedback/CopyToClipboard';
|
|
3
|
+
import { Button } from '@digigov/ui/form/Button';
|
|
4
|
+
|
|
5
|
+
var _ref = /*#__PURE__*/React.createElement(CopyToClipboard, {
|
|
6
|
+
text: "copied-text",
|
|
7
|
+
variant: "tooltip",
|
|
8
|
+
tooltipAlign: "left",
|
|
9
|
+
message: "\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03AC\u03C6\u03B7\u03BA\u03B5 \u03C3\u03C4\u03BF \u03C0\u03C1\u03CC\u03C7\u03B5\u03B9\u03C1\u03BF",
|
|
10
|
+
id: "copy-to-clipboard",
|
|
11
|
+
dense: true
|
|
12
|
+
}, /*#__PURE__*/React.createElement(Button, {
|
|
13
|
+
color: "secondary",
|
|
14
|
+
"aria-describedby": "copy-to-clipboard"
|
|
15
|
+
}, "\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE"));
|
|
16
|
+
|
|
17
|
+
export var Dense = function Dense() {
|
|
18
|
+
return _ref;
|
|
19
|
+
};
|
|
20
|
+
export default Dense;
|
|
@@ -11,6 +11,7 @@ export var CopyToClipboard = /*#__PURE__*/React.forwardRef(function CopyToClipbo
|
|
|
11
11
|
_ref$tooltipAlign = _ref.tooltipAlign,
|
|
12
12
|
tooltipAlign = _ref$tooltipAlign === void 0 ? 'right' : _ref$tooltipAlign,
|
|
13
13
|
message = _ref.message,
|
|
14
|
+
dense = _ref.dense,
|
|
14
15
|
_ref$timeout = _ref.timeout,
|
|
15
16
|
timeout = _ref$timeout === void 0 ? 3000 : _ref$timeout,
|
|
16
17
|
children = _ref.children;
|
|
@@ -41,7 +42,8 @@ export var CopyToClipboard = /*#__PURE__*/React.forwardRef(function CopyToClipbo
|
|
|
41
42
|
onClick: copyToClipboard,
|
|
42
43
|
variant: variant,
|
|
43
44
|
tooltipAlign: tooltipAlign,
|
|
44
|
-
ref: ref
|
|
45
|
+
ref: ref,
|
|
46
|
+
dense: dense
|
|
45
47
|
}, children, enabled && /*#__PURE__*/React.createElement(CopyToClipboardMessage, {
|
|
46
48
|
enabled: enabled,
|
|
47
49
|
role: "tooltip"
|
|
@@ -7,6 +7,8 @@ export default {
|
|
|
7
7
|
displayName: 'ErrorSummary'
|
|
8
8
|
};
|
|
9
9
|
export * from '@digigov/ui/feedback/ErrorSummary/__stories__/Default';
|
|
10
|
+
export * from '@digigov/ui/feedback/ErrorSummary/__stories__/Dense';
|
|
10
11
|
export * from '@digigov/ui/feedback/ErrorSummary/__stories__/LinkedToInput';
|
|
11
12
|
export * from '@digigov/ui/feedback/ErrorSummary/__stories__/LinkedToField';
|
|
12
|
-
export * from '@digigov/ui/feedback/ErrorSummary/__stories__/LinkedToCheckbox';
|
|
13
|
+
export * from '@digigov/ui/feedback/ErrorSummary/__stories__/LinkedToCheckbox';
|
|
14
|
+
export * from '@digigov/ui/feedback/ErrorSummary/__stories__/WithBackLinkAndButton';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ErrorSummary } from '@digigov/ui/feedback/ErrorSummary';
|
|
3
|
+
import { Link } from '@digigov/ui/navigation/Link';
|
|
4
|
+
import { Heading } from '@digigov/ui/typography/Heading';
|
|
5
|
+
|
|
6
|
+
var _ref = /*#__PURE__*/React.createElement(ErrorSummary, {
|
|
7
|
+
dense: true
|
|
8
|
+
}, /*#__PURE__*/React.createElement(Heading, {
|
|
9
|
+
size: "sm"
|
|
10
|
+
}, "\u03A5\u03C0\u03AE\u03C1\u03BE\u03B5 \u03BA\u03AC\u03C0\u03BF\u03B9\u03BF \u03C0\u03C1\u03CC\u03B2\u03BB\u03B7\u03BC\u03B1"), /*#__PURE__*/React.createElement(Link, null, "\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C3\u03C5\u03BC\u03C0\u03BB\u03B7\u03C1\u03CE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03AD\u03C4\u03BF\u03C2"));
|
|
11
|
+
|
|
12
|
+
export var Dense = function Dense() {
|
|
13
|
+
return _ref;
|
|
14
|
+
};
|
|
15
|
+
export default Dense;
|
|
@@ -6,6 +6,7 @@ import { FieldContainer, Fieldset, FieldsetLegend } from '@digigov/ui/form/Field
|
|
|
6
6
|
import { Link } from '@digigov/ui/navigation/Link';
|
|
7
7
|
import { Heading } from '@digigov/ui/typography/Heading';
|
|
8
8
|
import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
|
|
9
|
+
import { Hint } from '@digigov/ui/typography/Hint';
|
|
9
10
|
|
|
10
11
|
var _ref = /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(ErrorSummary, null, /*#__PURE__*/React.createElement(Heading, {
|
|
11
12
|
size: "sm"
|
|
@@ -13,7 +14,7 @@ var _ref = /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.crea
|
|
|
13
14
|
href: "#england"
|
|
14
15
|
}, "\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03BC\u03AF\u03B1 \u03AE \u03C0\u03B1\u03C1\u03B1\u03C0\u03AC\u03BD\u03C9 \u03C7\u03CE\u03C1\u03B5\u03C2.")), /*#__PURE__*/React.createElement(FieldContainer, {
|
|
15
16
|
error: true
|
|
16
|
-
}, /*#__PURE__*/React.createElement(Fieldset, null, /*#__PURE__*/React.createElement(FieldsetLegend, null, "\u0398\u03B1 \u03C4\u03B1\u03BE\u03B9\u03B4\u03AD\u03C8\u03B5\u03C4\u03B5 \u03C3\u03B5 \u03BA\u03AC\u03C0\u03BF\u03B9\u03B1 \u03B1\u03C0\u03CC \u03B1\u03C5\u03C4\u03AD\u03C2 \u03C4\u03B9\u03C2 \u03C7\u03CE\u03C1\u03B5\u03C2;"), /*#__PURE__*/React.createElement(ErrorMessage, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), " \u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03BC\u03AF\u03B1 \u03AE \u03C0\u03B1\u03C1\u03B1\u03C0\u03AC\u03BD\u03C9 \u03C7\u03CE\u03C1\u03B5\u03C2."), /*#__PURE__*/React.createElement(Checkbox, null, /*#__PURE__*/React.createElement(CheckboxItem, {
|
|
17
|
+
}, /*#__PURE__*/React.createElement(Fieldset, null, /*#__PURE__*/React.createElement(FieldsetLegend, null, "\u0398\u03B1 \u03C4\u03B1\u03BE\u03B9\u03B4\u03AD\u03C8\u03B5\u03C4\u03B5 \u03C3\u03B5 \u03BA\u03AC\u03C0\u03BF\u03B9\u03B1 \u03B1\u03C0\u03CC \u03B1\u03C5\u03C4\u03AD\u03C2 \u03C4\u03B9\u03C2 \u03C7\u03CE\u03C1\u03B5\u03C2;"), /*#__PURE__*/React.createElement(Hint, null, "\u03A0\u03B5\u03AF\u03C4\u03B5 \u03BC\u03B1\u03C2 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5 \u03C0\u03C1\u03CC\u03C3\u03C6\u03B1\u03C4\u03B5\u03C2 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2. \u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03CC,\u03C4\u03B9 \u03B9\u03C3\u03C7\u03CD\u03B5\u03B9."), /*#__PURE__*/React.createElement(ErrorMessage, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), " \u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03BC\u03AF\u03B1 \u03AE \u03C0\u03B1\u03C1\u03B1\u03C0\u03AC\u03BD\u03C9 \u03C7\u03CE\u03C1\u03B5\u03C2."), /*#__PURE__*/React.createElement(Checkbox, null, /*#__PURE__*/React.createElement(CheckboxItem, {
|
|
17
18
|
name: "england",
|
|
18
19
|
value: "\u0391\u03B3\u03B3\u03BB\u03AF\u03B1",
|
|
19
20
|
id: "england"
|
|
@@ -12,10 +12,10 @@ var _ref = /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.crea
|
|
|
12
12
|
size: "sm"
|
|
13
13
|
}, "\u03A5\u03C0\u03AE\u03C1\u03BE\u03B5 \u03BA\u03AC\u03C0\u03BF\u03B9\u03BF \u03C0\u03C1\u03CC\u03B2\u03BB\u03B7\u03BC\u03B1"), /*#__PURE__*/React.createElement(Link, {
|
|
14
14
|
href: "#passport-date"
|
|
15
|
-
}, "\
|
|
15
|
+
}, "\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C3\u03C5\u03BC\u03C0\u03BB\u03B7\u03C1\u03CE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03AD\u03C4\u03BF\u03C2.")), /*#__PURE__*/React.createElement(FieldContainer, {
|
|
16
16
|
error: true,
|
|
17
17
|
id: "passport-date"
|
|
18
|
-
}, /*#__PURE__*/React.createElement(Fieldset, null, /*#__PURE__*/React.createElement(FieldsetLegend, null, "\u03A0\
|
|
18
|
+
}, /*#__PURE__*/React.createElement(Fieldset, null, /*#__PURE__*/React.createElement(FieldsetLegend, null, "\u03A0\u03BF\u03B9\u03AC \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B7 \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u03B3\u03AD\u03BD\u03BD\u03B7\u03C3\u03AE\u03C2 \u03C3\u03B1\u03C2;"), /*#__PURE__*/React.createElement(Hint, null, "\u0393\u03B9\u03B1 \u03C0\u03B1\u03C1\u03AC\u03B4\u03B5\u03B9\u03B3\u03BC\u03B1, 05 11 2020"), /*#__PURE__*/React.createElement(ErrorMessage, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u0397 \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u03B3\u03AD\u03BD\u03BD\u03B7\u03C3\u03B7\u03C2 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 \u03AD\u03C4\u03BF\u03C2."), /*#__PURE__*/React.createElement(DateInputContainer, null, /*#__PURE__*/React.createElement(DateInputItem, {
|
|
19
19
|
name: "day"
|
|
20
20
|
}, "\u0397\u03BC\u03AD\u03C1\u03B1"), /*#__PURE__*/React.createElement(DateInputItem, {
|
|
21
21
|
name: "month"
|
|
@@ -23,7 +23,7 @@ var _ref = /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.crea
|
|
|
23
23
|
error: true,
|
|
24
24
|
width: 4,
|
|
25
25
|
name: "year"
|
|
26
|
-
}, "\
|
|
26
|
+
}, "\u0388\u03C4\u03BF\u03C2")))));
|
|
27
27
|
|
|
28
28
|
export var LinkedToField = function LinkedToField() {
|
|
29
29
|
return _ref;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ErrorSummary } from '@digigov/ui/feedback/ErrorSummary';
|
|
3
|
+
import { DateInputContainer, DateInputItem } from '@digigov/ui/form/DateInputContainer';
|
|
4
|
+
import { ErrorMessage } from '@digigov/ui/form/ErrorMessage';
|
|
5
|
+
import { FieldContainer, Fieldset, FieldsetLegend } from '@digigov/ui/form/FieldContainer';
|
|
6
|
+
import { Link } from '@digigov/ui/navigation/Link';
|
|
7
|
+
import { Heading } from '@digigov/ui/typography/Heading';
|
|
8
|
+
import { Hint } from '@digigov/ui/typography/Hint';
|
|
9
|
+
import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
|
|
10
|
+
import { BackLink } from '@digigov/ui/navigation/BackLink';
|
|
11
|
+
import Button from '@digigov/ui/form/Button';
|
|
12
|
+
|
|
13
|
+
var _ref = /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(BackLink, {
|
|
14
|
+
href: "/"
|
|
15
|
+
}, "\u03A0\u03AF\u03C3\u03C9"), /*#__PURE__*/React.createElement(ErrorSummary, null, /*#__PURE__*/React.createElement(Heading, {
|
|
16
|
+
size: "sm"
|
|
17
|
+
}, "\u03A5\u03C0\u03AE\u03C1\u03BE\u03B5 \u03BA\u03AC\u03C0\u03BF\u03B9\u03BF \u03C0\u03C1\u03CC\u03B2\u03BB\u03B7\u03BC\u03B1"), /*#__PURE__*/React.createElement(Link, {
|
|
18
|
+
href: "#passport-date"
|
|
19
|
+
}, "\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C3\u03C5\u03BC\u03C0\u03BB\u03B7\u03C1\u03CE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03AD\u03C4\u03BF\u03C2")), /*#__PURE__*/React.createElement(FieldContainer, {
|
|
20
|
+
error: true,
|
|
21
|
+
id: "passport-date"
|
|
22
|
+
}, /*#__PURE__*/React.createElement(Fieldset, null, /*#__PURE__*/React.createElement(FieldsetLegend, null, "\u03A0\u03BF\u03B9\u03AC \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B7 \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u03B3\u03AD\u03BD\u03BD\u03B7\u03C3\u03AE\u03C2 \u03C3\u03B1\u03C2"), /*#__PURE__*/React.createElement(Hint, null, "\u0393\u03B9\u03B1 \u03C0\u03B1\u03C1\u03AC\u03B4\u03B5\u03B9\u03B3\u03BC\u03B1, 05 11 2020"), /*#__PURE__*/React.createElement(ErrorMessage, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u0397 \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u03B3\u03AD\u03BD\u03BD\u03B7\u03C3\u03B7\u03C2 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 \u03AD\u03C4\u03BF\u03C2."), /*#__PURE__*/React.createElement(DateInputContainer, null, /*#__PURE__*/React.createElement(DateInputItem, {
|
|
23
|
+
name: "day"
|
|
24
|
+
}, "\u0397\u03BC\u03AD\u03C1\u03B1"), /*#__PURE__*/React.createElement(DateInputItem, {
|
|
25
|
+
name: "month"
|
|
26
|
+
}, "\u039C\u03AE\u03BD\u03B1\u03C2"), /*#__PURE__*/React.createElement(DateInputItem, {
|
|
27
|
+
error: true,
|
|
28
|
+
width: 4,
|
|
29
|
+
name: "year"
|
|
30
|
+
}, "\u0388\u03C4\u03BF\u03C2")))), /*#__PURE__*/React.createElement(Button, null, "\u03A3\u03C5\u03BD\u03AD\u03C7\u03B5\u03B9\u03B1"));
|
|
31
|
+
|
|
32
|
+
export var WithBackLinkAndButton = function WithBackLinkAndButton() {
|
|
33
|
+
return _ref;
|
|
34
|
+
};
|
|
35
|
+
export default WithBackLinkAndButton;
|
|
@@ -8,4 +8,5 @@ export default {
|
|
|
8
8
|
displayName: 'NotificationBanner'
|
|
9
9
|
};
|
|
10
10
|
export * from '@digigov/ui/feedback/NotificationBanner/__stories__/Default';
|
|
11
|
-
export * from '@digigov/ui/feedback/NotificationBanner/__stories__/Success';
|
|
11
|
+
export * from '@digigov/ui/feedback/NotificationBanner/__stories__/Success';
|
|
12
|
+
export * from '@digigov/ui/feedback/NotificationBanner/__stories__/Dense';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { NotificationBanner } from '@digigov/ui/feedback/NotificationBanner';
|
|
3
|
+
export var Dense = function Dense() {
|
|
4
|
+
return /*#__PURE__*/React.createElement(NotificationBanner, {
|
|
5
|
+
title: "\u0395\u03B9\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7",
|
|
6
|
+
link: {
|
|
7
|
+
label: 'Προβολή αίτησης',
|
|
8
|
+
href: '#link?name=NotificationBannerDefault'
|
|
9
|
+
},
|
|
10
|
+
dense: true
|
|
11
|
+
}, "\u03A3\u03B5 7 \u03B7\u03BC\u03AD\u03C1\u03B5\u03C2 \u03B8\u03B1 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03C5\u03C0\u03BF\u03B2\u03AC\u03BB\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03B1\u03AF\u03C4\u03B7\u03C3\u03B7.");
|
|
12
|
+
};
|
|
13
|
+
export default Dense;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["variant", "title", "link", "children"];
|
|
3
|
+
var _excluded = ["variant", "title", "link", "dense", "children"];
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import NotificationBannerContainer from '@digigov/react-core/NotificationBannerContainer';
|
|
6
6
|
import NotificationBannerContent from '@digigov/react-core/NotificationBannerContent';
|
|
@@ -14,11 +14,13 @@ export var NotificationBanner = function NotificationBanner(_ref) {
|
|
|
14
14
|
var variant = _ref.variant,
|
|
15
15
|
title = _ref.title,
|
|
16
16
|
link = _ref.link,
|
|
17
|
+
dense = _ref.dense,
|
|
17
18
|
children = _ref.children,
|
|
18
19
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
19
20
|
|
|
20
21
|
return /*#__PURE__*/React.createElement(NotificationBannerContainer, _extends({
|
|
21
|
-
variant: variant
|
|
22
|
+
variant: variant,
|
|
23
|
+
dense: dense
|
|
22
24
|
}, props), title && /*#__PURE__*/React.createElement(NotificationBannerHeader, null, title), /*#__PURE__*/React.createElement(NotificationBannerContent, null, /*#__PURE__*/React.createElement(NotificationBannerHeading, null, children, _ref2, link && /*#__PURE__*/React.createElement(NotificationBannerLink, {
|
|
23
25
|
href: link.href
|
|
24
26
|
}, link.label))));
|
|
@@ -5,17 +5,21 @@ parent: docs/ui/component
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
import ServiceBadge from '@digigov/ui/feedback/ServiceBadge';
|
|
8
|
-
import Header, { HeaderTitle } from '@digigov/ui/app/Header';
|
|
8
|
+
import Header, { HeaderContent, HeaderSection, HeaderTitle } from '@digigov/ui/app/Header';
|
|
9
9
|
import GovGRLogo from '@digigov/ui/govgr/GovGRLogo';
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
13
13
|
<Header>
|
|
14
|
-
<
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
<HeaderContent>
|
|
15
|
+
<HeaderSection>
|
|
16
|
+
<GovGRLogo />
|
|
17
|
+
<HeaderTitle>Service Name </HeaderTitle>
|
|
18
|
+
<ServiceBadge label="ALPHA" />
|
|
19
|
+
</HeaderSection>
|
|
20
|
+
</HeaderContent>
|
|
18
21
|
</Header>
|
|
22
|
+
<br/>
|
|
19
23
|
|
|
20
24
|
## How to use
|
|
21
25
|
|
|
@@ -7,4 +7,5 @@ export default {
|
|
|
7
7
|
displayName: 'WarningText'
|
|
8
8
|
};
|
|
9
9
|
export * from '@digigov/ui/feedback/WarningText/__stories__/Default';
|
|
10
|
-
export * from '@digigov/ui/feedback/WarningText/__stories__/AssistiveText';
|
|
10
|
+
export * from '@digigov/ui/feedback/WarningText/__stories__/AssistiveText';
|
|
11
|
+
export * from '@digigov/ui/feedback/WarningText/__stories__/Dense';
|