@almadar/std 13.7.0 → 13.8.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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/package.json +1 -1
|
@@ -321,6 +321,16 @@
|
|
|
321
321
|
"to": "idle",
|
|
322
322
|
"event": "INIT",
|
|
323
323
|
"effects": [
|
|
324
|
+
[
|
|
325
|
+
"set",
|
|
326
|
+
"@entity.amount",
|
|
327
|
+
0.0
|
|
328
|
+
],
|
|
329
|
+
[
|
|
330
|
+
"set",
|
|
331
|
+
"@entity.currency",
|
|
332
|
+
"usd"
|
|
333
|
+
],
|
|
324
334
|
[
|
|
325
335
|
"fetch",
|
|
326
336
|
"ServiceStripe",
|
|
@@ -335,23 +345,27 @@
|
|
|
335
345
|
"render-ui",
|
|
336
346
|
"main",
|
|
337
347
|
{
|
|
348
|
+
"type": "stack",
|
|
349
|
+
"gap": "lg",
|
|
350
|
+
"direction": "vertical",
|
|
351
|
+
"align": "center",
|
|
338
352
|
"children": [
|
|
339
353
|
{
|
|
354
|
+
"gap": "md",
|
|
355
|
+
"type": "stack",
|
|
356
|
+
"align": "center",
|
|
357
|
+
"direction": "horizontal",
|
|
340
358
|
"children": [
|
|
341
359
|
{
|
|
342
|
-
"
|
|
343
|
-
"
|
|
360
|
+
"name": "credit-card",
|
|
361
|
+
"type": "icon"
|
|
344
362
|
},
|
|
345
363
|
{
|
|
346
|
-
"
|
|
364
|
+
"type": "typography",
|
|
347
365
|
"variant": "h2",
|
|
348
|
-
"
|
|
366
|
+
"content": "Payment"
|
|
349
367
|
}
|
|
350
|
-
]
|
|
351
|
-
"gap": "md",
|
|
352
|
-
"align": "center",
|
|
353
|
-
"direction": "horizontal",
|
|
354
|
-
"type": "stack"
|
|
368
|
+
]
|
|
355
369
|
},
|
|
356
370
|
{
|
|
357
371
|
"type": "divider"
|
|
@@ -359,9 +373,9 @@
|
|
|
359
373
|
{
|
|
360
374
|
"children": [
|
|
361
375
|
{
|
|
376
|
+
"placeholder": "0.00",
|
|
362
377
|
"type": "input",
|
|
363
|
-
"inputType": "number"
|
|
364
|
-
"placeholder": "0.00"
|
|
378
|
+
"inputType": "number"
|
|
365
379
|
},
|
|
366
380
|
{
|
|
367
381
|
"type": "select",
|
|
@@ -371,32 +385,28 @@
|
|
|
371
385
|
"value": "usd"
|
|
372
386
|
},
|
|
373
387
|
{
|
|
374
|
-
"
|
|
375
|
-
"
|
|
388
|
+
"value": "eur",
|
|
389
|
+
"label": "EUR"
|
|
376
390
|
},
|
|
377
391
|
{
|
|
378
|
-
"
|
|
379
|
-
"
|
|
392
|
+
"value": "gbp",
|
|
393
|
+
"label": "GBP"
|
|
380
394
|
}
|
|
381
395
|
]
|
|
382
396
|
}
|
|
383
397
|
],
|
|
384
|
-
"
|
|
398
|
+
"type": "stack",
|
|
385
399
|
"direction": "vertical",
|
|
386
|
-
"
|
|
400
|
+
"gap": "md"
|
|
387
401
|
},
|
|
388
402
|
{
|
|
389
|
-
"label": "Pay",
|
|
390
|
-
"variant": "primary",
|
|
391
403
|
"type": "button",
|
|
404
|
+
"label": "Pay",
|
|
392
405
|
"action": "CREATE_PAYMENT",
|
|
393
|
-
"icon": "credit-card"
|
|
406
|
+
"icon": "credit-card",
|
|
407
|
+
"variant": "primary"
|
|
394
408
|
}
|
|
395
|
-
]
|
|
396
|
-
"direction": "vertical",
|
|
397
|
-
"gap": "lg",
|
|
398
|
-
"type": "stack",
|
|
399
|
-
"align": "center"
|
|
409
|
+
]
|
|
400
410
|
}
|
|
401
411
|
]
|
|
402
412
|
]
|
|
@@ -410,9 +420,9 @@
|
|
|
410
420
|
"render-ui",
|
|
411
421
|
"main",
|
|
412
422
|
{
|
|
413
|
-
"
|
|
423
|
+
"message": "Setting up your payment intent.",
|
|
414
424
|
"title": "Creating payment...",
|
|
415
|
-
"
|
|
425
|
+
"type": "loading-state"
|
|
416
426
|
}
|
|
417
427
|
],
|
|
418
428
|
[
|
|
@@ -420,8 +430,8 @@
|
|
|
420
430
|
"stripe",
|
|
421
431
|
"createPaymentIntent",
|
|
422
432
|
{
|
|
423
|
-
"
|
|
424
|
-
"
|
|
433
|
+
"amount": "@entity.amount",
|
|
434
|
+
"currency": "@entity.currency"
|
|
425
435
|
},
|
|
426
436
|
{
|
|
427
437
|
"emit": {
|
|
@@ -486,9 +496,9 @@
|
|
|
486
496
|
"render-ui",
|
|
487
497
|
"main",
|
|
488
498
|
{
|
|
489
|
-
"title": "Payment Failed",
|
|
490
499
|
"message": "@entity.error",
|
|
491
500
|
"type": "error-state",
|
|
501
|
+
"title": "Payment Failed",
|
|
492
502
|
"onRetry": "RETRY"
|
|
493
503
|
}
|
|
494
504
|
]
|
|
@@ -508,34 +518,34 @@
|
|
|
508
518
|
"render-ui",
|
|
509
519
|
"main",
|
|
510
520
|
{
|
|
511
|
-
"direction": "vertical",
|
|
512
521
|
"type": "stack",
|
|
513
522
|
"gap": "lg",
|
|
514
523
|
"align": "center",
|
|
515
524
|
"children": [
|
|
516
525
|
{
|
|
517
|
-
"
|
|
518
|
-
"
|
|
526
|
+
"name": "check-circle",
|
|
527
|
+
"type": "icon"
|
|
519
528
|
},
|
|
520
529
|
{
|
|
530
|
+
"message": "Payment successful!",
|
|
521
531
|
"type": "alert",
|
|
522
|
-
"variant": "success"
|
|
523
|
-
"message": "Payment successful!"
|
|
532
|
+
"variant": "success"
|
|
524
533
|
},
|
|
525
534
|
{
|
|
526
|
-
"
|
|
527
|
-
"variant": "body",
|
|
535
|
+
"content": "@entity.paymentIntentId",
|
|
528
536
|
"type": "typography",
|
|
529
|
-
"
|
|
537
|
+
"color": "muted",
|
|
538
|
+
"variant": "body"
|
|
530
539
|
},
|
|
531
540
|
{
|
|
532
|
-
"variant": "ghost",
|
|
533
|
-
"type": "button",
|
|
534
541
|
"icon": "rotate-ccw",
|
|
542
|
+
"action": "RESET",
|
|
543
|
+
"variant": "ghost",
|
|
535
544
|
"label": "New Payment",
|
|
536
|
-
"
|
|
545
|
+
"type": "button"
|
|
537
546
|
}
|
|
538
|
-
]
|
|
547
|
+
],
|
|
548
|
+
"direction": "vertical"
|
|
539
549
|
}
|
|
540
550
|
]
|
|
541
551
|
]
|
|
@@ -554,10 +564,10 @@
|
|
|
554
564
|
"render-ui",
|
|
555
565
|
"main",
|
|
556
566
|
{
|
|
567
|
+
"onRetry": "RETRY",
|
|
557
568
|
"type": "error-state",
|
|
558
|
-
"title": "Payment Failed",
|
|
559
569
|
"message": "@entity.error",
|
|
560
|
-
"
|
|
570
|
+
"title": "Payment Failed"
|
|
561
571
|
}
|
|
562
572
|
]
|
|
563
573
|
]
|
|
@@ -571,20 +581,23 @@
|
|
|
571
581
|
"render-ui",
|
|
572
582
|
"main",
|
|
573
583
|
{
|
|
584
|
+
"type": "stack",
|
|
585
|
+
"direction": "vertical",
|
|
586
|
+
"gap": "lg",
|
|
574
587
|
"children": [
|
|
575
588
|
{
|
|
589
|
+
"gap": "md",
|
|
576
590
|
"type": "stack",
|
|
577
591
|
"direction": "horizontal",
|
|
578
592
|
"align": "center",
|
|
579
|
-
"gap": "md",
|
|
580
593
|
"children": [
|
|
581
594
|
{
|
|
582
595
|
"type": "icon",
|
|
583
596
|
"name": "credit-card"
|
|
584
597
|
},
|
|
585
598
|
{
|
|
586
|
-
"content": "Payment",
|
|
587
599
|
"type": "typography",
|
|
600
|
+
"content": "Payment",
|
|
588
601
|
"variant": "h2"
|
|
589
602
|
}
|
|
590
603
|
]
|
|
@@ -593,9 +606,6 @@
|
|
|
593
606
|
"type": "divider"
|
|
594
607
|
},
|
|
595
608
|
{
|
|
596
|
-
"type": "stack",
|
|
597
|
-
"direction": "vertical",
|
|
598
|
-
"gap": "md",
|
|
599
609
|
"children": [
|
|
600
610
|
{
|
|
601
611
|
"type": "input",
|
|
@@ -603,11 +613,10 @@
|
|
|
603
613
|
"placeholder": "0.00"
|
|
604
614
|
},
|
|
605
615
|
{
|
|
606
|
-
"type": "select",
|
|
607
616
|
"options": [
|
|
608
617
|
{
|
|
609
|
-
"
|
|
610
|
-
"
|
|
618
|
+
"value": "usd",
|
|
619
|
+
"label": "USD"
|
|
611
620
|
},
|
|
612
621
|
{
|
|
613
622
|
"label": "EUR",
|
|
@@ -617,22 +626,23 @@
|
|
|
617
626
|
"value": "gbp",
|
|
618
627
|
"label": "GBP"
|
|
619
628
|
}
|
|
620
|
-
]
|
|
629
|
+
],
|
|
630
|
+
"type": "select"
|
|
621
631
|
}
|
|
622
|
-
]
|
|
632
|
+
],
|
|
633
|
+
"type": "stack",
|
|
634
|
+
"direction": "vertical",
|
|
635
|
+
"gap": "md"
|
|
623
636
|
},
|
|
624
637
|
{
|
|
638
|
+
"variant": "primary",
|
|
625
639
|
"icon": "credit-card",
|
|
626
640
|
"type": "button",
|
|
627
641
|
"label": "Pay",
|
|
628
|
-
"action": "CREATE_PAYMENT"
|
|
629
|
-
"variant": "primary"
|
|
642
|
+
"action": "CREATE_PAYMENT"
|
|
630
643
|
}
|
|
631
644
|
],
|
|
632
|
-
"align": "center"
|
|
633
|
-
"direction": "vertical",
|
|
634
|
-
"gap": "lg",
|
|
635
|
-
"type": "stack"
|
|
645
|
+
"align": "center"
|
|
636
646
|
}
|
|
637
647
|
]
|
|
638
648
|
]
|
|
@@ -646,68 +656,68 @@
|
|
|
646
656
|
"render-ui",
|
|
647
657
|
"main",
|
|
648
658
|
{
|
|
659
|
+
"align": "center",
|
|
649
660
|
"gap": "lg",
|
|
650
661
|
"type": "stack",
|
|
651
|
-
"direction": "vertical",
|
|
652
|
-
"align": "center",
|
|
653
662
|
"children": [
|
|
654
663
|
{
|
|
664
|
+
"align": "center",
|
|
655
665
|
"type": "stack",
|
|
666
|
+
"gap": "md",
|
|
656
667
|
"direction": "horizontal",
|
|
657
|
-
"align": "center",
|
|
658
668
|
"children": [
|
|
659
669
|
{
|
|
660
670
|
"type": "icon",
|
|
661
671
|
"name": "credit-card"
|
|
662
672
|
},
|
|
663
673
|
{
|
|
664
|
-
"
|
|
674
|
+
"variant": "h2",
|
|
665
675
|
"type": "typography",
|
|
666
|
-
"
|
|
676
|
+
"content": "Payment"
|
|
667
677
|
}
|
|
668
|
-
]
|
|
669
|
-
"gap": "md"
|
|
678
|
+
]
|
|
670
679
|
},
|
|
671
680
|
{
|
|
672
681
|
"type": "divider"
|
|
673
682
|
},
|
|
674
683
|
{
|
|
675
|
-
"gap": "md",
|
|
676
684
|
"direction": "vertical",
|
|
677
685
|
"type": "stack",
|
|
678
686
|
"children": [
|
|
679
687
|
{
|
|
680
|
-
"type": "input",
|
|
681
688
|
"inputType": "number",
|
|
682
|
-
"placeholder": "0.00"
|
|
689
|
+
"placeholder": "0.00",
|
|
690
|
+
"type": "input"
|
|
683
691
|
},
|
|
684
692
|
{
|
|
685
|
-
"type": "select",
|
|
686
693
|
"options": [
|
|
687
694
|
{
|
|
688
|
-
"
|
|
689
|
-
"
|
|
695
|
+
"value": "usd",
|
|
696
|
+
"label": "USD"
|
|
690
697
|
},
|
|
691
698
|
{
|
|
692
699
|
"value": "eur",
|
|
693
700
|
"label": "EUR"
|
|
694
701
|
},
|
|
695
702
|
{
|
|
696
|
-
"
|
|
697
|
-
"
|
|
703
|
+
"value": "gbp",
|
|
704
|
+
"label": "GBP"
|
|
698
705
|
}
|
|
699
|
-
]
|
|
706
|
+
],
|
|
707
|
+
"type": "select"
|
|
700
708
|
}
|
|
701
|
-
]
|
|
709
|
+
],
|
|
710
|
+
"gap": "md"
|
|
702
711
|
},
|
|
703
712
|
{
|
|
704
|
-
"action": "CREATE_PAYMENT",
|
|
705
713
|
"icon": "credit-card",
|
|
714
|
+
"action": "CREATE_PAYMENT",
|
|
715
|
+
"variant": "primary",
|
|
706
716
|
"label": "Pay",
|
|
707
|
-
"type": "button"
|
|
708
|
-
"variant": "primary"
|
|
717
|
+
"type": "button"
|
|
709
718
|
}
|
|
710
|
-
]
|
|
719
|
+
],
|
|
720
|
+
"direction": "vertical"
|
|
711
721
|
}
|
|
712
722
|
]
|
|
713
723
|
]
|
|
@@ -721,27 +731,23 @@
|
|
|
721
731
|
"render-ui",
|
|
722
732
|
"main",
|
|
723
733
|
{
|
|
724
|
-
"gap": "lg",
|
|
725
|
-
"type": "stack",
|
|
726
|
-
"direction": "vertical",
|
|
727
|
-
"align": "center",
|
|
728
734
|
"children": [
|
|
729
735
|
{
|
|
736
|
+
"direction": "horizontal",
|
|
730
737
|
"type": "stack",
|
|
738
|
+
"gap": "md",
|
|
739
|
+
"align": "center",
|
|
731
740
|
"children": [
|
|
732
741
|
{
|
|
733
|
-
"
|
|
734
|
-
"
|
|
742
|
+
"name": "credit-card",
|
|
743
|
+
"type": "icon"
|
|
735
744
|
},
|
|
736
745
|
{
|
|
746
|
+
"content": "Payment",
|
|
737
747
|
"variant": "h2",
|
|
738
|
-
"type": "typography"
|
|
739
|
-
"content": "Payment"
|
|
748
|
+
"type": "typography"
|
|
740
749
|
}
|
|
741
|
-
]
|
|
742
|
-
"direction": "horizontal",
|
|
743
|
-
"align": "center",
|
|
744
|
-
"gap": "md"
|
|
750
|
+
]
|
|
745
751
|
},
|
|
746
752
|
{
|
|
747
753
|
"type": "divider"
|
|
@@ -750,11 +756,12 @@
|
|
|
750
756
|
"direction": "vertical",
|
|
751
757
|
"children": [
|
|
752
758
|
{
|
|
759
|
+
"placeholder": "0.00",
|
|
753
760
|
"inputType": "number",
|
|
754
|
-
"type": "input"
|
|
755
|
-
"placeholder": "0.00"
|
|
761
|
+
"type": "input"
|
|
756
762
|
},
|
|
757
763
|
{
|
|
764
|
+
"type": "select",
|
|
758
765
|
"options": [
|
|
759
766
|
{
|
|
760
767
|
"label": "USD",
|
|
@@ -765,11 +772,10 @@
|
|
|
765
772
|
"value": "eur"
|
|
766
773
|
},
|
|
767
774
|
{
|
|
768
|
-
"
|
|
769
|
-
"
|
|
775
|
+
"label": "GBP",
|
|
776
|
+
"value": "gbp"
|
|
770
777
|
}
|
|
771
|
-
]
|
|
772
|
-
"type": "select"
|
|
778
|
+
]
|
|
773
779
|
}
|
|
774
780
|
],
|
|
775
781
|
"type": "stack",
|
|
@@ -777,12 +783,16 @@
|
|
|
777
783
|
},
|
|
778
784
|
{
|
|
779
785
|
"type": "button",
|
|
780
|
-
"variant": "primary",
|
|
781
786
|
"label": "Pay",
|
|
782
787
|
"action": "CREATE_PAYMENT",
|
|
783
|
-
"icon": "credit-card"
|
|
788
|
+
"icon": "credit-card",
|
|
789
|
+
"variant": "primary"
|
|
784
790
|
}
|
|
785
|
-
]
|
|
791
|
+
],
|
|
792
|
+
"direction": "vertical",
|
|
793
|
+
"align": "center",
|
|
794
|
+
"type": "stack",
|
|
795
|
+
"gap": "lg"
|
|
786
796
|
}
|
|
787
797
|
]
|
|
788
798
|
]
|
|
@@ -805,4 +815,4 @@
|
|
|
805
815
|
]
|
|
806
816
|
}
|
|
807
817
|
]
|
|
808
|
-
}
|
|
818
|
+
}
|