@sparkvault/sdk 1.9.0 → 1.9.2

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.
@@ -59,15 +59,6 @@ export interface UploadOptions {
59
59
  target?: string | HTMLElement;
60
60
  /** Override backdrop blur for this dialog (uses global config if omitted) */
61
61
  backdropBlur?: boolean;
62
- /**
63
- * Use minimal mode for cleaner inline experience.
64
- * When true:
65
- * - No dark mode transition during upload
66
- * - No security sidebar during upload/ceremony
67
- * - Cleaner, simpler progress visualization
68
- * Defaults to true for inline mode, false for modal mode.
69
- */
70
- minimal?: boolean;
71
62
  /** Callback when upload completes successfully (if omitted, uses server-configured redirect) */
72
63
  onSuccess?: (result: UploadResult) => void;
73
64
  /** Callback when an error occurs (if omitted, uses server-configured redirect) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sparkvault/sdk",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
4
  "description": "SparkVault JavaScript SDK - Identity Verification and Encrypted Vaults",
5
5
  "type": "module",
6
6
  "main": "dist/sparkvault.cjs.js",