@digigov/react-experimental 2.0.0-daaf7bdf → 2.0.0-e7d30530
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/FloatingButton/index.js.map +1 -1
- package/Kitchensink/AllComponents/index.js +1 -1
- package/Kitchensink/AllComponents.js.map +2 -2
- package/Kitchensink/KitchensinkByCategory/index.js +2 -6
- package/Kitchensink/KitchensinkByCategory.js.map +2 -2
- package/Kitchensink/index.d.ts +5 -0
- package/Kitchensink/index.js +5 -5
- package/Kitchensink/index.js.map +1 -1
- package/{libs-ui/react-experimental/src/OptionButtonBase → OptionButtonBase}/index.d.ts +4 -4
- package/OptionButtonBase/index.js.map +2 -2
- package/{libs-ui/react-experimental/src/OptionButtonSteps → OptionButtonSteps}/index.d.ts +9 -9
- package/OptionButtonSteps/index.js.map +2 -2
- package/cjs/FloatingButton/index.js.map +1 -1
- package/cjs/Kitchensink/AllComponents/index.js +2 -2
- package/cjs/Kitchensink/AllComponents.js.map +2 -2
- package/cjs/Kitchensink/KitchensinkByCategory.js.map +2 -2
- package/cjs/Kitchensink/index.js +10 -10
- package/cjs/Kitchensink/index.js.map +2 -2
- package/cjs/OptionButtonBase/index.js.map +2 -2
- package/cjs/OptionButtonSteps/index.js.map +2 -2
- package/cjs/index.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +7 -7
- package/src/FloatingButton/__snapshots__/index.test.tsx.snap +4 -4
- package/src/FloatingButton/index.test.tsx +10 -4
- package/src/FloatingButton/index.tsx +1 -1
- package/src/Kitchensink/AllComponents.tsx +2 -1
- package/src/Kitchensink/KitchensinkByCategory.tsx +2 -6
- package/src/Kitchensink/index.ts +5 -5
- package/src/OptionButtonBase/__snapshots__/index.test.tsx.snap +2 -2
- package/src/OptionButtonBase/index.test.tsx +10 -4
- package/src/OptionButtonBase/index.tsx +8 -9
- package/src/OptionButtonSteps/__snapshots__/index.test.tsx.snap +2 -2
- package/src/OptionButtonSteps/index.test.tsx +20 -6
- package/src/OptionButtonSteps/index.tsx +10 -11
- package/src/index.ts +1 -1
- package/libs/ui/src/api/APIErrors.d.ts +0 -23
- package/libs/ui/src/api/APIProvider.d.ts +0 -16
- package/libs/ui/src/api/fetchAPI.d.ts +0 -14
- package/libs/ui/src/api/index.d.ts +0 -8
- package/libs/ui/src/api/useResource.d.ts +0 -11
- package/libs/ui/src/api/useResourceAction.d.ts +0 -2
- package/libs/ui/src/api/useResourceQuery.d.ts +0 -18
- package/libs/ui/src/api/utils.d.ts +0 -10
- package/libs/ui/src/app/App.d.ts +0 -7
- package/libs/ui/src/app/BannerContainer/BannerContainer.stories.d.ts +0 -10
- package/libs/ui/src/app/BannerContainer/__stories__/CookiesBanner.d.ts +0 -3
- package/libs/ui/src/app/BannerContainer/index.d.ts +0 -3
- package/libs/ui/src/app/BottomInfo/index.d.ts +0 -5
- package/libs/ui/src/app/CloseButton/index.d.ts +0 -3
- package/libs/ui/src/app/FilterContainer/index.d.ts +0 -11
- package/libs/ui/src/app/Footer/Footer.stories.d.ts +0 -18
- package/libs/ui/src/app/Footer/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/Footer/__stories__/DefaultCopyright.d.ts +0 -3
- package/libs/ui/src/app/Footer/__stories__/FooterAllInclusive.d.ts +0 -3
- package/libs/ui/src/app/Footer/__stories__/FooterWithLink.d.ts +0 -3
- package/libs/ui/src/app/Footer/__stories__/FooterWithLogo.d.ts +0 -3
- package/libs/ui/src/app/Footer/__stories__/FooterWithSecondaryNavigation.d.ts +0 -3
- package/libs/ui/src/app/Footer/__stories__/FooterWithText.d.ts +0 -3
- package/libs/ui/src/app/Footer/__stories__/YearCopyright.d.ts +0 -3
- package/libs/ui/src/app/Footer/index.d.ts +0 -15
- package/libs/ui/src/app/Header/Header.stories.d.ts +0 -18
- package/libs/ui/src/app/Header/HeaderContent.d.ts +0 -3
- package/libs/ui/src/app/Header/HeaderLogo.d.ts +0 -3
- package/libs/ui/src/app/Header/HeaderNavMenuContent.d.ts +0 -3
- package/libs/ui/src/app/Header/HeaderSecondaryLogo.d.ts +0 -3
- package/libs/ui/src/app/Header/HeaderSection.d.ts +0 -3
- package/libs/ui/src/app/Header/HeaderTitle.d.ts +0 -3
- package/libs/ui/src/app/Header/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/Header/__stories__/WithHeaderNavigation.d.ts +0 -3
- package/libs/ui/src/app/Header/__stories__/WithNavigation.d.ts +0 -3
- package/libs/ui/src/app/Header/__stories__/WithServiceName.d.ts +0 -3
- package/libs/ui/src/app/Header/__stories__/WithServiceNameAndLogo.d.ts +0 -3
- package/libs/ui/src/app/Header/index.d.ts +0 -9
- package/libs/ui/src/app/Loader/Loader.stories.d.ts +0 -9
- package/libs/ui/src/app/Loader/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/Loader/__stories__/FullPageLoader.d.ts +0 -2
- package/libs/ui/src/app/Loader/index.d.ts +0 -5
- package/libs/ui/src/app/Masthead/Masthead.stories.d.ts +0 -13
- package/libs/ui/src/app/Masthead/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/Masthead/__stories__/WithElements.d.ts +0 -3
- package/libs/ui/src/app/Masthead/__stories__/WithLogo.d.ts +0 -3
- package/libs/ui/src/app/Masthead/index.d.ts +0 -5
- package/libs/ui/src/app/Modal/Modal.d.ts +0 -8
- package/libs/ui/src/app/Modal/Modal.stories.d.ts +0 -15
- package/libs/ui/src/app/Modal/__stories__/AlertDialog.d.ts +0 -3
- package/libs/ui/src/app/Modal/__stories__/Auto.d.ts +0 -3
- package/libs/ui/src/app/Modal/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/Modal/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/app/Modal/__stories__/WithHooks.d.ts +0 -3
- package/libs/ui/src/app/Modal/__stories__/WithoutModalGaps.d.ts +0 -3
- package/libs/ui/src/app/Modal/auto.d.ts +0 -21
- package/libs/ui/src/app/Modal/hooks.d.ts +0 -26
- package/libs/ui/src/app/Modal/index.d.ts +0 -9
- package/libs/ui/src/app/NotFound/NotFound.stories.d.ts +0 -8
- package/libs/ui/src/app/NotFound/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/NotFound/index.d.ts +0 -3
- package/libs/ui/src/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.d.ts +0 -15
- package/libs/ui/src/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck.d.ts +0 -2
- package/libs/ui/src/app/OutdatedBrowserBanner/index.d.ts +0 -2
- package/libs/ui/src/app/PageTitleContainer/index.d.ts +0 -5
- package/libs/ui/src/app/Panel/Panel.stories.d.ts +0 -10
- package/libs/ui/src/app/Panel/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/Panel/index.d.ts +0 -5
- package/libs/ui/src/app/PhaseBannerHeader/PhaseBannerHeader.stories.d.ts +0 -8
- package/libs/ui/src/app/PhaseBannerHeader/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/PhaseBannerHeader/index.d.ts +0 -8
- package/libs/ui/src/app/QrCodeScanner/QrCodeScanner.stories.d.ts +0 -8
- package/libs/ui/src/app/QrCodeScanner/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/QrCodeScanner/index.d.ts +0 -35
- package/libs/ui/src/app/QrCodeViewer/QRCode.stories.d.ts +0 -9
- package/libs/ui/src/app/QrCodeViewer/__stories__/Custom.d.ts +0 -3
- package/libs/ui/src/app/QrCodeViewer/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/QrCodeViewer/index.d.ts +0 -6
- package/libs/ui/src/app/QrCodeViewer/qrcodegen.d.ts +0 -100
- package/libs/ui/src/app/QrCodeViewer/types.d.ts +0 -28
- package/libs/ui/src/app/QrCodeViewer/utils.d.ts +0 -11
- package/libs/ui/src/app/Skeleton/Skeleton.stories.d.ts +0 -17
- package/libs/ui/src/app/Skeleton/__stories__/Button.d.ts +0 -3
- package/libs/ui/src/app/Skeleton/__stories__/Circular.d.ts +0 -3
- package/libs/ui/src/app/Skeleton/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/Skeleton/__stories__/NoAnimation.d.ts +0 -3
- package/libs/ui/src/app/Skeleton/__stories__/Rectangular.d.ts +0 -3
- package/libs/ui/src/app/Skeleton/__stories__/SpecificWidthAndHeight.d.ts +0 -3
- package/libs/ui/src/app/Skeleton/__stories__/TextSizes.d.ts +0 -3
- package/libs/ui/src/app/Skeleton/__stories__/UnderTypography.d.ts +0 -3
- package/libs/ui/src/app/Skeleton/__stories__/WithChildren.d.ts +0 -3
- package/libs/ui/src/app/Skeleton/index.d.ts +0 -3
- package/libs/ui/src/app/ThemeOptions/index.d.ts +0 -17
- package/libs/ui/src/app/hooks/useFontSize.d.ts +0 -6
- package/libs/ui/src/app/hooks/useHighlightLinks.d.ts +0 -8
- package/libs/ui/src/app/hooks/useLetterSpacing.d.ts +0 -6
- package/libs/ui/src/app/hooks/useLineHeight.d.ts +0 -6
- package/libs/ui/src/app/hooks/useTheme.d.ts +0 -8
- package/libs/ui/src/app/hooks/useVariantVars.d.ts +0 -8
- package/libs/ui/src/app/index.d.ts +0 -16
- package/libs/ui/src/content/Accordion/Accordion.stories.d.ts +0 -14
- package/libs/ui/src/content/Accordion/__stories__/Auto.d.ts +0 -3
- package/libs/ui/src/content/Accordion/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/Accordion/__stories__/WithHints.d.ts +0 -3
- package/libs/ui/src/content/Accordion/__stories__/WithHook.d.ts +0 -3
- package/libs/ui/src/content/Accordion/auto.d.ts +0 -19
- package/libs/ui/src/content/Accordion/hooks.d.ts +0 -26
- package/libs/ui/src/content/Accordion/index.d.ts +0 -9
- package/libs/ui/src/content/Blockquote/Blockquote.stories.d.ts +0 -11
- package/libs/ui/src/content/Blockquote/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/Blockquote/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/content/Blockquote/index.d.ts +0 -3
- package/libs/ui/src/content/Card/Card.stories.d.ts +0 -21
- package/libs/ui/src/content/Card/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithClickableContent.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithClickableLink.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithDarkBorder.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithDarkTopBorder.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithDivider.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithGrayBorder.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithGrayTopBorder.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithGroupButton.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithLink.d.ts +0 -3
- package/libs/ui/src/content/Card/index.d.ts +0 -6
- package/libs/ui/src/content/Chip/Chip.stories.d.ts +0 -12
- package/libs/ui/src/content/Chip/__stories__/ClickableChip.d.ts +0 -3
- package/libs/ui/src/content/Chip/__stories__/ClickableDeletableChip.d.ts +0 -3
- package/libs/ui/src/content/Chip/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/Chip/__stories__/DeletableChip.d.ts +0 -3
- package/libs/ui/src/content/Chip/__stories__/GroupOfChips.d.ts +0 -3
- package/libs/ui/src/content/Chip/index.d.ts +0 -6
- package/libs/ui/src/content/Details/Details.stories.d.ts +0 -10
- package/libs/ui/src/content/Details/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/Details/index.d.ts +0 -5
- package/libs/ui/src/content/FillableText/index.d.ts +0 -4
- package/libs/ui/src/content/List/List.d.ts +0 -3
- package/libs/ui/src/content/List/List.stories.d.ts +0 -15
- package/libs/ui/src/content/List/ListItem.d.ts +0 -3
- package/libs/ui/src/content/List/__stories__/BulletList.d.ts +0 -3
- package/libs/ui/src/content/List/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/List/__stories__/HorizontalList.d.ts +0 -3
- package/libs/ui/src/content/List/__stories__/NestedBulletList.d.ts +0 -3
- package/libs/ui/src/content/List/__stories__/NumberedList.d.ts +0 -3
- package/libs/ui/src/content/List/__stories__/WithExtraSpace.d.ts +0 -3
- package/libs/ui/src/content/List/index.d.ts +0 -3
- package/libs/ui/src/content/Markdown/Markdown.stories.d.ts +0 -9
- package/libs/ui/src/content/Markdown/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/Markdown/index.d.ts +0 -6
- package/libs/ui/src/content/Markdown/useMarkdownToHTML.d.ts +0 -6
- package/libs/ui/src/content/SafeHTML/SafeHTML.stories.d.ts +0 -9
- package/libs/ui/src/content/SafeHTML/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/SafeHTML/index.d.ts +0 -10
- package/libs/ui/src/content/StepNav/StepNav.stories.d.ts +0 -13
- package/libs/ui/src/content/StepNav/__stories__/Auto.d.ts +0 -3
- package/libs/ui/src/content/StepNav/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/StepNav/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/content/StepNav/__stories__/WithHints.d.ts +0 -3
- package/libs/ui/src/content/StepNav/__stories__/WithHook.d.ts +0 -3
- package/libs/ui/src/content/StepNav/auto.d.ts +0 -19
- package/libs/ui/src/content/StepNav/index.d.ts +0 -15
- package/libs/ui/src/content/SummaryList/SummaryList.stories.d.ts +0 -22
- package/libs/ui/src/content/SummaryList/__stories__/SummaryListExample.d.ts +0 -14
- package/libs/ui/src/content/SummaryList/index.d.ts +0 -7
- package/libs/ui/src/content/Table/Table.stories.d.ts +0 -27
- package/libs/ui/src/content/Table/TableFloatingScroll.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/DarkVariant.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/DarkVariantWithVerticalHeaders.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/DefinedWidth.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/Densed.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/Full.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/MultipleProps.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/NoData.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/NumericDataType.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/RowColors.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/Stacked.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/TableCaptions.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/VerticalBorders.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/VerticalHeaders.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/WithFloatingScroll.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/WithLoader.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/WithSortFilters.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/ZebraProp.d.ts +0 -3
- package/libs/ui/src/content/Table/hooks/useSort.d.ts +0 -9
- package/libs/ui/src/content/Table/index.d.ts +0 -28
- package/libs/ui/src/content/TaskList/TaskList.stories.d.ts +0 -10
- package/libs/ui/src/content/TaskList/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/TaskList/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/content/TaskList/index.d.ts +0 -7
- package/libs/ui/src/content/Timeline/Timeline.stories.d.ts +0 -10
- package/libs/ui/src/content/Timeline/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/Timeline/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/content/Timeline/index.d.ts +0 -7
- package/libs/ui/src/content/index.d.ts +0 -12
- package/libs/ui/src/feedback/CopyToClipboard/CopyToClipboard.stories.d.ts +0 -10
- package/libs/ui/src/feedback/CopyToClipboard/__stories__/Banner.d.ts +0 -3
- package/libs/ui/src/feedback/CopyToClipboard/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/feedback/CopyToClipboard/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/feedback/CopyToClipboard/index.d.ts +0 -12
- package/libs/ui/src/feedback/ErrorSummary/ErrorSummary.stories.d.ts +0 -15
- package/libs/ui/src/feedback/ErrorSummary/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/feedback/ErrorSummary/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToCheckbox.d.ts +0 -3
- package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToField.d.ts +0 -3
- package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToInput.d.ts +0 -3
- package/libs/ui/src/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +0 -3
- package/libs/ui/src/feedback/ErrorSummary/index.d.ts +0 -3
- package/libs/ui/src/feedback/NotificationBanner/NotificationBanner.stories.d.ts +0 -13
- package/libs/ui/src/feedback/NotificationBanner/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/feedback/NotificationBanner/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/feedback/NotificationBanner/__stories__/Success.d.ts +0 -3
- package/libs/ui/src/feedback/NotificationBanner/index.d.ts +0 -18
- package/libs/ui/src/feedback/PhaseBanner/PhaseBanner.stories.d.ts +0 -11
- package/libs/ui/src/feedback/PhaseBanner/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/feedback/PhaseBanner/__stories__/Underlined.d.ts +0 -3
- package/libs/ui/src/feedback/PhaseBanner/index.d.ts +0 -6
- package/libs/ui/src/feedback/WarningText/WarningText.stories.d.ts +0 -12
- package/libs/ui/src/feedback/WarningText/__stories__/AssistiveText.d.ts +0 -3
- package/libs/ui/src/feedback/WarningText/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/feedback/WarningText/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/feedback/WarningText/index.d.ts +0 -4
- package/libs/ui/src/feedback/index.d.ts +0 -5
- package/libs/ui/src/form/AutoComplete/AutoComplete.stories.d.ts +0 -17
- package/libs/ui/src/form/AutoComplete/Status/index.d.ts +0 -42
- package/libs/ui/src/form/AutoComplete/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/Multiple.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/MultipleShowingTwoSelected.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/MultipleWithDefaultValues.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/MultipleWithMinLength.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/WithAutoSelect.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/WithDefaultValue.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/WithMinLength.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/WithPlaceHolder.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/WithShowAllValues.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/index.d.ts +0 -110
- package/libs/ui/src/form/AutoComplete/utils.d.ts +0 -12
- package/libs/ui/src/form/Button/Button.stories.d.ts +0 -21
- package/libs/ui/src/form/Button/ButtonLink.d.ts +0 -3
- package/libs/ui/src/form/Button/CallToAction.d.ts +0 -3
- package/libs/ui/src/form/Button/ThemeToggleButton.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/Back.d.ts +0 -4
- package/libs/ui/src/form/Button/__stories__/ButtonLinkButton.d.ts +0 -6
- package/libs/ui/src/form/Button/__stories__/CallToActionButton.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/Disabled.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/GroupingButtons.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/Primary.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/Secondary.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/ThemeToggle.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/Warning.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/WithVariantLink.d.ts +0 -3
- package/libs/ui/src/form/Button/index.d.ts +0 -13
- package/libs/ui/src/form/Checkbox/Checkbox.stories.d.ts +0 -19
- package/libs/ui/src/form/Checkbox/__stories__/ConditionalReveal.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/Inline.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/InlineWithDivider.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/MultipleQuestions.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/NoneAnswer.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/NoneAnswerWithError.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/WithErrorMessage.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/WithHint.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/index.d.ts +0 -6
- package/libs/ui/src/form/DateInputContainer/DateInputContainer.stories.d.ts +0 -14
- package/libs/ui/src/form/DateInputContainer/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/DateInputContainer/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/form/DateInputContainer/__stories__/MultipleQuestions.d.ts +0 -3
- package/libs/ui/src/form/DateInputContainer/__stories__/WithErrorMessage.d.ts +0 -3
- package/libs/ui/src/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.d.ts +0 -3
- package/libs/ui/src/form/DateInputContainer/index.d.ts +0 -4
- package/libs/ui/src/form/ErrorMessage/ErrorMessage.stories.d.ts +0 -12
- package/libs/ui/src/form/ErrorMessage/__stories__/DateInputError.d.ts +0 -3
- package/libs/ui/src/form/ErrorMessage/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +0 -3
- package/libs/ui/src/form/ErrorMessage/index.d.ts +0 -3
- package/libs/ui/src/form/FieldContainer/index.d.ts +0 -5
- package/libs/ui/src/form/FileUpload/FileUpload.stories.d.ts +0 -10
- package/libs/ui/src/form/FileUpload/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/FileUpload/__stories__/WithErrorMessage.d.ts +0 -3
- package/libs/ui/src/form/FileUpload/index.d.ts +0 -4
- package/libs/ui/src/form/Form/index.d.ts +0 -3
- package/libs/ui/src/form/LabelContainer/index.d.ts +0 -4
- package/libs/ui/src/form/RadioContainer/RadioContainer.stories.d.ts +0 -19
- package/libs/ui/src/form/RadioContainer/__stories__/ConditionalReveal.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/Inline.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/InlineWithDivider.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/MultipleQuestions.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/NoneAnswer.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/WithErrorMessage.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/WithHints.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/WithMediumLegend.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/index.d.ts +0 -6
- package/libs/ui/src/form/SearchContainer/index.d.ts +0 -5
- package/libs/ui/src/form/SelectContainer/SelectContainer.stories.d.ts +0 -13
- package/libs/ui/src/form/SelectContainer/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/SelectContainer/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/form/SelectContainer/__stories__/DisabledInput.d.ts +0 -3
- package/libs/ui/src/form/SelectContainer/__stories__/WithHint.d.ts +0 -3
- package/libs/ui/src/form/SelectContainer/index.d.ts +0 -4
- package/libs/ui/src/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +0 -13
- package/libs/ui/src/form/SingleCharacterInputs/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithDefaultError.d.ts +0 -3
- package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.d.ts +0 -3
- package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.d.ts +0 -3
- package/libs/ui/src/form/SingleCharacterInputs/index.d.ts +0 -4
- package/libs/ui/src/form/TextArea/TextArea.stories.d.ts +0 -17
- package/libs/ui/src/form/TextArea/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/TextArea/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/form/TextArea/__stories__/DisabledInput.d.ts +0 -3
- package/libs/ui/src/form/TextArea/__stories__/LimitedCharacters.d.ts +0 -3
- package/libs/ui/src/form/TextArea/__stories__/MultipleQuestions.d.ts +0 -3
- package/libs/ui/src/form/TextArea/__stories__/WithDeclaredRows.d.ts +0 -3
- package/libs/ui/src/form/TextArea/__stories__/WithErrorMessage.d.ts +0 -3
- package/libs/ui/src/form/TextArea/__stories__/WithHint.d.ts +0 -3
- package/libs/ui/src/form/TextArea/index.d.ts +0 -3
- package/libs/ui/src/form/TextInput/TextInput.stories.d.ts +0 -19
- package/libs/ui/src/form/TextInput/__stories__/AskingForNumbers.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/DisabledInput.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/DisabledInputWithValue.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/FixedWidths.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/FluidWidths.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/MultipleQuestions.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/WithErrorMessage.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/WithHint.d.ts +0 -3
- package/libs/ui/src/form/TextInput/index.d.ts +0 -3
- package/libs/ui/src/form/index.d.ts +0 -15
- package/libs/ui/src/govgr/Footer/Copyright.d.ts +0 -12
- package/libs/ui/src/govgr/Footer/HellenicRepublicLogo.d.ts +0 -3
- package/libs/ui/src/govgr/Footer/LicenseCCSA.d.ts +0 -3
- package/libs/ui/src/govgr/Footer/index.d.ts +0 -13
- package/libs/ui/src/govgr/Footer/logo.d.ts +0 -2
- package/libs/ui/src/govgr/Footer/logos/logo-el.d.ts +0 -2
- package/libs/ui/src/govgr/Footer/logos/logo-en.d.ts +0 -2
- package/libs/ui/src/govgr/GovGRLogo/index.d.ts +0 -3
- package/libs/ui/src/govgr/GovGRLogo/logo.d.ts +0 -2
- package/libs/ui/src/govgr/images/govgr-logo-base64.d.ts +0 -2
- package/libs/ui/src/govgr/images/govgr-logo-blue-base64.d.ts +0 -2
- package/libs/ui/src/govgr/images/greek-government-base64.d.ts +0 -2
- package/libs/ui/src/govgr/images/grnet-logo-base64.d.ts +0 -2
- package/libs/ui/src/govgr/images/index.d.ts +0 -5
- package/libs/ui/src/govgr/images/minedu-logo-base64.d.ts +0 -2
- package/libs/ui/src/govgr/images/minedu-logo-black-base64.d.ts +0 -2
- package/libs/ui/src/govgr/index.d.ts +0 -5
- package/libs/ui/src/i18n/I18nText.d.ts +0 -10
- package/libs/ui/src/i18n/index.d.ts +0 -12
- package/libs/ui/src/i18n/locales/el.d.ts +0 -110
- package/libs/ui/src/i18n/locales/en.d.ts +0 -104
- package/libs/ui/src/icons/Icon/index.d.ts +0 -5
- package/libs/ui/src/icons/ImageLogo/index.d.ts +0 -3
- package/libs/ui/src/icons/ImageLogoSet/index.d.ts +0 -3
- package/libs/ui/src/icons/index.d.ts +0 -2
- package/libs/ui/src/index.d.ts +0 -11
- package/libs/ui/src/layouts/Admin/index.d.ts +0 -9
- package/libs/ui/src/layouts/Basic/Aside/index.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/Basic.stories.d.ts +0 -12
- package/libs/ui/src/layouts/Basic/Bottom/index.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/Container/index.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/Main/index.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/Masthead/index.d.ts +0 -5
- package/libs/ui/src/layouts/Basic/Top/index.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/__stories__/MultipleRowsLayout.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/__stories__/WithBasicLayout.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/index.d.ts +0 -9
- package/libs/ui/src/layouts/Grid/Grid.stories.d.ts +0 -10
- package/libs/ui/src/layouts/Grid/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/layouts/Grid/__stories__/Inline.d.ts +0 -3
- package/libs/ui/src/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +0 -3
- package/libs/ui/src/layouts/Grid/index.d.ts +0 -4
- package/libs/ui/src/layouts/Hidden/index.d.ts +0 -1
- package/libs/ui/src/layouts/Screen/Screen.stories.d.ts +0 -11
- package/libs/ui/src/layouts/Screen/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/layouts/Screen/__stories__/ScreenDown.d.ts +0 -3
- package/libs/ui/src/layouts/Screen/__stories__/ScreenUp.d.ts +0 -3
- package/libs/ui/src/layouts/Screen/__stories__/SpecificScreenSize.d.ts +0 -3
- package/libs/ui/src/layouts/Screen/index.d.ts +0 -7
- package/libs/ui/src/layouts/Section/index.d.ts +0 -3
- package/libs/ui/src/layouts/SectionBreak/index.d.ts +0 -3
- package/libs/ui/src/layouts/Stack/Stack.stories.d.ts +0 -13
- package/libs/ui/src/layouts/Stack/__stories__/AlignItems.d.ts +0 -3
- package/libs/ui/src/layouts/Stack/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/layouts/Stack/__stories__/JustifyContent.d.ts +0 -3
- package/libs/ui/src/layouts/Stack/__stories__/NoWrap.d.ts +0 -3
- package/libs/ui/src/layouts/Stack/__stories__/Row.d.ts +0 -3
- package/libs/ui/src/layouts/Stack/__stories__/Spacing.d.ts +0 -3
- package/libs/ui/src/layouts/Stack/index.d.ts +0 -2
- package/libs/ui/src/layouts/index.d.ts +0 -11
- package/libs/ui/src/navigation/BackLink/BackLink.stories.d.ts +0 -8
- package/libs/ui/src/navigation/BackLink/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/BackLink/index.d.ts +0 -3
- package/libs/ui/src/navigation/BackToTopLink/BackToTopLink.stories.d.ts +0 -9
- package/libs/ui/src/navigation/BackToTopLink/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/BackToTopLink/__stories__/InMain.d.ts +0 -3
- package/libs/ui/src/navigation/BackToTopLink/index.d.ts +0 -12
- package/libs/ui/src/navigation/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -13
- package/libs/ui/src/navigation/Breadcrumbs/__stories__/Auto.d.ts +0 -3
- package/libs/ui/src/navigation/Breadcrumbs/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/Breadcrumbs/__stories__/WithHook.d.ts +0 -3
- package/libs/ui/src/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.d.ts +0 -3
- package/libs/ui/src/navigation/Breadcrumbs/auto.d.ts +0 -16
- package/libs/ui/src/navigation/Breadcrumbs/hooks.d.ts +0 -26
- package/libs/ui/src/navigation/Breadcrumbs/index.d.ts +0 -6
- package/libs/ui/src/navigation/Breadcrumbs/slug.d.ts +0 -1
- package/libs/ui/src/navigation/Breadcrumbs/utils.d.ts +0 -1
- package/libs/ui/src/navigation/Drawer/Drawer.stories.d.ts +0 -12
- package/libs/ui/src/navigation/Drawer/__stories__/Auto.d.ts +0 -2
- package/libs/ui/src/navigation/Drawer/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/Drawer/__stories__/WithHook.d.ts +0 -2
- package/libs/ui/src/navigation/Drawer/auto.d.ts +0 -28
- package/libs/ui/src/navigation/Drawer/hooks.d.ts +0 -20
- package/libs/ui/src/navigation/Drawer/index.d.ts +0 -4
- package/libs/ui/src/navigation/Dropdown/Dropdown.stories.d.ts +0 -20
- package/libs/ui/src/navigation/Dropdown/__stories__/AlignRight.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/ContentPosition.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/Disabled.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/PlacementTop.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/ScrollableContent.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/Secondary.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/VariantLink.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/Warning.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/WithIcons.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/index.d.ts +0 -22
- package/libs/ui/src/navigation/Link/Link.stories.d.ts +0 -15
- package/libs/ui/src/navigation/Link/__stories__/DarkBackground.d.ts +0 -3
- package/libs/ui/src/navigation/Link/__stories__/DarkBackgroundNoUnderline.d.ts +0 -3
- package/libs/ui/src/navigation/Link/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/Link/__stories__/ExternalLink.d.ts +0 -3
- package/libs/ui/src/navigation/Link/__stories__/NoUnderline.d.ts +0 -3
- package/libs/ui/src/navigation/Link/__stories__/OpensInNewTab.d.ts +0 -3
- package/libs/ui/src/navigation/Link/__stories__/WithProvider.d.ts +0 -3
- package/libs/ui/src/navigation/Link/index.d.ts +0 -12
- package/libs/ui/src/navigation/NavList/Nav.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/NavList.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/NavList.stories.d.ts +0 -18
- package/libs/ui/src/navigation/NavList/NavListAuto/index.d.ts +0 -4
- package/libs/ui/src/navigation/NavList/NavMenuContentList.d.ts +0 -5
- package/libs/ui/src/navigation/NavList/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/__stories__/HorizontalWithDrawer.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/__stories__/HorizontalWithoutDrawer.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/__stories__/NavListWithoutNav.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/__stories__/UsingHeaderButton.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/__stories__/UsingNavListAuto.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/__stories__/Vertical.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/__stories__/VerticalWithoutDrawer.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/__stories__/WithBadge.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/hooks/useNavList.d.ts +0 -8
- package/libs/ui/src/navigation/NavList/hooks/useTogglableNav.d.ts +0 -26
- package/libs/ui/src/navigation/NavList/index.d.ts +0 -18
- package/libs/ui/src/navigation/NavList/types.d.ts +0 -52
- package/libs/ui/src/navigation/Pagination/Pagination.d.ts +0 -39
- package/libs/ui/src/navigation/Pagination/Pagination.stories.d.ts +0 -16
- package/libs/ui/src/navigation/Pagination/__stories__/Auto.d.ts +0 -3
- package/libs/ui/src/navigation/Pagination/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/Pagination/__stories__/PaginationSmall.d.ts +0 -3
- package/libs/ui/src/navigation/Pagination/__stories__/PaginationWithSmallFont.d.ts +0 -3
- package/libs/ui/src/navigation/Pagination/__stories__/WithHook.d.ts +0 -3
- package/libs/ui/src/navigation/Pagination/__stories__/WithInactiveValues.d.ts +0 -3
- package/libs/ui/src/navigation/Pagination/__stories__/WithResultsPerPage.d.ts +0 -3
- package/libs/ui/src/navigation/Pagination/auto.d.ts +0 -27
- package/libs/ui/src/navigation/Pagination/hooks.d.ts +0 -30
- package/libs/ui/src/navigation/Pagination/index.d.ts +0 -8
- package/libs/ui/src/navigation/SkipLink/SkipLink.stories.d.ts +0 -9
- package/libs/ui/src/navigation/SkipLink/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/SkipLink/index.d.ts +0 -3
- package/libs/ui/src/navigation/Tabs/Tabs.stories.d.ts +0 -14
- package/libs/ui/src/navigation/Tabs/__stories__/Auto.d.ts +0 -3
- package/libs/ui/src/navigation/Tabs/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/Tabs/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/navigation/Tabs/__stories__/UsingAccordion.d.ts +0 -3
- package/libs/ui/src/navigation/Tabs/auto.d.ts +0 -19
- package/libs/ui/src/navigation/Tabs/hooks.d.ts +0 -28
- package/libs/ui/src/navigation/Tabs/index.d.ts +0 -8
- package/libs/ui/src/navigation/index.d.ts +0 -9
- package/libs/ui/src/registry.d.ts +0 -319
- package/libs/ui/src/typography/Code/index.d.ts +0 -3
- package/libs/ui/src/typography/CodeBlock/CodeBlock.stories.d.ts +0 -11
- package/libs/ui/src/typography/CodeBlock/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/typography/CodeBlock/__stories__/Highlighted.d.ts +0 -3
- package/libs/ui/src/typography/CodeBlock/__stories__/WithCopyToClipboard.d.ts +0 -3
- package/libs/ui/src/typography/CodeBlock/__stories__/WithPhaseBanner.d.ts +0 -3
- package/libs/ui/src/typography/CodeBlock/index.d.ts +0 -15
- package/libs/ui/src/typography/Heading/Heading.stories.d.ts +0 -8
- package/libs/ui/src/typography/Heading/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/typography/Heading/index.d.ts +0 -3
- package/libs/ui/src/typography/HeadingCaption/HeadingCaption.stories.d.ts +0 -9
- package/libs/ui/src/typography/HeadingCaption/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/typography/HeadingCaption/__stories__/NestedToTitle.d.ts +0 -3
- package/libs/ui/src/typography/HeadingCaption/index.d.ts +0 -3
- package/libs/ui/src/typography/Hint/Hint.stories.d.ts +0 -9
- package/libs/ui/src/typography/Hint/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/typography/Hint/__stories__/FontSizes.d.ts +0 -3
- package/libs/ui/src/typography/Hint/index.d.ts +0 -3
- package/libs/ui/src/typography/NormalText/NormalText.stories.d.ts +0 -11
- package/libs/ui/src/typography/NormalText/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/typography/NormalText/__stories__/FontSizes.d.ts +0 -3
- package/libs/ui/src/typography/NormalText/__stories__/FontWeight.d.ts +0 -3
- package/libs/ui/src/typography/NormalText/__stories__/Variants.d.ts +0 -3
- package/libs/ui/src/typography/NormalText/index.d.ts +0 -3
- package/libs/ui/src/typography/Paragraph/Paragraph.stories.d.ts +0 -12
- package/libs/ui/src/typography/Paragraph/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/typography/Paragraph/__stories__/FontSizes.d.ts +0 -3
- package/libs/ui/src/typography/Paragraph/__stories__/FontWeight.d.ts +0 -3
- package/libs/ui/src/typography/Paragraph/__stories__/LeadVariant.d.ts +0 -3
- package/libs/ui/src/typography/Paragraph/__stories__/SmallVariant.d.ts +0 -3
- package/libs/ui/src/typography/Paragraph/index.d.ts +0 -3
- package/libs/ui/src/typography/Typography/index.d.ts +0 -3
- package/libs/ui/src/typography/index.d.ts +0 -6
- package/libs/ui/src/utils/Base/index.d.ts +0 -4
- package/libs/ui/src/utils/SvgIcon/index.d.ts +0 -4
- package/libs/ui/src/utils/TestVariant/index.d.ts +0 -7
- package/libs/ui/src/utils/Typography/index.d.ts +0 -3
- package/libs/ui/src/utils/VisuallyHidden/VisuallyHidden.stories.d.ts +0 -8
- package/libs/ui/src/utils/VisuallyHidden/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/utils/VisuallyHidden/index.d.ts +0 -3
- package/libs/ui/src/utils/hooks/useDebounce.d.ts +0 -3
- package/libs/ui/src/utils/hooks/useKeypress.d.ts +0 -2
- package/libs/ui/src/utils/hooks/useLatest.d.ts +0 -3
- package/libs/ui/src/utils/hooks/useScreen.d.ts +0 -7
- package/libs/ui/src/utils/hooks/useSearch.d.ts +0 -4
- package/libs/ui/src/utils/hooks/useTogglableTab.d.ts +0 -21
- package/libs/ui/src/utils/index.d.ts +0 -3
- package/libs/ui/src/utils/withDeprecation.d.ts +0 -16
- package/libs-ui/react-core/src/Accordion/index.d.ts +0 -28
- package/libs-ui/react-core/src/AccordionControls/index.d.ts +0 -9
- package/libs-ui/react-core/src/AccordionSection/index.d.ts +0 -11
- package/libs-ui/react-core/src/AccordionSectionContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/AccordionSectionSummary/index.d.ts +0 -9
- package/libs-ui/react-core/src/AccordionSectionSummaryHeading/index.d.ts +0 -9
- package/libs-ui/react-core/src/AdminAside/index.d.ts +0 -9
- package/libs-ui/react-core/src/AdminContainer/index.d.ts +0 -17
- package/libs-ui/react-core/src/AdminHeader/index.d.ts +0 -10
- package/libs-ui/react-core/src/AdminHeaderContent/index.d.ts +0 -9
- package/libs-ui/react-core/src/AdminLayout/index.d.ts +0 -9
- package/libs-ui/react-core/src/AdminMain/index.d.ts +0 -9
- package/libs-ui/react-core/src/AdminTopSection/index.d.ts +0 -25
- package/libs-ui/react-core/src/Aside/index.d.ts +0 -27
- package/libs-ui/react-core/src/AutoCompleteAssistiveHint/index.d.ts +0 -11
- package/libs-ui/react-core/src/AutoCompleteContainer/index.d.ts +0 -22
- package/libs-ui/react-core/src/AutoCompleteInput/index.d.ts +0 -17
- package/libs-ui/react-core/src/AutoCompleteInputTypeahead/index.d.ts +0 -11
- package/libs-ui/react-core/src/AutoCompleteMultipleInput/index.d.ts +0 -9
- package/libs-ui/react-core/src/AutoCompleteMultipleInputContainer/index.d.ts +0 -12
- package/libs-ui/react-core/src/AutoCompleteResultList/index.d.ts +0 -20
- package/libs-ui/react-core/src/AutoCompleteResultListItem/index.d.ts +0 -47
- package/libs-ui/react-core/src/AutoCompleteStatus/index.d.ts +0 -10
- package/libs-ui/react-core/src/AutoCompleteStatusContainer/index.d.ts +0 -10
- package/libs-ui/react-core/src/BackLink/index.d.ts +0 -9
- package/libs-ui/react-core/src/BackToTopContainer/index.d.ts +0 -17
- package/libs-ui/react-core/src/BackToTopLimit/index.d.ts +0 -9
- package/libs-ui/react-core/src/BackToTopLink/index.d.ts +0 -9
- package/libs-ui/react-core/src/BannerContainer/index.d.ts +0 -6
- package/libs-ui/react-core/src/Base/index.d.ts +0 -2
- package/libs-ui/react-core/src/Base/index.web.d.ts +0 -97
- package/libs-ui/react-core/src/Base/utils.d.ts +0 -41
- package/libs-ui/react-core/src/Blockquote/index.d.ts +0 -16
- package/libs-ui/react-core/src/Bottom/index.d.ts +0 -9
- package/libs-ui/react-core/src/BottomInfo/index.d.ts +0 -9
- package/libs-ui/react-core/src/BottomInfoContainer/index.d.ts +0 -9
- package/libs-ui/react-core/src/BottomInfoContent/index.d.ts +0 -9
- package/libs-ui/react-core/src/Breadcrumbs/index.d.ts +0 -10
- package/libs-ui/react-core/src/BreadcrumbsList/index.d.ts +0 -9
- package/libs-ui/react-core/src/BreadcrumbsListItem/index.d.ts +0 -15
- package/libs-ui/react-core/src/Button/index.d.ts +0 -35
- package/libs-ui/react-core/src/ButtonGroup/index.d.ts +0 -9
- package/libs-ui/react-core/src/ButtonLink/index.d.ts +0 -28
- package/libs-ui/react-core/src/CallToAction/index.d.ts +0 -9
- package/libs-ui/react-core/src/Card/index.d.ts +0 -50
- package/libs-ui/react-core/src/CardAction/index.d.ts +0 -11
- package/libs-ui/react-core/src/CardContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/CardHeading/index.d.ts +0 -10
- package/libs-ui/react-core/src/Checkbox/index.d.ts +0 -27
- package/libs-ui/react-core/src/CheckboxConditional/index.d.ts +0 -11
- package/libs-ui/react-core/src/CheckboxItem/index.d.ts +0 -17
- package/libs-ui/react-core/src/CheckboxItemInput/index.d.ts +0 -2
- package/libs-ui/react-core/src/CheckboxItemInput/index.web.d.ts +0 -10
- package/libs-ui/react-core/src/Chip/index.d.ts +0 -14
- package/libs-ui/react-core/src/ChipContainer/index.d.ts +0 -14
- package/libs-ui/react-core/src/ChipHeading/index.d.ts +0 -10
- package/libs-ui/react-core/src/ChipKeyValue/index.d.ts +0 -10
- package/libs-ui/react-core/src/ChoiceDividerText/index.d.ts +0 -10
- package/libs-ui/react-core/src/CircularProgress/index.d.ts +0 -27
- package/libs-ui/react-core/src/CloseButton/index.d.ts +0 -15
- package/libs-ui/react-core/src/Code/index.d.ts +0 -18
- package/libs-ui/react-core/src/CodeBlockContainer/index.d.ts +0 -10
- package/libs-ui/react-core/src/CodeBlockContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/CodeBlockHeader/index.d.ts +0 -19
- package/libs-ui/react-core/src/Container/index.d.ts +0 -23
- package/libs-ui/react-core/src/CopyToClipboardContainer/index.d.ts +0 -2
- package/libs-ui/react-core/src/CopyToClipboardContainer/index.web.d.ts +0 -31
- package/libs-ui/react-core/src/CopyToClipboardMessage/index.d.ts +0 -2
- package/libs-ui/react-core/src/CopyToClipboardMessage/index.web.d.ts +0 -18
- package/libs-ui/react-core/src/CopyrightContainer/index.d.ts +0 -10
- package/libs-ui/react-core/src/DateInputContainer/index.d.ts +0 -19
- package/libs-ui/react-core/src/DateInputItem/index.d.ts +0 -2
- package/libs-ui/react-core/src/DateInputItem/index.web.d.ts +0 -26
- package/libs-ui/react-core/src/Details/index.d.ts +0 -2
- package/libs-ui/react-core/src/Details/index.web.d.ts +0 -10
- package/libs-ui/react-core/src/DetailsContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/DetailsSummary/index.d.ts +0 -10
- package/libs-ui/react-core/src/Drawer/index.d.ts +0 -44
- package/libs-ui/react-core/src/DrawerHeading/index.d.ts +0 -16
- package/libs-ui/react-core/src/DropdownBase/index.d.ts +0 -39
- package/libs-ui/react-core/src/DropdownButton/index.d.ts +0 -45
- package/libs-ui/react-core/src/DropdownContent/index.d.ts +0 -25
- package/libs-ui/react-core/src/ErrorMessage/index.d.ts +0 -11
- package/libs-ui/react-core/src/ErrorSummary/index.d.ts +0 -16
- package/libs-ui/react-core/src/FieldContainer/index.d.ts +0 -15
- package/libs-ui/react-core/src/Fieldset/index.d.ts +0 -10
- package/libs-ui/react-core/src/FieldsetLegend/index.d.ts +0 -27
- package/libs-ui/react-core/src/FileUpload/index.d.ts +0 -17
- package/libs-ui/react-core/src/FileUploadContainer/index.d.ts +0 -17
- package/libs-ui/react-core/src/FillableText/index.d.ts +0 -10
- package/libs-ui/react-core/src/FilterContainer/index.d.ts +0 -38
- package/libs-ui/react-core/src/FilterContent/index.d.ts +0 -9
- package/libs-ui/react-core/src/FilterHeadingContainer/index.d.ts +0 -12
- package/libs-ui/react-core/src/FilterOptionsSection/index.d.ts +0 -14
- package/libs-ui/react-core/src/FilterSelectedHeading/index.d.ts +0 -9
- package/libs-ui/react-core/src/FilterSelectedSection/index.d.ts +0 -9
- package/libs-ui/react-core/src/Footer/index.d.ts +0 -9
- package/libs-ui/react-core/src/FooterContainer/index.d.ts +0 -9
- package/libs-ui/react-core/src/FooterContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/FooterContentLogos/index.d.ts +0 -11
- package/libs-ui/react-core/src/FooterHeading/index.d.ts +0 -18
- package/libs-ui/react-core/src/FooterImage/index.d.ts +0 -11
- package/libs-ui/react-core/src/FooterInfo/index.d.ts +0 -11
- package/libs-ui/react-core/src/FooterInfoSection/index.d.ts +0 -14
- package/libs-ui/react-core/src/FooterLink/index.d.ts +0 -9
- package/libs-ui/react-core/src/FooterList/index.d.ts +0 -23
- package/libs-ui/react-core/src/FooterListItem/index.d.ts +0 -10
- package/libs-ui/react-core/src/FooterNavigation/index.d.ts +0 -11
- package/libs-ui/react-core/src/FooterNavigationSection/index.d.ts +0 -11
- package/libs-ui/react-core/src/Form/index.d.ts +0 -16
- package/libs-ui/react-core/src/FullPageBackground/index.d.ts +0 -10
- package/libs-ui/react-core/src/GovGRLogo/govgr-logo-base64.d.ts +0 -2
- package/libs-ui/react-core/src/GovGRLogo/govgr-logo-blue-base64.d.ts +0 -2
- package/libs-ui/react-core/src/GovGRLogo/index.d.ts +0 -9
- package/libs-ui/react-core/src/Grid/index.d.ts +0 -89
- package/libs-ui/react-core/src/Header/index.d.ts +0 -10
- package/libs-ui/react-core/src/HeaderContent/index.d.ts +0 -9
- package/libs-ui/react-core/src/HeaderLogo/index.d.ts +0 -19
- package/libs-ui/react-core/src/HeaderNavMenuContent/index.d.ts +0 -11
- package/libs-ui/react-core/src/HeaderSecondaryLogo/index.d.ts +0 -19
- package/libs-ui/react-core/src/HeaderSection/index.d.ts +0 -9
- package/libs-ui/react-core/src/HeaderTitle/index.d.ts +0 -9
- package/libs-ui/react-core/src/Heading/index.d.ts +0 -31
- package/libs-ui/react-core/src/HeadingCaption/index.d.ts +0 -19
- package/libs-ui/react-core/src/HellenicRepublicLogo/index.d.ts +0 -17
- package/libs-ui/react-core/src/HellenicRepublicLogo/logo-el.d.ts +0 -2
- package/libs-ui/react-core/src/HellenicRepublicLogo/logo-en.d.ts +0 -2
- package/libs-ui/react-core/src/HellenicRepublicLogo/logo-inverted-el.d.ts +0 -2
- package/libs-ui/react-core/src/HellenicRepublicLogo/logo-inverted-en.d.ts +0 -2
- package/libs-ui/react-core/src/Hidden/index.d.ts +0 -71
- package/libs-ui/react-core/src/Hint/index.d.ts +0 -22
- package/libs-ui/react-core/src/ImageLogo/index.d.ts +0 -20
- package/libs-ui/react-core/src/ImageLogoSet/index.d.ts +0 -20
- package/libs-ui/react-core/src/KitchenSinkAllComponents/index.d.ts +0 -5
- package/libs-ui/react-core/src/KitchenSinkCard/index.d.ts +0 -5
- package/libs-ui/react-core/src/KitchenSinkCategory/index.d.ts +0 -5
- package/libs-ui/react-core/src/KitchenSinkContent/index.d.ts +0 -14
- package/libs-ui/react-core/src/KitchenSinkContentInfo/index.d.ts +0 -5
- package/libs-ui/react-core/src/KitchenSinkContentTags/index.d.ts +0 -5
- package/libs-ui/react-core/src/KitchenSinkHeading/index.d.ts +0 -5
- package/libs-ui/react-core/src/KitchenSinkLetterContent/index.d.ts +0 -5
- package/libs-ui/react-core/src/LabelContainer/index.d.ts +0 -9
- package/libs-ui/react-core/src/LabelTitle/index.d.ts +0 -26
- package/libs-ui/react-core/src/LabeledText/index.d.ts +0 -18
- package/libs-ui/react-core/src/Layout/index.d.ts +0 -15
- package/libs-ui/react-core/src/LinkBase/index.d.ts +0 -16
- package/libs-ui/react-core/src/List/index.d.ts +0 -33
- package/libs-ui/react-core/src/ListItem/index.d.ts +0 -9
- package/libs-ui/react-core/src/LoaderContainer/index.d.ts +0 -9
- package/libs-ui/react-core/src/Main/index.d.ts +0 -9
- package/libs-ui/react-core/src/Masthead/index.d.ts +0 -18
- package/libs-ui/react-core/src/MastheadBody/index.d.ts +0 -9
- package/libs-ui/react-core/src/MastheadLogo/index.d.ts +0 -11
- package/libs-ui/react-core/src/ModalAction/index.d.ts +0 -11
- package/libs-ui/react-core/src/ModalContainer/index.d.ts +0 -31
- package/libs-ui/react-core/src/ModalContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/ModalHeading/index.d.ts +0 -10
- package/libs-ui/react-core/src/Nav/index.d.ts +0 -49
- package/libs-ui/react-core/src/NavList/index.d.ts +0 -31
- package/libs-ui/react-core/src/NavListItemAction/index.d.ts +0 -26
- package/libs-ui/react-core/src/NavListItemActionContainer/index.d.ts +0 -2
- package/libs-ui/react-core/src/NavListItemActionContainer/index.web.d.ts +0 -10
- package/libs-ui/react-core/src/NavListItemBadge/index.d.ts +0 -15
- package/libs-ui/react-core/src/NavListItemButton/index.d.ts +0 -27
- package/libs-ui/react-core/src/NavListItemLink/index.d.ts +0 -17
- package/libs-ui/react-core/src/NavMenuContainer/index.d.ts +0 -25
- package/libs-ui/react-core/src/NavMenuContent/index.d.ts +0 -11
- package/libs-ui/react-core/src/NavMenuContentListBase/index.d.ts +0 -10
- package/libs-ui/react-core/src/NavMenuContentListItem/index.d.ts +0 -10
- package/libs-ui/react-core/src/NavMenuTitle/index.d.ts +0 -11
- package/libs-ui/react-core/src/NormalText/index.d.ts +0 -18
- package/libs-ui/react-core/src/NotificationBannerContainer/index.d.ts +0 -29
- package/libs-ui/react-core/src/NotificationBannerContent/index.d.ts +0 -12
- package/libs-ui/react-core/src/NotificationBannerHeader/index.d.ts +0 -11
- package/libs-ui/react-core/src/NotificationBannerHeading/index.d.ts +0 -11
- package/libs-ui/react-core/src/NotificationBannerLink/index.d.ts +0 -2
- package/libs-ui/react-core/src/NotificationBannerLink/index.web.d.ts +0 -11
- package/libs-ui/react-core/src/PageTitleCaption/index.d.ts +0 -9
- package/libs-ui/react-core/src/PageTitleContainer/index.d.ts +0 -9
- package/libs-ui/react-core/src/PageTitleHeading/index.d.ts +0 -10
- package/libs-ui/react-core/src/Pagination/index.d.ts +0 -17
- package/libs-ui/react-core/src/PaginationLabelContainer/index.d.ts +0 -9
- package/libs-ui/react-core/src/PaginationList/index.d.ts +0 -9
- package/libs-ui/react-core/src/PaginationListItem/index.d.ts +0 -29
- package/libs-ui/react-core/src/Panel/index.d.ts +0 -15
- package/libs-ui/react-core/src/PanelBody/index.d.ts +0 -9
- package/libs-ui/react-core/src/PanelTitle/index.d.ts +0 -9
- package/libs-ui/react-core/src/Paragraph/index.d.ts +0 -10
- package/libs-ui/react-core/src/PhaseBanner/index.d.ts +0 -18
- package/libs-ui/react-core/src/PhaseBannerHeaderContainer/index.d.ts +0 -6
- package/libs-ui/react-core/src/PhaseBannerTag/index.d.ts +0 -9
- package/libs-ui/react-core/src/PhaseBannerText/index.d.ts +0 -11
- package/libs-ui/react-core/src/RadioConditional/index.d.ts +0 -11
- package/libs-ui/react-core/src/RadioContainer/index.d.ts +0 -24
- package/libs-ui/react-core/src/RadioItem/index.d.ts +0 -16
- package/libs-ui/react-core/src/ResultsActionBar/index.d.ts +0 -9
- package/libs-ui/react-core/src/ResultsHeading/index.d.ts +0 -10
- package/libs-ui/react-core/src/ResultsHeadingActions/index.d.ts +0 -10
- package/libs-ui/react-core/src/SearchButton/index.d.ts +0 -10
- package/libs-ui/react-core/src/SearchContainer/index.d.ts +0 -9
- package/libs-ui/react-core/src/Section/index.d.ts +0 -10
- package/libs-ui/react-core/src/SectionBreak/index.d.ts +0 -26
- package/libs-ui/react-core/src/SelectContainer/index.d.ts +0 -17
- package/libs-ui/react-core/src/SelectOption/index.d.ts +0 -10
- package/libs-ui/react-core/src/SingleCharacterInput/index.d.ts +0 -18
- package/libs-ui/react-core/src/SingleCharacterInputs/index.d.ts +0 -11
- package/libs-ui/react-core/src/Skeleton/index.d.ts +0 -49
- package/libs-ui/react-core/src/SkipLink/index.d.ts +0 -9
- package/libs-ui/react-core/src/Stack/index.d.ts +0 -33
- package/libs-ui/react-core/src/StepNav/index.d.ts +0 -17
- package/libs-ui/react-core/src/StepNavAccordion/index.d.ts +0 -11
- package/libs-ui/react-core/src/StepNavAccordionContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/StepNavAccordionHeadingText/index.d.ts +0 -22
- package/libs-ui/react-core/src/StepNavAccordionHeadingTitle/index.d.ts +0 -11
- package/libs-ui/react-core/src/StepNavAccordionSummary/index.d.ts +0 -9
- package/libs-ui/react-core/src/StepNavAccordionSummaryHeading/index.d.ts +0 -27
- package/libs-ui/react-core/src/StepNavCircleNumber/index.d.ts +0 -19
- package/libs-ui/react-core/src/StepNavControls/index.d.ts +0 -10
- package/libs-ui/react-core/src/StepNavList/index.d.ts +0 -10
- package/libs-ui/react-core/src/StepNavListItem/index.d.ts +0 -9
- package/libs-ui/react-core/src/SummaryList/index.d.ts +0 -28
- package/libs-ui/react-core/src/SummaryListItem/index.d.ts +0 -19
- package/libs-ui/react-core/src/SummaryListItemAction/index.d.ts +0 -10
- package/libs-ui/react-core/src/SummaryListItemKey/index.d.ts +0 -24
- package/libs-ui/react-core/src/SummaryListItemValue/index.d.ts +0 -9
- package/libs-ui/react-core/src/SvgIcon/index.d.ts +0 -37
- package/libs-ui/react-core/src/Table/index.d.ts +0 -53
- package/libs-ui/react-core/src/TableBody/index.d.ts +0 -18
- package/libs-ui/react-core/src/TableCaption/index.d.ts +0 -20
- package/libs-ui/react-core/src/TableContainer/index.d.ts +0 -16
- package/libs-ui/react-core/src/TableDataCell/index.d.ts +0 -18
- package/libs-ui/react-core/src/TableHead/index.d.ts +0 -9
- package/libs-ui/react-core/src/TableHeadCell/index.d.ts +0 -30
- package/libs-ui/react-core/src/TableLoaderBackground/index.d.ts +0 -10
- package/libs-ui/react-core/src/TableNoDataRow/index.d.ts +0 -10
- package/libs-ui/react-core/src/TableRow/index.d.ts +0 -25
- package/libs-ui/react-core/src/TableSortIconContainer/index.d.ts +0 -11
- package/libs-ui/react-core/src/Tabs/index.d.ts +0 -17
- package/libs-ui/react-core/src/TabsHeading/index.d.ts +0 -18
- package/libs-ui/react-core/src/TabsList/index.d.ts +0 -10
- package/libs-ui/react-core/src/TabsListItemBase/index.d.ts +0 -17
- package/libs-ui/react-core/src/TabsPanelBase/index.d.ts +0 -18
- package/libs-ui/react-core/src/TaskList/index.d.ts +0 -17
- package/libs-ui/react-core/src/TaskListItem/index.d.ts +0 -9
- package/libs-ui/react-core/src/TaskListItemContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/TaskListItemHeading/index.d.ts +0 -10
- package/libs-ui/react-core/src/TaskListItemTag/index.d.ts +0 -16
- package/libs-ui/react-core/src/TextArea/index.d.ts +0 -2
- package/libs-ui/react-core/src/TextArea/index.web.d.ts +0 -24
- package/libs-ui/react-core/src/TextInput/index.d.ts +0 -2
- package/libs-ui/react-core/src/TextInput/index.web.d.ts +0 -46
- package/libs-ui/react-core/src/Timeline/index.d.ts +0 -17
- package/libs-ui/react-core/src/TimelineActions/index.d.ts +0 -11
- package/libs-ui/react-core/src/TimelineContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/TimelineHeading/index.d.ts +0 -25
- package/libs-ui/react-core/src/TimelineItem/index.d.ts +0 -9
- package/libs-ui/react-core/src/Top/index.d.ts +0 -9
- package/libs-ui/react-core/src/Typography/index.d.ts +0 -30
- package/libs-ui/react-core/src/VisuallyHidden/index.d.ts +0 -10
- package/libs-ui/react-core/src/WarningText/index.d.ts +0 -24
- package/libs-ui/react-core/src/WarningTextAssistive/index.d.ts +0 -15
- package/libs-ui/react-experimental/src/Kitchensink/index.d.ts +0 -5
- package/libs-ui/react-icons/src/AccessibilityIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/AccessibilityIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/ArrowIcon/config.d.ts +0 -13
- package/libs-ui/react-icons/src/ArrowIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/Base/index.d.ts +0 -95
- package/libs-ui/react-icons/src/BurgerIcon/config.d.ts +0 -6
- package/libs-ui/react-icons/src/BurgerIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/CancelIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/CancelIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/CaretIcon/config.d.ts +0 -13
- package/libs-ui/react-icons/src/CaretIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/ChatIcon/config.d.ts +0 -11
- package/libs-ui/react-icons/src/ChatIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/CheckIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/CheckIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/ChevronIcon/config.d.ts +0 -14
- package/libs-ui/react-icons/src/ChevronIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/CloseIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/CloseIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/DownloadIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/DownloadIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/ExclamationIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/ExclamationIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/GlobeIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/GlobeIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/Icon/index.d.ts +0 -25
- package/libs-ui/react-icons/src/LockIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/LockIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/LoginIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/LoginIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/MinusIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/MinusIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/MoreVertIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/MoreVertIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/PdfFileIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/PdfFileIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/PlusIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/PlusIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/PrintIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/PrintIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/ReplyIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/ReplyIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/RestoreIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/RestoreIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/SearchIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/SearchIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/SvgIcon/index.d.ts +0 -37
- package/libs-ui/react-icons/src/UncheckIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/UncheckIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/icons.d.ts +0 -71
- package/libs-ui/react-icons/src/index.d.ts +0 -23
- /package/{libs-ui/react-experimental/src/FloatingButton → FloatingButton}/index.d.ts +0 -0
- /package/{libs-ui/react-experimental/src/FloatingButton → FloatingButton}/index.test.d.ts +0 -0
- /package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/AllComponents.d.ts +0 -0
- /package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkByCategory.d.ts +0 -0
- /package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkByLetter.d.ts +0 -0
- /package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkComponent.d.ts +0 -0
- /package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkDashboard.d.ts +0 -0
- /package/{libs-ui/react-experimental/src/OptionButtonBase → OptionButtonBase}/index.test.d.ts +0 -0
- /package/{libs-ui/react-experimental/src/OptionButtonSteps → OptionButtonSteps}/index.test.d.ts +0 -0
- /package/{libs-ui/react-experimental/src/index.d.ts → index.d.ts} +0 -0
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
export declare const basePropGenerator: ({ display, margin, marginTop, marginBottom, marginLeft, marginRight, m, mt, mb, ml, mr, mx, my, padding, paddingTop, paddingBottom, paddingLeft, paddingRight, p, pt, pb, pr, pl, px, py, printHidden, printVisible, hidden, xsUpHidden, smUpHidden, mdUpHidden, lgUpHidden, xlUpHidden, xsHidden, smHidden, mdHidden, lgHidden, xlHidden, className, }: {
|
|
2
|
-
display: any;
|
|
3
|
-
margin: any;
|
|
4
|
-
marginTop: any;
|
|
5
|
-
marginBottom: any;
|
|
6
|
-
marginLeft: any;
|
|
7
|
-
marginRight: any;
|
|
8
|
-
m: any;
|
|
9
|
-
mt: any;
|
|
10
|
-
mb: any;
|
|
11
|
-
ml: any;
|
|
12
|
-
mr: any;
|
|
13
|
-
mx: any;
|
|
14
|
-
my: any;
|
|
15
|
-
padding: any;
|
|
16
|
-
paddingTop: any;
|
|
17
|
-
paddingBottom: any;
|
|
18
|
-
paddingLeft: any;
|
|
19
|
-
paddingRight: any;
|
|
20
|
-
p: any;
|
|
21
|
-
pt: any;
|
|
22
|
-
pb: any;
|
|
23
|
-
pr: any;
|
|
24
|
-
pl: any;
|
|
25
|
-
px: any;
|
|
26
|
-
py: any;
|
|
27
|
-
printHidden: any;
|
|
28
|
-
printVisible: any;
|
|
29
|
-
hidden: any;
|
|
30
|
-
xsUpHidden: any;
|
|
31
|
-
smUpHidden: any;
|
|
32
|
-
mdUpHidden: any;
|
|
33
|
-
lgUpHidden: any;
|
|
34
|
-
xlUpHidden: any;
|
|
35
|
-
xsHidden: any;
|
|
36
|
-
smHidden: any;
|
|
37
|
-
mdHidden: any;
|
|
38
|
-
lgHidden: any;
|
|
39
|
-
xlHidden: any;
|
|
40
|
-
className: any;
|
|
41
|
-
}) => string;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface BlockquoteProps extends BaseProps<'blockquote'> {
|
|
4
|
-
/**
|
|
5
|
-
* dense is optional.
|
|
6
|
-
* @value true Blockquote will be dense.
|
|
7
|
-
* @value false
|
|
8
|
-
* @default false
|
|
9
|
-
* */
|
|
10
|
-
dense?: boolean;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* Use Blockquote to differentiate a block of text from the content that surrounds it.
|
|
14
|
-
*/
|
|
15
|
-
export declare const Blockquote: React.ForwardRefExoticComponent<Omit<BlockquoteProps, "ref"> & React.RefAttributes<HTMLElement>>;
|
|
16
|
-
export default Blockquote;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface BottomProps extends BaseProps<'div'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* Bottom is used inside the Layout component and it must be the last component in order.
|
|
7
|
-
*/
|
|
8
|
-
export declare const Bottom: React.ForwardRefExoticComponent<Omit<BottomProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
-
export default Bottom;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ContainerProps } from '@digigov/react-core/Container';
|
|
3
|
-
export interface BottomInfoProps extends ContainerProps {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* Bottom BottomInfo is used inside the Bottom component and it must be the first component in order.
|
|
7
|
-
*/
|
|
8
|
-
export declare const BottomInfo: React.ForwardRefExoticComponent<Omit<BottomInfoProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
-
export default BottomInfo;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ContainerProps } from '@digigov/react-core/Container';
|
|
3
|
-
export interface BottomInfoContainerProps extends ContainerProps {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* Bottom BottomInfoContainer is used inside the Bottom component and it must be the first component in order.
|
|
7
|
-
*/
|
|
8
|
-
export declare const BottomInfoContainer: React.ForwardRefExoticComponent<Omit<BottomInfoContainerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
-
export default BottomInfoContainer;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { GridProps } from '@digigov/react-core/Grid';
|
|
3
|
-
export interface BottomInfoContentProps extends GridProps {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* BottomInfoContent is used inside the BottomInfoContainer component.
|
|
7
|
-
*/
|
|
8
|
-
export declare const BottomInfoContent: React.ForwardRefExoticComponent<Omit<BottomInfoContentProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
-
export default BottomInfoContent;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface BreadcrumbsProps extends BaseProps<'div'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* Use Breadcrumbs component when you need to help users understand and move between the multiple levels of a website.
|
|
7
|
-
* The breadcrumb should start with your ‘home’ page and end with the parent section of the current page.
|
|
8
|
-
*/
|
|
9
|
-
export declare const Breadcrumbs: React.ForwardRefExoticComponent<Omit<BreadcrumbsProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default Breadcrumbs;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface BreadcrumbsListProps extends BaseProps<'ol'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* BreadcrumbsList is used for providing the items inside Breadcrumbs.
|
|
7
|
-
*/
|
|
8
|
-
export declare const BreadcrumbsList: React.ForwardRefExoticComponent<Omit<BreadcrumbsListProps, "ref"> & React.RefAttributes<HTMLOListElement>>;
|
|
9
|
-
export default BreadcrumbsList;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface BreadcrumbsListItemProps extends BaseProps<'li'> {
|
|
4
|
-
/**
|
|
5
|
-
* href is optional and provides the text and url of the Breadcrumbs items.
|
|
6
|
-
|
|
7
|
-
*/
|
|
8
|
-
href?: string;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* BreadcrumbsListItem creates a list of items with the possibility of navigation.
|
|
12
|
-
* It should be used inside BreadcrumbsList as children component
|
|
13
|
-
*/
|
|
14
|
-
export declare const BreadcrumbsListItem: React.ForwardRefExoticComponent<Omit<BreadcrumbsListItemProps, "ref"> & React.RefAttributes<HTMLLIElement>>;
|
|
15
|
-
export default BreadcrumbsListItem;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface ButtonProps extends BaseProps<'button'> {
|
|
4
|
-
/**
|
|
5
|
-
* color is optional.
|
|
6
|
-
* 'primary' color is used for the main call to action on a page.
|
|
7
|
-
* 'secondary' color is used for secondary calls to action on a page.
|
|
8
|
-
* 'warning' color is used to make users think carefully before they use them.
|
|
9
|
-
* The default value is 'primary'.
|
|
10
|
-
* @value 'primary'
|
|
11
|
-
* @value 'secondary'
|
|
12
|
-
* @value 'warning'
|
|
13
|
-
* @default 'primary'
|
|
14
|
-
*/
|
|
15
|
-
color?: 'primary' | 'secondary' | 'warning';
|
|
16
|
-
/**
|
|
17
|
-
* variant is optional.
|
|
18
|
-
* @value 'link'
|
|
19
|
-
* @value 'button'
|
|
20
|
-
* @default 'button'
|
|
21
|
-
*/
|
|
22
|
-
variant?: 'link' | 'button';
|
|
23
|
-
/**
|
|
24
|
-
* dense is optional.
|
|
25
|
-
* @value true Button will be dense.
|
|
26
|
-
* @value false
|
|
27
|
-
* @default false
|
|
28
|
-
*/
|
|
29
|
-
dense?: boolean;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Use the Button component to help users carry out an action.
|
|
33
|
-
*/
|
|
34
|
-
export declare const Button: React.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
35
|
-
export default Button;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface ButtonGroupProps extends BaseProps<'div'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* Use a button group when two or more buttons are placed together.
|
|
7
|
-
*/
|
|
8
|
-
export declare const ButtonGroup: React.ForwardRefExoticComponent<Omit<ButtonGroupProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
-
export default ButtonGroup;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface ButtonLinkProps extends BaseProps<'a'> {
|
|
4
|
-
/**
|
|
5
|
-
* color is optional.
|
|
6
|
-
* 'primary' color is used for the main call to action on a page.
|
|
7
|
-
* 'secondary' color is used for secondary calls to action on a page.
|
|
8
|
-
* 'warning' color is used to make users think carefully before they use them.
|
|
9
|
-
* The default value is 'primary'.
|
|
10
|
-
* @value 'primary'
|
|
11
|
-
* @value 'secondary'
|
|
12
|
-
* @value 'warning'
|
|
13
|
-
* @default 'primary'
|
|
14
|
-
*/
|
|
15
|
-
color?: 'primary' | 'secondary' | 'warning';
|
|
16
|
-
/**
|
|
17
|
-
* dense is optional.
|
|
18
|
-
* @value true Button will be dense.
|
|
19
|
-
* @value false
|
|
20
|
-
* @default false
|
|
21
|
-
*/
|
|
22
|
-
dense?: boolean;
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* Use the Button component to help users carry out an action.
|
|
26
|
-
*/
|
|
27
|
-
export declare const ButtonLink: React.ForwardRefExoticComponent<Omit<ButtonLinkProps, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
|
|
28
|
-
export default ButtonLink;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ButtonLinkProps } from '@digigov/react-core/ButtonLink';
|
|
3
|
-
export interface CallToActionProps extends ButtonLinkProps {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* Use this button for the main call to action on your service’s start page.
|
|
7
|
-
*/
|
|
8
|
-
export declare const CallToAction: React.ForwardRefExoticComponent<Omit<CallToActionProps, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
|
|
9
|
-
export default CallToAction;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface CardProps extends BaseProps<'div'> {
|
|
4
|
-
/**
|
|
5
|
-
* By default, we recommend using Cards without border style. Card border increases the contrast to its background.
|
|
6
|
-
* divider
|
|
7
|
-
* `variant` property is optional.
|
|
8
|
-
* @value 'border'
|
|
9
|
-
* @value 'divider'
|
|
10
|
-
* @value 'border-top'
|
|
11
|
-
*/
|
|
12
|
-
variant?: 'border' | 'divider' | 'border-top';
|
|
13
|
-
/**
|
|
14
|
-
*borderColor property is optional and it is used to set the color of the Card's border.
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
* @value 'light'
|
|
18
|
-
* @value 'dark'
|
|
19
|
-
*/
|
|
20
|
-
borderColor?: 'light' | 'dark';
|
|
21
|
-
/**
|
|
22
|
-
*callToAction property is optional and it is used to set the content of the Card clickable.
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
* @value true
|
|
26
|
-
* @value false
|
|
27
|
-
*/
|
|
28
|
-
callToAction?: boolean;
|
|
29
|
-
/**
|
|
30
|
-
* dense is optional.
|
|
31
|
-
* @value true Card will be dense.
|
|
32
|
-
* @value false
|
|
33
|
-
* @default false
|
|
34
|
-
* */
|
|
35
|
-
dense?: boolean;
|
|
36
|
-
/**
|
|
37
|
-
* fullHeight is optional.
|
|
38
|
-
* @value true Card will be have it's full height.
|
|
39
|
-
* @value false
|
|
40
|
-
* @default false
|
|
41
|
-
* */
|
|
42
|
-
fullHeight?: boolean;
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* Cards can be used to divide and organise interface content for better understandability and readability.
|
|
46
|
-
* Cards can help your users to scan through vast amounts of information quicker.
|
|
47
|
-
* Use Card as parent component to wrap CardHeading, CardContent and CartAction components
|
|
48
|
-
*/
|
|
49
|
-
export declare const Card: React.ForwardRefExoticComponent<Omit<CardProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
50
|
-
export default Card;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface CardActionProps extends BaseProps<'div'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* CardAction contains the action behavior for Card Component.
|
|
7
|
-
* We can use links, Buttons or ButtonGroup with max of two buttons
|
|
8
|
-
* Use CardAction inside Card component as childern
|
|
9
|
-
*/
|
|
10
|
-
export declare const CardAction: React.ForwardRefExoticComponent<Omit<CardActionProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
11
|
-
export default CardAction;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface CardContentProps extends BaseProps<'div'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* CardContent contains the text for Card Component
|
|
7
|
-
* Use CardContent inside Card component as children
|
|
8
|
-
*/
|
|
9
|
-
export declare const CardContent: React.ForwardRefExoticComponent<Omit<CardContentProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default CardContent;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface CardHeadingProps extends BaseProps<'div'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* CardHeading gives header title to Card Component
|
|
7
|
-
* Use CardHeading inside Card component as children
|
|
8
|
-
*/
|
|
9
|
-
export declare const CardHeading: React.ForwardRefExoticComponent<Omit<CardHeadingProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default CardHeading;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface CheckboxProps extends BaseProps<'div'> {
|
|
4
|
-
/**
|
|
5
|
-
* layout is optional.
|
|
6
|
-
* 'horizontal' places the CheckboxItems in one line.
|
|
7
|
-
* 'horizontal' should be used or only two CheckboxItems with limited text.
|
|
8
|
-
* @value 'vertical'
|
|
9
|
-
* @value 'horizontal'
|
|
10
|
-
* @default 'vertical'
|
|
11
|
-
*/
|
|
12
|
-
layout?: 'horizontal' | 'vertical';
|
|
13
|
-
/**
|
|
14
|
-
* dense is optional.
|
|
15
|
-
* @value true Checkboxes will be dense.
|
|
16
|
-
* @value false
|
|
17
|
-
* @default false
|
|
18
|
-
*/
|
|
19
|
-
dense?: boolean;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Details for the Checkbox.
|
|
23
|
-
* Checkbox component allow the user to select one or more items from a set.
|
|
24
|
-
* It takes CheckboxItem as children
|
|
25
|
-
*/
|
|
26
|
-
export declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
27
|
-
export default Checkbox;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface CheckboxConditionalProps extends BaseProps<'div'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* CheckboxConditional asks the user a related question when they select a particular checkbox,
|
|
7
|
-
* so they only see the question when it’s relevant to them.
|
|
8
|
-
* CheckboxConditional must be used inside Checkbox component
|
|
9
|
-
*/
|
|
10
|
-
export declare const CheckboxConditional: React.ForwardRefExoticComponent<Omit<CheckboxConditionalProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
11
|
-
export default CheckboxConditional;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface CheckboxItemProps extends BaseProps<'input'> {
|
|
4
|
-
/**
|
|
5
|
-
* dividerText is optional.
|
|
6
|
-
* Add this prop to add a choice divider on top of a checkbox item.
|
|
7
|
-
* The string is the text that it will appear above this checkbox item.
|
|
8
|
-
*/
|
|
9
|
-
dividerText?: string;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Details for the CheckboxItem.
|
|
13
|
-
* CheckboxItem component allows the user to select one or more checkboxes
|
|
14
|
-
* CheckboxItem must be used inside Checkbox component
|
|
15
|
-
*/
|
|
16
|
-
export declare const CheckboxItem: React.ForwardRefExoticComponent<Omit<CheckboxItemProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
17
|
-
export default CheckboxItem;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface CheckboxItemInputProps extends BaseProps<'input'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* Details for the CheckboxItem.
|
|
7
|
-
* CheckboxItemInput component is the input component for CheckboxItem.
|
|
8
|
-
*/
|
|
9
|
-
export declare const CheckboxItemInput: React.ForwardRefExoticComponent<Omit<CheckboxItemInputProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
10
|
-
export default CheckboxItemInput;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface ChipProps extends BaseProps<'li'> {
|
|
4
|
-
/**
|
|
5
|
-
|
|
6
|
-
*/
|
|
7
|
-
onDelete?: (e: React.MouseEvent<SVGSVGElement, MouseEvent>) => void;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* Chips can be used to represent small blocks of information.
|
|
11
|
-
* Chip component must be inside ChipContainer component.
|
|
12
|
-
*/
|
|
13
|
-
export declare const Chip: React.ForwardRefExoticComponent<Omit<ChipProps, "ref"> & React.RefAttributes<HTMLLIElement>>;
|
|
14
|
-
export default Chip;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface ChipSectionProps extends BaseProps<'ul'> {
|
|
4
|
-
/**
|
|
5
|
-
* @value true
|
|
6
|
-
* @value false
|
|
7
|
-
*/
|
|
8
|
-
horizontal?: boolean;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* ChipContainer is used inside Chip component as a container for its items.
|
|
12
|
-
*/
|
|
13
|
-
export declare const ChipContainer: React.ForwardRefExoticComponent<Omit<ChipSectionProps, "ref"> & React.RefAttributes<HTMLUListElement>>;
|
|
14
|
-
export default ChipContainer;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { HeadingProps } from '@digigov/react-core/Heading';
|
|
3
|
-
export interface ChipHeadingProps extends HeadingProps {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* ChipHeading is used to provide header title above chips.
|
|
7
|
-
* ChipHeading component must be wrapped inside FilterSelectedSection component.
|
|
8
|
-
*/
|
|
9
|
-
export declare const ChipHeading: React.ForwardRefExoticComponent<Omit<ChipHeadingProps, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
|
|
10
|
-
export default ChipHeading;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface ChipKeyValueProps extends BaseProps<'span'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* ChipKeyValue is used to provide key value inside chips.
|
|
7
|
-
* ChipKeyValue component must be wrapped inside Chip component.
|
|
8
|
-
*/
|
|
9
|
-
export declare const ChipKeyValue: React.ForwardRefExoticComponent<Omit<ChipKeyValueProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
10
|
-
export default ChipKeyValue;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface ChoiceDividerTextProps extends BaseProps<'div'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* ChoiceDivider component adds a text divider on top of a Radio or Checkbox item.
|
|
7
|
-
* It's been used as a prop ("divider") inside RadioItem and CheckboxItem.
|
|
8
|
-
*/
|
|
9
|
-
export declare const ChoiceDividerText: React.ForwardRefExoticComponent<Omit<ChoiceDividerTextProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default ChoiceDividerText;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface CircularProgressProps extends BaseProps<'svg'> {
|
|
4
|
-
/**
|
|
5
|
-
* color prop is optional.
|
|
6
|
-
* color prop is used to change the color of the loader.
|
|
7
|
-
* @value 'primary' is the default color.
|
|
8
|
-
* @value 'secondary' recommended for dark backgrounds.
|
|
9
|
-
* @default 'primary'
|
|
10
|
-
*/
|
|
11
|
-
color?: 'primary' | 'secondary';
|
|
12
|
-
/**
|
|
13
|
-
* size prop is optional.
|
|
14
|
-
* size prop is used to change the size of the loader.
|
|
15
|
-
* @value 'sm'
|
|
16
|
-
* @value 'md'
|
|
17
|
-
* @value 'lg'
|
|
18
|
-
* @default 'md'
|
|
19
|
-
*/
|
|
20
|
-
size?: 'sm' | 'md' | 'lg';
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Use CircularProgress component as an animated loader.
|
|
24
|
-
* CircularProgress can be used inside LoaderContainer component.
|
|
25
|
-
*/
|
|
26
|
-
export declare const CircularProgress: React.ForwardRefExoticComponent<Omit<CircularProgressProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
27
|
-
export default CircularProgress;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ButtonProps } from '@digigov/react-core/Button';
|
|
3
|
-
export interface CloseButtonProps extends ButtonProps {
|
|
4
|
-
/**
|
|
5
|
-
* label is optional.
|
|
6
|
-
* If empty, the CloseButton will only have a close icon.
|
|
7
|
-
* Use this prop to add text beside the close icon. For example: 'Κλείσιμο'.
|
|
8
|
-
*/
|
|
9
|
-
label?: string;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* CloseButton is an <button> element. It can be used be inside the FilterSection component.
|
|
13
|
-
*/
|
|
14
|
-
export declare const CloseButton: React.ForwardRefExoticComponent<Omit<CloseButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
15
|
-
export default CloseButton;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TypographyProps } from '@digigov/react-core/Typography';
|
|
3
|
-
export interface CodeProps extends TypographyProps {
|
|
4
|
-
/**
|
|
5
|
-
* size is optional.
|
|
6
|
-
* @value 'lg' Use it when a lg text is an introductory paragraph that you can use at the top of a page to summarize the content.
|
|
7
|
-
* @value 'md' The majority of your body should use the standard 'md' size.
|
|
8
|
-
* @value 'sm' Use it sparingly to make your text font size smaller: 16px on larger screens and 14px on smaller screens.
|
|
9
|
-
* @default 'md'
|
|
10
|
-
*/
|
|
11
|
-
color?: 'default' | 'info' | 'attribute' | 'string' | 'keyword' | 'name';
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Code component is used for text formatting.
|
|
15
|
-
* If you need a paragraph, use the Paragraph component instead.
|
|
16
|
-
*/
|
|
17
|
-
export declare const Code: React.ForwardRefExoticComponent<Omit<CodeProps, "ref"> & React.RefAttributes<HTMLElement | HTMLParagraphElement>>;
|
|
18
|
-
export default Code;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface CodeBlockContainerProps extends BaseProps<'div'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* CodeBlockContainer is a component for displaying code.
|
|
7
|
-
*
|
|
8
|
-
*/
|
|
9
|
-
export declare const CodeBlockContainer: React.ForwardRefExoticComponent<Omit<CodeBlockContainerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default CodeBlockContainer;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface CodeBlockContentProps extends BaseProps<'pre'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* CodeBlockContent can be used as content inside the CodeBlockContainer.
|
|
7
|
-
*
|
|
8
|
-
*/
|
|
9
|
-
export declare const CodeBlockContent: React.ForwardRefExoticComponent<Omit<CodeBlockContentProps, "ref"> & React.RefAttributes<HTMLPreElement>>;
|
|
10
|
-
export default CodeBlockContent;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface CodeBlockHeaderProps extends BaseProps<'div'> {
|
|
4
|
-
/**
|
|
5
|
-
* justify prop is optional.
|
|
6
|
-
* justify prop is used the justify-content style.
|
|
7
|
-
* @value 'start' is used to place the header's content at the start.
|
|
8
|
-
* @value 'end' is used to place the header's content at the end.
|
|
9
|
-
* @value 'spaceBetween' is recommended for two items in header.
|
|
10
|
-
* @default 'start'
|
|
11
|
-
*/
|
|
12
|
-
justify?: 'start' | 'space-between' | 'end';
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* CodeBlockHeader can be used as header inside the CodeBlockContainer.
|
|
16
|
-
*
|
|
17
|
-
*/
|
|
18
|
-
export declare const CodeBlockHeader: React.ForwardRefExoticComponent<Omit<CodeBlockHeaderProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
19
|
-
export default CodeBlockHeader;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { GridProps } from '@digigov/react-core/Grid';
|
|
3
|
-
export interface ContainerProps extends GridProps {
|
|
4
|
-
/**
|
|
5
|
-
* grid is optional. Set to false if you don't need grid layout.
|
|
6
|
-
* @value true
|
|
7
|
-
* @value false
|
|
8
|
-
* @default true
|
|
9
|
-
*/
|
|
10
|
-
grid?: boolean;
|
|
11
|
-
/**
|
|
12
|
-
* fullWidth is optional. Set to true if you need a full width layout.
|
|
13
|
-
* @value true
|
|
14
|
-
* @value false
|
|
15
|
-
* @default false
|
|
16
|
-
*/
|
|
17
|
-
fullWidth?: boolean;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Use Container as a wrapper.
|
|
21
|
-
*/
|
|
22
|
-
export declare const Container: React.ForwardRefExoticComponent<Omit<ContainerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
23
|
-
export default Container;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface CopyToClipboardContainerProps extends BaseProps<'div'> {
|
|
4
|
-
/**
|
|
5
|
-
* @value 'tooltip' is used when you want to show the message inside a tooltip.
|
|
6
|
-
* @value 'banner' is used when you want to show the message inside a banner.
|
|
7
|
-
* @default 'tooltip'
|
|
8
|
-
*/
|
|
9
|
-
variant?: 'tooltip' | 'banner';
|
|
10
|
-
/**
|
|
11
|
-
* tooltipAlign is optional.
|
|
12
|
-
* tooltipAlign prop adds tooltip right or left and is used only if variant is tooltip.
|
|
13
|
-
* @value 'right'
|
|
14
|
-
* @value 'left'
|
|
15
|
-
* @default 'right'
|
|
16
|
-
*/
|
|
17
|
-
tooltipAlign?: 'right' | 'left';
|
|
18
|
-
/**
|
|
19
|
-
* dense is optional.
|
|
20
|
-
* affects only the density of the tooltip.
|
|
21
|
-
* @value true tooltip will be dense.
|
|
22
|
-
* @value false
|
|
23
|
-
* @default false
|
|
24
|
-
* */
|
|
25
|
-
dense?: boolean;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* CopyToClipboardContainer is a wrapper component for CopyToClipboardMessage
|
|
29
|
-
*/
|
|
30
|
-
export declare const CopyToClipboardContainer: React.ForwardRefExoticComponent<Omit<CopyToClipboardContainerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
31
|
-
export default CopyToClipboardContainer;
|