@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
@@ -74,58 +74,7 @@
74
74
  "linkedEntity": "HelpCategory",
75
75
  "emits": [
76
76
  {
77
- "event": "VIEW",
78
- "payloadSchema": [
79
- {
80
- "name": "id",
81
- "type": "string",
82
- "required": true
83
- },
84
- {
85
- "name": "source",
86
- "type": "string"
87
- }
88
- ]
89
- },
90
- {
91
- "event": "EDIT",
92
- "payloadSchema": [
93
- {
94
- "name": "id",
95
- "type": "string",
96
- "required": true
97
- },
98
- {
99
- "name": "source",
100
- "type": "string"
101
- }
102
- ]
103
- },
104
- {
105
- "event": "CREATE",
106
- "payloadSchema": [
107
- {
108
- "name": "source",
109
- "type": "string"
110
- }
111
- ]
112
- },
113
- {
114
- "event": "REQUEST_DELETE",
115
- "payloadSchema": [
116
- {
117
- "name": "id",
118
- "type": "string",
119
- "required": true
120
- },
121
- {
122
- "name": "source",
123
- "type": "string"
124
- }
125
- ]
126
- },
127
- {
128
- "event": "PUBLISH",
77
+ "event": "OPEN_CATEGORY",
129
78
  "payloadSchema": [
130
79
  {
131
80
  "name": "id",
@@ -178,55 +127,25 @@
178
127
  ]
179
128
  },
180
129
  {
181
- "event": "ARCHIVE",
130
+ "event": "CLOSE_VIEW"
131
+ },
132
+ {
133
+ "event": "PUBLISH",
182
134
  "payloadSchema": [
183
135
  {
184
136
  "name": "id",
185
137
  "type": "string",
186
138
  "required": true
187
- },
188
- {
189
- "name": "row.id",
190
- "type": "string",
191
- "required": true
192
- },
193
- {
194
- "name": "row.name",
195
- "type": "string",
196
- "required": true
197
- },
139
+ }
140
+ ]
141
+ },
142
+ {
143
+ "event": "ARCHIVE",
144
+ "payloadSchema": [
198
145
  {
199
- "name": "row.slug",
146
+ "name": "id",
200
147
  "type": "string",
201
148
  "required": true
202
- },
203
- {
204
- "name": "row.description",
205
- "type": "string"
206
- },
207
- {
208
- "name": "row.icon",
209
- "type": "string"
210
- },
211
- {
212
- "name": "row.sortOrder",
213
- "type": "number"
214
- },
215
- {
216
- "name": "row.articleCount",
217
- "type": "number"
218
- },
219
- {
220
- "name": "row.status",
221
- "type": "string"
222
- },
223
- {
224
- "name": "row.updatedAt",
225
- "type": "string"
226
- },
227
- {
228
- "name": "row.pendingId",
229
- "type": "string"
230
149
  }
231
150
  ]
232
151
  },
@@ -260,7 +179,10 @@
260
179
  "isInitial": true
261
180
  },
262
181
  {
263
- "name": "viewing"
182
+ "name": "browsing"
183
+ },
184
+ {
185
+ "name": "viewing_single"
264
186
  },
265
187
  {
266
188
  "name": "error"
@@ -296,75 +218,17 @@
296
218
  ]
297
219
  },
298
220
  {
299
- "key": "REFRESH",
300
- "name": "Refresh",
301
- "payloadSchema": [
302
- {
303
- "name": "source",
304
- "type": "string"
305
- }
306
- ]
307
- },
308
- {
309
- "key": "SEARCH",
310
- "name": "Search",
311
- "payloadSchema": [
312
- {
313
- "name": "query",
314
- "type": "string"
315
- }
316
- ]
317
- },
318
- {
319
- "key": "FILTER_STATUS",
320
- "name": "Filter Status",
321
- "payloadSchema": [
322
- {
323
- "name": "status",
324
- "type": "string"
325
- }
326
- ]
327
- },
328
- {
329
- "key": "CREATE",
330
- "name": "Create",
331
- "payloadSchema": [
332
- {
333
- "name": "source",
334
- "type": "string"
335
- }
336
- ]
337
- },
338
- {
339
- "key": "VIEW",
340
- "name": "View",
221
+ "key": "OPEN_CATEGORY",
222
+ "name": "Open Category",
341
223
  "payloadSchema": [
342
224
  {
343
225
  "name": "id",
344
226
  "type": "string",
345
227
  "required": true
346
- }
347
- ]
348
- },
349
- {
350
- "key": "EDIT",
351
- "name": "Edit",
352
- "payloadSchema": [
353
- {
354
- "name": "id",
355
- "type": "string",
356
- "required": true
357
- }
358
- ]
359
- },
360
- {
361
- "key": "PUBLISH",
362
- "name": "Publish",
363
- "payloadSchema": [
228
+ },
364
229
  {
365
- "name": "id",
366
- "type": "string",
367
- "required": true
230
+ "name": "row",
231
+ "type": "HelpCategory"
368
232
  }
369
233
  ]
370
234
  },
@@ -380,8 +244,12 @@
380
244
  ]
381
245
  },
382
246
  {
383
- "key": "REQUEST_DELETE",
384
- "name": "Request Delete",
247
+ "key": "CLOSE_VIEW",
248
+ "name": "Close View"
249
+ },
250
+ {
251
+ "key": "PUBLISH",
252
+ "name": "Publish",
385
253
  "payloadSchema": [
386
254
  {
387
255
  "name": "id",
@@ -402,8 +270,8 @@
402
270
  "HelpCategory",
403
271
  {
404
272
  "emit": {
405
- "failure": "HelpCategoryLoadFailed",
406
- "success": "HelpCategoryLoaded"
273
+ "success": "HelpCategoryLoaded",
274
+ "failure": "HelpCategoryLoadFailed"
407
275
  }
408
276
  }
409
277
  ],
@@ -411,102 +279,82 @@
411
279
  "render-ui",
412
280
  "main",
413
281
  {
414
- "align": "center",
282
+ "className": "py-12",
283
+ "gap": "md",
284
+ "type": "stack",
285
+ "direction": "vertical",
415
286
  "children": [
416
287
  {
417
288
  "type": "spinner"
418
289
  },
419
290
  {
291
+ "type": "typography",
420
292
  "variant": "caption",
421
293
  "color": "muted",
422
- "type": "typography",
423
294
  "content": "Loading help categories…"
424
295
  }
425
296
  ],
426
- "type": "stack",
427
- "className": "py-12",
428
- "direction": "vertical",
429
- "gap": "md"
297
+ "align": "center"
430
298
  }
431
299
  ]
432
300
  ]
433
301
  },
434
302
  {
435
303
  "from": "loading",
436
- "to": "viewing",
304
+ "to": "browsing",
437
305
  "event": "HelpCategoryLoaded",
438
306
  "effects": [
439
307
  [
440
308
  "render-ui",
441
309
  "main",
442
310
  {
443
- "direction": "vertical",
444
- "gap": "md",
445
- "type": "stack",
446
311
  "children": [
447
312
  {
448
- "direction": "horizontal",
449
- "type": "stack",
313
+ "gap": "sm",
450
314
  "align": "center",
315
+ "type": "stack",
451
316
  "children": [
452
317
  {
453
- "name": "folder",
454
- "type": "icon"
318
+ "type": "icon",
319
+ "name": "folder"
455
320
  },
456
321
  {
457
- "type": "typography",
458
322
  "content": "@config.title",
323
+ "type": "typography",
459
324
  "variant": "h3"
460
- },
461
- {
462
- "content": {
463
- "type": "typography",
464
- "content": "Categories group related help articles into navigable sections."
465
- },
466
- "position": "bottom",
467
- "type": "popover",
468
- "children": {
469
- "name": "info",
470
- "type": "icon"
471
- },
472
- "trigger": "click"
473
- },
474
- {
475
- "label": "New Category",
476
- "variant": "primary",
477
- "action": "CREATE",
478
- "type": "button"
479
325
  }
480
326
  ],
481
- "gap": "sm"
327
+ "direction": "horizontal"
482
328
  },
483
329
  {
484
- "type": "feature-grid",
485
- "columns": 3.0,
486
- "items": [
330
+ "cols": 4.0,
331
+ "children": [
332
+ {
333
+ "type": "stat-display",
334
+ "label": "Total categories",
335
+ "icon": "folder",
336
+ "value": "@payload.data.length"
337
+ },
487
338
  {
488
- "id": "getting-started",
489
- "description": "Onboarding and first-day setup",
490
- "title": "Getting Started",
491
- "icon": "rocket"
339
+ "type": "stat-display",
340
+ "icon": "check-circle",
341
+ "value": "18",
342
+ "label": "Published"
492
343
  },
493
344
  {
494
- "title": "Billing & Plans",
495
- "id": "billing",
496
- "icon": "credit-card",
497
- "description": "Pricing, invoices, and renewals"
345
+ "type": "stat-display",
346
+ "value": "246",
347
+ "icon": "book-open",
348
+ "label": "Articles"
498
349
  },
499
350
  {
500
- "id": "api",
501
- "description": "Endpoints, auth, and webhooks",
502
- "icon": "code",
503
- "title": "API Reference"
351
+ "value": "13",
352
+ "label": "Avg per category",
353
+ "icon": "bar-chart",
354
+ "type": "stat-display"
504
355
  }
505
- ]
506
- },
507
- {
508
- "entity": "HelpCategory",
509
- "type": "pricing-organism"
356
+ ],
357
+ "type": "simple-grid"
510
358
  },
511
359
  {
512
360
  "type": "divider"
@@ -514,24 +362,24 @@
514
362
  {
515
363
  "fields": [
516
364
  {
517
- "label": "Name",
518
365
  "name": "name",
519
- "variant": "caption"
366
+ "variant": "caption",
367
+ "label": "Name"
520
368
  },
521
369
  {
370
+ "label": "Slug",
522
371
  "variant": "caption",
523
- "name": "slug",
524
- "label": "Slug"
372
+ "name": "slug"
525
373
  },
526
374
  {
527
- "variant": "caption",
375
+ "name": "articleCount",
528
376
  "label": "Articles",
529
- "name": "articleCount"
377
+ "variant": "caption"
530
378
  },
531
379
  {
532
- "name": "sortOrder",
380
+ "variant": "caption",
533
381
  "label": "Order",
534
- "variant": "caption"
382
+ "name": "sortOrder"
535
383
  },
536
384
  {
537
385
  "variant": "badge",
@@ -539,44 +387,33 @@
539
387
  "label": "Status"
540
388
  },
541
389
  {
390
+ "label": "Updated",
542
391
  "name": "updatedAt",
543
- "variant": "caption",
544
- "label": "Updated"
392
+ "variant": "caption"
545
393
  }
546
394
  ],
395
+ "cols": 1.0,
396
+ "entity": "@payload.data",
547
397
  "gap": "sm",
548
398
  "type": "data-grid",
549
- "cols": 1.0,
550
399
  "itemActions": [
551
400
  {
552
- "event": "VIEW",
553
- "variant": "secondary",
554
- "label": "View"
555
- },
556
- {
557
- "variant": "secondary",
558
- "label": "Edit",
559
- "event": "EDIT"
560
- },
561
- {
401
+ "event": "OPEN_CATEGORY",
562
402
  "variant": "primary",
563
- "event": "PUBLISH",
564
- "label": "Publish"
403
+ "label": "Open",
404
+ "icon": "arrow-right"
565
405
  },
566
406
  {
567
- "event": "ARCHIVE",
568
407
  "label": "Archive",
569
- "variant": "ghost"
570
- },
571
- {
572
- "event": "REQUEST_DELETE",
573
- "label": "Delete",
408
+ "event": "ARCHIVE",
574
409
  "variant": "danger"
575
410
  }
576
- ],
577
- "entity": "@payload.data"
411
+ ]
578
412
  }
579
- ]
413
+ ],
414
+ "gap": "md",
415
+ "direction": "vertical",
416
+ "type": "stack"
580
417
  }
581
418
  ]
582
419
  ]
@@ -590,57 +427,231 @@
590
427
  "render-ui",
591
428
  "main",
592
429
  {
593
- "message": "@payload.message",
594
430
  "type": "alert",
595
- "variant": "error"
431
+ "variant": "error",
432
+ "message": "@payload.message"
596
433
  }
597
434
  ]
598
435
  ]
599
436
  },
600
437
  {
601
- "from": "viewing",
602
- "to": "loading",
603
- "event": "REFRESH",
438
+ "from": "browsing",
439
+ "to": "viewing_single",
440
+ "event": "OPEN_CATEGORY",
604
441
  "effects": [
605
442
  [
606
- "fetch",
607
- "HelpCategory",
608
- {
609
- "emit": {
610
- "failure": "HelpCategoryLoadFailed",
611
- "success": "HelpCategoryLoaded"
612
- }
613
- }
443
+ "set",
444
+ "@entity.id",
445
+ "@payload.row.id"
446
+ ],
447
+ [
448
+ "set",
449
+ "@entity.name",
450
+ "@payload.row.name"
451
+ ],
452
+ [
453
+ "set",
454
+ "@entity.slug",
455
+ "@payload.row.slug"
456
+ ],
457
+ [
458
+ "set",
459
+ "@entity.description",
460
+ "@payload.row.description"
461
+ ],
462
+ [
463
+ "set",
464
+ "@entity.icon",
465
+ "@payload.row.icon"
466
+ ],
467
+ [
468
+ "set",
469
+ "@entity.sortOrder",
470
+ "@payload.row.sortOrder"
471
+ ],
472
+ [
473
+ "set",
474
+ "@entity.articleCount",
475
+ "@payload.row.articleCount"
476
+ ],
477
+ [
478
+ "set",
479
+ "@entity.status",
480
+ "@payload.row.status"
481
+ ],
482
+ [
483
+ "set",
484
+ "@entity.updatedAt",
485
+ "@payload.row.updatedAt"
614
486
  ],
615
487
  [
616
488
  "render-ui",
617
489
  "main",
618
490
  {
491
+ "gap": "md",
492
+ "type": "stack",
619
493
  "direction": "vertical",
620
- "align": "center",
621
494
  "children": [
622
495
  {
623
- "type": "spinner"
496
+ "type": "stack",
497
+ "gap": "sm",
498
+ "children": [
499
+ {
500
+ "variant": "ghost",
501
+ "label": "Back",
502
+ "type": "button",
503
+ "action": "CLOSE_VIEW"
504
+ },
505
+ {
506
+ "type": "icon",
507
+ "name": "folder"
508
+ },
509
+ {
510
+ "type": "typography",
511
+ "content": "@entity.name",
512
+ "variant": "h3"
513
+ },
514
+ {
515
+ "label": "@entity.status",
516
+ "type": "badge",
517
+ "variant": "default"
518
+ }
519
+ ],
520
+ "direction": "horizontal",
521
+ "align": "center"
624
522
  },
625
523
  {
626
- "color": "muted",
627
- "type": "typography",
628
- "variant": "caption",
629
- "content": "Refreshing help categories…"
524
+ "type": "divider"
525
+ },
526
+ {
527
+ "gap": "sm",
528
+ "children": [
529
+ {
530
+ "type": "stack",
531
+ "gap": "md",
532
+ "direction": "horizontal",
533
+ "children": [
534
+ {
535
+ "content": "Slug",
536
+ "type": "typography",
537
+ "variant": "caption",
538
+ "color": "muted"
539
+ },
540
+ {
541
+ "type": "typography",
542
+ "variant": "body",
543
+ "content": "@entity.slug"
544
+ }
545
+ ]
546
+ },
547
+ {
548
+ "gap": "md",
549
+ "direction": "horizontal",
550
+ "children": [
551
+ {
552
+ "variant": "caption",
553
+ "color": "muted",
554
+ "type": "typography",
555
+ "content": "Description"
556
+ },
557
+ {
558
+ "variant": "body",
559
+ "type": "typography",
560
+ "content": "@entity.description"
561
+ }
562
+ ],
563
+ "type": "stack"
564
+ },
565
+ {
566
+ "type": "stack",
567
+ "direction": "horizontal",
568
+ "children": [
569
+ {
570
+ "variant": "caption",
571
+ "content": "Icon",
572
+ "type": "typography",
573
+ "color": "muted"
574
+ },
575
+ {
576
+ "content": "@entity.icon",
577
+ "type": "typography",
578
+ "variant": "body"
579
+ }
580
+ ],
581
+ "gap": "md"
582
+ }
583
+ ],
584
+ "direction": "vertical",
585
+ "type": "stack"
586
+ },
587
+ {
588
+ "type": "divider"
589
+ },
590
+ {
591
+ "children": [
592
+ {
593
+ "icon": "book-open",
594
+ "type": "stat-display",
595
+ "label": "Articles",
596
+ "value": "@entity.articleCount"
597
+ },
598
+ {
599
+ "icon": "list-ordered",
600
+ "label": "Sort order",
601
+ "type": "stat-display",
602
+ "value": "@entity.sortOrder"
603
+ },
604
+ {
605
+ "label": "Updated",
606
+ "type": "stat-display",
607
+ "icon": "calendar",
608
+ "value": "@entity.updatedAt"
609
+ }
610
+ ],
611
+ "type": "simple-grid",
612
+ "cols": 3.0
613
+ },
614
+ {
615
+ "type": "stack",
616
+ "align": "center",
617
+ "direction": "horizontal",
618
+ "gap": "sm",
619
+ "children": [
620
+ {
621
+ "variant": "primary",
622
+ "actionPayload": {
623
+ "id": "@entity.id"
624
+ },
625
+ "type": "button",
626
+ "label": "Publish",
627
+ "action": "PUBLISH"
628
+ },
629
+ {
630
+ "action": "ARCHIVE",
631
+ "type": "button",
632
+ "label": "Archive",
633
+ "variant": "danger",
634
+ "actionPayload": {
635
+ "id": "@entity.id"
636
+ }
637
+ }
638
+ ]
630
639
  }
631
- ],
632
- "type": "stack",
633
- "className": "py-12",
634
- "gap": "md"
640
+ ]
635
641
  }
636
642
  ]
637
643
  ]
638
644
  },
639
645
  {
640
- "from": "viewing",
646
+ "from": "browsing",
641
647
  "to": "loading",
642
- "event": "SEARCH",
648
+ "event": "ARCHIVE",
643
649
  "effects": [
650
+ [
651
+ "set",
652
+ "@entity.id",
653
+ "@payload.id"
654
+ ],
644
655
  [
645
656
  "fetch",
646
657
  "HelpCategory",
@@ -655,30 +666,30 @@
655
666
  "render-ui",
656
667
  "main",
657
668
  {
669
+ "align": "center",
670
+ "gap": "md",
671
+ "className": "py-12",
658
672
  "children": [
659
673
  {
660
674
  "type": "spinner"
661
675
  },
662
676
  {
663
677
  "type": "typography",
678
+ "content": "Archiving category…",
664
679
  "variant": "caption",
665
- "content": "Searching help categories…",
666
680
  "color": "muted"
667
681
  }
668
682
  ],
669
- "className": "py-12",
670
683
  "type": "stack",
671
- "direction": "vertical",
672
- "align": "center",
673
- "gap": "md"
684
+ "direction": "vertical"
674
685
  }
675
686
  ]
676
687
  ]
677
688
  },
678
689
  {
679
- "from": "viewing",
690
+ "from": "viewing_single",
680
691
  "to": "loading",
681
- "event": "FILTER_STATUS",
692
+ "event": "CLOSE_VIEW",
682
693
  "effects": [
683
694
  [
684
695
  "fetch",
@@ -694,20 +705,20 @@
694
705
  "render-ui",
695
706
  "main",
696
707
  {
708
+ "gap": "md",
697
709
  "align": "center",
698
- "direction": "vertical",
699
- "type": "stack",
700
710
  "className": "py-12",
701
- "gap": "md",
711
+ "type": "stack",
712
+ "direction": "vertical",
702
713
  "children": [
703
714
  {
704
715
  "type": "spinner"
705
716
  },
706
717
  {
707
- "type": "typography",
708
- "variant": "caption",
709
718
  "color": "muted",
710
- "content": "Filtering help categories…"
719
+ "content": "Loading help categories…",
720
+ "type": "typography",
721
+ "variant": "caption"
711
722
  }
712
723
  ]
713
724
  }
@@ -715,46 +726,9 @@
715
726
  ]
716
727
  },
717
728
  {
718
- "from": "viewing",
719
- "to": "viewing",
720
- "event": "CREATE",
721
- "effects": [
722
- [
723
- "render-ui",
724
- "main",
725
- {
726
- "message": "Creating new help category",
727
- "type": "alert",
728
- "variant": "info"
729
- }
730
- ]
731
- ]
732
- },
733
- {
734
- "from": "viewing",
735
- "to": "viewing",
736
- "event": "VIEW",
737
- "effects": [
738
- [
739
- "set",
740
- "@entity.id",
741
- "@payload.id"
742
- ],
743
- [
744
- "render-ui",
745
- "main",
746
- {
747
- "variant": "info",
748
- "message": "Viewing help category",
749
- "type": "alert"
750
- }
751
- ]
752
- ]
753
- },
754
- {
755
- "from": "viewing",
756
- "to": "viewing",
757
- "event": "EDIT",
729
+ "from": "viewing_single",
730
+ "to": "loading",
731
+ "event": "PUBLISH",
758
732
  "effects": [
759
733
  [
760
734
  "set",
@@ -762,40 +736,42 @@
762
736
  "@payload.id"
763
737
  ],
764
738
  [
765
- "render-ui",
766
- "main",
739
+ "fetch",
740
+ "HelpCategory",
767
741
  {
768
- "variant": "info",
769
- "type": "alert",
770
- "message": "Editing help category"
742
+ "emit": {
743
+ "failure": "HelpCategoryLoadFailed",
744
+ "success": "HelpCategoryLoaded"
745
+ }
771
746
  }
772
- ]
773
- ]
774
- },
775
- {
776
- "from": "viewing",
777
- "to": "viewing",
778
- "event": "PUBLISH",
779
- "effects": [
780
- [
781
- "set",
782
- "@entity.id",
783
- "@payload.id"
784
747
  ],
785
748
  [
786
749
  "render-ui",
787
750
  "main",
788
751
  {
789
- "type": "alert",
790
- "variant": "success",
791
- "message": "Help category published"
752
+ "type": "stack",
753
+ "direction": "vertical",
754
+ "className": "py-12",
755
+ "children": [
756
+ {
757
+ "type": "spinner"
758
+ },
759
+ {
760
+ "type": "typography",
761
+ "variant": "caption",
762
+ "content": "Publishing category…",
763
+ "color": "muted"
764
+ }
765
+ ],
766
+ "align": "center",
767
+ "gap": "md"
792
768
  }
793
769
  ]
794
770
  ]
795
771
  },
796
772
  {
797
- "from": "viewing",
798
- "to": "viewing",
773
+ "from": "viewing_single",
774
+ "to": "loading",
799
775
  "event": "ARCHIVE",
800
776
  "effects": [
801
777
  [
@@ -804,33 +780,35 @@
804
780
  "@payload.id"
805
781
  ],
806
782
  [
807
- "render-ui",
808
- "main",
783
+ "fetch",
784
+ "HelpCategory",
809
785
  {
810
- "variant": "info",
811
- "type": "alert",
812
- "message": "Help category archived"
786
+ "emit": {
787
+ "success": "HelpCategoryLoaded",
788
+ "failure": "HelpCategoryLoadFailed"
789
+ }
813
790
  }
814
- ]
815
- ]
816
- },
817
- {
818
- "from": "viewing",
819
- "to": "viewing",
820
- "event": "REQUEST_DELETE",
821
- "effects": [
822
- [
823
- "set",
824
- "@entity.id",
825
- "@payload.id"
826
791
  ],
827
792
  [
828
793
  "render-ui",
829
794
  "main",
830
795
  {
831
- "type": "alert",
832
- "variant": "warning",
833
- "message": "Delete requested"
796
+ "children": [
797
+ {
798
+ "type": "spinner"
799
+ },
800
+ {
801
+ "variant": "caption",
802
+ "content": "Archiving category…",
803
+ "color": "muted",
804
+ "type": "typography"
805
+ }
806
+ ],
807
+ "align": "center",
808
+ "direction": "vertical",
809
+ "className": "py-12",
810
+ "gap": "md",
811
+ "type": "stack"
834
812
  }
835
813
  ]
836
814
  ]
@@ -884,4 +862,4 @@
884
862
  ]
885
863
  }
886
864
  ]
887
- }
865
+ }