@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
@@ -131,39 +131,36 @@
131
131
  "linkedEntity": "EmailThreadedPost",
132
132
  "config": {
133
133
  "bodyContent": {
134
- "direction": "horizontal",
135
- "className": "max-w-7xl mx-auto h-full border border-[var(--color-border)] rounded-md overflow-hidden",
136
- "type": "stack",
137
134
  "gap": "none",
135
+ "type": "stack",
138
136
  "children": [
139
137
  {
140
- "type": "stack",
141
- "gap": "none",
142
138
  "children": [
143
139
  {
140
+ "direction": "horizontal",
144
141
  "align": "center",
145
- "type": "stack",
146
142
  "className": "px-card-md py-md border-b border-[var(--color-border)]",
147
- "direction": "horizontal",
148
143
  "children": [
149
144
  {
150
- "size": "sm",
145
+ "type": "icon",
151
146
  "name": "inbox",
152
- "type": "icon"
147
+ "size": "sm"
153
148
  },
154
149
  {
155
- "weight": "medium",
156
- "type": "typography",
150
+ "content": "Inbox",
157
151
  "variant": "label",
158
- "content": "Inbox"
152
+ "weight": "medium",
153
+ "type": "typography"
159
154
  }
160
155
  ],
156
+ "type": "stack",
161
157
  "gap": "sm"
162
158
  },
163
159
  {
164
160
  "type": "data-list",
165
- "fields": [],
161
+ "gap": "none",
166
162
  "entity": "@payload.data",
163
+ "fields": [],
167
164
  "renderItem": [
168
165
  "fn",
169
166
  "item",
@@ -173,40 +170,35 @@
173
170
  "padding": "md",
174
171
  "children": {
175
172
  "direction": "horizontal",
176
- "type": "stack",
177
- "gap": "sm",
178
173
  "children": [
179
174
  {
180
- "name": "@item.authorName",
181
175
  "type": "avatar",
176
+ "name": "@item.authorName",
182
177
  "size": "sm"
183
178
  },
184
179
  {
185
- "direction": "vertical",
186
- "gap": "xs",
187
180
  "className": "flex-1 min-w-0",
188
- "type": "stack",
189
181
  "children": [
190
182
  {
183
+ "align": "center",
191
184
  "gap": "sm",
192
185
  "type": "stack",
193
186
  "direction": "horizontal",
194
187
  "children": [
195
188
  {
196
- "variant": "body",
197
- "type": "typography",
198
189
  "content": "@item.authorName",
190
+ "variant": "body",
199
191
  "weight": "medium",
200
- "className": "flex-1 truncate"
192
+ "className": "flex-1 truncate",
193
+ "type": "typography"
201
194
  },
202
195
  {
203
- "variant": "caption",
204
196
  "content": "@item.createdAt",
197
+ "variant": "caption",
205
198
  "type": "typography",
206
199
  "color": "muted"
207
200
  }
208
- ],
209
- "align": "center"
201
+ ]
210
202
  },
211
203
  {
212
204
  "weight": "medium",
@@ -216,42 +208,49 @@
216
208
  "className": "truncate"
217
209
  },
218
210
  {
219
- "type": "typography",
220
- "className": "truncate",
221
- "content": "@item.preview",
211
+ "variant": "caption",
222
212
  "color": "muted",
223
- "variant": "caption"
213
+ "className": "truncate",
214
+ "type": "typography",
215
+ "content": "@item.preview"
224
216
  }
225
- ]
217
+ ],
218
+ "direction": "vertical",
219
+ "type": "stack",
220
+ "gap": "xs"
226
221
  }
227
222
  ],
223
+ "gap": "sm",
224
+ "type": "stack",
228
225
  "align": "start"
229
226
  }
230
227
  }
231
228
  ],
232
- "gap": "none",
233
229
  "variant": "default"
234
230
  }
235
231
  ],
232
+ "type": "stack",
236
233
  "direction": "vertical",
234
+ "gap": "none",
237
235
  "className": "w-80 shrink-0 border-r border-[var(--color-border)] bg-[var(--color-muted)]"
238
236
  },
239
237
  {
240
- "direction": "vertical",
241
- "gap": "md",
242
238
  "type": "stack",
243
239
  "className": "flex-1 px-card-md py-md overflow-y-auto",
240
+ "gap": "md",
244
241
  "children": [
245
242
  {
246
- "direction": "vertical",
247
243
  "className": "pb-md border-b border-[var(--color-border)]",
248
244
  "children": [
249
245
  {
250
- "type": "typography",
246
+ "content": "@entity.focusedSubject",
251
247
  "variant": "h3",
252
- "content": "@entity.focusedSubject"
248
+ "type": "typography"
253
249
  },
254
250
  {
251
+ "direction": "horizontal",
252
+ "type": "stack",
253
+ "gap": "md",
255
254
  "children": [
256
255
  {
257
256
  "type": "avatar",
@@ -259,154 +258,146 @@
259
258
  "size": "md"
260
259
  },
261
260
  {
262
- "className": "flex-1",
263
- "gap": "xs",
264
261
  "direction": "vertical",
262
+ "type": "stack",
263
+ "gap": "xs",
264
+ "className": "flex-1",
265
265
  "children": [
266
266
  {
267
- "direction": "horizontal",
268
267
  "gap": "sm",
268
+ "direction": "horizontal",
269
269
  "align": "center",
270
270
  "children": [
271
271
  {
272
- "type": "typography",
273
272
  "color": "muted",
274
273
  "variant": "label",
274
+ "type": "typography",
275
275
  "content": "From"
276
276
  },
277
277
  {
278
+ "variant": "body2",
278
279
  "content": "@entity.focusedFromAddress",
279
280
  "type": "typography",
280
- "variant": "body2",
281
281
  "weight": "medium"
282
282
  }
283
283
  ],
284
284
  "type": "stack"
285
285
  },
286
286
  {
287
+ "align": "center",
288
+ "type": "stack",
289
+ "direction": "horizontal",
287
290
  "children": [
288
291
  {
289
- "color": "muted",
290
292
  "content": "To",
293
+ "type": "typography",
291
294
  "variant": "label",
292
- "type": "typography"
295
+ "color": "muted"
293
296
  },
294
297
  {
295
- "variant": "body2",
296
298
  "content": "@entity.focusedToAddress",
297
- "type": "typography"
299
+ "type": "typography",
300
+ "variant": "body2"
298
301
  }
299
302
  ],
300
- "align": "center",
301
- "type": "stack",
302
- "gap": "sm",
303
- "direction": "horizontal"
303
+ "gap": "sm"
304
304
  }
305
- ],
306
- "type": "stack"
305
+ ]
307
306
  },
308
307
  {
309
308
  "type": "typography",
309
+ "content": "@entity.focusedCreatedAt",
310
310
  "variant": "caption",
311
- "color": "muted",
312
- "content": "@entity.focusedCreatedAt"
311
+ "color": "muted"
313
312
  },
314
313
  {
315
- "actionPayload": {
316
- "parentId": "@entity.focusedId"
317
- },
318
314
  "label": "Reply",
319
- "action": "REPLY",
320
315
  "icon": "corner-up-left",
316
+ "size": "sm",
317
+ "action": "REPLY",
321
318
  "type": "button",
322
- "variant": "secondary",
323
- "size": "sm"
319
+ "actionPayload": {
320
+ "parentId": "@entity.focusedId"
321
+ },
322
+ "variant": "secondary"
324
323
  },
325
324
  {
326
- "icon": "corner-up-right",
327
325
  "action": "REPLY",
328
- "type": "button",
326
+ "variant": "ghost",
329
327
  "label": "Forward",
330
328
  "size": "sm",
331
- "variant": "ghost"
329
+ "icon": "corner-up-right",
330
+ "type": "button"
332
331
  }
333
332
  ],
334
- "direction": "horizontal",
335
- "align": "center",
336
- "type": "stack",
337
- "gap": "md"
333
+ "align": "center"
338
334
  }
339
335
  ],
340
336
  "type": "stack",
337
+ "direction": "vertical",
341
338
  "gap": "xs"
342
339
  },
343
340
  {
341
+ "padding": "md",
344
342
  "type": "card",
343
+ "look": "flat-bordered",
345
344
  "children": {
346
- "content": "@entity.focusedContent",
347
345
  "variant": "body",
346
+ "content": "@entity.focusedContent",
348
347
  "type": "typography"
349
- },
350
- "padding": "md",
351
- "look": "flat-bordered"
348
+ }
352
349
  },
353
350
  {
354
- "type": "stack",
355
351
  "gap": "sm",
356
352
  "align": "center",
353
+ "type": "stack",
357
354
  "children": [
358
355
  {
356
+ "name": "corner-down-right",
359
357
  "size": "xs",
360
- "type": "icon",
361
- "name": "corner-down-right"
358
+ "type": "icon"
362
359
  },
363
360
  {
364
361
  "type": "typography",
365
- "color": "muted",
366
362
  "variant": "label",
367
- "content": "Quoted replies"
363
+ "content": "Quoted replies",
364
+ "color": "muted"
368
365
  }
369
366
  ],
370
367
  "direction": "horizontal"
371
368
  },
372
369
  {
373
- "type": "data-list",
374
- "variant": "default",
370
+ "gap": "sm",
375
371
  "renderItem": [
376
372
  "fn",
377
373
  "reply",
378
374
  {
379
- "look": "flat-bordered",
380
375
  "padding": "md",
381
- "type": "card",
382
- "className": "border-l-4 border-l-[var(--color-primary)] ml-card-md",
376
+ "look": "flat-bordered",
383
377
  "children": {
384
- "type": "stack",
385
- "gap": "sm",
386
- "direction": "vertical",
387
378
  "children": [
388
379
  {
389
- "type": "stack",
390
- "gap": "sm",
391
- "align": "center",
392
380
  "direction": "horizontal",
381
+ "align": "center",
382
+ "gap": "sm",
383
+ "type": "stack",
393
384
  "children": [
394
385
  {
386
+ "size": "xs",
395
387
  "type": "avatar",
396
- "name": "@reply.authorName",
397
- "size": "xs"
388
+ "name": "@reply.authorName"
398
389
  },
399
390
  {
400
- "type": "typography",
401
391
  "variant": "body2",
402
392
  "content": "@reply.authorName",
393
+ "type": "typography",
403
394
  "weight": "medium"
404
395
  },
405
396
  {
406
- "content": "@reply.fromAddress",
407
397
  "type": "typography",
408
398
  "color": "muted",
409
- "variant": "caption"
399
+ "variant": "caption",
400
+ "content": "@reply.fromAddress"
410
401
  },
411
402
  {
412
403
  "color": "muted",
@@ -415,29 +406,38 @@
415
406
  "type": "typography"
416
407
  },
417
408
  {
418
- "variant": "caption",
419
409
  "content": "@reply.createdAt",
420
410
  "color": "muted",
421
- "type": "typography"
411
+ "type": "typography",
412
+ "variant": "caption"
422
413
  }
423
414
  ]
424
415
  },
425
416
  {
417
+ "content": "@reply.content",
426
418
  "type": "typography",
427
- "variant": "body",
428
- "content": "@reply.content"
419
+ "variant": "body"
429
420
  }
430
- ]
431
- }
421
+ ],
422
+ "type": "stack",
423
+ "gap": "sm",
424
+ "direction": "vertical"
425
+ },
426
+ "type": "card",
427
+ "className": "border-l-4 border-l-[var(--color-primary)] ml-card-md"
432
428
  }
433
429
  ],
434
- "gap": "sm",
435
430
  "entity": "@entity.focusedReplies",
436
- "fields": []
431
+ "type": "data-list",
432
+ "fields": [],
433
+ "variant": "default"
437
434
  }
438
- ]
435
+ ],
436
+ "direction": "vertical"
439
437
  }
440
- ]
438
+ ],
439
+ "direction": "horizontal",
440
+ "className": "max-w-7xl mx-auto h-full border border-[var(--color-border)] rounded-md overflow-hidden"
441
441
  }
442
442
  }
443
443
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "$generated": "2026-05-28T18:47:48.168Z",
2
+ "$generated": "2026-05-28T18:56:30.228Z",
3
3
  "$source": "tools/almadar-pattern-sync/behaviors",
4
4
  "$package": "@almadar/std",
5
5
  "totalBehaviors": 92,
@@ -20,7 +20,10 @@
20
20
  {
21
21
  "name": "AppLayout",
22
22
  "entityRebindable": true,
23
- "entityContract": {},
23
+ "entityContract": {
24
+ "requires": [],
25
+ "provides": []
26
+ },
24
27
  "category": "interaction",
25
28
  "linkedEntity": "AppLayoutData",
26
29
  "emits": [
@@ -134,25 +137,25 @@
134
137
  "render-ui",
135
138
  "main",
136
139
  {
137
- "topBarActions": "@config.topBarActions",
140
+ "searchEvent": "@config.searchEvent",
141
+ "type": "@config.layoutPattern",
142
+ "appName": "@config.appName",
138
143
  "layoutMode": "@config.layoutMode",
139
144
  "notificationClickEvent": "@config.notificationClickEvent",
145
+ "navItems": "@config.navItems",
140
146
  "children": [
141
147
  {
148
+ "direction": "vertical",
149
+ "gap": "lg",
142
150
  "children": [
143
151
  "@config.contentTrait"
144
152
  ],
145
- "type": "stack",
146
- "gap": "lg",
147
153
  "className": "max-w-5xl mx-auto w-full",
148
- "direction": "vertical"
154
+ "type": "stack"
149
155
  }
150
156
  ],
151
- "navItems": "@config.navItems",
152
- "appName": "@config.appName",
153
- "notifications": "@config.notifications",
154
- "type": "@config.layoutPattern",
155
- "searchEvent": "@config.searchEvent"
157
+ "topBarActions": "@config.topBarActions",
158
+ "notifications": "@config.notifications"
156
159
  }
157
160
  ]
158
161
  ]
@@ -180,38 +183,17 @@
180
183
  ]
181
184
  },
182
185
  "config": {
183
- "notifications": {
184
- "type": "[NotificationSpec]",
185
- "default": [],
186
- "label": "Notifications",
187
- "description": "Items shown in the notifications dropdown",
188
- "tier": "presentation",
189
- "items": {
190
- "type": "object",
191
- "properties": {
192
- "id": {
193
- "name": "id",
194
- "type": "string",
195
- "required": false
196
- },
197
- "message": {
198
- "name": "message",
199
- "type": "string",
200
- "required": false
201
- },
202
- "variant": {
203
- "name": "variant",
204
- "type": "string",
205
- "required": false
206
- }
207
- }
208
- }
186
+ "contentTrait": {
187
+ "type": "trait",
188
+ "label": "Content trait",
189
+ "description": "Trait rendered inside the app layout content area",
190
+ "tier": "internal"
209
191
  },
210
- "detailSlot": {
211
- "type": "slot",
212
- "default": "modal",
213
- "label": "Detail slot",
214
- "description": "Slot where detail/edit views render",
192
+ "layoutPattern": {
193
+ "type": "pattern",
194
+ "default": "dashboard-layout",
195
+ "label": "Layout pattern",
196
+ "description": "UI pattern used to render the application chrome",
215
197
  "tier": "internal"
216
198
  },
217
199
  "notificationClickEvent": {
@@ -228,6 +210,13 @@
228
210
  "description": "Product name shown in the chrome header",
229
211
  "tier": "presentation"
230
212
  },
213
+ "detailSlot": {
214
+ "type": "slot",
215
+ "default": "modal",
216
+ "label": "Detail slot",
217
+ "description": "Slot where detail/edit views render",
218
+ "tier": "internal"
219
+ },
231
220
  "navItems": {
232
221
  "type": "[NavItem]",
233
222
  "default": [],
@@ -237,29 +226,36 @@
237
226
  "items": {
238
227
  "type": "object",
239
228
  "properties": {
240
- "icon": {
241
- "name": "icon",
229
+ "label": {
230
+ "name": "label",
242
231
  "type": "string",
243
- "required": false
232
+ "required": true
244
233
  },
245
234
  "href": {
246
235
  "name": "href",
247
236
  "type": "string",
248
237
  "required": true
249
238
  },
250
- "label": {
251
- "name": "label",
252
- "type": "string",
253
- "required": true
254
- },
255
239
  "badge": {
256
240
  "name": "badge",
257
241
  "type": "string",
258
242
  "required": false
243
+ },
244
+ "icon": {
245
+ "name": "icon",
246
+ "type": "string",
247
+ "required": false
259
248
  }
260
249
  }
261
250
  }
262
251
  },
252
+ "searchEvent": {
253
+ "type": "string",
254
+ "default": "SEARCH",
255
+ "label": "Search event",
256
+ "description": "Event emitted when the user runs a global search",
257
+ "tier": "internal"
258
+ },
263
259
  "topBarActions": {
264
260
  "type": "[ItemAction]",
265
261
  "default": [],
@@ -269,6 +265,16 @@
269
265
  "items": {
270
266
  "type": "object",
271
267
  "properties": {
268
+ "variant": {
269
+ "name": "variant",
270
+ "type": "string",
271
+ "required": false
272
+ },
273
+ "icon": {
274
+ "name": "icon",
275
+ "type": "string",
276
+ "required": false
277
+ },
272
278
  "event": {
273
279
  "name": "event",
274
280
  "type": "string",
@@ -278,33 +284,10 @@
278
284
  "name": "label",
279
285
  "type": "string",
280
286
  "required": true
281
- },
282
- "icon": {
283
- "name": "icon",
284
- "type": "string",
285
- "required": false
286
- },
287
- "variant": {
288
- "name": "variant",
289
- "type": "string",
290
- "required": false
291
287
  }
292
288
  }
293
289
  }
294
290
  },
295
- "contentTrait": {
296
- "type": "trait",
297
- "label": "Content trait",
298
- "description": "Trait rendered inside the app layout content area",
299
- "tier": "internal"
300
- },
301
- "layoutPattern": {
302
- "type": "pattern",
303
- "default": "dashboard-layout",
304
- "label": "Layout pattern",
305
- "description": "UI pattern used to render the application chrome",
306
- "tier": "internal"
307
- },
308
291
  "layoutMode": {
309
292
  "type": "string",
310
293
  "default": "sidebar",
@@ -318,12 +301,32 @@
318
301
  "minimal"
319
302
  ]
320
303
  },
321
- "searchEvent": {
322
- "type": "string",
323
- "default": "SEARCH",
324
- "label": "Search event",
325
- "description": "Event emitted when the user runs a global search",
326
- "tier": "internal"
304
+ "notifications": {
305
+ "type": "[NotificationSpec]",
306
+ "default": [],
307
+ "label": "Notifications",
308
+ "description": "Items shown in the notifications dropdown",
309
+ "tier": "presentation",
310
+ "items": {
311
+ "type": "object",
312
+ "properties": {
313
+ "message": {
314
+ "name": "message",
315
+ "type": "string",
316
+ "required": false
317
+ },
318
+ "id": {
319
+ "name": "id",
320
+ "type": "string",
321
+ "required": false
322
+ },
323
+ "variant": {
324
+ "name": "variant",
325
+ "type": "string",
326
+ "required": false
327
+ }
328
+ }
329
+ }
327
330
  }
328
331
  },
329
332
  "scope": "instance"