@itcase/ui 1.8.25 → 1.8.29
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/{Avatar_cjs_D84VawE9.js → Avatar_cjs_33OrnLtt.js} +36 -99
- package/dist/{Avatar_es_CUnfNViT.js → Avatar_es_B3LiV8MM.js} +36 -99
- package/dist/{Button_cjs_CYUpbdMO.js → Button_cjs_C05Joa8j.js} +3 -3
- package/dist/{Button_es_Dp6yFZgn.js → Button_es_CO_dwo-N.js} +3 -3
- package/dist/{ChipsGroup_cjs_Ct-NrPmJ.js → ChipsGroup_cjs_Cm_pVx8z.js} +12 -7
- package/dist/{ChipsGroup_es_BNuhlSG6.js → ChipsGroup_es_CLpRB95W.js} +12 -7
- package/dist/{DatePicker_cjs_DamcZFbX.js → DatePicker_cjs_0y_2FcnF.js} +15 -23
- package/dist/{DatePicker_es_Bm_onmmb.js → DatePicker_es_bY1aXemt.js} +15 -23
- package/dist/Divider_cjs_BmCJj3TN.js +99 -0
- package/dist/Divider_es_kY-30pft.js +95 -0
- package/dist/{DropdownItem_cjs_B_7anyaJ.js → DropdownItem_cjs_DPoFy70W.js} +27 -20
- package/dist/{DropdownItem_es_B4EZYdJA.js → DropdownItem_es_CVztMEm0.js} +27 -20
- package/dist/{Label_cjs_ByGAWJcj.js → Label_cjs_BefEcq6i.js} +15 -15
- package/dist/{Label_es_BtwZ3a2V.js → Label_es_Dl_DrMOh.js} +15 -15
- package/dist/{Loader_cjs___VikiqS.js → Loader_cjs_CCrbD8Em.js} +1 -1
- package/dist/{Loader_es_DHKB6tTw.js → Loader_es_B2auu_rc.js} +1 -1
- package/dist/Overlay_cjs_CFOtnzDU.js +42 -0
- package/dist/Overlay_es_DczPjVL9.js +38 -0
- package/dist/{Text_cjs_DPhKj3wf.js → Text_cjs_C9fOm0nd.js} +0 -7
- package/dist/{Text_es_BRb3qqKM.js → Text_es_BfLRfj-5.js} +0 -7
- package/dist/{Tooltip_cjs_CaocDcQ5.js → Tooltip_cjs_pBGCcXLZ.js} +169 -310
- package/dist/{Tooltip_es_D1w1s33u.js → Tooltip_es_frBCZDrO.js} +169 -310
- package/dist/cjs/components/Accordion.js +43 -73
- package/dist/cjs/components/Avatar.js +3 -3
- package/dist/cjs/components/AvatarStack/stories/__mock__.js +28 -0
- package/dist/cjs/components/AvatarStack.js +41 -9
- package/dist/cjs/components/Badge.js +2 -2
- package/dist/cjs/components/Breadcrumbs.js +2 -2
- package/dist/cjs/components/Button.js +4 -4
- package/dist/cjs/components/Cell/stories/__mock__.js +14 -0
- package/dist/cjs/components/Cell.js +84 -42
- package/dist/cjs/components/Checkbox.js +49 -56
- package/dist/cjs/components/Checkmark.js +51 -14
- package/dist/cjs/components/Chips.js +3 -3
- package/dist/cjs/components/Choice.js +10 -10
- package/dist/cjs/components/Code.js +17 -26
- package/dist/cjs/components/CookiesWarning.js +34 -16
- package/dist/cjs/components/DatePeriod.js +46 -50
- package/dist/cjs/components/DatePicker.js +6 -6
- package/dist/cjs/components/Divider.js +1 -1
- package/dist/cjs/components/Drawer.js +35 -6
- package/dist/cjs/components/Dropdown/stories/__mock__.js +24 -0
- package/dist/cjs/components/Dropdown.js +4 -4
- package/dist/cjs/components/HeroTitle.js +9 -5
- package/dist/cjs/components/Icon.js +2 -2
- package/dist/cjs/components/InputPassword.js +2 -2
- package/dist/cjs/components/Label.js +3 -3
- package/dist/cjs/components/Loader.js +2 -2
- package/dist/cjs/components/MenuItem.js +10 -10
- package/dist/cjs/components/Modal.js +4 -4
- package/dist/cjs/components/Notification/stories/__mock__.js +30 -0
- package/dist/cjs/components/Notification.js +83 -101
- package/dist/cjs/components/Overlay.js +1 -1
- package/dist/cjs/components/Pagination.js +4 -4
- package/dist/cjs/components/Radio.js +123 -31
- package/dist/cjs/components/Response.js +21 -7
- package/dist/cjs/components/Search.js +60 -98
- package/dist/cjs/components/Segmented.js +6 -6
- package/dist/cjs/components/Select.js +3 -3
- package/dist/cjs/components/Swiper.js +2 -2
- package/dist/cjs/components/Switch.js +68 -195
- package/dist/cjs/components/Tab.js +11 -11
- package/dist/cjs/components/Text.js +1 -1
- package/dist/cjs/components/Tile.js +72 -45
- package/dist/cjs/components/Title.js +2 -2
- package/dist/cjs/components/Tooltip.js +2 -2
- package/dist/cjs/components/Video/stories/__mocks__.js +10 -0
- package/dist/cjs/components/Video.js +2 -9
- package/dist/cjs/context/Notifications.js +2 -1
- package/dist/components/Accordion.js +44 -73
- package/dist/components/Avatar.js +3 -3
- package/dist/components/AvatarStack/stories/__mock__.js +26 -0
- package/dist/components/AvatarStack.js +41 -9
- package/dist/components/Badge.js +2 -2
- package/dist/components/Breadcrumbs.js +2 -2
- package/dist/components/Button.js +4 -4
- package/dist/components/Cell/stories/__mock__.js +12 -0
- package/dist/components/Cell.js +84 -42
- package/dist/components/Checkbox.js +49 -56
- package/dist/components/Checkmark.js +51 -14
- package/dist/components/Chips.js +3 -3
- package/dist/components/Choice.js +10 -10
- package/dist/components/Code.js +17 -26
- package/dist/components/CookiesWarning.js +34 -17
- package/dist/components/DatePeriod.js +46 -49
- package/dist/components/DatePicker.js +6 -6
- package/dist/components/Divider.js +1 -1
- package/dist/components/Drawer.js +35 -6
- package/dist/components/Dropdown/stories/__mock__.js +22 -0
- package/dist/components/Dropdown.js +4 -4
- package/dist/components/HeroTitle.js +10 -6
- package/dist/components/Icon.js +2 -2
- package/dist/components/InputPassword.js +2 -2
- package/dist/components/Label.js +3 -3
- package/dist/components/Loader.js +2 -2
- package/dist/components/MenuItem.js +10 -10
- package/dist/components/Modal.js +4 -4
- package/dist/components/Notification/stories/__mock__.js +28 -0
- package/dist/components/Notification.js +80 -98
- package/dist/components/Overlay.js +1 -1
- package/dist/components/Pagination.js +4 -4
- package/dist/components/Radio.js +124 -31
- package/dist/components/Response.js +21 -7
- package/dist/components/Search.js +60 -98
- package/dist/components/Segmented.js +6 -6
- package/dist/components/Select.js +3 -3
- package/dist/components/Swiper.js +2 -2
- package/dist/components/Switch.js +68 -195
- package/dist/components/Tab.js +11 -11
- package/dist/components/Text.js +1 -1
- package/dist/components/Tile.js +72 -45
- package/dist/components/Title.js +2 -2
- package/dist/components/Tooltip.js +2 -2
- package/dist/components/Video/stories/__mocks__.js +8 -0
- package/dist/components/Video.js +2 -9
- package/dist/context/Notifications.js +2 -1
- package/dist/css/components/Accordion/Accordion.css +39 -14
- package/dist/css/components/Avatar/Avatar.css +44 -16
- package/dist/css/components/AvatarStack/AvatarStack.css +38 -3
- package/dist/css/components/Button/Button.css +1 -0
- package/dist/css/components/Cell/Cell.css +31 -41
- package/dist/css/components/Checkbox/Checkbox.css +63 -38
- package/dist/css/components/Code/Code.css +36 -6
- package/dist/css/components/CookiesWarning/CookiesWarning.css +3 -0
- package/dist/css/components/Divider/Divider.css +24 -0
- package/dist/css/components/Drawer/Drawer.css +11 -0
- package/dist/css/components/Dropdown/Dropdown.css +9 -24
- package/dist/css/components/Flex/Flex.css +4 -2
- package/dist/css/components/Flex/css/__item/flex__item_shape.css +1 -1
- package/dist/css/components/Grid/Grid.css +7 -83
- package/dist/css/components/Grid/css/__item/grid__item_column.css +1 -12
- package/dist/css/components/Group/Group.css +54 -11
- package/dist/css/components/HeroTitle/HeroTitle.css +22 -18
- package/dist/css/components/Link/Link.css +0 -1
- package/dist/css/components/Notification/Notification.css +69 -78
- package/dist/css/components/Notification/css/__item/notification__item.css +22 -0
- package/dist/css/components/Notification/css/__item/notification__item_position_float.css +13 -0
- package/dist/css/components/Notification/css/__item/notification__item_position_toast.css +17 -0
- package/dist/css/components/Notification/css/__item/notification__item_skeleton.css +25 -0
- package/dist/css/components/Notification/css/__item/notification__item_status.css +8 -8
- package/dist/css/components/Overlay/Overlay.css +0 -5
- package/dist/css/components/Radio/Radio.css +6 -63
- package/dist/css/components/Response/Response.css +24 -0
- package/dist/css/components/Search/Search.css +36 -15
- package/dist/css/components/Search/css/search-input/search-input_skeleton.css +25 -0
- package/dist/css/components/Switch/Switch.css +10 -17
- package/dist/css/components/Tab/Tab.css +45 -12
- package/dist/css/components/Text/Text.css +3 -3
- package/dist/css/components/Tile/Tile.css +64 -22
- package/dist/css/components/Title/Title.css +36 -26
- package/dist/css/components/Tooltip/Tooltip.css +95 -42
- package/dist/css/components/Video/Video.css +1 -1
- package/dist/css/styles/blur/blur.css +9 -0
- package/dist/css/styles/border-color/border-color.css +3 -0
- package/dist/css/styles/elevation/elevation.css +1 -1
- package/dist/css/styles/elevation/elevation_hover.css +1 -1
- package/dist/css/styles/opacity/opacity.css +2 -1
- package/dist/stories/AccordionOverview.mdx +12 -0
- package/dist/stories/AccordionPlayground.mdx +10 -0
- package/dist/stories/AvatarOverview.mdx +19 -0
- package/dist/stories/AvatarPlayground.mdx +10 -0
- package/dist/stories/AvatarStackOverview.mdx +13 -0
- package/dist/stories/AvatarStackPlayground.mdx +8 -0
- package/dist/stories/BadgeOverview.mdx +13 -0
- package/dist/stories/BadgePlayground.mdx +8 -0
- package/dist/stories/BreadcrumbsOverview.mdx +14 -0
- package/dist/stories/{Plsyground.mdx → BreadcrumbsPlsyground.mdx} +1 -1
- package/dist/stories/ButtonOverview.mdx +12 -0
- package/dist/stories/ButtonPlayground.mdx +10 -0
- package/dist/stories/CellOverview.mdx +21 -0
- package/dist/stories/CellPlayground.mdx +10 -0
- package/dist/stories/CheckboxOverview.mdx +12 -0
- package/dist/stories/CheckboxPlayground.mdx +10 -0
- package/dist/stories/CheckmarkOverview.mdx +12 -0
- package/dist/stories/CheckmarkPlayground.mdx +10 -0
- package/dist/stories/ChipsOverview.mdx +37 -0
- package/dist/stories/ChipsPlayground.mdx +10 -0
- package/dist/stories/ChoiceOverview.mdx +11 -0
- package/dist/stories/ChoicePlayground.mdx +10 -0
- package/dist/stories/CodeOverview.mdx +11 -0
- package/dist/stories/CodePlayground.mdx +10 -0
- package/dist/stories/CookiesWarningOverview.mdx +13 -0
- package/dist/stories/CookiesWarningPlayground.mdx +11 -0
- package/dist/stories/DadataHintFieldOverview.mdx +11 -0
- package/dist/stories/DatePeriodOverview.mdx +9 -0
- package/dist/stories/DatePeriodPlayground.mdx +10 -0
- package/dist/stories/DatePickerOverview.mdx +12 -0
- package/dist/stories/DatePickerPlayground.mdx +10 -0
- package/dist/stories/DividerOverview.mdx +11 -0
- package/dist/stories/DividerPlayground.mdx +10 -0
- package/dist/stories/DotOverview.mdx +11 -0
- package/dist/stories/DotPlayground.mdx +10 -0
- package/dist/stories/DrawerOverview.mdx +14 -0
- package/dist/stories/DrawerPlayground.mdx +10 -0
- package/dist/stories/DropdownOverview.mdx +11 -0
- package/dist/stories/DropdownPlayground.mdx +10 -0
- package/dist/stories/FlexAlignItems.mdx +73 -0
- package/dist/stories/FlexAlignSelf.mdx +84 -0
- package/dist/stories/FlexDirection.mdx +106 -0
- package/dist/stories/FlexJustifyContent.mdx +87 -0
- package/dist/stories/FlexOverview.mdx +48 -0
- package/dist/stories/FlexPlayground.mdx +10 -0
- package/dist/stories/FlexWrap.mdx +60 -0
- package/dist/stories/GridOverview.mdx +12 -0
- package/dist/stories/GridPlayground.mdx +10 -0
- package/dist/stories/GroupOverview.mdx +22 -0
- package/dist/stories/GroupPlayground.mdx +10 -0
- package/dist/stories/HTMLContentOverview.mdx +11 -0
- package/dist/stories/HTMLContentPlayground.mdx +10 -0
- package/dist/stories/HeroTitleOverview.mdx +36 -0
- package/dist/stories/HeroTitlePlayground.mdx +10 -0
- package/dist/stories/IconOverview.mdx +16 -0
- package/dist/stories/IconPlayground.mdx +10 -0
- package/dist/stories/ImageOverview.mdx +11 -0
- package/dist/stories/ImagePlayground.mdx +10 -0
- package/dist/stories/InputOverview.mdx +11 -0
- package/dist/stories/InputPasswordOverview.mdx +11 -0
- package/dist/stories/InputPasswordPlayground.mdx +10 -0
- package/dist/stories/InputPlayground.mdx +10 -0
- package/dist/stories/LabelOverview.mdx +11 -0
- package/dist/stories/LabelPlayground.mdx +10 -0
- package/dist/stories/LinkOverview.mdx +20 -0
- package/dist/stories/LinkPlayground.mdx +10 -0
- package/dist/stories/ListOverview.mdx +14 -0
- package/dist/stories/ListPlayground.mdx +10 -0
- package/dist/stories/LoaderOverview.mdx +11 -0
- package/dist/stories/LoaderPlayground.mdx +10 -0
- package/dist/stories/LogoOverview.mdx +24 -0
- package/dist/stories/LogoPlayground.mdx +10 -0
- package/dist/stories/MenuItemOverview.mdx +11 -0
- package/dist/stories/MenuItemPlayground.mdx +10 -0
- package/dist/stories/ModalOverview.mdx +15 -0
- package/dist/stories/ModalPlayground.mdx +10 -0
- package/dist/stories/ModalSheetBottomOverview.mdx +9 -0
- package/dist/stories/NotificationOverview.mdx +13 -0
- package/dist/stories/NotificationPlayground.mdx +10 -0
- package/dist/stories/OverlayOverview.mdx +12 -0
- package/dist/stories/OverlayPlayground.mdx +10 -0
- package/dist/stories/Overview.mdx +5 -15
- package/dist/stories/Playground.mdx +4 -4
- package/dist/stories/RadioOverview.mdx +12 -0
- package/dist/stories/RadioPlayground.mdx +10 -0
- package/dist/stories/ResponseOverview.mdx +11 -0
- package/dist/stories/ResponsePlayground.mdx +10 -0
- package/dist/stories/SVGContentOverview.mdx +15 -0
- package/dist/stories/SVGContentPlayground.mdx +10 -0
- package/dist/stories/SearchOverview.mdx +11 -0
- package/dist/stories/SearchPlayground.mdx +11 -0
- package/dist/stories/SegmentedOverview.mdx +12 -0
- package/dist/stories/SegmentedPlayground.mdx +10 -0
- package/dist/stories/SwiperOverview.mdx +28 -0
- package/dist/stories/SwiperPlayground.mdx +10 -0
- package/dist/stories/SwitchOverview.mdx +15 -0
- package/dist/stories/SwitchPlayground.mdx +10 -0
- package/dist/stories/TabOverview.mdx +25 -0
- package/dist/stories/TabPlayground.mdx +10 -0
- package/dist/stories/TextOverview.mdx +40 -0
- package/dist/stories/TextPlayground.mdx +10 -0
- package/dist/stories/TileOverview.mdx +11 -0
- package/dist/stories/TilePlayground.mdx +10 -0
- package/dist/stories/TitleOverview.mdx +12 -0
- package/dist/stories/TitlePlayground.mdx +10 -0
- package/dist/stories/TooltipOverview.mdx +11 -0
- package/dist/stories/TooltipPlayground.mdx +10 -0
- package/dist/stories/VideoOverview.mdx +21 -0
- package/dist/stories/VideoPlayground.mdx +10 -0
- package/dist/types/components/Accordion/Accordion.d.ts +2 -3
- package/dist/types/components/Accordion/appearance/accordionSize.d.ts +20 -35
- package/dist/types/components/Accordion/appearance/accordionStyle.d.ts +4 -6
- package/dist/types/components/Accordion/appearance/accordionSurface.d.ts +6 -5
- package/dist/types/components/Accordion/index.d.ts +2 -2
- package/dist/types/components/Avatar/Avatar.interface.d.ts +1 -0
- package/dist/types/components/Avatar/appearance/{avatarSurface.d.ts → avatarDefault.d.ts} +6 -5
- package/dist/types/components/Avatar/appearance/avatarSize.d.ts +9 -0
- package/dist/types/components/Avatar/appearance/avatarStyle.d.ts +5 -5
- package/dist/types/components/AvatarStack/AvatarStack.appearance.d.ts +2 -0
- package/dist/types/components/AvatarStack/AvatarStack.interface.d.ts +22 -2
- package/dist/types/components/AvatarStack/appearance/avatarStackSize.d.ts +21 -0
- package/dist/types/components/AvatarStack/stories/__mock__/index.d.ts +12 -0
- package/dist/types/components/Cell/appearance/cellSize.d.ts +36 -0
- package/dist/types/components/Cell/appearance/cellStyle.d.ts +4 -6
- package/dist/types/components/Cell/appearance/cellSurface.d.ts +19 -5
- package/dist/types/components/Cell/stories/__mock__/index.d.ts +9 -0
- package/dist/types/components/Checkbox/appearance/checkboxDefault.d.ts +9 -19
- package/dist/types/components/Checkbox/appearance/checkboxError.d.ts +11 -6
- package/dist/types/components/Checkbox/appearance/checkboxSize.d.ts +5 -18
- package/dist/types/components/Checkmark/appearance/checkmarkAccent.d.ts +2 -1
- package/dist/types/components/Checkmark/appearance/checkmarkDisabled.d.ts +2 -0
- package/dist/types/components/Checkmark/appearance/checkmarkSize.d.ts +24 -0
- package/dist/types/components/Checkmark/appearance/checkmarkStyle.d.ts +7 -9
- package/dist/types/components/Checkmark/appearance/checkmarkSurface.d.ts +2 -1
- package/dist/types/components/Chips/appearance/chipsAccent.d.ts +6 -0
- package/dist/types/components/Chips/appearance/chipsSize.d.ts +2 -2
- package/dist/types/components/Choice/appearance/choiceStyle.d.ts +6 -6
- package/dist/types/components/Code/Code.interface.d.ts +1 -0
- package/dist/types/components/Code/appearance/codeDefault.d.ts +0 -5
- package/dist/types/components/Code/appearance/codeDisabled.d.ts +0 -4
- package/dist/types/components/Code/appearance/codeError.d.ts +7 -7
- package/dist/types/components/Code/appearance/codeStyle.d.ts +5 -5
- package/dist/types/components/CookiesWarning/CookiesWarning.appearance.d.ts +7 -1
- package/dist/types/components/CookiesWarning/CookiesWarning.d.ts +2 -1
- package/dist/types/components/CookiesWarning/appearance/cookiesWarningDefault.d.ts +12 -0
- package/dist/types/components/CookiesWarning/index.d.ts +2 -2
- package/dist/types/components/DatePeriod/DatePeriod.interface.d.ts +2 -7
- package/dist/types/components/DatePeriod/appearance/datePeriodSize.d.ts +15 -0
- package/dist/types/components/DatePeriod/appearance/datePeriodSurface.d.ts +21 -0
- package/dist/types/components/DatePeriod/index.d.ts +0 -1
- package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +7 -13
- package/dist/types/components/DatePicker/appearance/datePickerSize.d.ts +4 -4
- package/dist/types/components/DatePicker/appearance/datePickerStyle.d.ts +3 -9
- package/dist/types/components/Divider/Divider.interface.d.ts +2 -0
- package/dist/types/components/Divider/appearance/dividerAccent.d.ts +0 -15
- package/dist/types/components/Divider/appearance/dividerError.d.ts +1 -6
- package/dist/types/components/Divider/appearance/dividerPrimary.d.ts +1 -3
- package/dist/types/components/Divider/appearance/dividerSecondary.d.ts +1 -3
- package/dist/types/components/Divider/appearance/dividerSuccess.d.ts +1 -6
- package/dist/types/components/Divider/appearance/dividerSurface.d.ts +3 -13
- package/dist/types/components/Divider/appearance/dividerWarning.d.ts +1 -6
- package/dist/types/components/Drawer/appearance/drawerSurface.d.ts +7 -1
- package/dist/types/components/Dropdown/appearance/dropdownAccent.d.ts +6 -1
- package/dist/types/components/Dropdown/appearance/dropdownSize.d.ts +3 -0
- package/dist/types/components/Dropdown/appearance/dropdownStyle.d.ts +4 -6
- package/dist/types/components/Dropdown/appearance/dropdownSurface.d.ts +6 -5
- package/dist/types/components/Dropdown/stories/__mock__/index.d.ts +44 -0
- package/dist/types/components/Icon/appearance/iconAccent.d.ts +3 -12
- package/dist/types/components/Icon/appearance/iconDanger.d.ts +0 -2
- package/dist/types/components/Icon/appearance/iconError.d.ts +0 -2
- package/dist/types/components/Icon/appearance/iconInfo.d.ts +0 -4
- package/dist/types/components/Icon/appearance/iconSize.d.ts +56 -28
- package/dist/types/components/Icon/appearance/iconStyle.d.ts +5 -6
- package/dist/types/components/Icon/appearance/iconSuccess.d.ts +6 -2
- package/dist/types/components/Icon/appearance/iconSurface.d.ts +8 -3
- package/dist/types/components/Icon/appearance/iconWarning.d.ts +0 -2
- package/dist/types/components/Label/appearance/labelSurface.d.ts +9 -9
- package/dist/types/components/MenuItem/appearance/menuItemStyle.d.ts +5 -5
- package/dist/types/components/Notification/Notification.appearance.d.ts +2 -0
- package/dist/types/components/Notification/Notification.d.ts +4 -0
- package/dist/types/components/Notification/Notification.interface.d.ts +9 -8
- package/dist/types/components/Notification/NotificationWrapper.d.ts +3 -0
- package/dist/types/components/Notification/appearance/notificationDefault.d.ts +17 -0
- package/dist/types/components/Notification/appearance/notificationError.d.ts +17 -0
- package/dist/types/components/Notification/appearance/notificationSize.d.ts +2 -0
- package/dist/types/components/{Divider/appearance/dividerStyle.d.ts → Notification/appearance/notificationStyle.d.ts} +3 -5
- package/dist/types/components/Notification/appearance/notificationSuccess.d.ts +17 -0
- package/dist/types/components/Notification/appearance/notificationWarning.d.ts +17 -0
- package/dist/types/components/Notification/index.d.ts +4 -4
- package/dist/types/components/Notification/stories/__mock__/index.d.ts +7 -0
- package/dist/types/components/Overlay/appearance/overlayDefault.d.ts +11 -0
- package/dist/types/components/Pagination/appearance/paginationSize.d.ts +9 -28
- package/dist/types/components/Radio/Radio.appearance.d.ts +93 -3
- package/dist/types/components/Radio/appearance/radioDefault.d.ts +11 -5
- package/dist/types/components/Radio/appearance/radioDisabled.d.ts +12 -0
- package/dist/types/components/Radio/appearance/radioRequire.d.ts +2 -2
- package/dist/types/components/Radio/appearance/radioSize.d.ts +3 -12
- package/dist/types/components/Radio/index.d.ts +1 -1
- package/dist/types/components/Response/Response.interface.d.ts +1 -0
- package/dist/types/components/Response/appearance/responceFail.d.ts +2 -0
- package/dist/types/components/Response/appearance/responceNothingFound.d.ts +2 -0
- package/dist/types/components/Response/appearance/responceRefresh.d.ts +2 -0
- package/dist/types/components/Response/appearance/responseError.d.ts +2 -0
- package/dist/types/components/Response/appearance/responseSuccess.d.ts +2 -0
- package/dist/types/components/Response/appearance/responseUnableLoadData.d.ts +2 -0
- package/dist/types/components/Response/appearance/responseWarning.d.ts +2 -0
- package/dist/types/components/Search/Search.interface.d.ts +2 -0
- package/dist/types/components/Search/appearance/searchDefault.d.ts +2 -13
- package/dist/types/components/Search/appearance/searchDisabled.d.ts +2 -9
- package/dist/types/components/Search/appearance/searchError.d.ts +2 -9
- package/dist/types/components/Search/appearance/searchRequire.d.ts +2 -9
- package/dist/types/components/Search/appearance/searchSize.d.ts +24 -6
- package/dist/types/components/Search/appearance/searchStyle.d.ts +3 -1
- package/dist/types/components/Search/appearance/searchSuccess.d.ts +1 -8
- package/dist/types/components/Segmented/appearance/segmentedStyle.d.ts +5 -5
- package/dist/types/components/Switch/appearance/switchDefault.d.ts +11 -0
- package/dist/types/components/Switch/appearance/switchDisabled.d.ts +5 -14
- package/dist/types/components/Switch/appearance/switchError.d.ts +6 -6
- package/dist/types/components/Switch/appearance/switchRequire.d.ts +5 -14
- package/dist/types/components/Switch/appearance/switchSize.d.ts +6 -47
- package/dist/types/components/Switch/appearance/switchSuccess.d.ts +6 -6
- package/dist/types/components/Tab/Tab.interface.d.ts +1 -0
- package/dist/types/components/Tab/appearance/tabStyle.d.ts +4 -4
- package/dist/types/components/Text/appearance/textSize.d.ts +0 -7
- package/dist/types/components/Tile/Tile.interface.d.ts +1 -0
- package/dist/types/components/Tile/appearance/tileSize.d.ts +30 -30
- package/dist/types/components/{Overlay/appearance/overlayStyle.d.ts → Tile/appearance/tileStyle.d.ts} +2 -2
- package/dist/types/components/Tile/appearance/tileSurface.d.ts +19 -8
- package/dist/types/components/Tooltip/appearance/tooltipDefault.d.ts +10 -0
- package/dist/types/components/Tooltip/appearance/tooltipDisabled.d.ts +2 -13
- package/dist/types/components/Tooltip/appearance/tooltipError.d.ts +4 -5
- package/dist/types/components/Tooltip/appearance/tooltipRequire.d.ts +2 -12
- package/dist/types/components/Tooltip/appearance/tooltipSize.d.ts +6 -47
- package/dist/types/components/Tooltip/appearance/tooltipStyle.d.ts +4 -6
- package/dist/types/components/Tooltip/appearance/tooltipSuccess.d.ts +4 -5
- package/dist/types/components/Video/stories/{mocks/videoSources.d.ts → __mocks__/index.d.ts} +2 -1
- package/dist/types/context/Notifications.d.ts +1 -1
- package/package.json +10 -10
- package/dist/Divider_cjs_DhqcldLH.js +0 -159
- package/dist/Divider_es_BEYLRagS.js +0 -155
- package/dist/Overlay_cjs_BdAm_zrO.js +0 -229
- package/dist/Overlay_es_cI_-_xUO.js +0 -225
- package/dist/css/components/Notification/css/__item/notification__item_set_float.css +0 -15
- package/dist/css/components/Notification/css/__item/notification__item_set_form.css +0 -19
- package/dist/css/components/Notification/css/__item/notification__item_set_toast.css +0 -19
- package/dist/css/components/Notification/css/__item/notification__item_set_top.css +0 -15
- package/dist/css/components/Notification/css/__item/notification__item_type_close-button.css +0 -17
- package/dist/stories/index.stories.js +0 -46
- package/dist/types/components/Avatar/appearance/avatarAccent.d.ts +0 -15
- package/dist/types/components/Avatar/appearance/avatarDanger.d.ts +0 -6
- package/dist/types/components/Avatar/appearance/avatarError.d.ts +0 -9
- package/dist/types/components/Avatar/appearance/avatarInfo.d.ts +0 -13
- package/dist/types/components/Avatar/appearance/avatarPrimary.d.ts +0 -7
- package/dist/types/components/Avatar/appearance/avatarSecondary.d.ts +0 -7
- package/dist/types/components/Avatar/appearance/avatarSuccess.d.ts +0 -7
- package/dist/types/components/Avatar/appearance/avatarWarning.d.ts +0 -9
- package/dist/types/components/DatePeriod/datePeriodIntervals.d.ts +0 -3
- package/dist/types/components/Notification/NotificationItem.appearance.d.ts +0 -2
- package/dist/types/components/Notification/NotificationItem.d.ts +0 -4
- package/dist/types/components/Notification/NotificationList.d.ts +0 -3
- package/dist/types/components/Notification/appearance/notificationItemError.d.ts +0 -11
- package/dist/types/components/Notification/appearance/notificationItemSize.d.ts +0 -59
- package/dist/types/components/Notification/appearance/notificationItemStyle.d.ts +0 -16
- package/dist/types/components/Notification/appearance/notificationItemSuccess.d.ts +0 -11
- package/dist/types/components/Notification/appearance/notificationItemWarning.d.ts +0 -11
- package/dist/types/components/Overlay/appearance/overlayAccent.d.ts +0 -21
- package/dist/types/components/Overlay/appearance/overlayDanger.d.ts +0 -7
- package/dist/types/components/Overlay/appearance/overlayError.d.ts +0 -11
- package/dist/types/components/Overlay/appearance/overlayInfo.d.ts +0 -21
- package/dist/types/components/Overlay/appearance/overlayPrimary.d.ts +0 -8
- package/dist/types/components/Overlay/appearance/overlaySecondary.d.ts +0 -8
- package/dist/types/components/Overlay/appearance/overlaySize.d.ts +0 -59
- package/dist/types/components/Overlay/appearance/overlaySuccess.d.ts +0 -11
- package/dist/types/components/Overlay/appearance/overlaySurface.d.ts +0 -25
- package/dist/types/components/Overlay/appearance/overlayWarning.d.ts +0 -11
- package/dist/types/components/Search/appearance/searchSurface.d.ts +0 -18
- package/dist/types/components/Switch/appearance/switchAccent.d.ts +0 -20
- package/dist/types/components/Switch/appearance/switchDanger.d.ts +0 -7
- package/dist/types/components/Switch/appearance/switchInfo.d.ts +0 -21
- package/dist/types/components/Switch/appearance/switchPrimary.d.ts +0 -8
- package/dist/types/components/Switch/appearance/switchSecondary.d.ts +0 -8
- package/dist/types/components/Switch/appearance/switchSurface.d.ts +0 -25
- package/dist/types/components/Switch/appearance/switchWarning.d.ts +0 -11
- package/dist/types/components/Tooltip/appearance/tooltipAccent.d.ts +0 -20
- package/dist/types/components/Tooltip/appearance/tooltipDanger.d.ts +0 -7
- package/dist/types/components/Tooltip/appearance/tooltipInfo.d.ts +0 -21
- package/dist/types/components/Tooltip/appearance/tooltipPrimary.d.ts +0 -8
- package/dist/types/components/Tooltip/appearance/tooltipSecondary.d.ts +0 -8
- package/dist/types/components/Tooltip/appearance/tooltipSurface.d.ts +0 -25
- package/dist/types/components/Tooltip/appearance/tooltipWarning.d.ts +0 -11
- /package/dist/stories/{Playgroynd.mdx → DadataHintFieldPlaygroynd.mdx} +0 -0
- /package/dist/stories/{AlignContent.mdx → FlexAlignContent.mdx} +0 -0
- /package/dist/stories/{Grow.mdx → FlexGrow.mdx} +0 -0
- /package/dist/stories/{Order.mdx → FlexOrder.mdx} +0 -0
- /package/dist/stories/{AlignItems.mdx → GroupAlignItems.mdx} +0 -0
- /package/dist/stories/{AlignSelf.mdx → GroupAlignSelf.mdx} +0 -0
- /package/dist/stories/{Columns.mdx → GroupColumns.mdx} +0 -0
- /package/dist/stories/{Direction.mdx → GroupDirection.mdx} +0 -0
- /package/dist/stories/{JustifyContent.mdx → GroupJustifyContent.mdx} +0 -0
- /package/dist/stories/{Wrap.mdx → GroupWrap.mdx} +0 -0
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
.dropdown {
|
|
93
93
|
&__item {
|
|
94
94
|
&_size {
|
|
95
|
-
@each $size in
|
|
95
|
+
@each $size in l, s, xs {
|
|
96
96
|
&_$(size) {
|
|
97
97
|
^^&-wrapper {
|
|
98
98
|
gap: var(--dropdown-item-size-$(size)-gap);
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
min-width: var(--dropdown-item-width-fixed);
|
|
110
110
|
}
|
|
111
111
|
&_hug {
|
|
112
|
-
min-width:
|
|
112
|
+
min-width: 100px;
|
|
113
113
|
display: inline-flex;
|
|
114
114
|
}
|
|
115
115
|
&_fill {
|
|
@@ -119,32 +119,17 @@
|
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
:root {
|
|
122
|
-
/*
|
|
123
|
-
--dropdown-
|
|
124
|
-
--dropdown-
|
|
125
|
-
|
|
126
|
-
/* Common */
|
|
127
|
-
--dropdown-shape-rounded: 0;
|
|
128
|
-
--dropdown-item-shape-rounded: 0;
|
|
129
|
-
--dropdown-item-width-fixed: 0;
|
|
130
|
-
--dropdown-compact-padding: 0;
|
|
131
|
-
--dropdown-compact-gap: 0;
|
|
132
|
-
|
|
133
|
-
/* Sizes XS */
|
|
134
|
-
--dropdown-item-size-xs-padding: 0;
|
|
135
|
-
--dropdown-item-size-xs-gap: 8px;
|
|
122
|
+
/* Sizes L */
|
|
123
|
+
--dropdown-item-size-l-padding: 8px 12px;
|
|
124
|
+
--dropdown-item-size-l-gap: 12px;
|
|
136
125
|
|
|
137
126
|
/* Sizes M */
|
|
138
|
-
--dropdown-item-size-s-padding:
|
|
127
|
+
--dropdown-item-size-s-padding: 6px 8px;
|
|
139
128
|
--dropdown-item-size-s-gap: 0px;
|
|
140
129
|
|
|
141
|
-
/* Sizes
|
|
142
|
-
--dropdown-item-size-
|
|
143
|
-
--dropdown-item-size-
|
|
144
|
-
|
|
145
|
-
/* Normal */
|
|
146
|
-
--dropdown-normal-padding: 16px;
|
|
147
|
-
--dropdown-normal-gap: 16px;
|
|
130
|
+
/* Sizes XS */
|
|
131
|
+
--dropdown-item-size-xs-padding: 4px 8px;
|
|
132
|
+
--dropdown-item-size-xs-gap: 8px;
|
|
148
133
|
}
|
|
149
134
|
@keyframes dropDownAnimationOpen {
|
|
150
135
|
0% {
|
|
@@ -63,7 +63,9 @@
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
.flex {
|
|
66
|
-
@each $val in flex-start, flex-end, center, space-between, space-around,
|
|
66
|
+
@each $val in flex-start, flex-end, center, space-between, space-around,
|
|
67
|
+
space-evenly, flexStart, flexEnd, center, spaceBetween, spaceAround,
|
|
68
|
+
spaceEvenly {
|
|
67
69
|
&_justify-content_$(val) {
|
|
68
70
|
& > div {
|
|
69
71
|
justify-content: $(val);
|
|
@@ -159,7 +161,7 @@
|
|
|
159
161
|
&__item {
|
|
160
162
|
&_shape {
|
|
161
163
|
&_rounded {
|
|
162
|
-
border-radius: var(--flex-item-shape-rounded
|
|
164
|
+
border-radius: var(--flex-item-shape-rounded);
|
|
163
165
|
}
|
|
164
166
|
&_circular {
|
|
165
167
|
border-radius: 50%;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
.grid {
|
|
2
|
-
width: 100%;
|
|
3
2
|
position: relative;
|
|
4
3
|
display: grid;
|
|
5
4
|
&__before {
|
|
@@ -54,14 +53,7 @@
|
|
|
54
53
|
19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37,
|
|
55
54
|
38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
|
|
56
55
|
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75,
|
|
57
|
-
76, 77, 78, 79, 80
|
|
58
|
-
95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110,
|
|
59
|
-
111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125,
|
|
60
|
-
126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140,
|
|
61
|
-
141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155,
|
|
62
|
-
156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170,
|
|
63
|
-
171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185,
|
|
64
|
-
186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200 {
|
|
56
|
+
76, 77, 78, 79, 80 {
|
|
65
57
|
&_columns_$(val) {
|
|
66
58
|
grid-template-columns: repeat($(val), 1fr);
|
|
67
59
|
& > ^&__wrapper {
|
|
@@ -73,36 +65,9 @@
|
|
|
73
65
|
}
|
|
74
66
|
}
|
|
75
67
|
.grid {
|
|
76
|
-
@each $val in
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95,
|
|
80
|
-
96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115,
|
|
81
|
-
116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134,
|
|
82
|
-
135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153,
|
|
83
|
-
154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172,
|
|
84
|
-
173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191,
|
|
85
|
-
192, 193, 194, 195, 196, 197, 198, 199, 200 {
|
|
86
|
-
&_row-gap_$(val) {
|
|
87
|
-
& > ^&__wrapper {
|
|
88
|
-
& > div {
|
|
89
|
-
row-gap: $(val) px;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
&_column-gap_$(val) {
|
|
94
|
-
& > ^&__wrapper {
|
|
95
|
-
& > div {
|
|
96
|
-
column-gap: $(val) px;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
.grid {
|
|
103
|
-
@each $val in auto, legacy, normal, stretch, center, start, end, left, right, space-around,
|
|
104
|
-
space-between, space-evenly, safe, center, unsafe center, self-start, self-end, left, right,
|
|
105
|
-
baseline, first baseline, last baseline {
|
|
68
|
+
@each $val in auto, legacy, normal, stretch, center, start, end, left, right,
|
|
69
|
+
space-around, space-between, space-evenly, safe, center, unsafe center,
|
|
70
|
+
self-start, self-end, left, right, baseline, first baseline, last baseline {
|
|
106
71
|
&_justify-content_$(val) {
|
|
107
72
|
justify-content: $(val);
|
|
108
73
|
}
|
|
@@ -116,14 +81,7 @@
|
|
|
116
81
|
19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37,
|
|
117
82
|
38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
|
|
118
83
|
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75,
|
|
119
|
-
76, 77, 78, 79, 80
|
|
120
|
-
95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110,
|
|
121
|
-
111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125,
|
|
122
|
-
126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140,
|
|
123
|
-
141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155,
|
|
124
|
-
156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170,
|
|
125
|
-
171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185,
|
|
126
|
-
186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200 {
|
|
84
|
+
76, 77, 78, 79, 80 {
|
|
127
85
|
&_rows_$(val) {
|
|
128
86
|
grid-template-columns: repeat($(val), 1fr);
|
|
129
87
|
& > ^&__wrapper {
|
|
@@ -145,30 +103,7 @@
|
|
|
145
103
|
.grid {
|
|
146
104
|
&_shape {
|
|
147
105
|
&_rounded {
|
|
148
|
-
border-radius: var(--grid-shape-rounded
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
.grid {
|
|
153
|
-
&&_state {
|
|
154
|
-
&_system {
|
|
155
|
-
^^&__wrapper {
|
|
156
|
-
padding: 0 var(--grid-system-margin);
|
|
157
|
-
&-inner {
|
|
158
|
-
grid-template-columns: 1fr repeat(var(--grid-system-columns), var(--grid-system-gutter) 1fr);
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
.grid {
|
|
165
|
-
&&_type {
|
|
166
|
-
&_surface {
|
|
167
|
-
&-secondary {
|
|
168
|
-
^^^&__wrapper {
|
|
169
|
-
background: var(--color-surface-secondary);
|
|
170
|
-
}
|
|
171
|
-
}
|
|
106
|
+
border-radius: var(--grid-shape-rounded);
|
|
172
107
|
}
|
|
173
108
|
}
|
|
174
109
|
}
|
|
@@ -201,18 +136,7 @@
|
|
|
201
136
|
.grid {
|
|
202
137
|
&__item {
|
|
203
138
|
@each $val in -1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
|
|
204
|
-
18, 19, 20, 21, 22, 23, 24
|
|
205
|
-
36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53,
|
|
206
|
-
54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71,
|
|
207
|
-
72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
|
|
208
|
-
90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106,
|
|
209
|
-
107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121,
|
|
210
|
-
122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136,
|
|
211
|
-
137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151,
|
|
212
|
-
152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166,
|
|
213
|
-
167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181,
|
|
214
|
-
182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196,
|
|
215
|
-
197, 198, 199, 200 {
|
|
139
|
+
18, 19, 20, 21, 22, 23, 24 {
|
|
216
140
|
&_column {
|
|
217
141
|
&-start_$(val) {
|
|
218
142
|
grid-column-start: $(val);
|
|
@@ -1,18 +1,7 @@
|
|
|
1
1
|
.grid {
|
|
2
2
|
&__item {
|
|
3
3
|
@each $val in -1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
|
|
4
|
-
18, 19, 20, 21, 22, 23, 24
|
|
5
|
-
36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53,
|
|
6
|
-
54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71,
|
|
7
|
-
72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
|
|
8
|
-
90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106,
|
|
9
|
-
107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121,
|
|
10
|
-
122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136,
|
|
11
|
-
137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151,
|
|
12
|
-
152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166,
|
|
13
|
-
167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181,
|
|
14
|
-
182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196,
|
|
15
|
-
197, 198, 199, 200 {
|
|
4
|
+
18, 19, 20, 21, 22, 23, 24 {
|
|
16
5
|
&_column {
|
|
17
6
|
&-start_$(val) {
|
|
18
7
|
grid-column-start: $(val);
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.group {
|
|
18
|
-
@each $val in 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
|
|
18
|
+
@each $val in 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
|
|
19
|
+
19, 20, 21, 22, 23, 24 {
|
|
19
20
|
&&_columns_$(val) {
|
|
20
21
|
display: grid;
|
|
21
22
|
grid-template-columns: repeat($(val), 1fr);
|
|
@@ -58,11 +59,12 @@
|
|
|
58
59
|
.group {
|
|
59
60
|
&_icon_fill {
|
|
60
61
|
&_hover {
|
|
61
|
-
@each $type in accent, primary, secondary, tertiary,
|
|
62
|
+
@each $type in accent, primary, secondary, tertiary, quaternary, surface,
|
|
63
|
+
error, success, warning, info, danger, gradient, disabled, hover {
|
|
62
64
|
&_$(type) {
|
|
63
65
|
&-item {
|
|
64
|
-
@each $color in primary, secondary, tertiary, quaternary,
|
|
65
|
-
disabled, hover {
|
|
66
|
+
@each $color in primary, secondary, tertiary, quaternary, accent,
|
|
67
|
+
disabled, hover, inverse {
|
|
66
68
|
&-$(color) {
|
|
67
69
|
&:hover {
|
|
68
70
|
& svg {
|
|
@@ -82,7 +84,7 @@
|
|
|
82
84
|
.group {
|
|
83
85
|
&_shape {
|
|
84
86
|
&_rounded {
|
|
85
|
-
border-radius: var(--group-shape-rounded
|
|
87
|
+
border-radius: var(--group-shape-rounded);
|
|
86
88
|
}
|
|
87
89
|
&_circular {
|
|
88
90
|
border-radius: 50%;
|
|
@@ -93,14 +95,18 @@
|
|
|
93
95
|
.group {
|
|
94
96
|
&_stacking {
|
|
95
97
|
&_first-on-top {
|
|
96
|
-
@each $order,
|
|
98
|
+
@each $order,
|
|
99
|
+
$indexValue in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15),
|
|
100
|
+
(15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1) {
|
|
97
101
|
:nth-child($order) {
|
|
98
102
|
z-index: $indexValue;
|
|
99
103
|
}
|
|
100
104
|
}
|
|
101
105
|
}
|
|
102
106
|
&_last-on-top {
|
|
103
|
-
@each $order,
|
|
107
|
+
@each $order,
|
|
108
|
+
$indexValue in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15),
|
|
109
|
+
(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15) {
|
|
104
110
|
:nth-child($order) {
|
|
105
111
|
z-index: $indexValue;
|
|
106
112
|
}
|
|
@@ -112,12 +118,13 @@
|
|
|
112
118
|
.group {
|
|
113
119
|
&_text-color {
|
|
114
120
|
&_hover {
|
|
115
|
-
@each $type in accent, primary, secondary, tertiary, quaternary,
|
|
116
|
-
success,
|
|
121
|
+
@each $type in accent, primary, secondary, tertiary, quaternary, surface,
|
|
122
|
+
error, success, warning, info, danger, gradient, disabled, hover,
|
|
123
|
+
inverse {
|
|
117
124
|
&_$(type) {
|
|
118
125
|
&-text {
|
|
119
|
-
@each $color in primary, secondary, tertiary, quaternary,
|
|
120
|
-
disabled, hover {
|
|
126
|
+
@each $color in primary, secondary, tertiary, quaternary, accent,
|
|
127
|
+
disabled, hover, inverse {
|
|
121
128
|
&-$(color) {
|
|
122
129
|
&:hover {
|
|
123
130
|
& .text,
|
|
@@ -140,6 +147,42 @@
|
|
|
140
147
|
}
|
|
141
148
|
}
|
|
142
149
|
}
|
|
150
|
+
@each $palette in red, neon-pink, electric-pink, hibiscus, pink,
|
|
151
|
+
pink-citrus, pomagranate, dragon-fruit, camellia, red-rose, plum,
|
|
152
|
+
orange, clementine, apricot, papaya, kumquat, light-orange, peach,
|
|
153
|
+
flamingo, rose-gold, pink-sand, vintage-rose, grapefruit, cream,
|
|
154
|
+
mellow-yellow, canary-yellow, pollen, flash-light, lemon-cream, flash,
|
|
155
|
+
dark-green, green, spearmint, mint, beryl, sea-foam, turquoise, blue,
|
|
156
|
+
light-blue, cerulian, surf-blue, pacific-green, blue-cobalt, dark-teal,
|
|
157
|
+
blue-horizon, denim-blue, linen-blue, deep-navy, midnight-blue, purple,
|
|
158
|
+
ultra-violet, lilac, ocean-blue, delft-blue, indigo, lavender-gray,
|
|
159
|
+
lavender, mist-blue, storm-gray, cactus, pine-green, cyprus-green,
|
|
160
|
+
northern-blue, azure, alaskan-blue, khaki, dark-olive, soft-white,
|
|
161
|
+
antique-white, yellow-gold, gold, camel, walnut, stone, pebble, cocoa,
|
|
162
|
+
coastal-gray, white, black, alto, athens-gray, sonic-silver {
|
|
163
|
+
&_$(palette) {
|
|
164
|
+
&-text {
|
|
165
|
+
&-$(color) {
|
|
166
|
+
&:hover {
|
|
167
|
+
& .text,
|
|
168
|
+
& .title,
|
|
169
|
+
& .link {
|
|
170
|
+
color: var(--color-palette-$(palette));
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
&-hover {
|
|
174
|
+
&:hover {
|
|
175
|
+
& .text,
|
|
176
|
+
& .title,
|
|
177
|
+
& .link {
|
|
178
|
+
color: var(--color-palette-$(palette));
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
143
186
|
}
|
|
144
187
|
}
|
|
145
188
|
}
|
|
@@ -5,16 +5,19 @@
|
|
|
5
5
|
}
|
|
6
6
|
.hero-title {
|
|
7
7
|
&_skeleton {
|
|
8
|
-
|
|
8
|
+
background-size: 200% !important;
|
|
9
|
+
border: solid 2px red;
|
|
10
|
+
border: none;
|
|
11
|
+
animation: heroTitleSkeleton 3s infinite linear !important;
|
|
9
12
|
background-image: linear-gradient(
|
|
10
13
|
90deg,
|
|
11
|
-
var(--color-surface-secondary),
|
|
12
|
-
var(--color-surface-tertiary),
|
|
13
|
-
var(--color-surface-secondary)
|
|
14
|
-
);
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
var(--color-surface-fill-secondary),
|
|
15
|
+
var(--color-surface-fill-tertiary),
|
|
16
|
+
var(--color-surface-fill-secondary)
|
|
17
|
+
) !important;
|
|
18
|
+
& * {
|
|
19
|
+
opacity: 0%;
|
|
20
|
+
}
|
|
18
21
|
}
|
|
19
22
|
}
|
|
20
23
|
@keyframes heroTitleSkeleton {
|
|
@@ -36,26 +39,27 @@
|
|
|
36
39
|
}
|
|
37
40
|
}
|
|
38
41
|
}
|
|
39
|
-
.hero-title {
|
|
40
|
-
&&_type {
|
|
41
|
-
@each $type in accent, primary, secondary, tertiary, surface, success, error {
|
|
42
|
-
&_$(type) {
|
|
43
|
-
color: var(--color-$(type)-text-$(type));
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
42
|
.hero-title {
|
|
49
43
|
&_direction {
|
|
50
44
|
&_horizontal {
|
|
51
45
|
display: flex;
|
|
52
46
|
flex-direction: row;
|
|
53
|
-
align-items:
|
|
47
|
+
align-items: center;
|
|
48
|
+
^^&__wrapper {
|
|
49
|
+
display: flex;
|
|
50
|
+
flex-direction: row;
|
|
51
|
+
align-items: center;
|
|
52
|
+
}
|
|
54
53
|
}
|
|
55
54
|
&_vertical {
|
|
56
55
|
display: flex;
|
|
57
56
|
flex-direction: column;
|
|
58
57
|
align-items: flex-start;
|
|
58
|
+
^^&__wrapper {
|
|
59
|
+
display: flex;
|
|
60
|
+
flex-direction: column;
|
|
61
|
+
align-items: center;
|
|
62
|
+
}
|
|
59
63
|
}
|
|
60
64
|
}
|
|
61
65
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.notification {
|
|
2
2
|
}
|
|
3
3
|
.notification {
|
|
4
|
-
&&
|
|
4
|
+
&&_global {
|
|
5
5
|
background: none;
|
|
6
6
|
padding: 0;
|
|
7
7
|
position: fixed;
|
|
@@ -24,77 +24,39 @@
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
.notification__item {
|
|
27
|
-
&
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
padding: var(--notification-item-set-float-padding);
|
|
34
|
-
display: flex;
|
|
35
|
-
flex-direction: column;
|
|
36
|
-
gap: 4px;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
.notification__item {
|
|
42
|
-
&_set {
|
|
43
|
-
&_top {
|
|
44
|
-
width: 100%;
|
|
45
|
-
^^&-wrapper {
|
|
46
|
-
padding: var(--notification-item-set-top-padding);
|
|
47
|
-
display: flex;
|
|
48
|
-
flex-direction: column;
|
|
49
|
-
justify-content: center;
|
|
50
|
-
align-items: center;
|
|
51
|
-
gap: 4px;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
.notification__item {
|
|
57
|
-
&_set {
|
|
58
|
-
&_form {
|
|
59
|
-
width: 100%;
|
|
60
|
-
padding: var(--notification-item-set-form-padding);
|
|
61
|
-
border-radius: var(--notification-item-set-form-border-radius);
|
|
27
|
+
&_float {
|
|
28
|
+
width: 100%;
|
|
29
|
+
border-radius: var(--notification-item-set-float-border-radius);
|
|
30
|
+
@mixin elevation-8;
|
|
31
|
+
^^&-wrapper {
|
|
32
|
+
padding: var(--notification-item-set-float-padding);
|
|
62
33
|
display: flex;
|
|
63
34
|
flex-direction: column;
|
|
64
|
-
gap:
|
|
65
|
-
^^&-wrapper {
|
|
66
|
-
text-align: left;
|
|
67
|
-
padding: var(--notification-item-set-form-wrapper-padding);
|
|
68
|
-
display: flex;
|
|
69
|
-
flex-direction: column;
|
|
70
|
-
gap: var(--notification-item-set-form-wrapper-gap);
|
|
71
|
-
}
|
|
35
|
+
gap: 4px;
|
|
72
36
|
}
|
|
73
37
|
}
|
|
74
38
|
}
|
|
75
39
|
.notification__item {
|
|
76
|
-
&
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
40
|
+
&_toast {
|
|
41
|
+
width: 100%;
|
|
42
|
+
background: var(--color-surface-fill-primary);
|
|
43
|
+
border-radius: var(--notification-item-set-toast-border-radius);
|
|
44
|
+
display: flex;
|
|
45
|
+
flex-direction: column;
|
|
46
|
+
gap: 24px;
|
|
47
|
+
@mixin elevation-8;
|
|
48
|
+
^^&-wrapper {
|
|
49
|
+
padding: var(--notification-item-set-toast-padding);
|
|
81
50
|
display: flex;
|
|
82
51
|
flex-direction: column;
|
|
83
|
-
gap:
|
|
84
|
-
@mixin elevation-8;
|
|
85
|
-
^^&-wrapper {
|
|
86
|
-
padding: var(--notification-item-set-toast-padding);
|
|
87
|
-
display: flex;
|
|
88
|
-
flex-direction: column;
|
|
89
|
-
gap: 4px;
|
|
90
|
-
}
|
|
52
|
+
gap: 4px;
|
|
91
53
|
}
|
|
92
54
|
}
|
|
93
55
|
}
|
|
94
56
|
.notification__item {
|
|
95
57
|
&_status {
|
|
96
58
|
&_success {
|
|
97
|
-
background: var(--color-success-fill-primary);
|
|
59
|
+
/* background: var(--color-success-fill-primary);
|
|
98
60
|
^^&-wrapper {
|
|
99
61
|
^^^&-title {
|
|
100
62
|
color: var(--color-success-text-secondary);
|
|
@@ -102,10 +64,10 @@
|
|
|
102
64
|
^^^&-text {
|
|
103
65
|
color: var(--color-success-text-secondary);
|
|
104
66
|
}
|
|
105
|
-
}
|
|
67
|
+
} */
|
|
106
68
|
}
|
|
107
69
|
&_error {
|
|
108
|
-
background: var(--color-error-fill-primary);
|
|
70
|
+
/* background: var(--color-error-fill-primary);
|
|
109
71
|
^^&-wrapper {
|
|
110
72
|
^^^&-title {
|
|
111
73
|
color: var(--color-error-text-secondary);
|
|
@@ -113,10 +75,10 @@
|
|
|
113
75
|
^^^&-text {
|
|
114
76
|
color: var(--color-error-text-secondary);
|
|
115
77
|
}
|
|
116
|
-
}
|
|
78
|
+
} */
|
|
117
79
|
}
|
|
118
80
|
&_warning {
|
|
119
|
-
background: var(--color-primary-fill-primary);
|
|
81
|
+
/* background: var(--color-primary-fill-primary);
|
|
120
82
|
^^&-wrapper {
|
|
121
83
|
^^^&-title {
|
|
122
84
|
color: var(--color-primary-text-primary);
|
|
@@ -124,10 +86,10 @@
|
|
|
124
86
|
^^^&-text {
|
|
125
87
|
color: var(--color-primary-text-primary);
|
|
126
88
|
}
|
|
127
|
-
}
|
|
89
|
+
} */
|
|
128
90
|
}
|
|
129
91
|
&_info {
|
|
130
|
-
background: var(--color-info-fill-primary);
|
|
92
|
+
/* background: var(--color-info-fill-primary);
|
|
131
93
|
^^&-wrapper {
|
|
132
94
|
^^^&-title {
|
|
133
95
|
color: var(--color-info-text-primary);
|
|
@@ -135,25 +97,54 @@
|
|
|
135
97
|
^^^&-text {
|
|
136
98
|
color: var(--color-info-text-primary);
|
|
137
99
|
}
|
|
138
|
-
}
|
|
100
|
+
} */
|
|
139
101
|
}
|
|
140
102
|
}
|
|
141
103
|
}
|
|
142
104
|
.notification__item {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
}
|
|
155
|
-
}
|
|
105
|
+
min-width: 240px;
|
|
106
|
+
padding: 12px;
|
|
107
|
+
gap: 8px;
|
|
108
|
+
display: flex;
|
|
109
|
+
flex-direction: column;
|
|
110
|
+
&-wrapper {
|
|
111
|
+
display: grid;
|
|
112
|
+
grid-auto-rows: auto;
|
|
113
|
+
grid-template-columns: 1fr min-content;
|
|
114
|
+
^&-title {
|
|
115
|
+
grid-row-start: 1;
|
|
156
116
|
}
|
|
117
|
+
^&-text {
|
|
118
|
+
grid-row-start: 2;
|
|
119
|
+
}
|
|
120
|
+
^&-close {
|
|
121
|
+
grid-column-start: 2;
|
|
122
|
+
grid-row-start: 2 span;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
.notification__item {
|
|
127
|
+
&&_skeleton {
|
|
128
|
+
background-size: 200% !important;
|
|
129
|
+
border: none;
|
|
130
|
+
animation: notificationSkeleton 3s infinite linear !important;
|
|
131
|
+
background-image: linear-gradient(
|
|
132
|
+
90deg,
|
|
133
|
+
var(--color-surface-fill-secondary),
|
|
134
|
+
var(--color-surface-fill-tertiary),
|
|
135
|
+
var(--color-surface-fill-secondary)
|
|
136
|
+
) !important;
|
|
137
|
+
& * {
|
|
138
|
+
opacity: 0%;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
@keyframes notificationSkeleton {
|
|
143
|
+
0% {
|
|
144
|
+
background-position: 200%;
|
|
145
|
+
}
|
|
146
|
+
100% {
|
|
147
|
+
background-position: -200%;
|
|
157
148
|
}
|
|
158
149
|
}
|
|
159
150
|
:root {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
.notification__item {
|
|
2
|
+
min-width: 240px;
|
|
3
|
+
padding: 12px;
|
|
4
|
+
gap: 8px;
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
&-wrapper {
|
|
8
|
+
display: grid;
|
|
9
|
+
grid-auto-rows: auto;
|
|
10
|
+
grid-template-columns: 1fr min-content;
|
|
11
|
+
^&-title {
|
|
12
|
+
grid-row-start: 1;
|
|
13
|
+
}
|
|
14
|
+
^&-text {
|
|
15
|
+
grid-row-start: 2;
|
|
16
|
+
}
|
|
17
|
+
^&-close {
|
|
18
|
+
grid-column-start: 2;
|
|
19
|
+
grid-row-start: 2 span;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
.notification__item {
|
|
2
|
+
&_float {
|
|
3
|
+
width: 100%;
|
|
4
|
+
border-radius: var(--notification-item-set-float-border-radius);
|
|
5
|
+
@mixin elevation-8;
|
|
6
|
+
^^&-wrapper {
|
|
7
|
+
padding: var(--notification-item-set-float-padding);
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
gap: 4px;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|