mikeneko-ui 1.2.0 → 1.3.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/package.json +1 -1
- package/templates/CLAUDE.md +1 -0
package/package.json
CHANGED
package/templates/CLAUDE.md
CHANGED
|
@@ -49,6 +49,7 @@ Easing: ease-in-out (default)
|
|
|
49
49
|
4. **Minimal** — 1つのViewに使う色は3色まで(背景・アクセント・テキスト)
|
|
50
50
|
5. **Grid** — スペーシングは4の倍数を基本、8の倍数を推奨する
|
|
51
51
|
6. **State-Complete** — 新規コンポーネントは全状態(default / hover / focus / active / disabled / error / loading 等)を網羅して作る
|
|
52
|
+
7. **Storybook-First** — フロント作業はストーリーから始める。新規コンポーネントは `.stories.tsx` を先に作成し、既存コンポーネント変更時はストーリーも必ず更新する。ストーリーが State-Complete の証明となる
|
|
52
53
|
|
|
53
54
|
---
|
|
54
55
|
|