@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,8 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
1
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
2
|
import React, { useState } from 'react';
|
|
4
3
|
import { Drawer } from '@digigov/ui/navigation/Drawer';
|
|
5
4
|
import { DrawerHeading } from '@digigov/ui/navigation/Drawer';
|
|
6
|
-
import {
|
|
7
|
-
import { isNavListItemLinkInterface, NavListAuto, NavListItem, NavMenu, NavMenuContainer, NavMenuContainerContent, NavMenuContainerContentList, NavMenuContainerContentListItem, NavMenuContainerTitle } from '@digigov/ui/navigation/NavList';
|
|
8
|
-
import { useNavList } from '@digigov/ui/navigation/NavList/hooks/useNavList';
|
|
5
|
+
import { NavListAuto } from '@digigov/ui/navigation/NavList';
|
|
9
6
|
import { Title } from '@digigov/ui/typography/Title';
|
|
10
7
|
|
|
11
8
|
function useDrawer() {
|
|
@@ -28,27 +25,29 @@ var links = [{
|
|
|
28
25
|
}, {
|
|
29
26
|
name: 'educational',
|
|
30
27
|
label: 'Εκπαιδευτικό υλικό',
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
28
|
+
menu: {
|
|
29
|
+
links: [{
|
|
30
|
+
name: 'elearning',
|
|
31
|
+
href: '#elearning',
|
|
32
|
+
label: 'Εκπαιδευτική πλατφόρμα'
|
|
33
|
+
}, {
|
|
34
|
+
name: 'videos',
|
|
35
|
+
href: '#videos',
|
|
36
|
+
label: 'Βίντεο'
|
|
37
|
+
}, {
|
|
38
|
+
name: 'presentations',
|
|
39
|
+
href: '#presentations',
|
|
40
|
+
label: 'Παρουσιάσεις'
|
|
41
|
+
}, {
|
|
42
|
+
name: 'promoting',
|
|
43
|
+
href: '#promoting',
|
|
44
|
+
label: 'Προωθώντας την αθλητική ακεραιότητα στην νέα γενιά'
|
|
45
|
+
}, {
|
|
46
|
+
name: 'other-texts',
|
|
47
|
+
href: '#other-texts',
|
|
48
|
+
label: 'Άλλα κείμενα'
|
|
49
|
+
}]
|
|
50
|
+
}
|
|
52
51
|
}, {
|
|
53
52
|
name: 'news',
|
|
54
53
|
href: '#news',
|
|
@@ -65,19 +64,6 @@ export var Default = function Default() {
|
|
|
65
64
|
open = _useDrawer2[0],
|
|
66
65
|
toggleDrawer = _useDrawer2[1];
|
|
67
66
|
|
|
68
|
-
var _useNavList = useNavList(),
|
|
69
|
-
container = _useNavList.container,
|
|
70
|
-
registerButton = _useNavList.registerButton,
|
|
71
|
-
registerLink = _useNavList.registerLink;
|
|
72
|
-
|
|
73
|
-
var setRegisterButton = function setRegisterButton(name) {
|
|
74
|
-
return _extends({}, registerButton(name));
|
|
75
|
-
};
|
|
76
|
-
|
|
77
|
-
var setRegisterLink = function setRegisterLink(name) {
|
|
78
|
-
return _extends({}, registerLink(name));
|
|
79
|
-
};
|
|
80
|
-
|
|
81
67
|
var layout = 'vertical';
|
|
82
68
|
var border = false;
|
|
83
69
|
var fixed = false;
|
|
@@ -95,33 +81,6 @@ export var Default = function Default() {
|
|
|
95
81
|
border: border,
|
|
96
82
|
fixed: fixed,
|
|
97
83
|
"aria-label": "Nav list"
|
|
98
|
-
}
|
|
99
|
-
var _item$subMenu;
|
|
100
|
-
|
|
101
|
-
return /*#__PURE__*/React.createElement(React.Fragment, {
|
|
102
|
-
key: key
|
|
103
|
-
}, /*#__PURE__*/React.createElement(NavListItem, {
|
|
104
|
-
link: item,
|
|
105
|
-
setRegisterButton: setRegisterButton,
|
|
106
|
-
setRegisterLink: setRegisterLink
|
|
107
|
-
}), /*#__PURE__*/React.createElement(NavMenu, _extends({
|
|
108
|
-
layout: layout
|
|
109
|
-
}, container(item.name)), /*#__PURE__*/React.createElement(NavMenuContainer, {
|
|
110
|
-
layout: layout,
|
|
111
|
-
paddingLeft: 5,
|
|
112
|
-
paddingRight: 5
|
|
113
|
-
}, /*#__PURE__*/React.createElement(NavMenuContainerTitle, null, item.label), /*#__PURE__*/React.createElement(NavMenuContainerContent, null, /*#__PURE__*/React.createElement(NavMenuContainerContentList, {
|
|
114
|
-
role: "menu"
|
|
115
|
-
}, (_item$subMenu = item.subMenu) === null || _item$subMenu === void 0 ? void 0 : _item$subMenu.map(function (subMenu, menuIndex) {
|
|
116
|
-
return isNavListItemLinkInterface(subMenu) && /*#__PURE__*/React.createElement(NavMenuContainerContentListItem, {
|
|
117
|
-
key: menuIndex,
|
|
118
|
-
role: "presentation"
|
|
119
|
-
}, /*#__PURE__*/React.createElement(Link, {
|
|
120
|
-
role: "menuitem",
|
|
121
|
-
id: subMenu.name,
|
|
122
|
-
href: subMenu.href
|
|
123
|
-
}, subMenu.label));
|
|
124
|
-
}))))));
|
|
125
|
-
})));
|
|
84
|
+
}));
|
|
126
85
|
};
|
|
127
86
|
export default Default;
|
|
@@ -6,8 +6,7 @@ import { LabelTitle } from '@digigov/ui/form/LabelContainer';
|
|
|
6
6
|
import { TextInput } from '@digigov/ui/form/TextInput';
|
|
7
7
|
import { SectionBreak } from '@digigov/ui/layouts/SectionBreak';
|
|
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 _ref = /*#__PURE__*/React.createElement(Dropdown, {
|
|
13
12
|
align: "right"
|
|
@@ -24,16 +23,18 @@ var _ref = /*#__PURE__*/React.createElement(Dropdown, {
|
|
|
24
23
|
}, /*#__PURE__*/React.createElement(LabelContainer, null, /*#__PURE__*/React.createElement(LabelTitle, null, "\u038C\u03BD\u03BF\u03BC\u03B1 \u03C0\u03B5\u03B4\u03AF\u03BF\u03C5"), /*#__PURE__*/React.createElement(TextInput, {
|
|
25
24
|
name: "input-name"
|
|
26
25
|
}))), /*#__PURE__*/React.createElement(SectionBreak, {
|
|
27
|
-
role: "separator"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}, /*#__PURE__*/React.createElement(
|
|
26
|
+
role: "separator",
|
|
27
|
+
paddingBottom: 0,
|
|
28
|
+
paddingTop: 0
|
|
29
|
+
}), /*#__PURE__*/React.createElement(NavList, {
|
|
30
|
+
layout: "vertical"
|
|
31
|
+
}, /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
31
32
|
role: "menuitem",
|
|
32
33
|
href: "#"
|
|
33
|
-
}, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/React.createElement(
|
|
34
|
+
}, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
34
35
|
role: "menuitem",
|
|
35
36
|
href: "#"
|
|
36
|
-
}, "\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7"), /*#__PURE__*/React.createElement(
|
|
37
|
+
}, "\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7"), /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
37
38
|
role: "menuitem",
|
|
38
39
|
href: "#"
|
|
39
40
|
}, "\u039F\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE")), /*#__PURE__*/React.createElement(SectionBreak, {
|
|
@@ -6,8 +6,7 @@ import { LabelTitle } from '@digigov/ui/form/LabelContainer';
|
|
|
6
6
|
import { TextInput } from '@digigov/ui/form/TextInput';
|
|
7
7
|
import { SectionBreak } from '@digigov/ui/layouts/SectionBreak';
|
|
8
8
|
import { Dropdown, DropdownButton, DropdownContent } from '@digigov/ui/navigation/Dropdown';
|
|
9
|
-
import {
|
|
10
|
-
import { NavVerticalItem } from '@digigov/ui/navigation/NavList/NavVerticalItem';
|
|
9
|
+
import { NavListItemAction, NavList } from '@digigov/ui/navigation/NavList';
|
|
11
10
|
|
|
12
11
|
var _ref = /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(DropdownButton, {
|
|
13
12
|
role: "button",
|
|
@@ -22,16 +21,18 @@ var _ref = /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.c
|
|
|
22
21
|
}, /*#__PURE__*/React.createElement(LabelContainer, null, /*#__PURE__*/React.createElement(LabelTitle, null, "\u038C\u03BD\u03BF\u03BC\u03B1 \u03C0\u03B5\u03B4\u03AF\u03BF\u03C5"), /*#__PURE__*/React.createElement(TextInput, {
|
|
23
22
|
name: "input-name"
|
|
24
23
|
}))), /*#__PURE__*/React.createElement(SectionBreak, {
|
|
25
|
-
role: "separator"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}, /*#__PURE__*/React.createElement(
|
|
24
|
+
role: "separator",
|
|
25
|
+
paddingBottom: 0,
|
|
26
|
+
paddingTop: 0
|
|
27
|
+
}), /*#__PURE__*/React.createElement(NavList, {
|
|
28
|
+
layout: "vertical"
|
|
29
|
+
}, /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
29
30
|
role: "menuitem",
|
|
30
31
|
href: "#"
|
|
31
|
-
}, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/React.createElement(
|
|
32
|
+
}, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
32
33
|
role: "menuitem",
|
|
33
34
|
href: "#"
|
|
34
|
-
}, "\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7"), /*#__PURE__*/React.createElement(
|
|
35
|
+
}, "\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7"), /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
35
36
|
role: "menuitem",
|
|
36
37
|
href: "#"
|
|
37
38
|
}, "\u039F\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE")), /*#__PURE__*/React.createElement(SectionBreak, {
|
|
@@ -6,8 +6,7 @@ import { LabelTitle } from '@digigov/ui/form/LabelContainer';
|
|
|
6
6
|
import { TextInput } from '@digigov/ui/form/TextInput';
|
|
7
7
|
import { SectionBreak } from '@digigov/ui/layouts/SectionBreak';
|
|
8
8
|
import { Dropdown, DropdownButton, DropdownContent } from '@digigov/ui/navigation/Dropdown';
|
|
9
|
-
import {
|
|
10
|
-
import { NavVerticalItem } from '@digigov/ui/navigation/NavList/NavVerticalItem';
|
|
9
|
+
import { NavListItemAction, NavList } from '@digigov/ui/navigation/NavList';
|
|
11
10
|
|
|
12
11
|
var _ref = /*#__PURE__*/React.createElement(DropdownButton, {
|
|
13
12
|
role: "button",
|
|
@@ -24,16 +23,18 @@ var _ref2 = /*#__PURE__*/React.createElement(DropdownContent, {
|
|
|
24
23
|
}, /*#__PURE__*/React.createElement(LabelContainer, null, /*#__PURE__*/React.createElement(LabelTitle, null, "\u038C\u03BD\u03BF\u03BC\u03B1 \u03C0\u03B5\u03B4\u03AF\u03BF\u03C5"), /*#__PURE__*/React.createElement(TextInput, {
|
|
25
24
|
name: "input-name"
|
|
26
25
|
}))), /*#__PURE__*/React.createElement(SectionBreak, {
|
|
27
|
-
role: "separator"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}, /*#__PURE__*/React.createElement(
|
|
26
|
+
role: "separator",
|
|
27
|
+
paddingBottom: 0,
|
|
28
|
+
paddingTop: 0
|
|
29
|
+
}), /*#__PURE__*/React.createElement(NavList, {
|
|
30
|
+
layout: "vertical"
|
|
31
|
+
}, /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
31
32
|
role: "menuitem",
|
|
32
33
|
href: "#"
|
|
33
|
-
}, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/React.createElement(
|
|
34
|
+
}, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
34
35
|
role: "menuitem",
|
|
35
36
|
href: "#"
|
|
36
|
-
}, "\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7"), /*#__PURE__*/React.createElement(
|
|
37
|
+
}, "\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7"), /*#__PURE__*/React.createElement(NavListItemAction, {
|
|
37
38
|
role: "menuitem",
|
|
38
39
|
href: "#"
|
|
39
40
|
}, "\u039F\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE")), /*#__PURE__*/React.createElement(SectionBreak, {
|
|
@@ -25,8 +25,6 @@ You can display the dropdown menu to the top of the `Dropdown` button.
|
|
|
25
25
|
|
|
26
26
|
<Story packageName="@digigov/ui" component="navigation/Dropdown" story="PlacementTop.tsx" />
|
|
27
27
|
|
|
28
|
-
You can read more about the accessibility patterns used in our Dropdown
|
|
29
|
-
implementation in the ARIA Authoring Practices Guide (APG) at
|
|
30
28
|
|
|
31
29
|
## API
|
|
32
30
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
3
|
var _excluded = ["children", "href"];
|
|
4
|
-
import
|
|
4
|
+
import React from 'react';
|
|
5
5
|
import LinkBase from '@digigov/react-core/LinkBase';
|
|
6
6
|
export var CommonLink = function CommonLink(props) {
|
|
7
7
|
return /*#__PURE__*/React.createElement(LinkBase, props, props.children);
|
|
@@ -29,6 +29,8 @@ import Link from '@digigov/ui/navigation/Link';
|
|
|
29
29
|
|
|
30
30
|
<Story packageName="@digigov/ui" component="navigation/Link" story="DarkBackgroundNoUnderline.tsx" />
|
|
31
31
|
|
|
32
|
+
### Accessibility
|
|
33
|
+
|
|
32
34
|
You can read more about the accessibility patterns used in our Link
|
|
33
35
|
implementation in the ARIA Authoring Practices Guide (APG) at
|
|
34
36
|
[Link](https://www.w3.org/WAI/ARIA/apg/patterns/link/) section.
|
|
@@ -7,4 +7,10 @@ export default {
|
|
|
7
7
|
displayName: 'NavList'
|
|
8
8
|
};
|
|
9
9
|
export * from '@digigov/ui/navigation/NavList/__stories__/Default';
|
|
10
|
-
export * from '@digigov/ui/navigation/NavList/__stories__/
|
|
10
|
+
export * from '@digigov/ui/navigation/NavList/__stories__/Vertical';
|
|
11
|
+
export * from '@digigov/ui/navigation/NavList/__stories__/NavListWithoutNav';
|
|
12
|
+
export * from '@digigov/ui/navigation/NavList/__stories__/HorizontalWithoutDrawer';
|
|
13
|
+
export * from '@digigov/ui/navigation/NavList/__stories__/VerticalWithoutDrawer';
|
|
14
|
+
export * from '@digigov/ui/navigation/NavList/__stories__/UsingNavListAuto';
|
|
15
|
+
export * from '@digigov/ui/navigation/NavList/__stories__/HorizontalWithDrawer';
|
|
16
|
+
export * from '@digigov/ui/navigation/NavList/__stories__/UsingHeaderButton';
|
|
@@ -1,31 +1,51 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "4",
|
|
3
3
|
"stories": {
|
|
4
|
-
"digigov-ui-navigation-navlist--
|
|
4
|
+
"digigov-ui-navigation-navlist--with-sub-menu": {
|
|
5
5
|
"actionSets": [
|
|
6
6
|
{
|
|
7
7
|
"actions": [
|
|
8
8
|
{
|
|
9
9
|
"name": "hover",
|
|
10
10
|
"args": {
|
|
11
|
-
"selector": "html>body>div:nth-child(5)>nav>ul>li:nth-child(
|
|
11
|
+
"selector": "html>body>div:nth-child(5)>nav>ul>li:nth-child(1)>a"
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
],
|
|
15
15
|
"id": "dHQxEQCIJ4bJ",
|
|
16
16
|
"title": "Hover item"
|
|
17
|
-
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"digigov-ui-navigation-navlist--horizontal-with-submenu": {
|
|
21
|
+
"actionSets": [
|
|
22
|
+
{
|
|
23
|
+
"actions": [
|
|
24
|
+
{
|
|
25
|
+
"name": "click",
|
|
26
|
+
"args": {
|
|
27
|
+
"selector": "html>body>div:nth-child(5)>nav>ul>li:nth-child(2)>button"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"id": "2DykhuHWrXMe",
|
|
32
|
+
"title": "Open submenu"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"digigov-ui-navigation-navlist--vertical-with-submenu": {
|
|
37
|
+
"actionSets": [
|
|
18
38
|
{
|
|
19
39
|
"actions": [
|
|
20
40
|
{
|
|
21
41
|
"name": "click",
|
|
22
42
|
"args": {
|
|
23
|
-
"selector": "html>body>div:nth-child(5)>nav>ul>li:nth-child(
|
|
43
|
+
"selector": "html>body>div:nth-child(5)>nav>ul>li:nth-child(2)>button"
|
|
24
44
|
}
|
|
25
45
|
}
|
|
26
46
|
],
|
|
27
|
-
"id": "
|
|
28
|
-
"title": "Open
|
|
47
|
+
"id": "yTIrKHLeGZkx",
|
|
48
|
+
"title": "Open submenu"
|
|
29
49
|
}
|
|
30
50
|
]
|
|
31
51
|
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["layout", "links"];
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { useNavList } from '../hooks/useNavList';
|
|
6
|
+
import NavListItemAction from '@digigov/react-core/NavListItemAction';
|
|
7
|
+
import { Link } from '@digigov/ui/navigation/Link';
|
|
8
|
+
import Nav from '../Nav';
|
|
9
|
+
import NavList from '@digigov/react-core/NavList';
|
|
10
|
+
import NavMenuContainer from '@digigov/react-core/NavMenuContainer';
|
|
11
|
+
import NavMenuContent from '@digigov/react-core/NavMenuContent';
|
|
12
|
+
import NavMenuContentList from '@digigov/ui/navigation/NavList/NavMenuContentList';
|
|
13
|
+
import NavMenuContentListItem from '@digigov/react-core/NavMenuContentListItem';
|
|
14
|
+
import NavMenuTitle from '@digigov/react-core/NavMenuTitle';
|
|
15
|
+
export var NavListAuto = function NavListAuto(_ref) {
|
|
16
|
+
var layout = _ref.layout,
|
|
17
|
+
_ref$links = _ref.links,
|
|
18
|
+
links = _ref$links === void 0 ? [] : _ref$links,
|
|
19
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
+
|
|
21
|
+
var _useNavList = useNavList(),
|
|
22
|
+
registerNavItemMenu = _useNavList.registerNavItemMenu,
|
|
23
|
+
registerNavItem = _useNavList.registerNavItem;
|
|
24
|
+
|
|
25
|
+
return /*#__PURE__*/React.createElement(Nav, props, /*#__PURE__*/React.createElement(NavList, {
|
|
26
|
+
layout: layout
|
|
27
|
+
}, links.map(function (item, key) {
|
|
28
|
+
var _item$subMenu;
|
|
29
|
+
|
|
30
|
+
return /*#__PURE__*/React.createElement(React.Fragment, {
|
|
31
|
+
key: key
|
|
32
|
+
}, /*#__PURE__*/React.createElement(NavListItemAction, registerNavItem(item), item.label), item.subMenu && /*#__PURE__*/React.createElement(NavMenuContainer, _extends({
|
|
33
|
+
layout: layout
|
|
34
|
+
}, registerNavItemMenu(item.name)), (item.subMenuHeading || item.label) && /*#__PURE__*/React.createElement(NavMenuTitle, null, item.subMenuHeading || item.label), /*#__PURE__*/React.createElement(NavMenuContent, null, /*#__PURE__*/React.createElement(NavMenuContentList, {
|
|
35
|
+
role: "menu"
|
|
36
|
+
}, (_item$subMenu = item.subMenu) === null || _item$subMenu === void 0 ? void 0 : _item$subMenu.map(function (subMenu, menuIndex) {
|
|
37
|
+
return (subMenu === null || subMenu === void 0 ? void 0 : subMenu.href) && /*#__PURE__*/React.createElement(NavMenuContentListItem, {
|
|
38
|
+
key: menuIndex,
|
|
39
|
+
role: "presentation"
|
|
40
|
+
}, /*#__PURE__*/React.createElement(Link, {
|
|
41
|
+
role: "menuitem",
|
|
42
|
+
id: subMenu.name,
|
|
43
|
+
href: subMenu.href
|
|
44
|
+
}, subMenu.label));
|
|
45
|
+
})))));
|
|
46
|
+
})));
|
|
47
|
+
};
|
|
48
|
+
export default NavListAuto;
|
|
@@ -2,8 +2,8 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
3
|
var _excluded = ["children"];
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import
|
|
6
|
-
export * from '@digigov/react-core/
|
|
5
|
+
import NavMenuContentListBase from '@digigov/react-core/NavMenuContentListBase';
|
|
6
|
+
export * from '@digigov/react-core/NavMenuContentListBase';
|
|
7
7
|
|
|
8
8
|
var focusNavListItem = function focusNavListItem(e, nextItemIndex) {
|
|
9
9
|
var _document$activeEleme;
|
|
@@ -40,11 +40,11 @@ var focusNavListItem = function focusNavListItem(e, nextItemIndex) {
|
|
|
40
40
|
}
|
|
41
41
|
};
|
|
42
42
|
|
|
43
|
-
export var
|
|
43
|
+
export var NavMenuContentList = function NavMenuContentList(_ref) {
|
|
44
44
|
var children = _ref.children,
|
|
45
45
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
46
46
|
|
|
47
|
-
return /*#__PURE__*/React.createElement(
|
|
47
|
+
return /*#__PURE__*/React.createElement(NavMenuContentListBase, _extends({}, props, {
|
|
48
48
|
onKeyDown: function onKeyDown(event) {
|
|
49
49
|
switch (event.key) {
|
|
50
50
|
case 'ArrowDown':
|
|
@@ -63,4 +63,4 @@ export var NavMenuContainerContentList = function NavMenuContainerContentList(_r
|
|
|
63
63
|
}
|
|
64
64
|
}), children);
|
|
65
65
|
};
|
|
66
|
-
export default
|
|
66
|
+
export default NavMenuContentList;
|
|
@@ -1,89 +1,29 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
name: 'home',
|
|
7
|
-
href: '#home',
|
|
8
|
-
label: 'Αρχική'
|
|
9
|
-
}, {
|
|
10
|
-
name: 'educational',
|
|
11
|
-
label: 'Εκπαιδευτικό υλικό',
|
|
12
|
-
subMenu: [{
|
|
13
|
-
name: 'elearning',
|
|
14
|
-
href: '#elearning',
|
|
15
|
-
label: 'Εκπαιδευτική πλατφόρμα'
|
|
16
|
-
}, {
|
|
17
|
-
name: 'videos',
|
|
18
|
-
href: '#videos',
|
|
19
|
-
label: 'Βίντεο'
|
|
20
|
-
}, {
|
|
21
|
-
name: 'presentations',
|
|
22
|
-
href: '#presentations',
|
|
23
|
-
label: 'Παρουσιάσεις'
|
|
24
|
-
}, {
|
|
25
|
-
name: 'promoting',
|
|
26
|
-
href: '#promoting',
|
|
27
|
-
label: 'Προωθώντας την αθλητική ακεραιότητα στην νέα γενιά'
|
|
28
|
-
}, {
|
|
29
|
-
name: 'other-texts',
|
|
30
|
-
href: '#other-texts',
|
|
31
|
-
label: 'Άλλα κείμενα'
|
|
32
|
-
}]
|
|
33
|
-
}, {
|
|
34
|
-
name: 'news',
|
|
35
|
-
href: '#news',
|
|
36
|
-
label: 'Νέα'
|
|
37
|
-
}];
|
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
|
+
import React, { useState } from 'react';
|
|
4
|
+
import { Nav, NavList, NavListItemAction, useNavList } from '@digigov/ui/navigation/NavList';
|
|
5
|
+
import links from './NavLinksOneLevel.json';
|
|
38
6
|
export var Default = function Default() {
|
|
39
|
-
var layout = 'horizontal';
|
|
40
|
-
var border = false;
|
|
41
|
-
|
|
42
7
|
var _useNavList = useNavList(),
|
|
43
|
-
|
|
44
|
-
registerButton = _useNavList.registerButton,
|
|
45
|
-
registerLink = _useNavList.registerLink;
|
|
46
|
-
|
|
47
|
-
var setRegisterButton = function setRegisterButton(name) {
|
|
48
|
-
return _extends({}, registerButton(name));
|
|
49
|
-
};
|
|
8
|
+
registerNavItem = _useNavList.registerNavItem;
|
|
50
9
|
|
|
51
|
-
var
|
|
52
|
-
|
|
53
|
-
|
|
10
|
+
var _useState = useState(""),
|
|
11
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
12
|
+
useActive = _useState2[0],
|
|
13
|
+
setUseActive = _useState2[1];
|
|
54
14
|
|
|
55
15
|
return /*#__PURE__*/React.createElement(Nav, {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"aria-orientation": layout
|
|
16
|
+
"aria-orientation": "horizontal",
|
|
17
|
+
role: "menubar",
|
|
18
|
+
"aria-label": "navigation list"
|
|
60
19
|
}, /*#__PURE__*/React.createElement(NavList, null, links.map(function (item, key) {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
setRegisterLink: setRegisterLink
|
|
69
|
-
}), /*#__PURE__*/React.createElement(NavMenu, _extends({
|
|
70
|
-
layout: layout
|
|
71
|
-
}, container(item.name)), /*#__PURE__*/React.createElement(NavMenuContainer, {
|
|
72
|
-
layout: layout,
|
|
73
|
-
paddingLeft: 5,
|
|
74
|
-
paddingRight: 5
|
|
75
|
-
}, /*#__PURE__*/React.createElement(NavMenuContainerTitle, null, item.label), /*#__PURE__*/React.createElement(NavMenuContainerContent, null, /*#__PURE__*/React.createElement(NavMenuContainerContentList, {
|
|
76
|
-
role: "menu"
|
|
77
|
-
}, (_item$subMenu = item.subMenu) === null || _item$subMenu === void 0 ? void 0 : _item$subMenu.map(function (subMenu, menuIndex) {
|
|
78
|
-
return isNavListItemLinkInterface(subMenu) && /*#__PURE__*/React.createElement(NavMenuContainerContentListItem, {
|
|
79
|
-
key: menuIndex,
|
|
80
|
-
role: "presentation"
|
|
81
|
-
}, /*#__PURE__*/React.createElement(Link, {
|
|
82
|
-
role: "menuitem",
|
|
83
|
-
id: subMenu.name,
|
|
84
|
-
href: subMenu.href
|
|
85
|
-
}, subMenu.label));
|
|
86
|
-
}))))));
|
|
20
|
+
return /*#__PURE__*/React.createElement(NavListItemAction, _extends({}, registerNavItem(item), {
|
|
21
|
+
key: key,
|
|
22
|
+
active: item.name === useActive,
|
|
23
|
+
onClick: function onClick() {
|
|
24
|
+
return setUseActive(item.name);
|
|
25
|
+
}
|
|
26
|
+
}), item.label);
|
|
87
27
|
})));
|
|
88
28
|
};
|
|
89
29
|
export default Default;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
|
+
import React, { Fragment, useState } from 'react';
|
|
4
|
+
import { Nav, NavList, NavListItemAction, NavMenuContainer, NavMenuContent, NavMenuContentList, NavMenuContentListItem, NavMenuTitle, useNavList } from '@digigov/ui/navigation/NavList';
|
|
5
|
+
import { Link } from '@digigov/ui/navigation/Link';
|
|
6
|
+
import links from './NavLinksWithSubmenu.json';
|
|
7
|
+
import { Button } from '@digigov/ui/form/Button';
|
|
8
|
+
import BurgerIcon from '@digigov/react-icons/BurgerIcon';
|
|
9
|
+
import CloseButton from '@digigov/react-core/CloseButton';
|
|
10
|
+
|
|
11
|
+
var _ref = /*#__PURE__*/React.createElement(BurgerIcon, null);
|
|
12
|
+
|
|
13
|
+
export var HorizontalWithDrawer = function HorizontalWithDrawer() {
|
|
14
|
+
var layout = 'horizontal';
|
|
15
|
+
var drawer = 'mdDown';
|
|
16
|
+
var border = false;
|
|
17
|
+
|
|
18
|
+
var _useNavList = useNavList(),
|
|
19
|
+
registerNavItemMenu = _useNavList.registerNavItemMenu,
|
|
20
|
+
registerNavItem = _useNavList.registerNavItem;
|
|
21
|
+
|
|
22
|
+
var _useState = useState(false),
|
|
23
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
24
|
+
open = _useState2[0],
|
|
25
|
+
setOpen = _useState2[1];
|
|
26
|
+
|
|
27
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Button, {
|
|
28
|
+
color: "secondary",
|
|
29
|
+
onClick: function onClick() {
|
|
30
|
+
return setOpen(!open);
|
|
31
|
+
},
|
|
32
|
+
mdUpHidden: true
|
|
33
|
+
}, "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2 ", _ref), /*#__PURE__*/React.createElement(Nav, {
|
|
34
|
+
border: border,
|
|
35
|
+
"aria-orientation": layout || 'horizontal',
|
|
36
|
+
"aria-label": "navigation list",
|
|
37
|
+
open: open,
|
|
38
|
+
drawer: drawer
|
|
39
|
+
}, /*#__PURE__*/React.createElement(CloseButton, {
|
|
40
|
+
mdUpHidden: true,
|
|
41
|
+
onClick: function onClick() {
|
|
42
|
+
return setOpen(false);
|
|
43
|
+
}
|
|
44
|
+
}, "\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF"), /*#__PURE__*/React.createElement(NavList, {
|
|
45
|
+
layout: layout
|
|
46
|
+
}, links.map(function (item, key) {
|
|
47
|
+
var _item$subMenu;
|
|
48
|
+
|
|
49
|
+
return /*#__PURE__*/React.createElement(Fragment, {
|
|
50
|
+
key: key
|
|
51
|
+
}, /*#__PURE__*/React.createElement(NavListItemAction, registerNavItem(item), item.label), item.subMenu && /*#__PURE__*/React.createElement(NavMenuContainer, _extends({
|
|
52
|
+
layout: layout
|
|
53
|
+
}, registerNavItemMenu(item.name)), /*#__PURE__*/React.createElement(NavMenuTitle, null, item.label), /*#__PURE__*/React.createElement(NavMenuContent, null, /*#__PURE__*/React.createElement(NavMenuContentList, {
|
|
54
|
+
role: "menu"
|
|
55
|
+
}, (_item$subMenu = item.subMenu) === null || _item$subMenu === void 0 ? void 0 : _item$subMenu.map(function (subMenu, menuIndex) {
|
|
56
|
+
return (subMenu === null || subMenu === void 0 ? void 0 : subMenu.href) && /*#__PURE__*/React.createElement(NavMenuContentListItem, {
|
|
57
|
+
key: menuIndex,
|
|
58
|
+
role: "presentation"
|
|
59
|
+
}, /*#__PURE__*/React.createElement(Link, {
|
|
60
|
+
role: "menuitem",
|
|
61
|
+
id: subMenu.name,
|
|
62
|
+
href: subMenu.href
|
|
63
|
+
}, subMenu.label));
|
|
64
|
+
})))));
|
|
65
|
+
}))));
|
|
66
|
+
};
|
|
67
|
+
export default HorizontalWithDrawer;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import React, { Fragment } from 'react';
|
|
3
|
+
import { Nav, NavList, NavListItemAction, NavMenuContainer, NavMenuContent, NavMenuContentList, NavMenuContentListItem, NavMenuTitle, useNavList } from '@digigov/ui/navigation/NavList';
|
|
4
|
+
import { Link } from '@digigov/ui/navigation/Link';
|
|
5
|
+
import links from './NavLinksWithSubmenu.json';
|
|
6
|
+
export var HorizontalWithoutDrawer = function HorizontalWithoutDrawer() {
|
|
7
|
+
var layout = 'horizontal';
|
|
8
|
+
var border = false;
|
|
9
|
+
|
|
10
|
+
var _useNavList = useNavList(),
|
|
11
|
+
registerNavItemMenu = _useNavList.registerNavItemMenu,
|
|
12
|
+
registerNavItem = _useNavList.registerNavItem;
|
|
13
|
+
|
|
14
|
+
return /*#__PURE__*/React.createElement(Nav, {
|
|
15
|
+
border: border,
|
|
16
|
+
"aria-orientation": layout || 'horizontal',
|
|
17
|
+
"aria-label": "navigation list"
|
|
18
|
+
}, /*#__PURE__*/React.createElement(NavList, {
|
|
19
|
+
layout: layout
|
|
20
|
+
}, links.map(function (item, key) {
|
|
21
|
+
var _item$subMenu;
|
|
22
|
+
|
|
23
|
+
return /*#__PURE__*/React.createElement(Fragment, {
|
|
24
|
+
key: key
|
|
25
|
+
}, /*#__PURE__*/React.createElement(NavListItemAction, registerNavItem(item), item.label), item.subMenu && /*#__PURE__*/React.createElement(NavMenuContainer, _extends({
|
|
26
|
+
layout: layout
|
|
27
|
+
}, registerNavItemMenu(item.name)), /*#__PURE__*/React.createElement(NavMenuTitle, null, item.label), /*#__PURE__*/React.createElement(NavMenuContent, null, /*#__PURE__*/React.createElement(NavMenuContentList, {
|
|
28
|
+
role: "menu"
|
|
29
|
+
}, (_item$subMenu = item.subMenu) === null || _item$subMenu === void 0 ? void 0 : _item$subMenu.map(function (subMenu, menuIndex) {
|
|
30
|
+
return (subMenu === null || subMenu === void 0 ? void 0 : subMenu.href) && /*#__PURE__*/React.createElement(NavMenuContentListItem, {
|
|
31
|
+
key: menuIndex,
|
|
32
|
+
role: "presentation"
|
|
33
|
+
}, /*#__PURE__*/React.createElement(Link, {
|
|
34
|
+
role: "menuitem",
|
|
35
|
+
id: subMenu.name,
|
|
36
|
+
href: subMenu.href
|
|
37
|
+
}, subMenu.label));
|
|
38
|
+
})))));
|
|
39
|
+
})));
|
|
40
|
+
};
|
|
41
|
+
export default HorizontalWithoutDrawer;
|