@twreporter/core 1.16.0-rc.0 → 1.16.0-rc.2

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,25 @@
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.16.0-rc.2](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.16.0-rc.1...@twreporter/core@1.16.0-rc.2) (2023-12-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * add black_0.8 color in design system ([f070e3f](https://github.com/twreporter/twreporter-npm-packages/commit/f070e3f5d2a7cef4763f9de47a22984c8f7be946))
12
+
13
+
14
+
15
+
16
+
17
+ # [1.16.0-rc.1](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.16.0-rc.0...@twreporter/core@1.16.0-rc.1) (2023-12-26)
18
+
19
+ **Note:** Version bump only for package @twreporter/core
20
+
21
+
22
+
23
+
24
+
6
25
  # [1.16.0-rc.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/core@1.15.1-rc.0...@twreporter/core@1.16.0-rc.0) (2023-12-25)
7
26
 
8
27
 
@@ -63,6 +63,7 @@ var colorOpacity = Object.freeze({
63
63
  'black_0.1': 'rgba(0, 0, 0, 0.1)',
64
64
  'black_0.2': 'rgba(0, 0, 0, 0.2)',
65
65
  'black_0.5': 'rgba(0, 0, 0, 0.5)',
66
+ 'black_0.8': 'rgba(0, 0, 0, 0.8)',
66
67
  'black_0.05': 'rgba(0, 0, 0, 0.05)'
67
68
  });
68
69
  exports.colorOpacity = colorOpacity;
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.FOUNDATION_CATEGORY_SET = void 0;
7
- var FOUNDATION_CATEGORY_SET = false;
7
+ var FOUNDATION_CATEGORY_SET = true;
8
8
  exports.FOUNDATION_CATEGORY_SET = FOUNDATION_CATEGORY_SET;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/core",
3
- "version": "1.16.0-rc.0",
3
+ "version": "1.16.0-rc.2",
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": "76700e4230dae55deb76524237315ef9c318b7e1"
22
+ "gitHead": "02087f479da4d20828ece8993be0eb4a42a9a2a8"
23
23
  }