@bytebrand/fe-ui-core 4.2.56 → 4.2.57
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
|
@@ -19,7 +19,6 @@ declare global {
|
|
|
19
19
|
grantHotjarCookieConsent?: () => void;
|
|
20
20
|
grantCookieConsent?: (list: string[]) => void;
|
|
21
21
|
allowGoogle?: () => void;
|
|
22
|
-
fbq?: (option1: string, option2: string) => void;
|
|
23
22
|
}
|
|
24
23
|
}
|
|
25
24
|
|
|
@@ -564,8 +563,6 @@ export const updateCookieList = () => {
|
|
|
564
563
|
if (typeof window.grantCookieConsent === 'function') window.grantCookieConsent(cookieConsentList);
|
|
565
564
|
if (isHomeGoogleGranted && typeof window.allowGoogle === 'function') {
|
|
566
565
|
window.allowGoogle();
|
|
567
|
-
// grant FB cookies
|
|
568
|
-
window.fbq('consent', 'grant');
|
|
569
566
|
}
|
|
570
567
|
|
|
571
568
|
// grant Hotjar cookies
|