@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
@@ -267,8 +267,6 @@
267
267
  "render-ui",
268
268
  "main",
269
269
  {
270
- "type": "stack",
271
- "gap": "md",
272
270
  "children": [
273
271
  {
274
272
  "type": "spinner"
@@ -276,13 +274,15 @@
276
274
  {
277
275
  "type": "typography",
278
276
  "content": "Loading…",
279
- "color": "muted",
280
- "variant": "caption"
277
+ "variant": "caption",
278
+ "color": "muted"
281
279
  }
282
280
  ],
283
- "direction": "vertical",
284
281
  "align": "center",
285
- "className": "py-12"
282
+ "gap": "md",
283
+ "className": "py-12",
284
+ "type": "stack",
285
+ "direction": "vertical"
286
286
  }
287
287
  ]
288
288
  ]
@@ -296,48 +296,48 @@
296
296
  "render-ui",
297
297
  "main",
298
298
  {
299
- "type": "stack",
300
- "direction": "vertical",
301
299
  "children": [
302
300
  {
303
- "type": "typography",
301
+ "variant": "h3",
304
302
  "content": "@config.title",
305
- "variant": "h3"
303
+ "type": "typography"
306
304
  },
307
305
  {
308
306
  "color": "muted",
309
- "type": "typography",
310
307
  "content": "@config.instructions",
311
- "variant": "caption"
308
+ "variant": "caption",
309
+ "type": "typography"
312
310
  },
313
311
  {
314
- "onChange": "CHANGE",
315
312
  "value": "@entity.signatureDataUrl",
316
- "type": "signature-pad"
313
+ "type": "signature-pad",
314
+ "onChange": "CHANGE"
317
315
  },
318
316
  {
317
+ "direction": "horizontal",
319
318
  "children": [
320
319
  {
320
+ "label": "Clear",
321
+ "action": "CLEAR",
321
322
  "icon": "trash",
322
323
  "type": "button",
323
- "label": "Clear",
324
- "variant": "secondary",
325
- "action": "CLEAR"
324
+ "variant": "secondary"
326
325
  },
327
326
  {
328
- "variant": "primary",
329
- "icon": "send",
330
327
  "action": "SUBMIT",
331
328
  "label": "Submit",
332
- "type": "button"
329
+ "type": "button",
330
+ "icon": "send",
331
+ "variant": "primary"
333
332
  }
334
333
  ],
335
- "type": "stack",
336
334
  "gap": "sm",
337
- "direction": "horizontal"
335
+ "type": "stack"
338
336
  }
339
337
  ],
340
- "gap": "md"
338
+ "direction": "vertical",
339
+ "gap": "md",
340
+ "type": "stack"
341
341
  }
342
342
  ]
343
343
  ]
@@ -351,9 +351,9 @@
351
351
  "render-ui",
352
352
  "main",
353
353
  {
354
- "variant": "error",
354
+ "type": "alert",
355
355
  "message": "@payload.error",
356
- "type": "alert"
356
+ "variant": "error"
357
357
  }
358
358
  ]
359
359
  ]
@@ -384,46 +384,46 @@
384
384
  "render-ui",
385
385
  "main",
386
386
  {
387
- "type": "stack",
388
387
  "direction": "vertical",
388
+ "type": "stack",
389
389
  "gap": "md",
390
390
  "children": [
391
391
  {
392
+ "content": "@config.title",
392
393
  "type": "typography",
393
- "variant": "h3",
394
- "content": "@config.title"
394
+ "variant": "h3"
395
395
  },
396
396
  {
397
- "type": "typography",
398
397
  "content": "@config.instructions",
399
- "variant": "caption",
400
- "color": "muted"
398
+ "color": "muted",
399
+ "type": "typography",
400
+ "variant": "caption"
401
401
  },
402
402
  {
403
- "type": "signature-pad",
404
403
  "onChange": "CHANGE",
404
+ "type": "signature-pad",
405
405
  "value": "@entity.signatureDataUrl"
406
406
  },
407
407
  {
408
- "type": "stack",
408
+ "direction": "horizontal",
409
409
  "gap": "sm",
410
410
  "children": [
411
411
  {
412
- "icon": "trash",
412
+ "type": "button",
413
413
  "variant": "secondary",
414
+ "label": "Clear",
414
415
  "action": "CLEAR",
415
- "type": "button",
416
- "label": "Clear"
416
+ "icon": "trash"
417
417
  },
418
418
  {
419
- "action": "SUBMIT",
420
419
  "label": "Submit",
421
420
  "type": "button",
422
421
  "variant": "primary",
423
- "icon": "send"
422
+ "icon": "send",
423
+ "action": "SUBMIT"
424
424
  }
425
425
  ],
426
- "direction": "horizontal"
426
+ "type": "stack"
427
427
  }
428
428
  ]
429
429
  }
@@ -451,21 +451,21 @@
451
451
  "render-ui",
452
452
  "main",
453
453
  {
454
- "align": "center",
455
- "type": "stack",
454
+ "gap": "md",
456
455
  "children": [
457
456
  {
458
457
  "type": "spinner"
459
458
  },
460
459
  {
461
- "variant": "caption",
460
+ "content": "Submitting your signature…",
462
461
  "color": "muted",
463
462
  "type": "typography",
464
- "content": "Submitting your signature…"
463
+ "variant": "caption"
465
464
  }
466
465
  ],
467
- "gap": "md",
466
+ "type": "stack",
468
467
  "direction": "vertical",
468
+ "align": "center",
469
469
  "className": "py-12"
470
470
  }
471
471
  ]
@@ -480,22 +480,22 @@
480
480
  "render-ui",
481
481
  "main",
482
482
  {
483
- "gap": "md",
484
- "direction": "vertical",
485
483
  "align": "center",
486
- "className": "py-12",
484
+ "gap": "md",
487
485
  "children": [
488
486
  {
489
- "name": "check-circle",
490
487
  "color": "success",
491
- "type": "icon"
488
+ "type": "icon",
489
+ "name": "check-circle"
492
490
  },
493
491
  {
494
- "variant": "h3",
495
492
  "type": "typography",
496
- "content": "Signature recorded. Thank you."
493
+ "content": "Signature recorded. Thank you.",
494
+ "variant": "h3"
497
495
  }
498
496
  ],
497
+ "direction": "vertical",
498
+ "className": "py-12",
499
499
  "type": "stack"
500
500
  }
501
501
  ]
@@ -533,46 +533,46 @@
533
533
  {
534
534
  "children": [
535
535
  {
536
- "content": "@config.title",
537
536
  "variant": "h3",
538
- "type": "typography"
537
+ "type": "typography",
538
+ "content": "@config.title"
539
539
  },
540
540
  {
541
- "color": "muted",
541
+ "type": "typography",
542
542
  "content": "@config.instructions",
543
543
  "variant": "caption",
544
- "type": "typography"
544
+ "color": "muted"
545
545
  },
546
546
  {
547
- "value": "@entity.signatureDataUrl",
548
547
  "onChange": "CHANGE",
549
- "type": "signature-pad"
548
+ "type": "signature-pad",
549
+ "value": "@entity.signatureDataUrl"
550
550
  },
551
551
  {
552
552
  "direction": "horizontal",
553
- "gap": "sm",
554
553
  "type": "stack",
554
+ "gap": "sm",
555
555
  "children": [
556
556
  {
557
- "action": "CLEAR",
558
557
  "variant": "secondary",
558
+ "type": "button",
559
+ "action": "CLEAR",
559
560
  "label": "Clear",
560
- "icon": "trash",
561
- "type": "button"
561
+ "icon": "trash"
562
562
  },
563
563
  {
564
- "type": "button",
565
- "label": "Submit",
564
+ "action": "SUBMIT",
566
565
  "variant": "primary",
567
566
  "icon": "send",
568
- "action": "SUBMIT"
567
+ "type": "button",
568
+ "label": "Submit"
569
569
  }
570
570
  ]
571
571
  }
572
572
  ],
573
573
  "gap": "md",
574
- "direction": "vertical",
575
- "type": "stack"
574
+ "type": "stack",
575
+ "direction": "vertical"
576
576
  }
577
577
  ]
578
578
  ]
@@ -586,18 +586,19 @@
586
586
  "render-ui",
587
587
  "main",
588
588
  {
589
+ "gap": "md",
589
590
  "type": "stack",
590
591
  "direction": "vertical",
591
592
  "children": [
592
593
  {
594
+ "type": "typography",
593
595
  "content": "@config.title",
594
- "variant": "h3",
595
- "type": "typography"
596
+ "variant": "h3"
596
597
  },
597
598
  {
598
- "color": "muted",
599
599
  "content": "@config.instructions",
600
600
  "variant": "caption",
601
+ "color": "muted",
601
602
  "type": "typography"
602
603
  },
603
604
  {
@@ -606,28 +607,27 @@
606
607
  "onChange": "CHANGE"
607
608
  },
608
609
  {
610
+ "direction": "horizontal",
609
611
  "gap": "sm",
612
+ "type": "stack",
610
613
  "children": [
611
614
  {
612
- "action": "CLEAR",
613
- "variant": "secondary",
614
615
  "label": "Clear",
616
+ "action": "CLEAR",
615
617
  "type": "button",
618
+ "variant": "secondary",
616
619
  "icon": "trash"
617
620
  },
618
621
  {
619
622
  "icon": "send",
620
- "label": "Submit",
621
- "type": "button",
622
623
  "action": "SUBMIT",
624
+ "type": "button",
625
+ "label": "Submit",
623
626
  "variant": "primary"
624
627
  }
625
- ],
626
- "direction": "horizontal",
627
- "type": "stack"
628
+ ]
628
629
  }
629
- ],
630
- "gap": "md"
630
+ ]
631
631
  }
632
632
  ]
633
633
  ]
@@ -635,19 +635,19 @@
635
635
  ]
636
636
  },
637
637
  "config": {
638
- "instructions": {
639
- "type": "string",
640
- "default": "Use your finger or stylus to sign below",
641
- "label": "Instructions",
642
- "description": "Helper text shown to the signer above the pad",
643
- "tier": "presentation"
644
- },
645
638
  "title": {
646
639
  "type": "string",
647
640
  "default": "Sign here",
648
641
  "label": "Pad title",
649
642
  "description": "Heading shown above the signature pad",
650
643
  "tier": "presentation"
644
+ },
645
+ "instructions": {
646
+ "type": "string",
647
+ "default": "Use your finger or stylus to sign below",
648
+ "label": "Instructions",
649
+ "description": "Helper text shown to the signer above the pad",
650
+ "tier": "presentation"
651
651
  }
652
652
  },
653
653
  "scope": "instance"
@@ -43,27 +43,27 @@
43
43
  "render-ui",
44
44
  "main",
45
45
  {
46
- "direction": "vertical",
47
- "className": "max-w-5xl mx-auto w-full",
48
- "gap": "md",
49
46
  "type": "stack",
47
+ "gap": "md",
48
+ "className": "max-w-5xl mx-auto w-full",
49
+ "direction": "vertical",
50
50
  "children": [
51
51
  {
52
- "type": "stack",
53
52
  "gap": "sm",
53
+ "align": "center",
54
+ "type": "stack",
55
+ "direction": "horizontal",
54
56
  "children": [
55
57
  {
56
- "type": "icon",
57
- "name": "@config.icon"
58
+ "name": "@config.icon",
59
+ "type": "icon"
58
60
  },
59
61
  {
60
- "content": "@config.title",
62
+ "variant": "h2",
61
63
  "type": "typography",
62
- "variant": "h2"
64
+ "content": "@config.title"
63
65
  }
64
- ],
65
- "align": "center",
66
- "direction": "horizontal"
66
+ ]
67
67
  },
68
68
  {
69
69
  "type": "divider"
@@ -77,6 +77,12 @@
77
77
  ]
78
78
  },
79
79
  "config": {
80
+ "contentTrait": {
81
+ "type": "trait",
82
+ "label": "Content trait",
83
+ "description": "Trait rendered inside the stack layout body",
84
+ "tier": "internal"
85
+ },
80
86
  "title": {
81
87
  "type": "string",
82
88
  "default": "List",
@@ -84,12 +90,6 @@
84
90
  "description": "Heading shown in the layout chrome",
85
91
  "tier": "presentation"
86
92
  },
87
- "contentTrait": {
88
- "type": "trait",
89
- "label": "Content trait",
90
- "description": "Trait rendered inside the stack layout body",
91
- "tier": "internal"
92
- },
93
93
  "icon": {
94
94
  "type": "string",
95
95
  "default": "list",