@omnia/fx-models 7.8.97-preview → 7.8.99-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.
package/ManifestIds.d.ts CHANGED
@@ -215,6 +215,8 @@ export declare class OmniaWebComponentManifests {
215
215
  static get FxUxLimitedLabel(): Guid;
216
216
  static get FxSpTermGlossaryMapping(): Guid;
217
217
  static get FxSpfxWpSetting(): Guid;
218
+ static get FxSpfxWpMainRenderer(): Guid;
219
+ static get FxSpfxWpSettingRenderer(): Guid;
218
220
  static get FxSpfxWp(): Guid;
219
221
  static get FxSpfxWpStandalone(): Guid;
220
222
  static get FxSpfxWpStandaloneInstanceHandler(): Guid;
package/ManifestIds.js CHANGED
@@ -661,6 +661,12 @@ class OmniaWebComponentManifests {
661
661
  static get FxSpfxWpSetting() {
662
662
  return new models_1.Guid("5057354b-14bb-430e-854a-22e21d9ab7af");
663
663
  }
664
+ static get FxSpfxWpMainRenderer() {
665
+ return new models_1.Guid("455c9d7a-225d-435f-a8a3-21d7b39539f6");
666
+ }
667
+ static get FxSpfxWpSettingRenderer() {
668
+ return new models_1.Guid("d291917a-0dd4-4ad0-a963-70e8f53be808");
669
+ }
664
670
  static get FxSpfxWp() {
665
671
  return new models_1.Guid("a7105d99-6040-472b-8d55-819f99a434db");
666
672
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.8.97-preview",
4
+ "version": "7.8.99-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"