@rabex-kit/rabex-ui 0.2.17 → 0.2.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.
- package/dist/TextField/index.d.ts +2 -1
- 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
@@ -1374,7 +1374,7 @@ IconButton.displayName = 'IconButton';
|
|
1374
1374
|
IconButton.defaultProps = {
|
1375
1375
|
variant: 'circular',
|
1376
1376
|
hasBg: false,
|
1377
|
-
disableOpacity:
|
1377
|
+
disableOpacity: true,
|
1378
1378
|
size: 'md',
|
1379
1379
|
disableRipple: true
|
1380
1380
|
};
|
@@ -5403,7 +5403,7 @@ var FormikSelect = function FormikSelect(_ref) {
|
|
5403
5403
|
}, text));
|
5404
5404
|
};
|
5405
5405
|
|
5406
|
-
var _excluded$i = ["title", "helperTextEndAdornment", "helperTextEndAdornmentProps", "titleProps", "helperText", "helperTextIcon", "helperTextProps", "value", "onChange", "valueFormat", "valueFormatOption", "fullWidth"];
|
5406
|
+
var _excluded$i = ["title", "helperTextEndAdornment", "helperTextEndAdornmentProps", "titleProps", "helperText", "helperTextIcon", "helperTextProps", "value", "onChange", "valueFormat", "valueFormatOption", "fullWidth", "size"];
|
5407
5407
|
function _handleHelperColor$1(props, key) {
|
5408
5408
|
var _props$key;
|
5409
5409
|
if (props.error) return 'error.A100';
|
@@ -5421,7 +5421,7 @@ function _handleHelperColor$1(props, key) {
|
|
5421
5421
|
* You can read Material-UI TextField Documentation [here](https://mui.com/material-ui/api/text-field/)
|
5422
5422
|
*
|
5423
5423
|
*
|
5424
|
-
typescript
|
5424
|
+
typescript
|
5425
5425
|
* import { TextField } from '@rabex-kit/rabex-ui';
|
5426
5426
|
*
|
5427
5427
|
|