asma-core-ui 2.18.41 → 2.19.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.
@@ -1,11 +1,13 @@
1
+ /// <reference types="react" />
1
2
  import { type TextFieldProps } from '@mui/material';
2
3
  /**
3
4
  *
4
5
  * @inputRef
5
6
  * inputRef to get Node of Input Element inside
6
7
  *
8
+ * type='mui-input' is temporary, remove it after deleting antd from all projects. Antd lib overwrites styles for type[text]
7
9
  */
8
- export declare const StyledInputField: (props: TextFieldProps & {
10
+ export declare const StyledInputField: React.FC<TextFieldProps & {
9
11
  allowClear?: boolean;
10
12
  onClear?: () => void;
11
- }) => JSX.Element;
13
+ }>;
@@ -15,5 +15,4 @@ import { type SelectProps } from '@mui/material';
15
15
  export declare const StyledSelect: React.FC<SelectProps & {
16
16
  allowClear?: boolean;
17
17
  dataTest: string;
18
- dataId?: string;
19
18
  }>;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "2.18.41",
6
+ "version": "2.19.0",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist/**/*",