@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
package/package.json
CHANGED
@@ -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,
|