@backstage/plugin-techdocs 0.0.0-nightly-20240816021916 → 0.0.0-nightly-20240817021759

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,6 +1,6 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20240816021916
3
+ ## 0.0.0-nightly-20240817021759
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -13,22 +13,22 @@
13
13
  - bdc5471: Fixed issue where header styles were incorrectly generated when themes used CSS variables to define font size.
14
14
  - 6349099: Added config input type to the extensions
15
15
  - Updated dependencies
16
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240816021916
17
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240816021916
18
- - @backstage/plugin-search-react@0.0.0-nightly-20240816021916
19
- - @backstage/core-components@0.0.0-nightly-20240816021916
20
- - @backstage/core-compat-api@0.0.0-nightly-20240816021916
21
- - @backstage/plugin-search-common@0.0.0-nightly-20240816021916
22
- - @backstage/integration@0.0.0-nightly-20240816021916
23
- - @backstage/plugin-techdocs-common@0.0.0-nightly-20240816021916
24
- - @backstage/plugin-auth-react@0.0.0-nightly-20240816021916
25
- - @backstage/catalog-model@0.0.0-nightly-20240816021916
16
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240817021759
17
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240817021759
18
+ - @backstage/plugin-search-react@0.0.0-nightly-20240817021759
19
+ - @backstage/core-components@0.0.0-nightly-20240817021759
20
+ - @backstage/core-compat-api@0.0.0-nightly-20240817021759
21
+ - @backstage/plugin-search-common@0.0.0-nightly-20240817021759
22
+ - @backstage/integration@0.0.0-nightly-20240817021759
23
+ - @backstage/plugin-techdocs-common@0.0.0-nightly-20240817021759
24
+ - @backstage/plugin-auth-react@0.0.0-nightly-20240817021759
25
+ - @backstage/catalog-model@0.0.0-nightly-20240817021759
26
26
  - @backstage/config@1.2.0
27
27
  - @backstage/core-plugin-api@1.9.3
28
28
  - @backstage/errors@1.2.4
29
- - @backstage/integration-react@0.0.0-nightly-20240816021916
29
+ - @backstage/integration-react@0.0.0-nightly-20240817021759
30
30
  - @backstage/theme@0.5.6
31
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20240816021916
31
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20240817021759
32
32
 
33
33
  ## 1.10.8-next.3
34
34
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs__alpha",
3
- "version": "0.0.0-nightly-20240816021916",
3
+ "version": "0.0.0-nightly-20240817021759",
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
@@ -27,7 +27,11 @@ declare const techDocsSearchResultListItemExtension: _backstage_frontend_plugin_
27
27
  optional: boolean;
28
28
  singleton: boolean;
29
29
  }>;
30
- }, "search-result-list-item", undefined, undefined>;
30
+ }, {
31
+ kind: "search-result-list-item";
32
+ namespace: undefined;
33
+ name: undefined;
34
+ }>;
31
35
  /** @alpha */
32
36
  declare const _default: _backstage_frontend_plugin_api.BackstagePlugin<{
33
37
  root: _backstage_frontend_plugin_api.RouteRef<undefined>;
@@ -42,8 +46,16 @@ declare const _default: _backstage_frontend_plugin_api.BackstagePlugin<{
42
46
  title: string;
43
47
  icon: _backstage_core_plugin_api.IconComponent;
44
48
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
45
- }, "core.nav-item.target", {}>, {}, "nav-item", undefined, undefined>;
46
- "api:techdocs/storage": _backstage_frontend_plugin_api.ExtensionDefinition<{}, {}, _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>, {}, "api", undefined, "storage">;
49
+ }, "core.nav-item.target", {}>, {}, {
50
+ kind: "nav-item";
51
+ namespace: undefined;
52
+ name: undefined;
53
+ }>;
54
+ "api:techdocs/storage": _backstage_frontend_plugin_api.ExtensionDefinition<{}, {}, _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>, {}, {
55
+ kind: "api";
56
+ namespace: undefined;
57
+ name: "storage";
58
+ }>;
47
59
  "search-result-list-item:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
48
60
  title: string | undefined;
49
61
  lineClamp: number;
@@ -66,14 +78,22 @@ declare const _default: _backstage_frontend_plugin_api.BackstagePlugin<{
66
78
  optional: boolean;
67
79
  singleton: boolean;
68
80
  }>;
69
- }, "search-result-list-item", undefined, undefined>;
81
+ }, {
82
+ kind: "search-result-list-item";
83
+ namespace: undefined;
84
+ name: undefined;
85
+ }>;
70
86
  "page:techdocs/reader": _backstage_frontend_plugin_api.ExtensionDefinition<{
71
87
  path: string | undefined;
72
88
  }, {
73
89
  path?: string | undefined;
74
90
  }, _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
75
91
  optional: true;
76
- }>, {}, "page", undefined, "reader">;
92
+ }>, {}, {
93
+ kind: "page";
94
+ namespace: undefined;
95
+ name: "reader";
96
+ }>;
77
97
  "entity-content:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
78
98
  path: string | undefined;
79
99
  title: string | undefined;
@@ -88,7 +108,11 @@ declare const _default: _backstage_frontend_plugin_api.BackstagePlugin<{
88
108
  optional: true;
89
109
  }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
90
110
  optional: true;
91
- }>, {}, "entity-content", undefined, undefined>;
111
+ }>, {}, {
112
+ kind: "entity-content";
113
+ namespace: undefined;
114
+ name: undefined;
115
+ }>;
92
116
  }>;
93
117
 
94
118
  export { _default as default, techDocsSearchResultListItemExtension };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240816021916",
3
+ "version": "0.0.0-nightly-20240817021759",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -58,21 +58,21 @@
58
58
  "test": "backstage-cli package test"
59
59
  },
60
60
  "dependencies": {
61
- "@backstage/catalog-model": "^0.0.0-nightly-20240816021916",
61
+ "@backstage/catalog-model": "^0.0.0-nightly-20240817021759",
62
62
  "@backstage/config": "^1.2.0",
63
- "@backstage/core-compat-api": "^0.0.0-nightly-20240816021916",
64
- "@backstage/core-components": "^0.0.0-nightly-20240816021916",
63
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240817021759",
64
+ "@backstage/core-components": "^0.0.0-nightly-20240817021759",
65
65
  "@backstage/core-plugin-api": "^1.9.3",
66
66
  "@backstage/errors": "^1.2.4",
67
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240816021916",
68
- "@backstage/integration": "^0.0.0-nightly-20240816021916",
69
- "@backstage/integration-react": "^0.0.0-nightly-20240816021916",
70
- "@backstage/plugin-auth-react": "^0.0.0-nightly-20240816021916",
71
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240816021916",
72
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240816021916",
73
- "@backstage/plugin-search-react": "^0.0.0-nightly-20240816021916",
74
- "@backstage/plugin-techdocs-common": "^0.0.0-nightly-20240816021916",
75
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240816021916",
67
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240817021759",
68
+ "@backstage/integration": "^0.0.0-nightly-20240817021759",
69
+ "@backstage/integration-react": "^0.0.0-nightly-20240817021759",
70
+ "@backstage/plugin-auth-react": "^0.0.0-nightly-20240817021759",
71
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240817021759",
72
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240817021759",
73
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20240817021759",
74
+ "@backstage/plugin-techdocs-common": "^0.0.0-nightly-20240817021759",
75
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240817021759",
76
76
  "@backstage/theme": "^0.5.6",
77
77
  "@material-ui/core": "^4.12.2",
78
78
  "@material-ui/icons": "^4.9.1",
@@ -88,11 +88,11 @@
88
88
  "react-use": "^17.2.4"
89
89
  },
90
90
  "devDependencies": {
91
- "@backstage/cli": "^0.0.0-nightly-20240816021916",
92
- "@backstage/core-app-api": "^0.0.0-nightly-20240816021916",
93
- "@backstage/dev-utils": "^0.0.0-nightly-20240816021916",
94
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240816021916",
95
- "@backstage/test-utils": "^0.0.0-nightly-20240816021916",
91
+ "@backstage/cli": "^0.0.0-nightly-20240817021759",
92
+ "@backstage/core-app-api": "^0.0.0-nightly-20240817021759",
93
+ "@backstage/dev-utils": "^0.0.0-nightly-20240817021759",
94
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240817021759",
95
+ "@backstage/test-utils": "^0.0.0-nightly-20240817021759",
96
96
  "@testing-library/dom": "^10.0.0",
97
97
  "@testing-library/jest-dom": "^6.0.0",
98
98
  "@testing-library/react": "^15.0.0",