@backstage/plugin-search 0.5.4 → 0.5.5
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 +12 -0
- package/dist/esm/{index-05b04684.esm.js → index-0938232c.esm.js} +3 -3
- package/dist/esm/{index-5842ad6f.esm.js.map → index-0938232c.esm.js.map} +1 -1
- package/dist/esm/{index-53fbff6a.esm.js → index-6640d668.esm.js} +3 -3
- package/dist/esm/{index-05b04684.esm.js.map → index-6640d668.esm.js.map} +1 -1
- package/dist/esm/{index-9ed6d72a.esm.js → index-8bb5f525.esm.js} +154 -159
- package/dist/esm/index-8bb5f525.esm.js.map +1 -0
- package/dist/esm/{index-da49c2d7.esm.js → index-a1aff68f.esm.js} +3 -3
- package/dist/esm/{index-da49c2d7.esm.js.map → index-a1aff68f.esm.js.map} +1 -1
- package/dist/esm/{index-82c9eaed.esm.js → index-c5ac9263.esm.js} +6 -6
- package/dist/esm/{index-82c9eaed.esm.js.map → index-c5ac9263.esm.js.map} +1 -1
- package/dist/esm/{index-5842ad6f.esm.js → index-c93144ea.esm.js} +3 -3
- package/dist/esm/{index-53fbff6a.esm.js.map → index-c93144ea.esm.js.map} +1 -1
- package/dist/esm/{index-b090f4cf.esm.js → index-e8d39ffc.esm.js} +5 -5
- package/dist/esm/{index-b090f4cf.esm.js.map → index-e8d39ffc.esm.js.map} +1 -1
- package/dist/index.esm.js +2 -2
- package/package.json +12 -12
- package/dist/esm/index-9ed6d72a.esm.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-search
|
|
2
2
|
|
|
3
|
+
## 0.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/config@0.1.12
|
|
9
|
+
- @backstage/core-components@0.8.4
|
|
10
|
+
- @backstage/core-plugin-api@0.5.0
|
|
11
|
+
- @backstage/plugin-catalog-react@0.6.11
|
|
12
|
+
- @backstage/errors@0.2.0
|
|
13
|
+
- @backstage/catalog-model@0.9.9
|
|
14
|
+
|
|
3
15
|
## 0.5.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as SearchBar, b as SearchBarBase } from './index-
|
|
1
|
+
export { a as SearchBar, b as SearchBarBase } from './index-8bb5f525.esm.js';
|
|
2
2
|
import '@backstage/core-plugin-api';
|
|
3
3
|
import '@backstage/errors';
|
|
4
4
|
import 'qs';
|
|
@@ -10,11 +10,11 @@ import '@material-ui/icons/Search';
|
|
|
10
10
|
import '@material-ui/icons/Clear';
|
|
11
11
|
import 'react-use/lib/useAsync';
|
|
12
12
|
import 'react-use/lib/usePrevious';
|
|
13
|
+
import '@material-ui/icons/Launch';
|
|
13
14
|
import '@material-ui/core/styles';
|
|
14
15
|
import '@backstage/core-components';
|
|
15
16
|
import '@material-ui/icons/ArrowBackIos';
|
|
16
17
|
import '@material-ui/icons/ArrowForwardIos';
|
|
17
|
-
import '@material-ui/core/utils';
|
|
18
18
|
import 'react-router';
|
|
19
19
|
import '@material-ui/core/InputBase';
|
|
20
20
|
import '@material-ui/core/IconButton';
|
|
@@ -25,4 +25,4 @@ import 'react-use/lib/useEffectOnce';
|
|
|
25
25
|
import '@material-ui/icons/ExpandMore';
|
|
26
26
|
import '@material-ui/icons/FontDownload';
|
|
27
27
|
import 'react-router-dom';
|
|
28
|
-
//# sourceMappingURL=index-
|
|
28
|
+
//# sourceMappingURL=index-0938232c.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-0938232c.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as SearchResult } from './index-
|
|
1
|
+
export { c as SearchResult } from './index-8bb5f525.esm.js';
|
|
2
2
|
import '@backstage/core-plugin-api';
|
|
3
3
|
import '@backstage/errors';
|
|
4
4
|
import 'qs';
|
|
@@ -10,11 +10,11 @@ import '@material-ui/icons/Search';
|
|
|
10
10
|
import '@material-ui/icons/Clear';
|
|
11
11
|
import 'react-use/lib/useAsync';
|
|
12
12
|
import 'react-use/lib/usePrevious';
|
|
13
|
+
import '@material-ui/icons/Launch';
|
|
13
14
|
import '@material-ui/core/styles';
|
|
14
15
|
import '@backstage/core-components';
|
|
15
16
|
import '@material-ui/icons/ArrowBackIos';
|
|
16
17
|
import '@material-ui/icons/ArrowForwardIos';
|
|
17
|
-
import '@material-ui/core/utils';
|
|
18
18
|
import 'react-router';
|
|
19
19
|
import '@material-ui/core/InputBase';
|
|
20
20
|
import '@material-ui/core/IconButton';
|
|
@@ -25,4 +25,4 @@ import 'react-use/lib/useEffectOnce';
|
|
|
25
25
|
import '@material-ui/icons/ExpandMore';
|
|
26
26
|
import '@material-ui/icons/FontDownload';
|
|
27
27
|
import 'react-router-dom';
|
|
28
|
-
//# sourceMappingURL=index-
|
|
28
|
+
//# sourceMappingURL=index-6640d668.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-6640d668.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
|