mediacube-ui-v2 0.0.180 → 0.0.182
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/base.scss +1 -1
- package/dist/iconsSprite.svg +1 -1
- package/dist/mediacube-ui-v2.js +2568 -2549
- package/dist/mediacube-ui-v2.umd.cjs +4 -4
- package/dist/style.css +1 -1
- package/dist/styles/tooltip.scss +1 -1
- package/dist/types/components/elements/McFieldSelect/McFieldSelect.vue.d.ts +3 -3
- package/dist/types/components/elements/McNodata/McNoData.vue.d.ts +3 -3
- package/dist/types/components/elements/McNotification/McNotification.vue.d.ts +5 -5
- package/dist/types/components/patterns/McSideBar/McSideBar.vue.d.ts +6 -3
- package/dist/types/components/patterns/McSideBar/McSideBarButton/McSideBarButton.vue.d.ts +1 -1
- package/dist/types/components/patterns/McSideBar/McSideBarCenter/McSideBarCenter.vue.d.ts +11 -2
- package/dist/types/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue.d.ts +3 -3
- package/dist/types/components/patterns/McTab/McTab.vue.d.ts +6 -6
- package/dist/types/components/templates/McDrawer/McDrawer.vue.d.ts +3 -3
- package/dist/types/components/templates/McTable/McTable/McTable.vue.d.ts +3 -3
- package/dist/types/components/templates/McToast/McToast.vue.d.ts +1 -1
- package/dist/types/composables/useDrawer.d.ts +1 -1
- package/dist/types/types/styles/Icons.d.ts +22 -0
- package/package.json +1 -1
|
@@ -31,6 +31,7 @@ declare const icons: {
|
|
|
31
31
|
readonly arrow_forward: string;
|
|
32
32
|
readonly arrow_leftward: string;
|
|
33
33
|
readonly arrow_rightward: string;
|
|
34
|
+
readonly arrow_split: string;
|
|
34
35
|
readonly arrow_to_grow_circle: string;
|
|
35
36
|
readonly arrow_up_down: string;
|
|
36
37
|
readonly arrow_upward: string;
|
|
@@ -70,6 +71,7 @@ declare const icons: {
|
|
|
70
71
|
readonly bug_report: string;
|
|
71
72
|
readonly building: string;
|
|
72
73
|
readonly building_colored: string;
|
|
74
|
+
readonly buildings: string;
|
|
73
75
|
readonly business_center: string;
|
|
74
76
|
readonly calendar: string;
|
|
75
77
|
readonly calendar_colored: string;
|
|
@@ -85,10 +87,13 @@ declare const icons: {
|
|
|
85
87
|
readonly capitalist: string;
|
|
86
88
|
readonly capitalist_colored: string;
|
|
87
89
|
readonly card: string;
|
|
90
|
+
readonly card_mastercard_colored: string;
|
|
91
|
+
readonly card_mir_colored: string;
|
|
88
92
|
readonly card_off: string;
|
|
89
93
|
readonly card_off_circle: string;
|
|
90
94
|
readonly card_to_card_blue: string;
|
|
91
95
|
readonly card_to_card_colored: string;
|
|
96
|
+
readonly card_visa_colored: string;
|
|
92
97
|
readonly "cash-ad": string;
|
|
93
98
|
readonly cash: string;
|
|
94
99
|
readonly category: string;
|
|
@@ -145,6 +150,7 @@ declare const icons: {
|
|
|
145
150
|
readonly dashboard: string;
|
|
146
151
|
readonly date_range: string;
|
|
147
152
|
readonly deeplinks: string;
|
|
153
|
+
readonly deferred_payment: string;
|
|
148
154
|
readonly "delete-account": string;
|
|
149
155
|
readonly delete: string;
|
|
150
156
|
readonly delete_alt: string;
|
|
@@ -191,11 +197,14 @@ declare const icons: {
|
|
|
191
197
|
readonly favorite: string;
|
|
192
198
|
readonly file: string;
|
|
193
199
|
readonly file_add: string;
|
|
200
|
+
readonly file_check: string;
|
|
194
201
|
readonly file_copy: string;
|
|
195
202
|
readonly file_download: string;
|
|
196
203
|
readonly file_export: string;
|
|
197
204
|
readonly file_eye: string;
|
|
198
205
|
readonly file_import: string;
|
|
206
|
+
readonly file_list: string;
|
|
207
|
+
readonly file_list_cross: string;
|
|
199
208
|
readonly file_new: string;
|
|
200
209
|
readonly filter_list: string;
|
|
201
210
|
readonly find_in_page: string;
|
|
@@ -268,7 +277,10 @@ declare const icons: {
|
|
|
268
277
|
readonly lock_old: string;
|
|
269
278
|
readonly logout: string;
|
|
270
279
|
readonly magic_blink: string;
|
|
280
|
+
readonly mail_close: string;
|
|
271
281
|
readonly mail_outline: string;
|
|
282
|
+
readonly mail_simple: string;
|
|
283
|
+
readonly marketplace: string;
|
|
272
284
|
readonly mc_assist: string;
|
|
273
285
|
readonly mc_dashboard: string;
|
|
274
286
|
readonly mc_id: string;
|
|
@@ -311,12 +323,16 @@ declare const icons: {
|
|
|
311
323
|
readonly paypal: string;
|
|
312
324
|
readonly paypal_colored: string;
|
|
313
325
|
readonly percent: string;
|
|
326
|
+
readonly percent_circle_arrow: string;
|
|
327
|
+
readonly person_close: string;
|
|
314
328
|
readonly personal_email_colored: string;
|
|
315
329
|
readonly phone_colored: string;
|
|
316
330
|
readonly photo_add: string;
|
|
317
331
|
readonly picture: string;
|
|
318
332
|
readonly picture_thin: string;
|
|
319
333
|
readonly plane: string;
|
|
334
|
+
readonly plane_simple: string;
|
|
335
|
+
readonly planet_colored: string;
|
|
320
336
|
readonly "play-videos": string;
|
|
321
337
|
readonly play: string;
|
|
322
338
|
readonly play_circle_solid: string;
|
|
@@ -329,6 +345,7 @@ declare const icons: {
|
|
|
329
345
|
readonly ready: string;
|
|
330
346
|
readonly receipt: string;
|
|
331
347
|
readonly receipt_thin: string;
|
|
348
|
+
readonly receipt_torn: string;
|
|
332
349
|
readonly recording: string;
|
|
333
350
|
readonly recording_circle: string;
|
|
334
351
|
readonly recruiters: string;
|
|
@@ -343,11 +360,13 @@ declare const icons: {
|
|
|
343
360
|
readonly requisites: string;
|
|
344
361
|
readonly reset: string;
|
|
345
362
|
readonly resize_video: string;
|
|
363
|
+
readonly return: string;
|
|
346
364
|
readonly revenue: string;
|
|
347
365
|
readonly review: string;
|
|
348
366
|
readonly ripple_colored: string;
|
|
349
367
|
readonly rocket: string;
|
|
350
368
|
readonly rocket_colored: string;
|
|
369
|
+
readonly rocket_simple: string;
|
|
351
370
|
readonly rocket_small: string;
|
|
352
371
|
readonly role: string;
|
|
353
372
|
readonly safety: string;
|
|
@@ -390,6 +409,7 @@ declare const icons: {
|
|
|
390
409
|
readonly studio_icon: string;
|
|
391
410
|
readonly subscriptions: string;
|
|
392
411
|
readonly suitcase: string;
|
|
412
|
+
readonly suitcase_close: string;
|
|
393
413
|
readonly supervised_user_circle: string;
|
|
394
414
|
readonly support: string;
|
|
395
415
|
readonly swap_cubes: string;
|
|
@@ -418,8 +438,10 @@ declare const icons: {
|
|
|
418
438
|
readonly upload_img: string;
|
|
419
439
|
readonly usd_coin_colored: string;
|
|
420
440
|
readonly user: string;
|
|
441
|
+
readonly user_copy: string;
|
|
421
442
|
readonly user_edit: string;
|
|
422
443
|
readonly user_kyc: string;
|
|
444
|
+
readonly user_square_close: string;
|
|
423
445
|
readonly viber: string;
|
|
424
446
|
readonly viber_colored: string;
|
|
425
447
|
readonly videoblocks: string;
|