@scbt-ecom/ui 0.109.1 → 0.110.1
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/lib/shared/style.css +1 -1
- package/dist/lib/shared/ui/formElements/controlled/autocomplete/Autocomplete.js +1 -1
- package/dist/lib/shared/ui/formElements/controlled/autocomplete/Autocomplete.js.map +1 -1
- package/dist/lib/shared/ui/formElements/controlled/combobox/ComboboxControl.js +1 -1
- package/dist/lib/shared/ui/formElements/controlled/combobox/ComboboxControl.js.map +1 -1
- package/dist/lib/shared/ui/formElements/ui/fieldAttachment/FieldAttachment.js +1 -1
- package/dist/lib/shared/ui/formElements/ui/fieldAttachment/FieldAttachment.js.map +1 -1
- package/dist/lib/shared/ui/formElements/uncontrolled/combobox/combobox.js +1 -1
- package/dist/lib/shared/ui/formElements/uncontrolled/combobox/combobox.js.map +1 -1
- package/dist/lib/shared/ui/icon/allowedIcons.js +1 -1
- package/dist/lib/shared/ui/icon/allowedIcons.js.map +1 -1
- package/dist/lib/shared/ui/icon/iconsMap.js +1 -1
- package/dist/lib/shared/ui/icon/iconsMap.js.map +1 -1
- package/dist/lib/widgets/model/helpers.js +1 -1
- package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/Document.js +1 -1
- package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/Document.js.map +1 -1
- package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/model/utils.js.map +1 -1
- package/dist/node_modules/@date-fns/tz/date/index.js.map +1 -1
- package/dist/node_modules/@date-fns/tz/date/mini.js +1 -1
- package/dist/node_modules/@date-fns/tz/date/mini.js.map +1 -1
- package/dist/node_modules/@date-fns/tz/tzOffset/index.js +1 -1
- package/dist/node_modules/@date-fns/tz/tzOffset/index.js.map +1 -1
- package/dist/stats.html +1 -1
- package/dist/types/lib/shared/ui/formElements/uncontrolled/combobox/combobox.d.ts +1 -1
- package/dist/types/lib/shared/ui/icon/allowedIcons.d.ts +12 -11
- package/dist/types/lib/shared/ui/icon/iconsMap.d.ts +60 -60
- package/dist/types/lib/shared/ui/icon/index.d.ts +0 -1
- package/dist/types/lib/widgets/footer/model/types.d.ts +2 -2
- package/dist/types/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/model/utils.d.ts +1 -2
- package/package.json +3 -3
- package/dist/lib/shared/ui/icon/sprite.gen.js +0 -2
- package/dist/lib/shared/ui/icon/sprite.gen.js.map +0 -1
- package/dist/types/lib/shared/ui/icon/sprite.gen.d.ts +0 -23
|
@@ -86,7 +86,7 @@ export interface ComboboxProps<Multi extends boolean> extends Omit<DropdownListP
|
|
|
86
86
|
filterDisabled?: boolean;
|
|
87
87
|
/**
|
|
88
88
|
* Включить рендеринг в портале
|
|
89
|
-
* @
|
|
89
|
+
* @property {false | HTMLElement} portal document.body
|
|
90
90
|
*/
|
|
91
91
|
portal?: false | HTMLElement;
|
|
92
92
|
}
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
export type AllowedIcons = (typeof allowedIcons.flatten)[number];
|
|
2
|
+
export type AllowedIconsGroup<T extends keyof typeof allowedIcons.group> = (typeof allowedIcons.group)[T][number];
|
|
2
3
|
export declare const allowedIcons: {
|
|
3
4
|
readonly group: {
|
|
4
|
-
readonly arrows: readonly ["arrows/arrowCircle", "arrows/arrowDownRight", "arrows/arrowLink", "arrows/arrowRight", "arrows/arrowRotate", "arrows/arrowScroll"];
|
|
5
|
-
readonly brandLogos: readonly ["brandLogos/logoBlack", "brandLogos/logoBusiness", "brandLogos/logoGray", "brandLogos/logoInsurance", "brandLogos/logoMain", "brandLogos/logoWhite"];
|
|
6
|
-
readonly communication: readonly ["communication/phone"];
|
|
7
|
-
readonly editor: readonly ["editor/bold", "editor/fonts", "editor/heading", "editor/italic", "editor/link", "editor/list", "editor/palette", "editor/redo", "editor/removeFormatting", "editor/space", "editor/strikethrough", "editor/typography", "editor/underline", "editor/undo"];
|
|
8
|
-
readonly files: readonly ["files/border", "files/borderError", "files/documentFilled", "files/documentOutline", "files/upload"];
|
|
9
|
-
readonly general: readonly ["general/calendar", "general/check", "general/close", "general/edit", "general/heart", "general/hiddenEye", "general/loginFilled", "general/menu", "general/plus", "general/reorder", "general/search", "general/shield", "general/showEye"];
|
|
10
|
-
readonly info: readonly ["info/helpCircle", "info/warningCircle"];
|
|
11
|
-
readonly logos: readonly ["logos/beeline", "logos/megafon", "logos/mts"];
|
|
12
|
-
readonly media: readonly ["media/desktop", "media/mobile"];
|
|
13
|
-
readonly social: readonly ["social/classmates", "social/telegram", "social/vk"];
|
|
14
5
|
readonly status: readonly ["status/badSmile", "status/iconMark", "status/iconRetry", "status/iconUser", "status/succesCircle"];
|
|
6
|
+
readonly social: readonly ["social/classmates", "social/telegram", "social/vk"];
|
|
7
|
+
readonly media: readonly ["media/desktop", "media/mobile"];
|
|
8
|
+
readonly logos: readonly ["logos/beeline", "logos/megafon", "logos/mts"];
|
|
9
|
+
readonly info: readonly ["info/helpCircle", "info/warningCircle"];
|
|
10
|
+
readonly general: readonly ["general/calendar", "general/check", "general/close", "general/edit", "general/heart", "general/hiddenEye", "general/loginFilled", "general/menu", "general/plus", "general/reorder", "general/search", "general/shield", "general/showEye"];
|
|
11
|
+
readonly files: readonly ["files/border", "files/borderError", "files/documentFilled", "files/documentOutline", "files/upload"];
|
|
12
|
+
readonly editor: readonly ["editor/bold", "editor/fonts", "editor/heading", "editor/italic", "editor/link", "editor/list", "editor/palette", "editor/redo", "editor/removeFormatting", "editor/space", "editor/strikethrough", "editor/typography", "editor/underline", "editor/undo"];
|
|
13
|
+
readonly communication: readonly ["communication/phone"];
|
|
14
|
+
readonly brandLogos: readonly ["brandLogos/logoBlack", "brandLogos/logoBusiness", "brandLogos/logoGray", "brandLogos/logoInsurance", "brandLogos/logoMain", "brandLogos/logoWhite"];
|
|
15
|
+
readonly arrows: readonly ["arrows/arrowCircle", "arrows/arrowDownRight", "arrows/arrowLink", "arrows/arrowRight", "arrows/arrowRotate", "arrows/arrowScroll"];
|
|
15
16
|
};
|
|
16
|
-
readonly flatten: readonly ["
|
|
17
|
+
readonly flatten: readonly ["status/badSmile", "status/iconMark", "status/iconRetry", "status/iconUser", "status/succesCircle", "social/classmates", "social/telegram", "social/vk", "media/desktop", "media/mobile", "logos/beeline", "logos/megafon", "logos/mts", "info/helpCircle", "info/warningCircle", "general/calendar", "general/check", "general/close", "general/edit", "general/heart", "general/hiddenEye", "general/loginFilled", "general/menu", "general/plus", "general/reorder", "general/search", "general/shield", "general/showEye", "files/border", "files/borderError", "files/documentFilled", "files/documentOutline", "files/upload", "editor/bold", "editor/fonts", "editor/heading", "editor/italic", "editor/link", "editor/list", "editor/palette", "editor/redo", "editor/removeFormatting", "editor/space", "editor/strikethrough", "editor/typography", "editor/underline", "editor/undo", "communication/phone", "brandLogos/logoBlack", "brandLogos/logoBusiness", "brandLogos/logoGray", "brandLogos/logoInsurance", "brandLogos/logoMain", "brandLogos/logoWhite", "arrows/arrowCircle", "arrows/arrowDownRight", "arrows/arrowLink", "arrows/arrowRight", "arrows/arrowRotate", "arrows/arrowScroll"];
|
|
17
18
|
};
|
|
@@ -1,359 +1,359 @@
|
|
|
1
1
|
export declare const iconsMap: {
|
|
2
|
-
'
|
|
2
|
+
'status/badSmile': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
3
3
|
title?: string;
|
|
4
4
|
titleId?: string;
|
|
5
5
|
desc?: string;
|
|
6
6
|
descId?: string;
|
|
7
7
|
}>;
|
|
8
|
-
'
|
|
8
|
+
'status/iconMark': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
9
9
|
title?: string;
|
|
10
10
|
titleId?: string;
|
|
11
11
|
desc?: string;
|
|
12
12
|
descId?: string;
|
|
13
13
|
}>;
|
|
14
|
-
'
|
|
14
|
+
'status/iconRetry': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
15
15
|
title?: string;
|
|
16
16
|
titleId?: string;
|
|
17
17
|
desc?: string;
|
|
18
18
|
descId?: string;
|
|
19
19
|
}>;
|
|
20
|
-
'
|
|
20
|
+
'status/iconUser': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
21
21
|
title?: string;
|
|
22
22
|
titleId?: string;
|
|
23
23
|
desc?: string;
|
|
24
24
|
descId?: string;
|
|
25
25
|
}>;
|
|
26
|
-
'
|
|
26
|
+
'status/succesCircle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
27
27
|
title?: string;
|
|
28
28
|
titleId?: string;
|
|
29
29
|
desc?: string;
|
|
30
30
|
descId?: string;
|
|
31
31
|
}>;
|
|
32
|
-
'
|
|
32
|
+
'social/classmates': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
33
33
|
title?: string;
|
|
34
34
|
titleId?: string;
|
|
35
35
|
desc?: string;
|
|
36
36
|
descId?: string;
|
|
37
37
|
}>;
|
|
38
|
-
'
|
|
38
|
+
'social/telegram': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
39
39
|
title?: string;
|
|
40
40
|
titleId?: string;
|
|
41
41
|
desc?: string;
|
|
42
42
|
descId?: string;
|
|
43
43
|
}>;
|
|
44
|
-
'
|
|
44
|
+
'social/vk': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
45
45
|
title?: string;
|
|
46
46
|
titleId?: string;
|
|
47
47
|
desc?: string;
|
|
48
48
|
descId?: string;
|
|
49
49
|
}>;
|
|
50
|
-
'
|
|
50
|
+
'media/desktop': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
51
51
|
title?: string;
|
|
52
52
|
titleId?: string;
|
|
53
53
|
desc?: string;
|
|
54
54
|
descId?: string;
|
|
55
55
|
}>;
|
|
56
|
-
'
|
|
56
|
+
'media/mobile': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
57
57
|
title?: string;
|
|
58
58
|
titleId?: string;
|
|
59
59
|
desc?: string;
|
|
60
60
|
descId?: string;
|
|
61
61
|
}>;
|
|
62
|
-
'
|
|
62
|
+
'logos/beeline': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
63
63
|
title?: string;
|
|
64
64
|
titleId?: string;
|
|
65
65
|
desc?: string;
|
|
66
66
|
descId?: string;
|
|
67
67
|
}>;
|
|
68
|
-
'
|
|
68
|
+
'logos/megafon': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
69
69
|
title?: string;
|
|
70
70
|
titleId?: string;
|
|
71
71
|
desc?: string;
|
|
72
72
|
descId?: string;
|
|
73
73
|
}>;
|
|
74
|
-
'
|
|
74
|
+
'logos/mts': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
75
75
|
title?: string;
|
|
76
76
|
titleId?: string;
|
|
77
77
|
desc?: string;
|
|
78
78
|
descId?: string;
|
|
79
79
|
}>;
|
|
80
|
-
'
|
|
80
|
+
'info/helpCircle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
81
81
|
title?: string;
|
|
82
82
|
titleId?: string;
|
|
83
83
|
desc?: string;
|
|
84
84
|
descId?: string;
|
|
85
85
|
}>;
|
|
86
|
-
'
|
|
86
|
+
'info/warningCircle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
87
87
|
title?: string;
|
|
88
88
|
titleId?: string;
|
|
89
89
|
desc?: string;
|
|
90
90
|
descId?: string;
|
|
91
91
|
}>;
|
|
92
|
-
'
|
|
92
|
+
'general/calendar': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
93
93
|
title?: string;
|
|
94
94
|
titleId?: string;
|
|
95
95
|
desc?: string;
|
|
96
96
|
descId?: string;
|
|
97
97
|
}>;
|
|
98
|
-
'
|
|
98
|
+
'general/check': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
99
99
|
title?: string;
|
|
100
100
|
titleId?: string;
|
|
101
101
|
desc?: string;
|
|
102
102
|
descId?: string;
|
|
103
103
|
}>;
|
|
104
|
-
'
|
|
104
|
+
'general/close': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
105
105
|
title?: string;
|
|
106
106
|
titleId?: string;
|
|
107
107
|
desc?: string;
|
|
108
108
|
descId?: string;
|
|
109
109
|
}>;
|
|
110
|
-
'
|
|
110
|
+
'general/edit': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
111
111
|
title?: string;
|
|
112
112
|
titleId?: string;
|
|
113
113
|
desc?: string;
|
|
114
114
|
descId?: string;
|
|
115
115
|
}>;
|
|
116
|
-
'
|
|
116
|
+
'general/heart': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
117
117
|
title?: string;
|
|
118
118
|
titleId?: string;
|
|
119
119
|
desc?: string;
|
|
120
120
|
descId?: string;
|
|
121
121
|
}>;
|
|
122
|
-
'
|
|
122
|
+
'general/hiddenEye': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
123
123
|
title?: string;
|
|
124
124
|
titleId?: string;
|
|
125
125
|
desc?: string;
|
|
126
126
|
descId?: string;
|
|
127
127
|
}>;
|
|
128
|
-
'
|
|
128
|
+
'general/loginFilled': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
129
129
|
title?: string;
|
|
130
130
|
titleId?: string;
|
|
131
131
|
desc?: string;
|
|
132
132
|
descId?: string;
|
|
133
133
|
}>;
|
|
134
|
-
'
|
|
134
|
+
'general/menu': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
135
135
|
title?: string;
|
|
136
136
|
titleId?: string;
|
|
137
137
|
desc?: string;
|
|
138
138
|
descId?: string;
|
|
139
139
|
}>;
|
|
140
|
-
'
|
|
140
|
+
'general/plus': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
141
141
|
title?: string;
|
|
142
142
|
titleId?: string;
|
|
143
143
|
desc?: string;
|
|
144
144
|
descId?: string;
|
|
145
145
|
}>;
|
|
146
|
-
'
|
|
146
|
+
'general/reorder': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
147
147
|
title?: string;
|
|
148
148
|
titleId?: string;
|
|
149
149
|
desc?: string;
|
|
150
150
|
descId?: string;
|
|
151
151
|
}>;
|
|
152
|
-
'
|
|
152
|
+
'general/search': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
153
153
|
title?: string;
|
|
154
154
|
titleId?: string;
|
|
155
155
|
desc?: string;
|
|
156
156
|
descId?: string;
|
|
157
157
|
}>;
|
|
158
|
-
'
|
|
158
|
+
'general/shield': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
159
159
|
title?: string;
|
|
160
160
|
titleId?: string;
|
|
161
161
|
desc?: string;
|
|
162
162
|
descId?: string;
|
|
163
163
|
}>;
|
|
164
|
-
'
|
|
164
|
+
'general/showEye': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
165
165
|
title?: string;
|
|
166
166
|
titleId?: string;
|
|
167
167
|
desc?: string;
|
|
168
168
|
descId?: string;
|
|
169
169
|
}>;
|
|
170
|
-
'files/
|
|
170
|
+
'files/border': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
171
171
|
title?: string;
|
|
172
172
|
titleId?: string;
|
|
173
173
|
desc?: string;
|
|
174
174
|
descId?: string;
|
|
175
175
|
}>;
|
|
176
|
-
'files/
|
|
176
|
+
'files/borderError': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
177
177
|
title?: string;
|
|
178
178
|
titleId?: string;
|
|
179
179
|
desc?: string;
|
|
180
180
|
descId?: string;
|
|
181
181
|
}>;
|
|
182
|
-
'files/
|
|
182
|
+
'files/documentFilled': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
183
183
|
title?: string;
|
|
184
184
|
titleId?: string;
|
|
185
185
|
desc?: string;
|
|
186
186
|
descId?: string;
|
|
187
187
|
}>;
|
|
188
|
-
'files/
|
|
188
|
+
'files/documentOutline': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
189
189
|
title?: string;
|
|
190
190
|
titleId?: string;
|
|
191
191
|
desc?: string;
|
|
192
192
|
descId?: string;
|
|
193
193
|
}>;
|
|
194
|
-
'
|
|
194
|
+
'files/upload': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
195
195
|
title?: string;
|
|
196
196
|
titleId?: string;
|
|
197
197
|
desc?: string;
|
|
198
198
|
descId?: string;
|
|
199
199
|
}>;
|
|
200
|
-
'
|
|
200
|
+
'editor/bold': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
201
201
|
title?: string;
|
|
202
202
|
titleId?: string;
|
|
203
203
|
desc?: string;
|
|
204
204
|
descId?: string;
|
|
205
205
|
}>;
|
|
206
|
-
'
|
|
206
|
+
'editor/fonts': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
207
207
|
title?: string;
|
|
208
208
|
titleId?: string;
|
|
209
209
|
desc?: string;
|
|
210
210
|
descId?: string;
|
|
211
211
|
}>;
|
|
212
|
-
'
|
|
212
|
+
'editor/heading': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
213
213
|
title?: string;
|
|
214
214
|
titleId?: string;
|
|
215
215
|
desc?: string;
|
|
216
216
|
descId?: string;
|
|
217
217
|
}>;
|
|
218
|
-
'
|
|
218
|
+
'editor/italic': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
219
219
|
title?: string;
|
|
220
220
|
titleId?: string;
|
|
221
221
|
desc?: string;
|
|
222
222
|
descId?: string;
|
|
223
223
|
}>;
|
|
224
|
-
'
|
|
224
|
+
'editor/link': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
225
225
|
title?: string;
|
|
226
226
|
titleId?: string;
|
|
227
227
|
desc?: string;
|
|
228
228
|
descId?: string;
|
|
229
229
|
}>;
|
|
230
|
-
'
|
|
230
|
+
'editor/list': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
231
231
|
title?: string;
|
|
232
232
|
titleId?: string;
|
|
233
233
|
desc?: string;
|
|
234
234
|
descId?: string;
|
|
235
235
|
}>;
|
|
236
|
-
'
|
|
236
|
+
'editor/palette': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
237
237
|
title?: string;
|
|
238
238
|
titleId?: string;
|
|
239
239
|
desc?: string;
|
|
240
240
|
descId?: string;
|
|
241
241
|
}>;
|
|
242
|
-
'
|
|
242
|
+
'editor/redo': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
243
243
|
title?: string;
|
|
244
244
|
titleId?: string;
|
|
245
245
|
desc?: string;
|
|
246
246
|
descId?: string;
|
|
247
247
|
}>;
|
|
248
|
-
'
|
|
248
|
+
'editor/removeFormatting': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
249
249
|
title?: string;
|
|
250
250
|
titleId?: string;
|
|
251
251
|
desc?: string;
|
|
252
252
|
descId?: string;
|
|
253
253
|
}>;
|
|
254
|
-
'
|
|
254
|
+
'editor/space': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
255
255
|
title?: string;
|
|
256
256
|
titleId?: string;
|
|
257
257
|
desc?: string;
|
|
258
258
|
descId?: string;
|
|
259
259
|
}>;
|
|
260
|
-
'
|
|
260
|
+
'editor/strikethrough': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
261
261
|
title?: string;
|
|
262
262
|
titleId?: string;
|
|
263
263
|
desc?: string;
|
|
264
264
|
descId?: string;
|
|
265
265
|
}>;
|
|
266
|
-
'
|
|
266
|
+
'editor/typography': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
267
267
|
title?: string;
|
|
268
268
|
titleId?: string;
|
|
269
269
|
desc?: string;
|
|
270
270
|
descId?: string;
|
|
271
271
|
}>;
|
|
272
|
-
'
|
|
272
|
+
'editor/underline': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
273
273
|
title?: string;
|
|
274
274
|
titleId?: string;
|
|
275
275
|
desc?: string;
|
|
276
276
|
descId?: string;
|
|
277
277
|
}>;
|
|
278
|
-
'
|
|
278
|
+
'editor/undo': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
279
279
|
title?: string;
|
|
280
280
|
titleId?: string;
|
|
281
281
|
desc?: string;
|
|
282
282
|
descId?: string;
|
|
283
283
|
}>;
|
|
284
|
-
'
|
|
284
|
+
'communication/phone': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
285
285
|
title?: string;
|
|
286
286
|
titleId?: string;
|
|
287
287
|
desc?: string;
|
|
288
288
|
descId?: string;
|
|
289
289
|
}>;
|
|
290
|
-
'
|
|
290
|
+
'brandLogos/logoBlack': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
291
291
|
title?: string;
|
|
292
292
|
titleId?: string;
|
|
293
293
|
desc?: string;
|
|
294
294
|
descId?: string;
|
|
295
295
|
}>;
|
|
296
|
-
'
|
|
296
|
+
'brandLogos/logoBusiness': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
297
297
|
title?: string;
|
|
298
298
|
titleId?: string;
|
|
299
299
|
desc?: string;
|
|
300
300
|
descId?: string;
|
|
301
301
|
}>;
|
|
302
|
-
'
|
|
302
|
+
'brandLogos/logoGray': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
303
303
|
title?: string;
|
|
304
304
|
titleId?: string;
|
|
305
305
|
desc?: string;
|
|
306
306
|
descId?: string;
|
|
307
307
|
}>;
|
|
308
|
-
'
|
|
308
|
+
'brandLogos/logoInsurance': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
309
309
|
title?: string;
|
|
310
310
|
titleId?: string;
|
|
311
311
|
desc?: string;
|
|
312
312
|
descId?: string;
|
|
313
313
|
}>;
|
|
314
|
-
'
|
|
314
|
+
'brandLogos/logoMain': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
315
315
|
title?: string;
|
|
316
316
|
titleId?: string;
|
|
317
317
|
desc?: string;
|
|
318
318
|
descId?: string;
|
|
319
319
|
}>;
|
|
320
|
-
'
|
|
320
|
+
'brandLogos/logoWhite': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
321
321
|
title?: string;
|
|
322
322
|
titleId?: string;
|
|
323
323
|
desc?: string;
|
|
324
324
|
descId?: string;
|
|
325
325
|
}>;
|
|
326
|
-
'
|
|
326
|
+
'arrows/arrowCircle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
327
327
|
title?: string;
|
|
328
328
|
titleId?: string;
|
|
329
329
|
desc?: string;
|
|
330
330
|
descId?: string;
|
|
331
331
|
}>;
|
|
332
|
-
'
|
|
332
|
+
'arrows/arrowDownRight': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
333
333
|
title?: string;
|
|
334
334
|
titleId?: string;
|
|
335
335
|
desc?: string;
|
|
336
336
|
descId?: string;
|
|
337
337
|
}>;
|
|
338
|
-
'
|
|
338
|
+
'arrows/arrowLink': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
339
339
|
title?: string;
|
|
340
340
|
titleId?: string;
|
|
341
341
|
desc?: string;
|
|
342
342
|
descId?: string;
|
|
343
343
|
}>;
|
|
344
|
-
'
|
|
344
|
+
'arrows/arrowRight': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
345
345
|
title?: string;
|
|
346
346
|
titleId?: string;
|
|
347
347
|
desc?: string;
|
|
348
348
|
descId?: string;
|
|
349
349
|
}>;
|
|
350
|
-
'
|
|
350
|
+
'arrows/arrowRotate': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
351
351
|
title?: string;
|
|
352
352
|
titleId?: string;
|
|
353
353
|
desc?: string;
|
|
354
354
|
descId?: string;
|
|
355
355
|
}>;
|
|
356
|
-
'
|
|
356
|
+
'arrows/arrowScroll': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
357
357
|
title?: string;
|
|
358
358
|
titleId?: string;
|
|
359
359
|
desc?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CopyrightClasses, FooterLogoClasses, NavigationLinksClasses, PhoneBlockClasses, SiteMapClasses, SocialLinksClasses } from '../ui';
|
|
2
|
-
import {
|
|
2
|
+
import { AllowedIconsGroup } from '../../../../shared/ui/icon/allowedIcons';
|
|
3
3
|
export interface FooterSocialLinks {
|
|
4
|
-
iconName:
|
|
4
|
+
iconName: AllowedIconsGroup<'social'>;
|
|
5
5
|
href: string;
|
|
6
6
|
target?: string;
|
|
7
7
|
}
|
package/dist/types/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/model/utils.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export type IconNames = Extract<SpritesMap['files'], 'documentFilled' | 'documentOutline'>;
|
|
1
|
+
export type IconNames = 'documentFilled' | 'documentOutline';
|
|
3
2
|
export declare const iconsMap: Record<IconNames, `files/${IconNames}`>;
|
|
4
3
|
export declare const iconConfig: (props?: ({
|
|
5
4
|
iconType?: "documentFilled" | "documentOutline" | null | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scbt-ecom/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.110.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -89,7 +89,6 @@
|
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
91
|
"@hookform/resolvers": "^3.9.0",
|
|
92
|
-
"@headlessui/react": "^2.1.2",
|
|
93
92
|
"@radix-ui/react-checkbox": "^1.1.1",
|
|
94
93
|
"@radix-ui/react-popover": "^1.1.1",
|
|
95
94
|
"@radix-ui/react-radio-group": "^1.2.0",
|
|
@@ -128,7 +127,8 @@
|
|
|
128
127
|
"use-mask-input": "^3.4.2",
|
|
129
128
|
"uuid": "^11.1.0",
|
|
130
129
|
"vite-plugin-svgr": "^4.3.0",
|
|
131
|
-
"zod": "^3.23.8"
|
|
130
|
+
"zod": "^3.23.8",
|
|
131
|
+
"@floating-ui/react": "^0.26.16"
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
134
|
"@eslint/compat": "^1.2.1",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
const i={arrows:{filePath:"arrows.svg",items:{arrowCircle:{viewBox:"0 0 32 32",width:32,height:32},arrowDownRight:{viewBox:"0 0 24 24",width:24,height:24},arrowLink:{viewBox:"0 0 24 24",width:24,height:24},arrowRight:{viewBox:"0 0 16 17",width:16,height:17},arrowRotate:{viewBox:"0 0 18 18",width:18,height:18},arrowScroll:{viewBox:"0 0 14 16",width:14,height:16}}},brandLogos:{filePath:"brandLogos.svg",items:{logoBlack:{viewBox:"0 0 194 32",width:194,height:32},logoBusiness:{viewBox:"0 0 192 32",width:192,height:32},logoGray:{viewBox:"0 0 194 32",width:194,height:32},logoInsurance:{viewBox:"0 0 193 32",width:193,height:32},logoMain:{viewBox:"0 0 192 32",width:192,height:32},logoWhite:{viewBox:"0 0 194 32",width:194,height:32}}},communication:{filePath:"communication.svg",items:{phone:{viewBox:"0 0 24 24",width:24,height:24}}},editor:{filePath:"editor.svg",items:{bold:{viewBox:"0 0 24 24",width:24,height:24},heading:{viewBox:"0 0 24 24",width:24,height:24},italic:{viewBox:"0 0 24 24",width:24,height:24},link:{viewBox:"0 0 24 24",width:24,height:24},list:{viewBox:"0 0 24 24",width:24,height:24},palette:{viewBox:"0 0 24 24",width:24,height:24},redo:{viewBox:"0 0 24 24",width:24,height:24},removeFormatting:{viewBox:"0 0 24 24",width:24,height:24},space:{viewBox:"0 0 24 24",width:24,height:24},strikethrough:{viewBox:"0 0 24 24",width:24,height:24},typography:{viewBox:"0 0 24 24",width:24,height:24},underline:{viewBox:"0 0 24 24",width:24,height:24},undo:{viewBox:"0 0 24 24",width:24,height:24}}},files:{filePath:"files.svg",items:{border:{viewBox:"0 0 476 64",width:476,height:64},borderError:{viewBox:"0 0 476 64",width:476,height:64},documentFilled:{viewBox:"0 0 22 28",width:22,height:28},documentOutline:{viewBox:"0 0 22 28",width:22,height:28},upload:{viewBox:"0 0 23 20",width:23,height:20}}},general:{filePath:"general.svg",items:{calendar:{viewBox:"0 0 19 20",width:19,height:20},check:{viewBox:"0 0 24 24",width:24,height:24},close:{viewBox:"0 0 24 24",width:24,height:24},edit:{viewBox:"0 0 19 19",width:19,height:19},hiddenEye:{viewBox:"0 0 20 18",width:20,height:18},menu:{viewBox:"0 0 24 24",width:24,height:24},plus:{viewBox:"0 0 16 16",width:16,height:16},reorder:{viewBox:"0 0 12 18",width:12,height:18},search:{viewBox:"0 0 24 24",width:24,height:24},shield:{viewBox:"0 0 25 24",width:25,height:24},showEye:{viewBox:"0 0 20 14",width:20,height:14}}},info:{filePath:"info.svg",items:{helpCircle:{viewBox:"0 0 12 12",width:12,height:12},warningCircle:{viewBox:"0 0 20 20",width:20,height:20}}},logos:{filePath:"logos.svg",items:{beeline:{viewBox:"0 0 32 32",width:32,height:32},megafon:{viewBox:"0 0 32 32",width:32,height:32},mts:{viewBox:"0 0 32 32",width:32,height:32}}},media:{filePath:"media.svg",items:{desktop:{viewBox:"0 0 24 24",width:24,height:24},mobile:{viewBox:"0 0 24 24",width:24,height:24}}},social:{filePath:"social.svg",items:{classmates:{viewBox:"0 0 9 15",width:9,height:15},telegram:{viewBox:"0 0 15 13",width:15,height:13},vk:{viewBox:"0 0 16 9",width:16,height:9}}},status:{filePath:"status.svg",items:{badSmile:{viewBox:"0 0 30 30",width:30,height:30},iconMark:{viewBox:"0 0 24 20",width:24,height:20},iconRetry:{viewBox:"0 0 24 24",width:24,height:24},iconUser:{viewBox:"0 0 24 28",width:24,height:28}}}};export{i as SPRITES_META};
|
|
2
|
-
//# sourceMappingURL=sprite.gen.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sprite.gen.js","sources":["../../../../../lib/shared/ui/icon/sprite.gen.ts"],"sourcesContent":["export interface SpritesMap {\n arrows: 'arrowCircle' | 'arrowDownRight' | 'arrowLink' | 'arrowRight' | 'arrowRotate' | 'arrowScroll'\n brandLogos: 'logoBlack' | 'logoBusiness' | 'logoGray' | 'logoInsurance' | 'logoMain' | 'logoWhite'\n communication: 'phone'\n editor:\n | 'bold'\n | 'heading'\n | 'italic'\n | 'link'\n | 'list'\n | 'palette'\n | 'redo'\n | 'removeFormatting'\n | 'space'\n | 'strikethrough'\n | 'typography'\n | 'underline'\n | 'undo'\n files: 'border' | 'borderError' | 'documentFilled' | 'documentOutline' | 'upload'\n general: 'calendar' | 'check' | 'close' | 'edit' | 'hiddenEye' | 'menu' | 'plus' | 'reorder' | 'search' | 'shield' | 'showEye'\n info: 'helpCircle' | 'warningCircle'\n logos: 'beeline' | 'megafon' | 'mts'\n media: 'desktop' | 'mobile'\n social: 'classmates' | 'telegram' | 'vk'\n status: 'badSmile' | 'iconMark' | 'iconRetry' | 'iconUser'\n}\nexport const SPRITES_META: {\n [Key in keyof SpritesMap]: {\n filePath: string\n items: Record<\n SpritesMap[Key],\n {\n viewBox: string\n width: number\n height: number\n }\n >\n }\n} = {\n arrows: {\n filePath: 'arrows.svg',\n items: {\n arrowCircle: {\n viewBox: '0 0 32 32',\n width: 32,\n height: 32\n },\n arrowDownRight: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n arrowLink: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n arrowRight: {\n viewBox: '0 0 16 17',\n width: 16,\n height: 17\n },\n arrowRotate: {\n viewBox: '0 0 18 18',\n width: 18,\n height: 18\n },\n arrowScroll: {\n viewBox: '0 0 14 16',\n width: 14,\n height: 16\n }\n }\n },\n brandLogos: {\n filePath: 'brandLogos.svg',\n items: {\n logoBlack: {\n viewBox: '0 0 194 32',\n width: 194,\n height: 32\n },\n logoBusiness: {\n viewBox: '0 0 192 32',\n width: 192,\n height: 32\n },\n logoGray: {\n viewBox: '0 0 194 32',\n width: 194,\n height: 32\n },\n logoInsurance: {\n viewBox: '0 0 193 32',\n width: 193,\n height: 32\n },\n logoMain: {\n viewBox: '0 0 192 32',\n width: 192,\n height: 32\n },\n logoWhite: {\n viewBox: '0 0 194 32',\n width: 194,\n height: 32\n }\n }\n },\n communication: {\n filePath: 'communication.svg',\n items: {\n phone: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n }\n }\n },\n editor: {\n filePath: 'editor.svg',\n items: {\n bold: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n heading: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n italic: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n link: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n list: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n palette: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n redo: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n removeFormatting: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n space: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n strikethrough: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n typography: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n underline: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n undo: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n }\n }\n },\n files: {\n filePath: 'files.svg',\n items: {\n border: {\n viewBox: '0 0 476 64',\n width: 476,\n height: 64\n },\n borderError: {\n viewBox: '0 0 476 64',\n width: 476,\n height: 64\n },\n documentFilled: {\n viewBox: '0 0 22 28',\n width: 22,\n height: 28\n },\n documentOutline: {\n viewBox: '0 0 22 28',\n width: 22,\n height: 28\n },\n upload: {\n viewBox: '0 0 23 20',\n width: 23,\n height: 20\n }\n }\n },\n general: {\n filePath: 'general.svg',\n items: {\n calendar: {\n viewBox: '0 0 19 20',\n width: 19,\n height: 20\n },\n check: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n close: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n edit: {\n viewBox: '0 0 19 19',\n width: 19,\n height: 19\n },\n hiddenEye: {\n viewBox: '0 0 20 18',\n width: 20,\n height: 18\n },\n menu: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n plus: {\n viewBox: '0 0 16 16',\n width: 16,\n height: 16\n },\n reorder: {\n viewBox: '0 0 12 18',\n width: 12,\n height: 18\n },\n search: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n shield: {\n viewBox: '0 0 25 24',\n width: 25,\n height: 24\n },\n showEye: {\n viewBox: '0 0 20 14',\n width: 20,\n height: 14\n }\n }\n },\n info: {\n filePath: 'info.svg',\n items: {\n helpCircle: {\n viewBox: '0 0 12 12',\n width: 12,\n height: 12\n },\n warningCircle: {\n viewBox: '0 0 20 20',\n width: 20,\n height: 20\n }\n }\n },\n logos: {\n filePath: 'logos.svg',\n items: {\n beeline: {\n viewBox: '0 0 32 32',\n width: 32,\n height: 32\n },\n megafon: {\n viewBox: '0 0 32 32',\n width: 32,\n height: 32\n },\n mts: {\n viewBox: '0 0 32 32',\n width: 32,\n height: 32\n }\n }\n },\n media: {\n filePath: 'media.svg',\n items: {\n desktop: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n mobile: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n }\n }\n },\n social: {\n filePath: 'social.svg',\n items: {\n classmates: {\n viewBox: '0 0 9 15',\n width: 9,\n height: 15\n },\n telegram: {\n viewBox: '0 0 15 13',\n width: 15,\n height: 13\n },\n vk: {\n viewBox: '0 0 16 9',\n width: 16,\n height: 9\n }\n }\n },\n status: {\n filePath: 'status.svg',\n items: {\n badSmile: {\n viewBox: '0 0 30 30',\n width: 30,\n height: 30\n },\n iconMark: {\n viewBox: '0 0 24 20',\n width: 24,\n height: 20\n },\n iconRetry: {\n viewBox: '0 0 24 24',\n width: 24,\n height: 24\n },\n iconUser: {\n viewBox: '0 0 24 28',\n width: 24,\n height: 28\n }\n }\n }\n}\n"],"names":["SPRITES_META"],"mappings":"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"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export interface SpritesMap {
|
|
2
|
-
arrows: 'arrowCircle' | 'arrowDownRight' | 'arrowLink' | 'arrowRight' | 'arrowRotate' | 'arrowScroll';
|
|
3
|
-
brandLogos: 'logoBlack' | 'logoBusiness' | 'logoGray' | 'logoInsurance' | 'logoMain' | 'logoWhite';
|
|
4
|
-
communication: 'phone';
|
|
5
|
-
editor: 'bold' | 'heading' | 'italic' | 'link' | 'list' | 'palette' | 'redo' | 'removeFormatting' | 'space' | 'strikethrough' | 'typography' | 'underline' | 'undo';
|
|
6
|
-
files: 'border' | 'borderError' | 'documentFilled' | 'documentOutline' | 'upload';
|
|
7
|
-
general: 'calendar' | 'check' | 'close' | 'edit' | 'hiddenEye' | 'menu' | 'plus' | 'reorder' | 'search' | 'shield' | 'showEye';
|
|
8
|
-
info: 'helpCircle' | 'warningCircle';
|
|
9
|
-
logos: 'beeline' | 'megafon' | 'mts';
|
|
10
|
-
media: 'desktop' | 'mobile';
|
|
11
|
-
social: 'classmates' | 'telegram' | 'vk';
|
|
12
|
-
status: 'badSmile' | 'iconMark' | 'iconRetry' | 'iconUser';
|
|
13
|
-
}
|
|
14
|
-
export declare const SPRITES_META: {
|
|
15
|
-
[Key in keyof SpritesMap]: {
|
|
16
|
-
filePath: string;
|
|
17
|
-
items: Record<SpritesMap[Key], {
|
|
18
|
-
viewBox: string;
|
|
19
|
-
width: number;
|
|
20
|
-
height: number;
|
|
21
|
-
}>;
|
|
22
|
-
};
|
|
23
|
-
};
|