@almadar/std 8.2.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- 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
|
],
|
|
@@ -333,23 +333,23 @@
|
|
|
333
333
|
"render-ui",
|
|
334
334
|
"main",
|
|
335
335
|
{
|
|
336
|
-
"showTopBar": true,
|
|
337
336
|
"children": [
|
|
338
337
|
{
|
|
339
|
-
"
|
|
338
|
+
"type": "game-menu",
|
|
340
339
|
"menuItems": [
|
|
341
340
|
{
|
|
341
|
+
"label": "Start Game",
|
|
342
342
|
"event": "START",
|
|
343
|
-
"variant": "primary"
|
|
344
|
-
"label": "Start Game"
|
|
343
|
+
"variant": "primary"
|
|
345
344
|
}
|
|
346
345
|
],
|
|
347
346
|
"subtitle": "Side-Scrolling Adventure",
|
|
348
|
-
"
|
|
347
|
+
"title": "Platformer"
|
|
349
348
|
}
|
|
350
349
|
],
|
|
350
|
+
"appName": "Platformer App",
|
|
351
351
|
"type": "game-shell",
|
|
352
|
-
"
|
|
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,
|
|
368
|
+
"appName": "Platformer App",
|
|
367
369
|
"children": [
|
|
368
370
|
{
|
|
369
371
|
"canvasHeight": 400.0,
|
|
370
372
|
"leftEvent": "LEFT",
|
|
373
|
+
"worldWidth": 2400.0,
|
|
374
|
+
"rightEvent": "RIGHT",
|
|
375
|
+
"jumpEvent": "JUMP",
|
|
376
|
+
"worldHeight": 400.0,
|
|
371
377
|
"stopEvent": "STOP",
|
|
372
378
|
"followCamera": true,
|
|
373
379
|
"canvasWidth": 800.0,
|
|
374
|
-
"type": "platformer-canvas",
|
|
375
380
|
"bgColor": "#1a1a2e",
|
|
376
|
-
"
|
|
377
|
-
"worldWidth": 2400.0,
|
|
378
|
-
"rightEvent": "RIGHT",
|
|
379
|
-
"worldHeight": 400.0
|
|
381
|
+
"type": "platformer-canvas"
|
|
380
382
|
}
|
|
381
|
-
]
|
|
382
|
-
"appName": "Platformer App",
|
|
383
|
-
"type": "game-shell"
|
|
383
|
+
]
|
|
384
384
|
}
|
|
385
385
|
]
|
|
386
386
|
]
|
|
@@ -422,14 +422,14 @@
|
|
|
422
422
|
"type": "game-menu",
|
|
423
423
|
"menuItems": [
|
|
424
424
|
{
|
|
425
|
-
"variant": "primary",
|
|
426
425
|
"event": "RESUME",
|
|
427
|
-
"label": "Resume"
|
|
426
|
+
"label": "Resume",
|
|
427
|
+
"variant": "primary"
|
|
428
428
|
},
|
|
429
429
|
{
|
|
430
430
|
"event": "RESTART",
|
|
431
|
-
"
|
|
432
|
-
"
|
|
431
|
+
"variant": "ghost",
|
|
432
|
+
"label": "Quit"
|
|
433
433
|
}
|
|
434
434
|
],
|
|
435
435
|
"title": "Paused"
|
|
@@ -446,36 +446,36 @@
|
|
|
446
446
|
"render-ui",
|
|
447
447
|
"main",
|
|
448
448
|
{
|
|
449
|
-
"
|
|
449
|
+
"type": "game-shell",
|
|
450
450
|
"children": [
|
|
451
451
|
{
|
|
452
452
|
"type": "game-over-screen",
|
|
453
|
+
"title": "Game Over",
|
|
453
454
|
"menuItems": [
|
|
454
455
|
{
|
|
455
|
-
"
|
|
456
|
+
"event": "RESTART",
|
|
456
457
|
"label": "Play Again",
|
|
457
|
-
"
|
|
458
|
+
"variant": "primary"
|
|
458
459
|
},
|
|
459
460
|
{
|
|
460
461
|
"event": "RESTART",
|
|
461
|
-
"
|
|
462
|
-
"
|
|
462
|
+
"label": "Main Menu",
|
|
463
|
+
"variant": "secondary"
|
|
463
464
|
}
|
|
464
465
|
],
|
|
465
|
-
"title": "Game Over",
|
|
466
466
|
"stats": [
|
|
467
467
|
{
|
|
468
468
|
"label": "Score",
|
|
469
469
|
"value": "@entity.score"
|
|
470
470
|
},
|
|
471
471
|
{
|
|
472
|
-
"
|
|
473
|
-
"
|
|
472
|
+
"label": "Lives",
|
|
473
|
+
"value": "@entity.lives"
|
|
474
474
|
}
|
|
475
475
|
]
|
|
476
476
|
}
|
|
477
477
|
],
|
|
478
|
-
"
|
|
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
|
-
"showTopBar": true,
|
|
504
503
|
"appName": "Platformer App",
|
|
504
|
+
"type": "game-shell",
|
|
505
|
+
"showTopBar": true,
|
|
505
506
|
"children": [
|
|
506
507
|
{
|
|
507
508
|
"worldHeight": 400.0,
|
|
508
|
-
"
|
|
509
|
-
"
|
|
509
|
+
"worldWidth": 2400.0,
|
|
510
|
+
"canvasHeight": 400.0,
|
|
510
511
|
"canvasWidth": 800.0,
|
|
511
|
-
"jumpEvent": "JUMP",
|
|
512
|
-
"type": "platformer-canvas",
|
|
513
512
|
"rightEvent": "RIGHT",
|
|
514
|
-
"
|
|
513
|
+
"type": "platformer-canvas",
|
|
514
|
+
"followCamera": true,
|
|
515
515
|
"leftEvent": "LEFT",
|
|
516
|
-
"
|
|
517
|
-
"stopEvent": "STOP"
|
|
516
|
+
"jumpEvent": "JUMP",
|
|
517
|
+
"stopEvent": "STOP",
|
|
518
|
+
"bgColor": "#1a1a2e"
|
|
518
519
|
}
|
|
519
|
-
]
|
|
520
|
-
"type": "game-shell"
|
|
520
|
+
]
|
|
521
521
|
}
|
|
522
522
|
]
|
|
523
523
|
]
|
|
@@ -536,24 +536,24 @@
|
|
|
536
536
|
"render-ui",
|
|
537
537
|
"main",
|
|
538
538
|
{
|
|
539
|
-
"
|
|
539
|
+
"showTopBar": true,
|
|
540
540
|
"type": "game-shell",
|
|
541
541
|
"children": [
|
|
542
542
|
{
|
|
543
|
+
"type": "platformer-canvas",
|
|
543
544
|
"canvasHeight": 400.0,
|
|
544
|
-
"
|
|
545
|
+
"worldWidth": 2400.0,
|
|
545
546
|
"followCamera": true,
|
|
546
|
-
"
|
|
547
|
-
"canvasWidth": 800.0,
|
|
548
|
-
"bgColor": "#1a1a2e",
|
|
547
|
+
"worldHeight": 400.0,
|
|
549
548
|
"leftEvent": "LEFT",
|
|
549
|
+
"bgColor": "#1a1a2e",
|
|
550
550
|
"stopEvent": "STOP",
|
|
551
|
+
"canvasWidth": 800.0,
|
|
551
552
|
"jumpEvent": "JUMP",
|
|
552
|
-
"
|
|
553
|
-
"worldHeight": 400.0
|
|
553
|
+
"rightEvent": "RIGHT"
|
|
554
554
|
}
|
|
555
555
|
],
|
|
556
|
-
"
|
|
556
|
+
"appName": "Platformer App"
|
|
557
557
|
}
|
|
558
558
|
]
|
|
559
559
|
]
|
|
@@ -572,22 +572,22 @@
|
|
|
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
|
{
|
|
583
579
|
"event": "START",
|
|
584
|
-
"
|
|
585
|
-
"
|
|
580
|
+
"variant": "primary",
|
|
581
|
+
"label": "Start Game"
|
|
586
582
|
}
|
|
587
583
|
],
|
|
588
|
-
"subtitle": "Side-Scrolling Adventure"
|
|
584
|
+
"subtitle": "Side-Scrolling Adventure",
|
|
585
|
+
"type": "game-menu",
|
|
586
|
+
"title": "Platformer"
|
|
589
587
|
}
|
|
590
588
|
],
|
|
589
|
+
"appName": "Platformer App",
|
|
590
|
+
"showTopBar": true,
|
|
591
591
|
"type": "game-shell"
|
|
592
592
|
}
|
|
593
593
|
]
|
|
@@ -602,18 +602,18 @@
|
|
|
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
610
|
"type": "game-menu",
|
|
612
611
|
"subtitle": "Side-Scrolling Adventure",
|
|
612
|
+
"title": "Platformer",
|
|
613
613
|
"menuItems": [
|
|
614
614
|
{
|
|
615
|
-
"event": "START",
|
|
616
615
|
"label": "Start Game",
|
|
616
|
+
"event": "START",
|
|
617
617
|
"variant": "primary"
|
|
618
618
|
}
|
|
619
619
|
]
|
|
@@ -746,24 +746,24 @@
|
|
|
746
746
|
"render-ui",
|
|
747
747
|
"main",
|
|
748
748
|
{
|
|
749
|
-
"type": "game-shell",
|
|
750
749
|
"children": [
|
|
751
750
|
{
|
|
752
|
-
"
|
|
753
|
-
"platforms": "@entity.platforms",
|
|
751
|
+
"followCamera": true,
|
|
754
752
|
"player": "@entity.player",
|
|
753
|
+
"canvasHeight": 400.0,
|
|
754
|
+
"platforms": "@entity.platforms",
|
|
755
|
+
"type": "platformer-canvas",
|
|
756
|
+
"worldHeight": 400.0,
|
|
757
|
+
"bgColor": "#1a1a2e",
|
|
758
|
+
"stopEvent": "STOP",
|
|
759
|
+
"rightEvent": "RIGHT",
|
|
755
760
|
"jumpEvent": "JUMP",
|
|
756
761
|
"leftEvent": "LEFT",
|
|
757
|
-
"rightEvent": "RIGHT",
|
|
758
|
-
"stopEvent": "STOP",
|
|
759
762
|
"canvasWidth": 800.0,
|
|
760
|
-
"
|
|
761
|
-
"worldWidth": 2400.0,
|
|
762
|
-
"worldHeight": 400.0,
|
|
763
|
-
"canvasHeight": 400.0,
|
|
764
|
-
"followCamera": true
|
|
763
|
+
"worldWidth": 2400.0
|
|
765
764
|
}
|
|
766
765
|
],
|
|
766
|
+
"type": "game-shell",
|
|
767
767
|
"showTopBar": true,
|
|
768
768
|
"appName": "Platformer App"
|
|
769
769
|
}
|
|
@@ -794,26 +794,26 @@
|
|
|
794
794
|
"render-ui",
|
|
795
795
|
"main",
|
|
796
796
|
{
|
|
797
|
+
"appName": "Platformer App",
|
|
797
798
|
"children": [
|
|
798
799
|
{
|
|
800
|
+
"bgColor": "#1a1a2e",
|
|
801
|
+
"canvasHeight": 400.0,
|
|
799
802
|
"worldHeight": 400.0,
|
|
800
|
-
"
|
|
801
|
-
"
|
|
803
|
+
"leftEvent": "LEFT",
|
|
804
|
+
"platforms": "@entity.platforms",
|
|
802
805
|
"player": "@entity.player",
|
|
806
|
+
"type": "platformer-canvas",
|
|
803
807
|
"canvasWidth": 800.0,
|
|
804
808
|
"followCamera": true,
|
|
805
|
-
"bgColor": "#1a1a2e",
|
|
806
|
-
"stopEvent": "STOP",
|
|
807
|
-
"rightEvent": "RIGHT",
|
|
808
809
|
"worldWidth": 2400.0,
|
|
809
|
-
"
|
|
810
|
-
"
|
|
811
|
-
"
|
|
810
|
+
"jumpEvent": "JUMP",
|
|
811
|
+
"stopEvent": "STOP",
|
|
812
|
+
"rightEvent": "RIGHT"
|
|
812
813
|
}
|
|
813
814
|
],
|
|
814
|
-
"
|
|
815
|
-
"showTopBar": true
|
|
816
|
-
"type": "game-shell"
|
|
815
|
+
"type": "game-shell",
|
|
816
|
+
"showTopBar": true
|
|
817
817
|
}
|
|
818
818
|
]
|
|
819
819
|
]
|
|
@@ -997,19 +997,19 @@
|
|
|
997
997
|
"render-ui",
|
|
998
998
|
"main",
|
|
999
999
|
{
|
|
1000
|
-
"
|
|
1000
|
+
"type": "game-shell",
|
|
1001
1001
|
"appName": "Platformer App",
|
|
1002
|
+
"showTopBar": true,
|
|
1002
1003
|
"children": [
|
|
1003
1004
|
{
|
|
1004
|
-
"score": "@entity.score",
|
|
1005
1005
|
"highScore": "@entity.highScore",
|
|
1006
1006
|
"type": "score-board",
|
|
1007
1007
|
"combo": "@entity.combo",
|
|
1008
1008
|
"multiplier": "@entity.multiplier",
|
|
1009
|
+
"score": "@entity.score",
|
|
1009
1010
|
"level": "@entity.level"
|
|
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
1044
|
"appName": "Platformer App",
|
|
1045
|
+
"showTopBar": true,
|
|
1047
1046
|
"children": [
|
|
1048
1047
|
{
|
|
1049
1048
|
"type": "score-board",
|
|
1050
|
-
"score": "@entity.score",
|
|
1051
1049
|
"highScore": "@entity.highScore",
|
|
1050
|
+
"score": "@entity.score",
|
|
1052
1051
|
"combo": "@entity.combo",
|
|
1053
|
-
"
|
|
1054
|
-
"
|
|
1052
|
+
"level": "@entity.level",
|
|
1053
|
+
"multiplier": "@entity.multiplier"
|
|
1055
1054
|
}
|
|
1056
|
-
]
|
|
1055
|
+
],
|
|
1056
|
+
"type": "game-shell"
|
|
1057
1057
|
}
|
|
1058
1058
|
]
|
|
1059
1059
|
]
|
|
@@ -1074,17 +1074,17 @@
|
|
|
1074
1074
|
{
|
|
1075
1075
|
"appName": "Platformer App",
|
|
1076
1076
|
"showTopBar": true,
|
|
1077
|
-
"type": "game-shell",
|
|
1078
1077
|
"children": [
|
|
1079
1078
|
{
|
|
1080
|
-
"level": "@entity.level",
|
|
1081
|
-
"highScore": "@entity.highScore",
|
|
1082
|
-
"score": "@entity.score",
|
|
1083
1079
|
"type": "score-board",
|
|
1080
|
+
"highScore": "@entity.highScore",
|
|
1084
1081
|
"combo": "@entity.combo",
|
|
1082
|
+
"level": "@entity.level",
|
|
1083
|
+
"score": "@entity.score",
|
|
1085
1084
|
"multiplier": "@entity.multiplier"
|
|
1086
1085
|
}
|
|
1087
|
-
]
|
|
1086
|
+
],
|
|
1087
|
+
"type": "game-shell"
|
|
1088
1088
|
}
|
|
1089
1089
|
]
|
|
1090
1090
|
]
|
|
@@ -1113,19 +1113,19 @@
|
|
|
1113
1113
|
"render-ui",
|
|
1114
1114
|
"main",
|
|
1115
1115
|
{
|
|
1116
|
-
"showTopBar": true,
|
|
1117
|
-
"appName": "Platformer App",
|
|
1118
1116
|
"children": [
|
|
1119
1117
|
{
|
|
1120
|
-
"
|
|
1118
|
+
"combo": "@entity.combo",
|
|
1119
|
+
"multiplier": "@entity.multiplier",
|
|
1121
1120
|
"highScore": "@entity.highScore",
|
|
1122
1121
|
"type": "score-board",
|
|
1123
1122
|
"score": "@entity.score",
|
|
1124
|
-
"
|
|
1125
|
-
"multiplier": "@entity.multiplier"
|
|
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
|
-
"
|
|
1302
|
+
"direction": "vertical",
|
|
1303
|
+
"gap": "md",
|
|
1303
1304
|
"className": "py-12",
|
|
1305
|
+
"type": "stack",
|
|
1306
|
+
"align": "center",
|
|
1304
1307
|
"children": [
|
|
1305
1308
|
{
|
|
1306
1309
|
"type": "spinner"
|
|
1307
1310
|
},
|
|
1308
1311
|
{
|
|
1309
|
-
"content": "Loading…",
|
|
1310
1312
|
"type": "typography",
|
|
1311
1313
|
"color": "muted",
|
|
1314
|
+
"content": "Loading…",
|
|
1312
1315
|
"variant": "caption"
|
|
1313
1316
|
}
|
|
1314
|
-
]
|
|
1315
|
-
"gap": "md",
|
|
1316
|
-
"type": "stack",
|
|
1317
|
-
"direction": "vertical"
|
|
1317
|
+
]
|
|
1318
1318
|
}
|
|
1319
1319
|
]
|
|
1320
1320
|
]
|
|
@@ -1328,64 +1328,61 @@
|
|
|
1328
1328
|
"render-ui",
|
|
1329
1329
|
"main",
|
|
1330
1330
|
{
|
|
1331
|
-
"appName": "Platformer App",
|
|
1332
|
-
"showTopBar": true,
|
|
1333
|
-
"type": "game-shell",
|
|
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
|
-
"direction": "horizontal",
|
|
1339
|
-
"align": "center",
|
|
1340
|
-
"gap": "md",
|
|
1341
|
-
"type": "stack",
|
|
1342
|
-
"justify": "between",
|
|
1343
1338
|
"children": [
|
|
1344
1339
|
{
|
|
1345
|
-
"type": "stack",
|
|
1346
1340
|
"align": "center",
|
|
1347
|
-
"gap": "sm",
|
|
1348
1341
|
"children": [
|
|
1349
1342
|
{
|
|
1350
|
-
"
|
|
1351
|
-
"
|
|
1343
|
+
"type": "icon",
|
|
1344
|
+
"name": "package"
|
|
1352
1345
|
},
|
|
1353
1346
|
{
|
|
1354
|
-
"content": "Collectibles",
|
|
1355
1347
|
"type": "typography",
|
|
1348
|
+
"content": "Collectibles",
|
|
1356
1349
|
"variant": "h2"
|
|
1357
1350
|
}
|
|
1358
1351
|
],
|
|
1352
|
+
"gap": "sm",
|
|
1353
|
+
"type": "stack",
|
|
1359
1354
|
"direction": "horizontal"
|
|
1360
1355
|
},
|
|
1361
1356
|
{
|
|
1357
|
+
"gap": "sm",
|
|
1362
1358
|
"children": [
|
|
1363
1359
|
{
|
|
1364
1360
|
"label": "Add Collectible",
|
|
1365
|
-
"variant": "primary",
|
|
1366
1361
|
"icon": "plus",
|
|
1367
1362
|
"type": "button",
|
|
1368
|
-
"action": "ADD_ITEM"
|
|
1363
|
+
"action": "ADD_ITEM",
|
|
1364
|
+
"variant": "primary"
|
|
1369
1365
|
}
|
|
1370
1366
|
],
|
|
1371
|
-
"type": "stack",
|
|
1372
1367
|
"direction": "horizontal",
|
|
1373
|
-
"
|
|
1368
|
+
"type": "stack"
|
|
1374
1369
|
}
|
|
1375
|
-
]
|
|
1370
|
+
],
|
|
1371
|
+
"type": "stack",
|
|
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
|
-
"fields": [],
|
|
1384
1381
|
"itemActions": [
|
|
1385
1382
|
{
|
|
1383
|
+
"event": "USE_ITEM",
|
|
1386
1384
|
"variant": "ghost",
|
|
1387
|
-
"label": "Use"
|
|
1388
|
-
"event": "USE_ITEM"
|
|
1385
|
+
"label": "Use"
|
|
1389
1386
|
},
|
|
1390
1387
|
{
|
|
1391
1388
|
"event": "DROP",
|
|
@@ -1395,44 +1392,47 @@
|
|
|
1395
1392
|
],
|
|
1396
1393
|
"columns": [
|
|
1397
1394
|
{
|
|
1395
|
+
"variant": "h4",
|
|
1398
1396
|
"icon": "package",
|
|
1399
|
-
"label": "Name",
|
|
1400
1397
|
"name": "name",
|
|
1401
|
-
"
|
|
1398
|
+
"label": "Name"
|
|
1402
1399
|
},
|
|
1403
1400
|
{
|
|
1404
|
-
"name": "type",
|
|
1405
1401
|
"variant": "badge",
|
|
1406
|
-
"
|
|
1402
|
+
"name": "type",
|
|
1407
1403
|
"colorMap": {
|
|
1408
|
-
"archived": "neutral",
|
|
1409
1404
|
"error": "destructive",
|
|
1410
1405
|
"scheduled": "warning",
|
|
1406
|
+
"pending": "warning",
|
|
1411
1407
|
"cancelled": "destructive",
|
|
1412
|
-
"completed": "success",
|
|
1413
|
-
"draft": "warning",
|
|
1414
1408
|
"failed": "destructive",
|
|
1415
|
-
"
|
|
1416
|
-
"
|
|
1409
|
+
"active": "success",
|
|
1410
|
+
"completed": "success",
|
|
1417
1411
|
"done": "success",
|
|
1418
1412
|
"inactive": "neutral",
|
|
1419
|
-
"
|
|
1420
|
-
|
|
1413
|
+
"archived": "neutral",
|
|
1414
|
+
"disabled": "neutral",
|
|
1415
|
+
"draft": "warning"
|
|
1416
|
+
},
|
|
1417
|
+
"label": "Type"
|
|
1421
1418
|
},
|
|
1422
1419
|
{
|
|
1423
|
-
"name": "quantity",
|
|
1424
1420
|
"variant": "caption",
|
|
1425
|
-
"label": "Quantity"
|
|
1421
|
+
"label": "Quantity",
|
|
1422
|
+
"name": "quantity"
|
|
1426
1423
|
}
|
|
1427
|
-
]
|
|
1424
|
+
],
|
|
1425
|
+
"type": "data-grid",
|
|
1426
|
+
"fields": [],
|
|
1427
|
+
"entity": "@payload.data"
|
|
1428
1428
|
}
|
|
1429
1429
|
],
|
|
1430
|
-
"type": "stack"
|
|
1431
|
-
"gap": "lg",
|
|
1432
|
-
"direction": "vertical",
|
|
1433
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
1430
|
+
"type": "stack"
|
|
1434
1431
|
}
|
|
1435
|
-
]
|
|
1432
|
+
],
|
|
1433
|
+
"appName": "Platformer App",
|
|
1434
|
+
"type": "game-shell",
|
|
1435
|
+
"showTopBar": true
|
|
1436
1436
|
}
|
|
1437
1437
|
]
|
|
1438
1438
|
]
|
|
@@ -1446,11 +1446,15 @@
|
|
|
1446
1446
|
"render-ui",
|
|
1447
1447
|
"main",
|
|
1448
1448
|
{
|
|
1449
|
+
"direction": "vertical",
|
|
1450
|
+
"className": "py-12",
|
|
1451
|
+
"gap": "md",
|
|
1452
|
+
"align": "center",
|
|
1449
1453
|
"children": [
|
|
1450
1454
|
{
|
|
1451
1455
|
"color": "destructive",
|
|
1452
|
-
"
|
|
1453
|
-
"
|
|
1456
|
+
"name": "alert-triangle",
|
|
1457
|
+
"type": "icon"
|
|
1454
1458
|
},
|
|
1455
1459
|
{
|
|
1456
1460
|
"content": "Failed to load collectible",
|
|
@@ -1458,24 +1462,20 @@
|
|
|
1458
1462
|
"variant": "h3"
|
|
1459
1463
|
},
|
|
1460
1464
|
{
|
|
1461
|
-
"variant": "body",
|
|
1462
1465
|
"content": "@payload.error",
|
|
1463
1466
|
"type": "typography",
|
|
1467
|
+
"variant": "body",
|
|
1464
1468
|
"color": "muted"
|
|
1465
1469
|
},
|
|
1466
1470
|
{
|
|
1471
|
+
"type": "button",
|
|
1467
1472
|
"label": "Retry",
|
|
1473
|
+
"variant": "primary",
|
|
1468
1474
|
"action": "INIT",
|
|
1469
|
-
"icon": "rotate-ccw"
|
|
1470
|
-
"type": "button",
|
|
1471
|
-
"variant": "primary"
|
|
1475
|
+
"icon": "rotate-ccw"
|
|
1472
1476
|
}
|
|
1473
1477
|
],
|
|
1474
|
-
"type": "stack"
|
|
1475
|
-
"className": "py-12",
|
|
1476
|
-
"direction": "vertical",
|
|
1477
|
-
"gap": "md",
|
|
1478
|
-
"align": "center"
|
|
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,32 +1660,34 @@
|
|
|
1660
1660
|
"render-ui",
|
|
1661
1661
|
"modal",
|
|
1662
1662
|
{
|
|
1663
|
+
"gap": "md",
|
|
1663
1664
|
"type": "stack",
|
|
1665
|
+
"direction": "vertical",
|
|
1664
1666
|
"children": [
|
|
1665
1667
|
{
|
|
1668
|
+
"type": "stack",
|
|
1666
1669
|
"direction": "horizontal",
|
|
1667
1670
|
"children": [
|
|
1668
1671
|
{
|
|
1669
|
-
"
|
|
1670
|
-
"
|
|
1672
|
+
"name": "plus-circle",
|
|
1673
|
+
"type": "icon"
|
|
1671
1674
|
},
|
|
1672
1675
|
{
|
|
1676
|
+
"variant": "h3",
|
|
1673
1677
|
"type": "typography",
|
|
1674
|
-
"content": "Add Collectible"
|
|
1675
|
-
"variant": "h3"
|
|
1678
|
+
"content": "Add Collectible"
|
|
1676
1679
|
}
|
|
1677
1680
|
],
|
|
1678
|
-
"type": "stack",
|
|
1679
1681
|
"gap": "sm"
|
|
1680
1682
|
},
|
|
1681
1683
|
{
|
|
1682
1684
|
"type": "divider"
|
|
1683
1685
|
},
|
|
1684
1686
|
{
|
|
1685
|
-
"mode": "create",
|
|
1686
1687
|
"submitEvent": "SAVE",
|
|
1687
|
-
"cancelEvent": "CLOSE",
|
|
1688
1688
|
"type": "form-section",
|
|
1689
|
+
"mode": "create",
|
|
1690
|
+
"cancelEvent": "CLOSE",
|
|
1689
1691
|
"fields": [
|
|
1690
1692
|
"name",
|
|
1691
1693
|
"type",
|
|
@@ -1693,9 +1695,7 @@
|
|
|
1693
1695
|
"rarity"
|
|
1694
1696
|
]
|
|
1695
1697
|
}
|
|
1696
|
-
]
|
|
1697
|
-
"direction": "vertical",
|
|
1698
|
-
"gap": "md"
|
|
1698
|
+
]
|
|
1699
1699
|
}
|
|
1700
1700
|
]
|
|
1701
1701
|
]
|
|
@@ -1936,8 +1936,8 @@
|
|
|
1936
1936
|
"Collectible",
|
|
1937
1937
|
{
|
|
1938
1938
|
"emit": {
|
|
1939
|
-
"
|
|
1940
|
-
"
|
|
1939
|
+
"success": "CollectibleLoaded",
|
|
1940
|
+
"failure": "CollectibleLoadFailed"
|
|
1941
1941
|
},
|
|
1942
1942
|
"id": "@payload.id"
|
|
1943
1943
|
}
|
|
@@ -1946,49 +1946,50 @@
|
|
|
1946
1946
|
"render-ui",
|
|
1947
1947
|
"modal",
|
|
1948
1948
|
{
|
|
1949
|
+
"type": "stack",
|
|
1949
1950
|
"gap": "md",
|
|
1950
|
-
"
|
|
1951
|
+
"align": "center",
|
|
1951
1952
|
"children": [
|
|
1952
1953
|
{
|
|
1953
|
-
"type": "stack",
|
|
1954
|
-
"gap": "sm",
|
|
1955
1954
|
"children": [
|
|
1956
1955
|
{
|
|
1957
1956
|
"type": "icon",
|
|
1958
1957
|
"name": "zap"
|
|
1959
1958
|
},
|
|
1960
1959
|
{
|
|
1961
|
-
"content": "Use Collectible",
|
|
1962
1960
|
"variant": "h3",
|
|
1961
|
+
"content": "Use Collectible",
|
|
1963
1962
|
"type": "typography"
|
|
1964
1963
|
}
|
|
1965
1964
|
],
|
|
1965
|
+
"align": "center",
|
|
1966
1966
|
"direction": "horizontal",
|
|
1967
|
-
"
|
|
1967
|
+
"gap": "sm",
|
|
1968
|
+
"type": "stack"
|
|
1968
1969
|
},
|
|
1969
1970
|
{
|
|
1970
1971
|
"type": "divider"
|
|
1971
1972
|
},
|
|
1972
1973
|
{
|
|
1973
|
-
"type": "typography",
|
|
1974
1974
|
"variant": "body",
|
|
1975
|
+
"type": "typography",
|
|
1975
1976
|
"content": "@entity.name"
|
|
1976
1977
|
},
|
|
1977
1978
|
{
|
|
1978
|
-
"justify": "center",
|
|
1979
1979
|
"gap": "sm",
|
|
1980
|
-
"direction": "horizontal",
|
|
1981
1980
|
"type": "stack",
|
|
1981
|
+
"direction": "horizontal",
|
|
1982
|
+
"justify": "center",
|
|
1982
1983
|
"children": [
|
|
1983
1984
|
{
|
|
1984
1985
|
"label": "Cancel",
|
|
1985
|
-
"variant": "ghost",
|
|
1986
1986
|
"type": "button",
|
|
1987
|
-
"action": "CLOSE"
|
|
1987
|
+
"action": "CLOSE",
|
|
1988
|
+
"variant": "ghost"
|
|
1988
1989
|
},
|
|
1989
1990
|
{
|
|
1990
|
-
"action": "SAVE",
|
|
1991
1991
|
"label": "Confirm Use",
|
|
1992
|
+
"action": "SAVE",
|
|
1992
1993
|
"type": "button",
|
|
1993
1994
|
"variant": "primary",
|
|
1994
1995
|
"icon": "check"
|
|
@@ -1996,8 +1997,7 @@
|
|
|
1996
1997
|
]
|
|
1997
1998
|
}
|
|
1998
1999
|
],
|
|
1999
|
-
"
|
|
2000
|
-
"align": "center"
|
|
2000
|
+
"direction": "vertical"
|
|
2001
2001
|
}
|
|
2002
2002
|
]
|
|
2003
2003
|
]
|
|
@@ -2248,56 +2248,56 @@
|
|
|
2248
2248
|
"modal",
|
|
2249
2249
|
{
|
|
2250
2250
|
"direction": "vertical",
|
|
2251
|
-
"type": "stack",
|
|
2252
2251
|
"gap": "md",
|
|
2253
2252
|
"children": [
|
|
2254
2253
|
{
|
|
2255
|
-
"gap": "sm",
|
|
2256
2254
|
"type": "stack",
|
|
2255
|
+
"direction": "horizontal",
|
|
2257
2256
|
"align": "center",
|
|
2257
|
+
"gap": "sm",
|
|
2258
2258
|
"children": [
|
|
2259
2259
|
{
|
|
2260
2260
|
"type": "icon",
|
|
2261
2261
|
"name": "alert-triangle"
|
|
2262
2262
|
},
|
|
2263
2263
|
{
|
|
2264
|
-
"type": "typography",
|
|
2265
2264
|
"content": "Drop Collectible",
|
|
2266
|
-
"variant": "h3"
|
|
2265
|
+
"variant": "h3",
|
|
2266
|
+
"type": "typography"
|
|
2267
2267
|
}
|
|
2268
|
-
]
|
|
2269
|
-
"direction": "horizontal"
|
|
2268
|
+
]
|
|
2270
2269
|
},
|
|
2271
2270
|
{
|
|
2272
2271
|
"type": "divider"
|
|
2273
2272
|
},
|
|
2274
2273
|
{
|
|
2274
|
+
"variant": "error",
|
|
2275
2275
|
"type": "alert",
|
|
2276
|
-
"message": "Are you sure you want to drop this collectible?"
|
|
2277
|
-
"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
|
-
"type": "button",
|
|
2288
2281
|
"action": "CANCEL",
|
|
2289
|
-
"label": "Cancel"
|
|
2282
|
+
"label": "Cancel",
|
|
2283
|
+
"type": "button",
|
|
2284
|
+
"variant": "ghost"
|
|
2290
2285
|
},
|
|
2291
2286
|
{
|
|
2292
2287
|
"action": "CONFIRM_DROP",
|
|
2293
|
-
"
|
|
2294
|
-
"type": "button",
|
|
2288
|
+
"icon": "check",
|
|
2295
2289
|
"label": "Drop",
|
|
2296
|
-
"
|
|
2290
|
+
"type": "button",
|
|
2291
|
+
"variant": "danger"
|
|
2297
2292
|
}
|
|
2298
|
-
]
|
|
2293
|
+
],
|
|
2294
|
+
"direction": "horizontal",
|
|
2295
|
+
"gap": "sm",
|
|
2296
|
+
"justify": "end",
|
|
2297
|
+
"type": "stack"
|
|
2299
2298
|
}
|
|
2300
|
-
]
|
|
2299
|
+
],
|
|
2300
|
+
"type": "stack"
|
|
2301
2301
|
}
|
|
2302
2302
|
]
|
|
2303
2303
|
]
|
|
@@ -2410,4 +2410,4 @@
|
|
|
2410
2410
|
]
|
|
2411
2411
|
}
|
|
2412
2412
|
]
|
|
2413
|
-
}
|
|
2413
|
+
}
|