@almadar/std 16.9.1 → 16.10.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.
Files changed (252) hide show
  1. package/behaviors/registry/core/atoms/std-app-layout.orb +81 -78
  2. package/behaviors/registry/core/atoms/std-approval-gate.orb +84 -83
  3. package/behaviors/registry/core/atoms/std-audit-capture.orb +16 -15
  4. package/behaviors/registry/core/atoms/std-billable-hour.orb +125 -125
  5. package/behaviors/registry/core/atoms/std-board.orb +289 -288
  6. package/behaviors/registry/core/atoms/std-branching-logic.orb +118 -118
  7. package/behaviors/registry/core/atoms/std-browse.orb +118 -115
  8. package/behaviors/registry/core/atoms/std-cache-aside.orb +120 -120
  9. package/behaviors/registry/core/atoms/std-calendar.orb +119 -60
  10. package/behaviors/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  11. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +210 -210
  12. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -32
  13. package/behaviors/registry/core/atoms/std-cross-reference.orb +19 -19
  14. package/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  15. package/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  16. package/behaviors/registry/core/atoms/std-dashboard-summary.orb +84 -84
  17. package/behaviors/registry/core/atoms/std-data-erasure.orb +71 -71
  18. package/behaviors/registry/core/atoms/std-date-range.orb +24 -24
  19. package/behaviors/registry/core/atoms/std-drawer.orb +12 -9
  20. package/behaviors/registry/core/atoms/std-esign-request.orb +32 -32
  21. package/behaviors/registry/core/atoms/std-event-log.orb +170 -170
  22. package/behaviors/registry/core/atoms/std-export.orb +63 -63
  23. package/behaviors/registry/core/atoms/std-file-store.orb +157 -157
  24. package/behaviors/registry/core/atoms/std-filter.orb +36 -36
  25. package/behaviors/registry/core/atoms/std-flag.orb +92 -92
  26. package/behaviors/registry/core/atoms/std-form-advanced.orb +66 -66
  27. package/behaviors/registry/core/atoms/std-gallery.orb +30 -29
  28. package/behaviors/registry/core/atoms/std-geosearch.orb +27 -27
  29. package/behaviors/registry/core/atoms/std-graphs.orb +180 -180
  30. package/behaviors/registry/core/atoms/std-hero-banner.orb +22 -22
  31. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +63 -63
  32. package/behaviors/registry/core/atoms/std-lifecycle.orb +28 -28
  33. package/behaviors/registry/core/atoms/std-mod-queue.orb +53 -53
  34. package/behaviors/registry/core/atoms/std-modal.orb +39 -36
  35. package/behaviors/registry/core/atoms/std-multi-party-flow.orb +598 -597
  36. package/behaviors/registry/core/atoms/std-notify-on-event.orb +37 -31
  37. package/behaviors/registry/core/atoms/std-page-tree.orb +132 -132
  38. package/behaviors/registry/core/atoms/std-pagination.orb +11 -11
  39. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  40. package/behaviors/registry/core/atoms/std-rate-limiter.orb +216 -216
  41. package/behaviors/registry/core/atoms/std-rating-review.orb +647 -647
  42. package/behaviors/registry/core/atoms/std-recurrence.orb +169 -169
  43. package/behaviors/registry/core/atoms/std-related.orb +34 -31
  44. package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  45. package/behaviors/registry/core/atoms/std-rich-editor.orb +113 -113
  46. package/behaviors/registry/core/atoms/std-row-access-control.orb +21 -20
  47. package/behaviors/registry/core/atoms/std-saved-search.orb +89 -89
  48. package/behaviors/registry/core/atoms/std-scatter.orb +85 -85
  49. package/behaviors/registry/core/atoms/std-search.orb +11 -11
  50. package/behaviors/registry/core/atoms/std-selection.orb +103 -100
  51. package/behaviors/registry/core/atoms/std-sidebar-meta.orb +77 -77
  52. package/behaviors/registry/core/atoms/std-signature-capture.orb +85 -85
  53. package/behaviors/registry/core/atoms/std-stack-layout.orb +17 -17
  54. package/behaviors/registry/core/atoms/std-stats.orb +326 -325
  55. package/behaviors/registry/core/atoms/std-step-flow.orb +150 -149
  56. package/behaviors/registry/core/atoms/std-tabs.orb +47 -46
  57. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  58. package/behaviors/registry/core/atoms/std-thread.orb +64 -63
  59. package/behaviors/registry/core/atoms/std-version-history.orb +155 -155
  60. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  61. package/behaviors/registry/core/atoms/std-wizard-form.orb +177 -177
  62. package/behaviors/registry/core/atoms/std-wizard.orb +183 -183
  63. package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  64. package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +65 -65
  65. package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  66. package/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  67. package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +52 -58
  68. package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  69. package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  70. package/behaviors/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  71. package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  72. package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  73. package/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  74. package/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  75. package/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  76. package/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  77. package/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  78. package/behaviors/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  79. package/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  80. package/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  81. package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  82. package/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  83. package/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  84. package/dist/behaviors/behaviors-registry.json +3 -3
  85. package/dist/behaviors/registry/core/atoms/std-app-layout.orb +81 -78
  86. package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +84 -83
  87. package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +16 -15
  88. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +125 -125
  89. package/dist/behaviors/registry/core/atoms/std-board.orb +289 -288
  90. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +118 -118
  91. package/dist/behaviors/registry/core/atoms/std-browse.orb +118 -115
  92. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +120 -120
  93. package/dist/behaviors/registry/core/atoms/std-calendar.orb +119 -60
  94. package/dist/behaviors/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  95. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +210 -210
  96. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -32
  97. package/dist/behaviors/registry/core/atoms/std-cross-reference.orb +19 -19
  98. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  99. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  100. package/dist/behaviors/registry/core/atoms/std-dashboard-summary.orb +84 -84
  101. package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +71 -71
  102. package/dist/behaviors/registry/core/atoms/std-date-range.orb +24 -24
  103. package/dist/behaviors/registry/core/atoms/std-drawer.orb +12 -9
  104. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +32 -32
  105. package/dist/behaviors/registry/core/atoms/std-event-log.orb +170 -170
  106. package/dist/behaviors/registry/core/atoms/std-export.orb +63 -63
  107. package/dist/behaviors/registry/core/atoms/std-file-store.orb +157 -157
  108. package/dist/behaviors/registry/core/atoms/std-filter.orb +36 -36
  109. package/dist/behaviors/registry/core/atoms/std-flag.orb +92 -92
  110. package/dist/behaviors/registry/core/atoms/std-form-advanced.orb +66 -66
  111. package/dist/behaviors/registry/core/atoms/std-gallery.orb +30 -29
  112. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +27 -27
  113. package/dist/behaviors/registry/core/atoms/std-graphs.orb +180 -180
  114. package/dist/behaviors/registry/core/atoms/std-hero-banner.orb +22 -22
  115. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +63 -63
  116. package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +28 -28
  117. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +53 -53
  118. package/dist/behaviors/registry/core/atoms/std-modal.orb +39 -36
  119. package/dist/behaviors/registry/core/atoms/std-multi-party-flow.orb +598 -597
  120. package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +37 -31
  121. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +132 -132
  122. package/dist/behaviors/registry/core/atoms/std-pagination.orb +11 -11
  123. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  124. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +216 -216
  125. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +647 -647
  126. package/dist/behaviors/registry/core/atoms/std-recurrence.orb +169 -169
  127. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -31
  128. package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  129. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +113 -113
  130. package/dist/behaviors/registry/core/atoms/std-row-access-control.orb +21 -20
  131. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +89 -89
  132. package/dist/behaviors/registry/core/atoms/std-scatter.orb +85 -85
  133. package/dist/behaviors/registry/core/atoms/std-search.orb +11 -11
  134. package/dist/behaviors/registry/core/atoms/std-selection.orb +103 -100
  135. package/dist/behaviors/registry/core/atoms/std-sidebar-meta.orb +77 -77
  136. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +85 -85
  137. package/dist/behaviors/registry/core/atoms/std-stack-layout.orb +17 -17
  138. package/dist/behaviors/registry/core/atoms/std-stats.orb +326 -325
  139. package/dist/behaviors/registry/core/atoms/std-step-flow.orb +150 -149
  140. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -46
  141. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  142. package/dist/behaviors/registry/core/atoms/std-thread.orb +64 -63
  143. package/dist/behaviors/registry/core/atoms/std-version-history.orb +155 -155
  144. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  145. package/dist/behaviors/registry/core/atoms/std-wizard-form.orb +177 -177
  146. package/dist/behaviors/registry/core/atoms/std-wizard.orb +183 -183
  147. package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  148. package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +65 -65
  149. package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  150. package/dist/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  151. package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +52 -58
  152. package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  153. package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  154. package/dist/behaviors/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  155. package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  156. package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  157. package/dist/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  158. package/dist/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  159. package/dist/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  160. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  161. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  162. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  163. package/dist/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  164. package/dist/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  165. package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  166. package/dist/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  167. package/dist/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  168. package/dist/behaviors-registry.json +3 -3
  169. package/dist/registry/core/atoms/std-app-layout.orb +81 -78
  170. package/dist/registry/core/atoms/std-approval-gate.orb +84 -83
  171. package/dist/registry/core/atoms/std-audit-capture.orb +16 -15
  172. package/dist/registry/core/atoms/std-billable-hour.orb +125 -125
  173. package/dist/registry/core/atoms/std-board.orb +289 -288
  174. package/dist/registry/core/atoms/std-branching-logic.orb +118 -118
  175. package/dist/registry/core/atoms/std-browse.orb +118 -115
  176. package/dist/registry/core/atoms/std-cache-aside.orb +120 -120
  177. package/dist/registry/core/atoms/std-calendar.orb +119 -60
  178. package/dist/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  179. package/dist/registry/core/atoms/std-circuit-breaker.orb +210 -210
  180. package/dist/registry/core/atoms/std-confirmation.orb +33 -32
  181. package/dist/registry/core/atoms/std-cross-reference.orb +19 -19
  182. package/dist/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  183. package/dist/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  184. package/dist/registry/core/atoms/std-dashboard-summary.orb +84 -84
  185. package/dist/registry/core/atoms/std-data-erasure.orb +71 -71
  186. package/dist/registry/core/atoms/std-date-range.orb +24 -24
  187. package/dist/registry/core/atoms/std-drawer.orb +12 -9
  188. package/dist/registry/core/atoms/std-esign-request.orb +32 -32
  189. package/dist/registry/core/atoms/std-event-log.orb +170 -170
  190. package/dist/registry/core/atoms/std-export.orb +63 -63
  191. package/dist/registry/core/atoms/std-file-store.orb +157 -157
  192. package/dist/registry/core/atoms/std-filter.orb +36 -36
  193. package/dist/registry/core/atoms/std-flag.orb +92 -92
  194. package/dist/registry/core/atoms/std-form-advanced.orb +66 -66
  195. package/dist/registry/core/atoms/std-gallery.orb +30 -29
  196. package/dist/registry/core/atoms/std-geosearch.orb +27 -27
  197. package/dist/registry/core/atoms/std-graphs.orb +180 -180
  198. package/dist/registry/core/atoms/std-hero-banner.orb +22 -22
  199. package/dist/registry/core/atoms/std-image-upload-multi.orb +63 -63
  200. package/dist/registry/core/atoms/std-lifecycle.orb +28 -28
  201. package/dist/registry/core/atoms/std-mod-queue.orb +53 -53
  202. package/dist/registry/core/atoms/std-modal.orb +39 -36
  203. package/dist/registry/core/atoms/std-multi-party-flow.orb +598 -597
  204. package/dist/registry/core/atoms/std-notify-on-event.orb +37 -31
  205. package/dist/registry/core/atoms/std-page-tree.orb +132 -132
  206. package/dist/registry/core/atoms/std-pagination.orb +11 -11
  207. package/dist/registry/core/atoms/std-push.orb +43 -43
  208. package/dist/registry/core/atoms/std-rate-limiter.orb +216 -216
  209. package/dist/registry/core/atoms/std-rating-review.orb +647 -647
  210. package/dist/registry/core/atoms/std-recurrence.orb +169 -169
  211. package/dist/registry/core/atoms/std-related.orb +34 -31
  212. package/dist/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  213. package/dist/registry/core/atoms/std-rich-editor.orb +113 -113
  214. package/dist/registry/core/atoms/std-row-access-control.orb +21 -20
  215. package/dist/registry/core/atoms/std-saved-search.orb +89 -89
  216. package/dist/registry/core/atoms/std-scatter.orb +85 -85
  217. package/dist/registry/core/atoms/std-search.orb +11 -11
  218. package/dist/registry/core/atoms/std-selection.orb +103 -100
  219. package/dist/registry/core/atoms/std-sidebar-meta.orb +77 -77
  220. package/dist/registry/core/atoms/std-signature-capture.orb +85 -85
  221. package/dist/registry/core/atoms/std-stack-layout.orb +17 -17
  222. package/dist/registry/core/atoms/std-stats.orb +326 -325
  223. package/dist/registry/core/atoms/std-step-flow.orb +150 -149
  224. package/dist/registry/core/atoms/std-tabs.orb +47 -46
  225. package/dist/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  226. package/dist/registry/core/atoms/std-thread.orb +64 -63
  227. package/dist/registry/core/atoms/std-version-history.orb +155 -155
  228. package/dist/registry/core/atoms/std-vote.orb +39 -39
  229. package/dist/registry/core/atoms/std-wizard-form.orb +177 -177
  230. package/dist/registry/core/atoms/std-wizard.orb +183 -183
  231. package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  232. package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +65 -65
  233. package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  234. package/dist/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  235. package/dist/registry/core-variations/atoms/std-browse-dense.orb +52 -58
  236. package/dist/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  237. package/dist/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  238. package/dist/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  239. package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  240. package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  241. package/dist/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  242. package/dist/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  243. package/dist/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  244. package/dist/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  245. package/dist/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  246. package/dist/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  247. package/dist/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  248. package/dist/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  249. package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  250. package/dist/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  251. package/dist/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  252. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "std-browse-dense",
3
- "version": "1.0.0",
4
- "description": "Spreadsheet-style dense browse — sortable column-row table, sticky header, monospaced numerics, tight 8px row padding.",
3
+ "version": "1.1.0",
4
+ "description": "Spreadsheet-style dense browse — column-row data-table molecule with sticky header, monospaced numerics, status badges, tight row padding.",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "DenseBrowseOrbital",
@@ -66,118 +66,112 @@
66
66
  "bodyContent": {
67
67
  "children": [
68
68
  {
69
- "gap": "sm",
70
- "align": "center",
69
+ "className": "max-w-md",
70
+ "type": "stack",
71
+ "direction": "horizontal",
71
72
  "children": [
72
73
  {
73
74
  "type": "icon",
74
75
  "name": "search"
75
76
  },
76
77
  {
77
- "type": "input",
78
- "placeholder": "Filter records…",
79
78
  "inputType": "search",
80
- "action": "REFETCH_QUERY"
79
+ "type": "input",
80
+ "action": "REFETCH_QUERY",
81
+ "placeholder": "Filter records…"
81
82
  }
82
83
  ],
83
- "type": "stack",
84
- "direction": "horizontal",
85
- "className": "max-w-md"
84
+ "align": "center",
85
+ "gap": "sm"
86
86
  },
87
87
  {
88
- "type": "stack",
89
- "gap": "none",
90
- "className": "rounded-md border border-[var(--color-border)] overflow-hidden bg-[var(--color-surface)]",
91
- "direction": "vertical",
92
88
  "children": [
93
89
  {
94
90
  "columns": [
95
91
  {
96
- "width": "w-28",
97
- "label": "ID",
98
- "field": "id",
92
+ "key": "id",
93
+ "header": "ID",
99
94
  "align": "left",
100
95
  "className": "font-mono text-[var(--color-text-muted)] truncate",
101
- "header": "ID",
102
- "key": "id"
96
+ "width": "w-28",
97
+ "field": "id"
103
98
  },
104
99
  {
105
- "key": "name",
106
- "field": "name",
107
- "header": "NAME",
108
100
  "weight": "medium",
109
- "label": "Name",
110
101
  "className": "truncate",
111
- "width": "flex-1 min-w-[10rem]",
102
+ "header": "Name",
103
+ "field": "name",
104
+ "key": "name",
105
+ "width": "min-w-[10rem]",
112
106
  "align": "left"
113
107
  },
114
108
  {
109
+ "width": "min-w-[12rem]",
110
+ "header": "Detail",
111
+ "className": "text-[var(--color-text-muted)] truncate",
115
112
  "field": "description",
116
- "label": "Detail",
117
113
  "align": "left",
118
- "header": "DETAIL",
119
- "width": "flex-1 min-w-[12rem]",
120
- "className": "text-[var(--color-text-muted)] truncate",
121
114
  "key": "description"
122
115
  },
123
116
  {
124
- "className": "font-mono tabular-nums",
125
- "label": "Value",
117
+ "align": "right",
126
118
  "field": "value",
127
- "header": "VALUE",
128
- "key": "value",
129
119
  "width": "w-28",
130
- "align": "right"
120
+ "className": "font-mono tabular-nums",
121
+ "header": "Value",
122
+ "key": "value"
131
123
  },
132
124
  {
133
- "label": "Change",
134
- "align": "right",
135
125
  "field": "change",
136
- "className": "font-mono tabular-nums",
137
- "header": "CHANGE",
126
+ "align": "right",
138
127
  "key": "change",
139
- "width": "w-24"
128
+ "header": "Change",
129
+ "width": "w-24",
130
+ "className": "font-mono tabular-nums"
140
131
  },
141
132
  {
142
- "label": "Volume",
133
+ "key": "volume",
134
+ "header": "Volume",
143
135
  "field": "volume",
144
- "header": "VOLUME",
145
136
  "width": "w-24",
146
137
  "align": "right",
147
- "className": "font-mono tabular-nums text-[var(--color-text-muted)]",
148
- "key": "volume"
138
+ "className": "font-mono tabular-nums text-[var(--color-text-muted)]"
149
139
  },
150
140
  {
151
- "width": "w-24",
141
+ "header": "Status",
152
142
  "field": "status",
153
- "header": "STATUS",
154
- "label": "Status",
143
+ "width": "w-24",
155
144
  "align": "center",
145
+ "format": "badge",
156
146
  "key": "status"
157
147
  },
158
148
  {
159
- "field": "createdAt",
160
- "align": "right",
161
- "header": "CREATED",
149
+ "width": "w-36",
150
+ "className": "font-mono tabular-nums text-[var(--color-text-muted)] whitespace-nowrap",
151
+ "format": "date",
162
152
  "key": "createdAt",
163
- "width": "w-32",
164
- "label": "Created",
165
- "className": "font-mono tabular-nums text-[var(--color-text-muted)] truncate"
153
+ "field": "createdAt",
154
+ "header": "Created",
155
+ "align": "right"
166
156
  }
167
157
  ],
158
+ "type": "table-view",
159
+ "look": "dense",
168
160
  "selectable": true,
169
- "entity": "@payload.data",
170
- "type": "table",
171
- "className": "w-full text-sm [&_thead]:sticky [&_thead]:top-0 [&_thead]:z-10 [&_thead]:bg-[var(--color-surface-muted)] [&_thead]:text-[var(--color-text-muted)] [&_thead]:uppercase [&_thead]:text-xs [&_thead]:font-semibold [&_thead]:tracking-wide [&_thead]:border-b [&_thead]:border-[var(--color-border)] [&_tbody_tr]:border-b [&_tbody_tr]:border-[var(--color-border)] [&_tbody_tr:last-child]:border-b-0 [&_tbody_tr:hover]:bg-[var(--color-surface-muted)] [&_td]:px-3 [&_td]:py-2 [&_th]:px-3 [&_th]:py-2",
172
- "emptyMessage": "No records"
161
+ "emptyMessage": "No records",
162
+ "entity": "@payload.data"
173
163
  }
174
- ]
164
+ ],
165
+ "direction": "vertical",
166
+ "gap": "none",
167
+ "type": "stack",
168
+ "className": "rounded-lg border border-[var(--color-border)] overflow-x-auto bg-[var(--color-card)] shadow-sm"
175
169
  }
176
170
  ],
177
171
  "gap": "sm",
178
172
  "className": "p-card-md",
179
- "direction": "vertical",
180
- "type": "stack"
173
+ "type": "stack",
174
+ "direction": "vertical"
181
175
  }
182
176
  }
183
177
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "std-browse-feed",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Activity feed — chronological card-per-item stream with avatar, title, meta, body, timestamp; hover-lift, gap-md rhythm.",
5
5
  "orbitals": [
6
6
  {
@@ -56,74 +56,75 @@
56
56
  "linkedEntity": "FeedPost",
57
57
  "config": {
58
58
  "bodyContent": {
59
- "gap": "lg",
60
- "className": "max-w-2xl mx-auto p-card-md",
61
59
  "children": [
62
60
  {
63
- "gap": "sm",
64
61
  "type": "stack",
65
62
  "className": "rounded-md border border-[var(--color-border)] bg-[var(--color-surface)] px-3 py-2 shadow-sm",
66
63
  "children": [
67
64
  {
68
- "type": "icon",
69
- "name": "search"
65
+ "name": "search",
66
+ "type": "icon"
70
67
  },
71
68
  {
72
- "type": "input",
73
69
  "placeholder": "Filter the feed…",
74
- "action": "REFETCH_QUERY",
75
- "inputType": "search"
70
+ "type": "input",
71
+ "className": "flex-1",
72
+ "inputType": "search",
73
+ "action": "REFETCH_QUERY"
76
74
  }
77
75
  ],
78
- "align": "center",
79
- "direction": "horizontal"
76
+ "gap": "sm",
77
+ "direction": "horizontal",
78
+ "align": "center"
80
79
  },
81
80
  {
82
- "variant": "card",
81
+ "entity": "@payload.data",
83
82
  "fields": [],
83
+ "type": "data-list",
84
+ "variant": "card",
84
85
  "renderItem": [
85
86
  "fn",
86
87
  "item",
87
88
  {
88
- "type": "card",
89
- "className": "rounded-lg bg-[var(--color-card)] border border-[var(--color-border)] shadow-sm transition-all duration-normal hover:shadow-main hover:border-[var(--color-border-strong)] hover:-translate-y-px",
90
89
  "look": "flat-bordered",
91
90
  "children": [
92
91
  {
93
- "className": "p-card-md",
94
- "gap": "md",
92
+ "direction": "horizontal",
93
+ "align": "start",
95
94
  "children": [
96
95
  {
97
- "size": "md",
98
- "type": "avatar",
99
96
  "fallback": "@item.name",
100
- "className": "rounded-full flex-shrink-0"
97
+ "size": "md",
98
+ "className": "rounded-full flex-shrink-0",
99
+ "type": "avatar"
101
100
  },
102
101
  {
103
- "className": "flex-1 min-w-0",
104
102
  "gap": "xs",
103
+ "className": "flex-1 min-w-0",
104
+ "type": "stack",
105
+ "direction": "vertical",
105
106
  "children": [
106
107
  {
107
- "type": "stack",
108
+ "direction": "horizontal",
108
109
  "align": "center",
110
+ "className": "flex-wrap",
111
+ "gap": "xs",
112
+ "type": "stack",
109
113
  "children": [
110
114
  {
111
- "className": "truncate",
115
+ "variant": "body",
112
116
  "content": "@item.name",
113
117
  "weight": "medium",
114
- "variant": "body",
115
- "type": "typography"
118
+ "type": "typography",
119
+ "className": "truncate"
116
120
  },
117
121
  {
118
- "size": "sm",
119
- "label": "@item.category",
120
122
  "variant": "neutral",
123
+ "label": "@item.category",
124
+ "size": "sm",
121
125
  "type": "badge"
122
126
  }
123
- ],
124
- "direction": "horizontal",
125
- "gap": "xs",
126
- "className": "flex-wrap"
127
+ ]
127
128
  },
128
129
  {
129
130
  "className": "text-[var(--color-foreground)] whitespace-pre-wrap break-words leading-relaxed",
@@ -132,46 +133,46 @@
132
133
  "type": "typography"
133
134
  },
134
135
  {
135
- "direction": "horizontal",
136
- "align": "center",
137
136
  "type": "stack",
137
+ "direction": "horizontal",
138
138
  "justify": "between",
139
139
  "className": "pt-1",
140
140
  "children": [
141
141
  {
142
- "content": "@item.createdAt",
143
142
  "variant": "caption",
143
+ "type": "typography",
144
144
  "color": "muted",
145
- "type": "typography"
145
+ "content": "@item.createdAt"
146
146
  },
147
147
  {
148
148
  "variant": "default",
149
+ "type": "badge",
149
150
  "label": "@item.status",
150
- "size": "sm",
151
- "type": "badge"
151
+ "size": "sm"
152
152
  }
153
153
  ],
154
- "gap": "sm"
154
+ "gap": "sm",
155
+ "align": "center"
155
156
  }
156
- ],
157
- "type": "stack",
158
- "direction": "vertical"
157
+ ]
159
158
  }
160
159
  ],
161
- "align": "start",
162
160
  "type": "stack",
163
- "direction": "horizontal"
161
+ "gap": "md",
162
+ "className": "p-card-md"
164
163
  }
165
- ]
164
+ ],
165
+ "className": "rounded-lg bg-[var(--color-card)] border border-[var(--color-border)] shadow-sm transition-all duration-normal hover:shadow-main hover:border-[var(--color-border-strong)] hover:-translate-y-px",
166
+ "type": "card"
166
167
  }
167
168
  ],
168
- "entity": "@payload.data",
169
- "gap": "md",
170
- "type": "data-list"
169
+ "gap": "md"
171
170
  }
172
171
  ],
173
172
  "type": "stack",
174
- "direction": "vertical"
173
+ "className": "max-w-2xl mx-auto p-card-md",
174
+ "direction": "vertical",
175
+ "gap": "lg"
175
176
  }
176
177
  }
177
178
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "std-browse-gallery",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Gallery browse — image-first responsive card grid (Pinterest/Dribbble) using data-grid with auto-fit minCardWidth so it stays a grid from 3 cols above 1200px down to 1 col under 600px.",
5
5
  "orbitals": [
6
6
  {
@@ -60,57 +60,57 @@
60
60
  "linkedEntity": "GalleryItem",
61
61
  "config": {
62
62
  "bodyContent": {
63
+ "type": "stack",
63
64
  "children": [
64
65
  {
65
- "direction": "horizontal",
66
66
  "type": "stack",
67
+ "direction": "horizontal",
67
68
  "className": "sticky top-0 z-10 -mx-card-md px-card-md py-3 bg-[var(--color-surface)]/95 backdrop-blur border-b border-[var(--color-border)]",
69
+ "gap": "sm",
68
70
  "children": [
69
71
  {
70
- "className": "text-muted-foreground",
72
+ "type": "icon",
71
73
  "name": "search",
72
- "type": "icon"
74
+ "className": "text-muted-foreground"
73
75
  },
74
76
  {
77
+ "action": "REFETCH_QUERY",
75
78
  "type": "input",
76
- "inputType": "search",
77
79
  "placeholder": "Search the gallery…",
78
- "action": "REFETCH_QUERY"
80
+ "inputType": "search"
79
81
  }
80
82
  ],
81
- "align": "center",
82
- "gap": "sm"
83
+ "align": "center"
83
84
  },
84
85
  {
85
- "entity": "@payload.data",
86
86
  "gap": "lg",
87
+ "minCardWidth": 280.0,
87
88
  "className": "w-full",
88
89
  "renderItem": [
89
90
  "fn",
90
91
  "item",
91
92
  {
92
- "direction": "vertical",
93
+ "type": "stack",
93
94
  "children": [
94
95
  {
95
96
  "type": "stack",
96
97
  "direction": "vertical",
97
98
  "className": "relative aspect-square w-full bg-muted overflow-hidden",
98
- "justify": "center",
99
99
  "gap": "xs",
100
- "align": "center",
100
+ "justify": "center",
101
101
  "children": [
102
102
  {
103
- "size": "lg",
104
103
  "className": "text-muted-foreground opacity-50 transition-transform duration-normal group-hover:scale-105",
104
+ "size": "lg",
105
105
  "name": "image",
106
106
  "type": "icon"
107
107
  },
108
108
  {
109
- "color": "muted",
110
- "variant": "caption",
111
- "className": "px-2 text-center truncate max-w-full",
112
109
  "type": "typography",
113
- "content": "@item.thumbnailLabel"
110
+ "className": "px-2 text-center truncate max-w-full",
111
+ "variant": "caption",
112
+ "content": "@item.thumbnailLabel",
113
+ "color": "muted"
114
114
  },
115
115
  {
116
116
  "type": "stack",
@@ -121,63 +121,63 @@
121
121
  "children": [
122
122
  {
123
123
  "variant": "primary",
124
- "type": "badge",
125
- "label": "@item.price"
124
+ "label": "@item.price",
125
+ "type": "badge"
126
126
  }
127
127
  ]
128
128
  },
129
129
  {
130
130
  "className": "absolute top-2 left-2",
131
+ "type": "stack",
132
+ "direction": "horizontal",
133
+ "gap": "xs",
134
+ "align": "center",
131
135
  "children": [
132
136
  {
133
137
  "label": "@item.status",
134
138
  "type": "badge",
135
139
  "variant": "neutral"
136
140
  }
137
- ],
138
- "type": "stack",
139
- "direction": "horizontal",
140
- "gap": "xs",
141
- "align": "center"
141
+ ]
142
142
  }
143
- ]
143
+ ],
144
+ "align": "center"
144
145
  },
145
146
  {
146
- "className": "px-card-md pb-card-md",
147
+ "direction": "vertical",
147
148
  "gap": "xs",
148
- "type": "stack",
149
+ "className": "p-card-md",
149
150
  "children": [
150
151
  {
151
- "content": "@item.name",
152
152
  "type": "typography",
153
+ "content": "@item.name",
153
154
  "className": "truncate",
154
155
  "variant": "h4"
155
156
  },
156
157
  {
157
- "content": "@item.description",
158
158
  "type": "typography",
159
- "className": "line-clamp-2",
159
+ "content": "@item.description",
160
160
  "variant": "caption",
161
+ "className": "line-clamp-2",
161
162
  "color": "muted"
162
163
  }
163
164
  ],
164
- "direction": "vertical"
165
+ "type": "stack"
165
166
  }
166
167
  ],
167
- "type": "stack",
168
168
  "className": "group rounded-lg overflow-hidden bg-[var(--color-card)] border border-[var(--color-border)] shadow-sm hover:shadow-hover hover:-translate-y-0.5 transition-all duration-normal cursor-pointer",
169
- "gap": "sm"
169
+ "gap": "sm",
170
+ "direction": "vertical"
170
171
  }
171
172
  ],
172
- "minCardWidth": 280.0,
173
173
  "type": "data-grid",
174
- "fields": []
174
+ "fields": [],
175
+ "entity": "@payload.data"
175
176
  }
176
177
  ],
178
+ "direction": "vertical",
177
179
  "gap": "lg",
178
- "className": "max-w-7xl mx-auto px-card-md py-section",
179
- "type": "stack",
180
- "direction": "vertical"
180
+ "className": "max-w-7xl mx-auto px-card-md py-section"
181
181
  }
182
182
  }
183
183
  }