Initialize client project from skeleton
Client: test Generated: 2026-02-03T14:52:51.711Z
This commit is contained in:
@@ -1,44 +1,29 @@
|
||||
{
|
||||
"$schema": "./design_tokens.schema.json",
|
||||
"specVersion": "1.0",
|
||||
"colors": {
|
||||
"primary": "#000000",
|
||||
"secondary": "#666666",
|
||||
"accent": "#0066cc",
|
||||
"primary": "#2563eb",
|
||||
"secondary": "#64748b",
|
||||
"accent": "#f59e0b",
|
||||
"neutral": "#6b7280",
|
||||
"background": "#ffffff",
|
||||
"foreground": "#000000",
|
||||
"muted": "#f5f5f5",
|
||||
"border": "#e5e5e5",
|
||||
"error": "#dc2626",
|
||||
"success": "#16a34a",
|
||||
"warning": "#ca8a04"
|
||||
"foreground": "#0f172a",
|
||||
"muted": "#f3f4f6",
|
||||
"mutedForeground": "#4b505a",
|
||||
"border": "#e5e7eb",
|
||||
"success": "#10b981",
|
||||
"warning": "#f59e0b",
|
||||
"error": "#ef4444"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": {
|
||||
"sans": "system-ui, -apple-system, sans-serif",
|
||||
"serif": "Georgia, serif",
|
||||
"mono": "ui-monospace, monospace"
|
||||
"fonts": {
|
||||
"heading": {
|
||||
"family": "Inter",
|
||||
"fallback": "sans-serif",
|
||||
"weight": "700"
|
||||
},
|
||||
"fontSizes": {
|
||||
"xs": "0.75rem",
|
||||
"sm": "0.875rem",
|
||||
"base": "1rem",
|
||||
"lg": "1.125rem",
|
||||
"xl": "1.25rem",
|
||||
"2xl": "1.5rem",
|
||||
"3xl": "1.875rem",
|
||||
"4xl": "2.25rem",
|
||||
"5xl": "3rem"
|
||||
},
|
||||
"fontWeights": {
|
||||
"normal": 400,
|
||||
"medium": 500,
|
||||
"semibold": 600,
|
||||
"bold": 700
|
||||
},
|
||||
"lineHeights": {
|
||||
"tight": 1.25,
|
||||
"normal": 1.5,
|
||||
"relaxed": 1.75
|
||||
"body": {
|
||||
"family": "Inter",
|
||||
"fallback": "sans-serif",
|
||||
"weight": "400"
|
||||
}
|
||||
},
|
||||
"spacing": {
|
||||
@@ -48,20 +33,79 @@
|
||||
"lg": "1.5rem",
|
||||
"xl": "2rem",
|
||||
"2xl": "3rem",
|
||||
"3xl": "4rem"
|
||||
"3xl": "4rem",
|
||||
"4xl": "6rem",
|
||||
"5xl": "8rem",
|
||||
"section": "5rem",
|
||||
"container": "1200px",
|
||||
"containerPadding": "2rem",
|
||||
"6xl": "10rem"
|
||||
},
|
||||
"borderRadius": {
|
||||
"none": "0",
|
||||
"sm": "0.25rem",
|
||||
"md": "0.5rem",
|
||||
"lg": "1rem",
|
||||
"lg": "0.75rem",
|
||||
"xl": "1rem",
|
||||
"full": "9999px"
|
||||
},
|
||||
"shadows": {
|
||||
"sm": "0 1px 2px 0 rgb(0 0 0 / 0.05)",
|
||||
"md": "0 4px 6px -1px rgb(0 0 0 / 0.1)",
|
||||
"lg": "0 10px 15px -3px rgb(0 0 0 / 0.1)",
|
||||
"xl": "0 20px 25px -5px rgb(0 0 0 / 0.1)"
|
||||
"sm": "0 1px 3px 0 rgb(0 0 0 / 0.1)",
|
||||
"md": "0 4px 8px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
|
||||
"lg": "0 10px 20px -3px rgb(0 0 0 / 0.1), 0 4px 8px -4px rgb(0 0 0 / 0.1)",
|
||||
"xl": "0 20px 30px -5px rgb(0 0 0 / 0.1), 0 8px 12px -6px rgb(0 0 0 / 0.1)"
|
||||
},
|
||||
"typography": {
|
||||
"xs": {
|
||||
"size": "0.75rem",
|
||||
"lineHeight": "1.125rem",
|
||||
"letterSpacing": "0"
|
||||
},
|
||||
"sm": {
|
||||
"size": "0.875rem",
|
||||
"lineHeight": "1.25rem",
|
||||
"letterSpacing": "0"
|
||||
},
|
||||
"base": {
|
||||
"size": "1rem",
|
||||
"lineHeight": "1.5rem",
|
||||
"letterSpacing": "0"
|
||||
},
|
||||
"lg": {
|
||||
"size": "1.125rem",
|
||||
"lineHeight": "1.75rem",
|
||||
"letterSpacing": "0"
|
||||
},
|
||||
"xl": {
|
||||
"size": "1.25rem",
|
||||
"lineHeight": "1.75rem",
|
||||
"letterSpacing": "-0.01em"
|
||||
},
|
||||
"2xl": {
|
||||
"size": "1.5rem",
|
||||
"lineHeight": "2rem",
|
||||
"letterSpacing": "-0.015em"
|
||||
},
|
||||
"3xl": {
|
||||
"size": "1.875rem",
|
||||
"lineHeight": "2.25rem",
|
||||
"letterSpacing": "-0.02em"
|
||||
},
|
||||
"4xl": {
|
||||
"size": "2.25rem",
|
||||
"lineHeight": "2.5rem",
|
||||
"letterSpacing": "-0.025em"
|
||||
},
|
||||
"5xl": {
|
||||
"size": "3rem",
|
||||
"lineHeight": "1.1",
|
||||
"letterSpacing": "-0.03em"
|
||||
},
|
||||
"6xl": {
|
||||
"size": "3.75rem",
|
||||
"lineHeight": "1.1",
|
||||
"letterSpacing": "-0.03em"
|
||||
}
|
||||
},
|
||||
"breakpoints": {
|
||||
"sm": "640px",
|
||||
@@ -69,37 +113,5 @@
|
||||
"lg": "1024px",
|
||||
"xl": "1280px",
|
||||
"2xl": "1536px"
|
||||
},
|
||||
"transitions": {
|
||||
"duration": {
|
||||
"fast": "150ms",
|
||||
"normal": "300ms",
|
||||
"slow": "500ms"
|
||||
},
|
||||
"easing": {
|
||||
"default": "cubic-bezier(0.4, 0, 0.2, 1)",
|
||||
"in": "cubic-bezier(0.4, 0, 1, 1)",
|
||||
"out": "cubic-bezier(0, 0, 0.2, 1)",
|
||||
"inOut": "cubic-bezier(0.4, 0, 0.2, 1)"
|
||||
}
|
||||
},
|
||||
"zIndex": {
|
||||
"base": 0,
|
||||
"dropdown": 100,
|
||||
"sticky": 200,
|
||||
"fixed": 300,
|
||||
"modal": 400,
|
||||
"popover": 500,
|
||||
"tooltip": 600
|
||||
},
|
||||
"letterSpacing": {
|
||||
"tight": "-0.01em",
|
||||
"normal": "0em",
|
||||
"wide": "0.05em"
|
||||
},
|
||||
"layout": {
|
||||
"containerMaxWidth": "80rem",
|
||||
"containerPaddingX": "clamp(1rem, 5vw, 2rem)",
|
||||
"sectionSpacingY": "4rem"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user