@useparagon/connect 2.2.6 → 2.2.7-experimental-18875.1
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/dist/src/types/sdk.d.ts
CHANGED
|
@@ -440,6 +440,10 @@ export type FilePickerOptions = {
|
|
|
440
440
|
enableSharedDrives?: boolean;
|
|
441
441
|
};
|
|
442
442
|
box?: {
|
|
443
|
+
/**
|
|
444
|
+
* If true, the UI elements will be rendered in a scoped iframe to avoid conflicts with global styles defined by Box.
|
|
445
|
+
*/
|
|
446
|
+
scopeCSS?: boolean;
|
|
443
447
|
container?: string;
|
|
444
448
|
maxSelectable?: number;
|
|
445
449
|
canUpload?: boolean;
|