@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
@@ -112,28 +112,28 @@
112
112
  "ref": "AppShell.traits.AppLayout",
113
113
  "name": "PlanAppLayout",
114
114
  "config": {
115
- "notificationClickEvent": "PLAN_NOTIFICATIONS_OPEN",
115
+ "searchEvent": "PLAN_SEARCH",
116
+ "contentTrait": "@trait.PlanCatalog",
117
+ "notifications": [],
118
+ "appName": "Subscription Billing",
116
119
  "navItems": [
117
120
  {
121
+ "href": "/plans",
118
122
  "label": "Plans",
119
- "icon": "credit-card",
120
- "href": "/plans"
123
+ "icon": "credit-card"
121
124
  },
122
125
  {
123
- "label": "Invoices",
124
126
  "href": "/invoices",
127
+ "label": "Invoices",
125
128
  "icon": "receipt"
126
129
  },
127
130
  {
128
- "label": "Dunning",
129
131
  "href": "/dunning",
132
+ "label": "Dunning",
130
133
  "icon": "alert-triangle"
131
134
  }
132
135
  ],
133
- "searchEvent": "PLAN_SEARCH",
134
- "notifications": [],
135
- "contentTrait": "@trait.PlanCatalog",
136
- "appName": "Subscription Billing"
136
+ "notificationClickEvent": "PLAN_NOTIFICATIONS_OPEN"
137
137
  },
138
138
  "events": {
139
139
  "SEARCH": "PLAN_SEARCH",
@@ -220,60 +220,61 @@
220
220
  "render-ui",
221
221
  "main",
222
222
  {
223
- "gap": "lg",
223
+ "direction": "vertical",
224
+ "type": "stack",
224
225
  "children": [
225
226
  {
226
- "type": "stack",
227
- "gap": "md",
228
227
  "direction": "horizontal",
229
228
  "justify": "between",
229
+ "type": "stack",
230
230
  "align": "center",
231
231
  "children": [
232
232
  {
233
233
  "gap": "sm",
234
+ "type": "stack",
235
+ "direction": "horizontal",
234
236
  "align": "center",
235
237
  "children": [
236
238
  {
237
- "name": "credit-card",
238
- "type": "icon"
239
+ "type": "icon",
240
+ "name": "credit-card"
239
241
  },
240
242
  {
243
+ "content": "Plans",
241
244
  "variant": "h2",
242
- "type": "typography",
243
- "content": "Plans"
245
+ "type": "typography"
244
246
  }
245
- ],
246
- "type": "stack",
247
- "direction": "horizontal"
247
+ ]
248
248
  },
249
249
  {
250
+ "direction": "horizontal",
251
+ "gap": "sm",
252
+ "type": "stack",
250
253
  "children": [
251
254
  {
252
255
  "type": "button",
253
- "variant": "primary",
254
256
  "icon": "plus",
255
257
  "label": "New Plan",
256
- "action": "CREATE"
258
+ "action": "CREATE",
259
+ "variant": "primary"
257
260
  }
258
- ],
259
- "gap": "sm",
260
- "type": "stack",
261
- "direction": "horizontal"
261
+ ]
262
262
  }
263
- ]
263
+ ],
264
+ "gap": "md"
264
265
  },
265
266
  {
266
267
  "type": "divider"
267
268
  },
268
269
  {
270
+ "gap": "md",
271
+ "type": "stack",
272
+ "direction": "horizontal",
269
273
  "align": "center",
270
274
  "children": [
271
275
  "@trait.PlanSearch",
272
276
  "@trait.PlanFilter"
273
- ],
274
- "type": "stack",
275
- "gap": "md",
276
- "direction": "horizontal"
277
+ ]
277
278
  },
278
279
  "@trait.PlanStats",
279
280
  "@trait.PlanGraphs",
@@ -286,22 +287,21 @@
286
287
  },
287
288
  {
288
289
  "content": "Active Subscriptions",
289
- "type": "typography",
290
- "variant": "h3"
290
+ "variant": "h3",
291
+ "type": "typography"
291
292
  },
292
293
  "@trait.PlanSubscriptionManage",
293
294
  {
294
295
  "type": "divider"
295
296
  },
296
297
  {
298
+ "type": "typography",
297
299
  "variant": "h3",
298
- "content": "Trials",
299
- "type": "typography"
300
+ "content": "Trials"
300
301
  },
301
302
  "@trait.PlanTrialManage"
302
303
  ],
303
- "type": "stack",
304
- "direction": "vertical"
304
+ "gap": "lg"
305
305
  }
306
306
  ]
307
307
  ]
@@ -321,33 +321,33 @@
321
321
  "main",
322
322
  {
323
323
  "type": "stack",
324
+ "gap": "md",
324
325
  "align": "center",
326
+ "className": "py-8",
325
327
  "direction": "vertical",
326
- "gap": "md",
327
328
  "children": [
328
329
  {
329
330
  "type": "icon",
330
331
  "name": "bell"
331
332
  },
332
333
  {
333
- "content": "No notifications",
334
+ "type": "typography",
334
335
  "variant": "h3",
335
- "type": "typography"
336
+ "content": "No notifications"
336
337
  },
337
338
  {
338
- "color": "muted",
339
- "content": "You're all caught up.",
340
339
  "type": "typography",
341
- "variant": "caption"
340
+ "variant": "caption",
341
+ "content": "You're all caught up.",
342
+ "color": "muted"
342
343
  },
343
344
  {
344
345
  "type": "button",
345
- "variant": "ghost",
346
346
  "label": "Back to plans",
347
- "action": "INIT"
347
+ "action": "INIT",
348
+ "variant": "ghost"
348
349
  }
349
- ],
350
- "className": "py-8"
350
+ ]
351
351
  }
352
352
  ]
353
353
  ]
@@ -371,13 +371,13 @@
371
371
  "event": "PLAN_FILTER",
372
372
  "filters": [
373
373
  {
374
- "label": "Interval",
375
- "filterType": "select",
376
- "field": "interval",
377
374
  "options": [
378
375
  "monthly",
379
376
  "yearly"
380
- ]
377
+ ],
378
+ "field": "interval",
379
+ "label": "Interval",
380
+ "filterType": "select"
381
381
  },
382
382
  {
383
383
  "field": "status",
@@ -395,15 +395,21 @@
395
395
  "ref": "Stats.traits.StatsItemStats",
396
396
  "name": "PlanStats",
397
397
  "config": {
398
+ "title": "Plans",
398
399
  "metrics": [
399
400
  {
400
- "icon": "credit-card",
401
- "aggregation": "count",
402
401
  "label": "Total",
403
402
  "variant": "primary",
404
- "format": "number"
403
+ "format": "number",
404
+ "icon": "credit-card",
405
+ "aggregation": "count"
405
406
  },
406
407
  {
408
+ "aggregation": "count",
409
+ "variant": "success",
410
+ "format": "number",
411
+ "label": "Active",
412
+ "icon": "check-circle",
407
413
  "filter": [
408
414
  "fn",
409
415
  "row",
@@ -412,17 +418,10 @@
412
418
  "@row.status",
413
419
  "active"
414
420
  ]
415
- ],
416
- "label": "Active",
417
- "variant": "success",
418
- "icon": "check-circle",
419
- "aggregation": "count",
420
- "format": "number"
421
+ ]
421
422
  },
422
423
  {
423
424
  "label": "Archived",
424
- "aggregation": "count",
425
- "format": "number",
426
425
  "filter": [
427
426
  "fn",
428
427
  "row",
@@ -432,11 +431,12 @@
432
431
  "archived"
433
432
  ]
434
433
  ],
434
+ "icon": "archive",
435
435
  "variant": "warning",
436
- "icon": "archive"
436
+ "format": "number",
437
+ "aggregation": "count"
437
438
  }
438
- ],
439
- "title": "Plans"
439
+ ]
440
440
  },
441
441
  "listens": [
442
442
  {
@@ -453,13 +453,13 @@
453
453
  "ref": "Graphs.traits.GraphItemGraph",
454
454
  "name": "PlanGraphs",
455
455
  "config": {
456
- "subtitle": "Monthly vs yearly distribution",
457
- "title": "Plans by Interval",
458
- "categoryField": "interval",
456
+ "height": 240.0,
459
457
  "aggregation": "count",
460
458
  "chartType": "bar",
461
- "height": 240.0,
462
- "showLegend": false
459
+ "subtitle": "Monthly vs yearly distribution",
460
+ "title": "Plans by Interval",
461
+ "showLegend": false,
462
+ "categoryField": "interval"
463
463
  },
464
464
  "listens": [
465
465
  {
@@ -477,23 +477,24 @@
477
477
  "name": "PlanBrowseList",
478
478
  "linkedEntity": "Plan",
479
479
  "config": {
480
+ "cols": 1.0,
480
481
  "fields": [
481
482
  {
482
- "icon": "credit-card",
483
483
  "name": "name",
484
- "variant": "h3"
484
+ "variant": "h3",
485
+ "icon": "credit-card"
485
486
  },
486
487
  {
487
- "variant": "caption",
488
- "name": "description"
488
+ "name": "description",
489
+ "variant": "caption"
489
490
  },
490
491
  {
491
- "name": "interval",
492
- "variant": "badge"
492
+ "variant": "badge",
493
+ "name": "interval"
493
494
  },
494
495
  {
495
- "variant": "body",
496
- "name": "amount"
496
+ "name": "amount",
497
+ "variant": "body"
497
498
  },
498
499
  {
499
500
  "name": "currency",
@@ -504,7 +505,6 @@
504
505
  "variant": "badge"
505
506
  }
506
507
  ],
507
- "cols": 1.0,
508
508
  "gap": "sm",
509
509
  "itemActions": [
510
510
  {
@@ -513,13 +513,13 @@
513
513
  "variant": "ghost"
514
514
  },
515
515
  {
516
- "label": "Edit",
517
516
  "variant": "ghost",
518
- "event": "EDIT"
517
+ "event": "EDIT",
518
+ "label": "Edit"
519
519
  },
520
520
  {
521
- "label": "Delete",
522
521
  "event": "DELETE",
522
+ "label": "Delete",
523
523
  "variant": "danger"
524
524
  }
525
525
  ]
@@ -572,6 +572,8 @@
572
572
  "name": "PlanCreate",
573
573
  "linkedEntity": "Plan",
574
574
  "config": {
575
+ "title": "New Plan",
576
+ "mode": "create",
575
577
  "fields": [
576
578
  "name",
577
579
  "description",
@@ -581,8 +583,6 @@
581
583
  "trialDays",
582
584
  "status"
583
585
  ],
584
- "title": "New Plan",
585
- "mode": "create",
586
586
  "icon": "plus-circle"
587
587
  },
588
588
  "events": {
@@ -604,7 +604,7 @@
604
604
  "name": "PlanEdit",
605
605
  "linkedEntity": "Plan",
606
606
  "config": {
607
- "icon": "edit",
607
+ "mode": "edit",
608
608
  "title": "Edit Plan",
609
609
  "fields": [
610
610
  "name",
@@ -615,7 +615,7 @@
615
615
  "trialDays",
616
616
  "status"
617
617
  ],
618
- "mode": "edit"
618
+ "icon": "edit"
619
619
  },
620
620
  "events": {
621
621
  "OPEN": "EDIT"
@@ -636,8 +636,6 @@
636
636
  "name": "PlanView",
637
637
  "linkedEntity": "Plan",
638
638
  "config": {
639
- "icon": "eye",
640
- "mode": "edit",
641
639
  "fields": [
642
640
  "name",
643
641
  "description",
@@ -647,7 +645,9 @@
647
645
  "trialDays",
648
646
  "status"
649
647
  ],
650
- "title": "View Plan"
648
+ "icon": "eye",
649
+ "title": "View Plan",
650
+ "mode": "edit"
651
651
  },
652
652
  "events": {
653
653
  "OPEN": "VIEW"
@@ -668,10 +668,10 @@
668
668
  "name": "PlanDelete",
669
669
  "linkedEntity": "Plan",
670
670
  "config": {
671
- "title": "Delete Plan",
672
671
  "icon": "alert-triangle",
672
+ "confirmLabel": "Delete",
673
673
  "alertMessage": "This action cannot be undone.",
674
- "confirmLabel": "Delete"
674
+ "title": "Delete Plan"
675
675
  },
676
676
  "events": {
677
677
  "CONFIRM": "CONFIRM_DELETE",
@@ -692,8 +692,8 @@
692
692
  "ref": "Recurring.traits.SubscriptionManage",
693
693
  "name": "PlanSubscriptionManage",
694
694
  "config": {
695
- "title": "Active Subscriptions",
696
- "maxRetries": 4.0
695
+ "maxRetries": 4.0,
696
+ "title": "Active Subscriptions"
697
697
  }
698
698
  },
699
699
  {
@@ -1000,32 +1000,32 @@
1000
1000
  "ref": "AppShell.traits.AppLayout",
1001
1001
  "name": "InvoiceAppLayout",
1002
1002
  "config": {
1003
- "contentTrait": "@trait.InvoiceCatalog",
1004
- "searchEvent": "INVOICE_SEARCH",
1005
- "appName": "Subscription Billing",
1006
- "notifications": [],
1007
1003
  "navItems": [
1008
1004
  {
1009
- "label": "Plans",
1010
1005
  "href": "/plans",
1011
- "icon": "credit-card"
1006
+ "icon": "credit-card",
1007
+ "label": "Plans"
1012
1008
  },
1013
1009
  {
1014
1010
  "href": "/invoices",
1015
- "icon": "receipt",
1016
- "label": "Invoices"
1011
+ "label": "Invoices",
1012
+ "icon": "receipt"
1017
1013
  },
1018
1014
  {
1019
- "label": "Dunning",
1015
+ "href": "/dunning",
1020
1016
  "icon": "alert-triangle",
1021
- "href": "/dunning"
1017
+ "label": "Dunning"
1022
1018
  }
1023
1019
  ],
1024
- "notificationClickEvent": "INVOICE_NOTIFICATIONS_OPEN"
1020
+ "searchEvent": "INVOICE_SEARCH",
1021
+ "notifications": [],
1022
+ "notificationClickEvent": "INVOICE_NOTIFICATIONS_OPEN",
1023
+ "appName": "Subscription Billing",
1024
+ "contentTrait": "@trait.InvoiceCatalog"
1025
1025
  },
1026
1026
  "events": {
1027
- "SEARCH": "INVOICE_SEARCH",
1028
- "NOTIFY_CLICK": "INVOICE_NOTIFICATIONS_OPEN"
1027
+ "NOTIFY_CLICK": "INVOICE_NOTIFICATIONS_OPEN",
1028
+ "SEARCH": "INVOICE_SEARCH"
1029
1029
  }
1030
1030
  },
1031
1031
  {
@@ -1110,46 +1110,47 @@
1110
1110
  {
1111
1111
  "type": "stack",
1112
1112
  "direction": "vertical",
1113
+ "gap": "lg",
1113
1114
  "children": [
1114
1115
  {
1115
- "type": "stack",
1116
- "direction": "horizontal",
1117
- "gap": "md",
1118
- "justify": "between",
1116
+ "align": "center",
1119
1117
  "children": [
1120
1118
  {
1121
- "direction": "horizontal",
1122
1119
  "align": "center",
1120
+ "direction": "horizontal",
1121
+ "type": "stack",
1123
1122
  "children": [
1124
1123
  {
1125
1124
  "type": "icon",
1126
1125
  "name": "receipt"
1127
1126
  },
1128
1127
  {
1129
- "type": "typography",
1130
1128
  "content": "Invoices",
1129
+ "type": "typography",
1131
1130
  "variant": "h2"
1132
1131
  }
1133
1132
  ],
1134
- "type": "stack",
1135
1133
  "gap": "sm"
1136
1134
  },
1137
1135
  {
1138
1136
  "children": [
1139
1137
  {
1138
+ "variant": "primary",
1140
1139
  "label": "Add Note",
1140
+ "type": "button",
1141
1141
  "action": "CREATE",
1142
- "variant": "primary",
1143
- "icon": "plus",
1144
- "type": "button"
1142
+ "icon": "plus"
1145
1143
  }
1146
1144
  ],
1147
- "type": "stack",
1148
1145
  "direction": "horizontal",
1146
+ "type": "stack",
1149
1147
  "gap": "sm"
1150
1148
  }
1151
1149
  ],
1152
- "align": "center"
1150
+ "gap": "md",
1151
+ "type": "stack",
1152
+ "direction": "horizontal",
1153
+ "justify": "between"
1153
1154
  },
1154
1155
  {
1155
1156
  "type": "divider"
@@ -1160,12 +1161,11 @@
1160
1161
  },
1161
1162
  {
1162
1163
  "variant": "h3",
1163
- "content": "Recent Notes",
1164
- "type": "typography"
1164
+ "type": "typography",
1165
+ "content": "Recent Notes"
1165
1166
  },
1166
1167
  "@trait.InvoiceNoteBrowseList"
1167
- ],
1168
- "gap": "lg"
1168
+ ]
1169
1169
  }
1170
1170
  ]
1171
1171
  ]
@@ -1184,8 +1184,11 @@
1184
1184
  "render-ui",
1185
1185
  "main",
1186
1186
  {
1187
+ "className": "py-8",
1187
1188
  "direction": "vertical",
1189
+ "gap": "md",
1188
1190
  "align": "center",
1191
+ "type": "stack",
1189
1192
  "children": [
1190
1193
  {
1191
1194
  "type": "icon",
@@ -1197,21 +1200,18 @@
1197
1200
  "content": "No notifications"
1198
1201
  },
1199
1202
  {
1200
- "type": "typography",
1201
1203
  "variant": "caption",
1204
+ "type": "typography",
1202
1205
  "content": "You're all caught up.",
1203
1206
  "color": "muted"
1204
1207
  },
1205
1208
  {
1206
- "label": "Back to invoices",
1207
- "variant": "ghost",
1208
1209
  "type": "button",
1209
- "action": "INIT"
1210
+ "action": "INIT",
1211
+ "variant": "ghost",
1212
+ "label": "Back to invoices"
1210
1213
  }
1211
- ],
1212
- "className": "py-8",
1213
- "type": "stack",
1214
- "gap": "md"
1214
+ ]
1215
1215
  }
1216
1216
  ]
1217
1217
  ]
@@ -1233,19 +1233,12 @@
1233
1233
  "name": "InvoiceNoteBrowseList",
1234
1234
  "linkedEntity": "InvoiceNote",
1235
1235
  "config": {
1236
- "itemActions": [
1237
- {
1238
- "variant": "danger",
1239
- "label": "Delete",
1240
- "event": "DELETE"
1241
- }
1242
- ],
1243
- "gap": "sm",
1236
+ "cols": 1.0,
1244
1237
  "fields": [
1245
1238
  {
1246
1239
  "name": "invoiceId",
1247
- "icon": "receipt",
1248
- "variant": "h4"
1240
+ "variant": "h4",
1241
+ "icon": "receipt"
1249
1242
  },
1250
1243
  {
1251
1244
  "variant": "body",
@@ -1256,11 +1249,18 @@
1256
1249
  "name": "author"
1257
1250
  },
1258
1251
  {
1259
- "name": "createdAt",
1260
- "variant": "caption"
1252
+ "variant": "caption",
1253
+ "name": "createdAt"
1261
1254
  }
1262
1255
  ],
1263
- "cols": 1.0
1256
+ "itemActions": [
1257
+ {
1258
+ "label": "Delete",
1259
+ "event": "DELETE",
1260
+ "variant": "danger"
1261
+ }
1262
+ ],
1263
+ "gap": "sm"
1264
1264
  },
1265
1265
  "listens": [
1266
1266
  {
@@ -1288,12 +1288,12 @@
1288
1288
  "config": {
1289
1289
  "icon": "plus-circle",
1290
1290
  "title": "New Note",
1291
- "mode": "create",
1292
1291
  "fields": [
1293
1292
  "invoiceId",
1294
1293
  "body",
1295
1294
  "author"
1296
- ]
1295
+ ],
1296
+ "mode": "create"
1297
1297
  },
1298
1298
  "events": {
1299
1299
  "OPEN": "CREATE"
@@ -1531,32 +1531,32 @@
1531
1531
  "ref": "AppShell.traits.AppLayout",
1532
1532
  "name": "DunningAppLayout",
1533
1533
  "config": {
1534
+ "appName": "Subscription Billing",
1534
1535
  "navItems": [
1535
1536
  {
1537
+ "label": "Plans",
1536
1538
  "icon": "credit-card",
1537
- "href": "/plans",
1538
- "label": "Plans"
1539
+ "href": "/plans"
1539
1540
  },
1540
1541
  {
1541
1542
  "icon": "receipt",
1542
- "href": "/invoices",
1543
- "label": "Invoices"
1543
+ "label": "Invoices",
1544
+ "href": "/invoices"
1544
1545
  },
1545
1546
  {
1547
+ "icon": "alert-triangle",
1546
1548
  "href": "/dunning",
1547
- "label": "Dunning",
1548
- "icon": "alert-triangle"
1549
+ "label": "Dunning"
1549
1550
  }
1550
1551
  ],
1551
- "appName": "Subscription Billing",
1552
1552
  "searchEvent": "DUNNING_SEARCH",
1553
1553
  "notifications": [],
1554
- "notificationClickEvent": "DUNNING_NOTIFICATIONS_OPEN",
1555
- "contentTrait": "@trait.DunningCatalog"
1554
+ "contentTrait": "@trait.DunningCatalog",
1555
+ "notificationClickEvent": "DUNNING_NOTIFICATIONS_OPEN"
1556
1556
  },
1557
1557
  "events": {
1558
- "SEARCH": "DUNNING_SEARCH",
1559
- "NOTIFY_CLICK": "DUNNING_NOTIFICATIONS_OPEN"
1558
+ "NOTIFY_CLICK": "DUNNING_NOTIFICATIONS_OPEN",
1559
+ "SEARCH": "DUNNING_SEARCH"
1560
1560
  }
1561
1561
  },
1562
1562
  {
@@ -1639,14 +1639,10 @@
1639
1639
  "render-ui",
1640
1640
  "main",
1641
1641
  {
1642
- "direction": "vertical",
1642
+ "type": "stack",
1643
1643
  "children": [
1644
1644
  {
1645
- "gap": "md",
1646
- "align": "center",
1647
- "justify": "between",
1648
1645
  "type": "stack",
1649
- "direction": "horizontal",
1650
1646
  "children": [
1651
1647
  {
1652
1648
  "children": [
@@ -1660,26 +1656,30 @@
1660
1656
  "type": "typography"
1661
1657
  }
1662
1658
  ],
1663
- "align": "center",
1659
+ "gap": "sm",
1664
1660
  "type": "stack",
1665
1661
  "direction": "horizontal",
1666
- "gap": "sm"
1662
+ "align": "center"
1667
1663
  },
1668
1664
  {
1665
+ "type": "stack",
1669
1666
  "children": [
1670
1667
  {
1671
1668
  "type": "button",
1672
- "icon": "plus",
1673
1669
  "action": "CREATE",
1674
1670
  "label": "Log Note",
1675
- "variant": "primary"
1671
+ "variant": "primary",
1672
+ "icon": "plus"
1676
1673
  }
1677
1674
  ],
1678
- "type": "stack",
1679
1675
  "gap": "sm",
1680
1676
  "direction": "horizontal"
1681
1677
  }
1682
- ]
1678
+ ],
1679
+ "direction": "horizontal",
1680
+ "gap": "md",
1681
+ "justify": "between",
1682
+ "align": "center"
1683
1683
  },
1684
1684
  {
1685
1685
  "type": "divider"
@@ -1689,13 +1689,13 @@
1689
1689
  "type": "divider"
1690
1690
  },
1691
1691
  {
1692
- "type": "typography",
1693
1692
  "variant": "h3",
1694
- "content": "Case Notes"
1693
+ "content": "Case Notes",
1694
+ "type": "typography"
1695
1695
  },
1696
1696
  "@trait.DunningNoteBrowseList"
1697
1697
  ],
1698
- "type": "stack",
1698
+ "direction": "vertical",
1699
1699
  "gap": "lg"
1700
1700
  }
1701
1701
  ]
@@ -1715,8 +1715,6 @@
1715
1715
  "render-ui",
1716
1716
  "main",
1717
1717
  {
1718
- "align": "center",
1719
- "className": "py-8",
1720
1718
  "children": [
1721
1719
  {
1722
1720
  "type": "icon",
@@ -1724,25 +1722,27 @@
1724
1722
  },
1725
1723
  {
1726
1724
  "type": "typography",
1727
- "variant": "h3",
1728
- "content": "No notifications"
1725
+ "content": "No notifications",
1726
+ "variant": "h3"
1729
1727
  },
1730
1728
  {
1731
1729
  "type": "typography",
1732
- "color": "muted",
1733
1730
  "content": "You're all caught up.",
1734
- "variant": "caption"
1731
+ "variant": "caption",
1732
+ "color": "muted"
1735
1733
  },
1736
1734
  {
1737
- "action": "INIT",
1738
1735
  "label": "Back to dunning",
1739
- "variant": "ghost",
1740
- "type": "button"
1736
+ "action": "INIT",
1737
+ "type": "button",
1738
+ "variant": "ghost"
1741
1739
  }
1742
1740
  ],
1743
- "type": "stack",
1744
1741
  "direction": "vertical",
1745
- "gap": "md"
1742
+ "className": "py-8",
1743
+ "align": "center",
1744
+ "gap": "md",
1745
+ "type": "stack"
1746
1746
  }
1747
1747
  ]
1748
1748
  ]
@@ -1765,16 +1765,17 @@
1765
1765
  "config": {
1766
1766
  "itemActions": [
1767
1767
  {
1768
- "variant": "danger",
1769
1768
  "event": "DELETE",
1769
+ "variant": "danger",
1770
1770
  "label": "Delete"
1771
1771
  }
1772
1772
  ],
1773
+ "gap": "sm",
1773
1774
  "fields": [
1774
1775
  {
1775
- "name": "caseId",
1776
+ "icon": "alert-triangle",
1776
1777
  "variant": "h4",
1777
- "icon": "alert-triangle"
1778
+ "name": "caseId"
1778
1779
  },
1779
1780
  {
1780
1781
  "variant": "body",
@@ -1789,8 +1790,7 @@
1789
1790
  "variant": "caption"
1790
1791
  }
1791
1792
  ],
1792
- "cols": 1.0,
1793
- "gap": "sm"
1793
+ "cols": 1.0
1794
1794
  },
1795
1795
  "listens": [
1796
1796
  {
@@ -1817,8 +1817,8 @@
1817
1817
  "linkedEntity": "DunningNote",
1818
1818
  "config": {
1819
1819
  "icon": "plus-circle",
1820
- "title": "New Note",
1821
1820
  "mode": "create",
1821
+ "title": "New Note",
1822
1822
  "fields": [
1823
1823
  "caseId",
1824
1824
  "body",
@@ -2000,4 +2000,4 @@
2000
2000
  ]
2001
2001
  }
2002
2002
  ]
2003
- }
2003
+ }