@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.
@@ -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;
@@ -18,6 +18,8 @@ declare const _default: {
18
18
  cursor: string;
19
19
  bg: string;
20
20
  color: string;
21
+ border: string;
22
+ borderColor: string;
21
23
  };
22
24
  _focus: {
23
25
  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.fill.action,
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.fill.action,
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',