@claspo/common 6.0.14 → 6.0.16

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.
@@ -39,6 +39,7 @@ export interface WidgetInitConfigI {
39
39
  disableGlobalScroll?: boolean;
40
40
  hostUrl?: string;
41
41
  subscribeContactUrl?: string;
42
+ productKeyPrefix?: string;
42
43
  [key: string]: any;
43
44
  }
44
45
  export interface TrackingServiceI {
@@ -186,10 +186,10 @@ export declare enum IndentationPropertyPaneManifestType {
186
186
  MARGIN = "MARGIN"
187
187
  }
188
188
  export interface HoverAnimationPropertyPaneManifestModelI extends BasePropertyPaneManifestModelI {
189
- params: HoverAnimationPropertyPaneManifestParamsI;
189
+ params?: HoverAnimationPropertyPaneManifestParamsI;
190
190
  }
191
191
  export interface HoverAnimationPropertyPaneManifestParamsI {
192
- animationTypeProp: {
192
+ animationTypeProp?: {
193
193
  elementProp?: string;
194
194
  propPath?: string[];
195
195
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claspo/common",
3
- "version": "6.0.14",
3
+ "version": "6.0.16",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "engines": {