@almadar/std 16.9.1 → 16.9.2

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 +48 -47
  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 +57 -57
  65. package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +74 -74
  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 +50 -50
  68. package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +40 -40
  69. package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +43 -43
  70. package/behaviors/registry/core-variations/atoms/std-browse-triage.orb +60 -60
  71. package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +44 -44
  72. package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +32 -32
  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 +1 -1
  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 +48 -47
  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 +57 -57
  149. package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +74 -74
  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 +50 -50
  152. package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +40 -40
  153. package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +43 -43
  154. package/dist/behaviors/registry/core-variations/atoms/std-browse-triage.orb +60 -60
  155. package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +44 -44
  156. package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +32 -32
  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 +1 -1
  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 +48 -47
  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 +57 -57
  233. package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +74 -74
  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 +50 -50
  236. package/dist/registry/core-variations/atoms/std-browse-feed.orb +40 -40
  237. package/dist/registry/core-variations/atoms/std-browse-gallery.orb +43 -43
  238. package/dist/registry/core-variations/atoms/std-browse-triage.orb +60 -60
  239. package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +44 -44
  240. package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +32 -32
  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
@@ -64,119 +64,119 @@
64
64
  "linkedEntity": "DenseRow",
65
65
  "config": {
66
66
  "bodyContent": {
67
+ "className": "p-card-md",
68
+ "direction": "vertical",
69
+ "gap": "sm",
67
70
  "children": [
68
71
  {
69
- "gap": "sm",
70
72
  "align": "center",
73
+ "direction": "horizontal",
74
+ "className": "max-w-md",
75
+ "gap": "sm",
71
76
  "children": [
72
77
  {
73
- "type": "icon",
74
- "name": "search"
78
+ "name": "search",
79
+ "type": "icon"
75
80
  },
76
81
  {
77
82
  "type": "input",
78
- "placeholder": "Filter records…",
79
83
  "inputType": "search",
84
+ "placeholder": "Filter records…",
80
85
  "action": "REFETCH_QUERY"
81
86
  }
82
87
  ],
83
- "type": "stack",
84
- "direction": "horizontal",
85
- "className": "max-w-md"
88
+ "type": "stack"
86
89
  },
87
90
  {
88
91
  "type": "stack",
89
- "gap": "none",
90
- "className": "rounded-md border border-[var(--color-border)] overflow-hidden bg-[var(--color-surface)]",
91
92
  "direction": "vertical",
92
93
  "children": [
93
94
  {
94
95
  "columns": [
95
96
  {
96
- "width": "w-28",
97
+ "key": "id",
98
+ "header": "ID",
99
+ "align": "left",
97
100
  "label": "ID",
98
101
  "field": "id",
99
- "align": "left",
100
- "className": "font-mono text-[var(--color-text-muted)] truncate",
101
- "header": "ID",
102
- "key": "id"
102
+ "width": "w-28",
103
+ "className": "font-mono text-[var(--color-text-muted)] truncate"
103
104
  },
104
105
  {
105
- "key": "name",
106
- "field": "name",
107
- "header": "NAME",
108
- "weight": "medium",
109
106
  "label": "Name",
110
- "className": "truncate",
111
107
  "width": "flex-1 min-w-[10rem]",
108
+ "weight": "medium",
109
+ "field": "name",
110
+ "className": "truncate",
111
+ "key": "name",
112
+ "header": "NAME",
112
113
  "align": "left"
113
114
  },
114
115
  {
115
- "field": "description",
116
116
  "label": "Detail",
117
+ "width": "flex-1 min-w-[12rem]",
118
+ "key": "description",
117
119
  "align": "left",
120
+ "field": "description",
118
121
  "header": "DETAIL",
119
- "width": "flex-1 min-w-[12rem]",
120
- "className": "text-[var(--color-text-muted)] truncate",
121
- "key": "description"
122
+ "className": "text-[var(--color-text-muted)] truncate"
122
123
  },
123
124
  {
124
- "className": "font-mono tabular-nums",
125
- "label": "Value",
126
- "field": "value",
127
125
  "header": "VALUE",
128
- "key": "value",
129
126
  "width": "w-28",
130
- "align": "right"
127
+ "align": "right",
128
+ "className": "font-mono tabular-nums",
129
+ "field": "value",
130
+ "label": "Value",
131
+ "key": "value"
131
132
  },
132
133
  {
134
+ "width": "w-24",
133
135
  "label": "Change",
134
- "align": "right",
135
- "field": "change",
136
136
  "className": "font-mono tabular-nums",
137
- "header": "CHANGE",
137
+ "align": "right",
138
138
  "key": "change",
139
- "width": "w-24"
139
+ "header": "CHANGE",
140
+ "field": "change"
140
141
  },
141
142
  {
142
143
  "label": "Volume",
144
+ "key": "volume",
143
145
  "field": "volume",
144
146
  "header": "VOLUME",
145
- "width": "w-24",
146
147
  "align": "right",
147
- "className": "font-mono tabular-nums text-[var(--color-text-muted)]",
148
- "key": "volume"
148
+ "width": "w-24",
149
+ "className": "font-mono tabular-nums text-[var(--color-text-muted)]"
149
150
  },
150
151
  {
151
- "width": "w-24",
152
- "field": "status",
153
152
  "header": "STATUS",
153
+ "field": "status",
154
154
  "label": "Status",
155
- "align": "center",
156
- "key": "status"
155
+ "key": "status",
156
+ "width": "w-24",
157
+ "align": "center"
157
158
  },
158
159
  {
159
160
  "field": "createdAt",
161
+ "width": "w-32",
160
162
  "align": "right",
161
- "header": "CREATED",
162
163
  "key": "createdAt",
163
- "width": "w-32",
164
- "label": "Created",
165
- "className": "font-mono tabular-nums text-[var(--color-text-muted)] truncate"
164
+ "className": "font-mono tabular-nums text-[var(--color-text-muted)] truncate",
165
+ "header": "CREATED",
166
+ "label": "Created"
166
167
  }
167
168
  ],
168
- "selectable": true,
169
- "entity": "@payload.data",
169
+ "emptyMessage": "No records",
170
170
  "type": "table",
171
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"
172
+ "entity": "@payload.data",
173
+ "selectable": true
173
174
  }
174
- ]
175
+ ],
176
+ "gap": "none",
177
+ "className": "rounded-md border border-[var(--color-border)] overflow-hidden bg-[var(--color-surface)]"
175
178
  }
176
179
  ],
177
- "gap": "sm",
178
- "className": "p-card-md",
179
- "direction": "vertical",
180
180
  "type": "stack"
181
181
  }
182
182
  }
@@ -56,27 +56,27 @@
56
56
  "linkedEntity": "FeedPost",
57
57
  "config": {
58
58
  "bodyContent": {
59
- "gap": "lg",
60
59
  "className": "max-w-2xl mx-auto p-card-md",
60
+ "type": "stack",
61
61
  "children": [
62
62
  {
63
+ "align": "center",
64
+ "className": "rounded-md border border-[var(--color-border)] bg-[var(--color-surface)] px-3 py-2 shadow-sm",
65
+ "direction": "horizontal",
63
66
  "gap": "sm",
64
67
  "type": "stack",
65
- "className": "rounded-md border border-[var(--color-border)] bg-[var(--color-surface)] px-3 py-2 shadow-sm",
66
68
  "children": [
67
69
  {
68
- "type": "icon",
69
- "name": "search"
70
+ "name": "search",
71
+ "type": "icon"
70
72
  },
71
73
  {
72
- "type": "input",
74
+ "inputType": "search",
73
75
  "placeholder": "Filter the feed…",
74
76
  "action": "REFETCH_QUERY",
75
- "inputType": "search"
77
+ "type": "input"
76
78
  }
77
- ],
78
- "align": "center",
79
- "direction": "horizontal"
79
+ ]
80
80
  },
81
81
  {
82
82
  "variant": "card",
@@ -85,58 +85,55 @@
85
85
  "fn",
86
86
  "item",
87
87
  {
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
88
  "look": "flat-bordered",
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
+ "type": "card",
91
91
  "children": [
92
92
  {
93
- "className": "p-card-md",
94
- "gap": "md",
95
93
  "children": [
96
94
  {
97
- "size": "md",
95
+ "className": "rounded-full flex-shrink-0",
98
96
  "type": "avatar",
99
- "fallback": "@item.name",
100
- "className": "rounded-full flex-shrink-0"
97
+ "size": "md",
98
+ "fallback": "@item.name"
101
99
  },
102
100
  {
103
- "className": "flex-1 min-w-0",
104
101
  "gap": "xs",
102
+ "type": "stack",
105
103
  "children": [
106
104
  {
107
- "type": "stack",
108
105
  "align": "center",
106
+ "className": "flex-wrap",
109
107
  "children": [
110
108
  {
111
- "className": "truncate",
109
+ "type": "typography",
112
110
  "content": "@item.name",
113
- "weight": "medium",
111
+ "className": "truncate",
114
112
  "variant": "body",
115
- "type": "typography"
113
+ "weight": "medium"
116
114
  },
117
115
  {
118
- "size": "sm",
119
- "label": "@item.category",
120
116
  "variant": "neutral",
121
- "type": "badge"
117
+ "size": "sm",
118
+ "type": "badge",
119
+ "label": "@item.category"
122
120
  }
123
121
  ],
124
- "direction": "horizontal",
125
122
  "gap": "xs",
126
- "className": "flex-wrap"
123
+ "direction": "horizontal",
124
+ "type": "stack"
127
125
  },
128
126
  {
129
127
  "className": "text-[var(--color-foreground)] whitespace-pre-wrap break-words leading-relaxed",
130
- "variant": "body",
131
128
  "content": "@item.description",
129
+ "variant": "body",
132
130
  "type": "typography"
133
131
  },
134
132
  {
135
- "direction": "horizontal",
133
+ "justify": "between",
134
+ "gap": "sm",
136
135
  "align": "center",
137
136
  "type": "stack",
138
- "justify": "between",
139
- "className": "pt-1",
140
137
  "children": [
141
138
  {
142
139
  "content": "@item.createdAt",
@@ -145,32 +142,35 @@
145
142
  "type": "typography"
146
143
  },
147
144
  {
148
- "variant": "default",
149
145
  "label": "@item.status",
146
+ "type": "badge",
150
147
  "size": "sm",
151
- "type": "badge"
148
+ "variant": "default"
152
149
  }
153
150
  ],
154
- "gap": "sm"
151
+ "className": "pt-1",
152
+ "direction": "horizontal"
155
153
  }
156
154
  ],
157
- "type": "stack",
158
- "direction": "vertical"
155
+ "direction": "vertical",
156
+ "className": "flex-1 min-w-0"
159
157
  }
160
158
  ],
159
+ "direction": "horizontal",
160
+ "className": "p-card-md",
161
+ "gap": "md",
161
162
  "align": "start",
162
- "type": "stack",
163
- "direction": "horizontal"
163
+ "type": "stack"
164
164
  }
165
165
  ]
166
166
  }
167
167
  ],
168
- "entity": "@payload.data",
168
+ "type": "data-list",
169
169
  "gap": "md",
170
- "type": "data-list"
170
+ "entity": "@payload.data"
171
171
  }
172
172
  ],
173
- "type": "stack",
173
+ "gap": "lg",
174
174
  "direction": "vertical"
175
175
  }
176
176
  }
@@ -60,124 +60,124 @@
60
60
  "linkedEntity": "GalleryItem",
61
61
  "config": {
62
62
  "bodyContent": {
63
+ "gap": "lg",
64
+ "type": "stack",
65
+ "className": "max-w-7xl mx-auto px-card-md py-section",
66
+ "direction": "vertical",
63
67
  "children": [
64
68
  {
65
69
  "direction": "horizontal",
70
+ "gap": "sm",
66
71
  "type": "stack",
72
+ "align": "center",
67
73
  "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)]",
68
74
  "children": [
69
75
  {
70
- "className": "text-muted-foreground",
71
76
  "name": "search",
77
+ "className": "text-muted-foreground",
72
78
  "type": "icon"
73
79
  },
74
80
  {
75
- "type": "input",
76
81
  "inputType": "search",
77
- "placeholder": "Search the gallery…",
78
- "action": "REFETCH_QUERY"
82
+ "type": "input",
83
+ "action": "REFETCH_QUERY",
84
+ "placeholder": "Search the gallery…"
79
85
  }
80
- ],
81
- "align": "center",
82
- "gap": "sm"
86
+ ]
83
87
  },
84
88
  {
85
- "entity": "@payload.data",
86
- "gap": "lg",
87
- "className": "w-full",
88
89
  "renderItem": [
89
90
  "fn",
90
91
  "item",
91
92
  {
92
93
  "direction": "vertical",
94
+ "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",
93
95
  "children": [
94
96
  {
97
+ "className": "relative aspect-square w-full bg-muted overflow-hidden",
95
98
  "type": "stack",
99
+ "align": "center",
96
100
  "direction": "vertical",
97
- "className": "relative aspect-square w-full bg-muted overflow-hidden",
98
101
  "justify": "center",
99
102
  "gap": "xs",
100
- "align": "center",
101
103
  "children": [
102
104
  {
103
105
  "size": "lg",
104
- "className": "text-muted-foreground opacity-50 transition-transform duration-normal group-hover:scale-105",
106
+ "type": "icon",
105
107
  "name": "image",
106
- "type": "icon"
108
+ "className": "text-muted-foreground opacity-50 transition-transform duration-normal group-hover:scale-105"
107
109
  },
108
110
  {
109
- "color": "muted",
110
- "variant": "caption",
111
111
  "className": "px-2 text-center truncate max-w-full",
112
112
  "type": "typography",
113
+ "color": "muted",
114
+ "variant": "caption",
113
115
  "content": "@item.thumbnailLabel"
114
116
  },
115
117
  {
116
- "type": "stack",
117
- "className": "absolute top-2 right-2",
118
- "direction": "horizontal",
119
- "gap": "xs",
120
- "align": "center",
121
118
  "children": [
122
119
  {
123
- "variant": "primary",
120
+ "label": "@item.price",
124
121
  "type": "badge",
125
- "label": "@item.price"
122
+ "variant": "primary"
126
123
  }
127
- ]
124
+ ],
125
+ "type": "stack",
126
+ "direction": "horizontal",
127
+ "align": "center",
128
+ "className": "absolute top-2 right-2",
129
+ "gap": "xs"
128
130
  },
129
131
  {
130
132
  "className": "absolute top-2 left-2",
133
+ "type": "stack",
134
+ "gap": "xs",
131
135
  "children": [
132
136
  {
133
- "label": "@item.status",
134
137
  "type": "badge",
138
+ "label": "@item.status",
135
139
  "variant": "neutral"
136
140
  }
137
141
  ],
138
- "type": "stack",
139
142
  "direction": "horizontal",
140
- "gap": "xs",
141
143
  "align": "center"
142
144
  }
143
145
  ]
144
146
  },
145
147
  {
146
- "className": "px-card-md pb-card-md",
147
- "gap": "xs",
148
148
  "type": "stack",
149
+ "className": "px-card-md pb-card-md",
149
150
  "children": [
150
151
  {
152
+ "variant": "h4",
151
153
  "content": "@item.name",
152
154
  "type": "typography",
153
- "className": "truncate",
154
- "variant": "h4"
155
+ "className": "truncate"
155
156
  },
156
157
  {
157
- "content": "@item.description",
158
+ "color": "muted",
158
159
  "type": "typography",
160
+ "content": "@item.description",
159
161
  "className": "line-clamp-2",
160
- "variant": "caption",
161
- "color": "muted"
162
+ "variant": "caption"
162
163
  }
163
164
  ],
164
- "direction": "vertical"
165
+ "direction": "vertical",
166
+ "gap": "xs"
165
167
  }
166
168
  ],
167
169
  "type": "stack",
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
170
  "gap": "sm"
170
171
  }
171
172
  ],
172
- "minCardWidth": 280.0,
173
+ "gap": "lg",
174
+ "entity": "@payload.data",
175
+ "fields": [],
173
176
  "type": "data-grid",
174
- "fields": []
177
+ "minCardWidth": 280.0,
178
+ "className": "w-full"
175
179
  }
176
- ],
177
- "gap": "lg",
178
- "className": "max-w-7xl mx-auto px-card-md py-section",
179
- "type": "stack",
180
- "direction": "vertical"
180
+ ]
181
181
  }
182
182
  }
183
183
  }