@bothub-chat/ui 2.57.5-fix-refactor-merge-223a35a1-e647-449e-bf33-e3bd41cb1430 → 2.58.0-feat-documentizer-60c50dd8-9def-4104-89a4-1630b227bded
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/adaptive-button/styled.d.ts +0 -1
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/bookmark/card/styled.d.ts +0 -3
- package/dist/components/bookmark/list/styled.d.ts +0 -1
- package/dist/components/bookmark/styled.d.ts +0 -1
- package/dist/components/button/index.d.ts +0 -2
- package/dist/components/button/index.js +1 -1
- package/dist/components/chip/styled.d.ts +0 -1
- package/dist/components/color-picker/menu/styled.d.ts +0 -1
- package/dist/components/datepicker/ui/calendar/styled.d.ts +0 -2
- package/dist/components/description/card/styled.d.ts +0 -1
- package/dist/components/developer-key/list/styled.d.ts +0 -1
- package/dist/components/file-field/index.js +1 -1
- package/dist/components/file-field/styled.d.ts +0 -1
- package/dist/components/file-icon/index.js +1 -1
- package/dist/components/footer/index.js +1 -1
- package/dist/components/footer/mobile/index.js +1 -1
- package/dist/components/header/index.js +1 -1
- package/dist/components/header/menu/toggle-button/styled.d.ts +0 -1
- package/dist/components/header/menu-nav/config.js +1 -1
- package/dist/components/header/menu-nav/index.js +1 -1
- package/dist/components/header/menu-nav/styled.js +2 -2
- 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/styled.js +1 -1
- package/dist/components/header/multi-level-menu/styled.js +1 -1
- package/dist/components/header/user/button/styled.d.ts +0 -1
- package/dist/components/image-fullscreen/styled.d.ts +0 -2
- package/dist/components/input-message/index.js +1 -1
- package/dist/components/input-message/input-files.js +1 -1
- package/dist/components/input-message/styled.d.ts +0 -6
- package/dist/components/lang-switcher/styled.d.ts +0 -1
- package/dist/components/lang-switcher/styled.js +1 -1
- package/dist/components/menu-dropdown/styled.d.ts +0 -1
- package/dist/components/message/actions/index.js +1 -1
- package/dist/components/message/button/styled.d.ts +0 -1
- package/dist/components/message/components/code/multiline/copy/styled.d.ts +0 -1
- package/dist/components/message/components/image/button/styled.d.ts +0 -1
- package/dist/components/message/copy/styled.d.ts +0 -1
- package/dist/components/message/index.js +1 -1
- package/dist/components/message/scroll-button/styled.js +1 -1
- package/dist/components/message/styled.d.ts +0 -6
- package/dist/components/message/video/index.js +1 -1
- package/dist/components/message/video/styled.d.ts +0 -1
- package/dist/components/message/voice/styled.d.ts +0 -2
- package/dist/components/notification/styled.d.ts +0 -1
- package/dist/components/pagination/styled.js +1 -1
- package/dist/components/portal/styled.js +1 -1
- package/dist/components/preset/card/styled.d.ts +0 -4
- package/dist/components/referral/card/styled.d.ts +0 -1
- package/dist/components/referral/list/styled.d.ts +0 -1
- package/dist/components/scrollbar/index.d.ts +0 -1
- package/dist/components/scrollbar/index.js +1 -1
- package/dist/components/select-field/select-modal/index.js +1 -1
- package/dist/components/select-field/select-modal/option/checkbox-group/styled.js +1 -1
- package/dist/components/select-field/select-modal/option/list/index.js +1 -1
- package/dist/components/select-field/styled.d.ts +0 -1
- package/dist/components/select-field/styled.js +3 -3
- package/dist/components/sidebar/buttons/create-chat/index.d.ts +4 -0
- package/dist/components/sidebar/buttons/create-chat/index.js +1 -0
- package/dist/components/sidebar/buttons/index.d.ts +6 -1835
- package/dist/components/sidebar/buttons/index.js +1 -26
- package/dist/components/sidebar/buttons/styled.d.ts +1526 -0
- package/dist/components/sidebar/buttons/styled.js +31 -0
- package/dist/components/sidebar/chat/index.d.ts +10 -3
- package/dist/components/sidebar/chat/index.js +1 -1
- package/dist/components/sidebar/chat/styled.d.ts +3449 -589
- package/dist/components/sidebar/chat/styled.js +77 -3
- package/dist/components/sidebar/context.d.ts +3 -2
- 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 +3 -2
- package/dist/components/sidebar/dropdown/index.js +1 -1
- package/dist/components/sidebar/dropdown/item/index.d.ts +5 -4
- package/dist/components/sidebar/dropdown/item/index.js +1 -1
- package/dist/components/sidebar/dropdown/item/styled.d.ts +584 -0
- package/dist/components/sidebar/dropdown/item/styled.js +1 -0
- package/dist/components/sidebar/dropdown/styled.d.ts +1126 -2645
- package/dist/components/sidebar/dropdown/styled.js +1 -1
- package/dist/components/sidebar/empty/index.d.ts +3 -0
- package/dist/components/sidebar/empty/index.js +1 -0
- package/dist/components/sidebar/empty/styled.d.ts +1063 -0
- package/dist/components/sidebar/empty/styled.js +3 -0
- package/dist/components/sidebar/group/index.d.ts +12 -5
- package/dist/components/sidebar/group/index.js +1 -1
- package/dist/components/sidebar/group/styled.d.ts +2505 -1288
- package/dist/components/sidebar/group/styled.js +32 -1
- package/dist/components/sidebar/group-empty/index.d.ts +5 -0
- package/dist/components/sidebar/group-empty/index.js +1 -0
- package/dist/components/sidebar/group-empty/styled.d.ts +1060 -0
- package/dist/components/sidebar/group-empty/styled.js +9 -0
- package/dist/components/sidebar/index.d.ts +12 -7
- package/dist/components/sidebar/index.js +1 -1
- package/dist/components/sidebar/lang/index.d.ts +1 -0
- package/dist/components/sidebar/lang/styled.js +1 -1
- package/dist/components/sidebar/menu/context.d.ts +7 -9
- package/dist/components/sidebar/menu/context.js +1 -1
- package/dist/components/sidebar/menu/index.d.ts +8 -4
- package/dist/components/sidebar/menu/index.js +1 -1
- package/dist/components/sidebar/menu/nav/index.d.ts +1 -0
- package/dist/components/sidebar/menu/nav/link/index.d.ts +9 -0
- package/dist/components/sidebar/menu/nav/link/index.js +1 -0
- package/dist/components/sidebar/menu/nav/link/styled.d.ts +299 -0
- package/dist/components/sidebar/menu/nav/link/styled.js +39 -0
- package/dist/components/sidebar/menu/styled.d.ts +855 -1330
- package/dist/components/sidebar/menu/styled.js +36 -1
- package/dist/components/sidebar/styled.d.ts +3795 -37
- package/dist/components/sidebar/styled.js +225 -1
- package/dist/components/sidebar/toggle-button/index.js +1 -1
- package/dist/components/sidebar/toggle-button/styled.d.ts +1 -304
- 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/context.d.ts +8 -0
- package/dist/components/sidebar/user-info/context.js +1 -0
- package/dist/components/sidebar/user-info/index.d.ts +3 -2
- package/dist/components/sidebar/user-info/index.js +1 -1
- package/dist/components/sidebar/user-info/skeleton/index.d.ts +1 -0
- package/dist/components/sidebar/user-info/skeleton/index.js +1 -0
- package/dist/components/sidebar/user-info/skeleton/styled.d.ts +290 -0
- package/dist/components/sidebar/user-info/skeleton/styled.js +1 -0
- package/dist/components/sidebar/user-info/styled.d.ts +23 -17
- package/dist/components/sidebar/user-info/styled.js +95 -1
- package/dist/components/slider/index.js +1 -1
- package/dist/components/stepper/styled.js +1 -1
- package/dist/components/tariff/card/styled.d.ts +0 -1
- package/dist/components/tariff/card/styled.js +2 -2
- package/dist/components/text-field/index.js +1 -1
- package/dist/components/text-field/styled.d.ts +0 -1
- package/dist/components/theme-schemes/theme-button/styled.d.ts +0 -2
- package/dist/components/uploaded-file/index.js +1 -1
- package/dist/components/uploaded-file/styled.d.ts +0 -1
- package/dist/components/uploaded-file/styled.js +1 -1
- package/dist/icons/chats/index.js +1 -1
- package/dist/icons/csv/index.d.ts +1 -0
- package/dist/icons/csv/index.js +1 -0
- package/dist/icons/index.d.ts +4 -1
- package/dist/icons/pdf-black/index.d.ts +1 -0
- package/dist/icons/pdf-black/index.js +1 -0
- package/dist/icons/simple-gear/index.js +1 -1
- package/dist/icons/word-black/index.d.ts +1 -0
- package/dist/icons/word-black/index.js +1 -0
- package/dist/icons/xls-black/index.d.ts +1 -0
- package/dist/icons/xls-black/index.js +1 -0
- package/dist/index.js +1 -1
- package/dist/theme/index.d.ts +1 -1
- package/package.json +71 -71
- package/dist/components/sidebar/chat/skeleton.d.ts +0 -1
- package/dist/components/sidebar/chat/skeleton.js +0 -1
- package/dist/components/sidebar/group/skeleton.d.ts +0 -2
- package/dist/components/sidebar/group/skeleton.js +0 -1
- package/dist/components/sidebar/list/index.d.ts +0 -4
- package/dist/components/sidebar/list/index.js +0 -1
- package/dist/components/sidebar/list/styled.d.ts +0 -4
- package/dist/components/sidebar/list/styled.js +0 -1
- package/dist/components/sidebar/menu/item/index.d.ts +0 -9
- package/dist/components/sidebar/menu/item/index.js +0 -1
- package/dist/components/sidebar/menu/item/tooltip.d.ts +0 -6
- package/dist/components/sidebar/menu/item/tooltip.js +0 -1
- package/dist/components/sidebar/user-info/skeleton.d.ts +0 -2
- package/dist/components/sidebar/user-info/skeleton.js +0 -1
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
export declare const SidebarUserInfoSkeletonText: import("styled-components").IStyledComponent<"web", {
|
|
2
|
+
variant?: import("@/ui/components/typography").TypographyVariant | undefined;
|
|
3
|
+
component?: import("@/ui/components/typography").TypographyComponent | undefined;
|
|
4
|
+
align?: import("@/ui/components/typography").TypographyAlign | undefined;
|
|
5
|
+
fullWidth?: boolean | undefined;
|
|
6
|
+
href?: string | undefined;
|
|
7
|
+
target?: import("react").HTMLAttributeAnchorTarget | undefined;
|
|
8
|
+
children?: import("react").ReactNode;
|
|
9
|
+
hidden?: boolean | undefined | undefined;
|
|
10
|
+
color?: string | undefined | undefined;
|
|
11
|
+
content?: string | undefined | undefined;
|
|
12
|
+
style?: import("react").CSSProperties | undefined;
|
|
13
|
+
key?: import("react").Key | null | undefined;
|
|
14
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
15
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
16
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
17
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
18
|
+
accessKey?: string | undefined | undefined;
|
|
19
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
20
|
+
autoFocus?: boolean | undefined | undefined;
|
|
21
|
+
className?: string | undefined | undefined;
|
|
22
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
23
|
+
contextMenu?: string | undefined | undefined;
|
|
24
|
+
dir?: string | undefined | undefined;
|
|
25
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
26
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
27
|
+
id?: string | undefined | undefined;
|
|
28
|
+
lang?: string | undefined | undefined;
|
|
29
|
+
nonce?: string | undefined | undefined;
|
|
30
|
+
slot?: string | undefined | undefined;
|
|
31
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
32
|
+
tabIndex?: number | undefined | undefined;
|
|
33
|
+
title?: string | undefined | undefined;
|
|
34
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
35
|
+
radioGroup?: string | undefined | undefined;
|
|
36
|
+
role?: import("react").AriaRole | undefined;
|
|
37
|
+
about?: string | undefined | undefined;
|
|
38
|
+
datatype?: string | undefined | undefined;
|
|
39
|
+
inlist?: any;
|
|
40
|
+
prefix?: string | undefined | undefined;
|
|
41
|
+
property?: string | undefined | undefined;
|
|
42
|
+
rel?: string | undefined | undefined;
|
|
43
|
+
resource?: string | undefined | undefined;
|
|
44
|
+
rev?: string | undefined | undefined;
|
|
45
|
+
typeof?: string | undefined | undefined;
|
|
46
|
+
vocab?: string | undefined | undefined;
|
|
47
|
+
autoCorrect?: string | undefined | undefined;
|
|
48
|
+
autoSave?: string | undefined | undefined;
|
|
49
|
+
itemProp?: string | undefined | undefined;
|
|
50
|
+
itemScope?: boolean | undefined | undefined;
|
|
51
|
+
itemType?: string | undefined | undefined;
|
|
52
|
+
itemID?: string | undefined | undefined;
|
|
53
|
+
itemRef?: string | undefined | undefined;
|
|
54
|
+
results?: number | undefined | undefined;
|
|
55
|
+
security?: string | undefined | undefined;
|
|
56
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
57
|
+
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
58
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
59
|
+
popoverTarget?: string | undefined | undefined;
|
|
60
|
+
inert?: boolean | undefined | undefined;
|
|
61
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
62
|
+
is?: string | undefined | undefined;
|
|
63
|
+
exportparts?: string | undefined | undefined;
|
|
64
|
+
part?: string | undefined | undefined;
|
|
65
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
66
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
67
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
68
|
+
"aria-braillelabel"?: string | undefined | undefined;
|
|
69
|
+
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
70
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
71
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
72
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
73
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
74
|
+
"aria-colindextext"?: string | undefined | undefined;
|
|
75
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
76
|
+
"aria-controls"?: string | undefined | undefined;
|
|
77
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
78
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
79
|
+
"aria-description"?: string | undefined | undefined;
|
|
80
|
+
"aria-details"?: string | undefined | undefined;
|
|
81
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
82
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
83
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
84
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
85
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
86
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
87
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
88
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
89
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
90
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
91
|
+
"aria-label"?: string | undefined | undefined;
|
|
92
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
93
|
+
"aria-level"?: number | undefined | undefined;
|
|
94
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
95
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
96
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
97
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
98
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
99
|
+
"aria-owns"?: string | undefined | undefined;
|
|
100
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
101
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
102
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
103
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
104
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
105
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
106
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
107
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
108
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
109
|
+
"aria-rowindextext"?: string | undefined | undefined;
|
|
110
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
111
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
112
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
113
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
114
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
115
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
116
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
117
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
118
|
+
dangerouslySetInnerHTML?: {
|
|
119
|
+
__html: string | TrustedHTML;
|
|
120
|
+
} | undefined | undefined;
|
|
121
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
122
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
123
|
+
onCut?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
124
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
125
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
126
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
127
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
128
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
129
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
130
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
131
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
132
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
133
|
+
onFocus?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
134
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
135
|
+
onBlur?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
136
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLSpanElement> | undefined;
|
|
137
|
+
onChange?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
138
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
139
|
+
onBeforeInput?: import("react").InputEventHandler<HTMLSpanElement> | undefined;
|
|
140
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
141
|
+
onInput?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
142
|
+
onInputCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
143
|
+
onReset?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
144
|
+
onResetCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
145
|
+
onSubmit?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
146
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
147
|
+
onInvalid?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
148
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLSpanElement> | undefined;
|
|
149
|
+
onLoad?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
150
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
151
|
+
onError?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
152
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
153
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
154
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
155
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
156
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
157
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
158
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
159
|
+
onAbort?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
160
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
161
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
162
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
163
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
164
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
165
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
166
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
167
|
+
onEmptied?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
168
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
169
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
170
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
171
|
+
onEnded?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
172
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
173
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
174
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
175
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
176
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
177
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
178
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
179
|
+
onPause?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
180
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
181
|
+
onPlay?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
182
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
183
|
+
onPlaying?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
184
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
185
|
+
onProgress?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
186
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
187
|
+
onRateChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
188
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
189
|
+
onSeeked?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
190
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
191
|
+
onSeeking?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
192
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
193
|
+
onStalled?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
194
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
195
|
+
onSuspend?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
196
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
197
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
198
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
199
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
200
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
201
|
+
onWaiting?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
202
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
203
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
204
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
205
|
+
onClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
206
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
207
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
208
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
209
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
210
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
211
|
+
onDrag?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
212
|
+
onDragCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
213
|
+
onDragEnd?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
214
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
215
|
+
onDragEnter?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
216
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
217
|
+
onDragExit?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
218
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
219
|
+
onDragLeave?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
220
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
221
|
+
onDragOver?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
222
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
223
|
+
onDragStart?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
224
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
225
|
+
onDrop?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
226
|
+
onDropCapture?: import("react").DragEventHandler<HTMLSpanElement> | undefined;
|
|
227
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
228
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
229
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
230
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
231
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
232
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
233
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
234
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
235
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
236
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
237
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
238
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLSpanElement> | undefined;
|
|
239
|
+
onSelect?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
240
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLSpanElement> | undefined;
|
|
241
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
242
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
243
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
244
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
245
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
246
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
247
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
248
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLSpanElement> | undefined;
|
|
249
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
250
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
251
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
252
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
253
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
254
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
255
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
256
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
257
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
258
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
259
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
260
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
261
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
262
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
263
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
264
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
265
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
266
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLSpanElement> | undefined;
|
|
267
|
+
onScroll?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
|
|
268
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
|
|
269
|
+
onScrollEnd?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
|
|
270
|
+
onScrollEndCapture?: import("react").UIEventHandler<HTMLSpanElement> | undefined;
|
|
271
|
+
onWheel?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
|
|
272
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLSpanElement> | undefined;
|
|
273
|
+
onAnimationStart?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
274
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
275
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
276
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
277
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
278
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
279
|
+
onToggle?: import("react").ToggleEventHandler<HTMLSpanElement> | undefined;
|
|
280
|
+
onBeforeToggle?: import("react").ToggleEventHandler<HTMLSpanElement> | undefined;
|
|
281
|
+
onTransitionCancel?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
282
|
+
onTransitionCancelCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
283
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
284
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
285
|
+
onTransitionRun?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
286
|
+
onTransitionRunCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
287
|
+
onTransitionStart?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
288
|
+
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
289
|
+
ref?: import("react").Ref<HTMLSpanElement> | undefined;
|
|
290
|
+
}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{styled as o}from"styled-components";import{Typography as t}from"../../../typography/index.js";const e=o(t).withConfig({displayName:"styled__SidebarUserInfoSkeletonText",componentId:"sc-aqj8h7-0"})(["&:first-child{margin-bottom:6px;max-width:80px;overflow:hidden;}"]);export{e as SidebarUserInfoSkeletonText};
|
|
@@ -1,16 +1,7 @@
|
|
|
1
|
-
export declare const SidebarAvatarSkeleton: import("styled-components").IStyledComponent<"web", {
|
|
2
|
-
className?: string | undefined;
|
|
3
|
-
variant?: import("@/ui/components/skeleton").SkeletonVariant | undefined;
|
|
4
|
-
width?: number | string | undefined;
|
|
5
|
-
height?: number | string | undefined;
|
|
6
|
-
fullWidth?: boolean | undefined;
|
|
7
|
-
colors?: [string, string?] | undefined;
|
|
8
|
-
opacity?: [number, number?] | undefined;
|
|
9
|
-
}>;
|
|
10
1
|
export interface SidebarUserInfoStyledProps {
|
|
11
2
|
$open: boolean;
|
|
12
3
|
}
|
|
13
|
-
export declare const
|
|
4
|
+
export declare const SidebarUserInfoBottom: import("styled-components").IStyledComponent<"web", {
|
|
14
5
|
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
15
6
|
key?: import("react").Key | null | undefined;
|
|
16
7
|
defaultChecked?: boolean | undefined | undefined;
|
|
@@ -294,7 +285,8 @@ export declare const SidebarUserStyled: import("styled-components").IStyledCompo
|
|
|
294
285
|
onTransitionStart?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
295
286
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
296
287
|
}>;
|
|
297
|
-
export declare const
|
|
288
|
+
export declare const SidebarUserInfoStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, SidebarUserInfoStyledProps>>;
|
|
289
|
+
export declare const SidebarUserInfoContent: import("styled-components").IStyledComponent<"web", {
|
|
298
290
|
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
299
291
|
key?: import("react").Key | null | undefined;
|
|
300
292
|
defaultChecked?: boolean | undefined | undefined;
|
|
@@ -578,7 +570,7 @@ export declare const SidebarUserBox: import("styled-components").IStyledComponen
|
|
|
578
570
|
onTransitionStart?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
579
571
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
580
572
|
}>;
|
|
581
|
-
export declare const
|
|
573
|
+
export declare const SidebarUserInfoMain: import("styled-components").IStyledComponent<"web", {
|
|
582
574
|
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
583
575
|
key?: import("react").Key | null | undefined;
|
|
584
576
|
defaultChecked?: boolean | undefined | undefined;
|
|
@@ -862,7 +854,7 @@ export declare const SidebarUserInfo: import("styled-components").IStyledCompone
|
|
|
862
854
|
onTransitionStart?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
863
855
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
864
856
|
}>;
|
|
865
|
-
export declare const
|
|
857
|
+
export declare const SidebarUserInfoLeft: import("styled-components").IStyledComponent<"web", {
|
|
866
858
|
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
867
859
|
key?: import("react").Key | null | undefined;
|
|
868
860
|
defaultChecked?: boolean | undefined | undefined;
|
|
@@ -1146,7 +1138,15 @@ export declare const SidebarUserAvatarBox: import("styled-components").IStyledCo
|
|
|
1146
1138
|
onTransitionStart?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1147
1139
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1148
1140
|
}>;
|
|
1149
|
-
export
|
|
1141
|
+
export interface SidebarUserInfoTariffContainerProps {
|
|
1142
|
+
$open: boolean;
|
|
1143
|
+
}
|
|
1144
|
+
export declare const SidebarUserInfoTariffContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, SidebarUserInfoTariffContainerProps>>;
|
|
1145
|
+
export interface SidebarUserInfoUpdateTariffContainerProps {
|
|
1146
|
+
$open: boolean;
|
|
1147
|
+
}
|
|
1148
|
+
export declare const SidebarUserInfoUpdateTariffContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, SidebarUserInfoUpdateTariffContainerProps>>;
|
|
1149
|
+
export declare const SidebarUserInfoText: import("styled-components").IStyledComponent<"web", {
|
|
1150
1150
|
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
1151
1151
|
key?: import("react").Key | null | undefined;
|
|
1152
1152
|
defaultChecked?: boolean | undefined | undefined;
|
|
@@ -1430,7 +1430,7 @@ export declare const SidebarUserTextBox: import("styled-components").IStyledComp
|
|
|
1430
1430
|
onTransitionStart?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1431
1431
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1432
1432
|
}>;
|
|
1433
|
-
export declare const
|
|
1433
|
+
export declare const SidebarUserInfoName: import("styled-components").IStyledComponent<"web", {
|
|
1434
1434
|
variant?: import("@/ui/components/typography").TypographyVariant | undefined;
|
|
1435
1435
|
component?: import("@/ui/components/typography").TypographyComponent | undefined;
|
|
1436
1436
|
align?: import("@/ui/components/typography").TypographyAlign | undefined;
|
|
@@ -1720,7 +1720,7 @@ export declare const SidebarUserName: import("styled-components").IStyledCompone
|
|
|
1720
1720
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
1721
1721
|
ref?: import("react").Ref<HTMLSpanElement> | undefined;
|
|
1722
1722
|
}>;
|
|
1723
|
-
export declare const
|
|
1723
|
+
export declare const SidebarUserInfoCaps: import("styled-components").IStyledComponent<"web", {
|
|
1724
1724
|
variant?: import("@/ui/components/typography").TypographyVariant | undefined;
|
|
1725
1725
|
component?: import("@/ui/components/typography").TypographyComponent | undefined;
|
|
1726
1726
|
align?: import("@/ui/components/typography").TypographyAlign | undefined;
|
|
@@ -3461,6 +3461,13 @@ export declare const SidebarUserInfoUpdateTariffBadgeText: import("styled-compon
|
|
|
3461
3461
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
3462
3462
|
ref?: import("react").Ref<HTMLSpanElement> | undefined;
|
|
3463
3463
|
}, SidebarUserInfoUpdateTariffBadgeTextProps>>;
|
|
3464
|
+
export interface SidebarUserInfoLogoutButtonContainerProps {
|
|
3465
|
+
$open: boolean;
|
|
3466
|
+
}
|
|
3467
|
+
export declare const SidebarUserInfoLogoutButtonContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, SidebarUserInfoLogoutButtonContainerProps>>;
|
|
3468
|
+
export interface SidebarUserInfoUpdateTariffContainerProps {
|
|
3469
|
+
$open: boolean;
|
|
3470
|
+
}
|
|
3464
3471
|
export declare const SidebarUserInfoLogoutButton: import("styled-components").IStyledComponent<"web", {
|
|
3465
3472
|
children?: import("react").ReactNode;
|
|
3466
3473
|
value?: string | number | readonly string[] | undefined;
|
|
@@ -3761,7 +3768,6 @@ export declare const SidebarUserInfoLogoutButton: import("styled-components").IS
|
|
|
3761
3768
|
skeleton?: boolean | undefined;
|
|
3762
3769
|
htmlFor?: string | undefined;
|
|
3763
3770
|
href?: string | undefined;
|
|
3764
|
-
to?: string | undefined;
|
|
3765
3771
|
disableHoverColor?: boolean | undefined;
|
|
3766
3772
|
ref?: import("react").Ref<HTMLButtonElement | null> | undefined;
|
|
3767
3773
|
}>;
|
|
@@ -1 +1,95 @@
|
|
|
1
|
-
import{jsx as e}from"react/jsx-runtime";import{styled as
|
|
1
|
+
import{jsx as e}from"react/jsx-runtime";import{styled as a,css as o}from"styled-components";import{Typography as t}from"../../typography/index.js";import{Button as r}from"../../button/index.js";import{adaptive as i}from"../../../adaptive/index.js";import{LogoutIcon as d}from"../../../icons/logout/index.js";import"react";import"unified";import"remark-parse";import"remark-gfm";import"mdast-util-to-markdown";import{colorToRgba as s}from"../../../utils/colors/colorToRgba.js";import"../../../utils/colors/calculateGrayScale.js";import"../../../utils/colors/calculateAccentColors.js";import"tslib";const n=a.div.withConfig({displayName:"styled__SidebarUserInfoBottom",componentId:"sc-1ewmvku-0"})(["display:flex;align-items:center;overflow:hidden;"]),l=a.div.withConfig({displayName:"styled__SidebarUserInfoStyled",componentId:"sc-1ewmvku-1"})(["display:flex;overflow:hidden;background:",";width:100%;transition:padding 0.3s;"," "," "," transition:border-width 0.3s ease-out,border-color 0.3s ease-out,border-radius 0.3s ease-out,background-color 0.3s ease-out;"],({theme:e})=>e.colors.grayScale.gray4,({$open:e})=>e&&i({variant:"dashboard",desktop:o`
|
|
2
|
+
padding: 20px;
|
|
3
|
+
`,tablet:o`
|
|
4
|
+
padding: 0px;
|
|
5
|
+
`,mobile:o`
|
|
6
|
+
padding: 0px;
|
|
7
|
+
`}),({$open:e})=>!e&&i({variant:"dashboard",merge:!0,desktop:o`
|
|
8
|
+
padding: 0px;
|
|
9
|
+
`,tablet:o`
|
|
10
|
+
padding: 18px;
|
|
11
|
+
`,mobile:o`
|
|
12
|
+
padding: 14px;
|
|
13
|
+
`}),({theme:e,$open:a})=>i(a?{variant:"dashboard",desktop:o`
|
|
14
|
+
border: 1px solid
|
|
15
|
+
${"light"===e.mode?e.colors.grayScale.gray3:e.colors.grayScale.gray2};
|
|
16
|
+
border-radius: 18px;
|
|
17
|
+
background: ${"light"===e.mode&&"standard"===e.scheme?e.default.colors.base.white:e.colors.grayScale.gray4};
|
|
18
|
+
`,tablet:o`
|
|
19
|
+
border-radius: 0px;
|
|
20
|
+
border: 0px solid rgba(0, 0, 0, 0);
|
|
21
|
+
background: rgba(0, 0, 0, 0);
|
|
22
|
+
`,mobile:o`
|
|
23
|
+
border-radius: 0px;
|
|
24
|
+
border: 0px solid rgba(0, 0, 0, 0);
|
|
25
|
+
`}:{variant:"dashboard",merge:!0,desktop:o`
|
|
26
|
+
border: 0px solid rgba(0, 0, 0, 0);
|
|
27
|
+
border-radius: 0px;
|
|
28
|
+
background: rgba(0, 0, 0, 0);
|
|
29
|
+
`,tablet:o`
|
|
30
|
+
border-radius: 10px;
|
|
31
|
+
background: ${"light"===e.mode&&"standard"===e.scheme?e.default.colors.base.white:e.colors.grayScale.gray4};
|
|
32
|
+
border: 1px solid
|
|
33
|
+
${"light"===e.mode?e.colors.grayScale.gray2:e.colors.grayScale.gray3};
|
|
34
|
+
`,mobile:o`
|
|
35
|
+
border-radius: 8px;
|
|
36
|
+
border: 1px solid
|
|
37
|
+
${"light"===e.mode?e.colors.grayScale.gray2:e.colors.grayScale.gray3};
|
|
38
|
+
`})),p=a.div.withConfig({displayName:"styled__SidebarUserInfoContent",componentId:"sc-1ewmvku-2"})(["display:flex;flex-direction:column;width:100%;"]),c=a.div.withConfig({displayName:"styled__SidebarUserInfoMain",componentId:"sc-1ewmvku-3"})(["display:flex;justify-content:space-between;align-items:center;"]),m=a.div.withConfig({displayName:"styled__SidebarUserInfoLeft",componentId:"sc-1ewmvku-4"})(["display:flex;align-items:center;"]),g=a.div.withConfig({displayName:"styled__SidebarUserInfoTariffContainer",componentId:"sc-1ewmvku-5"})([""," ",""],({$open:e})=>!e&&i({variant:"dashboard",desktop:o`
|
|
39
|
+
display: none;
|
|
40
|
+
`,tablet:o`
|
|
41
|
+
display: flex;
|
|
42
|
+
`,mobile:o`
|
|
43
|
+
display: flex;
|
|
44
|
+
`}),({$open:e})=>e&&i({variant:"dashboard",desktop:o`
|
|
45
|
+
display: flex;
|
|
46
|
+
`,tablet:o`
|
|
47
|
+
display: none;
|
|
48
|
+
`,mobile:o`
|
|
49
|
+
display: none;
|
|
50
|
+
`})),b=a.div.withConfig({displayName:"styled__SidebarUserInfoUpdateTariffContainer",componentId:"sc-1ewmvku-6"})(["display:flex;transition:all 0.3s;width:100%;height:40px;white-space:nowrap;overflow:hidden;",""],({$open:e})=>i(e?{variant:"dashboard",desktop:o`
|
|
51
|
+
opacity: 1;
|
|
52
|
+
height: auto;
|
|
53
|
+
margin-top: 14px;
|
|
54
|
+
`,tablet:o`
|
|
55
|
+
opacity: 0;
|
|
56
|
+
height: 0px;
|
|
57
|
+
margin-top: 0px;
|
|
58
|
+
`,mobile:o`
|
|
59
|
+
opacity: 0;
|
|
60
|
+
height: 0px;
|
|
61
|
+
margin-top: 0px;
|
|
62
|
+
`}:{variant:"dashboard",desktop:o`
|
|
63
|
+
opacity: 0;
|
|
64
|
+
height: 0px;
|
|
65
|
+
margin-top: 0px;
|
|
66
|
+
`,tablet:o`
|
|
67
|
+
opacity: 1;
|
|
68
|
+
height: auto;
|
|
69
|
+
margin-top: 12px;
|
|
70
|
+
`,mobile:o`
|
|
71
|
+
opacity: 1;
|
|
72
|
+
height: auto;
|
|
73
|
+
margin-top: 10px;
|
|
74
|
+
`})),f=a.div.withConfig({displayName:"styled__SidebarUserInfoText",componentId:"sc-1ewmvku-7"})(["display:flex;flex-direction:column;margin-left:12px;"]),y=a(t).attrs({variant:"body-m-semibold",component:"span"}).withConfig({displayName:"styled__SidebarUserInfoName",componentId:"sc-1ewmvku-8"})(["white-space:nowrap;"]),u=a(t).attrs({variant:"body-s-medium",component:"span"}).withConfig({displayName:"styled__SidebarUserInfoCaps",componentId:"sc-1ewmvku-9"})(["color:",";white-space:nowrap;"],({theme:e})=>e.colors.grayScale.gray1),h=a(t).attrs({variant:"body-m-medium",component:"span"}).withConfig({displayName:"styled__SidebarUserInfoTariff",componentId:"sc-1ewmvku-10"})(["display:inline-flex;color:",";background:",";padding:4px 8px;border-radius:10px;margin-top:14px;justify-content:center;width:100%;cursor:default;"],({theme:e})=>e.default.colors.base.white,({theme:e})=>"light"===e.mode?e.colors.grayScale.gray2:e.colors.grayScale.gray1),x=a.button.withConfig({displayName:"styled__SidebarUserInfoUpdateTariffButton",componentId:"sc-1ewmvku-11"})(["all:unset;margin-top:4px;width:100%;display:flex;justify-content:start;flex-shrink:1;align-items:center;border-radius:8px;padding:6px 18px 6px 6px;box-shadow:inset 0 1px 1px 0 #ffffff60;background:",";font-weight:500;&:hover{filter:brightness(0.8);cursor:pointer;}&:active{filter:brightness(0.7);transform:translateY(1px);}transition:all 0.2s ease-out;user-select:none;-moz-user-select:none;-webkit-user-select:none;"],({theme:e})=>"standard"===e.scheme?"dark"===e.mode?o`
|
|
75
|
+
${e.colors.gradient.basic}
|
|
76
|
+
`:o`
|
|
77
|
+
${e.colors.gradient.light}
|
|
78
|
+
`:"dark"===e.mode?o`
|
|
79
|
+
linear-gradient(90deg, ${e.colors.base.black} 0%, ${s(e.colors.accent.primary,.75)} 100%);
|
|
80
|
+
`:o`
|
|
81
|
+
linear-gradient(90deg, ${e.colors.accent.primary} 0%, ${s(e.colors.accent.primary,.3)} 100%);
|
|
82
|
+
|
|
83
|
+
`),w=a(t).attrs({variant:"body-m-medium"}).withConfig({displayName:"styled__SidebarUserInfoUpdateTariffButtonText",componentId:"sc-1ewmvku-12"})(["color:",";margin-inline:auto;"],({theme:e})=>{switch(e.mode){case"dark":return e.colors.base.white;case"light":return e.bright?e.default.colors.base.black:e.default.colors.base.white}}),v=a.div.withConfig({displayName:"styled__SidebarUserInfoUpdateTariffBadge",componentId:"sc-1ewmvku-13"})(["padding:2px 8px;display:flex;justify-content:center;align-items:center;border-radius:8px;background-color:",";"],({theme:e})=>e.default.colors.base.white),k=a(t).attrs({variant:"body-m-semibold"}).withConfig({displayName:"styled__SidebarUserInfoUpdateTariffBadgeText",componentId:"sc-1ewmvku-14"})(["color:transparent;background:",";background-clip:text;"],({children:e,theme:a})=>{switch(null==e?void 0:e.toUpperCase()){case"FREE":return a.default.colors.grayScale.gray1;case"BASIC":return a.default.colors.accent.primary;default:return a.default.colors.premiumGradient}}),I=a.div.withConfig({displayName:"styled__SidebarUserInfoLogoutButtonContainer",componentId:"sc-1ewmvku-15"})(["",""],({$open:e})=>i(e?{variant:"dashboard",desktop:o`
|
|
84
|
+
display: flex;
|
|
85
|
+
`,tablet:o`
|
|
86
|
+
display: none;
|
|
87
|
+
`,mobile:o`
|
|
88
|
+
display: none;
|
|
89
|
+
`}:{variant:"dashboard",desktop:o`
|
|
90
|
+
display: none;
|
|
91
|
+
`,tablet:o`
|
|
92
|
+
display: flex;
|
|
93
|
+
`,mobile:o`
|
|
94
|
+
display: flex;
|
|
95
|
+
`})),S=a(r).attrs(()=>({variant:"text",iconSize:18,children:e(d,{})})).withConfig({displayName:"styled__SidebarUserInfoLogoutButton",componentId:"sc-1ewmvku-16"})(["svg path{fill:"," !important;}&:hover{svg path{fill:"," !important;}}"],({theme:e})=>e.colors.critic,({theme:e})=>e.colors.critic);export{n as SidebarUserInfoBottom,u as SidebarUserInfoCaps,p as SidebarUserInfoContent,m as SidebarUserInfoLeft,S as SidebarUserInfoLogoutButton,I as SidebarUserInfoLogoutButtonContainer,c as SidebarUserInfoMain,y as SidebarUserInfoName,l as SidebarUserInfoStyled,h as SidebarUserInfoTariff,g as SidebarUserInfoTariffContainer,f as SidebarUserInfoText,v as SidebarUserInfoUpdateTariffBadge,k as SidebarUserInfoUpdateTariffBadgeText,x as SidebarUserInfoUpdateTariffButton,w as SidebarUserInfoUpdateTariffButtonText,b as SidebarUserInfoUpdateTariffContainer};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsxs as i,jsx as o}from"react/jsx-runtime";import{SliderContainer as s,SliderArrow as n,SliderIconContainer as e,SliderWrapper as r}from"./styled.js";import{ArrowDownIcon as t}from"../../icons/arrow-down/index.js";import"../../icons/arrow-narrow-left/index.js";import"../../icons/arrow-narrow-right/index.js";import"../../icons/arrow-up/index.js";import"../../icons/bitcoin/index.js";import"../../icons/bot-circle/index.js";import"../../icons/bothub-agg/index.js";import"../../icons/business-colored/index.js";import"../../icons/check-circle/index.js";import"../../icons/close/index.js";import"../../icons/email-circle/index.js";import"../../icons/language/index.js";import"../../icons/lock-circle/index.js";import"../../icons/menu/index.js";import"../../icons/medium-circle/index.js";import"../../icons/tg-circle/index.js";import"../../icons/tg-colored/index.js";import"../../icons/youcassa/index.js";import"../../icons/dashboard/index.js";import"../../icons/user-profile/index.js";import"../../icons/logout/index.js";import"tslib";import"../../icons/habr-2/index.js";import"../../icons/arrow-2-down/index.js";import"../../icons/links/index.js";import"../../icons/free/index.js";import"../../icons/hotness/index.js";import"../../icons/checked/index.js";import"../../icons/ai/index.js";import"../../icons/bookmarks/index.js";import"../../icons/bookmarks-big/index.js";import"../../icons/chat/index.js";import"../../icons/chats/index.js";import"../../icons/coder/index.js";import"../../icons/copy/index.js";import"../../icons/edit/index.js";import"../../icons/presets-big/index.js";import"../../icons/referal/index.js";import"../../icons/restore/index.js";import"../../icons/tariff/index.js";import"../../icons/trash/index.js";import"../../icons/update/index.js";import"../../icons/menu-dot/index.js";import"../../icons/plus-2/index.js";import"../../icons/plus-1/index.js";import"../../icons/send/index.js";import"../../icons/settings/index.js";import"../../icons/habr/index.js";import"../../icons/check-small/index.js";import"../../icons/stop/index.js";import"../../icons/thumb-up/index.js";import"../../icons/thumb-down/index.js";import"../../icons/star/index.js";import"../../icons/info-big/index.js";import"../../icons/warning-big/index.js";import"../../icons/error-big/index.js";import"../../icons/success-big/index.js";import"../../icons/mj/index.js";import"../../icons/card/index.js";import"../../icons/arrow-narrow-up/index.js";import"../../icons/arrow-narrow-down/index.js";import"../../icons/filters/index.js";import"../../icons/info/index.js";import"../../icons/search-circle/index.js";import"../../icons/save/index.js";import"../../icons/light/index.js";import"../../icons/dark/index.js";import"../../icons/email-colored/index.js";import"../../icons/action-chat/index.js";import"../../icons/attach/index.js";import"../../icons/avatar-add/index.js";import"../../icons/brush/index.js";import"../../icons/calendar/index.js";import"../../icons/claude/index.js";import"../../icons/cookie/index.js";import"../../icons/dalle/index.js";import"../../icons/download-img/index.js";import"../../icons/error/index.js";import"../../icons/expand/index.js";import"../../icons/eye/index.js";import"../../icons/face/index.js";import"../../icons/gear/index.js";import"../../icons/gear-min/index.js";import"../../icons/generation/index.js";import"../../icons/gpt-3_5/index.js";import"../../icons/gpt-4/index.js";import"../../icons/imagine/index.js";import"../../icons/imagine-2/index.js";import"../../icons/loader/index.js";import"../../icons/loader-circular/index.js";import"../../icons/loader-circular-gradient/index.js";import"../../icons/loader-circular-gradient-2/index.js";import"../../icons/minus/index.js";import"../../icons/mj-white/index.js";import"../../icons/prompt/index.js";import"../../icons/rabbit/index.js";import"../../icons/ratio-1x1/index.js";import"../../icons/ratio-2x3/index.js";import"../../icons/ratio-3x2/index.js";import"../../icons/ratio-4x5/index.js";import"../../icons/ratio-4x7/index.js";import"../../icons/ratio-5x4/index.js";import"../../icons/ratio-7x4/index.js";import"../../icons/ratio-16x9/index.js";import"../../icons/ratio-9x16/index.js";import"../../icons/ratio-21x9/index.js";import"../../icons/ratio-9x21/index.js";import"../../icons/refferal-min/index.js";import"../../icons/search-data/index.js";import"../../icons/square/index.js";import"../../icons/turtle/index.js";import"../../icons/upscale/index.js";import"../../icons/withdraw/index.js";import"../../icons/search-plus/index.js";import"../../icons/lightning/index.js";import"../../icons/blog-circle/index.js";import"../../icons/stripe/index.js";import"../../icons/corporate/index.js";import"../../icons/public/index.js";import"../../icons/private/index.js";import"../../icons/mistral/index.js";import"../../icons/gemini/index.js";import"../../icons/search-simple/index.js";import"../../icons/sad-robot/index.js";import"../../icons/model/index.js";import"../../icons/phone-colored/index.js";import"../../icons/questions/index.js";import"../../icons/pdf-big/index.js";import"../../icons/xls-big/index.js";import"../../icons/word-big/index.js";import"../../icons/txt-big/index.js";import"../../icons/pdf/index.js";import"../../icons/xls/index.js";import"../../icons/word/index.js";import"../../icons/txt/index.js";import"../../icons/bothub-logo-gradient/index.js";import"../../icons/telegram-logo-gradient/index.js";import"../../icons/decline-circle/index.js";import"../../icons/simple-gear-bg/index.js";import"../../icons/advanced-filter/index.js";import"../../icons/big-corporate/index.js";import"../../icons/big-mj/index.js";import"../../icons/big-models/index.js";import"../../icons/big-stats/index.js";import"../../icons/big-success/index.js";import"../../icons/big-users/index.js";import"../../icons/optional-presets/index.js";import"../../icons/wallet-withdraw/index.js";import"../../icons/big-presets/index.js";import"../../icons/big-favorite/index.js";import"../../icons/big-referal/index.js";import"../../icons/attach-file/index.js";import"../../icons/attach-file-big/index.js";import"../../icons/voice/index.js";import"../../icons/play-button/index.js";import"../../icons/pause-button/index.js";import"../../icons/text-read/index.js";import"../../icons/text-hide/index.js";import"../../icons/best-chat-bots/index.js";import"../../icons/upload/index.js";import"../../icons/enter/index.js";import"../../icons/discord/index.js";import"../../icons/discord-circle/index.js";import"../../icons/black-forest-labs/index.js";import"../../icons/flux/index.js";import"../../icons/stable-diffusion/index.js";import"../../icons/stability-ai/index.js";import"../../icons/article-generator/index.js";import"../../icons/success/index.js";import"../../icons/google/index.js";import"../../icons/yandex/index.js";import"../../icons/vk/index.js";import"../../icons/resend/index.js";import"../../icons/big-article/index.js";import"../../icons/add-chat/index.js";import"../../icons/add-group/index.js";import"../../icons/drag-dot/index.js";import"../../icons/add-folder/index.js";import"../../icons/temp-chat/index.js";import"../../icons/delete-chat/index.js";import"../../icons/sidebar-chat/index.js";import"../../icons/organization/index.js";import"../../icons/simple-gear/index.js";import"../../icons/text-bold/index.js";import"../../icons/text-italic/index.js";import"../../icons/text-underline/index.js";import"../../icons/text-strikethrough/index.js";import"../../icons/refresh/index.js";import"../../icons/copy-variants/index.js";import"../../icons/sort-ascending/index.js";import"../../icons/sort-descending/index.js";import"../../icons/quote/index.js";import"../../icons/url-circle/index.js";import"../../icons/show-ui/index.js";import"../../icons/hide-ui/index.js";import"../../icons/sort-user/index.js";import"../../icons/happy-robot/index.js";import"../../icons/happy-robot-gradient/index.js";import"../../icons/min-window/index.js";import"../../icons/max-window/index.js";import"../../icons/manage-chat/index.js";import"../../icons/analyze-urls/index.js";import"../../icons/web-search/index.js";import"../../icons/include-context/index.js";import"../../icons/queue/index.js";import"../../icons/sort-alphabet-ascending/index.js";import"../../icons/sort-alphabet-descending/index.js";import"../../icons/sort-date-ascending/index.js";import"../../icons/sort-date-descending/index.js";import"../../icons/cot-r1/index.js";import"../../icons/news/index.js";import"../../icons/volume/index.js";import"../../icons/flag-ru/index.js";import"../../icons/flag-kz/index.js";import"../../icons/print/index.js";import"../../icons/pc-icon-1/index.js";import"../../icons/pc-icon-2/index.js";import"../../icons/pc-icon-3/index.js";import"../../icons/star-unfilled/index.js";import"../../icons/image-generation/index.js";import"../../icons/speech-synthesys/index.js";import"../../icons/transcription/index.js";import"../../icons/text-rewrite/index.js";import"../../icons/code-generation/index.js";import"../../icons/essay-generation/index.js";import"../../icons/spelling/index.js";import"../../icons/text-generation/index.js";import"../../icons/traffic-analisys/index.js";import"../../icons/fav-profile/index.js";import"../../icons/exclamation/index.js";import"../../icons/article/index.js";import"../../icons/setchel/index.js";import"../../icons/assembly/index.js";import"../../icons/data-visualisation/index.js";import"../../icons/document-analisys/index.js";import"../../icons/problem-solvment/index.js";import"../../icons/setting-analisys/index.js";import"../../icons/translation/index.js";import"../../icons/stars/index.js";import"../../icons/academy/index.js";import"../../icons/articles/index.js";import"../../icons/blog-post/index.js";import"../../icons/book/index.js";import"../../icons/bow-tie/index.js";import"../../icons/case-study/index.js";import"../../icons/comments/index.js";import"../../icons/guide/index.js";import"../../icons/marketing/index.js";import"../../icons/post/index.js";import"../../icons/report/index.js";import"../../icons/review/index.js";import"../../icons/scientific-article/index.js";import"../../icons/selling-text/index.js";import"../../icons/textbook/index.js";import"../../icons/wind/index.js";import"../../icons/grok/index.js";import"../../icons/deepseek/index.js";import"../../icons/grid-horizontal/index.js";import"../../icons/grid-vertical/index.js";import"../../icons/star-gradient/index.js";import"../../icons/qwen/index.js";import"../../icons/sidebar-toggle-left/index.js";import"../../icons/sidebar-toggle-right/index.js";import"../../icons/system/index.js";import"../../icons/selector/index.js";import"../../icons/video-camera/index.js";import"../../icons/music-note/index.js";import"../../icons/add-profile/index.js";import"../../icons/token-counter/index.js";import"../../icons/customer-support/index.js";import"../../icons/sort-alphabet-top-bottom/index.js";import"../../icons/sort-alphabet-bottom-top/index.js";import"../../icons/pause/index.js";import"../../icons/play/index.js";import"../../icons/restore-2/index.js";import"../../icons/video-generation/index.js";import"../../icons/veo-model/index.js";import"../../icons/runway/index.js";import"../../icons/queue-select/index.js";import"../../icons/apple/index.js";import"../../icons/mail-colored/index.js";import"../../icons/shield/index.js";import"../../icons/stars-gradient/index.js";import"../../icons/fire/index.js";import"../../icons/brain/index.js";import"../../icons/mj-purple/index.js";import"../../icons/claude-black/index.js";import"../../icons/vk-filled/index.js";import"../../icons/tg/index.js";import"../../icons/gift/index.js";import"../../icons/exchange/index.js";import"../../icons/time/index.js";import"../../icons/folder/index.js";import"../../icons/history/index.js";import"../../icons/money-plus/index.js";import"../../icons/money-stack/index.js";import"../../icons/sort-numeric-bottom/index.js";import"../../icons/sort-numeric-top/index.js";import"../../icons/bulb/index.js";import"../../icons/prompt-queue/index.js";import"../../icons/image/index.js";import"../../icons/text/index.js";import"../../icons/code/index.js";import"../../icons/blue-grok/index.js";import"../../icons/double-image/index.js";import{useSlider as c}from"./useSlider.js";const d=({arrowsSize:d="md",gap:p=10,children:m,options:x})=>{const{isLeftDisabled:j,isRightDisabled:a,onScrollLeft:l,onScrollRight:g,scrollbarRef:b}=c({options:x});return i(s,{children:[o(n,{$hidden:j,$arrowsSize:d,"data-test":"slider-left-arrow",children:o(e,{onClick:l,children:o(t,{})})}),o(r,{ref:b,$gap:p,children:m}),o(n,{$hidden:a,$arrowsSize:d,$isLeftArrow:!1,"data-test":"slider-right-arrow",children:o(e,{onClick:g,children:o(t,{})})})]})};export{d as Slider,c as useSlider};
|
|
1
|
+
import{jsxs as i,jsx as o}from"react/jsx-runtime";import{SliderContainer as s,SliderArrow as n,SliderIconContainer as e,SliderWrapper as r}from"./styled.js";import{ArrowDownIcon as t}from"../../icons/arrow-down/index.js";import"../../icons/arrow-narrow-left/index.js";import"../../icons/arrow-narrow-right/index.js";import"../../icons/arrow-up/index.js";import"../../icons/bitcoin/index.js";import"../../icons/bot-circle/index.js";import"../../icons/bothub-agg/index.js";import"../../icons/business-colored/index.js";import"../../icons/check-circle/index.js";import"../../icons/close/index.js";import"../../icons/email-circle/index.js";import"../../icons/language/index.js";import"../../icons/lock-circle/index.js";import"../../icons/menu/index.js";import"../../icons/medium-circle/index.js";import"../../icons/tg-circle/index.js";import"../../icons/tg-colored/index.js";import"../../icons/youcassa/index.js";import"../../icons/dashboard/index.js";import"../../icons/user-profile/index.js";import"../../icons/logout/index.js";import"tslib";import"../../icons/habr-2/index.js";import"../../icons/arrow-2-down/index.js";import"../../icons/links/index.js";import"../../icons/free/index.js";import"../../icons/hotness/index.js";import"../../icons/checked/index.js";import"../../icons/ai/index.js";import"../../icons/bookmarks/index.js";import"../../icons/bookmarks-big/index.js";import"../../icons/chat/index.js";import"../../icons/chats/index.js";import"../../icons/coder/index.js";import"../../icons/copy/index.js";import"../../icons/edit/index.js";import"../../icons/presets-big/index.js";import"../../icons/referal/index.js";import"../../icons/restore/index.js";import"../../icons/tariff/index.js";import"../../icons/trash/index.js";import"../../icons/update/index.js";import"../../icons/menu-dot/index.js";import"../../icons/plus-2/index.js";import"../../icons/plus-1/index.js";import"../../icons/send/index.js";import"../../icons/settings/index.js";import"../../icons/habr/index.js";import"../../icons/check-small/index.js";import"../../icons/stop/index.js";import"../../icons/thumb-up/index.js";import"../../icons/thumb-down/index.js";import"../../icons/star/index.js";import"../../icons/info-big/index.js";import"../../icons/warning-big/index.js";import"../../icons/error-big/index.js";import"../../icons/success-big/index.js";import"../../icons/mj/index.js";import"../../icons/card/index.js";import"../../icons/arrow-narrow-up/index.js";import"../../icons/arrow-narrow-down/index.js";import"../../icons/filters/index.js";import"../../icons/info/index.js";import"../../icons/search-circle/index.js";import"../../icons/save/index.js";import"../../icons/light/index.js";import"../../icons/dark/index.js";import"../../icons/email-colored/index.js";import"../../icons/action-chat/index.js";import"../../icons/attach/index.js";import"../../icons/avatar-add/index.js";import"../../icons/brush/index.js";import"../../icons/calendar/index.js";import"../../icons/claude/index.js";import"../../icons/cookie/index.js";import"../../icons/dalle/index.js";import"../../icons/download-img/index.js";import"../../icons/error/index.js";import"../../icons/expand/index.js";import"../../icons/eye/index.js";import"../../icons/face/index.js";import"../../icons/gear/index.js";import"../../icons/gear-min/index.js";import"../../icons/generation/index.js";import"../../icons/gpt-3_5/index.js";import"../../icons/gpt-4/index.js";import"../../icons/imagine/index.js";import"../../icons/imagine-2/index.js";import"../../icons/loader/index.js";import"../../icons/loader-circular/index.js";import"../../icons/loader-circular-gradient/index.js";import"../../icons/loader-circular-gradient-2/index.js";import"../../icons/minus/index.js";import"../../icons/mj-white/index.js";import"../../icons/prompt/index.js";import"../../icons/rabbit/index.js";import"../../icons/ratio-1x1/index.js";import"../../icons/ratio-2x3/index.js";import"../../icons/ratio-3x2/index.js";import"../../icons/ratio-4x5/index.js";import"../../icons/ratio-4x7/index.js";import"../../icons/ratio-5x4/index.js";import"../../icons/ratio-7x4/index.js";import"../../icons/ratio-16x9/index.js";import"../../icons/ratio-9x16/index.js";import"../../icons/ratio-21x9/index.js";import"../../icons/ratio-9x21/index.js";import"../../icons/refferal-min/index.js";import"../../icons/search-data/index.js";import"../../icons/square/index.js";import"../../icons/turtle/index.js";import"../../icons/upscale/index.js";import"../../icons/withdraw/index.js";import"../../icons/search-plus/index.js";import"../../icons/lightning/index.js";import"../../icons/blog-circle/index.js";import"../../icons/stripe/index.js";import"../../icons/corporate/index.js";import"../../icons/public/index.js";import"../../icons/private/index.js";import"../../icons/mistral/index.js";import"../../icons/gemini/index.js";import"../../icons/search-simple/index.js";import"../../icons/sad-robot/index.js";import"../../icons/model/index.js";import"../../icons/phone-colored/index.js";import"../../icons/questions/index.js";import"../../icons/pdf-big/index.js";import"../../icons/xls-big/index.js";import"../../icons/word-big/index.js";import"../../icons/txt-big/index.js";import"../../icons/pdf/index.js";import"../../icons/xls/index.js";import"../../icons/word/index.js";import"../../icons/txt/index.js";import"../../icons/bothub-logo-gradient/index.js";import"../../icons/telegram-logo-gradient/index.js";import"../../icons/decline-circle/index.js";import"../../icons/simple-gear-bg/index.js";import"../../icons/advanced-filter/index.js";import"../../icons/big-corporate/index.js";import"../../icons/big-mj/index.js";import"../../icons/big-models/index.js";import"../../icons/big-stats/index.js";import"../../icons/big-success/index.js";import"../../icons/big-users/index.js";import"../../icons/optional-presets/index.js";import"../../icons/wallet-withdraw/index.js";import"../../icons/big-presets/index.js";import"../../icons/big-favorite/index.js";import"../../icons/big-referal/index.js";import"../../icons/attach-file/index.js";import"../../icons/attach-file-big/index.js";import"../../icons/voice/index.js";import"../../icons/play-button/index.js";import"../../icons/pause-button/index.js";import"../../icons/text-read/index.js";import"../../icons/text-hide/index.js";import"../../icons/best-chat-bots/index.js";import"../../icons/upload/index.js";import"../../icons/enter/index.js";import"../../icons/discord/index.js";import"../../icons/discord-circle/index.js";import"../../icons/black-forest-labs/index.js";import"../../icons/flux/index.js";import"../../icons/stable-diffusion/index.js";import"../../icons/stability-ai/index.js";import"../../icons/article-generator/index.js";import"../../icons/success/index.js";import"../../icons/google/index.js";import"../../icons/yandex/index.js";import"../../icons/vk/index.js";import"../../icons/resend/index.js";import"../../icons/big-article/index.js";import"../../icons/add-chat/index.js";import"../../icons/add-group/index.js";import"../../icons/drag-dot/index.js";import"../../icons/add-folder/index.js";import"../../icons/temp-chat/index.js";import"../../icons/delete-chat/index.js";import"../../icons/sidebar-chat/index.js";import"../../icons/organization/index.js";import"../../icons/simple-gear/index.js";import"../../icons/text-bold/index.js";import"../../icons/text-italic/index.js";import"../../icons/text-underline/index.js";import"../../icons/text-strikethrough/index.js";import"../../icons/refresh/index.js";import"../../icons/copy-variants/index.js";import"../../icons/sort-ascending/index.js";import"../../icons/sort-descending/index.js";import"../../icons/quote/index.js";import"../../icons/url-circle/index.js";import"../../icons/show-ui/index.js";import"../../icons/hide-ui/index.js";import"../../icons/sort-user/index.js";import"../../icons/happy-robot/index.js";import"../../icons/happy-robot-gradient/index.js";import"../../icons/min-window/index.js";import"../../icons/max-window/index.js";import"../../icons/manage-chat/index.js";import"../../icons/analyze-urls/index.js";import"../../icons/web-search/index.js";import"../../icons/include-context/index.js";import"../../icons/queue/index.js";import"../../icons/sort-alphabet-ascending/index.js";import"../../icons/sort-alphabet-descending/index.js";import"../../icons/sort-date-ascending/index.js";import"../../icons/sort-date-descending/index.js";import"../../icons/cot-r1/index.js";import"../../icons/news/index.js";import"../../icons/volume/index.js";import"../../icons/flag-ru/index.js";import"../../icons/flag-kz/index.js";import"../../icons/print/index.js";import"../../icons/pc-icon-1/index.js";import"../../icons/pc-icon-2/index.js";import"../../icons/pc-icon-3/index.js";import"../../icons/star-unfilled/index.js";import"../../icons/image-generation/index.js";import"../../icons/speech-synthesys/index.js";import"../../icons/transcription/index.js";import"../../icons/text-rewrite/index.js";import"../../icons/code-generation/index.js";import"../../icons/essay-generation/index.js";import"../../icons/spelling/index.js";import"../../icons/text-generation/index.js";import"../../icons/traffic-analisys/index.js";import"../../icons/fav-profile/index.js";import"../../icons/exclamation/index.js";import"../../icons/article/index.js";import"../../icons/setchel/index.js";import"../../icons/assembly/index.js";import"../../icons/data-visualisation/index.js";import"../../icons/document-analisys/index.js";import"../../icons/problem-solvment/index.js";import"../../icons/setting-analisys/index.js";import"../../icons/translation/index.js";import"../../icons/stars/index.js";import"../../icons/academy/index.js";import"../../icons/articles/index.js";import"../../icons/blog-post/index.js";import"../../icons/book/index.js";import"../../icons/bow-tie/index.js";import"../../icons/case-study/index.js";import"../../icons/comments/index.js";import"../../icons/guide/index.js";import"../../icons/marketing/index.js";import"../../icons/post/index.js";import"../../icons/report/index.js";import"../../icons/review/index.js";import"../../icons/scientific-article/index.js";import"../../icons/selling-text/index.js";import"../../icons/textbook/index.js";import"../../icons/wind/index.js";import"../../icons/grok/index.js";import"../../icons/deepseek/index.js";import"../../icons/grid-horizontal/index.js";import"../../icons/grid-vertical/index.js";import"../../icons/star-gradient/index.js";import"../../icons/qwen/index.js";import"../../icons/sidebar-toggle-left/index.js";import"../../icons/sidebar-toggle-right/index.js";import"../../icons/system/index.js";import"../../icons/selector/index.js";import"../../icons/video-camera/index.js";import"../../icons/music-note/index.js";import"../../icons/add-profile/index.js";import"../../icons/token-counter/index.js";import"../../icons/customer-support/index.js";import"../../icons/sort-alphabet-top-bottom/index.js";import"../../icons/sort-alphabet-bottom-top/index.js";import"../../icons/pause/index.js";import"../../icons/play/index.js";import"../../icons/restore-2/index.js";import"../../icons/video-generation/index.js";import"../../icons/veo-model/index.js";import"../../icons/runway/index.js";import"../../icons/queue-select/index.js";import"../../icons/apple/index.js";import"../../icons/mail-colored/index.js";import"../../icons/shield/index.js";import"../../icons/stars-gradient/index.js";import"../../icons/fire/index.js";import"../../icons/brain/index.js";import"../../icons/mj-purple/index.js";import"../../icons/claude-black/index.js";import"../../icons/vk-filled/index.js";import"../../icons/tg/index.js";import"../../icons/gift/index.js";import"../../icons/exchange/index.js";import"../../icons/time/index.js";import"../../icons/history/index.js";import"../../icons/money-plus/index.js";import"../../icons/money-stack/index.js";import"../../icons/sort-numeric-bottom/index.js";import"../../icons/sort-numeric-top/index.js";import"../../icons/bulb/index.js";import"../../icons/prompt-queue/index.js";import"../../icons/image/index.js";import"../../icons/text/index.js";import"../../icons/code/index.js";import"../../icons/blue-grok/index.js";import"../../icons/double-image/index.js";import"../../icons/pdf-black/index.js";import"../../icons/csv/index.js";import"../../icons/xls-black/index.js";import"../../icons/word-black/index.js";import{useSlider as c}from"./useSlider.js";const d=({arrowsSize:d="md",gap:p=10,children:m,options:x})=>{const{isLeftDisabled:j,isRightDisabled:a,onScrollLeft:l,onScrollRight:g,scrollbarRef:b}=c({options:x});return i(s,{children:[o(n,{$hidden:j,$arrowsSize:d,"data-test":"slider-left-arrow",children:o(e,{onClick:l,children:o(t,{})})}),o(r,{ref:b,$gap:p,children:m}),o(n,{$hidden:a,$arrowsSize:d,$isLeftArrow:!1,"data-test":"slider-right-arrow",children:o(e,{onClick:g,children:o(t,{})})})]})};export{d as Slider,c as useSlider};
|