@vention/machine-ui 5.18.2 → 5.18.3

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.
Files changed (2) hide show
  1. package/index.esm.js +4 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -7283,7 +7283,10 @@ const VentionTextInput = _a => {
7283
7283
  maxLength: maxCharacters
7284
7284
  }),
7285
7285
  onChange: showCharacterCount ? handleChange : props.onChange,
7286
- InputProps: inputProps
7286
+ InputProps: inputProps,
7287
+ InputLabelProps: Object.assign({
7288
+ shrink: true
7289
+ }, props.InputLabelProps)
7287
7290
  }));
7288
7291
  };
7289
7292
  const useStyles$u = tss.withParams().create(({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vention/machine-ui",
3
- "version": "5.18.2",
3
+ "version": "5.18.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/VentionCo/machine-cloud.git"