@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
@@ -1872,7 +1872,7 @@ var toastMessages =
|
|
1872
1872
|
return CustomToast('info', 'Please select the IMAGE / TEXT to delete', 14);
|
1873
1873
|
},
|
1874
1874
|
pleaseSelectTheImageDulpicate: function pleaseSelectTheImageDulpicate() {
|
1875
|
-
return CustomToast('info', 'Please select the IMAGE / TEXT to duplicate',
|
1875
|
+
return CustomToast('info', 'Please select the IMAGE / TEXT to duplicate', 150);
|
1876
1876
|
},
|
1877
1877
|
applyLogoColorNotAvailable: function applyLogoColorNotAvailable(decType) {
|
1878
1878
|
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);
|