web-input-material 0.0.500 → 0.0.502

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