@neynar/ui 0.1.2 → 0.2.0
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/dist/components/ui/stack.d.ts +2 -1
- package/dist/components/ui/stack.d.ts.map +1 -1
- package/dist/components/ui/stories/stack.stories.d.ts +1 -1
- package/dist/components/ui/stories/typography.stories.d.ts.map +1 -1
- package/dist/components/ui/typography.d.ts +41 -40
- package/dist/components/ui/typography.d.ts.map +1 -1
- package/dist/index.js +26807 -18714
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/docs/llm/components/typography.md +92 -88
- package/llm-docs/a.llm.md +145 -0
- package/llm-docs/accordion-content.llm.md +67 -0
- package/llm-docs/accordion-item.llm.md +61 -0
- package/llm-docs/accordion-trigger.llm.md +69 -0
- package/llm-docs/accordion.llm.md +88 -0
- package/llm-docs/alert-description.llm.md +78 -0
- package/llm-docs/alert-dialog-action.llm.md +51 -0
- package/llm-docs/alert-dialog-cancel.llm.md +48 -0
- package/llm-docs/alert-dialog-content.llm.md +88 -0
- package/llm-docs/alert-dialog-description.llm.md +53 -0
- package/llm-docs/alert-dialog-footer.llm.md +41 -0
- package/llm-docs/alert-dialog-header.llm.md +39 -0
- package/llm-docs/alert-dialog-overlay.llm.md +44 -0
- package/llm-docs/alert-dialog-portal.llm.md +41 -0
- package/llm-docs/alert-dialog-title.llm.md +46 -0
- package/llm-docs/alert-dialog-trigger.llm.md +40 -0
- package/llm-docs/alert-dialog.llm.md +80 -0
- package/llm-docs/alert-title.llm.md +48 -0
- package/llm-docs/alert.llm.md +92 -0
- package/llm-docs/aspect-ratio.llm.md +41 -0
- package/llm-docs/avatar-fallback.llm.md +41 -0
- package/llm-docs/avatar-image.llm.md +48 -0
- package/llm-docs/avatar.llm.md +35 -0
- package/llm-docs/badge.llm.md +108 -0
- package/llm-docs/blockquote.llm.md +122 -0
- package/llm-docs/breadcrumb-ellipsis.llm.md +73 -0
- package/llm-docs/breadcrumb-item.llm.md +53 -0
- package/llm-docs/breadcrumb-link.llm.md +84 -0
- package/llm-docs/breadcrumb-list.llm.md +54 -0
- package/llm-docs/breadcrumb-page.llm.md +52 -0
- package/llm-docs/breadcrumb-separator.llm.md +60 -0
- package/llm-docs/breadcrumb.llm.md +110 -0
- package/llm-docs/button.llm.md +281 -0
- package/llm-docs/calendar-day-button.llm.md +57 -0
- package/llm-docs/calendar.llm.md +340 -0
- package/llm-docs/card-action.llm.md +64 -0
- package/llm-docs/card-content.llm.md +48 -0
- package/llm-docs/card-description.llm.md +46 -0
- package/llm-docs/card-footer.llm.md +56 -0
- package/llm-docs/card-header.llm.md +53 -0
- package/llm-docs/card-title.llm.md +43 -0
- package/llm-docs/card.llm.md +100 -0
- package/llm-docs/carousel-content.llm.md +77 -0
- package/llm-docs/carousel-item.llm.md +96 -0
- package/llm-docs/carousel-next.llm.md +95 -0
- package/llm-docs/carousel-previous.llm.md +95 -0
- package/llm-docs/carousel.llm.md +211 -0
- package/llm-docs/chart-config.llm.md +71 -0
- package/llm-docs/chart-container.llm.md +148 -0
- package/llm-docs/chart-legend-content.llm.md +85 -0
- package/llm-docs/chart-legend.llm.md +144 -0
- package/llm-docs/chart-style.llm.md +28 -0
- package/llm-docs/chart-tooltip-content.llm.md +149 -0
- package/llm-docs/chart-tooltip.llm.md +184 -0
- package/llm-docs/checkbox.llm.md +100 -0
- package/llm-docs/cn.llm.md +46 -0
- package/llm-docs/code.llm.md +108 -0
- package/llm-docs/collapsible-content.llm.md +109 -0
- package/llm-docs/collapsible-trigger.llm.md +75 -0
- package/llm-docs/collapsible.llm.md +109 -0
- package/llm-docs/combobox-option.llm.md +53 -0
- package/llm-docs/combobox.llm.md +208 -0
- package/llm-docs/command-dialog.llm.md +112 -0
- package/llm-docs/command-empty.llm.md +63 -0
- package/llm-docs/command-group.llm.md +83 -0
- package/llm-docs/command-input.llm.md +82 -0
- package/llm-docs/command-item.llm.md +97 -0
- package/llm-docs/command-list.llm.md +53 -0
- package/llm-docs/command-loading.llm.md +48 -0
- package/llm-docs/command-separator.llm.md +44 -0
- package/llm-docs/command-shortcut.llm.md +63 -0
- package/llm-docs/command.llm.md +147 -0
- package/llm-docs/container.llm.md +236 -0
- package/llm-docs/context-menu-checkbox-item.llm.md +97 -0
- package/llm-docs/context-menu-content.llm.md +91 -0
- package/llm-docs/context-menu-group.llm.md +61 -0
- package/llm-docs/context-menu-item.llm.md +94 -0
- package/llm-docs/context-menu-label.llm.md +60 -0
- package/llm-docs/context-menu-portal.llm.md +49 -0
- package/llm-docs/context-menu-radio-group.llm.md +66 -0
- package/llm-docs/context-menu-radio-item.llm.md +76 -0
- package/llm-docs/context-menu-separator.llm.md +51 -0
- package/llm-docs/context-menu-shortcut.llm.md +57 -0
- package/llm-docs/context-menu-sub-content.llm.md +90 -0
- package/llm-docs/context-menu-sub-trigger.llm.md +73 -0
- package/llm-docs/context-menu-sub.llm.md +61 -0
- package/llm-docs/context-menu-trigger.llm.md +53 -0
- package/llm-docs/context-menu.llm.md +103 -0
- package/llm-docs/date-picker.llm.md +90 -0
- package/llm-docs/dialog-close.llm.md +61 -0
- package/llm-docs/dialog-content.llm.md +128 -0
- package/llm-docs/dialog-description.llm.md +44 -0
- package/llm-docs/dialog-footer.llm.md +38 -0
- package/llm-docs/dialog-header.llm.md +40 -0
- package/llm-docs/dialog-overlay.llm.md +57 -0
- package/llm-docs/dialog-portal.llm.md +47 -0
- package/llm-docs/dialog-title.llm.md +41 -0
- package/llm-docs/dialog-trigger.llm.md +51 -0
- package/llm-docs/dialog.llm.md +113 -0
- package/llm-docs/drawer-close.llm.md +53 -0
- package/llm-docs/drawer-content.llm.md +58 -0
- package/llm-docs/drawer-description.llm.md +54 -0
- package/llm-docs/drawer-footer.llm.md +67 -0
- package/llm-docs/drawer-header.llm.md +60 -0
- package/llm-docs/drawer-overlay.llm.md +40 -0
- package/llm-docs/drawer-portal.llm.md +42 -0
- package/llm-docs/drawer-title.llm.md +51 -0
- package/llm-docs/drawer-trigger.llm.md +44 -0
- package/llm-docs/drawer.llm.md +194 -0
- package/llm-docs/dropdown-menu-checkbox-item.llm.md +111 -0
- package/llm-docs/dropdown-menu-content.llm.md +109 -0
- package/llm-docs/dropdown-menu-group.llm.md +38 -0
- package/llm-docs/dropdown-menu-item.llm.md +94 -0
- package/llm-docs/dropdown-menu-label.llm.md +66 -0
- package/llm-docs/dropdown-menu-portal.llm.md +32 -0
- package/llm-docs/dropdown-menu-radio-group.llm.md +73 -0
- package/llm-docs/dropdown-menu-radio-item.llm.md +92 -0
- package/llm-docs/dropdown-menu-separator.llm.md +55 -0
- package/llm-docs/dropdown-menu-shortcut.llm.md +74 -0
- package/llm-docs/dropdown-menu-sub-content.llm.md +80 -0
- package/llm-docs/dropdown-menu-sub-trigger.llm.md +84 -0
- package/llm-docs/dropdown-menu-sub.llm.md +74 -0
- package/llm-docs/dropdown-menu-trigger.llm.md +48 -0
- package/llm-docs/dropdown-menu.llm.md +120 -0
- package/llm-docs/empty-state.llm.md +174 -0
- package/llm-docs/h1.llm.md +113 -0
- package/llm-docs/h2.llm.md +113 -0
- package/llm-docs/h3.llm.md +111 -0
- package/llm-docs/h4.llm.md +109 -0
- package/llm-docs/h5.llm.md +110 -0
- package/llm-docs/h6.llm.md +110 -0
- package/llm-docs/hover-card-content.llm.md +167 -0
- package/llm-docs/hover-card-trigger.llm.md +65 -0
- package/llm-docs/hover-card.llm.md +121 -0
- package/llm-docs/input.llm.md +319 -0
- package/llm-docs/label.llm.md +145 -0
- package/llm-docs/lead.llm.md +119 -0
- package/llm-docs/menubar-checkbox-item.llm.md +66 -0
- package/llm-docs/menubar-content.llm.md +128 -0
- package/llm-docs/menubar-group.llm.md +40 -0
- package/llm-docs/menubar-item.llm.md +62 -0
- package/llm-docs/menubar-label.llm.md +40 -0
- package/llm-docs/menubar-menu.llm.md +32 -0
- package/llm-docs/menubar-portal.llm.md +38 -0
- package/llm-docs/menubar-radio-group.llm.md +39 -0
- package/llm-docs/menubar-radio-item.llm.md +59 -0
- package/llm-docs/menubar-separator.llm.md +35 -0
- package/llm-docs/menubar-shortcut.llm.md +37 -0
- package/llm-docs/menubar-sub-content.llm.md +127 -0
- package/llm-docs/menubar-sub-trigger.llm.md +51 -0
- package/llm-docs/menubar-sub.llm.md +53 -0
- package/llm-docs/menubar-trigger.llm.md +37 -0
- package/llm-docs/menubar.llm.md +115 -0
- package/llm-docs/navigation-menu-content.llm.md +116 -0
- package/llm-docs/navigation-menu-indicator.llm.md +68 -0
- package/llm-docs/navigation-menu-item.llm.md +62 -0
- package/llm-docs/navigation-menu-link.llm.md +109 -0
- package/llm-docs/navigation-menu-list.llm.md +52 -0
- package/llm-docs/navigation-menu-trigger-style.llm.md +22 -0
- package/llm-docs/navigation-menu-trigger.llm.md +57 -0
- package/llm-docs/navigation-menu-viewport.llm.md +51 -0
- package/llm-docs/navigation-menu.llm.md +184 -0
- package/llm-docs/p.llm.md +115 -0
- package/llm-docs/pagination-content.llm.md +60 -0
- package/llm-docs/pagination-ellipsis.llm.md +107 -0
- package/llm-docs/pagination-item.llm.md +59 -0
- package/llm-docs/pagination-link.llm.md +150 -0
- package/llm-docs/pagination-next.llm.md +115 -0
- package/llm-docs/pagination-previous.llm.md +115 -0
- package/llm-docs/pagination.llm.md +190 -0
- package/llm-docs/popover-anchor.llm.md +53 -0
- package/llm-docs/popover-content.llm.md +109 -0
- package/llm-docs/popover-trigger.llm.md +54 -0
- package/llm-docs/popover.llm.md +116 -0
- package/llm-docs/progress.llm.md +76 -0
- package/llm-docs/radio-group-indicator.llm.md +28 -0
- package/llm-docs/radio-group-item.llm.md +40 -0
- package/llm-docs/radio-group.llm.md +76 -0
- package/llm-docs/resizable-handle.llm.md +156 -0
- package/llm-docs/resizable-panel-group.llm.md +149 -0
- package/llm-docs/resizable-panel.llm.md +157 -0
- package/llm-docs/scroll-area-corner.llm.md +41 -0
- package/llm-docs/scroll-area-thumb.llm.md +39 -0
- package/llm-docs/scroll-area-viewport.llm.md +60 -0
- package/llm-docs/scroll-area.llm.md +125 -0
- package/llm-docs/scroll-bar.llm.md +78 -0
- package/llm-docs/sdk-items-registry.json +2638 -0
- package/llm-docs/select-content.llm.md +139 -0
- package/llm-docs/select-group.llm.md +60 -0
- package/llm-docs/select-item.llm.md +75 -0
- package/llm-docs/select-label.llm.md +62 -0
- package/llm-docs/select-scroll-down-button.llm.md +45 -0
- package/llm-docs/select-scroll-up-button.llm.md +45 -0
- package/llm-docs/select-separator.llm.md +59 -0
- package/llm-docs/select-trigger.llm.md +66 -0
- package/llm-docs/select-value.llm.md +67 -0
- package/llm-docs/select.llm.md +159 -0
- package/llm-docs/separator.llm.md +129 -0
- package/llm-docs/sheet-close.llm.md +49 -0
- package/llm-docs/sheet-content.llm.md +115 -0
- package/llm-docs/sheet-description.llm.md +62 -0
- package/llm-docs/sheet-footer.llm.md +64 -0
- package/llm-docs/sheet-header.llm.md +52 -0
- package/llm-docs/sheet-title.llm.md +53 -0
- package/llm-docs/sheet-trigger.llm.md +46 -0
- package/llm-docs/sheet.llm.md +126 -0
- package/llm-docs/sidebar-content.llm.md +63 -0
- package/llm-docs/sidebar-footer.llm.md +50 -0
- package/llm-docs/sidebar-group-action.llm.md +60 -0
- package/llm-docs/sidebar-group-content.llm.md +64 -0
- package/llm-docs/sidebar-group-label.llm.md +53 -0
- package/llm-docs/sidebar-group.llm.md +56 -0
- package/llm-docs/sidebar-header.llm.md +67 -0
- package/llm-docs/sidebar-input.llm.md +50 -0
- package/llm-docs/sidebar-inset.llm.md +52 -0
- package/llm-docs/sidebar-menu-action.llm.md +84 -0
- package/llm-docs/sidebar-menu-badge.llm.md +60 -0
- package/llm-docs/sidebar-menu-button.llm.md +103 -0
- package/llm-docs/sidebar-menu-item.llm.md +75 -0
- package/llm-docs/sidebar-menu-skeleton.llm.md +76 -0
- package/llm-docs/sidebar-menu-sub-button.llm.md +85 -0
- package/llm-docs/sidebar-menu-sub-item.llm.md +54 -0
- package/llm-docs/sidebar-menu-sub.llm.md +74 -0
- package/llm-docs/sidebar-menu.llm.md +65 -0
- package/llm-docs/sidebar-provider.llm.md +79 -0
- package/llm-docs/sidebar-rail.llm.md +34 -0
- package/llm-docs/sidebar-separator.llm.md +57 -0
- package/llm-docs/sidebar-trigger.llm.md +49 -0
- package/llm-docs/sidebar.llm.md +129 -0
- package/llm-docs/skeleton.llm.md +134 -0
- package/llm-docs/slider.llm.md +173 -0
- package/llm-docs/small.llm.md +115 -0
- package/llm-docs/span.llm.md +132 -0
- package/llm-docs/stack.llm.md +28 -0
- package/llm-docs/strong.llm.md +115 -0
- package/llm-docs/switch.llm.md +76 -0
- package/llm-docs/table-body.llm.md +36 -0
- package/llm-docs/table-caption.llm.md +48 -0
- package/llm-docs/table-cell.llm.md +53 -0
- package/llm-docs/table-footer.llm.md +41 -0
- package/llm-docs/table-head.llm.md +69 -0
- package/llm-docs/table-header.llm.md +41 -0
- package/llm-docs/table-row.llm.md +42 -0
- package/llm-docs/table.llm.md +123 -0
- package/llm-docs/tabs-content.llm.md +47 -0
- package/llm-docs/tabs-list.llm.md +41 -0
- package/llm-docs/tabs-trigger.llm.md +47 -0
- package/llm-docs/tabs.llm.md +71 -0
- package/llm-docs/text-field.llm.md +327 -0
- package/llm-docs/textarea.llm.md +311 -0
- package/llm-docs/theme-preference.llm.md +25 -0
- package/llm-docs/theme-toggle.llm.md +57 -0
- package/llm-docs/theme.llm.md +14 -0
- package/llm-docs/toast.llm.md +32 -0
- package/llm-docs/toaster.llm.md +193 -0
- package/llm-docs/toggle-group-item.llm.md +59 -0
- package/llm-docs/toggle-group.llm.md +101 -0
- package/llm-docs/toggle.llm.md +40 -0
- package/llm-docs/tooltip-content.llm.md +185 -0
- package/llm-docs/tooltip-provider.llm.md +68 -0
- package/llm-docs/tooltip-trigger.llm.md +70 -0
- package/llm-docs/tooltip.llm.md +129 -0
- package/llm-docs/typography.llm.md +175 -0
- package/llm-docs/use-carousel.llm.md +55 -0
- package/llm-docs/use-command-state.llm.md +32 -0
- package/llm-docs/use-is-mobile.llm.md +73 -0
- package/llm-docs/use-sidebar.llm.md +61 -0
- package/package.json +3 -2
- package/src/components/ui/stack.tsx +5 -1
- package/src/components/ui/stories/typography.stories.tsx +248 -205
- package/src/components/ui/typography.tsx +90 -79
- package/src/styles/globals.css +33 -10
|
@@ -50,16 +50,19 @@ const meta = {
|
|
|
50
50
|
variant: {
|
|
51
51
|
control: { type: "select" },
|
|
52
52
|
options: [
|
|
53
|
-
"
|
|
54
|
-
"
|
|
53
|
+
"microcopy",
|
|
54
|
+
"detail",
|
|
55
55
|
"body",
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
56
|
+
"blogBody",
|
|
57
|
+
"paragraphLead",
|
|
58
|
+
"eyebrow",
|
|
59
|
+
"subHeadline",
|
|
60
|
+
"headline",
|
|
61
|
+
"sectionTitle",
|
|
62
|
+
"pageTitle",
|
|
63
|
+
"displayTitle",
|
|
64
|
+
"heroTitle",
|
|
59
65
|
"code",
|
|
60
|
-
"microcopy",
|
|
61
|
-
"tableCell",
|
|
62
|
-
"tableHeader",
|
|
63
66
|
],
|
|
64
67
|
description:
|
|
65
68
|
"Typography variant for semantic styling and visual hierarchy",
|
|
@@ -177,96 +180,124 @@ export const Variants: Story = {
|
|
|
177
180
|
</Typography>
|
|
178
181
|
<div className="grid gap-4">
|
|
179
182
|
<div className="space-y-1">
|
|
180
|
-
<Typography variant="
|
|
181
|
-
|
|
183
|
+
<Typography variant="heroTitle" as="h1">
|
|
184
|
+
Hero Title - Largest display text for landing pages
|
|
182
185
|
</Typography>
|
|
183
|
-
<Typography variant="
|
|
184
|
-
|
|
186
|
+
<Typography variant="detail" color="muted">
|
|
187
|
+
Largest display variant
|
|
185
188
|
</Typography>
|
|
186
189
|
</div>
|
|
187
190
|
|
|
188
191
|
<div className="space-y-1">
|
|
189
|
-
<Typography variant="
|
|
190
|
-
|
|
192
|
+
<Typography variant="displayTitle" as="h1">
|
|
193
|
+
Display Title - Large display text for important headings
|
|
191
194
|
</Typography>
|
|
192
|
-
<Typography variant="
|
|
193
|
-
|
|
195
|
+
<Typography variant="detail" color="muted">
|
|
196
|
+
Large display variant
|
|
194
197
|
</Typography>
|
|
195
198
|
</div>
|
|
196
199
|
|
|
197
200
|
<div className="space-y-1">
|
|
198
|
-
<Typography variant="
|
|
199
|
-
|
|
200
|
-
is the default variant for most content.
|
|
201
|
+
<Typography variant="pageTitle" as="h1">
|
|
202
|
+
Page Title - Main page titles
|
|
201
203
|
</Typography>
|
|
202
|
-
<Typography variant="
|
|
203
|
-
|
|
204
|
+
<Typography variant="detail" color="muted">
|
|
205
|
+
Primary heading variant
|
|
204
206
|
</Typography>
|
|
205
207
|
</div>
|
|
206
208
|
|
|
207
209
|
<div className="space-y-1">
|
|
208
|
-
<Typography variant="
|
|
209
|
-
|
|
210
|
-
for important content.
|
|
210
|
+
<Typography variant="sectionTitle" as="h2">
|
|
211
|
+
Section Title - Section headings within pages
|
|
211
212
|
</Typography>
|
|
212
|
-
<Typography variant="
|
|
213
|
-
|
|
213
|
+
<Typography variant="detail" color="muted">
|
|
214
|
+
Section heading variant
|
|
214
215
|
</Typography>
|
|
215
216
|
</div>
|
|
216
217
|
|
|
217
218
|
<div className="space-y-1">
|
|
218
|
-
<Typography variant="
|
|
219
|
-
|
|
220
|
-
secondary information.
|
|
219
|
+
<Typography variant="headline" as="h3">
|
|
220
|
+
Headline - Article and content headlines
|
|
221
221
|
</Typography>
|
|
222
|
-
<Typography variant="
|
|
223
|
-
|
|
222
|
+
<Typography variant="detail" color="muted">
|
|
223
|
+
Content headline variant
|
|
224
224
|
</Typography>
|
|
225
225
|
</div>
|
|
226
226
|
|
|
227
227
|
<div className="space-y-1">
|
|
228
|
-
<Typography variant="
|
|
229
|
-
|
|
228
|
+
<Typography variant="subHeadline" as="h4">
|
|
229
|
+
Sub Headline - Secondary headlines and subheadings
|
|
230
230
|
</Typography>
|
|
231
|
-
<Typography variant="
|
|
232
|
-
|
|
231
|
+
<Typography variant="detail" color="muted">
|
|
232
|
+
Secondary headline variant
|
|
233
233
|
</Typography>
|
|
234
234
|
</div>
|
|
235
235
|
|
|
236
236
|
<div className="space-y-1">
|
|
237
|
-
<Typography variant="
|
|
238
|
-
|
|
239
|
-
technical content";
|
|
237
|
+
<Typography variant="eyebrow" as="div">
|
|
238
|
+
Eyebrow - Small labels above headings
|
|
240
239
|
</Typography>
|
|
241
|
-
<Typography variant="
|
|
242
|
-
|
|
240
|
+
<Typography variant="detail" color="muted">
|
|
241
|
+
Small label variant
|
|
243
242
|
</Typography>
|
|
244
243
|
</div>
|
|
245
244
|
|
|
246
245
|
<div className="space-y-1">
|
|
247
|
-
<Typography variant="
|
|
248
|
-
|
|
246
|
+
<Typography variant="paragraphLead">
|
|
247
|
+
Paragraph Lead - Opening paragraph text that introduces content
|
|
248
|
+
with emphasis.
|
|
249
249
|
</Typography>
|
|
250
|
-
<Typography variant="
|
|
251
|
-
|
|
250
|
+
<Typography variant="detail" color="muted">
|
|
251
|
+
Lead paragraph variant
|
|
252
252
|
</Typography>
|
|
253
253
|
</div>
|
|
254
254
|
|
|
255
255
|
<div className="space-y-1">
|
|
256
|
-
<Typography variant="
|
|
257
|
-
|
|
256
|
+
<Typography variant="blogBody">
|
|
257
|
+
Blog Body - Body text for blog posts and articles with optimized
|
|
258
|
+
reading experience.
|
|
258
259
|
</Typography>
|
|
259
|
-
<Typography variant="
|
|
260
|
-
|
|
260
|
+
<Typography variant="detail" color="muted">
|
|
261
|
+
Blog content variant
|
|
261
262
|
</Typography>
|
|
262
263
|
</div>
|
|
263
264
|
|
|
264
265
|
<div className="space-y-1">
|
|
265
|
-
<Typography variant="
|
|
266
|
-
|
|
266
|
+
<Typography variant="body">
|
|
267
|
+
Body - Standard body text for content and paragraphs. This is the
|
|
268
|
+
default variant for most content.
|
|
267
269
|
</Typography>
|
|
268
|
-
<Typography variant="
|
|
269
|
-
|
|
270
|
+
<Typography variant="detail" color="muted">
|
|
271
|
+
Standard body variant
|
|
272
|
+
</Typography>
|
|
273
|
+
</div>
|
|
274
|
+
|
|
275
|
+
<div className="space-y-1">
|
|
276
|
+
<Typography variant="detail">
|
|
277
|
+
Detail - Smaller text for details, descriptions, and secondary
|
|
278
|
+
information.
|
|
279
|
+
</Typography>
|
|
280
|
+
<Typography variant="detail" color="muted">
|
|
281
|
+
Detail text variant
|
|
282
|
+
</Typography>
|
|
283
|
+
</div>
|
|
284
|
+
|
|
285
|
+
<div className="space-y-1">
|
|
286
|
+
<Typography variant="code" as="code">
|
|
287
|
+
const codeExample = "Code text for snippets and technical
|
|
288
|
+
content";
|
|
289
|
+
</Typography>
|
|
290
|
+
<Typography variant="detail" color="muted">
|
|
291
|
+
Monospace code variant
|
|
292
|
+
</Typography>
|
|
293
|
+
</div>
|
|
294
|
+
|
|
295
|
+
<div className="space-y-1">
|
|
296
|
+
<Typography variant="microcopy">
|
|
297
|
+
Microcopy - Very small text for captions and fine print
|
|
298
|
+
</Typography>
|
|
299
|
+
<Typography variant="detail" color="muted">
|
|
300
|
+
Smallest text variant
|
|
270
301
|
</Typography>
|
|
271
302
|
</div>
|
|
272
303
|
</div>
|
|
@@ -284,10 +315,10 @@ export const InContext: Story = {
|
|
|
284
315
|
<div className="space-y-8 max-w-4xl">
|
|
285
316
|
{/* Article Layout */}
|
|
286
317
|
<article className="space-y-4">
|
|
287
|
-
<Typography variant="
|
|
318
|
+
<Typography variant="pageTitle" as="h1">
|
|
288
319
|
Building Better Typography Systems
|
|
289
320
|
</Typography>
|
|
290
|
-
<Typography variant="
|
|
321
|
+
<Typography variant="subHeadline" as="h2" color="muted">
|
|
291
322
|
A comprehensive guide to design system typography
|
|
292
323
|
</Typography>
|
|
293
324
|
<Typography variant="body">
|
|
@@ -297,12 +328,12 @@ export const InContext: Story = {
|
|
|
297
328
|
ensures consistency across all touchpoints while maintaining
|
|
298
329
|
flexibility for different use cases.
|
|
299
330
|
</Typography>
|
|
300
|
-
<Typography variant="
|
|
331
|
+
<Typography variant="paragraphLead">
|
|
301
332
|
Key principles include establishing clear hierarchy, ensuring
|
|
302
333
|
accessibility, and maintaining consistency across all platforms and
|
|
303
334
|
devices.
|
|
304
335
|
</Typography>
|
|
305
|
-
<Typography variant="
|
|
336
|
+
<Typography variant="detail" color="muted">
|
|
306
337
|
Published on March 15, 2024 • 5 min read
|
|
307
338
|
</Typography>
|
|
308
339
|
</article>
|
|
@@ -318,7 +349,7 @@ export const InContext: Story = {
|
|
|
318
349
|
<CardContent>
|
|
319
350
|
<div className="space-y-3">
|
|
320
351
|
<div className="space-y-1">
|
|
321
|
-
<Typography variant="
|
|
352
|
+
<Typography variant="body" as="label" htmlFor="email">
|
|
322
353
|
Email Address
|
|
323
354
|
</Typography>
|
|
324
355
|
<input
|
|
@@ -327,7 +358,7 @@ export const InContext: Story = {
|
|
|
327
358
|
className="w-full px-3 py-2 border rounded-md"
|
|
328
359
|
placeholder="Enter your email"
|
|
329
360
|
/>
|
|
330
|
-
<Typography variant="
|
|
361
|
+
<Typography variant="detail" color="muted">
|
|
331
362
|
We'll never share your email with third parties
|
|
332
363
|
</Typography>
|
|
333
364
|
</div>
|
|
@@ -337,30 +368,33 @@ export const InContext: Story = {
|
|
|
337
368
|
|
|
338
369
|
{/* Data Table */}
|
|
339
370
|
<div className="space-y-4">
|
|
340
|
-
<Typography variant="
|
|
371
|
+
<Typography variant="sectionTitle" as="h3">
|
|
341
372
|
Project Status
|
|
342
373
|
</Typography>
|
|
343
374
|
<table className="w-full border-collapse border border-border">
|
|
344
375
|
<thead>
|
|
345
376
|
<tr className="bg-muted/50">
|
|
346
377
|
<Typography
|
|
347
|
-
variant="
|
|
378
|
+
variant="body"
|
|
348
379
|
as="th"
|
|
349
380
|
className="border border-border px-4 py-2 text-left"
|
|
381
|
+
weight="semibold"
|
|
350
382
|
>
|
|
351
383
|
Project Name
|
|
352
384
|
</Typography>
|
|
353
385
|
<Typography
|
|
354
|
-
variant="
|
|
386
|
+
variant="body"
|
|
355
387
|
as="th"
|
|
356
388
|
className="border border-border px-4 py-2 text-left"
|
|
389
|
+
weight="semibold"
|
|
357
390
|
>
|
|
358
391
|
Status
|
|
359
392
|
</Typography>
|
|
360
393
|
<Typography
|
|
361
|
-
variant="
|
|
394
|
+
variant="body"
|
|
362
395
|
as="th"
|
|
363
396
|
className="border border-border px-4 py-2 text-left"
|
|
397
|
+
weight="semibold"
|
|
364
398
|
>
|
|
365
399
|
Due Date
|
|
366
400
|
</Typography>
|
|
@@ -369,14 +403,14 @@ export const InContext: Story = {
|
|
|
369
403
|
<tbody>
|
|
370
404
|
<tr>
|
|
371
405
|
<Typography
|
|
372
|
-
variant="
|
|
406
|
+
variant="body"
|
|
373
407
|
as="td"
|
|
374
408
|
className="border border-border px-4 py-2"
|
|
375
409
|
>
|
|
376
410
|
Design System v2.0
|
|
377
411
|
</Typography>
|
|
378
412
|
<Typography
|
|
379
|
-
variant="
|
|
413
|
+
variant="body"
|
|
380
414
|
as="td"
|
|
381
415
|
className="border border-border px-4 py-2"
|
|
382
416
|
color="success"
|
|
@@ -384,7 +418,7 @@ export const InContext: Story = {
|
|
|
384
418
|
Complete
|
|
385
419
|
</Typography>
|
|
386
420
|
<Typography
|
|
387
|
-
variant="
|
|
421
|
+
variant="body"
|
|
388
422
|
as="td"
|
|
389
423
|
className="border border-border px-4 py-2"
|
|
390
424
|
>
|
|
@@ -393,14 +427,14 @@ export const InContext: Story = {
|
|
|
393
427
|
</tr>
|
|
394
428
|
<tr>
|
|
395
429
|
<Typography
|
|
396
|
-
variant="
|
|
430
|
+
variant="body"
|
|
397
431
|
as="td"
|
|
398
432
|
className="border border-border px-4 py-2"
|
|
399
433
|
>
|
|
400
434
|
Mobile App Redesign
|
|
401
435
|
</Typography>
|
|
402
436
|
<Typography
|
|
403
|
-
variant="
|
|
437
|
+
variant="body"
|
|
404
438
|
as="td"
|
|
405
439
|
className="border border-border px-4 py-2"
|
|
406
440
|
color="warning"
|
|
@@ -408,7 +442,7 @@ export const InContext: Story = {
|
|
|
408
442
|
In Progress
|
|
409
443
|
</Typography>
|
|
410
444
|
<Typography
|
|
411
|
-
variant="
|
|
445
|
+
variant="body"
|
|
412
446
|
as="td"
|
|
413
447
|
className="border border-border px-4 py-2"
|
|
414
448
|
>
|
|
@@ -471,10 +505,10 @@ export const InContext: Story = {
|
|
|
471
505
|
</Typography>
|
|
472
506
|
</li>
|
|
473
507
|
</ul>
|
|
474
|
-
<Typography variant="
|
|
508
|
+
<Typography variant="detail" srOnly>
|
|
475
509
|
This text is hidden visually but available to screen readers
|
|
476
510
|
</Typography>
|
|
477
|
-
<Typography variant="
|
|
511
|
+
<Typography variant="detail" color="muted">
|
|
478
512
|
Note: The line above contains screen reader only content
|
|
479
513
|
</Typography>
|
|
480
514
|
</CardContent>
|
|
@@ -482,7 +516,7 @@ export const InContext: Story = {
|
|
|
482
516
|
|
|
483
517
|
{/* Color Variants */}
|
|
484
518
|
<div className="space-y-4">
|
|
485
|
-
<Typography variant="
|
|
519
|
+
<Typography variant="sectionTitle" as="h3">
|
|
486
520
|
Color Variants
|
|
487
521
|
</Typography>
|
|
488
522
|
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
|
@@ -509,7 +543,7 @@ export const InContext: Story = {
|
|
|
509
543
|
|
|
510
544
|
{/* Text Styling Options */}
|
|
511
545
|
<div className="space-y-4">
|
|
512
|
-
<Typography variant="
|
|
546
|
+
<Typography variant="sectionTitle" as="h3">
|
|
513
547
|
Text Styling Options
|
|
514
548
|
</Typography>
|
|
515
549
|
<div className="space-y-2">
|
|
@@ -559,7 +593,7 @@ export const SemanticComponents: Story = {
|
|
|
559
593
|
|
|
560
594
|
{/* Headings */}
|
|
561
595
|
<div className="space-y-4">
|
|
562
|
-
<Typography variant="
|
|
596
|
+
<Typography variant="sectionTitle" as="h3">
|
|
563
597
|
Heading Components
|
|
564
598
|
</Typography>
|
|
565
599
|
<div className="space-y-3 pl-4 border-l-2 border-border">
|
|
@@ -574,7 +608,7 @@ export const SemanticComponents: Story = {
|
|
|
574
608
|
|
|
575
609
|
{/* Text Components */}
|
|
576
610
|
<div className="space-y-4">
|
|
577
|
-
<Typography variant="
|
|
611
|
+
<Typography variant="sectionTitle" as="h3">
|
|
578
612
|
Text Components
|
|
579
613
|
</Typography>
|
|
580
614
|
<div className="space-y-3 pl-4 border-l-2 border-border">
|
|
@@ -593,7 +627,7 @@ export const SemanticComponents: Story = {
|
|
|
593
627
|
|
|
594
628
|
{/* Code and Technical */}
|
|
595
629
|
<div className="space-y-4">
|
|
596
|
-
<Typography variant="
|
|
630
|
+
<Typography variant="sectionTitle" as="h3">
|
|
597
631
|
Code and Technical
|
|
598
632
|
</Typography>
|
|
599
633
|
<div className="space-y-3 pl-4 border-l-2 border-border">
|
|
@@ -606,7 +640,7 @@ export const SemanticComponents: Story = {
|
|
|
606
640
|
|
|
607
641
|
{/* Form Elements */}
|
|
608
642
|
<div className="space-y-4">
|
|
609
|
-
<Typography variant="
|
|
643
|
+
<Typography variant="sectionTitle" as="h3">
|
|
610
644
|
Form Elements
|
|
611
645
|
</Typography>
|
|
612
646
|
<div className="space-y-3 pl-4 border-l-2 border-border">
|
|
@@ -627,7 +661,7 @@ export const SemanticComponents: Story = {
|
|
|
627
661
|
|
|
628
662
|
{/* Links and Navigation */}
|
|
629
663
|
<div className="space-y-4">
|
|
630
|
-
<Typography variant="
|
|
664
|
+
<Typography variant="sectionTitle" as="h3">
|
|
631
665
|
Links and Navigation
|
|
632
666
|
</Typography>
|
|
633
667
|
<div className="space-y-3 pl-4 border-l-2 border-border">
|
|
@@ -654,7 +688,7 @@ export const SemanticComponents: Story = {
|
|
|
654
688
|
|
|
655
689
|
{/* Quoted Content */}
|
|
656
690
|
<div className="space-y-4">
|
|
657
|
-
<Typography variant="
|
|
691
|
+
<Typography variant="sectionTitle" as="h3">
|
|
658
692
|
Quoted Content
|
|
659
693
|
</Typography>
|
|
660
694
|
<div className="pl-4 border-l-2 border-border">
|
|
@@ -667,7 +701,7 @@ export const SemanticComponents: Story = {
|
|
|
667
701
|
|
|
668
702
|
{/* Comparison Table */}
|
|
669
703
|
<div className="space-y-4">
|
|
670
|
-
<Typography variant="
|
|
704
|
+
<Typography variant="sectionTitle" as="h3">
|
|
671
705
|
Generic vs Semantic Approach
|
|
672
706
|
</Typography>
|
|
673
707
|
<div className="overflow-x-auto">
|
|
@@ -675,23 +709,26 @@ export const SemanticComponents: Story = {
|
|
|
675
709
|
<thead>
|
|
676
710
|
<tr className="bg-muted/50">
|
|
677
711
|
<Typography
|
|
678
|
-
variant="
|
|
712
|
+
variant="body"
|
|
679
713
|
as="th"
|
|
680
714
|
className="border border-border px-4 py-2 text-left"
|
|
715
|
+
weight="semibold"
|
|
681
716
|
>
|
|
682
717
|
Approach
|
|
683
718
|
</Typography>
|
|
684
719
|
<Typography
|
|
685
|
-
variant="
|
|
720
|
+
variant="body"
|
|
686
721
|
as="th"
|
|
687
722
|
className="border border-border px-4 py-2 text-left"
|
|
723
|
+
weight="semibold"
|
|
688
724
|
>
|
|
689
725
|
Code Example
|
|
690
726
|
</Typography>
|
|
691
727
|
<Typography
|
|
692
|
-
variant="
|
|
728
|
+
variant="body"
|
|
693
729
|
as="th"
|
|
694
730
|
className="border border-border px-4 py-2 text-left"
|
|
731
|
+
weight="semibold"
|
|
695
732
|
>
|
|
696
733
|
Benefits
|
|
697
734
|
</Typography>
|
|
@@ -700,24 +737,24 @@ export const SemanticComponents: Story = {
|
|
|
700
737
|
<tbody>
|
|
701
738
|
<tr>
|
|
702
739
|
<Typography
|
|
703
|
-
variant="
|
|
740
|
+
variant="body"
|
|
704
741
|
as="td"
|
|
705
742
|
className="border border-border px-4 py-2"
|
|
706
743
|
>
|
|
707
744
|
Generic
|
|
708
745
|
</Typography>
|
|
709
746
|
<Typography
|
|
710
|
-
variant="
|
|
747
|
+
variant="body"
|
|
711
748
|
as="td"
|
|
712
749
|
className="border border-border px-4 py-2"
|
|
713
750
|
>
|
|
714
751
|
<Code>
|
|
715
|
-
<Typography variant="
|
|
752
|
+
<Typography variant="pageTitle"
|
|
716
753
|
as="h1">
|
|
717
754
|
</Code>
|
|
718
755
|
</Typography>
|
|
719
756
|
<Typography
|
|
720
|
-
variant="
|
|
757
|
+
variant="body"
|
|
721
758
|
as="td"
|
|
722
759
|
className="border border-border px-4 py-2"
|
|
723
760
|
>
|
|
@@ -726,21 +763,21 @@ export const SemanticComponents: Story = {
|
|
|
726
763
|
</tr>
|
|
727
764
|
<tr>
|
|
728
765
|
<Typography
|
|
729
|
-
variant="
|
|
766
|
+
variant="body"
|
|
730
767
|
as="td"
|
|
731
768
|
className="border border-border px-4 py-2"
|
|
732
769
|
>
|
|
733
770
|
Semantic
|
|
734
771
|
</Typography>
|
|
735
772
|
<Typography
|
|
736
|
-
variant="
|
|
773
|
+
variant="body"
|
|
737
774
|
as="td"
|
|
738
775
|
className="border border-border px-4 py-2"
|
|
739
776
|
>
|
|
740
777
|
<Code><H1></Code>
|
|
741
778
|
</Typography>
|
|
742
779
|
<Typography
|
|
743
|
-
variant="
|
|
780
|
+
variant="body"
|
|
744
781
|
as="td"
|
|
745
782
|
className="border border-border px-4 py-2"
|
|
746
783
|
>
|
|
@@ -806,7 +843,7 @@ export const ComponentReference: Story = {
|
|
|
806
843
|
render: () => (
|
|
807
844
|
<div className="space-y-6 max-w-6xl">
|
|
808
845
|
<div className="space-y-2">
|
|
809
|
-
<Typography variant="
|
|
846
|
+
<Typography variant="pageTitle" as="h2">
|
|
810
847
|
Semantic Typography Components Reference
|
|
811
848
|
</Typography>
|
|
812
849
|
<Typography variant="body" color="muted">
|
|
@@ -829,44 +866,50 @@ export const ComponentReference: Story = {
|
|
|
829
866
|
<thead>
|
|
830
867
|
<tr className="bg-muted/50">
|
|
831
868
|
<Typography
|
|
832
|
-
variant="
|
|
869
|
+
variant="body"
|
|
833
870
|
as="th"
|
|
834
871
|
className="border border-border px-4 py-2 text-left"
|
|
872
|
+
weight="semibold"
|
|
835
873
|
>
|
|
836
874
|
Component
|
|
837
875
|
</Typography>
|
|
838
876
|
<Typography
|
|
839
|
-
variant="
|
|
877
|
+
variant="body"
|
|
840
878
|
as="th"
|
|
841
879
|
className="border border-border px-4 py-2 text-left"
|
|
880
|
+
weight="semibold"
|
|
842
881
|
>
|
|
843
882
|
HTML Element
|
|
844
883
|
</Typography>
|
|
845
884
|
<Typography
|
|
846
|
-
variant="
|
|
885
|
+
variant="body"
|
|
847
886
|
as="th"
|
|
848
887
|
className="border border-border px-4 py-2 text-left"
|
|
888
|
+
weight="semibold"
|
|
849
889
|
>
|
|
850
890
|
Default Variant
|
|
851
891
|
</Typography>
|
|
852
892
|
<Typography
|
|
853
|
-
variant="
|
|
893
|
+
variant="body"
|
|
854
894
|
as="th"
|
|
855
895
|
className="border border-border px-4 py-2 text-left"
|
|
896
|
+
weight="semibold"
|
|
856
897
|
>
|
|
857
898
|
Font Size
|
|
858
899
|
</Typography>
|
|
859
900
|
<Typography
|
|
860
|
-
variant="
|
|
901
|
+
variant="body"
|
|
861
902
|
as="th"
|
|
862
903
|
className="border border-border px-4 py-2 text-left"
|
|
904
|
+
weight="semibold"
|
|
863
905
|
>
|
|
864
906
|
Use Case
|
|
865
907
|
</Typography>
|
|
866
908
|
<Typography
|
|
867
|
-
variant="
|
|
909
|
+
variant="body"
|
|
868
910
|
as="th"
|
|
869
911
|
className="border border-border px-4 py-2 text-left"
|
|
912
|
+
weight="semibold"
|
|
870
913
|
>
|
|
871
914
|
Example
|
|
872
915
|
</Typography>
|
|
@@ -875,42 +918,42 @@ export const ComponentReference: Story = {
|
|
|
875
918
|
<tbody>
|
|
876
919
|
<tr>
|
|
877
920
|
<Typography
|
|
878
|
-
variant="
|
|
921
|
+
variant="body"
|
|
879
922
|
as="td"
|
|
880
923
|
className="border border-border px-4 py-2"
|
|
881
924
|
>
|
|
882
925
|
<Code>H1</Code>
|
|
883
926
|
</Typography>
|
|
884
927
|
<Typography
|
|
885
|
-
variant="
|
|
928
|
+
variant="body"
|
|
886
929
|
as="td"
|
|
887
930
|
className="border border-border px-4 py-2"
|
|
888
931
|
>
|
|
889
932
|
h1
|
|
890
933
|
</Typography>
|
|
891
934
|
<Typography
|
|
892
|
-
variant="
|
|
935
|
+
variant="body"
|
|
893
936
|
as="td"
|
|
894
937
|
className="border border-border px-4 py-2"
|
|
895
938
|
>
|
|
896
|
-
|
|
939
|
+
pageTitle
|
|
897
940
|
</Typography>
|
|
898
941
|
<Typography
|
|
899
|
-
variant="
|
|
942
|
+
variant="body"
|
|
900
943
|
as="td"
|
|
901
944
|
className="border border-border px-4 py-2"
|
|
902
945
|
>
|
|
903
|
-
|
|
946
|
+
Variable
|
|
904
947
|
</Typography>
|
|
905
948
|
<Typography
|
|
906
|
-
variant="
|
|
949
|
+
variant="body"
|
|
907
950
|
as="td"
|
|
908
951
|
className="border border-border px-4 py-2"
|
|
909
952
|
>
|
|
910
953
|
Main page titles
|
|
911
954
|
</Typography>
|
|
912
955
|
<Typography
|
|
913
|
-
variant="
|
|
956
|
+
variant="body"
|
|
914
957
|
as="td"
|
|
915
958
|
className="border border-border px-4 py-2"
|
|
916
959
|
>
|
|
@@ -919,42 +962,42 @@ export const ComponentReference: Story = {
|
|
|
919
962
|
</tr>
|
|
920
963
|
<tr>
|
|
921
964
|
<Typography
|
|
922
|
-
variant="
|
|
965
|
+
variant="body"
|
|
923
966
|
as="td"
|
|
924
967
|
className="border border-border px-4 py-2"
|
|
925
968
|
>
|
|
926
969
|
<Code>H2</Code>
|
|
927
970
|
</Typography>
|
|
928
971
|
<Typography
|
|
929
|
-
variant="
|
|
972
|
+
variant="body"
|
|
930
973
|
as="td"
|
|
931
974
|
className="border border-border px-4 py-2"
|
|
932
975
|
>
|
|
933
976
|
h2
|
|
934
977
|
</Typography>
|
|
935
978
|
<Typography
|
|
936
|
-
variant="
|
|
979
|
+
variant="body"
|
|
937
980
|
as="td"
|
|
938
981
|
className="border border-border px-4 py-2"
|
|
939
982
|
>
|
|
940
|
-
|
|
983
|
+
sectionTitle
|
|
941
984
|
</Typography>
|
|
942
985
|
<Typography
|
|
943
|
-
variant="
|
|
986
|
+
variant="body"
|
|
944
987
|
as="td"
|
|
945
988
|
className="border border-border px-4 py-2"
|
|
946
989
|
>
|
|
947
|
-
|
|
990
|
+
Variable
|
|
948
991
|
</Typography>
|
|
949
992
|
<Typography
|
|
950
|
-
variant="
|
|
993
|
+
variant="body"
|
|
951
994
|
as="td"
|
|
952
995
|
className="border border-border px-4 py-2"
|
|
953
996
|
>
|
|
954
997
|
Section headings
|
|
955
998
|
</Typography>
|
|
956
999
|
<Typography
|
|
957
|
-
variant="
|
|
1000
|
+
variant="body"
|
|
958
1001
|
as="td"
|
|
959
1002
|
className="border border-border px-4 py-2"
|
|
960
1003
|
>
|
|
@@ -963,42 +1006,42 @@ export const ComponentReference: Story = {
|
|
|
963
1006
|
</tr>
|
|
964
1007
|
<tr>
|
|
965
1008
|
<Typography
|
|
966
|
-
variant="
|
|
1009
|
+
variant="body"
|
|
967
1010
|
as="td"
|
|
968
1011
|
className="border border-border px-4 py-2"
|
|
969
1012
|
>
|
|
970
1013
|
<Code>H3</Code>
|
|
971
1014
|
</Typography>
|
|
972
1015
|
<Typography
|
|
973
|
-
variant="
|
|
1016
|
+
variant="body"
|
|
974
1017
|
as="td"
|
|
975
1018
|
className="border border-border px-4 py-2"
|
|
976
1019
|
>
|
|
977
1020
|
h3
|
|
978
1021
|
</Typography>
|
|
979
1022
|
<Typography
|
|
980
|
-
variant="
|
|
1023
|
+
variant="body"
|
|
981
1024
|
as="td"
|
|
982
1025
|
className="border border-border px-4 py-2"
|
|
983
1026
|
>
|
|
984
|
-
|
|
1027
|
+
headline
|
|
985
1028
|
</Typography>
|
|
986
1029
|
<Typography
|
|
987
|
-
variant="
|
|
1030
|
+
variant="body"
|
|
988
1031
|
as="td"
|
|
989
1032
|
className="border border-border px-4 py-2"
|
|
990
1033
|
>
|
|
991
|
-
|
|
1034
|
+
Variable
|
|
992
1035
|
</Typography>
|
|
993
1036
|
<Typography
|
|
994
|
-
variant="
|
|
1037
|
+
variant="body"
|
|
995
1038
|
as="td"
|
|
996
1039
|
className="border border-border px-4 py-2"
|
|
997
1040
|
>
|
|
998
1041
|
Subsection headings
|
|
999
1042
|
</Typography>
|
|
1000
1043
|
<Typography
|
|
1001
|
-
variant="
|
|
1044
|
+
variant="body"
|
|
1002
1045
|
as="td"
|
|
1003
1046
|
className="border border-border px-4 py-2"
|
|
1004
1047
|
>
|
|
@@ -1007,42 +1050,42 @@ export const ComponentReference: Story = {
|
|
|
1007
1050
|
</tr>
|
|
1008
1051
|
<tr>
|
|
1009
1052
|
<Typography
|
|
1010
|
-
variant="
|
|
1053
|
+
variant="body"
|
|
1011
1054
|
as="td"
|
|
1012
1055
|
className="border border-border px-4 py-2"
|
|
1013
1056
|
>
|
|
1014
1057
|
<Code>H4</Code>
|
|
1015
1058
|
</Typography>
|
|
1016
1059
|
<Typography
|
|
1017
|
-
variant="
|
|
1060
|
+
variant="body"
|
|
1018
1061
|
as="td"
|
|
1019
1062
|
className="border border-border px-4 py-2"
|
|
1020
1063
|
>
|
|
1021
1064
|
h4
|
|
1022
1065
|
</Typography>
|
|
1023
1066
|
<Typography
|
|
1024
|
-
variant="
|
|
1067
|
+
variant="body"
|
|
1025
1068
|
as="td"
|
|
1026
1069
|
className="border border-border px-4 py-2"
|
|
1027
1070
|
>
|
|
1028
|
-
|
|
1071
|
+
subHeadline
|
|
1029
1072
|
</Typography>
|
|
1030
1073
|
<Typography
|
|
1031
|
-
variant="
|
|
1074
|
+
variant="body"
|
|
1032
1075
|
as="td"
|
|
1033
1076
|
className="border border-border px-4 py-2"
|
|
1034
1077
|
>
|
|
1035
|
-
|
|
1078
|
+
Variable
|
|
1036
1079
|
</Typography>
|
|
1037
1080
|
<Typography
|
|
1038
|
-
variant="
|
|
1081
|
+
variant="body"
|
|
1039
1082
|
as="td"
|
|
1040
1083
|
className="border border-border px-4 py-2"
|
|
1041
1084
|
>
|
|
1042
|
-
|
|
1085
|
+
Sub headlines
|
|
1043
1086
|
</Typography>
|
|
1044
1087
|
<Typography
|
|
1045
|
-
variant="
|
|
1088
|
+
variant="body"
|
|
1046
1089
|
as="td"
|
|
1047
1090
|
className="border border-border px-4 py-2"
|
|
1048
1091
|
>
|
|
@@ -1051,42 +1094,42 @@ export const ComponentReference: Story = {
|
|
|
1051
1094
|
</tr>
|
|
1052
1095
|
<tr>
|
|
1053
1096
|
<Typography
|
|
1054
|
-
variant="
|
|
1097
|
+
variant="body"
|
|
1055
1098
|
as="td"
|
|
1056
1099
|
className="border border-border px-4 py-2"
|
|
1057
1100
|
>
|
|
1058
1101
|
<Code>H5</Code>
|
|
1059
1102
|
</Typography>
|
|
1060
1103
|
<Typography
|
|
1061
|
-
variant="
|
|
1104
|
+
variant="body"
|
|
1062
1105
|
as="td"
|
|
1063
1106
|
className="border border-border px-4 py-2"
|
|
1064
1107
|
>
|
|
1065
1108
|
h5
|
|
1066
1109
|
</Typography>
|
|
1067
1110
|
<Typography
|
|
1068
|
-
variant="
|
|
1111
|
+
variant="body"
|
|
1069
1112
|
as="td"
|
|
1070
1113
|
className="border border-border px-4 py-2"
|
|
1071
1114
|
>
|
|
1072
|
-
|
|
1115
|
+
eyebrow
|
|
1073
1116
|
</Typography>
|
|
1074
1117
|
<Typography
|
|
1075
|
-
variant="
|
|
1118
|
+
variant="body"
|
|
1076
1119
|
as="td"
|
|
1077
1120
|
className="border border-border px-4 py-2"
|
|
1078
1121
|
>
|
|
1079
|
-
|
|
1122
|
+
Variable
|
|
1080
1123
|
</Typography>
|
|
1081
1124
|
<Typography
|
|
1082
|
-
variant="
|
|
1125
|
+
variant="body"
|
|
1083
1126
|
as="td"
|
|
1084
1127
|
className="border border-border px-4 py-2"
|
|
1085
1128
|
>
|
|
1086
1129
|
Small headings
|
|
1087
1130
|
</Typography>
|
|
1088
1131
|
<Typography
|
|
1089
|
-
variant="
|
|
1132
|
+
variant="body"
|
|
1090
1133
|
as="td"
|
|
1091
1134
|
className="border border-border px-4 py-2"
|
|
1092
1135
|
>
|
|
@@ -1095,42 +1138,42 @@ export const ComponentReference: Story = {
|
|
|
1095
1138
|
</tr>
|
|
1096
1139
|
<tr>
|
|
1097
1140
|
<Typography
|
|
1098
|
-
variant="
|
|
1141
|
+
variant="body"
|
|
1099
1142
|
as="td"
|
|
1100
1143
|
className="border border-border px-4 py-2"
|
|
1101
1144
|
>
|
|
1102
1145
|
<Code>H6</Code>
|
|
1103
1146
|
</Typography>
|
|
1104
1147
|
<Typography
|
|
1105
|
-
variant="
|
|
1148
|
+
variant="body"
|
|
1106
1149
|
as="td"
|
|
1107
1150
|
className="border border-border px-4 py-2"
|
|
1108
1151
|
>
|
|
1109
1152
|
h6
|
|
1110
1153
|
</Typography>
|
|
1111
1154
|
<Typography
|
|
1112
|
-
variant="
|
|
1155
|
+
variant="body"
|
|
1113
1156
|
as="td"
|
|
1114
1157
|
className="border border-border px-4 py-2"
|
|
1115
1158
|
>
|
|
1116
|
-
|
|
1159
|
+
detail
|
|
1117
1160
|
</Typography>
|
|
1118
1161
|
<Typography
|
|
1119
|
-
variant="
|
|
1162
|
+
variant="body"
|
|
1120
1163
|
as="td"
|
|
1121
1164
|
className="border border-border px-4 py-2"
|
|
1122
1165
|
>
|
|
1123
|
-
|
|
1166
|
+
Variable
|
|
1124
1167
|
</Typography>
|
|
1125
1168
|
<Typography
|
|
1126
|
-
variant="
|
|
1169
|
+
variant="body"
|
|
1127
1170
|
as="td"
|
|
1128
1171
|
className="border border-border px-4 py-2"
|
|
1129
1172
|
>
|
|
1130
1173
|
Smallest headings
|
|
1131
1174
|
</Typography>
|
|
1132
1175
|
<Typography
|
|
1133
|
-
variant="
|
|
1176
|
+
variant="body"
|
|
1134
1177
|
as="td"
|
|
1135
1178
|
className="border border-border px-4 py-2"
|
|
1136
1179
|
>
|
|
@@ -1139,42 +1182,42 @@ export const ComponentReference: Story = {
|
|
|
1139
1182
|
</tr>
|
|
1140
1183
|
<tr>
|
|
1141
1184
|
<Typography
|
|
1142
|
-
variant="
|
|
1185
|
+
variant="body"
|
|
1143
1186
|
as="td"
|
|
1144
1187
|
className="border border-border px-4 py-2"
|
|
1145
1188
|
>
|
|
1146
1189
|
<Code>P</Code>
|
|
1147
1190
|
</Typography>
|
|
1148
1191
|
<Typography
|
|
1149
|
-
variant="
|
|
1192
|
+
variant="body"
|
|
1150
1193
|
as="td"
|
|
1151
1194
|
className="border border-border px-4 py-2"
|
|
1152
1195
|
>
|
|
1153
1196
|
p
|
|
1154
1197
|
</Typography>
|
|
1155
1198
|
<Typography
|
|
1156
|
-
variant="
|
|
1199
|
+
variant="body"
|
|
1157
1200
|
as="td"
|
|
1158
1201
|
className="border border-border px-4 py-2"
|
|
1159
1202
|
>
|
|
1160
1203
|
body
|
|
1161
1204
|
</Typography>
|
|
1162
1205
|
<Typography
|
|
1163
|
-
variant="
|
|
1206
|
+
variant="body"
|
|
1164
1207
|
as="td"
|
|
1165
1208
|
className="border border-border px-4 py-2"
|
|
1166
1209
|
>
|
|
1167
|
-
|
|
1210
|
+
Variable
|
|
1168
1211
|
</Typography>
|
|
1169
1212
|
<Typography
|
|
1170
|
-
variant="
|
|
1213
|
+
variant="body"
|
|
1171
1214
|
as="td"
|
|
1172
1215
|
className="border border-border px-4 py-2"
|
|
1173
1216
|
>
|
|
1174
1217
|
Body text, paragraphs
|
|
1175
1218
|
</Typography>
|
|
1176
1219
|
<Typography
|
|
1177
|
-
variant="
|
|
1220
|
+
variant="body"
|
|
1178
1221
|
as="td"
|
|
1179
1222
|
className="border border-border px-4 py-2"
|
|
1180
1223
|
>
|
|
@@ -1183,42 +1226,42 @@ export const ComponentReference: Story = {
|
|
|
1183
1226
|
</tr>
|
|
1184
1227
|
<tr>
|
|
1185
1228
|
<Typography
|
|
1186
|
-
variant="
|
|
1229
|
+
variant="body"
|
|
1187
1230
|
as="td"
|
|
1188
1231
|
className="border border-border px-4 py-2"
|
|
1189
1232
|
>
|
|
1190
1233
|
<Code>A</Code>
|
|
1191
1234
|
</Typography>
|
|
1192
1235
|
<Typography
|
|
1193
|
-
variant="
|
|
1236
|
+
variant="body"
|
|
1194
1237
|
as="td"
|
|
1195
1238
|
className="border border-border px-4 py-2"
|
|
1196
1239
|
>
|
|
1197
1240
|
a
|
|
1198
1241
|
</Typography>
|
|
1199
1242
|
<Typography
|
|
1200
|
-
variant="
|
|
1243
|
+
variant="body"
|
|
1201
1244
|
as="td"
|
|
1202
1245
|
className="border border-border px-4 py-2"
|
|
1203
1246
|
>
|
|
1204
1247
|
body + underline
|
|
1205
1248
|
</Typography>
|
|
1206
1249
|
<Typography
|
|
1207
|
-
variant="
|
|
1250
|
+
variant="body"
|
|
1208
1251
|
as="td"
|
|
1209
1252
|
className="border border-border px-4 py-2"
|
|
1210
1253
|
>
|
|
1211
|
-
|
|
1254
|
+
Variable
|
|
1212
1255
|
</Typography>
|
|
1213
1256
|
<Typography
|
|
1214
|
-
variant="
|
|
1257
|
+
variant="body"
|
|
1215
1258
|
as="td"
|
|
1216
1259
|
className="border border-border px-4 py-2"
|
|
1217
1260
|
>
|
|
1218
1261
|
Links with hover states
|
|
1219
1262
|
</Typography>
|
|
1220
1263
|
<Typography
|
|
1221
|
-
variant="
|
|
1264
|
+
variant="body"
|
|
1222
1265
|
as="td"
|
|
1223
1266
|
className="border border-border px-4 py-2"
|
|
1224
1267
|
>
|
|
@@ -1229,42 +1272,42 @@ export const ComponentReference: Story = {
|
|
|
1229
1272
|
</tr>
|
|
1230
1273
|
<tr>
|
|
1231
1274
|
<Typography
|
|
1232
|
-
variant="
|
|
1275
|
+
variant="body"
|
|
1233
1276
|
as="td"
|
|
1234
1277
|
className="border border-border px-4 py-2"
|
|
1235
1278
|
>
|
|
1236
1279
|
<Code>Span</Code>
|
|
1237
1280
|
</Typography>
|
|
1238
1281
|
<Typography
|
|
1239
|
-
variant="
|
|
1282
|
+
variant="body"
|
|
1240
1283
|
as="td"
|
|
1241
1284
|
className="border border-border px-4 py-2"
|
|
1242
1285
|
>
|
|
1243
1286
|
span
|
|
1244
1287
|
</Typography>
|
|
1245
1288
|
<Typography
|
|
1246
|
-
variant="
|
|
1289
|
+
variant="body"
|
|
1247
1290
|
as="td"
|
|
1248
1291
|
className="border border-border px-4 py-2"
|
|
1249
1292
|
>
|
|
1250
1293
|
body (default)
|
|
1251
1294
|
</Typography>
|
|
1252
1295
|
<Typography
|
|
1253
|
-
variant="
|
|
1296
|
+
variant="body"
|
|
1254
1297
|
as="td"
|
|
1255
1298
|
className="border border-border px-4 py-2"
|
|
1256
1299
|
>
|
|
1257
|
-
|
|
1300
|
+
Variable
|
|
1258
1301
|
</Typography>
|
|
1259
1302
|
<Typography
|
|
1260
|
-
variant="
|
|
1303
|
+
variant="body"
|
|
1261
1304
|
as="td"
|
|
1262
1305
|
className="border border-border px-4 py-2"
|
|
1263
1306
|
>
|
|
1264
1307
|
Inline text, highlights
|
|
1265
1308
|
</Typography>
|
|
1266
1309
|
<Typography
|
|
1267
|
-
variant="
|
|
1310
|
+
variant="body"
|
|
1268
1311
|
as="td"
|
|
1269
1312
|
className="border border-border px-4 py-2"
|
|
1270
1313
|
>
|
|
@@ -1275,42 +1318,42 @@ export const ComponentReference: Story = {
|
|
|
1275
1318
|
</tr>
|
|
1276
1319
|
<tr>
|
|
1277
1320
|
<Typography
|
|
1278
|
-
variant="
|
|
1321
|
+
variant="body"
|
|
1279
1322
|
as="td"
|
|
1280
1323
|
className="border border-border px-4 py-2"
|
|
1281
1324
|
>
|
|
1282
1325
|
<Code>Strong</Code>
|
|
1283
1326
|
</Typography>
|
|
1284
1327
|
<Typography
|
|
1285
|
-
variant="
|
|
1328
|
+
variant="body"
|
|
1286
1329
|
as="td"
|
|
1287
1330
|
className="border border-border px-4 py-2"
|
|
1288
1331
|
>
|
|
1289
1332
|
strong
|
|
1290
1333
|
</Typography>
|
|
1291
1334
|
<Typography
|
|
1292
|
-
variant="
|
|
1335
|
+
variant="body"
|
|
1293
1336
|
as="td"
|
|
1294
1337
|
className="border border-border px-4 py-2"
|
|
1295
1338
|
>
|
|
1296
1339
|
bodyEmphasized
|
|
1297
1340
|
</Typography>
|
|
1298
1341
|
<Typography
|
|
1299
|
-
variant="
|
|
1342
|
+
variant="body"
|
|
1300
1343
|
as="td"
|
|
1301
1344
|
className="border border-border px-4 py-2"
|
|
1302
1345
|
>
|
|
1303
|
-
|
|
1346
|
+
Variable
|
|
1304
1347
|
</Typography>
|
|
1305
1348
|
<Typography
|
|
1306
|
-
variant="
|
|
1349
|
+
variant="body"
|
|
1307
1350
|
as="td"
|
|
1308
1351
|
className="border border-border px-4 py-2"
|
|
1309
1352
|
>
|
|
1310
1353
|
Emphasized text
|
|
1311
1354
|
</Typography>
|
|
1312
1355
|
<Typography
|
|
1313
|
-
variant="
|
|
1356
|
+
variant="body"
|
|
1314
1357
|
as="td"
|
|
1315
1358
|
className="border border-border px-4 py-2"
|
|
1316
1359
|
>
|
|
@@ -1319,42 +1362,42 @@ export const ComponentReference: Story = {
|
|
|
1319
1362
|
</tr>
|
|
1320
1363
|
<tr>
|
|
1321
1364
|
<Typography
|
|
1322
|
-
variant="
|
|
1365
|
+
variant="body"
|
|
1323
1366
|
as="td"
|
|
1324
1367
|
className="border border-border px-4 py-2"
|
|
1325
1368
|
>
|
|
1326
1369
|
<Code>Lead</Code>
|
|
1327
1370
|
</Typography>
|
|
1328
1371
|
<Typography
|
|
1329
|
-
variant="
|
|
1372
|
+
variant="body"
|
|
1330
1373
|
as="td"
|
|
1331
1374
|
className="border border-border px-4 py-2"
|
|
1332
1375
|
>
|
|
1333
1376
|
p
|
|
1334
1377
|
</Typography>
|
|
1335
1378
|
<Typography
|
|
1336
|
-
variant="
|
|
1379
|
+
variant="body"
|
|
1337
1380
|
as="td"
|
|
1338
1381
|
className="border border-border px-4 py-2"
|
|
1339
1382
|
>
|
|
1340
|
-
|
|
1383
|
+
paragraphLead
|
|
1341
1384
|
</Typography>
|
|
1342
1385
|
<Typography
|
|
1343
|
-
variant="
|
|
1386
|
+
variant="body"
|
|
1344
1387
|
as="td"
|
|
1345
1388
|
className="border border-border px-4 py-2"
|
|
1346
1389
|
>
|
|
1347
|
-
|
|
1390
|
+
Variable
|
|
1348
1391
|
</Typography>
|
|
1349
1392
|
<Typography
|
|
1350
|
-
variant="
|
|
1393
|
+
variant="body"
|
|
1351
1394
|
as="td"
|
|
1352
1395
|
className="border border-border px-4 py-2"
|
|
1353
1396
|
>
|
|
1354
1397
|
Introductory text
|
|
1355
1398
|
</Typography>
|
|
1356
1399
|
<Typography
|
|
1357
|
-
variant="
|
|
1400
|
+
variant="body"
|
|
1358
1401
|
as="td"
|
|
1359
1402
|
className="border border-border px-4 py-2"
|
|
1360
1403
|
>
|
|
@@ -1363,42 +1406,42 @@ export const ComponentReference: Story = {
|
|
|
1363
1406
|
</tr>
|
|
1364
1407
|
<tr>
|
|
1365
1408
|
<Typography
|
|
1366
|
-
variant="
|
|
1409
|
+
variant="body"
|
|
1367
1410
|
as="td"
|
|
1368
1411
|
className="border border-border px-4 py-2"
|
|
1369
1412
|
>
|
|
1370
1413
|
<Code>Small</Code>
|
|
1371
1414
|
</Typography>
|
|
1372
1415
|
<Typography
|
|
1373
|
-
variant="
|
|
1416
|
+
variant="body"
|
|
1374
1417
|
as="td"
|
|
1375
1418
|
className="border border-border px-4 py-2"
|
|
1376
1419
|
>
|
|
1377
1420
|
small
|
|
1378
1421
|
</Typography>
|
|
1379
1422
|
<Typography
|
|
1380
|
-
variant="
|
|
1423
|
+
variant="body"
|
|
1381
1424
|
as="td"
|
|
1382
1425
|
className="border border-border px-4 py-2"
|
|
1383
1426
|
>
|
|
1384
1427
|
microcopy
|
|
1385
1428
|
</Typography>
|
|
1386
1429
|
<Typography
|
|
1387
|
-
variant="
|
|
1430
|
+
variant="body"
|
|
1388
1431
|
as="td"
|
|
1389
1432
|
className="border border-border px-4 py-2"
|
|
1390
1433
|
>
|
|
1391
|
-
|
|
1434
|
+
Variable
|
|
1392
1435
|
</Typography>
|
|
1393
1436
|
<Typography
|
|
1394
|
-
variant="
|
|
1437
|
+
variant="body"
|
|
1395
1438
|
as="td"
|
|
1396
1439
|
className="border border-border px-4 py-2"
|
|
1397
1440
|
>
|
|
1398
1441
|
Fine print, captions
|
|
1399
1442
|
</Typography>
|
|
1400
1443
|
<Typography
|
|
1401
|
-
variant="
|
|
1444
|
+
variant="body"
|
|
1402
1445
|
as="td"
|
|
1403
1446
|
className="border border-border px-4 py-2"
|
|
1404
1447
|
>
|
|
@@ -1407,42 +1450,42 @@ export const ComponentReference: Story = {
|
|
|
1407
1450
|
</tr>
|
|
1408
1451
|
<tr>
|
|
1409
1452
|
<Typography
|
|
1410
|
-
variant="
|
|
1453
|
+
variant="body"
|
|
1411
1454
|
as="td"
|
|
1412
1455
|
className="border border-border px-4 py-2"
|
|
1413
1456
|
>
|
|
1414
1457
|
<Code>Code</Code>
|
|
1415
1458
|
</Typography>
|
|
1416
1459
|
<Typography
|
|
1417
|
-
variant="
|
|
1460
|
+
variant="body"
|
|
1418
1461
|
as="td"
|
|
1419
1462
|
className="border border-border px-4 py-2"
|
|
1420
1463
|
>
|
|
1421
1464
|
code
|
|
1422
1465
|
</Typography>
|
|
1423
1466
|
<Typography
|
|
1424
|
-
variant="
|
|
1467
|
+
variant="body"
|
|
1425
1468
|
as="td"
|
|
1426
1469
|
className="border border-border px-4 py-2"
|
|
1427
1470
|
>
|
|
1428
1471
|
code
|
|
1429
1472
|
</Typography>
|
|
1430
1473
|
<Typography
|
|
1431
|
-
variant="
|
|
1474
|
+
variant="body"
|
|
1432
1475
|
as="td"
|
|
1433
1476
|
className="border border-border px-4 py-2"
|
|
1434
1477
|
>
|
|
1435
|
-
|
|
1478
|
+
Variable
|
|
1436
1479
|
</Typography>
|
|
1437
1480
|
<Typography
|
|
1438
|
-
variant="
|
|
1481
|
+
variant="body"
|
|
1439
1482
|
as="td"
|
|
1440
1483
|
className="border border-border px-4 py-2"
|
|
1441
1484
|
>
|
|
1442
1485
|
Inline code snippets
|
|
1443
1486
|
</Typography>
|
|
1444
1487
|
<Typography
|
|
1445
|
-
variant="
|
|
1488
|
+
variant="body"
|
|
1446
1489
|
as="td"
|
|
1447
1490
|
className="border border-border px-4 py-2"
|
|
1448
1491
|
>
|
|
@@ -1451,42 +1494,42 @@ export const ComponentReference: Story = {
|
|
|
1451
1494
|
</tr>
|
|
1452
1495
|
<tr>
|
|
1453
1496
|
<Typography
|
|
1454
|
-
variant="
|
|
1497
|
+
variant="body"
|
|
1455
1498
|
as="td"
|
|
1456
1499
|
className="border border-border px-4 py-2"
|
|
1457
1500
|
>
|
|
1458
1501
|
<Code>Blockquote</Code>
|
|
1459
1502
|
</Typography>
|
|
1460
1503
|
<Typography
|
|
1461
|
-
variant="
|
|
1504
|
+
variant="body"
|
|
1462
1505
|
as="td"
|
|
1463
1506
|
className="border border-border px-4 py-2"
|
|
1464
1507
|
>
|
|
1465
1508
|
blockquote
|
|
1466
1509
|
</Typography>
|
|
1467
1510
|
<Typography
|
|
1468
|
-
variant="
|
|
1511
|
+
variant="body"
|
|
1469
1512
|
as="td"
|
|
1470
1513
|
className="border border-border px-4 py-2"
|
|
1471
1514
|
>
|
|
1472
|
-
|
|
1515
|
+
blogBody + italic
|
|
1473
1516
|
</Typography>
|
|
1474
1517
|
<Typography
|
|
1475
|
-
variant="
|
|
1518
|
+
variant="body"
|
|
1476
1519
|
as="td"
|
|
1477
1520
|
className="border border-border px-4 py-2"
|
|
1478
1521
|
>
|
|
1479
|
-
|
|
1522
|
+
Variable
|
|
1480
1523
|
</Typography>
|
|
1481
1524
|
<Typography
|
|
1482
|
-
variant="
|
|
1525
|
+
variant="body"
|
|
1483
1526
|
as="td"
|
|
1484
1527
|
className="border border-border px-4 py-2"
|
|
1485
1528
|
>
|
|
1486
1529
|
Quoted text
|
|
1487
1530
|
</Typography>
|
|
1488
1531
|
<Typography
|
|
1489
|
-
variant="
|
|
1532
|
+
variant="body"
|
|
1490
1533
|
as="td"
|
|
1491
1534
|
className="border border-border px-4 py-2"
|
|
1492
1535
|
>
|
|
@@ -1511,7 +1554,7 @@ export const ComponentReference: Story = {
|
|
|
1511
1554
|
<CardContent>
|
|
1512
1555
|
<div className="space-y-4">
|
|
1513
1556
|
<div>
|
|
1514
|
-
<Typography variant="
|
|
1557
|
+
<Typography variant="paragraphLead">Available Props:</Typography>
|
|
1515
1558
|
<ul className="mt-2 space-y-1 ml-4">
|
|
1516
1559
|
<li>
|
|
1517
1560
|
<Code>color</Code> - default, muted, accent, destructive,
|
|
@@ -1548,7 +1591,7 @@ export const ComponentReference: Story = {
|
|
|
1548
1591
|
</ul>
|
|
1549
1592
|
</div>
|
|
1550
1593
|
<div>
|
|
1551
|
-
<Typography variant="
|
|
1594
|
+
<Typography variant="paragraphLead">Usage Examples:</Typography>
|
|
1552
1595
|
<div className="mt-2 space-y-2">
|
|
1553
1596
|
<div>
|
|
1554
1597
|
<Code>
|