feat(site): add util reference pipeline (#537)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-02-24 15:34:34 -06:00
committed by GitHub
co-authored by Claude Opus 4.6
parent c11395ece1
commit 78112fbefd
143 changed files with 7031 additions and 481 deletions
@@ -7,7 +7,7 @@ import Tbody from '@/components/typography/Tbody.astro';
import Th from '@/components/typography/Th.astro';
import Thead from '@/components/typography/Thead.astro';
import Tr from '@/components/typography/Tr.astro';
import type { StateDef } from '@/types/api-reference';
import type { StateDef } from '@/types/component-reference';
import StateRow from './StateRow.astro';
interface Props {
@@ -34,7 +34,7 @@ const stateEntries = Object.entries(state);
<StateRow
name={name}
type={def.type}
shortType={def.shortType}
detailedType={def.detailedType}
description={def.description}
componentName={componentName}
/>