@almadar/std 8.2.0 → 8.4.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -335,26 +335,27 @@
|
|
|
335
335
|
"render-ui",
|
|
336
336
|
"main",
|
|
337
337
|
{
|
|
338
|
-
"gap": "lg",
|
|
339
|
-
"align": "center",
|
|
340
338
|
"direction": "vertical",
|
|
339
|
+
"type": "stack",
|
|
340
|
+
"align": "center",
|
|
341
|
+
"gap": "lg",
|
|
341
342
|
"children": [
|
|
342
343
|
{
|
|
343
|
-
"
|
|
344
|
-
"align": "center",
|
|
345
|
-
"type": "stack",
|
|
344
|
+
"gap": "md",
|
|
346
345
|
"children": [
|
|
347
346
|
{
|
|
348
|
-
"
|
|
349
|
-
"
|
|
347
|
+
"name": "credit-card",
|
|
348
|
+
"type": "icon"
|
|
350
349
|
},
|
|
351
350
|
{
|
|
351
|
+
"variant": "h2",
|
|
352
352
|
"type": "typography",
|
|
353
|
-
"content": "Payment"
|
|
354
|
-
"variant": "h2"
|
|
353
|
+
"content": "Payment"
|
|
355
354
|
}
|
|
356
355
|
],
|
|
357
|
-
"
|
|
356
|
+
"type": "stack",
|
|
357
|
+
"align": "center",
|
|
358
|
+
"direction": "horizontal"
|
|
358
359
|
},
|
|
359
360
|
{
|
|
360
361
|
"type": "divider"
|
|
@@ -362,41 +363,40 @@
|
|
|
362
363
|
{
|
|
363
364
|
"type": "stack",
|
|
364
365
|
"gap": "md",
|
|
366
|
+
"direction": "vertical",
|
|
365
367
|
"children": [
|
|
366
368
|
{
|
|
367
369
|
"placeholder": "0.00",
|
|
368
|
-
"
|
|
369
|
-
"
|
|
370
|
+
"inputType": "number",
|
|
371
|
+
"type": "input"
|
|
370
372
|
},
|
|
371
373
|
{
|
|
372
374
|
"type": "select",
|
|
373
375
|
"options": [
|
|
374
376
|
{
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
+
"label": "USD",
|
|
378
|
+
"value": "usd"
|
|
377
379
|
},
|
|
378
380
|
{
|
|
379
381
|
"label": "EUR",
|
|
380
382
|
"value": "eur"
|
|
381
383
|
},
|
|
382
384
|
{
|
|
383
|
-
"
|
|
384
|
-
"
|
|
385
|
+
"label": "GBP",
|
|
386
|
+
"value": "gbp"
|
|
385
387
|
}
|
|
386
388
|
]
|
|
387
389
|
}
|
|
388
|
-
]
|
|
389
|
-
"direction": "vertical"
|
|
390
|
+
]
|
|
390
391
|
},
|
|
391
392
|
{
|
|
392
393
|
"icon": "credit-card",
|
|
394
|
+
"type": "button",
|
|
393
395
|
"variant": "primary",
|
|
394
396
|
"label": "Pay",
|
|
395
|
-
"type": "button",
|
|
396
397
|
"action": "CREATE_PAYMENT"
|
|
397
398
|
}
|
|
398
|
-
]
|
|
399
|
-
"type": "stack"
|
|
399
|
+
]
|
|
400
400
|
}
|
|
401
401
|
]
|
|
402
402
|
]
|
|
@@ -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
|
],
|
|
@@ -425,8 +425,8 @@
|
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
427
|
"emit": {
|
|
428
|
-
"
|
|
429
|
-
"
|
|
428
|
+
"failure": "ServiceStripeStripeFailed",
|
|
429
|
+
"success": "ServiceStripeStripeCompleted"
|
|
430
430
|
}
|
|
431
431
|
}
|
|
432
432
|
]
|
|
@@ -465,8 +465,8 @@
|
|
|
465
465
|
},
|
|
466
466
|
{
|
|
467
467
|
"emit": {
|
|
468
|
-
"
|
|
469
|
-
"
|
|
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
|
-
"message": "@entity.error",
|
|
490
|
-
"type": "error-state",
|
|
491
489
|
"title": "Payment Failed",
|
|
492
|
-
"
|
|
490
|
+
"message": "@entity.error",
|
|
491
|
+
"onRetry": "RETRY",
|
|
492
|
+
"type": "error-state"
|
|
493
493
|
}
|
|
494
494
|
]
|
|
495
495
|
]
|
|
@@ -508,34 +508,34 @@
|
|
|
508
508
|
"render-ui",
|
|
509
509
|
"main",
|
|
510
510
|
{
|
|
511
|
+
"gap": "lg",
|
|
512
|
+
"direction": "vertical",
|
|
513
|
+
"type": "stack",
|
|
511
514
|
"children": [
|
|
512
515
|
{
|
|
513
516
|
"type": "icon",
|
|
514
517
|
"name": "check-circle"
|
|
515
518
|
},
|
|
516
519
|
{
|
|
517
|
-
"variant": "success",
|
|
518
520
|
"message": "Payment successful!",
|
|
521
|
+
"variant": "success",
|
|
519
522
|
"type": "alert"
|
|
520
523
|
},
|
|
521
524
|
{
|
|
525
|
+
"content": "@entity.paymentIntentId",
|
|
522
526
|
"color": "muted",
|
|
523
|
-
"variant": "body",
|
|
524
527
|
"type": "typography",
|
|
525
|
-
"
|
|
528
|
+
"variant": "body"
|
|
526
529
|
},
|
|
527
530
|
{
|
|
528
|
-
"variant": "ghost",
|
|
529
|
-
"icon": "rotate-ccw",
|
|
530
531
|
"type": "button",
|
|
532
|
+
"label": "New Payment",
|
|
531
533
|
"action": "RESET",
|
|
532
|
-
"
|
|
534
|
+
"variant": "ghost",
|
|
535
|
+
"icon": "rotate-ccw"
|
|
533
536
|
}
|
|
534
537
|
],
|
|
535
|
-
"
|
|
536
|
-
"type": "stack",
|
|
537
|
-
"align": "center",
|
|
538
|
-
"direction": "vertical"
|
|
538
|
+
"align": "center"
|
|
539
539
|
}
|
|
540
540
|
]
|
|
541
541
|
]
|
|
@@ -555,8 +555,8 @@
|
|
|
555
555
|
"main",
|
|
556
556
|
{
|
|
557
557
|
"onRetry": "RETRY",
|
|
558
|
-
"message": "@entity.error",
|
|
559
558
|
"title": "Payment Failed",
|
|
559
|
+
"message": "@entity.error",
|
|
560
560
|
"type": "error-state"
|
|
561
561
|
}
|
|
562
562
|
]
|
|
@@ -573,28 +573,29 @@
|
|
|
573
573
|
{
|
|
574
574
|
"children": [
|
|
575
575
|
{
|
|
576
|
+
"type": "stack",
|
|
577
|
+
"direction": "horizontal",
|
|
578
|
+
"align": "center",
|
|
576
579
|
"gap": "md",
|
|
577
580
|
"children": [
|
|
578
581
|
{
|
|
579
|
-
"
|
|
580
|
-
"
|
|
582
|
+
"name": "credit-card",
|
|
583
|
+
"type": "icon"
|
|
581
584
|
},
|
|
582
585
|
{
|
|
586
|
+
"type": "typography",
|
|
583
587
|
"content": "Payment",
|
|
584
|
-
"variant": "h2"
|
|
585
|
-
"type": "typography"
|
|
588
|
+
"variant": "h2"
|
|
586
589
|
}
|
|
587
|
-
]
|
|
588
|
-
"align": "center",
|
|
589
|
-
"type": "stack",
|
|
590
|
-
"direction": "horizontal"
|
|
590
|
+
]
|
|
591
591
|
},
|
|
592
592
|
{
|
|
593
593
|
"type": "divider"
|
|
594
594
|
},
|
|
595
595
|
{
|
|
596
|
-
"type": "stack",
|
|
597
596
|
"direction": "vertical",
|
|
597
|
+
"gap": "md",
|
|
598
|
+
"type": "stack",
|
|
598
599
|
"children": [
|
|
599
600
|
{
|
|
600
601
|
"inputType": "number",
|
|
@@ -609,8 +610,8 @@
|
|
|
609
610
|
"value": "usd"
|
|
610
611
|
},
|
|
611
612
|
{
|
|
612
|
-
"
|
|
613
|
-
"
|
|
613
|
+
"label": "EUR",
|
|
614
|
+
"value": "eur"
|
|
614
615
|
},
|
|
615
616
|
{
|
|
616
617
|
"label": "GBP",
|
|
@@ -618,21 +619,20 @@
|
|
|
618
619
|
}
|
|
619
620
|
]
|
|
620
621
|
}
|
|
621
|
-
]
|
|
622
|
-
"gap": "md"
|
|
622
|
+
]
|
|
623
623
|
},
|
|
624
624
|
{
|
|
625
|
-
"variant": "primary",
|
|
626
625
|
"label": "Pay",
|
|
627
|
-
"icon": "credit-card",
|
|
628
626
|
"type": "button",
|
|
629
|
-
"
|
|
627
|
+
"variant": "primary",
|
|
628
|
+
"action": "CREATE_PAYMENT",
|
|
629
|
+
"icon": "credit-card"
|
|
630
630
|
}
|
|
631
631
|
],
|
|
632
|
+
"direction": "vertical",
|
|
632
633
|
"type": "stack",
|
|
633
634
|
"gap": "lg",
|
|
634
|
-
"align": "center"
|
|
635
|
-
"direction": "vertical"
|
|
635
|
+
"align": "center"
|
|
636
636
|
}
|
|
637
637
|
]
|
|
638
638
|
]
|
|
@@ -646,66 +646,66 @@
|
|
|
646
646
|
"render-ui",
|
|
647
647
|
"main",
|
|
648
648
|
{
|
|
649
|
+
"type": "stack",
|
|
650
|
+
"gap": "lg",
|
|
649
651
|
"children": [
|
|
650
652
|
{
|
|
651
|
-
"
|
|
653
|
+
"type": "stack",
|
|
652
654
|
"children": [
|
|
653
655
|
{
|
|
654
|
-
"
|
|
655
|
-
"
|
|
656
|
+
"type": "icon",
|
|
657
|
+
"name": "credit-card"
|
|
656
658
|
},
|
|
657
659
|
{
|
|
658
|
-
"type": "typography",
|
|
659
660
|
"content": "Payment",
|
|
660
|
-
"variant": "h2"
|
|
661
|
+
"variant": "h2",
|
|
662
|
+
"type": "typography"
|
|
661
663
|
}
|
|
662
664
|
],
|
|
663
|
-
"
|
|
664
|
-
"
|
|
665
|
-
"
|
|
665
|
+
"gap": "md",
|
|
666
|
+
"align": "center",
|
|
667
|
+
"direction": "horizontal"
|
|
666
668
|
},
|
|
667
669
|
{
|
|
668
670
|
"type": "divider"
|
|
669
671
|
},
|
|
670
672
|
{
|
|
671
673
|
"direction": "vertical",
|
|
672
|
-
"type": "stack",
|
|
673
|
-
"gap": "md",
|
|
674
674
|
"children": [
|
|
675
675
|
{
|
|
676
|
+
"placeholder": "0.00",
|
|
676
677
|
"type": "input",
|
|
677
|
-
"inputType": "number"
|
|
678
|
-
"placeholder": "0.00"
|
|
678
|
+
"inputType": "number"
|
|
679
679
|
},
|
|
680
680
|
{
|
|
681
|
-
"type": "select",
|
|
682
681
|
"options": [
|
|
683
682
|
{
|
|
684
|
-
"
|
|
685
|
-
"
|
|
683
|
+
"label": "USD",
|
|
684
|
+
"value": "usd"
|
|
686
685
|
},
|
|
687
686
|
{
|
|
688
|
-
"
|
|
689
|
-
"
|
|
687
|
+
"value": "eur",
|
|
688
|
+
"label": "EUR"
|
|
690
689
|
},
|
|
691
690
|
{
|
|
692
691
|
"label": "GBP",
|
|
693
692
|
"value": "gbp"
|
|
694
693
|
}
|
|
695
|
-
]
|
|
694
|
+
],
|
|
695
|
+
"type": "select"
|
|
696
696
|
}
|
|
697
|
-
]
|
|
697
|
+
],
|
|
698
|
+
"type": "stack",
|
|
699
|
+
"gap": "md"
|
|
698
700
|
},
|
|
699
701
|
{
|
|
702
|
+
"variant": "primary",
|
|
700
703
|
"type": "button",
|
|
701
|
-
"icon": "credit-card",
|
|
702
|
-
"label": "Pay",
|
|
703
704
|
"action": "CREATE_PAYMENT",
|
|
704
|
-
"
|
|
705
|
+
"icon": "credit-card",
|
|
706
|
+
"label": "Pay"
|
|
705
707
|
}
|
|
706
708
|
],
|
|
707
|
-
"type": "stack",
|
|
708
|
-
"gap": "lg",
|
|
709
709
|
"align": "center",
|
|
710
710
|
"direction": "vertical"
|
|
711
711
|
}
|
|
@@ -721,34 +721,31 @@
|
|
|
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
|
-
"align": "center",
|
|
731
|
-
"type": "stack",
|
|
732
726
|
"direction": "horizontal",
|
|
727
|
+
"type": "stack",
|
|
728
|
+
"gap": "md",
|
|
733
729
|
"children": [
|
|
734
730
|
{
|
|
735
731
|
"name": "credit-card",
|
|
736
732
|
"type": "icon"
|
|
737
733
|
},
|
|
738
734
|
{
|
|
739
|
-
"type": "typography",
|
|
740
735
|
"content": "Payment",
|
|
736
|
+
"type": "typography",
|
|
741
737
|
"variant": "h2"
|
|
742
738
|
}
|
|
743
739
|
],
|
|
744
|
-
"
|
|
740
|
+
"align": "center"
|
|
745
741
|
},
|
|
746
742
|
{
|
|
747
743
|
"type": "divider"
|
|
748
744
|
},
|
|
749
745
|
{
|
|
750
|
-
"
|
|
746
|
+
"type": "stack",
|
|
751
747
|
"direction": "vertical",
|
|
748
|
+
"gap": "md",
|
|
752
749
|
"children": [
|
|
753
750
|
{
|
|
754
751
|
"inputType": "number",
|
|
@@ -756,33 +753,36 @@
|
|
|
756
753
|
"placeholder": "0.00"
|
|
757
754
|
},
|
|
758
755
|
{
|
|
756
|
+
"type": "select",
|
|
759
757
|
"options": [
|
|
760
758
|
{
|
|
761
|
-
"
|
|
762
|
-
"
|
|
759
|
+
"value": "usd",
|
|
760
|
+
"label": "USD"
|
|
763
761
|
},
|
|
764
762
|
{
|
|
765
|
-
"
|
|
766
|
-
"
|
|
763
|
+
"value": "eur",
|
|
764
|
+
"label": "EUR"
|
|
767
765
|
},
|
|
768
766
|
{
|
|
769
767
|
"label": "GBP",
|
|
770
768
|
"value": "gbp"
|
|
771
769
|
}
|
|
772
|
-
]
|
|
773
|
-
"type": "select"
|
|
770
|
+
]
|
|
774
771
|
}
|
|
775
|
-
]
|
|
776
|
-
"type": "stack"
|
|
772
|
+
]
|
|
777
773
|
},
|
|
778
774
|
{
|
|
779
|
-
"
|
|
780
|
-
"label": "Pay",
|
|
781
|
-
"icon": "credit-card",
|
|
775
|
+
"variant": "primary",
|
|
782
776
|
"type": "button",
|
|
783
|
-
"
|
|
777
|
+
"icon": "credit-card",
|
|
778
|
+
"action": "CREATE_PAYMENT",
|
|
779
|
+
"label": "Pay"
|
|
784
780
|
}
|
|
785
|
-
]
|
|
781
|
+
],
|
|
782
|
+
"gap": "lg",
|
|
783
|
+
"type": "stack",
|
|
784
|
+
"direction": "vertical",
|
|
785
|
+
"align": "center"
|
|
786
786
|
}
|
|
787
787
|
]
|
|
788
788
|
]
|
|
@@ -805,4 +805,4 @@
|
|
|
805
805
|
]
|
|
806
806
|
}
|
|
807
807
|
]
|
|
808
|
-
}
|
|
808
|
+
}
|