@rabex-kit/rabex-ui 0.1.13 → 0.1.19

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.
@@ -286,6 +286,7 @@ var Typography = function Typography(_ref) {
286
286
  var weight = _ref.weight,
287
287
  sx = _ref.sx,
288
288
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1);
289
+ // const { palette } = useTheme();
289
290
  return React.createElement(MuiTypography, Object.assign({
290
291
  sx: _extends({}, sx, {
291
292
  fontWeight: weight ? fontWeight[weight] : 'regular'
@@ -1567,7 +1568,7 @@ var ListSubHeader = function ListSubHeader(props) {
1567
1568
  * You can read Material-UI LoadingButton Documentation [here](https://mui.com/material-ui/api/loading-button/).
1568
1569
  *
1569
1570
  * ```typescript
1570
- * import { LoadingButton } from '@rabex-kit/core';
1571
+ * import { LoadingButton } from '@rabex-kit/rabex-ui';
1571
1572
  * ```
1572
1573
  *
1573
1574
  *
@@ -2315,8 +2316,7 @@ var RabexTypography = {
2315
2316
  helperText: 'span',
2316
2317
  inputLabel2: 'span',
2317
2318
  body4: 'span',
2318
- body5: 'span',
2319
- paragraph: 'span'
2319
+ body5: 'span'
2320
2320
  }
2321
2321
  }
2322
2322
  },
@@ -2419,11 +2419,6 @@ var RabexTypography = {
2419
2419
  fontSize: '12px',
2420
2420
  lineHeight: '24px',
2421
2421
  fontFamily: 'Yekan, Arial'
2422
- },
2423
- paragraph: {
2424
- fontSize: '12px',
2425
- lineHeight: '24px',
2426
- fontFamily: 'Yekan, Arial'
2427
2422
  }
2428
2423
  }
2429
2424
  };
@@ -3656,8 +3651,8 @@ var RabexDivider = {
3656
3651
  root: function root(_ref) {
3657
3652
  var theme = _ref.theme;
3658
3653
  return {
3659
- borderStyle: 'dashed',
3660
- borderColor: theme.palette.grayBackground.A80
3654
+ borderStyle: 'solid',
3655
+ borderColor: theme.palette.base[200]
3661
3656
  };
3662
3657
  }
3663
3658
  }