@rabex-kit/rabex-ui 0.1.21 → 0.1.22

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.
@@ -1358,14 +1358,14 @@ Input.defaultProps = {
1358
1358
  disableUnderline: true,
1359
1359
  titleProps: {
1360
1360
  variant: 'body2',
1361
- weight: 'bold'
1361
+ weight: 'regular'
1362
1362
  },
1363
1363
  helperTextProps: {
1364
- variant: 'body2',
1364
+ variant: 'body3',
1365
1365
  color: 'textColor.A60'
1366
1366
  },
1367
1367
  helperTextEndAdornmentProps: {
1368
- variant: 'body2',
1368
+ variant: 'body3',
1369
1369
  color: 'textColor.A60'
1370
1370
  }
1371
1371
  };