fw-webbuilder 1.1.262 → 1.1.263

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.
package/index.d.ts CHANGED
@@ -834,9 +834,10 @@ declare class WbBlockBlankConfig implements OnInit {
834
834
 
835
835
  declare class WbAnimationConfig implements OnInit {
836
836
  private modal;
837
+ private translate;
837
838
  data: any;
838
839
  device: any;
839
- constructor(modal: NzModalService);
840
+ constructor(modal: NzModalService, translate: TranslateService);
840
841
  ngOnInit(): void;
841
842
  handleChangeAnimation(): void;
842
843
  static ɵfac: i0.ɵɵFactoryDeclaration<WbAnimationConfig, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.262",
3
+ "version": "1.1.263",
4
4
  "peerDependencies": {
5
5
  "@fingerprintjs/fingerprintjs": "^5.2.0",
6
6
  "@abacritt/angularx-social-login": "2.4.0",