@wizishop/img-manager 0.2.67 → 0.2.71
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/assets/i18n/en.json +1 -1
- package/assets/i18n/fr.json +1 -1
- package/bundles/wizishop-img-manager.umd.js +2 -2
- package/bundles/wizishop-img-manager.umd.js.map +1 -1
- package/bundles/wizishop-img-manager.umd.min.js +1 -1
- package/bundles/wizishop-img-manager.umd.min.js.map +1 -1
- package/esm2015/lib/components/img-editor/info-section/info-section.component.js +2 -2
- package/esm2015/lib/components/img-selection/img-selection.component.js +2 -2
- package/esm5/lib/components/img-editor/info-section/info-section.component.js +2 -2
- package/esm5/lib/components/img-selection/img-selection.component.js +2 -2
- package/fesm2015/wizishop-img-manager.js +2 -2
- package/fesm2015/wizishop-img-manager.js.map +1 -1
- package/fesm5/wizishop-img-manager.js +2 -2
- package/fesm5/wizishop-img-manager.js.map +1 -1
- package/package.json +1 -1
- package/wizishop-img-manager-0.2.71.tgz +0 -0
- package/wizishop-img-manager.metadata.json +1 -1
- package/wz-img-manager.scss +5 -2
- package/wizishop-img-manager-0.2.67.tgz +0 -0
package/wz-img-manager.scss
CHANGED
|
@@ -1997,8 +1997,7 @@ image-cropper {
|
|
|
1997
1997
|
font-size: rem(16);
|
|
1998
1998
|
color: $main-text;
|
|
1999
1999
|
}
|
|
2000
|
-
}
|
|
2001
|
-
// Warning: in webcomponent (for wizishop-com project) the following style are added by styles-handler.js script (hard-coded)
|
|
2000
|
+
}// Warning: in webcomponent (for wizishop-com project) the following style are added by styles-handler.js script (hard-coded)
|
|
2002
2001
|
.wz-img-manager .img-selection {
|
|
2003
2002
|
background-color: white;
|
|
2004
2003
|
margin-left: 1.875rem;
|
|
@@ -3419,6 +3418,10 @@ $green-color: #2ecc71;
|
|
|
3419
3418
|
font-weight: 600;
|
|
3420
3419
|
}
|
|
3421
3420
|
}
|
|
3421
|
+
|
|
3422
|
+
&__tooltips {
|
|
3423
|
+
margin-left: 10px;
|
|
3424
|
+
}
|
|
3422
3425
|
}
|
|
3423
3426
|
|
|
3424
3427
|
&__property {
|
|
Binary file
|