@bytebrand/fe-ui-core 4.2.50 → 4.2.52

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.50",
3
+ "version": "4.2.52",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -7,7 +7,7 @@ type TIconSVG = {
7
7
  customDimensions?: boolean;
8
8
  };
9
9
 
10
- const IconSVG: React.FC<TIconSVG> = ({ name, customDimensions, ...props }: TIconSVG) => {
10
+ const IconSVG: React.FC<TIconSVG> = ({ name, isWarrantyActive, customDimensions, ...props }: TIconSVG) => {
11
11
  if (!name) return null;
12
12
 
13
13
  const Component: any = components[name.toString()];
@@ -21,9 +21,9 @@ export const COOKIE_SCHEMA = {
21
21
  hotjar: { name: 'Hotjar-Analytics'},
22
22
  ...GOOGLE_BUNDLE_COOKIES
23
23
  },
24
- marketing: { test_cookie: { name: 'PubMatic' }, tuuid: { name: 'PubMatic' }, tuuid_lu: { name: 'PubMatic' }, c: { name: 'PubMatic' }, CMID: { name: 'PubMatic' }, CMPS: { name: 'PubMatic' }, CMPRO: { name: 'PubMatic' }, uuid2: { name: 'PubMatic' }, IDE: { name: 'PubMatic' }, um: { name: 'PubMatic' }, umeh: { name: 'PubMatic' }, cf: { name: 'PubMatic' }, cip: { name: 'PubMatic' }, cnac: { name: 'PubMatic' }, car: { name: 'PubMatic' },
25
- KRTBCOOKIE_97: { name: 'PubMatic' }, IDSYNC: { name: 'PubMatic' }, dpm: { name: 'PubMatic' }, _kuid_: { name: 'PubMatic' }, fr: { name: 'PubMatic' }, cto_bundle: { name: 'PubMatic' }, ['visitor-id']: { name: 'PubMatic' }, ['data-c-ts']: { name: 'PubMatic' }, ['data-c']: { name: 'PubMatic' }, CMTS: { name: 'PubMatic' }, ['mv_tokens']: { name: 'PubMatic' }, A3: { name: 'PubMatic' }, ['mv_tokens_eu-v1']: { name: 'PubMatic' }, am_tokens: { name: 'PubMatic' },
26
- ['am_tokens_eu-v1']: { name: 'PubMatic' }, iteo: { name: 'PubMatic' }, MyVerivoxAuth: { name: 'PubMatic' }, VxCheckAuth: { name: 'PubMatic' }}
24
+ marketing: { test_cookie: { name: 'doubleclick.net' }, tuuid: { name: '360yield.com' }, tuuid_lu: { name: '360yield.com' }, c: { name: 'bidswitch.net' }, CMID: { name: 'casalemedia.com' }, CMPS: { name: 'casalemedia.com' }, CMPRO: { name: 'casalemedia.com' }, uuid2: { name: 'adnxs.com' }, IDE: { name: 'Google DoubleClick' }, um: { name: '360yield.com' }, umeh: { name: '360yield.com' }, cf: { name: 'id5-sync.com' }, cip: { name: 'id5-sync.com' }, cnac: { name: 'id5-sync.com' }, car: { name: 'id5-sync.com' },
25
+ KRTBCOOKIE_97: { name: 'PubMatic' }, IDSYNC: { name: 'analytics.yahoo.com' }, dpm: { name: 'Demdex' }, _kuid_: { name: 'Krux' }, cto_bundle: { name: 'Criteo' }, ['visitor-id']: { name: 'media.net' }, ['data-c-ts']: { name: 'media.net' }, ['data-c']: { name: 'media.net' }, CMTS: { name: 'casalemedia.com' }, ['mv_tokens']: { name: 'mediavine' }, A3: { name: 'yahoo.com' }, ['mv_tokens_eu-v1']: { name: 'mediavine' }, am_tokens: { name: 'mediavine' },
26
+ ['am_tokens_eu-v1']: { name: 'mediavine' }, iteo: { name: 'mediavine' }, MyVerivoxAuth: { name: 'www.verivox.de' }, VxCheckAuth: { name: 'www.verivox.de' }}
27
27
  };
28
28
 
29
29