@bluemarble/bm-components 0.0.27 → 0.0.28

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.
@@ -3,6 +3,7 @@ import { StandardTextFieldProps } from "@mui/material";
3
3
  interface InputProps extends StandardTextFieldProps {
4
4
  name: string;
5
5
  label: string;
6
+ shrink?: boolean;
6
7
  withFormik?: boolean;
7
8
  }
8
9
  export declare const Input: FC<InputProps>;
package/dist/index.d.ts CHANGED
@@ -74,6 +74,7 @@ declare const Td: React.MemoExoticComponent<({ children, ...props }: TableCellPr
74
74
  interface InputProps extends StandardTextFieldProps {
75
75
  name: string;
76
76
  label: string;
77
+ shrink?: boolean;
77
78
  withFormik?: boolean;
78
79
  }
79
80
  declare const Input: FC<InputProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluemarble/bm-components",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "BM components",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",