@itcase/ui 1.2.30 → 1.2.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{Badge-TyPbVqR_.js → Badge-CHeBPRrf.js} +50 -4
- package/dist/{Badge-BZYBmgBK.js → Badge-DBeSKfoF.js} +49 -3
- package/dist/{Button-avhviao1.js → Button-C8MATksY.js} +65 -6
- package/dist/{Button-BcOsYgoT.js → Button-ChSAts3j.js} +65 -5
- package/dist/Divider-BoB-f9Gr.js +74 -0
- package/dist/Divider-DHIuQUsH.js +71 -0
- package/dist/DropdownItem-B8IMNQww.js +182 -0
- package/dist/{DropdownItem-toApJyeB.js → DropdownItem-E9HkOU63.js} +40 -13
- package/dist/{Group-Dc70Z4_7.js → Group-BCvs5UxK.js} +10 -1
- package/dist/{Group-BiN0haVp.js → Group-u6YDbMxn.js} +11 -2
- package/dist/{Icon-B2BwTQnP.js → Icon-C8ACV9r7.js} +24 -20
- package/dist/{Icon-ClsRaxDk.js → Icon-DptCmI_y.js} +24 -20
- package/dist/{Input-DbzsXvEf.js → Input-CgjHxZmK.js} +56 -3
- package/dist/{Input-BaicBuyd.js → Input-KgHOW5DR.js} +58 -5
- package/dist/{Label-fp2Bus_T.js → Label-B06hLCqo.js} +58 -8
- package/dist/{Label-BfotYOmD.js → Label-zOLL6ePu.js} +57 -8
- package/dist/{Link-CzC1kU5C.js → Link-CeQuavin.js} +1 -1
- package/dist/Loader-DHNcD09o.js +82 -0
- package/dist/Loader-DReoCdZ2.js +85 -0
- package/dist/{MenuItem-BJ3uGKCH.js → MenuItem-BXogEsbS.js} +24 -5
- package/dist/MenuItem-C7frDyBO.js +101 -0
- package/dist/{Scrollbar-CrGXCZ_F.js → Scrollbar-Bo7z7ELm.js} +10 -13
- package/dist/{Scrollbar-DVlIZzvz.js → Scrollbar-CKbA0jQU.js} +10 -13
- package/dist/{Text-kxGZButz.js → Text-C4Bg2Mv6.js} +10 -5
- package/dist/{Text-CC0xnhmx.js → Text-R6XNq6Ca.js} +11 -6
- package/dist/{Title-Ze_OL1Co.js → Title-DWIc05TX.js} +10 -8
- package/dist/{Title-CQ_Fr1hO.js → Title-YVzIwk68.js} +9 -7
- package/dist/{Tooltip-ccRCMYQM.js → Tooltip--c-4Qp04.js} +37 -4
- package/dist/{Tooltip-PrwacZFC.js → Tooltip-BswHy19O.js} +38 -5
- package/dist/cjs/components/Accordion.js +5 -39
- package/dist/cjs/components/Avatar.js +26 -13
- package/dist/cjs/components/Badge.js +3 -6
- package/dist/cjs/components/Breadcrumbs.js +4 -12
- package/dist/cjs/components/Button.js +9 -15
- package/dist/cjs/components/Caption.js +1 -2
- package/dist/cjs/components/Card.js +4 -14
- package/dist/cjs/components/Cell.js +8 -18
- package/dist/cjs/components/Checkbox.js +24 -10
- package/dist/cjs/components/Chips.js +43 -6
- package/dist/cjs/components/Choice.js +22 -15
- package/dist/cjs/components/Code.js +35 -11
- package/dist/cjs/components/ContextMenu.js +9 -26
- package/dist/cjs/components/CookiesWarning.js +11 -24
- package/dist/cjs/components/DadataHintField.js +2 -4
- package/dist/cjs/components/DatePicker.js +14 -20
- package/dist/cjs/components/Divider.js +3 -3
- package/dist/cjs/components/Dot.js +2 -4
- package/dist/cjs/components/Dropdown.js +5 -6
- package/dist/cjs/components/Flex.js +1 -2
- package/dist/cjs/components/Grid.js +2 -9
- package/dist/cjs/components/Group.js +2 -4
- package/dist/cjs/components/HTMLContent.js +1 -2
- package/dist/cjs/components/Icon.js +6 -11
- package/dist/cjs/components/Image.js +1 -2
- package/dist/cjs/components/Input.js +2 -4
- package/dist/cjs/components/InputMask.js +8 -10
- package/dist/cjs/components/InputPassword.js +62 -14
- package/dist/cjs/components/Label.js +6 -10
- package/dist/cjs/components/LanguageSelector.js +6 -11
- package/dist/cjs/components/Link.js +1 -2
- package/dist/cjs/components/List.js +0 -1
- package/dist/cjs/components/Loader.js +3 -6
- package/dist/cjs/components/Logo.js +1 -2
- package/dist/cjs/components/Menu.js +3 -6
- package/dist/cjs/components/MenuItem.js +3 -6
- package/dist/cjs/components/Modal.js +31 -10
- package/dist/cjs/components/ModalSheetBottom.js +34 -0
- package/dist/cjs/components/Notification.js +43 -11
- package/dist/cjs/components/Overlay.js +1 -2
- package/dist/cjs/components/Page.js +4 -47
- package/dist/cjs/components/Pagination.js +7 -12
- package/dist/cjs/components/Panel.js +3 -6
- package/dist/cjs/components/Radio.js +23 -8
- package/dist/cjs/components/RangeSlider.js +1 -2
- package/dist/cjs/components/Response.js +250 -31
- package/dist/cjs/components/SVGContent.js +1 -2
- package/dist/cjs/components/ScrollOnDrag.js +1 -2
- package/dist/cjs/components/ScrollToView.js +1 -2
- package/dist/cjs/components/Scrollbar.js +1 -1
- package/dist/cjs/components/Search.js +21 -19
- package/dist/cjs/components/Segmented.js +16 -6
- package/dist/cjs/components/Select.js +31 -16
- package/dist/cjs/components/SiteMenu.js +22 -13
- package/dist/cjs/components/Swiper.js +7 -10
- package/dist/cjs/components/Switch.js +15 -3
- package/dist/cjs/components/Tab.js +105 -9
- package/dist/cjs/components/Text.js +2 -4
- package/dist/cjs/components/Textarea.js +58 -5
- package/dist/cjs/components/Tile.js +26 -10
- package/dist/cjs/components/Title.js +2 -4
- package/dist/cjs/components/Tooltip.js +4 -8
- package/dist/cjs/components/Video.js +1 -2
- package/dist/cjs/components/Wrapper.js +4 -9
- package/dist/cjs/context/Notifications.js +0 -5
- package/dist/cjs/context/UIContext.js +0 -9
- package/dist/cjs/hooks/useDeviceTargetClass.js +1 -2
- package/dist/cjs/hooks/useStyles.js +0 -1
- package/dist/components/Accordion.js +7 -41
- package/dist/components/Avatar.js +27 -15
- package/dist/components/Badge.js +3 -6
- package/dist/components/Breadcrumbs.js +6 -14
- package/dist/components/Button.js +9 -16
- package/dist/components/Caption.js +1 -2
- package/dist/components/Card.js +4 -14
- package/dist/components/Cell.js +9 -19
- package/dist/components/Checkbox.js +22 -8
- package/dist/components/Chips.js +42 -6
- package/dist/components/Choice.js +22 -15
- package/dist/components/Code.js +36 -13
- package/dist/components/ContextMenu.js +10 -27
- package/dist/components/CookiesWarning.js +12 -25
- package/dist/components/DadataHintField.js +3 -5
- package/dist/components/DatePicker.js +15 -21
- package/dist/components/Divider.js +2 -3
- package/dist/components/Dot.js +2 -4
- package/dist/components/Dropdown.js +6 -8
- package/dist/components/Flex.js +1 -2
- package/dist/components/Grid.js +2 -9
- package/dist/components/Group.js +2 -4
- package/dist/components/HTMLContent.js +1 -2
- package/dist/components/Icon.js +7 -12
- package/dist/components/Image.js +1 -2
- package/dist/components/Input.js +2 -4
- package/dist/components/InputMask.js +8 -10
- package/dist/components/InputPassword.js +61 -13
- package/dist/components/Label.js +5 -10
- package/dist/components/LanguageSelector.js +7 -12
- package/dist/components/Link.js +3 -4
- package/dist/components/List.js +2 -3
- package/dist/components/Loader.js +3 -6
- package/dist/components/Logo.js +3 -4
- package/dist/components/Menu.js +5 -8
- package/dist/components/MenuItem.js +5 -8
- package/dist/components/Modal.js +31 -11
- package/dist/components/ModalSheetBottom.js +32 -0
- package/dist/components/Notification.js +43 -12
- package/dist/components/Overlay.js +1 -2
- package/dist/components/Page.js +4 -47
- package/dist/components/Pagination.js +9 -14
- package/dist/components/Panel.js +3 -6
- package/dist/components/Radio.js +21 -6
- package/dist/components/RangeSlider.js +1 -2
- package/dist/components/Response.js +250 -32
- package/dist/components/SVGContent.js +1 -2
- package/dist/components/ScrollOnDrag.js +2 -3
- package/dist/components/ScrollToView.js +1 -2
- package/dist/components/Scrollbar.js +1 -1
- package/dist/components/Search.js +21 -19
- package/dist/components/Segmented.js +15 -5
- package/dist/components/Select.js +32 -17
- package/dist/components/SiteMenu.js +23 -15
- package/dist/components/Swiper.js +7 -10
- package/dist/components/Switch.js +15 -4
- package/dist/components/Tab.js +106 -11
- package/dist/components/Text.js +2 -4
- package/dist/components/Textarea.js +56 -3
- package/dist/components/Tile.js +26 -11
- package/dist/components/Title.js +2 -4
- package/dist/components/Tooltip.js +4 -8
- package/dist/components/Video.js +1 -2
- package/dist/components/Wrapper.js +4 -9
- package/dist/context/Notifications.js +1 -6
- package/dist/context/UIContext.js +0 -9
- package/dist/css/components/Accordion/Accordion.tokens.css +4 -0
- package/dist/css/components/Avatar/Avatar.css +2 -2
- package/dist/css/components/Avatar/Avatar.tokens.css +2 -0
- package/dist/css/components/Button/Button.tokens.css +117 -0
- package/dist/css/components/Checkbox/Checkbox.tokens.css +4 -0
- package/dist/css/components/Chips/Chips.tokens.css +9 -0
- package/dist/css/components/Choice/Choice.tokens.css +17 -0
- package/dist/css/components/Code/Code.tokens.css +5 -0
- package/dist/css/components/DadataHintField/DadataHintField.tokens.css +4 -0
- package/dist/css/components/DatePicker/DatePicker.tokens.css +38 -0
- package/dist/css/components/Dot/Dot.tokens.css +10 -0
- package/dist/css/components/Dropdown/Dropdown.tokens.css +33 -0
- package/dist/css/components/Grid/Grid.tokens.css +4 -0
- package/dist/css/components/Group/Group.tokens.css +3 -0
- package/dist/css/components/Icon/Icon.css +7 -7
- package/dist/css/components/Icon/Icon.tokens.css +3 -0
- package/dist/css/components/Image/Image.tokens.css +3 -0
- package/dist/css/components/Input/Input.tokens.css +29 -0
- package/dist/css/components/InputPassword/InputPassword.tokens.css +23 -0
- package/dist/css/components/Label/Label.tokens.css +19 -0
- package/dist/css/components/Loader/Loader.tokens.css +3 -0
- package/dist/css/components/Logo/Logo.tokens.css +10 -0
- package/dist/css/components/Menu/Menu.tokens.css +5 -0
- package/dist/css/components/MenuItem/MenuItem.tokens.css +9 -0
- package/dist/css/components/ModalSheetBottom/ModalSheetBottom.css +36 -0
- package/dist/css/components/Overlay/Overlay.tokens.css +4 -0
- package/dist/css/components/Pagination/Pagination.tokens.css +25 -0
- package/dist/css/components/Radio/Radio.tokens.css +3 -0
- package/dist/css/components/Search/Search.tokens.css +8 -0
- package/dist/css/components/Segmented/Segmented.tokens.css +4 -0
- package/dist/css/components/Select/Select.tokens.css +29 -0
- package/dist/css/components/Switch/Switch.tokens.css +7 -0
- package/dist/css/components/Tab/Tab.tokens.css +28 -0
- package/dist/css/components/Textarea/Textarea.tokens.css +7 -0
- package/dist/css/components/Tile/Tile.tokens.css +9 -0
- package/dist/css/styles/svg-color/svg_fill.css +3 -0
- package/dist/css/styles/svg-color/svg_path_fill.css +15 -0
- package/dist/css/tokens/typography.css +1 -1
- package/dist/hooks/useDeviceTargetClass.js +1 -2
- package/dist/hooks/useStyles.js +0 -1
- package/dist/stories/Appearance.stories.js +2 -2
- package/dist/stories/Badge.stories.js +1 -1
- package/dist/stories/Button.stories.js +3 -3
- package/dist/stories/Checkbox.stories.js +1 -1
- package/dist/stories/Chips.stories.js +1 -1
- package/dist/stories/DatePicker.stories.js +1 -1
- package/dist/stories/Group.stories.js +2 -2
- package/dist/stories/Icon.stories.js +2 -2
- package/dist/stories/Input.stories.js +1 -1
- package/dist/stories/InputPassword.stories.js +1 -1
- package/dist/stories/Label.stories.js +1 -1
- package/dist/stories/Loader.stories.js +1 -1
- package/dist/stories/MenuItem.stories.js +1 -1
- package/dist/stories/ModalConfirm.stories.js +1 -1
- package/dist/stories/ModalDefault.stories.js +1 -1
- package/dist/stories/ModalSheetBottom.stories.js +47 -0
- package/dist/stories/Notification.stories.js +2 -2
- package/dist/stories/Radio.stories.js +1 -1
- package/dist/stories/Response.stories.js +38 -12
- package/dist/stories/SearchInput.stories.js +1 -1
- package/dist/stories/Size.stories.js +2 -2
- package/dist/stories/State.stories.js +2 -2
- package/dist/stories/Textarea.stories.js +1 -1
- package/dist/stories/Tile.stories.js +4 -4
- package/dist/stories/Tooltip.stories.js +1 -1
- package/dist/{tslib.es6-w7hdJ3oZ.js → tslib.es6-5FtW-kfi.js} +1 -1
- package/dist/types/components/Avatar/Avatar.appearance.d.ts +2 -0
- package/dist/types/components/Avatar/Avatar.d.ts +3 -2
- package/dist/types/components/Avatar/Avatar.interface.d.ts +25 -11
- package/dist/types/components/Avatar/index.d.ts +1 -1
- package/dist/types/components/Badge/Badge.d.ts +6 -0
- package/dist/types/components/Breadcrumbs/BreadcrumbsItem.d.ts +0 -5
- package/dist/types/components/Button/Button.appearance.d.ts +2 -0
- package/dist/types/components/Button/Button.interface.d.ts +6 -6
- package/dist/types/components/Button/index.d.ts +1 -0
- package/dist/types/components/Card/Card.d.ts +0 -10
- package/dist/types/components/Cell/Cell.d.ts +0 -6
- package/dist/types/components/Checkbox/Checkbox.d.ts +0 -5
- package/dist/types/components/Chips/Chips.appearance.d.ts +2 -0
- package/dist/types/components/Chips/index.d.ts +1 -0
- package/dist/types/components/Choice/Choice.appearance.d.ts +2 -0
- package/dist/types/components/Code/Code.appearance.d.ts +2 -0
- package/dist/types/components/Code/Code.d.ts +6 -8
- package/dist/types/components/Code/Code.interface.d.ts +21 -2
- package/dist/types/components/Code/index.d.ts +1 -1
- package/dist/types/components/ContextMenu/ContextMenu.d.ts +0 -5
- package/dist/types/components/CookiesWarning/CookiesWarning.d.ts +0 -7
- package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +2 -0
- package/dist/types/components/Divider/Divider.appearance.d.ts +2 -0
- package/dist/types/components/Divider/Divider.d.ts +3 -2
- package/dist/types/components/Divider/Divider.interface.d.ts +11 -0
- package/dist/types/components/Divider/index.d.ts +1 -1
- package/dist/types/components/Dot/Dot.d.ts +0 -3
- package/dist/types/components/Dropdown/Dropdown.d.ts +0 -7
- package/dist/types/components/Dropdown/Dropdown.interface.d.ts +28 -15
- package/dist/types/components/Dropdown/DropdownItem.appearance.d.ts +2 -0
- package/dist/types/components/Dropdown/DropdownItem.d.ts +5 -4
- package/dist/types/components/Dropdown/index.d.ts +2 -2
- package/dist/types/components/Grid/Grid.d.ts +0 -5
- package/dist/types/components/Grid/GridRow.d.ts +0 -5
- package/dist/types/components/Group/Group.appearance.d.ts +2 -0
- package/dist/types/components/Icon/Icon.appearance.d.ts +2 -0
- package/dist/types/{appearance/Input/index.d.ts → components/Input/Input.appearance.d.ts} +1 -1
- package/dist/types/{appearance/InputPassword/index.d.ts → components/InputPassword/InputPassword.appearance.d.ts} +1 -1
- package/dist/types/components/Label/Label.appearance.d.ts +2 -0
- package/dist/types/components/Label/Label.d.ts +0 -5
- package/dist/types/components/Label/Label.interface.d.ts +6 -6
- package/dist/types/components/Label/index.d.ts +1 -0
- package/dist/types/components/Loader/Loader.appearance.d.ts +2 -0
- package/dist/types/components/Loader/Loader.interface.d.ts +3 -3
- package/dist/types/components/MenuItem/MenuItem.appearance.d.ts +2 -0
- package/dist/types/components/MenuItem/MenuItem.interface.d.ts +2 -2
- package/dist/types/components/Modal/Modal.appearance.d.ts +2 -0
- package/dist/types/components/Modal/Modal.d.ts +3 -2
- package/dist/types/components/Modal/Modal.interface.d.ts +22 -6
- package/dist/types/components/Modal/index.d.ts +2 -2
- package/dist/types/components/ModalSheetBottom/ModalSheetBottom.d.ts +3 -0
- package/dist/types/components/ModalSheetBottom/ModalSheetBottom.interface.d.ts +11 -0
- package/dist/types/components/ModalSheetBottom/index.d.ts +1 -0
- package/dist/types/components/Notification/Notification.interface.d.ts +8 -7
- package/dist/types/components/Notification/NotificationItem.appearance.d.ts +2 -0
- package/dist/types/components/Notification/index.d.ts +2 -1
- package/dist/types/components/Page/Page.d.ts +3 -0
- package/dist/types/components/Page/Page.interface.d.ts +18 -0
- package/dist/types/components/Page/index.d.ts +1 -42
- package/dist/types/components/Radio/Radio.d.ts +0 -1
- package/dist/types/components/Response/Response.appearance.d.ts +2 -0
- package/dist/types/components/Response/Response.interface.d.ts +4 -4
- package/dist/types/components/Response/index.d.ts +1 -0
- package/dist/types/components/Scrollbar/Scrollbar.d.ts +0 -5
- package/dist/types/components/Search/Search.appearance.d.ts +2 -0
- package/dist/types/components/Search/Search.interface.d.ts +9 -9
- package/dist/types/components/Segmented/Segmented.appearance.d.ts +2 -0
- package/dist/types/components/Select/Select.appearance.d.ts +2 -0
- package/dist/types/components/SiteMenu/SiteMenu.appearance.d.ts +2 -0
- package/dist/types/components/SiteMenu/SiteMenu.d.ts +3 -2
- package/dist/types/components/SiteMenu/SiteMenu.interface.d.ts +18 -5
- package/dist/types/components/SiteMenu/index.d.ts +2 -2
- package/dist/types/components/Swiper/Swiper.d.ts +0 -1
- package/dist/types/components/Switch/Switch.appearance.d.ts +2 -0
- package/dist/types/components/Switch/Switch.d.ts +3 -2
- package/dist/types/components/Switch/Switch.interface.d.ts +17 -4
- package/dist/types/components/Switch/index.d.ts +1 -1
- package/dist/types/components/Tab/Tab.appearance.d.ts +2 -0
- package/dist/types/components/Tab/index.d.ts +3 -3
- package/dist/types/components/Text/Text.d.ts +0 -5
- package/dist/types/components/Text/Text.interface.d.ts +1 -1
- package/dist/types/components/Tile/Tile.appearance.d.ts +2 -0
- package/dist/types/components/Tile/Tile.d.ts +3 -2
- package/dist/types/components/Tile/Tile.interface.d.ts +21 -9
- package/dist/types/components/Tile/index.d.ts +1 -1
- package/dist/types/components/Title/Title.appearance.d.ts +2 -0
- package/dist/types/components/Title/Title.d.ts +0 -5
- package/dist/types/components/Video/Video.interface.d.ts +1 -1
- package/dist/types/components/Wrapper/Wrapper.d.ts +0 -6
- package/dist/types/context/Notifications.d.ts +0 -7
- package/dist/types/context/UIContext.d.ts +10 -2
- package/dist/types/types/componentProps/appearanceKeys.d.ts +1 -1
- package/package.json +14 -16
- package/dist/Divider-BjB5MD6u.js +0 -50
- package/dist/Divider-U5UdY-ef.js +0 -48
- package/dist/DropdownItem-CFkRx8LX.js +0 -156
- package/dist/Loader-CU_5Ydmy.js +0 -53
- package/dist/Loader-Ck59IXGG.js +0 -56
- package/dist/MenuItem-BEYVY0Vf.js +0 -82
- package/dist/appearance/Badge.js +0 -44
- package/dist/appearance/Button.js +0 -53
- package/dist/appearance/Checkbox.js +0 -21
- package/dist/appearance/Chips.js +0 -40
- package/dist/appearance/Choice.js +0 -15
- package/dist/appearance/DatePicker.js +0 -5
- package/dist/appearance/Group.js +0 -11
- package/dist/appearance/Icon.js +0 -12
- package/dist/appearance/Input.js +0 -56
- package/dist/appearance/InputPassword.js +0 -55
- package/dist/appearance/Label.js +0 -54
- package/dist/appearance/Loader.js +0 -28
- package/dist/appearance/MenuItem.js +0 -10
- package/dist/appearance/Notification.js +0 -34
- package/dist/appearance/Radio.js +0 -20
- package/dist/appearance/Response.js +0 -92
- package/dist/appearance/Search.js +0 -11
- package/dist/appearance/Segmented.js +0 -14
- package/dist/appearance/Select.js +0 -24
- package/dist/appearance/Tab.js +0 -118
- package/dist/appearance/Text.js +0 -8
- package/dist/appearance/Textarea.js +0 -56
- package/dist/appearance/Title.js +0 -7
- package/dist/appearance/Tooltip.js +0 -19
- package/dist/cjs/appearance/Badge.js +0 -46
- package/dist/cjs/appearance/Button.js +0 -55
- package/dist/cjs/appearance/Checkbox.js +0 -24
- package/dist/cjs/appearance/Chips.js +0 -42
- package/dist/cjs/appearance/Choice.js +0 -17
- package/dist/cjs/appearance/DatePicker.js +0 -7
- package/dist/cjs/appearance/Group.js +0 -13
- package/dist/cjs/appearance/Icon.js +0 -14
- package/dist/cjs/appearance/Input.js +0 -59
- package/dist/cjs/appearance/InputPassword.js +0 -58
- package/dist/cjs/appearance/Label.js +0 -56
- package/dist/cjs/appearance/Loader.js +0 -30
- package/dist/cjs/appearance/MenuItem.js +0 -12
- package/dist/cjs/appearance/Notification.js +0 -36
- package/dist/cjs/appearance/Radio.js +0 -23
- package/dist/cjs/appearance/Response.js +0 -94
- package/dist/cjs/appearance/Search.js +0 -13
- package/dist/cjs/appearance/Segmented.js +0 -16
- package/dist/cjs/appearance/Select.js +0 -26
- package/dist/cjs/appearance/Tab.js +0 -120
- package/dist/cjs/appearance/Text.js +0 -10
- package/dist/cjs/appearance/Textarea.js +0 -59
- package/dist/cjs/appearance/Title.js +0 -9
- package/dist/cjs/appearance/Tooltip.js +0 -21
- package/dist/types/appearance/Badge/index.d.ts +0 -2
- package/dist/types/appearance/Button/index.d.ts +0 -2
- package/dist/types/appearance/Chips/index.d.ts +0 -2
- package/dist/types/appearance/Choice/index.d.ts +0 -2
- package/dist/types/appearance/DatePicker/index.d.ts +0 -2
- package/dist/types/appearance/Group/index.d.ts +0 -2
- package/dist/types/appearance/Icon/index.d.ts +0 -2
- package/dist/types/appearance/Label/index.d.ts +0 -2
- package/dist/types/appearance/Loader/index.d.ts +0 -2
- package/dist/types/appearance/MenuItem/index.d.ts +0 -2
- package/dist/types/appearance/Notification/index.d.ts +0 -2
- package/dist/types/appearance/Response/index.d.ts +0 -2
- package/dist/types/appearance/Search/index.d.ts +0 -2
- package/dist/types/appearance/Segmented/index.d.ts +0 -2
- package/dist/types/appearance/Select/index.d.ts +0 -2
- package/dist/types/appearance/Tab/index.d.ts +0 -2
- package/dist/types/appearance/Title/index.d.ts +0 -2
- package/dist/types/constants/componentProps/align.d.ts +0 -2
- package/dist/types/constants/componentProps/alignDirection.d.ts +0 -2
- package/dist/types/constants/componentProps/fill.d.ts +0 -2
- package/dist/types/constants/componentProps/horizontalResizeMode.d.ts +0 -2
- package/dist/types/constants/componentProps/position.d.ts +0 -2
- package/dist/types/constants/componentProps/verticalResizeMode.d.ts +0 -2
- package/dist/types/icons/index.d.ts +0 -10
- /package/dist/css/{styles → mediaqueries}/mediaqueries.css +0 -0
- /package/dist/types/components/Badge/{Badge.appearance.d.ts → Badge.appearance..d.ts} +0 -0
- /package/dist/types/{appearance/Checkbox/index.d.ts → components/Checkbox/Checkbox.appearance.d.ts} +0 -0
- /package/dist/types/{appearance/Radio/index.d.ts → components/Radio/Radio.appearance.d.ts} +0 -0
- /package/dist/types/{appearance/Text/index.d.ts → components/Text/Text.appearance.d.ts} +0 -0
- /package/dist/types/{appearance/Textarea/index.d.ts → components/Textarea/Textarea.appearance.d.ts} +0 -0
- /package/dist/types/{appearance/Tooltip/index.d.ts → components/Tooltip/Tooltip.appearance.d.ts} +0 -0
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
var buttonAppearance = {
|
|
2
|
-
dev: {
|
|
3
|
-
fill: 'surfaceSecondary',
|
|
4
|
-
fillHover: 'surfaceSecondaryHover',
|
|
5
|
-
label: 'Button',
|
|
6
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
7
|
-
labelTextSize: 'l',
|
|
8
|
-
shape: 'rounded',
|
|
9
|
-
size: 'xxl',
|
|
10
|
-
},
|
|
11
|
-
accent: {
|
|
12
|
-
fill: 'accentPrimary',
|
|
13
|
-
fillHover: 'accentPrimaryHover',
|
|
14
|
-
labelTextColor: 'accentTextPrimary',
|
|
15
|
-
labelTextColorHover: 'accentTextPrimary',
|
|
16
|
-
loaderFill: 'accentPrimary',
|
|
17
|
-
loaderItemFill: 'accentItemPrimary',
|
|
18
|
-
},
|
|
19
|
-
primary: {
|
|
20
|
-
fill: 'primaryPrimary',
|
|
21
|
-
fillHover: 'primaryPrimaryHover',
|
|
22
|
-
labelTextColor: 'primaryTextPrimary',
|
|
23
|
-
},
|
|
24
|
-
secondary: {
|
|
25
|
-
fill: 'secondaryPrimary',
|
|
26
|
-
fillHover: 'secondaryPrimaryHover',
|
|
27
|
-
labelTextColor: 'secondaryTextPrimary',
|
|
28
|
-
},
|
|
29
|
-
surfacePrimary: {
|
|
30
|
-
fill: 'surfacePrimary',
|
|
31
|
-
fillHover: 'surfacePrimaryHover',
|
|
32
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
33
|
-
},
|
|
34
|
-
surfaceSecondary: {
|
|
35
|
-
fill: 'surfaceSecondary',
|
|
36
|
-
fillHover: 'surfaceSecondaryHover',
|
|
37
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
38
|
-
loaderFill: 'surfaceSecondary',
|
|
39
|
-
loaderItemFill: 'surfaceItemPrimary',
|
|
40
|
-
},
|
|
41
|
-
surfaceTertiary: {
|
|
42
|
-
fill: 'surfaceTertiary',
|
|
43
|
-
fillHover: 'surfaceTertiaryHover',
|
|
44
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
45
|
-
},
|
|
46
|
-
surfaceDisabled: {
|
|
47
|
-
fill: 'surfaceDisabled',
|
|
48
|
-
fillHover: 'surfaceDisabled',
|
|
49
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
50
|
-
},
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
export { buttonAppearance };
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
var checkboxAppearance = {
|
|
2
|
-
dev: {
|
|
3
|
-
descTextColor: 'surfaceTextPrimary',
|
|
4
|
-
descTextSize: 'm',
|
|
5
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
6
|
-
labelTextSize: 'm',
|
|
7
|
-
stateBorderColor: 'surfaceBorderQuaternary',
|
|
8
|
-
stateBorderWidth: '1',
|
|
9
|
-
stateCheckmarkFill: 'accentItemPrimary',
|
|
10
|
-
stateFillChecked: 'accentPrimary',
|
|
11
|
-
stateShape: 'rounded',
|
|
12
|
-
},
|
|
13
|
-
};
|
|
14
|
-
var checkboxState = {
|
|
15
|
-
normal: {
|
|
16
|
-
borderColor: 'surfaceBorderQuaternary',
|
|
17
|
-
placeholderTextColor: 'secondaryTextSecondary',
|
|
18
|
-
},
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export { checkboxAppearance, checkboxState };
|
package/dist/appearance/Chips.js
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
var chipsAppearance = {
|
|
2
|
-
accent: {
|
|
3
|
-
borderColor: 'accentBorderSecondary',
|
|
4
|
-
fill: 'accentPrimary',
|
|
5
|
-
fillHover: 'accentPrimaryHover',
|
|
6
|
-
labelTextColor: 'accentTextPrimary',
|
|
7
|
-
},
|
|
8
|
-
primary: {
|
|
9
|
-
borderColor: 'primaryBorderSecondary',
|
|
10
|
-
fill: 'primaryPrimary',
|
|
11
|
-
fillHover: 'primaryPrimaryHover',
|
|
12
|
-
labelTextColor: 'primaryTextPrimary',
|
|
13
|
-
},
|
|
14
|
-
secondary: {
|
|
15
|
-
borderColor: 'secondaryBorderSecondary',
|
|
16
|
-
fill: 'secondaryPrimary',
|
|
17
|
-
fillHover: 'secondaryPrimaryHover',
|
|
18
|
-
labelTextColor: 'secondaryTextPrimary',
|
|
19
|
-
},
|
|
20
|
-
surfacePrimary: {
|
|
21
|
-
borderColor: 'surfaceBorderTertiary',
|
|
22
|
-
fill: 'surfacePrimary',
|
|
23
|
-
fillHover: 'surfacePrimaryHover',
|
|
24
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
25
|
-
},
|
|
26
|
-
surfaceSecondary: {
|
|
27
|
-
borderColor: 'surfaceBorderSecondary',
|
|
28
|
-
fill: 'surfaceSecondary',
|
|
29
|
-
fillHover: 'surfaceSecondaryHover',
|
|
30
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
31
|
-
},
|
|
32
|
-
surfaceTertiary: {
|
|
33
|
-
borderColor: 'surfaceBorderTertiary',
|
|
34
|
-
fill: 'surfaceTertiary',
|
|
35
|
-
fillHover: 'surfaceTertiaryHover',
|
|
36
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
export { chipsAppearance };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
var choiceAppearance = {
|
|
2
|
-
dev: {
|
|
3
|
-
borderColor: 'surfaceBorderTertiary',
|
|
4
|
-
fill: 'surfacePrimary',
|
|
5
|
-
fillActive: 'surfaceTertiary',
|
|
6
|
-
fillHover: 'surfacePrimaryHover',
|
|
7
|
-
labelTextActiveColor: 'surfaceTextPrimary',
|
|
8
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
9
|
-
labelTextSize: 'm',
|
|
10
|
-
shape: 'rounded',
|
|
11
|
-
size: 'normal',
|
|
12
|
-
},
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
export { choiceAppearance };
|
package/dist/appearance/Group.js
DELETED
package/dist/appearance/Icon.js
DELETED
package/dist/appearance/Input.js
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
var inputAppearance = {
|
|
2
|
-
dev: {
|
|
3
|
-
borderColor: 'surfaceBorderTertiary',
|
|
4
|
-
placeholderTextColor: 'surfaceTextSecondary',
|
|
5
|
-
shape: 'rounded',
|
|
6
|
-
size: 'm',
|
|
7
|
-
textColor: 'surfaceTextPrimary',
|
|
8
|
-
textSize: 'm',
|
|
9
|
-
},
|
|
10
|
-
};
|
|
11
|
-
var inputState = {
|
|
12
|
-
active: {
|
|
13
|
-
borderColor: 'surfaceBorderActive',
|
|
14
|
-
placeholderTextColor: 'secondaryTextSecondary',
|
|
15
|
-
},
|
|
16
|
-
activeFilled: {
|
|
17
|
-
borderColor: 'surfaceBorderActive',
|
|
18
|
-
textColor: 'surfaceTextPrimary',
|
|
19
|
-
},
|
|
20
|
-
disabled: {
|
|
21
|
-
borderColor: 'surfaceBorderDisabled',
|
|
22
|
-
borderColorHover: 'surfaceBorderDisabled',
|
|
23
|
-
placeholderTextColor: 'surfaceTextDisabled',
|
|
24
|
-
textColor: 'surfaceTextPrimary',
|
|
25
|
-
},
|
|
26
|
-
error: {
|
|
27
|
-
borderColor: 'errorBorderPrimary',
|
|
28
|
-
placeholderTextColor: 'secondaryTextSecondary',
|
|
29
|
-
},
|
|
30
|
-
errorFilled: {
|
|
31
|
-
borderColor: 'errorBorderPrimary',
|
|
32
|
-
textColor: 'surfaceTextPrimary',
|
|
33
|
-
},
|
|
34
|
-
filled: {
|
|
35
|
-
borderColor: 'surfaceBorderQuaternary',
|
|
36
|
-
textColor: 'surfaceTextPrimary',
|
|
37
|
-
},
|
|
38
|
-
normal: {
|
|
39
|
-
borderColor: 'surfaceBorderQuaternary',
|
|
40
|
-
placeholderTextColor: 'secondaryTextSecondary',
|
|
41
|
-
},
|
|
42
|
-
readonly: {
|
|
43
|
-
borderColor: 'surfaceBorderDisabled',
|
|
44
|
-
textColor: 'surfaceTextPrimary',
|
|
45
|
-
},
|
|
46
|
-
require: {
|
|
47
|
-
borderColor: 'surfaceBorderActive',
|
|
48
|
-
textColor: 'surfaceTextPrimary',
|
|
49
|
-
},
|
|
50
|
-
success: {
|
|
51
|
-
borderColor: 'successBorderPrimary',
|
|
52
|
-
textColor: 'surfaceTextPrimary',
|
|
53
|
-
},
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
export { inputAppearance, inputState };
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
var InputPasswordAppearance = {
|
|
2
|
-
dev: {
|
|
3
|
-
borderColor: 'surfaceBorderTertiary',
|
|
4
|
-
placeholderTextColor: 'surfaceTextSecondary',
|
|
5
|
-
shape: 'rounded',
|
|
6
|
-
size: 'm',
|
|
7
|
-
textColor: 'surfaceTextPrimary',
|
|
8
|
-
textSize: 'm',
|
|
9
|
-
},
|
|
10
|
-
};
|
|
11
|
-
var InputPasswordState = {
|
|
12
|
-
active: {
|
|
13
|
-
borderColor: 'surfaceBorderActive',
|
|
14
|
-
placeholderTextColor: 'secondaryTextSecondary',
|
|
15
|
-
},
|
|
16
|
-
activeFilled: {
|
|
17
|
-
borderColor: 'surfaceBorderActive',
|
|
18
|
-
textColor: 'surfaceTextPrimary',
|
|
19
|
-
},
|
|
20
|
-
disabled: {
|
|
21
|
-
borderColor: 'surfaceBorderDisabled',
|
|
22
|
-
placeholderTextColor: 'surfaceTextDisabled',
|
|
23
|
-
textColor: 'surfaceTextPrimary',
|
|
24
|
-
},
|
|
25
|
-
error: {
|
|
26
|
-
borderColor: 'errorBorderPrimary',
|
|
27
|
-
placeholderTextColor: 'secondaryTextSecondary',
|
|
28
|
-
},
|
|
29
|
-
errorFilled: {
|
|
30
|
-
borderColor: 'errorBorderPrimary',
|
|
31
|
-
textColor: 'surfaceTextPrimary',
|
|
32
|
-
},
|
|
33
|
-
filled: {
|
|
34
|
-
borderColor: 'surfaceBorderQuaternary',
|
|
35
|
-
textColor: 'surfaceTextPrimary',
|
|
36
|
-
},
|
|
37
|
-
normal: {
|
|
38
|
-
borderColor: 'surfaceBorderQuaternary',
|
|
39
|
-
placeholderTextColor: 'secondaryTextSecondary',
|
|
40
|
-
},
|
|
41
|
-
readonly: {
|
|
42
|
-
borderColor: 'surfaceBorderDisabled',
|
|
43
|
-
textColor: 'surfaceTextPrimary',
|
|
44
|
-
},
|
|
45
|
-
require: {
|
|
46
|
-
borderColor: 'surfaceBorderActive',
|
|
47
|
-
textColor: 'surfaceTextPrimary',
|
|
48
|
-
},
|
|
49
|
-
success: {
|
|
50
|
-
borderColor: 'successBorderPrimary',
|
|
51
|
-
textColor: 'surfaceTextPrimary',
|
|
52
|
-
},
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
export { InputPasswordAppearance, InputPasswordState };
|
package/dist/appearance/Label.js
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
var labelAppearance = {
|
|
2
|
-
dev: {
|
|
3
|
-
fill: 'surfaceSecondary',
|
|
4
|
-
label: 'Label',
|
|
5
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
6
|
-
labelTextSize: 'm',
|
|
7
|
-
shape: 'rounded',
|
|
8
|
-
size: 'l',
|
|
9
|
-
},
|
|
10
|
-
accent: {
|
|
11
|
-
fill: 'accentPrimary',
|
|
12
|
-
labelTextColor: 'accentTextPrimary',
|
|
13
|
-
labelTextColorHover: 'accentTextPrimary',
|
|
14
|
-
},
|
|
15
|
-
primary: {
|
|
16
|
-
fill: 'primaryPrimary',
|
|
17
|
-
labelTextColor: 'primaryTextPrimary',
|
|
18
|
-
labelTextColorHover: 'primaryTextPrimary',
|
|
19
|
-
},
|
|
20
|
-
secondary: {
|
|
21
|
-
fill: 'secondaryPrimary',
|
|
22
|
-
labelTextColor: 'secondaryTextPrimary',
|
|
23
|
-
labelTextColorHover: 'secondaryTextPrimary',
|
|
24
|
-
},
|
|
25
|
-
surfacePrimary: {
|
|
26
|
-
fill: 'surfacePrimary',
|
|
27
|
-
fillHover: 'surfacePrimaryHover',
|
|
28
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
29
|
-
labelTextColorHover: 'surfaceTextPrimary',
|
|
30
|
-
},
|
|
31
|
-
surfaceSecondary: {
|
|
32
|
-
fill: 'surfaceSecondary',
|
|
33
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
34
|
-
labelTextColorHover: 'surfaceTextPrimary',
|
|
35
|
-
},
|
|
36
|
-
surfaceTertiary: {
|
|
37
|
-
fill: 'surfaceTertiary',
|
|
38
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
39
|
-
labelTextColorHover: 'surfaceTextPrimary',
|
|
40
|
-
},
|
|
41
|
-
surfaceQuaternary: {
|
|
42
|
-
fill: 'surfaceQuaternary',
|
|
43
|
-
labelTextColor: 'surfaceTextInverse',
|
|
44
|
-
labelTextColorHover: 'surfaceTextInverse',
|
|
45
|
-
},
|
|
46
|
-
gradientPrimary: {
|
|
47
|
-
fill: 'gradientPrimary',
|
|
48
|
-
labelTextColor: 'surfaceTextInverse',
|
|
49
|
-
labelTextColorHover: 'surfaceTextInverse',
|
|
50
|
-
labelTextWeight: 600,
|
|
51
|
-
},
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
export { labelAppearance };
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
var loaderAppearance = {
|
|
2
|
-
accent: {
|
|
3
|
-
fill: 'accentPrimary',
|
|
4
|
-
itemFill: 'accentItemPrimary',
|
|
5
|
-
},
|
|
6
|
-
primary: {
|
|
7
|
-
fill: 'primaryPrimary',
|
|
8
|
-
itemFill: 'primaryItemPrimary',
|
|
9
|
-
},
|
|
10
|
-
secondary: {
|
|
11
|
-
fill: 'secondaryPrimary',
|
|
12
|
-
itemFill: 'secondaryItemPrimary',
|
|
13
|
-
},
|
|
14
|
-
surfacePrimary: {
|
|
15
|
-
fill: 'surfacePrimary',
|
|
16
|
-
itemFill: 'surfaceItemPrimary',
|
|
17
|
-
},
|
|
18
|
-
surfaceSecondary: {
|
|
19
|
-
fill: 'surfaceSecondary',
|
|
20
|
-
itemFill: 'surfaceItemPrimary',
|
|
21
|
-
},
|
|
22
|
-
surfaceTertiary: {
|
|
23
|
-
fill: 'surfaceTertiary',
|
|
24
|
-
itemFill: 'surfaceItemPrimary',
|
|
25
|
-
},
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export { loaderAppearance };
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
var notificationItemAppearance = {
|
|
2
|
-
accent: {
|
|
3
|
-
fill: 'accentPrimary',
|
|
4
|
-
textColor: 'accentTextPrimary',
|
|
5
|
-
titleTextColor: 'accentTextPrimary',
|
|
6
|
-
},
|
|
7
|
-
primary: {
|
|
8
|
-
fill: 'primaryPrimary',
|
|
9
|
-
textColor: 'primaryTextPrimary',
|
|
10
|
-
titleTextColor: 'primaryTextPrimary',
|
|
11
|
-
},
|
|
12
|
-
secondary: {
|
|
13
|
-
fill: 'secondaryPrimary',
|
|
14
|
-
textColor: 'secondaryTextPrimary',
|
|
15
|
-
titleTextColor: 'secondaryTextPrimary',
|
|
16
|
-
},
|
|
17
|
-
surfacePrimary: {
|
|
18
|
-
fill: 'surfacePrimary',
|
|
19
|
-
textColor: 'surfaceTextPrimary',
|
|
20
|
-
titleTextColor: 'surfaceTextPrimary',
|
|
21
|
-
},
|
|
22
|
-
surfaceSecondary: {
|
|
23
|
-
fill: 'surfaceSecondary',
|
|
24
|
-
textColor: 'surfaceTextPrimary',
|
|
25
|
-
titleTextColor: 'surfaceTextPrimary',
|
|
26
|
-
},
|
|
27
|
-
surfaceTertiary: {
|
|
28
|
-
fill: 'surfaceTertiary',
|
|
29
|
-
textColor: 'surfaceTextPrimary',
|
|
30
|
-
titleTextColor: 'surfaceTextPrimary',
|
|
31
|
-
},
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
export { notificationItemAppearance };
|
package/dist/appearance/Radio.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
var radioAppearance = {
|
|
2
|
-
dev: {
|
|
3
|
-
descTextColor: 'surfaceTextPrimary',
|
|
4
|
-
descTextSize: 's',
|
|
5
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
6
|
-
labelTextSize: 'm',
|
|
7
|
-
stateBorderColor: 'surfaceBorderTertiary',
|
|
8
|
-
stateBorderWidth: 1,
|
|
9
|
-
stateCheckmarkFill: 'surfaceItemAccent',
|
|
10
|
-
stateShape: 'circular',
|
|
11
|
-
},
|
|
12
|
-
};
|
|
13
|
-
var radioState = {
|
|
14
|
-
normal: {
|
|
15
|
-
borderColor: 'surfaceBorderQuaternary',
|
|
16
|
-
placeholderTextColor: 'secondaryTextSecondary',
|
|
17
|
-
},
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
export { radioAppearance, radioState };
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
var responseAppearance = {
|
|
2
|
-
dev: {
|
|
3
|
-
fill: 'surfaceSecondary',
|
|
4
|
-
messageTextColor: 'surfaceTextPrimary',
|
|
5
|
-
messageTextSize: 'xxl',
|
|
6
|
-
primaryButtonAppearance: 'surfaceTertiary',
|
|
7
|
-
primaryButtonLabel: 'primary Button',
|
|
8
|
-
primaryButtonLabelTextSize: 'l',
|
|
9
|
-
primaryButtonShape: 'rounded',
|
|
10
|
-
primaryButtonSize: 'xxl',
|
|
11
|
-
primaryButtonWidth: 'fill',
|
|
12
|
-
secondaryButtonAppearance: 'surfaceTertiary',
|
|
13
|
-
secondaryButtonLabel: 'secondary Button',
|
|
14
|
-
secondaryButtonLabelTextSize: 'l',
|
|
15
|
-
secondaryButtonShape: 'rounded',
|
|
16
|
-
secondaryButtonSize: 'xxl',
|
|
17
|
-
secondaryButtonWidth: 'fill',
|
|
18
|
-
titleTextColor: 'surfaceTextPrimary',
|
|
19
|
-
titleTextSize: 'h2',
|
|
20
|
-
titleTextWeight: 600,
|
|
21
|
-
},
|
|
22
|
-
error: {
|
|
23
|
-
messageTextColor: 'surfaceTextPrimary',
|
|
24
|
-
messageTextSize: 'xxl',
|
|
25
|
-
primaryButtonAppearance: 'secondary',
|
|
26
|
-
primaryButtonLabelTextSize: 'l',
|
|
27
|
-
primaryButtonShape: 'rounded',
|
|
28
|
-
primaryButtonSize: 'xxl',
|
|
29
|
-
primaryButtonWidth: 'fill',
|
|
30
|
-
secondaryButtonAppearance: 'secondary',
|
|
31
|
-
secondaryButtonLabelTextSize: 'l',
|
|
32
|
-
secondaryButtonShape: 'rounded',
|
|
33
|
-
secondaryButtonSize: 'xxl',
|
|
34
|
-
secondaryButtonWidth: 'fill',
|
|
35
|
-
titleTextColor: 'surfaceTextPrimary',
|
|
36
|
-
titleTextSize: 'h2',
|
|
37
|
-
titleTextWeight: 600,
|
|
38
|
-
},
|
|
39
|
-
fail: {
|
|
40
|
-
messageTextColor: 'surfaceTextPrimary',
|
|
41
|
-
messageTextSize: 'xxl',
|
|
42
|
-
primaryButtonAppearance: 'surfaceTertiary',
|
|
43
|
-
primaryButtonLabelTextSize: 'l',
|
|
44
|
-
primaryButtonShape: 'rounded',
|
|
45
|
-
primaryButtonSize: 'xxl',
|
|
46
|
-
primaryButtonWidth: 'fill',
|
|
47
|
-
secondaryButtonAppearance: 'surfaceTertiary',
|
|
48
|
-
secondaryButtonLabelTextSize: 'l',
|
|
49
|
-
secondaryButtonShape: 'rounded',
|
|
50
|
-
secondaryButtonSize: 'xxl',
|
|
51
|
-
secondaryButtonWidth: 'fill',
|
|
52
|
-
titleTextColor: 'surfaceTextPrimary',
|
|
53
|
-
titleTextSize: 'h2',
|
|
54
|
-
titleTextWeight: 600,
|
|
55
|
-
},
|
|
56
|
-
success: {
|
|
57
|
-
messageTextColor: 'surfaceTextPrimary',
|
|
58
|
-
messageTextSize: 'xxl',
|
|
59
|
-
primaryButtonAppearance: 'accent',
|
|
60
|
-
primaryButtonLabelTextSize: 'l',
|
|
61
|
-
primaryButtonShape: 'rounded',
|
|
62
|
-
primaryButtonSize: 'xxl',
|
|
63
|
-
primaryButtonWidth: 'fill',
|
|
64
|
-
secondaryButtonAppearance: 'accent',
|
|
65
|
-
secondaryButtonLabelTextSize: 'l',
|
|
66
|
-
secondaryButtonShape: 'rounded',
|
|
67
|
-
secondaryButtonSize: 'xxl',
|
|
68
|
-
secondaryButtonWidth: 'fill',
|
|
69
|
-
titleTextColor: 'surfaceTextPrimary',
|
|
70
|
-
titleTextSize: 'h2',
|
|
71
|
-
titleTextWeight: 600,
|
|
72
|
-
},
|
|
73
|
-
warning: {
|
|
74
|
-
messageTextColor: 'surfaceTextPrimary',
|
|
75
|
-
messageTextSize: 'xxl',
|
|
76
|
-
primaryButtonAppearance: 'primary',
|
|
77
|
-
primaryButtonLabelTextSize: 'l',
|
|
78
|
-
primaryButtonShape: 'rounded',
|
|
79
|
-
primaryButtonSize: 'xxl',
|
|
80
|
-
primaryButtonWidth: 'fill',
|
|
81
|
-
secondaryButtonAppearance: 'primary',
|
|
82
|
-
secondaryButtonLabelTextSize: 'l',
|
|
83
|
-
secondaryButtonShape: 'rounded',
|
|
84
|
-
secondaryButtonSize: 'xxl',
|
|
85
|
-
secondaryButtonWidth: 'fill',
|
|
86
|
-
titleTextColor: 'surfaceTextPrimary',
|
|
87
|
-
titleTextSize: 'h2',
|
|
88
|
-
titleTextWeight: 600,
|
|
89
|
-
},
|
|
90
|
-
};
|
|
91
|
-
|
|
92
|
-
export { responseAppearance };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
var segmentedAppearance = {
|
|
2
|
-
dev: {
|
|
3
|
-
width: 'fill',
|
|
4
|
-
fill: 'surfaceSecondary',
|
|
5
|
-
fillHover: 'surfacePrimaryHover',
|
|
6
|
-
indicatorFill: 'accentPrimary',
|
|
7
|
-
labelTextActiveColor: 'accentTextPrimary',
|
|
8
|
-
labelTextColor: 'surfaceTextPrimary',
|
|
9
|
-
labelTextSize: 'm',
|
|
10
|
-
shape: 'rounded',
|
|
11
|
-
},
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
export { segmentedAppearance };
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
var selectAppearance = {
|
|
2
|
-
dev: {
|
|
3
|
-
elevation: 8,
|
|
4
|
-
inputBorderColor: 'surfaceBorderTertiary',
|
|
5
|
-
inputBorderColorHover: 'surfaceBorderQuaternary',
|
|
6
|
-
inputFill: 'surfacePrimary',
|
|
7
|
-
inputShape: 'rounded',
|
|
8
|
-
inputTextColor: 'surfaceTextPrimary',
|
|
9
|
-
inputTextSize: 'm',
|
|
10
|
-
noOptionsText: 'Ничего не найдено...',
|
|
11
|
-
noOptionsTextColor: 'surfaceTextPrimary',
|
|
12
|
-
noOptionsTextSize: 'm',
|
|
13
|
-
optionFill: 'surfacePrimary',
|
|
14
|
-
optionFillHover: 'surfacePrimaryHover',
|
|
15
|
-
optionTextColor: 'surfaceTextPrimary',
|
|
16
|
-
optionTextSize: 'm',
|
|
17
|
-
placeholder: 'Выбрать...',
|
|
18
|
-
placeholderTextColor: 'surfaceTextSecondary',
|
|
19
|
-
placeholderTextSize: 'm',
|
|
20
|
-
size: 'normal',
|
|
21
|
-
},
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
export { selectAppearance };
|