@almadar/patterns 2.49.0 → 2.51.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/dist/index.d.ts CHANGED
@@ -4620,11 +4620,6 @@ export declare const registry: {
4620
4620
  onValueChange: {
4621
4621
  types: string[];
4622
4622
  description: string;
4623
- kind: string;
4624
- callbackArgs: {
4625
- name: string;
4626
- type: string;
4627
- }[];
4628
4623
  };
4629
4624
  };
4630
4625
  };
@@ -8793,6 +8788,9 @@ export declare const registry: {
8793
8788
  sprite: {
8794
8789
  types: string[];
8795
8790
  };
8791
+ modelUrl: {
8792
+ types: string[];
8793
+ };
8796
8794
  unitType: {
8797
8795
  types: string[];
8798
8796
  };
@@ -9004,6 +9002,9 @@ export declare const registry: {
9004
9002
  sprite: {
9005
9003
  types: string[];
9006
9004
  };
9005
+ modelUrl: {
9006
+ types: string[];
9007
+ };
9007
9008
  unitType: {
9008
9009
  types: string[];
9009
9010
  };
@@ -9229,6 +9230,9 @@ export declare const registry: {
9229
9230
  sprite: {
9230
9231
  types: string[];
9231
9232
  };
9233
+ modelUrl: {
9234
+ types: string[];
9235
+ };
9232
9236
  unitType: {
9233
9237
  types: string[];
9234
9238
  };
@@ -18994,6 +18998,9 @@ export declare const registry: {
18994
18998
  sprite: {
18995
18999
  types: string[];
18996
19000
  };
19001
+ modelUrl: {
19002
+ types: string[];
19003
+ };
18997
19004
  unitType: {
18998
19005
  types: string[];
18999
19006
  };
@@ -19318,6 +19325,9 @@ export declare const registry: {
19318
19325
  sprite: {
19319
19326
  types: string[];
19320
19327
  };
19328
+ modelUrl: {
19329
+ types: string[];
19330
+ };
19321
19331
  unitType: {
19322
19332
  types: string[];
19323
19333
  };
@@ -20364,6 +20374,9 @@ export declare const registry: {
20364
20374
  sprite: {
20365
20375
  types: string[];
20366
20376
  };
20377
+ modelUrl: {
20378
+ types: string[];
20379
+ };
20367
20380
  unitType: {
20368
20381
  types: string[];
20369
20382
  };
@@ -21331,6 +21344,9 @@ export declare const registry: {
21331
21344
  sprite: {
21332
21345
  types: string[];
21333
21346
  };
21347
+ modelUrl: {
21348
+ types: string[];
21349
+ };
21334
21350
  unitType: {
21335
21351
  types: string[];
21336
21352
  };
@@ -21551,6 +21567,9 @@ export declare const registry: {
21551
21567
  sprite: {
21552
21568
  types: string[];
21553
21569
  };
21570
+ modelUrl: {
21571
+ types: string[];
21572
+ };
21554
21573
  unitType: {
21555
21574
  types: string[];
21556
21575
  };
@@ -21749,6 +21768,9 @@ export declare const registry: {
21749
21768
  sprite: {
21750
21769
  types: string[];
21751
21770
  };
21771
+ modelUrl: {
21772
+ types: string[];
21773
+ };
21752
21774
  unitType: {
21753
21775
  types: string[];
21754
21776
  };
@@ -21947,6 +21969,9 @@ export declare const registry: {
21947
21969
  sprite: {
21948
21970
  types: string[];
21949
21971
  };
21972
+ modelUrl: {
21973
+ types: string[];
21974
+ };
21950
21975
  unitType: {
21951
21976
  types: string[];
21952
21977
  };
@@ -22145,6 +22170,9 @@ export declare const registry: {
22145
22170
  sprite: {
22146
22171
  types: string[];
22147
22172
  };
22173
+ modelUrl: {
22174
+ types: string[];
22175
+ };
22148
22176
  unitType: {
22149
22177
  types: string[];
22150
22178
  };
@@ -22337,6 +22365,9 @@ export declare const registry: {
22337
22365
  sprite: {
22338
22366
  types: string[];
22339
22367
  };
22368
+ modelUrl: {
22369
+ types: string[];
22370
+ };
22340
22371
  unitType: {
22341
22372
  types: string[];
22342
22373
  };
@@ -23163,236 +23194,242 @@ export declare const registry: {
23163
23194
  sprite: {
23164
23195
  types: string[];
23165
23196
  };
23166
- unitType: {
23167
- types: string[];
23168
- };
23169
- heroId: {
23170
- types: string[];
23171
- };
23172
- name: {
23173
- types: string[];
23174
- };
23175
- team: {
23176
- types: string[];
23177
- enumValues: string[];
23178
- };
23179
- faction: {
23180
- types: string[];
23181
- enumValues: string[];
23182
- };
23183
- health: {
23184
- types: string[];
23185
- };
23186
- maxHealth: {
23187
- types: string[];
23188
- };
23189
- traits: {
23190
- types: string[];
23191
- items: {
23192
- types: string[];
23193
- properties: {
23194
- name: {
23195
- types: string[];
23196
- };
23197
- currentState: {
23198
- types: string[];
23199
- };
23200
- states: {
23201
- types: string[];
23202
- items: {
23203
- types: string[];
23204
- };
23205
- };
23206
- cooldown: {
23207
- types: string[];
23208
- };
23209
- };
23210
- required: string[];
23211
- };
23212
- };
23213
- previousPosition: {
23214
- types: string[];
23215
- properties: {
23216
- x: {
23217
- types: string[];
23218
- };
23219
- y: {
23220
- types: string[];
23221
- };
23222
- };
23223
- required: string[];
23224
- };
23225
- elevation: {
23226
- types: string[];
23227
- };
23228
- };
23229
- required: string[];
23230
- };
23231
- };
23232
- features: {
23233
- types: string[];
23234
- description: string;
23235
- items: {
23236
- types: string[];
23237
- properties: {
23238
- id: {
23239
- types: string[];
23240
- };
23241
- x: {
23242
- types: string[];
23243
- };
23244
- y: {
23245
- types: string[];
23246
- };
23247
- z: {
23248
- types: string[];
23249
- };
23250
- type: {
23251
- types: string[];
23252
- };
23253
- sprite: {
23254
- types: string[];
23255
- };
23256
- assetUrl: {
23257
- types: string[];
23258
- };
23259
- color: {
23260
- types: string[];
23261
- };
23262
- elevation: {
23263
- types: string[];
23264
- };
23265
- };
23266
- required: string[];
23267
- };
23268
- };
23269
- assetManifest: {
23270
- types: string[];
23271
- description: string;
23272
- };
23273
- };
23274
- };
23275
- "world-map-board": {
23276
- type: string;
23277
- category: string;
23278
- tier: string;
23279
- family: string;
23280
- description: string;
23281
- suggestedFor: string[];
23282
- typicalSize: string;
23283
- propsSchema: {
23284
- className: {
23285
- types: string[];
23286
- description: string;
23287
- };
23288
- isLoading: {
23289
- types: string[];
23290
- description: string;
23291
- };
23292
- error: {
23293
- types: string[];
23294
- description: string;
23295
- properties: {
23296
- message: {
23297
- types: string[];
23298
- };
23299
- name: {
23300
- types: string[];
23301
- };
23302
- code: {
23303
- types: string[];
23304
- };
23305
- stack: {
23306
- types: string[];
23307
- };
23308
- };
23309
- propertyRequired: string[];
23310
- };
23311
- entity: {
23312
- types: string[];
23313
- description: string;
23314
- kind: string;
23315
- cardinality: string;
23316
- };
23317
- tiles: {
23318
- types: string[];
23319
- description: string;
23320
- items: {
23321
- types: string[];
23322
- properties: {
23323
- id: {
23324
- types: string[];
23325
- };
23326
- x: {
23327
- types: string[];
23328
- };
23329
- y: {
23330
- types: string[];
23331
- };
23332
- z: {
23333
- types: string[];
23334
- };
23335
- terrain: {
23336
- types: string[];
23337
- };
23338
- type: {
23339
- types: string[];
23340
- };
23341
- terrainSprite: {
23342
- types: string[];
23343
- };
23344
- passable: {
23345
- types: string[];
23346
- };
23347
- movementCost: {
23348
- types: string[];
23349
- };
23350
- tileType: {
23351
- types: string[];
23352
- };
23353
- elevation: {
23354
- types: string[];
23355
- };
23356
23197
  modelUrl: {
23357
23198
  types: string[];
23358
23199
  };
23359
- };
23360
- required: string[];
23361
- };
23362
- };
23363
- units: {
23364
- types: string[];
23365
- description: string;
23366
- items: {
23367
- types: string[];
23368
- properties: {
23369
- id: {
23370
- types: string[];
23371
- };
23372
- position: {
23373
- types: string[];
23374
- properties: {
23375
- x: {
23376
- types: string[];
23377
- };
23378
- y: {
23379
- types: string[];
23380
- };
23381
- };
23382
- required: string[];
23383
- };
23384
- x: {
23385
- types: string[];
23386
- };
23387
- y: {
23388
- types: string[];
23389
- };
23390
- z: {
23391
- types: string[];
23392
- };
23393
- sprite: {
23394
- types: string[];
23395
- };
23200
+ unitType: {
23201
+ types: string[];
23202
+ };
23203
+ heroId: {
23204
+ types: string[];
23205
+ };
23206
+ name: {
23207
+ types: string[];
23208
+ };
23209
+ team: {
23210
+ types: string[];
23211
+ enumValues: string[];
23212
+ };
23213
+ faction: {
23214
+ types: string[];
23215
+ enumValues: string[];
23216
+ };
23217
+ health: {
23218
+ types: string[];
23219
+ };
23220
+ maxHealth: {
23221
+ types: string[];
23222
+ };
23223
+ traits: {
23224
+ types: string[];
23225
+ items: {
23226
+ types: string[];
23227
+ properties: {
23228
+ name: {
23229
+ types: string[];
23230
+ };
23231
+ currentState: {
23232
+ types: string[];
23233
+ };
23234
+ states: {
23235
+ types: string[];
23236
+ items: {
23237
+ types: string[];
23238
+ };
23239
+ };
23240
+ cooldown: {
23241
+ types: string[];
23242
+ };
23243
+ };
23244
+ required: string[];
23245
+ };
23246
+ };
23247
+ previousPosition: {
23248
+ types: string[];
23249
+ properties: {
23250
+ x: {
23251
+ types: string[];
23252
+ };
23253
+ y: {
23254
+ types: string[];
23255
+ };
23256
+ };
23257
+ required: string[];
23258
+ };
23259
+ elevation: {
23260
+ types: string[];
23261
+ };
23262
+ };
23263
+ required: string[];
23264
+ };
23265
+ };
23266
+ features: {
23267
+ types: string[];
23268
+ description: string;
23269
+ items: {
23270
+ types: string[];
23271
+ properties: {
23272
+ id: {
23273
+ types: string[];
23274
+ };
23275
+ x: {
23276
+ types: string[];
23277
+ };
23278
+ y: {
23279
+ types: string[];
23280
+ };
23281
+ z: {
23282
+ types: string[];
23283
+ };
23284
+ type: {
23285
+ types: string[];
23286
+ };
23287
+ sprite: {
23288
+ types: string[];
23289
+ };
23290
+ assetUrl: {
23291
+ types: string[];
23292
+ };
23293
+ color: {
23294
+ types: string[];
23295
+ };
23296
+ elevation: {
23297
+ types: string[];
23298
+ };
23299
+ };
23300
+ required: string[];
23301
+ };
23302
+ };
23303
+ assetManifest: {
23304
+ types: string[];
23305
+ description: string;
23306
+ };
23307
+ };
23308
+ };
23309
+ "world-map-board": {
23310
+ type: string;
23311
+ category: string;
23312
+ tier: string;
23313
+ family: string;
23314
+ description: string;
23315
+ suggestedFor: string[];
23316
+ typicalSize: string;
23317
+ propsSchema: {
23318
+ className: {
23319
+ types: string[];
23320
+ description: string;
23321
+ };
23322
+ isLoading: {
23323
+ types: string[];
23324
+ description: string;
23325
+ };
23326
+ error: {
23327
+ types: string[];
23328
+ description: string;
23329
+ properties: {
23330
+ message: {
23331
+ types: string[];
23332
+ };
23333
+ name: {
23334
+ types: string[];
23335
+ };
23336
+ code: {
23337
+ types: string[];
23338
+ };
23339
+ stack: {
23340
+ types: string[];
23341
+ };
23342
+ };
23343
+ propertyRequired: string[];
23344
+ };
23345
+ entity: {
23346
+ types: string[];
23347
+ description: string;
23348
+ kind: string;
23349
+ cardinality: string;
23350
+ };
23351
+ tiles: {
23352
+ types: string[];
23353
+ description: string;
23354
+ items: {
23355
+ types: string[];
23356
+ properties: {
23357
+ id: {
23358
+ types: string[];
23359
+ };
23360
+ x: {
23361
+ types: string[];
23362
+ };
23363
+ y: {
23364
+ types: string[];
23365
+ };
23366
+ z: {
23367
+ types: string[];
23368
+ };
23369
+ terrain: {
23370
+ types: string[];
23371
+ };
23372
+ type: {
23373
+ types: string[];
23374
+ };
23375
+ terrainSprite: {
23376
+ types: string[];
23377
+ };
23378
+ passable: {
23379
+ types: string[];
23380
+ };
23381
+ movementCost: {
23382
+ types: string[];
23383
+ };
23384
+ tileType: {
23385
+ types: string[];
23386
+ };
23387
+ elevation: {
23388
+ types: string[];
23389
+ };
23390
+ modelUrl: {
23391
+ types: string[];
23392
+ };
23393
+ };
23394
+ required: string[];
23395
+ };
23396
+ };
23397
+ units: {
23398
+ types: string[];
23399
+ description: string;
23400
+ items: {
23401
+ types: string[];
23402
+ properties: {
23403
+ id: {
23404
+ types: string[];
23405
+ };
23406
+ position: {
23407
+ types: string[];
23408
+ properties: {
23409
+ x: {
23410
+ types: string[];
23411
+ };
23412
+ y: {
23413
+ types: string[];
23414
+ };
23415
+ };
23416
+ required: string[];
23417
+ };
23418
+ x: {
23419
+ types: string[];
23420
+ };
23421
+ y: {
23422
+ types: string[];
23423
+ };
23424
+ z: {
23425
+ types: string[];
23426
+ };
23427
+ sprite: {
23428
+ types: string[];
23429
+ };
23430
+ modelUrl: {
23431
+ types: string[];
23432
+ };
23396
23433
  unitType: {
23397
23434
  types: string[];
23398
23435
  };
@@ -27064,6 +27101,9 @@ export declare const registry: {
27064
27101
  sprite: {
27065
27102
  types: string[];
27066
27103
  };
27104
+ modelUrl: {
27105
+ types: string[];
27106
+ };
27067
27107
  unitType: {
27068
27108
  types: string[];
27069
27109
  };
@@ -27297,15 +27337,43 @@ export declare const registry: {
27297
27337
  modelUrl: {
27298
27338
  types: string[];
27299
27339
  };
27340
+ clientX?: undefined;
27341
+ clientY?: undefined;
27342
+ button?: undefined;
27300
27343
  };
27301
27344
  required: string[];
27302
27345
  };
27303
27346
  } | {
27304
27347
  name: string;
27305
27348
  type: string;
27306
- schema?: undefined;
27349
+ schema: {
27350
+ types: string[];
27351
+ properties: {
27352
+ clientX: {
27353
+ types: string[];
27354
+ };
27355
+ clientY: {
27356
+ types: string[];
27357
+ };
27358
+ button: {
27359
+ types: string[];
27360
+ };
27361
+ id?: undefined;
27362
+ x?: undefined;
27363
+ y?: undefined;
27364
+ z?: undefined;
27365
+ terrain?: undefined;
27366
+ type?: undefined;
27367
+ terrainSprite?: undefined;
27368
+ passable?: undefined;
27369
+ movementCost?: undefined;
27370
+ tileType?: undefined;
27371
+ elevation?: undefined;
27372
+ modelUrl?: undefined;
27373
+ };
27374
+ required: string[];
27375
+ };
27307
27376
  })[];
27308
- nonEmittable: boolean;
27309
27377
  };
27310
27378
  onUnitClick: {
27311
27379
  types: string[];
@@ -27344,6 +27412,9 @@ export declare const registry: {
27344
27412
  sprite: {
27345
27413
  types: string[];
27346
27414
  };
27415
+ modelUrl: {
27416
+ types: string[];
27417
+ };
27347
27418
  unitType: {
27348
27419
  types: string[];
27349
27420
  };
@@ -27406,15 +27477,48 @@ export declare const registry: {
27406
27477
  elevation: {
27407
27478
  types: string[];
27408
27479
  };
27480
+ clientX?: undefined;
27481
+ clientY?: undefined;
27482
+ button?: undefined;
27409
27483
  };
27410
27484
  required: string[];
27411
27485
  };
27412
27486
  } | {
27413
27487
  name: string;
27414
27488
  type: string;
27415
- schema?: undefined;
27489
+ schema: {
27490
+ types: string[];
27491
+ properties: {
27492
+ clientX: {
27493
+ types: string[];
27494
+ };
27495
+ clientY: {
27496
+ types: string[];
27497
+ };
27498
+ button: {
27499
+ types: string[];
27500
+ };
27501
+ id?: undefined;
27502
+ position?: undefined;
27503
+ x?: undefined;
27504
+ y?: undefined;
27505
+ z?: undefined;
27506
+ sprite?: undefined;
27507
+ modelUrl?: undefined;
27508
+ unitType?: undefined;
27509
+ heroId?: undefined;
27510
+ name?: undefined;
27511
+ team?: undefined;
27512
+ faction?: undefined;
27513
+ health?: undefined;
27514
+ maxHealth?: undefined;
27515
+ traits?: undefined;
27516
+ previousPosition?: undefined;
27517
+ elevation?: undefined;
27518
+ };
27519
+ required: string[];
27520
+ };
27416
27521
  })[];
27417
- nonEmittable: boolean;
27418
27522
  };
27419
27523
  onFeatureClick: {
27420
27524
  types: string[];
@@ -27453,15 +27557,40 @@ export declare const registry: {
27453
27557
  elevation: {
27454
27558
  types: string[];
27455
27559
  };
27560
+ clientX?: undefined;
27561
+ clientY?: undefined;
27562
+ button?: undefined;
27456
27563
  };
27457
27564
  required: string[];
27458
27565
  };
27459
27566
  } | {
27460
27567
  name: string;
27461
27568
  type: string;
27462
- schema?: undefined;
27569
+ schema: {
27570
+ types: string[];
27571
+ properties: {
27572
+ clientX: {
27573
+ types: string[];
27574
+ };
27575
+ clientY: {
27576
+ types: string[];
27577
+ };
27578
+ button: {
27579
+ types: string[];
27580
+ };
27581
+ id?: undefined;
27582
+ x?: undefined;
27583
+ y?: undefined;
27584
+ z?: undefined;
27585
+ type?: undefined;
27586
+ sprite?: undefined;
27587
+ assetUrl?: undefined;
27588
+ color?: undefined;
27589
+ elevation?: undefined;
27590
+ };
27591
+ required: string[];
27592
+ };
27463
27593
  })[];
27464
- nonEmittable: boolean;
27465
27594
  };
27466
27595
  onCanvasClick: {
27467
27596
  types: string[];
@@ -27470,8 +27599,22 @@ export declare const registry: {
27470
27599
  callbackArgs: {
27471
27600
  name: string;
27472
27601
  type: string;
27602
+ schema: {
27603
+ types: string[];
27604
+ properties: {
27605
+ clientX: {
27606
+ types: string[];
27607
+ };
27608
+ clientY: {
27609
+ types: string[];
27610
+ };
27611
+ button: {
27612
+ types: string[];
27613
+ };
27614
+ };
27615
+ required: string[];
27616
+ };
27473
27617
  }[];
27474
- nonEmittable: boolean;
27475
27618
  };
27476
27619
  onTileHover: {
27477
27620
  types: string[];
@@ -27519,15 +27662,43 @@ export declare const registry: {
27519
27662
  modelUrl: {
27520
27663
  types: string[];
27521
27664
  };
27665
+ clientX?: undefined;
27666
+ clientY?: undefined;
27667
+ button?: undefined;
27522
27668
  };
27523
27669
  required: string[];
27524
27670
  };
27525
27671
  } | {
27526
27672
  name: string;
27527
27673
  type: string;
27528
- schema?: undefined;
27674
+ schema: {
27675
+ types: string[];
27676
+ properties: {
27677
+ clientX: {
27678
+ types: string[];
27679
+ };
27680
+ clientY: {
27681
+ types: string[];
27682
+ };
27683
+ button: {
27684
+ types: string[];
27685
+ };
27686
+ id?: undefined;
27687
+ x?: undefined;
27688
+ y?: undefined;
27689
+ z?: undefined;
27690
+ terrain?: undefined;
27691
+ type?: undefined;
27692
+ terrainSprite?: undefined;
27693
+ passable?: undefined;
27694
+ movementCost?: undefined;
27695
+ tileType?: undefined;
27696
+ elevation?: undefined;
27697
+ modelUrl?: undefined;
27698
+ };
27699
+ required: string[];
27700
+ };
27529
27701
  })[];
27530
- nonEmittable: boolean;
27531
27702
  };
27532
27703
  onUnitAnimation: {
27533
27704
  types: string[];
@@ -28015,6 +28186,255 @@ export declare const registry: {
28015
28186
  };
28016
28187
  };
28017
28188
  };
28189
+ "activation-block": {
28190
+ type: string;
28191
+ category: string;
28192
+ tier: string;
28193
+ family: string;
28194
+ description: string;
28195
+ suggestedFor: string[];
28196
+ typicalSize: string;
28197
+ propsSchema: {
28198
+ question: {
28199
+ types: string[];
28200
+ description: string;
28201
+ required: boolean;
28202
+ };
28203
+ savedResponse: {
28204
+ types: string[];
28205
+ description: string;
28206
+ };
28207
+ saveEvent: {
28208
+ types: string[];
28209
+ description: string;
28210
+ default: string;
28211
+ };
28212
+ className: {
28213
+ types: string[];
28214
+ description: string;
28215
+ };
28216
+ };
28217
+ };
28218
+ "bloom-quiz-block": {
28219
+ type: string;
28220
+ category: string;
28221
+ tier: string;
28222
+ family: string;
28223
+ description: string;
28224
+ suggestedFor: string[];
28225
+ typicalSize: string;
28226
+ propsSchema: {
28227
+ level: {
28228
+ types: string[];
28229
+ description: string;
28230
+ required: boolean;
28231
+ enumValues: string[];
28232
+ };
28233
+ question: {
28234
+ types: string[];
28235
+ description: string;
28236
+ required: boolean;
28237
+ };
28238
+ answer: {
28239
+ types: string[];
28240
+ description: string;
28241
+ required: boolean;
28242
+ };
28243
+ index: {
28244
+ types: string[];
28245
+ description: string;
28246
+ };
28247
+ isAnswered: {
28248
+ types: string[];
28249
+ description: string;
28250
+ };
28251
+ answerEvent: {
28252
+ types: string[];
28253
+ description: string;
28254
+ default: string;
28255
+ };
28256
+ className: {
28257
+ types: string[];
28258
+ description: string;
28259
+ };
28260
+ };
28261
+ };
28262
+ "connection-block": {
28263
+ type: string;
28264
+ category: string;
28265
+ tier: string;
28266
+ family: string;
28267
+ description: string;
28268
+ suggestedFor: string[];
28269
+ typicalSize: string;
28270
+ propsSchema: {
28271
+ content: {
28272
+ types: string[];
28273
+ description: string;
28274
+ required: boolean;
28275
+ };
28276
+ className: {
28277
+ types: string[];
28278
+ description: string;
28279
+ };
28280
+ };
28281
+ };
28282
+ "reflection-block": {
28283
+ type: string;
28284
+ category: string;
28285
+ tier: string;
28286
+ family: string;
28287
+ description: string;
28288
+ suggestedFor: string[];
28289
+ typicalSize: string;
28290
+ propsSchema: {
28291
+ prompt: {
28292
+ types: string[];
28293
+ description: string;
28294
+ required: boolean;
28295
+ };
28296
+ index: {
28297
+ types: string[];
28298
+ description: string;
28299
+ required: boolean;
28300
+ };
28301
+ savedNote: {
28302
+ types: string[];
28303
+ description: string;
28304
+ };
28305
+ saveEvent: {
28306
+ types: string[];
28307
+ description: string;
28308
+ default: string;
28309
+ };
28310
+ className: {
28311
+ types: string[];
28312
+ description: string;
28313
+ };
28314
+ };
28315
+ };
28316
+ "code-runner-panel": {
28317
+ type: string;
28318
+ category: string;
28319
+ tier: string;
28320
+ family: string;
28321
+ description: string;
28322
+ suggestedFor: string[];
28323
+ typicalSize: string;
28324
+ propsSchema: {
28325
+ code: {
28326
+ types: string[];
28327
+ description: string;
28328
+ required: boolean;
28329
+ };
28330
+ language: {
28331
+ types: string[];
28332
+ description: string;
28333
+ required: boolean;
28334
+ };
28335
+ runnable: {
28336
+ types: string[];
28337
+ description: string;
28338
+ default: boolean;
28339
+ };
28340
+ onRun: {
28341
+ types: string[];
28342
+ description: string;
28343
+ kind: string;
28344
+ callbackArgs: {
28345
+ name: string;
28346
+ type: string;
28347
+ }[];
28348
+ renderCallback: boolean;
28349
+ };
28350
+ runEvent: {
28351
+ types: string[];
28352
+ description: string;
28353
+ default: string;
28354
+ };
28355
+ className: {
28356
+ types: string[];
28357
+ description: string;
28358
+ };
28359
+ };
28360
+ };
28361
+ "segment-renderer": {
28362
+ type: string;
28363
+ category: string;
28364
+ tier: string;
28365
+ family: string;
28366
+ description: string;
28367
+ suggestedFor: string[];
28368
+ typicalSize: string;
28369
+ propsSchema: {
28370
+ segments: {
28371
+ types: string[];
28372
+ description: string;
28373
+ required: boolean;
28374
+ items: {
28375
+ types: string[];
28376
+ properties: {
28377
+ type: {
28378
+ types: string[];
28379
+ };
28380
+ content: {
28381
+ types: string[];
28382
+ };
28383
+ };
28384
+ required: string[];
28385
+ };
28386
+ };
28387
+ className: {
28388
+ types: string[];
28389
+ description: string;
28390
+ };
28391
+ containerClassName: {
28392
+ types: string[];
28393
+ description: string;
28394
+ };
28395
+ userProgress: {
28396
+ types: string[];
28397
+ description: string;
28398
+ properties: {
28399
+ activationResponse: {
28400
+ types: string[];
28401
+ };
28402
+ reflectionNotes: {
28403
+ types: string[];
28404
+ items: {
28405
+ types: string[];
28406
+ };
28407
+ };
28408
+ bloomAnswered: {
28409
+ types: string[];
28410
+ mapValue: {
28411
+ types: string[];
28412
+ };
28413
+ };
28414
+ };
28415
+ };
28416
+ onRunCodeSimulation: {
28417
+ types: string[];
28418
+ description: string;
28419
+ kind: string;
28420
+ callbackArgs: {
28421
+ name: string;
28422
+ type: string;
28423
+ }[];
28424
+ renderCallback: boolean;
28425
+ };
28426
+ onRenderVisualization: {
28427
+ types: string[];
28428
+ description: string;
28429
+ kind: string;
28430
+ callbackArgs: {
28431
+ name: string;
28432
+ type: string;
28433
+ }[];
28434
+ renderCallback: boolean;
28435
+ };
28436
+ };
28437
+ };
28018
28438
  };
28019
28439
  categories: string[];
28020
28440
  };
@@ -32634,11 +33054,6 @@ export declare const PATTERN_REGISTRY: {
32634
33054
  onValueChange: {
32635
33055
  types: string[];
32636
33056
  description: string;
32637
- kind: string;
32638
- callbackArgs: {
32639
- name: string;
32640
- type: string;
32641
- }[];
32642
33057
  };
32643
33058
  };
32644
33059
  };
@@ -36807,6 +37222,9 @@ export declare const PATTERN_REGISTRY: {
36807
37222
  sprite: {
36808
37223
  types: string[];
36809
37224
  };
37225
+ modelUrl: {
37226
+ types: string[];
37227
+ };
36810
37228
  unitType: {
36811
37229
  types: string[];
36812
37230
  };
@@ -37018,6 +37436,9 @@ export declare const PATTERN_REGISTRY: {
37018
37436
  sprite: {
37019
37437
  types: string[];
37020
37438
  };
37439
+ modelUrl: {
37440
+ types: string[];
37441
+ };
37021
37442
  unitType: {
37022
37443
  types: string[];
37023
37444
  };
@@ -37243,6 +37664,9 @@ export declare const PATTERN_REGISTRY: {
37243
37664
  sprite: {
37244
37665
  types: string[];
37245
37666
  };
37667
+ modelUrl: {
37668
+ types: string[];
37669
+ };
37246
37670
  unitType: {
37247
37671
  types: string[];
37248
37672
  };
@@ -47008,6 +47432,9 @@ export declare const PATTERN_REGISTRY: {
47008
47432
  sprite: {
47009
47433
  types: string[];
47010
47434
  };
47435
+ modelUrl: {
47436
+ types: string[];
47437
+ };
47011
47438
  unitType: {
47012
47439
  types: string[];
47013
47440
  };
@@ -47332,6 +47759,9 @@ export declare const PATTERN_REGISTRY: {
47332
47759
  sprite: {
47333
47760
  types: string[];
47334
47761
  };
47762
+ modelUrl: {
47763
+ types: string[];
47764
+ };
47335
47765
  unitType: {
47336
47766
  types: string[];
47337
47767
  };
@@ -48378,6 +48808,9 @@ export declare const PATTERN_REGISTRY: {
48378
48808
  sprite: {
48379
48809
  types: string[];
48380
48810
  };
48811
+ modelUrl: {
48812
+ types: string[];
48813
+ };
48381
48814
  unitType: {
48382
48815
  types: string[];
48383
48816
  };
@@ -49345,6 +49778,9 @@ export declare const PATTERN_REGISTRY: {
49345
49778
  sprite: {
49346
49779
  types: string[];
49347
49780
  };
49781
+ modelUrl: {
49782
+ types: string[];
49783
+ };
49348
49784
  unitType: {
49349
49785
  types: string[];
49350
49786
  };
@@ -49565,6 +50001,9 @@ export declare const PATTERN_REGISTRY: {
49565
50001
  sprite: {
49566
50002
  types: string[];
49567
50003
  };
50004
+ modelUrl: {
50005
+ types: string[];
50006
+ };
49568
50007
  unitType: {
49569
50008
  types: string[];
49570
50009
  };
@@ -49763,6 +50202,9 @@ export declare const PATTERN_REGISTRY: {
49763
50202
  sprite: {
49764
50203
  types: string[];
49765
50204
  };
50205
+ modelUrl: {
50206
+ types: string[];
50207
+ };
49766
50208
  unitType: {
49767
50209
  types: string[];
49768
50210
  };
@@ -49961,6 +50403,9 @@ export declare const PATTERN_REGISTRY: {
49961
50403
  sprite: {
49962
50404
  types: string[];
49963
50405
  };
50406
+ modelUrl: {
50407
+ types: string[];
50408
+ };
49964
50409
  unitType: {
49965
50410
  types: string[];
49966
50411
  };
@@ -50159,6 +50604,9 @@ export declare const PATTERN_REGISTRY: {
50159
50604
  sprite: {
50160
50605
  types: string[];
50161
50606
  };
50607
+ modelUrl: {
50608
+ types: string[];
50609
+ };
50162
50610
  unitType: {
50163
50611
  types: string[];
50164
50612
  };
@@ -50351,6 +50799,9 @@ export declare const PATTERN_REGISTRY: {
50351
50799
  sprite: {
50352
50800
  types: string[];
50353
50801
  };
50802
+ modelUrl: {
50803
+ types: string[];
50804
+ };
50354
50805
  unitType: {
50355
50806
  types: string[];
50356
50807
  };
@@ -51177,6 +51628,9 @@ export declare const PATTERN_REGISTRY: {
51177
51628
  sprite: {
51178
51629
  types: string[];
51179
51630
  };
51631
+ modelUrl: {
51632
+ types: string[];
51633
+ };
51180
51634
  unitType: {
51181
51635
  types: string[];
51182
51636
  };
@@ -51407,6 +51861,9 @@ export declare const PATTERN_REGISTRY: {
51407
51861
  sprite: {
51408
51862
  types: string[];
51409
51863
  };
51864
+ modelUrl: {
51865
+ types: string[];
51866
+ };
51410
51867
  unitType: {
51411
51868
  types: string[];
51412
51869
  };
@@ -55078,6 +55535,9 @@ export declare const PATTERN_REGISTRY: {
55078
55535
  sprite: {
55079
55536
  types: string[];
55080
55537
  };
55538
+ modelUrl: {
55539
+ types: string[];
55540
+ };
55081
55541
  unitType: {
55082
55542
  types: string[];
55083
55543
  };
@@ -55311,15 +55771,43 @@ export declare const PATTERN_REGISTRY: {
55311
55771
  modelUrl: {
55312
55772
  types: string[];
55313
55773
  };
55774
+ clientX?: undefined;
55775
+ clientY?: undefined;
55776
+ button?: undefined;
55314
55777
  };
55315
55778
  required: string[];
55316
55779
  };
55317
55780
  } | {
55318
55781
  name: string;
55319
55782
  type: string;
55320
- schema?: undefined;
55783
+ schema: {
55784
+ types: string[];
55785
+ properties: {
55786
+ clientX: {
55787
+ types: string[];
55788
+ };
55789
+ clientY: {
55790
+ types: string[];
55791
+ };
55792
+ button: {
55793
+ types: string[];
55794
+ };
55795
+ id?: undefined;
55796
+ x?: undefined;
55797
+ y?: undefined;
55798
+ z?: undefined;
55799
+ terrain?: undefined;
55800
+ type?: undefined;
55801
+ terrainSprite?: undefined;
55802
+ passable?: undefined;
55803
+ movementCost?: undefined;
55804
+ tileType?: undefined;
55805
+ elevation?: undefined;
55806
+ modelUrl?: undefined;
55807
+ };
55808
+ required: string[];
55809
+ };
55321
55810
  })[];
55322
- nonEmittable: boolean;
55323
55811
  };
55324
55812
  onUnitClick: {
55325
55813
  types: string[];
@@ -55358,6 +55846,9 @@ export declare const PATTERN_REGISTRY: {
55358
55846
  sprite: {
55359
55847
  types: string[];
55360
55848
  };
55849
+ modelUrl: {
55850
+ types: string[];
55851
+ };
55361
55852
  unitType: {
55362
55853
  types: string[];
55363
55854
  };
@@ -55420,15 +55911,48 @@ export declare const PATTERN_REGISTRY: {
55420
55911
  elevation: {
55421
55912
  types: string[];
55422
55913
  };
55914
+ clientX?: undefined;
55915
+ clientY?: undefined;
55916
+ button?: undefined;
55423
55917
  };
55424
55918
  required: string[];
55425
55919
  };
55426
55920
  } | {
55427
55921
  name: string;
55428
55922
  type: string;
55429
- schema?: undefined;
55923
+ schema: {
55924
+ types: string[];
55925
+ properties: {
55926
+ clientX: {
55927
+ types: string[];
55928
+ };
55929
+ clientY: {
55930
+ types: string[];
55931
+ };
55932
+ button: {
55933
+ types: string[];
55934
+ };
55935
+ id?: undefined;
55936
+ position?: undefined;
55937
+ x?: undefined;
55938
+ y?: undefined;
55939
+ z?: undefined;
55940
+ sprite?: undefined;
55941
+ modelUrl?: undefined;
55942
+ unitType?: undefined;
55943
+ heroId?: undefined;
55944
+ name?: undefined;
55945
+ team?: undefined;
55946
+ faction?: undefined;
55947
+ health?: undefined;
55948
+ maxHealth?: undefined;
55949
+ traits?: undefined;
55950
+ previousPosition?: undefined;
55951
+ elevation?: undefined;
55952
+ };
55953
+ required: string[];
55954
+ };
55430
55955
  })[];
55431
- nonEmittable: boolean;
55432
55956
  };
55433
55957
  onFeatureClick: {
55434
55958
  types: string[];
@@ -55467,15 +55991,40 @@ export declare const PATTERN_REGISTRY: {
55467
55991
  elevation: {
55468
55992
  types: string[];
55469
55993
  };
55994
+ clientX?: undefined;
55995
+ clientY?: undefined;
55996
+ button?: undefined;
55470
55997
  };
55471
55998
  required: string[];
55472
55999
  };
55473
56000
  } | {
55474
56001
  name: string;
55475
56002
  type: string;
55476
- schema?: undefined;
56003
+ schema: {
56004
+ types: string[];
56005
+ properties: {
56006
+ clientX: {
56007
+ types: string[];
56008
+ };
56009
+ clientY: {
56010
+ types: string[];
56011
+ };
56012
+ button: {
56013
+ types: string[];
56014
+ };
56015
+ id?: undefined;
56016
+ x?: undefined;
56017
+ y?: undefined;
56018
+ z?: undefined;
56019
+ type?: undefined;
56020
+ sprite?: undefined;
56021
+ assetUrl?: undefined;
56022
+ color?: undefined;
56023
+ elevation?: undefined;
56024
+ };
56025
+ required: string[];
56026
+ };
55477
56027
  })[];
55478
- nonEmittable: boolean;
55479
56028
  };
55480
56029
  onCanvasClick: {
55481
56030
  types: string[];
@@ -55484,8 +56033,22 @@ export declare const PATTERN_REGISTRY: {
55484
56033
  callbackArgs: {
55485
56034
  name: string;
55486
56035
  type: string;
56036
+ schema: {
56037
+ types: string[];
56038
+ properties: {
56039
+ clientX: {
56040
+ types: string[];
56041
+ };
56042
+ clientY: {
56043
+ types: string[];
56044
+ };
56045
+ button: {
56046
+ types: string[];
56047
+ };
56048
+ };
56049
+ required: string[];
56050
+ };
55487
56051
  }[];
55488
- nonEmittable: boolean;
55489
56052
  };
55490
56053
  onTileHover: {
55491
56054
  types: string[];
@@ -55533,15 +56096,43 @@ export declare const PATTERN_REGISTRY: {
55533
56096
  modelUrl: {
55534
56097
  types: string[];
55535
56098
  };
56099
+ clientX?: undefined;
56100
+ clientY?: undefined;
56101
+ button?: undefined;
55536
56102
  };
55537
56103
  required: string[];
55538
56104
  };
55539
56105
  } | {
55540
56106
  name: string;
55541
56107
  type: string;
55542
- schema?: undefined;
56108
+ schema: {
56109
+ types: string[];
56110
+ properties: {
56111
+ clientX: {
56112
+ types: string[];
56113
+ };
56114
+ clientY: {
56115
+ types: string[];
56116
+ };
56117
+ button: {
56118
+ types: string[];
56119
+ };
56120
+ id?: undefined;
56121
+ x?: undefined;
56122
+ y?: undefined;
56123
+ z?: undefined;
56124
+ terrain?: undefined;
56125
+ type?: undefined;
56126
+ terrainSprite?: undefined;
56127
+ passable?: undefined;
56128
+ movementCost?: undefined;
56129
+ tileType?: undefined;
56130
+ elevation?: undefined;
56131
+ modelUrl?: undefined;
56132
+ };
56133
+ required: string[];
56134
+ };
55543
56135
  })[];
55544
- nonEmittable: boolean;
55545
56136
  };
55546
56137
  onUnitAnimation: {
55547
56138
  types: string[];
@@ -55814,13 +56405,222 @@ export declare const PATTERN_REGISTRY: {
55814
56405
  required: string[];
55815
56406
  };
55816
56407
  };
55817
- showTurnIndicator: {
55818
- types: string[];
55819
- description: string;
55820
- };
56408
+ showTurnIndicator: {
56409
+ types: string[];
56410
+ description: string;
56411
+ };
56412
+ };
56413
+ };
56414
+ "game-canvas-3d-castle-template": {
56415
+ type: string;
56416
+ category: string;
56417
+ tier: string;
56418
+ family: string;
56419
+ description: string;
56420
+ suggestedFor: string[];
56421
+ typicalSize: string;
56422
+ propsSchema: {
56423
+ entity: {
56424
+ types: string[];
56425
+ description: string;
56426
+ required: boolean;
56427
+ };
56428
+ className: {
56429
+ types: string[];
56430
+ description: string;
56431
+ };
56432
+ cameraMode: {
56433
+ types: string[];
56434
+ description: string;
56435
+ enumValues: string[];
56436
+ default: string;
56437
+ };
56438
+ showGrid: {
56439
+ types: string[];
56440
+ description: string;
56441
+ default: boolean;
56442
+ };
56443
+ shadows: {
56444
+ types: string[];
56445
+ description: string;
56446
+ default: boolean;
56447
+ };
56448
+ backgroundColor: {
56449
+ types: string[];
56450
+ description: string;
56451
+ default: string;
56452
+ };
56453
+ buildingClickEvent: {
56454
+ types: string[];
56455
+ description: string;
56456
+ };
56457
+ unitClickEvent: {
56458
+ types: string[];
56459
+ description: string;
56460
+ };
56461
+ buildEvent: {
56462
+ types: string[];
56463
+ description: string;
56464
+ };
56465
+ recruitEvent: {
56466
+ types: string[];
56467
+ description: string;
56468
+ };
56469
+ exitEvent: {
56470
+ types: string[];
56471
+ description: string;
56472
+ };
56473
+ selectedBuildingId: {
56474
+ types: string[];
56475
+ description: string;
56476
+ };
56477
+ availableBuildSites: {
56478
+ types: string[];
56479
+ description: string;
56480
+ items: {
56481
+ types: string[];
56482
+ properties: {
56483
+ x: {
56484
+ types: string[];
56485
+ };
56486
+ z: {
56487
+ types: string[];
56488
+ };
56489
+ };
56490
+ required: string[];
56491
+ };
56492
+ };
56493
+ showHeader: {
56494
+ types: string[];
56495
+ description: string;
56496
+ default: boolean;
56497
+ };
56498
+ selectedTileIds: {
56499
+ types: string[];
56500
+ description: string;
56501
+ items: {
56502
+ types: string[];
56503
+ };
56504
+ default: never[];
56505
+ };
56506
+ };
56507
+ };
56508
+ "game-canvas-3d-world-map-template": {
56509
+ type: string;
56510
+ category: string;
56511
+ tier: string;
56512
+ family: string;
56513
+ description: string;
56514
+ suggestedFor: string[];
56515
+ typicalSize: string;
56516
+ propsSchema: {
56517
+ entity: {
56518
+ types: string[];
56519
+ description: string;
56520
+ required: boolean;
56521
+ };
56522
+ className: {
56523
+ types: string[];
56524
+ description: string;
56525
+ };
56526
+ cameraMode: {
56527
+ types: string[];
56528
+ description: string;
56529
+ enumValues: string[];
56530
+ default: string;
56531
+ };
56532
+ showGrid: {
56533
+ types: string[];
56534
+ description: string;
56535
+ default: boolean;
56536
+ };
56537
+ showCoordinates: {
56538
+ types: string[];
56539
+ description: string;
56540
+ default: boolean;
56541
+ };
56542
+ showTileInfo: {
56543
+ types: string[];
56544
+ description: string;
56545
+ default: boolean;
56546
+ };
56547
+ shadows: {
56548
+ types: string[];
56549
+ description: string;
56550
+ default: boolean;
56551
+ };
56552
+ backgroundColor: {
56553
+ types: string[];
56554
+ description: string;
56555
+ default: string;
56556
+ };
56557
+ tileClickEvent: {
56558
+ types: string[];
56559
+ description: string;
56560
+ };
56561
+ unitClickEvent: {
56562
+ types: string[];
56563
+ description: string;
56564
+ };
56565
+ featureClickEvent: {
56566
+ types: string[];
56567
+ description: string;
56568
+ };
56569
+ tileHoverEvent: {
56570
+ types: string[];
56571
+ description: string;
56572
+ };
56573
+ tileLeaveEvent: {
56574
+ types: string[];
56575
+ description: string;
56576
+ };
56577
+ cameraChangeEvent: {
56578
+ types: string[];
56579
+ description: string;
56580
+ };
56581
+ exitEvent: {
56582
+ types: string[];
56583
+ description: string;
56584
+ };
56585
+ selectedUnitId: {
56586
+ types: string[];
56587
+ description: string;
56588
+ };
56589
+ validMoves: {
56590
+ types: string[];
56591
+ description: string;
56592
+ items: {
56593
+ types: string[];
56594
+ properties: {
56595
+ x: {
56596
+ types: string[];
56597
+ };
56598
+ z: {
56599
+ types: string[];
56600
+ };
56601
+ };
56602
+ required: string[];
56603
+ };
56604
+ };
56605
+ attackTargets: {
56606
+ types: string[];
56607
+ description: string;
56608
+ items: {
56609
+ types: string[];
56610
+ properties: {
56611
+ x: {
56612
+ types: string[];
56613
+ };
56614
+ z: {
56615
+ types: string[];
56616
+ };
56617
+ };
56618
+ required: string[];
56619
+ };
56620
+ };
55821
56621
  };
55822
56622
  };
55823
- "game-canvas-3d-castle-template": {
56623
+ "activation-block": {
55824
56624
  type: string;
55825
56625
  category: string;
55826
56626
  tier: string;
@@ -55829,92 +56629,71 @@ export declare const PATTERN_REGISTRY: {
55829
56629
  suggestedFor: string[];
55830
56630
  typicalSize: string;
55831
56631
  propsSchema: {
55832
- entity: {
56632
+ question: {
55833
56633
  types: string[];
55834
56634
  description: string;
55835
56635
  required: boolean;
55836
56636
  };
55837
- className: {
55838
- types: string[];
55839
- description: string;
55840
- };
55841
- cameraMode: {
55842
- types: string[];
55843
- description: string;
55844
- enumValues: string[];
55845
- default: string;
55846
- };
55847
- showGrid: {
56637
+ savedResponse: {
55848
56638
  types: string[];
55849
56639
  description: string;
55850
- default: boolean;
55851
56640
  };
55852
- shadows: {
55853
- types: string[];
55854
- description: string;
55855
- default: boolean;
55856
- };
55857
- backgroundColor: {
56641
+ saveEvent: {
55858
56642
  types: string[];
55859
56643
  description: string;
55860
56644
  default: string;
55861
56645
  };
55862
- buildingClickEvent: {
55863
- types: string[];
55864
- description: string;
55865
- };
55866
- unitClickEvent: {
56646
+ className: {
55867
56647
  types: string[];
55868
56648
  description: string;
55869
56649
  };
55870
- buildEvent: {
56650
+ };
56651
+ };
56652
+ "bloom-quiz-block": {
56653
+ type: string;
56654
+ category: string;
56655
+ tier: string;
56656
+ family: string;
56657
+ description: string;
56658
+ suggestedFor: string[];
56659
+ typicalSize: string;
56660
+ propsSchema: {
56661
+ level: {
55871
56662
  types: string[];
55872
56663
  description: string;
56664
+ required: boolean;
56665
+ enumValues: string[];
55873
56666
  };
55874
- recruitEvent: {
56667
+ question: {
55875
56668
  types: string[];
55876
56669
  description: string;
56670
+ required: boolean;
55877
56671
  };
55878
- exitEvent: {
56672
+ answer: {
55879
56673
  types: string[];
55880
56674
  description: string;
56675
+ required: boolean;
55881
56676
  };
55882
- selectedBuildingId: {
56677
+ index: {
55883
56678
  types: string[];
55884
56679
  description: string;
55885
56680
  };
55886
- availableBuildSites: {
56681
+ isAnswered: {
55887
56682
  types: string[];
55888
56683
  description: string;
55889
- items: {
55890
- types: string[];
55891
- properties: {
55892
- x: {
55893
- types: string[];
55894
- };
55895
- z: {
55896
- types: string[];
55897
- };
55898
- };
55899
- required: string[];
55900
- };
55901
56684
  };
55902
- showHeader: {
56685
+ answerEvent: {
55903
56686
  types: string[];
55904
56687
  description: string;
55905
- default: boolean;
56688
+ default: string;
55906
56689
  };
55907
- selectedTileIds: {
56690
+ className: {
55908
56691
  types: string[];
55909
56692
  description: string;
55910
- items: {
55911
- types: string[];
55912
- };
55913
- default: never[];
55914
56693
  };
55915
56694
  };
55916
56695
  };
55917
- "game-canvas-3d-world-map-template": {
56696
+ "connection-block": {
55918
56697
  type: string;
55919
56698
  category: string;
55920
56699
  tier: string;
@@ -55923,7 +56702,7 @@ export declare const PATTERN_REGISTRY: {
55923
56702
  suggestedFor: string[];
55924
56703
  typicalSize: string;
55925
56704
  propsSchema: {
55926
- entity: {
56705
+ content: {
55927
56706
  types: string[];
55928
56707
  description: string;
55929
56708
  required: boolean;
@@ -55932,101 +56711,162 @@ export declare const PATTERN_REGISTRY: {
55932
56711
  types: string[];
55933
56712
  description: string;
55934
56713
  };
55935
- cameraMode: {
55936
- types: string[];
55937
- description: string;
55938
- enumValues: string[];
55939
- default: string;
55940
- };
55941
- showGrid: {
55942
- types: string[];
55943
- description: string;
55944
- default: boolean;
55945
- };
55946
- showCoordinates: {
56714
+ };
56715
+ };
56716
+ "reflection-block": {
56717
+ type: string;
56718
+ category: string;
56719
+ tier: string;
56720
+ family: string;
56721
+ description: string;
56722
+ suggestedFor: string[];
56723
+ typicalSize: string;
56724
+ propsSchema: {
56725
+ prompt: {
55947
56726
  types: string[];
55948
56727
  description: string;
55949
- default: boolean;
56728
+ required: boolean;
55950
56729
  };
55951
- showTileInfo: {
56730
+ index: {
55952
56731
  types: string[];
55953
56732
  description: string;
55954
- default: boolean;
56733
+ required: boolean;
55955
56734
  };
55956
- shadows: {
56735
+ savedNote: {
55957
56736
  types: string[];
55958
56737
  description: string;
55959
- default: boolean;
55960
56738
  };
55961
- backgroundColor: {
56739
+ saveEvent: {
55962
56740
  types: string[];
55963
56741
  description: string;
55964
56742
  default: string;
55965
56743
  };
55966
- tileClickEvent: {
56744
+ className: {
55967
56745
  types: string[];
55968
56746
  description: string;
55969
56747
  };
55970
- unitClickEvent: {
56748
+ };
56749
+ };
56750
+ "code-runner-panel": {
56751
+ type: string;
56752
+ category: string;
56753
+ tier: string;
56754
+ family: string;
56755
+ description: string;
56756
+ suggestedFor: string[];
56757
+ typicalSize: string;
56758
+ propsSchema: {
56759
+ code: {
55971
56760
  types: string[];
55972
56761
  description: string;
56762
+ required: boolean;
55973
56763
  };
55974
- featureClickEvent: {
56764
+ language: {
55975
56765
  types: string[];
55976
56766
  description: string;
56767
+ required: boolean;
55977
56768
  };
55978
- tileHoverEvent: {
56769
+ runnable: {
55979
56770
  types: string[];
55980
56771
  description: string;
56772
+ default: boolean;
55981
56773
  };
55982
- tileLeaveEvent: {
55983
- types: string[];
55984
- description: string;
55985
- };
55986
- cameraChangeEvent: {
56774
+ onRun: {
55987
56775
  types: string[];
55988
56776
  description: string;
56777
+ kind: string;
56778
+ callbackArgs: {
56779
+ name: string;
56780
+ type: string;
56781
+ }[];
56782
+ renderCallback: boolean;
55989
56783
  };
55990
- exitEvent: {
56784
+ runEvent: {
55991
56785
  types: string[];
55992
56786
  description: string;
56787
+ default: string;
55993
56788
  };
55994
- selectedUnitId: {
56789
+ className: {
55995
56790
  types: string[];
55996
56791
  description: string;
55997
56792
  };
55998
- validMoves: {
56793
+ };
56794
+ };
56795
+ "segment-renderer": {
56796
+ type: string;
56797
+ category: string;
56798
+ tier: string;
56799
+ family: string;
56800
+ description: string;
56801
+ suggestedFor: string[];
56802
+ typicalSize: string;
56803
+ propsSchema: {
56804
+ segments: {
55999
56805
  types: string[];
56000
56806
  description: string;
56807
+ required: boolean;
56001
56808
  items: {
56002
56809
  types: string[];
56003
56810
  properties: {
56004
- x: {
56811
+ type: {
56005
56812
  types: string[];
56006
56813
  };
56007
- z: {
56814
+ content: {
56008
56815
  types: string[];
56009
56816
  };
56010
56817
  };
56011
56818
  required: string[];
56012
56819
  };
56013
56820
  };
56014
- attackTargets: {
56821
+ className: {
56015
56822
  types: string[];
56016
56823
  description: string;
56017
- items: {
56018
- types: string[];
56019
- properties: {
56020
- x: {
56824
+ };
56825
+ containerClassName: {
56826
+ types: string[];
56827
+ description: string;
56828
+ };
56829
+ userProgress: {
56830
+ types: string[];
56831
+ description: string;
56832
+ properties: {
56833
+ activationResponse: {
56834
+ types: string[];
56835
+ };
56836
+ reflectionNotes: {
56837
+ types: string[];
56838
+ items: {
56021
56839
  types: string[];
56022
56840
  };
56023
- z: {
56841
+ };
56842
+ bloomAnswered: {
56843
+ types: string[];
56844
+ mapValue: {
56024
56845
  types: string[];
56025
56846
  };
56026
56847
  };
56027
- required: string[];
56028
56848
  };
56029
56849
  };
56850
+ onRunCodeSimulation: {
56851
+ types: string[];
56852
+ description: string;
56853
+ kind: string;
56854
+ callbackArgs: {
56855
+ name: string;
56856
+ type: string;
56857
+ }[];
56858
+ renderCallback: boolean;
56859
+ };
56860
+ onRenderVisualization: {
56861
+ types: string[];
56862
+ description: string;
56863
+ kind: string;
56864
+ callbackArgs: {
56865
+ name: string;
56866
+ type: string;
56867
+ }[];
56868
+ renderCallback: boolean;
56869
+ };
56030
56870
  };
56031
56871
  };
56032
56872
  };
@@ -58121,6 +58961,36 @@ export declare const COMPONENT_MAPPING: {
58121
58961
  importPath: string;
58122
58962
  category: string;
58123
58963
  };
58964
+ "activation-block": {
58965
+ component: string;
58966
+ importPath: string;
58967
+ category: string;
58968
+ };
58969
+ "bloom-quiz-block": {
58970
+ component: string;
58971
+ importPath: string;
58972
+ category: string;
58973
+ };
58974
+ "connection-block": {
58975
+ component: string;
58976
+ importPath: string;
58977
+ category: string;
58978
+ };
58979
+ "reflection-block": {
58980
+ component: string;
58981
+ importPath: string;
58982
+ category: string;
58983
+ };
58984
+ "code-runner-panel": {
58985
+ component: string;
58986
+ importPath: string;
58987
+ category: string;
58988
+ };
58989
+ "segment-renderer": {
58990
+ component: string;
58991
+ importPath: string;
58992
+ category: string;
58993
+ };
58124
58994
  };
58125
58995
  };
58126
58996
  export declare const EVENT_CONTRACTS: {
@@ -58784,6 +59654,50 @@ export declare const EVENT_CONTRACTS: {
58784
59654
  requires: never[];
58785
59655
  entityAware: boolean;
58786
59656
  };
59657
+ "activation-block": {
59658
+ emits: {
59659
+ event: string;
59660
+ trigger: string;
59661
+ payload: {
59662
+ type: string;
59663
+ };
59664
+ }[];
59665
+ requires: never[];
59666
+ entityAware: boolean;
59667
+ };
59668
+ "bloom-quiz-block": {
59669
+ emits: {
59670
+ event: string;
59671
+ trigger: string;
59672
+ payload: {
59673
+ type: string;
59674
+ };
59675
+ }[];
59676
+ requires: never[];
59677
+ entityAware: boolean;
59678
+ };
59679
+ "reflection-block": {
59680
+ emits: {
59681
+ event: string;
59682
+ trigger: string;
59683
+ payload: {
59684
+ type: string;
59685
+ };
59686
+ }[];
59687
+ requires: never[];
59688
+ entityAware: boolean;
59689
+ };
59690
+ "code-runner-panel": {
59691
+ emits: {
59692
+ event: string;
59693
+ trigger: string;
59694
+ payload: {
59695
+ type: string;
59696
+ };
59697
+ }[];
59698
+ requires: never[];
59699
+ entityAware: boolean;
59700
+ };
58787
59701
  };
58788
59702
  };
58789
59703
  import type { PatternPropDef } from './types.js';