@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.
@@ -10,5 +10,5 @@
10
10
  * IMPORTANT: Keep in sync with ranger/client/src/utils/codeviz/templates.ts
11
11
  * and ranger/api/server/services/Tools/templateDefinitions.js
12
12
  */
13
- export declare const BANKING_THEME_CSS = "\n/* \u2500\u2500 Font: Roboto \u2500\u2500 */\n@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');\n* { font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }\n\n/* \u2500\u2500 Banking Theme: CSS Custom Properties \u2500\u2500 */\n.theme-light {\n --surface-primary: #ffffff;\n --surface-secondary: #f7f7f8;\n --surface-tertiary: #ececf1;\n --text-primary: #212121;\n --text-secondary: #666666;\n --text-tertiary: #999999;\n --border-light: #e5e5e5;\n --border-medium: #d1d1d1;\n --accent-cyan: #00C1D5;\n --accent-navy: #000033;\n --status-positive: #16a34a;\n --status-negative: #dc2626;\n --status-warning: #d97706;\n}\n.theme-dark {\n --surface-primary: #0d0d0d;\n --surface-secondary: #212121;\n --surface-tertiary: #2f2f2f;\n --text-primary: #ececec;\n --text-secondary: #a0a0a0;\n --text-tertiary: #737373;\n --border-light: #3a3a3b;\n --border-medium: #4a4a4b;\n --accent-cyan: #00C1D5;\n --accent-navy: #000033;\n --status-positive: #22c55e;\n --status-negative: #ef4444;\n --status-warning: #f59e0b;\n}\n\n/* \u2500\u2500 Utility Classes (Tailwind-style) \u2500\u2500 */\n.bg-surface-primary { background-color: var(--surface-primary); }\n.bg-surface-secondary { background-color: var(--surface-secondary); }\n.bg-surface-tertiary { background-color: var(--surface-tertiary); }\n.text-text-primary { color: var(--text-primary); }\n.text-text-secondary { color: var(--text-secondary); }\n.text-text-tertiary { color: var(--text-tertiary); }\n.border-border-light { border-color: var(--border-light); }\n.border-border-medium { border-color: var(--border-medium); }\n.text-accent-cyan { color: var(--accent-cyan); }\n.text-accent-navy { color: var(--accent-navy); }\n.bg-accent-cyan { background-color: var(--accent-cyan); }\n.bg-accent-navy { background-color: var(--accent-navy); }\n.text-status-positive { color: var(--status-positive); }\n.text-status-negative { color: var(--status-negative); }\n.text-status-warning { color: var(--status-warning); }\n.bg-status-positive { background-color: var(--status-positive); }\n.bg-status-negative { background-color: var(--status-negative); }\n.bg-status-warning { background-color: var(--status-warning); }\n";
13
+ export declare const BANKING_THEME_CSS = "\n/* \u2500\u2500 Font: Roboto \u2500\u2500 */\n@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');\n* { font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }\n\n/* \u2500\u2500 Banking Theme: CSS Custom Properties \u2500\u2500 */\n.theme-light {\n --surface-primary: #ffffff;\n --surface-secondary: #f7f7f8;\n --surface-tertiary: #ececec;\n --surface-left-nav: #ededee;\n --surface-active: #e3e3e3;\n --text-primary: #212121;\n --text-secondary: #424242;\n --text-tertiary: #595959;\n --border-light: #e3e3e3;\n --border-medium: #cdcdcd;\n --accent-cyan: #00C1D5;\n --accent-navy: #000033;\n --status-positive: #16a34a;\n --status-negative: #dc2626;\n --status-warning: #d97706;\n}\n.theme-dark {\n --surface-primary: #0d0d0d;\n --surface-secondary: #212121;\n --surface-tertiary: #2f2f2f;\n --surface-left-nav: #1a1a1b;\n --surface-active: #595959;\n --text-primary: #ececec;\n --text-secondary: #cdcdcd;\n --text-tertiary: #595959;\n --border-light: #3a3a3b;\n --border-medium: #424242;\n --accent-cyan: #00C1D5;\n --accent-navy: #000033;\n --status-positive: #22c55e;\n --status-negative: #ef4444;\n --status-warning: #f59e0b;\n}\n\n/* \u2500\u2500 Utility Classes (Tailwind-style) \u2500\u2500 */\n.bg-surface-primary { background-color: var(--surface-primary); }\n.bg-surface-secondary { background-color: var(--surface-secondary); }\n.bg-surface-tertiary { background-color: var(--surface-tertiary); }\n.text-text-primary { color: var(--text-primary); }\n.text-text-secondary { color: var(--text-secondary); }\n.text-text-tertiary { color: var(--text-tertiary); }\n.border-border-light { border-color: var(--border-light); }\n.border-border-medium { border-color: var(--border-medium); }\n.text-accent-cyan { color: var(--accent-cyan); }\n.text-accent-navy { color: var(--accent-navy); }\n.bg-accent-cyan { background-color: var(--accent-cyan); }\n.bg-accent-navy { background-color: var(--accent-navy); }\n.bg-surface-left-nav { background-color: var(--surface-left-nav); }\n.bg-surface-active { background-color: var(--surface-active); }\n.text-status-positive { color: var(--status-positive); }\n.text-status-negative { color: var(--status-negative); }\n.text-status-warning { color: var(--status-warning); }\n.bg-status-positive { background-color: var(--status-positive); }\n.bg-status-negative { background-color: var(--status-negative); }\n.bg-status-warning { background-color: var(--status-warning); }\n";
14
14
  //# sourceMappingURL=theme.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/ui/theme.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,iBAAiB,ouEAwD7B,CAAC"}
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/ui/theme.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,iBAAiB,s+EA8D7B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@illuma-ai/codeviz",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Multi-format code & content preview — Monaco editor, live React/HTML/Markdown/SVG/CSV/JSON rendering, streaming API, zoom/pan, download",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",