ai-spector 0.4.0 → 0.4.2
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/README.md +10 -2
- package/assets/themes/airbnb/preview.html +281 -0
- package/assets/themes/airtable/preview.html +209 -0
- package/assets/themes/apple/preview.html +461 -0
- package/assets/themes/binance/preview.html +1013 -0
- package/assets/themes/bmw/preview.html +255 -0
- package/assets/themes/bugatti/preview.html +879 -0
- package/assets/themes/cal/preview.html +620 -0
- package/assets/themes/claude/preview.html +873 -0
- package/assets/themes/clay/preview.html +360 -0
- package/assets/themes/clickhouse/preview.html +833 -0
- package/assets/themes/cohere/preview.html +854 -0
- package/assets/themes/coinbase/preview.html +208 -0
- package/assets/themes/composio/preview.html +980 -0
- package/assets/themes/cursor/preview.html +428 -0
- package/assets/themes/elevenlabs/preview.html +296 -0
- package/assets/themes/expo/preview.html +580 -0
- package/assets/themes/ferrari/preview.html +1168 -0
- package/assets/themes/framer/preview.html +930 -0
- package/assets/themes/hashicorp/preview.html +1238 -0
- package/assets/themes/ibm/preview.html +473 -0
- package/assets/themes/intercom/preview.html +229 -0
- package/assets/themes/kraken/preview.html +213 -0
- package/assets/themes/lamborghini/preview.html +428 -0
- package/assets/themes/linear.app/preview.html +418 -0
- package/assets/themes/lovable/preview.html +393 -0
- package/assets/themes/meta/preview.html +656 -0
- package/assets/themes/minimax/preview.html +1293 -0
- package/assets/themes/mintlify/preview.html +443 -0
- package/assets/themes/miro/preview.html +218 -0
- package/assets/themes/mistral.ai/preview.html +850 -0
- package/assets/themes/mongodb/preview.html +304 -0
- package/assets/themes/nike/preview.html +1182 -0
- package/assets/themes/notion/preview.html +409 -0
- package/assets/themes/nvidia/preview.html +411 -0
- package/assets/themes/ollama/preview.html +725 -0
- package/assets/themes/opencode.ai/preview.html +402 -0
- package/assets/themes/pinterest/preview.html +277 -0
- package/assets/themes/playstation/preview.html +1125 -0
- package/assets/themes/posthog/preview.html +794 -0
- package/assets/themes/raycast/preview.html +735 -0
- package/assets/themes/renault/preview.html +652 -0
- package/assets/themes/replicate/preview.html +878 -0
- package/assets/themes/resend/preview.html +399 -0
- package/assets/themes/revolut/preview.html +278 -0
- package/assets/themes/runwayml/preview.html +712 -0
- package/assets/themes/sanity/preview.html +1180 -0
- package/assets/themes/sentry/preview.html +996 -0
- package/assets/themes/shopify/preview.html +611 -0
- package/assets/themes/spacex/preview.html +265 -0
- package/assets/themes/spotify/preview.html +275 -0
- package/assets/themes/stripe/preview.html +464 -0
- package/assets/themes/supabase/preview.html +1002 -0
- package/assets/themes/superhuman/preview.html +996 -0
- package/assets/themes/tesla/preview.html +971 -0
- package/assets/themes/theverge/preview.html +1143 -0
- package/assets/themes/together.ai/preview.html +944 -0
- package/assets/themes/uber/preview.html +1164 -0
- package/assets/themes/vercel/preview.html +412 -0
- package/assets/themes/voltagent/preview.html +813 -0
- package/assets/themes/warp/preview.html +580 -0
- package/assets/themes/webflow/preview.html +191 -0
- package/assets/themes/wired/preview.html +1049 -0
- package/assets/themes/wise/preview.html +274 -0
- package/assets/themes/x.ai/preview.html +452 -0
- package/assets/themes/zapier/preview.html +417 -0
- package/dist/cli.js +37 -1
- package/dist/cli.js.map +1 -1
- package/dist/commands/graph-visualize.d.ts.map +1 -1
- package/dist/commands/graph-visualize.js +1 -22
- package/dist/commands/graph-visualize.js.map +1 -1
- package/dist/commands/prototype.d.ts +19 -0
- package/dist/commands/prototype.d.ts.map +1 -1
- package/dist/commands/prototype.js +78 -3
- package/dist/commands/prototype.js.map +1 -1
- package/dist/prototype/config.d.ts +9 -1
- package/dist/prototype/config.d.ts.map +1 -1
- package/dist/prototype/config.js +29 -0
- package/dist/prototype/config.js.map +1 -1
- package/dist/prototype/htpasswd.d.ts +5 -0
- package/dist/prototype/htpasswd.d.ts.map +1 -0
- package/dist/prototype/htpasswd.js +33 -0
- package/dist/prototype/htpasswd.js.map +1 -0
- package/dist/prototype/theme-preview.d.ts +17 -0
- package/dist/prototype/theme-preview.d.ts.map +1 -0
- package/dist/prototype/theme-preview.js +73 -0
- package/dist/prototype/theme-preview.js.map +1 -0
- package/dist/prototype/types.d.ts +8 -0
- package/dist/prototype/types.d.ts.map +1 -1
- package/dist/prototype/validate.d.ts.map +1 -1
- package/dist/prototype/validate.js +19 -0
- package/dist/prototype/validate.js.map +1 -1
- package/dist/util/open-browser.d.ts +3 -0
- package/dist/util/open-browser.d.ts.map +1 -0
- package/dist/util/open-browser.js +24 -0
- package/dist/util/open-browser.js.map +1 -0
- package/package.json +4 -2
- package/scaffold/.ai-spector/.docflow/config/language.json +4 -0
- package/scaffold/cursor/WORKFLOW.md +2 -1
- package/scaffold/cursor/skills/_skill-router.md +1 -1
- package/scaffold/cursor/skills/ai-spector/references/generate-workflow.md +8 -0
- package/scaffold/cursor/skills/ai-spector/references/language-picker.md +70 -0
- package/scaffold/cursor/skills/ai-spector/references/project-conventions.md +13 -4
- package/scaffold/cursor/skills/ai-spector-generate-basic-design/SKILL.md +1 -0
- package/scaffold/cursor/skills/ai-spector-generate-detail-design/SKILL.md +1 -0
- package/scaffold/cursor/skills/ai-spector-generate-prototype/SKILL.md +13 -5
- package/scaffold/cursor/skills/ai-spector-generate-prototype/references/auth-picker.md +61 -0
- package/scaffold/cursor/skills/ai-spector-generate-prototype/references/runbook.md +32 -10
- package/scaffold/cursor/skills/ai-spector-generate-prototype/references/theme-picker.md +118 -0
- package/scaffold/cursor/skills/ai-spector-generate-srs/SKILL.md +1 -0
- package/scaffold/prototype/README.md +24 -3
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>Design System Inspired by SpaceX</title>
|
|
7
|
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
8
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
9
|
+
<link href="https://fonts.googleapis.com/css2?family=Share+Tech&display=swap" rel="stylesheet">
|
|
10
|
+
<style>
|
|
11
|
+
:root {
|
|
12
|
+
--black: #000000; --spectral: #f0f0fa; --ghost-bg: rgba(240,240,250,0.1);
|
|
13
|
+
--ghost-border: rgba(240,240,250,0.35); --overlay: rgba(0,0,0,0.5);
|
|
14
|
+
--font: 'Share Tech', Arial, Verdana, sans-serif;
|
|
15
|
+
}
|
|
16
|
+
* { margin:0; padding:0; box-sizing:border-box; }
|
|
17
|
+
body { background:var(--black); color:var(--spectral); font-family:var(--font); font-size:16px; line-height:1.50; text-transform:uppercase; letter-spacing:0.5px; -webkit-font-smoothing:antialiased; }
|
|
18
|
+
|
|
19
|
+
.nav { position:sticky; top:0; z-index:100; display:flex; align-items:center; justify-content:space-between; padding:12px 32px; background:rgba(0,0,0,0.7); backdrop-filter:blur(8px); }
|
|
20
|
+
.nav-brand { font-size:13px; font-weight:700; color:var(--spectral); text-decoration:none; letter-spacing:1.17px; }
|
|
21
|
+
.nav-links { display:flex; gap:24px; list-style:none; }
|
|
22
|
+
.nav-links a { font-size:12px; font-weight:400; color:rgba(240,240,250,0.7); text-decoration:none; letter-spacing:1px; transition:color 0.2s; }
|
|
23
|
+
.nav-links a:hover { color:var(--spectral); }
|
|
24
|
+
.nav-cta { display:inline-block; background:var(--ghost-bg); color:var(--spectral); padding:8px 18px; border-radius:32px; border:1px solid var(--ghost-border); font-size:12px; font-weight:700; letter-spacing:1.17px; text-decoration:none; }
|
|
25
|
+
|
|
26
|
+
.hero { padding:120px 32px 80px; text-align:left; max-width:900px; margin:0 auto; background:linear-gradient(180deg, rgba(0,0,20,0.9) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.9) 100%); min-height:60vh; display:flex; flex-direction:column; justify-content:center; }
|
|
27
|
+
.hero h1 { font-size:48px; font-weight:700; line-height:1.00; letter-spacing:0.96px; margin-bottom:16px; }
|
|
28
|
+
.hero p { font-size:16px; font-weight:400; line-height:1.70; letter-spacing:0.5px; color:rgba(240,240,250,0.7); max-width:500px; margin-bottom:32px; text-transform:none; }
|
|
29
|
+
.hero-buttons { display:flex; gap:12px; }
|
|
30
|
+
.btn-ghost { display:inline-block; background:var(--ghost-bg); color:var(--spectral); padding:14px 24px; border-radius:32px; border:1px solid var(--ghost-border); font-family:var(--font); font-size:13px; font-weight:700; letter-spacing:1.17px; text-decoration:none; cursor:pointer; transition:background 0.2s; }
|
|
31
|
+
.btn-ghost:hover { background:rgba(240,240,250,0.2); }
|
|
32
|
+
|
|
33
|
+
.section { padding:64px 32px; max-width:900px; margin:0 auto; }
|
|
34
|
+
.section-label { font-size:10px; font-weight:400; letter-spacing:1px; color:rgba(240,240,250,0.5); margin-bottom:8px; }
|
|
35
|
+
.section-title { font-size:32px; font-weight:700; line-height:1.00; letter-spacing:0.96px; margin-bottom:32px; }
|
|
36
|
+
.section-divider { border:none; border-top:1px solid rgba(240,240,250,0.1); margin:0; }
|
|
37
|
+
|
|
38
|
+
.color-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(150px,1fr)); gap:12px; margin-bottom:24px; }
|
|
39
|
+
.color-swatch { border-radius:4px; overflow:hidden; border:1px solid rgba(240,240,250,0.15); }
|
|
40
|
+
.color-swatch-block { height:72px; width:100%; }
|
|
41
|
+
.color-swatch-info { padding:10px; }
|
|
42
|
+
.color-swatch-name { font-size:11px; font-weight:700; letter-spacing:0.5px; margin-bottom:2px; }
|
|
43
|
+
.color-swatch-hex { font-size:10px; color:rgba(240,240,250,0.5); }
|
|
44
|
+
.color-swatch-role { font-size:9px; color:rgba(240,240,250,0.4); margin-top:3px; text-transform:none; }
|
|
45
|
+
.color-group-label { font-size:12px; font-weight:700; letter-spacing:1px; color:rgba(240,240,250,0.6); margin:24px 0 10px; }
|
|
46
|
+
|
|
47
|
+
.type-sample { margin-bottom:28px; padding-bottom:24px; border-bottom:1px solid rgba(240,240,250,0.08); }
|
|
48
|
+
.type-sample:last-child { border-bottom:none; }
|
|
49
|
+
.type-meta { font-size:10px; color:rgba(240,240,250,0.4); margin-top:6px; letter-spacing:0.5px; }
|
|
50
|
+
|
|
51
|
+
.button-row { display:flex; gap:16px; flex-wrap:wrap; align-items:center; }
|
|
52
|
+
.button-item { text-align:center; }
|
|
53
|
+
.button-label { font-size:10px; color:rgba(240,240,250,0.4); margin-top:8px; letter-spacing:0.5px; }
|
|
54
|
+
|
|
55
|
+
.card-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(280px,1fr)); gap:16px; }
|
|
56
|
+
.card { background:rgba(240,240,250,0.03); border:1px solid rgba(240,240,250,0.1); border-radius:4px; padding:24px; }
|
|
57
|
+
.card h3 { font-size:16px; font-weight:700; letter-spacing:0.96px; margin-bottom:8px; }
|
|
58
|
+
.card p { font-size:14px; color:rgba(240,240,250,0.6); line-height:1.50; text-transform:none; letter-spacing:normal; }
|
|
59
|
+
|
|
60
|
+
.form-group { margin-bottom:16px; max-width:400px; }
|
|
61
|
+
.form-label { display:block; font-size:12px; font-weight:700; letter-spacing:1px; margin-bottom:6px; }
|
|
62
|
+
.form-input { width:100%; background:rgba(240,240,250,0.05); color:var(--spectral); border:1px solid var(--ghost-border); padding:12px 16px; border-radius:4px; font-family:var(--font); font-size:14px; outline:none; text-transform:none; letter-spacing:normal; }
|
|
63
|
+
.form-input:focus { border-color:var(--spectral); }
|
|
64
|
+
.form-input--focus { border-color:var(--spectral); }
|
|
65
|
+
.form-input--error { border-color:#ff4444; }
|
|
66
|
+
.form-textarea { width:100%; min-height:80px; background:rgba(240,240,250,0.05); color:var(--spectral); border:1px solid var(--ghost-border); padding:12px 16px; border-radius:4px; font-family:var(--font); font-size:14px; resize:vertical; outline:none; text-transform:none; letter-spacing:normal; }
|
|
67
|
+
.form-state-label { font-size:9px; color:rgba(240,240,250,0.4); margin-top:4px; }
|
|
68
|
+
|
|
69
|
+
.spacing-row { display:flex; align-items:flex-end; gap:10px; flex-wrap:wrap; margin-bottom:20px; }
|
|
70
|
+
.spacing-item { text-align:center; }
|
|
71
|
+
.spacing-block { background:var(--spectral); opacity:0.2; border-radius:2px; margin-bottom:6px; height:28px; }
|
|
72
|
+
.spacing-value { font-size:10px; color:rgba(240,240,250,0.4); }
|
|
73
|
+
|
|
74
|
+
.radius-row { display:flex; gap:14px; flex-wrap:wrap; align-items:center; }
|
|
75
|
+
.radius-item { text-align:center; }
|
|
76
|
+
.radius-box { width:60px; height:60px; border:1px solid rgba(240,240,250,0.2); margin-bottom:6px; }
|
|
77
|
+
.radius-label { font-size:10px; color:rgba(240,240,250,0.4); }
|
|
78
|
+
|
|
79
|
+
.elevation-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(200px,1fr)); gap:16px; }
|
|
80
|
+
.elevation-card { border:1px solid rgba(240,240,250,0.08); border-radius:4px; padding:20px; text-align:center; }
|
|
81
|
+
.elevation-label { font-size:13px; font-weight:700; letter-spacing:0.5px; margin-bottom:4px; }
|
|
82
|
+
.elevation-desc { font-size:10px; color:rgba(240,240,250,0.4); text-transform:none; letter-spacing:normal; }
|
|
83
|
+
|
|
84
|
+
.footer { padding:32px; text-align:center; border-top:1px solid rgba(240,240,250,0.1); font-size:11px; color:rgba(240,240,250,0.4); }
|
|
85
|
+
.footer a { color:var(--spectral); text-decoration:underline; }
|
|
86
|
+
|
|
87
|
+
@media (max-width:600px) {
|
|
88
|
+
.hero h1 { font-size:32px; }
|
|
89
|
+
.nav-links { display:none; }
|
|
90
|
+
.section { padding:48px 20px; }
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/* getdesign.md nav additions */
|
|
94
|
+
.nav-left { display: flex; align-items: center; gap: 20px; }
|
|
95
|
+
.nav-brand-link,
|
|
96
|
+
.nav-brand-link:link,
|
|
97
|
+
.nav-brand-link:visited,
|
|
98
|
+
.nav-brand-link:hover,
|
|
99
|
+
.nav-brand-link:active { text-decoration: none; color: inherit; }
|
|
100
|
+
.nav-github,
|
|
101
|
+
.nav-github:link,
|
|
102
|
+
.nav-github:visited,
|
|
103
|
+
.nav-github:hover,
|
|
104
|
+
.nav-github:active {
|
|
105
|
+
display: inline-flex;
|
|
106
|
+
align-items: center;
|
|
107
|
+
gap: 6px;
|
|
108
|
+
font-size: 12px;
|
|
109
|
+
font-weight: 600;
|
|
110
|
+
color: inherit;
|
|
111
|
+
text-decoration: none;
|
|
112
|
+
padding: 5px 10px;
|
|
113
|
+
border: 1px solid rgba(128, 128, 128, 0.3);
|
|
114
|
+
border-radius: 6px;
|
|
115
|
+
opacity: 0.75;
|
|
116
|
+
transition: opacity 200ms ease, border-color 200ms ease;
|
|
117
|
+
font-family: inherit;
|
|
118
|
+
line-height: 1;
|
|
119
|
+
white-space: nowrap;
|
|
120
|
+
}
|
|
121
|
+
.nav-github:hover { opacity: 1; border-color: rgba(128, 128, 128, 0.55); }
|
|
122
|
+
.nav-github svg { display: block; flex-shrink: 0; }
|
|
123
|
+
|
|
124
|
+
/* getdesign.md nav centering */
|
|
125
|
+
.nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
|
|
126
|
+
.nav > .nav-left { justify-self: start; }
|
|
127
|
+
.nav > .nav-links { justify-self: center; }
|
|
128
|
+
.nav > :last-child { justify-self: end; }
|
|
129
|
+
</style>
|
|
130
|
+
</head>
|
|
131
|
+
<body>
|
|
132
|
+
|
|
133
|
+
<nav class="nav">
|
|
134
|
+
<div class="nav-left">
|
|
135
|
+
<a href="https://getdesign.md/" target="_blank" rel="noopener noreferrer" class="nav-brand-link">
|
|
136
|
+
<span class="nav-brand">getdesign.md</span>
|
|
137
|
+
</a>
|
|
138
|
+
<a class="nav-github" href="https://github.com/VoltAgent/awesome-design-md" target="_blank" rel="noopener noreferrer" aria-label="awesome-design-md on GitHub">
|
|
139
|
+
<svg width="14" height="14" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2 .37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg>
|
|
140
|
+
awesome-design-md
|
|
141
|
+
</a>
|
|
142
|
+
</div>
|
|
143
|
+
<ul class="nav-links">
|
|
144
|
+
<li><a href="#colors">Colors</a></li>
|
|
145
|
+
<li><a href="#typography">Typography</a></li>
|
|
146
|
+
<li><a href="#buttons">Buttons</a></li>
|
|
147
|
+
<li><a href="#cards">Cards</a></li>
|
|
148
|
+
<li><a href="#spacing">Spacing</a></li>
|
|
149
|
+
</ul>
|
|
150
|
+
<a class="nav-cta" href="#">Learn More</a>
|
|
151
|
+
</nav>
|
|
152
|
+
|
|
153
|
+
<section class="hero">
|
|
154
|
+
<h1>Design System<br>Inspired by SpaceX</h1>
|
|
155
|
+
<p>A design token catalog generated from DESIGN.md. Every color, font, and spacing value â visualized against the void.</p>
|
|
156
|
+
<div class="hero-buttons">
|
|
157
|
+
<a class="btn-ghost" href="#">Explore Tokens</a>
|
|
158
|
+
<a class="btn-ghost" href="#">View Source</a>
|
|
159
|
+
</div>
|
|
160
|
+
</section>
|
|
161
|
+
|
|
162
|
+
<hr class="section-divider">
|
|
163
|
+
|
|
164
|
+
<section class="section" id="colors">
|
|
165
|
+
<div class="section-label">01 / Colors</div>
|
|
166
|
+
<h2 class="section-title">Color Palette</h2>
|
|
167
|
+
<div class="color-grid">
|
|
168
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#000000"></div><div class="color-swatch-info"><div class="color-swatch-name">Space Black</div><div class="color-swatch-hex">#000000</div><div class="color-swatch-role">Page background</div></div></div>
|
|
169
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#f0f0fa"></div><div class="color-swatch-info"><div class="color-swatch-name">Spectral White</div><div class="color-swatch-hex">#f0f0fa</div><div class="color-swatch-role">Text, headings</div></div></div>
|
|
170
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:rgba(240,240,250,0.1); border:1px solid rgba(240,240,250,0.3)"></div><div class="color-swatch-info"><div class="color-swatch-name">Ghost Surface</div><div class="color-swatch-hex">rgba(f0f0fa, 0.1)</div><div class="color-swatch-role">Button background</div></div></div>
|
|
171
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:rgba(0,0,0,0.5)"></div><div class="color-swatch-info"><div class="color-swatch-name">Dark Overlay</div><div class="color-swatch-hex">rgba(0,0,0,0.5)</div><div class="color-swatch-role">Photo overlay</div></div></div>
|
|
172
|
+
</div>
|
|
173
|
+
</section>
|
|
174
|
+
|
|
175
|
+
<hr class="section-divider">
|
|
176
|
+
|
|
177
|
+
<section class="section" id="typography">
|
|
178
|
+
<div class="section-label">02 / Typography</div>
|
|
179
|
+
<h2 class="section-title">Typography Scale</h2>
|
|
180
|
+
<div class="type-sample"><div style="font-size:48px; font-weight:700; line-height:1.00; letter-spacing:0.96px;">MAKING LIFE MULTIPLANETARY</div><div class="type-meta">Display â 48px / bold / 1.00 / +0.96px / D-DIN-Bold / uppercase</div></div>
|
|
181
|
+
<div class="type-sample"><div style="font-size:16px; font-weight:400; line-height:1.70; text-transform:none; letter-spacing:normal;">SpaceX designs, manufactures and launches advanced rockets and spacecraft. The company was founded to revolutionize space technology.</div><div class="type-meta">Body â 16px / 400 / 1.70 / D-DIN</div></div>
|
|
182
|
+
<div class="type-sample"><div style="font-size:13px; font-weight:700; line-height:0.94; letter-spacing:1.17px;">FALCON 9 · STARSHIP · DRAGON</div><div class="type-meta">Nav Bold â 13px / 700 / 0.94 / +1.17px / uppercase</div></div>
|
|
183
|
+
<div class="type-sample"><div style="font-size:12px; font-weight:400; line-height:1.00; letter-spacing:1px;">MISSION OVERVIEW</div><div class="type-meta">Caption â 12px / 400 / 1.00 / uppercase / +1px</div></div>
|
|
184
|
+
<div class="type-sample"><div style="font-size:10px; font-weight:400; line-height:0.94; letter-spacing:1px;">LAUNCH DATE: 2026-04-15</div><div class="type-meta">Micro â 10px / 400 / 0.94 / uppercase / +1px</div></div>
|
|
185
|
+
</section>
|
|
186
|
+
|
|
187
|
+
<hr class="section-divider">
|
|
188
|
+
|
|
189
|
+
<section class="section" id="buttons">
|
|
190
|
+
<div class="section-label">03 / Buttons</div>
|
|
191
|
+
<h2 class="section-title">Button Variants</h2>
|
|
192
|
+
<div class="button-row">
|
|
193
|
+
<div class="button-item"><a class="btn-ghost" href="#">Learn More</a><div class="button-label">Ghost Button</div></div>
|
|
194
|
+
<div class="button-item"><a class="btn-ghost" style="background:rgba(240,240,250,0.2);" href="#">Hover State</a><div class="button-label">Ghost Hover</div></div>
|
|
195
|
+
</div>
|
|
196
|
+
<p style="font-size:12px; color:rgba(240,240,250,0.4); margin-top:16px; text-transform:none; letter-spacing:normal;">SpaceX uses only one button variant â the ghost button. The absence of variety IS the design.</p>
|
|
197
|
+
</section>
|
|
198
|
+
|
|
199
|
+
<hr class="section-divider">
|
|
200
|
+
|
|
201
|
+
<section class="section" id="cards">
|
|
202
|
+
<div class="section-label">04 / Cards</div>
|
|
203
|
+
<h2 class="section-title">Content Sections</h2>
|
|
204
|
+
<div class="card-grid">
|
|
205
|
+
<div class="card"><h3>Falcon 9</h3><p>The world's first orbital-class reusable rocket. Designed for reliable and safe transport of people and payloads.</p></div>
|
|
206
|
+
<div class="card"><h3>Starship</h3><p>The most powerful launch vehicle ever developed. Designed to carry crew and cargo to Mars and beyond.</p></div>
|
|
207
|
+
</div>
|
|
208
|
+
<p style="font-size:11px; color:rgba(240,240,250,0.3); margin-top:16px; text-transform:none; letter-spacing:normal;">Note: SpaceX does not use traditional cards â all content sits directly on full-viewport photography. These are representational.</p>
|
|
209
|
+
</section>
|
|
210
|
+
|
|
211
|
+
<hr class="section-divider">
|
|
212
|
+
|
|
213
|
+
<section class="section" id="forms">
|
|
214
|
+
<div class="section-label">05 / Forms</div>
|
|
215
|
+
<h2 class="section-title">Form Elements</h2>
|
|
216
|
+
<div class="form-group"><label class="form-label">Mission Name</label><input class="form-input" type="text" placeholder="STARSHIP MISSION"><div class="form-state-label">Default (ghost border)</div></div>
|
|
217
|
+
<div class="form-group"><label class="form-label">Launch Site</label><input class="form-input form-input--focus" type="text" value="STARBASE, TEXAS"><div class="form-state-label">Focus (spectral white border)</div></div>
|
|
218
|
+
<div class="form-group"><label class="form-label">Payload</label><input class="form-input form-input--error" type="text" value="EXCEEDS CAPACITY"><div class="form-state-label">Error</div></div>
|
|
219
|
+
<div class="form-group"><label class="form-label">Notes</label><textarea class="form-textarea" placeholder="Mission briefing notes..."></textarea></div>
|
|
220
|
+
</section>
|
|
221
|
+
|
|
222
|
+
<hr class="section-divider">
|
|
223
|
+
|
|
224
|
+
<section class="section" id="spacing">
|
|
225
|
+
<div class="section-label">06 / Spacing</div>
|
|
226
|
+
<h2 class="section-title">Spacing Scale</h2>
|
|
227
|
+
<div class="spacing-row">
|
|
228
|
+
<div class="spacing-item"><div class="spacing-block" style="width:3px"></div><div class="spacing-value">3</div></div>
|
|
229
|
+
<div class="spacing-item"><div class="spacing-block" style="width:5px"></div><div class="spacing-value">5</div></div>
|
|
230
|
+
<div class="spacing-item"><div class="spacing-block" style="width:12px"></div><div class="spacing-value">12</div></div>
|
|
231
|
+
<div class="spacing-item"><div class="spacing-block" style="width:18px"></div><div class="spacing-value">18</div></div>
|
|
232
|
+
<div class="spacing-item"><div class="spacing-block" style="width:24px"></div><div class="spacing-value">24</div></div>
|
|
233
|
+
<div class="spacing-item"><div class="spacing-block" style="width:30px"></div><div class="spacing-value">30</div></div>
|
|
234
|
+
</div>
|
|
235
|
+
</section>
|
|
236
|
+
|
|
237
|
+
<hr class="section-divider">
|
|
238
|
+
|
|
239
|
+
<section class="section">
|
|
240
|
+
<div class="section-label">07 / Radius</div>
|
|
241
|
+
<h2 class="section-title">Border Radius</h2>
|
|
242
|
+
<div class="radius-row">
|
|
243
|
+
<div class="radius-item"><div class="radius-box" style="border-radius:4px"></div><div class="radius-label">4px</div></div>
|
|
244
|
+
<div class="radius-item"><div class="radius-box" style="border-radius:32px"></div><div class="radius-label">32px</div></div>
|
|
245
|
+
</div>
|
|
246
|
+
<p style="font-size:11px; color:rgba(240,240,250,0.3); margin-top:12px; text-transform:none; letter-spacing:normal;">Minimal radius system â 4px for utility, 32px for buttons.</p>
|
|
247
|
+
</section>
|
|
248
|
+
|
|
249
|
+
<hr class="section-divider">
|
|
250
|
+
|
|
251
|
+
<section class="section">
|
|
252
|
+
<div class="section-label">08 / Elevation</div>
|
|
253
|
+
<h2 class="section-title">Depth</h2>
|
|
254
|
+
<div class="elevation-grid">
|
|
255
|
+
<div class="elevation-card"><div class="elevation-label">Photography</div><div class="elevation-desc">Full-viewport imagery</div></div>
|
|
256
|
+
<div class="elevation-card" style="background:rgba(0,0,0,0.5);"><div class="elevation-label">Overlay</div><div class="elevation-desc">Dark gradient for text</div></div>
|
|
257
|
+
<div class="elevation-card" style="background:var(--ghost-bg); border-color:var(--ghost-border);"><div class="elevation-label">Ghost</div><div class="elevation-desc">Interactive surface</div></div>
|
|
258
|
+
</div>
|
|
259
|
+
<p style="font-size:11px; color:rgba(240,240,250,0.3); margin-top:12px; text-transform:none; letter-spacing:normal;">Zero shadows. Depth from photography only.</p>
|
|
260
|
+
</section>
|
|
261
|
+
|
|
262
|
+
<footer class="footer">Maintained by <a href="https://github.com/VoltAgent/voltagent" target="_blank" rel="noopener noreferrer" style="text-decoration:none;"><img src="https://github.com/VoltAgent.png?size=32" alt="VoltAgent" width="14" height="14" style="border-radius:3px;vertical-align:-2px;margin-right:3px;">VoltAgent</a> team</footer>
|
|
263
|
+
|
|
264
|
+
</body>
|
|
265
|
+
</html>
|
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>Design System Inspired by Spotify</title>
|
|
7
|
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
8
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
9
|
+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
|
|
10
|
+
<style>
|
|
11
|
+
:root {
|
|
12
|
+
--bg: #121212; --surface: #181818; --mid: #1f1f1f; --card: #252525;
|
|
13
|
+
--green: #1ed760; --white: #ffffff; --silver: #b3b3b3; --muted: #7c7c7c;
|
|
14
|
+
--neg: #f3727f; --warn: #ffa42b; --info: #539df5;
|
|
15
|
+
--border: #4d4d4d; --light-border: #7c7c7c;
|
|
16
|
+
--shadow-heavy: rgba(0,0,0,0.5) 0px 8px 24px;
|
|
17
|
+
--shadow-med: rgba(0,0,0,0.3) 0px 8px 8px;
|
|
18
|
+
--font: 'Inter', Helvetica Neue, helvetica, arial, sans-serif;
|
|
19
|
+
}
|
|
20
|
+
* { margin:0; padding:0; box-sizing:border-box; }
|
|
21
|
+
body { background:var(--bg); color:var(--white); font-family:var(--font); font-size:14px; font-weight:400; line-height:1.40; -webkit-font-smoothing:antialiased; }
|
|
22
|
+
|
|
23
|
+
.nav { position:sticky; top:0; z-index:100; display:flex; align-items:center; justify-content:space-between; padding:12px 24px; background:var(--surface); }
|
|
24
|
+
.nav-brand { font-size:14px; font-weight:700; color:var(--white); text-decoration:none; }
|
|
25
|
+
.nav-links { display:flex; gap:16px; list-style:none; }
|
|
26
|
+
.nav-links a { font-size:14px; font-weight:400; color:var(--silver); text-decoration:none; transition:color 0.15s; }
|
|
27
|
+
.nav-links a:hover { color:var(--white); }
|
|
28
|
+
.nav-cta { display:inline-block; background:var(--green); color:#000; padding:8px 20px; border-radius:500px; font-size:14px; font-weight:700; text-decoration:none; }
|
|
29
|
+
|
|
30
|
+
.hero { padding:64px 24px; text-align:center; background:var(--bg); }
|
|
31
|
+
.hero h1 { font-size:24px; font-weight:700; margin-bottom:12px; }
|
|
32
|
+
.hero h1 span { color:var(--green); }
|
|
33
|
+
.hero p { font-size:14px; color:var(--silver); max-width:500px; margin:0 auto 24px; }
|
|
34
|
+
.hero-buttons { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
|
|
35
|
+
.btn-green { display:inline-block; background:var(--green); color:#000; padding:10px 24px; border-radius:500px; font-size:14px; font-weight:700; text-decoration:none; border:none; cursor:pointer; text-transform:uppercase; letter-spacing:1.4px; }
|
|
36
|
+
.btn-outline { display:inline-block; background:transparent; color:var(--white); padding:10px 24px; border-radius:9999px; border:1px solid var(--light-border); font-family:var(--font); font-size:14px; font-weight:700; text-decoration:none; cursor:pointer; text-transform:uppercase; letter-spacing:1.4px; }
|
|
37
|
+
.btn-dark { display:inline-block; background:var(--mid); color:var(--white); padding:8px 16px; border-radius:9999px; font-size:14px; font-weight:700; text-decoration:none; }
|
|
38
|
+
.btn-circle { display:inline-flex; align-items:center; justify-content:center; background:var(--green); color:#000; width:48px; height:48px; border-radius:50%; font-size:20px; font-weight:700; text-decoration:none; border:none; cursor:pointer; }
|
|
39
|
+
|
|
40
|
+
.section { padding:48px 24px; max-width:1000px; margin:0 auto; }
|
|
41
|
+
.section-label { font-size:10px; font-weight:600; text-transform:uppercase; letter-spacing:1.4px; color:var(--silver); margin-bottom:8px; }
|
|
42
|
+
.section-title { font-size:18px; font-weight:700; margin-bottom:24px; }
|
|
43
|
+
.section-divider { border:none; border-top:1px solid rgba(255,255,255,0.08); margin:0; }
|
|
44
|
+
|
|
45
|
+
.color-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(140px,1fr)); gap:10px; margin-bottom:20px; }
|
|
46
|
+
.color-swatch { border-radius:6px; overflow:hidden; border:1px solid rgba(255,255,255,0.08); }
|
|
47
|
+
.color-swatch-block { height:60px; width:100%; }
|
|
48
|
+
.color-swatch-info { padding:8px 10px; }
|
|
49
|
+
.color-swatch-name { font-size:12px; font-weight:700; margin-bottom:2px; }
|
|
50
|
+
.color-swatch-hex { font-size:10px; color:var(--silver); font-family:monospace; }
|
|
51
|
+
.color-swatch-role { font-size:9px; color:var(--muted); margin-top:2px; }
|
|
52
|
+
.color-group-label { font-size:12px; font-weight:700; color:var(--silver); margin:20px 0 8px; text-transform:uppercase; letter-spacing:1px; }
|
|
53
|
+
|
|
54
|
+
.type-sample { margin-bottom:20px; padding-bottom:16px; border-bottom:1px solid rgba(255,255,255,0.05); }
|
|
55
|
+
.type-sample:last-child { border-bottom:none; }
|
|
56
|
+
.type-meta { font-size:10px; color:var(--muted); margin-top:4px; font-family:monospace; }
|
|
57
|
+
|
|
58
|
+
.button-row { display:flex; gap:12px; flex-wrap:wrap; align-items:center; }
|
|
59
|
+
.button-item { text-align:center; }
|
|
60
|
+
.button-label { font-size:10px; color:var(--muted); margin-top:6px; text-transform:uppercase; letter-spacing:0.5px; }
|
|
61
|
+
|
|
62
|
+
.card-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(200px,1fr)); gap:12px; }
|
|
63
|
+
.card { background:var(--surface); border-radius:8px; padding:16px; transition:background 0.2s; }
|
|
64
|
+
.card:hover { background:var(--card); }
|
|
65
|
+
.card h3 { font-size:16px; font-weight:700; margin-bottom:4px; }
|
|
66
|
+
.card p { font-size:12px; color:var(--silver); }
|
|
67
|
+
|
|
68
|
+
.form-group { margin-bottom:16px; max-width:400px; }
|
|
69
|
+
.form-label { display:block; font-size:12px; font-weight:700; margin-bottom:4px; text-transform:uppercase; letter-spacing:0.5px; }
|
|
70
|
+
.form-input { width:100%; background:var(--mid); color:var(--white); border:none; padding:12px 16px; border-radius:500px; font-family:var(--font); font-size:14px; outline:none; box-shadow:rgb(18,18,18) 0px 1px 0px, rgb(124,124,124) 0px 0px 0px 1px inset; }
|
|
71
|
+
.form-input:focus { box-shadow:0 0 0 2px var(--green); }
|
|
72
|
+
.form-input--focus { box-shadow:0 0 0 2px var(--green); }
|
|
73
|
+
.form-input--error { box-shadow:0 0 0 2px var(--neg); }
|
|
74
|
+
.form-textarea { width:100%; min-height:80px; background:var(--mid); color:var(--white); border:none; padding:12px 16px; border-radius:8px; font-family:var(--font); font-size:14px; resize:vertical; outline:none; box-shadow:rgb(124,124,124) 0px 0px 0px 1px inset; }
|
|
75
|
+
.form-state-label { font-size:9px; color:var(--muted); margin-top:4px; }
|
|
76
|
+
|
|
77
|
+
.spacing-row { display:flex; align-items:flex-end; gap:8px; flex-wrap:wrap; margin-bottom:16px; }
|
|
78
|
+
.spacing-item { text-align:center; }
|
|
79
|
+
.spacing-block { background:var(--green); border-radius:4px; margin-bottom:4px; height:24px; }
|
|
80
|
+
.spacing-value { font-size:9px; color:var(--muted); font-family:monospace; }
|
|
81
|
+
|
|
82
|
+
.radius-row { display:flex; gap:12px; flex-wrap:wrap; align-items:center; }
|
|
83
|
+
.radius-item { text-align:center; }
|
|
84
|
+
.radius-box { width:52px; height:52px; background:var(--mid); border:1px solid rgba(255,255,255,0.1); margin-bottom:4px; }
|
|
85
|
+
.radius-label { font-size:9px; color:var(--muted); font-family:monospace; }
|
|
86
|
+
|
|
87
|
+
.elevation-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(180px,1fr)); gap:12px; }
|
|
88
|
+
.elevation-card { background:var(--surface); border-radius:8px; padding:16px; text-align:center; }
|
|
89
|
+
.elevation-label { font-size:13px; font-weight:700; margin-bottom:4px; }
|
|
90
|
+
.elevation-desc { font-size:9px; color:var(--muted); font-family:monospace; }
|
|
91
|
+
|
|
92
|
+
.footer { padding:24px; text-align:center; border-top:1px solid rgba(255,255,255,0.05); font-size:12px; color:var(--muted); }
|
|
93
|
+
.footer a { color:var(--green); text-decoration:underline; }
|
|
94
|
+
|
|
95
|
+
@media (max-width:768px) { .nav-links { display:none; } .section { padding:32px 16px; } .card-grid { grid-template-columns:1fr; } }
|
|
96
|
+
|
|
97
|
+
/* getdesign.md nav additions */
|
|
98
|
+
.nav-left { display: flex; align-items: center; gap: 20px; }
|
|
99
|
+
.nav-brand-link,
|
|
100
|
+
.nav-brand-link:link,
|
|
101
|
+
.nav-brand-link:visited,
|
|
102
|
+
.nav-brand-link:hover,
|
|
103
|
+
.nav-brand-link:active { text-decoration: none; color: inherit; }
|
|
104
|
+
.nav-github,
|
|
105
|
+
.nav-github:link,
|
|
106
|
+
.nav-github:visited,
|
|
107
|
+
.nav-github:hover,
|
|
108
|
+
.nav-github:active {
|
|
109
|
+
display: inline-flex;
|
|
110
|
+
align-items: center;
|
|
111
|
+
gap: 6px;
|
|
112
|
+
font-size: 12px;
|
|
113
|
+
font-weight: 600;
|
|
114
|
+
color: inherit;
|
|
115
|
+
text-decoration: none;
|
|
116
|
+
padding: 5px 10px;
|
|
117
|
+
border: 1px solid rgba(128, 128, 128, 0.3);
|
|
118
|
+
border-radius: 6px;
|
|
119
|
+
opacity: 0.75;
|
|
120
|
+
transition: opacity 200ms ease, border-color 200ms ease;
|
|
121
|
+
font-family: inherit;
|
|
122
|
+
line-height: 1;
|
|
123
|
+
white-space: nowrap;
|
|
124
|
+
}
|
|
125
|
+
.nav-github:hover { opacity: 1; border-color: rgba(128, 128, 128, 0.55); }
|
|
126
|
+
.nav-github svg { display: block; flex-shrink: 0; }
|
|
127
|
+
|
|
128
|
+
/* getdesign.md nav centering */
|
|
129
|
+
.nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
|
|
130
|
+
.nav > .nav-left { justify-self: start; }
|
|
131
|
+
.nav > .nav-links { justify-self: center; }
|
|
132
|
+
.nav > :last-child { justify-self: end; }
|
|
133
|
+
</style>
|
|
134
|
+
</head>
|
|
135
|
+
<body>
|
|
136
|
+
|
|
137
|
+
<nav class="nav">
|
|
138
|
+
<div class="nav-left">
|
|
139
|
+
<a href="https://getdesign.md/" target="_blank" rel="noopener noreferrer" class="nav-brand-link">
|
|
140
|
+
<span class="nav-brand">getdesign.md</span>
|
|
141
|
+
</a>
|
|
142
|
+
<a class="nav-github" href="https://github.com/VoltAgent/awesome-design-md" target="_blank" rel="noopener noreferrer" aria-label="awesome-design-md on GitHub">
|
|
143
|
+
<svg width="14" height="14" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2 .37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg>
|
|
144
|
+
awesome-design-md
|
|
145
|
+
</a>
|
|
146
|
+
</div>
|
|
147
|
+
<ul class="nav-links">
|
|
148
|
+
<li><a href="#colors">Colors</a></li>
|
|
149
|
+
<li><a href="#typography">Typography</a></li>
|
|
150
|
+
<li><a href="#buttons">Buttons</a></li>
|
|
151
|
+
<li><a href="#cards">Cards</a></li>
|
|
152
|
+
<li><a href="#forms">Forms</a></li>
|
|
153
|
+
</ul>
|
|
154
|
+
<a class="nav-cta" href="#">Open Spotify</a>
|
|
155
|
+
</nav>
|
|
156
|
+
|
|
157
|
+
<section class="hero">
|
|
158
|
+
<h1>Design System Inspired by <span>Spotify</span></h1>
|
|
159
|
+
<p>A design token catalog generated from DESIGN.md. Every color, font, and component â visualized in the dark.</p>
|
|
160
|
+
<div class="hero-buttons">
|
|
161
|
+
<a class="btn-green" href="#">Get Spotify Free</a>
|
|
162
|
+
<a class="btn-outline" href="#">Learn More</a>
|
|
163
|
+
</div>
|
|
164
|
+
</section>
|
|
165
|
+
|
|
166
|
+
<hr class="section-divider">
|
|
167
|
+
|
|
168
|
+
<section class="section" id="colors">
|
|
169
|
+
<div class="section-label">01 / Colors</div><h2 class="section-title">Color Palette</h2>
|
|
170
|
+
<div class="color-group-label">Brand</div>
|
|
171
|
+
<div class="color-grid">
|
|
172
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#1ed760"></div><div class="color-swatch-info"><div class="color-swatch-name">Spotify Green</div><div class="color-swatch-hex">#1ed760</div><div class="color-swatch-role">Brand accent</div></div></div>
|
|
173
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#121212"></div><div class="color-swatch-info"><div class="color-swatch-name">Near Black</div><div class="color-swatch-hex">#121212</div><div class="color-swatch-role">Page background</div></div></div>
|
|
174
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#181818"></div><div class="color-swatch-info"><div class="color-swatch-name">Surface</div><div class="color-swatch-hex">#181818</div><div class="color-swatch-role">Cards, containers</div></div></div>
|
|
175
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#1f1f1f"></div><div class="color-swatch-info"><div class="color-swatch-name">Mid Dark</div><div class="color-swatch-hex">#1f1f1f</div><div class="color-swatch-role">Buttons, inputs</div></div></div>
|
|
176
|
+
</div>
|
|
177
|
+
<div class="color-group-label">Text & Semantic</div>
|
|
178
|
+
<div class="color-grid">
|
|
179
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#ffffff"></div><div class="color-swatch-info"><div class="color-swatch-name">White</div><div class="color-swatch-hex">#ffffff</div><div class="color-swatch-role">Primary text</div></div></div>
|
|
180
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#b3b3b3"></div><div class="color-swatch-info"><div class="color-swatch-name">Silver</div><div class="color-swatch-hex">#b3b3b3</div><div class="color-swatch-role">Secondary text</div></div></div>
|
|
181
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#f3727f"></div><div class="color-swatch-info"><div class="color-swatch-name">Negative</div><div class="color-swatch-hex">#f3727f</div><div class="color-swatch-role">Error states</div></div></div>
|
|
182
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#ffa42b"></div><div class="color-swatch-info"><div class="color-swatch-name">Warning</div><div class="color-swatch-hex">#ffa42b</div><div class="color-swatch-role">Warning states</div></div></div>
|
|
183
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#539df5"></div><div class="color-swatch-info"><div class="color-swatch-name">Announcement</div><div class="color-swatch-hex">#539df5</div><div class="color-swatch-role">Info states</div></div></div>
|
|
184
|
+
</div>
|
|
185
|
+
</section>
|
|
186
|
+
|
|
187
|
+
<hr class="section-divider">
|
|
188
|
+
|
|
189
|
+
<section class="section" id="typography">
|
|
190
|
+
<div class="section-label">02 / Typography</div><h2 class="section-title">Typography Scale</h2>
|
|
191
|
+
<div class="type-sample"><div style="font-size:24px; font-weight:700;">Section Title â Your Playlists</div><div class="type-meta">Title â 24px / 700 / SpotifyMixUITitle</div></div>
|
|
192
|
+
<div class="type-sample"><div style="font-size:18px; font-weight:600; line-height:1.30;">Feature Heading</div><div class="type-meta">Feature â 18px / 600 / 1.30</div></div>
|
|
193
|
+
<div class="type-sample"><div style="font-size:16px; font-weight:700;">Body Bold â Liked Songs</div><div class="type-meta">Body Bold â 16px / 700</div></div>
|
|
194
|
+
<div class="type-sample"><div style="font-size:14px; font-weight:400; color:var(--silver);">Caption â 3 min 42 sec</div><div class="type-meta">Caption â 14px / 400</div></div>
|
|
195
|
+
<div class="type-sample"><div style="font-size:14px; font-weight:700; text-transform:uppercase; letter-spacing:1.4px;">SHUFFLE PLAY</div><div class="type-meta">Button Uppercase â 14px / 700 / uppercase / +1.4px</div></div>
|
|
196
|
+
<div class="type-sample"><div style="font-size:12px; font-weight:700; color:var(--silver);">Small Bold â 1,234 songs</div><div class="type-meta">Small Bold â 12px / 700</div></div>
|
|
197
|
+
<div class="type-sample"><div style="font-size:10.5px; font-weight:600; text-transform:capitalize; color:var(--silver);">Badge</div><div class="type-meta">Badge â 10.5px / 600 / capitalize</div></div>
|
|
198
|
+
</section>
|
|
199
|
+
|
|
200
|
+
<hr class="section-divider">
|
|
201
|
+
|
|
202
|
+
<section class="section" id="buttons">
|
|
203
|
+
<div class="section-label">03 / Buttons</div><h2 class="section-title">Button Variants</h2>
|
|
204
|
+
<div class="button-row">
|
|
205
|
+
<div class="button-item"><a class="btn-green" href="#">Shuffle Play</a><div class="button-label">Green Pill</div></div>
|
|
206
|
+
<div class="button-item"><a class="btn-dark" href="#">Browse</a><div class="button-label">Dark Pill</div></div>
|
|
207
|
+
<div class="button-item"><a class="btn-outline" href="#">Follow</a><div class="button-label">Outlined</div></div>
|
|
208
|
+
<div class="button-item"><a class="btn-circle" href="#">▶</a><div class="button-label">Play Circle</div></div>
|
|
209
|
+
</div>
|
|
210
|
+
</section>
|
|
211
|
+
|
|
212
|
+
<hr class="section-divider">
|
|
213
|
+
|
|
214
|
+
<section class="section" id="cards">
|
|
215
|
+
<div class="section-label">04 / Cards</div><h2 class="section-title">Card Examples</h2>
|
|
216
|
+
<div class="card-grid">
|
|
217
|
+
<div class="card"><h3>Discover Weekly</h3><p>Your personal playlist, updated every Monday.</p></div>
|
|
218
|
+
<div class="card" style="box-shadow:var(--shadow-med);"><h3>Release Radar</h3><p>New releases from artists you follow. Elevated shadow.</p></div>
|
|
219
|
+
<div class="card"><h3>Daily Mix 1</h3><p>Made for you based on your listening.</p></div>
|
|
220
|
+
<div class="card"><h3>Liked Songs</h3><p>Your saved songs collection.</p></div>
|
|
221
|
+
</div>
|
|
222
|
+
</section>
|
|
223
|
+
|
|
224
|
+
<hr class="section-divider">
|
|
225
|
+
|
|
226
|
+
<section class="section" id="forms">
|
|
227
|
+
<div class="section-label">05 / Forms</div><h2 class="section-title">Form Elements</h2>
|
|
228
|
+
<div class="form-group"><label class="form-label">Search</label><input class="form-input" type="search" placeholder="Artists, songs, or podcasts"><div class="form-state-label">Default (inset border)</div></div>
|
|
229
|
+
<div class="form-group"><label class="form-label">Playlist Name</label><input class="form-input form-input--focus" type="text" value="Chill Vibes"><div class="form-state-label">Focus (green ring)</div></div>
|
|
230
|
+
<div class="form-group"><label class="form-label">Email</label><input class="form-input form-input--error" type="email" value="invalid"><div class="form-state-label">Error (red ring)</div></div>
|
|
231
|
+
<div class="form-group"><label class="form-label">Description</label><textarea class="form-textarea" placeholder="Add a description..."></textarea></div>
|
|
232
|
+
</section>
|
|
233
|
+
|
|
234
|
+
<hr class="section-divider">
|
|
235
|
+
|
|
236
|
+
<section class="section">
|
|
237
|
+
<div class="section-label">06 / Spacing</div><h2 class="section-title">Spacing Scale</h2>
|
|
238
|
+
<div class="spacing-row">
|
|
239
|
+
<div class="spacing-item"><div class="spacing-block" style="width:4px"></div><div class="spacing-value">4</div></div>
|
|
240
|
+
<div class="spacing-item"><div class="spacing-block" style="width:8px"></div><div class="spacing-value">8</div></div>
|
|
241
|
+
<div class="spacing-item"><div class="spacing-block" style="width:12px"></div><div class="spacing-value">12</div></div>
|
|
242
|
+
<div class="spacing-item"><div class="spacing-block" style="width:16px"></div><div class="spacing-value">16</div></div>
|
|
243
|
+
<div class="spacing-item"><div class="spacing-block" style="width:20px"></div><div class="spacing-value">20</div></div>
|
|
244
|
+
</div>
|
|
245
|
+
</section>
|
|
246
|
+
|
|
247
|
+
<hr class="section-divider">
|
|
248
|
+
|
|
249
|
+
<section class="section">
|
|
250
|
+
<div class="section-label">07 / Radius</div><h2 class="section-title">Border Radius</h2>
|
|
251
|
+
<div class="radius-row">
|
|
252
|
+
<div class="radius-item"><div class="radius-box" style="border-radius:2px"></div><div class="radius-label">2px</div></div>
|
|
253
|
+
<div class="radius-item"><div class="radius-box" style="border-radius:6px"></div><div class="radius-label">6px</div></div>
|
|
254
|
+
<div class="radius-item"><div class="radius-box" style="border-radius:8px"></div><div class="radius-label">8px</div></div>
|
|
255
|
+
<div class="radius-item"><div class="radius-box" style="border-radius:500px"></div><div class="radius-label">500px</div></div>
|
|
256
|
+
<div class="radius-item"><div class="radius-box" style="border-radius:50%; width:52px; height:52px;"></div><div class="radius-label">50%</div></div>
|
|
257
|
+
</div>
|
|
258
|
+
</section>
|
|
259
|
+
|
|
260
|
+
<hr class="section-divider">
|
|
261
|
+
|
|
262
|
+
<section class="section">
|
|
263
|
+
<div class="section-label">08 / Elevation</div><h2 class="section-title">Depth</h2>
|
|
264
|
+
<div class="elevation-grid">
|
|
265
|
+
<div class="elevation-card"><div class="elevation-label">Base</div><div class="elevation-desc">#121212 background</div></div>
|
|
266
|
+
<div class="elevation-card" style="background:var(--mid);"><div class="elevation-label">Surface</div><div class="elevation-desc">#1f1f1f</div></div>
|
|
267
|
+
<div class="elevation-card" style="box-shadow:var(--shadow-med);"><div class="elevation-label">Elevated</div><div class="elevation-desc">0.3 opacity 8px</div></div>
|
|
268
|
+
<div class="elevation-card" style="box-shadow:var(--shadow-heavy);"><div class="elevation-label">Dialog</div><div class="elevation-desc">0.5 opacity 24px</div></div>
|
|
269
|
+
</div>
|
|
270
|
+
</section>
|
|
271
|
+
|
|
272
|
+
<footer class="footer">Maintained by <a href="https://github.com/VoltAgent/voltagent" target="_blank" rel="noopener noreferrer" style="text-decoration:none;"><img src="https://github.com/VoltAgent.png?size=32" alt="VoltAgent" width="14" height="14" style="border-radius:3px;vertical-align:-2px;margin-right:3px;">VoltAgent</a> team</footer>
|
|
273
|
+
|
|
274
|
+
</body>
|
|
275
|
+
</html>
|