@digigov/react-experimental 2.0.0-rc.2 → 2.0.0-rc.20
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 +23 -23
- package/FloatingButton/index.js.map +7 -0
- package/Kitchensink/AllComponents/index.js +8 -9
- package/Kitchensink/AllComponents.js.map +7 -0
- package/Kitchensink/KitchensinkByCategory/index.js +47 -32
- package/Kitchensink/KitchensinkByCategory.js.map +7 -0
- package/Kitchensink/KitchensinkByLetter/index.js +26 -18
- package/Kitchensink/KitchensinkByLetter.js.map +7 -0
- package/Kitchensink/KitchensinkComponent/index.js +31 -44
- package/Kitchensink/KitchensinkComponent.js.map +7 -0
- package/Kitchensink/KitchensinkDashboard/index.js +43 -38
- package/Kitchensink/KitchensinkDashboard.js.map +7 -0
- package/Kitchensink/index.js +2 -1
- package/Kitchensink/index.js.map +7 -0
- package/OptionButtonBase/index.js +24 -23
- package/OptionButtonBase/index.js.map +7 -0
- package/OptionButtonSteps/index.js +34 -29
- package/OptionButtonSteps/index.js.map +7 -0
- package/cjs/FloatingButton/index.js +55 -29
- package/cjs/FloatingButton/index.js.map +7 -0
- package/cjs/Kitchensink/AllComponents/index.js +39 -14
- package/cjs/Kitchensink/AllComponents.js.map +7 -0
- package/cjs/Kitchensink/KitchensinkByCategory/index.js +75 -38
- package/cjs/Kitchensink/KitchensinkByCategory.js.map +7 -0
- package/cjs/Kitchensink/KitchensinkByLetter/index.js +58 -24
- package/cjs/Kitchensink/KitchensinkByLetter.js.map +7 -0
- package/cjs/Kitchensink/KitchensinkComponent/index.js +60 -53
- package/cjs/Kitchensink/KitchensinkComponent.js.map +7 -0
- package/cjs/Kitchensink/KitchensinkDashboard/index.js +75 -44
- package/cjs/Kitchensink/KitchensinkDashboard.js.map +7 -0
- package/cjs/Kitchensink/index.js +29 -59
- package/cjs/Kitchensink/index.js.map +7 -0
- package/cjs/OptionButtonBase/index.js +56 -29
- package/cjs/OptionButtonBase/index.js.map +7 -0
- package/cjs/OptionButtonSteps/index.js +66 -35
- package/cjs/OptionButtonSteps/index.js.map +7 -0
- package/cjs/index.js +27 -48
- package/cjs/index.js.map +7 -0
- package/index.js +6 -5
- package/index.js.map +7 -0
- package/libs/ui/src/api/APIErrors.d.ts +1 -0
- package/libs/ui/src/api/APIProvider.d.ts +1 -0
- package/libs/ui/src/api/fetchAPI.d.ts +1 -5
- package/libs/ui/src/api/index.d.ts +1 -2
- package/libs/ui/src/api/utils.d.ts +5 -1
- package/libs/ui/src/app/BannerContainer/BannerContainer.stories.d.ts +1 -1
- package/libs/ui/src/app/BannerContainer/__stories__/CookiesBanner.d.ts +2 -2
- package/libs/ui/src/app/Footer/Footer.stories.d.ts +8 -8
- package/libs/ui/src/app/Footer/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/app/Footer/__stories__/DefaultCopyright.d.ts +2 -2
- package/libs/ui/src/app/Footer/__stories__/FooterAllInclusive.d.ts +2 -2
- package/libs/ui/src/app/Footer/__stories__/FooterWithLink.d.ts +2 -2
- package/libs/ui/src/app/Footer/__stories__/FooterWithLogo.d.ts +2 -2
- package/libs/ui/src/app/Footer/__stories__/FooterWithSecondaryNavigation.d.ts +2 -2
- package/libs/ui/src/app/Footer/__stories__/FooterWithText.d.ts +2 -2
- package/libs/ui/src/app/Footer/__stories__/YearCopyright.d.ts +2 -2
- package/libs/ui/src/app/Header/Header.stories.d.ts +5 -5
- package/libs/ui/src/app/Header/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/app/Header/__stories__/WithHeaderNavigation.d.ts +2 -2
- package/libs/ui/src/app/Header/__stories__/WithNavigation.d.ts +2 -2
- package/libs/ui/src/app/Header/__stories__/WithServiceName.d.ts +2 -2
- package/libs/ui/src/app/Header/__stories__/WithServiceNameAndLogo.d.ts +2 -2
- package/libs/ui/src/app/Loader/Loader.stories.d.ts +2 -1
- package/libs/ui/src/app/Loader/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/app/Loader/__stories__/FullPageLoader.d.ts +2 -0
- package/libs/ui/src/app/Masthead/Masthead.stories.d.ts +3 -3
- package/libs/ui/src/app/Masthead/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/app/Masthead/__stories__/WithElements.d.ts +2 -2
- package/libs/ui/src/app/Masthead/__stories__/WithLogo.d.ts +2 -2
- package/libs/ui/src/app/Modal/Modal.stories.d.ts +6 -5
- package/libs/ui/src/app/Modal/__stories__/AlertDialog.d.ts +2 -2
- package/libs/ui/src/app/Modal/__stories__/Auto.d.ts +2 -2
- package/libs/ui/src/app/Modal/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/app/Modal/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/app/Modal/__stories__/WithHooks.d.ts +2 -2
- package/libs/ui/src/app/Modal/__stories__/WithoutModalGaps.d.ts +3 -0
- package/libs/ui/src/app/Modal/auto.d.ts +4 -4
- package/libs/ui/src/app/Modal/index.d.ts +2 -8
- package/libs/ui/src/app/Modal/index.web.d.ts +8 -0
- package/libs/ui/src/app/NotFound/NotFound.stories.d.ts +1 -1
- package/libs/ui/src/app/NotFound/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/app/OutdatedBrowserBanner/index.d.ts +0 -1
- package/libs/ui/src/app/Panel/Panel.stories.d.ts +1 -1
- package/libs/ui/src/app/Panel/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/app/PhaseBannerHeader/PhaseBannerHeader.stories.d.ts +1 -1
- package/libs/ui/src/app/PhaseBannerHeader/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/app/PhaseBannerHeader/index.d.ts +1 -1
- package/libs/ui/src/app/QrCodeScanner/QrCodeScanner.stories.d.ts +1 -1
- package/libs/ui/src/app/QrCodeScanner/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/app/QrCodeScanner/index.d.ts +1 -0
- package/libs/ui/src/app/QrCodeViewer/QRCode.stories.d.ts +2 -2
- package/libs/ui/src/app/QrCodeViewer/__stories__/Custom.d.ts +2 -2
- package/libs/ui/src/app/QrCodeViewer/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/app/Skeleton/Skeleton.stories.d.ts +17 -0
- package/libs/ui/src/app/Skeleton/__stories__/Button.d.ts +3 -0
- package/libs/ui/src/app/Skeleton/__stories__/Circular.d.ts +3 -0
- package/libs/ui/src/app/Skeleton/__stories__/Default.d.ts +3 -0
- package/libs/ui/src/app/Skeleton/__stories__/NoAnimation.d.ts +3 -0
- package/libs/ui/src/app/Skeleton/__stories__/Rectangular.d.ts +3 -0
- package/libs/ui/src/app/Skeleton/__stories__/SpecificWidthAndHeight.d.ts +3 -0
- package/libs/ui/src/app/Skeleton/__stories__/TextSizes.d.ts +3 -0
- package/libs/ui/src/app/Skeleton/__stories__/UnderTypography.d.ts +3 -0
- package/libs/ui/src/app/Skeleton/__stories__/WithChildren.d.ts +3 -0
- package/libs/ui/src/app/Skeleton/index.d.ts +3 -0
- package/libs/ui/src/app/ThemeOptions/index.d.ts +1 -1
- package/libs/ui/src/content/Accordion/Accordion.stories.d.ts +4 -4
- package/libs/ui/src/content/Accordion/__stories__/Auto.d.ts +2 -2
- package/libs/ui/src/content/Accordion/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/content/Accordion/__stories__/WithHints.d.ts +2 -2
- package/libs/ui/src/content/Accordion/__stories__/WithHook.d.ts +2 -2
- package/libs/ui/src/content/Accordion/auto.d.ts +8 -7
- package/libs/ui/src/content/Accordion/hooks.d.ts +1 -1
- package/libs/ui/src/content/Accordion/index.d.ts +0 -1
- package/libs/ui/src/content/Blockquote/Blockquote.stories.d.ts +2 -2
- package/libs/ui/src/content/Blockquote/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/content/Blockquote/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/content/Card/Card.stories.d.ts +11 -11
- package/libs/ui/src/content/Card/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/content/Card/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/content/Card/__stories__/WithClickableContent.d.ts +2 -2
- package/libs/ui/src/content/Card/__stories__/WithClickableLink.d.ts +2 -2
- package/libs/ui/src/content/Card/__stories__/WithDarkBorder.d.ts +2 -2
- package/libs/ui/src/content/Card/__stories__/WithDarkTopBorder.d.ts +2 -2
- package/libs/ui/src/content/Card/__stories__/WithDivider.d.ts +2 -2
- package/libs/ui/src/content/Card/__stories__/WithGrayBorder.d.ts +2 -2
- package/libs/ui/src/content/Card/__stories__/WithGrayTopBorder.d.ts +2 -2
- package/libs/ui/src/content/Card/__stories__/WithGroupButton.d.ts +2 -2
- package/libs/ui/src/content/Card/__stories__/WithLink.d.ts +2 -2
- package/libs/ui/src/content/Chip/Chip.stories.d.ts +5 -5
- package/libs/ui/src/content/Chip/__stories__/ClickableChip.d.ts +2 -2
- package/libs/ui/src/content/Chip/__stories__/ClickableDeletableChip.d.ts +2 -2
- package/libs/ui/src/content/Chip/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/content/Chip/__stories__/DeletableChip.d.ts +2 -2
- package/libs/ui/src/content/Chip/__stories__/GroupOfChips.d.ts +2 -2
- package/libs/ui/src/content/Details/Details.stories.d.ts +1 -1
- package/libs/ui/src/content/Details/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/content/List/List.stories.d.ts +6 -6
- package/libs/ui/src/content/List/__stories__/BulletList.d.ts +2 -2
- package/libs/ui/src/content/List/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/content/List/__stories__/HorizontalList.d.ts +2 -2
- package/libs/ui/src/content/List/__stories__/NestedBulletList.d.ts +2 -2
- package/libs/ui/src/content/List/__stories__/NumberedList.d.ts +2 -2
- package/libs/ui/src/content/List/__stories__/WithExtraSpace.d.ts +2 -2
- package/libs/ui/src/content/Markdown/Markdown.stories.d.ts +9 -0
- package/libs/ui/src/content/Markdown/__stories__/Default.d.ts +3 -0
- package/libs/ui/src/content/Markdown/index.d.ts +5 -2
- package/libs/ui/src/content/SafeHTML/SafeHTML.stories.d.ts +9 -0
- package/libs/ui/src/content/SafeHTML/__stories__/Default.d.ts +3 -0
- package/libs/ui/src/content/SafeHTML/index.d.ts +1 -1
- package/libs/ui/src/content/StepNav/StepNav.stories.d.ts +5 -5
- package/libs/ui/src/content/StepNav/__stories__/Auto.d.ts +2 -2
- package/libs/ui/src/content/StepNav/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/content/StepNav/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/content/StepNav/__stories__/WithHints.d.ts +2 -2
- package/libs/ui/src/content/StepNav/__stories__/WithHook.d.ts +2 -2
- package/libs/ui/src/content/StepNav/auto.d.ts +7 -7
- package/libs/ui/src/content/StepNav/index.d.ts +0 -1
- package/libs/ui/src/content/SummaryList/SummaryList.stories.d.ts +15 -8
- package/libs/ui/src/content/SummaryList/__stories__/SummaryListExample.d.ts +14 -0
- package/libs/ui/src/content/Table/Table.stories.d.ts +18 -18
- package/libs/ui/src/content/Table/TableFloatingScroll.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/DarkVariant.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/DarkVariantWithVerticalHeaders.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/DefinedWidth.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/Densed.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/Full.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/MultipleProps.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/NoData.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/NumericDataType.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/RowColors.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/Stacked.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/TableCaptions.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/VerticalBorders.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/VerticalHeaders.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/WithFloatingScroll.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/WithLoader.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/WithSortFilters.d.ts +2 -2
- package/libs/ui/src/content/Table/__stories__/ZebraProp.d.ts +2 -2
- package/libs/ui/src/content/Table/hooks/useSort.d.ts +1 -1
- package/libs/ui/src/content/Table/index.d.ts +2 -2
- package/libs/ui/src/content/TaskList/TaskList.stories.d.ts +2 -2
- package/libs/ui/src/content/TaskList/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/content/TaskList/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/content/Timeline/Timeline.stories.d.ts +2 -2
- package/libs/ui/src/content/Timeline/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/content/Timeline/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/feedback/CopyToClipboard/CopyToClipboard.stories.d.ts +3 -3
- package/libs/ui/src/feedback/CopyToClipboard/__stories__/Banner.d.ts +2 -2
- package/libs/ui/src/feedback/CopyToClipboard/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/feedback/CopyToClipboard/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/feedback/CopyToClipboard/index.d.ts +1 -1
- package/libs/ui/src/feedback/ErrorSummary/ErrorSummary.stories.d.ts +6 -6
- package/libs/ui/src/feedback/ErrorSummary/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/feedback/ErrorSummary/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToCheckbox.d.ts +2 -2
- package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToField.d.ts +2 -2
- package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToInput.d.ts +2 -2
- package/libs/ui/src/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +2 -2
- package/libs/ui/src/feedback/NotificationBanner/NotificationBanner.stories.d.ts +3 -3
- package/libs/ui/src/feedback/NotificationBanner/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/feedback/NotificationBanner/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/feedback/NotificationBanner/__stories__/Success.d.ts +2 -2
- package/libs/ui/src/feedback/PhaseBanner/PhaseBanner.stories.d.ts +2 -2
- package/libs/ui/src/feedback/PhaseBanner/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/feedback/PhaseBanner/__stories__/Underlined.d.ts +2 -2
- package/libs/ui/src/feedback/WarningText/WarningText.stories.d.ts +3 -3
- package/libs/ui/src/feedback/WarningText/__stories__/AssistiveText.d.ts +2 -2
- package/libs/ui/src/feedback/WarningText/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/feedback/WarningText/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/feedback/WarningText/index.d.ts +1 -0
- package/libs/ui/src/form/AutoComplete/AutoComplete.stories.d.ts +10 -7
- package/libs/ui/src/form/AutoComplete/Status/index.d.ts +4 -2
- package/libs/ui/src/form/AutoComplete/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/form/AutoComplete/__stories__/Multiple.d.ts +3 -0
- package/libs/ui/src/form/AutoComplete/__stories__/MultipleShowingTwoSelected.d.ts +3 -0
- package/libs/ui/src/form/AutoComplete/__stories__/MultipleWithDefaultValues.d.ts +3 -0
- package/libs/ui/src/form/AutoComplete/__stories__/MultipleWithMinLength.d.ts +3 -0
- package/libs/ui/src/form/AutoComplete/__stories__/WithAutoSelect.d.ts +2 -2
- package/libs/ui/src/form/AutoComplete/__stories__/WithDefaultValue.d.ts +2 -2
- package/libs/ui/src/form/AutoComplete/__stories__/WithMinLength.d.ts +2 -2
- package/libs/ui/src/form/AutoComplete/__stories__/WithPlaceHolder.d.ts +2 -2
- package/libs/ui/src/form/AutoComplete/__stories__/WithShowAllValues.d.ts +2 -2
- package/libs/ui/src/form/AutoComplete/index.d.ts +13 -20
- package/libs/ui/src/form/AutoComplete/utils.d.ts +1 -0
- package/libs/ui/src/form/Button/Button.stories.d.ts +12 -12
- package/libs/ui/src/form/Button/ThemeToggleButton.d.ts +2 -2
- package/libs/ui/src/form/Button/__stories__/Back.d.ts +2 -2
- package/libs/ui/src/form/Button/__stories__/ButtonLinkButton.d.ts +2 -2
- package/libs/ui/src/form/Button/__stories__/CallToActionButton.d.ts +2 -2
- package/libs/ui/src/form/Button/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/form/Button/__stories__/Disabled.d.ts +2 -2
- package/libs/ui/src/form/Button/__stories__/GroupingButtons.d.ts +2 -2
- package/libs/ui/src/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +2 -2
- package/libs/ui/src/form/Button/__stories__/Primary.d.ts +2 -2
- package/libs/ui/src/form/Button/__stories__/Secondary.d.ts +2 -2
- package/libs/ui/src/form/Button/__stories__/ThemeToggle.d.ts +2 -2
- package/libs/ui/src/form/Button/__stories__/Warning.d.ts +2 -2
- package/libs/ui/src/form/Button/__stories__/WithVariantLink.d.ts +2 -2
- package/libs/ui/src/form/Checkbox/Checkbox.stories.d.ts +10 -10
- package/libs/ui/src/form/Checkbox/__stories__/ConditionalReveal.d.ts +2 -2
- package/libs/ui/src/form/Checkbox/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/form/Checkbox/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/form/Checkbox/__stories__/Inline.d.ts +2 -2
- package/libs/ui/src/form/Checkbox/__stories__/InlineWithDivider.d.ts +2 -2
- package/libs/ui/src/form/Checkbox/__stories__/MultipleQuestions.d.ts +2 -2
- package/libs/ui/src/form/Checkbox/__stories__/NoneAnswer.d.ts +2 -2
- package/libs/ui/src/form/Checkbox/__stories__/NoneAnswerWithError.d.ts +2 -2
- package/libs/ui/src/form/Checkbox/__stories__/WithErrorMessage.d.ts +2 -2
- package/libs/ui/src/form/Checkbox/__stories__/WithHint.d.ts +2 -2
- package/libs/ui/src/form/Checkbox/index.d.ts +1 -0
- package/libs/ui/src/form/DateInputContainer/DateInputContainer.stories.d.ts +5 -5
- package/libs/ui/src/form/DateInputContainer/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/form/DateInputContainer/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/form/DateInputContainer/__stories__/MultipleQuestions.d.ts +2 -2
- package/libs/ui/src/form/DateInputContainer/__stories__/WithErrorMessage.d.ts +2 -2
- package/libs/ui/src/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.d.ts +2 -2
- package/libs/ui/src/form/ErrorMessage/ErrorMessage.stories.d.ts +3 -3
- package/libs/ui/src/form/ErrorMessage/__stories__/DateInputError.d.ts +2 -2
- package/libs/ui/src/form/ErrorMessage/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +2 -2
- package/libs/ui/src/form/FileUpload/FileUpload.stories.d.ts +2 -2
- package/libs/ui/src/form/FileUpload/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/form/FileUpload/__stories__/WithErrorMessage.d.ts +2 -2
- package/libs/ui/src/form/RadioContainer/RadioContainer.stories.d.ts +10 -10
- package/libs/ui/src/form/RadioContainer/__stories__/ConditionalReveal.d.ts +2 -2
- package/libs/ui/src/form/RadioContainer/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/form/RadioContainer/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/form/RadioContainer/__stories__/Inline.d.ts +2 -2
- package/libs/ui/src/form/RadioContainer/__stories__/InlineWithDivider.d.ts +2 -2
- package/libs/ui/src/form/RadioContainer/__stories__/MultipleQuestions.d.ts +2 -2
- package/libs/ui/src/form/RadioContainer/__stories__/NoneAnswer.d.ts +2 -2
- package/libs/ui/src/form/RadioContainer/__stories__/WithErrorMessage.d.ts +2 -2
- package/libs/ui/src/form/RadioContainer/__stories__/WithHints.d.ts +2 -2
- package/libs/ui/src/form/RadioContainer/__stories__/WithMediumLegend.d.ts +2 -2
- package/libs/ui/src/form/SelectContainer/SelectContainer.stories.d.ts +4 -4
- package/libs/ui/src/form/SelectContainer/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/form/SelectContainer/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/form/SelectContainer/__stories__/DisabledInput.d.ts +2 -2
- package/libs/ui/src/form/SelectContainer/__stories__/WithHint.d.ts +2 -2
- package/libs/ui/src/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +4 -4
- package/libs/ui/src/form/SingleCharacterInputs/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithDefaultError.d.ts +2 -2
- package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.d.ts +2 -2
- package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.d.ts +2 -2
- package/libs/ui/src/form/TextArea/TextArea.stories.d.ts +8 -8
- package/libs/ui/src/form/TextArea/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/form/TextArea/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/form/TextArea/__stories__/DisabledInput.d.ts +2 -2
- package/libs/ui/src/form/TextArea/__stories__/LimitedCharacters.d.ts +2 -2
- package/libs/ui/src/form/TextArea/__stories__/MultipleQuestions.d.ts +2 -2
- package/libs/ui/src/form/TextArea/__stories__/WithDeclaredRows.d.ts +2 -2
- package/libs/ui/src/form/TextArea/__stories__/WithErrorMessage.d.ts +2 -2
- package/libs/ui/src/form/TextArea/__stories__/WithHint.d.ts +2 -2
- package/libs/ui/src/form/TextInput/TextInput.stories.d.ts +10 -10
- package/libs/ui/src/form/TextInput/__stories__/AskingForNumbers.d.ts +2 -2
- package/libs/ui/src/form/TextInput/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/form/TextInput/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/form/TextInput/__stories__/DisabledInput.d.ts +2 -2
- package/libs/ui/src/form/TextInput/__stories__/DisabledInputWithValue.d.ts +2 -2
- package/libs/ui/src/form/TextInput/__stories__/FixedWidths.d.ts +2 -2
- package/libs/ui/src/form/TextInput/__stories__/FluidWidths.d.ts +2 -2
- package/libs/ui/src/form/TextInput/__stories__/MultipleQuestions.d.ts +2 -2
- package/libs/ui/src/form/TextInput/__stories__/WithErrorMessage.d.ts +2 -2
- package/libs/ui/src/form/TextInput/__stories__/WithHint.d.ts +2 -2
- package/libs/ui/src/govgr/Footer/Copyright.d.ts +1 -0
- package/libs/ui/src/i18n/I18nText.d.ts +1 -1
- package/libs/ui/src/icons/index.d.ts +1 -1
- package/libs/ui/src/layouts/Basic/Basic.stories.d.ts +4 -3
- package/libs/ui/src/layouts/Basic/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/layouts/Basic/__stories__/MultipleRowsLayout.d.ts +2 -2
- package/libs/ui/src/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.d.ts +2 -2
- package/libs/ui/src/layouts/Basic/__stories__/WithBasicLayout.d.ts +3 -0
- package/libs/ui/src/layouts/Grid/Grid.stories.d.ts +3 -3
- package/libs/ui/src/layouts/Grid/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/layouts/Grid/__stories__/Inline.d.ts +2 -2
- package/libs/ui/src/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +2 -2
- package/libs/ui/src/layouts/Screen/Screen.stories.d.ts +4 -4
- package/libs/ui/src/layouts/Screen/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/layouts/Screen/__stories__/ScreenDown.d.ts +2 -2
- package/libs/ui/src/layouts/Screen/__stories__/ScreenUp.d.ts +2 -2
- package/libs/ui/src/layouts/Screen/__stories__/SpecificScreenSize.d.ts +2 -2
- package/libs/ui/src/layouts/Screen/index.d.ts +3 -2
- package/libs/ui/src/layouts/Stack/Stack.stories.d.ts +6 -6
- package/libs/ui/src/layouts/Stack/__stories__/AlignItems.d.ts +2 -2
- package/libs/ui/src/layouts/Stack/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/layouts/Stack/__stories__/JustifyContent.d.ts +2 -2
- package/libs/ui/src/layouts/Stack/__stories__/NoWrap.d.ts +2 -2
- package/libs/ui/src/layouts/Stack/__stories__/Row.d.ts +2 -2
- package/libs/ui/src/layouts/Stack/__stories__/Spacing.d.ts +2 -2
- package/libs/ui/src/navigation/BackLink/BackLink.stories.d.ts +1 -1
- package/libs/ui/src/navigation/BackLink/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/navigation/BackToTopLink/BackToTopLink.stories.d.ts +2 -2
- package/libs/ui/src/navigation/BackToTopLink/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/navigation/BackToTopLink/__stories__/InMain.d.ts +2 -2
- package/libs/ui/src/navigation/Breadcrumbs/Breadcrumbs.stories.d.ts +2 -1
- package/libs/ui/src/navigation/Breadcrumbs/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.d.ts +3 -0
- package/libs/ui/src/navigation/Drawer/Drawer.stories.d.ts +3 -3
- package/libs/ui/src/navigation/Drawer/__stories__/Auto.d.ts +2 -2
- package/libs/ui/src/navigation/Drawer/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/navigation/Drawer/__stories__/WithHook.d.ts +2 -2
- package/libs/ui/src/navigation/Drawer/auto.d.ts +6 -6
- package/libs/ui/src/navigation/Drawer/index.d.ts +0 -1
- package/libs/ui/src/navigation/Dropdown/Dropdown.stories.d.ts +11 -10
- package/libs/ui/src/navigation/Dropdown/__stories__/AlignRight.d.ts +2 -2
- package/libs/ui/src/navigation/Dropdown/__stories__/ContentPosition.d.ts +2 -2
- package/libs/ui/src/navigation/Dropdown/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/navigation/Dropdown/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/navigation/Dropdown/__stories__/Disabled.d.ts +2 -2
- package/libs/ui/src/navigation/Dropdown/__stories__/PlacementTop.d.ts +2 -2
- package/libs/ui/src/navigation/Dropdown/__stories__/ScrollableContent.d.ts +3 -0
- package/libs/ui/src/navigation/Dropdown/__stories__/Secondary.d.ts +2 -2
- package/libs/ui/src/navigation/Dropdown/__stories__/VariantLink.d.ts +2 -2
- package/libs/ui/src/navigation/Dropdown/__stories__/Warning.d.ts +2 -2
- package/libs/ui/src/navigation/Dropdown/__stories__/WithIcons.d.ts +2 -2
- package/libs/ui/src/navigation/Dropdown/index.d.ts +1 -1
- package/libs/ui/src/navigation/Link/Link.stories.d.ts +7 -6
- package/libs/ui/src/navigation/Link/__stories__/DarkBackground.d.ts +2 -2
- package/libs/ui/src/navigation/Link/__stories__/DarkBackgroundNoUnderline.d.ts +2 -2
- package/libs/ui/src/navigation/Link/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/navigation/Link/__stories__/ExternalLink.d.ts +2 -2
- package/libs/ui/src/navigation/Link/__stories__/NoUnderline.d.ts +2 -2
- package/libs/ui/src/navigation/Link/__stories__/OpensInNewTab.d.ts +2 -2
- package/libs/ui/src/navigation/Link/__stories__/WithProvider.d.ts +3 -0
- package/libs/ui/src/navigation/Link/index.d.ts +2 -3
- package/libs/ui/src/navigation/NavList/NavList.stories.d.ts +9 -8
- package/libs/ui/src/navigation/NavList/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/navigation/NavList/__stories__/HorizontalWithDrawer.d.ts +2 -2
- package/libs/ui/src/navigation/NavList/__stories__/HorizontalWithoutDrawer.d.ts +2 -2
- package/libs/ui/src/navigation/NavList/__stories__/NavListWithoutNav.d.ts +2 -2
- package/libs/ui/src/navigation/NavList/__stories__/UsingHeaderButton.d.ts +2 -2
- package/libs/ui/src/navigation/NavList/__stories__/UsingNavListAuto.d.ts +2 -2
- package/libs/ui/src/navigation/NavList/__stories__/Vertical.d.ts +2 -2
- package/libs/ui/src/navigation/NavList/__stories__/VerticalWithoutDrawer.d.ts +2 -2
- package/libs/ui/src/navigation/NavList/__stories__/WithBadge.d.ts +3 -0
- package/libs/ui/src/navigation/NavList/index.d.ts +2 -1
- package/libs/ui/src/navigation/NavList/types.d.ts +2 -3
- package/libs/ui/src/navigation/Pagination/Pagination.d.ts +39 -0
- package/libs/ui/src/navigation/Pagination/Pagination.stories.d.ts +7 -7
- package/libs/ui/src/navigation/Pagination/__stories__/Auto.d.ts +2 -2
- package/libs/ui/src/navigation/Pagination/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/navigation/Pagination/__stories__/PaginationSmall.d.ts +2 -2
- package/libs/ui/src/navigation/Pagination/__stories__/PaginationWithSmallFont.d.ts +2 -2
- package/libs/ui/src/navigation/Pagination/__stories__/WithHook.d.ts +2 -2
- package/libs/ui/src/navigation/Pagination/__stories__/WithInactiveValues.d.ts +2 -2
- package/libs/ui/src/navigation/Pagination/__stories__/WithResultsPerPage.d.ts +2 -2
- package/libs/ui/src/navigation/Pagination/auto.d.ts +11 -8
- package/libs/ui/src/navigation/Pagination/hooks.d.ts +1 -1
- package/libs/ui/src/navigation/Pagination/index.d.ts +3 -40
- package/libs/ui/src/navigation/SkipLink/SkipLink.stories.d.ts +1 -1
- package/libs/ui/src/navigation/SkipLink/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/navigation/Tabs/Tabs.stories.d.ts +4 -3
- package/libs/ui/src/navigation/Tabs/__stories__/Auto.d.ts +2 -2
- package/libs/ui/src/navigation/Tabs/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/navigation/Tabs/__stories__/Dense.d.ts +2 -2
- package/libs/ui/src/navigation/Tabs/__stories__/UsingAccordion.d.ts +3 -0
- package/libs/ui/src/navigation/Tabs/auto.d.ts +6 -5
- package/libs/ui/src/navigation/Tabs/index.d.ts +0 -1
- package/libs/ui/src/registry.d.ts +12 -0
- package/libs/ui/src/typography/CodeBlock/CodeBlock.stories.d.ts +11 -0
- package/libs/ui/src/typography/CodeBlock/__stories__/Default.d.ts +3 -0
- package/libs/ui/src/typography/CodeBlock/__stories__/Highlighted.d.ts +3 -0
- package/libs/ui/src/typography/CodeBlock/__stories__/WithCopyToClipboard.d.ts +3 -0
- package/libs/ui/src/typography/CodeBlock/__stories__/WithPhaseBanner.d.ts +3 -0
- package/libs/ui/src/typography/CodeBlock/index.d.ts +14 -2
- package/libs/ui/src/typography/Heading/Heading.stories.d.ts +1 -1
- package/libs/ui/src/typography/Heading/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/typography/HeadingCaption/HeadingCaption.stories.d.ts +2 -2
- package/libs/ui/src/typography/HeadingCaption/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/typography/HeadingCaption/__stories__/NestedToTitle.d.ts +2 -2
- package/libs/ui/src/typography/Hint/Hint.stories.d.ts +2 -2
- package/libs/ui/src/typography/Hint/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/typography/Hint/__stories__/FontSizes.d.ts +2 -2
- package/libs/ui/src/typography/NormalText/NormalText.stories.d.ts +4 -4
- package/libs/ui/src/typography/NormalText/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/typography/NormalText/__stories__/FontSizes.d.ts +2 -2
- package/libs/ui/src/typography/NormalText/__stories__/FontWeight.d.ts +2 -2
- package/libs/ui/src/typography/NormalText/__stories__/Variants.d.ts +2 -2
- package/libs/ui/src/typography/Paragraph/Paragraph.stories.d.ts +5 -5
- package/libs/ui/src/typography/Paragraph/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/typography/Paragraph/__stories__/FontSizes.d.ts +2 -2
- package/libs/ui/src/typography/Paragraph/__stories__/FontWeight.d.ts +2 -2
- package/libs/ui/src/typography/Paragraph/__stories__/LeadVariant.d.ts +2 -2
- package/libs/ui/src/typography/Paragraph/__stories__/SmallVariant.d.ts +2 -2
- package/libs/ui/src/utils/Base/index.d.ts +1 -0
- package/libs/ui/src/utils/TestVariant/index.d.ts +7 -0
- package/libs/ui/src/utils/VisuallyHidden/VisuallyHidden.stories.d.ts +1 -1
- package/libs/ui/src/utils/VisuallyHidden/__stories__/Default.d.ts +2 -2
- package/libs/ui/src/utils/hooks/useDebounce.d.ts +1 -1
- package/libs/ui/src/utils/hooks/useKeypress.d.ts +1 -1
- package/libs/ui/src/utils/hooks/useScreen.d.ts +1 -1
- package/libs-ui/react-core/src/Accordion/index.d.ts +1 -1
- package/libs-ui/react-core/src/AccordionControls/index.d.ts +1 -1
- package/libs-ui/react-core/src/AccordionSection/index.d.ts +1 -1
- package/libs-ui/react-core/src/AccordionSectionContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/AccordionSectionSummary/index.d.ts +1 -1
- package/libs-ui/react-core/src/AccordionSectionSummaryHeading/index.d.ts +1 -1
- package/libs-ui/react-core/src/AdminAside/index.d.ts +3 -3
- package/libs-ui/react-core/src/AdminContainer/index.d.ts +8 -1
- package/libs-ui/react-core/src/AdminHeader/index.d.ts +4 -4
- package/libs-ui/react-core/src/AdminHeaderContent/index.d.ts +3 -3
- package/libs-ui/react-core/src/AdminLayout/index.d.ts +3 -8
- package/libs-ui/react-core/src/AdminMain/index.d.ts +3 -3
- package/libs-ui/react-core/src/AdminTopSection/index.d.ts +1 -1
- package/libs-ui/react-core/src/Aside/index.d.ts +1 -1
- package/libs-ui/react-core/src/AutoCompleteAssistiveHint/index.d.ts +1 -1
- package/libs-ui/react-core/src/AutoCompleteContainer/index.d.ts +22 -0
- package/libs-ui/react-core/src/AutoCompleteInput/index.d.ts +1 -9
- package/libs-ui/react-core/src/AutoCompleteInputTypeahead/index.d.ts +1 -1
- package/libs-ui/react-core/src/AutoCompleteMultipleInput/index.d.ts +9 -0
- package/libs-ui/react-core/src/AutoCompleteMultipleInputContainer/index.d.ts +12 -0
- package/libs-ui/react-core/src/AutoCompleteResultList/index.d.ts +1 -10
- package/libs-ui/react-core/src/AutoCompleteResultListItem/index.d.ts +1 -1
- package/libs-ui/react-core/src/AutoCompleteStatus/index.d.ts +2 -2
- package/libs-ui/react-core/src/AutoCompleteStatusContainer/index.d.ts +10 -0
- package/libs-ui/react-core/src/BackLink/index.d.ts +1 -1
- package/libs-ui/react-core/src/BackToTopContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/BackToTopLimit/index.d.ts +1 -1
- package/libs-ui/react-core/src/BackToTopLink/index.d.ts +1 -1
- package/libs-ui/react-core/src/BannerContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/Base/index.d.ts +2 -95
- package/libs-ui/react-core/src/Base/index.web.d.ts +104 -0
- package/libs-ui/react-core/src/Base/utils.d.ts +40 -0
- package/libs-ui/react-core/src/Blockquote/index.d.ts +1 -1
- package/libs-ui/react-core/src/Bottom/index.d.ts +1 -1
- package/libs-ui/react-core/src/BottomInfo/index.d.ts +1 -1
- package/libs-ui/react-core/src/BottomInfoContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/BottomInfoContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/Breadcrumbs/index.d.ts +1 -1
- package/libs-ui/react-core/src/BreadcrumbsList/index.d.ts +1 -1
- package/libs-ui/react-core/src/BreadcrumbsListItem/index.d.ts +1 -1
- package/libs-ui/react-core/src/Button/index.d.ts +1 -1
- package/libs-ui/react-core/src/ButtonGroup/index.d.ts +1 -1
- package/libs-ui/react-core/src/ButtonLink/index.d.ts +1 -1
- package/libs-ui/react-core/src/CallToAction/index.d.ts +1 -1
- package/libs-ui/react-core/src/Card/index.d.ts +8 -1
- package/libs-ui/react-core/src/CardAction/index.d.ts +1 -1
- package/libs-ui/react-core/src/CardContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/CardHeading/index.d.ts +1 -1
- package/libs-ui/react-core/src/Checkbox/index.d.ts +1 -1
- package/libs-ui/react-core/src/CheckboxConditional/index.d.ts +1 -1
- package/libs-ui/react-core/src/CheckboxItem/index.d.ts +1 -1
- package/libs-ui/react-core/src/CheckboxItemInput/index.d.ts +2 -0
- package/libs-ui/react-core/src/CheckboxItemInput/index.web.d.ts +10 -0
- package/libs-ui/react-core/src/Chip/index.d.ts +1 -1
- package/libs-ui/react-core/src/ChipContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/ChipHeading/index.d.ts +1 -1
- package/libs-ui/react-core/src/ChipKeyValue/index.d.ts +1 -1
- package/libs-ui/react-core/src/ChoiceDividerText/index.d.ts +1 -1
- package/libs-ui/react-core/src/CircularProgress/index.d.ts +1 -1
- package/libs-ui/react-core/src/CloseButton/index.d.ts +1 -1
- package/libs-ui/react-core/src/Code/index.d.ts +1 -1
- package/libs-ui/react-core/src/CodeBlockContainer/index.d.ts +10 -0
- package/libs-ui/react-core/src/CodeBlockContent/index.d.ts +10 -0
- package/libs-ui/react-core/src/CodeBlockHeader/index.d.ts +19 -0
- package/libs-ui/react-core/src/Container/index.d.ts +1 -1
- package/libs-ui/react-core/src/CopyToClipboardContainer/index.d.ts +2 -31
- package/libs-ui/react-core/src/CopyToClipboardContainer/index.web.d.ts +31 -0
- package/libs-ui/react-core/src/CopyToClipboardMessage/index.d.ts +2 -18
- package/libs-ui/react-core/src/CopyToClipboardMessage/index.web.d.ts +18 -0
- package/libs-ui/react-core/src/CopyrightContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/DateInputContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/DateInputItem/index.d.ts +2 -26
- package/libs-ui/react-core/src/DateInputItem/index.web.d.ts +26 -0
- package/libs-ui/react-core/src/Details/index.d.ts +2 -10
- package/libs-ui/react-core/src/Details/index.web.d.ts +10 -0
- package/libs-ui/react-core/src/DetailsContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/DetailsSummary/index.d.ts +1 -1
- package/libs-ui/react-core/src/Drawer/index.d.ts +1 -1
- package/libs-ui/react-core/src/DrawerHeading/index.d.ts +1 -1
- package/libs-ui/react-core/src/DropdownBase/index.d.ts +1 -1
- package/libs-ui/react-core/src/DropdownButton/index.d.ts +1 -1
- package/libs-ui/react-core/src/DropdownContent/index.d.ts +9 -1
- package/libs-ui/react-core/src/ErrorMessage/index.d.ts +1 -1
- package/libs-ui/react-core/src/ErrorSummary/index.d.ts +1 -1
- package/libs-ui/react-core/src/FieldContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/Fieldset/index.d.ts +1 -1
- package/libs-ui/react-core/src/FieldsetLegend/index.d.ts +1 -1
- package/libs-ui/react-core/src/FileUpload/index.d.ts +1 -1
- package/libs-ui/react-core/src/FileUploadContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/FillableText/index.d.ts +1 -1
- package/libs-ui/react-core/src/FilterContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/FilterContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/FilterHeadingContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/FilterOptionsSection/index.d.ts +1 -1
- package/libs-ui/react-core/src/FilterSelectedHeading/index.d.ts +1 -1
- package/libs-ui/react-core/src/FilterSelectedSection/index.d.ts +1 -1
- package/libs-ui/react-core/src/Footer/index.d.ts +1 -1
- package/libs-ui/react-core/src/FooterContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/FooterContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/FooterContentLogos/index.d.ts +1 -1
- package/libs-ui/react-core/src/FooterHeading/index.d.ts +1 -1
- package/libs-ui/react-core/src/FooterImage/index.d.ts +1 -1
- package/libs-ui/react-core/src/FooterInfo/index.d.ts +1 -1
- package/libs-ui/react-core/src/FooterInfoSection/index.d.ts +1 -1
- package/libs-ui/react-core/src/FooterLink/index.d.ts +1 -1
- package/libs-ui/react-core/src/FooterList/index.d.ts +1 -1
- package/libs-ui/react-core/src/FooterListItem/index.d.ts +1 -1
- package/libs-ui/react-core/src/FooterNavigation/index.d.ts +1 -1
- package/libs-ui/react-core/src/FooterNavigationSection/index.d.ts +1 -1
- package/libs-ui/react-core/src/Form/index.d.ts +1 -1
- package/libs-ui/react-core/src/FullPageBackground/index.d.ts +1 -1
- package/libs-ui/react-core/src/GovGRLogo/index.d.ts +1 -1
- package/libs-ui/react-core/src/Grid/index.d.ts +1 -1
- package/libs-ui/react-core/src/Header/index.d.ts +1 -1
- package/libs-ui/react-core/src/HeaderContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/HeaderLogo/index.d.ts +1 -1
- package/libs-ui/react-core/src/HeaderNavMenuContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/HeaderSecondaryLogo/index.d.ts +1 -1
- package/libs-ui/react-core/src/HeaderSection/index.d.ts +1 -1
- package/libs-ui/react-core/src/HeaderTitle/index.d.ts +1 -1
- package/libs-ui/react-core/src/Heading/index.d.ts +1 -1
- package/libs-ui/react-core/src/HeadingCaption/index.d.ts +1 -1
- package/libs-ui/react-core/src/HellenicRepublicLogo/index.d.ts +1 -1
- package/libs-ui/react-core/src/Hidden/index.d.ts +1 -1
- package/libs-ui/react-core/src/Hint/index.d.ts +1 -1
- package/libs-ui/react-core/src/ImageLogo/index.d.ts +1 -1
- package/libs-ui/react-core/src/ImageLogoSet/index.d.ts +1 -1
- package/libs-ui/react-core/src/KitchenSinkAllComponents/index.d.ts +1 -1
- package/libs-ui/react-core/src/KitchenSinkCard/index.d.ts +1 -1
- package/libs-ui/react-core/src/KitchenSinkCategory/index.d.ts +1 -1
- package/libs-ui/react-core/src/KitchenSinkContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/KitchenSinkContentInfo/index.d.ts +1 -1
- package/libs-ui/react-core/src/KitchenSinkContentTags/index.d.ts +1 -1
- package/libs-ui/react-core/src/KitchenSinkHeading/index.d.ts +1 -1
- package/libs-ui/react-core/src/KitchenSinkLetterContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/LabelContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/LabelTitle/index.d.ts +1 -1
- package/libs-ui/react-core/src/LabeledText/index.d.ts +1 -1
- package/libs-ui/react-core/src/Layout/index.d.ts +1 -1
- package/libs-ui/react-core/src/LinkBase/index.d.ts +1 -1
- package/libs-ui/react-core/src/List/index.d.ts +1 -1
- package/libs-ui/react-core/src/ListItem/index.d.ts +1 -1
- package/libs-ui/react-core/src/LoaderContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/Main/index.d.ts +1 -1
- package/libs-ui/react-core/src/Masthead/index.d.ts +1 -1
- package/libs-ui/react-core/src/MastheadBody/index.d.ts +1 -1
- package/libs-ui/react-core/src/MastheadLogo/index.d.ts +1 -1
- package/libs-ui/react-core/src/ModalAction/index.d.ts +1 -1
- package/libs-ui/react-core/src/ModalContainer/index.d.ts +8 -1
- package/libs-ui/react-core/src/ModalContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/ModalHeading/index.d.ts +1 -1
- package/libs-ui/react-core/src/Nav/index.d.ts +1 -1
- package/libs-ui/react-core/src/NavList/index.d.ts +1 -1
- package/libs-ui/react-core/src/NavListItemAction/index.d.ts +13 -1
- package/libs-ui/react-core/src/NavListItemActionContainer/index.d.ts +2 -10
- package/libs-ui/react-core/src/NavListItemActionContainer/index.web.d.ts +10 -0
- package/libs-ui/react-core/src/NavListItemBadge/index.d.ts +15 -0
- package/libs-ui/react-core/src/NavListItemButton/index.d.ts +1 -1
- package/libs-ui/react-core/src/NavListItemLink/index.d.ts +1 -1
- package/libs-ui/react-core/src/NavMenuContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/NavMenuContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/NavMenuContentListBase/index.d.ts +1 -1
- package/libs-ui/react-core/src/NavMenuContentListItem/index.d.ts +1 -1
- package/libs-ui/react-core/src/NavMenuTitle/index.d.ts +1 -1
- package/libs-ui/react-core/src/NormalText/index.d.ts +1 -1
- package/libs-ui/react-core/src/NotificationBannerContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/NotificationBannerContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/NotificationBannerHeader/index.d.ts +1 -1
- package/libs-ui/react-core/src/NotificationBannerHeading/index.d.ts +1 -1
- package/libs-ui/react-core/src/NotificationBannerLink/index.d.ts +2 -11
- package/libs-ui/react-core/src/NotificationBannerLink/index.web.d.ts +11 -0
- package/libs-ui/react-core/src/PageTitleCaption/index.d.ts +1 -1
- package/libs-ui/react-core/src/PageTitleContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/PageTitleHeading/index.d.ts +1 -1
- package/libs-ui/react-core/src/Pagination/index.d.ts +1 -1
- package/libs-ui/react-core/src/PaginationLabelContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/PaginationList/index.d.ts +1 -1
- package/libs-ui/react-core/src/PaginationListItem/index.d.ts +1 -1
- package/libs-ui/react-core/src/Panel/index.d.ts +1 -1
- package/libs-ui/react-core/src/PanelBody/index.d.ts +1 -1
- package/libs-ui/react-core/src/PanelTitle/index.d.ts +1 -1
- package/libs-ui/react-core/src/Paragraph/index.d.ts +1 -1
- package/libs-ui/react-core/src/PhaseBanner/index.d.ts +1 -1
- package/libs-ui/react-core/src/PhaseBannerHeaderContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/PhaseBannerTag/index.d.ts +2 -2
- package/libs-ui/react-core/src/PhaseBannerText/index.d.ts +1 -1
- package/libs-ui/react-core/src/RadioConditional/index.d.ts +1 -1
- package/libs-ui/react-core/src/RadioContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/RadioItem/index.d.ts +1 -1
- package/libs-ui/react-core/src/ResultsActionBar/index.d.ts +1 -1
- package/libs-ui/react-core/src/ResultsHeading/index.d.ts +1 -1
- package/libs-ui/react-core/src/ResultsHeadingActions/index.d.ts +1 -1
- package/libs-ui/react-core/src/SearchButton/index.d.ts +1 -1
- package/libs-ui/react-core/src/SearchContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/Section/index.d.ts +1 -1
- package/libs-ui/react-core/src/SectionBreak/index.d.ts +1 -1
- package/libs-ui/react-core/src/SelectContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/SelectOption/index.d.ts +1 -1
- package/libs-ui/react-core/src/SingleCharacterInput/index.d.ts +1 -1
- package/libs-ui/react-core/src/SingleCharacterInputs/index.d.ts +1 -1
- package/libs-ui/react-core/src/Skeleton/index.d.ts +49 -0
- package/libs-ui/react-core/src/SkipLink/index.d.ts +1 -1
- package/libs-ui/react-core/src/Stack/index.d.ts +10 -2
- package/libs-ui/react-core/src/StepNav/index.d.ts +1 -1
- package/libs-ui/react-core/src/StepNavAccordion/index.d.ts +1 -1
- package/libs-ui/react-core/src/StepNavAccordionContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/StepNavAccordionHeadingText/index.d.ts +1 -1
- package/libs-ui/react-core/src/StepNavAccordionHeadingTitle/index.d.ts +1 -1
- package/libs-ui/react-core/src/StepNavAccordionSummary/index.d.ts +1 -1
- package/libs-ui/react-core/src/StepNavAccordionSummaryHeading/index.d.ts +1 -1
- package/libs-ui/react-core/src/StepNavCircleNumber/index.d.ts +1 -1
- package/libs-ui/react-core/src/StepNavControls/index.d.ts +1 -1
- package/libs-ui/react-core/src/StepNavList/index.d.ts +1 -1
- package/libs-ui/react-core/src/StepNavListItem/index.d.ts +1 -1
- package/libs-ui/react-core/src/SummaryList/index.d.ts +11 -2
- package/libs-ui/react-core/src/SummaryListItem/index.d.ts +1 -1
- package/libs-ui/react-core/src/SummaryListItemAction/index.d.ts +1 -1
- package/libs-ui/react-core/src/SummaryListItemKey/index.d.ts +15 -1
- package/libs-ui/react-core/src/SummaryListItemValue/index.d.ts +1 -1
- package/libs-ui/react-core/src/SvgIcon/index.d.ts +1 -1
- package/libs-ui/react-core/src/Table/index.d.ts +1 -1
- package/libs-ui/react-core/src/TableBody/index.d.ts +1 -1
- package/libs-ui/react-core/src/TableCaption/index.d.ts +1 -1
- package/libs-ui/react-core/src/TableContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/TableDataCell/index.d.ts +1 -1
- package/libs-ui/react-core/src/TableHead/index.d.ts +1 -1
- package/libs-ui/react-core/src/TableHeadCell/index.d.ts +1 -1
- package/libs-ui/react-core/src/TableLoaderBackground/index.d.ts +1 -1
- package/libs-ui/react-core/src/TableNoDataRow/index.d.ts +1 -1
- package/libs-ui/react-core/src/TableRow/index.d.ts +1 -1
- package/libs-ui/react-core/src/TableSortIconContainer/index.d.ts +1 -1
- package/libs-ui/react-core/src/Tabs/index.d.ts +1 -2
- package/libs-ui/react-core/src/TabsHeading/index.d.ts +1 -1
- package/libs-ui/react-core/src/TabsList/index.d.ts +1 -1
- package/libs-ui/react-core/src/TabsListItemBase/index.d.ts +1 -1
- package/libs-ui/react-core/src/TabsPanelBase/index.d.ts +1 -1
- package/libs-ui/react-core/src/TaskList/index.d.ts +1 -1
- package/libs-ui/react-core/src/TaskListItem/index.d.ts +1 -1
- package/libs-ui/react-core/src/TaskListItemContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/TaskListItemHeading/index.d.ts +1 -1
- package/libs-ui/react-core/src/TaskListItemTag/index.d.ts +1 -1
- package/libs-ui/react-core/src/TextArea/index.d.ts +2 -24
- package/libs-ui/react-core/src/TextArea/index.web.d.ts +24 -0
- package/libs-ui/react-core/src/TextInput/index.d.ts +2 -46
- package/libs-ui/react-core/src/TextInput/index.web.d.ts +46 -0
- package/libs-ui/react-core/src/Timeline/index.d.ts +1 -1
- package/libs-ui/react-core/src/TimelineActions/index.d.ts +1 -1
- package/libs-ui/react-core/src/TimelineContent/index.d.ts +1 -1
- package/libs-ui/react-core/src/TimelineHeading/index.d.ts +1 -1
- package/libs-ui/react-core/src/TimelineItem/index.d.ts +1 -1
- package/libs-ui/react-core/src/Top/index.d.ts +1 -1
- package/libs-ui/react-core/src/Typography/index.d.ts +1 -1
- package/libs-ui/react-core/src/VisuallyHidden/index.d.ts +1 -1
- package/libs-ui/react-core/src/WarningText/index.d.ts +1 -1
- package/libs-ui/react-core/src/WarningTextAssistive/index.d.ts +15 -0
- package/libs-ui/react-experimental/src/FloatingButton/index.d.ts +1 -1
- package/libs-ui/react-experimental/src/Kitchensink/AllComponents.d.ts +2 -2
- package/libs-ui/react-experimental/src/Kitchensink/KitchensinkByCategory.d.ts +1 -1
- package/libs-ui/react-experimental/src/Kitchensink/KitchensinkByLetter.d.ts +2 -2
- package/libs-ui/react-experimental/src/Kitchensink/KitchensinkComponent.d.ts +1 -1
- package/libs-ui/react-experimental/src/Kitchensink/KitchensinkDashboard.d.ts +2 -2
- package/libs-ui/react-experimental/src/OptionButtonBase/index.d.ts +1 -1
- package/libs-ui/react-experimental/src/OptionButtonSteps/index.d.ts +1 -1
- package/libs-ui/react-icons/src/Base/index.d.ts +95 -0
- package/libs-ui/react-icons/src/Icon/index.d.ts +2 -2
- package/libs-ui/react-icons/src/SvgIcon/index.d.ts +37 -0
- package/package.json +7 -10
- package/src/FloatingButton/__snapshots__/index.test.tsx.snap +37 -0
- package/src/FloatingButton/index.test.tsx +4 -4
- package/src/OptionButtonBase/__snapshots__/index.test.tsx.snap +37 -0
- package/src/OptionButtonBase/index.test.tsx +4 -4
- package/src/OptionButtonSteps/__snapshots__/index.test.tsx.snap +84 -0
- package/src/OptionButtonSteps/index.test.tsx +6 -6
- package/FloatingButton/index.test/index.js +0 -19
- package/FloatingButton/index.test/package.json +0 -6
- package/OptionButtonBase/index.test/index.js +0 -19
- package/OptionButtonBase/index.test/package.json +0 -6
- package/OptionButtonSteps/index.test/index.js +0 -32
- package/OptionButtonSteps/index.test/package.json +0 -6
- package/cjs/FloatingButton/index.test/index.js +0 -22
- package/cjs/OptionButtonBase/index.test/index.js +0 -22
- package/cjs/OptionButtonSteps/index.test/index.js +0 -35
- package/libs/ui/src/content/SummaryList/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/SummaryList/__stories__/RowVariations.d.ts +0 -3
- package/libs/ui/src/content/SummaryList/__stories__/WithActions.d.ts +0 -3
- package/libs/ui/src/content/SummaryList/__stories__/WithKeyAndAction.d.ts +0 -3
- package/libs/ui/src/content/SummaryList/__stories__/WithoutActions.d.ts +0 -3
- package/libs/ui/src/content/SummaryList/__stories__/WithoutBorders.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/WithInLine.d.ts +0 -3
- package/libs-ui/react-core/src/AutoCompleteStatusWrapper/index.d.ts +0 -10
- package/libs-ui/react-core/src/AutoCompleteWrapper/index.d.ts +0 -22
- package/libs-ui/react-core/src/CodeBlock/index.d.ts +0 -10
|
@@ -10,5 +10,5 @@ export interface ChipProps extends BaseProps<'li'> {
|
|
|
10
10
|
* Chips can be used to represent small blocks of information.
|
|
11
11
|
* Chip component must be inside ChipContainer component.
|
|
12
12
|
*/
|
|
13
|
-
export declare const Chip: React.ForwardRefExoticComponent<
|
|
13
|
+
export declare const Chip: React.ForwardRefExoticComponent<Omit<ChipProps, "ref"> & React.RefAttributes<HTMLLIElement>>;
|
|
14
14
|
export default Chip;
|
|
@@ -10,5 +10,5 @@ export interface ChipSectionProps extends BaseProps<'ul'> {
|
|
|
10
10
|
/**
|
|
11
11
|
* ChipContainer is used inside Chip component as a container for its items.
|
|
12
12
|
*/
|
|
13
|
-
export declare const ChipContainer: React.ForwardRefExoticComponent<
|
|
13
|
+
export declare const ChipContainer: React.ForwardRefExoticComponent<Omit<ChipSectionProps, "ref"> & React.RefAttributes<HTMLUListElement>>;
|
|
14
14
|
export default ChipContainer;
|
|
@@ -6,5 +6,5 @@ export interface ChipHeadingProps extends HeadingProps {
|
|
|
6
6
|
* ChipHeading is used to provide header title above chips.
|
|
7
7
|
* ChipHeading component must be wrapped inside FilterSelectedSection component.
|
|
8
8
|
*/
|
|
9
|
-
export declare const ChipHeading: React.ForwardRefExoticComponent<
|
|
9
|
+
export declare const ChipHeading: React.ForwardRefExoticComponent<Omit<ChipHeadingProps, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
|
|
10
10
|
export default ChipHeading;
|
|
@@ -6,5 +6,5 @@ export interface ChipKeyValueProps extends BaseProps<'span'> {
|
|
|
6
6
|
* ChipKeyValue is used to provide key value inside chips.
|
|
7
7
|
* ChipKeyValue component must be wrapped inside Chip component.
|
|
8
8
|
*/
|
|
9
|
-
export declare const ChipKeyValue: React.ForwardRefExoticComponent<
|
|
9
|
+
export declare const ChipKeyValue: React.ForwardRefExoticComponent<Omit<ChipKeyValueProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
10
10
|
export default ChipKeyValue;
|
|
@@ -6,5 +6,5 @@ export interface ChoiceDividerTextProps extends BaseProps<'div'> {
|
|
|
6
6
|
* ChoiceDivider component adds a text divider on top of a Radio or Checkbox item.
|
|
7
7
|
* It's been used as a prop ("divider") inside RadioItem and CheckboxItem.
|
|
8
8
|
*/
|
|
9
|
-
export declare const ChoiceDividerText: React.ForwardRefExoticComponent<
|
|
9
|
+
export declare const ChoiceDividerText: React.ForwardRefExoticComponent<Omit<ChoiceDividerTextProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
10
10
|
export default ChoiceDividerText;
|
|
@@ -23,5 +23,5 @@ export interface CircularProgressProps extends BaseProps<'svg'> {
|
|
|
23
23
|
* Use CircularProgress component as an animated loader.
|
|
24
24
|
* CircularProgress can be used inside LoaderContainer component.
|
|
25
25
|
*/
|
|
26
|
-
export declare const CircularProgress: React.ForwardRefExoticComponent<
|
|
26
|
+
export declare const CircularProgress: React.ForwardRefExoticComponent<Omit<CircularProgressProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
27
27
|
export default CircularProgress;
|
|
@@ -11,5 +11,5 @@ export interface CloseButtonProps extends ButtonProps {
|
|
|
11
11
|
/**
|
|
12
12
|
* CloseButton is an <button> element. It can be used be inside the FilterSection component.
|
|
13
13
|
*/
|
|
14
|
-
export declare const CloseButton: React.ForwardRefExoticComponent<
|
|
14
|
+
export declare const CloseButton: React.ForwardRefExoticComponent<Omit<CloseButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
15
15
|
export default CloseButton;
|
|
@@ -14,5 +14,5 @@ export interface CodeProps extends TypographyProps {
|
|
|
14
14
|
* Code component is used for text formatting.
|
|
15
15
|
* If you need a paragraph, use the Paragraph component instead.
|
|
16
16
|
*/
|
|
17
|
-
export declare const Code: React.ForwardRefExoticComponent<
|
|
17
|
+
export declare const Code: React.ForwardRefExoticComponent<Omit<CodeProps, "ref"> & React.RefAttributes<HTMLElement | HTMLParagraphElement>>;
|
|
18
18
|
export default Code;
|
|
@@ -0,0 +1,10 @@
|
|
|
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;
|
|
@@ -0,0 +1,10 @@
|
|
|
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;
|
|
@@ -0,0 +1,19 @@
|
|
|
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;
|
|
@@ -19,5 +19,5 @@ export interface ContainerProps extends GridProps {
|
|
|
19
19
|
/**
|
|
20
20
|
* Use Container as a wrapper.
|
|
21
21
|
*/
|
|
22
|
-
export declare const Container: React.ForwardRefExoticComponent<
|
|
22
|
+
export declare const Container: React.ForwardRefExoticComponent<Omit<ContainerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
23
23
|
export default Container;
|
|
@@ -1,31 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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<Pick<CopyToClipboardContainerProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "variant" | "dense" | "tooltipAlign"> & React.RefAttributes<HTMLDivElement>>;
|
|
31
|
-
export default CopyToClipboardContainer;
|
|
1
|
+
export * from '@digigov/react-core/CopyToClipboardContainer/index.web';
|
|
2
|
+
export { default as default } from '@digigov/react-core/CopyToClipboardContainer/index.web';
|
|
@@ -0,0 +1,31 @@
|
|
|
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;
|
|
@@ -1,18 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export interface CopyToClipboardMessageProps extends BaseProps<'div'> {
|
|
4
|
-
/**
|
|
5
|
-
* enabled is a boolean prop passed from the CopyToClipboard component.
|
|
6
|
-
* When it's true it shows the CopyToClipboardMessage component and it activates the animation that hides the component after 3s.
|
|
7
|
-
* When it's false it resets the animations of the CopyToClipboardMessage.
|
|
8
|
-
* @value true
|
|
9
|
-
* @value false
|
|
10
|
-
*/
|
|
11
|
-
enabled?: boolean;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* CopyToClipboardMessage is used to show a message that a text is being copied.
|
|
15
|
-
* This component is used inside the CopyToClipboard component that lies inside the digigov/ui library
|
|
16
|
-
*/
|
|
17
|
-
export declare const CopyToClipboardMessage: React.ForwardRefExoticComponent<Pick<CopyToClipboardMessageProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "enabled"> & React.RefAttributes<HTMLDivElement>>;
|
|
18
|
-
export default CopyToClipboardMessage;
|
|
1
|
+
export * from '@digigov/react-core/CopyToClipboardMessage/index.web';
|
|
2
|
+
export { default as default } from '@digigov/react-core/CopyToClipboardMessage/index.web';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
+
export interface CopyToClipboardMessageProps extends BaseProps<'div'> {
|
|
4
|
+
/**
|
|
5
|
+
* enabled is a boolean prop passed from the CopyToClipboard component.
|
|
6
|
+
* When it's true it shows the CopyToClipboardMessage component and it activates the animation that hides the component after 3s.
|
|
7
|
+
* When it's false it resets the animations of the CopyToClipboardMessage.
|
|
8
|
+
* @value true
|
|
9
|
+
* @value false
|
|
10
|
+
*/
|
|
11
|
+
enabled?: boolean;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* CopyToClipboardMessage is used to show a message that a text is being copied.
|
|
15
|
+
* This component is used inside the CopyToClipboard component that lies inside the digigov/ui library
|
|
16
|
+
*/
|
|
17
|
+
export declare const CopyToClipboardMessage: React.ForwardRefExoticComponent<Omit<CopyToClipboardMessageProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
18
|
+
export default CopyToClipboardMessage;
|
|
@@ -6,5 +6,5 @@ export interface CopyrightContainerProps extends BaseProps<'p'> {
|
|
|
6
6
|
* CopyrightContainer is used inside the Footer component.
|
|
7
7
|
* CopyrightContainer has no props.
|
|
8
8
|
*/
|
|
9
|
-
export declare const CopyrightContainer: React.ForwardRefExoticComponent<
|
|
9
|
+
export declare const CopyrightContainer: React.ForwardRefExoticComponent<Omit<CopyrightContainerProps, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
|
|
10
10
|
export default CopyrightContainer;
|
|
@@ -15,5 +15,5 @@ export interface DateInputContainerProps extends BaseProps<'div'> {
|
|
|
15
15
|
* It is used as a parent component to wrap DateInputItem component
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
18
|
-
export declare const DateInputContainer: React.ForwardRefExoticComponent<
|
|
18
|
+
export declare const DateInputContainer: React.ForwardRefExoticComponent<Omit<DateInputContainerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
19
19
|
export default DateInputContainer;
|
|
@@ -1,26 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export interface DateInputItemProps extends BaseProps<'input'> {
|
|
4
|
-
/**
|
|
5
|
-
* Width property is optional.
|
|
6
|
-
* Use this property for year field to grow width.
|
|
7
|
-
* @value 2
|
|
8
|
-
* @value 4
|
|
9
|
-
* @default 2
|
|
10
|
-
*/
|
|
11
|
-
width?: 2 | 4;
|
|
12
|
-
/**
|
|
13
|
-
* error is optional. The default value is false.
|
|
14
|
-
* Use this prop when there is an error at the input.
|
|
15
|
-
* @value true
|
|
16
|
-
* @value false
|
|
17
|
-
*/
|
|
18
|
-
error?: boolean;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Details for the DateInputItem.
|
|
22
|
-
* DateInputItem component is used for displaying date.
|
|
23
|
-
* DateInputItem component must be included inside DateInput component as children component
|
|
24
|
-
*/
|
|
25
|
-
export declare const DateInputItem: React.ForwardRefExoticComponent<Pick<DateInputItemProps, "form" | "p" | "slot" | "style" | "title" | "pattern" | "as" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "error"> & React.RefAttributes<HTMLInputElement>>;
|
|
26
|
-
export default DateInputItem;
|
|
1
|
+
export * from '@digigov/react-core/DateInputItem/index.web';
|
|
2
|
+
export { default as default } from '@digigov/react-core/DateInputItem/index.web';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
+
export interface DateInputItemProps extends BaseProps<'input'> {
|
|
4
|
+
/**
|
|
5
|
+
* Width property is optional.
|
|
6
|
+
* Use this property for year field to grow width.
|
|
7
|
+
* @value 2
|
|
8
|
+
* @value 4
|
|
9
|
+
* @default 2
|
|
10
|
+
*/
|
|
11
|
+
width?: 2 | 4;
|
|
12
|
+
/**
|
|
13
|
+
* error is optional. The default value is false.
|
|
14
|
+
* Use this prop when there is an error at the input.
|
|
15
|
+
* @value true
|
|
16
|
+
* @value false
|
|
17
|
+
*/
|
|
18
|
+
error?: boolean;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Details for the DateInputItem.
|
|
22
|
+
* DateInputItem component is used for displaying date.
|
|
23
|
+
* DateInputItem component must be included inside DateInput component as children component
|
|
24
|
+
*/
|
|
25
|
+
export declare const DateInputItem: React.ForwardRefExoticComponent<Omit<DateInputItemProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
26
|
+
export default DateInputItem;
|
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export interface DetailsProps extends BaseProps<'details'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* Details is used to make a page easier to scan when it contains information that only some users will need.
|
|
7
|
-
* Details component wraps DetailsSummary and DetailsContent as children components
|
|
8
|
-
*/
|
|
9
|
-
export declare const Details: React.ForwardRefExoticComponent<Pick<DetailsProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "open" | "onToggle" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDetailsElement>>;
|
|
10
|
-
export default Details;
|
|
1
|
+
export * from "@digigov/react-core/Details/index.web";
|
|
2
|
+
export { default as default } from "@digigov/react-core/Details/index.web";
|