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