@innovastudio/contentbox 1.6.152 → 1.6.154

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/index.d.ts CHANGED
@@ -82,6 +82,7 @@ interface ContentBoxOptions {
82
82
  mediaSelect?: string;
83
83
 
84
84
  filePicker?: string;
85
+ filePickerSize?: string;
85
86
 
86
87
  assetBasePath?: string;
87
88
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.152",
4
+ "version": "1.6.154",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",
@@ -157793,6 +157793,7 @@ class ContentBox {
157793
157793
  videoSelect: '',
157794
157794
  audioSelect: '',
157795
157795
  mediaSelect: '',
157796
+ filePickerSize: 'medium',
157796
157797
  // selectIcon: '<svg class="is-icon-flex"><use xlink:href="#ion-more"></use></svg>',
157797
157798
  selectIcon: '<svg class="is-icon-flex" style="width:16px;height:16px;"><use xlink:href="#icon-folder"></use></svg>',
157798
157799
  // NEW: for any other file select. Will be visible on hyperlink dialog & image dialog (image link)
@@ -161691,6 +161692,7 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
161691
161692
  this.refreshUIStyle();
161692
161693
  },
161693
161694
  filePicker: this.settings.filePicker,
161695
+ filePickerSize: this.settings.filePickerSize,
161694
161696
  fileSelect: this.settings.fileSelect,
161695
161697
  imageSelect: this.settings.imageSelect,
161696
161698
  videoSelect: this.settings.videoSelect,