react-lgpd-consent 0.1.12 → 0.2.0
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/README.md +124 -34
- package/dist/{PreferencesModal-IFKCHTF2.js → PreferencesModal-QQOOLRDY.js} +1 -1
- package/dist/{chunk-V54LZT2Q.js → chunk-JTPCDTOQ.js} +173 -57
- package/dist/index.cjs +361 -85
- package/dist/index.d.cts +158 -7
- package/dist/index.d.ts +158 -7
- package/dist/index.js +150 -3
- package/package.json +105 -100
package/package.json
CHANGED
|
@@ -1,100 +1,105 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "react-lgpd-consent",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Biblioteca de consentimento
|
|
5
|
-
"keywords": [
|
|
6
|
-
"lgpd",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
},
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
"@mui/icons-material":
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
},
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"
|
|
90
|
-
"react
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
|
|
100
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "react-lgpd-consent",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "Biblioteca completa de consentimento LGPD com 6 categorias ANPD, integrações nativas e sistema extensível para React.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"lgpd",
|
|
7
|
+
"anpd",
|
|
8
|
+
"cookie",
|
|
9
|
+
"consent",
|
|
10
|
+
"react",
|
|
11
|
+
"client-side",
|
|
12
|
+
"spa",
|
|
13
|
+
"material-ui",
|
|
14
|
+
"mui",
|
|
15
|
+
"typescript",
|
|
16
|
+
"js-cookie",
|
|
17
|
+
"consentimento",
|
|
18
|
+
"privacidade",
|
|
19
|
+
"acessibilidade",
|
|
20
|
+
"google-analytics",
|
|
21
|
+
"tag-manager",
|
|
22
|
+
"userway",
|
|
23
|
+
"categorias-extensiveis"
|
|
24
|
+
],
|
|
25
|
+
"publishConfig": {
|
|
26
|
+
"access": "public"
|
|
27
|
+
},
|
|
28
|
+
"author": {
|
|
29
|
+
"name": "Luciano Édipo",
|
|
30
|
+
"email": "luciano.psilva@anpd.gov.br",
|
|
31
|
+
"url": "https://github.com/lucianoedipo"
|
|
32
|
+
},
|
|
33
|
+
"license": "MIT",
|
|
34
|
+
"type": "module",
|
|
35
|
+
"main": "dist/index.cjs",
|
|
36
|
+
"module": "dist/index.mjs",
|
|
37
|
+
"types": "dist/index.d.ts",
|
|
38
|
+
"exports": {
|
|
39
|
+
".": {
|
|
40
|
+
"types": "./dist/index.d.ts",
|
|
41
|
+
"import": "./dist/index.js",
|
|
42
|
+
"require": "./dist/index.cjs"
|
|
43
|
+
},
|
|
44
|
+
"./package.json": "./package.json"
|
|
45
|
+
},
|
|
46
|
+
"sideEffects": false,
|
|
47
|
+
"files": [
|
|
48
|
+
"dist",
|
|
49
|
+
"README.md",
|
|
50
|
+
"LICENSE",
|
|
51
|
+
"COMPLIANCE.md"
|
|
52
|
+
],
|
|
53
|
+
"engines": {
|
|
54
|
+
"node": ">=18.18"
|
|
55
|
+
},
|
|
56
|
+
"packageManager": "pnpm@9.0.0",
|
|
57
|
+
"scripts": {
|
|
58
|
+
"clean": "rimraf dist",
|
|
59
|
+
"build": "cross-env NODE_ENV=production tsup src/index.ts --format esm,cjs --dts --clean",
|
|
60
|
+
"dev": "cross-env NODE_ENV=development tsup src/index.ts --format esm,cjs --dts --watch",
|
|
61
|
+
"lint": "eslint . --ext .ts,.tsx",
|
|
62
|
+
"format": "prettier --write \"src/**/*.{ts,tsx,json,md}\"",
|
|
63
|
+
"type-check": "tsc --noEmit",
|
|
64
|
+
"prepublishOnly": "npm run build"
|
|
65
|
+
},
|
|
66
|
+
"repository": {
|
|
67
|
+
"type": "git",
|
|
68
|
+
"url": "git+https://github.com/lucianoedipo/react-lgpd-consent.git"
|
|
69
|
+
},
|
|
70
|
+
"bugs": {
|
|
71
|
+
"url": "https://github.com/lucianoedipo/react-lgpd-consent/issues"
|
|
72
|
+
},
|
|
73
|
+
"homepage": "https://github.com/lucianoedipo/react-lgpd-consent#readme",
|
|
74
|
+
"peerDependencies": {
|
|
75
|
+
"@mui/material": "^7.0.0 || ^6.0.0 || ^5.15.0",
|
|
76
|
+
"@mui/icons-material": "^7.0.0 || ^6.0.0 || ^5.15.0",
|
|
77
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
78
|
+
"react-dom": "^18.2.0 || ^19.0.0"
|
|
79
|
+
},
|
|
80
|
+
"peerDependenciesMeta": {
|
|
81
|
+
"@mui/icons-material": {
|
|
82
|
+
"optional": true
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"dependencies": {
|
|
86
|
+
"js-cookie": "^3.0.5"
|
|
87
|
+
},
|
|
88
|
+
"devDependencies": {
|
|
89
|
+
"@types/js-cookie": "^3.0.6",
|
|
90
|
+
"@types/react": "^19.1.9",
|
|
91
|
+
"@types/react-dom": "^19.1.7",
|
|
92
|
+
"@mui/material": "^7.3.1",
|
|
93
|
+
"@mui/icons-material": "^7.3.1",
|
|
94
|
+
"react": "^19.1.1",
|
|
95
|
+
"react-dom": "^19.1.1",
|
|
96
|
+
"cross-env": "^10.0.0",
|
|
97
|
+
"eslint": "^9.33.0",
|
|
98
|
+
"eslint-config-prettier": "^10.1.8",
|
|
99
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
100
|
+
"prettier": "^3.6.2",
|
|
101
|
+
"rimraf": "^6.0.1",
|
|
102
|
+
"tsup": "^8.5.0",
|
|
103
|
+
"typescript": "^5.9.2"
|
|
104
|
+
}
|
|
105
|
+
}
|