@omnia/workplace 7.0.121-preview → 7.0.122-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.
@@ -473,7 +473,6 @@ export declare class WebComponentManifests {
473
473
  static get SetupWizardNewsManagementLocalNewsStep(): Guid;
474
474
  static get SetupWizardNewsManagementPropertiesStep(): Guid;
475
475
  static get AttachSiteButton(): Guid;
476
- static get SyncLastActivityButton(): Guid;
477
476
  static get AppEditing(): Guid;
478
477
  static get SensitivityLabel(): Guid;
479
478
  static get SetupTeamwork(): Guid;
@@ -482,7 +482,6 @@ class WebComponentManifests {
482
482
  static get SetupWizardNewsManagementLocalNewsStep() { return new fx_models_1.Guid("e2b2cc13-18ff-4277-8463-e3708c2c54a4"); }
483
483
  static get SetupWizardNewsManagementPropertiesStep() { return new fx_models_1.Guid("18a77776-3832-4776-a045-58e296dc8b01"); }
484
484
  static get AttachSiteButton() { return new fx_models_1.Guid("2cff741d-3f85-46e3-b36f-143020d9a547"); }
485
- static get SyncLastActivityButton() { return new fx_models_1.Guid("31470e4c-6f9d-4176-9d35-d31d1f8446fc"); }
486
485
  static get AppEditing() { return new fx_models_1.Guid("c6d42107-01a5-4825-910e-4232aeac8b75"); }
487
486
  static get SensitivityLabel() { return new fx_models_1.Guid("036c36b9-9a43-4829-aa09-01c6b5868a82"); }
488
487
  static get SetupTeamwork() { return new fx_models_1.Guid("9f8b5841-8bcd-4de3-8000-c1f1c0deb062"); }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.0.121-preview",
4
+ "version": "7.0.122-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"