@digigov/ui 1.0.0-6b93ebf2 → 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/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/CloseButton/index.d.ts +3 -0
- package/{navigation/NavList/NavVertical.js → app/CloseButton/index.js} +5 -5
- package/app/{FilterSection → FilterContainer}/index.d.ts +4 -5
- package/app/{FilterSection → FilterContainer}/index.js +9 -23
- package/app/Footer/Footer.stories.playwright.json +2 -2
- package/app/Footer/__stories__/DefaultCopyright.js +10 -7
- package/app/Footer/__stories__/FooterAllInclusive.js +22 -15
- package/app/Footer/__stories__/FooterWithLink.js +14 -11
- package/app/Footer/__stories__/FooterWithLogo.js +10 -8
- package/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -13
- package/app/Footer/__stories__/YearCopyright.js +8 -5
- package/app/Footer/index.d.ts +3 -5
- package/app/Footer/index.js +12 -40
- package/app/Footer/index.mdx +4 -20
- package/app/Header/Header.stories.playwright.json +1 -1
- package/app/Header/__stories__/Default.js +1 -1
- package/app/Header/__stories__/WithHeaderNavigation.js +15 -23
- package/app/Header/__stories__/WithNavigation.js +9 -41
- package/app/Header/__stories__/WithServiceName.js +1 -1
- package/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
- package/app/Header/index.mdx +4 -21
- package/app/Header/index.spec.js +1 -1
- package/app/Masthead/Masthead.stories.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/app/Modal/__stories__/Default.js +1 -1
- package/app/Modal/index.mdx +1 -5
- package/app/NotFound/index.js +5 -9
- package/app/PageTitleContainer/index.d.ts +5 -0
- package/app/{PageTitle → PageTitleContainer}/index.js +20 -14
- package/app/Panel/index.mdx +1 -5
- package/app/PhaseBannerHeader/index.js +2 -2
- package/app/PhaseBannerHeader/index.mdx +1 -5
- package/app/QrCodeViewer/index.mdx +2 -10
- package/app/ThemeOptions/index.js +2 -2
- package/app/index.d.ts +2 -3
- package/app/index.js +8 -8
- package/content/Accordion/index.d.ts +1 -1
- package/content/Accordion/index.mdx +2 -10
- package/content/Blockquote/index.mdx +1 -5
- package/content/Card/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/__stories__/DefinedWidth.js +3 -3
- package/content/Table/__stories__/RowColors.js +5 -5
- package/content/Table/__stories__/WithFloatingScroll.js +10 -4
- package/content/Table/index.js +11 -9
- package/content/Table/index.mdx +1 -1
- package/content/TaskList/__stories__/Default.js +5 -5
- package/content/TaskList/index.mdx +21 -0
- package/content/Timeline/__stories__/Default.js +2 -2
- package/content/Timeline/index.mdx +23 -0
- package/es/app/BannerContainer/BannerContainer.stories.js +10 -0
- package/es/app/BannerContainer/__stories__/CookiesBanner.js +18 -0
- package/es/app/CloseButton/index.js +3 -0
- package/{esm/app/FilterSection → es/app/FilterContainer}/index.js +4 -5
- package/es/app/Footer/Footer.stories.playwright.json +2 -2
- package/es/app/Footer/__stories__/DefaultCopyright.js +11 -9
- package/es/app/Footer/__stories__/FooterAllInclusive.js +19 -13
- package/es/app/Footer/__stories__/FooterWithLink.js +13 -11
- package/es/app/Footer/__stories__/FooterWithLogo.js +9 -8
- package/es/app/Footer/__stories__/FooterWithSecondaryNavigation.js +16 -12
- package/es/app/Footer/__stories__/YearCopyright.js +9 -7
- package/es/app/Footer/index.js +3 -5
- package/es/app/Footer/index.mdx +4 -20
- package/es/app/Header/Header.stories.playwright.json +1 -1
- package/es/app/Header/__stories__/Default.js +1 -1
- package/es/app/Header/__stories__/WithHeaderNavigation.js +15 -15
- package/es/app/Header/__stories__/WithNavigation.js +10 -37
- package/es/app/Header/__stories__/WithServiceName.js +1 -1
- package/es/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
- package/es/app/Header/index.mdx +4 -21
- package/es/app/Header/index.spec.js +2 -2
- package/es/app/Masthead/Masthead.stories.js +3 -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 +4 -3
- package/es/app/PageTitleContainer/index.js +5 -0
- package/es/app/Panel/index.mdx +1 -5
- package/es/app/PhaseBannerHeader/index.js +2 -2
- package/es/app/PhaseBannerHeader/index.mdx +1 -5
- package/es/app/QrCodeViewer/index.mdx +2 -10
- package/es/app/ThemeOptions/index.js +2 -2
- package/es/app/index.js +3 -4
- package/es/content/Accordion/index.mdx +2 -10
- package/es/content/Blockquote/index.mdx +1 -5
- package/es/content/Card/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/__stories__/DefinedWidth.js +3 -3
- package/es/content/Table/__stories__/RowColors.js +5 -5
- package/es/content/Table/__stories__/WithFloatingScroll.js +5 -4
- package/es/content/Table/index.js +11 -8
- package/es/content/Table/index.mdx +1 -1
- package/es/content/TaskList/__stories__/Default.js +5 -5
- package/es/content/TaskList/index.mdx +21 -0
- package/es/content/Timeline/__stories__/Default.js +2 -2
- package/es/content/Timeline/index.mdx +23 -0
- package/es/feedback/CopyToClipboard/index.mdx +2 -10
- package/es/feedback/ErrorSummary/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/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/__stories__/ConditionalReveal.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 +2 -1
- package/es/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
- package/es/form/RadioContainer/__stories__/Default.js +7 -4
- 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/es/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
- package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
- package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
- package/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 +2 -2
- package/es/layouts/Section/index.js +3 -0
- package/es/layouts/Stack/Stack.stories.js +12 -0
- package/es/layouts/Stack/__stories__/AlignItems.js +67 -0
- package/es/layouts/Stack/__stories__/Default.js +24 -0
- package/es/layouts/Stack/__stories__/JustifyContent.js +84 -0
- package/es/layouts/Stack/__stories__/NoWrap.js +26 -0
- package/es/layouts/Stack/__stories__/Row.js +25 -0
- package/es/layouts/Stack/__stories__/Spacing.js +55 -0
- package/es/layouts/Stack/index.js +2 -0
- package/es/layouts/index.js +3 -1
- package/es/navigation/BackLink/index.mdx +1 -5
- package/es/navigation/Breadcrumbs/index.mdx +6 -5
- package/es/navigation/Drawer/__stories__/Default.js +25 -66
- package/es/navigation/Drawer/index.mdx +1 -5
- package/es/navigation/Dropdown/__stories__/AlignRight.js +9 -8
- package/es/navigation/Dropdown/__stories__/Default.js +9 -8
- package/es/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
- package/es/navigation/Dropdown/index.js +0 -1
- package/es/navigation/Dropdown/index.mdx +3 -17
- package/es/navigation/Link/index.mdx +7 -25
- package/es/navigation/NavList/NavList.stories.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 +28 -52
- 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/{es/app/FilterSection → esm/app/FilterContainer}/index.js +4 -5
- package/esm/app/Footer/Footer.stories.playwright.json +2 -2
- package/esm/app/Footer/__stories__/DefaultCopyright.js +11 -9
- package/esm/app/Footer/__stories__/FooterAllInclusive.js +19 -13
- package/esm/app/Footer/__stories__/FooterWithLink.js +13 -11
- package/esm/app/Footer/__stories__/FooterWithLogo.js +9 -8
- package/esm/app/Footer/__stories__/FooterWithSecondaryNavigation.js +16 -12
- package/esm/app/Footer/__stories__/YearCopyright.js +9 -7
- package/esm/app/Footer/index.js +3 -5
- package/esm/app/Footer/index.mdx +4 -20
- package/esm/app/Header/Header.stories.playwright.json +1 -1
- package/esm/app/Header/__stories__/Default.js +1 -1
- package/esm/app/Header/__stories__/WithHeaderNavigation.js +15 -15
- package/esm/app/Header/__stories__/WithNavigation.js +10 -37
- package/esm/app/Header/__stories__/WithServiceName.js +1 -1
- package/esm/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
- package/esm/app/Header/index.mdx +4 -21
- package/esm/app/Header/index.spec.js +2 -2
- package/esm/app/Masthead/Masthead.stories.js +3 -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 +4 -3
- package/esm/app/PageTitleContainer/index.js +5 -0
- package/esm/app/Panel/index.mdx +1 -5
- package/esm/app/PhaseBannerHeader/index.js +2 -2
- package/esm/app/PhaseBannerHeader/index.mdx +1 -5
- package/esm/app/QrCodeViewer/index.mdx +2 -10
- package/esm/app/ThemeOptions/index.js +2 -2
- package/esm/app/index.js +3 -4
- package/esm/content/Accordion/index.mdx +2 -10
- package/esm/content/Blockquote/index.mdx +1 -5
- package/esm/content/Card/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/__stories__/DefinedWidth.js +3 -3
- package/esm/content/Table/__stories__/RowColors.js +5 -5
- package/esm/content/Table/__stories__/WithFloatingScroll.js +5 -4
- package/esm/content/Table/index.js +11 -8
- package/esm/content/Table/index.mdx +1 -1
- package/esm/content/TaskList/__stories__/Default.js +5 -5
- package/esm/content/TaskList/index.mdx +21 -0
- package/esm/content/Timeline/__stories__/Default.js +2 -2
- package/esm/content/Timeline/index.mdx +23 -0
- package/esm/feedback/CopyToClipboard/index.mdx +2 -10
- package/esm/feedback/ErrorSummary/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/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/__stories__/ConditionalReveal.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 +2 -1
- package/esm/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
- package/esm/form/RadioContainer/__stories__/Default.js +7 -4
- 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/esm/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
- package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
- package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
- package/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 +2 -2
- package/esm/layouts/Section/index.js +3 -0
- package/esm/layouts/Stack/Stack.stories.js +12 -0
- package/esm/layouts/Stack/__stories__/AlignItems.js +67 -0
- package/esm/layouts/Stack/__stories__/Default.js +24 -0
- package/esm/layouts/Stack/__stories__/JustifyContent.js +84 -0
- package/esm/layouts/Stack/__stories__/NoWrap.js +26 -0
- package/esm/layouts/Stack/__stories__/Row.js +25 -0
- package/esm/layouts/Stack/__stories__/Spacing.js +55 -0
- package/esm/layouts/Stack/index.js +2 -0
- package/esm/layouts/index.js +3 -1
- package/esm/navigation/BackLink/index.mdx +1 -5
- package/esm/navigation/Breadcrumbs/index.mdx +6 -5
- package/esm/navigation/Drawer/__stories__/Default.js +25 -66
- package/esm/navigation/Drawer/index.mdx +1 -5
- package/esm/navigation/Dropdown/__stories__/AlignRight.js +9 -8
- package/esm/navigation/Dropdown/__stories__/Default.js +9 -8
- package/esm/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
- package/esm/navigation/Dropdown/index.js +0 -1
- package/esm/navigation/Dropdown/index.mdx +3 -17
- package/esm/navigation/Link/index.mdx +7 -25
- package/esm/navigation/NavList/NavList.stories.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 +28 -52
- package/esm/typography/Heading/__stories__/Default.js +9 -4
- package/esm/typography/Heading/index.mdx +1 -5
- package/esm/typography/HeadingCaption/index.mdx +1 -5
- package/esm/typography/Hint/__stories__/FontSizes.js +3 -3
- package/esm/typography/Hint/index.mdx +3 -5
- package/esm/typography/NormalText/__stories__/FontSizes.js +7 -7
- package/esm/typography/NormalText/__stories__/Variants.js +4 -4
- package/esm/typography/NormalText/index.mdx +5 -15
- package/esm/typography/Paragraph/__stories__/FontSizes.js +7 -7
- package/esm/typography/Paragraph/__stories__/LeadVariant.js +1 -1
- package/esm/typography/Paragraph/__stories__/SmallVariant.js +1 -1
- package/esm/typography/Paragraph/index.mdx +5 -20
- package/esm/utils/Kitchensink/KitchensinkDashboard.js +1 -1
- package/feedback/CopyToClipboard/index.mdx +2 -10
- package/feedback/ErrorSummary/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/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/__stories__/ConditionalReveal.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 -1
- package/form/RadioContainer/RadioContainer.stories.js +18 -4
- package/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
- package/form/RadioContainer/__stories__/Default.js +7 -4
- 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/__snapshots__/index.spec.tsx.snap +2 -2
- package/layouts/Section/index.d.ts +3 -0
- package/{navigation/NavList/NavMenu.js → layouts/Section/index.js} +5 -5
- package/layouts/Stack/Stack.stories.d.ts +13 -0
- package/layouts/Stack/Stack.stories.js +101 -0
- package/layouts/Stack/__stories__/AlignItems.d.ts +2 -0
- package/layouts/Stack/__stories__/AlignItems.js +81 -0
- package/layouts/Stack/__stories__/Default.d.ts +2 -0
- package/layouts/Stack/__stories__/Default.js +38 -0
- package/layouts/Stack/__stories__/JustifyContent.d.ts +2 -0
- package/layouts/Stack/__stories__/JustifyContent.js +98 -0
- package/layouts/Stack/__stories__/NoWrap.d.ts +2 -0
- package/layouts/Stack/__stories__/NoWrap.js +40 -0
- package/layouts/Stack/__stories__/Row.d.ts +2 -0
- package/layouts/Stack/__stories__/Row.js +39 -0
- package/layouts/Stack/__stories__/Spacing.d.ts +2 -0
- package/layouts/Stack/__stories__/Spacing.js +69 -0
- package/layouts/Stack/index.d.ts +2 -0
- package/layouts/Stack/index.js +13 -0
- package/layouts/index.d.ts +2 -0
- package/layouts/index.js +21 -0
- package/navigation/BackLink/index.mdx +1 -5
- package/navigation/Breadcrumbs/index.mdx +6 -5
- package/navigation/Drawer/__stories__/Default.js +24 -68
- package/navigation/Drawer/index.mdx +1 -5
- package/navigation/Dropdown/__stories__/AlignRight.js +9 -9
- package/navigation/Dropdown/__stories__/Default.js +9 -9
- package/navigation/Dropdown/__stories__/PlacementTop.js +9 -9
- package/navigation/Dropdown/index.d.ts +0 -1
- package/navigation/Dropdown/index.js +0 -14
- package/navigation/Dropdown/index.mdx +3 -17
- package/navigation/Link/index.mdx +7 -25
- package/navigation/NavList/NavList.stories.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 +19 -28
- package/registry.js +34 -70
- 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/__stories__/Default.tsx +4 -4
- package/src/app/Header/__stories__/WithHeaderNavigation.tsx +16 -26
- package/src/app/Header/__stories__/WithNavigation.tsx +17 -38
- package/src/app/Header/__stories__/WithServiceName.tsx +4 -4
- package/src/app/Header/__stories__/WithServiceNameAndLogo.tsx +4 -4
- package/src/app/Header/index.mdx +4 -21
- package/src/app/Header/index.spec.tsx +6 -1
- package/src/app/Masthead/Masthead.stories.js +2 -0
- 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 +5 -4
- package/src/app/PageTitleContainer/index.tsx +5 -0
- package/src/app/Panel/index.mdx +1 -5
- package/src/app/PhaseBannerHeader/index.mdx +1 -5
- package/src/app/PhaseBannerHeader/index.tsx +3 -3
- package/src/app/QrCodeViewer/index.mdx +2 -10
- package/src/app/ThemeOptions/index.tsx +3 -3
- package/src/app/index.ts +2 -3
- package/src/content/Accordion/index.mdx +2 -10
- package/src/content/Blockquote/index.mdx +1 -5
- package/src/content/Card/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/__stories__/DefinedWidth.tsx +3 -3
- package/src/content/Table/__stories__/RowColors.tsx +5 -5
- package/src/content/Table/__stories__/WithFloatingScroll.tsx +5 -7
- package/src/content/Table/index.mdx +1 -1
- package/src/content/Table/index.tsx +13 -12
- package/src/content/TaskList/__stories__/Default.tsx +5 -5
- package/src/content/TaskList/index.mdx +21 -0
- package/src/content/Timeline/__stories__/Default.tsx +55 -57
- package/src/content/Timeline/index.mdx +23 -0
- package/src/feedback/CopyToClipboard/index.mdx +2 -10
- package/src/feedback/ErrorSummary/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/index.mdx +2 -10
- package/src/feedback/PhaseBanner/index.mdx +2 -10
- package/src/feedback/ServiceBadge/index.mdx +9 -5
- package/src/feedback/WarningText/WarningText.stories.js +1 -0
- package/src/feedback/WarningText/__stories__/AssistiveText.tsx +10 -0
- package/src/feedback/WarningText/index.mdx +1 -5
- package/src/form/AutoComplete/__stories__/Default.tsx +1 -1
- package/src/form/AutoComplete/index.mdx +7 -35
- package/src/form/AutoComplete/index.tsx +6 -12
- package/src/form/Button/__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/__stories__/ConditionalReveal.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 -1
- package/src/form/RadioContainer/__stories__/ConditionalReveal.tsx +1 -1
- package/src/form/RadioContainer/__stories__/Default.tsx +7 -4
- 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 +2 -2
- package/src/layouts/Section/index.tsx +3 -0
- package/src/layouts/Stack/Stack.stories.js +12 -0
- package/src/layouts/Stack/__stories__/AlignItems.tsx +36 -0
- package/src/layouts/Stack/__stories__/Default.tsx +17 -0
- package/src/layouts/Stack/__stories__/JustifyContent.tsx +47 -0
- package/src/layouts/Stack/__stories__/NoWrap.tsx +17 -0
- package/src/layouts/Stack/__stories__/Row.tsx +17 -0
- package/src/layouts/Stack/__stories__/Spacing.tsx +35 -0
- package/src/layouts/Stack/index.tsx +3 -0
- package/src/layouts/index.ts +2 -0
- package/src/navigation/BackLink/index.mdx +1 -5
- package/src/navigation/Breadcrumbs/index.mdx +6 -5
- package/src/navigation/Drawer/__stories__/Default.tsx +31 -84
- package/src/navigation/Drawer/index.mdx +1 -5
- package/src/navigation/Dropdown/__stories__/AlignRight.tsx +13 -12
- package/src/navigation/Dropdown/__stories__/Default.tsx +10 -11
- package/src/navigation/Dropdown/__stories__/PlacementTop.tsx +11 -11
- package/src/navigation/Dropdown/index.mdx +3 -17
- package/src/navigation/Dropdown/index.tsx +0 -1
- package/src/navigation/Link/index.mdx +7 -25
- package/src/navigation/NavList/NavList.stories.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 +30 -54
- package/src/typography/Heading/__stories__/Default.tsx +6 -6
- package/src/typography/Heading/index.mdx +1 -5
- package/src/typography/HeadingCaption/index.mdx +1 -5
- package/src/typography/Hint/__stories__/FontSizes.tsx +3 -3
- package/src/typography/Hint/index.mdx +3 -5
- package/src/typography/NormalText/__stories__/FontSizes.tsx +7 -7
- package/src/typography/NormalText/__stories__/Variants.tsx +2 -2
- package/src/typography/NormalText/index.mdx +5 -15
- package/src/typography/Paragraph/__stories__/FontSizes.tsx +7 -7
- package/src/typography/Paragraph/__stories__/LeadVariant.tsx +1 -1
- package/src/typography/Paragraph/__stories__/SmallVariant.tsx +1 -1
- package/src/typography/Paragraph/index.mdx +5 -20
- package/src/utils/Kitchensink/KitchensinkDashboard.tsx +1 -1
- package/typography/Caption/index.d.ts +1 -1
- package/typography/Heading/__stories__/Default.js +9 -4
- package/typography/Heading/index.mdx +1 -5
- package/typography/HeadingCaption/index.mdx +1 -5
- package/typography/Hint/__stories__/FontSizes.js +3 -3
- package/typography/Hint/index.mdx +3 -5
- package/typography/NormalText/__stories__/FontSizes.js +7 -7
- package/typography/NormalText/__stories__/Variants.js +4 -4
- package/typography/NormalText/index.mdx +5 -15
- package/typography/Paragraph/__stories__/FontSizes.js +7 -7
- package/typography/Paragraph/__stories__/LeadVariant.js +1 -1
- package/typography/Paragraph/__stories__/SmallVariant.js +1 -1
- package/typography/Paragraph/index.mdx +5 -20
- package/utils/Kitchensink/KitchensinkDashboard.js +1 -1
- package/app/PageTitle/index.d.ts +0 -5
- package/es/app/PageTitle/index.js +0 -5
- package/es/form/RadioContainer/__stories__/InlineWithDivider.js +0 -24
- package/es/form/SearchSection/index.js +0 -5
- package/es/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -12
- package/es/form/SingleCharacterInputContainer/index.js +0 -4
- package/es/form/SingleCharacterInputContainer/index.mdx +0 -36
- package/es/navigation/NavList/NavListAuto/NavListAuto.js +0 -31
- package/es/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -22
- package/es/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -104
- package/es/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -26
- package/es/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -38
- package/es/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -30
- package/es/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -36
- package/es/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -26
- package/es/navigation/NavList/NavListItem.js +0 -23
- package/es/navigation/NavList/NavListItemBase.js +0 -44
- package/es/navigation/NavList/NavListItemButton.js +0 -3
- package/es/navigation/NavList/NavListItemLink.js +0 -3
- package/es/navigation/NavList/NavMenu.js +0 -3
- package/es/navigation/NavList/NavMenuContainer.js +0 -3
- package/es/navigation/NavList/NavMenuContainerContent.js +0 -3
- package/es/navigation/NavList/NavMenuContainerContentListItem.js +0 -3
- package/es/navigation/NavList/NavMenuContainerTitle.js +0 -3
- package/es/navigation/NavList/NavVertical.js +0 -3
- package/es/navigation/NavList/NavVerticalItem.js +0 -3
- package/esm/app/PageTitle/index.js +0 -5
- package/esm/form/RadioContainer/__stories__/InlineWithDivider.js +0 -24
- 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/RadioContainer/__stories__/InlineWithDivider.d.ts +0 -2
- package/form/RadioContainer/__stories__/InlineWithDivider.js +0 -39
- 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/PageTitle/index.tsx +0 -5
- package/src/form/RadioContainer/__stories__/InlineWithDivider.tsx +0 -32
- 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/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
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DateInputContainer, DateInputItem } from '@digigov/ui/form/DateInputContainer';
|
|
3
|
+
import { ErrorMessage } from '@digigov/ui/form/ErrorMessage';
|
|
4
|
+
import { FieldContainer, Fieldset, FieldsetLegend } from '@digigov/ui/form/FieldContainer';
|
|
5
|
+
import { Hint } from '@digigov/ui/typography/Hint';
|
|
6
|
+
import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
|
|
7
|
+
|
|
8
|
+
var _ref = /*#__PURE__*/React.createElement(FieldContainer, {
|
|
9
|
+
error: true,
|
|
10
|
+
id: "passport-date"
|
|
11
|
+
}, /*#__PURE__*/React.createElement(Fieldset, null, /*#__PURE__*/React.createElement(FieldsetLegend, null, "\u03A0\u03BF\u03B9\u03AC \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B7 \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u03B3\u03AD\u03BD\u03BD\u03B7\u03C3\u03AE\u03C2 \u03C3\u03B1\u03C2;"), /*#__PURE__*/React.createElement(Hint, null, "\u0393\u03B9\u03B1 \u03C0\u03B1\u03C1\u03AC\u03B4\u03B5\u03B9\u03B3\u03BC\u03B1, 05 11 2020"), /*#__PURE__*/React.createElement(ErrorMessage, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u0397 \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u03B3\u03AD\u03BD\u03BD\u03B7\u03C3\u03B7\u03C2 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 \u03AD\u03C4\u03BF\u03C2."), /*#__PURE__*/React.createElement(DateInputContainer, null, /*#__PURE__*/React.createElement(DateInputItem, {
|
|
12
|
+
name: "day"
|
|
13
|
+
}, "\u0397\u03BC\u03AD\u03C1\u03B1"), /*#__PURE__*/React.createElement(DateInputItem, {
|
|
14
|
+
name: "month"
|
|
15
|
+
}, "\u039C\u03AE\u03BD\u03B1\u03C2"), /*#__PURE__*/React.createElement(DateInputItem, {
|
|
16
|
+
error: true,
|
|
17
|
+
width: 4,
|
|
18
|
+
name: "year"
|
|
19
|
+
}, "\u0388\u03C4\u03BF\u03C2"))));
|
|
20
|
+
|
|
21
|
+
export var DateInputError = function DateInputError() {
|
|
22
|
+
return _ref;
|
|
23
|
+
};
|
|
24
|
+
export default DateInputError;
|
|
@@ -9,19 +9,22 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, {
|
|
|
9
9
|
error: true
|
|
10
10
|
}, /*#__PURE__*/React.createElement(Fieldset, {
|
|
11
11
|
"aria-describedby": "country-hint"
|
|
12
|
-
}, /*#__PURE__*/React.createElement(FieldsetLegend, null, "\
|
|
12
|
+
}, /*#__PURE__*/React.createElement(FieldsetLegend, null, "\u03A0\u03BF\u03B9\u03AC \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B7 \u03B5\u03B8\u03BD\u03B9\u03BA\u03CC\u03C4\u03B7\u03C4\u03B1 \u03C3\u03B1\u03C2;"), /*#__PURE__*/React.createElement(Hint, {
|
|
13
13
|
id: "country-hint"
|
|
14
14
|
}, "\u0391\u03BD \u03AD\u03C7\u03B5\u03C4\u03B5 \u03C0\u03BF\u03BB\u03BB\u03B1\u03C0\u03BB\u03AE \u03C5\u03C0\u03B7\u03BA\u03BF\u03CC\u03C4\u03B7\u03C4\u03B1, \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03CC,\u03C4\u03B9 \u03B9\u03C3\u03C7\u03CD\u03B5\u03B9."), /*#__PURE__*/React.createElement(ErrorMessage, {
|
|
15
15
|
id: "country-error"
|
|
16
|
-
}, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \
|
|
16
|
+
}, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03B1\u03BD \u03B7 \u03B5\u03B8\u03BD\u03B9\u03BA\u03CC\u03C4\u03B7\u03C4\u03B1 \u03C3\u03B1\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B5\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AE, \u03BA\u03C5\u03C0\u03C1\u03B9\u03B1\u03BA\u03AE \u03AE \u03BA\u03AC\u03C0\u03BF\u03B9\u03B1\u03C2 \u03AC\u03BB\u03BB\u03B7\u03C2 \u03C7\u03CE\u03C1\u03B1\u03C2."), /*#__PURE__*/React.createElement(Checkbox, {
|
|
17
17
|
"aria-describedby": "country-error"
|
|
18
18
|
}, /*#__PURE__*/React.createElement(CheckboxItem, {
|
|
19
|
-
name: "
|
|
20
|
-
value: "
|
|
21
|
-
}, "\
|
|
22
|
-
name: "
|
|
23
|
-
value: "
|
|
24
|
-
}, "\
|
|
19
|
+
name: "greek",
|
|
20
|
+
value: "greek"
|
|
21
|
+
}, "\u0395\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AE", /*#__PURE__*/React.createElement(Hint, null, "\u03C3\u03C5\u03BC\u03C0\u03B5\u03C1\u03B9\u03BB\u03B1\u03BC\u03B2\u03B1\u03BD\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03B1\u03C0\u03CC\u03B4\u03B7\u03BC\u03C9\u03BD \u03C0\u03BF\u03BB\u03B9\u03C4\u03CE\u03BD")), /*#__PURE__*/React.createElement(CheckboxItem, {
|
|
22
|
+
name: "cypriot",
|
|
23
|
+
value: "cypriot"
|
|
24
|
+
}, "\u039A\u03C5\u03C0\u03C1\u03B9\u03B1\u03BA\u03AE"), /*#__PURE__*/React.createElement(CheckboxItem, {
|
|
25
|
+
name: "another_country",
|
|
26
|
+
value: "another_country"
|
|
27
|
+
}, "\u0386\u03BB\u03BB\u03B7 \u03C7\u03CE\u03C1\u03B1"))));
|
|
25
28
|
|
|
26
29
|
export var Default = function Default() {
|
|
27
30
|
return _ref;
|
|
@@ -14,11 +14,7 @@ import ErrorMessage from '@digigov/ui/form/ErrorMessage';
|
|
|
14
14
|
|
|
15
15
|
## How to use
|
|
16
16
|
|
|
17
|
-
<Story
|
|
18
|
-
packageName="@digigov/ui"
|
|
19
|
-
component="form/ErrorMessage"
|
|
20
|
-
story="Default.tsx"
|
|
21
|
-
/>
|
|
17
|
+
<Story packageName="@digigov/ui" component="form/ErrorMessage" story="Default.tsx" />
|
|
22
18
|
|
|
23
19
|
## API
|
|
24
20
|
|
|
@@ -6,9 +6,9 @@ import { Hint } from '@digigov/ui/typography/Hint';
|
|
|
6
6
|
var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/React.createElement(Fieldset, null, /*#__PURE__*/React.createElement(FieldsetLegend, {
|
|
7
7
|
size: "md"
|
|
8
8
|
}, "\u039B\u03BF\u03B3\u03CC\u03C4\u03C5\u03C0\u03BF \u03B5\u03C0\u03B9\u03C7\u03B5\u03AF\u03C1\u03B7\u03C3\u03B7\u03C2"), /*#__PURE__*/React.createElement(Hint, {
|
|
9
|
-
id: "
|
|
9
|
+
id: "file-hint"
|
|
10
10
|
}, "\u03A4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 png \u03AE jpeg."), /*#__PURE__*/React.createElement(FileUpload, {
|
|
11
|
-
"aria-describedby": "
|
|
11
|
+
"aria-describedby": "file-hint"
|
|
12
12
|
}, "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5")));
|
|
13
13
|
|
|
14
14
|
export var Default = function Default() {
|
|
@@ -10,9 +10,9 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, {
|
|
|
10
10
|
}, /*#__PURE__*/React.createElement(Fieldset, null, /*#__PURE__*/React.createElement(FieldsetLegend, {
|
|
11
11
|
size: "md"
|
|
12
12
|
}, "\u039B\u03BF\u03B3\u03CC\u03C4\u03C5\u03C0\u03BF \u03B5\u03C0\u03B9\u03C7\u03B5\u03AF\u03C1\u03B7\u03C3\u03B7\u03C2"), /*#__PURE__*/React.createElement(Hint, {
|
|
13
|
-
id: "
|
|
13
|
+
id: "file-hint"
|
|
14
14
|
}, "\u03A4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 png \u03AE jpeg."), /*#__PURE__*/React.createElement(ErrorMessage, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), " \u03A4\u03BF \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BC\u03B9\u03BA\u03C1\u03CC\u03C4\u03B5\u03C1\u03BF \u03B1\u03C0\u03CC 2MB."), /*#__PURE__*/React.createElement(FileUpload, {
|
|
15
|
-
"aria-describedby": "
|
|
15
|
+
"aria-describedby": "file-hint"
|
|
16
16
|
}, "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5")));
|
|
17
17
|
|
|
18
18
|
export var WithErrorMessage = function WithErrorMessage() {
|
|
@@ -11,16 +11,14 @@ import FileUpload from '@digigov/ui/form/FileUpload';
|
|
|
11
11
|
|
|
12
12
|
## How to use
|
|
13
13
|
|
|
14
|
-
<Story
|
|
15
|
-
packageName="@digigov/ui"
|
|
16
|
-
component="form/FileUpload"
|
|
17
|
-
story="Default.tsx"
|
|
18
|
-
/>
|
|
14
|
+
<Story packageName="@digigov/ui" component="form/FileUpload" story="Default.tsx" />
|
|
19
15
|
|
|
20
16
|
### Error message
|
|
21
17
|
|
|
22
18
|
Error messages should be styled like this:
|
|
23
19
|
|
|
20
|
+
<Story packageName="@digigov/ui" component="form/FileUpload" story="WithErrorMessage.tsx" />
|
|
21
|
+
|
|
24
22
|
## API
|
|
25
23
|
|
|
26
24
|
<PropTypes packageName="@digigov/ui" component="FileUpload" />
|
|
@@ -7,10 +7,11 @@ export default {
|
|
|
7
7
|
displayName: 'RadioContainer'
|
|
8
8
|
};
|
|
9
9
|
export * from '@digigov/ui/form/RadioContainer/__stories__/Default';
|
|
10
|
+
export * from '@digigov/ui/form/RadioContainer/__stories__/WithMediumLegend';
|
|
10
11
|
export * from '@digigov/ui/form/RadioContainer/__stories__/MultipleQuestions';
|
|
11
12
|
export * from '@digigov/ui/form/RadioContainer/__stories__/Inline';
|
|
12
13
|
export * from '@digigov/ui/form/RadioContainer/__stories__/WithHints';
|
|
13
14
|
export * from '@digigov/ui/form/RadioContainer/__stories__/NoneAnswer';
|
|
14
15
|
export * from '@digigov/ui/form/RadioContainer/__stories__/WithErrorMessage';
|
|
15
16
|
export * from '@digigov/ui/form/RadioContainer/__stories__/ConditionalReveal';
|
|
16
|
-
export * from '@digigov/ui/form/RadioContainer/__stories__/
|
|
17
|
+
export * from '@digigov/ui/form/RadioContainer/__stories__/WithDivider';
|
|
@@ -14,7 +14,7 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/R
|
|
|
14
14
|
value: "email"
|
|
15
15
|
}, "Email"), /*#__PURE__*/React.createElement(RadioConditional, null, "\u0397\u03BB\u03B5\u03BA\u03C4\u03C1\u03BF\u03BD\u03B9\u03BA\u03AE \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 email", /*#__PURE__*/React.createElement(TextInput, {
|
|
16
16
|
name: "email",
|
|
17
|
-
|
|
17
|
+
width: "33.3%"
|
|
18
18
|
})), /*#__PURE__*/React.createElement(RadioItem, {
|
|
19
19
|
name: "contact",
|
|
20
20
|
value: "phone"
|
|
@@ -2,16 +2,19 @@ import React from 'react';
|
|
|
2
2
|
import { FieldContainer, Fieldset, FieldsetLegend } from '@digigov/ui/form/FieldContainer';
|
|
3
3
|
import { RadioContainer, RadioItem } from '@digigov/ui/form/RadioContainer';
|
|
4
4
|
|
|
5
|
-
var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/React.createElement(Fieldset, null, /*#__PURE__*/React.createElement(FieldsetLegend, null, "\u03A0\u03BF\u03B9\
|
|
5
|
+
var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/React.createElement(Fieldset, null, /*#__PURE__*/React.createElement(FieldsetLegend, null, "\u03A0\u03BF\u03B9\u03AC \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B7 \u03C7\u03CE\u03C1\u03B1 \u03C4\u03B7\u03C2 \u03B4\u03B9\u03B1\u03BC\u03BF\u03BD\u03AE\u03C2 \u03C3\u03B1\u03C2;"), /*#__PURE__*/React.createElement(RadioContainer, null, /*#__PURE__*/React.createElement(RadioItem, {
|
|
6
6
|
name: "country",
|
|
7
7
|
value: "greece"
|
|
8
8
|
}, "\u0395\u03BB\u03BB\u03AC\u03B4\u03B1"), /*#__PURE__*/React.createElement(RadioItem, {
|
|
9
|
+
name: "country",
|
|
10
|
+
value: "cyprus"
|
|
11
|
+
}, "\u039A\u03CD\u03C0\u03C1\u03BF\u03C2"), /*#__PURE__*/React.createElement(RadioItem, {
|
|
9
12
|
name: "country",
|
|
10
13
|
value: "eu"
|
|
11
|
-
}, "\u03A7\u03CE\u03C1\u03B1 \
|
|
14
|
+
}, "\u03A7\u03CE\u03C1\u03B1 \u03C4\u03B7\u03C2 \u0395\u03C5\u03C1\u03C9\u03C0\u03B1\u03CA\u03BA\u03AE\u03C2 \u0388\u03BD\u03C9\u03C3\u03B7\u03C2"), /*#__PURE__*/React.createElement(RadioItem, {
|
|
12
15
|
name: "country",
|
|
13
|
-
value: "
|
|
14
|
-
}, "\
|
|
16
|
+
value: "us"
|
|
17
|
+
}, "H\u03BD\u03C9\u03BC\u03AD\u03BD\u03B5\u03C2 \u03A0\u03BF\u03BB\u03B9\u03C4\u03B5\u03AF\u03B5\u03C2 \u03C4\u03B7\u03C2 \u0391\u03BC\u03B5\u03C1\u03B9\u03BA\u03AE\u03C2"))));
|
|
15
18
|
|
|
16
19
|
export var Default = function Default() {
|
|
17
20
|
return _ref;
|
|
@@ -7,7 +7,7 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/R
|
|
|
7
7
|
"aria-describedby": "country-hint"
|
|
8
8
|
}, /*#__PURE__*/React.createElement(FieldsetLegend, {
|
|
9
9
|
size: "sm"
|
|
10
|
-
}, "\u03A0\u03BF\u03B9\
|
|
10
|
+
}, "\u03A0\u03BF\u03B9\u03AC \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B7 \u03C7\u03CE\u03C1\u03B1 \u03C4\u03B7\u03C2 \u03B4\u03B9\u03B1\u03BC\u03BF\u03BD\u03AE\u03C2 \u03C3\u03B1\u03C2;"), /*#__PURE__*/React.createElement(Hint, {
|
|
11
11
|
id: "country-hint"
|
|
12
12
|
}, "\u03A0\u03B5\u03AF\u03C4\u03B5 \u03BC\u03B1\u03C2 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5 \u03C0\u03C1\u03CC\u03C3\u03C6\u03B1\u03C4\u03B5\u03C2 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2. \u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03CC,\u03C4\u03B9 \u03B9\u03C3\u03C7\u03CD\u03B5\u03B9."), /*#__PURE__*/React.createElement(RadioContainer, null, /*#__PURE__*/React.createElement(RadioItem, {
|
|
13
13
|
name: "country",
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FieldContainer, Fieldset, FieldsetLegend } from '@digigov/ui/form/FieldContainer';
|
|
3
|
+
import { RadioContainer, RadioItem } from '@digigov/ui/form/RadioContainer';
|
|
4
|
+
|
|
5
|
+
var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/React.createElement(Fieldset, {
|
|
6
|
+
"aria-describedby": "name-hint"
|
|
7
|
+
}, /*#__PURE__*/React.createElement(FieldsetLegend, {
|
|
8
|
+
size: "md"
|
|
9
|
+
}, "\u03A0\u03CC\u03C3\u03B1 \u03C0\u03B1\u03B9\u03B4\u03B9\u03AC \u03AD\u03C7\u03B5\u03C4\u03B5;"), /*#__PURE__*/React.createElement(RadioContainer, null, /*#__PURE__*/React.createElement(RadioItem, {
|
|
10
|
+
name: "children",
|
|
11
|
+
value: "onetwo"
|
|
12
|
+
}, "1-2 \u03C0\u03B1\u03B9\u03B4\u03B9\u03AC"), /*#__PURE__*/React.createElement(RadioItem, {
|
|
13
|
+
name: "children",
|
|
14
|
+
value: "threefour"
|
|
15
|
+
}, "3 \u03AE \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1 \u03C0\u03B1\u03B9\u03B4\u03B9\u03AC"), /*#__PURE__*/React.createElement(RadioItem, {
|
|
16
|
+
divider: "\u03AE",
|
|
17
|
+
name: "children",
|
|
18
|
+
value: "none"
|
|
19
|
+
}, "\u039A\u03B1\u03BD\u03AD\u03BD\u03B1"))));
|
|
20
|
+
|
|
21
|
+
export var WithDivider = function WithDivider() {
|
|
22
|
+
return _ref;
|
|
23
|
+
};
|
|
24
|
+
export default WithDivider;
|
|
@@ -9,7 +9,9 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, {
|
|
|
9
9
|
error: true
|
|
10
10
|
}, /*#__PURE__*/React.createElement(Fieldset, {
|
|
11
11
|
"aria-describedby": "travel-hint travel-error"
|
|
12
|
-
}, /*#__PURE__*/React.createElement(FieldsetLegend,
|
|
12
|
+
}, /*#__PURE__*/React.createElement(FieldsetLegend, {
|
|
13
|
+
size: "md"
|
|
14
|
+
}, "\u0398\u03B1 \u03C4\u03B1\u03BE\u03B9\u03B4\u03AD\u03C8\u03B5\u03C4\u03B5 \u03C3\u03B5 \u03BA\u03AC\u03C0\u03BF\u03B9\u03B1 \u03B1\u03C0\u03CC \u03B1\u03C5\u03C4\u03AD\u03C2 \u03C4\u03B9\u03C2 \u03C7\u03CE\u03C1\u03B5\u03C2;"), /*#__PURE__*/React.createElement(Hint, {
|
|
13
15
|
id: "travel-hint"
|
|
14
16
|
}, "\u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03B5\u03C4\u03B5 \u03BC\u03CC\u03BD\u03BF \u03BC\u03AF\u03B1 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE."), /*#__PURE__*/React.createElement(ErrorMessage, {
|
|
15
17
|
id: "travel-error"
|
|
@@ -9,7 +9,7 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/R
|
|
|
9
9
|
size: "md"
|
|
10
10
|
}, "\u03A0\u03CE\u03C2 \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B4\u03B5\u03B8\u03B5\u03AF\u03C4\u03B5;"), /*#__PURE__*/React.createElement(Hint, {
|
|
11
11
|
id: "login-hint"
|
|
12
|
-
}, "\u0398\u03B1 \u03C7\u03C1\u03B5\u03B9\u03B1\u03C3\u03C4\u03B5\u03AF\u03C4\u03B5 \u03AD\u03BD\u03B1\u03BD \u03BB\u03BF\u03B3\u03B1\u03C1\u03B9\u03B1\u03C3\u03BC\u03CC \u03BC\u03B5 \u03C4\u03BF\u03BD \u03BF\u03C0\u03BF\u03AF\u03BF \u03B8\u03B1 \u03B1\u03C0\u03BF\u03B4\u03B5\u03AF\u03BE\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03C4\u03B1\
|
|
12
|
+
}, "\u0398\u03B1 \u03C7\u03C1\u03B5\u03B9\u03B1\u03C3\u03C4\u03B5\u03AF\u03C4\u03B5 \u03AD\u03BD\u03B1\u03BD \u03BB\u03BF\u03B3\u03B1\u03C1\u03B9\u03B1\u03C3\u03BC\u03CC \u03BC\u03B5 \u03C4\u03BF\u03BD \u03BF\u03C0\u03BF\u03AF\u03BF \u03B8\u03B1 \u03B1\u03C0\u03BF\u03B4\u03B5\u03AF\u03BE\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03C4\u03B1\u03C5\u03C4\u03CC\u03C4\u03B7\u03C4\u03AC \u03C3\u03B1\u03C2 \u03CE\u03C3\u03C4\u03B5 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C7\u03C9\u03C1\u03AE\u03C3\u03B5\u03C4\u03B5."), /*#__PURE__*/React.createElement(RadioContainer, null, /*#__PURE__*/React.createElement(RadioItem, {
|
|
13
13
|
name: "login",
|
|
14
14
|
value: "gsis",
|
|
15
15
|
"aria-describedby": "gsis-hint"
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FieldContainer, Fieldset, FieldsetLegend } from '@digigov/ui/form/FieldContainer';
|
|
3
|
+
import { RadioContainer, RadioItem } from '@digigov/ui/form/RadioContainer';
|
|
4
|
+
|
|
5
|
+
var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/React.createElement(Fieldset, null, /*#__PURE__*/React.createElement(FieldsetLegend, {
|
|
6
|
+
size: "md"
|
|
7
|
+
}, "\u03A0\u03BF\u03B9\u03AC \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B7 \u03C7\u03CE\u03C1\u03B1 \u03C4\u03B7\u03C2 \u03B4\u03B9\u03B1\u03BC\u03BF\u03BD\u03AE\u03C2 \u03C3\u03B1\u03C2;"), /*#__PURE__*/React.createElement(RadioContainer, null, /*#__PURE__*/React.createElement(RadioItem, {
|
|
8
|
+
name: "country",
|
|
9
|
+
value: "greece"
|
|
10
|
+
}, "\u0395\u03BB\u03BB\u03AC\u03B4\u03B1"), /*#__PURE__*/React.createElement(RadioItem, {
|
|
11
|
+
name: "country",
|
|
12
|
+
value: "cyprus"
|
|
13
|
+
}, "\u039A\u03CD\u03C0\u03C1\u03BF\u03C2"), /*#__PURE__*/React.createElement(RadioItem, {
|
|
14
|
+
name: "country",
|
|
15
|
+
value: "eu"
|
|
16
|
+
}, "\u03A7\u03CE\u03C1\u03B1 \u03C4\u03B7\u03C2 \u0395\u03C5\u03C1\u03C9\u03C0\u03B1\u03CA\u03BA\u03AE\u03C2 \u0388\u03BD\u03C9\u03C3\u03B7\u03C2"), /*#__PURE__*/React.createElement(RadioItem, {
|
|
17
|
+
name: "country",
|
|
18
|
+
value: "us"
|
|
19
|
+
}, "H\u03BD\u03C9\u03BC\u03AD\u03BD\u03B5\u03C2 \u03A0\u03BF\u03BB\u03B9\u03C4\u03B5\u03AF\u03B5\u03C2 \u03C4\u03B7\u03C2 \u0391\u03BC\u03B5\u03C1\u03B9\u03BA\u03AE\u03C2"))));
|
|
20
|
+
|
|
21
|
+
export var WithMediumLegend = function WithMediumLegend() {
|
|
22
|
+
return _ref;
|
|
23
|
+
};
|
|
24
|
+
export default WithMediumLegend;
|
|
@@ -11,48 +11,28 @@ import RadioContainer from '@digigov/ui/form/RadioContainer';
|
|
|
11
11
|
|
|
12
12
|
## How to use
|
|
13
13
|
|
|
14
|
-
<Story
|
|
15
|
-
packageName="@digigov/ui"
|
|
16
|
-
component="form/RadioContainer"
|
|
17
|
-
story="Default.tsx"
|
|
18
|
-
/>
|
|
14
|
+
<Story packageName="@digigov/ui" component="form/RadioContainer" story="Default.tsx" />
|
|
19
15
|
|
|
20
16
|
### If you’re asking more than one question on the page
|
|
21
17
|
|
|
22
|
-
<Story
|
|
23
|
-
packageName="@digigov/ui"
|
|
24
|
-
component="form/RadioContainer"
|
|
25
|
-
story="MultipleQuestions.tsx"
|
|
26
|
-
/>
|
|
18
|
+
<Story packageName="@digigov/ui" component="form/RadioContainer" story="MultipleQuestions.tsx" />
|
|
27
19
|
|
|
28
20
|
### Inline radios
|
|
29
21
|
|
|
30
|
-
<Story
|
|
31
|
-
packageName="@digigov/ui"
|
|
32
|
-
component="form/RadioContainer"
|
|
33
|
-
story="Inline.tsx"
|
|
34
|
-
/>
|
|
22
|
+
<Story packageName="@digigov/ui" component="form/RadioContainer" story="Inline.tsx" />
|
|
35
23
|
|
|
36
24
|
### Checkbox items with hints
|
|
37
25
|
|
|
38
26
|
You can add hints to checkbox items to provide additional information about the options.
|
|
39
27
|
|
|
40
|
-
<Story
|
|
41
|
-
packageName="@digigov/ui"
|
|
42
|
-
component="form/RadioContainer"
|
|
43
|
-
story="WithHints.tsx"
|
|
44
|
-
/>
|
|
28
|
+
<Story packageName="@digigov/ui" component="form/RadioContainer" story="WithHints.tsx" />
|
|
45
29
|
|
|
46
30
|
### RadioContainer items with a text divider
|
|
47
31
|
|
|
48
32
|
If one or more of your radio options is different from the others, it can help users if you separate them using a text divider.
|
|
49
33
|
The text is usually the word ‘or’.
|
|
50
34
|
|
|
51
|
-
<Story
|
|
52
|
-
packageName="@digigov/ui"
|
|
53
|
-
component="form/RadioContainer"
|
|
54
|
-
story="NoneAnswer.tsx"
|
|
55
|
-
/>
|
|
35
|
+
<Story packageName="@digigov/ui" component="form/RadioContainer" story="NoneAnswer.tsx" />
|
|
56
36
|
|
|
57
37
|
## Conditionally revealing a related question
|
|
58
38
|
|
|
@@ -60,21 +40,18 @@ You can ask the user a related question when they select a particular checkbox,
|
|
|
60
40
|
|
|
61
41
|
This might make 2 related questions easier to answer by grouping them on the same page. For example, you could reveal a phone number input when the user selects the ‘Contact me by phone’ option.
|
|
62
42
|
|
|
63
|
-
<Story
|
|
64
|
-
packageName="@digigov/ui"
|
|
65
|
-
component="form/RadioContainer"
|
|
66
|
-
story="ConditionalReveal.tsx"
|
|
67
|
-
/>
|
|
43
|
+
<Story packageName="@digigov/ui" component="form/RadioContainer" story="ConditionalReveal.tsx" />
|
|
68
44
|
|
|
69
45
|
### Error messages
|
|
70
46
|
|
|
71
47
|
Error messages should be styled like this:
|
|
72
48
|
|
|
73
|
-
<Story
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
49
|
+
<Story packageName="@digigov/ui" component="form/RadioContainer" story="WithErrorMessage.tsx" />
|
|
50
|
+
|
|
51
|
+
## Accessibility
|
|
52
|
+
|
|
53
|
+
You can read more about the accessibility patterns used in our Radio
|
|
54
|
+
implementation in the ARIA Authoring Practices Guide (APG) at [Radio](https://www.w3.org/WAI/ARIA/apg/patterns/radio/) section.
|
|
78
55
|
|
|
79
56
|
## API
|
|
80
57
|
|
|
@@ -7,13 +7,13 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/R
|
|
|
7
7
|
name: "select-list",
|
|
8
8
|
"aria-label": "\u03C4\u03B1\u03BE\u03B9\u03BD\u03CC\u03BC\u03B7\u03C3\u03B7"
|
|
9
9
|
}, /*#__PURE__*/React.createElement(SelectOption, {
|
|
10
|
-
value: "
|
|
10
|
+
value: "popular"
|
|
11
11
|
}, "\u0394\u03B7\u03BC\u03BF\u03C6\u03B9\u03BB\u03AE"), /*#__PURE__*/React.createElement(SelectOption, {
|
|
12
|
-
value: "
|
|
12
|
+
value: "recent"
|
|
13
13
|
}, "\u03A0\u03C1\u03CC\u03C3\u03C6\u03B1\u03C4\u03B1"), /*#__PURE__*/React.createElement(SelectOption, {
|
|
14
|
-
value: "
|
|
14
|
+
value: "views"
|
|
15
15
|
}, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03C0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AD\u03C2"), /*#__PURE__*/React.createElement(SelectOption, {
|
|
16
|
-
value: "
|
|
16
|
+
value: "comments"
|
|
17
17
|
}, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1 \u03C3\u03C7\u03CC\u03BB\u03B9\u03B1"))));
|
|
18
18
|
|
|
19
19
|
export var Default = function Default() {
|
|
@@ -11,32 +11,26 @@ import SelectContainer from '@digigov/ui/form/SelectContainer';
|
|
|
11
11
|
|
|
12
12
|
## How to use
|
|
13
13
|
|
|
14
|
-
<Story
|
|
15
|
-
packageName="@digigov/ui"
|
|
16
|
-
component="form/SelectContainer"
|
|
17
|
-
story="Default.tsx"
|
|
18
|
-
/>
|
|
14
|
+
<Story packageName="@digigov/ui" component="form/SelectContainer" story="Default.tsx" />
|
|
19
15
|
|
|
20
16
|
### SelectContainer with hints
|
|
21
17
|
|
|
22
18
|
You can add hints to select items to provide additional information about the options.
|
|
23
19
|
|
|
24
|
-
<Story
|
|
25
|
-
packageName="@digigov/ui"
|
|
26
|
-
component="form/SelectContainer"
|
|
27
|
-
story="WithHint.tsx"
|
|
28
|
-
/>
|
|
20
|
+
<Story packageName="@digigov/ui" component="form/SelectContainer" story="WithHint.tsx" />
|
|
29
21
|
|
|
30
22
|
### Disabled input
|
|
31
23
|
|
|
32
24
|
Error messages should be styled like this:
|
|
33
25
|
|
|
34
|
-
<Story
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
story="DisabledInput.tsx"
|
|
38
|
-
/>
|
|
26
|
+
<Story packageName="@digigov/ui" component="form/SelectContainer" story="DisabledInput.tsx" />
|
|
27
|
+
|
|
28
|
+
## Accessibility
|
|
39
29
|
|
|
40
30
|
You can read more about the accessibility patterns used in our SelectContainer
|
|
41
31
|
implementation in the ARIA Authoring Practices Guide (APG) at
|
|
42
32
|
[Combobox](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/) section.
|
|
33
|
+
|
|
34
|
+
## API
|
|
35
|
+
|
|
36
|
+
<PropTypes packageName="@digigov/ui" component="SelectContainer" />
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import SingleCharacterInputs from '@digigov/ui/form/SingleCharacterInputs';
|
|
2
|
+
export default {
|
|
3
|
+
title: 'Digigov UI/form/SingleCharacterInputs',
|
|
4
|
+
description: 'Use the One-time password input component to help users enter a memorable digital character for One-time password.',
|
|
5
|
+
link: 'https://guide.services.gov.gr/docs/patterns/one-time-password',
|
|
6
|
+
component: SingleCharacterInputs,
|
|
7
|
+
displayName: 'SingleCharacterInputs'
|
|
8
|
+
};
|
|
9
|
+
export * from '@digigov/ui/form/SingleCharacterInputs/__stories__/Default';
|
|
10
|
+
export * from '@digigov/ui/form/SingleCharacterInputs/__stories__/WithDefaultError';
|
|
11
|
+
export * from '@digigov/ui/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode';
|
|
12
|
+
export * from '@digigov/ui/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit';
|
package/es/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FieldContainer, Fieldset, FieldsetLegend } from '@digigov/ui/form/FieldContainer';
|
|
3
|
-
import {
|
|
3
|
+
import { SingleCharacterInputs, SingleCharacterInput } from '@digigov/ui/form/SingleCharacterInputs';
|
|
4
4
|
import { Hint } from '@digigov/ui/typography/Hint';
|
|
5
5
|
|
|
6
6
|
var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/React.createElement(Fieldset, {
|
|
@@ -9,24 +9,24 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/R
|
|
|
9
9
|
heading: true
|
|
10
10
|
}, "\u039A\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7\u03C2"), /*#__PURE__*/React.createElement(Hint, {
|
|
11
11
|
id: "code-hint"
|
|
12
|
-
}, "\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03BC\u03BF\u03BD\u03B1\u03B4\u03B9\u03BA\u03CC \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03BF\u03C5 \u03BB\u03AC\u03B2\u03B1\u03C4\u03B5 \u03C3\u03C4\u03BF \u03B7\u03BB\u03B5\u03BA\u03C4\u03C1\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2 \u03C4\u03B1\u03C7\u03C5\u03B4\u03C1\u03BF\u03BC\u03B5\u03AF\u03BF."), /*#__PURE__*/React.createElement(
|
|
12
|
+
}, "\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03BC\u03BF\u03BD\u03B1\u03B4\u03B9\u03BA\u03CC \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03BF\u03C5 \u03BB\u03AC\u03B2\u03B1\u03C4\u03B5 \u03C3\u03C4\u03BF \u03B7\u03BB\u03B5\u03BA\u03C4\u03C1\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2 \u03C4\u03B1\u03C7\u03C5\u03B4\u03C1\u03BF\u03BC\u03B5\u03AF\u03BF."), /*#__PURE__*/React.createElement(SingleCharacterInputs, null, /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
13
13
|
name: "first-digit",
|
|
14
|
-
|
|
15
|
-
}), /*#__PURE__*/React.createElement(
|
|
14
|
+
defaultValue: 4
|
|
15
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
16
16
|
name: "second-digit",
|
|
17
|
-
|
|
18
|
-
}), /*#__PURE__*/React.createElement(
|
|
17
|
+
defaultValue: 4
|
|
18
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
19
19
|
name: "third-digit",
|
|
20
|
-
|
|
21
|
-
}), /*#__PURE__*/React.createElement(
|
|
20
|
+
defaultValue: 5
|
|
21
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
22
22
|
name: "forth-digit",
|
|
23
|
-
|
|
24
|
-
}), /*#__PURE__*/React.createElement(
|
|
23
|
+
defaultValue: 1
|
|
24
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
25
25
|
name: "fifth-digit",
|
|
26
|
-
|
|
27
|
-
}), /*#__PURE__*/React.createElement(
|
|
26
|
+
defaultValue: 2
|
|
27
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
28
28
|
name: "sixth-digit",
|
|
29
|
-
|
|
29
|
+
defaultValue: 3
|
|
30
30
|
}))));
|
|
31
31
|
|
|
32
32
|
export var Default = function Default() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ErrorMessage } from '@digigov/ui/form/ErrorMessage';
|
|
3
3
|
import { FieldContainer, Fieldset, FieldsetLegend } from '@digigov/ui/form/FieldContainer';
|
|
4
|
-
import {
|
|
4
|
+
import { SingleCharacterInputs, SingleCharacterInput } from '@digigov/ui/form/SingleCharacterInputs';
|
|
5
5
|
import { Hint } from '@digigov/ui/typography/Hint';
|
|
6
6
|
import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
|
|
7
7
|
|
|
@@ -13,22 +13,22 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, {
|
|
|
13
13
|
heading: true
|
|
14
14
|
}, "\u039A\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7\u03C2"), /*#__PURE__*/React.createElement(Hint, {
|
|
15
15
|
id: "code-hint"
|
|
16
|
-
}, "\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03BC\u03BF\u03BD\u03B1\u03B4\u03B9\u03BA\u03CC \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03BF\u03C5 \u03BB\u03AC\u03B2\u03B1\u03C4\u03B5 \u03C3\u03C4\u03BF \u03B7\u03BB\u03B5\u03BA\u03C4\u03C1\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2 \u03C4\u03B1\u03C7\u03C5\u03B4\u03C1\u03BF\u03BC\u03B5\u03AF\u03BF."), /*#__PURE__*/React.createElement(ErrorMessage, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u03A4\u03BF \u03C0\u03B5\u03B4\u03AF\u03BF \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C5\u03C0\u03BF\u03C7\u03C1\u03B5\u03C9\u03C4\u03B9\u03BA\u03CC."), /*#__PURE__*/React.createElement(
|
|
16
|
+
}, "\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03BC\u03BF\u03BD\u03B1\u03B4\u03B9\u03BA\u03CC \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03BF\u03C5 \u03BB\u03AC\u03B2\u03B1\u03C4\u03B5 \u03C3\u03C4\u03BF \u03B7\u03BB\u03B5\u03BA\u03C4\u03C1\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2 \u03C4\u03B1\u03C7\u03C5\u03B4\u03C1\u03BF\u03BC\u03B5\u03AF\u03BF."), /*#__PURE__*/React.createElement(ErrorMessage, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u03A4\u03BF \u03C0\u03B5\u03B4\u03AF\u03BF \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C5\u03C0\u03BF\u03C7\u03C1\u03B5\u03C9\u03C4\u03B9\u03BA\u03CC."), /*#__PURE__*/React.createElement(SingleCharacterInputs, null, /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
17
17
|
name: "first-digit",
|
|
18
18
|
error: true
|
|
19
|
-
}), /*#__PURE__*/React.createElement(
|
|
19
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
20
20
|
name: "second-digit",
|
|
21
21
|
error: true
|
|
22
|
-
}), /*#__PURE__*/React.createElement(
|
|
22
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
23
23
|
name: "third-digit",
|
|
24
24
|
error: true
|
|
25
|
-
}), /*#__PURE__*/React.createElement(
|
|
25
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
26
26
|
name: "forth-digit",
|
|
27
27
|
error: true
|
|
28
|
-
}), /*#__PURE__*/React.createElement(
|
|
28
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
29
29
|
name: "fifth-digit",
|
|
30
30
|
error: true
|
|
31
|
-
}), /*#__PURE__*/React.createElement(
|
|
31
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
32
32
|
name: "sixth-digit",
|
|
33
33
|
error: true
|
|
34
34
|
}))));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ErrorMessage } from '@digigov/ui/form/ErrorMessage';
|
|
3
3
|
import { FieldContainer, Fieldset, FieldsetLegend } from '@digigov/ui/form/FieldContainer';
|
|
4
|
-
import {
|
|
4
|
+
import { SingleCharacterInputs, SingleCharacterInput } from '@digigov/ui/form/SingleCharacterInputs';
|
|
5
5
|
import { Hint } from '@digigov/ui/typography/Hint';
|
|
6
6
|
import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
|
|
7
7
|
|
|
@@ -15,31 +15,31 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, {
|
|
|
15
15
|
id: "code-hint"
|
|
16
16
|
}, "\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03BC\u03BF\u03BD\u03B1\u03B4\u03B9\u03BA\u03CC \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03BF\u03C5 \u03BB\u03AC\u03B2\u03B1\u03C4\u03B5 \u03C3\u03C4\u03BF \u03B7\u03BB\u03B5\u03BA\u03C4\u03C1\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2 \u03C4\u03B1\u03C7\u03C5\u03B4\u03C1\u03BF\u03BC\u03B5\u03AF\u03BF."), /*#__PURE__*/React.createElement(ErrorMessage, {
|
|
17
17
|
id: "code-error"
|
|
18
|
-
}, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u0388\u03C7\u03B5\u03C4\u03B5 \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03B9 \u03BB\u03AC\u03B8\u03BF\u03C2 \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC."), /*#__PURE__*/React.createElement(
|
|
18
|
+
}, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u0388\u03C7\u03B5\u03C4\u03B5 \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03B9 \u03BB\u03AC\u03B8\u03BF\u03C2 \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC."), /*#__PURE__*/React.createElement(SingleCharacterInputs, {
|
|
19
19
|
"aria-describedby": "code-error"
|
|
20
|
-
}, /*#__PURE__*/React.createElement(
|
|
20
|
+
}, /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
21
21
|
name: "first-digit",
|
|
22
|
-
|
|
22
|
+
defaultValue: 4,
|
|
23
23
|
error: true
|
|
24
|
-
}), /*#__PURE__*/React.createElement(
|
|
24
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
25
25
|
name: "second-digit",
|
|
26
|
-
|
|
26
|
+
defaultValue: 4,
|
|
27
27
|
error: true
|
|
28
|
-
}), /*#__PURE__*/React.createElement(
|
|
28
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
29
29
|
name: "third-digit",
|
|
30
|
-
|
|
30
|
+
defaultValue: 5,
|
|
31
31
|
error: true
|
|
32
|
-
}), /*#__PURE__*/React.createElement(
|
|
32
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
33
33
|
name: "forth-digit",
|
|
34
|
-
|
|
34
|
+
defaultValue: 1,
|
|
35
35
|
error: true
|
|
36
|
-
}), /*#__PURE__*/React.createElement(
|
|
36
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
37
37
|
name: "fifth-digit",
|
|
38
|
-
|
|
38
|
+
defaultValue: 2,
|
|
39
39
|
error: true
|
|
40
|
-
}), /*#__PURE__*/React.createElement(
|
|
40
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
41
41
|
name: "sixth-digit",
|
|
42
|
-
|
|
42
|
+
defaultValue: 3,
|
|
43
43
|
error: true
|
|
44
44
|
}))));
|
|
45
45
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ErrorMessage } from '@digigov/ui/form/ErrorMessage';
|
|
3
3
|
import { FieldContainer, Fieldset, FieldsetLegend } from '@digigov/ui/form/FieldContainer';
|
|
4
|
-
import {
|
|
4
|
+
import { SingleCharacterInputs, SingleCharacterInput } from '@digigov/ui/form/SingleCharacterInputs';
|
|
5
5
|
import { Hint } from '@digigov/ui/typography/Hint';
|
|
6
6
|
import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
|
|
7
7
|
|
|
@@ -15,24 +15,24 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, {
|
|
|
15
15
|
id: "code-hint"
|
|
16
16
|
}, "\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03BC\u03BF\u03BD\u03B1\u03B4\u03B9\u03BA\u03CC \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03BF\u03C5 \u03BB\u03AC\u03B2\u03B1\u03C4\u03B5 \u03C3\u03C4\u03BF \u03B7\u03BB\u03B5\u03BA\u03C4\u03C1\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2 \u03C4\u03B1\u03C7\u03C5\u03B4\u03C1\u03BF\u03BC\u03B5\u03AF\u03BF."), /*#__PURE__*/React.createElement(ErrorMessage, {
|
|
17
17
|
id: "code-error"
|
|
18
|
-
}, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u0388\u03C7\u03B5\u03C4\u03B5 \u03C3\u03C5\u03BC\u03C0\u03BB\u03B7\u03C1\u03CE\u03C3\u03B5\u03B9 \u03BB\u03B9\u03B3\u03CC\u03C4\u03B5\u03C1\u03B1 \u03B1\u03C0\u03CC 6 \u03C8\u03B7\u03C6\u03AF\u03B1."), /*#__PURE__*/React.createElement(
|
|
18
|
+
}, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u0388\u03C7\u03B5\u03C4\u03B5 \u03C3\u03C5\u03BC\u03C0\u03BB\u03B7\u03C1\u03CE\u03C3\u03B5\u03B9 \u03BB\u03B9\u03B3\u03CC\u03C4\u03B5\u03C1\u03B1 \u03B1\u03C0\u03CC 6 \u03C8\u03B7\u03C6\u03AF\u03B1."), /*#__PURE__*/React.createElement(SingleCharacterInputs, {
|
|
19
19
|
"aria-describedby": "code-error"
|
|
20
|
-
}, /*#__PURE__*/React.createElement(
|
|
20
|
+
}, /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
21
21
|
name: "first-digit",
|
|
22
|
-
|
|
23
|
-
}), /*#__PURE__*/React.createElement(
|
|
22
|
+
defaultValue: "6"
|
|
23
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
24
24
|
name: "second-digit",
|
|
25
|
-
|
|
26
|
-
}), /*#__PURE__*/React.createElement(
|
|
25
|
+
defaultValue: "4"
|
|
26
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
27
27
|
name: "third-digit",
|
|
28
|
-
|
|
29
|
-
}), /*#__PURE__*/React.createElement(
|
|
28
|
+
defaultValue: "5"
|
|
29
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
30
30
|
name: "forth-digit",
|
|
31
31
|
error: true
|
|
32
|
-
}), /*#__PURE__*/React.createElement(
|
|
32
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
33
33
|
name: "fifth-digit",
|
|
34
34
|
error: true
|
|
35
|
-
}), /*#__PURE__*/React.createElement(
|
|
35
|
+
}), /*#__PURE__*/React.createElement(SingleCharacterInput, {
|
|
36
36
|
name: "sixth-digit",
|
|
37
37
|
error: true
|
|
38
38
|
}))));
|