@innovastudio/contentbox 1.5.75 → 1.5.76

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.76",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -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,