# SOCAR FRAME 2.0 llms.txt # Generated: 2026-04-07 # Version: @socar-inc/socar-frame-components v0.2.0-alpha.6 # Purpose: LLM-friendly index for SOCAR Frame web/design system docs. entries: - /llms-full.txt - /llms-changelog.txt - /components/index.txt links: - Storybook: https://monorepo-storybook.socar.me/socar-frame-components/prod/?path=/docs/guide--docs - Figma: https://www.figma.com/design/9BojhdnvhQSi1wpWpLwPnH/SOCAR-FRAME-2.0-%EB%94%94%EC%9E%90%EC%9D%B8-%EC%8B%9C%EC%8A%A4%ED%85%9C-%EA%B0%9C%EC%84%A0-24~-- - Repo root: https://github.com/socar-inc/socar-frame-web packages: - @socar-inc/socar-frame-components v0.2.0-alpha.6 (React 18, Tailwind 3.4.1, framer-motion) - @socar-inc/socar-frame-foundation v0.1.0 (tokens, tailwind config, fonts) - docs (Docusaurus; serves this llms export from the site root) usage-notes: - Install per package directory with pnpm 9; Node 20+. - Tailwind prefix `tw-`, no src/* aliases; imports ordered builtin -> external -> parent -> sibling -> types. - See /llms-full.txt for full text dump (install, tokens, component props, haptic guide, PR checklist). v0.2.0-alpha.6 changes: - 공통 유틸리티 추출: mergeRefs, findChildByType, filterChildrenByType, getColorValue - Checkbox/Radio → createFormControl 팩토리 패턴 통합 - Input/TextArea → useFieldController 제네릭 hook 통합 - TabHeader Anchor/Slide 중복 제거, Snackbar 공통 래퍼, AccentTip hook 분리 - 보호 테스트 52개 추가 v0.2.0-alpha.4 changes: - ActionButton: variant='outline' 제거 (레거시). styleType='outlined'로 대체. - ActionButton: outlined 보더 렌더링 버그 수정. - ActionButton variant는 'primary' | 'secondary' | 'tertiary'만 지원 (outlined에서는 tertiary 미지원).