@omnia/workplace 6.13.18-preview → 6.13.20-preview

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.
@@ -193,8 +193,6 @@ export declare const NotificationConstants: {
193
193
  };
194
194
  export declare const SetupWizard: {
195
195
  SettingsKey: string;
196
- BasicIntranetTemplateId: string;
197
- IntranetEssentialsTemplateId: string;
198
196
  TenantIntranetEssentialsTemplateId: string;
199
197
  TenantBasicIntranetTemplateId: string;
200
198
  KnowledgeSharingTemplateId: string;
@@ -237,8 +237,6 @@ export var NotificationConstants = {
237
237
  };
238
238
  export var SetupWizard = {
239
239
  SettingsKey: "owp_setupwizard_",
240
- BasicIntranetTemplateId: "23D17EFE-E4AE-439D-A97D-CE184F7BC574",
241
- IntranetEssentialsTemplateId: "B8C0608F-61F7-4C2A-9001-C26A7A0CB268",
242
240
  TenantIntranetEssentialsTemplateId: "5470C05D-7115-4F86-BF6D-70FC51F3A1AD",
243
241
  TenantBasicIntranetTemplateId: "87D71902-22F0-4DC3-9346-314CC5700C84",
244
242
  KnowledgeSharingTemplateId: "1FE61B2C-9D54-45A6-A284-E0252B133DD7",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "6.13.18-preview",
4
+ "version": "6.13.20-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"