@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.
- package/claude/refs/sd-solid.md +6 -0
- package/package.json +1 -1
package/claude/refs/sd-solid.md
CHANGED
|
@@ -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)
|