@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/esm/index.js CHANGED
@@ -81299,7 +81299,7 @@ DatePicker.propTypes = {
81299
81299
  };
81300
81300
 
81301
81301
  var StyledTextField = styled(TextField$1)(function (_a) {
81302
- var theme = _a.theme, fluid = _a.fluid, small = _a.small;
81302
+ var fluid = _a.fluid, small = _a.small;
81303
81303
  return ({
81304
81304
  width: fluid === 'true' ? '100%' : 'min(100%, 368px)',
81305
81305
  '& .MuiOutlinedInput-root': {