@digigov/ui 1.0.0-6b93ebf2 → 1.0.0-88820b1e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/CloseButton/index.d.ts +3 -0
- package/app/CloseButton/index.js +30 -0
- 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 +5 -5
- package/app/Header/__stories__/WithNavigation.js +1 -1
- 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/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/PageTitleContainer/index.js +58 -0
- 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/index.d.ts +2 -3
- package/app/index.js +8 -8
- package/content/Accordion/index.d.ts +1 -1
- package/content/Accordion/index.mdx +2 -10
- package/content/Blockquote/index.mdx +1 -5
- package/content/Card/index.mdx +8 -40
- package/content/Chip/__stories__/GroupOfChips.js +1 -1
- package/content/Chip/index.d.ts +1 -2
- package/content/Chip/index.js +4 -18
- package/content/Chip/index.mdx +39 -0
- package/content/Details/index.mdx +1 -5
- package/content/List/__stories__/HorizontalList.js +1 -1
- package/content/List/__stories__/WithExtraSpace.js +1 -1
- package/content/List/index.mdx +3 -15
- package/content/StepNav/__stories__/Default.js +3 -5
- package/content/StepNav/__stories__/WithHints.js +2 -4
- package/content/StepNav/index.mdx +21 -0
- package/content/SummaryList/index.mdx +3 -15
- package/content/Table/__stories__/DefinedWidth.js +3 -3
- package/content/Table/index.js +4 -4
- package/content/TaskList/__stories__/Default.js +5 -5
- package/content/TaskList/index.mdx +21 -0
- package/content/Timeline/__stories__/Default.js +2 -2
- package/content/Timeline/index.mdx +23 -0
- package/es/app/CloseButton/index.js +3 -0
- package/{esm/app/FilterSection → es/app/FilterContainer}/index.js +4 -5
- package/es/app/Footer/Footer.stories.playwright.json +2 -2
- package/es/app/Footer/__stories__/DefaultCopyright.js +11 -9
- package/es/app/Footer/__stories__/FooterAllInclusive.js +19 -13
- package/es/app/Footer/__stories__/FooterWithLink.js +13 -11
- package/es/app/Footer/__stories__/FooterWithLogo.js +9 -8
- package/es/app/Footer/__stories__/FooterWithSecondaryNavigation.js +16 -12
- package/es/app/Footer/__stories__/YearCopyright.js +9 -7
- package/es/app/Footer/index.js +3 -5
- package/es/app/Footer/index.mdx +4 -20
- package/es/app/Header/Header.stories.playwright.json +1 -1
- package/es/app/Header/__stories__/Default.js +1 -1
- package/es/app/Header/__stories__/WithHeaderNavigation.js +5 -5
- package/es/app/Header/__stories__/WithNavigation.js +1 -1
- 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/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/index.js +3 -4
- package/es/content/Accordion/index.mdx +2 -10
- package/es/content/Blockquote/index.mdx +1 -5
- package/es/content/Card/index.mdx +8 -40
- package/es/content/Chip/__stories__/GroupOfChips.js +2 -2
- package/es/content/Chip/index.js +1 -2
- package/es/content/Chip/index.mdx +39 -0
- package/es/content/Details/index.mdx +1 -5
- package/es/content/List/__stories__/HorizontalList.js +1 -1
- package/es/content/List/__stories__/WithExtraSpace.js +1 -1
- package/es/content/List/index.mdx +3 -15
- package/es/content/StepNav/__stories__/Default.js +3 -5
- package/es/content/StepNav/__stories__/WithHints.js +2 -4
- package/es/content/StepNav/index.mdx +21 -0
- package/es/content/SummaryList/index.mdx +3 -15
- package/es/content/Table/__stories__/DefinedWidth.js +3 -3
- package/es/content/Table/index.js +4 -4
- package/es/content/TaskList/__stories__/Default.js +5 -5
- package/es/content/TaskList/index.mdx +21 -0
- package/es/content/Timeline/__stories__/Default.js +2 -2
- package/es/content/Timeline/index.mdx +23 -0
- package/es/feedback/CopyToClipboard/index.mdx +2 -10
- package/es/feedback/ErrorSummary/index.mdx +4 -20
- package/es/feedback/NotificationBanner/index.mdx +2 -10
- package/es/feedback/PhaseBanner/index.mdx +2 -10
- package/es/feedback/WarningText/WarningText.stories.js +2 -1
- package/es/feedback/WarningText/__stories__/AssistiveText.js +11 -0
- package/es/feedback/WarningText/index.mdx +1 -5
- package/es/form/AutoComplete/__stories__/Default.js +1 -1
- package/es/form/AutoComplete/index.js +10 -5
- package/es/form/AutoComplete/index.mdx +7 -35
- package/es/form/Button/index.mdx +4 -20
- package/es/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
- package/es/form/Checkbox/index.mdx +7 -35
- package/es/form/DateInputContainer/index.mdx +4 -20
- package/es/form/ErrorMessage/index.mdx +1 -5
- package/es/form/FileUpload/index.mdx +1 -5
- package/es/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
- package/es/form/RadioContainer/index.mdx +7 -35
- package/es/form/SearchContainer/index.js +5 -0
- package/es/form/SelectContainer/__stories__/Default.js +4 -4
- package/es/form/SelectContainer/index.mdx +3 -15
- package/es/form/SingleCharacterInputs/SingleCharacterInput.stories.js +12 -0
- package/es/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
- package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
- package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
- package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
- package/es/form/SingleCharacterInputs/index.js +4 -0
- package/es/form/SingleCharacterInputs/index.mdx +24 -0
- package/es/form/TextArea/index.mdx +7 -35
- package/es/form/TextInput/__stories__/FixedWidths.js +6 -6
- package/es/form/TextInput/__stories__/FluidWidths.js +6 -6
- package/es/form/TextInput/index.mdx +8 -40
- package/es/form/index.js +2 -2
- package/es/govgr/Footer/index.js +4 -4
- package/es/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 +1 -5
- package/es/navigation/Drawer/index.mdx +1 -5
- package/es/navigation/Dropdown/index.js +0 -1
- package/es/navigation/Dropdown/index.mdx +3 -15
- package/es/navigation/Link/index.mdx +5 -25
- package/es/navigation/NavList/index.mdx +2 -10
- package/es/navigation/Pagination/__stories__/Default.js +2 -2
- 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 -14
- package/es/navigation/SkipLink/SkipLink.stories.js +8 -0
- package/es/navigation/SkipLink/__stories__/Default.js +12 -0
- package/es/navigation/Tabs/Tabs.stories.playwright.json +2 -2
- package/es/navigation/Tabs/__stories__/Default.js +9 -5
- package/es/navigation/Tabs/index.js +1 -1
- package/es/navigation/Tabs/index.mdx +1 -5
- package/es/registry.js +20 -10
- 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 +1 -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 +3 -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 +4 -20
- package/es/utils/Kitchensink/KitchensinkDashboard.js +1 -1
- package/esm/app/CloseButton/index.js +3 -0
- package/{es/app/FilterSection → esm/app/FilterContainer}/index.js +4 -5
- package/esm/app/Footer/Footer.stories.playwright.json +2 -2
- package/esm/app/Footer/__stories__/DefaultCopyright.js +11 -9
- package/esm/app/Footer/__stories__/FooterAllInclusive.js +19 -13
- package/esm/app/Footer/__stories__/FooterWithLink.js +13 -11
- package/esm/app/Footer/__stories__/FooterWithLogo.js +9 -8
- package/esm/app/Footer/__stories__/FooterWithSecondaryNavigation.js +16 -12
- package/esm/app/Footer/__stories__/YearCopyright.js +9 -7
- package/esm/app/Footer/index.js +3 -5
- package/esm/app/Footer/index.mdx +4 -20
- package/esm/app/Header/Header.stories.playwright.json +1 -1
- package/esm/app/Header/__stories__/Default.js +1 -1
- package/esm/app/Header/__stories__/WithHeaderNavigation.js +5 -5
- package/esm/app/Header/__stories__/WithNavigation.js +1 -1
- 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/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/index.js +3 -4
- package/esm/content/Accordion/index.mdx +2 -10
- package/esm/content/Blockquote/index.mdx +1 -5
- package/esm/content/Card/index.mdx +8 -40
- package/esm/content/Chip/__stories__/GroupOfChips.js +2 -2
- package/esm/content/Chip/index.js +1 -2
- package/esm/content/Chip/index.mdx +39 -0
- package/esm/content/Details/index.mdx +1 -5
- package/esm/content/List/__stories__/HorizontalList.js +1 -1
- package/esm/content/List/__stories__/WithExtraSpace.js +1 -1
- package/esm/content/List/index.mdx +3 -15
- package/esm/content/StepNav/__stories__/Default.js +3 -5
- package/esm/content/StepNav/__stories__/WithHints.js +2 -4
- package/esm/content/StepNav/index.mdx +21 -0
- package/esm/content/SummaryList/index.mdx +3 -15
- package/esm/content/Table/__stories__/DefinedWidth.js +3 -3
- package/esm/content/Table/index.js +4 -4
- package/esm/content/TaskList/__stories__/Default.js +5 -5
- package/esm/content/TaskList/index.mdx +21 -0
- package/esm/content/Timeline/__stories__/Default.js +2 -2
- package/esm/content/Timeline/index.mdx +23 -0
- package/esm/feedback/CopyToClipboard/index.mdx +2 -10
- package/esm/feedback/ErrorSummary/index.mdx +4 -20
- package/esm/feedback/NotificationBanner/index.mdx +2 -10
- package/esm/feedback/PhaseBanner/index.mdx +2 -10
- package/esm/feedback/WarningText/WarningText.stories.js +2 -1
- package/esm/feedback/WarningText/__stories__/AssistiveText.js +11 -0
- package/esm/feedback/WarningText/index.mdx +1 -5
- package/esm/form/AutoComplete/__stories__/Default.js +1 -1
- package/esm/form/AutoComplete/index.js +10 -5
- package/esm/form/AutoComplete/index.mdx +7 -35
- package/esm/form/Button/index.mdx +4 -20
- package/esm/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
- package/esm/form/Checkbox/index.mdx +7 -35
- package/esm/form/DateInputContainer/index.mdx +4 -20
- package/esm/form/ErrorMessage/index.mdx +1 -5
- package/esm/form/FileUpload/index.mdx +1 -5
- package/esm/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
- package/esm/form/RadioContainer/index.mdx +7 -35
- package/esm/form/SearchContainer/index.js +5 -0
- package/esm/form/SelectContainer/__stories__/Default.js +4 -4
- package/esm/form/SelectContainer/index.mdx +3 -15
- package/esm/form/SingleCharacterInputs/SingleCharacterInput.stories.js +12 -0
- package/esm/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
- package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
- package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
- package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
- package/esm/form/SingleCharacterInputs/index.js +4 -0
- package/esm/form/SingleCharacterInputs/index.mdx +24 -0
- package/esm/form/TextArea/index.mdx +7 -35
- package/esm/form/TextInput/__stories__/FixedWidths.js +6 -6
- package/esm/form/TextInput/__stories__/FluidWidths.js +6 -6
- package/esm/form/TextInput/index.mdx +8 -40
- package/esm/form/index.js +2 -2
- package/esm/govgr/Footer/index.js +4 -4
- package/esm/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 +1 -5
- package/esm/navigation/Drawer/index.mdx +1 -5
- package/esm/navigation/Dropdown/index.js +0 -1
- package/esm/navigation/Dropdown/index.mdx +3 -15
- package/esm/navigation/Link/index.mdx +5 -25
- package/esm/navigation/NavList/index.mdx +2 -10
- package/esm/navigation/Pagination/__stories__/Default.js +2 -2
- 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 -14
- package/esm/navigation/SkipLink/SkipLink.stories.js +8 -0
- package/esm/navigation/SkipLink/__stories__/Default.js +12 -0
- package/esm/navigation/Tabs/Tabs.stories.playwright.json +2 -2
- package/esm/navigation/Tabs/__stories__/Default.js +9 -5
- package/esm/navigation/Tabs/index.js +1 -1
- package/esm/navigation/Tabs/index.mdx +1 -5
- package/esm/registry.js +20 -10
- 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 +1 -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 +3 -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 +4 -20
- package/esm/utils/Kitchensink/KitchensinkDashboard.js +1 -1
- package/feedback/CopyToClipboard/index.mdx +2 -10
- package/feedback/ErrorSummary/index.mdx +4 -20
- package/feedback/NotificationBanner/index.mdx +2 -10
- package/feedback/PhaseBanner/index.mdx +2 -10
- package/feedback/WarningText/WarningText.stories.d.ts +1 -0
- package/feedback/WarningText/WarningText.stories.js +14 -0
- package/feedback/WarningText/__stories__/AssistiveText.d.ts +2 -0
- package/feedback/WarningText/__stories__/AssistiveText.js +24 -0
- package/feedback/WarningText/index.mdx +1 -5
- package/form/AutoComplete/__stories__/Default.js +1 -1
- package/form/AutoComplete/index.d.ts +3 -3
- package/form/AutoComplete/index.js +11 -6
- package/form/AutoComplete/index.mdx +7 -35
- package/form/Button/index.mdx +4 -20
- package/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
- package/form/Checkbox/index.mdx +7 -35
- package/form/DateInputContainer/index.mdx +4 -20
- package/form/ErrorMessage/index.mdx +1 -5
- package/form/FileUpload/index.mdx +1 -5
- package/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
- package/form/RadioContainer/index.mdx +7 -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 +3 -15
- package/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +13 -0
- package/form/{SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js → SingleCharacterInputs/SingleCharacterInput.stories.js} +8 -8
- package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
- package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
- package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
- package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
- package/form/SingleCharacterInputs/index.d.ts +4 -0
- package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/index.js +9 -9
- package/form/SingleCharacterInputs/index.mdx +24 -0
- package/form/TextArea/index.mdx +7 -35
- package/form/TextInput/__stories__/FixedWidths.js +6 -6
- package/form/TextInput/__stories__/FluidWidths.js +6 -6
- package/form/TextInput/index.mdx +8 -40
- package/form/index.d.ts +2 -2
- package/form/index.js +8 -8
- package/govgr/Footer/index.js +4 -4
- package/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/{app/PageTitle → layouts/Section}/index.js +1 -23
- 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 +1 -5
- package/navigation/Drawer/index.mdx +1 -5
- package/navigation/Dropdown/index.d.ts +0 -1
- package/navigation/Dropdown/index.js +0 -14
- package/navigation/Dropdown/index.mdx +3 -15
- package/navigation/Link/index.mdx +5 -25
- package/navigation/NavList/index.mdx +2 -10
- package/navigation/Pagination/__stories__/Default.js +2 -2
- 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 -14
- package/navigation/SkipLink/SkipLink.stories.d.ts +9 -0
- package/navigation/SkipLink/SkipLink.stories.js +32 -0
- package/navigation/SkipLink/__stories__/Default.d.ts +2 -0
- package/navigation/SkipLink/__stories__/Default.js +26 -0
- package/navigation/Tabs/Tabs.stories.playwright.json +2 -2
- package/navigation/Tabs/__stories__/Default.js +8 -4
- package/navigation/Tabs/index.js +1 -1
- package/navigation/Tabs/index.mdx +1 -5
- package/package.json +3 -3
- package/registry.d.ts +13 -6
- package/registry.js +25 -10
- package/src/app/CloseButton/index.tsx +4 -0
- package/src/app/{FilterSection → FilterContainer}/index.tsx +4 -5
- package/src/app/Footer/Footer.stories.playwright.json +2 -2
- package/src/app/Footer/__stories__/DefaultCopyright.tsx +27 -25
- package/src/app/Footer/__stories__/FooterAllInclusive.tsx +98 -89
- package/src/app/Footer/__stories__/FooterWithLink.tsx +48 -40
- package/src/app/Footer/__stories__/FooterWithLogo.tsx +41 -33
- package/src/app/Footer/__stories__/FooterWithSecondaryNavigation.tsx +22 -20
- package/src/app/Footer/__stories__/YearCopyright.tsx +24 -23
- package/src/app/Footer/index.mdx +4 -20
- package/src/app/Footer/index.tsx +3 -5
- package/src/app/Header/Header.stories.playwright.json +1 -1
- package/src/app/Header/__stories__/Default.tsx +4 -4
- package/src/app/Header/__stories__/WithHeaderNavigation.tsx +34 -32
- package/src/app/Header/__stories__/WithNavigation.tsx +4 -4
- 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/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/index.ts +2 -3
- package/src/content/Accordion/index.mdx +2 -10
- package/src/content/Blockquote/index.mdx +1 -5
- package/src/content/Card/index.mdx +8 -40
- package/src/content/Chip/__stories__/GroupOfChips.tsx +3 -3
- package/src/content/Chip/index.mdx +39 -0
- package/src/content/Chip/index.tsx +1 -2
- package/src/content/Details/index.mdx +1 -5
- package/src/content/List/__stories__/HorizontalList.tsx +1 -1
- package/src/content/List/__stories__/WithExtraSpace.tsx +1 -1
- package/src/content/List/index.mdx +3 -15
- package/src/content/StepNav/__stories__/Default.tsx +3 -4
- package/src/content/StepNav/__stories__/WithHints.tsx +4 -4
- package/src/content/StepNav/index.mdx +21 -0
- package/src/content/SummaryList/index.mdx +3 -15
- package/src/content/Table/__stories__/DefinedWidth.tsx +3 -3
- package/src/content/Table/index.tsx +4 -4
- package/src/content/TaskList/__stories__/Default.tsx +5 -5
- package/src/content/TaskList/index.mdx +21 -0
- package/src/content/Timeline/__stories__/Default.tsx +55 -57
- package/src/content/Timeline/index.mdx +23 -0
- package/src/feedback/CopyToClipboard/index.mdx +2 -10
- package/src/feedback/ErrorSummary/index.mdx +4 -20
- package/src/feedback/NotificationBanner/index.mdx +2 -10
- package/src/feedback/PhaseBanner/index.mdx +2 -10
- package/src/feedback/WarningText/WarningText.stories.js +1 -0
- package/src/feedback/WarningText/__stories__/AssistiveText.tsx +10 -0
- package/src/feedback/WarningText/index.mdx +1 -5
- package/src/form/AutoComplete/__stories__/Default.tsx +1 -1
- package/src/form/AutoComplete/index.mdx +7 -35
- package/src/form/AutoComplete/index.tsx +6 -12
- package/src/form/Button/index.mdx +4 -20
- package/src/form/Checkbox/__stories__/ConditionalReveal.tsx +1 -1
- package/src/form/Checkbox/index.mdx +7 -35
- package/src/form/DateInputContainer/index.mdx +4 -20
- package/src/form/ErrorMessage/index.mdx +1 -5
- package/src/form/FileUpload/index.mdx +1 -5
- package/src/form/RadioContainer/__stories__/ConditionalReveal.tsx +1 -1
- package/src/form/RadioContainer/index.mdx +7 -35
- package/src/form/SearchContainer/index.tsx +6 -0
- package/src/form/SelectContainer/__stories__/Default.tsx +4 -4
- package/src/form/SelectContainer/index.mdx +3 -15
- package/src/form/SingleCharacterInputs/SingleCharacterInput.stories.js +13 -0
- package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.tsx +11 -11
- package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.tsx +11 -11
- package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.tsx +11 -11
- package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.tsx +11 -11
- package/src/form/SingleCharacterInputs/index.mdx +24 -0
- package/src/form/SingleCharacterInputs/index.tsx +4 -0
- package/src/form/TextArea/index.mdx +7 -35
- package/src/form/TextInput/__stories__/FixedWidths.tsx +6 -6
- package/src/form/TextInput/__stories__/FluidWidths.tsx +6 -6
- package/src/form/TextInput/index.mdx +8 -40
- package/src/form/index.ts +2 -2
- package/src/govgr/Footer/index.tsx +8 -8
- package/src/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 +1 -5
- package/src/navigation/Drawer/index.mdx +1 -5
- package/src/navigation/Dropdown/index.mdx +3 -15
- package/src/navigation/Dropdown/index.tsx +0 -1
- package/src/navigation/Link/index.mdx +5 -25
- package/src/navigation/NavList/index.mdx +2 -10
- package/src/navigation/Pagination/__stories__/Default.tsx +2 -2
- 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 -14
- package/src/navigation/SkipLink/SkipLink.stories.js +9 -0
- package/src/navigation/SkipLink/__stories__/Default.tsx +15 -0
- package/src/navigation/Tabs/Tabs.stories.playwright.json +2 -2
- package/src/navigation/Tabs/__stories__/Default.tsx +2 -0
- package/src/navigation/Tabs/index.mdx +1 -5
- package/src/navigation/Tabs/index.tsx +1 -1
- package/src/registry.js +20 -10
- 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 +1 -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 +3 -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 +4 -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 +1 -5
- package/typography/NormalText/__stories__/FontSizes.js +7 -7
- package/typography/NormalText/__stories__/Variants.js +4 -4
- package/typography/NormalText/index.mdx +3 -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 +4 -20
- package/utils/Kitchensink/KitchensinkDashboard.js +1 -1
- package/app/PageTitle/index.d.ts +0 -5
- package/es/app/PageTitle/index.js +0 -5
- package/es/form/SearchSection/index.js +0 -5
- package/es/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -12
- package/es/form/SingleCharacterInputContainer/index.js +0 -4
- package/es/form/SingleCharacterInputContainer/index.mdx +0 -36
- package/esm/app/PageTitle/index.js +0 -5
- package/esm/form/SearchSection/index.js +0 -5
- package/esm/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -12
- package/esm/form/SingleCharacterInputContainer/index.js +0 -4
- package/esm/form/SingleCharacterInputContainer/index.mdx +0 -36
- package/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/src/app/PageTitle/index.tsx +0 -5
- package/src/form/SearchSection/index.tsx +0 -6
- package/src/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -13
- package/src/form/SingleCharacterInputContainer/index.mdx +0 -36
- package/src/form/SingleCharacterInputContainer/index.tsx +0 -4
- /package/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
|
@@ -22,19 +22,11 @@ You can set the color of the Card's border. You can choose between `dark` and `g
|
|
|
22
22
|
|
|
23
23
|
#### Card with gray border color
|
|
24
24
|
|
|
25
|
-
<Story
|
|
26
|
-
packageName="@digigov/ui"
|
|
27
|
-
component="content/Card"
|
|
28
|
-
story="WithGrayBorder.tsx"
|
|
29
|
-
/>
|
|
25
|
+
<Story packageName="@digigov/ui" component="content/Card" story="WithGrayBorder.tsx" />
|
|
30
26
|
|
|
31
27
|
#### Card with dark border color
|
|
32
28
|
|
|
33
|
-
<Story
|
|
34
|
-
packageName="@digigov/ui"
|
|
35
|
-
component="content/Card"
|
|
36
|
-
story="WithDarkBorder.tsx"
|
|
37
|
-
/>
|
|
29
|
+
<Story packageName="@digigov/ui" component="content/Card" story="WithDarkBorder.tsx" />
|
|
38
30
|
|
|
39
31
|
### Card with top border
|
|
40
32
|
|
|
@@ -42,27 +34,15 @@ You can set the color of the Card's top border. You can choose between dark and
|
|
|
42
34
|
|
|
43
35
|
#### Card with grey top border
|
|
44
36
|
|
|
45
|
-
<Story
|
|
46
|
-
packageName="@digigov/ui"
|
|
47
|
-
component="content/Card"
|
|
48
|
-
story="WithGrayTopBorder.tsx"
|
|
49
|
-
/>
|
|
37
|
+
<Story packageName="@digigov/ui" component="content/Card" story="WithGrayTopBorder.tsx" />
|
|
50
38
|
|
|
51
39
|
#### Card with dark top border
|
|
52
40
|
|
|
53
|
-
<Story
|
|
54
|
-
packageName="@digigov/ui"
|
|
55
|
-
component="content/Card"
|
|
56
|
-
story="WithDarkTopBorder.tsx"
|
|
57
|
-
/>
|
|
41
|
+
<Story packageName="@digigov/ui" component="content/Card" story="WithDarkTopBorder.tsx" />
|
|
58
42
|
|
|
59
43
|
### Card with divider
|
|
60
44
|
|
|
61
|
-
<Story
|
|
62
|
-
packageName="@digigov/ui"
|
|
63
|
-
component="content/Card"
|
|
64
|
-
story="WithDivider.tsx"
|
|
65
|
-
/>
|
|
45
|
+
<Story packageName="@digigov/ui" component="content/Card" story="WithDivider.tsx" />
|
|
66
46
|
|
|
67
47
|
### Card with actions
|
|
68
48
|
|
|
@@ -70,21 +50,13 @@ You can set the color of the Card's top border. You can choose between dark and
|
|
|
70
50
|
|
|
71
51
|
Cards can be used without an action button, but with a clickable title.
|
|
72
52
|
|
|
73
|
-
<Story
|
|
74
|
-
packageName="@digigov/ui"
|
|
75
|
-
component="content/Card"
|
|
76
|
-
story="WithClickableLink.tsx"
|
|
77
|
-
/>
|
|
53
|
+
<Story packageName="@digigov/ui" component="content/Card" story="WithClickableLink.tsx" />
|
|
78
54
|
|
|
79
55
|
#### Card with clickable content
|
|
80
56
|
|
|
81
57
|
You can expand the clickable area of the link to fill Card's content.
|
|
82
58
|
|
|
83
|
-
<Story
|
|
84
|
-
packageName="@digigov/ui"
|
|
85
|
-
component="content/Card"
|
|
86
|
-
story="WithClickableContent.tsx"
|
|
87
|
-
/>
|
|
59
|
+
<Story packageName="@digigov/ui" component="content/Card" story="WithClickableContent.tsx" />
|
|
88
60
|
|
|
89
61
|
Cards also provides styles for actionable elements such as Buttons or Links.
|
|
90
62
|
|
|
@@ -94,11 +66,7 @@ Cards also provides styles for actionable elements such as Buttons or Links.
|
|
|
94
66
|
|
|
95
67
|
#### Card with a group of actions
|
|
96
68
|
|
|
97
|
-
<Story
|
|
98
|
-
packageName="@digigov/ui"
|
|
99
|
-
component="content/Card"
|
|
100
|
-
story="WithGroupButton.tsx"
|
|
101
|
-
/>
|
|
69
|
+
<Story packageName="@digigov/ui" component="content/Card" story="WithGroupButton.tsx" />
|
|
102
70
|
|
|
103
71
|
## API
|
|
104
72
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import Chip, {
|
|
2
|
+
import Chip, { ChipContainer } from '@digigov/ui/content/Chip';
|
|
3
3
|
|
|
4
|
-
var _ref = /*#__PURE__*/React.createElement(
|
|
4
|
+
var _ref = /*#__PURE__*/React.createElement(ChipContainer, null, /*#__PURE__*/React.createElement(Chip, null, "\u0391\u03B8\u03AE\u03BD\u03B1"), /*#__PURE__*/React.createElement(Chip, null, "\u0398\u03B5\u03C3\u03C3\u03B1\u03BB\u03BF\u03BD\u03AF\u03BA\u03B7"), /*#__PURE__*/React.createElement(Chip, null, "\u039A\u03C1\u03AE\u03C4\u03B7"), /*#__PURE__*/React.createElement(Chip, null, "\u03A0\u03AC\u03C4\u03C1\u03B1"));
|
|
5
5
|
|
|
6
6
|
export var GroupOfChips = function GroupOfChips() {
|
|
7
7
|
return _ref;
|
package/es/content/Chip/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export * from '@digigov/react-core/Chip';
|
|
2
2
|
export * from '@digigov/react-core/ChipHeading';
|
|
3
|
-
export * from '@digigov/react-core/
|
|
4
|
-
export * from '@digigov/react-core/ChipSectionWrapper';
|
|
3
|
+
export * from '@digigov/react-core/ChipContainer';
|
|
5
4
|
export * from '@digigov/react-core/ChipKeyValue';
|
|
6
5
|
import Chip from '@digigov/react-core/Chip';
|
|
7
6
|
export default Chip;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: chip
|
|
3
|
+
title: Chip
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Chip
|
|
7
|
+
|
|
8
|
+
Chips allow users to enter information, make selections, filter content, or trigger actions.
|
|
9
|
+
While buttons are expected to appear consistently and with familiar calls to action,
|
|
10
|
+
chips should appear dynamically as a group of multiple interactive elements.
|
|
11
|
+
|
|
12
|
+
```bash
|
|
13
|
+
import Chip from '@digigov/ui/content/Chip';
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## How to use
|
|
17
|
+
|
|
18
|
+
<Story packageName="@digigov/ui" component="content/Chip" story="Default.tsx" />
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Clickable Chip
|
|
22
|
+
|
|
23
|
+
<Story packageName="@digigov/ui" component="content/Chip" story="ClickableChip.tsx" />
|
|
24
|
+
|
|
25
|
+
### Chip with close icon
|
|
26
|
+
|
|
27
|
+
<Story packageName="@digigov/ui" component="content/Chip" story="DeletableChip.tsx" />
|
|
28
|
+
|
|
29
|
+
### Clickable Chip with close icon
|
|
30
|
+
|
|
31
|
+
<Story packageName="@digigov/ui" component="content/Chip" story="ClickableDeletableChip.tsx" />
|
|
32
|
+
|
|
33
|
+
### Group of Chips
|
|
34
|
+
|
|
35
|
+
<Story packageName="@digigov/ui" component="content/Chip" story="GroupOfChips.tsx" />
|
|
36
|
+
|
|
37
|
+
## API
|
|
38
|
+
|
|
39
|
+
<PropTypes packageName="@digigov/ui" component="Chip" />
|
|
@@ -13,11 +13,7 @@ import Details from '@digigov/ui/content/Details';
|
|
|
13
13
|
|
|
14
14
|
## How to use
|
|
15
15
|
|
|
16
|
-
<Story
|
|
17
|
-
packageName="@digigov/ui"
|
|
18
|
-
component="content/Details"
|
|
19
|
-
story="Default.tsx"
|
|
20
|
-
/>
|
|
16
|
+
<Story packageName="@digigov/ui" component="content/Details" story="Default.tsx" />
|
|
21
17
|
|
|
22
18
|
## API
|
|
23
19
|
|
|
@@ -4,7 +4,7 @@ import { ListItem } from '@digigov/ui/content/List/ListItem';
|
|
|
4
4
|
import { Link } from '@digigov/ui/navigation/Link';
|
|
5
5
|
|
|
6
6
|
var _ref = /*#__PURE__*/React.createElement(List, {
|
|
7
|
-
|
|
7
|
+
layout: "horizontal"
|
|
8
8
|
}, /*#__PURE__*/React.createElement(ListItem, null, /*#__PURE__*/React.createElement(Link, null, "List Item One")), /*#__PURE__*/React.createElement(ListItem, null, /*#__PURE__*/React.createElement(Link, null, "List Item Two")), /*#__PURE__*/React.createElement(ListItem, null, /*#__PURE__*/React.createElement(Link, null, "List Item Three")), /*#__PURE__*/React.createElement(ListItem, null, /*#__PURE__*/React.createElement(Link, null, "List Item Four")), /*#__PURE__*/React.createElement(ListItem, null, /*#__PURE__*/React.createElement(Link, null, "List Item Five")), /*#__PURE__*/React.createElement(ListItem, null, /*#__PURE__*/React.createElement(Link, null, "List Item Six")));
|
|
9
9
|
|
|
10
10
|
export var HorizontalList = function HorizontalList() {
|
|
@@ -3,7 +3,7 @@ import { List } from '@digigov/ui/content/List/List';
|
|
|
3
3
|
import { ListItem } from '@digigov/ui/content/List/ListItem';
|
|
4
4
|
|
|
5
5
|
var _ref = /*#__PURE__*/React.createElement(List, {
|
|
6
|
-
|
|
6
|
+
dense: false
|
|
7
7
|
}, /*#__PURE__*/React.createElement(ListItem, null, "\u0391\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1 \u03B4\u03B9\u03B1\u03B3\u03BD\u03C9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD \u03B5\u03C1\u03B3\u03B1\u03C3\u03C4\u03B7\u03C1\u03B9\u03B1\u03BA\u03CE\u03BD \u03B5\u03BE\u03B5\u03C4\u03AC\u03C3\u03B5\u03C9\u03BD"), /*#__PURE__*/React.createElement(ListItem, null, "\u03A0\u03C4\u03C5\u03C7\u03AF\u03B1 \u03C4\u03C1\u03B9\u03C4\u03BF\u03B2\u03AC\u03B8\u03BC\u03B9\u03B1\u03C2 \u03B5\u03BA\u03C0\u03B1\u03AF\u03B4\u03B5\u03C5\u03C3\u03B7\u03C2"), /*#__PURE__*/React.createElement(ListItem, null, "\u03A5\u03C0\u03B5\u03CD\u03B8\u03C5\u03BD\u03B7 \u0394\u03AE\u03BB\u03C9\u03C3\u03B7 / \u0395\u03BE\u03BF\u03C5\u03C3\u03B9\u03BF\u03B4\u03CC\u03C4\u03B7\u03C3\u03B7 / \u0393\u03BD\u03AE\u03C3\u03B9\u03BF \u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2"));
|
|
8
8
|
|
|
9
9
|
export var WithExtraSpace = function WithExtraSpace() {
|
|
@@ -15,27 +15,15 @@ import List from '@digigov/ui/content/List';
|
|
|
15
15
|
|
|
16
16
|
### List with bullets
|
|
17
17
|
|
|
18
|
-
<Story
|
|
19
|
-
packageName="@digigov/ui"
|
|
20
|
-
component="content/List"
|
|
21
|
-
story="BulletList.tsx"
|
|
22
|
-
/>
|
|
18
|
+
<Story packageName="@digigov/ui" component="content/List" story="BulletList.tsx" />
|
|
23
19
|
|
|
24
20
|
### List with numbers
|
|
25
21
|
|
|
26
|
-
<Story
|
|
27
|
-
packageName="@digigov/ui"
|
|
28
|
-
component="content/List"
|
|
29
|
-
story="NumberedList.tsx"
|
|
30
|
-
/>
|
|
22
|
+
<Story packageName="@digigov/ui" component="content/List" story="NumberedList.tsx" />
|
|
31
23
|
|
|
32
24
|
### List with extra space
|
|
33
25
|
|
|
34
|
-
<Story
|
|
35
|
-
packageName="@digigov/ui"
|
|
36
|
-
component="content/List"
|
|
37
|
-
story="WithExtraSpace.tsx"
|
|
38
|
-
/>
|
|
26
|
+
<Story packageName="@digigov/ui" component="content/List" story="WithExtraSpace.tsx" />
|
|
39
27
|
|
|
40
28
|
## API
|
|
41
29
|
|
|
@@ -106,7 +106,7 @@ export var Default = function Default() {
|
|
|
106
106
|
var _useState = useState(false),
|
|
107
107
|
_useState2 = _slicedToArray(_useState, 2),
|
|
108
108
|
open = _useState2[0],
|
|
109
|
-
|
|
109
|
+
setOpen = _useState2[1];
|
|
110
110
|
|
|
111
111
|
var _useState3 = useState(Array(data.length).fill(false)),
|
|
112
112
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -137,7 +137,7 @@ export var Default = function Default() {
|
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
function openCloseAll() {
|
|
140
|
-
|
|
140
|
+
setOpen(!open);
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
return /*#__PURE__*/React.createElement(StepNav, null, /*#__PURE__*/React.createElement(StepNavControls, null, /*#__PURE__*/React.createElement(Button, {
|
|
@@ -156,9 +156,7 @@ export var Default = function Default() {
|
|
|
156
156
|
}
|
|
157
157
|
}, /*#__PURE__*/React.createElement(StepNavAccordionSummaryHeading, {
|
|
158
158
|
"aria-controls": "content1"
|
|
159
|
-
}, _ref, index === 1 ? _ref2 : /*#__PURE__*/React.createElement(StepNavCircleNumber, null, _ref3, index > 1 ? index : index + 1), /*#__PURE__*/React.createElement(StepNavAccordionHeadingTitle, null, /*#__PURE__*/React.createElement(StepNavAccordionHeadingText, {
|
|
160
|
-
open: openItem[index]
|
|
161
|
-
}, field.title, field.codename && /*#__PURE__*/React.createElement(React.Fragment, null, ' - ', " ", field.codename))))), /*#__PURE__*/React.createElement(StepNavAccordionContent, {
|
|
159
|
+
}, _ref, index === 1 ? _ref2 : /*#__PURE__*/React.createElement(StepNavCircleNumber, null, _ref3, index > 1 ? index : index + 1), /*#__PURE__*/React.createElement(StepNavAccordionHeadingTitle, null, /*#__PURE__*/React.createElement(StepNavAccordionHeadingText, null, field.title, field.codename && /*#__PURE__*/React.createElement(React.Fragment, null, ' - ', " ", field.codename))))), /*#__PURE__*/React.createElement(StepNavAccordionContent, {
|
|
162
160
|
id: "content1"
|
|
163
161
|
}, /*#__PURE__*/React.createElement(ButtonGroup, null, (field.actions || []).map(function (action, subIndex) {
|
|
164
162
|
return /*#__PURE__*/React.createElement(Button, {
|
|
@@ -165,10 +165,8 @@ export var WithHints = function WithHints() {
|
|
|
165
165
|
}
|
|
166
166
|
}, /*#__PURE__*/React.createElement(StepNavAccordionSummaryHeading, {
|
|
167
167
|
"aria-controls": "content1"
|
|
168
|
-
}, _ref, index === 1 ? _ref2 : /*#__PURE__*/React.createElement(StepNavCircleNumber, null, _ref3, index > 1 ? index : index + 1), /*#__PURE__*/React.createElement(StepNavAccordionHeadingTitle, null, /*#__PURE__*/React.createElement(StepNavAccordionHeadingText, {
|
|
169
|
-
|
|
170
|
-
}, field.title, field.codename && /*#__PURE__*/React.createElement(React.Fragment, null, ' - ', " ", field.codename)), /*#__PURE__*/React.createElement(Hint, {
|
|
171
|
-
fontSize: "14"
|
|
168
|
+
}, _ref, index === 1 ? _ref2 : /*#__PURE__*/React.createElement(StepNavCircleNumber, null, _ref3, index > 1 ? index : index + 1), /*#__PURE__*/React.createElement(StepNavAccordionHeadingTitle, null, /*#__PURE__*/React.createElement(StepNavAccordionHeadingText, null, field.title, field.codename && /*#__PURE__*/React.createElement(React.Fragment, null, ' - ', " ", field.codename)), /*#__PURE__*/React.createElement(Hint, {
|
|
169
|
+
fontSize: 14
|
|
172
170
|
}, field.date)))), /*#__PURE__*/React.createElement(StepNavAccordionContent, {
|
|
173
171
|
id: "content1"
|
|
174
172
|
}, /*#__PURE__*/React.createElement(ButtonGroup, null, (field.actions || []).map(function (action, subIndex) {
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: step-nav
|
|
3
|
+
title: StepNav
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# StepNav
|
|
7
|
+
StepNav is a component that displays number of steps required to complete a process inside your application.
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
import StepNav from '@digigov/ui/content/StepNav';
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## How to use
|
|
14
|
+
|
|
15
|
+
### Default
|
|
16
|
+
|
|
17
|
+
<Story packageName="@digigov/ui" component="content/StepNav" story="Default.tsx" />
|
|
18
|
+
|
|
19
|
+
### With hints
|
|
20
|
+
|
|
21
|
+
<Story packageName="@digigov/ui" component="content/StepNav" story="WithHints.tsx" />
|
|
@@ -13,11 +13,7 @@ import SummaryList from '@digigov/ui/content/SummaryList';
|
|
|
13
13
|
|
|
14
14
|
## How to use
|
|
15
15
|
|
|
16
|
-
<Story
|
|
17
|
-
packageName="@digigov/ui"
|
|
18
|
-
component="content/SummaryList"
|
|
19
|
-
story="Default.tsx"
|
|
20
|
-
/>
|
|
16
|
+
<Story packageName="@digigov/ui" component="content/SummaryList" story="Default.tsx" />
|
|
21
17
|
|
|
22
18
|
### Summary list with actions
|
|
23
19
|
|
|
@@ -25,21 +21,13 @@ Assistive technology users, like those who use a screen reader, may hear the lin
|
|
|
25
21
|
To give more context, add visually hidden text to the links.
|
|
26
22
|
This means a screen reader user will hear a meaningful action, like ‘Αλλαγή ονόματος’ or ‘Αλλαγή ημερομηνίας γέννησης’.
|
|
27
23
|
|
|
28
|
-
<Story
|
|
29
|
-
packageName="@digigov/ui"
|
|
30
|
-
component="content/SummaryList"
|
|
31
|
-
story="WithActions.tsx"
|
|
32
|
-
/>
|
|
24
|
+
<Story packageName="@digigov/ui" component="content/SummaryList" story="WithActions.tsx" />
|
|
33
25
|
|
|
34
26
|
### Summary list without borders
|
|
35
27
|
|
|
36
28
|
If you do not include actions in your summary list and it would be better for your design to remove the separating borders, use the `border={false}` prop.
|
|
37
29
|
|
|
38
|
-
<Story
|
|
39
|
-
packageName="@digigov/ui"
|
|
40
|
-
component="content/SummaryList"
|
|
41
|
-
story="WithoutBorders.tsx"
|
|
42
|
-
/>
|
|
30
|
+
<Story packageName="@digigov/ui" component="content/SummaryList" story="WithoutBorders.tsx" />
|
|
43
31
|
|
|
44
32
|
## API
|
|
45
33
|
|
|
@@ -23,11 +23,11 @@ var data = {
|
|
|
23
23
|
};
|
|
24
24
|
export var DefinedWidth = function DefinedWidth() {
|
|
25
25
|
return /*#__PURE__*/React.createElement(TableContainer, null, /*#__PURE__*/React.createElement(Table, null, data && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(TableCaption, null, data.title), /*#__PURE__*/React.createElement(TableHead, null, /*#__PURE__*/React.createElement(TableRow, null, data.labels && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(TableHeadCell, {
|
|
26
|
-
|
|
26
|
+
width: "50%"
|
|
27
27
|
}, data.labels.name), /*#__PURE__*/React.createElement(TableHeadCell, {
|
|
28
|
-
|
|
28
|
+
width: "25%"
|
|
29
29
|
}, data.labels.role), /*#__PURE__*/React.createElement(TableHeadCell, {
|
|
30
|
-
|
|
30
|
+
width: "25%"
|
|
31
31
|
}, data.labels.email)))), /*#__PURE__*/React.createElement(TableBody, null, data.content && data.content.map(function (item, index) {
|
|
32
32
|
return /*#__PURE__*/React.createElement(TableRow, {
|
|
33
33
|
key: index
|
|
@@ -13,14 +13,14 @@ var _ref2 = /*#__PURE__*/React.createElement(CaretIcon, {
|
|
|
13
13
|
direction: 'up',
|
|
14
14
|
marginRight: 1,
|
|
15
15
|
marginTop: 1,
|
|
16
|
-
size: "
|
|
16
|
+
size: "sm"
|
|
17
17
|
});
|
|
18
18
|
|
|
19
19
|
var _ref3 = /*#__PURE__*/React.createElement(CaretIcon, {
|
|
20
20
|
direction: 'down',
|
|
21
21
|
marginRight: 1,
|
|
22
22
|
marginTop: 1,
|
|
23
|
-
size: "
|
|
23
|
+
size: "sm"
|
|
24
24
|
});
|
|
25
25
|
|
|
26
26
|
export var TableSortLabel = /*#__PURE__*/React.forwardRef(function TableSortLabel(_ref, _ref4) {
|
|
@@ -50,11 +50,11 @@ export var TableSortLabel = /*#__PURE__*/React.forwardRef(function TableSortLabe
|
|
|
50
50
|
marginLeft: 1
|
|
51
51
|
}, /*#__PURE__*/React.createElement(CaretIcon, {
|
|
52
52
|
direction: 'up',
|
|
53
|
-
size: "
|
|
53
|
+
size: "sm",
|
|
54
54
|
variant: direction === 1 ? 'dark' : 'gray'
|
|
55
55
|
}), /*#__PURE__*/React.createElement(CaretIcon, {
|
|
56
56
|
direction: 'down',
|
|
57
|
-
size: "
|
|
57
|
+
size: "sm",
|
|
58
58
|
variant: direction === -1 ? 'dark' : 'gray'
|
|
59
59
|
}))), /*#__PURE__*/React.createElement(DropdownContent, null, /*#__PURE__*/React.createElement(NavVertical, null, /*#__PURE__*/React.createElement(NavVerticalItem, {
|
|
60
60
|
active: direction === 1,
|
|
@@ -47,26 +47,26 @@ export var Default = function Default() {
|
|
|
47
47
|
|
|
48
48
|
switch (task.status) {
|
|
49
49
|
case 'Ολοκληρωθηκε':
|
|
50
|
-
tagColor = '
|
|
50
|
+
tagColor = 'info';
|
|
51
51
|
break;
|
|
52
52
|
|
|
53
53
|
case 'Σε εξελιξη':
|
|
54
|
-
tagColor = '
|
|
54
|
+
tagColor = 'primary';
|
|
55
55
|
break;
|
|
56
56
|
|
|
57
57
|
case 'Δεν εχει ξεκινησει':
|
|
58
|
-
tagColor = '
|
|
58
|
+
tagColor = 'secondary';
|
|
59
59
|
break;
|
|
60
60
|
|
|
61
61
|
case 'Σε αναμονη':
|
|
62
|
-
tagColor = '
|
|
62
|
+
tagColor = 'secondary';
|
|
63
63
|
break;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
return /*#__PURE__*/React.createElement(SummaryListItem, {
|
|
67
67
|
key: key
|
|
68
68
|
}, /*#__PURE__*/React.createElement(SummaryListItemKey, null, /*#__PURE__*/React.createElement(LinkBase, null, task.text)), /*#__PURE__*/React.createElement(SummaryListItemAction, null, /*#__PURE__*/React.createElement(TaskListItemTag, {
|
|
69
|
-
|
|
69
|
+
color: tagColor
|
|
70
70
|
}, task.status)));
|
|
71
71
|
}))));
|
|
72
72
|
})));
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: task-list
|
|
3
|
+
title: TaskList
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# TaskList
|
|
7
|
+
TaskList is a component that displays number of steps required to complete a process inside your application.
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
import TaskList from '@digigov/ui/content/TaskList';
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## How to use
|
|
14
|
+
|
|
15
|
+
### Default
|
|
16
|
+
|
|
17
|
+
<Story packageName="@digigov/ui" component="content/TaskList" story="Default.tsx" />
|
|
18
|
+
|
|
19
|
+
## API
|
|
20
|
+
|
|
21
|
+
<PropTypes packageName="@digigov/ui" component="TaskList" />
|
|
@@ -98,7 +98,7 @@ var _ref2 = /*#__PURE__*/React.createElement(Button, {
|
|
|
98
98
|
|
|
99
99
|
export var Default = function Default() {
|
|
100
100
|
return /*#__PURE__*/React.createElement(Timeline, null, data && data.map(function (field, index) {
|
|
101
|
-
return /*#__PURE__*/React.createElement(
|
|
101
|
+
return /*#__PURE__*/React.createElement(TimelineItem, {
|
|
102
102
|
key: index,
|
|
103
103
|
marginBottom: 10
|
|
104
104
|
}, /*#__PURE__*/React.createElement(TimelineHeading, {
|
|
@@ -118,7 +118,7 @@ export var Default = function Default() {
|
|
|
118
118
|
key: subIndex,
|
|
119
119
|
variant: "link"
|
|
120
120
|
}, action.label);
|
|
121
|
-
}), _ref, _ref2)))
|
|
121
|
+
}), _ref, _ref2)));
|
|
122
122
|
}));
|
|
123
123
|
};
|
|
124
124
|
export default Default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: timeline
|
|
3
|
+
title: Timeline
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Timeline
|
|
7
|
+
A timeline is a useful way to display a whole range of information and/or data points to a user.
|
|
8
|
+
Keeping things organized in logical sequence timeline helps to keep track of what’s happening.
|
|
9
|
+
User can better understand what has happened and also understand what the next steps should be.
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
import Timeline from '@digigov/ui/content/Timeline';
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## How to use
|
|
16
|
+
|
|
17
|
+
### Default
|
|
18
|
+
|
|
19
|
+
<Story packageName="@digigov/ui" component="content/Timeline" story="Default.tsx" />
|
|
20
|
+
|
|
21
|
+
## API
|
|
22
|
+
|
|
23
|
+
<PropTypes packageName="@digigov/ui" component="Timeline" />
|
|
@@ -11,19 +11,11 @@ import CopyToClipboard from '@digigov/ui/feedback/CopyToClipboard';
|
|
|
11
11
|
|
|
12
12
|
### Default
|
|
13
13
|
|
|
14
|
-
<Story
|
|
15
|
-
packageName="@digigov/ui"
|
|
16
|
-
component="feedback/CopyToClipboard"
|
|
17
|
-
story="Default.tsx"
|
|
18
|
-
/>
|
|
14
|
+
<Story packageName="@digigov/ui" component="feedback/CopyToClipboard" story="Default.tsx" />
|
|
19
15
|
|
|
20
16
|
### Banner
|
|
21
17
|
|
|
22
|
-
<Story
|
|
23
|
-
packageName="@digigov/ui"
|
|
24
|
-
component="feedback/CopyToClipboard"
|
|
25
|
-
story="Banner.tsx"
|
|
26
|
-
/>
|
|
18
|
+
<Story packageName="@digigov/ui" component="feedback/CopyToClipboard" story="Banner.tsx" />
|
|
27
19
|
|
|
28
20
|
## API
|
|
29
21
|
|
|
@@ -15,11 +15,7 @@ import ErrorSummary from '@digigov/ui/feedback/ErrorSummary';
|
|
|
15
15
|
|
|
16
16
|
## How to use
|
|
17
17
|
|
|
18
|
-
<Story
|
|
19
|
-
packageName="@digigov/ui"
|
|
20
|
-
component="feedback/ErrorSummary"
|
|
21
|
-
story="Default.tsx"
|
|
22
|
-
/>
|
|
18
|
+
<Story packageName="@digigov/ui" component="feedback/ErrorSummary" story="Default.tsx" />
|
|
23
19
|
|
|
24
20
|
### Linking from the error summary to each answer
|
|
25
21
|
|
|
@@ -27,29 +23,17 @@ You must link the errors in the error summary to the answer they relate to.
|
|
|
27
23
|
|
|
28
24
|
For questions that require a user to answer using a single field, like a file upload, select, textarea, text input or character count, link to the field.
|
|
29
25
|
|
|
30
|
-
<Story
|
|
31
|
-
packageName="@digigov/ui"
|
|
32
|
-
component="feedback/ErrorSummary"
|
|
33
|
-
story="LinkedToInput.tsx"
|
|
34
|
-
/>
|
|
26
|
+
<Story packageName="@digigov/ui" component="feedback/ErrorSummary" story="LinkedToInput.tsx" />
|
|
35
27
|
|
|
36
28
|
When a user has to enter their answer into multiple fields, such as the day, month and year fields in the date input component, link to the first field that contains an error.
|
|
37
29
|
|
|
38
30
|
If you do not know which field contains an error, link to the first field.
|
|
39
31
|
|
|
40
|
-
<Story
|
|
41
|
-
packageName="@digigov/ui"
|
|
42
|
-
component="feedback/ErrorSummary"
|
|
43
|
-
story="LinkedToField.tsx"
|
|
44
|
-
/>
|
|
32
|
+
<Story packageName="@digigov/ui" component="feedback/ErrorSummary" story="LinkedToField.tsx" />
|
|
45
33
|
|
|
46
34
|
For questions that require a user to select one or more options from a list using radios or checkboxes, link to the first radio or checkbox.
|
|
47
35
|
|
|
48
|
-
<Story
|
|
49
|
-
packageName="@digigov/ui"
|
|
50
|
-
component="feedback/ErrorSummary"
|
|
51
|
-
story="LinkedToCheckbox.tsx"
|
|
52
|
-
/>
|
|
36
|
+
<Story packageName="@digigov/ui" component="feedback/ErrorSummary" story="LinkedToCheckbox.tsx" />
|
|
53
37
|
|
|
54
38
|
## API
|
|
55
39
|
|
|
@@ -19,19 +19,11 @@ Use a ‘neutral’ blue notification banner if the user needs to know about a p
|
|
|
19
19
|
|
|
20
20
|
Use a ‘neutral’ notification banner if the user needs to know about something that’s happening elsewhere in the service.
|
|
21
21
|
|
|
22
|
-
<Story
|
|
23
|
-
packageName="@digigov/ui"
|
|
24
|
-
component="feedback/NotificationBanner"
|
|
25
|
-
story="Default.tsx"
|
|
26
|
-
/>
|
|
22
|
+
<Story packageName="@digigov/ui" component="feedback/NotificationBanner" story="Default.tsx" />
|
|
27
23
|
|
|
28
24
|
You can also use a notification banner to tell the user about the outcome of something they’ve just done - but they have not finished using the service, so it does not make sense to use a confirmation page.
|
|
29
25
|
|
|
30
|
-
<Story
|
|
31
|
-
packageName="@digigov/ui"
|
|
32
|
-
component="feedback/NotificationBanner"
|
|
33
|
-
story="Success.tsx"
|
|
34
|
-
/>
|
|
26
|
+
<Story packageName="@digigov/ui" component="feedback/NotificationBanner" story="Success.tsx" />
|
|
35
27
|
|
|
36
28
|
## API
|
|
37
29
|
|
|
@@ -15,19 +15,11 @@ import PhaseBanner from '@digigov/ui/feedback/PhaseBanner';
|
|
|
15
15
|
|
|
16
16
|
Your banner must be directly under the blue GOV.GR header and colour bar.
|
|
17
17
|
|
|
18
|
-
<Story
|
|
19
|
-
packageName="@digigov/ui"
|
|
20
|
-
component="feedback/PhaseBanner"
|
|
21
|
-
story="Default.tsx"
|
|
22
|
-
/>
|
|
18
|
+
<Story packageName="@digigov/ui" component="feedback/PhaseBanner" story="Default.tsx" />
|
|
23
19
|
|
|
24
20
|
### Underlined
|
|
25
21
|
|
|
26
|
-
<Story
|
|
27
|
-
packageName="@digigov/ui"
|
|
28
|
-
component="feedback/PhaseBanner"
|
|
29
|
-
story="Underlined.tsx"
|
|
30
|
-
/>
|
|
22
|
+
<Story packageName="@digigov/ui" component="feedback/PhaseBanner"story="Underlined.tsx" />
|
|
31
23
|
|
|
32
24
|
## API
|
|
33
25
|
|
|
@@ -6,4 +6,5 @@ export default {
|
|
|
6
6
|
component: WarningText,
|
|
7
7
|
displayName: 'WarningText'
|
|
8
8
|
};
|
|
9
|
-
export * from '@digigov/ui/feedback/WarningText/__stories__/Default';
|
|
9
|
+
export * from '@digigov/ui/feedback/WarningText/__stories__/Default';
|
|
10
|
+
export * from '@digigov/ui/feedback/WarningText/__stories__/AssistiveText';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { WarningText } from '@digigov/ui/feedback/WarningText';
|
|
3
|
+
|
|
4
|
+
var _ref = /*#__PURE__*/React.createElement(WarningText, {
|
|
5
|
+
assistiveText: "\u03A3\u03B7\u03BC\u03B1\u03BD\u03C4\u03B9\u03BA\u03CC"
|
|
6
|
+
}, "\u039C\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03C3\u03B1\u03C2 \u03B5\u03C0\u03B9\u03B2\u03BB\u03B7\u03B8\u03B5\u03AF \u03C0\u03C1\u03CC\u03C3\u03C4\u03B9\u03BC\u03BF \u03AD\u03C9\u03C2 \u03BA\u03B1\u03B9 5.000 \u03B5\u03C5\u03C1\u03CE \u03B5\u03AC\u03BD \u03B4\u03B5\u03BD \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03B5\u03AF\u03C4\u03B5.");
|
|
7
|
+
|
|
8
|
+
export var AssistiveText = function AssistiveText() {
|
|
9
|
+
return _ref;
|
|
10
|
+
};
|
|
11
|
+
export default AssistiveText;
|
|
@@ -14,11 +14,7 @@ import WarningText from '@digigov/ui/feedback/WarningText';
|
|
|
14
14
|
You might need to rewrite the hidden text ("Προσοχή" in the example) to make it appropriate for your context.
|
|
15
15
|
This will be used by screen-readers.
|
|
16
16
|
|
|
17
|
-
<Story
|
|
18
|
-
packageName="@digigov/ui"
|
|
19
|
-
component="feedback/WarningText"
|
|
20
|
-
story="Default.tsx"
|
|
21
|
-
/>
|
|
17
|
+
<Story packageName="@digigov/ui" component="feedback/WarningText" story="Default.tsx" />
|
|
22
18
|
|
|
23
19
|
## API
|
|
24
20
|
|
|
@@ -6,7 +6,7 @@ import { FieldContainer } from '@digigov/ui/form/FieldContainer';
|
|
|
6
6
|
|
|
7
7
|
var _ref = /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/React.createElement(AutoComplete, {
|
|
8
8
|
source: suggest,
|
|
9
|
-
|
|
9
|
+
width: "33.3%",
|
|
10
10
|
id: "govgr"
|
|
11
11
|
})), /*#__PURE__*/React.createElement(Button, null, "\u03A5\u03C0\u03BF\u03B2\u03BF\u03BB\u03AE"));
|
|
12
12
|
|