@twreporter/react-components 8.26.0-rc.3 → 8.26.0
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 +19 -0
- package/lib/footer/content.js +2 -2
- package/package.json +4 -4
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
|
+
# [8.26.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@8.26.0-rc.4...@twreporter/react-components@8.26.0) (2024-03-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @twreporter/react-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [8.26.0-rc.4](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@8.26.0-rc.3...@twreporter/react-components@8.26.0-rc.4) (2024-03-12)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* spacing and new link ([1da8f3c](https://github.com/twreporter/twreporter-npm-packages/commit/1da8f3cca6b8a79ff9f120cce16d29749cef7333))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [8.26.0-rc.3](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@8.26.0-rc.2...@twreporter/react-components@8.26.0-rc.3) (2024-03-11)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @twreporter/react-components
|
package/lib/footer/content.js
CHANGED
|
@@ -131,7 +131,7 @@ function getItemGroups(mainOrigin) {
|
|
|
131
131
|
}, {
|
|
132
132
|
slug: 'publication-and-merchandise',
|
|
133
133
|
text: '出版品與周邊',
|
|
134
|
-
link: 'https://twreporter.backme.tw/shops/
|
|
134
|
+
link: 'https://twreporter.backme.tw/shops/3619?locale=zh-TW',
|
|
135
135
|
target: '_blank'
|
|
136
136
|
}]];
|
|
137
137
|
}
|
|
@@ -168,7 +168,7 @@ var ItemList = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
|
|
168
168
|
var ItemGroup = /*#__PURE__*/_styledComponents["default"].div.withConfig({
|
|
169
169
|
displayName: "content__ItemGroup",
|
|
170
170
|
componentId: "sc-12bve65-6"
|
|
171
|
-
})(["display:inline-block;width:calc(100% / 3);white-space:nowrap;", " ", ""], _mediaQuery["default"].desktopAndAbove(_templateObject18 || (_templateObject18 = _taggedTemplateLiteral(["\n float: left;\n "]))), _mediaQuery["default"].tabletAndBelow(_templateObject19 || (_templateObject19 = _taggedTemplateLiteral(["\n width: calc(100% / 2);\n &:last-child{\n margin-top:
|
|
171
|
+
})(["display:inline-block;width:calc(100% / 3);white-space:nowrap;", " ", ""], _mediaQuery["default"].desktopAndAbove(_templateObject18 || (_templateObject18 = _taggedTemplateLiteral(["\n float: left;\n "]))), _mediaQuery["default"].tabletAndBelow(_templateObject19 || (_templateObject19 = _taggedTemplateLiteral(["\n width: calc(100% / 2);\n &:last-child{\n margin-top: 32px;\n }\n "]))));
|
|
172
172
|
|
|
173
173
|
var flickerAnimation = /*#__PURE__*/(0, _styledComponents.keyframes)(["0%,100%{opacity:1;}50%{opacity:.6;}"]);
|
|
174
174
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twreporter/react-components",
|
|
3
|
-
"version": "8.26.0
|
|
3
|
+
"version": "8.26.0",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"repository": "https://github.com/twreporter/twreporter-npm-packages.git",
|
|
6
6
|
"author": "twreporter <developer@twreporter.org>",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"chromatic": "npx chromatic --exit-zero-on-changes"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@twreporter/core": "^1.19.0
|
|
19
|
-
"@twreporter/redux": "^7.11.2
|
|
18
|
+
"@twreporter/core": "^1.19.0",
|
|
19
|
+
"@twreporter/redux": "^7.11.2",
|
|
20
20
|
"fontfaceobserver-es": "^3.3.3",
|
|
21
21
|
"hoist-non-react-statics": "^2.3.1",
|
|
22
22
|
"lodash": "^4.0.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"react-dom": "^16.0.0",
|
|
52
52
|
"storybook": "^7.5.2"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "a0d096d6ffbcf637bc28cef98476c68daace7a04"
|
|
55
55
|
}
|