@oc-digital/react-component-library 3.4.1 → 3.4.2-beta.0

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.
@@ -7,4 +7,5 @@ export interface AutoSaveSelectFieldProps {
7
7
  value: string;
8
8
  className: string;
9
9
  label: string;
10
+ disabled: boolean;
10
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oc-digital/react-component-library",
3
- "version": "3.4.1",
3
+ "version": "3.4.2-beta.0",
4
4
  "description": "React component library for Optimal Compliance",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- import type { AutoSaveSelectFieldProps } from "./AutoSave.types";
3
- export declare const AutoSaveSelectField: React.FC<AutoSaveSelectFieldProps>;
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- import { AutoSaveTextFieldProps } from "./AutoSave.types";
3
- export declare const AutoSaveTextField: React.FC<AutoSaveTextFieldProps>;
@@ -1 +0,0 @@
1
- export declare const theme: import("@mui/material/styles").Theme;