web-input-material 0.0.481 → 0.0.482
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 +1 -1
- package/components/CheckboxInput.js +1 -1
- package/components/CircularSpinner.bundle.js +1 -1
- package/components/CircularSpinner.js +1 -1
- package/components/FileInput.bundle.js +1 -1
- package/components/FileInput.js +1 -1
- package/components/GenericInputs.bundle.js +1 -1
- package/components/GenericInputs.js +1 -1
- package/components/SliderInput.bundle.js +1 -1
- package/components/SliderInput.js +1 -1
- package/components/Tabs.bundle.js +1 -1
- package/components/Tabs.js +1 -1
- package/components/TextInput.bundle.js +1 -1
- package/components/TextInput.js +1 -1
- package/index.bundle.js +1 -1
- package/index.js +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.482",
|
|
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,7 +63,7 @@
|
|
|
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.745",
|
|
67
67
|
"react-transition-group": "^4.4.5",
|
|
68
68
|
"web-component-wrapper": "^0.0.532"
|
|
69
69
|
},
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
"@rmwc/touch-target": "^14.3.5",
|
|
96
96
|
"@rmwc/typography": "^14.3.5",
|
|
97
97
|
"@stylistic/eslint-plugin": "^5.4.0",
|
|
98
|
-
"@tiptap/core": "^3.6.
|
|
99
|
-
"@tiptap/react": "^3.6.
|
|
100
|
-
"@tiptap/starter-kit": "^3.6.
|
|
98
|
+
"@tiptap/core": "^3.6.5",
|
|
99
|
+
"@tiptap/react": "^3.6.5",
|
|
100
|
+
"@tiptap/starter-kit": "^3.6.5",
|
|
101
101
|
"@types/ejs": "^3.1.5",
|
|
102
102
|
"@types/html-minifier": "^4.0.5",
|
|
103
103
|
"@types/jquery": "^3.5.33",
|
|
@@ -111,11 +111,11 @@
|
|
|
111
111
|
"@typescript-eslint/parser": "^8.45.0",
|
|
112
112
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
113
113
|
"blob-util": "^2.0.2",
|
|
114
|
-
"clientnode": "^3.0.
|
|
114
|
+
"clientnode": "^3.0.1312",
|
|
115
115
|
"documentation-website": "^1.0.394",
|
|
116
|
-
"eslint": "^9.
|
|
116
|
+
"eslint": "^9.37.0",
|
|
117
117
|
"eslint-config-google": "^0.14.0",
|
|
118
|
-
"eslint-plugin-jsdoc": "^60.
|
|
118
|
+
"eslint-plugin-jsdoc": "^60.8.0",
|
|
119
119
|
"identity-obj-proxy": "^3.0.0",
|
|
120
120
|
"jest": "^30.2.0",
|
|
121
121
|
"jsdoc": "^4.0.4",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"style-loader": "^4.0.0",
|
|
130
130
|
"tslib": "^2.8.1",
|
|
131
131
|
"typescript-eslint": "^8.45.0",
|
|
132
|
-
"weboptimizer": "^2.0.
|
|
132
|
+
"weboptimizer": "^2.0.1615",
|
|
133
133
|
"webpack-dev-server": "^5.2.2"
|
|
134
134
|
},
|
|
135
135
|
"peerDependencies": {
|