Files
dzinesco aa81eb5adb feat: add advanced analytics and territory management system
- Add comprehensive analytics components with export functionality
- Implement territory management with manager performance tracking
- Add seatmap components for venue layout management
- Create customer management features with modal interface
- Add advanced hooks for dashboard flags and territory data
- Implement seat selection and venue management utilities
- Add type definitions for ticketing and seatmap systems

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-26 09:25:10 -06:00

156 lines
3.8 KiB
JSON

{
"name": "light",
"description": "Premium light theme with sophisticated color palette and subtle glassmorphism",
"colors": {
"background": {
"primary": "#ffffff",
"secondary": "#f8fafc",
"tertiary": "#f1f5f9",
"elevated": "#ffffff",
"overlay": "rgba(0, 0, 0, 0.5)",
"gradient": "linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%)"
},
"surface": {
"glass": "rgba(255, 255, 255, 0.8)",
"glassHover": "rgba(255, 255, 255, 0.9)",
"glassFocus": "rgba(255, 255, 255, 0.95)",
"muted": "rgba(248, 250, 252, 0.8)",
"elevated": "rgba(255, 255, 255, 0.95)"
},
"text": {
"primary": "#0f172a",
"secondary": "#334155",
"muted": "#64748b",
"inverse": "#ffffff",
"disabled": "#94a3b8",
"onColor": "#ffffff"
},
"border": {
"default": "#e2e8f0",
"muted": "#f1f5f9",
"strong": "#cbd5e1",
"focus": "#8b5cf6"
},
"accent": {
"emerald": {
"50": "#ecfdf5",
"100": "#d1fae5",
"200": "#a7f3d0",
"300": "#6ee7b7",
"400": "#34d399",
"500": "#10b981",
"600": "#059669",
"700": "#047857",
"800": "#065f46",
"900": "#064e3b",
"text": "#047857"
},
"amber": {
"50": "#fffbeb",
"100": "#fef3c7",
"200": "#fde68a",
"300": "#fcd34d",
"400": "#fbbf24",
"500": "#f59e0b",
"600": "#d97706",
"700": "#b45309",
"800": "#92400e",
"900": "#78350f",
"text": "#b45309"
},
"rose": {
"50": "#fff1f2",
"100": "#ffe4e6",
"200": "#fecdd3",
"300": "#fda4af",
"400": "#fb7185",
"500": "#f43f5e",
"600": "#e11d48",
"700": "#be123c",
"800": "#9f1239",
"900": "#881337",
"text": "#be123c"
},
"violet": {
"50": "#f5f3ff",
"100": "#ede9fe",
"200": "#ddd6fe",
"300": "#c4b5fd",
"400": "#a78bfa",
"500": "#8b5cf6",
"600": "#7c3aed",
"700": "#6d28d9",
"800": "#5b21b6",
"900": "#4c1d95",
"text": "#6d28d9"
},
"cyan": {
"50": "#ecfeff",
"100": "#cffafe",
"200": "#a5f3fc",
"300": "#67e8f9",
"400": "#22d3ee",
"500": "#06b6d4",
"600": "#0891b2",
"700": "#0e7490",
"800": "#155e75",
"900": "#164e63",
"text": "#0e7490"
}
},
"semantic": {
"success": {
"bg": "#ecfdf5",
"bgHover": "#d1fae5",
"border": "#a7f3d0",
"text": "#065f46",
"accent": "#10b981"
},
"warning": {
"bg": "#fffbeb",
"bgHover": "#fef3c7",
"border": "#fde68a",
"text": "#92400e",
"accent": "#f59e0b"
},
"error": {
"bg": "#fff1f2",
"bgHover": "#ffe4e6",
"border": "#fecdd3",
"text": "#9f1239",
"accent": "#f43f5e"
},
"info": {
"bg": "#ecfeff",
"bgHover": "#cffafe",
"border": "#a5f3fc",
"text": "#155e75",
"accent": "#06b6d4"
}
},
"focus": {
"ring": "#8b5cf6",
"offset": "#ffffff"
},
"interactive": {
"primary": {
"bg": "linear-gradient(135deg, #6d28d9, #0e7490)",
"bgHover": "linear-gradient(135deg, #5b21b6, #155e75)",
"text": "#ffffff",
"border": "transparent"
},
"secondary": {
"bg": "rgba(255, 255, 255, 0.8)",
"bgHover": "rgba(255, 255, 255, 0.9)",
"text": "#334155",
"border": "#e2e8f0"
},
"accent": {
"bg": "linear-gradient(135deg, #047857, #0e7490)",
"bgHover": "linear-gradient(135deg, #065f46, #155e75)",
"text": "#ffffff",
"border": "transparent"
}
}
}
}