@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
@@ -25,7 +25,10 @@
25
25
  {
26
26
  "name": "RelatedItemList",
27
27
  "entityRebindable": true,
28
- "entityContract": {},
28
+ "entityContract": {
29
+ "requires": [],
30
+ "provides": []
31
+ },
29
32
  "category": "interaction",
30
33
  "linkedEntity": "RelatedItem",
31
34
  "emits": [
@@ -121,6 +124,7 @@
121
124
  {
122
125
  "type": "stack",
123
126
  "className": "py-8",
127
+ "gap": "sm",
124
128
  "direction": "vertical",
125
129
  "align": "center",
126
130
  "children": [
@@ -128,13 +132,12 @@
128
132
  "type": "spinner"
129
133
  },
130
134
  {
131
- "type": "typography",
132
135
  "variant": "caption",
133
136
  "content": "Loading related…",
137
+ "type": "typography",
134
138
  "color": "muted"
135
139
  }
136
- ],
137
- "gap": "sm"
140
+ ]
138
141
  }
139
142
  ]
140
143
  ]
@@ -148,14 +151,13 @@
148
151
  "render-ui",
149
152
  "main",
150
153
  {
154
+ "gap": "md",
151
155
  "children": [
152
156
  {
153
- "align": "center",
154
- "direction": "horizontal",
155
157
  "children": [
156
158
  {
157
- "name": "link",
158
- "type": "icon"
159
+ "type": "icon",
160
+ "name": "link"
159
161
  },
160
162
  {
161
163
  "variant": "h3",
@@ -163,8 +165,10 @@
163
165
  "type": "typography"
164
166
  }
165
167
  ],
168
+ "align": "center",
169
+ "gap": "sm",
166
170
  "type": "stack",
167
- "gap": "sm"
171
+ "direction": "horizontal"
168
172
  },
169
173
  {
170
174
  "type": "divider"
@@ -174,27 +178,26 @@
174
178
  "fn",
175
179
  "item",
176
180
  {
181
+ "gap": "xs",
177
182
  "children": [
178
183
  {
184
+ "content": "@item.name",
179
185
  "variant": "body",
180
- "type": "typography",
181
- "content": "@item.name"
186
+ "type": "typography"
182
187
  }
183
188
  ],
184
- "type": "stack",
185
- "gap": "xs",
186
- "direction": "vertical"
189
+ "direction": "vertical",
190
+ "type": "stack"
187
191
  }
188
192
  ],
193
+ "look": "@config.tableLook",
189
194
  "type": "data-list",
190
195
  "entity": "@payload.data",
191
- "fields": [],
192
- "look": "@config.tableLook"
196
+ "fields": []
193
197
  }
194
198
  ],
195
- "gap": "md",
196
- "direction": "vertical",
197
- "type": "stack"
199
+ "type": "stack",
200
+ "direction": "vertical"
198
201
  }
199
202
  ]
200
203
  ]
@@ -208,36 +211,36 @@
208
211
  "render-ui",
209
212
  "main",
210
213
  {
214
+ "align": "center",
211
215
  "gap": "sm",
212
216
  "direction": "vertical",
213
- "type": "stack",
214
217
  "children": [
215
218
  {
216
- "type": "icon",
217
219
  "name": "alert-triangle",
218
- "color": "destructive"
220
+ "color": "destructive",
221
+ "type": "icon"
219
222
  },
220
223
  {
221
224
  "content": "Failed to load related",
222
- "type": "typography",
223
- "variant": "body"
225
+ "variant": "body",
226
+ "type": "typography"
224
227
  },
225
228
  {
229
+ "color": "muted",
226
230
  "variant": "caption",
227
231
  "type": "typography",
228
- "content": "@payload.error",
229
- "color": "muted"
232
+ "content": "@payload.error"
230
233
  },
231
234
  {
232
- "label": "Retry",
233
- "icon": "rotate-ccw",
234
235
  "action": "INIT",
235
236
  "variant": "ghost",
236
- "type": "button"
237
+ "icon": "rotate-ccw",
238
+ "type": "button",
239
+ "label": "Retry"
237
240
  }
238
241
  ],
239
- "align": "center",
240
- "className": "py-8"
242
+ "className": "py-8",
243
+ "type": "stack"
241
244
  }
242
245
  ]
243
246
  ]
@@ -227,8 +227,8 @@
227
227
  "@entity",
228
228
  {
229
229
  "emit": {
230
- "failure": "ReminderRunFailed",
231
- "success": "ReminderRunLogged"
230
+ "success": "ReminderRunLogged",
231
+ "failure": "ReminderRunFailed"
232
232
  }
233
233
  }
234
234
  ]
@@ -272,6 +272,13 @@
272
272
  "description": "Entity to scan for upcoming deadlines (e.g. 'ClassSession', 'CourtDeadlineRecord').",
273
273
  "tier": "domain"
274
274
  },
275
+ "dateField": {
276
+ "type": "string",
277
+ "default": "",
278
+ "label": "Deadline field",
279
+ "description": "Field on the target entity holding the deadline timestamp (e.g. 'dueAt', 'startsAt').",
280
+ "tier": "domain"
281
+ },
275
282
  "offsetsHours": {
276
283
  "type": "[number]",
277
284
  "default": [],
@@ -289,13 +296,6 @@
289
296
  "description": "Severity passed to the notifier when emit lands: info / warning / error.",
290
297
  "tier": "domain"
291
298
  },
292
- "dateField": {
293
- "type": "string",
294
- "default": "",
295
- "label": "Deadline field",
296
- "description": "Field on the target entity holding the deadline timestamp (e.g. 'dueAt', 'startsAt').",
297
- "tier": "domain"
298
- },
299
299
  "template": {
300
300
  "type": "string",
301
301
  "default": "",
@@ -26,13 +26,13 @@
26
26
  "items": {
27
27
  "type": "object",
28
28
  "properties": {
29
- "id": {
30
- "name": "id",
29
+ "content": {
30
+ "name": "content",
31
31
  "type": "string",
32
32
  "required": false
33
33
  },
34
- "content": {
35
- "name": "content",
34
+ "id": {
35
+ "name": "id",
36
36
  "type": "string",
37
37
  "required": false
38
38
  },
@@ -458,22 +458,22 @@
458
458
  "render-ui",
459
459
  "main",
460
460
  {
461
- "className": "py-12",
462
- "type": "stack",
463
- "align": "center",
464
- "direction": "vertical",
465
461
  "gap": "md",
466
462
  "children": [
467
463
  {
468
464
  "type": "spinner"
469
465
  },
470
466
  {
471
- "color": "muted",
472
467
  "variant": "caption",
468
+ "color": "muted",
473
469
  "type": "typography",
474
470
  "content": "Loading documents…"
475
471
  }
476
- ]
472
+ ],
473
+ "direction": "vertical",
474
+ "type": "stack",
475
+ "className": "py-12",
476
+ "align": "center"
477
477
  }
478
478
  ]
479
479
  ]
@@ -487,12 +487,13 @@
487
487
  "render-ui",
488
488
  "main",
489
489
  {
490
- "direction": "vertical",
490
+ "type": "stack",
491
+ "gap": "md",
491
492
  "children": [
492
493
  {
494
+ "type": "stack",
493
495
  "gap": "sm",
494
496
  "align": "center",
495
- "type": "stack",
496
497
  "direction": "horizontal",
497
498
  "children": [
498
499
  {
@@ -500,100 +501,99 @@
500
501
  "name": "file-text"
501
502
  },
502
503
  {
503
- "variant": "h3",
504
504
  "type": "typography",
505
- "content": "@config.title"
505
+ "content": "@config.title",
506
+ "variant": "h3"
506
507
  }
507
508
  ]
508
509
  },
509
510
  {
510
- "cols": 4.0,
511
511
  "children": [
512
512
  {
513
- "icon": "file-text",
513
+ "value": "@payload.data.length",
514
514
  "type": "stat-display",
515
515
  "look": "@config.statLook",
516
- "value": "@payload.data.length",
516
+ "icon": "file-text",
517
517
  "label": "Total docs"
518
518
  },
519
519
  {
520
- "label": "Drafts",
520
+ "value": "12",
521
+ "icon": "edit-3",
521
522
  "type": "stat-display",
522
523
  "look": "@config.statLook",
523
- "icon": "edit-3",
524
- "value": "12"
524
+ "label": "Drafts"
525
525
  },
526
526
  {
527
+ "icon": "check-circle",
528
+ "look": "@config.statLook",
527
529
  "label": "Published",
528
530
  "value": "84",
529
- "icon": "check-circle",
530
- "type": "stat-display",
531
- "look": "@config.statLook"
531
+ "type": "stat-display"
532
532
  },
533
533
  {
534
- "look": "@config.statLook",
535
534
  "value": "9",
536
535
  "icon": "archive",
536
+ "look": "@config.statLook",
537
537
  "label": "Archived",
538
538
  "type": "stat-display"
539
539
  }
540
540
  ],
541
+ "cols": 4.0,
541
542
  "type": "simple-grid"
542
543
  },
543
544
  {
544
545
  "type": "divider"
545
546
  },
546
547
  {
547
- "entity": "@payload.data",
548
- "itemActions": [
549
- {
550
- "variant": "primary",
551
- "label": "Open",
552
- "event": "OPEN",
553
- "icon": "edit"
554
- },
555
- {
556
- "variant": "secondary",
557
- "icon": "send",
558
- "label": "Publish",
559
- "event": "PUBLISH"
560
- }
561
- ],
562
- "cols": 1.0,
563
- "look": "@config.tableLook",
564
548
  "type": "data-grid",
565
549
  "fields": [
566
550
  {
551
+ "name": "title",
567
552
  "label": "Title",
568
- "variant": "caption",
569
- "name": "title"
553
+ "variant": "caption"
570
554
  },
571
555
  {
572
- "label": "Kind",
556
+ "variant": "badge",
573
557
  "name": "kind",
574
- "variant": "badge"
558
+ "label": "Kind"
575
559
  },
576
560
  {
577
- "variant": "badge",
561
+ "label": "Status",
578
562
  "name": "status",
579
- "label": "Status"
563
+ "variant": "badge"
580
564
  },
581
565
  {
566
+ "label": "v",
582
567
  "variant": "caption",
583
- "name": "version",
584
- "label": "v"
568
+ "name": "version"
585
569
  },
586
570
  {
587
- "variant": "caption",
588
571
  "name": "updatedAt",
589
- "label": "Updated"
572
+ "label": "Updated",
573
+ "variant": "caption"
590
574
  }
591
575
  ],
592
- "gap": "sm"
576
+ "cols": 1.0,
577
+ "look": "@config.tableLook",
578
+ "gap": "sm",
579
+ "itemActions": [
580
+ {
581
+ "event": "OPEN",
582
+ "label": "Open",
583
+ "variant": "primary",
584
+ "icon": "edit"
585
+ },
586
+ {
587
+ "event": "PUBLISH",
588
+ "icon": "send",
589
+ "label": "Publish",
590
+ "variant": "secondary"
591
+ }
592
+ ],
593
+ "entity": "@payload.data"
593
594
  }
594
595
  ],
595
- "gap": "md",
596
- "type": "stack"
596
+ "direction": "vertical"
597
597
  }
598
598
  ]
599
599
  ]
@@ -608,8 +608,8 @@
608
608
  "Document",
609
609
  {
610
610
  "emit": {
611
- "failure": "DocumentLoadFailed",
612
- "success": "DocumentLoaded"
611
+ "success": "DocumentLoaded",
612
+ "failure": "DocumentLoadFailed"
613
613
  }
614
614
  }
615
615
  ]
@@ -641,9 +641,9 @@
641
641
  "render-ui",
642
642
  "main",
643
643
  {
644
- "variant": "error",
645
644
  "message": "@payload.error",
646
- "type": "alert"
645
+ "type": "alert",
646
+ "variant": "error"
647
647
  }
648
648
  ]
649
649
  ]
@@ -657,9 +657,9 @@
657
657
  "render-ui",
658
658
  "main",
659
659
  {
660
+ "type": "alert",
660
661
  "message": "@payload.error",
661
- "variant": "error",
662
- "type": "alert"
662
+ "variant": "error"
663
663
  }
664
664
  ]
665
665
  ]
@@ -723,13 +723,17 @@
723
723
  "render-ui",
724
724
  "main",
725
725
  {
726
+ "type": "stack",
726
727
  "children": [
727
728
  {
729
+ "type": "stack",
730
+ "direction": "horizontal",
731
+ "gap": "sm",
728
732
  "children": [
729
733
  {
730
- "type": "button",
731
734
  "variant": "ghost",
732
735
  "label": "Back",
736
+ "type": "button",
733
737
  "action": "CLOSE_VIEW"
734
738
  },
735
739
  {
@@ -742,15 +746,12 @@
742
746
  "variant": "h3"
743
747
  },
744
748
  {
745
- "label": "@entity.status",
749
+ "type": "badge",
746
750
  "variant": "secondary",
747
- "type": "badge"
751
+ "label": "@entity.status"
748
752
  }
749
753
  ],
750
- "gap": "sm",
751
- "align": "center",
752
- "type": "stack",
753
- "direction": "horizontal"
754
+ "align": "center"
754
755
  },
755
756
  {
756
757
  "type": "divider"
@@ -763,35 +764,34 @@
763
764
  "placeholder": "Start writing…"
764
765
  },
765
766
  {
766
- "type": "stack",
767
- "gap": "sm",
768
767
  "align": "center",
769
768
  "children": [
770
769
  {
771
- "actionPayload": {
772
- "id": "@entity.id"
773
- },
774
- "variant": "primary",
770
+ "type": "button",
775
771
  "action": "SAVE",
776
772
  "label": "Save",
777
- "type": "button"
773
+ "variant": "primary",
774
+ "actionPayload": {
775
+ "id": "@entity.id"
776
+ }
778
777
  },
779
778
  {
780
- "type": "button",
779
+ "action": "PUBLISH",
781
780
  "actionPayload": {
782
781
  "id": "@entity.id"
783
782
  },
783
+ "type": "button",
784
784
  "variant": "secondary",
785
- "label": "Publish",
786
- "action": "PUBLISH"
785
+ "label": "Publish"
787
786
  }
788
787
  ],
789
- "direction": "horizontal"
788
+ "direction": "horizontal",
789
+ "type": "stack",
790
+ "gap": "sm"
790
791
  }
791
792
  ],
792
- "type": "stack",
793
- "gap": "md",
794
- "direction": "vertical"
793
+ "direction": "vertical",
794
+ "gap": "md"
795
795
  }
796
796
  ]
797
797
  ]
@@ -811,8 +811,8 @@
811
811
  "Document",
812
812
  {
813
813
  "emit": {
814
- "success": "DocumentLoaded",
815
- "failure": "DocumentLoadFailed"
814
+ "failure": "DocumentLoadFailed",
815
+ "success": "DocumentLoaded"
816
816
  }
817
817
  }
818
818
  ],
@@ -821,21 +821,21 @@
821
821
  "main",
822
822
  {
823
823
  "className": "py-12",
824
- "align": "center",
825
- "direction": "vertical",
826
- "gap": "md",
827
824
  "children": [
828
825
  {
829
826
  "type": "spinner"
830
827
  },
831
828
  {
829
+ "content": "Publishing document…",
832
830
  "color": "muted",
833
831
  "variant": "caption",
834
- "content": "Publishing document…",
835
832
  "type": "typography"
836
833
  }
837
834
  ],
838
- "type": "stack"
835
+ "type": "stack",
836
+ "align": "center",
837
+ "direction": "vertical",
838
+ "gap": "md"
839
839
  }
840
840
  ]
841
841
  ]
@@ -871,22 +871,22 @@
871
871
  "render-ui",
872
872
  "main",
873
873
  {
874
- "direction": "vertical",
875
- "type": "stack",
876
- "align": "center",
877
- "className": "py-12",
878
- "gap": "md",
879
874
  "children": [
880
875
  {
881
876
  "type": "spinner"
882
877
  },
883
878
  {
884
879
  "variant": "caption",
885
- "content": "Loading documents…",
880
+ "color": "muted",
886
881
  "type": "typography",
887
- "color": "muted"
882
+ "content": "Loading documents…"
888
883
  }
889
- ]
884
+ ],
885
+ "direction": "vertical",
886
+ "gap": "md",
887
+ "align": "center",
888
+ "className": "py-12",
889
+ "type": "stack"
890
890
  }
891
891
  ]
892
892
  ]
@@ -917,18 +917,18 @@
917
917
  "render-ui",
918
918
  "main",
919
919
  {
920
+ "className": "py-12",
920
921
  "direction": "vertical",
921
- "type": "stack",
922
922
  "gap": "md",
923
- "className": "py-12",
923
+ "type": "stack",
924
924
  "children": [
925
925
  {
926
926
  "type": "spinner"
927
927
  },
928
928
  {
929
- "content": "Saving document…",
930
- "type": "typography",
931
929
  "variant": "caption",
930
+ "type": "typography",
931
+ "content": "Saving document…",
932
932
  "color": "muted"
933
933
  }
934
934
  ],
@@ -968,22 +968,22 @@
968
968
  "render-ui",
969
969
  "main",
970
970
  {
971
- "align": "center",
972
- "gap": "md",
973
971
  "className": "py-12",
972
+ "gap": "md",
973
+ "type": "stack",
974
+ "direction": "vertical",
975
+ "align": "center",
974
976
  "children": [
975
977
  {
976
978
  "type": "spinner"
977
979
  },
978
980
  {
979
981
  "type": "typography",
980
- "variant": "caption",
981
982
  "content": "Publishing document…",
983
+ "variant": "caption",
982
984
  "color": "muted"
983
985
  }
984
- ],
985
- "type": "stack",
986
- "direction": "vertical"
986
+ ]
987
987
  }
988
988
  ]
989
989
  ]
@@ -1030,6 +1030,13 @@
1030
1030
  "sparkline"
1031
1031
  ]
1032
1032
  },
1033
+ "title": {
1034
+ "type": "string",
1035
+ "default": "Documents",
1036
+ "label": "Section title",
1037
+ "description": "Heading shown above the document list",
1038
+ "tier": "presentation"
1039
+ },
1033
1040
  "tableLook": {
1034
1041
  "type": "string",
1035
1042
  "default": "dense",
@@ -1043,13 +1050,6 @@
1043
1050
  "borderless",
1044
1051
  "card-rows"
1045
1052
  ]
1046
- },
1047
- "title": {
1048
- "type": "string",
1049
- "default": "Documents",
1050
- "label": "Section title",
1051
- "description": "Heading shown above the document list",
1052
- "tier": "presentation"
1053
1053
  }
1054
1054
  },
1055
1055
  "scope": "collection"