@innovastudio/contentbuilder 1.4.108 → 1.4.110

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.108",
4
+ "version": "1.4.110",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -78193,7 +78193,7 @@ class Dictation {
78193
78193
  const btnScopeOthers = this.modalCommand.querySelector('.scope-others');
78194
78194
  const btnScopeImage = this.modalCommand.querySelector('.scope-image');
78195
78195
  btnScopeBlock.disabled = true;
78196
- if (this.builder.textToImageUrl) btnScopeImage.style.display = ''; // show generate image button
78196
+ if (this.builder.textToImageUrl && !this.builder.hideImageGeneration) btnScopeImage.style.display = ''; // show generate image button
78197
78197
 
78198
78198
  const assistModeBtns = modalCommand.querySelectorAll('.div-assistant-mode button');
78199
78199
  assistModeBtns.forEach(btn => {