@almadar/std 8.3.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- 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
|
-
"
|
|
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
|
-
"
|
|
369
|
+
"placeholder": "0.00",
|
|
368
370
|
"inputType": "number",
|
|
369
|
-
"
|
|
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
|
-
"
|
|
380
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
424
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
490
|
-
"onRetry": "RETRY",
|
|
489
|
+
"title": "Payment Failed",
|
|
491
490
|
"message": "@entity.error",
|
|
492
|
-
"
|
|
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
|
-
"
|
|
516
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
586
|
-
"
|
|
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
|
-
"
|
|
617
|
-
"
|
|
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
|
-
"
|
|
649
|
+
"type": "stack",
|
|
650
|
+
"gap": "lg",
|
|
650
651
|
"children": [
|
|
651
652
|
{
|
|
652
|
-
"
|
|
653
|
-
"direction": "horizontal",
|
|
653
|
+
"type": "stack",
|
|
654
654
|
"children": [
|
|
655
655
|
{
|
|
656
|
-
"
|
|
657
|
-
"
|
|
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
|
-
"
|
|
666
|
-
"
|
|
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
|
-
"
|
|
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",
|
|
@@ -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
|
-
"
|
|
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
|
-
"
|
|
726
|
+
"direction": "horizontal",
|
|
727
|
+
"type": "stack",
|
|
727
728
|
"gap": "md",
|
|
728
729
|
"children": [
|
|
729
730
|
{
|
|
730
|
-
"
|
|
731
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
752
|
-
"
|
|
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
|
-
"
|
|
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
|
}
|