web-input-material 0.0.502 → 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",
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",
@@ -58,14 +58,13 @@
58
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.816",
65
+ "react-input-material": "^0.0.817",
67
66
  "react-transition-group": "^4.4.5",
68
- "web-component-wrapper": "^0.0.562"
67
+ "web-component-wrapper": "^0.0.575"
69
68
  },
70
69
  "devDependencies": {
71
70
  "@babel/eslint-parser": "^7.28.6",
@@ -96,9 +95,9 @@
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.4",
100
- "@tiptap/react": "^3.22.4",
101
- "@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",
102
101
  "@types/ejs": "^3.1.5",
103
102
  "@types/html-minifier": "^4.0.6",
104
103
  "@types/jsdom": "^28.0.1",
@@ -107,11 +106,11 @@
107
106
  "@types/react-dom": "^18.3.7",
108
107
  "@types/react-transition-group": "^4.4.12",
109
108
  "@types/webpack-env": "^1.18.8",
110
- "@typescript-eslint/eslint-plugin": "^8.59.0",
111
- "@typescript-eslint/parser": "^8.59.0",
109
+ "@typescript-eslint/eslint-plugin": "^8.59.1",
110
+ "@typescript-eslint/parser": "^8.59.1",
112
111
  "@webcomponents/webcomponentsjs": "^2.8.0",
113
112
  "blob-util": "^2.0.2",
114
- "clientnode": "^4.0.1388",
113
+ "clientnode": "^4.0.1391",
115
114
  "eslint": "^10.2.1",
116
115
  "eslint-config-google": "^0.14.0",
117
116
  "eslint-plugin-jsdoc": "^62.9.0",
@@ -120,15 +119,15 @@
120
119
  "jsdoc": "^4.0.5",
121
120
  "material-components-web": "^14.0.0",
122
121
  "material-icons": "^1.13.14",
123
- "react-generic-animate": "^0.0.119",
124
- "react-generic-dummy": "^0.0.126",
125
- "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",
126
125
  "react-useanimations": "^2.10.0",
127
126
  "spark-md5": "^3.0.2",
128
127
  "style-loader": "^4.0.0",
129
128
  "tslib": "^2.8.1",
130
- "typescript-eslint": "^8.59.0",
131
- "web-documentation": "^1.0.3",
129
+ "typescript-eslint": "^8.59.1",
130
+ "web-documentation": "^1.0.5",
132
131
  "weboptimizer": "^3.0.22",
133
132
  "webpack-dev-server": "^5.2.3"
134
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
  --------