@yatoday/astro-ui 0.16.6 → 0.16.7

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.
@@ -268,8 +268,8 @@ const positionClasses = {
268
268
  'ad_user_data': consentState,
269
269
  'ad_personalization': consentState
270
270
  });
271
-
272
- gtag({'event': `consent_${consentState}`});
271
+
272
+ gtag('event', `consent_${consentState}`);
273
273
 
274
274
  console.log('[CookieConsent] Google Consent Mode updated:', consentState);
275
275
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yatoday/astro-ui",
3
3
  "type": "module",
4
- "version": "0.16.6",
4
+ "version": "0.16.7",
5
5
  "scripts": {
6
6
  "prepare": "husky",
7
7
  "pre-commit": "lint-staged",