@sparkvault/sdk 1.21.8 → 1.21.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.
@@ -6007,7 +6007,7 @@ function injectUploadStyles(options) {
6007
6007
  function getUploadStyles(options) {
6008
6008
  const { backdropBlur } = options;
6009
6009
  const enableBlur = backdropBlur !== false;
6010
- // Design tokens - using light theme for upload widget (matches SecureUploadPortal)
6010
+ // Design tokens - light theme for upload widget
6011
6011
  const tokens = {
6012
6012
  // Colors
6013
6013
  primary: '#4F46E5',
@@ -6003,7 +6003,7 @@ function injectUploadStyles(options) {
6003
6003
  function getUploadStyles(options) {
6004
6004
  const { backdropBlur } = options;
6005
6005
  const enableBlur = backdropBlur !== false;
6006
- // Design tokens - using light theme for upload widget (matches SecureUploadPortal)
6006
+ // Design tokens - light theme for upload widget
6007
6007
  const tokens = {
6008
6008
  // Colors
6009
6009
  primary: '#4F46E5',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sparkvault/sdk",
3
- "version": "1.21.8",
3
+ "version": "1.21.9",
4
4
  "description": "SparkVault JavaScript SDK - Identity Verification and Encrypted Vaults",
5
5
  "type": "module",
6
6
  "main": "dist/sparkvault.cjs.js",