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

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.150.4](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.150.3...@times-components/article-skeleton@1.150.4) (2025-02-18)
7
+
8
+ **Note:** Version bump only for package @times-components/article-skeleton
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.150.3](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.150.2...@times-components/article-skeleton@1.150.3) (2025-02-18)
7
15
 
8
16
  **Note:** Version bump only for package @times-components/article-skeleton
@@ -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",
4
4
  "description": "The article skeleton",
5
5
  "main": "dist/article-skeleton",
6
6
  "dev": "src/article-skeleton",
@@ -37,14 +37,14 @@
37
37
  "@storybook/addon-actions": "6.5.16",
38
38
  "@storybook/addon-knobs": "6.4.0",
39
39
  "@storybook/react": "6.5.16",
40
- "@times-components/eslint-config-thetimes": "^0.8.18",
41
- "@times-components/jest-configurator-web": "^0.8.2",
42
- "@times-components/jest-serializer": "^3.13.20",
43
- "@times-components/provider-test-tools": "^1.30.5",
44
- "@times-components/storybook": "^4.12.34",
45
- "@times-components/tealium-utils": "^0.9.1",
46
- "@times-components/test-utils": "^2.4.2",
47
- "@times-components/webpack-configurator": "^2.1.1",
40
+ "@times-components/eslint-config-thetimes": "0.8.18",
41
+ "@times-components/jest-configurator-web": "0.8.2",
42
+ "@times-components/jest-serializer": "3.13.20",
43
+ "@times-components/provider-test-tools": "1.30.5",
44
+ "@times-components/storybook": "4.12.34",
45
+ "@times-components/tealium-utils": "0.9.1",
46
+ "@times-components/test-utils": "2.4.2",
47
+ "@times-components/webpack-configurator": "2.1.1",
48
48
  "babel-jest": "24.8.0",
49
49
  "babel-loader": "8.0.5",
50
50
  "depcheck": "0.6.9",
@@ -61,31 +61,31 @@
61
61
  "webpack": "4.30.0"
62
62
  },
63
63
  "dependencies": {
64
- "@times-components/ad": "^2.22.23",
65
- "@times-components/article-extras": "^0.34.13",
66
- "@times-components/article-image": "^7.19.0",
67
- "@times-components/article-paragraph": "^1.9.377-1b034b4b0363d43f12d41156460f244f8c05b816.1+1b034b4b03",
68
- "@times-components/article-topics": "^4.11.55",
69
- "@times-components/caption": "^3.8.55",
70
- "@times-components/context": "^1.24.0",
71
- "@times-components/interactive-wrapper": "^0.9.91",
72
- "@times-components/key-facts": "^2.13.3",
73
- "@times-components/lazy-load": "^0.20.0",
74
- "@times-components/link": "^3.17.34",
75
- "@times-components/markup": "^3.9.0",
76
- "@times-components/markup-forest": "^1.9.2",
77
- "@times-components/message-bar": "^0.7.86",
78
- "@times-components/provider-queries": "^2.24.0",
79
- "@times-components/pull-quote": "^3.15.41",
80
- "@times-components/save-and-share-bar": "^0.26.18",
81
- "@times-components/sticky": "^0.5.84",
82
- "@times-components/tracking": "^2.22.34",
83
- "@times-components/ts-components": "^1.123.0",
84
- "@times-components/ts-styleguide": "^1.50.34",
85
- "@times-components/typeset": "^0.3.3",
86
- "@times-components/user-state": "^0.5.51",
87
- "@times-components/utils": "^6.26.0",
88
- "@times-components/video": "^4.19.2",
64
+ "@times-components/ad": "2.22.23",
65
+ "@times-components/article-extras": "0.34.13",
66
+ "@times-components/article-image": "7.19.0",
67
+ "@times-components/article-paragraph": "1.9.377",
68
+ "@times-components/article-topics": "4.11.55",
69
+ "@times-components/caption": "3.8.55",
70
+ "@times-components/context": "1.24.0",
71
+ "@times-components/interactive-wrapper": "0.9.91",
72
+ "@times-components/key-facts": "2.13.3",
73
+ "@times-components/lazy-load": "0.20.0",
74
+ "@times-components/link": "3.17.34",
75
+ "@times-components/markup": "3.9.0",
76
+ "@times-components/markup-forest": "1.9.2",
77
+ "@times-components/message-bar": "0.7.86",
78
+ "@times-components/provider-queries": "2.24.0",
79
+ "@times-components/pull-quote": "3.15.41",
80
+ "@times-components/save-and-share-bar": "0.26.18",
81
+ "@times-components/sticky": "0.5.84",
82
+ "@times-components/tracking": "2.22.34",
83
+ "@times-components/ts-components": "1.123.0",
84
+ "@times-components/ts-styleguide": "1.50.34",
85
+ "@times-components/typeset": "0.3.3",
86
+ "@times-components/user-state": "0.5.51",
87
+ "@times-components/utils": "6.26.0",
88
+ "@times-components/video": "4.19.2",
89
89
  "lodash.get": "4.4.2",
90
90
  "lodash.pick": "4.4.0",
91
91
  "memoize-one": "5.1.1",
@@ -105,5 +105,5 @@
105
105
  "publishConfig": {
106
106
  "access": "public"
107
107
  },
108
- "gitHead": "1b034b4b0363d43f12d41156460f244f8c05b816"
108
+ "gitHead": "dd989d247eb5b92fdc0ae4f916c456867e129c2c"
109
109
  }