@twreporter/universal-header 2.7.0 → 2.7.1-rc.1

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
+ ## [2.7.1-rc.1](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/universal-header@2.7.1-rc.0...@twreporter/universal-header@2.7.1-rc.1) (2023-09-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove close on blur ([844f367](https://github.com/twreporter/twreporter-npm-packages/commit/844f367ceff94f623b8e19e6c262ba12698c71f6))
12
+
13
+
14
+
15
+
16
+
17
+ ## [2.7.1-rc.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/universal-header@2.7.0...@twreporter/universal-header@2.7.1-rc.0) (2023-09-04)
18
+
19
+ **Note:** Version bump only for package @twreporter/universal-header
20
+
21
+
22
+
23
+
24
+
6
25
  # [2.7.0](https://github.com/twreporter/twreporter-npm-packages/compare/@twreporter/universal-header@2.7.0-rc.13...@twreporter/universal-header@2.7.0) (2023-08-31)
7
26
 
8
27
  **Note:** Version bump only for package @twreporter/universal-header
@@ -208,8 +208,7 @@ var SearchIcon = function SearchIcon() {
208
208
  placeholder: "\u95DC\u9375\u5B57\u641C\u5C0B",
209
209
  theme: theme,
210
210
  onClose: closeSearchBox,
211
- onSearch: onSearch,
212
- handleBlur: closeSearchBox
211
+ onSearch: onSearch
213
212
  })));
214
213
  };
215
214
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/universal-header",
3
- "version": "2.7.0",
3
+ "version": "2.7.1-rc.1",
4
4
  "description": "Universal header of TWReporter sites",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -21,7 +21,7 @@
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
23
  "@twreporter/core": "^1.11.0",
24
- "@twreporter/react-components": "^8.18.1",
24
+ "@twreporter/react-components": "^8.19.0-rc.0",
25
25
  "lodash": "^4.17.11",
26
26
  "prop-types": "^15.6.2",
27
27
  "querystring": "^0.2.0",
@@ -48,5 +48,5 @@
48
48
  "@storybook/testing-library": "^0.0.13",
49
49
  "babel-loader": "^8.2.5"
50
50
  },
51
- "gitHead": "a3fcc35f1a2534bb4a08d69d636ba53405160c9f"
51
+ "gitHead": "62af3bba654ad006d6a25e81dc0bd38e25aab631"
52
52
  }