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