@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
@@ -292,8 +292,8 @@
292
292
  "ErasureRequest",
293
293
  {
294
294
  "emit": {
295
- "failure": "ErasureLoadFailed",
296
- "success": "ErasureLoaded"
295
+ "success": "ErasureLoaded",
296
+ "failure": "ErasureLoadFailed"
297
297
  }
298
298
  }
299
299
  ],
@@ -301,22 +301,22 @@
301
301
  "render-ui",
302
302
  "main",
303
303
  {
304
- "direction": "vertical",
304
+ "gap": "md",
305
+ "align": "center",
306
+ "className": "py-12",
305
307
  "type": "stack",
306
308
  "children": [
307
309
  {
308
310
  "type": "spinner"
309
311
  },
310
312
  {
311
- "variant": "caption",
312
- "content": "Loading erasure requests…",
313
+ "type": "typography",
313
314
  "color": "muted",
314
- "type": "typography"
315
+ "content": "Loading erasure requests…",
316
+ "variant": "caption"
315
317
  }
316
318
  ],
317
- "className": "py-12",
318
- "align": "center",
319
- "gap": "md"
319
+ "direction": "vertical"
320
320
  }
321
321
  ]
322
322
  ]
@@ -330,24 +330,22 @@
330
330
  "render-ui",
331
331
  "main",
332
332
  {
333
- "gap": "md",
334
333
  "type": "stack",
335
- "direction": "vertical",
336
334
  "children": [
337
335
  {
338
336
  "type": "stack",
337
+ "align": "center",
339
338
  "children": [
340
339
  {
341
340
  "type": "icon",
342
341
  "name": "trash-2"
343
342
  },
344
343
  {
345
- "content": "Erasure requests",
346
344
  "variant": "h3",
347
- "type": "typography"
345
+ "type": "typography",
346
+ "content": "Erasure requests"
348
347
  }
349
348
  ],
350
- "align": "center",
351
349
  "gap": "sm",
352
350
  "direction": "horizontal"
353
351
  },
@@ -355,38 +353,40 @@
355
353
  "type": "divider"
356
354
  },
357
355
  {
356
+ "type": "data-grid",
358
357
  "look": "@config.tableLook",
359
358
  "gap": "sm",
360
- "type": "data-grid",
361
- "entity": "@payload.data",
362
- "itemActions": [
363
- {
364
- "event": "CANCEL_ERASURE",
365
- "variant": "secondary",
366
- "label": "Cancel",
367
- "icon": "x"
368
- }
369
- ],
370
359
  "fields": [
371
360
  {
372
- "name": "subjectId",
373
361
  "variant": "caption",
362
+ "name": "subjectId",
374
363
  "label": "Subject"
375
364
  },
376
365
  {
377
366
  "name": "status",
378
- "label": "Status",
379
- "variant": "badge"
367
+ "variant": "badge",
368
+ "label": "Status"
380
369
  },
381
370
  {
382
- "name": "executesAt",
371
+ "label": "Executes",
383
372
  "variant": "caption",
384
- "label": "Executes"
373
+ "name": "executesAt"
385
374
  }
386
375
  ],
387
- "cols": 1.0
376
+ "cols": 1.0,
377
+ "itemActions": [
378
+ {
379
+ "variant": "secondary",
380
+ "event": "CANCEL_ERASURE",
381
+ "label": "Cancel",
382
+ "icon": "x"
383
+ }
384
+ ],
385
+ "entity": "@payload.data"
388
386
  }
389
- ]
387
+ ],
388
+ "direction": "vertical",
389
+ "gap": "md"
390
390
  }
391
391
  ]
392
392
  ]
@@ -429,8 +429,8 @@
429
429
  "@entity",
430
430
  {
431
431
  "emit": {
432
- "failure": "ErasureSaveFailed",
433
- "success": "ErasureSaved"
432
+ "success": "ErasureSaved",
433
+ "failure": "ErasureSaveFailed"
434
434
  }
435
435
  }
436
436
  ]
@@ -446,8 +446,8 @@
446
446
  "ErasureRequest",
447
447
  {
448
448
  "emit": {
449
- "failure": "ErasureLoadFailed",
450
- "success": "ErasureLoaded"
449
+ "success": "ErasureLoaded",
450
+ "failure": "ErasureLoadFailed"
451
451
  }
452
452
  }
453
453
  ]
@@ -462,9 +462,9 @@
462
462
  "render-ui",
463
463
  "main",
464
464
  {
465
+ "type": "alert",
465
466
  "variant": "error",
466
- "message": "@payload.error",
467
- "type": "alert"
467
+ "message": "@payload.error"
468
468
  }
469
469
  ]
470
470
  ]
@@ -479,8 +479,8 @@
479
479
  "ErasureRequest",
480
480
  {
481
481
  "emit": {
482
- "failure": "ErasureLoadFailed",
483
- "success": "ErasureLoaded"
482
+ "success": "ErasureLoaded",
483
+ "failure": "ErasureLoadFailed"
484
484
  }
485
485
  }
486
486
  ],
@@ -488,8 +488,8 @@
488
488
  "render-ui",
489
489
  "main",
490
490
  {
491
- "type": "spinner",
492
- "size": "sm"
491
+ "size": "sm",
492
+ "type": "spinner"
493
493
  }
494
494
  ]
495
495
  ]
@@ -508,25 +508,19 @@
508
508
  "delete"
509
509
  ]
510
510
  },
511
- "tableLook": {
512
- "type": "string",
513
- "default": "dense",
514
- "label": "Table look",
515
- "description": "Layer 2 visual treatment for the data table rendered by this atom.",
516
- "tier": "presentation",
517
- "values": [
518
- "dense",
519
- "spacious",
520
- "striped",
521
- "borderless",
522
- "card-rows"
523
- ]
511
+ "enabled": {
512
+ "type": "boolean",
513
+ "default": false,
514
+ "label": "Enabled",
515
+ "description": "Whether the data-erasure workflow is active for the host orbital. Off by default; turn on to handle GDPR right-to-be-forgotten requests.",
516
+ "synonyms": "enable, turn on, enforce, require, activate, apply, switch on, gdpr, erasure, right to be forgotten, data deletion, scheduled deletion, retention purge, account deletion, anonymize user data, scrub PII, delete user data",
517
+ "tier": "domain"
524
518
  },
525
- "targetEntity": {
526
- "type": "string",
527
- "default": "",
528
- "label": "Target entity",
529
- "description": "Entity name whose records erasure requests apply to (e.g. 'CustomerAccount').",
519
+ "gracePeriodDays": {
520
+ "type": "number",
521
+ "default": 30.0,
522
+ "label": "Grace period (days)",
523
+ "description": "Days between request and execution. Customer can CANCEL during this window. Default 30 days matches typical GDPR practice.",
530
524
  "tier": "domain"
531
525
  },
532
526
  "piiFields": {
@@ -539,20 +533,26 @@
539
533
  "type": "string"
540
534
  }
541
535
  },
542
- "gracePeriodDays": {
543
- "type": "number",
544
- "default": 30.0,
545
- "label": "Grace period (days)",
546
- "description": "Days between request and execution. Customer can CANCEL during this window. Default 30 days matches typical GDPR practice.",
536
+ "targetEntity": {
537
+ "type": "string",
538
+ "default": "",
539
+ "label": "Target entity",
540
+ "description": "Entity name whose records erasure requests apply to (e.g. 'CustomerAccount').",
547
541
  "tier": "domain"
548
542
  },
549
- "enabled": {
550
- "type": "boolean",
551
- "default": false,
552
- "label": "Enabled",
553
- "description": "Whether the data-erasure workflow is active for the host orbital. Off by default; turn on to handle GDPR right-to-be-forgotten requests.",
554
- "synonyms": "enable, turn on, enforce, require, activate, apply, switch on, gdpr, erasure, right to be forgotten, data deletion, scheduled deletion, retention purge, account deletion, anonymize user data, scrub PII, delete user data",
555
- "tier": "domain"
543
+ "tableLook": {
544
+ "type": "string",
545
+ "default": "dense",
546
+ "label": "Table look",
547
+ "description": "Layer 2 visual treatment for the data table rendered by this atom.",
548
+ "tier": "presentation",
549
+ "values": [
550
+ "dense",
551
+ "spacious",
552
+ "striped",
553
+ "borderless",
554
+ "card-rows"
555
+ ]
556
556
  }
557
557
  },
558
558
  "scope": "collection"
@@ -92,19 +92,19 @@
92
92
  "children": {
93
93
  "size": "sm",
94
94
  "label": "@config.buttonLabel",
95
- "type": "button",
96
- "variant": "secondary",
97
95
  "icon": "calendar",
98
- "action": "OPEN_DATE_RANGE"
96
+ "action": "OPEN_DATE_RANGE",
97
+ "variant": "secondary",
98
+ "type": "button"
99
99
  },
100
- "position": "bottom",
100
+ "type": "popover",
101
101
  "content": {
102
102
  "type": "date-range-picker",
103
- "fromLabel": "@config.fromLabel",
103
+ "toLabel": "@config.toLabel",
104
104
  "event": "@config.event",
105
- "toLabel": "@config.toLabel"
105
+ "fromLabel": "@config.fromLabel"
106
106
  },
107
- "type": "popover"
107
+ "position": "bottom"
108
108
  }
109
109
  ]
110
110
  ]
@@ -140,24 +140,24 @@
140
140
  "render-ui",
141
141
  "main",
142
142
  {
143
- "position": "bottom",
144
- "type": "popover",
145
143
  "content": {
144
+ "from": "@entity.from",
145
+ "type": "date-range-picker",
146
146
  "fromLabel": "@config.fromLabel",
147
147
  "event": "@config.event",
148
- "from": "@entity.from",
149
- "to": "@entity.to",
150
148
  "toLabel": "@config.toLabel",
151
- "type": "date-range-picker"
149
+ "to": "@entity.to"
152
150
  },
153
151
  "children": {
152
+ "icon": "calendar",
153
+ "variant": "secondary",
154
154
  "size": "sm",
155
- "label": "@config.buttonLabel",
156
- "type": "button",
157
155
  "action": "OPEN_DATE_RANGE",
158
- "variant": "secondary",
159
- "icon": "calendar"
160
- }
156
+ "label": "@config.buttonLabel",
157
+ "type": "button"
158
+ },
159
+ "type": "popover",
160
+ "position": "bottom"
161
161
  }
162
162
  ]
163
163
  ]
@@ -179,19 +179,19 @@
179
179
  "description": "Caption shown above the end-date input",
180
180
  "tier": "presentation"
181
181
  },
182
- "fromLabel": {
183
- "type": "string",
184
- "default": "From",
185
- "label": "Start-date label",
186
- "description": "Caption shown above the start-date input",
187
- "tier": "presentation"
188
- },
189
182
  "buttonLabel": {
190
183
  "type": "string",
191
184
  "default": "Date range",
192
185
  "label": "Trigger button",
193
186
  "description": "Text on the toolbar button that opens the popover",
194
187
  "tier": "presentation"
188
+ },
189
+ "fromLabel": {
190
+ "type": "string",
191
+ "default": "From",
192
+ "label": "Start-date label",
193
+ "description": "Caption shown above the start-date input",
194
+ "tier": "presentation"
195
195
  }
196
196
  },
197
197
  "scope": "instance"
@@ -20,7 +20,10 @@
20
20
  {
21
21
  "name": "DrawerContentDrawer",
22
22
  "entityRebindable": true,
23
- "entityContract": {},
23
+ "entityContract": {
24
+ "requires": [],
25
+ "provides": []
26
+ },
24
27
  "category": "interaction",
25
28
  "linkedEntity": "DrawerContent",
26
29
  "stateMachine": {
@@ -77,36 +80,36 @@
77
80
  "render-ui",
78
81
  "drawer",
79
82
  {
80
- "direction": "vertical",
83
+ "type": "stack",
81
84
  "gap": "md",
82
85
  "children": [
83
86
  {
84
- "content": "@payload.name",
85
87
  "variant": "h4",
88
+ "content": "@payload.name",
86
89
  "type": "typography"
87
90
  },
88
91
  {
89
- "content": "@payload.description",
92
+ "type": "typography",
90
93
  "color": "muted",
91
94
  "variant": "body",
92
- "type": "typography"
95
+ "content": "@payload.description"
93
96
  },
94
97
  {
95
98
  "justify": "end",
96
- "gap": "sm",
97
99
  "type": "stack",
98
100
  "direction": "horizontal",
99
101
  "children": [
100
102
  {
101
- "action": "CLOSE",
102
103
  "type": "button",
103
104
  "label": "Close",
105
+ "action": "CLOSE",
104
106
  "variant": "ghost"
105
107
  }
106
- ]
108
+ ],
109
+ "gap": "sm"
107
110
  }
108
111
  ],
109
- "type": "stack"
112
+ "direction": "vertical"
110
113
  }
111
114
  ]
112
115
  ]
@@ -219,53 +219,38 @@
219
219
  "render-ui",
220
220
  "main",
221
221
  {
222
+ "gap": "md",
222
223
  "type": "stack",
223
224
  "direction": "vertical",
224
- "gap": "md",
225
225
  "children": [
226
226
  {
227
- "type": "typography",
228
227
  "variant": "h3",
228
+ "type": "typography",
229
229
  "content": "@config.title"
230
230
  },
231
231
  {
232
- "helperText": "Read-only preview of the captured signature",
233
232
  "label": "Recipient signature preview",
234
- "type": "signature-pad",
235
233
  "height": 160.0,
236
- "readOnly": true
234
+ "readOnly": true,
235
+ "type": "signature-pad",
236
+ "helperText": "Read-only preview of the captured signature"
237
237
  },
238
238
  {
239
- "type": "data-grid",
240
- "entity": "@payload.data",
241
- "itemActions": [
242
- {
243
- "label": "Send",
244
- "variant": "primary",
245
- "event": "SEND_REQUEST"
246
- },
247
- {
248
- "variant": "danger",
249
- "label": "Revoke",
250
- "event": "REVOKE_REQUEST"
251
- }
252
- ],
253
- "look": "@config.tableLook",
254
239
  "fields": [
255
240
  {
256
- "label": "Document",
241
+ "variant": "h4",
257
242
  "name": "documentName",
258
- "variant": "h4"
243
+ "label": "Document"
259
244
  },
260
245
  {
261
- "name": "recipientName",
262
246
  "label": "Recipient",
247
+ "name": "recipientName",
263
248
  "variant": "body"
264
249
  },
265
250
  {
266
- "variant": "caption",
267
251
  "name": "recipientEmail",
268
- "label": "Email"
252
+ "label": "Email",
253
+ "variant": "caption"
269
254
  },
270
255
  {
271
256
  "name": "status",
@@ -273,9 +258,24 @@
273
258
  "variant": "badge"
274
259
  },
275
260
  {
261
+ "label": "Sent",
276
262
  "variant": "caption",
277
- "name": "sentAt",
278
- "label": "Sent"
263
+ "name": "sentAt"
264
+ }
265
+ ],
266
+ "look": "@config.tableLook",
267
+ "entity": "@payload.data",
268
+ "type": "data-grid",
269
+ "itemActions": [
270
+ {
271
+ "event": "SEND_REQUEST",
272
+ "label": "Send",
273
+ "variant": "primary"
274
+ },
275
+ {
276
+ "label": "Revoke",
277
+ "variant": "danger",
278
+ "event": "REVOKE_REQUEST"
279
279
  }
280
280
  ]
281
281
  }
@@ -293,10 +293,10 @@
293
293
  "render-ui",
294
294
  "main",
295
295
  {
296
- "variant": "error",
297
- "title": "Failed to load signature requests",
298
296
  "type": "alert",
299
- "message": "@payload.error"
297
+ "title": "Failed to load signature requests",
298
+ "message": "@payload.error",
299
+ "variant": "error"
300
300
  }
301
301
  ]
302
302
  ]
@@ -354,8 +354,8 @@
354
354
  "render-ui",
355
355
  "main",
356
356
  {
357
- "type": "spinner",
358
- "size": "md"
357
+ "size": "md",
358
+ "type": "spinner"
359
359
  }
360
360
  ]
361
361
  ]