@topogram/template-todo 0.1.31 → 0.1.32
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": "@topogram/template-todo",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.32",
|
|
4
4
|
"description": "Topogram template pack for starting a generated Todo app.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"release:check": "bash ./scripts/check-release-version.sh"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@topogram/cli": "^0.3.
|
|
30
|
+
"@topogram/cli": "^0.3.49",
|
|
31
31
|
"@topogram/generator-hono-api": "0.2.7",
|
|
32
32
|
"@topogram/generator-postgres-db": "0.1.6",
|
|
33
33
|
"@topogram/generator-sveltekit-web": "0.1.15"
|
|
@@ -33,6 +33,34 @@ projection proj_ui_shared {
|
|
|
33
33
|
footer legal
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
+
ui_design {
|
|
37
|
+
density compact
|
|
38
|
+
tone operational
|
|
39
|
+
radius_scale medium
|
|
40
|
+
color_role primary work_primary
|
|
41
|
+
color_role secondary supporting
|
|
42
|
+
color_role surface layered
|
|
43
|
+
color_role text readable
|
|
44
|
+
color_role muted quiet
|
|
45
|
+
color_role danger destructive
|
|
46
|
+
color_role success complete
|
|
47
|
+
color_role warning due_soon
|
|
48
|
+
color_role info status
|
|
49
|
+
typography_role body readable
|
|
50
|
+
typography_role heading section
|
|
51
|
+
typography_role label metadata
|
|
52
|
+
typography_role numeric tabular
|
|
53
|
+
action_role primary create_or_progress
|
|
54
|
+
action_role secondary export_or_filter
|
|
55
|
+
action_role destructive delete
|
|
56
|
+
action_role contextual row_or_card_action
|
|
57
|
+
action_role bulk multi_select
|
|
58
|
+
accessibility contrast aa
|
|
59
|
+
accessibility motion reduced
|
|
60
|
+
accessibility focus required
|
|
61
|
+
accessibility min_touch_target comfortable
|
|
62
|
+
}
|
|
63
|
+
|
|
36
64
|
ui_screens {
|
|
37
65
|
screen project_list kind list title "Projects" load cap_list_projects item_shape shape_output_project_card detail_capability cap_get_project primary_action cap_create_project empty_title "No projects yet" empty_body "Create a project to organize your tasks" loading_state skeleton error_state inline
|
|
38
66
|
screen project_detail kind detail title "Project Details" load cap_get_project view_shape shape_output_project_detail primary_action cap_update_project loading_state skeleton
|
package/topogram-template.json
CHANGED