@illuma-ai/codeviz 1.0.7 → 1.0.8

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/index.js CHANGED
@@ -24584,12 +24584,14 @@ const Xm = `
24584
24584
  .theme-light {
24585
24585
  --surface-primary: #ffffff;
24586
24586
  --surface-secondary: #f7f7f8;
24587
- --surface-tertiary: #ececf1;
24587
+ --surface-tertiary: #ececec;
24588
+ --surface-left-nav: #ededee;
24589
+ --surface-active: #e3e3e3;
24588
24590
  --text-primary: #212121;
24589
- --text-secondary: #666666;
24590
- --text-tertiary: #999999;
24591
- --border-light: #e5e5e5;
24592
- --border-medium: #d1d1d1;
24591
+ --text-secondary: #424242;
24592
+ --text-tertiary: #595959;
24593
+ --border-light: #e3e3e3;
24594
+ --border-medium: #cdcdcd;
24593
24595
  --accent-cyan: #00C1D5;
24594
24596
  --accent-navy: #000033;
24595
24597
  --status-positive: #16a34a;
@@ -24600,11 +24602,13 @@ const Xm = `
24600
24602
  --surface-primary: #0d0d0d;
24601
24603
  --surface-secondary: #212121;
24602
24604
  --surface-tertiary: #2f2f2f;
24605
+ --surface-left-nav: #1a1a1b;
24606
+ --surface-active: #595959;
24603
24607
  --text-primary: #ececec;
24604
- --text-secondary: #a0a0a0;
24605
- --text-tertiary: #737373;
24608
+ --text-secondary: #cdcdcd;
24609
+ --text-tertiary: #595959;
24606
24610
  --border-light: #3a3a3b;
24607
- --border-medium: #4a4a4b;
24611
+ --border-medium: #424242;
24608
24612
  --accent-cyan: #00C1D5;
24609
24613
  --accent-navy: #000033;
24610
24614
  --status-positive: #22c55e;
@@ -24625,6 +24629,8 @@ const Xm = `
24625
24629
  .text-accent-navy { color: var(--accent-navy); }
24626
24630
  .bg-accent-cyan { background-color: var(--accent-cyan); }
24627
24631
  .bg-accent-navy { background-color: var(--accent-navy); }
24632
+ .bg-surface-left-nav { background-color: var(--surface-left-nav); }
24633
+ .bg-surface-active { background-color: var(--surface-active); }
24628
24634
  .text-status-positive { color: var(--status-positive); }
24629
24635
  .text-status-negative { color: var(--status-negative); }
24630
24636
  .text-status-warning { color: var(--status-warning); }