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
package/tokens/defaultTheme.d.ts
CHANGED
|
@@ -1,4 +1,281 @@
|
|
|
1
1
|
export declare const defaultTheme: {
|
|
2
|
+
separator: {
|
|
3
|
+
default: {
|
|
4
|
+
alignItems: string;
|
|
5
|
+
justifyItems: string;
|
|
6
|
+
gap: string | number;
|
|
7
|
+
};
|
|
8
|
+
horizontal: {
|
|
9
|
+
width: string;
|
|
10
|
+
display: string;
|
|
11
|
+
flexDirection: import('../types').FlexDirection;
|
|
12
|
+
};
|
|
13
|
+
vertical: {
|
|
14
|
+
height: string;
|
|
15
|
+
display: string;
|
|
16
|
+
flexDirection: import('../types').FlexDirection;
|
|
17
|
+
};
|
|
18
|
+
line: {
|
|
19
|
+
default: {};
|
|
20
|
+
horizontal: {
|
|
21
|
+
width: string;
|
|
22
|
+
};
|
|
23
|
+
vertical: {
|
|
24
|
+
height: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
label: {
|
|
28
|
+
default: {};
|
|
29
|
+
attrs: {
|
|
30
|
+
xs: {
|
|
31
|
+
$variant: import('../types').TypographyVariant;
|
|
32
|
+
$as: import('../types').TypographyVariant;
|
|
33
|
+
};
|
|
34
|
+
sm: {
|
|
35
|
+
$variant: import('../types').TypographyVariant;
|
|
36
|
+
$as: import('../types').TypographyVariant;
|
|
37
|
+
};
|
|
38
|
+
md: {
|
|
39
|
+
$variant: import('../types').TypographyVariant;
|
|
40
|
+
$as: import('../types').TypographyVariant;
|
|
41
|
+
};
|
|
42
|
+
lg: {
|
|
43
|
+
$variant: import('../types').TypographyVariant;
|
|
44
|
+
$as: import('../types').TypographyVariant;
|
|
45
|
+
};
|
|
46
|
+
xl: {
|
|
47
|
+
$variant: import('../types').TypographyVariant;
|
|
48
|
+
$as: import('../types').TypographyVariant;
|
|
49
|
+
};
|
|
50
|
+
xxl: {
|
|
51
|
+
$variant: import('../types').TypographyVariant;
|
|
52
|
+
$as: import('../types').TypographyVariant;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
draganddrop: {
|
|
58
|
+
default: {
|
|
59
|
+
position: string;
|
|
60
|
+
};
|
|
61
|
+
dragAndDropArea: {
|
|
62
|
+
default: {
|
|
63
|
+
backgroundColor: string;
|
|
64
|
+
border: string;
|
|
65
|
+
borderRadius: string;
|
|
66
|
+
padding: string;
|
|
67
|
+
};
|
|
68
|
+
hover: {
|
|
69
|
+
'&:hover': {
|
|
70
|
+
backgroundColor: string;
|
|
71
|
+
border: string;
|
|
72
|
+
borderRadius: string;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
disabled: {
|
|
76
|
+
cursor: string;
|
|
77
|
+
backgroundColor: string;
|
|
78
|
+
};
|
|
79
|
+
error: {
|
|
80
|
+
border: string;
|
|
81
|
+
};
|
|
82
|
+
loading: {
|
|
83
|
+
backgroundColor: string;
|
|
84
|
+
cursor: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
dragOverContent: {
|
|
88
|
+
default: {
|
|
89
|
+
backgroundColor: string;
|
|
90
|
+
width: string;
|
|
91
|
+
height: string;
|
|
92
|
+
display: string;
|
|
93
|
+
justifyContent: string;
|
|
94
|
+
alignItems: string;
|
|
95
|
+
border: string;
|
|
96
|
+
borderRadius: string;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
uploadIcon: {
|
|
100
|
+
default: {
|
|
101
|
+
name: string;
|
|
102
|
+
width: number;
|
|
103
|
+
height: number;
|
|
104
|
+
};
|
|
105
|
+
disabled: {
|
|
106
|
+
fill: string;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
contentTypography: {
|
|
110
|
+
default: {
|
|
111
|
+
margin: number;
|
|
112
|
+
};
|
|
113
|
+
disabled: {
|
|
114
|
+
color: string;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
avatar: {
|
|
119
|
+
default: {
|
|
120
|
+
borderRadius: string;
|
|
121
|
+
position: string;
|
|
122
|
+
width: number;
|
|
123
|
+
height: number;
|
|
124
|
+
};
|
|
125
|
+
imageWrapper: {
|
|
126
|
+
default: {
|
|
127
|
+
borderRadius: string;
|
|
128
|
+
overflow: string;
|
|
129
|
+
height: string;
|
|
130
|
+
width: string;
|
|
131
|
+
alignContent: string;
|
|
132
|
+
backgroundColor: any;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
badge: {
|
|
136
|
+
default: {
|
|
137
|
+
position: string;
|
|
138
|
+
borderRadius: string;
|
|
139
|
+
backgroundColor: any;
|
|
140
|
+
width: number;
|
|
141
|
+
height: number;
|
|
142
|
+
border: string;
|
|
143
|
+
top: number;
|
|
144
|
+
right: number;
|
|
145
|
+
};
|
|
146
|
+
size: {
|
|
147
|
+
xs: {
|
|
148
|
+
width: number;
|
|
149
|
+
height: number;
|
|
150
|
+
border: string;
|
|
151
|
+
top: number;
|
|
152
|
+
right: number;
|
|
153
|
+
};
|
|
154
|
+
sm: {
|
|
155
|
+
width: number;
|
|
156
|
+
height: number;
|
|
157
|
+
border: string;
|
|
158
|
+
top: number;
|
|
159
|
+
right: number;
|
|
160
|
+
};
|
|
161
|
+
md: {
|
|
162
|
+
width: number;
|
|
163
|
+
height: number;
|
|
164
|
+
border: string;
|
|
165
|
+
top: number;
|
|
166
|
+
right: number;
|
|
167
|
+
};
|
|
168
|
+
lg: {
|
|
169
|
+
width: number;
|
|
170
|
+
height: number;
|
|
171
|
+
border: string;
|
|
172
|
+
top: number;
|
|
173
|
+
right: number;
|
|
174
|
+
};
|
|
175
|
+
xl: {
|
|
176
|
+
width: number;
|
|
177
|
+
height: number;
|
|
178
|
+
border: string;
|
|
179
|
+
top: number;
|
|
180
|
+
right: number;
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
fallbackText: {
|
|
185
|
+
default: {
|
|
186
|
+
variant: import('../types').TypographyVariant;
|
|
187
|
+
align: import('../types').TextAlign;
|
|
188
|
+
};
|
|
189
|
+
size: {
|
|
190
|
+
xs: {
|
|
191
|
+
variant: import('../types').TypographyVariant;
|
|
192
|
+
};
|
|
193
|
+
sm: {
|
|
194
|
+
variant: import('../types').TypographyVariant;
|
|
195
|
+
};
|
|
196
|
+
md: {
|
|
197
|
+
variant: import('../types').TypographyVariant;
|
|
198
|
+
};
|
|
199
|
+
lg: {
|
|
200
|
+
variant: import('../types').TypographyVariant;
|
|
201
|
+
};
|
|
202
|
+
xl: {
|
|
203
|
+
variant: import('../types').TypographyVariant;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
size: {
|
|
208
|
+
xs: {
|
|
209
|
+
width: number;
|
|
210
|
+
height: number;
|
|
211
|
+
};
|
|
212
|
+
sm: {
|
|
213
|
+
width: number;
|
|
214
|
+
height: number;
|
|
215
|
+
};
|
|
216
|
+
md: {
|
|
217
|
+
width: number;
|
|
218
|
+
height: number;
|
|
219
|
+
};
|
|
220
|
+
lg: {
|
|
221
|
+
width: number;
|
|
222
|
+
height: number;
|
|
223
|
+
};
|
|
224
|
+
xl: {
|
|
225
|
+
width: number;
|
|
226
|
+
height: number;
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
};
|
|
230
|
+
chatbubble: {
|
|
231
|
+
default: {
|
|
232
|
+
fontSize: string;
|
|
233
|
+
fontWeight: number;
|
|
234
|
+
lineHeight: string;
|
|
235
|
+
display: string;
|
|
236
|
+
flexDirection: import('../types').FlexDirection;
|
|
237
|
+
gap: string | number;
|
|
238
|
+
clear: string;
|
|
239
|
+
margin: string;
|
|
240
|
+
};
|
|
241
|
+
question: {
|
|
242
|
+
padding: string;
|
|
243
|
+
textAlign: string;
|
|
244
|
+
float: string;
|
|
245
|
+
backgroundColor: string;
|
|
246
|
+
minWidth: string;
|
|
247
|
+
maxWidth: string;
|
|
248
|
+
};
|
|
249
|
+
answer: {
|
|
250
|
+
padding: string | number;
|
|
251
|
+
};
|
|
252
|
+
pending: {};
|
|
253
|
+
fulfilled: {};
|
|
254
|
+
rejected: {};
|
|
255
|
+
content: {
|
|
256
|
+
default: {
|
|
257
|
+
gap: string | number;
|
|
258
|
+
display: string;
|
|
259
|
+
flexDirection: import('../types').FlexDirection;
|
|
260
|
+
};
|
|
261
|
+
pending: {
|
|
262
|
+
alignItems: string;
|
|
263
|
+
};
|
|
264
|
+
fulfilled: {};
|
|
265
|
+
rejected: {};
|
|
266
|
+
};
|
|
267
|
+
actions: {
|
|
268
|
+
display: string;
|
|
269
|
+
flexDirection: import('../types').FlexDirection;
|
|
270
|
+
};
|
|
271
|
+
loader: {
|
|
272
|
+
props: {
|
|
273
|
+
name: string;
|
|
274
|
+
size: string;
|
|
275
|
+
withWrapper: boolean;
|
|
276
|
+
};
|
|
277
|
+
};
|
|
278
|
+
};
|
|
2
279
|
draganddropfiles: {
|
|
3
280
|
default: {};
|
|
4
281
|
};
|
|
@@ -10,7 +287,7 @@ export declare const defaultTheme: {
|
|
|
10
287
|
};
|
|
11
288
|
input: {
|
|
12
289
|
default: {
|
|
13
|
-
'&[type="search"]': {
|
|
290
|
+
'& input[type="search"]': {
|
|
14
291
|
padding: string;
|
|
15
292
|
height: string;
|
|
16
293
|
fontSize: string;
|
|
@@ -41,29 +318,37 @@ export declare const defaultTheme: {
|
|
|
41
318
|
loader: {
|
|
42
319
|
default: {
|
|
43
320
|
display: string;
|
|
44
|
-
flexDirection: import('
|
|
321
|
+
flexDirection: import('../types').FlexDirection;
|
|
45
322
|
gap: string | number;
|
|
46
323
|
};
|
|
47
324
|
};
|
|
48
325
|
items: {
|
|
49
326
|
default: {
|
|
50
327
|
display: string;
|
|
51
|
-
flexDirection: import('
|
|
328
|
+
flexDirection: import('../types').FlexDirection;
|
|
52
329
|
};
|
|
53
330
|
newSearchBtn: {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
331
|
+
styles: {
|
|
332
|
+
'.gd-button__content': {
|
|
333
|
+
justifyContent: string;
|
|
334
|
+
};
|
|
335
|
+
fontSize: string;
|
|
336
|
+
fontWeight: number;
|
|
337
|
+
lineHeight: string;
|
|
338
|
+
textAlign: string;
|
|
339
|
+
color: string;
|
|
340
|
+
padding: string;
|
|
341
|
+
};
|
|
342
|
+
attrs: {
|
|
343
|
+
variant: import('../types').ButtonVariant;
|
|
344
|
+
};
|
|
60
345
|
};
|
|
61
346
|
noResult: {
|
|
62
347
|
fontSize: string;
|
|
63
348
|
fontWeight: number;
|
|
64
349
|
lineHeight: string;
|
|
65
350
|
display: string;
|
|
66
|
-
flexDirection: import('
|
|
351
|
+
flexDirection: import('../types').FlexDirection;
|
|
67
352
|
alignItems: string;
|
|
68
353
|
gap: string | number;
|
|
69
354
|
padding: string;
|
|
@@ -78,13 +363,21 @@ export declare const defaultTheme: {
|
|
|
78
363
|
color: string;
|
|
79
364
|
};
|
|
80
365
|
item: {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
366
|
+
styles: {
|
|
367
|
+
fontSize: string;
|
|
368
|
+
fontWeight: number;
|
|
369
|
+
lineHeight: string;
|
|
370
|
+
textAlign: string;
|
|
371
|
+
gap: string | number;
|
|
372
|
+
padding: string;
|
|
373
|
+
color: string;
|
|
374
|
+
'.gd-button__content': {
|
|
375
|
+
display: string;
|
|
376
|
+
};
|
|
377
|
+
};
|
|
378
|
+
attrs: {
|
|
379
|
+
variant: import('../types').ButtonVariant;
|
|
380
|
+
};
|
|
88
381
|
};
|
|
89
382
|
itemRow: {
|
|
90
383
|
alignItems: string;
|
|
@@ -151,12 +444,14 @@ export declare const defaultTheme: {
|
|
|
151
444
|
carousel: {
|
|
152
445
|
default: {};
|
|
153
446
|
container: {
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
447
|
+
default: {
|
|
448
|
+
position: string;
|
|
449
|
+
overflow: string;
|
|
450
|
+
width: string;
|
|
451
|
+
display: string;
|
|
452
|
+
zIndex: number;
|
|
453
|
+
gap: string;
|
|
454
|
+
};
|
|
160
455
|
variant: {
|
|
161
456
|
cards: {
|
|
162
457
|
gap: string;
|
|
@@ -255,11 +550,13 @@ export declare const defaultTheme: {
|
|
|
255
550
|
marginTop: string;
|
|
256
551
|
};
|
|
257
552
|
carouselDot: {
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
553
|
+
default: {
|
|
554
|
+
width: string;
|
|
555
|
+
height: string;
|
|
556
|
+
border: string;
|
|
557
|
+
cursor: string;
|
|
558
|
+
transition: string;
|
|
559
|
+
};
|
|
263
560
|
active: {
|
|
264
561
|
backgroundColor: string;
|
|
265
562
|
width: string;
|
|
@@ -271,11 +568,13 @@ export declare const defaultTheme: {
|
|
|
271
568
|
};
|
|
272
569
|
};
|
|
273
570
|
carouselThumbs: {
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
571
|
+
default: {
|
|
572
|
+
display: string;
|
|
573
|
+
justifyContent: string;
|
|
574
|
+
gap: string;
|
|
575
|
+
};
|
|
277
576
|
vertical: {
|
|
278
|
-
flexDirection: import('
|
|
577
|
+
flexDirection: import('../types').FlexDirection;
|
|
279
578
|
flex: string;
|
|
280
579
|
overflowX: string;
|
|
281
580
|
alignItems: string;
|
|
@@ -285,7 +584,9 @@ export declare const defaultTheme: {
|
|
|
285
584
|
};
|
|
286
585
|
};
|
|
287
586
|
carouselThumbsViewport: {
|
|
288
|
-
|
|
587
|
+
default: {
|
|
588
|
+
overflow: string;
|
|
589
|
+
};
|
|
289
590
|
vertical: {
|
|
290
591
|
maxHeight: string;
|
|
291
592
|
};
|
|
@@ -294,6 +595,7 @@ export declare const defaultTheme: {
|
|
|
294
595
|
};
|
|
295
596
|
};
|
|
296
597
|
carouselThumbsWrapper: {
|
|
598
|
+
default: {};
|
|
297
599
|
vertical: {
|
|
298
600
|
display: string;
|
|
299
601
|
height: string;
|
|
@@ -303,18 +605,20 @@ export declare const defaultTheme: {
|
|
|
303
605
|
};
|
|
304
606
|
};
|
|
305
607
|
carouselThumb: {
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
transition: string;
|
|
314
|
-
active: {
|
|
608
|
+
default: {
|
|
609
|
+
minWidth: string;
|
|
610
|
+
minHeight: string;
|
|
611
|
+
border: string;
|
|
612
|
+
padding: number;
|
|
613
|
+
background: string;
|
|
614
|
+
cursor: string;
|
|
315
615
|
opacity: number;
|
|
616
|
+
transition: string;
|
|
617
|
+
'&:hover': {
|
|
618
|
+
opacity: number;
|
|
619
|
+
};
|
|
316
620
|
};
|
|
317
|
-
|
|
621
|
+
active: {
|
|
318
622
|
opacity: number;
|
|
319
623
|
};
|
|
320
624
|
vertical: {
|
|
@@ -405,7 +709,7 @@ export declare const defaultTheme: {
|
|
|
405
709
|
};
|
|
406
710
|
Vertical: {
|
|
407
711
|
default: {
|
|
408
|
-
flexDirection: import('
|
|
712
|
+
flexDirection: import('../types').FlexDirection;
|
|
409
713
|
'&:hover': {
|
|
410
714
|
boxShadow: string;
|
|
411
715
|
};
|
|
@@ -422,7 +726,7 @@ export declare const defaultTheme: {
|
|
|
422
726
|
};
|
|
423
727
|
Horizontal: {
|
|
424
728
|
default: {
|
|
425
|
-
flexDirection: import('
|
|
729
|
+
flexDirection: import('../types').FlexDirection;
|
|
426
730
|
'&:hover': {
|
|
427
731
|
boxShadow: string;
|
|
428
732
|
};
|
|
@@ -483,7 +787,7 @@ export declare const defaultTheme: {
|
|
|
483
787
|
fontWeight: number;
|
|
484
788
|
lineHeight: string;
|
|
485
789
|
color: string;
|
|
486
|
-
flexDirection: import('
|
|
790
|
+
flexDirection: import('../types').FlexDirection;
|
|
487
791
|
};
|
|
488
792
|
};
|
|
489
793
|
Horizontal: {
|
|
@@ -498,7 +802,7 @@ export declare const defaultTheme: {
|
|
|
498
802
|
fontWeight: number;
|
|
499
803
|
lineHeight: string;
|
|
500
804
|
color: string;
|
|
501
|
-
flexDirection: import('
|
|
805
|
+
flexDirection: import('../types').FlexDirection;
|
|
502
806
|
};
|
|
503
807
|
};
|
|
504
808
|
};
|
|
@@ -573,7 +877,7 @@ export declare const defaultTheme: {
|
|
|
573
877
|
width: string;
|
|
574
878
|
'& input': {
|
|
575
879
|
width: string;
|
|
576
|
-
textAlign: import('
|
|
880
|
+
textAlign: import('../types').TextAlign;
|
|
577
881
|
};
|
|
578
882
|
};
|
|
579
883
|
navButton: {
|
|
@@ -741,12 +1045,12 @@ export declare const defaultTheme: {
|
|
|
741
1045
|
'&::after': {
|
|
742
1046
|
content: string;
|
|
743
1047
|
position: string;
|
|
744
|
-
top: `${number}px` | `${number}rem` | `${number}
|
|
745
|
-
right: `${number}px` | `${number}rem` | `${number}
|
|
746
|
-
bottom: `${number}px` | `${number}rem` | `${number}
|
|
747
|
-
left: `${number}px` | `${number}rem` | `${number}
|
|
1048
|
+
top: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1049
|
+
right: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1050
|
+
bottom: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1051
|
+
left: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
748
1052
|
border: string;
|
|
749
|
-
borderRadius: `${number}px` | `${number}rem` | `${number}%` | undefined;
|
|
1053
|
+
borderRadius: `${number}px` | `${number}rem` | `${number}%` | `${number}em` | undefined;
|
|
750
1054
|
};
|
|
751
1055
|
};
|
|
752
1056
|
'&:disabled, &:disabled *': {
|
|
@@ -764,6 +1068,9 @@ export declare const defaultTheme: {
|
|
|
764
1068
|
};
|
|
765
1069
|
content: {
|
|
766
1070
|
default: {
|
|
1071
|
+
display: string;
|
|
1072
|
+
alignItems: string;
|
|
1073
|
+
justifyContent: string;
|
|
767
1074
|
width: string;
|
|
768
1075
|
minWidth: string;
|
|
769
1076
|
};
|
|
@@ -824,6 +1131,7 @@ export declare const defaultTheme: {
|
|
|
824
1131
|
};
|
|
825
1132
|
text: {
|
|
826
1133
|
primary: {
|
|
1134
|
+
padding: string;
|
|
827
1135
|
background: any;
|
|
828
1136
|
color: any;
|
|
829
1137
|
'&:hover': {
|
|
@@ -834,6 +1142,7 @@ export declare const defaultTheme: {
|
|
|
834
1142
|
};
|
|
835
1143
|
};
|
|
836
1144
|
secondary: {
|
|
1145
|
+
padding: string;
|
|
837
1146
|
background: any;
|
|
838
1147
|
color: any;
|
|
839
1148
|
'&:not(:disabled):hover': {
|
|
@@ -846,10 +1155,18 @@ export declare const defaultTheme: {
|
|
|
846
1155
|
};
|
|
847
1156
|
inherit: {
|
|
848
1157
|
primary: {
|
|
849
|
-
|
|
1158
|
+
backgroundColor: string;
|
|
1159
|
+
padding: string;
|
|
1160
|
+
'&:disabled': {
|
|
1161
|
+
background: string;
|
|
1162
|
+
};
|
|
850
1163
|
};
|
|
851
1164
|
secondary: {
|
|
852
|
-
padding:
|
|
1165
|
+
padding: string;
|
|
1166
|
+
backgroundColor: string;
|
|
1167
|
+
'&:hover': {
|
|
1168
|
+
background: string;
|
|
1169
|
+
};
|
|
853
1170
|
};
|
|
854
1171
|
};
|
|
855
1172
|
};
|
|
@@ -865,7 +1182,7 @@ export declare const defaultTheme: {
|
|
|
865
1182
|
width: string;
|
|
866
1183
|
};
|
|
867
1184
|
withGap: {
|
|
868
|
-
flexDirection: import('
|
|
1185
|
+
flexDirection: import('../types').FlexDirection;
|
|
869
1186
|
alignItems: string;
|
|
870
1187
|
gap: string;
|
|
871
1188
|
};
|
|
@@ -896,7 +1213,6 @@ export declare const defaultTheme: {
|
|
|
896
1213
|
};
|
|
897
1214
|
'&[readonly], &:disabled': {
|
|
898
1215
|
color: string;
|
|
899
|
-
backgroundColor: string;
|
|
900
1216
|
cursor: string;
|
|
901
1217
|
};
|
|
902
1218
|
'&[type="checkbox"]': {
|
|
@@ -912,12 +1228,12 @@ export declare const defaultTheme: {
|
|
|
912
1228
|
'&::after': {
|
|
913
1229
|
content: string;
|
|
914
1230
|
position: string;
|
|
915
|
-
top: `${number}px` | `${number}rem` | `${number}
|
|
916
|
-
right: `${number}px` | `${number}rem` | `${number}
|
|
917
|
-
bottom: `${number}px` | `${number}rem` | `${number}
|
|
918
|
-
left: `${number}px` | `${number}rem` | `${number}
|
|
1231
|
+
top: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1232
|
+
right: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1233
|
+
bottom: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1234
|
+
left: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
919
1235
|
border: string;
|
|
920
|
-
borderRadius: `${number}px` | `${number}rem` | `${number}%` | undefined;
|
|
1236
|
+
borderRadius: `${number}px` | `${number}rem` | `${number}%` | `${number}em` | undefined;
|
|
921
1237
|
};
|
|
922
1238
|
};
|
|
923
1239
|
};
|
|
@@ -949,12 +1265,12 @@ export declare const defaultTheme: {
|
|
|
949
1265
|
'&::after': {
|
|
950
1266
|
content: string;
|
|
951
1267
|
position: string;
|
|
952
|
-
top: `${number}px` | `${number}rem` | `${number}
|
|
953
|
-
right: `${number}px` | `${number}rem` | `${number}
|
|
954
|
-
bottom: `${number}px` | `${number}rem` | `${number}
|
|
955
|
-
left: `${number}px` | `${number}rem` | `${number}
|
|
1268
|
+
top: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1269
|
+
right: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1270
|
+
bottom: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1271
|
+
left: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
956
1272
|
border: string;
|
|
957
|
-
borderRadius: `${number}px` | `${number}rem` | `${number}%` | undefined;
|
|
1273
|
+
borderRadius: `${number}px` | `${number}rem` | `${number}%` | `${number}em` | undefined;
|
|
958
1274
|
};
|
|
959
1275
|
};
|
|
960
1276
|
'&[readonly], &:disabled': {
|
|
@@ -1076,7 +1392,7 @@ export declare const defaultTheme: {
|
|
|
1076
1392
|
display: string;
|
|
1077
1393
|
width: string;
|
|
1078
1394
|
margin: string;
|
|
1079
|
-
flexDirection: import('
|
|
1395
|
+
flexDirection: import('../types').FlexDirection;
|
|
1080
1396
|
};
|
|
1081
1397
|
};
|
|
1082
1398
|
link: {
|
|
@@ -1098,7 +1414,7 @@ export declare const defaultTheme: {
|
|
|
1098
1414
|
};
|
|
1099
1415
|
"&.Link--disabled": {
|
|
1100
1416
|
color: string;
|
|
1101
|
-
cursor: import('
|
|
1417
|
+
cursor: import('../types').Cursors;
|
|
1102
1418
|
textDecoration: string;
|
|
1103
1419
|
backgroundColor: string;
|
|
1104
1420
|
'&::after': {
|
|
@@ -1191,45 +1507,136 @@ export declare const defaultTheme: {
|
|
|
1191
1507
|
};
|
|
1192
1508
|
};
|
|
1193
1509
|
loader: {
|
|
1194
|
-
default: {
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1510
|
+
default: {};
|
|
1511
|
+
inline: {};
|
|
1512
|
+
section: {};
|
|
1513
|
+
fullPage: {};
|
|
1514
|
+
circle: {
|
|
1515
|
+
default: {
|
|
1516
|
+
border: string;
|
|
1517
|
+
borderTop: string;
|
|
1518
|
+
borderRadius: string;
|
|
1519
|
+
};
|
|
1520
|
+
xs: {
|
|
1521
|
+
borderWidth: string;
|
|
1522
|
+
width: string;
|
|
1523
|
+
height: string;
|
|
1524
|
+
minWidth: string;
|
|
1525
|
+
minHeight: string;
|
|
1526
|
+
};
|
|
1527
|
+
sm: {
|
|
1528
|
+
borderWidth: string;
|
|
1529
|
+
width: string;
|
|
1530
|
+
height: string;
|
|
1531
|
+
maxWidth: string;
|
|
1532
|
+
maxHeight: string;
|
|
1533
|
+
};
|
|
1534
|
+
md: {
|
|
1535
|
+
borderWidth: string;
|
|
1536
|
+
width: string;
|
|
1537
|
+
height: string;
|
|
1538
|
+
maxWidth: string;
|
|
1539
|
+
maxHeight: string;
|
|
1540
|
+
};
|
|
1541
|
+
lg: {
|
|
1542
|
+
borderWidth: string;
|
|
1543
|
+
width: string;
|
|
1544
|
+
height: string;
|
|
1545
|
+
maxWidth: string;
|
|
1546
|
+
maxHeight: string;
|
|
1547
|
+
};
|
|
1548
|
+
xl: {
|
|
1549
|
+
borderWidth: string;
|
|
1550
|
+
width: string;
|
|
1551
|
+
height: string;
|
|
1552
|
+
maxWidth: string;
|
|
1553
|
+
maxHeight: string;
|
|
1554
|
+
};
|
|
1219
1555
|
};
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1556
|
+
dots: {
|
|
1557
|
+
default: {
|
|
1558
|
+
display: string;
|
|
1559
|
+
justifyContent: string;
|
|
1560
|
+
alignItems: string;
|
|
1561
|
+
};
|
|
1562
|
+
xs: {
|
|
1563
|
+
gap: string | number;
|
|
1564
|
+
'.dot': {
|
|
1565
|
+
background: string;
|
|
1566
|
+
width: string;
|
|
1567
|
+
height: string;
|
|
1568
|
+
'&:nth-of-type(1)': {
|
|
1569
|
+
animationDelay: string;
|
|
1570
|
+
};
|
|
1571
|
+
'&:nth-of-type(2)': {
|
|
1572
|
+
animationDelay: string;
|
|
1573
|
+
};
|
|
1574
|
+
};
|
|
1575
|
+
};
|
|
1576
|
+
sm: {
|
|
1577
|
+
gap: string | number;
|
|
1578
|
+
'.dot': {
|
|
1579
|
+
background: string;
|
|
1580
|
+
width: string;
|
|
1581
|
+
height: string;
|
|
1582
|
+
'&:nth-of-type(1)': {
|
|
1583
|
+
animationDelay: string;
|
|
1584
|
+
};
|
|
1585
|
+
'&:nth-of-type(2)': {
|
|
1586
|
+
animationDelay: string;
|
|
1587
|
+
};
|
|
1588
|
+
};
|
|
1589
|
+
};
|
|
1590
|
+
md: {
|
|
1591
|
+
gap: string | number;
|
|
1592
|
+
'.dot': {
|
|
1593
|
+
background: string;
|
|
1594
|
+
width: string;
|
|
1595
|
+
height: string;
|
|
1596
|
+
'&:nth-of-type(1)': {
|
|
1597
|
+
animationDelay: string;
|
|
1598
|
+
};
|
|
1599
|
+
'&:nth-of-type(2)': {
|
|
1600
|
+
animationDelay: string;
|
|
1601
|
+
};
|
|
1602
|
+
};
|
|
1603
|
+
};
|
|
1604
|
+
lg: {
|
|
1605
|
+
gap: string | number;
|
|
1606
|
+
'.dot': {
|
|
1607
|
+
background: string;
|
|
1608
|
+
width: string;
|
|
1609
|
+
height: string;
|
|
1610
|
+
'&:nth-of-type(1)': {
|
|
1611
|
+
animationDelay: string;
|
|
1612
|
+
};
|
|
1613
|
+
'&:nth-of-type(2)': {
|
|
1614
|
+
animationDelay: string;
|
|
1615
|
+
};
|
|
1616
|
+
};
|
|
1617
|
+
};
|
|
1618
|
+
xl: {
|
|
1619
|
+
gap: string | number;
|
|
1620
|
+
'.dot': {
|
|
1621
|
+
background: string;
|
|
1622
|
+
width: string;
|
|
1623
|
+
height: string;
|
|
1624
|
+
'&:nth-of-type(1)': {
|
|
1625
|
+
animationDelay: string;
|
|
1626
|
+
};
|
|
1627
|
+
'&:nth-of-type(2)': {
|
|
1628
|
+
animationDelay: string;
|
|
1629
|
+
};
|
|
1630
|
+
};
|
|
1631
|
+
};
|
|
1226
1632
|
};
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1633
|
+
animation: {
|
|
1634
|
+
circle: {
|
|
1635
|
+
name: string;
|
|
1636
|
+
};
|
|
1637
|
+
dots: {
|
|
1638
|
+
name: string;
|
|
1639
|
+
};
|
|
1233
1640
|
};
|
|
1234
1641
|
};
|
|
1235
1642
|
display: {
|
|
@@ -1301,11 +1708,24 @@ export declare const defaultTheme: {
|
|
|
1301
1708
|
toggle: string;
|
|
1302
1709
|
icon: string;
|
|
1303
1710
|
};
|
|
1711
|
+
select: {
|
|
1712
|
+
arrowIconWrapper: string;
|
|
1713
|
+
};
|
|
1304
1714
|
};
|
|
1305
1715
|
transform: {
|
|
1306
1716
|
rotateUp: string;
|
|
1307
1717
|
rotateReset: string;
|
|
1308
1718
|
};
|
|
1719
|
+
separator: {
|
|
1720
|
+
thickness: {
|
|
1721
|
+
xs: string;
|
|
1722
|
+
sm: string;
|
|
1723
|
+
md: string;
|
|
1724
|
+
lg: string;
|
|
1725
|
+
xl: string;
|
|
1726
|
+
xxl: string;
|
|
1727
|
+
};
|
|
1728
|
+
};
|
|
1309
1729
|
};
|
|
1310
1730
|
flexAlignItems: {
|
|
1311
1731
|
start: string;
|
|
@@ -1365,7 +1785,7 @@ export declare const defaultTheme: {
|
|
|
1365
1785
|
wrapper: {
|
|
1366
1786
|
position: "relative";
|
|
1367
1787
|
display: string;
|
|
1368
|
-
flexDirection: import('
|
|
1788
|
+
flexDirection: import('../types').FlexDirection;
|
|
1369
1789
|
alignItems: string;
|
|
1370
1790
|
};
|
|
1371
1791
|
placeholder: {
|
|
@@ -1383,7 +1803,7 @@ export declare const defaultTheme: {
|
|
|
1383
1803
|
marginTop: string;
|
|
1384
1804
|
fontSize: string;
|
|
1385
1805
|
color: string;
|
|
1386
|
-
textAlign: import("
|
|
1806
|
+
textAlign: import("../types").TextAlign.Center;
|
|
1387
1807
|
};
|
|
1388
1808
|
};
|
|
1389
1809
|
row: {
|
|
@@ -1398,6 +1818,7 @@ export declare const defaultTheme: {
|
|
|
1398
1818
|
padding: string;
|
|
1399
1819
|
border: string;
|
|
1400
1820
|
};
|
|
1821
|
+
disabled: {};
|
|
1401
1822
|
};
|
|
1402
1823
|
column: {
|
|
1403
1824
|
default: {
|
|
@@ -1474,6 +1895,14 @@ export declare const defaultTheme: {
|
|
|
1474
1895
|
transform: string;
|
|
1475
1896
|
};
|
|
1476
1897
|
};
|
|
1898
|
+
bounceKeyframes: {
|
|
1899
|
+
'0%, 80%, 100%': {
|
|
1900
|
+
transform: string;
|
|
1901
|
+
};
|
|
1902
|
+
'40%': {
|
|
1903
|
+
transform: string;
|
|
1904
|
+
};
|
|
1905
|
+
};
|
|
1477
1906
|
slideIn: {
|
|
1478
1907
|
'0%': {
|
|
1479
1908
|
transform: string;
|
|
@@ -1552,12 +1981,17 @@ export declare const defaultTheme: {
|
|
|
1552
1981
|
background: string;
|
|
1553
1982
|
padding: number;
|
|
1554
1983
|
borderRadius: string;
|
|
1555
|
-
maxWidth: string;
|
|
1556
|
-
width: string;
|
|
1557
1984
|
boxShadow: string;
|
|
1558
1985
|
position: string;
|
|
1559
1986
|
display: string;
|
|
1560
1987
|
flexDirection: string;
|
|
1988
|
+
maxWidth: string;
|
|
1989
|
+
width: string;
|
|
1990
|
+
'@media (max-width: 768px)': {
|
|
1991
|
+
maxWidth: string;
|
|
1992
|
+
width: string;
|
|
1993
|
+
height: string;
|
|
1994
|
+
};
|
|
1561
1995
|
};
|
|
1562
1996
|
};
|
|
1563
1997
|
footer: {
|
|
@@ -1601,7 +2035,7 @@ export declare const defaultTheme: {
|
|
|
1601
2035
|
container: {
|
|
1602
2036
|
position: string;
|
|
1603
2037
|
display: string;
|
|
1604
|
-
flexDirection:
|
|
2038
|
+
flexDirection: import('../types').FlexDirection;
|
|
1605
2039
|
gap: string;
|
|
1606
2040
|
padding: string;
|
|
1607
2041
|
boxSizing: string;
|
|
@@ -1631,13 +2065,12 @@ export declare const defaultTheme: {
|
|
|
1631
2065
|
};
|
|
1632
2066
|
snackbar: {
|
|
1633
2067
|
default: {
|
|
1634
|
-
position:
|
|
2068
|
+
position: string;
|
|
1635
2069
|
boxShadow: string;
|
|
1636
2070
|
width: string;
|
|
1637
|
-
fontFamily: "\"Fira Sans\", sans-serif";
|
|
1638
2071
|
fontSize: string;
|
|
1639
|
-
display:
|
|
1640
|
-
flexDirection:
|
|
2072
|
+
display: string;
|
|
2073
|
+
flexDirection: import('../types').FlexDirection;
|
|
1641
2074
|
gap: string;
|
|
1642
2075
|
color: string;
|
|
1643
2076
|
padding: string;
|
|
@@ -1657,12 +2090,6 @@ export declare const defaultTheme: {
|
|
|
1657
2090
|
};
|
|
1658
2091
|
};
|
|
1659
2092
|
positions: {
|
|
1660
|
-
default: {
|
|
1661
|
-
bottom: number;
|
|
1662
|
-
right: number;
|
|
1663
|
-
alignItems: string;
|
|
1664
|
-
flexDirection: import('..').FlexDirection;
|
|
1665
|
-
};
|
|
1666
2093
|
"top-left": {
|
|
1667
2094
|
top: number;
|
|
1668
2095
|
left: number;
|
|
@@ -1683,24 +2110,24 @@ export declare const defaultTheme: {
|
|
|
1683
2110
|
bottom: number;
|
|
1684
2111
|
left: number;
|
|
1685
2112
|
alignItems: string;
|
|
1686
|
-
flexDirection: import('
|
|
2113
|
+
flexDirection: import('../types').FlexDirection;
|
|
1687
2114
|
};
|
|
1688
2115
|
"bottom-center": {
|
|
1689
2116
|
bottom: number;
|
|
1690
2117
|
left: string;
|
|
1691
2118
|
transform: string;
|
|
1692
2119
|
alignItems: string;
|
|
1693
|
-
flexDirection: import('
|
|
2120
|
+
flexDirection: import('../types').FlexDirection;
|
|
1694
2121
|
};
|
|
1695
2122
|
"bottom-right": {
|
|
1696
2123
|
bottom: number;
|
|
1697
2124
|
right: number;
|
|
1698
2125
|
alignItems: string;
|
|
1699
|
-
flexDirection: import('
|
|
2126
|
+
flexDirection: import('../types').FlexDirection;
|
|
1700
2127
|
};
|
|
1701
2128
|
};
|
|
1702
2129
|
closeButton: {
|
|
1703
|
-
position:
|
|
2130
|
+
position: string;
|
|
1704
2131
|
top: string;
|
|
1705
2132
|
right: string;
|
|
1706
2133
|
background: string;
|
|
@@ -1718,15 +2145,19 @@ export declare const defaultTheme: {
|
|
|
1718
2145
|
};
|
|
1719
2146
|
success: {
|
|
1720
2147
|
name: string;
|
|
2148
|
+
fill: string;
|
|
1721
2149
|
};
|
|
1722
2150
|
error: {
|
|
1723
2151
|
name: string;
|
|
2152
|
+
fill: string;
|
|
1724
2153
|
};
|
|
1725
2154
|
warning: {
|
|
1726
2155
|
name: string;
|
|
2156
|
+
fill: string;
|
|
1727
2157
|
};
|
|
1728
2158
|
info: {
|
|
1729
2159
|
name: string;
|
|
2160
|
+
fill: string;
|
|
1730
2161
|
};
|
|
1731
2162
|
};
|
|
1732
2163
|
snackbarBody: {
|
|
@@ -1736,16 +2167,13 @@ export declare const defaultTheme: {
|
|
|
1736
2167
|
};
|
|
1737
2168
|
snackbarContent: {
|
|
1738
2169
|
display: string;
|
|
1739
|
-
flexDirection: import('
|
|
2170
|
+
flexDirection: import('../types').FlexDirection;
|
|
1740
2171
|
alignItems: string;
|
|
2172
|
+
gap: string | number;
|
|
1741
2173
|
flex: number;
|
|
1742
2174
|
};
|
|
1743
2175
|
actionsContainer: {
|
|
1744
|
-
|
|
1745
|
-
justifyContent: string;
|
|
1746
|
-
flexDirection: import('..').FlexDirection;
|
|
1747
|
-
gap: string;
|
|
1748
|
-
paddingTop: string;
|
|
2176
|
+
paddingTop: string | number;
|
|
1749
2177
|
};
|
|
1750
2178
|
};
|
|
1751
2179
|
skeleton: {
|
|
@@ -1910,6 +2338,7 @@ export declare const defaultTheme: {
|
|
|
1910
2338
|
position: string;
|
|
1911
2339
|
display: string;
|
|
1912
2340
|
};
|
|
2341
|
+
initiatorWrapper: {};
|
|
1913
2342
|
dropdown: {
|
|
1914
2343
|
position: string;
|
|
1915
2344
|
textAlign: string;
|
|
@@ -1936,32 +2365,41 @@ export declare const defaultTheme: {
|
|
|
1936
2365
|
justifyContent: string;
|
|
1937
2366
|
alignItems: string;
|
|
1938
2367
|
minWidth: string;
|
|
1939
|
-
textAlign: import('
|
|
2368
|
+
textAlign: import('../types').TextAlign;
|
|
2369
|
+
'.gd-button__content': {
|
|
2370
|
+
justifyContent: string;
|
|
2371
|
+
};
|
|
2372
|
+
};
|
|
2373
|
+
attrs: {
|
|
2374
|
+
variant: import('../types').ButtonVariant;
|
|
2375
|
+
color: import('../types').ButtonColorVariant;
|
|
1940
2376
|
};
|
|
1941
2377
|
};
|
|
1942
2378
|
item: {
|
|
2379
|
+
default: {
|
|
2380
|
+
cursor: import('../types').Cursors;
|
|
2381
|
+
'&:hover, &.active': {
|
|
2382
|
+
backgroundColor: string;
|
|
2383
|
+
};
|
|
2384
|
+
};
|
|
1943
2385
|
disabled: {
|
|
1944
2386
|
opacity: number;
|
|
1945
|
-
cursor: import('
|
|
2387
|
+
cursor: import('../types').Cursors;
|
|
1946
2388
|
pointerEvents: string;
|
|
1947
2389
|
};
|
|
1948
|
-
base: {
|
|
1949
|
-
cursor: string;
|
|
1950
|
-
'&:hover:not(.disabled), &.active': {
|
|
1951
|
-
backgroundColor: string;
|
|
1952
|
-
};
|
|
1953
|
-
'&.disabled': {
|
|
1954
|
-
cursor: string;
|
|
1955
|
-
opacity: string;
|
|
1956
|
-
};
|
|
1957
|
-
};
|
|
1958
2390
|
};
|
|
1959
2391
|
arrowIconWrapper: {
|
|
1960
|
-
|
|
1961
|
-
open: string;
|
|
1962
|
-
close: string;
|
|
2392
|
+
default: {
|
|
1963
2393
|
transition: string;
|
|
1964
2394
|
};
|
|
2395
|
+
transform: {
|
|
2396
|
+
open: {
|
|
2397
|
+
transform: string;
|
|
2398
|
+
};
|
|
2399
|
+
close: {
|
|
2400
|
+
transform: string;
|
|
2401
|
+
};
|
|
2402
|
+
};
|
|
1965
2403
|
};
|
|
1966
2404
|
arrowIcon: {
|
|
1967
2405
|
name: string;
|
|
@@ -1969,6 +2407,15 @@ export declare const defaultTheme: {
|
|
|
1969
2407
|
width: number;
|
|
1970
2408
|
height: number;
|
|
1971
2409
|
};
|
|
2410
|
+
adornment: {
|
|
2411
|
+
default: {
|
|
2412
|
+
display: string;
|
|
2413
|
+
alignItems: string;
|
|
2414
|
+
flexDirection: import('../types').FlexDirection;
|
|
2415
|
+
position: string;
|
|
2416
|
+
zIndex: number;
|
|
2417
|
+
};
|
|
2418
|
+
};
|
|
1972
2419
|
};
|
|
1973
2420
|
search: {
|
|
1974
2421
|
default: {};
|
|
@@ -2279,7 +2726,7 @@ export declare const defaultTheme: {
|
|
|
2279
2726
|
active: {};
|
|
2280
2727
|
inactive: {};
|
|
2281
2728
|
complete: {
|
|
2282
|
-
cursor: import('
|
|
2729
|
+
cursor: import('../types').Cursors;
|
|
2283
2730
|
};
|
|
2284
2731
|
};
|
|
2285
2732
|
stepIcon: {
|
|
@@ -2507,7 +2954,10 @@ export declare const defaultTheme: {
|
|
|
2507
2954
|
error: string;
|
|
2508
2955
|
success: string;
|
|
2509
2956
|
info: string;
|
|
2510
|
-
link:
|
|
2957
|
+
link: {
|
|
2958
|
+
default: string;
|
|
2959
|
+
hover: string;
|
|
2960
|
+
};
|
|
2511
2961
|
warning: string;
|
|
2512
2962
|
primary: {
|
|
2513
2963
|
default: string;
|
|
@@ -2740,7 +3190,7 @@ export declare const defaultTheme: {
|
|
|
2740
3190
|
header: {
|
|
2741
3191
|
default: {
|
|
2742
3192
|
width: string;
|
|
2743
|
-
textAlign: import('
|
|
3193
|
+
textAlign: import('../types').TextAlign;
|
|
2744
3194
|
cursor: string;
|
|
2745
3195
|
border: number;
|
|
2746
3196
|
backgroundColor: string;
|
|
@@ -2818,6 +3268,7 @@ export declare const defaultTheme: {
|
|
|
2818
3268
|
content: {};
|
|
2819
3269
|
icon: {
|
|
2820
3270
|
name: string;
|
|
3271
|
+
fill: string;
|
|
2821
3272
|
};
|
|
2822
3273
|
};
|
|
2823
3274
|
warning: {
|
|
@@ -2825,6 +3276,7 @@ export declare const defaultTheme: {
|
|
|
2825
3276
|
content: {};
|
|
2826
3277
|
icon: {
|
|
2827
3278
|
name: string;
|
|
3279
|
+
fill: string;
|
|
2828
3280
|
};
|
|
2829
3281
|
};
|
|
2830
3282
|
error: {
|
|
@@ -2832,6 +3284,7 @@ export declare const defaultTheme: {
|
|
|
2832
3284
|
content: {};
|
|
2833
3285
|
icon: {
|
|
2834
3286
|
name: string;
|
|
3287
|
+
fill: string;
|
|
2835
3288
|
};
|
|
2836
3289
|
};
|
|
2837
3290
|
info: {
|
|
@@ -2839,6 +3292,7 @@ export declare const defaultTheme: {
|
|
|
2839
3292
|
content: {};
|
|
2840
3293
|
icon: {
|
|
2841
3294
|
name: string;
|
|
3295
|
+
fill: string;
|
|
2842
3296
|
};
|
|
2843
3297
|
};
|
|
2844
3298
|
basic: {
|
|
@@ -2850,6 +3304,9 @@ export declare const defaultTheme: {
|
|
|
2850
3304
|
content: {
|
|
2851
3305
|
fontWeight: number;
|
|
2852
3306
|
};
|
|
3307
|
+
icon: {
|
|
3308
|
+
name: string;
|
|
3309
|
+
};
|
|
2853
3310
|
};
|
|
2854
3311
|
};
|
|
2855
3312
|
switchToken: {
|
|
@@ -2877,6 +3334,7 @@ export declare const defaultTheme: {
|
|
|
2877
3334
|
gap: string;
|
|
2878
3335
|
calculateJustify: string;
|
|
2879
3336
|
};
|
|
3337
|
+
disabled: {};
|
|
2880
3338
|
};
|
|
2881
3339
|
slider: {
|
|
2882
3340
|
default: {
|
|
@@ -2907,6 +3365,17 @@ export declare const defaultTheme: {
|
|
|
2907
3365
|
};
|
|
2908
3366
|
};
|
|
2909
3367
|
};
|
|
3368
|
+
checkbox: {
|
|
3369
|
+
border: number;
|
|
3370
|
+
clip: string;
|
|
3371
|
+
height: string;
|
|
3372
|
+
margin: string;
|
|
3373
|
+
overflow: string;
|
|
3374
|
+
padding: number;
|
|
3375
|
+
position: string;
|
|
3376
|
+
whiteSpace: string;
|
|
3377
|
+
width: string;
|
|
3378
|
+
};
|
|
2910
3379
|
};
|
|
2911
3380
|
chat: {
|
|
2912
3381
|
wrapper: {
|
|
@@ -2925,17 +3394,28 @@ export declare const defaultTheme: {
|
|
|
2925
3394
|
position: string;
|
|
2926
3395
|
width: string;
|
|
2927
3396
|
height: string;
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
3397
|
+
display: string;
|
|
3398
|
+
flexDirection: string;
|
|
3399
|
+
justifyContent: string;
|
|
3400
|
+
paddingBottom: string | number;
|
|
3401
|
+
gap: string | number;
|
|
3402
|
+
'@media (max-width: 768px)': {
|
|
3403
|
+
paddingLeft: string;
|
|
3404
|
+
paddingRight: string;
|
|
3405
|
+
};
|
|
3406
|
+
'@media (min-width: 768px) and (max-width: 1280px)': {
|
|
3407
|
+
paddingLeft: string;
|
|
3408
|
+
paddingRight: string;
|
|
3409
|
+
};
|
|
3410
|
+
'@media (min-width: 1280px)': {
|
|
2931
3411
|
paddingLeft: string;
|
|
2932
3412
|
paddingRight: string;
|
|
2933
3413
|
};
|
|
2934
3414
|
};
|
|
2935
3415
|
};
|
|
2936
3416
|
mainHeader: {
|
|
3417
|
+
minHeight: string;
|
|
2937
3418
|
height: string;
|
|
2938
|
-
maxHeight: string;
|
|
2939
3419
|
display: string;
|
|
2940
3420
|
overflow: string;
|
|
2941
3421
|
alignItems: string;
|
|
@@ -2961,6 +3441,7 @@ export declare const defaultTheme: {
|
|
|
2961
3441
|
minHeight: string;
|
|
2962
3442
|
};
|
|
2963
3443
|
sidebarWrapper: {
|
|
3444
|
+
default: {};
|
|
2964
3445
|
auto: {
|
|
2965
3446
|
'@media (max-width: 768px)': {
|
|
2966
3447
|
position: string;
|
|
@@ -2986,8 +3467,8 @@ export declare const defaultTheme: {
|
|
|
2986
3467
|
};
|
|
2987
3468
|
};
|
|
2988
3469
|
sidebarHeader: {
|
|
3470
|
+
minHeight: string;
|
|
2989
3471
|
height: string;
|
|
2990
|
-
maxHeight: string;
|
|
2991
3472
|
display: string;
|
|
2992
3473
|
overflow: string;
|
|
2993
3474
|
alignItems: string;
|
|
@@ -3032,26 +3513,46 @@ export declare const defaultTheme: {
|
|
|
3032
3513
|
opacity: string;
|
|
3033
3514
|
cursor: string;
|
|
3034
3515
|
};
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3516
|
+
'&::-webkit-slider-thumb': {
|
|
3517
|
+
isolation: string;
|
|
3518
|
+
appearance: string;
|
|
3519
|
+
backgroundColor: string;
|
|
3520
|
+
borderRadius: string;
|
|
3521
|
+
blockSize: string;
|
|
3522
|
+
inlineSize: string;
|
|
3523
|
+
boxSizing: string;
|
|
3524
|
+
border: string;
|
|
3525
|
+
marginTop: string;
|
|
3526
|
+
};
|
|
3527
|
+
'&::-webkit-slider-runnable-track': {
|
|
3528
|
+
blockSize: string;
|
|
3529
|
+
borderRadius: string;
|
|
3530
|
+
backgroundRepeat: string;
|
|
3531
|
+
backgroundColor: string;
|
|
3532
|
+
backgroundImage: string;
|
|
3533
|
+
backgroundPositionX: string;
|
|
3534
|
+
backgroundSize: string;
|
|
3535
|
+
};
|
|
3536
|
+
'&::-moz-range-thumb': {
|
|
3537
|
+
isolation: string;
|
|
3538
|
+
appearance: string;
|
|
3539
|
+
backgroundColor: string;
|
|
3540
|
+
borderRadius: string;
|
|
3541
|
+
blockSize: string;
|
|
3542
|
+
inlineSize: string;
|
|
3543
|
+
boxSizing: string;
|
|
3544
|
+
border: string;
|
|
3545
|
+
marginTop: string;
|
|
3546
|
+
};
|
|
3547
|
+
'&::-moz-range-track': {
|
|
3548
|
+
blockSize: string;
|
|
3549
|
+
borderRadius: string;
|
|
3550
|
+
backgroundRepeat: string;
|
|
3551
|
+
backgroundColor: string;
|
|
3552
|
+
backgroundImage: string;
|
|
3553
|
+
backgroundPositionX: string;
|
|
3554
|
+
backgroundSize: string;
|
|
3555
|
+
};
|
|
3055
3556
|
};
|
|
3056
3557
|
};
|
|
3057
3558
|
radiogroup: {
|
|
@@ -3075,8 +3576,8 @@ export declare const defaultTheme: {
|
|
|
3075
3576
|
color: string;
|
|
3076
3577
|
width: string;
|
|
3077
3578
|
height: string;
|
|
3078
|
-
alignContent: import('
|
|
3079
|
-
textAlign: import('
|
|
3579
|
+
alignContent: import('../types').TextAlign;
|
|
3580
|
+
textAlign: import('../types').TextAlign;
|
|
3080
3581
|
};
|
|
3081
3582
|
disabled: {};
|
|
3082
3583
|
selected: {};
|
|
@@ -3122,11 +3623,11 @@ export declare const defaultTheme: {
|
|
|
3122
3623
|
layouts: {
|
|
3123
3624
|
column: {
|
|
3124
3625
|
display: string;
|
|
3125
|
-
flexDirection: import('
|
|
3626
|
+
flexDirection: import('../types').FlexDirection;
|
|
3126
3627
|
};
|
|
3127
3628
|
row: {
|
|
3128
3629
|
display: string;
|
|
3129
|
-
flexDirection: import('
|
|
3630
|
+
flexDirection: import('../types').FlexDirection;
|
|
3130
3631
|
};
|
|
3131
3632
|
grid: {
|
|
3132
3633
|
display: string;
|