@illuma-ai/codeviz 1.0.6 → 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.cjs CHANGED
@@ -1364,16 +1364,22 @@ Format: **Draw.io XML** (mxGraphModel). The renderer includes ALL draw.io shape
1364
1364
  - K8s: \`mxgraph.kubernetes.*\` (pod, node2, svc, deploy, ns)
1365
1365
  - Network: \`mxgraph.network.*\` (server, firewall, cloud, rack_unit)
1366
1366
  - Basic: \`rounded=1;whiteSpace=wrap;html=1;fillColor=#COLOR;strokeColor=#COLOR;fontColor=#fff;\` for simple boxes`}const Dm=`
1367
+ /* ── Font: Roboto ── */
1368
+ @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');
1369
+ * { font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
1370
+
1367
1371
  /* ── Banking Theme: CSS Custom Properties ── */
1368
1372
  .theme-light {
1369
1373
  --surface-primary: #ffffff;
1370
1374
  --surface-secondary: #f7f7f8;
1371
- --surface-tertiary: #ececf1;
1375
+ --surface-tertiary: #ececec;
1376
+ --surface-left-nav: #ededee;
1377
+ --surface-active: #e3e3e3;
1372
1378
  --text-primary: #212121;
1373
- --text-secondary: #666666;
1374
- --text-tertiary: #999999;
1375
- --border-light: #e5e5e5;
1376
- --border-medium: #d1d1d1;
1379
+ --text-secondary: #424242;
1380
+ --text-tertiary: #595959;
1381
+ --border-light: #e3e3e3;
1382
+ --border-medium: #cdcdcd;
1377
1383
  --accent-cyan: #00C1D5;
1378
1384
  --accent-navy: #000033;
1379
1385
  --status-positive: #16a34a;
@@ -1384,11 +1390,13 @@ Format: **Draw.io XML** (mxGraphModel). The renderer includes ALL draw.io shape
1384
1390
  --surface-primary: #0d0d0d;
1385
1391
  --surface-secondary: #212121;
1386
1392
  --surface-tertiary: #2f2f2f;
1393
+ --surface-left-nav: #1a1a1b;
1394
+ --surface-active: #595959;
1387
1395
  --text-primary: #ececec;
1388
- --text-secondary: #a0a0a0;
1389
- --text-tertiary: #737373;
1396
+ --text-secondary: #cdcdcd;
1397
+ --text-tertiary: #595959;
1390
1398
  --border-light: #3a3a3b;
1391
- --border-medium: #4a4a4b;
1399
+ --border-medium: #424242;
1392
1400
  --accent-cyan: #00C1D5;
1393
1401
  --accent-navy: #000033;
1394
1402
  --status-positive: #22c55e;
@@ -1409,6 +1417,8 @@ Format: **Draw.io XML** (mxGraphModel). The renderer includes ALL draw.io shape
1409
1417
  .text-accent-navy { color: var(--accent-navy); }
1410
1418
  .bg-accent-cyan { background-color: var(--accent-cyan); }
1411
1419
  .bg-accent-navy { background-color: var(--accent-navy); }
1420
+ .bg-surface-left-nav { background-color: var(--surface-left-nav); }
1421
+ .bg-surface-active { background-color: var(--surface-active); }
1412
1422
  .text-status-positive { color: var(--status-positive); }
1413
1423
  .text-status-negative { color: var(--status-negative); }
1414
1424
  .text-status-warning { color: var(--status-warning); }