@wizishop/img-manager 15.2.5 → 15.2.6
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/README.md +120 -119
- package/esm2020/lib/services/canva.service.mjs +2 -2
- package/esm2020/lib/services/img-manager.service.mjs +1 -1
- package/esm2020/lib/services/img-selection.service.mjs +1 -1
- package/fesm2015/wizishop-img-manager.mjs +1 -2
- package/fesm2015/wizishop-img-manager.mjs.map +1 -1
- package/fesm2020/wizishop-img-manager.mjs +1 -2
- package/fesm2020/wizishop-img-manager.mjs.map +1 -1
- package/package.json +1 -1
- package/wizishop-img-manager-15.2.6.tgz +0 -0
- package/wz-img-manager.scss +229 -229
- package/wizishop-img-manager-15.2.5.tgz +0 -0
|
@@ -252,7 +252,7 @@ class CanvaService {
|
|
|
252
252
|
return this.apiService.CONFIG.canva_token;
|
|
253
253
|
}
|
|
254
254
|
getCanvaLogo() {
|
|
255
|
-
return this.apiService.CONFIG.
|
|
255
|
+
return this.apiService.CONFIG.assets_route + "canva/icon_canva.svg";
|
|
256
256
|
}
|
|
257
257
|
bindEventExepectedImgSizeChange() {
|
|
258
258
|
return this.bindExpectedSizeDone;
|
|
@@ -4112,4 +4112,3 @@ class ImgManagerConfigDto {
|
|
|
4112
4112
|
|
|
4113
4113
|
export { ApiService, CanvaButtonApi, CanvaService, ImgApiDto, ImgManagerConfigDto, ImgManagerService, ImgSelectionService, RenamePictureService, WzImgManagerComponent, WzImgManagerModule };
|
|
4114
4114
|
//# sourceMappingURL=wizishop-img-manager.mjs.map
|
|
4115
|
-
//# sourceMappingURL=wizishop-img-manager.mjs.map
|