@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useparagon/connect",
3
- "version": "2.2.6",
3
+ "version": "2.2.7-experimental-18875.1",
4
4
  "description": "Embed integrations into your app with the Paragon SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",