@sparkvault/sdk 1.8.3 → 1.8.4

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.
@@ -5719,7 +5719,7 @@ function injectUploadStyles(options) {
5719
5719
  function getUploadStyles(options) {
5720
5720
  const { backdropBlur } = options;
5721
5721
  const enableBlur = backdropBlur !== false;
5722
- // Design tokens - using light theme for upload widget (matches PublicUploader)
5722
+ // Design tokens - using light theme for upload widget (matches SecureUploadPortal)
5723
5723
  const tokens = {
5724
5724
  // Colors
5725
5725
  primary: '#4F46E5',
@@ -5715,7 +5715,7 @@ function injectUploadStyles(options) {
5715
5715
  function getUploadStyles(options) {
5716
5716
  const { backdropBlur } = options;
5717
5717
  const enableBlur = backdropBlur !== false;
5718
- // Design tokens - using light theme for upload widget (matches PublicUploader)
5718
+ // Design tokens - using light theme for upload widget (matches SecureUploadPortal)
5719
5719
  const tokens = {
5720
5720
  // Colors
5721
5721
  primary: '#4F46E5',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sparkvault/sdk",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "SparkVault JavaScript SDK - Identity Verification and Encrypted Vaults",
5
5
  "type": "module",
6
6
  "main": "dist/sparkvault.cjs.js",