sass-template-common 0.4.26 → 0.4.27

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.
@@ -107,7 +107,7 @@ const ci = () => {
107
107
  function gtag(){dataLayer.push(arguments);}
108
108
  gtag('js', new Date());
109
109
 
110
- gtag('config', '${s}', {'custom_map': ${JSON.stringify(
110
+ gtag('config', '${s}', {'send_page_view': false, 'custom_map': ${JSON.stringify(
111
111
  n
112
112
  )}});
113
113
 
@@ -2,7 +2,7 @@
2
2
  function gtag(){dataLayer.push(arguments);}
3
3
  gtag('js', new Date());
4
4
 
5
- gtag('config', '${s}', {'custom_map': ${JSON.stringify(a)}});
5
+ gtag('config', '${s}', {'send_page_view': false, 'custom_map': ${JSON.stringify(a)}});
6
6
 
7
7
  gtag('event', 'page_view',${JSON.stringify(t)});`}})]})},as=()=>{const{ANALYTICS_gtm:e}=z();return e&&n.jsxs(n.Fragment,{children:[n.jsx("script",{id:"GTM",dangerouslySetInnerHTML:{__html:`
8
8
  (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sass-template-common",
3
- "version": "0.4.26",
3
+ "version": "0.4.27",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"