@times-components/article-comments 0.16.3 → 0.16.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
|
+
## [0.16.4](https://github.com/newsuk/times-components/compare/@times-components/article-comments@0.16.3...@times-components/article-comments@0.16.4) (2021-12-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @times-components/article-comments
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.16.3](https://github.com/newsuk/times-components/compare/@times-components/article-comments@0.16.2...@times-components/article-comments@0.16.3) (2021-11-25)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @times-components/article-comments
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _react=_interopRequireDefault(require("react"));var _link=require("@times-components/link");var _responsive=require("./styles/responsive");var _styles=_interopRequireDefault(require("./styles"));var _jsxFileName="/home/circleci/project/packages/article-comments/src/disabled-comments.js";var DisabledComments=function DisabledComments(){return _react.default.createElement(_responsive.CommentContainer,{__source:{fileName:_jsxFileName,lineNumber:11,columnNumber:3}},_react.default.createElement(_responsive.CommentDisabledHeadline,{__source:{fileName:_jsxFileName,lineNumber:12,columnNumber:5}},"Comments for this article have been turned off"),_react.default.createElement(_responsive.CommentDisabledGuidelines,{__source:{fileName:_jsxFileName,lineNumber:15,columnNumber:5}},"Comments are subject to our community guidelines, which can be viewed"," ",_react.default.createElement(_link.TextLink,{style:_styles.default.link,url:"https://www.thetimes.co.uk/article/f4024fbe-d989-11e6-9063-500e6740fc32",__source:{fileName:_jsxFileName,lineNumber:17,columnNumber:7}},"here"),"."));};var _default=DisabledComments;exports.default=_default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/article-comments",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.4",
|
|
4
4
|
"description": "Article Comments",
|
|
5
5
|
"main": "dist/article-comments",
|
|
6
6
|
"dev": "src/article-comments",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
},
|
|
35
35
|
"homepage": "https://github.com/newsuk/times-components#readme",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@times-components/link": "3.6.
|
|
38
|
-
"@times-components/styleguide": "3.38.
|
|
39
|
-
"@times-components/tracking": "2.9.
|
|
37
|
+
"@times-components/link": "3.6.46",
|
|
38
|
+
"@times-components/styleguide": "3.38.24",
|
|
39
|
+
"@times-components/tracking": "2.9.2",
|
|
40
40
|
"prop-types": "15.7.2",
|
|
41
41
|
"styled-components": "4.3.2"
|
|
42
42
|
},
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"@babel/core": "7.4.4",
|
|
45
45
|
"@testing-library/jest-dom": "^5.12.0",
|
|
46
46
|
"@testing-library/react": "^11.2.6",
|
|
47
|
-
"@times-components/eslint-config-thetimes": "0.8.
|
|
48
|
-
"@times-components/jest-configurator": "2.7.
|
|
49
|
-
"@times-components/storybook": "4.1.
|
|
50
|
-
"@times-components/webpack-configurator": "2.0.
|
|
47
|
+
"@times-components/eslint-config-thetimes": "0.8.18",
|
|
48
|
+
"@times-components/jest-configurator": "2.7.4",
|
|
49
|
+
"@times-components/storybook": "4.1.68",
|
|
50
|
+
"@times-components/webpack-configurator": "2.0.29",
|
|
51
51
|
"babel-jest": "24.8.0",
|
|
52
52
|
"babel-plugin-styled-components": "1.10.6",
|
|
53
53
|
"eslint": "5.9.0",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"publishConfig": {
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "eec604346ec793e27892f0522ab81cafde40fd9e"
|
|
78
78
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _react=_interopRequireDefault(require("react"));var _link=require("@times-components/link");var _responsive=require("./styles/responsive");var _styles=_interopRequireDefault(require("./styles"));var _jsxFileName="/home/circleci/project/packages/article-comments/src/disabled-comments.web.js";var DisabledComments=function DisabledComments(){return _react.default.createElement(_responsive.CommentContainer,{__source:{fileName:_jsxFileName,lineNumber:11,columnNumber:3}},_react.default.createElement(_responsive.CommentDisabledHeadline,{__source:{fileName:_jsxFileName,lineNumber:12,columnNumber:5}},"Comments for this article have been turned off"),_react.default.createElement(_responsive.CommentDisabledGuidelines,{__source:{fileName:_jsxFileName,lineNumber:15,columnNumber:5}},"Comments are subject to our community guidelines, which can be viewed"," ",_react.default.createElement(_link.TextLink,{style:_styles.default.link,url:"https://www.thetimes.co.uk/article/f4024fbe-d989-11e6-9063-500e6740fc32",__source:{fileName:_jsxFileName,lineNumber:17,columnNumber:7}},"here"),"."));};var _default=DisabledComments;exports.default=_default;
|