@react-lgpd-consent/mui 0.9.1 → 0.9.2

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/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -106,7 +106,7 @@ const categories = createAnpdCategoriesConfig({
106
106
  <ConsentProvider categories={categories}>
107
107
  ```
108
108
 
109
- 📖 **Documentação completa:** [API.md](../react-lgpd-consent/API.md) | [TROUBLESHOOTING.md](../../TROUBLESHOOTING.md)
109
+ 📖 **Documentação completa:** [API.md](../react-lgpd-consent/API.md) | [TROUBLESHOOTING.md](../../doc/TROUBLESHOOTING.md)
110
110
 
111
111
  ---
112
112
 
@@ -198,7 +198,7 @@ Para bloquear navegação até a decisão, use `blockingMode="hard"` no provider
198
198
 
199
199
  - [Documentação Principal](https://lucianoedipo.github.io/react-lgpd-consent/)
200
200
  - [Storybook (Componentes Interativos)](https://lucianoedipo.github.io/react-lgpd-consent/storybook/)
201
- - [Guia de Início Rápido](../../QUICKSTART.md)
201
+ - [Guia de Início Rápido](../../doc/QUICKSTART.md)
202
202
 
203
203
  ## 🔗 Pacotes Relacionados
204
204
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-lgpd-consent/mui",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Componentes Material-UI prontos para gerenciamento de consentimento LGPD",
5
5
  "keywords": [
6
6
  "lgpd",
@@ -52,8 +52,8 @@
52
52
  "node": ">=20.0.0"
53
53
  },
54
54
  "peerDependencies": {
55
- "@mui/material": "^7.0.0 || ^6.0.0 || ^5.15.0",
56
- "@mui/icons-material": "^7.0.0 || ^6.0.0 || ^5.15.0",
55
+ "@mui/material": "^7.3.7",
56
+ "@mui/icons-material": "^7.3.7",
57
57
  "react": "^18.2.0 || ^19.0.0",
58
58
  "react-dom": "^18.2.0 || ^19.0.0"
59
59
  },
@@ -63,7 +63,7 @@
63
63
  }
64
64
  },
65
65
  "dependencies": {
66
- "@react-lgpd-consent/core": "^0.9.1"
66
+ "@react-lgpd-consent/core": "^0.9.2"
67
67
  },
68
68
  "scripts": {
69
69
  "clean": "rimraf dist",