@bytebrand/fe-ui-core 4.2.36 → 4.2.38

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.36",
3
+ "version": "4.2.38",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -72,7 +72,7 @@
72
72
  .labelContent
73
73
  flex: 1 1 auto
74
74
  color: $grey-3;
75
- @media (min-width: 1046px) and (max-width: 1097px)
75
+ @media (min-width: 1046px) and (max-width: 1112px)
76
76
  max-width: 230px
77
77
 
78
78
  .icon
@@ -17,7 +17,7 @@ export const COOKIE_SCHEMA = {
17
17
  necessary: { gdpr: { name: 'DSGVO' }, __cfruid: { name: 'Cloudflare ' }, cf_chl_2: { name: 'Cloudflare für Webverkehr zu identifizieren' }, cf_chl_rc_ni: { name: 'Cloudflare für den internen Gebrauch' }, ['next-i18next']: { name: 'Spracheinstellungen' }, _cfuvid: { name: 'Cloudflare WAF' }, cf_chl_prog: { name: 'Cloudflare für JS' }, __cf_bm: { name: 'Cloudflare bot' } },
18
18
  analytics: {
19
19
  PugT: { name: 'PubMatic' }, uid: { name: 'criteo' }, callback: { name: 'callback' }, demdex: { name: 'demdex' }, vuid: { name: 'Vimeo' },
20
- _fbp: { name: 'Facebook' },
20
+ // _fbp: { name: 'Facebook' },
21
21
  hotjar: { name: 'Hotjar-Analytics'},
22
22
  ...GOOGLE_BUNDLE_COOKIES
23
23
  },