@almadar/std 14.24.0 → 14.25.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 (411) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  25. package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  30. package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  33. package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  37. package/behaviors/registry/app/atoms/std-donor.orb +107 -34
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +98 -86
  40. package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  44. package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  45. package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  47. package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  49. package/behaviors/registry/app/atoms/std-lease.orb +172 -44
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  52. package/behaviors/registry/app/atoms/std-matter.orb +265 -46
  53. package/behaviors/registry/app/atoms/std-membership.orb +116 -58
  54. package/behaviors/registry/app/atoms/std-menu.orb +55 -55
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  60. package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  66. package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  68. package/behaviors/registry/app/atoms/std-segment.orb +90 -39
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  70. package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  71. package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  75. package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  79. package/behaviors/registry/app/atoms/std-trial.orb +137 -61
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  83. package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  85. package/behaviors/registry/app/molecules/std-application.orb +137 -137
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  87. package/behaviors/registry/app/molecules/std-cart.orb +51 -51
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  92. package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  97. package/behaviors/registry/app/organisms/std-cms.orb +252 -252
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  100. package/behaviors/registry/app/organisms/std-crm.orb +274 -274
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  106. package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  110. package/behaviors/registry/app/organisms/std-forum.orb +142 -142
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  114. package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  117. package/behaviors/registry/app/organisms/std-listings.orb +151 -151
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  122. package/behaviors/registry/app/organisms/std-notes.orb +289 -78
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  131. package/behaviors/registry/app/organisms/std-survey.orb +138 -138
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  134. package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +60 -60
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  139. package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  142. package/behaviors/registry/core/atoms/std-display.orb +3 -3
  143. package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  145. package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  146. package/behaviors/registry/core/atoms/std-filter.orb +9 -9
  147. package/behaviors/registry/core/atoms/std-flag.orb +87 -87
  148. package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  150. package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  153. package/behaviors/registry/core/atoms/std-modal.orb +17 -17
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  155. package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  156. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  162. package/behaviors/registry/core/atoms/std-search.orb +5 -5
  163. package/behaviors/registry/core/atoms/std-selection.orb +106 -106
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  165. package/behaviors/registry/core/atoms/std-stats.orb +140 -140
  166. package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  168. package/behaviors/registry/core/atoms/std-thread.orb +50 -50
  169. package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  177. package/behaviors/registry/core/molecules/std-list.orb +55 -55
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  183. package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  184. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  185. package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  186. package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  187. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  188. package/behaviors/registry/game/atoms/std-timer.orb +292 -292
  189. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  190. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  191. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  192. package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  193. package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  194. package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  195. package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  196. package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  197. package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  198. package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  199. package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  200. package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  201. package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  202. package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  203. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  204. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  205. package/dist/behaviors/behaviors-registry.json +4 -684
  206. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  207. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  208. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  209. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  210. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  211. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  212. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  213. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  214. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  215. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  216. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  217. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  218. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  219. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  220. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  221. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  222. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  223. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  224. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  225. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  226. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  227. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  228. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  229. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  230. package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  231. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  232. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  233. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  234. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  235. package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  236. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  237. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  238. package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  239. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  240. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  241. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  242. package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
  243. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  244. package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
  245. package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  246. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  247. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  248. package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  249. package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  250. package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  251. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  252. package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  253. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  254. package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
  255. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  256. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  257. package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
  258. package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
  259. package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
  260. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  261. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  262. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  263. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  264. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  266. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  267. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  268. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  269. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  270. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  271. package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  272. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  273. package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
  274. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  275. package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  276. package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  277. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  278. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  279. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  280. package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  281. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  282. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  283. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  284. package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
  285. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  286. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  287. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  288. package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  289. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  290. package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
  291. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  292. package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
  293. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  294. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  295. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  296. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  297. package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  298. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  299. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  300. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  301. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  302. package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
  303. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  304. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  305. package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
  306. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  307. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  308. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  309. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  310. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  311. package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  312. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  313. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  314. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  315. package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
  316. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  317. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  318. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  319. package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  320. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  321. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  322. package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
  323. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  324. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  325. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  326. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  327. package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
  328. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  329. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  330. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  331. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  332. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  333. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  335. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  336. package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
  337. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  338. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  339. package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  340. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  341. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  342. package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
  343. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  344. package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  345. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  346. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  347. package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
  348. package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  349. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  350. package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  351. package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
  352. package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
  353. package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  354. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  355. package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  356. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  357. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  358. package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
  359. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  360. package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  361. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  362. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  363. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  364. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  365. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  366. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  367. package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
  368. package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
  369. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  370. package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
  371. package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  372. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  373. package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
  374. package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  375. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  376. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  377. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  378. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  379. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  380. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  381. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  382. package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
  383. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  384. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  385. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  386. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  387. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  388. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  389. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  390. package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  391. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  392. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  393. package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
  394. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  395. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  396. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  397. package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  398. package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  399. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  400. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  401. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  402. package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  403. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  404. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  405. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  406. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  407. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  408. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  409. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  410. package/dist/behaviors-registry.json +4 -684
  411. package/package.json +1 -1
@@ -111,32 +111,32 @@
111
111
  "ref": "AppShell.traits.AppLayout",
112
112
  "name": "EventAppLayout",
113
113
  "config": {
114
+ "searchEvent": "EVENT_SEARCH",
115
+ "notifications": [],
114
116
  "contentTrait": "@trait.EventCatalog",
117
+ "notificationClickEvent": "EVENT_NOTIFICATIONS_OPEN",
115
118
  "navItems": [
116
119
  {
117
- "label": "Events",
118
120
  "href": "/events",
119
- "icon": "calendar"
121
+ "icon": "calendar",
122
+ "label": "Events"
120
123
  },
121
124
  {
125
+ "icon": "ticket",
122
126
  "label": "Tickets",
123
- "href": "/tickets",
124
- "icon": "ticket"
127
+ "href": "/tickets"
125
128
  },
126
129
  {
127
130
  "label": "Check-in",
128
- "href": "/checkin",
129
- "icon": "qr-code"
131
+ "icon": "qr-code",
132
+ "href": "/checkin"
130
133
  },
131
134
  {
132
- "href": "/waitlist",
133
135
  "label": "Waitlist",
136
+ "href": "/waitlist",
134
137
  "icon": "users"
135
138
  }
136
139
  ],
137
- "searchEvent": "EVENT_SEARCH",
138
- "notifications": [],
139
- "notificationClickEvent": "EVENT_NOTIFICATIONS_OPEN",
140
140
  "appName": "EventTicketing"
141
141
  },
142
142
  "events": {
@@ -226,37 +226,35 @@
226
226
  {
227
227
  "direction": "vertical",
228
228
  "gap": "lg",
229
+ "type": "stack",
229
230
  "children": [
230
231
  {
231
- "align": "center",
232
- "gap": "md",
233
- "type": "stack",
234
232
  "children": [
235
233
  {
236
234
  "children": [
237
235
  {
238
- "type": "icon",
239
- "name": "calendar"
236
+ "name": "calendar",
237
+ "type": "icon"
240
238
  },
241
239
  {
242
- "type": "typography",
240
+ "content": "Events",
243
241
  "variant": "h2",
244
- "content": "Events"
242
+ "type": "typography"
245
243
  }
246
244
  ],
247
- "align": "center",
245
+ "type": "stack",
248
246
  "direction": "horizontal",
249
247
  "gap": "sm",
250
- "type": "stack"
248
+ "align": "center"
251
249
  },
252
250
  {
253
251
  "children": [
254
252
  {
255
- "type": "button",
256
253
  "label": "New Event",
257
254
  "variant": "primary",
258
- "icon": "plus",
259
- "action": "CREATE"
255
+ "type": "button",
256
+ "action": "CREATE",
257
+ "icon": "plus"
260
258
  }
261
259
  ],
262
260
  "direction": "horizontal",
@@ -264,21 +262,24 @@
264
262
  "gap": "sm"
265
263
  }
266
264
  ],
265
+ "gap": "md",
267
266
  "direction": "horizontal",
268
- "justify": "between"
267
+ "justify": "between",
268
+ "type": "stack",
269
+ "align": "center"
269
270
  },
270
271
  {
271
272
  "type": "divider"
272
273
  },
273
274
  {
274
- "gap": "md",
275
- "type": "stack",
276
275
  "align": "center",
277
276
  "children": [
278
277
  "@trait.EventSearch",
279
278
  "@trait.EventFilter"
280
279
  ],
281
- "direction": "horizontal"
280
+ "type": "stack",
281
+ "direction": "horizontal",
282
+ "gap": "md"
282
283
  },
283
284
  "@trait.EventStats",
284
285
  {
@@ -293,13 +294,12 @@
293
294
  "type": "divider"
294
295
  },
295
296
  {
296
- "content": "Advanced Event Admin",
297
297
  "variant": "h3",
298
- "type": "typography"
298
+ "type": "typography",
299
+ "content": "Advanced Event Admin"
299
300
  },
300
301
  "@trait.EventAdvancedAdmin"
301
- ],
302
- "type": "stack"
302
+ ]
303
303
  }
304
304
  ]
305
305
  ]
@@ -319,33 +319,33 @@
319
319
  "main",
320
320
  {
321
321
  "className": "py-8",
322
- "direction": "vertical",
323
- "type": "stack",
324
- "gap": "md",
325
- "align": "center",
326
322
  "children": [
327
323
  {
328
- "type": "icon",
329
- "name": "bell"
324
+ "name": "bell",
325
+ "type": "icon"
330
326
  },
331
327
  {
332
- "variant": "h3",
333
328
  "type": "typography",
334
- "content": "No notifications"
329
+ "content": "No notifications",
330
+ "variant": "h3"
335
331
  },
336
332
  {
337
- "variant": "caption",
338
333
  "type": "typography",
339
- "color": "muted",
340
- "content": "You're all caught up."
334
+ "variant": "caption",
335
+ "content": "You're all caught up.",
336
+ "color": "muted"
341
337
  },
342
338
  {
343
- "variant": "ghost",
339
+ "type": "button",
344
340
  "label": "Back to events",
345
- "action": "INIT",
346
- "type": "button"
341
+ "variant": "ghost",
342
+ "action": "INIT"
347
343
  }
348
- ]
344
+ ],
345
+ "gap": "md",
346
+ "direction": "vertical",
347
+ "type": "stack",
348
+ "align": "center"
349
349
  }
350
350
  ]
351
351
  ]
@@ -358,28 +358,28 @@
358
358
  "ref": "Search.traits.SearchResultSearch",
359
359
  "name": "EventSearch",
360
360
  "config": {
361
- "event": "EVENT_SEARCH",
362
- "placeholder": "Search events…"
361
+ "placeholder": "Search events…",
362
+ "event": "EVENT_SEARCH"
363
363
  }
364
364
  },
365
365
  {
366
366
  "ref": "Filter.traits.FilterTargetFilter",
367
367
  "name": "EventFilter",
368
368
  "config": {
369
- "event": "EVENT_FILTER",
370
369
  "filters": [
371
370
  {
371
+ "label": "Status",
372
+ "filterType": "select",
373
+ "field": "status",
372
374
  "options": [
373
375
  "draft",
374
376
  "published",
375
377
  "sold-out",
376
378
  "cancelled"
377
- ],
378
- "field": "status",
379
- "filterType": "select",
380
- "label": "Status"
379
+ ]
381
380
  }
382
- ]
381
+ ],
382
+ "event": "EVENT_FILTER"
383
383
  }
384
384
  },
385
385
  {
@@ -388,15 +388,16 @@
388
388
  "config": {
389
389
  "metrics": [
390
390
  {
391
- "label": "Total",
391
+ "icon": "calendar",
392
392
  "variant": "primary",
393
- "aggregation": "count",
394
393
  "format": "number",
395
- "icon": "calendar"
394
+ "label": "Total",
395
+ "aggregation": "count"
396
396
  },
397
397
  {
398
- "icon": "send",
398
+ "format": "number",
399
399
  "aggregation": "count",
400
+ "variant": "success",
400
401
  "label": "Published",
401
402
  "filter": [
402
403
  "fn",
@@ -407,12 +408,13 @@
407
408
  "published"
408
409
  ]
409
410
  ],
410
- "format": "number",
411
- "variant": "success"
411
+ "icon": "send"
412
412
  },
413
413
  {
414
414
  "variant": "warning",
415
415
  "format": "number",
416
+ "aggregation": "count",
417
+ "label": "Sold Out",
416
418
  "filter": [
417
419
  "fn",
418
420
  "row",
@@ -422,17 +424,15 @@
422
424
  "sold-out"
423
425
  ]
424
426
  ],
425
- "icon": "check-circle",
426
- "aggregation": "count",
427
- "label": "Sold Out"
427
+ "icon": "check-circle"
428
428
  },
429
429
  {
430
- "aggregation": "sum",
430
+ "field": "capacity",
431
431
  "label": "Capacity",
432
- "icon": "users",
432
+ "aggregation": "sum",
433
433
  "variant": "info",
434
- "field": "capacity",
435
- "format": "number"
434
+ "format": "number",
435
+ "icon": "users"
436
436
  }
437
437
  ],
438
438
  "title": "Events"
@@ -453,53 +453,53 @@
453
453
  "name": "EventBrowseList",
454
454
  "linkedEntity": "EventRow",
455
455
  "config": {
456
+ "cols": 1.0,
456
457
  "fields": [
457
458
  {
458
- "icon": "calendar",
459
+ "variant": "h3",
459
460
  "name": "name",
460
- "variant": "h3"
461
+ "icon": "calendar"
461
462
  },
462
463
  {
463
- "name": "venue",
464
- "variant": "body"
464
+ "variant": "body",
465
+ "name": "venue"
465
466
  },
466
467
  {
467
- "name": "startsAt",
468
+ "format": "date",
468
469
  "variant": "caption",
469
- "format": "date"
470
+ "name": "startsAt"
470
471
  },
471
472
  {
472
- "name": "endsAt",
473
473
  "variant": "caption",
474
- "format": "date"
474
+ "format": "date",
475
+ "name": "endsAt"
475
476
  },
476
477
  {
477
478
  "format": "number",
478
- "variant": "body",
479
- "name": "capacity"
479
+ "name": "capacity",
480
+ "variant": "body"
480
481
  },
481
482
  {
482
483
  "name": "status",
483
484
  "variant": "badge"
484
485
  }
485
486
  ],
486
- "cols": 1.0,
487
487
  "gap": "sm",
488
488
  "itemActions": [
489
489
  {
490
- "event": "VIEW",
490
+ "label": "View",
491
491
  "variant": "ghost",
492
- "label": "View"
492
+ "event": "VIEW"
493
493
  },
494
494
  {
495
- "event": "EDIT",
496
495
  "variant": "ghost",
496
+ "event": "EDIT",
497
497
  "label": "Edit"
498
498
  },
499
499
  {
500
- "label": "Delete",
500
+ "variant": "danger",
501
501
  "event": "DELETE",
502
- "variant": "danger"
502
+ "label": "Delete"
503
503
  }
504
504
  ]
505
505
  },
@@ -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": {
@@ -626,8 +626,9 @@
626
626
  "name": "EventEdit",
627
627
  "linkedEntity": "EventRow",
628
628
  "config": {
629
- "mode": "edit",
630
629
  "title": "Edit Event",
630
+ "icon": "edit",
631
+ "mode": "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,6 @@
659
659
  "name": "EventView",
660
660
  "linkedEntity": "EventRow",
661
661
  "config": {
662
- "mode": "edit",
663
- "icon": "eye",
664
- "title": "View Event",
665
662
  "fields": [
666
663
  "name",
667
664
  "description",
@@ -671,7 +668,10 @@
671
668
  "capacity",
672
669
  "status",
673
670
  "organizerId"
674
- ]
671
+ ],
672
+ "title": "View Event",
673
+ "icon": "eye",
674
+ "mode": "edit"
675
675
  },
676
676
  "events": {
677
677
  "OPEN": "VIEW"
@@ -693,13 +693,13 @@
693
693
  "linkedEntity": "EventRow",
694
694
  "config": {
695
695
  "icon": "alert-triangle",
696
- "title": "Delete Event",
697
696
  "alertMessage": "This action cannot be undone.",
698
- "confirmLabel": "Delete"
697
+ "confirmLabel": "Delete",
698
+ "title": "Delete Event"
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
  {
@@ -1036,37 +1036,37 @@
1036
1036
  "ref": "AppShell.traits.AppLayout",
1037
1037
  "name": "TicketAppLayout",
1038
1038
  "config": {
1039
- "contentTrait": "@trait.TicketShop",
1040
1039
  "appName": "EventTicketing",
1040
+ "notifications": [],
1041
+ "notificationClickEvent": "TICKET_NOTIFICATIONS_OPEN",
1041
1042
  "navItems": [
1042
1043
  {
1043
- "href": "/events",
1044
1044
  "icon": "calendar",
1045
+ "href": "/events",
1045
1046
  "label": "Events"
1046
1047
  },
1047
1048
  {
1049
+ "icon": "ticket",
1048
1050
  "label": "Tickets",
1049
- "href": "/tickets",
1050
- "icon": "ticket"
1051
+ "href": "/tickets"
1051
1052
  },
1052
1053
  {
1053
- "icon": "qr-code",
1054
1054
  "label": "Check-in",
1055
- "href": "/checkin"
1055
+ "href": "/checkin",
1056
+ "icon": "qr-code"
1056
1057
  },
1057
1058
  {
1058
- "icon": "users",
1059
+ "label": "Waitlist",
1059
1060
  "href": "/waitlist",
1060
- "label": "Waitlist"
1061
+ "icon": "users"
1061
1062
  }
1062
1063
  ],
1063
- "notifications": [],
1064
1064
  "searchEvent": "TICKET_SEARCH",
1065
- "notificationClickEvent": "TICKET_NOTIFICATIONS_OPEN"
1065
+ "contentTrait": "@trait.TicketShop"
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
  {
@@ -1149,16 +1149,19 @@
1149
1149
  "render-ui",
1150
1150
  "main",
1151
1151
  {
1152
- "type": "stack",
1153
- "gap": "lg",
1154
1152
  "direction": "vertical",
1153
+ "gap": "lg",
1154
+ "type": "stack",
1155
1155
  "children": [
1156
1156
  {
1157
+ "type": "stack",
1158
+ "gap": "md",
1159
+ "direction": "horizontal",
1157
1160
  "justify": "between",
1158
1161
  "align": "center",
1159
1162
  "children": [
1160
1163
  {
1161
- "direction": "horizontal",
1164
+ "type": "stack",
1162
1165
  "children": [
1163
1166
  {
1164
1167
  "name": "ticket",
@@ -1170,36 +1173,33 @@
1170
1173
  "type": "typography"
1171
1174
  }
1172
1175
  ],
1173
- "type": "stack",
1176
+ "direction": "horizontal",
1174
1177
  "align": "center",
1175
1178
  "gap": "sm"
1176
1179
  },
1177
1180
  {
1178
1181
  "children": [
1179
1182
  {
1180
- "variant": "primary",
1183
+ "label": "Issue Ticket",
1181
1184
  "type": "button",
1185
+ "action": "ISSUE",
1182
1186
  "icon": "plus",
1183
- "label": "Issue Ticket",
1184
- "action": "ISSUE"
1187
+ "variant": "primary"
1185
1188
  }
1186
1189
  ],
1190
+ "type": "stack",
1187
1191
  "direction": "horizontal",
1188
- "gap": "sm",
1189
- "type": "stack"
1192
+ "gap": "sm"
1190
1193
  }
1191
- ],
1192
- "type": "stack",
1193
- "direction": "horizontal",
1194
- "gap": "md"
1194
+ ]
1195
1195
  },
1196
1196
  {
1197
1197
  "type": "divider"
1198
1198
  },
1199
1199
  {
1200
+ "content": "Available Tiers",
1200
1201
  "variant": "h3",
1201
- "type": "typography",
1202
- "content": "Available Tiers"
1202
+ "type": "typography"
1203
1203
  },
1204
1204
  "@trait.TicketTierShop",
1205
1205
  {
@@ -1216,8 +1216,8 @@
1216
1216
  },
1217
1217
  {
1218
1218
  "type": "typography",
1219
- "variant": "h3",
1220
- "content": "Tickets Issued"
1219
+ "content": "Tickets Issued",
1220
+ "variant": "h3"
1221
1221
  },
1222
1222
  "@trait.TicketBrowseList"
1223
1223
  ]
@@ -1267,43 +1267,43 @@
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
1272
  "variant": "h4",
1281
- "name": "holderName",
1282
- "icon": "ticket"
1273
+ "icon": "ticket",
1274
+ "name": "holderName"
1283
1275
  },
1284
1276
  {
1285
1277
  "name": "holderEmail",
1286
1278
  "variant": "caption"
1287
1279
  },
1288
1280
  {
1289
- "variant": "badge",
1290
- "name": "tierId"
1281
+ "name": "tierId",
1282
+ "variant": "badge"
1291
1283
  },
1292
1284
  {
1293
- "name": "qrCode",
1294
- "variant": "body"
1285
+ "variant": "body",
1286
+ "name": "qrCode"
1295
1287
  },
1296
1288
  {
1297
1289
  "name": "status",
1298
1290
  "variant": "badge"
1299
1291
  },
1300
1292
  {
1301
- "format": "date",
1302
1293
  "name": "purchasedAt",
1294
+ "format": "date",
1303
1295
  "variant": "caption"
1304
1296
  }
1305
1297
  ],
1306
- "cols": 1.0
1298
+ "gap": "sm",
1299
+ "cols": 1.0,
1300
+ "itemActions": [
1301
+ {
1302
+ "event": "VIEW",
1303
+ "variant": "ghost",
1304
+ "label": "View"
1305
+ }
1306
+ ]
1307
1307
  },
1308
1308
  "listens": [
1309
1309
  {
@@ -1532,6 +1532,7 @@
1532
1532
  "name": "CheckinAppLayout",
1533
1533
  "config": {
1534
1534
  "searchEvent": "CHECKIN_SEARCH",
1535
+ "appName": "EventTicketing",
1535
1536
  "navItems": [
1536
1537
  {
1537
1538
  "label": "Events",
@@ -1539,24 +1540,23 @@
1539
1540
  "icon": "calendar"
1540
1541
  },
1541
1542
  {
1542
- "label": "Tickets",
1543
1543
  "icon": "ticket",
1544
- "href": "/tickets"
1544
+ "href": "/tickets",
1545
+ "label": "Tickets"
1545
1546
  },
1546
1547
  {
1547
- "href": "/checkin",
1548
+ "label": "Check-in",
1548
1549
  "icon": "qr-code",
1549
- "label": "Check-in"
1550
+ "href": "/checkin"
1550
1551
  },
1551
1552
  {
1552
- "label": "Waitlist",
1553
1553
  "href": "/waitlist",
1554
- "icon": "users"
1554
+ "icon": "users",
1555
+ "label": "Waitlist"
1555
1556
  }
1556
1557
  ],
1557
- "appName": "EventTicketing",
1558
- "contentTrait": "@trait.CheckinDashboard",
1559
1558
  "notifications": [],
1559
+ "contentTrait": "@trait.CheckinDashboard",
1560
1560
  "notificationClickEvent": "CHECKIN_NOTIFICATIONS_OPEN"
1561
1561
  },
1562
1562
  "events": {
@@ -1629,13 +1629,11 @@
1629
1629
  "main",
1630
1630
  {
1631
1631
  "type": "stack",
1632
- "direction": "vertical",
1632
+ "gap": "lg",
1633
1633
  "children": [
1634
1634
  {
1635
- "type": "stack",
1636
- "direction": "horizontal",
1637
1635
  "gap": "sm",
1638
- "align": "center",
1636
+ "direction": "horizontal",
1639
1637
  "children": [
1640
1638
  {
1641
1639
  "type": "icon",
@@ -1643,10 +1641,12 @@
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
+ ],
1648
+ "type": "stack",
1649
+ "align": "center"
1650
1650
  },
1651
1651
  {
1652
1652
  "type": "divider"
@@ -1656,13 +1656,13 @@
1656
1656
  "type": "divider"
1657
1657
  },
1658
1658
  {
1659
+ "content": "Attendees",
1659
1660
  "variant": "h3",
1660
- "type": "typography",
1661
- "content": "Attendees"
1661
+ "type": "typography"
1662
1662
  },
1663
1663
  "@trait.AttendeeListing"
1664
1664
  ],
1665
- "gap": "lg"
1665
+ "direction": "vertical"
1666
1666
  }
1667
1667
  ]
1668
1668
  ]
@@ -1789,37 +1789,37 @@
1789
1789
  "ref": "AppShell.traits.AppLayout",
1790
1790
  "name": "WaitlistAppLayout",
1791
1791
  "config": {
1792
- "searchEvent": "WAITLIST_SEARCH",
1793
1792
  "contentTrait": "@trait.WaitlistDashboard",
1793
+ "searchEvent": "WAITLIST_SEARCH",
1794
+ "notifications": [],
1794
1795
  "notificationClickEvent": "WAITLIST_NOTIFICATIONS_OPEN",
1795
1796
  "appName": "EventTicketing",
1796
1797
  "navItems": [
1797
1798
  {
1798
- "href": "/events",
1799
1799
  "icon": "calendar",
1800
- "label": "Events"
1800
+ "label": "Events",
1801
+ "href": "/events"
1801
1802
  },
1802
1803
  {
1803
- "href": "/tickets",
1804
1804
  "label": "Tickets",
1805
+ "href": "/tickets",
1805
1806
  "icon": "ticket"
1806
1807
  },
1807
1808
  {
1808
1809
  "href": "/checkin",
1809
- "label": "Check-in",
1810
- "icon": "qr-code"
1810
+ "icon": "qr-code",
1811
+ "label": "Check-in"
1811
1812
  },
1812
1813
  {
1813
- "icon": "users",
1814
1814
  "label": "Waitlist",
1815
- "href": "/waitlist"
1815
+ "href": "/waitlist",
1816
+ "icon": "users"
1816
1817
  }
1817
- ],
1818
- "notifications": []
1818
+ ]
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
  {
@@ -1905,44 +1905,44 @@
1905
1905
  "direction": "vertical",
1906
1906
  "children": [
1907
1907
  {
1908
- "align": "center",
1908
+ "direction": "horizontal",
1909
+ "gap": "md",
1910
+ "justify": "between",
1909
1911
  "children": [
1910
1912
  {
1911
- "direction": "horizontal",
1912
1913
  "align": "center",
1914
+ "direction": "horizontal",
1915
+ "gap": "sm",
1913
1916
  "children": [
1914
1917
  {
1915
- "name": "users",
1916
- "type": "icon"
1918
+ "type": "icon",
1919
+ "name": "users"
1917
1920
  },
1918
1921
  {
1919
1922
  "type": "typography",
1920
- "variant": "h2",
1921
- "content": "Waitlist"
1923
+ "content": "Waitlist",
1924
+ "variant": "h2"
1922
1925
  }
1923
1926
  ],
1924
- "gap": "sm",
1925
1927
  "type": "stack"
1926
1928
  },
1927
1929
  {
1928
1930
  "gap": "sm",
1931
+ "type": "stack",
1929
1932
  "children": [
1930
1933
  {
1931
1934
  "label": "Join Waitlist",
1932
- "icon": "user-plus",
1933
- "variant": "primary",
1935
+ "type": "button",
1934
1936
  "action": "JOIN",
1935
- "type": "button"
1937
+ "icon": "user-plus",
1938
+ "variant": "primary"
1936
1939
  }
1937
1940
  ],
1938
- "type": "stack",
1939
1941
  "direction": "horizontal"
1940
1942
  }
1941
1943
  ],
1942
1944
  "type": "stack",
1943
- "direction": "horizontal",
1944
- "gap": "md",
1945
- "justify": "between"
1945
+ "align": "center"
1946
1946
  },
1947
1947
  {
1948
1948
  "type": "divider"
@@ -1952,8 +1952,8 @@
1952
1952
  "type": "divider"
1953
1953
  },
1954
1954
  {
1955
- "type": "typography",
1956
1955
  "content": "All Entries",
1956
+ "type": "typography",
1957
1957
  "variant": "h3"
1958
1958
  },
1959
1959
  "@trait.WaitlistBrowseList"
@@ -1990,7 +1990,7 @@
1990
1990
  "name": "WaitlistBrowseList",
1991
1991
  "linkedEntity": "WaitlistRow",
1992
1992
  "config": {
1993
- "itemActions": [],
1993
+ "gap": "sm",
1994
1994
  "fields": [
1995
1995
  {
1996
1996
  "name": "position",
@@ -2005,8 +2005,8 @@
2005
2005
  "variant": "caption"
2006
2006
  },
2007
2007
  {
2008
- "variant": "badge",
2009
- "name": "status"
2008
+ "name": "status",
2009
+ "variant": "badge"
2010
2010
  },
2011
2011
  {
2012
2012
  "name": "joinedAt",
@@ -2014,8 +2014,8 @@
2014
2014
  "format": "date"
2015
2015
  }
2016
2016
  ],
2017
- "cols": 1.0,
2018
- "gap": "sm"
2017
+ "itemActions": [],
2018
+ "cols": 1.0
2019
2019
  },
2020
2020
  "listens": [
2021
2021
  {
@@ -2033,12 +2033,12 @@
2033
2033
  "name": "WaitlistJoinModal",
2034
2034
  "linkedEntity": "WaitlistRow",
2035
2035
  "config": {
2036
- "icon": "user-plus",
2037
2036
  "fields": [
2038
2037
  "targetId",
2039
2038
  "userId",
2040
2039
  "status"
2041
2040
  ],
2041
+ "icon": "user-plus",
2042
2042
  "mode": "create",
2043
2043
  "title": "Join Waitlist"
2044
2044
  },
@@ -2167,4 +2167,4 @@
2167
2167
  ]
2168
2168
  }
2169
2169
  ]
2170
- }
2170
+ }