@digigov/ui 1.0.0-290a96e2 → 1.0.0-3bfc7d37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/BannerContainer/BannerContainer.stories.d.ts +10 -0
- package/app/BannerContainer/BannerContainer.stories.js +35 -0
- package/app/BannerContainer/__stories__/CookiesBanner.d.ts +2 -0
- package/app/BannerContainer/__stories__/CookiesBanner.js +42 -0
- package/app/Footer/__stories__/FooterAllInclusive.js +33 -23
- package/app/Footer/__stories__/FooterWithLink.js +16 -12
- package/app/Footer/__stories__/FooterWithLogo.js +17 -15
- package/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -14
- package/app/Masthead/Masthead.stories.d.ts +2 -0
- package/app/Masthead/Masthead.stories.js +28 -0
- 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/content/Blockquote/Blockquote.stories.d.ts +1 -0
- package/content/Blockquote/Blockquote.stories.js +14 -0
- package/content/Blockquote/__stories__/Dense.d.ts +2 -0
- package/content/Blockquote/__stories__/Dense.js +24 -0
- package/content/Card/Card.stories.d.ts +2 -0
- package/content/Card/Card.stories.js +28 -0
- package/content/Card/__stories__/Default.js +1 -1
- package/content/Card/__stories__/Dense.d.ts +2 -0
- package/content/Card/__stories__/Dense.js +28 -0
- package/content/Card/__stories__/WithLink.d.ts +2 -0
- package/content/Card/__stories__/WithLink.js +24 -0
- package/content/StepNav/StepNav.stories.d.ts +1 -0
- package/content/StepNav/StepNav.stories.js +14 -0
- package/content/StepNav/__stories__/Dense.d.ts +2 -0
- package/content/StepNav/__stories__/Dense.js +204 -0
- package/content/SummaryList/SummaryList.stories.d.ts +1 -0
- package/content/SummaryList/SummaryList.stories.js +14 -0
- package/content/SummaryList/__stories__/Default.js +7 -3
- package/content/SummaryList/__stories__/WithActions.js +13 -7
- package/content/SummaryList/__stories__/WithoutActions.d.ts +2 -0
- package/content/SummaryList/__stories__/WithoutActions.js +22 -0
- package/content/SummaryList/__stories__/WithoutBorders.js +12 -2
- package/content/Table/__stories__/RowColors.js +5 -5
- package/content/TaskList/TaskList.stories.d.ts +1 -0
- package/content/TaskList/TaskList.stories.js +14 -0
- package/content/TaskList/__stories__/Dense.d.ts +2 -0
- package/content/TaskList/__stories__/Dense.js +93 -0
- package/content/Timeline/Timeline.stories.d.ts +1 -0
- package/content/Timeline/Timeline.stories.js +14 -0
- package/content/Timeline/__stories__/Default.js +2 -4
- package/content/Timeline/__stories__/Dense.d.ts +2 -0
- package/content/Timeline/__stories__/Dense.js +141 -0
- package/es/app/BannerContainer/BannerContainer.stories.js +10 -0
- package/es/app/BannerContainer/__stories__/CookiesBanner.js +18 -0
- package/es/app/Footer/__stories__/FooterAllInclusive.js +33 -23
- package/es/app/Footer/__stories__/FooterWithLink.js +16 -12
- package/es/app/Footer/__stories__/FooterWithLogo.js +17 -15
- package/es/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -14
- package/es/app/Masthead/Masthead.stories.js +3 -1
- package/es/app/Masthead/__stories__/WithElements.js +21 -0
- package/es/app/Masthead/__stories__/WithLogo.js +19 -0
- package/es/content/Blockquote/Blockquote.stories.js +2 -1
- package/es/content/Blockquote/__stories__/Dense.js +11 -0
- package/es/content/Card/Card.stories.js +3 -1
- package/es/content/Card/__stories__/Default.js +1 -1
- package/es/content/Card/__stories__/Dense.js +14 -0
- package/es/content/Card/__stories__/WithLink.js +10 -0
- package/es/content/StepNav/StepNav.stories.js +2 -1
- package/es/content/StepNav/__stories__/Dense.js +180 -0
- package/es/content/SummaryList/SummaryList.stories.js +1 -0
- package/es/content/SummaryList/__stories__/Default.js +7 -3
- package/es/content/SummaryList/__stories__/WithActions.js +5 -5
- package/es/content/SummaryList/__stories__/WithoutActions.js +9 -0
- package/es/content/SummaryList/__stories__/WithoutBorders.js +10 -2
- package/es/content/Table/__stories__/RowColors.js +5 -5
- package/es/content/TaskList/TaskList.stories.js +2 -1
- package/es/content/TaskList/__stories__/Dense.js +76 -0
- package/es/content/Timeline/Timeline.stories.js +2 -1
- package/es/content/Timeline/__stories__/Default.js +2 -4
- package/es/content/Timeline/__stories__/Dense.js +124 -0
- package/es/feedback/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/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/Checkbox/__stories__/WithHint.js +1 -1
- 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/ErrorMessage/ErrorMessage.stories.js +3 -1
- package/es/form/ErrorMessage/__stories__/DateInputError.js +24 -0
- package/es/form/ErrorMessage/__stories__/Default.js +11 -8
- package/es/form/ErrorMessage/__stories__/ErrorMessageOnly.js +12 -0
- package/es/form/FileUpload/__stories__/Default.js +2 -2
- package/es/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
- package/es/form/RadioContainer/RadioContainer.stories.js +1 -0
- package/es/form/RadioContainer/__stories__/Default.js +7 -4
- package/es/form/RadioContainer/__stories__/InlineWithDivider.js +5 -5
- package/es/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
- package/es/form/RadioContainer/__stories__/NoneAnswer.js +6 -2
- package/es/form/RadioContainer/__stories__/WithErrorMessage.js +3 -1
- package/es/form/RadioContainer/__stories__/WithHints.js +1 -1
- package/es/form/RadioContainer/__stories__/WithMediumLegend.js +24 -0
- package/es/form/TextInput/__stories__/FixedWidths.js +8 -18
- package/es/form/TextInput/__stories__/FluidWidths.js +8 -18
- package/es/govgr/Footer/Copyright.js +3 -3
- package/es/icons/ImageLogo/index.js +3 -0
- package/es/icons/ImageLogoSet/index.js +3 -0
- package/es/navigation/NavList/NavList.stories.js +5 -1
- package/es/navigation/NavList/NavList.stories.playwright.json +5 -5
- package/es/navigation/NavList/__stories__/Default.js +20 -54
- package/es/navigation/NavList/__stories__/NavVertical.js +37 -0
- 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/Tabs/__stories__/Default.js +15 -4
- package/es/registry.js +8 -2
- package/esm/app/BannerContainer/BannerContainer.stories.js +10 -0
- package/esm/app/BannerContainer/__stories__/CookiesBanner.js +18 -0
- package/esm/app/Footer/__stories__/FooterAllInclusive.js +33 -23
- package/esm/app/Footer/__stories__/FooterWithLink.js +16 -12
- package/esm/app/Footer/__stories__/FooterWithLogo.js +17 -15
- package/esm/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -14
- package/esm/app/Masthead/Masthead.stories.js +3 -1
- package/esm/app/Masthead/__stories__/WithElements.js +21 -0
- package/esm/app/Masthead/__stories__/WithLogo.js +19 -0
- package/esm/content/Blockquote/Blockquote.stories.js +2 -1
- package/esm/content/Blockquote/__stories__/Dense.js +11 -0
- package/esm/content/Card/Card.stories.js +3 -1
- package/esm/content/Card/__stories__/Default.js +1 -1
- package/esm/content/Card/__stories__/Dense.js +14 -0
- package/esm/content/Card/__stories__/WithLink.js +10 -0
- package/esm/content/StepNav/StepNav.stories.js +2 -1
- package/esm/content/StepNav/__stories__/Dense.js +180 -0
- package/esm/content/SummaryList/SummaryList.stories.js +1 -0
- package/esm/content/SummaryList/__stories__/Default.js +7 -3
- package/esm/content/SummaryList/__stories__/WithActions.js +5 -5
- package/esm/content/SummaryList/__stories__/WithoutActions.js +9 -0
- package/esm/content/SummaryList/__stories__/WithoutBorders.js +10 -2
- package/esm/content/Table/__stories__/RowColors.js +5 -5
- package/esm/content/TaskList/TaskList.stories.js +2 -1
- package/esm/content/TaskList/__stories__/Dense.js +76 -0
- package/esm/content/Timeline/Timeline.stories.js +2 -1
- package/esm/content/Timeline/__stories__/Default.js +2 -4
- package/esm/content/Timeline/__stories__/Dense.js +124 -0
- package/esm/feedback/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/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/Checkbox/__stories__/WithHint.js +1 -1
- 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/ErrorMessage/ErrorMessage.stories.js +3 -1
- package/esm/form/ErrorMessage/__stories__/DateInputError.js +24 -0
- package/esm/form/ErrorMessage/__stories__/Default.js +11 -8
- package/esm/form/ErrorMessage/__stories__/ErrorMessageOnly.js +12 -0
- package/esm/form/FileUpload/__stories__/Default.js +2 -2
- package/esm/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
- package/esm/form/RadioContainer/RadioContainer.stories.js +1 -0
- package/esm/form/RadioContainer/__stories__/Default.js +7 -4
- package/esm/form/RadioContainer/__stories__/InlineWithDivider.js +5 -5
- package/esm/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
- package/esm/form/RadioContainer/__stories__/NoneAnswer.js +6 -2
- package/esm/form/RadioContainer/__stories__/WithErrorMessage.js +3 -1
- package/esm/form/RadioContainer/__stories__/WithHints.js +1 -1
- package/esm/form/RadioContainer/__stories__/WithMediumLegend.js +24 -0
- package/esm/form/TextInput/__stories__/FixedWidths.js +8 -18
- package/esm/form/TextInput/__stories__/FluidWidths.js +8 -18
- package/esm/govgr/Footer/Copyright.js +3 -3
- package/esm/icons/ImageLogo/index.js +3 -0
- package/esm/icons/ImageLogoSet/index.js +3 -0
- package/esm/index.js +1 -1
- package/esm/navigation/NavList/NavList.stories.js +5 -1
- package/esm/navigation/NavList/NavList.stories.playwright.json +5 -5
- package/esm/navigation/NavList/__stories__/Default.js +20 -54
- package/esm/navigation/NavList/__stories__/NavVertical.js +37 -0
- 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/Tabs/__stories__/Default.js +15 -4
- package/esm/registry.js +8 -2
- 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/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/Checkbox/__stories__/WithHint.js +1 -1
- 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/ErrorMessage/ErrorMessage.stories.d.ts +2 -0
- package/form/ErrorMessage/ErrorMessage.stories.js +28 -0
- package/form/ErrorMessage/__stories__/DateInputError.d.ts +2 -0
- package/form/ErrorMessage/__stories__/DateInputError.js +41 -0
- package/form/ErrorMessage/__stories__/Default.js +11 -8
- package/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +2 -0
- package/form/ErrorMessage/__stories__/ErrorMessageOnly.js +26 -0
- package/form/FileUpload/__stories__/Default.js +2 -2
- package/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
- package/form/RadioContainer/RadioContainer.stories.d.ts +1 -0
- package/form/RadioContainer/RadioContainer.stories.js +14 -0
- package/form/RadioContainer/__stories__/Default.js +7 -4
- package/form/RadioContainer/__stories__/InlineWithDivider.js +6 -6
- package/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
- package/form/RadioContainer/__stories__/NoneAnswer.js +6 -2
- package/form/RadioContainer/__stories__/WithErrorMessage.js +3 -1
- package/form/RadioContainer/__stories__/WithHints.js +1 -1
- package/form/RadioContainer/__stories__/WithMediumLegend.d.ts +2 -0
- package/form/RadioContainer/__stories__/WithMediumLegend.js +38 -0
- package/form/TextInput/__stories__/FixedWidths.js +8 -18
- package/form/TextInput/__stories__/FluidWidths.js +8 -18
- package/govgr/Footer/Copyright.js +3 -3
- package/icons/ImageLogo/index.d.ts +3 -0
- package/icons/ImageLogo/index.js +30 -0
- package/icons/ImageLogoSet/index.d.ts +3 -0
- package/icons/ImageLogoSet/index.js +30 -0
- package/navigation/NavList/NavList.stories.d.ts +4 -0
- package/navigation/NavList/NavList.stories.js +56 -0
- package/navigation/NavList/NavList.stories.playwright.json +5 -5
- package/navigation/NavList/__stories__/Default.js +19 -60
- package/navigation/NavList/__stories__/NavVertical.d.ts +2 -0
- package/navigation/NavList/__stories__/NavVertical.js +53 -0
- 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/Tabs/__stories__/Default.js +16 -4
- package/package.json +3 -3
- package/registry.d.ts +6 -2
- package/registry.js +11 -2
- package/src/app/BannerContainer/BannerContainer.stories.js +12 -0
- package/src/app/BannerContainer/__stories__/CookiesBanner.tsx +32 -0
- package/src/app/Footer/__stories__/Default.tsx +1 -1
- package/src/app/Footer/__stories__/FooterAllInclusive.tsx +14 -18
- package/src/app/Footer/__stories__/FooterWithLink.tsx +5 -7
- package/src/app/Footer/__stories__/FooterWithLogo.tsx +11 -13
- package/src/app/Footer/__stories__/FooterWithSecondaryNavigation.tsx +58 -58
- package/src/app/Masthead/Masthead.stories.js +2 -0
- package/src/app/Masthead/__stories__/WithElements.tsx +31 -0
- package/src/app/Masthead/__stories__/WithLogo.tsx +28 -0
- package/src/content/Blockquote/Blockquote.stories.js +1 -0
- package/src/content/Blockquote/__stories__/Dense.tsx +11 -0
- package/src/content/Card/Card.stories.js +2 -0
- package/src/content/Card/__stories__/Default.tsx +1 -1
- package/src/content/Card/__stories__/Dense.tsx +24 -0
- package/src/content/Card/__stories__/WithLink.tsx +25 -0
- package/src/content/StepNav/StepNav.stories.js +1 -0
- package/src/content/StepNav/__stories__/Dense.tsx +261 -0
- package/src/content/SummaryList/SummaryList.stories.js +1 -0
- package/src/content/SummaryList/__stories__/Default.tsx +30 -21
- package/src/content/SummaryList/__stories__/WithActions.tsx +37 -41
- package/src/content/SummaryList/__stories__/WithoutActions.tsx +27 -0
- package/src/content/SummaryList/__stories__/WithoutBorders.tsx +31 -17
- package/src/content/Table/__stories__/RowColors.tsx +5 -5
- package/src/content/TaskList/TaskList.stories.js +1 -0
- package/src/content/TaskList/__stories__/Dense.tsx +118 -0
- package/src/content/Timeline/Timeline.stories.js +1 -0
- package/src/content/Timeline/__stories__/Default.tsx +2 -2
- package/src/content/Timeline/__stories__/Dense.tsx +196 -0
- package/src/feedback/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/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/Checkbox/__stories__/WithHint.tsx +1 -1
- 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/ErrorMessage/ErrorMessage.stories.js +2 -0
- package/src/form/ErrorMessage/__stories__/DateInputError.tsx +34 -0
- package/src/form/ErrorMessage/__stories__/Default.tsx +12 -6
- package/src/form/ErrorMessage/__stories__/ErrorMessageOnly.tsx +12 -0
- package/src/form/FileUpload/__stories__/Default.tsx +2 -2
- package/src/form/FileUpload/__stories__/WithErrorMessage.tsx +2 -2
- package/src/form/RadioContainer/RadioContainer.stories.js +1 -0
- package/src/form/RadioContainer/__stories__/Default.tsx +7 -4
- package/src/form/RadioContainer/__stories__/InlineWithDivider.tsx +5 -5
- package/src/form/RadioContainer/__stories__/MultipleQuestions.tsx +1 -1
- package/src/form/RadioContainer/__stories__/NoneAnswer.tsx +3 -3
- package/src/form/RadioContainer/__stories__/WithErrorMessage.tsx +1 -1
- package/src/form/RadioContainer/__stories__/WithHints.tsx +1 -1
- package/src/form/RadioContainer/__stories__/WithMediumLegend.tsx +32 -0
- package/src/form/TextInput/__stories__/FixedWidths.tsx +8 -8
- package/src/form/TextInput/__stories__/FluidWidths.tsx +2 -2
- package/src/govgr/Footer/Copyright.tsx +11 -11
- package/src/icons/ImageLogo/index.tsx +5 -0
- package/src/icons/ImageLogoSet/index.tsx +4 -0
- package/src/navigation/NavList/NavList.stories.js +4 -0
- package/src/navigation/NavList/NavList.stories.playwright.json +5 -5
- package/src/navigation/NavList/__stories__/Default.tsx +16 -80
- package/src/navigation/NavList/__stories__/NavVertical.tsx +36 -0
- 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/Tabs/__stories__/Default.tsx +14 -9
- package/src/registry.js +10 -4
- /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/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
|
@@ -16,8 +16,8 @@ import {
|
|
|
16
16
|
} from '@digigov/ui/app/Footer';
|
|
17
17
|
import Copyright from '@digigov/ui/govgr/Footer/Copyright';
|
|
18
18
|
import HellenicRepublicLogo from '@digigov/ui/govgr/Footer/HellenicRepublicLogo';
|
|
19
|
-
import
|
|
20
|
-
import
|
|
19
|
+
import govgrBlueLogo from '@digigov/ui/govgr/images/govgr-logo-blue-base64';
|
|
20
|
+
import mineduBlackLogo from '@digigov/ui/govgr/images/minedu-logo-black-base64';
|
|
21
21
|
import SectionBreak from '@digigov/ui/layouts/SectionBreak';
|
|
22
22
|
import Link from '@digigov/ui/navigation/Link';
|
|
23
23
|
import VisuallyHidden from '@digigov/ui/utils/VisuallyHidden';
|
|
@@ -46,7 +46,7 @@ export const FooterAllInclusive = () => {
|
|
|
46
46
|
<FooterLink href="#">Όροι χρήσης</FooterLink>
|
|
47
47
|
</FooterListItem>
|
|
48
48
|
<FooterListItem>
|
|
49
|
-
<FooterLink href="#">Ιδιωτικό
|
|
49
|
+
<FooterLink href="#">Ιδιωτικό απόρρητο</FooterLink>
|
|
50
50
|
</FooterListItem>
|
|
51
51
|
</FooterList>
|
|
52
52
|
</FooterNavigationSection>
|
|
@@ -76,40 +76,36 @@ export const FooterAllInclusive = () => {
|
|
|
76
76
|
</FooterListItem>
|
|
77
77
|
</FooterList>
|
|
78
78
|
<FooterContentLogos>
|
|
79
|
-
<FooterImage src={
|
|
80
|
-
<FooterImage src={
|
|
79
|
+
<FooterImage src={govgrBlueLogo} />
|
|
80
|
+
<FooterImage src={mineduBlackLogo} />
|
|
81
81
|
</FooterContentLogos>
|
|
82
82
|
<Copyright>
|
|
83
|
-
|
|
83
|
+
{`Υλοποίηση από το `}
|
|
84
84
|
<Link href="https://grnet.gr/" target="_blank">
|
|
85
85
|
ΕΔΥΤΕ
|
|
86
86
|
<VisuallyHidden>
|
|
87
|
-
{
|
|
88
|
-
(ανοίγει σε καινούρια καρτέλα)
|
|
87
|
+
{` (ανοίγει σε καινούρια καρτέλα)`}
|
|
89
88
|
</VisuallyHidden>
|
|
90
|
-
</Link>
|
|
91
|
-
για το
|
|
89
|
+
</Link>
|
|
90
|
+
{` για το `}
|
|
92
91
|
<Link href="https://mindigital.gr/" target="_blank">
|
|
93
|
-
{' '}
|
|
94
92
|
Υπουργείο Ψηφιακής Διακυβέρνησης
|
|
95
93
|
<VisuallyHidden>
|
|
96
|
-
{
|
|
97
|
-
(ανοίγει σε καινούρια καρτέλα)
|
|
94
|
+
{` (ανοίγει σε καινούρια καρτέλα)`}
|
|
98
95
|
</VisuallyHidden>
|
|
99
|
-
</Link>
|
|
100
|
-
και για το
|
|
96
|
+
</Link>
|
|
97
|
+
{` και για το `}
|
|
101
98
|
<Link href="https://www.minedu.gov.gr/" target="_blank">
|
|
102
99
|
Υπουργείο Παιδείας και Θρησκευμάτων
|
|
103
100
|
<VisuallyHidden>
|
|
104
|
-
{
|
|
105
|
-
(ανοίγει σε καινούρια καρτέλα)
|
|
101
|
+
{` (ανοίγει σε καινούρια καρτέλα)`}
|
|
106
102
|
</VisuallyHidden>
|
|
107
103
|
</Link>
|
|
108
104
|
</Copyright>
|
|
109
105
|
</FooterContent>
|
|
110
106
|
</FooterInfoSection>
|
|
111
107
|
<FooterInfoSection>
|
|
112
|
-
<HellenicRepublicLogo
|
|
108
|
+
<HellenicRepublicLogo />
|
|
113
109
|
</FooterInfoSection>
|
|
114
110
|
</FooterInfo>
|
|
115
111
|
</FooterContainer>
|
|
@@ -31,20 +31,18 @@ export const FooterWithLink = () => {
|
|
|
31
31
|
</FooterListItem>
|
|
32
32
|
</FooterList>
|
|
33
33
|
<Copyright>
|
|
34
|
-
|
|
34
|
+
{`Υλοποίηση από το `}
|
|
35
35
|
<Link href="https://grnet.gr/" target="_blank">
|
|
36
36
|
ΕΔΥΤΕ
|
|
37
37
|
<VisuallyHidden>
|
|
38
|
-
{
|
|
39
|
-
(ανοίγει σε καινούρια καρτέλα)
|
|
38
|
+
{` (ανοίγει σε καινούρια καρτέλα)`}
|
|
40
39
|
</VisuallyHidden>
|
|
41
|
-
</Link>
|
|
42
|
-
για το
|
|
40
|
+
</Link>
|
|
41
|
+
{` για το `}
|
|
43
42
|
<Link href="https://mindigital.gr/" target="_blank">
|
|
44
43
|
Υπουργείο Ψηφιακής Διακυβέρνησης
|
|
45
44
|
<VisuallyHidden>
|
|
46
|
-
{
|
|
47
|
-
(ανοίγει σε καινούρια καρτέλα)
|
|
45
|
+
{` (ανοίγει σε καινούρια καρτέλα)`}
|
|
48
46
|
</VisuallyHidden>
|
|
49
47
|
</Link>
|
|
50
48
|
</Copyright>
|
|
@@ -10,8 +10,8 @@ import {
|
|
|
10
10
|
} from '@digigov/ui/app/Footer';
|
|
11
11
|
import Copyright from '@digigov/ui/govgr/Footer/Copyright';
|
|
12
12
|
import HellenicRepublicLogo from '@digigov/ui/govgr/Footer/HellenicRepublicLogo';
|
|
13
|
-
import
|
|
14
|
-
import
|
|
13
|
+
import govgrBlueLogo from '@digigov/ui/govgr/images/govgr-logo-blue-base64';
|
|
14
|
+
import mineduBlackLogo from '@digigov/ui/govgr/images/minedu-logo-black-base64';
|
|
15
15
|
import Link from '@digigov/ui/navigation/Link';
|
|
16
16
|
import VisuallyHidden from '@digigov/ui/utils/VisuallyHidden';
|
|
17
17
|
|
|
@@ -23,31 +23,29 @@ export const FooterWithLogo = () => {
|
|
|
23
23
|
<FooterInfoSection aria-label='footer info section'>
|
|
24
24
|
<FooterContent>
|
|
25
25
|
<FooterContentLogos>
|
|
26
|
-
<FooterImage src={
|
|
27
|
-
<FooterImage src={
|
|
26
|
+
<FooterImage src={govgrBlueLogo}></FooterImage>
|
|
27
|
+
<FooterImage src={mineduBlackLogo}></FooterImage>
|
|
28
28
|
</FooterContentLogos>
|
|
29
29
|
<Copyright>
|
|
30
|
-
|
|
30
|
+
{`Υλοποίηση από το `}
|
|
31
31
|
<Link href="https://grnet.gr/" target="_blank">
|
|
32
32
|
ΕΔΥΤΕ
|
|
33
33
|
<VisuallyHidden>
|
|
34
|
-
{
|
|
35
|
-
(ανοίγει σε καινούρια καρτέλα)
|
|
34
|
+
{` (ανοίγει σε καινούρια καρτέλα)`}
|
|
36
35
|
</VisuallyHidden>
|
|
37
|
-
</Link>
|
|
38
|
-
για το
|
|
36
|
+
</Link>
|
|
37
|
+
{` για το `}
|
|
39
38
|
<Link href="https://mindigital.gr/" target="_blank">
|
|
40
|
-
Υπουργείο
|
|
39
|
+
Υπουργείο Παιδείας και Θρησκευμάτων
|
|
41
40
|
<VisuallyHidden>
|
|
42
|
-
{
|
|
43
|
-
(ανοίγει σε καινούρια καρτέλα)
|
|
41
|
+
{` (ανοίγει σε καινούρια καρτέλα)`}
|
|
44
42
|
</VisuallyHidden>
|
|
45
43
|
</Link>
|
|
46
44
|
</Copyright>
|
|
47
45
|
</FooterContent>
|
|
48
46
|
</FooterInfoSection>
|
|
49
47
|
<FooterInfoSection>
|
|
50
|
-
<HellenicRepublicLogo
|
|
48
|
+
<HellenicRepublicLogo />
|
|
51
49
|
</FooterInfoSection>
|
|
52
50
|
</FooterInfo>
|
|
53
51
|
</FooterContainer>
|
|
@@ -22,64 +22,64 @@ export const FooterWithSecondaryNavigation = () => {
|
|
|
22
22
|
return (
|
|
23
23
|
<Footer>
|
|
24
24
|
<FooterContainer>
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
25
|
+
<FooterNavigation>
|
|
26
|
+
<FooterNavigationSection aria-label='footer navigation section'>
|
|
27
|
+
<FooterHeading>Επιλογές</FooterHeading>
|
|
28
|
+
<FooterList columns={2}>
|
|
29
|
+
<FooterListItem>
|
|
30
|
+
<FooterLink href="#">Υπηρεσίες</FooterLink>
|
|
31
|
+
</FooterListItem>
|
|
32
|
+
<FooterListItem>
|
|
33
|
+
<FooterLink href="#">Φορείς</FooterLink>
|
|
34
|
+
</FooterListItem>
|
|
35
|
+
<FooterListItem>
|
|
36
|
+
<FooterLink href="#">Αρχές</FooterLink>
|
|
37
|
+
</FooterListItem>
|
|
38
|
+
<FooterListItem>
|
|
39
|
+
<FooterLink href="#">Σχετικά με το gov.gr</FooterLink>
|
|
40
|
+
</FooterListItem>
|
|
41
|
+
<FooterListItem>
|
|
42
|
+
<FooterLink href="#">Όροι χρήσης</FooterLink>
|
|
43
|
+
</FooterListItem>
|
|
44
|
+
<FooterListItem>
|
|
45
|
+
<FooterLink href="#">Ιδιωτικό απόρρητο</FooterLink>
|
|
46
|
+
</FooterListItem>
|
|
47
|
+
</FooterList>
|
|
48
|
+
</FooterNavigationSection>
|
|
49
|
+
<FooterNavigationSection aria-label='footer navigation section'>
|
|
50
|
+
<FooterHeading>Εξωτερικές Υπηρεσίες</FooterHeading>
|
|
51
|
+
<FooterList>
|
|
52
|
+
<FooterListItem>
|
|
53
|
+
<FooterLink href="#">ΕΜΔΔ - ΜΙΤΟΣ</FooterLink>
|
|
54
|
+
</FooterListItem>
|
|
55
|
+
<FooterListItem>
|
|
56
|
+
<FooterLink href="#">EUGO</FooterLink>
|
|
57
|
+
</FooterListItem>
|
|
58
|
+
</FooterList>
|
|
59
|
+
</FooterNavigationSection>
|
|
60
|
+
</FooterNavigation>
|
|
61
|
+
<SectionBreak visible={false} size="md" />
|
|
62
|
+
<FooterInfo>
|
|
63
|
+
<FooterInfoSection grow aria-label='footer info section'>
|
|
64
|
+
<FooterContent>
|
|
65
|
+
<Copyright>
|
|
66
|
+
{`Υλοποίηση από το `}
|
|
67
|
+
<Link href="https://grnet.gr/" target="_blank">
|
|
68
|
+
ΕΔΥΤΕ
|
|
69
|
+
<VisuallyHidden>{` (ανοίγει σε καινούρια καρτέλα)`}</VisuallyHidden>
|
|
70
|
+
</Link>
|
|
71
|
+
{` για το `}
|
|
72
|
+
<Link href="https://mindigital.gr/" target="_blank">
|
|
73
|
+
Υπουργείο Ψηφιακής Διακυβέρνησης
|
|
74
|
+
<VisuallyHidden>{` (ανοίγει σε καινούρια καρτέλα)`}</VisuallyHidden>
|
|
75
|
+
</Link>
|
|
76
|
+
</Copyright>
|
|
77
|
+
</FooterContent>
|
|
78
|
+
</FooterInfoSection>
|
|
79
|
+
<FooterInfoSection>
|
|
80
|
+
<HellenicRepublicLogo></HellenicRepublicLogo>
|
|
81
|
+
</FooterInfoSection>
|
|
82
|
+
</FooterInfo>
|
|
83
83
|
</FooterContainer>
|
|
84
84
|
</Footer>
|
|
85
85
|
);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import { CallToAction } from '@digigov/ui/form/Button/CallToAction';
|
|
4
|
+
import { Container } from '@digigov/ui/layouts/Basic/Container';
|
|
5
|
+
import { Main } from '@digigov/ui/layouts/Basic/Main';
|
|
6
|
+
import { Masthead, MastheadBody, MastheadLogo } from '@digigov/ui/layouts/Basic/Masthead';
|
|
7
|
+
import { Heading } from '@digigov/ui/typography/Heading';
|
|
8
|
+
import Hint from '@digigov/ui/typography/Hint';
|
|
9
|
+
import mineduLogo from '@digigov/ui/govgr/images/minedu-logo-base64';
|
|
10
|
+
import Link from '@digigov/ui/navigation/Link';
|
|
11
|
+
|
|
12
|
+
export const WithElements = () => (
|
|
13
|
+
<Masthead>
|
|
14
|
+
<Container>
|
|
15
|
+
<Main>
|
|
16
|
+
<MastheadLogo src={mineduLogo} alt="minedu logo" />
|
|
17
|
+
<Heading>Σχεδιάστε την υπηρεσία σας, με το στυλ του GOV.GR</Heading>
|
|
18
|
+
<MastheadBody>
|
|
19
|
+
Χρησιμοποιείστε αυτόν τον οδηγό ώστε να φτιάξετε μια υπηρεσία συνεπή
|
|
20
|
+
στα πρότυπα του GOV.GR. Αποκτήστε γνώση από την έρευνα και την
|
|
21
|
+
εμπειρία άλλων ομάδων και αποφύγετε την επανάληψη εργασιών που έχουν
|
|
22
|
+
ήδη γίνει. <Link>Προτείνετε βελτιώσεις.</Link>
|
|
23
|
+
</MastheadBody>
|
|
24
|
+
<Hint>Τελευταία ενημέρωση: 08/12/2021</Hint>
|
|
25
|
+
<CallToAction href="#">Ξεκινήστε εδώ</CallToAction>
|
|
26
|
+
</Main>
|
|
27
|
+
</Container>
|
|
28
|
+
</Masthead>
|
|
29
|
+
);
|
|
30
|
+
|
|
31
|
+
export default WithElements;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import { CallToAction } from '@digigov/ui/form/Button/CallToAction';
|
|
4
|
+
import { Container } from '@digigov/ui/layouts/Basic/Container';
|
|
5
|
+
import { Main } from '@digigov/ui/layouts/Basic/Main';
|
|
6
|
+
import { Masthead, MastheadBody, MastheadLogo } from '@digigov/ui/layouts/Basic/Masthead';
|
|
7
|
+
import { Heading } from '@digigov/ui/typography/Heading';
|
|
8
|
+
import logo3 from '@digigov/ui/govgr/images/minedu-logo-base64';
|
|
9
|
+
|
|
10
|
+
export const WithLogo = () => (
|
|
11
|
+
<Masthead>
|
|
12
|
+
<Container>
|
|
13
|
+
<Main>
|
|
14
|
+
<MastheadLogo src={logo3} alt="minedu logo" />
|
|
15
|
+
<Heading>Σχεδιάστε την υπηρεσία σας, με το στυλ του GOV.GR</Heading>
|
|
16
|
+
<MastheadBody>
|
|
17
|
+
Χρησιμοποιείστε αυτόν τον οδηγό ώστε να φτιάξετε μια υπηρεσία συνεπή
|
|
18
|
+
στα πρότυπα του GOV.GR. Αποκτήστε γνώση από την έρευνα και την
|
|
19
|
+
εμπειρία άλλων ομάδων και αποφύγετε την επανάληψη εργασιών που έχουν
|
|
20
|
+
ήδη γίνει.
|
|
21
|
+
</MastheadBody>
|
|
22
|
+
<CallToAction href="#">Ξεκινήστε εδώ</CallToAction>
|
|
23
|
+
</Main>
|
|
24
|
+
</Container>
|
|
25
|
+
</Masthead>
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
export default WithLogo;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Blockquote } from '@digigov/ui/content/Blockquote';
|
|
3
|
+
|
|
4
|
+
export const Dense = () => (
|
|
5
|
+
<Blockquote dense>
|
|
6
|
+
Η διαδικασία έκδοσης του διαβατηρίου σας μπορεί να διαρκέσει εώς 10 μέρες,
|
|
7
|
+
εφόσον η αίτηση σας δεν περιέχει λάθη.
|
|
8
|
+
</Blockquote>
|
|
9
|
+
);
|
|
10
|
+
|
|
11
|
+
export default Dense;
|
|
@@ -17,3 +17,5 @@ export * from '@digigov/ui/content/Card/__stories__/WithDivider';
|
|
|
17
17
|
export * from '@digigov/ui/content/Card/__stories__/WithClickableContent';
|
|
18
18
|
export * from '@digigov/ui/content/Card/__stories__/WithClickableLink';
|
|
19
19
|
export * from '@digigov/ui/content/Card/__stories__/WithGroupButton';
|
|
20
|
+
export * from '@digigov/ui/content/Card/__stories__/WithLink';
|
|
21
|
+
export * from '@digigov/ui/content/Card/__stories__/Dense';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
Card,
|
|
5
|
+
CardAction,
|
|
6
|
+
CardHeading,
|
|
7
|
+
CardContent,
|
|
8
|
+
} from '@digigov/ui/content/Card';
|
|
9
|
+
import { Button } from '@digigov/ui/form/Button';
|
|
10
|
+
|
|
11
|
+
export const Dense = () => (
|
|
12
|
+
<Card variant="border" borderColor="dark" dense>
|
|
13
|
+
<CardHeading>Γεωργία και κτηνοτροφία</CardHeading>
|
|
14
|
+
<CardContent>
|
|
15
|
+
Διαδικασίες, επιδοτήσεις και αποζημιώσεις για την γεωργική, κτηνοτροφική ή
|
|
16
|
+
αλιευτική σας δραστηριότητα.
|
|
17
|
+
</CardContent>
|
|
18
|
+
<CardAction>
|
|
19
|
+
<Button>Συνέχεια</Button>
|
|
20
|
+
</CardAction>
|
|
21
|
+
</Card>
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
export default Dense;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
Card,
|
|
5
|
+
CardHeading,
|
|
6
|
+
CardContent,
|
|
7
|
+
CardAction,
|
|
8
|
+
} from '@digigov/ui/content/Card';
|
|
9
|
+
|
|
10
|
+
import { Link } from '@digigov/ui/navigation/Link';
|
|
11
|
+
|
|
12
|
+
export const WithLink = () => (
|
|
13
|
+
<Card>
|
|
14
|
+
<CardHeading>Γεωργία και κτηνοτροφία</CardHeading>
|
|
15
|
+
<CardContent>
|
|
16
|
+
Διαδικασίες, επιδοτήσεις και αποζημιώσεις για την γεωργική, κτηνοτροφική ή
|
|
17
|
+
αλιευτική σας δραστηριότητα.
|
|
18
|
+
</CardContent>
|
|
19
|
+
<CardAction>
|
|
20
|
+
<Link>Είσοδος</Link>
|
|
21
|
+
</CardAction>
|
|
22
|
+
</Card>
|
|
23
|
+
);
|
|
24
|
+
|
|
25
|
+
export default WithLink;
|