@omnia/fx 7.8.92-preview → 7.8.96-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.
@@ -0,0 +1,5 @@
1
+ export declare class SpfxOverrideFontStyle {
2
+ private omniaContext;
3
+ constructor();
4
+ init: () => void;
5
+ }
@@ -55,6 +55,7 @@ export declare class LikeComponent extends VueComponentBase implements IWebCompo
55
55
  replyAndLikeActionLink?: any;
56
56
  };
57
57
  omniaUrl: string;
58
+ isExpandedMode: boolean;
58
59
  beforeDestroy(): void;
59
60
  created(): void;
60
61
  mounted(): void;
@@ -65,6 +66,8 @@ export declare class LikeComponent extends VueComponentBase implements IWebCompo
65
66
  renderLikedByTitle(likes: Array<ISocialReaction>, likesToShow: Array<LikeUser>): VueTsxSupport.JSX.Element[];
66
67
  onOpenSocialReactionsDetail(): void;
67
68
  onCloseSocialReactionsDetail(): void;
69
+ onOpenSocalReactions(e: Event): void;
70
+ onCloseSocialReactions(): void;
68
71
  renderSocialReactions(): VueTsxSupport.JSX.Element;
69
72
  renderLikes(): VueTsxSupport.JSX.Element[];
70
73
  render(): VueTsxSupport.JSX.Element;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "7.8.92-preview",
4
+ "version": "7.8.96-preview",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "7.8.92-preview",
23
+ "@omnia/fx-models": "7.8.96-preview",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",