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/index.d.ts
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
+
export * from './separator';
|
|
2
|
+
export * from './draganddrop';
|
|
3
|
+
export * from './avatar';
|
|
4
|
+
export * from './chatbubble';
|
|
1
5
|
export * from './radiogroup';
|
|
2
6
|
export * from './searchModal';
|
|
3
7
|
export * from './inputfile';
|
|
4
8
|
export * from './searchModal';
|
|
5
|
-
export * from './internal';
|
|
6
9
|
export * from './carousel';
|
|
7
10
|
export * from './progressbar';
|
|
8
11
|
export * from './card';
|
|
@@ -44,10 +47,286 @@ export * from './header';
|
|
|
44
47
|
export * from './draganddropfiles';
|
|
45
48
|
export * from './slider';
|
|
46
49
|
export * from './scroll';
|
|
47
|
-
export * from './internal';
|
|
48
50
|
export * from './utils';
|
|
49
51
|
export * from './types/index.types';
|
|
50
52
|
export declare const defaultTokens: {
|
|
53
|
+
separator: {
|
|
54
|
+
default: {
|
|
55
|
+
alignItems: string;
|
|
56
|
+
justifyItems: string;
|
|
57
|
+
gap: string | number;
|
|
58
|
+
};
|
|
59
|
+
horizontal: {
|
|
60
|
+
width: string;
|
|
61
|
+
display: string;
|
|
62
|
+
flexDirection: import('../types').FlexDirection;
|
|
63
|
+
};
|
|
64
|
+
vertical: {
|
|
65
|
+
height: string;
|
|
66
|
+
display: string;
|
|
67
|
+
flexDirection: import('../types').FlexDirection;
|
|
68
|
+
};
|
|
69
|
+
line: {
|
|
70
|
+
default: {};
|
|
71
|
+
horizontal: {
|
|
72
|
+
width: string;
|
|
73
|
+
};
|
|
74
|
+
vertical: {
|
|
75
|
+
height: string;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
label: {
|
|
79
|
+
default: {};
|
|
80
|
+
attrs: {
|
|
81
|
+
xs: {
|
|
82
|
+
$variant: import('../types').TypographyVariant;
|
|
83
|
+
$as: import('../types').TypographyVariant;
|
|
84
|
+
};
|
|
85
|
+
sm: {
|
|
86
|
+
$variant: import('../types').TypographyVariant;
|
|
87
|
+
$as: import('../types').TypographyVariant;
|
|
88
|
+
};
|
|
89
|
+
md: {
|
|
90
|
+
$variant: import('../types').TypographyVariant;
|
|
91
|
+
$as: import('../types').TypographyVariant;
|
|
92
|
+
};
|
|
93
|
+
lg: {
|
|
94
|
+
$variant: import('../types').TypographyVariant;
|
|
95
|
+
$as: import('../types').TypographyVariant;
|
|
96
|
+
};
|
|
97
|
+
xl: {
|
|
98
|
+
$variant: import('../types').TypographyVariant;
|
|
99
|
+
$as: import('../types').TypographyVariant;
|
|
100
|
+
};
|
|
101
|
+
xxl: {
|
|
102
|
+
$variant: import('../types').TypographyVariant;
|
|
103
|
+
$as: import('../types').TypographyVariant;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
draganddrop: {
|
|
109
|
+
default: {
|
|
110
|
+
position: string;
|
|
111
|
+
};
|
|
112
|
+
dragAndDropArea: {
|
|
113
|
+
default: {
|
|
114
|
+
backgroundColor: string;
|
|
115
|
+
border: string;
|
|
116
|
+
borderRadius: string;
|
|
117
|
+
padding: string;
|
|
118
|
+
};
|
|
119
|
+
hover: {
|
|
120
|
+
'&:hover': {
|
|
121
|
+
backgroundColor: string;
|
|
122
|
+
border: string;
|
|
123
|
+
borderRadius: string;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
disabled: {
|
|
127
|
+
cursor: string;
|
|
128
|
+
backgroundColor: string;
|
|
129
|
+
};
|
|
130
|
+
error: {
|
|
131
|
+
border: string;
|
|
132
|
+
};
|
|
133
|
+
loading: {
|
|
134
|
+
backgroundColor: string;
|
|
135
|
+
cursor: string;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
dragOverContent: {
|
|
139
|
+
default: {
|
|
140
|
+
backgroundColor: string;
|
|
141
|
+
width: string;
|
|
142
|
+
height: string;
|
|
143
|
+
display: string;
|
|
144
|
+
justifyContent: string;
|
|
145
|
+
alignItems: string;
|
|
146
|
+
border: string;
|
|
147
|
+
borderRadius: string;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
uploadIcon: {
|
|
151
|
+
default: {
|
|
152
|
+
name: string;
|
|
153
|
+
width: number;
|
|
154
|
+
height: number;
|
|
155
|
+
};
|
|
156
|
+
disabled: {
|
|
157
|
+
fill: string;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
contentTypography: {
|
|
161
|
+
default: {
|
|
162
|
+
margin: number;
|
|
163
|
+
};
|
|
164
|
+
disabled: {
|
|
165
|
+
color: string;
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
avatar: {
|
|
170
|
+
default: {
|
|
171
|
+
borderRadius: string;
|
|
172
|
+
position: string;
|
|
173
|
+
width: number;
|
|
174
|
+
height: number;
|
|
175
|
+
};
|
|
176
|
+
imageWrapper: {
|
|
177
|
+
default: {
|
|
178
|
+
borderRadius: string;
|
|
179
|
+
overflow: string;
|
|
180
|
+
height: string;
|
|
181
|
+
width: string;
|
|
182
|
+
alignContent: string;
|
|
183
|
+
backgroundColor: any;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
badge: {
|
|
187
|
+
default: {
|
|
188
|
+
position: string;
|
|
189
|
+
borderRadius: string;
|
|
190
|
+
backgroundColor: any;
|
|
191
|
+
width: number;
|
|
192
|
+
height: number;
|
|
193
|
+
border: string;
|
|
194
|
+
top: number;
|
|
195
|
+
right: number;
|
|
196
|
+
};
|
|
197
|
+
size: {
|
|
198
|
+
xs: {
|
|
199
|
+
width: number;
|
|
200
|
+
height: number;
|
|
201
|
+
border: string;
|
|
202
|
+
top: number;
|
|
203
|
+
right: number;
|
|
204
|
+
};
|
|
205
|
+
sm: {
|
|
206
|
+
width: number;
|
|
207
|
+
height: number;
|
|
208
|
+
border: string;
|
|
209
|
+
top: number;
|
|
210
|
+
right: number;
|
|
211
|
+
};
|
|
212
|
+
md: {
|
|
213
|
+
width: number;
|
|
214
|
+
height: number;
|
|
215
|
+
border: string;
|
|
216
|
+
top: number;
|
|
217
|
+
right: number;
|
|
218
|
+
};
|
|
219
|
+
lg: {
|
|
220
|
+
width: number;
|
|
221
|
+
height: number;
|
|
222
|
+
border: string;
|
|
223
|
+
top: number;
|
|
224
|
+
right: number;
|
|
225
|
+
};
|
|
226
|
+
xl: {
|
|
227
|
+
width: number;
|
|
228
|
+
height: number;
|
|
229
|
+
border: string;
|
|
230
|
+
top: number;
|
|
231
|
+
right: number;
|
|
232
|
+
};
|
|
233
|
+
};
|
|
234
|
+
};
|
|
235
|
+
fallbackText: {
|
|
236
|
+
default: {
|
|
237
|
+
variant: import('../types').TypographyVariant;
|
|
238
|
+
align: import('../types').TextAlign;
|
|
239
|
+
};
|
|
240
|
+
size: {
|
|
241
|
+
xs: {
|
|
242
|
+
variant: import('../types').TypographyVariant;
|
|
243
|
+
};
|
|
244
|
+
sm: {
|
|
245
|
+
variant: import('../types').TypographyVariant;
|
|
246
|
+
};
|
|
247
|
+
md: {
|
|
248
|
+
variant: import('../types').TypographyVariant;
|
|
249
|
+
};
|
|
250
|
+
lg: {
|
|
251
|
+
variant: import('../types').TypographyVariant;
|
|
252
|
+
};
|
|
253
|
+
xl: {
|
|
254
|
+
variant: import('../types').TypographyVariant;
|
|
255
|
+
};
|
|
256
|
+
};
|
|
257
|
+
};
|
|
258
|
+
size: {
|
|
259
|
+
xs: {
|
|
260
|
+
width: number;
|
|
261
|
+
height: number;
|
|
262
|
+
};
|
|
263
|
+
sm: {
|
|
264
|
+
width: number;
|
|
265
|
+
height: number;
|
|
266
|
+
};
|
|
267
|
+
md: {
|
|
268
|
+
width: number;
|
|
269
|
+
height: number;
|
|
270
|
+
};
|
|
271
|
+
lg: {
|
|
272
|
+
width: number;
|
|
273
|
+
height: number;
|
|
274
|
+
};
|
|
275
|
+
xl: {
|
|
276
|
+
width: number;
|
|
277
|
+
height: number;
|
|
278
|
+
};
|
|
279
|
+
};
|
|
280
|
+
};
|
|
281
|
+
chatbubble: {
|
|
282
|
+
default: {
|
|
283
|
+
fontSize: string;
|
|
284
|
+
fontWeight: number;
|
|
285
|
+
lineHeight: string;
|
|
286
|
+
display: string;
|
|
287
|
+
flexDirection: import('../types').FlexDirection;
|
|
288
|
+
gap: string | number;
|
|
289
|
+
clear: string;
|
|
290
|
+
margin: string;
|
|
291
|
+
};
|
|
292
|
+
question: {
|
|
293
|
+
padding: string;
|
|
294
|
+
textAlign: string;
|
|
295
|
+
float: string;
|
|
296
|
+
backgroundColor: string;
|
|
297
|
+
minWidth: string;
|
|
298
|
+
maxWidth: string;
|
|
299
|
+
};
|
|
300
|
+
answer: {
|
|
301
|
+
padding: string | number;
|
|
302
|
+
};
|
|
303
|
+
pending: {};
|
|
304
|
+
fulfilled: {};
|
|
305
|
+
rejected: {};
|
|
306
|
+
content: {
|
|
307
|
+
default: {
|
|
308
|
+
gap: string | number;
|
|
309
|
+
display: string;
|
|
310
|
+
flexDirection: import('../types').FlexDirection;
|
|
311
|
+
};
|
|
312
|
+
pending: {
|
|
313
|
+
alignItems: string;
|
|
314
|
+
};
|
|
315
|
+
fulfilled: {};
|
|
316
|
+
rejected: {};
|
|
317
|
+
};
|
|
318
|
+
actions: {
|
|
319
|
+
display: string;
|
|
320
|
+
flexDirection: import('../types').FlexDirection;
|
|
321
|
+
};
|
|
322
|
+
loader: {
|
|
323
|
+
props: {
|
|
324
|
+
name: string;
|
|
325
|
+
size: string;
|
|
326
|
+
withWrapper: boolean;
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
};
|
|
51
330
|
radiogroup: {
|
|
52
331
|
input: {
|
|
53
332
|
position: string;
|
|
@@ -69,8 +348,8 @@ export declare const defaultTokens: {
|
|
|
69
348
|
color: string;
|
|
70
349
|
width: string;
|
|
71
350
|
height: string;
|
|
72
|
-
alignContent: import('
|
|
73
|
-
textAlign: import('
|
|
351
|
+
alignContent: import('../types').TextAlign;
|
|
352
|
+
textAlign: import('../types').TextAlign;
|
|
74
353
|
};
|
|
75
354
|
disabled: {};
|
|
76
355
|
selected: {};
|
|
@@ -116,11 +395,11 @@ export declare const defaultTokens: {
|
|
|
116
395
|
layouts: {
|
|
117
396
|
column: {
|
|
118
397
|
display: string;
|
|
119
|
-
flexDirection: import('
|
|
398
|
+
flexDirection: import('../types').FlexDirection;
|
|
120
399
|
};
|
|
121
400
|
row: {
|
|
122
401
|
display: string;
|
|
123
|
-
flexDirection: import('
|
|
402
|
+
flexDirection: import('../types').FlexDirection;
|
|
124
403
|
};
|
|
125
404
|
grid: {
|
|
126
405
|
display: string;
|
|
@@ -141,12 +420,14 @@ export declare const defaultTokens: {
|
|
|
141
420
|
carousel: {
|
|
142
421
|
default: {};
|
|
143
422
|
container: {
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
423
|
+
default: {
|
|
424
|
+
position: string;
|
|
425
|
+
overflow: string;
|
|
426
|
+
width: string;
|
|
427
|
+
display: string;
|
|
428
|
+
zIndex: number;
|
|
429
|
+
gap: string;
|
|
430
|
+
};
|
|
150
431
|
variant: {
|
|
151
432
|
cards: {
|
|
152
433
|
gap: string;
|
|
@@ -245,11 +526,13 @@ export declare const defaultTokens: {
|
|
|
245
526
|
marginTop: string;
|
|
246
527
|
};
|
|
247
528
|
carouselDot: {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
529
|
+
default: {
|
|
530
|
+
width: string;
|
|
531
|
+
height: string;
|
|
532
|
+
border: string;
|
|
533
|
+
cursor: string;
|
|
534
|
+
transition: string;
|
|
535
|
+
};
|
|
253
536
|
active: {
|
|
254
537
|
backgroundColor: string;
|
|
255
538
|
width: string;
|
|
@@ -261,11 +544,13 @@ export declare const defaultTokens: {
|
|
|
261
544
|
};
|
|
262
545
|
};
|
|
263
546
|
carouselThumbs: {
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
547
|
+
default: {
|
|
548
|
+
display: string;
|
|
549
|
+
justifyContent: string;
|
|
550
|
+
gap: string;
|
|
551
|
+
};
|
|
267
552
|
vertical: {
|
|
268
|
-
flexDirection: import('
|
|
553
|
+
flexDirection: import('../types').FlexDirection;
|
|
269
554
|
flex: string;
|
|
270
555
|
overflowX: string;
|
|
271
556
|
alignItems: string;
|
|
@@ -275,7 +560,9 @@ export declare const defaultTokens: {
|
|
|
275
560
|
};
|
|
276
561
|
};
|
|
277
562
|
carouselThumbsViewport: {
|
|
278
|
-
|
|
563
|
+
default: {
|
|
564
|
+
overflow: string;
|
|
565
|
+
};
|
|
279
566
|
vertical: {
|
|
280
567
|
maxHeight: string;
|
|
281
568
|
};
|
|
@@ -284,6 +571,7 @@ export declare const defaultTokens: {
|
|
|
284
571
|
};
|
|
285
572
|
};
|
|
286
573
|
carouselThumbsWrapper: {
|
|
574
|
+
default: {};
|
|
287
575
|
vertical: {
|
|
288
576
|
display: string;
|
|
289
577
|
height: string;
|
|
@@ -293,18 +581,20 @@ export declare const defaultTokens: {
|
|
|
293
581
|
};
|
|
294
582
|
};
|
|
295
583
|
carouselThumb: {
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
transition: string;
|
|
304
|
-
active: {
|
|
584
|
+
default: {
|
|
585
|
+
minWidth: string;
|
|
586
|
+
minHeight: string;
|
|
587
|
+
border: string;
|
|
588
|
+
padding: number;
|
|
589
|
+
background: string;
|
|
590
|
+
cursor: string;
|
|
305
591
|
opacity: number;
|
|
592
|
+
transition: string;
|
|
593
|
+
'&:hover': {
|
|
594
|
+
opacity: number;
|
|
595
|
+
};
|
|
306
596
|
};
|
|
307
|
-
|
|
597
|
+
active: {
|
|
308
598
|
opacity: number;
|
|
309
599
|
};
|
|
310
600
|
vertical: {
|
|
@@ -340,7 +630,7 @@ export declare const defaultTokens: {
|
|
|
340
630
|
};
|
|
341
631
|
input: {
|
|
342
632
|
default: {
|
|
343
|
-
'&[type="search"]': {
|
|
633
|
+
'& input[type="search"]': {
|
|
344
634
|
padding: string;
|
|
345
635
|
height: string;
|
|
346
636
|
fontSize: string;
|
|
@@ -371,29 +661,37 @@ export declare const defaultTokens: {
|
|
|
371
661
|
loader: {
|
|
372
662
|
default: {
|
|
373
663
|
display: string;
|
|
374
|
-
flexDirection: import('
|
|
664
|
+
flexDirection: import('../types').FlexDirection;
|
|
375
665
|
gap: string | number;
|
|
376
666
|
};
|
|
377
667
|
};
|
|
378
668
|
items: {
|
|
379
669
|
default: {
|
|
380
670
|
display: string;
|
|
381
|
-
flexDirection: import('
|
|
671
|
+
flexDirection: import('../types').FlexDirection;
|
|
382
672
|
};
|
|
383
673
|
newSearchBtn: {
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
674
|
+
styles: {
|
|
675
|
+
'.gd-button__content': {
|
|
676
|
+
justifyContent: string;
|
|
677
|
+
};
|
|
678
|
+
fontSize: string;
|
|
679
|
+
fontWeight: number;
|
|
680
|
+
lineHeight: string;
|
|
681
|
+
textAlign: string;
|
|
682
|
+
color: string;
|
|
683
|
+
padding: string;
|
|
684
|
+
};
|
|
685
|
+
attrs: {
|
|
686
|
+
variant: import('../types').ButtonVariant;
|
|
687
|
+
};
|
|
390
688
|
};
|
|
391
689
|
noResult: {
|
|
392
690
|
fontSize: string;
|
|
393
691
|
fontWeight: number;
|
|
394
692
|
lineHeight: string;
|
|
395
693
|
display: string;
|
|
396
|
-
flexDirection: import('
|
|
694
|
+
flexDirection: import('../types').FlexDirection;
|
|
397
695
|
alignItems: string;
|
|
398
696
|
gap: string | number;
|
|
399
697
|
padding: string;
|
|
@@ -408,13 +706,21 @@ export declare const defaultTokens: {
|
|
|
408
706
|
color: string;
|
|
409
707
|
};
|
|
410
708
|
item: {
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
709
|
+
styles: {
|
|
710
|
+
fontSize: string;
|
|
711
|
+
fontWeight: number;
|
|
712
|
+
lineHeight: string;
|
|
713
|
+
textAlign: string;
|
|
714
|
+
gap: string | number;
|
|
715
|
+
padding: string;
|
|
716
|
+
color: string;
|
|
717
|
+
'.gd-button__content': {
|
|
718
|
+
display: string;
|
|
719
|
+
};
|
|
720
|
+
};
|
|
721
|
+
attrs: {
|
|
722
|
+
variant: import('../types').ButtonVariant;
|
|
723
|
+
};
|
|
418
724
|
};
|
|
419
725
|
itemRow: {
|
|
420
726
|
alignItems: string;
|
|
@@ -533,7 +839,7 @@ export declare const defaultTokens: {
|
|
|
533
839
|
};
|
|
534
840
|
Vertical: {
|
|
535
841
|
default: {
|
|
536
|
-
flexDirection: import('
|
|
842
|
+
flexDirection: import('../types').FlexDirection;
|
|
537
843
|
'&:hover': {
|
|
538
844
|
boxShadow: string;
|
|
539
845
|
};
|
|
@@ -550,7 +856,7 @@ export declare const defaultTokens: {
|
|
|
550
856
|
};
|
|
551
857
|
Horizontal: {
|
|
552
858
|
default: {
|
|
553
|
-
flexDirection: import('
|
|
859
|
+
flexDirection: import('../types').FlexDirection;
|
|
554
860
|
'&:hover': {
|
|
555
861
|
boxShadow: string;
|
|
556
862
|
};
|
|
@@ -611,7 +917,7 @@ export declare const defaultTokens: {
|
|
|
611
917
|
fontWeight: number;
|
|
612
918
|
lineHeight: string;
|
|
613
919
|
color: string;
|
|
614
|
-
flexDirection: import('
|
|
920
|
+
flexDirection: import('../types').FlexDirection;
|
|
615
921
|
};
|
|
616
922
|
};
|
|
617
923
|
Horizontal: {
|
|
@@ -626,7 +932,7 @@ export declare const defaultTokens: {
|
|
|
626
932
|
fontWeight: number;
|
|
627
933
|
lineHeight: string;
|
|
628
934
|
color: string;
|
|
629
|
-
flexDirection: import('
|
|
935
|
+
flexDirection: import('../types').FlexDirection;
|
|
630
936
|
};
|
|
631
937
|
};
|
|
632
938
|
};
|
|
@@ -701,7 +1007,7 @@ export declare const defaultTokens: {
|
|
|
701
1007
|
width: string;
|
|
702
1008
|
'& input': {
|
|
703
1009
|
width: string;
|
|
704
|
-
textAlign: import('
|
|
1010
|
+
textAlign: import('../types').TextAlign;
|
|
705
1011
|
};
|
|
706
1012
|
};
|
|
707
1013
|
navButton: {
|
|
@@ -904,7 +1210,10 @@ export declare const defaultTokens: {
|
|
|
904
1210
|
error: string;
|
|
905
1211
|
success: string;
|
|
906
1212
|
info: string;
|
|
907
|
-
link:
|
|
1213
|
+
link: {
|
|
1214
|
+
default: string;
|
|
1215
|
+
hover: string;
|
|
1216
|
+
};
|
|
908
1217
|
warning: string;
|
|
909
1218
|
primary: {
|
|
910
1219
|
default: string;
|
|
@@ -1057,12 +1366,12 @@ export declare const defaultTokens: {
|
|
|
1057
1366
|
'&::after': {
|
|
1058
1367
|
content: string;
|
|
1059
1368
|
position: string;
|
|
1060
|
-
top: `${number}px` | `${number}rem` | `${number}
|
|
1061
|
-
right: `${number}px` | `${number}rem` | `${number}
|
|
1062
|
-
bottom: `${number}px` | `${number}rem` | `${number}
|
|
1063
|
-
left: `${number}px` | `${number}rem` | `${number}
|
|
1369
|
+
top: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1370
|
+
right: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1371
|
+
bottom: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1372
|
+
left: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1064
1373
|
border: string;
|
|
1065
|
-
borderRadius: `${number}px` | `${number}rem` | `${number}%` | undefined;
|
|
1374
|
+
borderRadius: `${number}px` | `${number}rem` | `${number}%` | `${number}em` | undefined;
|
|
1066
1375
|
};
|
|
1067
1376
|
};
|
|
1068
1377
|
'&:disabled, &:disabled *': {
|
|
@@ -1080,6 +1389,9 @@ export declare const defaultTokens: {
|
|
|
1080
1389
|
};
|
|
1081
1390
|
content: {
|
|
1082
1391
|
default: {
|
|
1392
|
+
display: string;
|
|
1393
|
+
alignItems: string;
|
|
1394
|
+
justifyContent: string;
|
|
1083
1395
|
width: string;
|
|
1084
1396
|
minWidth: string;
|
|
1085
1397
|
};
|
|
@@ -1140,6 +1452,7 @@ export declare const defaultTokens: {
|
|
|
1140
1452
|
};
|
|
1141
1453
|
text: {
|
|
1142
1454
|
primary: {
|
|
1455
|
+
padding: string;
|
|
1143
1456
|
background: any;
|
|
1144
1457
|
color: any;
|
|
1145
1458
|
'&:hover': {
|
|
@@ -1150,6 +1463,7 @@ export declare const defaultTokens: {
|
|
|
1150
1463
|
};
|
|
1151
1464
|
};
|
|
1152
1465
|
secondary: {
|
|
1466
|
+
padding: string;
|
|
1153
1467
|
background: any;
|
|
1154
1468
|
color: any;
|
|
1155
1469
|
'&:not(:disabled):hover': {
|
|
@@ -1162,10 +1476,18 @@ export declare const defaultTokens: {
|
|
|
1162
1476
|
};
|
|
1163
1477
|
inherit: {
|
|
1164
1478
|
primary: {
|
|
1165
|
-
|
|
1479
|
+
backgroundColor: string;
|
|
1480
|
+
padding: string;
|
|
1481
|
+
'&:disabled': {
|
|
1482
|
+
background: string;
|
|
1483
|
+
};
|
|
1166
1484
|
};
|
|
1167
1485
|
secondary: {
|
|
1168
|
-
padding:
|
|
1486
|
+
padding: string;
|
|
1487
|
+
backgroundColor: string;
|
|
1488
|
+
'&:hover': {
|
|
1489
|
+
background: string;
|
|
1490
|
+
};
|
|
1169
1491
|
};
|
|
1170
1492
|
};
|
|
1171
1493
|
};
|
|
@@ -1181,7 +1503,7 @@ export declare const defaultTokens: {
|
|
|
1181
1503
|
width: string;
|
|
1182
1504
|
};
|
|
1183
1505
|
withGap: {
|
|
1184
|
-
flexDirection: import('
|
|
1506
|
+
flexDirection: import('../types').FlexDirection;
|
|
1185
1507
|
alignItems: string;
|
|
1186
1508
|
gap: string;
|
|
1187
1509
|
};
|
|
@@ -1212,7 +1534,6 @@ export declare const defaultTokens: {
|
|
|
1212
1534
|
};
|
|
1213
1535
|
'&[readonly], &:disabled': {
|
|
1214
1536
|
color: string;
|
|
1215
|
-
backgroundColor: string;
|
|
1216
1537
|
cursor: string;
|
|
1217
1538
|
};
|
|
1218
1539
|
'&[type="checkbox"]': {
|
|
@@ -1228,12 +1549,12 @@ export declare const defaultTokens: {
|
|
|
1228
1549
|
'&::after': {
|
|
1229
1550
|
content: string;
|
|
1230
1551
|
position: string;
|
|
1231
|
-
top: `${number}px` | `${number}rem` | `${number}
|
|
1232
|
-
right: `${number}px` | `${number}rem` | `${number}
|
|
1233
|
-
bottom: `${number}px` | `${number}rem` | `${number}
|
|
1234
|
-
left: `${number}px` | `${number}rem` | `${number}
|
|
1552
|
+
top: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1553
|
+
right: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1554
|
+
bottom: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1555
|
+
left: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1235
1556
|
border: string;
|
|
1236
|
-
borderRadius: `${number}px` | `${number}rem` | `${number}%` | undefined;
|
|
1557
|
+
borderRadius: `${number}px` | `${number}rem` | `${number}%` | `${number}em` | undefined;
|
|
1237
1558
|
};
|
|
1238
1559
|
};
|
|
1239
1560
|
};
|
|
@@ -1265,12 +1586,12 @@ export declare const defaultTokens: {
|
|
|
1265
1586
|
'&::after': {
|
|
1266
1587
|
content: string;
|
|
1267
1588
|
position: string;
|
|
1268
|
-
top: `${number}px` | `${number}rem` | `${number}
|
|
1269
|
-
right: `${number}px` | `${number}rem` | `${number}
|
|
1270
|
-
bottom: `${number}px` | `${number}rem` | `${number}
|
|
1271
|
-
left: `${number}px` | `${number}rem` | `${number}
|
|
1589
|
+
top: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1590
|
+
right: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1591
|
+
bottom: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1592
|
+
left: `${number}px` | `${number}rem` | `${number}%` | `${number}em`;
|
|
1272
1593
|
border: string;
|
|
1273
|
-
borderRadius: `${number}px` | `${number}rem` | `${number}%` | undefined;
|
|
1594
|
+
borderRadius: `${number}px` | `${number}rem` | `${number}%` | `${number}em` | undefined;
|
|
1274
1595
|
};
|
|
1275
1596
|
};
|
|
1276
1597
|
'&[readonly], &:disabled': {
|
|
@@ -1406,7 +1727,7 @@ export declare const defaultTokens: {
|
|
|
1406
1727
|
};
|
|
1407
1728
|
"&.Link--disabled": {
|
|
1408
1729
|
color: string;
|
|
1409
|
-
cursor: import('
|
|
1730
|
+
cursor: import('../types').Cursors;
|
|
1410
1731
|
textDecoration: string;
|
|
1411
1732
|
backgroundColor: string;
|
|
1412
1733
|
'&::after': {
|
|
@@ -1668,45 +1989,136 @@ export declare const defaultTokens: {
|
|
|
1668
1989
|
};
|
|
1669
1990
|
};
|
|
1670
1991
|
loader: {
|
|
1671
|
-
default: {
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1992
|
+
default: {};
|
|
1993
|
+
inline: {};
|
|
1994
|
+
section: {};
|
|
1995
|
+
fullPage: {};
|
|
1996
|
+
circle: {
|
|
1997
|
+
default: {
|
|
1998
|
+
border: string;
|
|
1999
|
+
borderTop: string;
|
|
2000
|
+
borderRadius: string;
|
|
2001
|
+
};
|
|
2002
|
+
xs: {
|
|
2003
|
+
borderWidth: string;
|
|
2004
|
+
width: string;
|
|
2005
|
+
height: string;
|
|
2006
|
+
minWidth: string;
|
|
2007
|
+
minHeight: string;
|
|
2008
|
+
};
|
|
2009
|
+
sm: {
|
|
2010
|
+
borderWidth: string;
|
|
2011
|
+
width: string;
|
|
2012
|
+
height: string;
|
|
2013
|
+
maxWidth: string;
|
|
2014
|
+
maxHeight: string;
|
|
2015
|
+
};
|
|
2016
|
+
md: {
|
|
2017
|
+
borderWidth: string;
|
|
2018
|
+
width: string;
|
|
2019
|
+
height: string;
|
|
2020
|
+
maxWidth: string;
|
|
2021
|
+
maxHeight: string;
|
|
2022
|
+
};
|
|
2023
|
+
lg: {
|
|
2024
|
+
borderWidth: string;
|
|
2025
|
+
width: string;
|
|
2026
|
+
height: string;
|
|
2027
|
+
maxWidth: string;
|
|
2028
|
+
maxHeight: string;
|
|
2029
|
+
};
|
|
2030
|
+
xl: {
|
|
2031
|
+
borderWidth: string;
|
|
2032
|
+
width: string;
|
|
2033
|
+
height: string;
|
|
2034
|
+
maxWidth: string;
|
|
2035
|
+
maxHeight: string;
|
|
2036
|
+
};
|
|
1696
2037
|
};
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
2038
|
+
dots: {
|
|
2039
|
+
default: {
|
|
2040
|
+
display: string;
|
|
2041
|
+
justifyContent: string;
|
|
2042
|
+
alignItems: string;
|
|
2043
|
+
};
|
|
2044
|
+
xs: {
|
|
2045
|
+
gap: string | number;
|
|
2046
|
+
'.dot': {
|
|
2047
|
+
background: string;
|
|
2048
|
+
width: string;
|
|
2049
|
+
height: string;
|
|
2050
|
+
'&:nth-of-type(1)': {
|
|
2051
|
+
animationDelay: string;
|
|
2052
|
+
};
|
|
2053
|
+
'&:nth-of-type(2)': {
|
|
2054
|
+
animationDelay: string;
|
|
2055
|
+
};
|
|
2056
|
+
};
|
|
2057
|
+
};
|
|
2058
|
+
sm: {
|
|
2059
|
+
gap: string | number;
|
|
2060
|
+
'.dot': {
|
|
2061
|
+
background: string;
|
|
2062
|
+
width: string;
|
|
2063
|
+
height: string;
|
|
2064
|
+
'&:nth-of-type(1)': {
|
|
2065
|
+
animationDelay: string;
|
|
2066
|
+
};
|
|
2067
|
+
'&:nth-of-type(2)': {
|
|
2068
|
+
animationDelay: string;
|
|
2069
|
+
};
|
|
2070
|
+
};
|
|
2071
|
+
};
|
|
2072
|
+
md: {
|
|
2073
|
+
gap: string | number;
|
|
2074
|
+
'.dot': {
|
|
2075
|
+
background: string;
|
|
2076
|
+
width: string;
|
|
2077
|
+
height: string;
|
|
2078
|
+
'&:nth-of-type(1)': {
|
|
2079
|
+
animationDelay: string;
|
|
2080
|
+
};
|
|
2081
|
+
'&:nth-of-type(2)': {
|
|
2082
|
+
animationDelay: string;
|
|
2083
|
+
};
|
|
2084
|
+
};
|
|
2085
|
+
};
|
|
2086
|
+
lg: {
|
|
2087
|
+
gap: string | number;
|
|
2088
|
+
'.dot': {
|
|
2089
|
+
background: string;
|
|
2090
|
+
width: string;
|
|
2091
|
+
height: string;
|
|
2092
|
+
'&:nth-of-type(1)': {
|
|
2093
|
+
animationDelay: string;
|
|
2094
|
+
};
|
|
2095
|
+
'&:nth-of-type(2)': {
|
|
2096
|
+
animationDelay: string;
|
|
2097
|
+
};
|
|
2098
|
+
};
|
|
2099
|
+
};
|
|
2100
|
+
xl: {
|
|
2101
|
+
gap: string | number;
|
|
2102
|
+
'.dot': {
|
|
2103
|
+
background: string;
|
|
2104
|
+
width: string;
|
|
2105
|
+
height: string;
|
|
2106
|
+
'&:nth-of-type(1)': {
|
|
2107
|
+
animationDelay: string;
|
|
2108
|
+
};
|
|
2109
|
+
'&:nth-of-type(2)': {
|
|
2110
|
+
animationDelay: string;
|
|
2111
|
+
};
|
|
2112
|
+
};
|
|
2113
|
+
};
|
|
1703
2114
|
};
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
2115
|
+
animation: {
|
|
2116
|
+
circle: {
|
|
2117
|
+
name: string;
|
|
2118
|
+
};
|
|
2119
|
+
dots: {
|
|
2120
|
+
name: string;
|
|
2121
|
+
};
|
|
1710
2122
|
};
|
|
1711
2123
|
};
|
|
1712
2124
|
switchToggle: {
|
|
@@ -1716,6 +2128,7 @@ export declare const defaultTokens: {
|
|
|
1716
2128
|
padding: string;
|
|
1717
2129
|
border: string;
|
|
1718
2130
|
};
|
|
2131
|
+
disabled: {};
|
|
1719
2132
|
};
|
|
1720
2133
|
skeleton: {
|
|
1721
2134
|
default: {
|
|
@@ -1794,6 +2207,14 @@ export declare const defaultTokens: {
|
|
|
1794
2207
|
transform: string;
|
|
1795
2208
|
};
|
|
1796
2209
|
};
|
|
2210
|
+
bounceKeyframes: {
|
|
2211
|
+
'0%, 80%, 100%': {
|
|
2212
|
+
transform: string;
|
|
2213
|
+
};
|
|
2214
|
+
'40%': {
|
|
2215
|
+
transform: string;
|
|
2216
|
+
};
|
|
2217
|
+
};
|
|
1797
2218
|
slideIn: {
|
|
1798
2219
|
'0%': {
|
|
1799
2220
|
transform: string;
|
|
@@ -1841,7 +2262,7 @@ export declare const defaultTokens: {
|
|
|
1841
2262
|
container: {
|
|
1842
2263
|
position: string;
|
|
1843
2264
|
display: string;
|
|
1844
|
-
flexDirection:
|
|
2265
|
+
flexDirection: import('../types').FlexDirection;
|
|
1845
2266
|
gap: string;
|
|
1846
2267
|
padding: string;
|
|
1847
2268
|
boxSizing: string;
|
|
@@ -1871,13 +2292,12 @@ export declare const defaultTokens: {
|
|
|
1871
2292
|
};
|
|
1872
2293
|
snackbar: {
|
|
1873
2294
|
default: {
|
|
1874
|
-
position:
|
|
2295
|
+
position: string;
|
|
1875
2296
|
boxShadow: string;
|
|
1876
2297
|
width: string;
|
|
1877
|
-
fontFamily: "\"Fira Sans\", sans-serif";
|
|
1878
2298
|
fontSize: string;
|
|
1879
|
-
display:
|
|
1880
|
-
flexDirection:
|
|
2299
|
+
display: string;
|
|
2300
|
+
flexDirection: import('../types').FlexDirection;
|
|
1881
2301
|
gap: string;
|
|
1882
2302
|
color: string;
|
|
1883
2303
|
padding: string;
|
|
@@ -1897,12 +2317,6 @@ export declare const defaultTokens: {
|
|
|
1897
2317
|
};
|
|
1898
2318
|
};
|
|
1899
2319
|
positions: {
|
|
1900
|
-
default: {
|
|
1901
|
-
bottom: number;
|
|
1902
|
-
right: number;
|
|
1903
|
-
alignItems: string;
|
|
1904
|
-
flexDirection: import('..').FlexDirection;
|
|
1905
|
-
};
|
|
1906
2320
|
"top-left": {
|
|
1907
2321
|
top: number;
|
|
1908
2322
|
left: number;
|
|
@@ -1923,24 +2337,24 @@ export declare const defaultTokens: {
|
|
|
1923
2337
|
bottom: number;
|
|
1924
2338
|
left: number;
|
|
1925
2339
|
alignItems: string;
|
|
1926
|
-
flexDirection: import('
|
|
2340
|
+
flexDirection: import('../types').FlexDirection;
|
|
1927
2341
|
};
|
|
1928
2342
|
"bottom-center": {
|
|
1929
2343
|
bottom: number;
|
|
1930
2344
|
left: string;
|
|
1931
2345
|
transform: string;
|
|
1932
2346
|
alignItems: string;
|
|
1933
|
-
flexDirection: import('
|
|
2347
|
+
flexDirection: import('../types').FlexDirection;
|
|
1934
2348
|
};
|
|
1935
2349
|
"bottom-right": {
|
|
1936
2350
|
bottom: number;
|
|
1937
2351
|
right: number;
|
|
1938
2352
|
alignItems: string;
|
|
1939
|
-
flexDirection: import('
|
|
2353
|
+
flexDirection: import('../types').FlexDirection;
|
|
1940
2354
|
};
|
|
1941
2355
|
};
|
|
1942
2356
|
closeButton: {
|
|
1943
|
-
position:
|
|
2357
|
+
position: string;
|
|
1944
2358
|
top: string;
|
|
1945
2359
|
right: string;
|
|
1946
2360
|
background: string;
|
|
@@ -1958,15 +2372,19 @@ export declare const defaultTokens: {
|
|
|
1958
2372
|
};
|
|
1959
2373
|
success: {
|
|
1960
2374
|
name: string;
|
|
2375
|
+
fill: string;
|
|
1961
2376
|
};
|
|
1962
2377
|
error: {
|
|
1963
2378
|
name: string;
|
|
2379
|
+
fill: string;
|
|
1964
2380
|
};
|
|
1965
2381
|
warning: {
|
|
1966
2382
|
name: string;
|
|
2383
|
+
fill: string;
|
|
1967
2384
|
};
|
|
1968
2385
|
info: {
|
|
1969
2386
|
name: string;
|
|
2387
|
+
fill: string;
|
|
1970
2388
|
};
|
|
1971
2389
|
};
|
|
1972
2390
|
snackbarBody: {
|
|
@@ -1976,16 +2394,13 @@ export declare const defaultTokens: {
|
|
|
1976
2394
|
};
|
|
1977
2395
|
snackbarContent: {
|
|
1978
2396
|
display: string;
|
|
1979
|
-
flexDirection: import('
|
|
2397
|
+
flexDirection: import('../types').FlexDirection;
|
|
1980
2398
|
alignItems: string;
|
|
2399
|
+
gap: string | number;
|
|
1981
2400
|
flex: number;
|
|
1982
2401
|
};
|
|
1983
2402
|
actionsContainer: {
|
|
1984
|
-
|
|
1985
|
-
justifyContent: string;
|
|
1986
|
-
flexDirection: import('..').FlexDirection;
|
|
1987
|
-
gap: string;
|
|
1988
|
-
paddingTop: string;
|
|
2403
|
+
paddingTop: string | number;
|
|
1989
2404
|
};
|
|
1990
2405
|
};
|
|
1991
2406
|
list: {
|
|
@@ -2082,6 +2497,7 @@ export declare const defaultTokens: {
|
|
|
2082
2497
|
position: string;
|
|
2083
2498
|
display: string;
|
|
2084
2499
|
};
|
|
2500
|
+
initiatorWrapper: {};
|
|
2085
2501
|
dropdown: {
|
|
2086
2502
|
position: string;
|
|
2087
2503
|
textAlign: string;
|
|
@@ -2108,32 +2524,41 @@ export declare const defaultTokens: {
|
|
|
2108
2524
|
justifyContent: string;
|
|
2109
2525
|
alignItems: string;
|
|
2110
2526
|
minWidth: string;
|
|
2111
|
-
textAlign: import('
|
|
2527
|
+
textAlign: import('../types').TextAlign;
|
|
2528
|
+
'.gd-button__content': {
|
|
2529
|
+
justifyContent: string;
|
|
2530
|
+
};
|
|
2531
|
+
};
|
|
2532
|
+
attrs: {
|
|
2533
|
+
variant: import('../types').ButtonVariant;
|
|
2534
|
+
color: import('../types').ButtonColorVariant;
|
|
2112
2535
|
};
|
|
2113
2536
|
};
|
|
2114
2537
|
item: {
|
|
2538
|
+
default: {
|
|
2539
|
+
cursor: import('../types').Cursors;
|
|
2540
|
+
'&:hover, &.active': {
|
|
2541
|
+
backgroundColor: string;
|
|
2542
|
+
};
|
|
2543
|
+
};
|
|
2115
2544
|
disabled: {
|
|
2116
2545
|
opacity: number;
|
|
2117
|
-
cursor: import('
|
|
2546
|
+
cursor: import('../types').Cursors;
|
|
2118
2547
|
pointerEvents: string;
|
|
2119
2548
|
};
|
|
2120
|
-
base: {
|
|
2121
|
-
cursor: string;
|
|
2122
|
-
'&:hover:not(.disabled), &.active': {
|
|
2123
|
-
backgroundColor: string;
|
|
2124
|
-
};
|
|
2125
|
-
'&.disabled': {
|
|
2126
|
-
cursor: string;
|
|
2127
|
-
opacity: string;
|
|
2128
|
-
};
|
|
2129
|
-
};
|
|
2130
2549
|
};
|
|
2131
2550
|
arrowIconWrapper: {
|
|
2132
|
-
|
|
2133
|
-
open: string;
|
|
2134
|
-
close: string;
|
|
2551
|
+
default: {
|
|
2135
2552
|
transition: string;
|
|
2136
2553
|
};
|
|
2554
|
+
transform: {
|
|
2555
|
+
open: {
|
|
2556
|
+
transform: string;
|
|
2557
|
+
};
|
|
2558
|
+
close: {
|
|
2559
|
+
transform: string;
|
|
2560
|
+
};
|
|
2561
|
+
};
|
|
2137
2562
|
};
|
|
2138
2563
|
arrowIcon: {
|
|
2139
2564
|
name: string;
|
|
@@ -2141,6 +2566,15 @@ export declare const defaultTokens: {
|
|
|
2141
2566
|
width: number;
|
|
2142
2567
|
height: number;
|
|
2143
2568
|
};
|
|
2569
|
+
adornment: {
|
|
2570
|
+
default: {
|
|
2571
|
+
display: string;
|
|
2572
|
+
alignItems: string;
|
|
2573
|
+
flexDirection: import('../types').FlexDirection;
|
|
2574
|
+
position: string;
|
|
2575
|
+
zIndex: number;
|
|
2576
|
+
};
|
|
2577
|
+
};
|
|
2144
2578
|
};
|
|
2145
2579
|
search: {
|
|
2146
2580
|
default: {};
|
|
@@ -2361,7 +2795,7 @@ export declare const defaultTokens: {
|
|
|
2361
2795
|
active: {};
|
|
2362
2796
|
inactive: {};
|
|
2363
2797
|
complete: {
|
|
2364
|
-
cursor: import('
|
|
2798
|
+
cursor: import('../types').Cursors;
|
|
2365
2799
|
};
|
|
2366
2800
|
};
|
|
2367
2801
|
stepIcon: {
|
|
@@ -2654,6 +3088,7 @@ export declare const defaultTokens: {
|
|
|
2654
3088
|
gap: string;
|
|
2655
3089
|
calculateJustify: string;
|
|
2656
3090
|
};
|
|
3091
|
+
disabled: {};
|
|
2657
3092
|
};
|
|
2658
3093
|
slider: {
|
|
2659
3094
|
default: {
|
|
@@ -2684,6 +3119,17 @@ export declare const defaultTokens: {
|
|
|
2684
3119
|
};
|
|
2685
3120
|
};
|
|
2686
3121
|
};
|
|
3122
|
+
checkbox: {
|
|
3123
|
+
border: number;
|
|
3124
|
+
clip: string;
|
|
3125
|
+
height: string;
|
|
3126
|
+
margin: string;
|
|
3127
|
+
overflow: string;
|
|
3128
|
+
padding: number;
|
|
3129
|
+
position: string;
|
|
3130
|
+
whiteSpace: string;
|
|
3131
|
+
width: string;
|
|
3132
|
+
};
|
|
2687
3133
|
};
|
|
2688
3134
|
chat: {
|
|
2689
3135
|
wrapper: {
|
|
@@ -2702,17 +3148,28 @@ export declare const defaultTokens: {
|
|
|
2702
3148
|
position: string;
|
|
2703
3149
|
width: string;
|
|
2704
3150
|
height: string;
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
3151
|
+
display: string;
|
|
3152
|
+
flexDirection: string;
|
|
3153
|
+
justifyContent: string;
|
|
3154
|
+
paddingBottom: string | number;
|
|
3155
|
+
gap: string | number;
|
|
3156
|
+
'@media (max-width: 768px)': {
|
|
3157
|
+
paddingLeft: string;
|
|
3158
|
+
paddingRight: string;
|
|
3159
|
+
};
|
|
3160
|
+
'@media (min-width: 768px) and (max-width: 1280px)': {
|
|
3161
|
+
paddingLeft: string;
|
|
3162
|
+
paddingRight: string;
|
|
3163
|
+
};
|
|
3164
|
+
'@media (min-width: 1280px)': {
|
|
2708
3165
|
paddingLeft: string;
|
|
2709
3166
|
paddingRight: string;
|
|
2710
3167
|
};
|
|
2711
3168
|
};
|
|
2712
3169
|
};
|
|
2713
3170
|
mainHeader: {
|
|
3171
|
+
minHeight: string;
|
|
2714
3172
|
height: string;
|
|
2715
|
-
maxHeight: string;
|
|
2716
3173
|
display: string;
|
|
2717
3174
|
overflow: string;
|
|
2718
3175
|
alignItems: string;
|
|
@@ -2738,6 +3195,7 @@ export declare const defaultTokens: {
|
|
|
2738
3195
|
minHeight: string;
|
|
2739
3196
|
};
|
|
2740
3197
|
sidebarWrapper: {
|
|
3198
|
+
default: {};
|
|
2741
3199
|
auto: {
|
|
2742
3200
|
'@media (max-width: 768px)': {
|
|
2743
3201
|
position: string;
|
|
@@ -2763,8 +3221,8 @@ export declare const defaultTokens: {
|
|
|
2763
3221
|
};
|
|
2764
3222
|
};
|
|
2765
3223
|
sidebarHeader: {
|
|
3224
|
+
minHeight: string;
|
|
2766
3225
|
height: string;
|
|
2767
|
-
maxHeight: string;
|
|
2768
3226
|
display: string;
|
|
2769
3227
|
overflow: string;
|
|
2770
3228
|
alignItems: string;
|
|
@@ -2809,26 +3267,46 @@ export declare const defaultTokens: {
|
|
|
2809
3267
|
opacity: string;
|
|
2810
3268
|
cursor: string;
|
|
2811
3269
|
};
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
3270
|
+
'&::-webkit-slider-thumb': {
|
|
3271
|
+
isolation: string;
|
|
3272
|
+
appearance: string;
|
|
3273
|
+
backgroundColor: string;
|
|
3274
|
+
borderRadius: string;
|
|
3275
|
+
blockSize: string;
|
|
3276
|
+
inlineSize: string;
|
|
3277
|
+
boxSizing: string;
|
|
3278
|
+
border: string;
|
|
3279
|
+
marginTop: string;
|
|
3280
|
+
};
|
|
3281
|
+
'&::-webkit-slider-runnable-track': {
|
|
3282
|
+
blockSize: string;
|
|
3283
|
+
borderRadius: string;
|
|
3284
|
+
backgroundRepeat: string;
|
|
3285
|
+
backgroundColor: string;
|
|
3286
|
+
backgroundImage: string;
|
|
3287
|
+
backgroundPositionX: string;
|
|
3288
|
+
backgroundSize: string;
|
|
3289
|
+
};
|
|
3290
|
+
'&::-moz-range-thumb': {
|
|
3291
|
+
isolation: string;
|
|
3292
|
+
appearance: string;
|
|
3293
|
+
backgroundColor: string;
|
|
3294
|
+
borderRadius: string;
|
|
3295
|
+
blockSize: string;
|
|
3296
|
+
inlineSize: string;
|
|
3297
|
+
boxSizing: string;
|
|
3298
|
+
border: string;
|
|
3299
|
+
marginTop: string;
|
|
3300
|
+
};
|
|
3301
|
+
'&::-moz-range-track': {
|
|
3302
|
+
blockSize: string;
|
|
3303
|
+
borderRadius: string;
|
|
3304
|
+
backgroundRepeat: string;
|
|
3305
|
+
backgroundColor: string;
|
|
3306
|
+
backgroundImage: string;
|
|
3307
|
+
backgroundPositionX: string;
|
|
3308
|
+
backgroundSize: string;
|
|
3309
|
+
};
|
|
2832
3310
|
};
|
|
2833
3311
|
};
|
|
2834
3312
|
menu: {
|