@almadar/core 10.90.0 → 10.91.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.
Files changed (36) hide show
  1. package/dist/builders.d.ts +3 -3
  2. package/dist/builders.js +2 -1
  3. package/dist/builders.js.map +1 -1
  4. package/dist/{effect-7jQQxiIt.d.ts → effect-Bt8vKHwd.d.ts} +9 -1
  5. package/dist/{entityAccess-CpHfCQA3.d.ts → entityAccess-BdDX85rM.d.ts} +1 -1
  6. package/dist/factory/index.d.ts +4 -4
  7. package/dist/factory/index.js +225 -70
  8. package/dist/factory/index.js.map +1 -1
  9. package/dist/factory-runtime/index.d.ts +3 -3
  10. package/dist/factory-runtime/index.js +2 -1
  11. package/dist/factory-runtime/index.js.map +1 -1
  12. package/dist/i18n/index.js +6 -0
  13. package/dist/i18n/index.js.map +1 -1
  14. package/dist/{index-BresfHJy.d.ts → index-rOBf1Oag.d.ts} +24 -4
  15. package/dist/index.d.ts +10 -10
  16. package/dist/index.js +432 -79
  17. package/dist/index.js.map +1 -1
  18. package/dist/mock/index.d.ts +11 -5
  19. package/dist/mock/index.js +3 -2
  20. package/dist/mock/index.js.map +1 -1
  21. package/dist/patterns/component-mapping.json +1 -1
  22. package/dist/patterns/event-contracts.json +1 -1
  23. package/dist/patterns/index.d.ts +785 -109
  24. package/dist/patterns/index.js +424 -78
  25. package/dist/patterns/index.js.map +1 -1
  26. package/dist/patterns/integrators-registry.json +198 -6
  27. package/dist/patterns/patterns-registry.json +224 -70
  28. package/dist/patterns/registry.json +224 -70
  29. package/dist/patterns/services-registry.json +265 -68
  30. package/dist/{schema-C52juBr8.d.ts → schema-ovDTDQz9.d.ts} +2 -2
  31. package/dist/{trait-CFiL1YUN.d.ts → trait-C3e3btfn.d.ts} +1 -1
  32. package/dist/types/index.d.ts +5 -5
  33. package/dist/types/index.js +2 -1
  34. package/dist/types/index.js.map +1 -1
  35. package/dist/{types-BgC8ETnl.d.ts → types-rh0naR6C.d.ts} +2 -2
  36. package/package.json +1 -1
@@ -5221,7 +5221,10 @@ var patterns_registry_default = {
5221
5221
  "1:1",
5222
5222
  "16:9",
5223
5223
  "5:7",
5224
- "8:1"
5224
+ "8:1",
5225
+ "4:1",
5226
+ "5:3",
5227
+ "1:2"
5225
5228
  ]
5226
5229
  },
5227
5230
  atlas: {
@@ -5381,7 +5384,10 @@ var patterns_registry_default = {
5381
5384
  "1:1",
5382
5385
  "16:9",
5383
5386
  "5:7",
5384
- "8:1"
5387
+ "8:1",
5388
+ "4:1",
5389
+ "5:3",
5390
+ "1:2"
5385
5391
  ]
5386
5392
  },
5387
5393
  atlas: {
@@ -8415,6 +8421,7 @@ var patterns_registry_default = {
8415
8421
  button: {
8416
8422
  type: "button",
8417
8423
  category: "component",
8424
+ sourceFile: "components/core/atoms/Button.tsx",
8418
8425
  tier: "atoms",
8419
8426
  family: "core",
8420
8427
  description: "Clickable button that emits events",
@@ -8559,7 +8566,10 @@ var patterns_registry_default = {
8559
8566
  "1:1",
8560
8567
  "16:9",
8561
8568
  "5:7",
8562
- "8:1"
8569
+ "8:1",
8570
+ "4:1",
8571
+ "5:3",
8572
+ "1:2"
8563
8573
  ]
8564
8574
  },
8565
8575
  atlas: {
@@ -8601,7 +8611,8 @@ var patterns_registry_default = {
8601
8611
  "object"
8602
8612
  ],
8603
8613
  description: "Payload to include with the action event",
8604
- payloadFor: "action"
8614
+ payloadFor: "action",
8615
+ eventPayloadBrand: true
8605
8616
  },
8606
8617
  label: {
8607
8618
  types: [
@@ -8626,6 +8637,7 @@ var patterns_registry_default = {
8626
8637
  badge: {
8627
8638
  type: "badge",
8628
8639
  category: "component",
8640
+ sourceFile: "components/core/atoms/Badge.tsx",
8629
8641
  tier: "atoms",
8630
8642
  family: "core",
8631
8643
  description: "Small label for status or count",
@@ -8757,7 +8769,10 @@ var patterns_registry_default = {
8757
8769
  "1:1",
8758
8770
  "16:9",
8759
8771
  "5:7",
8760
- "8:1"
8772
+ "8:1",
8773
+ "4:1",
8774
+ "5:3",
8775
+ "1:2"
8761
8776
  ]
8762
8777
  },
8763
8778
  atlas: {
@@ -9257,6 +9272,7 @@ var patterns_registry_default = {
9257
9272
  input: {
9258
9273
  type: "input",
9259
9274
  category: "component",
9275
+ sourceFile: "components/core/atoms/Input.tsx",
9260
9276
  tier: "atoms",
9261
9277
  family: "core",
9262
9278
  description: "Text input field",
@@ -9384,9 +9400,7 @@ var patterns_registry_default = {
9384
9400
  "function",
9385
9401
  "string"
9386
9402
  ],
9387
- description: "Callback or declarative event key when clear button is clicked",
9388
- kind: "event-ref",
9389
- emitPayloadSchema: []
9403
+ description: "Callback or declarative event key when clear button is clicked"
9390
9404
  },
9391
9405
  options: {
9392
9406
  types: [
@@ -9431,16 +9445,9 @@ var patterns_registry_default = {
9431
9445
  kind: "event-ref",
9432
9446
  emitPayloadSchema: [
9433
9447
  {
9434
- name: "value",
9435
- type: "string",
9436
- required: true,
9437
- typeWhen: [
9438
- {
9439
- knob: "inputType",
9440
- equals: "number",
9441
- type: "number"
9442
- }
9443
- ]
9448
+ name: "_payload",
9449
+ type: "object",
9450
+ required: false
9444
9451
  }
9445
9452
  ]
9446
9453
  }
@@ -9510,6 +9517,7 @@ var patterns_registry_default = {
9510
9517
  select: {
9511
9518
  type: "select",
9512
9519
  category: "component",
9520
+ sourceFile: "components/core/atoms/Select.tsx",
9513
9521
  tier: "atoms",
9514
9522
  family: "core",
9515
9523
  description: "Dropdown select input",
@@ -9699,7 +9707,26 @@ var patterns_registry_default = {
9699
9707
  "function",
9700
9708
  "string"
9701
9709
  ],
9702
- description: "Value-based change: a React callback (internal use) OR a declarative event key that emits `{ value }` on the bus (render-ui / lolo authoring). Mirrors the `onChange` handler|event convention so it's an event-emitting prop, not a bare callback."
9710
+ description: "Value-based change: a React callback (internal use) OR a declarative event key that emits `{ value }` on the bus (render-ui / lolo authoring). Mirrors the `onChange` handler|event convention so it's an event-emitting prop, not a bare callback.",
9711
+ kind: "event-ref",
9712
+ emitPayloadSchema: [
9713
+ {
9714
+ name: "value",
9715
+ type: "string",
9716
+ required: true,
9717
+ schema: {
9718
+ types: [
9719
+ "string",
9720
+ "array"
9721
+ ],
9722
+ items: {
9723
+ types: [
9724
+ "string"
9725
+ ]
9726
+ }
9727
+ }
9728
+ }
9729
+ ]
9703
9730
  }
9704
9731
  }
9705
9732
  },
@@ -12254,6 +12281,7 @@ var patterns_registry_default = {
12254
12281
  "input-group": {
12255
12282
  type: "input-group",
12256
12283
  category: "form",
12284
+ sourceFile: "components/core/molecules/InputGroup.tsx",
12257
12285
  tier: "molecules",
12258
12286
  family: "core",
12259
12287
  description: "InputGroup Molecule Component A component for grouping input with addons (icons, buttons, text). Uses Input, Button, Icon, and Typography atoms.",
@@ -12374,9 +12402,7 @@ var patterns_registry_default = {
12374
12402
  "function",
12375
12403
  "string"
12376
12404
  ],
12377
- description: "Callback or declarative event key when clear button is clicked",
12378
- kind: "event-ref",
12379
- emitPayloadSchema: []
12405
+ description: "Callback or declarative event key when clear button is clicked"
12380
12406
  },
12381
12407
  options: {
12382
12408
  types: [
@@ -12420,16 +12446,9 @@ var patterns_registry_default = {
12420
12446
  kind: "event-ref",
12421
12447
  emitPayloadSchema: [
12422
12448
  {
12423
- name: "value",
12424
- type: "string",
12425
- required: true,
12426
- typeWhen: [
12427
- {
12428
- knob: "inputType",
12429
- equals: "number",
12430
- type: "number"
12431
- }
12432
- ]
12449
+ name: "_payload",
12450
+ type: "object",
12451
+ required: false
12433
12452
  }
12434
12453
  ]
12435
12454
  },
@@ -14729,6 +14748,7 @@ var patterns_registry_default = {
14729
14748
  "game-shell": {
14730
14749
  type: "game-shell",
14731
14750
  category: "game",
14751
+ sourceFile: "components/game/templates/GameShell.tsx",
14732
14752
  tier: "templates",
14733
14753
  family: "game",
14734
14754
  description: 'GameShell A full-screen layout wrapper for game applications. Replaces DashboardLayout for game clients \u2014 no sidebar nav, just full-viewport rendering with an optional HUD overlay bar. Used as a React Router layout route element: <Route element={<GameShell appName="TraitWars" />}> <Route index element={<WorldMapPage />} /> ... </Route>',
@@ -14854,7 +14874,10 @@ var patterns_registry_default = {
14854
14874
  "1:1",
14855
14875
  "16:9",
14856
14876
  "5:7",
14857
- "8:1"
14877
+ "8:1",
14878
+ "4:1",
14879
+ "5:3",
14880
+ "1:2"
14858
14881
  ]
14859
14882
  },
14860
14883
  atlas: {
@@ -14949,7 +14972,10 @@ var patterns_registry_default = {
14949
14972
  "1:1",
14950
14973
  "16:9",
14951
14974
  "5:7",
14952
- "8:1"
14975
+ "8:1",
14976
+ "4:1",
14977
+ "5:3",
14978
+ "1:2"
14953
14979
  ]
14954
14980
  },
14955
14981
  atlas: {
@@ -29217,6 +29243,7 @@ var patterns_registry_default = {
29217
29243
  "choice-button": {
29218
29244
  type: "choice-button",
29219
29245
  category: "game",
29246
+ sourceFile: "components/game/atoms/ChoiceButton.tsx",
29220
29247
  tier: "atoms",
29221
29248
  family: "game",
29222
29249
  description: "ChoiceButton component",
@@ -29306,7 +29333,10 @@ var patterns_registry_default = {
29306
29333
  "1:1",
29307
29334
  "16:9",
29308
29335
  "5:7",
29309
- "8:1"
29336
+ "8:1",
29337
+ "4:1",
29338
+ "5:3",
29339
+ "1:2"
29310
29340
  ]
29311
29341
  },
29312
29342
  atlas: {
@@ -29396,6 +29426,7 @@ var patterns_registry_default = {
29396
29426
  "control-button": {
29397
29427
  type: "control-button",
29398
29428
  category: "game",
29429
+ sourceFile: "components/game/atoms/ControlButton.tsx",
29399
29430
  tier: "atoms",
29400
29431
  family: "game",
29401
29432
  description: "ControlButton component",
@@ -29471,7 +29502,10 @@ var patterns_registry_default = {
29471
29502
  "1:1",
29472
29503
  "16:9",
29473
29504
  "5:7",
29474
- "8:1"
29505
+ "8:1",
29506
+ "4:1",
29507
+ "5:3",
29508
+ "1:2"
29475
29509
  ]
29476
29510
  },
29477
29511
  atlas: {
@@ -29588,6 +29622,7 @@ var patterns_registry_default = {
29588
29622
  "dialogue-bubble": {
29589
29623
  type: "dialogue-bubble",
29590
29624
  category: "game",
29625
+ sourceFile: "components/game/atoms/DialogueBubble.tsx",
29591
29626
  tier: "atoms",
29592
29627
  family: "game",
29593
29628
  description: "DialogueBubble component",
@@ -29678,7 +29713,10 @@ var patterns_registry_default = {
29678
29713
  "1:1",
29679
29714
  "16:9",
29680
29715
  "5:7",
29681
- "8:1"
29716
+ "8:1",
29717
+ "4:1",
29718
+ "5:3",
29719
+ "1:2"
29682
29720
  ]
29683
29721
  },
29684
29722
  atlas: {
@@ -29749,6 +29787,7 @@ var patterns_registry_default = {
29749
29787
  "health-bar": {
29750
29788
  type: "health-bar",
29751
29789
  category: "game",
29790
+ sourceFile: "components/game/atoms/HealthBar.tsx",
29752
29791
  tier: "atoms",
29753
29792
  family: "game",
29754
29793
  description: "HealthBar component",
@@ -29897,7 +29936,10 @@ var patterns_registry_default = {
29897
29936
  "1:1",
29898
29937
  "16:9",
29899
29938
  "5:7",
29900
- "8:1"
29939
+ "8:1",
29940
+ "4:1",
29941
+ "5:3",
29942
+ "1:2"
29901
29943
  ]
29902
29944
  },
29903
29945
  atlas: {
@@ -29992,7 +30034,10 @@ var patterns_registry_default = {
29992
30034
  "1:1",
29993
30035
  "16:9",
29994
30036
  "5:7",
29995
- "8:1"
30037
+ "8:1",
30038
+ "4:1",
30039
+ "5:3",
30040
+ "1:2"
29996
30041
  ]
29997
30042
  },
29998
30043
  atlas: {
@@ -30027,6 +30072,7 @@ var patterns_registry_default = {
30027
30072
  "score-display": {
30028
30073
  type: "score-display",
30029
30074
  category: "game",
30075
+ sourceFile: "components/game/atoms/ScoreDisplay.tsx",
30030
30076
  tier: "atoms",
30031
30077
  family: "game",
30032
30078
  description: "ScoreDisplay component",
@@ -30102,7 +30148,10 @@ var patterns_registry_default = {
30102
30148
  "1:1",
30103
30149
  "16:9",
30104
30150
  "5:7",
30105
- "8:1"
30151
+ "8:1",
30152
+ "4:1",
30153
+ "5:3",
30154
+ "1:2"
30106
30155
  ]
30107
30156
  },
30108
30157
  atlas: {
@@ -30189,6 +30238,7 @@ var patterns_registry_default = {
30189
30238
  "timer-display": {
30190
30239
  type: "timer-display",
30191
30240
  category: "game",
30241
+ sourceFile: "components/game/atoms/TimerDisplay.tsx",
30192
30242
  tier: "atoms",
30193
30243
  family: "game",
30194
30244
  description: "TimerDisplay component",
@@ -30315,7 +30365,10 @@ var patterns_registry_default = {
30315
30365
  "1:1",
30316
30366
  "16:9",
30317
30367
  "5:7",
30318
- "8:1"
30368
+ "8:1",
30369
+ "4:1",
30370
+ "5:3",
30371
+ "1:2"
30319
30372
  ]
30320
30373
  },
30321
30374
  atlas: {
@@ -32585,6 +32638,7 @@ var patterns_registry_default = {
32585
32638
  "game-hud": {
32586
32639
  type: "game-hud",
32587
32640
  category: "game",
32641
+ sourceFile: "components/game/molecules/GameHud.tsx",
32588
32642
  tier: "molecules",
32589
32643
  family: "game",
32590
32644
  description: "GameHud component",
@@ -32675,7 +32729,10 @@ var patterns_registry_default = {
32675
32729
  "1:1",
32676
32730
  "16:9",
32677
32731
  "5:7",
32678
- "8:1"
32732
+ "8:1",
32733
+ "4:1",
32734
+ "5:3",
32735
+ "1:2"
32679
32736
  ]
32680
32737
  },
32681
32738
  atlas: {
@@ -32769,7 +32826,10 @@ var patterns_registry_default = {
32769
32826
  "1:1",
32770
32827
  "16:9",
32771
32828
  "5:7",
32772
- "8:1"
32829
+ "8:1",
32830
+ "4:1",
32831
+ "5:3",
32832
+ "1:2"
32773
32833
  ]
32774
32834
  },
32775
32835
  atlas: {
@@ -32926,7 +32986,10 @@ var patterns_registry_default = {
32926
32986
  "1:1",
32927
32987
  "16:9",
32928
32988
  "5:7",
32929
- "8:1"
32989
+ "8:1",
32990
+ "4:1",
32991
+ "5:3",
32992
+ "1:2"
32930
32993
  ]
32931
32994
  },
32932
32995
  atlas: {
@@ -33020,7 +33083,10 @@ var patterns_registry_default = {
33020
33083
  "1:1",
33021
33084
  "16:9",
33022
33085
  "5:7",
33023
- "8:1"
33086
+ "8:1",
33087
+ "4:1",
33088
+ "5:3",
33089
+ "1:2"
33024
33090
  ]
33025
33091
  },
33026
33092
  atlas: {
@@ -33209,7 +33275,10 @@ var patterns_registry_default = {
33209
33275
  "1:1",
33210
33276
  "16:9",
33211
33277
  "5:7",
33212
- "8:1"
33278
+ "8:1",
33279
+ "4:1",
33280
+ "5:3",
33281
+ "1:2"
33213
33282
  ]
33214
33283
  },
33215
33284
  atlas: {
@@ -33556,7 +33625,10 @@ var patterns_registry_default = {
33556
33625
  "1:1",
33557
33626
  "16:9",
33558
33627
  "5:7",
33559
- "8:1"
33628
+ "8:1",
33629
+ "4:1",
33630
+ "5:3",
33631
+ "1:2"
33560
33632
  ]
33561
33633
  },
33562
33634
  atlas: {
@@ -33597,6 +33669,7 @@ var patterns_registry_default = {
33597
33669
  "stat-badge": {
33598
33670
  type: "stat-badge",
33599
33671
  category: "game",
33672
+ sourceFile: "components/game/molecules/StatBadge.tsx",
33600
33673
  tier: "molecules",
33601
33674
  family: "game",
33602
33675
  description: "StatBadge component",
@@ -33672,7 +33745,10 @@ var patterns_registry_default = {
33672
33745
  "1:1",
33673
33746
  "16:9",
33674
33747
  "5:7",
33675
- "8:1"
33748
+ "8:1",
33749
+ "4:1",
33750
+ "5:3",
33751
+ "1:2"
33676
33752
  ]
33677
33753
  },
33678
33754
  atlas: {
@@ -33767,7 +33843,10 @@ var patterns_registry_default = {
33767
33843
  "1:1",
33768
33844
  "16:9",
33769
33845
  "5:7",
33770
- "8:1"
33846
+ "8:1",
33847
+ "4:1",
33848
+ "5:3",
33849
+ "1:2"
33771
33850
  ]
33772
33851
  },
33773
33852
  atlas: {
@@ -34293,6 +34372,7 @@ var patterns_registry_default = {
34293
34372
  "game-audio-toggle": {
34294
34373
  type: "game-audio-toggle",
34295
34374
  category: "game",
34375
+ sourceFile: "components/game/atoms/GameAudioToggle.tsx",
34296
34376
  tier: "atoms",
34297
34377
  family: "game",
34298
34378
  description: "GameAudioToggle component",
@@ -34424,7 +34504,10 @@ var patterns_registry_default = {
34424
34504
  "1:1",
34425
34505
  "16:9",
34426
34506
  "5:7",
34427
- "8:1"
34507
+ "8:1",
34508
+ "4:1",
34509
+ "5:3",
34510
+ "1:2"
34428
34511
  ]
34429
34512
  },
34430
34513
  atlas: {
@@ -34519,7 +34602,10 @@ var patterns_registry_default = {
34519
34602
  "1:1",
34520
34603
  "16:9",
34521
34604
  "5:7",
34522
- "8:1"
34605
+ "8:1",
34606
+ "4:1",
34607
+ "5:3",
34608
+ "1:2"
34523
34609
  ]
34524
34610
  },
34525
34611
  atlas: {
@@ -34568,6 +34654,7 @@ var patterns_registry_default = {
34568
34654
  "trait-slot": {
34569
34655
  type: "trait-slot",
34570
34656
  category: "game",
34657
+ sourceFile: "components/game/molecules/TraitSlot.tsx",
34571
34658
  tier: "molecules",
34572
34659
  family: "game",
34573
34660
  description: "Event Contract: Emits: UI:CLICK Emits: UI:REMOVE",
@@ -34680,7 +34767,10 @@ var patterns_registry_default = {
34680
34767
  "1:1",
34681
34768
  "16:9",
34682
34769
  "5:7",
34683
- "8:1"
34770
+ "8:1",
34771
+ "4:1",
34772
+ "5:3",
34773
+ "1:2"
34684
34774
  ]
34685
34775
  },
34686
34776
  atlas: {
@@ -34923,7 +35013,10 @@ var patterns_registry_default = {
34923
35013
  "1:1",
34924
35014
  "16:9",
34925
35015
  "5:7",
34926
- "8:1"
35016
+ "8:1",
35017
+ "4:1",
35018
+ "5:3",
35019
+ "1:2"
34927
35020
  ]
34928
35021
  },
34929
35022
  atlas: {
@@ -35100,7 +35193,10 @@ var patterns_registry_default = {
35100
35193
  "1:1",
35101
35194
  "16:9",
35102
35195
  "5:7",
35103
- "8:1"
35196
+ "8:1",
35197
+ "4:1",
35198
+ "5:3",
35199
+ "1:2"
35104
35200
  ]
35105
35201
  },
35106
35202
  atlas: {
@@ -35326,7 +35422,10 @@ var patterns_registry_default = {
35326
35422
  "1:1",
35327
35423
  "16:9",
35328
35424
  "5:7",
35329
- "8:1"
35425
+ "8:1",
35426
+ "4:1",
35427
+ "5:3",
35428
+ "1:2"
35330
35429
  ]
35331
35430
  },
35332
35431
  atlas: {
@@ -35521,6 +35620,7 @@ var patterns_registry_default = {
35521
35620
  "action-palette": {
35522
35621
  type: "action-palette",
35523
35622
  category: "game",
35623
+ sourceFile: "components/game/molecules/ActionPalette.tsx",
35524
35624
  tier: "molecules",
35525
35625
  family: "game",
35526
35626
  description: "ActionPalette Component Grid of draggable ActionTile components for the Sequencer tier. Kids pick from these to build their sequence.",
@@ -35631,7 +35731,10 @@ var patterns_registry_default = {
35631
35731
  "1:1",
35632
35732
  "16:9",
35633
35733
  "5:7",
35634
- "8:1"
35734
+ "8:1",
35735
+ "4:1",
35736
+ "5:3",
35737
+ "1:2"
35635
35738
  ]
35636
35739
  },
35637
35740
  atlas: {
@@ -35819,6 +35922,7 @@ var patterns_registry_default = {
35819
35922
  "action-tile": {
35820
35923
  type: "action-tile",
35821
35924
  category: "game",
35925
+ sourceFile: "components/game/molecules/ActionTile.tsx",
35822
35926
  tier: "molecules",
35823
35927
  family: "game",
35824
35928
  description: "ActionTile Component A draggable action tile for the Sequencer tier (ages 5-8). Kids drag these from the ActionPalette into SequenceBar slots. Sets SlotItemData on dataTransfer for TraitSlot compatibility.",
@@ -36031,7 +36135,10 @@ var patterns_registry_default = {
36031
36135
  "1:1",
36032
36136
  "16:9",
36033
36137
  "5:7",
36034
- "8:1"
36138
+ "8:1",
36139
+ "4:1",
36140
+ "5:3",
36141
+ "1:2"
36035
36142
  ]
36036
36143
  },
36037
36144
  atlas: {
@@ -36194,6 +36301,7 @@ var patterns_registry_default = {
36194
36301
  "sequence-bar": {
36195
36302
  type: "sequence-bar",
36196
36303
  category: "game",
36304
+ sourceFile: "components/game/molecules/SequenceBar.tsx",
36197
36305
  tier: "molecules",
36198
36306
  family: "game",
36199
36307
  description: "SequenceBar Component A row of TraitSlot components forming the action sequence for the Sequencer tier (ages 5-8). Kids drag ActionTiles from the palette into these slots to build their sequence.",
@@ -36304,7 +36412,10 @@ var patterns_registry_default = {
36304
36412
  "1:1",
36305
36413
  "16:9",
36306
36414
  "5:7",
36307
- "8:1"
36415
+ "8:1",
36416
+ "4:1",
36417
+ "5:3",
36418
+ "1:2"
36308
36419
  ]
36309
36420
  },
36310
36421
  atlas: {
@@ -36532,7 +36643,10 @@ var patterns_registry_default = {
36532
36643
  "1:1",
36533
36644
  "16:9",
36534
36645
  "5:7",
36535
- "8:1"
36646
+ "8:1",
36647
+ "4:1",
36648
+ "5:3",
36649
+ "1:2"
36536
36650
  ]
36537
36651
  },
36538
36652
  atlas: {
@@ -39581,6 +39695,7 @@ var patterns_registry_default = {
39581
39695
  "canvas-2d": {
39582
39696
  type: "canvas-2d",
39583
39697
  category: "game",
39698
+ sourceFile: "components/game/molecules/Canvas2D.tsx",
39584
39699
  tier: "molecules",
39585
39700
  family: "game",
39586
39701
  description: "Canvas2D component",
@@ -39727,7 +39842,10 @@ var patterns_registry_default = {
39727
39842
  "1:1",
39728
39843
  "16:9",
39729
39844
  "5:7",
39730
- "8:1"
39845
+ "8:1",
39846
+ "4:1",
39847
+ "5:3",
39848
+ "1:2"
39731
39849
  ]
39732
39850
  },
39733
39851
  atlas: {
@@ -40039,6 +40157,7 @@ var patterns_registry_default = {
40039
40157
  "control-grid": {
40040
40158
  type: "control-grid",
40041
40159
  category: "game",
40160
+ sourceFile: "components/game/molecules/ControlGrid.tsx",
40042
40161
  tier: "molecules",
40043
40162
  family: "game",
40044
40163
  description: "ControlGrid component",
@@ -40150,7 +40269,10 @@ var patterns_registry_default = {
40150
40269
  "1:1",
40151
40270
  "16:9",
40152
40271
  "5:7",
40153
- "8:1"
40272
+ "8:1",
40273
+ "4:1",
40274
+ "5:3",
40275
+ "1:2"
40154
40276
  ]
40155
40277
  },
40156
40278
  atlas: {
@@ -40379,7 +40501,10 @@ var patterns_registry_default = {
40379
40501
  "1:1",
40380
40502
  "16:9",
40381
40503
  "5:7",
40382
- "8:1"
40504
+ "8:1",
40505
+ "4:1",
40506
+ "5:3",
40507
+ "1:2"
40383
40508
  ]
40384
40509
  },
40385
40510
  atlas: {
@@ -40450,6 +40575,7 @@ var patterns_registry_default = {
40450
40575
  "game-icon": {
40451
40576
  type: "game-icon",
40452
40577
  category: "game",
40578
+ sourceFile: "components/core/atoms/GameIcon.tsx",
40453
40579
  tier: "atoms",
40454
40580
  family: "core",
40455
40581
  description: "GameIcon component",
@@ -40525,7 +40651,10 @@ var patterns_registry_default = {
40525
40651
  "1:1",
40526
40652
  "16:9",
40527
40653
  "5:7",
40528
- "8:1"
40654
+ "8:1",
40655
+ "4:1",
40656
+ "5:3",
40657
+ "1:2"
40529
40658
  ]
40530
40659
  },
40531
40660
  atlas: {
@@ -48823,6 +48952,7 @@ var patterns_registry_default = {
48823
48952
  "draw-sprite": {
48824
48953
  type: "draw-sprite",
48825
48954
  category: "game",
48955
+ sourceFile: "components/game/atoms/DrawSprite.tsx",
48826
48956
  tier: "atoms",
48827
48957
  family: "game",
48828
48958
  description: "DrawSprite component",
@@ -48944,7 +49074,10 @@ var patterns_registry_default = {
48944
49074
  "1:1",
48945
49075
  "16:9",
48946
49076
  "5:7",
48947
- "8:1"
49077
+ "8:1",
49078
+ "4:1",
49079
+ "5:3",
49080
+ "1:2"
48948
49081
  ]
48949
49082
  },
48950
49083
  atlas: {
@@ -49928,6 +50061,7 @@ var patterns_registry_default = {
49928
50061
  "draw-sprite-layer": {
49929
50062
  type: "draw-sprite-layer",
49930
50063
  category: "game",
50064
+ sourceFile: "components/game/molecules/DrawSpriteLayer.tsx",
49931
50065
  tier: "molecules",
49932
50066
  family: "game",
49933
50067
  description: "DrawSpriteLayer component",
@@ -50070,7 +50204,10 @@ var patterns_registry_default = {
50070
50204
  "1:1",
50071
50205
  "16:9",
50072
50206
  "5:7",
50073
- "8:1"
50207
+ "8:1",
50208
+ "4:1",
50209
+ "5:3",
50210
+ "1:2"
50074
50211
  ]
50075
50212
  },
50076
50213
  atlas: {
@@ -50376,6 +50513,7 @@ var patterns_registry_default = {
50376
50513
  canvas: {
50377
50514
  type: "canvas",
50378
50515
  category: "game",
50516
+ sourceFile: "components/game/molecules/Canvas.tsx",
50379
50517
  tier: "molecules",
50380
50518
  family: "game",
50381
50519
  description: "Canvas component",
@@ -50615,7 +50753,10 @@ var patterns_registry_default = {
50615
50753
  "1:1",
50616
50754
  "16:9",
50617
50755
  "5:7",
50618
- "8:1"
50756
+ "8:1",
50757
+ "4:1",
50758
+ "5:3",
50759
+ "1:2"
50619
50760
  ]
50620
50761
  },
50621
50762
  atlas: {
@@ -53048,6 +53189,7 @@ var patterns_registry_default = {
53048
53189
  "draw-fx-layer": {
53049
53190
  type: "draw-fx-layer",
53050
53191
  category: "game",
53192
+ sourceFile: "components/game/molecules/DrawFxLayer.tsx",
53051
53193
  tier: "molecules",
53052
53194
  family: "game",
53053
53195
  description: "DrawFxLayer component",
@@ -53423,7 +53565,10 @@ var patterns_registry_default = {
53423
53565
  "1:1",
53424
53566
  "16:9",
53425
53567
  "5:7",
53426
- "8:1"
53568
+ "8:1",
53569
+ "4:1",
53570
+ "5:3",
53571
+ "1:2"
53427
53572
  ]
53428
53573
  },
53429
53574
  atlas: {
@@ -54841,7 +54986,10 @@ var patterns_registry_default = {
54841
54986
  "1:1",
54842
54987
  "16:9",
54843
54988
  "5:7",
54844
- "8:1"
54989
+ "8:1",
54990
+ "4:1",
54991
+ "5:3",
54992
+ "1:2"
54845
54993
  ]
54846
54994
  },
54847
54995
  atlas: {
@@ -54973,7 +55121,7 @@ var patterns_registry_default = {
54973
55121
  types: [
54974
55122
  "array"
54975
55123
  ],
54976
- description: "The skeleton (bind pose; FK chain via `parent` names).",
55124
+ description: "The skeleton (bind pose; FK chain via `parent` names). Falls back to the rigbundle's `bones` when empty.",
54977
55125
  required: true,
54978
55126
  items: {
54979
55127
  types: [
@@ -55056,6 +55204,12 @@ var patterns_registry_default = {
55056
55204
  "frames"
55057
55205
  ]
55058
55206
  },
55207
+ clipName: {
55208
+ types: [
55209
+ "string"
55210
+ ],
55211
+ description: "Named clip inside the rigbundle at `meshUrl` (`clips[clipName].frames`); used when `clip` is absent. Empty/unknown = no clip."
55212
+ },
55059
55213
  frame: {
55060
55214
  types: [
55061
55215
  "number"
@@ -55260,7 +55414,8 @@ var EntityFieldSchema = z.lazy(() => {
55260
55414
  properties: z.record(EntityFieldSchema).optional(),
55261
55415
  intrinsic: z.boolean().optional(),
55262
55416
  description: z.string().optional(),
55263
- synonyms: z.string().optional()
55417
+ synonyms: z.string().optional(),
55418
+ mergedFrom: z.string().optional()
55264
55419
  };
55265
55420
  function scalarVariant(t) {
55266
55421
  return z.object({