@simplysm/sd-claude 13.0.56 → 13.0.57

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.
@@ -41,3 +41,9 @@ All sub-components via dot notation only (`Parent.Child`).
41
41
  - Default `rem`, use `em` for text-relative sizing (e.g., Icon)
42
42
  - Use `clsx()` with semantic grouping + `twMerge()` for conflict resolution
43
43
  - Before modifying styles: Read existing class patterns of the same component
44
+
45
+ ## Application View Naming (`client-*`)
46
+ - `~Sheet` — List view based on DataSheet (e.g., `UserSheet`)
47
+ - `~Detail` — Single record detail/edit view (e.g., `MyInfoDetail`)
48
+ - `~View` — Everything else (e.g., `LoginView`, `MainView`)
49
+ - Directory: `src/views/` (usable as standalone page, embedded component, or modal)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplysm/sd-claude",
3
- "version": "13.0.56",
3
+ "version": "13.0.57",
4
4
  "description": "Simplysm Claude Code CLI — asset installer and cross-platform npx wrapper",
5
5
  "author": "김석래",
6
6
  "license": "Apache-2.0",