@almadar/std 8.2.0 → 8.3.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 (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
  27. package/behaviors/registry/app/organisms/std-cms.orb +445 -445
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
  29. package/behaviors/registry/app/organisms/std-crm.orb +781 -781
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
  37. package/behaviors/registry/app/organisms/std-lms.orb +863 -863
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
  42. package/behaviors/registry/core/atoms/std-browse.orb +60 -60
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
  44. package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  47. package/behaviors/registry/core/atoms/std-display.orb +371 -371
  48. package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  49. package/behaviors/registry/core/atoms/std-filter.orb +46 -46
  50. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  51. package/behaviors/registry/core/atoms/std-modal.orb +14 -32
  52. package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
  53. package/behaviors/registry/core/atoms/std-push.orb +42 -42
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
  55. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  56. package/behaviors/registry/core/atoms/std-search.orb +71 -71
  57. package/behaviors/registry/core/atoms/std-selection.orb +89 -89
  58. package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
  59. package/behaviors/registry/core/molecules/std-cart.orb +54 -54
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
  62. package/behaviors/registry/core/molecules/std-list.orb +60 -60
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
  64. package/behaviors/registry/game/atoms/std-collision.orb +143 -143
  65. package/behaviors/registry/game/atoms/std-combat.orb +80 -80
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
  69. package/behaviors/registry/game/atoms/std-movement.orb +300 -300
  70. package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  72. package/behaviors/registry/game/atoms/std-quest.orb +124 -124
  73. package/behaviors/registry/game/atoms/std-timer.orb +251 -260
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
  83. package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
  84. package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
  187. package/package.json +1 -1
@@ -335,38 +335,38 @@
335
335
  "render-ui",
336
336
  "main",
337
337
  {
338
- "gap": "lg",
338
+ "type": "stack",
339
339
  "align": "center",
340
+ "gap": "lg",
340
341
  "direction": "vertical",
341
342
  "children": [
342
343
  {
343
- "direction": "horizontal",
344
- "align": "center",
345
- "type": "stack",
346
344
  "children": [
347
345
  {
348
- "type": "icon",
349
- "name": "credit-card"
346
+ "name": "credit-card",
347
+ "type": "icon"
350
348
  },
351
349
  {
350
+ "variant": "h2",
352
351
  "type": "typography",
353
- "content": "Payment",
354
- "variant": "h2"
352
+ "content": "Payment"
355
353
  }
356
354
  ],
355
+ "direction": "horizontal",
356
+ "type": "stack",
357
+ "align": "center",
357
358
  "gap": "md"
358
359
  },
359
360
  {
360
361
  "type": "divider"
361
362
  },
362
363
  {
363
- "type": "stack",
364
- "gap": "md",
364
+ "direction": "vertical",
365
365
  "children": [
366
366
  {
367
- "placeholder": "0.00",
368
367
  "type": "input",
369
- "inputType": "number"
368
+ "inputType": "number",
369
+ "placeholder": "0.00"
370
370
  },
371
371
  {
372
372
  "type": "select",
@@ -376,27 +376,27 @@
376
376
  "label": "USD"
377
377
  },
378
378
  {
379
- "label": "EUR",
380
- "value": "eur"
379
+ "value": "eur",
380
+ "label": "EUR"
381
381
  },
382
382
  {
383
- "value": "gbp",
384
- "label": "GBP"
383
+ "label": "GBP",
384
+ "value": "gbp"
385
385
  }
386
386
  ]
387
387
  }
388
388
  ],
389
- "direction": "vertical"
389
+ "type": "stack",
390
+ "gap": "md"
390
391
  },
391
392
  {
392
- "icon": "credit-card",
393
393
  "variant": "primary",
394
+ "action": "CREATE_PAYMENT",
394
395
  "label": "Pay",
395
- "type": "button",
396
- "action": "CREATE_PAYMENT"
396
+ "icon": "credit-card",
397
+ "type": "button"
397
398
  }
398
- ],
399
- "type": "stack"
399
+ ]
400
400
  }
401
401
  ]
402
402
  ]
@@ -420,13 +420,13 @@
420
420
  "stripe",
421
421
  "createPaymentIntent",
422
422
  {
423
- "amount": "@entity.amount",
424
- "currency": "@entity.currency"
423
+ "currency": "@entity.currency",
424
+ "amount": "@entity.amount"
425
425
  },
426
426
  {
427
427
  "emit": {
428
- "success": "ServiceStripeStripeCompleted",
429
- "failure": "ServiceStripeStripeFailed"
428
+ "failure": "ServiceStripeStripeFailed",
429
+ "success": "ServiceStripeStripeCompleted"
430
430
  }
431
431
  }
432
432
  ]
@@ -451,9 +451,9 @@
451
451
  "render-ui",
452
452
  "main",
453
453
  {
454
- "title": "Confirming payment...",
455
454
  "type": "loading-state",
456
- "message": "Processing your payment."
455
+ "message": "Processing your payment.",
456
+ "title": "Confirming payment..."
457
457
  }
458
458
  ],
459
459
  [
@@ -486,10 +486,10 @@
486
486
  "render-ui",
487
487
  "main",
488
488
  {
489
- "message": "@entity.error",
490
489
  "type": "error-state",
491
- "title": "Payment Failed",
492
- "onRetry": "RETRY"
490
+ "onRetry": "RETRY",
491
+ "message": "@entity.error",
492
+ "title": "Payment Failed"
493
493
  }
494
494
  ]
495
495
  ]
@@ -508,34 +508,34 @@
508
508
  "render-ui",
509
509
  "main",
510
510
  {
511
+ "direction": "vertical",
512
+ "gap": "lg",
511
513
  "children": [
512
514
  {
513
- "type": "icon",
514
- "name": "check-circle"
515
+ "name": "check-circle",
516
+ "type": "icon"
515
517
  },
516
518
  {
517
519
  "variant": "success",
518
- "message": "Payment successful!",
519
- "type": "alert"
520
+ "type": "alert",
521
+ "message": "Payment successful!"
520
522
  },
521
523
  {
522
- "color": "muted",
523
524
  "variant": "body",
524
- "type": "typography",
525
- "content": "@entity.paymentIntentId"
525
+ "content": "@entity.paymentIntentId",
526
+ "color": "muted",
527
+ "type": "typography"
526
528
  },
527
529
  {
530
+ "label": "New Payment",
528
531
  "variant": "ghost",
529
- "icon": "rotate-ccw",
530
532
  "type": "button",
531
533
  "action": "RESET",
532
- "label": "New Payment"
534
+ "icon": "rotate-ccw"
533
535
  }
534
536
  ],
535
- "gap": "lg",
536
537
  "type": "stack",
537
- "align": "center",
538
- "direction": "vertical"
538
+ "align": "center"
539
539
  }
540
540
  ]
541
541
  ]
@@ -554,10 +554,10 @@
554
554
  "render-ui",
555
555
  "main",
556
556
  {
557
- "onRetry": "RETRY",
558
- "message": "@entity.error",
559
557
  "title": "Payment Failed",
560
- "type": "error-state"
558
+ "type": "error-state",
559
+ "onRetry": "RETRY",
560
+ "message": "@entity.error"
561
561
  }
562
562
  ]
563
563
  ]
@@ -571,9 +571,15 @@
571
571
  "render-ui",
572
572
  "main",
573
573
  {
574
+ "direction": "vertical",
575
+ "align": "center",
576
+ "type": "stack",
577
+ "gap": "lg",
574
578
  "children": [
575
579
  {
576
580
  "gap": "md",
581
+ "direction": "horizontal",
582
+ "type": "stack",
577
583
  "children": [
578
584
  {
579
585
  "type": "icon",
@@ -581,20 +587,19 @@
581
587
  },
582
588
  {
583
589
  "content": "Payment",
584
- "variant": "h2",
585
- "type": "typography"
590
+ "type": "typography",
591
+ "variant": "h2"
586
592
  }
587
593
  ],
588
- "align": "center",
589
- "type": "stack",
590
- "direction": "horizontal"
594
+ "align": "center"
591
595
  },
592
596
  {
593
597
  "type": "divider"
594
598
  },
595
599
  {
596
- "type": "stack",
597
600
  "direction": "vertical",
601
+ "gap": "md",
602
+ "type": "stack",
598
603
  "children": [
599
604
  {
600
605
  "inputType": "number",
@@ -602,7 +607,6 @@
602
607
  "type": "input"
603
608
  },
604
609
  {
605
- "type": "select",
606
610
  "options": [
607
611
  {
608
612
  "label": "USD",
@@ -616,23 +620,19 @@
616
620
  "label": "GBP",
617
621
  "value": "gbp"
618
622
  }
619
- ]
623
+ ],
624
+ "type": "select"
620
625
  }
621
- ],
622
- "gap": "md"
626
+ ]
623
627
  },
624
628
  {
625
- "variant": "primary",
626
629
  "label": "Pay",
627
630
  "icon": "credit-card",
631
+ "action": "CREATE_PAYMENT",
628
632
  "type": "button",
629
- "action": "CREATE_PAYMENT"
633
+ "variant": "primary"
630
634
  }
631
- ],
632
- "type": "stack",
633
- "gap": "lg",
634
- "align": "center",
635
- "direction": "vertical"
635
+ ]
636
636
  }
637
637
  ]
638
638
  ]
@@ -646,21 +646,22 @@
646
646
  "render-ui",
647
647
  "main",
648
648
  {
649
+ "align": "center",
649
650
  "children": [
650
651
  {
651
652
  "align": "center",
653
+ "direction": "horizontal",
652
654
  "children": [
653
655
  {
654
656
  "name": "credit-card",
655
657
  "type": "icon"
656
658
  },
657
659
  {
660
+ "variant": "h2",
658
661
  "type": "typography",
659
- "content": "Payment",
660
- "variant": "h2"
662
+ "content": "Payment"
661
663
  }
662
664
  ],
663
- "direction": "horizontal",
664
665
  "type": "stack",
665
666
  "gap": "md"
666
667
  },
@@ -668,8 +669,8 @@
668
669
  "type": "divider"
669
670
  },
670
671
  {
671
- "direction": "vertical",
672
672
  "type": "stack",
673
+ "direction": "vertical",
673
674
  "gap": "md",
674
675
  "children": [
675
676
  {
@@ -678,7 +679,6 @@
678
679
  "placeholder": "0.00"
679
680
  },
680
681
  {
681
- "type": "select",
682
682
  "options": [
683
683
  {
684
684
  "value": "usd",
@@ -692,21 +692,21 @@
692
692
  "label": "GBP",
693
693
  "value": "gbp"
694
694
  }
695
- ]
695
+ ],
696
+ "type": "select"
696
697
  }
697
698
  ]
698
699
  },
699
700
  {
700
701
  "type": "button",
702
+ "variant": "primary",
701
703
  "icon": "credit-card",
702
704
  "label": "Pay",
703
- "action": "CREATE_PAYMENT",
704
- "variant": "primary"
705
+ "action": "CREATE_PAYMENT"
705
706
  }
706
707
  ],
707
708
  "type": "stack",
708
709
  "gap": "lg",
709
- "align": "center",
710
710
  "direction": "vertical"
711
711
  }
712
712
  ]
@@ -721,68 +721,68 @@
721
721
  "render-ui",
722
722
  "main",
723
723
  {
724
- "gap": "lg",
725
- "direction": "vertical",
726
- "align": "center",
727
- "type": "stack",
728
724
  "children": [
729
725
  {
730
726
  "align": "center",
731
- "type": "stack",
732
- "direction": "horizontal",
727
+ "gap": "md",
733
728
  "children": [
734
729
  {
735
- "name": "credit-card",
736
- "type": "icon"
730
+ "type": "icon",
731
+ "name": "credit-card"
737
732
  },
738
733
  {
739
734
  "type": "typography",
740
- "content": "Payment",
741
- "variant": "h2"
735
+ "variant": "h2",
736
+ "content": "Payment"
742
737
  }
743
738
  ],
744
- "gap": "md"
739
+ "type": "stack",
740
+ "direction": "horizontal"
745
741
  },
746
742
  {
747
743
  "type": "divider"
748
744
  },
749
745
  {
746
+ "type": "stack",
750
747
  "gap": "md",
751
- "direction": "vertical",
752
748
  "children": [
753
749
  {
754
750
  "inputType": "number",
755
- "type": "input",
756
- "placeholder": "0.00"
751
+ "placeholder": "0.00",
752
+ "type": "input"
757
753
  },
758
754
  {
755
+ "type": "select",
759
756
  "options": [
760
757
  {
761
- "label": "USD",
762
- "value": "usd"
758
+ "value": "usd",
759
+ "label": "USD"
763
760
  },
764
761
  {
765
- "label": "EUR",
766
- "value": "eur"
762
+ "value": "eur",
763
+ "label": "EUR"
767
764
  },
768
765
  {
769
766
  "label": "GBP",
770
767
  "value": "gbp"
771
768
  }
772
- ],
773
- "type": "select"
769
+ ]
774
770
  }
775
771
  ],
776
- "type": "stack"
772
+ "direction": "vertical"
777
773
  },
778
774
  {
779
- "action": "CREATE_PAYMENT",
780
- "label": "Pay",
781
775
  "icon": "credit-card",
776
+ "variant": "primary",
782
777
  "type": "button",
783
- "variant": "primary"
778
+ "label": "Pay",
779
+ "action": "CREATE_PAYMENT"
784
780
  }
785
- ]
781
+ ],
782
+ "type": "stack",
783
+ "gap": "lg",
784
+ "direction": "vertical",
785
+ "align": "center"
786
786
  }
787
787
  ]
788
788
  ]
@@ -805,4 +805,4 @@
805
805
  ]
806
806
  }
807
807
  ]
808
- }
808
+ }