@almadar/std 14.25.0 → 14.27.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 (431) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  25. package/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  28. package/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  30. package/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  33. package/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  37. package/behaviors/registry/app/atoms/std-donor.orb +440 -153
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  39. package/behaviors/registry/app/atoms/std-driver.orb +477 -492
  40. package/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  42. package/behaviors/registry/app/atoms/std-event.orb +467 -669
  43. package/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  44. package/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  45. package/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  47. package/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  49. package/behaviors/registry/app/atoms/std-lease.orb +508 -184
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  52. package/behaviors/registry/app/atoms/std-matter.orb +482 -336
  53. package/behaviors/registry/app/atoms/std-membership.orb +521 -113
  54. package/behaviors/registry/app/atoms/std-menu.orb +766 -174
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  60. package/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  66. package/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  68. package/behaviors/registry/app/atoms/std-segment.orb +367 -113
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  70. package/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  71. package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  75. package/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  79. package/behaviors/registry/app/atoms/std-trial.orb +423 -337
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  83. package/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  85. package/behaviors/registry/app/molecules/std-application.orb +168 -253
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  87. package/behaviors/registry/app/molecules/std-cart.orb +82 -76
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  92. package/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  97. package/behaviors/registry/app/organisms/std-cms.orb +315 -315
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  100. package/behaviors/registry/app/organisms/std-crm.orb +265 -265
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  106. package/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  110. package/behaviors/registry/app/organisms/std-forum.orb +150 -150
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  114. package/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  117. package/behaviors/registry/app/organisms/std-listings.orb +147 -147
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  122. package/behaviors/registry/app/organisms/std-notes.orb +112 -112
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  131. package/behaviors/registry/app/organisms/std-survey.orb +129 -129
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  134. package/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  137. package/behaviors/registry/core/atoms/std-browse.orb +58 -58
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  139. package/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  142. package/behaviors/registry/core/atoms/std-display.orb +1 -1
  143. package/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  145. package/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  146. package/behaviors/registry/core/atoms/std-filter.orb +12 -12
  147. package/behaviors/registry/core/atoms/std-flag.orb +95 -95
  148. package/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  153. package/behaviors/registry/core/atoms/std-modal.orb +20 -20
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  155. package/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  156. package/behaviors/registry/core/atoms/std-push.orb +38 -38
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  159. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  162. package/behaviors/registry/core/atoms/std-search.orb +9 -9
  163. package/behaviors/registry/core/atoms/std-selection.orb +77 -77
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  165. package/behaviors/registry/core/atoms/std-stats.orb +104 -104
  166. package/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  168. package/behaviors/registry/core/atoms/std-thread.orb +56 -56
  169. package/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  177. package/behaviors/registry/core/molecules/std-list.orb +71 -71
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  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 +227 -152
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  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 +27 -27
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  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 +56 -56
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  191. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  192. package/behaviors/registry/game/atoms/std-timer.orb +266 -266
  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 +32 -32
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  203. package/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  204. package/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  208. package/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  216. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  217. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  218. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  219. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  220. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  221. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  222. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  223. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  224. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  225. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  226. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  227. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  228. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  229. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  230. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  231. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  232. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  233. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  234. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  235. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  236. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  237. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  238. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  239. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  240. package/dist/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  241. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  242. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  243. package/dist/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  244. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  245. package/dist/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  246. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  247. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  248. package/dist/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  249. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  250. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  251. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  252. package/dist/behaviors/registry/app/atoms/std-donor.orb +440 -153
  253. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  254. package/dist/behaviors/registry/app/atoms/std-driver.orb +477 -492
  255. package/dist/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  256. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  257. package/dist/behaviors/registry/app/atoms/std-event.orb +467 -669
  258. package/dist/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  259. package/dist/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  260. package/dist/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  261. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  262. package/dist/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  263. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  264. package/dist/behaviors/registry/app/atoms/std-lease.orb +508 -184
  265. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  266. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  267. package/dist/behaviors/registry/app/atoms/std-matter.orb +482 -336
  268. package/dist/behaviors/registry/app/atoms/std-membership.orb +521 -113
  269. package/dist/behaviors/registry/app/atoms/std-menu.orb +766 -174
  270. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  271. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  272. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  273. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  274. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  275. package/dist/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  276. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  277. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  278. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  279. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  280. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  281. package/dist/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  282. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  283. package/dist/behaviors/registry/app/atoms/std-segment.orb +367 -113
  284. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  285. package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  286. package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  287. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  288. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  289. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  290. package/dist/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  291. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  292. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  293. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  294. package/dist/behaviors/registry/app/atoms/std-trial.orb +423 -337
  295. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  296. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  297. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  298. package/dist/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  299. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  300. package/dist/behaviors/registry/app/molecules/std-application.orb +168 -253
  301. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  302. package/dist/behaviors/registry/app/molecules/std-cart.orb +82 -76
  303. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  304. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  305. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  306. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  307. package/dist/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  308. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  309. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  310. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  311. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  312. package/dist/behaviors/registry/app/organisms/std-cms.orb +315 -315
  313. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  314. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  315. package/dist/behaviors/registry/app/organisms/std-crm.orb +265 -265
  316. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  317. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  318. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  319. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  320. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  321. package/dist/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  322. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  323. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  324. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  325. package/dist/behaviors/registry/app/organisms/std-forum.orb +150 -150
  326. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  327. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  328. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  329. package/dist/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  330. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  331. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  332. package/dist/behaviors/registry/app/organisms/std-listings.orb +147 -147
  333. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  334. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  335. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  336. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  337. package/dist/behaviors/registry/app/organisms/std-notes.orb +112 -112
  338. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  339. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  340. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  341. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  342. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  343. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  344. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  345. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  346. package/dist/behaviors/registry/app/organisms/std-survey.orb +129 -129
  347. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  348. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  349. package/dist/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  350. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  351. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  352. package/dist/behaviors/registry/core/atoms/std-browse.orb +58 -58
  353. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  354. package/dist/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  355. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  356. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  357. package/dist/behaviors/registry/core/atoms/std-display.orb +1 -1
  358. package/dist/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  359. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  360. package/dist/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  361. package/dist/behaviors/registry/core/atoms/std-filter.orb +12 -12
  362. package/dist/behaviors/registry/core/atoms/std-flag.orb +95 -95
  363. package/dist/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  364. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  365. package/dist/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  366. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  367. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  368. package/dist/behaviors/registry/core/atoms/std-modal.orb +20 -20
  369. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  370. package/dist/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  371. package/dist/behaviors/registry/core/atoms/std-push.orb +38 -38
  372. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  373. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  374. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  375. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  376. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  377. package/dist/behaviors/registry/core/atoms/std-search.orb +9 -9
  378. package/dist/behaviors/registry/core/atoms/std-selection.orb +77 -77
  379. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  380. package/dist/behaviors/registry/core/atoms/std-stats.orb +104 -104
  381. package/dist/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  382. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  383. package/dist/behaviors/registry/core/atoms/std-thread.orb +56 -56
  384. package/dist/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  385. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  386. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  387. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  388. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  389. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  390. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  391. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  392. package/dist/behaviors/registry/core/molecules/std-list.orb +71 -71
  393. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  394. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  395. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  396. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  397. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  398. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  399. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  400. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  401. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  402. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  403. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  404. package/dist/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  405. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  406. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  407. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -266
  408. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  409. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  410. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  411. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  412. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  413. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  414. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  415. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  416. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  417. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  418. package/dist/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  419. package/dist/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  420. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  421. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  422. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  423. package/dist/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  424. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  425. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  426. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  427. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  428. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  429. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  430. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  431. 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
  ],
@@ -815,21 +815,21 @@
815
815
  "main",
816
816
  {
817
817
  "className": "py-12",
818
+ "gap": "md",
818
819
  "children": [
819
820
  {
820
821
  "type": "spinner"
821
822
  },
822
823
  {
823
824
  "content": "Loading…",
824
- "type": "typography",
825
825
  "variant": "caption",
826
+ "type": "typography",
826
827
  "color": "muted"
827
828
  }
828
829
  ],
829
- "direction": "vertical",
830
- "type": "stack",
831
830
  "align": "center",
832
- "gap": "md"
831
+ "type": "stack",
832
+ "direction": "vertical"
833
833
  }
834
834
  ]
835
835
  ]
@@ -843,19 +843,21 @@
843
843
  "render-ui",
844
844
  "main",
845
845
  {
846
- "appName": "ServiceMarketplace",
847
846
  "children": [
848
847
  {
849
848
  "type": "stack",
850
- "className": "max-w-5xl mx-auto w-full",
849
+ "direction": "vertical",
851
850
  "gap": "lg",
851
+ "className": "max-w-5xl mx-auto w-full",
852
852
  "children": [
853
853
  {
854
+ "align": "center",
854
855
  "justify": "between",
855
- "type": "stack",
856
- "gap": "md",
857
856
  "children": [
858
857
  {
858
+ "gap": "sm",
859
+ "type": "stack",
860
+ "align": "center",
859
861
  "children": [
860
862
  {
861
863
  "type": "icon",
@@ -867,67 +869,65 @@
867
869
  "type": "typography"
868
870
  }
869
871
  ],
870
- "type": "stack",
871
- "gap": "sm",
872
- "align": "center",
873
872
  "direction": "horizontal"
874
873
  },
875
874
  {
876
- "direction": "horizontal",
877
- "gap": "sm",
878
- "type": "stack",
879
875
  "children": [
880
876
  {
881
877
  "label": "Create Product",
882
- "action": "CREATE",
883
878
  "variant": "primary",
884
879
  "icon": "plus",
880
+ "action": "CREATE",
885
881
  "type": "button"
886
882
  }
887
- ]
883
+ ],
884
+ "direction": "horizontal",
885
+ "gap": "sm",
886
+ "type": "stack"
888
887
  }
889
888
  ],
890
889
  "direction": "horizontal",
891
- "align": "center"
890
+ "type": "stack",
891
+ "gap": "md"
892
892
  },
893
893
  {
894
894
  "type": "divider"
895
895
  },
896
896
  {
897
+ "type": "data-grid",
897
898
  "entity": "@payload.data",
898
899
  "fields": [
899
900
  {
901
+ "icon": "shopping-bag",
900
902
  "label": "Name",
901
903
  "variant": "h4",
902
- "name": "name",
903
- "icon": "shopping-bag"
904
+ "name": "name"
904
905
  },
905
906
  {
906
907
  "name": "description",
907
908
  "colorMap": {
908
- "cancelled": "destructive",
909
- "pending": "warning",
910
- "completed": "success",
911
- "scheduled": "warning",
909
+ "error": "destructive",
912
910
  "disabled": "neutral",
913
- "active": "success",
914
- "done": "success",
915
- "archived": "neutral",
916
911
  "draft": "warning",
912
+ "cancelled": "destructive",
913
+ "failed": "destructive",
914
+ "archived": "neutral",
915
+ "scheduled": "warning",
916
+ "completed": "success",
917
917
  "inactive": "neutral",
918
- "error": "destructive",
919
- "failed": "destructive"
918
+ "active": "success",
919
+ "pending": "warning",
920
+ "done": "success"
920
921
  },
921
- "variant": "badge",
922
- "label": "Description"
922
+ "label": "Description",
923
+ "variant": "badge"
923
924
  },
924
925
  {
925
- "variant": "caption",
926
926
  "name": "price",
927
- "label": "Price"
927
+ "label": "Price",
928
+ "variant": "caption"
928
929
  }
929
930
  ],
930
- "type": "data-grid",
931
931
  "itemActions": [
932
932
  {
933
933
  "event": "VIEW",
@@ -935,27 +935,25 @@
935
935
  "label": "View"
936
936
  },
937
937
  {
938
- "label": "Edit",
939
938
  "event": "EDIT",
939
+ "label": "Edit",
940
940
  "variant": "ghost"
941
941
  },
942
942
  {
943
- "event": "CHECKOUT",
943
+ "variant": "primary",
944
944
  "label": "Checkout",
945
- "variant": "primary"
945
+ "event": "CHECKOUT"
946
946
  },
947
947
  {
948
- "variant": "danger",
949
948
  "event": "DELETE",
949
+ "variant": "danger",
950
950
  "label": "Delete"
951
951
  }
952
952
  ]
953
953
  }
954
- ],
955
- "direction": "vertical"
954
+ ]
956
955
  }
957
956
  ],
958
- "type": "dashboard-layout",
959
957
  "navItems": [
960
958
  {
961
959
  "icon": "package",
@@ -968,16 +966,18 @@
968
966
  "label": "Login"
969
967
  },
970
968
  {
971
- "icon": "credit-card",
972
969
  "label": "Checkout",
973
- "href": "/checkout"
970
+ "href": "/checkout",
971
+ "icon": "credit-card"
974
972
  },
975
973
  {
976
- "href": "/orders",
977
974
  "icon": "clipboard-list",
978
- "label": "Orders"
975
+ "label": "Orders",
976
+ "href": "/orders"
979
977
  }
980
- ]
978
+ ],
979
+ "type": "dashboard-layout",
980
+ "appName": "ServiceMarketplace"
981
981
  }
982
982
  ]
983
983
  ]
@@ -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",
1002
998
  "type": "icon",
1003
- "color": "destructive"
999
+ "color": "destructive",
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
- "variant": "body",
1008
+ "content": "@payload.error",
1012
1009
  "color": "muted",
1013
1010
  "type": "typography",
1014
- "content": "@payload.error"
1011
+ "variant": "body"
1015
1012
  },
1016
1013
  {
1014
+ "variant": "primary",
1017
1015
  "action": "INIT",
1018
- "type": "button",
1019
1016
  "icon": "rotate-ccw",
1020
- "variant": "primary",
1017
+ "type": "button",
1021
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
  ]
@@ -1229,19 +1229,22 @@
1229
1229
  "render-ui",
1230
1230
  "modal",
1231
1231
  {
1232
+ "type": "stack",
1233
+ "direction": "vertical",
1234
+ "gap": "md",
1232
1235
  "children": [
1233
1236
  {
1234
1237
  "direction": "horizontal",
1235
1238
  "type": "stack",
1236
1239
  "children": [
1237
1240
  {
1238
- "type": "icon",
1239
- "name": "plus-circle"
1241
+ "name": "plus-circle",
1242
+ "type": "icon"
1240
1243
  },
1241
1244
  {
1245
+ "type": "typography",
1242
1246
  "content": "Create Product",
1243
- "variant": "h3",
1244
- "type": "typography"
1247
+ "variant": "h3"
1245
1248
  }
1246
1249
  ],
1247
1250
  "gap": "sm"
@@ -1250,8 +1253,7 @@
1250
1253
  "type": "divider"
1251
1254
  },
1252
1255
  {
1253
- "submitEvent": "SAVE",
1254
- "cancelEvent": "CLOSE",
1256
+ "type": "form-section",
1255
1257
  "mode": "create",
1256
1258
  "fields": [
1257
1259
  "name",
@@ -1260,12 +1262,10 @@
1260
1262
  "category",
1261
1263
  "inStock"
1262
1264
  ],
1263
- "type": "form-section"
1265
+ "submitEvent": "SAVE",
1266
+ "cancelEvent": "CLOSE"
1264
1267
  }
1265
- ],
1266
- "type": "stack",
1267
- "direction": "vertical",
1268
- "gap": "md"
1268
+ ]
1269
1269
  }
1270
1270
  ]
1271
1271
  ]
@@ -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
  ],
@@ -1526,8 +1526,8 @@
1526
1526
  "Product",
1527
1527
  {
1528
1528
  "emit": {
1529
- "failure": "ProductLoadFailed",
1530
- "success": "ProductLoaded"
1529
+ "success": "ProductLoaded",
1530
+ "failure": "ProductLoadFailed"
1531
1531
  }
1532
1532
  }
1533
1533
  ]
@@ -1542,53 +1542,53 @@
1542
1542
  "fetch",
1543
1543
  "Product",
1544
1544
  {
1545
+ "id": "@payload.id",
1545
1546
  "emit": {
1546
- "success": "ProductLoaded",
1547
- "failure": "ProductLoadFailed"
1548
- },
1549
- "id": "@payload.id"
1547
+ "failure": "ProductLoadFailed",
1548
+ "success": "ProductLoaded"
1549
+ }
1550
1550
  }
1551
1551
  ],
1552
1552
  [
1553
1553
  "render-ui",
1554
1554
  "modal",
1555
1555
  {
1556
- "direction": "vertical",
1557
1556
  "type": "stack",
1558
1557
  "gap": "md",
1558
+ "direction": "vertical",
1559
1559
  "children": [
1560
1560
  {
1561
- "direction": "horizontal",
1562
- "type": "stack",
1563
1561
  "gap": "sm",
1564
1562
  "children": [
1565
1563
  {
1566
- "type": "icon",
1567
- "name": "edit"
1564
+ "name": "edit",
1565
+ "type": "icon"
1568
1566
  },
1569
1567
  {
1570
- "type": "typography",
1571
1568
  "variant": "h3",
1572
- "content": "Edit Product"
1569
+ "content": "Edit Product",
1570
+ "type": "typography"
1573
1571
  }
1574
- ]
1572
+ ],
1573
+ "type": "stack",
1574
+ "direction": "horizontal"
1575
1575
  },
1576
1576
  {
1577
1577
  "type": "divider"
1578
1578
  },
1579
1579
  {
1580
- "entity": "@payload.row",
1581
- "type": "form-section",
1580
+ "mode": "edit",
1582
1581
  "cancelEvent": "CLOSE",
1582
+ "type": "form-section",
1583
1583
  "submitEvent": "SAVE",
1584
+ "entity": "@payload.row",
1584
1585
  "fields": [
1585
1586
  "name",
1586
1587
  "description",
1587
1588
  "price",
1588
1589
  "category",
1589
1590
  "inStock"
1590
- ],
1591
- "mode": "edit"
1591
+ ]
1592
1592
  }
1593
1593
  ]
1594
1594
  }
@@ -1631,8 +1631,8 @@
1631
1631
  "@payload.data",
1632
1632
  {
1633
1633
  "emit": {
1634
- "success": "ProductUpdated",
1635
- "failure": "ProductUpdateFailed"
1634
+ "failure": "ProductUpdateFailed",
1635
+ "success": "ProductUpdated"
1636
1636
  }
1637
1637
  }
1638
1638
  ],
@@ -1815,8 +1815,8 @@
1815
1815
  "Product",
1816
1816
  {
1817
1817
  "emit": {
1818
- "failure": "ProductLoadFailed",
1819
- "success": "ProductLoaded"
1818
+ "success": "ProductLoaded",
1819
+ "failure": "ProductLoadFailed"
1820
1820
  }
1821
1821
  }
1822
1822
  ]
@@ -1842,83 +1842,80 @@
1842
1842
  "render-ui",
1843
1843
  "modal",
1844
1844
  {
1845
- "direction": "vertical",
1846
1845
  "type": "stack",
1847
- "gap": "md",
1848
1846
  "children": [
1849
1847
  {
1848
+ "direction": "horizontal",
1850
1849
  "type": "stack",
1850
+ "align": "center",
1851
+ "gap": "sm",
1851
1852
  "children": [
1852
1853
  {
1853
- "name": "eye",
1854
- "type": "icon"
1854
+ "type": "icon",
1855
+ "name": "eye"
1855
1856
  },
1856
1857
  {
1857
1858
  "variant": "h3",
1858
1859
  "content": "@entity.name",
1859
1860
  "type": "typography"
1860
1861
  }
1861
- ],
1862
- "direction": "horizontal",
1863
- "gap": "sm",
1864
- "align": "center"
1862
+ ]
1865
1863
  },
1866
1864
  {
1867
1865
  "type": "divider"
1868
1866
  },
1869
1867
  {
1870
- "gap": "md",
1871
- "type": "stack",
1872
1868
  "direction": "horizontal",
1873
1869
  "children": [
1874
1870
  {
1875
1871
  "type": "typography",
1876
- "content": "Name",
1877
- "variant": "caption"
1872
+ "variant": "caption",
1873
+ "content": "Name"
1878
1874
  },
1879
1875
  {
1880
- "type": "typography",
1881
1876
  "variant": "body",
1877
+ "type": "typography",
1882
1878
  "content": "@entity.name"
1883
1879
  }
1884
- ]
1880
+ ],
1881
+ "type": "stack",
1882
+ "gap": "md"
1885
1883
  },
1886
1884
  {
1887
- "direction": "horizontal",
1888
1885
  "type": "stack",
1886
+ "gap": "md",
1889
1887
  "children": [
1890
1888
  {
1891
1889
  "content": "Description",
1892
- "variant": "caption",
1893
- "type": "typography"
1890
+ "type": "typography",
1891
+ "variant": "caption"
1894
1892
  },
1895
1893
  {
1894
+ "type": "typography",
1896
1895
  "content": "@entity.description",
1897
- "variant": "body",
1898
- "type": "typography"
1896
+ "variant": "body"
1899
1897
  }
1900
1898
  ],
1901
- "gap": "md"
1899
+ "direction": "horizontal"
1902
1900
  },
1903
1901
  {
1902
+ "gap": "md",
1904
1903
  "children": [
1905
1904
  {
1906
- "variant": "caption",
1905
+ "type": "typography",
1907
1906
  "content": "Price",
1908
- "type": "typography"
1907
+ "variant": "caption"
1909
1908
  },
1910
1909
  {
1911
1910
  "type": "typography",
1912
- "content": "@entity.price",
1913
- "variant": "body"
1911
+ "variant": "body",
1912
+ "content": "@entity.price"
1914
1913
  }
1915
1914
  ],
1916
1915
  "type": "stack",
1917
- "gap": "md",
1918
1916
  "direction": "horizontal"
1919
1917
  },
1920
1918
  {
1921
- "type": "stack",
1922
1919
  "direction": "horizontal",
1923
1920
  "children": [
1924
1921
  {
@@ -1928,54 +1925,57 @@
1928
1925
  },
1929
1926
  {
1930
1927
  "content": "@entity.category",
1931
- "type": "typography",
1932
- "variant": "body"
1928
+ "variant": "body",
1929
+ "type": "typography"
1933
1930
  }
1934
1931
  ],
1935
- "gap": "md"
1932
+ "gap": "md",
1933
+ "type": "stack"
1936
1934
  },
1937
1935
  {
1936
+ "type": "stack",
1937
+ "direction": "horizontal",
1938
+ "gap": "md",
1938
1939
  "children": [
1939
1940
  {
1941
+ "type": "typography",
1940
1942
  "content": "In Stock",
1941
- "variant": "caption",
1942
- "type": "typography"
1943
+ "variant": "caption"
1943
1944
  },
1944
1945
  {
1945
- "content": "@entity.inStock",
1946
1946
  "type": "typography",
1947
- "variant": "body"
1947
+ "variant": "body",
1948
+ "content": "@entity.inStock"
1948
1949
  }
1949
- ],
1950
- "gap": "md",
1951
- "direction": "horizontal",
1952
- "type": "stack"
1950
+ ]
1953
1951
  },
1954
1952
  {
1955
1953
  "type": "divider"
1956
1954
  },
1957
1955
  {
1958
- "gap": "sm",
1959
1956
  "children": [
1960
1957
  {
1958
+ "action": "EDIT",
1959
+ "label": "Edit",
1961
1960
  "icon": "edit",
1962
1961
  "type": "button",
1963
- "variant": "primary",
1964
- "label": "Edit",
1965
- "action": "EDIT"
1962
+ "variant": "primary"
1966
1963
  },
1967
1964
  {
1968
- "type": "button",
1969
- "label": "Close",
1970
1965
  "action": "CLOSE",
1971
- "variant": "ghost"
1966
+ "label": "Close",
1967
+ "variant": "ghost",
1968
+ "type": "button"
1972
1969
  }
1973
1970
  ],
1974
- "type": "stack",
1971
+ "direction": "horizontal",
1972
+ "gap": "sm",
1975
1973
  "justify": "end",
1976
- "direction": "horizontal"
1974
+ "type": "stack"
1977
1975
  }
1978
- ]
1976
+ ],
1977
+ "gap": "md",
1978
+ "direction": "vertical"
1979
1979
  }
1980
1980
  ]
1981
1981
  ]
@@ -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,11 +2226,11 @@
2226
2226
  "fetch",
2227
2227
  "Product",
2228
2228
  {
2229
- "id": "@payload.id",
2230
2229
  "emit": {
2231
2230
  "success": "ProductLoaded",
2232
2231
  "failure": "ProductLoadFailed"
2233
- }
2232
+ },
2233
+ "id": "@payload.id"
2234
2234
  }
2235
2235
  ],
2236
2236
  [
@@ -2239,13 +2239,11 @@
2239
2239
  {
2240
2240
  "children": [
2241
2241
  {
2242
- "align": "center",
2243
- "type": "stack",
2244
- "gap": "sm",
2242
+ "direction": "horizontal",
2245
2243
  "children": [
2246
2244
  {
2247
- "type": "icon",
2248
- "name": "alert-triangle"
2245
+ "name": "alert-triangle",
2246
+ "type": "icon"
2249
2247
  },
2250
2248
  {
2251
2249
  "type": "typography",
@@ -2253,41 +2251,43 @@
2253
2251
  "content": "Delete Product"
2254
2252
  }
2255
2253
  ],
2256
- "direction": "horizontal"
2254
+ "gap": "sm",
2255
+ "type": "stack",
2256
+ "align": "center"
2257
2257
  },
2258
2258
  {
2259
2259
  "type": "divider"
2260
2260
  },
2261
2261
  {
2262
- "type": "alert",
2263
2262
  "message": "This action cannot be undone.",
2263
+ "type": "alert",
2264
2264
  "variant": "error"
2265
2265
  },
2266
2266
  {
2267
- "type": "stack",
2268
- "direction": "horizontal",
2269
- "gap": "sm",
2270
2267
  "children": [
2271
2268
  {
2269
+ "action": "CANCEL",
2272
2270
  "type": "button",
2273
2271
  "label": "Cancel",
2274
- "variant": "ghost",
2275
- "action": "CANCEL"
2272
+ "variant": "ghost"
2276
2273
  },
2277
2274
  {
2278
- "variant": "danger",
2279
2275
  "icon": "check",
2276
+ "variant": "danger",
2277
+ "action": "CONFIRM_DELETE",
2280
2278
  "label": "Delete",
2281
- "type": "button",
2282
- "action": "CONFIRM_DELETE"
2279
+ "type": "button"
2283
2280
  }
2284
2281
  ],
2285
- "justify": "end"
2282
+ "type": "stack",
2283
+ "justify": "end",
2284
+ "direction": "horizontal",
2285
+ "gap": "sm"
2286
2286
  }
2287
2287
  ],
2288
- "gap": "md",
2289
2288
  "type": "stack",
2290
- "direction": "vertical"
2289
+ "direction": "vertical",
2290
+ "gap": "md"
2291
2291
  }
2292
2292
  ]
2293
2293
  ]
@@ -2304,8 +2304,8 @@
2304
2304
  "@entity.pendingId",
2305
2305
  {
2306
2306
  "emit": {
2307
- "success": "ProductDeleted",
2308
- "failure": "ProductDeleteFailed"
2307
+ "failure": "ProductDeleteFailed",
2308
+ "success": "ProductDeleted"
2309
2309
  }
2310
2310
  }
2311
2311
  ],
@@ -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
  ],
@@ -2686,49 +2686,50 @@
2686
2686
  "render-ui",
2687
2687
  "main",
2688
2688
  {
2689
+ "appName": "ServiceMarketplace",
2690
+ "type": "dashboard-layout",
2689
2691
  "navItems": [
2690
2692
  {
2693
+ "label": "Products",
2691
2694
  "href": "/products",
2692
- "icon": "package",
2693
- "label": "Products"
2695
+ "icon": "package"
2694
2696
  },
2695
2697
  {
2696
- "label": "Login",
2698
+ "href": "/login",
2697
2699
  "icon": "layout-list",
2698
- "href": "/login"
2700
+ "label": "Login"
2699
2701
  },
2700
2702
  {
2701
- "href": "/checkout",
2702
2703
  "label": "Checkout",
2704
+ "href": "/checkout",
2703
2705
  "icon": "credit-card"
2704
2706
  },
2705
2707
  {
2706
- "href": "/orders",
2707
2708
  "icon": "clipboard-list",
2709
+ "href": "/orders",
2708
2710
  "label": "Orders"
2709
2711
  }
2710
2712
  ],
2711
2713
  "children": [
2712
2714
  {
2713
- "align": "center",
2714
- "type": "stack",
2715
+ "gap": "lg",
2715
2716
  "children": [
2716
2717
  {
2718
+ "type": "stack",
2717
2719
  "direction": "horizontal",
2718
- "align": "center",
2719
2720
  "children": [
2720
2721
  {
2721
- "name": "lock",
2722
- "type": "icon"
2722
+ "type": "icon",
2723
+ "name": "lock"
2723
2724
  },
2724
2725
  {
2726
+ "type": "typography",
2725
2727
  "variant": "h2",
2726
- "content": "Sign In",
2727
- "type": "typography"
2728
+ "content": "Sign In"
2728
2729
  }
2729
2730
  ],
2730
2731
  "gap": "md",
2731
- "type": "stack"
2732
+ "align": "center"
2732
2733
  },
2733
2734
  {
2734
2735
  "type": "divider"
@@ -2737,33 +2738,32 @@
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
2745
  "value": "github",
2745
2746
  "label": "GitHub"
2746
2747
  },
2747
2748
  {
2748
- "label": "Microsoft",
2749
- "value": "microsoft"
2749
+ "value": "microsoft",
2750
+ "label": "Microsoft"
2750
2751
  }
2751
2752
  ]
2752
2753
  },
2753
2754
  {
2754
- "action": "LOGIN",
2755
- "label": "Login",
2756
- "type": "button",
2757
2755
  "variant": "primary",
2758
- "icon": "log-in"
2756
+ "label": "Login",
2757
+ "icon": "log-in",
2758
+ "action": "LOGIN",
2759
+ "type": "button"
2759
2760
  }
2760
2761
  ],
2761
- "gap": "lg",
2762
- "direction": "vertical"
2762
+ "direction": "vertical",
2763
+ "type": "stack",
2764
+ "align": "center"
2763
2765
  }
2764
- ],
2765
- "type": "dashboard-layout",
2766
- "appName": "ServiceMarketplace"
2766
+ ]
2767
2767
  }
2768
2768
  ]
2769
2769
  ]
@@ -2777,37 +2777,37 @@
2777
2777
  "render-ui",
2778
2778
  "main",
2779
2779
  {
2780
+ "type": "dashboard-layout",
2781
+ "appName": "ServiceMarketplace",
2780
2782
  "navItems": [
2781
2783
  {
2782
- "href": "/products",
2783
2784
  "icon": "package",
2785
+ "href": "/products",
2784
2786
  "label": "Products"
2785
2787
  },
2786
2788
  {
2787
2789
  "label": "Login",
2788
- "href": "/login",
2789
- "icon": "layout-list"
2790
+ "icon": "layout-list",
2791
+ "href": "/login"
2790
2792
  },
2791
2793
  {
2792
- "icon": "credit-card",
2794
+ "href": "/checkout",
2793
2795
  "label": "Checkout",
2794
- "href": "/checkout"
2796
+ "icon": "credit-card"
2795
2797
  },
2796
2798
  {
2797
- "icon": "clipboard-list",
2798
2799
  "label": "Orders",
2800
+ "icon": "clipboard-list",
2799
2801
  "href": "/orders"
2800
2802
  }
2801
2803
  ],
2802
- "appName": "ServiceMarketplace",
2803
2804
  "children": [
2804
2805
  {
2805
2806
  "message": "Redirecting to provider for authorization.",
2806
- "title": "Authorizing...",
2807
- "type": "loading-state"
2807
+ "type": "loading-state",
2808
+ "title": "Authorizing..."
2808
2809
  }
2809
- ],
2810
- "type": "dashboard-layout"
2810
+ ]
2811
2811
  }
2812
2812
  ],
2813
2813
  [
@@ -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,64 +2844,64 @@
2844
2844
  "render-ui",
2845
2845
  "main",
2846
2846
  {
2847
+ "navItems": [
2848
+ {
2849
+ "href": "/products",
2850
+ "icon": "package",
2851
+ "label": "Products"
2852
+ },
2853
+ {
2854
+ "href": "/login",
2855
+ "icon": "layout-list",
2856
+ "label": "Login"
2857
+ },
2858
+ {
2859
+ "label": "Checkout",
2860
+ "icon": "credit-card",
2861
+ "href": "/checkout"
2862
+ },
2863
+ {
2864
+ "icon": "clipboard-list",
2865
+ "label": "Orders",
2866
+ "href": "/orders"
2867
+ }
2868
+ ],
2869
+ "type": "dashboard-layout",
2870
+ "appName": "ServiceMarketplace",
2847
2871
  "children": [
2848
2872
  {
2849
- "direction": "vertical",
2850
2873
  "type": "stack",
2851
- "gap": "lg",
2852
- "align": "center",
2853
2874
  "children": [
2854
2875
  {
2855
- "name": "external-link",
2856
- "type": "icon"
2876
+ "type": "icon",
2877
+ "name": "external-link"
2857
2878
  },
2858
2879
  {
2859
- "content": "Authorization Required",
2880
+ "type": "typography",
2860
2881
  "variant": "h2",
2861
- "type": "typography"
2882
+ "content": "Authorization Required"
2862
2883
  },
2863
2884
  {
2864
2885
  "type": "typography",
2865
- "content": "@entity.authUrl",
2886
+ "variant": "body",
2866
2887
  "color": "muted",
2867
- "variant": "body"
2888
+ "content": "@entity.authUrl"
2868
2889
  },
2869
2890
  {
2870
- "placeholder": "Paste authorization code here",
2871
- "type": "input"
2891
+ "type": "input",
2892
+ "placeholder": "Paste authorization code here"
2872
2893
  },
2873
2894
  {
2874
- "type": "button",
2875
2895
  "variant": "primary",
2876
- "icon": "check",
2877
2896
  "label": "Submit",
2897
+ "type": "button",
2898
+ "icon": "check",
2878
2899
  "action": "CALLBACK"
2879
2900
  }
2880
- ]
2881
- }
2882
- ],
2883
- "type": "dashboard-layout",
2884
- "appName": "ServiceMarketplace",
2885
- "navItems": [
2886
- {
2887
- "icon": "package",
2888
- "label": "Products",
2889
- "href": "/products"
2890
- },
2891
- {
2892
- "label": "Login",
2893
- "href": "/login",
2894
- "icon": "layout-list"
2895
- },
2896
- {
2897
- "href": "/checkout",
2898
- "label": "Checkout",
2899
- "icon": "credit-card"
2900
- },
2901
- {
2902
- "label": "Orders",
2903
- "href": "/orders",
2904
- "icon": "clipboard-list"
2901
+ ],
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,64 +2931,64 @@
2931
2931
  "render-ui",
2932
2932
  "main",
2933
2933
  {
2934
+ "type": "dashboard-layout",
2934
2935
  "appName": "ServiceMarketplace",
2935
2936
  "children": [
2936
2937
  {
2937
- "gap": "lg",
2938
2938
  "direction": "vertical",
2939
- "type": "stack",
2940
- "align": "center",
2941
2939
  "children": [
2942
2940
  {
2943
2941
  "type": "icon",
2944
2942
  "name": "check-circle"
2945
2943
  },
2946
2944
  {
2945
+ "variant": "success",
2947
2946
  "message": "Authenticated successfully",
2948
- "type": "alert",
2949
- "variant": "success"
2947
+ "type": "alert"
2950
2948
  },
2951
2949
  {
2950
+ "direction": "horizontal",
2951
+ "justify": "center",
2952
+ "type": "stack",
2953
+ "gap": "sm",
2952
2954
  "children": [
2953
2955
  {
2954
- "label": "Refresh Token",
2955
- "icon": "refresh-cw",
2956
- "variant": "ghost",
2957
2956
  "action": "REFRESH",
2958
- "type": "button"
2957
+ "icon": "refresh-cw",
2958
+ "label": "Refresh Token",
2959
+ "type": "button",
2960
+ "variant": "ghost"
2959
2961
  },
2960
2962
  {
2961
- "action": "LOGOUT",
2962
2963
  "variant": "ghost",
2963
- "label": "Logout",
2964
+ "action": "LOGOUT",
2965
+ "type": "button",
2964
2966
  "icon": "log-out",
2965
- "type": "button"
2967
+ "label": "Logout"
2966
2968
  }
2967
- ],
2968
- "direction": "horizontal",
2969
- "gap": "sm",
2970
- "type": "stack",
2971
- "justify": "center"
2969
+ ]
2972
2970
  }
2973
- ]
2971
+ ],
2972
+ "align": "center",
2973
+ "type": "stack",
2974
+ "gap": "lg"
2974
2975
  }
2975
2976
  ],
2976
- "type": "dashboard-layout",
2977
2977
  "navItems": [
2978
2978
  {
2979
- "label": "Products",
2980
2979
  "href": "/products",
2980
+ "label": "Products",
2981
2981
  "icon": "package"
2982
2982
  },
2983
2983
  {
2984
- "href": "/login",
2985
2984
  "icon": "layout-list",
2986
- "label": "Login"
2985
+ "label": "Login",
2986
+ "href": "/login"
2987
2987
  },
2988
2988
  {
2989
2989
  "icon": "credit-card",
2990
- "href": "/checkout",
2991
- "label": "Checkout"
2990
+ "label": "Checkout",
2991
+ "href": "/checkout"
2992
2992
  },
2993
2993
  {
2994
2994
  "label": "Orders",
@@ -3016,27 +3016,29 @@
3016
3016
  {
3017
3017
  "children": [
3018
3018
  {
3019
- "type": "stack",
3020
- "direction": "vertical",
3021
- "align": "center",
3022
3019
  "children": [
3023
3020
  {
3024
3021
  "title": "Authentication Failed",
3025
- "message": "@entity.error",
3026
3022
  "type": "error-state",
3023
+ "message": "@entity.error",
3027
3024
  "onRetry": "RETRY"
3028
3025
  },
3029
3026
  {
3030
- "action": "RETRY",
3031
3027
  "variant": "primary",
3032
- "icon": "rotate-ccw",
3028
+ "label": "Try Again",
3033
3029
  "type": "button",
3034
- "label": "Try Again"
3030
+ "action": "RETRY",
3031
+ "icon": "rotate-ccw"
3035
3032
  }
3036
3033
  ],
3034
+ "align": "center",
3035
+ "type": "stack",
3036
+ "direction": "vertical",
3037
3037
  "gap": "lg"
3038
3038
  }
3039
3039
  ],
3040
+ "appName": "ServiceMarketplace",
3041
+ "type": "dashboard-layout",
3040
3042
  "navItems": [
3041
3043
  {
3042
3044
  "label": "Products",
@@ -3044,23 +3046,21 @@
3044
3046
  "href": "/products"
3045
3047
  },
3046
3048
  {
3047
- "label": "Login",
3049
+ "href": "/login",
3048
3050
  "icon": "layout-list",
3049
- "href": "/login"
3051
+ "label": "Login"
3050
3052
  },
3051
3053
  {
3052
3054
  "icon": "credit-card",
3053
- "label": "Checkout",
3054
- "href": "/checkout"
3055
+ "href": "/checkout",
3056
+ "label": "Checkout"
3055
3057
  },
3056
3058
  {
3057
3059
  "icon": "clipboard-list",
3058
3060
  "label": "Orders",
3059
3061
  "href": "/orders"
3060
3062
  }
3061
- ],
3062
- "type": "dashboard-layout",
3063
- "appName": "ServiceMarketplace"
3063
+ ]
3064
3064
  }
3065
3065
  ]
3066
3066
  ]
@@ -3089,69 +3089,69 @@
3089
3089
  "render-ui",
3090
3090
  "main",
3091
3091
  {
3092
+ "type": "dashboard-layout",
3092
3093
  "children": [
3093
3094
  {
3094
- "direction": "vertical",
3095
3095
  "gap": "lg",
3096
- "align": "center",
3097
- "type": "stack",
3098
3096
  "children": [
3099
3097
  {
3100
3098
  "type": "icon",
3101
3099
  "name": "check-circle"
3102
3100
  },
3103
3101
  {
3104
- "variant": "success",
3105
3102
  "type": "alert",
3103
+ "variant": "success",
3106
3104
  "message": "Authenticated successfully"
3107
3105
  },
3108
3106
  {
3109
3107
  "type": "stack",
3110
- "direction": "horizontal",
3108
+ "justify": "center",
3111
3109
  "children": [
3112
3110
  {
3113
- "action": "REFRESH",
3114
3111
  "icon": "refresh-cw",
3115
3112
  "type": "button",
3113
+ "action": "REFRESH",
3116
3114
  "variant": "ghost",
3117
3115
  "label": "Refresh Token"
3118
3116
  },
3119
3117
  {
3120
- "icon": "log-out",
3121
- "action": "LOGOUT",
3122
3118
  "type": "button",
3119
+ "action": "LOGOUT",
3123
3120
  "label": "Logout",
3124
- "variant": "ghost"
3121
+ "variant": "ghost",
3122
+ "icon": "log-out"
3125
3123
  }
3126
3124
  ],
3127
- "justify": "center",
3125
+ "direction": "horizontal",
3128
3126
  "gap": "sm"
3129
3127
  }
3130
- ]
3131
- }
3132
- ],
3133
- "appName": "ServiceMarketplace",
3134
- "type": "dashboard-layout",
3128
+ ],
3129
+ "type": "stack",
3130
+ "align": "center",
3131
+ "direction": "vertical"
3132
+ }
3133
+ ],
3134
+ "appName": "ServiceMarketplace",
3135
3135
  "navItems": [
3136
3136
  {
3137
- "href": "/products",
3138
3137
  "icon": "package",
3139
- "label": "Products"
3138
+ "label": "Products",
3139
+ "href": "/products"
3140
3140
  },
3141
3141
  {
3142
3142
  "href": "/login",
3143
- "icon": "layout-list",
3144
- "label": "Login"
3143
+ "label": "Login",
3144
+ "icon": "layout-list"
3145
3145
  },
3146
3146
  {
3147
- "href": "/checkout",
3148
3147
  "icon": "credit-card",
3148
+ "href": "/checkout",
3149
3149
  "label": "Checkout"
3150
3150
  },
3151
3151
  {
3152
- "href": "/orders",
3153
3152
  "icon": "clipboard-list",
3154
- "label": "Orders"
3153
+ "label": "Orders",
3154
+ "href": "/orders"
3155
3155
  }
3156
3156
  ]
3157
3157
  }
@@ -3167,29 +3167,29 @@
3167
3167
  "render-ui",
3168
3168
  "main",
3169
3169
  {
3170
+ "type": "dashboard-layout",
3170
3171
  "navItems": [
3171
3172
  {
3172
- "label": "Products",
3173
+ "href": "/products",
3173
3174
  "icon": "package",
3174
- "href": "/products"
3175
+ "label": "Products"
3175
3176
  },
3176
3177
  {
3177
- "href": "/login",
3178
3178
  "icon": "layout-list",
3179
- "label": "Login"
3179
+ "label": "Login",
3180
+ "href": "/login"
3180
3181
  },
3181
3182
  {
3183
+ "href": "/checkout",
3182
3184
  "icon": "credit-card",
3183
- "label": "Checkout",
3184
- "href": "/checkout"
3185
+ "label": "Checkout"
3185
3186
  },
3186
3187
  {
3187
- "label": "Orders",
3188
3188
  "href": "/orders",
3189
+ "label": "Orders",
3189
3190
  "icon": "clipboard-list"
3190
3191
  }
3191
3192
  ],
3192
- "appName": "ServiceMarketplace",
3193
3193
  "children": [
3194
3194
  {
3195
3195
  "type": "loading-state",
@@ -3197,7 +3197,7 @@
3197
3197
  "message": "Obtaining a new access token."
3198
3198
  }
3199
3199
  ],
3200
- "type": "dashboard-layout"
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,48 +3230,49 @@
3230
3230
  "render-ui",
3231
3231
  "main",
3232
3232
  {
3233
- "appName": "ServiceMarketplace",
3233
+ "type": "dashboard-layout",
3234
3234
  "navItems": [
3235
3235
  {
3236
- "label": "Products",
3237
3236
  "href": "/products",
3237
+ "label": "Products",
3238
3238
  "icon": "package"
3239
3239
  },
3240
3240
  {
3241
+ "icon": "layout-list",
3241
3242
  "label": "Login",
3242
- "href": "/login",
3243
- "icon": "layout-list"
3243
+ "href": "/login"
3244
3244
  },
3245
3245
  {
3246
- "label": "Checkout",
3247
3246
  "href": "/checkout",
3248
- "icon": "credit-card"
3247
+ "icon": "credit-card",
3248
+ "label": "Checkout"
3249
3249
  },
3250
3250
  {
3251
+ "icon": "clipboard-list",
3251
3252
  "label": "Orders",
3252
- "href": "/orders",
3253
- "icon": "clipboard-list"
3253
+ "href": "/orders"
3254
3254
  }
3255
3255
  ],
3256
- "type": "dashboard-layout",
3257
3256
  "children": [
3258
3257
  {
3258
+ "gap": "lg",
3259
+ "direction": "vertical",
3259
3260
  "align": "center",
3260
3261
  "children": [
3261
3262
  {
3263
+ "direction": "horizontal",
3262
3264
  "children": [
3263
3265
  {
3264
- "name": "lock",
3265
- "type": "icon"
3266
+ "type": "icon",
3267
+ "name": "lock"
3266
3268
  },
3267
3269
  {
3268
- "content": "Sign In",
3269
3270
  "type": "typography",
3271
+ "content": "Sign In",
3270
3272
  "variant": "h2"
3271
3273
  }
3272
3274
  ],
3273
3275
  "type": "stack",
3274
- "direction": "horizontal",
3275
3276
  "gap": "md",
3276
3277
  "align": "center"
3277
3278
  },
@@ -3285,29 +3286,28 @@
3285
3286
  "value": "google"
3286
3287
  },
3287
3288
  {
3288
- "value": "github",
3289
- "label": "GitHub"
3289
+ "label": "GitHub",
3290
+ "value": "github"
3290
3291
  },
3291
3292
  {
3292
- "label": "Microsoft",
3293
- "value": "microsoft"
3293
+ "value": "microsoft",
3294
+ "label": "Microsoft"
3294
3295
  }
3295
3296
  ],
3296
3297
  "type": "select"
3297
3298
  },
3298
3299
  {
3299
- "label": "Login",
3300
- "type": "button",
3300
+ "icon": "log-in",
3301
3301
  "action": "LOGIN",
3302
3302
  "variant": "primary",
3303
- "icon": "log-in"
3303
+ "type": "button",
3304
+ "label": "Login"
3304
3305
  }
3305
3306
  ],
3306
- "type": "stack",
3307
- "direction": "vertical",
3308
- "gap": "lg"
3307
+ "type": "stack"
3309
3308
  }
3310
- ]
3309
+ ],
3310
+ "appName": "ServiceMarketplace"
3311
3311
  }
3312
3312
  ]
3313
3313
  ]
@@ -3326,71 +3326,71 @@
3326
3326
  "render-ui",
3327
3327
  "main",
3328
3328
  {
3329
- "type": "dashboard-layout",
3329
+ "appName": "ServiceMarketplace",
3330
3330
  "navItems": [
3331
3331
  {
3332
+ "label": "Products",
3332
3333
  "href": "/products",
3333
- "icon": "package",
3334
- "label": "Products"
3334
+ "icon": "package"
3335
3335
  },
3336
3336
  {
3337
- "label": "Login",
3337
+ "icon": "layout-list",
3338
3338
  "href": "/login",
3339
- "icon": "layout-list"
3339
+ "label": "Login"
3340
3340
  },
3341
3341
  {
3342
- "label": "Checkout",
3343
3342
  "href": "/checkout",
3344
- "icon": "credit-card"
3343
+ "icon": "credit-card",
3344
+ "label": "Checkout"
3345
3345
  },
3346
3346
  {
3347
+ "label": "Orders",
3347
3348
  "href": "/orders",
3348
- "icon": "clipboard-list",
3349
- "label": "Orders"
3349
+ "icon": "clipboard-list"
3350
3350
  }
3351
3351
  ],
3352
+ "type": "dashboard-layout",
3352
3353
  "children": [
3353
3354
  {
3354
- "type": "stack",
3355
- "align": "center",
3355
+ "direction": "vertical",
3356
3356
  "gap": "lg",
3357
+ "align": "center",
3357
3358
  "children": [
3358
3359
  {
3359
3360
  "name": "check-circle",
3360
3361
  "type": "icon"
3361
3362
  },
3362
3363
  {
3363
- "variant": "success",
3364
3364
  "type": "alert",
3365
+ "variant": "success",
3365
3366
  "message": "Authenticated successfully"
3366
3367
  },
3367
3368
  {
3369
+ "justify": "center",
3368
3370
  "direction": "horizontal",
3371
+ "type": "stack",
3369
3372
  "children": [
3370
3373
  {
3371
- "icon": "refresh-cw",
3372
- "variant": "ghost",
3373
- "action": "REFRESH",
3374
3374
  "label": "Refresh Token",
3375
- "type": "button"
3375
+ "variant": "ghost",
3376
+ "icon": "refresh-cw",
3377
+ "type": "button",
3378
+ "action": "REFRESH"
3376
3379
  },
3377
3380
  {
3378
- "action": "LOGOUT",
3379
3381
  "icon": "log-out",
3380
3382
  "type": "button",
3383
+ "action": "LOGOUT",
3381
3384
  "label": "Logout",
3382
3385
  "variant": "ghost"
3383
3386
  }
3384
3387
  ],
3385
- "gap": "sm",
3386
- "type": "stack",
3387
- "justify": "center"
3388
+ "gap": "sm"
3388
3389
  }
3389
3390
  ],
3390
- "direction": "vertical"
3391
+ "type": "stack"
3391
3392
  }
3392
- ],
3393
- "appName": "ServiceMarketplace"
3393
+ ]
3394
3394
  }
3395
3395
  ]
3396
3396
  ]
@@ -3409,117 +3409,92 @@
3409
3409
  "render-ui",
3410
3410
  "main",
3411
3411
  {
3412
- "navItems": [
3413
- {
3414
- "icon": "package",
3415
- "label": "Products",
3416
- "href": "/products"
3417
- },
3418
- {
3419
- "icon": "layout-list",
3420
- "href": "/login",
3421
- "label": "Login"
3422
- },
3423
- {
3424
- "href": "/checkout",
3425
- "label": "Checkout",
3426
- "icon": "credit-card"
3427
- },
3428
- {
3429
- "href": "/orders",
3430
- "icon": "clipboard-list",
3431
- "label": "Orders"
3432
- }
3433
- ],
3412
+ "type": "dashboard-layout",
3413
+ "appName": "ServiceMarketplace",
3434
3414
  "children": [
3435
3415
  {
3436
- "gap": "lg",
3437
- "type": "stack",
3438
3416
  "align": "center",
3417
+ "type": "stack",
3439
3418
  "children": [
3440
3419
  {
3441
- "onRetry": "RETRY",
3442
- "message": "@entity.error",
3420
+ "type": "error-state",
3443
3421
  "title": "Authentication Failed",
3444
- "type": "error-state"
3422
+ "message": "@entity.error",
3423
+ "onRetry": "RETRY"
3445
3424
  },
3446
3425
  {
3426
+ "type": "button",
3447
3427
  "variant": "primary",
3448
3428
  "icon": "rotate-ccw",
3449
- "type": "button",
3450
3429
  "label": "Try Again",
3451
3430
  "action": "RETRY"
3452
3431
  }
3453
3432
  ],
3433
+ "gap": "lg",
3454
3434
  "direction": "vertical"
3455
3435
  }
3456
3436
  ],
3457
- "appName": "ServiceMarketplace",
3458
- "type": "dashboard-layout"
3459
- }
3460
- ]
3461
- ]
3462
- },
3463
- {
3464
- "from": "error",
3465
- "to": "unauthenticated",
3466
- "event": "RETRY",
3467
- "effects": [
3468
- [
3469
- "render-ui",
3470
- "main",
3471
- {
3472
- "type": "dashboard-layout",
3473
3437
  "navItems": [
3474
3438
  {
3475
- "label": "Products",
3476
3439
  "href": "/products",
3440
+ "label": "Products",
3477
3441
  "icon": "package"
3478
3442
  },
3479
3443
  {
3480
- "label": "Login",
3481
3444
  "href": "/login",
3482
- "icon": "layout-list"
3445
+ "icon": "layout-list",
3446
+ "label": "Login"
3483
3447
  },
3484
3448
  {
3485
- "href": "/checkout",
3486
3449
  "icon": "credit-card",
3487
- "label": "Checkout"
3450
+ "label": "Checkout",
3451
+ "href": "/checkout"
3488
3452
  },
3489
3453
  {
3490
3454
  "label": "Orders",
3491
- "icon": "clipboard-list",
3492
- "href": "/orders"
3455
+ "href": "/orders",
3456
+ "icon": "clipboard-list"
3493
3457
  }
3494
- ],
3458
+ ]
3459
+ }
3460
+ ]
3461
+ ]
3462
+ },
3463
+ {
3464
+ "from": "error",
3465
+ "to": "unauthenticated",
3466
+ "event": "RETRY",
3467
+ "effects": [
3468
+ [
3469
+ "render-ui",
3470
+ "main",
3471
+ {
3495
3472
  "children": [
3496
3473
  {
3497
- "gap": "lg",
3498
- "direction": "vertical",
3499
- "type": "stack",
3500
3474
  "align": "center",
3501
3475
  "children": [
3502
3476
  {
3503
- "align": "center",
3504
3477
  "children": [
3505
3478
  {
3506
3479
  "type": "icon",
3507
3480
  "name": "lock"
3508
3481
  },
3509
3482
  {
3510
- "content": "Sign In",
3511
3483
  "variant": "h2",
3484
+ "content": "Sign In",
3512
3485
  "type": "typography"
3513
3486
  }
3514
3487
  ],
3515
3488
  "direction": "horizontal",
3489
+ "gap": "md",
3516
3490
  "type": "stack",
3517
- "gap": "md"
3491
+ "align": "center"
3518
3492
  },
3519
3493
  {
3520
3494
  "type": "divider"
3521
3495
  },
3522
3496
  {
3497
+ "type": "select",
3523
3498
  "options": [
3524
3499
  {
3525
3500
  "label": "Google",
@@ -3530,23 +3505,48 @@
3530
3505
  "value": "github"
3531
3506
  },
3532
3507
  {
3533
- "value": "microsoft",
3534
- "label": "Microsoft"
3508
+ "label": "Microsoft",
3509
+ "value": "microsoft"
3535
3510
  }
3536
- ],
3537
- "type": "select"
3511
+ ]
3538
3512
  },
3539
3513
  {
3540
3514
  "type": "button",
3541
- "label": "Login",
3542
- "variant": "primary",
3543
3515
  "action": "LOGIN",
3516
+ "variant": "primary",
3517
+ "label": "Login",
3544
3518
  "icon": "log-in"
3545
3519
  }
3546
- ]
3520
+ ],
3521
+ "gap": "lg",
3522
+ "direction": "vertical",
3523
+ "type": "stack"
3547
3524
  }
3548
3525
  ],
3549
- "appName": "ServiceMarketplace"
3526
+ "type": "dashboard-layout",
3527
+ "appName": "ServiceMarketplace",
3528
+ "navItems": [
3529
+ {
3530
+ "icon": "package",
3531
+ "href": "/products",
3532
+ "label": "Products"
3533
+ },
3534
+ {
3535
+ "href": "/login",
3536
+ "label": "Login",
3537
+ "icon": "layout-list"
3538
+ },
3539
+ {
3540
+ "icon": "credit-card",
3541
+ "href": "/checkout",
3542
+ "label": "Checkout"
3543
+ },
3544
+ {
3545
+ "label": "Orders",
3546
+ "href": "/orders",
3547
+ "icon": "clipboard-list"
3548
+ }
3549
+ ]
3550
3550
  }
3551
3551
  ]
3552
3552
  ]
@@ -3839,68 +3839,47 @@
3839
3839
  "render-ui",
3840
3840
  "main",
3841
3841
  {
3842
- "type": "dashboard-layout",
3843
- "navItems": [
3844
- {
3845
- "label": "Products",
3846
- "href": "/products",
3847
- "icon": "package"
3848
- },
3849
- {
3850
- "label": "Login",
3851
- "icon": "layout-list",
3852
- "href": "/login"
3853
- },
3854
- {
3855
- "icon": "credit-card",
3856
- "label": "Checkout",
3857
- "href": "/checkout"
3858
- },
3859
- {
3860
- "href": "/orders",
3861
- "icon": "clipboard-list",
3862
- "label": "Orders"
3863
- }
3864
- ],
3865
3842
  "appName": "ServiceMarketplace",
3843
+ "type": "dashboard-layout",
3866
3844
  "children": [
3867
3845
  {
3868
3846
  "align": "center",
3847
+ "direction": "vertical",
3848
+ "gap": "lg",
3849
+ "type": "stack",
3869
3850
  "children": [
3870
3851
  {
3871
- "align": "center",
3872
- "direction": "horizontal",
3873
- "gap": "md",
3874
- "type": "stack",
3875
3852
  "children": [
3876
3853
  {
3877
- "name": "credit-card",
3878
- "type": "icon"
3854
+ "type": "icon",
3855
+ "name": "credit-card"
3879
3856
  },
3880
3857
  {
3881
- "variant": "h2",
3858
+ "content": "Payment",
3882
3859
  "type": "typography",
3883
- "content": "Payment"
3860
+ "variant": "h2"
3884
3861
  }
3885
- ]
3862
+ ],
3863
+ "align": "center",
3864
+ "type": "stack",
3865
+ "direction": "horizontal",
3866
+ "gap": "md"
3886
3867
  },
3887
3868
  {
3888
3869
  "type": "divider"
3889
3870
  },
3890
3871
  {
3891
- "direction": "vertical",
3892
- "gap": "md",
3893
3872
  "children": [
3894
3873
  {
3895
- "type": "input",
3896
3874
  "inputType": "number",
3875
+ "type": "input",
3897
3876
  "placeholder": "0.00"
3898
3877
  },
3899
3878
  {
3900
3879
  "options": [
3901
3880
  {
3902
- "label": "USD",
3903
- "value": "usd"
3881
+ "value": "usd",
3882
+ "label": "USD"
3904
3883
  },
3905
3884
  {
3906
3885
  "label": "EUR",
@@ -3914,19 +3893,40 @@
3914
3893
  "type": "select"
3915
3894
  }
3916
3895
  ],
3917
- "type": "stack"
3896
+ "gap": "md",
3897
+ "type": "stack",
3898
+ "direction": "vertical"
3918
3899
  },
3919
3900
  {
3920
- "type": "button",
3921
- "action": "CREATE_PAYMENT",
3922
3901
  "variant": "primary",
3923
- "icon": "credit-card",
3924
- "label": "Pay"
3902
+ "label": "Pay",
3903
+ "action": "CREATE_PAYMENT",
3904
+ "type": "button",
3905
+ "icon": "credit-card"
3925
3906
  }
3926
- ],
3927
- "gap": "lg",
3928
- "direction": "vertical",
3929
- "type": "stack"
3907
+ ]
3908
+ }
3909
+ ],
3910
+ "navItems": [
3911
+ {
3912
+ "label": "Products",
3913
+ "icon": "package",
3914
+ "href": "/products"
3915
+ },
3916
+ {
3917
+ "icon": "layout-list",
3918
+ "label": "Login",
3919
+ "href": "/login"
3920
+ },
3921
+ {
3922
+ "icon": "credit-card",
3923
+ "label": "Checkout",
3924
+ "href": "/checkout"
3925
+ },
3926
+ {
3927
+ "icon": "clipboard-list",
3928
+ "label": "Orders",
3929
+ "href": "/orders"
3930
3930
  }
3931
3931
  ]
3932
3932
  }
@@ -3942,34 +3942,34 @@
3942
3942
  "render-ui",
3943
3943
  "main",
3944
3944
  {
3945
- "children": [
3946
- {
3947
- "title": "Creating payment...",
3948
- "message": "Setting up your payment intent.",
3949
- "type": "loading-state"
3950
- }
3951
- ],
3952
- "appName": "ServiceMarketplace",
3953
3945
  "navItems": [
3954
3946
  {
3947
+ "icon": "package",
3955
3948
  "label": "Products",
3956
- "href": "/products",
3957
- "icon": "package"
3949
+ "href": "/products"
3958
3950
  },
3959
3951
  {
3960
- "label": "Login",
3961
3952
  "href": "/login",
3962
- "icon": "layout-list"
3953
+ "icon": "layout-list",
3954
+ "label": "Login"
3963
3955
  },
3964
3956
  {
3957
+ "href": "/checkout",
3965
3958
  "icon": "credit-card",
3966
- "label": "Checkout",
3967
- "href": "/checkout"
3959
+ "label": "Checkout"
3968
3960
  },
3969
3961
  {
3970
3962
  "icon": "clipboard-list",
3971
- "label": "Orders",
3972
- "href": "/orders"
3963
+ "href": "/orders",
3964
+ "label": "Orders"
3965
+ }
3966
+ ],
3967
+ "appName": "ServiceMarketplace",
3968
+ "children": [
3969
+ {
3970
+ "type": "loading-state",
3971
+ "message": "Setting up your payment intent.",
3972
+ "title": "Creating payment..."
3973
3973
  }
3974
3974
  ],
3975
3975
  "type": "dashboard-layout"
@@ -3980,13 +3980,13 @@
3980
3980
  "stripe",
3981
3981
  "createPaymentIntent",
3982
3982
  {
3983
- "currency": "@entity.currency",
3984
- "amount": "@entity.amount"
3983
+ "amount": "@entity.amount",
3984
+ "currency": "@entity.currency"
3985
3985
  },
3986
3986
  {
3987
3987
  "emit": {
3988
- "success": "ProductStripeCompleted",
3989
- "failure": "ProductStripeFailed"
3988
+ "failure": "ProductStripeFailed",
3989
+ "success": "ProductStripeCompleted"
3990
3990
  }
3991
3991
  }
3992
3992
  ]
@@ -4012,24 +4012,16 @@
4012
4012
  "main",
4013
4013
  {
4014
4014
  "type": "dashboard-layout",
4015
- "appName": "ServiceMarketplace",
4016
- "children": [
4017
- {
4018
- "type": "loading-state",
4019
- "message": "Processing your payment.",
4020
- "title": "Confirming payment..."
4021
- }
4022
- ],
4023
4015
  "navItems": [
4024
4016
  {
4025
- "label": "Products",
4026
4017
  "href": "/products",
4027
- "icon": "package"
4018
+ "icon": "package",
4019
+ "label": "Products"
4028
4020
  },
4029
4021
  {
4030
4022
  "href": "/login",
4031
- "icon": "layout-list",
4032
- "label": "Login"
4023
+ "label": "Login",
4024
+ "icon": "layout-list"
4033
4025
  },
4034
4026
  {
4035
4027
  "label": "Checkout",
@@ -4037,9 +4029,17 @@
4037
4029
  "icon": "credit-card"
4038
4030
  },
4039
4031
  {
4032
+ "icon": "clipboard-list",
4040
4033
  "label": "Orders",
4041
- "href": "/orders",
4042
- "icon": "clipboard-list"
4034
+ "href": "/orders"
4035
+ }
4036
+ ],
4037
+ "appName": "ServiceMarketplace",
4038
+ "children": [
4039
+ {
4040
+ "title": "Confirming payment...",
4041
+ "message": "Processing your payment.",
4042
+ "type": "loading-state"
4043
4043
  }
4044
4044
  ]
4045
4045
  }
@@ -4074,19 +4074,12 @@
4074
4074
  "render-ui",
4075
4075
  "main",
4076
4076
  {
4077
- "children": [
4078
- {
4079
- "title": "Payment Failed",
4080
- "type": "error-state",
4081
- "message": "@entity.error",
4082
- "onRetry": "RETRY"
4083
- }
4084
- ],
4077
+ "appName": "ServiceMarketplace",
4085
4078
  "navItems": [
4086
4079
  {
4080
+ "href": "/products",
4087
4081
  "icon": "package",
4088
- "label": "Products",
4089
- "href": "/products"
4082
+ "label": "Products"
4090
4083
  },
4091
4084
  {
4092
4085
  "label": "Login",
@@ -4094,9 +4087,9 @@
4094
4087
  "icon": "layout-list"
4095
4088
  },
4096
4089
  {
4090
+ "href": "/checkout",
4097
4091
  "icon": "credit-card",
4098
- "label": "Checkout",
4099
- "href": "/checkout"
4092
+ "label": "Checkout"
4100
4093
  },
4101
4094
  {
4102
4095
  "label": "Orders",
@@ -4104,8 +4097,15 @@
4104
4097
  "icon": "clipboard-list"
4105
4098
  }
4106
4099
  ],
4107
- "appName": "ServiceMarketplace",
4108
- "type": "dashboard-layout"
4100
+ "type": "dashboard-layout",
4101
+ "children": [
4102
+ {
4103
+ "onRetry": "RETRY",
4104
+ "type": "error-state",
4105
+ "title": "Payment Failed",
4106
+ "message": "@entity.error"
4107
+ }
4108
+ ]
4109
4109
  }
4110
4110
  ]
4111
4111
  ]
@@ -4128,62 +4128,62 @@
4128
4128
  "render-ui",
4129
4129
  "main",
4130
4130
  {
4131
- "appName": "ServiceMarketplace",
4132
4131
  "navItems": [
4133
4132
  {
4134
- "label": "Products",
4135
4133
  "icon": "package",
4136
- "href": "/products"
4134
+ "href": "/products",
4135
+ "label": "Products"
4137
4136
  },
4138
4137
  {
4138
+ "icon": "layout-list",
4139
4139
  "label": "Login",
4140
- "href": "/login",
4141
- "icon": "layout-list"
4140
+ "href": "/login"
4142
4141
  },
4143
4142
  {
4143
+ "icon": "credit-card",
4144
4144
  "label": "Checkout",
4145
- "href": "/checkout",
4146
- "icon": "credit-card"
4145
+ "href": "/checkout"
4147
4146
  },
4148
4147
  {
4149
- "icon": "clipboard-list",
4150
4148
  "label": "Orders",
4151
- "href": "/orders"
4149
+ "href": "/orders",
4150
+ "icon": "clipboard-list"
4152
4151
  }
4153
4152
  ],
4153
+ "type": "dashboard-layout",
4154
+ "appName": "ServiceMarketplace",
4154
4155
  "children": [
4155
4156
  {
4156
- "gap": "lg",
4157
- "type": "stack",
4158
- "direction": "vertical",
4159
- "align": "center",
4160
4157
  "children": [
4161
4158
  {
4162
4159
  "type": "icon",
4163
4160
  "name": "check-circle"
4164
4161
  },
4165
4162
  {
4166
- "type": "alert",
4163
+ "message": "Payment successful! Sending receipt...",
4167
4164
  "variant": "success",
4168
- "message": "Payment successful! Sending receipt..."
4165
+ "type": "alert"
4169
4166
  },
4170
4167
  {
4171
- "type": "typography",
4172
- "color": "muted",
4173
4168
  "variant": "body",
4174
- "content": "@entity.paymentIntentId"
4169
+ "color": "muted",
4170
+ "content": "@entity.paymentIntentId",
4171
+ "type": "typography"
4175
4172
  },
4176
4173
  {
4177
- "label": "New Payment",
4174
+ "variant": "ghost",
4175
+ "action": "RESET",
4178
4176
  "type": "button",
4179
4177
  "icon": "rotate-ccw",
4180
- "action": "RESET",
4181
- "variant": "ghost"
4178
+ "label": "New Payment"
4182
4179
  }
4183
- ]
4180
+ ],
4181
+ "direction": "vertical",
4182
+ "gap": "lg",
4183
+ "align": "center",
4184
+ "type": "stack"
4184
4185
  }
4185
- ],
4186
- "type": "dashboard-layout"
4186
+ ]
4187
4187
  }
4188
4188
  ]
4189
4189
  ]
@@ -4205,35 +4205,35 @@
4205
4205
  "navItems": [
4206
4206
  {
4207
4207
  "icon": "package",
4208
- "label": "Products",
4209
- "href": "/products"
4208
+ "href": "/products",
4209
+ "label": "Products"
4210
4210
  },
4211
4211
  {
4212
- "href": "/login",
4213
4212
  "icon": "layout-list",
4214
- "label": "Login"
4213
+ "label": "Login",
4214
+ "href": "/login"
4215
4215
  },
4216
4216
  {
4217
+ "href": "/checkout",
4217
4218
  "icon": "credit-card",
4218
- "label": "Checkout",
4219
- "href": "/checkout"
4219
+ "label": "Checkout"
4220
4220
  },
4221
4221
  {
4222
4222
  "icon": "clipboard-list",
4223
- "href": "/orders",
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
  {
4231
- "type": "error-state",
4232
- "title": "Payment Failed",
4233
4230
  "message": "@entity.error",
4234
- "onRetry": "RETRY"
4231
+ "onRetry": "RETRY",
4232
+ "type": "error-state",
4233
+ "title": "Payment Failed"
4235
4234
  }
4236
- ]
4235
+ ],
4236
+ "appName": "ServiceMarketplace"
4237
4237
  }
4238
4238
  ]
4239
4239
  ]
@@ -4247,8 +4247,6 @@
4247
4247
  "render-ui",
4248
4248
  "main",
4249
4249
  {
4250
- "type": "dashboard-layout",
4251
- "appName": "ServiceMarketplace",
4252
4250
  "navItems": [
4253
4251
  {
4254
4252
  "icon": "package",
@@ -4266,34 +4264,32 @@
4266
4264
  "icon": "credit-card"
4267
4265
  },
4268
4266
  {
4269
- "label": "Orders",
4267
+ "icon": "clipboard-list",
4270
4268
  "href": "/orders",
4271
- "icon": "clipboard-list"
4269
+ "label": "Orders"
4272
4270
  }
4273
4271
  ],
4274
4272
  "children": [
4275
4273
  {
4276
- "direction": "vertical",
4277
4274
  "gap": "lg",
4278
4275
  "align": "center",
4279
- "type": "stack",
4280
4276
  "children": [
4281
4277
  {
4282
- "type": "stack",
4283
- "align": "center",
4284
4278
  "gap": "md",
4285
4279
  "children": [
4286
4280
  {
4287
- "type": "icon",
4288
- "name": "credit-card"
4281
+ "name": "credit-card",
4282
+ "type": "icon"
4289
4283
  },
4290
4284
  {
4291
4285
  "variant": "h2",
4292
- "type": "typography",
4293
- "content": "Payment"
4286
+ "content": "Payment",
4287
+ "type": "typography"
4294
4288
  }
4295
4289
  ],
4296
- "direction": "horizontal"
4290
+ "direction": "horizontal",
4291
+ "align": "center",
4292
+ "type": "stack"
4297
4293
  },
4298
4294
  {
4299
4295
  "type": "divider"
@@ -4301,26 +4297,26 @@
4301
4297
  {
4302
4298
  "children": [
4303
4299
  {
4304
- "inputType": "number",
4305
4300
  "placeholder": "0.00",
4301
+ "inputType": "number",
4306
4302
  "type": "input"
4307
4303
  },
4308
4304
  {
4305
+ "type": "select",
4309
4306
  "options": [
4310
4307
  {
4311
- "label": "USD",
4312
- "value": "usd"
4308
+ "value": "usd",
4309
+ "label": "USD"
4313
4310
  },
4314
4311
  {
4315
- "label": "EUR",
4316
- "value": "eur"
4312
+ "value": "eur",
4313
+ "label": "EUR"
4317
4314
  },
4318
4315
  {
4319
- "label": "GBP",
4320
- "value": "gbp"
4316
+ "value": "gbp",
4317
+ "label": "GBP"
4321
4318
  }
4322
- ],
4323
- "type": "select"
4319
+ ]
4324
4320
  }
4325
4321
  ],
4326
4322
  "type": "stack",
@@ -4328,15 +4324,19 @@
4328
4324
  "gap": "md"
4329
4325
  },
4330
4326
  {
4331
- "type": "button",
4332
- "icon": "credit-card",
4333
4327
  "variant": "primary",
4328
+ "type": "button",
4334
4329
  "label": "Pay",
4335
- "action": "CREATE_PAYMENT"
4330
+ "action": "CREATE_PAYMENT",
4331
+ "icon": "credit-card"
4336
4332
  }
4337
- ]
4333
+ ],
4334
+ "type": "stack",
4335
+ "direction": "vertical"
4338
4336
  }
4339
- ]
4337
+ ],
4338
+ "type": "dashboard-layout",
4339
+ "appName": "ServiceMarketplace"
4340
4340
  }
4341
4341
  ]
4342
4342
  ]
@@ -4350,10 +4350,32 @@
4350
4350
  "render-ui",
4351
4351
  "main",
4352
4352
  {
4353
- "type": "dashboard-layout",
4353
+ "navItems": [
4354
+ {
4355
+ "label": "Products",
4356
+ "href": "/products",
4357
+ "icon": "package"
4358
+ },
4359
+ {
4360
+ "label": "Login",
4361
+ "icon": "layout-list",
4362
+ "href": "/login"
4363
+ },
4364
+ {
4365
+ "href": "/checkout",
4366
+ "label": "Checkout",
4367
+ "icon": "credit-card"
4368
+ },
4369
+ {
4370
+ "label": "Orders",
4371
+ "href": "/orders",
4372
+ "icon": "clipboard-list"
4373
+ }
4374
+ ],
4375
+ "appName": "ServiceMarketplace",
4354
4376
  "children": [
4355
4377
  {
4356
- "gap": "lg",
4378
+ "type": "stack",
4357
4379
  "children": [
4358
4380
  {
4359
4381
  "children": [
@@ -4362,25 +4384,27 @@
4362
4384
  "type": "icon"
4363
4385
  },
4364
4386
  {
4365
- "type": "typography",
4366
4387
  "variant": "h2",
4388
+ "type": "typography",
4367
4389
  "content": "Payment"
4368
4390
  }
4369
4391
  ],
4370
- "align": "center",
4392
+ "type": "stack",
4371
4393
  "direction": "horizontal",
4372
4394
  "gap": "md",
4373
- "type": "stack"
4395
+ "align": "center"
4374
4396
  },
4375
4397
  {
4376
4398
  "type": "divider"
4377
4399
  },
4378
4400
  {
4401
+ "gap": "md",
4402
+ "direction": "vertical",
4379
4403
  "children": [
4380
4404
  {
4381
- "type": "input",
4382
4405
  "placeholder": "0.00",
4383
- "inputType": "number"
4406
+ "inputType": "number",
4407
+ "type": "input"
4384
4408
  },
4385
4409
  {
4386
4410
  "options": [
@@ -4393,53 +4417,29 @@
4393
4417
  "label": "EUR"
4394
4418
  },
4395
4419
  {
4396
- "label": "GBP",
4397
- "value": "gbp"
4420
+ "value": "gbp",
4421
+ "label": "GBP"
4398
4422
  }
4399
4423
  ],
4400
4424
  "type": "select"
4401
4425
  }
4402
4426
  ],
4403
- "gap": "md",
4404
- "type": "stack",
4405
- "direction": "vertical"
4427
+ "type": "stack"
4406
4428
  },
4407
4429
  {
4408
- "label": "Pay",
4430
+ "type": "button",
4431
+ "icon": "credit-card",
4409
4432
  "variant": "primary",
4410
4433
  "action": "CREATE_PAYMENT",
4411
- "icon": "credit-card",
4412
- "type": "button"
4434
+ "label": "Pay"
4413
4435
  }
4414
4436
  ],
4437
+ "direction": "vertical",
4415
4438
  "align": "center",
4416
- "type": "stack",
4417
- "direction": "vertical"
4418
- }
4419
- ],
4420
- "navItems": [
4421
- {
4422
- "href": "/products",
4423
- "icon": "package",
4424
- "label": "Products"
4425
- },
4426
- {
4427
- "href": "/login",
4428
- "label": "Login",
4429
- "icon": "layout-list"
4430
- },
4431
- {
4432
- "icon": "credit-card",
4433
- "label": "Checkout",
4434
- "href": "/checkout"
4435
- },
4436
- {
4437
- "icon": "clipboard-list",
4438
- "href": "/orders",
4439
- "label": "Orders"
4439
+ "gap": "lg"
4440
4440
  }
4441
4441
  ],
4442
- "appName": "ServiceMarketplace"
4442
+ "type": "dashboard-layout"
4443
4443
  }
4444
4444
  ]
4445
4445
  ]
@@ -4454,16 +4454,15 @@
4454
4454
  "main",
4455
4455
  {
4456
4456
  "type": "dashboard-layout",
4457
- "appName": "ServiceMarketplace",
4458
4457
  "navItems": [
4459
4458
  {
4460
- "icon": "package",
4461
4459
  "label": "Products",
4460
+ "icon": "package",
4462
4461
  "href": "/products"
4463
4462
  },
4464
4463
  {
4465
- "label": "Login",
4466
4464
  "icon": "layout-list",
4465
+ "label": "Login",
4467
4466
  "href": "/login"
4468
4467
  },
4469
4468
  {
@@ -4472,19 +4471,20 @@
4472
4471
  "label": "Checkout"
4473
4472
  },
4474
4473
  {
4474
+ "icon": "clipboard-list",
4475
4475
  "label": "Orders",
4476
- "href": "/orders",
4477
- "icon": "clipboard-list"
4476
+ "href": "/orders"
4478
4477
  }
4479
4478
  ],
4479
+ "appName": "ServiceMarketplace",
4480
4480
  "children": [
4481
4481
  {
4482
4482
  "direction": "vertical",
4483
- "gap": "lg",
4484
- "type": "stack",
4485
4483
  "align": "center",
4486
4484
  "children": [
4487
4485
  {
4486
+ "type": "stack",
4487
+ "direction": "horizontal",
4488
4488
  "align": "center",
4489
4489
  "gap": "md",
4490
4490
  "children": [
@@ -4493,18 +4493,17 @@
4493
4493
  "type": "icon"
4494
4494
  },
4495
4495
  {
4496
- "type": "typography",
4497
4496
  "content": "Payment",
4497
+ "type": "typography",
4498
4498
  "variant": "h2"
4499
4499
  }
4500
- ],
4501
- "type": "stack",
4502
- "direction": "horizontal"
4500
+ ]
4503
4501
  },
4504
4502
  {
4505
4503
  "type": "divider"
4506
4504
  },
4507
4505
  {
4506
+ "type": "stack",
4508
4507
  "children": [
4509
4508
  {
4510
4509
  "type": "input",
@@ -4514,8 +4513,8 @@
4514
4513
  {
4515
4514
  "options": [
4516
4515
  {
4517
- "label": "USD",
4518
- "value": "usd"
4516
+ "value": "usd",
4517
+ "label": "USD"
4519
4518
  },
4520
4519
  {
4521
4520
  "label": "EUR",
@@ -4529,18 +4528,19 @@
4529
4528
  "type": "select"
4530
4529
  }
4531
4530
  ],
4532
- "gap": "md",
4533
- "type": "stack",
4534
- "direction": "vertical"
4531
+ "direction": "vertical",
4532
+ "gap": "md"
4535
4533
  },
4536
4534
  {
4537
- "label": "Pay",
4538
- "icon": "credit-card",
4539
- "variant": "primary",
4540
4535
  "action": "CREATE_PAYMENT",
4536
+ "variant": "primary",
4537
+ "icon": "credit-card",
4538
+ "label": "Pay",
4541
4539
  "type": "button"
4542
4540
  }
4543
- ]
4541
+ ],
4542
+ "gap": "lg",
4543
+ "type": "stack"
4544
4544
  }
4545
4545
  ]
4546
4546
  }
@@ -4678,42 +4678,21 @@
4678
4678
  "render-ui",
4679
4679
  "main",
4680
4680
  {
4681
- "type": "dashboard-layout",
4682
- "children": [
4683
- {
4684
- "type": "stack",
4685
- "direction": "vertical",
4686
- "children": [
4687
- {
4688
- "name": "mail",
4689
- "type": "icon"
4690
- },
4691
- {
4692
- "content": "Receipt will be sent after payment.",
4693
- "color": "muted",
4694
- "variant": "body",
4695
- "type": "typography"
4696
- }
4697
- ],
4698
- "align": "center",
4699
- "gap": "md"
4700
- }
4701
- ],
4702
4681
  "navItems": [
4703
4682
  {
4704
- "label": "Products",
4705
4683
  "icon": "package",
4706
- "href": "/products"
4684
+ "href": "/products",
4685
+ "label": "Products"
4707
4686
  },
4708
4687
  {
4709
- "label": "Login",
4710
4688
  "href": "/login",
4711
- "icon": "layout-list"
4689
+ "icon": "layout-list",
4690
+ "label": "Login"
4712
4691
  },
4713
4692
  {
4714
- "label": "Checkout",
4693
+ "icon": "credit-card",
4715
4694
  "href": "/checkout",
4716
- "icon": "credit-card"
4695
+ "label": "Checkout"
4717
4696
  },
4718
4697
  {
4719
4698
  "href": "/orders",
@@ -4721,7 +4700,28 @@
4721
4700
  "icon": "clipboard-list"
4722
4701
  }
4723
4702
  ],
4724
- "appName": "ServiceMarketplace"
4703
+ "appName": "ServiceMarketplace",
4704
+ "children": [
4705
+ {
4706
+ "gap": "md",
4707
+ "align": "center",
4708
+ "type": "stack",
4709
+ "children": [
4710
+ {
4711
+ "name": "mail",
4712
+ "type": "icon"
4713
+ },
4714
+ {
4715
+ "content": "Receipt will be sent after payment.",
4716
+ "variant": "body",
4717
+ "type": "typography",
4718
+ "color": "muted"
4719
+ }
4720
+ ],
4721
+ "direction": "vertical"
4722
+ }
4723
+ ],
4724
+ "type": "dashboard-layout"
4725
4725
  }
4726
4726
  ]
4727
4727
  ]
@@ -4735,37 +4735,37 @@
4735
4735
  "render-ui",
4736
4736
  "main",
4737
4737
  {
4738
- "children": [
4739
- {
4740
- "title": "Sending receipt...",
4741
- "message": "Delivering your payment receipt.",
4742
- "type": "loading-state"
4743
- }
4744
- ],
4745
4738
  "navItems": [
4746
4739
  {
4747
- "href": "/products",
4748
4740
  "icon": "package",
4749
- "label": "Products"
4741
+ "label": "Products",
4742
+ "href": "/products"
4750
4743
  },
4751
4744
  {
4752
- "icon": "layout-list",
4745
+ "label": "Login",
4753
4746
  "href": "/login",
4754
- "label": "Login"
4747
+ "icon": "layout-list"
4755
4748
  },
4756
4749
  {
4757
- "label": "Checkout",
4758
4750
  "href": "/checkout",
4759
- "icon": "credit-card"
4751
+ "icon": "credit-card",
4752
+ "label": "Checkout"
4760
4753
  },
4761
4754
  {
4755
+ "label": "Orders",
4762
4756
  "href": "/orders",
4763
- "icon": "clipboard-list",
4764
- "label": "Orders"
4757
+ "icon": "clipboard-list"
4765
4758
  }
4766
4759
  ],
4767
- "appName": "ServiceMarketplace",
4768
- "type": "dashboard-layout"
4760
+ "type": "dashboard-layout",
4761
+ "children": [
4762
+ {
4763
+ "type": "loading-state",
4764
+ "title": "Sending receipt...",
4765
+ "message": "Delivering your payment receipt."
4766
+ }
4767
+ ],
4768
+ "appName": "ServiceMarketplace"
4769
4769
  }
4770
4770
  ],
4771
4771
  [
@@ -4773,9 +4773,9 @@
4773
4773
  "email",
4774
4774
  "send",
4775
4775
  {
4776
- "body": "@entity.body",
4777
4776
  "subject": "@entity.subject",
4778
- "to": "@entity.to"
4777
+ "to": "@entity.to",
4778
+ "body": "@entity.body"
4779
4779
  },
4780
4780
  {
4781
4781
  "emit": {
@@ -4800,27 +4800,6 @@
4800
4800
  "render-ui",
4801
4801
  "main",
4802
4802
  {
4803
- "type": "dashboard-layout",
4804
- "children": [
4805
- {
4806
- "children": [
4807
- {
4808
- "type": "icon",
4809
- "name": "check-circle"
4810
- },
4811
- {
4812
- "type": "alert",
4813
- "variant": "success",
4814
- "message": "Receipt sent successfully"
4815
- }
4816
- ],
4817
- "direction": "vertical",
4818
- "type": "stack",
4819
- "align": "center",
4820
- "gap": "md"
4821
- }
4822
- ],
4823
- "appName": "ServiceMarketplace",
4824
4803
  "navItems": [
4825
4804
  {
4826
4805
  "icon": "package",
@@ -4838,11 +4817,32 @@
4838
4817
  "href": "/checkout"
4839
4818
  },
4840
4819
  {
4841
- "href": "/orders",
4842
4820
  "label": "Orders",
4821
+ "href": "/orders",
4843
4822
  "icon": "clipboard-list"
4844
4823
  }
4845
- ]
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"
4842
+ }
4843
+ ],
4844
+ "type": "dashboard-layout",
4845
+ "appName": "ServiceMarketplace"
4846
4846
  }
4847
4847
  ]
4848
4848
  ]
@@ -4861,11 +4861,12 @@
4861
4861
  "render-ui",
4862
4862
  "main",
4863
4863
  {
4864
+ "type": "dashboard-layout",
4864
4865
  "navItems": [
4865
4866
  {
4866
- "href": "/products",
4867
+ "icon": "package",
4867
4868
  "label": "Products",
4868
- "icon": "package"
4869
+ "href": "/products"
4869
4870
  },
4870
4871
  {
4871
4872
  "icon": "layout-list",
@@ -4878,36 +4879,35 @@
4878
4879
  "icon": "credit-card"
4879
4880
  },
4880
4881
  {
4882
+ "icon": "clipboard-list",
4881
4883
  "label": "Orders",
4882
- "href": "/orders",
4883
- "icon": "clipboard-list"
4884
+ "href": "/orders"
4884
4885
  }
4885
4886
  ],
4886
- "appName": "ServiceMarketplace",
4887
4887
  "children": [
4888
4888
  {
4889
+ "type": "stack",
4889
4890
  "children": [
4890
4891
  {
4891
4892
  "type": "error-state",
4893
+ "title": "Receipt Failed",
4892
4894
  "message": "Could not send receipt email.",
4893
- "onRetry": "RETRY_RECEIPT",
4894
- "title": "Receipt Failed"
4895
+ "onRetry": "RETRY_RECEIPT"
4895
4896
  },
4896
4897
  {
4898
+ "variant": "primary",
4899
+ "type": "button",
4897
4900
  "label": "Retry",
4898
- "icon": "refresh-cw",
4899
4901
  "action": "RETRY_RECEIPT",
4900
- "type": "button",
4901
- "variant": "primary"
4902
+ "icon": "refresh-cw"
4902
4903
  }
4903
4904
  ],
4904
4905
  "direction": "vertical",
4905
- "type": "stack",
4906
4906
  "gap": "md",
4907
4907
  "align": "center"
4908
4908
  }
4909
4909
  ],
4910
- "type": "dashboard-layout"
4910
+ "appName": "ServiceMarketplace"
4911
4911
  }
4912
4912
  ]
4913
4913
  ]
@@ -4952,15 +4952,6 @@
4952
4952
  "render-ui",
4953
4953
  "main",
4954
4954
  {
4955
- "type": "dashboard-layout",
4956
- "appName": "ServiceMarketplace",
4957
- "children": [
4958
- {
4959
- "type": "loading-state",
4960
- "message": "Delivering your payment receipt.",
4961
- "title": "Sending receipt..."
4962
- }
4963
- ],
4964
4955
  "navItems": [
4965
4956
  {
4966
4957
  "icon": "package",
@@ -4968,19 +4959,28 @@
4968
4959
  "label": "Products"
4969
4960
  },
4970
4961
  {
4971
- "icon": "layout-list",
4972
4962
  "label": "Login",
4973
- "href": "/login"
4963
+ "href": "/login",
4964
+ "icon": "layout-list"
4974
4965
  },
4975
4966
  {
4967
+ "icon": "credit-card",
4976
4968
  "href": "/checkout",
4977
- "label": "Checkout",
4978
- "icon": "credit-card"
4969
+ "label": "Checkout"
4979
4970
  },
4980
4971
  {
4981
- "href": "/orders",
4982
4972
  "icon": "clipboard-list",
4983
- "label": "Orders"
4973
+ "label": "Orders",
4974
+ "href": "/orders"
4975
+ }
4976
+ ],
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
4984
  }
4985
4985
  ]
4986
4986
  }
@@ -4990,14 +4990,14 @@
4990
4990
  "email",
4991
4991
  "send",
4992
4992
  {
4993
- "body": "@entity.body",
4993
+ "to": "@entity.to",
4994
4994
  "subject": "@entity.subject",
4995
- "to": "@entity.to"
4995
+ "body": "@entity.body"
4996
4996
  },
4997
4997
  {
4998
4998
  "emit": {
4999
- "success": "ProductEmailCompleted",
5000
- "failure": "ProductEmailFailed"
4999
+ "failure": "ProductEmailFailed",
5000
+ "success": "ProductEmailCompleted"
5001
5001
  }
5002
5002
  }
5003
5003
  ]
@@ -5297,8 +5297,8 @@
5297
5297
  "Order",
5298
5298
  {
5299
5299
  "emit": {
5300
- "failure": "OrderLoadFailed",
5301
- "success": "OrderLoaded"
5300
+ "success": "OrderLoaded",
5301
+ "failure": "OrderLoadFailed"
5302
5302
  }
5303
5303
  }
5304
5304
  ],
@@ -5306,22 +5306,22 @@
5306
5306
  "render-ui",
5307
5307
  "main",
5308
5308
  {
5309
- "type": "stack",
5310
- "direction": "vertical",
5309
+ "gap": "md",
5311
5310
  "align": "center",
5312
- "className": "py-12",
5311
+ "direction": "vertical",
5313
5312
  "children": [
5314
5313
  {
5315
5314
  "type": "spinner"
5316
5315
  },
5317
5316
  {
5318
- "content": "Loading…",
5319
- "type": "typography",
5320
5317
  "variant": "caption",
5318
+ "type": "typography",
5319
+ "content": "Loading…",
5321
5320
  "color": "muted"
5322
5321
  }
5323
5322
  ],
5324
- "gap": "md"
5323
+ "className": "py-12",
5324
+ "type": "stack"
5325
5325
  }
5326
5326
  ]
5327
5327
  ]
@@ -5338,48 +5338,44 @@
5338
5338
  "type": "dashboard-layout",
5339
5339
  "children": [
5340
5340
  {
5341
- "gap": "lg",
5342
- "direction": "vertical",
5343
- "type": "stack",
5344
- "className": "max-w-5xl mx-auto w-full",
5345
5341
  "children": [
5346
5342
  {
5343
+ "justify": "between",
5347
5344
  "align": "center",
5348
- "gap": "md",
5349
5345
  "children": [
5350
5346
  {
5347
+ "gap": "sm",
5348
+ "direction": "horizontal",
5351
5349
  "children": [
5352
5350
  {
5353
- "name": "list",
5354
- "type": "icon"
5351
+ "type": "icon",
5352
+ "name": "list"
5355
5353
  },
5356
5354
  {
5357
5355
  "type": "typography",
5358
- "content": "Orders",
5359
- "variant": "h2"
5356
+ "variant": "h2",
5357
+ "content": "Orders"
5360
5358
  }
5361
5359
  ],
5362
- "direction": "horizontal",
5363
- "gap": "sm",
5364
- "align": "center",
5365
- "type": "stack"
5360
+ "type": "stack",
5361
+ "align": "center"
5366
5362
  },
5367
5363
  {
5368
- "type": "stack",
5369
5364
  "gap": "sm",
5370
- "direction": "horizontal",
5371
5365
  "children": [
5372
5366
  {
5373
5367
  "variant": "primary",
5374
- "type": "button",
5375
5368
  "action": "CREATE",
5369
+ "label": "Create Order",
5376
5370
  "icon": "plus",
5377
- "label": "Create Order"
5371
+ "type": "button"
5378
5372
  }
5379
- ]
5373
+ ],
5374
+ "direction": "horizontal",
5375
+ "type": "stack"
5380
5376
  }
5381
5377
  ],
5382
- "justify": "between",
5378
+ "gap": "md",
5383
5379
  "type": "stack",
5384
5380
  "direction": "horizontal"
5385
5381
  },
@@ -5390,69 +5386,72 @@
5390
5386
  "itemActions": [
5391
5387
  {
5392
5388
  "label": "View",
5393
- "event": "VIEW",
5394
- "variant": "ghost"
5389
+ "variant": "ghost",
5390
+ "event": "VIEW"
5395
5391
  },
5396
5392
  {
5397
- "label": "Edit",
5398
5393
  "event": "EDIT",
5394
+ "label": "Edit",
5399
5395
  "variant": "ghost"
5400
5396
  },
5401
5397
  {
5402
- "label": "Delete",
5398
+ "event": "DELETE",
5403
5399
  "variant": "danger",
5404
- "event": "DELETE"
5400
+ "label": "Delete"
5405
5401
  }
5406
5402
  ],
5407
- "type": "data-grid",
5408
5403
  "entity": "@payload.data",
5404
+ "type": "data-grid",
5409
5405
  "fields": [
5410
5406
  {
5411
- "label": "Product Name",
5412
5407
  "icon": "list",
5413
- "variant": "h4",
5414
- "name": "productName"
5408
+ "label": "Product Name",
5409
+ "name": "productName",
5410
+ "variant": "h4"
5415
5411
  },
5416
5412
  {
5417
5413
  "label": "Amount",
5418
- "name": "amount",
5419
- "variant": "badge",
5420
5414
  "colorMap": {
5421
- "done": "success",
5422
5415
  "completed": "success",
5423
- "cancelled": "destructive",
5424
- "error": "destructive",
5425
- "scheduled": "warning",
5426
- "failed": "destructive",
5427
5416
  "draft": "warning",
5428
- "inactive": "neutral",
5417
+ "done": "success",
5418
+ "scheduled": "warning",
5429
5419
  "active": "success",
5430
5420
  "archived": "neutral",
5421
+ "error": "destructive",
5422
+ "failed": "destructive",
5423
+ "pending": "warning",
5431
5424
  "disabled": "neutral",
5432
- "pending": "warning"
5433
- }
5425
+ "cancelled": "destructive",
5426
+ "inactive": "neutral"
5427
+ },
5428
+ "variant": "badge",
5429
+ "name": "amount"
5434
5430
  },
5435
5431
  {
5436
- "label": "Payment Status",
5437
5432
  "name": "paymentStatus",
5438
- "variant": "caption"
5433
+ "variant": "caption",
5434
+ "label": "Payment Status"
5439
5435
  }
5440
5436
  ]
5441
5437
  }
5442
- ]
5438
+ ],
5439
+ "className": "max-w-5xl mx-auto w-full",
5440
+ "direction": "vertical",
5441
+ "type": "stack",
5442
+ "gap": "lg"
5443
5443
  }
5444
5444
  ],
5445
- "appName": "ServiceMarketplace",
5446
5445
  "navItems": [
5447
5446
  {
5448
- "href": "/products",
5449
5447
  "label": "Products",
5450
- "icon": "package"
5448
+ "icon": "package",
5449
+ "href": "/products"
5451
5450
  },
5452
5451
  {
5453
5452
  "label": "Login",
5454
- "icon": "layout-list",
5455
- "href": "/login"
5453
+ "href": "/login",
5454
+ "icon": "layout-list"
5456
5455
  },
5457
5456
  {
5458
5457
  "label": "Checkout",
@@ -5460,11 +5459,12 @@
5460
5459
  "href": "/checkout"
5461
5460
  },
5462
5461
  {
5463
- "href": "/orders",
5462
+ "label": "Orders",
5464
5463
  "icon": "clipboard-list",
5465
- "label": "Orders"
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",
5482
+ "gap": "md",
5483
+ "type": "stack",
5481
5484
  "children": [
5482
5485
  {
5486
+ "type": "icon",
5483
5487
  "name": "alert-triangle",
5484
- "color": "destructive",
5485
- "type": "icon"
5488
+ "color": "destructive"
5486
5489
  },
5487
5490
  {
5488
- "content": "Failed to load order",
5489
5491
  "type": "typography",
5492
+ "content": "Failed to load order",
5490
5493
  "variant": "h3"
5491
5494
  },
5492
5495
  {
5493
- "content": "@payload.error",
5494
5496
  "color": "muted",
5497
+ "variant": "body",
5495
5498
  "type": "typography",
5496
- "variant": "body"
5499
+ "content": "@payload.error"
5497
5500
  },
5498
5501
  {
5499
- "icon": "rotate-ccw",
5502
+ "variant": "primary",
5500
5503
  "type": "button",
5504
+ "action": "INIT",
5501
5505
  "label": "Retry",
5502
- "variant": "primary",
5503
- "action": "INIT"
5506
+ "icon": "rotate-ccw"
5504
5507
  }
5505
5508
  ],
5506
- "align": "center",
5507
- "gap": "md",
5508
5509
  "direction": "vertical",
5509
- "type": "stack",
5510
- "className": "py-12"
5510
+ "align": "center"
5511
5511
  }
5512
5512
  ]
5513
5513
  ]
@@ -5699,8 +5699,8 @@
5699
5699
  "Order",
5700
5700
  {
5701
5701
  "emit": {
5702
- "failure": "OrderLoadFailed",
5703
- "success": "OrderLoaded"
5702
+ "success": "OrderLoaded",
5703
+ "failure": "OrderLoadFailed"
5704
5704
  }
5705
5705
  }
5706
5706
  ],
@@ -5709,39 +5709,39 @@
5709
5709
  "modal",
5710
5710
  {
5711
5711
  "type": "stack",
5712
- "direction": "vertical",
5713
5712
  "gap": "md",
5713
+ "direction": "vertical",
5714
5714
  "children": [
5715
5715
  {
5716
- "type": "stack",
5717
- "gap": "sm",
5716
+ "direction": "horizontal",
5718
5717
  "children": [
5719
5718
  {
5720
- "type": "icon",
5721
- "name": "plus-circle"
5719
+ "name": "plus-circle",
5720
+ "type": "icon"
5722
5721
  },
5723
5722
  {
5723
+ "variant": "h3",
5724
5724
  "type": "typography",
5725
- "content": "Create Order",
5726
- "variant": "h3"
5725
+ "content": "Create Order"
5727
5726
  }
5728
5727
  ],
5729
- "direction": "horizontal"
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
  ],
@@ -5995,8 +5995,8 @@
5995
5995
  "Order",
5996
5996
  {
5997
5997
  "emit": {
5998
- "failure": "OrderLoadFailed",
5999
- "success": "OrderLoaded"
5998
+ "success": "OrderLoaded",
5999
+ "failure": "OrderLoadFailed"
6000
6000
  }
6001
6001
  }
6002
6002
  ]
@@ -6022,43 +6022,43 @@
6022
6022
  "render-ui",
6023
6023
  "modal",
6024
6024
  {
6025
- "type": "stack",
6026
6025
  "direction": "vertical",
6026
+ "gap": "md",
6027
6027
  "children": [
6028
6028
  {
6029
+ "gap": "sm",
6029
6030
  "type": "stack",
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
- ],
6041
- "direction": "horizontal",
6042
- "gap": "sm"
6042
+ ]
6043
6043
  },
6044
6044
  {
6045
6045
  "type": "divider"
6046
6046
  },
6047
6047
  {
6048
- "entity": "@payload.row",
6049
- "submitEvent": "SAVE",
6050
6048
  "cancelEvent": "CLOSE",
6049
+ "type": "form-section",
6050
+ "mode": "edit",
6051
+ "submitEvent": "SAVE",
6051
6052
  "fields": [
6052
6053
  "productName",
6053
6054
  "amount",
6054
6055
  "paymentStatus",
6055
6056
  "orderDate"
6056
6057
  ],
6057
- "type": "form-section",
6058
- "mode": "edit"
6058
+ "entity": "@payload.row"
6059
6059
  }
6060
6060
  ],
6061
- "gap": "md"
6061
+ "type": "stack"
6062
6062
  }
6063
6063
  ]
6064
6064
  ]
@@ -6099,8 +6099,8 @@
6099
6099
  "@payload.data",
6100
6100
  {
6101
6101
  "emit": {
6102
- "failure": "OrderUpdateFailed",
6103
- "success": "OrderUpdated"
6102
+ "success": "OrderUpdated",
6103
+ "failure": "OrderUpdateFailed"
6104
6104
  }
6105
6105
  }
6106
6106
  ],
@@ -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,133 +6286,133 @@
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
  [
6297
6297
  "render-ui",
6298
6298
  "modal",
6299
6299
  {
6300
+ "direction": "vertical",
6300
6301
  "gap": "md",
6301
6302
  "children": [
6302
6303
  {
6303
6304
  "type": "stack",
6304
- "gap": "sm",
6305
- "align": "center",
6306
6305
  "direction": "horizontal",
6307
6306
  "children": [
6308
6307
  {
6309
- "name": "eye",
6310
- "type": "icon"
6308
+ "type": "icon",
6309
+ "name": "eye"
6311
6310
  },
6312
6311
  {
6313
- "variant": "h3",
6314
6312
  "type": "typography",
6315
- "content": "@entity.productName"
6313
+ "content": "@entity.productName",
6314
+ "variant": "h3"
6316
6315
  }
6317
- ]
6316
+ ],
6317
+ "gap": "sm",
6318
+ "align": "center"
6318
6319
  },
6319
6320
  {
6320
6321
  "type": "divider"
6321
6322
  },
6322
6323
  {
6323
- "type": "stack",
6324
6324
  "gap": "md",
6325
- "direction": "horizontal",
6326
6325
  "children": [
6327
6326
  {
6328
- "variant": "caption",
6329
6327
  "type": "typography",
6328
+ "variant": "caption",
6330
6329
  "content": "Product Name"
6331
6330
  },
6332
6331
  {
6332
+ "content": "@entity.productName",
6333
6333
  "variant": "body",
6334
- "type": "typography",
6335
- "content": "@entity.productName"
6334
+ "type": "typography"
6336
6335
  }
6337
- ]
6336
+ ],
6337
+ "direction": "horizontal",
6338
+ "type": "stack"
6338
6339
  },
6339
6340
  {
6340
- "gap": "md",
6341
6341
  "direction": "horizontal",
6342
+ "gap": "md",
6342
6343
  "children": [
6343
6344
  {
6344
- "content": "Amount",
6345
+ "type": "typography",
6345
6346
  "variant": "caption",
6346
- "type": "typography"
6347
+ "content": "Amount"
6347
6348
  },
6348
6349
  {
6349
- "content": "@entity.amount",
6350
+ "variant": "body",
6350
6351
  "type": "typography",
6351
- "variant": "body"
6352
+ "content": "@entity.amount"
6352
6353
  }
6353
6354
  ],
6354
6355
  "type": "stack"
6355
6356
  },
6356
6357
  {
6357
- "gap": "md",
6358
- "type": "stack",
6359
6358
  "direction": "horizontal",
6359
+ "type": "stack",
6360
+ "gap": "md",
6360
6361
  "children": [
6361
6362
  {
6362
6363
  "variant": "caption",
6363
- "content": "Payment Status",
6364
- "type": "typography"
6364
+ "type": "typography",
6365
+ "content": "Payment Status"
6365
6366
  },
6366
6367
  {
6367
- "content": "@entity.paymentStatus",
6368
6368
  "type": "typography",
6369
- "variant": "body"
6369
+ "variant": "body",
6370
+ "content": "@entity.paymentStatus"
6370
6371
  }
6371
6372
  ]
6372
6373
  },
6373
6374
  {
6374
6375
  "direction": "horizontal",
6375
- "type": "stack",
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
+ "type": "typography",
6384
6385
  "variant": "body",
6385
- "content": "@entity.orderDate",
6386
- "type": "typography"
6386
+ "content": "@entity.orderDate"
6387
6387
  }
6388
- ]
6388
+ ],
6389
+ "type": "stack"
6389
6390
  },
6390
6391
  {
6391
6392
  "type": "divider"
6392
6393
  },
6393
6394
  {
6395
+ "gap": "sm",
6394
6396
  "children": [
6395
6397
  {
6396
6398
  "type": "button",
6399
+ "variant": "primary",
6397
6400
  "action": "EDIT",
6398
6401
  "label": "Edit",
6399
- "variant": "primary",
6400
6402
  "icon": "edit"
6401
6403
  },
6402
6404
  {
6403
- "type": "button",
6405
+ "action": "CLOSE",
6404
6406
  "variant": "ghost",
6405
6407
  "label": "Close",
6406
- "action": "CLOSE"
6408
+ "type": "button"
6407
6409
  }
6408
6410
  ],
6409
- "justify": "end",
6410
- "gap": "sm",
6411
6411
  "direction": "horizontal",
6412
+ "justify": "end",
6412
6413
  "type": "stack"
6413
6414
  }
6414
6415
  ],
6415
- "direction": "vertical",
6416
6416
  "type": "stack"
6417
6417
  }
6418
6418
  ]
@@ -6669,33 +6669,36 @@
6669
6669
  {
6670
6670
  "type": "stack",
6671
6671
  "direction": "vertical",
6672
+ "gap": "md",
6672
6673
  "children": [
6673
6674
  {
6674
- "type": "stack",
6675
+ "direction": "horizontal",
6675
6676
  "align": "center",
6676
- "gap": "sm",
6677
+ "type": "stack",
6677
6678
  "children": [
6678
6679
  {
6679
6680
  "type": "icon",
6680
6681
  "name": "alert-triangle"
6681
6682
  },
6682
6683
  {
6683
- "variant": "h3",
6684
6684
  "type": "typography",
6685
- "content": "Delete Order"
6685
+ "content": "Delete Order",
6686
+ "variant": "h3"
6686
6687
  }
6687
6688
  ],
6688
- "direction": "horizontal"
6689
+ "gap": "sm"
6689
6690
  },
6690
6691
  {
6691
6692
  "type": "divider"
6692
6693
  },
6693
6694
  {
6694
- "type": "alert",
6695
6695
  "message": "This action cannot be undone.",
6696
+ "type": "alert",
6696
6697
  "variant": "error"
6697
6698
  },
6698
6699
  {
6700
+ "type": "stack",
6701
+ "justify": "end",
6699
6702
  "children": [
6700
6703
  {
6701
6704
  "type": "button",
@@ -6704,20 +6707,17 @@
6704
6707
  "variant": "ghost"
6705
6708
  },
6706
6709
  {
6707
- "icon": "check",
6708
6710
  "variant": "danger",
6709
6711
  "label": "Delete",
6712
+ "icon": "check",
6710
6713
  "type": "button",
6711
6714
  "action": "CONFIRM_DELETE"
6712
6715
  }
6713
6716
  ],
6714
- "gap": "sm",
6715
- "type": "stack",
6716
6717
  "direction": "horizontal",
6717
- "justify": "end"
6718
+ "gap": "sm"
6718
6719
  }
6719
- ],
6720
- "gap": "md"
6720
+ ]
6721
6721
  }
6722
6722
  ]
6723
6723
  ]
@@ -6756,8 +6756,8 @@
6756
6756
  "Order",
6757
6757
  {
6758
6758
  "emit": {
6759
- "failure": "OrderLoadFailed",
6760
- "success": "OrderLoaded"
6759
+ "success": "OrderLoaded",
6760
+ "failure": "OrderLoadFailed"
6761
6761
  }
6762
6762
  }
6763
6763
  ],
@@ -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
  ]
@@ -6855,4 +6855,4 @@
6855
6855
  ]
6856
6856
  }
6857
6857
  ]
6858
- }
6858
+ }