@twreporter/react-article-components 2.9.1-rc.1 → 2.10.0-rc.1

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019 TwReporter
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -24,11 +24,11 @@ var content = {
24
24
  bt: '立即支持'
25
25
  };
26
26
  var newContent = {
27
- title: '深度求真 眾聲同行',
28
- desc: ['獨立的精神,是自由思想的條件。獨立的媒體,才能守護公共領域,讓自由的討論和真相浮現。', '在艱困的媒體環境,《報導者》堅持以非營利組織的模式投入公共領域的調查與深度報導。我們透過讀者的贊助支持來營運,不仰賴商業廣告置入,在獨立自主的前提下,穿梭在各項重要公共議題中。', "\u4ECA\u5E74\u662F<a href=\"".concat(_externalLinks["default"].tenYearAnniversary, "\" target=\"_blank\" rel=\"noopener noreferrer\">\u300A\u5831\u5C0E\u8005\u300B\u6210\u7ACB\u5341\u9031\u5E74</a>\uFF0C\u8ACB\u652F\u6301\u6211\u5011\u6301\u7E8C\u8FFD\u8E64\u570B\u5167\u5916\u65B0\u805E\u4E8B\u4EF6\u7684\u771F\u76F8\uFF0C\u5EA6\u904E\u4E0B\u4E00\u500B\u5341\u5E74\u7684\u6311\u6230\u3002")],
29
- bt: '贊助支持'
27
+ title: '用行動支持報導者',
28
+ desc: ['獨立的精神,是自由思想的條件。獨立的媒體,才能守護公共領域,讓自由的討論和真相浮現。', '在艱困的媒體環境,《報導者》堅持以非營利組織的模式投入公共領域的調查與深度報導。我們透過讀者的贊助支持來營運,不仰賴商業廣告置入,在獨立自主的前提下,穿梭在各項重要公共議題中。', "\u4F60\u7684\u652F\u6301\u80FD\u5E6B\u52A9\u300A\u5831\u5C0E\u8005\u300B\u6301\u7E8C\u8FFD\u8E64\u570B\u5167\u5916\u65B0\u805E\u4E8B\u4EF6\u7684\u771F\u76F8\u3001\u6253\u9020\u591A\u5143\u9032\u6B65\u7684\u5A92\u9AD4\u74B0\u5883\uFF0C\u9080\u8ACB\u4F60\u52A0\u5165\u300A\u5831\u5C0E\u8005\u300B\u652F\u6301\u65B9\u6848\uFF0C\u548C\u6211\u5011\u4E00\u8D77\u63A8\u52D5\u9019\u5834\u5A92\u9AD4\u5C0F\u9769\u547D\u3002"],
29
+ bt: '立即支持'
30
30
  };
31
- var _content = _featureFlag.TEN_YEAR_ANNIVERSARY ? newContent : content;
31
+ var _content = _featureFlag.ACADEMY ? newContent : content;
32
32
  var Container = /*#__PURE__*/_styledComponents["default"].div.withConfig({
33
33
  displayName: "donation-box__Container",
34
34
  componentId: "sc-1uszvr7-0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/react-article-components",
3
- "version": "2.9.1-rc.1",
3
+ "version": "2.10.0-rc.1",
4
4
  "description": "The Reporter react article components, which are used in article page",
5
5
  "main": "lib/components/article-page.js",
6
6
  "repository": "https://github.com/twreporter/twreporter-npm-packages.git",
@@ -23,10 +23,10 @@
23
23
  "webpack-dev-server": "^3.7.2"
24
24
  },
25
25
  "dependencies": {
26
- "@twreporter/core": "^1.28.1-rc.0",
27
- "@twreporter/react-components": "^9.12.0-rc.0",
28
- "@twreporter/redux": "^8.4.4-rc.0",
29
- "@twreporter/universal-header": "^3.2.3-rc.1",
26
+ "@twreporter/core": "^1.29.0-rc.0",
27
+ "@twreporter/react-components": "^9.12.0-rc.1",
28
+ "@twreporter/redux": "^8.4.4-rc.1",
29
+ "@twreporter/universal-header": "^3.2.3-rc.2",
30
30
  "howler": "^2.2.3",
31
31
  "isomorphic-dompurify": "^2.26.0",
32
32
  "lodash": "^4.17.11",
@@ -41,5 +41,6 @@
41
41
  },
42
42
  "files": [
43
43
  "lib"
44
- ]
44
+ ],
45
+ "gitHead": "6953b6a3c840e25fc9dc6d92f7c6acb62e73db0d"
45
46
  }