sh-ui-cli 0.47.0 → 0.48.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.
@@ -2,6 +2,18 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$description": "sh-ui 릴리즈 노트 단일 소스. docs(React)와 showcase(Flutter)가 함께 읽는다. 새 릴리즈마다 맨 앞에 추가.",
4
4
  "versions": [
5
+ {
6
+ "version": "0.48.0",
7
+ "date": "2026-05-04",
8
+ "title": "컴포넌트 페이지에 변종 별 소스 탭 추가",
9
+ "type": "minor",
10
+ "highlights": [
11
+ "**컴포넌트 페이지의 Manual 섹션 = 변종 별 소스 탭** — 기존엔 \"index.tsx, styles.css 를 복사한다\" 한 줄 안내 + 파일명 리스트뿐이었던 자리에 plain · tailwind · css-modules 3 변종 소스를 탭으로 직접 표시. 사용자가 cssFramework 별로 어떤 코드가 들어오는지 페이지에서 바로 비교 가능.",
12
+ "**`<VariantSource name=\"...\" />` 공용 컴포넌트** — registry 변종 소스를 빌드 타임에 한 번 읽어 정적 모듈로 emit (`apps/docs/lib/variants.generated.ts`). 이후 컴포넌트는 fs 의존 없이 client component 페이지 (pagination, page-toc 등) 에서도 그대로 사용. registry 컴포넌트가 바뀌면 `pnpm generate:variants` (build/dev/typecheck 전 자동 호출) 가 다시 emit.",
13
+ "**45 개 컴포넌트 페이지 일괄 패치** — 33 개는 기존 Manual 섹션을 `<VariantSource>` 로 교체, 12 개는 신규 Manual 섹션 추가. 비-styled 컴포넌트(theme, code-tabs 등)도 보유한 변종만 자동으로 표시 — 변종이 없으면 탭 자체 생략."
14
+ ],
15
+ "url": "https://github.com/sanghyeonKim0201/sh-ui/releases/tag/v0.48.0"
16
+ },
5
17
  {
6
18
  "version": "0.47.0",
7
19
  "date": "2026-05-04",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sh-ui-cli",
3
- "version": "0.47.0",
3
+ "version": "0.48.0",
4
4
  "description": "sh-ui CLI — 프로젝트 스캐폴드(create) + 컴포넌트 추가(add/list/remove) + IDE-내 AI용 MCP 서버",
5
5
  "license": "MIT",
6
6
  "repository": {