release: WRNexusJS 0.2.79

This commit is contained in:
2026-07-22 12:56:07 +05:30
parent c6fc0f1f63
commit 13dfa31d19
87 changed files with 472 additions and 280 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/styles",
"version": "0.2.78",
"version": "0.2.79",
"type": "module",
"main": "src/index.ts",
"exports": {
+48
View File
@@ -201,6 +201,30 @@ export const DEFAULT_THEMES: Record<string, ThemeTokens> = {
light: {
"color-scheme": "light",
"color-bg": "#ffffff",
"color-background": "#ffffff",
"color-foreground": "#0b1020",
"color-surface-raised": "#ffffff",
"color-surface-muted": "#eceff6",
"color-text-muted": "#5a6178",
"color-text-subtle": "#737b91",
"color-border-strong": "#c7cedd",
"color-primary-soft": "#eff6ff",
"color-secondary-soft": "#f1f5f9",
"color-info-soft": "#e0f2fe",
"color-success-soft": "#ecfdf3",
"color-warning-soft": "#fffbeb",
"color-danger-soft": "#fef2f2",
"color-code-background": "#0b1020",
"color-code-surface": "#141a30",
"color-code-text": "#e7ecff",
"color-code-muted": "#9aa6d0",
"color-code-border": "#27304d",
"shadow-sm": "0 1px 2px rgba(16,24,40,0.06)",
"shadow-md": "0 8px 24px rgba(16,24,40,0.10)",
"shadow-lg": "0 20px 50px rgba(16,24,40,0.14)",
"space-section": "5rem",
"space-section-sm": "3.5rem",
"container-max": "80rem",
"color-surface": "#f6f7fb",
"color-surface-2": "#eceff6",
"color-text": "#0b1020",
@@ -225,6 +249,30 @@ export const DEFAULT_THEMES: Record<string, ThemeTokens> = {
dark: {
"color-scheme": "dark",
"color-bg": "#0b1020",
"color-background": "#0b1020",
"color-foreground": "#e7ecff",
"color-surface-raised": "#1a223b",
"color-surface-muted": "#1c243f",
"color-text-muted": "#aab4d8",
"color-text-subtle": "#8995bd",
"color-border-strong": "#ffffff38",
"color-primary-soft": "#6c8cff24",
"color-secondary-soft": "#a78bfa24",
"color-info-soft": "#38bdf824",
"color-success-soft": "#4ade8024",
"color-warning-soft": "#fbbf2424",
"color-danger-soft": "#f8717124",
"color-code-background": "#060a15",
"color-code-surface": "#10172a",
"color-code-text": "#e7ecff",
"color-code-muted": "#9aa6d0",
"color-code-border": "#ffffff24",
"shadow-sm": "0 1px 2px rgba(0,0,0,0.28)",
"shadow-md": "0 10px 30px rgba(0,0,0,0.35)",
"shadow-lg": "0 24px 64px rgba(0,0,0,0.45)",
"space-section": "5rem",
"space-section-sm": "3.5rem",
"container-max": "80rem",
"color-surface": "#141a30",
"color-surface-2": "#1c243f",
"color-text": "#e7ecff",