@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
@@ -107,37 +107,37 @@
107
107
  "ref": "AppShell.traits.AppLayout",
108
108
  "name": "ArticleAppLayout",
109
109
  "config": {
110
- "searchEvent": "ARTICLE_SEARCH",
111
- "notifications": [],
112
- "appName": "CmsApp",
113
- "contentTrait": "@trait.ArticleCatalog",
114
110
  "navItems": [
115
111
  {
112
+ "icon": "layout-grid",
116
113
  "label": "CMS Hub",
117
- "href": "/cms-hub",
118
- "icon": "layout-grid"
114
+ "href": "/cms-hub"
119
115
  },
120
116
  {
121
117
  "icon": "file-text",
122
- "href": "/articles",
123
- "label": "Articles"
118
+ "label": "Articles",
119
+ "href": "/articles"
124
120
  },
125
121
  {
126
- "label": "Media",
127
122
  "href": "/media",
123
+ "label": "Media",
128
124
  "icon": "image"
129
125
  },
130
126
  {
131
- "label": "Categories",
132
127
  "href": "/categories",
133
- "icon": "folder"
128
+ "icon": "folder",
129
+ "label": "Categories"
134
130
  }
135
131
  ],
132
+ "notifications": [],
133
+ "searchEvent": "ARTICLE_SEARCH",
134
+ "appName": "CmsApp",
135
+ "contentTrait": "@trait.ArticleCatalog",
136
136
  "notificationClickEvent": "ARTICLE_NOTIFICATIONS_OPEN"
137
137
  },
138
138
  "events": {
139
- "SEARCH": "ARTICLE_SEARCH",
140
- "NOTIFY_CLICK": "ARTICLE_NOTIFICATIONS_OPEN"
139
+ "NOTIFY_CLICK": "ARTICLE_NOTIFICATIONS_OPEN",
140
+ "SEARCH": "ARTICLE_SEARCH"
141
141
  }
142
142
  },
143
143
  {
@@ -220,46 +220,46 @@
220
220
  "render-ui",
221
221
  "main",
222
222
  {
223
- "type": "stack",
224
223
  "direction": "vertical",
224
+ "type": "stack",
225
225
  "children": [
226
226
  {
227
- "justify": "between",
228
- "align": "center",
227
+ "direction": "horizontal",
229
228
  "children": [
230
229
  {
230
+ "align": "center",
231
+ "direction": "horizontal",
231
232
  "children": [
232
233
  {
233
234
  "type": "icon",
234
235
  "name": "file-text"
235
236
  },
236
237
  {
237
- "type": "typography",
238
238
  "variant": "h2",
239
+ "type": "typography",
239
240
  "content": "Articles"
240
241
  }
241
242
  ],
242
243
  "gap": "sm",
243
- "align": "center",
244
- "direction": "horizontal",
245
244
  "type": "stack"
246
245
  },
247
246
  {
247
+ "direction": "horizontal",
248
248
  "gap": "sm",
249
249
  "children": [
250
250
  {
251
- "icon": "plus",
252
- "variant": "primary",
253
251
  "label": "Create Article",
252
+ "icon": "plus",
253
+ "type": "button",
254
254
  "action": "CREATE",
255
- "type": "button"
255
+ "variant": "primary"
256
256
  }
257
257
  ],
258
- "direction": "horizontal",
259
258
  "type": "stack"
260
259
  }
261
260
  ],
262
- "direction": "horizontal",
261
+ "justify": "between",
262
+ "align": "center",
263
263
  "gap": "md",
264
264
  "type": "stack"
265
265
  },
@@ -267,13 +267,13 @@
267
267
  "type": "divider"
268
268
  },
269
269
  {
270
- "direction": "horizontal",
270
+ "type": "stack",
271
271
  "gap": "sm",
272
+ "direction": "horizontal",
272
273
  "children": [
273
274
  "@trait.ArticleSearch",
274
275
  "@trait.ArticleFilter"
275
- ],
276
- "type": "stack"
276
+ ]
277
277
  },
278
278
  "@trait.ArticleStats",
279
279
  "@trait.ArticleGraphs",
@@ -304,26 +304,26 @@
304
304
  "name": "bell"
305
305
  },
306
306
  {
307
- "content": "No notifications",
307
+ "type": "typography",
308
308
  "variant": "h3",
309
- "type": "typography"
309
+ "content": "No notifications"
310
310
  },
311
311
  {
312
- "type": "typography",
312
+ "content": "You're all caught up.",
313
313
  "color": "muted",
314
314
  "variant": "caption",
315
- "content": "You're all caught up."
315
+ "type": "typography"
316
316
  },
317
317
  {
318
- "variant": "ghost",
319
318
  "label": "Back to articles",
319
+ "variant": "ghost",
320
320
  "action": "INIT",
321
321
  "type": "button"
322
322
  }
323
323
  ],
324
- "type": "stack",
325
324
  "direction": "vertical",
326
325
  "gap": "md",
326
+ "type": "stack",
327
327
  "align": "center",
328
328
  "className": "py-8"
329
329
  }
@@ -339,31 +339,14 @@
339
339
  "name": "ArticleBrowseList",
340
340
  "linkedEntity": "Article",
341
341
  "config": {
342
- "imageField": "heroImage",
342
+ "cols": 1.0,
343
343
  "gap": "sm",
344
344
  "variant": "card",
345
- "itemActions": [
346
- {
347
- "event": "VIEW",
348
- "variant": "ghost",
349
- "label": "View"
350
- },
351
- {
352
- "event": "EDIT",
353
- "label": "Edit",
354
- "variant": "ghost"
355
- },
356
- {
357
- "event": "DELETE",
358
- "variant": "danger",
359
- "label": "Delete"
360
- }
361
- ],
362
345
  "fields": [
363
346
  {
364
- "icon": "file-text",
365
347
  "name": "title",
366
- "variant": "h3"
348
+ "variant": "h3",
349
+ "icon": "file-text"
367
350
  },
368
351
  {
369
352
  "name": "status",
@@ -374,15 +357,32 @@
374
357
  "variant": "caption"
375
358
  },
376
359
  {
377
- "name": "category",
378
- "variant": "badge"
360
+ "variant": "badge",
361
+ "name": "category"
379
362
  },
380
363
  {
381
364
  "name": "publishedAt",
382
365
  "variant": "caption"
383
366
  }
384
367
  ],
385
- "cols": 1.0
368
+ "imageField": "heroImage",
369
+ "itemActions": [
370
+ {
371
+ "label": "View",
372
+ "event": "VIEW",
373
+ "variant": "ghost"
374
+ },
375
+ {
376
+ "event": "EDIT",
377
+ "label": "Edit",
378
+ "variant": "ghost"
379
+ },
380
+ {
381
+ "variant": "danger",
382
+ "label": "Delete",
383
+ "event": "DELETE"
384
+ }
385
+ ]
386
386
  },
387
387
  "listens": [
388
388
  {
@@ -415,8 +415,8 @@
415
415
  "ref": "Search.traits.SearchResultSearch",
416
416
  "name": "ArticleSearch",
417
417
  "config": {
418
- "searchEvent": "ARTICLE_SEARCH",
419
- "placeholder": "Search articles..."
418
+ "placeholder": "Search articles...",
419
+ "searchEvent": "ARTICLE_SEARCH"
420
420
  }
421
421
  },
422
422
  {
@@ -425,8 +425,8 @@
425
425
  "config": {
426
426
  "facets": [
427
427
  {
428
- "label": "Status",
429
428
  "field": "status",
429
+ "label": "Status",
430
430
  "values": [
431
431
  "draft",
432
432
  "published",
@@ -434,9 +434,9 @@
434
434
  ]
435
435
  },
436
436
  {
437
+ "values": [],
437
438
  "label": "Category",
438
- "field": "category",
439
- "values": []
439
+ "field": "category"
440
440
  }
441
441
  ]
442
442
  }
@@ -451,18 +451,18 @@
451
451
  "label": "Total"
452
452
  },
453
453
  {
454
- "aggregation": "count",
455
454
  "filter": {
456
455
  "status": "published"
457
456
  },
457
+ "aggregation": "count",
458
458
  "label": "Published"
459
459
  },
460
460
  {
461
461
  "aggregation": "count",
462
+ "label": "Drafts",
462
463
  "filter": {
463
464
  "status": "draft"
464
- },
465
- "label": "Drafts"
465
+ }
466
466
  }
467
467
  ]
468
468
  },
@@ -481,9 +481,9 @@
481
481
  "ref": "Graphs.traits.GraphItemGraph",
482
482
  "name": "ArticleGraphs",
483
483
  "config": {
484
- "chartType": "pie",
485
484
  "categoryField": "status",
486
- "title": "Articles by Status"
485
+ "title": "Articles by Status",
486
+ "chartType": "pie"
487
487
  },
488
488
  "listens": [
489
489
  {
@@ -501,9 +501,8 @@
501
501
  "name": "ArticleCreate",
502
502
  "linkedEntity": "Article",
503
503
  "config": {
504
- "title": "Create Article",
505
- "mode": "create",
506
504
  "icon": "plus-circle",
505
+ "title": "Create Article",
507
506
  "fields": [
508
507
  "title",
509
508
  "slug",
@@ -513,7 +512,8 @@
513
512
  "status",
514
513
  "publishedAt",
515
514
  "heroImage"
516
- ]
515
+ ],
516
+ "mode": "create"
517
517
  },
518
518
  "events": {
519
519
  "OPEN": "CREATE"
@@ -534,6 +534,7 @@
534
534
  "name": "ArticleEdit",
535
535
  "linkedEntity": "Article",
536
536
  "config": {
537
+ "title": "Edit Article",
537
538
  "fields": [
538
539
  "title",
539
540
  "slug",
@@ -545,8 +546,7 @@
545
546
  "heroImage"
546
547
  ],
547
548
  "mode": "edit",
548
- "icon": "edit",
549
- "title": "Edit Article"
549
+ "icon": "edit"
550
550
  },
551
551
  "events": {
552
552
  "OPEN": "EDIT"
@@ -568,6 +568,8 @@
568
568
  "linkedEntity": "Article",
569
569
  "config": {
570
570
  "icon": "eye",
571
+ "mode": "view",
572
+ "title": "View Article",
571
573
  "fields": [
572
574
  "title",
573
575
  "slug",
@@ -577,9 +579,7 @@
577
579
  "status",
578
580
  "publishedAt",
579
581
  "heroImage"
580
- ],
581
- "title": "View Article",
582
- "mode": "view"
582
+ ]
583
583
  },
584
584
  "events": {
585
585
  "OPEN": "VIEW"
@@ -601,9 +601,9 @@
601
601
  "linkedEntity": "Article",
602
602
  "config": {
603
603
  "confirmLabel": "Delete",
604
+ "icon": "alert-triangle",
604
605
  "title": "Delete Article",
605
- "alertMessage": "This action cannot be undone.",
606
- "icon": "alert-triangle"
606
+ "alertMessage": "This action cannot be undone."
607
607
  },
608
608
  "events": {
609
609
  "REQUEST": "DELETE",
@@ -716,23 +716,23 @@
716
716
  "render-ui",
717
717
  "main",
718
718
  {
719
- "type": "stack",
720
- "direction": "vertical",
721
719
  "gap": "sm",
720
+ "direction": "vertical",
722
721
  "children": [
723
722
  {
724
- "placeholder": "Paste hero image URL...",
723
+ "type": "input",
725
724
  "inputType": "text",
726
- "type": "input"
725
+ "placeholder": "Paste hero image URL..."
727
726
  },
728
727
  {
729
- "type": "button",
728
+ "label": "Upload Hero",
730
729
  "variant": "secondary",
730
+ "type": "button",
731
731
  "icon": "upload",
732
- "label": "Upload Hero",
733
732
  "action": "UPLOAD"
734
733
  }
735
- ]
734
+ ],
735
+ "type": "stack"
736
736
  }
737
737
  ]
738
738
  ]
@@ -747,8 +747,8 @@
747
747
  "storage",
748
748
  "upload",
749
749
  {
750
- "acl": "public",
751
750
  "bucket": "articles",
751
+ "acl": "public",
752
752
  "file": "@payload.file"
753
753
  },
754
754
  {
@@ -1073,6 +1073,10 @@
1073
1073
  "name": "MediaAssetAppLayout",
1074
1074
  "linkedEntity": "MediaAsset",
1075
1075
  "config": {
1076
+ "notifications": [],
1077
+ "notificationClickEvent": "MEDIA_NOTIFICATIONS_OPEN",
1078
+ "contentTrait": "@trait.MediaCatalog",
1079
+ "appName": "CmsApp",
1076
1080
  "navItems": [
1077
1081
  {
1078
1082
  "label": "CMS Hub",
@@ -1080,26 +1084,22 @@
1080
1084
  "icon": "layout-grid"
1081
1085
  },
1082
1086
  {
1083
- "icon": "file-text",
1084
1087
  "label": "Articles",
1085
- "href": "/articles"
1088
+ "href": "/articles",
1089
+ "icon": "file-text"
1086
1090
  },
1087
1091
  {
1088
- "icon": "image",
1089
1092
  "label": "Media",
1090
- "href": "/media"
1093
+ "href": "/media",
1094
+ "icon": "image"
1091
1095
  },
1092
1096
  {
1093
- "href": "/categories",
1094
1097
  "label": "Categories",
1098
+ "href": "/categories",
1095
1099
  "icon": "folder"
1096
1100
  }
1097
1101
  ],
1098
- "searchEvent": "MEDIA_SEARCH",
1099
- "notifications": [],
1100
- "notificationClickEvent": "MEDIA_NOTIFICATIONS_OPEN",
1101
- "contentTrait": "@trait.MediaCatalog",
1102
- "appName": "CmsApp"
1102
+ "searchEvent": "MEDIA_SEARCH"
1103
1103
  },
1104
1104
  "events": {
1105
1105
  "SEARCH": "MEDIA_SEARCH",
@@ -1148,49 +1148,72 @@
1148
1148
  "render-ui",
1149
1149
  "main",
1150
1150
  {
1151
+ "appName": "CmsApp",
1152
+ "navItems": [
1153
+ {
1154
+ "icon": "layout-grid",
1155
+ "label": "CMS Hub",
1156
+ "href": "/cms-hub"
1157
+ },
1158
+ {
1159
+ "href": "/articles",
1160
+ "icon": "file-text",
1161
+ "label": "Articles"
1162
+ },
1163
+ {
1164
+ "label": "Media",
1165
+ "href": "/media",
1166
+ "icon": "image"
1167
+ },
1168
+ {
1169
+ "href": "/categories",
1170
+ "icon": "folder",
1171
+ "label": "Categories"
1172
+ }
1173
+ ],
1151
1174
  "type": "dashboard-layout",
1152
1175
  "children": [
1153
1176
  {
1154
1177
  "children": [
1155
1178
  {
1156
- "gap": "md",
1157
- "justify": "between",
1179
+ "align": "center",
1158
1180
  "children": [
1159
1181
  {
1160
- "direction": "horizontal",
1161
- "type": "stack",
1162
1182
  "gap": "sm",
1183
+ "direction": "horizontal",
1184
+ "align": "center",
1163
1185
  "children": [
1164
1186
  {
1165
- "type": "icon",
1166
- "name": "image"
1187
+ "name": "image",
1188
+ "type": "icon"
1167
1189
  },
1168
1190
  {
1169
- "type": "typography",
1170
1191
  "variant": "h2",
1192
+ "type": "typography",
1171
1193
  "content": "Media Library"
1172
1194
  }
1173
1195
  ],
1174
- "align": "center"
1196
+ "type": "stack"
1175
1197
  },
1176
1198
  {
1177
1199
  "gap": "sm",
1200
+ "type": "stack",
1201
+ "direction": "horizontal",
1178
1202
  "children": [
1179
1203
  {
1180
- "icon": "plus",
1204
+ "action": "CREATE",
1205
+ "variant": "secondary",
1181
1206
  "type": "button",
1182
1207
  "label": "Create MediaAsset",
1183
- "variant": "secondary",
1184
- "action": "CREATE"
1208
+ "icon": "plus"
1185
1209
  }
1186
- ],
1187
- "direction": "horizontal",
1188
- "type": "stack"
1210
+ ]
1189
1211
  }
1190
1212
  ],
1191
- "direction": "horizontal",
1192
- "align": "center",
1193
- "type": "stack"
1213
+ "justify": "between",
1214
+ "gap": "md",
1215
+ "type": "stack",
1216
+ "direction": "horizontal"
1194
1217
  },
1195
1218
  {
1196
1219
  "type": "divider"
@@ -1199,32 +1222,9 @@
1199
1222
  "@trait.MediaAssetGallery"
1200
1223
  ],
1201
1224
  "type": "stack",
1202
- "gap": "lg",
1225
+ "className": "max-w-5xl mx-auto w-full",
1203
1226
  "direction": "vertical",
1204
- "className": "max-w-5xl mx-auto w-full"
1205
- }
1206
- ],
1207
- "appName": "CmsApp",
1208
- "navItems": [
1209
- {
1210
- "href": "/cms-hub",
1211
- "label": "CMS Hub",
1212
- "icon": "layout-grid"
1213
- },
1214
- {
1215
- "label": "Articles",
1216
- "href": "/articles",
1217
- "icon": "file-text"
1218
- },
1219
- {
1220
- "href": "/media",
1221
- "icon": "image",
1222
- "label": "Media"
1223
- },
1224
- {
1225
- "icon": "folder",
1226
- "label": "Categories",
1227
- "href": "/categories"
1227
+ "gap": "lg"
1228
1228
  }
1229
1229
  ]
1230
1230
  }
@@ -1240,9 +1240,9 @@
1240
1240
  "name": "MediaAssetGallery",
1241
1241
  "linkedEntity": "MediaAsset",
1242
1242
  "config": {
1243
+ "gap": "md",
1243
1244
  "titleField": "name",
1244
1245
  "cols": 4.0,
1245
- "gap": "md",
1246
1246
  "imageField": "url"
1247
1247
  },
1248
1248
  "listens": [
@@ -1407,24 +1407,24 @@
1407
1407
  "render-ui",
1408
1408
  "main",
1409
1409
  {
1410
+ "type": "stack",
1411
+ "align": "center",
1410
1412
  "direction": "vertical",
1411
1413
  "gap": "sm",
1412
1414
  "children": [
1413
1415
  {
1414
- "type": "input",
1415
1416
  "inputType": "text",
1416
- "placeholder": "Paste file URL..."
1417
+ "placeholder": "Paste file URL...",
1418
+ "type": "input"
1417
1419
  },
1418
1420
  {
1419
- "variant": "primary",
1421
+ "label": "Upload File",
1420
1422
  "type": "button",
1423
+ "variant": "primary",
1421
1424
  "action": "UPLOAD",
1422
- "icon": "upload",
1423
- "label": "Upload File"
1425
+ "icon": "upload"
1424
1426
  }
1425
- ],
1426
- "type": "stack",
1427
- "align": "center"
1427
+ ]
1428
1428
  }
1429
1429
  ]
1430
1430
  ]
@@ -1439,9 +1439,9 @@
1439
1439
  "storage",
1440
1440
  "upload",
1441
1441
  {
1442
+ "bucket": "media",
1442
1443
  "acl": "public",
1443
- "file": "@payload.file",
1444
- "bucket": "media"
1444
+ "file": "@payload.file"
1445
1445
  },
1446
1446
  {
1447
1447
  "emit": {
@@ -1454,9 +1454,9 @@
1454
1454
  "render-ui",
1455
1455
  "main",
1456
1456
  {
1457
- "type": "loading-state",
1458
1457
  "title": "Uploading...",
1459
- "message": "Uploading file to storage."
1458
+ "message": "Uploading file to storage.",
1459
+ "type": "loading-state"
1460
1460
  }
1461
1461
  ]
1462
1462
  ]
@@ -1471,14 +1471,14 @@
1471
1471
  "create",
1472
1472
  "MediaAsset",
1473
1473
  {
1474
+ "type": "image",
1474
1475
  "name": "@payload.id",
1475
- "url": "@payload.url",
1476
- "type": "image"
1476
+ "url": "@payload.url"
1477
1477
  },
1478
1478
  {
1479
1479
  "emit": {
1480
- "failure": "MediaUploadFailed",
1481
- "success": "MediaSaved"
1480
+ "success": "MediaSaved",
1481
+ "failure": "MediaUploadFailed"
1482
1482
  }
1483
1483
  }
1484
1484
  ],
@@ -1494,7 +1494,8 @@
1494
1494
  "render-ui",
1495
1495
  "main",
1496
1496
  {
1497
- "align": "center",
1497
+ "type": "stack",
1498
+ "gap": "sm",
1498
1499
  "children": [
1499
1500
  {
1500
1501
  "type": "icon",
@@ -1506,15 +1507,14 @@
1506
1507
  "variant": "success"
1507
1508
  },
1508
1509
  {
1509
- "type": "button",
1510
+ "label": "Upload Another",
1510
1511
  "action": "INIT",
1511
1512
  "variant": "ghost",
1512
- "label": "Upload Another"
1513
+ "type": "button"
1513
1514
  }
1514
1515
  ],
1515
- "type": "stack",
1516
- "gap": "sm",
1517
- "direction": "vertical"
1516
+ "direction": "vertical",
1517
+ "align": "center"
1518
1518
  }
1519
1519
  ]
1520
1520
  ]
@@ -1528,10 +1528,10 @@
1528
1528
  "render-ui",
1529
1529
  "main",
1530
1530
  {
1531
+ "message": "@payload.error",
1531
1532
  "type": "error-state",
1532
- "title": "Upload Failed",
1533
1533
  "onRetry": "INIT",
1534
- "message": "@payload.error"
1534
+ "title": "Upload Failed"
1535
1535
  }
1536
1536
  ]
1537
1537
  ]
@@ -1545,15 +1545,15 @@
1545
1545
  "name": "MediaAssetCreate",
1546
1546
  "linkedEntity": "MediaAsset",
1547
1547
  "config": {
1548
- "mode": "create",
1549
- "icon": "plus-circle",
1548
+ "title": "Add Media Asset",
1550
1549
  "fields": [
1551
1550
  "name",
1552
1551
  "altText",
1553
1552
  "type",
1554
1553
  "url"
1555
1554
  ],
1556
- "title": "Add Media Asset"
1555
+ "icon": "plus-circle",
1556
+ "mode": "create"
1557
1557
  },
1558
1558
  "events": {
1559
1559
  "OPEN": "CREATE"
@@ -1575,14 +1575,14 @@
1575
1575
  "linkedEntity": "MediaAsset",
1576
1576
  "config": {
1577
1577
  "title": "View Media Asset",
1578
- "mode": "view",
1579
1578
  "icon": "eye",
1580
1579
  "fields": [
1581
1580
  "name",
1582
1581
  "altText",
1583
1582
  "type",
1584
1583
  "url"
1585
- ]
1584
+ ],
1585
+ "mode": "view"
1586
1586
  },
1587
1587
  "events": {
1588
1588
  "OPEN": "VIEW"
@@ -1789,14 +1789,14 @@
1789
1789
  "name": "CategoryAppLayout",
1790
1790
  "linkedEntity": "Category",
1791
1791
  "config": {
1792
- "searchEvent": "CATEGORY_SEARCH",
1793
1792
  "notifications": [],
1794
- "notificationClickEvent": "CATEGORY_NOTIFICATIONS_OPEN",
1793
+ "searchEvent": "CATEGORY_SEARCH",
1794
+ "contentTrait": "@trait.CategoryCatalog",
1795
1795
  "navItems": [
1796
1796
  {
1797
- "label": "CMS Hub",
1797
+ "icon": "layout-grid",
1798
1798
  "href": "/cms-hub",
1799
- "icon": "layout-grid"
1799
+ "label": "CMS Hub"
1800
1800
  },
1801
1801
  {
1802
1802
  "href": "/articles",
@@ -1810,16 +1810,16 @@
1810
1810
  },
1811
1811
  {
1812
1812
  "href": "/categories",
1813
- "icon": "folder",
1814
- "label": "Categories"
1813
+ "label": "Categories",
1814
+ "icon": "folder"
1815
1815
  }
1816
1816
  ],
1817
- "contentTrait": "@trait.CategoryCatalog",
1818
- "appName": "CmsApp"
1817
+ "appName": "CmsApp",
1818
+ "notificationClickEvent": "CATEGORY_NOTIFICATIONS_OPEN"
1819
1819
  },
1820
1820
  "events": {
1821
- "SEARCH": "CATEGORY_SEARCH",
1822
- "NOTIFY_CLICK": "CATEGORY_NOTIFICATIONS_OPEN"
1821
+ "NOTIFY_CLICK": "CATEGORY_NOTIFICATIONS_OPEN",
1822
+ "SEARCH": "CATEGORY_SEARCH"
1823
1823
  }
1824
1824
  },
1825
1825
  {
@@ -1864,83 +1864,83 @@
1864
1864
  "render-ui",
1865
1865
  "main",
1866
1866
  {
1867
- "appName": "CmsApp",
1868
1867
  "type": "dashboard-layout",
1869
- "navItems": [
1870
- {
1871
- "href": "/cms-hub",
1872
- "icon": "layout-grid",
1873
- "label": "CMS Hub"
1874
- },
1875
- {
1876
- "icon": "file-text",
1877
- "label": "Articles",
1878
- "href": "/articles"
1879
- },
1880
- {
1881
- "href": "/media",
1882
- "icon": "image",
1883
- "label": "Media"
1884
- },
1885
- {
1886
- "icon": "folder",
1887
- "label": "Categories",
1888
- "href": "/categories"
1889
- }
1890
- ],
1891
1868
  "children": [
1892
1869
  {
1893
- "gap": "lg",
1894
1870
  "direction": "vertical",
1895
- "className": "max-w-5xl mx-auto w-full",
1896
1871
  "children": [
1897
1872
  {
1898
- "gap": "md",
1899
- "type": "stack",
1900
1873
  "direction": "horizontal",
1901
- "justify": "between",
1874
+ "type": "stack",
1902
1875
  "children": [
1903
1876
  {
1904
1877
  "align": "center",
1878
+ "gap": "sm",
1879
+ "type": "stack",
1880
+ "direction": "horizontal",
1905
1881
  "children": [
1906
1882
  {
1907
- "name": "folder",
1908
- "type": "icon"
1883
+ "type": "icon",
1884
+ "name": "folder"
1909
1885
  },
1910
1886
  {
1911
- "type": "typography",
1912
1887
  "content": "Categories",
1913
- "variant": "h2"
1888
+ "variant": "h2",
1889
+ "type": "typography"
1914
1890
  }
1915
- ],
1916
- "gap": "sm",
1917
- "type": "stack",
1918
- "direction": "horizontal"
1891
+ ]
1919
1892
  },
1920
1893
  {
1921
- "type": "stack",
1922
- "direction": "horizontal",
1923
- "gap": "sm",
1924
1894
  "children": [
1925
1895
  {
1926
1896
  "label": "Create Category",
1927
- "type": "button",
1928
1897
  "variant": "primary",
1929
- "action": "CREATE",
1930
- "icon": "plus"
1898
+ "icon": "plus",
1899
+ "type": "button",
1900
+ "action": "CREATE"
1931
1901
  }
1932
- ]
1902
+ ],
1903
+ "direction": "horizontal",
1904
+ "type": "stack",
1905
+ "gap": "sm"
1933
1906
  }
1934
1907
  ],
1935
- "align": "center"
1908
+ "gap": "md",
1909
+ "align": "center",
1910
+ "justify": "between"
1936
1911
  },
1937
1912
  {
1938
1913
  "type": "divider"
1939
1914
  },
1940
1915
  "@trait.CategoryBrowseList"
1941
1916
  ],
1917
+ "gap": "lg",
1918
+ "className": "max-w-5xl mx-auto w-full",
1942
1919
  "type": "stack"
1943
1920
  }
1921
+ ],
1922
+ "appName": "CmsApp",
1923
+ "navItems": [
1924
+ {
1925
+ "href": "/cms-hub",
1926
+ "icon": "layout-grid",
1927
+ "label": "CMS Hub"
1928
+ },
1929
+ {
1930
+ "label": "Articles",
1931
+ "icon": "file-text",
1932
+ "href": "/articles"
1933
+ },
1934
+ {
1935
+ "href": "/media",
1936
+ "icon": "image",
1937
+ "label": "Media"
1938
+ },
1939
+ {
1940
+ "href": "/categories",
1941
+ "label": "Categories",
1942
+ "icon": "folder"
1943
+ }
1944
1944
  ]
1945
1945
  }
1946
1946
  ]
@@ -1955,6 +1955,7 @@
1955
1955
  "name": "CategoryBrowseList",
1956
1956
  "linkedEntity": "Category",
1957
1957
  "config": {
1958
+ "variant": "card",
1958
1959
  "itemActions": [
1959
1960
  {
1960
1961
  "event": "VIEW",
@@ -1962,17 +1963,17 @@
1962
1963
  "variant": "ghost"
1963
1964
  },
1964
1965
  {
1965
- "label": "Edit",
1966
1966
  "event": "EDIT",
1967
- "variant": "ghost"
1967
+ "variant": "ghost",
1968
+ "label": "Edit"
1968
1969
  },
1969
1970
  {
1970
- "variant": "danger",
1971
+ "event": "DELETE",
1971
1972
  "label": "Delete",
1972
- "event": "DELETE"
1973
+ "variant": "danger"
1973
1974
  }
1974
1975
  ],
1975
- "variant": "card",
1976
+ "cols": 1.0,
1976
1977
  "fields": [
1977
1978
  {
1978
1979
  "name": "name",
@@ -1980,10 +1981,10 @@
1980
1981
  "variant": "h3"
1981
1982
  },
1982
1983
  {
1983
- "variant": "badge",
1984
- "label": "Articles",
1985
1984
  "name": "articleCount",
1986
- "format": "number"
1985
+ "variant": "badge",
1986
+ "format": "number",
1987
+ "label": "Articles"
1987
1988
  },
1988
1989
  {
1989
1990
  "name": "description",
@@ -1994,7 +1995,6 @@
1994
1995
  "name": "slug"
1995
1996
  }
1996
1997
  ],
1997
- "cols": 1.0,
1998
1998
  "gap": "sm"
1999
1999
  },
2000
2000
  "listens": [
@@ -2029,16 +2029,16 @@
2029
2029
  "name": "CategoryCreate",
2030
2030
  "linkedEntity": "Category",
2031
2031
  "config": {
2032
+ "icon": "plus-circle",
2033
+ "title": "Create Category",
2034
+ "mode": "create",
2032
2035
  "fields": [
2033
2036
  "name",
2034
2037
  "slug",
2035
2038
  "description",
2036
2039
  "parentCategory",
2037
2040
  "articleCount"
2038
- ],
2039
- "mode": "create",
2040
- "title": "Create Category",
2041
- "icon": "plus-circle"
2041
+ ]
2042
2042
  },
2043
2043
  "events": {
2044
2044
  "OPEN": "CREATE"
@@ -2060,7 +2060,6 @@
2060
2060
  "linkedEntity": "Category",
2061
2061
  "config": {
2062
2062
  "mode": "edit",
2063
- "icon": "edit",
2064
2063
  "title": "Edit Category",
2065
2064
  "fields": [
2066
2065
  "name",
@@ -2068,7 +2067,8 @@
2068
2067
  "description",
2069
2068
  "parentCategory",
2070
2069
  "articleCount"
2071
- ]
2070
+ ],
2071
+ "icon": "edit"
2072
2072
  },
2073
2073
  "events": {
2074
2074
  "OPEN": "EDIT"
@@ -2089,7 +2089,8 @@
2089
2089
  "name": "CategoryView",
2090
2090
  "linkedEntity": "Category",
2091
2091
  "config": {
2092
- "mode": "view",
2092
+ "title": "View Category",
2093
+ "icon": "eye",
2093
2094
  "fields": [
2094
2095
  "name",
2095
2096
  "slug",
@@ -2097,8 +2098,7 @@
2097
2098
  "parentCategory",
2098
2099
  "articleCount"
2099
2100
  ],
2100
- "icon": "eye",
2101
- "title": "View Category"
2101
+ "mode": "view"
2102
2102
  },
2103
2103
  "events": {
2104
2104
  "OPEN": "VIEW"
@@ -2119,10 +2119,10 @@
2119
2119
  "name": "CategoryDelete",
2120
2120
  "linkedEntity": "Category",
2121
2121
  "config": {
2122
- "icon": "alert-triangle",
2122
+ "confirmLabel": "Delete",
2123
2123
  "title": "Delete Category",
2124
- "alertMessage": "This action cannot be undone.",
2125
- "confirmLabel": "Delete"
2124
+ "icon": "alert-triangle",
2125
+ "alertMessage": "This action cannot be undone."
2126
2126
  },
2127
2127
  "events": {
2128
2128
  "CONFIRM": "CONFIRM_DELETE",
@@ -2424,37 +2424,37 @@
2424
2424
  "name": "CmsHubAppLayout",
2425
2425
  "linkedEntity": "HubArticle",
2426
2426
  "config": {
2427
- "notifications": [],
2428
2427
  "notificationClickEvent": "CMS_HUB_NOTIFICATIONS_OPEN",
2429
- "contentTrait": "@trait.CmsHubDisplay",
2430
2428
  "appName": "CmsApp",
2429
+ "searchEvent": "CMS_HUB_SEARCH",
2430
+ "contentTrait": "@trait.CmsHubDisplay",
2431
2431
  "navItems": [
2432
2432
  {
2433
- "label": "CMS Hub",
2433
+ "href": "/cms-hub",
2434
2434
  "icon": "layout-grid",
2435
- "href": "/cms-hub"
2435
+ "label": "CMS Hub"
2436
2436
  },
2437
2437
  {
2438
- "href": "/articles",
2439
2438
  "icon": "file-text",
2439
+ "href": "/articles",
2440
2440
  "label": "Articles"
2441
2441
  },
2442
2442
  {
2443
- "icon": "image",
2443
+ "href": "/media",
2444
2444
  "label": "Media",
2445
- "href": "/media"
2445
+ "icon": "image"
2446
2446
  },
2447
2447
  {
2448
2448
  "label": "Categories",
2449
- "href": "/categories",
2450
- "icon": "folder"
2449
+ "icon": "folder",
2450
+ "href": "/categories"
2451
2451
  }
2452
2452
  ],
2453
- "searchEvent": "CMS_HUB_SEARCH"
2453
+ "notifications": []
2454
2454
  },
2455
2455
  "events": {
2456
- "SEARCH": "CMS_HUB_SEARCH",
2457
- "NOTIFY_CLICK": "CMS_HUB_NOTIFICATIONS_OPEN"
2456
+ "NOTIFY_CLICK": "CMS_HUB_NOTIFICATIONS_OPEN",
2457
+ "SEARCH": "CMS_HUB_SEARCH"
2458
2458
  }
2459
2459
  },
2460
2460
  {
@@ -2483,67 +2483,67 @@
2483
2483
  "render-ui",
2484
2484
  "main",
2485
2485
  {
2486
- "navItems": [
2487
- {
2488
- "icon": "layout-grid",
2489
- "label": "CMS Hub",
2490
- "href": "/cms-hub"
2491
- },
2492
- {
2493
- "href": "/articles",
2494
- "label": "Articles",
2495
- "icon": "file-text"
2496
- },
2497
- {
2498
- "href": "/media",
2499
- "label": "Media",
2500
- "icon": "image"
2501
- },
2502
- {
2503
- "icon": "folder",
2504
- "label": "Categories",
2505
- "href": "/categories"
2506
- }
2507
- ],
2486
+ "type": "dashboard-layout",
2508
2487
  "appName": "CmsApp",
2509
2488
  "children": [
2510
2489
  {
2511
- "type": "stack",
2512
- "gap": "lg",
2513
- "direction": "vertical",
2514
2490
  "className": "max-w-5xl mx-auto w-full",
2491
+ "direction": "vertical",
2515
2492
  "children": [
2516
2493
  {
2517
- "gap": "sm",
2494
+ "type": "stack",
2518
2495
  "align": "center",
2496
+ "gap": "sm",
2497
+ "direction": "horizontal",
2519
2498
  "children": [
2520
2499
  {
2521
- "name": "layout-grid",
2522
- "type": "icon"
2500
+ "type": "icon",
2501
+ "name": "layout-grid"
2523
2502
  },
2524
2503
  {
2525
- "content": "CMS Hub",
2526
2504
  "type": "typography",
2505
+ "content": "CMS Hub",
2527
2506
  "variant": "h2"
2528
2507
  }
2529
- ],
2530
- "direction": "horizontal",
2531
- "type": "stack"
2508
+ ]
2532
2509
  },
2533
2510
  {
2534
2511
  "type": "divider"
2535
2512
  },
2536
2513
  {
2537
- "type": "typography",
2538
- "content": "Recent articles across the platform",
2514
+ "color": "muted",
2539
2515
  "variant": "caption",
2540
- "color": "muted"
2516
+ "content": "Recent articles across the platform",
2517
+ "type": "typography"
2541
2518
  },
2542
2519
  "@trait.HubBrowseList"
2543
- ]
2520
+ ],
2521
+ "gap": "lg",
2522
+ "type": "stack"
2544
2523
  }
2545
2524
  ],
2546
- "type": "dashboard-layout"
2525
+ "navItems": [
2526
+ {
2527
+ "label": "CMS Hub",
2528
+ "icon": "layout-grid",
2529
+ "href": "/cms-hub"
2530
+ },
2531
+ {
2532
+ "href": "/articles",
2533
+ "icon": "file-text",
2534
+ "label": "Articles"
2535
+ },
2536
+ {
2537
+ "href": "/media",
2538
+ "icon": "image",
2539
+ "label": "Media"
2540
+ },
2541
+ {
2542
+ "icon": "folder",
2543
+ "label": "Categories",
2544
+ "href": "/categories"
2545
+ }
2546
+ ]
2547
2547
  }
2548
2548
  ]
2549
2549
  ]
@@ -2559,9 +2559,9 @@
2559
2559
  "config": {
2560
2560
  "fields": [
2561
2561
  {
2562
- "icon": "file-text",
2563
2562
  "name": "title",
2564
- "variant": "h3"
2563
+ "variant": "h3",
2564
+ "icon": "file-text"
2565
2565
  },
2566
2566
  {
2567
2567
  "name": "status",
@@ -2572,15 +2572,15 @@
2572
2572
  "name": "author"
2573
2573
  },
2574
2574
  {
2575
- "name": "category",
2576
- "variant": "badge"
2575
+ "variant": "badge",
2576
+ "name": "category"
2577
2577
  }
2578
2578
  ],
2579
2579
  "variant": "card",
2580
- "cols": 1.0,
2580
+ "gap": "sm",
2581
2581
  "imageField": "heroImage",
2582
2582
  "itemActions": [],
2583
- "gap": "sm"
2583
+ "cols": 1.0
2584
2584
  }
2585
2585
  }
2586
2586
  ],