From c52195ef06e7638b9365303e18d4d7416bf35879 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 22 Mar 2026 06:01:23 -0400 Subject: [PATCH] chore: auto-commit uncommitted changes --- design-system/styleguide.html | 24 ++++----- .../web/design-system/styleguide.html | 53 +++++++++---------- 2 files changed, 36 insertions(+), 41 deletions(-) diff --git a/design-system/styleguide.html b/design-system/styleguide.html index 2183bf1..a1f3696 100644 --- a/design-system/styleguide.html +++ b/design-system/styleguide.html @@ -17,9 +17,9 @@ :root { /* Brand */ --brand-black: #0A0A0A; - --brand-accent: #B45309; - --brand-accent-light: #D97706; - --brand-accent-dark: #92400E; + --brand-accent: #E11D48; + --brand-accent-light: #F43F5E; + --brand-accent-dark: #BE123C; /* Core Colors — Light Mode */ --bg-primary: #FFFFFF; @@ -41,7 +41,7 @@ --error: #DC2626; /* Typography */ - --font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif; + --font-family: "Space Grotesk", system-ui, -apple-system, sans-serif; /* Spacing (4px base) */ --space-1: 4px; @@ -80,24 +80,24 @@ .flex-col { display: flex; flex-direction: column; gap: 12px; } /* --- Typography --- */ - h1 { font-size: 48px; font-weight: 700; letter-spacing: -0.022em; line-height: 1; } - h2 { font-size: 36px; font-weight: 600; letter-spacing: -0.022em; line-height: 1.1; } - h3 { font-size: 24px; font-weight: 600; letter-spacing: -0.019em; } - h4 { font-size: 20px; font-weight: 500; } - .text-sm { font-size: 14px; } - .text-xs { font-size: 12px; } + h1 { font-size: 72px; font-weight: 700; letter-spacing: -0.022em; line-height: 1; } + h2 { font-size: 56px; font-weight: 600; letter-spacing: -0.022em; line-height: 1.1; } + h3 { font-size: 40px; font-weight: 600; letter-spacing: -0.019em; } + h4 { font-size: 28px; font-weight: 500; } + .text-sm { font-size: 16px; } + .text-xs { font-size: 14px; } .text-secondary { color: var(--text-secondary); } .text-tertiary { color: var(--text-tertiary); } /* Wordmark — spaced uppercase, infrastructure feel */ .wordmark { - font-size: 14px; + font-size: 18px; font-weight: 600; letter-spacing: 0.4em; text-transform: uppercase; } .wordmark-lg { - font-size: 18px; + font-size: 32px; font-weight: 600; letter-spacing: 0.35em; text-transform: uppercase; diff --git a/oss/app/cmd/clavitor/web/design-system/styleguide.html b/oss/app/cmd/clavitor/web/design-system/styleguide.html index 2183bf1..c8d9393 100644 --- a/oss/app/cmd/clavitor/web/design-system/styleguide.html +++ b/oss/app/cmd/clavitor/web/design-system/styleguide.html @@ -88,20 +88,6 @@ .text-xs { font-size: 12px; } .text-secondary { color: var(--text-secondary); } .text-tertiary { color: var(--text-tertiary); } - - /* Wordmark — spaced uppercase, infrastructure feel */ - .wordmark { - font-size: 14px; - font-weight: 600; - letter-spacing: 0.4em; - text-transform: uppercase; - } - .wordmark-lg { - font-size: 18px; - font-weight: 600; - letter-spacing: 0.35em; - text-transform: uppercase; - } /* --- Brand Block --- */ .brand-block { display: flex; align-items: center; gap: 16px; margin: 32px 0; } @@ -216,8 +202,7 @@

Design System v0.1

-

CLAVITOR

-

+

A black box vault for AI infrastructure. One file. No dependencies. Copy the CSS variables and classes you need.

@@ -234,18 +219,28 @@ + +
+
Core Colors
+
+
--bg-primary
#FFFFFF
+
--bg-secondary
#F5F5F5
+
--text-primary
#171717
+
--text-secondary
#525252
+
+
+
Typography — Plus Jakarta Sans
-
wordmarkCLAVITOR
-
48pxHeading 48
-
36pxHeading 36
-
24pxHeading 24
-
18pxBody large 18
-
16pxBody 16 — The quick brown fox jumps
-
14pxSmall 14 — The quick brown fox jumps
-
12pxTiny 12 — The quick brown fox
+
48pxHeading 48
+
36pxHeading 36
+
24pxHeading 24
+
18pxBody large 18
+
16pxBody 16 — The quick brown fox jumps
+
14pxSmall 14 — The quick brown fox jumps
+
12pxTiny 12 — The quick brown fox
@@ -384,11 +379,11 @@
Code / Terminal
- $ clavitor search github
- Found 3 credentials:
- • github-personal (SSH key)
- • github-work (Token)
- • github-actions (API key) + $ clavitor search github
+ Found 3 credentials:
+ • github-personal (SSH key)
+ • github-work (Token)
+ • github-actions (API key)

Inline code looks like --brand-accent or get_credential()