@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
@@ -119,28 +119,28 @@
119
119
  "ref": "AppShell.traits.AppLayout",
120
120
  "name": "QuestionAppLayout",
121
121
  "config": {
122
+ "searchEvent": "QUESTION_SEARCH",
123
+ "contentTrait": "@trait.QuestionCatalog",
124
+ "notificationClickEvent": "QUESTION_NOTIFICATIONS_OPEN",
125
+ "notifications": [],
126
+ "appName": "Forum",
122
127
  "navItems": [
123
128
  {
124
129
  "href": "/questions",
125
- "icon": "help-circle",
126
- "label": "Questions"
130
+ "label": "Questions",
131
+ "icon": "help-circle"
127
132
  },
128
133
  {
134
+ "href": "/questions",
129
135
  "icon": "tag",
130
- "label": "Categories",
131
- "href": "/questions"
136
+ "label": "Categories"
132
137
  },
133
138
  {
134
- "label": "Moderation",
135
139
  "href": "/moderation",
136
- "icon": "shield-alert"
140
+ "icon": "shield-alert",
141
+ "label": "Moderation"
137
142
  }
138
- ],
139
- "notificationClickEvent": "QUESTION_NOTIFICATIONS_OPEN",
140
- "searchEvent": "QUESTION_SEARCH",
141
- "contentTrait": "@trait.QuestionCatalog",
142
- "appName": "Forum",
143
- "notifications": []
143
+ ]
144
144
  },
145
145
  "events": {
146
146
  "SEARCH": "QUESTION_SEARCH",
@@ -227,55 +227,58 @@
227
227
  "render-ui",
228
228
  "main",
229
229
  {
230
+ "direction": "vertical",
231
+ "gap": "lg",
232
+ "type": "stack",
230
233
  "children": [
231
234
  {
232
- "gap": "md",
233
235
  "type": "stack",
236
+ "justify": "between",
237
+ "gap": "md",
238
+ "direction": "horizontal",
234
239
  "align": "center",
235
240
  "children": [
236
241
  {
242
+ "direction": "horizontal",
237
243
  "gap": "sm",
244
+ "align": "center",
245
+ "type": "stack",
238
246
  "children": [
239
247
  {
240
- "type": "icon",
241
- "name": "help-circle"
248
+ "name": "help-circle",
249
+ "type": "icon"
242
250
  },
243
251
  {
244
- "variant": "h2",
245
252
  "type": "typography",
246
- "content": "Questions"
253
+ "content": "Questions",
254
+ "variant": "h2"
247
255
  }
248
- ],
249
- "align": "center",
250
- "type": "stack",
251
- "direction": "horizontal"
256
+ ]
252
257
  },
253
258
  {
259
+ "type": "stack",
254
260
  "direction": "horizontal",
255
261
  "gap": "sm",
256
262
  "children": [
257
263
  {
258
- "label": "Ask Question",
259
264
  "type": "button",
260
- "action": "CREATE",
265
+ "label": "Ask Question",
261
266
  "icon": "plus",
267
+ "action": "CREATE",
262
268
  "variant": "primary"
263
269
  }
264
- ],
265
- "type": "stack"
270
+ ]
266
271
  }
267
- ],
268
- "justify": "between",
269
- "direction": "horizontal"
272
+ ]
270
273
  },
271
274
  {
272
275
  "type": "divider"
273
276
  },
274
277
  {
275
- "type": "stack",
276
- "direction": "horizontal",
277
278
  "gap": "md",
279
+ "direction": "horizontal",
278
280
  "align": "center",
281
+ "type": "stack",
279
282
  "children": [
280
283
  "@trait.QuestionSearch",
281
284
  "@trait.QuestionFilter"
@@ -290,10 +293,7 @@
290
293
  "type": "divider"
291
294
  },
292
295
  "@trait.QuestionBrowseList"
293
- ],
294
- "gap": "lg",
295
- "direction": "vertical",
296
- "type": "stack"
296
+ ]
297
297
  }
298
298
  ]
299
299
  ]
@@ -312,6 +312,8 @@
312
312
  "render-ui",
313
313
  "main",
314
314
  {
315
+ "direction": "vertical",
316
+ "gap": "md",
315
317
  "children": [
316
318
  {
317
319
  "type": "icon",
@@ -323,22 +325,20 @@
323
325
  "type": "typography"
324
326
  },
325
327
  {
326
- "color": "muted",
327
328
  "type": "typography",
328
- "variant": "caption",
329
- "content": "You're all caught up."
329
+ "color": "muted",
330
+ "content": "You're all caught up.",
331
+ "variant": "caption"
330
332
  },
331
333
  {
332
- "type": "button",
333
- "label": "Back to questions",
334
334
  "action": "INIT",
335
+ "label": "Back to questions",
336
+ "type": "button",
335
337
  "variant": "ghost"
336
338
  }
337
339
  ],
338
- "align": "center",
339
340
  "type": "stack",
340
- "direction": "vertical",
341
- "gap": "md",
341
+ "align": "center",
342
342
  "className": "py-8"
343
343
  }
344
344
  ]
@@ -363,20 +363,20 @@
363
363
  "event": "QUESTION_FILTER",
364
364
  "filters": [
365
365
  {
366
- "label": "Status",
367
366
  "filterType": "select",
368
367
  "field": "status",
369
368
  "options": [
370
369
  "open",
371
370
  "answered",
372
371
  "closed"
373
- ]
372
+ ],
373
+ "label": "Status"
374
374
  },
375
375
  {
376
- "filterType": "select",
377
376
  "label": "Tag",
378
377
  "field": "tag",
379
- "options": []
378
+ "options": [],
379
+ "filterType": "select"
380
380
  }
381
381
  ]
382
382
  }
@@ -385,18 +385,20 @@
385
385
  "ref": "Stats.traits.StatsItemStats",
386
386
  "name": "QuestionStats",
387
387
  "config": {
388
+ "title": "Questions",
388
389
  "metrics": [
389
390
  {
390
- "variant": "primary",
391
+ "aggregation": "count",
391
392
  "format": "number",
392
- "icon": "help-circle",
393
393
  "label": "Total",
394
- "aggregation": "count"
394
+ "icon": "help-circle",
395
+ "variant": "primary"
395
396
  },
396
397
  {
397
- "variant": "warning",
398
+ "aggregation": "count",
398
399
  "icon": "circle",
399
400
  "label": "Open",
401
+ "variant": "warning",
400
402
  "format": "number",
401
403
  "filter": [
402
404
  "fn",
@@ -406,8 +408,7 @@
406
408
  "@row.status",
407
409
  "open"
408
410
  ]
409
- ],
410
- "aggregation": "count"
411
+ ]
411
412
  },
412
413
  {
413
414
  "filter": [
@@ -419,22 +420,21 @@
419
420
  "answered"
420
421
  ]
421
422
  ],
422
- "format": "number",
423
423
  "label": "Answered",
424
- "variant": "success",
424
+ "format": "number",
425
+ "aggregation": "count",
425
426
  "icon": "check-circle",
426
- "aggregation": "count"
427
+ "variant": "success"
427
428
  },
428
429
  {
429
430
  "format": "text",
430
- "label": "Top Tag",
431
- "icon": "hash",
431
+ "field": "tag",
432
432
  "variant": "info",
433
433
  "aggregation": "mode",
434
- "field": "tag"
434
+ "label": "Top Tag",
435
+ "icon": "hash"
435
436
  }
436
- ],
437
- "title": "Questions"
437
+ ]
438
438
  },
439
439
  "listens": [
440
440
  {
@@ -451,8 +451,8 @@
451
451
  "ref": "Tags.traits.TagBrowse",
452
452
  "name": "QuestionTagTree",
453
453
  "config": {
454
- "title": "Categories",
455
- "allowEdit": false
454
+ "allowEdit": false,
455
+ "title": "Categories"
456
456
  }
457
457
  },
458
458
  {
@@ -460,55 +460,55 @@
460
460
  "name": "QuestionBrowseList",
461
461
  "linkedEntity": "Question",
462
462
  "config": {
463
+ "gap": "sm",
464
+ "itemActions": [
465
+ {
466
+ "label": "View",
467
+ "event": "VIEW",
468
+ "variant": "ghost"
469
+ },
470
+ {
471
+ "event": "EDIT",
472
+ "label": "Edit",
473
+ "variant": "ghost"
474
+ },
475
+ {
476
+ "event": "DELETE",
477
+ "variant": "danger",
478
+ "label": "Delete"
479
+ }
480
+ ],
481
+ "cols": 1.0,
482
+ "variant": "card",
463
483
  "fields": [
464
484
  {
465
- "variant": "h3",
485
+ "name": "title",
466
486
  "icon": "help-circle",
467
- "name": "title"
487
+ "variant": "h3"
468
488
  },
469
489
  {
470
- "variant": "body",
471
- "name": "authorName"
490
+ "name": "authorName",
491
+ "variant": "body"
472
492
  },
473
493
  {
474
- "name": "tag",
475
- "variant": "badge"
494
+ "variant": "badge",
495
+ "name": "tag"
476
496
  },
477
497
  {
478
498
  "name": "status",
479
499
  "variant": "badge"
480
500
  },
481
501
  {
482
- "format": "number",
483
502
  "name": "voteCount",
484
- "variant": "caption"
485
- },
486
- {
487
- "name": "replyCount",
488
503
  "format": "number",
489
504
  "variant": "caption"
490
- }
491
- ],
492
- "itemActions": [
493
- {
494
- "variant": "ghost",
495
- "event": "VIEW",
496
- "label": "View"
497
- },
498
- {
499
- "event": "EDIT",
500
- "variant": "ghost",
501
- "label": "Edit"
502
505
  },
503
506
  {
504
- "label": "Delete",
505
- "event": "DELETE",
506
- "variant": "danger"
507
+ "format": "number",
508
+ "variant": "caption",
509
+ "name": "replyCount"
507
510
  }
508
- ],
509
- "gap": "sm",
510
- "cols": 1.0,
511
- "variant": "card"
511
+ ]
512
512
  },
513
513
  "listens": [
514
514
  {
@@ -573,9 +573,9 @@
573
573
  "name": "QuestionCreate",
574
574
  "linkedEntity": "Question",
575
575
  "config": {
576
+ "mode": "create",
576
577
  "icon": "plus-circle",
577
578
  "title": "Ask Question",
578
- "mode": "create",
579
579
  "fields": [
580
580
  "title",
581
581
  "body",
@@ -603,9 +603,9 @@
603
603
  "name": "QuestionEdit",
604
604
  "linkedEntity": "Question",
605
605
  "config": {
606
+ "icon": "edit",
606
607
  "mode": "edit",
607
608
  "title": "Edit Question",
608
- "icon": "edit",
609
609
  "fields": [
610
610
  "title",
611
611
  "body",
@@ -633,8 +633,8 @@
633
633
  "name": "QuestionView",
634
634
  "linkedEntity": "Question",
635
635
  "config": {
636
- "title": "View Question",
637
636
  "icon": "eye",
637
+ "mode": "edit",
638
638
  "fields": [
639
639
  "title",
640
640
  "body",
@@ -644,7 +644,7 @@
644
644
  "voteCount",
645
645
  "replyCount"
646
646
  ],
647
- "mode": "edit"
647
+ "title": "View Question"
648
648
  },
649
649
  "events": {
650
650
  "OPEN": "VIEW"
@@ -665,14 +665,14 @@
665
665
  "name": "QuestionDeleteConfirm",
666
666
  "linkedEntity": "Question",
667
667
  "config": {
668
- "alertMessage": "This action cannot be undone. The question and all its replies will be removed.",
669
- "icon": "alert-triangle",
670
668
  "title": "Delete Question",
671
- "confirmLabel": "Delete"
669
+ "icon": "alert-triangle",
670
+ "confirmLabel": "Delete",
671
+ "alertMessage": "This action cannot be undone. The question and all its replies will be removed."
672
672
  },
673
673
  "events": {
674
- "CONFIRM": "CONFIRM_DELETE",
675
- "REQUEST": "DELETE"
674
+ "REQUEST": "DELETE",
675
+ "CONFIRM": "CONFIRM_DELETE"
676
676
  },
677
677
  "listens": [
678
678
  {
@@ -1001,32 +1001,32 @@
1001
1001
  "ref": "AppShell.traits.AppLayout",
1002
1002
  "name": "ModerationAppLayout",
1003
1003
  "config": {
1004
- "searchEvent": "MODERATION_SEARCH",
1005
- "notifications": [],
1006
1004
  "notificationClickEvent": "MODERATION_NOTIFICATIONS_OPEN",
1007
- "appName": "Forum",
1005
+ "contentTrait": "@trait.ModerationDisplay",
1008
1006
  "navItems": [
1009
1007
  {
1010
- "icon": "help-circle",
1011
1008
  "label": "Questions",
1009
+ "icon": "help-circle",
1012
1010
  "href": "/questions"
1013
1011
  },
1014
1012
  {
1015
1013
  "label": "Categories",
1016
- "icon": "tag",
1017
- "href": "/questions"
1014
+ "href": "/questions",
1015
+ "icon": "tag"
1018
1016
  },
1019
1017
  {
1018
+ "href": "/moderation",
1020
1019
  "label": "Moderation",
1021
- "icon": "shield-alert",
1022
- "href": "/moderation"
1020
+ "icon": "shield-alert"
1023
1021
  }
1024
1022
  ],
1025
- "contentTrait": "@trait.ModerationDisplay"
1023
+ "searchEvent": "MODERATION_SEARCH",
1024
+ "notifications": [],
1025
+ "appName": "Forum"
1026
1026
  },
1027
1027
  "events": {
1028
- "SEARCH": "MODERATION_SEARCH",
1029
- "NOTIFY_CLICK": "MODERATION_NOTIFICATIONS_OPEN"
1028
+ "NOTIFY_CLICK": "MODERATION_NOTIFICATIONS_OPEN",
1029
+ "SEARCH": "MODERATION_SEARCH"
1030
1030
  }
1031
1031
  },
1032
1032
  {
@@ -1094,9 +1094,10 @@
1094
1094
  "main",
1095
1095
  {
1096
1096
  "gap": "lg",
1097
- "type": "stack",
1098
1097
  "children": [
1099
1098
  {
1099
+ "direction": "horizontal",
1100
+ "type": "stack",
1100
1101
  "gap": "sm",
1101
1102
  "children": [
1102
1103
  {
@@ -1104,14 +1105,12 @@
1104
1105
  "type": "icon"
1105
1106
  },
1106
1107
  {
1107
- "content": "Moderation Queue",
1108
1108
  "variant": "h2",
1109
+ "content": "Moderation Queue",
1109
1110
  "type": "typography"
1110
1111
  }
1111
1112
  ],
1112
- "align": "center",
1113
- "type": "stack",
1114
- "direction": "horizontal"
1113
+ "align": "center"
1115
1114
  },
1116
1115
  {
1117
1116
  "type": "divider"
@@ -1121,9 +1120,9 @@
1121
1120
  "type": "divider"
1122
1121
  },
1123
1122
  {
1124
- "type": "typography",
1123
+ "variant": "h3",
1125
1124
  "content": "Recent Flags",
1126
- "variant": "h3"
1125
+ "type": "typography"
1127
1126
  },
1128
1127
  "@trait.ModerationFlagBrowse",
1129
1128
  {
@@ -1136,8 +1135,9 @@
1136
1135
  },
1137
1136
  "@trait.ModerationDecisionBrowse"
1138
1137
  ],
1139
- "className": "max-w-6xl mx-auto w-full p-4",
1140
- "direction": "vertical"
1138
+ "direction": "vertical",
1139
+ "type": "stack",
1140
+ "className": "max-w-6xl mx-auto w-full p-4"
1141
1141
  }
1142
1142
  ]
1143
1143
  ]
@@ -1156,34 +1156,34 @@
1156
1156
  "render-ui",
1157
1157
  "main",
1158
1158
  {
1159
- "type": "stack",
1160
1159
  "gap": "md",
1161
- "className": "py-8",
1162
1160
  "align": "center",
1161
+ "direction": "vertical",
1162
+ "type": "stack",
1163
1163
  "children": [
1164
1164
  {
1165
- "type": "icon",
1166
- "name": "bell"
1165
+ "name": "bell",
1166
+ "type": "icon"
1167
1167
  },
1168
1168
  {
1169
- "type": "typography",
1169
+ "variant": "h3",
1170
1170
  "content": "No notifications",
1171
- "variant": "h3"
1171
+ "type": "typography"
1172
1172
  },
1173
1173
  {
1174
+ "content": "You're all caught up.",
1174
1175
  "type": "typography",
1175
1176
  "variant": "caption",
1176
- "content": "You're all caught up.",
1177
1177
  "color": "muted"
1178
1178
  },
1179
1179
  {
1180
- "label": "Back to moderation",
1181
- "type": "button",
1180
+ "action": "INIT",
1182
1181
  "variant": "ghost",
1183
- "action": "INIT"
1182
+ "type": "button",
1183
+ "label": "Back to moderation"
1184
1184
  }
1185
1185
  ],
1186
- "direction": "vertical"
1186
+ "className": "py-8"
1187
1187
  }
1188
1188
  ]
1189
1189
  ]
@@ -1204,6 +1204,7 @@
1204
1204
  "ref": "Flag.traits.FlagReport",
1205
1205
  "name": "ModerationFlagBrowse",
1206
1206
  "config": {
1207
+ "title": "Latest reports",
1207
1208
  "reasons": [
1208
1209
  "spam",
1209
1210
  "abuse",
@@ -1211,8 +1212,7 @@
1211
1212
  "misinformation",
1212
1213
  "nsfw",
1213
1214
  "other"
1214
- ],
1215
- "title": "Latest reports"
1215
+ ]
1216
1216
  }
1217
1217
  },
1218
1218
  {
@@ -1220,16 +1220,24 @@
1220
1220
  "name": "ModerationDecisionBrowse",
1221
1221
  "linkedEntity": "ModerationDecision",
1222
1222
  "config": {
1223
+ "gap": "sm",
1224
+ "itemActions": [
1225
+ {
1226
+ "variant": "danger",
1227
+ "label": "Revert",
1228
+ "event": "DELETE"
1229
+ }
1230
+ ],
1223
1231
  "fields": [
1224
1232
  {
1233
+ "label": "Target",
1225
1234
  "variant": "badge",
1226
- "name": "targetType",
1227
- "label": "Target"
1235
+ "name": "targetType"
1228
1236
  },
1229
1237
  {
1238
+ "label": "Verdict",
1230
1239
  "variant": "badge",
1231
- "name": "verdict",
1232
- "label": "Verdict"
1240
+ "name": "verdict"
1233
1241
  },
1234
1242
  {
1235
1243
  "variant": "caption",
@@ -1237,23 +1245,15 @@
1237
1245
  "label": "Reviewer"
1238
1246
  },
1239
1247
  {
1240
- "name": "notes",
1241
1248
  "label": "Notes",
1242
- "variant": "body"
1249
+ "variant": "body",
1250
+ "name": "notes"
1243
1251
  },
1244
1252
  {
1245
- "format": "date",
1253
+ "label": "When",
1246
1254
  "variant": "caption",
1247
1255
  "name": "createdAt",
1248
- "label": "When"
1249
- }
1250
- ],
1251
- "gap": "sm",
1252
- "itemActions": [
1253
- {
1254
- "variant": "danger",
1255
- "label": "Revert",
1256
- "event": "DELETE"
1256
+ "format": "date"
1257
1257
  }
1258
1258
  ],
1259
1259
  "cols": 1.0
@@ -1282,10 +1282,10 @@
1282
1282
  "name": "ModerationRevertConfirm",
1283
1283
  "linkedEntity": "ModerationDecision",
1284
1284
  "config": {
1285
- "title": "Revert Decision",
1286
1285
  "alertMessage": "This will undo the recorded moderation verdict.",
1287
1286
  "icon": "rotate-ccw",
1288
- "confirmLabel": "Revert"
1287
+ "confirmLabel": "Revert",
1288
+ "title": "Revert Decision"
1289
1289
  },
1290
1290
  "events": {
1291
1291
  "REQUEST": "REVERT",