monkey-front-core 21.0.3 → 21.0.4
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1316,7 +1316,7 @@ declare class MonkeyEcxConfigsService {
|
|
|
1316
1316
|
set whiteLabel(data: MonkeyEcxWhiteLabel);
|
|
1317
1317
|
get styleGuide(): Observable<MonkeyEcxStyleGuide | null>;
|
|
1318
1318
|
set styleGuide(data: MonkeyEcxStyleGuide);
|
|
1319
|
-
|
|
1319
|
+
federationSettings(key: string): {
|
|
1320
1320
|
[key: string]: string;
|
|
1321
1321
|
host: string;
|
|
1322
1322
|
parentPath: string;
|
|
Binary file
|