react-input-material 0.0.816-1 → 0.0.816-3

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.
Files changed (2) hide show
  1. package/package.json +5 -2
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-material",
3
- "version": "0.0.816-1",
3
+ "version": "0.0.816-3",
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",
@@ -265,7 +265,7 @@
265
265
  "typescript-eslint": "^8.59.0",
266
266
  "typescript-plugin-css-modules": "^5.2.0",
267
267
  "web-component-wrapper": "^0.0.562",
268
- "web-documentation": "^1.0.2",
268
+ "web-documentation": "^1.0.3",
269
269
  "weboptimizer": "^3.0.22",
270
270
  "webpack-dev-server": "^5.2.3"
271
271
  },
@@ -423,6 +423,9 @@
423
423
  "optional": true
424
424
  }
425
425
  },
426
+ "browser": {
427
+ "crypto": false
428
+ },
426
429
  "engines": {
427
430
  "node": ">=24",
428
431
  "npm": ">=11",
package/readme.md CHANGED
@@ -26,7 +26,7 @@ Project status
26
26
  [![code coverage](https://img.shields.io/coverallsCoverage/github/thaibault/react-input-material?label=code%20coverage&style=for-the-badge)](https://coveralls.io/github/thaibault/react-input-material)
27
27
 
28
28
  [![deploy web documentation](https://img.shields.io/github/actions/workflow/status/thaibault/react-input-material/deploy-web-documentation.yaml?label=deploy%20web%20documentation&style=for-the-badge)](https://github.com/thaibault/react-input-material/actions/workflows/deploy-web-documentation.yaml)
29
- [![documentation website](https://img.shields.io/website-up-down-green-red/https/torben.website/react-input-material.svg?label=documentation-website&style=for-the-badge)](https://torben.website/react-input-material)
29
+ [![documentation website](https://img.shields.io/website-up-down-green-red/https/torben.website/react-input-material.svg?label=web-documentation&style=for-the-badge)](https://torben.website/react-input-material)
30
30
 
31
31
  Use case
32
32
  --------