@oc-digital/react-component-library 4.6.0-beta.1 → 4.7.0-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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oc-digital/react-component-library",
3
- "version": "4.6.0-beta.1",
3
+ "version": "4.7.0-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,9 +0,0 @@
1
- /// <reference types="react" />
2
- interface IableDateInputProps {
3
- disabled: boolean;
4
- value: Date | string | null | undefined;
5
- error: string | false;
6
- onChange: (value: Date | string) => void;
7
- }
8
- export declare const TableDateInput: ({ disabled, value, error, onChange, }: IableDateInputProps) => JSX.Element;
9
- export {};
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const Input: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
5
- }, import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {}>;
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const SmallError: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
5
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;