web-input-material 0.0.491 → 0.0.493
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.
- package/components/CheckboxInput.bundle.js +8 -8
- package/components/CircularSpinner.bundle.js +6 -6
- package/components/FileInput.bundle.js +17 -17
- package/components/GenericAnimate.bundle.js +4 -4
- package/components/GenericInputs.bundle.js +17 -17
- package/components/SliderInput.bundle.js +10 -10
- package/components/Tabs.bundle.js +7 -7
- package/components/TextInput.bundle.js +17 -17
- package/index.bundle.js +28 -28
- package/package.json +24 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.493",
|
|
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",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"prop-types": "^15.8.1",
|
|
64
64
|
"react": "^18.3.1",
|
|
65
65
|
"react-dom": "^18.3.1",
|
|
66
|
-
"react-input-material": "^0.0.
|
|
66
|
+
"react-input-material": "^0.0.784",
|
|
67
67
|
"react-transition-group": "^4.4.5",
|
|
68
|
-
"web-component-wrapper": "^0.0.
|
|
68
|
+
"web-component-wrapper": "^0.0.543"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@babel/eslint-parser": "^7.28.6",
|
|
@@ -73,13 +73,14 @@
|
|
|
73
73
|
"@babel/preset-react": "^7.28.5",
|
|
74
74
|
"@babel/runtime": "^7.28.6",
|
|
75
75
|
"@codemirror/autocomplete": "^6.20.0",
|
|
76
|
-
"@codemirror/commands": "^6.10.
|
|
76
|
+
"@codemirror/commands": "^6.10.2",
|
|
77
77
|
"@codemirror/lang-css": "^6.3.1",
|
|
78
78
|
"@codemirror/lang-javascript": "^6.2.4",
|
|
79
79
|
"@codemirror/language": "^6.12.1",
|
|
80
|
-
"@codemirror/lint": "^6.9.
|
|
80
|
+
"@codemirror/lint": "^6.9.4",
|
|
81
81
|
"@codemirror/search": "^6.6.0",
|
|
82
82
|
"@codemirror/state": "^6.5.4",
|
|
83
|
+
"@eslint/js": "^10.0.1",
|
|
83
84
|
"@rmwc/card": "^14.3.5",
|
|
84
85
|
"@rmwc/checkbox": "^14.3.5",
|
|
85
86
|
"@rmwc/circular-progress": "^14.3.5",
|
|
@@ -94,42 +95,42 @@
|
|
|
94
95
|
"@rmwc/tooltip": "^14.3.5",
|
|
95
96
|
"@rmwc/touch-target": "^14.3.5",
|
|
96
97
|
"@rmwc/typography": "^14.3.5",
|
|
97
|
-
"@stylistic/eslint-plugin": "^5.
|
|
98
|
-
"@tiptap/core": "^3.
|
|
99
|
-
"@tiptap/react": "^3.
|
|
100
|
-
"@tiptap/starter-kit": "^3.
|
|
98
|
+
"@stylistic/eslint-plugin": "^5.8.0",
|
|
99
|
+
"@tiptap/core": "^3.19.0",
|
|
100
|
+
"@tiptap/react": "^3.19.0",
|
|
101
|
+
"@tiptap/starter-kit": "^3.19.0",
|
|
101
102
|
"@types/ejs": "^3.1.5",
|
|
102
103
|
"@types/html-minifier": "^4.0.6",
|
|
103
104
|
"@types/jquery": "^3.5.33",
|
|
104
105
|
"@types/jsdom": "^27.0.0",
|
|
105
|
-
"@types/node": "^25.2.
|
|
106
|
-
"@types/react": "^18.3.
|
|
106
|
+
"@types/node": "^25.2.3",
|
|
107
|
+
"@types/react": "^18.3.28",
|
|
107
108
|
"@types/react-dom": "^18.3.7",
|
|
108
109
|
"@types/react-transition-group": "^4.4.12",
|
|
109
110
|
"@types/webpack-env": "^1.18.8",
|
|
110
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
111
|
-
"@typescript-eslint/parser": "^8.
|
|
111
|
+
"@typescript-eslint/eslint-plugin": "^8.56.0",
|
|
112
|
+
"@typescript-eslint/parser": "^8.56.0",
|
|
112
113
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
113
114
|
"blob-util": "^2.0.2",
|
|
114
|
-
"clientnode": "^3.0.
|
|
115
|
+
"clientnode": "^3.0.1347",
|
|
115
116
|
"documentation-website": "^1.0.398",
|
|
116
|
-
"eslint": "^
|
|
117
|
+
"eslint": "^10.0.0",
|
|
117
118
|
"eslint-config-google": "^0.14.0",
|
|
118
|
-
"eslint-plugin-jsdoc": "^62.5.
|
|
119
|
+
"eslint-plugin-jsdoc": "^62.5.5",
|
|
119
120
|
"identity-obj-proxy": "^3.0.0",
|
|
120
121
|
"jest": "^30.2.0",
|
|
121
122
|
"jsdoc": "^4.0.5",
|
|
122
123
|
"material-components-web": "^14.0.0",
|
|
123
124
|
"material-icons": "^1.13.14",
|
|
124
|
-
"react-generic-animate": "^0.0.
|
|
125
|
-
"react-generic-dummy": "^0.0.
|
|
126
|
-
"react-generic-tools": "^0.0.
|
|
125
|
+
"react-generic-animate": "^0.0.106",
|
|
126
|
+
"react-generic-dummy": "^0.0.118",
|
|
127
|
+
"react-generic-tools": "^0.0.94",
|
|
127
128
|
"react-useanimations": "^2.10.0",
|
|
128
129
|
"spark-md5": "^3.0.2",
|
|
129
130
|
"style-loader": "^4.0.0",
|
|
130
131
|
"tslib": "^2.8.1",
|
|
131
|
-
"typescript-eslint": "^8.
|
|
132
|
-
"weboptimizer": "^2.0.
|
|
132
|
+
"typescript-eslint": "^8.56.0",
|
|
133
|
+
"weboptimizer": "^2.0.1648",
|
|
133
134
|
"webpack-dev-server": "^5.2.3"
|
|
134
135
|
},
|
|
135
136
|
"peerDependencies": {
|
|
@@ -272,7 +273,8 @@
|
|
|
272
273
|
"@codemirror/view": "react-generic-dummy",
|
|
273
274
|
"@rmwc/tooltip": "react-generic-dummy",
|
|
274
275
|
"@tiptap/core$": "react-generic-dummy",
|
|
275
|
-
"@tiptap/
|
|
276
|
+
"@tiptap/extensions$": "react-generic-dummy",
|
|
277
|
+
"@tiptap/react$": "react-generic-dummy",
|
|
276
278
|
"@tiptap/starter-kit$": "react-generic-dummy",
|
|
277
279
|
"react-useanimations$": "react-generic-dummy",
|
|
278
280
|
"react-useanimations/lib/lock$": "react-generic-dummy",
|