diff --git a/.design-system/src/App.tsx b/.design-system/src/App.tsx
index 7dab6604..69391a10 100644
--- a/.design-system/src/App.tsx
+++ b/.design-system/src/App.tsx
@@ -53,11 +53,11 @@ export default function App() {
{/* Header */}
-
+
Auto-Build Design System
-
+
A modern, friendly design system for building beautiful interfaces
@@ -118,8 +118,8 @@ export default function App() {
Color Palette
-
- Currently showing: {currentThemeInfo.name} theme
+
+ Currently showing: {currentThemeInfo.name} theme
@@ -128,14 +128,14 @@ export default function App() {
Background
-
+
Primary
-
--bg-primary
+
--bg-primary
-
+
Secondary
-
--bg-secondary
+
--bg-secondary
@@ -144,19 +144,19 @@ export default function App() {
Accent
-
+
Primary
-
--accent
+
--accent
-
+
Hover
-
--accent-hover
+
--accent-hover
-
+
Light
-
--accent-light
+
--accent-light
@@ -165,24 +165,24 @@ export default function App() {
Semantic
-
+
Success
-
--success
+
--success
-
+
Warning
-
--warning
+
--warning
-
+
Error
-
--error
+
--error
-
+
Info
-
--info
+
--info
@@ -191,29 +191,29 @@ export default function App() {
Text
-
+
Primary
-
--text-primary
+
--text-primary
-
+
Secondary
-
--text-secondary
+
--text-secondary
-
+
Tertiary
-
--text-tertiary
+
--text-tertiary
{/* Theme-specific color values */}
-
-
+
+
Note: Colors vary by theme and mode. Switch themes using the dropdown above to see different palettes.
- For specific hex values, see the Themes tab or check design.json.
+ For specific hex values, see the Themes tab or check design.json.
@@ -226,36 +226,36 @@ export default function App() {
Typography Scale
-
-
Display Large • 36px / 700
+
+
Display Large • 36px / 700
The quick brown fox jumps
-
-
Display Medium • 30px / 700
+
+
Display Medium • 30px / 700
The quick brown fox jumps over
-
-
Heading Large • 24px / 600
+
+
Heading Large • 24px / 600
The quick brown fox jumps over the lazy dog
-
-
Heading Medium • 20px / 600
+
+
Heading Medium • 20px / 600
The quick brown fox jumps over the lazy dog
-
-
Heading Small • 16px / 600
+
+
Heading Small • 16px / 600
The quick brown fox jumps over the lazy dog
-
-
Body Large • 16px / 400
+
+
Body Large • 16px / 400
The quick brown fox jumps over the lazy dog. Pack my box with five dozen liquor jugs.
-
-
Body Medium • 14px / 400
+
+
Body Medium • 14px / 400
The quick brown fox jumps over the lazy dog. Pack my box with five dozen liquor jugs.
-
Body Small • 12px / 400
+
Body Small • 12px / 400
The quick brown fox jumps over the lazy dog. Pack my box with five dozen liquor jugs.
@@ -392,7 +392,7 @@ export default function App() {
Animations
-
+
Animation demos are available in the original file. Extract them to a separate AnimationsSection component for better organization.
@@ -404,26 +404,26 @@ export default function App() {