@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
@@ -43,7 +43,10 @@
43
43
  {
44
44
  "name": "SelectableItemSelection",
45
45
  "entityRebindable": true,
46
- "entityContract": {},
46
+ "entityContract": {
47
+ "requires": [],
48
+ "provides": []
49
+ },
47
50
  "category": "interaction",
48
51
  "linkedEntity": "SelectableItem",
49
52
  "emits": [
@@ -160,8 +163,8 @@
160
163
  "SelectableItem",
161
164
  {
162
165
  "emit": {
163
- "failure": "SelectableItemLoadFailed",
164
- "success": "SelectableItemLoaded"
166
+ "success": "SelectableItemLoaded",
167
+ "failure": "SelectableItemLoadFailed"
165
168
  }
166
169
  }
167
170
  ],
@@ -169,22 +172,22 @@
169
172
  "render-ui",
170
173
  "main",
171
174
  {
172
- "type": "stack",
173
- "className": "py-12",
174
- "gap": "md",
175
- "direction": "vertical",
176
- "align": "center",
177
175
  "children": [
178
176
  {
179
177
  "type": "spinner"
180
178
  },
181
179
  {
182
- "type": "typography",
183
- "variant": "caption",
180
+ "content": "Loading…",
184
181
  "color": "muted",
185
- "content": "Loading…"
182
+ "variant": "caption",
183
+ "type": "typography"
186
184
  }
187
- ]
185
+ ],
186
+ "gap": "md",
187
+ "className": "py-12",
188
+ "align": "center",
189
+ "direction": "vertical",
190
+ "type": "stack"
188
191
  }
189
192
  ]
190
193
  ]
@@ -199,11 +202,10 @@
199
202
  "main",
200
203
  {
201
204
  "type": "stack",
205
+ "direction": "vertical",
206
+ "gap": "lg",
202
207
  "children": [
203
208
  {
204
- "type": "stack",
205
- "direction": "horizontal",
206
- "align": "center",
207
209
  "gap": "sm",
208
210
  "children": [
209
211
  {
@@ -211,54 +213,55 @@
211
213
  "type": "icon"
212
214
  },
213
215
  {
214
- "content": "SelectableItems",
215
216
  "variant": "h2",
216
- "type": "typography"
217
+ "type": "typography",
218
+ "content": "SelectableItems"
217
219
  }
218
- ]
220
+ ],
221
+ "align": "center",
222
+ "type": "stack",
223
+ "direction": "horizontal"
219
224
  },
220
225
  {
221
226
  "type": "divider"
222
227
  },
223
228
  {
224
- "variant": "caption",
225
- "content": "Choose a selectableitem to continue.",
226
229
  "color": "muted",
227
- "type": "typography"
230
+ "type": "typography",
231
+ "content": "Choose a selectableitem to continue.",
232
+ "variant": "caption"
228
233
  },
229
234
  {
235
+ "type": "data-grid",
230
236
  "look": "@config.tableLook",
231
- "entity": "@payload.data",
232
- "className": "transition-shadow hover:shadow-md cursor-pointer",
237
+ "itemActions": [
238
+ {
239
+ "event": "SELECT",
240
+ "icon": "check",
241
+ "label": "Select"
242
+ }
243
+ ],
233
244
  "renderItem": [
234
245
  "fn",
235
246
  "item",
236
247
  {
237
- "gap": "sm",
248
+ "direction": "horizontal",
238
249
  "type": "stack",
250
+ "align": "center",
239
251
  "children": [
240
252
  {
241
- "label": "@item.name",
242
- "type": "checkbox"
253
+ "type": "checkbox",
254
+ "label": "@item.name"
243
255
  }
244
256
  ],
245
- "direction": "horizontal",
246
- "align": "center"
257
+ "gap": "sm"
247
258
  }
248
259
  ],
249
260
  "fields": [],
250
- "type": "data-grid",
251
- "itemActions": [
252
- {
253
- "label": "Select",
254
- "icon": "check",
255
- "event": "SELECT"
256
- }
257
- ]
261
+ "entity": "@payload.data",
262
+ "className": "transition-shadow hover:shadow-md cursor-pointer"
258
263
  }
259
- ],
260
- "gap": "lg",
261
- "direction": "vertical"
264
+ ]
262
265
  }
263
266
  ]
264
267
  ]
@@ -273,35 +276,35 @@
273
276
  "main",
274
277
  {
275
278
  "gap": "md",
276
- "type": "stack",
279
+ "align": "center",
277
280
  "direction": "vertical",
278
- "className": "py-12",
279
281
  "children": [
280
282
  {
281
- "color": "destructive",
282
283
  "type": "icon",
284
+ "color": "destructive",
283
285
  "name": "alert-triangle"
284
286
  },
285
287
  {
286
- "content": "Failed to load",
287
288
  "type": "typography",
288
- "variant": "h3"
289
+ "variant": "h3",
290
+ "content": "Failed to load"
289
291
  },
290
292
  {
291
- "variant": "body",
293
+ "type": "typography",
292
294
  "color": "muted",
293
295
  "content": "@payload.error",
294
- "type": "typography"
296
+ "variant": "body"
295
297
  },
296
298
  {
297
- "type": "button",
298
- "icon": "rotate-ccw",
299
299
  "action": "INIT",
300
+ "variant": "primary",
301
+ "type": "button",
300
302
  "label": "Retry",
301
- "variant": "primary"
303
+ "icon": "rotate-ccw"
302
304
  }
303
305
  ],
304
- "align": "center"
306
+ "type": "stack",
307
+ "className": "py-12"
305
308
  }
306
309
  ]
307
310
  ]
@@ -315,81 +318,81 @@
315
318
  "render-ui",
316
319
  "main",
317
320
  {
318
- "gap": "lg",
321
+ "type": "stack",
319
322
  "direction": "vertical",
323
+ "gap": "lg",
320
324
  "children": [
321
325
  {
326
+ "gap": "md",
322
327
  "children": [
323
328
  {
324
- "type": "stack",
325
- "align": "center",
326
- "direction": "horizontal",
327
- "gap": "md",
328
329
  "children": [
329
330
  {
330
331
  "name": "check-square",
331
332
  "type": "icon"
332
333
  },
333
334
  {
334
- "type": "typography",
335
335
  "content": "SelectableItems",
336
- "variant": "h2"
336
+ "variant": "h2",
337
+ "type": "typography"
337
338
  }
338
- ]
339
+ ],
340
+ "direction": "horizontal",
341
+ "type": "stack",
342
+ "align": "center",
343
+ "gap": "md"
339
344
  },
340
345
  {
346
+ "gap": "sm",
341
347
  "align": "center",
342
- "type": "stack",
343
348
  "direction": "horizontal",
344
349
  "children": [
345
350
  {
346
- "label": "Selecting",
347
- "type": "badge"
351
+ "type": "badge",
352
+ "label": "Selecting"
348
353
  },
349
354
  {
355
+ "action": "CLEAR",
350
356
  "variant": "ghost",
351
357
  "type": "button",
352
- "action": "CLEAR",
353
- "icon": "x",
354
- "label": "Clear"
358
+ "label": "Clear",
359
+ "icon": "x"
355
360
  }
356
361
  ],
357
- "gap": "sm"
362
+ "type": "stack"
358
363
  }
359
364
  ],
360
- "type": "stack",
361
- "gap": "md",
362
- "justify": "between",
363
365
  "direction": "horizontal",
364
- "align": "center"
366
+ "type": "stack",
367
+ "align": "center",
368
+ "justify": "between"
365
369
  },
366
370
  {
367
371
  "type": "divider"
368
372
  },
369
373
  {
370
- "variant": "info",
371
374
  "message": "@payload.id",
375
+ "variant": "info",
372
376
  "type": "alert"
373
377
  },
374
378
  {
375
- "type": "stack",
376
- "gap": "sm",
377
379
  "children": [
378
380
  {
379
- "label": "Confirm",
380
381
  "type": "button",
381
382
  "action": "CONFIRM_SELECTION",
383
+ "variant": "primary",
382
384
  "actionPayload": {
383
385
  "id": "@payload.id"
384
386
  },
385
- "variant": "primary",
386
- "icon": "check"
387
+ "icon": "check",
388
+ "label": "Confirm"
387
389
  }
388
390
  ],
391
+ "type": "stack",
392
+ "gap": "sm",
389
393
  "direction": "horizontal"
390
394
  }
391
- ],
392
- "type": "stack"
395
+ ]
393
396
  }
394
397
  ]
395
398
  ]
@@ -403,72 +406,72 @@
403
406
  "render-ui",
404
407
  "main",
405
408
  {
409
+ "type": "stack",
406
410
  "children": [
407
411
  {
412
+ "type": "stack",
408
413
  "direction": "horizontal",
409
- "justify": "between",
410
414
  "align": "center",
411
415
  "gap": "md",
416
+ "justify": "between",
412
417
  "children": [
413
418
  {
419
+ "type": "stack",
414
420
  "direction": "horizontal",
421
+ "gap": "md",
422
+ "align": "center",
415
423
  "children": [
416
424
  {
417
- "type": "icon",
418
- "name": "check-circle"
425
+ "name": "check-circle",
426
+ "type": "icon"
419
427
  },
420
428
  {
421
429
  "content": "Selection Confirmed",
422
430
  "type": "typography",
423
431
  "variant": "h2"
424
432
  }
425
- ],
426
- "type": "stack",
427
- "align": "center",
428
- "gap": "md"
433
+ ]
429
434
  },
430
435
  {
431
- "label": "Confirmed",
432
- "type": "badge"
436
+ "type": "badge",
437
+ "label": "Confirmed"
433
438
  }
434
- ],
435
- "type": "stack"
439
+ ]
436
440
  },
437
441
  {
438
442
  "type": "divider"
439
443
  },
440
444
  {
441
445
  "type": "alert",
442
- "message": "Selection confirmed successfully.",
443
- "variant": "success"
446
+ "variant": "success",
447
+ "message": "Selection confirmed successfully."
444
448
  },
445
449
  {
446
- "gap": "md",
447
- "align": "center",
450
+ "direction": "horizontal",
448
451
  "type": "stack",
449
452
  "children": [
450
453
  {
451
- "type": "typography",
452
454
  "variant": "caption",
453
- "content": "Selected ID:"
455
+ "content": "Selected ID:",
456
+ "type": "typography"
454
457
  },
455
458
  {
459
+ "type": "typography",
456
460
  "variant": "body",
457
- "content": "@payload.id",
458
- "type": "typography"
461
+ "content": "@payload.id"
459
462
  }
460
463
  ],
461
- "direction": "horizontal"
464
+ "align": "center",
465
+ "gap": "md"
462
466
  },
463
467
  {
464
- "action": "CLEAR",
468
+ "type": "button",
465
469
  "variant": "ghost",
470
+ "action": "CLEAR",
466
471
  "icon": "rotate-ccw",
467
- "type": "button",
468
472
  "label": "Clear Selection"
469
473
  }
470
474
  ],
471
- "type": "stack",
472
475
  "gap": "lg",
473
476
  "direction": "vertical"
474
477
  }