@itcase/ui 1.4.13 → 1.5.0
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/dist/{Badge-DnWTbwXq.js → Badge-CURAYlMs.js} +28 -28
- package/dist/{Badge-BxT2_kz_.js → Badge-LjfcZycz.js} +29 -29
- package/dist/{Button-xYLCmT3D.js → Button-CMB-ELfe.js} +15 -15
- package/dist/{Button-BiJZz4Bx.js → Button-iPtstCWk.js} +14 -14
- package/dist/{Divider-ImOOytuN.js → Divider-D8hUUrwe.js} +1 -1
- package/dist/{Divider-BQcBkzt1.js → Divider-DhXzYcNF.js} +2 -2
- package/dist/DropdownItem-C8CumsgX.js +117 -0
- package/dist/DropdownItem-CBJeJPbP.js +122 -0
- package/dist/{Group-qq4Iisll.js → Group-BVlu5z77.js} +7 -3
- package/dist/{Group-BICb8bYQ.js → Group-OkygpKiJ.js} +7 -3
- package/dist/{Icon-BcBOnVKH.js → Icon-Ch-L2dOj.js} +9 -7
- package/dist/Icon-CoBJRPlP.js +63 -0
- package/dist/Image-CSzHhlA1.js +17 -0
- package/dist/Image-DuIBtUq5.js +19 -0
- package/dist/{Input-DHJIVk1z.js → Input-ChiH90mV.js} +33 -30
- package/dist/{Input-DiFnIFT7.js → Input-e0kLrbs6.js} +33 -30
- package/dist/{Label-D-LcvthP.js → Label-CP8IAPOM.js} +5 -5
- package/dist/{Label-y2hx5Q81.js → Label-CfE08vBy.js} +6 -6
- package/dist/{Link-BnqN6ysn.js → Link-C04g00r2.js} +18 -11
- package/dist/{Link-DaKqf1pb.js → Link-Sr03Kia9.js} +19 -13
- package/dist/{Loader-VK3q7PBN.js → Loader-CRN4MAbm.js} +2 -2
- package/dist/{Loader-DdKHrLnw.js → Loader-rzo8nnRI.js} +1 -1
- package/dist/{Overlay-CZixnXZ6.js → Overlay-CRIofShk.js} +6 -3
- package/dist/{Overlay-Myen2mqz.js → Overlay-CZFSerUl.js} +6 -3
- package/dist/{Scrollbar-Bo7z7ELm.js → Scrollbar-CThJeCLF.js} +4 -4
- package/dist/{Scrollbar-CKbA0jQU.js → Scrollbar-DcKOfcNp.js} +4 -4
- package/dist/{Text-C49zj3jO.js → Text-CEcBg-F5.js} +6 -3
- package/dist/{Text-C6NSmetx.js → Text-CI2prtf6.js} +6 -3
- package/dist/{Title-BLGDdlnX.js → Title-C4xUtigh.js} +12 -2
- package/dist/{Title-Byi9vhDt.js → Title-CaXw1KBQ.js} +13 -3
- package/dist/{Tooltip-5lQyt5-Y.js → Tooltip-EOu0a93a.js} +9 -9
- package/dist/{Tooltip-DRta8lK_.js → Tooltip-Lhx-Fefx.js} +8 -8
- package/dist/cjs/components/Accordion.js +17 -9
- package/dist/cjs/components/Avatar.js +9 -6
- package/dist/cjs/components/Badge.js +9 -6
- package/dist/cjs/components/Breadcrumbs.js +11 -8
- package/dist/cjs/components/Button.js +10 -7
- package/dist/cjs/components/Cell.js +18 -13
- package/dist/cjs/components/Checkbox.js +8 -5
- package/dist/cjs/components/Checkmark.js +5 -3
- package/dist/cjs/components/Chips.js +35 -17
- package/dist/cjs/components/Choice.js +23 -17
- package/dist/cjs/components/Code.js +9 -4
- package/dist/cjs/components/CookiesWarning.js +13 -10
- package/dist/cjs/components/DadataHintField.js +9 -4
- package/dist/cjs/components/DatePicker.js +24 -42
- package/dist/cjs/components/Divider.js +4 -1
- package/dist/cjs/components/Dot.js +3 -0
- package/dist/cjs/components/Drawer.js +3 -3
- package/dist/cjs/components/Dropdown.js +6 -4
- package/dist/cjs/components/Flex.js +7 -4
- package/dist/cjs/components/Grid.js +12 -9
- package/dist/cjs/components/Group.js +5 -2
- package/dist/cjs/components/HTMLContent.js +5 -2
- package/dist/cjs/components/HeroTitle.js +12 -6
- package/dist/cjs/components/Icon.js +8 -5
- package/dist/cjs/components/Image.js +4 -1
- package/dist/cjs/components/Input.js +5 -2
- package/dist/cjs/components/InputMask.js +11 -6
- package/dist/cjs/components/InputPassword.js +34 -28
- package/dist/cjs/components/Label.js +7 -4
- package/dist/cjs/components/Link.js +6 -5
- package/dist/cjs/components/List.js +6 -3
- package/dist/cjs/components/Loader.js +5 -2
- package/dist/cjs/components/Logo.js +7 -4
- package/dist/cjs/components/MenuItem.js +15 -13
- package/dist/cjs/components/Modal.js +11 -8
- package/dist/cjs/components/ModalSheetBottom.js +5 -2
- package/dist/cjs/components/Notification.js +15 -14
- package/dist/cjs/components/Overlay.js +5 -2
- package/dist/cjs/components/Pagination.js +54 -33
- package/dist/cjs/components/Panel.js +13 -8
- package/dist/cjs/components/Radio.js +15 -11
- package/dist/cjs/components/RangeSlider.js +8 -3
- package/dist/cjs/components/Response.js +15 -12
- package/dist/cjs/components/SVGContent.js +3 -0
- package/dist/cjs/components/ScrollOnDrag.js +4 -1
- package/dist/cjs/components/ScrollToView.js +7 -2
- package/dist/cjs/components/Scrollbar.js +1 -1
- package/dist/cjs/components/Search.js +20 -15
- package/dist/cjs/components/Segmented.js +20 -20
- package/dist/cjs/components/Select.js +28 -21
- package/dist/cjs/components/Swiper.js +7 -4
- package/dist/cjs/components/Switch.js +25 -6
- package/dist/cjs/components/Tab.js +14 -11
- package/dist/cjs/components/Text.js +5 -2
- package/dist/cjs/components/Textarea.js +26 -20
- package/dist/cjs/components/Tile.js +12 -10
- package/dist/cjs/components/Title.js +4 -1
- package/dist/cjs/components/Tooltip.js +6 -3
- package/dist/cjs/components/Video.js +4 -1
- package/dist/cjs/context/Notifications.js +2 -2
- package/dist/cjs/context/UIContext.js +2 -2
- package/dist/cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +3 -0
- package/dist/cjs/hooks/useDevicePropsGenerator.js +4 -1
- package/dist/cjs/hooks/useStyles/useStyles.js +3 -0
- package/dist/cjs/hooks/useStyles.js +4 -1
- package/dist/cjs/hooks/useViewportFix.js +1 -1
- package/dist/components/Accordion.js +18 -10
- package/dist/components/Avatar.js +10 -7
- package/dist/components/Badge.js +10 -7
- package/dist/components/Breadcrumbs.js +12 -9
- package/dist/components/Button.js +11 -8
- package/dist/components/Cell.js +18 -13
- package/dist/components/Checkbox.js +9 -6
- package/dist/components/Checkmark.js +6 -4
- package/dist/components/Chips.js +36 -18
- package/dist/components/Choice.js +23 -17
- package/dist/components/Code.js +10 -5
- package/dist/components/CookiesWarning.js +14 -11
- package/dist/components/DadataHintField.js +10 -5
- package/dist/components/DatePicker.js +25 -43
- package/dist/components/Divider.js +5 -2
- package/dist/components/Dot.js +4 -1
- package/dist/components/Drawer.js +3 -3
- package/dist/components/Dropdown.js +7 -5
- package/dist/components/Flex.js +8 -5
- package/dist/components/Grid.js +13 -10
- package/dist/components/Group.js +5 -2
- package/dist/components/HTMLContent.js +6 -3
- package/dist/components/HeroTitle.js +12 -6
- package/dist/components/Icon.js +9 -6
- package/dist/components/Image.js +5 -2
- package/dist/components/Input.js +5 -2
- package/dist/components/InputMask.js +11 -6
- package/dist/components/InputPassword.js +34 -28
- package/dist/components/Label.js +8 -5
- package/dist/components/Link.js +5 -8
- package/dist/components/List.js +7 -4
- package/dist/components/Loader.js +6 -3
- package/dist/components/Logo.js +8 -5
- package/dist/components/MenuItem.js +15 -13
- package/dist/components/Modal.js +12 -9
- package/dist/components/ModalSheetBottom.js +6 -3
- package/dist/components/Notification.js +16 -15
- package/dist/components/Overlay.js +5 -2
- package/dist/components/Pagination.js +54 -33
- package/dist/components/Panel.js +13 -8
- package/dist/components/Radio.js +15 -11
- package/dist/components/RangeSlider.js +9 -4
- package/dist/components/Response.js +16 -13
- package/dist/components/SVGContent.js +4 -1
- package/dist/components/ScrollOnDrag.js +5 -2
- package/dist/components/ScrollToView.js +8 -3
- package/dist/components/Scrollbar.js +1 -1
- package/dist/components/Search.js +20 -15
- package/dist/components/Segmented.js +20 -20
- package/dist/components/Select.js +29 -22
- package/dist/components/Swiper.js +8 -5
- package/dist/components/Switch.js +25 -6
- package/dist/components/Tab.js +15 -12
- package/dist/components/Text.js +5 -2
- package/dist/components/Textarea.js +26 -20
- package/dist/components/Tile.js +13 -11
- package/dist/components/Title.js +5 -2
- package/dist/components/Tooltip.js +7 -4
- package/dist/components/Video.js +4 -1
- package/dist/context/Notifications.js +3 -3
- package/dist/context/UIContext.js +3 -3
- package/dist/css/components/Accordion/Accordion.css +7 -5
- package/dist/css/components/Avatar/Avatar.css +5 -5
- package/dist/css/components/Checkbox/Checkbox.css +1 -1
- package/dist/css/components/Checkmark/Checkmark.css +24 -1
- package/dist/css/components/Chips/Chips.css +2 -2
- package/dist/css/components/Choice/Choice.css +3 -3
- package/dist/css/components/Code/Code.css +26 -2
- package/dist/css/components/DatePicker/DatePicker.css +23 -33
- package/dist/css/components/Divider/Divider.css +3 -3
- package/dist/css/components/Dot/Dot.css +6 -6
- package/dist/css/components/Drawer/Drawer.css +4 -1
- package/dist/css/components/Dropdown/Dropdown.css +13 -13
- package/dist/css/components/Icon/Icon.css +5 -1
- package/dist/css/components/Image/Image.css +6 -3
- package/dist/css/components/Input/Input.css +21 -35
- package/dist/css/components/InputMask/Input.css +6 -6
- package/dist/css/components/InputPassword/InputPassword.css +2 -2
- package/dist/css/components/Label/Label.css +3 -3
- package/dist/css/components/List/List.css +8 -7
- package/dist/css/components/Loader/Loader.css +0 -2
- package/dist/css/components/Logo/Logo.css +1 -1
- package/dist/css/components/MenuItem/MenuItem.css +24 -6
- package/dist/css/components/Modal/Modal.css +2 -2
- package/dist/css/components/ModalSheetBottom/ModalSheetBottom.css +1 -1
- package/dist/css/components/Notification/Notification.css +22 -10
- package/dist/css/components/Notification/css/__item/notification__item_set_float.css +2 -2
- package/dist/css/components/Notification/css/__item/notification__item_set_form.css +5 -5
- package/dist/css/components/Notification/css/__item/notification__item_set_toast.css +2 -2
- package/dist/css/components/Notification/css/__item/notification__item_set_top.css +1 -1
- package/dist/css/components/Overlay/Overlay.css +5 -1
- package/dist/css/components/Pagination/Pagination.css +16 -8
- package/dist/css/components/Pagination/css/__item/pagination__item.css +7 -4
- package/dist/css/components/Pagination/css/__item/pagination__item_state_active.css +4 -1
- package/dist/css/components/Pagination/css/__item/pagination__item_state_disabled.css +1 -1
- package/dist/css/components/Radio/Radio.css +9 -4
- package/dist/css/components/RangeSlider/RangeSlider.css +14 -8
- package/dist/css/components/ScrollToView/ScrollToView.css +2 -2
- package/dist/css/components/Search/Search.css +16 -8
- package/dist/css/components/Search/css/search-input/search-input_shape.css +1 -1
- package/dist/css/components/Search/css/search-input/search-input_size.css +1 -1
- package/dist/css/components/Segmented/Segmented.css +10 -7
- package/dist/css/components/Select/Select.css +10 -10
- package/dist/css/components/Select/css/__control/select__control_shape.css +1 -1
- package/dist/css/components/Select/css/__input-container/select__input-container.css +3 -3
- package/dist/css/components/Select/css/__menu/select__menu-list-item_size.css +2 -2
- package/dist/css/components/Select/css/__menu/select__menu.css +2 -2
- package/dist/css/components/Select/css/__multi-value/select__multi-value.css +2 -2
- package/dist/css/components/Switch/Switch.css +19 -1
- package/dist/css/components/Tab/Tab.css +2 -2
- package/dist/css/components/Text/Text.css +1 -1
- package/dist/css/components/Textarea/Textarea.css +2 -2
- package/dist/css/components/Tile/Tile.css +16 -7
- package/dist/css/components/Tooltip/Tooltip.css +16 -2
- package/dist/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +4 -1
- package/dist/hooks/useDevicePropsGenerator.js +5 -2
- package/dist/hooks/useDeviceTargetClass.js +1 -1
- package/dist/hooks/useStyles/useStyles.js +4 -1
- package/dist/hooks/useStyles.js +5 -2
- package/dist/hooks/useViewportFix.js +1 -1
- package/dist/{tslib.es6-5FtW-kfi.js → tslib.es6-Bwu1Cn-t.js} +1 -1
- package/dist/types/components/Accordion/Accordion.appearance.d.ts +3 -3
- package/dist/types/components/Accordion/Accordion.d.ts +3 -3
- package/dist/types/components/Accordion/Accordion.interface.d.ts +60 -61
- package/dist/types/components/Accordion/AccordionItem.d.ts +3 -3
- package/dist/types/components/Avatar/Avatar.appearance.d.ts +2 -2
- package/dist/types/components/Avatar/Avatar.d.ts +3 -3
- package/dist/types/components/Avatar/Avatar.interface.d.ts +24 -25
- package/dist/types/components/Badge/Badge.appearance.d.ts +2 -2
- package/dist/types/components/Badge/Badge.d.ts +3 -3
- package/dist/types/components/Badge/Badge.interface.d.ts +21 -22
- package/dist/types/components/Badge/appearance/badgeAccent.d.ts +3 -3
- package/dist/types/components/Badge/appearance/badgeDisabled.d.ts +1 -1
- package/dist/types/components/Badge/appearance/badgeError.d.ts +1 -1
- package/dist/types/components/Badge/appearance/badgeInfo.d.ts +2 -2
- package/dist/types/components/Badge/appearance/badgePrimary.d.ts +1 -1
- package/dist/types/components/Badge/appearance/badgeSecondary.d.ts +1 -1
- package/dist/types/components/Badge/appearance/badgeSize.d.ts +7 -7
- package/dist/types/components/Badge/appearance/badgeSuccess.d.ts +1 -1
- package/dist/types/components/Badge/appearance/badgeSurface.d.ts +7 -7
- package/dist/types/components/Badge/appearance/badgeWarning.d.ts +1 -1
- package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts +2 -2
- package/dist/types/components/Breadcrumbs/Breadcrumbs.interface.d.ts +49 -49
- package/dist/types/components/Breadcrumbs/BreadcrumbsItem.d.ts +2 -2
- package/dist/types/components/Button/Button.appearance.d.ts +2 -2
- package/dist/types/components/Button/Button.d.ts +3 -3
- package/dist/types/components/Button/Button.interface.d.ts +44 -45
- package/dist/types/components/Button/appearance/buttonAccent.d.ts +10 -10
- package/dist/types/components/Cell/Cell.appearance.d.ts +2 -2
- package/dist/types/components/Cell/Cell.d.ts +3 -3
- package/dist/types/components/Cell/Cell.interface.d.ts +40 -41
- package/dist/types/components/Checkbox/Checkbox.appearance.d.ts +3 -3
- package/dist/types/components/Checkbox/Checkbox.d.ts +3 -3
- package/dist/types/components/Checkbox/Checkbox.interface.d.ts +36 -37
- package/dist/types/components/Checkmark/Checkmark.appearance.d.ts +2 -2
- package/dist/types/components/Checkmark/Checkmark.d.ts +3 -3
- package/dist/types/components/Checkmark/Checkmark.interface.d.ts +15 -17
- package/dist/types/components/Chips/Chips.appearance.d.ts +2 -2
- package/dist/types/components/Chips/Chips.d.ts +3 -3
- package/dist/types/components/Chips/Chips.interface.d.ts +30 -31
- package/dist/types/components/Chips/appearance/chipsDisabled.d.ts +2 -0
- package/dist/types/components/Chips/appearance/chipsSurface.d.ts +4 -0
- package/dist/types/components/Choice/Choice.appearance.d.ts +2 -2
- package/dist/types/components/Choice/Choice.d.ts +3 -3
- package/dist/types/components/Choice/Choice.interface.d.ts +35 -36
- package/dist/types/components/Code/Code.appearance.d.ts +2 -2
- package/dist/types/components/Code/Code.d.ts +3 -3
- package/dist/types/components/Code/Code.interface.d.ts +31 -32
- package/dist/types/components/CookiesWarning/CookiesWarning.d.ts +2 -2
- package/dist/types/components/CookiesWarning/CookiesWarning.interface.d.ts +10 -10
- package/dist/types/components/DadataHintField/DadataHintField.d.ts +2 -2
- package/dist/types/components/DadataHintField/DadataHintField.interface.d.ts +3 -3
- package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +2 -2
- package/dist/types/components/DatePicker/DatePicker.d.ts +3 -3
- package/dist/types/components/DatePicker/DatePicker.interface.d.ts +71 -72
- package/dist/types/components/Divider/Divider.d.ts +3 -3
- package/dist/types/components/Divider/Divider.interface.d.ts +29 -30
- package/dist/types/components/Dot/Dot.d.ts +2 -2
- package/dist/types/components/Dot/Dot.interface.d.ts +21 -21
- package/dist/types/components/Drawer/Drawer.appearance.d.ts +2 -2
- package/dist/types/components/Drawer/Drawer.d.ts +3 -3
- package/dist/types/components/Drawer/Drawer.interface.d.ts +12 -12
- package/dist/types/components/Dropdown/Dropdown.d.ts +2 -2
- package/dist/types/components/Dropdown/Dropdown.interface.d.ts +51 -53
- package/dist/types/components/Dropdown/DropdownItem.appearance.d.ts +2 -2
- package/dist/types/components/Dropdown/DropdownItem.d.ts +3 -3
- package/dist/types/components/Dropdown/appearance/dropdownSurface.d.ts +25 -0
- package/dist/types/components/Flex/Flex.d.ts +2 -2
- package/dist/types/components/Flex/Flex.interface.d.ts +83 -83
- package/dist/types/components/Flex/FlexItem.d.ts +2 -2
- package/dist/types/components/Grid/Grid.d.ts +2 -2
- package/dist/types/components/Grid/Grid.interface.d.ts +47 -47
- package/dist/types/components/Grid/GridItem.d.ts +2 -2
- package/dist/types/components/Grid/GridRow.d.ts +2 -2
- package/dist/types/components/Group/Group.appearance.d.ts +2 -2
- package/dist/types/components/Group/Group.d.ts +3 -3
- package/dist/types/components/Group/Group.interface.d.ts +28 -29
- package/dist/types/components/HTMLContent/HTMLContent.d.ts +2 -2
- package/dist/types/components/HTMLContent/HTMLContent.interface.d.ts +20 -20
- package/dist/types/components/HeroTitle/HeroTitle.appearance.d.ts +2 -2
- package/dist/types/components/HeroTitle/HeroTitle.d.ts +3 -3
- package/dist/types/components/HeroTitle/HeroTitle.interface.d.ts +27 -28
- package/dist/types/components/Icon/Icon.appearance.d.ts +2 -2
- package/dist/types/components/Icon/Icon.d.ts +3 -3
- package/dist/types/components/Icon/Icon.interface.d.ts +49 -50
- package/dist/types/components/Image/Image.d.ts +2 -2
- package/dist/types/components/Image/Image.interface.d.ts +10 -10
- package/dist/types/components/Input/Input.appearance.d.ts +3 -3
- package/dist/types/components/Input/Input.d.ts +3 -3
- package/dist/types/components/Input/Input.interface.d.ts +31 -33
- package/dist/types/components/InputMask/Input.d.ts +3 -3
- package/dist/types/components/InputMask/Input.interface.d.ts +31 -33
- package/dist/types/components/InputPassword/InputPassword.appearance.d.ts +3 -3
- package/dist/types/components/InputPassword/InputPassword.d.ts +3 -3
- package/dist/types/components/InputPassword/InputPassword.interface.d.ts +31 -33
- package/dist/types/components/Label/Label.appearance.d.ts +2 -2
- package/dist/types/components/Label/Label.d.ts +3 -3
- package/dist/types/components/Label/Label.interface.d.ts +31 -32
- package/dist/types/components/Link/Link.appearance.d.ts +2 -2
- package/dist/types/components/Link/Link.d.ts +4 -4
- package/dist/types/components/Link/Link.interface.d.ts +31 -32
- package/dist/types/components/List/List.d.ts +2 -2
- package/dist/types/components/List/List.interface.d.ts +13 -13
- package/dist/types/components/List/ListItem.d.ts +2 -2
- package/dist/types/components/Loader/Loader.d.ts +3 -3
- package/dist/types/components/Loader/Loader.interface.d.ts +18 -19
- package/dist/types/components/Logo/Logo.d.ts +3 -3
- package/dist/types/components/Logo/Logo.interface.d.ts +16 -17
- package/dist/types/components/MenuItem/MenuItem.appearance.d.ts +2 -2
- package/dist/types/components/MenuItem/MenuItem.d.ts +3 -10
- package/dist/types/components/MenuItem/MenuItem.interface.d.ts +41 -42
- package/dist/types/components/Modal/Modal.appearance.d.ts +2 -2
- package/dist/types/components/Modal/Modal.d.ts +2 -2
- package/dist/types/components/Modal/Modal.interface.d.ts +20 -21
- package/dist/types/components/Modal/ModalLoader.d.ts +1 -2
- package/dist/types/components/ModalSheetBottom/ModalSheetBottom.d.ts +2 -2
- package/dist/types/components/ModalSheetBottom/ModalSheetBottom.interface.d.ts +4 -3
- package/dist/types/components/Notification/Notification.interface.d.ts +26 -27
- package/dist/types/components/Notification/NotificationItem.appearance.d.ts +2 -2
- package/dist/types/components/Notification/NotificationItem.d.ts +3 -3
- package/dist/types/components/Notification/NotificationList.d.ts +2 -2
- package/dist/types/components/Overlay/Overlay.appearance.d.ts +2 -2
- package/dist/types/components/Overlay/Overlay.d.ts +3 -3
- package/dist/types/components/Overlay/Overlay.interface.d.ts +14 -15
- package/dist/types/components/Pagination/Pagination.appearance.d.ts +2 -2
- package/dist/types/components/Pagination/Pagination.d.ts +3 -3
- package/dist/types/components/Pagination/Pagination.interface.d.ts +37 -38
- package/dist/types/components/Panel/Panel.d.ts +3 -3
- package/dist/types/components/Panel/Panel.interface.d.ts +33 -34
- package/dist/types/components/Radio/Radio.appearance.d.ts +1 -1
- package/dist/types/components/Radio/Radio.d.ts +3 -3
- package/dist/types/components/Radio/Radio.interface.d.ts +34 -35
- package/dist/types/components/RangeSlider/RangeSlider.d.ts +2 -2
- package/dist/types/components/RangeSlider/RangeSlider.interface.d.ts +12 -12
- package/dist/types/components/Response/Response.d.ts +3 -3
- package/dist/types/components/Response/Response.interface.d.ts +41 -42
- package/dist/types/components/SVGContent/SVGContent.d.ts +2 -2
- package/dist/types/components/SVGContent/SVGContent.interface.d.ts +5 -5
- package/dist/types/components/ScrollOnDrag/ScrollOnDrag.d.ts +2 -2
- package/dist/types/components/ScrollOnDrag/ScrollOnDrag.interface.d.ts +11 -11
- package/dist/types/components/Scrollbar/Scrollbar.d.ts +2 -2
- package/dist/types/components/Scrollbar/Scrollbar.interface.d.ts +2 -2
- package/dist/types/components/Search/Search.appearance.d.ts +2 -2
- package/dist/types/components/Search/Search.interface.d.ts +36 -37
- package/dist/types/components/Search/SearchInput.d.ts +3 -3
- package/dist/types/components/Segmented/Segmented.appearance.d.ts +2 -2
- package/dist/types/components/Segmented/Segmented.d.ts +3 -3
- package/dist/types/components/Segmented/Segmented.interface.d.ts +28 -29
- package/dist/types/components/Select/Select.appearance.d.ts +2 -2
- package/dist/types/components/Select/Select.interface.d.ts +48 -49
- package/dist/types/components/Select/SelectContainer.d.ts +3 -3
- package/dist/types/components/Swiper/Swiper.d.ts +2 -2
- package/dist/types/components/Swiper/Swiper.interface.d.ts +10 -10
- package/dist/types/components/Switch/Switch.appearance.d.ts +2 -2
- package/dist/types/components/Switch/Switch.d.ts +3 -3
- package/dist/types/components/Switch/Switch.interface.d.ts +11 -11
- package/dist/types/components/Tab/Tab.appearance.d.ts +2 -2
- package/dist/types/components/Tab/Tab.d.ts +3 -3
- package/dist/types/components/Tab/Tab.interface.d.ts +55 -56
- package/dist/types/components/Tab/TabGroup.d.ts +2 -2
- package/dist/types/components/Text/Text.appearance.d.ts +2 -2
- package/dist/types/components/Text/Text.d.ts +3 -3
- package/dist/types/components/Text/Text.interface.d.ts +33 -34
- package/dist/types/components/Textarea/Textarea.appearance.d.ts +3 -3
- package/dist/types/components/Textarea/Textarea.d.ts +3 -3
- package/dist/types/components/Textarea/Textarea.interface.d.ts +27 -29
- package/dist/types/components/Tile/Tile.appearance.d.ts +2 -2
- package/dist/types/components/Tile/Tile.d.ts +3 -3
- package/dist/types/components/Tile/Tile.interface.d.ts +32 -33
- package/dist/types/components/Title/Title.appearance.d.ts +2 -2
- package/dist/types/components/Title/Title.d.ts +3 -3
- package/dist/types/components/Title/Title.interface.d.ts +27 -28
- package/dist/types/components/Tooltip/Tooltip.appearance.d.ts +2 -2
- package/dist/types/components/Tooltip/Tooltip.d.ts +3 -3
- package/dist/types/components/Tooltip/Tooltip.interface.d.ts +26 -27
- package/dist/types/components/Video/Video.d.ts +2 -2
- package/dist/types/components/Video/Video.interface.d.ts +2 -2
- package/dist/types/context/Notifications.d.ts +4 -5
- package/dist/types/context/Notifications.interface.d.ts +14 -14
- package/dist/types/hooks/useDevicePropsGenerator/useDevicePropsGenerator.d.ts +2 -2
- package/dist/types/hooks/useDevicePropsGenerator/useDevicePropsGenerator.interface.d.ts +7 -7
- package/dist/types/hooks/useStyles/styleAttributes.interface.d.ts +80 -80
- package/package.json +7 -6
- package/dist/DropdownItem-B3E-_Cwp.js +0 -88
- package/dist/DropdownItem-Qg-_2YWD.js +0 -93
- package/dist/Icon-OJ_3E3eM.js +0 -61
- package/dist/Image-BEGwuGBM.js +0 -17
- package/dist/Image-DWfyapuD.js +0 -15
- package/dist/stories/Dev.mdx +0 -9
- package/dist/types/types/componentProps/align.d.ts +0 -2
- package/dist/types/types/componentProps/alignDirection.d.ts +0 -3
- package/dist/types/types/componentProps/alignment.d.ts +0 -3
- package/dist/types/types/componentProps/appearanceKeys.d.ts +0 -1
- package/dist/types/types/componentProps/borderColor.d.ts +0 -3
- package/dist/types/types/componentProps/borderColorHover.d.ts +0 -3
- package/dist/types/types/componentProps/borderType.d.ts +0 -3
- package/dist/types/types/componentProps/borderWidth.d.ts +0 -3
- package/dist/types/types/componentProps/direction.d.ts +0 -3
- package/dist/types/types/componentProps/elevation.d.ts +0 -3
- package/dist/types/types/componentProps/fill.d.ts +0 -3
- package/dist/types/types/componentProps/fillGradient.d.ts +0 -3
- package/dist/types/types/componentProps/fillHover.d.ts +0 -3
- package/dist/types/types/componentProps/fillType.d.ts +0 -3
- package/dist/types/types/componentProps/flexAlign.d.ts +0 -3
- package/dist/types/types/componentProps/flexGrow.d.ts +0 -3
- package/dist/types/types/componentProps/flexJustifyContent.d.ts +0 -3
- package/dist/types/types/componentProps/flexWrap.d.ts +0 -3
- package/dist/types/types/componentProps/gridAlign.d.ts +0 -3
- package/dist/types/types/componentProps/gridAlignSelf.d.ts +0 -3
- package/dist/types/types/componentProps/gridJustifyItems.d.ts +0 -3
- package/dist/types/types/componentProps/gridJustifySelf.d.ts +0 -3
- package/dist/types/types/componentProps/height.d.ts +0 -3
- package/dist/types/types/componentProps/horizontalContentAlign.d.ts +0 -3
- package/dist/types/types/componentProps/horizontalResizeMode.d.ts +0 -3
- package/dist/types/types/componentProps/iconFillSize.d.ts +0 -3
- package/dist/types/types/componentProps/iconSize.d.ts +0 -3
- package/dist/types/types/componentProps/itemColor.d.ts +0 -3
- package/dist/types/types/componentProps/justifyContent.d.ts +0 -3
- package/dist/types/types/componentProps/overflow.d.ts +0 -3
- package/dist/types/types/componentProps/position.d.ts +0 -3
- package/dist/types/types/componentProps/resizeMode.d.ts +0 -3
- package/dist/types/types/componentProps/shape.d.ts +0 -3
- package/dist/types/types/componentProps/size.d.ts +0 -3
- package/dist/types/types/componentProps/sizeOption.d.ts +0 -3
- package/dist/types/types/componentProps/sizePX.d.ts +0 -3
- package/dist/types/types/componentProps/stacking.d.ts +0 -3
- package/dist/types/types/componentProps/state.d.ts +0 -3
- package/dist/types/types/componentProps/stateKeys.d.ts +0 -1
- package/dist/types/types/componentProps/svgFill.d.ts +0 -3
- package/dist/types/types/componentProps/textAlign.d.ts +0 -3
- package/dist/types/types/componentProps/textColor.d.ts +0 -3
- package/dist/types/types/componentProps/textColorActive.d.ts +0 -3
- package/dist/types/types/componentProps/textColorHover.d.ts +0 -3
- package/dist/types/types/componentProps/textGradient.d.ts +0 -3
- package/dist/types/types/componentProps/textSize.d.ts +0 -3
- package/dist/types/types/componentProps/textStyle.d.ts +0 -3
- package/dist/types/types/componentProps/textTag.d.ts +0 -3
- package/dist/types/types/componentProps/textWeight.d.ts +0 -3
- package/dist/types/types/componentProps/textWrap.d.ts +0 -3
- package/dist/types/types/componentProps/titleSize.d.ts +0 -5
- package/dist/types/types/componentProps/type.d.ts +0 -3
- package/dist/types/types/componentProps/underline.d.ts +0 -3
- package/dist/types/types/componentProps/verticalContentAlign.d.ts +0 -3
- package/dist/types/types/componentProps/verticalResizeMode.d.ts +0 -3
- package/dist/types/types/componentProps/width.d.ts +0 -3
- package/dist/types/types/componentProps/wrap.d.ts +0 -3
- package/dist/types/types/index.d.ts +0 -55
|
@@ -20,26 +20,26 @@
|
|
|
20
20
|
&_set {
|
|
21
21
|
&_default {
|
|
22
22
|
^^&__wrapper {
|
|
23
|
-
padding: var(--dropdown-default-padding
|
|
23
|
+
padding: var(--dropdown-default-padding);
|
|
24
24
|
display: flex;
|
|
25
25
|
flex-direction: column;
|
|
26
|
-
gap: var(--dropdown-default-gap
|
|
26
|
+
gap: var(--dropdown-default-gap);
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
&_normal {
|
|
30
30
|
^^&__wrapper {
|
|
31
|
-
padding: var(--dropdown-normal-padding
|
|
31
|
+
padding: var(--dropdown-normal-padding);
|
|
32
32
|
display: flex;
|
|
33
33
|
flex-direction: column;
|
|
34
|
-
gap: var(--dropdown-normal-gap
|
|
34
|
+
gap: var(--dropdown-normal-gap);
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
&_compact {
|
|
38
38
|
^^&__wrapper {
|
|
39
|
-
padding: var(--dropdown-compact-padding
|
|
39
|
+
padding: var(--dropdown-compact-padding);
|
|
40
40
|
display: flex;
|
|
41
41
|
flex-direction: column;
|
|
42
|
-
gap: var(--dropdown-compact-gap
|
|
42
|
+
gap: var(--dropdown-compact-gap);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
.dropdown {
|
|
48
48
|
&_shape {
|
|
49
49
|
&_rounded {
|
|
50
|
-
border-radius: var(--dropdown-shape-rounded
|
|
50
|
+
border-radius: var(--dropdown-shape-rounded);
|
|
51
51
|
^^&__wrapper {
|
|
52
|
-
border-radius: var(--dropdown-shape-rounded
|
|
52
|
+
border-radius: var(--dropdown-shape-rounded);
|
|
53
53
|
overflow: hidden;
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
&__item {
|
|
94
94
|
&_shape {
|
|
95
95
|
&_rounded {
|
|
96
|
-
border-radius: var(--dropdown-item-shape-rounded
|
|
96
|
+
border-radius: var(--dropdown-item-shape-rounded);
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
}
|
|
@@ -101,11 +101,11 @@
|
|
|
101
101
|
.dropdown {
|
|
102
102
|
&__item {
|
|
103
103
|
&_size {
|
|
104
|
-
@each $size in
|
|
104
|
+
@each $size in xxl, xl, l, m, s, xs, xxs {
|
|
105
105
|
&_$(size) {
|
|
106
106
|
^^&-wrapper {
|
|
107
|
-
gap: var(--dropdown-item-size-$(size)-gap
|
|
108
|
-
padding: var(--dropdown-item-size-$(size)-padding
|
|
107
|
+
gap: var(--dropdown-item-size-$(size)-gap);
|
|
108
|
+
padding: var(--dropdown-item-size-$(size)-padding);
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
}
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
.dropdown__item {
|
|
116
116
|
&_width {
|
|
117
117
|
&_fixed {
|
|
118
|
-
min-width: var(--dropdown-item-width-fixed
|
|
118
|
+
min-width: var(--dropdown-item-width-fixed);
|
|
119
119
|
}
|
|
120
120
|
&_hug {
|
|
121
121
|
min-width: 62px;
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
|
+
/* stylelint-disable prettier/prettier */
|
|
11
12
|
.icon {
|
|
12
13
|
&_size {
|
|
13
14
|
@each $size in 14, 16, 20, 24, 32, 40, 48, 56, 60, 64, 72, 80, 96, 112, 144 {
|
|
@@ -28,6 +29,7 @@
|
|
|
28
29
|
}
|
|
29
30
|
}
|
|
30
31
|
}
|
|
32
|
+
/* stylelint-disable prettier/prettier */
|
|
31
33
|
.icon_fill {
|
|
32
34
|
@each $type in accent, primary, secondary, tertiary, quaternary, quinary,
|
|
33
35
|
senary, surface, error, success, warning, info, danger, gradient {
|
|
@@ -75,6 +77,7 @@
|
|
|
75
77
|
}
|
|
76
78
|
}
|
|
77
79
|
}
|
|
80
|
+
/* stylelint-disable prettier/prettier */
|
|
78
81
|
.icon_fill {
|
|
79
82
|
&_size {
|
|
80
83
|
@each $size in 14, 16, 20, 24, 32, 40, 48, 56, 60, 72 {
|
|
@@ -91,9 +94,10 @@
|
|
|
91
94
|
}
|
|
92
95
|
}
|
|
93
96
|
}
|
|
97
|
+
/* stylelint-disable prettier/prettier */
|
|
94
98
|
.icon_shape {
|
|
95
99
|
&_rounded {
|
|
96
|
-
border-radius: var(--icon-shape-rounded
|
|
100
|
+
border-radius: var(--icon-shape-rounded);
|
|
97
101
|
}
|
|
98
102
|
&_circular {
|
|
99
103
|
border-radius: 50%;
|
|
@@ -81,17 +81,17 @@
|
|
|
81
81
|
.image {
|
|
82
82
|
&_shape {
|
|
83
83
|
&_rounded {
|
|
84
|
-
border-radius: var(--image-shape-rounded
|
|
84
|
+
border-radius: var(--image-shape-rounded);
|
|
85
85
|
> ^^&__wrapper {
|
|
86
86
|
width: 100%;
|
|
87
87
|
height: 100%;
|
|
88
|
-
border-radius: var(--image-shape-rounded
|
|
88
|
+
border-radius: var(--image-shape-rounded);
|
|
89
89
|
position: relative;
|
|
90
90
|
overflow: hidden;
|
|
91
91
|
& > ^^^&__item {
|
|
92
92
|
width: 100%;
|
|
93
93
|
height: 100%;
|
|
94
|
-
border-radius: var(--image-shape-rounded
|
|
94
|
+
border-radius: var(--image-shape-rounded);
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
}
|
|
@@ -158,3 +158,6 @@
|
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
|
+
:root {
|
|
162
|
+
--image-shape-rounded: 6px;
|
|
163
|
+
}
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
outline: 0;
|
|
10
10
|
caret-color: var(--input-caret-color);
|
|
11
11
|
&:disabled {
|
|
12
|
-
background: var(--input-state-disabled-background
|
|
13
|
-
border: solid 1px var(--input-state-disabled-border
|
|
12
|
+
background: var(--input-state-disabled-background);
|
|
13
|
+
border: solid 1px var(--input-state-disabled-border);
|
|
14
14
|
&:hover {
|
|
15
|
-
background: var(--input-state-disabled-background
|
|
16
|
-
border: solid 1px var(--input-state-disabled-border
|
|
15
|
+
background: var(--input-state-disabled-background);
|
|
16
|
+
border: solid 1px var(--input-state-disabled-border);
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
&:focus {
|
|
@@ -23,33 +23,11 @@
|
|
|
23
23
|
background: var(--input-state-hover-background);
|
|
24
24
|
border: solid 1px var(--input-state-hover-border);
|
|
25
25
|
}
|
|
26
|
-
&&_state {
|
|
27
|
-
&_success {
|
|
28
|
-
background: var(--input-state-success-background);
|
|
29
|
-
border: solid 1px var(--input-state-success-border);
|
|
30
|
-
}
|
|
31
|
-
&_error {
|
|
32
|
-
background: var(--input-state-error-background);
|
|
33
|
-
border: solid 1px var(--input-state-error-border);
|
|
34
|
-
}
|
|
35
|
-
&_focus {
|
|
36
|
-
background: var(--input-state-focus-background);
|
|
37
|
-
border: solid 1px var(--input-state-focus-border);
|
|
38
|
-
}
|
|
39
|
-
&_required {
|
|
40
|
-
background: var(--input-state-required-background);
|
|
41
|
-
border: solid 1px var(--input-state-required-border);
|
|
42
|
-
}
|
|
43
|
-
&_custom {
|
|
44
|
-
background: var(--input-state-custom-background);
|
|
45
|
-
border: solid 1px var(--input-state-custom-border);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
26
|
}
|
|
49
27
|
.input {
|
|
50
28
|
&_shape {
|
|
51
29
|
&_rounded {
|
|
52
|
-
border-radius: var(--input-shape-rounded
|
|
30
|
+
border-radius: var(--input-shape-rounded);
|
|
53
31
|
position: relative;
|
|
54
32
|
}
|
|
55
33
|
&_underline {
|
|
@@ -62,13 +40,25 @@
|
|
|
62
40
|
}
|
|
63
41
|
.input {
|
|
64
42
|
&&_size {
|
|
65
|
-
@each $size in
|
|
43
|
+
@each $size in xxl, xl, l, m, s, xs, xxs, normal, tiny, compact, large {
|
|
66
44
|
&_$(size) {
|
|
67
45
|
padding: var(--input-size-$(size)-padding);
|
|
68
46
|
}
|
|
69
47
|
}
|
|
70
48
|
}
|
|
71
49
|
}
|
|
50
|
+
.input {
|
|
51
|
+
&&_state {
|
|
52
|
+
@each $state in error, success, require, disabled, focus {
|
|
53
|
+
&_$(state) {
|
|
54
|
+
& .input {
|
|
55
|
+
background: var(--input-state-$(state)-background);
|
|
56
|
+
border: solid 1px var(--input-state-$(state)-border);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
72
62
|
.input {
|
|
73
63
|
&_type {
|
|
74
64
|
&_number {
|
|
@@ -93,13 +83,10 @@
|
|
|
93
83
|
--input-size-xl-padding: 13px 20px;
|
|
94
84
|
--input-size-xxl-padding: 17px 25px;
|
|
95
85
|
|
|
96
|
-
--input-
|
|
97
|
-
--input-size-compact-padding: 5px 10px;
|
|
98
|
-
--input-size-normal-padding: 7px 12px;
|
|
99
|
-
--input-size-large-padding: 9px 15px;
|
|
100
|
-
|
|
101
|
-
--input-success-border: var(--color-surface-border-tertiary);
|
|
86
|
+
--input-caret-color: var(--color-accent-primary);
|
|
102
87
|
|
|
88
|
+
--input-state-success-background: none;
|
|
89
|
+
--input-state-success-border: var(--color-success-border-primary);
|
|
103
90
|
--input-state-focus-border: var(--color-surface-border-quaternary);
|
|
104
91
|
--input-state-focus-background: none;
|
|
105
92
|
--input-state-error-border: var(--color-error-border-primary);
|
|
@@ -110,5 +97,4 @@
|
|
|
110
97
|
--input-state-custom-background: none;
|
|
111
98
|
--input-state-hover-border: var(--color-surface-border-quaternary);
|
|
112
99
|
--input-state-hover-background: none;
|
|
113
|
-
--input-caret-color: var(--color-accent-primary);
|
|
114
100
|
}
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
outline: 0;
|
|
10
10
|
caret-color: var(--input-caret-color);
|
|
11
11
|
&:disabled {
|
|
12
|
-
background: var(--input-state-disabled-background
|
|
13
|
-
border: solid 1px var(--input-state-disabled-border
|
|
12
|
+
background: var(--input-state-disabled-background);
|
|
13
|
+
border: solid 1px var(--input-state-disabled-border);
|
|
14
14
|
&:hover {
|
|
15
|
-
background: var(--input-state-disabled-background
|
|
16
|
-
border: solid 1px var(--input-state-disabled-border
|
|
15
|
+
background: var(--input-state-disabled-background);
|
|
16
|
+
border: solid 1px var(--input-state-disabled-border);
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
&:focus {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
.input {
|
|
42
42
|
&_shape {
|
|
43
43
|
&_rounded {
|
|
44
|
-
border-radius: var(--input-shape-rounded
|
|
44
|
+
border-radius: var(--input-shape-rounded);
|
|
45
45
|
position: relative;
|
|
46
46
|
}
|
|
47
47
|
&_underline {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
}
|
|
55
55
|
.input {
|
|
56
56
|
&&_size {
|
|
57
|
-
@each $size in
|
|
57
|
+
@each $size in xxl, xl, l, m, s, xs, xxs, normal, tiny, compact, large {
|
|
58
58
|
&_$(size) {
|
|
59
59
|
padding: var(--input-size-$(size)-padding);
|
|
60
60
|
}
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
&__input {
|
|
44
44
|
&_shape {
|
|
45
45
|
&_rounded {
|
|
46
|
-
border-radius:
|
|
46
|
+
border-radius: var(--input-password-shape-rounded);
|
|
47
47
|
position: relative;
|
|
48
48
|
}
|
|
49
49
|
&_underline {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
.input-password {
|
|
59
59
|
&__input {
|
|
60
60
|
&&_size {
|
|
61
|
-
@each $size in
|
|
61
|
+
@each $size in xxl, xl, l, m, s, xs, xxs, normal, tiny, compact, large {
|
|
62
62
|
&_$(size) {
|
|
63
63
|
padding: var(--input-password-size-$(size)-padding);
|
|
64
64
|
}
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
.label {
|
|
38
38
|
&_shape {
|
|
39
39
|
&_rounded {
|
|
40
|
-
border-radius: var(--label-shape-rounded-default
|
|
41
|
-
@each $size in
|
|
40
|
+
border-radius: var(--label-shape-rounded-default);
|
|
41
|
+
@each $size in xxl, xl, l, m, s, xs, xxs {
|
|
42
42
|
&.label_size_$(size) {
|
|
43
43
|
border-radius: var(--label-size-$(size)-shape-rounded);
|
|
44
44
|
}
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
.label {
|
|
53
53
|
&_size {
|
|
54
|
-
@each $size in
|
|
54
|
+
@each $size in xxl, xl, l, m, s, xs, xxs {
|
|
55
55
|
&_$(size) {
|
|
56
56
|
^^&__inner {
|
|
57
57
|
padding: var(--label-size-$(size)-padding);
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
.list {
|
|
2
2
|
list-style: none;
|
|
3
|
-
margin: 0;
|
|
4
3
|
padding: 0;
|
|
4
|
+
margin: 0;
|
|
5
5
|
&__item {
|
|
6
|
-
margin: 0;
|
|
7
6
|
padding: 0;
|
|
7
|
+
margin: 0;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
.list {
|
|
11
11
|
&_bullet {
|
|
12
12
|
&-fill {
|
|
13
|
-
@each $type in accent, primary, secondary, tertiary, surface, success,
|
|
13
|
+
@each $type in accent, primary, secondary, tertiary, surface, success,
|
|
14
|
+
error {
|
|
14
15
|
&_$(type) {
|
|
15
16
|
&-item {
|
|
16
17
|
@each $color in primary, secondary, tertiary, quaternary, accent {
|
|
@@ -77,18 +78,18 @@
|
|
|
77
78
|
& li {
|
|
78
79
|
display: flex;
|
|
79
80
|
flex-direction: row;
|
|
80
|
-
align-items: center;
|
|
81
81
|
justify-content: flex-start;
|
|
82
|
+
align-items: center;
|
|
82
83
|
gap: 16px;
|
|
83
84
|
&::before {
|
|
84
|
-
content: '';
|
|
85
|
-
display: flex;
|
|
86
85
|
min-width: 6px;
|
|
87
|
-
max-width: 6px;
|
|
88
86
|
min-height: 6px;
|
|
87
|
+
max-width: 6px;
|
|
89
88
|
max-height: 6px;
|
|
90
89
|
background: inherit;
|
|
91
90
|
border-radius: 100%;
|
|
91
|
+
content: '';
|
|
92
|
+
display: flex;
|
|
92
93
|
}
|
|
93
94
|
}
|
|
94
95
|
}
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
.menu-item {
|
|
38
38
|
&_set {
|
|
39
39
|
&_filter {
|
|
40
|
-
cursor: pointer;
|
|
41
|
-
padding: var(--menu-item-set-filter-padding, 0);
|
|
42
40
|
color: var(--color-surface-text-primary);
|
|
41
|
+
padding: var(--menu-item-set-filter-padding);
|
|
42
|
+
cursor: pointer;
|
|
43
43
|
&:not(:last-child) {
|
|
44
|
-
border-right: var(--menu-item-set-filter-border-right
|
|
44
|
+
border-right: var(--menu-item-set-filter-border-right, initial);
|
|
45
45
|
}
|
|
46
46
|
&_active {
|
|
47
47
|
& span {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
.menu-item {
|
|
56
56
|
&_set {
|
|
57
57
|
&_subitem {
|
|
58
|
-
transform: translate(var(--menu-item-set-subitem-padding-left
|
|
58
|
+
transform: translate(var(--menu-item-set-subitem-padding-left));
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
.menu-item {
|
|
64
64
|
&_shape {
|
|
65
65
|
&_rounded {
|
|
66
|
-
border-radius: var(--menu-item-shape-rounded
|
|
66
|
+
border-radius: var(--menu-item-shape-rounded);
|
|
67
67
|
}
|
|
68
68
|
&_circular {
|
|
69
69
|
border-radius: 50%;
|
|
@@ -73,10 +73,28 @@
|
|
|
73
73
|
|
|
74
74
|
.menu-item {
|
|
75
75
|
&_size {
|
|
76
|
-
@each $size in
|
|
76
|
+
@each $size in xxl, xl, l, m, s, xs, xxs {
|
|
77
77
|
&_$(size) {
|
|
78
78
|
padding: var(--menu-item-size-$(size)-padding);
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
|
+
|
|
84
|
+
:root {
|
|
85
|
+
--menu-item-size-xxs-padding: 0 4px;
|
|
86
|
+
--menu-item-size-xs-padding: 0 4px;
|
|
87
|
+
--menu-item-size-s-padding: 3px 4px;
|
|
88
|
+
--menu-item-size-m-padding: 4px 12px;
|
|
89
|
+
--menu-item-size-l-padding: 6px 6px;
|
|
90
|
+
--menu-item-size-xl-padding: 10px 8px;
|
|
91
|
+
--menu-item-size-xxl-padding: 12px 10px;
|
|
92
|
+
|
|
93
|
+
--menu-item-shape-rounded: 20px;
|
|
94
|
+
--menu-item-set-subitem-padding-left: 36px;
|
|
95
|
+
|
|
96
|
+
--menu-item-set-filter-padding: 10px 16px;
|
|
97
|
+
--menu-item-set-filter-border-right: 1px solid
|
|
98
|
+
var(--color-surface-border-tertiary);
|
|
99
|
+
--menu-item-set-filter-active-color: var(--color-surface-item-accent);
|
|
100
|
+
}
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
.modal-shape {
|
|
19
19
|
&_rounded {
|
|
20
|
-
border-radius: var(--modal-shape-rounded
|
|
20
|
+
border-radius: var(--modal-shape-rounded);
|
|
21
21
|
}
|
|
22
22
|
&_circular {
|
|
23
23
|
border-radius: 50%;
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
width: 100%;
|
|
28
28
|
min-width: 200px;
|
|
29
29
|
min-height: 200px;
|
|
30
|
-
max-width: var(--modal-max-width
|
|
30
|
+
max-width: var(--modal-max-width);
|
|
31
31
|
position: relative;
|
|
32
32
|
z-index: 100;
|
|
33
33
|
&:focus {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
--modal-sheet-bottom-container-background,
|
|
6
6
|
var(--color-surface-primary)
|
|
7
7
|
) !important;
|
|
8
|
-
border-radius: var(--modal-sheet-bottom-container-border-radius
|
|
8
|
+
border-radius: var(--modal-sheet-bottom-container-border-radius) !important;
|
|
9
9
|
}
|
|
10
10
|
&__header {
|
|
11
11
|
height: 32px;
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
&_set {
|
|
28
28
|
&_float {
|
|
29
29
|
width: 100%;
|
|
30
|
-
border-radius: var(--notification-item-set-float-border-radius
|
|
30
|
+
border-radius: var(--notification-item-set-float-border-radius);
|
|
31
31
|
@mixin elevation-8;
|
|
32
32
|
^^&-wrapper {
|
|
33
|
-
padding: var(--notification-item-set-float-padding
|
|
33
|
+
padding: var(--notification-item-set-float-padding);
|
|
34
34
|
display: flex;
|
|
35
35
|
flex-direction: column;
|
|
36
36
|
gap: 4px;
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
&_top {
|
|
44
44
|
width: 100%;
|
|
45
45
|
^^&-wrapper {
|
|
46
|
-
padding: var(--notification-item-set-top-padding
|
|
46
|
+
padding: var(--notification-item-set-top-padding);
|
|
47
47
|
display: flex;
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
justify-content: center;
|
|
@@ -57,17 +57,17 @@
|
|
|
57
57
|
&_set {
|
|
58
58
|
&_form {
|
|
59
59
|
width: 100%;
|
|
60
|
-
padding: var(--notification-item-set-form-padding
|
|
61
|
-
border-radius: var(--notification-item-set-form-border-radius
|
|
60
|
+
padding: var(--notification-item-set-form-padding);
|
|
61
|
+
border-radius: var(--notification-item-set-form-border-radius);
|
|
62
62
|
display: flex;
|
|
63
63
|
flex-direction: column;
|
|
64
|
-
gap: var(--notification-item-set-form-gap
|
|
64
|
+
gap: var(--notification-item-set-form-gap);
|
|
65
65
|
^^&-wrapper {
|
|
66
66
|
text-align: left;
|
|
67
|
-
padding: var(--notification-item-set-form-wrapper-padding
|
|
67
|
+
padding: var(--notification-item-set-form-wrapper-padding);
|
|
68
68
|
display: flex;
|
|
69
69
|
flex-direction: column;
|
|
70
|
-
gap: var(--notification-item-set-form-wrapper-gap
|
|
70
|
+
gap: var(--notification-item-set-form-wrapper-gap);
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
}
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
&_toast {
|
|
78
78
|
width: 100%;
|
|
79
79
|
background: var(--color-surface-primary);
|
|
80
|
-
border-radius: var(--notification-item-set-toast-border-radius
|
|
80
|
+
border-radius: var(--notification-item-set-toast-border-radius);
|
|
81
81
|
display: flex;
|
|
82
82
|
flex-direction: column;
|
|
83
83
|
gap: 24px;
|
|
84
84
|
@mixin elevation-8;
|
|
85
85
|
^^&-wrapper {
|
|
86
|
-
padding: var(--notification-item-set-toast-padding
|
|
86
|
+
padding: var(--notification-item-set-toast-padding);
|
|
87
87
|
display: flex;
|
|
88
88
|
flex-direction: column;
|
|
89
89
|
gap: 4px;
|
|
@@ -156,3 +156,15 @@
|
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
|
+
:root {
|
|
160
|
+
--notification-item-set-float-border-radius: 10px;
|
|
161
|
+
--notification-item-set-float-padding: 20px;
|
|
162
|
+
--notification-item-set-form-padding: 0;
|
|
163
|
+
--notification-item-set-form-border-radius: 0;
|
|
164
|
+
--notification-item-set-form-gap: 0;
|
|
165
|
+
--notification-item-set-form-wrapper-padding: 0;
|
|
166
|
+
--notification-item-set-form-wrapper-gap: 0;
|
|
167
|
+
--notification-item-set-top-padding: 10px;
|
|
168
|
+
--notification-item-set-toast-border-radius: 0;
|
|
169
|
+
--notification-item-set-toast-padding: 0;
|
|
170
|
+
}
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
&_set {
|
|
3
3
|
&_float {
|
|
4
4
|
width: 100%;
|
|
5
|
-
border-radius: var(--notification-item-set-float-border-radius
|
|
5
|
+
border-radius: var(--notification-item-set-float-border-radius);
|
|
6
6
|
@mixin elevation-8;
|
|
7
7
|
^^&-wrapper {
|
|
8
|
-
padding: var(--notification-item-set-float-padding
|
|
8
|
+
padding: var(--notification-item-set-float-padding);
|
|
9
9
|
display: flex;
|
|
10
10
|
flex-direction: column;
|
|
11
11
|
gap: 4px;
|
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
&_set {
|
|
3
3
|
&_form {
|
|
4
4
|
width: 100%;
|
|
5
|
-
padding: var(--notification-item-set-form-padding
|
|
6
|
-
border-radius: var(--notification-item-set-form-border-radius
|
|
5
|
+
padding: var(--notification-item-set-form-padding);
|
|
6
|
+
border-radius: var(--notification-item-set-form-border-radius);
|
|
7
7
|
display: flex;
|
|
8
8
|
flex-direction: column;
|
|
9
|
-
gap: var(--notification-item-set-form-gap
|
|
9
|
+
gap: var(--notification-item-set-form-gap);
|
|
10
10
|
^^&-wrapper {
|
|
11
11
|
text-align: left;
|
|
12
|
-
padding: var(--notification-item-set-form-wrapper-padding
|
|
12
|
+
padding: var(--notification-item-set-form-wrapper-padding);
|
|
13
13
|
display: flex;
|
|
14
14
|
flex-direction: column;
|
|
15
|
-
gap: var(--notification-item-set-form-wrapper-gap
|
|
15
|
+
gap: var(--notification-item-set-form-wrapper-gap);
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
&_toast {
|
|
4
4
|
width: 100%;
|
|
5
5
|
background: var(--color-surface-primary);
|
|
6
|
-
border-radius: var(--notification-item-set-toast-border-radius
|
|
6
|
+
border-radius: var(--notification-item-set-toast-border-radius);
|
|
7
7
|
display: flex;
|
|
8
8
|
flex-direction: column;
|
|
9
9
|
gap: 24px;
|
|
10
10
|
@mixin elevation-8;
|
|
11
11
|
^^&-wrapper {
|
|
12
|
-
padding: var(--notification-item-set-toast-padding
|
|
12
|
+
padding: var(--notification-item-set-toast-padding);
|
|
13
13
|
display: flex;
|
|
14
14
|
flex-direction: column;
|
|
15
15
|
gap: 4px;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
left: 0;
|
|
7
7
|
top: 0;
|
|
8
8
|
z-index: 1;
|
|
9
|
-
backdrop-filter: blur(var(--overlay-blur
|
|
9
|
+
backdrop-filter: blur(var(--overlay-blur));
|
|
10
10
|
}
|
|
11
11
|
.overlay {
|
|
12
12
|
&&_state {
|
|
@@ -41,3 +41,7 @@
|
|
|
41
41
|
opacity: 0%;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
|
+
:root {
|
|
45
|
+
--overlay-fill: hsla(0, 0%, 0%, 0.4);
|
|
46
|
+
--overlay-blur: 20px;
|
|
47
|
+
}
|