@incodetech/web 0.0.0-dev-20260717-a3420878 → 0.0.0-dev-20260720-ca9de495

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.
@@ -9889,7 +9889,7 @@
9889
9889
  }
9890
9890
 
9891
9891
  .IncodeVsIdMask .IncodeVsIdFeedback .IncodeVsIdFeedbackSpinnerSecondary {
9892
- fill: var(--spinner-surface-secondary);
9892
+ fill: var(--surface-brand-900-static);
9893
9893
  }
9894
9894
 
9895
9895
  .IncodeVsIdFlipModal .IncodeModalDialog {
@@ -1109,7 +1109,7 @@
1109
1109
  /* Spinner */
1110
1110
 
1111
1111
  --spinner-surface-primary: var(--surface-brand-500-static);
1112
- --spinner-surface-secondary: var(--surface-brand-900-static);
1112
+ --spinner-surface-secondary: var(--surface-brand-50);
1113
1113
 
1114
1114
  --spinner-text-title: var(--text-body-800-primary);
1115
1115
  --spinner-text-subtitle: var(--text-body-500-secondary);
@@ -1109,7 +1109,7 @@
1109
1109
  /* Spinner */
1110
1110
 
1111
1111
  --spinner-surface-primary: var(--surface-brand-500-static);
1112
- --spinner-surface-secondary: var(--surface-brand-900-static);
1112
+ --spinner-surface-secondary: var(--surface-brand-50);
1113
1113
 
1114
1114
  --spinner-text-title: var(--text-body-800-primary);
1115
1115
  --spinner-text-subtitle: var(--text-body-500-secondary);
@@ -1640,7 +1640,7 @@
1640
1640
  }
1641
1641
 
1642
1642
  .IncodeVsIdMask .IncodeVsIdFeedback .IncodeVsIdFeedbackSpinnerSecondary {
1643
- fill: var(--spinner-surface-secondary);
1643
+ fill: var(--surface-brand-900-static);
1644
1644
  }
1645
1645
 
1646
1646
  .IncodeVsIdFlipModal .IncodeModalDialog {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260717-a3420878",
3
+ "version": "0.0.0-dev-20260720-ca9de495",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
@@ -291,7 +291,7 @@
291
291
  "qrcode": "^1.5.4",
292
292
  "signature_pad": "^5.1.3",
293
293
  "tailwindcss": "^4.1.17",
294
- "@incodetech/core": "0.0.0-dev-20260717-a3420878"
294
+ "@incodetech/core": "0.0.0-dev-20260720-ca9de495"
295
295
  },
296
296
  "devDependencies": {
297
297
  "@microsoft/api-extractor": "^7.53.3",