gd-design-library 0.2.0 → 0.3.1
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/assets/icons/account_circle.js +1 -0
- package/assets/icons/arrow-down.js +1 -0
- package/assets/icons/arrow-forward.js +1 -0
- package/assets/icons/attachment.js +1 -0
- package/assets/icons/check.js +1 -0
- package/assets/icons/chevron-left.js +1 -0
- package/assets/icons/chevron-right.js +1 -0
- package/assets/icons/content-copy.d.ts +7 -0
- package/assets/icons/content-copy.js +1 -0
- package/assets/icons/cross.js +1 -0
- package/assets/icons/delete_outlined.js +1 -0
- package/assets/icons/dot.js +1 -0
- package/assets/icons/edit.js +1 -0
- package/assets/icons/error_outline.js +1 -0
- package/assets/icons/eye.js +1 -0
- package/assets/icons/favorite.js +1 -0
- package/assets/icons/favorite_outlined.js +1 -0
- package/assets/icons/file-copy.d.ts +7 -0
- package/assets/icons/file-copy.js +1 -0
- package/assets/icons/filter.js +1 -0
- package/assets/icons/folder.js +1 -0
- package/assets/icons/folderOpen.js +1 -0
- package/assets/icons/home.js +1 -0
- package/assets/icons/keyboard-arrow-down.js +1 -0
- package/assets/icons/local_shipping.js +1 -0
- package/assets/icons/minus.js +1 -0
- package/assets/icons/mobile_menu_button.js +1 -0
- package/assets/icons/paymentCard.js +1 -0
- package/assets/icons/plus.js +1 -0
- package/assets/icons/portrait.js +1 -0
- package/assets/icons/processing.js +1 -0
- package/assets/icons/ruler.js +1 -0
- package/assets/icons/search.js +1 -0
- package/assets/icons/shopping_bag.js +1 -0
- package/assets/icons/slash.js +1 -0
- package/assets/icons/star.js +1 -0
- package/assets/icons/starOutlined.js +1 -0
- package/assets/icons/thumb-down.d.ts +7 -0
- package/assets/icons/thumb-down.js +1 -0
- package/assets/icons/thumb-up.d.ts +7 -0
- package/assets/icons/thumb-up.js +1 -0
- package/assets/icons/toast_error.d.ts +2 -2
- package/assets/icons/toast_error.js +1 -0
- package/assets/icons/toast_info.d.ts +3 -2
- package/assets/icons/toast_info.js +1 -0
- package/assets/icons/toast_success.d.ts +2 -2
- package/assets/icons/toast_success.js +1 -0
- package/assets/icons/toast_warning.d.ts +2 -2
- package/assets/icons/toast_warning.js +1 -0
- package/assets/icons/upload.js +1 -0
- package/assets/icons/volume-up.d.ts +7 -0
- package/assets/icons/volume-up.js +1 -0
- package/assets/icons/wifiTethering.js +1 -0
- package/assets/index.d.ts +5 -0
- package/assets/svg/checkbox_bg_checked.svg.js +4 -0
- package/assets/svg/checkbox_border.svg.js +4 -0
- package/assets/svg/checkbox_disabled_bg_checked.svg.js +4 -0
- package/assets/svg/radio_bg.svg.js +4 -0
- package/assets/svg/radio_bg_checked.svg.js +4 -0
- package/components/core/Breadcrumbs/Breadcrumbs.js +1 -0
- package/components/core/Breadcrumbs/Breadcrumbs.types.d.ts +3 -3
- package/components/core/Breadcrumbs/BreadcrumbsStyled.d.ts +6 -0
- package/components/core/Breadcrumbs/BreadcrumbsStyled.js +1 -0
- package/components/core/Breadcrumbs/constants.js +1 -0
- package/components/core/Button/Button.d.ts +1 -4
- package/components/core/Button/Button.js +1 -0
- package/components/core/Button/Button.types.d.ts +12 -35
- package/components/core/Button/ButtonStyled.d.ts +5 -0
- package/components/core/Button/ButtonStyled.js +1 -0
- package/components/core/Button/constants.js +1 -0
- package/components/core/Button/index.d.ts +1 -1
- package/components/core/Dropdown/Dropdown.d.ts +1 -2
- package/components/core/Dropdown/Dropdown.js +1 -0
- package/components/core/Dropdown/Dropdown.types.d.ts +4 -9
- package/components/core/Dropdown/DropdownStyled.d.ts +2 -0
- package/components/core/Dropdown/DropdownStyled.js +1 -0
- package/components/core/Dropdown/constants.js +1 -0
- package/components/core/Dropdown/hooks/useDropdown.js +1 -0
- package/components/core/DropdownItem/DropdownItem.d.ts +1 -3
- package/components/core/DropdownItem/DropdownItem.js +1 -0
- package/components/core/DropdownItem/DropdownItem.types.d.ts +6 -7
- package/components/core/DropdownItem/DropdownItemStyled.d.ts +2 -0
- package/components/core/DropdownItem/DropdownItemStyled.js +1 -0
- package/components/core/DropdownItem/constants.js +1 -0
- package/components/core/Form/Form.d.ts +1 -4
- package/components/core/Form/Form.js +1 -0
- package/components/core/Form/Form.types.d.ts +11 -6
- package/components/core/Form/FormStyled.d.ts +2 -0
- package/components/core/Form/FormStyled.js +1 -0
- package/components/core/Form/constants.js +1 -0
- package/components/core/Form/index.d.ts +1 -1
- package/components/core/Form/utils.js +1 -0
- package/components/core/Icon/Icon.js +1 -0
- package/components/core/Icon/constants.d.ts +44 -8
- package/components/core/Icon/constants.js +1 -0
- package/components/core/Icon/utils.d.ts +3 -0
- package/components/core/Image/Image.d.ts +1 -2
- package/components/core/Image/Image.js +1 -0
- package/components/core/Image/Image.types.d.ts +12 -13
- package/components/core/Image/ImageStyled.d.ts +5 -0
- package/components/core/Image/ImageStyled.js +1 -0
- package/components/core/Image/constants.js +1 -0
- package/components/core/Image/index.d.ts +1 -1
- package/components/core/InlineNotification/InlineNotification.d.ts +1 -3
- package/components/core/InlineNotification/InlineNotification.js +1 -0
- package/components/core/InlineNotification/InlineNotification.types.d.ts +1 -1
- package/components/core/InlineNotification/InlineNotificationStyled.d.ts +1 -1
- package/components/core/InlineNotification/InlineNotificationStyled.js +1 -0
- package/components/core/InlineNotification/constants.js +1 -0
- package/components/core/Input/Input.js +1 -0
- package/components/core/Input/Input.types.d.ts +23 -42
- package/components/core/Input/InputAdornment/InputAdornment.d.ts +2 -4
- package/components/core/Input/InputAdornment/InputAdornment.js +1 -0
- package/components/core/Input/InputAdornment/InputAdornmentStyled.d.ts +2 -0
- package/components/core/Input/InputAdornment/InputAdornmentStyled.js +1 -0
- package/components/core/Input/InputAdornment/constants.js +1 -0
- package/components/core/Input/InputHelper/InputHelper.d.ts +1 -3
- package/components/core/Input/InputHelper/InputHelper.js +1 -0
- package/components/core/Input/InputHelper/InputHelperStyled.d.ts +2 -0
- package/components/core/Input/InputHelper/InputHelperStyled.js +1 -0
- package/components/core/Input/InputHelper/constants.js +1 -0
- package/components/core/Input/InputStyled.d.ts +2 -0
- package/components/core/Input/InputStyled.js +1 -0
- package/components/core/Input/InputWrapper/InputWrapper.d.ts +1 -3
- package/components/core/Input/InputWrapper/InputWrapper.js +1 -0
- package/components/core/Input/InputWrapper/InputWrapperStyled.d.ts +2 -0
- package/components/core/Input/InputWrapper/InputWrapperStyled.js +1 -0
- package/components/core/Input/InputWrapper/constants.js +1 -0
- package/components/core/Input/constants.d.ts +3 -5
- package/components/core/Input/constants.js +1 -0
- package/components/core/Input/useInputHandlers.js +1 -0
- package/components/core/InputFile/InputFile.d.ts +2 -18
- package/components/core/InputFile/InputFile.js +1 -0
- package/components/core/InputFile/InputFile.types.d.ts +15 -5
- package/components/core/InputFile/InputFileStyled.d.ts +3 -0
- package/components/core/InputFile/InputFileStyled.js +1 -0
- package/components/core/InputFile/constants.js +1 -0
- package/components/core/Label/Label.js +1 -0
- package/components/core/Label/LabelStyled.d.ts +1 -1
- package/components/core/Label/LabelStyled.js +1 -0
- package/components/core/Label/constants.js +1 -0
- package/components/core/Link/Link.d.ts +1 -3
- package/components/core/Link/Link.js +1 -0
- package/components/core/Link/Link.types.d.ts +9 -24
- package/components/core/Link/LinkStyled.d.ts +2 -0
- package/components/core/Link/LinkStyled.js +1 -0
- package/components/core/Link/constants.js +1 -0
- package/components/core/List/List.d.ts +1 -1
- package/components/core/List/List.js +1 -0
- package/components/core/List/List.types.d.ts +2 -8
- package/components/core/List/ListStyled.js +1 -0
- package/components/core/List/constants.js +1 -0
- package/components/core/Loader/Loader.d.ts +1 -3
- package/components/core/Loader/Loader.js +1 -0
- package/components/core/Loader/Loader.types.d.ts +10 -6
- package/components/core/Loader/LoaderStyled.d.ts +2 -0
- package/components/core/Loader/LoaderStyled.js +1 -0
- package/components/core/Loader/constants.js +1 -0
- package/components/core/Loader/utils.d.ts +11 -0
- package/components/core/Loader/utils.js +1 -0
- package/components/core/Menu/Menu.d.ts +2 -13
- package/components/core/Menu/Menu.js +1 -0
- package/components/core/Menu/Menu.types.d.ts +18 -0
- package/components/core/Menu/MenuStyled.d.ts +3 -0
- package/components/core/Menu/MenuStyled.js +1 -0
- package/components/core/Menu/constants.d.ts +0 -1
- package/components/core/Menu/constants.js +1 -0
- package/components/core/Menu/index.d.ts +2 -1
- package/components/core/Modal/Modal.d.ts +1 -3
- package/components/core/Modal/Modal.js +1 -0
- package/components/core/Modal/Modal.types.d.ts +8 -4
- package/components/core/Modal/ModalStyled.d.ts +8 -0
- package/components/core/Modal/ModalStyled.js +1 -0
- package/components/core/Modal/constants.js +1 -0
- package/components/core/Portal/Portal.d.ts +1 -3
- package/components/core/Portal/Portal.js +1 -0
- package/components/core/Portal/Portal.types.d.ts +4 -3
- package/components/core/Scroll/Scroll.d.ts +2 -7
- package/components/core/Scroll/Scroll.js +1 -0
- package/components/core/Scroll/Scroll.types.d.ts +19 -0
- package/components/core/Scroll/ScrollBar.d.ts +2 -6
- package/components/core/Scroll/ScrollBar.js +1 -0
- package/components/core/Scroll/ScrollStyled.d.ts +6 -0
- package/components/core/Scroll/ScrollStyled.js +1 -0
- package/components/core/Scroll/constants.d.ts +1 -0
- package/components/core/Scroll/constants.js +1 -0
- package/components/core/Scroll/index.d.ts +2 -1
- package/components/core/Scroll/utils.d.ts +2 -2
- package/components/core/Scroll/utils.js +1 -0
- package/components/core/Select/Select.d.ts +1 -4
- package/components/core/Select/Select.js +1 -0
- package/components/core/Select/Select.types.d.ts +22 -8
- package/components/core/Select/SelectStyled.d.ts +8 -0
- package/components/core/Select/SelectStyled.js +1 -0
- package/components/core/Select/constants.js +1 -0
- package/components/core/Select/hooks/useSelectContext.d.ts +1 -1
- package/components/core/Select/hooks/useSelectContext.js +1 -0
- package/components/core/Separator/Separator.d.ts +2 -0
- package/components/core/Separator/Separator.js +1 -0
- package/components/core/Separator/Separator.types.d.ts +31 -0
- package/components/core/Separator/SeparatorStyled.d.ts +4 -0
- package/components/core/Separator/SeparatorStyled.js +1 -0
- package/components/core/Separator/constants.d.ts +1 -0
- package/components/core/Separator/constants.js +1 -0
- package/components/core/Separator/index.d.ts +2 -0
- package/components/core/Skeleton/Skeleton.d.ts +1 -3
- package/components/core/Skeleton/Skeleton.js +1 -0
- package/components/core/Skeleton/Skeleton.types.d.ts +7 -9
- package/components/core/Skeleton/SkeletonStyled.d.ts +2 -0
- package/components/core/Skeleton/SkeletonStyled.js +1 -0
- package/components/core/Skeleton/constants.js +1 -0
- package/components/core/Slider/Slider.d.ts +1 -2
- package/components/core/Slider/Slider.js +1 -0
- package/components/core/Slider/Slider.types.d.ts +9 -5
- package/components/core/Slider/SliderStyled.d.ts +2 -0
- package/components/core/Slider/SliderStyled.js +1 -0
- package/components/core/Slider/constants.js +1 -0
- package/components/core/Slider/index.d.ts +1 -1
- package/components/core/Snackbar/Snackbar.d.ts +2 -2
- package/components/core/Snackbar/Snackbar.js +1 -0
- package/components/core/Snackbar/Snackbar.types.d.ts +20 -26
- package/components/core/Snackbar/SnackbarManager.d.ts +2 -2
- package/components/core/Snackbar/SnackbarManager.js +1 -0
- package/components/core/Snackbar/SnackbarStyled.d.ts +12 -0
- package/components/core/Snackbar/SnackbarStyled.js +5 -0
- package/components/core/Snackbar/constants.d.ts +1 -1
- package/components/core/Snackbar/constants.js +1 -0
- package/components/core/Switch/Switch.d.ts +1 -1
- package/components/core/Switch/Switch.js +1 -0
- package/components/core/Switch/Switch.types.d.ts +14 -11
- package/components/core/Switch/SwitchStyled.d.ts +6 -0
- package/components/core/Switch/SwitchStyled.js +1 -0
- package/components/core/Switch/constants.js +1 -0
- package/components/core/Textarea/Textarea.js +1 -0
- package/components/core/Textarea/Textarea.types.d.ts +26 -9
- package/components/core/Textarea/Textarea.types.js +1 -0
- package/components/core/Textarea/TextareaStyled.d.ts +2 -0
- package/components/core/Textarea/TextareaStyled.js +1 -0
- package/components/core/Textarea/constants.js +1 -0
- package/components/core/Textarea/hooks/useDynamicHeightAdjustment.js +1 -0
- package/components/core/Textarea/hooks/useResizeObserver.js +1 -0
- package/components/core/Textarea/index.d.ts +0 -1
- package/components/core/Toggle/Toggle.js +1 -0
- package/components/core/Toggle/Toggle.types.d.ts +5 -6
- package/components/core/Toggle/ToggleStyled.d.ts +2 -0
- package/components/core/Toggle/ToggleStyled.js +1 -0
- package/components/core/Toggle/constants.js +1 -0
- package/components/core/Toggle/index.d.ts +1 -1
- package/components/core/Tooltip/Tooltip.js +1 -0
- package/components/core/Tooltip/Tooltip.types.d.ts +8 -6
- package/components/core/Tooltip/Tooltip.types.js +1 -0
- package/components/core/Tooltip/TooltipStyled.d.ts +3 -0
- package/components/core/Tooltip/TooltipStyled.js +1 -0
- package/components/core/Tooltip/constants.js +1 -0
- package/components/core/Tooltip/index.d.ts +1 -0
- package/components/core/Tooltip/utils.js +1 -0
- package/components/core/Typography/Typography.d.ts +1 -3
- package/components/core/Typography/Typography.js +1 -0
- package/components/core/Typography/Typography.types.d.ts +10 -51
- package/components/core/Typography/TypographyStyled.d.ts +2 -0
- package/components/core/Typography/TypographyStyled.js +1 -0
- package/components/core/Typography/constants.js +1 -0
- package/components/core/Wrapper/Wrapper.d.ts +1 -3
- package/components/core/Wrapper/Wrapper.js +1 -0
- package/components/core/Wrapper/Wrapper.types.d.ts +8 -7
- package/components/core/Wrapper/WrapperStyled.d.ts +2 -0
- package/components/core/Wrapper/WrapperStyled.js +1 -0
- package/components/core/Wrapper/constants.js +1 -0
- package/components/core/index.d.ts +5 -4
- package/components/core/types/common.types.d.ts +1 -23
- package/components/core/types/index.types.d.ts +1 -1
- package/components/core/types/roles.types.d.ts +2 -1
- package/components/core/types/roles.types.js +1 -0
- package/components/domainSpecific/Accordion/Accordion.js +1 -0
- package/components/domainSpecific/Accordion/Accordion.types.d.ts +6 -5
- package/components/domainSpecific/Accordion/AccordionContent/AccordionContent.d.ts +1 -1
- package/components/domainSpecific/Accordion/AccordionContent/AccordionContent.js +1 -0
- package/components/domainSpecific/Accordion/AccordionHeader/AccordionHeader.d.ts +1 -1
- package/components/domainSpecific/Accordion/AccordionHeader/AccordionHeader.js +1 -0
- package/components/domainSpecific/Accordion/AccordionItem/AccordionItem.d.ts +1 -1
- package/components/domainSpecific/Accordion/AccordionItem/AccordionItem.js +1 -0
- package/components/domainSpecific/Accordion/AccordionStyled.d.ts +5 -0
- package/components/domainSpecific/Accordion/AccordionStyled.js +1 -0
- package/components/domainSpecific/Accordion/constants.js +1 -0
- package/components/domainSpecific/Accordion/hooks/useAccordion.js +1 -0
- package/components/domainSpecific/Avatar/Avatar.d.ts +4 -0
- package/components/domainSpecific/Avatar/Avatar.js +1 -0
- package/components/domainSpecific/Avatar/Avatar.types.d.ts +28 -0
- package/components/domainSpecific/Avatar/AvatarStyled.d.ts +6 -0
- package/components/domainSpecific/Avatar/AvatarStyled.js +1 -0
- package/components/domainSpecific/Avatar/constants.d.ts +3 -0
- package/components/domainSpecific/Avatar/constants.js +1 -0
- package/components/domainSpecific/Avatar/index.d.ts +2 -0
- package/components/domainSpecific/Card/Card.d.ts +5 -13
- package/components/domainSpecific/Card/Card.js +1 -0
- package/components/domainSpecific/Card/Card.types.d.ts +12 -18
- package/components/domainSpecific/Card/CardButton/CardButton.js +1 -0
- package/components/domainSpecific/Card/CardButton/CardButtonStyled.d.ts +2 -0
- package/components/domainSpecific/Card/CardButton/CardButtonStyled.js +1 -0
- package/components/domainSpecific/Card/CardButton/constants.js +1 -0
- package/components/domainSpecific/Card/CardCounter/CardCounter.js +1 -0
- package/components/domainSpecific/Card/CardCounter/CardCounterStyled.d.ts +2 -0
- package/components/domainSpecific/Card/CardCounter/CardCounterStyled.js +1 -0
- package/components/domainSpecific/Card/CardCounter/constants.js +1 -0
- package/components/domainSpecific/Card/CardDescription/CardDescription.d.ts +1 -3
- package/components/domainSpecific/Card/CardDescription/CardDescription.js +1 -0
- package/components/domainSpecific/Card/CardDescription/CardDescriptionStyled.d.ts +2 -0
- package/components/domainSpecific/Card/CardDescription/CardDescriptionStyled.js +1 -0
- package/components/domainSpecific/Card/CardDescription/constants.d.ts +1 -1
- package/components/domainSpecific/Card/CardDescription/constants.js +1 -0
- package/components/domainSpecific/Card/CardImage/CardImage.d.ts +1 -3
- package/components/domainSpecific/Card/CardImage/CardImage.js +1 -0
- package/components/domainSpecific/Card/CardImage/CardImageStyled.d.ts +2 -0
- package/components/domainSpecific/Card/CardImage/CardImageStyled.js +1 -0
- package/components/domainSpecific/Card/CardImage/constants.js +1 -0
- package/components/domainSpecific/Card/CardPrice/CardPrice.js +1 -0
- package/components/domainSpecific/Card/CardPrice/CardPriceStyled.d.ts +2 -0
- package/components/domainSpecific/Card/CardPrice/CardPriceStyled.js +1 -0
- package/components/domainSpecific/Card/CardPrice/constants.js +1 -0
- package/components/domainSpecific/Card/CardRating/CardRating.js +1 -0
- package/components/domainSpecific/Card/CardRating/CardRatingStyled.d.ts +2 -0
- package/components/domainSpecific/Card/CardRating/CardRatingStyled.js +1 -0
- package/components/domainSpecific/Card/CardRating/constants.js +1 -0
- package/components/domainSpecific/Card/CardTitle/CardTitle.d.ts +1 -1
- package/components/domainSpecific/Card/CardTitle/CardTitle.js +1 -0
- package/components/domainSpecific/Card/CardTitle/CardTitleStyled.d.ts +2 -0
- package/components/domainSpecific/Card/CardTitle/CardTitleStyled.js +1 -0
- package/components/domainSpecific/Card/CardTitle/constants.d.ts +1 -1
- package/components/domainSpecific/Card/CardTitle/constants.js +1 -0
- package/components/domainSpecific/Card/CartStyled.d.ts +2 -0
- package/components/domainSpecific/Card/CartStyled.js +1 -0
- package/components/domainSpecific/Card/constants.js +1 -0
- package/components/domainSpecific/Carousel/Carousel.d.ts +1 -1
- package/components/domainSpecific/Carousel/Carousel.js +1 -0
- package/components/domainSpecific/Carousel/Carousel.types.d.ts +11 -8
- package/components/domainSpecific/Carousel/Carousel.types.js +1 -0
- package/components/domainSpecific/Carousel/CarouselStyled.d.ts +15 -0
- package/components/domainSpecific/Carousel/CarouselStyled.js +1 -0
- package/components/domainSpecific/Carousel/constants.js +1 -0
- package/components/domainSpecific/Carousel/index.d.ts +0 -2
- package/components/domainSpecific/ChatBubble/ChatBubble.d.ts +2 -0
- package/components/domainSpecific/ChatBubble/ChatBubble.js +1 -0
- package/components/domainSpecific/ChatBubble/ChatBubble.types.d.ts +16 -0
- package/components/domainSpecific/ChatBubble/ChatBubbleStyled.d.ts +4 -0
- package/components/domainSpecific/ChatBubble/ChatBubbleStyled.js +1 -0
- package/components/domainSpecific/ChatBubble/constants.d.ts +1 -0
- package/components/domainSpecific/ChatBubble/constants.js +1 -0
- package/components/domainSpecific/ChatBubble/index.d.ts +2 -0
- package/components/domainSpecific/ContentCarousel/ContentCarousel.js +1 -0
- package/components/domainSpecific/ContentCarousel/ContentCarousel.types.d.ts +3 -3
- package/components/domainSpecific/ContentCarousel/ContentCarouselStyled.d.ts +5 -0
- package/components/domainSpecific/ContentCarousel/ContentCarouselStyled.js +1 -0
- package/components/domainSpecific/ContentCarousel/constants.js +1 -0
- package/components/domainSpecific/ContentCarousel/index.d.ts +1 -0
- package/components/domainSpecific/Counter/Counter.js +1 -0
- package/components/domainSpecific/Counter/Counter.types.d.ts +9 -3
- package/components/domainSpecific/Counter/CounterStyled.d.ts +3 -0
- package/components/domainSpecific/Counter/CounterStyled.js +1 -0
- package/components/domainSpecific/Counter/constants.js +1 -0
- package/components/domainSpecific/DragAndDropFiles/DragAndDropFiles.d.ts +2 -0
- package/components/domainSpecific/DragAndDropFiles/DragAndDropFiles.js +1 -0
- package/components/domainSpecific/DragAndDropFiles/DragAndDropFiles.types.d.ts +5 -4
- package/components/domainSpecific/DragAndDropFiles/DragAndDropFilesStyled.d.ts +2 -0
- package/components/domainSpecific/DragAndDropFiles/DragAndDropFilesStyled.js +1 -0
- package/components/domainSpecific/DragAndDropFiles/constants.js +1 -0
- package/components/domainSpecific/DragAndDropFiles/hooks/useDragAndDrop/useDragAndDrop.js +1 -0
- package/components/domainSpecific/Header/Header.js +1 -0
- package/components/domainSpecific/Header/Header.types.d.ts +17 -7
- package/components/domainSpecific/Header/HeaderStyled.d.ts +14 -103
- package/components/domainSpecific/Header/HeaderStyled.js +1 -0
- package/components/domainSpecific/Header/constants.js +1 -0
- package/components/domainSpecific/Header/index.d.ts +0 -1
- package/components/domainSpecific/Price/Price.js +1 -0
- package/components/domainSpecific/Price/Price.types.d.ts +6 -7
- package/components/domainSpecific/Price/PriceStyled.d.ts +4 -0
- package/components/domainSpecific/Price/PriceStyled.js +1 -0
- package/components/domainSpecific/Price/constants.js +1 -0
- package/components/domainSpecific/ProgressBar/ProgressBar.js +1 -0
- package/components/domainSpecific/ProgressBar/ProgressBar.types.d.ts +20 -3
- package/components/domainSpecific/ProgressBar/ProgressBarStyled.d.ts +6 -0
- package/components/domainSpecific/ProgressBar/ProgressBarStyled.js +1 -0
- package/components/domainSpecific/ProgressBar/constants.js +1 -0
- package/components/domainSpecific/RadioGroup/RadioGroup.js +1 -0
- package/components/domainSpecific/RadioGroup/RadioGroup.types.d.ts +14 -9
- package/components/domainSpecific/RadioGroup/RadioGroup.types.js +1 -0
- package/components/domainSpecific/RadioGroup/RadioGroupItem/RadioGroupItem.js +1 -0
- package/components/domainSpecific/RadioGroup/RadioGroupStyled.d.ts +6 -0
- package/components/domainSpecific/RadioGroup/RadioGroupStyled.js +1 -0
- package/components/domainSpecific/RadioGroup/constants.js +1 -0
- package/components/domainSpecific/Rating/Rating.js +1 -0
- package/components/domainSpecific/Rating/Rating.types.d.ts +6 -5
- package/components/domainSpecific/Rating/RatingStyled.d.ts +5 -0
- package/components/domainSpecific/Rating/RatingStyled.js +1 -0
- package/components/domainSpecific/Rating/constants.js +1 -0
- package/components/domainSpecific/Search/Search.d.ts +1 -3
- package/components/domainSpecific/Search/Search.js +1 -0
- package/components/domainSpecific/Search/Search.types.d.ts +17 -8
- package/components/domainSpecific/Search/SearchStyled.d.ts +5 -0
- package/components/domainSpecific/Search/SearchStyled.js +1 -0
- package/components/domainSpecific/Search/constants.d.ts +1 -1
- package/components/domainSpecific/Search/constants.js +1 -0
- package/components/domainSpecific/SearchModal/SearchInput/SearchInput.js +1 -0
- package/components/domainSpecific/SearchModal/SearchInput/SearchInputStyled.d.ts +4 -0
- package/components/domainSpecific/SearchModal/SearchInput/SearchInputStyled.js +1 -0
- package/components/domainSpecific/SearchModal/SearchInput/constants.js +1 -0
- package/components/domainSpecific/SearchModal/SearchItems/SearchItems.js +1 -0
- package/components/domainSpecific/SearchModal/SearchItems/SearchItemsStyled.d.ts +10 -0
- package/components/domainSpecific/SearchModal/SearchItems/SearchItemsStyled.js +1 -0
- package/components/domainSpecific/SearchModal/SearchItems/constants.js +1 -0
- package/components/domainSpecific/SearchModal/SearchItems/utils.js +1 -0
- package/components/domainSpecific/SearchModal/SearchLoader/SearchLoader.js +1 -0
- package/components/domainSpecific/SearchModal/SearchLoader/SearchLoaderStyled.d.ts +3 -0
- package/components/domainSpecific/SearchModal/SearchLoader/SearchLoaderStyled.js +1 -0
- package/components/domainSpecific/SearchModal/SearchLoader/constants.js +1 -0
- package/components/domainSpecific/SearchModal/SearchModal.js +1 -0
- package/components/domainSpecific/SearchModal/SearchModal.types.d.ts +14 -11
- package/components/domainSpecific/SearchModal/SearchModalStyled.d.ts +3 -0
- package/components/domainSpecific/SearchModal/SearchModalStyled.js +1 -0
- package/components/domainSpecific/SearchModal/constants.js +1 -0
- package/components/domainSpecific/Stepper/Stepper.js +1 -0
- package/components/domainSpecific/Stepper/Stepper.types.d.ts +6 -14
- package/components/domainSpecific/Stepper/StepperStyled.d.ts +6 -0
- package/components/domainSpecific/Stepper/StepperStyled.js +1 -0
- package/components/domainSpecific/Stepper/constants.js +1 -0
- package/components/domainSpecific/Stepper/utils.js +1 -0
- package/components/domainSpecific/Tabs/Tabs.js +1 -0
- package/components/domainSpecific/Tabs/Tabs.types.d.ts +11 -5
- package/components/domainSpecific/Tabs/TabsStyled.d.ts +8 -0
- package/components/domainSpecific/Tabs/TabsStyled.js +1 -0
- package/components/domainSpecific/Tabs/constants.js +1 -0
- package/components/domainSpecific/index.d.ts +2 -1
- package/components/index.d.ts +2 -0
- package/components/index.types.d.ts +51 -66
- package/components/index.types.js +1 -0
- package/components/layout/ChatContainer/ChatContainer.d.ts +1 -1
- package/components/layout/ChatContainer/ChatContainer.js +1 -0
- package/components/layout/ChatContainer/ChatContainer.types.d.ts +24 -0
- package/components/layout/ChatContainer/ChatContainer.types.js +1 -0
- package/components/layout/ChatContainer/ChatContainerStyled.d.ts +9 -0
- package/components/layout/ChatContainer/ChatContainerStyled.js +1 -0
- package/components/layout/ChatContainer/constants.js +1 -0
- package/components/layout/ChatContainer/index.d.ts +1 -1
- package/components/layout/Column/Column.d.ts +1 -3
- package/components/layout/Column/Column.js +1 -0
- package/components/layout/Column/Column.types.d.ts +4 -3
- package/components/layout/Column/ColumnStyled.d.ts +2 -0
- package/components/layout/Column/ColumnStyled.js +1 -0
- package/components/layout/Column/constants.d.ts +1 -1
- package/components/layout/Column/constants.js +1 -0
- package/components/layout/Column/index.d.ts +1 -0
- package/components/layout/FlexContainer/FlexContainer.d.ts +0 -1
- package/components/layout/FlexContainer/FlexContainer.js +1 -0
- package/components/layout/FlexContainer/FlexContainer.types.d.ts +4 -4
- package/components/layout/FlexContainer/FlexContainerStyled.d.ts +1 -1
- package/components/layout/FlexContainer/FlexContainerStyled.js +1 -0
- package/components/layout/FlexContainer/constants.js +1 -0
- package/components/layout/FlexContainer/utils.js +1 -0
- package/components/layout/Row/Row.d.ts +1 -3
- package/components/layout/Row/Row.js +1 -0
- package/components/layout/Row/Row.types.d.ts +4 -3
- package/components/layout/Row/RowStyled.d.ts +2 -0
- package/components/layout/Row/RowStyled.js +1 -0
- package/components/layout/Row/constants.js +1 -0
- package/components/layout/Row/index.d.ts +1 -0
- package/components/layout/index.d.ts +0 -1
- package/components/templates/SkeletonSearch/SkeletonSearch.d.ts +2 -0
- package/components/templates/SkeletonSearch/SkeletonSearch.js +1 -0
- package/components/templates/SkeletonSearch/SkeletonSearch.types.d.ts +6 -0
- package/components/templates/SkeletonSearch/SkeletonSearchStyled.d.ts +11 -0
- package/components/templates/SkeletonSearch/SkeletonSearchStyled.js +1 -0
- package/components/templates/SkeletonSearch/constants.js +1 -0
- package/components/widget/DragAndDrop/DragAndDrop.d.ts +4 -0
- package/components/widget/DragAndDrop/DragAndDrop.js +1 -0
- package/components/widget/DragAndDrop/DragAndDrop.types.d.ts +35 -0
- package/components/widget/DragAndDrop/DragAndDropStyled.d.ts +6 -0
- package/components/widget/DragAndDrop/DragAndDropStyled.js +1 -0
- package/components/widget/DragAndDrop/constants.d.ts +1 -0
- package/components/widget/DragAndDrop/constants.js +1 -0
- package/components/widget/DragAndDrop/index.d.ts +2 -0
- package/components/widget/DragAndDrop/utils/index.d.ts +1 -0
- package/components/widget/DragAndDrop/utils/validators.d.ts +5 -0
- package/components/widget/DragAndDrop/utils/validators.js +1 -0
- package/components/widget/index.d.ts +1 -0
- package/constants/keyboard.js +1 -0
- package/constants/positioning.js +1 -0
- package/constants/timers.js +1 -0
- package/hooks/useAutoFocus/useAutoFocus.js +1 -0
- package/hooks/useCarousel/useCarousel.js +1 -0
- package/hooks/useClickOutside/useClickOutside.js +1 -0
- package/hooks/useKeyControls/useKeyControls.d.ts +1 -1
- package/hooks/useKeyControls/useKeyControls.js +1 -0
- package/hooks/useMediaQuery/useMediaQuery.js +1 -0
- package/hooks/useTheme/useTheme.js +1 -0
- package/index.js +1 -0
- package/package.json +9 -4
- package/tokens/accordion.d.ts +1 -1
- package/tokens/accordion.js +1 -0
- package/tokens/animations.d.ts +8 -0
- package/tokens/animations.js +1 -0
- package/tokens/avatar.d.ts +113 -0
- package/tokens/avatar.js +1 -0
- package/tokens/borders.js +1 -0
- package/tokens/breadcrumbs.js +1 -0
- package/tokens/button.d.ts +20 -7
- package/tokens/button.js +1 -0
- package/tokens/card.d.ts +1 -1
- package/tokens/card.js +1 -0
- package/tokens/carousel.d.ts +37 -26
- package/tokens/carousel.js +1 -0
- package/tokens/chat.d.ts +17 -5
- package/tokens/chat.js +1 -0
- package/tokens/chatbubble.d.ts +50 -0
- package/tokens/chatbubble.js +1 -0
- package/tokens/colors.d.ts +4 -1
- package/tokens/colors.js +1 -0
- package/tokens/column.js +1 -0
- package/tokens/constants.js +1 -0
- package/tokens/counter.d.ts +1 -1
- package/tokens/counter.js +1 -0
- package/tokens/cursors.js +1 -0
- package/tokens/defaultTheme.d.ts +679 -178
- package/tokens/defaultTheme.js +1 -0
- package/tokens/display.js +1 -0
- package/tokens/draganddrop.d.ts +61 -0
- package/tokens/draganddrop.js +1 -0
- package/tokens/draganddropfiles.js +1 -0
- package/tokens/flexContainer.d.ts +1 -1
- package/tokens/flexContainer.js +1 -0
- package/tokens/font.js +1 -0
- package/tokens/form.js +1 -0
- package/tokens/header.d.ts +0 -1
- package/tokens/header.js +1 -0
- package/tokens/icon.js +1 -0
- package/tokens/image.d.ts +1 -2
- package/tokens/image.js +1 -0
- package/tokens/index.d.ts +652 -174
- package/tokens/index.js +1 -0
- package/tokens/inlineNotification.d.ts +7 -0
- package/tokens/inlineNotification.js +1 -0
- package/tokens/input.d.ts +11 -12
- package/tokens/input.js +1 -0
- package/tokens/inputfile.js +1 -0
- package/tokens/label.js +1 -0
- package/tokens/link.d.ts +1 -1
- package/tokens/link.js +1 -0
- package/tokens/list.js +1 -0
- package/tokens/loader.d.ts +128 -37
- package/tokens/loader.js +1 -0
- package/tokens/menu.js +1 -0
- package/tokens/modal.d.ts +7 -3
- package/tokens/modal.js +1 -0
- package/tokens/price.js +1 -0
- package/tokens/progressbar.js +1 -0
- package/tokens/radiogroup.d.ts +1 -2
- package/tokens/radiogroup.js +9 -0
- package/tokens/radius.js +1 -0
- package/tokens/rating.js +1 -0
- package/tokens/reset.js +1 -0
- package/tokens/row.js +1 -0
- package/tokens/scroll.js +1 -0
- package/tokens/search.js +1 -0
- package/tokens/searchModal.d.ts +31 -15
- package/tokens/searchModal.js +1 -0
- package/tokens/select.d.ts +33 -15
- package/tokens/select.js +1 -0
- package/tokens/separator.d.ts +56 -0
- package/tokens/separator.js +1 -0
- package/tokens/shadow.js +1 -0
- package/tokens/skeleton.js +1 -0
- package/tokens/slider.d.ts +40 -20
- package/tokens/slider.js +1 -0
- package/tokens/snackbar.d.ts +12 -18
- package/tokens/snackbar.js +1 -0
- package/tokens/spacing.js +1 -0
- package/tokens/stepper.d.ts +1 -1
- package/tokens/stepper.js +1 -0
- package/tokens/switch.d.ts +12 -0
- package/tokens/switch.js +1 -0
- package/tokens/tabs.js +1 -0
- package/tokens/textarea.js +1 -0
- package/tokens/toggle.d.ts +1 -0
- package/tokens/toggle.js +1 -0
- package/tokens/tooltip.js +1 -0
- package/tokens/types/index.types.d.ts +2 -1
- package/tokens/types/index.types.js +1 -0
- package/tokens/typography.js +1 -0
- package/tokens/utils.d.ts +13 -8
- package/tokens/utils.js +1 -0
- package/tokens/values.d.ts +13 -0
- package/tokens/values.js +1 -0
- package/tokens/wrapper.js +1 -0
- package/types/accesability.js +1 -0
- package/types/button.d.ts +28 -0
- package/types/button.js +1 -0
- package/types/card.d.ts +8 -0
- package/types/card.js +1 -0
- package/types/chat.d.ts +5 -0
- package/types/chat.js +1 -0
- package/types/common.d.ts +12 -0
- package/types/common.js +1 -0
- package/types/cursors.js +1 -0
- package/types/index.d.ts +16 -0
- package/types/input.d.ts +30 -0
- package/types/input.js +1 -0
- package/types/label.d.ts +4 -0
- package/types/label.js +1 -0
- package/{components/layout/index.types.d.ts → types/layout.d.ts} +2 -0
- package/types/layout.js +1 -0
- package/types/link.d.ts +18 -0
- package/types/link.js +1 -0
- package/types/list.d.ts +6 -0
- package/types/list.js +1 -0
- package/types/misc.d.ts +11 -0
- package/types/separator.d.ts +10 -0
- package/types/separator.js +1 -0
- package/types/skeleton.d.ts +5 -0
- package/types/skeleton.js +1 -0
- package/types/snackbar.d.ts +14 -0
- package/types/snackbar.js +1 -0
- package/types/stepper.d.ts +9 -0
- package/types/stepper.js +1 -0
- package/types/styles.d.ts +2 -2
- package/types/typography.d.ts +45 -0
- package/types/typography.js +1 -0
- package/types/wrapper.d.ts +5 -0
- package/types/wrapper.js +1 -0
- package/utils/animationFrame.js +1 -0
- package/utils/common.js +1 -0
- package/utils/date.js +1 -0
- package/utils/focus.js +1 -0
- package/utils/helpers.js +1 -0
- package/utils/index.d.ts +1 -0
- package/{components/layout/utils.d.ts → utils/layout.d.ts} +3 -3
- package/utils/layout.js +1 -0
- package/utils/math.js +1 -0
- package/utils/setInRange.js +1 -0
- package/utils/uniqueKeys.js +1 -0
- package/components/core/Breadcrumbs/StyledBreadcrumbs.d.ts +0 -6
- package/components/core/Button/StyledButton.d.ts +0 -5
- package/components/core/Dropdown/StyledDropdown.d.ts +0 -2
- package/components/core/DropdownItem/StyledDropdownItem.d.ts +0 -2
- package/components/core/Form/StyledForm.d.ts +0 -2
- package/components/core/Image/StyledImage.d.ts +0 -5
- package/components/core/Input/InputAdornment/StyledInputAdornment.d.ts +0 -2
- package/components/core/Input/InputHelper/StyledInputHelper.d.ts +0 -2
- package/components/core/Input/InputWrapper/StyledInputWrapper.d.ts +0 -2
- package/components/core/Input/StyledInput.d.ts +0 -2
- package/components/core/InputFile/StyledInputFile.d.ts +0 -4
- package/components/core/Link/StyledLink.d.ts +0 -2
- package/components/core/Loader/StyledLoader.d.ts +0 -2
- package/components/core/Menu/StyledMenu.d.ts +0 -13
- package/components/core/Modal/StyledModal.d.ts +0 -9
- package/components/core/Scroll/StyledScrollBar.d.ts +0 -11
- package/components/core/Scroll/types.d.ts +0 -7
- package/components/core/Select/StyledSelect.d.ts +0 -26
- package/components/core/Skeleton/StyledSkeleton.d.ts +0 -2
- package/components/core/Slider/StyledSlider.d.ts +0 -2
- package/components/core/Snackbar/StyledSnackbar.d.ts +0 -52
- package/components/core/Switch/StyledSwitch.d.ts +0 -10
- package/components/core/Textarea/StyledTextarea.d.ts +0 -3
- package/components/core/Textarea/TextareaWidget.d.ts +0 -3
- package/components/core/Toggle/StyledToggle.d.ts +0 -2
- package/components/core/Tooltip/StyledTooltip.d.ts +0 -3
- package/components/core/Typography/StyledTypography.d.ts +0 -2
- package/components/core/Wrapper/StyledWrapper.d.ts +0 -2
- package/components/domainSpecific/Accordion/StyledAccordion.d.ts +0 -5
- package/components/domainSpecific/Card/CardButton/StyledCardButton.d.ts +0 -2
- package/components/domainSpecific/Card/CardCounter/StyledCardCounter.d.ts +0 -2
- package/components/domainSpecific/Card/CardDescription/StyledCardDescription.d.ts +0 -12
- package/components/domainSpecific/Card/CardImage/StyledCardImage.d.ts +0 -2
- package/components/domainSpecific/Card/CardPrice/StyledCardPrice.d.ts +0 -2
- package/components/domainSpecific/Card/CardRating/StyledCardRating.d.ts +0 -2
- package/components/domainSpecific/Card/CardTitle/StyledCardTitle.d.ts +0 -12
- package/components/domainSpecific/Card/StyledCard.d.ts +0 -2
- package/components/domainSpecific/Carousel/StyledCarousel.d.ts +0 -42
- package/components/domainSpecific/Carousel/utils.d.ts +0 -2
- package/components/domainSpecific/ContentCarousel/StyledContentCarousel.d.ts +0 -4
- package/components/domainSpecific/Counter/StyledCounter.d.ts +0 -13
- package/components/domainSpecific/DragAndDropFiles/StyledDragAndDropFiles.d.ts +0 -1
- package/components/domainSpecific/Price/StyledPrice.d.ts +0 -9
- package/components/domainSpecific/ProgressBar/StyledProgressBar.d.ts +0 -18
- package/components/domainSpecific/RadioGroup/StyledRadioGroup.d.ts +0 -8
- package/components/domainSpecific/Rating/StyledRating.d.ts +0 -5
- package/components/domainSpecific/Search/StyledSearch.d.ts +0 -44
- package/components/domainSpecific/SearchModal/SearchInput/StyledSearchInput.d.ts +0 -27
- package/components/domainSpecific/SearchModal/SearchItems/StyledSearchItems.d.ts +0 -42
- package/components/domainSpecific/SearchModal/SearchLoader/StyledSearchLoader.d.ts +0 -2
- package/components/domainSpecific/SearchModal/SearchNoHistory/SearchInput.d.ts +0 -2
- package/components/domainSpecific/SearchModal/SearchNoHistory/StyledSearchInput.d.ts +0 -27
- package/components/domainSpecific/SearchModal/SearchNoHistory/constants.d.ts +0 -2
- package/components/domainSpecific/SearchModal/SearchNoHistory/index.d.ts +0 -1
- package/components/domainSpecific/SearchModal/SearchNoResults/SearchInput.d.ts +0 -2
- package/components/domainSpecific/SearchModal/SearchNoResults/StyledSearchInput.d.ts +0 -27
- package/components/domainSpecific/SearchModal/SearchNoResults/constants.d.ts +0 -2
- package/components/domainSpecific/SearchModal/SearchNoResults/index.d.ts +0 -1
- package/components/domainSpecific/SearchModal/StyledSearchModal.d.ts +0 -14
- package/components/domainSpecific/Stepper/StyledStepper.d.ts +0 -6
- package/components/domainSpecific/Tabs/StyledTabs.d.ts +0 -21
- package/components/domainSpecific/Templates/Cards/Skeleton/SkeletonSearch/SkeletonSearch.d.ts +0 -4
- package/components/domainSpecific/Templates/Cards/Skeleton/SkeletonSearch/SkeletonSearch.types.d.ts +0 -5
- package/components/domainSpecific/Templates/Cards/Skeleton/SkeletonSearch/SkeletonSearchStyled.d.ts +0 -76
- package/components/domainSpecific/Templates/Cards/index.d.ts +0 -1
- package/components/domainSpecific/Templates/index.d.ts +0 -1
- package/components/layout/ChatContainer/StyledChatContainer.d.ts +0 -34
- package/components/layout/ChatContainer/types.d.ts +0 -18
- package/components/layout/Column/StyledColumn.d.ts +0 -2
- package/components/layout/Row/StyledRow.d.ts +0 -2
- package/index.cjs.js +0 -238
- package/index.es.js +0 -12076
- package/tokens/internal/index.d.ts +0 -1
- package/tokens/internal/switch.d.ts +0 -13
- /package/components/{domainSpecific/Templates/Cards/Skeleton → templates}/SkeletonSearch/constants.d.ts +0 -0
- /package/components/{domainSpecific/Templates/Cards/Skeleton → templates}/SkeletonSearch/index.d.ts +0 -0
- /package/components/{domainSpecific/Templates/Cards/Skeleton → templates}/index.d.ts +0 -0
- /package/{components/core/types/cursors.types.d.ts → types/cursors.d.ts} +0 -0
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { PropsWithChildren } from 'react';
|
|
2
|
-
export declare const StyledCounter: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PropsWithChildren<import('../..').CommonStyledComponentProps>>> & string;
|
|
3
|
-
export declare const StylesNavButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<Omit<import('../..').ButtonProps & {
|
|
4
|
-
children?: import('react').ReactNode | undefined;
|
|
5
|
-
} & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
6
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
7
|
-
}, Omit<import('../..').ButtonProps & {
|
|
8
|
-
children?: import('react').ReactNode | undefined;
|
|
9
|
-
} & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
10
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
11
|
-
}>, never>, never>> & string & Omit<import('react').ForwardRefExoticComponent<import('../..').ButtonProps & {
|
|
12
|
-
children?: import('react').ReactNode | undefined;
|
|
13
|
-
} & import('react').RefAttributes<HTMLButtonElement>>, keyof import('react').Component<any, {}, any>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const StyledDragAndDropFiles: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, import('../..').CommonStyledComponentProps>> & string;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Theme } from '../../../hooks/useTheme';
|
|
2
|
-
import { StyledPriceProps } from './Price.types';
|
|
3
|
-
export declare const StyledPrice: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledPriceProps>> & string;
|
|
4
|
-
export declare const StyledCurrentPrice: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
5
|
-
theme: Theme;
|
|
6
|
-
}>> & string;
|
|
7
|
-
export declare const StyledOldPrice: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').DelHTMLAttributes<HTMLModElement>, HTMLModElement>, {
|
|
8
|
-
theme: Theme;
|
|
9
|
-
}>> & string;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { NullableType } from '../../../types';
|
|
2
|
-
import { Theme } from '../../../hooks/useTheme';
|
|
3
|
-
import { CommonStyledComponentProps } from '../../index.types';
|
|
4
|
-
export declare const StyledProgressBar: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, CommonStyledComponentProps>> & string;
|
|
5
|
-
export declare const StyledTrack: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
6
|
-
$backgroundColor?: string;
|
|
7
|
-
} & CommonStyledComponentProps>> & string;
|
|
8
|
-
export declare const StyledDeterminateFill: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
9
|
-
fill?: string;
|
|
10
|
-
$width?: number;
|
|
11
|
-
} & CommonStyledComponentProps>> & string;
|
|
12
|
-
export declare const StyledIndeterminateFill: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
13
|
-
fill?: string;
|
|
14
|
-
theme: Theme;
|
|
15
|
-
$animationName?: NullableType<string>;
|
|
16
|
-
$animationProps?: string;
|
|
17
|
-
}>> & string;
|
|
18
|
-
export declare const StyledPercentLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { StyledRadioItemProps, StyledRadioLayoutProps } from './RadioGroup.types';
|
|
2
|
-
export declare const StyledHiddenInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, Omit<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
|
|
3
|
-
ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
|
|
4
|
-
}>, never>, import('../..').CommonStyledComponentProps>> & string;
|
|
5
|
-
export declare const StyledRadioGroup: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, import('../..').CommonStyledComponentProps>> & string;
|
|
6
|
-
export declare const StyledRadioItem: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledRadioItemProps>> & string;
|
|
7
|
-
export declare const StyledRadioLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, StyledRadioItemProps>> & string;
|
|
8
|
-
export declare const StyledRadioLayout: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledRadioLayoutProps>> & string;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { RatingProgressStyledProps, RatingStyledProps } from './Rating.types';
|
|
2
|
-
export declare const StyledRating: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, RatingStyledProps>> & string;
|
|
3
|
-
export declare const StyledRatingProgressWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, RatingProgressStyledProps>> & string;
|
|
4
|
-
export declare const StyledRadioLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, RatingStyledProps>> & string;
|
|
5
|
-
export declare const StyledRadioInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, import('../..').CommonStyledComponentProps>> & string;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { Theme } from '../../../hooks/useTheme';
|
|
2
|
-
import { IconProps } from '../../core/Icon';
|
|
3
|
-
export declare const StyledInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<(Omit<import('../../core/Input').BaseInputFieldProps & {
|
|
4
|
-
width?: string;
|
|
5
|
-
label?: import('react').ReactNode;
|
|
6
|
-
helperText?: import('react').ReactNode;
|
|
7
|
-
adornmentStart?: import('react').ReactNode;
|
|
8
|
-
adornmentEnd?: import('react').ReactNode;
|
|
9
|
-
} & import('react').RefAttributes<HTMLInputElement>, "ref"> & {
|
|
10
|
-
ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
|
|
11
|
-
}) | (Omit<import('../../core/Input').RadioButtonProps & {
|
|
12
|
-
width?: string;
|
|
13
|
-
label?: import('react').ReactNode;
|
|
14
|
-
helperText?: import('react').ReactNode;
|
|
15
|
-
adornmentStart?: import('react').ReactNode;
|
|
16
|
-
adornmentEnd?: import('react').ReactNode;
|
|
17
|
-
} & import('react').RefAttributes<HTMLInputElement>, "ref"> & {
|
|
18
|
-
ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
|
|
19
|
-
}) | (Omit<import('../../core/Input').CheckboxFieldProps & {
|
|
20
|
-
width?: string;
|
|
21
|
-
label?: import('react').ReactNode;
|
|
22
|
-
helperText?: import('react').ReactNode;
|
|
23
|
-
adornmentStart?: import('react').ReactNode;
|
|
24
|
-
adornmentEnd?: import('react').ReactNode;
|
|
25
|
-
} & import('react').RefAttributes<HTMLInputElement>, "ref"> & {
|
|
26
|
-
ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
|
|
27
|
-
}), {
|
|
28
|
-
theme: Theme;
|
|
29
|
-
}>> & string & Omit<import('react').ForwardRefExoticComponent<import('../../core/Input').InputFieldProps & import('react').RefAttributes<HTMLInputElement>>, keyof import('react').Component<any, {}, any>>;
|
|
30
|
-
export declare const StyledRendererRow: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<import('../../layout/Row/Row.types').RowProps & {
|
|
31
|
-
children?: import('react').ReactNode | undefined;
|
|
32
|
-
} & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
33
|
-
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
34
|
-
}, {
|
|
35
|
-
theme: Theme;
|
|
36
|
-
}>> & string & Omit<import('react').ForwardRefExoticComponent<import('../../layout/Row/Row.types').RowProps & {
|
|
37
|
-
children?: import('react').ReactNode | undefined;
|
|
38
|
-
} & import('react').RefAttributes<HTMLDivElement>>, keyof import('react').Component<any, {}, any>>;
|
|
39
|
-
export declare const StyledRendererLink: import('styled-components/dist/types').IStyledComponentBase<"web", any> & string;
|
|
40
|
-
export declare const StyledRendererLinkIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<import('styled-components/dist/types').Substitute<Omit<IconProps & import('react').RefAttributes<SVGElement>, "ref"> & {
|
|
41
|
-
ref?: ((instance: SVGElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<SVGElement> | null | undefined;
|
|
42
|
-
}, Omit<IconProps & import('react').RefAttributes<SVGElement>, "ref"> & {
|
|
43
|
-
ref?: ((instance: SVGElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<SVGElement> | null | undefined;
|
|
44
|
-
}>, Partial<IconProps>>, never>> & string & Omit<import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGElement>>, keyof import('react').Component<any, {}, any>>;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { CommonStyledComponentProps } from '../../..';
|
|
2
|
-
export declare const StyledSearchInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<(Omit<import('../../..').BaseInputFieldProps & {
|
|
3
|
-
width?: string;
|
|
4
|
-
label?: import('react').ReactNode;
|
|
5
|
-
helperText?: import('react').ReactNode;
|
|
6
|
-
adornmentStart?: import('react').ReactNode;
|
|
7
|
-
adornmentEnd?: import('react').ReactNode;
|
|
8
|
-
} & import('react').RefAttributes<HTMLInputElement>, "ref"> & {
|
|
9
|
-
ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
|
|
10
|
-
}) | (Omit<import('../../..').RadioButtonProps & {
|
|
11
|
-
width?: string;
|
|
12
|
-
label?: import('react').ReactNode;
|
|
13
|
-
helperText?: import('react').ReactNode;
|
|
14
|
-
adornmentStart?: import('react').ReactNode;
|
|
15
|
-
adornmentEnd?: import('react').ReactNode;
|
|
16
|
-
} & import('react').RefAttributes<HTMLInputElement>, "ref"> & {
|
|
17
|
-
ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
|
|
18
|
-
}) | (Omit<import('../../..').CheckboxFieldProps & {
|
|
19
|
-
width?: string;
|
|
20
|
-
label?: import('react').ReactNode;
|
|
21
|
-
helperText?: import('react').ReactNode;
|
|
22
|
-
adornmentStart?: import('react').ReactNode;
|
|
23
|
-
adornmentEnd?: import('react').ReactNode;
|
|
24
|
-
} & import('react').RefAttributes<HTMLInputElement>, "ref"> & {
|
|
25
|
-
ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
|
|
26
|
-
}), import('styled-components/dist/types').BaseObject>> & string & Omit<import('react').ForwardRefExoticComponent<import('../../..').InputFieldProps & import('react').RefAttributes<HTMLInputElement>>, keyof import('react').Component<any, {}, any>>;
|
|
27
|
-
export declare const StyledSearchEndIconWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, CommonStyledComponentProps>> & string;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { CommonStyledComponentProps } from '../../..';
|
|
2
|
-
import { StyledSearchItemContentProps } from '../SearchModal.types';
|
|
3
|
-
export declare const StyledSearchItems: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, CommonStyledComponentProps>> & string;
|
|
4
|
-
export declare const StyledNewSearchButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<Omit<import('../../..').ButtonProps & {
|
|
5
|
-
children?: import('react').ReactNode | undefined;
|
|
6
|
-
} & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
7
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
8
|
-
}, Omit<import('../../..').ButtonProps & {
|
|
9
|
-
children?: import('react').ReactNode | undefined;
|
|
10
|
-
} & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
11
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
12
|
-
}>, never>, never>> & string & Omit<import('react').ForwardRefExoticComponent<import('../../..').ButtonProps & {
|
|
13
|
-
children?: import('react').ReactNode | undefined;
|
|
14
|
-
} & import('react').RefAttributes<HTMLButtonElement>>, keyof import('react').Component<any, {}, any>>;
|
|
15
|
-
export declare const StyledSearchNoItems: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, CommonStyledComponentProps>> & string;
|
|
16
|
-
export declare const StyledSearchGroupTitle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, CommonStyledComponentProps>> & string;
|
|
17
|
-
export declare const StyledSearchItem: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<Omit<import('../../..').ButtonProps & {
|
|
18
|
-
children?: import('react').ReactNode | undefined;
|
|
19
|
-
} & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
20
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
21
|
-
}, Omit<import('../../..').ButtonProps & {
|
|
22
|
-
children?: import('react').ReactNode | undefined;
|
|
23
|
-
} & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
24
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
25
|
-
}>, never>, never>> & string & Omit<import('react').ForwardRefExoticComponent<import('../../..').ButtonProps & {
|
|
26
|
-
children?: import('react').ReactNode | undefined;
|
|
27
|
-
} & import('react').RefAttributes<HTMLButtonElement>>, keyof import('react').Component<any, {}, any>>;
|
|
28
|
-
export declare const StyledSearchItemRow: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<import('../../../layout/Row/Row.types').RowProps & {
|
|
29
|
-
children?: import('react').ReactNode | undefined;
|
|
30
|
-
} & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
31
|
-
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
32
|
-
}, never>> & string & Omit<import('react').ForwardRefExoticComponent<import('../../../layout/Row/Row.types').RowProps & {
|
|
33
|
-
children?: import('react').ReactNode | undefined;
|
|
34
|
-
} & import('react').RefAttributes<HTMLDivElement>>, keyof import('react').Component<any, {}, any>>;
|
|
35
|
-
export declare const StyledSearchItemColumn: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<import('../../../layout/Column/Column.types').ColumnProps & {
|
|
36
|
-
children?: import('react').ReactNode | undefined;
|
|
37
|
-
} & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
38
|
-
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
39
|
-
}, never>> & string & Omit<import('react').ForwardRefExoticComponent<import('../../../layout/Column/Column.types').ColumnProps & {
|
|
40
|
-
children?: import('react').ReactNode | undefined;
|
|
41
|
-
} & import('react').RefAttributes<HTMLDivElement>>, keyof import('react').Component<any, {}, any>>;
|
|
42
|
-
export declare const StyledSearchItemContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledSearchItemContentProps>> & string;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { CommonStyledComponentProps } from '../../..';
|
|
2
|
-
export declare const StyledSearchLoader: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, CommonStyledComponentProps>> & string;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { CommonStyledComponentProps } from '../../..';
|
|
2
|
-
export declare const StyledSearchInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<(Omit<import('../../..').BaseInputFieldProps & {
|
|
3
|
-
width?: string;
|
|
4
|
-
label?: import('react').ReactNode;
|
|
5
|
-
helperText?: import('react').ReactNode;
|
|
6
|
-
adornmentStart?: import('react').ReactNode;
|
|
7
|
-
adornmentEnd?: import('react').ReactNode;
|
|
8
|
-
} & import('react').RefAttributes<HTMLInputElement>, "ref"> & {
|
|
9
|
-
ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
|
|
10
|
-
}) | (Omit<import('../../..').RadioButtonProps & {
|
|
11
|
-
width?: string;
|
|
12
|
-
label?: import('react').ReactNode;
|
|
13
|
-
helperText?: import('react').ReactNode;
|
|
14
|
-
adornmentStart?: import('react').ReactNode;
|
|
15
|
-
adornmentEnd?: import('react').ReactNode;
|
|
16
|
-
} & import('react').RefAttributes<HTMLInputElement>, "ref"> & {
|
|
17
|
-
ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
|
|
18
|
-
}) | (Omit<import('../../..').CheckboxFieldProps & {
|
|
19
|
-
width?: string;
|
|
20
|
-
label?: import('react').ReactNode;
|
|
21
|
-
helperText?: import('react').ReactNode;
|
|
22
|
-
adornmentStart?: import('react').ReactNode;
|
|
23
|
-
adornmentEnd?: import('react').ReactNode;
|
|
24
|
-
} & import('react').RefAttributes<HTMLInputElement>, "ref"> & {
|
|
25
|
-
ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
|
|
26
|
-
}), import('styled-components/dist/types').BaseObject>> & string & Omit<import('react').ForwardRefExoticComponent<import('../../..').InputFieldProps & import('react').RefAttributes<HTMLInputElement>>, keyof import('react').Component<any, {}, any>>;
|
|
27
|
-
export declare const StyledSearchEndIconWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, CommonStyledComponentProps>> & string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './SearchInput';
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { CommonStyledComponentProps } from '../../..';
|
|
2
|
-
export declare const StyledSearchInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<(Omit<import('../../..').BaseInputFieldProps & {
|
|
3
|
-
width?: string;
|
|
4
|
-
label?: import('react').ReactNode;
|
|
5
|
-
helperText?: import('react').ReactNode;
|
|
6
|
-
adornmentStart?: import('react').ReactNode;
|
|
7
|
-
adornmentEnd?: import('react').ReactNode;
|
|
8
|
-
} & import('react').RefAttributes<HTMLInputElement>, "ref"> & {
|
|
9
|
-
ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
|
|
10
|
-
}) | (Omit<import('../../..').RadioButtonProps & {
|
|
11
|
-
width?: string;
|
|
12
|
-
label?: import('react').ReactNode;
|
|
13
|
-
helperText?: import('react').ReactNode;
|
|
14
|
-
adornmentStart?: import('react').ReactNode;
|
|
15
|
-
adornmentEnd?: import('react').ReactNode;
|
|
16
|
-
} & import('react').RefAttributes<HTMLInputElement>, "ref"> & {
|
|
17
|
-
ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
|
|
18
|
-
}) | (Omit<import('../../..').CheckboxFieldProps & {
|
|
19
|
-
width?: string;
|
|
20
|
-
label?: import('react').ReactNode;
|
|
21
|
-
helperText?: import('react').ReactNode;
|
|
22
|
-
adornmentStart?: import('react').ReactNode;
|
|
23
|
-
adornmentEnd?: import('react').ReactNode;
|
|
24
|
-
} & import('react').RefAttributes<HTMLInputElement>, "ref"> & {
|
|
25
|
-
ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
|
|
26
|
-
}), import('styled-components/dist/types').BaseObject>> & string & Omit<import('react').ForwardRefExoticComponent<import('../../..').InputFieldProps & import('react').RefAttributes<HTMLInputElement>>, keyof import('react').Component<any, {}, any>>;
|
|
27
|
-
export declare const StyledSearchEndIconWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, CommonStyledComponentProps>> & string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './SearchInput';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { CommonStyledComponentProps } from '../..';
|
|
2
|
-
import { SearchModalStyledProps } from './SearchModal.types';
|
|
3
|
-
export declare const StyledSearchModal: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<Omit<import('../..').ModalProps & {
|
|
4
|
-
children?: import('react').ReactNode | undefined;
|
|
5
|
-
} & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
6
|
-
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
7
|
-
}, Omit<import('../..').ModalProps & {
|
|
8
|
-
children?: import('react').ReactNode | undefined;
|
|
9
|
-
} & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
10
|
-
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
11
|
-
}>, never>, SearchModalStyledProps>> & string & Omit<import('react').ForwardRefExoticComponent<import('../..').ModalProps & {
|
|
12
|
-
children?: import('react').ReactNode | undefined;
|
|
13
|
-
} & import('react').RefAttributes<HTMLDivElement>>, keyof import('react').Component<any, {}, any>>;
|
|
14
|
-
export declare const StyledSearchModalWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, CommonStyledComponentProps>> & string;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { StepCommonStyledProps, StepEntityStyledProps } from './Stepper.types';
|
|
2
|
-
export declare const StyledStepper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, import('../..').CommonStyledComponentProps>> & string;
|
|
3
|
-
export declare const StyledSeparator: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StepCommonStyledProps>> & string;
|
|
4
|
-
export declare const StyledStep: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StepCommonStyledProps>> & string;
|
|
5
|
-
export declare const StyledStepIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StepEntityStyledProps>> & string;
|
|
6
|
-
export declare const StyledStepLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StepEntityStyledProps>> & string;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Theme } from '../../../hooks';
|
|
2
|
-
import { TabLabelStyledProps } from './Tabs.types';
|
|
3
|
-
export declare const StyledTabs: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, import('../..').CommonStyledComponentProps>> & string;
|
|
4
|
-
export declare const StyledTabsHeader: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, import('../..').CommonStyledComponentProps>> & string;
|
|
5
|
-
export declare const StyledTabLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TabLabelStyledProps>> & string;
|
|
6
|
-
export declare const StyledTabPanelsWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, import('../..').CommonStyledComponentProps>> & string;
|
|
7
|
-
export declare const StyledTabPanel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, import('../..').CommonStyledComponentProps>> & string;
|
|
8
|
-
export declare const StyledNoticeCounter: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, TabLabelStyledProps>> & string;
|
|
9
|
-
export declare const StyledTextButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<Omit<import('../../core').ButtonProps & {
|
|
10
|
-
children?: import('react').ReactNode | undefined;
|
|
11
|
-
} & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
12
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
13
|
-
}, Omit<import('../../core').ButtonProps & {
|
|
14
|
-
children?: import('react').ReactNode | undefined;
|
|
15
|
-
} & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
16
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
17
|
-
}>, never>, {
|
|
18
|
-
theme: Theme;
|
|
19
|
-
}>> & string & Omit<import('react').ForwardRefExoticComponent<import('../../core').ButtonProps & {
|
|
20
|
-
children?: import('react').ReactNode | undefined;
|
|
21
|
-
} & import('react').RefAttributes<HTMLButtonElement>>, keyof import('react').Component<any, {}, any>>;
|
package/components/domainSpecific/Templates/Cards/Skeleton/SkeletonSearch/SkeletonSearchStyled.d.ts
DELETED
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { Theme } from '../../../../../../hooks/useTheme';
|
|
2
|
-
import { FlexContainerStyledProps } from '../../../../../layout';
|
|
3
|
-
import { SkeletonProps } from '../../../../../core/Skeleton';
|
|
4
|
-
export declare const StyledSkeletonSearch: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
5
|
-
theme: Theme;
|
|
6
|
-
}>> & string;
|
|
7
|
-
export declare const SkeletonSearchContainerStyled: (props: FlexContainerStyledProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
8
|
-
export declare const StyledSkeletonSearchHeaderRow: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<import('../../../../../layout/Row/Row.types').RowProps & {
|
|
9
|
-
children?: import('react').ReactNode | undefined;
|
|
10
|
-
} & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
11
|
-
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
12
|
-
}, {
|
|
13
|
-
theme: Theme;
|
|
14
|
-
}>> & string & Omit<import('react').ForwardRefExoticComponent<import('../../../../../layout/Row/Row.types').RowProps & {
|
|
15
|
-
children?: import('react').ReactNode | undefined;
|
|
16
|
-
} & import('react').RefAttributes<HTMLDivElement>>, keyof import('react').Component<any, {}, any>>;
|
|
17
|
-
export declare const StyledSkeletonSearchRow: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<import('../../../../../layout/Row/Row.types').RowProps & {
|
|
18
|
-
children?: import('react').ReactNode | undefined;
|
|
19
|
-
} & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
20
|
-
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
21
|
-
}, {
|
|
22
|
-
theme: Theme;
|
|
23
|
-
}>> & string & Omit<import('react').ForwardRefExoticComponent<import('../../../../../layout/Row/Row.types').RowProps & {
|
|
24
|
-
children?: import('react').ReactNode | undefined;
|
|
25
|
-
} & import('react').RefAttributes<HTMLDivElement>>, keyof import('react').Component<any, {}, any>>;
|
|
26
|
-
export declare const StyledSkeletonSearchColumnImageBase: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<import('../../../../../layout/Column/Column.types').ColumnProps & {
|
|
27
|
-
children?: import('react').ReactNode | undefined;
|
|
28
|
-
} & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
29
|
-
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
30
|
-
}, {
|
|
31
|
-
theme: Theme;
|
|
32
|
-
}>> & string & Omit<import('react').ForwardRefExoticComponent<import('../../../../../layout/Column/Column.types').ColumnProps & {
|
|
33
|
-
children?: import('react').ReactNode | undefined;
|
|
34
|
-
} & import('react').RefAttributes<HTMLDivElement>>, keyof import('react').Component<any, {}, any>>;
|
|
35
|
-
export declare const StyledSkeletonSearchColumnImage: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<Omit<SkeletonProps & {
|
|
36
|
-
children?: import('react').ReactNode | undefined;
|
|
37
|
-
} & import('react').RefAttributes<HTMLSpanElement>, "ref"> & {
|
|
38
|
-
ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
39
|
-
}, Omit<SkeletonProps & {
|
|
40
|
-
children?: import('react').ReactNode | undefined;
|
|
41
|
-
} & import('react').RefAttributes<HTMLSpanElement>, "ref"> & {
|
|
42
|
-
ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
43
|
-
}>, never>, never>> & string & Omit<import('react').ForwardRefExoticComponent<SkeletonProps & {
|
|
44
|
-
children?: import('react').ReactNode | undefined;
|
|
45
|
-
} & import('react').RefAttributes<HTMLSpanElement>>, keyof import('react').Component<any, {}, any>>;
|
|
46
|
-
export declare const StyledSkeletonSearchColumnTextBase: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<import('../../../../../layout/Column/Column.types').ColumnProps & {
|
|
47
|
-
children?: import('react').ReactNode | undefined;
|
|
48
|
-
} & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
49
|
-
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
50
|
-
}, {
|
|
51
|
-
theme: Theme;
|
|
52
|
-
}>> & string & Omit<import('react').ForwardRefExoticComponent<import('../../../../../layout/Column/Column.types').ColumnProps & {
|
|
53
|
-
children?: import('react').ReactNode | undefined;
|
|
54
|
-
} & import('react').RefAttributes<HTMLDivElement>>, keyof import('react').Component<any, {}, any>>;
|
|
55
|
-
export declare const StyledSkeletonSearchColumnText: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<Omit<SkeletonProps & {
|
|
56
|
-
children?: import('react').ReactNode | undefined;
|
|
57
|
-
} & import('react').RefAttributes<HTMLSpanElement>, "ref"> & {
|
|
58
|
-
ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
59
|
-
}, Omit<SkeletonProps & {
|
|
60
|
-
children?: import('react').ReactNode | undefined;
|
|
61
|
-
} & import('react').RefAttributes<HTMLSpanElement>, "ref"> & {
|
|
62
|
-
ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
63
|
-
}>, never>, never>> & string & Omit<import('react').ForwardRefExoticComponent<SkeletonProps & {
|
|
64
|
-
children?: import('react').ReactNode | undefined;
|
|
65
|
-
} & import('react').RefAttributes<HTMLSpanElement>>, keyof import('react').Component<any, {}, any>>;
|
|
66
|
-
export declare const StyledSkeletonSearchColumnPrice: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<Omit<SkeletonProps & {
|
|
67
|
-
children?: import('react').ReactNode | undefined;
|
|
68
|
-
} & import('react').RefAttributes<HTMLSpanElement>, "ref"> & {
|
|
69
|
-
ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
70
|
-
}, Omit<SkeletonProps & {
|
|
71
|
-
children?: import('react').ReactNode | undefined;
|
|
72
|
-
} & import('react').RefAttributes<HTMLSpanElement>, "ref"> & {
|
|
73
|
-
ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
74
|
-
}>, never>, never>> & string & Omit<import('react').ForwardRefExoticComponent<SkeletonProps & {
|
|
75
|
-
children?: import('react').ReactNode | undefined;
|
|
76
|
-
} & import('react').RefAttributes<HTMLSpanElement>>, keyof import('react').Component<any, {}, any>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Skeleton';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Cards';
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { CSSObject } from 'styled-components';
|
|
2
|
-
import { IconProps } from '../../core/Icon';
|
|
3
|
-
import { EnumOrPrimitive } from '../../../types';
|
|
4
|
-
import { ButtonProps } from '../../core/Button';
|
|
5
|
-
import { ChatLayoutVariant } from './types';
|
|
6
|
-
export declare const MainHeader: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
7
|
-
export declare const SidebarToggleButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<import('styled-components/dist/types').Substitute<Omit<ButtonProps & {
|
|
8
|
-
children?: import('react').ReactNode | undefined;
|
|
9
|
-
} & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
10
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
11
|
-
}, Omit<ButtonProps & {
|
|
12
|
-
children?: import('react').ReactNode | undefined;
|
|
13
|
-
} & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
14
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
15
|
-
}>, Partial<ButtonProps & {
|
|
16
|
-
open?: boolean;
|
|
17
|
-
}>>, never>> & string & Omit<import('react').ForwardRefExoticComponent<ButtonProps & {
|
|
18
|
-
children?: import('react').ReactNode | undefined;
|
|
19
|
-
} & import('react').RefAttributes<HTMLButtonElement>>, keyof import('react').Component<any, {}, any>>;
|
|
20
|
-
export declare const SidebarToggleIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<import('styled-components/dist/types').Substitute<Omit<IconProps & import('react').RefAttributes<SVGElement>, "ref"> & {
|
|
21
|
-
ref?: ((instance: SVGElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<SVGElement> | null | undefined;
|
|
22
|
-
}, Omit<IconProps & import('react').RefAttributes<SVGElement>, "ref"> & {
|
|
23
|
-
ref?: ((instance: SVGElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<SVGElement> | null | undefined;
|
|
24
|
-
}>, Partial<IconProps>>, never>> & string & Omit<import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGElement>>, keyof import('react').Component<any, {}, any>>;
|
|
25
|
-
export declare const Body: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
26
|
-
export declare const SidebarWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
27
|
-
variant: EnumOrPrimitive<ChatLayoutVariant>;
|
|
28
|
-
}>> & string;
|
|
29
|
-
export declare const Sidebar: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
30
|
-
export declare const SidebarHeader: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
31
|
-
export declare const MainWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
32
|
-
$styles: CSSObject;
|
|
33
|
-
}>> & string;
|
|
34
|
-
export declare const Content: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { CSSObject } from 'styled-components';
|
|
3
|
-
import { EnumOrPrimitive } from '../../../types';
|
|
4
|
-
export declare enum ChatLayoutVariant {
|
|
5
|
-
Auto = "auto",
|
|
6
|
-
Desktop = "desktop",
|
|
7
|
-
Drawer = "drawer"
|
|
8
|
-
}
|
|
9
|
-
export interface ChatContainerProps {
|
|
10
|
-
sidebarContent?: ReactNode;
|
|
11
|
-
sidebarHeaderContent?: ReactNode;
|
|
12
|
-
headerContent?: ReactNode;
|
|
13
|
-
children?: ReactNode;
|
|
14
|
-
isOpen?: boolean;
|
|
15
|
-
variant?: EnumOrPrimitive<ChatLayoutVariant>;
|
|
16
|
-
onToggleSidebar?: (open: boolean) => void;
|
|
17
|
-
styles?: CSSObject;
|
|
18
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { StyledColumnProps } from './Column.types';
|
|
2
|
-
export declare const StyledColumn: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledColumnProps>> & string;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { StyledRowProps } from './Row.types';
|
|
2
|
-
export declare const StyledRow: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledRowProps>> & string;
|