@omnia/workplace 7.5.46-preview → 7.5.49-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.
@@ -135,6 +135,7 @@ export declare class ResourceManifests {
135
135
  static get HttpCodeLayoutResource(): Guid;
136
136
  static get HttpCodeLayoutBPRegistration(): Guid;
137
137
  static get HttpCodeLayoutTenantRegistration(): Guid;
138
+ static get AuthenticationScreenResources(): Guid;
138
139
  }
139
140
  export declare class WebComponentManifests {
140
141
  static get FaviconSettings(): Guid;
@@ -537,7 +538,8 @@ export declare class WebComponentManifests {
537
538
  static get UserInformationBlock(): Guid;
538
539
  static get HttpCodeLayoutTenantJourney(): Guid;
539
540
  static get HttpCodeLayoutBusinessProfileJourney(): Guid;
540
- static get LoginScreenBlade(): Guid;
541
+ static get AuthenticationScreenBlade(): Guid;
542
+ static get AuthenticationScreenChrome(): Guid;
541
543
  }
542
544
  export declare class WebComponentElements {
543
545
  static get AppProvisioningStepMember(): string;
@@ -143,6 +143,7 @@ class ResourceManifests {
143
143
  static get HttpCodeLayoutResource() { return new fx_models_1.Guid("b6785187-5ac7-4fa1-a36e-08298f778cad"); }
144
144
  static get HttpCodeLayoutBPRegistration() { return new fx_models_1.Guid("7e34f694-9a74-4741-bf2c-95ca05ade31a"); }
145
145
  static get HttpCodeLayoutTenantRegistration() { return new fx_models_1.Guid("93178fef-8fbe-4e01-9510-b0a358ffa3a8"); }
146
+ static get AuthenticationScreenResources() { return new fx_models_1.Guid("47b5e3eb-3d80-487f-b60b-6ef072427c6d"); }
146
147
  }
147
148
  exports.ResourceManifests = ResourceManifests;
148
149
  class WebComponentManifests {
@@ -546,7 +547,8 @@ class WebComponentManifests {
546
547
  static get UserInformationBlock() { return new fx_models_1.Guid("29f1772f-545e-4017-b9fa-d356c8192b66"); }
547
548
  static get HttpCodeLayoutTenantJourney() { return new fx_models_1.Guid("a2b3a1be-68a8-49c2-8d60-5069174de7be"); }
548
549
  static get HttpCodeLayoutBusinessProfileJourney() { return new fx_models_1.Guid("9b3a0a46-6267-48f3-b711-68bd16f62a66"); }
549
- static get LoginScreenBlade() { return new fx_models_1.Guid("ecdcbe77-649d-423b-9f45-a2b3a4369a83"); }
550
+ static get AuthenticationScreenBlade() { return new fx_models_1.Guid("ecdcbe77-649d-423b-9f45-a2b3a4369a83"); }
551
+ static get AuthenticationScreenChrome() { return new fx_models_1.Guid("479f9b8e-edeb-4c41-95a3-1ac3e2b5299e"); }
550
552
  }
551
553
  exports.WebComponentManifests = WebComponentManifests;
552
554
  class WebComponentElements {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.5.46-preview",
4
+ "version": "7.5.49-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"