@almadar/std 14.25.0 → 14.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (431) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  25. package/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  28. package/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  30. package/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  33. package/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  37. package/behaviors/registry/app/atoms/std-donor.orb +440 -153
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  39. package/behaviors/registry/app/atoms/std-driver.orb +477 -492
  40. package/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  42. package/behaviors/registry/app/atoms/std-event.orb +467 -669
  43. package/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  44. package/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  45. package/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  47. package/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  49. package/behaviors/registry/app/atoms/std-lease.orb +508 -184
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  52. package/behaviors/registry/app/atoms/std-matter.orb +482 -336
  53. package/behaviors/registry/app/atoms/std-membership.orb +521 -113
  54. package/behaviors/registry/app/atoms/std-menu.orb +766 -174
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  60. package/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  66. package/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  68. package/behaviors/registry/app/atoms/std-segment.orb +367 -113
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  70. package/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  71. package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  75. package/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  79. package/behaviors/registry/app/atoms/std-trial.orb +423 -337
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  83. package/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  85. package/behaviors/registry/app/molecules/std-application.orb +168 -253
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  87. package/behaviors/registry/app/molecules/std-cart.orb +82 -76
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  92. package/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  97. package/behaviors/registry/app/organisms/std-cms.orb +315 -315
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  100. package/behaviors/registry/app/organisms/std-crm.orb +265 -265
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  106. package/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  110. package/behaviors/registry/app/organisms/std-forum.orb +150 -150
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  114. package/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  117. package/behaviors/registry/app/organisms/std-listings.orb +147 -147
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  122. package/behaviors/registry/app/organisms/std-notes.orb +112 -112
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  131. package/behaviors/registry/app/organisms/std-survey.orb +129 -129
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  134. package/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  137. package/behaviors/registry/core/atoms/std-browse.orb +58 -58
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  139. package/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  142. package/behaviors/registry/core/atoms/std-display.orb +1 -1
  143. package/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  145. package/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  146. package/behaviors/registry/core/atoms/std-filter.orb +12 -12
  147. package/behaviors/registry/core/atoms/std-flag.orb +95 -95
  148. package/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  153. package/behaviors/registry/core/atoms/std-modal.orb +20 -20
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  155. package/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  156. package/behaviors/registry/core/atoms/std-push.orb +38 -38
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  159. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  162. package/behaviors/registry/core/atoms/std-search.orb +9 -9
  163. package/behaviors/registry/core/atoms/std-selection.orb +77 -77
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  165. package/behaviors/registry/core/atoms/std-stats.orb +104 -104
  166. package/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  168. package/behaviors/registry/core/atoms/std-thread.orb +56 -56
  169. package/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  177. package/behaviors/registry/core/molecules/std-list.orb +71 -71
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  191. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  192. package/behaviors/registry/game/atoms/std-timer.orb +266 -266
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  203. package/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  204. package/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  208. package/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  216. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  217. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  218. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  219. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  220. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  221. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  222. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  223. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  224. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  225. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  226. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  227. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  228. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  229. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  230. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  231. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  232. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  233. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  234. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  235. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  236. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  237. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  238. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  239. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  240. package/dist/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  241. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  242. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  243. package/dist/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  244. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  245. package/dist/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  246. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  247. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  248. package/dist/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  249. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  250. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  251. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  252. package/dist/behaviors/registry/app/atoms/std-donor.orb +440 -153
  253. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  254. package/dist/behaviors/registry/app/atoms/std-driver.orb +477 -492
  255. package/dist/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  256. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  257. package/dist/behaviors/registry/app/atoms/std-event.orb +467 -669
  258. package/dist/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  259. package/dist/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  260. package/dist/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  261. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  262. package/dist/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  263. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  264. package/dist/behaviors/registry/app/atoms/std-lease.orb +508 -184
  265. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  266. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  267. package/dist/behaviors/registry/app/atoms/std-matter.orb +482 -336
  268. package/dist/behaviors/registry/app/atoms/std-membership.orb +521 -113
  269. package/dist/behaviors/registry/app/atoms/std-menu.orb +766 -174
  270. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  271. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  272. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  273. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  274. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  275. package/dist/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  276. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  277. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  278. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  279. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  280. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  281. package/dist/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  282. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  283. package/dist/behaviors/registry/app/atoms/std-segment.orb +367 -113
  284. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  285. package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  286. package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  287. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  288. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  289. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  290. package/dist/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  291. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  292. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  293. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  294. package/dist/behaviors/registry/app/atoms/std-trial.orb +423 -337
  295. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  296. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  297. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  298. package/dist/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  299. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  300. package/dist/behaviors/registry/app/molecules/std-application.orb +168 -253
  301. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  302. package/dist/behaviors/registry/app/molecules/std-cart.orb +82 -76
  303. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  304. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  305. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  306. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  307. package/dist/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  308. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  309. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  310. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  311. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  312. package/dist/behaviors/registry/app/organisms/std-cms.orb +315 -315
  313. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  314. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  315. package/dist/behaviors/registry/app/organisms/std-crm.orb +265 -265
  316. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  317. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  318. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  319. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  320. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  321. package/dist/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  322. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  323. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  324. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  325. package/dist/behaviors/registry/app/organisms/std-forum.orb +150 -150
  326. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  327. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  328. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  329. package/dist/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  330. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  331. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  332. package/dist/behaviors/registry/app/organisms/std-listings.orb +147 -147
  333. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  334. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  335. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  336. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  337. package/dist/behaviors/registry/app/organisms/std-notes.orb +112 -112
  338. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  339. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  340. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  341. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  342. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  343. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  344. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  345. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  346. package/dist/behaviors/registry/app/organisms/std-survey.orb +129 -129
  347. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  348. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  349. package/dist/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  350. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  351. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  352. package/dist/behaviors/registry/core/atoms/std-browse.orb +58 -58
  353. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  354. package/dist/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  355. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  356. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  357. package/dist/behaviors/registry/core/atoms/std-display.orb +1 -1
  358. package/dist/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  359. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  360. package/dist/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  361. package/dist/behaviors/registry/core/atoms/std-filter.orb +12 -12
  362. package/dist/behaviors/registry/core/atoms/std-flag.orb +95 -95
  363. package/dist/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  364. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  365. package/dist/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  366. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  367. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  368. package/dist/behaviors/registry/core/atoms/std-modal.orb +20 -20
  369. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  370. package/dist/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  371. package/dist/behaviors/registry/core/atoms/std-push.orb +38 -38
  372. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  373. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  374. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  375. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  376. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  377. package/dist/behaviors/registry/core/atoms/std-search.orb +9 -9
  378. package/dist/behaviors/registry/core/atoms/std-selection.orb +77 -77
  379. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  380. package/dist/behaviors/registry/core/atoms/std-stats.orb +104 -104
  381. package/dist/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  382. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  383. package/dist/behaviors/registry/core/atoms/std-thread.orb +56 -56
  384. package/dist/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  385. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  386. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  387. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  388. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  389. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  390. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  391. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  392. package/dist/behaviors/registry/core/molecules/std-list.orb +71 -71
  393. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  394. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  395. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  396. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  397. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  398. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  399. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  400. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  401. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  402. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  403. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  404. package/dist/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  405. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  406. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  407. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -266
  408. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  409. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  410. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  411. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  412. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  413. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  414. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  415. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  416. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  417. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  418. package/dist/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  419. package/dist/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  420. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  421. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  422. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  423. package/dist/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  424. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  425. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  426. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  427. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  428. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  429. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  430. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  431. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "std-approval-request",
3
3
  "version": "1.0.0",
4
- "description": "std-approval-request — Generic approval step primitive for routing a target (timesheet, expense, PTO, etc.) through requestor + approver decisions.",
4
+ "description": "std-approval-request — generic approval step for routing a target (timesheet, expense, PTO, etc.) through requestor + approver decisions. Lists requests in `browsing`; opens detail in `viewing_single` with Approve / Reject / Request Info / Withdraw actions.",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "ApprovalRequestOrbital",
@@ -100,58 +100,7 @@
100
100
  "linkedEntity": "ApprovalRequest",
101
101
  "emits": [
102
102
  {
103
- "event": "VIEW",
104
- "payloadSchema": [
105
- {
106
- "name": "id",
107
- "type": "string",
108
- "required": true
109
- },
110
- {
111
- "name": "source",
112
- "type": "string"
113
- }
114
- ]
115
- },
116
- {
117
- "event": "EDIT",
118
- "payloadSchema": [
119
- {
120
- "name": "id",
121
- "type": "string",
122
- "required": true
123
- },
124
- {
125
- "name": "source",
126
- "type": "string"
127
- }
128
- ]
129
- },
130
- {
131
- "event": "CREATE",
132
- "payloadSchema": [
133
- {
134
- "name": "source",
135
- "type": "string"
136
- }
137
- ]
138
- },
139
- {
140
- "event": "REQUEST_DELETE",
141
- "payloadSchema": [
142
- {
143
- "name": "id",
144
- "type": "string",
145
- "required": true
146
- },
147
- {
148
- "name": "source",
149
- "type": "string"
150
- }
151
- ]
152
- },
153
- {
154
- "event": "APPROVE",
103
+ "event": "OPEN_REQUEST",
155
104
  "payloadSchema": [
156
105
  {
157
106
  "name": "id",
@@ -213,64 +162,25 @@
213
162
  ]
214
163
  },
215
164
  {
216
- "event": "REJECT",
165
+ "event": "CLOSE_REQUEST"
166
+ },
167
+ {
168
+ "event": "APPROVE",
217
169
  "payloadSchema": [
218
170
  {
219
171
  "name": "id",
220
172
  "type": "string",
221
173
  "required": true
222
- },
223
- {
224
- "name": "row.id",
225
- "type": "string",
226
- "required": true
227
- },
228
- {
229
- "name": "row.title",
230
- "type": "string",
231
- "required": true
232
- },
233
- {
234
- "name": "row.targetType",
235
- "type": "string"
236
- },
237
- {
238
- "name": "row.targetId",
239
- "type": "string",
240
- "required": true
241
- },
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "event": "REJECT",
179
+ "payloadSchema": [
242
180
  {
243
- "name": "row.requestedBy",
181
+ "name": "id",
244
182
  "type": "string",
245
183
  "required": true
246
- },
247
- {
248
- "name": "row.requestedAt",
249
- "type": "string"
250
- },
251
- {
252
- "name": "row.assignedApprover",
253
- "type": "string"
254
- },
255
- {
256
- "name": "row.approverDecision",
257
- "type": "string"
258
- },
259
- {
260
- "name": "row.decidedAt",
261
- "type": "string"
262
- },
263
- {
264
- "name": "row.comment",
265
- "type": "string"
266
- },
267
- {
268
- "name": "row.status",
269
- "type": "string"
270
- },
271
- {
272
- "name": "row.pendingId",
273
- "type": "string"
274
184
  }
275
185
  ]
276
186
  },
@@ -281,58 +191,6 @@
281
191
  "name": "id",
282
192
  "type": "string",
283
193
  "required": true
284
- },
285
- {
286
- "name": "row.id",
287
- "type": "string",
288
- "required": true
289
- },
290
- {
291
- "name": "row.title",
292
- "type": "string",
293
- "required": true
294
- },
295
- {
296
- "name": "row.targetType",
297
- "type": "string"
298
- },
299
- {
300
- "name": "row.targetId",
301
- "type": "string",
302
- "required": true
303
- },
304
- {
305
- "name": "row.requestedBy",
306
- "type": "string",
307
- "required": true
308
- },
309
- {
310
- "name": "row.requestedAt",
311
- "type": "string"
312
- },
313
- {
314
- "name": "row.assignedApprover",
315
- "type": "string"
316
- },
317
- {
318
- "name": "row.approverDecision",
319
- "type": "string"
320
- },
321
- {
322
- "name": "row.decidedAt",
323
- "type": "string"
324
- },
325
- {
326
- "name": "row.comment",
327
- "type": "string"
328
- },
329
- {
330
- "name": "row.status",
331
- "type": "string"
332
- },
333
- {
334
- "name": "row.pendingId",
335
- "type": "string"
336
194
  }
337
195
  ]
338
196
  },
@@ -343,58 +201,6 @@
343
201
  "name": "id",
344
202
  "type": "string",
345
203
  "required": true
346
- },
347
- {
348
- "name": "row.id",
349
- "type": "string",
350
- "required": true
351
- },
352
- {
353
- "name": "row.title",
354
- "type": "string",
355
- "required": true
356
- },
357
- {
358
- "name": "row.targetType",
359
- "type": "string"
360
- },
361
- {
362
- "name": "row.targetId",
363
- "type": "string",
364
- "required": true
365
- },
366
- {
367
- "name": "row.requestedBy",
368
- "type": "string",
369
- "required": true
370
- },
371
- {
372
- "name": "row.requestedAt",
373
- "type": "string"
374
- },
375
- {
376
- "name": "row.assignedApprover",
377
- "type": "string"
378
- },
379
- {
380
- "name": "row.approverDecision",
381
- "type": "string"
382
- },
383
- {
384
- "name": "row.decidedAt",
385
- "type": "string"
386
- },
387
- {
388
- "name": "row.comment",
389
- "type": "string"
390
- },
391
- {
392
- "name": "row.status",
393
- "type": "string"
394
- },
395
- {
396
- "name": "row.pendingId",
397
- "type": "string"
398
204
  }
399
205
  ]
400
206
  },
@@ -428,7 +234,10 @@
428
234
  "isInitial": true
429
235
  },
430
236
  {
431
- "name": "viewing"
237
+ "name": "browsing"
238
+ },
239
+ {
240
+ "name": "viewing_single"
432
241
  },
433
242
  {
434
243
  "name": "error"
@@ -464,69 +273,23 @@
464
273
  ]
465
274
  },
466
275
  {
467
- "key": "REFRESH",
468
- "name": "Refresh",
469
- "payloadSchema": [
470
- {
471
- "name": "source",
472
- "type": "string"
473
- }
474
- ]
475
- },
476
- {
477
- "key": "SEARCH",
478
- "name": "Search",
479
- "payloadSchema": [
480
- {
481
- "name": "query",
482
- "type": "string"
483
- }
484
- ]
485
- },
486
- {
487
- "key": "FILTER_STATUS",
488
- "name": "Filter Status",
489
- "payloadSchema": [
490
- {
491
- "name": "status",
492
- "type": "string"
493
- }
494
- ]
495
- },
496
- {
497
- "key": "FILTER_TYPE",
498
- "name": "Filter Type",
499
- "payloadSchema": [
500
- {
501
- "name": "targetType",
502
- "type": "string"
503
- }
504
- ]
505
- },
506
- {
507
- "key": "CREATE",
508
- "name": "Create",
509
- "payloadSchema": [
510
- {
511
- "name": "source",
512
- "type": "string"
513
- }
514
- ]
515
- },
516
- {
517
- "key": "VIEW",
518
- "name": "View",
276
+ "key": "OPEN_REQUEST",
277
+ "name": "Open Request",
519
278
  "payloadSchema": [
520
279
  {
521
280
  "name": "id",
522
281
  "type": "string",
523
282
  "required": true
283
+ },
284
+ {
285
+ "name": "row",
286
+ "type": "ApprovalRequest"
524
287
  }
525
288
  ]
526
289
  },
527
290
  {
528
- "key": "EDIT",
529
- "name": "Edit",
291
+ "key": "WITHDRAW",
292
+ "name": "Withdraw",
530
293
  "payloadSchema": [
531
294
  {
532
295
  "name": "id",
@@ -535,6 +298,10 @@
535
298
  }
536
299
  ]
537
300
  },
301
+ {
302
+ "key": "CLOSE_REQUEST",
303
+ "name": "Close Request"
304
+ },
538
305
  {
539
306
  "key": "APPROVE",
540
307
  "name": "Approve",
@@ -567,31 +334,9 @@
567
334
  "required": true
568
335
  }
569
336
  ]
570
- },
571
- {
572
- "key": "WITHDRAW",
573
- "name": "Withdraw",
574
- "payloadSchema": [
575
- {
576
- "name": "id",
577
- "type": "string",
578
- "required": true
579
- }
580
- ]
581
- },
582
- {
583
- "key": "REQUEST_DELETE",
584
- "name": "Request Delete",
585
- "payloadSchema": [
586
- {
587
- "name": "id",
588
- "type": "string",
589
- "required": true
590
- }
591
- ]
592
- }
593
- ],
594
- "transitions": [
337
+ }
338
+ ],
339
+ "transitions": [
595
340
  {
596
341
  "from": "loading",
597
342
  "to": "loading",
@@ -602,8 +347,8 @@
602
347
  "ApprovalRequest",
603
348
  {
604
349
  "emit": {
605
- "failure": "ApprovalRequestLoadFailed",
606
- "success": "ApprovalRequestLoaded"
350
+ "success": "ApprovalRequestLoaded",
351
+ "failure": "ApprovalRequestLoadFailed"
607
352
  }
608
353
  }
609
354
  ],
@@ -611,19 +356,19 @@
611
356
  "render-ui",
612
357
  "main",
613
358
  {
614
- "type": "stack",
615
- "direction": "vertical",
616
359
  "children": [
617
360
  {
618
361
  "type": "spinner"
619
362
  },
620
363
  {
621
364
  "variant": "caption",
622
- "type": "typography",
365
+ "content": "Loading approval requests…",
623
366
  "color": "muted",
624
- "content": "Loading approval requests…"
367
+ "type": "typography"
625
368
  }
626
369
  ],
370
+ "direction": "vertical",
371
+ "type": "stack",
627
372
  "align": "center",
628
373
  "className": "py-12",
629
374
  "gap": "md"
@@ -633,266 +378,412 @@
633
378
  },
634
379
  {
635
380
  "from": "loading",
636
- "to": "viewing",
381
+ "to": "browsing",
637
382
  "event": "ApprovalRequestLoaded",
638
383
  "effects": [
639
384
  [
640
385
  "render-ui",
641
386
  "main",
642
387
  {
643
- "type": "stack",
644
388
  "direction": "vertical",
389
+ "gap": "md",
390
+ "type": "stack",
645
391
  "children": [
646
392
  {
647
- "type": "stack",
648
393
  "direction": "horizontal",
394
+ "type": "stack",
649
395
  "gap": "sm",
396
+ "align": "center",
650
397
  "children": [
651
398
  {
652
399
  "name": "check-circle",
653
400
  "type": "icon"
654
401
  },
655
402
  {
403
+ "variant": "h3",
656
404
  "type": "typography",
657
- "content": "@config.title",
658
- "variant": "h3"
659
- },
660
- {
661
- "action": "CREATE",
662
- "variant": "primary",
663
- "label": "New Approval Request",
664
- "type": "button"
405
+ "content": "@config.title"
665
406
  }
666
- ],
667
- "align": "center"
407
+ ]
668
408
  },
669
409
  {
670
- "currentStep": 1.0,
671
- "type": "wizard-progress",
672
- "steps": [
410
+ "children": [
673
411
  {
674
- "title": "Submitted",
675
- "id": "submitted"
412
+ "icon": "inbox",
413
+ "value": "@payload.data.length",
414
+ "type": "stat-display",
415
+ "label": "Total requests"
676
416
  },
677
417
  {
678
- "id": "review",
679
- "title": "Review"
418
+ "value": "14",
419
+ "icon": "clock",
420
+ "type": "stat-display",
421
+ "label": "Pending"
680
422
  },
681
423
  {
682
- "id": "decision",
683
- "title": "Decision"
424
+ "icon": "check-circle",
425
+ "type": "stat-display",
426
+ "label": "Approved",
427
+ "value": "82%"
684
428
  },
685
429
  {
686
- "id": "closed",
687
- "title": "Closed"
688
- }
689
- ]
690
- },
691
- {
692
- "type": "stack",
693
- "align": "center",
694
- "children": [
695
- {
696
- "currentTurn": 2.0,
697
- "phase": "Review",
698
- "type": "turn-indicator",
699
- "size": "md",
700
- "activeTeam": "Approver",
701
- "maxTurns": 4.0
702
- },
703
- {
704
- "direction": "up",
705
- "showValue": true,
706
- "label": "Approval rate trend",
707
- "type": "trend-indicator",
708
- "value": 12.5,
709
- "size": "md"
430
+ "label": "Avg cycle",
431
+ "value": "1.4 days",
432
+ "type": "stat-display",
433
+ "icon": "timer"
710
434
  }
711
435
  ],
712
- "direction": "horizontal",
713
- "gap": "md"
436
+ "type": "simple-grid",
437
+ "cols": 4.0
714
438
  },
715
439
  {
716
- "maxTurns": 4.0,
717
- "type": "turn-panel",
718
- "phase": "Review",
719
- "actions": [
720
- {
721
- "label": "Approve",
722
- "event": "APPROVE",
723
- "variant": "primary"
724
- },
725
- {
726
- "variant": "danger",
727
- "label": "Reject",
728
- "event": "REJECT"
729
- }
730
- ],
731
- "activeTeam": "Approver",
732
- "currentTurn": 2.0
440
+ "type": "divider"
733
441
  },
734
442
  {
443
+ "cols": 1.0,
735
444
  "fields": [
736
445
  {
446
+ "label": "Title",
737
447
  "name": "title",
738
- "label": "Step"
448
+ "variant": "caption"
739
449
  },
740
450
  {
741
- "label": "Date",
742
- "name": "date"
451
+ "name": "targetType",
452
+ "label": "Target",
453
+ "variant": "badge"
454
+ },
455
+ {
456
+ "label": "Requested By",
457
+ "variant": "caption",
458
+ "name": "requestedBy"
459
+ },
460
+ {
461
+ "name": "assignedApprover",
462
+ "variant": "caption",
463
+ "label": "Approver"
464
+ },
465
+ {
466
+ "name": "approverDecision",
467
+ "variant": "badge",
468
+ "label": "Decision"
743
469
  },
744
470
  {
745
471
  "label": "Status",
472
+ "variant": "badge",
746
473
  "name": "status"
747
474
  },
748
475
  {
749
- "label": "Notes",
750
- "name": "description"
476
+ "label": "Decided",
477
+ "variant": "caption",
478
+ "name": "decidedAt"
479
+ }
480
+ ],
481
+ "gap": "sm",
482
+ "itemActions": [
483
+ {
484
+ "label": "Open",
485
+ "icon": "arrow-right",
486
+ "event": "OPEN_REQUEST",
487
+ "variant": "primary"
488
+ },
489
+ {
490
+ "event": "WITHDRAW",
491
+ "label": "Withdraw",
492
+ "variant": "danger"
751
493
  }
752
494
  ],
753
- "items": [
495
+ "type": "data-grid",
496
+ "entity": "@payload.data"
497
+ }
498
+ ]
499
+ }
500
+ ]
501
+ ]
502
+ },
503
+ {
504
+ "from": "loading",
505
+ "to": "error",
506
+ "event": "ApprovalRequestLoadFailed",
507
+ "effects": [
508
+ [
509
+ "render-ui",
510
+ "main",
511
+ {
512
+ "message": "@payload.message",
513
+ "variant": "error",
514
+ "type": "alert"
515
+ }
516
+ ]
517
+ ]
518
+ },
519
+ {
520
+ "from": "browsing",
521
+ "to": "viewing_single",
522
+ "event": "OPEN_REQUEST",
523
+ "effects": [
524
+ [
525
+ "set",
526
+ "@entity.id",
527
+ "@payload.row.id"
528
+ ],
529
+ [
530
+ "set",
531
+ "@entity.title",
532
+ "@payload.row.title"
533
+ ],
534
+ [
535
+ "set",
536
+ "@entity.targetType",
537
+ "@payload.row.targetType"
538
+ ],
539
+ [
540
+ "set",
541
+ "@entity.targetId",
542
+ "@payload.row.targetId"
543
+ ],
544
+ [
545
+ "set",
546
+ "@entity.requestedBy",
547
+ "@payload.row.requestedBy"
548
+ ],
549
+ [
550
+ "set",
551
+ "@entity.requestedAt",
552
+ "@payload.row.requestedAt"
553
+ ],
554
+ [
555
+ "set",
556
+ "@entity.assignedApprover",
557
+ "@payload.row.assignedApprover"
558
+ ],
559
+ [
560
+ "set",
561
+ "@entity.approverDecision",
562
+ "@payload.row.approverDecision"
563
+ ],
564
+ [
565
+ "set",
566
+ "@entity.decidedAt",
567
+ "@payload.row.decidedAt"
568
+ ],
569
+ [
570
+ "set",
571
+ "@entity.comment",
572
+ "@payload.row.comment"
573
+ ],
574
+ [
575
+ "set",
576
+ "@entity.status",
577
+ "@payload.row.status"
578
+ ],
579
+ [
580
+ "render-ui",
581
+ "main",
582
+ {
583
+ "type": "stack",
584
+ "children": [
585
+ {
586
+ "children": [
754
587
  {
755
- "date": "2026-05-08",
756
- "description": "Request submitted",
757
- "status": "completed",
758
- "id": "submitted",
759
- "title": "Submitted"
588
+ "variant": "ghost",
589
+ "type": "button",
590
+ "label": "Back",
591
+ "action": "CLOSE_REQUEST"
760
592
  },
761
593
  {
762
- "date": "2026-05-09",
763
- "id": "assigned",
764
- "status": "completed",
765
- "description": "Approver assigned",
766
- "title": "Assigned"
594
+ "name": "check-circle",
595
+ "type": "icon"
596
+ },
597
+ {
598
+ "variant": "h3",
599
+ "type": "typography",
600
+ "content": "@entity.title"
767
601
  },
768
602
  {
769
- "title": "Review",
770
- "status": "current",
771
- "description": "Approver reviewing",
772
- "date": "2026-05-11",
773
- "id": "review"
603
+ "type": "badge",
604
+ "variant": "default",
605
+ "label": "@entity.status"
774
606
  },
775
607
  {
776
- "id": "decision",
777
- "title": "Decision",
778
- "description": "Pending decision",
779
- "status": "upcoming",
780
- "date": "2026-05-12"
608
+ "variant": "primary",
609
+ "label": "@entity.approverDecision",
610
+ "type": "badge"
781
611
  }
782
612
  ],
783
- "type": "timeline",
784
- "title": "Approval Chronology"
613
+ "direction": "horizontal",
614
+ "gap": "sm",
615
+ "align": "center",
616
+ "type": "stack"
785
617
  },
786
618
  {
787
619
  "type": "divider"
788
620
  },
789
621
  {
790
- "entity": "@payload.data",
791
622
  "gap": "sm",
792
- "itemActions": [
793
- {
794
- "label": "View",
795
- "variant": "secondary",
796
- "event": "VIEW"
797
- },
623
+ "direction": "vertical",
624
+ "type": "stack",
625
+ "children": [
798
626
  {
799
- "event": "EDIT",
800
- "variant": "secondary",
801
- "label": "Edit"
627
+ "children": [
628
+ {
629
+ "type": "typography",
630
+ "variant": "caption",
631
+ "content": "Target",
632
+ "color": "muted"
633
+ },
634
+ {
635
+ "content": "@entity.targetType",
636
+ "type": "typography",
637
+ "variant": "body"
638
+ },
639
+ {
640
+ "content": "@entity.targetId",
641
+ "type": "typography",
642
+ "variant": "body"
643
+ }
644
+ ],
645
+ "direction": "horizontal",
646
+ "type": "stack",
647
+ "gap": "md"
802
648
  },
803
649
  {
804
- "variant": "primary",
805
- "label": "Approve",
806
- "event": "APPROVE"
650
+ "direction": "horizontal",
651
+ "type": "stack",
652
+ "children": [
653
+ {
654
+ "type": "typography",
655
+ "variant": "caption",
656
+ "content": "Requested by",
657
+ "color": "muted"
658
+ },
659
+ {
660
+ "type": "typography",
661
+ "variant": "body",
662
+ "content": "@entity.requestedBy"
663
+ }
664
+ ],
665
+ "gap": "md"
807
666
  },
808
667
  {
809
- "variant": "danger",
810
- "event": "REJECT",
811
- "label": "Reject"
668
+ "direction": "horizontal",
669
+ "gap": "md",
670
+ "type": "stack",
671
+ "children": [
672
+ {
673
+ "variant": "caption",
674
+ "type": "typography",
675
+ "color": "muted",
676
+ "content": "Approver"
677
+ },
678
+ {
679
+ "content": "@entity.assignedApprover",
680
+ "variant": "body",
681
+ "type": "typography"
682
+ }
683
+ ]
812
684
  },
813
685
  {
814
- "variant": "ghost",
815
- "event": "REQUEST_INFO",
816
- "label": "Request Info"
817
- },
686
+ "type": "stack",
687
+ "direction": "horizontal",
688
+ "gap": "md",
689
+ "children": [
690
+ {
691
+ "variant": "caption",
692
+ "color": "muted",
693
+ "type": "typography",
694
+ "content": "Comment"
695
+ },
696
+ {
697
+ "variant": "body",
698
+ "type": "typography",
699
+ "content": "@entity.comment"
700
+ }
701
+ ]
702
+ }
703
+ ]
704
+ },
705
+ {
706
+ "type": "divider"
707
+ },
708
+ {
709
+ "children": [
818
710
  {
819
- "variant": "ghost",
820
- "event": "WITHDRAW",
821
- "label": "Withdraw"
711
+ "icon": "calendar",
712
+ "type": "stat-display",
713
+ "label": "Requested at",
714
+ "value": "@entity.requestedAt"
822
715
  },
823
716
  {
824
- "variant": "danger",
825
- "label": "Delete",
826
- "event": "REQUEST_DELETE"
717
+ "label": "Decided at",
718
+ "icon": "calendar-check",
719
+ "type": "stat-display",
720
+ "value": "@entity.decidedAt"
827
721
  }
828
722
  ],
829
- "fields": [
830
- {
831
- "name": "title",
832
- "label": "Title",
833
- "variant": "caption"
834
- },
835
- {
836
- "name": "targetType",
837
- "variant": "badge",
838
- "label": "Target"
839
- },
840
- {
841
- "label": "Requested By",
842
- "variant": "caption",
843
- "name": "requestedBy"
844
- },
723
+ "type": "simple-grid",
724
+ "cols": 2.0
725
+ },
726
+ {
727
+ "align": "center",
728
+ "type": "stack",
729
+ "gap": "sm",
730
+ "direction": "horizontal",
731
+ "children": [
845
732
  {
846
- "name": "assignedApprover",
847
- "label": "Approver",
848
- "variant": "caption"
733
+ "label": "Approve",
734
+ "type": "button",
735
+ "action": "APPROVE",
736
+ "variant": "primary",
737
+ "actionPayload": {
738
+ "id": "@entity.id"
739
+ }
849
740
  },
850
741
  {
851
- "variant": "badge",
852
- "name": "approverDecision",
853
- "label": "Decision"
742
+ "type": "button",
743
+ "actionPayload": {
744
+ "id": "@entity.id"
745
+ },
746
+ "action": "REJECT",
747
+ "variant": "danger",
748
+ "label": "Reject"
854
749
  },
855
750
  {
856
- "variant": "badge",
857
- "name": "status",
858
- "label": "Status"
751
+ "actionPayload": {
752
+ "id": "@entity.id"
753
+ },
754
+ "action": "REQUEST_INFO",
755
+ "label": "Request Info",
756
+ "type": "button",
757
+ "variant": "secondary"
859
758
  },
860
759
  {
861
- "label": "Decided",
862
- "name": "decidedAt",
863
- "variant": "caption"
760
+ "action": "WITHDRAW",
761
+ "type": "button",
762
+ "label": "Withdraw",
763
+ "actionPayload": {
764
+ "id": "@entity.id"
765
+ },
766
+ "variant": "ghost"
864
767
  }
865
- ],
866
- "cols": 1.0,
867
- "type": "data-grid"
768
+ ]
868
769
  }
869
770
  ],
870
- "gap": "md"
871
- }
872
- ]
873
- ]
874
- },
875
- {
876
- "from": "loading",
877
- "to": "error",
878
- "event": "ApprovalRequestLoadFailed",
879
- "effects": [
880
- [
881
- "render-ui",
882
- "main",
883
- {
884
- "type": "alert",
885
- "message": "@payload.message",
886
- "variant": "error"
771
+ "gap": "md",
772
+ "direction": "vertical"
887
773
  }
888
774
  ]
889
775
  ]
890
776
  },
891
777
  {
892
- "from": "viewing",
778
+ "from": "browsing",
893
779
  "to": "loading",
894
- "event": "REFRESH",
780
+ "event": "WITHDRAW",
895
781
  "effects": [
782
+ [
783
+ "set",
784
+ "@entity.id",
785
+ "@payload.id"
786
+ ],
896
787
  [
897
788
  "fetch",
898
789
  "ApprovalRequest",
@@ -907,38 +798,38 @@
907
798
  "render-ui",
908
799
  "main",
909
800
  {
910
- "type": "stack",
911
- "align": "center",
912
801
  "direction": "vertical",
913
- "className": "py-12",
914
802
  "children": [
915
803
  {
916
804
  "type": "spinner"
917
805
  },
918
806
  {
919
- "type": "typography",
807
+ "color": "muted",
808
+ "content": "Withdrawing request…",
920
809
  "variant": "caption",
921
- "content": "Refreshing approval requests…",
922
- "color": "muted"
810
+ "type": "typography"
923
811
  }
924
812
  ],
925
- "gap": "md"
813
+ "className": "py-12",
814
+ "align": "center",
815
+ "gap": "md",
816
+ "type": "stack"
926
817
  }
927
818
  ]
928
819
  ]
929
820
  },
930
821
  {
931
- "from": "viewing",
822
+ "from": "viewing_single",
932
823
  "to": "loading",
933
- "event": "SEARCH",
824
+ "event": "CLOSE_REQUEST",
934
825
  "effects": [
935
826
  [
936
827
  "fetch",
937
828
  "ApprovalRequest",
938
829
  {
939
830
  "emit": {
940
- "success": "ApprovalRequestLoaded",
941
- "failure": "ApprovalRequestLoadFailed"
831
+ "failure": "ApprovalRequestLoadFailed",
832
+ "success": "ApprovalRequestLoaded"
942
833
  }
943
834
  }
944
835
  ],
@@ -946,31 +837,36 @@
946
837
  "render-ui",
947
838
  "main",
948
839
  {
840
+ "type": "stack",
949
841
  "className": "py-12",
950
- "align": "center",
951
842
  "direction": "vertical",
843
+ "align": "center",
952
844
  "children": [
953
845
  {
954
846
  "type": "spinner"
955
847
  },
956
848
  {
957
- "color": "muted",
958
- "content": "Searching approval requests…",
849
+ "content": "Loading approval requests…",
959
850
  "type": "typography",
851
+ "color": "muted",
960
852
  "variant": "caption"
961
853
  }
962
854
  ],
963
- "type": "stack",
964
855
  "gap": "md"
965
856
  }
966
857
  ]
967
858
  ]
968
859
  },
969
860
  {
970
- "from": "viewing",
861
+ "from": "viewing_single",
971
862
  "to": "loading",
972
- "event": "FILTER_STATUS",
863
+ "event": "APPROVE",
973
864
  "effects": [
865
+ [
866
+ "set",
867
+ "@entity.id",
868
+ "@payload.id"
869
+ ],
974
870
  [
975
871
  "fetch",
976
872
  "ApprovalRequest",
@@ -990,33 +886,38 @@
990
886
  "type": "spinner"
991
887
  },
992
888
  {
889
+ "type": "typography",
890
+ "content": "Recording approval…",
993
891
  "variant": "caption",
994
- "color": "muted",
995
- "content": "Filtering approval requests…",
996
- "type": "typography"
892
+ "color": "muted"
997
893
  }
998
894
  ],
999
- "direction": "vertical",
895
+ "type": "stack",
1000
896
  "gap": "md",
1001
- "className": "py-12",
1002
897
  "align": "center",
1003
- "type": "stack"
898
+ "className": "py-12",
899
+ "direction": "vertical"
1004
900
  }
1005
901
  ]
1006
902
  ]
1007
903
  },
1008
904
  {
1009
- "from": "viewing",
905
+ "from": "viewing_single",
1010
906
  "to": "loading",
1011
- "event": "FILTER_TYPE",
907
+ "event": "REJECT",
1012
908
  "effects": [
909
+ [
910
+ "set",
911
+ "@entity.id",
912
+ "@payload.id"
913
+ ],
1013
914
  [
1014
915
  "fetch",
1015
916
  "ApprovalRequest",
1016
917
  {
1017
918
  "emit": {
1018
- "success": "ApprovalRequestLoaded",
1019
- "failure": "ApprovalRequestLoadFailed"
919
+ "failure": "ApprovalRequestLoadFailed",
920
+ "success": "ApprovalRequestLoaded"
1020
921
  }
1021
922
  }
1022
923
  ],
@@ -1024,109 +925,30 @@
1024
925
  "render-ui",
1025
926
  "main",
1026
927
  {
1027
- "direction": "vertical",
1028
928
  "className": "py-12",
1029
- "align": "center",
1030
- "type": "stack",
1031
929
  "children": [
1032
930
  {
1033
931
  "type": "spinner"
1034
932
  },
1035
933
  {
1036
- "content": "Filtering approval requests…",
934
+ "variant": "caption",
935
+ "content": "Recording rejection…",
1037
936
  "color": "muted",
1038
- "type": "typography",
1039
- "variant": "caption"
937
+ "type": "typography"
1040
938
  }
1041
939
  ],
1042
- "gap": "md"
1043
- }
1044
- ]
1045
- ]
1046
- },
1047
- {
1048
- "from": "viewing",
1049
- "to": "viewing",
1050
- "event": "CREATE",
1051
- "effects": [
1052
- [
1053
- "render-ui",
1054
- "main",
1055
- {
1056
- "variant": "info",
1057
- "message": "Creating new approval request",
1058
- "type": "alert"
1059
- }
1060
- ]
1061
- ]
1062
- },
1063
- {
1064
- "from": "viewing",
1065
- "to": "viewing",
1066
- "event": "VIEW",
1067
- "effects": [
1068
- [
1069
- "set",
1070
- "@entity.id",
1071
- "@payload.id"
1072
- ],
1073
- [
1074
- "render-ui",
1075
- "main",
1076
- {
1077
- "type": "alert",
1078
- "message": "Viewing approval request",
1079
- "variant": "info"
1080
- }
1081
- ]
1082
- ]
1083
- },
1084
- {
1085
- "from": "viewing",
1086
- "to": "viewing",
1087
- "event": "EDIT",
1088
- "effects": [
1089
- [
1090
- "set",
1091
- "@entity.id",
1092
- "@payload.id"
1093
- ],
1094
- [
1095
- "render-ui",
1096
- "main",
1097
- {
1098
- "message": "Editing approval request",
1099
- "type": "alert",
1100
- "variant": "info"
1101
- }
1102
- ]
1103
- ]
1104
- },
1105
- {
1106
- "from": "viewing",
1107
- "to": "viewing",
1108
- "event": "APPROVE",
1109
- "effects": [
1110
- [
1111
- "set",
1112
- "@entity.id",
1113
- "@payload.id"
1114
- ],
1115
- [
1116
- "render-ui",
1117
- "main",
1118
- {
1119
- "message": "Approval recorded",
1120
- "type": "alert",
1121
- "variant": "success"
940
+ "direction": "vertical",
941
+ "gap": "md",
942
+ "type": "stack",
943
+ "align": "center"
1122
944
  }
1123
945
  ]
1124
946
  ]
1125
947
  },
1126
948
  {
1127
- "from": "viewing",
1128
- "to": "viewing",
1129
- "event": "REJECT",
949
+ "from": "viewing_single",
950
+ "to": "loading",
951
+ "event": "REQUEST_INFO",
1130
952
  "effects": [
1131
953
  [
1132
954
  "set",
@@ -1134,40 +956,42 @@
1134
956
  "@payload.id"
1135
957
  ],
1136
958
  [
1137
- "render-ui",
1138
- "main",
959
+ "fetch",
960
+ "ApprovalRequest",
1139
961
  {
1140
- "message": "Rejection recorded",
1141
- "type": "alert",
1142
- "variant": "warning"
962
+ "emit": {
963
+ "success": "ApprovalRequestLoaded",
964
+ "failure": "ApprovalRequestLoadFailed"
965
+ }
1143
966
  }
1144
- ]
1145
- ]
1146
- },
1147
- {
1148
- "from": "viewing",
1149
- "to": "viewing",
1150
- "event": "REQUEST_INFO",
1151
- "effects": [
1152
- [
1153
- "set",
1154
- "@entity.id",
1155
- "@payload.id"
1156
967
  ],
1157
968
  [
1158
969
  "render-ui",
1159
970
  "main",
1160
971
  {
1161
- "message": "More information requested",
1162
- "variant": "info",
1163
- "type": "alert"
972
+ "children": [
973
+ {
974
+ "type": "spinner"
975
+ },
976
+ {
977
+ "variant": "caption",
978
+ "content": "Requesting more info…",
979
+ "type": "typography",
980
+ "color": "muted"
981
+ }
982
+ ],
983
+ "className": "py-12",
984
+ "gap": "md",
985
+ "type": "stack",
986
+ "align": "center",
987
+ "direction": "vertical"
1164
988
  }
1165
989
  ]
1166
990
  ]
1167
991
  },
1168
992
  {
1169
- "from": "viewing",
1170
- "to": "viewing",
993
+ "from": "viewing_single",
994
+ "to": "loading",
1171
995
  "event": "WITHDRAW",
1172
996
  "effects": [
1173
997
  [
@@ -1176,33 +1000,35 @@
1176
1000
  "@payload.id"
1177
1001
  ],
1178
1002
  [
1179
- "render-ui",
1180
- "main",
1003
+ "fetch",
1004
+ "ApprovalRequest",
1181
1005
  {
1182
- "type": "alert",
1183
- "variant": "info",
1184
- "message": "Request withdrawn"
1006
+ "emit": {
1007
+ "failure": "ApprovalRequestLoadFailed",
1008
+ "success": "ApprovalRequestLoaded"
1009
+ }
1185
1010
  }
1186
- ]
1187
- ]
1188
- },
1189
- {
1190
- "from": "viewing",
1191
- "to": "viewing",
1192
- "event": "REQUEST_DELETE",
1193
- "effects": [
1194
- [
1195
- "set",
1196
- "@entity.id",
1197
- "@payload.id"
1198
1011
  ],
1199
1012
  [
1200
1013
  "render-ui",
1201
1014
  "main",
1202
1015
  {
1203
- "type": "alert",
1204
- "variant": "warning",
1205
- "message": "Delete requested"
1016
+ "children": [
1017
+ {
1018
+ "type": "spinner"
1019
+ },
1020
+ {
1021
+ "color": "muted",
1022
+ "content": "Withdrawing request…",
1023
+ "type": "typography",
1024
+ "variant": "caption"
1025
+ }
1026
+ ],
1027
+ "direction": "vertical",
1028
+ "className": "py-12",
1029
+ "type": "stack",
1030
+ "gap": "md",
1031
+ "align": "center"
1206
1032
  }
1207
1033
  ]
1208
1034
  ]
@@ -1217,8 +1043,8 @@
1217
1043
  "ApprovalRequest",
1218
1044
  {
1219
1045
  "emit": {
1220
- "failure": "ApprovalRequestLoadFailed",
1221
- "success": "ApprovalRequestLoaded"
1046
+ "success": "ApprovalRequestLoaded",
1047
+ "failure": "ApprovalRequestLoadFailed"
1222
1048
  }
1223
1049
  }
1224
1050
  ],
@@ -1226,8 +1052,8 @@
1226
1052
  "render-ui",
1227
1053
  "main",
1228
1054
  {
1229
- "size": "sm",
1230
- "type": "spinner"
1055
+ "type": "spinner",
1056
+ "size": "sm"
1231
1057
  }
1232
1058
  ]
1233
1059
  ]
@@ -1256,4 +1082,4 @@
1256
1082
  ]
1257
1083
  }
1258
1084
  ]
1259
- }
1085
+ }