@purple/phoenix-components 4.35.2 → 4.36.0

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/index.d.ts CHANGED
@@ -456,7 +456,7 @@ interface FileWithPreview extends File {
456
456
  }
457
457
  interface FilePreviewCommonProps {
458
458
  setFiles: (files: FileWithPreview[]) => void;
459
- onPassword?(password: string): void;
459
+ onPassword?(filename: string, password: string): void;
460
460
  passwordPromptText?: string;
461
461
  passwordIncorrectText?: string;
462
462
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purple/phoenix-components",
3
- "version": "4.35.2",
3
+ "version": "4.36.0",
4
4
  "description": "",
5
5
  "main": "dist/bundle.umd.js",
6
6
  "module": "dist/bundle.esm.js",