@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -337,13 +337,12 @@
|
|
|
337
337
|
"render-ui",
|
|
338
338
|
"main",
|
|
339
339
|
{
|
|
340
|
-
"gap": "lg",
|
|
341
340
|
"type": "stack",
|
|
342
341
|
"direction": "vertical",
|
|
342
|
+
"align": "center",
|
|
343
|
+
"gap": "lg",
|
|
343
344
|
"children": [
|
|
344
345
|
{
|
|
345
|
-
"align": "center",
|
|
346
|
-
"direction": "horizontal",
|
|
347
346
|
"children": [
|
|
348
347
|
{
|
|
349
348
|
"type": "icon",
|
|
@@ -355,19 +354,20 @@
|
|
|
355
354
|
"type": "typography"
|
|
356
355
|
}
|
|
357
356
|
],
|
|
358
|
-
"
|
|
359
|
-
"
|
|
357
|
+
"type": "stack",
|
|
358
|
+
"direction": "horizontal",
|
|
359
|
+
"align": "center",
|
|
360
|
+
"gap": "md"
|
|
360
361
|
},
|
|
361
362
|
{
|
|
362
363
|
"type": "divider"
|
|
363
364
|
},
|
|
364
365
|
{
|
|
365
|
-
"type": "stack",
|
|
366
366
|
"children": [
|
|
367
367
|
{
|
|
368
368
|
"type": "input",
|
|
369
|
-
"
|
|
370
|
-
"
|
|
369
|
+
"inputType": "number",
|
|
370
|
+
"placeholder": "0.00"
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
"type": "select",
|
|
@@ -381,24 +381,24 @@
|
|
|
381
381
|
"label": "EUR"
|
|
382
382
|
},
|
|
383
383
|
{
|
|
384
|
-
"
|
|
385
|
-
"
|
|
384
|
+
"label": "GBP",
|
|
385
|
+
"value": "gbp"
|
|
386
386
|
}
|
|
387
387
|
]
|
|
388
388
|
}
|
|
389
389
|
],
|
|
390
|
-
"
|
|
391
|
-
"
|
|
390
|
+
"direction": "vertical",
|
|
391
|
+
"type": "stack",
|
|
392
|
+
"gap": "md"
|
|
392
393
|
},
|
|
393
394
|
{
|
|
395
|
+
"icon": "credit-card",
|
|
394
396
|
"type": "button",
|
|
395
|
-
"
|
|
397
|
+
"action": "CREATE_PAYMENT",
|
|
396
398
|
"variant": "primary",
|
|
397
|
-
"
|
|
398
|
-
"action": "CREATE_PAYMENT"
|
|
399
|
+
"label": "Pay"
|
|
399
400
|
}
|
|
400
|
-
]
|
|
401
|
-
"align": "center"
|
|
401
|
+
]
|
|
402
402
|
}
|
|
403
403
|
]
|
|
404
404
|
]
|
|
@@ -412,9 +412,9 @@
|
|
|
412
412
|
"render-ui",
|
|
413
413
|
"main",
|
|
414
414
|
{
|
|
415
|
-
"
|
|
415
|
+
"message": "Setting up your payment intent.",
|
|
416
416
|
"title": "Creating payment...",
|
|
417
|
-
"
|
|
417
|
+
"type": "loading-state"
|
|
418
418
|
}
|
|
419
419
|
],
|
|
420
420
|
[
|
|
@@ -447,8 +447,8 @@
|
|
|
447
447
|
"render-ui",
|
|
448
448
|
"main",
|
|
449
449
|
{
|
|
450
|
-
"type": "loading-state",
|
|
451
450
|
"message": "Processing your payment.",
|
|
451
|
+
"type": "loading-state",
|
|
452
452
|
"title": "Confirming payment..."
|
|
453
453
|
}
|
|
454
454
|
],
|
|
@@ -476,9 +476,9 @@
|
|
|
476
476
|
"render-ui",
|
|
477
477
|
"main",
|
|
478
478
|
{
|
|
479
|
+
"type": "error-state",
|
|
479
480
|
"onRetry": "RETRY",
|
|
480
481
|
"title": "Payment Failed",
|
|
481
|
-
"type": "error-state",
|
|
482
482
|
"message": "@entity.error"
|
|
483
483
|
}
|
|
484
484
|
]
|
|
@@ -502,6 +502,7 @@
|
|
|
502
502
|
"render-ui",
|
|
503
503
|
"main",
|
|
504
504
|
{
|
|
505
|
+
"gap": "lg",
|
|
505
506
|
"type": "stack",
|
|
506
507
|
"direction": "vertical",
|
|
507
508
|
"align": "center",
|
|
@@ -511,25 +512,24 @@
|
|
|
511
512
|
"name": "check-circle"
|
|
512
513
|
},
|
|
513
514
|
{
|
|
515
|
+
"message": "Payment successful! Sending receipt...",
|
|
514
516
|
"type": "alert",
|
|
515
|
-
"variant": "success"
|
|
516
|
-
"message": "Payment successful! Sending receipt..."
|
|
517
|
+
"variant": "success"
|
|
517
518
|
},
|
|
518
519
|
{
|
|
519
520
|
"type": "typography",
|
|
520
521
|
"color": "muted",
|
|
521
|
-
"
|
|
522
|
-
"
|
|
522
|
+
"content": "@entity.paymentIntentId",
|
|
523
|
+
"variant": "body"
|
|
523
524
|
},
|
|
524
525
|
{
|
|
525
|
-
"type": "button",
|
|
526
|
-
"action": "RESET",
|
|
527
|
-
"variant": "ghost",
|
|
528
526
|
"label": "New Payment",
|
|
527
|
+
"variant": "ghost",
|
|
528
|
+
"action": "RESET",
|
|
529
|
+
"type": "button",
|
|
529
530
|
"icon": "rotate-ccw"
|
|
530
531
|
}
|
|
531
|
-
]
|
|
532
|
-
"gap": "lg"
|
|
532
|
+
]
|
|
533
533
|
}
|
|
534
534
|
]
|
|
535
535
|
]
|
|
@@ -548,9 +548,9 @@
|
|
|
548
548
|
"render-ui",
|
|
549
549
|
"main",
|
|
550
550
|
{
|
|
551
|
+
"title": "Payment Failed",
|
|
551
552
|
"onRetry": "RETRY",
|
|
552
553
|
"type": "error-state",
|
|
553
|
-
"title": "Payment Failed",
|
|
554
554
|
"message": "@entity.error"
|
|
555
555
|
}
|
|
556
556
|
]
|
|
@@ -565,67 +565,67 @@
|
|
|
565
565
|
"render-ui",
|
|
566
566
|
"main",
|
|
567
567
|
{
|
|
568
|
+
"align": "center",
|
|
568
569
|
"children": [
|
|
569
570
|
{
|
|
570
|
-
"gap": "md",
|
|
571
|
-
"type": "stack",
|
|
572
|
-
"direction": "horizontal",
|
|
573
|
-
"align": "center",
|
|
574
571
|
"children": [
|
|
575
572
|
{
|
|
576
|
-
"
|
|
577
|
-
"
|
|
573
|
+
"name": "credit-card",
|
|
574
|
+
"type": "icon"
|
|
578
575
|
},
|
|
579
576
|
{
|
|
577
|
+
"variant": "h2",
|
|
580
578
|
"type": "typography",
|
|
581
|
-
"content": "Payment"
|
|
582
|
-
"variant": "h2"
|
|
579
|
+
"content": "Payment"
|
|
583
580
|
}
|
|
584
|
-
]
|
|
581
|
+
],
|
|
582
|
+
"type": "stack",
|
|
583
|
+
"direction": "horizontal",
|
|
584
|
+
"gap": "md",
|
|
585
|
+
"align": "center"
|
|
585
586
|
},
|
|
586
587
|
{
|
|
587
588
|
"type": "divider"
|
|
588
589
|
},
|
|
589
590
|
{
|
|
590
|
-
"direction": "vertical",
|
|
591
591
|
"gap": "md",
|
|
592
592
|
"children": [
|
|
593
593
|
{
|
|
594
|
+
"type": "input",
|
|
594
595
|
"inputType": "number",
|
|
595
|
-
"placeholder": "0.00"
|
|
596
|
-
"type": "input"
|
|
596
|
+
"placeholder": "0.00"
|
|
597
597
|
},
|
|
598
598
|
{
|
|
599
|
+
"type": "select",
|
|
599
600
|
"options": [
|
|
600
601
|
{
|
|
601
|
-
"
|
|
602
|
-
"
|
|
602
|
+
"label": "USD",
|
|
603
|
+
"value": "usd"
|
|
603
604
|
},
|
|
604
605
|
{
|
|
605
606
|
"value": "eur",
|
|
606
607
|
"label": "EUR"
|
|
607
608
|
},
|
|
608
609
|
{
|
|
609
|
-
"
|
|
610
|
-
"
|
|
610
|
+
"label": "GBP",
|
|
611
|
+
"value": "gbp"
|
|
611
612
|
}
|
|
612
|
-
]
|
|
613
|
-
"type": "select"
|
|
613
|
+
]
|
|
614
614
|
}
|
|
615
615
|
],
|
|
616
|
-
"type": "stack"
|
|
616
|
+
"type": "stack",
|
|
617
|
+
"direction": "vertical"
|
|
617
618
|
},
|
|
618
619
|
{
|
|
620
|
+
"label": "Pay",
|
|
619
621
|
"icon": "credit-card",
|
|
620
|
-
"action": "CREATE_PAYMENT",
|
|
621
622
|
"type": "button",
|
|
622
|
-
"
|
|
623
|
-
"
|
|
623
|
+
"action": "CREATE_PAYMENT",
|
|
624
|
+
"variant": "primary"
|
|
624
625
|
}
|
|
625
626
|
],
|
|
626
|
-
"direction": "vertical",
|
|
627
|
-
"align": "center",
|
|
628
627
|
"gap": "lg",
|
|
628
|
+
"direction": "vertical",
|
|
629
629
|
"type": "stack"
|
|
630
630
|
}
|
|
631
631
|
]
|
|
@@ -640,47 +640,45 @@
|
|
|
640
640
|
"render-ui",
|
|
641
641
|
"main",
|
|
642
642
|
{
|
|
643
|
-
"gap": "lg",
|
|
644
|
-
"type": "stack",
|
|
645
643
|
"align": "center",
|
|
646
644
|
"direction": "vertical",
|
|
645
|
+
"gap": "lg",
|
|
646
|
+
"type": "stack",
|
|
647
647
|
"children": [
|
|
648
648
|
{
|
|
649
|
-
"
|
|
650
|
-
"align": "center",
|
|
651
|
-
"direction": "horizontal",
|
|
649
|
+
"type": "stack",
|
|
652
650
|
"children": [
|
|
653
651
|
{
|
|
654
652
|
"type": "icon",
|
|
655
653
|
"name": "credit-card"
|
|
656
654
|
},
|
|
657
655
|
{
|
|
658
|
-
"type": "typography",
|
|
659
656
|
"content": "Payment",
|
|
660
|
-
"variant": "h2"
|
|
657
|
+
"variant": "h2",
|
|
658
|
+
"type": "typography"
|
|
661
659
|
}
|
|
662
660
|
],
|
|
663
|
-
"
|
|
661
|
+
"direction": "horizontal",
|
|
662
|
+
"align": "center",
|
|
663
|
+
"gap": "md"
|
|
664
664
|
},
|
|
665
665
|
{
|
|
666
666
|
"type": "divider"
|
|
667
667
|
},
|
|
668
668
|
{
|
|
669
|
-
"type": "stack",
|
|
670
669
|
"gap": "md",
|
|
671
|
-
"direction": "vertical",
|
|
672
670
|
"children": [
|
|
673
671
|
{
|
|
672
|
+
"type": "input",
|
|
674
673
|
"inputType": "number",
|
|
675
|
-
"placeholder": "0.00"
|
|
676
|
-
"type": "input"
|
|
674
|
+
"placeholder": "0.00"
|
|
677
675
|
},
|
|
678
676
|
{
|
|
679
677
|
"type": "select",
|
|
680
678
|
"options": [
|
|
681
679
|
{
|
|
682
|
-
"
|
|
683
|
-
"
|
|
680
|
+
"value": "usd",
|
|
681
|
+
"label": "USD"
|
|
684
682
|
},
|
|
685
683
|
{
|
|
686
684
|
"label": "EUR",
|
|
@@ -692,14 +690,16 @@
|
|
|
692
690
|
}
|
|
693
691
|
]
|
|
694
692
|
}
|
|
695
|
-
]
|
|
693
|
+
],
|
|
694
|
+
"direction": "vertical",
|
|
695
|
+
"type": "stack"
|
|
696
696
|
},
|
|
697
697
|
{
|
|
698
|
-
"variant": "primary",
|
|
699
698
|
"type": "button",
|
|
700
|
-
"label": "Pay",
|
|
701
699
|
"action": "CREATE_PAYMENT",
|
|
702
|
-
"icon": "credit-card"
|
|
700
|
+
"icon": "credit-card",
|
|
701
|
+
"label": "Pay",
|
|
702
|
+
"variant": "primary"
|
|
703
703
|
}
|
|
704
704
|
]
|
|
705
705
|
}
|
|
@@ -715,30 +715,30 @@
|
|
|
715
715
|
"render-ui",
|
|
716
716
|
"main",
|
|
717
717
|
{
|
|
718
|
-
"
|
|
718
|
+
"align": "center",
|
|
719
|
+
"direction": "vertical",
|
|
719
720
|
"children": [
|
|
720
721
|
{
|
|
722
|
+
"align": "center",
|
|
721
723
|
"children": [
|
|
722
724
|
{
|
|
723
|
-
"
|
|
724
|
-
"
|
|
725
|
+
"name": "credit-card",
|
|
726
|
+
"type": "icon"
|
|
725
727
|
},
|
|
726
728
|
{
|
|
727
|
-
"content": "Payment",
|
|
728
729
|
"variant": "h2",
|
|
730
|
+
"content": "Payment",
|
|
729
731
|
"type": "typography"
|
|
730
732
|
}
|
|
731
733
|
],
|
|
732
|
-
"type": "stack",
|
|
733
734
|
"direction": "horizontal",
|
|
734
|
-
"
|
|
735
|
-
"
|
|
735
|
+
"type": "stack",
|
|
736
|
+
"gap": "md"
|
|
736
737
|
},
|
|
737
738
|
{
|
|
738
739
|
"type": "divider"
|
|
739
740
|
},
|
|
740
741
|
{
|
|
741
|
-
"type": "stack",
|
|
742
742
|
"children": [
|
|
743
743
|
{
|
|
744
744
|
"inputType": "number",
|
|
@@ -764,19 +764,19 @@
|
|
|
764
764
|
}
|
|
765
765
|
],
|
|
766
766
|
"gap": "md",
|
|
767
|
+
"type": "stack",
|
|
767
768
|
"direction": "vertical"
|
|
768
769
|
},
|
|
769
770
|
{
|
|
770
771
|
"type": "button",
|
|
772
|
+
"icon": "credit-card",
|
|
771
773
|
"action": "CREATE_PAYMENT",
|
|
772
774
|
"variant": "primary",
|
|
773
|
-
"icon": "credit-card",
|
|
774
775
|
"label": "Pay"
|
|
775
776
|
}
|
|
776
777
|
],
|
|
777
|
-
"
|
|
778
|
-
"gap": "lg"
|
|
779
|
-
"direction": "vertical"
|
|
778
|
+
"type": "stack",
|
|
779
|
+
"gap": "lg"
|
|
780
780
|
}
|
|
781
781
|
]
|
|
782
782
|
]
|
|
@@ -854,22 +854,22 @@
|
|
|
854
854
|
"render-ui",
|
|
855
855
|
"main",
|
|
856
856
|
{
|
|
857
|
-
"type": "stack",
|
|
858
|
-
"gap": "md",
|
|
859
|
-
"align": "center",
|
|
860
857
|
"direction": "vertical",
|
|
861
858
|
"children": [
|
|
862
859
|
{
|
|
863
|
-
"
|
|
864
|
-
"
|
|
860
|
+
"type": "icon",
|
|
861
|
+
"name": "mail"
|
|
865
862
|
},
|
|
866
863
|
{
|
|
867
864
|
"color": "muted",
|
|
868
|
-
"variant": "body",
|
|
869
865
|
"type": "typography",
|
|
866
|
+
"variant": "body",
|
|
870
867
|
"content": "Receipt will be sent after payment."
|
|
871
868
|
}
|
|
872
|
-
]
|
|
869
|
+
],
|
|
870
|
+
"align": "center",
|
|
871
|
+
"type": "stack",
|
|
872
|
+
"gap": "md"
|
|
873
873
|
}
|
|
874
874
|
]
|
|
875
875
|
]
|
|
@@ -883,9 +883,9 @@
|
|
|
883
883
|
"render-ui",
|
|
884
884
|
"main",
|
|
885
885
|
{
|
|
886
|
-
"title": "Sending receipt...",
|
|
887
886
|
"type": "loading-state",
|
|
888
|
-
"message": "Delivering your payment receipt."
|
|
887
|
+
"message": "Delivering your payment receipt.",
|
|
888
|
+
"title": "Sending receipt..."
|
|
889
889
|
}
|
|
890
890
|
],
|
|
891
891
|
[
|
|
@@ -893,8 +893,8 @@
|
|
|
893
893
|
"email",
|
|
894
894
|
"send",
|
|
895
895
|
{
|
|
896
|
-
"to": "@entity.to",
|
|
897
896
|
"subject": "@entity.subject",
|
|
897
|
+
"to": "@entity.to",
|
|
898
898
|
"body": "@entity.body"
|
|
899
899
|
}
|
|
900
900
|
]
|
|
@@ -915,8 +915,7 @@
|
|
|
915
915
|
"main",
|
|
916
916
|
{
|
|
917
917
|
"direction": "vertical",
|
|
918
|
-
"
|
|
919
|
-
"align": "center",
|
|
918
|
+
"gap": "md",
|
|
920
919
|
"children": [
|
|
921
920
|
{
|
|
922
921
|
"name": "check-circle",
|
|
@@ -924,11 +923,12 @@
|
|
|
924
923
|
},
|
|
925
924
|
{
|
|
926
925
|
"variant": "success",
|
|
927
|
-
"
|
|
928
|
-
"
|
|
926
|
+
"type": "alert",
|
|
927
|
+
"message": "Receipt sent successfully"
|
|
929
928
|
}
|
|
930
929
|
],
|
|
931
|
-
"
|
|
930
|
+
"align": "center",
|
|
931
|
+
"type": "stack"
|
|
932
932
|
}
|
|
933
933
|
]
|
|
934
934
|
]
|
|
@@ -948,23 +948,23 @@
|
|
|
948
948
|
"main",
|
|
949
949
|
{
|
|
950
950
|
"direction": "vertical",
|
|
951
|
-
"gap": "md",
|
|
952
951
|
"align": "center",
|
|
953
952
|
"children": [
|
|
954
953
|
{
|
|
954
|
+
"onRetry": "RETRY_RECEIPT",
|
|
955
955
|
"type": "error-state",
|
|
956
956
|
"title": "Receipt Failed",
|
|
957
|
-
"message": "Could not send receipt email."
|
|
958
|
-
"onRetry": "RETRY_RECEIPT"
|
|
957
|
+
"message": "Could not send receipt email."
|
|
959
958
|
},
|
|
960
959
|
{
|
|
961
|
-
"label": "Retry",
|
|
962
|
-
"icon": "refresh-cw",
|
|
963
960
|
"action": "RETRY_RECEIPT",
|
|
961
|
+
"icon": "refresh-cw",
|
|
962
|
+
"label": "Retry",
|
|
964
963
|
"type": "button",
|
|
965
964
|
"variant": "primary"
|
|
966
965
|
}
|
|
967
966
|
],
|
|
967
|
+
"gap": "md",
|
|
968
968
|
"type": "stack"
|
|
969
969
|
}
|
|
970
970
|
]
|
|
@@ -979,8 +979,8 @@
|
|
|
979
979
|
"render-ui",
|
|
980
980
|
"main",
|
|
981
981
|
{
|
|
982
|
-
"
|
|
983
|
-
"
|
|
982
|
+
"type": "loading-state",
|
|
983
|
+
"title": "Resending receipt..."
|
|
984
984
|
}
|
|
985
985
|
],
|
|
986
986
|
[
|
|
@@ -988,8 +988,8 @@
|
|
|
988
988
|
"email",
|
|
989
989
|
"send",
|
|
990
990
|
{
|
|
991
|
-
"subject": "@entity.subject",
|
|
992
991
|
"body": "@entity.body",
|
|
992
|
+
"subject": "@entity.subject",
|
|
993
993
|
"to": "@entity.to"
|
|
994
994
|
}
|
|
995
995
|
]
|
|
@@ -1004,8 +1004,8 @@
|
|
|
1004
1004
|
"render-ui",
|
|
1005
1005
|
"main",
|
|
1006
1006
|
{
|
|
1007
|
-
"type": "loading-state",
|
|
1008
1007
|
"message": "Delivering your payment receipt.",
|
|
1008
|
+
"type": "loading-state",
|
|
1009
1009
|
"title": "Sending receipt..."
|
|
1010
1010
|
}
|
|
1011
1011
|
],
|
|
@@ -1014,9 +1014,9 @@
|
|
|
1014
1014
|
"email",
|
|
1015
1015
|
"send",
|
|
1016
1016
|
{
|
|
1017
|
+
"body": "@entity.body",
|
|
1017
1018
|
"to": "@entity.to",
|
|
1018
|
-
"subject": "@entity.subject"
|
|
1019
|
-
"body": "@entity.body"
|
|
1019
|
+
"subject": "@entity.subject"
|
|
1020
1020
|
}
|
|
1021
1021
|
]
|
|
1022
1022
|
]
|
|
@@ -190,8 +190,8 @@
|
|
|
190
190
|
"SimulatorGame",
|
|
191
191
|
{
|
|
192
192
|
"emit": {
|
|
193
|
-
"
|
|
194
|
-
"
|
|
193
|
+
"failure": "SimulatorGameLoadFailed",
|
|
194
|
+
"success": "SimulatorGameLoaded"
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
197
|
],
|
|
@@ -199,15 +199,15 @@
|
|
|
199
199
|
"render-ui",
|
|
200
200
|
"main",
|
|
201
201
|
{
|
|
202
|
-
"title": "Simulator",
|
|
203
202
|
"menuItems": [
|
|
204
203
|
{
|
|
204
|
+
"variant": "primary",
|
|
205
205
|
"label": "Start",
|
|
206
|
-
"event": "START"
|
|
207
|
-
"variant": "primary"
|
|
206
|
+
"event": "START"
|
|
208
207
|
}
|
|
209
208
|
],
|
|
210
|
-
"type": "game-menu"
|
|
209
|
+
"type": "game-menu",
|
|
210
|
+
"title": "Simulator"
|
|
211
211
|
}
|
|
212
212
|
]
|
|
213
213
|
]
|
|
@@ -222,9 +222,9 @@
|
|
|
222
222
|
"main",
|
|
223
223
|
{
|
|
224
224
|
"gap": "md",
|
|
225
|
-
"type": "stack",
|
|
226
225
|
"children": [
|
|
227
226
|
{
|
|
227
|
+
"type": "game-hud",
|
|
228
228
|
"stats": [
|
|
229
229
|
{
|
|
230
230
|
"value": "@entity.score",
|
|
@@ -234,16 +234,16 @@
|
|
|
234
234
|
"label": "Level",
|
|
235
235
|
"value": "@entity.level"
|
|
236
236
|
}
|
|
237
|
-
]
|
|
238
|
-
"type": "game-hud"
|
|
237
|
+
]
|
|
239
238
|
},
|
|
240
239
|
{
|
|
241
|
-
"
|
|
240
|
+
"entity": "SimulatorGame",
|
|
242
241
|
"completeEvent": "COMPLETE",
|
|
243
|
-
"
|
|
242
|
+
"type": "simulator-board"
|
|
244
243
|
}
|
|
245
244
|
],
|
|
246
|
-
"direction": "vertical"
|
|
245
|
+
"direction": "vertical",
|
|
246
|
+
"type": "stack"
|
|
247
247
|
}
|
|
248
248
|
]
|
|
249
249
|
]
|
|
@@ -262,7 +262,6 @@
|
|
|
262
262
|
"render-ui",
|
|
263
263
|
"main",
|
|
264
264
|
{
|
|
265
|
-
"type": "game-over-screen",
|
|
266
265
|
"menuItems": [
|
|
267
266
|
{
|
|
268
267
|
"label": "Play Again",
|
|
@@ -270,7 +269,8 @@
|
|
|
270
269
|
"variant": "primary"
|
|
271
270
|
}
|
|
272
271
|
],
|
|
273
|
-
"title": "Well Done!"
|
|
272
|
+
"title": "Well Done!",
|
|
273
|
+
"type": "game-over-screen"
|
|
274
274
|
}
|
|
275
275
|
]
|
|
276
276
|
]
|
|
@@ -285,14 +285,14 @@
|
|
|
285
285
|
"main",
|
|
286
286
|
{
|
|
287
287
|
"type": "game-menu",
|
|
288
|
+
"title": "Simulator",
|
|
288
289
|
"menuItems": [
|
|
289
290
|
{
|
|
290
|
-
"label": "Start",
|
|
291
291
|
"variant": "primary",
|
|
292
|
-
"event": "START"
|
|
292
|
+
"event": "START",
|
|
293
|
+
"label": "Start"
|
|
293
294
|
}
|
|
294
|
-
]
|
|
295
|
-
"title": "Simulator"
|
|
295
|
+
]
|
|
296
296
|
}
|
|
297
297
|
]
|
|
298
298
|
]
|