@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
@@ -80,32 +80,32 @@
80
80
  "ref": "AppShell.traits.AppLayout",
81
81
  "name": "ChatAppLayout",
82
82
  "config": {
83
- "appName": "Realtime Chat",
84
- "notifications": [],
85
83
  "navItems": [
86
84
  {
87
85
  "label": "Chat",
88
- "href": "/chat",
89
- "icon": "message-circle"
86
+ "icon": "message-circle",
87
+ "href": "/chat"
90
88
  },
91
89
  {
92
- "label": "Channels",
93
90
  "href": "/channels",
94
- "icon": "hash"
91
+ "icon": "hash",
92
+ "label": "Channels"
95
93
  },
96
94
  {
97
- "label": "Online",
98
95
  "href": "/online",
99
- "icon": "users"
96
+ "icon": "users",
97
+ "label": "Online"
100
98
  }
101
99
  ],
102
- "searchEvent": "CHAT_SEARCH",
103
100
  "contentTrait": "@trait.ChatRoom",
104
- "notificationClickEvent": "CHAT_NOTIFICATIONS_OPEN"
101
+ "notifications": [],
102
+ "appName": "Realtime Chat",
103
+ "notificationClickEvent": "CHAT_NOTIFICATIONS_OPEN",
104
+ "searchEvent": "CHAT_SEARCH"
105
105
  },
106
106
  "events": {
107
- "NOTIFY_CLICK": "CHAT_NOTIFICATIONS_OPEN",
108
- "SEARCH": "CHAT_SEARCH"
107
+ "SEARCH": "CHAT_SEARCH",
108
+ "NOTIFY_CLICK": "CHAT_NOTIFICATIONS_OPEN"
109
109
  }
110
110
  },
111
111
  {
@@ -188,49 +188,48 @@
188
188
  "render-ui",
189
189
  "main",
190
190
  {
191
- "type": "stack",
192
191
  "gap": "lg",
193
192
  "direction": "vertical",
194
193
  "children": [
195
194
  {
196
- "direction": "horizontal",
197
195
  "type": "stack",
198
- "gap": "md",
196
+ "justify": "between",
199
197
  "align": "center",
198
+ "gap": "md",
199
+ "direction": "horizontal",
200
200
  "children": [
201
201
  {
202
+ "align": "center",
202
203
  "type": "stack",
203
204
  "gap": "sm",
204
205
  "direction": "horizontal",
205
- "align": "center",
206
206
  "children": [
207
207
  {
208
208
  "type": "icon",
209
209
  "name": "message-circle"
210
210
  },
211
211
  {
212
- "content": "Chat",
212
+ "variant": "h2",
213
213
  "type": "typography",
214
- "variant": "h2"
214
+ "content": "Chat"
215
215
  }
216
216
  ]
217
217
  },
218
218
  {
219
- "direction": "horizontal",
220
219
  "children": [
221
220
  {
221
+ "label": "New Channel",
222
+ "action": "CREATE_CHANNEL",
222
223
  "variant": "primary",
223
- "icon": "plus",
224
224
  "type": "button",
225
- "label": "New Channel",
226
- "action": "CREATE_CHANNEL"
225
+ "icon": "plus"
227
226
  }
228
227
  ],
228
+ "direction": "horizontal",
229
229
  "gap": "sm",
230
230
  "type": "stack"
231
231
  }
232
- ],
233
- "justify": "between"
232
+ ]
234
233
  },
235
234
  {
236
235
  "type": "divider"
@@ -241,7 +240,8 @@
241
240
  "type": "divider"
242
241
  },
243
242
  "@trait.ChatMessageBrowse"
244
- ]
243
+ ],
244
+ "type": "stack"
245
245
  }
246
246
  ]
247
247
  ]
@@ -260,10 +260,14 @@
260
260
  "render-ui",
261
261
  "main",
262
262
  {
263
+ "gap": "md",
264
+ "className": "py-8",
265
+ "align": "center",
266
+ "type": "stack",
263
267
  "children": [
264
268
  {
265
- "type": "icon",
266
- "name": "bell"
269
+ "name": "bell",
270
+ "type": "icon"
267
271
  },
268
272
  {
269
273
  "type": "typography",
@@ -272,22 +276,18 @@
272
276
  },
273
277
  {
274
278
  "variant": "caption",
275
- "color": "muted",
279
+ "content": "You're all caught up.",
276
280
  "type": "typography",
277
- "content": "You're all caught up."
281
+ "color": "muted"
278
282
  },
279
283
  {
280
- "action": "INIT",
281
284
  "variant": "ghost",
285
+ "label": "Back to chat",
282
286
  "type": "button",
283
- "label": "Back to chat"
287
+ "action": "INIT"
284
288
  }
285
289
  ],
286
- "direction": "vertical",
287
- "gap": "md",
288
- "align": "center",
289
- "className": "py-8",
290
- "type": "stack"
290
+ "direction": "vertical"
291
291
  }
292
292
  ]
293
293
  ]
@@ -312,23 +312,23 @@
312
312
  {
313
313
  "format": "number",
314
314
  "label": "Messages",
315
- "aggregation": "count",
316
315
  "variant": "primary",
317
- "icon": "message-circle"
316
+ "icon": "message-circle",
317
+ "aggregation": "count"
318
318
  },
319
319
  {
320
+ "icon": "hash",
320
321
  "variant": "info",
321
- "format": "number",
322
322
  "aggregation": "count",
323
323
  "label": "Active Channels",
324
- "icon": "hash"
324
+ "format": "number"
325
325
  },
326
326
  {
327
327
  "icon": "user",
328
328
  "variant": "success",
329
329
  "aggregation": "count",
330
- "format": "number",
331
- "label": "Top Author"
330
+ "label": "Top Author",
331
+ "format": "number"
332
332
  }
333
333
  ],
334
334
  "title": "Chat Activity"
@@ -502,8 +502,8 @@
502
502
  "ChatMessage",
503
503
  {
504
504
  "emit": {
505
- "failure": "ChatMessageLoadFailed",
506
- "success": "ChatMessageLoaded"
505
+ "success": "ChatMessageLoaded",
506
+ "failure": "ChatMessageLoadFailed"
507
507
  }
508
508
  }
509
509
  ],
@@ -511,22 +511,22 @@
511
511
  "render-ui",
512
512
  "main",
513
513
  {
514
+ "type": "stack",
515
+ "className": "py-12",
514
516
  "children": [
515
517
  {
516
518
  "type": "spinner"
517
519
  },
518
520
  {
519
- "content": "Loading…",
520
521
  "type": "typography",
521
522
  "color": "muted",
523
+ "content": "Loading…",
522
524
  "variant": "caption"
523
525
  }
524
526
  ],
525
- "type": "stack",
526
- "className": "py-12",
527
+ "direction": "vertical",
527
528
  "gap": "md",
528
- "align": "center",
529
- "direction": "vertical"
529
+ "align": "center"
530
530
  }
531
531
  ]
532
532
  ]
@@ -557,55 +557,55 @@
557
557
  "render-ui",
558
558
  "main",
559
559
  {
560
+ "direction": "vertical",
560
561
  "children": [
561
562
  {
562
- "entity": "@payload.data",
563
563
  "itemActions": [
564
564
  {
565
565
  "event": "VIEW",
566
- "variant": "ghost",
567
- "label": "View"
566
+ "label": "View",
567
+ "variant": "ghost"
568
568
  }
569
569
  ],
570
+ "variant": "message",
571
+ "senderField": "sender",
572
+ "gap": "sm",
573
+ "type": "data-list",
574
+ "entity": "@payload.data",
570
575
  "fields": [
571
576
  {
572
- "name": "sender",
573
- "variant": "h4"
577
+ "variant": "h4",
578
+ "name": "sender"
574
579
  },
575
580
  {
576
581
  "name": "content",
577
582
  "variant": "body"
578
583
  },
579
584
  {
580
- "format": "date",
585
+ "name": "timestamp",
581
586
  "variant": "caption",
582
- "name": "timestamp"
587
+ "format": "date"
583
588
  }
584
- ],
585
- "type": "data-list",
586
- "variant": "message",
587
- "senderField": "sender",
588
- "gap": "sm"
589
+ ]
589
590
  },
590
591
  {
592
+ "gap": "sm",
591
593
  "direction": "horizontal",
592
594
  "children": [
593
595
  {
594
596
  "type": "button",
595
597
  "action": "COMPOSE",
598
+ "label": "Compose",
596
599
  "variant": "primary",
597
- "icon": "edit",
598
- "label": "Compose"
600
+ "icon": "edit"
599
601
  }
600
602
  ],
601
- "gap": "sm",
602
- "type": "stack",
603
- "justify": "end"
603
+ "justify": "end",
604
+ "type": "stack"
604
605
  }
605
606
  ],
606
- "direction": "vertical",
607
- "type": "stack",
608
- "gap": "md"
607
+ "gap": "md",
608
+ "type": "stack"
609
609
  }
610
610
  ]
611
611
  ]
@@ -619,36 +619,36 @@
619
619
  "render-ui",
620
620
  "main",
621
621
  {
622
- "align": "center",
623
- "className": "py-12",
624
- "gap": "md",
625
- "type": "stack",
626
622
  "direction": "vertical",
623
+ "gap": "md",
624
+ "className": "py-12",
627
625
  "children": [
628
626
  {
629
- "type": "icon",
627
+ "name": "alert-triangle",
630
628
  "color": "destructive",
631
- "name": "alert-triangle"
629
+ "type": "icon"
632
630
  },
633
631
  {
634
- "type": "typography",
632
+ "content": "Failed to load messages",
635
633
  "variant": "h3",
636
- "content": "Failed to load messages"
634
+ "type": "typography"
637
635
  },
638
636
  {
639
- "variant": "body",
640
- "color": "muted",
637
+ "content": "@payload.error",
641
638
  "type": "typography",
642
- "content": "@payload.error"
639
+ "color": "muted",
640
+ "variant": "body"
643
641
  },
644
642
  {
645
- "type": "button",
646
- "label": "Retry",
647
643
  "action": "INIT",
648
644
  "variant": "primary",
649
- "icon": "rotate-ccw"
645
+ "icon": "rotate-ccw",
646
+ "label": "Retry",
647
+ "type": "button"
650
648
  }
651
- ]
649
+ ],
650
+ "align": "center",
651
+ "type": "stack"
652
652
  }
653
653
  ]
654
654
  ]
@@ -662,6 +662,7 @@
662
662
  "name": "ChatMessageCompose",
663
663
  "linkedEntity": "ChatMessage",
664
664
  "config": {
665
+ "title": "New Message",
665
666
  "fields": [
666
667
  "sender",
667
668
  "content",
@@ -669,8 +670,7 @@
669
670
  "timestamp"
670
671
  ],
671
672
  "mode": "create",
672
- "icon": "edit",
673
- "title": "New Message"
673
+ "icon": "edit"
674
674
  },
675
675
  "events": {
676
676
  "OPEN": "COMPOSE"
@@ -691,15 +691,15 @@
691
691
  "name": "ChatMessageView",
692
692
  "linkedEntity": "ChatMessage",
693
693
  "config": {
694
+ "title": "View Message",
694
695
  "fields": [
695
696
  "sender",
696
697
  "content",
697
698
  "channel",
698
699
  "timestamp"
699
700
  ],
700
- "mode": "edit",
701
- "title": "View Message",
702
- "icon": "eye"
701
+ "icon": "eye",
702
+ "mode": "edit"
703
703
  },
704
704
  "events": {
705
705
  "OPEN": "VIEW"
@@ -890,9 +890,10 @@
890
890
  "render-ui",
891
891
  "main",
892
892
  {
893
+ "gap": "md",
893
894
  "children": [
894
895
  {
895
- "direction": "horizontal",
896
+ "gap": "sm",
896
897
  "children": [
897
898
  {
898
899
  "name": "paperclip",
@@ -904,24 +905,23 @@
904
905
  "content": "Attach File"
905
906
  }
906
907
  ],
907
- "type": "stack",
908
908
  "align": "center",
909
- "gap": "sm"
909
+ "direction": "horizontal",
910
+ "type": "stack"
910
911
  },
911
912
  {
912
- "placeholder": "Choose file…",
913
913
  "type": "input",
914
+ "placeholder": "Choose file…",
914
915
  "inputType": "text"
915
916
  },
916
917
  {
917
- "action": "UPLOAD",
918
918
  "variant": "primary",
919
- "label": "Upload",
920
919
  "type": "button",
921
- "icon": "upload"
920
+ "icon": "upload",
921
+ "label": "Upload",
922
+ "action": "UPLOAD"
922
923
  }
923
924
  ],
924
- "gap": "md",
925
925
  "direction": "vertical",
926
926
  "type": "stack"
927
927
  }
@@ -938,9 +938,9 @@
938
938
  "storage",
939
939
  "upload",
940
940
  {
941
+ "bucket": "chat-attachments",
941
942
  "maxSize": 10485760.0,
942
943
  "acl": "private",
943
- "bucket": "chat-attachments",
944
944
  "file": "@payload.file"
945
945
  },
946
946
  {
@@ -954,21 +954,21 @@
954
954
  "render-ui",
955
955
  "main",
956
956
  {
957
- "gap": "md",
958
957
  "type": "stack",
959
958
  "align": "center",
960
- "direction": "vertical",
961
959
  "children": [
962
960
  {
963
961
  "type": "spinner"
964
962
  },
965
963
  {
964
+ "content": "Uploading…",
966
965
  "variant": "caption",
967
966
  "color": "muted",
968
- "content": "Uploading…",
969
967
  "type": "typography"
970
968
  }
971
- ]
969
+ ],
970
+ "gap": "md",
971
+ "direction": "vertical"
972
972
  }
973
973
  ]
974
974
  ]
@@ -1088,13 +1088,13 @@
1088
1088
  "render-ui",
1089
1089
  "main",
1090
1090
  {
1091
- "type": "stack",
1092
1091
  "gap": "md",
1093
- "direction": "vertical",
1092
+ "type": "stack",
1094
1093
  "children": [
1095
1094
  {
1096
1095
  "direction": "horizontal",
1097
1096
  "type": "stack",
1097
+ "gap": "sm",
1098
1098
  "align": "center",
1099
1099
  "children": [
1100
1100
  {
@@ -1102,21 +1102,21 @@
1102
1102
  "name": "bell"
1103
1103
  },
1104
1104
  {
1105
- "variant": "h3",
1106
1105
  "content": "Send SMS Notify",
1106
+ "variant": "h3",
1107
1107
  "type": "typography"
1108
1108
  }
1109
- ],
1110
- "gap": "sm"
1109
+ ]
1111
1110
  },
1112
1111
  {
1113
- "variant": "primary",
1112
+ "action": "SMS_NOTIFY",
1114
1113
  "type": "button",
1115
1114
  "label": "Send Notification",
1116
- "icon": "send",
1117
- "action": "SMS_NOTIFY"
1115
+ "variant": "primary",
1116
+ "icon": "send"
1118
1117
  }
1119
- ]
1118
+ ],
1119
+ "direction": "vertical"
1120
1120
  }
1121
1121
  ]
1122
1122
  ]
@@ -1146,21 +1146,21 @@
1146
1146
  "render-ui",
1147
1147
  "main",
1148
1148
  {
1149
+ "direction": "vertical",
1150
+ "align": "center",
1149
1151
  "children": [
1150
1152
  {
1151
1153
  "type": "spinner"
1152
1154
  },
1153
1155
  {
1154
- "color": "muted",
1155
- "type": "typography",
1156
1156
  "content": "Sending notification…",
1157
- "variant": "caption"
1157
+ "color": "muted",
1158
+ "variant": "caption",
1159
+ "type": "typography"
1158
1160
  }
1159
1161
  ],
1160
1162
  "type": "stack",
1161
- "align": "center",
1162
- "gap": "md",
1163
- "direction": "vertical"
1163
+ "gap": "md"
1164
1164
  }
1165
1165
  ]
1166
1166
  ]
@@ -1296,9 +1296,6 @@
1296
1296
  "name": "ChannelAppLayout",
1297
1297
  "linkedEntity": "Channel",
1298
1298
  "config": {
1299
- "appName": "Realtime Chat",
1300
- "notifications": [],
1301
- "notificationClickEvent": "CHANNEL_NOTIFICATIONS_OPEN",
1302
1299
  "contentTrait": "@trait.ChannelCatalog",
1303
1300
  "navItems": [
1304
1301
  {
@@ -1307,17 +1304,20 @@
1307
1304
  "icon": "message-circle"
1308
1305
  },
1309
1306
  {
1310
- "icon": "hash",
1311
1307
  "label": "Channels",
1312
- "href": "/channels"
1308
+ "href": "/channels",
1309
+ "icon": "hash"
1313
1310
  },
1314
1311
  {
1315
- "label": "Online",
1312
+ "href": "/online",
1316
1313
  "icon": "users",
1317
- "href": "/online"
1314
+ "label": "Online"
1318
1315
  }
1319
1316
  ],
1320
- "searchEvent": "CHANNEL_SEARCH"
1317
+ "searchEvent": "CHANNEL_SEARCH",
1318
+ "appName": "Realtime Chat",
1319
+ "notifications": [],
1320
+ "notificationClickEvent": "CHANNEL_NOTIFICATIONS_OPEN"
1321
1321
  },
1322
1322
  "events": {
1323
1323
  "SEARCH": "CHANNEL_SEARCH",
@@ -1377,20 +1377,21 @@
1377
1377
  "render-ui",
1378
1378
  "main",
1379
1379
  {
1380
+ "direction": "vertical",
1380
1381
  "type": "stack",
1381
- "gap": "lg",
1382
1382
  "className": "max-w-5xl mx-auto w-full",
1383
+ "gap": "lg",
1383
1384
  "children": [
1384
1385
  {
1386
+ "justify": "between",
1387
+ "gap": "md",
1385
1388
  "align": "center",
1386
1389
  "children": [
1387
1390
  {
1388
- "type": "stack",
1389
- "align": "center",
1390
1391
  "children": [
1391
1392
  {
1392
- "type": "icon",
1393
- "name": "hash"
1393
+ "name": "hash",
1394
+ "type": "icon"
1394
1395
  },
1395
1396
  {
1396
1397
  "content": "Channels",
@@ -1398,26 +1399,26 @@
1398
1399
  "type": "typography"
1399
1400
  }
1400
1401
  ],
1401
- "direction": "horizontal",
1402
- "gap": "sm"
1402
+ "type": "stack",
1403
+ "align": "center",
1404
+ "gap": "sm",
1405
+ "direction": "horizontal"
1403
1406
  },
1404
1407
  {
1405
- "type": "stack",
1406
1408
  "gap": "sm",
1407
- "direction": "horizontal",
1409
+ "type": "stack",
1408
1410
  "children": [
1409
1411
  {
1410
- "icon": "plus",
1411
- "label": "Create Channel",
1412
+ "variant": "primary",
1412
1413
  "action": "CREATE",
1413
1414
  "type": "button",
1414
- "variant": "primary"
1415
+ "label": "Create Channel",
1416
+ "icon": "plus"
1415
1417
  }
1416
- ]
1418
+ ],
1419
+ "direction": "horizontal"
1417
1420
  }
1418
1421
  ],
1419
- "justify": "between",
1420
- "gap": "md",
1421
1422
  "type": "stack",
1422
1423
  "direction": "horizontal"
1423
1424
  },
@@ -1425,8 +1426,7 @@
1425
1426
  "type": "divider"
1426
1427
  },
1427
1428
  "@trait.ChannelBrowseList"
1428
- ],
1429
- "direction": "vertical"
1429
+ ]
1430
1430
  }
1431
1431
  ]
1432
1432
  ]
@@ -1440,36 +1440,18 @@
1440
1440
  "name": "ChannelBrowseList",
1441
1441
  "linkedEntity": "Channel",
1442
1442
  "config": {
1443
- "itemActions": [
1444
- {
1445
- "label": "View",
1446
- "variant": "ghost",
1447
- "event": "VIEW"
1448
- },
1449
- {
1450
- "label": "Edit",
1451
- "event": "EDIT",
1452
- "variant": "ghost"
1453
- },
1454
- {
1455
- "label": "Delete",
1456
- "variant": "danger",
1457
- "event": "DELETE"
1458
- }
1459
- ],
1460
- "cols": 1.0,
1461
1443
  "gap": "sm",
1462
1444
  "fields": [
1463
1445
  {
1464
- "icon": "hash",
1446
+ "variant": "h3",
1465
1447
  "name": "name",
1466
- "variant": "h3"
1448
+ "icon": "hash"
1467
1449
  },
1468
1450
  {
1469
- "name": "memberCount",
1470
- "format": "number",
1471
1451
  "label": "Members",
1472
- "variant": "badge"
1452
+ "variant": "badge",
1453
+ "name": "memberCount",
1454
+ "format": "number"
1473
1455
  },
1474
1456
  {
1475
1457
  "name": "description",
@@ -1481,6 +1463,24 @@
1481
1463
  "format": "boolean",
1482
1464
  "name": "isPrivate"
1483
1465
  }
1466
+ ],
1467
+ "cols": 1.0,
1468
+ "itemActions": [
1469
+ {
1470
+ "label": "View",
1471
+ "event": "VIEW",
1472
+ "variant": "ghost"
1473
+ },
1474
+ {
1475
+ "event": "EDIT",
1476
+ "variant": "ghost",
1477
+ "label": "Edit"
1478
+ },
1479
+ {
1480
+ "label": "Delete",
1481
+ "variant": "danger",
1482
+ "event": "DELETE"
1483
+ }
1484
1484
  ]
1485
1485
  },
1486
1486
  "listens": [
@@ -1516,14 +1516,14 @@
1516
1516
  "linkedEntity": "Channel",
1517
1517
  "config": {
1518
1518
  "mode": "create",
1519
+ "title": "Create Channel",
1519
1520
  "fields": [
1520
1521
  "name",
1521
1522
  "description",
1522
1523
  "memberCount",
1523
1524
  "isPrivate"
1524
1525
  ],
1525
- "icon": "plus-circle",
1526
- "title": "Create Channel"
1526
+ "icon": "plus-circle"
1527
1527
  },
1528
1528
  "events": {
1529
1529
  "OPEN": "CREATE"
@@ -1546,13 +1546,13 @@
1546
1546
  "config": {
1547
1547
  "icon": "edit",
1548
1548
  "mode": "edit",
1549
- "title": "Edit Channel",
1550
1549
  "fields": [
1551
1550
  "name",
1552
1551
  "description",
1553
1552
  "memberCount",
1554
1553
  "isPrivate"
1555
- ]
1554
+ ],
1555
+ "title": "Edit Channel"
1556
1556
  },
1557
1557
  "events": {
1558
1558
  "OPEN": "EDIT"
@@ -1573,15 +1573,15 @@
1573
1573
  "name": "ChannelView",
1574
1574
  "linkedEntity": "Channel",
1575
1575
  "config": {
1576
- "mode": "edit",
1577
- "title": "View Channel",
1578
- "icon": "eye",
1579
1576
  "fields": [
1580
1577
  "name",
1581
1578
  "description",
1582
1579
  "memberCount",
1583
1580
  "isPrivate"
1584
- ]
1581
+ ],
1582
+ "mode": "edit",
1583
+ "icon": "eye",
1584
+ "title": "View Channel"
1585
1585
  },
1586
1586
  "events": {
1587
1587
  "OPEN": "VIEW"
@@ -1888,6 +1888,10 @@
1888
1888
  "name": "OnlineUserAppLayout",
1889
1889
  "linkedEntity": "OnlineUser",
1890
1890
  "config": {
1891
+ "contentTrait": "@trait.OnlineUserDisplay",
1892
+ "notificationClickEvent": "ONLINE_USER_NOTIFICATIONS_OPEN",
1893
+ "appName": "Realtime Chat",
1894
+ "notifications": [],
1891
1895
  "navItems": [
1892
1896
  {
1893
1897
  "label": "Chat",
@@ -1896,24 +1900,20 @@
1896
1900
  },
1897
1901
  {
1898
1902
  "icon": "hash",
1899
- "href": "/channels",
1900
- "label": "Channels"
1903
+ "label": "Channels",
1904
+ "href": "/channels"
1901
1905
  },
1902
1906
  {
1903
- "icon": "users",
1907
+ "label": "Online",
1904
1908
  "href": "/online",
1905
- "label": "Online"
1909
+ "icon": "users"
1906
1910
  }
1907
1911
  ],
1908
- "notificationClickEvent": "ONLINE_USER_NOTIFICATIONS_OPEN",
1909
- "contentTrait": "@trait.OnlineUserDisplay",
1910
- "notifications": [],
1911
- "appName": "Realtime Chat",
1912
1912
  "searchEvent": "ONLINE_USER_SEARCH"
1913
1913
  },
1914
1914
  "events": {
1915
- "NOTIFY_CLICK": "ONLINE_USER_NOTIFICATIONS_OPEN",
1916
- "SEARCH": "ONLINE_USER_SEARCH"
1915
+ "SEARCH": "ONLINE_USER_SEARCH",
1916
+ "NOTIFY_CLICK": "ONLINE_USER_NOTIFICATIONS_OPEN"
1917
1917
  }
1918
1918
  },
1919
1919
  {
@@ -2012,14 +2012,13 @@
2012
2012
  "render-ui",
2013
2013
  "main",
2014
2014
  {
2015
+ "direction": "vertical",
2016
+ "type": "stack",
2015
2017
  "children": [
2016
2018
  {
2017
- "direction": "horizontal",
2018
- "gap": "md",
2019
- "justify": "between",
2020
- "align": "center",
2021
2019
  "children": [
2022
2020
  {
2021
+ "type": "stack",
2023
2022
  "direction": "horizontal",
2024
2023
  "gap": "sm",
2025
2024
  "align": "center",
@@ -2029,48 +2028,49 @@
2029
2028
  "type": "icon"
2030
2029
  },
2031
2030
  {
2032
- "content": "Online Users",
2033
2031
  "type": "typography",
2032
+ "content": "Online Users",
2034
2033
  "variant": "h2"
2035
2034
  }
2036
- ],
2037
- "type": "stack"
2035
+ ]
2038
2036
  },
2039
2037
  {
2038
+ "type": "button",
2040
2039
  "label": "Refresh",
2041
2040
  "variant": "secondary",
2042
2041
  "icon": "refresh-cw",
2043
- "type": "button",
2044
2042
  "action": "REFRESH"
2045
2043
  }
2046
2044
  ],
2047
- "type": "stack"
2045
+ "direction": "horizontal",
2046
+ "type": "stack",
2047
+ "align": "center",
2048
+ "justify": "between",
2049
+ "gap": "md"
2048
2050
  },
2049
2051
  {
2050
2052
  "type": "divider"
2051
2053
  },
2052
2054
  {
2055
+ "type": "stack",
2056
+ "direction": "vertical",
2057
+ "gap": "md",
2053
2058
  "align": "center",
2054
2059
  "className": "py-12",
2055
- "direction": "vertical",
2056
2060
  "children": [
2057
2061
  {
2058
2062
  "type": "spinner"
2059
2063
  },
2060
2064
  {
2061
- "type": "typography",
2062
- "variant": "caption",
2065
+ "color": "muted",
2063
2066
  "content": "Loading presence…",
2064
- "color": "muted"
2067
+ "variant": "caption",
2068
+ "type": "typography"
2065
2069
  }
2066
- ],
2067
- "type": "stack",
2068
- "gap": "md"
2070
+ ]
2069
2071
  }
2070
2072
  ],
2071
- "type": "stack",
2072
2073
  "gap": "lg",
2073
- "direction": "vertical",
2074
2074
  "className": "max-w-5xl mx-auto w-full"
2075
2075
  }
2076
2076
  ]
@@ -2085,17 +2085,19 @@
2085
2085
  "render-ui",
2086
2086
  "main",
2087
2087
  {
2088
+ "gap": "lg",
2089
+ "className": "max-w-5xl mx-auto w-full",
2088
2090
  "children": [
2089
2091
  {
2090
- "direction": "horizontal",
2091
2092
  "gap": "md",
2092
2093
  "type": "stack",
2094
+ "direction": "horizontal",
2093
2095
  "justify": "between",
2094
2096
  "align": "center",
2095
2097
  "children": [
2096
2098
  {
2099
+ "type": "stack",
2097
2100
  "direction": "horizontal",
2098
- "gap": "sm",
2099
2101
  "align": "center",
2100
2102
  "children": [
2101
2103
  {
@@ -2104,18 +2106,18 @@
2104
2106
  },
2105
2107
  {
2106
2108
  "variant": "h2",
2107
- "type": "typography",
2108
- "content": "Online Users"
2109
+ "content": "Online Users",
2110
+ "type": "typography"
2109
2111
  }
2110
2112
  ],
2111
- "type": "stack"
2113
+ "gap": "sm"
2112
2114
  },
2113
2115
  {
2114
2116
  "type": "button",
2115
- "action": "REFRESH",
2116
- "icon": "refresh-cw",
2117
2117
  "variant": "secondary",
2118
- "label": "Refresh"
2118
+ "icon": "refresh-cw",
2119
+ "label": "Refresh",
2120
+ "action": "REFRESH"
2119
2121
  }
2120
2122
  ]
2121
2123
  },
@@ -2123,9 +2125,8 @@
2123
2125
  "type": "divider"
2124
2126
  },
2125
2127
  {
2126
- "gap": "sm",
2127
- "entity": "@payload.data",
2128
2128
  "type": "data-list",
2129
+ "variant": "card",
2129
2130
  "fields": [
2130
2131
  {
2131
2132
  "variant": "h4",
@@ -2136,18 +2137,17 @@
2136
2137
  "variant": "badge"
2137
2138
  },
2138
2139
  {
2140
+ "variant": "caption",
2139
2141
  "name": "lastActive",
2140
- "format": "date",
2141
- "variant": "caption"
2142
+ "format": "date"
2142
2143
  }
2143
2144
  ],
2144
- "variant": "card"
2145
+ "entity": "@payload.data",
2146
+ "gap": "sm"
2145
2147
  }
2146
2148
  ],
2147
- "type": "stack",
2148
- "gap": "lg",
2149
- "className": "max-w-5xl mx-auto w-full",
2150
- "direction": "vertical"
2149
+ "direction": "vertical",
2150
+ "type": "stack"
2151
2151
  }
2152
2152
  ]
2153
2153
  ]
@@ -2171,22 +2171,22 @@
2171
2171
  "render-ui",
2172
2172
  "main",
2173
2173
  {
2174
+ "className": "py-12",
2175
+ "direction": "vertical",
2176
+ "type": "stack",
2174
2177
  "children": [
2175
2178
  {
2176
2179
  "type": "spinner"
2177
2180
  },
2178
2181
  {
2179
- "color": "muted",
2180
- "type": "typography",
2181
2182
  "content": "Refreshing…",
2182
- "variant": "caption"
2183
+ "variant": "caption",
2184
+ "color": "muted",
2185
+ "type": "typography"
2183
2186
  }
2184
2187
  ],
2185
2188
  "gap": "md",
2186
- "type": "stack",
2187
- "direction": "vertical",
2188
- "align": "center",
2189
- "className": "py-12"
2189
+ "align": "center"
2190
2190
  }
2191
2191
  ]
2192
2192
  ]
@@ -2200,35 +2200,35 @@
2200
2200
  "render-ui",
2201
2201
  "main",
2202
2202
  {
2203
+ "type": "stack",
2203
2204
  "className": "py-12",
2205
+ "direction": "vertical",
2204
2206
  "align": "center",
2205
2207
  "children": [
2206
2208
  {
2207
- "color": "destructive",
2208
2209
  "name": "alert-triangle",
2210
+ "color": "destructive",
2209
2211
  "type": "icon"
2210
2212
  },
2211
2213
  {
2212
- "content": "Failed to load presence",
2214
+ "type": "typography",
2213
2215
  "variant": "h3",
2214
- "type": "typography"
2216
+ "content": "Failed to load presence"
2215
2217
  },
2216
2218
  {
2217
2219
  "content": "@payload.error",
2220
+ "type": "typography",
2218
2221
  "variant": "body",
2219
- "color": "muted",
2220
- "type": "typography"
2222
+ "color": "muted"
2221
2223
  },
2222
2224
  {
2223
2225
  "variant": "primary",
2224
- "action": "REFRESH",
2225
- "label": "Retry",
2226
2226
  "icon": "rotate-ccw",
2227
- "type": "button"
2227
+ "type": "button",
2228
+ "action": "REFRESH",
2229
+ "label": "Retry"
2228
2230
  }
2229
2231
  ],
2230
- "type": "stack",
2231
- "direction": "vertical",
2232
2232
  "gap": "md"
2233
2233
  }
2234
2234
  ]