react-input-material 0.0.746 → 0.0.748
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:
|
|
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:
|
|
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.
|
|
3
|
+
"version": "0.0.748",
|
|
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",
|
|
@@ -99,16 +99,16 @@
|
|
|
99
99
|
},
|
|
100
100
|
"runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {TextInput} = require('react-input-material')\n\nTextInput.webComponentAdapterWrapped",
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@babel/eslint-parser": "^7.28.
|
|
102
|
+
"@babel/eslint-parser": "^7.28.5",
|
|
103
103
|
"@babel/plugin-transform-proto-to-assign": "^7.27.1",
|
|
104
|
-
"@babel/preset-react": "^7.
|
|
104
|
+
"@babel/preset-react": "^7.28.5",
|
|
105
105
|
"@babel/runtime": "^7.28.4",
|
|
106
|
-
"@codemirror/autocomplete": "^6.19.
|
|
107
|
-
"@codemirror/commands": "^6.
|
|
106
|
+
"@codemirror/autocomplete": "^6.19.1",
|
|
107
|
+
"@codemirror/commands": "^6.10.0",
|
|
108
108
|
"@codemirror/lang-css": "^6.3.1",
|
|
109
109
|
"@codemirror/lang-javascript": "^6.2.4",
|
|
110
110
|
"@codemirror/language": "^6.11.3",
|
|
111
|
-
"@codemirror/lint": "^6.9.
|
|
111
|
+
"@codemirror/lint": "^6.9.1",
|
|
112
112
|
"@codemirror/search": "^6.5.11",
|
|
113
113
|
"@codemirror/state": "^6.5.2",
|
|
114
114
|
"@codemirror/view": "^6.38.6",
|
|
@@ -127,31 +127,31 @@
|
|
|
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.
|
|
130
|
+
"@stylistic/eslint-plugin": "^5.5.0",
|
|
131
131
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
132
|
-
"@tiptap/core": "^3.
|
|
133
|
-
"@tiptap/react": "^3.
|
|
134
|
-
"@tiptap/starter-kit": "^3.
|
|
132
|
+
"@tiptap/core": "^3.9.0",
|
|
133
|
+
"@tiptap/react": "^3.9.0",
|
|
134
|
+
"@tiptap/starter-kit": "^3.9.0",
|
|
135
135
|
"@types/ejs": "^3.1.5",
|
|
136
|
-
"@types/html-minifier": "^4.0.
|
|
136
|
+
"@types/html-minifier": "^4.0.6",
|
|
137
137
|
"@types/jquery": "^3.5.33",
|
|
138
138
|
"@types/jsdom": "^27.0.0",
|
|
139
|
-
"@types/node": "^24.
|
|
139
|
+
"@types/node": "^24.9.2",
|
|
140
140
|
"@types/react": "^18.3.26",
|
|
141
141
|
"@types/react-dom": "^18.3.7",
|
|
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.46.
|
|
146
|
-
"@typescript-eslint/parser": "^8.46.
|
|
145
|
+
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
|
146
|
+
"@typescript-eslint/parser": "^8.46.2",
|
|
147
147
|
"blob-util": "^2.0.2",
|
|
148
|
-
"clientnode": "3.0.
|
|
148
|
+
"clientnode": "3.0.1315",
|
|
149
149
|
"css-loader": "^7.1.2",
|
|
150
150
|
"cssnano": "^7.1.1",
|
|
151
151
|
"documentation-website": "^1.0.394",
|
|
152
|
-
"eslint": "^9.
|
|
152
|
+
"eslint": "^9.38.0",
|
|
153
153
|
"eslint-config-google": "^0.14.0",
|
|
154
|
-
"eslint-plugin-jsdoc": "^61.1.
|
|
154
|
+
"eslint-plugin-jsdoc": "^61.1.10",
|
|
155
155
|
"identity-obj-proxy": "^3.0.0",
|
|
156
156
|
"jest": "^30.2.0",
|
|
157
157
|
"jsdoc": "^4.0.5",
|
|
@@ -167,8 +167,8 @@
|
|
|
167
167
|
"react": "^18.3.1",
|
|
168
168
|
"react-dom": "^18.3.1",
|
|
169
169
|
"react-generic-animate": "^0.0.92",
|
|
170
|
-
"react-generic-dummy": "^0.0.
|
|
171
|
-
"react-generic-tools": "^0.0.
|
|
170
|
+
"react-generic-dummy": "^0.0.109",
|
|
171
|
+
"react-generic-tools": "^0.0.83",
|
|
172
172
|
"react-transition-group": "^4.4.5",
|
|
173
173
|
"react-useanimations": "^2.10.0",
|
|
174
174
|
"spark-md5": "^3.0.2",
|
|
@@ -176,10 +176,10 @@
|
|
|
176
176
|
"stylelint": "^16.25.0",
|
|
177
177
|
"stylelint-config-standard": "^39.0.1",
|
|
178
178
|
"tslib": "^2.8.1",
|
|
179
|
-
"typescript-eslint": "^8.46.
|
|
179
|
+
"typescript-eslint": "^8.46.2",
|
|
180
180
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
181
|
-
"web-component-wrapper": "^0.0.
|
|
182
|
-
"weboptimizer": "^2.0.
|
|
181
|
+
"web-component-wrapper": "^0.0.534",
|
|
182
|
+
"weboptimizer": "^2.0.1620",
|
|
183
183
|
"webpack-dev-server": "^5.2.2"
|
|
184
184
|
},
|
|
185
185
|
"peerDependencies": {
|
|
@@ -553,5 +553,5 @@
|
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
555
|
},
|
|
556
|
-
"packageManager": "yarn@4.
|
|
556
|
+
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
|
|
557
557
|
}
|