@lambo-design/shared 1.0.0-beta.147 → 1.0.0-beta.148
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.
|
@@ -43,35 +43,35 @@ vxe-table
|
|
|
43
43
|
--info-color-tint-95-fade-50: rgba(245, 251, 254, 0.5);
|
|
44
44
|
--info-color-fade-20: rgba(45, 183, 245, 0.2);
|
|
45
45
|
--info-color-shade-5: #2baee9;
|
|
46
|
-
--success-color: #
|
|
47
|
-
--success-color-tint-20: #
|
|
48
|
-
--success-color-tint-90: #
|
|
49
|
-
--success-color-tint-80: #
|
|
50
|
-
--success-color-tint-5: #
|
|
51
|
-
--success-color-tint-95-fade-50: rgba(
|
|
52
|
-
--success-color-fade-20: rgba(
|
|
53
|
-
--success-color-shade-5: #
|
|
46
|
+
--success-color: #00C96D;
|
|
47
|
+
--success-color-tint-20: #33d48a;
|
|
48
|
+
--success-color-tint-90: #e6faf0;
|
|
49
|
+
--success-color-tint-80: #ccf4e2;
|
|
50
|
+
--success-color-tint-5: #0dcc74;
|
|
51
|
+
--success-color-tint-95-fade-50: rgba(242, 252, 248, 0.5);
|
|
52
|
+
--success-color-fade-20: rgba(0, 201, 109, 0.2);
|
|
53
|
+
--success-color-shade-5: #00bf68;
|
|
54
54
|
--processing-color: #0091ff;
|
|
55
|
-
--warning-color: #
|
|
56
|
-
--warning-color-tint-20: #
|
|
57
|
-
--warning-color-tint-90: #
|
|
58
|
-
--warning-color-tint-5: #
|
|
59
|
-
--warning-color-tint-80: #
|
|
60
|
-
--warning-color-tint-95-fade-50: rgba(255,
|
|
61
|
-
--warning-color-fade-20: rgba(255,
|
|
62
|
-
--warning-color-shade-5: #
|
|
63
|
-
--error-color: #
|
|
64
|
-
--error-color-tint-20: #
|
|
65
|
-
--error-color-tint-90: #
|
|
66
|
-
--error-color-tint-5: #
|
|
67
|
-
--error-color-tint-80: #
|
|
68
|
-
--error-color-tint-95-fade-50: rgba(
|
|
69
|
-
--error-color-fade-20: rgba(
|
|
70
|
-
--error-color-shade-5: #
|
|
55
|
+
--warning-color: #ff8400;
|
|
56
|
+
--warning-color-tint-20: #ff9d33;
|
|
57
|
+
--warning-color-tint-90: #fff3e6;
|
|
58
|
+
--warning-color-tint-5: #ff8a0d;
|
|
59
|
+
--warning-color-tint-80: #ffe6cc;
|
|
60
|
+
--warning-color-tint-95-fade-50: rgba(255, 249, 242, 0.5);
|
|
61
|
+
--warning-color-fade-20: rgba(255, 132, 0, 0.2);
|
|
62
|
+
--warning-color-shade-5: #f27d00;
|
|
63
|
+
--error-color: #CD261D;
|
|
64
|
+
--error-color-tint-20: #d7514a;
|
|
65
|
+
--error-color-tint-90: #fae9e8;
|
|
66
|
+
--error-color-tint-5: #d03128;
|
|
67
|
+
--error-color-tint-80: #f5d4d2;
|
|
68
|
+
--error-color-tint-95-fade-50: rgba(253, 244, 244, 0.5);
|
|
69
|
+
--error-color-fade-20: rgba(205, 38, 29, 0.2);
|
|
70
|
+
--error-color-shade-5: #c3241c;
|
|
71
71
|
--normal-color: #e6ebf1;
|
|
72
|
-
--link-color: #
|
|
73
|
-
--link-hover-color: #
|
|
74
|
-
--link-active-color: #
|
|
72
|
+
--link-color: #0091ff;
|
|
73
|
+
--link-hover-color: #33a7ff;
|
|
74
|
+
--link-active-color: #008af2;
|
|
75
75
|
--selected-color: rgba(0, 145, 255, 0.9);
|
|
76
76
|
--selected-color-shade-10: rgba(0, 128, 225, 0.91);
|
|
77
77
|
--tooltip-color: #fff;
|
|
@@ -178,12 +178,12 @@ vxe-table
|
|
|
178
178
|
--btn-square-size-small: 24px;
|
|
179
179
|
--grid-columns: 24;
|
|
180
180
|
--grid-gutter-width: 0;
|
|
181
|
-
--layout-body-background: #
|
|
181
|
+
--layout-body-background: #f2f2f2;
|
|
182
182
|
--layout-header-background: #333333;
|
|
183
183
|
--layout-header-height: 64px;
|
|
184
184
|
--layout-header-padding: 0 50px;
|
|
185
185
|
--layout-footer-padding: 24px 50px;
|
|
186
|
-
--layout-footer-background: #
|
|
186
|
+
--layout-footer-background: #f2f2f2;
|
|
187
187
|
--layout-sider-background: #333333;
|
|
188
188
|
--layout-sider-background-tint-10: #474747;
|
|
189
189
|
--layout-trigger-height: 48px;
|
|
@@ -333,29 +333,29 @@ vxe-table
|
|
|
333
333
|
/*color*/
|
|
334
334
|
--vxe-font-color: #515a6e;
|
|
335
335
|
--vxe-primary-color: #0091ff;
|
|
336
|
-
--vxe-success-color: #
|
|
336
|
+
--vxe-success-color: #00C96D;
|
|
337
337
|
--vxe-info-color: #2db7f5;
|
|
338
|
-
--vxe-warning-color: #
|
|
339
|
-
--vxe-danger-color: #
|
|
338
|
+
--vxe-warning-color: #ff8400;
|
|
339
|
+
--vxe-danger-color: #CD261D;
|
|
340
340
|
--vxe-font-lighten-color: #67728b;
|
|
341
341
|
--vxe-font-lighten-color-20: #828ca3;
|
|
342
342
|
--vxe-primary-lighten-color: #33a7ff;
|
|
343
|
-
--vxe-success-lighten-color: #
|
|
343
|
+
--vxe-success-lighten-color: #00fc89;
|
|
344
344
|
--vxe-info-lighten-color: #5ec8f7;
|
|
345
|
-
--vxe-warning-lighten-color: #
|
|
346
|
-
--vxe-danger-lighten-color: #
|
|
345
|
+
--vxe-warning-lighten-color: #ff9d33;
|
|
346
|
+
--vxe-danger-lighten-color: #e3433a;
|
|
347
347
|
--vxe-font-darken-color: #3b4251;
|
|
348
348
|
--vxe-primary-darken-color: #0074cc;
|
|
349
|
-
--vxe-success-darken-color: #
|
|
349
|
+
--vxe-success-darken-color: #009651;
|
|
350
350
|
--vxe-info-darken-color: #0ba1e4;
|
|
351
|
-
--vxe-warning-darken-color: #
|
|
352
|
-
--vxe-danger-darken-color: #
|
|
351
|
+
--vxe-warning-darken-color: #cc6a00;
|
|
352
|
+
--vxe-danger-darken-color: #a01e17;
|
|
353
353
|
--vxe-font-disabled-color: #c5c8ce;
|
|
354
354
|
--vxe-primary-disabled-color: #66bdff;
|
|
355
|
-
--vxe-success-disabled-color: #
|
|
355
|
+
--vxe-success-disabled-color: #30ffa0;
|
|
356
356
|
--vxe-info-disabled-color: #8ed8fa;
|
|
357
|
-
--vxe-warning-disabled-color: #
|
|
358
|
-
--vxe-danger-disabled-color: #
|
|
357
|
+
--vxe-warning-disabled-color: #ffb566;
|
|
358
|
+
--vxe-danger-disabled-color: #e96d67;
|
|
359
359
|
/*input/radio/checkbox*/
|
|
360
360
|
--vxe-input-border-color: #dcdee2;
|
|
361
361
|
--vxe-input-disabled-color: #c5c8ce;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["default.less","var.less"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA;EAEE,wBAAA;EACA,gCAAA;EACA,gCAAA;EACA,gCAAA;EACA,+BAAA;EACA,yDAAA;EACA,+CAAA;EACA,gCAAA;EAGA,qBAAA;EACA,6BAAA;EACA,6BAAA;EACA,6BAAA;EACA,4BAAA;EACA,sDAAA;EACA,6CAAA;EACA,6BAAA;EAGA,wBAAA;EACA,gCAAA;EACA,gCAAA;EACA,gCAAA;EACA,+BAAA;EACA,yDAAA;EACA
|
|
1
|
+
{"version":3,"sources":["default.less","var.less"],"names":[],"mappings":"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","file":"default.css"}
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
@info-color-shade-5 : shade(@info-color, 5%);
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
@success-color : #
|
|
21
|
+
@success-color : #00C96D;
|
|
22
22
|
@success-color-tint-20 : tint(@success-color,20%);
|
|
23
23
|
@success-color-tint-90 : tint(@success-color,90%);
|
|
24
24
|
@success-color-tint-80 : tint(@success-color,80%);
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
@processing-color : @primary-color;
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
@warning-color : #
|
|
34
|
+
@warning-color : #ff8400;
|
|
35
35
|
@warning-color-tint-20 : tint(@warning-color,20%);
|
|
36
36
|
@warning-color-tint-90 : tint(@warning-color,90%);
|
|
37
37
|
@warning-color-tint-5 : tint(@warning-color, 5%);
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
@error-color : #
|
|
45
|
+
@error-color : #CD261D;
|
|
46
46
|
@error-color-tint-20 : tint(@error-color,20%);
|
|
47
47
|
@error-color-tint-90 : tint(@error-color, 90%);
|
|
48
48
|
@error-color-tint-5 : tint(@error-color, 5%);
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
@normal-color : #e6ebf1;
|
|
58
|
-
@link-color : #
|
|
58
|
+
@link-color : #0091ff;
|
|
59
59
|
@link-hover-color : tint(@link-color, 20%);
|
|
60
60
|
@link-active-color : shade(@link-color, 5%);
|
|
61
61
|
@selected-color : fade(@primary-color, 90%);
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
// Layout and Grid
|
|
189
189
|
@grid-columns : 24;
|
|
190
190
|
@grid-gutter-width : 0;
|
|
191
|
-
@layout-body-background : #
|
|
191
|
+
@layout-body-background : #f2f2f2;
|
|
192
192
|
@layout-header-background : #333333;
|
|
193
193
|
@layout-header-height : 64px;
|
|
194
194
|
@layout-header-padding : 0 50px;
|
|
@@ -19,35 +19,35 @@ export default {
|
|
|
19
19
|
--info-color-tint-95-fade-50: rgba(245, 251, 254, 0.5);
|
|
20
20
|
--info-color-fade-20: rgba(45, 183, 245, 0.2);
|
|
21
21
|
--info-color-shade-5: #2baee9;
|
|
22
|
-
--success-color: #
|
|
23
|
-
--success-color-tint-20: #
|
|
24
|
-
--success-color-tint-90: #
|
|
25
|
-
--success-color-tint-80: #
|
|
26
|
-
--success-color-tint-5: #
|
|
27
|
-
--success-color-tint-95-fade-50: rgba(
|
|
28
|
-
--success-color-fade-20: rgba(
|
|
29
|
-
--success-color-shade-5: #
|
|
22
|
+
--success-color: #00C96D;
|
|
23
|
+
--success-color-tint-20: #33d48a;
|
|
24
|
+
--success-color-tint-90: #e6faf0;
|
|
25
|
+
--success-color-tint-80: #ccf4e2;
|
|
26
|
+
--success-color-tint-5: #0dcc74;
|
|
27
|
+
--success-color-tint-95-fade-50: rgba(242, 252, 248, 0.5);
|
|
28
|
+
--success-color-fade-20: rgba(0, 201, 109, 0.2);
|
|
29
|
+
--success-color-shade-5: #00bf68;
|
|
30
30
|
--processing-color: #0091ff;
|
|
31
|
-
--warning-color: #
|
|
32
|
-
--warning-color-tint-20: #
|
|
33
|
-
--warning-color-tint-90: #
|
|
34
|
-
--warning-color-tint-5: #
|
|
35
|
-
--warning-color-tint-80: #
|
|
36
|
-
--warning-color-tint-95-fade-50: rgba(255,
|
|
37
|
-
--warning-color-fade-20: rgba(255,
|
|
38
|
-
--warning-color-shade-5: #
|
|
39
|
-
--error-color: #
|
|
40
|
-
--error-color-tint-20: #
|
|
41
|
-
--error-color-tint-90: #
|
|
42
|
-
--error-color-tint-5: #
|
|
43
|
-
--error-color-tint-80: #
|
|
44
|
-
--error-color-tint-95-fade-50: rgba(
|
|
45
|
-
--error-color-fade-20: rgba(
|
|
46
|
-
--error-color-shade-5: #
|
|
31
|
+
--warning-color: #ff8400;
|
|
32
|
+
--warning-color-tint-20: #ff9d33;
|
|
33
|
+
--warning-color-tint-90: #fff3e6;
|
|
34
|
+
--warning-color-tint-5: #ff8a0d;
|
|
35
|
+
--warning-color-tint-80: #ffe6cc;
|
|
36
|
+
--warning-color-tint-95-fade-50: rgba(255, 249, 242, 0.5);
|
|
37
|
+
--warning-color-fade-20: rgba(255, 132, 0, 0.2);
|
|
38
|
+
--warning-color-shade-5: #f27d00;
|
|
39
|
+
--error-color: #CD261D;
|
|
40
|
+
--error-color-tint-20: #d7514a;
|
|
41
|
+
--error-color-tint-90: #fae9e8;
|
|
42
|
+
--error-color-tint-5: #d03128;
|
|
43
|
+
--error-color-tint-80: #f5d4d2;
|
|
44
|
+
--error-color-tint-95-fade-50: rgba(253, 244, 244, 0.5);
|
|
45
|
+
--error-color-fade-20: rgba(205, 38, 29, 0.2);
|
|
46
|
+
--error-color-shade-5: #c3241c;
|
|
47
47
|
--normal-color: #e6ebf1;
|
|
48
|
-
--link-color: #
|
|
49
|
-
--link-hover-color: #
|
|
50
|
-
--link-active-color: #
|
|
48
|
+
--link-color: #0091ff;
|
|
49
|
+
--link-hover-color: #33a7ff;
|
|
50
|
+
--link-active-color: #008af2;
|
|
51
51
|
--selected-color: rgba(0, 145, 255, 0.9);
|
|
52
52
|
--selected-color-shade-10: rgba(0, 128, 225, 0.91);
|
|
53
53
|
--tooltip-color: #fff;
|
|
@@ -154,12 +154,12 @@ export default {
|
|
|
154
154
|
--btn-square-size-small: 24px;
|
|
155
155
|
--grid-columns: 24;
|
|
156
156
|
--grid-gutter-width: 0;
|
|
157
|
-
--layout-body-background: #
|
|
157
|
+
--layout-body-background: #f2f2f2;
|
|
158
158
|
--layout-header-background: #333333;
|
|
159
159
|
--layout-header-height: 64px;
|
|
160
160
|
--layout-header-padding: 0 50px;
|
|
161
161
|
--layout-footer-padding: 24px 50px;
|
|
162
|
-
--layout-footer-background: #
|
|
162
|
+
--layout-footer-background: #f2f2f2;
|
|
163
163
|
--layout-sider-background: #333333;
|
|
164
164
|
--layout-sider-background-tint-10: #474747;
|
|
165
165
|
--layout-trigger-height: 48px;
|
|
@@ -309,29 +309,29 @@ export default {
|
|
|
309
309
|
/*color*/
|
|
310
310
|
--vxe-font-color: #515a6e;
|
|
311
311
|
--vxe-primary-color: #0091ff;
|
|
312
|
-
--vxe-success-color: #
|
|
312
|
+
--vxe-success-color: #00C96D;
|
|
313
313
|
--vxe-info-color: #2db7f5;
|
|
314
|
-
--vxe-warning-color: #
|
|
315
|
-
--vxe-danger-color: #
|
|
314
|
+
--vxe-warning-color: #ff8400;
|
|
315
|
+
--vxe-danger-color: #CD261D;
|
|
316
316
|
--vxe-font-lighten-color: #67728b;
|
|
317
317
|
--vxe-font-lighten-color-20: #828ca3;
|
|
318
318
|
--vxe-primary-lighten-color: #33a7ff;
|
|
319
|
-
--vxe-success-lighten-color: #
|
|
319
|
+
--vxe-success-lighten-color: #00fc89;
|
|
320
320
|
--vxe-info-lighten-color: #5ec8f7;
|
|
321
|
-
--vxe-warning-lighten-color: #
|
|
322
|
-
--vxe-danger-lighten-color: #
|
|
321
|
+
--vxe-warning-lighten-color: #ff9d33;
|
|
322
|
+
--vxe-danger-lighten-color: #e3433a;
|
|
323
323
|
--vxe-font-darken-color: #3b4251;
|
|
324
324
|
--vxe-primary-darken-color: #0074cc;
|
|
325
|
-
--vxe-success-darken-color: #
|
|
325
|
+
--vxe-success-darken-color: #009651;
|
|
326
326
|
--vxe-info-darken-color: #0ba1e4;
|
|
327
|
-
--vxe-warning-darken-color: #
|
|
328
|
-
--vxe-danger-darken-color: #
|
|
327
|
+
--vxe-warning-darken-color: #cc6a00;
|
|
328
|
+
--vxe-danger-darken-color: #a01e17;
|
|
329
329
|
--vxe-font-disabled-color: #c5c8ce;
|
|
330
330
|
--vxe-primary-disabled-color: #66bdff;
|
|
331
|
-
--vxe-success-disabled-color: #
|
|
331
|
+
--vxe-success-disabled-color: #30ffa0;
|
|
332
332
|
--vxe-info-disabled-color: #8ed8fa;
|
|
333
|
-
--vxe-warning-disabled-color: #
|
|
334
|
-
--vxe-danger-disabled-color: #
|
|
333
|
+
--vxe-warning-disabled-color: #ffb566;
|
|
334
|
+
--vxe-danger-disabled-color: #e96d67;
|
|
335
335
|
/*input/radio/checkbox*/
|
|
336
336
|
--vxe-input-border-color: #dcdee2;
|
|
337
337
|
--vxe-input-disabled-color: #c5c8ce;
|