@times-components/article-skeleton 1.150.4-1b034b4b0363d43f12d41156460f244f8c05b816.1 → 1.150.4-31fda9758fca32e3292de81616fad4b5b002e9b7.2

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.
@@ -12,7 +12,7 @@ const reorderInteractiveBeforeAd = content => {
12
12
  return content;
13
13
  }
14
14
 
15
- const paywallChildren = paywallElement.children;
15
+ const paywallChildren = paywallElement.children; // eslint-disable-next-line no-plusplus
16
16
 
17
17
  for (let i = 0; i < paywallChildren.length - 2; i++) {
18
18
  if (paywallChildren[i].name === "paragraph" && (paywallChildren[i + 1].name.includes("inlineAd") || paywallChildren[i + 1].name === "ad") && paywallChildren[i + 2].name === "interactive" && paywallChildren[i + 2].attributes.element.value === "times-travel-cta") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/article-skeleton",
3
- "version": "1.150.4-1b034b4b0363d43f12d41156460f244f8c05b816.1+1b034b4b03",
3
+ "version": "1.150.4-31fda9758fca32e3292de81616fad4b5b002e9b7.2+31fda9758f",
4
4
  "description": "The article skeleton",
5
5
  "main": "dist/article-skeleton",
6
6
  "dev": "src/article-skeleton",
@@ -64,7 +64,7 @@
64
64
  "@times-components/ad": "^2.22.23",
65
65
  "@times-components/article-extras": "^0.34.13",
66
66
  "@times-components/article-image": "^7.19.0",
67
- "@times-components/article-paragraph": "^1.9.377-1b034b4b0363d43f12d41156460f244f8c05b816.1+1b034b4b03",
67
+ "@times-components/article-paragraph": "^1.9.377-31fda9758fca32e3292de81616fad4b5b002e9b7.2+31fda9758f",
68
68
  "@times-components/article-topics": "^4.11.55",
69
69
  "@times-components/caption": "^3.8.55",
70
70
  "@times-components/context": "^1.24.0",
@@ -105,5 +105,5 @@
105
105
  "publishConfig": {
106
106
  "access": "public"
107
107
  },
108
- "gitHead": "1b034b4b0363d43f12d41156460f244f8c05b816"
108
+ "gitHead": "31fda9758fca32e3292de81616fad4b5b002e9b7"
109
109
  }