@times-components/article 7.8.27 → 7.8.28

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
+ ## [7.8.28](https://github.com/newsuk/times-components/compare/@times-components/article@7.8.27...@times-components/article@7.8.28) (2021-12-02)
7
+
8
+ **Note:** Version bump only for package @times-components/article
9
+
10
+
11
+
12
+
13
+
6
14
  ## [7.8.27](https://github.com/newsuk/times-components/compare/@times-components/article@7.8.26...@times-components/article@7.8.27) (2021-11-25)
7
15
 
8
16
  **Note:** Version bump only for package @times-components/article
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/article",
3
- "version": "7.8.27",
3
+ "version": "7.8.28",
4
4
  "description": "The article",
5
5
  "main": "dist/article",
6
6
  "dev": "src/article",
@@ -35,13 +35,13 @@
35
35
  "homepage": "https://github.com/newsuk/times-components#readme",
36
36
  "devDependencies": {
37
37
  "@babel/core": "7.4.4",
38
- "@times-components/eslint-config-thetimes": "0.8.17",
39
- "@times-components/jest-configurator": "2.7.3",
40
- "@times-components/provider-test-tools": "1.20.1",
41
- "@times-components/storybook": "4.1.67",
42
- "@times-components/tealium-utils": "0.7.73",
43
- "@times-components/user-state": "0.1.64",
44
- "@times-components/webpack-configurator": "2.0.28",
38
+ "@times-components/eslint-config-thetimes": "0.8.18",
39
+ "@times-components/jest-configurator": "2.7.4",
40
+ "@times-components/provider-test-tools": "1.20.2",
41
+ "@times-components/storybook": "4.1.68",
42
+ "@times-components/tealium-utils": "0.7.74",
43
+ "@times-components/user-state": "0.1.65",
44
+ "@times-components/webpack-configurator": "2.0.29",
45
45
  "babel-jest": "24.8.0",
46
46
  "babel-loader": "8.0.5",
47
47
  "babel-plugin-add-react-displayname": "0.0.5",
@@ -60,17 +60,17 @@
60
60
  "webpack-cli": "3.3.1"
61
61
  },
62
62
  "dependencies": {
63
- "@times-components/ad": "2.16.1",
64
- "@times-components/article-in-depth": "3.36.1",
65
- "@times-components/article-magazine-comment": "3.36.1",
66
- "@times-components/article-magazine-standard": "3.36.1",
67
- "@times-components/article-main-comment": "2.36.1",
68
- "@times-components/article-main-standard": "3.41.1",
69
- "@times-components/context": "1.2.27",
70
- "@times-components/message-bar": "0.3.68",
71
- "@times-components/provider": "1.27.1",
72
- "@times-components/responsive": "0.7.1",
73
- "@times-components/styleguide": "3.38.23"
63
+ "@times-components/ad": "2.16.2",
64
+ "@times-components/article-in-depth": "3.36.2",
65
+ "@times-components/article-magazine-comment": "3.36.2",
66
+ "@times-components/article-magazine-standard": "3.36.2",
67
+ "@times-components/article-main-comment": "2.36.2",
68
+ "@times-components/article-main-standard": "3.41.2",
69
+ "@times-components/context": "1.2.28",
70
+ "@times-components/message-bar": "0.3.69",
71
+ "@times-components/provider": "1.27.2",
72
+ "@times-components/responsive": "0.7.2",
73
+ "@times-components/styleguide": "3.38.24"
74
74
  },
75
75
  "resolutions": {
76
76
  "react": "16.9.0",
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "e4ffceaf25ca396380a235406bf49c846731b2b4"
88
+ "gitHead": "eec604346ec793e27892f0522ab81cafde40fd9e"
89
89
  }
@@ -1,56 +0,0 @@
1
- /* eslint-disable react/prop-types */
2
- /* eslint-env browser */
3
- import React from "react";
4
- import { USER_STATES } from "@times-components/user-state";
5
- import { NewTab } from "@times-components/storybook";
6
- import renderArticleConfig from "./showcase-helper";
7
-
8
- export default {
9
- children: [
10
- {
11
- component: ({ boolean, color, select }, { decorateAction }) =>
12
- renderArticleConfig({
13
- boolean,
14
- color,
15
- decorateAction,
16
- hasScaling: false,
17
- link: <NewTab />,
18
- select
19
- }),
20
- name: "Article with template choice",
21
- platform: "web",
22
- type: "story"
23
- },
24
- {
25
- component: ({ boolean, color, select }, { decorateAction }) =>
26
- renderArticleConfig({
27
- boolean,
28
- color,
29
- decorateAction,
30
- hasScaling: false,
31
- link: <NewTab />,
32
- select
33
- }),
34
- name: "Article teaser",
35
- platform: "web",
36
- type: "story",
37
- defaultUserState: USER_STATES.GUEST
38
- },
39
- {
40
- component: ({ boolean, color, select }, { decorateAction }) =>
41
- renderArticleConfig({
42
- boolean,
43
- color,
44
- decorateAction,
45
- hasScaling: false,
46
- link: <NewTab />,
47
- select
48
- }),
49
- name: "Article metered expired",
50
- platform: "web",
51
- type: "story",
52
- defaultUserState: USER_STATES.RA_EXPIRED
53
- }
54
- ],
55
- name: "Pages/Article (marketing overlays)"
56
- };