react-input-material 0.0.705 → 0.0.706

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,5 +1,5 @@
1
1
  import { ForwardedRef, ReactElement } from 'react';
2
- import { Adapter, Component, DataTransformation, Props } from './type';
2
+ import { AdapterWithReferences, Component, DataTransformation, Props } from './type';
3
3
  export { CODE_EDITOR_OPTIONS, CSS_CLASS_NAMES, determineValidationState, preventEnterKeyPropagation, suggestionMatches, TIPTAP_DEFAULT_OPTIONS } from './helper';
4
4
  export declare const INPUT_TRANSFORMER: DataTransformation;
5
5
  /**
@@ -23,7 +23,7 @@ export declare const INPUT_TRANSFORMER: DataTransformation;
23
23
  * @returns React elements.
24
24
  */
25
25
  export declare const TextInputInner: {
26
- <Type = unknown>(props: Props<Type>, reference?: ForwardedRef<Adapter<Type>>): ReactElement;
26
+ <Type = unknown>(props: Props<Type>, reference?: ForwardedRef<AdapterWithReferences<Type>>): ReactElement;
27
27
  displayName: string;
28
28
  };
29
29
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-material",
3
- "version": "0.0.705",
3
+ "version": "0.0.706",
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",
@@ -136,20 +136,20 @@
136
136
  "@types/html-minifier": "^4.0.5",
137
137
  "@types/jquery": "^3.5.32",
138
138
  "@types/jsdom": "^21.1.7",
139
- "@types/node": "^22.13.16",
139
+ "@types/node": "^22.14.1",
140
140
  "@types/react": "^18.3.20",
141
- "@types/react-dom": "^19.0.4",
141
+ "@types/react-dom": "^19.1.2",
142
142
  "@types/react-transition-group": "^4.4.12",
143
143
  "@types/spark-md5": "^3.0.5",
144
144
  "@types/webpack-env": "^1.18.8",
145
- "@typescript-eslint/eslint-plugin": "^8.29.0",
146
- "@typescript-eslint/parser": "^8.29.0",
145
+ "@typescript-eslint/eslint-plugin": "^8.29.1",
146
+ "@typescript-eslint/parser": "^8.29.1",
147
147
  "blob-util": "^2.0.2",
148
- "clientnode": "3.0.1274",
148
+ "clientnode": "3.0.1275",
149
149
  "css-loader": "^7.1.2",
150
150
  "cssnano": "^7.0.6",
151
151
  "documentation-website": "^1.0.345",
152
- "eslint": "^9.23.0",
152
+ "eslint": "^9.24.0",
153
153
  "eslint-config-google": "^0.14.0",
154
154
  "eslint-plugin-jsdoc": "^50.6.9",
155
155
  "identity-obj-proxy": "^3.0.0",
@@ -166,20 +166,20 @@
166
166
  "prop-types": "^15.8.1",
167
167
  "react": "^18.3.1",
168
168
  "react-dom": "^18.3.1",
169
- "react-generic-animate": "^0.0.74",
170
- "react-generic-dummy": "^0.0.94",
171
- "react-generic-tools": "^0.0.67",
169
+ "react-generic-animate": "^0.0.75",
170
+ "react-generic-dummy": "^0.0.95",
171
+ "react-generic-tools": "^0.0.68",
172
172
  "react-transition-group": "^4.4.5",
173
173
  "react-useanimations": "^2.10.0",
174
174
  "spark-md5": "^3.0.2",
175
175
  "style-loader": "^4.0.0",
176
- "stylelint": "^16.17.0",
177
- "stylelint-config-standard": "^37.0.0",
176
+ "stylelint": "^16.18.0",
177
+ "stylelint-config-standard": "^38.0.0",
178
178
  "tslib": "^2.8.1",
179
- "typescript-eslint": "^8.29.0",
179
+ "typescript-eslint": "^8.29.1",
180
180
  "typescript-plugin-css-modules": "^5.1.0",
181
- "web-component-wrapper": "^0.0.515",
182
- "weboptimizer": "^2.0.1575",
181
+ "web-component-wrapper": "^0.0.516",
182
+ "weboptimizer": "^2.0.1577",
183
183
  "webpack-dev-server": "^5.2.1"
184
184
  },
185
185
  "peerDependencies": {