@commercetools-frontend/cookie-consent 2.1.10 → 2.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 CHANGED
@@ -81,7 +81,7 @@ const { givenConsent } = useCookieConsent('performanceCookies', {
81
81
 
82
82
  The preferred value of `skipConsent` can be determined for instance by an environment variable and read using the `useSkipCookieConsent` hook.
83
83
 
84
- The resulting `givenConsent` value is a boolean which can be passed to any software needing consent for instance FullStory or Intercom. A combination of `@commercetools-frontend/cookie-consent` and `@commercetools-frontend/fullstory` could look like this:
84
+ The resulting `givenConsent` value is a boolean which can be passed to any software needing consent for instance FullStory. A combination of `@commercetools-frontend/cookie-consent` and `@commercetools-frontend/fullstory` could look like this:
85
85
 
86
86
  ```js
87
87
  const { givenConsent } = useCookieConsent('performanceCookies');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/cookie-consent",
3
- "version": "2.1.10",
3
+ "version": "2.2.0",
4
4
  "description": "A package integrating with OneTrust cookie consent",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,14 +23,14 @@
23
23
  "@babel/runtime": "^7.21.0",
24
24
  "@babel/runtime-corejs3": "^7.21.0",
25
25
  "@commercetools-frontend/application-components": "npm:@commercetools-frontend/application-components@^22.23.3",
26
- "@commercetools-uikit/collapsible-panel": "npm:@commercetools-uikit/collapsible-panel@^19.0.0",
27
- "@commercetools-uikit/design-system": "npm:@commercetools-uikit/design-system@^19.0.0",
28
- "@commercetools-uikit/grid": "npm:@commercetools-uikit/grid@^19.0.0",
29
- "@commercetools-uikit/link": "npm:@commercetools-uikit/link@^19.0.0",
30
- "@commercetools-uikit/primary-button": "npm:@commercetools-uikit/primary-button@^19.0.0",
31
- "@commercetools-uikit/spacings": "npm:@commercetools-uikit/spacings@^19.0.0",
32
- "@commercetools-uikit/text": "npm:@commercetools-uikit/text@^19.0.0",
33
- "@commercetools-uikit/toggle-input": "npm:@commercetools-uikit/toggle-input@^19.0.0"
26
+ "@commercetools-uikit/collapsible-panel": "npm:@commercetools-uikit/collapsible-panel@^19.1.0",
27
+ "@commercetools-uikit/design-system": "npm:@commercetools-uikit/design-system@^19.1.0",
28
+ "@commercetools-uikit/grid": "npm:@commercetools-uikit/grid@^19.1.0",
29
+ "@commercetools-uikit/link": "npm:@commercetools-uikit/link@^19.1.0",
30
+ "@commercetools-uikit/primary-button": "npm:@commercetools-uikit/primary-button@^19.1.0",
31
+ "@commercetools-uikit/spacings": "npm:@commercetools-uikit/spacings@^19.1.0",
32
+ "@commercetools-uikit/text": "npm:@commercetools-uikit/text@^19.1.0",
33
+ "@commercetools-uikit/toggle-input": "npm:@commercetools-uikit/toggle-input@^19.1.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@commercetools-frontend/application-shell": "22.23.3",