logos-kit 1.0.2 → 1.0.3

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.
@@ -16,9 +16,9 @@ export default function GoogleAnalytics({
16
16
  <>
17
17
  <Script
18
18
  src={`https://www.googletagmanager.com/gtag/js?id=${measurementId}`}
19
- strategy="worker"
19
+ strategy="lazyOnload"
20
20
  />
21
- <Script id="ga-init" strategy="worker">
21
+ <Script id="ga-init" strategy="lazyOnload">
22
22
  {`window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','${measurementId}');`}
23
23
  </Script>
24
24
  </>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logos-kit",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Shared components and styles for Logos Web Studio sites",
5
5
  "license": "MIT",
6
6
  "repository": {