@vindral/web-sdk 4.2.1 → 4.3.0

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.
@@ -1,6 +1,6 @@
1
1
  import { n as e, t } from "./BsfwXDui.js";
2
2
  import { a as n, i as r, n as i, r as a, t as o } from "./B7hT-BKr.js";
3
- import { g as s, h as c, n as l, r as ee, t as u, v as te, y as ne } from "./CF-41rJe.js";
3
+ import { g as s, h as c, n as l, r as ee, t as u, v as te, y as ne } from "./CjPLLJi5.js";
4
4
  import { t as d } from "./RxoWWyzp.js";
5
5
  //#region \0rolldown/runtime.js
6
6
  var f = Object.defineProperty, p = (e, t) => {
@@ -344,7 +344,7 @@ de.innerHTML = `
344
344
  }
345
345
 
346
346
  .section-tab[data-active="true"] {
347
- background: #549ce0;
347
+ background: var(--accent);
348
348
  color: #ffffff;
349
349
  }
350
350
 
@@ -403,7 +403,7 @@ de.innerHTML = `
403
403
  }
404
404
 
405
405
  .stat-value[data-status="good"] {
406
- color: #549ce0;
406
+ color: var(--accent);
407
407
  }
408
408
 
409
409
  .stat-value[data-status="warning"] {
@@ -566,7 +566,7 @@ de.innerHTML = `
566
566
  }
567
567
 
568
568
  .mode-btn[data-active="true"] {
569
- background: #549ce0;
569
+ background: var(--accent);
570
570
  color: #ffffff;
571
571
  }
572
572
 
@@ -641,7 +641,7 @@ de.innerHTML = `
641
641
  font-size: 10px;
642
642
  font-weight: 600;
643
643
  text-transform: uppercase;
644
- color: #549ce0;
644
+ color: var(--accent);
645
645
  margin-left: auto;
646
646
  display: none;
647
647
  }
@@ -683,7 +683,7 @@ de.innerHTML = `
683
683
  }
684
684
 
685
685
  .copy-btn[data-copied="true"] {
686
- background: #549ce0;
686
+ background: var(--accent);
687
687
  color: white;
688
688
  }
689
689