@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
@@ -94,16 +94,16 @@
94
94
  "ref": "AppShell.traits.AppLayout",
95
95
  "name": "TransactionAppLayout",
96
96
  "config": {
97
- "notifications": [],
98
97
  "searchEvent": "TRANSACTION_SEARCH",
99
- "contentTrait": "@trait.TransactionCatalog",
100
- "appName": "Finance Tracker",
98
+ "notifications": [],
101
99
  "notificationClickEvent": "TRANSACTION_NOTIFICATIONS_OPEN",
100
+ "appName": "Finance Tracker",
101
+ "contentTrait": "@trait.TransactionCatalog",
102
102
  "navItems": [
103
103
  {
104
+ "icon": "receipt",
104
105
  "label": "Transactions",
105
- "href": "/transactions",
106
- "icon": "receipt"
106
+ "href": "/transactions"
107
107
  },
108
108
  {
109
109
  "label": "Summary",
@@ -111,15 +111,15 @@
111
111
  "icon": "layout-list"
112
112
  },
113
113
  {
114
- "icon": "bar-chart",
115
114
  "label": "Reports",
116
- "href": "/reports"
115
+ "href": "/reports",
116
+ "icon": "bar-chart"
117
117
  }
118
118
  ]
119
119
  },
120
120
  "events": {
121
- "NOTIFY_CLICK": "TRANSACTION_NOTIFICATIONS_OPEN",
122
- "SEARCH": "TRANSACTION_SEARCH"
121
+ "SEARCH": "TRANSACTION_SEARCH",
122
+ "NOTIFY_CLICK": "TRANSACTION_NOTIFICATIONS_OPEN"
123
123
  }
124
124
  },
125
125
  {
@@ -202,61 +202,61 @@
202
202
  "render-ui",
203
203
  "main",
204
204
  {
205
- "type": "stack",
205
+ "gap": "lg",
206
206
  "direction": "vertical",
207
207
  "children": [
208
208
  {
209
209
  "gap": "md",
210
+ "direction": "horizontal",
211
+ "align": "center",
210
212
  "children": [
211
213
  {
212
- "gap": "sm",
213
214
  "type": "stack",
214
- "direction": "horizontal",
215
- "align": "center",
216
215
  "children": [
217
216
  {
218
- "name": "receipt",
219
- "type": "icon"
217
+ "type": "icon",
218
+ "name": "receipt"
220
219
  },
221
220
  {
222
- "variant": "h2",
223
221
  "type": "typography",
224
- "content": "Transactions"
222
+ "content": "Transactions",
223
+ "variant": "h2"
225
224
  }
226
- ]
225
+ ],
226
+ "align": "center",
227
+ "gap": "sm",
228
+ "direction": "horizontal"
227
229
  },
228
230
  {
229
- "direction": "horizontal",
230
- "gap": "sm",
231
231
  "children": [
232
232
  {
233
233
  "action": "CREATE",
234
- "variant": "primary",
235
234
  "icon": "plus",
236
235
  "type": "button",
236
+ "variant": "primary",
237
237
  "label": "Add Transaction"
238
238
  }
239
239
  ],
240
+ "direction": "horizontal",
241
+ "gap": "sm",
240
242
  "type": "stack"
241
243
  }
242
244
  ],
243
- "align": "center",
244
245
  "type": "stack",
245
- "justify": "between",
246
- "direction": "horizontal"
246
+ "justify": "between"
247
247
  },
248
248
  {
249
249
  "type": "divider"
250
250
  },
251
251
  {
252
- "align": "center",
252
+ "type": "stack",
253
253
  "gap": "md",
254
+ "direction": "horizontal",
255
+ "align": "center",
254
256
  "children": [
255
257
  "@trait.TransactionSearch",
256
258
  "@trait.TransactionFilter"
257
- ],
258
- "type": "stack",
259
- "direction": "horizontal"
259
+ ]
260
260
  },
261
261
  "@trait.TransactionStats",
262
262
  "@trait.TransactionGraphs",
@@ -265,7 +265,7 @@
265
265
  },
266
266
  "@trait.TransactionBrowseList"
267
267
  ],
268
- "gap": "lg"
268
+ "type": "stack"
269
269
  }
270
270
  ]
271
271
  ]
@@ -284,34 +284,34 @@
284
284
  "render-ui",
285
285
  "main",
286
286
  {
287
- "type": "stack",
287
+ "className": "py-8",
288
288
  "gap": "md",
289
- "align": "center",
290
289
  "children": [
291
290
  {
292
291
  "name": "bell",
293
292
  "type": "icon"
294
293
  },
295
294
  {
296
- "type": "typography",
297
295
  "content": "No notifications",
296
+ "type": "typography",
298
297
  "variant": "h3"
299
298
  },
300
299
  {
300
+ "type": "typography",
301
301
  "variant": "caption",
302
302
  "color": "muted",
303
- "type": "typography",
304
303
  "content": "You're all caught up."
305
304
  },
306
305
  {
307
- "type": "button",
308
- "action": "INIT",
309
306
  "label": "Back to transactions",
307
+ "action": "INIT",
308
+ "type": "button",
310
309
  "variant": "ghost"
311
310
  }
312
311
  ],
313
312
  "direction": "vertical",
314
- "className": "py-8"
313
+ "type": "stack",
314
+ "align": "center"
315
315
  }
316
316
  ]
317
317
  ]
@@ -324,15 +324,14 @@
324
324
  "ref": "Search.traits.SearchResultSearch",
325
325
  "name": "TransactionSearch",
326
326
  "config": {
327
- "placeholder": "Search transactions…",
328
- "event": "TRANSACTION_SEARCH"
327
+ "event": "TRANSACTION_SEARCH",
328
+ "placeholder": "Search transactions…"
329
329
  }
330
330
  },
331
331
  {
332
332
  "ref": "Filter.traits.FilterTargetFilter",
333
333
  "name": "TransactionFilter",
334
334
  "config": {
335
- "event": "TRANSACTION_FILTER",
336
335
  "filters": [
337
336
  {
338
337
  "filterType": "text",
@@ -340,28 +339,33 @@
340
339
  "field": "category"
341
340
  },
342
341
  {
343
- "label": "Account",
342
+ "filterType": "text",
344
343
  "field": "account",
345
- "filterType": "text"
344
+ "label": "Account"
346
345
  },
347
346
  {
348
- "filterType": "select",
349
- "label": "Type",
350
347
  "options": [
351
348
  "income",
352
349
  "expense"
353
350
  ],
354
- "field": "type"
351
+ "label": "Type",
352
+ "field": "type",
353
+ "filterType": "select"
355
354
  }
356
- ]
355
+ ],
356
+ "event": "TRANSACTION_FILTER"
357
357
  }
358
358
  },
359
359
  {
360
360
  "ref": "Stats.traits.StatsItemStats",
361
361
  "name": "TransactionStats",
362
362
  "config": {
363
+ "title": "Transactions",
363
364
  "metrics": [
364
365
  {
366
+ "aggregation": "sum",
367
+ "label": "Income",
368
+ "icon": "trending-up",
365
369
  "variant": "success",
366
370
  "field": "amount",
367
371
  "format": "currency",
@@ -373,16 +377,11 @@
373
377
  "@row.type",
374
378
  "income"
375
379
  ]
376
- ],
377
- "aggregation": "sum",
378
- "icon": "trending-up",
379
- "label": "Income"
380
+ ]
380
381
  },
381
382
  {
383
+ "format": "currency",
382
384
  "variant": "error",
383
- "field": "amount",
384
- "icon": "trending-down",
385
- "aggregation": "sum",
386
385
  "label": "Expenses",
387
386
  "filter": [
388
387
  "fn",
@@ -393,17 +392,18 @@
393
392
  "expense"
394
393
  ]
395
394
  ],
396
- "format": "currency"
395
+ "aggregation": "sum",
396
+ "field": "amount",
397
+ "icon": "trending-down"
397
398
  },
398
399
  {
399
- "aggregation": "count",
400
+ "variant": "primary",
400
401
  "label": "Savings Rate",
401
- "icon": "percent",
402
402
  "format": "number",
403
- "variant": "primary"
403
+ "aggregation": "count",
404
+ "icon": "percent"
404
405
  }
405
- ],
406
- "title": "Transactions"
406
+ ]
407
407
  },
408
408
  "listens": [
409
409
  {
@@ -420,14 +420,14 @@
420
420
  "ref": "Graphs.traits.GraphItemGraph",
421
421
  "name": "TransactionGraphs",
422
422
  "config": {
423
- "chartType": "pie",
424
423
  "valueField": "amount",
425
424
  "showLegend": true,
426
- "subtitle": "Distribution across categories",
427
- "height": 240.0,
428
- "title": "Spending by Category",
429
425
  "categoryField": "category",
430
- "aggregation": "sum"
426
+ "chartType": "pie",
427
+ "aggregation": "sum",
428
+ "height": 240.0,
429
+ "subtitle": "Distribution across categories",
430
+ "title": "Spending by Category"
431
431
  },
432
432
  "listens": [
433
433
  {
@@ -445,50 +445,50 @@
445
445
  "name": "TransactionBrowseList",
446
446
  "linkedEntity": "Transaction",
447
447
  "config": {
448
- "gap": "sm",
449
448
  "fields": [
450
449
  {
451
- "name": "date",
452
450
  "variant": "caption",
453
- "format": "date"
451
+ "format": "date",
452
+ "name": "date"
454
453
  },
455
454
  {
456
455
  "name": "description",
457
- "icon": "receipt",
458
- "variant": "h4"
456
+ "variant": "h4",
457
+ "icon": "receipt"
459
458
  },
460
459
  {
461
460
  "name": "category",
462
461
  "variant": "badge"
463
462
  },
464
463
  {
465
- "format": "currency",
464
+ "name": "amount",
466
465
  "variant": "h4",
467
- "name": "amount"
466
+ "format": "currency"
468
467
  },
469
468
  {
470
- "variant": "badge",
471
- "name": "type"
469
+ "name": "type",
470
+ "variant": "badge"
472
471
  }
473
472
  ],
473
+ "cols": 1.0,
474
474
  "itemActions": [
475
475
  {
476
- "variant": "ghost",
477
476
  "event": "VIEW",
477
+ "variant": "ghost",
478
478
  "label": "View"
479
479
  },
480
480
  {
481
- "event": "EDIT",
482
481
  "variant": "ghost",
483
- "label": "Edit"
482
+ "label": "Edit",
483
+ "event": "EDIT"
484
484
  },
485
485
  {
486
- "event": "DELETE",
486
+ "variant": "danger",
487
487
  "label": "Delete",
488
- "variant": "danger"
488
+ "event": "DELETE"
489
489
  }
490
490
  ],
491
- "cols": 1.0
491
+ "gap": "sm"
492
492
  },
493
493
  "listens": [
494
494
  {
@@ -539,6 +539,8 @@
539
539
  "linkedEntity": "Transaction",
540
540
  "config": {
541
541
  "mode": "create",
542
+ "icon": "plus-circle",
543
+ "title": "Add Transaction",
542
544
  "fields": [
543
545
  "description",
544
546
  "amount",
@@ -546,9 +548,7 @@
546
548
  "account",
547
549
  "type",
548
550
  "date"
549
- ],
550
- "icon": "plus-circle",
551
- "title": "Add Transaction"
551
+ ]
552
552
  },
553
553
  "events": {
554
554
  "OPEN": "CREATE"
@@ -570,6 +570,7 @@
570
570
  "linkedEntity": "Transaction",
571
571
  "config": {
572
572
  "icon": "edit",
573
+ "title": "Edit Transaction",
573
574
  "fields": [
574
575
  "description",
575
576
  "amount",
@@ -578,7 +579,6 @@
578
579
  "type",
579
580
  "date"
580
581
  ],
581
- "title": "Edit Transaction",
582
582
  "mode": "edit"
583
583
  },
584
584
  "events": {
@@ -601,6 +601,7 @@
601
601
  "linkedEntity": "Transaction",
602
602
  "config": {
603
603
  "title": "View Transaction",
604
+ "mode": "edit",
604
605
  "fields": [
605
606
  "description",
606
607
  "amount",
@@ -609,8 +610,7 @@
609
610
  "type",
610
611
  "date"
611
612
  ],
612
- "icon": "eye",
613
- "mode": "edit"
613
+ "icon": "eye"
614
614
  },
615
615
  "events": {
616
616
  "OPEN": "VIEW"
@@ -925,28 +925,28 @@
925
925
  "name": "FinanceSummaryAppLayout",
926
926
  "linkedEntity": "FinanceSummary",
927
927
  "config": {
928
- "notificationClickEvent": "FINANCE_SUMMARY_NOTIFICATIONS_OPEN",
929
928
  "notifications": [],
929
+ "contentTrait": "@trait.FinanceSummaryDisplay",
930
930
  "navItems": [
931
931
  {
932
- "label": "Transactions",
933
932
  "href": "/transactions",
933
+ "label": "Transactions",
934
934
  "icon": "receipt"
935
935
  },
936
936
  {
937
- "label": "Summary",
938
937
  "href": "/summary",
939
- "icon": "layout-list"
938
+ "icon": "layout-list",
939
+ "label": "Summary"
940
940
  },
941
941
  {
942
- "icon": "bar-chart",
942
+ "label": "Reports",
943
943
  "href": "/reports",
944
- "label": "Reports"
944
+ "icon": "bar-chart"
945
945
  }
946
946
  ],
947
- "appName": "Finance Tracker",
948
- "contentTrait": "@trait.FinanceSummaryDisplay",
949
- "searchEvent": "FINANCE_SUMMARY_SEARCH"
947
+ "searchEvent": "FINANCE_SUMMARY_SEARCH",
948
+ "notificationClickEvent": "FINANCE_SUMMARY_NOTIFICATIONS_OPEN",
949
+ "appName": "Finance Tracker"
950
950
  },
951
951
  "events": {
952
952
  "NOTIFY_CLICK": "FINANCE_SUMMARY_NOTIFICATIONS_OPEN",
@@ -1066,14 +1066,12 @@
1066
1066
  "render-ui",
1067
1067
  "main",
1068
1068
  {
1069
- "className": "max-w-5xl mx-auto w-full",
1070
- "type": "stack",
1071
1069
  "children": [
1072
1070
  {
1073
1071
  "items": [
1074
1072
  {
1075
- "href": "/",
1076
- "label": "Home"
1073
+ "label": "Home",
1074
+ "href": "/"
1077
1075
  },
1078
1076
  {
1079
1077
  "label": "Financial Summary"
@@ -1082,17 +1080,12 @@
1082
1080
  "type": "breadcrumb"
1083
1081
  },
1084
1082
  {
1085
- "type": "stack",
1086
- "gap": "md",
1087
1083
  "direction": "horizontal",
1088
- "align": "center",
1084
+ "gap": "md",
1089
1085
  "justify": "between",
1090
1086
  "children": [
1091
1087
  {
1092
- "align": "center",
1093
- "type": "stack",
1094
1088
  "direction": "horizontal",
1095
- "gap": "sm",
1096
1089
  "children": [
1097
1090
  {
1098
1091
  "type": "icon",
@@ -1100,19 +1093,24 @@
1100
1093
  },
1101
1094
  {
1102
1095
  "type": "typography",
1103
- "variant": "h2",
1104
- "content": "Financial Summary"
1096
+ "content": "Financial Summary",
1097
+ "variant": "h2"
1105
1098
  }
1106
- ]
1099
+ ],
1100
+ "type": "stack",
1101
+ "align": "center",
1102
+ "gap": "sm"
1107
1103
  },
1108
1104
  {
1109
1105
  "type": "button",
1110
- "label": "Refresh",
1111
- "variant": "secondary",
1112
1106
  "icon": "refresh-cw",
1113
- "action": "REFRESH"
1107
+ "label": "Refresh",
1108
+ "action": "REFRESH",
1109
+ "variant": "secondary"
1114
1110
  }
1115
- ]
1111
+ ],
1112
+ "align": "center",
1113
+ "type": "stack"
1116
1114
  },
1117
1115
  {
1118
1116
  "type": "divider"
@@ -1121,39 +1119,41 @@
1121
1119
  "type": "simple-grid",
1122
1120
  "children": [
1123
1121
  {
1122
+ "label": "Total Income",
1124
1123
  "type": "stat-display",
1125
- "variant": "success",
1124
+ "value": "@entity.totalIncome",
1126
1125
  "icon": "trending-up",
1127
- "label": "Total Income",
1128
- "value": "@entity.totalIncome"
1126
+ "variant": "success"
1129
1127
  },
1130
1128
  {
1131
- "icon": "trending-down",
1132
- "value": "@entity.totalExpenses",
1133
1129
  "type": "stat-display",
1130
+ "variant": "error",
1134
1131
  "label": "Total Expenses",
1135
- "variant": "error"
1132
+ "value": "@entity.totalExpenses",
1133
+ "icon": "trending-down"
1136
1134
  },
1137
1135
  {
1138
- "type": "stat-display",
1139
1136
  "icon": "wallet",
1140
- "label": "Balance",
1141
1137
  "value": "@entity.balance",
1142
- "variant": "primary"
1138
+ "label": "Balance",
1139
+ "variant": "primary",
1140
+ "type": "stat-display"
1143
1141
  },
1144
1142
  {
1145
- "icon": "percent",
1146
- "variant": "primary",
1147
- "label": "Savings Rate",
1148
1143
  "type": "stat-display",
1149
- "value": "@entity.savingsRate"
1144
+ "label": "Savings Rate",
1145
+ "value": "@entity.savingsRate",
1146
+ "icon": "percent",
1147
+ "variant": "primary"
1150
1148
  }
1151
1149
  ],
1152
1150
  "cols": 4.0
1153
1151
  }
1154
1152
  ],
1153
+ "type": "stack",
1155
1154
  "gap": "lg",
1156
- "direction": "vertical"
1155
+ "direction": "vertical",
1156
+ "className": "max-w-5xl mx-auto w-full"
1157
1157
  }
1158
1158
  ]
1159
1159
  ]
@@ -1168,8 +1168,8 @@
1168
1168
  "FinanceSummary",
1169
1169
  {
1170
1170
  "emit": {
1171
- "success": "FinanceSummaryLoaded",
1172
- "failure": "FinanceSummaryLoadFailed"
1171
+ "failure": "FinanceSummaryLoadFailed",
1172
+ "success": "FinanceSummaryLoaded"
1173
1173
  }
1174
1174
  }
1175
1175
  ]
@@ -1259,9 +1259,8 @@
1259
1259
  "name": "FinanceReportAppLayout",
1260
1260
  "linkedEntity": "FinanceReport",
1261
1261
  "config": {
1262
- "notifications": [],
1263
- "notificationClickEvent": "FINANCE_REPORT_NOTIFICATIONS_OPEN",
1264
1262
  "appName": "Finance Tracker",
1263
+ "notificationClickEvent": "FINANCE_REPORT_NOTIFICATIONS_OPEN",
1265
1264
  "contentTrait": "@trait.FinanceReportBrowse",
1266
1265
  "searchEvent": "FINANCE_REPORT_SEARCH",
1267
1266
  "navItems": [
@@ -1271,16 +1270,17 @@
1271
1270
  "href": "/transactions"
1272
1271
  },
1273
1272
  {
1274
- "href": "/summary",
1273
+ "icon": "layout-list",
1275
1274
  "label": "Summary",
1276
- "icon": "layout-list"
1275
+ "href": "/summary"
1277
1276
  },
1278
1277
  {
1279
1278
  "icon": "bar-chart",
1280
- "label": "Reports",
1281
- "href": "/reports"
1279
+ "href": "/reports",
1280
+ "label": "Reports"
1282
1281
  }
1283
- ]
1282
+ ],
1283
+ "notifications": []
1284
1284
  },
1285
1285
  "events": {
1286
1286
  "NOTIFY_CLICK": "FINANCE_REPORT_NOTIFICATIONS_OPEN",
@@ -1567,22 +1567,22 @@
1567
1567
  "render-ui",
1568
1568
  "main",
1569
1569
  {
1570
- "align": "center",
1571
- "className": "py-12",
1572
- "type": "stack",
1573
- "direction": "vertical",
1574
- "gap": "md",
1575
1570
  "children": [
1576
1571
  {
1577
1572
  "type": "spinner"
1578
1573
  },
1579
1574
  {
1580
- "color": "muted",
1581
- "variant": "caption",
1582
1575
  "content": "Loading…",
1576
+ "variant": "caption",
1577
+ "color": "muted",
1583
1578
  "type": "typography"
1584
1579
  }
1585
- ]
1580
+ ],
1581
+ "type": "stack",
1582
+ "align": "center",
1583
+ "direction": "vertical",
1584
+ "gap": "md",
1585
+ "className": "py-12"
1586
1586
  }
1587
1587
  ]
1588
1588
  ]
@@ -1596,77 +1596,65 @@
1596
1596
  "render-ui",
1597
1597
  "main",
1598
1598
  {
1599
+ "direction": "vertical",
1600
+ "className": "max-w-5xl mx-auto w-full",
1601
+ "type": "stack",
1599
1602
  "children": [
1600
1603
  {
1601
- "justify": "between",
1604
+ "direction": "horizontal",
1602
1605
  "children": [
1603
1606
  {
1604
- "type": "stack",
1605
1607
  "direction": "horizontal",
1606
- "gap": "sm",
1607
1608
  "children": [
1608
1609
  {
1609
1610
  "type": "icon",
1610
1611
  "name": "file-text"
1611
1612
  },
1612
1613
  {
1613
- "content": "Reports",
1614
1614
  "type": "typography",
1615
- "variant": "h2"
1615
+ "variant": "h2",
1616
+ "content": "Reports"
1616
1617
  }
1617
1618
  ],
1618
- "align": "center"
1619
+ "type": "stack",
1620
+ "align": "center",
1621
+ "gap": "sm"
1619
1622
  },
1620
1623
  {
1624
+ "type": "stack",
1625
+ "direction": "horizontal",
1626
+ "gap": "sm",
1621
1627
  "children": [
1622
1628
  {
1629
+ "action": "CREATE",
1623
1630
  "type": "button",
1624
- "icon": "plus",
1625
1631
  "label": "New Report",
1626
- "action": "CREATE",
1627
- "variant": "primary"
1632
+ "variant": "primary",
1633
+ "icon": "plus"
1628
1634
  }
1629
- ],
1630
- "direction": "horizontal",
1631
- "type": "stack",
1632
- "gap": "sm"
1635
+ ]
1633
1636
  }
1634
1637
  ],
1635
1638
  "align": "center",
1636
- "type": "stack",
1637
- "direction": "horizontal",
1638
- "gap": "md"
1639
+ "justify": "between",
1640
+ "gap": "md",
1641
+ "type": "stack"
1639
1642
  },
1640
1643
  {
1641
1644
  "type": "divider"
1642
1645
  },
1643
1646
  {
1647
+ "type": "alert",
1644
1648
  "variant": "info",
1645
- "message": "Generated reports are downloadable as PDF or CSV.",
1646
- "type": "alert"
1649
+ "message": "Generated reports are downloadable as PDF or CSV."
1647
1650
  },
1648
1651
  {
1649
- "itemActions": [
1650
- {
1651
- "label": "Preview",
1652
- "event": "VIEW",
1653
- "variant": "ghost"
1654
- },
1655
- {
1656
- "variant": "primary",
1657
- "event": "EXPORT_PDF",
1658
- "label": "Download PDF"
1659
- },
1660
- {
1661
- "event": "EXPORT_CSV",
1662
- "variant": "ghost",
1663
- "label": "Download CSV"
1664
- }
1665
- ],
1652
+ "variant": "card",
1653
+ "type": "data-list",
1666
1654
  "fields": [
1667
1655
  {
1668
- "icon": "file-text",
1669
1656
  "variant": "h3",
1657
+ "icon": "file-text",
1670
1658
  "name": "title"
1671
1659
  },
1672
1660
  {
@@ -1674,9 +1662,9 @@
1674
1662
  "name": "period"
1675
1663
  },
1676
1664
  {
1677
- "label": "Date Range",
1678
1665
  "variant": "caption",
1679
- "name": "dateRange"
1666
+ "name": "dateRange",
1667
+ "label": "Date Range"
1680
1668
  },
1681
1669
  {
1682
1670
  "format": "currency",
@@ -1684,21 +1672,33 @@
1684
1672
  "variant": "h4"
1685
1673
  },
1686
1674
  {
1687
- "format": "date",
1688
1675
  "label": "Generated",
1689
- "name": "generatedAt",
1690
- "variant": "caption"
1676
+ "format": "date",
1677
+ "variant": "caption",
1678
+ "name": "generatedAt"
1691
1679
  }
1692
1680
  ],
1693
- "variant": "card",
1694
- "type": "data-list",
1695
1681
  "gap": "sm",
1696
- "entity": "@payload.data"
1682
+ "entity": "@payload.data",
1683
+ "itemActions": [
1684
+ {
1685
+ "label": "Preview",
1686
+ "event": "VIEW",
1687
+ "variant": "ghost"
1688
+ },
1689
+ {
1690
+ "label": "Download PDF",
1691
+ "event": "EXPORT_PDF",
1692
+ "variant": "primary"
1693
+ },
1694
+ {
1695
+ "label": "Download CSV",
1696
+ "variant": "ghost",
1697
+ "event": "EXPORT_CSV"
1698
+ }
1699
+ ]
1697
1700
  }
1698
1701
  ],
1699
- "type": "stack",
1700
- "direction": "vertical",
1701
- "className": "max-w-5xl mx-auto w-full",
1702
1702
  "gap": "lg"
1703
1703
  }
1704
1704
  ]
@@ -1714,9 +1714,9 @@
1714
1714
  "main",
1715
1715
  {
1716
1716
  "align": "center",
1717
+ "type": "stack",
1717
1718
  "className": "py-12",
1718
1719
  "gap": "md",
1719
- "type": "stack",
1720
1720
  "direction": "vertical",
1721
1721
  "children": [
1722
1722
  {
@@ -1725,22 +1725,22 @@
1725
1725
  "color": "destructive"
1726
1726
  },
1727
1727
  {
1728
- "type": "typography",
1729
1728
  "variant": "h3",
1729
+ "type": "typography",
1730
1730
  "content": "Failed to load reports"
1731
1731
  },
1732
1732
  {
1733
- "content": "@payload.error",
1734
- "variant": "body",
1733
+ "type": "typography",
1735
1734
  "color": "muted",
1736
- "type": "typography"
1735
+ "content": "@payload.error",
1736
+ "variant": "body"
1737
1737
  },
1738
1738
  {
1739
- "icon": "rotate-ccw",
1740
- "action": "INIT",
1741
- "label": "Retry",
1742
1739
  "type": "button",
1743
- "variant": "primary"
1740
+ "label": "Retry",
1741
+ "action": "INIT",
1742
+ "variant": "primary",
1743
+ "icon": "rotate-ccw"
1744
1744
  }
1745
1745
  ]
1746
1746
  }
@@ -1780,7 +1780,6 @@
1780
1780
  "name": "FinanceReportView",
1781
1781
  "linkedEntity": "FinanceReport",
1782
1782
  "config": {
1783
- "icon": "eye",
1784
1783
  "title": "Report Preview",
1785
1784
  "fields": [
1786
1785
  "title",
@@ -1789,6 +1788,7 @@
1789
1788
  "total",
1790
1789
  "generatedAt"
1791
1790
  ],
1791
+ "icon": "eye",
1792
1792
  "mode": "edit"
1793
1793
  },
1794
1794
  "events": {
@@ -1810,15 +1810,15 @@
1810
1810
  "name": "FinanceReportCreate",
1811
1811
  "linkedEntity": "FinanceReport",
1812
1812
  "config": {
1813
- "icon": "plus-circle",
1814
- "mode": "create",
1815
1813
  "title": "New Report",
1814
+ "mode": "create",
1816
1815
  "fields": [
1817
1816
  "title",
1818
1817
  "period",
1819
1818
  "dateRange",
1820
1819
  "filters"
1821
- ]
1820
+ ],
1821
+ "icon": "plus-circle"
1822
1822
  },
1823
1823
  "events": {
1824
1824
  "OPEN": "CREATE"