@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
@@ -87,23 +87,23 @@
87
87
  "ref": "AppShell.traits.AppLayout",
88
88
  "name": "PostAppLayout",
89
89
  "config": {
90
- "contentTrait": "@trait.FeedCatalog",
91
90
  "notifications": [],
92
- "appName": "SocialFeed",
91
+ "notificationClickEvent": "POST_NOTIFICATIONS_OPEN",
92
+ "searchEvent": "POST_SEARCH",
93
93
  "navItems": [
94
94
  {
95
- "href": "/feed",
96
95
  "label": "Feed",
97
- "icon": "rss"
96
+ "icon": "rss",
97
+ "href": "/feed"
98
98
  },
99
99
  {
100
- "icon": "message-circle",
101
100
  "href": "/comments",
101
+ "icon": "message-circle",
102
102
  "label": "Comments"
103
103
  }
104
104
  ],
105
- "searchEvent": "POST_SEARCH",
106
- "notificationClickEvent": "POST_NOTIFICATIONS_OPEN"
105
+ "contentTrait": "@trait.FeedCatalog",
106
+ "appName": "SocialFeed"
107
107
  },
108
108
  "events": {
109
109
  "SEARCH": "POST_SEARCH",
@@ -190,60 +190,58 @@
190
190
  "render-ui",
191
191
  "main",
192
192
  {
193
- "direction": "vertical",
194
- "gap": "lg",
195
193
  "children": [
196
194
  {
197
- "justify": "between",
195
+ "direction": "horizontal",
196
+ "type": "stack",
197
+ "gap": "md",
198
198
  "children": [
199
199
  {
200
- "align": "center",
201
200
  "type": "stack",
202
- "direction": "horizontal",
203
- "gap": "sm",
204
201
  "children": [
205
202
  {
206
- "type": "icon",
207
- "name": "rss"
203
+ "name": "rss",
204
+ "type": "icon"
208
205
  },
209
206
  {
210
- "type": "typography",
207
+ "content": "Feed",
211
208
  "variant": "h2",
212
- "content": "Feed"
209
+ "type": "typography"
213
210
  }
214
- ]
211
+ ],
212
+ "align": "center",
213
+ "gap": "sm",
214
+ "direction": "horizontal"
215
215
  },
216
216
  {
217
+ "type": "stack",
218
+ "gap": "sm",
219
+ "direction": "horizontal",
217
220
  "children": [
218
221
  {
219
222
  "action": "CREATE",
220
- "label": "New Post",
221
- "type": "button",
223
+ "icon": "plus",
222
224
  "variant": "primary",
223
- "icon": "plus"
225
+ "type": "button",
226
+ "label": "New Post"
224
227
  }
225
- ],
226
- "type": "stack",
227
- "gap": "sm",
228
- "direction": "horizontal"
228
+ ]
229
229
  }
230
230
  ],
231
- "align": "center",
232
- "type": "stack",
233
- "gap": "md",
234
- "direction": "horizontal"
231
+ "justify": "between",
232
+ "align": "center"
235
233
  },
236
234
  {
237
235
  "type": "divider"
238
236
  },
239
237
  {
240
- "align": "center",
241
- "gap": "md",
242
238
  "children": [
243
239
  "@trait.PostSearch"
244
240
  ],
245
- "direction": "horizontal",
246
- "type": "stack"
241
+ "gap": "md",
242
+ "align": "center",
243
+ "type": "stack",
244
+ "direction": "horizontal"
247
245
  },
248
246
  "@trait.PostStats",
249
247
  {
@@ -251,6 +249,8 @@
251
249
  },
252
250
  "@trait.PostBrowseList"
253
251
  ],
252
+ "direction": "vertical",
253
+ "gap": "lg",
254
254
  "type": "stack"
255
255
  }
256
256
  ]
@@ -270,11 +270,10 @@
270
270
  "render-ui",
271
271
  "main",
272
272
  {
273
- "gap": "md",
274
- "className": "py-8",
275
273
  "direction": "vertical",
276
- "align": "center",
274
+ "gap": "md",
277
275
  "type": "stack",
276
+ "align": "center",
278
277
  "children": [
279
278
  {
280
279
  "type": "icon",
@@ -293,11 +292,12 @@
293
292
  },
294
293
  {
295
294
  "type": "button",
296
- "action": "INIT",
297
295
  "label": "Back to feed",
296
+ "action": "INIT",
298
297
  "variant": "ghost"
299
298
  }
300
- ]
299
+ ],
300
+ "className": "py-8"
301
301
  }
302
302
  ]
303
303
  ]
@@ -310,29 +310,27 @@
310
310
  "ref": "Search.traits.SearchResultSearch",
311
311
  "name": "PostSearch",
312
312
  "config": {
313
- "placeholder": "Search posts…",
314
- "event": "POST_SEARCH"
313
+ "event": "POST_SEARCH",
314
+ "placeholder": "Search posts…"
315
315
  }
316
316
  },
317
317
  {
318
318
  "ref": "Stats.traits.StatsItemStats",
319
319
  "name": "PostStats",
320
320
  "config": {
321
- "title": "Feed",
322
321
  "metrics": [
323
322
  {
324
- "label": "Total Posts",
325
- "aggregation": "count",
326
323
  "format": "number",
327
324
  "icon": "rss",
325
+ "aggregation": "count",
326
+ "label": "Total Posts",
328
327
  "variant": "primary"
329
328
  },
330
329
  {
331
- "aggregation": "count",
330
+ "format": "number",
332
331
  "label": "Today",
332
+ "aggregation": "count",
333
333
  "variant": "info",
334
- "format": "number",
335
- "icon": "calendar",
336
334
  "filter": [
337
335
  "fn",
338
336
  "row",
@@ -341,25 +339,27 @@
341
339
  "@row.timestamp",
342
340
  "today"
343
341
  ]
344
- ]
342
+ ],
343
+ "icon": "calendar"
345
344
  },
346
345
  {
346
+ "variant": "default",
347
347
  "format": "text",
348
- "field": "author",
349
348
  "aggregation": "mode",
350
- "variant": "default",
351
349
  "label": "Top Author",
350
+ "field": "author",
352
351
  "icon": "user"
353
352
  },
354
353
  {
354
+ "icon": "hash",
355
+ "field": "tag",
355
356
  "aggregation": "mode",
356
357
  "format": "text",
357
358
  "label": "Top Tag",
358
- "icon": "hash",
359
- "variant": "warning",
360
- "field": "tag"
359
+ "variant": "warning"
361
360
  }
362
- ]
361
+ ],
362
+ "title": "Feed"
363
363
  },
364
364
  "listens": [
365
365
  {
@@ -377,20 +377,19 @@
377
377
  "name": "PostBrowseList",
378
378
  "linkedEntity": "Post",
379
379
  "config": {
380
- "gap": "md",
381
380
  "fields": [
382
381
  {
383
382
  "name": "author",
384
- "variant": "h4",
385
- "icon": "user"
383
+ "icon": "user",
384
+ "variant": "h4"
386
385
  },
387
386
  {
388
387
  "variant": "body",
389
388
  "name": "content"
390
389
  },
391
390
  {
392
- "format": "date",
393
391
  "variant": "caption",
392
+ "format": "date",
394
393
  "name": "timestamp"
395
394
  },
396
395
  {
@@ -399,26 +398,27 @@
399
398
  "variant": "badge"
400
399
  }
401
400
  ],
401
+ "cols": 1.0,
402
402
  "imageField": "image",
403
+ "gap": "md",
404
+ "variant": "card",
403
405
  "itemActions": [
404
406
  {
405
407
  "variant": "ghost",
406
- "label": "View",
407
- "event": "VIEW"
408
+ "event": "VIEW",
409
+ "label": "View"
408
410
  },
409
411
  {
410
- "variant": "ghost",
411
412
  "label": "Edit",
412
- "event": "EDIT"
413
+ "event": "EDIT",
414
+ "variant": "ghost"
413
415
  },
414
416
  {
415
- "event": "DELETE",
417
+ "variant": "danger",
416
418
  "label": "Delete",
417
- "variant": "danger"
419
+ "event": "DELETE"
418
420
  }
419
- ],
420
- "cols": 1.0,
421
- "variant": "card"
421
+ ]
422
422
  },
423
423
  "listens": [
424
424
  {
@@ -460,14 +460,14 @@
460
460
  "name": "PostCreate",
461
461
  "linkedEntity": "Post",
462
462
  "config": {
463
+ "title": "New Post",
464
+ "mode": "create",
463
465
  "fields": [
464
466
  "author",
465
467
  "content",
466
468
  "image",
467
469
  "tag"
468
470
  ],
469
- "title": "New Post",
470
- "mode": "create",
471
471
  "icon": "plus-circle"
472
472
  },
473
473
  "events": {
@@ -489,15 +489,15 @@
489
489
  "name": "PostEdit",
490
490
  "linkedEntity": "Post",
491
491
  "config": {
492
- "title": "Edit Post",
492
+ "icon": "edit",
493
493
  "mode": "edit",
494
+ "title": "Edit Post",
494
495
  "fields": [
495
496
  "author",
496
497
  "content",
497
498
  "image",
498
499
  "tag"
499
- ],
500
- "icon": "edit"
500
+ ]
501
501
  },
502
502
  "events": {
503
503
  "OPEN": "EDIT"
@@ -518,16 +518,16 @@
518
518
  "name": "PostView",
519
519
  "linkedEntity": "Post",
520
520
  "config": {
521
+ "title": "View Post",
521
522
  "icon": "eye",
523
+ "mode": "edit",
522
524
  "fields": [
523
525
  "author",
524
526
  "content",
525
527
  "image",
526
528
  "tag",
527
529
  "likes"
528
- ],
529
- "title": "View Post",
530
- "mode": "edit"
530
+ ]
531
531
  },
532
532
  "events": {
533
533
  "OPEN": "VIEW"
@@ -548,14 +548,14 @@
548
548
  "name": "PostDeleteConfirm",
549
549
  "linkedEntity": "Post",
550
550
  "config": {
551
- "alertMessage": "This action cannot be undone.",
552
551
  "icon": "alert-triangle",
552
+ "confirmLabel": "Delete",
553
553
  "title": "Delete Post",
554
- "confirmLabel": "Delete"
554
+ "alertMessage": "This action cannot be undone."
555
555
  },
556
556
  "events": {
557
- "REQUEST": "DELETE",
558
- "CONFIRM": "CONFIRM_DELETE"
557
+ "CONFIRM": "CONFIRM_DELETE",
558
+ "REQUEST": "DELETE"
559
559
  },
560
560
  "listens": [
561
561
  {
@@ -572,7 +572,6 @@
572
572
  "ref": "Storage.traits.ServiceStorageStorage",
573
573
  "name": "PostImageUpload",
574
574
  "config": {
575
- "acl": "public",
576
575
  "allowedMimeTypes": [
577
576
  "image/png",
578
577
  "image/jpeg",
@@ -581,6 +580,7 @@
581
580
  ],
582
581
  "maxSize": 10485760.0,
583
582
  "uiTrait": "@trait.PostImageUploadForm",
583
+ "acl": "public",
584
584
  "bucket": "social-feed-images"
585
585
  }
586
586
  },
@@ -631,27 +631,27 @@
631
631
  "main",
632
632
  {
633
633
  "type": "stack",
634
- "direction": "vertical",
634
+ "gap": "md",
635
635
  "children": [
636
636
  {
637
- "content": "Attach an image",
638
637
  "variant": "caption",
639
- "type": "typography"
638
+ "type": "typography",
639
+ "content": "Attach an image"
640
640
  },
641
641
  {
642
- "placeholder": "Choose image…",
643
642
  "type": "input",
643
+ "placeholder": "Choose image…",
644
644
  "inputType": "text"
645
645
  },
646
646
  {
647
- "label": "Upload",
648
- "action": "UPLOAD",
649
- "variant": "ghost",
650
647
  "icon": "upload",
651
- "type": "button"
648
+ "type": "button",
649
+ "action": "UPLOAD",
650
+ "label": "Upload",
651
+ "variant": "ghost"
652
652
  }
653
653
  ],
654
- "gap": "md"
654
+ "direction": "vertical"
655
655
  }
656
656
  ]
657
657
  ]
@@ -919,24 +919,24 @@
919
919
  "render-ui",
920
920
  "main",
921
921
  {
922
+ "direction": "horizontal",
923
+ "gap": "sm",
924
+ "align": "center",
925
+ "type": "stack",
922
926
  "children": [
923
927
  {
924
- "action": "LIKE",
925
- "type": "button",
928
+ "icon": "heart",
926
929
  "label": "Like",
927
- "variant": "ghost",
928
- "icon": "heart"
930
+ "type": "button",
931
+ "action": "LIKE",
932
+ "variant": "ghost"
929
933
  },
930
934
  {
931
- "content": "@entity.likes",
935
+ "type": "typography",
932
936
  "variant": "caption",
933
- "type": "typography"
937
+ "content": "@entity.likes"
934
938
  }
935
- ],
936
- "type": "stack",
937
- "direction": "horizontal",
938
- "align": "center",
939
- "gap": "sm"
939
+ ]
940
940
  }
941
941
  ]
942
942
  ]
@@ -1076,23 +1076,23 @@
1076
1076
  "name": "CommentAppLayout",
1077
1077
  "linkedEntity": "Comment",
1078
1078
  "config": {
1079
- "contentTrait": "@trait.CommentDisplay",
1080
- "appName": "SocialFeed",
1081
1079
  "notifications": [],
1080
+ "appName": "SocialFeed",
1081
+ "contentTrait": "@trait.CommentDisplay",
1082
1082
  "searchEvent": "COMMENT_SEARCH",
1083
- "notificationClickEvent": "COMMENT_NOTIFICATIONS_OPEN",
1084
1083
  "navItems": [
1085
1084
  {
1085
+ "icon": "rss",
1086
1086
  "href": "/feed",
1087
- "label": "Feed",
1088
- "icon": "rss"
1087
+ "label": "Feed"
1089
1088
  },
1090
1089
  {
1091
- "label": "Comments",
1092
1090
  "href": "/comments",
1091
+ "label": "Comments",
1093
1092
  "icon": "message-circle"
1094
1093
  }
1095
- ]
1094
+ ],
1095
+ "notificationClickEvent": "COMMENT_NOTIFICATIONS_OPEN"
1096
1096
  },
1097
1097
  "events": {
1098
1098
  "SEARCH": "COMMENT_SEARCH",
@@ -1179,56 +1179,56 @@
1179
1179
  "render-ui",
1180
1180
  "main",
1181
1181
  {
1182
- "direction": "vertical",
1183
- "gap": "lg",
1184
1182
  "children": [
1185
1183
  {
1184
+ "justify": "between",
1185
+ "type": "stack",
1186
+ "gap": "md",
1187
+ "direction": "horizontal",
1186
1188
  "align": "center",
1187
1189
  "children": [
1188
1190
  {
1189
- "align": "center",
1191
+ "type": "stack",
1192
+ "gap": "sm",
1190
1193
  "children": [
1191
1194
  {
1192
- "type": "icon",
1193
- "name": "message-circle"
1195
+ "name": "message-circle",
1196
+ "type": "icon"
1194
1197
  },
1195
1198
  {
1196
- "variant": "h2",
1197
1199
  "type": "typography",
1198
- "content": "Comments"
1200
+ "content": "Comments",
1201
+ "variant": "h2"
1199
1202
  }
1200
1203
  ],
1201
1204
  "direction": "horizontal",
1202
- "type": "stack",
1203
- "gap": "sm"
1205
+ "align": "center"
1204
1206
  },
1205
1207
  {
1208
+ "type": "stack",
1206
1209
  "gap": "sm",
1210
+ "direction": "horizontal",
1207
1211
  "children": [
1208
1212
  {
1209
1213
  "action": "CREATE",
1210
- "variant": "primary",
1211
- "type": "button",
1212
1214
  "label": "New Comment",
1213
- "icon": "edit"
1215
+ "variant": "primary",
1216
+ "icon": "edit",
1217
+ "type": "button"
1214
1218
  }
1215
- ],
1216
- "type": "stack",
1217
- "direction": "horizontal"
1219
+ ]
1218
1220
  }
1219
- ],
1220
- "gap": "md",
1221
- "type": "stack",
1222
- "justify": "between",
1223
- "direction": "horizontal"
1221
+ ]
1224
1222
  },
1225
1223
  {
1226
1224
  "type": "divider"
1227
1225
  },
1228
1226
  "@trait.CommentBrowseList"
1229
1227
  ],
1228
+ "gap": "lg",
1230
1229
  "type": "stack",
1231
- "className": "max-w-5xl mx-auto w-full"
1230
+ "className": "max-w-5xl mx-auto w-full",
1231
+ "direction": "vertical"
1232
1232
  }
1233
1233
  ]
1234
1234
  ]
@@ -1247,34 +1247,34 @@
1247
1247
  "render-ui",
1248
1248
  "main",
1249
1249
  {
1250
- "type": "stack",
1251
1250
  "direction": "vertical",
1252
- "gap": "md",
1253
- "align": "center",
1254
1251
  "className": "py-8",
1255
1252
  "children": [
1256
1253
  {
1257
- "name": "bell",
1258
- "type": "icon"
1254
+ "type": "icon",
1255
+ "name": "bell"
1259
1256
  },
1260
1257
  {
1258
+ "variant": "h3",
1261
1259
  "content": "No notifications",
1262
- "type": "typography",
1263
- "variant": "h3"
1260
+ "type": "typography"
1264
1261
  },
1265
1262
  {
1266
- "content": "You're all caught up.",
1267
- "color": "muted",
1268
1263
  "type": "typography",
1269
- "variant": "caption"
1264
+ "content": "You're all caught up.",
1265
+ "variant": "caption",
1266
+ "color": "muted"
1270
1267
  },
1271
1268
  {
1272
- "variant": "ghost",
1273
- "action": "INIT",
1269
+ "label": "Back to comments",
1274
1270
  "type": "button",
1275
- "label": "Back to comments"
1271
+ "variant": "ghost",
1272
+ "action": "INIT"
1276
1273
  }
1277
- ]
1274
+ ],
1275
+ "gap": "md",
1276
+ "align": "center",
1277
+ "type": "stack"
1278
1278
  }
1279
1279
  ]
1280
1280
  ]
@@ -1291,8 +1291,8 @@
1291
1291
  "fields": [
1292
1292
  {
1293
1293
  "icon": "user",
1294
- "name": "author",
1295
- "variant": "h4"
1294
+ "variant": "h4",
1295
+ "name": "author"
1296
1296
  },
1297
1297
  {
1298
1298
  "name": "body",
@@ -1300,22 +1300,20 @@
1300
1300
  },
1301
1301
  {
1302
1302
  "format": "date",
1303
- "name": "createdAt",
1304
- "variant": "caption"
1303
+ "variant": "caption",
1304
+ "name": "createdAt"
1305
1305
  }
1306
1306
  ],
1307
- "variant": "card",
1308
- "cols": 1.0,
1309
1307
  "itemActions": [
1310
1308
  {
1311
- "variant": "ghost",
1312
1309
  "label": "View",
1313
- "event": "VIEW"
1310
+ "event": "VIEW",
1311
+ "variant": "ghost"
1314
1312
  },
1315
1313
  {
1316
- "event": "EDIT",
1317
1314
  "variant": "ghost",
1318
- "label": "Edit"
1315
+ "label": "Edit",
1316
+ "event": "EDIT"
1319
1317
  },
1320
1318
  {
1321
1319
  "label": "Delete",
@@ -1323,7 +1321,9 @@
1323
1321
  "variant": "danger"
1324
1322
  }
1325
1323
  ],
1326
- "gap": "sm"
1324
+ "cols": 1.0,
1325
+ "gap": "sm",
1326
+ "variant": "card"
1327
1327
  },
1328
1328
  "listens": [
1329
1329
  {
@@ -1357,13 +1357,13 @@
1357
1357
  "name": "CommentCreate",
1358
1358
  "linkedEntity": "Comment",
1359
1359
  "config": {
1360
- "mode": "create",
1361
1360
  "fields": [
1362
1361
  "postId",
1363
1362
  "author",
1364
1363
  "body"
1365
1364
  ],
1366
1365
  "title": "New Comment",
1366
+ "mode": "create",
1367
1367
  "icon": "plus-circle"
1368
1368
  },
1369
1369
  "events": {
@@ -1385,13 +1385,13 @@
1385
1385
  "name": "CommentEdit",
1386
1386
  "linkedEntity": "Comment",
1387
1387
  "config": {
1388
- "icon": "edit",
1389
1388
  "fields": [
1390
1389
  "postId",
1391
1390
  "author",
1392
1391
  "body"
1393
1392
  ],
1394
1393
  "mode": "edit",
1394
+ "icon": "edit",
1395
1395
  "title": "Edit Comment"
1396
1396
  },
1397
1397
  "events": {
@@ -1420,8 +1420,8 @@
1420
1420
  "createdAt"
1421
1421
  ],
1422
1422
  "icon": "eye",
1423
- "title": "View Comment",
1424
- "mode": "edit"
1423
+ "mode": "edit",
1424
+ "title": "View Comment"
1425
1425
  },
1426
1426
  "events": {
1427
1427
  "OPEN": "VIEW"
@@ -1442,9 +1442,9 @@
1442
1442
  "name": "CommentDeleteConfirm",
1443
1443
  "linkedEntity": "Comment",
1444
1444
  "config": {
1445
- "alertMessage": "This action cannot be undone.",
1446
- "title": "Delete Comment",
1447
1445
  "icon": "alert-triangle",
1446
+ "title": "Delete Comment",
1447
+ "alertMessage": "This action cannot be undone.",
1448
1448
  "confirmLabel": "Delete"
1449
1449
  },
1450
1450
  "events": {