@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-recurring-charge",
3
3
  "version": "1.0.0",
4
- "description": "std-recurring-charge — subscription cycle clock with retry policy and inline proration math. Owns a Subscription entity; CHARGE invokes the stripe-charge service, PRORATE adjusts amount inline by daysIntoPeriod, CANCEL flips status. Persists results back to the row and emits SubscriptionUpdated for downstream listeners.",
4
+ "description": "std-recurring-charge — subscription cycle clock. Lists subscriptions in `browsing`; opens detail in `viewing_single` with Charge / Cancel actions.",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "SubscriptionOrbital",
@@ -93,10 +93,10 @@
93
93
  "linkedEntity": "Subscription",
94
94
  "emits": [
95
95
  {
96
- "event": "CHARGE",
96
+ "event": "OPEN_SUBSCRIPTION",
97
97
  "payloadSchema": [
98
98
  {
99
- "name": "subscriptionId",
99
+ "name": "id",
100
100
  "type": "string",
101
101
  "required": true
102
102
  },
@@ -162,81 +162,15 @@
162
162
  ]
163
163
  },
164
164
  {
165
- "event": "PRORATE",
165
+ "event": "CLOSE_VIEW"
166
+ },
167
+ {
168
+ "event": "CHARGE",
166
169
  "payloadSchema": [
167
170
  {
168
- "name": "subscriptionId",
169
- "type": "string",
170
- "required": true
171
- },
172
- {
173
- "name": "newPlanId",
174
- "type": "string",
175
- "required": true
176
- },
177
- {
178
- "name": "daysIntoPeriod",
179
- "type": "number",
180
- "required": true
181
- },
182
- {
183
- "name": "row.id",
184
- "type": "string",
185
- "required": true
186
- },
187
- {
188
- "name": "row.customerId",
189
- "type": "string",
190
- "required": true
191
- },
192
- {
193
- "name": "row.planId",
171
+ "name": "id",
194
172
  "type": "string",
195
173
  "required": true
196
- },
197
- {
198
- "name": "row.status",
199
- "type": "string"
200
- },
201
- {
202
- "name": "row.amount",
203
- "type": "number"
204
- },
205
- {
206
- "name": "row.currency",
207
- "type": "string"
208
- },
209
- {
210
- "name": "row.interval",
211
- "type": "string"
212
- },
213
- {
214
- "name": "row.currentPeriodStart",
215
- "type": "string"
216
- },
217
- {
218
- "name": "row.currentPeriodEnd",
219
- "type": "string"
220
- },
221
- {
222
- "name": "row.nextBillingAt",
223
- "type": "string"
224
- },
225
- {
226
- "name": "row.attemptCount",
227
- "type": "number"
228
- },
229
- {
230
- "name": "row.lastChargeAt",
231
- "type": "string"
232
- },
233
- {
234
- "name": "row.cancelledAt",
235
- "type": "string"
236
- },
237
- {
238
- "name": "row.createdAt",
239
- "type": "string"
240
174
  }
241
175
  ]
242
176
  },
@@ -244,73 +178,9 @@
244
178
  "event": "CANCEL",
245
179
  "payloadSchema": [
246
180
  {
247
- "name": "subscriptionId",
248
- "type": "string",
249
- "required": true
250
- },
251
- {
252
- "name": "cancelledAt",
253
- "type": "string",
254
- "required": true
255
- },
256
- {
257
- "name": "row.id",
258
- "type": "string",
259
- "required": true
260
- },
261
- {
262
- "name": "row.customerId",
263
- "type": "string",
264
- "required": true
265
- },
266
- {
267
- "name": "row.planId",
181
+ "name": "id",
268
182
  "type": "string",
269
183
  "required": true
270
- },
271
- {
272
- "name": "row.status",
273
- "type": "string"
274
- },
275
- {
276
- "name": "row.amount",
277
- "type": "number"
278
- },
279
- {
280
- "name": "row.currency",
281
- "type": "string"
282
- },
283
- {
284
- "name": "row.interval",
285
- "type": "string"
286
- },
287
- {
288
- "name": "row.currentPeriodStart",
289
- "type": "string"
290
- },
291
- {
292
- "name": "row.currentPeriodEnd",
293
- "type": "string"
294
- },
295
- {
296
- "name": "row.nextBillingAt",
297
- "type": "string"
298
- },
299
- {
300
- "name": "row.attemptCount",
301
- "type": "number"
302
- },
303
- {
304
- "name": "row.lastChargeAt",
305
- "type": "string"
306
- },
307
- {
308
- "name": "row.cancelledAt",
309
- "type": "string"
310
- },
311
- {
312
- "name": "row.createdAt",
313
- "type": "string"
314
184
  }
315
185
  ]
316
186
  },
@@ -335,147 +205,6 @@
335
205
  "type": "string"
336
206
  }
337
207
  ]
338
- },
339
- {
340
- "event": "ChargeSucceeded",
341
- "payloadSchema": [
342
- {
343
- "name": "row.id",
344
- "type": "string",
345
- "required": true
346
- },
347
- {
348
- "name": "row.customerId",
349
- "type": "string",
350
- "required": true
351
- },
352
- {
353
- "name": "row.planId",
354
- "type": "string",
355
- "required": true
356
- },
357
- {
358
- "name": "row.status",
359
- "type": "string"
360
- },
361
- {
362
- "name": "row.amount",
363
- "type": "number"
364
- },
365
- {
366
- "name": "row.currency",
367
- "type": "string"
368
- },
369
- {
370
- "name": "row.interval",
371
- "type": "string"
372
- },
373
- {
374
- "name": "row.currentPeriodStart",
375
- "type": "string"
376
- },
377
- {
378
- "name": "row.currentPeriodEnd",
379
- "type": "string"
380
- },
381
- {
382
- "name": "row.nextBillingAt",
383
- "type": "string"
384
- },
385
- {
386
- "name": "row.attemptCount",
387
- "type": "number"
388
- },
389
- {
390
- "name": "row.lastChargeAt",
391
- "type": "string"
392
- },
393
- {
394
- "name": "row.cancelledAt",
395
- "type": "string"
396
- },
397
- {
398
- "name": "row.createdAt",
399
- "type": "string"
400
- }
401
- ]
402
- },
403
- {
404
- "event": "ChargeFailed",
405
- "payloadSchema": [
406
- {
407
- "name": "error",
408
- "type": "string"
409
- },
410
- {
411
- "name": "code",
412
- "type": "string"
413
- }
414
- ]
415
- },
416
- {
417
- "event": "SubscriptionUpdated",
418
- "payloadSchema": [
419
- {
420
- "name": "row.id",
421
- "type": "string",
422
- "required": true
423
- },
424
- {
425
- "name": "row.customerId",
426
- "type": "string",
427
- "required": true
428
- },
429
- {
430
- "name": "row.planId",
431
- "type": "string",
432
- "required": true
433
- },
434
- {
435
- "name": "row.status",
436
- "type": "string"
437
- },
438
- {
439
- "name": "row.amount",
440
- "type": "number"
441
- },
442
- {
443
- "name": "row.currency",
444
- "type": "string"
445
- },
446
- {
447
- "name": "row.interval",
448
- "type": "string"
449
- },
450
- {
451
- "name": "row.currentPeriodStart",
452
- "type": "string"
453
- },
454
- {
455
- "name": "row.currentPeriodEnd",
456
- "type": "string"
457
- },
458
- {
459
- "name": "row.nextBillingAt",
460
- "type": "string"
461
- },
462
- {
463
- "name": "row.attemptCount",
464
- "type": "number"
465
- },
466
- {
467
- "name": "row.lastChargeAt",
468
- "type": "string"
469
- },
470
- {
471
- "name": "row.cancelledAt",
472
- "type": "string"
473
- },
474
- {
475
- "name": "row.createdAt",
476
- "type": "string"
477
- }
478
- ]
479
208
  }
480
209
  ],
481
210
  "stateMachine": {
@@ -488,7 +217,7 @@
488
217
  "name": "browsing"
489
218
  },
490
219
  {
491
- "name": "charging"
220
+ "name": "viewing_single"
492
221
  },
493
222
  {
494
223
  "name": "error"
@@ -524,11 +253,11 @@
524
253
  ]
525
254
  },
526
255
  {
527
- "key": "CHARGE",
528
- "name": "Charge",
256
+ "key": "OPEN_SUBSCRIPTION",
257
+ "name": "Open Subscription",
529
258
  "payloadSchema": [
530
259
  {
531
- "name": "subscriptionId",
260
+ "name": "id",
532
261
  "type": "string",
533
262
  "required": true
534
263
  },
@@ -539,27 +268,13 @@
539
268
  ]
540
269
  },
541
270
  {
542
- "key": "PRORATE",
543
- "name": "Prorate",
271
+ "key": "CHARGE",
272
+ "name": "Charge",
544
273
  "payloadSchema": [
545
274
  {
546
- "name": "subscriptionId",
275
+ "name": "id",
547
276
  "type": "string",
548
277
  "required": true
549
- },
550
- {
551
- "name": "newPlanId",
552
- "type": "string",
553
- "required": true
554
- },
555
- {
556
- "name": "daysIntoPeriod",
557
- "type": "number",
558
- "required": true
559
- },
560
- {
561
- "name": "row",
562
- "type": "Subscription"
563
278
  }
564
279
  ]
565
280
  },
@@ -568,54 +283,15 @@
568
283
  "name": "Cancel",
569
284
  "payloadSchema": [
570
285
  {
571
- "name": "subscriptionId",
572
- "type": "string",
573
- "required": true
574
- },
575
- {
576
- "name": "cancelledAt",
286
+ "name": "id",
577
287
  "type": "string",
578
288
  "required": true
579
- },
580
- {
581
- "name": "row",
582
- "type": "Subscription"
583
- }
584
- ]
585
- },
586
- {
587
- "key": "SubscriptionUpdated",
588
- "name": "Subscription updated",
589
- "payloadSchema": [
590
- {
591
- "name": "row",
592
- "type": "Subscription"
593
- }
594
- ]
595
- },
596
- {
597
- "key": "ChargeSucceeded",
598
- "name": "Charge succeeded",
599
- "payloadSchema": [
600
- {
601
- "name": "row",
602
- "type": "Subscription"
603
289
  }
604
290
  ]
605
291
  },
606
292
  {
607
- "key": "ChargeFailed",
608
- "name": "Charge failed",
609
- "payloadSchema": [
610
- {
611
- "name": "error",
612
- "type": "string"
613
- },
614
- {
615
- "name": "code",
616
- "type": "string"
617
- }
618
- ]
293
+ "key": "CLOSE_VIEW",
294
+ "name": "Close View"
619
295
  }
620
296
  ],
621
297
  "transitions": [
@@ -639,6 +315,8 @@
639
315
  "main",
640
316
  {
641
317
  "gap": "md",
318
+ "type": "stack",
319
+ "direction": "vertical",
642
320
  "align": "center",
643
321
  "className": "py-12",
644
322
  "children": [
@@ -646,14 +324,12 @@
646
324
  "type": "spinner"
647
325
  },
648
326
  {
649
- "content": "Loading subscriptions…",
327
+ "type": "typography",
650
328
  "variant": "caption",
651
- "color": "muted",
652
- "type": "typography"
329
+ "content": "Loading subscriptions…",
330
+ "color": "muted"
653
331
  }
654
- ],
655
- "type": "stack",
656
- "direction": "vertical"
332
+ ]
657
333
  }
658
334
  ]
659
335
  ]
@@ -667,545 +343,141 @@
667
343
  "render-ui",
668
344
  "main",
669
345
  {
670
- "direction": "vertical",
671
- "gap": "md",
672
- "type": "stack",
673
346
  "children": [
674
347
  {
675
- "items": [
676
- {
677
- "href": "/billing",
678
- "label": "Billing"
679
- },
348
+ "children": [
680
349
  {
681
- "href": "/plans",
682
- "label": "Plans"
350
+ "name": "repeat",
351
+ "type": "icon"
683
352
  },
684
353
  {
685
- "label": "@config.title"
354
+ "variant": "h3",
355
+ "content": "@config.title",
356
+ "type": "typography"
686
357
  }
687
358
  ],
688
- "type": "breadcrumb"
689
- },
690
- {
359
+ "gap": "sm",
691
360
  "type": "stack",
692
361
  "direction": "horizontal",
693
- "gap": "sm",
362
+ "align": "center"
363
+ },
364
+ {
365
+ "cols": 4.0,
366
+ "type": "simple-grid",
694
367
  "children": [
695
368
  {
696
- "type": "icon",
697
- "name": "repeat"
369
+ "value": "@payload.data.length",
370
+ "label": "Total subscriptions",
371
+ "icon": "repeat",
372
+ "type": "stat-display"
698
373
  },
699
374
  {
700
- "variant": "h3",
701
- "type": "typography",
702
- "content": "@config.title"
703
- }
704
- ]
705
- },
706
- {
707
- "type": "divider"
708
- },
709
- {
710
- "entity": "Subscription",
711
- "type": "pricing-page-template"
712
- },
713
- {
714
- "type": "pricing-organism",
715
- "heading": "Compare plans",
716
- "entity": "Subscription",
717
- "subtitle": "Pick a tier that matches your usage."
718
- },
719
- {
720
- "plans": [
721
- {
722
- "price": "$9",
723
- "name": "Starter",
724
- "cta": {
725
- "label": "Choose Starter",
726
- "action": "CHARGE"
727
- },
728
- "description": "For solo accounts getting started",
729
- "features": [
730
- "Ten thousand events",
731
- "Email support",
732
- "One seat"
733
- ]
375
+ "type": "stat-display",
376
+ "value": "248",
377
+ "label": "Active",
378
+ "icon": "check-circle"
734
379
  },
735
380
  {
736
- "name": "Team",
737
- "price": "$29",
738
- "description": "For growing teams who need headroom",
739
- "features": [
740
- "Hundred thousand events",
741
- "Priority support",
742
- "Ten seats"
743
- ],
744
- "cta": {
745
- "action": "CHARGE",
746
- "label": "Choose Team"
747
- },
748
- "highlighted": true
381
+ "value": "$18,400",
382
+ "icon": "dollar-sign",
383
+ "label": "MRR",
384
+ "type": "stat-display"
749
385
  },
750
386
  {
751
- "price": "$99",
752
- "features": [
753
- "One million events",
754
- "Round the clock support",
755
- "Unlimited seats"
756
- ],
757
- "cta": {
758
- "action": "CHARGE",
759
- "label": "Choose Scale"
760
- },
761
- "description": "High-volume usage with SLA",
762
- "name": "Scale"
387
+ "value": "7",
388
+ "label": "Past due",
389
+ "type": "stat-display",
390
+ "icon": "alert-triangle"
763
391
  }
764
- ],
765
- "type": "pricing-grid"
392
+ ]
766
393
  },
767
394
  {
768
- "direction": "horizontal",
769
- "align": "center",
770
- "children": [
771
- {
772
- "type": "meter",
773
- "label": "Usage this period",
774
- "min": 0.0,
775
- "unit": "%",
776
- "max": 100.0,
777
- "value": 68.0,
778
- "variant": "linear",
779
- "showValue": true
780
- },
781
- {
782
- "label": "Retries",
783
- "min": 0.0,
784
- "showValue": true,
785
- "type": "meter",
786
- "segments": 4.0,
787
- "variant": "segmented",
788
- "max": 4.0,
789
- "value": 4.0
790
- }
791
- ],
792
- "type": "stack",
793
- "gap": "md"
395
+ "type": "divider"
794
396
  },
795
397
  {
398
+ "type": "data-grid",
399
+ "gap": "sm",
796
400
  "cols": 1.0,
401
+ "entity": "@payload.data",
797
402
  "fields": [
798
403
  {
799
- "label": "Customer",
800
404
  "name": "customerId",
405
+ "label": "Customer",
801
406
  "variant": "caption"
802
407
  },
803
408
  {
804
- "variant": "caption",
409
+ "label": "Plan",
805
410
  "name": "planId",
806
- "label": "Plan"
411
+ "variant": "caption"
807
412
  },
808
413
  {
809
414
  "variant": "badge",
810
- "name": "status",
811
- "label": "Status"
415
+ "label": "Status",
416
+ "name": "status"
812
417
  },
813
418
  {
814
419
  "name": "amount",
815
- "label": "Amount",
816
- "variant": "caption"
817
- },
818
- {
819
420
  "variant": "caption",
820
- "name": "currency",
821
- "label": "Currency"
421
+ "label": "Amount"
822
422
  },
823
423
  {
824
- "label": "Interval",
825
424
  "name": "interval",
425
+ "label": "Interval",
826
426
  "variant": "badge"
827
427
  },
828
428
  {
829
- "name": "nextBillingAt",
830
429
  "label": "Next Bill",
831
- "variant": "caption"
430
+ "variant": "caption",
431
+ "name": "nextBillingAt"
832
432
  },
833
433
  {
434
+ "name": "attemptCount",
834
435
  "label": "Retries",
835
- "variant": "caption",
836
- "name": "attemptCount"
436
+ "variant": "caption"
837
437
  }
838
438
  ],
839
- "gap": "sm",
840
439
  "itemActions": [
841
440
  {
842
- "icon": "credit-card",
843
- "label": "Charge",
441
+ "event": "OPEN_SUBSCRIPTION",
844
442
  "variant": "primary",
845
- "event": "CHARGE"
443
+ "label": "Open",
444
+ "icon": "arrow-right"
846
445
  },
847
446
  {
848
- "event": "PRORATE",
849
- "label": "Prorate",
850
- "variant": "secondary",
851
- "icon": "calculator"
852
- },
853
- {
854
- "variant": "danger",
855
- "label": "Cancel",
856
447
  "event": "CANCEL",
857
- "icon": "x"
448
+ "label": "Cancel",
449
+ "variant": "danger"
858
450
  }
859
- ],
860
- "type": "data-grid",
861
- "entity": "@payload.data"
451
+ ]
862
452
  }
863
- ]
864
- }
865
- ]
866
- ]
867
- },
868
- {
869
- "from": "loading",
870
- "to": "error",
871
- "event": "SubscriptionLoadFailed",
872
- "effects": [
873
- [
874
- "render-ui",
875
- "main",
876
- {
877
- "variant": "error",
878
- "message": "@payload.error",
879
- "type": "alert"
880
- }
881
- ]
882
- ]
883
- },
884
- {
885
- "from": "browsing",
886
- "to": "charging",
887
- "event": "CHARGE",
888
- "effects": [
889
- [
890
- "set",
891
- "@entity.id",
892
- "@payload.subscriptionId"
893
- ],
894
- [
895
- "set",
896
- "@entity.customerId",
897
- "@payload.row.customerId"
898
- ],
899
- [
900
- "set",
901
- "@entity.planId",
902
- "@payload.row.planId"
903
- ],
904
- [
905
- "set",
906
- "@entity.status",
907
- "@payload.row.status"
908
- ],
909
- [
910
- "set",
911
- "@entity.amount",
912
- "@payload.row.amount"
913
- ],
914
- [
915
- "set",
916
- "@entity.currency",
917
- "@payload.row.currency"
918
- ],
919
- [
920
- "set",
921
- "@entity.interval",
922
- "@payload.row.interval"
923
- ],
924
- [
925
- "set",
926
- "@entity.currentPeriodStart",
927
- "@payload.row.currentPeriodStart"
928
- ],
929
- [
930
- "set",
931
- "@entity.currentPeriodEnd",
932
- "@payload.row.currentPeriodEnd"
933
- ],
934
- [
935
- "set",
936
- "@entity.nextBillingAt",
937
- "@payload.row.nextBillingAt"
938
- ],
939
- [
940
- "set",
941
- "@entity.attemptCount",
942
- "@payload.row.attemptCount"
943
- ],
944
- [
945
- "set",
946
- "@entity.lastChargeAt",
947
- "@payload.row.lastChargeAt"
948
- ],
949
- [
950
- "set",
951
- "@entity.cancelledAt",
952
- "@payload.row.cancelledAt"
953
- ],
954
- [
955
- "set",
956
- "@entity.createdAt",
957
- "@payload.row.createdAt"
958
- ],
959
- [
960
- "call-service",
961
- "stripe-charge",
962
- "charge",
963
- {
964
- "amount": "@entity.amount",
965
- "currency": "@entity.currency",
966
- "subscriptionId": "@payload.subscriptionId"
967
- },
968
- {
969
- "emit": {
970
- "failure": "ChargeFailed",
971
- "success": "ChargeSucceeded"
972
- }
973
- }
974
- ],
975
- [
976
- "render-ui",
977
- "main",
978
- {
979
- "align": "center",
453
+ ],
980
454
  "type": "stack",
981
455
  "direction": "vertical",
982
- "gap": "md",
983
- "className": "py-12",
984
- "children": [
985
- {
986
- "type": "spinner"
987
- },
988
- {
989
- "variant": "caption",
990
- "color": "muted",
991
- "type": "typography",
992
- "content": "Charging subscription…"
993
- }
994
- ]
456
+ "gap": "md"
995
457
  }
996
458
  ]
997
459
  ]
998
460
  },
999
461
  {
1000
- "from": "browsing",
1001
- "to": "browsing",
1002
- "event": "PRORATE",
1003
- "effects": [
1004
- [
1005
- "set",
1006
- "@entity.id",
1007
- "@payload.subscriptionId"
1008
- ],
1009
- [
1010
- "set",
1011
- "@entity.customerId",
1012
- "@payload.row.customerId"
1013
- ],
1014
- [
1015
- "set",
1016
- "@entity.planId",
1017
- "@payload.newPlanId"
1018
- ],
1019
- [
1020
- "set",
1021
- "@entity.status",
1022
- "@payload.row.status"
1023
- ],
1024
- [
1025
- "set",
1026
- "@entity.amount",
1027
- [
1028
- "*",
1029
- "@payload.row.amount",
1030
- [
1031
- "-",
1032
- 1.0,
1033
- [
1034
- "/",
1035
- "@payload.daysIntoPeriod",
1036
- 30.0
1037
- ]
1038
- ]
1039
- ]
1040
- ],
1041
- [
1042
- "set",
1043
- "@entity.currency",
1044
- "@payload.row.currency"
1045
- ],
1046
- [
1047
- "set",
1048
- "@entity.interval",
1049
- "@payload.row.interval"
1050
- ],
1051
- [
1052
- "set",
1053
- "@entity.currentPeriodStart",
1054
- "@payload.row.currentPeriodStart"
1055
- ],
1056
- [
1057
- "set",
1058
- "@entity.currentPeriodEnd",
1059
- "@payload.row.currentPeriodEnd"
1060
- ],
1061
- [
1062
- "set",
1063
- "@entity.nextBillingAt",
1064
- "@payload.row.nextBillingAt"
1065
- ],
1066
- [
1067
- "set",
1068
- "@entity.attemptCount",
1069
- "@payload.row.attemptCount"
1070
- ],
1071
- [
1072
- "set",
1073
- "@entity.lastChargeAt",
1074
- "@payload.row.lastChargeAt"
1075
- ],
1076
- [
1077
- "set",
1078
- "@entity.cancelledAt",
1079
- "@payload.row.cancelledAt"
1080
- ],
1081
- [
1082
- "set",
1083
- "@entity.createdAt",
1084
- "@payload.row.createdAt"
1085
- ],
1086
- [
1087
- "persist",
1088
- "update",
1089
- "Subscription",
1090
- "@entity",
1091
- {
1092
- "emit": {
1093
- "success": "SubscriptionUpdated",
1094
- "failure": "ChargeFailed"
1095
- }
1096
- }
1097
- ]
1098
- ]
1099
- },
1100
- {
1101
- "from": "browsing",
1102
- "to": "browsing",
1103
- "event": "CANCEL",
1104
- "effects": [
1105
- [
1106
- "set",
1107
- "@entity.id",
1108
- "@payload.subscriptionId"
1109
- ],
1110
- [
1111
- "set",
1112
- "@entity.customerId",
1113
- "@payload.row.customerId"
1114
- ],
1115
- [
1116
- "set",
1117
- "@entity.planId",
1118
- "@payload.row.planId"
1119
- ],
1120
- [
1121
- "set",
1122
- "@entity.status",
1123
- "cancelled"
1124
- ],
1125
- [
1126
- "set",
1127
- "@entity.amount",
1128
- "@payload.row.amount"
1129
- ],
1130
- [
1131
- "set",
1132
- "@entity.currency",
1133
- "@payload.row.currency"
1134
- ],
1135
- [
1136
- "set",
1137
- "@entity.interval",
1138
- "@payload.row.interval"
1139
- ],
1140
- [
1141
- "set",
1142
- "@entity.currentPeriodStart",
1143
- "@payload.row.currentPeriodStart"
1144
- ],
1145
- [
1146
- "set",
1147
- "@entity.currentPeriodEnd",
1148
- "@payload.row.currentPeriodEnd"
1149
- ],
1150
- [
1151
- "set",
1152
- "@entity.nextBillingAt",
1153
- "@payload.row.nextBillingAt"
1154
- ],
1155
- [
1156
- "set",
1157
- "@entity.attemptCount",
1158
- "@payload.row.attemptCount"
1159
- ],
1160
- [
1161
- "set",
1162
- "@entity.lastChargeAt",
1163
- "@payload.row.lastChargeAt"
1164
- ],
1165
- [
1166
- "set",
1167
- "@entity.cancelledAt",
1168
- "@payload.cancelledAt"
1169
- ],
1170
- [
1171
- "set",
1172
- "@entity.createdAt",
1173
- "@payload.row.createdAt"
1174
- ],
1175
- [
1176
- "persist",
1177
- "update",
1178
- "Subscription",
1179
- "@entity",
1180
- {
1181
- "emit": {
1182
- "failure": "ChargeFailed",
1183
- "success": "SubscriptionUpdated"
1184
- }
1185
- }
1186
- ]
1187
- ]
1188
- },
1189
- {
1190
- "from": "browsing",
1191
- "to": "browsing",
1192
- "event": "SubscriptionUpdated",
462
+ "from": "loading",
463
+ "to": "error",
464
+ "event": "SubscriptionLoadFailed",
1193
465
  "effects": [
1194
466
  [
1195
467
  "render-ui",
1196
468
  "main",
1197
469
  {
1198
- "variant": "success",
1199
- "message": "Subscription updated",
1200
- "type": "alert"
470
+ "variant": "error",
471
+ "type": "alert",
472
+ "message": "@payload.error"
1201
473
  }
1202
474
  ]
1203
475
  ]
1204
476
  },
1205
477
  {
1206
- "from": "charging",
1207
- "to": "loading",
1208
- "event": "ChargeSucceeded",
478
+ "from": "browsing",
479
+ "to": "viewing_single",
480
+ "event": "OPEN_SUBSCRIPTION",
1209
481
  "effects": [
1210
482
  [
1211
483
  "set",
@@ -1260,7 +532,7 @@
1260
532
  [
1261
533
  "set",
1262
534
  "@entity.attemptCount",
1263
- 0.0
535
+ "@payload.row.attemptCount"
1264
536
  ],
1265
537
  [
1266
538
  "set",
@@ -1278,17 +550,293 @@
1278
550
  "@payload.row.createdAt"
1279
551
  ],
1280
552
  [
1281
- "persist",
1282
- "update",
553
+ "render-ui",
554
+ "main",
555
+ {
556
+ "children": [
557
+ {
558
+ "children": [
559
+ {
560
+ "variant": "ghost",
561
+ "label": "Back",
562
+ "type": "button",
563
+ "action": "CLOSE_VIEW"
564
+ },
565
+ {
566
+ "name": "repeat",
567
+ "type": "icon"
568
+ },
569
+ {
570
+ "variant": "h3",
571
+ "type": "typography",
572
+ "content": "@entity.customerId"
573
+ },
574
+ {
575
+ "label": "@entity.status",
576
+ "variant": "default",
577
+ "type": "badge"
578
+ },
579
+ {
580
+ "variant": "primary",
581
+ "type": "badge",
582
+ "label": "@entity.interval"
583
+ }
584
+ ],
585
+ "gap": "sm",
586
+ "type": "stack",
587
+ "align": "center",
588
+ "direction": "horizontal"
589
+ },
590
+ {
591
+ "type": "divider"
592
+ },
593
+ {
594
+ "gap": "sm",
595
+ "children": [
596
+ {
597
+ "children": [
598
+ {
599
+ "variant": "caption",
600
+ "color": "muted",
601
+ "content": "Plan",
602
+ "type": "typography"
603
+ },
604
+ {
605
+ "type": "typography",
606
+ "content": "@entity.planId",
607
+ "variant": "body"
608
+ }
609
+ ],
610
+ "gap": "md",
611
+ "direction": "horizontal",
612
+ "type": "stack"
613
+ },
614
+ {
615
+ "type": "stack",
616
+ "children": [
617
+ {
618
+ "content": "Currency",
619
+ "color": "muted",
620
+ "type": "typography",
621
+ "variant": "caption"
622
+ },
623
+ {
624
+ "content": "@entity.currency",
625
+ "variant": "body",
626
+ "type": "typography"
627
+ }
628
+ ],
629
+ "gap": "md",
630
+ "direction": "horizontal"
631
+ }
632
+ ],
633
+ "type": "stack",
634
+ "direction": "vertical"
635
+ },
636
+ {
637
+ "type": "divider"
638
+ },
639
+ {
640
+ "type": "simple-grid",
641
+ "children": [
642
+ {
643
+ "type": "stat-display",
644
+ "icon": "dollar-sign",
645
+ "label": "Amount",
646
+ "value": "@entity.amount"
647
+ },
648
+ {
649
+ "label": "Retries",
650
+ "type": "stat-display",
651
+ "value": "@entity.attemptCount",
652
+ "icon": "rotate-cw"
653
+ },
654
+ {
655
+ "type": "stat-display",
656
+ "label": "Next bill",
657
+ "icon": "calendar",
658
+ "value": "@entity.nextBillingAt"
659
+ },
660
+ {
661
+ "label": "Last charge",
662
+ "value": "@entity.lastChargeAt",
663
+ "type": "stat-display",
664
+ "icon": "credit-card"
665
+ }
666
+ ],
667
+ "cols": 4.0
668
+ },
669
+ {
670
+ "type": "stack",
671
+ "gap": "sm",
672
+ "direction": "horizontal",
673
+ "align": "center",
674
+ "children": [
675
+ {
676
+ "action": "CHARGE",
677
+ "actionPayload": {
678
+ "id": "@entity.id"
679
+ },
680
+ "label": "Charge",
681
+ "type": "button",
682
+ "variant": "primary"
683
+ },
684
+ {
685
+ "type": "button",
686
+ "variant": "danger",
687
+ "action": "CANCEL",
688
+ "actionPayload": {
689
+ "id": "@entity.id"
690
+ },
691
+ "label": "Cancel"
692
+ }
693
+ ]
694
+ }
695
+ ],
696
+ "type": "stack",
697
+ "direction": "vertical",
698
+ "gap": "md"
699
+ }
700
+ ]
701
+ ]
702
+ },
703
+ {
704
+ "from": "browsing",
705
+ "to": "loading",
706
+ "event": "CHARGE",
707
+ "effects": [
708
+ [
709
+ "set",
710
+ "@entity.id",
711
+ "@payload.id"
712
+ ],
713
+ [
714
+ "fetch",
715
+ "Subscription",
716
+ {
717
+ "emit": {
718
+ "success": "SubscriptionLoaded",
719
+ "failure": "SubscriptionLoadFailed"
720
+ }
721
+ }
722
+ ],
723
+ [
724
+ "render-ui",
725
+ "main",
726
+ {
727
+ "children": [
728
+ {
729
+ "type": "spinner"
730
+ },
731
+ {
732
+ "variant": "caption",
733
+ "content": "Charging subscription…",
734
+ "color": "muted",
735
+ "type": "typography"
736
+ }
737
+ ],
738
+ "gap": "md",
739
+ "type": "stack",
740
+ "direction": "vertical",
741
+ "align": "center",
742
+ "className": "py-12"
743
+ }
744
+ ]
745
+ ]
746
+ },
747
+ {
748
+ "from": "browsing",
749
+ "to": "loading",
750
+ "event": "CANCEL",
751
+ "effects": [
752
+ [
753
+ "set",
754
+ "@entity.id",
755
+ "@payload.id"
756
+ ],
757
+ [
758
+ "fetch",
759
+ "Subscription",
760
+ {
761
+ "emit": {
762
+ "failure": "SubscriptionLoadFailed",
763
+ "success": "SubscriptionLoaded"
764
+ }
765
+ }
766
+ ],
767
+ [
768
+ "render-ui",
769
+ "main",
770
+ {
771
+ "gap": "md",
772
+ "direction": "vertical",
773
+ "align": "center",
774
+ "type": "stack",
775
+ "className": "py-12",
776
+ "children": [
777
+ {
778
+ "type": "spinner"
779
+ },
780
+ {
781
+ "color": "muted",
782
+ "type": "typography",
783
+ "variant": "caption",
784
+ "content": "Cancelling subscription…"
785
+ }
786
+ ]
787
+ }
788
+ ]
789
+ ]
790
+ },
791
+ {
792
+ "from": "viewing_single",
793
+ "to": "loading",
794
+ "event": "CLOSE_VIEW",
795
+ "effects": [
796
+ [
797
+ "fetch",
1283
798
  "Subscription",
1284
- "@entity",
1285
799
  {
1286
800
  "emit": {
1287
- "success": "SubscriptionUpdated",
1288
- "failure": "ChargeFailed"
801
+ "failure": "SubscriptionLoadFailed",
802
+ "success": "SubscriptionLoaded"
1289
803
  }
1290
804
  }
1291
805
  ],
806
+ [
807
+ "render-ui",
808
+ "main",
809
+ {
810
+ "children": [
811
+ {
812
+ "type": "spinner"
813
+ },
814
+ {
815
+ "color": "muted",
816
+ "type": "typography",
817
+ "content": "Loading subscriptions…",
818
+ "variant": "caption"
819
+ }
820
+ ],
821
+ "className": "py-12",
822
+ "gap": "md",
823
+ "type": "stack",
824
+ "direction": "vertical",
825
+ "align": "center"
826
+ }
827
+ ]
828
+ ]
829
+ },
830
+ {
831
+ "from": "viewing_single",
832
+ "to": "loading",
833
+ "event": "CHARGE",
834
+ "effects": [
835
+ [
836
+ "set",
837
+ "@entity.id",
838
+ "@payload.id"
839
+ ],
1292
840
  [
1293
841
  "fetch",
1294
842
  "Subscription",
@@ -1298,32 +846,48 @@
1298
846
  "failure": "SubscriptionLoadFailed"
1299
847
  }
1300
848
  }
849
+ ],
850
+ [
851
+ "render-ui",
852
+ "main",
853
+ {
854
+ "align": "center",
855
+ "children": [
856
+ {
857
+ "type": "spinner"
858
+ },
859
+ {
860
+ "color": "muted",
861
+ "type": "typography",
862
+ "content": "Charging subscription…",
863
+ "variant": "caption"
864
+ }
865
+ ],
866
+ "gap": "md",
867
+ "direction": "vertical",
868
+ "className": "py-12",
869
+ "type": "stack"
870
+ }
1301
871
  ]
1302
872
  ]
1303
873
  },
1304
874
  {
1305
- "from": "charging",
1306
- "to": "browsing",
1307
- "event": "ChargeFailed",
875
+ "from": "viewing_single",
876
+ "to": "loading",
877
+ "event": "CANCEL",
1308
878
  "effects": [
1309
879
  [
1310
880
  "set",
1311
- "@entity.attemptCount",
1312
- [
1313
- "+",
1314
- "@entity.attemptCount",
1315
- 1.0
1316
- ]
881
+ "@entity.id",
882
+ "@payload.id"
1317
883
  ],
1318
884
  [
1319
- "persist",
1320
- "update",
885
+ "fetch",
1321
886
  "Subscription",
1322
- "@entity",
1323
887
  {
1324
888
  "emit": {
1325
- "success": "SubscriptionUpdated",
1326
- "failure": "ChargeFailed"
889
+ "failure": "SubscriptionLoadFailed",
890
+ "success": "SubscriptionLoaded"
1327
891
  }
1328
892
  }
1329
893
  ],
@@ -1331,9 +895,22 @@
1331
895
  "render-ui",
1332
896
  "main",
1333
897
  {
1334
- "type": "alert",
1335
- "message": "@payload.error",
1336
- "variant": "error"
898
+ "direction": "vertical",
899
+ "type": "stack",
900
+ "className": "py-12",
901
+ "align": "center",
902
+ "gap": "md",
903
+ "children": [
904
+ {
905
+ "type": "spinner"
906
+ },
907
+ {
908
+ "type": "typography",
909
+ "content": "Cancelling subscription…",
910
+ "variant": "caption",
911
+ "color": "muted"
912
+ }
913
+ ]
1337
914
  }
1338
915
  ]
1339
916
  ]
@@ -1366,13 +943,13 @@
1366
943
  ]
1367
944
  },
1368
945
  "config": {
1369
- "maxRetries": {
1370
- "type": "number",
1371
- "default": 4.0
1372
- },
1373
946
  "title": {
1374
947
  "type": "string",
1375
948
  "default": "Subscriptions"
949
+ },
950
+ "maxRetries": {
951
+ "type": "number",
952
+ "default": 4.0
1376
953
  }
1377
954
  },
1378
955
  "scope": "collection"
@@ -1391,4 +968,4 @@
1391
968
  ]
1392
969
  }
1393
970
  ]
1394
- }
971
+ }