@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
@@ -47,6 +47,7 @@
47
47
  "name": "ConfirmActionConfirmation",
48
48
  "entityRebindable": true,
49
49
  "entityContract": {
50
+ "requires": [],
50
51
  "provides": [
51
52
  "name",
52
53
  "pendingId"
@@ -197,71 +198,71 @@
197
198
  "render-ui",
198
199
  "modal",
199
200
  {
201
+ "gap": "md",
202
+ "type": "stack",
200
203
  "children": [
201
204
  {
202
- "gap": "sm",
203
205
  "children": [
204
206
  {
205
- "name": "@config.icon",
206
- "type": "icon"
207
+ "type": "icon",
208
+ "name": "@config.icon"
207
209
  },
208
210
  {
209
211
  "content": "@config.title",
210
- "type": "typography",
211
- "variant": "h3"
212
+ "variant": "h3",
213
+ "type": "typography"
212
214
  }
213
215
  ],
216
+ "gap": "sm",
217
+ "type": "stack",
214
218
  "direction": "horizontal",
215
- "align": "center",
216
- "type": "stack"
219
+ "align": "center"
217
220
  },
218
221
  {
219
222
  "type": "divider"
220
223
  },
221
224
  {
222
- "variant": "error",
223
225
  "type": "alert",
226
+ "variant": "error",
224
227
  "message": "@config.alertMessage"
225
228
  },
226
229
  {
227
- "content": "@entity.name",
230
+ "variant": "h4",
228
231
  "type": "typography",
229
- "variant": "h4"
232
+ "content": "@entity.name"
230
233
  },
231
234
  {
232
- "type": "typography",
233
- "variant": "caption",
234
235
  "color": "muted",
235
- "content": "@entity.pendingId"
236
+ "content": "@entity.pendingId",
237
+ "type": "typography",
238
+ "variant": "caption"
236
239
  },
237
240
  {
238
241
  "gap": "sm",
239
242
  "children": [
240
243
  {
241
- "action": "CANCEL",
242
244
  "type": "button",
243
245
  "label": "Cancel",
246
+ "action": "CANCEL",
244
247
  "variant": "ghost"
245
248
  },
246
249
  {
247
- "action": "CONFIRM",
250
+ "icon": "check",
251
+ "type": "button",
252
+ "label": "@config.confirmLabel",
248
253
  "actionPayload": {
249
254
  "id": "@payload.id"
250
255
  },
251
- "label": "@config.confirmLabel",
252
- "type": "button",
253
- "variant": "danger",
254
- "icon": "check"
256
+ "action": "CONFIRM",
257
+ "variant": "danger"
255
258
  }
256
259
  ],
257
- "type": "stack",
258
260
  "justify": "end",
259
- "direction": "horizontal"
261
+ "direction": "horizontal",
262
+ "type": "stack"
260
263
  }
261
264
  ],
262
- "direction": "vertical",
263
- "type": "stack",
264
- "gap": "md"
265
+ "direction": "vertical"
265
266
  }
266
267
  ]
267
268
  ]
@@ -312,11 +313,11 @@
312
313
  "description": "Heading shown at the top of the confirmation modal",
313
314
  "tier": "presentation"
314
315
  },
315
- "icon": {
316
+ "alertMessage": {
316
317
  "type": "string",
317
- "default": "alert-triangle",
318
- "label": "Icon",
319
- "description": "Icon name displayed in the confirmation modal header",
318
+ "default": "Are you sure?",
319
+ "label": "Alert message",
320
+ "description": "Body text explaining what the user is confirming",
320
321
  "tier": "presentation"
321
322
  },
322
323
  "confirmLabel": {
@@ -326,11 +327,11 @@
326
327
  "description": "Label on the primary confirm action button",
327
328
  "tier": "presentation"
328
329
  },
329
- "alertMessage": {
330
+ "icon": {
330
331
  "type": "string",
331
- "default": "Are you sure?",
332
- "label": "Alert message",
333
- "description": "Body text explaining what the user is confirming",
332
+ "default": "alert-triangle",
333
+ "label": "Icon",
334
+ "description": "Icon name displayed in the confirmation modal header",
334
335
  "tier": "presentation"
335
336
  }
336
337
  },
@@ -37,16 +37,16 @@
37
37
  "items": {
38
38
  "type": "object",
39
39
  "properties": {
40
- "href": {
41
- "name": "href",
42
- "type": "string",
43
- "required": true
44
- },
45
40
  "icon": {
46
41
  "name": "icon",
47
42
  "type": "string",
48
43
  "required": false
49
44
  },
45
+ "href": {
46
+ "name": "href",
47
+ "type": "string",
48
+ "required": true
49
+ },
50
50
  "label": {
51
51
  "name": "label",
52
52
  "type": "string",
@@ -246,8 +246,8 @@
246
246
  "create",
247
247
  "CrossRefLink",
248
248
  {
249
- "rightId": "@payload.rightId",
250
- "leftId": "@payload.leftId"
249
+ "leftId": "@payload.leftId",
250
+ "rightId": "@payload.rightId"
251
251
  },
252
252
  {
253
253
  "emit": {
@@ -270,8 +270,8 @@
270
270
  "@payload",
271
271
  {
272
272
  "emit": {
273
- "failure": "LinkOpFailed",
274
- "success": "LinkRemoved"
273
+ "success": "LinkRemoved",
274
+ "failure": "LinkOpFailed"
275
275
  }
276
276
  }
277
277
  ]
@@ -338,11 +338,11 @@
338
338
  ]
339
339
  },
340
340
  "config": {
341
- "rightIdField": {
341
+ "leftEntity": {
342
342
  "type": "string",
343
343
  "default": "",
344
- "label": "Right FK field",
345
- "description": "Junction column holding the right entity's id",
344
+ "label": "Left entity",
345
+ "description": "Entity type on the left side of the N:M relationship",
346
346
  "tier": "domain"
347
347
  },
348
348
  "junctionEntity": {
@@ -352,13 +352,6 @@
352
352
  "description": "Persistent entity used as the join table",
353
353
  "tier": "domain"
354
354
  },
355
- "leftEntity": {
356
- "type": "string",
357
- "default": "",
358
- "label": "Left entity",
359
- "description": "Entity type on the left side of the N:M relationship",
360
- "tier": "domain"
361
- },
362
355
  "rightEntity": {
363
356
  "type": "string",
364
357
  "default": "",
@@ -372,6 +365,13 @@
372
365
  "label": "Left FK field",
373
366
  "description": "Junction column holding the left entity's id",
374
367
  "tier": "domain"
368
+ },
369
+ "rightIdField": {
370
+ "type": "string",
371
+ "default": "",
372
+ "label": "Right FK field",
373
+ "description": "Junction column holding the right entity's id",
374
+ "tier": "domain"
375
375
  }
376
376
  },
377
377
  "scope": "instance"
@@ -81,48 +81,47 @@
81
81
  "main",
82
82
  {
83
83
  "direction": "vertical",
84
- "type": "stack",
85
- "gap": "md",
86
84
  "children": [
87
85
  {
88
86
  "wrap": true,
87
+ "gap": "md",
89
88
  "children": [
90
89
  {
91
- "align": "center",
92
90
  "children": [
93
91
  "@config.filter1Trait",
94
92
  "@config.filter2Trait",
95
93
  "@config.filter3Trait",
96
94
  "@config.filter4Trait"
97
95
  ],
98
- "direction": "horizontal",
99
- "gap": "md",
100
96
  "wrap": true,
101
- "type": "stack"
97
+ "align": "center",
98
+ "type": "stack",
99
+ "gap": "md",
100
+ "direction": "horizontal"
102
101
  },
103
102
  {
103
+ "gap": "sm",
104
+ "align": "center",
105
+ "type": "stack",
104
106
  "children": [
105
107
  "@config.toolbar1Trait",
106
108
  "@config.toolbar2Trait",
107
109
  "@config.toolbar3Trait"
108
110
  ],
109
- "direction": "horizontal",
110
- "type": "stack",
111
- "gap": "sm",
112
- "align": "center"
111
+ "direction": "horizontal"
113
112
  }
114
113
  ],
115
- "type": "stack",
116
- "gap": "md",
117
- "direction": "horizontal",
118
114
  "align": "center",
119
- "justify": "between"
115
+ "justify": "between",
116
+ "type": "stack",
117
+ "direction": "horizontal"
120
118
  },
121
119
  {
122
120
  "type": "divider"
123
121
  },
124
122
  {
125
123
  "type": "simple-grid",
124
+ "minChildWidth": "@config.minTileWidth",
126
125
  "children": [
127
126
  "@config.tile1Trait",
128
127
  "@config.tile2Trait",
@@ -136,10 +135,11 @@
136
135
  "@config.tile10Trait",
137
136
  "@config.tile11Trait",
138
137
  "@config.tile12Trait"
139
- ],
140
- "minChildWidth": "@config.minTileWidth"
138
+ ]
141
139
  }
142
- ]
140
+ ],
141
+ "gap": "md",
142
+ "type": "stack"
143
143
  }
144
144
  ]
145
145
  ]
@@ -147,144 +147,144 @@
147
147
  ]
148
148
  },
149
149
  "config": {
150
- "tile3Trait": {
150
+ "tile2Trait": {
151
151
  "type": "trait",
152
152
  "default": "@trait.EmptyTile",
153
- "label": "Tile slot 3",
154
- "description": "Trait reference for grid cell 3. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
153
+ "label": "Tile slot 2",
154
+ "description": "Trait reference for grid cell 2. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
155
155
  "tier": "internal"
156
156
  },
157
- "minTileWidth": {
158
- "type": "number",
159
- "default": 320.0,
160
- "label": "Tile min width",
161
- "description": "Minimum pixel width per tile before the grid re-flows",
162
- "tier": "presentation"
163
- },
164
- "toolbar3Trait": {
157
+ "filter4Trait": {
165
158
  "type": "trait",
166
159
  "default": "@trait.EmptyTile",
167
- "label": "Toolbar slot 3",
168
- "description": "Trait reference for the third top-right toolbar tile. Format '@trait.<TraitName>' picks any trait declared on the orbital (typical use: settings action); '@trait.EmptyTile' leaves the slot blank. Override THIS config to swap, remove, or reorder toolbar tiles — never edit other traits.",
160
+ "label": "Filter slot 4",
161
+ "description": "Trait reference for the fourth filter-row position. Format '@trait.<TraitName>' picks any trait declared on the orbital (typical use: secondary dropdown filter); '@trait.EmptyTile' leaves the slot blank. Override THIS config to add, swap, remove, or reorder filter controls — never edit other traits.",
169
162
  "tier": "internal"
170
163
  },
171
- "filter1Trait": {
164
+ "tile6Trait": {
172
165
  "type": "trait",
173
166
  "default": "@trait.EmptyTile",
174
- "label": "Filter slot 1",
175
- "description": "Trait reference for the first filter-row position. Format '@trait.<TraitName>' picks any trait declared on the orbital (typical use: date range picker); '@trait.EmptyTile' leaves the slot blank. Override THIS config to add, swap, remove, or reorder filter controls — never edit other traits.",
167
+ "label": "Tile slot 6",
168
+ "description": "Trait reference for grid cell 6. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
176
169
  "tier": "internal"
177
170
  },
178
- "tile7Trait": {
171
+ "toolbar3Trait": {
179
172
  "type": "trait",
180
173
  "default": "@trait.EmptyTile",
181
- "label": "Tile slot 7",
182
- "description": "Trait reference for grid cell 7. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
174
+ "label": "Toolbar slot 3",
175
+ "description": "Trait reference for the third top-right toolbar tile. Format '@trait.<TraitName>' picks any trait declared on the orbital (typical use: settings action); '@trait.EmptyTile' leaves the slot blank. Override THIS config to swap, remove, or reorder toolbar tiles — never edit other traits.",
183
176
  "tier": "internal"
184
177
  },
185
- "tile10Trait": {
178
+ "toolbar2Trait": {
186
179
  "type": "trait",
187
180
  "default": "@trait.EmptyTile",
188
- "label": "Tile slot 10",
189
- "description": "Trait reference for grid cell 10. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
181
+ "label": "Toolbar slot 2",
182
+ "description": "Trait reference for the second top-right toolbar tile. Format '@trait.<TraitName>' picks any trait declared on the orbital (typical use: share action); '@trait.EmptyTile' leaves the slot blank. Override THIS config to swap, remove, or reorder toolbar tiles — never edit other traits.",
190
183
  "tier": "internal"
191
184
  },
192
- "tile4Trait": {
185
+ "tile1Trait": {
193
186
  "type": "trait",
194
187
  "default": "@trait.EmptyTile",
195
- "label": "Tile slot 4",
196
- "description": "Trait reference for grid cell 4. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
188
+ "label": "Tile slot 1",
189
+ "description": "Trait reference for grid cell 1. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
197
190
  "tier": "internal"
198
191
  },
199
- "tile5Trait": {
192
+ "tile12Trait": {
200
193
  "type": "trait",
201
194
  "default": "@trait.EmptyTile",
202
- "label": "Tile slot 5",
203
- "description": "Trait reference for grid cell 5. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
195
+ "label": "Tile slot 12",
196
+ "description": "Trait reference for grid cell 12. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
204
197
  "tier": "internal"
205
198
  },
206
- "tile1Trait": {
199
+ "tile9Trait": {
207
200
  "type": "trait",
208
201
  "default": "@trait.EmptyTile",
209
- "label": "Tile slot 1",
210
- "description": "Trait reference for grid cell 1. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
202
+ "label": "Tile slot 9",
203
+ "description": "Trait reference for grid cell 9. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
211
204
  "tier": "internal"
212
205
  },
213
- "filter3Trait": {
206
+ "tile4Trait": {
214
207
  "type": "trait",
215
208
  "default": "@trait.EmptyTile",
216
- "label": "Filter slot 3",
217
- "description": "Trait reference for the third filter-row position. Format '@trait.<TraitName>' picks any trait declared on the orbital (typical use: dropdown filter); '@trait.EmptyTile' leaves the slot blank. Override THIS config to add, swap, remove, or reorder filter controls — never edit other traits.",
209
+ "label": "Tile slot 4",
210
+ "description": "Trait reference for grid cell 4. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
218
211
  "tier": "internal"
219
212
  },
220
- "filter4Trait": {
213
+ "tile7Trait": {
221
214
  "type": "trait",
222
215
  "default": "@trait.EmptyTile",
223
- "label": "Filter slot 4",
224
- "description": "Trait reference for the fourth filter-row position. Format '@trait.<TraitName>' picks any trait declared on the orbital (typical use: secondary dropdown filter); '@trait.EmptyTile' leaves the slot blank. Override THIS config to add, swap, remove, or reorder filter controls — never edit other traits.",
216
+ "label": "Tile slot 7",
217
+ "description": "Trait reference for grid cell 7. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
225
218
  "tier": "internal"
226
219
  },
227
- "tile2Trait": {
220
+ "tile8Trait": {
228
221
  "type": "trait",
229
222
  "default": "@trait.EmptyTile",
230
- "label": "Tile slot 2",
231
- "description": "Trait reference for grid cell 2. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
223
+ "label": "Tile slot 8",
224
+ "description": "Trait reference for grid cell 8. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
232
225
  "tier": "internal"
233
226
  },
234
- "toolbar1Trait": {
227
+ "tile10Trait": {
235
228
  "type": "trait",
236
229
  "default": "@trait.EmptyTile",
237
- "label": "Toolbar slot 1",
238
- "description": "Trait reference for the first top-right toolbar tile. Format '@trait.<TraitName>' picks any trait declared on the orbital (typical use: export action); '@trait.EmptyTile' leaves the slot blank. Override THIS config to swap, remove, or reorder toolbar tiles — never edit other traits.",
230
+ "label": "Tile slot 10",
231
+ "description": "Trait reference for grid cell 10. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
239
232
  "tier": "internal"
240
233
  },
241
- "tile12Trait": {
234
+ "tile3Trait": {
242
235
  "type": "trait",
243
236
  "default": "@trait.EmptyTile",
244
- "label": "Tile slot 12",
245
- "description": "Trait reference for grid cell 12. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
237
+ "label": "Tile slot 3",
238
+ "description": "Trait reference for grid cell 3. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
246
239
  "tier": "internal"
247
240
  },
248
- "filter2Trait": {
241
+ "filter1Trait": {
249
242
  "type": "trait",
250
243
  "default": "@trait.EmptyTile",
251
- "label": "Filter slot 2",
252
- "description": "Trait reference for the second filter-row position. Format '@trait.<TraitName>' picks any trait declared on the orbital (typical use: search input); '@trait.EmptyTile' leaves the slot blank. Override THIS config to add, swap, remove, or reorder filter controls — never edit other traits.",
244
+ "label": "Filter slot 1",
245
+ "description": "Trait reference for the first filter-row position. Format '@trait.<TraitName>' picks any trait declared on the orbital (typical use: date range picker); '@trait.EmptyTile' leaves the slot blank. Override THIS config to add, swap, remove, or reorder filter controls — never edit other traits.",
253
246
  "tier": "internal"
254
247
  },
255
- "tile8Trait": {
248
+ "filter3Trait": {
256
249
  "type": "trait",
257
250
  "default": "@trait.EmptyTile",
258
- "label": "Tile slot 8",
259
- "description": "Trait reference for grid cell 8. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
251
+ "label": "Filter slot 3",
252
+ "description": "Trait reference for the third filter-row position. Format '@trait.<TraitName>' picks any trait declared on the orbital (typical use: dropdown filter); '@trait.EmptyTile' leaves the slot blank. Override THIS config to add, swap, remove, or reorder filter controls — never edit other traits.",
260
253
  "tier": "internal"
261
254
  },
262
- "toolbar2Trait": {
255
+ "tile11Trait": {
263
256
  "type": "trait",
264
257
  "default": "@trait.EmptyTile",
265
- "label": "Toolbar slot 2",
266
- "description": "Trait reference for the second top-right toolbar tile. Format '@trait.<TraitName>' picks any trait declared on the orbital (typical use: share action); '@trait.EmptyTile' leaves the slot blank. Override THIS config to swap, remove, or reorder toolbar tiles — never edit other traits.",
258
+ "label": "Tile slot 11",
259
+ "description": "Trait reference for grid cell 11. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
267
260
  "tier": "internal"
268
261
  },
269
- "tile9Trait": {
262
+ "filter2Trait": {
270
263
  "type": "trait",
271
264
  "default": "@trait.EmptyTile",
272
- "label": "Tile slot 9",
273
- "description": "Trait reference for grid cell 9. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
265
+ "label": "Filter slot 2",
266
+ "description": "Trait reference for the second filter-row position. Format '@trait.<TraitName>' picks any trait declared on the orbital (typical use: search input); '@trait.EmptyTile' leaves the slot blank. Override THIS config to add, swap, remove, or reorder filter controls — never edit other traits.",
274
267
  "tier": "internal"
275
268
  },
276
- "tile6Trait": {
269
+ "toolbar1Trait": {
277
270
  "type": "trait",
278
271
  "default": "@trait.EmptyTile",
279
- "label": "Tile slot 6",
280
- "description": "Trait reference for grid cell 6. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
272
+ "label": "Toolbar slot 1",
273
+ "description": "Trait reference for the first top-right toolbar tile. Format '@trait.<TraitName>' picks any trait declared on the orbital (typical use: export action); '@trait.EmptyTile' leaves the slot blank. Override THIS config to swap, remove, or reorder toolbar tiles — never edit other traits.",
281
274
  "tier": "internal"
282
275
  },
283
- "tile11Trait": {
276
+ "minTileWidth": {
277
+ "type": "number",
278
+ "default": 320.0,
279
+ "label": "Tile min width",
280
+ "description": "Minimum pixel width per tile before the grid re-flows",
281
+ "tier": "presentation"
282
+ },
283
+ "tile5Trait": {
284
284
  "type": "trait",
285
285
  "default": "@trait.EmptyTile",
286
- "label": "Tile slot 11",
287
- "description": "Trait reference for grid cell 11. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
286
+ "label": "Tile slot 5",
287
+ "description": "Trait reference for grid cell 5. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
288
288
  "tier": "internal"
289
289
  }
290
290
  },