@sparkvault/sdk 1.9.0 → 1.9.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/index.d.ts CHANGED
@@ -398,15 +398,6 @@ interface UploadOptions {
398
398
  target?: string | HTMLElement;
399
399
  /** Override backdrop blur for this dialog (uses global config if omitted) */
400
400
  backdropBlur?: boolean;
401
- /**
402
- * Use minimal mode for cleaner inline experience.
403
- * When true:
404
- * - No dark mode transition during upload
405
- * - No security sidebar during upload/ceremony
406
- * - Cleaner, simpler progress visualization
407
- * Defaults to true for inline mode, false for modal mode.
408
- */
409
- minimal?: boolean;
410
401
  /** Callback when upload completes successfully (if omitted, uses server-configured redirect) */
411
402
  onSuccess?: (result: UploadResult) => void;
412
403
  /** Callback when an error occurs (if omitted, uses server-configured redirect) */
@@ -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.1",
4
4
  "description": "SparkVault JavaScript SDK - Identity Verification and Encrypted Vaults",
5
5
  "type": "module",
6
6
  "main": "dist/sparkvault.cjs.js",