@uzum-tech/ui 1.7.0 → 1.7.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/index.js +1365 -41760
- package/dist/index.prod.js +3 -3
- package/es/_internal/icons/CheckmarkDoneSharp.d.ts +2 -0
- package/es/_internal/icons/CheckmarkDoneSharp.js +10 -0
- package/es/_internal/icons/MdTime.d.ts +2 -0
- package/es/_internal/icons/MdTime.js +10 -0
- package/es/_internal/icons/PersonOutline.d.ts +2 -0
- package/es/_internal/icons/PersonOutline.js +9 -0
- package/es/_internal/icons/Refresh.d.ts +2 -0
- package/es/_internal/icons/Refresh.js +9 -0
- package/es/_internal/icons/index.d.ts +4 -0
- package/es/_internal/icons/index.js +4 -0
- package/es/_internal/select-menu/src/styles/index.cssr.js +2 -1
- package/es/_internal/select-menu/styles/light.js +1 -1
- package/es/_internal/selection/src/Selection.d.ts +0 -16
- package/es/_internal/selection/src/Selection.js +3 -4
- package/es/_internal/selection/src/styles/index.cssr.js +0 -4
- package/es/_internal/selection/styles/light.d.ts +0 -4
- package/es/_internal/selection/styles/light.js +1 -3
- package/es/cascader/src/Cascader.d.ts +0 -20
- package/es/cascader/src/CascaderMenu.d.ts +0 -2
- package/es/cascader/src/CascaderOption.d.ts +0 -2
- package/es/cascader/src/CascaderSelectMenu.d.ts +0 -2
- package/es/cascader/src/CascaderSubmenu.d.ts +0 -2
- package/es/cascader/styles/light.d.ts +0 -2
- package/es/chat/src/Chat.d.ts +38 -34
- package/es/chat/src/Chat.js +28 -7
- package/es/chat/src/ChatGlobalState.d.ts +13 -0
- package/es/chat/src/ChatGlobalState.js +32 -0
- package/es/chat/src/ChatParts/ChatAttachment.d.ts +43 -0
- package/es/chat/src/ChatParts/ChatAttachment.js +75 -0
- package/es/chat/src/ChatParts/MainArea.d.ts +3 -9
- package/es/chat/src/ChatParts/MainArea.js +129 -123
- package/es/chat/src/ChatParts/Sidebar.js +12 -19
- package/es/chat/src/interface.d.ts +8 -3
- package/es/chat/src/styles/index.cssr.js +7 -0
- package/es/chat/styles/dark.d.ts +0 -2
- package/es/chat/styles/light.d.ts +0 -2
- package/es/data-table/src/DataTable.d.ts +0 -16
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +0 -4
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +0 -4
- package/es/data-table/src/TableParts/Body.d.ts +0 -4
- package/es/data-table/src/TableParts/Body.js +3 -1
- package/es/data-table/src/TableParts/Cell.js +18 -5
- package/es/data-table/src/TableParts/Header.d.ts +0 -4
- package/es/data-table/src/interface.d.ts +1 -7
- package/es/data-table/src/utils.js +1 -1
- package/es/data-table/styles/light.d.ts +0 -2
- package/es/dynamic-tags/src/DynamicTags.d.ts +4 -454
- package/es/dynamic-tags/styles/light.d.ts +0 -45
- package/es/empty/styles/light.js +3 -3
- package/es/locales/common/arDZ.js +6 -0
- package/es/locales/common/deDE.js +6 -0
- package/es/locales/common/enGB.js +6 -0
- package/es/locales/common/enUS.d.ts +6 -0
- package/es/locales/common/enUS.js +6 -0
- package/es/locales/common/eo.js +6 -0
- package/es/locales/common/esAR.js +6 -0
- package/es/locales/common/faIR.js +6 -0
- package/es/locales/common/frFR.js +6 -0
- package/es/locales/common/idID.js +6 -0
- package/es/locales/common/itIT.js +6 -0
- package/es/locales/common/jaJP.js +6 -0
- package/es/locales/common/koKR.js +6 -0
- package/es/locales/common/nbNO.js +6 -0
- package/es/locales/common/nlNL.js +6 -0
- package/es/locales/common/plPL.js +6 -0
- package/es/locales/common/ptBR.js +6 -0
- package/es/locales/common/ruRU.js +6 -0
- package/es/locales/common/skSK.js +6 -0
- package/es/locales/common/svSE.js +6 -0
- package/es/locales/common/thTH.js +6 -0
- package/es/locales/common/trTR.js +6 -0
- package/es/locales/common/ukUA.js +6 -0
- package/es/locales/common/viVN.js +6 -0
- package/es/locales/common/zhCN.js +6 -0
- package/es/locales/common/zhTW.js +6 -0
- package/es/pagination/src/Pagination.d.ts +0 -22
- package/es/pagination/styles/light.d.ts +0 -2
- package/es/select/src/Select.d.ts +0 -20
- package/es/select/styles/light.d.ts +0 -2
- package/es/status/src/Status.d.ts +14 -13
- package/es/status/src/Status.js +10 -13
- package/es/status/src/interface.d.ts +5 -1
- package/es/status/src/styles/index.cssr.js +1 -1
- package/es/status/styles/light.d.ts +1 -1
- package/es/status/styles/light.js +3 -3
- package/es/steps/src/Step.js +1 -5
- package/es/steps/src/styles/index.cssr.js +2 -1
- package/es/tabs/src/Tab.js +8 -3
- package/es/tabs/src/Tabs.js +2 -1
- package/es/tabs/src/interface.d.ts +1 -0
- package/es/tag/src/Tag.d.ts +4 -409
- package/es/tag/src/Tag.js +3 -0
- package/es/tag/src/common-props.d.ts +1 -1
- package/es/tag/styles/light.d.ts +0 -45
- package/es/tag/styles/light.js +2 -58
- package/es/tree-select/src/TreeSelect.d.ts +0 -20
- package/es/tree-select/styles/light.d.ts +0 -2
- package/es/upload/src/useUploadActionsRender.js +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/icons/CheckmarkDoneSharp.d.ts +2 -0
- package/lib/_internal/icons/CheckmarkDoneSharp.js +12 -0
- package/lib/_internal/icons/MdTime.d.ts +2 -0
- package/lib/_internal/icons/MdTime.js +12 -0
- package/lib/_internal/icons/PersonOutline.d.ts +2 -0
- package/lib/_internal/icons/PersonOutline.js +11 -0
- package/lib/_internal/icons/Refresh.d.ts +2 -0
- package/lib/_internal/icons/Refresh.js +11 -0
- package/lib/_internal/icons/index.d.ts +4 -0
- package/lib/_internal/icons/index.js +9 -1
- package/lib/_internal/select-menu/src/styles/index.cssr.js +2 -1
- package/lib/_internal/select-menu/styles/light.js +1 -1
- package/lib/_internal/selection/src/Selection.d.ts +0 -16
- package/lib/_internal/selection/src/Selection.js +3 -4
- package/lib/_internal/selection/src/styles/index.cssr.js +0 -4
- package/lib/_internal/selection/styles/light.d.ts +0 -4
- package/lib/_internal/selection/styles/light.js +1 -3
- package/lib/cascader/src/Cascader.d.ts +0 -20
- package/lib/cascader/src/CascaderMenu.d.ts +0 -2
- package/lib/cascader/src/CascaderOption.d.ts +0 -2
- package/lib/cascader/src/CascaderSelectMenu.d.ts +0 -2
- package/lib/cascader/src/CascaderSubmenu.d.ts +0 -2
- package/lib/cascader/styles/light.d.ts +0 -2
- package/lib/chat/src/Chat.d.ts +38 -34
- package/lib/chat/src/Chat.js +27 -6
- package/lib/chat/src/ChatGlobalState.d.ts +13 -0
- package/lib/chat/src/ChatGlobalState.js +36 -0
- package/lib/chat/src/ChatParts/ChatAttachment.d.ts +43 -0
- package/lib/chat/src/ChatParts/ChatAttachment.js +77 -0
- package/lib/chat/src/ChatParts/MainArea.d.ts +3 -9
- package/lib/chat/src/ChatParts/MainArea.js +135 -126
- package/lib/chat/src/ChatParts/Sidebar.js +16 -23
- package/lib/chat/src/interface.d.ts +8 -3
- package/lib/chat/src/styles/index.cssr.js +7 -0
- package/lib/chat/styles/dark.d.ts +0 -2
- package/lib/chat/styles/light.d.ts +0 -2
- package/lib/data-table/src/DataTable.d.ts +0 -16
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +0 -4
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +0 -4
- package/lib/data-table/src/TableParts/Body.d.ts +0 -4
- package/lib/data-table/src/TableParts/Body.js +3 -1
- package/lib/data-table/src/TableParts/Cell.js +18 -5
- package/lib/data-table/src/TableParts/Header.d.ts +0 -4
- package/lib/data-table/src/interface.d.ts +1 -7
- package/lib/data-table/src/utils.js +1 -1
- package/lib/data-table/styles/light.d.ts +0 -2
- package/lib/dynamic-tags/src/DynamicTags.d.ts +4 -454
- package/lib/dynamic-tags/styles/light.d.ts +0 -45
- package/lib/empty/styles/light.js +3 -3
- package/lib/locales/common/arDZ.js +6 -0
- package/lib/locales/common/deDE.js +6 -0
- package/lib/locales/common/enGB.js +6 -0
- package/lib/locales/common/enUS.d.ts +6 -0
- package/lib/locales/common/enUS.js +6 -0
- package/lib/locales/common/eo.js +6 -0
- package/lib/locales/common/esAR.js +6 -0
- package/lib/locales/common/faIR.js +6 -0
- package/lib/locales/common/frFR.js +6 -0
- package/lib/locales/common/idID.js +6 -0
- package/lib/locales/common/itIT.js +6 -0
- package/lib/locales/common/jaJP.js +6 -0
- package/lib/locales/common/koKR.js +6 -0
- package/lib/locales/common/nbNO.js +6 -0
- package/lib/locales/common/nlNL.js +6 -0
- package/lib/locales/common/plPL.js +6 -0
- package/lib/locales/common/ptBR.js +6 -0
- package/lib/locales/common/ruRU.js +6 -0
- package/lib/locales/common/skSK.js +6 -0
- package/lib/locales/common/svSE.js +6 -0
- package/lib/locales/common/thTH.js +6 -0
- package/lib/locales/common/trTR.js +6 -0
- package/lib/locales/common/ukUA.js +6 -0
- package/lib/locales/common/viVN.js +6 -0
- package/lib/locales/common/zhCN.js +6 -0
- package/lib/locales/common/zhTW.js +6 -0
- package/lib/pagination/src/Pagination.d.ts +0 -22
- package/lib/pagination/styles/light.d.ts +0 -2
- package/lib/select/src/Select.d.ts +0 -20
- package/lib/select/styles/light.d.ts +0 -2
- package/lib/status/src/Status.d.ts +14 -13
- package/lib/status/src/Status.js +9 -12
- package/lib/status/src/interface.d.ts +5 -1
- package/lib/status/src/styles/index.cssr.js +1 -1
- package/lib/status/styles/light.d.ts +1 -1
- package/lib/status/styles/light.js +3 -3
- package/lib/steps/src/Step.js +1 -5
- package/lib/steps/src/styles/index.cssr.js +2 -1
- package/lib/tabs/src/Tab.js +7 -2
- package/lib/tabs/src/Tabs.js +2 -1
- package/lib/tabs/src/interface.d.ts +1 -0
- package/lib/tag/src/Tag.d.ts +4 -409
- package/lib/tag/src/Tag.js +3 -0
- package/lib/tag/src/common-props.d.ts +1 -1
- package/lib/tag/styles/light.d.ts +0 -45
- package/lib/tag/styles/light.js +2 -58
- package/lib/tree-select/src/TreeSelect.d.ts +0 -20
- package/lib/tree-select/styles/light.d.ts +0 -2
- package/lib/upload/src/useUploadActionsRender.js +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +58 -19
package/es/tag/src/Tag.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ export declare const tagProps: {
|
|
|
36
36
|
onCheckedChange: PropType<(checked: boolean) => void>;
|
|
37
37
|
color: PropType<import("./common-props").TagColor>;
|
|
38
38
|
type: {
|
|
39
|
-
readonly type: PropType<"default" | "
|
|
39
|
+
readonly type: PropType<"default" | "tertiary">;
|
|
40
40
|
readonly default: "default";
|
|
41
41
|
};
|
|
42
42
|
round: BooleanConstructor;
|
|
@@ -106,51 +106,6 @@ export declare const tagProps: {
|
|
|
106
106
|
closeIconColorPressedTertiary: string;
|
|
107
107
|
closeColorHoverTertiary: string;
|
|
108
108
|
closeColorPressedTertiary: string;
|
|
109
|
-
borderPrimary: string;
|
|
110
|
-
textColorPrimary: string;
|
|
111
|
-
colorPrimary: string;
|
|
112
|
-
colorBorderedPrimary: string;
|
|
113
|
-
closeIconColorPrimary: string;
|
|
114
|
-
closeIconColorHoverPrimary: string;
|
|
115
|
-
closeIconColorPressedPrimary: string;
|
|
116
|
-
closeColorHoverPrimary: string;
|
|
117
|
-
closeColorPressedPrimary: string;
|
|
118
|
-
borderInfo: string;
|
|
119
|
-
textColorInfo: string;
|
|
120
|
-
colorInfo: string;
|
|
121
|
-
colorBorderedInfo: string;
|
|
122
|
-
closeIconColorInfo: string;
|
|
123
|
-
closeIconColorHoverInfo: string;
|
|
124
|
-
closeIconColorPressedInfo: string;
|
|
125
|
-
closeColorHoverInfo: string;
|
|
126
|
-
closeColorPressedInfo: string;
|
|
127
|
-
borderSuccess: string;
|
|
128
|
-
textColorSuccess: string;
|
|
129
|
-
colorSuccess: string;
|
|
130
|
-
colorBorderedSuccess: string;
|
|
131
|
-
closeIconColorSuccess: string;
|
|
132
|
-
closeIconColorHoverSuccess: string;
|
|
133
|
-
closeIconColorPressedSuccess: string;
|
|
134
|
-
closeColorHoverSuccess: string;
|
|
135
|
-
closeColorPressedSuccess: string;
|
|
136
|
-
borderWarning: string;
|
|
137
|
-
textColorWarning: string;
|
|
138
|
-
colorWarning: string;
|
|
139
|
-
colorBorderedWarning: string;
|
|
140
|
-
closeIconColorWarning: string;
|
|
141
|
-
closeIconColorHoverWarning: string;
|
|
142
|
-
closeIconColorPressedWarning: string;
|
|
143
|
-
closeColorHoverWarning: string;
|
|
144
|
-
closeColorPressedWarning: string;
|
|
145
|
-
borderError: string;
|
|
146
|
-
textColorError: string;
|
|
147
|
-
colorError: string;
|
|
148
|
-
colorBorderedError: string;
|
|
149
|
-
closeIconColorError: string;
|
|
150
|
-
closeIconColorHoverError: string;
|
|
151
|
-
closeIconColorPressedError: string;
|
|
152
|
-
closeColorHoverError: string;
|
|
153
|
-
closeColorPressedError: string;
|
|
154
109
|
}, any>>;
|
|
155
110
|
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
156
111
|
closeIconSizeTiny: string;
|
|
@@ -210,51 +165,6 @@ export declare const tagProps: {
|
|
|
210
165
|
closeIconColorPressedTertiary: string;
|
|
211
166
|
closeColorHoverTertiary: string;
|
|
212
167
|
closeColorPressedTertiary: string;
|
|
213
|
-
borderPrimary: string;
|
|
214
|
-
textColorPrimary: string;
|
|
215
|
-
colorPrimary: string;
|
|
216
|
-
colorBorderedPrimary: string;
|
|
217
|
-
closeIconColorPrimary: string;
|
|
218
|
-
closeIconColorHoverPrimary: string;
|
|
219
|
-
closeIconColorPressedPrimary: string;
|
|
220
|
-
closeColorHoverPrimary: string;
|
|
221
|
-
closeColorPressedPrimary: string;
|
|
222
|
-
borderInfo: string;
|
|
223
|
-
textColorInfo: string;
|
|
224
|
-
colorInfo: string;
|
|
225
|
-
colorBorderedInfo: string;
|
|
226
|
-
closeIconColorInfo: string;
|
|
227
|
-
closeIconColorHoverInfo: string;
|
|
228
|
-
closeIconColorPressedInfo: string;
|
|
229
|
-
closeColorHoverInfo: string;
|
|
230
|
-
closeColorPressedInfo: string;
|
|
231
|
-
borderSuccess: string;
|
|
232
|
-
textColorSuccess: string;
|
|
233
|
-
colorSuccess: string;
|
|
234
|
-
colorBorderedSuccess: string;
|
|
235
|
-
closeIconColorSuccess: string;
|
|
236
|
-
closeIconColorHoverSuccess: string;
|
|
237
|
-
closeIconColorPressedSuccess: string;
|
|
238
|
-
closeColorHoverSuccess: string;
|
|
239
|
-
closeColorPressedSuccess: string;
|
|
240
|
-
borderWarning: string;
|
|
241
|
-
textColorWarning: string;
|
|
242
|
-
colorWarning: string;
|
|
243
|
-
colorBorderedWarning: string;
|
|
244
|
-
closeIconColorWarning: string;
|
|
245
|
-
closeIconColorHoverWarning: string;
|
|
246
|
-
closeIconColorPressedWarning: string;
|
|
247
|
-
closeColorHoverWarning: string;
|
|
248
|
-
closeColorPressedWarning: string;
|
|
249
|
-
borderError: string;
|
|
250
|
-
textColorError: string;
|
|
251
|
-
colorError: string;
|
|
252
|
-
colorBorderedError: string;
|
|
253
|
-
closeIconColorError: string;
|
|
254
|
-
closeIconColorHoverError: string;
|
|
255
|
-
closeIconColorPressedError: string;
|
|
256
|
-
closeColorHoverError: string;
|
|
257
|
-
closeColorPressedError: string;
|
|
258
168
|
}, any>>>;
|
|
259
169
|
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
260
170
|
closeIconSizeTiny: string;
|
|
@@ -314,51 +224,6 @@ export declare const tagProps: {
|
|
|
314
224
|
closeIconColorPressedTertiary: string;
|
|
315
225
|
closeColorHoverTertiary: string;
|
|
316
226
|
closeColorPressedTertiary: string;
|
|
317
|
-
borderPrimary: string;
|
|
318
|
-
textColorPrimary: string;
|
|
319
|
-
colorPrimary: string;
|
|
320
|
-
colorBorderedPrimary: string;
|
|
321
|
-
closeIconColorPrimary: string;
|
|
322
|
-
closeIconColorHoverPrimary: string;
|
|
323
|
-
closeIconColorPressedPrimary: string;
|
|
324
|
-
closeColorHoverPrimary: string;
|
|
325
|
-
closeColorPressedPrimary: string;
|
|
326
|
-
borderInfo: string;
|
|
327
|
-
textColorInfo: string;
|
|
328
|
-
colorInfo: string;
|
|
329
|
-
colorBorderedInfo: string;
|
|
330
|
-
closeIconColorInfo: string;
|
|
331
|
-
closeIconColorHoverInfo: string;
|
|
332
|
-
closeIconColorPressedInfo: string;
|
|
333
|
-
closeColorHoverInfo: string;
|
|
334
|
-
closeColorPressedInfo: string;
|
|
335
|
-
borderSuccess: string;
|
|
336
|
-
textColorSuccess: string;
|
|
337
|
-
colorSuccess: string;
|
|
338
|
-
colorBorderedSuccess: string;
|
|
339
|
-
closeIconColorSuccess: string;
|
|
340
|
-
closeIconColorHoverSuccess: string;
|
|
341
|
-
closeIconColorPressedSuccess: string;
|
|
342
|
-
closeColorHoverSuccess: string;
|
|
343
|
-
closeColorPressedSuccess: string;
|
|
344
|
-
borderWarning: string;
|
|
345
|
-
textColorWarning: string;
|
|
346
|
-
colorWarning: string;
|
|
347
|
-
colorBorderedWarning: string;
|
|
348
|
-
closeIconColorWarning: string;
|
|
349
|
-
closeIconColorHoverWarning: string;
|
|
350
|
-
closeIconColorPressedWarning: string;
|
|
351
|
-
closeColorHoverWarning: string;
|
|
352
|
-
closeColorPressedWarning: string;
|
|
353
|
-
borderError: string;
|
|
354
|
-
textColorError: string;
|
|
355
|
-
colorError: string;
|
|
356
|
-
colorBorderedError: string;
|
|
357
|
-
closeIconColorError: string;
|
|
358
|
-
closeIconColorHoverError: string;
|
|
359
|
-
closeIconColorPressedError: string;
|
|
360
|
-
closeColorHoverError: string;
|
|
361
|
-
closeColorPressedError: string;
|
|
362
227
|
}, any>>>;
|
|
363
228
|
};
|
|
364
229
|
interface TagInjection {
|
|
@@ -396,7 +261,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
396
261
|
onCheckedChange: PropType<(checked: boolean) => void>;
|
|
397
262
|
color: PropType<import("./common-props").TagColor>;
|
|
398
263
|
type: {
|
|
399
|
-
readonly type: PropType<"default" | "
|
|
264
|
+
readonly type: PropType<"default" | "tertiary">;
|
|
400
265
|
readonly default: "default";
|
|
401
266
|
};
|
|
402
267
|
round: BooleanConstructor;
|
|
@@ -466,51 +331,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
466
331
|
closeIconColorPressedTertiary: string;
|
|
467
332
|
closeColorHoverTertiary: string;
|
|
468
333
|
closeColorPressedTertiary: string;
|
|
469
|
-
borderPrimary: string;
|
|
470
|
-
textColorPrimary: string;
|
|
471
|
-
colorPrimary: string;
|
|
472
|
-
colorBorderedPrimary: string;
|
|
473
|
-
closeIconColorPrimary: string;
|
|
474
|
-
closeIconColorHoverPrimary: string;
|
|
475
|
-
closeIconColorPressedPrimary: string;
|
|
476
|
-
closeColorHoverPrimary: string;
|
|
477
|
-
closeColorPressedPrimary: string;
|
|
478
|
-
borderInfo: string;
|
|
479
|
-
textColorInfo: string;
|
|
480
|
-
colorInfo: string;
|
|
481
|
-
colorBorderedInfo: string;
|
|
482
|
-
closeIconColorInfo: string;
|
|
483
|
-
closeIconColorHoverInfo: string;
|
|
484
|
-
closeIconColorPressedInfo: string;
|
|
485
|
-
closeColorHoverInfo: string;
|
|
486
|
-
closeColorPressedInfo: string;
|
|
487
|
-
borderSuccess: string;
|
|
488
|
-
textColorSuccess: string;
|
|
489
|
-
colorSuccess: string;
|
|
490
|
-
colorBorderedSuccess: string;
|
|
491
|
-
closeIconColorSuccess: string;
|
|
492
|
-
closeIconColorHoverSuccess: string;
|
|
493
|
-
closeIconColorPressedSuccess: string;
|
|
494
|
-
closeColorHoverSuccess: string;
|
|
495
|
-
closeColorPressedSuccess: string;
|
|
496
|
-
borderWarning: string;
|
|
497
|
-
textColorWarning: string;
|
|
498
|
-
colorWarning: string;
|
|
499
|
-
colorBorderedWarning: string;
|
|
500
|
-
closeIconColorWarning: string;
|
|
501
|
-
closeIconColorHoverWarning: string;
|
|
502
|
-
closeIconColorPressedWarning: string;
|
|
503
|
-
closeColorHoverWarning: string;
|
|
504
|
-
closeColorPressedWarning: string;
|
|
505
|
-
borderError: string;
|
|
506
|
-
textColorError: string;
|
|
507
|
-
colorError: string;
|
|
508
|
-
colorBorderedError: string;
|
|
509
|
-
closeIconColorError: string;
|
|
510
|
-
closeIconColorHoverError: string;
|
|
511
|
-
closeIconColorPressedError: string;
|
|
512
|
-
closeColorHoverError: string;
|
|
513
|
-
closeColorPressedError: string;
|
|
514
334
|
}, any>>;
|
|
515
335
|
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
516
336
|
closeIconSizeTiny: string;
|
|
@@ -570,51 +390,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
570
390
|
closeIconColorPressedTertiary: string;
|
|
571
391
|
closeColorHoverTertiary: string;
|
|
572
392
|
closeColorPressedTertiary: string;
|
|
573
|
-
borderPrimary: string;
|
|
574
|
-
textColorPrimary: string;
|
|
575
|
-
colorPrimary: string;
|
|
576
|
-
colorBorderedPrimary: string;
|
|
577
|
-
closeIconColorPrimary: string;
|
|
578
|
-
closeIconColorHoverPrimary: string;
|
|
579
|
-
closeIconColorPressedPrimary: string;
|
|
580
|
-
closeColorHoverPrimary: string;
|
|
581
|
-
closeColorPressedPrimary: string;
|
|
582
|
-
borderInfo: string;
|
|
583
|
-
textColorInfo: string;
|
|
584
|
-
colorInfo: string;
|
|
585
|
-
colorBorderedInfo: string;
|
|
586
|
-
closeIconColorInfo: string;
|
|
587
|
-
closeIconColorHoverInfo: string;
|
|
588
|
-
closeIconColorPressedInfo: string;
|
|
589
|
-
closeColorHoverInfo: string;
|
|
590
|
-
closeColorPressedInfo: string;
|
|
591
|
-
borderSuccess: string;
|
|
592
|
-
textColorSuccess: string;
|
|
593
|
-
colorSuccess: string;
|
|
594
|
-
colorBorderedSuccess: string;
|
|
595
|
-
closeIconColorSuccess: string;
|
|
596
|
-
closeIconColorHoverSuccess: string;
|
|
597
|
-
closeIconColorPressedSuccess: string;
|
|
598
|
-
closeColorHoverSuccess: string;
|
|
599
|
-
closeColorPressedSuccess: string;
|
|
600
|
-
borderWarning: string;
|
|
601
|
-
textColorWarning: string;
|
|
602
|
-
colorWarning: string;
|
|
603
|
-
colorBorderedWarning: string;
|
|
604
|
-
closeIconColorWarning: string;
|
|
605
|
-
closeIconColorHoverWarning: string;
|
|
606
|
-
closeIconColorPressedWarning: string;
|
|
607
|
-
closeColorHoverWarning: string;
|
|
608
|
-
closeColorPressedWarning: string;
|
|
609
|
-
borderError: string;
|
|
610
|
-
textColorError: string;
|
|
611
|
-
colorError: string;
|
|
612
|
-
colorBorderedError: string;
|
|
613
|
-
closeIconColorError: string;
|
|
614
|
-
closeIconColorHoverError: string;
|
|
615
|
-
closeIconColorPressedError: string;
|
|
616
|
-
closeColorHoverError: string;
|
|
617
|
-
closeColorPressedError: string;
|
|
618
393
|
}, any>>>;
|
|
619
394
|
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
620
395
|
closeIconSizeTiny: string;
|
|
@@ -674,51 +449,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
674
449
|
closeIconColorPressedTertiary: string;
|
|
675
450
|
closeColorHoverTertiary: string;
|
|
676
451
|
closeColorPressedTertiary: string;
|
|
677
|
-
borderPrimary: string;
|
|
678
|
-
textColorPrimary: string;
|
|
679
|
-
colorPrimary: string;
|
|
680
|
-
colorBorderedPrimary: string;
|
|
681
|
-
closeIconColorPrimary: string;
|
|
682
|
-
closeIconColorHoverPrimary: string;
|
|
683
|
-
closeIconColorPressedPrimary: string;
|
|
684
|
-
closeColorHoverPrimary: string;
|
|
685
|
-
closeColorPressedPrimary: string;
|
|
686
|
-
borderInfo: string;
|
|
687
|
-
textColorInfo: string;
|
|
688
|
-
colorInfo: string;
|
|
689
|
-
colorBorderedInfo: string;
|
|
690
|
-
closeIconColorInfo: string;
|
|
691
|
-
closeIconColorHoverInfo: string;
|
|
692
|
-
closeIconColorPressedInfo: string;
|
|
693
|
-
closeColorHoverInfo: string;
|
|
694
|
-
closeColorPressedInfo: string;
|
|
695
|
-
borderSuccess: string;
|
|
696
|
-
textColorSuccess: string;
|
|
697
|
-
colorSuccess: string;
|
|
698
|
-
colorBorderedSuccess: string;
|
|
699
|
-
closeIconColorSuccess: string;
|
|
700
|
-
closeIconColorHoverSuccess: string;
|
|
701
|
-
closeIconColorPressedSuccess: string;
|
|
702
|
-
closeColorHoverSuccess: string;
|
|
703
|
-
closeColorPressedSuccess: string;
|
|
704
|
-
borderWarning: string;
|
|
705
|
-
textColorWarning: string;
|
|
706
|
-
colorWarning: string;
|
|
707
|
-
colorBorderedWarning: string;
|
|
708
|
-
closeIconColorWarning: string;
|
|
709
|
-
closeIconColorHoverWarning: string;
|
|
710
|
-
closeIconColorPressedWarning: string;
|
|
711
|
-
closeColorHoverWarning: string;
|
|
712
|
-
closeColorPressedWarning: string;
|
|
713
|
-
borderError: string;
|
|
714
|
-
textColorError: string;
|
|
715
|
-
colorError: string;
|
|
716
|
-
colorBorderedError: string;
|
|
717
|
-
closeIconColorError: string;
|
|
718
|
-
closeIconColorHoverError: string;
|
|
719
|
-
closeIconColorPressedError: string;
|
|
720
|
-
closeColorHoverError: string;
|
|
721
|
-
closeColorPressedError: string;
|
|
722
452
|
}, any>>>;
|
|
723
453
|
}, {
|
|
724
454
|
rtlEnabled: Ref<import("../../config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
@@ -796,7 +526,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
796
526
|
onCheckedChange: PropType<(checked: boolean) => void>;
|
|
797
527
|
color: PropType<import("./common-props").TagColor>;
|
|
798
528
|
type: {
|
|
799
|
-
readonly type: PropType<"default" | "
|
|
529
|
+
readonly type: PropType<"default" | "tertiary">;
|
|
800
530
|
readonly default: "default";
|
|
801
531
|
};
|
|
802
532
|
round: BooleanConstructor;
|
|
@@ -866,51 +596,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
866
596
|
closeIconColorPressedTertiary: string;
|
|
867
597
|
closeColorHoverTertiary: string;
|
|
868
598
|
closeColorPressedTertiary: string;
|
|
869
|
-
borderPrimary: string;
|
|
870
|
-
textColorPrimary: string;
|
|
871
|
-
colorPrimary: string;
|
|
872
|
-
colorBorderedPrimary: string;
|
|
873
|
-
closeIconColorPrimary: string;
|
|
874
|
-
closeIconColorHoverPrimary: string;
|
|
875
|
-
closeIconColorPressedPrimary: string;
|
|
876
|
-
closeColorHoverPrimary: string;
|
|
877
|
-
closeColorPressedPrimary: string;
|
|
878
|
-
borderInfo: string;
|
|
879
|
-
textColorInfo: string;
|
|
880
|
-
colorInfo: string;
|
|
881
|
-
colorBorderedInfo: string;
|
|
882
|
-
closeIconColorInfo: string;
|
|
883
|
-
closeIconColorHoverInfo: string;
|
|
884
|
-
closeIconColorPressedInfo: string;
|
|
885
|
-
closeColorHoverInfo: string;
|
|
886
|
-
closeColorPressedInfo: string;
|
|
887
|
-
borderSuccess: string;
|
|
888
|
-
textColorSuccess: string;
|
|
889
|
-
colorSuccess: string;
|
|
890
|
-
colorBorderedSuccess: string;
|
|
891
|
-
closeIconColorSuccess: string;
|
|
892
|
-
closeIconColorHoverSuccess: string;
|
|
893
|
-
closeIconColorPressedSuccess: string;
|
|
894
|
-
closeColorHoverSuccess: string;
|
|
895
|
-
closeColorPressedSuccess: string;
|
|
896
|
-
borderWarning: string;
|
|
897
|
-
textColorWarning: string;
|
|
898
|
-
colorWarning: string;
|
|
899
|
-
colorBorderedWarning: string;
|
|
900
|
-
closeIconColorWarning: string;
|
|
901
|
-
closeIconColorHoverWarning: string;
|
|
902
|
-
closeIconColorPressedWarning: string;
|
|
903
|
-
closeColorHoverWarning: string;
|
|
904
|
-
closeColorPressedWarning: string;
|
|
905
|
-
borderError: string;
|
|
906
|
-
textColorError: string;
|
|
907
|
-
colorError: string;
|
|
908
|
-
colorBorderedError: string;
|
|
909
|
-
closeIconColorError: string;
|
|
910
|
-
closeIconColorHoverError: string;
|
|
911
|
-
closeIconColorPressedError: string;
|
|
912
|
-
closeColorHoverError: string;
|
|
913
|
-
closeColorPressedError: string;
|
|
914
599
|
}, any>>;
|
|
915
600
|
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
916
601
|
closeIconSizeTiny: string;
|
|
@@ -970,51 +655,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
970
655
|
closeIconColorPressedTertiary: string;
|
|
971
656
|
closeColorHoverTertiary: string;
|
|
972
657
|
closeColorPressedTertiary: string;
|
|
973
|
-
borderPrimary: string;
|
|
974
|
-
textColorPrimary: string;
|
|
975
|
-
colorPrimary: string;
|
|
976
|
-
colorBorderedPrimary: string;
|
|
977
|
-
closeIconColorPrimary: string;
|
|
978
|
-
closeIconColorHoverPrimary: string;
|
|
979
|
-
closeIconColorPressedPrimary: string;
|
|
980
|
-
closeColorHoverPrimary: string;
|
|
981
|
-
closeColorPressedPrimary: string;
|
|
982
|
-
borderInfo: string;
|
|
983
|
-
textColorInfo: string;
|
|
984
|
-
colorInfo: string;
|
|
985
|
-
colorBorderedInfo: string;
|
|
986
|
-
closeIconColorInfo: string;
|
|
987
|
-
closeIconColorHoverInfo: string;
|
|
988
|
-
closeIconColorPressedInfo: string;
|
|
989
|
-
closeColorHoverInfo: string;
|
|
990
|
-
closeColorPressedInfo: string;
|
|
991
|
-
borderSuccess: string;
|
|
992
|
-
textColorSuccess: string;
|
|
993
|
-
colorSuccess: string;
|
|
994
|
-
colorBorderedSuccess: string;
|
|
995
|
-
closeIconColorSuccess: string;
|
|
996
|
-
closeIconColorHoverSuccess: string;
|
|
997
|
-
closeIconColorPressedSuccess: string;
|
|
998
|
-
closeColorHoverSuccess: string;
|
|
999
|
-
closeColorPressedSuccess: string;
|
|
1000
|
-
borderWarning: string;
|
|
1001
|
-
textColorWarning: string;
|
|
1002
|
-
colorWarning: string;
|
|
1003
|
-
colorBorderedWarning: string;
|
|
1004
|
-
closeIconColorWarning: string;
|
|
1005
|
-
closeIconColorHoverWarning: string;
|
|
1006
|
-
closeIconColorPressedWarning: string;
|
|
1007
|
-
closeColorHoverWarning: string;
|
|
1008
|
-
closeColorPressedWarning: string;
|
|
1009
|
-
borderError: string;
|
|
1010
|
-
textColorError: string;
|
|
1011
|
-
colorError: string;
|
|
1012
|
-
colorBorderedError: string;
|
|
1013
|
-
closeIconColorError: string;
|
|
1014
|
-
closeIconColorHoverError: string;
|
|
1015
|
-
closeIconColorPressedError: string;
|
|
1016
|
-
closeColorHoverError: string;
|
|
1017
|
-
closeColorPressedError: string;
|
|
1018
658
|
}, any>>>;
|
|
1019
659
|
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
1020
660
|
closeIconSizeTiny: string;
|
|
@@ -1074,54 +714,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1074
714
|
closeIconColorPressedTertiary: string;
|
|
1075
715
|
closeColorHoverTertiary: string;
|
|
1076
716
|
closeColorPressedTertiary: string;
|
|
1077
|
-
borderPrimary: string;
|
|
1078
|
-
textColorPrimary: string;
|
|
1079
|
-
colorPrimary: string;
|
|
1080
|
-
colorBorderedPrimary: string;
|
|
1081
|
-
closeIconColorPrimary: string;
|
|
1082
|
-
closeIconColorHoverPrimary: string;
|
|
1083
|
-
closeIconColorPressedPrimary: string;
|
|
1084
|
-
closeColorHoverPrimary: string;
|
|
1085
|
-
closeColorPressedPrimary: string;
|
|
1086
|
-
borderInfo: string;
|
|
1087
|
-
textColorInfo: string;
|
|
1088
|
-
colorInfo: string;
|
|
1089
|
-
colorBorderedInfo: string;
|
|
1090
|
-
closeIconColorInfo: string;
|
|
1091
|
-
closeIconColorHoverInfo: string;
|
|
1092
|
-
closeIconColorPressedInfo: string;
|
|
1093
|
-
closeColorHoverInfo: string;
|
|
1094
|
-
closeColorPressedInfo: string;
|
|
1095
|
-
borderSuccess: string;
|
|
1096
|
-
textColorSuccess: string;
|
|
1097
|
-
colorSuccess: string;
|
|
1098
|
-
colorBorderedSuccess: string;
|
|
1099
|
-
closeIconColorSuccess: string;
|
|
1100
|
-
closeIconColorHoverSuccess: string;
|
|
1101
|
-
closeIconColorPressedSuccess: string;
|
|
1102
|
-
closeColorHoverSuccess: string;
|
|
1103
|
-
closeColorPressedSuccess: string;
|
|
1104
|
-
borderWarning: string;
|
|
1105
|
-
textColorWarning: string;
|
|
1106
|
-
colorWarning: string;
|
|
1107
|
-
colorBorderedWarning: string;
|
|
1108
|
-
closeIconColorWarning: string;
|
|
1109
|
-
closeIconColorHoverWarning: string;
|
|
1110
|
-
closeIconColorPressedWarning: string;
|
|
1111
|
-
closeColorHoverWarning: string;
|
|
1112
|
-
closeColorPressedWarning: string;
|
|
1113
|
-
borderError: string;
|
|
1114
|
-
textColorError: string;
|
|
1115
|
-
colorError: string;
|
|
1116
|
-
colorBorderedError: string;
|
|
1117
|
-
closeIconColorError: string;
|
|
1118
|
-
closeIconColorHoverError: string;
|
|
1119
|
-
closeIconColorPressedError: string;
|
|
1120
|
-
closeColorHoverError: string;
|
|
1121
|
-
closeColorPressedError: string;
|
|
1122
717
|
}, any>>>;
|
|
1123
718
|
}>>, {
|
|
1124
|
-
type: "default" | "tertiary"
|
|
719
|
+
type: "default" | "tertiary";
|
|
1125
720
|
disabled: boolean | undefined;
|
|
1126
721
|
bordered: boolean | undefined;
|
|
1127
722
|
size: "small" | "medium" | "large";
|
package/es/tag/src/Tag.js
CHANGED
|
@@ -33,6 +33,9 @@ export default defineComponent({
|
|
|
33
33
|
if (props.onCheckedChange !== undefined) {
|
|
34
34
|
warnOnce('tag', '`on-checked-change` is deprecated, please use `on-update:checked` instead');
|
|
35
35
|
}
|
|
36
|
+
if (['primary', 'success', 'info', 'warning', 'error'].includes(props.type)) {
|
|
37
|
+
warnOnce('tag', '`primary, success, info, warning, error` types are deprecated, please use `color` instead');
|
|
38
|
+
}
|
|
36
39
|
});
|
|
37
40
|
}
|
|
38
41
|
const contentRef = ref(null);
|
|
@@ -7,7 +7,7 @@ export interface TagColor {
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
readonly color: PropType<TagColor>;
|
|
9
9
|
readonly type: {
|
|
10
|
-
readonly type: PropType<"default" | "
|
|
10
|
+
readonly type: PropType<"default" | "tertiary">;
|
|
11
11
|
readonly default: "default";
|
|
12
12
|
};
|
|
13
13
|
readonly round: BooleanConstructor;
|
package/es/tag/styles/light.d.ts
CHANGED
|
@@ -58,51 +58,6 @@ export declare const self: (vars: ThemeCommonVars) => {
|
|
|
58
58
|
closeIconColorPressedTertiary: string;
|
|
59
59
|
closeColorHoverTertiary: string;
|
|
60
60
|
closeColorPressedTertiary: string;
|
|
61
|
-
borderPrimary: string;
|
|
62
|
-
textColorPrimary: string;
|
|
63
|
-
colorPrimary: string;
|
|
64
|
-
colorBorderedPrimary: string;
|
|
65
|
-
closeIconColorPrimary: string;
|
|
66
|
-
closeIconColorHoverPrimary: string;
|
|
67
|
-
closeIconColorPressedPrimary: string;
|
|
68
|
-
closeColorHoverPrimary: string;
|
|
69
|
-
closeColorPressedPrimary: string;
|
|
70
|
-
borderInfo: string;
|
|
71
|
-
textColorInfo: string;
|
|
72
|
-
colorInfo: string;
|
|
73
|
-
colorBorderedInfo: string;
|
|
74
|
-
closeIconColorInfo: string;
|
|
75
|
-
closeIconColorHoverInfo: string;
|
|
76
|
-
closeIconColorPressedInfo: string;
|
|
77
|
-
closeColorHoverInfo: string;
|
|
78
|
-
closeColorPressedInfo: string;
|
|
79
|
-
borderSuccess: string;
|
|
80
|
-
textColorSuccess: string;
|
|
81
|
-
colorSuccess: string;
|
|
82
|
-
colorBorderedSuccess: string;
|
|
83
|
-
closeIconColorSuccess: string;
|
|
84
|
-
closeIconColorHoverSuccess: string;
|
|
85
|
-
closeIconColorPressedSuccess: string;
|
|
86
|
-
closeColorHoverSuccess: string;
|
|
87
|
-
closeColorPressedSuccess: string;
|
|
88
|
-
borderWarning: string;
|
|
89
|
-
textColorWarning: string;
|
|
90
|
-
colorWarning: string;
|
|
91
|
-
colorBorderedWarning: string;
|
|
92
|
-
closeIconColorWarning: string;
|
|
93
|
-
closeIconColorHoverWarning: string;
|
|
94
|
-
closeIconColorPressedWarning: string;
|
|
95
|
-
closeColorHoverWarning: string;
|
|
96
|
-
closeColorPressedWarning: string;
|
|
97
|
-
borderError: string;
|
|
98
|
-
textColorError: string;
|
|
99
|
-
colorError: string;
|
|
100
|
-
colorBorderedError: string;
|
|
101
|
-
closeIconColorError: string;
|
|
102
|
-
closeIconColorHoverError: string;
|
|
103
|
-
closeIconColorPressedError: string;
|
|
104
|
-
closeColorHoverError: string;
|
|
105
|
-
closeColorPressedError: string;
|
|
106
61
|
};
|
|
107
62
|
export type TagThemeVars = ReturnType<typeof self>;
|
|
108
63
|
declare const tagLight: Theme<'Tag', TagThemeVars>;
|
package/es/tag/styles/light.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { changeColor } from 'seemly';
|
|
2
2
|
import { commonLight } from '../../_styles/common';
|
|
3
3
|
export const self = (vars) => {
|
|
4
|
-
const { opacityDisabled, borderRadiusSmall: borderRadius, fontWeightStrong, fontWeight, elementsTertiary, fontBodySmall, fontBodyMedium, textQuaternary, elementsPrimary, elementsSecondary, elementsSenary, elementsQuinary, textPrimary, elementsQuaternary, transparencySecondary, staticDarkGrey, staticWhite, elementsDarkQuinary,
|
|
4
|
+
const { opacityDisabled, borderRadiusSmall: borderRadius, fontWeightStrong, fontWeight, elementsTertiary, fontBodySmall, fontBodyMedium, textQuaternary, elementsPrimary, elementsSecondary, elementsSenary, elementsQuinary, textPrimary, elementsQuaternary, transparencySecondary, staticDarkGrey, staticWhite, elementsDarkQuinary, staticBlack } = vars;
|
|
5
5
|
const borderTagWidth = 2;
|
|
6
6
|
return {
|
|
7
7
|
closeIconSizeTiny: '16px',
|
|
@@ -63,63 +63,7 @@ export const self = (vars) => {
|
|
|
63
63
|
closeIconColorHoverTertiary: staticWhite,
|
|
64
64
|
closeIconColorPressedTertiary: staticWhite,
|
|
65
65
|
closeColorHoverTertiary: changeColor(staticWhite, { alpha: 0.12 }),
|
|
66
|
-
closeColorPressedTertiary: changeColor(staticWhite, { alpha: 0.18 })
|
|
67
|
-
// primary
|
|
68
|
-
borderPrimary: `${borderTagWidth}px solid ${brandPrimary600}`,
|
|
69
|
-
textColorPrimary: staticWhite,
|
|
70
|
-
colorPrimary: brandPrimary500,
|
|
71
|
-
colorBorderedPrimary: brandPrimary500,
|
|
72
|
-
closeIconColorPrimary: staticWhite,
|
|
73
|
-
closeIconColorHoverPrimary: staticWhite,
|
|
74
|
-
closeIconColorPressedPrimary: staticWhite,
|
|
75
|
-
closeColorHoverPrimary: changeColor(staticWhite, { alpha: 0.12 }),
|
|
76
|
-
closeColorPressedPrimary: changeColor(staticWhite, { alpha: 0.18 }),
|
|
77
|
-
// info
|
|
78
|
-
borderInfo: `${borderTagWidth}px solid ${brandQuaternary600}`,
|
|
79
|
-
textColorInfo: staticBlack,
|
|
80
|
-
colorInfo: brandQuaternary500,
|
|
81
|
-
colorBorderedInfo: brandQuaternary500,
|
|
82
|
-
closeIconColorInfo: staticBlack,
|
|
83
|
-
closeIconColorHoverInfo: staticBlack,
|
|
84
|
-
closeIconColorPressedInfo: staticBlack,
|
|
85
|
-
closeColorHoverInfo: changeColor(staticBlack, { alpha: 0.12 }),
|
|
86
|
-
closeColorPressedInfo: changeColor(staticBlack, { alpha: 0.18 }),
|
|
87
|
-
// success
|
|
88
|
-
borderSuccess: `${borderTagWidth}px solid ${changeColor(staticGreen, {
|
|
89
|
-
alpha: 0.3
|
|
90
|
-
})}`,
|
|
91
|
-
textColorSuccess: staticWhite,
|
|
92
|
-
colorSuccess: staticGreen,
|
|
93
|
-
colorBorderedSuccess: staticGreen,
|
|
94
|
-
closeIconColorSuccess: staticWhite,
|
|
95
|
-
closeIconColorHoverSuccess: staticWhite,
|
|
96
|
-
closeIconColorPressedSuccess: staticWhite,
|
|
97
|
-
closeColorHoverSuccess: changeColor(staticWhite, { alpha: 0.12 }),
|
|
98
|
-
closeColorPressedSuccess: changeColor(staticWhite, { alpha: 0.18 }),
|
|
99
|
-
// warning
|
|
100
|
-
borderWarning: `${borderTagWidth}px solid ${changeColor(staticOrange, {
|
|
101
|
-
alpha: 0.35
|
|
102
|
-
})}`,
|
|
103
|
-
textColorWarning: staticWhite,
|
|
104
|
-
colorWarning: staticOrange,
|
|
105
|
-
colorBorderedWarning: staticOrange,
|
|
106
|
-
closeIconColorWarning: staticWhite,
|
|
107
|
-
closeIconColorHoverWarning: staticWhite,
|
|
108
|
-
closeIconColorPressedWarning: staticWhite,
|
|
109
|
-
closeColorHoverWarning: changeColor(staticWhite, { alpha: 0.12 }),
|
|
110
|
-
closeColorPressedWarning: changeColor(staticWhite, { alpha: 0.18 }),
|
|
111
|
-
// error
|
|
112
|
-
borderError: `${borderTagWidth}px solid ${changeColor(staticRed, {
|
|
113
|
-
alpha: 0.23
|
|
114
|
-
})}`,
|
|
115
|
-
textColorError: staticWhite,
|
|
116
|
-
colorError: staticRed,
|
|
117
|
-
colorBorderedError: staticRed,
|
|
118
|
-
closeIconColorError: staticWhite,
|
|
119
|
-
closeIconColorHoverError: staticWhite,
|
|
120
|
-
closeIconColorPressedError: staticWhite,
|
|
121
|
-
closeColorHoverError: changeColor(staticWhite, { alpha: 0.12 }),
|
|
122
|
-
closeColorPressedError: changeColor(staticWhite, { alpha: 0.18 })
|
|
66
|
+
closeColorPressedTertiary: changeColor(staticWhite, { alpha: 0.18 })
|
|
123
67
|
};
|
|
124
68
|
};
|
|
125
69
|
const tagLight = {
|