@conboai/storybook.components 0.2.34 → 0.2.35

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.
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+ import { TextFieldProps } from '@mui/material/TextField';
2
3
 
3
4
  export interface ICustomInputProps {
4
5
  startAdornment?: React.ReactNode;
@@ -7,5 +8,5 @@ export interface ICustomInputProps {
7
8
  onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
8
9
  type: string;
9
10
  }
10
- declare const CustomInput: React.FC<ICustomInputProps>;
11
+ declare const CustomInput: React.FC<ICustomInputProps & TextFieldProps>;
11
12
  export default CustomInput;
@@ -62265,7 +62265,7 @@ const a8 = {
62265
62265
  width: "100%",
62266
62266
  height: "40px",
62267
62267
  input: {
62268
- padding: 0,
62268
+ padding: "0 12px",
62269
62269
  height: "40px"
62270
62270
  },
62271
62271
  label: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.2.34",
3
+ "version": "0.2.35",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [