@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.
- package/dist/sparkvault.cjs.js +1 -1
- package/dist/sparkvault.esm.js +1 -1
- package/package.json +1 -1
package/dist/sparkvault.cjs.js
CHANGED
|
@@ -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
|
|
5722
|
+
// Design tokens - using light theme for upload widget (matches SecureUploadPortal)
|
|
5723
5723
|
const tokens = {
|
|
5724
5724
|
// Colors
|
|
5725
5725
|
primary: '#4F46E5',
|
package/dist/sparkvault.esm.js
CHANGED
|
@@ -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
|
|
5718
|
+
// Design tokens - using light theme for upload widget (matches SecureUploadPortal)
|
|
5719
5719
|
const tokens = {
|
|
5720
5720
|
// Colors
|
|
5721
5721
|
primary: '#4F46E5',
|