@bothub-chat/ui 2.48.1-fix-message-79720dcc-0313-4bb2-ac15-912e6fc16d36 → 2.48.1-fix-refactor-2b2ac2ff-898d-489a-83f0-2a58a894046a
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/README.md +23 -23
- package/dist/adaptive/stories/styled.d.ts +126 -42
- package/dist/components/accordion/index.js +1 -1
- package/dist/components/accordion/styled.d.ts +133 -82
- package/dist/components/accordion/styled.js +4 -4
- package/dist/components/action-message/styled.d.ts +54 -12
- package/dist/components/adaptive-button/styled.d.ts +2 -4
- package/dist/components/adaptive-button/styled.js +1 -1
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/avatar/styled.d.ts +15 -1
- package/dist/components/avatar/styled.js +3 -3
- package/dist/components/backdrop/index.js +1 -1
- package/dist/components/backdrop/styled.d.ts +58 -44
- package/dist/components/backdrop/styled.js +1 -1
- package/dist/components/background/styled.d.ts +78 -36
- package/dist/components/background/styled.js +1 -1
- package/dist/components/badge/index.js +1 -1
- package/dist/components/badge/progress/index.js +1 -1
- package/dist/components/badge/progress/styled.d.ts +163 -84
- package/dist/components/badge/progress/styled.js +2 -2
- package/dist/components/badge/styled.d.ts +21 -7
- package/dist/components/badge/styled.js +2 -2
- package/dist/components/badge-select-dropdown/index.js +1 -1
- package/dist/components/badge-select-dropdown/styled.d.ts +97 -74
- package/dist/components/badge-select-dropdown/styled.js +1 -1
- package/dist/components/block/styled.d.ts +59 -17
- package/dist/components/block/styled.js +9 -9
- package/dist/components/bookmark/card/chat/index.js +1 -1
- package/dist/components/bookmark/card/chat/styled.d.ts +112 -75
- package/dist/components/bookmark/card/index.js +1 -1
- package/dist/components/bookmark/card/styled.d.ts +198 -44
- package/dist/components/bookmark/card/styled.js +1 -1
- package/dist/components/bookmark/index.js +1 -1
- package/dist/components/bookmark/list/styled.d.ts +92 -22
- package/dist/components/bookmark/styled.d.ts +45 -17
- package/dist/components/bookmark/styled.js +1 -1
- package/dist/components/breadcrumbs/index.js +1 -1
- package/dist/components/breadcrumbs/styled.d.ts +57 -15
- package/dist/components/breadcrumbs/styled.js +2 -2
- package/dist/components/button/index.js +1 -1
- package/dist/components/button/styled.js +10 -10
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/checkbox/styled.d.ts +97 -74
- package/dist/components/checkbox/styled.js +6 -6
- package/dist/components/chip/styled.d.ts +66 -24
- package/dist/components/chip/styled.js +2 -2
- package/dist/components/color-picker/index.js +1 -1
- package/dist/components/color-picker/menu/index.js +1 -1
- package/dist/components/color-picker/menu/styled.d.ts +159 -47
- package/dist/components/color-picker/menu/styled.js +2 -2
- package/dist/components/color-picker/styled.d.ts +72 -16
- package/dist/components/color-picker/styled.js +2 -2
- package/dist/components/container/styled.js +2 -2
- package/dist/components/date-badge/index.js +1 -1
- package/dist/components/date-badge/styled.d.ts +36 -8
- package/dist/components/date-badge/styled.js +1 -1
- package/dist/components/datepicker/hooks/useInfoDate.js +1 -1
- package/dist/components/datepicker/ui/calendar/index.js +1 -1
- package/dist/components/datepicker/ui/calendar/styled.d.ts +573 -383
- package/dist/components/datepicker/ui/calendar/styled.js +1 -1
- package/dist/components/description/card/grid/styled.js +1 -1
- package/dist/components/description/card/index.js +1 -1
- package/dist/components/description/card/styled.d.ts +174 -48
- package/dist/components/description/card/styled.js +7 -7
- package/dist/components/developer-key/index.js +1 -1
- package/dist/components/developer-key/list/styled.d.ts +181 -88
- package/dist/components/developer-key/list/styled.js +1 -1
- package/dist/components/developer-key/styled.d.ts +209 -149
- package/dist/components/developer-key/styled.js +4 -4
- package/dist/components/divider/styled.d.ts +30 -2
- package/dist/components/divider/styled.js +1 -1
- package/dist/components/drawer/index.js +1 -1
- package/dist/components/drawer/styled.d.ts +97 -13
- package/dist/components/drawer/styled.js +1 -1
- package/dist/components/dropzone-field/index.js +1 -1
- package/dist/components/dropzone-field/styled.d.ts +112 -14
- package/dist/components/dropzone-field/styled.js +1 -1
- package/dist/components/file-field/index.js +1 -1
- package/dist/components/file-field/styled.d.ts +253 -146
- package/dist/components/file-field/styled.js +5 -5
- package/dist/components/file-icon/index.d.ts +1 -1
- package/dist/components/footer/index.js +1 -1
- package/dist/components/footer/mobile/index.js +1 -1
- package/dist/components/footer/mobile/styled.d.ts +30 -16
- package/dist/components/footer/mobile/styled.js +4 -4
- package/dist/components/footer/styled.d.ts +153 -27
- package/dist/components/footer/styled.js +1 -1
- package/dist/components/form/styled.d.ts +52 -10
- package/dist/components/form/styled.js +1 -1
- package/dist/components/header/index.js +1 -1
- package/dist/components/header/lang-dropdown/index.js +1 -1
- package/dist/components/header/lang-dropdown/item/index.js +1 -1
- package/dist/components/header/lang-dropdown/item/styled.d.ts +15 -1
- package/dist/components/header/lang-dropdown/item/styled.js +1 -1
- package/dist/components/header/lang-dropdown/styled.d.ts +203 -143
- package/dist/components/header/lang-dropdown/styled.js +2 -2
- package/dist/components/header/menu/index.js +1 -1
- package/dist/components/header/menu/styled.d.ts +52 -24
- package/dist/components/header/menu/styled.js +2 -2
- package/dist/components/header/menu/toggle-button/icon/index.js +1 -1
- package/dist/components/header/menu/toggle-button/icon/styled.d.ts +15 -1
- package/dist/components/header/menu/toggle-button/icon/styled.js +1 -1
- package/dist/components/header/menu/toggle-button/index.js +1 -1
- package/dist/components/header/menu/toggle-button/styled.d.ts +2 -4
- package/dist/components/header/menu/toggle-button/styled.js +2 -2
- package/dist/components/header/menu-nav/index.js +1 -1
- package/dist/components/header/menu-nav/styled.d.ts +399 -227
- package/dist/components/header/menu-nav/styled.js +2 -2
- package/dist/components/header/multi-level-menu/config/index.d.ts +760 -670
- package/dist/components/header/multi-level-menu/index.js +1 -1
- package/dist/components/header/multi-level-menu/multi-level-menu-accordion/ui/index.js +1 -1
- package/dist/components/header/multi-level-menu/multi-level-menu-accordion/ui/styled.d.ts +189 -35
- package/dist/components/header/multi-level-menu/multi-level-menu-accordion/ui/styled.js +1 -1
- package/dist/components/header/multi-level-menu/multi-level-menu-first-level/ui/index.js +1 -1
- package/dist/components/header/multi-level-menu/multi-level-menu-first-level/ui/styled.d.ts +112 -75
- package/dist/components/header/multi-level-menu/multi-level-menu-first-level/ui/styled.js +1 -1
- package/dist/components/header/multi-level-menu/styled.d.ts +1322 -1141
- package/dist/components/header/multi-level-menu/styled.js +1 -1
- package/dist/components/header/nav/dropdown/index.js +1 -1
- package/dist/components/header/nav/dropdown/item/index.js +1 -1
- package/dist/components/header/nav/dropdown/item/styled.d.ts +72 -16
- package/dist/components/header/nav/dropdown/item/styled.js +1 -1
- package/dist/components/header/nav/dropdown/styled.d.ts +145 -96
- package/dist/components/header/nav/dropdown/styled.js +1 -1
- package/dist/components/header/nav/link/index.js +1 -1
- package/dist/components/header/nav/link/styled.d.ts +15 -1
- package/dist/components/header/nav/link/styled.js +1 -1
- package/dist/components/header/nav/styled.js +2 -2
- package/dist/components/header/styled.d.ts +91 -7
- package/dist/components/header/styled.js +6 -6
- package/dist/components/header/user/button/styled.d.ts +24 -10
- package/dist/components/header/user/button/styled.js +1 -1
- package/dist/components/header/user/styled.js +1 -1
- package/dist/components/header/user-info/index.js +1 -1
- package/dist/components/header/user-info/item/index.js +1 -1
- package/dist/components/header/user-info/item/styled.d.ts +30 -2
- package/dist/components/header/user-info/item/styled.js +1 -1
- package/dist/components/header/user-info/styled.d.ts +232 -125
- package/dist/components/header/user-info/styled.js +1 -1
- package/dist/components/icon/index.js +1 -1
- package/dist/components/icon/styled.js +3 -3
- package/dist/components/image/index.js +1 -1
- package/dist/components/image/styled.d.ts +15 -1
- package/dist/components/image/styled.js +5 -5
- package/dist/components/image-fullscreen/index.js +1 -1
- package/dist/components/image-fullscreen/styled.d.ts +399 -119
- package/dist/components/image-fullscreen/styled.js +1 -1
- package/dist/components/image-fullscreen/zoommable-image/index.js +1 -1
- package/dist/components/image-fullscreen/zoommable-image/styled.d.ts +51 -9
- package/dist/components/input-message/index.d.ts +4 -2
- package/dist/components/input-message/index.js +1 -1
- package/dist/components/input-message/styled.d.ts +3788 -950
- package/dist/components/input-message/styled.js +10 -6
- package/dist/components/input-message/types.d.ts +6 -0
- package/dist/components/input-message/utils.js +1 -1
- package/dist/components/lang-switcher/index.js +1 -1
- package/dist/components/lang-switcher/styled.d.ts +139 -69
- package/dist/components/lang-switcher/styled.js +1 -1
- package/dist/components/link/styled.js +1 -1
- package/dist/components/loader/styled.d.ts +11 -2
- package/dist/components/loader/three-dots-loader/styled.d.ts +30 -2
- package/dist/components/loader/three-dots-loader/styled.js +1 -1
- package/dist/components/logo/index.js +1 -1
- package/dist/components/logo/styled.d.ts +11 -2
- package/dist/components/logo/styled.js +1 -1
- package/dist/components/logo-halloween/styled.d.ts +11 -2
- package/dist/components/logo-halloween/styled.js +1 -1
- package/dist/components/logo-new-year/styled.d.ts +11 -2
- package/dist/components/logo-new-year/styled.js +1 -1
- package/dist/components/main/index.d.ts +15 -1
- package/dist/components/main/index.js +1 -1
- package/dist/components/menu-dropdown/index.js +1 -1
- package/dist/components/menu-dropdown/nav/link/styled.d.ts +21 -7
- package/dist/components/menu-dropdown/styled.d.ts +135 -65
- package/dist/components/menu-dropdown/styled.js +1 -1
- package/dist/components/menu-tabs/index.js +1 -1
- package/dist/components/menu-tabs/styled.d.ts +89 -19
- package/dist/components/menu-tabs/styled.js +2 -2
- package/dist/components/message/actions/copy-button/index.js +1 -1
- package/dist/components/message/actions/copy-button/styled.d.ts +58 -44
- package/dist/components/message/actions/index.d.ts +3 -1
- package/dist/components/message/actions/index.js +1 -1
- package/dist/components/message/actions/styled.d.ts +135 -37
- package/dist/components/message/actions/styled.js +1 -1
- package/dist/components/message/badge-progress/styled.d.ts +22 -8
- package/dist/components/message/badge-progress/styled.js +1 -1
- package/dist/components/message/button/list/styled.d.ts +38 -10
- package/dist/components/message/button/styled.d.ts +24 -10
- package/dist/components/message/components/bold/styled.d.ts +1 -3
- package/dist/components/message/components/bold/styled.js +2 -2
- package/dist/components/message/components/code/inline/styled.d.ts +21 -7
- package/dist/components/message/components/code/inline/styled.js +1 -1
- package/dist/components/message/components/code/multiline/content/highlight.js +1 -1
- package/dist/components/message/components/code/multiline/content/index.js +1 -1
- package/dist/components/message/components/code/multiline/content/styled.d.ts +30 -2
- package/dist/components/message/components/code/multiline/content/styled.js +1 -1
- package/dist/components/message/components/code/multiline/copy/index.js +1 -1
- package/dist/components/message/components/code/multiline/copy/styled.d.ts +24 -10
- package/dist/components/message/components/code/multiline/copy/styled.js +1 -1
- package/dist/components/message/components/code/multiline/styled.d.ts +51 -9
- package/dist/components/message/components/code/multiline/styled.js +1 -1
- package/dist/components/message/components/image/button/list/styled.d.ts +15 -1
- package/dist/components/message/components/image/button/list/styled.js +2 -2
- package/dist/components/message/components/image/button/styled.d.ts +54 -12
- package/dist/components/message/components/image/grid/styled.d.ts +15 -1
- package/dist/components/message/components/image/index.js +1 -1
- package/dist/components/message/components/image/styled.d.ts +16 -4
- package/dist/components/message/components/image/styled.js +2 -2
- package/dist/components/message/components/italic/styled.d.ts +1 -3
- package/dist/components/message/components/italic/styled.js +1 -1
- package/dist/components/message/components/link/styled.d.ts +1 -3
- package/dist/components/message/components/link/styled.js +1 -1
- package/dist/components/message/components/list/item/styled.d.ts +21 -7
- package/dist/components/message/components/list/item/styled.js +3 -3
- package/dist/components/message/components/list/styled.js +2 -2
- package/dist/components/message/components/paragraph/styled.d.ts +1 -3
- package/dist/components/message/components/paragraph/styled.js +4 -4
- package/dist/components/message/components/pre/styled.d.ts +15 -1
- package/dist/components/message/components/table/cell/styled.d.ts +221 -179
- package/dist/components/message/components/table/cell/styled.js +1 -1
- package/dist/components/message/components/table/styled.d.ts +75 -5
- package/dist/components/message/components/table/styled.js +1 -1
- package/dist/components/message/components/title/styled.js +1 -1
- package/dist/components/message/copy/index.js +1 -1
- package/dist/components/message/copy/styled.d.ts +24 -10
- package/dist/components/message/copy/styled.js +1 -1
- package/dist/components/message/file/index.js +1 -1
- package/dist/components/message/file/styled.d.ts +87 -17
- package/dist/components/message/file/styled.js +1 -1
- package/dist/components/message/index.js +1 -1
- package/dist/components/message/list/index.js +1 -1
- package/dist/components/message/list/styled.d.ts +68 -12
- package/dist/components/message/list/styled.js +1 -1
- package/dist/components/message/markdown/index.d.ts +2 -2
- package/dist/components/message/markdown/index.js +1 -1
- package/dist/components/message/markdown/markdown-components.d.ts +2 -2
- package/dist/components/message/markdown/markdown-components.js +1 -1
- package/dist/components/message/markdown/styled.d.ts +16 -2
- package/dist/components/message/markdown/styled.js +22 -22
- package/dist/components/message/markdown/useMarkdownPlugins.d.ts +1 -1
- package/dist/components/message/markdown/useMarkdownPlugins.js +1 -1
- package/dist/components/message/reasoning-block/index.js +1 -1
- package/dist/components/message/reasoning-block/markdown-components.d.ts +2 -2
- package/dist/components/message/reasoning-block/markdown-components.js +1 -1
- package/dist/components/message/reasoning-block/styled.d.ts +31 -3
- package/dist/components/message/reasoning-block/styled.js +3 -3
- package/dist/components/message/scroll-button/index.d.ts +1 -1
- package/dist/components/message/scroll-button/index.js +1 -1
- package/dist/components/message/scroll-button/styled.d.ts +76 -67
- package/dist/components/message/scroll-button/styled.js +2 -2
- package/dist/components/message/search-results/index.js +1 -1
- package/dist/components/message/search-results/styled.d.ts +132 -20
- package/dist/components/message/search-results/styled.js +1 -1
- package/dist/components/message/styled.d.ts +791 -1079
- package/dist/components/message/styled.js +1 -1
- package/dist/components/message/timestamp/styled.d.ts +21 -7
- package/dist/components/message/timestamp/styled.js +1 -1
- package/dist/components/message/versions/styled.d.ts +52 -10
- package/dist/components/message/versions/styled.js +1 -1
- package/dist/components/message/video/index.js +1 -1
- package/dist/components/message/video/styled.d.ts +91 -21
- package/dist/components/message/video/styled.js +3 -3
- package/dist/components/message/video/volume/index.js +1 -1
- package/dist/components/message/voice/index.d.ts +4 -0
- package/dist/components/message/voice/index.js +1 -1
- package/dist/components/message/voice/styled.d.ts +447 -309
- package/dist/components/message/voice/styled.js +2 -2
- package/dist/components/modal/modal-window/index.js +1 -1
- package/dist/components/modal/modal-window/styled.d.ts +224 -131
- package/dist/components/modal/modal-window/styled.js +1 -1
- package/dist/components/modal/styled.d.ts +15 -1
- package/dist/components/modal/styled.js +1 -1
- package/dist/components/notification/index.js +1 -1
- package/dist/components/notification/list/styled.d.ts +30 -2
- package/dist/components/notification/styled.d.ts +209 -116
- package/dist/components/notification/styled.js +1 -1
- package/dist/components/pagination/paginator.js +1 -1
- package/dist/components/pagination/styled.d.ts +226 -166
- package/dist/components/pagination/styled.js +4 -4
- package/dist/components/pagination/utils.js +1 -1
- package/dist/components/portal/index.js +1 -1
- package/dist/components/portal/styled.d.ts +20 -6
- package/dist/components/portal/styled.js +1 -1
- package/dist/components/preset/card/styled.d.ts +328 -137
- package/dist/components/preset/card/styled.js +1 -1
- package/dist/components/preset/list/styled.d.ts +45 -3
- package/dist/components/progress/styled.d.ts +15 -1
- package/dist/components/progress/styled.js +1 -1
- package/dist/components/prompt/card/index.js +1 -1
- package/dist/components/prompt/card/styled.d.ts +127 -76
- package/dist/components/prompt/card/styled.js +2 -2
- package/dist/components/prompt/list/styled.d.ts +51 -9
- package/dist/components/prompt/list/styled.js +3 -3
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/styled.d.ts +52 -10
- package/dist/components/radio/styled.js +1 -1
- package/dist/components/range-field/index.js +1 -1
- package/dist/components/range-field/styled.d.ts +59 -19
- package/dist/components/range-field/styled.js +12 -12
- package/dist/components/referral/card/index.js +1 -1
- package/dist/components/referral/card/link/index.js +1 -1
- package/dist/components/referral/card/link/styled.d.ts +112 -75
- package/dist/components/referral/card/link/styled.js +1 -1
- package/dist/components/referral/card/styled.d.ts +315 -63
- package/dist/components/referral/card/styled.js +7 -7
- package/dist/components/referral/list/styled.d.ts +69 -13
- package/dist/components/referral/radio/styled.d.ts +214 -74
- package/dist/components/referral/radio/styled.js +1 -1
- package/dist/components/scrollable-tabs/index.js +1 -1
- package/dist/components/scrollable-tabs/styled.d.ts +36 -8
- package/dist/components/scrollable-tabs/styled.js +4 -4
- package/dist/components/scrollbar/index.d.ts +1 -0
- package/dist/components/scrollbar/index.js +1 -1
- package/dist/components/scrollbar/shadow/index.js +1 -1
- package/dist/components/scrollbar/shadow/styled.d.ts +58 -44
- package/dist/components/scrollbar/shadow/styled.js +1 -1
- package/dist/components/scrollbar/style/styled.js +1 -1
- package/dist/components/scrollbar/styled.d.ts +15 -1
- package/dist/components/scrollbar/styled.js +1 -1
- package/dist/components/section/styled.d.ts +1 -3
- package/dist/components/section/styled.js +6 -6
- package/dist/components/select-field/context.d.ts +1 -1
- package/dist/components/select-field/index.d.ts +1 -2
- package/dist/components/select-field/index.js +1 -1
- package/dist/components/select-field/nodes/index.d.ts +1 -0
- package/dist/components/select-field/nodes/value/index.d.ts +7 -0
- package/dist/components/select-field/nodes/value/index.js +1 -0
- package/dist/components/select-field/select-modal/filterData.js +1 -1
- package/dist/components/select-field/select-modal/index.d.ts +1 -1
- package/dist/components/select-field/select-modal/index.js +1 -1
- package/dist/components/select-field/select-modal/option/collapse/index.js +1 -0
- package/dist/components/select-field/{option → select-modal/option}/collapse/styled.d.ts +92 -73
- package/dist/components/select-field/select-modal/option/collapse/styled.js +16 -0
- package/dist/components/select-field/select-modal/option/list/index.js +1 -0
- package/dist/components/select-field/{option → select-modal/option}/list/styled.d.ts +144 -32
- package/dist/components/select-field/select-modal/option/list/styled.js +1 -0
- package/dist/components/select-field/select-modal/option/select-field-option/index.js +1 -0
- package/dist/components/select-field/{option → select-modal/option}/select-field-option/styled.d.ts +42 -14
- package/dist/components/select-field/select-modal/option/select-field-option/styled.js +48 -0
- package/dist/components/select-field/select-modal/select-field-group/index.js +1 -0
- package/dist/components/select-field/{select-field-group → select-modal/select-field-group}/styled.d.ts +15 -1
- package/dist/components/select-field/select-modal/select-field-group/styled.js +1 -0
- package/dist/components/select-field/select-modal/styled.d.ts +122 -52
- package/dist/components/select-field/select-modal/styled.js +5 -5
- package/dist/components/select-field/select-modal/types.d.ts +1 -0
- package/dist/components/select-field/styled.d.ts +479 -268
- package/dist/components/select-field/styled.js +8 -8
- package/dist/components/select-field/useSelectField.d.ts +3 -3
- package/dist/components/select-field/useSelectField.js +1 -1
- package/dist/components/sidebar/buttons/index.d.ts +1829 -6
- package/dist/components/sidebar/buttons/index.js +26 -1
- package/dist/components/sidebar/chat/index.d.ts +0 -7
- package/dist/components/sidebar/chat/index.js +1 -1
- package/dist/components/sidebar/chat/skeleton.d.ts +1 -0
- package/dist/components/sidebar/chat/skeleton.js +1 -0
- package/dist/components/sidebar/chat/styled.d.ts +625 -3609
- package/dist/components/sidebar/chat/styled.js +1 -77
- package/dist/components/sidebar/context.d.ts +3 -0
- package/dist/components/sidebar/context.js +1 -1
- package/dist/components/sidebar/dropdown/context.js +1 -1
- package/dist/components/sidebar/dropdown/index.d.ts +2 -3
- package/dist/components/sidebar/dropdown/index.js +1 -1
- package/dist/components/sidebar/dropdown/item/index.d.ts +4 -5
- package/dist/components/sidebar/dropdown/item/index.js +1 -1
- package/dist/components/sidebar/dropdown/styled.d.ts +2719 -1140
- package/dist/components/sidebar/dropdown/styled.js +1 -1
- package/dist/components/sidebar/group/index.d.ts +2 -5
- package/dist/components/sidebar/group/index.js +1 -1
- package/dist/components/sidebar/group/skeleton.d.ts +2 -0
- package/dist/components/sidebar/group/skeleton.js +1 -0
- package/dist/components/sidebar/group/styled.d.ts +1757 -2016
- package/dist/components/sidebar/group/styled.js +1 -32
- package/dist/components/sidebar/index.d.ts +5 -10
- package/dist/components/sidebar/index.js +1 -1
- package/dist/components/sidebar/lang/index.d.ts +0 -1
- package/dist/components/sidebar/lang/index.js +1 -1
- package/dist/components/sidebar/lang/item/index.js +1 -1
- package/dist/components/sidebar/lang/item/styled.d.ts +15 -1
- package/dist/components/sidebar/lang/item/styled.js +1 -1
- package/dist/components/sidebar/lang/styled.d.ts +203 -143
- package/dist/components/sidebar/lang/styled.js +2 -2
- package/dist/components/sidebar/list/index.d.ts +2 -0
- package/dist/components/sidebar/list/styled.d.ts +3 -0
- package/dist/components/sidebar/menu/index.d.ts +4 -8
- package/dist/components/sidebar/menu/index.js +1 -1
- package/dist/components/sidebar/menu/item/index.d.ts +7 -0
- package/dist/components/sidebar/menu/item/index.js +1 -0
- package/dist/components/sidebar/menu/styled.d.ts +560 -799
- package/dist/components/sidebar/menu/styled.js +1 -36
- package/dist/components/sidebar/styled.d.ts +115 -3934
- package/dist/components/sidebar/styled.js +1 -225
- package/dist/components/sidebar/toggle-button/index.js +1 -1
- package/dist/components/sidebar/toggle-button/styled.d.ts +303 -1
- package/dist/components/sidebar/toggle-button/styled.js +2 -2
- package/dist/components/sidebar/user-info/avatar/index.js +1 -1
- package/dist/components/sidebar/user-info/avatar/styled.d.ts +1 -3
- package/dist/components/sidebar/user-info/avatar/styled.js +2 -2
- package/dist/components/sidebar/user-info/index.d.ts +1 -3
- package/dist/components/sidebar/user-info/index.js +1 -1
- package/dist/components/sidebar/user-info/styled.d.ts +241 -75
- package/dist/components/sidebar/user-info/styled.js +1 -95
- package/dist/components/skeleton/styled.js +1 -1
- package/dist/components/slider/styled.d.ts +32 -6
- package/dist/components/slider/styled.js +1 -1
- package/dist/components/slider/useSlider.d.ts +1 -1
- package/dist/components/slider/useSlider.js +1 -1
- package/dist/components/stepper/index.js +1 -1
- package/dist/components/stepper/styled.d.ts +112 -75
- package/dist/components/stepper/styled.js +1 -1
- package/dist/components/switch/index.js +1 -1
- package/dist/components/switch/styled.d.ts +96 -40
- package/dist/components/switch/styled.js +1 -1
- package/dist/components/tab/list/styled.d.ts +68 -12
- package/dist/components/tab/list/styled.js +3 -3
- package/dist/components/tab/styled.d.ts +21 -7
- package/dist/components/tab/styled.js +3 -3
- package/dist/components/table/cell/styled.d.ts +21 -7
- package/dist/components/table/cell/styled.js +1 -1
- package/dist/components/table/styled.d.ts +68 -12
- package/dist/components/table/styled.js +1 -1
- package/dist/components/tariff/badge/index.js +1 -1
- package/dist/components/tariff/badge/styled.d.ts +21 -7
- package/dist/components/tariff/badge/styled.js +2 -2
- package/dist/components/tariff/card/styled.d.ts +437 -209
- package/dist/components/tariff/card/styled.js +3 -3
- package/dist/components/tariff/list/styled.d.ts +16 -2
- package/dist/components/tariff/list/styled.js +1 -1
- package/dist/components/text-area-field/index.js +1 -1
- package/dist/components/text-area-field/styled.d.ts +57 -15
- package/dist/components/text-area-field/styled.js +1 -1
- package/dist/components/text-field/index.js +1 -1
- package/dist/components/text-field/styled.d.ts +148 -64
- package/dist/components/text-field/styled.js +7 -7
- package/dist/components/theme-cards/index.js +1 -1
- package/dist/components/theme-cards/styled.d.ts +15 -1
- package/dist/components/theme-cards/theme-card/index.js +1 -1
- package/dist/components/theme-cards/theme-card/styled.d.ts +143 -59
- package/dist/components/theme-cards/theme-card/styled.js +1 -1
- package/dist/components/theme-preview/styled.js +1 -1
- package/dist/components/theme-schemes/index.js +1 -1
- package/dist/components/theme-schemes/section/index.js +1 -1
- package/dist/components/theme-schemes/section/styled.d.ts +85 -43
- package/dist/components/theme-schemes/styled.d.ts +45 -17
- package/dist/components/theme-schemes/styled.js +1 -1
- package/dist/components/theme-schemes/theme-button/index.js +1 -1
- package/dist/components/theme-schemes/theme-button/styled.d.ts +109 -25
- package/dist/components/theme-schemes/theme-button/styled.js +2 -2
- package/dist/components/theme-switcher/index.js +1 -1
- package/dist/components/theme-switcher/styled.d.ts +61 -5
- package/dist/components/theme-switcher/styled.js +2 -2
- package/dist/components/tooltip/arrow/index.js +1 -1
- package/dist/components/tooltip/arrow/styled.d.ts +11 -2
- package/dist/components/tooltip/index.js +1 -1
- package/dist/components/tooltip/styled.d.ts +418 -69
- package/dist/components/tooltip/styled.js +3 -3
- package/dist/components/typography/index.js +1 -1
- package/dist/components/typography/styled.js +1 -1
- package/dist/components/uploaded-file/styled.d.ts +329 -171
- package/dist/components/uploaded-file/styled.js +1 -1
- package/dist/icons/academy/index.js +1 -1
- package/dist/icons/action-chat/index.js +1 -1
- package/dist/icons/add-chat/index.js +1 -1
- package/dist/icons/add-folder/index.js +1 -1
- package/dist/icons/add-group/index.js +1 -1
- package/dist/icons/add-profile/index.js +1 -1
- package/dist/icons/advanced-filter/index.js +1 -1
- package/dist/icons/ai/index.js +1 -1
- package/dist/icons/analyze-urls/index.js +1 -1
- package/dist/icons/apple/index.js +1 -1
- package/dist/icons/arrow-2-down/index.js +1 -1
- package/dist/icons/arrow-down/index.js +1 -1
- package/dist/icons/arrow-narrow-down/index.js +1 -1
- package/dist/icons/arrow-narrow-left/index.js +1 -1
- package/dist/icons/arrow-narrow-right/index.js +1 -1
- package/dist/icons/arrow-narrow-up/index.js +1 -1
- package/dist/icons/arrow-up/index.js +1 -1
- package/dist/icons/article/index.js +1 -1
- package/dist/icons/article-generator/index.js +1 -1
- package/dist/icons/articles/index.js +1 -1
- package/dist/icons/assembly/index.js +1 -1
- package/dist/icons/attach/index.js +1 -1
- package/dist/icons/attach-file/index.js +1 -1
- package/dist/icons/attach-file-big/index.js +1 -1
- package/dist/icons/avatar-add/index.js +1 -1
- package/dist/icons/best-chat-bots/index.js +1 -1
- package/dist/icons/big-article/index.js +1 -1
- package/dist/icons/big-corporate/index.js +1 -1
- package/dist/icons/big-favorite/index.js +1 -1
- package/dist/icons/big-mj/index.js +1 -1
- package/dist/icons/big-models/index.js +1 -1
- package/dist/icons/big-presets/index.js +1 -1
- package/dist/icons/big-referal/index.js +1 -1
- package/dist/icons/big-stats/index.js +1 -1
- package/dist/icons/big-success/index.js +1 -1
- package/dist/icons/big-users/index.js +1 -1
- package/dist/icons/bitcoin/index.js +1 -1
- package/dist/icons/black-forest-labs/index.js +1 -1
- package/dist/icons/blog-circle/index.js +1 -1
- package/dist/icons/blog-post/index.js +1 -1
- package/dist/icons/book/index.js +1 -1
- package/dist/icons/bookmarks/index.js +1 -1
- package/dist/icons/bookmarks-big/index.js +1 -1
- package/dist/icons/bot-circle/index.js +1 -1
- package/dist/icons/bothub-agg/index.js +1 -1
- package/dist/icons/bothub-logo-gradient/index.js +1 -1
- package/dist/icons/bow-tie/index.js +1 -1
- package/dist/icons/brain/index.js +1 -1
- package/dist/icons/brush/index.js +1 -1
- package/dist/icons/business-colored/index.js +1 -1
- package/dist/icons/calendar/index.js +1 -1
- package/dist/icons/card/index.js +1 -1
- package/dist/icons/case-study/index.js +1 -1
- package/dist/icons/chat/index.js +1 -1
- package/dist/icons/chats/index.js +1 -1
- package/dist/icons/check-circle/index.js +1 -1
- package/dist/icons/check-small/index.js +1 -1
- package/dist/icons/checked/index.js +1 -1
- package/dist/icons/claude/index.js +1 -1
- package/dist/icons/claude-black/index.js +1 -1
- package/dist/icons/close/index.js +1 -1
- package/dist/icons/code-generation/index.js +1 -1
- package/dist/icons/coder/index.js +1 -1
- package/dist/icons/comments/index.js +1 -1
- package/dist/icons/cookie/index.js +1 -1
- package/dist/icons/copy/index.js +1 -1
- package/dist/icons/copy-variants/index.js +1 -1
- package/dist/icons/corporate/index.js +1 -1
- package/dist/icons/cot-r1/index.js +1 -1
- package/dist/icons/customer-support/index.js +1 -1
- package/dist/icons/dalle/index.js +1 -1
- package/dist/icons/dark/index.js +1 -1
- package/dist/icons/dashboard/index.js +1 -1
- package/dist/icons/data-visualisation/index.js +1 -1
- package/dist/icons/decline-circle/index.js +1 -1
- package/dist/icons/deepseek/index.js +1 -1
- package/dist/icons/delete-chat/index.js +1 -1
- package/dist/icons/discord/index.js +1 -1
- package/dist/icons/discord-circle/index.js +1 -1
- package/dist/icons/document-analisys/index.js +1 -1
- package/dist/icons/download-img/index.js +1 -1
- package/dist/icons/drag-dot/index.js +1 -1
- package/dist/icons/edit/index.js +1 -1
- package/dist/icons/email-circle/index.js +1 -1
- package/dist/icons/email-colored/index.js +1 -1
- package/dist/icons/enter/index.js +1 -1
- package/dist/icons/error/index.js +1 -1
- package/dist/icons/error-big/index.js +1 -1
- package/dist/icons/essay-generation/index.js +1 -1
- package/dist/icons/exchange/index.js +1 -1
- package/dist/icons/exclamation/index.js +1 -1
- package/dist/icons/expand/index.js +1 -1
- package/dist/icons/eye/index.js +1 -1
- package/dist/icons/face/index.js +1 -1
- package/dist/icons/fav-profile/index.js +1 -1
- package/dist/icons/filters/index.js +1 -1
- package/dist/icons/fire/index.js +1 -1
- package/dist/icons/flag-kz/index.js +1 -1
- package/dist/icons/flag-ru/index.js +1 -1
- package/dist/icons/flux/index.js +1 -1
- package/dist/icons/folder/index.js +1 -1
- package/dist/icons/free/index.js +1 -1
- package/dist/icons/gear/index.js +1 -1
- package/dist/icons/gear-min/index.js +1 -1
- package/dist/icons/gemini/index.js +1 -1
- package/dist/icons/generation/index.js +1 -1
- package/dist/icons/gift/index.js +1 -1
- package/dist/icons/google/index.js +1 -1
- package/dist/icons/gpt-3_5/index.js +1 -1
- package/dist/icons/gpt-4/index.js +1 -1
- package/dist/icons/grid-horizontal/index.js +1 -1
- package/dist/icons/grid-vertical/index.js +1 -1
- package/dist/icons/grok/index.js +1 -1
- package/dist/icons/guide/index.js +1 -1
- package/dist/icons/habr/index.js +1 -1
- package/dist/icons/habr-2/index.js +1 -1
- package/dist/icons/happy-robot/index.js +1 -1
- package/dist/icons/happy-robot-gradient/index.js +1 -1
- package/dist/icons/hide-ui/index.js +1 -1
- package/dist/icons/hotness/index.js +1 -1
- package/dist/icons/image-generation/index.js +1 -1
- package/dist/icons/imagine/index.js +1 -1
- package/dist/icons/imagine-2/index.js +1 -1
- package/dist/icons/include-context/index.js +1 -1
- package/dist/icons/info/index.js +1 -1
- package/dist/icons/info-big/index.js +1 -1
- package/dist/icons/language/index.js +1 -1
- package/dist/icons/light/index.js +1 -1
- package/dist/icons/lightning/index.js +1 -1
- package/dist/icons/links/index.js +1 -1
- package/dist/icons/loader/index.js +1 -1
- package/dist/icons/loader-circular/index.js +1 -1
- package/dist/icons/loader-circular-gradient/index.js +1 -1
- package/dist/icons/loader-circular-gradient-2/index.js +1 -1
- package/dist/icons/lock-circle/index.js +1 -1
- package/dist/icons/logout/index.js +1 -1
- package/dist/icons/mail-colored/index.js +1 -1
- package/dist/icons/manage-chat/index.js +1 -1
- package/dist/icons/marketing/index.js +1 -1
- package/dist/icons/max-window/index.js +1 -1
- package/dist/icons/medium-circle/index.js +1 -1
- package/dist/icons/menu/index.js +1 -1
- package/dist/icons/menu-dot/index.js +1 -1
- package/dist/icons/min-window/index.js +1 -1
- package/dist/icons/minus/index.js +1 -1
- package/dist/icons/mistral/index.js +1 -1
- package/dist/icons/mj/index.js +1 -1
- package/dist/icons/mj-purple/index.js +1 -1
- package/dist/icons/mj-white/index.js +1 -1
- package/dist/icons/model/index.js +1 -1
- package/dist/icons/music-note/index.js +1 -1
- package/dist/icons/news/index.js +1 -1
- package/dist/icons/optional-presets/index.js +1 -1
- package/dist/icons/organization/index.js +1 -1
- package/dist/icons/pause/index.js +1 -1
- package/dist/icons/pause-button/index.js +1 -1
- package/dist/icons/pc-icon-1/index.js +1 -1
- package/dist/icons/pc-icon-2/index.js +1 -1
- package/dist/icons/pc-icon-3/index.js +1 -1
- package/dist/icons/pdf/index.js +1 -1
- package/dist/icons/pdf-big/index.js +1 -1
- package/dist/icons/phone-colored/index.js +1 -1
- package/dist/icons/play/index.js +1 -1
- package/dist/icons/play-button/index.js +1 -1
- package/dist/icons/plus-1/index.js +1 -1
- package/dist/icons/plus-2/index.js +1 -1
- package/dist/icons/post/index.js +1 -1
- package/dist/icons/presets-big/index.js +1 -1
- package/dist/icons/print/index.js +1 -1
- package/dist/icons/private/index.js +1 -1
- package/dist/icons/problem-solvment/index.js +1 -1
- package/dist/icons/prompt/index.js +1 -1
- package/dist/icons/public/index.js +1 -1
- package/dist/icons/questions/index.js +1 -1
- package/dist/icons/queue/index.js +1 -1
- package/dist/icons/queue-select/index.js +1 -1
- package/dist/icons/quote/index.js +1 -1
- package/dist/icons/qwen/index.js +1 -1
- package/dist/icons/rabbit/index.js +1 -1
- package/dist/icons/ratio-16x9/index.js +1 -1
- package/dist/icons/ratio-1x1/index.js +1 -1
- package/dist/icons/ratio-21x9/index.js +1 -1
- package/dist/icons/ratio-2x3/index.js +1 -1
- package/dist/icons/ratio-3x2/index.js +1 -1
- package/dist/icons/ratio-4x5/index.js +1 -1
- package/dist/icons/ratio-4x7/index.js +1 -1
- package/dist/icons/ratio-5x4/index.js +1 -1
- package/dist/icons/ratio-7x4/index.js +1 -1
- package/dist/icons/ratio-9x16/index.js +1 -1
- package/dist/icons/ratio-9x21/index.js +1 -1
- package/dist/icons/referal/index.js +1 -1
- package/dist/icons/refferal-min/index.js +1 -1
- package/dist/icons/refresh/index.js +1 -1
- package/dist/icons/report/index.js +1 -1
- package/dist/icons/resend/index.js +1 -1
- package/dist/icons/restore/index.js +1 -1
- package/dist/icons/restore-2/index.js +1 -1
- package/dist/icons/review/index.js +1 -1
- package/dist/icons/runway/index.js +1 -1
- package/dist/icons/sad-robot/index.js +1 -1
- package/dist/icons/save/index.js +1 -1
- package/dist/icons/scientific-article/index.js +1 -1
- package/dist/icons/search-circle/index.js +1 -1
- package/dist/icons/search-data/index.js +1 -1
- package/dist/icons/search-plus/index.js +1 -1
- package/dist/icons/search-simple/index.js +1 -1
- package/dist/icons/selector/index.js +1 -1
- package/dist/icons/selling-text/index.js +1 -1
- package/dist/icons/send/index.js +1 -1
- package/dist/icons/setchel/index.js +1 -1
- package/dist/icons/setting-analisys/index.js +1 -1
- package/dist/icons/settings/index.js +1 -1
- package/dist/icons/shield/index.js +1 -1
- package/dist/icons/show-ui/index.js +1 -1
- package/dist/icons/sidebar-chat/index.js +1 -1
- package/dist/icons/sidebar-toggle-left/index.js +1 -1
- package/dist/icons/sidebar-toggle-right/index.js +1 -1
- package/dist/icons/simple-gear/index.js +1 -1
- package/dist/icons/simple-gear-bg/index.js +1 -1
- package/dist/icons/sort-alphabet-ascending/index.js +1 -1
- package/dist/icons/sort-alphabet-bottom-top/index.js +1 -1
- package/dist/icons/sort-alphabet-descending/index.js +1 -1
- package/dist/icons/sort-alphabet-top-bottom/index.js +1 -1
- package/dist/icons/sort-ascending/index.js +1 -1
- package/dist/icons/sort-date-ascending/index.js +1 -1
- package/dist/icons/sort-date-descending/index.js +1 -1
- package/dist/icons/sort-descending/index.js +1 -1
- package/dist/icons/sort-user/index.js +1 -1
- package/dist/icons/speech-synthesys/index.js +1 -1
- package/dist/icons/spelling/index.js +1 -1
- package/dist/icons/square/index.js +1 -1
- package/dist/icons/stability-ai/index.js +1 -1
- package/dist/icons/stable-diffusion/index.js +1 -1
- package/dist/icons/star/index.js +1 -1
- package/dist/icons/star-gradient/index.js +1 -1
- package/dist/icons/star-unfilled/index.js +1 -1
- package/dist/icons/stars/index.js +1 -1
- package/dist/icons/stars-gradient/index.js +1 -1
- package/dist/icons/stop/index.js +1 -1
- package/dist/icons/stripe/index.js +1 -1
- package/dist/icons/success/index.js +1 -1
- package/dist/icons/success-big/index.js +1 -1
- package/dist/icons/system/index.js +1 -1
- package/dist/icons/tariff/index.js +1 -1
- package/dist/icons/telegram-logo-gradient/index.js +1 -1
- package/dist/icons/temp-chat/index.js +1 -1
- package/dist/icons/text-bold/index.js +1 -1
- package/dist/icons/text-generation/index.js +1 -1
- package/dist/icons/text-hide/index.js +1 -1
- package/dist/icons/text-italic/index.js +1 -1
- package/dist/icons/text-read/index.js +1 -1
- package/dist/icons/text-rewrite/index.js +1 -1
- package/dist/icons/text-strikethrough/index.js +1 -1
- package/dist/icons/text-underline/index.js +1 -1
- package/dist/icons/textbook/index.js +1 -1
- package/dist/icons/tg/index.js +1 -1
- package/dist/icons/tg-circle/index.js +1 -1
- package/dist/icons/tg-colored/index.js +1 -1
- package/dist/icons/thumb-down/index.js +1 -1
- package/dist/icons/thumb-up/index.js +1 -1
- package/dist/icons/time/index.js +1 -1
- package/dist/icons/token-counter/index.js +1 -1
- package/dist/icons/traffic-analisys/index.js +1 -1
- package/dist/icons/transcription/index.js +1 -1
- package/dist/icons/translation/index.js +1 -1
- package/dist/icons/trash/index.js +1 -1
- package/dist/icons/turtle/index.js +1 -1
- package/dist/icons/txt/index.js +1 -1
- package/dist/icons/txt-big/index.js +1 -1
- package/dist/icons/update/index.js +1 -1
- package/dist/icons/upload/index.js +1 -1
- package/dist/icons/upscale/index.js +1 -1
- package/dist/icons/url-circle/index.js +1 -1
- package/dist/icons/user-profile/index.js +1 -1
- package/dist/icons/veo-model/index.js +1 -1
- package/dist/icons/video-camera/index.js +1 -1
- package/dist/icons/video-generation/index.js +1 -1
- package/dist/icons/vk/index.js +1 -1
- package/dist/icons/vk-filled/index.js +1 -1
- package/dist/icons/voice/index.js +1 -1
- package/dist/icons/volume/index.js +1 -1
- package/dist/icons/wallet-withdraw/index.js +1 -1
- package/dist/icons/warning-big/index.js +1 -1
- package/dist/icons/web-search/index.js +1 -1
- package/dist/icons/wind/index.js +1 -1
- package/dist/icons/withdraw/index.js +1 -1
- package/dist/icons/word/index.js +1 -1
- package/dist/icons/word-big/index.js +1 -1
- package/dist/icons/xls/index.js +1 -1
- package/dist/icons/xls-big/index.js +1 -1
- package/dist/icons/yandex/index.js +1 -1
- package/dist/icons/youcassa/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/stories/icons/item/styled.d.ts +15 -1
- package/dist/stories/icons/styled.d.ts +51 -9
- package/dist/stories/theme/styled.d.ts +185 -35
- package/dist/styles/index.js +1 -1
- package/dist/styles/manager/plugin/index.js +1 -1
- package/dist/styles/scale/styled.js +1 -1
- package/dist/styles/styled.js +1 -1
- package/dist/theme/index.d.ts +1 -1
- package/dist/theme/index.js +1 -1
- package/dist/theme/themes.js +1 -1
- package/dist/utils/audio/getWaveData.d.ts +4 -0
- package/dist/utils/audio/getWaveData.js +1 -0
- package/dist/utils/colors/colorToRgba.js +1 -1
- package/dist/utils/colors/hexToRgb.js +1 -1
- package/dist/utils/colors/rgbToHsv.js +1 -1
- package/dist/utils/getSupportedAudioMimeType.js +1 -1
- package/dist/utils/getTgMarkdown.js +1 -1
- package/dist/utils/hasSubstring/index.js +1 -1
- package/dist/utils/useCarousel.js +1 -1
- package/dist/utils/useDelayedVisible.js +1 -1
- package/dist/utils/useMeasure.js +1 -1
- package/dist/utils/useMessageCopyHandler.d.ts +1 -1
- package/dist/utils/useMessageCopyHandler.js +1 -1
- package/dist/utils/useOnClickOutside.d.ts +1 -1
- package/dist/utils/useOnClickOutside.js +1 -1
- package/package.json +12 -9
- package/dist/components/select-field/option/collapse/index.js +0 -1
- package/dist/components/select-field/option/collapse/styled.js +0 -16
- package/dist/components/select-field/option/list/index.js +0 -1
- package/dist/components/select-field/option/list/styled.js +0 -1
- package/dist/components/select-field/option/select-field-option/index.js +0 -1
- package/dist/components/select-field/option/select-field-option/styled.js +0 -48
- package/dist/components/select-field/select-field-group/index.js +0 -1
- package/dist/components/select-field/select-field-group/styled.js +0 -1
- package/dist/components/sidebar/buttons/create-chat/index.d.ts +0 -4
- package/dist/components/sidebar/buttons/create-chat/index.js +0 -1
- package/dist/components/sidebar/buttons/styled.d.ts +0 -1456
- package/dist/components/sidebar/buttons/styled.js +0 -31
- package/dist/components/sidebar/dropdown/item/styled.d.ts +0 -556
- package/dist/components/sidebar/dropdown/item/styled.js +0 -1
- package/dist/components/sidebar/empty/index.d.ts +0 -3
- package/dist/components/sidebar/empty/index.js +0 -1
- package/dist/components/sidebar/empty/styled.d.ts +0 -1026
- package/dist/components/sidebar/empty/styled.js +0 -3
- package/dist/components/sidebar/group-empty/index.d.ts +0 -5
- package/dist/components/sidebar/group-empty/index.js +0 -1
- package/dist/components/sidebar/group-empty/styled.d.ts +0 -1023
- package/dist/components/sidebar/group-empty/styled.js +0 -9
- package/dist/components/sidebar/menu/context.d.ts +0 -9
- package/dist/components/sidebar/menu/context.js +0 -1
- package/dist/components/sidebar/menu/nav/index.d.ts +0 -1
- package/dist/components/sidebar/menu/nav/link/index.d.ts +0 -9
- package/dist/components/sidebar/menu/nav/link/index.js +0 -1
- package/dist/components/sidebar/menu/nav/link/styled.d.ts +0 -285
- package/dist/components/sidebar/menu/nav/link/styled.js +0 -39
- package/dist/components/sidebar/user-info/context.d.ts +0 -8
- package/dist/components/sidebar/user-info/context.js +0 -1
- package/dist/components/sidebar/user-info/skeleton/index.d.ts +0 -1
- package/dist/components/sidebar/user-info/skeleton/index.js +0 -1
- package/dist/components/sidebar/user-info/skeleton/styled.d.ts +0 -276
- package/dist/components/sidebar/user-info/skeleton/styled.js +0 -1
- /package/dist/components/select-field/{option → select-modal/option}/collapse/index.d.ts +0 -0
- /package/dist/components/select-field/{option → select-modal/option}/index.d.ts +0 -0
- /package/dist/components/select-field/{option → select-modal/option}/list/index.d.ts +0 -0
- /package/dist/components/select-field/{option → select-modal/option}/select-field-option/index.d.ts +0 -0
- /package/dist/components/select-field/{select-field-group → select-modal/select-field-group}/index.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as i,jsxs as t,Fragment as n}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as C}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const c=C(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as i,jsxs as t,Fragment as n}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as C}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const c=C(C=>{var c=o(C,[]);return i(r,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},c,{children:i(e,{children:()=>t(n,{children:[i("rect",{width:"24",height:"24",rx:"5",fill:"#2F0463"}),i("path",{d:"M8.89778 21.7511C13.4396 21.7511 16.3937 19.3456 16.3937 15.7268C16.3937 12.9205 14.597 11.1372 11.3844 10.3987L9.32188 9.78005C7.5125 9.37385 6.4564 8.8861 6.70522 7.64007C6.91222 6.6035 7.53152 6.0183 8.97162 6.0183C13.5497 6.0183 15.246 7.64007 15.246 7.64007V3.73945C15.246 3.73945 13.5945 2.2489 8.97162 2.2489C4.61437 2.2489 2.25 4.49092 2.25 7.96195C2.25 10.7683 3.88851 12.4004 7.21185 13.1758C7.44443 13.234 7.5633 13.2638 7.56847 13.2654C8.07397 13.4219 8.7561 13.6286 9.61485 13.8855C11.3134 14.2917 11.7502 14.7228 11.7502 16.0152C11.7502 17.1969 10.5225 17.8685 8.89778 17.8685C4.21739 17.8685 2.25 15.5008 2.25 15.5008V19.8224C2.25 19.8224 3.48031 21.7511 8.89778 21.7511Z",fill:"#FCFBFC"}),i("path",{d:"M19.9449 21.4589C21.5527 21.4589 22.75 20.2958 22.75 18.7222C22.75 17.1144 21.5869 15.9855 19.9449 15.9855C18.3371 15.9855 17.174 17.1144 17.174 18.7222C17.174 20.33 18.3371 21.4589 19.9449 21.4589Z",fill:"#E80000"})]})})}))});export{c as StabilityAIIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as C}from"tslib";import{jsx as i,jsxs as o,Fragment as t}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const l=r(
|
|
1
|
+
import{__rest as C}from"tslib";import{jsx as i,jsxs as o,Fragment as t}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const l=r(r=>{var l=C(r,[]);return i(n,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},l,{children:i(e,{children:({fill:C="#000000"}={fill:"#000000"})=>o(t,{children:[i("rect",{width:"24",height:"24",rx:"5",fill:C}),i("path",{d:"M8.89778 21.5022C13.4396 21.5022 16.3937 19.0967 16.3937 15.4779C16.3937 12.6716 14.597 10.8883 11.3844 10.1498L9.32188 9.53115C7.5125 9.12495 6.4564 8.6372 6.70522 7.39117C6.91222 6.3546 7.53152 5.7694 8.97162 5.7694C13.5497 5.7694 15.246 7.39117 15.246 7.39117V3.49055C15.246 3.49055 13.5945 2 8.97162 2C4.61437 2 2.25 4.24202 2.25 7.71305C2.25 10.5194 3.88851 12.1515 7.21185 12.9269C7.44443 12.9851 7.5633 13.0149 7.56847 13.0165C8.07397 13.173 8.7561 13.3797 9.61485 13.6366C11.3134 14.0428 11.7502 14.4739 11.7502 15.7663C11.7502 16.948 10.5225 17.6196 8.89778 17.6196C4.21739 17.6196 2.25 15.2519 2.25 15.2519V19.5735C2.25 19.5735 3.48031 21.5022 8.89778 21.5022Z",fill:"white"}),i("path",{d:"M17 12H14V20H17V12Z",fill:C}),i("path",{d:"M16.7145 9H11.5C11.5 9 11 9 11 9.5001L11 21.8652C11 22.0197 11.1247 22.1444 11.2792 22.1444H16.7133C20.4718 22.1444 23 19.5028 23 15.571C23 11.6403 20.4731 9 16.7145 9ZM16.5537 19.0727C16.5188 19.0727 16.4864 19.064 16.4552 19.0528C16.4477 19.054 16.4415 19.0565 16.434 19.0565C16.4241 19.0578 16.4166 19.0615 16.4066 19.0615H14.5741C14.4245 19.0615 14.3048 18.9406 14.3048 18.7922V12.3509C14.3048 12.2026 14.4245 12.0817 14.5741 12.0817H16.4066C16.4166 12.0817 16.4241 12.0854 16.434 12.0866C16.4403 12.0866 16.4477 12.0891 16.4552 12.0904C16.4864 12.0792 16.5188 12.0704 16.5537 12.0704C16.6073 12.0704 16.6609 12.0754 16.7145 12.0779C16.808 12.0817 16.9015 12.0891 16.9938 12.1004C18.6281 12.3036 19.6977 13.6449 19.6977 15.571C19.6977 17.497 18.6268 18.8384 16.9938 19.0416C16.9015 19.0528 16.808 19.0603 16.7145 19.064C16.6609 19.0677 16.6073 19.0727 16.5537 19.0727Z",fill:"#9D39FF"})]})})}))});export{l as StableDiffusionIcon};
|
package/dist/icons/star/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as r}from"../../components/icon/context.js";const e=t(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as r}from"../../components/icon/context.js";const e=t(t=>{var e=o(t,[]);return n(i,Object.assign({size:20,viewBox:"0 0 20 20",fill:"none"},e,{children:n(r,{children:({fill:o="#F29C1C"}={fill:"#F29C1C"})=>n("path",{d:"M9.07668 2.21993C9.41827 1.39864 10.5817 1.39864 10.9233 2.21993L12.4105 5.79546C12.5545 6.1417 12.8801 6.37827 13.2539 6.40823L17.114 6.7177C18.0006 6.78878 18.3601 7.89529 17.6846 8.47396L14.7436 10.9932C14.4588 11.2372 14.3345 11.6199 14.4215 11.9847L15.32 15.7515C15.5264 16.6167 14.5851 17.3006 13.826 16.8369L10.5213 14.8184C10.2012 14.6229 9.79876 14.6229 9.47875 14.8184L6.17397 16.8369C5.41487 17.3006 4.47362 16.6167 4.68001 15.7515L5.57852 11.9847C5.66553 11.6199 5.54116 11.2372 5.25637 10.9932L2.31539 8.47396C1.63985 7.89529 1.99938 6.78878 2.88603 6.7177L6.74612 6.40823C7.11991 6.37827 7.44552 6.1417 7.58953 5.79546L9.07668 2.21993Z",fill:o})})}))});export{e as StarIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsxs as r,jsx as t}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";const i=e(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsxs as r,jsx as t}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";const i=e(e=>{var{id:i="paint0_linear_10915_5298",x1:s="0",y1:l="9.00002",x2:C="18",y2:p="9.00002",startColor:d="#00247D",endColor:a="#1C64F2"}=e,c=o(e,["id","x1","y1","x2","y2","startColor","endColor"]);return r(n,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},c,{children:[t("path",{d:"M8.07668 2.21993C8.41827 1.39863 9.58173 1.39864 9.92332 2.21993L11.146 5.15952C11.29 5.50576 11.6156 5.74233 11.9894 5.77229L15.1629 6.02671C16.0496 6.0978 16.4091 7.2043 15.7336 7.78297L13.3157 9.85416C13.0309 10.0981 12.9065 10.4809 12.9935 10.8456L13.7322 13.9425C13.9386 14.8077 12.9973 15.4916 12.2382 15.0279L9.52125 13.3684C9.20124 13.1729 8.79876 13.1729 8.47875 13.3684L5.76175 15.0279C5.00266 15.4916 4.0614 14.8077 4.26779 13.9425L5.0065 10.8456C5.09351 10.4809 4.96914 10.0981 4.68435 9.85416L2.26645 7.78297C1.59091 7.2043 1.95044 6.0978 2.83709 6.02671L6.01063 5.77229C6.38442 5.74233 6.71003 5.50576 6.85403 5.15952L8.07668 2.21993Z",fill:`url(#${i})`}),t("defs",{children:r("linearGradient",{id:i,x1:s,y1:l,x2:C,y2:p,gradientUnits:"userSpaceOnUse",children:[t("stop",{stopColor:d}),t("stop",{offset:"1",stopColor:a})]})})]}))});export{i as StarGradientIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsxs as n,jsx as i}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";const t=e(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsxs as n,jsx as i}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";const t=e(e=>{var t=o(e,[]);return n(r,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},t,{children:[i("path",{d:"M11.0767 2.21993C11.4183 1.39864 12.5817 1.39864 12.9233 2.21993L14.9395 7.06735C15.0835 7.41358 15.4091 7.65015 15.7829 7.68012L21.0161 8.09966C21.9027 8.17074 22.2623 9.27725 21.5867 9.85592L17.5996 13.2713C17.3148 13.5153 17.1904 13.8981 17.2774 14.2628L18.4956 19.3695C18.702 20.2348 17.7607 20.9186 17.0016 20.455L12.5213 17.7184C12.2012 17.5229 11.7988 17.5229 11.4787 17.7184L6.9984 20.455C6.2393 20.9186 5.29805 20.2348 5.50444 19.3695L6.72257 14.2628C6.80958 13.8981 6.68521 13.5153 6.40042 13.2713L2.41328 9.85592C1.73774 9.27725 2.09727 8.17074 2.98392 8.09966L8.21712 7.68012C8.59091 7.65015 8.91652 7.41358 9.06052 7.06735L11.0767 2.21993Z",fill:"url(#paint0_linear_9041_376683)"}),i("defs",{children:n("linearGradient",{id:"paint0_linear_9041_376683",x1:"-0.0944882",y1:"12",x2:"23.9055",y2:"12",gradientUnits:"userSpaceOnUse",children:[i("stop",{stopColor:"#1C64F2"}),i("stop",{offset:"1",stopColor:"#D41CF2"})]})})]}))});export{t as StarUnfilledIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as i}from"tslib";import{jsx as o,jsxs as t,Fragment as e}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as c}from"../../theme/hook.js";import{IconConsumer as l}from"../../components/icon/context.js";const m=n(
|
|
1
|
+
import{__rest as i}from"tslib";import{jsx as o,jsxs as t,Fragment as e}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as c}from"../../theme/hook.js";import{IconConsumer as l}from"../../components/icon/context.js";const m=n(n=>{var m=i(n,[]);const L=c().colors.base.white;return o(r,Object.assign({size:24,viewBox:"0 0 18 19",fill:"none"},m,{children:o(l,{children:({fill:i=L}={fill:L})=>t(e,{children:[o("g",{clipPath:"url(#clip0_2445_92447)",children:o("path",{d:"M14.7273 0.5L13.6964 2.75L11.4545 3.77273L13.6964 4.80364L14.7273 7.04545L15.75 4.80364L18 3.77273L15.75 2.75M6.54545 2.95455L4.5 7.45455L0 9.5L4.5 11.5455L6.54545 16.0455L8.59091 11.5455L13.0909 9.5L8.59091 7.45455M14.7273 11.9545L13.6964 14.1964L11.4545 15.2273L13.6964 16.25L14.7273 18.5L15.75 16.25L18 15.2273L15.75 14.1964",fill:i})}),o("defs",{children:o("clipPath",{id:"clip0_2445_92447",children:o("rect",{width:"18",height:"18",fill:i,transform:"translate(0 0.5)"})})})]})})}))});export{m as StarsIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as n,jsxs as i,Fragment as r}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as s}from"../../components/icon/context.js";const L=t(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as n,jsxs as i,Fragment as r}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as s}from"../../components/icon/context.js";const L=t(t=>{var L=o(t,[]);return n(e,Object.assign({size:20,viewBox:"0 0 20 21",fill:"none"},L,{children:n(s,{children:()=>i(r,{children:[n("path",{d:"M16.3636 0.5L15.2182 3L12.7273 4.13636L15.2182 5.28182L16.3636 7.77273L17.5 5.28182L20 4.13636L17.5 3M7.27273 3.22727L5 8.22727L0 10.5L5 12.7727L7.27273 17.7727L9.54545 12.7727L14.5455 10.5L9.54545 8.22727M16.3636 13.2273L15.2182 15.7182L12.7273 16.8636L15.2182 18L16.3636 20.5L17.5 18L20 16.8636L17.5 15.7182",fill:"url(#paint0_linear_158_231)"}),n("defs",{children:i("linearGradient",{id:"paint0_linear_158_231",x1:"0",y1:"10.5",x2:"20",y2:"10.5",gradientUnits:"userSpaceOnUse",children:[n("stop",{stopColor:"#5728FF"}),n("stop",{offset:"1",stopColor:"#A750FF"})]})})]})})}))});export{L as StarsGradientIcon};
|
package/dist/icons/stop/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as i}from"tslib";import{jsx as o,jsxs as t,Fragment as e}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as c}from"../../components/icon/context.js";const l=n(
|
|
1
|
+
import{__rest as i}from"tslib";import{jsx as o,jsxs as t,Fragment as e}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as c}from"../../components/icon/context.js";const l=n(n=>{var l=i(n,[]);return o(r,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},l,{children:o(c,{children:({fill:i="#616D8D"}={fill:"#616D8D"})=>t(e,{children:[t("g",{clipPath:"url(#clip0_570_16991)",children:[o("path",{d:"M5.8 1L1 5.9248V12.2L5.8 17H12.2L17 12.2V5.9248L12.2 1H5.8Z",stroke:i,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{d:"M12.2 9H5.79999",stroke:i,strokeWidth:"1.5",strokeLinecap:"round"})]}),o("defs",{children:o("clipPath",{id:"clip0_570_16991",children:o("rect",{width:"18",height:"18",fill:"white"})})})]})})}))});export{l as StopIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as e}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";const t=n(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as e}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";const t=n(n=>{var t=o(n,[]);return e(i,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},t,{children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.04018 0H13.9598C16.1912 0 18 1.80885 18 4.04018V13.9598C18 16.1912 16.1912 18 13.9598 18H4.04018C1.80885 18 0 16.1912 0 13.9598V4.04018C0 1.80885 1.80885 0 4.04018 0ZM9.30863 6.08564C8.73502 6.08564 8.37963 6.27892 8.37963 6.70912C8.37963 7.17653 8.98457 7.3812 9.733 7.63441C10.9513 8.04661 12.5499 8.58745 12.5383 10.5997C12.5383 12.5948 10.9671 13.7171 8.69138 13.7171C7.66187 13.7141 6.6437 13.502 5.69865 13.0936V10.4812C6.62611 11.0088 7.66336 11.314 8.72879 11.3728C9.33357 11.3728 9.77624 11.2107 9.77624 10.7057C9.77624 10.1864 9.12106 9.9505 8.33042 9.66588C7.12764 9.2329 5.61136 8.68707 5.61136 6.85876C5.61136 4.90101 7.09526 3.74133 9.31486 3.74133C10.2446 3.73131 11.1676 3.90066 12.0333 4.24012V6.79017C11.1919 6.34738 10.2592 6.10619 9.30863 6.08564Z",fill:"white"})}))});export{t as StripeIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as i}from"tslib";import{jsxs as e,jsx as l}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as o}from"../../components/icon/component.js";const n=o(
|
|
1
|
+
import{__rest as i}from"tslib";import{jsxs as e,jsx as l}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as o}from"../../components/icon/component.js";const n=o(o=>{var n=i(o,[]);return e(t,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},n,{children:[e("g",{clipPath:"url(#clip0_2574_45671)",children:[l("path",{d:"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12Z",fill:"#1ABB34"}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5 7.99989C20.0858 8.58567 20.0858 9.4141 19.5 9.99989L11.5607 17.5605C10.9749 18.1463 10.0251 18.1463 9.43934 17.5605L5.68934 13.8105C5.10355 13.2248 5.10355 12.275 5.68934 11.6892C6.27513 11.1034 7.22487 11.1034 7.81066 11.6892L10.5 14.3786L17.5 7.99989C18.0858 7.4141 18.9142 7.4141 19.5 7.99989Z",fill:"white"})]}),l("defs",{children:l("clipPath",{id:"clip0_2574_45671",children:l("rect",{width:"24",height:"24",fill:"white"})})})]}))});export{n as SuccessIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as i}from"tslib";import{jsxs as e,jsx as t}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as r}from"../../components/icon/component.js";import{useTheme as l}from"../../theme/hook.js";const n=r(
|
|
1
|
+
import{__rest as i}from"tslib";import{jsxs as e,jsx as t}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as r}from"../../components/icon/component.js";import{useTheme as l}from"../../theme/hook.js";const n=r(r=>{var n=i(r,[]);const c=l();return e(o,Object.assign({size:30,viewBox:"0 0 30 30",fill:"none"},n,{children:[t("rect",{width:"30",height:"30",rx:"4",fill:c.colors.grayScale.gray3}),e("g",{clipPath:"url(#clip0_569_15228)",children:[t("path",{d:"M23 15C23 19.4183 19.4183 23 15 23C10.5817 23 7 19.4183 7 15C7 10.5817 10.5817 7 15 7C19.4183 7 23 10.5817 23 15Z",fill:"#1ABB34"}),t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.2071 11.7929C20.5976 12.1834 20.5976 12.8166 20.2071 13.2071L14.7071 18.7071C14.3166 19.0976 13.6834 19.0976 13.2929 18.7071L10.7929 16.2071C10.4024 15.8166 10.4024 15.1834 10.7929 14.7929C11.1834 14.4024 11.8166 14.4024 12.2071 14.7929L14 16.5858L18.7929 11.7929C19.1834 11.4024 19.8166 11.4024 20.2071 11.7929Z",fill:"white"})]}),t("defs",{children:t("clipPath",{id:"clip0_569_15228",children:t("rect",{width:"16",height:"16",fill:"white",transform:"translate(7 7)"})})})]}))});export{n as SuccessBigIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as i}from"../../components/icon/context.js";const e=t(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as i}from"../../components/icon/context.js";const e=t(t=>{var e=o(t,[]);return n(r,Object.assign({size:20,viewBox:"0 0 20 20",fill:"none"},e,{children:n(i,{children:({fill:o="#616D8D"}={fill:"#616D8D"})=>n("path",{d:"M5.25 15.75H12.75M4.65 12.75H13.35C14.1901 12.75 14.6102 12.75 14.931 12.5865C15.2132 12.4427 15.4427 12.2132 15.5865 11.931C15.75 11.6101 15.75 11.1901 15.75 10.35V4.65C15.75 3.80992 15.75 3.38988 15.5865 3.06902C15.4427 2.78677 15.2132 2.5573 14.931 2.41349C14.6102 2.25 14.1901 2.25 13.35 2.25H4.65C3.80992 2.25 3.38988 2.25 3.06902 2.41349C2.78677 2.5573 2.5573 2.78677 2.41349 3.06902C2.25 3.38988 2.25 3.80992 2.25 4.65V10.35C2.25 11.1901 2.25 11.6101 2.41349 11.931C2.5573 12.2132 2.78677 12.4427 3.06902 12.5865C3.38988 12.75 3.80992 12.75 4.65 12.75Z",stroke:o,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}))});export{e as SystemIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as r}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as e}from"../../components/icon/component.js";import{useTheme as i}from"../../theme/hook.js";import{IconConsumer as n}from"../../components/icon/context.js";const m=e(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as r}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as e}from"../../components/icon/component.js";import{useTheme as i}from"../../theme/hook.js";import{IconConsumer as n}from"../../components/icon/context.js";const m=e(e=>{var m=o(e,[]);const c=i();return r(t,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},m,{children:r(n,{children:({fill:o=c.colors.grayScale.gray1}={fill:c.colors.grayScale.gray1})=>r("path",{d:"M7.07668 1.21993C7.41827 0.398635 8.58173 0.398636 8.92332 1.21993L10.146 4.15952C10.29 4.50576 10.6156 4.74233 10.9894 4.77229L14.1629 5.02671C15.0496 5.0978 15.4091 6.2043 14.7336 6.78297L12.3157 8.85416C12.0309 9.09811 11.9065 9.48089 11.9935 9.84565L12.7322 12.9425C12.9386 13.8077 11.9973 14.4916 11.2382 14.0279L8.52125 12.3684C8.20124 12.1729 7.79876 12.1729 7.47875 12.3684L4.76175 14.0279C4.00266 14.4916 3.0614 13.8077 3.26779 12.9425L4.0065 9.84565C4.09351 9.48089 3.96914 9.09811 3.68435 8.85416L1.26645 6.78297C0.590909 6.2043 0.950437 5.0978 1.83709 5.02671L5.01063 4.77229C5.38442 4.74233 5.71003 4.50576 5.85403 4.15952L7.07668 1.21993Z",fill:o})})}))});export{m as TariffIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as e}from"tslib";import{jsx as o,jsxs as i,Fragment as n}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as l}from"../../components/icon/context.js";const c=t(
|
|
1
|
+
import{__rest as e}from"tslib";import{jsx as o,jsxs as i,Fragment as n}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as l}from"../../components/icon/context.js";const c=t(t=>{var c=e(t,[]);return o(r,Object.assign({size:108,viewBox:"0 0 108 108",fill:"none"},c,{children:o(l,{children:()=>i(n,{children:[o("circle",{cx:"54",cy:"54",r:"54",fill:"url(#paint0_linear_2015_61687)"}),o("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M72.1488 36.3366C72.7254 36.0939 73.3565 36.0102 73.9764 36.0942C74.5964 36.1782 75.1825 36.4268 75.6737 36.8142C76.165 37.2016 76.5434 37.7135 76.7696 38.2968C76.9959 38.88 77.0617 39.5133 76.9601 40.1306L71.6681 72.2303C71.1548 75.3266 67.7574 77.1023 64.9178 75.5599C62.5424 74.2696 59.0144 72.2816 55.8411 70.2072C54.2544 69.1689 49.3941 65.8439 49.9914 63.4779C50.5048 61.4549 58.6714 53.8529 63.3381 49.3333C65.1698 47.5576 64.3344 46.5333 62.1714 48.1666C56.8001 52.2219 48.1761 58.3889 45.3248 60.1249C42.8094 61.6556 41.4981 61.9169 39.9301 61.6556C37.0694 61.1796 34.4164 60.4423 32.2511 59.5439C29.3251 58.3306 29.4674 54.3079 32.2488 53.1366L72.1488 36.3366Z",fill:"white"}),o("defs",{children:i("linearGradient",{id:"paint0_linear_2015_61687",x1:"11.5",y1:"-15",x2:"76",y2:"149.5",gradientUnits:"userSpaceOnUse",children:[o("stop",{stopColor:"#4584FF"}),o("stop",{offset:"1",stopColor:"#185CE3"})]})})]})})}))});export{c as TelegramLogoGradient};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const r=i(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const r=i(i=>{var r=o(i,[]);return n(t,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},r,{children:n(e,{children:({fill:o="white"}={fill:"white"})=>n("path",{d:"M2.25 14.0034C2.25 14.8027 2.25 15.2022 2.41385 15.4075C2.55634 15.586 2.77233 15.6898 3.00073 15.6896L6.84192 13.5H13.3527M2.25 5.40015L2.25 11.1027M4.65015 3H13.3501M15.75 5.39768V11.1027",stroke:o,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}))});export{r as TempChatIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const r=t(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const r=t(t=>{var r=o(t,[]);return i(n,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},r,{children:i(e,{children:({fill:o="white"}={fill:"white"})=>i("path",{d:"M5.79463 14.3862H9.72712C12.0248 14.3862 13.4788 13.1733 13.4788 11.3125C13.4788 9.84347 12.4241 8.78124 10.8873 8.69838V8.63811C12.1378 8.46483 12.9891 7.52317 12.9891 6.32534C12.9891 4.64536 11.7084 3.61328 9.61413 3.61328H5.79463C4.98855 3.61328 4.52148 4.0879 4.52148 4.91655V13.0904C4.52148 13.9115 4.98855 14.3862 5.79463 14.3862ZM7.00754 8.08818V5.38365H8.86077C9.91544 5.38365 10.5407 5.86579 10.5407 6.69446C10.5407 7.56836 9.84765 8.08818 8.67244 8.08818H7.00754ZM7.00754 12.6459V9.65511H8.89844C10.2243 9.65511 10.9551 10.1674 10.9551 11.1317C10.9551 12.1186 10.2469 12.6459 8.95116 12.6459H7.00754Z",fill:o})})}))});export{r as TextBoldIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as e,jsxs as n,Fragment as r}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as i}from"../../components/icon/component.js";import{useTheme as s}from"../../theme/hook.js";import{IconConsumer as m}from"../../components/icon/context.js";const c=i(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as e,jsxs as n,Fragment as r}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as i}from"../../components/icon/component.js";import{useTheme as s}from"../../theme/hook.js";import{IconConsumer as m}from"../../components/icon/context.js";const c=i(i=>{var c=o(i,[]);const p=s().colors.base.white;return e(t,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},c,{children:e(m,{children:({fill:o=p}={fill:p})=>n(r,{children:[e("path",{d:"M4 18H20M4 14H20M4 10H14M4 6H10.6667",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M18.668 2.66406L19.5727 4.95808C19.6562 5.16984 19.698 5.27572 19.7619 5.365C19.8186 5.44413 19.8879 5.51342 19.967 5.5701C20.0563 5.63404 20.1622 5.6758 20.374 5.75932L22.668 6.66406L20.374 7.56882C20.1622 7.65233 20.0563 7.69406 19.967 7.75802C19.8879 7.81468 19.8186 7.88397 19.7619 7.96313C19.698 8.05242 19.6562 8.15828 19.5727 8.37006L18.668 10.6641L17.7632 8.37006C17.6797 8.15828 17.6379 8.05242 17.574 7.96313C17.5173 7.88397 17.448 7.81468 17.3689 7.75802C17.2796 7.69406 17.1737 7.65233 16.962 7.56882L14.668 6.66406L16.962 5.75932C17.1737 5.6758 17.2796 5.63404 17.3689 5.5701C17.448 5.51342 17.5173 5.44413 17.574 5.365C17.6379 5.27572 17.6797 5.16984 17.7632 4.95808L18.668 2.66406Z",fill:o,stroke:o,strokeLinecap:"round",strokeLinejoin:"round"})]})})}))});export{c as TextGenerationIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as r,jsxs as t,Fragment as e}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as s}from"../../components/icon/context.js";const c=n(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as r,jsxs as t,Fragment as e}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as s}from"../../components/icon/context.js";const c=n(n=>{var c=o(n,[]);return r(i,Object.assign({size:30,viewBox:"0 0 30 20",fill:"none"},c,{children:r(s,{children:({fill:o,stroke:i}={fill:"#073CA4",stroke:"#4785FF"})=>t(e,{children:[r("rect",{width:"30",height:"20",rx:"4",fill:o}),r("path",{d:"M10 12L15 8L20 12",stroke:i,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})})}))});export{c as TextHideIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const r=i(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const r=i(i=>{var r=o(i,[]);return n(t,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},r,{children:n(e,{children:({fill:o="white"}={fill:"white"})=>n("path",{d:"M10.1429 4L7.57143 13M10.1429 4H7.57143M10.1429 4H12.7143M7.57143 13H5M7.57143 13H10.1429",stroke:o,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}))});export{r as TextItalicIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as i,jsxs as t,Fragment as r}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";import{IconConsumer as l}from"../../components/icon/context.js";const c=e(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as i,jsxs as t,Fragment as r}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";import{IconConsumer as l}from"../../components/icon/context.js";const c=e(e=>{var c=o(e,[]);return i(n,Object.assign({size:30,viewBox:"0 0 30 20",fill:"none"},c,{children:i(l,{children:({fill:o,stroke:n}={fill:"#073CA4",stroke:"#4785FF"})=>t(r,{children:[i("rect",{width:"30",height:"20",rx:"4",fill:o}),i("path",{d:"M22.6634 14L21.9498 11.8338H18.9935L18.3026 14H17L19.6958 6H21.3042L24 14H22.6634ZM20.5 7.19198H20.4434L19.2994 10.7221H21.6327L20.5 7.19198Z",fill:n}),i("path",{d:"M14.3536 10.3536C14.5488 10.1583 14.5488 9.84171 14.3536 9.64645L11.1716 6.46447C10.9763 6.2692 10.6597 6.2692 10.4645 6.46447C10.2692 6.65973 10.2692 6.97631 10.4645 7.17157L13.2929 10L10.4645 12.8284C10.2692 13.0237 10.2692 13.3403 10.4645 13.5355C10.6597 13.7308 10.9763 13.7308 11.1716 13.5355L14.3536 10.3536ZM6 10.5L14 10.5L14 9.5L6 9.5L6 10.5Z",fill:n})]})})}))});export{c as TextReadIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as C}from"tslib";import{jsx as o,jsxs as n,Fragment as i}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const H=t(
|
|
1
|
+
import{__rest as C}from"tslib";import{jsx as o,jsxs as n,Fragment as i}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const H=t(t=>{var H=C(t,[]);return o(r,Object.assign({size:18,viewBox:"0 0 18 19",fill:"none"},H,{children:o(e,{children:({fill:C="#fff"}={fill:"#fff"})=>n(i,{children:[o("path",{d:"M14 1.5L14.6786 3.22051C14.7412 3.37933 14.7725 3.45874 14.8205 3.5257C14.863 3.58505 14.9149 3.63702 14.9743 3.67953C15.0413 3.72748 15.1207 3.7588 15.2795 3.82144L17 4.5L15.2795 5.17857C15.1207 5.2412 15.0413 5.2725 14.9743 5.32047C14.9149 5.36297 14.863 5.41493 14.8205 5.4743C14.7725 5.54127 14.7412 5.62067 14.6786 5.7795L14 7.5L13.3214 5.7795C13.2588 5.62067 13.2275 5.54127 13.1795 5.4743C13.137 5.41493 13.0851 5.36297 13.0257 5.32047C12.9587 5.2725 12.8793 5.2412 12.7205 5.17857L11 4.5L12.7205 3.82144C12.8793 3.7588 12.9587 3.72748 13.0257 3.67953C13.0851 3.63702 13.137 3.58505 13.1795 3.5257C13.2275 3.45874 13.2588 3.37933 13.3214 3.22051L14 1.5Z",fill:C,stroke:C,strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{d:"M5.21053 16.7826C5.21053 17.1788 5.564 17.5 6 17.5C6.436 17.5 6.78947 17.1788 6.78947 16.7826H5.21053ZM9.42105 9.84783C9.42105 10.244 9.77452 10.5652 10.2105 10.5652C10.6465 10.5652 11 10.244 11 9.84783H9.42105ZM1 9.84783C1 10.244 1.35347 10.5652 1.78948 10.5652C2.22549 10.5652 2.57895 10.244 2.57895 9.84783H1ZM3.36842 16.0652C2.93241 16.0652 2.57895 16.3864 2.57895 16.7826C2.57895 17.1788 2.93241 17.5 3.36842 17.5V16.0652ZM9.15789 17.5C9.59389 17.5 9.94736 17.1788 9.94736 16.7826C9.94736 16.3864 9.59389 16.0652 9.15789 16.0652V17.5ZM3.89474 7.93479H6V6.50001H3.89474V7.93479ZM6 7.93479H8.10526V6.50001H6V7.93479ZM6.78947 16.7826V7.2174H5.21053V16.7826H6.78947ZM9.42105 9.343V9.84783H11V9.343H9.42105ZM1 9.343V9.84783H2.57895V9.343H1ZM8.10526 7.93479C8.62621 7.93479 8.92884 7.93667 9.14368 7.96583C9.24031 7.97895 9.28526 7.9939 9.30273 8.00117C9.31368 8.00572 9.31337 8.00656 9.31537 8.0086L10.489 7.04878C10.1684 6.72508 9.76737 6.59979 9.37694 6.54679C9.01852 6.49813 8.57673 6.50001 8.10526 6.50001V7.93479ZM11 9.343C11 8.86029 11.0014 8.43322 10.9558 8.09065C10.9083 7.7345 10.7989 7.36166 10.489 7.04878L9.31537 8.0086C9.31821 8.01146 9.32726 8.02029 9.3401 8.05169C9.35505 8.08829 9.37347 8.15216 9.38821 8.263C9.41968 8.49924 9.42105 8.8237 9.42105 9.343H11ZM3.89474 6.50001C3.42324 6.50001 2.98152 6.49813 2.62308 6.54679C2.23266 6.59979 1.83158 6.72508 1.51097 7.04878L2.68459 8.0086C2.68661 8.00656 2.68636 8.00572 2.69729 8.00117C2.71478 7.9939 2.75967 7.97895 2.85636 7.96583C3.07121 7.93667 3.3738 7.93479 3.89474 7.93479V6.50001ZM2.57895 9.343C2.57895 8.8237 2.58031 8.49924 2.61177 8.263C2.62653 8.15216 2.64498 8.08829 2.6599 8.05169C2.67269 8.02029 2.68176 8.01146 2.68459 8.0086L1.51097 7.04878C1.20109 7.36166 1.09169 7.7345 1.04426 8.09065C0.998646 8.43322 1 8.86029 1 9.343H2.57895ZM3.36842 17.5H9.15789V16.0652H3.36842V17.5Z",fill:C})]})})}))});export{H as TextRewriteIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const r=i(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const r=i(i=>{var r=o(i,[]);return n(t,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},r,{children:n(e,{children:({fill:o="white"}={fill:"white"})=>n("path",{d:"M9.50028 9.50001C10.1159 9.50001 10.7202 9.63228 11.2501 9.88294C11.4895 9.99617 11.71 10.1319 11.9068 10.2862C12.1457 10.4736 12.3501 10.6886 12.5127 10.9252C12.8093 11.3568 12.9555 11.844 12.9362 12.3363C12.9168 12.8285 12.7325 13.3076 12.4027 13.7234C12.0728 14.1392 11.6094 14.4764 11.0609 14.7C10.5124 14.9236 9.89882 15.0255 9.28441 14.9946C8.67 14.9636 8.07754 14.8011 7.56838 14.5243C7.05922 14.2474 6.65222 13.8665 6.39011 13.4208M9.50028 9.50001H4M9.50028 9.50001H14.9999M12.6104 5.57929C12.3482 5.13367 11.9414 4.75254 11.4321 4.47572C10.923 4.1989 10.3302 4.03635 9.71581 4.00542C9.1014 3.9745 8.48781 4.07625 7.93932 4.29983C7.3908 4.52342 6.92742 4.86077 6.59757 5.2766C6.26771 5.69242 6.08349 6.17168 6.06415 6.66393C6.05849 6.80815 6.06708 6.95171 6.08945 7.09381",stroke:o,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}))});export{r as TextStrikethroughIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as t}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const r=n(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as t}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const r=n(n=>{var r=o(n,[]);return t(i,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},r,{children:t(e,{children:({fill:o="white"}={fill:"white"})=>t("path",{d:"M5.25 4V8.66667C5.25 10.5076 6.74239 12 8.58333 12C10.4243 12 11.9167 10.5076 11.9167 8.66667V4M3.75 15H14.25",stroke:o,strokeWidth:"1.5",strokeLinecap:"round"})})}))});export{r as TextUnderlineIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as C,jsxs as e,Fragment as t}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as r}from"../../theme/hook.js";import{IconConsumer as m}from"../../components/icon/context.js";const s=n(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as C,jsxs as e,Fragment as t}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as r}from"../../theme/hook.js";import{IconConsumer as m}from"../../components/icon/context.js";const s=n(n=>{var s=o(n,[]);const l=r().colors.base.white;return C(i,Object.assign({size:24,viewBox:"0 0 18 19",fill:"none"},s,{children:C(m,{children:({fill:o=l}={fill:l})=>e(t,{children:[C("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.25 6.5C5.25 6.30109 5.32902 6.11032 5.46967 5.96967C5.61032 5.82902 5.80109 5.75 6 5.75H12C12.1989 5.75 12.3897 5.82902 12.5303 5.96967C12.671 6.11032 12.75 6.30109 12.75 6.5C12.75 6.69891 12.671 6.88968 12.5303 7.03033C12.3897 7.17098 12.1989 7.25 12 7.25H6C5.80109 7.25 5.61032 7.17098 5.46967 7.03033C5.32902 6.88968 5.25 6.69891 5.25 6.5ZM5.25 9.5C5.25 9.30109 5.32902 9.11032 5.46967 8.96967C5.61032 8.82902 5.80109 8.75 6 8.75H12C12.1989 8.75 12.3897 8.82902 12.5303 8.96967C12.671 9.11032 12.75 9.30109 12.75 9.5C12.75 9.69891 12.671 9.88968 12.5303 10.0303C12.3897 10.171 12.1989 10.25 12 10.25H6C5.80109 10.25 5.61032 10.171 5.46967 10.0303C5.32902 9.88968 5.25 9.69891 5.25 9.5ZM6 11.75C5.80109 11.75 5.61032 11.829 5.46967 11.9697C5.32902 12.1103 5.25 12.3011 5.25 12.5C5.25 12.6989 5.32902 12.8897 5.46967 13.0303C5.61032 13.171 5.80109 13.25 6 13.25H8.25C8.44891 13.25 8.63968 13.171 8.78033 13.0303C8.92098 12.8897 9 12.6989 9 12.5C9 12.3011 8.92098 12.1103 8.78033 11.9697C8.63968 11.829 8.44891 11.75 8.25 11.75H6Z",fill:o}),C("path",{d:"M3 13.1V5.9C3 5.06 3 4.64 3.165 4.325C3.30726 4.04155 3.5357 3.81049 3.8175 3.665C4.14 3.5 4.56 3.5 5.4 3.5H12.6C13.44 3.5 13.86 3.5 14.175 3.665C14.4584 3.80726 14.6895 4.0357 14.835 4.3175C15 4.64 15 5.06 15 5.9V13.1C15 13.94 15 14.36 14.835 14.675C14.6927 14.9584 14.4643 15.1895 14.1825 15.335C13.86 15.5 13.44 15.5 12.6 15.5H5.4C4.56 15.5 4.14 15.5 3.825 15.335C3.54155 15.1927 3.31049 14.9643 3.165 14.6825C3 14.36 3 13.94 3 13.1Z",stroke:o,strokeWidth:"1.5"})]})})}))});export{s as TextBookIcon};
|
package/dist/icons/tg/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as i}from"tslib";import{jsx as t,jsxs as o,Fragment as e}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as l}from"../../theme/hook.js";import{IconConsumer as c}from"../../components/icon/context.js";const s=n(
|
|
1
|
+
import{__rest as i}from"tslib";import{jsx as t,jsxs as o,Fragment as e}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as l}from"../../theme/hook.js";import{IconConsumer as c}from"../../components/icon/context.js";const s=n(n=>{var s=i(n,[]);const C=l();return t(r,Object.assign({size:20,viewBox:"0 0 21 20",fill:"none"},s,{children:t(c,{children:({fill:i=C.colors.base.white}={fill:C.colors.base.white})=>o(e,{children:[o("g",{clipPath:"url(#clip0_548_1140)",children:[t("rect",{width:"15",height:"10.8333",transform:"translate(3.25 5)",fill:i}),t("path",{d:"M10.75 0C5.23 0 0.75 4.48 0.75 10C0.75 15.52 5.23 20 10.75 20C16.27 20 20.75 15.52 20.75 10C20.75 4.48 16.27 0 10.75 0ZM15.39 6.8C15.24 8.38 14.59 12.22 14.26 13.99C14.12 14.74 13.84 14.99 13.58 15.02C13 15.07 12.56 14.64 12 14.27C11.12 13.69 10.62 13.33 9.77 12.77C8.78 12.12 9.42 11.76 9.99 11.18C10.14 11.03 12.7 8.7 12.75 8.49C12.7569 8.45819 12.756 8.42517 12.7473 8.3938C12.7386 8.36244 12.7224 8.33367 12.7 8.31C12.64 8.26 12.56 8.28 12.49 8.29C12.4 8.31 11 9.24 8.27 11.08C7.87 11.35 7.51 11.49 7.19 11.48C6.83 11.47 6.15 11.28 5.64 11.11C5.01 10.91 4.52 10.8 4.56 10.45C4.58 10.27 4.83 10.09 5.3 9.9C8.22 8.63 10.16 7.79 11.13 7.39C13.91 6.23 14.48 6.03 14.86 6.03C14.94 6.03 15.13 6.05 15.25 6.15C15.35 6.23 15.38 6.34 15.39 6.42C15.38 6.48 15.4 6.66 15.39 6.8Z",fill:"#2298D2"})]}),t("defs",{children:t("clipPath",{id:"clip0_548_1140",children:t("rect",{width:"20",height:"20",fill:"white",transform:"translate(0.75)"})})})]})})}))});export{s as TelegramFilledIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as i}from"tslib";import{jsx as o,jsxs as n,Fragment as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as C}from"../../components/icon/context.js";const c=r(
|
|
1
|
+
import{__rest as i}from"tslib";import{jsx as o,jsxs as n,Fragment as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as C}from"../../components/icon/context.js";const c=r(r=>{var c=i(r,[]);return o(e,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},c,{children:o(C,{children:({fill:i="#616D8D"}={fill:"#616D8D"})=>n(t,{children:[o("g",{clipPath:"url(#clip0_62_470)",children:o("path",{d:"M12 0C5.376 0 0 5.376 0 12C0 18.624 5.376 24 12 24C18.624 24 24 18.624 24 12C24 5.376 18.624 0 12 0ZM17.568 8.16C17.388 10.056 16.608 14.664 16.212 16.788C16.044 17.688 15.708 17.988 15.396 18.024C14.7 18.084 14.172 17.568 13.5 17.124C12.444 16.428 11.844 15.996 10.824 15.324C9.636 14.544 10.404 14.112 11.088 13.416C11.268 13.236 14.34 10.44 14.4 10.188C14.4083 10.1498 14.4072 10.1102 14.3968 10.0726C14.3863 10.0349 14.3668 10.0004 14.34 9.972C14.268 9.912 14.172 9.936 14.088 9.948C13.98 9.972 12.3 11.088 9.024 13.296C8.544 13.62 8.112 13.788 7.728 13.776C7.296 13.764 6.48 13.536 5.868 13.332C5.112 13.092 4.524 12.96 4.572 12.54C4.596 12.324 4.896 12.108 5.46 11.88C8.964 10.356 11.292 9.348 12.456 8.868C15.792 7.476 16.476 7.236 16.932 7.236C17.028 7.236 17.256 7.26 17.4 7.38C17.52 7.476 17.556 7.608 17.568 7.704C17.556 7.776 17.58 7.992 17.568 8.16Z",fill:i})}),o("defs",{children:o("clipPath",{id:"clip0_62_470",children:o("rect",{width:"24",height:"24",fill:"white"})})})]})})}))});export{c as TgCircleIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as i}from"tslib";import{jsxs as e,jsx as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";const o=n(
|
|
1
|
+
import{__rest as i}from"tslib";import{jsxs as e,jsx as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";const o=n(n=>{var o=i(n,[]);return e(r,Object.assign({size:36,viewBox:"0 0 36 36",fill:"none"},o,{children:[t("rect",{width:"36",height:"36",rx:"10",fill:"url(#paint0_linear_86_3027)"}),t("g",{clipPath:"url(#clip0_86_3027)",children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24.4808 11.6917C24.6868 11.605 24.9122 11.5751 25.1336 11.6051C25.355 11.6351 25.5643 11.7239 25.7397 11.8622C25.9152 12.0006 26.0503 12.1834 26.1311 12.3917C26.2119 12.6 26.2354 12.8262 26.1992 13.0467L24.3092 24.5108C24.1258 25.6167 22.9125 26.2508 21.8983 25.7C21.05 25.2392 19.79 24.5292 18.6567 23.7883C18.09 23.4175 16.3542 22.23 16.5675 21.385C16.7508 20.6625 19.6675 17.9475 21.3342 16.3333C21.9883 15.6992 21.69 15.3333 20.9175 15.9167C18.9983 17.365 15.9192 19.5675 14.9008 20.1875C14.0025 20.7342 13.5342 20.8275 12.9742 20.7342C11.9525 20.5642 11.005 20.3008 10.2317 19.98C9.18667 19.5467 9.23751 18.11 10.2308 17.6917L24.4808 11.6917Z",fill:"white"})}),e("defs",{children:[e("linearGradient",{id:"paint0_linear_86_3027",x1:"-0.141732",y1:"18",x2:"35.8583",y2:"18",gradientUnits:"userSpaceOnUse",children:[t("stop",{stopColor:"#1C64F2"}),t("stop",{offset:"1",stopColor:"#D41CF2"})]}),t("clipPath",{id:"clip0_86_3027",children:t("rect",{width:"20",height:"20",fill:"white",transform:"translate(8 8)"})})]})]}))});export{o as TgColoredIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const e=r(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const e=r(r=>{var e=o(r,[]);return n(i,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},e,{children:n(t,{children:({fill:o="#fff"}={fill:"#fff"})=>n("path",{fill:"none",d:"M5.99998 3H12.8939C13.4899 3 14.0293 3.35279 14.2682 3.89877L16.3742 8.71253C16.4572 8.90213 16.5 9.1068 16.5 9.3138V9.75C16.5 10.5784 15.8284 11.25 15 11.25H10.125L11.0299 14.5682C11.1579 15.0373 10.9369 15.5315 10.502 15.749C10.0653 15.9674 9.53505 15.8456 9.2373 15.4586L6.31104 11.6544C6.10934 11.3922 5.99998 11.0706 5.99998 10.7399V10.5M5.99998 3H1.5V10.5H5.99998M5.99998 3V10.5",stroke:o,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}))});export{e as ThumbDownIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as i}from"../../components/icon/context.js";const e=t(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as i}from"../../components/icon/context.js";const e=t(t=>{var e=o(t,[]);return n(r,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},e,{children:n(i,{children:({fill:o="#fff"}={fill:"#fff"})=>n("path",{d:"M5.99998 15H12.8939C13.4899 15 14.0293 14.6472 14.2682 14.1012L16.3742 9.28747C16.4572 9.09787 16.5 8.89319 16.5 8.68619V8.24999C16.5 7.42156 15.8284 6.74999 15 6.74999H10.125L11.0299 3.43177C11.1579 2.96267 10.9369 2.46847 10.502 2.25101C10.0653 2.03264 9.53505 2.15441 9.2373 2.54144L6.31104 6.34561C6.10934 6.60782 5.99998 6.92935 5.99998 7.26017V15ZM5.99998 15H1.5V7.49999H5.99998V15Z",stroke:o,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}))});export{e as ThumbUpIcon};
|
package/dist/icons/time/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as e}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=n(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as e}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=n(n=>{var r=o(n,[]);return e(i,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},r,{children:e(t,{children:({fill:o="white"}={fill:"white"})=>e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.0026 2.66536C5.05708 2.66536 2.66927 5.05318 2.66927 7.9987C2.66927 10.9442 5.05708 13.332 8.0026 13.332C10.9481 13.332 13.3359 10.9442 13.3359 7.9987C13.3359 5.05318 10.9481 2.66536 8.0026 2.66536ZM1.33594 7.9987C1.33594 4.3168 4.3207 1.33203 8.0026 1.33203C11.6845 1.33203 14.6693 4.3168 14.6693 7.9987C14.6693 11.6806 11.6845 14.6654 8.0026 14.6654C4.3207 14.6654 1.33594 11.6806 1.33594 7.9987ZM7.8882 4.5036C8.2564 4.5036 8.55487 4.80208 8.55487 5.17027V8.4817L10.9061 9.37556C11.2503 9.50636 11.4233 9.89143 11.2924 10.2356C11.1616 10.5798 10.7765 10.7527 10.4324 10.6218L7.65134 9.5647C7.3926 9.4663 7.22154 9.2183 7.22154 8.9415V5.17027C7.22154 4.80208 7.52 4.5036 7.8882 4.5036Z",fill:o})})}))});export{r as TimeIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as e,jsxs as r,Fragment as t}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as i}from"../../components/icon/component.js";import{useTheme as s}from"../../theme/hook.js";import{IconConsumer as m}from"../../components/icon/context.js";const C=i(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as e,jsxs as r,Fragment as t}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as i}from"../../components/icon/component.js";import{useTheme as s}from"../../theme/hook.js";import{IconConsumer as m}from"../../components/icon/context.js";const C=i(i=>{var C=o(i,[]);const c=s().colors.base.white;return e(n,Object.assign({size:24,viewBox:"0 0 25 24",fill:"none"},C,{children:e(m,{children:({fill:o=c}={fill:c})=>r(t,{children:[e("path",{d:"M19 2.66663L19.9048 4.96064C19.9883 5.1724 20.03 5.27828 20.094 5.36756C20.1506 5.4467 20.2199 5.51599 20.2991 5.57267C20.3884 5.6366 20.4942 5.67836 20.706 5.76188L23 6.66663L20.706 7.57138C20.4942 7.65489 20.3884 7.69663 20.2991 7.76058C20.2199 7.81725 20.1506 7.88654 20.094 7.96569C20.03 8.05498 19.9883 8.16085 19.9048 8.37263L19 10.6666L18.0953 8.37263C18.0117 8.16085 17.97 8.05498 17.906 7.96569C17.8494 7.88654 17.7801 7.81725 17.7009 7.76058C17.6117 7.69663 17.5058 7.65489 17.294 7.57138L15 6.66663L17.294 5.76188C17.5058 5.67836 17.6117 5.6366 17.7009 5.57267C17.7801 5.51599 17.8494 5.4467 17.906 5.36756C17.97 5.27828 18.0117 5.1724 18.0953 4.96064L19 2.66663Z",fill:o,stroke:o,strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M3.83788 15.0255C4.33268 16.1957 5.1066 17.2268 6.09197 18.0287C7.07734 18.8307 8.24417 19.3791 9.49043 19.6259C10.7367 19.8727 12.0244 19.8105 13.2411 19.4447C14.4578 19.0789 15.5663 18.4206 16.4698 17.5273C17.3732 16.6341 18.0441 15.5332 18.4238 14.3208",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M12.7732 4.14816C11.527 3.90132 10.2392 3.96354 9.02257 4.32937C7.80591 4.69519 6.69739 5.35349 5.79392 6.2467C4.89045 7.13991 4.21954 8.24084 3.83984 9.45325",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})})}))});export{C as TokenCounterIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as C,jsxs as e,Fragment as t}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as r}from"../../components/icon/component.js";import{useTheme as i}from"../../theme/hook.js";import{IconConsumer as s}from"../../components/icon/context.js";const m=r(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as C,jsxs as e,Fragment as t}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as r}from"../../components/icon/component.js";import{useTheme as i}from"../../theme/hook.js";import{IconConsumer as s}from"../../components/icon/context.js";const m=r(r=>{var m=o(r,[]);const c=i().colors.base.white;return C(n,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},m,{children:C(s,{children:({fill:o=c}={fill:c})=>e(t,{children:[C("path",{d:"M13.5569 2.66406H6.4013C5.09451 2.66406 4.44112 2.66406 3.94199 2.91838C3.50295 3.14208 3.14599 3.49903 2.92229 3.93809C2.66797 4.43721 2.66797 5.09061 2.66797 6.3974V17.5974C2.66797 18.3518 2.66797 18.8884 2.71689 19.3033C2.75272 19.6071 2.81477 19.8457 2.92229 20.0567C3.14599 20.4957 3.50295 20.8527 3.94199 21.0764C4.44112 21.3307 5.09451 21.3307 6.4013 21.3307H17.6013C18.9081 21.3307 19.5615 21.3307 20.0606 21.0764C20.4997 20.8527 20.8567 20.4957 21.0803 20.0567C21.3346 19.5576 21.3346 18.9042 21.3346 17.5974V13.1641",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),C("path",{d:"M18.668 2.66406L19.5727 4.95808C19.6562 5.16984 19.698 5.27572 19.7619 5.365C19.8186 5.44413 19.8879 5.51342 19.967 5.5701C20.0563 5.63404 20.1622 5.6758 20.374 5.75932L22.668 6.66406L20.374 7.56882C20.1622 7.65233 20.0563 7.69406 19.967 7.75802C19.8879 7.81468 19.8186 7.88397 19.7619 7.96313C19.698 8.05242 19.6562 8.15828 19.5727 8.37006L18.668 10.6641L17.7632 8.37006C17.6797 8.15828 17.6379 8.05242 17.574 7.96313C17.5173 7.88397 17.448 7.81468 17.3689 7.75802C17.2796 7.69406 17.1737 7.65233 16.962 7.56882L14.668 6.66406L16.962 5.75932C17.1737 5.6758 17.2796 5.63404 17.3689 5.5701C17.448 5.51342 17.5173 5.44413 17.574 5.365C17.6379 5.27572 17.6797 5.16984 17.7632 4.95808L18.668 2.66406Z",fill:o,stroke:o,strokeLinecap:"round",strokeLinejoin:"round"}),C("path",{d:"M9.33464 15.6641C9.33464 15.3104 9.19416 14.9713 8.94411 14.7213C8.69406 14.4712 8.35492 14.3307 8.0013 14.3307C7.64768 14.3307 7.30854 14.4712 7.05849 14.7213C6.80844 14.9713 6.66797 15.3104 6.66797 15.6641V16.9974C6.66797 17.351 6.80844 17.6902 7.05849 17.9402C7.30854 18.1903 7.64768 18.3307 8.0013 18.3307C8.35492 18.3307 8.69406 18.1903 8.94411 17.9402C9.19416 17.6902 9.33464 17.351 9.33464 16.9974V15.6641ZM10.668 16.9974V8.9974C10.668 8.64377 10.8084 8.30464 11.0585 8.05459C11.3085 7.80454 11.6477 7.66406 12.0013 7.66406C12.3549 7.66406 12.6941 7.80454 12.9441 8.05459C13.1942 8.30464 13.3346 8.64377 13.3346 8.9974V16.9974C13.3346 17.351 13.1942 17.6902 12.9441 17.9402C12.6941 18.1903 12.3549 18.3307 12.0013 18.3307C11.6477 18.3307 11.3085 18.1903 11.0585 17.9402C10.8084 17.6902 10.668 17.351 10.668 16.9974ZM17.3346 12.9974C17.3346 12.6438 17.1942 12.3046 16.9441 12.0546C16.6941 11.8045 16.3549 11.6641 16.0013 11.6641C15.6477 11.6641 15.3085 11.8045 15.0585 12.0546C14.8084 12.3046 14.668 12.6438 14.668 12.9974V16.9974C14.668 17.351 14.8084 17.6902 15.0585 17.9402C15.3085 18.1903 15.6477 18.3307 16.0013 18.3307C16.3549 18.3307 16.6941 18.1903 16.9441 17.9402C17.1942 17.6902 17.3346 17.351 17.3346 16.9974V12.9974Z",fill:o})]})})}))});export{m as TrafficAnalisysIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as C}from"tslib";import{jsxs as o,jsx as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";const t=r(
|
|
1
|
+
import{__rest as C}from"tslib";import{jsxs as o,jsx as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";const t=r(r=>{var t=C(r,[]);return o(n,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},t,{children:[i("path",{d:"M24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12Z",fill:"url(#paint0_linear_97_361)"}),i("path",{d:"M19.879 9.95801C20.2699 8.80039 20.1353 7.53227 19.5102 6.47931C18.5701 4.86427 16.6804 4.03338 14.8347 4.42439C14.0137 3.51168 12.8341 2.99264 11.5973 3.00008C9.7108 2.99583 8.03692 4.19435 7.45653 5.96558C6.24459 6.21049 5.19849 6.95904 4.58633 8.01997C3.63928 9.63075 3.85518 11.6612 5.12042 13.0425C4.72954 14.2001 4.86414 15.4683 5.48922 16.5212C6.42926 18.1362 8.31904 18.9671 10.1647 18.5761C10.9852 19.4888 12.1654 20.0079 13.4021 19.9999C15.2897 20.0047 16.9641 18.8051 17.5445 17.0323C18.7564 16.7874 19.8025 16.0388 20.4147 14.9779C21.3607 13.3671 21.1442 11.3382 19.8795 9.95695L19.879 9.95801ZM13.4031 18.889C12.6478 18.8901 11.9161 18.6293 11.3362 18.1517C11.3626 18.1378 11.4084 18.1129 11.438 18.0948L14.8687 16.1398C15.0442 16.0415 15.1519 15.8571 15.1508 15.6579V10.8856L16.6007 11.7117C16.6163 11.7191 16.6265 11.734 16.6287 11.751V15.7031C16.6265 17.4605 15.1842 18.8853 13.4031 18.889ZM6.46641 15.9655C6.08792 15.3206 5.9517 14.5646 6.08146 13.8309C6.10676 13.8458 6.15145 13.8729 6.18322 13.8909L9.61389 15.846C9.78779 15.9464 10.0032 15.9464 10.1776 15.846L14.3658 13.4596V15.1118C14.3669 15.1288 14.3588 15.1452 14.3453 15.1559L10.8775 17.1316C9.33285 18.0093 7.36015 17.4876 6.46695 15.9655H6.46641ZM5.56352 8.5762C5.9404 7.93018 6.53533 7.43611 7.24386 7.17951C7.24386 7.20873 7.24225 7.26026 7.24225 7.29639V11.207C7.24117 11.4057 7.34885 11.59 7.52383 11.6883L11.712 14.0742L10.2621 14.9003C10.2476 14.9099 10.2293 14.9115 10.2131 14.9046L6.74477 12.9272C5.20333 12.0464 4.67462 10.1004 5.56298 8.57673L5.56352 8.5762ZM17.4761 11.3117L13.2879 8.92524L14.7378 8.09966C14.7524 8.09009 14.7707 8.0885 14.7868 8.09541L18.2552 10.0712C19.7993 10.9515 20.3286 12.9007 19.4364 14.4243C19.059 15.0693 18.4646 15.5633 17.7566 15.8205V11.793C17.7582 11.5943 17.6511 11.4105 17.4767 11.3117H17.4761ZM18.919 9.16855C18.8937 9.15315 18.849 9.12658 18.8173 9.10852L15.3866 7.15348C15.2127 7.05307 14.9973 7.05307 14.8229 7.15348L10.6347 9.53991V7.88768C10.6336 7.87068 10.6417 7.85421 10.6552 7.84359L14.123 5.86942C15.6676 4.99018 17.6425 5.51348 18.533 7.0382C18.9093 7.68209 19.0456 8.43595 18.918 9.16855H18.919ZM9.84648 12.1133L8.39603 11.2872C8.38042 11.2798 8.37019 11.2649 8.36804 11.2479V7.29586C8.36911 5.53632 9.81579 4.11042 11.599 4.11148C12.3533 4.11148 13.0833 4.37286 13.6632 4.84887C13.6368 4.86268 13.5916 4.88765 13.5614 4.90571L10.1308 6.86076C9.95523 6.95904 9.84755 7.14286 9.84863 7.34208L9.84648 12.1123V12.1133ZM10.6342 10.4377L12.4997 9.37468L14.3653 10.4372V12.5628L12.4997 13.6253L10.6342 12.5628V10.4377Z",fill:"#FFFEFE"}),i("defs",{children:o("linearGradient",{id:"paint0_linear_97_361",x1:"22",y1:"10.5",x2:"2",y2:"13.5",gradientUnits:"userSpaceOnUse",children:[i("stop",{stopColor:"#6B9DE3"}),i("stop",{offset:"1",stopColor:"#DA4A8F"})]})})]}))});export{t as TranscriptionIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as i}from"../../components/icon/component.js";import{useTheme as e}from"../../theme/hook.js";import{IconConsumer as n}from"../../components/icon/context.js";const r=i(
|
|
1
|
+
import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as i}from"../../components/icon/component.js";import{useTheme as e}from"../../theme/hook.js";import{IconConsumer as n}from"../../components/icon/context.js";const r=i(i=>{var r=C(i,[]);const m=e().colors.base.white;return o(t,Object.assign({size:24,viewBox:"0 0 18 19",fill:"none"},r,{children:o(n,{children:({fill:C=m}={fill:m})=>o("path",{d:"M10.5165 5.75H11.2665C11.4654 5.75026 11.656 5.82936 11.7966 5.96995C11.9372 6.11055 12.0163 6.30117 12.0165 6.5V7.25C12.0165 7.44891 12.0955 7.63968 12.2362 7.78033C12.3768 7.92098 12.5676 8 12.7665 8C12.9654 8 13.1562 7.92098 13.2968 7.78033C13.4375 7.63968 13.5165 7.44891 13.5165 7.25V6.5C13.5159 5.90346 13.2786 5.33154 12.8568 4.90973C12.435 4.48791 11.8631 4.25065 11.2665 4.25H10.5165C10.3176 4.25 10.1268 4.32902 9.98619 4.46967C9.84553 4.61032 9.76652 4.80109 9.76652 5C9.76652 5.19891 9.84553 5.38968 9.98619 5.53033C10.1268 5.67098 10.3176 5.75 10.5165 5.75ZM7.51652 12.5H6.76652C6.56768 12.4997 6.37707 12.4206 6.23647 12.28C6.09588 12.1394 6.01678 11.9488 6.01652 11.75V11C6.01652 10.8011 5.9375 10.6103 5.79685 10.4697C5.65619 10.329 5.46543 10.25 5.26652 10.25C5.0676 10.25 4.87684 10.329 4.73619 10.4697C4.59553 10.6103 4.51652 10.8011 4.51652 11V11.75C4.51717 12.3465 4.75443 12.9185 5.17625 13.3403C5.59806 13.7621 6.16998 13.9993 6.76652 14H7.51652C7.71543 14 7.90619 13.921 8.04685 13.7803C8.1875 13.6397 8.26652 13.4489 8.26652 13.25C8.26652 13.0511 8.1875 12.8603 8.04685 12.7197C7.90619 12.579 7.71543 12.5 7.51652 12.5ZM15.7665 11.75C15.9654 11.75 16.1562 11.671 16.2968 11.5303C16.4375 11.3897 16.5165 11.1989 16.5165 11C16.5165 10.8011 16.4375 10.6103 16.2968 10.4697C16.1562 10.329 15.9654 10.25 15.7665 10.25H13.5165V9.875C13.5165 9.67609 13.4375 9.48532 13.2968 9.34467C13.1562 9.20402 12.9654 9.125 12.7665 9.125C12.5676 9.125 12.3768 9.20402 12.2362 9.34467C12.0955 9.48532 12.0165 9.67609 12.0165 9.875V10.25H9.76652C9.56761 10.25 9.37684 10.329 9.23619 10.4697C9.09553 10.6103 9.01652 10.8011 9.01652 11C9.01652 11.1989 9.09553 11.3897 9.23619 11.5303C9.37684 11.671 9.56761 11.75 9.76652 11.75H13.6547C13.4851 12.4393 13.1718 13.085 12.7356 13.645C12.557 13.4136 12.3992 13.167 12.2637 12.908C12.2188 12.8203 12.1571 12.7424 12.082 12.6787C12.007 12.6149 11.9201 12.5665 11.8264 12.5363C11.7327 12.5061 11.634 12.4947 11.5358 12.5027C11.4377 12.5106 11.3421 12.5378 11.2544 12.5828C11.1668 12.6277 11.0889 12.6894 11.0251 12.7644C10.9614 12.8395 10.913 12.9263 10.8828 13.0201C10.8218 13.2093 10.8385 13.4151 10.9292 13.592C11.1312 13.9824 11.3722 14.3513 11.6486 14.693C11.1044 15.0881 10.4857 15.3685 9.82985 15.5172C9.63586 15.56 9.46677 15.678 9.35968 15.8454C9.25259 16.0127 9.21625 16.2156 9.25864 16.4097C9.30102 16.6038 9.41867 16.7732 9.58576 16.8806C9.75286 16.988 9.95575 17.0248 10.1499 16.9828C11.0909 16.7747 11.9736 16.3592 12.7337 15.7666C13.5001 16.3595 14.3886 16.7748 15.3351 16.9825C15.4313 17.0037 15.5307 17.0057 15.6277 16.9885C15.7246 16.9713 15.8173 16.9351 15.9003 16.8821C15.9833 16.8291 16.0551 16.7603 16.1115 16.6795C16.1679 16.5988 16.2078 16.5077 16.229 16.4115C16.2502 16.3154 16.2523 16.2159 16.2351 16.119C16.2178 16.022 16.1817 15.9293 16.1287 15.8463C16.0757 15.7633 16.0068 15.6916 15.9261 15.6352C15.8453 15.5788 15.7543 15.5388 15.6581 15.5176C14.9979 15.3708 14.374 15.0928 13.8235 14.7C14.517 13.8464 14.9845 12.8318 15.1828 11.75H15.7665ZM6.78884 8.93201C6.8376 9.12446 6.96068 9.28974 7.13109 9.39161C7.3015 9.49347 7.50535 9.52362 7.69795 9.47545C7.89056 9.42727 8.05621 9.3047 8.15859 9.1346C8.26098 8.96449 8.29175 8.76074 8.24416 8.56799L6.92616 3.29565C6.83359 2.92556 6.61997 2.59703 6.31925 2.36227C6.01854 2.12751 5.64799 2 5.26649 2C4.885 2 4.51445 2.12751 4.21373 2.36227C3.91302 2.59703 3.6994 2.92556 3.60683 3.29565L2.28884 8.56799C2.24125 8.76074 2.27202 8.96449 2.3744 9.1346C2.47679 9.3047 2.64244 9.42727 2.83504 9.47545C3.02765 9.52362 3.23149 9.49347 3.40191 9.39161C3.57232 9.28974 3.6954 9.12446 3.74416 8.93201L4.16462 7.25H6.36838L6.78884 8.93201ZM4.53962 5.75L5.06215 3.65967C5.07785 3.61817 5.10581 3.58243 5.14231 3.55721C5.17881 3.53199 5.22213 3.51849 5.26649 3.51849C5.31086 3.51849 5.35418 3.53199 5.39068 3.55721C5.42718 3.58243 5.45514 3.61817 5.47084 3.65967L5.99338 5.75H4.53962Z",fill:C})})}))});export{r as TranslationIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as r}from"../../components/icon/context.js";const e=t(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as r}from"../../components/icon/context.js";const e=t(t=>{var e=o(t,[]);return n(i,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},e,{children:n(r,{children:({fill:o="#616D8D"}={fill:"#616D8D"})=>n("path",{d:"M14.25 3H11.625L10.875 2.25H7.125L6.375 3H3.75V4.5H14.25M4.5 14.25C4.5 14.6478 4.65804 15.0294 4.93934 15.3107C5.22064 15.592 5.60218 15.75 6 15.75H12C12.3978 15.75 12.7794 15.592 13.0607 15.3107C13.342 15.0294 13.5 14.6478 13.5 14.25V5.25H4.5V14.25Z",fill:o})})}))});export{e as TrashIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as f}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as i}from"../../components/icon/context.js";const t=n(
|
|
1
|
+
import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as f}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as i}from"../../components/icon/context.js";const t=n(n=>{var t=C(n,[]);return o(f,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},t,{children:o(i,{children:({fill:C="#ffffff"}={fill:"#ffffff"})=>o("path",{d:"M7.12444 3C4.65101 3 3.08379 4.64192 2.48143 6.50343L2.40147 6.75296H0.666333C0.489611 6.75296 0.320126 6.81869 0.195165 6.93568C0.0702029 7.05267 0 7.21134 0 7.37679C0 8.23144 0.253207 9.03368 0.695652 9.6388C0.851574 9.8509 1.03681 10.0468 1.24871 10.2102L0.850242 11.1148C0.759187 11.3221 0.724084 11.5473 0.748034 11.7703C0.771984 11.9934 0.854249 12.2075 0.987561 12.3937C1.12087 12.5799 1.30113 12.7326 1.5124 12.8381C1.72367 12.9436 1.95944 12.9988 2.1989 12.9987H3.62885C4.1939 12.9987 4.70831 12.6943 4.94819 12.2152L5.35332 11.4105C6.56811 11.5574 7.79804 11.5574 9.01283 11.4105L9.41663 12.2152C9.6565 12.6943 10.1722 13 10.736 13H12.1526C12.3925 13.0005 12.6288 12.9455 12.8406 12.84C13.0523 12.7344 13.233 12.5815 13.3664 12.3948C13.4999 12.2082 13.582 11.9935 13.6055 11.77C13.629 11.5465 13.5932 11.321 13.5013 11.1135L13.2321 10.5022H14.5181C15.3403 10.5022 16 9.84841 16 9.08983V8.31628C16 7.14348 15.0218 6.13287 13.7478 6.13287H11.7968C11.0851 4.40487 9.4073 3.00125 7.12444 3.00125M12.7803 9.25577L12.2032 7.38178H13.7478C14.2236 7.38178 14.6673 7.77355 14.6673 8.31753V9.09108C14.6666 9.13654 14.647 9.17995 14.6127 9.2121C14.5754 9.24703 14.5394 9.25577 14.5181 9.25577H12.7803ZM11.9074 10.7704L12.2685 11.5901C12.2764 11.608 12.2795 11.6274 12.2775 11.6466C12.2755 11.6658 12.2684 11.6842 12.2569 11.7003C12.2455 11.7163 12.2299 11.7295 12.2117 11.7386C12.1935 11.7476 12.1732 11.7524 12.1526 11.7523H10.7373C10.7133 11.7526 10.6898 11.7463 10.6694 11.7344C10.6491 11.7224 10.6329 11.7053 10.6227 11.685L10.3708 11.1847C10.8879 11.0736 11.401 10.9351 11.9074 10.7704ZM3.99534 11.1847L3.74213 11.685C3.73221 11.7053 3.71627 11.7226 3.6962 11.7348C3.67613 11.7469 3.65276 11.7535 3.62885 11.7536H2.1989C2.17828 11.7536 2.15796 11.7489 2.13976 11.7398C2.12156 11.7307 2.10604 11.7176 2.09457 11.7015C2.0831 11.6855 2.07604 11.667 2.07401 11.6478C2.07199 11.6286 2.07506 11.6092 2.08296 11.5914L2.44544 10.7679C2.95586 10.9351 3.47293 11.0724 3.99534 11.1847ZM1.99767 8.00062L1.72847 8.83656C1.56675 8.57799 1.45403 8.29517 1.3953 8.00062H1.99767ZM3.75679 6.86525C4.24588 5.35433 5.41329 4.24766 7.12444 4.24766C8.86224 4.24766 10.1762 5.38303 10.656 6.86151L11.4956 9.58265C8.70684 10.5014 5.66688 10.5027 2.87723 9.5864L3.75679 6.86525Z",fill:C})})}))});export{t as TurtleIcon};
|
package/dist/icons/txt/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as i}from"tslib";import{jsxs as e,jsx as l}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";const n=t(
|
|
1
|
+
import{__rest as i}from"tslib";import{jsxs as e,jsx as l}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";const n=t(t=>{var n=i(t,[]);return e(o,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},n,{children:[e("g",{clipPath:"url(#clip0_1803_41617)",children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.14994 0H14.1739L20.9745 7.08846V20.8756C20.9745 22.6027 19.5772 24 17.8561 24H6.14994C4.42281 24 3.02551 22.6027 3.02551 20.8756V3.12443C3.02548 1.3973 4.42278 0 6.14994 0Z",fill:"#0263D1"}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.168 0V7.03449H20.9746L14.168 0Z",fill:"black"}),l("path",{d:"M7.55926 17.5232V14.1109H6.31189V13.1634H9.9161V14.1109H8.67473V17.5232H7.55926ZM13.9701 17.5232H12.8007L12.0031 16.1859L11.2054 17.5232H10.03L11.4153 15.1964L10.204 13.1634H11.3734L12.0031 14.2189L12.6268 13.1634H13.8022L12.5908 15.2024L13.9701 17.5232ZM15.3254 17.5232V14.1109H14.084V13.1634H17.6882V14.1109H16.4408V17.5232H15.3254Z",fill:"white"})]}),l("defs",{children:l("clipPath",{id:"clip0_1803_41617",children:l("rect",{width:"24",height:"24",fill:"white"})})})]}))});export{n as TxtIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as i}from"tslib";import{jsx as l,jsxs as e,Fragment as o}from"react/jsx-runtime";import{Icon as c}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=n(
|
|
1
|
+
import{__rest as i}from"tslib";import{jsx as l,jsxs as e,Fragment as o}from"react/jsx-runtime";import{Icon as c}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=n(n=>{var r=i(n,[]);return l(c,Object.assign({size:46,viewBox:"0 0 46 46",fill:"none"},r,{children:l(t,{children:({fill:i="#1A347C"}={fill:"#1A347C"})=>e(o,{children:[e("g",{clipPath:"url(#clip0_1803_39835)",children:[l("circle",{cx:"23",cy:"23",r:"23",fill:i}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.6874 8H25.7174L34.2181 16.8606V34.0945C34.2181 36.2534 32.4715 38 30.3201 38H15.6874C13.5285 38 11.7819 36.2534 11.7819 34.0945V11.9055C11.7818 9.74662 13.5284 8 15.6874 8Z",fill:"#0263D1"}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.7099 8V16.7931H34.2182L25.7099 8Z",fill:"black"}),l("path",{d:"M17.449 29.904V25.6387H15.8898V24.4543H20.395V25.6387H18.8433V29.904H17.449ZM25.4625 29.904H24.0007L23.0037 28.2324L22.0067 29.904H20.5374L22.2691 26.9955L20.7549 24.4543H22.2166L23.0037 25.7736L23.7834 24.4543H25.2526L23.7384 27.003L25.4625 29.904ZM27.1567 29.904V25.6387H25.6049V24.4543H30.1102V25.6387H28.551V29.904H27.1567Z",fill:"white"})]}),l("defs",{children:l("clipPath",{id:"clip0_1803_39835",children:l("rect",{width:"46",height:"46",fill:"white"})})})]})})}))});export{r as TxtBigIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";import{IconConsumer as i}from"../../components/icon/context.js";const t=e(
|
|
1
|
+
import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";import{IconConsumer as i}from"../../components/icon/context.js";const t=e(e=>{var t=C(e,[]);return o(n,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},t,{children:o(i,{children:({fill:C="#616D8D"}={fill:"#616D8D"})=>o("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.2638 8.74892C2.2638 12.5139 4.94057 15.0792 7.94724 15.6098C8.02903 15.6242 8.10722 15.655 8.17736 15.7002C8.2475 15.7455 8.3082 15.8044 8.35601 15.8736C8.40382 15.9428 8.4378 16.021 8.456 16.1035C8.4742 16.1861 8.47627 16.2716 8.4621 16.355C8.44792 16.4384 8.41778 16.5181 8.37338 16.5897C8.32899 16.6612 8.27121 16.7231 8.20336 16.7718C8.1355 16.8206 8.05889 16.8552 7.9779 16.8738C7.89692 16.8924 7.81314 16.8945 7.73135 16.88C4.20073 16.2566 1 13.2214 1 8.74892C1 6.84787 1.84779 5.35374 2.83748 4.21831C3.547 3.40445 4.3584 2.74273 5.01092 2.23686H3.02668C2.86585 2.23686 2.7116 2.1717 2.59787 2.05572C2.48415 1.93975 2.42025 1.78245 2.42025 1.61843C2.42025 1.45441 2.48415 1.29711 2.59787 1.18113C2.7116 1.06516 2.86585 1 3.02668 1H6.66525C6.82609 1 6.98033 1.06516 7.09406 1.18113C7.20779 1.29711 7.27168 1.45441 7.27168 1.61843V5.329C7.27168 5.49302 7.20779 5.65032 7.09406 5.7663C6.98033 5.88228 6.82609 5.94743 6.66525 5.94743C6.50442 5.94743 6.35017 5.88228 6.23644 5.7663C6.12271 5.65032 6.05882 5.49302 6.05882 5.329V3.04576L6.05761 3.04824C5.36386 3.58009 4.51728 4.23191 3.7835 5.07421C2.91631 6.06865 2.2638 7.27211 2.2638 8.74892ZM15.7362 9.25108C15.7362 5.52566 13.1164 2.9765 10.1486 2.40754C10.0659 2.39323 9.98676 2.36226 9.9159 2.31645C9.84505 2.27063 9.78385 2.21088 9.73587 2.14069C9.6879 2.07049 9.65411 1.99126 9.63649 1.90761C9.61886 1.82395 9.61774 1.73756 9.63321 1.65347C9.64867 1.56937 9.6804 1.48926 9.72654 1.4178C9.77269 1.34634 9.83232 1.28497 9.90198 1.23727C9.97163 1.18956 10.0499 1.15648 10.1322 1.13996C10.2145 1.12343 10.2993 1.12378 10.3814 1.141C13.8672 1.80891 17 4.82684 17 9.25108C17 11.1521 16.1522 12.645 15.1625 13.7817C14.453 14.5955 13.6416 15.2573 12.9891 15.7631H14.9733C15.1342 15.7631 15.2884 15.8283 15.4021 15.9443C15.5159 16.0603 15.5797 16.2176 15.5797 16.3816C15.5797 16.5456 15.5159 16.7029 15.4021 16.8189C15.2884 16.9348 15.1342 17 14.9733 17H11.3347C11.1739 17 11.0197 16.9348 10.9059 16.8189C10.7922 16.7029 10.7283 16.5456 10.7283 16.3816V12.671C10.7283 12.507 10.7922 12.3497 10.9059 12.2337C11.0197 12.1177 11.1739 12.0526 11.3347 12.0526C11.4956 12.0526 11.6498 12.1177 11.7636 12.2337C11.8773 12.3497 11.9412 12.507 11.9412 12.671V14.953H11.9436C12.6361 14.4187 13.4839 13.7681 14.2165 12.9246C15.0837 11.9314 15.7362 10.7291 15.7362 9.25108Z",fill:C})})}))});export{t as UpdateIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as r}from"../../components/icon/context.js";const e=t(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as r}from"../../components/icon/context.js";const e=t(t=>{var e=o(t,[]);return n(i,Object.assign({size:14,viewBox:"0 0 14 14",fill:"none"},e,{children:n(r,{children:({fill:o="#fff"}={fill:"#fff"})=>n("path",{d:"M6.125 10.5V3.36875L3.85 5.64375L2.625 4.375L7 0L11.375 4.375L10.15 5.64375L7.875 3.36875V10.5H6.125ZM1.75 14C1.26875 14 0.856917 13.8288 0.5145 13.4864C0.172083 13.144 0.000583333 12.7318 0 12.25V9.625H1.75V12.25H12.25V9.625H14V12.25C14 12.7312 13.8288 13.1434 13.4864 13.4864C13.144 13.8294 12.7318 14.0006 12.25 14H1.75Z",fill:o})})}))});export{e as UploadIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as f}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=i(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as f}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=i(i=>{var r=o(i,[]);return f(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},r,{children:f(t,{children:({fill:o="#ffffff"}={fill:"#ffffff"})=>f("path",{d:"M2 2H6V3.33333H4.308L7.53667 6.562L6.59333 7.50467L3.33333 4.24467V6H2V2ZM2 14H6V12.6667H4.25067L7.53667 9.38133L6.59333 8.43867L3.33333 11.6987V10H2V14ZM10 14H14V10H12.6667V11.6827L9.422 8.43867L8.47933 9.38133L11.7647 12.6667H10V14ZM14 2H10V3.33333H11.708L8.47933 6.562L9.422 7.50467L12.6667 4.26V6H14V2Z",fill:o})})}))});export{r as UpscaleIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as C}from"tslib";import{jsx as o,Fragment as e}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as i}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as t}from"../../components/icon/context.js";const l=i(
|
|
1
|
+
import{__rest as C}from"tslib";import{jsx as o,Fragment as e}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as i}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as t}from"../../components/icon/context.js";const l=i(i=>{var l=C(i,[]);const c=n();return o(r,Object.assign({size:18,height:16,viewBox:"0 0 16 16",fill:"none"},l,{children:o(t,{children:({fill:C=c.colors.grayScale.gray1}={fill:c.colors.grayScale.gray1})=>o(e,{children:o("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM12.0535 8.16503L10.4625 6.57403C10.0081 6.11956 9.40884 5.83861 8.76883 5.77997C8.12882 5.72133 7.48848 5.88871 6.95903 6.25303C6.42753 6.61953 6.31453 7.02203 6.75053 7.45803C7.05403 7.76103 7.29253 7.70103 7.60253 7.56103L7.83453 7.45253C7.9052 7.4192 7.98086 7.38653 8.06153 7.35453C8.28798 7.26571 8.53543 7.24489 8.77353 7.29463C9.01164 7.34436 9.23007 7.46249 9.40203 7.63453L10.993 9.22553C11.2258 9.46027 11.3561 9.77765 11.3554 10.1082C11.3547 10.4388 11.2231 10.7556 10.9894 10.9894C10.7557 11.2232 10.4389 11.3549 10.1083 11.3557C9.77775 11.3564 9.46033 11.2262 9.22553 10.9935L8.69453 10.463C8.62531 10.3914 8.54252 10.3343 8.451 10.2951C8.35948 10.2558 8.26106 10.2352 8.16147 10.2343C8.06189 10.2335 7.96314 10.2526 7.87098 10.2903C7.77883 10.3281 7.69512 10.3838 7.62473 10.4542C7.55435 10.5247 7.4987 10.6085 7.46103 10.7006C7.42336 10.7928 7.40443 10.8916 7.40534 10.9912C7.40626 11.0908 7.42699 11.1892 7.46634 11.2807C7.50569 11.3721 7.56286 11.4549 7.63453 11.524L8.16453 12.054C8.41926 12.3122 8.72255 12.5174 9.05692 12.6579C9.3913 12.7984 9.75016 12.8713 10.1128 12.8725C10.4755 12.8738 10.8349 12.8032 11.1702 12.665C11.5055 12.5268 11.8101 12.3236 12.0666 12.0671C12.3231 11.8106 12.5263 11.506 12.6645 11.1707C12.8027 10.8354 12.8733 10.476 12.872 10.1133C12.8708 9.75066 12.7979 9.3918 12.6574 9.05742C12.5169 8.72305 12.3117 8.41976 12.0535 8.16503ZM7.98753 4.09903L7.45753 3.56903C7.2028 3.31086 6.89951 3.10513 6.56513 2.96465C6.23076 2.82418 5.8719 2.75123 5.50921 2.75002C5.14653 2.7488 4.78719 2.81934 4.45188 2.95757C4.11657 3.0958 3.81191 3.299 3.55546 3.55546C3.299 3.81191 3.0958 4.11657 2.95757 4.45188C2.81934 4.78719 2.7488 5.14653 2.75002 5.50921C2.75123 5.8719 2.82418 6.23076 2.96465 6.56513C3.10513 6.89951 3.31036 7.2028 3.56853 7.45753L5.15953 9.04853C5.61396 9.503 6.21322 9.78395 6.85323 9.84259C7.49324 9.90123 8.13358 9.73385 8.66303 9.36953C9.19453 9.00303 9.30753 8.60053 8.87153 8.16453C8.56853 7.86153 8.32953 7.92153 8.01953 8.06153L7.78753 8.17003C7.71686 8.20336 7.6412 8.23603 7.56053 8.26803C7.33408 8.35685 7.08663 8.37767 6.84852 8.32793C6.61042 8.2782 6.39199 8.16007 6.22003 7.98803L4.62903 6.39703C4.50967 6.28169 4.41449 6.14373 4.34902 5.99121C4.28355 5.83868 4.24911 5.67465 4.24772 5.50867C4.24632 5.3427 4.278 5.17811 4.34089 5.02451C4.40379 4.8709 4.49664 4.73137 4.61404 4.61403C4.73144 4.4967 4.87103 4.40392 5.02467 4.34112C5.17831 4.27831 5.34292 4.24673 5.50889 4.24822C5.67486 4.24971 5.83888 4.28423 5.99136 4.34979C6.14385 4.41534 6.28175 4.51061 6.39703 4.63003L6.92753 5.16003C7.06904 5.29658 7.25853 5.37209 7.45518 5.37029C7.65183 5.36849 7.8399 5.28952 7.97889 5.1504C8.11788 5.01128 8.19667 4.82313 8.19829 4.62648C8.1999 4.42983 8.12422 4.24042 7.98753 4.09903Z",fill:C})})})}))});export{l as URLCircleIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as i}from"tslib";import{jsx as t,jsxs as e,Fragment as n}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as l}from"../../components/icon/context.js";const c=r(
|
|
1
|
+
import{__rest as i}from"tslib";import{jsx as t,jsxs as e,Fragment as n}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as l}from"../../components/icon/context.js";const c=r(r=>{var c=i(r,[]);return t(o,Object.assign({size:18,height:19,viewBox:"0 0 18 19",fill:"none"},c,{children:t(l,{children:({fill:i="white"}={fill:"white"})=>e(n,{children:[t("g",{clipPath:"url(#clip0_258_8229)",children:t("path",{d:"M9 9.5C11.525 9.5 13.5714 7.48555 13.5714 5C13.5714 2.51445 11.525 0.5 9 0.5C6.475 0.5 4.42857 2.51445 4.42857 5C4.42857 7.48555 6.475 9.5 9 9.5ZM12.2 10.625H11.6036C10.8107 10.9836 9.92857 11.1875 9 11.1875C8.07143 11.1875 7.19286 10.9836 6.39643 10.625H5.8C3.15 10.625 1 12.7414 1 15.35V16.8125C1 17.7441 1.76786 18.5 2.71429 18.5H15.2857C16.2321 18.5 17 17.7441 17 16.8125V15.35C17 12.7414 14.85 10.625 12.2 10.625Z",fill:i})}),t("defs",{children:t("clipPath",{id:"clip0_258_8229",children:t("rect",{width:"18",height:"18",fill:"white",transform:"translate(0 0.5)"})})})]})})}))});export{c as UserProfileIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsxs as C,jsx as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";const r=t(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsxs as C,jsx as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";const r=t(t=>{var r=o(t,[]);return C(n,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},r,{children:[i("path",{d:"M15.0629 8.61376C13.0379 7.64501 10.4967 7.56251 8.99293 9.39126C7.80043 10.8425 7.71668 12.89 8.87043 14.4213C8.93377 14.5046 8.92001 14.5204 8.82918 14.4688C5.56918 12.5825 3.94793 8.83751 5.51043 5.26376C6.96168 1.94376 10.2217 0.547506 13.7379 1.13751C16.1579 1.54417 18.2242 2.62959 19.9367 4.39376C24.8379 9.44376 23.6729 17.8075 17.6692 21.4125C17.5675 21.4742 17.5583 21.4625 17.6417 21.3775C19.6354 19.3625 20.3429 16.36 19.5129 13.6625C18.8379 11.4663 17.1104 9.59501 15.0629 8.61376Z",fill:"#4285F4"}),i("path",{d:"M6.34288 2.63744C3.76663 5.28869 3.42663 9.29744 5.47038 12.3649C6.52871 13.9533 7.95288 15.0699 9.74288 15.7149C12.3504 16.6537 15.2854 15.7124 15.8754 12.7424C16.102 11.5958 15.8466 10.5312 15.1091 9.54869C15.0708 9.49619 15.08 9.48577 15.1366 9.51744C17.7629 10.9724 19.4079 13.7824 19.0229 16.8012C18.5279 20.6937 15.1816 23.2549 11.3029 22.9762C7.64663 22.7137 4.34288 20.7299 2.48413 17.5087C-0.532121 12.2837 1.20913 5.70619 6.31038 2.59744C6.42871 2.52494 6.43955 2.53828 6.34288 2.63744Z",fill:"#4285F4"})]}))});export{r as VeoModelIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as o}from"tslib";import{jsx as i,jsxs as t,Fragment as e}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as r}from"../../components/icon/component.js";import{useTheme as m}from"../../theme/hook.js";import{IconConsumer as s}from"../../components/icon/context.js";const c=r(
|
|
1
|
+
import{__rest as o}from"tslib";import{jsx as i,jsxs as t,Fragment as e}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as r}from"../../components/icon/component.js";import{useTheme as m}from"../../theme/hook.js";import{IconConsumer as s}from"../../components/icon/context.js";const c=r(r=>{var c=o(r,[]);const l=m();return i(n,Object.assign({size:24,height:25,viewBox:"0 0 24 25",fill:"none"},c,{children:i(s,{children:({fill:o=l.colors.base.white}={fill:l.colors.base.white})=>t(e,{children:[i("path",{d:"M15 7C15 5.89543 14.1046 5 13 5H2C0.89543 5 0 5.89543 0 7V18C0 19.1046 0.895431 20 2 20H13C14.1046 20 15 19.1046 15 18V7Z",fill:o}),i("path",{d:"M22.9142 5C22.649 5 22.3946 5.10536 22.2071 5.29289L18.2929 9.20711C18.1054 9.39464 18 9.649 18 9.91421V15.0858C18 15.351 18.1054 15.6054 18.2929 15.7929L22.2071 19.7071C22.3946 19.8946 22.649 20 22.9142 20H23C23.5523 20 24 19.5523 24 19V6C24 5.44772 23.5523 5 23 5H22.9142Z",fill:o})]})})}))});export{c as VideoCameraIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as i}from"tslib";import{jsx as o,jsxs as e,Fragment as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as l}from"../../theme/hook.js";import{IconConsumer as c}from"../../components/icon/context.js";const C=n(
|
|
1
|
+
import{__rest as i}from"tslib";import{jsx as o,jsxs as e,Fragment as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as l}from"../../theme/hook.js";import{IconConsumer as c}from"../../components/icon/context.js";const C=n(n=>{var C=i(n,[]);const s=l().colors.base.white;return o(r,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},C,{children:o(c,{children:({fill:i=s}={fill:s})=>e(t,{children:[e("g",{clipPath:"url(#clip0_12265_143280)",children:[o("path",{d:"M18.666 1.33325L19.5708 3.62726C19.6543 3.83903 19.696 3.94491 19.76 4.03418C19.8166 4.11332 19.8859 4.18261 19.9651 4.23929C20.0544 4.30323 20.1602 4.34499 20.372 4.42851L22.666 5.33325L20.372 6.23801C20.1602 6.32152 20.0544 6.36325 19.9651 6.42721C19.8859 6.48387 19.8166 6.55316 19.76 6.63232C19.696 6.72161 19.6543 6.82747 19.5708 7.03925L18.666 9.33325L17.7613 7.03925C17.6778 6.82747 17.636 6.72161 17.5721 6.63232C17.5154 6.55316 17.4461 6.48387 17.3669 6.42721C17.2777 6.36325 17.1718 6.32152 16.96 6.23801L14.666 5.33325L16.96 4.42851C17.1718 4.34499 17.2777 4.30323 17.3669 4.23929C17.4461 4.18261 17.5154 4.11332 17.5721 4.03418C17.636 3.94491 17.6778 3.83903 17.7613 3.62726L18.666 1.33325Z",fill:i,stroke:i,strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{d:"M10 13C10 11.8954 9.10457 11 8 11H2C0.89543 11 0 11.8954 0 13V19C0 20.1046 0.895431 21 2 21H8C9.10457 21 10 20.1046 10 19V13Z",fill:i}),o("path",{d:"M15.2929 11C15.1054 11 14.9255 11.0745 14.7929 11.2071L12.2929 13.7071C12.1054 13.8946 12 14.149 12 14.4142V17.5858C12 17.851 12.1054 18.1054 12.2929 18.2929L14.7929 20.7929C14.9255 20.9255 15.1054 21 15.2929 21C15.6834 21 16 20.6834 16 20.2929V11.7071C16 11.3166 15.6834 11 15.2929 11Z",fill:i})]}),o("defs",{children:o("clipPath",{id:"clip0_12265_143280",children:o("rect",{width:"24",height:"24",fill:i})})})]})})}))});export{C as VideoGenerationIcon};
|
package/dist/icons/vk/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as i}from"tslib";import{jsx as e,jsxs as o,Fragment as n}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as c}from"../../components/icon/context.js";const l=r(
|
|
1
|
+
import{__rest as i}from"tslib";import{jsx as e,jsxs as o,Fragment as n}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as c}from"../../components/icon/context.js";const l=r(r=>{var l=i(r,[]);return e(t,Object.assign({size:20,viewBox:"0 0 20 20",fill:"none"},l,{children:e(c,{children:()=>o(n,{children:[e("g",{clipPath:"url(#clip0_3518_13874)",children:e("path",{d:"M1.4 1.4C2.6491e-07 2.81333 0 5.07333 0 9.6V10.4C0 14.92 2.6491e-07 17.18 1.4 18.6C2.81333 20 5.07333 20 9.6 20H10.4C14.92 20 17.18 20 18.6 18.6C20 17.1867 20 14.9267 20 10.4V9.6C20 5.08 20 2.82 18.6 1.4C17.1867 2.6491e-07 14.9267 0 10.4 0H9.6C5.08 0 2.82 2.6491e-07 1.4 1.4ZM3.37333 6.08667H5.66667C5.74 9.9 7.42 11.5133 8.75333 11.8467V6.08667H10.9067V9.37333C12.22 9.23333 13.6067 7.73333 14.0733 6.08H16.22C16.0448 6.9358 15.6951 7.7463 15.1927 8.46091C14.6903 9.17551 14.046 9.77888 13.3 10.2333C14.1327 10.6476 14.8681 11.2338 15.4576 11.9532C16.0471 12.6726 16.4774 13.5088 16.72 14.4067H14.3533C13.8467 12.8267 12.58 11.6 10.9067 11.4333V14.4067H10.64C6.08 14.4067 3.48 11.2867 3.37333 6.08667Z",fill:"#0077FF"})}),e("defs",{children:e("clipPath",{id:"clip0_3518_13874",children:e("rect",{width:"20",height:"20",fill:"white"})})})]})})}))});export{l as VKIcon};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__rest as i}from"tslib";import{jsx as t,jsxs as e,Fragment as o}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as l}from"../../theme/hook.js";import{IconConsumer as c}from"../../components/icon/context.js";const s=n(
|
|
1
|
+
import{__rest as i}from"tslib";import{jsx as t,jsxs as e,Fragment as o}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as l}from"../../theme/hook.js";import{IconConsumer as c}from"../../components/icon/context.js";const s=n(n=>{var s=i(n,[]);const m=l();return t(r,Object.assign({size:20,viewBox:"0 0 21 20",fill:"none"},s,{children:t(c,{children:({fill:i=m.colors.base.white}={fill:m.colors.base.white})=>e(o,{children:[e("g",{clipPath:"url(#clip0_548_1367)",children:[t("rect",{width:"15",height:"11.25",transform:"translate(3.25 4.375)",fill:i}),t("path",{d:"M2.15 1.4C0.75 2.81333 0.75 5.07333 0.75 9.6V10.4C0.75 14.92 0.75 17.18 2.15 18.6C3.56333 20 5.82333 20 10.35 20H11.15C15.67 20 17.93 20 19.35 18.6C20.75 17.1867 20.75 14.9267 20.75 10.4V9.6C20.75 5.08 20.75 2.82 19.35 1.4C17.9367 2.6491e-07 15.6767 0 11.15 0H10.35C5.83 0 3.57 2.6491e-07 2.15 1.4ZM4.12333 6.08667H6.41667C6.49 9.9 8.17 11.5133 9.50333 11.8467V6.08667H11.6567V9.37333C12.97 9.23333 14.3567 7.73333 14.8233 6.08H16.97C16.7948 6.9358 16.4451 7.7463 15.9427 8.46091C15.4403 9.17551 14.796 9.77888 14.05 10.2333C14.8827 10.6476 15.6181 11.2338 16.2076 11.9532C16.7971 12.6726 17.2274 13.5088 17.47 14.4067H15.1033C14.5967 12.8267 13.33 11.6 11.6567 11.4333V14.4067H11.39C6.83 14.4067 4.23 11.2867 4.12333 6.08667Z",fill:"#0077FF"})]}),t("defs",{children:t("clipPath",{id:"clip0_548_1367",children:t("rect",{width:"20",height:"20",fill:"white",transform:"translate(0.75)"})})})]})})}))});export{s as VKFilledIcon};
|