@bytebrand/fe-ui-core 4.8.17 → 4.8.19

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.8.17",
3
+ "version": "4.8.19",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -54,11 +54,7 @@ export const COOKIE_SCHEMA = {
54
54
  'locale'
55
55
  ],
56
56
  Facebook: ['_fbp'],
57
- ['Google Analytics']: [
58
- ...GOOGLE_BUNDLE_COOKIES
59
- ],
60
57
  Hotjar: ['hotjar'],
61
- Microsoft: ['_clck', '_clsk', '_uetsid', '_uetvid']
62
58
  },
63
59
  marketing: {
64
60
  ['auto.de']: [
@@ -102,6 +98,7 @@ export const COOKIE_SCHEMA = {
102
98
  Google: [
103
99
  'test_cookie',
104
100
  'IDE',
101
+ ...GOOGLE_BUNDLE_COOKIES
105
102
  ],
106
103
  ['RTB House']: [
107
104
  'rtbh',
@@ -115,6 +112,7 @@ export const COOKIE_SCHEMA = {
115
112
  'ts',
116
113
  'receive-cookie-deprecation'
117
114
  ],
115
+ Microsoft: ['_clck', '_clsk', '_uetsid', '_uetvid'],
118
116
  Youtube: [
119
117
  'youtube'
120
118
  ]