@twreporter/react-components 8.18.1-rc.7 → 8.18.1-rc.9
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,28 @@
|
|
|
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
|
+
## [8.18.1-rc.9](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@8.18.1-rc.8...@twreporter/react-components@8.18.1-rc.9) (2023-08-16)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* text align center ([f58c887](https://github.com/twreporter/twreporter-npm-packages/commit/f58c887e2cff2b21a2089c9d72b97f78b13d6553))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [8.18.1-rc.8](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@8.18.1-rc.7...@twreporter/react-components@8.18.1-rc.8) (2023-08-16)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* wrap member role card text when overflow ([7d3549d](https://github.com/twreporter/twreporter-npm-packages/commit/7d3549d6ec4925f0cefcd80832fbcdb76895ada3))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [8.18.1-rc.7](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@8.18.1-rc.6...@twreporter/react-components@8.18.1-rc.7) (2023-08-14)
|
|
7
29
|
|
|
8
30
|
|
package/lib/empty-state/index.js
CHANGED
|
@@ -40,7 +40,7 @@ var Container = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
|
|
40
40
|
var TextContainer = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
|
41
41
|
displayName: "empty-state__TextContainer",
|
|
42
42
|
componentId: "sc-4ba2ko-2"
|
|
43
|
-
})(["margin-top:48px;display:flex;flex-direction:column;align-items:center;color:", ";"], _color.colorGrayscale.gray800);
|
|
43
|
+
})(["margin-top:48px;display:flex;flex-direction:column;align-items:center;text-align:center;color:", ";"], _color.colorGrayscale.gray800);
|
|
44
44
|
|
|
45
45
|
var ButtonContainer = /*#__PURE__*/_styledComponents["default"].a.withConfig({
|
|
46
46
|
displayName: "empty-state__ButtonContainer",
|
|
@@ -50,7 +50,7 @@ var ButtonContainer = /*#__PURE__*/_styledComponents["default"].a.withConfig({
|
|
|
50
50
|
var GuideContainer = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
|
51
51
|
displayName: "empty-state__GuideContainer",
|
|
52
52
|
componentId: "sc-4ba2ko-4"
|
|
53
|
-
})(["display:flex;align-items:baseline;color:", ";svg{background-color:", ";width:18px;height:18px;margin:0 4px;transform:translateY(3px);}"], _color.colorGrayscale.gray600, _color.colorGrayscale.gray600);
|
|
53
|
+
})(["display:flex;align-items:baseline;text-align:center;color:", ";svg{background-color:", ";width:18px;height:18px;margin:0 4px;transform:translateY(3px);}"], _color.colorGrayscale.gray600, _color.colorGrayscale.gray600);
|
|
54
54
|
|
|
55
55
|
var EmptyState = function EmptyState(_ref) {
|
|
56
56
|
var _ref$releaseBranch = _ref.releaseBranch,
|
|
@@ -48,7 +48,7 @@ var CardContainer = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
|
|
48
48
|
var RelativeDiv = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
|
49
49
|
displayName: "mobile-member-role-card__RelativeDiv",
|
|
50
50
|
componentId: "sc-1n1fg2v-1"
|
|
51
|
-
})(["position:relative;width:100%;height:100%;"]);
|
|
51
|
+
})(["position:relative;width:100%;height:100%;display:flex;"]);
|
|
52
52
|
|
|
53
53
|
var FlexContainer = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
|
54
54
|
displayName: "mobile-member-role-card__FlexContainer",
|
|
@@ -87,7 +87,7 @@ var DataContainer = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
|
|
87
87
|
var TextContainer = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
|
88
88
|
displayName: "mobile-member-role-card__TextContainer",
|
|
89
89
|
componentId: "sc-1n1fg2v-8"
|
|
90
|
-
})(["color:", ";padding-bottom:", "px;"], function (props) {
|
|
90
|
+
})(["color:", ";padding-bottom:", "px;overflow-wrap:anywhere;"], function (props) {
|
|
91
91
|
return props.color;
|
|
92
92
|
}, function (props) {
|
|
93
93
|
return props.paddingBottom || 0;
|
|
@@ -96,7 +96,7 @@ var TextContainer = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
|
|
96
96
|
var TitleImg = /*#__PURE__*/_styledComponents["default"].img.withConfig({
|
|
97
97
|
displayName: "mobile-member-role-card__TitleImg",
|
|
98
98
|
componentId: "sc-1n1fg2v-9"
|
|
99
|
-
})(["position:
|
|
99
|
+
})(["position:relative;top:0;right:0;height:100%;"]);
|
|
100
100
|
|
|
101
101
|
var MobileMemberRoleCard = function MobileMemberRoleCard(_ref) {
|
|
102
102
|
var _ref$role = _ref.role,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twreporter/react-components",
|
|
3
|
-
"version": "8.18.1-rc.
|
|
3
|
+
"version": "8.18.1-rc.9",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"repository": "https://github.com/twreporter/twreporter-npm-packages.git",
|
|
6
6
|
"author": "twreporter <developer@twreporter.org>",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"babel-loader": "^8.2.4",
|
|
45
45
|
"chromatic": "^6.5.4"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "6a8580df3e6dff2b05dab051a639fa60cd36d8b8"
|
|
48
48
|
}
|