@vention/machine-ui 5.20.0 → 5.20.2

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/index.esm.js CHANGED
@@ -7229,7 +7229,9 @@ const VentionTextInput = _a => {
7229
7229
  setUncontrolledLength(event.target.value.length);
7230
7230
  (_a = props.onChange) === null || _a === void 0 ? void 0 : _a.call(props, event);
7231
7231
  }
7232
- const inputProps = Object.assign(Object.assign(Object.assign(Object.assign({}, props.InputProps), {
7232
+ const inputProps = Object.assign(Object.assign(Object.assign(Object.assign({
7233
+ notched: false
7234
+ }, props.InputProps), {
7233
7235
  disabled: state === "disabled"
7234
7236
  }), leftItemText ? {
7235
7237
  startAdornment: jsx(InputAdornment, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vention/machine-ui",
3
- "version": "5.20.0",
3
+ "version": "5.20.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/VentionCo/machine-cloud.git"
@@ -1,6 +1,7 @@
1
1
  import "@testing-library/jest-dom";
2
2
  import { RenderResult } from "@testing-library/react";
3
3
  import { ReactElement } from "react";
4
+ export declare const setupUser: () => import("@testing-library/user-event").UserEvent;
4
5
  export declare const renderWithTheme: (component: ReactElement) => RenderResult;
5
6
  export declare const isElementInDOM: (element: HTMLElement | null, isInDOM: boolean) => void;
6
7
  export declare const areElementsInDOM: (elements: {