@twreporter/react-components 8.26.0-rc.2 → 8.26.0-rc.4

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
+ # [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)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * spacing and new link ([1da8f3c](https://github.com/twreporter/twreporter-npm-packages/commit/1da8f3cca6b8a79ff9f120cce16d29749cef7333))
12
+
13
+
14
+
15
+
16
+
17
+ # [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)
18
+
19
+ **Note:** Version bump only for package @twreporter/react-components
20
+
21
+
22
+
23
+
24
+
6
25
  # [8.26.0-rc.2](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/react-components@8.26.0-rc.1...@twreporter/react-components@8.26.0-rc.2) (2024-03-11)
7
26
 
8
27
 
@@ -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/3589?locale=zh-TW',
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: 35px;\n }\n "]))));
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-rc.2",
3
+ "version": "8.26.0-rc.4",
4
4
  "main": "lib/index.js",
5
5
  "repository": "https://github.com/twreporter/twreporter-npm-packages.git",
6
6
  "author": "twreporter <developer@twreporter.org>",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@twreporter/core": "^1.19.0-rc.0",
19
- "@twreporter/redux": "^7.11.2-rc.1",
19
+ "@twreporter/redux": "^7.11.2-rc.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": "68c2ec81cf353f2b3020f63097709b1d81989501"
54
+ "gitHead": "dfe858a4e32c5ad5d928d9b0a60b8d5352ca6e96"
55
55
  }