@reuters-graphics/graphics-components 1.0.20 → 1.0.21

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.
@@ -39,15 +39,15 @@ div.ad-block {
39
39
  justify-content: center;
40
40
  flex-direction: column;
41
41
  align-items: center;
42
- min-height: var(--height);
42
+ height: var(--height);
43
43
  }
44
44
  div.ad-block .ad-slot__container {
45
+ height: 0px;
45
46
  min-height: var(--height);
46
47
  align-items: center;
47
48
  display: flex;
48
49
  justify-content: center;
49
50
  }
50
51
  div.ad-block .ad-slot__container .ad-slot__inner {
51
- height: 100%;
52
52
  max-width: 100%;
53
53
  }</style>
@@ -1,5 +1,5 @@
1
1
  // Reuters Google Tag ID
2
- const GOOGLE_TAG_ID = 'G-W3Q2X6NTNM';
2
+ const GOOGLE_TAG_ID = 'G-WBSR7WLTGD';
3
3
  const URL = `https://www.googletagmanager.com/gtag/js?id=${GOOGLE_TAG_ID}`;
4
4
  const attachScript = () => {
5
5
  // If script is already attached, skip
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reuters-graphics/graphics-components",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "homepage": "https://reuters-graphics.github.io/graphics-components",