@backstage/plugin-home 0.8.15-next.0 → 0.8.15-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,25 @@
1
1
  # @backstage/plugin-home
2
2
 
3
+ ## 0.8.15-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - be21c5c: Updated dependency `@rjsf/utils` to `5.24.13`.
8
+ Updated dependency `@rjsf/core` to `5.24.13`.
9
+ Updated dependency `@rjsf/material-ui` to `5.24.13`.
10
+ Updated dependency `@rjsf/validator-ajv8` to `5.24.13`.
11
+ - Updated dependencies
12
+ - @backstage/core-app-api@1.19.3-next.1
13
+ - @backstage/frontend-plugin-api@0.13.2-next.1
14
+ - @backstage/plugin-catalog-react@1.21.4-next.2
15
+ - @backstage/core-components@0.18.4-next.2
16
+ - @backstage/plugin-home-react@0.1.33-next.1
17
+ - @backstage/catalog-client@1.12.1
18
+ - @backstage/catalog-model@1.7.6
19
+ - @backstage/config@1.3.6
20
+ - @backstage/core-plugin-api@1.12.1-next.0
21
+ - @backstage/theme@0.7.1-next.0
22
+
3
23
  ## 0.8.15-next.0
4
24
 
5
25
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -4,6 +4,7 @@ import * as react from 'react';
4
4
  import { ReactNode, JSX as JSX$1, ReactElement, CSSProperties } from 'react';
5
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
6
  import { Variant } from '@material-ui/core/styles/createTypography';
7
+ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
7
8
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
8
9
  import { StorageApi, IdentityApi, ErrorApi } from '@backstage/core-plugin-api';
9
10
  import { EntityFilterQuery } from '@backstage/catalog-client';
@@ -156,7 +157,7 @@ interface VisitsApi {
156
157
  enrichVisit?(visit: VisitInput): Promise<Record<string, any>> | Record<string, any>;
157
158
  }
158
159
  /** @public */
159
- declare const visitsApiRef: _backstage_core_plugin_api.ApiRef<VisitsApi>;
160
+ declare const visitsApiRef: _backstage_frontend_plugin_api.ApiRef<VisitsApi>;
160
161
 
161
162
  /**
162
163
  * @public
@@ -612,4 +613,5 @@ declare const SettingsModal: (props: {
612
613
  children: JSX.Element;
613
614
  }) => react_jsx_runtime.JSX.Element;
614
615
 
615
- export { type Breakpoint, type CardConfig, type CardExtensionProps, type CardLayout, type CardSettings, type ClockConfig, ComponentAccordion, type ComponentParts, type ComponentRenderer, ComponentTab, ComponentTabs, CustomHomepageGrid, type CustomHomepageGridProps, FeaturedDocsCard, type FeaturedDocsCardProps, type GetChipColorFunction, type GetLabelFunction, HeaderWorldClock, HomePageCompanyLogo, HomePageRandomJoke, HomePageRecentlyVisited, HomePageStarredEntities, HomePageToolkit, HomePageTopVisited, HomepageCompositionRoot, type LayoutConfiguration, type Operators, QuickStartCard, type QuickStartCardProps, type RendererProps, SettingsModal, type StarredEntitiesProps, TemplateBackstageLogo, TemplateBackstageLogoIcon, type Tool, type ToolkitContentProps, type Visit, type VisitDisplayContextValue, VisitDisplayProvider, type VisitDisplayProviderProps, type VisitInput, VisitListener, type VisitedByTypeKind, type VisitedByTypeProps, type VisitsApi, type VisitsApiQueryParams, type VisitsApiSaveParams, VisitsStorageApi, type VisitsStorageApiOptions, VisitsWebStorageApi, type VisitsWebStorageApiOptions, WelcomeTitle, type WelcomeTitleLanguageProps, createCardExtension, homePlugin, isOperator, useVisitDisplay, visitsApiRef };
616
+ export { ComponentAccordion, ComponentTab, ComponentTabs, CustomHomepageGrid, FeaturedDocsCard, HeaderWorldClock, HomePageCompanyLogo, HomePageRandomJoke, HomePageRecentlyVisited, HomePageStarredEntities, HomePageToolkit, HomePageTopVisited, HomepageCompositionRoot, QuickStartCard, SettingsModal, TemplateBackstageLogo, TemplateBackstageLogoIcon, VisitDisplayProvider, VisitListener, VisitsStorageApi, VisitsWebStorageApi, WelcomeTitle, createCardExtension, homePlugin, isOperator, useVisitDisplay, visitsApiRef };
617
+ export type { Breakpoint, CardConfig, CardExtensionProps, CardLayout, CardSettings, ClockConfig, ComponentParts, ComponentRenderer, CustomHomepageGridProps, FeaturedDocsCardProps, GetChipColorFunction, GetLabelFunction, LayoutConfiguration, Operators, QuickStartCardProps, RendererProps, StarredEntitiesProps, Tool, ToolkitContentProps, Visit, VisitDisplayContextValue, VisitDisplayProviderProps, VisitInput, VisitedByTypeKind, VisitedByTypeProps, VisitsApi, VisitsApiQueryParams, VisitsApiSaveParams, VisitsStorageApiOptions, VisitsWebStorageApiOptions, WelcomeTitleLanguageProps };
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-home";
2
- var version = "0.8.15-next.0";
2
+ var version = "0.8.15-next.1";
3
3
  var description = "A Backstage plugin that helps you build a home page";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
@@ -24,7 +24,7 @@ var repository = {
24
24
  };
25
25
  var license = "Apache-2.0";
26
26
  var sideEffects = false;
27
- var exports = {
27
+ var exports$1 = {
28
28
  ".": "./src/index.ts",
29
29
  "./alpha": "./src/alpha.tsx",
30
30
  "./package.json": "./package.json"
@@ -68,10 +68,10 @@ var dependencies = {
68
68
  "@material-ui/core": "^4.12.2",
69
69
  "@material-ui/icons": "^4.9.1",
70
70
  "@material-ui/lab": "4.0.0-alpha.61",
71
- "@rjsf/core": "5.23.2",
72
- "@rjsf/material-ui": "5.23.2",
73
- "@rjsf/utils": "5.23.2",
74
- "@rjsf/validator-ajv8": "5.23.2",
71
+ "@rjsf/core": "5.24.13",
72
+ "@rjsf/material-ui": "5.24.13",
73
+ "@rjsf/utils": "5.24.13",
74
+ "@rjsf/validator-ajv8": "5.24.13",
75
75
  lodash: "^4.17.21",
76
76
  luxon: "^3.4.3",
77
77
  "react-grid-layout": "1.3.4",
@@ -116,7 +116,7 @@ var _package = {
116
116
  repository: repository,
117
117
  license: license,
118
118
  sideEffects: sideEffects,
119
- exports: exports,
119
+ exports: exports$1,
120
120
  main: main,
121
121
  types: types,
122
122
  typesVersions: typesVersions,
@@ -129,5 +129,5 @@ var _package = {
129
129
  configSchema: configSchema
130
130
  };
131
131
 
132
- export { backstage, configSchema, _package as default, dependencies, description, devDependencies, exports, files, homepage, keywords, license, main, name, peerDependencies, peerDependenciesMeta, publishConfig, repository, scripts, sideEffects, types, typesVersions, version };
132
+ export { backstage, configSchema, _package as default, dependencies, description, devDependencies, exports$1 as exports, files, homepage, keywords, license, main, name, peerDependencies, peerDependenciesMeta, publishConfig, repository, scripts, sideEffects, types, typesVersions, version };
133
133
  //# sourceMappingURL=package.json.esm.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home",
3
- "version": "0.8.15-next.0",
3
+ "version": "0.8.15-next.1",
4
4
  "description": "A Backstage plugin that helps you build a home page",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -71,20 +71,20 @@
71
71
  "@backstage/catalog-client": "1.12.1",
72
72
  "@backstage/catalog-model": "1.7.6",
73
73
  "@backstage/config": "1.3.6",
74
- "@backstage/core-app-api": "1.19.3-next.0",
75
- "@backstage/core-components": "0.18.4-next.0",
74
+ "@backstage/core-app-api": "1.19.3-next.1",
75
+ "@backstage/core-components": "0.18.4-next.2",
76
76
  "@backstage/core-plugin-api": "1.12.1-next.0",
77
- "@backstage/frontend-plugin-api": "0.13.2-next.0",
78
- "@backstage/plugin-catalog-react": "1.21.4-next.0",
79
- "@backstage/plugin-home-react": "0.1.33-next.0",
77
+ "@backstage/frontend-plugin-api": "0.13.2-next.1",
78
+ "@backstage/plugin-catalog-react": "1.21.4-next.2",
79
+ "@backstage/plugin-home-react": "0.1.33-next.1",
80
80
  "@backstage/theme": "0.7.1-next.0",
81
81
  "@material-ui/core": "^4.12.2",
82
82
  "@material-ui/icons": "^4.9.1",
83
83
  "@material-ui/lab": "4.0.0-alpha.61",
84
- "@rjsf/core": "5.23.2",
85
- "@rjsf/material-ui": "5.23.2",
86
- "@rjsf/utils": "5.23.2",
87
- "@rjsf/validator-ajv8": "5.23.2",
84
+ "@rjsf/core": "5.24.13",
85
+ "@rjsf/material-ui": "5.24.13",
86
+ "@rjsf/utils": "5.24.13",
87
+ "@rjsf/validator-ajv8": "5.24.13",
88
88
  "lodash": "^4.17.21",
89
89
  "luxon": "^3.4.3",
90
90
  "react-grid-layout": "1.3.4",
@@ -93,8 +93,8 @@
93
93
  "zod": "^3.22.4"
94
94
  },
95
95
  "devDependencies": {
96
- "@backstage/cli": "0.34.6-next.0",
97
- "@backstage/dev-utils": "1.1.18-next.0",
96
+ "@backstage/cli": "0.35.0-next.2",
97
+ "@backstage/dev-utils": "1.1.18-next.1",
98
98
  "@backstage/test-utils": "1.7.14-next.0",
99
99
  "@testing-library/dom": "^10.0.0",
100
100
  "@testing-library/jest-dom": "^6.0.0",