@twreporter/core 1.8.0-rc.1 → 1.8.0-rc.3

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,22 @@
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.8.0-rc.3](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.8.0-rc.2...@twreporter/core@1.8.0-rc.3) (2022-10-30)
7
+
8
+ **Note:** Version bump only for package @twreporter/core
9
+
10
+
11
+
12
+
13
+
14
+ # [1.8.0-rc.2](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.8.0-rc.1...@twreporter/core@1.8.0-rc.2) (2022-10-28)
15
+
16
+ **Note:** Version bump only for package @twreporter/core
17
+
18
+
19
+
20
+
21
+
6
22
  # [1.8.0-rc.1](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.8.0-rc.0...@twreporter/core@1.8.0-rc.1) (2022-10-27)
7
23
 
8
24
  **Note:** Version bump only for package @twreporter/core
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.ENABLE_NEW_INFO_ARCH = void 0;
7
- var ENABLE_NEW_INFO_ARCH = true;
7
+ var ENABLE_NEW_INFO_ARCH = false;
8
8
  exports.ENABLE_NEW_INFO_ARCH = ENABLE_NEW_INFO_ARCH;
@@ -5,14 +5,14 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.fontFamily = exports.fontWeight = exports.fonts = exports["default"] = void 0;
7
7
  var merriweather = 'merriweather';
8
- var notoSerifTC = 'Noto Serif TC';
8
+ var sourceHanSerifTC = 'source-han-serif-tc';
9
9
  var serif = 'serif';
10
10
  var rosario = 'rosario';
11
11
  var notoSansTC = 'Noto Sans TC';
12
12
  var sansSerif = 'sans-serif';
13
13
  var fonts = {
14
14
  merriweather: merriweather,
15
- notoSerifTC: notoSerifTC,
15
+ sourceHanSerifTC: sourceHanSerifTC,
16
16
  serif: serif,
17
17
  rosario: rosario,
18
18
  notoSansTC: notoSansTC,
@@ -26,7 +26,7 @@ var fontWeight = {
26
26
  };
27
27
  exports.fontWeight = fontWeight;
28
28
  var fontFamily = {
29
- title: "".concat(merriweather, ", ").concat(notoSerifTC, ", ").concat(serif),
29
+ title: "".concat(merriweather, ", ").concat(sourceHanSerifTC, ", ").concat(serif),
30
30
  "default": "".concat(rosario, ", ").concat(notoSansTC, ", ").concat(sansSerif),
31
31
  // use defaultFallback before ${notoSansTC} is fully loaded
32
32
  defaultFallback: "".concat(rosario, ", ").concat(sansSerif)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/core",
3
- "version": "1.8.0-rc.1",
3
+ "version": "1.8.0-rc.3",
4
4
  "main": "lib/index.js",
5
5
  "repository": "https://github.com/twreporter/twreporter-npm-packages.git",
6
6
  "author": "twreporter <developer@twreporter.org>",
@@ -19,5 +19,5 @@
19
19
  "files": [
20
20
  "lib"
21
21
  ],
22
- "gitHead": "4555a21b4e48eea1cbd808754deb33e8b8a5b19e"
22
+ "gitHead": "d2009065f60d9f099d9733f7937227da2b2d2163"
23
23
  }