@omnia/fx-models 7.7.53-preview → 7.7.55-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
@@ -379,6 +379,7 @@ export declare class OmniaWebComponentManifests {
379
379
  static get EmoticonComponent(): Guid;
380
380
  static get UrlInputComponent(): Guid;
381
381
  static get FxUxProfileCardRenderer(): Guid;
382
+ static get FxUxProfileSwtichingBtn(): Guid;
382
383
  static get FxUxProfileCardComponent(): Guid;
383
384
  static get FxUxProfileCardDialogComponent(): Guid;
384
385
  static get FxUxProfileCardCore(): Guid;
package/ManifestIds.js CHANGED
@@ -1158,6 +1158,9 @@ class OmniaWebComponentManifests {
1158
1158
  static get FxUxProfileCardRenderer() {
1159
1159
  return new models_1.Guid("6d1d84cb-2106-43c5-9ca8-437fc36c75a1");
1160
1160
  }
1161
+ static get FxUxProfileSwtichingBtn() {
1162
+ return new models_1.Guid("6b7b970b-2844-43ab-b7a8-6f0afa4462e3");
1163
+ }
1161
1164
  static get FxUxProfileCardComponent() {
1162
1165
  return new models_1.Guid("6489472f-d8d2-4a1b-9413-537fde528566");
1163
1166
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.7.53-preview",
4
+ "version": "7.7.55-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"