@twreporter/universal-header 3.0.15-rc.0 → 3.0.15-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/lib/constants/actions.js +1 -1
- package/package.json +3 -3
package/lib/constants/actions.js
CHANGED
|
@@ -24,7 +24,7 @@ var gtmId = (_gtmId = {}, _defineProperty(_gtmId, actionKeys.support, {
|
|
|
24
24
|
}), _gtmId);
|
|
25
25
|
var ACTION_KEY = exports.ACTION_KEY = actionKeys;
|
|
26
26
|
var ACTION_LABEL = exports.ACTION_LABEL = {
|
|
27
|
-
brief: (_brief = {}, _defineProperty(_brief, actionKeys.support, '贊助'), _defineProperty(_brief, actionKeys.newsLetter, '
|
|
27
|
+
brief: (_brief = {}, _defineProperty(_brief, actionKeys.support, '贊助'), _defineProperty(_brief, actionKeys.newsLetter, '電子報'), _brief),
|
|
28
28
|
full: (_full = {}, _defineProperty(_full, actionKeys.support, '贊助我們'), _defineProperty(_full, actionKeys.newsLetter, '訂閱電子報'), _full)
|
|
29
29
|
};
|
|
30
30
|
var ACTION_BUTTON_TYPE = exports.ACTION_BUTTON_TYPE = (_ACTION_BUTTON_TYPE = {}, _defineProperty(_ACTION_BUTTON_TYPE, actionKeys.support, 'primary'), _defineProperty(_ACTION_BUTTON_TYPE, actionKeys.newsLetter, 'secondary'), _ACTION_BUTTON_TYPE);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twreporter/universal-header",
|
|
3
|
-
"version": "3.0.15-rc.
|
|
3
|
+
"version": "3.0.15-rc.2",
|
|
4
4
|
"description": "Universal header of TWReporter sites",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@material-symbols/svg-400": "^0.27.2",
|
|
24
24
|
"@reduxjs/toolkit": "^2.2.5",
|
|
25
25
|
"@twreporter/core": "^1.24.4-rc.0",
|
|
26
|
-
"@twreporter/react-components": "^9.
|
|
26
|
+
"@twreporter/react-components": "^9.6.0-rc.0",
|
|
27
27
|
"lodash": "^4.17.11",
|
|
28
28
|
"prop-types": "^15.6.2",
|
|
29
29
|
"querystring": "^0.2.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"react-dom": "^18.2.0",
|
|
59
59
|
"storybook": "^8.1.11"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "3f0e4f138dc34512b233d17e7c67275086da3de2"
|
|
62
62
|
}
|