@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
package/dist/ui-core.esm.js
CHANGED
|
@@ -3409,6 +3409,7 @@ var Badge = {
|
|
|
3409
3409
|
var baseStyle$2 = /*#__PURE__*/defineStyle({
|
|
3410
3410
|
borderRadius: '4px',
|
|
3411
3411
|
fontSize: '13px',
|
|
3412
|
+
fontWeight: 400,
|
|
3412
3413
|
bg: colors.fill.action,
|
|
3413
3414
|
color: colors.label.primary.dark,
|
|
3414
3415
|
h: '26px',
|
|
@@ -3443,13 +3444,13 @@ var variantPrimary = function variantPrimary() {
|
|
|
3443
3444
|
|
|
3444
3445
|
var variantSecondary = function variantSecondary() {
|
|
3445
3446
|
return _extends$6({}, baseStyle$2, {
|
|
3446
|
-
color: colors.
|
|
3447
|
+
color: colors.black,
|
|
3447
3448
|
bg: colors.label.primary.dark,
|
|
3448
3449
|
_hover: {
|
|
3449
3450
|
bg: colors.label.primary.dark
|
|
3450
3451
|
},
|
|
3451
3452
|
_active: {
|
|
3452
|
-
color: colors.
|
|
3453
|
+
color: colors.black,
|
|
3453
3454
|
bg: colors.label.primary.dark,
|
|
3454
3455
|
bgGradient: colors.fill.light.quaternary
|
|
3455
3456
|
},
|
|
@@ -3577,7 +3578,9 @@ var baseStyle$7 = {
|
|
|
3577
3578
|
_disabled: {
|
|
3578
3579
|
cursor: 'not-allowed',
|
|
3579
3580
|
bg: colors.fill.light.quaternary,
|
|
3580
|
-
color: colors.label.secondary.light
|
|
3581
|
+
color: colors.label.secondary.light,
|
|
3582
|
+
border: '1px solid',
|
|
3583
|
+
borderColor: '#9999991A'
|
|
3581
3584
|
},
|
|
3582
3585
|
_focus: {
|
|
3583
3586
|
bg: '#ffffff',
|