@uzum-tech/ui 1.8.1 → 1.8.2
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/index.js +189 -135
- package/dist/index.prod.js +3 -3
- package/es/_internal/scrollbar/src/Scrollbar.js +1 -1
- package/es/button/src/Button.d.ts +72 -0
- package/es/button/src/Button.js +13 -7
- package/es/button/src/styles/index.cssr.js +1 -2
- package/es/button/styles/light.d.ts +8 -0
- package/es/button/styles/light.js +7 -7
- package/es/calendar/src/Calendar.d.ts +80 -0
- package/es/calendar/styles/light.d.ts +8 -0
- package/es/chat/src/Chat.d.ts +87 -7
- package/es/chat/src/Chat.js +11 -12
- package/es/chat/src/ChatListItems.d.ts +88 -0
- package/es/chat/src/ChatListItems.js +4 -1
- package/es/chat/src/ChatMessages.d.ts +88 -0
- package/es/chat/src/styles/index.cssr.js +1 -3
- package/es/chat/styles/dark.d.ts +8 -0
- package/es/chat/styles/light.d.ts +8 -0
- package/es/color-picker/src/ColorInputUnit.d.ts +8 -0
- package/es/color-picker/src/ColorPicker.d.ts +72 -0
- package/es/color-picker/styles/light.d.ts +8 -0
- package/es/data-table/src/DataTable.d.ts +56 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +8 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +8 -0
- package/es/data-table/src/TableParts/Body.d.ts +8 -0
- package/es/data-table/src/TableParts/Header.d.ts +8 -0
- package/es/data-table/src/interface.d.ts +24 -0
- package/es/data-table/styles/light.d.ts +8 -0
- package/es/date-picker/src/DatePicker.d.ts +168 -0
- package/es/date-picker/src/panel/date.d.ts +24 -0
- package/es/date-picker/src/panel/daterange.d.ts +24 -0
- package/es/date-picker/src/panel/datetime.d.ts +24 -0
- package/es/date-picker/src/panel/datetimerange.d.ts +24 -0
- package/es/date-picker/src/panel/panelMonth.d.ts +48 -0
- package/es/date-picker/src/panel/panelMonthContent.d.ts +24 -0
- package/es/date-picker/src/panel/panelYear.d.ts +48 -0
- package/es/date-picker/src/panel/panelYearContent.d.ts +24 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +24 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +24 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +24 -0
- package/es/date-picker/styles/light.d.ts +16 -0
- package/es/dialog/src/Dialog.d.ts +56 -0
- package/es/dialog/src/DialogProvider.d.ts +16 -0
- package/es/dialog/styles/light.d.ts +8 -0
- package/es/dynamic-input/src/DynamicInput.d.ts +80 -0
- package/es/dynamic-input/src/InputPreset.d.ts +8 -0
- package/es/dynamic-input/src/PairPreset.d.ts +8 -0
- package/es/dynamic-input/styles/light.d.ts +8 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +80 -0
- package/es/dynamic-tags/styles/light.d.ts +8 -0
- package/es/input-number/src/InputNumber.d.ts +80 -0
- package/es/input-number/styles/light.d.ts +8 -0
- package/es/legacy-transfer/src/Transfer.d.ts +80 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +8 -0
- package/es/legacy-transfer/src/TransferList.d.ts +8 -0
- package/es/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/es/legacy-transfer/styles/light.d.ts +8 -0
- package/es/modal/src/BodyWrapper.d.ts +16 -0
- package/es/modal/src/Modal.d.ts +72 -0
- package/es/modal/styles/light.d.ts +8 -0
- package/es/notification/src/Notification.d.ts +5 -0
- package/es/notification/src/Notification.js +16 -6
- package/es/notification/src/NotificationContainer.d.ts +12 -0
- package/es/notification/src/NotificationProvider.d.ts +108 -0
- package/es/notification/src/styles/index.cssr.js +12 -8
- package/es/notification/styles/light.d.ts +24 -0
- package/es/notification/styles/light.js +9 -8
- package/es/popconfirm/src/Popconfirm.d.ts +80 -0
- package/es/popconfirm/styles/light.d.ts +8 -0
- package/es/time-picker/src/Panel.d.ts +8 -0
- package/es/time-picker/src/TimePicker.d.ts +80 -0
- package/es/time-picker/styles/light.d.ts +8 -0
- package/es/transfer/src/Transfer.d.ts +80 -0
- package/es/transfer/src/TransferFilter.d.ts +8 -0
- package/es/transfer/src/TransferList.d.ts +8 -0
- package/es/transfer/src/TransferListItem.d.ts +8 -0
- package/es/transfer/styles/light.d.ts +8 -0
- package/es/upload/src/Upload.d.ts +90 -0
- package/es/upload/src/Upload.js +2 -1
- package/es/upload/src/UploadFile.d.ts +9 -0
- package/es/upload/src/UploadProgress.d.ts +9 -0
- package/es/upload/src/styles/index.cssr.js +1 -0
- package/es/upload/src/useUploadActionsRender.js +5 -1
- package/es/upload/styles/light.d.ts +10 -0
- package/es/upload/styles/light.js +6 -5
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/scrollbar/src/Scrollbar.js +1 -1
- package/lib/button/src/Button.d.ts +72 -0
- package/lib/button/src/Button.js +13 -7
- package/lib/button/src/styles/index.cssr.js +1 -2
- package/lib/button/styles/light.d.ts +8 -0
- package/lib/button/styles/light.js +7 -7
- package/lib/calendar/src/Calendar.d.ts +80 -0
- package/lib/calendar/styles/light.d.ts +8 -0
- package/lib/chat/src/Chat.d.ts +87 -7
- package/lib/chat/src/Chat.js +11 -12
- package/lib/chat/src/ChatListItems.d.ts +88 -0
- package/lib/chat/src/ChatListItems.js +4 -1
- package/lib/chat/src/ChatMessages.d.ts +88 -0
- package/lib/chat/src/styles/index.cssr.js +1 -3
- package/lib/chat/styles/dark.d.ts +8 -0
- package/lib/chat/styles/light.d.ts +8 -0
- package/lib/color-picker/src/ColorInputUnit.d.ts +8 -0
- package/lib/color-picker/src/ColorPicker.d.ts +72 -0
- package/lib/color-picker/styles/light.d.ts +8 -0
- package/lib/data-table/src/DataTable.d.ts +56 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +8 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +8 -0
- package/lib/data-table/src/TableParts/Body.d.ts +8 -0
- package/lib/data-table/src/TableParts/Header.d.ts +8 -0
- package/lib/data-table/src/interface.d.ts +24 -0
- package/lib/data-table/styles/light.d.ts +8 -0
- package/lib/date-picker/src/DatePicker.d.ts +168 -0
- package/lib/date-picker/src/panel/date.d.ts +24 -0
- package/lib/date-picker/src/panel/daterange.d.ts +24 -0
- package/lib/date-picker/src/panel/datetime.d.ts +24 -0
- package/lib/date-picker/src/panel/datetimerange.d.ts +24 -0
- package/lib/date-picker/src/panel/panelMonth.d.ts +48 -0
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +24 -0
- package/lib/date-picker/src/panel/panelYear.d.ts +48 -0
- package/lib/date-picker/src/panel/panelYearContent.d.ts +24 -0
- package/lib/date-picker/src/panel/use-calendar.d.ts +24 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +24 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +24 -0
- package/lib/date-picker/styles/light.d.ts +16 -0
- package/lib/dialog/src/Dialog.d.ts +56 -0
- package/lib/dialog/src/DialogProvider.d.ts +16 -0
- package/lib/dialog/styles/light.d.ts +8 -0
- package/lib/dynamic-input/src/DynamicInput.d.ts +80 -0
- package/lib/dynamic-input/src/InputPreset.d.ts +8 -0
- package/lib/dynamic-input/src/PairPreset.d.ts +8 -0
- package/lib/dynamic-input/styles/light.d.ts +8 -0
- package/lib/dynamic-tags/src/DynamicTags.d.ts +80 -0
- package/lib/dynamic-tags/styles/light.d.ts +8 -0
- package/lib/input-number/src/InputNumber.d.ts +80 -0
- package/lib/input-number/styles/light.d.ts +8 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +80 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +8 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +8 -0
- package/lib/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/lib/legacy-transfer/styles/light.d.ts +8 -0
- package/lib/modal/src/BodyWrapper.d.ts +16 -0
- package/lib/modal/src/Modal.d.ts +72 -0
- package/lib/modal/styles/light.d.ts +8 -0
- package/lib/notification/src/Notification.d.ts +5 -0
- package/lib/notification/src/Notification.js +14 -4
- package/lib/notification/src/NotificationContainer.d.ts +12 -0
- package/lib/notification/src/NotificationProvider.d.ts +108 -0
- package/lib/notification/src/styles/index.cssr.js +12 -8
- package/lib/notification/styles/light.d.ts +24 -0
- package/lib/notification/styles/light.js +9 -8
- package/lib/popconfirm/src/Popconfirm.d.ts +80 -0
- package/lib/popconfirm/styles/light.d.ts +8 -0
- package/lib/time-picker/src/Panel.d.ts +8 -0
- package/lib/time-picker/src/TimePicker.d.ts +80 -0
- package/lib/time-picker/styles/light.d.ts +8 -0
- package/lib/transfer/src/Transfer.d.ts +80 -0
- package/lib/transfer/src/TransferFilter.d.ts +8 -0
- package/lib/transfer/src/TransferList.d.ts +8 -0
- package/lib/transfer/src/TransferListItem.d.ts +8 -0
- package/lib/transfer/styles/light.d.ts +8 -0
- package/lib/upload/src/Upload.d.ts +90 -0
- package/lib/upload/src/Upload.js +2 -1
- package/lib/upload/src/UploadFile.d.ts +9 -0
- package/lib/upload/src/UploadProgress.d.ts +9 -0
- package/lib/upload/src/styles/index.cssr.js +1 -0
- package/lib/upload/src/useUploadActionsRender.js +5 -1
- package/lib/upload/styles/light.d.ts +10 -0
- package/lib/upload/styles/light.js +6 -5
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +4 -4
|
@@ -77,6 +77,8 @@ export declare const notificationProviderProps: {
|
|
|
77
77
|
titleTextColor: string;
|
|
78
78
|
descriptionTextColor: string;
|
|
79
79
|
actionTextColor: string;
|
|
80
|
+
iconWrapperColor: string;
|
|
81
|
+
iconWrapperPulseColor: string;
|
|
80
82
|
colorSuccess: string;
|
|
81
83
|
iconColorSuccess: string;
|
|
82
84
|
textColorSuccess: string;
|
|
@@ -88,6 +90,8 @@ export declare const notificationProviderProps: {
|
|
|
88
90
|
titleTextColorSuccess: string;
|
|
89
91
|
descriptionTextColorSuccess: string;
|
|
90
92
|
actionTextColorSuccess: string;
|
|
93
|
+
iconWrapperColorSuccess: string;
|
|
94
|
+
iconWrapperPulseColorSuccess: string;
|
|
91
95
|
colorInfo: string;
|
|
92
96
|
iconColorInfo: string;
|
|
93
97
|
textColorInfo: string;
|
|
@@ -99,6 +103,8 @@ export declare const notificationProviderProps: {
|
|
|
99
103
|
titleTextColorInfo: string;
|
|
100
104
|
descriptionTextColorInfo: string;
|
|
101
105
|
actionTextColorInfo: string;
|
|
106
|
+
iconWrapperColorInfo: string;
|
|
107
|
+
iconWrapperPulseColorInfo: string;
|
|
102
108
|
colorWarning: string;
|
|
103
109
|
iconColorWarning: string;
|
|
104
110
|
textColorWarning: string;
|
|
@@ -110,6 +116,8 @@ export declare const notificationProviderProps: {
|
|
|
110
116
|
titleTextColorWarning: string;
|
|
111
117
|
descriptionTextColorWarning: string;
|
|
112
118
|
actionTextColorWarning: string;
|
|
119
|
+
iconWrapperColorWarning: string;
|
|
120
|
+
iconWrapperPulseColorWarning: string;
|
|
113
121
|
colorError: string;
|
|
114
122
|
iconColorError: string;
|
|
115
123
|
textColorError: string;
|
|
@@ -121,6 +129,8 @@ export declare const notificationProviderProps: {
|
|
|
121
129
|
titleTextColorError: string;
|
|
122
130
|
descriptionTextColorError: string;
|
|
123
131
|
actionTextColorError: string;
|
|
132
|
+
iconWrapperColorError: string;
|
|
133
|
+
iconWrapperPulseColorError: string;
|
|
124
134
|
colorPrimary: string;
|
|
125
135
|
iconColorPrimary: string;
|
|
126
136
|
textColorPrimary: string;
|
|
@@ -132,6 +142,8 @@ export declare const notificationProviderProps: {
|
|
|
132
142
|
titleTextColorPrimary: string;
|
|
133
143
|
descriptionTextColorPrimary: string;
|
|
134
144
|
actionTextColorPrimary: string;
|
|
145
|
+
iconWrapperColorPrimary: string;
|
|
146
|
+
iconWrapperPulseColorPrimary: string;
|
|
135
147
|
width: string;
|
|
136
148
|
padding: string;
|
|
137
149
|
closeBorderRadius: string;
|
|
@@ -168,6 +180,8 @@ export declare const notificationProviderProps: {
|
|
|
168
180
|
titleTextColor: string;
|
|
169
181
|
descriptionTextColor: string;
|
|
170
182
|
actionTextColor: string;
|
|
183
|
+
iconWrapperColor: string;
|
|
184
|
+
iconWrapperPulseColor: string;
|
|
171
185
|
colorSuccess: string;
|
|
172
186
|
iconColorSuccess: string;
|
|
173
187
|
textColorSuccess: string;
|
|
@@ -179,6 +193,8 @@ export declare const notificationProviderProps: {
|
|
|
179
193
|
titleTextColorSuccess: string;
|
|
180
194
|
descriptionTextColorSuccess: string;
|
|
181
195
|
actionTextColorSuccess: string;
|
|
196
|
+
iconWrapperColorSuccess: string;
|
|
197
|
+
iconWrapperPulseColorSuccess: string;
|
|
182
198
|
colorInfo: string;
|
|
183
199
|
iconColorInfo: string;
|
|
184
200
|
textColorInfo: string;
|
|
@@ -190,6 +206,8 @@ export declare const notificationProviderProps: {
|
|
|
190
206
|
titleTextColorInfo: string;
|
|
191
207
|
descriptionTextColorInfo: string;
|
|
192
208
|
actionTextColorInfo: string;
|
|
209
|
+
iconWrapperColorInfo: string;
|
|
210
|
+
iconWrapperPulseColorInfo: string;
|
|
193
211
|
colorWarning: string;
|
|
194
212
|
iconColorWarning: string;
|
|
195
213
|
textColorWarning: string;
|
|
@@ -201,6 +219,8 @@ export declare const notificationProviderProps: {
|
|
|
201
219
|
titleTextColorWarning: string;
|
|
202
220
|
descriptionTextColorWarning: string;
|
|
203
221
|
actionTextColorWarning: string;
|
|
222
|
+
iconWrapperColorWarning: string;
|
|
223
|
+
iconWrapperPulseColorWarning: string;
|
|
204
224
|
colorError: string;
|
|
205
225
|
iconColorError: string;
|
|
206
226
|
textColorError: string;
|
|
@@ -212,6 +232,8 @@ export declare const notificationProviderProps: {
|
|
|
212
232
|
titleTextColorError: string;
|
|
213
233
|
descriptionTextColorError: string;
|
|
214
234
|
actionTextColorError: string;
|
|
235
|
+
iconWrapperColorError: string;
|
|
236
|
+
iconWrapperPulseColorError: string;
|
|
215
237
|
colorPrimary: string;
|
|
216
238
|
iconColorPrimary: string;
|
|
217
239
|
textColorPrimary: string;
|
|
@@ -223,6 +245,8 @@ export declare const notificationProviderProps: {
|
|
|
223
245
|
titleTextColorPrimary: string;
|
|
224
246
|
descriptionTextColorPrimary: string;
|
|
225
247
|
actionTextColorPrimary: string;
|
|
248
|
+
iconWrapperColorPrimary: string;
|
|
249
|
+
iconWrapperPulseColorPrimary: string;
|
|
226
250
|
width: string;
|
|
227
251
|
padding: string;
|
|
228
252
|
closeBorderRadius: string;
|
|
@@ -259,6 +283,8 @@ export declare const notificationProviderProps: {
|
|
|
259
283
|
titleTextColor: string;
|
|
260
284
|
descriptionTextColor: string;
|
|
261
285
|
actionTextColor: string;
|
|
286
|
+
iconWrapperColor: string;
|
|
287
|
+
iconWrapperPulseColor: string;
|
|
262
288
|
colorSuccess: string;
|
|
263
289
|
iconColorSuccess: string;
|
|
264
290
|
textColorSuccess: string;
|
|
@@ -270,6 +296,8 @@ export declare const notificationProviderProps: {
|
|
|
270
296
|
titleTextColorSuccess: string;
|
|
271
297
|
descriptionTextColorSuccess: string;
|
|
272
298
|
actionTextColorSuccess: string;
|
|
299
|
+
iconWrapperColorSuccess: string;
|
|
300
|
+
iconWrapperPulseColorSuccess: string;
|
|
273
301
|
colorInfo: string;
|
|
274
302
|
iconColorInfo: string;
|
|
275
303
|
textColorInfo: string;
|
|
@@ -281,6 +309,8 @@ export declare const notificationProviderProps: {
|
|
|
281
309
|
titleTextColorInfo: string;
|
|
282
310
|
descriptionTextColorInfo: string;
|
|
283
311
|
actionTextColorInfo: string;
|
|
312
|
+
iconWrapperColorInfo: string;
|
|
313
|
+
iconWrapperPulseColorInfo: string;
|
|
284
314
|
colorWarning: string;
|
|
285
315
|
iconColorWarning: string;
|
|
286
316
|
textColorWarning: string;
|
|
@@ -292,6 +322,8 @@ export declare const notificationProviderProps: {
|
|
|
292
322
|
titleTextColorWarning: string;
|
|
293
323
|
descriptionTextColorWarning: string;
|
|
294
324
|
actionTextColorWarning: string;
|
|
325
|
+
iconWrapperColorWarning: string;
|
|
326
|
+
iconWrapperPulseColorWarning: string;
|
|
295
327
|
colorError: string;
|
|
296
328
|
iconColorError: string;
|
|
297
329
|
textColorError: string;
|
|
@@ -303,6 +335,8 @@ export declare const notificationProviderProps: {
|
|
|
303
335
|
titleTextColorError: string;
|
|
304
336
|
descriptionTextColorError: string;
|
|
305
337
|
actionTextColorError: string;
|
|
338
|
+
iconWrapperColorError: string;
|
|
339
|
+
iconWrapperPulseColorError: string;
|
|
306
340
|
colorPrimary: string;
|
|
307
341
|
iconColorPrimary: string;
|
|
308
342
|
textColorPrimary: string;
|
|
@@ -314,6 +348,8 @@ export declare const notificationProviderProps: {
|
|
|
314
348
|
titleTextColorPrimary: string;
|
|
315
349
|
descriptionTextColorPrimary: string;
|
|
316
350
|
actionTextColorPrimary: string;
|
|
351
|
+
iconWrapperColorPrimary: string;
|
|
352
|
+
iconWrapperPulseColorPrimary: string;
|
|
317
353
|
width: string;
|
|
318
354
|
padding: string;
|
|
319
355
|
closeBorderRadius: string;
|
|
@@ -365,6 +401,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
365
401
|
titleTextColor: string;
|
|
366
402
|
descriptionTextColor: string;
|
|
367
403
|
actionTextColor: string;
|
|
404
|
+
iconWrapperColor: string;
|
|
405
|
+
iconWrapperPulseColor: string;
|
|
368
406
|
colorSuccess: string;
|
|
369
407
|
iconColorSuccess: string;
|
|
370
408
|
textColorSuccess: string;
|
|
@@ -376,6 +414,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
376
414
|
titleTextColorSuccess: string;
|
|
377
415
|
descriptionTextColorSuccess: string;
|
|
378
416
|
actionTextColorSuccess: string;
|
|
417
|
+
iconWrapperColorSuccess: string;
|
|
418
|
+
iconWrapperPulseColorSuccess: string;
|
|
379
419
|
colorInfo: string;
|
|
380
420
|
iconColorInfo: string;
|
|
381
421
|
textColorInfo: string;
|
|
@@ -387,6 +427,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
387
427
|
titleTextColorInfo: string;
|
|
388
428
|
descriptionTextColorInfo: string;
|
|
389
429
|
actionTextColorInfo: string;
|
|
430
|
+
iconWrapperColorInfo: string;
|
|
431
|
+
iconWrapperPulseColorInfo: string;
|
|
390
432
|
colorWarning: string;
|
|
391
433
|
iconColorWarning: string;
|
|
392
434
|
textColorWarning: string;
|
|
@@ -398,6 +440,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
398
440
|
titleTextColorWarning: string;
|
|
399
441
|
descriptionTextColorWarning: string;
|
|
400
442
|
actionTextColorWarning: string;
|
|
443
|
+
iconWrapperColorWarning: string;
|
|
444
|
+
iconWrapperPulseColorWarning: string;
|
|
401
445
|
colorError: string;
|
|
402
446
|
iconColorError: string;
|
|
403
447
|
textColorError: string;
|
|
@@ -409,6 +453,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
409
453
|
titleTextColorError: string;
|
|
410
454
|
descriptionTextColorError: string;
|
|
411
455
|
actionTextColorError: string;
|
|
456
|
+
iconWrapperColorError: string;
|
|
457
|
+
iconWrapperPulseColorError: string;
|
|
412
458
|
colorPrimary: string;
|
|
413
459
|
iconColorPrimary: string;
|
|
414
460
|
textColorPrimary: string;
|
|
@@ -420,6 +466,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
420
466
|
titleTextColorPrimary: string;
|
|
421
467
|
descriptionTextColorPrimary: string;
|
|
422
468
|
actionTextColorPrimary: string;
|
|
469
|
+
iconWrapperColorPrimary: string;
|
|
470
|
+
iconWrapperPulseColorPrimary: string;
|
|
423
471
|
width: string;
|
|
424
472
|
padding: string;
|
|
425
473
|
closeBorderRadius: string;
|
|
@@ -456,6 +504,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
456
504
|
titleTextColor: string;
|
|
457
505
|
descriptionTextColor: string;
|
|
458
506
|
actionTextColor: string;
|
|
507
|
+
iconWrapperColor: string;
|
|
508
|
+
iconWrapperPulseColor: string;
|
|
459
509
|
colorSuccess: string;
|
|
460
510
|
iconColorSuccess: string;
|
|
461
511
|
textColorSuccess: string;
|
|
@@ -467,6 +517,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
467
517
|
titleTextColorSuccess: string;
|
|
468
518
|
descriptionTextColorSuccess: string;
|
|
469
519
|
actionTextColorSuccess: string;
|
|
520
|
+
iconWrapperColorSuccess: string;
|
|
521
|
+
iconWrapperPulseColorSuccess: string;
|
|
470
522
|
colorInfo: string;
|
|
471
523
|
iconColorInfo: string;
|
|
472
524
|
textColorInfo: string;
|
|
@@ -478,6 +530,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
478
530
|
titleTextColorInfo: string;
|
|
479
531
|
descriptionTextColorInfo: string;
|
|
480
532
|
actionTextColorInfo: string;
|
|
533
|
+
iconWrapperColorInfo: string;
|
|
534
|
+
iconWrapperPulseColorInfo: string;
|
|
481
535
|
colorWarning: string;
|
|
482
536
|
iconColorWarning: string;
|
|
483
537
|
textColorWarning: string;
|
|
@@ -489,6 +543,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
489
543
|
titleTextColorWarning: string;
|
|
490
544
|
descriptionTextColorWarning: string;
|
|
491
545
|
actionTextColorWarning: string;
|
|
546
|
+
iconWrapperColorWarning: string;
|
|
547
|
+
iconWrapperPulseColorWarning: string;
|
|
492
548
|
colorError: string;
|
|
493
549
|
iconColorError: string;
|
|
494
550
|
textColorError: string;
|
|
@@ -500,6 +556,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
500
556
|
titleTextColorError: string;
|
|
501
557
|
descriptionTextColorError: string;
|
|
502
558
|
actionTextColorError: string;
|
|
559
|
+
iconWrapperColorError: string;
|
|
560
|
+
iconWrapperPulseColorError: string;
|
|
503
561
|
colorPrimary: string;
|
|
504
562
|
iconColorPrimary: string;
|
|
505
563
|
textColorPrimary: string;
|
|
@@ -511,6 +569,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
511
569
|
titleTextColorPrimary: string;
|
|
512
570
|
descriptionTextColorPrimary: string;
|
|
513
571
|
actionTextColorPrimary: string;
|
|
572
|
+
iconWrapperColorPrimary: string;
|
|
573
|
+
iconWrapperPulseColorPrimary: string;
|
|
514
574
|
width: string;
|
|
515
575
|
padding: string;
|
|
516
576
|
closeBorderRadius: string;
|
|
@@ -547,6 +607,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
547
607
|
titleTextColor: string;
|
|
548
608
|
descriptionTextColor: string;
|
|
549
609
|
actionTextColor: string;
|
|
610
|
+
iconWrapperColor: string;
|
|
611
|
+
iconWrapperPulseColor: string;
|
|
550
612
|
colorSuccess: string;
|
|
551
613
|
iconColorSuccess: string;
|
|
552
614
|
textColorSuccess: string;
|
|
@@ -558,6 +620,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
558
620
|
titleTextColorSuccess: string;
|
|
559
621
|
descriptionTextColorSuccess: string;
|
|
560
622
|
actionTextColorSuccess: string;
|
|
623
|
+
iconWrapperColorSuccess: string;
|
|
624
|
+
iconWrapperPulseColorSuccess: string;
|
|
561
625
|
colorInfo: string;
|
|
562
626
|
iconColorInfo: string;
|
|
563
627
|
textColorInfo: string;
|
|
@@ -569,6 +633,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
569
633
|
titleTextColorInfo: string;
|
|
570
634
|
descriptionTextColorInfo: string;
|
|
571
635
|
actionTextColorInfo: string;
|
|
636
|
+
iconWrapperColorInfo: string;
|
|
637
|
+
iconWrapperPulseColorInfo: string;
|
|
572
638
|
colorWarning: string;
|
|
573
639
|
iconColorWarning: string;
|
|
574
640
|
textColorWarning: string;
|
|
@@ -580,6 +646,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
580
646
|
titleTextColorWarning: string;
|
|
581
647
|
descriptionTextColorWarning: string;
|
|
582
648
|
actionTextColorWarning: string;
|
|
649
|
+
iconWrapperColorWarning: string;
|
|
650
|
+
iconWrapperPulseColorWarning: string;
|
|
583
651
|
colorError: string;
|
|
584
652
|
iconColorError: string;
|
|
585
653
|
textColorError: string;
|
|
@@ -591,6 +659,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
591
659
|
titleTextColorError: string;
|
|
592
660
|
descriptionTextColorError: string;
|
|
593
661
|
actionTextColorError: string;
|
|
662
|
+
iconWrapperColorError: string;
|
|
663
|
+
iconWrapperPulseColorError: string;
|
|
594
664
|
colorPrimary: string;
|
|
595
665
|
iconColorPrimary: string;
|
|
596
666
|
textColorPrimary: string;
|
|
@@ -602,6 +672,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
602
672
|
titleTextColorPrimary: string;
|
|
603
673
|
descriptionTextColorPrimary: string;
|
|
604
674
|
actionTextColorPrimary: string;
|
|
675
|
+
iconWrapperColorPrimary: string;
|
|
676
|
+
iconWrapperPulseColorPrimary: string;
|
|
605
677
|
width: string;
|
|
606
678
|
padding: string;
|
|
607
679
|
closeBorderRadius: string;
|
|
@@ -690,6 +762,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
690
762
|
titleTextColor: string;
|
|
691
763
|
descriptionTextColor: string;
|
|
692
764
|
actionTextColor: string;
|
|
765
|
+
iconWrapperColor: string;
|
|
766
|
+
iconWrapperPulseColor: string;
|
|
693
767
|
colorSuccess: string;
|
|
694
768
|
iconColorSuccess: string;
|
|
695
769
|
textColorSuccess: string;
|
|
@@ -701,6 +775,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
701
775
|
titleTextColorSuccess: string;
|
|
702
776
|
descriptionTextColorSuccess: string;
|
|
703
777
|
actionTextColorSuccess: string;
|
|
778
|
+
iconWrapperColorSuccess: string;
|
|
779
|
+
iconWrapperPulseColorSuccess: string;
|
|
704
780
|
colorInfo: string;
|
|
705
781
|
iconColorInfo: string;
|
|
706
782
|
textColorInfo: string;
|
|
@@ -712,6 +788,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
712
788
|
titleTextColorInfo: string;
|
|
713
789
|
descriptionTextColorInfo: string;
|
|
714
790
|
actionTextColorInfo: string;
|
|
791
|
+
iconWrapperColorInfo: string;
|
|
792
|
+
iconWrapperPulseColorInfo: string;
|
|
715
793
|
colorWarning: string;
|
|
716
794
|
iconColorWarning: string;
|
|
717
795
|
textColorWarning: string;
|
|
@@ -723,6 +801,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
723
801
|
titleTextColorWarning: string;
|
|
724
802
|
descriptionTextColorWarning: string;
|
|
725
803
|
actionTextColorWarning: string;
|
|
804
|
+
iconWrapperColorWarning: string;
|
|
805
|
+
iconWrapperPulseColorWarning: string;
|
|
726
806
|
colorError: string;
|
|
727
807
|
iconColorError: string;
|
|
728
808
|
textColorError: string;
|
|
@@ -734,6 +814,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
734
814
|
titleTextColorError: string;
|
|
735
815
|
descriptionTextColorError: string;
|
|
736
816
|
actionTextColorError: string;
|
|
817
|
+
iconWrapperColorError: string;
|
|
818
|
+
iconWrapperPulseColorError: string;
|
|
737
819
|
colorPrimary: string;
|
|
738
820
|
iconColorPrimary: string;
|
|
739
821
|
textColorPrimary: string;
|
|
@@ -745,6 +827,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
745
827
|
titleTextColorPrimary: string;
|
|
746
828
|
descriptionTextColorPrimary: string;
|
|
747
829
|
actionTextColorPrimary: string;
|
|
830
|
+
iconWrapperColorPrimary: string;
|
|
831
|
+
iconWrapperPulseColorPrimary: string;
|
|
748
832
|
width: string;
|
|
749
833
|
padding: string;
|
|
750
834
|
closeBorderRadius: string;
|
|
@@ -781,6 +865,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
781
865
|
titleTextColor: string;
|
|
782
866
|
descriptionTextColor: string;
|
|
783
867
|
actionTextColor: string;
|
|
868
|
+
iconWrapperColor: string;
|
|
869
|
+
iconWrapperPulseColor: string;
|
|
784
870
|
colorSuccess: string;
|
|
785
871
|
iconColorSuccess: string;
|
|
786
872
|
textColorSuccess: string;
|
|
@@ -792,6 +878,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
792
878
|
titleTextColorSuccess: string;
|
|
793
879
|
descriptionTextColorSuccess: string;
|
|
794
880
|
actionTextColorSuccess: string;
|
|
881
|
+
iconWrapperColorSuccess: string;
|
|
882
|
+
iconWrapperPulseColorSuccess: string;
|
|
795
883
|
colorInfo: string;
|
|
796
884
|
iconColorInfo: string;
|
|
797
885
|
textColorInfo: string;
|
|
@@ -803,6 +891,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
803
891
|
titleTextColorInfo: string;
|
|
804
892
|
descriptionTextColorInfo: string;
|
|
805
893
|
actionTextColorInfo: string;
|
|
894
|
+
iconWrapperColorInfo: string;
|
|
895
|
+
iconWrapperPulseColorInfo: string;
|
|
806
896
|
colorWarning: string;
|
|
807
897
|
iconColorWarning: string;
|
|
808
898
|
textColorWarning: string;
|
|
@@ -814,6 +904,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
814
904
|
titleTextColorWarning: string;
|
|
815
905
|
descriptionTextColorWarning: string;
|
|
816
906
|
actionTextColorWarning: string;
|
|
907
|
+
iconWrapperColorWarning: string;
|
|
908
|
+
iconWrapperPulseColorWarning: string;
|
|
817
909
|
colorError: string;
|
|
818
910
|
iconColorError: string;
|
|
819
911
|
textColorError: string;
|
|
@@ -825,6 +917,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
825
917
|
titleTextColorError: string;
|
|
826
918
|
descriptionTextColorError: string;
|
|
827
919
|
actionTextColorError: string;
|
|
920
|
+
iconWrapperColorError: string;
|
|
921
|
+
iconWrapperPulseColorError: string;
|
|
828
922
|
colorPrimary: string;
|
|
829
923
|
iconColorPrimary: string;
|
|
830
924
|
textColorPrimary: string;
|
|
@@ -836,6 +930,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
836
930
|
titleTextColorPrimary: string;
|
|
837
931
|
descriptionTextColorPrimary: string;
|
|
838
932
|
actionTextColorPrimary: string;
|
|
933
|
+
iconWrapperColorPrimary: string;
|
|
934
|
+
iconWrapperPulseColorPrimary: string;
|
|
839
935
|
width: string;
|
|
840
936
|
padding: string;
|
|
841
937
|
closeBorderRadius: string;
|
|
@@ -872,6 +968,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
872
968
|
titleTextColor: string;
|
|
873
969
|
descriptionTextColor: string;
|
|
874
970
|
actionTextColor: string;
|
|
971
|
+
iconWrapperColor: string;
|
|
972
|
+
iconWrapperPulseColor: string;
|
|
875
973
|
colorSuccess: string;
|
|
876
974
|
iconColorSuccess: string;
|
|
877
975
|
textColorSuccess: string;
|
|
@@ -883,6 +981,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
883
981
|
titleTextColorSuccess: string;
|
|
884
982
|
descriptionTextColorSuccess: string;
|
|
885
983
|
actionTextColorSuccess: string;
|
|
984
|
+
iconWrapperColorSuccess: string;
|
|
985
|
+
iconWrapperPulseColorSuccess: string;
|
|
886
986
|
colorInfo: string;
|
|
887
987
|
iconColorInfo: string;
|
|
888
988
|
textColorInfo: string;
|
|
@@ -894,6 +994,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
894
994
|
titleTextColorInfo: string;
|
|
895
995
|
descriptionTextColorInfo: string;
|
|
896
996
|
actionTextColorInfo: string;
|
|
997
|
+
iconWrapperColorInfo: string;
|
|
998
|
+
iconWrapperPulseColorInfo: string;
|
|
897
999
|
colorWarning: string;
|
|
898
1000
|
iconColorWarning: string;
|
|
899
1001
|
textColorWarning: string;
|
|
@@ -905,6 +1007,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
905
1007
|
titleTextColorWarning: string;
|
|
906
1008
|
descriptionTextColorWarning: string;
|
|
907
1009
|
actionTextColorWarning: string;
|
|
1010
|
+
iconWrapperColorWarning: string;
|
|
1011
|
+
iconWrapperPulseColorWarning: string;
|
|
908
1012
|
colorError: string;
|
|
909
1013
|
iconColorError: string;
|
|
910
1014
|
textColorError: string;
|
|
@@ -916,6 +1020,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
916
1020
|
titleTextColorError: string;
|
|
917
1021
|
descriptionTextColorError: string;
|
|
918
1022
|
actionTextColorError: string;
|
|
1023
|
+
iconWrapperColorError: string;
|
|
1024
|
+
iconWrapperPulseColorError: string;
|
|
919
1025
|
colorPrimary: string;
|
|
920
1026
|
iconColorPrimary: string;
|
|
921
1027
|
textColorPrimary: string;
|
|
@@ -927,6 +1033,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
927
1033
|
titleTextColorPrimary: string;
|
|
928
1034
|
descriptionTextColorPrimary: string;
|
|
929
1035
|
actionTextColorPrimary: string;
|
|
1036
|
+
iconWrapperColorPrimary: string;
|
|
1037
|
+
iconWrapperPulseColorPrimary: string;
|
|
930
1038
|
width: string;
|
|
931
1039
|
padding: string;
|
|
932
1040
|
closeBorderRadius: string;
|
|
@@ -129,6 +129,8 @@ export default c([cB('notification-container', `
|
|
|
129
129
|
display: flex;
|
|
130
130
|
overflow: hidden;
|
|
131
131
|
flex-shrink: 0;
|
|
132
|
+
padding-top: var(--u-padding-top);
|
|
133
|
+
padding-bottom: var(--u-padding-bottom);
|
|
132
134
|
padding-left: var(--u-padding-left);
|
|
133
135
|
padding-right: var(--u-padding-right);
|
|
134
136
|
width: var(--u-width);
|
|
@@ -138,12 +140,14 @@ export default c([cB('notification-container', `
|
|
|
138
140
|
border-radius: var(--u-border-radius);
|
|
139
141
|
box-sizing: border-box;
|
|
140
142
|
opacity: 1;
|
|
141
|
-
|
|
143
|
+
box-shadow: 0 0 20px 0 rgba(68, 83, 113, 0.10), 0 12px 20px 0 rgba(68, 83, 113, 0.05);
|
|
144
|
+
`, [cE('avatar', [cB('icon-wrapper', `
|
|
145
|
+
`), cB('icon', {
|
|
142
146
|
color: 'var(--u-icon-color)'
|
|
143
147
|
}), cB('base-icon', {
|
|
144
148
|
color: 'var(--u-icon-color)'
|
|
145
149
|
})]), cM('show-avatar', [cB('notification-main', `
|
|
146
|
-
margin-left:
|
|
150
|
+
margin-left: 16px;
|
|
147
151
|
width: calc(100% - var(--u-avatar-size) + 16px);
|
|
148
152
|
`)]), cM('closable', [cB('notification-main', [c('> *:first-child', `
|
|
149
153
|
padding-right: var(--u-close-size);
|
|
@@ -156,9 +160,7 @@ export default c([cB('notification-container', `
|
|
|
156
160
|
background-color .3s var(--u-bezier),
|
|
157
161
|
color .3s var(--u-bezier);
|
|
158
162
|
`)]), cE('avatar', `
|
|
159
|
-
position:
|
|
160
|
-
top: var(--u-padding-top);
|
|
161
|
-
left: var(--u-padding-left);
|
|
163
|
+
position: relative;
|
|
162
164
|
width: var(--u-avatar-size);
|
|
163
165
|
height: var(--u-avatar-size);
|
|
164
166
|
font-size: var(--u-avatar-size);
|
|
@@ -166,18 +168,18 @@ export default c([cB('notification-container', `
|
|
|
166
168
|
align-items: center;
|
|
167
169
|
justify-content: center;
|
|
168
170
|
`, [cB('icon', 'transition: color .3s var(--u-bezier);')]), cB('notification-main', `
|
|
169
|
-
padding-top:
|
|
170
|
-
padding-bottom: var(--u-padding-bottom);
|
|
171
|
+
padding-top: 2px;
|
|
171
172
|
box-sizing: border-box;
|
|
172
173
|
display: flex;
|
|
173
174
|
flex-direction: column;
|
|
174
175
|
margin-left: 8px;
|
|
175
176
|
width: calc(100% - 8px);
|
|
177
|
+
justify-content: center;
|
|
176
178
|
`, [cB('notification-main-footer', `
|
|
177
179
|
display: flex;
|
|
178
180
|
align-items: center;
|
|
179
181
|
justify-content: space-between;
|
|
180
|
-
margin-top:
|
|
182
|
+
margin-top: 8px;
|
|
181
183
|
`, [cE('meta', `
|
|
182
184
|
font-size: var(--u-meta-font-size);
|
|
183
185
|
transition: color .3s var(--u-bezier-ease-out);
|
|
@@ -186,6 +188,8 @@ export default c([cB('notification-container', `
|
|
|
186
188
|
cursor: pointer;
|
|
187
189
|
transition: color .3s var(--u-bezier-ease-out);
|
|
188
190
|
color: var(--u-action-text-color);
|
|
191
|
+
width: 100%;
|
|
192
|
+
margin-top: 16px;
|
|
189
193
|
`)]), cE('header', `
|
|
190
194
|
font-weight: var(--u-title-font-weight);
|
|
191
195
|
font-size: var(--u-title-font-size);
|
|
@@ -26,6 +26,8 @@ export declare const self: (vars: ThemeCommonVars) => {
|
|
|
26
26
|
titleTextColor: string;
|
|
27
27
|
descriptionTextColor: string;
|
|
28
28
|
actionTextColor: string;
|
|
29
|
+
iconWrapperColor: string;
|
|
30
|
+
iconWrapperPulseColor: string;
|
|
29
31
|
colorSuccess: string;
|
|
30
32
|
iconColorSuccess: string;
|
|
31
33
|
textColorSuccess: string;
|
|
@@ -37,6 +39,8 @@ export declare const self: (vars: ThemeCommonVars) => {
|
|
|
37
39
|
titleTextColorSuccess: string;
|
|
38
40
|
descriptionTextColorSuccess: string;
|
|
39
41
|
actionTextColorSuccess: string;
|
|
42
|
+
iconWrapperColorSuccess: string;
|
|
43
|
+
iconWrapperPulseColorSuccess: string;
|
|
40
44
|
colorInfo: string;
|
|
41
45
|
iconColorInfo: string;
|
|
42
46
|
textColorInfo: string;
|
|
@@ -48,6 +52,8 @@ export declare const self: (vars: ThemeCommonVars) => {
|
|
|
48
52
|
titleTextColorInfo: string;
|
|
49
53
|
descriptionTextColorInfo: string;
|
|
50
54
|
actionTextColorInfo: string;
|
|
55
|
+
iconWrapperColorInfo: string;
|
|
56
|
+
iconWrapperPulseColorInfo: string;
|
|
51
57
|
colorWarning: string;
|
|
52
58
|
iconColorWarning: string;
|
|
53
59
|
textColorWarning: string;
|
|
@@ -59,6 +65,8 @@ export declare const self: (vars: ThemeCommonVars) => {
|
|
|
59
65
|
titleTextColorWarning: string;
|
|
60
66
|
descriptionTextColorWarning: string;
|
|
61
67
|
actionTextColorWarning: string;
|
|
68
|
+
iconWrapperColorWarning: string;
|
|
69
|
+
iconWrapperPulseColorWarning: string;
|
|
62
70
|
colorError: string;
|
|
63
71
|
iconColorError: string;
|
|
64
72
|
textColorError: string;
|
|
@@ -70,6 +78,8 @@ export declare const self: (vars: ThemeCommonVars) => {
|
|
|
70
78
|
titleTextColorError: string;
|
|
71
79
|
descriptionTextColorError: string;
|
|
72
80
|
actionTextColorError: string;
|
|
81
|
+
iconWrapperColorError: string;
|
|
82
|
+
iconWrapperPulseColorError: string;
|
|
73
83
|
colorPrimary: string;
|
|
74
84
|
iconColorPrimary: string;
|
|
75
85
|
textColorPrimary: string;
|
|
@@ -81,6 +91,8 @@ export declare const self: (vars: ThemeCommonVars) => {
|
|
|
81
91
|
titleTextColorPrimary: string;
|
|
82
92
|
descriptionTextColorPrimary: string;
|
|
83
93
|
actionTextColorPrimary: string;
|
|
94
|
+
iconWrapperColorPrimary: string;
|
|
95
|
+
iconWrapperPulseColorPrimary: string;
|
|
84
96
|
width: string;
|
|
85
97
|
padding: string;
|
|
86
98
|
closeBorderRadius: string;
|
|
@@ -113,6 +125,8 @@ declare const notificationLight: import("../../_mixins").Theme<"Notification", {
|
|
|
113
125
|
titleTextColor: string;
|
|
114
126
|
descriptionTextColor: string;
|
|
115
127
|
actionTextColor: string;
|
|
128
|
+
iconWrapperColor: string;
|
|
129
|
+
iconWrapperPulseColor: string;
|
|
116
130
|
colorSuccess: string;
|
|
117
131
|
iconColorSuccess: string;
|
|
118
132
|
textColorSuccess: string;
|
|
@@ -124,6 +138,8 @@ declare const notificationLight: import("../../_mixins").Theme<"Notification", {
|
|
|
124
138
|
titleTextColorSuccess: string;
|
|
125
139
|
descriptionTextColorSuccess: string;
|
|
126
140
|
actionTextColorSuccess: string;
|
|
141
|
+
iconWrapperColorSuccess: string;
|
|
142
|
+
iconWrapperPulseColorSuccess: string;
|
|
127
143
|
colorInfo: string;
|
|
128
144
|
iconColorInfo: string;
|
|
129
145
|
textColorInfo: string;
|
|
@@ -135,6 +151,8 @@ declare const notificationLight: import("../../_mixins").Theme<"Notification", {
|
|
|
135
151
|
titleTextColorInfo: string;
|
|
136
152
|
descriptionTextColorInfo: string;
|
|
137
153
|
actionTextColorInfo: string;
|
|
154
|
+
iconWrapperColorInfo: string;
|
|
155
|
+
iconWrapperPulseColorInfo: string;
|
|
138
156
|
colorWarning: string;
|
|
139
157
|
iconColorWarning: string;
|
|
140
158
|
textColorWarning: string;
|
|
@@ -146,6 +164,8 @@ declare const notificationLight: import("../../_mixins").Theme<"Notification", {
|
|
|
146
164
|
titleTextColorWarning: string;
|
|
147
165
|
descriptionTextColorWarning: string;
|
|
148
166
|
actionTextColorWarning: string;
|
|
167
|
+
iconWrapperColorWarning: string;
|
|
168
|
+
iconWrapperPulseColorWarning: string;
|
|
149
169
|
colorError: string;
|
|
150
170
|
iconColorError: string;
|
|
151
171
|
textColorError: string;
|
|
@@ -157,6 +177,8 @@ declare const notificationLight: import("../../_mixins").Theme<"Notification", {
|
|
|
157
177
|
titleTextColorError: string;
|
|
158
178
|
descriptionTextColorError: string;
|
|
159
179
|
actionTextColorError: string;
|
|
180
|
+
iconWrapperColorError: string;
|
|
181
|
+
iconWrapperPulseColorError: string;
|
|
160
182
|
colorPrimary: string;
|
|
161
183
|
iconColorPrimary: string;
|
|
162
184
|
textColorPrimary: string;
|
|
@@ -168,6 +190,8 @@ declare const notificationLight: import("../../_mixins").Theme<"Notification", {
|
|
|
168
190
|
titleTextColorPrimary: string;
|
|
169
191
|
descriptionTextColorPrimary: string;
|
|
170
192
|
actionTextColorPrimary: string;
|
|
193
|
+
iconWrapperColorPrimary: string;
|
|
194
|
+
iconWrapperPulseColorPrimary: string;
|
|
171
195
|
width: string;
|
|
172
196
|
padding: string;
|
|
173
197
|
closeBorderRadius: string;
|
|
@@ -2,21 +2,22 @@ import { scrollbarLight } from '../../_internal/scrollbar/styles';
|
|
|
2
2
|
import { commonLight } from '../../_styles/common';
|
|
3
3
|
import { createTheme } from '../../_mixins';
|
|
4
4
|
import commonVars from './_common';
|
|
5
|
+
import derived from '../../_styles/common/light';
|
|
5
6
|
export const self = (vars) => {
|
|
6
|
-
const { fontWeightStrong, lineHeightBodyMedium, fontBodyLarge, fontBodyMedium, borderRadiusLarge, closeMedium, iconMedium, fontWeight, staticBlack, staticWhite, transparencyTertiary, transparencyQuinary, staticGreen, brandPrimary500, brandSecondary600, staticRed,
|
|
7
|
-
return Object.assign(Object.assign({}, commonVars), { lineHeight: lineHeightBodyMedium, fontSize: fontBodyMedium, fontWeight, descriptionFontWeight: fontWeight, descriptionLineHeight: lineHeightBodyMedium, descriptionFontSize: fontBodyMedium, titleFontSize: fontBodyLarge, titleLineHeight: lineHeightBodyMedium, titleFontWeight: fontWeightStrong, metaFontSize: fontBodyMedium, borderRadius: borderRadiusLarge, closeSize: closeMedium, closeIconSize: iconMedium, avatarSize:
|
|
7
|
+
const { fontWeightStrong, lineHeightBodyMedium, fontBodyLarge, fontBodyMedium, borderRadiusLarge, closeMedium, iconMedium, iconLarge, fontWeight, staticBlack, staticWhite, transparencyTertiary, transparencyQuinary, staticGreen, brandPrimary500, brandSecondary600, staticRed, elementsQuinary, transparencySecondary, transparencyPrimary, elementsDarkQuinary } = vars;
|
|
8
|
+
return Object.assign(Object.assign({}, commonVars), { lineHeight: lineHeightBodyMedium, fontSize: fontBodyMedium, fontWeight, descriptionFontWeight: fontWeight, descriptionLineHeight: lineHeightBodyMedium, descriptionFontSize: fontBodyMedium, titleFontSize: fontBodyLarge, titleLineHeight: lineHeightBodyMedium, titleFontWeight: fontWeightStrong, metaFontSize: fontBodyMedium, borderRadius: borderRadiusLarge, closeSize: closeMedium, closeIconSize: iconMedium, avatarSize: iconLarge, closeMargin: '12px',
|
|
8
9
|
// Default
|
|
9
|
-
color:
|
|
10
|
+
color: staticWhite, iconColor: elementsDarkQuinary, textColor: staticBlack, closeIconColor: staticBlack, closeIconColorHover: staticBlack, closeIconColorPressed: staticBlack, closeColorHover: transparencyTertiary, closeColorPressed: transparencyQuinary, titleTextColor: staticBlack, descriptionTextColor: staticBlack, actionTextColor: staticBlack, iconWrapperColor: 'rgb(16 16 16 / 8%)', iconWrapperPulseColor: 'rgb(16 16 16 / 4%)',
|
|
10
11
|
// Success
|
|
11
|
-
colorSuccess:
|
|
12
|
+
colorSuccess: staticWhite, iconColorSuccess: staticGreen, textColorSuccess: staticBlack, closeIconColorSuccess: staticBlack, closeIconColorHoverSuccess: staticBlack, closeIconColorPressedSuccess: staticBlack, closeColorHoverSuccess: transparencyTertiary, closeColorPressedSuccess: transparencyQuinary, titleTextColorSuccess: staticBlack, descriptionTextColorSuccess: staticBlack, actionTextColorSuccess: staticBlack, iconWrapperColorSuccess: derived.brandTertiary300, iconWrapperPulseColorSuccess: derived.brand350,
|
|
12
13
|
// Info
|
|
13
|
-
colorInfo:
|
|
14
|
+
colorInfo: staticWhite, iconColorInfo: elementsQuinary, textColorInfo: staticBlack, closeIconColorInfo: staticBlack, closeIconColorHoverInfo: staticBlack, closeIconColorPressedInfo: staticBlack, closeColorHoverInfo: transparencySecondary, closeColorPressedInfo: transparencyPrimary, titleTextColorInfo: staticBlack, descriptionTextColorInfo: staticBlack, actionTextColorInfo: staticBlack, iconWrapperColorInfo: 'rgb(197 199 202 / 36%)', iconWrapperPulseColorInfo: 'rgb(197 199 202 / 14%)',
|
|
14
15
|
// Warning
|
|
15
|
-
colorWarning:
|
|
16
|
+
colorWarning: staticWhite, iconColorWarning: brandSecondary600, textColorWarning: staticBlack, closeIconColorWarning: staticBlack, closeIconColorHoverWarning: staticBlack, closeIconColorPressedWarning: staticBlack, closeColorHoverWarning: transparencyTertiary, closeColorPressedWarning: transparencyQuinary, titleTextColorWarning: staticBlack, descriptionTextColorWarning: staticBlack, actionTextColorWarning: staticBlack, iconWrapperColorWarning: 'rgb(249 222 109 / 28%)', iconWrapperPulseColorWarning: 'rgb(249 222 109 / 18%)',
|
|
16
17
|
// Error
|
|
17
|
-
colorError:
|
|
18
|
+
colorError: staticWhite, iconColorError: staticRed, textColorError: staticBlack, closeIconColorError: staticBlack, closeIconColorHoverError: staticBlack, closeIconColorPressedError: staticBlack, closeColorHoverError: transparencyTertiary, closeColorPressedError: transparencyQuinary, titleTextColorError: staticBlack, descriptionTextColorError: staticBlack, actionTextColorError: staticBlack, iconWrapperColorError: derived.brandQuinary100, iconWrapperPulseColorError: derived.brand550,
|
|
18
19
|
// Primary
|
|
19
|
-
colorPrimary:
|
|
20
|
+
colorPrimary: staticWhite, iconColorPrimary: brandPrimary500, textColorPrimary: staticBlack, closeIconColorPrimary: staticBlack, closeIconColorHoverPrimary: staticBlack, closeIconColorPressedPrimary: staticBlack, closeColorHoverPrimary: transparencyTertiary, closeColorPressedPrimary: transparencyQuinary, titleTextColorPrimary: staticBlack, descriptionTextColorPrimary: staticBlack, actionTextColorPrimary: staticBlack, iconWrapperColorPrimary: derived.brandPrimary100, iconWrapperPulseColorPrimary: derived.brandPrimary50 });
|
|
20
21
|
};
|
|
21
22
|
const notificationLight = createTheme({
|
|
22
23
|
name: 'Notification',
|