@akanjs/cli 3.0.0-alpha.7 → 3.0.0-alpha.8

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/.build-stamp CHANGED
@@ -1 +1 @@
1
- 7e53f9980ed629762c149212472004d3e97479ef84329a8316470ebfddbfb52d
1
+ 96800101b13c6f5163a33a8e22d3b688e1822d063cd1d5b809f97697a9b1ecd7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/cli",
3
- "version": "3.0.0-alpha.7",
3
+ "version": "3.0.0-alpha.8",
4
4
  "sourceType": "module",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -34,7 +34,7 @@
34
34
  "@langchain/openai": "^1.4.6",
35
35
  "@tailwindcss/node": "^4.3.0",
36
36
  "@trapezedev/project": "^7.1.4",
37
- "akanjs": "3.0.0-alpha.7",
37
+ "akanjs": "3.0.0-alpha.8",
38
38
  "chalk": "^5.6.2",
39
39
  "commander": "^14.0.3",
40
40
  "dayjs": "^1.11.20",
@@ -1,10 +1,10 @@
1
1
  @import "tailwindcss";
2
2
  @import "akanjs/ui/styles.css";
3
3
 
4
- /* 테마 시스템(브랜드-중립 기본 팔레트 · @theme inline 매핑 · dark 변형 · 런타임 data-theme 전환)은
5
- akanjs/ui/styles.css(프레임워크)가 전부 제공한다. 앱은 import 만으로 즉시 동작한다.
4
+ /* The theme system (brand-neutral default palette, @theme inline mapping, dark variant, and runtime
5
+ data-theme switching) is fully provided by akanjs/ui/styles.css. This app works from the import alone.
6
6
 
7
- 앱만의 브랜드 색을 쓰려면 아래처럼 토큰만 override 하면 된다:
7
+ To use this app's own brand colors, override the tokens like this:
8
8
 
9
9
  :root,
10
10
  [data-theme="dark"] {