@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
@@ -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-29T00:35:21.961Z",
3
3
  "$source": "tools/almadar-pattern-sync/behaviors",
4
4
  "$package": "@almadar/std",
5
5
  "totalBehaviors": 92,
@@ -5211,7 +5211,7 @@
5211
5211
  },
5212
5212
  {
5213
5213
  "name": "date",
5214
- "type": "string",
5214
+ "type": "datetime",
5215
5215
  "default": ""
5216
5216
  },
5217
5217
  {
@@ -9472,7 +9472,7 @@
9472
9472
  "topic": "core",
9473
9473
  "family": "core",
9474
9474
  "layer": "UI Patterns",
9475
- "description": "std-notify-on-event — event-driven notification dispatcher. Listens for the generic `EventOccurred` sentinel (rename via traitOverrides.events to the real event, e.g. ContactSaved). Resolves recipient from `recipients` (first entry; fan-out is a future extension) or falls back to `@user.id`. Skips dispatch when the recipient is in `suppressionList`. Emits in-app `notify` when `notifyChannel` is `\"in-app\"`, or persists a `NotificationRecord` row for out-of-band delivery when channel is `\"email\"` or `\"sms\"`.",
9475
+ "description": "std-notify-on-event — cross-orbital wiring atom. Subscribes to events from another orbital (e.g. CheckoutOrbital emits OrderPlaced, OrderRecordOrbital reacts via this atom) and dispatches a notification. Use when one orbital needs to react to or be notified about events that happen in another orbital — the wiring goes through this atom's `EventOccurred` listener which the molecule renames via traitOverrides.events to the upstream event name. Resolves recipient from `recipients` (first entry; multi-recipient fan-out is a future extension) or falls back to `@user.id`. Skips dispatch when the recipient is in `suppressionList`. Emits in-app `notify` when `notifyChannel` is `\"in-app\"`, or persists a `NotificationRecord` row for out-of-band delivery when channel is `\"email\"` or `\"sms\"`.",
9476
9476
  "defaultOrbitalName": "NotifyOnEventOrbital",
9477
9477
  "statePattern": "idle",
9478
9478
  "complexity": {