@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-renewal-risk",
3
3
  "version": "1.0.0",
4
- "description": "std-renewal-risk — Customer Success renewal risk tracker for upcoming subscriptions with risk level, ARR, and CS action plan.",
4
+ "description": "std-renewal-risk — Customer Success renewal risk tracker. Lists at-risk accounts in `browsing`; opens detail in `viewing_single` with Mark Saved / Mark Churned actions.",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "RenewalRiskOrbital",
@@ -91,58 +91,7 @@
91
91
  "linkedEntity": "RenewalRisk",
92
92
  "emits": [
93
93
  {
94
- "event": "VIEW",
95
- "payloadSchema": [
96
- {
97
- "name": "id",
98
- "type": "string",
99
- "required": true
100
- },
101
- {
102
- "name": "source",
103
- "type": "string"
104
- }
105
- ]
106
- },
107
- {
108
- "event": "EDIT",
109
- "payloadSchema": [
110
- {
111
- "name": "id",
112
- "type": "string",
113
- "required": true
114
- },
115
- {
116
- "name": "source",
117
- "type": "string"
118
- }
119
- ]
120
- },
121
- {
122
- "event": "CREATE",
123
- "payloadSchema": [
124
- {
125
- "name": "source",
126
- "type": "string"
127
- }
128
- ]
129
- },
130
- {
131
- "event": "REQUEST_DELETE",
132
- "payloadSchema": [
133
- {
134
- "name": "id",
135
- "type": "string",
136
- "required": true
137
- },
138
- {
139
- "name": "source",
140
- "type": "string"
141
- }
142
- ]
143
- },
144
- {
145
- "event": "MARK_SAVED",
94
+ "event": "OPEN_RISK",
146
95
  "payloadSchema": [
147
96
  {
148
97
  "name": "id",
@@ -203,63 +152,25 @@
203
152
  ]
204
153
  },
205
154
  {
206
- "event": "MARK_CHURNED",
155
+ "event": "CLOSE_VIEW"
156
+ },
157
+ {
158
+ "event": "MARK_SAVED",
207
159
  "payloadSchema": [
208
160
  {
209
161
  "name": "id",
210
162
  "type": "string",
211
163
  "required": true
212
- },
213
- {
214
- "name": "row.id",
215
- "type": "string",
216
- "required": true
217
- },
218
- {
219
- "name": "row.customerId",
220
- "type": "string",
221
- "required": true
222
- },
223
- {
224
- "name": "row.customerName",
225
- "type": "string"
226
- },
164
+ }
165
+ ]
166
+ },
167
+ {
168
+ "event": "MARK_CHURNED",
169
+ "payloadSchema": [
227
170
  {
228
- "name": "row.renewalDate",
171
+ "name": "id",
229
172
  "type": "string",
230
173
  "required": true
231
- },
232
- {
233
- "name": "row.arrAmount",
234
- "type": "number"
235
- },
236
- {
237
- "name": "row.riskLevel",
238
- "type": "string"
239
- },
240
- {
241
- "name": "row.reason",
242
- "type": "string"
243
- },
244
- {
245
- "name": "row.mitigationPlan",
246
- "type": "string"
247
- },
248
- {
249
- "name": "row.status",
250
- "type": "string"
251
- },
252
- {
253
- "name": "row.assignedCsm",
254
- "type": "string"
255
- },
256
- {
257
- "name": "row.lastCheckIn",
258
- "type": "string"
259
- },
260
- {
261
- "name": "row.pendingId",
262
- "type": "string"
263
174
  }
264
175
  ]
265
176
  },
@@ -293,7 +204,10 @@
293
204
  "isInitial": true
294
205
  },
295
206
  {
296
- "name": "viewing"
207
+ "name": "browsing"
208
+ },
209
+ {
210
+ "name": "viewing_single"
297
211
  },
298
212
  {
299
213
  "name": "error"
@@ -329,74 +243,17 @@
329
243
  ]
330
244
  },
331
245
  {
332
- "key": "REFRESH",
333
- "name": "Refresh",
334
- "payloadSchema": [
335
- {
336
- "name": "source",
337
- "type": "string"
338
- }
339
- ]
340
- },
341
- {
342
- "key": "SEARCH",
343
- "name": "Search",
344
- "payloadSchema": [
345
- {
346
- "name": "query",
347
- "type": "string"
348
- }
349
- ]
350
- },
351
- {
352
- "key": "FILTER_RISK",
353
- "name": "Filter Risk",
354
- "payloadSchema": [
355
- {
356
- "name": "riskLevel",
357
- "type": "string"
358
- }
359
- ]
360
- },
361
- {
362
- "key": "FILTER_STATUS",
363
- "name": "Filter Status",
364
- "payloadSchema": [
365
- {
366
- "name": "status",
367
- "type": "string"
368
- }
369
- ]
370
- },
371
- {
372
- "key": "CREATE",
373
- "name": "Create",
374
- "payloadSchema": [
375
- {
376
- "name": "source",
377
- "type": "string"
378
- }
379
- ]
380
- },
381
- {
382
- "key": "VIEW",
383
- "name": "View",
246
+ "key": "OPEN_RISK",
247
+ "name": "Open Risk",
384
248
  "payloadSchema": [
385
249
  {
386
250
  "name": "id",
387
251
  "type": "string",
388
252
  "required": true
389
- }
390
- ]
391
- },
392
- {
393
- "key": "EDIT",
394
- "name": "Edit",
395
- "payloadSchema": [
253
+ },
396
254
  {
397
- "name": "id",
398
- "type": "string",
399
- "required": true
255
+ "name": "row",
256
+ "type": "RenewalRisk"
400
257
  }
401
258
  ]
402
259
  },
@@ -423,15 +280,8 @@
423
280
  ]
424
281
  },
425
282
  {
426
- "key": "REQUEST_DELETE",
427
- "name": "Request Delete",
428
- "payloadSchema": [
429
- {
430
- "name": "id",
431
- "type": "string",
432
- "required": true
433
- }
434
- ]
283
+ "key": "CLOSE_VIEW",
284
+ "name": "Close View"
435
285
  }
436
286
  ],
437
287
  "transitions": [
@@ -462,130 +312,75 @@
462
312
  {
463
313
  "content": "Loading renewal risks…",
464
314
  "type": "typography",
465
- "color": "muted",
466
- "variant": "caption"
315
+ "variant": "caption",
316
+ "color": "muted"
467
317
  }
468
318
  ],
319
+ "direction": "vertical",
469
320
  "gap": "md",
470
321
  "type": "stack",
471
- "align": "center",
472
- "direction": "vertical"
322
+ "align": "center"
473
323
  }
474
324
  ]
475
325
  ]
476
326
  },
477
327
  {
478
328
  "from": "loading",
479
- "to": "viewing",
329
+ "to": "browsing",
480
330
  "event": "RenewalRiskLoaded",
481
331
  "effects": [
482
332
  [
483
333
  "render-ui",
484
334
  "main",
485
335
  {
486
- "type": "stack",
487
- "gap": "md",
488
336
  "direction": "vertical",
337
+ "gap": "md",
338
+ "type": "stack",
489
339
  "children": [
490
340
  {
491
- "direction": "horizontal",
341
+ "gap": "sm",
342
+ "align": "center",
492
343
  "type": "stack",
493
344
  "children": [
494
345
  {
495
- "type": "icon",
496
- "name": "alert-triangle"
346
+ "name": "alert-triangle",
347
+ "type": "icon"
497
348
  },
498
349
  {
499
- "content": "@config.title",
500
350
  "type": "typography",
501
- "variant": "h3"
502
- },
503
- {
504
- "type": "button",
505
- "action": "CREATE",
506
- "variant": "primary",
507
- "label": "Track Renewal Risk"
508
- }
509
- ],
510
- "gap": "sm",
511
- "align": "center"
512
- },
513
- {
514
- "type": "line-chart",
515
- "showGrid": true,
516
- "data": [
517
- {
518
- "value": 8.0,
519
- "date": "Jan"
520
- },
521
- {
522
- "value": 11.0,
523
- "date": "Feb"
524
- },
525
- {
526
- "value": 9.0,
527
- "date": "Mar"
528
- },
529
- {
530
- "value": 14.0,
531
- "date": "Apr"
532
- },
533
- {
534
- "value": 12.0,
535
- "date": "May"
351
+ "variant": "h3",
352
+ "content": "@config.title"
536
353
  }
537
354
  ],
538
- "showArea": true
355
+ "direction": "horizontal"
539
356
  },
540
357
  {
541
- "title": "Risk Event Chronology",
542
- "type": "timeline",
543
- "items": [
544
- {
545
- "status": "completed",
546
- "date": "2026-04-01",
547
- "id": "flagged",
548
- "description": "Account flagged at risk",
549
- "title": "Flagged"
550
- },
551
- {
552
- "date": "2026-04-15",
553
- "status": "completed",
554
- "description": "CSM outreach attempted",
555
- "id": "outreach",
556
- "title": "Outreach"
557
- },
558
- {
559
- "id": "exec-review",
560
- "status": "current",
561
- "date": "2026-05-01",
562
- "title": "Exec Review",
563
- "description": "Escalated to leadership"
564
- },
565
- {
566
- "id": "renewal",
567
- "title": "Renewal Date",
568
- "status": "upcoming",
569
- "description": "Subscription renewal",
570
- "date": "2026-06-15"
571
- }
572
- ],
573
- "fields": [
358
+ "cols": 4.0,
359
+ "type": "simple-grid",
360
+ "children": [
574
361
  {
575
- "name": "title",
576
- "label": "Milestone"
362
+ "type": "stat-display",
363
+ "label": "At-risk accounts",
364
+ "value": "@payload.data.length",
365
+ "icon": "alert-triangle"
577
366
  },
578
367
  {
579
- "name": "date",
580
- "label": "Date"
368
+ "type": "stat-display",
369
+ "icon": "dollar-sign",
370
+ "value": "$1.2M",
371
+ "label": "ARR at risk"
581
372
  },
582
373
  {
583
- "name": "status",
584
- "label": "Status"
374
+ "label": "Critical",
375
+ "value": "8",
376
+ "icon": "flame",
377
+ "type": "stat-display"
585
378
  },
586
379
  {
587
- "name": "description",
588
- "label": "Notes"
380
+ "value": "67%",
381
+ "label": "Save rate",
382
+ "type": "stat-display",
383
+ "icon": "trending-up"
589
384
  }
590
385
  ]
591
386
  },
@@ -593,51 +388,38 @@
593
388
  "type": "divider"
594
389
  },
595
390
  {
596
- "type": "data-grid",
391
+ "entity": "@payload.data",
392
+ "cols": 1.0,
597
393
  "gap": "sm",
598
394
  "itemActions": [
599
395
  {
600
- "variant": "secondary",
601
- "label": "View",
602
- "event": "VIEW"
603
- },
604
- {
605
- "event": "EDIT",
606
- "variant": "secondary",
607
- "label": "Edit"
608
- },
609
- {
610
- "event": "MARK_SAVED",
611
- "label": "Mark Saved",
612
- "variant": "primary"
396
+ "variant": "primary",
397
+ "icon": "arrow-right",
398
+ "label": "Open",
399
+ "event": "OPEN_RISK"
613
400
  },
614
401
  {
615
- "variant": "ghost",
402
+ "variant": "danger",
616
403
  "event": "MARK_CHURNED",
617
404
  "label": "Mark Churned"
618
- },
619
- {
620
- "label": "Delete",
621
- "event": "REQUEST_DELETE",
622
- "variant": "danger"
623
405
  }
624
406
  ],
625
- "entity": "@payload.data",
407
+ "type": "data-grid",
626
408
  "fields": [
627
409
  {
628
- "variant": "caption",
629
410
  "label": "Customer",
411
+ "variant": "caption",
630
412
  "name": "customerName"
631
413
  },
632
414
  {
633
- "name": "renewalDate",
634
415
  "variant": "caption",
635
- "label": "Renewal Date"
416
+ "name": "renewalDate",
417
+ "label": "Renewal"
636
418
  },
637
419
  {
638
- "variant": "caption",
639
420
  "name": "arrAmount",
640
- "label": "ARR"
421
+ "label": "ARR",
422
+ "variant": "caption"
641
423
  },
642
424
  {
643
425
  "name": "riskLevel",
@@ -645,22 +427,16 @@
645
427
  "variant": "badge"
646
428
  },
647
429
  {
430
+ "name": "status",
648
431
  "label": "Status",
649
- "variant": "badge",
650
- "name": "status"
432
+ "variant": "badge"
651
433
  },
652
434
  {
435
+ "label": "CSM",
653
436
  "variant": "caption",
654
- "name": "assignedCsm",
655
- "label": "CSM"
656
- },
657
- {
658
- "name": "lastCheckIn",
659
- "label": "Last Check-In",
660
- "variant": "caption"
437
+ "name": "assignedCsm"
661
438
  }
662
- ],
663
- "cols": 1.0
439
+ ]
664
440
  }
665
441
  ]
666
442
  }
@@ -676,64 +452,253 @@
676
452
  "render-ui",
677
453
  "main",
678
454
  {
455
+ "message": "@payload.message",
679
456
  "type": "alert",
680
- "variant": "error",
681
- "message": "@payload.message"
457
+ "variant": "error"
682
458
  }
683
459
  ]
684
460
  ]
685
461
  },
686
462
  {
687
- "from": "viewing",
688
- "to": "loading",
689
- "event": "REFRESH",
463
+ "from": "browsing",
464
+ "to": "viewing_single",
465
+ "event": "OPEN_RISK",
690
466
  "effects": [
691
467
  [
692
- "fetch",
693
- "RenewalRisk",
694
- {
695
- "emit": {
696
- "failure": "RenewalRiskLoadFailed",
697
- "success": "RenewalRiskLoaded"
698
- }
699
- }
468
+ "set",
469
+ "@entity.id",
470
+ "@payload.row.id"
471
+ ],
472
+ [
473
+ "set",
474
+ "@entity.customerId",
475
+ "@payload.row.customerId"
476
+ ],
477
+ [
478
+ "set",
479
+ "@entity.customerName",
480
+ "@payload.row.customerName"
481
+ ],
482
+ [
483
+ "set",
484
+ "@entity.renewalDate",
485
+ "@payload.row.renewalDate"
486
+ ],
487
+ [
488
+ "set",
489
+ "@entity.arrAmount",
490
+ "@payload.row.arrAmount"
491
+ ],
492
+ [
493
+ "set",
494
+ "@entity.riskLevel",
495
+ "@payload.row.riskLevel"
496
+ ],
497
+ [
498
+ "set",
499
+ "@entity.reason",
500
+ "@payload.row.reason"
501
+ ],
502
+ [
503
+ "set",
504
+ "@entity.mitigationPlan",
505
+ "@payload.row.mitigationPlan"
506
+ ],
507
+ [
508
+ "set",
509
+ "@entity.status",
510
+ "@payload.row.status"
511
+ ],
512
+ [
513
+ "set",
514
+ "@entity.assignedCsm",
515
+ "@payload.row.assignedCsm"
516
+ ],
517
+ [
518
+ "set",
519
+ "@entity.lastCheckIn",
520
+ "@payload.row.lastCheckIn"
700
521
  ],
701
522
  [
702
523
  "render-ui",
703
524
  "main",
704
525
  {
705
- "type": "stack",
706
- "direction": "vertical",
707
526
  "gap": "md",
527
+ "direction": "vertical",
528
+ "type": "stack",
708
529
  "children": [
709
530
  {
710
- "type": "spinner"
531
+ "align": "center",
532
+ "children": [
533
+ {
534
+ "type": "button",
535
+ "label": "Back",
536
+ "variant": "ghost",
537
+ "action": "CLOSE_VIEW"
538
+ },
539
+ {
540
+ "type": "icon",
541
+ "name": "alert-triangle"
542
+ },
543
+ {
544
+ "content": "@entity.customerName",
545
+ "variant": "h3",
546
+ "type": "typography"
547
+ },
548
+ {
549
+ "variant": "danger",
550
+ "type": "badge",
551
+ "label": "@entity.riskLevel"
552
+ },
553
+ {
554
+ "label": "@entity.status",
555
+ "type": "badge",
556
+ "variant": "default"
557
+ }
558
+ ],
559
+ "type": "stack",
560
+ "direction": "horizontal",
561
+ "gap": "sm"
711
562
  },
712
563
  {
713
- "type": "typography",
714
- "content": "Refreshing renewal risks…",
715
- "variant": "caption",
716
- "color": "muted"
564
+ "type": "divider"
565
+ },
566
+ {
567
+ "children": [
568
+ {
569
+ "direction": "horizontal",
570
+ "gap": "md",
571
+ "children": [
572
+ {
573
+ "color": "muted",
574
+ "type": "typography",
575
+ "variant": "caption",
576
+ "content": "Reason"
577
+ },
578
+ {
579
+ "type": "typography",
580
+ "variant": "body",
581
+ "content": "@entity.reason"
582
+ }
583
+ ],
584
+ "type": "stack"
585
+ },
586
+ {
587
+ "gap": "md",
588
+ "type": "stack",
589
+ "children": [
590
+ {
591
+ "type": "typography",
592
+ "color": "muted",
593
+ "variant": "caption",
594
+ "content": "Mitigation plan"
595
+ },
596
+ {
597
+ "variant": "body",
598
+ "content": "@entity.mitigationPlan",
599
+ "type": "typography"
600
+ }
601
+ ],
602
+ "direction": "horizontal"
603
+ },
604
+ {
605
+ "children": [
606
+ {
607
+ "variant": "caption",
608
+ "content": "CSM",
609
+ "type": "typography",
610
+ "color": "muted"
611
+ },
612
+ {
613
+ "type": "typography",
614
+ "variant": "body",
615
+ "content": "@entity.assignedCsm"
616
+ }
617
+ ],
618
+ "type": "stack",
619
+ "direction": "horizontal",
620
+ "gap": "md"
621
+ }
622
+ ],
623
+ "direction": "vertical",
624
+ "gap": "sm",
625
+ "type": "stack"
626
+ },
627
+ {
628
+ "type": "divider"
629
+ },
630
+ {
631
+ "cols": 3.0,
632
+ "children": [
633
+ {
634
+ "icon": "dollar-sign",
635
+ "value": "@entity.arrAmount",
636
+ "type": "stat-display",
637
+ "label": "ARR"
638
+ },
639
+ {
640
+ "type": "stat-display",
641
+ "value": "@entity.renewalDate",
642
+ "icon": "calendar",
643
+ "label": "Renewal"
644
+ },
645
+ {
646
+ "label": "Last check-in",
647
+ "value": "@entity.lastCheckIn",
648
+ "type": "stat-display",
649
+ "icon": "phone"
650
+ }
651
+ ],
652
+ "type": "simple-grid"
653
+ },
654
+ {
655
+ "direction": "horizontal",
656
+ "align": "center",
657
+ "type": "stack",
658
+ "children": [
659
+ {
660
+ "actionPayload": {
661
+ "id": "@entity.id"
662
+ },
663
+ "action": "MARK_SAVED",
664
+ "type": "button",
665
+ "label": "Mark Saved",
666
+ "variant": "primary"
667
+ },
668
+ {
669
+ "variant": "danger",
670
+ "label": "Mark Churned",
671
+ "type": "button",
672
+ "action": "MARK_CHURNED",
673
+ "actionPayload": {
674
+ "id": "@entity.id"
675
+ }
676
+ }
677
+ ],
678
+ "gap": "sm"
717
679
  }
718
- ],
719
- "className": "py-12",
720
- "align": "center"
680
+ ]
721
681
  }
722
682
  ]
723
683
  ]
724
684
  },
725
685
  {
726
- "from": "viewing",
686
+ "from": "browsing",
727
687
  "to": "loading",
728
- "event": "SEARCH",
688
+ "event": "MARK_SAVED",
729
689
  "effects": [
690
+ [
691
+ "set",
692
+ "@entity.id",
693
+ "@payload.id"
694
+ ],
730
695
  [
731
696
  "fetch",
732
697
  "RenewalRisk",
733
698
  {
734
699
  "emit": {
735
- "failure": "RenewalRiskLoadFailed",
736
- "success": "RenewalRiskLoaded"
700
+ "success": "RenewalRiskLoaded",
701
+ "failure": "RenewalRiskLoadFailed"
737
702
  }
738
703
  }
739
704
  ],
@@ -741,38 +706,43 @@
741
706
  "render-ui",
742
707
  "main",
743
708
  {
744
- "align": "center",
745
- "className": "py-12",
746
- "direction": "vertical",
747
709
  "gap": "md",
710
+ "type": "stack",
711
+ "className": "py-12",
748
712
  "children": [
749
713
  {
750
714
  "type": "spinner"
751
715
  },
752
716
  {
753
- "content": "Searching renewal risks…",
754
- "type": "typography",
717
+ "content": "Marking saved…",
718
+ "variant": "caption",
755
719
  "color": "muted",
756
- "variant": "caption"
720
+ "type": "typography"
757
721
  }
758
722
  ],
759
- "type": "stack"
723
+ "align": "center",
724
+ "direction": "vertical"
760
725
  }
761
726
  ]
762
727
  ]
763
728
  },
764
729
  {
765
- "from": "viewing",
730
+ "from": "browsing",
766
731
  "to": "loading",
767
- "event": "FILTER_RISK",
732
+ "event": "MARK_CHURNED",
768
733
  "effects": [
734
+ [
735
+ "set",
736
+ "@entity.id",
737
+ "@payload.id"
738
+ ],
769
739
  [
770
740
  "fetch",
771
741
  "RenewalRisk",
772
742
  {
773
743
  "emit": {
774
- "success": "RenewalRiskLoaded",
775
- "failure": "RenewalRiskLoadFailed"
744
+ "failure": "RenewalRiskLoadFailed",
745
+ "success": "RenewalRiskLoaded"
776
746
  }
777
747
  }
778
748
  ],
@@ -780,30 +750,30 @@
780
750
  "render-ui",
781
751
  "main",
782
752
  {
783
- "className": "py-12",
784
- "direction": "vertical",
785
753
  "gap": "md",
786
754
  "children": [
787
755
  {
788
756
  "type": "spinner"
789
757
  },
790
758
  {
759
+ "content": "Marking churned…",
791
760
  "type": "typography",
792
- "color": "muted",
793
761
  "variant": "caption",
794
- "content": "Filtering renewal risks…"
762
+ "color": "muted"
795
763
  }
796
764
  ],
797
- "align": "center",
798
- "type": "stack"
765
+ "type": "stack",
766
+ "direction": "vertical",
767
+ "className": "py-12",
768
+ "align": "center"
799
769
  }
800
770
  ]
801
771
  ]
802
772
  },
803
773
  {
804
- "from": "viewing",
774
+ "from": "viewing_single",
805
775
  "to": "loading",
806
- "event": "FILTER_STATUS",
776
+ "event": "CLOSE_VIEW",
807
777
  "effects": [
808
778
  [
809
779
  "fetch",
@@ -819,67 +789,30 @@
819
789
  "render-ui",
820
790
  "main",
821
791
  {
822
- "gap": "md",
823
- "direction": "vertical",
792
+ "type": "stack",
824
793
  "className": "py-12",
794
+ "gap": "md",
795
+ "align": "center",
825
796
  "children": [
826
797
  {
827
798
  "type": "spinner"
828
799
  },
829
800
  {
830
- "variant": "caption",
831
801
  "color": "muted",
832
802
  "type": "typography",
833
- "content": "Filtering renewal risks…"
803
+ "content": "Loading renewal risks…",
804
+ "variant": "caption"
834
805
  }
835
806
  ],
836
- "type": "stack",
837
- "align": "center"
838
- }
839
- ]
840
- ]
841
- },
842
- {
843
- "from": "viewing",
844
- "to": "viewing",
845
- "event": "CREATE",
846
- "effects": [
847
- [
848
- "render-ui",
849
- "main",
850
- {
851
- "variant": "info",
852
- "type": "alert",
853
- "message": "Tracking new renewal risk"
854
- }
855
- ]
856
- ]
857
- },
858
- {
859
- "from": "viewing",
860
- "to": "viewing",
861
- "event": "VIEW",
862
- "effects": [
863
- [
864
- "set",
865
- "@entity.id",
866
- "@payload.id"
867
- ],
868
- [
869
- "render-ui",
870
- "main",
871
- {
872
- "variant": "info",
873
- "type": "alert",
874
- "message": "Viewing renewal risk"
807
+ "direction": "vertical"
875
808
  }
876
809
  ]
877
810
  ]
878
811
  },
879
812
  {
880
- "from": "viewing",
881
- "to": "viewing",
882
- "event": "EDIT",
813
+ "from": "viewing_single",
814
+ "to": "loading",
815
+ "event": "MARK_SAVED",
883
816
  "effects": [
884
817
  [
885
818
  "set",
@@ -887,40 +820,42 @@
887
820
  "@payload.id"
888
821
  ],
889
822
  [
890
- "render-ui",
891
- "main",
823
+ "fetch",
824
+ "RenewalRisk",
892
825
  {
893
- "variant": "info",
894
- "type": "alert",
895
- "message": "Editing renewal risk"
826
+ "emit": {
827
+ "failure": "RenewalRiskLoadFailed",
828
+ "success": "RenewalRiskLoaded"
829
+ }
896
830
  }
897
- ]
898
- ]
899
- },
900
- {
901
- "from": "viewing",
902
- "to": "viewing",
903
- "event": "MARK_SAVED",
904
- "effects": [
905
- [
906
- "set",
907
- "@entity.id",
908
- "@payload.id"
909
831
  ],
910
832
  [
911
833
  "render-ui",
912
834
  "main",
913
835
  {
914
- "message": "Renewal saved",
915
- "type": "alert",
916
- "variant": "success"
836
+ "className": "py-12",
837
+ "type": "stack",
838
+ "direction": "vertical",
839
+ "children": [
840
+ {
841
+ "type": "spinner"
842
+ },
843
+ {
844
+ "type": "typography",
845
+ "color": "muted",
846
+ "variant": "caption",
847
+ "content": "Marking saved…"
848
+ }
849
+ ],
850
+ "gap": "md",
851
+ "align": "center"
917
852
  }
918
853
  ]
919
854
  ]
920
855
  },
921
856
  {
922
- "from": "viewing",
923
- "to": "viewing",
857
+ "from": "viewing_single",
858
+ "to": "loading",
924
859
  "event": "MARK_CHURNED",
925
860
  "effects": [
926
861
  [
@@ -929,33 +864,35 @@
929
864
  "@payload.id"
930
865
  ],
931
866
  [
932
- "render-ui",
933
- "main",
867
+ "fetch",
868
+ "RenewalRisk",
934
869
  {
935
- "variant": "warning",
936
- "message": "Customer churned",
937
- "type": "alert"
870
+ "emit": {
871
+ "failure": "RenewalRiskLoadFailed",
872
+ "success": "RenewalRiskLoaded"
873
+ }
938
874
  }
939
- ]
940
- ]
941
- },
942
- {
943
- "from": "viewing",
944
- "to": "viewing",
945
- "event": "REQUEST_DELETE",
946
- "effects": [
947
- [
948
- "set",
949
- "@entity.id",
950
- "@payload.id"
951
875
  ],
952
876
  [
953
877
  "render-ui",
954
878
  "main",
955
879
  {
956
- "type": "alert",
957
- "variant": "warning",
958
- "message": "Delete requested"
880
+ "className": "py-12",
881
+ "gap": "md",
882
+ "children": [
883
+ {
884
+ "type": "spinner"
885
+ },
886
+ {
887
+ "content": "Marking churned…",
888
+ "variant": "caption",
889
+ "type": "typography",
890
+ "color": "muted"
891
+ }
892
+ ],
893
+ "type": "stack",
894
+ "direction": "vertical",
895
+ "align": "center"
959
896
  }
960
897
  ]
961
898
  ]
@@ -979,8 +916,8 @@
979
916
  "render-ui",
980
917
  "main",
981
918
  {
982
- "type": "spinner",
983
- "size": "sm"
919
+ "size": "sm",
920
+ "type": "spinner"
984
921
  }
985
922
  ]
986
923
  ]
@@ -1009,4 +946,4 @@
1009
946
  ]
1010
947
  }
1011
948
  ]
1012
- }
949
+ }