@xqmsg/ui-core 0.16.6 → 0.16.7

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.
@@ -6,11 +6,9 @@ declare const _default: {
6
6
  color: string;
7
7
  };
8
8
  helperText: {
9
- position: string;
10
- color: string;
11
9
  mt: number;
12
10
  ml: number;
13
- bottom: number;
11
+ color: string;
14
12
  fontSize: string;
15
13
  };
16
14
  };
@@ -1581,8 +1581,7 @@ var Label$1 = function Label(_ref) {
1581
1581
  isRequired = _ref.isRequired,
1582
1582
  label = _ref.label;
1583
1583
  return /*#__PURE__*/React__default.createElement(react.FormLabel, {
1584
- display: "flex",
1585
- alignItems: "center"
1584
+ display: "flex"
1586
1585
  }, label, isRequired && /*#__PURE__*/React__default.createElement(react.Box, {
1587
1586
  ml: 1,
1588
1587
  color: colors.label.error
@@ -2459,11 +2458,9 @@ function baseStyleRequiredIndicator() {
2459
2458
 
2460
2459
  function baseStyleHelperText() {
2461
2460
  return {
2462
- position: 'absolute',
2463
- color: colors.label.secondary.light,
2464
2461
  mt: 1,
2465
2462
  ml: 1,
2466
- bottom: 0,
2463
+ color: colors.label.secondary.light,
2467
2464
  fontSize: '13px'
2468
2465
  };
2469
2466
  }