react-input-material 0.0.701 → 0.0.702

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.
@@ -212,7 +212,7 @@ export interface AdapterWithReferences<T = unknown> extends Adapter<T> {
212
212
  };
213
213
  }
214
214
  export interface Component<Type> extends Omit<ForwardRefExoticComponent<Props>, 'propTypes'>, StaticWebComponent<Type, ModelState, DefaultProperties> {
215
- <T = string>(props: Props<T> & RefAttributes<Adapter<T>>): ReactElement;
215
+ <T = unknown>(props: Props<T> & RefAttributes<Adapter<T>>): ReactElement;
216
216
  locales: Array<string>;
217
217
  transformer: DataTransformation;
218
218
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-material",
3
- "version": "0.0.701",
3
+ "version": "0.0.702",
4
4
  "description": "Reusable material design based input field with support for (richt-)text, code, selections, numbers, dates and so on.",
5
5
  "keywords": [
6
6
  "form-field",
@@ -129,9 +129,9 @@
129
129
  "@rmwc/typography": "^14.3.5",
130
130
  "@stylistic/eslint-plugin-ts": "^3.0.1",
131
131
  "@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
132
- "@tiptap/core": "^2.11.3",
133
- "@tiptap/react": "^2.11.3",
134
- "@tiptap/starter-kit": "^2.11.3",
132
+ "@tiptap/core": "^2.11.5",
133
+ "@tiptap/react": "^2.11.5",
134
+ "@tiptap/starter-kit": "^2.11.5",
135
135
  "@types/ejs": "^3.1.5",
136
136
  "@types/html-minifier": "^4.0.5",
137
137
  "@types/jquery": "^3.5.32",
@@ -145,7 +145,7 @@
145
145
  "@typescript-eslint/eslint-plugin": "^8.22.0",
146
146
  "@typescript-eslint/parser": "^8.22.0",
147
147
  "blob-util": "^2.0.2",
148
- "clientnode": "^3.0.1269",
148
+ "clientnode": "3.0.1269-2",
149
149
  "css-loader": "^7.1.2",
150
150
  "cssnano": "^7.0.6",
151
151
  "documentation-website": "^1.0.343",