@evoke-platform/context 1.3.0-testing.8 → 1.3.0-testing.9

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.
@@ -306,6 +306,8 @@ export type ActionInput = {
306
306
  minDocuments?: number;
307
307
  maxDocuments?: number;
308
308
  customMessage?: string;
309
+ allowedFileExtensions?: string[];
310
+ maxSizeInKB?: number;
309
311
  };
310
312
  /**
311
313
  * An array of sub-components to be rendered inside sections.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/context",
3
- "version": "1.3.0-testing.8",
3
+ "version": "1.3.0-testing.9",
4
4
  "description": "Utilities that provide context to Evoke platform widgets",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",