@digigov/ui 1.0.0-6b93ebf2 → 1.0.0-75e5086d
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/CloseButton/index.d.ts +3 -0
- package/{navigation/NavList/NavVertical.js → app/CloseButton/index.js} +5 -5
- package/app/{FilterSection → FilterContainer}/index.d.ts +4 -5
- package/app/{FilterSection → FilterContainer}/index.js +9 -23
- package/app/Footer/Footer.stories.playwright.json +2 -2
- package/app/Footer/__stories__/DefaultCopyright.js +10 -7
- package/app/Footer/__stories__/FooterAllInclusive.js +22 -15
- package/app/Footer/__stories__/FooterWithLink.js +14 -11
- package/app/Footer/__stories__/FooterWithLogo.js +10 -8
- package/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -13
- package/app/Footer/__stories__/YearCopyright.js +8 -5
- package/app/Footer/index.d.ts +3 -5
- package/app/Footer/index.js +12 -40
- package/app/Footer/index.mdx +4 -20
- package/app/Header/Header.stories.playwright.json +1 -1
- package/app/Header/__stories__/Default.js +1 -1
- package/app/Header/__stories__/WithHeaderNavigation.js +15 -23
- package/app/Header/__stories__/WithNavigation.js +9 -41
- package/app/Header/__stories__/WithServiceName.js +1 -1
- package/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
- package/app/Header/index.mdx +4 -21
- package/app/Header/index.spec.js +1 -1
- package/app/Masthead/Masthead.stories.playwright.json +1 -1
- package/app/Modal/__stories__/Default.js +1 -1
- package/app/Modal/index.mdx +1 -5
- package/app/NotFound/index.js +5 -9
- package/app/PageTitleContainer/index.d.ts +5 -0
- package/app/{PageTitle → PageTitleContainer}/index.js +20 -14
- package/app/Panel/index.mdx +1 -5
- package/app/PhaseBannerHeader/index.js +2 -2
- package/app/PhaseBannerHeader/index.mdx +1 -5
- package/app/QrCodeViewer/index.mdx +2 -10
- package/app/ThemeOptions/index.js +2 -2
- package/app/index.d.ts +2 -3
- package/app/index.js +8 -8
- package/content/Accordion/index.d.ts +1 -1
- package/content/Accordion/index.mdx +2 -10
- package/content/Blockquote/index.mdx +1 -5
- package/content/Card/index.mdx +8 -40
- package/content/Chip/__stories__/GroupOfChips.js +1 -1
- package/content/Chip/index.d.ts +1 -2
- package/content/Chip/index.js +4 -18
- package/content/Chip/index.mdx +39 -0
- package/content/Details/index.mdx +6 -5
- package/content/List/__stories__/HorizontalList.js +1 -1
- package/content/List/__stories__/WithExtraSpace.js +1 -1
- package/content/List/index.mdx +3 -15
- package/content/StepNav/__stories__/Default.js +3 -5
- package/content/StepNav/__stories__/WithHints.js +2 -4
- package/content/StepNav/index.mdx +21 -0
- package/content/SummaryList/index.mdx +3 -15
- package/content/Table/__stories__/DefinedWidth.js +3 -3
- package/content/Table/__stories__/WithFloatingScroll.js +10 -4
- package/content/Table/index.js +11 -9
- package/content/Table/index.mdx +1 -1
- package/content/TaskList/__stories__/Default.js +5 -5
- package/content/TaskList/index.mdx +21 -0
- package/content/Timeline/__stories__/Default.js +2 -2
- package/content/Timeline/index.mdx +23 -0
- package/es/app/CloseButton/index.js +3 -0
- package/{esm/app/FilterSection → es/app/FilterContainer}/index.js +4 -5
- package/es/app/Footer/Footer.stories.playwright.json +2 -2
- package/es/app/Footer/__stories__/DefaultCopyright.js +11 -9
- package/es/app/Footer/__stories__/FooterAllInclusive.js +19 -13
- package/es/app/Footer/__stories__/FooterWithLink.js +13 -11
- package/es/app/Footer/__stories__/FooterWithLogo.js +9 -8
- package/es/app/Footer/__stories__/FooterWithSecondaryNavigation.js +16 -12
- package/es/app/Footer/__stories__/YearCopyright.js +9 -7
- package/es/app/Footer/index.js +3 -5
- package/es/app/Footer/index.mdx +4 -20
- package/es/app/Header/Header.stories.playwright.json +1 -1
- package/es/app/Header/__stories__/Default.js +1 -1
- package/es/app/Header/__stories__/WithHeaderNavigation.js +15 -15
- package/es/app/Header/__stories__/WithNavigation.js +10 -37
- package/es/app/Header/__stories__/WithServiceName.js +1 -1
- package/es/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
- package/es/app/Header/index.mdx +4 -21
- package/es/app/Header/index.spec.js +2 -2
- package/es/app/Masthead/Masthead.stories.playwright.json +1 -1
- package/es/app/Modal/__stories__/Default.js +1 -1
- package/es/app/Modal/index.mdx +1 -5
- package/es/app/NotFound/index.js +4 -3
- package/es/app/PageTitleContainer/index.js +5 -0
- package/es/app/Panel/index.mdx +1 -5
- package/es/app/PhaseBannerHeader/index.js +2 -2
- package/es/app/PhaseBannerHeader/index.mdx +1 -5
- package/es/app/QrCodeViewer/index.mdx +2 -10
- package/es/app/ThemeOptions/index.js +2 -2
- package/es/app/index.js +3 -4
- package/es/content/Accordion/index.mdx +2 -10
- package/es/content/Blockquote/index.mdx +1 -5
- package/es/content/Card/index.mdx +8 -40
- package/es/content/Chip/__stories__/GroupOfChips.js +2 -2
- package/es/content/Chip/index.js +1 -2
- package/es/content/Chip/index.mdx +39 -0
- package/es/content/Details/index.mdx +6 -5
- package/es/content/List/__stories__/HorizontalList.js +1 -1
- package/es/content/List/__stories__/WithExtraSpace.js +1 -1
- package/es/content/List/index.mdx +3 -15
- package/es/content/StepNav/__stories__/Default.js +3 -5
- package/es/content/StepNav/__stories__/WithHints.js +2 -4
- package/es/content/StepNav/index.mdx +21 -0
- package/es/content/SummaryList/index.mdx +3 -15
- package/es/content/Table/__stories__/DefinedWidth.js +3 -3
- package/es/content/Table/__stories__/WithFloatingScroll.js +5 -4
- package/es/content/Table/index.js +11 -8
- package/es/content/Table/index.mdx +1 -1
- package/es/content/TaskList/__stories__/Default.js +5 -5
- package/es/content/TaskList/index.mdx +21 -0
- package/es/content/Timeline/__stories__/Default.js +2 -2
- package/es/content/Timeline/index.mdx +23 -0
- package/es/feedback/CopyToClipboard/index.mdx +2 -10
- package/es/feedback/ErrorSummary/index.mdx +4 -20
- package/es/feedback/NotificationBanner/index.mdx +2 -10
- package/es/feedback/PhaseBanner/index.mdx +2 -10
- package/es/feedback/ServiceBadge/index.mdx +9 -5
- package/es/feedback/WarningText/WarningText.stories.js +2 -1
- package/es/feedback/WarningText/__stories__/AssistiveText.js +11 -0
- package/es/feedback/WarningText/index.mdx +1 -5
- package/es/form/AutoComplete/__stories__/Default.js +1 -1
- package/es/form/AutoComplete/index.js +10 -5
- package/es/form/AutoComplete/index.mdx +7 -35
- package/es/form/Button/index.mdx +8 -24
- package/es/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
- package/es/form/Checkbox/index.mdx +12 -35
- package/es/form/DateInputContainer/index.mdx +9 -20
- package/es/form/ErrorMessage/index.mdx +1 -5
- package/es/form/FileUpload/index.mdx +3 -5
- package/es/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
- package/es/form/RadioContainer/index.mdx +12 -35
- package/es/form/SearchContainer/index.js +5 -0
- package/es/form/SelectContainer/__stories__/Default.js +4 -4
- package/es/form/SelectContainer/index.mdx +9 -15
- package/es/form/SingleCharacterInputs/SingleCharacterInput.stories.js +12 -0
- package/es/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
- package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
- package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
- package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
- package/es/form/SingleCharacterInputs/index.js +4 -0
- package/es/form/SingleCharacterInputs/index.mdx +24 -0
- package/es/form/TextArea/index.mdx +7 -35
- package/es/form/TextInput/__stories__/FixedWidths.js +6 -6
- package/es/form/TextInput/__stories__/FluidWidths.js +6 -6
- package/es/form/TextInput/index.mdx +8 -40
- package/es/form/index.js +2 -2
- package/es/govgr/Footer/index.js +4 -4
- 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/Admin/index.js +1 -1
- package/es/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
- package/es/layouts/Grid/Grid.stories.js +1 -0
- package/es/layouts/Grid/__stories__/ResponsiveSpacing.js +79 -0
- package/es/layouts/Section/index.js +3 -0
- package/es/layouts/Stack/Stack.stories.js +12 -0
- package/es/layouts/Stack/__stories__/AlignItems.js +67 -0
- package/es/layouts/Stack/__stories__/Default.js +24 -0
- package/es/layouts/Stack/__stories__/JustifyContent.js +84 -0
- package/es/layouts/Stack/__stories__/NoWrap.js +26 -0
- package/es/layouts/Stack/__stories__/Row.js +25 -0
- package/es/layouts/Stack/__stories__/Spacing.js +55 -0
- package/es/layouts/Stack/index.js +2 -0
- package/es/layouts/index.js +3 -1
- package/es/navigation/BackLink/index.mdx +1 -5
- package/es/navigation/Breadcrumbs/index.mdx +6 -5
- package/es/navigation/Drawer/__stories__/Default.js +25 -66
- package/es/navigation/Drawer/index.mdx +1 -5
- 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.js +0 -1
- package/es/navigation/Dropdown/index.mdx +3 -17
- package/es/navigation/Link/index.mdx +7 -25
- package/es/navigation/NavList/NavList.stories.playwright.json +2 -2
- package/es/navigation/NavList/NavListAuto/index.js +54 -0
- package/es/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
- package/es/navigation/NavList/__stories__/Default.js +12 -28
- package/es/navigation/NavList/__stories__/NavVerticalLayout.js +12 -26
- package/es/navigation/NavList/hooks/useNavList.js +2 -2
- package/es/navigation/NavList/hooks/useTogglableNav.js +33 -18
- package/es/navigation/NavList/index.js +16 -17
- package/es/navigation/NavList/index.mdx +2 -10
- package/es/navigation/NavList/types.js +1 -6
- package/es/navigation/Pagination/__stories__/Default.js +7 -65
- package/es/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
- package/es/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
- package/es/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
- package/es/navigation/Pagination/index.mdx +7 -15
- package/es/navigation/SkipLink/SkipLink.stories.js +8 -0
- package/es/navigation/SkipLink/__stories__/Default.js +12 -0
- package/es/navigation/Tabs/Tabs.stories.playwright.json +2 -2
- package/es/navigation/Tabs/__stories__/Default.js +9 -5
- package/es/navigation/Tabs/index.js +1 -1
- package/es/navigation/Tabs/index.mdx +7 -5
- package/es/registry.js +28 -50
- package/es/typography/Heading/__stories__/Default.js +9 -4
- package/es/typography/Heading/index.mdx +1 -5
- package/es/typography/HeadingCaption/index.mdx +1 -5
- package/es/typography/Hint/__stories__/FontSizes.js +3 -3
- package/es/typography/Hint/index.mdx +3 -5
- package/es/typography/NormalText/__stories__/FontSizes.js +7 -7
- package/es/typography/NormalText/__stories__/Variants.js +4 -4
- package/es/typography/NormalText/index.mdx +5 -15
- package/es/typography/Paragraph/__stories__/FontSizes.js +7 -7
- package/es/typography/Paragraph/__stories__/LeadVariant.js +1 -1
- package/es/typography/Paragraph/__stories__/SmallVariant.js +1 -1
- package/es/typography/Paragraph/index.mdx +5 -20
- package/es/utils/Kitchensink/KitchensinkDashboard.js +1 -1
- package/esm/app/CloseButton/index.js +3 -0
- package/{es/app/FilterSection → esm/app/FilterContainer}/index.js +4 -5
- package/esm/app/Footer/Footer.stories.playwright.json +2 -2
- package/esm/app/Footer/__stories__/DefaultCopyright.js +11 -9
- package/esm/app/Footer/__stories__/FooterAllInclusive.js +19 -13
- package/esm/app/Footer/__stories__/FooterWithLink.js +13 -11
- package/esm/app/Footer/__stories__/FooterWithLogo.js +9 -8
- package/esm/app/Footer/__stories__/FooterWithSecondaryNavigation.js +16 -12
- package/esm/app/Footer/__stories__/YearCopyright.js +9 -7
- package/esm/app/Footer/index.js +3 -5
- package/esm/app/Footer/index.mdx +4 -20
- package/esm/app/Header/Header.stories.playwright.json +1 -1
- package/esm/app/Header/__stories__/Default.js +1 -1
- package/esm/app/Header/__stories__/WithHeaderNavigation.js +15 -15
- package/esm/app/Header/__stories__/WithNavigation.js +10 -37
- package/esm/app/Header/__stories__/WithServiceName.js +1 -1
- package/esm/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
- package/esm/app/Header/index.mdx +4 -21
- package/esm/app/Header/index.spec.js +2 -2
- package/esm/app/Masthead/Masthead.stories.playwright.json +1 -1
- package/esm/app/Modal/__stories__/Default.js +1 -1
- package/esm/app/Modal/index.mdx +1 -5
- package/esm/app/NotFound/index.js +4 -3
- package/esm/app/PageTitleContainer/index.js +5 -0
- package/esm/app/Panel/index.mdx +1 -5
- package/esm/app/PhaseBannerHeader/index.js +2 -2
- package/esm/app/PhaseBannerHeader/index.mdx +1 -5
- package/esm/app/QrCodeViewer/index.mdx +2 -10
- package/esm/app/ThemeOptions/index.js +2 -2
- package/esm/app/index.js +3 -4
- package/esm/content/Accordion/index.mdx +2 -10
- package/esm/content/Blockquote/index.mdx +1 -5
- package/esm/content/Card/index.mdx +8 -40
- package/esm/content/Chip/__stories__/GroupOfChips.js +2 -2
- package/esm/content/Chip/index.js +1 -2
- package/esm/content/Chip/index.mdx +39 -0
- package/esm/content/Details/index.mdx +6 -5
- package/esm/content/List/__stories__/HorizontalList.js +1 -1
- package/esm/content/List/__stories__/WithExtraSpace.js +1 -1
- package/esm/content/List/index.mdx +3 -15
- package/esm/content/StepNav/__stories__/Default.js +3 -5
- package/esm/content/StepNav/__stories__/WithHints.js +2 -4
- package/esm/content/StepNav/index.mdx +21 -0
- package/esm/content/SummaryList/index.mdx +3 -15
- package/esm/content/Table/__stories__/DefinedWidth.js +3 -3
- package/esm/content/Table/__stories__/WithFloatingScroll.js +5 -4
- package/esm/content/Table/index.js +11 -8
- package/esm/content/Table/index.mdx +1 -1
- package/esm/content/TaskList/__stories__/Default.js +5 -5
- package/esm/content/TaskList/index.mdx +21 -0
- package/esm/content/Timeline/__stories__/Default.js +2 -2
- package/esm/content/Timeline/index.mdx +23 -0
- package/esm/feedback/CopyToClipboard/index.mdx +2 -10
- package/esm/feedback/ErrorSummary/index.mdx +4 -20
- package/esm/feedback/NotificationBanner/index.mdx +2 -10
- package/esm/feedback/PhaseBanner/index.mdx +2 -10
- package/esm/feedback/ServiceBadge/index.mdx +9 -5
- package/esm/feedback/WarningText/WarningText.stories.js +2 -1
- package/esm/feedback/WarningText/__stories__/AssistiveText.js +11 -0
- package/esm/feedback/WarningText/index.mdx +1 -5
- package/esm/form/AutoComplete/__stories__/Default.js +1 -1
- package/esm/form/AutoComplete/index.js +10 -5
- package/esm/form/AutoComplete/index.mdx +7 -35
- package/esm/form/Button/index.mdx +8 -24
- package/esm/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
- package/esm/form/Checkbox/index.mdx +12 -35
- package/esm/form/DateInputContainer/index.mdx +9 -20
- package/esm/form/ErrorMessage/index.mdx +1 -5
- package/esm/form/FileUpload/index.mdx +3 -5
- package/esm/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
- package/esm/form/RadioContainer/index.mdx +12 -35
- package/esm/form/SearchContainer/index.js +5 -0
- package/esm/form/SelectContainer/__stories__/Default.js +4 -4
- package/esm/form/SelectContainer/index.mdx +9 -15
- package/esm/form/SingleCharacterInputs/SingleCharacterInput.stories.js +12 -0
- package/esm/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
- package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
- package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
- package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
- package/esm/form/SingleCharacterInputs/index.js +4 -0
- package/esm/form/SingleCharacterInputs/index.mdx +24 -0
- package/esm/form/TextArea/index.mdx +7 -35
- package/esm/form/TextInput/__stories__/FixedWidths.js +6 -6
- package/esm/form/TextInput/__stories__/FluidWidths.js +6 -6
- package/esm/form/TextInput/index.mdx +8 -40
- package/esm/form/index.js +2 -2
- package/esm/govgr/Footer/index.js +4 -4
- 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/Admin/index.js +1 -1
- package/esm/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
- package/esm/layouts/Grid/Grid.stories.js +1 -0
- package/esm/layouts/Grid/__stories__/ResponsiveSpacing.js +79 -0
- package/esm/layouts/Section/index.js +3 -0
- package/esm/layouts/Stack/Stack.stories.js +12 -0
- package/esm/layouts/Stack/__stories__/AlignItems.js +67 -0
- package/esm/layouts/Stack/__stories__/Default.js +24 -0
- package/esm/layouts/Stack/__stories__/JustifyContent.js +84 -0
- package/esm/layouts/Stack/__stories__/NoWrap.js +26 -0
- package/esm/layouts/Stack/__stories__/Row.js +25 -0
- package/esm/layouts/Stack/__stories__/Spacing.js +55 -0
- package/esm/layouts/Stack/index.js +2 -0
- package/esm/layouts/index.js +3 -1
- package/esm/navigation/BackLink/index.mdx +1 -5
- package/esm/navigation/Breadcrumbs/index.mdx +6 -5
- package/esm/navigation/Drawer/__stories__/Default.js +25 -66
- package/esm/navigation/Drawer/index.mdx +1 -5
- 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.js +0 -1
- package/esm/navigation/Dropdown/index.mdx +3 -17
- package/esm/navigation/Link/index.mdx +7 -25
- package/esm/navigation/NavList/NavList.stories.playwright.json +2 -2
- package/esm/navigation/NavList/NavListAuto/index.js +54 -0
- package/esm/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
- package/esm/navigation/NavList/__stories__/Default.js +12 -28
- package/esm/navigation/NavList/__stories__/NavVerticalLayout.js +12 -26
- package/esm/navigation/NavList/hooks/useNavList.js +2 -2
- package/esm/navigation/NavList/hooks/useTogglableNav.js +33 -18
- package/esm/navigation/NavList/index.js +16 -17
- package/esm/navigation/NavList/index.mdx +2 -10
- package/esm/navigation/NavList/types.js +1 -6
- package/esm/navigation/Pagination/__stories__/Default.js +7 -65
- package/esm/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
- package/esm/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
- package/esm/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
- package/esm/navigation/Pagination/index.mdx +7 -15
- package/esm/navigation/SkipLink/SkipLink.stories.js +8 -0
- package/esm/navigation/SkipLink/__stories__/Default.js +12 -0
- package/esm/navigation/Tabs/Tabs.stories.playwright.json +2 -2
- package/esm/navigation/Tabs/__stories__/Default.js +9 -5
- package/esm/navigation/Tabs/index.js +1 -1
- package/esm/navigation/Tabs/index.mdx +7 -5
- package/esm/registry.js +28 -50
- package/esm/typography/Heading/__stories__/Default.js +9 -4
- package/esm/typography/Heading/index.mdx +1 -5
- package/esm/typography/HeadingCaption/index.mdx +1 -5
- package/esm/typography/Hint/__stories__/FontSizes.js +3 -3
- package/esm/typography/Hint/index.mdx +3 -5
- package/esm/typography/NormalText/__stories__/FontSizes.js +7 -7
- package/esm/typography/NormalText/__stories__/Variants.js +4 -4
- package/esm/typography/NormalText/index.mdx +5 -15
- package/esm/typography/Paragraph/__stories__/FontSizes.js +7 -7
- package/esm/typography/Paragraph/__stories__/LeadVariant.js +1 -1
- package/esm/typography/Paragraph/__stories__/SmallVariant.js +1 -1
- package/esm/typography/Paragraph/index.mdx +5 -20
- package/esm/utils/Kitchensink/KitchensinkDashboard.js +1 -1
- package/feedback/CopyToClipboard/index.mdx +2 -10
- package/feedback/ErrorSummary/index.mdx +4 -20
- package/feedback/NotificationBanner/index.mdx +2 -10
- package/feedback/PhaseBanner/index.mdx +2 -10
- 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__/AssistiveText.d.ts +2 -0
- package/feedback/WarningText/__stories__/AssistiveText.js +24 -0
- package/feedback/WarningText/index.mdx +1 -5
- package/form/AutoComplete/__stories__/Default.js +1 -1
- package/form/AutoComplete/index.d.ts +3 -3
- package/form/AutoComplete/index.js +11 -6
- package/form/AutoComplete/index.mdx +7 -35
- package/form/Button/index.mdx +8 -24
- package/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
- package/form/Checkbox/index.mdx +12 -35
- package/form/DateInputContainer/index.mdx +9 -20
- package/form/ErrorMessage/index.mdx +1 -5
- package/form/FileUpload/index.mdx +3 -5
- package/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
- package/form/RadioContainer/index.mdx +12 -35
- package/form/SearchContainer/index.d.ts +5 -0
- package/form/{SearchSection → SearchContainer}/index.js +5 -5
- package/form/SelectContainer/__stories__/Default.js +4 -4
- package/form/SelectContainer/index.mdx +9 -15
- package/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +13 -0
- package/form/{SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js → SingleCharacterInputs/SingleCharacterInput.stories.js} +8 -8
- package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
- package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
- package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
- package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
- package/form/SingleCharacterInputs/index.d.ts +4 -0
- package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/index.js +9 -9
- package/form/SingleCharacterInputs/index.mdx +24 -0
- package/form/TextArea/index.mdx +7 -35
- package/form/TextInput/__stories__/FixedWidths.js +6 -6
- package/form/TextInput/__stories__/FluidWidths.js +6 -6
- package/form/TextInput/index.mdx +8 -40
- package/form/index.d.ts +2 -2
- package/form/index.js +8 -8
- package/govgr/Footer/index.js +4 -4
- 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/NavVerticalItem.js → icons/ImageLogo/index.js} +5 -5
- package/icons/ImageLogoSet/index.d.ts +3 -0
- package/{navigation/NavList/NavListItemLink.js → icons/ImageLogoSet/index.js} +5 -5
- package/layouts/Admin/index.d.ts +1 -1
- package/layouts/Admin/index.js +4 -4
- package/layouts/Basic/Content/index.d.ts +1 -1
- package/layouts/Basic/Side/index.d.ts +1 -1
- package/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
- 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/layouts/Section/index.d.ts +3 -0
- package/{navigation/NavList/NavMenu.js → layouts/Section/index.js} +5 -5
- package/layouts/Stack/Stack.stories.d.ts +13 -0
- package/layouts/Stack/Stack.stories.js +101 -0
- package/layouts/Stack/__stories__/AlignItems.d.ts +2 -0
- package/layouts/Stack/__stories__/AlignItems.js +81 -0
- package/layouts/Stack/__stories__/Default.d.ts +2 -0
- package/layouts/Stack/__stories__/Default.js +38 -0
- package/layouts/Stack/__stories__/JustifyContent.d.ts +2 -0
- package/layouts/Stack/__stories__/JustifyContent.js +98 -0
- package/layouts/Stack/__stories__/NoWrap.d.ts +2 -0
- package/layouts/Stack/__stories__/NoWrap.js +40 -0
- package/layouts/Stack/__stories__/Row.d.ts +2 -0
- package/layouts/Stack/__stories__/Row.js +39 -0
- package/layouts/Stack/__stories__/Spacing.d.ts +2 -0
- package/layouts/Stack/__stories__/Spacing.js +69 -0
- package/layouts/Stack/index.d.ts +2 -0
- package/layouts/Stack/index.js +13 -0
- package/layouts/index.d.ts +2 -0
- package/layouts/index.js +21 -0
- package/navigation/BackLink/index.mdx +1 -5
- package/navigation/Breadcrumbs/index.mdx +6 -5
- package/navigation/Drawer/__stories__/Default.js +24 -68
- package/navigation/Drawer/index.mdx +1 -5
- 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.d.ts +0 -1
- package/navigation/Dropdown/index.js +0 -14
- package/navigation/Dropdown/index.mdx +3 -17
- package/navigation/Link/index.mdx +7 -25
- package/navigation/NavList/NavList.stories.playwright.json +2 -2
- package/navigation/NavList/NavListAuto/index.js +80 -0
- package/navigation/NavList/NavMenuContentList.d.ts +5 -0
- package/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +10 -10
- package/navigation/NavList/__stories__/Default.js +12 -28
- package/navigation/NavList/__stories__/NavVerticalLayout.js +12 -32
- 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 +16 -17
- package/navigation/NavList/index.js +54 -96
- package/navigation/NavList/index.mdx +2 -10
- package/navigation/NavList/types.d.ts +14 -17
- package/navigation/NavList/types.js +1 -14
- package/navigation/Pagination/__stories__/Default.js +7 -65
- package/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
- package/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
- package/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
- package/navigation/Pagination/index.mdx +7 -15
- package/navigation/SkipLink/SkipLink.stories.d.ts +9 -0
- package/navigation/SkipLink/SkipLink.stories.js +32 -0
- package/navigation/SkipLink/__stories__/Default.d.ts +2 -0
- package/navigation/SkipLink/__stories__/Default.js +26 -0
- package/navigation/Tabs/Tabs.stories.playwright.json +2 -2
- package/navigation/Tabs/__stories__/Default.js +8 -4
- package/navigation/Tabs/index.js +1 -1
- package/navigation/Tabs/index.mdx +7 -5
- package/package.json +3 -3
- package/registry.d.ts +17 -26
- package/registry.js +35 -68
- package/src/app/CloseButton/index.tsx +4 -0
- package/src/app/{FilterSection → FilterContainer}/index.tsx +4 -5
- package/src/app/Footer/Footer.stories.playwright.json +2 -2
- package/src/app/Footer/__stories__/DefaultCopyright.tsx +27 -25
- package/src/app/Footer/__stories__/FooterAllInclusive.tsx +98 -89
- package/src/app/Footer/__stories__/FooterWithLink.tsx +48 -40
- package/src/app/Footer/__stories__/FooterWithLogo.tsx +41 -33
- package/src/app/Footer/__stories__/FooterWithSecondaryNavigation.tsx +22 -20
- package/src/app/Footer/__stories__/YearCopyright.tsx +24 -23
- package/src/app/Footer/index.mdx +4 -20
- package/src/app/Footer/index.tsx +3 -5
- package/src/app/Header/Header.stories.playwright.json +1 -1
- package/src/app/Header/__stories__/Default.tsx +4 -4
- package/src/app/Header/__stories__/WithHeaderNavigation.tsx +16 -26
- package/src/app/Header/__stories__/WithNavigation.tsx +17 -38
- package/src/app/Header/__stories__/WithServiceName.tsx +4 -4
- package/src/app/Header/__stories__/WithServiceNameAndLogo.tsx +4 -4
- package/src/app/Header/index.mdx +4 -21
- package/src/app/Header/index.spec.tsx +6 -1
- package/src/app/Masthead/Masthead.stories.playwright.json +1 -1
- package/src/app/Modal/__stories__/Default.tsx +1 -1
- package/src/app/Modal/index.mdx +1 -5
- package/src/app/NotFound/index.tsx +5 -4
- package/src/app/PageTitleContainer/index.tsx +5 -0
- package/src/app/Panel/index.mdx +1 -5
- package/src/app/PhaseBannerHeader/index.mdx +1 -5
- package/src/app/PhaseBannerHeader/index.tsx +3 -3
- package/src/app/QrCodeViewer/index.mdx +2 -10
- package/src/app/ThemeOptions/index.tsx +3 -3
- package/src/app/index.ts +2 -3
- package/src/content/Accordion/index.mdx +2 -10
- package/src/content/Blockquote/index.mdx +1 -5
- package/src/content/Card/index.mdx +8 -40
- package/src/content/Chip/__stories__/GroupOfChips.tsx +3 -3
- package/src/content/Chip/index.mdx +39 -0
- package/src/content/Chip/index.tsx +1 -2
- package/src/content/Details/index.mdx +6 -5
- package/src/content/List/__stories__/HorizontalList.tsx +1 -1
- package/src/content/List/__stories__/WithExtraSpace.tsx +1 -1
- package/src/content/List/index.mdx +3 -15
- package/src/content/StepNav/__stories__/Default.tsx +3 -4
- package/src/content/StepNav/__stories__/WithHints.tsx +4 -4
- package/src/content/StepNav/index.mdx +21 -0
- package/src/content/SummaryList/index.mdx +3 -15
- package/src/content/Table/__stories__/DefinedWidth.tsx +3 -3
- package/src/content/Table/__stories__/WithFloatingScroll.tsx +5 -7
- package/src/content/Table/index.mdx +1 -1
- package/src/content/Table/index.tsx +13 -12
- package/src/content/TaskList/__stories__/Default.tsx +5 -5
- package/src/content/TaskList/index.mdx +21 -0
- package/src/content/Timeline/__stories__/Default.tsx +55 -57
- package/src/content/Timeline/index.mdx +23 -0
- package/src/feedback/CopyToClipboard/index.mdx +2 -10
- package/src/feedback/ErrorSummary/index.mdx +4 -20
- package/src/feedback/NotificationBanner/index.mdx +2 -10
- package/src/feedback/PhaseBanner/index.mdx +2 -10
- package/src/feedback/ServiceBadge/index.mdx +9 -5
- package/src/feedback/WarningText/WarningText.stories.js +1 -0
- package/src/feedback/WarningText/__stories__/AssistiveText.tsx +10 -0
- package/src/feedback/WarningText/index.mdx +1 -5
- package/src/form/AutoComplete/__stories__/Default.tsx +1 -1
- package/src/form/AutoComplete/index.mdx +7 -35
- package/src/form/AutoComplete/index.tsx +6 -12
- package/src/form/Button/index.mdx +8 -24
- package/src/form/Checkbox/__stories__/ConditionalReveal.tsx +1 -1
- package/src/form/Checkbox/index.mdx +12 -35
- package/src/form/DateInputContainer/index.mdx +9 -20
- package/src/form/ErrorMessage/index.mdx +1 -5
- package/src/form/FileUpload/index.mdx +3 -5
- package/src/form/RadioContainer/__stories__/ConditionalReveal.tsx +1 -1
- package/src/form/RadioContainer/index.mdx +12 -35
- package/src/form/SearchContainer/index.tsx +6 -0
- package/src/form/SelectContainer/__stories__/Default.tsx +4 -4
- package/src/form/SelectContainer/index.mdx +9 -15
- package/src/form/SingleCharacterInputs/SingleCharacterInput.stories.js +13 -0
- package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.tsx +11 -11
- package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.tsx +11 -11
- package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.tsx +11 -11
- package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.tsx +11 -11
- package/src/form/SingleCharacterInputs/index.mdx +24 -0
- package/src/form/SingleCharacterInputs/index.tsx +4 -0
- package/src/form/TextArea/index.mdx +7 -35
- package/src/form/TextInput/__stories__/FixedWidths.tsx +6 -6
- package/src/form/TextInput/__stories__/FluidWidths.tsx +6 -6
- package/src/form/TextInput/index.mdx +8 -40
- package/src/form/index.ts +2 -2
- package/src/govgr/Footer/index.tsx +8 -8
- 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/Admin/index.tsx +1 -1
- package/src/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/layouts/Grid/Grid.stories.js +1 -0
- package/src/layouts/Grid/__stories__/ResponsiveSpacing.tsx +43 -0
- package/src/layouts/Section/index.tsx +3 -0
- package/src/layouts/Stack/Stack.stories.js +12 -0
- package/src/layouts/Stack/__stories__/AlignItems.tsx +36 -0
- package/src/layouts/Stack/__stories__/Default.tsx +17 -0
- package/src/layouts/Stack/__stories__/JustifyContent.tsx +47 -0
- package/src/layouts/Stack/__stories__/NoWrap.tsx +17 -0
- package/src/layouts/Stack/__stories__/Row.tsx +17 -0
- package/src/layouts/Stack/__stories__/Spacing.tsx +35 -0
- package/src/layouts/Stack/index.tsx +3 -0
- package/src/layouts/index.ts +2 -0
- package/src/navigation/BackLink/index.mdx +1 -5
- package/src/navigation/Breadcrumbs/index.mdx +6 -5
- package/src/navigation/Drawer/__stories__/Default.tsx +31 -84
- package/src/navigation/Drawer/index.mdx +1 -5
- 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 +3 -17
- package/src/navigation/Dropdown/index.tsx +0 -1
- package/src/navigation/Link/index.mdx +7 -25
- package/src/navigation/NavList/NavList.stories.playwright.json +2 -2
- package/src/navigation/NavList/NavListAuto/index.tsx +68 -0
- package/src/navigation/NavList/{NavMenuContainerContentList.tsx → NavMenuContentList.tsx} +8 -8
- package/src/navigation/NavList/__stories__/Default.tsx +28 -40
- package/src/navigation/NavList/__stories__/NavVerticalLayout.tsx +25 -33
- package/src/navigation/NavList/hooks/useNavList.ts +3 -3
- package/src/navigation/NavList/hooks/useTogglableNav.tsx +31 -19
- package/src/navigation/NavList/index.mdx +2 -10
- package/src/navigation/NavList/index.tsx +16 -17
- package/src/navigation/NavList/types.tsx +16 -28
- package/src/navigation/Pagination/__stories__/Default.tsx +2 -76
- package/src/navigation/Pagination/__stories__/PaginationSmall.tsx +1 -1
- package/src/navigation/Pagination/__stories__/PaginationWithSmallFont.tsx +1 -1
- package/src/navigation/Pagination/__stories__/WithInactiveValues.tsx +2 -2
- package/src/navigation/Pagination/index.mdx +7 -15
- package/src/navigation/SkipLink/SkipLink.stories.js +9 -0
- package/src/navigation/SkipLink/__stories__/Default.tsx +15 -0
- package/src/navigation/Tabs/Tabs.stories.playwright.json +2 -2
- package/src/navigation/Tabs/__stories__/Default.tsx +2 -0
- package/src/navigation/Tabs/index.mdx +7 -5
- package/src/navigation/Tabs/index.tsx +1 -1
- package/src/registry.js +28 -50
- package/src/typography/Heading/__stories__/Default.tsx +6 -6
- package/src/typography/Heading/index.mdx +1 -5
- package/src/typography/HeadingCaption/index.mdx +1 -5
- package/src/typography/Hint/__stories__/FontSizes.tsx +3 -3
- package/src/typography/Hint/index.mdx +3 -5
- package/src/typography/NormalText/__stories__/FontSizes.tsx +7 -7
- package/src/typography/NormalText/__stories__/Variants.tsx +2 -2
- package/src/typography/NormalText/index.mdx +5 -15
- package/src/typography/Paragraph/__stories__/FontSizes.tsx +7 -7
- package/src/typography/Paragraph/__stories__/LeadVariant.tsx +1 -1
- package/src/typography/Paragraph/__stories__/SmallVariant.tsx +1 -1
- package/src/typography/Paragraph/index.mdx +5 -20
- package/src/utils/Kitchensink/KitchensinkDashboard.tsx +1 -1
- package/typography/Caption/index.d.ts +1 -1
- package/typography/Heading/__stories__/Default.js +9 -4
- package/typography/Heading/index.mdx +1 -5
- package/typography/HeadingCaption/index.mdx +1 -5
- package/typography/Hint/__stories__/FontSizes.js +3 -3
- package/typography/Hint/index.mdx +3 -5
- package/typography/NormalText/__stories__/FontSizes.js +7 -7
- package/typography/NormalText/__stories__/Variants.js +4 -4
- package/typography/NormalText/index.mdx +5 -15
- package/typography/Paragraph/__stories__/FontSizes.js +7 -7
- package/typography/Paragraph/__stories__/LeadVariant.js +1 -1
- package/typography/Paragraph/__stories__/SmallVariant.js +1 -1
- package/typography/Paragraph/index.mdx +5 -20
- package/utils/Kitchensink/KitchensinkDashboard.js +1 -1
- package/app/PageTitle/index.d.ts +0 -5
- package/es/app/PageTitle/index.js +0 -5
- package/es/form/SearchSection/index.js +0 -5
- package/es/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -12
- package/es/form/SingleCharacterInputContainer/index.js +0 -4
- package/es/form/SingleCharacterInputContainer/index.mdx +0 -36
- 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/esm/app/PageTitle/index.js +0 -5
- package/esm/form/SearchSection/index.js +0 -5
- package/esm/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -12
- package/esm/form/SingleCharacterInputContainer/index.js +0 -4
- package/esm/form/SingleCharacterInputContainer/index.mdx +0 -36
- 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/form/SearchSection/index.d.ts +0 -5
- package/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.d.ts +0 -13
- package/form/SingleCharacterInputContainer/index.d.ts +0 -4
- package/form/SingleCharacterInputContainer/index.mdx +0 -36
- 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/NavListItemAnchorAuto.js +0 -51
- 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/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/src/app/PageTitle/index.tsx +0 -5
- package/src/form/SearchSection/index.tsx +0 -6
- package/src/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -13
- package/src/form/SingleCharacterInputContainer/index.mdx +0 -36
- package/src/form/SingleCharacterInputContainer/index.tsx +0 -4
- 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/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.d.ts +0 -0
- /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.d.ts +0 -0
- /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.d.ts +0 -0
- /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.d.ts +0 -0
- /package/navigation/NavList/NavListAuto/{NavListAuto.d.ts → index.d.ts} +0 -0
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import Link from '@digigov/ui/navigation/Link';
|
|
3
|
-
import
|
|
4
|
-
isNavListItemLinkInterface,
|
|
3
|
+
import {
|
|
5
4
|
Nav,
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
NavList,
|
|
6
|
+
NavListItemAction,
|
|
8
7
|
NavMenuContainer,
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
NavMenuContent,
|
|
9
|
+
NavMenuContentList,
|
|
10
|
+
NavMenuContentListItem,
|
|
11
|
+
NavMenuTitle,
|
|
13
12
|
} from '@digigov/ui/navigation/NavList';
|
|
14
13
|
import { useNavList } from '@digigov/ui/navigation/NavList/hooks/useNavList';
|
|
15
14
|
|
|
@@ -53,41 +52,34 @@ const links = [
|
|
|
53
52
|
export const NavVerticalLayout = () => {
|
|
54
53
|
const layout = 'vertical';
|
|
55
54
|
const border = false;
|
|
56
|
-
const {
|
|
55
|
+
const { registerNavItemMenu, registerNavItem } = useNavList();
|
|
57
56
|
|
|
58
|
-
const setRegisterButton = (name: string) => {
|
|
59
|
-
return { ...registerButton(name) };
|
|
60
|
-
};
|
|
61
57
|
|
|
62
|
-
const setRegisterLink = (name: string) => {
|
|
63
|
-
return { ...registerLink(name) };
|
|
64
|
-
};
|
|
65
58
|
|
|
66
59
|
return (
|
|
67
|
-
<Nav open={true}
|
|
68
|
-
<NavList>
|
|
60
|
+
<Nav open={true} border={border}>
|
|
61
|
+
<NavList layout={layout}>
|
|
69
62
|
{links.map((item, key) => (
|
|
70
63
|
<React.Fragment key={key}>
|
|
71
|
-
<
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
/>
|
|
76
|
-
<NavMenu layout={layout} {...container(item.name)}>
|
|
64
|
+
<NavListItemAction {...registerNavItem(item)} >
|
|
65
|
+
{item.label}
|
|
66
|
+
</NavListItemAction>
|
|
67
|
+
{item.subMenu &&
|
|
77
68
|
<NavMenuContainer
|
|
78
69
|
layout={layout}
|
|
79
70
|
paddingLeft={5}
|
|
80
71
|
paddingRight={5}
|
|
72
|
+
{...registerNavItemMenu(item.name)}
|
|
81
73
|
>
|
|
82
|
-
<
|
|
83
|
-
<
|
|
84
|
-
<
|
|
74
|
+
<NavMenuTitle>{item.label}</NavMenuTitle>
|
|
75
|
+
<NavMenuContent>
|
|
76
|
+
<NavMenuContentList role="menu">
|
|
85
77
|
{item.subMenu?.map((subMenu, menuIndex) => {
|
|
86
78
|
return (
|
|
87
|
-
|
|
88
|
-
<
|
|
89
|
-
role="presentation"
|
|
79
|
+
subMenu?.href && (
|
|
80
|
+
<NavMenuContentListItem
|
|
90
81
|
key={menuIndex}
|
|
82
|
+
role="presentation"
|
|
91
83
|
>
|
|
92
84
|
<Link
|
|
93
85
|
role="menuitem"
|
|
@@ -96,14 +88,14 @@ export const NavVerticalLayout = () => {
|
|
|
96
88
|
>
|
|
97
89
|
{subMenu.label}
|
|
98
90
|
</Link>
|
|
99
|
-
</
|
|
91
|
+
</NavMenuContentListItem>
|
|
100
92
|
)
|
|
101
93
|
);
|
|
102
94
|
})}
|
|
103
|
-
</
|
|
104
|
-
</
|
|
95
|
+
</NavMenuContentList>
|
|
96
|
+
</NavMenuContent>
|
|
105
97
|
</NavMenuContainer>
|
|
106
|
-
|
|
98
|
+
}
|
|
107
99
|
</React.Fragment>
|
|
108
100
|
))}
|
|
109
101
|
</NavList>
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
} from '@digigov/ui/navigation/NavList/hooks/useTogglableNav';
|
|
6
6
|
|
|
7
7
|
export interface UseNavListReturn extends UseTogglableNavReturn {
|
|
8
|
-
|
|
8
|
+
registerNavItemMenu: (key: string) => { active: boolean; id: string };
|
|
9
9
|
}
|
|
10
10
|
export const useNavList = (): UseNavListReturn => {
|
|
11
11
|
const registeredContainers = useRef({});
|
|
@@ -18,7 +18,7 @@ export const useNavList = (): UseNavListReturn => {
|
|
|
18
18
|
onToggleProperty: 'onClick',
|
|
19
19
|
ariaNavigation: true,
|
|
20
20
|
});
|
|
21
|
-
const
|
|
21
|
+
const registerNavItemMenu = useCallback(
|
|
22
22
|
(key: string) => {
|
|
23
23
|
return {
|
|
24
24
|
ref: (el) => {
|
|
@@ -32,5 +32,5 @@ export const useNavList = (): UseNavListReturn => {
|
|
|
32
32
|
},
|
|
33
33
|
[opened]
|
|
34
34
|
);
|
|
35
|
-
return { registerButton, registerLink, opened,
|
|
35
|
+
return { registerButton, registerLink, opened, registerNavItemMenu, ...rest };
|
|
36
36
|
};
|
|
@@ -15,6 +15,7 @@ export interface UseTogglableNavInterface {
|
|
|
15
15
|
export interface UseTogglableNavReturn {
|
|
16
16
|
registerButton: (el: string) => any;
|
|
17
17
|
registerLink: (el: string) => any;
|
|
18
|
+
registerNavItem: (item: any) => any;
|
|
18
19
|
registered: { current: Record<string, { el: HTMLElement; type: string }> };
|
|
19
20
|
opened: Record<string, boolean>;
|
|
20
21
|
toggle: (id: string) => void;
|
|
@@ -40,25 +41,7 @@ export function useTogglableNav({
|
|
|
40
41
|
);
|
|
41
42
|
const openedKeys = useRef<string[]>([]);
|
|
42
43
|
|
|
43
|
-
const registerButtonRef = useCallback((el) => {
|
|
44
|
-
if (!el) return;
|
|
45
|
-
const key = el.getAttribute('aria-controls') as string;
|
|
46
|
-
if (registered.current[key]) return;
|
|
47
|
-
registered.current[key] = {
|
|
48
|
-
el,
|
|
49
|
-
type: 'button',
|
|
50
|
-
};
|
|
51
|
-
}, []);
|
|
52
44
|
|
|
53
|
-
const registerLinkRef = useCallback((el) => {
|
|
54
|
-
if (!el) return;
|
|
55
|
-
const key = el.getAttribute('aria-controls') as string;
|
|
56
|
-
if (registered.current[key]) return;
|
|
57
|
-
registered.current[key] = {
|
|
58
|
-
el,
|
|
59
|
-
type: 'link',
|
|
60
|
-
};
|
|
61
|
-
}, []);
|
|
62
45
|
|
|
63
46
|
const toggle = useCallback((e) => {
|
|
64
47
|
const key = e.currentTarget.getAttribute('aria-controls') as string;
|
|
@@ -254,7 +237,25 @@ export function useTogglableNav({
|
|
|
254
237
|
break;
|
|
255
238
|
}
|
|
256
239
|
}, []);
|
|
240
|
+
const registerButtonRef = useCallback((el) => {
|
|
241
|
+
if (!el) return;
|
|
242
|
+
const key = el.getAttribute('aria-controls') as string;
|
|
243
|
+
if (registered.current[key]) return;
|
|
244
|
+
registered.current[key] = {
|
|
245
|
+
el,
|
|
246
|
+
type: 'button',
|
|
247
|
+
};
|
|
248
|
+
}, []);
|
|
257
249
|
|
|
250
|
+
const registerLinkRef = useCallback((el) => {
|
|
251
|
+
if (!el) return;
|
|
252
|
+
const key = el.getAttribute('aria-controls') as string;
|
|
253
|
+
if (registered.current[key]) return;
|
|
254
|
+
registered.current[key] = {
|
|
255
|
+
el,
|
|
256
|
+
type: 'link',
|
|
257
|
+
};
|
|
258
|
+
}, []);
|
|
258
259
|
const registerButton = useCallback(
|
|
259
260
|
(key) => {
|
|
260
261
|
const isOpen = !!opened[key];
|
|
@@ -279,9 +280,20 @@ export function useTogglableNav({
|
|
|
279
280
|
},
|
|
280
281
|
[opened]
|
|
281
282
|
);
|
|
282
|
-
|
|
283
|
+
const registerNavItem = useCallback(
|
|
284
|
+
(item) => {
|
|
285
|
+
if(item.subMenu || item.menu) {
|
|
286
|
+
return {...registerButton(item.name), role: 'button'};
|
|
287
|
+
}else if (item.href) {
|
|
288
|
+
return {...registerLink(item.name), href: item.href};
|
|
289
|
+
}else {
|
|
290
|
+
console.error(item)
|
|
291
|
+
throw new Error('Invalid nav item. Must be either button or link');
|
|
292
|
+
}
|
|
293
|
+
},[opened])
|
|
283
294
|
return useMemo(
|
|
284
295
|
() => ({
|
|
296
|
+
registerNavItem,
|
|
285
297
|
registerButton,
|
|
286
298
|
registerLink,
|
|
287
299
|
registered,
|
|
@@ -11,19 +11,11 @@ import NavList, { NavListItem } from '@digigov/ui/navigation/NavList';
|
|
|
11
11
|
|
|
12
12
|
### Vertical NavList
|
|
13
13
|
|
|
14
|
-
<Story
|
|
15
|
-
packageName="@digigov/ui"
|
|
16
|
-
component="navigation/NavList"
|
|
17
|
-
story="Default.tsx"
|
|
18
|
-
/>
|
|
14
|
+
<Story packageName="@digigov/ui" component="navigation/NavList" story="Default.tsx" />
|
|
19
15
|
|
|
20
16
|
### Horizontal NavList
|
|
21
17
|
|
|
22
|
-
<Story
|
|
23
|
-
packageName="@digigov/ui"
|
|
24
|
-
component="navigation/NavList"
|
|
25
|
-
story="NavVerticalLayout.tsx"
|
|
26
|
-
/>
|
|
18
|
+
<Story packageName="@digigov/ui" component="navigation/NavList" story="NavVerticalLayout.tsx" />
|
|
27
19
|
|
|
28
20
|
## Accessibility
|
|
29
21
|
|
|
@@ -1,21 +1,20 @@
|
|
|
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
|
|
|
20
|
-
|
|
7
|
+
export * from '@digigov/react-core/Nav';
|
|
8
|
+
export * from '@digigov/react-core/NavList';
|
|
9
|
+
export * from '@digigov/react-core/NavMenuContainer';
|
|
10
|
+
export * from '@digigov/react-core/NavMenuContent';
|
|
11
|
+
export * from '@digigov/react-core/NavMenuContentListBase';
|
|
12
|
+
export * from '@digigov/react-core/NavMenuContentListItem';
|
|
13
|
+
export * from '@digigov/react-core/NavMenuTitle';
|
|
14
|
+
export * from '@digigov/react-core/NavListItemAction';
|
|
15
|
+
export * from '@digigov/react-core/NavListItemAction';
|
|
16
|
+
export * from '@digigov/react-core/NavListItemActionContainer';
|
|
17
|
+
export * from '@digigov/react-core/NavListItemLink';
|
|
18
|
+
export * from '@digigov/react-core/NavListItemButton';
|
|
19
|
+
export * from '@digigov/react-core/NavListItemAction';
|
|
21
20
|
export default NavList;
|
|
@@ -1,10 +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
|
|
|
6
5
|
export type NavListLayout = 'horizontal' | 'vertical';
|
|
7
|
-
|
|
6
|
+
interface NavListItemMenuInterface {
|
|
7
|
+
links: NavListItemLinkInterface[];
|
|
8
|
+
title?: string;
|
|
9
|
+
}
|
|
10
|
+
export interface NavLinkInterface {
|
|
11
|
+
label?: string;
|
|
12
|
+
name: string;
|
|
13
|
+
href?: string;
|
|
14
|
+
subMenu?: NavLinkInterface[]
|
|
15
|
+
menu?: NavListItemMenuInterface
|
|
16
|
+
}
|
|
8
17
|
export interface NavListAutoProps extends NavProps {
|
|
9
18
|
children?: React.ReactNode;
|
|
10
19
|
className?: string;
|
|
@@ -24,23 +33,22 @@ export interface NavListHeaderItemType {
|
|
|
24
33
|
label?: string;
|
|
25
34
|
title?: string;
|
|
26
35
|
children?: React.ReactNode;
|
|
27
|
-
|
|
36
|
+
menu: {
|
|
37
|
+
links: NavListItemLinkInterface[]
|
|
38
|
+
};
|
|
28
39
|
}
|
|
29
40
|
|
|
30
41
|
interface NavListItemInterface {
|
|
31
42
|
name: string;
|
|
32
43
|
label?: string;
|
|
33
|
-
|
|
34
|
-
children?: React.ReactNode;
|
|
44
|
+
|
|
35
45
|
}
|
|
36
46
|
|
|
37
47
|
interface NavListItemLinkInterface extends NavListItemInterface {
|
|
38
48
|
href: string;
|
|
39
49
|
}
|
|
40
50
|
|
|
41
|
-
|
|
42
|
-
links: NavListItemLinkInterface[];
|
|
43
|
-
}
|
|
51
|
+
|
|
44
52
|
|
|
45
53
|
export type NavListItemType =
|
|
46
54
|
| NavListItemLinkInterface
|
|
@@ -56,23 +64,3 @@ export interface NavListItemSubMenuInterface extends NavListItemInterface {
|
|
|
56
64
|
subMenu: NavListItemType[];
|
|
57
65
|
}
|
|
58
66
|
|
|
59
|
-
export const isNavListItemLinkInterface = (
|
|
60
|
-
item: any
|
|
61
|
-
): item is NavListItemLinkInterface => {
|
|
62
|
-
return item && 'href' in item;
|
|
63
|
-
};
|
|
64
|
-
|
|
65
|
-
export const isNavListItemSubMenuInterface = (
|
|
66
|
-
item: any
|
|
67
|
-
): item is NavListItemSubMenuInterface => {
|
|
68
|
-
return item && 'subMenu' in item;
|
|
69
|
-
};
|
|
70
|
-
|
|
71
|
-
export interface NavListItemProps {
|
|
72
|
-
children?: React.ReactNode;
|
|
73
|
-
role?: string;
|
|
74
|
-
link?: NavListItemType;
|
|
75
|
-
active?: boolean;
|
|
76
|
-
setRegisterButton?: (name: string) => any;
|
|
77
|
-
setRegisterLink?: (name: string) => any;
|
|
78
|
-
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
export const Default = () => (
|
|
15
15
|
<I18NProvider t={(str: string) => str}>
|
|
16
16
|
<Pagination>
|
|
17
|
-
<PaginationLabel start={
|
|
17
|
+
<PaginationLabel start={21} end={30} total={90}></PaginationLabel>
|
|
18
18
|
<PaginationList>
|
|
19
19
|
<PaginationListItem>
|
|
20
20
|
<Link>
|
|
@@ -51,81 +51,7 @@ export const Default = () => (
|
|
|
51
51
|
<SectionBreak size="lg" />
|
|
52
52
|
|
|
53
53
|
<Pagination>
|
|
54
|
-
<PaginationLabel start={
|
|
55
|
-
<PaginationList>
|
|
56
|
-
<PaginationListItem inactive>
|
|
57
|
-
<Link>
|
|
58
|
-
<ArrowIcon direction="left" />
|
|
59
|
-
Προηγούμενο
|
|
60
|
-
</Link>
|
|
61
|
-
</PaginationListItem>
|
|
62
|
-
<PaginationListItem currentPage>1</PaginationListItem>
|
|
63
|
-
<PaginationListItem>
|
|
64
|
-
<Link href="#page2">2</Link>
|
|
65
|
-
</PaginationListItem>
|
|
66
|
-
<PaginationListItem>
|
|
67
|
-
<Link href="#page3">3</Link>
|
|
68
|
-
</PaginationListItem>
|
|
69
|
-
<PaginationListItem variant="dots"></PaginationListItem>
|
|
70
|
-
<PaginationListItem>
|
|
71
|
-
<Link href="#page7">7</Link>
|
|
72
|
-
</PaginationListItem>
|
|
73
|
-
<PaginationListItem>
|
|
74
|
-
<Link href="#page8">8</Link>
|
|
75
|
-
</PaginationListItem>
|
|
76
|
-
<PaginationListItem>
|
|
77
|
-
<Link href="#page9">9</Link>
|
|
78
|
-
</PaginationListItem>
|
|
79
|
-
<PaginationListItem>
|
|
80
|
-
<Link>
|
|
81
|
-
Επόμενο
|
|
82
|
-
<ArrowIcon direction="right" />
|
|
83
|
-
</Link>
|
|
84
|
-
</PaginationListItem>
|
|
85
|
-
</PaginationList>
|
|
86
|
-
</Pagination>
|
|
87
|
-
|
|
88
|
-
<SectionBreak size="lg" />
|
|
89
|
-
|
|
90
|
-
<Pagination>
|
|
91
|
-
<PaginationLabel start={10} end={20} total={10000}></PaginationLabel>
|
|
92
|
-
<PaginationList>
|
|
93
|
-
<PaginationListItem>
|
|
94
|
-
<Link>
|
|
95
|
-
<ArrowIcon direction="left" />
|
|
96
|
-
Προηγούμενο
|
|
97
|
-
</Link>
|
|
98
|
-
</PaginationListItem>
|
|
99
|
-
<PaginationListItem>
|
|
100
|
-
<Link href="#page1">1</Link>
|
|
101
|
-
</PaginationListItem>
|
|
102
|
-
<PaginationListItem>
|
|
103
|
-
<Link>2</Link>
|
|
104
|
-
</PaginationListItem>
|
|
105
|
-
<PaginationListItem>
|
|
106
|
-
<Link href="#page3">3</Link>
|
|
107
|
-
</PaginationListItem>
|
|
108
|
-
<PaginationListItem variant="dots"></PaginationListItem>
|
|
109
|
-
<PaginationListItem>
|
|
110
|
-
<Link href="#page7">7</Link>
|
|
111
|
-
</PaginationListItem>
|
|
112
|
-
<PaginationListItem>
|
|
113
|
-
<Link href="#page8">8</Link>
|
|
114
|
-
</PaginationListItem>
|
|
115
|
-
<PaginationListItem currentPage>9</PaginationListItem>
|
|
116
|
-
<PaginationListItem inactive>
|
|
117
|
-
<Link>
|
|
118
|
-
Επόμενο
|
|
119
|
-
<ArrowIcon direction="right" />
|
|
120
|
-
</Link>
|
|
121
|
-
</PaginationListItem>
|
|
122
|
-
</PaginationList>
|
|
123
|
-
</Pagination>
|
|
124
|
-
|
|
125
|
-
<SectionBreak size="lg" />
|
|
126
|
-
|
|
127
|
-
<Pagination>
|
|
128
|
-
<PaginationLabel start={1} end={10} total={15}></PaginationLabel>
|
|
54
|
+
<PaginationLabel start={81} end={90} total={197}></PaginationLabel>
|
|
129
55
|
<PaginationList>
|
|
130
56
|
<PaginationListItem>
|
|
131
57
|
<Link>
|
|
@@ -16,7 +16,7 @@ export const PaginationSmall = () => (
|
|
|
16
16
|
<Pagination>
|
|
17
17
|
<PaginationLabel start={1} end={10} total={15}></PaginationLabel>
|
|
18
18
|
<PaginationList>
|
|
19
|
-
<PaginationListItem
|
|
19
|
+
<PaginationListItem active={false}>
|
|
20
20
|
<Link>
|
|
21
21
|
<ArrowIcon direction="left" />
|
|
22
22
|
</Link>
|
|
@@ -19,7 +19,7 @@ import { ArrowIcon } from '@digigov/ui/utils/SvgIcon';
|
|
|
19
19
|
export const PaginationWithSmallFont = () => (
|
|
20
20
|
<div className="example">
|
|
21
21
|
<I18NProvider t={(str: string) => str}>
|
|
22
|
-
<Pagination
|
|
22
|
+
<Pagination size="sm">
|
|
23
23
|
<PaginationLabel start={1} end={10} total={15}></PaginationLabel>
|
|
24
24
|
<LabelContainer>
|
|
25
25
|
Αποτελέσματα ανά σελίδα
|
|
@@ -16,7 +16,7 @@ export const WithInactiveValues = () => (
|
|
|
16
16
|
<Pagination>
|
|
17
17
|
<PaginationLabel start={10} end={20} total={10000}></PaginationLabel>
|
|
18
18
|
<PaginationList>
|
|
19
|
-
<PaginationListItem
|
|
19
|
+
<PaginationListItem active={false}>
|
|
20
20
|
<Link>
|
|
21
21
|
<ArrowIcon direction="left" />
|
|
22
22
|
Προηγούμενο
|
|
@@ -74,7 +74,7 @@ export const WithInactiveValues = () => (
|
|
|
74
74
|
<Link href="#page8">8</Link>
|
|
75
75
|
</PaginationListItem>
|
|
76
76
|
<PaginationListItem currentPage>9</PaginationListItem>
|
|
77
|
-
<PaginationListItem
|
|
77
|
+
<PaginationListItem active={false}>
|
|
78
78
|
<Link>
|
|
79
79
|
Επόμενο
|
|
80
80
|
<ArrowIcon direction="right" />
|
|
@@ -9,27 +9,19 @@ import Pagination from '@digigov/ui/app/Pagination';
|
|
|
9
9
|
|
|
10
10
|
## How to use
|
|
11
11
|
|
|
12
|
-
<Story
|
|
13
|
-
packageName="@digigov/ui"
|
|
14
|
-
component="navigation/Pagination"
|
|
15
|
-
story="Default.tsx"
|
|
16
|
-
/>
|
|
12
|
+
<Story packageName="@digigov/ui" component="navigation/Pagination" story="Default.tsx"/>
|
|
17
13
|
|
|
18
14
|
## With inactive values
|
|
19
15
|
|
|
20
|
-
<Story
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
/>
|
|
16
|
+
<Story packageName="@digigov/ui" component="navigation/Pagination" story="WithInactiveValues.tsx" />
|
|
17
|
+
|
|
18
|
+
## With small fonts
|
|
19
|
+
|
|
20
|
+
<Story packageName="@digigov/ui" component="navigation/Pagination"story="PaginationWithSmallFont.tsx" />
|
|
25
21
|
|
|
26
22
|
## With results per page
|
|
27
23
|
|
|
28
|
-
<Story
|
|
29
|
-
packageName="@digigov/ui"
|
|
30
|
-
component="navigation/Pagination"
|
|
31
|
-
story="WithResultsPerPage.tsx"
|
|
32
|
-
/>
|
|
24
|
+
<Story packageName="@digigov/ui" component="navigation/Pagination"story="WithResultsPerPage.tsx" />
|
|
33
25
|
|
|
34
26
|
## API
|
|
35
27
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import SkipLink from '@digigov/ui/navigation/SkipLink';
|
|
2
|
+
export default {
|
|
3
|
+
title: 'Digigov UI/navigation/SkipLink',
|
|
4
|
+
description:
|
|
5
|
+
'Use the skip link component to help keyboard-only users skip to the main content on a page.',
|
|
6
|
+
component: SkipLink,
|
|
7
|
+
displayName: 'SkipLink',
|
|
8
|
+
};
|
|
9
|
+
export * from '@digigov/ui/navigation/SkipLink/__stories__/Default';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SkipLink } from '@digigov/ui/navigation/SkipLink';
|
|
3
|
+
import { Paragraph } from '@digigov/ui/typography/Paragraph';
|
|
4
|
+
|
|
5
|
+
export const Default = () => (
|
|
6
|
+
<>
|
|
7
|
+
<Paragraph>
|
|
8
|
+
Για να εμφανιστεί ο σύνδεσμος, περιηγηθείτε με το κουμπί tab ή κάνοντας κλικ στο περιεχόμενο και μετά πατήστε το κουμπί tab.
|
|
9
|
+
</Paragraph>
|
|
10
|
+
<SkipLink>Μετάβαση στο βασικό περιεχόμενο</SkipLink>
|
|
11
|
+
|
|
12
|
+
</>
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
export default Default;
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
{
|
|
9
9
|
"name": "hover",
|
|
10
10
|
"args": {
|
|
11
|
-
"selector": "html>body>div:nth-child(5)>div>ul>li:nth-child(2)>
|
|
11
|
+
"selector": "html>body>div:nth-child(5)>div>ul>li:nth-child(2)>button"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"name": "click",
|
|
16
16
|
"args": {
|
|
17
|
-
"selector": "html>body>div:nth-child(5)>div>ul>li:nth-child(2)>
|
|
17
|
+
"selector": "html>body>div:nth-child(5)>div>ul>li:nth-child(2)>button"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
],
|
|
@@ -10,6 +10,7 @@ import {
|
|
|
10
10
|
import { Link } from '@digigov/ui/navigation/Link';
|
|
11
11
|
import {
|
|
12
12
|
Tabs,
|
|
13
|
+
TabsHeading,
|
|
13
14
|
TabsList,
|
|
14
15
|
TabsListItem,
|
|
15
16
|
TabsPanel,
|
|
@@ -23,6 +24,7 @@ export function Default() {
|
|
|
23
24
|
const { register, panel } = useTabs();
|
|
24
25
|
return (
|
|
25
26
|
<Tabs>
|
|
27
|
+
<TabsHeading size='md'>Περιεχόμενα</TabsHeading>
|
|
26
28
|
<TabsList>
|
|
27
29
|
<TabsListItem {...register('a')}>Στοιχεία πολίτη</TabsListItem>
|
|
28
30
|
<TabsListItem {...register('b')}>Yποθέσεις</TabsListItem>
|
|
@@ -11,11 +11,13 @@ import Tabs from '@digigov/ui/navigation/Tabs';
|
|
|
11
11
|
|
|
12
12
|
## How to use
|
|
13
13
|
|
|
14
|
-
<Story
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
<Story packageName="@digigov/ui" component="navigation/Tabs" story="Default.tsx" />
|
|
15
|
+
|
|
16
|
+
## Accessibility
|
|
17
|
+
|
|
18
|
+
You can read more about the accessibility patterns used in our Tabs
|
|
19
|
+
implementation in the ARIA Authoring Practices Guide (APG) at [Tabs](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/) section.
|
|
20
|
+
|
|
19
21
|
|
|
20
22
|
## API
|
|
21
23
|
|
|
@@ -24,7 +24,7 @@ export const useTabs = (): UseTabsReturn => {
|
|
|
24
24
|
}, []);
|
|
25
25
|
const { register, opened, ...rest } = useTogglableTab({
|
|
26
26
|
singleOpen: true,
|
|
27
|
-
toggleProperty: '
|
|
27
|
+
toggleProperty: 'open',
|
|
28
28
|
onToggleProperty: 'onClick',
|
|
29
29
|
firstOpen: true,
|
|
30
30
|
ariaNavigation: true,
|