diff --git a/samples/react-fluentui-9/assets/sample.json b/samples/react-fluentui-9/assets/sample.json index f6447de86..5d2cd11c7 100644 --- a/samples/react-fluentui-9/assets/sample.json +++ b/samples/react-fluentui-9/assets/sample.json @@ -10,7 +10,7 @@ "description" ], "creationDateTime": "2022-04-20", - "updateDateTime": "2022-04-20", + "updateDateTime": "2022-11-16", "products": [ "SharePoint" ], @@ -21,7 +21,7 @@ }, { "key": "SPFX-VERSION", - "value": "1.14" + "value": "1.16" } ], "thumbnails": [ diff --git a/samples/react-fluentui-9/config/package-solution.json b/samples/react-fluentui-9/config/package-solution.json index a97287547..debcafa2a 100644 --- a/samples/react-fluentui-9/config/package-solution.json +++ b/samples/react-fluentui-9/config/package-solution.json @@ -4,7 +4,7 @@ "name": "react-fluentui-9-client-side-solution", "title": "SPFX + Fluent UI 9 Demo", "id": "d955a989-7441-475a-b4eb-ff132968b3c5", - "version": "1.0.1.0", + "version": "1.0.2.0", "includeClientSideAssets": true, "skipFeatureDeployment": true, "isDomainIsolated": false, diff --git a/samples/react-fluentui-9/teams/TeamsSPFxApp.zip b/samples/react-fluentui-9/teams/TeamsSPFxApp.zip new file mode 100644 index 000000000..48207ba2f Binary files /dev/null and b/samples/react-fluentui-9/teams/TeamsSPFxApp.zip differ diff --git a/samples/react-fluentui-9/teams/manifest.json b/samples/react-fluentui-9/teams/manifest.json new file mode 100644 index 000000000..124bde8fb --- /dev/null +++ b/samples/react-fluentui-9/teams/manifest.json @@ -0,0 +1,63 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/teams/v1.14/MicrosoftTeams.schema.json", + "manifestVersion": "1.14", + "packageName": "{{SPFX_PACKAGE_NAME}}", + "id": "e27a9fe1-16cf-4f4b-adb7-6adb4d2d6c00", + "version": "1.0.2", + "developer": { + "name": "Nick Brown", + "websiteUrl": "https://nbdev.uk", + "privacyUrl": "https://nbdev.uk", + "termsOfUseUrl": "https://nbdev.uk" + }, + "name": { + "short": "Fluent UI 9", + "full": "Fluent UI 9 Demo" + }, + "description": { + "short": "Fluent UI 9", + "full": "Fluent UI 9 Demo" + }, + "icons": { + "outline": "e27a9fe1-16cf-4f4b-adb7-6adb4d2d6c00_outline.png", + "color": "e27a9fe1-16cf-4f4b-adb7-6adb4d2d6c00_color.png" + }, + "accentColor": "#004578", + "staticTabs": [ + { + "contentUrl": "https://{teamSiteDomain}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest=/_layouts/15/teamshostedapp.aspx%3Fteams%26personal%26componentId=e27a9fe1-16cf-4f4b-adb7-6adb4d2d6c00%26forceLocale={locale}", + "name": "Fluent UI 9 Demo", + "scopes": ["personal"], + "entityId": "100001" + } + ], + "configurableTabs": [ + { + "configurationUrl": "https://{teamSiteDomain}{teamSitePath}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest={teamSitePath}/_layouts/15/teamshostedapp.aspx%3FopenPropertyPane=true%26teams%26componentId=e27a9fe1-16cf-4f4b-adb7-6adb4d2d6c00%26forceLocale={locale}", + "canUpdateConfiguration": false, + "scopes": [ + "team", + "groupchat" + ], + "context": [ + "channelTab", + "privateChatTab", + "meetingSidePanel", + "meetingDetailsTab", + "meetingChatTab" + ] + } + ], + "permissions": [ + "identity" + ], + "validDomains": [ + "*.login.microsoftonline.com", + "*.sharepoint.com", + "resourceseng.blob.core.windows.net" + ], + "webApplicationInfo": { + "resource": "https://{teamSiteDomain}", + "id": "00000003-0000-0ff1-ce00-000000000000" + } +} \ No newline at end of file