@threedddplus/logoeditor 0.0.208 → 0.0.209
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/dist/logoeditor.cjs.development.js +1 -1
- package/dist/logoeditor.cjs.development.js.map +1 -1
- package/dist/logoeditor.cjs.production.min.js +1 -1
- package/dist/logoeditor.cjs.production.min.js.map +1 -1
- package/dist/logoeditor.esm.js +1 -1
- package/dist/logoeditor.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/logoeditor.esm.js
CHANGED
@@ -1864,7 +1864,7 @@ var toastMessages =
|
|
1864
1864
|
return CustomToast('info', 'Please select the IMAGE / TEXT to delete', 14);
|
1865
1865
|
},
|
1866
1866
|
pleaseSelectTheImageDulpicate: function pleaseSelectTheImageDulpicate() {
|
1867
|
-
return CustomToast('info', 'Please select the IMAGE / TEXT to duplicate',
|
1867
|
+
return CustomToast('info', 'Please select the IMAGE / TEXT to duplicate', 150);
|
1868
1868
|
},
|
1869
1869
|
applyLogoColorNotAvailable: function applyLogoColorNotAvailable(decType) {
|
1870
1870
|
return CustomToast('error', "A few of the colors associated with decoration \"" + decType + "\" are not supported. Please use the \"Edit\" option to update them with supported colors and proceed!", 16);
|