@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
@@ -805,8 +805,8 @@
805
805
  "Product",
806
806
  {
807
807
  "emit": {
808
- "success": "ProductLoaded",
809
- "failure": "ProductLoadFailed"
808
+ "failure": "ProductLoadFailed",
809
+ "success": "ProductLoaded"
810
810
  }
811
811
  }
812
812
  ],
@@ -814,22 +814,22 @@
814
814
  "render-ui",
815
815
  "main",
816
816
  {
817
+ "className": "py-12",
818
+ "gap": "md",
817
819
  "children": [
818
820
  {
819
821
  "type": "spinner"
820
822
  },
821
823
  {
822
- "type": "typography",
823
- "variant": "caption",
824
824
  "content": "Loading…",
825
+ "variant": "caption",
826
+ "type": "typography",
825
827
  "color": "muted"
826
828
  }
827
829
  ],
828
- "className": "py-12",
829
- "direction": "vertical",
830
- "gap": "md",
830
+ "align": "center",
831
831
  "type": "stack",
832
- "align": "center"
832
+ "direction": "vertical"
833
833
  }
834
834
  ]
835
835
  ]
@@ -843,36 +843,21 @@
843
843
  "render-ui",
844
844
  "main",
845
845
  {
846
- "navItems": [
847
- {
848
- "href": "/products",
849
- "label": "Products",
850
- "icon": "package"
851
- },
852
- {
853
- "href": "/login",
854
- "label": "Login",
855
- "icon": "layout-list"
856
- },
857
- {
858
- "href": "/checkout",
859
- "label": "Checkout",
860
- "icon": "credit-card"
861
- },
862
- {
863
- "label": "Orders",
864
- "href": "/orders",
865
- "icon": "clipboard-list"
866
- }
867
- ],
868
846
  "children": [
869
847
  {
870
848
  "type": "stack",
849
+ "direction": "vertical",
850
+ "gap": "lg",
851
+ "className": "max-w-5xl mx-auto w-full",
871
852
  "children": [
872
853
  {
854
+ "align": "center",
855
+ "justify": "between",
873
856
  "children": [
874
857
  {
875
- "direction": "horizontal",
858
+ "gap": "sm",
859
+ "type": "stack",
860
+ "align": "center",
876
861
  "children": [
877
862
  {
878
863
  "type": "icon",
@@ -880,100 +865,115 @@
880
865
  },
881
866
  {
882
867
  "variant": "h2",
883
- "type": "typography",
884
- "content": "Products"
868
+ "content": "Products",
869
+ "type": "typography"
885
870
  }
886
871
  ],
887
- "gap": "sm",
888
- "type": "stack",
889
- "align": "center"
872
+ "direction": "horizontal"
890
873
  },
891
874
  {
892
- "gap": "sm",
893
- "type": "stack",
894
875
  "children": [
895
876
  {
896
- "type": "button",
877
+ "label": "Create Product",
897
878
  "variant": "primary",
898
879
  "icon": "plus",
899
- "label": "Create Product",
900
- "action": "CREATE"
880
+ "action": "CREATE",
881
+ "type": "button"
901
882
  }
902
883
  ],
903
- "direction": "horizontal"
884
+ "direction": "horizontal",
885
+ "gap": "sm",
886
+ "type": "stack"
904
887
  }
905
888
  ],
906
- "align": "center",
907
- "type": "stack",
908
889
  "direction": "horizontal",
909
- "gap": "md",
910
- "justify": "between"
890
+ "type": "stack",
891
+ "gap": "md"
911
892
  },
912
893
  {
913
894
  "type": "divider"
914
895
  },
915
896
  {
916
- "itemActions": [
917
- {
918
- "label": "View",
919
- "event": "VIEW",
920
- "variant": "ghost"
921
- },
922
- {
923
- "label": "Edit",
924
- "event": "EDIT",
925
- "variant": "ghost"
926
- },
927
- {
928
- "label": "Checkout",
929
- "variant": "primary",
930
- "event": "CHECKOUT"
931
- },
932
- {
933
- "label": "Delete",
934
- "variant": "danger",
935
- "event": "DELETE"
936
- }
937
- ],
938
- "entity": "@payload.data",
939
897
  "type": "data-grid",
898
+ "entity": "@payload.data",
940
899
  "fields": [
941
900
  {
942
- "name": "name",
901
+ "icon": "shopping-bag",
943
902
  "label": "Name",
944
903
  "variant": "h4",
945
- "icon": "shopping-bag"
904
+ "name": "name"
946
905
  },
947
906
  {
907
+ "name": "description",
948
908
  "colorMap": {
949
- "done": "success",
909
+ "error": "destructive",
910
+ "disabled": "neutral",
911
+ "draft": "warning",
950
912
  "cancelled": "destructive",
951
- "inactive": "neutral",
913
+ "failed": "destructive",
952
914
  "archived": "neutral",
953
- "error": "destructive",
954
915
  "scheduled": "warning",
955
916
  "completed": "success",
956
- "pending": "warning",
917
+ "inactive": "neutral",
957
918
  "active": "success",
958
- "disabled": "neutral",
959
- "failed": "destructive",
960
- "draft": "warning"
919
+ "pending": "warning",
920
+ "done": "success"
961
921
  },
962
922
  "label": "Description",
963
- "name": "description",
964
923
  "variant": "badge"
965
924
  },
966
925
  {
967
926
  "name": "price",
968
- "variant": "caption",
969
- "label": "Price"
927
+ "label": "Price",
928
+ "variant": "caption"
929
+ }
930
+ ],
931
+ "itemActions": [
932
+ {
933
+ "event": "VIEW",
934
+ "variant": "ghost",
935
+ "label": "View"
936
+ },
937
+ {
938
+ "event": "EDIT",
939
+ "label": "Edit",
940
+ "variant": "ghost"
941
+ },
942
+ {
943
+ "variant": "primary",
944
+ "label": "Checkout",
945
+ "event": "CHECKOUT"
946
+ },
947
+ {
948
+ "event": "DELETE",
949
+ "variant": "danger",
950
+ "label": "Delete"
970
951
  }
971
952
  ]
972
953
  }
973
- ],
974
- "gap": "lg",
975
- "className": "max-w-5xl mx-auto w-full",
976
- "direction": "vertical"
954
+ ]
955
+ }
956
+ ],
957
+ "navItems": [
958
+ {
959
+ "icon": "package",
960
+ "href": "/products",
961
+ "label": "Products"
962
+ },
963
+ {
964
+ "href": "/login",
965
+ "icon": "layout-list",
966
+ "label": "Login"
967
+ },
968
+ {
969
+ "label": "Checkout",
970
+ "href": "/checkout",
971
+ "icon": "credit-card"
972
+ },
973
+ {
974
+ "icon": "clipboard-list",
975
+ "label": "Orders",
976
+ "href": "/orders"
977
977
  }
978
978
  ],
979
979
  "type": "dashboard-layout",
@@ -991,36 +991,36 @@
991
991
  "render-ui",
992
992
  "main",
993
993
  {
994
- "direction": "vertical",
995
- "className": "py-12",
996
994
  "gap": "md",
997
- "type": "stack",
998
- "align": "center",
995
+ "className": "py-12",
999
996
  "children": [
1000
997
  {
1001
- "name": "alert-triangle",
998
+ "type": "icon",
1002
999
  "color": "destructive",
1003
- "type": "icon"
1000
+ "name": "alert-triangle"
1004
1001
  },
1005
1002
  {
1006
- "content": "Failed to load product",
1003
+ "variant": "h3",
1007
1004
  "type": "typography",
1008
- "variant": "h3"
1005
+ "content": "Failed to load product"
1009
1006
  },
1010
1007
  {
1011
- "type": "typography",
1012
- "variant": "body",
1013
1008
  "content": "@payload.error",
1014
- "color": "muted"
1009
+ "color": "muted",
1010
+ "type": "typography",
1011
+ "variant": "body"
1015
1012
  },
1016
1013
  {
1017
1014
  "variant": "primary",
1018
- "type": "button",
1015
+ "action": "INIT",
1019
1016
  "icon": "rotate-ccw",
1020
- "label": "Retry",
1021
- "action": "INIT"
1017
+ "type": "button",
1018
+ "label": "Retry"
1022
1019
  }
1023
- ]
1020
+ ],
1021
+ "align": "center",
1022
+ "type": "stack",
1023
+ "direction": "vertical"
1024
1024
  }
1025
1025
  ]
1026
1026
  ]
@@ -1203,8 +1203,8 @@
1203
1203
  "Product",
1204
1204
  {
1205
1205
  "emit": {
1206
- "success": "ProductLoaded",
1207
- "failure": "ProductLoadFailed"
1206
+ "failure": "ProductLoadFailed",
1207
+ "success": "ProductLoaded"
1208
1208
  }
1209
1209
  }
1210
1210
  ]
@@ -1220,8 +1220,8 @@
1220
1220
  "Product",
1221
1221
  {
1222
1222
  "emit": {
1223
- "success": "ProductLoaded",
1224
- "failure": "ProductLoadFailed"
1223
+ "failure": "ProductLoadFailed",
1224
+ "success": "ProductLoaded"
1225
1225
  }
1226
1226
  }
1227
1227
  ],
@@ -1234,26 +1234,27 @@
1234
1234
  "gap": "md",
1235
1235
  "children": [
1236
1236
  {
1237
+ "direction": "horizontal",
1237
1238
  "type": "stack",
1238
- "gap": "sm",
1239
1239
  "children": [
1240
1240
  {
1241
1241
  "name": "plus-circle",
1242
1242
  "type": "icon"
1243
1243
  },
1244
1244
  {
1245
- "content": "Create Product",
1246
1245
  "type": "typography",
1246
+ "content": "Create Product",
1247
1247
  "variant": "h3"
1248
1248
  }
1249
1249
  ],
1250
- "direction": "horizontal"
1250
+ "gap": "sm"
1251
1251
  },
1252
1252
  {
1253
1253
  "type": "divider"
1254
1254
  },
1255
1255
  {
1256
1256
  "type": "form-section",
1257
+ "mode": "create",
1257
1258
  "fields": [
1258
1259
  "name",
1259
1260
  "description",
@@ -1261,7 +1262,6 @@
1261
1262
  "category",
1262
1263
  "inStock"
1263
1264
  ],
1264
- "mode": "create",
1265
1265
  "submitEvent": "SAVE",
1266
1266
  "cancelEvent": "CLOSE"
1267
1267
  }
@@ -1306,8 +1306,8 @@
1306
1306
  "@payload.data",
1307
1307
  {
1308
1308
  "emit": {
1309
- "failure": "ProductSaveFailed",
1310
- "success": "ProductSaved"
1309
+ "success": "ProductSaved",
1310
+ "failure": "ProductSaveFailed"
1311
1311
  }
1312
1312
  }
1313
1313
  ],
@@ -1542,21 +1542,23 @@
1542
1542
  "fetch",
1543
1543
  "Product",
1544
1544
  {
1545
+ "id": "@payload.id",
1545
1546
  "emit": {
1546
1547
  "failure": "ProductLoadFailed",
1547
1548
  "success": "ProductLoaded"
1548
- },
1549
- "id": "@payload.id"
1549
+ }
1550
1550
  }
1551
1551
  ],
1552
1552
  [
1553
1553
  "render-ui",
1554
1554
  "modal",
1555
1555
  {
1556
+ "type": "stack",
1557
+ "gap": "md",
1558
+ "direction": "vertical",
1556
1559
  "children": [
1557
1560
  {
1558
1561
  "gap": "sm",
1559
- "direction": "horizontal",
1560
1562
  "children": [
1561
1563
  {
1562
1564
  "name": "edit",
@@ -1564,19 +1566,21 @@
1564
1566
  },
1565
1567
  {
1566
1568
  "variant": "h3",
1567
- "type": "typography",
1568
- "content": "Edit Product"
1569
+ "content": "Edit Product",
1570
+ "type": "typography"
1569
1571
  }
1570
1572
  ],
1571
- "type": "stack"
1573
+ "type": "stack",
1574
+ "direction": "horizontal"
1572
1575
  },
1573
1576
  {
1574
1577
  "type": "divider"
1575
1578
  },
1576
1579
  {
1577
- "submitEvent": "SAVE",
1578
- "cancelEvent": "CLOSE",
1579
1580
  "mode": "edit",
1581
+ "cancelEvent": "CLOSE",
1582
+ "type": "form-section",
1583
+ "submitEvent": "SAVE",
1580
1584
  "entity": "@payload.row",
1581
1585
  "fields": [
1582
1586
  "name",
@@ -1584,13 +1588,9 @@
1584
1588
  "price",
1585
1589
  "category",
1586
1590
  "inStock"
1587
- ],
1588
- "type": "form-section"
1591
+ ]
1589
1592
  }
1590
- ],
1591
- "type": "stack",
1592
- "gap": "md",
1593
- "direction": "vertical"
1593
+ ]
1594
1594
  }
1595
1595
  ]
1596
1596
  ]
@@ -1831,11 +1831,11 @@
1831
1831
  "fetch",
1832
1832
  "Product",
1833
1833
  {
1834
+ "id": "@payload.id",
1834
1835
  "emit": {
1835
1836
  "success": "ProductLoaded",
1836
1837
  "failure": "ProductLoadFailed"
1837
- },
1838
- "id": "@payload.id"
1838
+ }
1839
1839
  }
1840
1840
  ],
1841
1841
  [
@@ -1846,18 +1846,18 @@
1846
1846
  "children": [
1847
1847
  {
1848
1848
  "direction": "horizontal",
1849
- "gap": "sm",
1850
- "align": "center",
1851
1849
  "type": "stack",
1850
+ "align": "center",
1851
+ "gap": "sm",
1852
1852
  "children": [
1853
1853
  {
1854
1854
  "type": "icon",
1855
1855
  "name": "eye"
1856
1856
  },
1857
1857
  {
1858
- "type": "typography",
1859
1858
  "variant": "h3",
1860
- "content": "@entity.name"
1859
+ "content": "@entity.name",
1860
+ "type": "typography"
1861
1861
  }
1862
1862
  ]
1863
1863
  },
@@ -1865,72 +1865,72 @@
1865
1865
  "type": "divider"
1866
1866
  },
1867
1867
  {
1868
- "type": "stack",
1869
1868
  "direction": "horizontal",
1870
1869
  "children": [
1871
1870
  {
1871
+ "type": "typography",
1872
1872
  "variant": "caption",
1873
- "content": "Name",
1874
- "type": "typography"
1873
+ "content": "Name"
1875
1874
  },
1876
1875
  {
1877
- "content": "@entity.name",
1878
1876
  "variant": "body",
1879
- "type": "typography"
1877
+ "type": "typography",
1878
+ "content": "@entity.name"
1880
1879
  }
1881
1880
  ],
1881
+ "type": "stack",
1882
1882
  "gap": "md"
1883
1883
  },
1884
1884
  {
1885
- "direction": "horizontal",
1886
- "gap": "md",
1887
1885
  "type": "stack",
1886
+ "gap": "md",
1888
1887
  "children": [
1889
1888
  {
1890
- "variant": "caption",
1891
1889
  "content": "Description",
1892
- "type": "typography"
1890
+ "type": "typography",
1891
+ "variant": "caption"
1893
1892
  },
1894
1893
  {
1895
- "variant": "body",
1894
+ "type": "typography",
1896
1895
  "content": "@entity.description",
1897
- "type": "typography"
1896
+ "variant": "body"
1898
1897
  }
1899
- ]
1898
+ ],
1899
+ "direction": "horizontal"
1900
1900
  },
1901
1901
  {
1902
+ "gap": "md",
1902
1903
  "children": [
1903
1904
  {
1904
1905
  "type": "typography",
1905
- "variant": "caption",
1906
- "content": "Price"
1906
+ "content": "Price",
1907
+ "variant": "caption"
1907
1908
  },
1908
1909
  {
1909
- "content": "@entity.price",
1910
1910
  "type": "typography",
1911
- "variant": "body"
1911
+ "variant": "body",
1912
+ "content": "@entity.price"
1912
1913
  }
1913
1914
  ],
1914
- "direction": "horizontal",
1915
- "gap": "md",
1916
- "type": "stack"
1915
+ "type": "stack",
1916
+ "direction": "horizontal"
1917
1917
  },
1918
1918
  {
1919
- "type": "stack",
1920
1919
  "direction": "horizontal",
1921
- "gap": "md",
1922
1920
  "children": [
1923
1921
  {
1924
- "content": "Category",
1925
1922
  "type": "typography",
1926
- "variant": "caption"
1923
+ "variant": "caption",
1924
+ "content": "Category"
1927
1925
  },
1928
1926
  {
1929
- "type": "typography",
1927
+ "content": "@entity.category",
1930
1928
  "variant": "body",
1931
- "content": "@entity.category"
1929
+ "type": "typography"
1932
1930
  }
1933
- ]
1931
+ ],
1932
+ "gap": "md",
1933
+ "type": "stack"
1934
1934
  },
1935
1935
  {
1936
1936
  "type": "stack",
@@ -1938,9 +1938,9 @@
1938
1938
  "gap": "md",
1939
1939
  "children": [
1940
1940
  {
1941
- "variant": "caption",
1941
+ "type": "typography",
1942
1942
  "content": "In Stock",
1943
- "type": "typography"
1943
+ "variant": "caption"
1944
1944
  },
1945
1945
  {
1946
1946
  "type": "typography",
@@ -1953,25 +1953,25 @@
1953
1953
  "type": "divider"
1954
1954
  },
1955
1955
  {
1956
- "type": "stack",
1957
- "justify": "end",
1958
1956
  "children": [
1959
1957
  {
1960
- "icon": "edit",
1961
1958
  "action": "EDIT",
1962
- "type": "button",
1963
1959
  "label": "Edit",
1960
+ "icon": "edit",
1961
+ "type": "button",
1964
1962
  "variant": "primary"
1965
1963
  },
1966
1964
  {
1965
+ "action": "CLOSE",
1967
1966
  "label": "Close",
1968
1967
  "variant": "ghost",
1969
- "type": "button",
1970
- "action": "CLOSE"
1968
+ "type": "button"
1971
1969
  }
1972
1970
  ],
1971
+ "direction": "horizontal",
1973
1972
  "gap": "sm",
1974
- "direction": "horizontal"
1973
+ "justify": "end",
1974
+ "type": "stack"
1975
1975
  }
1976
1976
  ],
1977
1977
  "gap": "md",
@@ -2205,8 +2205,8 @@
2205
2205
  "Product",
2206
2206
  {
2207
2207
  "emit": {
2208
- "failure": "ProductLoadFailed",
2209
- "success": "ProductLoaded"
2208
+ "success": "ProductLoaded",
2209
+ "failure": "ProductLoadFailed"
2210
2210
  }
2211
2211
  }
2212
2212
  ]
@@ -2226,37 +2226,34 @@
2226
2226
  "fetch",
2227
2227
  "Product",
2228
2228
  {
2229
- "id": "@payload.id",
2230
2229
  "emit": {
2231
- "failure": "ProductLoadFailed",
2232
- "success": "ProductLoaded"
2233
- }
2230
+ "success": "ProductLoaded",
2231
+ "failure": "ProductLoadFailed"
2232
+ },
2233
+ "id": "@payload.id"
2234
2234
  }
2235
2235
  ],
2236
2236
  [
2237
2237
  "render-ui",
2238
2238
  "modal",
2239
2239
  {
2240
- "type": "stack",
2241
- "gap": "md",
2242
- "direction": "vertical",
2243
2240
  "children": [
2244
2241
  {
2245
- "align": "center",
2246
2242
  "direction": "horizontal",
2247
- "gap": "sm",
2248
2243
  "children": [
2249
2244
  {
2250
2245
  "name": "alert-triangle",
2251
2246
  "type": "icon"
2252
2247
  },
2253
2248
  {
2249
+ "type": "typography",
2254
2250
  "variant": "h3",
2255
- "content": "Delete Product",
2256
- "type": "typography"
2251
+ "content": "Delete Product"
2257
2252
  }
2258
2253
  ],
2259
- "type": "stack"
2254
+ "gap": "sm",
2255
+ "type": "stack",
2256
+ "align": "center"
2260
2257
  },
2261
2258
  {
2262
2259
  "type": "divider"
@@ -2267,27 +2264,30 @@
2267
2264
  "variant": "error"
2268
2265
  },
2269
2266
  {
2270
- "justify": "end",
2271
2267
  "children": [
2272
2268
  {
2273
- "variant": "ghost",
2274
2269
  "action": "CANCEL",
2270
+ "type": "button",
2275
2271
  "label": "Cancel",
2276
- "type": "button"
2272
+ "variant": "ghost"
2277
2273
  },
2278
2274
  {
2275
+ "icon": "check",
2279
2276
  "variant": "danger",
2280
- "label": "Delete",
2281
2277
  "action": "CONFIRM_DELETE",
2282
- "icon": "check",
2278
+ "label": "Delete",
2283
2279
  "type": "button"
2284
2280
  }
2285
2281
  ],
2286
2282
  "type": "stack",
2283
+ "justify": "end",
2287
2284
  "direction": "horizontal",
2288
2285
  "gap": "sm"
2289
2286
  }
2290
- ]
2287
+ ],
2288
+ "type": "stack",
2289
+ "direction": "vertical",
2290
+ "gap": "md"
2291
2291
  }
2292
2292
  ]
2293
2293
  ]
@@ -2677,8 +2677,8 @@
2677
2677
  "AuthSession",
2678
2678
  {
2679
2679
  "emit": {
2680
- "success": "AuthSessionLoaded",
2681
- "failure": "AuthSessionLoadFailed"
2680
+ "failure": "AuthSessionLoadFailed",
2681
+ "success": "AuthSessionLoaded"
2682
2682
  }
2683
2683
  }
2684
2684
  ],
@@ -2687,6 +2687,7 @@
2687
2687
  "main",
2688
2688
  {
2689
2689
  "appName": "ServiceMarketplace",
2690
+ "type": "dashboard-layout",
2690
2691
  "navItems": [
2691
2692
  {
2692
2693
  "label": "Products",
@@ -2699,69 +2700,68 @@
2699
2700
  "label": "Login"
2700
2701
  },
2701
2702
  {
2702
- "icon": "credit-card",
2703
+ "label": "Checkout",
2703
2704
  "href": "/checkout",
2704
- "label": "Checkout"
2705
+ "icon": "credit-card"
2705
2706
  },
2706
2707
  {
2707
- "href": "/orders",
2708
2708
  "icon": "clipboard-list",
2709
+ "href": "/orders",
2709
2710
  "label": "Orders"
2710
2711
  }
2711
2712
  ],
2712
- "type": "dashboard-layout",
2713
2713
  "children": [
2714
2714
  {
2715
- "type": "stack",
2715
+ "gap": "lg",
2716
2716
  "children": [
2717
2717
  {
2718
2718
  "type": "stack",
2719
- "gap": "md",
2720
2719
  "direction": "horizontal",
2721
- "align": "center",
2722
2720
  "children": [
2723
2721
  {
2724
2722
  "type": "icon",
2725
2723
  "name": "lock"
2726
2724
  },
2727
2725
  {
2728
- "content": "Sign In",
2729
2726
  "type": "typography",
2730
- "variant": "h2"
2727
+ "variant": "h2",
2728
+ "content": "Sign In"
2731
2729
  }
2732
- ]
2730
+ ],
2731
+ "gap": "md",
2732
+ "align": "center"
2733
2733
  },
2734
2734
  {
2735
2735
  "type": "divider"
2736
2736
  },
2737
2737
  {
2738
+ "type": "select",
2738
2739
  "options": [
2739
2740
  {
2740
- "label": "Google",
2741
- "value": "google"
2741
+ "value": "google",
2742
+ "label": "Google"
2742
2743
  },
2743
2744
  {
2744
- "label": "GitHub",
2745
- "value": "github"
2745
+ "value": "github",
2746
+ "label": "GitHub"
2746
2747
  },
2747
2748
  {
2748
2749
  "value": "microsoft",
2749
2750
  "label": "Microsoft"
2750
2751
  }
2751
- ],
2752
- "type": "select"
2752
+ ]
2753
2753
  },
2754
2754
  {
2755
2755
  "variant": "primary",
2756
- "type": "button",
2756
+ "label": "Login",
2757
2757
  "icon": "log-in",
2758
2758
  "action": "LOGIN",
2759
- "label": "Login"
2759
+ "type": "button"
2760
2760
  }
2761
2761
  ],
2762
2762
  "direction": "vertical",
2763
- "align": "center",
2764
- "gap": "lg"
2763
+ "type": "stack",
2764
+ "align": "center"
2765
2765
  }
2766
2766
  ]
2767
2767
  }
@@ -2777,36 +2777,36 @@
2777
2777
  "render-ui",
2778
2778
  "main",
2779
2779
  {
2780
- "children": [
2781
- {
2782
- "type": "loading-state",
2783
- "title": "Authorizing...",
2784
- "message": "Redirecting to provider for authorization."
2785
- }
2786
- ],
2787
2780
  "type": "dashboard-layout",
2788
2781
  "appName": "ServiceMarketplace",
2789
2782
  "navItems": [
2790
2783
  {
2784
+ "icon": "package",
2791
2785
  "href": "/products",
2792
- "label": "Products",
2793
- "icon": "package"
2786
+ "label": "Products"
2794
2787
  },
2795
2788
  {
2796
- "icon": "layout-list",
2797
2789
  "label": "Login",
2790
+ "icon": "layout-list",
2798
2791
  "href": "/login"
2799
2792
  },
2800
2793
  {
2801
- "icon": "credit-card",
2794
+ "href": "/checkout",
2802
2795
  "label": "Checkout",
2803
- "href": "/checkout"
2796
+ "icon": "credit-card"
2804
2797
  },
2805
2798
  {
2806
2799
  "label": "Orders",
2807
2800
  "icon": "clipboard-list",
2808
2801
  "href": "/orders"
2809
2802
  }
2803
+ ],
2804
+ "children": [
2805
+ {
2806
+ "message": "Redirecting to provider for authorization.",
2807
+ "type": "loading-state",
2808
+ "title": "Authorizing..."
2809
+ }
2810
2810
  ]
2811
2811
  }
2812
2812
  ],
@@ -2815,11 +2815,11 @@
2815
2815
  "oauth",
2816
2816
  "authorize",
2817
2817
  {
2818
- "provider": "@entity.provider",
2819
2818
  "scopes": [
2820
2819
  "openid",
2821
2820
  "email"
2822
- ]
2821
+ ],
2822
+ "provider": "@entity.provider"
2823
2823
  },
2824
2824
  {
2825
2825
  "emit": {
@@ -2844,8 +2844,6 @@
2844
2844
  "render-ui",
2845
2845
  "main",
2846
2846
  {
2847
- "appName": "ServiceMarketplace",
2848
- "type": "dashboard-layout",
2849
2847
  "navItems": [
2850
2848
  {
2851
2849
  "href": "/products",
@@ -2853,30 +2851,30 @@
2853
2851
  "label": "Products"
2854
2852
  },
2855
2853
  {
2854
+ "href": "/login",
2856
2855
  "icon": "layout-list",
2857
- "label": "Login",
2858
- "href": "/login"
2856
+ "label": "Login"
2859
2857
  },
2860
2858
  {
2861
- "icon": "credit-card",
2862
2859
  "label": "Checkout",
2860
+ "icon": "credit-card",
2863
2861
  "href": "/checkout"
2864
2862
  },
2865
2863
  {
2866
2864
  "icon": "clipboard-list",
2867
- "href": "/orders",
2868
- "label": "Orders"
2865
+ "label": "Orders",
2866
+ "href": "/orders"
2869
2867
  }
2870
2868
  ],
2869
+ "type": "dashboard-layout",
2870
+ "appName": "ServiceMarketplace",
2871
2871
  "children": [
2872
2872
  {
2873
2873
  "type": "stack",
2874
- "direction": "vertical",
2875
- "align": "center",
2876
2874
  "children": [
2877
2875
  {
2878
- "name": "external-link",
2879
- "type": "icon"
2876
+ "type": "icon",
2877
+ "name": "external-link"
2880
2878
  },
2881
2879
  {
2882
2880
  "type": "typography",
@@ -2886,22 +2884,24 @@
2886
2884
  {
2887
2885
  "type": "typography",
2888
2886
  "variant": "body",
2889
- "content": "@entity.authUrl",
2890
- "color": "muted"
2887
+ "color": "muted",
2888
+ "content": "@entity.authUrl"
2891
2889
  },
2892
2890
  {
2893
- "placeholder": "Paste authorization code here",
2894
- "type": "input"
2891
+ "type": "input",
2892
+ "placeholder": "Paste authorization code here"
2895
2893
  },
2896
2894
  {
2897
- "action": "CALLBACK",
2898
- "icon": "check",
2895
+ "variant": "primary",
2899
2896
  "label": "Submit",
2900
2897
  "type": "button",
2901
- "variant": "primary"
2898
+ "icon": "check",
2899
+ "action": "CALLBACK"
2902
2900
  }
2903
2901
  ],
2904
- "gap": "lg"
2902
+ "direction": "vertical",
2903
+ "gap": "lg",
2904
+ "align": "center"
2905
2905
  }
2906
2906
  ]
2907
2907
  }
@@ -2922,8 +2922,8 @@
2922
2922
  },
2923
2923
  {
2924
2924
  "emit": {
2925
- "success": "ProductOauthCompleted",
2926
- "failure": "ProductOauthFailed"
2925
+ "failure": "ProductOauthFailed",
2926
+ "success": "ProductOauthCompleted"
2927
2927
  }
2928
2928
  }
2929
2929
  ],
@@ -2931,63 +2931,63 @@
2931
2931
  "render-ui",
2932
2932
  "main",
2933
2933
  {
2934
+ "type": "dashboard-layout",
2935
+ "appName": "ServiceMarketplace",
2934
2936
  "children": [
2935
2937
  {
2938
+ "direction": "vertical",
2936
2939
  "children": [
2937
2940
  {
2938
2941
  "type": "icon",
2939
2942
  "name": "check-circle"
2940
2943
  },
2941
2944
  {
2942
- "type": "alert",
2945
+ "variant": "success",
2943
2946
  "message": "Authenticated successfully",
2944
- "variant": "success"
2947
+ "type": "alert"
2945
2948
  },
2946
2949
  {
2947
- "type": "stack",
2948
- "justify": "center",
2949
2950
  "direction": "horizontal",
2951
+ "justify": "center",
2952
+ "type": "stack",
2950
2953
  "gap": "sm",
2951
2954
  "children": [
2952
2955
  {
2953
- "type": "button",
2954
- "label": "Refresh Token",
2955
2956
  "action": "REFRESH",
2956
2957
  "icon": "refresh-cw",
2958
+ "label": "Refresh Token",
2959
+ "type": "button",
2957
2960
  "variant": "ghost"
2958
2961
  },
2959
2962
  {
2960
- "action": "LOGOUT",
2961
2963
  "variant": "ghost",
2964
+ "action": "LOGOUT",
2965
+ "type": "button",
2962
2966
  "icon": "log-out",
2963
- "label": "Logout",
2964
- "type": "button"
2967
+ "label": "Logout"
2965
2968
  }
2966
2969
  ]
2967
2970
  }
2968
2971
  ],
2969
- "type": "stack",
2970
- "gap": "lg",
2971
2972
  "align": "center",
2972
- "direction": "vertical"
2973
+ "type": "stack",
2974
+ "gap": "lg"
2973
2975
  }
2974
2976
  ],
2975
- "type": "dashboard-layout",
2976
- "appName": "ServiceMarketplace",
2977
2977
  "navItems": [
2978
2978
  {
2979
+ "href": "/products",
2979
2980
  "label": "Products",
2980
- "icon": "package",
2981
- "href": "/products"
2981
+ "icon": "package"
2982
2982
  },
2983
2983
  {
2984
+ "icon": "layout-list",
2984
2985
  "label": "Login",
2985
- "href": "/login",
2986
- "icon": "layout-list"
2986
+ "href": "/login"
2987
2987
  },
2988
2988
  {
2989
- "label": "Checkout",
2990
2989
  "icon": "credit-card",
2990
+ "label": "Checkout",
2991
2991
  "href": "/checkout"
2992
2992
  },
2993
2993
  {
@@ -3014,30 +3014,6 @@
3014
3014
  "render-ui",
3015
3015
  "main",
3016
3016
  {
3017
- "type": "dashboard-layout",
3018
- "navItems": [
3019
- {
3020
- "icon": "package",
3021
- "label": "Products",
3022
- "href": "/products"
3023
- },
3024
- {
3025
- "label": "Login",
3026
- "icon": "layout-list",
3027
- "href": "/login"
3028
- },
3029
- {
3030
- "icon": "credit-card",
3031
- "href": "/checkout",
3032
- "label": "Checkout"
3033
- },
3034
- {
3035
- "label": "Orders",
3036
- "href": "/orders",
3037
- "icon": "clipboard-list"
3038
- }
3039
- ],
3040
- "appName": "ServiceMarketplace",
3041
3017
  "children": [
3042
3018
  {
3043
3019
  "children": [
@@ -3048,17 +3024,41 @@
3048
3024
  "onRetry": "RETRY"
3049
3025
  },
3050
3026
  {
3051
- "action": "RETRY",
3052
3027
  "variant": "primary",
3053
- "icon": "rotate-ccw",
3028
+ "label": "Try Again",
3054
3029
  "type": "button",
3055
- "label": "Try Again"
3030
+ "action": "RETRY",
3031
+ "icon": "rotate-ccw"
3056
3032
  }
3057
3033
  ],
3058
3034
  "align": "center",
3035
+ "type": "stack",
3059
3036
  "direction": "vertical",
3060
- "gap": "lg",
3061
- "type": "stack"
3037
+ "gap": "lg"
3038
+ }
3039
+ ],
3040
+ "appName": "ServiceMarketplace",
3041
+ "type": "dashboard-layout",
3042
+ "navItems": [
3043
+ {
3044
+ "label": "Products",
3045
+ "icon": "package",
3046
+ "href": "/products"
3047
+ },
3048
+ {
3049
+ "href": "/login",
3050
+ "icon": "layout-list",
3051
+ "label": "Login"
3052
+ },
3053
+ {
3054
+ "icon": "credit-card",
3055
+ "href": "/checkout",
3056
+ "label": "Checkout"
3057
+ },
3058
+ {
3059
+ "icon": "clipboard-list",
3060
+ "label": "Orders",
3061
+ "href": "/orders"
3062
3062
  }
3063
3063
  ]
3064
3064
  }
@@ -3089,31 +3089,9 @@
3089
3089
  "render-ui",
3090
3090
  "main",
3091
3091
  {
3092
- "navItems": [
3093
- {
3094
- "href": "/products",
3095
- "icon": "package",
3096
- "label": "Products"
3097
- },
3092
+ "type": "dashboard-layout",
3093
+ "children": [
3098
3094
  {
3099
- "icon": "layout-list",
3100
- "href": "/login",
3101
- "label": "Login"
3102
- },
3103
- {
3104
- "icon": "credit-card",
3105
- "label": "Checkout",
3106
- "href": "/checkout"
3107
- },
3108
- {
3109
- "href": "/orders",
3110
- "label": "Orders",
3111
- "icon": "clipboard-list"
3112
- }
3113
- ],
3114
- "children": [
3115
- {
3116
- "align": "center",
3117
3095
  "gap": "lg",
3118
3096
  "children": [
3119
3097
  {
@@ -3121,39 +3099,61 @@
3121
3099
  "name": "check-circle"
3122
3100
  },
3123
3101
  {
3124
- "message": "Authenticated successfully",
3125
3102
  "type": "alert",
3126
- "variant": "success"
3103
+ "variant": "success",
3104
+ "message": "Authenticated successfully"
3127
3105
  },
3128
3106
  {
3129
- "direction": "horizontal",
3107
+ "type": "stack",
3130
3108
  "justify": "center",
3131
3109
  "children": [
3132
3110
  {
3111
+ "icon": "refresh-cw",
3133
3112
  "type": "button",
3134
- "variant": "ghost",
3135
- "label": "Refresh Token",
3136
3113
  "action": "REFRESH",
3137
- "icon": "refresh-cw"
3114
+ "variant": "ghost",
3115
+ "label": "Refresh Token"
3138
3116
  },
3139
3117
  {
3140
- "action": "LOGOUT",
3141
3118
  "type": "button",
3142
- "variant": "ghost",
3119
+ "action": "LOGOUT",
3143
3120
  "label": "Logout",
3121
+ "variant": "ghost",
3144
3122
  "icon": "log-out"
3145
3123
  }
3146
3124
  ],
3147
- "type": "stack",
3125
+ "direction": "horizontal",
3148
3126
  "gap": "sm"
3149
3127
  }
3150
3128
  ],
3151
- "direction": "vertical",
3152
- "type": "stack"
3129
+ "type": "stack",
3130
+ "align": "center",
3131
+ "direction": "vertical"
3153
3132
  }
3154
3133
  ],
3155
- "type": "dashboard-layout",
3156
- "appName": "ServiceMarketplace"
3134
+ "appName": "ServiceMarketplace",
3135
+ "navItems": [
3136
+ {
3137
+ "icon": "package",
3138
+ "label": "Products",
3139
+ "href": "/products"
3140
+ },
3141
+ {
3142
+ "href": "/login",
3143
+ "label": "Login",
3144
+ "icon": "layout-list"
3145
+ },
3146
+ {
3147
+ "icon": "credit-card",
3148
+ "href": "/checkout",
3149
+ "label": "Checkout"
3150
+ },
3151
+ {
3152
+ "icon": "clipboard-list",
3153
+ "label": "Orders",
3154
+ "href": "/orders"
3155
+ }
3156
+ ]
3157
3157
  }
3158
3158
  ]
3159
3159
  ]
@@ -3168,36 +3168,36 @@
3168
3168
  "main",
3169
3169
  {
3170
3170
  "type": "dashboard-layout",
3171
- "appName": "ServiceMarketplace",
3172
3171
  "navItems": [
3173
3172
  {
3173
+ "href": "/products",
3174
3174
  "icon": "package",
3175
- "label": "Products",
3176
- "href": "/products"
3175
+ "label": "Products"
3177
3176
  },
3178
3177
  {
3179
- "href": "/login",
3180
3178
  "icon": "layout-list",
3181
- "label": "Login"
3179
+ "label": "Login",
3180
+ "href": "/login"
3182
3181
  },
3183
3182
  {
3184
- "label": "Checkout",
3185
3183
  "href": "/checkout",
3186
- "icon": "credit-card"
3184
+ "icon": "credit-card",
3185
+ "label": "Checkout"
3187
3186
  },
3188
3187
  {
3189
- "icon": "clipboard-list",
3188
+ "href": "/orders",
3190
3189
  "label": "Orders",
3191
- "href": "/orders"
3190
+ "icon": "clipboard-list"
3192
3191
  }
3193
3192
  ],
3194
3193
  "children": [
3195
3194
  {
3196
3195
  "type": "loading-state",
3197
- "message": "Obtaining a new access token.",
3198
- "title": "Refreshing token..."
3196
+ "title": "Refreshing token...",
3197
+ "message": "Obtaining a new access token."
3199
3198
  }
3200
- ]
3199
+ ],
3200
+ "appName": "ServiceMarketplace"
3201
3201
  }
3202
3202
  ],
3203
3203
  [
@@ -3209,8 +3209,8 @@
3209
3209
  },
3210
3210
  {
3211
3211
  "emit": {
3212
- "success": "ProductOauthCompleted",
3213
- "failure": "ProductOauthFailed"
3212
+ "failure": "ProductOauthFailed",
3213
+ "success": "ProductOauthCompleted"
3214
3214
  }
3215
3215
  }
3216
3216
  ]
@@ -3230,10 +3230,37 @@
3230
3230
  "render-ui",
3231
3231
  "main",
3232
3232
  {
3233
+ "type": "dashboard-layout",
3234
+ "navItems": [
3235
+ {
3236
+ "href": "/products",
3237
+ "label": "Products",
3238
+ "icon": "package"
3239
+ },
3240
+ {
3241
+ "icon": "layout-list",
3242
+ "label": "Login",
3243
+ "href": "/login"
3244
+ },
3245
+ {
3246
+ "href": "/checkout",
3247
+ "icon": "credit-card",
3248
+ "label": "Checkout"
3249
+ },
3250
+ {
3251
+ "icon": "clipboard-list",
3252
+ "label": "Orders",
3253
+ "href": "/orders"
3254
+ }
3255
+ ],
3233
3256
  "children": [
3234
3257
  {
3258
+ "gap": "lg",
3259
+ "direction": "vertical",
3260
+ "align": "center",
3235
3261
  "children": [
3236
3262
  {
3263
+ "direction": "horizontal",
3237
3264
  "children": [
3238
3265
  {
3239
3266
  "type": "icon",
@@ -3245,10 +3272,9 @@
3245
3272
  "variant": "h2"
3246
3273
  }
3247
3274
  ],
3248
- "gap": "md",
3249
- "align": "center",
3250
3275
  "type": "stack",
3251
- "direction": "horizontal"
3276
+ "gap": "md",
3277
+ "align": "center"
3252
3278
  },
3253
3279
  {
3254
3280
  "type": "divider"
@@ -3272,42 +3298,16 @@
3272
3298
  },
3273
3299
  {
3274
3300
  "icon": "log-in",
3275
- "label": "Login",
3276
- "type": "button",
3277
3301
  "action": "LOGIN",
3278
- "variant": "primary"
3302
+ "variant": "primary",
3303
+ "type": "button",
3304
+ "label": "Login"
3279
3305
  }
3280
3306
  ],
3281
- "gap": "lg",
3282
- "direction": "vertical",
3283
- "type": "stack",
3284
- "align": "center"
3285
- }
3286
- ],
3287
- "appName": "ServiceMarketplace",
3288
- "navItems": [
3289
- {
3290
- "icon": "package",
3291
- "label": "Products",
3292
- "href": "/products"
3293
- },
3294
- {
3295
- "href": "/login",
3296
- "label": "Login",
3297
- "icon": "layout-list"
3298
- },
3299
- {
3300
- "href": "/checkout",
3301
- "icon": "credit-card",
3302
- "label": "Checkout"
3303
- },
3304
- {
3305
- "icon": "clipboard-list",
3306
- "label": "Orders",
3307
- "href": "/orders"
3307
+ "type": "stack"
3308
3308
  }
3309
3309
  ],
3310
- "type": "dashboard-layout"
3310
+ "appName": "ServiceMarketplace"
3311
3311
  }
3312
3312
  ]
3313
3313
  ]
@@ -3326,35 +3326,34 @@
3326
3326
  "render-ui",
3327
3327
  "main",
3328
3328
  {
3329
- "type": "dashboard-layout",
3330
3329
  "appName": "ServiceMarketplace",
3331
3330
  "navItems": [
3332
3331
  {
3333
- "icon": "package",
3332
+ "label": "Products",
3334
3333
  "href": "/products",
3335
- "label": "Products"
3334
+ "icon": "package"
3336
3335
  },
3337
3336
  {
3338
- "label": "Login",
3337
+ "icon": "layout-list",
3339
3338
  "href": "/login",
3340
- "icon": "layout-list"
3339
+ "label": "Login"
3341
3340
  },
3342
3341
  {
3342
+ "href": "/checkout",
3343
3343
  "icon": "credit-card",
3344
- "label": "Checkout",
3345
- "href": "/checkout"
3344
+ "label": "Checkout"
3346
3345
  },
3347
3346
  {
3348
- "icon": "clipboard-list",
3349
3347
  "label": "Orders",
3350
- "href": "/orders"
3348
+ "href": "/orders",
3349
+ "icon": "clipboard-list"
3351
3350
  }
3352
3351
  ],
3352
+ "type": "dashboard-layout",
3353
3353
  "children": [
3354
3354
  {
3355
- "type": "stack",
3356
- "gap": "lg",
3357
3355
  "direction": "vertical",
3356
+ "gap": "lg",
3358
3357
  "align": "center",
3359
3358
  "children": [
3360
3359
  {
@@ -3367,28 +3366,29 @@
3367
3366
  "message": "Authenticated successfully"
3368
3367
  },
3369
3368
  {
3370
- "type": "stack",
3371
3369
  "justify": "center",
3372
- "gap": "sm",
3373
3370
  "direction": "horizontal",
3371
+ "type": "stack",
3374
3372
  "children": [
3375
3373
  {
3374
+ "label": "Refresh Token",
3376
3375
  "variant": "ghost",
3377
3376
  "icon": "refresh-cw",
3378
3377
  "type": "button",
3379
- "label": "Refresh Token",
3380
3378
  "action": "REFRESH"
3381
3379
  },
3382
3380
  {
3383
- "action": "LOGOUT",
3384
- "variant": "ghost",
3385
3381
  "icon": "log-out",
3386
3382
  "type": "button",
3387
- "label": "Logout"
3383
+ "action": "LOGOUT",
3384
+ "label": "Logout",
3385
+ "variant": "ghost"
3388
3386
  }
3389
- ]
3387
+ ],
3388
+ "gap": "sm"
3390
3389
  }
3391
- ]
3390
+ ],
3391
+ "type": "stack"
3392
3392
  }
3393
3393
  ]
3394
3394
  }
@@ -3409,53 +3409,53 @@
3409
3409
  "render-ui",
3410
3410
  "main",
3411
3411
  {
3412
+ "type": "dashboard-layout",
3413
+ "appName": "ServiceMarketplace",
3412
3414
  "children": [
3413
3415
  {
3414
- "gap": "lg",
3416
+ "align": "center",
3417
+ "type": "stack",
3415
3418
  "children": [
3416
3419
  {
3417
- "title": "Authentication Failed",
3418
3420
  "type": "error-state",
3419
- "onRetry": "RETRY",
3420
- "message": "@entity.error"
3421
+ "title": "Authentication Failed",
3422
+ "message": "@entity.error",
3423
+ "onRetry": "RETRY"
3421
3424
  },
3422
3425
  {
3426
+ "type": "button",
3423
3427
  "variant": "primary",
3424
- "label": "Try Again",
3425
3428
  "icon": "rotate-ccw",
3426
- "action": "RETRY",
3427
- "type": "button"
3429
+ "label": "Try Again",
3430
+ "action": "RETRY"
3428
3431
  }
3429
3432
  ],
3430
- "align": "center",
3431
- "type": "stack",
3433
+ "gap": "lg",
3432
3434
  "direction": "vertical"
3433
3435
  }
3434
3436
  ],
3435
3437
  "navItems": [
3436
3438
  {
3437
3439
  "href": "/products",
3438
- "icon": "package",
3439
- "label": "Products"
3440
+ "label": "Products",
3441
+ "icon": "package"
3440
3442
  },
3441
3443
  {
3442
- "label": "Login",
3443
3444
  "href": "/login",
3444
- "icon": "layout-list"
3445
+ "icon": "layout-list",
3446
+ "label": "Login"
3445
3447
  },
3446
3448
  {
3447
- "label": "Checkout",
3448
3449
  "icon": "credit-card",
3450
+ "label": "Checkout",
3449
3451
  "href": "/checkout"
3450
3452
  },
3451
3453
  {
3452
- "icon": "clipboard-list",
3454
+ "label": "Orders",
3453
3455
  "href": "/orders",
3454
- "label": "Orders"
3456
+ "icon": "clipboard-list"
3455
3457
  }
3456
- ],
3457
- "type": "dashboard-layout",
3458
- "appName": "ServiceMarketplace"
3458
+ ]
3459
3459
  }
3460
3460
  ]
3461
3461
  ]
@@ -3469,20 +3469,15 @@
3469
3469
  "render-ui",
3470
3470
  "main",
3471
3471
  {
3472
- "type": "dashboard-layout",
3473
3472
  "children": [
3474
3473
  {
3475
- "direction": "vertical",
3476
3474
  "align": "center",
3477
3475
  "children": [
3478
3476
  {
3479
- "direction": "horizontal",
3480
- "gap": "md",
3481
- "align": "center",
3482
3477
  "children": [
3483
3478
  {
3484
- "name": "lock",
3485
- "type": "icon"
3479
+ "type": "icon",
3480
+ "name": "lock"
3486
3481
  },
3487
3482
  {
3488
3483
  "variant": "h2",
@@ -3490,63 +3485,68 @@
3490
3485
  "type": "typography"
3491
3486
  }
3492
3487
  ],
3493
- "type": "stack"
3488
+ "direction": "horizontal",
3489
+ "gap": "md",
3490
+ "type": "stack",
3491
+ "align": "center"
3494
3492
  },
3495
3493
  {
3496
3494
  "type": "divider"
3497
3495
  },
3498
3496
  {
3497
+ "type": "select",
3499
3498
  "options": [
3500
3499
  {
3501
- "value": "google",
3502
- "label": "Google"
3500
+ "label": "Google",
3501
+ "value": "google"
3503
3502
  },
3504
3503
  {
3505
- "value": "github",
3506
- "label": "GitHub"
3504
+ "label": "GitHub",
3505
+ "value": "github"
3507
3506
  },
3508
3507
  {
3509
- "value": "microsoft",
3510
- "label": "Microsoft"
3508
+ "label": "Microsoft",
3509
+ "value": "microsoft"
3511
3510
  }
3512
- ],
3513
- "type": "select"
3511
+ ]
3514
3512
  },
3515
3513
  {
3516
3514
  "type": "button",
3517
3515
  "action": "LOGIN",
3518
- "icon": "log-in",
3516
+ "variant": "primary",
3519
3517
  "label": "Login",
3520
- "variant": "primary"
3518
+ "icon": "log-in"
3521
3519
  }
3522
3520
  ],
3523
3521
  "gap": "lg",
3522
+ "direction": "vertical",
3524
3523
  "type": "stack"
3525
3524
  }
3526
3525
  ],
3526
+ "type": "dashboard-layout",
3527
+ "appName": "ServiceMarketplace",
3527
3528
  "navItems": [
3528
3529
  {
3529
- "label": "Products",
3530
+ "icon": "package",
3530
3531
  "href": "/products",
3531
- "icon": "package"
3532
+ "label": "Products"
3532
3533
  },
3533
3534
  {
3534
- "icon": "layout-list",
3535
+ "href": "/login",
3535
3536
  "label": "Login",
3536
- "href": "/login"
3537
+ "icon": "layout-list"
3537
3538
  },
3538
3539
  {
3539
- "label": "Checkout",
3540
+ "icon": "credit-card",
3540
3541
  "href": "/checkout",
3541
- "icon": "credit-card"
3542
+ "label": "Checkout"
3542
3543
  },
3543
3544
  {
3544
3545
  "label": "Orders",
3545
3546
  "href": "/orders",
3546
3547
  "icon": "clipboard-list"
3547
3548
  }
3548
- ],
3549
- "appName": "ServiceMarketplace"
3549
+ ]
3550
3550
  }
3551
3551
  ]
3552
3552
  ]
@@ -3839,39 +3839,41 @@
3839
3839
  "render-ui",
3840
3840
  "main",
3841
3841
  {
3842
+ "appName": "ServiceMarketplace",
3843
+ "type": "dashboard-layout",
3842
3844
  "children": [
3843
3845
  {
3844
- "type": "stack",
3845
3846
  "align": "center",
3847
+ "direction": "vertical",
3848
+ "gap": "lg",
3849
+ "type": "stack",
3846
3850
  "children": [
3847
3851
  {
3848
- "gap": "md",
3849
- "direction": "horizontal",
3850
- "align": "center",
3851
- "type": "stack",
3852
3852
  "children": [
3853
3853
  {
3854
- "name": "credit-card",
3855
- "type": "icon"
3854
+ "type": "icon",
3855
+ "name": "credit-card"
3856
3856
  },
3857
3857
  {
3858
- "variant": "h2",
3858
+ "content": "Payment",
3859
3859
  "type": "typography",
3860
- "content": "Payment"
3860
+ "variant": "h2"
3861
3861
  }
3862
- ]
3862
+ ],
3863
+ "align": "center",
3864
+ "type": "stack",
3865
+ "direction": "horizontal",
3866
+ "gap": "md"
3863
3867
  },
3864
3868
  {
3865
3869
  "type": "divider"
3866
3870
  },
3867
3871
  {
3868
- "type": "stack",
3869
- "gap": "md",
3870
3872
  "children": [
3871
3873
  {
3872
- "placeholder": "0.00",
3874
+ "inputType": "number",
3873
3875
  "type": "input",
3874
- "inputType": "number"
3876
+ "placeholder": "0.00"
3875
3877
  },
3876
3878
  {
3877
3879
  "options": [
@@ -3891,44 +3893,42 @@
3891
3893
  "type": "select"
3892
3894
  }
3893
3895
  ],
3896
+ "gap": "md",
3897
+ "type": "stack",
3894
3898
  "direction": "vertical"
3895
3899
  },
3896
3900
  {
3897
- "action": "CREATE_PAYMENT",
3898
3901
  "variant": "primary",
3899
- "icon": "credit-card",
3902
+ "label": "Pay",
3903
+ "action": "CREATE_PAYMENT",
3900
3904
  "type": "button",
3901
- "label": "Pay"
3905
+ "icon": "credit-card"
3902
3906
  }
3903
- ],
3904
- "direction": "vertical",
3905
- "gap": "lg"
3907
+ ]
3906
3908
  }
3907
3909
  ],
3908
- "type": "dashboard-layout",
3909
3910
  "navItems": [
3910
3911
  {
3911
3912
  "label": "Products",
3912
- "href": "/products",
3913
- "icon": "package"
3913
+ "icon": "package",
3914
+ "href": "/products"
3914
3915
  },
3915
3916
  {
3917
+ "icon": "layout-list",
3916
3918
  "label": "Login",
3917
- "href": "/login",
3918
- "icon": "layout-list"
3919
+ "href": "/login"
3919
3920
  },
3920
3921
  {
3922
+ "icon": "credit-card",
3921
3923
  "label": "Checkout",
3922
- "href": "/checkout",
3923
- "icon": "credit-card"
3924
+ "href": "/checkout"
3924
3925
  },
3925
3926
  {
3926
- "label": "Orders",
3927
3927
  "icon": "clipboard-list",
3928
+ "label": "Orders",
3928
3929
  "href": "/orders"
3929
3930
  }
3930
- ],
3931
- "appName": "ServiceMarketplace"
3931
+ ]
3932
3932
  }
3933
3933
  ]
3934
3934
  ]
@@ -3942,37 +3942,37 @@
3942
3942
  "render-ui",
3943
3943
  "main",
3944
3944
  {
3945
- "type": "dashboard-layout",
3946
3945
  "navItems": [
3947
3946
  {
3947
+ "icon": "package",
3948
3948
  "label": "Products",
3949
- "href": "/products",
3950
- "icon": "package"
3949
+ "href": "/products"
3951
3950
  },
3952
3951
  {
3952
+ "href": "/login",
3953
3953
  "icon": "layout-list",
3954
- "label": "Login",
3955
- "href": "/login"
3954
+ "label": "Login"
3956
3955
  },
3957
3956
  {
3957
+ "href": "/checkout",
3958
3958
  "icon": "credit-card",
3959
- "label": "Checkout",
3960
- "href": "/checkout"
3959
+ "label": "Checkout"
3961
3960
  },
3962
3961
  {
3963
- "label": "Orders",
3962
+ "icon": "clipboard-list",
3964
3963
  "href": "/orders",
3965
- "icon": "clipboard-list"
3964
+ "label": "Orders"
3966
3965
  }
3967
3966
  ],
3967
+ "appName": "ServiceMarketplace",
3968
3968
  "children": [
3969
3969
  {
3970
3970
  "type": "loading-state",
3971
- "title": "Creating payment...",
3972
- "message": "Setting up your payment intent."
3971
+ "message": "Setting up your payment intent.",
3972
+ "title": "Creating payment..."
3973
3973
  }
3974
3974
  ],
3975
- "appName": "ServiceMarketplace"
3975
+ "type": "dashboard-layout"
3976
3976
  }
3977
3977
  ],
3978
3978
  [
@@ -4011,37 +4011,37 @@
4011
4011
  "render-ui",
4012
4012
  "main",
4013
4013
  {
4014
+ "type": "dashboard-layout",
4014
4015
  "navItems": [
4015
4016
  {
4016
- "label": "Products",
4017
+ "href": "/products",
4017
4018
  "icon": "package",
4018
- "href": "/products"
4019
+ "label": "Products"
4019
4020
  },
4020
4021
  {
4021
- "label": "Login",
4022
4022
  "href": "/login",
4023
+ "label": "Login",
4023
4024
  "icon": "layout-list"
4024
4025
  },
4025
4026
  {
4026
- "icon": "credit-card",
4027
4027
  "label": "Checkout",
4028
- "href": "/checkout"
4028
+ "href": "/checkout",
4029
+ "icon": "credit-card"
4029
4030
  },
4030
4031
  {
4031
- "href": "/orders",
4032
+ "icon": "clipboard-list",
4032
4033
  "label": "Orders",
4033
- "icon": "clipboard-list"
4034
+ "href": "/orders"
4034
4035
  }
4035
4036
  ],
4037
+ "appName": "ServiceMarketplace",
4036
4038
  "children": [
4037
4039
  {
4038
- "type": "loading-state",
4040
+ "title": "Confirming payment...",
4039
4041
  "message": "Processing your payment.",
4040
- "title": "Confirming payment..."
4042
+ "type": "loading-state"
4041
4043
  }
4042
- ],
4043
- "type": "dashboard-layout",
4044
- "appName": "ServiceMarketplace"
4044
+ ]
4045
4045
  }
4046
4046
  ],
4047
4047
  [
@@ -4074,10 +4074,11 @@
4074
4074
  "render-ui",
4075
4075
  "main",
4076
4076
  {
4077
+ "appName": "ServiceMarketplace",
4077
4078
  "navItems": [
4078
4079
  {
4079
- "icon": "package",
4080
4080
  "href": "/products",
4081
+ "icon": "package",
4081
4082
  "label": "Products"
4082
4083
  },
4083
4084
  {
@@ -4086,26 +4087,25 @@
4086
4087
  "icon": "layout-list"
4087
4088
  },
4088
4089
  {
4090
+ "href": "/checkout",
4089
4091
  "icon": "credit-card",
4090
- "label": "Checkout",
4091
- "href": "/checkout"
4092
+ "label": "Checkout"
4092
4093
  },
4093
4094
  {
4094
- "icon": "clipboard-list",
4095
+ "label": "Orders",
4095
4096
  "href": "/orders",
4096
- "label": "Orders"
4097
+ "icon": "clipboard-list"
4097
4098
  }
4098
4099
  ],
4099
4100
  "type": "dashboard-layout",
4100
4101
  "children": [
4101
4102
  {
4102
- "type": "error-state",
4103
4103
  "onRetry": "RETRY",
4104
+ "type": "error-state",
4104
4105
  "title": "Payment Failed",
4105
4106
  "message": "@entity.error"
4106
4107
  }
4107
- ],
4108
- "appName": "ServiceMarketplace"
4108
+ ]
4109
4109
  }
4110
4110
  ]
4111
4111
  ]
@@ -4128,62 +4128,62 @@
4128
4128
  "render-ui",
4129
4129
  "main",
4130
4130
  {
4131
+ "navItems": [
4132
+ {
4133
+ "icon": "package",
4134
+ "href": "/products",
4135
+ "label": "Products"
4136
+ },
4137
+ {
4138
+ "icon": "layout-list",
4139
+ "label": "Login",
4140
+ "href": "/login"
4141
+ },
4142
+ {
4143
+ "icon": "credit-card",
4144
+ "label": "Checkout",
4145
+ "href": "/checkout"
4146
+ },
4147
+ {
4148
+ "label": "Orders",
4149
+ "href": "/orders",
4150
+ "icon": "clipboard-list"
4151
+ }
4152
+ ],
4153
+ "type": "dashboard-layout",
4154
+ "appName": "ServiceMarketplace",
4131
4155
  "children": [
4132
4156
  {
4133
- "direction": "vertical",
4134
- "type": "stack",
4135
- "align": "center",
4136
4157
  "children": [
4137
4158
  {
4138
- "name": "check-circle",
4139
- "type": "icon"
4159
+ "type": "icon",
4160
+ "name": "check-circle"
4140
4161
  },
4141
4162
  {
4142
- "type": "alert",
4143
4163
  "message": "Payment successful! Sending receipt...",
4144
- "variant": "success"
4164
+ "variant": "success",
4165
+ "type": "alert"
4145
4166
  },
4146
4167
  {
4147
- "content": "@entity.paymentIntentId",
4148
- "color": "muted",
4149
4168
  "variant": "body",
4169
+ "color": "muted",
4170
+ "content": "@entity.paymentIntentId",
4150
4171
  "type": "typography"
4151
4172
  },
4152
4173
  {
4153
- "icon": "rotate-ccw",
4174
+ "variant": "ghost",
4154
4175
  "action": "RESET",
4155
- "label": "New Payment",
4156
4176
  "type": "button",
4157
- "variant": "ghost"
4177
+ "icon": "rotate-ccw",
4178
+ "label": "New Payment"
4158
4179
  }
4159
4180
  ],
4160
- "gap": "lg"
4161
- }
4162
- ],
4163
- "navItems": [
4164
- {
4165
- "href": "/products",
4166
- "icon": "package",
4167
- "label": "Products"
4168
- },
4169
- {
4170
- "href": "/login",
4171
- "icon": "layout-list",
4172
- "label": "Login"
4173
- },
4174
- {
4175
- "label": "Checkout",
4176
- "icon": "credit-card",
4177
- "href": "/checkout"
4178
- },
4179
- {
4180
- "href": "/orders",
4181
- "icon": "clipboard-list",
4182
- "label": "Orders"
4181
+ "direction": "vertical",
4182
+ "gap": "lg",
4183
+ "align": "center",
4184
+ "type": "stack"
4183
4185
  }
4184
- ],
4185
- "appName": "ServiceMarketplace",
4186
- "type": "dashboard-layout"
4186
+ ]
4187
4187
  }
4188
4188
  ]
4189
4189
  ]
@@ -4204,36 +4204,36 @@
4204
4204
  {
4205
4205
  "navItems": [
4206
4206
  {
4207
- "label": "Products",
4207
+ "icon": "package",
4208
4208
  "href": "/products",
4209
- "icon": "package"
4209
+ "label": "Products"
4210
4210
  },
4211
4211
  {
4212
4212
  "icon": "layout-list",
4213
- "href": "/login",
4214
- "label": "Login"
4213
+ "label": "Login",
4214
+ "href": "/login"
4215
4215
  },
4216
4216
  {
4217
- "label": "Checkout",
4218
4217
  "href": "/checkout",
4219
- "icon": "credit-card"
4218
+ "icon": "credit-card",
4219
+ "label": "Checkout"
4220
4220
  },
4221
4221
  {
4222
- "href": "/orders",
4223
4222
  "icon": "clipboard-list",
4224
- "label": "Orders"
4223
+ "label": "Orders",
4224
+ "href": "/orders"
4225
4225
  }
4226
4226
  ],
4227
4227
  "type": "dashboard-layout",
4228
- "appName": "ServiceMarketplace",
4229
4228
  "children": [
4230
4229
  {
4230
+ "message": "@entity.error",
4231
4231
  "onRetry": "RETRY",
4232
- "title": "Payment Failed",
4233
4232
  "type": "error-state",
4234
- "message": "@entity.error"
4233
+ "title": "Payment Failed"
4235
4234
  }
4236
- ]
4235
+ ],
4236
+ "appName": "ServiceMarketplace"
4237
4237
  }
4238
4238
  ]
4239
4239
  ]
@@ -4247,12 +4247,11 @@
4247
4247
  "render-ui",
4248
4248
  "main",
4249
4249
  {
4250
- "appName": "ServiceMarketplace",
4251
4250
  "navItems": [
4252
4251
  {
4253
- "href": "/products",
4252
+ "icon": "package",
4254
4253
  "label": "Products",
4255
- "icon": "package"
4254
+ "href": "/products"
4256
4255
  },
4257
4256
  {
4258
4257
  "label": "Login",
@@ -4260,35 +4259,34 @@
4260
4259
  "icon": "layout-list"
4261
4260
  },
4262
4261
  {
4262
+ "label": "Checkout",
4263
4263
  "href": "/checkout",
4264
- "icon": "credit-card",
4265
- "label": "Checkout"
4264
+ "icon": "credit-card"
4266
4265
  },
4267
4266
  {
4268
- "label": "Orders",
4267
+ "icon": "clipboard-list",
4269
4268
  "href": "/orders",
4270
- "icon": "clipboard-list"
4269
+ "label": "Orders"
4271
4270
  }
4272
4271
  ],
4273
4272
  "children": [
4274
4273
  {
4275
- "type": "stack",
4276
4274
  "gap": "lg",
4277
4275
  "align": "center",
4278
4276
  "children": [
4279
4277
  {
4278
+ "gap": "md",
4280
4279
  "children": [
4281
4280
  {
4282
4281
  "name": "credit-card",
4283
4282
  "type": "icon"
4284
4283
  },
4285
4284
  {
4285
+ "variant": "h2",
4286
4286
  "content": "Payment",
4287
- "type": "typography",
4288
- "variant": "h2"
4287
+ "type": "typography"
4289
4288
  }
4290
4289
  ],
4291
- "gap": "md",
4292
4290
  "direction": "horizontal",
4293
4291
  "align": "center",
4294
4292
  "type": "stack"
@@ -4297,18 +4295,18 @@
4297
4295
  "type": "divider"
4298
4296
  },
4299
4297
  {
4300
- "direction": "vertical",
4301
4298
  "children": [
4302
4299
  {
4303
- "type": "input",
4300
+ "placeholder": "0.00",
4304
4301
  "inputType": "number",
4305
- "placeholder": "0.00"
4302
+ "type": "input"
4306
4303
  },
4307
4304
  {
4305
+ "type": "select",
4308
4306
  "options": [
4309
4307
  {
4310
- "label": "USD",
4311
- "value": "usd"
4308
+ "value": "usd",
4309
+ "label": "USD"
4312
4310
  },
4313
4311
  {
4314
4312
  "value": "eur",
@@ -4318,25 +4316,27 @@
4318
4316
  "value": "gbp",
4319
4317
  "label": "GBP"
4320
4318
  }
4321
- ],
4322
- "type": "select"
4319
+ ]
4323
4320
  }
4324
4321
  ],
4325
- "gap": "md",
4326
- "type": "stack"
4322
+ "type": "stack",
4323
+ "direction": "vertical",
4324
+ "gap": "md"
4327
4325
  },
4328
4326
  {
4329
4327
  "variant": "primary",
4330
- "label": "Pay",
4331
- "icon": "credit-card",
4332
4328
  "type": "button",
4333
- "action": "CREATE_PAYMENT"
4329
+ "label": "Pay",
4330
+ "action": "CREATE_PAYMENT",
4331
+ "icon": "credit-card"
4334
4332
  }
4335
4333
  ],
4334
+ "type": "stack",
4336
4335
  "direction": "vertical"
4337
4336
  }
4338
4337
  ],
4339
- "type": "dashboard-layout"
4338
+ "type": "dashboard-layout",
4339
+ "appName": "ServiceMarketplace"
4340
4340
  }
4341
4341
  ]
4342
4342
  ]
@@ -4358,85 +4358,85 @@
4358
4358
  },
4359
4359
  {
4360
4360
  "label": "Login",
4361
- "href": "/login",
4362
- "icon": "layout-list"
4361
+ "icon": "layout-list",
4362
+ "href": "/login"
4363
4363
  },
4364
4364
  {
4365
4365
  "href": "/checkout",
4366
- "icon": "credit-card",
4367
- "label": "Checkout"
4366
+ "label": "Checkout",
4367
+ "icon": "credit-card"
4368
4368
  },
4369
4369
  {
4370
- "href": "/orders",
4371
- "icon": "clipboard-list",
4372
- "label": "Orders"
4370
+ "label": "Orders",
4371
+ "href": "/orders",
4372
+ "icon": "clipboard-list"
4373
4373
  }
4374
4374
  ],
4375
4375
  "appName": "ServiceMarketplace",
4376
4376
  "children": [
4377
4377
  {
4378
4378
  "type": "stack",
4379
- "gap": "lg",
4380
4379
  "children": [
4381
4380
  {
4382
- "direction": "horizontal",
4383
- "type": "stack",
4384
- "gap": "md",
4385
- "align": "center",
4386
4381
  "children": [
4387
4382
  {
4388
4383
  "name": "credit-card",
4389
4384
  "type": "icon"
4390
4385
  },
4391
4386
  {
4392
- "type": "typography",
4393
4387
  "variant": "h2",
4388
+ "type": "typography",
4394
4389
  "content": "Payment"
4395
4390
  }
4396
- ]
4391
+ ],
4392
+ "type": "stack",
4393
+ "direction": "horizontal",
4394
+ "gap": "md",
4395
+ "align": "center"
4397
4396
  },
4398
4397
  {
4399
4398
  "type": "divider"
4400
4399
  },
4401
4400
  {
4402
- "type": "stack",
4403
4401
  "gap": "md",
4402
+ "direction": "vertical",
4404
4403
  "children": [
4405
4404
  {
4406
- "type": "input",
4405
+ "placeholder": "0.00",
4407
4406
  "inputType": "number",
4408
- "placeholder": "0.00"
4407
+ "type": "input"
4409
4408
  },
4410
4409
  {
4411
- "type": "select",
4412
4410
  "options": [
4413
4411
  {
4414
- "label": "USD",
4415
- "value": "usd"
4412
+ "value": "usd",
4413
+ "label": "USD"
4416
4414
  },
4417
4415
  {
4418
4416
  "value": "eur",
4419
4417
  "label": "EUR"
4420
4418
  },
4421
4419
  {
4422
- "label": "GBP",
4423
- "value": "gbp"
4420
+ "value": "gbp",
4421
+ "label": "GBP"
4424
4422
  }
4425
- ]
4423
+ ],
4424
+ "type": "select"
4426
4425
  }
4427
4426
  ],
4428
- "direction": "vertical"
4427
+ "type": "stack"
4429
4428
  },
4430
4429
  {
4430
+ "type": "button",
4431
+ "icon": "credit-card",
4431
4432
  "variant": "primary",
4432
- "label": "Pay",
4433
4433
  "action": "CREATE_PAYMENT",
4434
- "icon": "credit-card",
4435
- "type": "button"
4434
+ "label": "Pay"
4436
4435
  }
4437
4436
  ],
4437
+ "direction": "vertical",
4438
4438
  "align": "center",
4439
- "direction": "vertical"
4439
+ "gap": "lg"
4440
4440
  }
4441
4441
  ],
4442
4442
  "type": "dashboard-layout"
@@ -4453,7 +4453,7 @@
4453
4453
  "render-ui",
4454
4454
  "main",
4455
4455
  {
4456
- "appName": "ServiceMarketplace",
4456
+ "type": "dashboard-layout",
4457
4457
  "navItems": [
4458
4458
  {
4459
4459
  "label": "Products",
@@ -4461,52 +4461,53 @@
4461
4461
  "href": "/products"
4462
4462
  },
4463
4463
  {
4464
+ "icon": "layout-list",
4464
4465
  "label": "Login",
4465
- "href": "/login",
4466
- "icon": "layout-list"
4466
+ "href": "/login"
4467
4467
  },
4468
4468
  {
4469
+ "href": "/checkout",
4469
4470
  "icon": "credit-card",
4470
- "label": "Checkout",
4471
- "href": "/checkout"
4471
+ "label": "Checkout"
4472
4472
  },
4473
4473
  {
4474
+ "icon": "clipboard-list",
4474
4475
  "label": "Orders",
4475
- "href": "/orders",
4476
- "icon": "clipboard-list"
4476
+ "href": "/orders"
4477
4477
  }
4478
4478
  ],
4479
+ "appName": "ServiceMarketplace",
4479
4480
  "children": [
4480
4481
  {
4482
+ "direction": "vertical",
4483
+ "align": "center",
4481
4484
  "children": [
4482
4485
  {
4483
- "align": "center",
4484
- "direction": "horizontal",
4485
4486
  "type": "stack",
4487
+ "direction": "horizontal",
4488
+ "align": "center",
4489
+ "gap": "md",
4486
4490
  "children": [
4487
4491
  {
4488
- "type": "icon",
4489
- "name": "credit-card"
4492
+ "name": "credit-card",
4493
+ "type": "icon"
4490
4494
  },
4491
4495
  {
4492
- "type": "typography",
4493
4496
  "content": "Payment",
4497
+ "type": "typography",
4494
4498
  "variant": "h2"
4495
4499
  }
4496
- ],
4497
- "gap": "md"
4500
+ ]
4498
4501
  },
4499
4502
  {
4500
4503
  "type": "divider"
4501
4504
  },
4502
4505
  {
4503
4506
  "type": "stack",
4504
- "direction": "vertical",
4505
- "gap": "md",
4506
4507
  "children": [
4507
4508
  {
4508
- "inputType": "number",
4509
4509
  "type": "input",
4510
+ "inputType": "number",
4510
4511
  "placeholder": "0.00"
4511
4512
  },
4512
4513
  {
@@ -4526,23 +4527,22 @@
4526
4527
  ],
4527
4528
  "type": "select"
4528
4529
  }
4529
- ]
4530
+ ],
4531
+ "direction": "vertical",
4532
+ "gap": "md"
4530
4533
  },
4531
4534
  {
4535
+ "action": "CREATE_PAYMENT",
4532
4536
  "variant": "primary",
4533
- "label": "Pay",
4534
4537
  "icon": "credit-card",
4535
- "type": "button",
4536
- "action": "CREATE_PAYMENT"
4538
+ "label": "Pay",
4539
+ "type": "button"
4537
4540
  }
4538
4541
  ],
4539
- "direction": "vertical",
4540
4542
  "gap": "lg",
4541
- "align": "center",
4542
4543
  "type": "stack"
4543
4544
  }
4544
- ],
4545
- "type": "dashboard-layout"
4545
+ ]
4546
4546
  }
4547
4547
  ]
4548
4548
  ]
@@ -4678,17 +4678,15 @@
4678
4678
  "render-ui",
4679
4679
  "main",
4680
4680
  {
4681
- "type": "dashboard-layout",
4682
- "appName": "ServiceMarketplace",
4683
4681
  "navItems": [
4684
4682
  {
4685
- "label": "Products",
4683
+ "icon": "package",
4686
4684
  "href": "/products",
4687
- "icon": "package"
4685
+ "label": "Products"
4688
4686
  },
4689
4687
  {
4690
- "icon": "layout-list",
4691
4688
  "href": "/login",
4689
+ "icon": "layout-list",
4692
4690
  "label": "Login"
4693
4691
  },
4694
4692
  {
@@ -4697,31 +4695,33 @@
4697
4695
  "label": "Checkout"
4698
4696
  },
4699
4697
  {
4700
- "label": "Orders",
4701
4698
  "href": "/orders",
4699
+ "label": "Orders",
4702
4700
  "icon": "clipboard-list"
4703
4701
  }
4704
4702
  ],
4703
+ "appName": "ServiceMarketplace",
4705
4704
  "children": [
4706
4705
  {
4707
- "direction": "vertical",
4708
4706
  "gap": "md",
4709
4707
  "align": "center",
4710
4708
  "type": "stack",
4711
4709
  "children": [
4712
4710
  {
4713
- "type": "icon",
4714
- "name": "mail"
4711
+ "name": "mail",
4712
+ "type": "icon"
4715
4713
  },
4716
4714
  {
4717
- "color": "muted",
4715
+ "content": "Receipt will be sent after payment.",
4718
4716
  "variant": "body",
4719
4717
  "type": "typography",
4720
- "content": "Receipt will be sent after payment."
4718
+ "color": "muted"
4721
4719
  }
4722
- ]
4720
+ ],
4721
+ "direction": "vertical"
4723
4722
  }
4724
- ]
4723
+ ],
4724
+ "type": "dashboard-layout"
4725
4725
  }
4726
4726
  ]
4727
4727
  ]
@@ -4737,9 +4737,9 @@
4737
4737
  {
4738
4738
  "navItems": [
4739
4739
  {
4740
+ "icon": "package",
4740
4741
  "label": "Products",
4741
- "href": "/products",
4742
- "icon": "package"
4742
+ "href": "/products"
4743
4743
  },
4744
4744
  {
4745
4745
  "label": "Login",
@@ -4747,25 +4747,25 @@
4747
4747
  "icon": "layout-list"
4748
4748
  },
4749
4749
  {
4750
- "label": "Checkout",
4751
4750
  "href": "/checkout",
4752
- "icon": "credit-card"
4751
+ "icon": "credit-card",
4752
+ "label": "Checkout"
4753
4753
  },
4754
4754
  {
4755
- "icon": "clipboard-list",
4755
+ "label": "Orders",
4756
4756
  "href": "/orders",
4757
- "label": "Orders"
4757
+ "icon": "clipboard-list"
4758
4758
  }
4759
4759
  ],
4760
- "appName": "ServiceMarketplace",
4760
+ "type": "dashboard-layout",
4761
4761
  "children": [
4762
4762
  {
4763
+ "type": "loading-state",
4763
4764
  "title": "Sending receipt...",
4764
- "message": "Delivering your payment receipt.",
4765
- "type": "loading-state"
4765
+ "message": "Delivering your payment receipt."
4766
4766
  }
4767
4767
  ],
4768
- "type": "dashboard-layout"
4768
+ "appName": "ServiceMarketplace"
4769
4769
  }
4770
4770
  ],
4771
4771
  [
@@ -4773,8 +4773,8 @@
4773
4773
  "email",
4774
4774
  "send",
4775
4775
  {
4776
- "to": "@entity.to",
4777
4776
  "subject": "@entity.subject",
4777
+ "to": "@entity.to",
4778
4778
  "body": "@entity.body"
4779
4779
  },
4780
4780
  {
@@ -4800,48 +4800,48 @@
4800
4800
  "render-ui",
4801
4801
  "main",
4802
4802
  {
4803
- "type": "dashboard-layout",
4804
- "children": [
4805
- {
4806
- "type": "stack",
4807
- "direction": "vertical",
4808
- "children": [
4809
- {
4810
- "type": "icon",
4811
- "name": "check-circle"
4812
- },
4813
- {
4814
- "message": "Receipt sent successfully",
4815
- "variant": "success",
4816
- "type": "alert"
4817
- }
4818
- ],
4819
- "align": "center",
4820
- "gap": "md"
4821
- }
4822
- ],
4823
4803
  "navItems": [
4824
4804
  {
4825
- "label": "Products",
4826
4805
  "icon": "package",
4806
+ "label": "Products",
4827
4807
  "href": "/products"
4828
4808
  },
4829
4809
  {
4810
+ "icon": "layout-list",
4830
4811
  "label": "Login",
4831
- "href": "/login",
4832
- "icon": "layout-list"
4812
+ "href": "/login"
4833
4813
  },
4834
4814
  {
4835
- "label": "Checkout",
4836
4815
  "icon": "credit-card",
4816
+ "label": "Checkout",
4837
4817
  "href": "/checkout"
4838
4818
  },
4839
4819
  {
4820
+ "label": "Orders",
4840
4821
  "href": "/orders",
4841
- "icon": "clipboard-list",
4842
- "label": "Orders"
4822
+ "icon": "clipboard-list"
4823
+ }
4824
+ ],
4825
+ "children": [
4826
+ {
4827
+ "children": [
4828
+ {
4829
+ "name": "check-circle",
4830
+ "type": "icon"
4831
+ },
4832
+ {
4833
+ "variant": "success",
4834
+ "message": "Receipt sent successfully",
4835
+ "type": "alert"
4836
+ }
4837
+ ],
4838
+ "direction": "vertical",
4839
+ "align": "center",
4840
+ "type": "stack",
4841
+ "gap": "md"
4843
4842
  }
4844
4843
  ],
4844
+ "type": "dashboard-layout",
4845
4845
  "appName": "ServiceMarketplace"
4846
4846
  }
4847
4847
  ]
@@ -4864,33 +4864,29 @@
4864
4864
  "type": "dashboard-layout",
4865
4865
  "navItems": [
4866
4866
  {
4867
+ "icon": "package",
4867
4868
  "label": "Products",
4868
- "href": "/products",
4869
- "icon": "package"
4869
+ "href": "/products"
4870
4870
  },
4871
4871
  {
4872
+ "icon": "layout-list",
4872
4873
  "label": "Login",
4873
- "href": "/login",
4874
- "icon": "layout-list"
4874
+ "href": "/login"
4875
4875
  },
4876
4876
  {
4877
- "icon": "credit-card",
4877
+ "label": "Checkout",
4878
4878
  "href": "/checkout",
4879
- "label": "Checkout"
4879
+ "icon": "credit-card"
4880
4880
  },
4881
4881
  {
4882
- "label": "Orders",
4883
4882
  "icon": "clipboard-list",
4883
+ "label": "Orders",
4884
4884
  "href": "/orders"
4885
4885
  }
4886
4886
  ],
4887
- "appName": "ServiceMarketplace",
4888
4887
  "children": [
4889
4888
  {
4890
- "gap": "md",
4891
4889
  "type": "stack",
4892
- "align": "center",
4893
- "direction": "vertical",
4894
4890
  "children": [
4895
4891
  {
4896
4892
  "type": "error-state",
@@ -4899,15 +4895,19 @@
4899
4895
  "onRetry": "RETRY_RECEIPT"
4900
4896
  },
4901
4897
  {
4898
+ "variant": "primary",
4899
+ "type": "button",
4902
4900
  "label": "Retry",
4903
4901
  "action": "RETRY_RECEIPT",
4904
- "type": "button",
4905
- "variant": "primary",
4906
4902
  "icon": "refresh-cw"
4907
4903
  }
4908
- ]
4904
+ ],
4905
+ "direction": "vertical",
4906
+ "gap": "md",
4907
+ "align": "center"
4909
4908
  }
4910
- ]
4909
+ ],
4910
+ "appName": "ServiceMarketplace"
4911
4911
  }
4912
4912
  ]
4913
4913
  ]
@@ -4921,8 +4921,8 @@
4921
4921
  "render-ui",
4922
4922
  "main",
4923
4923
  {
4924
- "title": "Resending receipt...",
4925
- "type": "loading-state"
4924
+ "type": "loading-state",
4925
+ "title": "Resending receipt..."
4926
4926
  }
4927
4927
  ],
4928
4928
  [
@@ -4930,9 +4930,9 @@
4930
4930
  "email",
4931
4931
  "send",
4932
4932
  {
4933
- "body": "@entity.body",
4934
4933
  "to": "@entity.to",
4935
- "subject": "@entity.subject"
4934
+ "subject": "@entity.subject",
4935
+ "body": "@entity.body"
4936
4936
  },
4937
4937
  {
4938
4938
  "emit": {
@@ -4952,19 +4952,11 @@
4952
4952
  "render-ui",
4953
4953
  "main",
4954
4954
  {
4955
- "type": "dashboard-layout",
4956
- "children": [
4957
- {
4958
- "title": "Sending receipt...",
4959
- "type": "loading-state",
4960
- "message": "Delivering your payment receipt."
4961
- }
4962
- ],
4963
4955
  "navItems": [
4964
4956
  {
4957
+ "icon": "package",
4965
4958
  "href": "/products",
4966
- "label": "Products",
4967
- "icon": "package"
4959
+ "label": "Products"
4968
4960
  },
4969
4961
  {
4970
4962
  "label": "Login",
@@ -4972,17 +4964,25 @@
4972
4964
  "icon": "layout-list"
4973
4965
  },
4974
4966
  {
4975
- "label": "Checkout",
4967
+ "icon": "credit-card",
4976
4968
  "href": "/checkout",
4977
- "icon": "credit-card"
4969
+ "label": "Checkout"
4978
4970
  },
4979
4971
  {
4980
- "label": "Orders",
4981
4972
  "icon": "clipboard-list",
4973
+ "label": "Orders",
4982
4974
  "href": "/orders"
4983
4975
  }
4984
4976
  ],
4985
- "appName": "ServiceMarketplace"
4977
+ "type": "dashboard-layout",
4978
+ "appName": "ServiceMarketplace",
4979
+ "children": [
4980
+ {
4981
+ "message": "Delivering your payment receipt.",
4982
+ "type": "loading-state",
4983
+ "title": "Sending receipt..."
4984
+ }
4985
+ ]
4986
4986
  }
4987
4987
  ],
4988
4988
  [
@@ -5306,21 +5306,21 @@
5306
5306
  "render-ui",
5307
5307
  "main",
5308
5308
  {
5309
- "direction": "vertical",
5310
- "align": "center",
5311
- "className": "py-12",
5312
5309
  "gap": "md",
5310
+ "align": "center",
5311
+ "direction": "vertical",
5313
5312
  "children": [
5314
5313
  {
5315
5314
  "type": "spinner"
5316
5315
  },
5317
5316
  {
5318
- "color": "muted",
5319
- "content": "Loading…",
5320
5317
  "variant": "caption",
5321
- "type": "typography"
5318
+ "type": "typography",
5319
+ "content": "Loading…",
5320
+ "color": "muted"
5322
5321
  }
5323
5322
  ],
5323
+ "className": "py-12",
5324
5324
  "type": "stack"
5325
5325
  }
5326
5326
  ]
@@ -5335,21 +5335,17 @@
5335
5335
  "render-ui",
5336
5336
  "main",
5337
5337
  {
5338
- "appName": "ServiceMarketplace",
5338
+ "type": "dashboard-layout",
5339
5339
  "children": [
5340
5340
  {
5341
5341
  "children": [
5342
5342
  {
5343
- "gap": "md",
5344
- "direction": "horizontal",
5345
5343
  "justify": "between",
5346
5344
  "align": "center",
5347
- "type": "stack",
5348
5345
  "children": [
5349
5346
  {
5350
- "type": "stack",
5347
+ "gap": "sm",
5351
5348
  "direction": "horizontal",
5352
- "align": "center",
5353
5349
  "children": [
5354
5350
  {
5355
5351
  "type": "icon",
@@ -5357,114 +5353,118 @@
5357
5353
  },
5358
5354
  {
5359
5355
  "type": "typography",
5360
- "content": "Orders",
5361
- "variant": "h2"
5356
+ "variant": "h2",
5357
+ "content": "Orders"
5362
5358
  }
5363
5359
  ],
5364
- "gap": "sm"
5360
+ "type": "stack",
5361
+ "align": "center"
5365
5362
  },
5366
5363
  {
5367
- "direction": "horizontal",
5364
+ "gap": "sm",
5368
5365
  "children": [
5369
5366
  {
5370
- "label": "Create Order",
5371
- "type": "button",
5372
- "action": "CREATE",
5373
5367
  "variant": "primary",
5374
- "icon": "plus"
5368
+ "action": "CREATE",
5369
+ "label": "Create Order",
5370
+ "icon": "plus",
5371
+ "type": "button"
5375
5372
  }
5376
5373
  ],
5377
- "type": "stack",
5378
- "gap": "sm"
5374
+ "direction": "horizontal",
5375
+ "type": "stack"
5379
5376
  }
5380
- ]
5377
+ ],
5378
+ "gap": "md",
5379
+ "type": "stack",
5380
+ "direction": "horizontal"
5381
5381
  },
5382
5382
  {
5383
5383
  "type": "divider"
5384
5384
  },
5385
5385
  {
5386
+ "itemActions": [
5387
+ {
5388
+ "label": "View",
5389
+ "variant": "ghost",
5390
+ "event": "VIEW"
5391
+ },
5392
+ {
5393
+ "event": "EDIT",
5394
+ "label": "Edit",
5395
+ "variant": "ghost"
5396
+ },
5397
+ {
5398
+ "event": "DELETE",
5399
+ "variant": "danger",
5400
+ "label": "Delete"
5401
+ }
5402
+ ],
5403
+ "entity": "@payload.data",
5404
+ "type": "data-grid",
5386
5405
  "fields": [
5387
5406
  {
5407
+ "icon": "list",
5388
5408
  "label": "Product Name",
5389
5409
  "name": "productName",
5390
- "variant": "h4",
5391
- "icon": "list"
5410
+ "variant": "h4"
5392
5411
  },
5393
5412
  {
5394
- "name": "amount",
5413
+ "label": "Amount",
5395
5414
  "colorMap": {
5396
5415
  "completed": "success",
5397
- "pending": "warning",
5398
- "cancelled": "destructive",
5399
- "failed": "destructive",
5400
- "error": "destructive",
5401
- "scheduled": "warning",
5402
- "disabled": "neutral",
5416
+ "draft": "warning",
5403
5417
  "done": "success",
5418
+ "scheduled": "warning",
5404
5419
  "active": "success",
5405
- "draft": "warning",
5406
5420
  "archived": "neutral",
5421
+ "error": "destructive",
5422
+ "failed": "destructive",
5423
+ "pending": "warning",
5424
+ "disabled": "neutral",
5425
+ "cancelled": "destructive",
5407
5426
  "inactive": "neutral"
5408
5427
  },
5409
5428
  "variant": "badge",
5410
- "label": "Amount"
5429
+ "name": "amount"
5411
5430
  },
5412
5431
  {
5413
- "label": "Payment Status",
5414
5432
  "name": "paymentStatus",
5415
- "variant": "caption"
5416
- }
5417
- ],
5418
- "type": "data-grid",
5419
- "entity": "@payload.data",
5420
- "itemActions": [
5421
- {
5422
- "variant": "ghost",
5423
- "label": "View",
5424
- "event": "VIEW"
5425
- },
5426
- {
5427
- "label": "Edit",
5428
- "event": "EDIT",
5429
- "variant": "ghost"
5430
- },
5431
- {
5432
- "variant": "danger",
5433
- "label": "Delete",
5434
- "event": "DELETE"
5433
+ "variant": "caption",
5434
+ "label": "Payment Status"
5435
5435
  }
5436
5436
  ]
5437
5437
  }
5438
5438
  ],
5439
+ "className": "max-w-5xl mx-auto w-full",
5439
5440
  "direction": "vertical",
5440
5441
  "type": "stack",
5441
- "gap": "lg",
5442
- "className": "max-w-5xl mx-auto w-full"
5442
+ "gap": "lg"
5443
5443
  }
5444
5444
  ],
5445
- "type": "dashboard-layout",
5446
5445
  "navItems": [
5447
5446
  {
5448
5447
  "label": "Products",
5449
- "href": "/products",
5450
- "icon": "package"
5448
+ "icon": "package",
5449
+ "href": "/products"
5451
5450
  },
5452
5451
  {
5452
+ "label": "Login",
5453
5453
  "href": "/login",
5454
- "icon": "layout-list",
5455
- "label": "Login"
5454
+ "icon": "layout-list"
5456
5455
  },
5457
5456
  {
5458
5457
  "label": "Checkout",
5459
- "href": "/checkout",
5460
- "icon": "credit-card"
5458
+ "icon": "credit-card",
5459
+ "href": "/checkout"
5461
5460
  },
5462
5461
  {
5463
5462
  "label": "Orders",
5464
- "href": "/orders",
5465
- "icon": "clipboard-list"
5463
+ "icon": "clipboard-list",
5464
+ "href": "/orders"
5466
5465
  }
5467
- ]
5466
+ ],
5467
+ "appName": "ServiceMarketplace"
5468
5468
  }
5469
5469
  ]
5470
5470
  ]
@@ -5478,36 +5478,36 @@
5478
5478
  "render-ui",
5479
5479
  "main",
5480
5480
  {
5481
+ "className": "py-12",
5481
5482
  "gap": "md",
5482
- "align": "center",
5483
- "direction": "vertical",
5484
5483
  "type": "stack",
5485
- "className": "py-12",
5486
5484
  "children": [
5487
5485
  {
5488
- "color": "destructive",
5489
5486
  "type": "icon",
5490
- "name": "alert-triangle"
5487
+ "name": "alert-triangle",
5488
+ "color": "destructive"
5491
5489
  },
5492
5490
  {
5493
- "content": "Failed to load order",
5494
5491
  "type": "typography",
5492
+ "content": "Failed to load order",
5495
5493
  "variant": "h3"
5496
5494
  },
5497
5495
  {
5498
- "type": "typography",
5499
- "content": "@payload.error",
5500
5496
  "color": "muted",
5501
- "variant": "body"
5497
+ "variant": "body",
5498
+ "type": "typography",
5499
+ "content": "@payload.error"
5502
5500
  },
5503
5501
  {
5504
- "action": "INIT",
5505
- "icon": "rotate-ccw",
5506
5502
  "variant": "primary",
5507
5503
  "type": "button",
5508
- "label": "Retry"
5504
+ "action": "INIT",
5505
+ "label": "Retry",
5506
+ "icon": "rotate-ccw"
5509
5507
  }
5510
- ]
5508
+ ],
5509
+ "direction": "vertical",
5510
+ "align": "center"
5511
5511
  }
5512
5512
  ]
5513
5513
  ]
@@ -5682,8 +5682,8 @@
5682
5682
  "Order",
5683
5683
  {
5684
5684
  "emit": {
5685
- "success": "OrderLoaded",
5686
- "failure": "OrderLoadFailed"
5685
+ "failure": "OrderLoadFailed",
5686
+ "success": "OrderLoaded"
5687
5687
  }
5688
5688
  }
5689
5689
  ]
@@ -5713,35 +5713,35 @@
5713
5713
  "direction": "vertical",
5714
5714
  "children": [
5715
5715
  {
5716
- "type": "stack",
5717
5716
  "direction": "horizontal",
5718
- "gap": "sm",
5719
5717
  "children": [
5720
5718
  {
5721
5719
  "name": "plus-circle",
5722
5720
  "type": "icon"
5723
5721
  },
5724
5722
  {
5725
- "content": "Create Order",
5726
5723
  "variant": "h3",
5727
- "type": "typography"
5724
+ "type": "typography",
5725
+ "content": "Create Order"
5728
5726
  }
5729
- ]
5727
+ ],
5728
+ "type": "stack",
5729
+ "gap": "sm"
5730
5730
  },
5731
5731
  {
5732
5732
  "type": "divider"
5733
5733
  },
5734
5734
  {
5735
- "type": "form-section",
5735
+ "mode": "create",
5736
+ "submitEvent": "SAVE",
5736
5737
  "fields": [
5737
5738
  "productName",
5738
5739
  "amount",
5739
5740
  "paymentStatus",
5740
5741
  "orderDate"
5741
5742
  ],
5742
- "cancelEvent": "CLOSE",
5743
- "mode": "create",
5744
- "submitEvent": "SAVE"
5743
+ "type": "form-section",
5744
+ "cancelEvent": "CLOSE"
5745
5745
  }
5746
5746
  ]
5747
5747
  }
@@ -5784,8 +5784,8 @@
5784
5784
  "@payload.data",
5785
5785
  {
5786
5786
  "emit": {
5787
- "failure": "OrderSaveFailed",
5788
- "success": "OrderSaved"
5787
+ "success": "OrderSaved",
5788
+ "failure": "OrderSaveFailed"
5789
5789
  }
5790
5790
  }
5791
5791
  ],
@@ -6011,17 +6011,19 @@
6011
6011
  "fetch",
6012
6012
  "Order",
6013
6013
  {
6014
+ "id": "@payload.id",
6014
6015
  "emit": {
6015
6016
  "success": "OrderLoaded",
6016
6017
  "failure": "OrderLoadFailed"
6017
- },
6018
- "id": "@payload.id"
6018
+ }
6019
6019
  }
6020
6020
  ],
6021
6021
  [
6022
6022
  "render-ui",
6023
6023
  "modal",
6024
6024
  {
6025
+ "direction": "vertical",
6026
+ "gap": "md",
6025
6027
  "children": [
6026
6028
  {
6027
6029
  "gap": "sm",
@@ -6029,12 +6031,12 @@
6029
6031
  "direction": "horizontal",
6030
6032
  "children": [
6031
6033
  {
6032
- "name": "edit",
6033
- "type": "icon"
6034
+ "type": "icon",
6035
+ "name": "edit"
6034
6036
  },
6035
6037
  {
6036
- "type": "typography",
6037
6038
  "content": "Edit Order",
6039
+ "type": "typography",
6038
6040
  "variant": "h3"
6039
6041
  }
6040
6042
  ]
@@ -6056,9 +6058,7 @@
6056
6058
  "entity": "@payload.row"
6057
6059
  }
6058
6060
  ],
6059
- "direction": "vertical",
6060
- "type": "stack",
6061
- "gap": "md"
6061
+ "type": "stack"
6062
6062
  }
6063
6063
  ]
6064
6064
  ]
@@ -6270,8 +6270,8 @@
6270
6270
  "Order",
6271
6271
  {
6272
6272
  "emit": {
6273
- "success": "OrderLoaded",
6274
- "failure": "OrderLoadFailed"
6273
+ "failure": "OrderLoadFailed",
6274
+ "success": "OrderLoaded"
6275
6275
  }
6276
6276
  }
6277
6277
  ]
@@ -6286,11 +6286,11 @@
6286
6286
  "fetch",
6287
6287
  "Order",
6288
6288
  {
6289
- "id": "@payload.id",
6290
6289
  "emit": {
6291
6290
  "failure": "OrderLoadFailed",
6292
6291
  "success": "OrderLoaded"
6293
- }
6292
+ },
6293
+ "id": "@payload.id"
6294
6294
  }
6295
6295
  ],
6296
6296
  [
@@ -6298,24 +6298,23 @@
6298
6298
  "modal",
6299
6299
  {
6300
6300
  "direction": "vertical",
6301
- "type": "stack",
6302
6301
  "gap": "md",
6303
6302
  "children": [
6304
6303
  {
6305
6304
  "type": "stack",
6306
- "gap": "sm",
6305
+ "direction": "horizontal",
6307
6306
  "children": [
6308
6307
  {
6309
- "name": "eye",
6310
- "type": "icon"
6308
+ "type": "icon",
6309
+ "name": "eye"
6311
6310
  },
6312
6311
  {
6312
+ "type": "typography",
6313
6313
  "content": "@entity.productName",
6314
- "variant": "h3",
6315
- "type": "typography"
6314
+ "variant": "h3"
6316
6315
  }
6317
6316
  ],
6318
- "direction": "horizontal",
6317
+ "gap": "sm",
6319
6318
  "align": "center"
6320
6319
  },
6321
6320
  {
@@ -6323,22 +6322,23 @@
6323
6322
  },
6324
6323
  {
6325
6324
  "gap": "md",
6326
- "type": "stack",
6327
- "direction": "horizontal",
6328
6325
  "children": [
6329
6326
  {
6330
- "content": "Product Name",
6331
6327
  "type": "typography",
6332
- "variant": "caption"
6328
+ "variant": "caption",
6329
+ "content": "Product Name"
6333
6330
  },
6334
6331
  {
6335
6332
  "content": "@entity.productName",
6336
- "type": "typography",
6337
- "variant": "body"
6333
+ "variant": "body",
6334
+ "type": "typography"
6338
6335
  }
6339
- ]
6336
+ ],
6337
+ "direction": "horizontal",
6338
+ "type": "stack"
6340
6339
  },
6341
6340
  {
6341
+ "direction": "horizontal",
6342
6342
  "gap": "md",
6343
6343
  "children": [
6344
6344
  {
@@ -6348,72 +6348,72 @@
6348
6348
  },
6349
6349
  {
6350
6350
  "variant": "body",
6351
- "content": "@entity.amount",
6352
- "type": "typography"
6351
+ "type": "typography",
6352
+ "content": "@entity.amount"
6353
6353
  }
6354
6354
  ],
6355
- "type": "stack",
6356
- "direction": "horizontal"
6355
+ "type": "stack"
6357
6356
  },
6358
6357
  {
6358
+ "direction": "horizontal",
6359
6359
  "type": "stack",
6360
+ "gap": "md",
6360
6361
  "children": [
6361
6362
  {
6362
- "content": "Payment Status",
6363
6363
  "variant": "caption",
6364
- "type": "typography"
6364
+ "type": "typography",
6365
+ "content": "Payment Status"
6365
6366
  },
6366
6367
  {
6367
- "variant": "body",
6368
6368
  "type": "typography",
6369
+ "variant": "body",
6369
6370
  "content": "@entity.paymentStatus"
6370
6371
  }
6371
- ],
6372
- "direction": "horizontal",
6373
- "gap": "md"
6372
+ ]
6374
6373
  },
6375
6374
  {
6375
+ "direction": "horizontal",
6376
6376
  "gap": "md",
6377
6377
  "children": [
6378
6378
  {
6379
+ "type": "typography",
6379
6380
  "variant": "caption",
6380
- "content": "Order Date",
6381
- "type": "typography"
6381
+ "content": "Order Date"
6382
6382
  },
6383
6383
  {
6384
- "content": "@entity.orderDate",
6384
+ "type": "typography",
6385
6385
  "variant": "body",
6386
- "type": "typography"
6386
+ "content": "@entity.orderDate"
6387
6387
  }
6388
6388
  ],
6389
- "type": "stack",
6390
- "direction": "horizontal"
6389
+ "type": "stack"
6391
6390
  },
6392
6391
  {
6393
6392
  "type": "divider"
6394
6393
  },
6395
6394
  {
6396
- "justify": "end",
6395
+ "gap": "sm",
6397
6396
  "children": [
6398
6397
  {
6399
- "icon": "edit",
6400
- "label": "Edit",
6398
+ "type": "button",
6401
6399
  "variant": "primary",
6402
6400
  "action": "EDIT",
6403
- "type": "button"
6401
+ "label": "Edit",
6402
+ "icon": "edit"
6404
6403
  },
6405
6404
  {
6406
- "label": "Close",
6405
+ "action": "CLOSE",
6407
6406
  "variant": "ghost",
6408
- "type": "button",
6409
- "action": "CLOSE"
6407
+ "label": "Close",
6408
+ "type": "button"
6410
6409
  }
6411
6410
  ],
6412
6411
  "direction": "horizontal",
6413
- "gap": "sm",
6412
+ "justify": "end",
6414
6413
  "type": "stack"
6415
6414
  }
6416
- ]
6415
+ ],
6416
+ "type": "stack"
6417
6417
  }
6418
6418
  ]
6419
6419
  ]
@@ -6658,8 +6658,8 @@
6658
6658
  {
6659
6659
  "id": "@payload.id",
6660
6660
  "emit": {
6661
- "failure": "OrderLoadFailed",
6662
- "success": "OrderLoaded"
6661
+ "success": "OrderLoaded",
6662
+ "failure": "OrderLoadFailed"
6663
6663
  }
6664
6664
  }
6665
6665
  ],
@@ -6674,11 +6674,11 @@
6674
6674
  {
6675
6675
  "direction": "horizontal",
6676
6676
  "align": "center",
6677
- "gap": "sm",
6677
+ "type": "stack",
6678
6678
  "children": [
6679
6679
  {
6680
- "name": "alert-triangle",
6681
- "type": "icon"
6680
+ "type": "icon",
6681
+ "name": "alert-triangle"
6682
6682
  },
6683
6683
  {
6684
6684
  "type": "typography",
@@ -6686,34 +6686,34 @@
6686
6686
  "variant": "h3"
6687
6687
  }
6688
6688
  ],
6689
- "type": "stack"
6689
+ "gap": "sm"
6690
6690
  },
6691
6691
  {
6692
6692
  "type": "divider"
6693
6693
  },
6694
6694
  {
6695
+ "message": "This action cannot be undone.",
6695
6696
  "type": "alert",
6696
- "variant": "error",
6697
- "message": "This action cannot be undone."
6697
+ "variant": "error"
6698
6698
  },
6699
6699
  {
6700
+ "type": "stack",
6701
+ "justify": "end",
6700
6702
  "children": [
6701
6703
  {
6702
6704
  "type": "button",
6703
- "label": "Cancel",
6704
6705
  "action": "CANCEL",
6706
+ "label": "Cancel",
6705
6707
  "variant": "ghost"
6706
6708
  },
6707
6709
  {
6708
6710
  "variant": "danger",
6709
- "type": "button",
6710
6711
  "label": "Delete",
6711
6712
  "icon": "check",
6713
+ "type": "button",
6712
6714
  "action": "CONFIRM_DELETE"
6713
6715
  }
6714
6716
  ],
6715
- "type": "stack",
6716
- "justify": "end",
6717
6717
  "direction": "horizontal",
6718
6718
  "gap": "sm"
6719
6719
  }
@@ -6789,8 +6789,8 @@
6789
6789
  "Order",
6790
6790
  {
6791
6791
  "emit": {
6792
- "failure": "OrderLoadFailed",
6793
- "success": "OrderLoaded"
6792
+ "success": "OrderLoaded",
6793
+ "failure": "OrderLoadFailed"
6794
6794
  }
6795
6795
  }
6796
6796
  ]
@@ -6818,8 +6818,8 @@
6818
6818
  "Order",
6819
6819
  {
6820
6820
  "emit": {
6821
- "failure": "OrderLoadFailed",
6822
- "success": "OrderLoaded"
6821
+ "success": "OrderLoaded",
6822
+ "failure": "OrderLoadFailed"
6823
6823
  }
6824
6824
  }
6825
6825
  ]