web-input-material 0.0.500 → 0.0.502-1
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 +4 -4
- package/components/CheckboxInput.js +1 -1
- package/components/CircularSpinner.bundle.js +8 -8
- package/components/CircularSpinner.js +1 -1
- package/components/FileInput.bundle.js +3 -3
- package/components/FileInput.js +1 -1
- package/components/GenericAnimate.bundle.js +5 -5
- package/components/GenericAnimate.js +1 -1
- package/components/GenericInputs.bundle.js +3 -3
- package/components/GenericInputs.js +1 -1
- package/components/SliderInput.bundle.js +7 -7
- package/components/SliderInput.js +1 -1
- package/components/Tabs.bundle.js +11 -11
- package/components/Tabs.js +1 -1
- package/components/TextInput.bundle.js +8 -8
- package/components/TextInput.js +1 -1
- package/index.bundle.js +15 -15
- package/index.js +1 -1
- package/package.json +22 -28
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.502-1",
|
|
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",
|
|
@@ -55,17 +55,16 @@
|
|
|
55
55
|
"test:browser": "yarn clear && weboptimizer test:browser '{__reference__: \"target:minimal\"}'",
|
|
56
56
|
"test:coverage": "weboptimizer test:coverage '{__reference__: \"target:minimal\"}'",
|
|
57
57
|
"test:coverage:report": "weboptimizer test:coverage:report '{__reference__: \"target:minimal\"}'",
|
|
58
|
-
"update:documentation": "documentation
|
|
58
|
+
"update:documentation": "web-documentation",
|
|
59
59
|
"watch": "weboptimizer build --watch"
|
|
60
60
|
},
|
|
61
|
-
"runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {TextInput} = require('web-input-material')\n\nTextInput.component._name",
|
|
62
61
|
"dependencies": {
|
|
63
62
|
"prop-types": "^15.8.1",
|
|
64
63
|
"react": "^18.3.1",
|
|
65
64
|
"react-dom": "^18.3.1",
|
|
66
|
-
"react-input-material": "^0.0.
|
|
65
|
+
"react-input-material": "^0.0.816",
|
|
67
66
|
"react-transition-group": "^4.4.5",
|
|
68
|
-
"web-component-wrapper": "^0.0.
|
|
67
|
+
"web-component-wrapper": "^0.0.562"
|
|
69
68
|
},
|
|
70
69
|
"devDependencies": {
|
|
71
70
|
"@babel/eslint-parser": "^7.28.6",
|
|
@@ -78,7 +77,7 @@
|
|
|
78
77
|
"@codemirror/lang-javascript": "^6.2.5",
|
|
79
78
|
"@codemirror/language": "^6.12.3",
|
|
80
79
|
"@codemirror/lint": "^6.9.5",
|
|
81
|
-
"@codemirror/search": "^6.
|
|
80
|
+
"@codemirror/search": "^6.7.0",
|
|
82
81
|
"@codemirror/state": "^6.6.0",
|
|
83
82
|
"@eslint/js": "^10.0.1",
|
|
84
83
|
"@rmwc/card": "^14.3.5",
|
|
@@ -96,25 +95,23 @@
|
|
|
96
95
|
"@rmwc/touch-target": "^14.3.5",
|
|
97
96
|
"@rmwc/typography": "^14.3.5",
|
|
98
97
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
99
|
-
"@tiptap/core": "^3.22.
|
|
100
|
-
"@tiptap/react": "^3.22.
|
|
101
|
-
"@tiptap/starter-kit": "^3.22.
|
|
98
|
+
"@tiptap/core": "^3.22.4",
|
|
99
|
+
"@tiptap/react": "^3.22.4",
|
|
100
|
+
"@tiptap/starter-kit": "^3.22.4",
|
|
102
101
|
"@types/ejs": "^3.1.5",
|
|
103
102
|
"@types/html-minifier": "^4.0.6",
|
|
104
|
-
"@types/jquery": "^4.0.0",
|
|
105
103
|
"@types/jsdom": "^28.0.1",
|
|
106
|
-
"@types/node": "^25.
|
|
104
|
+
"@types/node": "^25.6.0",
|
|
107
105
|
"@types/react": "^18.3.28",
|
|
108
106
|
"@types/react-dom": "^18.3.7",
|
|
109
107
|
"@types/react-transition-group": "^4.4.12",
|
|
110
108
|
"@types/webpack-env": "^1.18.8",
|
|
111
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
112
|
-
"@typescript-eslint/parser": "^8.
|
|
109
|
+
"@typescript-eslint/eslint-plugin": "^8.59.0",
|
|
110
|
+
"@typescript-eslint/parser": "^8.59.0",
|
|
113
111
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
114
112
|
"blob-util": "^2.0.2",
|
|
115
|
-
"clientnode": "^4.0.
|
|
116
|
-
"
|
|
117
|
-
"eslint": "^10.2.0",
|
|
113
|
+
"clientnode": "^4.0.1388",
|
|
114
|
+
"eslint": "^10.2.1",
|
|
118
115
|
"eslint-config-google": "^0.14.0",
|
|
119
116
|
"eslint-plugin-jsdoc": "^62.9.0",
|
|
120
117
|
"identity-obj-proxy": "^3.0.0",
|
|
@@ -122,15 +119,16 @@
|
|
|
122
119
|
"jsdoc": "^4.0.5",
|
|
123
120
|
"material-components-web": "^14.0.0",
|
|
124
121
|
"material-icons": "^1.13.14",
|
|
125
|
-
"react-generic-animate": "^0.0.
|
|
126
|
-
"react-generic-dummy": "^0.0.
|
|
127
|
-
"react-generic-tools": "^0.0.
|
|
122
|
+
"react-generic-animate": "^0.0.119",
|
|
123
|
+
"react-generic-dummy": "^0.0.126",
|
|
124
|
+
"react-generic-tools": "^0.0.115",
|
|
128
125
|
"react-useanimations": "^2.10.0",
|
|
129
126
|
"spark-md5": "^3.0.2",
|
|
130
127
|
"style-loader": "^4.0.0",
|
|
131
128
|
"tslib": "^2.8.1",
|
|
132
|
-
"typescript-eslint": "^8.
|
|
133
|
-
"
|
|
129
|
+
"typescript-eslint": "^8.59.0",
|
|
130
|
+
"web-documentation": "^1.0.3",
|
|
131
|
+
"weboptimizer": "^3.0.22",
|
|
134
132
|
"webpack-dev-server": "^5.2.3"
|
|
135
133
|
},
|
|
136
134
|
"peerDependencies": {
|
|
@@ -143,8 +141,8 @@
|
|
|
143
141
|
}
|
|
144
142
|
},
|
|
145
143
|
"engines": {
|
|
146
|
-
"node": ">=
|
|
147
|
-
"npm": ">=
|
|
144
|
+
"node": ">=24",
|
|
145
|
+
"npm": ">=11",
|
|
148
146
|
"yarn": ">=4"
|
|
149
147
|
},
|
|
150
148
|
"resolutions": {
|
|
@@ -208,10 +206,6 @@
|
|
|
208
206
|
}
|
|
209
207
|
},
|
|
210
208
|
"module": {
|
|
211
|
-
"aliases": {
|
|
212
|
-
"#": "Remove unneeded optional dependencies.",
|
|
213
|
-
"jquery$": false
|
|
214
|
-
},
|
|
215
209
|
"enforceDeduplication": true,
|
|
216
210
|
"html": {
|
|
217
211
|
"options": {
|
|
@@ -320,5 +314,5 @@
|
|
|
320
314
|
}
|
|
321
315
|
}
|
|
322
316
|
},
|
|
323
|
-
"packageManager": "yarn@4.
|
|
317
|
+
"packageManager": "yarn@4.14.1+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42"
|
|
324
318
|
}
|
package/readme.md
CHANGED
|
@@ -25,7 +25,7 @@ Project status
|
|
|
25
25
|
|
|
26
26
|
[](https://coveralls.io/github/thaibault/web-input-material)
|
|
27
27
|
|
|
28
|
-
[](https://github.com/thaibault/web-input-material/actions/workflows/deploy-web-documentation.yaml)
|
|
29
29
|
[](https://torben.website/web-input-material)
|
|
30
30
|
|
|
31
31
|
Use case
|