@justeattakeaway/pie-cookie-banner 0.19.0 → 0.19.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 +3 -0
  2. package/package.json +10 -7
package/README.md CHANGED
@@ -25,6 +25,9 @@
25
25
 
26
26
  This component can be easily integrated into various frontend frameworks and customized through a set of properties.
27
27
 
28
+ ## Cookies
29
+ `pie-cookie-banner` purely handles the UI and user interactions for cookie consent. It does not handle the setting or management of cookies or the storage of user preferences. It is the responsibility of the consuming application to handle these aspects.
30
+
28
31
 
29
32
  ## Installation
30
33
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-cookie-banner",
3
3
  "description": "PIE Design System Cookie Banner built using Web Components",
4
- "version": "0.19.0",
4
+ "version": "0.19.2",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -13,6 +13,9 @@
13
13
  "locales",
14
14
  "**/*.d.ts"
15
15
  ],
16
+ "pieMetadata": {
17
+ "componentStatus": "alpha"
18
+ },
16
19
  "scripts": {
17
20
  "build": "run -T vite build",
18
21
  "build:react-wrapper": "npx build-react-wrapper",
@@ -40,12 +43,12 @@
40
43
  "cem-plugin-module-file-extensions": "0.0.5"
41
44
  },
42
45
  "dependencies": {
43
- "@justeattakeaway/pie-button": "0.47.0",
44
- "@justeattakeaway/pie-divider": "0.13.0",
45
- "@justeattakeaway/pie-icon-button": "0.28.0",
46
- "@justeattakeaway/pie-link": "0.17.0",
47
- "@justeattakeaway/pie-modal": "0.42.0",
48
- "@justeattakeaway/pie-switch": "0.28.0",
46
+ "@justeattakeaway/pie-button": "0.47.1",
47
+ "@justeattakeaway/pie-divider": "0.13.1",
48
+ "@justeattakeaway/pie-icon-button": "0.28.1",
49
+ "@justeattakeaway/pie-link": "0.17.1",
50
+ "@justeattakeaway/pie-modal": "0.42.1",
51
+ "@justeattakeaway/pie-switch": "0.29.0",
49
52
  "@justeattakeaway/pie-webc-core": "0.20.0"
50
53
  },
51
54
  "volta": {