@almadar/std 8.3.0 → 8.4.1

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