@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
@@ -111,12 +111,16 @@
111
111
  "ref": "AppShell.traits.AppLayout",
112
112
  "name": "EventAppLayout",
113
113
  "config": {
114
+ "searchEvent": "EVENT_SEARCH",
115
+ "notifications": [],
116
+ "notificationClickEvent": "EVENT_NOTIFICATIONS_OPEN",
117
+ "appName": "EventTicketing",
114
118
  "contentTrait": "@trait.EventCatalog",
115
119
  "navItems": [
116
120
  {
117
- "label": "Events",
118
121
  "href": "/events",
119
- "icon": "calendar"
122
+ "icon": "calendar",
123
+ "label": "Events"
120
124
  },
121
125
  {
122
126
  "label": "Tickets",
@@ -124,24 +128,20 @@
124
128
  "icon": "ticket"
125
129
  },
126
130
  {
131
+ "icon": "qr-code",
127
132
  "label": "Check-in",
128
- "href": "/checkin",
129
- "icon": "qr-code"
133
+ "href": "/checkin"
130
134
  },
131
135
  {
132
136
  "href": "/waitlist",
133
137
  "label": "Waitlist",
134
138
  "icon": "users"
135
139
  }
136
- ],
137
- "searchEvent": "EVENT_SEARCH",
138
- "notifications": [],
139
- "notificationClickEvent": "EVENT_NOTIFICATIONS_OPEN",
140
- "appName": "EventTicketing"
140
+ ]
141
141
  },
142
142
  "events": {
143
- "SEARCH": "EVENT_SEARCH",
144
- "NOTIFY_CLICK": "EVENT_NOTIFICATIONS_OPEN"
143
+ "NOTIFY_CLICK": "EVENT_NOTIFICATIONS_OPEN",
144
+ "SEARCH": "EVENT_SEARCH"
145
145
  }
146
146
  },
147
147
  {
@@ -224,46 +224,44 @@
224
224
  "render-ui",
225
225
  "main",
226
226
  {
227
- "direction": "vertical",
228
- "gap": "lg",
229
227
  "children": [
230
228
  {
231
- "align": "center",
232
- "gap": "md",
233
- "type": "stack",
234
229
  "children": [
235
230
  {
231
+ "type": "stack",
236
232
  "children": [
237
233
  {
238
234
  "type": "icon",
239
235
  "name": "calendar"
240
236
  },
241
237
  {
242
- "type": "typography",
243
238
  "variant": "h2",
244
- "content": "Events"
239
+ "content": "Events",
240
+ "type": "typography"
245
241
  }
246
242
  ],
247
- "align": "center",
248
- "direction": "horizontal",
249
243
  "gap": "sm",
250
- "type": "stack"
244
+ "align": "center",
245
+ "direction": "horizontal"
251
246
  },
252
247
  {
248
+ "direction": "horizontal",
249
+ "gap": "sm",
250
+ "type": "stack",
253
251
  "children": [
254
252
  {
253
+ "action": "CREATE",
255
254
  "type": "button",
256
- "label": "New Event",
257
- "variant": "primary",
258
255
  "icon": "plus",
259
- "action": "CREATE"
256
+ "label": "New Event",
257
+ "variant": "primary"
260
258
  }
261
- ],
262
- "direction": "horizontal",
263
- "type": "stack",
264
- "gap": "sm"
259
+ ]
265
260
  }
266
261
  ],
262
+ "align": "center",
263
+ "type": "stack",
264
+ "gap": "md",
267
265
  "direction": "horizontal",
268
266
  "justify": "between"
269
267
  },
@@ -271,14 +269,14 @@
271
269
  "type": "divider"
272
270
  },
273
271
  {
274
- "gap": "md",
275
- "type": "stack",
276
272
  "align": "center",
277
273
  "children": [
278
274
  "@trait.EventSearch",
279
275
  "@trait.EventFilter"
280
276
  ],
281
- "direction": "horizontal"
277
+ "type": "stack",
278
+ "direction": "horizontal",
279
+ "gap": "md"
282
280
  },
283
281
  "@trait.EventStats",
284
282
  {
@@ -293,13 +291,15 @@
293
291
  "type": "divider"
294
292
  },
295
293
  {
294
+ "type": "typography",
296
295
  "content": "Advanced Event Admin",
297
- "variant": "h3",
298
- "type": "typography"
296
+ "variant": "h3"
299
297
  },
300
298
  "@trait.EventAdvancedAdmin"
301
299
  ],
302
- "type": "stack"
300
+ "type": "stack",
301
+ "direction": "vertical",
302
+ "gap": "lg"
303
303
  }
304
304
  ]
305
305
  ]
@@ -318,11 +318,11 @@
318
318
  "render-ui",
319
319
  "main",
320
320
  {
321
- "className": "py-8",
322
- "direction": "vertical",
323
321
  "type": "stack",
324
- "gap": "md",
325
322
  "align": "center",
323
+ "direction": "vertical",
324
+ "className": "py-8",
325
+ "gap": "md",
326
326
  "children": [
327
327
  {
328
328
  "type": "icon",
@@ -330,20 +330,20 @@
330
330
  },
331
331
  {
332
332
  "variant": "h3",
333
- "type": "typography",
334
- "content": "No notifications"
333
+ "content": "No notifications",
334
+ "type": "typography"
335
335
  },
336
336
  {
337
337
  "variant": "caption",
338
- "type": "typography",
339
338
  "color": "muted",
340
- "content": "You're all caught up."
339
+ "content": "You're all caught up.",
340
+ "type": "typography"
341
341
  },
342
342
  {
343
- "variant": "ghost",
343
+ "type": "button",
344
344
  "label": "Back to events",
345
345
  "action": "INIT",
346
- "type": "button"
346
+ "variant": "ghost"
347
347
  }
348
348
  ]
349
349
  }
@@ -366,7 +366,6 @@
366
366
  "ref": "Filter.traits.FilterTargetFilter",
367
367
  "name": "EventFilter",
368
368
  "config": {
369
- "event": "EVENT_FILTER",
370
369
  "filters": [
371
370
  {
372
371
  "options": [
@@ -375,29 +374,30 @@
375
374
  "sold-out",
376
375
  "cancelled"
377
376
  ],
377
+ "label": "Status",
378
378
  "field": "status",
379
- "filterType": "select",
380
- "label": "Status"
379
+ "filterType": "select"
381
380
  }
382
- ]
381
+ ],
382
+ "event": "EVENT_FILTER"
383
383
  }
384
384
  },
385
385
  {
386
386
  "ref": "Stats.traits.StatsItemStats",
387
387
  "name": "EventStats",
388
388
  "config": {
389
+ "title": "Events",
389
390
  "metrics": [
390
391
  {
391
392
  "label": "Total",
392
- "variant": "primary",
393
- "aggregation": "count",
393
+ "icon": "calendar",
394
394
  "format": "number",
395
- "icon": "calendar"
395
+ "aggregation": "count",
396
+ "variant": "primary"
396
397
  },
397
398
  {
398
- "icon": "send",
399
- "aggregation": "count",
400
- "label": "Published",
399
+ "variant": "success",
400
+ "format": "number",
401
401
  "filter": [
402
402
  "fn",
403
403
  "row",
@@ -407,12 +407,11 @@
407
407
  "published"
408
408
  ]
409
409
  ],
410
- "format": "number",
411
- "variant": "success"
410
+ "label": "Published",
411
+ "aggregation": "count",
412
+ "icon": "send"
412
413
  },
413
414
  {
414
- "variant": "warning",
415
- "format": "number",
416
415
  "filter": [
417
416
  "fn",
418
417
  "row",
@@ -423,19 +422,20 @@
423
422
  ]
424
423
  ],
425
424
  "icon": "check-circle",
425
+ "label": "Sold Out",
426
+ "variant": "warning",
426
427
  "aggregation": "count",
427
- "label": "Sold Out"
428
+ "format": "number"
428
429
  },
429
430
  {
430
- "aggregation": "sum",
431
- "label": "Capacity",
431
+ "field": "capacity",
432
432
  "icon": "users",
433
433
  "variant": "info",
434
- "field": "capacity",
435
- "format": "number"
434
+ "format": "number",
435
+ "label": "Capacity",
436
+ "aggregation": "sum"
436
437
  }
437
- ],
438
- "title": "Events"
438
+ ]
439
439
  },
440
440
  "listens": [
441
441
  {
@@ -453,55 +453,55 @@
453
453
  "name": "EventBrowseList",
454
454
  "linkedEntity": "EventRow",
455
455
  "config": {
456
+ "itemActions": [
457
+ {
458
+ "label": "View",
459
+ "event": "VIEW",
460
+ "variant": "ghost"
461
+ },
462
+ {
463
+ "event": "EDIT",
464
+ "label": "Edit",
465
+ "variant": "ghost"
466
+ },
467
+ {
468
+ "label": "Delete",
469
+ "event": "DELETE",
470
+ "variant": "danger"
471
+ }
472
+ ],
456
473
  "fields": [
457
474
  {
475
+ "variant": "h3",
458
476
  "icon": "calendar",
459
- "name": "name",
460
- "variant": "h3"
477
+ "name": "name"
461
478
  },
462
479
  {
463
- "name": "venue",
464
- "variant": "body"
480
+ "variant": "body",
481
+ "name": "venue"
465
482
  },
466
483
  {
467
- "name": "startsAt",
468
484
  "variant": "caption",
469
- "format": "date"
485
+ "format": "date",
486
+ "name": "startsAt"
470
487
  },
471
488
  {
472
489
  "name": "endsAt",
473
- "variant": "caption",
474
- "format": "date"
490
+ "format": "date",
491
+ "variant": "caption"
475
492
  },
476
493
  {
494
+ "name": "capacity",
477
495
  "format": "number",
478
- "variant": "body",
479
- "name": "capacity"
496
+ "variant": "body"
480
497
  },
481
498
  {
482
- "name": "status",
483
- "variant": "badge"
499
+ "variant": "badge",
500
+ "name": "status"
484
501
  }
485
502
  ],
486
503
  "cols": 1.0,
487
- "gap": "sm",
488
- "itemActions": [
489
- {
490
- "event": "VIEW",
491
- "variant": "ghost",
492
- "label": "View"
493
- },
494
- {
495
- "event": "EDIT",
496
- "variant": "ghost",
497
- "label": "Edit"
498
- },
499
- {
500
- "label": "Delete",
501
- "event": "DELETE",
502
- "variant": "danger"
503
- }
504
- ]
504
+ "gap": "sm"
505
505
  },
506
506
  "listens": [
507
507
  {
@@ -593,8 +593,6 @@
593
593
  "name": "EventCreate",
594
594
  "linkedEntity": "EventRow",
595
595
  "config": {
596
- "title": "New Event",
597
- "icon": "plus-circle",
598
596
  "fields": [
599
597
  "name",
600
598
  "description",
@@ -605,6 +603,8 @@
605
603
  "status",
606
604
  "organizerId"
607
605
  ],
606
+ "title": "New Event",
607
+ "icon": "plus-circle",
608
608
  "mode": "create"
609
609
  },
610
610
  "events": {
@@ -628,6 +628,7 @@
628
628
  "config": {
629
629
  "mode": "edit",
630
630
  "title": "Edit Event",
631
+ "icon": "edit",
631
632
  "fields": [
632
633
  "name",
633
634
  "description",
@@ -637,8 +638,7 @@
637
638
  "capacity",
638
639
  "status",
639
640
  "organizerId"
640
- ],
641
- "icon": "edit"
641
+ ]
642
642
  },
643
643
  "events": {
644
644
  "OPEN": "EDIT"
@@ -659,9 +659,9 @@
659
659
  "name": "EventView",
660
660
  "linkedEntity": "EventRow",
661
661
  "config": {
662
- "mode": "edit",
663
- "icon": "eye",
664
662
  "title": "View Event",
663
+ "icon": "eye",
664
+ "mode": "edit",
665
665
  "fields": [
666
666
  "name",
667
667
  "description",
@@ -692,14 +692,14 @@
692
692
  "name": "EventDelete",
693
693
  "linkedEntity": "EventRow",
694
694
  "config": {
695
+ "confirmLabel": "Delete",
695
696
  "icon": "alert-triangle",
696
697
  "title": "Delete Event",
697
- "alertMessage": "This action cannot be undone.",
698
- "confirmLabel": "Delete"
698
+ "alertMessage": "This action cannot be undone."
699
699
  },
700
700
  "events": {
701
- "CONFIRM": "CONFIRM_DELETE",
702
- "REQUEST": "DELETE"
701
+ "REQUEST": "DELETE",
702
+ "CONFIRM": "CONFIRM_DELETE"
703
703
  },
704
704
  "listens": [
705
705
  {
@@ -1040,8 +1040,8 @@
1040
1040
  "appName": "EventTicketing",
1041
1041
  "navItems": [
1042
1042
  {
1043
- "href": "/events",
1044
1043
  "icon": "calendar",
1044
+ "href": "/events",
1045
1045
  "label": "Events"
1046
1046
  },
1047
1047
  {
@@ -1050,23 +1050,23 @@
1050
1050
  "icon": "ticket"
1051
1051
  },
1052
1052
  {
1053
- "icon": "qr-code",
1054
1053
  "label": "Check-in",
1055
- "href": "/checkin"
1054
+ "href": "/checkin",
1055
+ "icon": "qr-code"
1056
1056
  },
1057
1057
  {
1058
1058
  "icon": "users",
1059
- "href": "/waitlist",
1060
- "label": "Waitlist"
1059
+ "label": "Waitlist",
1060
+ "href": "/waitlist"
1061
1061
  }
1062
1062
  ],
1063
- "notifications": [],
1064
1063
  "searchEvent": "TICKET_SEARCH",
1065
- "notificationClickEvent": "TICKET_NOTIFICATIONS_OPEN"
1064
+ "notificationClickEvent": "TICKET_NOTIFICATIONS_OPEN",
1065
+ "notifications": []
1066
1066
  },
1067
1067
  "events": {
1068
- "SEARCH": "TICKET_SEARCH",
1069
- "NOTIFY_CLICK": "TICKET_NOTIFICATIONS_OPEN"
1068
+ "NOTIFY_CLICK": "TICKET_NOTIFICATIONS_OPEN",
1069
+ "SEARCH": "TICKET_SEARCH"
1070
1070
  }
1071
1071
  },
1072
1072
  {
@@ -1150,47 +1150,45 @@
1150
1150
  "main",
1151
1151
  {
1152
1152
  "type": "stack",
1153
- "gap": "lg",
1154
- "direction": "vertical",
1155
1153
  "children": [
1156
1154
  {
1157
1155
  "justify": "between",
1156
+ "direction": "horizontal",
1158
1157
  "align": "center",
1159
1158
  "children": [
1160
1159
  {
1160
+ "gap": "sm",
1161
1161
  "direction": "horizontal",
1162
+ "type": "stack",
1162
1163
  "children": [
1163
1164
  {
1164
- "name": "ticket",
1165
- "type": "icon"
1165
+ "type": "icon",
1166
+ "name": "ticket"
1166
1167
  },
1167
1168
  {
1169
+ "type": "typography",
1168
1170
  "content": "Tickets",
1169
- "variant": "h2",
1170
- "type": "typography"
1171
+ "variant": "h2"
1171
1172
  }
1172
1173
  ],
1173
- "type": "stack",
1174
- "align": "center",
1175
- "gap": "sm"
1174
+ "align": "center"
1176
1175
  },
1177
1176
  {
1177
+ "gap": "sm",
1178
+ "direction": "horizontal",
1178
1179
  "children": [
1179
1180
  {
1180
- "variant": "primary",
1181
- "type": "button",
1182
1181
  "icon": "plus",
1183
- "label": "Issue Ticket",
1184
- "action": "ISSUE"
1182
+ "type": "button",
1183
+ "variant": "primary",
1184
+ "action": "ISSUE",
1185
+ "label": "Issue Ticket"
1185
1186
  }
1186
1187
  ],
1187
- "direction": "horizontal",
1188
- "gap": "sm",
1189
1188
  "type": "stack"
1190
1189
  }
1191
1190
  ],
1192
1191
  "type": "stack",
1193
- "direction": "horizontal",
1194
1192
  "gap": "md"
1195
1193
  },
1196
1194
  {
@@ -1198,17 +1196,17 @@
1198
1196
  },
1199
1197
  {
1200
1198
  "variant": "h3",
1201
- "type": "typography",
1202
- "content": "Available Tiers"
1199
+ "content": "Available Tiers",
1200
+ "type": "typography"
1203
1201
  },
1204
1202
  "@trait.TicketTierShop",
1205
1203
  {
1206
1204
  "type": "divider"
1207
1205
  },
1208
1206
  {
1209
- "variant": "h3",
1207
+ "content": "Your Cart",
1210
1208
  "type": "typography",
1211
- "content": "Your Cart"
1209
+ "variant": "h3"
1212
1210
  },
1213
1211
  "@trait.TicketCart",
1214
1212
  {
@@ -1216,11 +1214,13 @@
1216
1214
  },
1217
1215
  {
1218
1216
  "type": "typography",
1219
- "variant": "h3",
1220
- "content": "Tickets Issued"
1217
+ "content": "Tickets Issued",
1218
+ "variant": "h3"
1221
1219
  },
1222
1220
  "@trait.TicketBrowseList"
1223
- ]
1221
+ ],
1222
+ "gap": "lg",
1223
+ "direction": "vertical"
1224
1224
  }
1225
1225
  ]
1226
1226
  ]
@@ -1267,42 +1267,42 @@
1267
1267
  "name": "TicketBrowseList",
1268
1268
  "linkedEntity": "Ticket",
1269
1269
  "config": {
1270
- "itemActions": [
1271
- {
1272
- "label": "View",
1273
- "event": "VIEW",
1274
- "variant": "ghost"
1275
- }
1276
- ],
1277
- "gap": "sm",
1278
1270
  "fields": [
1279
1271
  {
1280
- "variant": "h4",
1281
1272
  "name": "holderName",
1273
+ "variant": "h4",
1282
1274
  "icon": "ticket"
1283
1275
  },
1284
1276
  {
1285
- "name": "holderEmail",
1286
- "variant": "caption"
1277
+ "variant": "caption",
1278
+ "name": "holderEmail"
1287
1279
  },
1288
1280
  {
1289
- "variant": "badge",
1290
- "name": "tierId"
1281
+ "name": "tierId",
1282
+ "variant": "badge"
1291
1283
  },
1292
1284
  {
1293
1285
  "name": "qrCode",
1294
1286
  "variant": "body"
1295
1287
  },
1296
1288
  {
1297
- "name": "status",
1298
- "variant": "badge"
1289
+ "variant": "badge",
1290
+ "name": "status"
1299
1291
  },
1300
1292
  {
1301
- "format": "date",
1302
1293
  "name": "purchasedAt",
1303
- "variant": "caption"
1294
+ "variant": "caption",
1295
+ "format": "date"
1296
+ }
1297
+ ],
1298
+ "itemActions": [
1299
+ {
1300
+ "label": "View",
1301
+ "variant": "ghost",
1302
+ "event": "VIEW"
1304
1303
  }
1305
1304
  ],
1305
+ "gap": "sm",
1306
1306
  "cols": 1.0
1307
1307
  },
1308
1308
  "listens": [
@@ -1321,7 +1321,6 @@
1321
1321
  "name": "TicketIssueModal",
1322
1322
  "linkedEntity": "Ticket",
1323
1323
  "config": {
1324
- "icon": "plus-circle",
1325
1324
  "title": "Issue Ticket",
1326
1325
  "fields": [
1327
1326
  "eventId",
@@ -1330,6 +1329,7 @@
1330
1329
  "holderEmail",
1331
1330
  "status"
1332
1331
  ],
1332
+ "icon": "plus-circle",
1333
1333
  "mode": "create"
1334
1334
  },
1335
1335
  "events": {
@@ -1531,12 +1531,13 @@
1531
1531
  "ref": "AppShell.traits.AppLayout",
1532
1532
  "name": "CheckinAppLayout",
1533
1533
  "config": {
1534
- "searchEvent": "CHECKIN_SEARCH",
1534
+ "notificationClickEvent": "CHECKIN_NOTIFICATIONS_OPEN",
1535
+ "appName": "EventTicketing",
1535
1536
  "navItems": [
1536
1537
  {
1537
1538
  "label": "Events",
1538
- "href": "/events",
1539
- "icon": "calendar"
1539
+ "icon": "calendar",
1540
+ "href": "/events"
1540
1541
  },
1541
1542
  {
1542
1543
  "label": "Tickets",
@@ -1544,20 +1545,19 @@
1544
1545
  "href": "/tickets"
1545
1546
  },
1546
1547
  {
1547
- "href": "/checkin",
1548
1548
  "icon": "qr-code",
1549
+ "href": "/checkin",
1549
1550
  "label": "Check-in"
1550
1551
  },
1551
1552
  {
1552
- "label": "Waitlist",
1553
1553
  "href": "/waitlist",
1554
+ "label": "Waitlist",
1554
1555
  "icon": "users"
1555
1556
  }
1556
1557
  ],
1557
- "appName": "EventTicketing",
1558
1558
  "contentTrait": "@trait.CheckinDashboard",
1559
1559
  "notifications": [],
1560
- "notificationClickEvent": "CHECKIN_NOTIFICATIONS_OPEN"
1560
+ "searchEvent": "CHECKIN_SEARCH"
1561
1561
  },
1562
1562
  "events": {
1563
1563
  "SEARCH": "CHECKIN_SEARCH",
@@ -1628,23 +1628,21 @@
1628
1628
  "render-ui",
1629
1629
  "main",
1630
1630
  {
1631
- "type": "stack",
1632
- "direction": "vertical",
1633
1631
  "children": [
1634
1632
  {
1635
- "type": "stack",
1636
1633
  "direction": "horizontal",
1634
+ "type": "stack",
1637
1635
  "gap": "sm",
1638
1636
  "align": "center",
1639
1637
  "children": [
1640
1638
  {
1641
- "type": "icon",
1642
- "name": "qr-code"
1639
+ "name": "qr-code",
1640
+ "type": "icon"
1643
1641
  },
1644
1642
  {
1645
1643
  "variant": "h2",
1646
- "type": "typography",
1647
- "content": "Door Check-in"
1644
+ "content": "Door Check-in",
1645
+ "type": "typography"
1648
1646
  }
1649
1647
  ]
1650
1648
  },
@@ -1656,12 +1654,14 @@
1656
1654
  "type": "divider"
1657
1655
  },
1658
1656
  {
1659
- "variant": "h3",
1660
1657
  "type": "typography",
1658
+ "variant": "h3",
1661
1659
  "content": "Attendees"
1662
1660
  },
1663
1661
  "@trait.AttendeeListing"
1664
1662
  ],
1663
+ "type": "stack",
1664
+ "direction": "vertical",
1665
1665
  "gap": "lg"
1666
1666
  }
1667
1667
  ]
@@ -1789,37 +1789,37 @@
1789
1789
  "ref": "AppShell.traits.AppLayout",
1790
1790
  "name": "WaitlistAppLayout",
1791
1791
  "config": {
1792
- "searchEvent": "WAITLIST_SEARCH",
1793
- "contentTrait": "@trait.WaitlistDashboard",
1792
+ "notifications": [],
1794
1793
  "notificationClickEvent": "WAITLIST_NOTIFICATIONS_OPEN",
1795
- "appName": "EventTicketing",
1796
1794
  "navItems": [
1797
1795
  {
1798
- "href": "/events",
1796
+ "label": "Events",
1799
1797
  "icon": "calendar",
1800
- "label": "Events"
1798
+ "href": "/events"
1801
1799
  },
1802
1800
  {
1803
- "href": "/tickets",
1801
+ "icon": "ticket",
1804
1802
  "label": "Tickets",
1805
- "icon": "ticket"
1803
+ "href": "/tickets"
1806
1804
  },
1807
1805
  {
1808
- "href": "/checkin",
1809
1806
  "label": "Check-in",
1810
- "icon": "qr-code"
1807
+ "icon": "qr-code",
1808
+ "href": "/checkin"
1811
1809
  },
1812
1810
  {
1813
- "icon": "users",
1811
+ "href": "/waitlist",
1814
1812
  "label": "Waitlist",
1815
- "href": "/waitlist"
1813
+ "icon": "users"
1816
1814
  }
1817
1815
  ],
1818
- "notifications": []
1816
+ "contentTrait": "@trait.WaitlistDashboard",
1817
+ "searchEvent": "WAITLIST_SEARCH",
1818
+ "appName": "EventTicketing"
1819
1819
  },
1820
1820
  "events": {
1821
- "NOTIFY_CLICK": "WAITLIST_NOTIFICATIONS_OPEN",
1822
- "SEARCH": "WAITLIST_SEARCH"
1821
+ "SEARCH": "WAITLIST_SEARCH",
1822
+ "NOTIFY_CLICK": "WAITLIST_NOTIFICATIONS_OPEN"
1823
1823
  }
1824
1824
  },
1825
1825
  {
@@ -1902,18 +1902,19 @@
1902
1902
  "render-ui",
1903
1903
  "main",
1904
1904
  {
1905
+ "type": "stack",
1905
1906
  "direction": "vertical",
1906
1907
  "children": [
1907
1908
  {
1909
+ "type": "stack",
1908
1910
  "align": "center",
1911
+ "justify": "between",
1909
1912
  "children": [
1910
1913
  {
1911
- "direction": "horizontal",
1912
- "align": "center",
1913
1914
  "children": [
1914
1915
  {
1915
- "name": "users",
1916
- "type": "icon"
1916
+ "type": "icon",
1917
+ "name": "users"
1917
1918
  },
1918
1919
  {
1919
1920
  "type": "typography",
@@ -1922,27 +1923,27 @@
1922
1923
  }
1923
1924
  ],
1924
1925
  "gap": "sm",
1925
- "type": "stack"
1926
+ "direction": "horizontal",
1927
+ "type": "stack",
1928
+ "align": "center"
1926
1929
  },
1927
1930
  {
1928
1931
  "gap": "sm",
1932
+ "direction": "horizontal",
1933
+ "type": "stack",
1929
1934
  "children": [
1930
1935
  {
1931
- "label": "Join Waitlist",
1932
- "icon": "user-plus",
1933
1936
  "variant": "primary",
1937
+ "label": "Join Waitlist",
1934
1938
  "action": "JOIN",
1935
- "type": "button"
1939
+ "type": "button",
1940
+ "icon": "user-plus"
1936
1941
  }
1937
- ],
1938
- "type": "stack",
1939
- "direction": "horizontal"
1942
+ ]
1940
1943
  }
1941
1944
  ],
1942
- "type": "stack",
1943
- "direction": "horizontal",
1944
1945
  "gap": "md",
1945
- "justify": "between"
1946
+ "direction": "horizontal"
1946
1947
  },
1947
1948
  {
1948
1949
  "type": "divider"
@@ -1953,12 +1954,11 @@
1953
1954
  },
1954
1955
  {
1955
1956
  "type": "typography",
1956
- "content": "All Entries",
1957
- "variant": "h3"
1957
+ "variant": "h3",
1958
+ "content": "All Entries"
1958
1959
  },
1959
1960
  "@trait.WaitlistBrowseList"
1960
1961
  ],
1961
- "type": "stack",
1962
1962
  "gap": "lg"
1963
1963
  }
1964
1964
  ]
@@ -1990,6 +1990,7 @@
1990
1990
  "name": "WaitlistBrowseList",
1991
1991
  "linkedEntity": "WaitlistRow",
1992
1992
  "config": {
1993
+ "gap": "sm",
1993
1994
  "itemActions": [],
1994
1995
  "fields": [
1995
1996
  {
@@ -2009,13 +2010,12 @@
2009
2010
  "name": "status"
2010
2011
  },
2011
2012
  {
2013
+ "format": "date",
2012
2014
  "name": "joinedAt",
2013
- "variant": "caption",
2014
- "format": "date"
2015
+ "variant": "caption"
2015
2016
  }
2016
2017
  ],
2017
- "cols": 1.0,
2018
- "gap": "sm"
2018
+ "cols": 1.0
2019
2019
  },
2020
2020
  "listens": [
2021
2021
  {
@@ -2034,13 +2034,13 @@
2034
2034
  "linkedEntity": "WaitlistRow",
2035
2035
  "config": {
2036
2036
  "icon": "user-plus",
2037
+ "title": "Join Waitlist",
2037
2038
  "fields": [
2038
2039
  "targetId",
2039
2040
  "userId",
2040
2041
  "status"
2041
2042
  ],
2042
- "mode": "create",
2043
- "title": "Join Waitlist"
2043
+ "mode": "create"
2044
2044
  },
2045
2045
  "events": {
2046
2046
  "OPEN": "JOIN"