@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
@@ -86,32 +86,32 @@
86
86
  "ref": "AppShell.traits.AppLayout",
87
87
  "name": "PortfolioAppLayout",
88
88
  "config": {
89
+ "notificationClickEvent": "PORTFOLIO_NOTIFICATIONS_OPEN",
90
+ "contentTrait": "@trait.PortfolioCatalog",
91
+ "appName": "Trading Dashboard",
89
92
  "notifications": [],
90
93
  "navItems": [
91
94
  {
95
+ "label": "Portfolio",
92
96
  "href": "/portfolio",
93
- "icon": "layout-list",
94
- "label": "Portfolio"
97
+ "icon": "layout-list"
95
98
  },
96
99
  {
97
- "icon": "clipboard-list",
98
100
  "label": "Orders",
99
- "href": "/orders"
101
+ "href": "/orders",
102
+ "icon": "clipboard-list"
100
103
  },
101
104
  {
102
- "icon": "activity",
105
+ "href": "/market",
103
106
  "label": "Market",
104
- "href": "/market"
107
+ "icon": "activity"
105
108
  }
106
109
  ],
107
- "searchEvent": "PORTFOLIO_SEARCH",
108
- "notificationClickEvent": "PORTFOLIO_NOTIFICATIONS_OPEN",
109
- "contentTrait": "@trait.PortfolioCatalog",
110
- "appName": "Trading Dashboard"
110
+ "searchEvent": "PORTFOLIO_SEARCH"
111
111
  },
112
112
  "events": {
113
- "NOTIFY_CLICK": "PORTFOLIO_NOTIFICATIONS_OPEN",
114
- "SEARCH": "PORTFOLIO_SEARCH"
113
+ "SEARCH": "PORTFOLIO_SEARCH",
114
+ "NOTIFY_CLICK": "PORTFOLIO_NOTIFICATIONS_OPEN"
115
115
  }
116
116
  },
117
117
  {
@@ -194,59 +194,60 @@
194
194
  "render-ui",
195
195
  "main",
196
196
  {
197
+ "direction": "vertical",
197
198
  "children": [
198
199
  {
199
- "type": "stack",
200
- "direction": "horizontal",
201
- "gap": "md",
202
- "justify": "between",
203
200
  "align": "center",
201
+ "gap": "md",
202
+ "direction": "horizontal",
203
+ "type": "stack",
204
204
  "children": [
205
205
  {
206
- "type": "stack",
206
+ "gap": "sm",
207
207
  "children": [
208
208
  {
209
- "name": "trending-up",
210
- "type": "icon"
209
+ "type": "icon",
210
+ "name": "trending-up"
211
211
  },
212
212
  {
213
213
  "content": "Portfolio",
214
- "variant": "h2",
215
- "type": "typography"
214
+ "type": "typography",
215
+ "variant": "h2"
216
216
  }
217
217
  ],
218
- "gap": "sm",
219
- "align": "center",
220
- "direction": "horizontal"
218
+ "type": "stack",
219
+ "direction": "horizontal",
220
+ "align": "center"
221
221
  },
222
222
  {
223
223
  "direction": "horizontal",
224
+ "type": "stack",
224
225
  "children": [
225
226
  {
226
- "type": "button",
227
227
  "variant": "primary",
228
+ "type": "button",
229
+ "action": "CREATE",
228
230
  "label": "Add Position",
229
- "icon": "plus",
230
- "action": "CREATE"
231
+ "icon": "plus"
231
232
  }
232
233
  ],
233
- "type": "stack",
234
234
  "gap": "sm"
235
235
  }
236
- ]
236
+ ],
237
+ "justify": "between"
237
238
  },
238
239
  {
239
240
  "type": "divider"
240
241
  },
241
242
  {
242
243
  "align": "center",
244
+ "type": "stack",
243
245
  "direction": "horizontal",
246
+ "gap": "md",
244
247
  "children": [
245
248
  "@trait.PortfolioSearch",
246
249
  "@trait.PortfolioFilter"
247
- ],
248
- "gap": "md",
249
- "type": "stack"
250
+ ]
250
251
  },
251
252
  "@trait.PortfolioStats",
252
253
  "@trait.PortfolioGraphs",
@@ -255,7 +256,6 @@
255
256
  },
256
257
  "@trait.PortfolioBrowseList"
257
258
  ],
258
- "direction": "vertical",
259
259
  "gap": "lg",
260
260
  "type": "stack"
261
261
  }
@@ -276,34 +276,34 @@
276
276
  "render-ui",
277
277
  "main",
278
278
  {
279
- "gap": "md",
280
- "direction": "vertical",
281
- "align": "center",
282
- "className": "py-8",
283
- "type": "stack",
284
279
  "children": [
285
280
  {
286
281
  "type": "icon",
287
282
  "name": "bell"
288
283
  },
289
284
  {
290
- "type": "typography",
291
285
  "content": "No notifications",
286
+ "type": "typography",
292
287
  "variant": "h3"
293
288
  },
294
289
  {
295
- "type": "typography",
290
+ "variant": "caption",
296
291
  "color": "muted",
297
292
  "content": "You're all caught up.",
298
- "variant": "caption"
293
+ "type": "typography"
299
294
  },
300
295
  {
296
+ "action": "INIT",
301
297
  "type": "button",
302
- "variant": "ghost",
303
298
  "label": "Back to portfolio",
304
- "action": "INIT"
299
+ "variant": "ghost"
305
300
  }
306
- ]
301
+ ],
302
+ "type": "stack",
303
+ "gap": "md",
304
+ "align": "center",
305
+ "direction": "vertical",
306
+ "className": "py-8"
307
307
  }
308
308
  ]
309
309
  ]
@@ -324,14 +324,14 @@
324
324
  "ref": "Filter.traits.FilterTargetFilter",
325
325
  "name": "PortfolioFilter",
326
326
  "config": {
327
+ "event": "PORTFOLIO_FILTER",
327
328
  "filters": [
328
329
  {
329
- "filterType": "text",
330
+ "label": "Symbol",
330
331
  "field": "symbol",
331
- "label": "Symbol"
332
+ "filterType": "text"
332
333
  }
333
- ],
334
- "event": "PORTFOLIO_FILTER"
334
+ ]
335
335
  }
336
336
  },
337
337
  {
@@ -341,29 +341,32 @@
341
341
  "title": "Portfolio",
342
342
  "metrics": [
343
343
  {
344
+ "field": "marketValue",
345
+ "aggregation": "sum",
346
+ "icon": "dollar-sign",
344
347
  "label": "Total Value",
345
348
  "variant": "primary",
346
- "format": "currency",
347
- "aggregation": "sum",
348
- "field": "marketValue",
349
- "icon": "dollar-sign"
349
+ "format": "currency"
350
350
  },
351
351
  {
352
- "aggregation": "sum",
353
- "label": "Daily PnL",
354
- "variant": "success",
355
352
  "format": "currency",
353
+ "variant": "success",
356
354
  "field": "dailyPnl",
355
+ "aggregation": "sum",
356
+ "label": "Daily PnL",
357
357
  "icon": "trending-up"
358
358
  },
359
359
  {
360
360
  "icon": "layout-list",
361
- "label": "Positions",
362
361
  "variant": "info",
362
+ "format": "number",
363
363
  "aggregation": "count",
364
- "format": "number"
364
+ "label": "Positions"
365
365
  },
366
366
  {
367
+ "label": "Winners",
368
+ "format": "number",
369
+ "variant": "success",
367
370
  "filter": [
368
371
  "fn",
369
372
  "row",
@@ -374,10 +377,7 @@
374
377
  ]
375
378
  ],
376
379
  "aggregation": "count",
377
- "variant": "success",
378
- "format": "number",
379
- "icon": "check-circle",
380
- "label": "Winners"
380
+ "icon": "check-circle"
381
381
  }
382
382
  ]
383
383
  },
@@ -396,14 +396,14 @@
396
396
  "ref": "Graphs.traits.GraphItemGraph",
397
397
  "name": "PortfolioGraphs",
398
398
  "config": {
399
+ "chartType": "line",
399
400
  "valueField": "dailyPnl",
400
- "aggregation": "sum",
401
401
  "height": 240.0,
402
- "title": "Daily PnL",
403
- "categoryField": "symbol",
404
- "chartType": "line",
402
+ "aggregation": "sum",
405
403
  "showLegend": false,
406
- "subtitle": "Profit and loss across positions"
404
+ "subtitle": "Profit and loss across positions",
405
+ "title": "Daily PnL",
406
+ "categoryField": "symbol"
407
407
  },
408
408
  "listens": [
409
409
  {
@@ -423,33 +423,33 @@
423
423
  "config": {
424
424
  "fields": [
425
425
  {
426
- "icon": "trending-up",
427
426
  "name": "symbol",
428
- "variant": "h3"
427
+ "variant": "h3",
428
+ "icon": "trending-up"
429
429
  },
430
430
  {
431
- "name": "qty",
432
- "label": "Qty",
431
+ "format": "number",
433
432
  "variant": "body",
434
- "format": "number"
433
+ "name": "qty",
434
+ "label": "Qty"
435
435
  },
436
436
  {
437
- "label": "Avg Cost",
437
+ "format": "currency",
438
438
  "name": "avgCost",
439
- "variant": "body",
440
- "format": "currency"
439
+ "label": "Avg Cost",
440
+ "variant": "body"
441
441
  },
442
442
  {
443
- "name": "marketValue",
444
443
  "label": "Market Value",
444
+ "format": "currency",
445
445
  "variant": "h4",
446
- "format": "currency"
446
+ "name": "marketValue"
447
447
  },
448
448
  {
449
- "format": "currency",
450
- "name": "dailyPnl",
449
+ "variant": "badge",
451
450
  "label": "Daily PnL",
452
- "variant": "badge"
451
+ "name": "dailyPnl",
452
+ "format": "currency"
453
453
  }
454
454
  ],
455
455
  "itemActions": [
@@ -464,9 +464,9 @@
464
464
  "variant": "ghost"
465
465
  },
466
466
  {
467
- "event": "DELETE",
467
+ "label": "Delete",
468
468
  "variant": "danger",
469
- "label": "Delete"
469
+ "event": "DELETE"
470
470
  }
471
471
  ],
472
472
  "cols": 1.0,
@@ -520,16 +520,16 @@
520
520
  "name": "PortfolioCreate",
521
521
  "linkedEntity": "Portfolio",
522
522
  "config": {
523
- "icon": "plus-circle",
524
- "title": "Add Position",
525
- "mode": "create",
526
523
  "fields": [
527
524
  "symbol",
528
525
  "qty",
529
526
  "avgCost",
530
527
  "marketValue",
531
528
  "dailyPnl"
532
- ]
529
+ ],
530
+ "title": "Add Position",
531
+ "mode": "create",
532
+ "icon": "plus-circle"
533
533
  },
534
534
  "events": {
535
535
  "OPEN": "CREATE"
@@ -550,7 +550,8 @@
550
550
  "name": "PortfolioEdit",
551
551
  "linkedEntity": "Portfolio",
552
552
  "config": {
553
- "icon": "edit",
553
+ "mode": "edit",
554
+ "title": "Edit Position",
554
555
  "fields": [
555
556
  "symbol",
556
557
  "qty",
@@ -558,8 +559,7 @@
558
559
  "marketValue",
559
560
  "dailyPnl"
560
561
  ],
561
- "mode": "edit",
562
- "title": "Edit Position"
562
+ "icon": "edit"
563
563
  },
564
564
  "events": {
565
565
  "OPEN": "EDIT"
@@ -580,6 +580,7 @@
580
580
  "name": "PortfolioView",
581
581
  "linkedEntity": "Portfolio",
582
582
  "config": {
583
+ "icon": "eye",
583
584
  "title": "View Position",
584
585
  "mode": "edit",
585
586
  "fields": [
@@ -588,8 +589,7 @@
588
589
  "avgCost",
589
590
  "marketValue",
590
591
  "dailyPnl"
591
- ],
592
- "icon": "eye"
592
+ ]
593
593
  },
594
594
  "events": {
595
595
  "OPEN": "VIEW"
@@ -611,13 +611,13 @@
611
611
  "linkedEntity": "Portfolio",
612
612
  "config": {
613
613
  "alertMessage": "This action cannot be undone.",
614
- "title": "Close Position",
615
614
  "confirmLabel": "Close",
616
- "icon": "alert-triangle"
615
+ "icon": "alert-triangle",
616
+ "title": "Close Position"
617
617
  },
618
618
  "events": {
619
- "REQUEST": "DELETE",
620
- "CONFIRM": "CONFIRM_DELETE"
619
+ "CONFIRM": "CONFIRM_DELETE",
620
+ "REQUEST": "DELETE"
621
621
  },
622
622
  "listens": [
623
623
  {
@@ -936,28 +936,28 @@
936
936
  "name": "TradeOrderAppLayout",
937
937
  "linkedEntity": "TradeOrder",
938
938
  "config": {
939
- "searchEvent": "TRADE_ORDER_SEARCH",
939
+ "appName": "Trading Dashboard",
940
940
  "notificationClickEvent": "TRADE_ORDER_NOTIFICATIONS_OPEN",
941
941
  "notifications": [],
942
+ "contentTrait": "@trait.TradeOrderCatalog",
943
+ "searchEvent": "TRADE_ORDER_SEARCH",
942
944
  "navItems": [
943
945
  {
944
- "href": "/portfolio",
945
946
  "label": "Portfolio",
946
- "icon": "layout-list"
947
+ "icon": "layout-list",
948
+ "href": "/portfolio"
947
949
  },
948
950
  {
951
+ "icon": "clipboard-list",
949
952
  "label": "Orders",
950
- "href": "/orders",
951
- "icon": "clipboard-list"
953
+ "href": "/orders"
952
954
  },
953
955
  {
954
956
  "label": "Market",
955
957
  "icon": "activity",
956
958
  "href": "/market"
957
959
  }
958
- ],
959
- "appName": "Trading Dashboard",
960
- "contentTrait": "@trait.TradeOrderCatalog"
960
+ ]
961
961
  },
962
962
  "events": {
963
963
  "SEARCH": "TRADE_ORDER_SEARCH",
@@ -1006,55 +1006,55 @@
1006
1006
  "render-ui",
1007
1007
  "main",
1008
1008
  {
1009
- "direction": "vertical",
1010
1009
  "type": "stack",
1010
+ "gap": "lg",
1011
+ "direction": "vertical",
1011
1012
  "children": [
1012
1013
  {
1013
- "gap": "md",
1014
- "align": "center",
1015
1014
  "children": [
1016
1015
  {
1017
- "align": "center",
1016
+ "gap": "sm",
1018
1017
  "children": [
1019
1018
  {
1020
- "type": "icon",
1021
- "name": "clipboard-list"
1019
+ "name": "clipboard-list",
1020
+ "type": "icon"
1022
1021
  },
1023
1022
  {
1024
- "type": "typography",
1023
+ "variant": "h2",
1025
1024
  "content": "Trade Orders",
1026
- "variant": "h2"
1025
+ "type": "typography"
1027
1026
  }
1028
1027
  ],
1029
1028
  "direction": "horizontal",
1030
- "type": "stack",
1031
- "gap": "sm"
1029
+ "align": "center",
1030
+ "type": "stack"
1032
1031
  },
1033
1032
  {
1034
1033
  "gap": "sm",
1035
- "direction": "horizontal",
1036
1034
  "type": "stack",
1035
+ "direction": "horizontal",
1037
1036
  "children": [
1038
1037
  {
1039
- "type": "button",
1040
- "icon": "plus",
1038
+ "label": "New Order",
1041
1039
  "action": "CREATE",
1042
1040
  "variant": "primary",
1043
- "label": "New Order"
1041
+ "type": "button",
1042
+ "icon": "plus"
1044
1043
  }
1045
1044
  ]
1046
1045
  }
1047
1046
  ],
1048
- "type": "stack",
1049
1047
  "direction": "horizontal",
1050
- "justify": "between"
1048
+ "type": "stack",
1049
+ "gap": "md",
1050
+ "justify": "between",
1051
+ "align": "center"
1051
1052
  },
1052
1053
  {
1053
1054
  "type": "divider"
1054
1055
  },
1055
1056
  "@trait.TradeOrderBrowseList"
1056
- ],
1057
- "gap": "lg"
1057
+ ]
1058
1058
  }
1059
1059
  ]
1060
1060
  ]
@@ -1068,24 +1068,6 @@
1068
1068
  "name": "TradeOrderBrowseList",
1069
1069
  "linkedEntity": "TradeOrder",
1070
1070
  "config": {
1071
- "itemActions": [
1072
- {
1073
- "event": "VIEW",
1074
- "label": "View",
1075
- "variant": "ghost"
1076
- },
1077
- {
1078
- "label": "Edit",
1079
- "variant": "ghost",
1080
- "event": "EDIT"
1081
- },
1082
- {
1083
- "label": "Cancel",
1084
- "event": "DELETE",
1085
- "variant": "danger"
1086
- }
1087
- ],
1088
- "cols": 1.0,
1089
1071
  "fields": [
1090
1072
  {
1091
1073
  "icon": "trending-up",
@@ -1093,24 +1075,42 @@
1093
1075
  "variant": "h3"
1094
1076
  },
1095
1077
  {
1096
- "variant": "badge",
1097
- "name": "side"
1078
+ "name": "side",
1079
+ "variant": "badge"
1098
1080
  },
1099
1081
  {
1100
- "variant": "body",
1082
+ "format": "number",
1101
1083
  "name": "quantity",
1102
- "format": "number"
1084
+ "variant": "body"
1103
1085
  },
1104
1086
  {
1105
- "name": "price",
1087
+ "format": "currency",
1106
1088
  "variant": "h4",
1107
- "format": "currency"
1089
+ "name": "price"
1108
1090
  },
1109
1091
  {
1110
- "name": "status",
1111
- "variant": "badge"
1092
+ "variant": "badge",
1093
+ "name": "status"
1094
+ }
1095
+ ],
1096
+ "itemActions": [
1097
+ {
1098
+ "event": "VIEW",
1099
+ "variant": "ghost",
1100
+ "label": "View"
1101
+ },
1102
+ {
1103
+ "variant": "ghost",
1104
+ "event": "EDIT",
1105
+ "label": "Edit"
1106
+ },
1107
+ {
1108
+ "label": "Cancel",
1109
+ "variant": "danger",
1110
+ "event": "DELETE"
1112
1111
  }
1113
1112
  ],
1113
+ "cols": 1.0,
1114
1114
  "gap": "sm"
1115
1115
  },
1116
1116
  "listens": [
@@ -1145,16 +1145,16 @@
1145
1145
  "name": "TradeOrderCreate",
1146
1146
  "linkedEntity": "TradeOrder",
1147
1147
  "config": {
1148
- "mode": "create",
1148
+ "title": "New Order",
1149
1149
  "icon": "plus-circle",
1150
+ "mode": "create",
1150
1151
  "fields": [
1151
1152
  "symbol",
1152
1153
  "side",
1153
1154
  "quantity",
1154
1155
  "price",
1155
1156
  "status"
1156
- ],
1157
- "title": "New Order"
1157
+ ]
1158
1158
  },
1159
1159
  "events": {
1160
1160
  "OPEN": "CREATE"
@@ -1175,8 +1175,7 @@
1175
1175
  "name": "TradeOrderEdit",
1176
1176
  "linkedEntity": "TradeOrder",
1177
1177
  "config": {
1178
- "title": "Edit Order",
1179
- "mode": "edit",
1178
+ "icon": "edit",
1180
1179
  "fields": [
1181
1180
  "symbol",
1182
1181
  "side",
@@ -1184,7 +1183,8 @@
1184
1183
  "price",
1185
1184
  "status"
1186
1185
  ],
1187
- "icon": "edit"
1186
+ "title": "Edit Order",
1187
+ "mode": "edit"
1188
1188
  },
1189
1189
  "events": {
1190
1190
  "OPEN": "EDIT"
@@ -1205,16 +1205,16 @@
1205
1205
  "name": "TradeOrderView",
1206
1206
  "linkedEntity": "TradeOrder",
1207
1207
  "config": {
1208
- "title": "View Order",
1209
- "icon": "eye",
1210
- "mode": "edit",
1211
1208
  "fields": [
1212
1209
  "symbol",
1213
1210
  "side",
1214
1211
  "quantity",
1215
1212
  "price",
1216
1213
  "status"
1217
- ]
1214
+ ],
1215
+ "icon": "eye",
1216
+ "mode": "edit",
1217
+ "title": "View Order"
1218
1218
  },
1219
1219
  "events": {
1220
1220
  "OPEN": "VIEW"
@@ -1235,10 +1235,10 @@
1235
1235
  "name": "TradeOrderDelete",
1236
1236
  "linkedEntity": "TradeOrder",
1237
1237
  "config": {
1238
- "confirmLabel": "Cancel Order",
1239
- "icon": "alert-triangle",
1240
1238
  "alertMessage": "Cancel this pending order?",
1241
- "title": "Cancel Order"
1239
+ "title": "Cancel Order",
1240
+ "confirmLabel": "Cancel Order",
1241
+ "icon": "alert-triangle"
1242
1242
  },
1243
1243
  "events": {
1244
1244
  "REQUEST": "DELETE",
@@ -1526,7 +1526,7 @@
1526
1526
  "name": "MarketFeedAppLayout",
1527
1527
  "linkedEntity": "MarketFeed",
1528
1528
  "config": {
1529
- "notifications": [],
1529
+ "contentTrait": "@trait.MarketFeedDisplay",
1530
1530
  "navItems": [
1531
1531
  {
1532
1532
  "href": "/portfolio",
@@ -1535,23 +1535,23 @@
1535
1535
  },
1536
1536
  {
1537
1537
  "label": "Orders",
1538
- "icon": "clipboard-list",
1539
- "href": "/orders"
1538
+ "href": "/orders",
1539
+ "icon": "clipboard-list"
1540
1540
  },
1541
1541
  {
1542
+ "href": "/market",
1542
1543
  "icon": "activity",
1543
- "label": "Market",
1544
- "href": "/market"
1544
+ "label": "Market"
1545
1545
  }
1546
1546
  ],
1547
- "contentTrait": "@trait.MarketFeedDisplay",
1548
- "notificationClickEvent": "MARKET_FEED_NOTIFICATIONS_OPEN",
1549
1547
  "searchEvent": "MARKET_FEED_SEARCH",
1548
+ "notifications": [],
1549
+ "notificationClickEvent": "MARKET_FEED_NOTIFICATIONS_OPEN",
1550
1550
  "appName": "Trading Dashboard"
1551
1551
  },
1552
1552
  "events": {
1553
- "SEARCH": "MARKET_FEED_SEARCH",
1554
- "NOTIFY_CLICK": "MARKET_FEED_NOTIFICATIONS_OPEN"
1553
+ "NOTIFY_CLICK": "MARKET_FEED_NOTIFICATIONS_OPEN",
1554
+ "SEARCH": "MARKET_FEED_SEARCH"
1555
1555
  }
1556
1556
  },
1557
1557
  {
@@ -1580,9 +1580,9 @@
1580
1580
  "render-ui",
1581
1581
  "main",
1582
1582
  {
1583
- "className": "max-w-6xl mx-auto w-full p-4",
1584
- "type": "stack",
1585
1583
  "gap": "lg",
1584
+ "type": "stack",
1585
+ "className": "max-w-6xl mx-auto w-full p-4",
1586
1586
  "children": [
1587
1587
  "@trait.MarketFeedAsync"
1588
1588
  ],
@@ -1766,8 +1766,8 @@
1766
1766
  "MarketFeed",
1767
1767
  {
1768
1768
  "emit": {
1769
- "success": "MarketFeedLoaded",
1770
- "failure": "MarketFeedLoadFailed"
1769
+ "failure": "MarketFeedLoadFailed",
1770
+ "success": "MarketFeedLoaded"
1771
1771
  }
1772
1772
  }
1773
1773
  ],
@@ -1775,45 +1775,45 @@
1775
1775
  "render-ui",
1776
1776
  "main",
1777
1777
  {
1778
+ "direction": "vertical",
1778
1779
  "children": [
1779
1780
  {
1780
- "type": "stack",
1781
- "align": "center",
1782
1781
  "children": [
1783
1782
  {
1784
- "name": "activity",
1785
- "type": "icon"
1783
+ "type": "icon",
1784
+ "name": "activity"
1786
1785
  },
1787
1786
  {
1788
- "variant": "h2",
1787
+ "type": "typography",
1789
1788
  "content": "Market Feed",
1790
- "type": "typography"
1789
+ "variant": "h2"
1791
1790
  }
1792
1791
  ],
1793
- "gap": "md",
1794
- "direction": "horizontal"
1792
+ "type": "stack",
1793
+ "direction": "horizontal",
1794
+ "align": "center",
1795
+ "gap": "md"
1795
1796
  },
1796
1797
  {
1797
1798
  "type": "divider"
1798
1799
  },
1799
1800
  {
1800
1801
  "type": "typography",
1801
- "color": "muted",
1802
1802
  "variant": "body",
1803
+ "color": "muted",
1803
1804
  "content": "Connect to live market data."
1804
1805
  },
1805
1806
  {
1806
- "label": "Start Stream",
1807
- "variant": "primary",
1807
+ "icon": "play",
1808
1808
  "type": "button",
1809
+ "label": "Start Stream",
1809
1810
  "action": "START",
1810
- "icon": "play"
1811
+ "variant": "primary"
1811
1812
  }
1812
1813
  ],
1813
- "gap": "lg",
1814
- "align": "center",
1815
1814
  "type": "stack",
1816
- "direction": "vertical"
1815
+ "align": "center",
1816
+ "gap": "lg"
1817
1817
  }
1818
1818
  ]
1819
1819
  ]
@@ -1828,20 +1828,20 @@
1828
1828
  "main",
1829
1829
  {
1830
1830
  "align": "center",
1831
- "gap": "lg",
1832
1831
  "children": [
1833
1832
  {
1834
- "type": "loading-state",
1835
1833
  "title": "Connecting to market feed…",
1836
- "message": "Streaming ticks…"
1834
+ "message": "Streaming ticks…",
1835
+ "type": "loading-state"
1837
1836
  },
1838
1837
  {
1839
- "variant": "text",
1840
- "type": "skeleton"
1838
+ "type": "skeleton",
1839
+ "variant": "text"
1841
1840
  }
1842
1841
  ],
1843
1842
  "type": "stack",
1844
- "direction": "vertical"
1843
+ "direction": "vertical",
1844
+ "gap": "lg"
1845
1845
  }
1846
1846
  ]
1847
1847
  ]
@@ -1867,63 +1867,60 @@
1867
1867
  "render-ui",
1868
1868
  "main",
1869
1869
  {
1870
- "direction": "vertical",
1871
- "type": "stack",
1872
1870
  "gap": "lg",
1871
+ "direction": "vertical",
1873
1872
  "children": [
1874
1873
  {
1875
- "type": "stack",
1876
- "direction": "horizontal",
1877
1874
  "justify": "between",
1878
- "gap": "md",
1875
+ "type": "stack",
1879
1876
  "align": "center",
1877
+ "gap": "md",
1880
1878
  "children": [
1881
1879
  {
1880
+ "gap": "sm",
1881
+ "align": "center",
1882
+ "type": "stack",
1882
1883
  "children": [
1883
1884
  {
1884
1885
  "name": "activity",
1885
1886
  "type": "icon"
1886
1887
  },
1887
1888
  {
1888
- "type": "typography",
1889
1889
  "content": "Live Market Feed",
1890
- "variant": "h2"
1890
+ "variant": "h2",
1891
+ "type": "typography"
1891
1892
  }
1892
1893
  ],
1893
- "type": "stack",
1894
- "direction": "horizontal",
1895
- "gap": "sm",
1896
- "align": "center"
1894
+ "direction": "horizontal"
1897
1895
  },
1898
1896
  {
1899
1897
  "direction": "horizontal",
1900
- "type": "stack",
1901
1898
  "children": [
1902
1899
  {
1900
+ "message": "Connected",
1903
1901
  "type": "alert",
1904
- "variant": "success",
1905
- "message": "Connected"
1902
+ "variant": "success"
1906
1903
  },
1907
1904
  {
1908
- "type": "button",
1909
- "label": "Reset",
1910
- "action": "RESET",
1905
+ "icon": "rotate-ccw",
1911
1906
  "variant": "ghost",
1912
- "icon": "rotate-ccw"
1907
+ "label": "Reset",
1908
+ "type": "button",
1909
+ "action": "RESET"
1913
1910
  }
1914
1911
  ],
1915
- "gap": "sm"
1912
+ "gap": "sm",
1913
+ "type": "stack"
1916
1914
  }
1917
- ]
1915
+ ],
1916
+ "direction": "horizontal"
1918
1917
  },
1919
1918
  {
1920
1919
  "type": "divider"
1921
1920
  },
1922
1921
  {
1923
- "entity": "@payload.data",
1924
1922
  "type": "data-list",
1925
- "gap": "sm",
1926
- "variant": "card",
1923
+ "entity": "@payload.data",
1927
1924
  "fields": [
1928
1925
  {
1929
1926
  "name": "symbol",
@@ -1936,22 +1933,23 @@
1936
1933
  "format": "currency"
1937
1934
  },
1938
1935
  {
1939
- "name": "change",
1940
1936
  "variant": "badge",
1941
- "format": "currency"
1937
+ "format": "currency",
1938
+ "name": "change"
1942
1939
  },
1943
1940
  {
1941
+ "variant": "caption",
1944
1942
  "format": "number",
1945
- "name": "volume",
1946
- "variant": "caption"
1943
+ "name": "volume"
1947
1944
  }
1948
- ]
1945
+ ],
1946
+ "variant": "card",
1947
+ "gap": "sm"
1949
1948
  },
1950
1949
  {
1951
1950
  "type": "divider"
1952
1951
  },
1953
1952
  {
1954
- "type": "line-chart",
1955
1953
  "data": [
1956
1954
  {
1957
1955
  "value": 100.0,
@@ -1970,29 +1968,31 @@
1970
1968
  "date": "11:00"
1971
1969
  },
1972
1970
  {
1973
- "date": "11:30",
1974
- "value": 107.0
1971
+ "value": 107.0,
1972
+ "date": "11:30"
1975
1973
  },
1976
1974
  {
1977
1975
  "date": "12:00",
1978
1976
  "value": 104.0
1979
1977
  }
1980
- ]
1978
+ ],
1979
+ "type": "line-chart"
1981
1980
  },
1982
1981
  {
1983
1982
  "type": "chart-legend",
1984
1983
  "items": [
1985
1984
  {
1986
- "label": "Price",
1987
- "color": "primary"
1985
+ "color": "primary",
1986
+ "label": "Price"
1988
1987
  },
1989
1988
  {
1990
- "label": "Volume",
1991
- "color": "muted"
1989
+ "color": "muted",
1990
+ "label": "Volume"
1992
1991
  }
1993
1992
  ]
1994
1993
  }
1995
- ]
1994
+ ],
1995
+ "type": "stack"
1996
1996
  }
1997
1997
  ]
1998
1998
  ]
@@ -2006,40 +2006,40 @@
2006
2006
  "render-ui",
2007
2007
  "main",
2008
2008
  {
2009
+ "gap": "lg",
2010
+ "align": "center",
2011
+ "type": "stack",
2012
+ "direction": "vertical",
2009
2013
  "children": [
2010
2014
  {
2011
- "type": "error-state",
2012
2015
  "message": "Market feed disconnected.",
2013
2016
  "onRetry": "RETRY",
2017
+ "type": "error-state",
2014
2018
  "title": "Stream Disconnected"
2015
2019
  },
2016
2020
  {
2017
- "direction": "horizontal",
2018
- "type": "stack",
2019
2021
  "gap": "sm",
2020
- "justify": "center",
2021
2022
  "children": [
2022
2023
  {
2023
- "label": "Retry",
2024
- "icon": "refresh-cw",
2025
2024
  "variant": "primary",
2025
+ "type": "button",
2026
+ "icon": "refresh-cw",
2026
2027
  "action": "RETRY",
2027
- "type": "button"
2028
+ "label": "Retry"
2028
2029
  },
2029
2030
  {
2030
- "action": "RESET",
2031
- "type": "button",
2032
2031
  "label": "Reset",
2032
+ "action": "RESET",
2033
2033
  "icon": "rotate-ccw",
2034
+ "type": "button",
2034
2035
  "variant": "ghost"
2035
2036
  }
2036
- ]
2037
+ ],
2038
+ "justify": "center",
2039
+ "type": "stack",
2040
+ "direction": "horizontal"
2037
2041
  }
2038
- ],
2039
- "gap": "lg",
2040
- "type": "stack",
2041
- "align": "center",
2042
- "direction": "vertical"
2042
+ ]
2043
2043
  }
2044
2044
  ]
2045
2045
  ]
@@ -2053,45 +2053,45 @@
2053
2053
  "render-ui",
2054
2054
  "main",
2055
2055
  {
2056
- "gap": "lg",
2056
+ "align": "center",
2057
2057
  "type": "stack",
2058
2058
  "direction": "vertical",
2059
+ "gap": "lg",
2059
2060
  "children": [
2060
2061
  {
2061
- "type": "stack",
2062
+ "direction": "horizontal",
2062
2063
  "align": "center",
2064
+ "type": "stack",
2065
+ "gap": "md",
2063
2066
  "children": [
2064
2067
  {
2065
2068
  "name": "activity",
2066
2069
  "type": "icon"
2067
2070
  },
2068
2071
  {
2069
- "variant": "h2",
2072
+ "content": "Market Feed",
2070
2073
  "type": "typography",
2071
- "content": "Market Feed"
2074
+ "variant": "h2"
2072
2075
  }
2073
- ],
2074
- "gap": "md",
2075
- "direction": "horizontal"
2076
+ ]
2076
2077
  },
2077
2078
  {
2078
2079
  "type": "divider"
2079
2080
  },
2080
2081
  {
2081
- "content": "Connect to live market data.",
2082
- "variant": "body",
2083
2082
  "color": "muted",
2084
- "type": "typography"
2083
+ "type": "typography",
2084
+ "variant": "body",
2085
+ "content": "Connect to live market data."
2085
2086
  },
2086
2087
  {
2088
+ "type": "button",
2087
2089
  "icon": "play",
2088
2090
  "action": "START",
2089
- "variant": "primary",
2090
- "type": "button",
2091
- "label": "Start Stream"
2091
+ "label": "Start Stream",
2092
+ "variant": "primary"
2092
2093
  }
2093
- ],
2094
- "align": "center"
2094
+ ]
2095
2095
  }
2096
2096
  ]
2097
2097
  ]
@@ -2105,12 +2105,9 @@
2105
2105
  "render-ui",
2106
2106
  "main",
2107
2107
  {
2108
- "type": "stack",
2109
- "direction": "vertical",
2110
- "align": "center",
2111
- "gap": "lg",
2112
2108
  "children": [
2113
2109
  {
2110
+ "type": "stack",
2114
2111
  "direction": "horizontal",
2115
2112
  "gap": "md",
2116
2113
  "align": "center",
@@ -2124,26 +2121,29 @@
2124
2121
  "type": "typography",
2125
2122
  "content": "Market Feed"
2126
2123
  }
2127
- ],
2128
- "type": "stack"
2124
+ ]
2129
2125
  },
2130
2126
  {
2131
2127
  "type": "divider"
2132
2128
  },
2133
2129
  {
2134
- "type": "typography",
2135
2130
  "variant": "body",
2136
- "color": "muted",
2137
- "content": "Connect to live market data."
2131
+ "content": "Connect to live market data.",
2132
+ "type": "typography",
2133
+ "color": "muted"
2138
2134
  },
2139
2135
  {
2140
- "action": "START",
2136
+ "type": "button",
2137
+ "label": "Start Stream",
2141
2138
  "icon": "play",
2142
2139
  "variant": "primary",
2143
- "type": "button",
2144
- "label": "Start Stream"
2140
+ "action": "START"
2145
2141
  }
2146
- ]
2142
+ ],
2143
+ "align": "center",
2144
+ "type": "stack",
2145
+ "direction": "vertical",
2146
+ "gap": "lg"
2147
2147
  }
2148
2148
  ]
2149
2149
  ]
@@ -2157,21 +2157,21 @@
2157
2157
  "render-ui",
2158
2158
  "main",
2159
2159
  {
2160
- "align": "center",
2161
- "direction": "vertical",
2162
- "type": "stack",
2163
2160
  "gap": "lg",
2161
+ "direction": "vertical",
2162
+ "align": "center",
2164
2163
  "children": [
2165
2164
  {
2166
- "message": "Streaming ticks…",
2165
+ "title": "Connecting to market feed…",
2167
2166
  "type": "loading-state",
2168
- "title": "Connecting to market feed…"
2167
+ "message": "Streaming ticks…"
2169
2168
  },
2170
2169
  {
2171
- "variant": "text",
2172
- "type": "skeleton"
2170
+ "type": "skeleton",
2171
+ "variant": "text"
2173
2172
  }
2174
- ]
2173
+ ],
2174
+ "type": "stack"
2175
2175
  }
2176
2176
  ]
2177
2177
  ]