@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
|
@@ -31,24 +31,6 @@ function useTogglableNav(_ref) {
|
|
|
31
31
|
|
|
32
32
|
var registered = (0, _react.useRef)({});
|
|
33
33
|
var openedKeys = (0, _react.useRef)([]);
|
|
34
|
-
var registerButtonRef = (0, _react.useCallback)(function (el) {
|
|
35
|
-
if (!el) return;
|
|
36
|
-
var key = el.getAttribute('aria-controls');
|
|
37
|
-
if (registered.current[key]) return;
|
|
38
|
-
registered.current[key] = {
|
|
39
|
-
el: el,
|
|
40
|
-
type: 'button'
|
|
41
|
-
};
|
|
42
|
-
}, []);
|
|
43
|
-
var registerLinkRef = (0, _react.useCallback)(function (el) {
|
|
44
|
-
if (!el) return;
|
|
45
|
-
var key = el.getAttribute('aria-controls');
|
|
46
|
-
if (registered.current[key]) return;
|
|
47
|
-
registered.current[key] = {
|
|
48
|
-
el: el,
|
|
49
|
-
type: 'link'
|
|
50
|
-
};
|
|
51
|
-
}, []);
|
|
52
34
|
var toggle = (0, _react.useCallback)(function (e) {
|
|
53
35
|
var key = e.currentTarget.getAttribute('aria-controls');
|
|
54
36
|
var selected = e.currentTarget.getAttribute('aria-selected') === 'true';
|
|
@@ -274,6 +256,24 @@ function useTogglableNav(_ref) {
|
|
|
274
256
|
break;
|
|
275
257
|
}
|
|
276
258
|
}, []);
|
|
259
|
+
var registerButtonRef = (0, _react.useCallback)(function (el) {
|
|
260
|
+
if (!el) return;
|
|
261
|
+
var key = el.getAttribute('aria-controls');
|
|
262
|
+
if (registered.current[key]) return;
|
|
263
|
+
registered.current[key] = {
|
|
264
|
+
el: el,
|
|
265
|
+
type: 'button'
|
|
266
|
+
};
|
|
267
|
+
}, []);
|
|
268
|
+
var registerLinkRef = (0, _react.useCallback)(function (el) {
|
|
269
|
+
if (!el) return;
|
|
270
|
+
var key = el.getAttribute('aria-controls');
|
|
271
|
+
if (registered.current[key]) return;
|
|
272
|
+
registered.current[key] = {
|
|
273
|
+
el: el,
|
|
274
|
+
type: 'link'
|
|
275
|
+
};
|
|
276
|
+
}, []);
|
|
277
277
|
var registerButton = (0, _react.useCallback)(function (key) {
|
|
278
278
|
var _extends2;
|
|
279
279
|
|
|
@@ -292,8 +292,23 @@ function useTogglableNav(_ref) {
|
|
|
292
292
|
onKeyDown: onKeyDown
|
|
293
293
|
});
|
|
294
294
|
}, [opened]);
|
|
295
|
+
var registerNavItem = (0, _react.useCallback)(function (item) {
|
|
296
|
+
if (item.subMenu || item.menu) {
|
|
297
|
+
return (0, _extends3["default"])({}, registerButton(item.name), {
|
|
298
|
+
role: 'button'
|
|
299
|
+
});
|
|
300
|
+
} else if (item.href) {
|
|
301
|
+
return (0, _extends3["default"])({}, registerLink(item.name), {
|
|
302
|
+
href: item.href
|
|
303
|
+
});
|
|
304
|
+
} else {
|
|
305
|
+
console.error(item);
|
|
306
|
+
throw new Error('Invalid nav item. Must be either button or link');
|
|
307
|
+
}
|
|
308
|
+
}, [opened]);
|
|
295
309
|
return (0, _react.useMemo)(function () {
|
|
296
310
|
return {
|
|
311
|
+
registerNavItem: registerNavItem,
|
|
297
312
|
registerButton: registerButton,
|
|
298
313
|
registerLink: registerLink,
|
|
299
314
|
registered: registered,
|
|
@@ -1,20 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
export * from '@digigov/ui/navigation/NavList/NavListAuto
|
|
3
|
-
export * from '@digigov/ui/navigation/NavList/
|
|
4
|
-
export * from '@digigov/ui/navigation/NavList/NavListAuto/NavListContextAuto';
|
|
5
|
-
export * from '@digigov/ui/navigation/NavList/Nav';
|
|
6
|
-
export * from '@digigov/ui/navigation/NavList/NavList';
|
|
7
|
-
export * from '@digigov/ui/navigation/NavList/NavListItemLink';
|
|
8
|
-
export * from '@digigov/ui/navigation/NavList/NavListItemButton';
|
|
9
|
-
export * from '@digigov/ui/navigation/NavList/NavMenu';
|
|
10
|
-
export * from '@digigov/ui/navigation/NavList/NavMenuContainer';
|
|
11
|
-
export * from '@digigov/ui/navigation/NavList/NavMenuContainerTitle';
|
|
12
|
-
export * from '@digigov/ui/navigation/NavList/NavMenuContainerContent';
|
|
13
|
-
export * from '@digigov/ui/navigation/NavList/NavMenuContainerContentList';
|
|
14
|
-
export * from '@digigov/ui/navigation/NavList/NavMenuContainerContentListItem';
|
|
15
|
-
export * from '@digigov/ui/navigation/NavList/NavVertical';
|
|
16
|
-
export * from '@digigov/ui/navigation/NavList/NavVerticalItem';
|
|
1
|
+
import NavList from '@digigov/react-core/NavList';
|
|
2
|
+
export * from '@digigov/ui/navigation/NavList/NavListAuto';
|
|
3
|
+
export * from '@digigov/ui/navigation/NavList/NavMenuContentList';
|
|
17
4
|
export * from '@digigov/ui/navigation/NavList/types';
|
|
18
5
|
export * from '@digigov/ui/navigation/NavList/hooks/useNavList';
|
|
19
|
-
|
|
6
|
+
export * from '@digigov/react-core/Nav';
|
|
7
|
+
export * from '@digigov/react-core/NavList';
|
|
8
|
+
export * from '@digigov/react-core/NavMenuContainer';
|
|
9
|
+
export * from '@digigov/react-core/NavMenuContent';
|
|
10
|
+
export * from '@digigov/react-core/NavMenuContentListBase';
|
|
11
|
+
export * from '@digigov/react-core/NavMenuContentListItem';
|
|
12
|
+
export * from '@digigov/react-core/NavMenuTitle';
|
|
13
|
+
export * from '@digigov/react-core/NavListItemActionContainer';
|
|
14
|
+
export * from '@digigov/react-core/NavListItemAction';
|
|
15
|
+
export * from '@digigov/react-core/NavListItemLink';
|
|
16
|
+
export * from '@digigov/react-core/NavListItemButton';
|
|
20
17
|
export default NavList;
|
|
@@ -8,35 +8,21 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
8
8
|
var _exportNames = {};
|
|
9
9
|
exports["default"] = void 0;
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _NavList = _interopRequireWildcard(require("@digigov/react-core/NavList"));
|
|
12
12
|
|
|
13
|
-
Object.keys(
|
|
14
|
-
if (key === "default" || key === "__esModule") return;
|
|
15
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
16
|
-
if (key in exports && exports[key] === _NavListItem[key]) return;
|
|
17
|
-
Object.defineProperty(exports, key, {
|
|
18
|
-
enumerable: true,
|
|
19
|
-
get: function get() {
|
|
20
|
-
return _NavListItem[key];
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
var _NavListItemAuto = require("@digigov/ui/navigation/NavList/NavListAuto/NavListItemAuto");
|
|
26
|
-
|
|
27
|
-
Object.keys(_NavListItemAuto).forEach(function (key) {
|
|
13
|
+
Object.keys(_NavList).forEach(function (key) {
|
|
28
14
|
if (key === "default" || key === "__esModule") return;
|
|
29
15
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
30
|
-
if (key in exports && exports[key] ===
|
|
16
|
+
if (key in exports && exports[key] === _NavList[key]) return;
|
|
31
17
|
Object.defineProperty(exports, key, {
|
|
32
18
|
enumerable: true,
|
|
33
19
|
get: function get() {
|
|
34
|
-
return
|
|
20
|
+
return _NavList[key];
|
|
35
21
|
}
|
|
36
22
|
});
|
|
37
23
|
});
|
|
38
24
|
|
|
39
|
-
var _NavListAuto = require("@digigov/ui/navigation/NavList/NavListAuto
|
|
25
|
+
var _NavListAuto = require("@digigov/ui/navigation/NavList/NavListAuto");
|
|
40
26
|
|
|
41
27
|
Object.keys(_NavListAuto).forEach(function (key) {
|
|
42
28
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -50,91 +36,63 @@ Object.keys(_NavListAuto).forEach(function (key) {
|
|
|
50
36
|
});
|
|
51
37
|
});
|
|
52
38
|
|
|
53
|
-
var
|
|
54
|
-
|
|
55
|
-
Object.keys(_NavListContextAuto).forEach(function (key) {
|
|
56
|
-
if (key === "default" || key === "__esModule") return;
|
|
57
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
58
|
-
if (key in exports && exports[key] === _NavListContextAuto[key]) return;
|
|
59
|
-
Object.defineProperty(exports, key, {
|
|
60
|
-
enumerable: true,
|
|
61
|
-
get: function get() {
|
|
62
|
-
return _NavListContextAuto[key];
|
|
63
|
-
}
|
|
64
|
-
});
|
|
65
|
-
});
|
|
66
|
-
|
|
67
|
-
var _Nav = require("@digigov/ui/navigation/NavList/Nav");
|
|
68
|
-
|
|
69
|
-
Object.keys(_Nav).forEach(function (key) {
|
|
70
|
-
if (key === "default" || key === "__esModule") return;
|
|
71
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
72
|
-
if (key in exports && exports[key] === _Nav[key]) return;
|
|
73
|
-
Object.defineProperty(exports, key, {
|
|
74
|
-
enumerable: true,
|
|
75
|
-
get: function get() {
|
|
76
|
-
return _Nav[key];
|
|
77
|
-
}
|
|
78
|
-
});
|
|
79
|
-
});
|
|
80
|
-
|
|
81
|
-
var _NavList = _interopRequireWildcard(require("@digigov/ui/navigation/NavList/NavList"));
|
|
39
|
+
var _NavMenuContentList = require("@digigov/ui/navigation/NavList/NavMenuContentList");
|
|
82
40
|
|
|
83
|
-
Object.keys(
|
|
41
|
+
Object.keys(_NavMenuContentList).forEach(function (key) {
|
|
84
42
|
if (key === "default" || key === "__esModule") return;
|
|
85
43
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
86
|
-
if (key in exports && exports[key] ===
|
|
44
|
+
if (key in exports && exports[key] === _NavMenuContentList[key]) return;
|
|
87
45
|
Object.defineProperty(exports, key, {
|
|
88
46
|
enumerable: true,
|
|
89
47
|
get: function get() {
|
|
90
|
-
return
|
|
48
|
+
return _NavMenuContentList[key];
|
|
91
49
|
}
|
|
92
50
|
});
|
|
93
51
|
});
|
|
94
52
|
|
|
95
|
-
var
|
|
53
|
+
var _types = require("@digigov/ui/navigation/NavList/types");
|
|
96
54
|
|
|
97
|
-
Object.keys(
|
|
55
|
+
Object.keys(_types).forEach(function (key) {
|
|
98
56
|
if (key === "default" || key === "__esModule") return;
|
|
99
57
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
100
|
-
if (key in exports && exports[key] ===
|
|
58
|
+
if (key in exports && exports[key] === _types[key]) return;
|
|
101
59
|
Object.defineProperty(exports, key, {
|
|
102
60
|
enumerable: true,
|
|
103
61
|
get: function get() {
|
|
104
|
-
return
|
|
62
|
+
return _types[key];
|
|
105
63
|
}
|
|
106
64
|
});
|
|
107
65
|
});
|
|
108
66
|
|
|
109
|
-
var
|
|
67
|
+
var _useNavList = require("@digigov/ui/navigation/NavList/hooks/useNavList");
|
|
110
68
|
|
|
111
|
-
Object.keys(
|
|
69
|
+
Object.keys(_useNavList).forEach(function (key) {
|
|
112
70
|
if (key === "default" || key === "__esModule") return;
|
|
113
71
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
114
|
-
if (key in exports && exports[key] ===
|
|
72
|
+
if (key in exports && exports[key] === _useNavList[key]) return;
|
|
115
73
|
Object.defineProperty(exports, key, {
|
|
116
74
|
enumerable: true,
|
|
117
75
|
get: function get() {
|
|
118
|
-
return
|
|
76
|
+
return _useNavList[key];
|
|
119
77
|
}
|
|
120
78
|
});
|
|
121
79
|
});
|
|
122
80
|
|
|
123
|
-
var
|
|
81
|
+
var _Nav = require("@digigov/react-core/Nav");
|
|
124
82
|
|
|
125
|
-
Object.keys(
|
|
83
|
+
Object.keys(_Nav).forEach(function (key) {
|
|
126
84
|
if (key === "default" || key === "__esModule") return;
|
|
127
85
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
128
|
-
if (key in exports && exports[key] ===
|
|
86
|
+
if (key in exports && exports[key] === _Nav[key]) return;
|
|
129
87
|
Object.defineProperty(exports, key, {
|
|
130
88
|
enumerable: true,
|
|
131
89
|
get: function get() {
|
|
132
|
-
return
|
|
90
|
+
return _Nav[key];
|
|
133
91
|
}
|
|
134
92
|
});
|
|
135
93
|
});
|
|
136
94
|
|
|
137
|
-
var _NavMenuContainer = require("@digigov/
|
|
95
|
+
var _NavMenuContainer = require("@digigov/react-core/NavMenuContainer");
|
|
138
96
|
|
|
139
97
|
Object.keys(_NavMenuContainer).forEach(function (key) {
|
|
140
98
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -148,114 +106,114 @@ Object.keys(_NavMenuContainer).forEach(function (key) {
|
|
|
148
106
|
});
|
|
149
107
|
});
|
|
150
108
|
|
|
151
|
-
var
|
|
109
|
+
var _NavMenuContent = require("@digigov/react-core/NavMenuContent");
|
|
152
110
|
|
|
153
|
-
Object.keys(
|
|
111
|
+
Object.keys(_NavMenuContent).forEach(function (key) {
|
|
154
112
|
if (key === "default" || key === "__esModule") return;
|
|
155
113
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
156
|
-
if (key in exports && exports[key] ===
|
|
114
|
+
if (key in exports && exports[key] === _NavMenuContent[key]) return;
|
|
157
115
|
Object.defineProperty(exports, key, {
|
|
158
116
|
enumerable: true,
|
|
159
117
|
get: function get() {
|
|
160
|
-
return
|
|
118
|
+
return _NavMenuContent[key];
|
|
161
119
|
}
|
|
162
120
|
});
|
|
163
121
|
});
|
|
164
122
|
|
|
165
|
-
var
|
|
123
|
+
var _NavMenuContentListBase = require("@digigov/react-core/NavMenuContentListBase");
|
|
166
124
|
|
|
167
|
-
Object.keys(
|
|
125
|
+
Object.keys(_NavMenuContentListBase).forEach(function (key) {
|
|
168
126
|
if (key === "default" || key === "__esModule") return;
|
|
169
127
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
170
|
-
if (key in exports && exports[key] ===
|
|
128
|
+
if (key in exports && exports[key] === _NavMenuContentListBase[key]) return;
|
|
171
129
|
Object.defineProperty(exports, key, {
|
|
172
130
|
enumerable: true,
|
|
173
131
|
get: function get() {
|
|
174
|
-
return
|
|
132
|
+
return _NavMenuContentListBase[key];
|
|
175
133
|
}
|
|
176
134
|
});
|
|
177
135
|
});
|
|
178
136
|
|
|
179
|
-
var
|
|
137
|
+
var _NavMenuContentListItem = require("@digigov/react-core/NavMenuContentListItem");
|
|
180
138
|
|
|
181
|
-
Object.keys(
|
|
139
|
+
Object.keys(_NavMenuContentListItem).forEach(function (key) {
|
|
182
140
|
if (key === "default" || key === "__esModule") return;
|
|
183
141
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
184
|
-
if (key in exports && exports[key] ===
|
|
142
|
+
if (key in exports && exports[key] === _NavMenuContentListItem[key]) return;
|
|
185
143
|
Object.defineProperty(exports, key, {
|
|
186
144
|
enumerable: true,
|
|
187
145
|
get: function get() {
|
|
188
|
-
return
|
|
146
|
+
return _NavMenuContentListItem[key];
|
|
189
147
|
}
|
|
190
148
|
});
|
|
191
149
|
});
|
|
192
150
|
|
|
193
|
-
var
|
|
151
|
+
var _NavMenuTitle = require("@digigov/react-core/NavMenuTitle");
|
|
194
152
|
|
|
195
|
-
Object.keys(
|
|
153
|
+
Object.keys(_NavMenuTitle).forEach(function (key) {
|
|
196
154
|
if (key === "default" || key === "__esModule") return;
|
|
197
155
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
198
|
-
if (key in exports && exports[key] ===
|
|
156
|
+
if (key in exports && exports[key] === _NavMenuTitle[key]) return;
|
|
199
157
|
Object.defineProperty(exports, key, {
|
|
200
158
|
enumerable: true,
|
|
201
159
|
get: function get() {
|
|
202
|
-
return
|
|
160
|
+
return _NavMenuTitle[key];
|
|
203
161
|
}
|
|
204
162
|
});
|
|
205
163
|
});
|
|
206
164
|
|
|
207
|
-
var
|
|
165
|
+
var _NavListItemActionContainer = require("@digigov/react-core/NavListItemActionContainer");
|
|
208
166
|
|
|
209
|
-
Object.keys(
|
|
167
|
+
Object.keys(_NavListItemActionContainer).forEach(function (key) {
|
|
210
168
|
if (key === "default" || key === "__esModule") return;
|
|
211
169
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
212
|
-
if (key in exports && exports[key] ===
|
|
170
|
+
if (key in exports && exports[key] === _NavListItemActionContainer[key]) return;
|
|
213
171
|
Object.defineProperty(exports, key, {
|
|
214
172
|
enumerable: true,
|
|
215
173
|
get: function get() {
|
|
216
|
-
return
|
|
174
|
+
return _NavListItemActionContainer[key];
|
|
217
175
|
}
|
|
218
176
|
});
|
|
219
177
|
});
|
|
220
178
|
|
|
221
|
-
var
|
|
179
|
+
var _NavListItemAction = require("@digigov/react-core/NavListItemAction");
|
|
222
180
|
|
|
223
|
-
Object.keys(
|
|
181
|
+
Object.keys(_NavListItemAction).forEach(function (key) {
|
|
224
182
|
if (key === "default" || key === "__esModule") return;
|
|
225
183
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
226
|
-
if (key in exports && exports[key] ===
|
|
184
|
+
if (key in exports && exports[key] === _NavListItemAction[key]) return;
|
|
227
185
|
Object.defineProperty(exports, key, {
|
|
228
186
|
enumerable: true,
|
|
229
187
|
get: function get() {
|
|
230
|
-
return
|
|
188
|
+
return _NavListItemAction[key];
|
|
231
189
|
}
|
|
232
190
|
});
|
|
233
191
|
});
|
|
234
192
|
|
|
235
|
-
var
|
|
193
|
+
var _NavListItemLink = require("@digigov/react-core/NavListItemLink");
|
|
236
194
|
|
|
237
|
-
Object.keys(
|
|
195
|
+
Object.keys(_NavListItemLink).forEach(function (key) {
|
|
238
196
|
if (key === "default" || key === "__esModule") return;
|
|
239
197
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
240
|
-
if (key in exports && exports[key] ===
|
|
198
|
+
if (key in exports && exports[key] === _NavListItemLink[key]) return;
|
|
241
199
|
Object.defineProperty(exports, key, {
|
|
242
200
|
enumerable: true,
|
|
243
201
|
get: function get() {
|
|
244
|
-
return
|
|
202
|
+
return _NavListItemLink[key];
|
|
245
203
|
}
|
|
246
204
|
});
|
|
247
205
|
});
|
|
248
206
|
|
|
249
|
-
var
|
|
207
|
+
var _NavListItemButton = require("@digigov/react-core/NavListItemButton");
|
|
250
208
|
|
|
251
|
-
Object.keys(
|
|
209
|
+
Object.keys(_NavListItemButton).forEach(function (key) {
|
|
252
210
|
if (key === "default" || key === "__esModule") return;
|
|
253
211
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
254
|
-
if (key in exports && exports[key] ===
|
|
212
|
+
if (key in exports && exports[key] === _NavListItemButton[key]) return;
|
|
255
213
|
Object.defineProperty(exports, key, {
|
|
256
214
|
enumerable: true,
|
|
257
215
|
get: function get() {
|
|
258
|
-
return
|
|
216
|
+
return _NavListItemButton[key];
|
|
259
217
|
}
|
|
260
218
|
});
|
|
261
219
|
});
|
|
@@ -9,13 +9,19 @@ import NavList, { NavListItem } from '@digigov/ui/navigation/NavList';
|
|
|
9
9
|
|
|
10
10
|
## How to use
|
|
11
11
|
|
|
12
|
-
###
|
|
12
|
+
### Horizontal NavList
|
|
13
13
|
|
|
14
14
|
<Story packageName="@digigov/ui" component="navigation/NavList" story="Default.tsx" />
|
|
15
15
|
|
|
16
|
-
###
|
|
16
|
+
### Vertical NavList
|
|
17
|
+
|
|
18
|
+
<Story packageName="@digigov/ui" component="navigation/NavList" story="Vertical.tsx" />
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### NavListAuto
|
|
22
|
+
|
|
23
|
+
<Story packageName="@digigov/ui" component="navigation/NavList" story="UsingNavListAuto.tsx" />
|
|
17
24
|
|
|
18
|
-
<Story packageName="@digigov/ui" component="navigation/NavList" story="NavVerticalLayout.tsx" />
|
|
19
25
|
|
|
20
26
|
## Accessibility
|
|
21
27
|
|
|
@@ -1,8 +1,19 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { BaseCSSProperties } from '@material-ui/core/styles/withStyles';
|
|
3
3
|
import { NavProps } from '@digigov/ui/navigation/NavList';
|
|
4
|
-
import { NavLinkInterface } from '@digigov/ui/navigation/NavList/NavListAuto/NavListContextAuto';
|
|
5
4
|
export declare type NavListLayout = 'horizontal' | 'vertical';
|
|
5
|
+
interface NavListItemMenuInterface {
|
|
6
|
+
links: NavListItemLinkInterface[];
|
|
7
|
+
title?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface NavLinkInterface {
|
|
10
|
+
label?: string;
|
|
11
|
+
name: string;
|
|
12
|
+
href?: string;
|
|
13
|
+
subMenuHeading?: string;
|
|
14
|
+
subMenu?: NavLinkInterface[];
|
|
15
|
+
menu?: NavListItemMenuInterface;
|
|
16
|
+
}
|
|
6
17
|
export interface NavListAutoProps extends NavProps {
|
|
7
18
|
children?: React.ReactNode;
|
|
8
19
|
className?: string;
|
|
@@ -21,20 +32,17 @@ export interface NavListHeaderItemType {
|
|
|
21
32
|
label?: string;
|
|
22
33
|
title?: string;
|
|
23
34
|
children?: React.ReactNode;
|
|
24
|
-
|
|
35
|
+
menu: {
|
|
36
|
+
links: NavListItemLinkInterface[];
|
|
37
|
+
};
|
|
25
38
|
}
|
|
26
39
|
interface NavListItemInterface {
|
|
27
40
|
name: string;
|
|
28
41
|
label?: string;
|
|
29
|
-
title?: string;
|
|
30
|
-
children?: React.ReactNode;
|
|
31
42
|
}
|
|
32
43
|
interface NavListItemLinkInterface extends NavListItemInterface {
|
|
33
44
|
href: string;
|
|
34
45
|
}
|
|
35
|
-
interface NavListItemMenuInterface extends NavListItemInterface {
|
|
36
|
-
links: NavListItemLinkInterface[];
|
|
37
|
-
}
|
|
38
46
|
export declare type NavListItemType = NavListItemLinkInterface | NavListItemMenuContainerInterface | NavListItemSubMenuInterface;
|
|
39
47
|
export interface NavListItemMenuContainerInterface extends NavListItemInterface {
|
|
40
48
|
menu: NavListItemMenuInterface[];
|
|
@@ -42,14 +50,4 @@ export interface NavListItemMenuContainerInterface extends NavListItemInterface
|
|
|
42
50
|
export interface NavListItemSubMenuInterface extends NavListItemInterface {
|
|
43
51
|
subMenu: NavListItemType[];
|
|
44
52
|
}
|
|
45
|
-
export declare const isNavListItemLinkInterface: (item: any) => item is NavListItemLinkInterface;
|
|
46
|
-
export declare const isNavListItemSubMenuInterface: (item: any) => item is NavListItemSubMenuInterface;
|
|
47
|
-
export interface NavListItemProps {
|
|
48
|
-
children?: React.ReactNode;
|
|
49
|
-
role?: string;
|
|
50
|
-
link?: NavListItemType;
|
|
51
|
-
active?: boolean;
|
|
52
|
-
setRegisterButton?: (name: string) => any;
|
|
53
|
-
setRegisterLink?: (name: string) => any;
|
|
54
|
-
}
|
|
55
53
|
export {};
|
|
@@ -2,17 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.isNavListItemSubMenuInterface = exports.isNavListItemLinkInterface = void 0;
|
|
7
|
-
|
|
8
|
-
var isNavListItemLinkInterface = function isNavListItemLinkInterface(item) {
|
|
9
|
-
return item && 'href' in item;
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
exports.isNavListItemLinkInterface = isNavListItemLinkInterface;
|
|
13
|
-
|
|
14
|
-
var isNavListItemSubMenuInterface = function isNavListItemSubMenuInterface(item) {
|
|
15
|
-
return item && 'subMenu' in item;
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
exports.isNavListItemSubMenuInterface = isNavListItemSubMenuInterface;
|
|
5
|
+
});
|
|
@@ -20,9 +20,9 @@ var _Link = require("@digigov/ui/navigation/Link");
|
|
|
20
20
|
var _Pagination = require("@digigov/ui/navigation/Pagination");
|
|
21
21
|
|
|
22
22
|
var _ref = /*#__PURE__*/_react["default"].createElement(_Pagination.Pagination, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationLabel, {
|
|
23
|
-
start:
|
|
24
|
-
end:
|
|
25
|
-
total:
|
|
23
|
+
start: 21,
|
|
24
|
+
end: 30,
|
|
25
|
+
total: 90
|
|
26
26
|
}), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationList, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, /*#__PURE__*/_react["default"].createElement(_icons.ArrowIcon, {
|
|
27
27
|
direction: "left"
|
|
28
28
|
}), "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
@@ -48,67 +48,9 @@ var _ref2 = /*#__PURE__*/_react["default"].createElement(_SectionBreak.SectionBr
|
|
|
48
48
|
});
|
|
49
49
|
|
|
50
50
|
var _ref3 = /*#__PURE__*/_react["default"].createElement(_Pagination.Pagination, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationLabel, {
|
|
51
|
-
start:
|
|
52
|
-
end:
|
|
53
|
-
total:
|
|
54
|
-
}), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationList, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
|
|
55
|
-
active: false
|
|
56
|
-
}, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, /*#__PURE__*/_react["default"].createElement(_icons.ArrowIcon, {
|
|
57
|
-
direction: "left"
|
|
58
|
-
}), "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
|
|
59
|
-
currentPage: true
|
|
60
|
-
}, "1"), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
61
|
-
href: "#page2"
|
|
62
|
-
}, "2")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
63
|
-
href: "#page3"
|
|
64
|
-
}, "3")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
|
|
65
|
-
variant: "dots"
|
|
66
|
-
}), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
67
|
-
href: "#page7"
|
|
68
|
-
}, "7")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
69
|
-
href: "#page8"
|
|
70
|
-
}, "8")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
71
|
-
href: "#page9"
|
|
72
|
-
}, "9")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, "\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF", /*#__PURE__*/_react["default"].createElement(_icons.ArrowIcon, {
|
|
73
|
-
direction: "right"
|
|
74
|
-
})))));
|
|
75
|
-
|
|
76
|
-
var _ref4 = /*#__PURE__*/_react["default"].createElement(_SectionBreak.SectionBreak, {
|
|
77
|
-
size: "lg"
|
|
78
|
-
});
|
|
79
|
-
|
|
80
|
-
var _ref5 = /*#__PURE__*/_react["default"].createElement(_Pagination.Pagination, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationLabel, {
|
|
81
|
-
start: 10,
|
|
82
|
-
end: 20,
|
|
83
|
-
total: 10000
|
|
84
|
-
}), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationList, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, /*#__PURE__*/_react["default"].createElement(_icons.ArrowIcon, {
|
|
85
|
-
direction: "left"
|
|
86
|
-
}), "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
87
|
-
href: "#page1"
|
|
88
|
-
}, "1")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, "2")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
89
|
-
href: "#page3"
|
|
90
|
-
}, "3")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
|
|
91
|
-
variant: "dots"
|
|
92
|
-
}), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
93
|
-
href: "#page7"
|
|
94
|
-
}, "7")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
95
|
-
href: "#page8"
|
|
96
|
-
}, "8")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
|
|
97
|
-
currentPage: true
|
|
98
|
-
}, "9"), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
|
|
99
|
-
active: false
|
|
100
|
-
}, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, "\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF", /*#__PURE__*/_react["default"].createElement(_icons.ArrowIcon, {
|
|
101
|
-
direction: "right"
|
|
102
|
-
})))));
|
|
103
|
-
|
|
104
|
-
var _ref6 = /*#__PURE__*/_react["default"].createElement(_SectionBreak.SectionBreak, {
|
|
105
|
-
size: "lg"
|
|
106
|
-
});
|
|
107
|
-
|
|
108
|
-
var _ref7 = /*#__PURE__*/_react["default"].createElement(_Pagination.Pagination, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationLabel, {
|
|
109
|
-
start: 1,
|
|
110
|
-
end: 10,
|
|
111
|
-
total: 15
|
|
51
|
+
start: 81,
|
|
52
|
+
end: 90,
|
|
53
|
+
total: 197
|
|
112
54
|
}), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationList, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, /*#__PURE__*/_react["default"].createElement(_icons.ArrowIcon, {
|
|
113
55
|
direction: "left"
|
|
114
56
|
}), "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
|
|
@@ -134,7 +76,7 @@ var Default = function Default() {
|
|
|
134
76
|
t: function t(str) {
|
|
135
77
|
return str;
|
|
136
78
|
}
|
|
137
|
-
}, _ref, _ref2, _ref3
|
|
79
|
+
}, _ref, _ref2, _ref3);
|
|
138
80
|
};
|
|
139
81
|
|
|
140
82
|
exports.Default = Default;
|
|
@@ -9,8 +9,7 @@ import Pagination from '@digigov/ui/app/Pagination';
|
|
|
9
9
|
|
|
10
10
|
## How to use
|
|
11
11
|
|
|
12
|
-
<Story packageName="@digigov/ui" component="navigation/Pagination" story="Default.tsx"
|
|
13
|
-
/>
|
|
12
|
+
<Story packageName="@digigov/ui" component="navigation/Pagination" story="Default.tsx"/>
|
|
14
13
|
|
|
15
14
|
## With inactive values
|
|
16
15
|
|