@digigov/ui 1.0.0-7c9716da → 1.0.0-871b6be5
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/{Confirmation/Confirmation.stories.d.ts → BannerContainer/BannerContainer.stories.d.ts} +3 -3
- 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/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/__snapshots__/index.spec.tsx.snap +0 -3
- 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.d.ts +0 -1
- package/app/Header/index.js +0 -14
- package/app/Header/index.mdx +4 -21
- package/app/Header/index.spec.js +1 -1
- 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/__stories__/Default.js +1 -1
- package/app/Modal/index.mdx +1 -5
- package/app/NotFound/index.js +2 -2
- package/app/PageTitleContainer/index.d.ts +5 -0
- package/app/{PageTitle → PageTitleContainer}/index.js +5 -19
- package/app/Panel/Panel.stories.d.ts +10 -0
- package/app/{Confirmation/Confirmation.stories.js → Panel/Panel.stories.js} +7 -7
- package/app/Panel/__stories__/Default.js +22 -0
- package/app/Panel/index.d.ts +5 -0
- package/app/{Confirmation → Panel}/index.js +13 -13
- package/app/Panel/index.mdx +16 -0
- 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 +6 -6
- package/app/index.d.ts +3 -4
- package/app/index.js +12 -12
- 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/Card.stories.d.ts +2 -0
- package/content/Card/Card.stories.js +28 -0
- package/content/Card/__stories__/WithButton.d.ts +2 -0
- package/content/Card/__stories__/WithButton.js +24 -0
- package/content/Card/__stories__/WithClickableContent.js +3 -1
- package/content/Card/__stories__/WithLink.d.ts +2 -0
- package/content/Card/__stories__/WithLink.js +24 -0
- 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/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/SummaryList/index.mdx +3 -15
- package/content/Table/Table.stories.d.ts +1 -0
- package/content/Table/Table.stories.js +14 -0
- package/content/Table/__stories__/DarkVariant.js +1 -1
- package/content/Table/__stories__/DarkVariantWithVerticalHeaders.js +1 -1
- package/content/Table/__stories__/DefinedWidth.js +3 -3
- package/content/Table/__stories__/Full.js +2 -2
- package/content/Table/__stories__/MultipleProps.js +2 -2
- package/content/Table/__stories__/RowColors.d.ts +2 -0
- package/content/Table/__stories__/RowColors.js +76 -0
- package/content/Table/__stories__/WithFloatingScroll.js +10 -4
- package/content/Table/__stories__/ZebraProp.js +1 -1
- package/content/Table/index.js +11 -9
- package/content/Table/index.mdx +15 -41
- 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/BannerContainer/BannerContainer.stories.js +10 -0
- package/es/app/BannerContainer/__stories__/CookiesBanner.js +18 -0
- package/es/app/CloseButton/index.js +3 -0
- package/es/app/{FilterSection → 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/__snapshots__/index.spec.tsx.snap +0 -3
- 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.js +0 -1
- package/es/app/Header/index.mdx +4 -21
- package/es/app/Header/index.spec.js +2 -2
- 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/__stories__/Default.js +1 -1
- package/es/app/Modal/index.mdx +1 -5
- package/es/app/NotFound/index.js +2 -2
- package/es/app/PageTitleContainer/index.js +5 -0
- package/es/app/Panel/Panel.stories.js +9 -0
- package/es/app/Panel/__stories__/Default.js +9 -0
- package/es/app/Panel/index.js +5 -0
- package/es/app/Panel/index.mdx +16 -0
- 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 +6 -6
- package/es/app/index.js +4 -5
- package/es/content/Accordion/index.mdx +2 -10
- package/es/content/Blockquote/index.mdx +1 -5
- package/es/content/Card/Card.stories.js +3 -1
- package/es/content/Card/__stories__/WithButton.js +10 -0
- package/es/content/Card/__stories__/WithClickableContent.js +3 -1
- package/es/content/Card/__stories__/WithLink.js +10 -0
- 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/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/SummaryList/index.mdx +3 -15
- package/es/content/Table/Table.stories.js +1 -0
- package/es/content/Table/__stories__/DarkVariant.js +1 -1
- package/es/content/Table/__stories__/DarkVariantWithVerticalHeaders.js +1 -1
- package/es/content/Table/__stories__/DefinedWidth.js +3 -3
- package/es/content/Table/__stories__/Full.js +2 -2
- package/es/content/Table/__stories__/MultipleProps.js +2 -2
- package/es/content/Table/__stories__/RowColors.js +60 -0
- package/es/content/Table/__stories__/WithFloatingScroll.js +5 -4
- package/es/content/Table/__stories__/ZebraProp.js +1 -1
- package/es/content/Table/index.js +11 -8
- package/es/content/Table/index.mdx +15 -41
- 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/__stories__/Default.js +2 -1
- package/es/feedback/CopyToClipboard/index.js +4 -2
- package/es/feedback/CopyToClipboard/index.mdx +2 -10
- package/es/feedback/ErrorSummary/ErrorSummary.stories.js +2 -1
- 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/ErrorSummary/index.mdx +4 -20
- package/es/feedback/NotificationBanner/__stories__/Default.js +2 -2
- package/es/feedback/NotificationBanner/index.js +3 -6
- 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/__stories__/CallToActionButton.js +1 -4
- 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 +8 -24
- package/es/form/Checkbox/Checkbox.stories.js +2 -0
- package/es/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
- package/es/form/Checkbox/__stories__/Inline.js +23 -0
- package/es/form/Checkbox/__stories__/InlineWithDivider.js +24 -0
- package/es/form/Checkbox/__stories__/NoneAnswer.js +1 -1
- package/es/form/Checkbox/__stories__/NoneAnswerWithError.js +1 -1
- package/es/form/Checkbox/__stories__/WithHint.js +1 -1
- package/es/form/Checkbox/index.mdx +12 -35
- package/es/form/DateInputContainer/__stories__/Default.js +1 -1
- 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 +9 -20
- package/es/form/ErrorMessage/ErrorMessage.stories.js +2 -1
- package/es/form/ErrorMessage/__stories__/DateInputError.js +24 -0
- package/es/form/ErrorMessage/__stories__/Default.js +11 -8
- package/es/form/ErrorMessage/index.mdx +1 -5
- package/es/form/FileUpload/__stories__/Default.js +2 -2
- package/es/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
- package/es/form/FileUpload/index.mdx +3 -5
- package/es/form/RadioContainer/RadioContainer.stories.js +3 -1
- package/es/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
- package/es/form/RadioContainer/__stories__/Default.js +7 -4
- package/es/form/RadioContainer/__stories__/Inline.js +1 -1
- package/es/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
- package/es/form/RadioContainer/__stories__/WithDivider.js +24 -0
- 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 +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/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/Default.js +13 -13
- package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
- package/es/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
- package/es/form/{SingleCharacterInputContainer → 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/__stories__/Default.js +4 -1
- package/es/form/TextArea/index.mdx +7 -35
- package/es/form/TextInput/__stories__/FixedWidths.js +14 -24
- package/es/form/TextInput/__stories__/FluidWidths.js +14 -24
- 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/layouts/Admin/index.js +1 -1
- package/es/layouts/Basic/__snapshots__/index.spec.tsx.snap +4 -4
- package/es/layouts/Divider/index.js +1 -1
- 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/Link.stories.playwright.json +2 -2
- package/es/navigation/Link/index.mdx +7 -25
- package/es/navigation/NavList/NavList.stories.js +5 -1
- package/es/navigation/NavList/NavList.stories.playwright.json +7 -7
- 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 +19 -69
- package/es/navigation/NavList/__stories__/NavVertical.js +37 -0
- package/es/navigation/NavList/__stories__/NavVerticalLayout.js +12 -26
- package/es/navigation/NavList/__stories__/NavVerticalWithTitle.js +43 -0
- package/es/navigation/NavList/__stories__/WithBurgerIcon.js +56 -0
- package/es/navigation/NavList/__stories__/WithSubMenu.js +73 -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 +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 +19 -7
- package/es/navigation/Tabs/index.js +1 -1
- package/es/navigation/Tabs/index.mdx +7 -5
- package/es/registry.js +32 -58
- 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/BannerContainer/BannerContainer.stories.js +10 -0
- package/esm/app/BannerContainer/__stories__/CookiesBanner.js +18 -0
- package/esm/app/CloseButton/index.js +3 -0
- package/esm/app/{FilterSection → 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/__snapshots__/index.spec.tsx.snap +0 -3
- 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.js +0 -1
- package/esm/app/Header/index.mdx +4 -21
- package/esm/app/Header/index.spec.js +2 -2
- 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/__stories__/Default.js +1 -1
- package/esm/app/Modal/index.mdx +1 -5
- package/esm/app/NotFound/index.js +2 -2
- package/esm/app/PageTitleContainer/index.js +5 -0
- package/esm/app/Panel/Panel.stories.js +9 -0
- package/esm/app/Panel/__stories__/Default.js +9 -0
- package/esm/app/Panel/index.js +5 -0
- package/esm/app/Panel/index.mdx +16 -0
- 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 +6 -6
- package/esm/app/index.js +4 -5
- package/esm/content/Accordion/index.mdx +2 -10
- package/esm/content/Blockquote/index.mdx +1 -5
- package/esm/content/Card/Card.stories.js +3 -1
- package/esm/content/Card/__stories__/WithButton.js +10 -0
- package/esm/content/Card/__stories__/WithClickableContent.js +3 -1
- package/esm/content/Card/__stories__/WithLink.js +10 -0
- 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/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/SummaryList/index.mdx +3 -15
- package/esm/content/Table/Table.stories.js +1 -0
- package/esm/content/Table/__stories__/DarkVariant.js +1 -1
- package/esm/content/Table/__stories__/DarkVariantWithVerticalHeaders.js +1 -1
- package/esm/content/Table/__stories__/DefinedWidth.js +3 -3
- package/esm/content/Table/__stories__/Full.js +2 -2
- package/esm/content/Table/__stories__/MultipleProps.js +2 -2
- package/esm/content/Table/__stories__/RowColors.js +60 -0
- package/esm/content/Table/__stories__/WithFloatingScroll.js +5 -4
- package/esm/content/Table/__stories__/ZebraProp.js +1 -1
- package/esm/content/Table/index.js +11 -8
- package/esm/content/Table/index.mdx +15 -41
- 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/__stories__/Default.js +2 -1
- package/esm/feedback/CopyToClipboard/index.js +4 -2
- package/esm/feedback/CopyToClipboard/index.mdx +2 -10
- package/esm/feedback/ErrorSummary/ErrorSummary.stories.js +2 -1
- 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/ErrorSummary/index.mdx +4 -20
- package/esm/feedback/NotificationBanner/__stories__/Default.js +2 -2
- package/esm/feedback/NotificationBanner/index.js +3 -6
- 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/__stories__/CallToActionButton.js +1 -4
- 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 +8 -24
- package/esm/form/Checkbox/Checkbox.stories.js +2 -0
- package/esm/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
- package/esm/form/Checkbox/__stories__/Inline.js +23 -0
- package/esm/form/Checkbox/__stories__/InlineWithDivider.js +24 -0
- package/esm/form/Checkbox/__stories__/NoneAnswer.js +1 -1
- package/esm/form/Checkbox/__stories__/NoneAnswerWithError.js +1 -1
- package/esm/form/Checkbox/__stories__/WithHint.js +1 -1
- package/esm/form/Checkbox/index.mdx +12 -35
- package/esm/form/DateInputContainer/__stories__/Default.js +1 -1
- 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 +9 -20
- package/esm/form/ErrorMessage/ErrorMessage.stories.js +2 -1
- package/esm/form/ErrorMessage/__stories__/DateInputError.js +24 -0
- package/esm/form/ErrorMessage/__stories__/Default.js +11 -8
- package/esm/form/ErrorMessage/index.mdx +1 -5
- package/esm/form/FileUpload/__stories__/Default.js +2 -2
- package/esm/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
- package/esm/form/FileUpload/index.mdx +3 -5
- package/esm/form/RadioContainer/RadioContainer.stories.js +3 -1
- package/esm/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
- package/esm/form/RadioContainer/__stories__/Default.js +7 -4
- package/esm/form/RadioContainer/__stories__/Inline.js +1 -1
- package/esm/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
- package/esm/form/RadioContainer/__stories__/WithDivider.js +24 -0
- 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 +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/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/Default.js +13 -13
- package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
- package/esm/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
- package/esm/form/{SingleCharacterInputContainer → 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/__stories__/Default.js +4 -1
- package/esm/form/TextArea/index.mdx +7 -35
- package/esm/form/TextInput/__stories__/FixedWidths.js +14 -24
- package/esm/form/TextInput/__stories__/FluidWidths.js +14 -24
- 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/index.js +1 -1
- package/esm/layouts/Admin/index.js +1 -1
- package/esm/layouts/Basic/__snapshots__/index.spec.tsx.snap +4 -4
- package/esm/layouts/Divider/index.js +1 -1
- 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/Link.stories.playwright.json +2 -2
- package/esm/navigation/Link/index.mdx +7 -25
- package/esm/navigation/NavList/NavList.stories.js +5 -1
- package/esm/navigation/NavList/NavList.stories.playwright.json +7 -7
- 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 +19 -69
- package/esm/navigation/NavList/__stories__/NavVertical.js +37 -0
- package/esm/navigation/NavList/__stories__/NavVerticalLayout.js +12 -26
- package/esm/navigation/NavList/__stories__/NavVerticalWithTitle.js +43 -0
- package/esm/navigation/NavList/__stories__/WithBurgerIcon.js +56 -0
- package/esm/navigation/NavList/__stories__/WithSubMenu.js +73 -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 +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 +19 -7
- package/esm/navigation/Tabs/index.js +1 -1
- package/esm/navigation/Tabs/index.mdx +7 -5
- package/esm/registry.js +32 -58
- 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/__stories__/Default.js +2 -1
- package/feedback/CopyToClipboard/index.d.ts +3 -5
- package/feedback/CopyToClipboard/index.js +4 -2
- package/feedback/CopyToClipboard/index.mdx +2 -10
- package/feedback/ErrorSummary/ErrorSummary.stories.d.ts +1 -0
- package/feedback/ErrorSummary/ErrorSummary.stories.js +14 -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/ErrorSummary/index.mdx +4 -20
- package/feedback/NotificationBanner/__stories__/Default.js +2 -2
- package/feedback/NotificationBanner/index.d.ts +1 -1
- package/feedback/NotificationBanner/index.js +3 -6
- 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/__stories__/CallToActionButton.d.ts +0 -3
- package/form/Button/__stories__/CallToActionButton.js +1 -4
- 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 +8 -24
- package/form/Checkbox/Checkbox.stories.d.ts +2 -0
- package/form/Checkbox/Checkbox.stories.js +28 -0
- package/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
- package/form/Checkbox/__stories__/Inline.d.ts +2 -0
- package/form/Checkbox/__stories__/Inline.js +38 -0
- package/form/Checkbox/__stories__/InlineWithDivider.d.ts +2 -0
- package/form/Checkbox/__stories__/InlineWithDivider.js +39 -0
- package/form/Checkbox/__stories__/NoneAnswer.js +1 -1
- package/form/Checkbox/__stories__/NoneAnswerWithError.js +1 -1
- package/form/Checkbox/__stories__/WithHint.js +1 -1
- package/form/Checkbox/index.mdx +12 -35
- package/form/DateInputContainer/__stories__/Default.js +1 -1
- 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 +9 -20
- package/form/ErrorMessage/ErrorMessage.stories.d.ts +1 -0
- package/form/ErrorMessage/ErrorMessage.stories.js +14 -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/index.mdx +1 -5
- package/form/FileUpload/__stories__/Default.js +2 -2
- package/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
- package/form/FileUpload/index.mdx +3 -5
- package/form/RadioContainer/RadioContainer.stories.d.ts +2 -0
- package/form/RadioContainer/RadioContainer.stories.js +28 -0
- package/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
- package/form/RadioContainer/__stories__/Default.js +7 -4
- package/form/RadioContainer/__stories__/Inline.js +1 -1
- package/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
- package/form/RadioContainer/__stories__/WithDivider.d.ts +2 -0
- package/form/RadioContainer/__stories__/WithDivider.js +38 -0
- 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 +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/__stories__/Default.js +5 -1
- package/form/TextArea/index.mdx +7 -35
- package/form/TextInput/__stories__/FixedWidths.js +14 -24
- package/form/TextInput/__stories__/FluidWidths.js +14 -24
- 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/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/__snapshots__/index.spec.tsx.snap +4 -4
- package/layouts/Divider/index.d.ts +1 -1
- package/layouts/Divider/index.js +4 -4
- 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/Link.stories.playwright.json +2 -2
- package/navigation/Link/index.mdx +7 -25
- package/navigation/NavList/NavList.stories.d.ts +4 -0
- package/navigation/NavList/NavList.stories.js +56 -0
- package/navigation/NavList/NavList.stories.playwright.json +7 -7
- 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 +20 -77
- package/navigation/NavList/__stories__/NavVertical.d.ts +2 -0
- package/navigation/NavList/__stories__/NavVertical.js +53 -0
- package/navigation/NavList/__stories__/NavVerticalLayout.js +12 -32
- package/navigation/NavList/__stories__/NavVerticalWithTitle.d.ts +2 -0
- package/navigation/NavList/__stories__/NavVerticalWithTitle.js +59 -0
- package/navigation/NavList/__stories__/WithBurgerIcon.d.ts +2 -0
- package/navigation/NavList/__stories__/WithBurgerIcon.js +82 -0
- package/navigation/NavList/__stories__/WithSubMenu.d.ts +2 -0
- package/navigation/NavList/__stories__/WithSubMenu.js +96 -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 +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 +19 -6
- package/navigation/Tabs/index.js +1 -1
- package/navigation/Tabs/index.mdx +7 -5
- package/package.json +3 -3
- package/registry.d.ts +22 -32
- package/registry.js +38 -77
- package/src/app/BannerContainer/BannerContainer.stories.js +12 -0
- package/src/app/BannerContainer/__stories__/CookiesBanner.tsx +32 -0
- 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__/Default.tsx +1 -1
- 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/__snapshots__/index.spec.tsx.snap +0 -3
- 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 +2 -2
- package/src/app/Header/index.tsx +0 -1
- 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/__stories__/Default.tsx +1 -1
- package/src/app/Modal/index.mdx +1 -5
- package/src/app/NotFound/index.tsx +3 -3
- package/src/app/PageTitleContainer/index.tsx +5 -0
- package/src/app/Panel/Panel.stories.js +10 -0
- package/src/app/Panel/__stories__/Default.tsx +19 -0
- package/src/app/Panel/index.mdx +16 -0
- package/src/app/Panel/index.tsx +6 -0
- 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 +7 -7
- package/src/app/index.ts +3 -4
- package/src/content/Accordion/index.mdx +2 -10
- package/src/content/Blockquote/index.mdx +1 -5
- package/src/content/Card/Card.stories.js +2 -0
- package/src/content/Card/__stories__/WithButton.tsx +24 -0
- package/src/content/Card/__stories__/WithClickableContent.tsx +1 -1
- package/src/content/Card/__stories__/WithLink.tsx +25 -0
- 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/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/SummaryList/index.mdx +3 -15
- package/src/content/Table/Table.stories.js +1 -0
- package/src/content/Table/__stories__/DarkVariant.tsx +1 -1
- package/src/content/Table/__stories__/DarkVariantWithVerticalHeaders.tsx +1 -1
- package/src/content/Table/__stories__/DefinedWidth.tsx +3 -3
- package/src/content/Table/__stories__/Full.tsx +1 -1
- package/src/content/Table/__stories__/MultipleProps.tsx +1 -1
- package/src/content/Table/__stories__/RowColors.tsx +96 -0
- package/src/content/Table/__stories__/WithFloatingScroll.tsx +5 -7
- package/src/content/Table/__stories__/ZebraProp.tsx +1 -1
- package/src/content/Table/index.mdx +15 -41
- 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/__stories__/Default.tsx +2 -1
- package/src/feedback/CopyToClipboard/index.mdx +2 -10
- package/src/feedback/CopyToClipboard/index.tsx +4 -6
- package/src/feedback/ErrorSummary/ErrorSummary.stories.js +1 -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/ErrorSummary/index.mdx +4 -20
- package/src/feedback/NotificationBanner/__stories__/Default.tsx +2 -2
- package/src/feedback/NotificationBanner/index.mdx +2 -10
- package/src/feedback/NotificationBanner/index.tsx +6 -6
- 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/__stories__/CallToActionButton.tsx +1 -4
- 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 +8 -24
- package/src/form/Checkbox/Checkbox.stories.js +2 -0
- package/src/form/Checkbox/__stories__/ConditionalReveal.tsx +1 -1
- package/src/form/Checkbox/__stories__/Inline.tsx +32 -0
- package/src/form/Checkbox/__stories__/InlineWithDivider.tsx +32 -0
- package/src/form/Checkbox/__stories__/NoneAnswer.tsx +1 -1
- package/src/form/Checkbox/__stories__/NoneAnswerWithError.tsx +1 -1
- package/src/form/Checkbox/__stories__/WithHint.tsx +1 -1
- package/src/form/Checkbox/index.mdx +12 -35
- package/src/form/DateInputContainer/__stories__/Default.tsx +1 -1
- 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 +9 -20
- package/src/form/ErrorMessage/ErrorMessage.stories.js +1 -0
- package/src/form/ErrorMessage/__stories__/DateInputError.tsx +34 -0
- package/src/form/ErrorMessage/__stories__/Default.tsx +12 -6
- package/src/form/ErrorMessage/index.mdx +1 -5
- package/src/form/FileUpload/__stories__/Default.tsx +2 -2
- package/src/form/FileUpload/__stories__/WithErrorMessage.tsx +2 -2
- package/src/form/FileUpload/index.mdx +3 -5
- package/src/form/RadioContainer/RadioContainer.stories.js +2 -0
- package/src/form/RadioContainer/__stories__/ConditionalReveal.tsx +1 -1
- package/src/form/RadioContainer/__stories__/Default.tsx +7 -4
- package/src/form/RadioContainer/__stories__/Inline.tsx +1 -1
- package/src/form/RadioContainer/__stories__/MultipleQuestions.tsx +1 -1
- package/src/form/RadioContainer/__stories__/WithDivider.tsx +30 -0
- 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 +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/__stories__/Default.tsx +5 -0
- package/src/form/TextArea/index.mdx +7 -35
- package/src/form/TextInput/__stories__/FixedWidths.tsx +8 -8
- package/src/form/TextInput/__stories__/FluidWidths.tsx +8 -8
- 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/layouts/Admin/index.tsx +1 -1
- package/src/layouts/Basic/__snapshots__/index.spec.tsx.snap +4 -4
- package/src/layouts/Divider/index.tsx +1 -1
- 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/Link.stories.playwright.json +2 -2
- package/src/navigation/Link/index.mdx +7 -25
- package/src/navigation/NavList/NavList.stories.js +4 -0
- package/src/navigation/NavList/NavList.stories.playwright.json +7 -7
- 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 +16 -92
- package/src/navigation/NavList/__stories__/NavVertical.tsx +36 -0
- package/src/navigation/NavList/__stories__/NavVerticalLayout.tsx +25 -33
- package/src/navigation/NavList/__stories__/NavVerticalWithTitle.tsx +40 -0
- package/src/navigation/NavList/__stories__/WithBurgerIcon.tsx +49 -0
- package/src/navigation/NavList/__stories__/WithSubMenu.tsx +101 -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 +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 +15 -8
- package/src/navigation/Tabs/index.mdx +7 -5
- package/src/navigation/Tabs/index.tsx +1 -1
- package/src/registry.js +32 -58
- 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/Confirmation/__stories__/Default.js +0 -22
- package/app/Confirmation/index.d.ts +0 -5
- package/app/Confirmation/index.mdx +0 -20
- package/app/Header/HeaderSubtitle.d.ts +0 -3
- package/app/Header/HeaderSubtitle.js +0 -19
- package/app/PageTitle/index.d.ts +0 -6
- package/es/app/Confirmation/Confirmation.stories.js +0 -9
- package/es/app/Confirmation/__stories__/Default.js +0 -9
- package/es/app/Confirmation/index.js +0 -5
- package/es/app/Confirmation/index.mdx +0 -20
- package/es/app/Header/HeaderSubtitle.js +0 -3
- package/es/app/PageTitle/index.js +0 -6
- 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/Confirmation/Confirmation.stories.js +0 -9
- package/esm/app/Confirmation/__stories__/Default.js +0 -9
- package/esm/app/Confirmation/index.js +0 -5
- package/esm/app/Confirmation/index.mdx +0 -20
- package/esm/app/Header/HeaderSubtitle.js +0 -3
- package/esm/app/PageTitle/index.js +0 -6
- 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/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/src/app/Confirmation/Confirmation.stories.js +0 -10
- package/src/app/Confirmation/__stories__/Default.tsx +0 -19
- package/src/app/Confirmation/index.mdx +0 -20
- package/src/app/Confirmation/index.tsx +0 -6
- package/src/app/Header/HeaderSubtitle.tsx +0 -4
- package/src/app/PageTitle/index.tsx +0 -6
- 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/app/{Confirmation → Panel}/__stories__/Default.d.ts +0 -0
- /package/es/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +0 -0
- /package/es/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
- /package/esm/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +0 -0
- /package/esm/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
- /package/form/SelectContainer/{Select.stories.d.ts → SelectContainer.stories.d.ts} +0 -0
- /package/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +0 -0
- /package/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
- /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
- /package/src/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +0 -0
- /package/src/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
|
@@ -54,8 +54,8 @@ var data = {
|
|
|
54
54
|
|
|
55
55
|
var MultipleProps = function MultipleProps() {
|
|
56
56
|
return /*#__PURE__*/_react["default"].createElement(_Table.TableContainer, null, /*#__PURE__*/_react["default"].createElement(_Table.Table, {
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
variant: "zebra",
|
|
58
|
+
headerVariant: "dark",
|
|
59
59
|
verticalBorders: true
|
|
60
60
|
}, data && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Table.TableCaption, null, data.title), /*#__PURE__*/_react["default"].createElement(_Table.TableHead, null, /*#__PURE__*/_react["default"].createElement(_Table.TableRow, null, data.labels && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Table.TableHeadCell, null, data.labels.product), /*#__PURE__*/_react["default"].createElement(_Table.TableHeadCell, {
|
|
61
61
|
dataType: "numeric"
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = exports.RowColors = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _Table = require("@digigov/ui/content/Table");
|
|
13
|
+
|
|
14
|
+
var _Link = _interopRequireDefault(require("@digigov/ui/navigation/Link"));
|
|
15
|
+
|
|
16
|
+
var data = {
|
|
17
|
+
title: 'Ειδοποιήσεις',
|
|
18
|
+
labels: {
|
|
19
|
+
date: 'Ημερομηνία',
|
|
20
|
+
title: 'Τίτλος',
|
|
21
|
+
actions: 'Ενέργειες'
|
|
22
|
+
},
|
|
23
|
+
content: [{
|
|
24
|
+
date: '24-07-23 16:34',
|
|
25
|
+
title: 'Ειδοποίηση',
|
|
26
|
+
actions: 'Λεπτομέρειες',
|
|
27
|
+
"new": true
|
|
28
|
+
}, {
|
|
29
|
+
date: '24-07-23 12:41',
|
|
30
|
+
title: 'Μήνυμα υπηρεσίας',
|
|
31
|
+
actions: 'Λεπτομέρειες',
|
|
32
|
+
"new": true
|
|
33
|
+
}, {
|
|
34
|
+
date: '24-07-23 12:40',
|
|
35
|
+
title: 'Μήνυμα από τον διαχειριστή',
|
|
36
|
+
actions: 'Λεπτομέρειες',
|
|
37
|
+
"new": false
|
|
38
|
+
}, {
|
|
39
|
+
date: '23-07-23 15:14',
|
|
40
|
+
title: 'Έχετε συνδεθεί',
|
|
41
|
+
actions: 'Λεπτομέρειες',
|
|
42
|
+
"new": false
|
|
43
|
+
}, {
|
|
44
|
+
date: '23-07-23 13:25',
|
|
45
|
+
title: 'Ο κωδικός άλλαξε',
|
|
46
|
+
actions: 'Λεπτομέρειες',
|
|
47
|
+
"new": false
|
|
48
|
+
}]
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
var RowColors = function RowColors() {
|
|
52
|
+
return /*#__PURE__*/_react["default"].createElement(_Table.TableContainer, null, /*#__PURE__*/_react["default"].createElement(_Table.Table, {
|
|
53
|
+
variant: "default"
|
|
54
|
+
}, data && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Table.TableCaption, null, data.title), /*#__PURE__*/_react["default"].createElement(_Table.TableHead, null, /*#__PURE__*/_react["default"].createElement(_Table.TableRow, null, data.labels && Object.keys(data.labels).map(function (key) {
|
|
55
|
+
return /*#__PURE__*/_react["default"].createElement(_Table.TableHeadCell, {
|
|
56
|
+
key: key
|
|
57
|
+
}, data.labels[key]);
|
|
58
|
+
}))), /*#__PURE__*/_react["default"].createElement(_Table.TableBody, null, data.content && data.content.map(function (item, index) {
|
|
59
|
+
return /*#__PURE__*/_react["default"].createElement(_Table.TableRow, {
|
|
60
|
+
key: index,
|
|
61
|
+
color: item["new"] ? 'primary' : 'secondary'
|
|
62
|
+
}, /*#__PURE__*/_react["default"].createElement(_Table.TableDataCell, {
|
|
63
|
+
"data-label": data.labels.date
|
|
64
|
+
}, item.date), /*#__PURE__*/_react["default"].createElement(_Table.TableDataCell, {
|
|
65
|
+
"data-label": data.labels.title
|
|
66
|
+
}, item.title), /*#__PURE__*/_react["default"].createElement(_Table.TableDataCell, {
|
|
67
|
+
"data-label": data.labels.actions
|
|
68
|
+
}, /*#__PURE__*/_react["default"].createElement(_Link["default"], {
|
|
69
|
+
href: "#"
|
|
70
|
+
}, item.actions)));
|
|
71
|
+
})))));
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
exports.RowColors = RowColors;
|
|
75
|
+
var _default = RowColors;
|
|
76
|
+
exports["default"] = _default;
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
4
|
|
|
5
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
6
|
+
|
|
5
7
|
Object.defineProperty(exports, "__esModule", {
|
|
6
8
|
value: true
|
|
7
9
|
});
|
|
@@ -15,9 +17,11 @@ var _TableFloatingScroll = require("@digigov/ui/content/Table/TableFloatingScrol
|
|
|
15
17
|
|
|
16
18
|
var _Dropdown = require("@digigov/ui/navigation/Dropdown");
|
|
17
19
|
|
|
18
|
-
var
|
|
20
|
+
var _NavList = _interopRequireWildcard(require("@digigov/ui/navigation/NavList"));
|
|
21
|
+
|
|
22
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
23
|
|
|
20
|
-
var
|
|
24
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
25
|
|
|
22
26
|
var labels = {
|
|
23
27
|
name: 'Ονοματεπώνυμο',
|
|
@@ -62,9 +66,11 @@ var _ref2 = /*#__PURE__*/_react["default"].createElement(_Table.TableDataCell, n
|
|
|
62
66
|
placement: "bottom"
|
|
63
67
|
}, /*#__PURE__*/_react["default"].createElement(_Dropdown.DropdownButton, {
|
|
64
68
|
variant: "link"
|
|
65
|
-
}, "\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2"), /*#__PURE__*/_react["default"].createElement(_Dropdown.DropdownContent, null, /*#__PURE__*/_react["default"].createElement(
|
|
69
|
+
}, "\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2"), /*#__PURE__*/_react["default"].createElement(_Dropdown.DropdownContent, null, /*#__PURE__*/_react["default"].createElement(_NavList["default"], {
|
|
70
|
+
layout: "vertical"
|
|
71
|
+
}, /*#__PURE__*/_react["default"].createElement(_NavList.NavListItemAction, {
|
|
66
72
|
href: "#"
|
|
67
|
-
}, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/_react["default"].createElement(
|
|
73
|
+
}, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/_react["default"].createElement(_NavList.NavListItemAction, {
|
|
68
74
|
href: "#"
|
|
69
75
|
}, "\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE")))));
|
|
70
76
|
|
|
@@ -39,7 +39,7 @@ var data = {
|
|
|
39
39
|
|
|
40
40
|
var ZebraProp = function ZebraProp() {
|
|
41
41
|
return /*#__PURE__*/_react["default"].createElement(_Table.TableContainer, null, /*#__PURE__*/_react["default"].createElement(_Table.Table, {
|
|
42
|
-
|
|
42
|
+
variant: "zebra"
|
|
43
43
|
}, data && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Table.TableCaption, null, data.title), /*#__PURE__*/_react["default"].createElement(_Table.TableHead, null, /*#__PURE__*/_react["default"].createElement(_Table.TableRow, null, data.labels && Object.keys(data.labels).map(function (key) {
|
|
44
44
|
return /*#__PURE__*/_react["default"].createElement(_Table.TableHeadCell, {
|
|
45
45
|
key: key
|
package/content/Table/index.js
CHANGED
|
@@ -50,9 +50,7 @@ var _icons = require("@digigov/ui/icons");
|
|
|
50
50
|
|
|
51
51
|
var _Dropdown = require("@digigov/ui/navigation/Dropdown");
|
|
52
52
|
|
|
53
|
-
var
|
|
54
|
-
|
|
55
|
-
var _NavVerticalItem = require("@digigov/ui/navigation/NavList/NavVerticalItem");
|
|
53
|
+
var _NavList = require("@digigov/ui/navigation/NavList");
|
|
56
54
|
|
|
57
55
|
var _TableContainer = require("@digigov/react-core/TableContainer");
|
|
58
56
|
|
|
@@ -217,14 +215,14 @@ var _ref2 = /*#__PURE__*/_react["default"].createElement(_icons.CaretIcon, {
|
|
|
217
215
|
direction: 'up',
|
|
218
216
|
marginRight: 1,
|
|
219
217
|
marginTop: 1,
|
|
220
|
-
size: "
|
|
218
|
+
size: "sm"
|
|
221
219
|
});
|
|
222
220
|
|
|
223
221
|
var _ref3 = /*#__PURE__*/_react["default"].createElement(_icons.CaretIcon, {
|
|
224
222
|
direction: 'down',
|
|
225
223
|
marginRight: 1,
|
|
226
224
|
marginTop: 1,
|
|
227
|
-
size: "
|
|
225
|
+
size: "sm"
|
|
228
226
|
});
|
|
229
227
|
|
|
230
228
|
var TableSortLabel = /*#__PURE__*/_react["default"].forwardRef(function TableSortLabel(_ref, _ref4) {
|
|
@@ -253,15 +251,18 @@ var TableSortLabel = /*#__PURE__*/_react["default"].forwardRef(function TableSor
|
|
|
253
251
|
marginLeft: 1
|
|
254
252
|
}, /*#__PURE__*/_react["default"].createElement(_icons.CaretIcon, {
|
|
255
253
|
direction: 'up',
|
|
256
|
-
size: "
|
|
254
|
+
size: "sm",
|
|
257
255
|
variant: direction === 1 ? 'dark' : 'gray'
|
|
258
256
|
}), /*#__PURE__*/_react["default"].createElement(_icons.CaretIcon, {
|
|
259
257
|
direction: 'down',
|
|
260
|
-
size: "
|
|
258
|
+
size: "sm",
|
|
261
259
|
variant: direction === -1 ? 'dark' : 'gray'
|
|
262
|
-
}))), /*#__PURE__*/_react["default"].createElement(_Dropdown.DropdownContent, null, /*#__PURE__*/_react["default"].createElement(
|
|
260
|
+
}))), /*#__PURE__*/_react["default"].createElement(_Dropdown.DropdownContent, null, /*#__PURE__*/_react["default"].createElement(_NavList.NavList, {
|
|
261
|
+
layout: "vertical"
|
|
262
|
+
}, /*#__PURE__*/_react["default"].createElement(_NavList.NavListItemAction, {
|
|
263
263
|
active: direction === 1,
|
|
264
264
|
tabIndex: 0,
|
|
265
|
+
arrow: false,
|
|
265
266
|
onClick: function onClick() {
|
|
266
267
|
onSort(1);
|
|
267
268
|
dropdownRef.current && (dropdownRef.current.open = false);
|
|
@@ -272,9 +273,10 @@ var TableSortLabel = /*#__PURE__*/_react["default"].forwardRef(function TableSor
|
|
|
272
273
|
dropdownRef.current && (dropdownRef.current.open = false);
|
|
273
274
|
}
|
|
274
275
|
}
|
|
275
|
-
}, _ref2, labels.asc), /*#__PURE__*/_react["default"].createElement(
|
|
276
|
+
}, _ref2, labels.asc), /*#__PURE__*/_react["default"].createElement(_NavList.NavListItemAction, {
|
|
276
277
|
active: direction === -1,
|
|
277
278
|
tabIndex: 0,
|
|
279
|
+
arrow: false,
|
|
278
280
|
onClick: function onClick() {
|
|
279
281
|
onSort(-1);
|
|
280
282
|
dropdownRef.current && (dropdownRef.current.open = false);
|
package/content/Table/index.mdx
CHANGED
|
@@ -20,53 +20,35 @@ import {
|
|
|
20
20
|
|
|
21
21
|
## How to use
|
|
22
22
|
|
|
23
|
-
<Story
|
|
24
|
-
packageName="@digigov/ui"
|
|
25
|
-
component="content/Table"
|
|
26
|
-
story="Default.tsx"
|
|
27
|
-
/>
|
|
23
|
+
<Story packageName="@digigov/ui" component="content/Table" story="Default.tsx"/>
|
|
28
24
|
|
|
29
25
|
### Table with dark header
|
|
30
26
|
|
|
31
|
-
<Story
|
|
32
|
-
packageName="@digigov/ui"
|
|
33
|
-
component="content/Table"
|
|
34
|
-
story="DarkVariant.tsx"
|
|
35
|
-
/>
|
|
27
|
+
<Story packageName="@digigov/ui" component="content/Table" story="DarkVariant.tsx"/>
|
|
36
28
|
|
|
37
29
|
### Table captions
|
|
38
30
|
|
|
39
31
|
Use the `<TableCaption>` element to describe a table in the same way you would use a heading. A caption helps users find, navigate and understand tables.
|
|
40
32
|
|
|
41
|
-
<Story
|
|
42
|
-
packageName="@digigov/ui"
|
|
43
|
-
component="content/Table"
|
|
44
|
-
story="TableCaptions.tsx"
|
|
45
|
-
/>
|
|
33
|
+
<Story packageName="@digigov/ui" component="content/Table" story="TableCaptions.tsx"/>
|
|
46
34
|
|
|
47
35
|
### Numbers in a table
|
|
48
36
|
|
|
49
|
-
<Story
|
|
50
|
-
packageName="@digigov/ui"
|
|
51
|
-
component="content/Table"
|
|
52
|
-
story="NumericDataType.tsx"
|
|
53
|
-
/>
|
|
37
|
+
<Story packageName="@digigov/ui" component="content/Table" story="NumericDataType.tsx"/>
|
|
54
38
|
|
|
55
39
|
### Zebra rows
|
|
56
40
|
|
|
57
|
-
<Story
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
41
|
+
<Story packageName="@digigov/ui" component="content/Table" story="ZebraProp.tsx"/>
|
|
42
|
+
|
|
43
|
+
### Rows with primary or secondary color
|
|
44
|
+
|
|
45
|
+
The prop `color='primary'` or `color='secondary'` is only functional when Table component has `variant='default'`.
|
|
46
|
+
|
|
47
|
+
<Story packageName="@digigov/ui" component="content/Table" story="RowColors.tsx"/>
|
|
62
48
|
|
|
63
49
|
### Vertical lines
|
|
64
50
|
|
|
65
|
-
<Story
|
|
66
|
-
packageName="@digigov/ui"
|
|
67
|
-
component="content/Table"
|
|
68
|
-
story="VerticalBorders.tsx"
|
|
69
|
-
/>
|
|
51
|
+
<Story packageName="@digigov/ui" component="content/Table" story="VerticalBorders.tsx" />
|
|
70
52
|
|
|
71
53
|
### Dense tables
|
|
72
54
|
|
|
@@ -74,11 +56,7 @@ Use the `<TableCaption>` element to describe a table in the same way you would u
|
|
|
74
56
|
|
|
75
57
|
### Custom column widths
|
|
76
58
|
|
|
77
|
-
<Story
|
|
78
|
-
packageName="@digigov/ui"
|
|
79
|
-
component="content/Table"
|
|
80
|
-
story="DefinedWidth.tsx"
|
|
81
|
-
/>
|
|
59
|
+
<Story packageName="@digigov/ui" component="content/Table" story="DefinedWidth.tsx"/>
|
|
82
60
|
|
|
83
61
|
### No data
|
|
84
62
|
|
|
@@ -86,16 +64,12 @@ Use the `<TableCaption>` element to describe a table in the same way you would u
|
|
|
86
64
|
|
|
87
65
|
### Using loader
|
|
88
66
|
|
|
89
|
-
<Story
|
|
90
|
-
packageName="@digigov/ui"
|
|
91
|
-
component="content/Table"
|
|
92
|
-
story="WithLoader.tsx"
|
|
93
|
-
/>
|
|
67
|
+
<Story packageName="@digigov/ui" component="content/Table" story="WithLoader.tsx"/>
|
|
94
68
|
|
|
95
69
|
## Accessibility
|
|
96
70
|
|
|
97
71
|
You can read more about the accessibility patterns used in our Table
|
|
98
|
-
implementation in the ARIA Authoring Practices Guide (APG) at
|
|
72
|
+
implementation in the ARIA Authoring Practices Guide (APG) at [Table](https://www.w3.org/WAI/ARIA/apg/patterns/table/) section.
|
|
99
73
|
|
|
100
74
|
## API
|
|
101
75
|
|
|
@@ -61,26 +61,26 @@ var Default = function Default() {
|
|
|
61
61
|
|
|
62
62
|
switch (task.status) {
|
|
63
63
|
case 'Ολοκληρωθηκε':
|
|
64
|
-
tagColor = '
|
|
64
|
+
tagColor = 'info';
|
|
65
65
|
break;
|
|
66
66
|
|
|
67
67
|
case 'Σε εξελιξη':
|
|
68
|
-
tagColor = '
|
|
68
|
+
tagColor = 'primary';
|
|
69
69
|
break;
|
|
70
70
|
|
|
71
71
|
case 'Δεν εχει ξεκινησει':
|
|
72
|
-
tagColor = '
|
|
72
|
+
tagColor = 'secondary';
|
|
73
73
|
break;
|
|
74
74
|
|
|
75
75
|
case 'Σε αναμονη':
|
|
76
|
-
tagColor = '
|
|
76
|
+
tagColor = 'secondary';
|
|
77
77
|
break;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
return /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, {
|
|
81
81
|
key: key
|
|
82
82
|
}, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, /*#__PURE__*/_react["default"].createElement(_Link.LinkBase, null, task.text)), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemAction, null, /*#__PURE__*/_react["default"].createElement(_TaskList.TaskListItemTag, {
|
|
83
|
-
|
|
83
|
+
color: tagColor
|
|
84
84
|
}, task.status)));
|
|
85
85
|
}))));
|
|
86
86
|
})));
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: task-list
|
|
3
|
+
title: TaskList
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# TaskList
|
|
7
|
+
TaskList is a component that displays number of steps required to complete a process inside your application.
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
import TaskList from '@digigov/ui/content/TaskList';
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## How to use
|
|
14
|
+
|
|
15
|
+
### Default
|
|
16
|
+
|
|
17
|
+
<Story packageName="@digigov/ui" component="content/TaskList" story="Default.tsx" />
|
|
18
|
+
|
|
19
|
+
## API
|
|
20
|
+
|
|
21
|
+
<PropTypes packageName="@digigov/ui" component="TaskList" />
|
|
@@ -112,7 +112,7 @@ var _ref2 = /*#__PURE__*/_react["default"].createElement(_Button.Button, {
|
|
|
112
112
|
|
|
113
113
|
var Default = function Default() {
|
|
114
114
|
return /*#__PURE__*/_react["default"].createElement(_Timeline.Timeline, null, data && data.map(function (field, index) {
|
|
115
|
-
return /*#__PURE__*/_react["default"].createElement(
|
|
115
|
+
return /*#__PURE__*/_react["default"].createElement(_Timeline.TimelineItem, {
|
|
116
116
|
key: index,
|
|
117
117
|
marginBottom: 10
|
|
118
118
|
}, /*#__PURE__*/_react["default"].createElement(_Timeline.TimelineHeading, {
|
|
@@ -132,7 +132,7 @@ var Default = function Default() {
|
|
|
132
132
|
key: subIndex,
|
|
133
133
|
variant: "link"
|
|
134
134
|
}, action.label);
|
|
135
|
-
}), _ref, _ref2)))
|
|
135
|
+
}), _ref, _ref2)));
|
|
136
136
|
}));
|
|
137
137
|
};
|
|
138
138
|
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: timeline
|
|
3
|
+
title: Timeline
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Timeline
|
|
7
|
+
A timeline is a useful way to display a whole range of information and/or data points to a user.
|
|
8
|
+
Keeping things organized in logical sequence timeline helps to keep track of what’s happening.
|
|
9
|
+
User can better understand what has happened and also understand what the next steps should be.
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
import Timeline from '@digigov/ui/content/Timeline';
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## How to use
|
|
16
|
+
|
|
17
|
+
### Default
|
|
18
|
+
|
|
19
|
+
<Story packageName="@digigov/ui" component="content/Timeline" story="Default.tsx" />
|
|
20
|
+
|
|
21
|
+
## API
|
|
22
|
+
|
|
23
|
+
<PropTypes packageName="@digigov/ui" component="Timeline" />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/* eslint-disable digigov/no-relative-imports */
|
|
2
|
+
import BannerContainer from '@digigov/ui/app/BannerContainer';
|
|
3
|
+
export default {
|
|
4
|
+
title: 'Digigov UI/app/BannerContainer',
|
|
5
|
+
description: 'The BannerContainer provides a container for the banner and the page content.',
|
|
6
|
+
link: 'https://guide.services.gov.gr/docs/components/cookies-banner',
|
|
7
|
+
component: BannerContainer,
|
|
8
|
+
displayName: 'BannerContainer'
|
|
9
|
+
};
|
|
10
|
+
export * from './__stories__/CookiesBanner';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import BannerContainer from '@digigov/ui/app/BannerContainer';
|
|
3
|
+
import { Container } from '@digigov/ui/layouts/Basic/Container';
|
|
4
|
+
import { Main } from '@digigov/ui/layouts/Basic/Main';
|
|
5
|
+
import { Heading } from '@digigov/ui/typography/Heading';
|
|
6
|
+
import { Paragraph } from '@digigov/ui/typography/Paragraph';
|
|
7
|
+
import Button, { ButtonGroup } from '@digigov/ui/form/Button';
|
|
8
|
+
|
|
9
|
+
var _ref = /*#__PURE__*/React.createElement(BannerContainer, null, /*#__PURE__*/React.createElement(Container, null, /*#__PURE__*/React.createElement(Main, null, /*#__PURE__*/React.createElement(Heading, {
|
|
10
|
+
size: "md"
|
|
11
|
+
}, "Cookies \u03C3\u03C4\u03BF GOV.GR"), /*#__PURE__*/React.createElement(Paragraph, null, "\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \xAB\u0391\u03C0\u03BF\u03B4\u03BF\u03C7\u03AE\xBB \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03C3\u03C5\u03BC\u03C6\u03C9\u03BD\u03AE\u03C3\u03B5\u03C4\u03B5 \u03BC\u03B5 \u03C4\u03B7 \u03C7\u03C1\u03AE\u03C3\u03B7 \u03C4\u03C9\u03BD cookies \u03BA\u03B1\u03B9 \u03C4\u03B7\u03BD \u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C4\u03C9\u03BD \u03C0\u03C1\u03BF\u03C3\u03C9\u03C0\u03B9\u03BA\u03CE\u03BD \u03C3\u03B1\u03C2 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD."), /*#__PURE__*/React.createElement(Paragraph, null, /*#__PURE__*/React.createElement(Button, {
|
|
12
|
+
variant: "link"
|
|
13
|
+
}, "\u038C\u03C1\u03BF\u03B9 \u03BA\u03B1\u03B9 \u03A0\u03C1\u03BF\u03CB\u03C0\u03BF\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2")), /*#__PURE__*/React.createElement(ButtonGroup, null, /*#__PURE__*/React.createElement(Button, null, "\u0391\u03C0\u03BF\u03B4\u03BF\u03C7\u03AE"), /*#__PURE__*/React.createElement(Button, null, "\u0391\u03C0\u03CC\u03C1\u03C1\u03B9\u03C8\u03B7")))));
|
|
14
|
+
|
|
15
|
+
export var CookiesBanner = function CookiesBanner() {
|
|
16
|
+
return _ref;
|
|
17
|
+
};
|
|
18
|
+
export default CookiesBanner;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
export * from '@digigov/react-core/
|
|
2
|
-
export * from '@digigov/react-core/
|
|
1
|
+
export * from '@digigov/react-core/FilterContainer';
|
|
2
|
+
export * from '@digigov/react-core/FilterHeadingContainer';
|
|
3
3
|
export * from '@digigov/react-core/FilterContent';
|
|
4
4
|
export * from '@digigov/react-core/FilterOptionsSection';
|
|
5
5
|
export * from '@digigov/react-core/FilterSelectedHeading';
|
|
6
6
|
export * from '@digigov/react-core/FilterSelectedSection';
|
|
7
|
-
export * from '@digigov/react-core/FilterCloseButton';
|
|
8
7
|
export * from '@digigov/react-core/ResultsHeading';
|
|
9
8
|
export * from '@digigov/react-core/ResultsActionBar';
|
|
10
9
|
export * from '@digigov/react-core/ResultsHeadingActions';
|
|
11
|
-
import
|
|
12
|
-
export default
|
|
10
|
+
import FilterContainer from '@digigov/react-core/FilterContainer';
|
|
11
|
+
export default FilterContainer;
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
{
|
|
9
9
|
"name": "hover",
|
|
10
10
|
"args": {
|
|
11
|
-
"selector": "html>body>div:nth-child(5)>footer>div>div>
|
|
11
|
+
"selector": "html>body>div:nth-child(5)>footer>div>div>section:nth-child(1)>p>a:nth-child(1)"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"name": "click",
|
|
16
16
|
"args": {
|
|
17
|
-
"selector": "html>body>div:nth-child(5)>footer>div>div>
|
|
17
|
+
"selector": "html>body>div:nth-child(5)>footer>div>div>section:nth-child(1)>p>a:nth-child(1)"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
],
|
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Footer } from '@digigov/ui/app/Footer';
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
|
|
2
|
+
import { Footer, FooterContainer, FooterInfo, FooterInfoSection, FooterContent, FooterList, FooterListItem, FooterLink } from '@digigov/ui/app/Footer';
|
|
3
|
+
import Copyright from '@digigov/ui/govgr/Footer/Copyright';
|
|
4
|
+
import HellenicRepublicLogo from '@digigov/ui/govgr/Footer/HellenicRepublicLogo';
|
|
5
|
+
import VisuallyHidden from '@digigov/ui/utils/VisuallyHidden';
|
|
7
6
|
|
|
8
|
-
var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.createElement(
|
|
9
|
-
grow: true
|
|
10
|
-
|
|
7
|
+
var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.createElement(FooterContainer, null, /*#__PURE__*/React.createElement(FooterInfo, null, /*#__PURE__*/React.createElement(FooterInfoSection, {
|
|
8
|
+
grow: true,
|
|
9
|
+
"aria-label": "footer info section"
|
|
10
|
+
}, /*#__PURE__*/React.createElement(FooterContent, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/React.createElement(FooterList, {
|
|
11
|
+
layout: "horizontal"
|
|
12
|
+
}, /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
|
|
11
13
|
href: "#terms"
|
|
12
|
-
}, "\u038C\u03C1\u03BF\u03B9 \u03BA\u03B1\u03B9 \u03A0\u03C1\u03BF\u03CB\u03C0\u03BF\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2"))), /*#__PURE__*/React.createElement(Copyright, null))), /*#__PURE__*/React.createElement(
|
|
14
|
+
}, "\u038C\u03C1\u03BF\u03B9 \u03BA\u03B1\u03B9 \u03A0\u03C1\u03BF\u03CB\u03C0\u03BF\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2"))), /*#__PURE__*/React.createElement(Copyright, null))), /*#__PURE__*/React.createElement(FooterInfoSection, null, /*#__PURE__*/React.createElement(HellenicRepublicLogo, null)))));
|
|
13
15
|
|
|
14
16
|
export var DefaultCopyright = function DefaultCopyright() {
|
|
15
17
|
return _ref;
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Footer } from '@digigov/ui/app/Footer';
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { HellenicRepublicLogo } from '@digigov/ui/govgr/Footer/HellenicRepublicLogo';
|
|
2
|
+
import { Footer, FooterContainer, FooterInfo, FooterInfoSection, FooterContent, FooterNavigation, FooterNavigationSection, FooterHeading, FooterList, FooterListItem, FooterLink, FooterContentLogos, FooterImage } from '@digigov/ui/app/Footer';
|
|
3
|
+
import Copyright from '@digigov/ui/govgr/Footer/Copyright';
|
|
4
|
+
import HellenicRepublicLogo from '@digigov/ui/govgr/Footer/HellenicRepublicLogo';
|
|
6
5
|
import logo1 from '@digigov/ui/govgr/images/greek-government-base64';
|
|
7
6
|
import logo2 from '@digigov/ui/govgr/images/grnet-logo-base64';
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
7
|
+
import SectionBreak from '@digigov/ui/layouts/SectionBreak';
|
|
8
|
+
import Link from '@digigov/ui/navigation/Link';
|
|
9
|
+
import VisuallyHidden from '@digigov/ui/utils/VisuallyHidden';
|
|
11
10
|
|
|
12
|
-
var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.createElement(
|
|
11
|
+
var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.createElement(FooterContainer, null, /*#__PURE__*/React.createElement(FooterNavigation, null, /*#__PURE__*/React.createElement(FooterNavigationSection, {
|
|
12
|
+
"aria-label": "footer navigation section"
|
|
13
|
+
}, /*#__PURE__*/React.createElement(FooterHeading, null, "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/React.createElement(FooterList, {
|
|
13
14
|
columns: 2
|
|
14
15
|
}, /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
|
|
15
16
|
href: "#"
|
|
@@ -23,16 +24,21 @@ var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.cre
|
|
|
23
24
|
href: "#"
|
|
24
25
|
}, "\u038C\u03C1\u03BF\u03B9 \u03C7\u03C1\u03AE\u03C3\u03B7\u03C2")), /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
|
|
25
26
|
href: "#"
|
|
26
|
-
}, "\u0399\u03B4\u03B9\u03C9\u03C4\u03B9\u03BA\u03CC \u03B1\u03C0\u03CC\u03C1\u03C1\u03B7\u03C4\u03BF ")))), /*#__PURE__*/React.createElement(
|
|
27
|
+
}, "\u0399\u03B4\u03B9\u03C9\u03C4\u03B9\u03BA\u03CC \u03B1\u03C0\u03CC\u03C1\u03C1\u03B7\u03C4\u03BF ")))), /*#__PURE__*/React.createElement(FooterNavigationSection, {
|
|
28
|
+
"aria-label": "footer navigation section"
|
|
29
|
+
}, /*#__PURE__*/React.createElement(FooterHeading, null, "\u0395\u03BE\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03AD\u03C2 \u03A5\u03C0\u03B7\u03C1\u03B5\u03C3\u03AF\u03B5\u03C2"), /*#__PURE__*/React.createElement(FooterList, null, /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
|
|
27
30
|
href: "#"
|
|
28
31
|
}, "\u0395\u039C\u0394\u0394 - \u039C\u0399\u03A4\u039F\u03A3")), /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
|
|
29
32
|
href: "#"
|
|
30
33
|
}, "EUGO"))))), /*#__PURE__*/React.createElement(SectionBreak, {
|
|
31
34
|
visible: false,
|
|
32
35
|
size: "md"
|
|
33
|
-
}), /*#__PURE__*/React.createElement(
|
|
34
|
-
grow: true
|
|
35
|
-
|
|
36
|
+
}), /*#__PURE__*/React.createElement(FooterInfo, null, /*#__PURE__*/React.createElement(FooterInfoSection, {
|
|
37
|
+
grow: true,
|
|
38
|
+
"aria-label": "footer info section"
|
|
39
|
+
}, /*#__PURE__*/React.createElement(FooterContent, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/React.createElement(FooterList, {
|
|
40
|
+
layout: "horizontal"
|
|
41
|
+
}, /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, null, "\u038C\u03C1\u03BF\u03B9 \u03BA\u03B1\u03B9 \u03A0\u03C1\u03BF\u03CB\u03C0\u03BF\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2")), /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, null, "\u03A3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5 \u03C4\u03BF gov.gr"))), /*#__PURE__*/React.createElement(FooterContentLogos, null, /*#__PURE__*/React.createElement(FooterImage, {
|
|
36
42
|
src: logo1
|
|
37
43
|
}), /*#__PURE__*/React.createElement(FooterImage, {
|
|
38
44
|
src: logo2
|
|
@@ -45,7 +51,7 @@ var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.cre
|
|
|
45
51
|
}, ' ', "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A8\u03B7\u03C6\u03B9\u03B1\u03BA\u03AE\u03C2 \u0394\u03B9\u03B1\u03BA\u03C5\u03B2\u03AD\u03C1\u03BD\u03B7\u03C3\u03B7\u03C2", /*#__PURE__*/React.createElement(VisuallyHidden, null, ' ', "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)")), ' ', "\u03BA\u03B1\u03B9 \u03B3\u03B9\u03B1 \u03C4\u03BF", ' ', /*#__PURE__*/React.createElement(Link, {
|
|
46
52
|
href: "https://www.minedu.gov.gr/",
|
|
47
53
|
target: "_blank"
|
|
48
|
-
}, "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A0\u03B1\u03B9\u03B4\u03B5\u03AF\u03B1\u03C2 \u03BA\u03B1\u03B9 \u0398\u03C1\u03B7\u03C3\u03BA\u03B5\u03C5\u03BC\u03AC\u03C4\u03C9\u03BD", /*#__PURE__*/React.createElement(VisuallyHidden, null, ' ', "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)"))))), /*#__PURE__*/React.createElement(
|
|
54
|
+
}, "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A0\u03B1\u03B9\u03B4\u03B5\u03AF\u03B1\u03C2 \u03BA\u03B1\u03B9 \u0398\u03C1\u03B7\u03C3\u03BA\u03B5\u03C5\u03BC\u03AC\u03C4\u03C9\u03BD", /*#__PURE__*/React.createElement(VisuallyHidden, null, ' ', "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)"))))), /*#__PURE__*/React.createElement(FooterInfoSection, null, /*#__PURE__*/React.createElement(HellenicRepublicLogo, null)))));
|
|
49
55
|
|
|
50
56
|
export var FooterAllInclusive = function FooterAllInclusive() {
|
|
51
57
|
return _ref;
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Footer } from '@digigov/ui/app/Footer';
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
|
|
2
|
+
import { Footer, FooterContainer, FooterInfo, FooterInfoSection, FooterContent, FooterList, FooterListItem, FooterLink } from '@digigov/ui/app/Footer';
|
|
3
|
+
import Copyright from '@digigov/ui/govgr/Footer/Copyright';
|
|
4
|
+
import HellenicRepublicLogo from '@digigov/ui/govgr/Footer/HellenicRepublicLogo';
|
|
5
|
+
import Link from '@digigov/ui/navigation/Link';
|
|
6
|
+
import VisuallyHidden from '@digigov/ui/utils/VisuallyHidden';
|
|
8
7
|
|
|
9
|
-
var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.createElement(
|
|
10
|
-
grow: true
|
|
11
|
-
|
|
8
|
+
var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.createElement(FooterContainer, null, /*#__PURE__*/React.createElement(FooterInfo, null, /*#__PURE__*/React.createElement(FooterInfoSection, {
|
|
9
|
+
grow: true,
|
|
10
|
+
"aria-label": "footer info section"
|
|
11
|
+
}, /*#__PURE__*/React.createElement(FooterContent, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/React.createElement(FooterList, {
|
|
12
|
+
layout: "horizontal"
|
|
13
|
+
}, /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
|
|
12
14
|
href: "#"
|
|
13
|
-
}, "\u038C\u03C1\u03BF\u03B9 \u03BA\u03B1\u03B9 \u03A0\u03C1\u03BF\u03CB\u03C0\u03BF\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2")), /*#__PURE__*/React.createElement(
|
|
15
|
+
}, "\u038C\u03C1\u03BF\u03B9 \u03BA\u03B1\u03B9 \u03A0\u03C1\u03BF\u03CB\u03C0\u03BF\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2")), /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
|
|
14
16
|
href: "#"
|
|
15
17
|
}, "\u03A3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5 \u03C4\u03BF gov.gr"))), /*#__PURE__*/React.createElement(Copyright, null, "\u03A5\u03BB\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF", ' ', /*#__PURE__*/React.createElement(Link, {
|
|
16
18
|
href: "https://grnet.gr/",
|
|
@@ -18,7 +20,7 @@ var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.cre
|
|
|
18
20
|
}, "\u0395\u0394\u03A5\u03A4\u0395", /*#__PURE__*/React.createElement(VisuallyHidden, null, ' ', "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)")), ' ', "\u03B3\u03B9\u03B1 \u03C4\u03BF", ' ', /*#__PURE__*/React.createElement(Link, {
|
|
19
21
|
href: "https://mindigital.gr/",
|
|
20
22
|
target: "_blank"
|
|
21
|
-
}, "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A8\u03B7\u03C6\u03B9\u03B1\u03BA\u03AE\u03C2 \u0394\u03B9\u03B1\u03BA\u03C5\u03B2\u03AD\u03C1\u03BD\u03B7\u03C3\u03B7\u03C2", /*#__PURE__*/React.createElement(VisuallyHidden, null, ' ', "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)"))))), /*#__PURE__*/React.createElement(
|
|
23
|
+
}, "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A8\u03B7\u03C6\u03B9\u03B1\u03BA\u03AE\u03C2 \u0394\u03B9\u03B1\u03BA\u03C5\u03B2\u03AD\u03C1\u03BD\u03B7\u03C3\u03B7\u03C2", /*#__PURE__*/React.createElement(VisuallyHidden, null, ' ', "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)"))))), /*#__PURE__*/React.createElement(FooterInfoSection, null, /*#__PURE__*/React.createElement(HellenicRepublicLogo, null)))));
|
|
22
24
|
|
|
23
25
|
export var FooterWithLink = function FooterWithLink() {
|
|
24
26
|
return _ref;
|