@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
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
6
|
+
|
|
7
|
+
Object.defineProperty(exports, "__esModule", {
|
|
8
|
+
value: true
|
|
9
|
+
});
|
|
10
|
+
exports["default"] = exports.Dense = void 0;
|
|
11
|
+
|
|
12
|
+
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
|
|
13
|
+
|
|
14
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
15
|
+
|
|
16
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
17
|
+
|
|
18
|
+
var _StepNav = require("@digigov/ui/content/StepNav");
|
|
19
|
+
|
|
20
|
+
var _Button = require("@digigov/ui/form/Button");
|
|
21
|
+
|
|
22
|
+
var _VisuallyHidden = require("@digigov/ui/utils/VisuallyHidden");
|
|
23
|
+
|
|
24
|
+
var _SummaryList = require("@digigov/ui/content/SummaryList");
|
|
25
|
+
|
|
26
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
27
|
+
|
|
28
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
29
|
+
|
|
30
|
+
var data = [{
|
|
31
|
+
title: 'Απάντηση',
|
|
32
|
+
codename: '(KEP-APA)',
|
|
33
|
+
date: '7 Απριλίου 2023, 12:32μ.μ.',
|
|
34
|
+
details: [{
|
|
35
|
+
name: 'Ημερομηνία',
|
|
36
|
+
value: '7 Απριλίου 2023, 12:32μ.μ.'
|
|
37
|
+
}, {
|
|
38
|
+
name: 'Χειριστής',
|
|
39
|
+
value: 'Καλλιόπη Παπαδοπούλου',
|
|
40
|
+
actions: ['Ανάθεση']
|
|
41
|
+
}, {
|
|
42
|
+
name: 'Κωδικός επαλήθευσης',
|
|
43
|
+
value: '637283494'
|
|
44
|
+
}, {
|
|
45
|
+
name: 'Κατάσταση',
|
|
46
|
+
value: 'Εισερχόμενη',
|
|
47
|
+
actions: ['Αλλαγή']
|
|
48
|
+
}]
|
|
49
|
+
}, {
|
|
50
|
+
title: 'Συμπληρωματικά έγγραφα ',
|
|
51
|
+
codename: '(MORE-DOCS)',
|
|
52
|
+
date: '5 Απριλίου 2023, 8:32π.μ.',
|
|
53
|
+
details: [{
|
|
54
|
+
name: 'Ημερομηνία',
|
|
55
|
+
value: '7 Απριλίου 2023, 12:32μ.μ.'
|
|
56
|
+
}, {
|
|
57
|
+
name: 'Χειριστής',
|
|
58
|
+
value: 'Μαρία Φλούπη',
|
|
59
|
+
actions: ['Ανάθεση']
|
|
60
|
+
}, {
|
|
61
|
+
name: 'Κωδικός επαλήθευσης',
|
|
62
|
+
value: '637283494'
|
|
63
|
+
}, {
|
|
64
|
+
name: 'Κατάσταση',
|
|
65
|
+
value: 'Εισερχόμενη',
|
|
66
|
+
actions: ['Αλλαγή']
|
|
67
|
+
}]
|
|
68
|
+
}, {
|
|
69
|
+
title: 'Αίτηση για συμπληρωματικά έγγραφα',
|
|
70
|
+
codename: '(MORE-DOCS-REQUEST)',
|
|
71
|
+
date: '5 Απριλίου 2023, 8:32π.μ.',
|
|
72
|
+
details: [{
|
|
73
|
+
name: 'Ημερομηνία',
|
|
74
|
+
value: '5 Απριλίου 2023, 8:32π.μ.'
|
|
75
|
+
}, {
|
|
76
|
+
name: 'Χειριστής',
|
|
77
|
+
value: 'Μαρία Φλούπη',
|
|
78
|
+
actions: ['Ανάθεση']
|
|
79
|
+
}, {
|
|
80
|
+
name: 'Κωδικός επαλήθευσης',
|
|
81
|
+
value: '974256'
|
|
82
|
+
}, {
|
|
83
|
+
name: 'Κατάσταση',
|
|
84
|
+
value: 'Εισερχόμενη',
|
|
85
|
+
actions: ['Αλλαγή']
|
|
86
|
+
}]
|
|
87
|
+
}, {
|
|
88
|
+
title: 'Αίτηση Βεβαίωσης Μόνιμης Κατοικίας',
|
|
89
|
+
codename: '(PERMRES-FOREIS)',
|
|
90
|
+
date: '3 Απριλίου 2023, 5:42μ.μ.',
|
|
91
|
+
actions: [{
|
|
92
|
+
label: 'Απάντηση'
|
|
93
|
+
}, {
|
|
94
|
+
label: 'Αίτημα για συμπληρωματικά έγγραφα'
|
|
95
|
+
}],
|
|
96
|
+
details: [{
|
|
97
|
+
name: 'Ημερομηνία',
|
|
98
|
+
value: '3 Απριλίου 2023, 5:42μ.μ.'
|
|
99
|
+
}, {
|
|
100
|
+
name: 'Χειριστής',
|
|
101
|
+
value: 'Μαρία Φλούπη',
|
|
102
|
+
actions: ['Ανάθεση']
|
|
103
|
+
}, {
|
|
104
|
+
name: 'Κωδικός επαλήθευσης',
|
|
105
|
+
value: '475747'
|
|
106
|
+
}, {
|
|
107
|
+
name: 'Κατάσταση',
|
|
108
|
+
value: 'Εισερχόμενη',
|
|
109
|
+
actions: ['Αλλαγή']
|
|
110
|
+
}]
|
|
111
|
+
}];
|
|
112
|
+
|
|
113
|
+
var _ref = /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavCircleNumber, {
|
|
114
|
+
border: false
|
|
115
|
+
});
|
|
116
|
+
|
|
117
|
+
var _ref2 = /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavCircleNumber, {
|
|
118
|
+
border: false
|
|
119
|
+
}, /*#__PURE__*/_react["default"].createElement(_VisuallyHidden.VisuallyHidden, null, "\u0392\u03AE\u03BC\u03B1"), "\u03BA\u03B1\u03B9");
|
|
120
|
+
|
|
121
|
+
var _ref3 = /*#__PURE__*/_react["default"].createElement(_VisuallyHidden.VisuallyHidden, null, "\u0392\u03AE\u03BC\u03B1");
|
|
122
|
+
|
|
123
|
+
var _ref4 = /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
124
|
+
color: "secondary"
|
|
125
|
+
}, "\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u03B5\u03B3\u03B3\u03C1\u03AC\u03C6\u03BF\u03C5");
|
|
126
|
+
|
|
127
|
+
var Dense = function Dense() {
|
|
128
|
+
var _useState = (0, _react.useState)(false),
|
|
129
|
+
_useState2 = (0, _slicedToArray2["default"])(_useState, 2),
|
|
130
|
+
open = _useState2[0],
|
|
131
|
+
setOpen = _useState2[1];
|
|
132
|
+
|
|
133
|
+
var _useState3 = (0, _react.useState)(Array(data.length).fill(false)),
|
|
134
|
+
_useState4 = (0, _slicedToArray2["default"])(_useState3, 2),
|
|
135
|
+
openItem = _useState4[0],
|
|
136
|
+
setOpenItem = _useState4[1];
|
|
137
|
+
|
|
138
|
+
(0, _react.useEffect)(function () {
|
|
139
|
+
var stateArray = [];
|
|
140
|
+
|
|
141
|
+
if (open === false) {
|
|
142
|
+
openItem.map(function () {
|
|
143
|
+
stateArray.push(false);
|
|
144
|
+
});
|
|
145
|
+
setOpenItem(stateArray);
|
|
146
|
+
} else {
|
|
147
|
+
openItem.map(function () {
|
|
148
|
+
stateArray.push(true);
|
|
149
|
+
});
|
|
150
|
+
setOpenItem(stateArray);
|
|
151
|
+
}
|
|
152
|
+
}, [open]);
|
|
153
|
+
|
|
154
|
+
function openCloseItem(index) {
|
|
155
|
+
var statusOpenItem = (0, _toConsumableArray2["default"])(openItem);
|
|
156
|
+
statusOpenItem[index] = !statusOpenItem[index];
|
|
157
|
+
setOpenItem(statusOpenItem);
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
function openCloseAll() {
|
|
161
|
+
setOpen(!open);
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
return /*#__PURE__*/_react["default"].createElement(_StepNav.StepNav, {
|
|
165
|
+
dense: true
|
|
166
|
+
}, /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavControls, null, /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
167
|
+
variant: "link",
|
|
168
|
+
onClick: function onClick() {
|
|
169
|
+
openCloseAll();
|
|
170
|
+
}
|
|
171
|
+
}, open === false ? 'Εμφάνιση όλων' : 'Απόκρυψη όλων')), /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavList, null, data && data.map(function (field, index) {
|
|
172
|
+
return /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavListItem, {
|
|
173
|
+
key: index
|
|
174
|
+
}, /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordion, {
|
|
175
|
+
open: open
|
|
176
|
+
}, /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionSummary, {
|
|
177
|
+
onClick: function onClick() {
|
|
178
|
+
openCloseItem(index);
|
|
179
|
+
}
|
|
180
|
+
}, /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionSummaryHeading, {
|
|
181
|
+
"aria-controls": "content1"
|
|
182
|
+
}, _ref, index === 1 ? _ref2 : /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavCircleNumber, null, _ref3, index > 1 ? index : index + 1), /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionHeadingTitle, null, /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionHeadingText, null, field.title, field.codename && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, ' - ', " ", field.codename))))), /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionContent, {
|
|
183
|
+
id: "content1"
|
|
184
|
+
}, /*#__PURE__*/_react["default"].createElement(_Button.ButtonGroup, null, (field.actions || []).map(function (action, subIndex) {
|
|
185
|
+
return /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
186
|
+
color: "primary",
|
|
187
|
+
key: subIndex
|
|
188
|
+
}, action.label);
|
|
189
|
+
}), _ref4), field.details && /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryList, null, field.details.map(function (field, index) {
|
|
190
|
+
return /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, {
|
|
191
|
+
key: index
|
|
192
|
+
}, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, field.name), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemValue, null, field.value), field.actions && /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemAction, null, /*#__PURE__*/_react["default"].createElement(_Button.ButtonGroup, null, field.actions && field.actions.map(function (action, subIndex) {
|
|
193
|
+
return /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
194
|
+
key: subIndex,
|
|
195
|
+
variant: "link"
|
|
196
|
+
}, action);
|
|
197
|
+
}))));
|
|
198
|
+
})))));
|
|
199
|
+
})));
|
|
200
|
+
};
|
|
201
|
+
|
|
202
|
+
exports.Dense = Dense;
|
|
203
|
+
var _default = Dense;
|
|
204
|
+
exports["default"] = _default;
|
|
@@ -8,6 +8,7 @@ declare namespace _default {
|
|
|
8
8
|
export default _default;
|
|
9
9
|
export * from "./__stories__/Default";
|
|
10
10
|
export * from "./__stories__/WithActions";
|
|
11
|
+
export * from "./__stories__/WithoutActions";
|
|
11
12
|
export * from "./__stories__/WithoutBorders";
|
|
12
13
|
export * from "./__stories__/WithKeyAndAction";
|
|
13
14
|
export * from "./__stories__/RowVariations";
|
|
@@ -38,6 +38,20 @@ Object.keys(_WithActions).forEach(function (key) {
|
|
|
38
38
|
});
|
|
39
39
|
});
|
|
40
40
|
|
|
41
|
+
var _WithoutActions = require("./__stories__/WithoutActions");
|
|
42
|
+
|
|
43
|
+
Object.keys(_WithoutActions).forEach(function (key) {
|
|
44
|
+
if (key === "default" || key === "__esModule") return;
|
|
45
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
46
|
+
if (key in exports && exports[key] === _WithoutActions[key]) return;
|
|
47
|
+
Object.defineProperty(exports, key, {
|
|
48
|
+
enumerable: true,
|
|
49
|
+
get: function get() {
|
|
50
|
+
return _WithoutActions[key];
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
});
|
|
54
|
+
|
|
41
55
|
var _WithoutBorders = require("./__stories__/WithoutBorders");
|
|
42
56
|
|
|
43
57
|
Object.keys(_WithoutBorders).forEach(function (key) {
|
|
@@ -15,12 +15,16 @@ var _Link = require("@digigov/ui/navigation/Link");
|
|
|
15
15
|
|
|
16
16
|
var _VisuallyHidden = require("@digigov/ui/utils/VisuallyHidden");
|
|
17
17
|
|
|
18
|
-
var _ref = /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryList, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, "\u038C\u03BD\u03BF\u03BC\u03B1"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemValue, null, "\u0393\u03B9\u03CE\u03C1\u03B3\u03BF\u03C2 \u03A0\u03B1\u03C0\u03B1\u03B4\u03CC\u03C0\u03BF\u03C5\u03BB\u03BF\u03C2")
|
|
18
|
+
var _ref = /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryList, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, "\u038C\u03BD\u03BF\u03BC\u03B1"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemValue, null, "\u0393\u03B9\u03CE\u03C1\u03B3\u03BF\u03C2 \u03A0\u03B1\u03C0\u03B1\u03B4\u03CC\u03C0\u03BF\u03C5\u03BB\u03BF\u03C2"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemAction, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
19
19
|
href: "#"
|
|
20
|
-
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/_react["default"].createElement(_VisuallyHidden.VisuallyHidden, null, "\u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7\u03C2")))), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, "\
|
|
20
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/_react["default"].createElement(_VisuallyHidden.VisuallyHidden, null, "\u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7\u03C2")))), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, "\u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u0393\u03AD\u03BD\u03BD\u03B7\u03C3\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemValue, null, "11 \u039C\u03B1\u03CA\u03BF\u03C5 1990"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemAction, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
21
|
+
href: "#"
|
|
22
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/_react["default"].createElement(_VisuallyHidden.VisuallyHidden, null, "\u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7\u03C2")))), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, "\u03A4\u03B7\u03BB\u03AD\u03C6\u03C9\u03BD\u03BF \u03B5\u03C0\u03B9\u03BA\u03BF\u03B9\u03BD\u03C9\u03BD\u03AF\u03B1\u03C2"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemValue, null, "6941234567"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemAction, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
23
|
+
href: "#"
|
|
24
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/_react["default"].createElement(_VisuallyHidden.VisuallyHidden, null, "\u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7\u03C2")))));
|
|
21
25
|
|
|
22
26
|
var Default = function Default() {
|
|
23
|
-
return
|
|
27
|
+
return _ref;
|
|
24
28
|
};
|
|
25
29
|
|
|
26
30
|
exports.Default = Default;
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
4
|
|
|
5
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
6
|
+
|
|
5
7
|
Object.defineProperty(exports, "__esModule", {
|
|
6
8
|
value: true
|
|
7
9
|
});
|
|
@@ -11,24 +13,28 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
11
13
|
|
|
12
14
|
var _SummaryList = require("@digigov/ui/content/SummaryList");
|
|
13
15
|
|
|
14
|
-
var _Button = require("@digigov/ui/form/Button");
|
|
15
|
-
|
|
16
16
|
var _Link = require("@digigov/ui/navigation/Link");
|
|
17
17
|
|
|
18
18
|
var _VisuallyHidden = require("@digigov/ui/utils/VisuallyHidden");
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _Button = _interopRequireWildcard(require("@digigov/ui/form/Button"));
|
|
21
|
+
|
|
22
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
23
|
+
|
|
24
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
25
|
+
|
|
26
|
+
var _ref = /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryList, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, "\u038C\u03BD\u03BF\u03BC\u03B1"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemValue, null, "\u0393\u03B9\u03CE\u03C1\u03B3\u03BF\u03C2 \u03A0\u03B1\u03C0\u03B1\u03B4\u03CC\u03C0\u03BF\u03C5\u03BB\u03BF\u03C2"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemAction, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
21
27
|
href: "#"
|
|
22
|
-
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/_react["default"].createElement(_VisuallyHidden.VisuallyHidden, null, "\
|
|
28
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/_react["default"].createElement(_VisuallyHidden.VisuallyHidden, null, "\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7\u03C2")))), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, "\u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u0393\u03AD\u03BD\u03BD\u03B7\u03C3\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemValue, null, "11 \u039C\u03B1\u03CA\u03BF\u03C5 1990"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemAction, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
23
29
|
href: "#"
|
|
24
|
-
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/_react["default"].createElement(_VisuallyHidden.VisuallyHidden, null, "\
|
|
30
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/_react["default"].createElement(_VisuallyHidden.VisuallyHidden, null, "\u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1\u03C2")))), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, "\u03A4\u03B7\u03BB\u03AD\u03C6\u03C9\u03BD\u03BF \u03B5\u03C0\u03B9\u03BA\u03BF\u03B9\u03BD\u03C9\u03BD\u03AF\u03B1\u03C2"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemValue, null, "6941234567"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemAction, null, /*#__PURE__*/_react["default"].createElement(_Button.ButtonGroup, null, /*#__PURE__*/_react["default"].createElement(_Button["default"], {
|
|
25
31
|
variant: "link"
|
|
26
|
-
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE ", /*#__PURE__*/_react["default"].createElement(_VisuallyHidden.VisuallyHidden, null, "\u03C4\u03B7\u03BB\u03B5\u03C6\u03CE\u03BD\u03BF\u03C5")), /*#__PURE__*/_react["default"].createElement(_Button
|
|
32
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE ", /*#__PURE__*/_react["default"].createElement(_VisuallyHidden.VisuallyHidden, null, "\u03C4\u03B7\u03BB\u03B5\u03C6\u03CE\u03BD\u03BF\u03C5")), /*#__PURE__*/_react["default"].createElement(_Button["default"], {
|
|
27
33
|
variant: "link"
|
|
28
34
|
}, "\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE ", /*#__PURE__*/_react["default"].createElement(_VisuallyHidden.VisuallyHidden, null, "\u03C4\u03B7\u03BB\u03B5\u03C6\u03CE\u03BD\u03BF\u03C5"))))));
|
|
29
35
|
|
|
30
36
|
var WithActions = function WithActions() {
|
|
31
|
-
return
|
|
37
|
+
return _ref;
|
|
32
38
|
};
|
|
33
39
|
|
|
34
40
|
exports.WithActions = WithActions;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = exports.WithoutActions = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _SummaryList = require("@digigov/ui/content/SummaryList");
|
|
13
|
+
|
|
14
|
+
var _ref = /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryList, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, "\u038C\u03BD\u03BF\u03BC\u03B1"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemValue, null, "\u0393\u03B9\u03CE\u03C1\u03B3\u03BF\u03C2 \u03A0\u03B1\u03C0\u03B1\u03B4\u03CC\u03C0\u03BF\u03C5\u03BB\u03BF\u03C2")), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, "\u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u0393\u03AD\u03BD\u03BD\u03B7\u03C3\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemValue, null, "11 \u039C\u03B1\u03CA\u03BF\u03C5 1990")), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, "\u03A4\u03B7\u03BB\u03AD\u03C6\u03C9\u03BD\u03BF \u03B5\u03C0\u03B9\u03BA\u03BF\u03B9\u03BD\u03C9\u03BD\u03AF\u03B1\u03C2"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemValue, null, "6941234567")));
|
|
15
|
+
|
|
16
|
+
var WithoutActions = function WithoutActions() {
|
|
17
|
+
return _ref;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
exports.WithoutActions = WithoutActions;
|
|
21
|
+
var _default = WithoutActions;
|
|
22
|
+
exports["default"] = _default;
|
|
@@ -11,12 +11,22 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
11
11
|
|
|
12
12
|
var _SummaryList = require("@digigov/ui/content/SummaryList");
|
|
13
13
|
|
|
14
|
+
var _VisuallyHidden = _interopRequireDefault(require("@digigov/ui/utils/VisuallyHidden"));
|
|
15
|
+
|
|
16
|
+
var _Link = _interopRequireDefault(require("@digigov/ui/navigation/Link"));
|
|
17
|
+
|
|
14
18
|
var _ref = /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryList, {
|
|
15
19
|
border: false
|
|
16
|
-
}, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, "\u038C\u03BD\u03BF\u03BC\u03B1"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemValue, null, "\u0393\u03B9\u03CE\u03C1\u03B3\u03BF\u03C2 \u03A0\u03B1\u03C0\u03B1\u03B4\u03CC\u03C0\u03BF\u03C5\u03BB\u03BF\u03C2")
|
|
20
|
+
}, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, "\u038C\u03BD\u03BF\u03BC\u03B1"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemValue, null, "\u0393\u03B9\u03CE\u03C1\u03B3\u03BF\u03C2 \u03A0\u03B1\u03C0\u03B1\u03B4\u03CC\u03C0\u03BF\u03C5\u03BB\u03BF\u03C2"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemAction, null, /*#__PURE__*/_react["default"].createElement(_Link["default"], {
|
|
21
|
+
href: "#"
|
|
22
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/_react["default"].createElement(_VisuallyHidden["default"], null, "\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7\u03C2")))), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, "\u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u0393\u03AD\u03BD\u03BD\u03B7\u03C3\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemValue, null, "11 \u039C\u03B1\u03CA\u03BF\u03C5 1990"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemAction, null, /*#__PURE__*/_react["default"].createElement(_Link["default"], {
|
|
23
|
+
href: "#"
|
|
24
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/_react["default"].createElement(_VisuallyHidden["default"], null, "\u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1\u03C2")))), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, "\u03A4\u03B7\u03BB\u03AD\u03C6\u03C9\u03BD\u03BF \u03B5\u03C0\u03B9\u03BA\u03BF\u03B9\u03BD\u03C9\u03BD\u03AF\u03B1\u03C2"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemValue, null, "6941234567"), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemAction, null, /*#__PURE__*/_react["default"].createElement(_Link["default"], {
|
|
25
|
+
href: "#"
|
|
26
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/_react["default"].createElement(_VisuallyHidden["default"], null, "\u03C4\u03B7\u03BB\u03B5\u03C6\u03CE\u03BD\u03BF\u03C5")))));
|
|
17
27
|
|
|
18
28
|
var WithoutBorders = function WithoutBorders() {
|
|
19
|
-
return
|
|
29
|
+
return _ref;
|
|
20
30
|
};
|
|
21
31
|
|
|
22
32
|
exports.WithoutBorders = WithoutBorders;
|
|
@@ -23,27 +23,27 @@ var data = {
|
|
|
23
23
|
content: [{
|
|
24
24
|
date: '24-07-23 16:34',
|
|
25
25
|
title: 'Ειδοποίηση',
|
|
26
|
-
actions: '
|
|
26
|
+
actions: 'Λεπτομέρειες',
|
|
27
27
|
"new": true
|
|
28
28
|
}, {
|
|
29
29
|
date: '24-07-23 12:41',
|
|
30
30
|
title: 'Μήνυμα υπηρεσίας',
|
|
31
|
-
actions: '
|
|
31
|
+
actions: 'Λεπτομέρειες',
|
|
32
32
|
"new": true
|
|
33
33
|
}, {
|
|
34
34
|
date: '24-07-23 12:40',
|
|
35
35
|
title: 'Μήνυμα από τον διαχειριστή',
|
|
36
|
-
actions: '
|
|
36
|
+
actions: 'Λεπτομέρειες',
|
|
37
37
|
"new": false
|
|
38
38
|
}, {
|
|
39
39
|
date: '23-07-23 15:14',
|
|
40
40
|
title: 'Έχετε συνδεθεί',
|
|
41
|
-
actions: '
|
|
41
|
+
actions: 'Λεπτομέρειες',
|
|
42
42
|
"new": false
|
|
43
43
|
}, {
|
|
44
44
|
date: '23-07-23 13:25',
|
|
45
45
|
title: 'Ο κωδικός άλλαξε',
|
|
46
|
-
actions: '
|
|
46
|
+
actions: 'Λεπτομέρειες',
|
|
47
47
|
"new": false
|
|
48
48
|
}]
|
|
49
49
|
};
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
4
|
|
|
5
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
6
|
+
|
|
5
7
|
Object.defineProperty(exports, "__esModule", {
|
|
6
8
|
value: true
|
|
7
9
|
});
|
|
@@ -15,9 +17,11 @@ var _TableFloatingScroll = require("@digigov/ui/content/Table/TableFloatingScrol
|
|
|
15
17
|
|
|
16
18
|
var _Dropdown = require("@digigov/ui/navigation/Dropdown");
|
|
17
19
|
|
|
18
|
-
var
|
|
20
|
+
var _NavList = _interopRequireWildcard(require("@digigov/ui/navigation/NavList"));
|
|
21
|
+
|
|
22
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
23
|
|
|
20
|
-
var
|
|
24
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
25
|
|
|
22
26
|
var labels = {
|
|
23
27
|
name: 'Ονοματεπώνυμο',
|
|
@@ -62,9 +66,11 @@ var _ref2 = /*#__PURE__*/_react["default"].createElement(_Table.TableDataCell, n
|
|
|
62
66
|
placement: "bottom"
|
|
63
67
|
}, /*#__PURE__*/_react["default"].createElement(_Dropdown.DropdownButton, {
|
|
64
68
|
variant: "link"
|
|
65
|
-
}, "\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2"), /*#__PURE__*/_react["default"].createElement(_Dropdown.DropdownContent, null, /*#__PURE__*/_react["default"].createElement(
|
|
69
|
+
}, "\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2"), /*#__PURE__*/_react["default"].createElement(_Dropdown.DropdownContent, null, /*#__PURE__*/_react["default"].createElement(_NavList["default"], {
|
|
70
|
+
layout: "vertical"
|
|
71
|
+
}, /*#__PURE__*/_react["default"].createElement(_NavList.NavListItemAction, {
|
|
66
72
|
href: "#"
|
|
67
|
-
}, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/_react["default"].createElement(
|
|
73
|
+
}, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/_react["default"].createElement(_NavList.NavListItemAction, {
|
|
68
74
|
href: "#"
|
|
69
75
|
}, "\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE")))));
|
|
70
76
|
|
package/content/Table/index.js
CHANGED
|
@@ -50,9 +50,7 @@ var _icons = require("@digigov/ui/icons");
|
|
|
50
50
|
|
|
51
51
|
var _Dropdown = require("@digigov/ui/navigation/Dropdown");
|
|
52
52
|
|
|
53
|
-
var
|
|
54
|
-
|
|
55
|
-
var _NavVerticalItem = require("@digigov/ui/navigation/NavList/NavVerticalItem");
|
|
53
|
+
var _NavList = require("@digigov/ui/navigation/NavList");
|
|
56
54
|
|
|
57
55
|
var _TableContainer = require("@digigov/react-core/TableContainer");
|
|
58
56
|
|
|
@@ -259,9 +257,12 @@ var TableSortLabel = /*#__PURE__*/_react["default"].forwardRef(function TableSor
|
|
|
259
257
|
direction: 'down',
|
|
260
258
|
size: "sm",
|
|
261
259
|
variant: direction === -1 ? 'dark' : 'gray'
|
|
262
|
-
}))), /*#__PURE__*/_react["default"].createElement(_Dropdown.DropdownContent, null, /*#__PURE__*/_react["default"].createElement(
|
|
260
|
+
}))), /*#__PURE__*/_react["default"].createElement(_Dropdown.DropdownContent, null, /*#__PURE__*/_react["default"].createElement(_NavList.NavList, {
|
|
261
|
+
layout: "vertical"
|
|
262
|
+
}, /*#__PURE__*/_react["default"].createElement(_NavList.NavListItemAction, {
|
|
263
263
|
active: direction === 1,
|
|
264
264
|
tabIndex: 0,
|
|
265
|
+
arrow: false,
|
|
265
266
|
onClick: function onClick() {
|
|
266
267
|
onSort(1);
|
|
267
268
|
dropdownRef.current && (dropdownRef.current.open = false);
|
|
@@ -272,9 +273,10 @@ var TableSortLabel = /*#__PURE__*/_react["default"].forwardRef(function TableSor
|
|
|
272
273
|
dropdownRef.current && (dropdownRef.current.open = false);
|
|
273
274
|
}
|
|
274
275
|
}
|
|
275
|
-
}, _ref2, labels.asc), /*#__PURE__*/_react["default"].createElement(
|
|
276
|
+
}, _ref2, labels.asc), /*#__PURE__*/_react["default"].createElement(_NavList.NavListItemAction, {
|
|
276
277
|
active: direction === -1,
|
|
277
278
|
tabIndex: 0,
|
|
279
|
+
arrow: false,
|
|
278
280
|
onClick: function onClick() {
|
|
279
281
|
onSort(-1);
|
|
280
282
|
dropdownRef.current && (dropdownRef.current.open = false);
|
package/content/Table/index.mdx
CHANGED
|
@@ -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
|
|
|
@@ -23,6 +23,20 @@ Object.keys(_Default).forEach(function (key) {
|
|
|
23
23
|
}
|
|
24
24
|
});
|
|
25
25
|
});
|
|
26
|
+
|
|
27
|
+
var _Dense = require("@digigov/ui/content/TaskList/__stories__/Dense");
|
|
28
|
+
|
|
29
|
+
Object.keys(_Dense).forEach(function (key) {
|
|
30
|
+
if (key === "default" || key === "__esModule") return;
|
|
31
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
32
|
+
if (key in exports && exports[key] === _Dense[key]) return;
|
|
33
|
+
Object.defineProperty(exports, key, {
|
|
34
|
+
enumerable: true,
|
|
35
|
+
get: function get() {
|
|
36
|
+
return _Dense[key];
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
});
|
|
26
40
|
var _default = {
|
|
27
41
|
title: 'Digigov UI/content/TaskList',
|
|
28
42
|
description: 'Only use a task list page for longer transactions involving multiple tasks that users may need to complete over a number of sessions.',
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = exports.Dense = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _SummaryList = require("@digigov/ui/content/SummaryList");
|
|
13
|
+
|
|
14
|
+
var _TaskList = require("@digigov/ui/content/TaskList");
|
|
15
|
+
|
|
16
|
+
var _Link = require("@digigov/ui/navigation/Link");
|
|
17
|
+
|
|
18
|
+
var fields = [{
|
|
19
|
+
title: 'Έλεγχοι πριν ξεκινήσετε',
|
|
20
|
+
tasks: [{
|
|
21
|
+
text: 'Ελέγξτε την καταλληλότητα',
|
|
22
|
+
status: 'Ολοκληρωθηκε'
|
|
23
|
+
}, {
|
|
24
|
+
text: 'Εμφάνιση δήλωσης',
|
|
25
|
+
status: 'Ολοκληρωθηκε'
|
|
26
|
+
}]
|
|
27
|
+
}, {
|
|
28
|
+
title: 'Προετοιμασία αίτησης',
|
|
29
|
+
tasks: [{
|
|
30
|
+
text: 'Στοιχεία εταιρείας',
|
|
31
|
+
status: 'Ολοκληρωθηκε'
|
|
32
|
+
}, {
|
|
33
|
+
text: 'Στοιχεία επικοινωνίας',
|
|
34
|
+
status: 'Σε εξελιξη'
|
|
35
|
+
}, {
|
|
36
|
+
text: 'Λίστα αποδείξεων',
|
|
37
|
+
status: 'Δεν εχει ξεκινησει'
|
|
38
|
+
}, {
|
|
39
|
+
text: 'Παροχή οικονομικών στοιχείων',
|
|
40
|
+
status: 'Σε αναμονη'
|
|
41
|
+
}, {
|
|
42
|
+
text: 'Παροχή ιατρικών πληροφοριών',
|
|
43
|
+
status: 'Σε αναμονη'
|
|
44
|
+
}]
|
|
45
|
+
}, {
|
|
46
|
+
title: 'Αίτηση',
|
|
47
|
+
tasks: [{
|
|
48
|
+
text: 'Υποβολή και πληρωμή',
|
|
49
|
+
status: 'Σε αναμονη'
|
|
50
|
+
}]
|
|
51
|
+
}];
|
|
52
|
+
|
|
53
|
+
var Dense = function Dense() {
|
|
54
|
+
return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_TaskList.TaskList, {
|
|
55
|
+
dense: true
|
|
56
|
+
}, fields && fields.map(function (field, index) {
|
|
57
|
+
return /*#__PURE__*/_react["default"].createElement(_TaskList.TaskListItem, {
|
|
58
|
+
key: index
|
|
59
|
+
}, /*#__PURE__*/_react["default"].createElement(_TaskList.TaskListItemHeading, {
|
|
60
|
+
size: "md"
|
|
61
|
+
}, "".concat(index + 1, ". ").concat(field.title)), /*#__PURE__*/_react["default"].createElement(_TaskList.TaskListItemContent, null, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryList, null, field.tasks.map(function (task, key) {
|
|
62
|
+
var tagColor;
|
|
63
|
+
|
|
64
|
+
switch (task.status) {
|
|
65
|
+
case 'Ολοκληρωθηκε':
|
|
66
|
+
tagColor = 'info';
|
|
67
|
+
break;
|
|
68
|
+
|
|
69
|
+
case 'Σε εξελιξη':
|
|
70
|
+
tagColor = 'primary';
|
|
71
|
+
break;
|
|
72
|
+
|
|
73
|
+
case 'Δεν εχει ξεκινησει':
|
|
74
|
+
tagColor = 'secondary';
|
|
75
|
+
break;
|
|
76
|
+
|
|
77
|
+
case 'Σε αναμονη':
|
|
78
|
+
tagColor = 'secondary';
|
|
79
|
+
break;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
return /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, {
|
|
83
|
+
key: key
|
|
84
|
+
}, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, /*#__PURE__*/_react["default"].createElement(_Link.LinkBase, null, task.text)), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemAction, null, /*#__PURE__*/_react["default"].createElement(_TaskList.TaskListItemTag, {
|
|
85
|
+
color: tagColor
|
|
86
|
+
}, task.status)));
|
|
87
|
+
}))));
|
|
88
|
+
})));
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
exports.Dense = Dense;
|
|
92
|
+
var _default = Dense;
|
|
93
|
+
exports["default"] = _default;
|