@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
@@ -85,15 +85,12 @@
85
85
  "ref": "AppShell.traits.AppLayout",
86
86
  "name": "VendorAppLayout",
87
87
  "config": {
88
- "searchEvent": "VENDOR_SEARCH",
89
- "notificationClickEvent": "VENDOR_NOTIFICATIONS_OPEN",
90
88
  "contentTrait": "@trait.VendorCatalog",
91
- "notifications": [],
92
89
  "navItems": [
93
90
  {
94
- "href": "/vendors",
95
91
  "icon": "store",
96
- "label": "Vendors"
92
+ "label": "Vendors",
93
+ "href": "/vendors"
97
94
  },
98
95
  {
99
96
  "label": "Listings",
@@ -101,16 +98,19 @@
101
98
  "icon": "package"
102
99
  },
103
100
  {
101
+ "label": "Orders",
104
102
  "icon": "shopping-cart",
105
- "href": "/orders",
106
- "label": "Orders"
103
+ "href": "/orders"
107
104
  }
108
105
  ],
109
- "appName": "Marketplace"
106
+ "appName": "Marketplace",
107
+ "notifications": [],
108
+ "searchEvent": "VENDOR_SEARCH",
109
+ "notificationClickEvent": "VENDOR_NOTIFICATIONS_OPEN"
110
110
  },
111
111
  "events": {
112
- "SEARCH": "VENDOR_SEARCH",
113
- "NOTIFY_CLICK": "VENDOR_NOTIFICATIONS_OPEN"
112
+ "NOTIFY_CLICK": "VENDOR_NOTIFICATIONS_OPEN",
113
+ "SEARCH": "VENDOR_SEARCH"
114
114
  }
115
115
  },
116
116
  {
@@ -193,17 +193,16 @@
193
193
  "render-ui",
194
194
  "main",
195
195
  {
196
- "type": "stack",
197
196
  "children": [
198
197
  {
199
- "justify": "between",
200
198
  "gap": "md",
199
+ "direction": "horizontal",
201
200
  "children": [
202
201
  {
203
- "direction": "horizontal",
204
- "align": "center",
205
202
  "type": "stack",
206
203
  "gap": "sm",
204
+ "align": "center",
205
+ "direction": "horizontal",
207
206
  "children": [
208
207
  {
209
208
  "name": "store",
@@ -217,23 +216,23 @@
217
216
  ]
218
217
  },
219
218
  {
219
+ "direction": "horizontal",
220
220
  "children": [
221
221
  {
222
- "type": "button",
223
- "icon": "plus",
224
222
  "label": "New Vendor",
223
+ "variant": "primary",
224
+ "type": "button",
225
225
  "action": "CREATE",
226
- "variant": "primary"
226
+ "icon": "plus"
227
227
  }
228
228
  ],
229
229
  "gap": "sm",
230
- "direction": "horizontal",
231
230
  "type": "stack"
232
231
  }
233
232
  ],
234
- "align": "center",
233
+ "justify": "between",
235
234
  "type": "stack",
236
- "direction": "horizontal"
235
+ "align": "center"
237
236
  },
238
237
  {
239
238
  "type": "divider"
@@ -244,8 +243,9 @@
244
243
  },
245
244
  "@trait.VendorPayoutLedger"
246
245
  ],
247
- "gap": "lg",
248
- "direction": "vertical"
246
+ "direction": "vertical",
247
+ "type": "stack",
248
+ "gap": "lg"
249
249
  }
250
250
  ]
251
251
  ]
@@ -264,34 +264,34 @@
264
264
  "render-ui",
265
265
  "main",
266
266
  {
267
- "direction": "vertical",
268
- "gap": "md",
269
- "align": "center",
270
- "type": "stack",
271
267
  "className": "py-8",
272
268
  "children": [
273
269
  {
274
- "type": "icon",
275
- "name": "bell"
270
+ "name": "bell",
271
+ "type": "icon"
276
272
  },
277
273
  {
278
274
  "variant": "h3",
279
- "type": "typography",
280
- "content": "No notifications"
275
+ "content": "No notifications",
276
+ "type": "typography"
281
277
  },
282
278
  {
283
- "color": "muted",
279
+ "variant": "caption",
284
280
  "type": "typography",
285
281
  "content": "You're all caught up.",
286
- "variant": "caption"
282
+ "color": "muted"
287
283
  },
288
284
  {
285
+ "label": "Back to vendors",
289
286
  "action": "INIT",
290
287
  "variant": "ghost",
291
- "type": "button",
292
- "label": "Back to vendors"
288
+ "type": "button"
293
289
  }
294
- ]
290
+ ],
291
+ "type": "stack",
292
+ "gap": "md",
293
+ "direction": "vertical",
294
+ "align": "center"
295
295
  }
296
296
  ]
297
297
  ]
@@ -305,43 +305,43 @@
305
305
  "name": "VendorBrowseList",
306
306
  "linkedEntity": "Vendor",
307
307
  "config": {
308
+ "gap": "sm",
308
309
  "itemActions": [
309
310
  {
310
- "event": "VIEW",
311
311
  "label": "View",
312
+ "event": "VIEW",
312
313
  "variant": "ghost"
313
314
  },
314
315
  {
315
- "variant": "ghost",
316
+ "label": "Edit",
316
317
  "event": "EDIT",
317
- "label": "Edit"
318
+ "variant": "ghost"
318
319
  },
319
320
  {
320
- "label": "Delete",
321
321
  "variant": "danger",
322
- "event": "DELETE"
322
+ "event": "DELETE",
323
+ "label": "Delete"
323
324
  }
324
325
  ],
325
326
  "cols": 1.0,
326
- "gap": "sm",
327
327
  "fields": [
328
328
  {
329
329
  "variant": "h3",
330
- "icon": "store",
331
- "name": "name"
330
+ "name": "name",
331
+ "icon": "store"
332
332
  },
333
333
  {
334
- "variant": "body",
335
- "name": "businessName"
334
+ "name": "businessName",
335
+ "variant": "body"
336
336
  },
337
337
  {
338
- "name": "status",
339
- "variant": "badge"
338
+ "variant": "badge",
339
+ "name": "status"
340
340
  },
341
341
  {
342
342
  "name": "totalSales",
343
- "variant": "caption",
344
- "format": "currency"
343
+ "format": "currency",
344
+ "variant": "caption"
345
345
  },
346
346
  {
347
347
  "variant": "caption",
@@ -380,8 +380,8 @@
380
380
  "ref": "Payout.traits.PayoutLedger",
381
381
  "name": "VendorPayoutLedger",
382
382
  "config": {
383
- "title": "Vendor Payouts",
384
- "minimumWithdrawal": 50.0
383
+ "minimumWithdrawal": 50.0,
384
+ "title": "Vendor Payouts"
385
385
  }
386
386
  },
387
387
  {
@@ -389,6 +389,8 @@
389
389
  "name": "VendorCreate",
390
390
  "linkedEntity": "Vendor",
391
391
  "config": {
392
+ "icon": "plus-circle",
393
+ "mode": "create",
392
394
  "fields": [
393
395
  "name",
394
396
  "businessName",
@@ -396,9 +398,7 @@
396
398
  "totalSales",
397
399
  "rating"
398
400
  ],
399
- "title": "New Vendor",
400
- "mode": "create",
401
- "icon": "plus-circle"
401
+ "title": "New Vendor"
402
402
  },
403
403
  "events": {
404
404
  "OPEN": "CREATE"
@@ -419,9 +419,9 @@
419
419
  "name": "VendorEdit",
420
420
  "linkedEntity": "Vendor",
421
421
  "config": {
422
+ "icon": "edit",
422
423
  "mode": "edit",
423
424
  "title": "Edit Vendor",
424
- "icon": "edit",
425
425
  "fields": [
426
426
  "name",
427
427
  "businessName",
@@ -450,7 +450,7 @@
450
450
  "linkedEntity": "Vendor",
451
451
  "config": {
452
452
  "mode": "edit",
453
- "icon": "eye",
453
+ "title": "View Vendor",
454
454
  "fields": [
455
455
  "name",
456
456
  "businessName",
@@ -458,7 +458,7 @@
458
458
  "totalSales",
459
459
  "rating"
460
460
  ],
461
- "title": "View Vendor"
461
+ "icon": "eye"
462
462
  },
463
463
  "events": {
464
464
  "OPEN": "VIEW"
@@ -479,14 +479,14 @@
479
479
  "name": "VendorDelete",
480
480
  "linkedEntity": "Vendor",
481
481
  "config": {
482
- "alertMessage": "This action cannot be undone.",
483
- "title": "Delete Vendor",
484
482
  "confirmLabel": "Delete",
483
+ "title": "Delete Vendor",
484
+ "alertMessage": "This action cannot be undone.",
485
485
  "icon": "alert-triangle"
486
486
  },
487
487
  "events": {
488
- "REQUEST": "DELETE",
489
- "CONFIRM": "CONFIRM_DELETE"
488
+ "CONFIRM": "CONFIRM_DELETE",
489
+ "REQUEST": "DELETE"
490
490
  },
491
491
  "listens": [
492
492
  {
@@ -861,16 +861,17 @@
861
861
  "name": "ListingAppLayout",
862
862
  "config": {
863
863
  "appName": "Marketplace",
864
+ "contentTrait": "@trait.ListingCatalog",
864
865
  "navItems": [
865
866
  {
866
867
  "href": "/vendors",
867
- "icon": "store",
868
- "label": "Vendors"
868
+ "label": "Vendors",
869
+ "icon": "store"
869
870
  },
870
871
  {
872
+ "icon": "package",
871
873
  "label": "Listings",
872
- "href": "/listings",
873
- "icon": "package"
874
+ "href": "/listings"
874
875
  },
875
876
  {
876
877
  "href": "/orders",
@@ -878,10 +879,9 @@
878
879
  "label": "Orders"
879
880
  }
880
881
  ],
881
- "notificationClickEvent": "LISTING_NOTIFICATIONS_OPEN",
882
882
  "searchEvent": "LISTING_SEARCH",
883
883
  "notifications": [],
884
- "contentTrait": "@trait.ListingCatalog"
884
+ "notificationClickEvent": "LISTING_NOTIFICATIONS_OPEN"
885
885
  },
886
886
  "events": {
887
887
  "NOTIFY_CLICK": "LISTING_NOTIFICATIONS_OPEN",
@@ -968,61 +968,62 @@
968
968
  "render-ui",
969
969
  "main",
970
970
  {
971
- "type": "stack",
971
+ "direction": "vertical",
972
972
  "gap": "lg",
973
+ "type": "stack",
973
974
  "children": [
974
975
  {
975
- "type": "stack",
976
- "direction": "horizontal",
977
- "gap": "md",
978
- "justify": "between",
979
- "align": "center",
980
976
  "children": [
981
977
  {
982
978
  "gap": "sm",
983
- "direction": "horizontal",
979
+ "type": "stack",
980
+ "align": "center",
984
981
  "children": [
985
982
  {
986
- "type": "icon",
987
- "name": "package"
983
+ "name": "package",
984
+ "type": "icon"
988
985
  },
989
986
  {
990
- "variant": "h2",
991
987
  "type": "typography",
992
- "content": "Listings"
988
+ "content": "Listings",
989
+ "variant": "h2"
993
990
  }
994
991
  ],
995
- "type": "stack",
996
- "align": "center"
992
+ "direction": "horizontal"
997
993
  },
998
994
  {
999
- "type": "stack",
1000
995
  "direction": "horizontal",
1001
996
  "gap": "sm",
1002
997
  "children": [
1003
998
  {
1004
- "type": "button",
1005
999
  "label": "New Listing",
1006
- "icon": "plus",
1007
1000
  "action": "CREATE",
1008
- "variant": "primary"
1001
+ "icon": "plus",
1002
+ "variant": "primary",
1003
+ "type": "button"
1009
1004
  }
1010
- ]
1005
+ ],
1006
+ "type": "stack"
1011
1007
  }
1012
- ]
1008
+ ],
1009
+ "gap": "md",
1010
+ "align": "center",
1011
+ "justify": "between",
1012
+ "type": "stack",
1013
+ "direction": "horizontal"
1013
1014
  },
1014
1015
  {
1015
1016
  "type": "divider"
1016
1017
  },
1017
1018
  {
1018
- "direction": "horizontal",
1019
1019
  "gap": "md",
1020
1020
  "children": [
1021
1021
  "@trait.ListingSearch",
1022
1022
  "@trait.ListingFilter"
1023
1023
  ],
1024
- "align": "center",
1025
- "type": "stack"
1024
+ "type": "stack",
1025
+ "direction": "horizontal",
1026
+ "align": "center"
1026
1027
  },
1027
1028
  "@trait.ListingStats",
1028
1029
  "@trait.ListingTags",
@@ -1046,8 +1047,7 @@
1046
1047
  "type": "divider"
1047
1048
  },
1048
1049
  "@trait.ListingModQueue"
1049
- ],
1050
- "direction": "vertical"
1050
+ ]
1051
1051
  }
1052
1052
  ]
1053
1053
  ]
@@ -1066,15 +1066,11 @@
1066
1066
  "render-ui",
1067
1067
  "main",
1068
1068
  {
1069
- "type": "stack",
1070
- "gap": "md",
1071
- "direction": "vertical",
1072
- "className": "py-8",
1073
1069
  "align": "center",
1074
1070
  "children": [
1075
1071
  {
1076
- "name": "bell",
1077
- "type": "icon"
1072
+ "type": "icon",
1073
+ "name": "bell"
1078
1074
  },
1079
1075
  {
1080
1076
  "variant": "h3",
@@ -1083,17 +1079,21 @@
1083
1079
  },
1084
1080
  {
1085
1081
  "variant": "caption",
1086
- "type": "typography",
1087
1082
  "content": "You're all caught up.",
1088
- "color": "muted"
1083
+ "color": "muted",
1084
+ "type": "typography"
1089
1085
  },
1090
1086
  {
1091
- "type": "button",
1092
- "label": "Back to listings",
1093
1087
  "variant": "ghost",
1094
- "action": "INIT"
1088
+ "action": "INIT",
1089
+ "type": "button",
1090
+ "label": "Back to listings"
1095
1091
  }
1096
- ]
1092
+ ],
1093
+ "type": "stack",
1094
+ "gap": "md",
1095
+ "className": "py-8",
1096
+ "direction": "vertical"
1097
1097
  }
1098
1098
  ]
1099
1099
  ]
@@ -1106,38 +1106,38 @@
1106
1106
  "ref": "Search.traits.SearchResultSearch",
1107
1107
  "name": "ListingSearch",
1108
1108
  "config": {
1109
- "event": "LISTING_SEARCH",
1110
- "placeholder": "Search listings…"
1109
+ "placeholder": "Search listings…",
1110
+ "event": "LISTING_SEARCH"
1111
1111
  }
1112
1112
  },
1113
1113
  {
1114
1114
  "ref": "Filter.traits.FilterTargetFilter",
1115
1115
  "name": "ListingFilter",
1116
1116
  "config": {
1117
+ "event": "LISTING_FILTER",
1117
1118
  "filters": [
1118
1119
  {
1119
- "filterType": "select",
1120
- "field": "status",
1121
1120
  "options": [
1122
1121
  "draft",
1123
1122
  "active",
1124
1123
  "sold",
1125
1124
  "removed"
1126
1125
  ],
1126
+ "field": "status",
1127
+ "filterType": "select",
1127
1128
  "label": "Status"
1128
1129
  },
1129
1130
  {
1131
+ "filterType": "select",
1132
+ "field": "currency",
1133
+ "label": "Currency",
1130
1134
  "options": [
1131
1135
  "USD",
1132
1136
  "EUR",
1133
1137
  "GBP"
1134
- ],
1135
- "label": "Currency",
1136
- "filterType": "select",
1137
- "field": "currency"
1138
+ ]
1138
1139
  }
1139
- ],
1140
- "event": "LISTING_FILTER"
1140
+ ]
1141
1141
  }
1142
1142
  },
1143
1143
  {
@@ -1147,16 +1147,13 @@
1147
1147
  "title": "Listings",
1148
1148
  "metrics": [
1149
1149
  {
1150
- "label": "Total",
1151
- "format": "number",
1152
1150
  "aggregation": "count",
1153
- "icon": "package",
1154
- "variant": "primary"
1151
+ "format": "number",
1152
+ "variant": "primary",
1153
+ "label": "Total",
1154
+ "icon": "package"
1155
1155
  },
1156
1156
  {
1157
- "label": "Active",
1158
- "variant": "success",
1159
- "format": "number",
1160
1157
  "filter": [
1161
1158
  "fn",
1162
1159
  "row",
@@ -1166,12 +1163,16 @@
1166
1163
  "active"
1167
1164
  ]
1168
1165
  ],
1166
+ "label": "Active",
1167
+ "aggregation": "count",
1169
1168
  "icon": "check-circle",
1170
- "aggregation": "count"
1169
+ "variant": "success",
1170
+ "format": "number"
1171
1171
  },
1172
1172
  {
1173
+ "aggregation": "count",
1173
1174
  "format": "number",
1174
- "icon": "edit",
1175
+ "variant": "warning",
1175
1176
  "filter": [
1176
1177
  "fn",
1177
1178
  "row",
@@ -1181,9 +1182,8 @@
1181
1182
  "draft"
1182
1183
  ]
1183
1184
  ],
1184
- "aggregation": "count",
1185
- "label": "Draft",
1186
- "variant": "warning"
1185
+ "icon": "edit",
1186
+ "label": "Draft"
1187
1187
  }
1188
1188
  ]
1189
1189
  },
@@ -1211,20 +1211,22 @@
1211
1211
  "name": "ListingBrowseList",
1212
1212
  "linkedEntity": "Listing",
1213
1213
  "config": {
1214
+ "gap": "sm",
1215
+ "cols": 1.0,
1214
1216
  "fields": [
1215
1217
  {
1218
+ "variant": "h3",
1216
1219
  "icon": "package",
1217
- "name": "title",
1218
- "variant": "h3"
1220
+ "name": "title"
1219
1221
  },
1220
1222
  {
1221
- "variant": "h4",
1222
1223
  "name": "price",
1224
+ "variant": "h4",
1223
1225
  "format": "currency"
1224
1226
  },
1225
1227
  {
1226
- "name": "currency",
1227
- "variant": "badge"
1228
+ "variant": "badge",
1229
+ "name": "currency"
1228
1230
  },
1229
1231
  {
1230
1232
  "name": "status",
@@ -1235,15 +1237,14 @@
1235
1237
  "variant": "caption"
1236
1238
  },
1237
1239
  {
1238
- "variant": "caption",
1239
- "name": "reviewCount"
1240
+ "name": "reviewCount",
1241
+ "variant": "caption"
1240
1242
  },
1241
1243
  {
1242
- "variant": "caption",
1243
- "name": "description"
1244
+ "name": "description",
1245
+ "variant": "caption"
1244
1246
  }
1245
1247
  ],
1246
- "cols": 1.0,
1247
1248
  "itemActions": [
1248
1249
  {
1249
1250
  "event": "VIEW",
@@ -1256,12 +1257,11 @@
1256
1257
  "variant": "ghost"
1257
1258
  },
1258
1259
  {
1259
- "label": "Delete",
1260
1260
  "event": "DELETE",
1261
- "variant": "danger"
1261
+ "variant": "danger",
1262
+ "label": "Delete"
1262
1263
  }
1263
- ],
1264
- "gap": "sm"
1264
+ ]
1265
1265
  },
1266
1266
  "listens": [
1267
1267
  {
@@ -1311,26 +1311,27 @@
1311
1311
  "name": "ListingImages",
1312
1312
  "config": {
1313
1313
  "accept": "image/*",
1314
- "title": "Listing Images",
1314
+ "maxBytesPerImage": 10485760.0,
1315
1315
  "maxImages": 10.0,
1316
- "maxBytesPerImage": 10485760.0
1316
+ "title": "Listing Images"
1317
1317
  }
1318
1318
  },
1319
1319
  {
1320
1320
  "ref": "RatingReview.traits.RatingReviewSubmit",
1321
1321
  "name": "ListingRating",
1322
1322
  "config": {
1323
- "allowComment": true,
1324
1323
  "allowPhotos": false,
1325
- "maxStars": 5.0,
1326
1324
  "title": "Rate this listing",
1327
- "submitEvent": "SUBMIT_REVIEW"
1325
+ "submitEvent": "SUBMIT_REVIEW",
1326
+ "maxStars": 5.0,
1327
+ "allowComment": true
1328
1328
  }
1329
1329
  },
1330
1330
  {
1331
1331
  "ref": "Flag.traits.FlagReport",
1332
1332
  "name": "ListingFlag",
1333
1333
  "config": {
1334
+ "title": "Report listing",
1334
1335
  "reasons": [
1335
1336
  "spam",
1336
1337
  "abuse",
@@ -1338,8 +1339,7 @@
1338
1339
  "misinformation",
1339
1340
  "nsfw",
1340
1341
  "other"
1341
- ],
1342
- "title": "Report listing"
1342
+ ]
1343
1343
  }
1344
1344
  },
1345
1345
  {
@@ -1356,8 +1356,8 @@
1356
1356
  "linkedEntity": "Listing",
1357
1357
  "config": {
1358
1358
  "icon": "plus-circle",
1359
- "mode": "create",
1360
1359
  "title": "New Listing",
1360
+ "mode": "create",
1361
1361
  "fields": [
1362
1362
  "vendorId",
1363
1363
  "title",
@@ -1386,9 +1386,6 @@
1386
1386
  "name": "ListingEdit",
1387
1387
  "linkedEntity": "Listing",
1388
1388
  "config": {
1389
- "mode": "edit",
1390
- "icon": "edit",
1391
- "title": "Edit Listing",
1392
1389
  "fields": [
1393
1390
  "vendorId",
1394
1391
  "title",
@@ -1396,7 +1393,10 @@
1396
1393
  "price",
1397
1394
  "currency",
1398
1395
  "status"
1399
- ]
1396
+ ],
1397
+ "icon": "edit",
1398
+ "mode": "edit",
1399
+ "title": "Edit Listing"
1400
1400
  },
1401
1401
  "events": {
1402
1402
  "OPEN": "EDIT"
@@ -1417,7 +1417,6 @@
1417
1417
  "name": "ListingView",
1418
1418
  "linkedEntity": "Listing",
1419
1419
  "config": {
1420
- "title": "View Listing",
1421
1420
  "fields": [
1422
1421
  "vendorId",
1423
1422
  "title",
@@ -1426,8 +1425,9 @@
1426
1425
  "currency",
1427
1426
  "status"
1428
1427
  ],
1428
+ "icon": "eye",
1429
1429
  "mode": "edit",
1430
- "icon": "eye"
1430
+ "title": "View Listing"
1431
1431
  },
1432
1432
  "events": {
1433
1433
  "OPEN": "VIEW"
@@ -1448,14 +1448,14 @@
1448
1448
  "name": "ListingDelete",
1449
1449
  "linkedEntity": "Listing",
1450
1450
  "config": {
1451
- "icon": "alert-triangle",
1452
- "title": "Delete Listing",
1451
+ "alertMessage": "This action cannot be undone.",
1453
1452
  "confirmLabel": "Delete",
1454
- "alertMessage": "This action cannot be undone."
1453
+ "title": "Delete Listing",
1454
+ "icon": "alert-triangle"
1455
1455
  },
1456
1456
  "events": {
1457
- "CONFIRM": "CONFIRM_DELETE",
1458
- "REQUEST": "DELETE"
1457
+ "REQUEST": "DELETE",
1458
+ "CONFIRM": "CONFIRM_DELETE"
1459
1459
  },
1460
1460
  "listens": [
1461
1461
  {
@@ -1792,32 +1792,32 @@
1792
1792
  "ref": "AppShell.traits.AppLayout",
1793
1793
  "name": "OrderAppLayout",
1794
1794
  "config": {
1795
+ "notificationClickEvent": "ORDER_NOTIFICATIONS_OPEN",
1795
1796
  "navItems": [
1796
1797
  {
1797
- "label": "Vendors",
1798
1798
  "icon": "store",
1799
+ "label": "Vendors",
1799
1800
  "href": "/vendors"
1800
1801
  },
1801
1802
  {
1802
- "label": "Listings",
1803
1803
  "icon": "package",
1804
+ "label": "Listings",
1804
1805
  "href": "/listings"
1805
1806
  },
1806
1807
  {
1808
+ "icon": "shopping-cart",
1807
1809
  "label": "Orders",
1808
- "href": "/orders",
1809
- "icon": "shopping-cart"
1810
+ "href": "/orders"
1810
1811
  }
1811
1812
  ],
1812
- "appName": "Marketplace",
1813
- "notificationClickEvent": "ORDER_NOTIFICATIONS_OPEN",
1814
- "contentTrait": "@trait.OrderCatalog",
1815
1813
  "searchEvent": "ORDER_SEARCH",
1816
- "notifications": []
1814
+ "appName": "Marketplace",
1815
+ "notifications": [],
1816
+ "contentTrait": "@trait.OrderCatalog"
1817
1817
  },
1818
1818
  "events": {
1819
- "NOTIFY_CLICK": "ORDER_NOTIFICATIONS_OPEN",
1820
- "SEARCH": "ORDER_SEARCH"
1819
+ "SEARCH": "ORDER_SEARCH",
1820
+ "NOTIFY_CLICK": "ORDER_NOTIFICATIONS_OPEN"
1821
1821
  }
1822
1822
  },
1823
1823
  {
@@ -1900,46 +1900,49 @@
1900
1900
  "render-ui",
1901
1901
  "main",
1902
1902
  {
1903
+ "type": "stack",
1904
+ "direction": "vertical",
1905
+ "gap": "lg",
1903
1906
  "children": [
1904
1907
  {
1908
+ "type": "stack",
1909
+ "justify": "between",
1905
1910
  "align": "center",
1906
1911
  "direction": "horizontal",
1907
1912
  "children": [
1908
1913
  {
1909
- "type": "stack",
1910
1914
  "direction": "horizontal",
1911
- "align": "center",
1912
1915
  "gap": "sm",
1916
+ "type": "stack",
1917
+ "align": "center",
1913
1918
  "children": [
1914
1919
  {
1915
- "type": "icon",
1916
- "name": "shopping-cart"
1920
+ "name": "shopping-cart",
1921
+ "type": "icon"
1917
1922
  },
1918
1923
  {
1919
- "variant": "h2",
1920
1924
  "type": "typography",
1921
- "content": "Orders"
1925
+ "content": "Orders",
1926
+ "variant": "h2"
1922
1927
  }
1923
1928
  ]
1924
1929
  },
1925
1930
  {
1926
- "gap": "sm",
1931
+ "type": "stack",
1927
1932
  "direction": "horizontal",
1928
1933
  "children": [
1929
1934
  {
1930
1935
  "variant": "primary",
1931
1936
  "icon": "plus",
1932
- "action": "CREATE",
1937
+ "type": "button",
1933
1938
  "label": "New Order",
1934
- "type": "button"
1939
+ "action": "CREATE"
1935
1940
  }
1936
1941
  ],
1937
- "type": "stack"
1942
+ "gap": "sm"
1938
1943
  }
1939
1944
  ],
1940
- "gap": "md",
1941
- "type": "stack",
1942
- "justify": "between"
1945
+ "gap": "md"
1943
1946
  },
1944
1947
  {
1945
1948
  "type": "divider"
@@ -1949,10 +1952,7 @@
1949
1952
  "type": "divider"
1950
1953
  },
1951
1954
  "@trait.OrderCart"
1952
- ],
1953
- "gap": "lg",
1954
- "type": "stack",
1955
- "direction": "vertical"
1955
+ ]
1956
1956
  }
1957
1957
  ]
1958
1958
  ]
@@ -1971,6 +1971,11 @@
1971
1971
  "render-ui",
1972
1972
  "main",
1973
1973
  {
1974
+ "direction": "vertical",
1975
+ "align": "center",
1976
+ "type": "stack",
1977
+ "gap": "md",
1978
+ "className": "py-8",
1974
1979
  "children": [
1975
1980
  {
1976
1981
  "name": "bell",
@@ -1982,23 +1987,18 @@
1982
1987
  "content": "No notifications"
1983
1988
  },
1984
1989
  {
1985
- "color": "muted",
1986
- "type": "typography",
1987
1990
  "variant": "caption",
1988
- "content": "You're all caught up."
1991
+ "type": "typography",
1992
+ "content": "You're all caught up.",
1993
+ "color": "muted"
1989
1994
  },
1990
1995
  {
1991
- "label": "Back to orders",
1992
- "action": "INIT",
1996
+ "type": "button",
1993
1997
  "variant": "ghost",
1994
- "type": "button"
1998
+ "label": "Back to orders",
1999
+ "action": "INIT"
1995
2000
  }
1996
- ],
1997
- "align": "center",
1998
- "gap": "md",
1999
- "type": "stack",
2000
- "direction": "vertical",
2001
- "className": "py-8"
2001
+ ]
2002
2002
  }
2003
2003
  ]
2004
2004
  ]
@@ -2012,23 +2012,22 @@
2012
2012
  "name": "OrderBrowseList",
2013
2013
  "linkedEntity": "Order",
2014
2014
  "config": {
2015
- "cols": 1.0,
2016
2015
  "fields": [
2017
2016
  {
2018
- "variant": "caption",
2019
- "name": "buyerId"
2017
+ "name": "buyerId",
2018
+ "variant": "caption"
2020
2019
  },
2021
2020
  {
2022
2021
  "name": "listingId",
2023
2022
  "variant": "caption"
2024
2023
  },
2025
2024
  {
2026
- "name": "quantity",
2027
- "variant": "caption"
2025
+ "variant": "caption",
2026
+ "name": "quantity"
2028
2027
  },
2029
2028
  {
2030
- "format": "currency",
2031
2029
  "name": "totalAmount",
2030
+ "format": "currency",
2032
2031
  "variant": "h4"
2033
2032
  },
2034
2033
  {
@@ -2036,11 +2035,12 @@
2036
2035
  "name": "status"
2037
2036
  }
2038
2037
  ],
2038
+ "gap": "sm",
2039
2039
  "itemActions": [
2040
2040
  {
2041
2041
  "label": "View",
2042
- "variant": "ghost",
2043
- "event": "VIEW"
2042
+ "event": "VIEW",
2043
+ "variant": "ghost"
2044
2044
  },
2045
2045
  {
2046
2046
  "label": "Edit",
@@ -2048,12 +2048,12 @@
2048
2048
  "variant": "ghost"
2049
2049
  },
2050
2050
  {
2051
+ "event": "DELETE",
2051
2052
  "variant": "danger",
2052
- "label": "Delete",
2053
- "event": "DELETE"
2053
+ "label": "Delete"
2054
2054
  }
2055
2055
  ],
2056
- "gap": "sm"
2056
+ "cols": 1.0
2057
2057
  },
2058
2058
  "listens": [
2059
2059
  {
@@ -2103,16 +2103,16 @@
2103
2103
  "name": "OrderCreate",
2104
2104
  "linkedEntity": "Order",
2105
2105
  "config": {
2106
- "mode": "create",
2107
- "icon": "plus-circle",
2108
2106
  "title": "New Order",
2107
+ "mode": "create",
2109
2108
  "fields": [
2110
2109
  "buyerId",
2111
2110
  "listingId",
2112
2111
  "quantity",
2113
2112
  "totalAmount",
2114
2113
  "status"
2115
- ]
2114
+ ],
2115
+ "icon": "plus-circle"
2116
2116
  },
2117
2117
  "events": {
2118
2118
  "OPEN": "CREATE"
@@ -2133,7 +2133,8 @@
2133
2133
  "name": "OrderEdit",
2134
2134
  "linkedEntity": "Order",
2135
2135
  "config": {
2136
- "title": "Edit Order",
2136
+ "icon": "edit",
2137
+ "mode": "edit",
2137
2138
  "fields": [
2138
2139
  "buyerId",
2139
2140
  "listingId",
@@ -2141,8 +2142,7 @@
2141
2142
  "totalAmount",
2142
2143
  "status"
2143
2144
  ],
2144
- "icon": "edit",
2145
- "mode": "edit"
2145
+ "title": "Edit Order"
2146
2146
  },
2147
2147
  "events": {
2148
2148
  "OPEN": "EDIT"
@@ -2163,9 +2163,9 @@
2163
2163
  "name": "OrderView",
2164
2164
  "linkedEntity": "Order",
2165
2165
  "config": {
2166
- "icon": "eye",
2167
- "title": "View Order",
2168
2166
  "mode": "edit",
2167
+ "title": "View Order",
2168
+ "icon": "eye",
2169
2169
  "fields": [
2170
2170
  "buyerId",
2171
2171
  "listingId",
@@ -2194,13 +2194,13 @@
2194
2194
  "linkedEntity": "Order",
2195
2195
  "config": {
2196
2196
  "title": "Delete Order",
2197
- "alertMessage": "This action cannot be undone.",
2198
2197
  "icon": "alert-triangle",
2199
- "confirmLabel": "Delete"
2198
+ "confirmLabel": "Delete",
2199
+ "alertMessage": "This action cannot be undone."
2200
2200
  },
2201
2201
  "events": {
2202
- "CONFIRM": "CONFIRM_DELETE",
2203
- "REQUEST": "DELETE"
2202
+ "REQUEST": "DELETE",
2203
+ "CONFIRM": "CONFIRM_DELETE"
2204
2204
  },
2205
2205
  "listens": [
2206
2206
  {