@vention/machine-ui 5.0.11 → 5.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vention/machine-ui",
3
- "version": "5.0.11",
3
+ "version": "5.0.13",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/VentionCo/machine-cloud.git"
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Theme } from "@mui/material";
3
2
  import { Sizes, StrictExtract } from "../../theme/machine-ui-theme";
4
3
  type VentionBadgeSizes = StrictExtract<Sizes, "small" | "medium" | "large" | "xx-large">;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { VentionButtonProps } from "./button-utils";
3
2
  export declare const VentionButton: import("react").ForwardRefExoticComponent<Omit<VentionButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
4
3
  export declare function getSpinnerColor(variant: VentionButtonProps["variant"]): string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FormControlLabelProps } from "@mui/material";
3
2
  import "../../theme/machine-ui-theme";
4
3
  import { TestProps } from "../shared/types/test-props";
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DropZoneSize, DropZoneStyle } from "./vention-dropzone-utils";
3
2
  export type DropZoneProps = {
4
3
  style: DropZoneStyle;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const iconImports: {
3
2
  "ac-motor": import("react").LazyExoticComponent<(props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element>;
4
3
  "access-point": import("react").LazyExoticComponent<(props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { IconType, DuotoneIconType } from "./_generated/icon-types";
3
2
  export type { IconType, DuotoneIconType };
4
3
  export declare const IconSizes: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { VentionMenuProps } from "./vention-menu";
3
2
  export type VentionMenuContextProps = Required<Pick<VentionMenuProps, "closeMenuOnClick" | "size" | "menuWidth">> & {
4
3
  closeMenu: () => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { VentionMenuItemProps } from "./vention-menu-item";
3
2
  interface VentionMenuChildItemProps extends Omit<VentionMenuItemProps, "subMenuItems"> {
4
3
  hasSubMenu?: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { VentionModalBaseProps } from "../vention-modal-base/vention-modal-base";
3
2
  import { VentionButtonProps } from "../vention-button/button-utils";
4
3
  export interface VentionModalProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Sizes, StrictExtract } from "../../theme/machine-ui-theme";
3
2
  export type ModalSize = StrictExtract<Sizes, "small" | "medium" | "large" | "x-large" | "xx-large" | "dynamic">;
4
3
  export interface VentionModalBaseProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Sizes, StrictExtract } from "../../theme/machine-ui-theme";
3
2
  interface Step {
4
3
  title: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "../../theme/machine-ui-theme";
3
2
  type VentionTabsProps = {
4
3
  tabOptions: string[];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type UploadedFileProps } from "./vention-uploadfile-utils";
3
2
  /**
4
3
  * A component that displays an uploaded file with its upload status, file name, file size, and a remove button.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const machineUiTheme: import("@mui/material/styles").Theme;
3
2
  export declare const machineUiHmiTheme: import("@mui/material/styles").Theme;
4
3
  interface PaletteMisc {