@indigina/ui-kit 1.0.78 → 1.0.79

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.
@@ -2222,9 +2222,10 @@
2222
2222
  KitToastrType["WARNING"] = "toast-warning";
2223
2223
  })(exports.KitToastrType || (exports.KitToastrType = {}));
2224
2224
  var KitToastrService = /** @class */ (function () {
2225
- function KitToastrService(toastrService, renderer2) {
2225
+ function KitToastrService(toastrService, rendererFactory2) {
2226
2226
  this.toastrService = toastrService;
2227
- this.renderer2 = renderer2;
2227
+ this.rendererFactory2 = rendererFactory2;
2228
+ this.renderer2 = this.rendererFactory2.createRenderer(null, null);
2228
2229
  }
2229
2230
  KitToastrService.prototype.show = function (config) {
2230
2231
  var _this = this;
@@ -2273,7 +2274,7 @@
2273
2274
  ];
2274
2275
  KitToastrService.ctorParameters = function () { return [
2275
2276
  { type: ngxToastr.ToastrService },
2276
- { type: core.Renderer2 }
2277
+ { type: core.RendererFactory2 }
2277
2278
  ]; };
2278
2279
 
2279
2280
  // KitButton