@almadar/std 14.25.0 → 14.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (431) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  25. package/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  28. package/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  30. package/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  33. package/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  37. package/behaviors/registry/app/atoms/std-donor.orb +440 -153
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  39. package/behaviors/registry/app/atoms/std-driver.orb +477 -492
  40. package/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  42. package/behaviors/registry/app/atoms/std-event.orb +467 -669
  43. package/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  44. package/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  45. package/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  47. package/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  49. package/behaviors/registry/app/atoms/std-lease.orb +508 -184
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  52. package/behaviors/registry/app/atoms/std-matter.orb +482 -336
  53. package/behaviors/registry/app/atoms/std-membership.orb +521 -113
  54. package/behaviors/registry/app/atoms/std-menu.orb +766 -174
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  60. package/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  66. package/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  68. package/behaviors/registry/app/atoms/std-segment.orb +367 -113
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  70. package/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  71. package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  75. package/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  79. package/behaviors/registry/app/atoms/std-trial.orb +423 -337
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  83. package/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  85. package/behaviors/registry/app/molecules/std-application.orb +168 -253
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  87. package/behaviors/registry/app/molecules/std-cart.orb +82 -76
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  92. package/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  97. package/behaviors/registry/app/organisms/std-cms.orb +315 -315
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  100. package/behaviors/registry/app/organisms/std-crm.orb +265 -265
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  106. package/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  110. package/behaviors/registry/app/organisms/std-forum.orb +150 -150
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  114. package/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  117. package/behaviors/registry/app/organisms/std-listings.orb +147 -147
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  122. package/behaviors/registry/app/organisms/std-notes.orb +112 -112
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  131. package/behaviors/registry/app/organisms/std-survey.orb +129 -129
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  134. package/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  137. package/behaviors/registry/core/atoms/std-browse.orb +58 -58
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  139. package/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  142. package/behaviors/registry/core/atoms/std-display.orb +1 -1
  143. package/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  145. package/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  146. package/behaviors/registry/core/atoms/std-filter.orb +12 -12
  147. package/behaviors/registry/core/atoms/std-flag.orb +95 -95
  148. package/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  153. package/behaviors/registry/core/atoms/std-modal.orb +20 -20
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  155. package/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  156. package/behaviors/registry/core/atoms/std-push.orb +38 -38
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  159. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  162. package/behaviors/registry/core/atoms/std-search.orb +9 -9
  163. package/behaviors/registry/core/atoms/std-selection.orb +77 -77
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  165. package/behaviors/registry/core/atoms/std-stats.orb +104 -104
  166. package/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  168. package/behaviors/registry/core/atoms/std-thread.orb +56 -56
  169. package/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  177. package/behaviors/registry/core/molecules/std-list.orb +71 -71
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  191. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  192. package/behaviors/registry/game/atoms/std-timer.orb +266 -266
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  203. package/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  204. package/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  208. package/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  216. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  217. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  218. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  219. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  220. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  221. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  222. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  223. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  224. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  225. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  226. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  227. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  228. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  229. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  230. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  231. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  232. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  233. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  234. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  235. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  236. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  237. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  238. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  239. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  240. package/dist/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  241. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  242. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  243. package/dist/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  244. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  245. package/dist/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  246. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  247. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  248. package/dist/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  249. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  250. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  251. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  252. package/dist/behaviors/registry/app/atoms/std-donor.orb +440 -153
  253. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  254. package/dist/behaviors/registry/app/atoms/std-driver.orb +477 -492
  255. package/dist/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  256. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  257. package/dist/behaviors/registry/app/atoms/std-event.orb +467 -669
  258. package/dist/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  259. package/dist/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  260. package/dist/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  261. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  262. package/dist/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  263. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  264. package/dist/behaviors/registry/app/atoms/std-lease.orb +508 -184
  265. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  266. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  267. package/dist/behaviors/registry/app/atoms/std-matter.orb +482 -336
  268. package/dist/behaviors/registry/app/atoms/std-membership.orb +521 -113
  269. package/dist/behaviors/registry/app/atoms/std-menu.orb +766 -174
  270. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  271. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  272. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  273. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  274. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  275. package/dist/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  276. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  277. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  278. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  279. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  280. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  281. package/dist/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  282. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  283. package/dist/behaviors/registry/app/atoms/std-segment.orb +367 -113
  284. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  285. package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  286. package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  287. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  288. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  289. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  290. package/dist/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  291. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  292. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  293. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  294. package/dist/behaviors/registry/app/atoms/std-trial.orb +423 -337
  295. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  296. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  297. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  298. package/dist/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  299. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  300. package/dist/behaviors/registry/app/molecules/std-application.orb +168 -253
  301. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  302. package/dist/behaviors/registry/app/molecules/std-cart.orb +82 -76
  303. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  304. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  305. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  306. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  307. package/dist/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  308. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  309. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  310. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  311. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  312. package/dist/behaviors/registry/app/organisms/std-cms.orb +315 -315
  313. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  314. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  315. package/dist/behaviors/registry/app/organisms/std-crm.orb +265 -265
  316. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  317. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  318. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  319. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  320. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  321. package/dist/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  322. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  323. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  324. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  325. package/dist/behaviors/registry/app/organisms/std-forum.orb +150 -150
  326. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  327. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  328. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  329. package/dist/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  330. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  331. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  332. package/dist/behaviors/registry/app/organisms/std-listings.orb +147 -147
  333. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  334. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  335. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  336. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  337. package/dist/behaviors/registry/app/organisms/std-notes.orb +112 -112
  338. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  339. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  340. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  341. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  342. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  343. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  344. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  345. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  346. package/dist/behaviors/registry/app/organisms/std-survey.orb +129 -129
  347. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  348. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  349. package/dist/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  350. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  351. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  352. package/dist/behaviors/registry/core/atoms/std-browse.orb +58 -58
  353. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  354. package/dist/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  355. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  356. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  357. package/dist/behaviors/registry/core/atoms/std-display.orb +1 -1
  358. package/dist/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  359. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  360. package/dist/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  361. package/dist/behaviors/registry/core/atoms/std-filter.orb +12 -12
  362. package/dist/behaviors/registry/core/atoms/std-flag.orb +95 -95
  363. package/dist/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  364. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  365. package/dist/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  366. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  367. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  368. package/dist/behaviors/registry/core/atoms/std-modal.orb +20 -20
  369. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  370. package/dist/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  371. package/dist/behaviors/registry/core/atoms/std-push.orb +38 -38
  372. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  373. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  374. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  375. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  376. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  377. package/dist/behaviors/registry/core/atoms/std-search.orb +9 -9
  378. package/dist/behaviors/registry/core/atoms/std-selection.orb +77 -77
  379. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  380. package/dist/behaviors/registry/core/atoms/std-stats.orb +104 -104
  381. package/dist/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  382. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  383. package/dist/behaviors/registry/core/atoms/std-thread.orb +56 -56
  384. package/dist/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  385. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  386. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  387. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  388. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  389. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  390. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  391. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  392. package/dist/behaviors/registry/core/molecules/std-list.orb +71 -71
  393. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  394. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  395. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  396. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  397. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  398. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  399. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  400. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  401. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  402. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  403. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  404. package/dist/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  405. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  406. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  407. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -266
  408. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  409. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  410. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  411. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  412. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  413. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  414. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  415. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  416. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  417. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  418. package/dist/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  419. package/dist/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  420. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  421. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  422. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  423. package/dist/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  424. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  425. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  426. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  427. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  428. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  429. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  430. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  431. package/package.json +1 -1
@@ -134,21 +134,21 @@
134
134
  "ref": "AppShell.traits.AppLayout",
135
135
  "name": "ListingAppLayout",
136
136
  "config": {
137
+ "notificationClickEvent": "LISTING_NOTIFICATIONS_OPEN",
137
138
  "appName": "Listings",
139
+ "contentTrait": "@trait.ListingCatalog",
138
140
  "searchEvent": "LISTING_SEARCH",
139
141
  "notifications": [],
140
- "notificationClickEvent": "LISTING_NOTIFICATIONS_OPEN",
141
- "contentTrait": "@trait.ListingCatalog",
142
142
  "navItems": [
143
143
  {
144
- "icon": "list",
145
144
  "href": "/listings",
145
+ "icon": "list",
146
146
  "label": "Browse"
147
147
  },
148
148
  {
149
+ "icon": "bookmark",
149
150
  "label": "Saved",
150
- "href": "/saved",
151
- "icon": "bookmark"
151
+ "href": "/saved"
152
152
  },
153
153
  {
154
154
  "icon": "message-circle",
@@ -158,8 +158,8 @@
158
158
  ]
159
159
  },
160
160
  "events": {
161
- "SEARCH": "LISTING_SEARCH",
162
- "NOTIFY_CLICK": "LISTING_NOTIFICATIONS_OPEN"
161
+ "NOTIFY_CLICK": "LISTING_NOTIFICATIONS_OPEN",
162
+ "SEARCH": "LISTING_SEARCH"
163
163
  }
164
164
  },
165
165
  {
@@ -257,54 +257,54 @@
257
257
  "main",
258
258
  {
259
259
  "type": "stack",
260
- "direction": "vertical",
260
+ "gap": "lg",
261
261
  "children": [
262
262
  {
263
- "gap": "md",
264
- "align": "center",
265
- "type": "stack",
266
- "direction": "horizontal",
267
- "justify": "between",
268
263
  "children": [
269
264
  {
270
- "align": "center",
271
- "direction": "horizontal",
272
265
  "children": [
273
266
  {
274
- "type": "icon",
275
- "name": "list"
267
+ "name": "list",
268
+ "type": "icon"
276
269
  },
277
270
  {
278
- "variant": "h2",
279
271
  "type": "typography",
280
- "content": "Listings"
272
+ "content": "Listings",
273
+ "variant": "h2"
281
274
  }
282
275
  ],
276
+ "gap": "sm",
283
277
  "type": "stack",
284
- "gap": "sm"
278
+ "direction": "horizontal",
279
+ "align": "center"
285
280
  },
286
281
  {
282
+ "direction": "horizontal",
287
283
  "type": "stack",
288
284
  "gap": "sm",
289
- "direction": "horizontal",
290
285
  "children": [
291
286
  {
292
- "type": "button",
293
- "variant": "secondary",
294
- "icon": "bookmark",
287
+ "label": "Save Search",
295
288
  "action": "SAVE_SEARCH",
296
- "label": "Save Search"
289
+ "icon": "bookmark",
290
+ "type": "button",
291
+ "variant": "secondary"
297
292
  },
298
293
  {
299
294
  "type": "button",
300
- "variant": "primary",
301
295
  "label": "New Listing",
296
+ "action": "CREATE",
302
297
  "icon": "plus",
303
- "action": "CREATE"
298
+ "variant": "primary"
304
299
  }
305
300
  ]
306
301
  }
307
- ]
302
+ ],
303
+ "align": "center",
304
+ "direction": "horizontal",
305
+ "type": "stack",
306
+ "gap": "md",
307
+ "justify": "between"
308
308
  },
309
309
  {
310
310
  "type": "divider"
@@ -312,13 +312,13 @@
312
312
  "@trait.ListingGeoSearch",
313
313
  {
314
314
  "type": "stack",
315
- "gap": "md",
316
- "align": "start",
315
+ "direction": "horizontal",
317
316
  "children": [
318
317
  "@trait.ListingFilter",
319
318
  "@trait.ListingTags"
320
319
  ],
321
- "direction": "horizontal"
320
+ "align": "start",
321
+ "gap": "md"
322
322
  },
323
323
  "@trait.ListingStats",
324
324
  {
@@ -326,7 +326,7 @@
326
326
  },
327
327
  "@trait.ListingBrowse"
328
328
  ],
329
- "gap": "lg"
329
+ "direction": "vertical"
330
330
  }
331
331
  ]
332
332
  ]
@@ -354,21 +354,21 @@
354
354
  "name": "bell"
355
355
  },
356
356
  {
357
+ "content": "No notifications",
357
358
  "type": "typography",
358
- "variant": "h3",
359
- "content": "No notifications"
359
+ "variant": "h3"
360
360
  },
361
361
  {
362
362
  "type": "typography",
363
- "color": "muted",
364
363
  "variant": "caption",
364
+ "color": "muted",
365
365
  "content": "You're all caught up."
366
366
  },
367
367
  {
368
- "type": "button",
369
- "label": "Back to listings",
370
368
  "variant": "ghost",
371
- "action": "INIT"
369
+ "type": "button",
370
+ "action": "INIT",
371
+ "label": "Back to listings"
372
372
  }
373
373
  ],
374
374
  "gap": "md",
@@ -394,27 +394,27 @@
394
394
  "ref": "Filter.traits.FilterTargetFilter",
395
395
  "name": "ListingFilter",
396
396
  "config": {
397
- "event": "LISTING_FILTER",
398
397
  "filters": [
399
398
  {
400
- "filterType": "select",
401
- "field": "status",
402
- "label": "Status",
403
399
  "options": [
404
400
  "active",
405
401
  "sold",
406
402
  "expired"
407
- ]
403
+ ],
404
+ "field": "status",
405
+ "filterType": "select",
406
+ "label": "Status"
408
407
  }
409
- ]
408
+ ],
409
+ "event": "LISTING_FILTER"
410
410
  }
411
411
  },
412
412
  {
413
413
  "ref": "Tags.traits.TagBrowse",
414
414
  "name": "ListingTags",
415
415
  "config": {
416
- "title": "Categories",
417
- "allowEdit": false
416
+ "allowEdit": false,
417
+ "title": "Categories"
418
418
  }
419
419
  },
420
420
  {
@@ -428,9 +428,9 @@
428
428
  "ref": "Images.traits.UploadedImageUpload",
429
429
  "name": "ListingImages",
430
430
  "config": {
431
- "accept": "image/*",
432
- "maxBytesPerImage": 10485760.0,
433
431
  "maxImages": 10.0,
432
+ "maxBytesPerImage": 10485760.0,
433
+ "accept": "image/*",
434
434
  "title": "Listing Photos"
435
435
  }
436
436
  },
@@ -438,17 +438,19 @@
438
438
  "ref": "Stats.traits.StatsItemStats",
439
439
  "name": "ListingStats",
440
440
  "config": {
441
- "title": "Listings",
442
441
  "metrics": [
443
442
  {
443
+ "aggregation": "count",
444
+ "format": "number",
444
445
  "label": "Total",
445
446
  "icon": "list",
446
- "variant": "primary",
447
- "format": "number",
448
- "aggregation": "count"
447
+ "variant": "primary"
449
448
  },
450
449
  {
450
+ "label": "Active",
451
+ "variant": "success",
451
452
  "format": "number",
453
+ "aggregation": "count",
452
454
  "filter": [
453
455
  "fn",
454
456
  "row",
@@ -458,15 +460,11 @@
458
460
  "active"
459
461
  ]
460
462
  ],
461
- "label": "Active",
462
- "icon": "check-circle",
463
- "aggregation": "count",
464
- "variant": "success"
463
+ "icon": "check-circle"
465
464
  },
466
465
  {
467
- "variant": "info",
468
- "icon": "tag",
469
- "label": "Sold",
466
+ "aggregation": "count",
467
+ "format": "number",
470
468
  "filter": [
471
469
  "fn",
472
470
  "row",
@@ -476,18 +474,20 @@
476
474
  "sold"
477
475
  ]
478
476
  ],
479
- "format": "number",
480
- "aggregation": "count"
477
+ "variant": "info",
478
+ "icon": "tag",
479
+ "label": "Sold"
481
480
  },
482
481
  {
483
482
  "icon": "trending-up",
484
- "label": "Avg Price",
485
- "variant": "warning",
486
483
  "aggregation": "avg",
487
- "format": "number",
488
- "field": "price"
484
+ "field": "price",
485
+ "variant": "warning",
486
+ "label": "Avg Price",
487
+ "format": "number"
489
488
  }
490
- ]
489
+ ],
490
+ "title": "Listings"
491
491
  },
492
492
  "listens": [
493
493
  {
@@ -505,38 +505,38 @@
505
505
  "name": "ListingBrowse",
506
506
  "linkedEntity": "Listing",
507
507
  "config": {
508
- "gap": "sm",
509
508
  "itemActions": [
510
509
  {
511
510
  "variant": "ghost",
512
- "label": "View",
513
- "event": "VIEW"
511
+ "event": "VIEW",
512
+ "label": "View"
514
513
  },
515
514
  {
515
+ "event": "EDIT",
516
516
  "variant": "ghost",
517
- "label": "Edit",
518
- "event": "EDIT"
517
+ "label": "Edit"
519
518
  },
520
519
  {
520
+ "label": "Inquire",
521
521
  "event": "INQUIRE",
522
- "variant": "secondary",
523
- "label": "Inquire"
522
+ "variant": "secondary"
524
523
  },
525
524
  {
526
- "label": "Delete",
527
525
  "event": "DELETE",
526
+ "label": "Delete",
528
527
  "variant": "danger"
529
528
  }
530
529
  ],
530
+ "cols": 1.0,
531
531
  "fields": [
532
532
  {
533
- "variant": "h3",
534
533
  "name": "title",
535
- "icon": "list"
534
+ "icon": "list",
535
+ "variant": "h3"
536
536
  },
537
537
  {
538
- "variant": "badge",
539
- "name": "price"
538
+ "name": "price",
539
+ "variant": "badge"
540
540
  },
541
541
  {
542
542
  "name": "status",
@@ -547,11 +547,11 @@
547
547
  "variant": "caption"
548
548
  },
549
549
  {
550
- "variant": "caption",
551
- "name": "description"
550
+ "name": "description",
551
+ "variant": "caption"
552
552
  }
553
553
  ],
554
- "cols": 1.0
554
+ "gap": "sm"
555
555
  },
556
556
  "listens": [
557
557
  {
@@ -608,9 +608,9 @@
608
608
  "location",
609
609
  "status"
610
610
  ],
611
- "title": "New Listing",
611
+ "icon": "plus-circle",
612
612
  "mode": "create",
613
- "icon": "plus-circle"
613
+ "title": "New Listing"
614
614
  },
615
615
  "events": {
616
616
  "OPEN": "CREATE"
@@ -631,8 +631,6 @@
631
631
  "name": "ListingEdit",
632
632
  "linkedEntity": "Listing",
633
633
  "config": {
634
- "title": "Edit Listing",
635
- "icon": "edit",
636
634
  "fields": [
637
635
  "title",
638
636
  "description",
@@ -640,7 +638,9 @@
640
638
  "location",
641
639
  "status"
642
640
  ],
643
- "mode": "edit"
641
+ "title": "Edit Listing",
642
+ "mode": "edit",
643
+ "icon": "edit"
644
644
  },
645
645
  "events": {
646
646
  "OPEN": "EDIT"
@@ -661,8 +661,6 @@
661
661
  "name": "ListingView",
662
662
  "linkedEntity": "Listing",
663
663
  "config": {
664
- "mode": "edit",
665
- "title": "View Listing",
666
664
  "fields": [
667
665
  "title",
668
666
  "description",
@@ -670,6 +668,8 @@
670
668
  "location",
671
669
  "status"
672
670
  ],
671
+ "mode": "edit",
672
+ "title": "View Listing",
673
673
  "icon": "eye"
674
674
  },
675
675
  "events": {
@@ -692,13 +692,13 @@
692
692
  "linkedEntity": "Listing",
693
693
  "config": {
694
694
  "icon": "alert-triangle",
695
- "title": "Delete Listing",
696
695
  "confirmLabel": "Delete",
696
+ "title": "Delete Listing",
697
697
  "alertMessage": "This action cannot be undone."
698
698
  },
699
699
  "events": {
700
- "REQUEST": "DELETE",
701
- "CONFIRM": "CONFIRM_DELETE"
700
+ "CONFIRM": "CONFIRM_DELETE",
701
+ "REQUEST": "DELETE"
702
702
  },
703
703
  "listens": [
704
704
  {
@@ -715,8 +715,8 @@
715
715
  "ref": "Thread.traits.ThreadPostBrowse",
716
716
  "name": "ListingInquiryThread",
717
717
  "config": {
718
- "flat": true,
719
- "threadRootId": ""
718
+ "threadRootId": "",
719
+ "flat": true
720
720
  }
721
721
  },
722
722
  {
@@ -1188,8 +1188,8 @@
1188
1188
  "Inquiry",
1189
1189
  {
1190
1190
  "emit": {
1191
- "success": "InquiryLoaded",
1192
- "failure": "InquiryLoadFailed"
1191
+ "failure": "InquiryLoadFailed",
1192
+ "success": "InquiryLoaded"
1193
1193
  }
1194
1194
  }
1195
1195
  ],
@@ -1197,22 +1197,22 @@
1197
1197
  "render-ui",
1198
1198
  "main",
1199
1199
  {
1200
+ "align": "center",
1201
+ "gap": "md",
1202
+ "direction": "vertical",
1200
1203
  "type": "stack",
1204
+ "className": "py-12",
1201
1205
  "children": [
1202
1206
  {
1203
1207
  "type": "spinner"
1204
1208
  },
1205
1209
  {
1206
- "variant": "caption",
1207
- "content": "Loading inquiries…",
1210
+ "type": "typography",
1208
1211
  "color": "muted",
1209
- "type": "typography"
1212
+ "content": "Loading inquiries…",
1213
+ "variant": "caption"
1210
1214
  }
1211
- ],
1212
- "direction": "vertical",
1213
- "className": "py-12",
1214
- "gap": "md",
1215
- "align": "center"
1215
+ ]
1216
1216
  }
1217
1217
  ]
1218
1218
  ]
@@ -1226,81 +1226,81 @@
1226
1226
  "render-ui",
1227
1227
  "main",
1228
1228
  {
1229
- "type": "stack",
1230
- "className": "max-w-5xl mx-auto w-full",
1231
1229
  "direction": "vertical",
1230
+ "type": "stack",
1232
1231
  "children": [
1233
1232
  {
1234
1233
  "justify": "between",
1235
- "align": "center",
1236
1234
  "type": "stack",
1235
+ "gap": "md",
1236
+ "align": "center",
1237
1237
  "children": [
1238
1238
  {
1239
- "gap": "sm",
1240
1239
  "direction": "horizontal",
1241
1240
  "type": "stack",
1242
1241
  "align": "center",
1243
1242
  "children": [
1244
1243
  {
1245
- "type": "icon",
1246
- "name": "message-circle"
1244
+ "name": "message-circle",
1245
+ "type": "icon"
1247
1246
  },
1248
1247
  {
1249
1248
  "type": "typography",
1250
1249
  "content": "Inquiries",
1251
1250
  "variant": "h2"
1252
1251
  }
1253
- ]
1252
+ ],
1253
+ "gap": "sm"
1254
1254
  },
1255
1255
  {
1256
+ "icon": "edit",
1256
1257
  "action": "CREATE",
1258
+ "type": "button",
1257
1259
  "variant": "primary",
1258
- "label": "New Inquiry",
1259
- "icon": "edit",
1260
- "type": "button"
1260
+ "label": "New Inquiry"
1261
1261
  }
1262
1262
  ],
1263
- "direction": "horizontal",
1264
- "gap": "md"
1263
+ "direction": "horizontal"
1265
1264
  },
1266
1265
  {
1267
1266
  "type": "divider"
1268
1267
  },
1269
1268
  {
1270
- "entity": "@payload.data",
1271
- "gap": "sm",
1269
+ "variant": "card",
1272
1270
  "fields": [
1273
1271
  {
1272
+ "name": "subject",
1274
1273
  "variant": "h4",
1275
- "icon": "message-circle",
1276
- "name": "subject"
1274
+ "icon": "message-circle"
1277
1275
  },
1278
1276
  {
1279
- "name": "message",
1280
- "variant": "body"
1277
+ "variant": "body",
1278
+ "name": "message"
1281
1279
  },
1282
1280
  {
1283
- "variant": "badge",
1284
- "name": "status"
1281
+ "name": "status",
1282
+ "variant": "badge"
1285
1283
  },
1286
1284
  {
1287
- "variant": "caption",
1285
+ "format": "date",
1288
1286
  "name": "createdAt",
1289
- "format": "date"
1287
+ "variant": "caption"
1290
1288
  }
1291
1289
  ],
1290
+ "gap": "sm",
1291
+ "type": "data-list",
1292
+ "entity": "@payload.data",
1292
1293
  "itemActions": [
1293
1294
  {
1294
1295
  "event": "VIEW",
1295
1296
  "variant": "ghost",
1296
1297
  "label": "Open"
1297
1298
  }
1298
- ],
1299
- "type": "data-list",
1300
- "variant": "card"
1299
+ ]
1301
1300
  }
1302
1301
  ],
1303
- "gap": "lg"
1302
+ "gap": "lg",
1303
+ "className": "max-w-5xl mx-auto w-full"
1304
1304
  }
1305
1305
  ]
1306
1306
  ]
@@ -1314,36 +1314,36 @@
1314
1314
  "render-ui",
1315
1315
  "main",
1316
1316
  {
1317
- "className": "py-12",
1318
1317
  "type": "stack",
1318
+ "className": "py-12",
1319
+ "gap": "md",
1319
1320
  "children": [
1320
1321
  {
1321
- "color": "destructive",
1322
+ "type": "icon",
1322
1323
  "name": "alert-triangle",
1323
- "type": "icon"
1324
+ "color": "destructive"
1324
1325
  },
1325
1326
  {
1326
- "content": "Failed to load inquiries",
1327
+ "variant": "h3",
1327
1328
  "type": "typography",
1328
- "variant": "h3"
1329
+ "content": "Failed to load inquiries"
1329
1330
  },
1330
1331
  {
1331
- "content": "@payload.error",
1332
1332
  "variant": "body",
1333
- "color": "muted",
1334
- "type": "typography"
1333
+ "content": "@payload.error",
1334
+ "type": "typography",
1335
+ "color": "muted"
1335
1336
  },
1336
1337
  {
1337
- "label": "Retry",
1338
- "action": "INIT",
1339
1338
  "variant": "primary",
1340
1339
  "icon": "rotate-ccw",
1341
- "type": "button"
1340
+ "type": "button",
1341
+ "label": "Retry",
1342
+ "action": "INIT"
1342
1343
  }
1343
1344
  ],
1344
- "align": "center",
1345
- "gap": "md",
1346
- "direction": "vertical"
1345
+ "direction": "vertical",
1346
+ "align": "center"
1347
1347
  }
1348
1348
  ]
1349
1349
  ]
@@ -1405,6 +1405,8 @@
1405
1405
  "name": "InquiryCreate",
1406
1406
  "linkedEntity": "Inquiry",
1407
1407
  "config": {
1408
+ "icon": "plus-circle",
1409
+ "title": "New Inquiry",
1408
1410
  "mode": "create",
1409
1411
  "fields": [
1410
1412
  "listingId",
@@ -1412,9 +1414,7 @@
1412
1414
  "message",
1413
1415
  "fromUserId",
1414
1416
  "toUserId"
1415
- ],
1416
- "icon": "plus-circle",
1417
- "title": "New Inquiry"
1417
+ ]
1418
1418
  },
1419
1419
  "events": {
1420
1420
  "OPEN": "CREATE"
@@ -1532,4 +1532,4 @@
1532
1532
  ]
1533
1533
  }
1534
1534
  ]
1535
- }
1535
+ }