@almadar/std 14.24.0 → 14.26.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 (433) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  25. package/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  30. package/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  33. package/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  37. package/behaviors/registry/app/atoms/std-donor.orb +88 -38
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +92 -80
  40. package/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  44. package/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  45. package/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  47. package/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  49. package/behaviors/registry/app/atoms/std-lease.orb +174 -38
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  52. package/behaviors/registry/app/atoms/std-matter.orb +237 -40
  53. package/behaviors/registry/app/atoms/std-membership.orb +93 -37
  54. package/behaviors/registry/app/atoms/std-menu.orb +44 -44
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  60. package/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  66. package/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  68. package/behaviors/registry/app/atoms/std-segment.orb +76 -33
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  70. package/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  71. package/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  75. package/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  79. package/behaviors/registry/app/atoms/std-trial.orb +116 -47
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  83. package/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  85. package/behaviors/registry/app/molecules/std-application.orb +159 -159
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  87. package/behaviors/registry/app/molecules/std-cart.orb +49 -49
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  92. package/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  97. package/behaviors/registry/app/organisms/std-cms.orb +296 -296
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  100. package/behaviors/registry/app/organisms/std-crm.orb +248 -248
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  106. package/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  110. package/behaviors/registry/app/organisms/std-forum.orb +152 -152
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  114. package/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  117. package/behaviors/registry/app/organisms/std-listings.orb +129 -129
  118. package/behaviors/registry/app/organisms/std-lms.orb +381 -381
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  122. package/behaviors/registry/app/organisms/std-notes.orb +301 -90
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  131. package/behaviors/registry/app/organisms/std-survey.orb +123 -123
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  134. package/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +55 -55
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  139. package/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  142. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  143. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  145. package/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  146. package/behaviors/registry/core/atoms/std-filter.orb +13 -13
  147. package/behaviors/registry/core/atoms/std-flag.orb +90 -90
  148. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  153. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  155. package/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  156. package/behaviors/registry/core/atoms/std-push.orb +35 -35
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  162. package/behaviors/registry/core/atoms/std-search.orb +8 -8
  163. package/behaviors/registry/core/atoms/std-selection.orb +93 -93
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  165. package/behaviors/registry/core/atoms/std-stats.orb +114 -114
  166. package/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  168. package/behaviors/registry/core/atoms/std-thread.orb +46 -46
  169. package/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  170. package/behaviors/registry/core/atoms/std-vote.orb +37 -37
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  177. package/behaviors/registry/core/molecules/std-list.orb +57 -57
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  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 +141 -141
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  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 +25 -25
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  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 +68 -68
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  191. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  192. package/behaviors/registry/game/atoms/std-timer.orb +269 -269
  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 +33 -33
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  203. package/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  204. package/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  208. package/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  216. package/dist/behaviors/behaviors-registry.json +4 -684
  217. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  218. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  219. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  220. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  221. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  222. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  223. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  224. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  225. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  226. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  227. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  228. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  229. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  230. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  231. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  232. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  233. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  234. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  235. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  236. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  237. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  238. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  239. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  240. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  241. package/dist/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  242. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  243. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  244. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  245. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  246. package/dist/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  247. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  248. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  249. package/dist/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  250. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  251. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  252. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  253. package/dist/behaviors/registry/app/atoms/std-donor.orb +88 -38
  254. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  255. package/dist/behaviors/registry/app/atoms/std-driver.orb +92 -80
  256. package/dist/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  257. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  258. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  259. package/dist/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  260. package/dist/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  261. package/dist/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  262. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  263. package/dist/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  264. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-lease.orb +174 -38
  266. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  267. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  268. package/dist/behaviors/registry/app/atoms/std-matter.orb +237 -40
  269. package/dist/behaviors/registry/app/atoms/std-membership.orb +93 -37
  270. package/dist/behaviors/registry/app/atoms/std-menu.orb +44 -44
  271. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  272. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  273. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  274. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  275. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  276. package/dist/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  277. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  278. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  279. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  280. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  281. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  282. package/dist/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  283. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  284. package/dist/behaviors/registry/app/atoms/std-segment.orb +76 -33
  285. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  286. package/dist/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  287. package/dist/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  288. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  289. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  290. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  291. package/dist/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  292. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  293. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  294. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  295. package/dist/behaviors/registry/app/atoms/std-trial.orb +116 -47
  296. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  297. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  298. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  299. package/dist/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  300. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  301. package/dist/behaviors/registry/app/molecules/std-application.orb +159 -159
  302. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  303. package/dist/behaviors/registry/app/molecules/std-cart.orb +49 -49
  304. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  305. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  306. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  307. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  308. package/dist/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  309. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  310. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  311. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  312. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  313. package/dist/behaviors/registry/app/organisms/std-cms.orb +296 -296
  314. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  315. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  316. package/dist/behaviors/registry/app/organisms/std-crm.orb +248 -248
  317. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  318. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  319. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  320. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  321. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  322. package/dist/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  323. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  324. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  325. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  326. package/dist/behaviors/registry/app/organisms/std-forum.orb +152 -152
  327. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  328. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  329. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  330. package/dist/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  331. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  332. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  333. package/dist/behaviors/registry/app/organisms/std-listings.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-lms.orb +381 -381
  335. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  336. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  337. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  338. package/dist/behaviors/registry/app/organisms/std-notes.orb +301 -90
  339. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  340. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  341. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  342. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  343. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  344. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  345. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  346. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  347. package/dist/behaviors/registry/app/organisms/std-survey.orb +123 -123
  348. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  349. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  350. package/dist/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  351. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  352. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  353. package/dist/behaviors/registry/core/atoms/std-browse.orb +55 -55
  354. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  355. package/dist/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  356. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  357. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  358. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  359. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  360. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  361. package/dist/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  362. package/dist/behaviors/registry/core/atoms/std-filter.orb +13 -13
  363. package/dist/behaviors/registry/core/atoms/std-flag.orb +90 -90
  364. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  365. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  366. package/dist/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  367. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  368. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  369. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  370. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  371. package/dist/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  372. package/dist/behaviors/registry/core/atoms/std-push.orb +35 -35
  373. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  374. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  375. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  376. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  377. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  378. package/dist/behaviors/registry/core/atoms/std-search.orb +8 -8
  379. package/dist/behaviors/registry/core/atoms/std-selection.orb +93 -93
  380. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  381. package/dist/behaviors/registry/core/atoms/std-stats.orb +114 -114
  382. package/dist/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  383. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  384. package/dist/behaviors/registry/core/atoms/std-thread.orb +46 -46
  385. package/dist/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  386. package/dist/behaviors/registry/core/atoms/std-vote.orb +37 -37
  387. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  388. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  389. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  390. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  391. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  392. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  393. package/dist/behaviors/registry/core/molecules/std-list.orb +57 -57
  394. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  395. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  396. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  397. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  398. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  399. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  400. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  401. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  402. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  403. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  404. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  405. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  406. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  407. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  408. package/dist/behaviors/registry/game/atoms/std-timer.orb +269 -269
  409. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  410. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  411. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  412. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  413. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  414. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  415. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  416. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  417. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  418. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  419. package/dist/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  420. package/dist/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  421. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  422. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  423. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  424. package/dist/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  425. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  426. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  427. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  428. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  429. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  430. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  431. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  432. package/dist/behaviors-registry.json +4 -684
  433. package/package.json +1 -1
@@ -103,28 +103,28 @@
103
103
  "ref": "AppShell.traits.AppLayout",
104
104
  "name": "TicketAppLayout",
105
105
  "config": {
106
+ "searchEvent": "TICKET_SEARCH",
107
+ "contentTrait": "@trait.TicketCatalog",
106
108
  "notifications": [],
109
+ "appName": "Helpdesk",
107
110
  "notificationClickEvent": "TICKET_NOTIFICATIONS_OPEN",
108
111
  "navItems": [
109
112
  {
110
- "icon": "inbox",
111
113
  "label": "Tickets",
112
- "href": "/tickets"
114
+ "href": "/tickets",
115
+ "icon": "inbox"
113
116
  },
114
117
  {
115
- "icon": "message-circle",
118
+ "href": "/replies",
116
119
  "label": "Replies",
117
- "href": "/replies"
120
+ "icon": "message-circle"
118
121
  },
119
122
  {
120
123
  "href": "/metrics",
121
- "icon": "layout-list",
122
- "label": "Metrics"
124
+ "label": "Metrics",
125
+ "icon": "layout-list"
123
126
  }
124
- ],
125
- "searchEvent": "TICKET_SEARCH",
126
- "contentTrait": "@trait.TicketCatalog",
127
- "appName": "Helpdesk"
127
+ ]
128
128
  },
129
129
  "events": {
130
130
  "SEARCH": "TICKET_SEARCH",
@@ -211,59 +211,60 @@
211
211
  "render-ui",
212
212
  "main",
213
213
  {
214
+ "type": "stack",
214
215
  "children": [
215
216
  {
216
- "align": "center",
217
- "gap": "md",
218
- "type": "stack",
219
217
  "direction": "horizontal",
220
- "justify": "between",
221
218
  "children": [
222
219
  {
223
- "align": "center",
220
+ "type": "stack",
221
+ "gap": "sm",
224
222
  "direction": "horizontal",
223
+ "align": "center",
225
224
  "children": [
226
225
  {
227
- "name": "inbox",
228
- "type": "icon"
226
+ "type": "icon",
227
+ "name": "inbox"
229
228
  },
230
229
  {
231
- "variant": "h2",
232
230
  "type": "typography",
231
+ "variant": "h2",
233
232
  "content": "Tickets"
234
233
  }
235
- ],
236
- "type": "stack",
237
- "gap": "sm"
234
+ ]
238
235
  },
239
236
  {
240
- "gap": "sm",
241
237
  "type": "stack",
238
+ "gap": "sm",
242
239
  "direction": "horizontal",
243
240
  "children": [
244
241
  {
245
- "icon": "plus",
246
242
  "label": "New Ticket",
247
243
  "action": "CREATE",
244
+ "variant": "primary",
248
245
  "type": "button",
249
- "variant": "primary"
246
+ "icon": "plus"
250
247
  }
251
248
  ]
252
249
  }
253
- ]
250
+ ],
251
+ "justify": "between",
252
+ "align": "center",
253
+ "type": "stack",
254
+ "gap": "md"
254
255
  },
255
256
  {
256
257
  "type": "divider"
257
258
  },
258
259
  {
259
- "align": "center",
260
260
  "gap": "md",
261
- "direction": "horizontal",
262
261
  "children": [
263
262
  "@trait.TicketSearch",
264
263
  "@trait.TicketFilter"
265
264
  ],
266
- "type": "stack"
265
+ "type": "stack",
266
+ "direction": "horizontal",
267
+ "align": "center"
267
268
  },
268
269
  "@trait.TicketStats",
269
270
  "@trait.TicketGraphs",
@@ -272,7 +273,6 @@
272
273
  },
273
274
  "@trait.TicketBrowseList"
274
275
  ],
275
- "type": "stack",
276
276
  "direction": "vertical",
277
277
  "gap": "lg"
278
278
  }
@@ -293,32 +293,32 @@
293
293
  "render-ui",
294
294
  "main",
295
295
  {
296
- "align": "center",
297
- "direction": "vertical",
298
296
  "type": "stack",
299
- "className": "py-8",
297
+ "direction": "vertical",
300
298
  "gap": "md",
299
+ "align": "center",
300
+ "className": "py-8",
301
301
  "children": [
302
302
  {
303
303
  "type": "icon",
304
304
  "name": "bell"
305
305
  },
306
306
  {
307
- "content": "No notifications",
308
307
  "type": "typography",
309
- "variant": "h3"
308
+ "variant": "h3",
309
+ "content": "No notifications"
310
310
  },
311
311
  {
312
- "type": "typography",
313
- "content": "You're all caught up.",
312
+ "variant": "caption",
314
313
  "color": "muted",
315
- "variant": "caption"
314
+ "type": "typography",
315
+ "content": "You're all caught up."
316
316
  },
317
317
  {
318
+ "type": "button",
318
319
  "action": "INIT",
319
320
  "label": "Back to tickets",
320
- "variant": "ghost",
321
- "type": "button"
321
+ "variant": "ghost"
322
322
  }
323
323
  ]
324
324
  }
@@ -333,14 +333,15 @@
333
333
  "ref": "Search.traits.SearchResultSearch",
334
334
  "name": "TicketSearch",
335
335
  "config": {
336
- "event": "TICKET_SEARCH",
337
- "placeholder": "Search tickets…"
336
+ "placeholder": "Search tickets…",
337
+ "event": "TICKET_SEARCH"
338
338
  }
339
339
  },
340
340
  {
341
341
  "ref": "Filter.traits.FilterTargetFilter",
342
342
  "name": "TicketFilter",
343
343
  "config": {
344
+ "event": "TICKET_FILTER",
344
345
  "filters": [
345
346
  {
346
347
  "options": [
@@ -350,22 +351,21 @@
350
351
  "critical"
351
352
  ],
352
353
  "label": "Priority",
353
- "field": "priority",
354
- "filterType": "select"
354
+ "filterType": "select",
355
+ "field": "priority"
355
356
  },
356
357
  {
358
+ "filterType": "select",
359
+ "label": "Status",
360
+ "field": "status",
357
361
  "options": [
358
362
  "open",
359
363
  "in-progress",
360
364
  "resolved",
361
365
  "closed"
362
- ],
363
- "label": "Status",
364
- "field": "status",
365
- "filterType": "select"
366
+ ]
366
367
  }
367
- ],
368
- "event": "TICKET_FILTER"
368
+ ]
369
369
  }
370
370
  },
371
371
  {
@@ -375,14 +375,14 @@
375
375
  "title": "Tickets",
376
376
  "metrics": [
377
377
  {
378
- "icon": "inbox",
379
378
  "label": "Total",
380
379
  "aggregation": "count",
381
380
  "variant": "primary",
382
- "format": "number"
381
+ "format": "number",
382
+ "icon": "inbox"
383
383
  },
384
384
  {
385
- "format": "number",
385
+ "variant": "warning",
386
386
  "filter": [
387
387
  "fn",
388
388
  "row",
@@ -392,14 +392,12 @@
392
392
  "open"
393
393
  ]
394
394
  ],
395
+ "icon": "circle",
395
396
  "label": "Open",
396
397
  "aggregation": "count",
397
- "icon": "circle",
398
- "variant": "warning"
398
+ "format": "number"
399
399
  },
400
400
  {
401
- "icon": "check-circle",
402
- "label": "Resolved",
403
401
  "format": "number",
404
402
  "filter": [
405
403
  "fn",
@@ -410,8 +408,10 @@
410
408
  "resolved"
411
409
  ]
412
410
  ],
413
- "aggregation": "count",
414
- "variant": "success"
411
+ "variant": "success",
412
+ "label": "Resolved",
413
+ "icon": "check-circle",
414
+ "aggregation": "count"
415
415
  }
416
416
  ]
417
417
  },
@@ -430,12 +430,12 @@
430
430
  "ref": "Graphs.traits.GraphItemGraph",
431
431
  "name": "TicketGraphs",
432
432
  "config": {
433
- "height": 240.0,
433
+ "chartType": "bar",
434
+ "subtitle": "Volume across priority buckets",
434
435
  "categoryField": "priority",
435
- "showLegend": false,
436
+ "height": 240.0,
436
437
  "title": "Tickets by Priority",
437
- "subtitle": "Volume across priority buckets",
438
- "chartType": "bar",
438
+ "showLegend": false,
439
439
  "aggregation": "count"
440
440
  },
441
441
  "listens": [
@@ -454,25 +454,6 @@
454
454
  "name": "TicketBrowseList",
455
455
  "linkedEntity": "Ticket",
456
456
  "config": {
457
- "gap": "sm",
458
- "cols": 1.0,
459
- "itemActions": [
460
- {
461
- "event": "VIEW",
462
- "label": "View",
463
- "variant": "ghost"
464
- },
465
- {
466
- "label": "Edit",
467
- "event": "EDIT",
468
- "variant": "ghost"
469
- },
470
- {
471
- "label": "Delete",
472
- "variant": "danger",
473
- "event": "DELETE"
474
- }
475
- ],
476
457
  "fields": [
477
458
  {
478
459
  "icon": "inbox",
@@ -484,16 +465,35 @@
484
465
  "variant": "badge"
485
466
  },
486
467
  {
487
- "variant": "badge",
488
- "name": "status"
468
+ "name": "status",
469
+ "variant": "badge"
489
470
  },
490
471
  {
491
- "name": "assignee",
492
- "variant": "body"
472
+ "variant": "body",
473
+ "name": "assignee"
493
474
  },
494
475
  {
495
- "name": "description",
496
- "variant": "caption"
476
+ "variant": "caption",
477
+ "name": "description"
478
+ }
479
+ ],
480
+ "cols": 1.0,
481
+ "gap": "sm",
482
+ "itemActions": [
483
+ {
484
+ "event": "VIEW",
485
+ "variant": "ghost",
486
+ "label": "View"
487
+ },
488
+ {
489
+ "label": "Edit",
490
+ "event": "EDIT",
491
+ "variant": "ghost"
492
+ },
493
+ {
494
+ "label": "Delete",
495
+ "event": "DELETE",
496
+ "variant": "danger"
497
497
  }
498
498
  ]
499
499
  },
@@ -545,9 +545,6 @@
545
545
  "name": "TicketCreate",
546
546
  "linkedEntity": "Ticket",
547
547
  "config": {
548
- "icon": "plus-circle",
549
- "mode": "create",
550
- "title": "New Ticket",
551
548
  "fields": [
552
549
  "subject",
553
550
  "description",
@@ -555,7 +552,10 @@
555
552
  "status",
556
553
  "assignee",
557
554
  "customerEmail"
558
- ]
555
+ ],
556
+ "icon": "plus-circle",
557
+ "mode": "create",
558
+ "title": "New Ticket"
559
559
  },
560
560
  "events": {
561
561
  "OPEN": "CREATE"
@@ -577,6 +577,8 @@
577
577
  "linkedEntity": "Ticket",
578
578
  "config": {
579
579
  "icon": "edit",
580
+ "title": "Edit Ticket",
581
+ "mode": "edit",
580
582
  "fields": [
581
583
  "subject",
582
584
  "description",
@@ -584,9 +586,7 @@
584
586
  "status",
585
587
  "assignee",
586
588
  "customerEmail"
587
- ],
588
- "mode": "edit",
589
- "title": "Edit Ticket"
589
+ ]
590
590
  },
591
591
  "events": {
592
592
  "OPEN": "EDIT"
@@ -607,6 +607,9 @@
607
607
  "name": "TicketView",
608
608
  "linkedEntity": "Ticket",
609
609
  "config": {
610
+ "title": "View Ticket",
611
+ "mode": "edit",
612
+ "icon": "eye",
610
613
  "fields": [
611
614
  "subject",
612
615
  "description",
@@ -614,10 +617,7 @@
614
617
  "status",
615
618
  "assignee",
616
619
  "customerEmail"
617
- ],
618
- "title": "View Ticket",
619
- "icon": "eye",
620
- "mode": "edit"
620
+ ]
621
621
  },
622
622
  "events": {
623
623
  "OPEN": "VIEW"
@@ -638,10 +638,10 @@
638
638
  "name": "TicketDelete",
639
639
  "linkedEntity": "Ticket",
640
640
  "config": {
641
- "alertMessage": "This action cannot be undone.",
642
641
  "icon": "alert-triangle",
643
- "confirmLabel": "Delete",
644
- "title": "Delete Ticket"
642
+ "alertMessage": "This action cannot be undone.",
643
+ "title": "Delete Ticket",
644
+ "confirmLabel": "Delete"
645
645
  },
646
646
  "events": {
647
647
  "REQUEST": "DELETE",
@@ -956,15 +956,13 @@
956
956
  "name": "TicketReplyAppLayout",
957
957
  "linkedEntity": "TicketReply",
958
958
  "config": {
959
+ "notifications": [],
959
960
  "notificationClickEvent": "TICKET_REPLY_NOTIFICATIONS_OPEN",
960
- "appName": "Helpdesk",
961
- "searchEvent": "TICKET_REPLY_SEARCH",
962
- "contentTrait": "@trait.TicketReplyBrowse",
963
961
  "navItems": [
964
962
  {
965
- "href": "/tickets",
966
963
  "label": "Tickets",
967
- "icon": "inbox"
964
+ "icon": "inbox",
965
+ "href": "/tickets"
968
966
  },
969
967
  {
970
968
  "icon": "message-circle",
@@ -973,15 +971,17 @@
973
971
  },
974
972
  {
975
973
  "label": "Metrics",
976
- "href": "/metrics",
977
- "icon": "layout-list"
974
+ "icon": "layout-list",
975
+ "href": "/metrics"
978
976
  }
979
977
  ],
980
- "notifications": []
978
+ "contentTrait": "@trait.TicketReplyBrowse",
979
+ "searchEvent": "TICKET_REPLY_SEARCH",
980
+ "appName": "Helpdesk"
981
981
  },
982
982
  "events": {
983
- "SEARCH": "TICKET_REPLY_SEARCH",
984
- "NOTIFY_CLICK": "TICKET_REPLY_NOTIFICATIONS_OPEN"
983
+ "NOTIFY_CLICK": "TICKET_REPLY_NOTIFICATIONS_OPEN",
984
+ "SEARCH": "TICKET_REPLY_SEARCH"
985
985
  }
986
986
  },
987
987
  {
@@ -1097,20 +1097,20 @@
1097
1097
  "render-ui",
1098
1098
  "main",
1099
1099
  {
1100
- "gap": "md",
1101
1100
  "className": "py-12",
1101
+ "gap": "md",
1102
+ "type": "stack",
1102
1103
  "direction": "vertical",
1103
1104
  "align": "center",
1104
- "type": "stack",
1105
1105
  "children": [
1106
1106
  {
1107
1107
  "type": "spinner"
1108
1108
  },
1109
1109
  {
1110
- "type": "typography",
1110
+ "content": "Loading…",
1111
1111
  "color": "muted",
1112
- "variant": "caption",
1113
- "content": "Loading…"
1112
+ "type": "typography",
1113
+ "variant": "caption"
1114
1114
  }
1115
1115
  ]
1116
1116
  }
@@ -1126,17 +1126,20 @@
1126
1126
  "render-ui",
1127
1127
  "main",
1128
1128
  {
1129
- "gap": "lg",
1129
+ "className": "max-w-5xl mx-auto w-full",
1130
1130
  "children": [
1131
1131
  {
1132
- "type": "stack",
1133
- "align": "center",
1134
1132
  "direction": "horizontal",
1135
1133
  "gap": "md",
1134
+ "justify": "between",
1135
+ "align": "center",
1136
+ "type": "stack",
1136
1137
  "children": [
1137
1138
  {
1138
- "type": "stack",
1139
1139
  "direction": "horizontal",
1140
+ "type": "stack",
1141
+ "gap": "sm",
1142
+ "align": "center",
1140
1143
  "children": [
1141
1144
  {
1142
1145
  "type": "icon",
@@ -1147,19 +1150,16 @@
1147
1150
  "content": "Replies",
1148
1151
  "variant": "h2"
1149
1152
  }
1150
- ],
1151
- "gap": "sm",
1152
- "align": "center"
1153
+ ]
1153
1154
  },
1154
1155
  {
1156
+ "type": "button",
1155
1157
  "action": "CREATE",
1156
1158
  "label": "Compose",
1157
- "type": "button",
1158
1159
  "variant": "primary",
1159
1160
  "icon": "edit"
1160
1161
  }
1161
- ],
1162
- "justify": "between"
1162
+ ]
1163
1163
  },
1164
1164
  {
1165
1165
  "type": "divider"
@@ -1169,31 +1169,31 @@
1169
1169
  "type": "divider"
1170
1170
  },
1171
1171
  {
1172
+ "variant": "card",
1173
+ "type": "data-list",
1172
1174
  "entity": "@payload.data",
1173
- "gap": "sm",
1174
1175
  "fields": [
1175
1176
  {
1176
- "icon": "message-circle",
1177
1177
  "name": "author",
1178
+ "icon": "message-circle",
1178
1179
  "variant": "h4"
1179
1180
  },
1180
1181
  {
1181
- "variant": "body",
1182
- "name": "body"
1182
+ "name": "body",
1183
+ "variant": "body"
1183
1184
  },
1184
1185
  {
1186
+ "name": "createdAt",
1185
1187
  "variant": "caption",
1186
- "format": "date",
1187
- "name": "createdAt"
1188
+ "format": "date"
1188
1189
  }
1189
1190
  ],
1190
- "variant": "card",
1191
- "type": "data-list"
1191
+ "gap": "sm"
1192
1192
  }
1193
1193
  ],
1194
- "className": "max-w-5xl mx-auto w-full",
1195
- "type": "stack",
1196
- "direction": "vertical"
1194
+ "direction": "vertical",
1195
+ "gap": "lg",
1196
+ "type": "stack"
1197
1197
  }
1198
1198
  ]
1199
1199
  ]
@@ -1207,6 +1207,11 @@
1207
1207
  "render-ui",
1208
1208
  "main",
1209
1209
  {
1210
+ "gap": "md",
1211
+ "type": "stack",
1212
+ "align": "center",
1213
+ "className": "py-12",
1214
+ "direction": "vertical",
1210
1215
  "children": [
1211
1216
  {
1212
1217
  "name": "alert-triangle",
@@ -1214,29 +1219,24 @@
1214
1219
  "type": "icon"
1215
1220
  },
1216
1221
  {
1217
- "content": "Failed to load replies",
1218
1222
  "type": "typography",
1219
- "variant": "h3"
1223
+ "variant": "h3",
1224
+ "content": "Failed to load replies"
1220
1225
  },
1221
1226
  {
1227
+ "color": "muted",
1222
1228
  "variant": "body",
1223
- "type": "typography",
1224
1229
  "content": "@payload.error",
1225
- "color": "muted"
1230
+ "type": "typography"
1226
1231
  },
1227
1232
  {
1233
+ "icon": "rotate-ccw",
1228
1234
  "label": "Retry",
1229
- "action": "INIT",
1230
- "type": "button",
1231
1235
  "variant": "primary",
1232
- "icon": "rotate-ccw"
1236
+ "type": "button",
1237
+ "action": "INIT"
1233
1238
  }
1234
- ],
1235
- "direction": "vertical",
1236
- "align": "center",
1237
- "gap": "md",
1238
- "className": "py-12",
1239
- "type": "stack"
1239
+ ]
1240
1240
  }
1241
1241
  ]
1242
1242
  ]
@@ -1301,42 +1301,42 @@
1301
1301
  "render-ui",
1302
1302
  "main",
1303
1303
  {
1304
- "direction": "vertical",
1305
- "gap": "md",
1306
1304
  "type": "stack",
1305
+ "direction": "vertical",
1307
1306
  "children": [
1308
1307
  {
1309
1308
  "variant": "h3",
1310
- "type": "typography",
1311
- "content": "New reply"
1309
+ "content": "New reply",
1310
+ "type": "typography"
1312
1311
  },
1313
1312
  {
1314
- "type": "textarea",
1315
- "placeholder": "Write your reply…"
1313
+ "placeholder": "Write your reply…",
1314
+ "type": "textarea"
1316
1315
  },
1317
1316
  {
1318
- "type": "stack",
1319
1317
  "direction": "horizontal",
1320
- "gap": "sm",
1321
1318
  "children": [
1322
1319
  {
1323
- "type": "button",
1324
1320
  "label": "Save Draft",
1321
+ "variant": "ghost",
1322
+ "type": "button",
1325
1323
  "icon": "save",
1326
- "action": "CREATE",
1327
- "variant": "ghost"
1324
+ "action": "CREATE"
1328
1325
  },
1329
1326
  {
1327
+ "action": "SEND",
1330
1328
  "label": "Send Reply",
1331
1329
  "variant": "primary",
1332
- "action": "SEND",
1333
1330
  "icon": "send",
1334
1331
  "type": "button"
1335
1332
  }
1336
1333
  ],
1334
+ "gap": "sm",
1335
+ "type": "stack",
1337
1336
  "justify": "end"
1338
1337
  }
1339
- ]
1338
+ ],
1339
+ "gap": "md"
1340
1340
  }
1341
1341
  ]
1342
1342
  ]
@@ -1350,6 +1350,8 @@
1350
1350
  "name": "TicketReplyCreate",
1351
1351
  "linkedEntity": "TicketReply",
1352
1352
  "config": {
1353
+ "icon": "message-circle",
1354
+ "mode": "create",
1353
1355
  "fields": [
1354
1356
  "ticketId",
1355
1357
  "body",
@@ -1357,8 +1359,6 @@
1357
1359
  "customerEmail",
1358
1360
  "subject"
1359
1361
  ],
1360
- "icon": "message-circle",
1361
- "mode": "create",
1362
1362
  "title": "New Reply"
1363
1363
  },
1364
1364
  "events": {
@@ -1387,11 +1387,11 @@
1387
1387
  "ref": "Email.traits.ServiceEmailEmail",
1388
1388
  "name": "TicketReplyEmail",
1389
1389
  "config": {
1390
- "recipient": "",
1391
1390
  "sender": "support@example.com",
1392
- "uiTrait": "@trait.TicketReplyComposerForm",
1391
+ "recipient": "",
1392
+ "body": "",
1393
1393
  "subject": "Re: your ticket",
1394
- "body": ""
1394
+ "uiTrait": "@trait.TicketReplyComposerForm"
1395
1395
  },
1396
1396
  "listens": [
1397
1397
  {
@@ -1580,27 +1580,27 @@
1580
1580
  "linkedEntity": "SupportMetric",
1581
1581
  "config": {
1582
1582
  "contentTrait": "@trait.SupportMetricsDisplay",
1583
- "appName": "Helpdesk",
1584
- "notifications": [],
1583
+ "searchEvent": "SUPPORT_METRICS_SEARCH",
1585
1584
  "navItems": [
1586
1585
  {
1587
- "icon": "inbox",
1586
+ "label": "Tickets",
1588
1587
  "href": "/tickets",
1589
- "label": "Tickets"
1588
+ "icon": "inbox"
1590
1589
  },
1591
1590
  {
1591
+ "icon": "message-circle",
1592
1592
  "label": "Replies",
1593
- "href": "/replies",
1594
- "icon": "message-circle"
1593
+ "href": "/replies"
1595
1594
  },
1596
1595
  {
1597
- "href": "/metrics",
1596
+ "label": "Metrics",
1598
1597
  "icon": "layout-list",
1599
- "label": "Metrics"
1598
+ "href": "/metrics"
1600
1599
  }
1601
1600
  ],
1601
+ "notifications": [],
1602
1602
  "notificationClickEvent": "SUPPORT_METRICS_NOTIFICATIONS_OPEN",
1603
- "searchEvent": "SUPPORT_METRICS_SEARCH"
1603
+ "appName": "Helpdesk"
1604
1604
  },
1605
1605
  "events": {
1606
1606
  "SEARCH": "SUPPORT_METRICS_SEARCH",
@@ -1621,19 +1621,19 @@
1621
1621
  "variant": "h4"
1622
1622
  },
1623
1623
  {
1624
- "name": "category",
1624
+ "variant": "caption",
1625
1625
  "label": "Category",
1626
- "variant": "caption"
1626
+ "name": "category"
1627
1627
  },
1628
1628
  {
1629
+ "label": "Status",
1629
1630
  "variant": "badge",
1630
- "name": "status",
1631
- "label": "Status"
1631
+ "name": "status"
1632
1632
  },
1633
1633
  {
1634
- "label": "Priority",
1635
1634
  "name": "priority",
1636
- "variant": "badge"
1635
+ "variant": "badge",
1636
+ "label": "Priority"
1637
1637
  }
1638
1638
  ]
1639
1639
  }
@@ -1664,38 +1664,38 @@
1664
1664
  "render-ui",
1665
1665
  "main",
1666
1666
  {
1667
- "type": "stack",
1668
- "className": "max-w-6xl mx-auto w-full p-4",
1669
1667
  "children": [
1670
1668
  {
1671
1669
  "align": "center",
1672
- "type": "stack",
1670
+ "direction": "horizontal",
1671
+ "gap": "sm",
1673
1672
  "children": [
1674
1673
  {
1675
1674
  "type": "icon",
1676
1675
  "name": "activity"
1677
1676
  },
1678
1677
  {
1679
- "variant": "h2",
1678
+ "type": "typography",
1680
1679
  "content": "Support Metrics",
1681
- "type": "typography"
1680
+ "variant": "h2"
1682
1681
  }
1683
1682
  ],
1684
- "gap": "sm",
1685
- "direction": "horizontal"
1683
+ "type": "stack"
1686
1684
  },
1687
1685
  {
1688
1686
  "type": "divider"
1689
1687
  },
1690
1688
  {
1691
1689
  "variant": "h3",
1692
- "type": "typography",
1693
- "content": "Recent"
1690
+ "content": "Recent",
1691
+ "type": "typography"
1694
1692
  },
1695
1693
  "@trait.SupportMetricsBrowse"
1696
1694
  ],
1697
- "direction": "vertical",
1698
- "gap": "lg"
1695
+ "gap": "lg",
1696
+ "className": "max-w-6xl mx-auto w-full p-4",
1697
+ "type": "stack",
1698
+ "direction": "vertical"
1699
1699
  }
1700
1700
  ]
1701
1701
  ]