react-input-material 0.0.746 → 0.0.747

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,8 +1,7 @@
1
- import { Mapping } from 'clientnode';
2
1
  import { ElementType } from 'react';
3
2
  import { Props } from '../TextInput/type';
4
3
  import { DefaultProperties as DefaultProperties, ModelState as ModelState, Value, RepresentationType as RepresentationType, Properties } from './type';
5
- export declare const CSS_CLASS_NAMES: Mapping;
4
+ export declare const CSS_CLASS_NAMES: Record<string, string>;
6
5
  export declare const IMAGE_CONTENT_TYPE_REGULAR_EXPRESSION: RegExp;
7
6
  export declare const TEXT_CONTENT_TYPE_REGULAR_EXPRESSION: RegExp;
8
7
  export declare const EMBEDABLE_TEXT_CONTENT_TYPE_REGULAR_EXPRESSION: RegExp;
@@ -1,5 +1,4 @@
1
1
  import type { EditorOptions } from '@tiptap/core';
2
- import { Mapping } from 'clientnode';
3
2
  import { KeyboardEvent } from 'react';
4
3
  import Dummy from 'react-generic-dummy';
5
4
  import UseAnimationsType from 'react-useanimations';
@@ -10,7 +9,7 @@ export declare const IS_BROWSER: boolean;
10
9
  export declare const UseAnimations: (null | typeof Dummy | typeof UseAnimationsType | undefined);
11
10
  export declare const lockAnimation: null | typeof LockAnimation | undefined;
12
11
  export declare const plusToXAnimation: null | typeof PlusToXAnimation | undefined;
13
- export declare const CSS_CLASS_NAMES: Mapping;
12
+ export declare const CSS_CLASS_NAMES: Record<string, string>;
14
13
  export declare const CODE_EDITOR_OPTIONS: {};
15
14
  export declare const CURRENT_UTC_BUILD_TIMESTAMP: number;
16
15
  export declare const TIPTAP_DEFAULT_OPTIONS: Partial<EditorOptions>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-material",
3
- "version": "0.0.746",
3
+ "version": "0.0.747",
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",
@@ -127,16 +127,16 @@
127
127
  "@rmwc/tooltip": "^14.3.5",
128
128
  "@rmwc/touch-target": "^14.3.5",
129
129
  "@rmwc/typography": "^14.3.5",
130
- "@stylistic/eslint-plugin": "^5.4.0",
130
+ "@stylistic/eslint-plugin": "^5.5.0",
131
131
  "@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
132
- "@tiptap/core": "^3.7.0",
133
- "@tiptap/react": "^3.7.0",
134
- "@tiptap/starter-kit": "^3.7.0",
132
+ "@tiptap/core": "^3.7.2",
133
+ "@tiptap/react": "^3.7.2",
134
+ "@tiptap/starter-kit": "^3.7.2",
135
135
  "@types/ejs": "^3.1.5",
136
136
  "@types/html-minifier": "^4.0.5",
137
137
  "@types/jquery": "^3.5.33",
138
138
  "@types/jsdom": "^27.0.0",
139
- "@types/node": "^24.7.2",
139
+ "@types/node": "^24.8.1",
140
140
  "@types/react": "^18.3.26",
141
141
  "@types/react-dom": "^18.3.7",
142
142
  "@types/react-transition-group": "^4.4.12",
@@ -149,7 +149,7 @@
149
149
  "css-loader": "^7.1.2",
150
150
  "cssnano": "^7.1.1",
151
151
  "documentation-website": "^1.0.394",
152
- "eslint": "^9.37.0",
152
+ "eslint": "^9.38.0",
153
153
  "eslint-config-google": "^0.14.0",
154
154
  "eslint-plugin-jsdoc": "^61.1.4",
155
155
  "identity-obj-proxy": "^3.0.0",