@bytebrand/fe-ui-core 4.8.16 → 4.8.17

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.16",
3
+ "version": "4.8.17",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -31,7 +31,8 @@ export const COOKIE_SCHEMA_LINKS = {
31
31
  Matomo: 'https://matomo.org/privacy-policy/',
32
32
  Trustpilot: 'https://de.legal.trustpilot.com/for-reviewers/end-user-privacy-terms',
33
33
  Awin: 'https://www.awin.com/de/datenschutzerklarung',
34
- Youtube:'https://www.youtube.com/howyoutubeworks/our-commitments/protecting-user-data/'
34
+ Youtube:'https://www.youtube.com/howyoutubeworks/our-commitments/protecting-user-data/',
35
+ ['RTB House']: 'https://www.rtbhouse.com/privacy-center'
35
36
  }
36
37
 
37
38
  export const COOKIE_SCHEMA = {
@@ -52,6 +53,23 @@ export const COOKIE_SCHEMA = {
52
53
  'callback',
53
54
  'locale'
54
55
  ],
56
+ Facebook: ['_fbp'],
57
+ ['Google Analytics']: [
58
+ ...GOOGLE_BUNDLE_COOKIES
59
+ ],
60
+ Hotjar: ['hotjar'],
61
+ Microsoft: ['_clck', '_clsk', '_uetsid', '_uetvid']
62
+ },
63
+ marketing: {
64
+ ['auto.de']: [
65
+ 'cf',
66
+ 'cip',
67
+ 'cnac',
68
+ 'car'
69
+ ],
70
+ Awin: [
71
+ 'bid'
72
+ ],
55
73
  Criteo: [
56
74
  'uid',
57
75
  'PugT',
@@ -81,27 +99,22 @@ export const COOKIE_SCHEMA = {
81
99
  'am_tokens_eu-v1',
82
100
  'iteo'
83
101
  ],
84
- Facebook: ['_fbp'],
85
- ['Google Analytics']: [
86
- ...GOOGLE_BUNDLE_COOKIES
87
- ],
88
- Hotjar: ['hotjar'],
89
- Microsoft: ['_clck', '_clsk', '_uetsid', '_uetvid']
90
- },
91
- marketing: {
92
- ['auto.de']: [
93
- 'cf',
94
- 'cip',
95
- 'cnac',
96
- 'car'
97
- ],
98
- Awin: [
99
- 'bid'
100
- ],
101
102
  Google: [
102
103
  'test_cookie',
103
104
  'IDE',
104
105
  ],
106
+ ['RTB House']: [
107
+ 'rtbh',
108
+ 'udmts',
109
+ 'dt',
110
+ '__rtbh.lid',
111
+ '__rtbh.uid',
112
+ 'ar_debug',
113
+ 'C',
114
+ 'G',
115
+ 'ts',
116
+ 'receive-cookie-deprecation'
117
+ ],
105
118
  Youtube: [
106
119
  'youtube'
107
120
  ]