web-input-material 0.0.456 → 0.0.458
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/CircularSpinner.bundle.js +2 -2
- package/components/CircularSpinner.js +1 -1
- package/components/CircularSpinner.ts +1 -1
- package/components/FileInput.bundle.js +2 -2
- package/components/FileInput.js +1 -1
- package/components/FileInput.ts +1 -1
- package/components/GenericAnimate.bundle.js +2 -2
- package/components/GenericAnimate.js +1 -1
- package/components/GenericInputs.bundle.js +2 -2
- package/components/GenericInputs.js +1 -1
- package/components/GenericInputs.ts +1 -1
- package/components/GenericInterval.ts +1 -1
- package/components/RequireableCheckbox.bundle.js +2 -2
- package/components/RequireableCheckbox.js +1 -1
- package/components/RequireableCheckbox.ts +1 -1
- package/components/SliderInput.bundle.js +2 -2
- package/components/SliderInput.js +1 -1
- package/components/SliderInput.ts +1 -3
- package/components/TabBar.ts +1 -1
- package/components/TabItem.ts +1 -1
- package/components/Tabs.bundle.js +3 -3
- package/components/Tabs.js +1 -1
- package/components/TextInput.bundle.js +14 -14
- package/components/TextInput.js +1 -1
- package/components/TextInput.ts +1 -1
- package/index.bundle.js +2 -2
- package/index.js +1 -1
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.458",
|
|
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",
|
|
@@ -65,23 +65,23 @@
|
|
|
65
65
|
"prop-types": "^15.8.1",
|
|
66
66
|
"react": "^18.3.1",
|
|
67
67
|
"react-dom": "^18.3.1",
|
|
68
|
-
"react-input-material": "^0.0.
|
|
68
|
+
"react-input-material": "^0.0.696",
|
|
69
69
|
"react-transition-group": "^4.4.5",
|
|
70
|
-
"web-component-wrapper": "^0.0.
|
|
70
|
+
"web-component-wrapper": "^0.0.511"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@babel/eslint-parser": "^7.25.9",
|
|
74
74
|
"@babel/plugin-transform-proto-to-assign": "^7.25.9",
|
|
75
|
-
"@babel/preset-react": "^7.
|
|
75
|
+
"@babel/preset-react": "^7.26.3",
|
|
76
76
|
"@babel/runtime": "^7.26.0",
|
|
77
|
-
"@codemirror/autocomplete": "^6.18.
|
|
77
|
+
"@codemirror/autocomplete": "^6.18.4",
|
|
78
78
|
"@codemirror/commands": "^6.7.1",
|
|
79
79
|
"@codemirror/lang-css": "^6.3.1",
|
|
80
80
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
81
|
-
"@codemirror/language": "^6.10.
|
|
81
|
+
"@codemirror/language": "^6.10.8",
|
|
82
82
|
"@codemirror/lint": "^6.8.4",
|
|
83
83
|
"@codemirror/search": "^6.5.8",
|
|
84
|
-
"@codemirror/state": "^6.
|
|
84
|
+
"@codemirror/state": "^6.5.0",
|
|
85
85
|
"@rmwc/card": "^14.3.5",
|
|
86
86
|
"@rmwc/checkbox": "^14.3.5",
|
|
87
87
|
"@rmwc/circular-progress": "^14.3.5",
|
|
@@ -96,43 +96,43 @@
|
|
|
96
96
|
"@rmwc/tooltip": "^14.3.5",
|
|
97
97
|
"@rmwc/touch-target": "^14.3.5",
|
|
98
98
|
"@rmwc/typography": "^14.3.5",
|
|
99
|
-
"@stylistic/eslint-plugin-ts": "^2.
|
|
100
|
-
"@tiptap/core": "^2.10.
|
|
101
|
-
"@tiptap/react": "^2.10.
|
|
102
|
-
"@tiptap/starter-kit": "^2.10.
|
|
99
|
+
"@stylistic/eslint-plugin-ts": "^2.12.1",
|
|
100
|
+
"@tiptap/core": "^2.10.4",
|
|
101
|
+
"@tiptap/react": "^2.10.4",
|
|
102
|
+
"@tiptap/starter-kit": "^2.10.4",
|
|
103
103
|
"@types/ejs": "^3.1.5",
|
|
104
104
|
"@types/html-minifier": "^4.0.5",
|
|
105
105
|
"@types/jquery": "^3.5.32",
|
|
106
106
|
"@types/jsdom": "^21.1.7",
|
|
107
|
-
"@types/node": "^22.10.
|
|
108
|
-
"@types/react": "^18.3.
|
|
109
|
-
"@types/react-dom": "^18.3.
|
|
110
|
-
"@types/react-transition-group": "^4.4.
|
|
107
|
+
"@types/node": "^22.10.2",
|
|
108
|
+
"@types/react": "^18.3.18",
|
|
109
|
+
"@types/react-dom": "^18.3.5",
|
|
110
|
+
"@types/react-transition-group": "^4.4.12",
|
|
111
111
|
"@types/webpack-env": "^1.18.5",
|
|
112
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
113
|
-
"@typescript-eslint/parser": "^8.
|
|
112
|
+
"@typescript-eslint/eslint-plugin": "^8.18.2",
|
|
113
|
+
"@typescript-eslint/parser": "^8.18.2",
|
|
114
114
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
115
115
|
"blob-util": "^2.0.2",
|
|
116
|
-
"clientnode": "^3.0.
|
|
117
|
-
"documentation-website": "^1.0.
|
|
118
|
-
"eslint": "^9.
|
|
116
|
+
"clientnode": "^3.0.1255",
|
|
117
|
+
"documentation-website": "^1.0.341",
|
|
118
|
+
"eslint": "^9.17.0",
|
|
119
119
|
"eslint-config-google": "^0.14.0",
|
|
120
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
120
|
+
"eslint-plugin-jsdoc": "^50.6.1",
|
|
121
121
|
"identity-obj-proxy": "^3.0.0",
|
|
122
122
|
"jest": "^29.7.0",
|
|
123
123
|
"jsdoc": "^4.0.4",
|
|
124
124
|
"material-components-web": "^14.0.0",
|
|
125
125
|
"material-icons": "^1.13.12",
|
|
126
|
-
"react-generic-animate": "^0.0.
|
|
127
|
-
"react-generic-dummy": "^0.0.
|
|
128
|
-
"react-generic-tools": "^0.0.
|
|
126
|
+
"react-generic-animate": "^0.0.69",
|
|
127
|
+
"react-generic-dummy": "^0.0.90",
|
|
128
|
+
"react-generic-tools": "^0.0.63",
|
|
129
129
|
"react-useanimations": "^2.10.0",
|
|
130
130
|
"spark-md5": "^3.0.2",
|
|
131
131
|
"style-loader": "^4.0.0",
|
|
132
132
|
"tslib": "^2.8.1",
|
|
133
|
-
"typescript-eslint": "^8.
|
|
134
|
-
"weboptimizer": "^2.0.
|
|
135
|
-
"webpack-dev-server": "^5.
|
|
133
|
+
"typescript-eslint": "^8.18.2",
|
|
134
|
+
"weboptimizer": "^2.0.1552",
|
|
135
|
+
"webpack-dev-server": "^5.2.0"
|
|
136
136
|
},
|
|
137
137
|
"peerDependencies": {
|
|
138
138
|
"@babel/runtime": "*",
|