web-input-material 0.0.502-1 → 0.0.503

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.502-1",
3
+ "version": "0.0.503",
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",
@@ -62,9 +62,9 @@
62
62
  "prop-types": "^15.8.1",
63
63
  "react": "^18.3.1",
64
64
  "react-dom": "^18.3.1",
65
- "react-input-material": "^0.0.816",
65
+ "react-input-material": "^0.0.817",
66
66
  "react-transition-group": "^4.4.5",
67
- "web-component-wrapper": "^0.0.562"
67
+ "web-component-wrapper": "^0.0.575"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@babel/eslint-parser": "^7.28.6",
@@ -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.10.0",
98
- "@tiptap/core": "^3.22.4",
99
- "@tiptap/react": "^3.22.4",
100
- "@tiptap/starter-kit": "^3.22.4",
98
+ "@tiptap/core": "^3.22.5",
99
+ "@tiptap/react": "^3.22.5",
100
+ "@tiptap/starter-kit": "^3.22.5",
101
101
  "@types/ejs": "^3.1.5",
102
102
  "@types/html-minifier": "^4.0.6",
103
103
  "@types/jsdom": "^28.0.1",
@@ -106,11 +106,11 @@
106
106
  "@types/react-dom": "^18.3.7",
107
107
  "@types/react-transition-group": "^4.4.12",
108
108
  "@types/webpack-env": "^1.18.8",
109
- "@typescript-eslint/eslint-plugin": "^8.59.0",
110
- "@typescript-eslint/parser": "^8.59.0",
109
+ "@typescript-eslint/eslint-plugin": "^8.59.1",
110
+ "@typescript-eslint/parser": "^8.59.1",
111
111
  "@webcomponents/webcomponentsjs": "^2.8.0",
112
112
  "blob-util": "^2.0.2",
113
- "clientnode": "^4.0.1388",
113
+ "clientnode": "^4.0.1391",
114
114
  "eslint": "^10.2.1",
115
115
  "eslint-config-google": "^0.14.0",
116
116
  "eslint-plugin-jsdoc": "^62.9.0",
@@ -119,15 +119,15 @@
119
119
  "jsdoc": "^4.0.5",
120
120
  "material-components-web": "^14.0.0",
121
121
  "material-icons": "^1.13.14",
122
- "react-generic-animate": "^0.0.119",
123
- "react-generic-dummy": "^0.0.126",
124
- "react-generic-tools": "^0.0.115",
122
+ "react-generic-animate": "^0.0.120",
123
+ "react-generic-dummy": "^0.0.127",
124
+ "react-generic-tools": "^0.0.116",
125
125
  "react-useanimations": "^2.10.0",
126
126
  "spark-md5": "^3.0.2",
127
127
  "style-loader": "^4.0.0",
128
128
  "tslib": "^2.8.1",
129
- "typescript-eslint": "^8.59.0",
130
- "web-documentation": "^1.0.3",
129
+ "typescript-eslint": "^8.59.1",
130
+ "web-documentation": "^1.0.5",
131
131
  "weboptimizer": "^3.0.22",
132
132
  "webpack-dev-server": "^5.2.3"
133
133
  },
package/readme.md CHANGED
@@ -26,7 +26,7 @@ Project status
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
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
- [![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)
29
+ [![web documentation](https://img.shields.io/website-up-down-green-red/https/torben.website/web-input-material.svg?label=web-documentation&style=for-the-badge)](https://torben.website/web-input-material)
30
30
 
31
31
  Use case
32
32
  --------