@innovastudio/contentbox 1.5.75 → 1.5.77

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.5.75",
4
+ "version": "1.5.77",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -51,7 +51,7 @@
51
51
  "ws": "^8.13.0"
52
52
  },
53
53
  "dependencies": {
54
- "@innovastudio/contentbuilder": "^1.4.97",
54
+ "@innovastudio/contentbuilder": "^1.4.98",
55
55
  "js-beautify": "^1.14.0"
56
56
  }
57
57
  }
@@ -92709,7 +92709,7 @@ class Dictation {
92709
92709
  <style>
92710
92710
  #_cbhtml .is-modal.page-command {
92711
92711
  width: 25vw;
92712
- min-width: 393px;
92712
+ min-width: 500px;
92713
92713
  max-width: 600px;
92714
92714
  height: 230px;
92715
92715
  top: auto;
@@ -118351,6 +118351,11 @@ Add an image for each feature.`, 'Revise the headline, paragraph, and all the te
118351
118351
  textToImageUrl: this.settings.textToImageUrl,
118352
118352
  upscaleImageUrl: this.settings.upscaleImageUrl,
118353
118353
  controlNetUrl: this.settings.controlNetUrl,
118354
+ imageViewUrl: this.settings.imageViewUrl,
118355
+ assetPanelReverse: this.settings.assetPanelReverse,
118356
+ assetFilesOnly: this.settings.assetFilesOnly,
118357
+ assetRefreshButton: this.settings.assetRefreshButton,
118358
+ assetAllowedFileTypes: this.settings.assetAllowedFileTypes,
118354
118359
  container: '.is-container',
118355
118360
  page: '.is-wrapper',
118356
118361
  deleteConfirm: this.settings.deleteConfirm,