@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.
- package/dist/rabex-ui.cjs.development.js +3 -3
- package/dist/rabex-ui.cjs.development.js.map +1 -1
- package/dist/rabex-ui.cjs.production.min.js +1 -1
- package/dist/rabex-ui.cjs.production.min.js.map +1 -1
- package/dist/rabex-ui.esm.js +3 -3
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/rabex-ui.esm.js
CHANGED
@@ -1353,14 +1353,14 @@ Input.defaultProps = {
|
|
1353
1353
|
disableUnderline: true,
|
1354
1354
|
titleProps: {
|
1355
1355
|
variant: 'body2',
|
1356
|
-
weight: '
|
1356
|
+
weight: 'regular'
|
1357
1357
|
},
|
1358
1358
|
helperTextProps: {
|
1359
|
-
variant: '
|
1359
|
+
variant: 'body3',
|
1360
1360
|
color: 'textColor.A60'
|
1361
1361
|
},
|
1362
1362
|
helperTextEndAdornmentProps: {
|
1363
|
-
variant: '
|
1363
|
+
variant: 'body3',
|
1364
1364
|
color: 'textColor.A60'
|
1365
1365
|
}
|
1366
1366
|
};
|