asma-core-ui 2.18.42 → 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.
@@ -5,6 +5,7 @@ import { type TextFieldProps } from '@mui/material';
5
5
  * @inputRef
6
6
  * inputRef to get Node of Input Element inside
7
7
  *
8
+ * type='mui-input' is temporary, remove it after deleting antd from all projects. Antd lib overwrites styles for type[text]
8
9
  */
9
10
  export declare const StyledInputField: React.FC<TextFieldProps & {
10
11
  allowClear?: boolean;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "2.18.42",
6
+ "version": "2.19.0",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist/**/*",