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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mikeneko-ui",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "mikeneko UI — AI-ready design system CLI. Injects theme + rules into your React/Next.js project.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -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