@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
|
@@ -324,8 +324,8 @@
|
|
|
324
324
|
"PlatLevel",
|
|
325
325
|
{
|
|
326
326
|
"emit": {
|
|
327
|
-
"
|
|
328
|
-
"
|
|
327
|
+
"failure": "PlatLevelLoadFailed",
|
|
328
|
+
"success": "PlatLevelLoaded"
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
331
|
],
|
|
@@ -334,8 +334,12 @@
|
|
|
334
334
|
"main",
|
|
335
335
|
{
|
|
336
336
|
"showTopBar": true,
|
|
337
|
+
"appName": "Platformer App",
|
|
338
|
+
"type": "game-shell",
|
|
337
339
|
"children": [
|
|
338
340
|
{
|
|
341
|
+
"subtitle": "Side-Scrolling Adventure",
|
|
342
|
+
"type": "game-menu",
|
|
339
343
|
"title": "Platformer",
|
|
340
344
|
"menuItems": [
|
|
341
345
|
{
|
|
@@ -343,13 +347,9 @@
|
|
|
343
347
|
"variant": "primary",
|
|
344
348
|
"label": "Start Game"
|
|
345
349
|
}
|
|
346
|
-
]
|
|
347
|
-
"subtitle": "Side-Scrolling Adventure",
|
|
348
|
-
"type": "game-menu"
|
|
350
|
+
]
|
|
349
351
|
}
|
|
350
|
-
]
|
|
351
|
-
"type": "game-shell",
|
|
352
|
-
"appName": "Platformer App"
|
|
352
|
+
]
|
|
353
353
|
}
|
|
354
354
|
]
|
|
355
355
|
]
|
|
@@ -364,22 +364,22 @@
|
|
|
364
364
|
"main",
|
|
365
365
|
{
|
|
366
366
|
"showTopBar": true,
|
|
367
|
+
"appName": "Platformer App",
|
|
367
368
|
"children": [
|
|
368
369
|
{
|
|
369
|
-
"canvasHeight": 400.0,
|
|
370
|
-
"leftEvent": "LEFT",
|
|
371
370
|
"stopEvent": "STOP",
|
|
372
|
-
"
|
|
373
|
-
"canvasWidth": 800.0,
|
|
374
|
-
"type": "platformer-canvas",
|
|
371
|
+
"worldWidth": 2400.0,
|
|
375
372
|
"bgColor": "#1a1a2e",
|
|
373
|
+
"followCamera": true,
|
|
376
374
|
"jumpEvent": "JUMP",
|
|
377
|
-
"
|
|
375
|
+
"worldHeight": 400.0,
|
|
378
376
|
"rightEvent": "RIGHT",
|
|
379
|
-
"
|
|
377
|
+
"type": "platformer-canvas",
|
|
378
|
+
"canvasHeight": 400.0,
|
|
379
|
+
"leftEvent": "LEFT",
|
|
380
|
+
"canvasWidth": 800.0
|
|
380
381
|
}
|
|
381
382
|
],
|
|
382
|
-
"appName": "Platformer App",
|
|
383
383
|
"type": "game-shell"
|
|
384
384
|
}
|
|
385
385
|
]
|
|
@@ -420,19 +420,19 @@
|
|
|
420
420
|
"modal",
|
|
421
421
|
{
|
|
422
422
|
"type": "game-menu",
|
|
423
|
+
"title": "Paused",
|
|
423
424
|
"menuItems": [
|
|
424
425
|
{
|
|
425
|
-
"
|
|
426
|
+
"label": "Resume",
|
|
426
427
|
"event": "RESUME",
|
|
427
|
-
"
|
|
428
|
+
"variant": "primary"
|
|
428
429
|
},
|
|
429
430
|
{
|
|
430
431
|
"event": "RESTART",
|
|
431
|
-
"
|
|
432
|
-
"
|
|
432
|
+
"variant": "ghost",
|
|
433
|
+
"label": "Quit"
|
|
433
434
|
}
|
|
434
|
-
]
|
|
435
|
-
"title": "Paused"
|
|
435
|
+
]
|
|
436
436
|
}
|
|
437
437
|
]
|
|
438
438
|
]
|
|
@@ -446,36 +446,36 @@
|
|
|
446
446
|
"render-ui",
|
|
447
447
|
"main",
|
|
448
448
|
{
|
|
449
|
-
"appName": "Platformer App",
|
|
450
449
|
"children": [
|
|
451
450
|
{
|
|
452
|
-
"
|
|
453
|
-
"menuItems": [
|
|
451
|
+
"stats": [
|
|
454
452
|
{
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
-
"event": "RESTART"
|
|
453
|
+
"label": "Score",
|
|
454
|
+
"value": "@entity.score"
|
|
458
455
|
},
|
|
459
456
|
{
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"label": "Main Menu"
|
|
457
|
+
"label": "Lives",
|
|
458
|
+
"value": "@entity.lives"
|
|
463
459
|
}
|
|
464
460
|
],
|
|
465
|
-
"
|
|
466
|
-
"stats": [
|
|
461
|
+
"menuItems": [
|
|
467
462
|
{
|
|
468
|
-
"label": "
|
|
469
|
-
"
|
|
463
|
+
"label": "Play Again",
|
|
464
|
+
"event": "RESTART",
|
|
465
|
+
"variant": "primary"
|
|
470
466
|
},
|
|
471
467
|
{
|
|
472
|
-
"
|
|
473
|
-
"
|
|
468
|
+
"label": "Main Menu",
|
|
469
|
+
"event": "RESTART",
|
|
470
|
+
"variant": "secondary"
|
|
474
471
|
}
|
|
475
|
-
]
|
|
472
|
+
],
|
|
473
|
+
"type": "game-over-screen",
|
|
474
|
+
"title": "Game Over"
|
|
476
475
|
}
|
|
477
476
|
],
|
|
478
477
|
"type": "game-shell",
|
|
478
|
+
"appName": "Platformer App",
|
|
479
479
|
"showTopBar": true
|
|
480
480
|
}
|
|
481
481
|
]
|
|
@@ -500,24 +500,24 @@
|
|
|
500
500
|
"render-ui",
|
|
501
501
|
"main",
|
|
502
502
|
{
|
|
503
|
+
"type": "game-shell",
|
|
503
504
|
"showTopBar": true,
|
|
504
|
-
"appName": "Platformer App",
|
|
505
505
|
"children": [
|
|
506
506
|
{
|
|
507
|
-
"worldHeight": 400.0,
|
|
508
|
-
"bgColor": "#1a1a2e",
|
|
509
507
|
"followCamera": true,
|
|
508
|
+
"canvasHeight": 400.0,
|
|
509
|
+
"worldWidth": 2400.0,
|
|
510
|
+
"worldHeight": 400.0,
|
|
511
|
+
"leftEvent": "LEFT",
|
|
510
512
|
"canvasWidth": 800.0,
|
|
513
|
+
"rightEvent": "RIGHT",
|
|
511
514
|
"jumpEvent": "JUMP",
|
|
512
515
|
"type": "platformer-canvas",
|
|
513
|
-
"
|
|
514
|
-
"canvasHeight": 400.0,
|
|
515
|
-
"leftEvent": "LEFT",
|
|
516
|
-
"worldWidth": 2400.0,
|
|
516
|
+
"bgColor": "#1a1a2e",
|
|
517
517
|
"stopEvent": "STOP"
|
|
518
518
|
}
|
|
519
519
|
],
|
|
520
|
-
"
|
|
520
|
+
"appName": "Platformer App"
|
|
521
521
|
}
|
|
522
522
|
]
|
|
523
523
|
]
|
|
@@ -536,24 +536,24 @@
|
|
|
536
536
|
"render-ui",
|
|
537
537
|
"main",
|
|
538
538
|
{
|
|
539
|
+
"showTopBar": true,
|
|
539
540
|
"appName": "Platformer App",
|
|
540
541
|
"type": "game-shell",
|
|
541
542
|
"children": [
|
|
542
543
|
{
|
|
543
|
-
"canvasHeight": 400.0,
|
|
544
|
-
"rightEvent": "RIGHT",
|
|
545
|
-
"followCamera": true,
|
|
546
|
-
"type": "platformer-canvas",
|
|
547
|
-
"canvasWidth": 800.0,
|
|
548
|
-
"bgColor": "#1a1a2e",
|
|
549
544
|
"leftEvent": "LEFT",
|
|
550
|
-
"stopEvent": "STOP",
|
|
551
545
|
"jumpEvent": "JUMP",
|
|
546
|
+
"bgColor": "#1a1a2e",
|
|
547
|
+
"stopEvent": "STOP",
|
|
552
548
|
"worldWidth": 2400.0,
|
|
549
|
+
"type": "platformer-canvas",
|
|
550
|
+
"canvasWidth": 800.0,
|
|
551
|
+
"rightEvent": "RIGHT",
|
|
552
|
+
"canvasHeight": 400.0,
|
|
553
|
+
"followCamera": true,
|
|
553
554
|
"worldHeight": 400.0
|
|
554
555
|
}
|
|
555
|
-
]
|
|
556
|
-
"showTopBar": true
|
|
556
|
+
]
|
|
557
557
|
}
|
|
558
558
|
]
|
|
559
559
|
]
|
|
@@ -572,23 +572,23 @@
|
|
|
572
572
|
"render-ui",
|
|
573
573
|
"main",
|
|
574
574
|
{
|
|
575
|
-
"appName": "Platformer App",
|
|
576
|
-
"showTopBar": true,
|
|
577
575
|
"children": [
|
|
578
576
|
{
|
|
579
|
-
"title": "Platformer",
|
|
580
|
-
"type": "game-menu",
|
|
581
577
|
"menuItems": [
|
|
582
578
|
{
|
|
579
|
+
"variant": "primary",
|
|
583
580
|
"event": "START",
|
|
584
|
-
"label": "Start Game"
|
|
585
|
-
"variant": "primary"
|
|
581
|
+
"label": "Start Game"
|
|
586
582
|
}
|
|
587
583
|
],
|
|
584
|
+
"type": "game-menu",
|
|
585
|
+
"title": "Platformer",
|
|
588
586
|
"subtitle": "Side-Scrolling Adventure"
|
|
589
587
|
}
|
|
590
588
|
],
|
|
591
|
-
"
|
|
589
|
+
"appName": "Platformer App",
|
|
590
|
+
"type": "game-shell",
|
|
591
|
+
"showTopBar": true
|
|
592
592
|
}
|
|
593
593
|
]
|
|
594
594
|
]
|
|
@@ -602,19 +602,19 @@
|
|
|
602
602
|
"render-ui",
|
|
603
603
|
"main",
|
|
604
604
|
{
|
|
605
|
-
"showTopBar": true,
|
|
606
|
-
"type": "game-shell",
|
|
607
605
|
"appName": "Platformer App",
|
|
606
|
+
"type": "game-shell",
|
|
607
|
+
"showTopBar": true,
|
|
608
608
|
"children": [
|
|
609
609
|
{
|
|
610
|
-
"title": "Platformer",
|
|
611
|
-
"type": "game-menu",
|
|
612
610
|
"subtitle": "Side-Scrolling Adventure",
|
|
611
|
+
"type": "game-menu",
|
|
612
|
+
"title": "Platformer",
|
|
613
613
|
"menuItems": [
|
|
614
614
|
{
|
|
615
|
+
"variant": "primary",
|
|
615
616
|
"event": "START",
|
|
616
|
-
"label": "Start Game"
|
|
617
|
-
"variant": "primary"
|
|
617
|
+
"label": "Start Game"
|
|
618
618
|
}
|
|
619
619
|
]
|
|
620
620
|
}
|
|
@@ -730,8 +730,8 @@
|
|
|
730
730
|
"PlatLevel",
|
|
731
731
|
{
|
|
732
732
|
"emit": {
|
|
733
|
-
"
|
|
734
|
-
"
|
|
733
|
+
"success": "PlatLevelLoaded",
|
|
734
|
+
"failure": "PlatLevelLoadFailed"
|
|
735
735
|
}
|
|
736
736
|
}
|
|
737
737
|
]
|
|
@@ -746,25 +746,25 @@
|
|
|
746
746
|
"render-ui",
|
|
747
747
|
"main",
|
|
748
748
|
{
|
|
749
|
-
"type": "game-shell",
|
|
750
749
|
"children": [
|
|
751
750
|
{
|
|
752
|
-
"bgColor": "#1a1a2e",
|
|
753
|
-
"platforms": "@entity.platforms",
|
|
754
|
-
"player": "@entity.player",
|
|
755
|
-
"jumpEvent": "JUMP",
|
|
756
|
-
"leftEvent": "LEFT",
|
|
757
751
|
"rightEvent": "RIGHT",
|
|
752
|
+
"jumpEvent": "JUMP",
|
|
753
|
+
"canvasHeight": 400.0,
|
|
758
754
|
"stopEvent": "STOP",
|
|
755
|
+
"followCamera": true,
|
|
756
|
+
"platforms": "@entity.platforms",
|
|
759
757
|
"canvasWidth": 800.0,
|
|
760
|
-
"type": "platformer-canvas",
|
|
761
|
-
"worldWidth": 2400.0,
|
|
762
758
|
"worldHeight": 400.0,
|
|
763
|
-
"
|
|
764
|
-
"
|
|
759
|
+
"worldWidth": 2400.0,
|
|
760
|
+
"bgColor": "#1a1a2e",
|
|
761
|
+
"type": "platformer-canvas",
|
|
762
|
+
"player": "@entity.player",
|
|
763
|
+
"leftEvent": "LEFT"
|
|
765
764
|
}
|
|
766
765
|
],
|
|
767
766
|
"showTopBar": true,
|
|
767
|
+
"type": "game-shell",
|
|
768
768
|
"appName": "Platformer App"
|
|
769
769
|
}
|
|
770
770
|
]
|
|
@@ -794,26 +794,26 @@
|
|
|
794
794
|
"render-ui",
|
|
795
795
|
"main",
|
|
796
796
|
{
|
|
797
|
+
"type": "game-shell",
|
|
797
798
|
"children": [
|
|
798
799
|
{
|
|
800
|
+
"canvasHeight": 400.0,
|
|
801
|
+
"worldWidth": 2400.0,
|
|
802
|
+
"platforms": "@entity.platforms",
|
|
799
803
|
"worldHeight": 400.0,
|
|
800
|
-
"jumpEvent": "JUMP",
|
|
801
|
-
"type": "platformer-canvas",
|
|
802
|
-
"player": "@entity.player",
|
|
803
804
|
"canvasWidth": 800.0,
|
|
805
|
+
"leftEvent": "LEFT",
|
|
806
|
+
"player": "@entity.player",
|
|
807
|
+
"type": "platformer-canvas",
|
|
804
808
|
"followCamera": true,
|
|
805
|
-
"bgColor": "#1a1a2e",
|
|
806
|
-
"stopEvent": "STOP",
|
|
807
809
|
"rightEvent": "RIGHT",
|
|
808
|
-
"
|
|
809
|
-
"
|
|
810
|
-
"
|
|
811
|
-
"platforms": "@entity.platforms"
|
|
810
|
+
"jumpEvent": "JUMP",
|
|
811
|
+
"stopEvent": "STOP",
|
|
812
|
+
"bgColor": "#1a1a2e"
|
|
812
813
|
}
|
|
813
814
|
],
|
|
814
|
-
"appName": "Platformer App",
|
|
815
815
|
"showTopBar": true,
|
|
816
|
-
"
|
|
816
|
+
"appName": "Platformer App"
|
|
817
817
|
}
|
|
818
818
|
]
|
|
819
819
|
]
|
|
@@ -997,19 +997,19 @@
|
|
|
997
997
|
"render-ui",
|
|
998
998
|
"main",
|
|
999
999
|
{
|
|
1000
|
-
"showTopBar": true,
|
|
1001
1000
|
"appName": "Platformer App",
|
|
1001
|
+
"type": "game-shell",
|
|
1002
|
+
"showTopBar": true,
|
|
1002
1003
|
"children": [
|
|
1003
1004
|
{
|
|
1004
|
-
"
|
|
1005
|
-
"highScore": "@entity.highScore",
|
|
1005
|
+
"level": "@entity.level",
|
|
1006
1006
|
"type": "score-board",
|
|
1007
|
+
"highScore": "@entity.highScore",
|
|
1007
1008
|
"combo": "@entity.combo",
|
|
1008
1009
|
"multiplier": "@entity.multiplier",
|
|
1009
|
-
"
|
|
1010
|
+
"score": "@entity.score"
|
|
1010
1011
|
}
|
|
1011
|
-
]
|
|
1012
|
-
"type": "game-shell"
|
|
1012
|
+
]
|
|
1013
1013
|
}
|
|
1014
1014
|
]
|
|
1015
1015
|
]
|
|
@@ -1041,19 +1041,19 @@
|
|
|
1041
1041
|
"render-ui",
|
|
1042
1042
|
"main",
|
|
1043
1043
|
{
|
|
1044
|
-
"showTopBar": true,
|
|
1045
|
-
"type": "game-shell",
|
|
1046
|
-
"appName": "Platformer App",
|
|
1047
1044
|
"children": [
|
|
1048
1045
|
{
|
|
1049
1046
|
"type": "score-board",
|
|
1050
|
-
"score": "@entity.score",
|
|
1051
|
-
"highScore": "@entity.highScore",
|
|
1052
1047
|
"combo": "@entity.combo",
|
|
1048
|
+
"level": "@entity.level",
|
|
1049
|
+
"highScore": "@entity.highScore",
|
|
1053
1050
|
"multiplier": "@entity.multiplier",
|
|
1054
|
-
"
|
|
1051
|
+
"score": "@entity.score"
|
|
1055
1052
|
}
|
|
1056
|
-
]
|
|
1053
|
+
],
|
|
1054
|
+
"appName": "Platformer App",
|
|
1055
|
+
"showTopBar": true,
|
|
1056
|
+
"type": "game-shell"
|
|
1057
1057
|
}
|
|
1058
1058
|
]
|
|
1059
1059
|
]
|
|
@@ -1073,18 +1073,18 @@
|
|
|
1073
1073
|
"main",
|
|
1074
1074
|
{
|
|
1075
1075
|
"appName": "Platformer App",
|
|
1076
|
-
"showTopBar": true,
|
|
1077
|
-
"type": "game-shell",
|
|
1078
1076
|
"children": [
|
|
1079
1077
|
{
|
|
1080
|
-
"level": "@entity.level",
|
|
1081
|
-
"highScore": "@entity.highScore",
|
|
1082
1078
|
"score": "@entity.score",
|
|
1083
|
-
"type": "score-board",
|
|
1084
1079
|
"combo": "@entity.combo",
|
|
1085
|
-
"
|
|
1080
|
+
"type": "score-board",
|
|
1081
|
+
"level": "@entity.level",
|
|
1082
|
+
"multiplier": "@entity.multiplier",
|
|
1083
|
+
"highScore": "@entity.highScore"
|
|
1086
1084
|
}
|
|
1087
|
-
]
|
|
1085
|
+
],
|
|
1086
|
+
"type": "game-shell",
|
|
1087
|
+
"showTopBar": true
|
|
1088
1088
|
}
|
|
1089
1089
|
]
|
|
1090
1090
|
]
|
|
@@ -1113,16 +1113,16 @@
|
|
|
1113
1113
|
"render-ui",
|
|
1114
1114
|
"main",
|
|
1115
1115
|
{
|
|
1116
|
-
"showTopBar": true,
|
|
1117
1116
|
"appName": "Platformer App",
|
|
1117
|
+
"showTopBar": true,
|
|
1118
1118
|
"children": [
|
|
1119
1119
|
{
|
|
1120
|
-
"
|
|
1121
|
-
"highScore": "@entity.highScore",
|
|
1120
|
+
"multiplier": "@entity.multiplier",
|
|
1122
1121
|
"type": "score-board",
|
|
1122
|
+
"level": "@entity.level",
|
|
1123
1123
|
"score": "@entity.score",
|
|
1124
|
-
"
|
|
1125
|
-
"
|
|
1124
|
+
"highScore": "@entity.highScore",
|
|
1125
|
+
"combo": "@entity.combo"
|
|
1126
1126
|
}
|
|
1127
1127
|
],
|
|
1128
1128
|
"type": "game-shell"
|
|
@@ -1299,22 +1299,22 @@
|
|
|
1299
1299
|
"render-ui",
|
|
1300
1300
|
"main",
|
|
1301
1301
|
{
|
|
1302
|
-
"align": "center",
|
|
1303
1302
|
"className": "py-12",
|
|
1303
|
+
"align": "center",
|
|
1304
|
+
"type": "stack",
|
|
1305
|
+
"direction": "vertical",
|
|
1304
1306
|
"children": [
|
|
1305
1307
|
{
|
|
1306
1308
|
"type": "spinner"
|
|
1307
1309
|
},
|
|
1308
1310
|
{
|
|
1309
|
-
"content": "Loading…",
|
|
1310
1311
|
"type": "typography",
|
|
1311
|
-
"
|
|
1312
|
-
"
|
|
1312
|
+
"variant": "caption",
|
|
1313
|
+
"content": "Loading…",
|
|
1314
|
+
"color": "muted"
|
|
1313
1315
|
}
|
|
1314
1316
|
],
|
|
1315
|
-
"gap": "md"
|
|
1316
|
-
"type": "stack",
|
|
1317
|
-
"direction": "vertical"
|
|
1317
|
+
"gap": "md"
|
|
1318
1318
|
}
|
|
1319
1319
|
]
|
|
1320
1320
|
]
|
|
@@ -1329,50 +1329,50 @@
|
|
|
1329
1329
|
"main",
|
|
1330
1330
|
{
|
|
1331
1331
|
"appName": "Platformer App",
|
|
1332
|
-
"showTopBar": true,
|
|
1333
1332
|
"type": "game-shell",
|
|
1333
|
+
"showTopBar": true,
|
|
1334
1334
|
"children": [
|
|
1335
1335
|
{
|
|
1336
1336
|
"children": [
|
|
1337
1337
|
{
|
|
1338
|
-
"direction": "horizontal",
|
|
1339
1338
|
"align": "center",
|
|
1340
|
-
"gap": "md",
|
|
1341
|
-
"type": "stack",
|
|
1342
|
-
"justify": "between",
|
|
1343
1339
|
"children": [
|
|
1344
1340
|
{
|
|
1345
1341
|
"type": "stack",
|
|
1346
1342
|
"align": "center",
|
|
1343
|
+
"direction": "horizontal",
|
|
1347
1344
|
"gap": "sm",
|
|
1348
1345
|
"children": [
|
|
1349
1346
|
{
|
|
1350
|
-
"
|
|
1351
|
-
"
|
|
1347
|
+
"type": "icon",
|
|
1348
|
+
"name": "package"
|
|
1352
1349
|
},
|
|
1353
1350
|
{
|
|
1354
|
-
"content": "Collectibles",
|
|
1355
1351
|
"type": "typography",
|
|
1352
|
+
"content": "Collectibles",
|
|
1356
1353
|
"variant": "h2"
|
|
1357
1354
|
}
|
|
1358
|
-
]
|
|
1359
|
-
"direction": "horizontal"
|
|
1355
|
+
]
|
|
1360
1356
|
},
|
|
1361
1357
|
{
|
|
1358
|
+
"direction": "horizontal",
|
|
1362
1359
|
"children": [
|
|
1363
1360
|
{
|
|
1364
|
-
"label": "Add Collectible",
|
|
1365
|
-
"variant": "primary",
|
|
1366
1361
|
"icon": "plus",
|
|
1367
1362
|
"type": "button",
|
|
1368
|
-
"
|
|
1363
|
+
"label": "Add Collectible",
|
|
1364
|
+
"action": "ADD_ITEM",
|
|
1365
|
+
"variant": "primary"
|
|
1369
1366
|
}
|
|
1370
1367
|
],
|
|
1371
1368
|
"type": "stack",
|
|
1372
|
-
"direction": "horizontal",
|
|
1373
1369
|
"gap": "sm"
|
|
1374
1370
|
}
|
|
1375
|
-
]
|
|
1371
|
+
],
|
|
1372
|
+
"gap": "md",
|
|
1373
|
+
"type": "stack",
|
|
1374
|
+
"direction": "horizontal",
|
|
1375
|
+
"justify": "between"
|
|
1376
1376
|
},
|
|
1377
1377
|
{
|
|
1378
1378
|
"type": "divider"
|
|
@@ -1380,7 +1380,6 @@
|
|
|
1380
1380
|
{
|
|
1381
1381
|
"entity": "@payload.data",
|
|
1382
1382
|
"type": "data-grid",
|
|
1383
|
-
"fields": [],
|
|
1384
1383
|
"itemActions": [
|
|
1385
1384
|
{
|
|
1386
1385
|
"variant": "ghost",
|
|
@@ -1388,49 +1387,50 @@
|
|
|
1388
1387
|
"event": "USE_ITEM"
|
|
1389
1388
|
},
|
|
1390
1389
|
{
|
|
1391
|
-
"event": "DROP",
|
|
1392
1390
|
"variant": "danger",
|
|
1393
|
-
"label": "Drop"
|
|
1391
|
+
"label": "Drop",
|
|
1392
|
+
"event": "DROP"
|
|
1394
1393
|
}
|
|
1395
1394
|
],
|
|
1396
1395
|
"columns": [
|
|
1397
1396
|
{
|
|
1398
|
-
"icon": "package",
|
|
1399
1397
|
"label": "Name",
|
|
1400
|
-
"
|
|
1401
|
-
"
|
|
1398
|
+
"variant": "h4",
|
|
1399
|
+
"icon": "package",
|
|
1400
|
+
"name": "name"
|
|
1402
1401
|
},
|
|
1403
1402
|
{
|
|
1404
1403
|
"name": "type",
|
|
1405
|
-
"variant": "badge",
|
|
1406
|
-
"label": "Type",
|
|
1407
1404
|
"colorMap": {
|
|
1408
|
-
"archived": "neutral",
|
|
1409
|
-
"error": "destructive",
|
|
1410
|
-
"scheduled": "warning",
|
|
1411
|
-
"cancelled": "destructive",
|
|
1412
1405
|
"completed": "success",
|
|
1413
|
-
"draft": "warning",
|
|
1414
|
-
"failed": "destructive",
|
|
1415
1406
|
"disabled": "neutral",
|
|
1407
|
+
"inactive": "neutral",
|
|
1408
|
+
"active": "success",
|
|
1409
|
+
"archived": "neutral",
|
|
1410
|
+
"failed": "destructive",
|
|
1411
|
+
"draft": "warning",
|
|
1416
1412
|
"pending": "warning",
|
|
1417
1413
|
"done": "success",
|
|
1418
|
-
"
|
|
1419
|
-
"
|
|
1420
|
-
|
|
1414
|
+
"scheduled": "warning",
|
|
1415
|
+
"error": "destructive",
|
|
1416
|
+
"cancelled": "destructive"
|
|
1417
|
+
},
|
|
1418
|
+
"label": "Type",
|
|
1419
|
+
"variant": "badge"
|
|
1421
1420
|
},
|
|
1422
1421
|
{
|
|
1423
1422
|
"name": "quantity",
|
|
1424
|
-
"
|
|
1425
|
-
"
|
|
1423
|
+
"label": "Quantity",
|
|
1424
|
+
"variant": "caption"
|
|
1426
1425
|
}
|
|
1427
|
-
]
|
|
1426
|
+
],
|
|
1427
|
+
"fields": []
|
|
1428
1428
|
}
|
|
1429
1429
|
],
|
|
1430
|
-
"type": "stack",
|
|
1431
1430
|
"gap": "lg",
|
|
1432
|
-
"
|
|
1433
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
1431
|
+
"type": "stack",
|
|
1432
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
1433
|
+
"direction": "vertical"
|
|
1434
1434
|
}
|
|
1435
1435
|
]
|
|
1436
1436
|
}
|
|
@@ -1446,36 +1446,36 @@
|
|
|
1446
1446
|
"render-ui",
|
|
1447
1447
|
"main",
|
|
1448
1448
|
{
|
|
1449
|
+
"direction": "vertical",
|
|
1450
|
+
"gap": "md",
|
|
1451
|
+
"className": "py-12",
|
|
1452
|
+
"type": "stack",
|
|
1453
|
+
"align": "center",
|
|
1449
1454
|
"children": [
|
|
1450
1455
|
{
|
|
1456
|
+
"name": "alert-triangle",
|
|
1451
1457
|
"color": "destructive",
|
|
1452
|
-
"type": "icon"
|
|
1453
|
-
"name": "alert-triangle"
|
|
1458
|
+
"type": "icon"
|
|
1454
1459
|
},
|
|
1455
1460
|
{
|
|
1456
1461
|
"content": "Failed to load collectible",
|
|
1457
|
-
"
|
|
1458
|
-
"
|
|
1462
|
+
"variant": "h3",
|
|
1463
|
+
"type": "typography"
|
|
1459
1464
|
},
|
|
1460
1465
|
{
|
|
1461
|
-
"variant": "body",
|
|
1462
|
-
"content": "@payload.error",
|
|
1463
1466
|
"type": "typography",
|
|
1464
|
-
"color": "muted"
|
|
1467
|
+
"color": "muted",
|
|
1468
|
+
"content": "@payload.error",
|
|
1469
|
+
"variant": "body"
|
|
1465
1470
|
},
|
|
1466
1471
|
{
|
|
1467
|
-
"label": "Retry",
|
|
1468
|
-
"action": "INIT",
|
|
1469
1472
|
"icon": "rotate-ccw",
|
|
1473
|
+
"label": "Retry",
|
|
1470
1474
|
"type": "button",
|
|
1475
|
+
"action": "INIT",
|
|
1471
1476
|
"variant": "primary"
|
|
1472
1477
|
}
|
|
1473
|
-
]
|
|
1474
|
-
"type": "stack",
|
|
1475
|
-
"className": "py-12",
|
|
1476
|
-
"direction": "vertical",
|
|
1477
|
-
"gap": "md",
|
|
1478
|
-
"align": "center"
|
|
1478
|
+
]
|
|
1479
1479
|
}
|
|
1480
1480
|
]
|
|
1481
1481
|
]
|
|
@@ -1661,41 +1661,41 @@
|
|
|
1661
1661
|
"modal",
|
|
1662
1662
|
{
|
|
1663
1663
|
"type": "stack",
|
|
1664
|
+
"gap": "md",
|
|
1665
|
+
"direction": "vertical",
|
|
1664
1666
|
"children": [
|
|
1665
1667
|
{
|
|
1668
|
+
"gap": "sm",
|
|
1666
1669
|
"direction": "horizontal",
|
|
1670
|
+
"type": "stack",
|
|
1667
1671
|
"children": [
|
|
1668
1672
|
{
|
|
1669
1673
|
"type": "icon",
|
|
1670
1674
|
"name": "plus-circle"
|
|
1671
1675
|
},
|
|
1672
1676
|
{
|
|
1673
|
-
"type": "typography",
|
|
1674
1677
|
"content": "Add Collectible",
|
|
1678
|
+
"type": "typography",
|
|
1675
1679
|
"variant": "h3"
|
|
1676
1680
|
}
|
|
1677
|
-
]
|
|
1678
|
-
"type": "stack",
|
|
1679
|
-
"gap": "sm"
|
|
1681
|
+
]
|
|
1680
1682
|
},
|
|
1681
1683
|
{
|
|
1682
1684
|
"type": "divider"
|
|
1683
1685
|
},
|
|
1684
1686
|
{
|
|
1685
|
-
"mode": "create",
|
|
1686
|
-
"submitEvent": "SAVE",
|
|
1687
|
-
"cancelEvent": "CLOSE",
|
|
1688
1687
|
"type": "form-section",
|
|
1688
|
+
"cancelEvent": "CLOSE",
|
|
1689
1689
|
"fields": [
|
|
1690
1690
|
"name",
|
|
1691
1691
|
"type",
|
|
1692
1692
|
"quantity",
|
|
1693
1693
|
"rarity"
|
|
1694
|
-
]
|
|
1694
|
+
],
|
|
1695
|
+
"submitEvent": "SAVE",
|
|
1696
|
+
"mode": "create"
|
|
1695
1697
|
}
|
|
1696
|
-
]
|
|
1697
|
-
"direction": "vertical",
|
|
1698
|
-
"gap": "md"
|
|
1698
|
+
]
|
|
1699
1699
|
}
|
|
1700
1700
|
]
|
|
1701
1701
|
]
|
|
@@ -1935,35 +1935,36 @@
|
|
|
1935
1935
|
"fetch",
|
|
1936
1936
|
"Collectible",
|
|
1937
1937
|
{
|
|
1938
|
+
"id": "@payload.id",
|
|
1938
1939
|
"emit": {
|
|
1939
|
-
"
|
|
1940
|
-
"
|
|
1941
|
-
}
|
|
1942
|
-
"id": "@payload.id"
|
|
1940
|
+
"success": "CollectibleLoaded",
|
|
1941
|
+
"failure": "CollectibleLoadFailed"
|
|
1942
|
+
}
|
|
1943
1943
|
}
|
|
1944
1944
|
],
|
|
1945
1945
|
[
|
|
1946
1946
|
"render-ui",
|
|
1947
1947
|
"modal",
|
|
1948
1948
|
{
|
|
1949
|
-
"
|
|
1949
|
+
"type": "stack",
|
|
1950
1950
|
"direction": "vertical",
|
|
1951
|
+
"align": "center",
|
|
1951
1952
|
"children": [
|
|
1952
1953
|
{
|
|
1953
1954
|
"type": "stack",
|
|
1954
|
-
"gap": "sm",
|
|
1955
1955
|
"children": [
|
|
1956
1956
|
{
|
|
1957
|
-
"
|
|
1958
|
-
"
|
|
1957
|
+
"name": "zap",
|
|
1958
|
+
"type": "icon"
|
|
1959
1959
|
},
|
|
1960
1960
|
{
|
|
1961
|
+
"type": "typography",
|
|
1961
1962
|
"content": "Use Collectible",
|
|
1962
|
-
"variant": "h3"
|
|
1963
|
-
"type": "typography"
|
|
1963
|
+
"variant": "h3"
|
|
1964
1964
|
}
|
|
1965
1965
|
],
|
|
1966
1966
|
"direction": "horizontal",
|
|
1967
|
+
"gap": "sm",
|
|
1967
1968
|
"align": "center"
|
|
1968
1969
|
},
|
|
1969
1970
|
{
|
|
@@ -1971,33 +1972,32 @@
|
|
|
1971
1972
|
},
|
|
1972
1973
|
{
|
|
1973
1974
|
"type": "typography",
|
|
1974
|
-
"
|
|
1975
|
-
"
|
|
1975
|
+
"content": "@entity.name",
|
|
1976
|
+
"variant": "body"
|
|
1976
1977
|
},
|
|
1977
1978
|
{
|
|
1978
|
-
"justify": "center",
|
|
1979
|
-
"gap": "sm",
|
|
1980
|
-
"direction": "horizontal",
|
|
1981
|
-
"type": "stack",
|
|
1982
1979
|
"children": [
|
|
1983
1980
|
{
|
|
1984
1981
|
"label": "Cancel",
|
|
1985
|
-
"variant": "ghost",
|
|
1986
1982
|
"type": "button",
|
|
1983
|
+
"variant": "ghost",
|
|
1987
1984
|
"action": "CLOSE"
|
|
1988
1985
|
},
|
|
1989
1986
|
{
|
|
1987
|
+
"variant": "primary",
|
|
1988
|
+
"icon": "check",
|
|
1990
1989
|
"action": "SAVE",
|
|
1991
|
-
"label": "Confirm Use",
|
|
1992
1990
|
"type": "button",
|
|
1993
|
-
"
|
|
1994
|
-
"icon": "check"
|
|
1991
|
+
"label": "Confirm Use"
|
|
1995
1992
|
}
|
|
1996
|
-
]
|
|
1993
|
+
],
|
|
1994
|
+
"gap": "sm",
|
|
1995
|
+
"type": "stack",
|
|
1996
|
+
"justify": "center",
|
|
1997
|
+
"direction": "horizontal"
|
|
1997
1998
|
}
|
|
1998
1999
|
],
|
|
1999
|
-
"
|
|
2000
|
-
"align": "center"
|
|
2000
|
+
"gap": "md"
|
|
2001
2001
|
}
|
|
2002
2002
|
]
|
|
2003
2003
|
]
|
|
@@ -2038,8 +2038,8 @@
|
|
|
2038
2038
|
"@payload.data",
|
|
2039
2039
|
{
|
|
2040
2040
|
"emit": {
|
|
2041
|
-
"
|
|
2042
|
-
"
|
|
2041
|
+
"success": "CollectibleUpdated",
|
|
2042
|
+
"failure": "CollectibleUpdateFailed"
|
|
2043
2043
|
}
|
|
2044
2044
|
}
|
|
2045
2045
|
],
|
|
@@ -2236,11 +2236,11 @@
|
|
|
2236
2236
|
"fetch",
|
|
2237
2237
|
"Collectible",
|
|
2238
2238
|
{
|
|
2239
|
+
"id": "@payload.id",
|
|
2239
2240
|
"emit": {
|
|
2240
2241
|
"failure": "CollectibleLoadFailed",
|
|
2241
2242
|
"success": "CollectibleLoaded"
|
|
2242
|
-
}
|
|
2243
|
-
"id": "@payload.id"
|
|
2243
|
+
}
|
|
2244
2244
|
}
|
|
2245
2245
|
],
|
|
2246
2246
|
[
|
|
@@ -2249,12 +2249,10 @@
|
|
|
2249
2249
|
{
|
|
2250
2250
|
"direction": "vertical",
|
|
2251
2251
|
"type": "stack",
|
|
2252
|
-
"gap": "md",
|
|
2253
2252
|
"children": [
|
|
2254
2253
|
{
|
|
2255
|
-
"
|
|
2254
|
+
"direction": "horizontal",
|
|
2256
2255
|
"type": "stack",
|
|
2257
|
-
"align": "center",
|
|
2258
2256
|
"children": [
|
|
2259
2257
|
{
|
|
2260
2258
|
"type": "icon",
|
|
@@ -2266,38 +2264,40 @@
|
|
|
2266
2264
|
"variant": "h3"
|
|
2267
2265
|
}
|
|
2268
2266
|
],
|
|
2269
|
-
"
|
|
2267
|
+
"gap": "sm",
|
|
2268
|
+
"align": "center"
|
|
2270
2269
|
},
|
|
2271
2270
|
{
|
|
2272
2271
|
"type": "divider"
|
|
2273
2272
|
},
|
|
2274
2273
|
{
|
|
2275
2274
|
"type": "alert",
|
|
2276
|
-
"
|
|
2277
|
-
"
|
|
2275
|
+
"variant": "error",
|
|
2276
|
+
"message": "Are you sure you want to drop this collectible?"
|
|
2278
2277
|
},
|
|
2279
2278
|
{
|
|
2280
|
-
"type": "stack",
|
|
2281
|
-
"justify": "end",
|
|
2282
|
-
"gap": "sm",
|
|
2283
|
-
"direction": "horizontal",
|
|
2284
2279
|
"children": [
|
|
2285
2280
|
{
|
|
2286
|
-
"variant": "ghost",
|
|
2287
2281
|
"type": "button",
|
|
2282
|
+
"label": "Cancel",
|
|
2288
2283
|
"action": "CANCEL",
|
|
2289
|
-
"
|
|
2284
|
+
"variant": "ghost"
|
|
2290
2285
|
},
|
|
2291
2286
|
{
|
|
2292
2287
|
"action": "CONFIRM_DROP",
|
|
2288
|
+
"label": "Drop",
|
|
2293
2289
|
"variant": "danger",
|
|
2294
2290
|
"type": "button",
|
|
2295
|
-
"label": "Drop",
|
|
2296
2291
|
"icon": "check"
|
|
2297
2292
|
}
|
|
2298
|
-
]
|
|
2293
|
+
],
|
|
2294
|
+
"direction": "horizontal",
|
|
2295
|
+
"gap": "sm",
|
|
2296
|
+
"type": "stack",
|
|
2297
|
+
"justify": "end"
|
|
2299
2298
|
}
|
|
2300
|
-
]
|
|
2299
|
+
],
|
|
2300
|
+
"gap": "md"
|
|
2301
2301
|
}
|
|
2302
2302
|
]
|
|
2303
2303
|
]
|
|
@@ -2410,4 +2410,4 @@
|
|
|
2410
2410
|
]
|
|
2411
2411
|
}
|
|
2412
2412
|
]
|
|
2413
|
-
}
|
|
2413
|
+
}
|