@telia-ace/widget-core-flamingo 1.1.76-rc.2 → 1.1.76-rc.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,6 +29,7 @@ export declare class Application {
29
29
  constructor(id: string, name: string, container: Container, settings: WidgetConfig, options: ApplicationOptions);
30
30
  activate(): Promise<void>;
31
31
  private loadPlugins;
32
+ onMessageReceived: (event: any) => Promise<void>;
32
33
  styles(): Record<string, any>;
33
34
  branding(): Record<string, any>;
34
35
  plugin(plugin: PluginType): this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-core-flamingo",
3
- "version": "1.1.76-rc.2",
3
+ "version": "1.1.76-rc.20",
4
4
  "dependencies": {
5
5
  "lit": "^3.0.2",
6
6
  "@teliads/icons": "^8.4.0",