@rabex-kit/rabex-ui 0.0.6 → 0.0.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.
@@ -1274,7 +1274,7 @@ function _handleHelperColor(props, key) {
1274
1274
  * You can read Material-UI Input Documentation [here](https://mui.com/material-ui/api/input/).
1275
1275
  *
1276
1276
  * ```typescript
1277
- * import { Input } from '@rabex-kit/core';
1277
+ * import { Input } from '@rabex-kit/rabex-ui';
1278
1278
  * ```
1279
1279
  *
1280
1280
  *
@@ -4039,18 +4039,19 @@ var RabexAccordion = {
4039
4039
  components: {
4040
4040
  styleOverrides: {
4041
4041
  root: {
4042
- borderRadius: 16,
4043
- padding: 16,
4042
+ borderRadius: 12,
4043
+ paddingX: 16,
4044
+ paddingY: 12,
4044
4045
  '&::before': {
4045
4046
  display: 'none'
4046
4047
  },
4047
4048
  '&:first-of-type': {
4048
- borderTopRightRadius: 16,
4049
- borderTopLeftRadius: 16
4049
+ borderTopRightRadius: 12,
4050
+ borderTopLeftRadius: 12
4050
4051
  },
4051
4052
  '&:last-of-type': {
4052
- borderBottomRightRadius: 16,
4053
- borderBottomLeftRadius: 16
4053
+ borderBottomRightRadius: 12,
4054
+ borderBottomLeftRadius: 12
4054
4055
  }
4055
4056
  }
4056
4057
  }