@digigov/ui 0.24.3 → 0.26.0
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/CHANGELOG.md +21 -1
- package/admin/AutoComplete/__stories__/Default.d.ts +0 -1
- package/admin/AutoComplete/__stories__/Default.js +1 -1
- package/admin/AutoComplete/__stories__/WithAutoSelect.d.ts +0 -1
- package/admin/AutoComplete/__stories__/WithAutoSelect.js +13 -2
- package/admin/AutoComplete/__stories__/WithDefaultValue.d.ts +0 -1
- package/admin/AutoComplete/__stories__/WithDefaultValue.js +1 -1
- package/admin/AutoComplete/__stories__/WithInLine.d.ts +0 -1
- package/admin/AutoComplete/__stories__/WithInLine.js +1 -1
- package/admin/AutoComplete/__stories__/WithMinLength.d.ts +0 -1
- package/admin/AutoComplete/__stories__/WithMinLength.js +1 -1
- package/admin/AutoComplete/__stories__/WithPlaceHolder.d.ts +0 -1
- package/admin/AutoComplete/__stories__/WithPlaceHolder.js +1 -1
- package/admin/AutoComplete/__stories__/WithShowAllValues.d.ts +0 -1
- package/admin/AutoComplete/__stories__/WithShowAllValues.js +1 -1
- package/admin/AutoComplete/__stories__/utils.d.ts +2 -0
- package/admin/AutoComplete/__stories__/utils.js +15 -0
- package/admin/AutoComplete/index.d.ts +37 -20
- package/admin/AutoComplete/index.js +15 -53
- package/admin/AutoComplete/utils.d.ts +9 -1
- package/admin/AutoComplete/utils.js +23 -6
- package/admin/Chip/index.d.ts +2 -0
- package/admin/Chip/index.js +28 -0
- package/admin/CircularProgress/__stories__/Default.d.ts +0 -1
- package/admin/CopyToClipboard/__stories__/Banner.d.ts +0 -1
- package/admin/CopyToClipboard/__stories__/Default.d.ts +0 -1
- package/admin/CopyToClipboard/__stories__/MultipleCopies.d.ts +0 -1
- package/admin/CopyToClipboard/index.d.ts +4 -1
- package/admin/CopyToClipboard/index.js +14 -1
- package/admin/Drawer/Drawer.stories.d.ts +1 -4
- package/admin/Drawer/Drawer.stories.js +3 -22
- package/admin/Drawer/__stories__/Default.d.ts +0 -1
- package/admin/Drawer/__stories__/Default.js +13 -13
- package/admin/Drawer/index.d.ts +1 -0
- package/admin/Drawer/index.js +14 -0
- package/admin/Dropdown/__stories__/AlignRight.d.ts +0 -1
- package/admin/Dropdown/__stories__/Default.d.ts +0 -1
- package/admin/Dropdown/__stories__/PlacementTop.d.ts +0 -1
- package/admin/DropdownArrowDown/index.d.ts +3 -0
- package/admin/DropdownArrowDown/index.js +19 -0
- package/admin/Modal/__stories__/AlertDialog.d.ts +0 -1
- package/admin/Modal/__stories__/Default.d.ts +0 -1
- package/admin/Pagination/__stories__/Default.d.ts +0 -1
- package/admin/Pagination/index.d.ts +1 -1
- package/admin/StepNav/__stories__/Default.d.ts +0 -1
- package/admin/TaskList/__stories__/Default.d.ts +0 -1
- package/admin/Timeline/__stories__/Default.d.ts +0 -1
- package/admin/index.d.ts +1 -0
- package/admin/index.js +13 -0
- package/app/Confirmation/__stories__/Default.d.ts +0 -1
- package/app/Footer/Footer.stories.d.ts +1 -0
- package/app/Footer/Footer.stories.js +14 -0
- package/app/Footer/__stories__/Default.d.ts +0 -1
- package/app/Footer/__stories__/DefaultCopyright.d.ts +2 -0
- package/app/Footer/__stories__/DefaultCopyright.js +32 -0
- package/app/Footer/__stories__/FooterAllInclusive.d.ts +0 -1
- package/app/Footer/__stories__/FooterAllInclusive.js +5 -2
- package/app/Footer/__stories__/FooterWithLink.d.ts +0 -1
- package/app/Footer/__stories__/FooterWithLink.js +1 -1
- package/app/Footer/__stories__/FooterWithLogo.d.ts +0 -1
- package/app/Footer/__stories__/FooterWithSecondaryNavigation.d.ts +0 -1
- package/app/Header/Header.stories.d.ts +12 -12
- package/app/Header/HeaderLogo.d.ts +1 -1
- package/app/Header/HeaderSection.d.ts +1 -1
- package/app/Header/HeaderTitle.d.ts +1 -1
- package/app/Header/__stories__/Default.d.ts +0 -1
- package/app/Header/__stories__/WithNavigation.d.ts +0 -1
- package/app/Header/__stories__/WithServiceName.d.ts +0 -1
- package/app/Header/__stories__/WithServiceNameAndLogo.d.ts +0 -1
- package/app/Header/index.d.ts +1 -1
- package/app/NotFound/__stories__/Default.d.ts +0 -1
- package/app/OutdatedBrowserBanner.d.ts +0 -1
- package/app/PhaseBannerHeader/__stories__/Default.d.ts +0 -1
- package/app/PhaseBannerHeader/index.d.ts +1 -1
- package/app/QrCodeScanner/__stories__/Default.d.ts +0 -1
- package/app/i18n.d.ts +2 -2
- package/app/i18n.js +16 -2
- package/core/Accordion/__stories__/Default.d.ts +0 -1
- package/core/Accordion/__stories__/WithHints.d.ts +0 -1
- package/core/Accordion/index.d.ts +3 -3
- package/core/BackLink/__stories__/Default.d.ts +0 -1
- package/core/Base/index.d.ts +3 -0
- package/core/Base/index.js +19 -0
- package/core/Blockquote/__stories__/Default.d.ts +0 -1
- package/core/Blockquote/index.d.ts +1 -1
- package/core/Breadcrumbs/__stories__/Default.d.ts +0 -1
- package/core/Button/BackButton.d.ts +1 -1
- package/core/Button/Button.stories.d.ts +15 -15
- package/core/Button/ButtonLink.d.ts +1 -1
- package/core/Button/__stories__/Back.d.ts +0 -1
- package/core/Button/__stories__/ButtonLinkButton.d.ts +0 -1
- package/core/Button/__stories__/CallToActionButton.d.ts +0 -1
- package/core/Button/__stories__/Disabled.d.ts +0 -1
- package/core/Button/__stories__/GroupingButtons.d.ts +0 -1
- package/core/Button/__stories__/GroupingButtons.js +1 -1
- package/core/Button/__stories__/GroupingButtonsAndLinks.d.ts +0 -1
- package/core/Button/__stories__/Primary.d.ts +0 -1
- package/core/Button/__stories__/Secondary.d.ts +0 -1
- package/core/Button/__stories__/Warning.d.ts +0 -1
- package/core/Button/__stories__/WithVariantLink.d.ts +0 -1
- package/core/Button/index.d.ts +1 -1
- package/core/Card/__stories__/Default.d.ts +0 -1
- package/core/Card/__stories__/WithClickableContent.d.ts +0 -1
- package/core/Card/__stories__/WithClickableLink.d.ts +0 -1
- package/core/Card/__stories__/WithDarkBorder.d.ts +0 -1
- package/core/Card/__stories__/WithDarkTopBorder.d.ts +0 -1
- package/core/Card/__stories__/WithDivider.d.ts +0 -1
- package/core/Card/__stories__/WithGrayBorder.d.ts +0 -1
- package/core/Card/__stories__/WithGrayTopBorder.d.ts +0 -1
- package/core/Card/__stories__/WithGroupButton.d.ts +0 -1
- package/core/Checkboxes/__stories__/ConditionalReveal.d.ts +0 -1
- package/core/Checkboxes/__stories__/Default.d.ts +0 -1
- package/core/Checkboxes/__stories__/MultipleQuestions.d.ts +0 -1
- package/core/Checkboxes/__stories__/NoneAnswer.d.ts +0 -1
- package/core/Checkboxes/__stories__/NoneAnswerWithError.d.ts +2 -3
- package/core/Checkboxes/__stories__/NoneAnswerWithError.js +4 -4
- package/core/Checkboxes/__stories__/WithErrorMessage.d.ts +0 -1
- package/core/Checkboxes/__stories__/WithHint.d.ts +0 -1
- package/core/Confirmation/__stories__/Default.d.ts +0 -1
- package/core/DateInput/__stories__/Default.d.ts +0 -1
- package/core/DateInput/__stories__/MultipleQuestions.d.ts +0 -1
- package/core/DateInput/__stories__/WithErrorMessage.d.ts +0 -1
- package/core/DateInput/__stories__/WithErrorMessageForSingleField.d.ts +0 -1
- package/core/Details/__stories__/Default.d.ts +0 -1
- package/core/Divider/__stories__/Default.d.ts +0 -1
- package/core/Divider/index.d.ts +1 -1
- package/core/ErrorMessage/__stories__/Default.d.ts +0 -1
- package/core/ErrorSummary/__stories__/Default.d.ts +0 -1
- package/core/ErrorSummary/__stories__/LinkedToCheckbox.d.ts +0 -1
- package/core/ErrorSummary/__stories__/LinkedToField.d.ts +0 -1
- package/core/ErrorSummary/__stories__/LinkedToInput.d.ts +0 -1
- package/core/FileUpload/__stories__/Default.d.ts +0 -1
- package/core/FileUpload/__stories__/WithErrorMessage.d.ts +2 -3
- package/core/FileUpload/__stories__/WithErrorMessage.js +4 -4
- package/core/Form/index.d.ts +3 -0
- package/core/Form/index.js +19 -0
- package/core/Label/index.d.ts +4 -0
- package/core/Label/index.js +44 -0
- package/core/Link/__stories__/DarkBackground.d.ts +0 -1
- package/core/Link/__stories__/DarkBackgroundNoUnderline.d.ts +0 -1
- package/core/Link/__stories__/Default.d.ts +0 -1
- package/core/Link/__stories__/NoUnderline.d.ts +0 -1
- package/core/Link/__stories__/OpensInNewTab.d.ts +0 -1
- package/core/Link/index.d.ts +1 -0
- package/core/Link/index.js +2 -1
- package/core/List/__stories__/BulletList.d.ts +0 -1
- package/core/List/__stories__/Default.d.ts +0 -1
- package/core/List/__stories__/NumberedList.d.ts +0 -1
- package/core/List/__stories__/WithExtraSpace.d.ts +0 -1
- package/core/Masthead/__stories__/Default.d.ts +0 -1
- package/core/NavList/NavHorizontal.d.ts +3 -0
- package/core/NavList/NavHorizontal.js +19 -0
- package/core/NavList/NavHorizontalList.d.ts +3 -0
- package/core/NavList/NavHorizontalList.js +19 -0
- package/core/NavList/NavHorizontalListItem.d.ts +3 -0
- package/core/NavList/NavHorizontalListItem.js +19 -0
- package/core/NavList/NavListItem.d.ts +1 -1
- package/core/NavList/NavListItemBase.d.ts +1 -1
- package/core/NavList/NavVertical.d.ts +3 -0
- package/core/NavList/NavVertical.js +19 -0
- package/core/NavList/NavVerticalItem.d.ts +3 -0
- package/core/NavList/NavVerticalItem.js +19 -0
- package/core/NavList/__stories__/Default.d.ts +0 -1
- package/core/NavList/__stories__/NavHorizontalLayout.d.ts +0 -1
- package/core/NavList/index.d.ts +5 -0
- package/core/NavList/index.js +70 -0
- package/core/NotificationBanner/__stories__/Default.d.ts +0 -1
- package/core/NotificationBanner/__stories__/Success.d.ts +0 -1
- package/core/PhaseBanner/__stories__/Default.d.ts +0 -1
- package/core/PhaseBanner/__stories__/Underlined.d.ts +0 -1
- package/core/Radios/__stories__/ConditionalReveal.d.ts +0 -1
- package/core/Radios/__stories__/Default.d.ts +0 -1
- package/core/Radios/__stories__/Inline.d.ts +0 -1
- package/core/Radios/__stories__/MultipleQuestions.d.ts +0 -1
- package/core/Radios/__stories__/NoneAnswer.d.ts +0 -1
- package/core/Radios/__stories__/WithErrorMessage.d.ts +0 -1
- package/core/Radios/__stories__/WithHints.d.ts +0 -1
- package/core/Select/__stories__/Default.d.ts +0 -1
- package/core/Select/__stories__/DisabledInput.d.ts +0 -1
- package/core/Select/__stories__/WithHint.d.ts +0 -1
- package/core/SkipLink/index.d.ts +3 -0
- package/core/SkipLink/index.js +19 -0
- package/core/SummaryList/SummaryList.stories.d.ts +1 -0
- package/core/SummaryList/SummaryList.stories.js +14 -0
- package/core/SummaryList/__stories__/Default.d.ts +0 -1
- package/core/SummaryList/__stories__/Default.js +7 -1
- package/core/SummaryList/__stories__/WithActions.d.ts +0 -1
- package/core/SummaryList/__stories__/WithKeyAndAction.d.ts +2 -0
- package/core/SummaryList/__stories__/WithKeyAndAction.js +42 -0
- package/core/SummaryList/__stories__/WithoutBorders.d.ts +0 -1
- package/core/SvgIcon/index.d.ts +1 -0
- package/core/SvgIcon/index.js +14 -0
- package/core/Table/TableFloatingScroll.d.ts +0 -1
- package/core/Table/__stories__/DarkVariant.d.ts +0 -1
- package/core/Table/__stories__/DarkVariantWithVerticalHeaders.d.ts +0 -1
- package/core/Table/__stories__/Default.d.ts +0 -1
- package/core/Table/__stories__/DefinedWidth.d.ts +0 -1
- package/core/Table/__stories__/Densed.d.ts +0 -1
- package/core/Table/__stories__/MultipleProps.d.ts +0 -1
- package/core/Table/__stories__/NoData.d.ts +0 -1
- package/core/Table/__stories__/NumericDataType.d.ts +0 -1
- package/core/Table/__stories__/TableCaptions.d.ts +0 -1
- package/core/Table/__stories__/VerticalBorders.d.ts +0 -1
- package/core/Table/__stories__/VerticalHeaders.d.ts +0 -1
- package/core/Table/__stories__/WithFloatingScroll.d.ts +0 -1
- package/core/Table/__stories__/WithHeader.d.ts +0 -1
- package/core/Table/__stories__/WithLoader.d.ts +0 -1
- package/core/Table/__stories__/ZebraProp.d.ts +0 -1
- package/core/Tabs/__stories__/Default.d.ts +0 -1
- package/core/TextArea/__stories__/Default.d.ts +0 -1
- package/core/TextArea/__stories__/DisabledInput.d.ts +0 -1
- package/core/TextArea/__stories__/LimitedCharacters.d.ts +0 -1
- package/core/TextArea/__stories__/MultipleQuestions.d.ts +0 -1
- package/core/TextArea/__stories__/WithDeclaredRows.d.ts +0 -1
- package/core/TextArea/__stories__/WithErrorMessage.d.ts +0 -1
- package/core/TextArea/__stories__/WithHint.d.ts +0 -1
- package/core/TextInput/__stories__/AskingForNumbers.d.ts +0 -1
- package/core/TextInput/__stories__/Default.d.ts +0 -1
- package/core/TextInput/__stories__/DisabledInput.d.ts +0 -1
- package/core/TextInput/__stories__/FixedWidths.d.ts +0 -1
- package/core/TextInput/__stories__/FluidWidths.d.ts +0 -1
- package/core/TextInput/__stories__/MultipleQuestions.d.ts +0 -1
- package/core/TextInput/__stories__/WithErrorMessage.d.ts +0 -1
- package/core/TextInput/__stories__/WithHint.d.ts +0 -1
- package/core/VisuallyHidden/__stories__/Default.d.ts +0 -1
- package/core/WarningText/__stories__/Default.d.ts +0 -1
- package/core/index.d.ts +4 -0
- package/core/index.js +56 -0
- package/es/admin/AutoComplete/__stories__/Default.js +1 -1
- package/es/admin/AutoComplete/__stories__/WithAutoSelect.js +13 -2
- package/es/admin/AutoComplete/__stories__/WithDefaultValue.js +1 -1
- package/es/admin/AutoComplete/__stories__/WithInLine.js +1 -1
- package/es/admin/AutoComplete/__stories__/WithMinLength.js +1 -1
- package/es/admin/AutoComplete/__stories__/WithPlaceHolder.js +1 -1
- package/es/admin/AutoComplete/__stories__/WithShowAllValues.js +1 -1
- package/es/admin/AutoComplete/__stories__/utils.js +6 -0
- package/es/admin/AutoComplete/index.js +6 -45
- package/es/admin/AutoComplete/utils.js +18 -5
- package/es/admin/Chip/index.js +2 -0
- package/es/admin/CopyToClipboard/index.js +2 -1
- package/es/admin/Drawer/Drawer.stories.js +2 -5
- package/es/admin/Drawer/__stories__/Default.js +13 -13
- package/es/admin/Drawer/index.js +1 -0
- package/es/admin/DropdownArrowDown/index.js +3 -0
- package/es/admin/index.js +1 -0
- package/es/app/Footer/Footer.stories.js +1 -0
- package/es/app/Footer/__stories__/DefaultCopyright.js +16 -0
- package/es/app/Footer/__stories__/FooterAllInclusive.js +5 -2
- package/es/app/Footer/__stories__/FooterWithLink.js +1 -1
- package/es/app/i18n.js +16 -2
- package/es/core/Base/index.js +3 -0
- package/es/core/Button/__stories__/GroupingButtons.js +1 -1
- package/es/core/Checkboxes/__stories__/NoneAnswerWithError.js +2 -2
- package/es/core/FileUpload/__stories__/WithErrorMessage.js +2 -2
- package/es/core/Form/index.js +3 -0
- package/es/core/Label/index.js +4 -0
- package/es/core/Link/index.js +2 -1
- package/es/core/NavList/NavHorizontal.js +3 -0
- package/es/core/NavList/NavHorizontalList.js +3 -0
- package/es/core/NavList/NavHorizontalListItem.js +3 -0
- package/es/core/NavList/NavVertical.js +3 -0
- package/es/core/NavList/NavVerticalItem.js +3 -0
- package/es/core/NavList/index.js +6 -1
- package/es/core/SkipLink/index.js +3 -0
- package/es/core/SummaryList/SummaryList.stories.js +2 -1
- package/es/core/SummaryList/__stories__/Default.js +5 -1
- package/es/core/SummaryList/__stories__/WithKeyAndAction.js +20 -0
- package/es/core/SvgIcon/index.js +1 -0
- package/es/core/index.js +4 -0
- package/es/govgr/Footer/Copyright.js +4 -3
- package/es/layouts/Basic/Content/index.js +3 -1
- package/es/layouts/Basic/Side/index.js +2 -1
- package/es/layouts/Basic/__stories__/Default.js +2 -2
- package/es/layouts/Basic/index.js +2 -1
- package/es/locales/el.js +6 -0
- package/es/locales/en.js +5 -0
- package/es/registry.js +134 -114
- package/es/typography/Caption/index.js +2 -1
- package/es/typography/NormalText/__stories__/FontWeight.js +5 -5
- package/es/typography/Paragraph/__stories__/FontWeight.js +4 -4
- package/es/typography/Title/index.js +2 -1
- package/esm/admin/AutoComplete/__stories__/Default.js +1 -1
- package/esm/admin/AutoComplete/__stories__/WithAutoSelect.js +13 -2
- package/esm/admin/AutoComplete/__stories__/WithDefaultValue.js +1 -1
- package/esm/admin/AutoComplete/__stories__/WithInLine.js +1 -1
- package/esm/admin/AutoComplete/__stories__/WithMinLength.js +1 -1
- package/esm/admin/AutoComplete/__stories__/WithPlaceHolder.js +1 -1
- package/esm/admin/AutoComplete/__stories__/WithShowAllValues.js +1 -1
- package/esm/admin/AutoComplete/__stories__/utils.js +6 -0
- package/esm/admin/AutoComplete/index.js +6 -45
- package/esm/admin/AutoComplete/utils.js +18 -5
- package/esm/admin/Chip/index.js +2 -0
- package/esm/admin/CopyToClipboard/index.js +2 -1
- package/esm/admin/Drawer/Drawer.stories.js +2 -5
- package/esm/admin/Drawer/__stories__/Default.js +13 -13
- package/esm/admin/Drawer/index.js +1 -0
- package/esm/admin/DropdownArrowDown/index.js +3 -0
- package/esm/admin/index.js +1 -0
- package/esm/app/Footer/Footer.stories.js +1 -0
- package/esm/app/Footer/__stories__/DefaultCopyright.js +16 -0
- package/esm/app/Footer/__stories__/FooterAllInclusive.js +5 -2
- package/esm/app/Footer/__stories__/FooterWithLink.js +1 -1
- package/esm/app/i18n.js +16 -2
- package/esm/core/Base/index.js +3 -0
- package/esm/core/Button/__stories__/GroupingButtons.js +1 -1
- package/esm/core/Checkboxes/__stories__/NoneAnswerWithError.js +2 -2
- package/esm/core/FileUpload/__stories__/WithErrorMessage.js +2 -2
- package/esm/core/Form/index.js +3 -0
- package/esm/core/Label/index.js +4 -0
- package/esm/core/Link/index.js +2 -1
- package/esm/core/NavList/NavHorizontal.js +3 -0
- package/esm/core/NavList/NavHorizontalList.js +3 -0
- package/esm/core/NavList/NavHorizontalListItem.js +3 -0
- package/esm/core/NavList/NavVertical.js +3 -0
- package/esm/core/NavList/NavVerticalItem.js +3 -0
- package/esm/core/NavList/index.js +6 -1
- package/esm/core/SkipLink/index.js +3 -0
- package/esm/core/SummaryList/SummaryList.stories.js +2 -1
- package/esm/core/SummaryList/__stories__/Default.js +5 -1
- package/esm/core/SummaryList/__stories__/WithKeyAndAction.js +20 -0
- package/esm/core/SvgIcon/index.js +1 -0
- package/esm/core/index.js +4 -0
- package/esm/govgr/Footer/Copyright.js +4 -3
- package/esm/index.js +1 -1
- package/esm/layouts/Basic/Content/index.js +3 -1
- package/esm/layouts/Basic/Side/index.js +2 -1
- package/esm/layouts/Basic/__stories__/Default.js +2 -2
- package/esm/layouts/Basic/index.js +2 -1
- package/esm/locales/el.js +6 -0
- package/esm/locales/en.js +5 -0
- package/esm/registry.js +134 -114
- package/esm/typography/Caption/index.js +2 -1
- package/esm/typography/NormalText/__stories__/FontWeight.js +5 -5
- package/esm/typography/Paragraph/__stories__/FontWeight.js +4 -4
- package/esm/typography/Title/index.js +2 -1
- package/govgr/Footer/Copyright.js +4 -3
- package/layouts/Basic/Content/index.d.ts +3 -1
- package/layouts/Basic/Content/index.js +6 -0
- package/layouts/Basic/Side/index.d.ts +3 -1
- package/layouts/Basic/Side/index.js +6 -0
- package/layouts/Basic/Top/index.d.ts +1 -1
- package/layouts/Basic/__stories__/Default.d.ts +2 -3
- package/layouts/Basic/__stories__/Default.js +4 -4
- package/layouts/Basic/__stories__/MultipleRowsLayout.d.ts +0 -1
- package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.d.ts +0 -1
- package/layouts/Basic/index.d.ts +1 -0
- package/layouts/Basic/index.js +9 -1
- package/layouts/Grid/__stories__/Default.d.ts +0 -1
- package/layouts/Grid/__stories__/Inline.d.ts +0 -1
- package/locales/el.d.ts +6 -0
- package/locales/el.js +6 -0
- package/locales/en.d.ts +5 -0
- package/locales/en.js +5 -0
- package/package.json +4 -4
- package/registry.d.ts +66 -57
- package/registry.js +181 -152
- package/typography/Caption/__stories__/Default.d.ts +0 -1
- package/typography/Caption/__stories__/NestedToTitle.d.ts +0 -1
- package/typography/Caption/index.d.ts +3 -2
- package/typography/Caption/index.js +8 -1
- package/typography/Hint/__stories__/Default.d.ts +0 -1
- package/typography/Hint/__stories__/FontSizes.d.ts +0 -1
- package/typography/NormalText/__stories__/Default.d.ts +0 -1
- package/typography/NormalText/__stories__/FontSizes.d.ts +0 -1
- package/typography/NormalText/__stories__/FontWeight.d.ts +2 -3
- package/typography/NormalText/__stories__/FontWeight.js +4 -4
- package/typography/NormalText/__stories__/Variants.d.ts +0 -1
- package/typography/Paragraph/__stories__/Default.d.ts +0 -1
- package/typography/Paragraph/__stories__/FontSizes.d.ts +0 -1
- package/typography/Paragraph/__stories__/FontWeight.d.ts +2 -3
- package/typography/Paragraph/__stories__/FontWeight.js +4 -4
- package/typography/Paragraph/__stories__/LeadVariant.d.ts +0 -1
- package/typography/Paragraph/__stories__/SmallVariant.d.ts +0 -1
- package/typography/Title/__stories__/Default.d.ts +0 -1
- package/typography/Title/index.d.ts +2 -1
- package/typography/Title/index.js +6 -0
- package/admin/AutoComplete/AccesibleAutoComplete/index.d.ts +0 -5
- package/admin/AutoComplete/AccesibleAutoComplete/index.js +0 -106
- package/es/admin/AutoComplete/AccesibleAutoComplete/index.js +0 -87
- package/esm/admin/AutoComplete/AccesibleAutoComplete/index.js +0 -87
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import AutoComplete from '@digigov/ui/admin/AutoComplete';
|
|
3
3
|
import Field from '@digigov/ui/core/Field';
|
|
4
|
-
import suggest from '@digigov/ui/admin/AutoComplete/utils';
|
|
4
|
+
import suggest from '@digigov/ui/admin/AutoComplete/__stories__/utils';
|
|
5
5
|
|
|
6
6
|
var _ref = /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Field, null, /*#__PURE__*/React.createElement(AutoComplete, {
|
|
7
7
|
source: suggest,
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import AutoComplete from '@digigov/ui/admin/AutoComplete';
|
|
3
3
|
import Field from '@digigov/ui/core/Field';
|
|
4
4
|
import Paragraph from '@digigov/ui/typography/Paragraph';
|
|
5
|
-
import suggest from '@digigov/ui/admin/AutoComplete/utils';
|
|
5
|
+
import suggest from '@digigov/ui/admin/AutoComplete/__stories__/utils';
|
|
6
6
|
|
|
7
7
|
var _ref = /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Paragraph, null, "This is the minimum number of characters that should be entered before the autocomplete will attempt to suggest options(in above example is 2)"), /*#__PURE__*/React.createElement(Field, null, /*#__PURE__*/React.createElement(AutoComplete, {
|
|
8
8
|
source: suggest,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import AutoComplete from '@digigov/ui/admin/AutoComplete';
|
|
3
3
|
import Field from '@digigov/ui/core/Field';
|
|
4
|
-
import suggest from '@digigov/ui/admin/AutoComplete/utils';
|
|
4
|
+
import suggest from '@digigov/ui/admin/AutoComplete/__stories__/utils';
|
|
5
5
|
|
|
6
6
|
var _ref = /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Field, null, /*#__PURE__*/React.createElement(AutoComplete, {
|
|
7
7
|
source: suggest,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import AutoComplete from '@digigov/ui/admin/AutoComplete';
|
|
3
3
|
import Field from '@digigov/ui/core/Field';
|
|
4
|
-
import suggest from '@digigov/ui/admin/AutoComplete/utils';
|
|
4
|
+
import suggest from '@digigov/ui/admin/AutoComplete/__stories__/utils';
|
|
5
5
|
|
|
6
6
|
var _ref = /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Field, null, /*#__PURE__*/React.createElement(AutoComplete, {
|
|
7
7
|
source: suggest,
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export var results = ['Afghanistan', 'Akrotiri', 'Albania', 'Algeria', 'American Samoa', 'Andorra', 'Angola', 'Anguilla', 'Antarctica', 'Antigua and Barbuda', 'Argentina', 'Armenia', 'Aruba', 'Ashmore and Cartier Islands', 'Australia', 'Austria', 'Azerbaijan', 'Bahamas, The', 'Bahrain', 'Bangladesh', 'Barbados', 'Bassas da India', 'Belarus', 'Belgium', 'Belize', 'Benin', 'Bermuda', 'Bhutan', 'Bolivia', 'Bosnia and Herzegovina', 'Botswana', 'Bouvet Island', 'Brazil', 'British Indian Ocean Territory', 'British Virgin Islands', 'Brunei', 'Bulgaria', 'Burkina Faso', 'Burma', 'Burundi', 'Cambodia', 'Cameroon', 'Canada', 'Cape Verde', 'Cayman Islands', 'Central African Republic', 'Chad', 'Chile', 'China', 'Christmas Island', 'Clipperton Island', 'Cocos (Keeling) Islands', 'Colombia', 'Comoros', 'Congo', 'Cook Islands', 'Coral Sea Islands', 'Costa Rica', "Cote d'Ivoire", 'Croatia', 'Cuba', 'Cyprus', 'Czech Republic', 'Denmark', 'Dhekelia', 'Djibouti', 'Dominica', 'Dominican Republic', 'Ecuador', 'Egypt', 'El Salvador', 'Equatorial Guinea', 'Eritrea', 'Estonia', 'Ethiopia', 'Europa Island', 'Falkland Islands', 'Faroe Islands', 'Fiji', 'Finland', 'France', 'French Guiana', 'French Polynesia', 'French Southern and Antarctic Lands', 'Gabon', 'Gambia,', 'Gaza Strip', 'Georgia', 'Germany', 'Ghana', 'Gibraltar', 'Glorioso Islands', 'Greece', 'Greenland', 'Grenada', 'Guadeloupe', 'Guam', 'Guatemala', 'Guernsey', 'Guinea', 'Guinea-Bissau', 'Guyana', 'Haiti', 'Heard Island and McDonald Islands', 'Holy See (Vatican City)', 'Honduras', 'Hong Kong', 'Hungary', 'Iceland', 'India', 'Indonesia', 'Iran', 'Iraq', 'Ireland', 'Isle of Man', 'Israel', 'Italy', 'Jamaica', 'Jan Mayen', 'Japan', 'Jersey', 'Jordan', 'Juan de Nova Island', 'Kazakhstan', 'Kenya', 'Kiribati', 'Korea, North', 'Korea, South', 'Kuwait', 'Kyrgyzstan', 'Laos', 'Latvia', 'Lebanon', 'Lesotho', 'Liberia', 'Libya', 'Liechtenstein', 'Lithuania', 'Luxembourg', 'Macau', 'Macedonia', 'Madagascar', 'Malawi', 'Malaysia', 'Maldives', 'Mali', 'Malta', 'Marshall Islands', 'Martinique', 'Mauritania', 'Mauritius', 'Mayotte', 'Mexico', 'Micronesia, Federated States of', 'Moldova', 'Monaco', 'Mongolia', 'Montserrat', 'Morocco', 'Mozambique', 'Namibia', 'Nauru', 'Navassa Island', 'Nepal', 'Netherlands', 'Netherlands Antilles', 'New Caledonia', 'New Zealand', 'Nicaragua', 'Niger', 'Nigeria', 'Niue', 'Norfolk Island', 'Northern Mariana Islands', 'Norway', 'Oman', 'Pakistan', 'Palau', 'Panama', 'Papua New Guinea', 'Paracel Islands', 'Paraguay', 'Peru', 'Philippines', 'Pitcairn Islands', 'Poland', 'Portugal', 'Puerto Rico', 'Qatar', 'Reunion', 'Romania', 'Russia', 'Rwanda', 'Saint Helena', 'Saint Kitts and Nevis', 'Saint Lucia', 'Saint Pierre and Miquelon', 'Saint Vincent and the Grenadines', 'Samoa', 'San Marino', 'Sao Tome and Principe', 'Saudi Arabia', 'Senegal', 'Serbia and Montenegro', 'Seychelles', 'Sierra Leone', 'Singapore', 'Slovakia', 'Slovenia', 'Solomon Islands', 'Somalia', 'South Africa', 'South Georgia and the South Sandwich Islands', 'Spain', 'Spratly Islands', 'Sri Lanka', 'Sudan', 'Suriname', 'Svalbard', 'Swaziland', 'Sweden', 'Switzerland', 'Syria', 'Taiwan', 'Tajikistan', 'Tanzania', 'Thailand', 'Timor-Leste', 'Togo', 'Tokelau', 'Tonga', 'Trinidad and Tobago', 'Tromelin Island', 'Tunisia', 'Turkey', 'Turkmenistan', 'Turks and Caicos Islands', 'Tuvalu', 'Uganda', 'Ukraine', 'United Arab Emirates', 'United Kingdom', 'United States', 'Uruguay', 'Uzbekistan', 'Vanuatu', 'Venezuela', 'Vietnam', 'Virgin Islands', 'Wake Island', 'Wallis and Futuna', 'West Bank', 'Western Sahara', 'Yemen', 'Zambia', 'Zimbabwe'];
|
|
2
|
+
export default function suggest(query, syncResults) {
|
|
3
|
+
syncResults(query ? results.filter(function (result) {
|
|
4
|
+
return result.toLowerCase().indexOf(query.toLowerCase()) !== -1;
|
|
5
|
+
}) : []);
|
|
6
|
+
}
|
|
@@ -21,31 +21,7 @@ import AutoCompleteAssistiveHint from '@digigov/react-extensions/admin/AutoCompl
|
|
|
21
21
|
import { Component } from 'react';
|
|
22
22
|
import Status from '@digigov/ui/admin/AutoComplete/Status';
|
|
23
23
|
import DropdownArrowDown from '@digigov/react-extensions/admin/DropdownArrowDown';
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
/* const IS_REACT = process.env.COMPONENT_LIBRARY === 'REACT'; */
|
|
27
|
-
|
|
28
|
-
var keyCodes = {
|
|
29
|
-
13: 'enter',
|
|
30
|
-
27: 'escape',
|
|
31
|
-
32: 'space',
|
|
32
|
-
38: 'up',
|
|
33
|
-
40: 'down'
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
function isIosDevice() {
|
|
37
|
-
return typeof navigator !== 'undefined' && !!(navigator.userAgent.match(/(iPod|iPhone|iPad)/g) && navigator.userAgent.match(/AppleWebKit/g));
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
function isPrintableKeyCode(keyCode) {
|
|
41
|
-
return keyCode > 47 && keyCode < 58 || // number keys
|
|
42
|
-
keyCode === 32 || keyCode === 8 || // spacebar or backspace
|
|
43
|
-
keyCode > 64 && keyCode < 91 || // letter keys
|
|
44
|
-
keyCode > 95 && keyCode < 112 || // numpad keys
|
|
45
|
-
keyCode > 185 && keyCode < 193 || // ;=,-./` (in order)
|
|
46
|
-
keyCode > 218 && keyCode < 223 // [\]' (in order)
|
|
47
|
-
;
|
|
48
|
-
}
|
|
24
|
+
import { isIosDevice, keyCodes, isPrintableKeyCode } from '@digigov/ui/admin/AutoComplete/utils';
|
|
49
25
|
|
|
50
26
|
var AutoComplete = /*#__PURE__*/function (_Component) {
|
|
51
27
|
_inherits(AutoComplete, _Component);
|
|
@@ -139,7 +115,7 @@ var AutoComplete = /*#__PURE__*/function (_Component) {
|
|
|
139
115
|
}
|
|
140
116
|
}, {
|
|
141
117
|
key: "componentDidUpdate",
|
|
142
|
-
value: function componentDidUpdate(prevState) {
|
|
118
|
+
value: function componentDidUpdate(_, prevState) {
|
|
143
119
|
var focused = this.state.focused;
|
|
144
120
|
var componentLostFocus = focused === null;
|
|
145
121
|
var focusedChanged = prevState.focused !== focused;
|
|
@@ -515,7 +491,7 @@ var AutoComplete = /*#__PURE__*/function (_Component) {
|
|
|
515
491
|
tStatusSelectedOption = _this$props4.tStatusSelectedOption,
|
|
516
492
|
tStatusResults = _this$props4.tStatusResults,
|
|
517
493
|
tAssistiveHint = _this$props4.tAssistiveHint,
|
|
518
|
-
|
|
494
|
+
DropdownArrow = _this$props4.dropdownArrow;
|
|
519
495
|
var _this$state7 = this.state,
|
|
520
496
|
focused = _this$state7.focused,
|
|
521
497
|
hovered = _this$state7.hovered,
|
|
@@ -542,23 +518,6 @@ var AutoComplete = /*#__PURE__*/function (_Component) {
|
|
|
542
518
|
var ariaDescribedProp = ariaHint ? {
|
|
543
519
|
'aria-describedby': assistiveHintID
|
|
544
520
|
} : null;
|
|
545
|
-
var dropdownArrow; // we only need a dropdown arrow if showAllValues is set to a truthy value
|
|
546
|
-
|
|
547
|
-
if (showAllValues) {
|
|
548
|
-
dropdownArrow = dropdownArrowFactory({
|
|
549
|
-
className: dropdownArrowClassName
|
|
550
|
-
}); // if the factory returns a string we'll render this as HTML (usage w/o (P)React)
|
|
551
|
-
|
|
552
|
-
if (typeof dropdownArrow === 'string') {
|
|
553
|
-
dropdownArrow = /*#__PURE__*/React.createElement("div", {
|
|
554
|
-
className: "autocomplete__dropdown-arrow-down-wrapper",
|
|
555
|
-
dangerouslySetInnerHTML: {
|
|
556
|
-
__html: dropdownArrow
|
|
557
|
-
}
|
|
558
|
-
});
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
|
|
562
521
|
return /*#__PURE__*/React.createElement(AutoCompleteWrapper, {
|
|
563
522
|
onKeyDown: this.handleKeyDown,
|
|
564
523
|
cellWidth: cellWidth
|
|
@@ -601,7 +560,9 @@ var AutoComplete = /*#__PURE__*/function (_Component) {
|
|
|
601
560
|
role: "combobox",
|
|
602
561
|
required: required,
|
|
603
562
|
value: query
|
|
604
|
-
})),
|
|
563
|
+
})), showAllValues && DropdownArrow && /*#__PURE__*/React.createElement(DropdownArrow, {
|
|
564
|
+
className: dropdownArrowClassName
|
|
565
|
+
}), /*#__PURE__*/React.createElement(AutoCompleteResultList, {
|
|
605
566
|
displayMenu: displayMenu,
|
|
606
567
|
isVisible: menuIsVisible,
|
|
607
568
|
onMouseLeave: function onMouseLeave() {
|
|
@@ -1,6 +1,19 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
export var keyCodes = {
|
|
2
|
+
13: 'enter',
|
|
3
|
+
27: 'escape',
|
|
4
|
+
32: 'space',
|
|
5
|
+
38: 'up',
|
|
6
|
+
40: 'down'
|
|
7
|
+
};
|
|
8
|
+
export function isIosDevice() {
|
|
9
|
+
return typeof navigator !== 'undefined' && !!(navigator.userAgent.match(/(iPod|iPhone|iPad)/g) && navigator.userAgent.match(/AppleWebKit/g));
|
|
10
|
+
}
|
|
11
|
+
export function isPrintableKeyCode(keyCode) {
|
|
12
|
+
return keyCode > 47 && keyCode < 58 || // number keys
|
|
13
|
+
keyCode === 32 || keyCode === 8 || // spacebar or backspace
|
|
14
|
+
keyCode > 64 && keyCode < 91 || // letter keys
|
|
15
|
+
keyCode > 95 && keyCode < 112 || // numpad keys
|
|
16
|
+
keyCode > 185 && keyCode < 193 || // ;=,-./` (in order)
|
|
17
|
+
keyCode > 218 && keyCode < 223 // [\]' (in order)
|
|
18
|
+
;
|
|
6
19
|
}
|
package/esm/admin/Chip/index.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export * from '@digigov/react-extensions/admin/Chip';
|
|
2
2
|
export * from '@digigov/react-extensions/admin/ChipHeading';
|
|
3
3
|
export * from '@digigov/react-extensions/admin/ChipSection';
|
|
4
|
+
export * from '@digigov/react-extensions/admin/ChipSectionHorizontal';
|
|
5
|
+
export * from '@digigov/react-extensions/admin/ChipSectionWrapper';
|
|
4
6
|
import Chip from '@digigov/react-extensions/admin/Chip';
|
|
5
7
|
export default Chip;
|
|
@@ -43,4 +43,5 @@ export var CopyToClipboard = /*#__PURE__*/React.forwardRef(function CopyToClipbo
|
|
|
43
43
|
role: "tooltip"
|
|
44
44
|
}, /*#__PURE__*/React.createElement(NormalText, null, message || t('copy-to-clipboard.message'))));
|
|
45
45
|
});
|
|
46
|
-
export default CopyToClipboard;
|
|
46
|
+
export default CopyToClipboard;
|
|
47
|
+
export { CopyToClipboardContainer, CopyToClipboardMessage };
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import Drawer from '@digigov/ui/admin/Drawer';
|
|
2
1
|
export default {
|
|
3
|
-
title: 'Digigov UI/admin/Drawer'
|
|
4
|
-
|
|
5
|
-
};
|
|
6
|
-
export * from '@digigov/ui/admin/Drawer/__stories__/Default';
|
|
2
|
+
title: 'Digigov UI/admin/Drawer'
|
|
3
|
+
}; // export * from '@digigov/ui/admin/Drawer/__stories__/Default';
|
|
@@ -9,6 +9,19 @@ import { Card, CardHeading, CardText } from '@digigov/react-core';
|
|
|
9
9
|
import Grid from '@digigov/react-core/Grid';
|
|
10
10
|
import GovGRFooter from '@digigov/ui/govgr/Footer';
|
|
11
11
|
|
|
12
|
+
function useDrawer() {
|
|
13
|
+
var _useState = useState(true),
|
|
14
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
15
|
+
open = _useState2[0],
|
|
16
|
+
setOpen = _useState2[1];
|
|
17
|
+
|
|
18
|
+
function toggleDrawer() {
|
|
19
|
+
setOpen(!open);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
return [open, toggleDrawer];
|
|
23
|
+
}
|
|
24
|
+
|
|
12
25
|
var _ref = /*#__PURE__*/React.createElement(GovGRLogo, null);
|
|
13
26
|
|
|
14
27
|
var _ref2 = /*#__PURE__*/React.createElement(BurgerIcon, null);
|
|
@@ -47,19 +60,6 @@ var _ref6 = /*#__PURE__*/React.createElement(AdminMain, null, /*#__PURE__*/React
|
|
|
47
60
|
var _ref7 = /*#__PURE__*/React.createElement(GovGRFooter, null);
|
|
48
61
|
|
|
49
62
|
export var Default = function Default() {
|
|
50
|
-
function useDrawer() {
|
|
51
|
-
var _useState = useState(true),
|
|
52
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
53
|
-
open = _useState2[0],
|
|
54
|
-
setOpen = _useState2[1];
|
|
55
|
-
|
|
56
|
-
function toggleDrawer() {
|
|
57
|
-
setOpen(!open);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
return [open, toggleDrawer];
|
|
61
|
-
}
|
|
62
|
-
|
|
63
63
|
var _useDrawer = useDrawer(),
|
|
64
64
|
_useDrawer2 = _slicedToArray(_useDrawer, 2),
|
|
65
65
|
open = _useDrawer2[0],
|
package/esm/admin/index.js
CHANGED
|
@@ -7,5 +7,6 @@ export default {
|
|
|
7
7
|
export * from './__stories__/Default';
|
|
8
8
|
export * from './__stories__/FooterWithLogo';
|
|
9
9
|
export * from './__stories__/FooterWithLink';
|
|
10
|
+
export * from './__stories__/DefaultCopyright';
|
|
10
11
|
export * from './__stories__/FooterWithSecondaryNavigation';
|
|
11
12
|
export * from './__stories__/FooterAllInclusive';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Copyright from '@digigov/ui/govgr/Footer/Copyright';
|
|
3
|
+
import HellenicRepublicLogo from '@digigov/ui/govgr/Footer/HellenicRepublicLogo';
|
|
4
|
+
import Footer from '@digigov/ui/govgr/Footer';
|
|
5
|
+
import { FooterMeta, FooterMetaItem, FooterContent, FooterInlineList, FooterInlineListItem, FooterLink, VisuallyHidden } from '@digigov/react-core';
|
|
6
|
+
|
|
7
|
+
var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.createElement(FooterMeta, null, /*#__PURE__*/React.createElement(FooterMetaItem, {
|
|
8
|
+
grow: true
|
|
9
|
+
}, /*#__PURE__*/React.createElement(FooterContent, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/React.createElement(FooterInlineList, null, /*#__PURE__*/React.createElement(FooterInlineListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
|
|
10
|
+
href: "#"
|
|
11
|
+
}, " \u0391\u03BA\u03CC\u03BC\u03B1 \u03BC\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE")), /*#__PURE__*/React.createElement(FooterInlineListItem, null, /*#__PURE__*/React.createElement(FooterLink, null, " \u0391\u03BA\u03CC\u03BC\u03B1 \u03BC\u03B9\u03B1"))), /*#__PURE__*/React.createElement(Copyright, null))), /*#__PURE__*/React.createElement(FooterMetaItem, null, /*#__PURE__*/React.createElement(HellenicRepublicLogo, null))));
|
|
12
|
+
|
|
13
|
+
export var DefaultCopyright = function DefaultCopyright() {
|
|
14
|
+
return _ref;
|
|
15
|
+
};
|
|
16
|
+
export default DefaultCopyright;
|
|
@@ -16,13 +16,16 @@ var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.cre
|
|
|
16
16
|
src: "https://government.gov.gr/wp-content/uploads/2017/09/kyvernisi-logo-small-1.png"
|
|
17
17
|
}), /*#__PURE__*/React.createElement(FooterImage, {
|
|
18
18
|
src: "https://grnet.gr/wp-content/uploads/sites/13/2016/04/GRNET_Logo_Transparent-e1431694322566-1.png"
|
|
19
|
-
})), /*#__PURE__*/React.createElement(Copyright, null, "\
|
|
19
|
+
})), /*#__PURE__*/React.createElement(Copyright, null, "\u03A5\u03BB\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF", ' ', /*#__PURE__*/React.createElement(Link, {
|
|
20
20
|
href: "https://grnet.gr/",
|
|
21
21
|
target: "_blank"
|
|
22
22
|
}, ' ', "\u0395\u0394\u03A5\u03A4\u0395", ' ', /*#__PURE__*/React.createElement(VisuallyHidden, null, "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)")), ' ', "\u03B3\u03B9\u03B1 \u03C4\u03BF", ' ', /*#__PURE__*/React.createElement(Link, {
|
|
23
23
|
href: "https://mindigital.gr/",
|
|
24
24
|
target: "_blank"
|
|
25
|
-
}, ' ', "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A8\u03B7\u03C6\u03B9\u03B1\u03BA\u03AE\u03C2 \u0394\u03B9\u03B1\u03BA\u03C5\u03B2\u03AD\u03C1\u03BD\u03B7\u03C3\u03B7\u03C2", ' ', /*#__PURE__*/React.createElement(VisuallyHidden, null, "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)"))
|
|
25
|
+
}, ' ', "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A8\u03B7\u03C6\u03B9\u03B1\u03BA\u03AE\u03C2 \u0394\u03B9\u03B1\u03BA\u03C5\u03B2\u03AD\u03C1\u03BD\u03B7\u03C3\u03B7\u03C2", ' ', /*#__PURE__*/React.createElement(VisuallyHidden, null, "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)")), ' ', "\u03BA\u03B1\u03B9 \u03B3\u03B9\u03B1 \u03C4\u03BF", ' ', /*#__PURE__*/React.createElement(Link, {
|
|
26
|
+
href: "https://www.minedu.gov.gr/",
|
|
27
|
+
target: "_blank"
|
|
28
|
+
}, ' ', "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A0\u03B1\u03B9\u03B4\u03B5\u03AF\u03B1\u03C2 \u03BA\u03B1\u03B9 \u0398\u03C1\u03B7\u03C3\u03BA\u03B5\u03C5\u03BC\u03AC\u03C4\u03C9\u03BD", ' ', /*#__PURE__*/React.createElement(VisuallyHidden, null, "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)"))))), /*#__PURE__*/React.createElement(FooterMetaItem, null, /*#__PURE__*/React.createElement(HellenicRepublicLogo, null))));
|
|
26
29
|
|
|
27
30
|
export var FooterAllInclusive = function FooterAllInclusive() {
|
|
28
31
|
return _ref;
|
|
@@ -9,7 +9,7 @@ var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.cre
|
|
|
9
9
|
grow: true
|
|
10
10
|
}, /*#__PURE__*/React.createElement(FooterContent, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/React.createElement(FooterInlineList, null, /*#__PURE__*/React.createElement(FooterInlineListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
|
|
11
11
|
href: "#"
|
|
12
|
-
}, " \u0391\u03BA\u03CC\u03BC\u03B1 \u03BC\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE")), /*#__PURE__*/React.createElement(FooterInlineListItem, null, /*#__PURE__*/React.createElement(FooterLink, null, " \u0391\u03BA\u03CC\u03BC\u03B1 \u03BC\u03B9\u03B1"))), /*#__PURE__*/React.createElement(Copyright, null, "\
|
|
12
|
+
}, " \u0391\u03BA\u03CC\u03BC\u03B1 \u03BC\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE")), /*#__PURE__*/React.createElement(FooterInlineListItem, null, /*#__PURE__*/React.createElement(FooterLink, null, " \u0391\u03BA\u03CC\u03BC\u03B1 \u03BC\u03B9\u03B1"))), /*#__PURE__*/React.createElement(Copyright, null, "\u03A5\u03BB\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF", ' ', /*#__PURE__*/React.createElement(Link, {
|
|
13
13
|
href: "https://grnet.gr/",
|
|
14
14
|
target: "_blank"
|
|
15
15
|
}, ' ', "\u0395\u0394\u03A5\u03A4\u0395", ' ', /*#__PURE__*/React.createElement(VisuallyHidden, null, "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)")), ' ', "\u03B3\u03B9\u03B1 \u03C4\u03BF", ' ', /*#__PURE__*/React.createElement(Link, {
|
package/esm/app/i18n.js
CHANGED
|
@@ -3,11 +3,25 @@ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProper
|
|
|
3
3
|
var _excluded = ["t", "children"];
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import el from '@digigov/ui/locales/el';
|
|
6
|
-
export var defaultTranslate = function defaultTranslate(key) {
|
|
6
|
+
export var defaultTranslate = function defaultTranslate(key, context) {
|
|
7
7
|
try {
|
|
8
8
|
if (key.split('.').length > 0) {
|
|
9
9
|
return key.split('.').reduce(function (locale, path) {
|
|
10
|
-
|
|
10
|
+
if (locale[path]) {
|
|
11
|
+
if (typeof locale[path] === 'string' && context) {
|
|
12
|
+
var nextLocale = locale[path];
|
|
13
|
+
var matches = locale[path].match(/\{{(\w+)\}}/g) || [];
|
|
14
|
+
matches.forEach(function (match) {
|
|
15
|
+
var variable = match.replaceAll(/{|}/g, '');
|
|
16
|
+
nextLocale = nextLocale.replace(match, context[variable]);
|
|
17
|
+
});
|
|
18
|
+
return nextLocale;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
return locale[path];
|
|
22
|
+
} else {
|
|
23
|
+
return key;
|
|
24
|
+
}
|
|
11
25
|
}, el);
|
|
12
26
|
} else if (el[key]) {
|
|
13
27
|
return el[key];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import Button, { ButtonGroup } from '@digigov/ui/core/Button';
|
|
3
3
|
/**
|
|
4
|
-
* My deescrition is the best description that was described
|
|
4
|
+
* My deescrition is the best description that was described
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
var _ref = /*#__PURE__*/React.createElement(ButtonGroup, null, /*#__PURE__*/React.createElement(Button, null, "\u039F\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03AE \u03C5\u03C0\u03BF\u03B2\u03BF\u03BB\u03AE"), /*#__PURE__*/React.createElement(Button, {
|
|
@@ -28,7 +28,7 @@ var _ref = /*#__PURE__*/React.createElement(Field, {
|
|
|
28
28
|
value: "none"
|
|
29
29
|
}, "\u038C\u03C7\u03B9, \u03B4\u03B5\u03BD \u03B8\u03B1 \u03C4\u03B1\u03BE\u03B9\u03B4\u03AD\u03C8\u03C9 \u03C3\u03B5 \u03BA\u03B1\u03BC\u03AF\u03B1 \u03B1\u03C0\u03CC \u03B1\u03C5\u03C4\u03AD\u03C2 \u03C4\u03B9\u03C2 \u03C7\u03CE\u03C1\u03B5\u03C2"))));
|
|
30
30
|
|
|
31
|
-
export var
|
|
31
|
+
export var NoneAnswerWithError = function NoneAnswerWithError() {
|
|
32
32
|
return _ref;
|
|
33
33
|
};
|
|
34
|
-
export default
|
|
34
|
+
export default NoneAnswerWithError;
|
|
@@ -11,7 +11,7 @@ var _ref = /*#__PURE__*/React.createElement(Field, {
|
|
|
11
11
|
size: "m"
|
|
12
12
|
}, "\u038C\u03BD\u03BF\u03BC\u03B1 \u03B5\u03C0\u03B9\u03C7\u03B5\u03AF\u03C1\u03B7\u03C3\u03B7\u03C2"), /*#__PURE__*/React.createElement(Hint, null, "\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C3\u03C5\u03BC\u03C0\u03BB\u03B7\u03C1\u03CE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03C0\u03B5\u03B4\u03AF\u03BF."), /*#__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, null)));
|
|
13
13
|
|
|
14
|
-
export var
|
|
14
|
+
export var WithErrorMessage = function WithErrorMessage() {
|
|
15
15
|
return _ref;
|
|
16
16
|
};
|
|
17
|
-
export default
|
|
17
|
+
export default WithErrorMessage;
|
package/esm/core/Link/index.js
CHANGED
|
@@ -2,4 +2,9 @@ export { NavList as default } from '@digigov/ui/core/NavList/NavList';
|
|
|
2
2
|
export * from '@digigov/ui/core/NavList/NavList';
|
|
3
3
|
export * from '@digigov/ui/core/NavList/NavListItem';
|
|
4
4
|
export * from '@digigov/ui/core/NavList/NavListSubMenu';
|
|
5
|
-
export * from '@digigov/ui/core/NavList/NavListContext';
|
|
5
|
+
export * from '@digigov/ui/core/NavList/NavListContext';
|
|
6
|
+
export * from '@digigov/ui/core/NavList/NavHorizontal';
|
|
7
|
+
export * from '@digigov/ui/core/NavList/NavHorizontalList';
|
|
8
|
+
export * from '@digigov/ui/core/NavList/NavHorizontalListItem';
|
|
9
|
+
export * from '@digigov/ui/core/NavList/NavVertical';
|
|
10
|
+
export * from '@digigov/ui/core/NavList/NavVerticalItem';
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import SummaryList, { SummaryListItem, SummaryListItemAction, SummaryListItemKey, SummaryListItemValue } from '@digigov/ui/core/SummaryList';
|
|
3
|
+
import VisuallyHidden from '@digigov/ui/core/VisuallyHidden';
|
|
4
|
+
import Link from '@digigov/ui/core/Link';
|
|
3
5
|
|
|
4
|
-
var _ref = /*#__PURE__*/React.createElement(SummaryList, null, /*#__PURE__*/React.createElement(SummaryListItem, null, /*#__PURE__*/React.createElement(SummaryListItemKey, null, "\u038C\u03BD\u03BF\u03BC\u03B1"), /*#__PURE__*/React.createElement(SummaryListItemValue, null, "\u0393\u03B9\u03CE\u03C1\u03B3\u03BF\u03C2 \u03A0\u03B1\u03C0\u03B1\u03B4\u03CC\u03C0\u03BF\u03C5\u03BB\u03BF\u03C2")), /*#__PURE__*/React.createElement(SummaryListItem, null, /*#__PURE__*/React.createElement(SummaryListItemKey, null, "\u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7"), /*#__PURE__*/React.createElement(SummaryListItemValue, null, "\u03A4\u03AC\u03B4\u03B5 20, \u03A0\u03B1\u03C4\u03AE\u03C3\u03B9\u03B1"), /*#__PURE__*/React.createElement(SummaryListItemAction, null
|
|
6
|
+
var _ref = /*#__PURE__*/React.createElement(SummaryList, null, /*#__PURE__*/React.createElement(SummaryListItem, null, /*#__PURE__*/React.createElement(SummaryListItemKey, null, "\u038C\u03BD\u03BF\u03BC\u03B1"), /*#__PURE__*/React.createElement(SummaryListItemValue, null, "\u0393\u03B9\u03CE\u03C1\u03B3\u03BF\u03C2 \u03A0\u03B1\u03C0\u03B1\u03B4\u03CC\u03C0\u03BF\u03C5\u03BB\u03BF\u03C2")), /*#__PURE__*/React.createElement(SummaryListItem, null, /*#__PURE__*/React.createElement(SummaryListItemKey, null, "\u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7"), /*#__PURE__*/React.createElement(SummaryListItemValue, null, "\u03A4\u03AC\u03B4\u03B5 20, \u03A0\u03B1\u03C4\u03AE\u03C3\u03B9\u03B1"), /*#__PURE__*/React.createElement(SummaryListItemAction, null, /*#__PURE__*/React.createElement(Link, {
|
|
7
|
+
href: "#"
|
|
8
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7\u03C2")))), /*#__PURE__*/React.createElement(SummaryListItem, null, /*#__PURE__*/React.createElement(SummaryListItemKey, null, "\u03A4\u03B7\u03BB\u03AD\u03C6\u03C9\u03BD\u03BF"), /*#__PURE__*/React.createElement(SummaryListItemValue, null, "6941234567")));
|
|
5
9
|
|
|
6
10
|
export var Default = function Default() {
|
|
7
11
|
return /*#__PURE__*/React.createElement(React.Fragment, null, _ref);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import SummaryList, { SummaryListItem, SummaryListItemAction, SummaryListItemKey } from '@digigov/ui/core/SummaryList';
|
|
3
|
+
import VisuallyHidden from '@digigov/ui/core/VisuallyHidden';
|
|
4
|
+
import Link from '@digigov/ui/core/Link';
|
|
5
|
+
import { ButtonGroup, Button } from '@digigov/ui/core';
|
|
6
|
+
|
|
7
|
+
var _ref = /*#__PURE__*/React.createElement(SummaryList, null, /*#__PURE__*/React.createElement(SummaryListItem, null, /*#__PURE__*/React.createElement(SummaryListItemKey, null, "\u038C\u03BD\u03BF\u03BC\u03B1"), /*#__PURE__*/React.createElement(SummaryListItemAction, null, /*#__PURE__*/React.createElement(Link, {
|
|
8
|
+
href: "#"
|
|
9
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039F\u03BD\u03CC\u03BC\u03B1\u03C4\u03BF\u03C2")))), /*#__PURE__*/React.createElement(SummaryListItem, null, /*#__PURE__*/React.createElement(SummaryListItemKey, null, "\u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7"), /*#__PURE__*/React.createElement(SummaryListItemAction, null, /*#__PURE__*/React.createElement(Link, {
|
|
10
|
+
href: "#"
|
|
11
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7\u03C2")))), /*#__PURE__*/React.createElement(SummaryListItem, null, /*#__PURE__*/React.createElement(SummaryListItemKey, null, "\u03A4\u03B7\u03BB\u03AD\u03C6\u03C9\u03BD\u03BF"), /*#__PURE__*/React.createElement(SummaryListItemAction, null, /*#__PURE__*/React.createElement(ButtonGroup, null, /*#__PURE__*/React.createElement(Button, {
|
|
12
|
+
variant: "link"
|
|
13
|
+
}, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE ", /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03C4\u03B7\u03BB\u03B5\u03C6\u03CE\u03BD\u03BF\u03C5")), /*#__PURE__*/React.createElement(Button, {
|
|
14
|
+
variant: "link"
|
|
15
|
+
}, "\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE ", /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03C4\u03B7\u03BB\u03B5\u03C6\u03CE\u03BD\u03BF\u03C5"))))));
|
|
16
|
+
|
|
17
|
+
export var WithKeyAndAction = function WithKeyAndAction() {
|
|
18
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, _ref);
|
|
19
|
+
};
|
|
20
|
+
export default WithKeyAndAction;
|
|
@@ -2,6 +2,7 @@ export * from '@digigov/react-core/SvgIcon';
|
|
|
2
2
|
export * from '@digigov/react-core/ArrowIcon';
|
|
3
3
|
export * from '@digigov/react-core/CaretIcon';
|
|
4
4
|
export * from '@digigov/react-core/UncheckIcon';
|
|
5
|
+
export * from '@digigov/react-core/CheckIcon';
|
|
5
6
|
export * from '@digigov/react-core/CloseIcon';
|
|
6
7
|
export * from '@digigov/react-core/MoreVertIcon';
|
|
7
8
|
export * from '@digigov/react-core/BurgerIcon';
|
package/esm/core/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { default as Button } from '@digigov/ui/core/Button';
|
|
2
2
|
export * from '@digigov/ui/core/BackLink';
|
|
3
|
+
export * from '@digigov/ui/core/Base';
|
|
3
4
|
export * from '@digigov/ui/core/Button';
|
|
4
5
|
export * from '@digigov/ui/core/Accordion';
|
|
5
6
|
export * from '@digigov/ui/core/Blockquote';
|
|
@@ -10,8 +11,11 @@ export * from '@digigov/ui/core/Details';
|
|
|
10
11
|
export * from '@digigov/ui/core/Divider';
|
|
11
12
|
export * from '@digigov/ui/core/ErrorSummary';
|
|
12
13
|
export * from '@digigov/ui/core/FileUpload';
|
|
14
|
+
export * from '@digigov/ui/core/Form';
|
|
13
15
|
export * from '@digigov/ui/core/Hidden';
|
|
16
|
+
export * from '@digigov/ui/core/Label';
|
|
14
17
|
export * from '@digigov/ui/core/Link';
|
|
18
|
+
export * from '@digigov/ui/core/SkipLink';
|
|
15
19
|
export * from '@digigov/ui/core/List';
|
|
16
20
|
export * from '@digigov/ui/core/NavList';
|
|
17
21
|
export * from '@digigov/ui/core/NavList';
|
|
@@ -12,7 +12,8 @@ export var Copyright = function Copyright(_ref) {
|
|
|
12
12
|
var _ref$copyright = _ref.copyright,
|
|
13
13
|
copyright = _ref$copyright === void 0 ? getCopyright() : _ref$copyright,
|
|
14
14
|
createdBy = _ref.createdBy,
|
|
15
|
-
minDigitalCopyright = _ref.minDigitalCopyright
|
|
15
|
+
minDigitalCopyright = _ref.minDigitalCopyright,
|
|
16
|
+
children = _ref.children;
|
|
16
17
|
|
|
17
18
|
var _useTranslation = useTranslation(),
|
|
18
19
|
t = _useTranslation.t;
|
|
@@ -24,7 +25,7 @@ export var Copyright = function Copyright(_ref) {
|
|
|
24
25
|
url: 'https://grnet.gr',
|
|
25
26
|
label: t('footer.grnet')
|
|
26
27
|
};
|
|
27
|
-
return /*#__PURE__*/React.createElement(CoreCopyright, null, copyright, ' - ', createdBy || /*#__PURE__*/React.createElement(React.Fragment, null, t('footer.created_by'), ' ', /*#__PURE__*/React.createElement(Link, {
|
|
28
|
+
return /*#__PURE__*/React.createElement(CoreCopyright, null, children ? children : /*#__PURE__*/React.createElement(React.Fragment, null, copyright, ' - ', createdBy || /*#__PURE__*/React.createElement(React.Fragment, null, t('footer.created_by'), ' ', /*#__PURE__*/React.createElement(Link, {
|
|
28
29
|
href: copyrightInfo.url,
|
|
29
30
|
target: "_blank",
|
|
30
31
|
rel: "noopener noreferrer"
|
|
@@ -32,6 +33,6 @@ export var Copyright = function Copyright(_ref) {
|
|
|
32
33
|
href: "https://mathe.ellak.gr/",
|
|
33
34
|
target: "_blank",
|
|
34
35
|
rel: "noopener noreferrer"
|
|
35
|
-
}, t('footer.open_source')))));
|
|
36
|
+
}, t('footer.open_source'))))));
|
|
36
37
|
};
|
|
37
38
|
export default Copyright;
|
package/esm/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import CoreContainer from '@digigov/react-core/Container';
|
|
2
|
+
import Container from '@digigov/react-core/Container';
|
|
2
3
|
import withDeprecation from '@digigov/ui/utils/withDeprecation';
|
|
3
4
|
export var Content = withDeprecation(CoreContainer, {
|
|
4
5
|
name: 'Content',
|
|
@@ -15,4 +16,5 @@ export var Content = withDeprecation(CoreContainer, {
|
|
|
15
16
|
}
|
|
16
17
|
}
|
|
17
18
|
});
|
|
18
|
-
export default Content;
|
|
19
|
+
export default Content;
|
|
20
|
+
export { Container };
|
|
@@ -4,7 +4,7 @@ import { Title, Paragraph } from '@digigov/ui/typography';
|
|
|
4
4
|
|
|
5
5
|
var _ref = /*#__PURE__*/React.createElement(Layout, null, /*#__PURE__*/React.createElement(Content, null, /*#__PURE__*/React.createElement(Main, null, /*#__PURE__*/React.createElement(Title, null, "Two-thirds column"), /*#__PURE__*/React.createElement(Paragraph, null, "This is a paragraph inside a two-thirds wide column"))));
|
|
6
6
|
|
|
7
|
-
export var
|
|
7
|
+
export var Default = function Default() {
|
|
8
8
|
return _ref;
|
|
9
9
|
};
|
|
10
|
-
export default
|
|
10
|
+
export default Default;
|