@xqmsg/ui-core 0.19.7 → 0.19.8
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/theme/components/button.d.ts +3 -0
- package/dist/theme/components/input.d.ts +4 -0
- package/dist/theme/components/select.d.ts +4 -0
- package/dist/theme/components/textarea.d.ts +2 -0
- package/dist/ui-core.cjs.development.js +6 -3
- package/dist/ui-core.cjs.development.js.map +1 -1
- package/dist/ui-core.cjs.production.min.js +1 -1
- package/dist/ui-core.cjs.production.min.js.map +1 -1
- package/dist/ui-core.esm.js +6 -3
- package/dist/ui-core.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/theme/components/button.ts +3 -2
- package/src/theme/components/input.ts +2 -0
|
@@ -2,6 +2,7 @@ declare const _default: {
|
|
|
2
2
|
baseStyle: {
|
|
3
3
|
borderRadius: string;
|
|
4
4
|
fontSize: string;
|
|
5
|
+
fontWeight: number;
|
|
5
6
|
bg: string;
|
|
6
7
|
color: string;
|
|
7
8
|
h: string;
|
|
@@ -33,6 +34,7 @@ declare const _default: {
|
|
|
33
34
|
primary: {
|
|
34
35
|
borderRadius: string;
|
|
35
36
|
fontSize: string;
|
|
37
|
+
fontWeight: number;
|
|
36
38
|
bg: string;
|
|
37
39
|
color: string;
|
|
38
40
|
h: string;
|
|
@@ -76,6 +78,7 @@ declare const _default: {
|
|
|
76
78
|
};
|
|
77
79
|
borderRadius: string;
|
|
78
80
|
fontSize: string;
|
|
81
|
+
fontWeight: number;
|
|
79
82
|
h: string;
|
|
80
83
|
border: string;
|
|
81
84
|
px: string;
|
|
@@ -15,6 +15,8 @@ declare const _default: {
|
|
|
15
15
|
cursor: string;
|
|
16
16
|
bg: string;
|
|
17
17
|
color: string;
|
|
18
|
+
border: string;
|
|
19
|
+
borderColor: string;
|
|
18
20
|
};
|
|
19
21
|
_focus: {
|
|
20
22
|
bg: string;
|
|
@@ -39,6 +41,8 @@ declare const _default: {
|
|
|
39
41
|
cursor: string;
|
|
40
42
|
bg: string;
|
|
41
43
|
color: string;
|
|
44
|
+
border: string;
|
|
45
|
+
borderColor: string;
|
|
42
46
|
};
|
|
43
47
|
_focus: {
|
|
44
48
|
bg: string;
|
|
@@ -20,6 +20,8 @@ declare const _default: {
|
|
|
20
20
|
cursor: string;
|
|
21
21
|
bg: string;
|
|
22
22
|
color: string;
|
|
23
|
+
border: string;
|
|
24
|
+
borderColor: string;
|
|
23
25
|
};
|
|
24
26
|
_focus: {
|
|
25
27
|
bg: string;
|
|
@@ -51,6 +53,8 @@ declare const _default: {
|
|
|
51
53
|
cursor: string;
|
|
52
54
|
bg: string;
|
|
53
55
|
color: string;
|
|
56
|
+
border: string;
|
|
57
|
+
borderColor: string;
|
|
54
58
|
};
|
|
55
59
|
_focus: {
|
|
56
60
|
bg: string;
|
|
@@ -3416,6 +3416,7 @@ var Badge = {
|
|
|
3416
3416
|
var baseStyle$2 = /*#__PURE__*/system.defineStyle({
|
|
3417
3417
|
borderRadius: '4px',
|
|
3418
3418
|
fontSize: '13px',
|
|
3419
|
+
fontWeight: 400,
|
|
3419
3420
|
bg: colors.fill.action,
|
|
3420
3421
|
color: colors.label.primary.dark,
|
|
3421
3422
|
h: '26px',
|
|
@@ -3450,13 +3451,13 @@ var variantPrimary = function variantPrimary() {
|
|
|
3450
3451
|
|
|
3451
3452
|
var variantSecondary = function variantSecondary() {
|
|
3452
3453
|
return _extends$6({}, baseStyle$2, {
|
|
3453
|
-
color: colors.
|
|
3454
|
+
color: colors.black,
|
|
3454
3455
|
bg: colors.label.primary.dark,
|
|
3455
3456
|
_hover: {
|
|
3456
3457
|
bg: colors.label.primary.dark
|
|
3457
3458
|
},
|
|
3458
3459
|
_active: {
|
|
3459
|
-
color: colors.
|
|
3460
|
+
color: colors.black,
|
|
3460
3461
|
bg: colors.label.primary.dark,
|
|
3461
3462
|
bgGradient: colors.fill.light.quaternary
|
|
3462
3463
|
},
|
|
@@ -3584,7 +3585,9 @@ var baseStyle$7 = {
|
|
|
3584
3585
|
_disabled: {
|
|
3585
3586
|
cursor: 'not-allowed',
|
|
3586
3587
|
bg: colors.fill.light.quaternary,
|
|
3587
|
-
color: colors.label.secondary.light
|
|
3588
|
+
color: colors.label.secondary.light,
|
|
3589
|
+
border: '1px solid',
|
|
3590
|
+
borderColor: '#9999991A'
|
|
3588
3591
|
},
|
|
3589
3592
|
_focus: {
|
|
3590
3593
|
bg: '#ffffff',
|