@itcase/ui 1.8.27 → 1.8.30
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_DN9BoTKe.js} +13 -10
- package/dist/{ChipsGroup_es_BNuhlSG6.js → ChipsGroup_es_D9aK8Roh.js} +13 -10
- package/dist/{DatePicker_cjs_DamcZFbX.js → DatePicker_cjs_B_OWDm9X.js} +15 -26
- package/dist/{DatePicker_es_Bm_onmmb.js → DatePicker_es_BCbmUdl0.js} +15 -26
- 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 +61 -75
- 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 +48 -11
- 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 +62 -75
- 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 +48 -11
- 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 +64 -19
- package/dist/css/components/Avatar/Avatar.css +44 -16
- package/dist/css/components/AvatarStack/AvatarStack.css +38 -3
- package/dist/css/components/Badge/Badge.css +1 -1
- 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 +27 -35
- package/dist/types/components/Accordion/appearance/accordionStyle.d.ts +4 -6
- package/dist/types/components/Accordion/appearance/accordionSurface.d.ts +15 -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.appearance.d.ts +1 -2
- package/dist/types/components/DatePeriod/appearance/datePeriodSize.d.ts +17 -0
- package/dist/types/components/DatePeriod/appearance/datePeriodSurface.d.ts +19 -0
- package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +7 -15
- 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/DatePicker/appearance/datePickerSurface.d.ts +0 -2
- 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 +9 -9
- 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/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
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Canvas, Controls, Meta, Story } from '@storybook/blocks'
|
|
2
|
+
|
|
3
|
+
import * as SwitchStories from '../stories/SwitchDemo.stories'
|
|
4
|
+
|
|
5
|
+
<Meta title="Atoms / Switch / Overview" />
|
|
6
|
+
|
|
7
|
+
# Switch
|
|
8
|
+
|
|
9
|
+
`Switch` позволяет быстро переключаться между двумя бинарными состояниями.
|
|
10
|
+
Обычно используются для включения / выключения указанного параметра.
|
|
11
|
+
Клик или свайп по переключателю немедленно переключает состояние параметра.
|
|
12
|
+
Переключатель показывает, что он включен, когда окрашен в акцентный цвет продукта.
|
|
13
|
+
При этом «ручка управления» переместилась вправо.
|
|
14
|
+
|
|
15
|
+
<Story of={SwitchStories.Demo} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Canvas, Controls, Meta } from '@storybook/blocks'
|
|
2
|
+
|
|
3
|
+
import * as SwitchStories from '../stories/SwitchDemo.stories'
|
|
4
|
+
|
|
5
|
+
<Meta title="Atoms / Switch / Playground" />
|
|
6
|
+
|
|
7
|
+
# Playground
|
|
8
|
+
|
|
9
|
+
<Canvas sourceState="shown" of={SwitchStories.Demo} />
|
|
10
|
+
<Controls of={SwitchStories.Demo} />
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Meta, Story } from '@storybook/blocks'
|
|
2
|
+
|
|
3
|
+
import * as TabStories from '../stories/TabDemo.stories'
|
|
4
|
+
|
|
5
|
+
<Meta title="Atoms / Tab / Overview" />
|
|
6
|
+
|
|
7
|
+
# Tab
|
|
8
|
+
|
|
9
|
+
`Tab` - это элемент быстрой навигации между сгруппированным контентом без перезагрузки страницы.
|
|
10
|
+
Отображает в общем контейнере выбранный раздел контента, скрывая остальные разделы.
|
|
11
|
+
|
|
12
|
+
Табы образуют группу. Группа табов отделяется от контента линией или
|
|
13
|
+
границей блоков. Один таб всегда выбран, по умолчанию первый. Может быть выбран только один таб
|
|
14
|
+
из всей группы. Клик по неактивному табу скрывает текущий контент и отображает контент выбранного таба.
|
|
15
|
+
Используйте табы для второстепенной навигации, группировки и фильтрации связанного контента.
|
|
16
|
+
|
|
17
|
+
<Story of={TabStories.Demo} />
|
|
18
|
+
|
|
19
|
+
# TabGroup
|
|
20
|
+
|
|
21
|
+
`TabGroup` состоит из табов, которые образуют группу. Группа табов отделяется от контента линией или
|
|
22
|
+
границей блоков. Один таб всегда выбран, по умолчанию первый. Может быть выбран только один таб
|
|
23
|
+
из всей группы. Клик по неактивному табу скрывает текущий контент и отображает контент выбранного таба.
|
|
24
|
+
Используйте табы для второстепенной навигации, группировки и фильтрации связанного контента.
|
|
25
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Canvas, Controls, Meta } from '@storybook/blocks'
|
|
2
|
+
|
|
3
|
+
import * as TabStories from '../stories/TabDemo.stories'
|
|
4
|
+
|
|
5
|
+
<Meta title="Atoms / Tab / Playground" />
|
|
6
|
+
|
|
7
|
+
# Playground
|
|
8
|
+
|
|
9
|
+
<Canvas sourceState="shown" of={TabStories.Demo} />
|
|
10
|
+
<Controls of={TabStories.Demo} />
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Meta, Story } from '@storybook/blocks'
|
|
2
|
+
|
|
3
|
+
import * as TextStories from '../stories/TextSize.stories'
|
|
4
|
+
|
|
5
|
+
<Meta title="Atoms / Text / Overview" />
|
|
6
|
+
|
|
7
|
+
# Text
|
|
8
|
+
|
|
9
|
+
`Text` служит для передачи текста.
|
|
10
|
+
|
|
11
|
+
# Size
|
|
12
|
+
|
|
13
|
+
## XXL
|
|
14
|
+
|
|
15
|
+
<Story of={TextStories.SizeXXL} />
|
|
16
|
+
|
|
17
|
+
## XL
|
|
18
|
+
|
|
19
|
+
<Story of={TextStories.SizeXL} />
|
|
20
|
+
|
|
21
|
+
## L
|
|
22
|
+
|
|
23
|
+
<Story of={TextStories.SizeL} />
|
|
24
|
+
|
|
25
|
+
## M
|
|
26
|
+
|
|
27
|
+
<Story of={TextStories.SizeM} />
|
|
28
|
+
|
|
29
|
+
## S
|
|
30
|
+
|
|
31
|
+
<Story of={TextStories.SizeS} />
|
|
32
|
+
|
|
33
|
+
## XS
|
|
34
|
+
|
|
35
|
+
<Story of={TextStories.SizeXS} />
|
|
36
|
+
|
|
37
|
+
## XXS
|
|
38
|
+
|
|
39
|
+
<Story of={TextStories.SizeXXS} />
|
|
40
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Canvas, Controls, Meta } from '@storybook/blocks'
|
|
2
|
+
|
|
3
|
+
import * as TextStories from '../stories/TextSize.stories'
|
|
4
|
+
|
|
5
|
+
<Meta title="Atoms / Text / Playground" />
|
|
6
|
+
|
|
7
|
+
# Playground
|
|
8
|
+
|
|
9
|
+
<Canvas sourceState="shown" of={TextStories.SizeM} />
|
|
10
|
+
<Controls of={TextStories.SizeM} />
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Meta, Story } from '@storybook/blocks'
|
|
2
|
+
|
|
3
|
+
import * as TileStories from '../stories/TileDemo.stories'
|
|
4
|
+
|
|
5
|
+
<Meta title="Molecules / Tile / Overview" />
|
|
6
|
+
|
|
7
|
+
# Tile
|
|
8
|
+
|
|
9
|
+
`Tile` - это карточка, на которой находится вся ключевая информация, более детальная отобразится при клике на нее.
|
|
10
|
+
|
|
11
|
+
<Story of={TileStories.Demo} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Canvas, Controls, Meta } from '@storybook/blocks'
|
|
2
|
+
|
|
3
|
+
import * as TileStories from '../stories/TileDemo.stories'
|
|
4
|
+
|
|
5
|
+
<Meta title="Molecules / Tile / Playground" />
|
|
6
|
+
|
|
7
|
+
# Playground
|
|
8
|
+
|
|
9
|
+
<Canvas sourceState="shown" of={TileStories.Demo} />
|
|
10
|
+
<Controls of={TileStories.Demo} />
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Meta, Story } from '@storybook/blocks'
|
|
2
|
+
|
|
3
|
+
import * as TitleStories from '../stories/TitleDemo.stories'
|
|
4
|
+
|
|
5
|
+
<Meta title="Atoms / Title / Overview" />
|
|
6
|
+
|
|
7
|
+
# Overview
|
|
8
|
+
|
|
9
|
+
`Title` — отображает заголовки.
|
|
10
|
+
|
|
11
|
+
<Story of={TitleStories.Demo} />
|
|
12
|
+
<Story of={TitleStories.Skeleton} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Canvas, Controls, Meta } from '@storybook/blocks'
|
|
2
|
+
|
|
3
|
+
import * as TitleStories from '../stories/TitleDemo.stories'
|
|
4
|
+
|
|
5
|
+
<Meta title="Atoms / Title / Playground" />
|
|
6
|
+
|
|
7
|
+
# Playground
|
|
8
|
+
|
|
9
|
+
<Canvas sourceState="shown" of={TitleStories.Demo} />
|
|
10
|
+
<Controls of={TitleStories.Demo} />
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Meta, Story } from '@storybook/blocks'
|
|
2
|
+
|
|
3
|
+
import * as TooltipStories from '../stories/TooltipDemo.stories'
|
|
4
|
+
|
|
5
|
+
<Meta title="Atoms / Tooltip / Overview" />
|
|
6
|
+
|
|
7
|
+
# Tooltip
|
|
8
|
+
|
|
9
|
+
`Tooltip` - это небольшой фрагмент контекстной информации, который появляется, когда пользователи наводят курсор мыши на элемент пользовательского интерфейса.
|
|
10
|
+
|
|
11
|
+
<Story of={TooltipStories.Default} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Canvas, Controls, Meta } from '@storybook/blocks'
|
|
2
|
+
|
|
3
|
+
import * as TooltipStories from '../stories/TooltipDemo.stories'
|
|
4
|
+
|
|
5
|
+
<Meta title="Atoms / Tooltip / Playground" />
|
|
6
|
+
|
|
7
|
+
# Playground
|
|
8
|
+
|
|
9
|
+
<Canvas sourceState="shown" of={TooltipStories.Default} />
|
|
10
|
+
<Controls of={TooltipStories.Default} />
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Meta, Story } from '@storybook/blocks'
|
|
2
|
+
|
|
3
|
+
import * as VideoStories from '../stories/VideoDemo.stories'
|
|
4
|
+
|
|
5
|
+
<Meta title="Molecules / Video / Overview" />
|
|
6
|
+
|
|
7
|
+
# Video
|
|
8
|
+
|
|
9
|
+
`Video` - используется для встраивания видео в разных форматах в веб-приложения
|
|
10
|
+
|
|
11
|
+
## Poster
|
|
12
|
+
<Story of={VideoStories.Poster}/>
|
|
13
|
+
|
|
14
|
+
## Mp4
|
|
15
|
+
<Story of={VideoStories.Mp4}/>
|
|
16
|
+
|
|
17
|
+
## Webm
|
|
18
|
+
<Story of={VideoStories.Webm}/>
|
|
19
|
+
|
|
20
|
+
## Ogv
|
|
21
|
+
<Story of={VideoStories.Ogv}/>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Canvas, Controls, Meta } from '@storybook/blocks'
|
|
2
|
+
|
|
3
|
+
import * as VideoStories from '../stories/VideoDemo.stories'
|
|
4
|
+
|
|
5
|
+
<Meta title="Molecules / Video / Playground" />
|
|
6
|
+
|
|
7
|
+
# Playground
|
|
8
|
+
|
|
9
|
+
<Canvas sourceState="shown" of={VideoStories.Mp4} />
|
|
10
|
+
<Controls of={VideoStories.Mp4} />
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
declare const accordionConfig: AccordionConfig;
|
|
1
|
+
import type { AccordionProps } from './Accordion.interface';
|
|
3
2
|
declare function Accordion(props: AccordionProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
export { Accordion
|
|
3
|
+
export { Accordion };
|
|
@@ -1,59 +1,51 @@
|
|
|
1
1
|
declare const accordionAppearanceSize: {
|
|
2
2
|
sizeXXL: {
|
|
3
3
|
size: string;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
iconBeforeSize: string;
|
|
4
|
+
titleTextSize: string;
|
|
5
|
+
badgeAppearanceSize: string;
|
|
6
|
+
contentTextSize: string;
|
|
7
|
+
icon: string;
|
|
9
8
|
};
|
|
10
9
|
sizeXL: {
|
|
11
10
|
size: string;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
iconBeforeSize: string;
|
|
11
|
+
titleTextSize: string;
|
|
12
|
+
badgeAppearanceSize: string;
|
|
13
|
+
contentTextSize: string;
|
|
14
|
+
icon: string;
|
|
17
15
|
};
|
|
18
16
|
sizeL: {
|
|
19
17
|
size: string;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
iconBeforeFillSize: string;
|
|
24
|
-
iconBeforeSize: string;
|
|
18
|
+
titleTextSize: string;
|
|
19
|
+
badgeAppearanceSize: string;
|
|
20
|
+
icon: string;
|
|
25
21
|
};
|
|
26
22
|
sizeM: {
|
|
27
23
|
size: string;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
iconBeforeSize: string;
|
|
24
|
+
titleTextSize: string;
|
|
25
|
+
badgeAppearanceSize: string;
|
|
26
|
+
contentTextSize: string;
|
|
27
|
+
icon: string;
|
|
33
28
|
};
|
|
34
29
|
sizeS: {
|
|
35
30
|
size: string;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
iconBeforeSize: string;
|
|
31
|
+
titleTextSize: string;
|
|
32
|
+
badgeAppearanceSize: string;
|
|
33
|
+
contentTextSize: string;
|
|
34
|
+
icon: string;
|
|
41
35
|
};
|
|
42
36
|
sizeXS: {
|
|
43
37
|
size: string;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
iconBeforeSize: string;
|
|
38
|
+
titleTextSize: string;
|
|
39
|
+
badgeAppearanceSize: string;
|
|
40
|
+
contentTextSize: string;
|
|
41
|
+
icon: string;
|
|
49
42
|
};
|
|
50
43
|
sizeXXS: {
|
|
51
44
|
size: string;
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
iconBeforeSize: string;
|
|
45
|
+
titleTextSize: string;
|
|
46
|
+
badgeAppearanceSize: string;
|
|
47
|
+
contentTextSize: string;
|
|
48
|
+
icon: string;
|
|
57
49
|
};
|
|
58
50
|
};
|
|
59
51
|
export { accordionAppearanceSize };
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
declare const accordionAppearanceStyle: {
|
|
2
|
-
|
|
3
|
-
borderColor: string;
|
|
4
|
-
};
|
|
5
|
-
ghost: {
|
|
6
|
-
fill: string;
|
|
2
|
+
solid: {
|
|
7
3
|
borderColor: string;
|
|
8
4
|
};
|
|
9
5
|
outlined: {
|
|
10
6
|
fill: string;
|
|
11
7
|
};
|
|
12
|
-
|
|
8
|
+
full: {};
|
|
9
|
+
ghost: {
|
|
10
|
+
fill: string;
|
|
13
11
|
borderColor: string;
|
|
14
12
|
};
|
|
15
13
|
};
|
|
@@ -4,23 +4,33 @@ declare const accordionAppearanceSurface: {
|
|
|
4
4
|
fillHover: string;
|
|
5
5
|
titleTextColor: string;
|
|
6
6
|
labelTextColor: string;
|
|
7
|
+
badgeAppearance: string;
|
|
8
|
+
badgeShape: string;
|
|
9
|
+
iconFillIcon: string;
|
|
7
10
|
};
|
|
8
|
-
|
|
11
|
+
surfaceSecondary: {
|
|
9
12
|
fill: string;
|
|
10
13
|
fillHover: string;
|
|
11
14
|
labelTextColor: string;
|
|
15
|
+
badgeAppearance: string;
|
|
16
|
+
badgeShape: string;
|
|
17
|
+
iconFillIcon: string;
|
|
12
18
|
};
|
|
13
|
-
|
|
19
|
+
surfaceTertiary: {
|
|
14
20
|
fill: string;
|
|
15
21
|
fillHover: string;
|
|
16
22
|
labelTextColor: string;
|
|
17
|
-
|
|
18
|
-
|
|
23
|
+
badgeAppearance: string;
|
|
24
|
+
badgeShape: string;
|
|
25
|
+
iconFillIcon: string;
|
|
19
26
|
};
|
|
20
|
-
|
|
27
|
+
surfaceQuaternary: {
|
|
21
28
|
fill: string;
|
|
22
29
|
fillHover: string;
|
|
23
30
|
labelTextColor: string;
|
|
31
|
+
badgeAppearance: string;
|
|
32
|
+
badgeShape: string;
|
|
33
|
+
iconFillIcon: string;
|
|
24
34
|
};
|
|
25
35
|
};
|
|
26
36
|
export { accordionAppearanceSurface };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Accordion
|
|
1
|
+
import { Accordion } from './Accordion';
|
|
2
2
|
import { accordionAppearance } from './Accordion.appearance';
|
|
3
3
|
import { AccordionItem, accordionItemConfig } from './AccordionItem';
|
|
4
|
-
export { Accordion, AccordionItem,
|
|
4
|
+
export { Accordion, AccordionItem, accordionItemConfig, accordionAppearance };
|
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const avatarAppearanceDefault: {
|
|
2
2
|
surfacePrimary: {
|
|
3
3
|
fill: string;
|
|
4
4
|
textColor: string;
|
|
5
|
+
badgeAppearance: string;
|
|
5
6
|
};
|
|
6
|
-
|
|
7
|
+
surfaceSecondary: {
|
|
7
8
|
fill: string;
|
|
8
9
|
textColor: string;
|
|
9
10
|
};
|
|
10
|
-
|
|
11
|
+
surfaceTertiary: {
|
|
11
12
|
fill: string;
|
|
12
13
|
textColor: string;
|
|
13
14
|
};
|
|
14
|
-
|
|
15
|
+
surfaceQuaternary: {
|
|
15
16
|
fill: string;
|
|
16
17
|
textColor: string;
|
|
17
18
|
};
|
|
18
19
|
};
|
|
19
|
-
export {
|
|
20
|
+
export { avatarAppearanceDefault };
|
|
@@ -6,6 +6,7 @@ declare const avatarAppearanceSize: {
|
|
|
6
6
|
iconAfterSize: string;
|
|
7
7
|
iconBeforeFillSize: string;
|
|
8
8
|
iconBeforeSize: string;
|
|
9
|
+
badgeAppearanceSize: string;
|
|
9
10
|
};
|
|
10
11
|
size20: {
|
|
11
12
|
size: string;
|
|
@@ -14,6 +15,7 @@ declare const avatarAppearanceSize: {
|
|
|
14
15
|
iconAfterSize: string;
|
|
15
16
|
iconBeforeFillSize: string;
|
|
16
17
|
iconBeforeSize: string;
|
|
18
|
+
badgeAppearanceSize: string;
|
|
17
19
|
};
|
|
18
20
|
size24: {
|
|
19
21
|
size: string;
|
|
@@ -22,6 +24,7 @@ declare const avatarAppearanceSize: {
|
|
|
22
24
|
iconAfterSize: string;
|
|
23
25
|
iconBeforeFillSize: string;
|
|
24
26
|
iconBeforeSize: string;
|
|
27
|
+
badgeAppearanceSize: string;
|
|
25
28
|
};
|
|
26
29
|
size32: {
|
|
27
30
|
size: string;
|
|
@@ -30,6 +33,7 @@ declare const avatarAppearanceSize: {
|
|
|
30
33
|
iconAfterSize: string;
|
|
31
34
|
iconBeforeFillSize: string;
|
|
32
35
|
iconBeforeSize: string;
|
|
36
|
+
badgeAppearanceSize: string;
|
|
33
37
|
};
|
|
34
38
|
size40: {
|
|
35
39
|
size: string;
|
|
@@ -38,6 +42,7 @@ declare const avatarAppearanceSize: {
|
|
|
38
42
|
iconAfterSize: string;
|
|
39
43
|
iconBeforeFillSize: string;
|
|
40
44
|
iconBeforeSize: string;
|
|
45
|
+
badgeAppearanceSize: string;
|
|
41
46
|
};
|
|
42
47
|
size56: {
|
|
43
48
|
size: string;
|
|
@@ -46,6 +51,7 @@ declare const avatarAppearanceSize: {
|
|
|
46
51
|
iconAfterSize: string;
|
|
47
52
|
iconBeforeFillSize: string;
|
|
48
53
|
iconBeforeSize: string;
|
|
54
|
+
badgeAppearanceSize: string;
|
|
49
55
|
};
|
|
50
56
|
size96: {
|
|
51
57
|
size: string;
|
|
@@ -54,6 +60,7 @@ declare const avatarAppearanceSize: {
|
|
|
54
60
|
iconAfterSize: string;
|
|
55
61
|
iconBeforeFillSize: string;
|
|
56
62
|
iconBeforeSize: string;
|
|
63
|
+
badgeAppearanceSize: string;
|
|
57
64
|
};
|
|
58
65
|
size144: {
|
|
59
66
|
size: string;
|
|
@@ -62,6 +69,7 @@ declare const avatarAppearanceSize: {
|
|
|
62
69
|
iconAfterSize: string;
|
|
63
70
|
iconBeforeFillSize: string;
|
|
64
71
|
iconBeforeSize: string;
|
|
72
|
+
badgeAppearanceSize: string;
|
|
65
73
|
};
|
|
66
74
|
size240: {
|
|
67
75
|
size: string;
|
|
@@ -70,6 +78,7 @@ declare const avatarAppearanceSize: {
|
|
|
70
78
|
iconAfterSize: string;
|
|
71
79
|
iconBeforeFillSize: string;
|
|
72
80
|
iconBeforeSize: string;
|
|
81
|
+
badgeAppearanceSize: string;
|
|
73
82
|
};
|
|
74
83
|
};
|
|
75
84
|
export { avatarAppearanceSize };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
declare const avatarAppearanceStyle: {
|
|
2
|
-
|
|
2
|
+
solid: {
|
|
3
3
|
borderColor: string;
|
|
4
4
|
};
|
|
5
|
-
|
|
5
|
+
outlined: {
|
|
6
6
|
fill: string;
|
|
7
|
+
};
|
|
8
|
+
full: {
|
|
7
9
|
borderColor: string;
|
|
8
10
|
};
|
|
9
|
-
|
|
11
|
+
ghost: {
|
|
10
12
|
fill: string;
|
|
11
|
-
};
|
|
12
|
-
solid: {
|
|
13
13
|
borderColor: string;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
@@ -1,9 +1,29 @@
|
|
|
1
|
-
import { SizePXProps, TextSizeProps } from '@itcase/
|
|
1
|
+
import { AlignDirectionProps, AppearanceKeysDefault, SizePXProps, TextSizeProps, type BorderColorProps, type FillHoverProps, type FillProps, type ShapeProps, type SizeProps, type WidthProps } from '@itcase/types';
|
|
2
|
+
interface AvatarStackThemeColor {
|
|
3
|
+
[key: number | string | symbol]: any;
|
|
4
|
+
borderColor?: BorderColorProps;
|
|
5
|
+
fill?: FillProps;
|
|
6
|
+
fillHover?: FillHoverProps;
|
|
7
|
+
fillIcon?: FillProps;
|
|
8
|
+
shape?: ShapeProps;
|
|
9
|
+
size?: SizeProps;
|
|
10
|
+
width?: WidthProps;
|
|
11
|
+
}
|
|
12
|
+
type AppearanceKeys = AppearanceKeysDefault & {};
|
|
13
|
+
type AvatarStackAppearanceType = {
|
|
14
|
+
[key in AppearanceKeys]?: AvatarStackThemeColor;
|
|
15
|
+
};
|
|
2
16
|
interface AvatarStackProps {
|
|
17
|
+
appearance?: AppearanceKeys;
|
|
18
|
+
avatarAppearance?: AvatarStackAppearanceType;
|
|
3
19
|
avatarSize: SizePXProps;
|
|
20
|
+
className?: string;
|
|
21
|
+
direction?: AlignDirectionProps;
|
|
4
22
|
showCountUsers?: number;
|
|
23
|
+
size: SizePXProps;
|
|
5
24
|
textSize?: TextSizeProps;
|
|
6
25
|
userFirstName?: string;
|
|
7
26
|
userLastName?: string;
|
|
27
|
+
isSkeleton: boolean;
|
|
8
28
|
}
|
|
9
|
-
export type { AvatarStackProps };
|
|
29
|
+
export type { AvatarStackProps, AvatarStackAppearanceType };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const avatarStackAppearanceSize: {
|
|
2
|
+
size16: {
|
|
3
|
+
size: string;
|
|
4
|
+
};
|
|
5
|
+
size20: {
|
|
6
|
+
size: string;
|
|
7
|
+
};
|
|
8
|
+
size24: {
|
|
9
|
+
size: string;
|
|
10
|
+
};
|
|
11
|
+
size32: {
|
|
12
|
+
size: string;
|
|
13
|
+
};
|
|
14
|
+
size40: {
|
|
15
|
+
size: string;
|
|
16
|
+
};
|
|
17
|
+
size56: {
|
|
18
|
+
size: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export { avatarStackAppearanceSize };
|
|
@@ -1,22 +1,58 @@
|
|
|
1
1
|
declare const cellAppearanceSize: {
|
|
2
2
|
sizeXL: {
|
|
3
3
|
size: string;
|
|
4
|
+
titleLabelAppearanceSize: string;
|
|
4
5
|
titleTextSize: string;
|
|
6
|
+
valueLabelAppearanceSize: string;
|
|
5
7
|
valueTextSize: string;
|
|
6
8
|
};
|
|
7
9
|
sizeL: {
|
|
8
10
|
size: string;
|
|
11
|
+
titleLabelAppearanceSize: string;
|
|
9
12
|
titleTextSize: string;
|
|
13
|
+
valueLabelAppearanceSize: string;
|
|
10
14
|
valueTextSize: string;
|
|
11
15
|
};
|
|
12
16
|
sizeM: {
|
|
13
17
|
size: string;
|
|
18
|
+
titleLabelAppearanceSize: string;
|
|
14
19
|
titleTextSize: string;
|
|
20
|
+
valueLabelAppearanceSize: string;
|
|
15
21
|
valueTextSize: string;
|
|
16
22
|
};
|
|
17
23
|
sizeS: {
|
|
18
24
|
size: string;
|
|
25
|
+
titleLabelAppearanceSize: string;
|
|
19
26
|
titleTextSize: string;
|
|
27
|
+
valueLabelAppearanceSize: string;
|
|
28
|
+
valueTextSize: string;
|
|
29
|
+
};
|
|
30
|
+
sizeEqualL: {
|
|
31
|
+
size: string;
|
|
32
|
+
titleLabelAppearanceSize: string;
|
|
33
|
+
titleTextSize: string;
|
|
34
|
+
valueLabelAppearanceSize: string;
|
|
35
|
+
valueTextSize: string;
|
|
36
|
+
};
|
|
37
|
+
sizeEqualM: {
|
|
38
|
+
size: string;
|
|
39
|
+
titleLabelAppearanceSize: string;
|
|
40
|
+
titleTextSize: string;
|
|
41
|
+
valueLabelAppearanceSize: string;
|
|
42
|
+
valueTextSize: string;
|
|
43
|
+
};
|
|
44
|
+
sizeEqualS: {
|
|
45
|
+
size: string;
|
|
46
|
+
titleLabelAppearanceSize: string;
|
|
47
|
+
titleTextSize: string;
|
|
48
|
+
valueLabelAppearanceSize: string;
|
|
49
|
+
valueTextSize: string;
|
|
50
|
+
};
|
|
51
|
+
sizeEqualXL: {
|
|
52
|
+
size: string;
|
|
53
|
+
titleLabelAppearanceSize: string;
|
|
54
|
+
titleTextSize: string;
|
|
55
|
+
valueLabelAppearanceSize: string;
|
|
20
56
|
valueTextSize: string;
|
|
21
57
|
};
|
|
22
58
|
};
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
declare const cellAppearanceStyle: {
|
|
2
|
-
|
|
3
|
-
borderColor: string;
|
|
4
|
-
};
|
|
5
|
-
ghost: {
|
|
6
|
-
fill: string;
|
|
2
|
+
solid: {
|
|
7
3
|
borderColor: string;
|
|
8
4
|
};
|
|
9
5
|
outlined: {
|
|
10
6
|
fill: string;
|
|
11
7
|
};
|
|
12
|
-
|
|
8
|
+
full: {};
|
|
9
|
+
ghost: {
|
|
10
|
+
fill: string;
|
|
13
11
|
borderColor: string;
|
|
14
12
|
};
|
|
15
13
|
};
|