Skip to content

Commit

Permalink
- Updated to MGT 4.3.0
Browse files Browse the repository at this point in the history
- Added @mgt/components as export so MGT components can be used alongside search components if desired. Importing from external package won't work otherwise.
  • Loading branch information
Franck Cornu committed Nov 12, 2024
1 parent 4236fba commit 6ea65a1
Show file tree
Hide file tree
Showing 3 changed files with 21,622 additions and 16,550 deletions.
12 changes: 6 additions & 6 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@
"@microsoft/fast-components": "2.30.6",
"@microsoft/fast-element": "1.12.0",
"@microsoft/fast-foundation": "2.49.4",
"@microsoft/mgt": "4.2.1",
"@microsoft/mgt-components": "4.2.1",
"@microsoft/mgt-element": "4.2.1",
"@microsoft/mgt-msal2-provider": "4.2.1",
"@microsoft/mgt-teamsfx-provider": "4.2.1",
"@microsoft/mgt-sharepoint-provider": "4.2.1",
"@microsoft/mgt": "4.3.0",
"@microsoft/mgt-components": "4.3.0",
"@microsoft/mgt-element": "4.3.0",
"@microsoft/mgt-msal2-provider": "4.3.0",
"@microsoft/mgt-teamsfx-provider": "4.3.0",
"@microsoft/mgt-sharepoint-provider": "4.3.0",
"@microsoft/microsoft-graph-client": "3.0.2",
"@microsoft/microsoft-graph-types": "2.5.0",
"@monaco-editor/loader": "1.3.3",
Expand Down
7 changes: 6 additions & 1 deletion packages/components/src/exports/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ export { VideoPlayerComponent } from "../components/video-player/VideoPlayerComp
// Needed to work with SPFx as we can't use the default mgt-spfx package
export * from "@microsoft/mgt-sharepoint-provider";
export * from "@microsoft/mgt-teamsfx-provider";
export * from "@microsoft/mgt-msal2-provider";

export * from "@microsoft/mgt-element/dist/es6/utils/TemplateHelper";
export * from "@microsoft/mgt-element/dist/es6/providers/IProvider";
export * from "@microsoft/mgt-element/dist/es6/providers/Providers";
export * from "@microsoft/mgt-element/dist/es6/utils/LocalizationHelper";
export * from "@microsoft/mgt-element/dist/es6/utils/LocalizationHelper";

// To be able to use MGT components alongside search components
export * from "@microsoft/mgt-components";
Loading

0 comments on commit 6ea65a1

Please sign in to comment.