@bytebrand/fe-ui-core 4.2.136 → 4.2.138

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytebrand/fe-ui-core",
3
- "version": "4.2.136",
3
+ "version": "4.2.138",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -27,7 +27,8 @@ export const COOKIE_SCHEMA_LINKS = {
27
27
  Facebook: 'https://www.facebook.com/privacy/policies/cookies/?entry_point=cookie_policy_redirect&entry=0',
28
28
  ['Google Analytics']: 'http://datenschutzbestimmungen/',
29
29
  Hotjar: 'https://www.hotjar.com/legal/policies/privacy/de/',
30
- Microsoft: 'https://privacy.microsoft.com/de-de/privacystatement'
30
+ Microsoft: 'https://privacy.microsoft.com/de-de/privacystatement',
31
+ Matomo: 'https://matomo.org/privacy-policy/',
31
32
  }
32
33
 
33
34
  export const COOKIE_SCHEMA = {
@@ -82,7 +83,8 @@ export const COOKIE_SCHEMA = {
82
83
  '_uetvid',
83
84
  ...GOOGLE_BUNDLE_COOKIES
84
85
  ],
85
- Hotjar: ['hotjar']
86
+ Hotjar: ['hotjar'],
87
+ Matomo: ['MATOMO_SESSID','_pk_ses.1.4d04', '_pk_id.1.4d04']
86
88
 
87
89
  },
88
90
  marketing: {