@xqmsg/ui-core 0.19.4 → 0.19.6
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/form-error.d.ts +0 -1
- package/dist/theme/components/form-label.d.ts +0 -1
- package/dist/theme/components/form.d.ts +0 -1
- package/dist/ui-core.cjs.development.js +10 -10
- 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 +10 -10
- package/dist/ui-core.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/input/index.tsx +1 -1
- package/src/components/toolbar/index.tsx +1 -1
- package/src/theme/components/form-error.ts +2 -2
- package/src/theme/components/form-label.ts +2 -2
- package/src/theme/components/form.ts +2 -2
- package/src/theme/components/table.ts +1 -1
- package/src/theme/foundations/colors.ts +1 -1
package/dist/ui-core.esm.js
CHANGED
|
@@ -291,7 +291,7 @@ var fill = {
|
|
|
291
291
|
primary: '#74748033',
|
|
292
292
|
secondary: '#74748029',
|
|
293
293
|
tertiary: '#7474801F',
|
|
294
|
-
quaternary: '
|
|
294
|
+
quaternary: '#7474800D'
|
|
295
295
|
},
|
|
296
296
|
success: '#d8f1b8',
|
|
297
297
|
error: '#ffbdb9',
|
|
@@ -1969,7 +1969,7 @@ function Input(_ref) {
|
|
|
1969
1969
|
id: name,
|
|
1970
1970
|
isInvalid: isInvalid,
|
|
1971
1971
|
position: "relative",
|
|
1972
|
-
py: label || helperText || isInvalid ?
|
|
1972
|
+
py: label || helperText || isInvalid ? 5 : 0
|
|
1973
1973
|
}, label && inputType !== 'checkbox' && /*#__PURE__*/React__default.createElement(Label$1, {
|
|
1974
1974
|
tooltipText: tooltipText,
|
|
1975
1975
|
label: label,
|
|
@@ -3483,10 +3483,10 @@ function baseStyleRequiredIndicator() {
|
|
|
3483
3483
|
|
|
3484
3484
|
function baseStyleHelperText() {
|
|
3485
3485
|
return {
|
|
3486
|
-
mt: 1,
|
|
3486
|
+
// mt: 1,
|
|
3487
3487
|
ml: 1,
|
|
3488
3488
|
color: colors.label.secondary.light,
|
|
3489
|
-
fontSize: '
|
|
3489
|
+
fontSize: '11px'
|
|
3490
3490
|
};
|
|
3491
3491
|
}
|
|
3492
3492
|
|
|
@@ -3509,9 +3509,9 @@ function baseStyleText() {
|
|
|
3509
3509
|
color: colors.label.error,
|
|
3510
3510
|
position: 'absolute',
|
|
3511
3511
|
bottom: 0,
|
|
3512
|
-
mt: 1,
|
|
3512
|
+
// mt: 1,
|
|
3513
3513
|
ml: 1,
|
|
3514
|
-
fontSize: '
|
|
3514
|
+
fontSize: '11px'
|
|
3515
3515
|
};
|
|
3516
3516
|
}
|
|
3517
3517
|
|
|
@@ -3535,12 +3535,12 @@ var FormError = {
|
|
|
3535
3535
|
};
|
|
3536
3536
|
|
|
3537
3537
|
var baseStyle$6 = {
|
|
3538
|
-
fontSize: '
|
|
3538
|
+
fontSize: '11px',
|
|
3539
3539
|
position: 'absolute',
|
|
3540
3540
|
top: 0,
|
|
3541
3541
|
display: 'flex',
|
|
3542
3542
|
ml: 1,
|
|
3543
|
-
mb: 1,
|
|
3543
|
+
// mb: 1,
|
|
3544
3544
|
color: colors.label.primary.light,
|
|
3545
3545
|
opacity: 1
|
|
3546
3546
|
};
|
|
@@ -3840,7 +3840,7 @@ var baseStyle$b = {
|
|
|
3840
3840
|
td: {
|
|
3841
3841
|
h: '26px ',
|
|
3842
3842
|
lineHeight: 'normal',
|
|
3843
|
-
bg: colors.fill.light.
|
|
3843
|
+
bg: colors.fill.light.quaternary,
|
|
3844
3844
|
_first: {
|
|
3845
3845
|
borderTopLeftRadius: 'md',
|
|
3846
3846
|
borderBottomLeftRadius: 'md'
|
|
@@ -4346,7 +4346,7 @@ var Toolbar = function Toolbar(_ref) {
|
|
|
4346
4346
|
borderBottom: "0.5px solid #3C3C432E"
|
|
4347
4347
|
}, /*#__PURE__*/React__default.createElement(Flex, {
|
|
4348
4348
|
height: "52px",
|
|
4349
|
-
px: "
|
|
4349
|
+
px: "32px",
|
|
4350
4350
|
alignItems: "center",
|
|
4351
4351
|
justifyContent: "space-between",
|
|
4352
4352
|
background: "white"
|