@almadar/std 14.25.0 → 14.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (431) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  25. package/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  28. package/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  30. package/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  33. package/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  37. package/behaviors/registry/app/atoms/std-donor.orb +440 -153
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  39. package/behaviors/registry/app/atoms/std-driver.orb +477 -492
  40. package/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  42. package/behaviors/registry/app/atoms/std-event.orb +467 -669
  43. package/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  44. package/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  45. package/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  47. package/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  49. package/behaviors/registry/app/atoms/std-lease.orb +508 -184
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  52. package/behaviors/registry/app/atoms/std-matter.orb +482 -336
  53. package/behaviors/registry/app/atoms/std-membership.orb +521 -113
  54. package/behaviors/registry/app/atoms/std-menu.orb +766 -174
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  60. package/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  66. package/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  68. package/behaviors/registry/app/atoms/std-segment.orb +367 -113
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  70. package/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  71. package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  75. package/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  79. package/behaviors/registry/app/atoms/std-trial.orb +423 -337
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  83. package/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  85. package/behaviors/registry/app/molecules/std-application.orb +168 -253
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  87. package/behaviors/registry/app/molecules/std-cart.orb +82 -76
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  92. package/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  97. package/behaviors/registry/app/organisms/std-cms.orb +315 -315
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  100. package/behaviors/registry/app/organisms/std-crm.orb +265 -265
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  106. package/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  110. package/behaviors/registry/app/organisms/std-forum.orb +150 -150
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  114. package/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  117. package/behaviors/registry/app/organisms/std-listings.orb +147 -147
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  122. package/behaviors/registry/app/organisms/std-notes.orb +112 -112
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  131. package/behaviors/registry/app/organisms/std-survey.orb +129 -129
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  134. package/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  137. package/behaviors/registry/core/atoms/std-browse.orb +58 -58
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  139. package/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  142. package/behaviors/registry/core/atoms/std-display.orb +1 -1
  143. package/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  145. package/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  146. package/behaviors/registry/core/atoms/std-filter.orb +12 -12
  147. package/behaviors/registry/core/atoms/std-flag.orb +95 -95
  148. package/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  153. package/behaviors/registry/core/atoms/std-modal.orb +20 -20
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  155. package/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  156. package/behaviors/registry/core/atoms/std-push.orb +38 -38
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  159. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  162. package/behaviors/registry/core/atoms/std-search.orb +9 -9
  163. package/behaviors/registry/core/atoms/std-selection.orb +77 -77
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  165. package/behaviors/registry/core/atoms/std-stats.orb +104 -104
  166. package/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  168. package/behaviors/registry/core/atoms/std-thread.orb +56 -56
  169. package/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  177. package/behaviors/registry/core/molecules/std-list.orb +71 -71
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  191. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  192. package/behaviors/registry/game/atoms/std-timer.orb +266 -266
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  203. package/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  204. package/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  208. package/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  216. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  217. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  218. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  219. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  220. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  221. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  222. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  223. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  224. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  225. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  226. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  227. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  228. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  229. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  230. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  231. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  232. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  233. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  234. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  235. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  236. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  237. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  238. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  239. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  240. package/dist/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  241. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  242. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  243. package/dist/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  244. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  245. package/dist/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  246. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  247. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  248. package/dist/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  249. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  250. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  251. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  252. package/dist/behaviors/registry/app/atoms/std-donor.orb +440 -153
  253. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  254. package/dist/behaviors/registry/app/atoms/std-driver.orb +477 -492
  255. package/dist/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  256. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  257. package/dist/behaviors/registry/app/atoms/std-event.orb +467 -669
  258. package/dist/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  259. package/dist/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  260. package/dist/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  261. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  262. package/dist/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  263. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  264. package/dist/behaviors/registry/app/atoms/std-lease.orb +508 -184
  265. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  266. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  267. package/dist/behaviors/registry/app/atoms/std-matter.orb +482 -336
  268. package/dist/behaviors/registry/app/atoms/std-membership.orb +521 -113
  269. package/dist/behaviors/registry/app/atoms/std-menu.orb +766 -174
  270. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  271. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  272. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  273. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  274. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  275. package/dist/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  276. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  277. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  278. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  279. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  280. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  281. package/dist/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  282. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  283. package/dist/behaviors/registry/app/atoms/std-segment.orb +367 -113
  284. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  285. package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  286. package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  287. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  288. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  289. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  290. package/dist/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  291. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  292. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  293. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  294. package/dist/behaviors/registry/app/atoms/std-trial.orb +423 -337
  295. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  296. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  297. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  298. package/dist/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  299. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  300. package/dist/behaviors/registry/app/molecules/std-application.orb +168 -253
  301. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  302. package/dist/behaviors/registry/app/molecules/std-cart.orb +82 -76
  303. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  304. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  305. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  306. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  307. package/dist/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  308. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  309. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  310. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  311. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  312. package/dist/behaviors/registry/app/organisms/std-cms.orb +315 -315
  313. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  314. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  315. package/dist/behaviors/registry/app/organisms/std-crm.orb +265 -265
  316. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  317. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  318. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  319. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  320. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  321. package/dist/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  322. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  323. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  324. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  325. package/dist/behaviors/registry/app/organisms/std-forum.orb +150 -150
  326. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  327. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  328. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  329. package/dist/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  330. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  331. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  332. package/dist/behaviors/registry/app/organisms/std-listings.orb +147 -147
  333. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  334. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  335. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  336. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  337. package/dist/behaviors/registry/app/organisms/std-notes.orb +112 -112
  338. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  339. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  340. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  341. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  342. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  343. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  344. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  345. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  346. package/dist/behaviors/registry/app/organisms/std-survey.orb +129 -129
  347. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  348. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  349. package/dist/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  350. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  351. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  352. package/dist/behaviors/registry/core/atoms/std-browse.orb +58 -58
  353. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  354. package/dist/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  355. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  356. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  357. package/dist/behaviors/registry/core/atoms/std-display.orb +1 -1
  358. package/dist/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  359. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  360. package/dist/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  361. package/dist/behaviors/registry/core/atoms/std-filter.orb +12 -12
  362. package/dist/behaviors/registry/core/atoms/std-flag.orb +95 -95
  363. package/dist/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  364. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  365. package/dist/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  366. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  367. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  368. package/dist/behaviors/registry/core/atoms/std-modal.orb +20 -20
  369. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  370. package/dist/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  371. package/dist/behaviors/registry/core/atoms/std-push.orb +38 -38
  372. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  373. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  374. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  375. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  376. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  377. package/dist/behaviors/registry/core/atoms/std-search.orb +9 -9
  378. package/dist/behaviors/registry/core/atoms/std-selection.orb +77 -77
  379. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  380. package/dist/behaviors/registry/core/atoms/std-stats.orb +104 -104
  381. package/dist/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  382. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  383. package/dist/behaviors/registry/core/atoms/std-thread.orb +56 -56
  384. package/dist/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  385. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  386. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  387. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  388. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  389. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  390. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  391. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  392. package/dist/behaviors/registry/core/molecules/std-list.orb +71 -71
  393. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  394. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  395. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  396. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  397. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  398. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  399. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  400. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  401. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  402. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  403. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  404. package/dist/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  405. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  406. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  407. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -266
  408. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  409. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  410. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  411. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  412. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  413. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  414. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  415. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  416. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  417. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  418. package/dist/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  419. package/dist/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  420. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  421. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  422. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  423. package/dist/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  424. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  425. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  426. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  427. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  428. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  429. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  430. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  431. package/package.json +1 -1
@@ -80,32 +80,32 @@
80
80
  "ref": "AppShell.traits.AppLayout",
81
81
  "name": "ChatAppLayout",
82
82
  "config": {
83
- "contentTrait": "@trait.ChatRoom",
84
- "appName": "Realtime Chat",
85
- "searchEvent": "CHAT_SEARCH",
86
- "notificationClickEvent": "CHAT_NOTIFICATIONS_OPEN",
87
- "notifications": [],
88
83
  "navItems": [
89
84
  {
90
- "href": "/chat",
85
+ "label": "Chat",
91
86
  "icon": "message-circle",
92
- "label": "Chat"
87
+ "href": "/chat"
93
88
  },
94
89
  {
95
- "label": "Channels",
90
+ "href": "/channels",
96
91
  "icon": "hash",
97
- "href": "/channels"
92
+ "label": "Channels"
98
93
  },
99
94
  {
100
- "label": "Online",
95
+ "href": "/online",
101
96
  "icon": "users",
102
- "href": "/online"
97
+ "label": "Online"
103
98
  }
104
- ]
99
+ ],
100
+ "contentTrait": "@trait.ChatRoom",
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,46 +188,46 @@
188
188
  "render-ui",
189
189
  "main",
190
190
  {
191
- "type": "stack",
192
191
  "gap": "lg",
192
+ "direction": "vertical",
193
193
  "children": [
194
194
  {
195
- "align": "center",
196
- "direction": "horizontal",
197
195
  "type": "stack",
198
- "gap": "md",
199
196
  "justify": "between",
197
+ "align": "center",
198
+ "gap": "md",
199
+ "direction": "horizontal",
200
200
  "children": [
201
201
  {
202
- "direction": "horizontal",
203
202
  "align": "center",
203
+ "type": "stack",
204
+ "gap": "sm",
205
+ "direction": "horizontal",
204
206
  "children": [
205
207
  {
206
- "name": "message-circle",
207
- "type": "icon"
208
+ "type": "icon",
209
+ "name": "message-circle"
208
210
  },
209
211
  {
210
- "content": "Chat",
212
+ "variant": "h2",
211
213
  "type": "typography",
212
- "variant": "h2"
214
+ "content": "Chat"
213
215
  }
214
- ],
215
- "type": "stack",
216
- "gap": "sm"
216
+ ]
217
217
  },
218
218
  {
219
- "type": "stack",
220
- "direction": "horizontal",
221
219
  "children": [
222
220
  {
221
+ "label": "New Channel",
223
222
  "action": "CREATE_CHANNEL",
224
223
  "variant": "primary",
225
224
  "type": "button",
226
- "label": "New Channel",
227
225
  "icon": "plus"
228
226
  }
229
227
  ],
230
- "gap": "sm"
228
+ "direction": "horizontal",
229
+ "gap": "sm",
230
+ "type": "stack"
231
231
  }
232
232
  ]
233
233
  },
@@ -241,7 +241,7 @@
241
241
  },
242
242
  "@trait.ChatMessageBrowse"
243
243
  ],
244
- "direction": "vertical"
244
+ "type": "stack"
245
245
  }
246
246
  ]
247
247
  ]
@@ -261,13 +261,13 @@
261
261
  "main",
262
262
  {
263
263
  "gap": "md",
264
- "type": "stack",
265
- "direction": "vertical",
264
+ "className": "py-8",
266
265
  "align": "center",
266
+ "type": "stack",
267
267
  "children": [
268
268
  {
269
- "type": "icon",
270
- "name": "bell"
269
+ "name": "bell",
270
+ "type": "icon"
271
271
  },
272
272
  {
273
273
  "type": "typography",
@@ -275,19 +275,19 @@
275
275
  "content": "No notifications"
276
276
  },
277
277
  {
278
- "type": "typography",
279
- "color": "muted",
280
278
  "variant": "caption",
281
- "content": "You're all caught up."
279
+ "content": "You're all caught up.",
280
+ "type": "typography",
281
+ "color": "muted"
282
282
  },
283
283
  {
284
- "type": "button",
284
+ "variant": "ghost",
285
285
  "label": "Back to chat",
286
- "action": "INIT",
287
- "variant": "ghost"
286
+ "type": "button",
287
+ "action": "INIT"
288
288
  }
289
289
  ],
290
- "className": "py-8"
290
+ "direction": "vertical"
291
291
  }
292
292
  ]
293
293
  ]
@@ -310,25 +310,25 @@
310
310
  "config": {
311
311
  "metrics": [
312
312
  {
313
+ "format": "number",
314
+ "label": "Messages",
313
315
  "variant": "primary",
314
316
  "icon": "message-circle",
315
- "format": "number",
316
- "aggregation": "count",
317
- "label": "Messages"
317
+ "aggregation": "count"
318
318
  },
319
319
  {
320
- "format": "number",
320
+ "icon": "hash",
321
321
  "variant": "info",
322
322
  "aggregation": "count",
323
- "icon": "hash",
324
- "label": "Active Channels"
323
+ "label": "Active Channels",
324
+ "format": "number"
325
325
  },
326
326
  {
327
- "format": "number",
327
+ "icon": "user",
328
328
  "variant": "success",
329
329
  "aggregation": "count",
330
330
  "label": "Top Author",
331
- "icon": "user"
331
+ "format": "number"
332
332
  }
333
333
  ],
334
334
  "title": "Chat Activity"
@@ -511,22 +511,22 @@
511
511
  "render-ui",
512
512
  "main",
513
513
  {
514
- "align": "center",
514
+ "type": "stack",
515
+ "className": "py-12",
515
516
  "children": [
516
517
  {
517
518
  "type": "spinner"
518
519
  },
519
520
  {
520
- "color": "muted",
521
- "variant": "caption",
522
521
  "type": "typography",
523
- "content": "Loading…"
522
+ "color": "muted",
523
+ "content": "Loading…",
524
+ "variant": "caption"
524
525
  }
525
526
  ],
526
- "type": "stack",
527
- "className": "py-12",
527
+ "direction": "vertical",
528
528
  "gap": "md",
529
- "direction": "vertical"
529
+ "align": "center"
530
530
  }
531
531
  ]
532
532
  ]
@@ -560,7 +560,6 @@
560
560
  "direction": "vertical",
561
561
  "children": [
562
562
  {
563
- "type": "data-list",
564
563
  "itemActions": [
565
564
  {
566
565
  "event": "VIEW",
@@ -568,6 +567,10 @@
568
567
  "variant": "ghost"
569
568
  }
570
569
  ],
570
+ "variant": "message",
571
+ "senderField": "sender",
572
+ "gap": "sm",
573
+ "type": "data-list",
571
574
  "entity": "@payload.data",
572
575
  "fields": [
573
576
  {
@@ -575,33 +578,30 @@
575
578
  "name": "sender"
576
579
  },
577
580
  {
578
- "variant": "body",
579
- "name": "content"
581
+ "name": "content",
582
+ "variant": "body"
580
583
  },
581
584
  {
582
- "format": "date",
583
585
  "name": "timestamp",
584
- "variant": "caption"
586
+ "variant": "caption",
587
+ "format": "date"
585
588
  }
586
- ],
587
- "variant": "message",
588
- "senderField": "sender",
589
- "gap": "sm"
589
+ ]
590
590
  },
591
591
  {
592
- "type": "stack",
592
+ "gap": "sm",
593
593
  "direction": "horizontal",
594
594
  "children": [
595
595
  {
596
+ "type": "button",
596
597
  "action": "COMPOSE",
597
- "variant": "primary",
598
598
  "label": "Compose",
599
- "type": "button",
599
+ "variant": "primary",
600
600
  "icon": "edit"
601
601
  }
602
602
  ],
603
603
  "justify": "end",
604
- "gap": "sm"
604
+ "type": "stack"
605
605
  }
606
606
  ],
607
607
  "gap": "md",
@@ -619,36 +619,36 @@
619
619
  "render-ui",
620
620
  "main",
621
621
  {
622
- "type": "stack",
623
622
  "direction": "vertical",
624
623
  "gap": "md",
625
- "align": "center",
626
624
  "className": "py-12",
627
625
  "children": [
628
626
  {
629
- "type": "icon",
630
627
  "name": "alert-triangle",
631
- "color": "destructive"
628
+ "color": "destructive",
629
+ "type": "icon"
632
630
  },
633
631
  {
634
632
  "content": "Failed to load messages",
635
- "type": "typography",
636
- "variant": "h3"
633
+ "variant": "h3",
634
+ "type": "typography"
637
635
  },
638
636
  {
639
- "color": "muted",
640
- "variant": "body",
637
+ "content": "@payload.error",
641
638
  "type": "typography",
642
- "content": "@payload.error"
639
+ "color": "muted",
640
+ "variant": "body"
643
641
  },
644
642
  {
645
643
  "action": "INIT",
646
644
  "variant": "primary",
647
- "label": "Retry",
648
645
  "icon": "rotate-ccw",
646
+ "label": "Retry",
649
647
  "type": "button"
650
648
  }
651
- ]
649
+ ],
650
+ "align": "center",
651
+ "type": "stack"
652
652
  }
653
653
  ]
654
654
  ]
@@ -662,15 +662,15 @@
662
662
  "name": "ChatMessageCompose",
663
663
  "linkedEntity": "ChatMessage",
664
664
  "config": {
665
- "icon": "edit",
666
- "mode": "create",
665
+ "title": "New Message",
667
666
  "fields": [
668
667
  "sender",
669
668
  "content",
670
669
  "channel",
671
670
  "timestamp"
672
671
  ],
673
- "title": "New Message"
672
+ "mode": "create",
673
+ "icon": "edit"
674
674
  },
675
675
  "events": {
676
676
  "OPEN": "COMPOSE"
@@ -692,14 +692,14 @@
692
692
  "linkedEntity": "ChatMessage",
693
693
  "config": {
694
694
  "title": "View Message",
695
- "mode": "edit",
696
- "icon": "eye",
697
695
  "fields": [
698
696
  "sender",
699
697
  "content",
700
698
  "channel",
701
699
  "timestamp"
702
- ]
700
+ ],
701
+ "icon": "eye",
702
+ "mode": "edit"
703
703
  },
704
704
  "events": {
705
705
  "OPEN": "VIEW"
@@ -890,40 +890,40 @@
890
890
  "render-ui",
891
891
  "main",
892
892
  {
893
+ "gap": "md",
893
894
  "children": [
894
895
  {
895
896
  "gap": "sm",
896
897
  "children": [
897
898
  {
898
- "type": "icon",
899
- "name": "paperclip"
899
+ "name": "paperclip",
900
+ "type": "icon"
900
901
  },
901
902
  {
902
- "content": "Attach File",
903
903
  "variant": "h3",
904
- "type": "typography"
904
+ "type": "typography",
905
+ "content": "Attach File"
905
906
  }
906
907
  ],
907
- "type": "stack",
908
908
  "align": "center",
909
- "direction": "horizontal"
909
+ "direction": "horizontal",
910
+ "type": "stack"
910
911
  },
911
912
  {
912
- "inputType": "text",
913
+ "type": "input",
913
914
  "placeholder": "Choose file…",
914
- "type": "input"
915
+ "inputType": "text"
915
916
  },
916
917
  {
917
918
  "variant": "primary",
918
- "icon": "upload",
919
919
  "type": "button",
920
+ "icon": "upload",
920
921
  "label": "Upload",
921
922
  "action": "UPLOAD"
922
923
  }
923
924
  ],
924
925
  "direction": "vertical",
925
- "type": "stack",
926
- "gap": "md"
926
+ "type": "stack"
927
927
  }
928
928
  ]
929
929
  ]
@@ -938,15 +938,15 @@
938
938
  "storage",
939
939
  "upload",
940
940
  {
941
- "maxSize": 10485760.0,
942
- "file": "@payload.file",
943
941
  "bucket": "chat-attachments",
944
- "acl": "private"
942
+ "maxSize": 10485760.0,
943
+ "acl": "private",
944
+ "file": "@payload.file"
945
945
  },
946
946
  {
947
947
  "emit": {
948
- "failure": "AttachmentUploadFailed",
949
- "success": "AttachmentUploaded"
948
+ "success": "AttachmentUploaded",
949
+ "failure": "AttachmentUploadFailed"
950
950
  }
951
951
  }
952
952
  ],
@@ -955,7 +955,7 @@
955
955
  "main",
956
956
  {
957
957
  "type": "stack",
958
- "direction": "vertical",
958
+ "align": "center",
959
959
  "children": [
960
960
  {
961
961
  "type": "spinner"
@@ -963,12 +963,12 @@
963
963
  {
964
964
  "content": "Uploading…",
965
965
  "variant": "caption",
966
- "type": "typography",
967
- "color": "muted"
966
+ "color": "muted",
967
+ "type": "typography"
968
968
  }
969
969
  ],
970
970
  "gap": "md",
971
- "align": "center"
971
+ "direction": "vertical"
972
972
  }
973
973
  ]
974
974
  ]
@@ -1089,34 +1089,34 @@
1089
1089
  "main",
1090
1090
  {
1091
1091
  "gap": "md",
1092
- "direction": "vertical",
1092
+ "type": "stack",
1093
1093
  "children": [
1094
1094
  {
1095
1095
  "direction": "horizontal",
1096
1096
  "type": "stack",
1097
+ "gap": "sm",
1098
+ "align": "center",
1097
1099
  "children": [
1098
1100
  {
1099
- "name": "bell",
1100
- "type": "icon"
1101
+ "type": "icon",
1102
+ "name": "bell"
1101
1103
  },
1102
1104
  {
1103
1105
  "content": "Send SMS Notify",
1104
1106
  "variant": "h3",
1105
1107
  "type": "typography"
1106
1108
  }
1107
- ],
1108
- "gap": "sm",
1109
- "align": "center"
1109
+ ]
1110
1110
  },
1111
1111
  {
1112
1112
  "action": "SMS_NOTIFY",
1113
- "variant": "primary",
1114
- "label": "Send Notification",
1115
1113
  "type": "button",
1114
+ "label": "Send Notification",
1115
+ "variant": "primary",
1116
1116
  "icon": "send"
1117
1117
  }
1118
1118
  ],
1119
- "type": "stack"
1119
+ "direction": "vertical"
1120
1120
  }
1121
1121
  ]
1122
1122
  ]
@@ -1131,9 +1131,9 @@
1131
1131
  "twilio",
1132
1132
  "sendSMS",
1133
1133
  {
1134
+ "recipient": "@payload.recipient",
1134
1135
  "body": "@payload.body",
1135
- "sender": "+15551234567",
1136
- "recipient": "@payload.recipient"
1136
+ "sender": "+15551234567"
1137
1137
  },
1138
1138
  {
1139
1139
  "emit": {
@@ -1146,21 +1146,21 @@
1146
1146
  "render-ui",
1147
1147
  "main",
1148
1148
  {
1149
- "align": "center",
1150
- "type": "stack",
1151
1149
  "direction": "vertical",
1152
- "gap": "md",
1150
+ "align": "center",
1153
1151
  "children": [
1154
1152
  {
1155
1153
  "type": "spinner"
1156
1154
  },
1157
1155
  {
1158
- "type": "typography",
1159
- "color": "muted",
1160
1156
  "content": "Sending notification…",
1161
- "variant": "caption"
1157
+ "color": "muted",
1158
+ "variant": "caption",
1159
+ "type": "typography"
1162
1160
  }
1163
- ]
1161
+ ],
1162
+ "type": "stack",
1163
+ "gap": "md"
1164
1164
  }
1165
1165
  ]
1166
1166
  ]
@@ -1296,16 +1296,16 @@
1296
1296
  "name": "ChannelAppLayout",
1297
1297
  "linkedEntity": "Channel",
1298
1298
  "config": {
1299
- "searchEvent": "CHANNEL_SEARCH",
1299
+ "contentTrait": "@trait.ChannelCatalog",
1300
1300
  "navItems": [
1301
1301
  {
1302
- "icon": "message-circle",
1303
1302
  "label": "Chat",
1304
- "href": "/chat"
1303
+ "href": "/chat",
1304
+ "icon": "message-circle"
1305
1305
  },
1306
1306
  {
1307
- "href": "/channels",
1308
1307
  "label": "Channels",
1308
+ "href": "/channels",
1309
1309
  "icon": "hash"
1310
1310
  },
1311
1311
  {
@@ -1314,8 +1314,8 @@
1314
1314
  "label": "Online"
1315
1315
  }
1316
1316
  ],
1317
+ "searchEvent": "CHANNEL_SEARCH",
1317
1318
  "appName": "Realtime Chat",
1318
- "contentTrait": "@trait.ChannelCatalog",
1319
1319
  "notifications": [],
1320
1320
  "notificationClickEvent": "CHANNEL_NOTIFICATIONS_OPEN"
1321
1321
  },
@@ -1377,12 +1377,14 @@
1377
1377
  "render-ui",
1378
1378
  "main",
1379
1379
  {
1380
- "type": "stack",
1381
1380
  "direction": "vertical",
1381
+ "type": "stack",
1382
1382
  "className": "max-w-5xl mx-auto w-full",
1383
+ "gap": "lg",
1383
1384
  "children": [
1384
1385
  {
1385
1386
  "justify": "between",
1387
+ "gap": "md",
1386
1388
  "align": "center",
1387
1389
  "children": [
1388
1390
  {
@@ -1392,41 +1394,39 @@
1392
1394
  "type": "icon"
1393
1395
  },
1394
1396
  {
1395
- "type": "typography",
1397
+ "content": "Channels",
1396
1398
  "variant": "h2",
1397
- "content": "Channels"
1399
+ "type": "typography"
1398
1400
  }
1399
1401
  ],
1400
- "gap": "sm",
1401
1402
  "type": "stack",
1402
- "direction": "horizontal",
1403
- "align": "center"
1403
+ "align": "center",
1404
+ "gap": "sm",
1405
+ "direction": "horizontal"
1404
1406
  },
1405
1407
  {
1406
- "type": "stack",
1407
- "direction": "horizontal",
1408
1408
  "gap": "sm",
1409
+ "type": "stack",
1409
1410
  "children": [
1410
1411
  {
1411
- "icon": "plus",
1412
+ "variant": "primary",
1413
+ "action": "CREATE",
1412
1414
  "type": "button",
1413
1415
  "label": "Create Channel",
1414
- "action": "CREATE",
1415
- "variant": "primary"
1416
+ "icon": "plus"
1416
1417
  }
1417
- ]
1418
+ ],
1419
+ "direction": "horizontal"
1418
1420
  }
1419
1421
  ],
1420
1422
  "type": "stack",
1421
- "gap": "md",
1422
1423
  "direction": "horizontal"
1423
1424
  },
1424
1425
  {
1425
1426
  "type": "divider"
1426
1427
  },
1427
1428
  "@trait.ChannelBrowseList"
1428
- ],
1429
- "gap": "lg"
1429
+ ]
1430
1430
  }
1431
1431
  ]
1432
1432
  ]
@@ -1440,48 +1440,48 @@
1440
1440
  "name": "ChannelBrowseList",
1441
1441
  "linkedEntity": "Channel",
1442
1442
  "config": {
1443
+ "gap": "sm",
1443
1444
  "fields": [
1444
1445
  {
1445
1446
  "variant": "h3",
1446
- "icon": "hash",
1447
- "name": "name"
1447
+ "name": "name",
1448
+ "icon": "hash"
1448
1449
  },
1449
1450
  {
1450
- "name": "memberCount",
1451
- "format": "number",
1452
1451
  "label": "Members",
1453
- "variant": "badge"
1452
+ "variant": "badge",
1453
+ "name": "memberCount",
1454
+ "format": "number"
1454
1455
  },
1455
1456
  {
1456
1457
  "name": "description",
1457
1458
  "variant": "body"
1458
1459
  },
1459
1460
  {
1460
- "name": "isPrivate",
1461
1461
  "label": "Private",
1462
1462
  "variant": "body",
1463
- "format": "boolean"
1463
+ "format": "boolean",
1464
+ "name": "isPrivate"
1464
1465
  }
1465
1466
  ],
1466
- "gap": "sm",
1467
+ "cols": 1.0,
1467
1468
  "itemActions": [
1468
1469
  {
1469
- "event": "VIEW",
1470
1470
  "label": "View",
1471
+ "event": "VIEW",
1471
1472
  "variant": "ghost"
1472
1473
  },
1473
1474
  {
1474
- "label": "Edit",
1475
+ "event": "EDIT",
1475
1476
  "variant": "ghost",
1476
- "event": "EDIT"
1477
+ "label": "Edit"
1477
1478
  },
1478
1479
  {
1479
- "event": "DELETE",
1480
+ "label": "Delete",
1480
1481
  "variant": "danger",
1481
- "label": "Delete"
1482
+ "event": "DELETE"
1482
1483
  }
1483
- ],
1484
- "cols": 1.0
1484
+ ]
1485
1485
  },
1486
1486
  "listens": [
1487
1487
  {
@@ -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"
@@ -1544,15 +1544,15 @@
1544
1544
  "name": "ChannelEdit",
1545
1545
  "linkedEntity": "Channel",
1546
1546
  "config": {
1547
+ "icon": "edit",
1548
+ "mode": "edit",
1547
1549
  "fields": [
1548
1550
  "name",
1549
1551
  "description",
1550
1552
  "memberCount",
1551
1553
  "isPrivate"
1552
1554
  ],
1553
- "title": "Edit Channel",
1554
- "mode": "edit",
1555
- "icon": "edit"
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
- "icon": "eye",
1577
1576
  "fields": [
1578
1577
  "name",
1579
1578
  "description",
1580
1579
  "memberCount",
1581
1580
  "isPrivate"
1582
1581
  ],
1583
- "title": "View Channel",
1584
- "mode": "edit"
1582
+ "mode": "edit",
1583
+ "icon": "eye",
1584
+ "title": "View Channel"
1585
1585
  },
1586
1586
  "events": {
1587
1587
  "OPEN": "VIEW"
@@ -1602,14 +1602,14 @@
1602
1602
  "name": "ChannelDelete",
1603
1603
  "linkedEntity": "Channel",
1604
1604
  "config": {
1605
- "confirmLabel": "Delete",
1606
1605
  "icon": "alert-triangle",
1607
1606
  "title": "Delete Channel",
1608
- "alertMessage": "This action cannot be undone."
1607
+ "alertMessage": "This action cannot be undone.",
1608
+ "confirmLabel": "Delete"
1609
1609
  },
1610
1610
  "events": {
1611
- "CONFIRM": "CONFIRM_DELETE",
1612
- "REQUEST": "DELETE"
1611
+ "REQUEST": "DELETE",
1612
+ "CONFIRM": "CONFIRM_DELETE"
1613
1613
  },
1614
1614
  "listens": [
1615
1615
  {
@@ -1888,11 +1888,15 @@
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
- "icon": "message-circle",
1897
+ "label": "Chat",
1894
1898
  "href": "/chat",
1895
- "label": "Chat"
1899
+ "icon": "message-circle"
1896
1900
  },
1897
1901
  {
1898
1902
  "icon": "hash",
@@ -1900,20 +1904,16 @@
1900
1904
  "href": "/channels"
1901
1905
  },
1902
1906
  {
1907
+ "label": "Online",
1903
1908
  "href": "/online",
1904
- "icon": "users",
1905
- "label": "Online"
1909
+ "icon": "users"
1906
1910
  }
1907
1911
  ],
1908
- "contentTrait": "@trait.OnlineUserDisplay",
1909
- "appName": "Realtime Chat",
1910
- "searchEvent": "ONLINE_USER_SEARCH",
1911
- "notifications": [],
1912
- "notificationClickEvent": "ONLINE_USER_NOTIFICATIONS_OPEN"
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
  {
@@ -2003,8 +2003,8 @@
2003
2003
  "OnlineUser",
2004
2004
  {
2005
2005
  "emit": {
2006
- "failure": "OnlineUserLoadFailed",
2007
- "success": "OnlineUserLoaded"
2006
+ "success": "OnlineUserLoaded",
2007
+ "failure": "OnlineUserLoadFailed"
2008
2008
  }
2009
2009
  }
2010
2010
  ],
@@ -2012,66 +2012,66 @@
2012
2012
  "render-ui",
2013
2013
  "main",
2014
2014
  {
2015
+ "direction": "vertical",
2015
2016
  "type": "stack",
2016
- "className": "max-w-5xl mx-auto w-full",
2017
- "gap": "lg",
2018
2017
  "children": [
2019
2018
  {
2020
- "gap": "md",
2021
- "type": "stack",
2022
- "justify": "between",
2023
- "direction": "horizontal",
2024
2019
  "children": [
2025
2020
  {
2026
2021
  "type": "stack",
2022
+ "direction": "horizontal",
2027
2023
  "gap": "sm",
2028
2024
  "align": "center",
2029
2025
  "children": [
2030
2026
  {
2031
- "type": "icon",
2032
- "name": "users"
2027
+ "name": "users",
2028
+ "type": "icon"
2033
2029
  },
2034
2030
  {
2035
- "variant": "h2",
2036
2031
  "type": "typography",
2037
- "content": "Online Users"
2032
+ "content": "Online Users",
2033
+ "variant": "h2"
2038
2034
  }
2039
- ],
2040
- "direction": "horizontal"
2035
+ ]
2041
2036
  },
2042
2037
  {
2043
- "label": "Refresh",
2044
2038
  "type": "button",
2045
- "action": "REFRESH",
2039
+ "label": "Refresh",
2046
2040
  "variant": "secondary",
2047
- "icon": "refresh-cw"
2041
+ "icon": "refresh-cw",
2042
+ "action": "REFRESH"
2048
2043
  }
2049
2044
  ],
2050
- "align": "center"
2045
+ "direction": "horizontal",
2046
+ "type": "stack",
2047
+ "align": "center",
2048
+ "justify": "between",
2049
+ "gap": "md"
2051
2050
  },
2052
2051
  {
2053
2052
  "type": "divider"
2054
2053
  },
2055
2054
  {
2056
- "gap": "md",
2057
2055
  "type": "stack",
2058
- "className": "py-12",
2059
2056
  "direction": "vertical",
2057
+ "gap": "md",
2060
2058
  "align": "center",
2059
+ "className": "py-12",
2061
2060
  "children": [
2062
2061
  {
2063
2062
  "type": "spinner"
2064
2063
  },
2065
2064
  {
2066
2065
  "color": "muted",
2066
+ "content": "Loading presence…",
2067
2067
  "variant": "caption",
2068
- "type": "typography",
2069
- "content": "Loading presence…"
2068
+ "type": "typography"
2070
2069
  }
2071
2070
  ]
2072
2071
  }
2073
2072
  ],
2074
- "direction": "vertical"
2073
+ "gap": "lg",
2074
+ "className": "max-w-5xl mx-auto w-full"
2075
2075
  }
2076
2076
  ]
2077
2077
  ]
@@ -2085,13 +2085,20 @@
2085
2085
  "render-ui",
2086
2086
  "main",
2087
2087
  {
2088
+ "gap": "lg",
2088
2089
  "className": "max-w-5xl mx-auto w-full",
2089
2090
  "children": [
2090
2091
  {
2091
- "type": "stack",
2092
2092
  "gap": "md",
2093
+ "type": "stack",
2094
+ "direction": "horizontal",
2095
+ "justify": "between",
2096
+ "align": "center",
2093
2097
  "children": [
2094
2098
  {
2099
+ "type": "stack",
2100
+ "direction": "horizontal",
2101
+ "align": "center",
2095
2102
  "children": [
2096
2103
  {
2097
2104
  "type": "icon",
@@ -2099,34 +2106,27 @@
2099
2106
  },
2100
2107
  {
2101
2108
  "variant": "h2",
2102
- "type": "typography",
2103
- "content": "Online Users"
2109
+ "content": "Online Users",
2110
+ "type": "typography"
2104
2111
  }
2105
2112
  ],
2106
- "gap": "sm",
2107
- "direction": "horizontal",
2108
- "type": "stack",
2109
- "align": "center"
2113
+ "gap": "sm"
2110
2114
  },
2111
2115
  {
2116
+ "type": "button",
2112
2117
  "variant": "secondary",
2113
- "action": "REFRESH",
2114
- "label": "Refresh",
2115
2118
  "icon": "refresh-cw",
2116
- "type": "button"
2119
+ "label": "Refresh",
2120
+ "action": "REFRESH"
2117
2121
  }
2118
- ],
2119
- "justify": "between",
2120
- "direction": "horizontal",
2121
- "align": "center"
2122
+ ]
2122
2123
  },
2123
2124
  {
2124
2125
  "type": "divider"
2125
2126
  },
2126
2127
  {
2128
+ "type": "data-list",
2127
2129
  "variant": "card",
2128
- "gap": "sm",
2129
- "entity": "@payload.data",
2130
2130
  "fields": [
2131
2131
  {
2132
2132
  "variant": "h4",
@@ -2137,17 +2137,17 @@
2137
2137
  "variant": "badge"
2138
2138
  },
2139
2139
  {
2140
+ "variant": "caption",
2140
2141
  "name": "lastActive",
2141
- "format": "date",
2142
- "variant": "caption"
2142
+ "format": "date"
2143
2143
  }
2144
2144
  ],
2145
- "type": "data-list"
2145
+ "entity": "@payload.data",
2146
+ "gap": "sm"
2146
2147
  }
2147
2148
  ],
2148
- "type": "stack",
2149
- "gap": "lg",
2150
- "direction": "vertical"
2149
+ "direction": "vertical",
2150
+ "type": "stack"
2151
2151
  }
2152
2152
  ]
2153
2153
  ]
@@ -2172,21 +2172,21 @@
2172
2172
  "main",
2173
2173
  {
2174
2174
  "className": "py-12",
2175
- "gap": "md",
2176
- "align": "center",
2177
- "type": "stack",
2178
2175
  "direction": "vertical",
2176
+ "type": "stack",
2179
2177
  "children": [
2180
2178
  {
2181
2179
  "type": "spinner"
2182
2180
  },
2183
2181
  {
2184
- "type": "typography",
2185
- "variant": "caption",
2186
2182
  "content": "Refreshing…",
2187
- "color": "muted"
2183
+ "variant": "caption",
2184
+ "color": "muted",
2185
+ "type": "typography"
2188
2186
  }
2189
- ]
2187
+ ],
2188
+ "gap": "md",
2189
+ "align": "center"
2190
2190
  }
2191
2191
  ]
2192
2192
  ]
@@ -2200,11 +2200,10 @@
2200
2200
  "render-ui",
2201
2201
  "main",
2202
2202
  {
2203
- "className": "py-12",
2204
2203
  "type": "stack",
2204
+ "className": "py-12",
2205
2205
  "direction": "vertical",
2206
2206
  "align": "center",
2207
- "gap": "md",
2208
2207
  "children": [
2209
2208
  {
2210
2209
  "name": "alert-triangle",
@@ -2217,19 +2216,20 @@
2217
2216
  "content": "Failed to load presence"
2218
2217
  },
2219
2218
  {
2220
- "type": "typography",
2221
- "color": "muted",
2222
2219
  "content": "@payload.error",
2223
- "variant": "body"
2220
+ "type": "typography",
2221
+ "variant": "body",
2222
+ "color": "muted"
2224
2223
  },
2225
2224
  {
2226
- "label": "Retry",
2227
- "action": "REFRESH",
2225
+ "variant": "primary",
2228
2226
  "icon": "rotate-ccw",
2229
2227
  "type": "button",
2230
- "variant": "primary"
2228
+ "action": "REFRESH",
2229
+ "label": "Retry"
2231
2230
  }
2232
- ]
2231
+ ],
2232
+ "gap": "md"
2233
2233
  }
2234
2234
  ]
2235
2235
  ]
@@ -2255,4 +2255,4 @@
2255
2255
  ]
2256
2256
  }
2257
2257
  ]
2258
- }
2258
+ }