@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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -335,38 +335,38 @@
|
|
|
335
335
|
"render-ui",
|
|
336
336
|
"main",
|
|
337
337
|
{
|
|
338
|
-
"
|
|
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
|
-
"
|
|
349
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
380
|
-
"
|
|
379
|
+
"value": "eur",
|
|
380
|
+
"label": "EUR"
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
|
-
"
|
|
384
|
-
"
|
|
383
|
+
"label": "GBP",
|
|
384
|
+
"value": "gbp"
|
|
385
385
|
}
|
|
386
386
|
]
|
|
387
387
|
}
|
|
388
388
|
],
|
|
389
|
-
"
|
|
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
|
-
"
|
|
396
|
-
"
|
|
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
|
-
"
|
|
424
|
-
"
|
|
423
|
+
"currency": "@entity.currency",
|
|
424
|
+
"amount": "@entity.amount"
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
427
|
"emit": {
|
|
428
|
-
"
|
|
429
|
-
"
|
|
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
|
-
"
|
|
492
|
-
"
|
|
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
|
-
"
|
|
514
|
-
"
|
|
515
|
+
"name": "check-circle",
|
|
516
|
+
"type": "icon"
|
|
515
517
|
},
|
|
516
518
|
{
|
|
517
519
|
"variant": "success",
|
|
518
|
-
"
|
|
519
|
-
"
|
|
520
|
+
"type": "alert",
|
|
521
|
+
"message": "Payment successful!"
|
|
520
522
|
},
|
|
521
523
|
{
|
|
522
|
-
"color": "muted",
|
|
523
524
|
"variant": "body",
|
|
524
|
-
"
|
|
525
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
585
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
732
|
-
"direction": "horizontal",
|
|
727
|
+
"gap": "md",
|
|
733
728
|
"children": [
|
|
734
729
|
{
|
|
735
|
-
"
|
|
736
|
-
"
|
|
730
|
+
"type": "icon",
|
|
731
|
+
"name": "credit-card"
|
|
737
732
|
},
|
|
738
733
|
{
|
|
739
734
|
"type": "typography",
|
|
740
|
-
"
|
|
741
|
-
"
|
|
735
|
+
"variant": "h2",
|
|
736
|
+
"content": "Payment"
|
|
742
737
|
}
|
|
743
738
|
],
|
|
744
|
-
"
|
|
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
|
-
"
|
|
756
|
-
"
|
|
751
|
+
"placeholder": "0.00",
|
|
752
|
+
"type": "input"
|
|
757
753
|
},
|
|
758
754
|
{
|
|
755
|
+
"type": "select",
|
|
759
756
|
"options": [
|
|
760
757
|
{
|
|
761
|
-
"
|
|
762
|
-
"
|
|
758
|
+
"value": "usd",
|
|
759
|
+
"label": "USD"
|
|
763
760
|
},
|
|
764
761
|
{
|
|
765
|
-
"
|
|
766
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
+
}
|