@backstage/plugin-search-react 1.7.14-next.0 → 1.7.14-next.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
@@ -1,5 +1,19 @@
1
1
  # @backstage/plugin-search-react
2
2
 
3
+ ## 1.7.14-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6349099: Added config input type to the extensions
8
+ - Updated dependencies
9
+ - @backstage/frontend-plugin-api@0.6.8-next.1
10
+ - @backstage/plugin-search-common@1.2.14-next.0
11
+ - @backstage/core-components@0.14.10-next.0
12
+ - @backstage/core-plugin-api@1.9.3
13
+ - @backstage/theme@0.5.6
14
+ - @backstage/types@1.1.1
15
+ - @backstage/version-bridge@1.0.8
16
+
3
17
  ## 1.7.14-next.0
4
18
 
5
19
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-react__alpha",
3
- "version": "1.7.14-next.0",
3
+ "version": "1.7.14-next.1",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -51,13 +51,13 @@ type SearchResultItemExtensionOptions<TConfig extends {
51
51
  /** @alpha */
52
52
  declare function createSearchResultListItemExtension<TConfig extends {
53
53
  noTrack?: boolean;
54
- }>(options: SearchResultItemExtensionOptions<TConfig>): _backstage_frontend_plugin_api.ExtensionDefinition<TConfig>;
54
+ }>(options: SearchResultItemExtensionOptions<TConfig>): _backstage_frontend_plugin_api.ExtensionDefinition<TConfig & {}, TConfig & {}>;
55
55
  /** @alpha */
56
56
  declare namespace createSearchResultListItemExtension {
57
- const itemDataRef: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<"search.search-result-list-item.item", {
57
+ const itemDataRef: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<{
58
58
  predicate?: SearchResultItemExtensionPredicate | undefined;
59
59
  component: SearchResultItemExtensionComponent;
60
- }, {}>;
60
+ }, "search.search-result-list-item.item", {}>;
61
61
  }
62
62
 
63
63
  export { type BaseSearchResultListItemProps, type SearchResultItemExtensionComponent, type SearchResultItemExtensionOptions, type SearchResultItemExtensionPredicate, createSearchResultListItemExtension };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-react",
3
- "version": "1.7.14-next.0",
3
+ "version": "1.7.14-next.1",
4
4
  "backstage": {
5
5
  "role": "web-library",
6
6
  "pluginId": "search",
@@ -56,8 +56,8 @@
56
56
  "dependencies": {
57
57
  "@backstage/core-components": "^0.14.10-next.0",
58
58
  "@backstage/core-plugin-api": "^1.9.3",
59
- "@backstage/frontend-plugin-api": "^0.6.8-next.0",
60
- "@backstage/plugin-search-common": "^1.2.13",
59
+ "@backstage/frontend-plugin-api": "^0.6.8-next.1",
60
+ "@backstage/plugin-search-common": "^1.2.14-next.0",
61
61
  "@backstage/theme": "^0.5.6",
62
62
  "@backstage/types": "^1.1.1",
63
63
  "@backstage/version-bridge": "^1.0.8",
@@ -70,11 +70,11 @@
70
70
  "react-use": "^17.3.2"
71
71
  },
72
72
  "devDependencies": {
73
- "@backstage/cli": "^0.27.0-next.0",
74
- "@backstage/core-app-api": "^1.14.1-next.0",
75
- "@backstage/frontend-app-api": "^0.7.4-next.0",
76
- "@backstage/frontend-test-utils": "^0.1.11-next.0",
77
- "@backstage/test-utils": "^1.5.9-next.0",
73
+ "@backstage/cli": "^0.27.0-next.1",
74
+ "@backstage/core-app-api": "^1.14.2-next.0",
75
+ "@backstage/frontend-app-api": "^0.7.5-next.1",
76
+ "@backstage/frontend-test-utils": "^0.1.12-next.1",
77
+ "@backstage/test-utils": "^1.5.10-next.1",
78
78
  "@testing-library/dom": "^10.0.0",
79
79
  "@testing-library/jest-dom": "^6.0.0",
80
80
  "@testing-library/react": "^15.0.0",