@almadar/core 10.62.0 → 10.64.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.
@@ -1,10 +1,10 @@
1
- import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, a_ as PatternType } from '../effect-M22diOHo.js';
2
- export { aT as PATTERN_TYPES, aX as PatternConfig, aY as PatternProps, aZ as PatternPropsMap, cR as isValidPatternType } from '../effect-M22diOHo.js';
1
+ import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-DOqkIe2M.js';
2
+ export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-DOqkIe2M.js';
3
3
  import { d as EventPayloadValue, a as EventPayload, J as JsonValue } from '../expression-Fk8bQWef.js';
4
4
  import 'zod';
5
5
 
6
6
  var version$3 = "1.0.0";
7
- var exportedAt$3 = "2026-08-20T06:39:15.858Z";
7
+ var exportedAt$3 = "2026-08-21T10:52:11.515Z";
8
8
  var patterns = {
9
9
  "entity-table": {
10
10
  type: "entity-table",
@@ -1524,6 +1524,12 @@ var patterns = {
1524
1524
  ]
1525
1525
  }
1526
1526
  },
1527
+ maxInlineActions: {
1528
+ types: [
1529
+ "number"
1530
+ ],
1531
+ description: "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu (mirrors DataGrid's maxInlineActions). Omit = all inline."
1532
+ },
1527
1533
  backAction: {
1528
1534
  types: [
1529
1535
  "object"
@@ -1807,9 +1813,10 @@ var patterns = {
1807
1813
  },
1808
1814
  status: {
1809
1815
  types: [
1810
- "object"
1816
+ "object",
1817
+ "string"
1811
1818
  ],
1812
- description: "Status badge",
1819
+ description: "Status badge — a bare string (an entity's status field bound directly, e.g. `status: @entity.status`) renders as a default-variant badge",
1813
1820
  properties: {
1814
1821
  label: {
1815
1822
  types: [
@@ -2558,7 +2565,12 @@ var patterns = {
2558
2565
  formValues: {
2559
2566
  types: [
2560
2567
  "object"
2561
- ]
2568
+ ],
2569
+ mapValue: {
2570
+ types: [
2571
+ "object"
2572
+ ]
2573
+ }
2562
2574
  },
2563
2575
  globalVariables: {
2564
2576
  types: [
@@ -2585,7 +2597,12 @@ var patterns = {
2585
2597
  entity: {
2586
2598
  types: [
2587
2599
  "object"
2588
- ]
2600
+ ],
2601
+ mapValue: {
2602
+ types: [
2603
+ "object"
2604
+ ]
2605
+ }
2589
2606
  }
2590
2607
  },
2591
2608
  propertyRequired: [
@@ -3417,7 +3434,12 @@ var patterns = {
3417
3434
  formValues: {
3418
3435
  types: [
3419
3436
  "object"
3420
- ]
3437
+ ],
3438
+ mapValue: {
3439
+ types: [
3440
+ "object"
3441
+ ]
3442
+ }
3421
3443
  },
3422
3444
  globalVariables: {
3423
3445
  types: [
@@ -3444,7 +3466,12 @@ var patterns = {
3444
3466
  entity: {
3445
3467
  types: [
3446
3468
  "object"
3447
- ]
3469
+ ],
3470
+ mapValue: {
3471
+ types: [
3472
+ "object"
3473
+ ]
3474
+ }
3448
3475
  }
3449
3476
  },
3450
3477
  propertyRequired: [
@@ -4411,8 +4438,9 @@ var patterns = {
4411
4438
  types: [
4412
4439
  "array"
4413
4440
  ],
4414
- description: "Breadcrumb items",
4415
- required: true,
4441
+ description: "Breadcrumb items. Omit together with `fromNavStack` to render the orbital-scoped navigation stack instead of an authored trail.",
4442
+ kind: "event-list",
4443
+ eventField: "event",
4416
4444
  items: {
4417
4445
  types: [
4418
4446
  "object"
@@ -4460,6 +4488,20 @@ var patterns = {
4460
4488
  ]
4461
4489
  }
4462
4490
  },
4491
+ fromNavStack: {
4492
+ types: [
4493
+ "boolean"
4494
+ ],
4495
+ description: "Render the current orbital's navigation stack (NavStackProvider) as the trail: one crumb per visited/declared level, last entry current. The stack is client-session state both execution paths maintain; outside a provider this renders nothing.",
4496
+ "default": false
4497
+ },
4498
+ itemEvent: {
4499
+ types: [
4500
+ "string"
4501
+ ],
4502
+ description: "Event emitted when a non-current crumb is clicked, with payload `{ label, href, index }` — the trait handles it with `(navigate ?href)`. Without it, stack crumbs navigate directly.",
4503
+ kind: "event"
4504
+ },
4463
4505
  separator: {
4464
4506
  types: [
4465
4507
  "icon",
@@ -13075,7 +13117,7 @@ var patterns = {
13075
13117
  types: [
13076
13118
  "object"
13077
13119
  ],
13078
- description: "Current user info (optional - auto-populated from auth context if not provided)",
13120
+ description: "Current user info (optional - auto-populated from auth context if not provided). Accepts `null` as well as `undefined`: the `.lolo` substrate's signed-out spelling is `(if @config.viewerName {…} null)`, and the compiled path passes that `null` through verbatim.",
13079
13121
  properties: {
13080
13122
  name: {
13081
13123
  types: [
@@ -13094,8 +13136,7 @@ var patterns = {
13094
13136
  }
13095
13137
  },
13096
13138
  propertyRequired: [
13097
- "name",
13098
- "email"
13139
+ "name"
13099
13140
  ]
13100
13141
  },
13101
13142
  headerActions: {
@@ -47126,6 +47167,566 @@ var patterns = {
47126
47167
  ]
47127
47168
  }
47128
47169
  }
47170
+ },
47171
+ "fx-overlay": {
47172
+ type: "fx-overlay",
47173
+ category: "container",
47174
+ tier: "molecules",
47175
+ family: "core",
47176
+ description: "FxOverlay component",
47177
+ suggestedFor: [
47178
+ "overlay",
47179
+ "fx overlay"
47180
+ ],
47181
+ typicalSize: "medium",
47182
+ propsSchema: {
47183
+ items: {
47184
+ types: [
47185
+ "array"
47186
+ ],
47187
+ description: "Live screen-space fx entries (the mechanic's fx list filtered to `space == \"screen\"`); mount starts each item's animation, ttl decay unmounts it.",
47188
+ required: true,
47189
+ items: {
47190
+ types: [
47191
+ "object"
47192
+ ],
47193
+ properties: {
47194
+ id: {
47195
+ types: [
47196
+ "string"
47197
+ ]
47198
+ },
47199
+ type: {
47200
+ types: [
47201
+ "string"
47202
+ ]
47203
+ },
47204
+ effect: {
47205
+ types: [
47206
+ "string"
47207
+ ],
47208
+ enumValues: [
47209
+ "confetti",
47210
+ "flash",
47211
+ "shake",
47212
+ "sparkle",
47213
+ "float-text",
47214
+ "streak-glow"
47215
+ ]
47216
+ },
47217
+ message: {
47218
+ types: [
47219
+ "string"
47220
+ ]
47221
+ },
47222
+ color: {
47223
+ types: [
47224
+ "string"
47225
+ ]
47226
+ },
47227
+ size: {
47228
+ types: [
47229
+ "number"
47230
+ ]
47231
+ },
47232
+ x: {
47233
+ types: [
47234
+ "number"
47235
+ ]
47236
+ },
47237
+ z: {
47238
+ types: [
47239
+ "number"
47240
+ ]
47241
+ },
47242
+ y: {
47243
+ types: [
47244
+ "number"
47245
+ ]
47246
+ },
47247
+ ttl: {
47248
+ types: [
47249
+ "number"
47250
+ ]
47251
+ },
47252
+ maxTtl: {
47253
+ types: [
47254
+ "number"
47255
+ ]
47256
+ },
47257
+ bornAt: {
47258
+ types: [
47259
+ "number"
47260
+ ]
47261
+ },
47262
+ space: {
47263
+ types: [
47264
+ "string"
47265
+ ],
47266
+ enumValues: [
47267
+ "world",
47268
+ "screen"
47269
+ ]
47270
+ },
47271
+ particleCount: {
47272
+ types: [
47273
+ "number"
47274
+ ]
47275
+ },
47276
+ vx: {
47277
+ types: [
47278
+ "number"
47279
+ ]
47280
+ },
47281
+ vy: {
47282
+ types: [
47283
+ "number"
47284
+ ]
47285
+ },
47286
+ vz: {
47287
+ types: [
47288
+ "number"
47289
+ ]
47290
+ }
47291
+ },
47292
+ required: [
47293
+ "id",
47294
+ "type",
47295
+ "ttl"
47296
+ ]
47297
+ }
47298
+ },
47299
+ tickMs: {
47300
+ types: [
47301
+ "number"
47302
+ ],
47303
+ description: "The fx mechanic's decay tick period in ms; per-item animation duration = maxTtl × tickMs. Default 500."
47304
+ },
47305
+ children: {
47306
+ types: [
47307
+ "node"
47308
+ ],
47309
+ description: "Wrapped content — the `shake` target and the overlay's bounds."
47310
+ },
47311
+ className: {
47312
+ types: [
47313
+ "string"
47314
+ ],
47315
+ description: "Additional class names on the outermost element."
47316
+ }
47317
+ }
47318
+ },
47319
+ "draw-fx-layer": {
47320
+ type: "draw-fx-layer",
47321
+ category: "game",
47322
+ tier: "molecules",
47323
+ family: "game",
47324
+ description: "DrawFxLayer component",
47325
+ suggestedFor: [
47326
+ "draw",
47327
+ "layer",
47328
+ "draw fx layer"
47329
+ ],
47330
+ typicalSize: "medium",
47331
+ propsSchema: {
47332
+ id: {
47333
+ types: [
47334
+ "string"
47335
+ ],
47336
+ description: "Optional source-tagged hit-test handle — the host indexes the drawable's ScenePos→id so a pointer/raycast at that cell resolves to this id (unit/entity click). No id → the host emits only the coordinate (tile click)."
47337
+ },
47338
+ type: {
47339
+ types: [
47340
+ "unknown"
47341
+ ],
47342
+ description: "type prop",
47343
+ required: true
47344
+ },
47345
+ items: {
47346
+ types: [
47347
+ "array"
47348
+ ],
47349
+ description: "The live fx entries — the mechanic's `@entity.fx` list passed whole; `space: \"screen\"` entries are skipped (the overlay owns those).",
47350
+ required: true,
47351
+ items: {
47352
+ types: [
47353
+ "object"
47354
+ ],
47355
+ properties: {
47356
+ id: {
47357
+ types: [
47358
+ "string"
47359
+ ]
47360
+ },
47361
+ type: {
47362
+ types: [
47363
+ "string"
47364
+ ]
47365
+ },
47366
+ position: {
47367
+ types: [
47368
+ "object"
47369
+ ],
47370
+ scenePos: true,
47371
+ properties: {
47372
+ x: {
47373
+ types: [
47374
+ "number"
47375
+ ]
47376
+ },
47377
+ y: {
47378
+ types: [
47379
+ "number"
47380
+ ]
47381
+ },
47382
+ z: {
47383
+ types: [
47384
+ "number"
47385
+ ]
47386
+ }
47387
+ },
47388
+ required: [
47389
+ "x",
47390
+ "y"
47391
+ ]
47392
+ },
47393
+ x: {
47394
+ types: [
47395
+ "number"
47396
+ ]
47397
+ },
47398
+ z: {
47399
+ types: [
47400
+ "number"
47401
+ ]
47402
+ },
47403
+ y: {
47404
+ types: [
47405
+ "number"
47406
+ ]
47407
+ },
47408
+ message: {
47409
+ types: [
47410
+ "string"
47411
+ ]
47412
+ },
47413
+ ttl: {
47414
+ types: [
47415
+ "number"
47416
+ ]
47417
+ },
47418
+ maxTtl: {
47419
+ types: [
47420
+ "number"
47421
+ ]
47422
+ },
47423
+ bornAt: {
47424
+ types: [
47425
+ "number"
47426
+ ]
47427
+ },
47428
+ space: {
47429
+ types: [
47430
+ "string"
47431
+ ],
47432
+ enumValues: [
47433
+ "world",
47434
+ "screen"
47435
+ ]
47436
+ },
47437
+ effect: {
47438
+ types: [
47439
+ "string"
47440
+ ],
47441
+ enumValues: [
47442
+ "confetti",
47443
+ "flash",
47444
+ "shake",
47445
+ "sparkle",
47446
+ "float-text",
47447
+ "streak-glow"
47448
+ ]
47449
+ },
47450
+ color: {
47451
+ types: [
47452
+ "string"
47453
+ ]
47454
+ },
47455
+ size: {
47456
+ types: [
47457
+ "number"
47458
+ ]
47459
+ },
47460
+ vx: {
47461
+ types: [
47462
+ "number"
47463
+ ]
47464
+ },
47465
+ vy: {
47466
+ types: [
47467
+ "number"
47468
+ ]
47469
+ },
47470
+ vz: {
47471
+ types: [
47472
+ "number"
47473
+ ]
47474
+ },
47475
+ particleCount: {
47476
+ types: [
47477
+ "number"
47478
+ ]
47479
+ }
47480
+ },
47481
+ required: [
47482
+ "id",
47483
+ "type",
47484
+ "x",
47485
+ "ttl"
47486
+ ]
47487
+ }
47488
+ },
47489
+ presets: {
47490
+ types: [
47491
+ "array"
47492
+ ],
47493
+ description: "Consumer-declared effect vocabulary — one row per fx `type` (look + recipe). Unknown types fall back to a neutral spark burst.",
47494
+ items: {
47495
+ types: [
47496
+ "object"
47497
+ ],
47498
+ properties: {
47499
+ type: {
47500
+ types: [
47501
+ "string"
47502
+ ]
47503
+ },
47504
+ color: {
47505
+ types: [
47506
+ "string"
47507
+ ]
47508
+ },
47509
+ color2: {
47510
+ types: [
47511
+ "string"
47512
+ ]
47513
+ },
47514
+ size: {
47515
+ types: [
47516
+ "number"
47517
+ ]
47518
+ },
47519
+ shape: {
47520
+ types: [
47521
+ "string"
47522
+ ],
47523
+ enumValues: [
47524
+ "spark",
47525
+ "ring",
47526
+ "puff",
47527
+ "streak"
47528
+ ]
47529
+ },
47530
+ count: {
47531
+ types: [
47532
+ "number"
47533
+ ]
47534
+ },
47535
+ glow: {
47536
+ types: [
47537
+ "number"
47538
+ ]
47539
+ },
47540
+ gravity: {
47541
+ types: [
47542
+ "number"
47543
+ ]
47544
+ },
47545
+ vx: {
47546
+ types: [
47547
+ "number"
47548
+ ]
47549
+ },
47550
+ vy: {
47551
+ types: [
47552
+ "number"
47553
+ ]
47554
+ },
47555
+ vz: {
47556
+ types: [
47557
+ "number"
47558
+ ]
47559
+ },
47560
+ space: {
47561
+ types: [
47562
+ "string"
47563
+ ],
47564
+ enumValues: [
47565
+ "world",
47566
+ "screen"
47567
+ ]
47568
+ },
47569
+ effect: {
47570
+ types: [
47571
+ "string"
47572
+ ],
47573
+ enumValues: [
47574
+ "confetti",
47575
+ "flash",
47576
+ "shake",
47577
+ "sparkle",
47578
+ "float-text",
47579
+ "streak-glow"
47580
+ ]
47581
+ },
47582
+ particleCount: {
47583
+ types: [
47584
+ "number"
47585
+ ]
47586
+ }
47587
+ },
47588
+ required: [
47589
+ "type"
47590
+ ]
47591
+ }
47592
+ },
47593
+ art: {
47594
+ types: [
47595
+ "object"
47596
+ ],
47597
+ description: "Vector art per fx type (an asset-art map: type → anim-state → drawables); a type's `idle` state wins over sprites/procedural.",
47598
+ mapValue: {
47599
+ types: [
47600
+ "object"
47601
+ ],
47602
+ mapValue: {
47603
+ types: [
47604
+ "array"
47605
+ ],
47606
+ items: {
47607
+ types: [
47608
+ "object"
47609
+ ],
47610
+ drawableSlot: true
47611
+ }
47612
+ }
47613
+ }
47614
+ },
47615
+ sprites: {
47616
+ types: [
47617
+ "object"
47618
+ ],
47619
+ description: "Sprite asset per fx type (an asset-manifest effects map) — used when no vector art matches.",
47620
+ mapValue: {
47621
+ types: [
47622
+ "object"
47623
+ ],
47624
+ properties: {
47625
+ url: {
47626
+ types: [
47627
+ "asset"
47628
+ ]
47629
+ },
47630
+ role: {
47631
+ types: [
47632
+ "string"
47633
+ ]
47634
+ },
47635
+ category: {
47636
+ types: [
47637
+ "string"
47638
+ ]
47639
+ },
47640
+ animations: {
47641
+ types: [
47642
+ "array"
47643
+ ],
47644
+ items: {
47645
+ types: [
47646
+ "string"
47647
+ ]
47648
+ }
47649
+ },
47650
+ style: {
47651
+ types: [
47652
+ "string"
47653
+ ],
47654
+ enumValues: [
47655
+ "pixel",
47656
+ "vector",
47657
+ "hd",
47658
+ "1-bit",
47659
+ "isometric"
47660
+ ]
47661
+ },
47662
+ variant: {
47663
+ types: [
47664
+ "string"
47665
+ ]
47666
+ },
47667
+ dimension: {
47668
+ types: [
47669
+ "string"
47670
+ ],
47671
+ enumValues: [
47672
+ "2d",
47673
+ "3d"
47674
+ ]
47675
+ },
47676
+ aspect: {
47677
+ types: [
47678
+ "string"
47679
+ ],
47680
+ enumValues: [
47681
+ "1:1",
47682
+ "16:9",
47683
+ "5:7",
47684
+ "8:1"
47685
+ ]
47686
+ },
47687
+ atlas: {
47688
+ types: [
47689
+ "asset"
47690
+ ]
47691
+ },
47692
+ sprite: {
47693
+ types: [
47694
+ "string"
47695
+ ]
47696
+ },
47697
+ name: {
47698
+ types: [
47699
+ "string"
47700
+ ]
47701
+ },
47702
+ thumbnailUrl: {
47703
+ types: [
47704
+ "string"
47705
+ ]
47706
+ }
47707
+ },
47708
+ required: [
47709
+ "url",
47710
+ "role",
47711
+ "category"
47712
+ ]
47713
+ }
47714
+ },
47715
+ tickMs: {
47716
+ types: [
47717
+ "number"
47718
+ ],
47719
+ description: "The fx mechanic's decay tick period in ms; lifetime = maxTtl × tickMs. Default 500."
47720
+ },
47721
+ textColor: {
47722
+ types: [
47723
+ "string"
47724
+ ],
47725
+ description: "Floating-message text color when an item declares none. Default `#ffe066`."
47726
+ }
47727
+ },
47728
+ drawable: true,
47729
+ drawHost: true
47129
47730
  }
47130
47731
  };
47131
47732
  var categories$1 = [
@@ -48116,7 +48717,7 @@ var integratorsRegistry = {
48116
48717
  };
48117
48718
 
48118
48719
  var version$1 = "1.0.0";
48119
- var exportedAt$1 = "2026-08-20T06:39:15.858Z";
48720
+ var exportedAt$1 = "2026-08-21T10:52:11.515Z";
48120
48721
  var mappings = {
48121
48722
  "page-header": {
48122
48723
  component: "PageHeader",
@@ -49509,6 +50110,16 @@ var mappings = {
49509
50110
  component: "AlgoGraphCanvas",
49510
50111
  importPath: "@/components/learning/molecules/AlgoGraphCanvas",
49511
50112
  category: "learning"
50113
+ },
50114
+ "fx-overlay": {
50115
+ component: "FxOverlay",
50116
+ importPath: "@/components/core/molecules/FxOverlay",
50117
+ category: "container"
50118
+ },
50119
+ "draw-fx-layer": {
50120
+ component: "DrawFxLayer",
50121
+ importPath: "@/components/game/molecules/DrawFxLayer",
50122
+ category: "game"
49512
50123
  }
49513
50124
  };
49514
50125
  var componentMapping = {
@@ -49518,7 +50129,7 @@ var componentMapping = {
49518
50129
  };
49519
50130
 
49520
50131
  var version = "1.0.0";
49521
- var exportedAt = "2026-08-20T06:39:15.858Z";
50132
+ var exportedAt = "2026-08-21T10:52:11.515Z";
49522
50133
  var contracts = {
49523
50134
  form: {
49524
50135
  emits: [
@@ -52184,6 +52795,10 @@ declare const registry: {
52184
52795
  required: string[];
52185
52796
  };
52186
52797
  };
52798
+ maxInlineActions: {
52799
+ types: string[];
52800
+ description: string;
52801
+ };
52187
52802
  backAction: {
52188
52803
  types: string[];
52189
52804
  description: string;
@@ -52810,6 +53425,9 @@ declare const registry: {
52810
53425
  properties: {
52811
53426
  formValues: {
52812
53427
  types: string[];
53428
+ mapValue: {
53429
+ types: string[];
53430
+ };
52813
53431
  };
52814
53432
  globalVariables: {
52815
53433
  types: string[];
@@ -52827,6 +53445,9 @@ declare const registry: {
52827
53445
  };
52828
53446
  entity: {
52829
53447
  types: string[];
53448
+ mapValue: {
53449
+ types: string[];
53450
+ };
52830
53451
  };
52831
53452
  };
52832
53453
  propertyRequired: string[];
@@ -53329,6 +53950,9 @@ declare const registry: {
53329
53950
  properties: {
53330
53951
  formValues: {
53331
53952
  types: string[];
53953
+ mapValue: {
53954
+ types: string[];
53955
+ };
53332
53956
  };
53333
53957
  globalVariables: {
53334
53958
  types: string[];
@@ -53346,6 +53970,9 @@ declare const registry: {
53346
53970
  };
53347
53971
  entity: {
53348
53972
  types: string[];
53973
+ mapValue: {
53974
+ types: string[];
53975
+ };
53349
53976
  };
53350
53977
  };
53351
53978
  propertyRequired: string[];
@@ -53916,7 +54543,8 @@ declare const registry: {
53916
54543
  items: {
53917
54544
  types: string[];
53918
54545
  description: string;
53919
- required: boolean;
54546
+ kind: string;
54547
+ eventField: string;
53920
54548
  items: {
53921
54549
  types: string[];
53922
54550
  properties: {
@@ -53945,6 +54573,16 @@ declare const registry: {
53945
54573
  required: string[];
53946
54574
  };
53947
54575
  };
54576
+ fromNavStack: {
54577
+ types: string[];
54578
+ description: string;
54579
+ default: boolean;
54580
+ };
54581
+ itemEvent: {
54582
+ types: string[];
54583
+ description: string;
54584
+ kind: string;
54585
+ };
53948
54586
  separator: {
53949
54587
  types: string[];
53950
54588
  description: string;
@@ -79844,6 +80482,324 @@ declare const registry: {
79844
80482
  };
79845
80483
  };
79846
80484
  };
80485
+ "fx-overlay": {
80486
+ type: string;
80487
+ category: string;
80488
+ tier: string;
80489
+ family: string;
80490
+ description: string;
80491
+ suggestedFor: string[];
80492
+ typicalSize: string;
80493
+ propsSchema: {
80494
+ items: {
80495
+ types: string[];
80496
+ description: string;
80497
+ required: boolean;
80498
+ items: {
80499
+ types: string[];
80500
+ properties: {
80501
+ id: {
80502
+ types: string[];
80503
+ };
80504
+ type: {
80505
+ types: string[];
80506
+ };
80507
+ effect: {
80508
+ types: string[];
80509
+ enumValues: string[];
80510
+ };
80511
+ message: {
80512
+ types: string[];
80513
+ };
80514
+ color: {
80515
+ types: string[];
80516
+ };
80517
+ size: {
80518
+ types: string[];
80519
+ };
80520
+ x: {
80521
+ types: string[];
80522
+ };
80523
+ z: {
80524
+ types: string[];
80525
+ };
80526
+ y: {
80527
+ types: string[];
80528
+ };
80529
+ ttl: {
80530
+ types: string[];
80531
+ };
80532
+ maxTtl: {
80533
+ types: string[];
80534
+ };
80535
+ bornAt: {
80536
+ types: string[];
80537
+ };
80538
+ space: {
80539
+ types: string[];
80540
+ enumValues: string[];
80541
+ };
80542
+ particleCount: {
80543
+ types: string[];
80544
+ };
80545
+ vx: {
80546
+ types: string[];
80547
+ };
80548
+ vy: {
80549
+ types: string[];
80550
+ };
80551
+ vz: {
80552
+ types: string[];
80553
+ };
80554
+ };
80555
+ required: string[];
80556
+ };
80557
+ };
80558
+ tickMs: {
80559
+ types: string[];
80560
+ description: string;
80561
+ };
80562
+ children: {
80563
+ types: string[];
80564
+ description: string;
80565
+ };
80566
+ className: {
80567
+ types: string[];
80568
+ description: string;
80569
+ };
80570
+ };
80571
+ };
80572
+ "draw-fx-layer": {
80573
+ type: string;
80574
+ category: string;
80575
+ tier: string;
80576
+ family: string;
80577
+ description: string;
80578
+ suggestedFor: string[];
80579
+ typicalSize: string;
80580
+ propsSchema: {
80581
+ id: {
80582
+ types: string[];
80583
+ description: string;
80584
+ };
80585
+ type: {
80586
+ types: string[];
80587
+ description: string;
80588
+ required: boolean;
80589
+ };
80590
+ items: {
80591
+ types: string[];
80592
+ description: string;
80593
+ required: boolean;
80594
+ items: {
80595
+ types: string[];
80596
+ properties: {
80597
+ id: {
80598
+ types: string[];
80599
+ };
80600
+ type: {
80601
+ types: string[];
80602
+ };
80603
+ position: {
80604
+ types: string[];
80605
+ scenePos: boolean;
80606
+ properties: {
80607
+ x: {
80608
+ types: string[];
80609
+ };
80610
+ y: {
80611
+ types: string[];
80612
+ };
80613
+ z: {
80614
+ types: string[];
80615
+ };
80616
+ };
80617
+ required: string[];
80618
+ };
80619
+ x: {
80620
+ types: string[];
80621
+ };
80622
+ z: {
80623
+ types: string[];
80624
+ };
80625
+ y: {
80626
+ types: string[];
80627
+ };
80628
+ message: {
80629
+ types: string[];
80630
+ };
80631
+ ttl: {
80632
+ types: string[];
80633
+ };
80634
+ maxTtl: {
80635
+ types: string[];
80636
+ };
80637
+ bornAt: {
80638
+ types: string[];
80639
+ };
80640
+ space: {
80641
+ types: string[];
80642
+ enumValues: string[];
80643
+ };
80644
+ effect: {
80645
+ types: string[];
80646
+ enumValues: string[];
80647
+ };
80648
+ color: {
80649
+ types: string[];
80650
+ };
80651
+ size: {
80652
+ types: string[];
80653
+ };
80654
+ vx: {
80655
+ types: string[];
80656
+ };
80657
+ vy: {
80658
+ types: string[];
80659
+ };
80660
+ vz: {
80661
+ types: string[];
80662
+ };
80663
+ particleCount: {
80664
+ types: string[];
80665
+ };
80666
+ };
80667
+ required: string[];
80668
+ };
80669
+ };
80670
+ presets: {
80671
+ types: string[];
80672
+ description: string;
80673
+ items: {
80674
+ types: string[];
80675
+ properties: {
80676
+ type: {
80677
+ types: string[];
80678
+ };
80679
+ color: {
80680
+ types: string[];
80681
+ };
80682
+ color2: {
80683
+ types: string[];
80684
+ };
80685
+ size: {
80686
+ types: string[];
80687
+ };
80688
+ shape: {
80689
+ types: string[];
80690
+ enumValues: string[];
80691
+ };
80692
+ count: {
80693
+ types: string[];
80694
+ };
80695
+ glow: {
80696
+ types: string[];
80697
+ };
80698
+ gravity: {
80699
+ types: string[];
80700
+ };
80701
+ vx: {
80702
+ types: string[];
80703
+ };
80704
+ vy: {
80705
+ types: string[];
80706
+ };
80707
+ vz: {
80708
+ types: string[];
80709
+ };
80710
+ space: {
80711
+ types: string[];
80712
+ enumValues: string[];
80713
+ };
80714
+ effect: {
80715
+ types: string[];
80716
+ enumValues: string[];
80717
+ };
80718
+ particleCount: {
80719
+ types: string[];
80720
+ };
80721
+ };
80722
+ required: string[];
80723
+ };
80724
+ };
80725
+ art: {
80726
+ types: string[];
80727
+ description: string;
80728
+ mapValue: {
80729
+ types: string[];
80730
+ mapValue: {
80731
+ types: string[];
80732
+ items: {
80733
+ types: string[];
80734
+ drawableSlot: boolean;
80735
+ };
80736
+ };
80737
+ };
80738
+ };
80739
+ sprites: {
80740
+ types: string[];
80741
+ description: string;
80742
+ mapValue: {
80743
+ types: string[];
80744
+ properties: {
80745
+ url: {
80746
+ types: string[];
80747
+ };
80748
+ role: {
80749
+ types: string[];
80750
+ };
80751
+ category: {
80752
+ types: string[];
80753
+ };
80754
+ animations: {
80755
+ types: string[];
80756
+ items: {
80757
+ types: string[];
80758
+ };
80759
+ };
80760
+ style: {
80761
+ types: string[];
80762
+ enumValues: string[];
80763
+ };
80764
+ variant: {
80765
+ types: string[];
80766
+ };
80767
+ dimension: {
80768
+ types: string[];
80769
+ enumValues: string[];
80770
+ };
80771
+ aspect: {
80772
+ types: string[];
80773
+ enumValues: string[];
80774
+ };
80775
+ atlas: {
80776
+ types: string[];
80777
+ };
80778
+ sprite: {
80779
+ types: string[];
80780
+ };
80781
+ name: {
80782
+ types: string[];
80783
+ };
80784
+ thumbnailUrl: {
80785
+ types: string[];
80786
+ };
80787
+ };
80788
+ required: string[];
80789
+ };
80790
+ };
80791
+ tickMs: {
80792
+ types: string[];
80793
+ description: string;
80794
+ };
80795
+ textColor: {
80796
+ types: string[];
80797
+ description: string;
80798
+ };
80799
+ };
80800
+ drawable: boolean;
80801
+ drawHost: boolean;
80802
+ };
79847
80803
  };
79848
80804
  categories: string[];
79849
80805
  };
@@ -80769,6 +81725,10 @@ declare const PATTERN_REGISTRY: {
80769
81725
  required: string[];
80770
81726
  };
80771
81727
  };
81728
+ maxInlineActions: {
81729
+ types: string[];
81730
+ description: string;
81731
+ };
80772
81732
  backAction: {
80773
81733
  types: string[];
80774
81734
  description: string;
@@ -81395,6 +82355,9 @@ declare const PATTERN_REGISTRY: {
81395
82355
  properties: {
81396
82356
  formValues: {
81397
82357
  types: string[];
82358
+ mapValue: {
82359
+ types: string[];
82360
+ };
81398
82361
  };
81399
82362
  globalVariables: {
81400
82363
  types: string[];
@@ -81412,6 +82375,9 @@ declare const PATTERN_REGISTRY: {
81412
82375
  };
81413
82376
  entity: {
81414
82377
  types: string[];
82378
+ mapValue: {
82379
+ types: string[];
82380
+ };
81415
82381
  };
81416
82382
  };
81417
82383
  propertyRequired: string[];
@@ -81914,6 +82880,9 @@ declare const PATTERN_REGISTRY: {
81914
82880
  properties: {
81915
82881
  formValues: {
81916
82882
  types: string[];
82883
+ mapValue: {
82884
+ types: string[];
82885
+ };
81917
82886
  };
81918
82887
  globalVariables: {
81919
82888
  types: string[];
@@ -81931,6 +82900,9 @@ declare const PATTERN_REGISTRY: {
81931
82900
  };
81932
82901
  entity: {
81933
82902
  types: string[];
82903
+ mapValue: {
82904
+ types: string[];
82905
+ };
81934
82906
  };
81935
82907
  };
81936
82908
  propertyRequired: string[];
@@ -82501,7 +83473,8 @@ declare const PATTERN_REGISTRY: {
82501
83473
  items: {
82502
83474
  types: string[];
82503
83475
  description: string;
82504
- required: boolean;
83476
+ kind: string;
83477
+ eventField: string;
82505
83478
  items: {
82506
83479
  types: string[];
82507
83480
  properties: {
@@ -82530,6 +83503,16 @@ declare const PATTERN_REGISTRY: {
82530
83503
  required: string[];
82531
83504
  };
82532
83505
  };
83506
+ fromNavStack: {
83507
+ types: string[];
83508
+ description: string;
83509
+ default: boolean;
83510
+ };
83511
+ itemEvent: {
83512
+ types: string[];
83513
+ description: string;
83514
+ kind: string;
83515
+ };
82533
83516
  separator: {
82534
83517
  types: string[];
82535
83518
  description: string;
@@ -108429,6 +109412,324 @@ declare const PATTERN_REGISTRY: {
108429
109412
  };
108430
109413
  };
108431
109414
  };
109415
+ "fx-overlay": {
109416
+ type: string;
109417
+ category: string;
109418
+ tier: string;
109419
+ family: string;
109420
+ description: string;
109421
+ suggestedFor: string[];
109422
+ typicalSize: string;
109423
+ propsSchema: {
109424
+ items: {
109425
+ types: string[];
109426
+ description: string;
109427
+ required: boolean;
109428
+ items: {
109429
+ types: string[];
109430
+ properties: {
109431
+ id: {
109432
+ types: string[];
109433
+ };
109434
+ type: {
109435
+ types: string[];
109436
+ };
109437
+ effect: {
109438
+ types: string[];
109439
+ enumValues: string[];
109440
+ };
109441
+ message: {
109442
+ types: string[];
109443
+ };
109444
+ color: {
109445
+ types: string[];
109446
+ };
109447
+ size: {
109448
+ types: string[];
109449
+ };
109450
+ x: {
109451
+ types: string[];
109452
+ };
109453
+ z: {
109454
+ types: string[];
109455
+ };
109456
+ y: {
109457
+ types: string[];
109458
+ };
109459
+ ttl: {
109460
+ types: string[];
109461
+ };
109462
+ maxTtl: {
109463
+ types: string[];
109464
+ };
109465
+ bornAt: {
109466
+ types: string[];
109467
+ };
109468
+ space: {
109469
+ types: string[];
109470
+ enumValues: string[];
109471
+ };
109472
+ particleCount: {
109473
+ types: string[];
109474
+ };
109475
+ vx: {
109476
+ types: string[];
109477
+ };
109478
+ vy: {
109479
+ types: string[];
109480
+ };
109481
+ vz: {
109482
+ types: string[];
109483
+ };
109484
+ };
109485
+ required: string[];
109486
+ };
109487
+ };
109488
+ tickMs: {
109489
+ types: string[];
109490
+ description: string;
109491
+ };
109492
+ children: {
109493
+ types: string[];
109494
+ description: string;
109495
+ };
109496
+ className: {
109497
+ types: string[];
109498
+ description: string;
109499
+ };
109500
+ };
109501
+ };
109502
+ "draw-fx-layer": {
109503
+ type: string;
109504
+ category: string;
109505
+ tier: string;
109506
+ family: string;
109507
+ description: string;
109508
+ suggestedFor: string[];
109509
+ typicalSize: string;
109510
+ propsSchema: {
109511
+ id: {
109512
+ types: string[];
109513
+ description: string;
109514
+ };
109515
+ type: {
109516
+ types: string[];
109517
+ description: string;
109518
+ required: boolean;
109519
+ };
109520
+ items: {
109521
+ types: string[];
109522
+ description: string;
109523
+ required: boolean;
109524
+ items: {
109525
+ types: string[];
109526
+ properties: {
109527
+ id: {
109528
+ types: string[];
109529
+ };
109530
+ type: {
109531
+ types: string[];
109532
+ };
109533
+ position: {
109534
+ types: string[];
109535
+ scenePos: boolean;
109536
+ properties: {
109537
+ x: {
109538
+ types: string[];
109539
+ };
109540
+ y: {
109541
+ types: string[];
109542
+ };
109543
+ z: {
109544
+ types: string[];
109545
+ };
109546
+ };
109547
+ required: string[];
109548
+ };
109549
+ x: {
109550
+ types: string[];
109551
+ };
109552
+ z: {
109553
+ types: string[];
109554
+ };
109555
+ y: {
109556
+ types: string[];
109557
+ };
109558
+ message: {
109559
+ types: string[];
109560
+ };
109561
+ ttl: {
109562
+ types: string[];
109563
+ };
109564
+ maxTtl: {
109565
+ types: string[];
109566
+ };
109567
+ bornAt: {
109568
+ types: string[];
109569
+ };
109570
+ space: {
109571
+ types: string[];
109572
+ enumValues: string[];
109573
+ };
109574
+ effect: {
109575
+ types: string[];
109576
+ enumValues: string[];
109577
+ };
109578
+ color: {
109579
+ types: string[];
109580
+ };
109581
+ size: {
109582
+ types: string[];
109583
+ };
109584
+ vx: {
109585
+ types: string[];
109586
+ };
109587
+ vy: {
109588
+ types: string[];
109589
+ };
109590
+ vz: {
109591
+ types: string[];
109592
+ };
109593
+ particleCount: {
109594
+ types: string[];
109595
+ };
109596
+ };
109597
+ required: string[];
109598
+ };
109599
+ };
109600
+ presets: {
109601
+ types: string[];
109602
+ description: string;
109603
+ items: {
109604
+ types: string[];
109605
+ properties: {
109606
+ type: {
109607
+ types: string[];
109608
+ };
109609
+ color: {
109610
+ types: string[];
109611
+ };
109612
+ color2: {
109613
+ types: string[];
109614
+ };
109615
+ size: {
109616
+ types: string[];
109617
+ };
109618
+ shape: {
109619
+ types: string[];
109620
+ enumValues: string[];
109621
+ };
109622
+ count: {
109623
+ types: string[];
109624
+ };
109625
+ glow: {
109626
+ types: string[];
109627
+ };
109628
+ gravity: {
109629
+ types: string[];
109630
+ };
109631
+ vx: {
109632
+ types: string[];
109633
+ };
109634
+ vy: {
109635
+ types: string[];
109636
+ };
109637
+ vz: {
109638
+ types: string[];
109639
+ };
109640
+ space: {
109641
+ types: string[];
109642
+ enumValues: string[];
109643
+ };
109644
+ effect: {
109645
+ types: string[];
109646
+ enumValues: string[];
109647
+ };
109648
+ particleCount: {
109649
+ types: string[];
109650
+ };
109651
+ };
109652
+ required: string[];
109653
+ };
109654
+ };
109655
+ art: {
109656
+ types: string[];
109657
+ description: string;
109658
+ mapValue: {
109659
+ types: string[];
109660
+ mapValue: {
109661
+ types: string[];
109662
+ items: {
109663
+ types: string[];
109664
+ drawableSlot: boolean;
109665
+ };
109666
+ };
109667
+ };
109668
+ };
109669
+ sprites: {
109670
+ types: string[];
109671
+ description: string;
109672
+ mapValue: {
109673
+ types: string[];
109674
+ properties: {
109675
+ url: {
109676
+ types: string[];
109677
+ };
109678
+ role: {
109679
+ types: string[];
109680
+ };
109681
+ category: {
109682
+ types: string[];
109683
+ };
109684
+ animations: {
109685
+ types: string[];
109686
+ items: {
109687
+ types: string[];
109688
+ };
109689
+ };
109690
+ style: {
109691
+ types: string[];
109692
+ enumValues: string[];
109693
+ };
109694
+ variant: {
109695
+ types: string[];
109696
+ };
109697
+ dimension: {
109698
+ types: string[];
109699
+ enumValues: string[];
109700
+ };
109701
+ aspect: {
109702
+ types: string[];
109703
+ enumValues: string[];
109704
+ };
109705
+ atlas: {
109706
+ types: string[];
109707
+ };
109708
+ sprite: {
109709
+ types: string[];
109710
+ };
109711
+ name: {
109712
+ types: string[];
109713
+ };
109714
+ thumbnailUrl: {
109715
+ types: string[];
109716
+ };
109717
+ };
109718
+ required: string[];
109719
+ };
109720
+ };
109721
+ tickMs: {
109722
+ types: string[];
109723
+ description: string;
109724
+ };
109725
+ textColor: {
109726
+ types: string[];
109727
+ description: string;
109728
+ };
109729
+ };
109730
+ drawable: boolean;
109731
+ drawHost: boolean;
109732
+ };
108432
109733
  };
108433
109734
  categories: string[];
108434
109735
  };
@@ -110566,6 +111867,16 @@ declare const COMPONENT_MAPPING: {
110566
111867
  importPath: string;
110567
111868
  category: string;
110568
111869
  };
111870
+ "fx-overlay": {
111871
+ component: string;
111872
+ importPath: string;
111873
+ category: string;
111874
+ };
111875
+ "draw-fx-layer": {
111876
+ component: string;
111877
+ importPath: string;
111878
+ category: string;
111879
+ };
110569
111880
  };
110570
111881
  };
110571
111882
  declare const EVENT_CONTRACTS: {