@uzum-tech/ui 1.14.0 → 1.14.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 +177 -143
- package/dist/index.prod.js +2 -2
- package/es/auto-complete/src/AutoComplete.d.ts +70 -0
- package/es/auto-complete/styles/light.d.ts +7 -0
- package/es/chat/src/Chat.d.ts +70 -0
- package/es/chat/src/ChatListItems.d.ts +77 -0
- package/es/chat/src/ChatMessages.d.ts +77 -0
- package/es/chat/src/ChatParts/MainArea.js +47 -54
- package/es/chat/src/ChatParts/Sidebar.d.ts +7 -0
- package/es/chat/src/styles/index.cssr.js +12 -7
- package/es/chat/styles/dark.d.ts +7 -0
- package/es/chat/styles/light.d.ts +7 -0
- package/es/color-picker/src/ColorInputUnit.d.ts +7 -0
- package/es/color-picker/src/ColorPicker.d.ts +63 -0
- package/es/color-picker/styles/light.d.ts +7 -0
- package/es/data-table/src/DataTable.d.ts +56 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +14 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +14 -0
- package/es/data-table/src/TableParts/Body.d.ts +14 -0
- package/es/data-table/src/TableParts/Header.d.ts +14 -0
- package/es/data-table/src/interface.d.ts +21 -0
- package/es/data-table/styles/light.d.ts +7 -0
- package/es/date-picker/src/DatePicker.d.ts +147 -0
- package/es/date-picker/src/panel/date.d.ts +21 -0
- package/es/date-picker/src/panel/daterange.d.ts +21 -0
- package/es/date-picker/src/panel/datetime.d.ts +21 -0
- package/es/date-picker/src/panel/datetimerange.d.ts +21 -0
- package/es/date-picker/src/panel/panelMonth.d.ts +42 -0
- package/es/date-picker/src/panel/panelMonthContent.d.ts +21 -0
- package/es/date-picker/src/panel/panelYear.d.ts +42 -0
- package/es/date-picker/src/panel/panelYearContent.d.ts +21 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +21 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +21 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +21 -0
- package/es/date-picker/styles/light.d.ts +14 -0
- package/es/date-picker-v2/src/DatePickerV2.d.ts +70 -0
- package/es/date-picker-v2/styles/dark.d.ts +7 -0
- package/es/date-picker-v2/styles/light.d.ts +7 -0
- package/es/dynamic-input/src/DynamicInput.d.ts +70 -0
- package/es/dynamic-input/src/InputPreset.d.ts +7 -0
- package/es/dynamic-input/src/PairPreset.d.ts +7 -0
- package/es/dynamic-input/styles/light.d.ts +7 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +70 -0
- package/es/dynamic-tags/styles/light.d.ts +7 -0
- package/es/input/src/Input.d.ts +77 -0
- package/es/input/src/Input.js +9 -1
- package/es/input/src/InputGroupLabel.d.ts +63 -0
- package/es/input/src/styles/input.cssr.js +1 -1
- package/es/input/styles/light.d.ts +7 -0
- package/es/input/styles/light.js +11 -1
- package/es/input-number/src/InputNumber.d.ts +70 -0
- package/es/input-number/styles/light.d.ts +7 -0
- package/es/input-otp/src/InputOtp.d.ts +70 -0
- package/es/input-otp/styles/light.d.ts +7 -0
- package/es/legacy-transfer/src/Transfer.d.ts +70 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +7 -0
- package/es/legacy-transfer/src/TransferList.d.ts +7 -0
- package/es/legacy-transfer/src/TransferListItem.d.ts +7 -0
- package/es/legacy-transfer/styles/light.d.ts +7 -0
- package/es/mention/src/Mention.d.ts +70 -0
- package/es/mention/styles/light.d.ts +7 -0
- package/es/pagination/src/Pagination.d.ts +70 -0
- package/es/pagination/styles/light.d.ts +7 -0
- package/es/time-picker/src/Panel.d.ts +7 -0
- package/es/time-picker/src/TimePicker.d.ts +70 -0
- package/es/time-picker/styles/light.d.ts +7 -0
- package/es/transfer/src/Transfer.d.ts +70 -0
- package/es/transfer/src/TransferFilter.d.ts +7 -0
- package/es/transfer/src/TransferList.d.ts +7 -0
- package/es/transfer/src/TransferListItem.d.ts +7 -0
- package/es/transfer/styles/light.d.ts +7 -0
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/auto-complete/src/AutoComplete.d.ts +70 -0
- package/lib/auto-complete/styles/light.d.ts +7 -0
- package/lib/chat/src/Chat.d.ts +70 -0
- package/lib/chat/src/ChatListItems.d.ts +77 -0
- package/lib/chat/src/ChatMessages.d.ts +77 -0
- package/lib/chat/src/ChatParts/MainArea.js +47 -54
- package/lib/chat/src/ChatParts/Sidebar.d.ts +7 -0
- package/lib/chat/src/styles/index.cssr.js +12 -7
- package/lib/chat/styles/dark.d.ts +7 -0
- package/lib/chat/styles/light.d.ts +7 -0
- package/lib/color-picker/src/ColorInputUnit.d.ts +7 -0
- package/lib/color-picker/src/ColorPicker.d.ts +63 -0
- package/lib/color-picker/styles/light.d.ts +7 -0
- package/lib/data-table/src/DataTable.d.ts +56 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +14 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +14 -0
- package/lib/data-table/src/TableParts/Body.d.ts +14 -0
- package/lib/data-table/src/TableParts/Header.d.ts +14 -0
- package/lib/data-table/src/interface.d.ts +21 -0
- package/lib/data-table/styles/light.d.ts +7 -0
- package/lib/date-picker/src/DatePicker.d.ts +147 -0
- package/lib/date-picker/src/panel/date.d.ts +21 -0
- package/lib/date-picker/src/panel/daterange.d.ts +21 -0
- package/lib/date-picker/src/panel/datetime.d.ts +21 -0
- package/lib/date-picker/src/panel/datetimerange.d.ts +21 -0
- package/lib/date-picker/src/panel/panelMonth.d.ts +42 -0
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +21 -0
- package/lib/date-picker/src/panel/panelYear.d.ts +42 -0
- package/lib/date-picker/src/panel/panelYearContent.d.ts +21 -0
- package/lib/date-picker/src/panel/use-calendar.d.ts +21 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +21 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +21 -0
- package/lib/date-picker/styles/light.d.ts +14 -0
- package/lib/date-picker-v2/src/DatePickerV2.d.ts +70 -0
- package/lib/date-picker-v2/styles/dark.d.ts +7 -0
- package/lib/date-picker-v2/styles/light.d.ts +7 -0
- package/lib/dynamic-input/src/DynamicInput.d.ts +70 -0
- package/lib/dynamic-input/src/InputPreset.d.ts +7 -0
- package/lib/dynamic-input/src/PairPreset.d.ts +7 -0
- package/lib/dynamic-input/styles/light.d.ts +7 -0
- package/lib/dynamic-tags/src/DynamicTags.d.ts +70 -0
- package/lib/dynamic-tags/styles/light.d.ts +7 -0
- package/lib/input/src/Input.d.ts +77 -0
- package/lib/input/src/Input.js +9 -1
- package/lib/input/src/InputGroupLabel.d.ts +63 -0
- package/lib/input/src/styles/input.cssr.js +1 -1
- package/lib/input/styles/light.d.ts +7 -0
- package/lib/input/styles/light.js +11 -1
- package/lib/input-number/src/InputNumber.d.ts +70 -0
- package/lib/input-number/styles/light.d.ts +7 -0
- package/lib/input-otp/src/InputOtp.d.ts +70 -0
- package/lib/input-otp/styles/light.d.ts +7 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +70 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +7 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +7 -0
- package/lib/legacy-transfer/src/TransferListItem.d.ts +7 -0
- package/lib/legacy-transfer/styles/light.d.ts +7 -0
- package/lib/mention/src/Mention.d.ts +70 -0
- package/lib/mention/styles/light.d.ts +7 -0
- package/lib/pagination/src/Pagination.d.ts +70 -0
- package/lib/pagination/styles/light.d.ts +7 -0
- package/lib/time-picker/src/Panel.d.ts +7 -0
- package/lib/time-picker/src/TimePicker.d.ts +70 -0
- package/lib/time-picker/styles/light.d.ts +7 -0
- package/lib/transfer/src/Transfer.d.ts +70 -0
- package/lib/transfer/src/TransferFilter.d.ts +7 -0
- package/lib/transfer/src/TransferList.d.ts +7 -0
- package/lib/transfer/src/TransferListItem.d.ts +7 -0
- package/lib/transfer/styles/light.d.ts +7 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
|
@@ -4,7 +4,7 @@ exports.self = void 0;
|
|
|
4
4
|
const seemly_1 = require("seemly");
|
|
5
5
|
const common_1 = require("../../_styles/common");
|
|
6
6
|
const self = (vars) => {
|
|
7
|
-
const { iconMedium, textSecondary, elementsTertiary, textPrimary, fontBodyMedium, fontBodyLarge, lineHeightBodyLarge, borderRadius, containerPrimary, elementsQuaternary, elementsPrimary, staticOrange, staticRed, elementsQuinary, brandPrimary500, heightTiny, heightSmall, heightMedium, heightLarge, heightHuge, fontTitleMedium } = vars;
|
|
7
|
+
const { iconMedium, textSecondary, elementsTertiary, textPrimary, fontBodyMedium, fontBodyLarge, lineHeightBodyLarge, borderRadius, containerPrimary, elementsQuaternary, elementsPrimary, staticGreen, staticOrange, staticRed, elementsQuinary, brandPrimary500, heightTiny, heightSmall, heightMedium, heightLarge, heightHuge, fontTitleMedium } = vars;
|
|
8
8
|
return {
|
|
9
9
|
paddingTiny: '0 12px',
|
|
10
10
|
paddingSmall: '0 12px',
|
|
@@ -45,6 +45,16 @@ const self = (vars) => {
|
|
|
45
45
|
borderFocus: `2px solid ${elementsPrimary}`,
|
|
46
46
|
boxShadowFocus: `0 0 0 4px ${(0, seemly_1.changeColor)(elementsPrimary, { alpha: 0.1 })}`,
|
|
47
47
|
loadingColor: elementsPrimary,
|
|
48
|
+
// success
|
|
49
|
+
loadingColorSuccess: staticGreen,
|
|
50
|
+
borderSuccess: `2px solid ${staticGreen}`,
|
|
51
|
+
borderHoverSuccess: `2px solid ${staticGreen}`,
|
|
52
|
+
colorFocusSuccess: containerPrimary,
|
|
53
|
+
borderFocusSuccess: `2px solid ${staticGreen}`,
|
|
54
|
+
boxShadowFocusSuccess: `0 0 0 4px ${(0, seemly_1.changeColor)(staticGreen, {
|
|
55
|
+
alpha: 0.1
|
|
56
|
+
})}`,
|
|
57
|
+
caretColorSuccess: elementsPrimary,
|
|
48
58
|
// warning
|
|
49
59
|
loadingColorWarning: staticOrange,
|
|
50
60
|
borderWarning: `2px solid ${staticOrange}`,
|
|
@@ -322,6 +322,13 @@ export declare const inputNumberProps: {
|
|
|
322
322
|
borderFocus: string;
|
|
323
323
|
boxShadowFocus: string;
|
|
324
324
|
loadingColor: string;
|
|
325
|
+
loadingColorSuccess: string;
|
|
326
|
+
borderSuccess: string;
|
|
327
|
+
borderHoverSuccess: string;
|
|
328
|
+
colorFocusSuccess: string;
|
|
329
|
+
borderFocusSuccess: string;
|
|
330
|
+
boxShadowFocusSuccess: string;
|
|
331
|
+
caretColorSuccess: string;
|
|
325
332
|
loadingColorWarning: string;
|
|
326
333
|
borderWarning: string;
|
|
327
334
|
borderHoverWarning: string;
|
|
@@ -607,6 +614,13 @@ export declare const inputNumberProps: {
|
|
|
607
614
|
borderFocus: string;
|
|
608
615
|
boxShadowFocus: string;
|
|
609
616
|
loadingColor: string;
|
|
617
|
+
loadingColorSuccess: string;
|
|
618
|
+
borderSuccess: string;
|
|
619
|
+
borderHoverSuccess: string;
|
|
620
|
+
colorFocusSuccess: string;
|
|
621
|
+
borderFocusSuccess: string;
|
|
622
|
+
boxShadowFocusSuccess: string;
|
|
623
|
+
caretColorSuccess: string;
|
|
610
624
|
loadingColorWarning: string;
|
|
611
625
|
borderWarning: string;
|
|
612
626
|
borderHoverWarning: string;
|
|
@@ -892,6 +906,13 @@ export declare const inputNumberProps: {
|
|
|
892
906
|
borderFocus: string;
|
|
893
907
|
boxShadowFocus: string;
|
|
894
908
|
loadingColor: string;
|
|
909
|
+
loadingColorSuccess: string;
|
|
910
|
+
borderSuccess: string;
|
|
911
|
+
borderHoverSuccess: string;
|
|
912
|
+
colorFocusSuccess: string;
|
|
913
|
+
borderFocusSuccess: string;
|
|
914
|
+
boxShadowFocusSuccess: string;
|
|
915
|
+
caretColorSuccess: string;
|
|
895
916
|
loadingColorWarning: string;
|
|
896
917
|
borderWarning: string;
|
|
897
918
|
borderHoverWarning: string;
|
|
@@ -1238,6 +1259,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1238
1259
|
borderFocus: string;
|
|
1239
1260
|
boxShadowFocus: string;
|
|
1240
1261
|
loadingColor: string;
|
|
1262
|
+
loadingColorSuccess: string;
|
|
1263
|
+
borderSuccess: string;
|
|
1264
|
+
borderHoverSuccess: string;
|
|
1265
|
+
colorFocusSuccess: string;
|
|
1266
|
+
borderFocusSuccess: string;
|
|
1267
|
+
boxShadowFocusSuccess: string;
|
|
1268
|
+
caretColorSuccess: string;
|
|
1241
1269
|
loadingColorWarning: string;
|
|
1242
1270
|
borderWarning: string;
|
|
1243
1271
|
borderHoverWarning: string;
|
|
@@ -1523,6 +1551,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1523
1551
|
borderFocus: string;
|
|
1524
1552
|
boxShadowFocus: string;
|
|
1525
1553
|
loadingColor: string;
|
|
1554
|
+
loadingColorSuccess: string;
|
|
1555
|
+
borderSuccess: string;
|
|
1556
|
+
borderHoverSuccess: string;
|
|
1557
|
+
colorFocusSuccess: string;
|
|
1558
|
+
borderFocusSuccess: string;
|
|
1559
|
+
boxShadowFocusSuccess: string;
|
|
1560
|
+
caretColorSuccess: string;
|
|
1526
1561
|
loadingColorWarning: string;
|
|
1527
1562
|
borderWarning: string;
|
|
1528
1563
|
borderHoverWarning: string;
|
|
@@ -1808,6 +1843,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1808
1843
|
borderFocus: string;
|
|
1809
1844
|
boxShadowFocus: string;
|
|
1810
1845
|
loadingColor: string;
|
|
1846
|
+
loadingColorSuccess: string;
|
|
1847
|
+
borderSuccess: string;
|
|
1848
|
+
borderHoverSuccess: string;
|
|
1849
|
+
colorFocusSuccess: string;
|
|
1850
|
+
borderFocusSuccess: string;
|
|
1851
|
+
boxShadowFocusSuccess: string;
|
|
1852
|
+
caretColorSuccess: string;
|
|
1811
1853
|
loadingColorWarning: string;
|
|
1812
1854
|
borderWarning: string;
|
|
1813
1855
|
borderHoverWarning: string;
|
|
@@ -2138,6 +2180,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2138
2180
|
borderFocus: string;
|
|
2139
2181
|
boxShadowFocus: string;
|
|
2140
2182
|
loadingColor: string;
|
|
2183
|
+
loadingColorSuccess: string;
|
|
2184
|
+
borderSuccess: string;
|
|
2185
|
+
borderHoverSuccess: string;
|
|
2186
|
+
colorFocusSuccess: string;
|
|
2187
|
+
borderFocusSuccess: string;
|
|
2188
|
+
boxShadowFocusSuccess: string;
|
|
2189
|
+
caretColorSuccess: string;
|
|
2141
2190
|
loadingColorWarning: string;
|
|
2142
2191
|
borderWarning: string;
|
|
2143
2192
|
borderHoverWarning: string;
|
|
@@ -2503,6 +2552,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2503
2552
|
borderFocus: string;
|
|
2504
2553
|
boxShadowFocus: string;
|
|
2505
2554
|
loadingColor: string;
|
|
2555
|
+
loadingColorSuccess: string;
|
|
2556
|
+
borderSuccess: string;
|
|
2557
|
+
borderHoverSuccess: string;
|
|
2558
|
+
colorFocusSuccess: string;
|
|
2559
|
+
borderFocusSuccess: string;
|
|
2560
|
+
boxShadowFocusSuccess: string;
|
|
2561
|
+
caretColorSuccess: string;
|
|
2506
2562
|
loadingColorWarning: string;
|
|
2507
2563
|
borderWarning: string;
|
|
2508
2564
|
borderHoverWarning: string;
|
|
@@ -2788,6 +2844,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2788
2844
|
borderFocus: string;
|
|
2789
2845
|
boxShadowFocus: string;
|
|
2790
2846
|
loadingColor: string;
|
|
2847
|
+
loadingColorSuccess: string;
|
|
2848
|
+
borderSuccess: string;
|
|
2849
|
+
borderHoverSuccess: string;
|
|
2850
|
+
colorFocusSuccess: string;
|
|
2851
|
+
borderFocusSuccess: string;
|
|
2852
|
+
boxShadowFocusSuccess: string;
|
|
2853
|
+
caretColorSuccess: string;
|
|
2791
2854
|
loadingColorWarning: string;
|
|
2792
2855
|
borderWarning: string;
|
|
2793
2856
|
borderHoverWarning: string;
|
|
@@ -3073,6 +3136,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3073
3136
|
borderFocus: string;
|
|
3074
3137
|
boxShadowFocus: string;
|
|
3075
3138
|
loadingColor: string;
|
|
3139
|
+
loadingColorSuccess: string;
|
|
3140
|
+
borderSuccess: string;
|
|
3141
|
+
borderHoverSuccess: string;
|
|
3142
|
+
colorFocusSuccess: string;
|
|
3143
|
+
borderFocusSuccess: string;
|
|
3144
|
+
boxShadowFocusSuccess: string;
|
|
3145
|
+
caretColorSuccess: string;
|
|
3076
3146
|
loadingColorWarning: string;
|
|
3077
3147
|
borderWarning: string;
|
|
3078
3148
|
borderHoverWarning: string;
|
|
@@ -261,6 +261,13 @@ declare const inputNumberLight: import("../../_mixins").Theme<"InputNumber", {},
|
|
|
261
261
|
borderFocus: string;
|
|
262
262
|
boxShadowFocus: string;
|
|
263
263
|
loadingColor: string;
|
|
264
|
+
loadingColorSuccess: string;
|
|
265
|
+
borderSuccess: string;
|
|
266
|
+
borderHoverSuccess: string;
|
|
267
|
+
colorFocusSuccess: string;
|
|
268
|
+
borderFocusSuccess: string;
|
|
269
|
+
boxShadowFocusSuccess: string;
|
|
270
|
+
caretColorSuccess: string;
|
|
264
271
|
loadingColorWarning: string;
|
|
265
272
|
borderWarning: string;
|
|
266
273
|
borderHoverWarning: string;
|
|
@@ -77,6 +77,13 @@ export declare const inputOtpProps: {
|
|
|
77
77
|
borderFocus: string;
|
|
78
78
|
boxShadowFocus: string;
|
|
79
79
|
loadingColor: string;
|
|
80
|
+
loadingColorSuccess: string;
|
|
81
|
+
borderSuccess: string;
|
|
82
|
+
borderHoverSuccess: string;
|
|
83
|
+
colorFocusSuccess: string;
|
|
84
|
+
borderFocusSuccess: string;
|
|
85
|
+
boxShadowFocusSuccess: string;
|
|
86
|
+
caretColorSuccess: string;
|
|
80
87
|
loadingColorWarning: string;
|
|
81
88
|
borderWarning: string;
|
|
82
89
|
borderHoverWarning: string;
|
|
@@ -150,6 +157,13 @@ export declare const inputOtpProps: {
|
|
|
150
157
|
borderFocus: string;
|
|
151
158
|
boxShadowFocus: string;
|
|
152
159
|
loadingColor: string;
|
|
160
|
+
loadingColorSuccess: string;
|
|
161
|
+
borderSuccess: string;
|
|
162
|
+
borderHoverSuccess: string;
|
|
163
|
+
colorFocusSuccess: string;
|
|
164
|
+
borderFocusSuccess: string;
|
|
165
|
+
boxShadowFocusSuccess: string;
|
|
166
|
+
caretColorSuccess: string;
|
|
153
167
|
loadingColorWarning: string;
|
|
154
168
|
borderWarning: string;
|
|
155
169
|
borderHoverWarning: string;
|
|
@@ -223,6 +237,13 @@ export declare const inputOtpProps: {
|
|
|
223
237
|
borderFocus: string;
|
|
224
238
|
boxShadowFocus: string;
|
|
225
239
|
loadingColor: string;
|
|
240
|
+
loadingColorSuccess: string;
|
|
241
|
+
borderSuccess: string;
|
|
242
|
+
borderHoverSuccess: string;
|
|
243
|
+
colorFocusSuccess: string;
|
|
244
|
+
borderFocusSuccess: string;
|
|
245
|
+
boxShadowFocusSuccess: string;
|
|
246
|
+
caretColorSuccess: string;
|
|
226
247
|
loadingColorWarning: string;
|
|
227
248
|
borderWarning: string;
|
|
228
249
|
borderHoverWarning: string;
|
|
@@ -325,6 +346,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
325
346
|
borderFocus: string;
|
|
326
347
|
boxShadowFocus: string;
|
|
327
348
|
loadingColor: string;
|
|
349
|
+
loadingColorSuccess: string;
|
|
350
|
+
borderSuccess: string;
|
|
351
|
+
borderHoverSuccess: string;
|
|
352
|
+
colorFocusSuccess: string;
|
|
353
|
+
borderFocusSuccess: string;
|
|
354
|
+
boxShadowFocusSuccess: string;
|
|
355
|
+
caretColorSuccess: string;
|
|
328
356
|
loadingColorWarning: string;
|
|
329
357
|
borderWarning: string;
|
|
330
358
|
borderHoverWarning: string;
|
|
@@ -398,6 +426,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
398
426
|
borderFocus: string;
|
|
399
427
|
boxShadowFocus: string;
|
|
400
428
|
loadingColor: string;
|
|
429
|
+
loadingColorSuccess: string;
|
|
430
|
+
borderSuccess: string;
|
|
431
|
+
borderHoverSuccess: string;
|
|
432
|
+
colorFocusSuccess: string;
|
|
433
|
+
borderFocusSuccess: string;
|
|
434
|
+
boxShadowFocusSuccess: string;
|
|
435
|
+
caretColorSuccess: string;
|
|
401
436
|
loadingColorWarning: string;
|
|
402
437
|
borderWarning: string;
|
|
403
438
|
borderHoverWarning: string;
|
|
@@ -471,6 +506,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
471
506
|
borderFocus: string;
|
|
472
507
|
boxShadowFocus: string;
|
|
473
508
|
loadingColor: string;
|
|
509
|
+
loadingColorSuccess: string;
|
|
510
|
+
borderSuccess: string;
|
|
511
|
+
borderHoverSuccess: string;
|
|
512
|
+
colorFocusSuccess: string;
|
|
513
|
+
borderFocusSuccess: string;
|
|
514
|
+
boxShadowFocusSuccess: string;
|
|
515
|
+
caretColorSuccess: string;
|
|
474
516
|
loadingColorWarning: string;
|
|
475
517
|
borderWarning: string;
|
|
476
518
|
borderHoverWarning: string;
|
|
@@ -549,6 +591,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
549
591
|
borderFocus: string;
|
|
550
592
|
boxShadowFocus: string;
|
|
551
593
|
loadingColor: string;
|
|
594
|
+
loadingColorSuccess: string;
|
|
595
|
+
borderSuccess: string;
|
|
596
|
+
borderHoverSuccess: string;
|
|
597
|
+
colorFocusSuccess: string;
|
|
598
|
+
borderFocusSuccess: string;
|
|
599
|
+
boxShadowFocusSuccess: string;
|
|
600
|
+
caretColorSuccess: string;
|
|
552
601
|
loadingColorWarning: string;
|
|
553
602
|
borderWarning: string;
|
|
554
603
|
borderHoverWarning: string;
|
|
@@ -688,6 +737,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
688
737
|
borderFocus: string;
|
|
689
738
|
boxShadowFocus: string;
|
|
690
739
|
loadingColor: string;
|
|
740
|
+
loadingColorSuccess: string;
|
|
741
|
+
borderSuccess: string;
|
|
742
|
+
borderHoverSuccess: string;
|
|
743
|
+
colorFocusSuccess: string;
|
|
744
|
+
borderFocusSuccess: string;
|
|
745
|
+
boxShadowFocusSuccess: string;
|
|
746
|
+
caretColorSuccess: string;
|
|
691
747
|
loadingColorWarning: string;
|
|
692
748
|
borderWarning: string;
|
|
693
749
|
borderHoverWarning: string;
|
|
@@ -761,6 +817,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
761
817
|
borderFocus: string;
|
|
762
818
|
boxShadowFocus: string;
|
|
763
819
|
loadingColor: string;
|
|
820
|
+
loadingColorSuccess: string;
|
|
821
|
+
borderSuccess: string;
|
|
822
|
+
borderHoverSuccess: string;
|
|
823
|
+
colorFocusSuccess: string;
|
|
824
|
+
borderFocusSuccess: string;
|
|
825
|
+
boxShadowFocusSuccess: string;
|
|
826
|
+
caretColorSuccess: string;
|
|
764
827
|
loadingColorWarning: string;
|
|
765
828
|
borderWarning: string;
|
|
766
829
|
borderHoverWarning: string;
|
|
@@ -834,6 +897,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
834
897
|
borderFocus: string;
|
|
835
898
|
boxShadowFocus: string;
|
|
836
899
|
loadingColor: string;
|
|
900
|
+
loadingColorSuccess: string;
|
|
901
|
+
borderSuccess: string;
|
|
902
|
+
borderHoverSuccess: string;
|
|
903
|
+
colorFocusSuccess: string;
|
|
904
|
+
borderFocusSuccess: string;
|
|
905
|
+
boxShadowFocusSuccess: string;
|
|
906
|
+
caretColorSuccess: string;
|
|
837
907
|
loadingColorWarning: string;
|
|
838
908
|
borderWarning: string;
|
|
839
909
|
borderHoverWarning: string;
|
|
@@ -54,6 +54,13 @@ declare const inputOtpLight: import("../../_mixins").Theme<"InputOtp", {
|
|
|
54
54
|
borderFocus: string;
|
|
55
55
|
boxShadowFocus: string;
|
|
56
56
|
loadingColor: string;
|
|
57
|
+
loadingColorSuccess: string;
|
|
58
|
+
borderSuccess: string;
|
|
59
|
+
borderHoverSuccess: string;
|
|
60
|
+
colorFocusSuccess: string;
|
|
61
|
+
borderFocusSuccess: string;
|
|
62
|
+
boxShadowFocusSuccess: string;
|
|
63
|
+
caretColorSuccess: string;
|
|
57
64
|
loadingColorWarning: string;
|
|
58
65
|
borderWarning: string;
|
|
59
66
|
borderHoverWarning: string;
|
|
@@ -157,6 +157,13 @@ export declare const transferProps: {
|
|
|
157
157
|
borderFocus: string;
|
|
158
158
|
boxShadowFocus: string;
|
|
159
159
|
loadingColor: string;
|
|
160
|
+
loadingColorSuccess: string;
|
|
161
|
+
borderSuccess: string;
|
|
162
|
+
borderHoverSuccess: string;
|
|
163
|
+
colorFocusSuccess: string;
|
|
164
|
+
borderFocusSuccess: string;
|
|
165
|
+
boxShadowFocusSuccess: string;
|
|
166
|
+
caretColorSuccess: string;
|
|
160
167
|
loadingColorWarning: string;
|
|
161
168
|
borderWarning: string;
|
|
162
169
|
borderHoverWarning: string;
|
|
@@ -548,6 +555,13 @@ export declare const transferProps: {
|
|
|
548
555
|
borderFocus: string;
|
|
549
556
|
boxShadowFocus: string;
|
|
550
557
|
loadingColor: string;
|
|
558
|
+
loadingColorSuccess: string;
|
|
559
|
+
borderSuccess: string;
|
|
560
|
+
borderHoverSuccess: string;
|
|
561
|
+
colorFocusSuccess: string;
|
|
562
|
+
borderFocusSuccess: string;
|
|
563
|
+
boxShadowFocusSuccess: string;
|
|
564
|
+
caretColorSuccess: string;
|
|
551
565
|
loadingColorWarning: string;
|
|
552
566
|
borderWarning: string;
|
|
553
567
|
borderHoverWarning: string;
|
|
@@ -939,6 +953,13 @@ export declare const transferProps: {
|
|
|
939
953
|
borderFocus: string;
|
|
940
954
|
boxShadowFocus: string;
|
|
941
955
|
loadingColor: string;
|
|
956
|
+
loadingColorSuccess: string;
|
|
957
|
+
borderSuccess: string;
|
|
958
|
+
borderHoverSuccess: string;
|
|
959
|
+
colorFocusSuccess: string;
|
|
960
|
+
borderFocusSuccess: string;
|
|
961
|
+
boxShadowFocusSuccess: string;
|
|
962
|
+
caretColorSuccess: string;
|
|
942
963
|
loadingColorWarning: string;
|
|
943
964
|
borderWarning: string;
|
|
944
965
|
borderHoverWarning: string;
|
|
@@ -1360,6 +1381,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1360
1381
|
borderFocus: string;
|
|
1361
1382
|
boxShadowFocus: string;
|
|
1362
1383
|
loadingColor: string;
|
|
1384
|
+
loadingColorSuccess: string;
|
|
1385
|
+
borderSuccess: string;
|
|
1386
|
+
borderHoverSuccess: string;
|
|
1387
|
+
colorFocusSuccess: string;
|
|
1388
|
+
borderFocusSuccess: string;
|
|
1389
|
+
boxShadowFocusSuccess: string;
|
|
1390
|
+
caretColorSuccess: string;
|
|
1363
1391
|
loadingColorWarning: string;
|
|
1364
1392
|
borderWarning: string;
|
|
1365
1393
|
borderHoverWarning: string;
|
|
@@ -1751,6 +1779,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1751
1779
|
borderFocus: string;
|
|
1752
1780
|
boxShadowFocus: string;
|
|
1753
1781
|
loadingColor: string;
|
|
1782
|
+
loadingColorSuccess: string;
|
|
1783
|
+
borderSuccess: string;
|
|
1784
|
+
borderHoverSuccess: string;
|
|
1785
|
+
colorFocusSuccess: string;
|
|
1786
|
+
borderFocusSuccess: string;
|
|
1787
|
+
boxShadowFocusSuccess: string;
|
|
1788
|
+
caretColorSuccess: string;
|
|
1754
1789
|
loadingColorWarning: string;
|
|
1755
1790
|
borderWarning: string;
|
|
1756
1791
|
borderHoverWarning: string;
|
|
@@ -2142,6 +2177,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2142
2177
|
borderFocus: string;
|
|
2143
2178
|
boxShadowFocus: string;
|
|
2144
2179
|
loadingColor: string;
|
|
2180
|
+
loadingColorSuccess: string;
|
|
2181
|
+
borderSuccess: string;
|
|
2182
|
+
borderHoverSuccess: string;
|
|
2183
|
+
colorFocusSuccess: string;
|
|
2184
|
+
borderFocusSuccess: string;
|
|
2185
|
+
boxShadowFocusSuccess: string;
|
|
2186
|
+
caretColorSuccess: string;
|
|
2145
2187
|
loadingColorWarning: string;
|
|
2146
2188
|
borderWarning: string;
|
|
2147
2189
|
borderHoverWarning: string;
|
|
@@ -2546,6 +2588,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2546
2588
|
borderFocus: string;
|
|
2547
2589
|
boxShadowFocus: string;
|
|
2548
2590
|
loadingColor: string;
|
|
2591
|
+
loadingColorSuccess: string;
|
|
2592
|
+
borderSuccess: string;
|
|
2593
|
+
borderHoverSuccess: string;
|
|
2594
|
+
colorFocusSuccess: string;
|
|
2595
|
+
borderFocusSuccess: string;
|
|
2596
|
+
boxShadowFocusSuccess: string;
|
|
2597
|
+
caretColorSuccess: string;
|
|
2549
2598
|
loadingColorWarning: string;
|
|
2550
2599
|
borderWarning: string;
|
|
2551
2600
|
borderHoverWarning: string;
|
|
@@ -3030,6 +3079,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3030
3079
|
borderFocus: string;
|
|
3031
3080
|
boxShadowFocus: string;
|
|
3032
3081
|
loadingColor: string;
|
|
3082
|
+
loadingColorSuccess: string;
|
|
3083
|
+
borderSuccess: string;
|
|
3084
|
+
borderHoverSuccess: string;
|
|
3085
|
+
colorFocusSuccess: string;
|
|
3086
|
+
borderFocusSuccess: string;
|
|
3087
|
+
boxShadowFocusSuccess: string;
|
|
3088
|
+
caretColorSuccess: string;
|
|
3033
3089
|
loadingColorWarning: string;
|
|
3034
3090
|
borderWarning: string;
|
|
3035
3091
|
borderHoverWarning: string;
|
|
@@ -3421,6 +3477,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3421
3477
|
borderFocus: string;
|
|
3422
3478
|
boxShadowFocus: string;
|
|
3423
3479
|
loadingColor: string;
|
|
3480
|
+
loadingColorSuccess: string;
|
|
3481
|
+
borderSuccess: string;
|
|
3482
|
+
borderHoverSuccess: string;
|
|
3483
|
+
colorFocusSuccess: string;
|
|
3484
|
+
borderFocusSuccess: string;
|
|
3485
|
+
boxShadowFocusSuccess: string;
|
|
3486
|
+
caretColorSuccess: string;
|
|
3424
3487
|
loadingColorWarning: string;
|
|
3425
3488
|
borderWarning: string;
|
|
3426
3489
|
borderHoverWarning: string;
|
|
@@ -3812,6 +3875,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3812
3875
|
borderFocus: string;
|
|
3813
3876
|
boxShadowFocus: string;
|
|
3814
3877
|
loadingColor: string;
|
|
3878
|
+
loadingColorSuccess: string;
|
|
3879
|
+
borderSuccess: string;
|
|
3880
|
+
borderHoverSuccess: string;
|
|
3881
|
+
colorFocusSuccess: string;
|
|
3882
|
+
borderFocusSuccess: string;
|
|
3883
|
+
boxShadowFocusSuccess: string;
|
|
3884
|
+
caretColorSuccess: string;
|
|
3815
3885
|
loadingColorWarning: string;
|
|
3816
3886
|
borderWarning: string;
|
|
3817
3887
|
borderHoverWarning: string;
|
|
@@ -148,6 +148,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
148
148
|
borderFocus: string;
|
|
149
149
|
boxShadowFocus: string;
|
|
150
150
|
loadingColor: string;
|
|
151
|
+
loadingColorSuccess: string;
|
|
152
|
+
borderSuccess: string;
|
|
153
|
+
borderHoverSuccess: string;
|
|
154
|
+
colorFocusSuccess: string;
|
|
155
|
+
borderFocusSuccess: string;
|
|
156
|
+
boxShadowFocusSuccess: string;
|
|
157
|
+
caretColorSuccess: string;
|
|
151
158
|
loadingColorWarning: string;
|
|
152
159
|
borderWarning: string;
|
|
153
160
|
borderHoverWarning: string;
|
|
@@ -161,6 +161,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
161
161
|
borderFocus: string;
|
|
162
162
|
boxShadowFocus: string;
|
|
163
163
|
loadingColor: string;
|
|
164
|
+
loadingColorSuccess: string;
|
|
165
|
+
borderSuccess: string;
|
|
166
|
+
borderHoverSuccess: string;
|
|
167
|
+
colorFocusSuccess: string;
|
|
168
|
+
borderFocusSuccess: string;
|
|
169
|
+
boxShadowFocusSuccess: string;
|
|
170
|
+
caretColorSuccess: string;
|
|
164
171
|
loadingColorWarning: string;
|
|
165
172
|
borderWarning: string;
|
|
166
173
|
borderHoverWarning: string;
|
|
@@ -148,6 +148,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
148
148
|
borderFocus: string;
|
|
149
149
|
boxShadowFocus: string;
|
|
150
150
|
loadingColor: string;
|
|
151
|
+
loadingColorSuccess: string;
|
|
152
|
+
borderSuccess: string;
|
|
153
|
+
borderHoverSuccess: string;
|
|
154
|
+
colorFocusSuccess: string;
|
|
155
|
+
borderFocusSuccess: string;
|
|
156
|
+
boxShadowFocusSuccess: string;
|
|
157
|
+
caretColorSuccess: string;
|
|
151
158
|
loadingColorWarning: string;
|
|
152
159
|
borderWarning: string;
|
|
153
160
|
borderHoverWarning: string;
|
|
@@ -152,6 +152,13 @@ declare const transferLight: import("../../_mixins").Theme<"Transfer", {
|
|
|
152
152
|
borderFocus: string;
|
|
153
153
|
boxShadowFocus: string;
|
|
154
154
|
loadingColor: string;
|
|
155
|
+
loadingColorSuccess: string;
|
|
156
|
+
borderSuccess: string;
|
|
157
|
+
borderHoverSuccess: string;
|
|
158
|
+
colorFocusSuccess: string;
|
|
159
|
+
borderFocusSuccess: string;
|
|
160
|
+
boxShadowFocusSuccess: string;
|
|
161
|
+
caretColorSuccess: string;
|
|
155
162
|
loadingColorWarning: string;
|
|
156
163
|
borderWarning: string;
|
|
157
164
|
borderHoverWarning: string;
|
|
@@ -172,6 +172,13 @@ export declare const mentionProps: {
|
|
|
172
172
|
borderFocus: string;
|
|
173
173
|
boxShadowFocus: string;
|
|
174
174
|
loadingColor: string;
|
|
175
|
+
loadingColorSuccess: string;
|
|
176
|
+
borderSuccess: string;
|
|
177
|
+
borderHoverSuccess: string;
|
|
178
|
+
colorFocusSuccess: string;
|
|
179
|
+
borderFocusSuccess: string;
|
|
180
|
+
boxShadowFocusSuccess: string;
|
|
181
|
+
caretColorSuccess: string;
|
|
175
182
|
loadingColorWarning: string;
|
|
176
183
|
borderWarning: string;
|
|
177
184
|
borderHoverWarning: string;
|
|
@@ -305,6 +312,13 @@ export declare const mentionProps: {
|
|
|
305
312
|
borderFocus: string;
|
|
306
313
|
boxShadowFocus: string;
|
|
307
314
|
loadingColor: string;
|
|
315
|
+
loadingColorSuccess: string;
|
|
316
|
+
borderSuccess: string;
|
|
317
|
+
borderHoverSuccess: string;
|
|
318
|
+
colorFocusSuccess: string;
|
|
319
|
+
borderFocusSuccess: string;
|
|
320
|
+
boxShadowFocusSuccess: string;
|
|
321
|
+
caretColorSuccess: string;
|
|
308
322
|
loadingColorWarning: string;
|
|
309
323
|
borderWarning: string;
|
|
310
324
|
borderHoverWarning: string;
|
|
@@ -438,6 +452,13 @@ export declare const mentionProps: {
|
|
|
438
452
|
borderFocus: string;
|
|
439
453
|
boxShadowFocus: string;
|
|
440
454
|
loadingColor: string;
|
|
455
|
+
loadingColorSuccess: string;
|
|
456
|
+
borderSuccess: string;
|
|
457
|
+
borderHoverSuccess: string;
|
|
458
|
+
colorFocusSuccess: string;
|
|
459
|
+
borderFocusSuccess: string;
|
|
460
|
+
boxShadowFocusSuccess: string;
|
|
461
|
+
caretColorSuccess: string;
|
|
441
462
|
loadingColorWarning: string;
|
|
442
463
|
borderWarning: string;
|
|
443
464
|
borderHoverWarning: string;
|
|
@@ -630,6 +651,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
630
651
|
borderFocus: string;
|
|
631
652
|
boxShadowFocus: string;
|
|
632
653
|
loadingColor: string;
|
|
654
|
+
loadingColorSuccess: string;
|
|
655
|
+
borderSuccess: string;
|
|
656
|
+
borderHoverSuccess: string;
|
|
657
|
+
colorFocusSuccess: string;
|
|
658
|
+
borderFocusSuccess: string;
|
|
659
|
+
boxShadowFocusSuccess: string;
|
|
660
|
+
caretColorSuccess: string;
|
|
633
661
|
loadingColorWarning: string;
|
|
634
662
|
borderWarning: string;
|
|
635
663
|
borderHoverWarning: string;
|
|
@@ -763,6 +791,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
763
791
|
borderFocus: string;
|
|
764
792
|
boxShadowFocus: string;
|
|
765
793
|
loadingColor: string;
|
|
794
|
+
loadingColorSuccess: string;
|
|
795
|
+
borderSuccess: string;
|
|
796
|
+
borderHoverSuccess: string;
|
|
797
|
+
colorFocusSuccess: string;
|
|
798
|
+
borderFocusSuccess: string;
|
|
799
|
+
boxShadowFocusSuccess: string;
|
|
800
|
+
caretColorSuccess: string;
|
|
766
801
|
loadingColorWarning: string;
|
|
767
802
|
borderWarning: string;
|
|
768
803
|
borderHoverWarning: string;
|
|
@@ -896,6 +931,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
896
931
|
borderFocus: string;
|
|
897
932
|
boxShadowFocus: string;
|
|
898
933
|
loadingColor: string;
|
|
934
|
+
loadingColorSuccess: string;
|
|
935
|
+
borderSuccess: string;
|
|
936
|
+
borderHoverSuccess: string;
|
|
937
|
+
colorFocusSuccess: string;
|
|
938
|
+
borderFocusSuccess: string;
|
|
939
|
+
boxShadowFocusSuccess: string;
|
|
940
|
+
caretColorSuccess: string;
|
|
899
941
|
loadingColorWarning: string;
|
|
900
942
|
borderWarning: string;
|
|
901
943
|
borderHoverWarning: string;
|
|
@@ -1038,6 +1080,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1038
1080
|
borderFocus: string;
|
|
1039
1081
|
boxShadowFocus: string;
|
|
1040
1082
|
loadingColor: string;
|
|
1083
|
+
loadingColorSuccess: string;
|
|
1084
|
+
borderSuccess: string;
|
|
1085
|
+
borderHoverSuccess: string;
|
|
1086
|
+
colorFocusSuccess: string;
|
|
1087
|
+
borderFocusSuccess: string;
|
|
1088
|
+
boxShadowFocusSuccess: string;
|
|
1089
|
+
caretColorSuccess: string;
|
|
1041
1090
|
loadingColorWarning: string;
|
|
1042
1091
|
borderWarning: string;
|
|
1043
1092
|
borderHoverWarning: string;
|
|
@@ -1311,6 +1360,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1311
1360
|
borderFocus: string;
|
|
1312
1361
|
boxShadowFocus: string;
|
|
1313
1362
|
loadingColor: string;
|
|
1363
|
+
loadingColorSuccess: string;
|
|
1364
|
+
borderSuccess: string;
|
|
1365
|
+
borderHoverSuccess: string;
|
|
1366
|
+
colorFocusSuccess: string;
|
|
1367
|
+
borderFocusSuccess: string;
|
|
1368
|
+
boxShadowFocusSuccess: string;
|
|
1369
|
+
caretColorSuccess: string;
|
|
1314
1370
|
loadingColorWarning: string;
|
|
1315
1371
|
borderWarning: string;
|
|
1316
1372
|
borderHoverWarning: string;
|
|
@@ -1444,6 +1500,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1444
1500
|
borderFocus: string;
|
|
1445
1501
|
boxShadowFocus: string;
|
|
1446
1502
|
loadingColor: string;
|
|
1503
|
+
loadingColorSuccess: string;
|
|
1504
|
+
borderSuccess: string;
|
|
1505
|
+
borderHoverSuccess: string;
|
|
1506
|
+
colorFocusSuccess: string;
|
|
1507
|
+
borderFocusSuccess: string;
|
|
1508
|
+
boxShadowFocusSuccess: string;
|
|
1509
|
+
caretColorSuccess: string;
|
|
1447
1510
|
loadingColorWarning: string;
|
|
1448
1511
|
borderWarning: string;
|
|
1449
1512
|
borderHoverWarning: string;
|
|
@@ -1577,6 +1640,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1577
1640
|
borderFocus: string;
|
|
1578
1641
|
boxShadowFocus: string;
|
|
1579
1642
|
loadingColor: string;
|
|
1643
|
+
loadingColorSuccess: string;
|
|
1644
|
+
borderSuccess: string;
|
|
1645
|
+
borderHoverSuccess: string;
|
|
1646
|
+
colorFocusSuccess: string;
|
|
1647
|
+
borderFocusSuccess: string;
|
|
1648
|
+
boxShadowFocusSuccess: string;
|
|
1649
|
+
caretColorSuccess: string;
|
|
1580
1650
|
loadingColorWarning: string;
|
|
1581
1651
|
borderWarning: string;
|
|
1582
1652
|
borderHoverWarning: string;
|
|
@@ -110,6 +110,13 @@ declare const mentionLight: import("../../_mixins").Theme<"Mention", {
|
|
|
110
110
|
borderFocus: string;
|
|
111
111
|
boxShadowFocus: string;
|
|
112
112
|
loadingColor: string;
|
|
113
|
+
loadingColorSuccess: string;
|
|
114
|
+
borderSuccess: string;
|
|
115
|
+
borderHoverSuccess: string;
|
|
116
|
+
colorFocusSuccess: string;
|
|
117
|
+
borderFocusSuccess: string;
|
|
118
|
+
boxShadowFocusSuccess: string;
|
|
119
|
+
caretColorSuccess: string;
|
|
113
120
|
loadingColorWarning: string;
|
|
114
121
|
borderWarning: string;
|
|
115
122
|
borderHoverWarning: string;
|