@xelto.npm/xc2-lib 0.0.34 → 0.0.35
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -81319,7 +81319,7 @@ DatePicker.propTypes = {
|
|
|
81319
81319
|
};
|
|
81320
81320
|
|
|
81321
81321
|
var StyledTextField = styled(TextField$1)(function (_a) {
|
|
81322
|
-
var
|
|
81322
|
+
var fluid = _a.fluid, small = _a.small;
|
|
81323
81323
|
return ({
|
|
81324
81324
|
width: fluid === 'true' ? '100%' : 'min(100%, 368px)',
|
|
81325
81325
|
'& .MuiOutlinedInput-root': {
|