@almadar/patterns 2.30.9 → 2.30.10

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.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // src/patterns-registry.json
2
2
  var patterns_registry_default = {
3
3
  version: "1.0.0",
4
- exportedAt: "2026-05-22T08:34:08.821Z",
4
+ exportedAt: "2026-05-22T09:19:11.577Z",
5
5
  patterns: {
6
6
  "entity-table": {
7
7
  type: "entity-table",
@@ -19,7 +19,12 @@ var patterns_registry_default = {
19
19
  "object",
20
20
  "array"
21
21
  ],
22
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
22
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
23
+ items: {
24
+ types: [
25
+ "object"
26
+ ]
27
+ }
23
28
  },
24
29
  className: {
25
30
  types: [
@@ -3991,7 +3996,12 @@ var patterns_registry_default = {
3991
3996
  "object",
3992
3997
  "array"
3993
3998
  ],
3994
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
3999
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
4000
+ items: {
4001
+ types: [
4002
+ "object"
4003
+ ]
4004
+ }
3995
4005
  },
3996
4006
  className: {
3997
4007
  types: [
@@ -9006,7 +9016,12 @@ var patterns_registry_default = {
9006
9016
  "object",
9007
9017
  "array"
9008
9018
  ],
9009
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
9019
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
9020
+ items: {
9021
+ types: [
9022
+ "object"
9023
+ ]
9024
+ }
9010
9025
  },
9011
9026
  className: {
9012
9027
  types: [
@@ -10462,7 +10477,12 @@ var patterns_registry_default = {
10462
10477
  "object",
10463
10478
  "array"
10464
10479
  ],
10465
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
10480
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
10481
+ items: {
10482
+ types: [
10483
+ "object"
10484
+ ]
10485
+ }
10466
10486
  },
10467
10487
  className: {
10468
10488
  types: [
@@ -16458,7 +16478,56 @@ var patterns_registry_default = {
16458
16478
  "object",
16459
16479
  "array"
16460
16480
  ],
16461
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
16481
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
16482
+ items: {
16483
+ types: [
16484
+ "object"
16485
+ ],
16486
+ properties: {
16487
+ id: {
16488
+ types: [
16489
+ "string"
16490
+ ]
16491
+ },
16492
+ title: {
16493
+ types: [
16494
+ "string"
16495
+ ]
16496
+ },
16497
+ description: {
16498
+ types: [
16499
+ "string"
16500
+ ]
16501
+ },
16502
+ category: {
16503
+ types: [
16504
+ "string"
16505
+ ]
16506
+ },
16507
+ categoryColor: {
16508
+ types: [
16509
+ "string"
16510
+ ]
16511
+ },
16512
+ href: {
16513
+ types: [
16514
+ "string"
16515
+ ]
16516
+ },
16517
+ linkLabel: {
16518
+ types: [
16519
+ "string"
16520
+ ]
16521
+ }
16522
+ },
16523
+ required: [
16524
+ "id",
16525
+ "title",
16526
+ "description",
16527
+ "category",
16528
+ "href"
16529
+ ]
16530
+ }
16462
16531
  },
16463
16532
  className: {
16464
16533
  types: [
@@ -16558,7 +16627,49 @@ var patterns_registry_default = {
16558
16627
  "object",
16559
16628
  "array"
16560
16629
  ],
16561
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
16630
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
16631
+ items: {
16632
+ types: [
16633
+ "object"
16634
+ ],
16635
+ properties: {
16636
+ id: {
16637
+ types: [
16638
+ "string"
16639
+ ]
16640
+ },
16641
+ icon: {
16642
+ types: [
16643
+ "string"
16644
+ ]
16645
+ },
16646
+ title: {
16647
+ types: [
16648
+ "string"
16649
+ ]
16650
+ },
16651
+ description: {
16652
+ types: [
16653
+ "string"
16654
+ ]
16655
+ },
16656
+ href: {
16657
+ types: [
16658
+ "string"
16659
+ ]
16660
+ },
16661
+ linkLabel: {
16662
+ types: [
16663
+ "string"
16664
+ ]
16665
+ }
16666
+ },
16667
+ required: [
16668
+ "id",
16669
+ "title",
16670
+ "description"
16671
+ ]
16672
+ }
16562
16673
  },
16563
16674
  className: {
16564
16675
  types: [
@@ -16664,7 +16775,152 @@ var patterns_registry_default = {
16664
16775
  "object",
16665
16776
  "array"
16666
16777
  ],
16667
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
16778
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
16779
+ items: {
16780
+ types: [
16781
+ "object"
16782
+ ],
16783
+ properties: {
16784
+ id: {
16785
+ types: [
16786
+ "string"
16787
+ ]
16788
+ },
16789
+ tag: {
16790
+ types: [
16791
+ "string"
16792
+ ]
16793
+ },
16794
+ title: {
16795
+ types: [
16796
+ "string"
16797
+ ]
16798
+ },
16799
+ titleAccent: {
16800
+ types: [
16801
+ "string"
16802
+ ]
16803
+ },
16804
+ subtitle: {
16805
+ types: [
16806
+ "string"
16807
+ ]
16808
+ },
16809
+ primaryAction: {
16810
+ types: [
16811
+ "object"
16812
+ ],
16813
+ properties: {
16814
+ label: {
16815
+ types: [
16816
+ "string"
16817
+ ]
16818
+ },
16819
+ href: {
16820
+ types: [
16821
+ "string"
16822
+ ]
16823
+ },
16824
+ variant: {
16825
+ types: [
16826
+ "string"
16827
+ ],
16828
+ enumValues: [
16829
+ "primary",
16830
+ "secondary",
16831
+ "ghost"
16832
+ ]
16833
+ }
16834
+ },
16835
+ required: [
16836
+ "label",
16837
+ "href"
16838
+ ]
16839
+ },
16840
+ secondaryAction: {
16841
+ types: [
16842
+ "object"
16843
+ ],
16844
+ properties: {
16845
+ label: {
16846
+ types: [
16847
+ "string"
16848
+ ]
16849
+ },
16850
+ href: {
16851
+ types: [
16852
+ "string"
16853
+ ]
16854
+ },
16855
+ variant: {
16856
+ types: [
16857
+ "string"
16858
+ ],
16859
+ enumValues: [
16860
+ "primary",
16861
+ "secondary",
16862
+ "ghost"
16863
+ ]
16864
+ }
16865
+ },
16866
+ required: [
16867
+ "label",
16868
+ "href"
16869
+ ]
16870
+ },
16871
+ installCommand: {
16872
+ types: [
16873
+ "string"
16874
+ ]
16875
+ },
16876
+ image: {
16877
+ types: [
16878
+ "object"
16879
+ ],
16880
+ properties: {
16881
+ src: {
16882
+ types: [
16883
+ "string"
16884
+ ]
16885
+ },
16886
+ alt: {
16887
+ types: [
16888
+ "string"
16889
+ ]
16890
+ }
16891
+ },
16892
+ required: [
16893
+ "src",
16894
+ "alt"
16895
+ ]
16896
+ },
16897
+ imagePosition: {
16898
+ types: [
16899
+ "string"
16900
+ ],
16901
+ enumValues: [
16902
+ "below",
16903
+ "right",
16904
+ "background"
16905
+ ]
16906
+ },
16907
+ background: {
16908
+ types: [
16909
+ "string"
16910
+ ],
16911
+ enumValues: [
16912
+ "dark",
16913
+ "gradient",
16914
+ "subtle"
16915
+ ]
16916
+ }
16917
+ },
16918
+ required: [
16919
+ "id",
16920
+ "title",
16921
+ "subtitle"
16922
+ ]
16923
+ }
16668
16924
  },
16669
16925
  className: {
16670
16926
  types: [
@@ -16757,7 +17013,72 @@ var patterns_registry_default = {
16757
17013
  "object",
16758
17014
  "array"
16759
17015
  ],
16760
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
17016
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17017
+ items: {
17018
+ types: [
17019
+ "object"
17020
+ ],
17021
+ properties: {
17022
+ id: {
17023
+ types: [
17024
+ "string"
17025
+ ]
17026
+ },
17027
+ name: {
17028
+ types: [
17029
+ "string"
17030
+ ]
17031
+ },
17032
+ price: {
17033
+ types: [
17034
+ "string"
17035
+ ]
17036
+ },
17037
+ description: {
17038
+ types: [
17039
+ "string"
17040
+ ]
17041
+ },
17042
+ features: {
17043
+ types: [
17044
+ "array"
17045
+ ],
17046
+ items: {
17047
+ types: [
17048
+ "string"
17049
+ ]
17050
+ }
17051
+ },
17052
+ actionLabel: {
17053
+ types: [
17054
+ "string"
17055
+ ]
17056
+ },
17057
+ actionHref: {
17058
+ types: [
17059
+ "string"
17060
+ ]
17061
+ },
17062
+ highlighted: {
17063
+ types: [
17064
+ "boolean"
17065
+ ]
17066
+ },
17067
+ badge: {
17068
+ types: [
17069
+ "string"
17070
+ ]
17071
+ }
17072
+ },
17073
+ required: [
17074
+ "id",
17075
+ "name",
17076
+ "price",
17077
+ "features",
17078
+ "actionLabel",
17079
+ "actionHref"
17080
+ ]
17081
+ }
16761
17082
  },
16762
17083
  className: {
16763
17084
  types: [
@@ -16856,7 +17177,70 @@ var patterns_registry_default = {
16856
17177
  "object",
16857
17178
  "array"
16858
17179
  ],
16859
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
17180
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17181
+ items: {
17182
+ types: [
17183
+ "object"
17184
+ ],
17185
+ properties: {
17186
+ id: {
17187
+ types: [
17188
+ "string"
17189
+ ]
17190
+ },
17191
+ title: {
17192
+ types: [
17193
+ "string"
17194
+ ]
17195
+ },
17196
+ description: {
17197
+ types: [
17198
+ "string"
17199
+ ]
17200
+ },
17201
+ image: {
17202
+ types: [
17203
+ "object"
17204
+ ],
17205
+ properties: {
17206
+ src: {
17207
+ types: [
17208
+ "string"
17209
+ ]
17210
+ },
17211
+ alt: {
17212
+ types: [
17213
+ "string"
17214
+ ]
17215
+ }
17216
+ },
17217
+ required: [
17218
+ "src",
17219
+ "alt"
17220
+ ]
17221
+ },
17222
+ href: {
17223
+ types: [
17224
+ "string"
17225
+ ]
17226
+ },
17227
+ badge: {
17228
+ types: [
17229
+ "string"
17230
+ ]
17231
+ },
17232
+ accentColor: {
17233
+ types: [
17234
+ "string"
17235
+ ]
17236
+ }
17237
+ },
17238
+ required: [
17239
+ "id",
17240
+ "title",
17241
+ "image"
17242
+ ]
17243
+ }
16860
17244
  },
16861
17245
  className: {
16862
17246
  types: [
@@ -16962,7 +17346,34 @@ var patterns_registry_default = {
16962
17346
  "object",
16963
17347
  "array"
16964
17348
  ],
16965
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
17349
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17350
+ items: {
17351
+ types: [
17352
+ "object"
17353
+ ],
17354
+ properties: {
17355
+ id: {
17356
+ types: [
17357
+ "string"
17358
+ ]
17359
+ },
17360
+ value: {
17361
+ types: [
17362
+ "string"
17363
+ ]
17364
+ },
17365
+ label: {
17366
+ types: [
17367
+ "string"
17368
+ ]
17369
+ }
17370
+ },
17371
+ required: [
17372
+ "id",
17373
+ "value",
17374
+ "label"
17375
+ ]
17376
+ }
16966
17377
  },
16967
17378
  className: {
16968
17379
  types: [
@@ -17057,7 +17468,44 @@ var patterns_registry_default = {
17057
17468
  "object",
17058
17469
  "array"
17059
17470
  ],
17060
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
17471
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17472
+ items: {
17473
+ types: [
17474
+ "object"
17475
+ ],
17476
+ properties: {
17477
+ id: {
17478
+ types: [
17479
+ "string"
17480
+ ]
17481
+ },
17482
+ number: {
17483
+ types: [
17484
+ "number"
17485
+ ]
17486
+ },
17487
+ title: {
17488
+ types: [
17489
+ "string"
17490
+ ]
17491
+ },
17492
+ description: {
17493
+ types: [
17494
+ "string"
17495
+ ]
17496
+ },
17497
+ icon: {
17498
+ types: [
17499
+ "string"
17500
+ ]
17501
+ }
17502
+ },
17503
+ required: [
17504
+ "id",
17505
+ "title",
17506
+ "description"
17507
+ ]
17508
+ }
17061
17509
  },
17062
17510
  className: {
17063
17511
  types: [
@@ -17174,7 +17622,50 @@ var patterns_registry_default = {
17174
17622
  "object",
17175
17623
  "array"
17176
17624
  ],
17177
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
17625
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17626
+ items: {
17627
+ types: [
17628
+ "object"
17629
+ ],
17630
+ properties: {
17631
+ id: {
17632
+ types: [
17633
+ "string"
17634
+ ]
17635
+ },
17636
+ name: {
17637
+ types: [
17638
+ "string"
17639
+ ]
17640
+ },
17641
+ nameAr: {
17642
+ types: [
17643
+ "string"
17644
+ ]
17645
+ },
17646
+ role: {
17647
+ types: [
17648
+ "string"
17649
+ ]
17650
+ },
17651
+ bio: {
17652
+ types: [
17653
+ "string"
17654
+ ]
17655
+ },
17656
+ avatar: {
17657
+ types: [
17658
+ "string"
17659
+ ]
17660
+ }
17661
+ },
17662
+ required: [
17663
+ "id",
17664
+ "name",
17665
+ "role",
17666
+ "bio"
17667
+ ]
17668
+ }
17178
17669
  },
17179
17670
  className: {
17180
17671
  types: [
@@ -21890,7 +22381,205 @@ var patterns_registry_default = {
21890
22381
  "object"
21891
22382
  ],
21892
22383
  description: "data prop",
21893
- required: true
22384
+ required: true,
22385
+ properties: {
22386
+ orbitalName: {
22387
+ types: [
22388
+ "string"
22389
+ ]
22390
+ },
22391
+ entityName: {
22392
+ types: [
22393
+ "string"
22394
+ ]
22395
+ },
22396
+ persistence: {
22397
+ types: [
22398
+ "string"
22399
+ ]
22400
+ },
22401
+ fields: {
22402
+ types: [
22403
+ "array"
22404
+ ],
22405
+ items: {
22406
+ types: [
22407
+ "object"
22408
+ ],
22409
+ properties: {
22410
+ name: {
22411
+ types: [
22412
+ "string"
22413
+ ]
22414
+ },
22415
+ type: {
22416
+ types: [
22417
+ "string"
22418
+ ]
22419
+ },
22420
+ required: {
22421
+ types: [
22422
+ "boolean"
22423
+ ]
22424
+ },
22425
+ hasDefault: {
22426
+ types: [
22427
+ "boolean"
22428
+ ]
22429
+ }
22430
+ },
22431
+ required: [
22432
+ "name",
22433
+ "type",
22434
+ "required",
22435
+ "hasDefault"
22436
+ ]
22437
+ }
22438
+ },
22439
+ traits: {
22440
+ types: [
22441
+ "array"
22442
+ ],
22443
+ items: {
22444
+ types: [
22445
+ "object"
22446
+ ],
22447
+ properties: {
22448
+ name: {
22449
+ types: [
22450
+ "string"
22451
+ ]
22452
+ },
22453
+ stateCount: {
22454
+ types: [
22455
+ "number"
22456
+ ]
22457
+ },
22458
+ eventCount: {
22459
+ types: [
22460
+ "number"
22461
+ ]
22462
+ },
22463
+ transitionCount: {
22464
+ types: [
22465
+ "number"
22466
+ ]
22467
+ },
22468
+ emits: {
22469
+ types: [
22470
+ "array"
22471
+ ],
22472
+ items: {
22473
+ types: [
22474
+ "string"
22475
+ ]
22476
+ }
22477
+ },
22478
+ listens: {
22479
+ types: [
22480
+ "array"
22481
+ ],
22482
+ items: {
22483
+ types: [
22484
+ "string"
22485
+ ]
22486
+ }
22487
+ }
22488
+ },
22489
+ required: [
22490
+ "name",
22491
+ "stateCount",
22492
+ "eventCount",
22493
+ "transitionCount",
22494
+ "emits",
22495
+ "listens"
22496
+ ]
22497
+ }
22498
+ },
22499
+ pages: {
22500
+ types: [
22501
+ "array"
22502
+ ],
22503
+ items: {
22504
+ types: [
22505
+ "object"
22506
+ ],
22507
+ properties: {
22508
+ name: {
22509
+ types: [
22510
+ "string"
22511
+ ]
22512
+ },
22513
+ route: {
22514
+ types: [
22515
+ "string"
22516
+ ]
22517
+ }
22518
+ },
22519
+ required: [
22520
+ "name",
22521
+ "route"
22522
+ ]
22523
+ }
22524
+ },
22525
+ traitDetails: {
22526
+ types: [
22527
+ "object"
22528
+ ]
22529
+ },
22530
+ externalLinks: {
22531
+ types: [
22532
+ "array"
22533
+ ],
22534
+ items: {
22535
+ types: [
22536
+ "object"
22537
+ ],
22538
+ properties: {
22539
+ targetOrbital: {
22540
+ types: [
22541
+ "string"
22542
+ ]
22543
+ },
22544
+ eventName: {
22545
+ types: [
22546
+ "string"
22547
+ ]
22548
+ },
22549
+ direction: {
22550
+ types: [
22551
+ "string"
22552
+ ],
22553
+ enumValues: [
22554
+ "out",
22555
+ "in"
22556
+ ]
22557
+ },
22558
+ traitName: {
22559
+ types: [
22560
+ "string"
22561
+ ]
22562
+ }
22563
+ },
22564
+ required: [
22565
+ "targetOrbital",
22566
+ "eventName",
22567
+ "direction",
22568
+ "traitName"
22569
+ ]
22570
+ }
22571
+ }
22572
+ },
22573
+ propertyRequired: [
22574
+ "orbitalName",
22575
+ "entityName",
22576
+ "persistence",
22577
+ "fields",
22578
+ "traits",
22579
+ "pages",
22580
+ "traitDetails",
22581
+ "externalLinks"
22582
+ ]
21894
22583
  }
21895
22584
  }
21896
22585
  },
@@ -21910,7 +22599,205 @@ var patterns_registry_default = {
21910
22599
  "object"
21911
22600
  ],
21912
22601
  description: "data prop",
21913
- required: true
22602
+ required: true,
22603
+ properties: {
22604
+ orbitalName: {
22605
+ types: [
22606
+ "string"
22607
+ ]
22608
+ },
22609
+ entityName: {
22610
+ types: [
22611
+ "string"
22612
+ ]
22613
+ },
22614
+ persistence: {
22615
+ types: [
22616
+ "string"
22617
+ ]
22618
+ },
22619
+ fields: {
22620
+ types: [
22621
+ "array"
22622
+ ],
22623
+ items: {
22624
+ types: [
22625
+ "object"
22626
+ ],
22627
+ properties: {
22628
+ name: {
22629
+ types: [
22630
+ "string"
22631
+ ]
22632
+ },
22633
+ type: {
22634
+ types: [
22635
+ "string"
22636
+ ]
22637
+ },
22638
+ required: {
22639
+ types: [
22640
+ "boolean"
22641
+ ]
22642
+ },
22643
+ hasDefault: {
22644
+ types: [
22645
+ "boolean"
22646
+ ]
22647
+ }
22648
+ },
22649
+ required: [
22650
+ "name",
22651
+ "type",
22652
+ "required",
22653
+ "hasDefault"
22654
+ ]
22655
+ }
22656
+ },
22657
+ traits: {
22658
+ types: [
22659
+ "array"
22660
+ ],
22661
+ items: {
22662
+ types: [
22663
+ "object"
22664
+ ],
22665
+ properties: {
22666
+ name: {
22667
+ types: [
22668
+ "string"
22669
+ ]
22670
+ },
22671
+ stateCount: {
22672
+ types: [
22673
+ "number"
22674
+ ]
22675
+ },
22676
+ eventCount: {
22677
+ types: [
22678
+ "number"
22679
+ ]
22680
+ },
22681
+ transitionCount: {
22682
+ types: [
22683
+ "number"
22684
+ ]
22685
+ },
22686
+ emits: {
22687
+ types: [
22688
+ "array"
22689
+ ],
22690
+ items: {
22691
+ types: [
22692
+ "string"
22693
+ ]
22694
+ }
22695
+ },
22696
+ listens: {
22697
+ types: [
22698
+ "array"
22699
+ ],
22700
+ items: {
22701
+ types: [
22702
+ "string"
22703
+ ]
22704
+ }
22705
+ }
22706
+ },
22707
+ required: [
22708
+ "name",
22709
+ "stateCount",
22710
+ "eventCount",
22711
+ "transitionCount",
22712
+ "emits",
22713
+ "listens"
22714
+ ]
22715
+ }
22716
+ },
22717
+ pages: {
22718
+ types: [
22719
+ "array"
22720
+ ],
22721
+ items: {
22722
+ types: [
22723
+ "object"
22724
+ ],
22725
+ properties: {
22726
+ name: {
22727
+ types: [
22728
+ "string"
22729
+ ]
22730
+ },
22731
+ route: {
22732
+ types: [
22733
+ "string"
22734
+ ]
22735
+ }
22736
+ },
22737
+ required: [
22738
+ "name",
22739
+ "route"
22740
+ ]
22741
+ }
22742
+ },
22743
+ traitDetails: {
22744
+ types: [
22745
+ "object"
22746
+ ]
22747
+ },
22748
+ externalLinks: {
22749
+ types: [
22750
+ "array"
22751
+ ],
22752
+ items: {
22753
+ types: [
22754
+ "object"
22755
+ ],
22756
+ properties: {
22757
+ targetOrbital: {
22758
+ types: [
22759
+ "string"
22760
+ ]
22761
+ },
22762
+ eventName: {
22763
+ types: [
22764
+ "string"
22765
+ ]
22766
+ },
22767
+ direction: {
22768
+ types: [
22769
+ "string"
22770
+ ],
22771
+ enumValues: [
22772
+ "out",
22773
+ "in"
22774
+ ]
22775
+ },
22776
+ traitName: {
22777
+ types: [
22778
+ "string"
22779
+ ]
22780
+ }
22781
+ },
22782
+ required: [
22783
+ "targetOrbital",
22784
+ "eventName",
22785
+ "direction",
22786
+ "traitName"
22787
+ ]
22788
+ }
22789
+ }
22790
+ },
22791
+ propertyRequired: [
22792
+ "orbitalName",
22793
+ "entityName",
22794
+ "persistence",
22795
+ "fields",
22796
+ "traits",
22797
+ "pages",
22798
+ "traitDetails",
22799
+ "externalLinks"
22800
+ ]
21914
22801
  }
21915
22802
  }
21916
22803
  },
@@ -23384,6 +24271,67 @@ var patterns_registry_default = {
23384
24271
  items: {
23385
24272
  types: [
23386
24273
  "object"
24274
+ ],
24275
+ properties: {
24276
+ id: {
24277
+ types: [
24278
+ "string"
24279
+ ]
24280
+ },
24281
+ x: {
24282
+ types: [
24283
+ "number"
24284
+ ]
24285
+ },
24286
+ y: {
24287
+ types: [
24288
+ "number"
24289
+ ]
24290
+ },
24291
+ z: {
24292
+ types: [
24293
+ "number"
24294
+ ]
24295
+ },
24296
+ terrain: {
24297
+ types: [
24298
+ "string"
24299
+ ]
24300
+ },
24301
+ type: {
24302
+ types: [
24303
+ "string"
24304
+ ]
24305
+ },
24306
+ terrainSprite: {
24307
+ types: [
24308
+ "string"
24309
+ ]
24310
+ },
24311
+ passable: {
24312
+ types: [
24313
+ "boolean"
24314
+ ]
24315
+ },
24316
+ movementCost: {
24317
+ types: [
24318
+ "number"
24319
+ ]
24320
+ },
24321
+ tileType: {
24322
+ types: [
24323
+ "string"
24324
+ ]
24325
+ },
24326
+ elevation: {
24327
+ types: [
24328
+ "number"
24329
+ ]
24330
+ }
24331
+ },
24332
+ required: [
24333
+ "x",
24334
+ "y"
23387
24335
  ]
23388
24336
  }
23389
24337
  },
@@ -23395,6 +24343,106 @@ var patterns_registry_default = {
23395
24343
  items: {
23396
24344
  types: [
23397
24345
  "object"
24346
+ ],
24347
+ properties: {
24348
+ id: {
24349
+ types: [
24350
+ "string"
24351
+ ]
24352
+ },
24353
+ position: {
24354
+ types: [
24355
+ "object"
24356
+ ]
24357
+ },
24358
+ x: {
24359
+ types: [
24360
+ "number"
24361
+ ]
24362
+ },
24363
+ y: {
24364
+ types: [
24365
+ "number"
24366
+ ]
24367
+ },
24368
+ z: {
24369
+ types: [
24370
+ "number"
24371
+ ]
24372
+ },
24373
+ sprite: {
24374
+ types: [
24375
+ "string"
24376
+ ]
24377
+ },
24378
+ unitType: {
24379
+ types: [
24380
+ "string"
24381
+ ]
24382
+ },
24383
+ heroId: {
24384
+ types: [
24385
+ "string"
24386
+ ]
24387
+ },
24388
+ name: {
24389
+ types: [
24390
+ "string"
24391
+ ]
24392
+ },
24393
+ team: {
24394
+ types: [
24395
+ "string"
24396
+ ],
24397
+ enumValues: [
24398
+ "player",
24399
+ "enemy",
24400
+ "neutral"
24401
+ ]
24402
+ },
24403
+ faction: {
24404
+ types: [
24405
+ "string"
24406
+ ],
24407
+ enumValues: [
24408
+ "player",
24409
+ "enemy",
24410
+ "neutral"
24411
+ ]
24412
+ },
24413
+ health: {
24414
+ types: [
24415
+ "number"
24416
+ ]
24417
+ },
24418
+ maxHealth: {
24419
+ types: [
24420
+ "number"
24421
+ ]
24422
+ },
24423
+ traits: {
24424
+ types: [
24425
+ "array"
24426
+ ],
24427
+ items: {
24428
+ types: [
24429
+ "object"
24430
+ ]
24431
+ }
24432
+ },
24433
+ previousPosition: {
24434
+ types: [
24435
+ "object"
24436
+ ]
24437
+ },
24438
+ elevation: {
24439
+ types: [
24440
+ "number"
24441
+ ]
24442
+ }
24443
+ },
24444
+ required: [
24445
+ "id"
23398
24446
  ]
23399
24447
  }
23400
24448
  },
@@ -23406,6 +24454,58 @@ var patterns_registry_default = {
23406
24454
  items: {
23407
24455
  types: [
23408
24456
  "object"
24457
+ ],
24458
+ properties: {
24459
+ id: {
24460
+ types: [
24461
+ "string"
24462
+ ]
24463
+ },
24464
+ x: {
24465
+ types: [
24466
+ "number"
24467
+ ]
24468
+ },
24469
+ y: {
24470
+ types: [
24471
+ "number"
24472
+ ]
24473
+ },
24474
+ z: {
24475
+ types: [
24476
+ "number"
24477
+ ]
24478
+ },
24479
+ type: {
24480
+ types: [
24481
+ "string"
24482
+ ]
24483
+ },
24484
+ sprite: {
24485
+ types: [
24486
+ "string"
24487
+ ]
24488
+ },
24489
+ assetUrl: {
24490
+ types: [
24491
+ "string"
24492
+ ]
24493
+ },
24494
+ color: {
24495
+ types: [
24496
+ "string"
24497
+ ]
24498
+ },
24499
+ elevation: {
24500
+ types: [
24501
+ "number"
24502
+ ]
24503
+ }
24504
+ },
24505
+ required: [
24506
+ "x",
24507
+ "y",
24508
+ "type"
23409
24509
  ]
23410
24510
  }
23411
24511
  },
@@ -24470,7 +25570,34 @@ var patterns_registry_default = {
24470
25570
  "object"
24471
25571
  ],
24472
25572
  description: "chapter prop",
24473
- required: true
25573
+ required: true,
25574
+ properties: {
25575
+ id: {
25576
+ types: [
25577
+ "string"
25578
+ ]
25579
+ },
25580
+ title: {
25581
+ types: [
25582
+ "string"
25583
+ ]
25584
+ },
25585
+ content: {
25586
+ types: [
25587
+ "string"
25588
+ ]
25589
+ },
25590
+ orbitalSchema: {
25591
+ types: [
25592
+ "object"
25593
+ ]
25594
+ }
25595
+ },
25596
+ propertyRequired: [
25597
+ "id",
25598
+ "title",
25599
+ "content"
25600
+ ]
24474
25601
  },
24475
25602
  direction: {
24476
25603
  types: [
@@ -24616,6 +25743,54 @@ var patterns_registry_default = {
24616
25743
  items: {
24617
25744
  types: [
24618
25745
  "object"
25746
+ ],
25747
+ properties: {
25748
+ title: {
25749
+ types: [
25750
+ "string"
25751
+ ]
25752
+ },
25753
+ chapters: {
25754
+ types: [
25755
+ "array"
25756
+ ],
25757
+ items: {
25758
+ types: [
25759
+ "object"
25760
+ ],
25761
+ properties: {
25762
+ id: {
25763
+ types: [
25764
+ "string"
25765
+ ]
25766
+ },
25767
+ title: {
25768
+ types: [
25769
+ "string"
25770
+ ]
25771
+ },
25772
+ content: {
25773
+ types: [
25774
+ "string"
25775
+ ]
25776
+ },
25777
+ orbitalSchema: {
25778
+ types: [
25779
+ "object"
25780
+ ]
25781
+ }
25782
+ },
25783
+ required: [
25784
+ "id",
25785
+ "title",
25786
+ "content"
25787
+ ]
25788
+ }
25789
+ }
25790
+ },
25791
+ required: [
25792
+ "title",
25793
+ "chapters"
24619
25794
  ]
24620
25795
  }
24621
25796
  },
@@ -24767,6 +25942,67 @@ var patterns_registry_default = {
24767
25942
  items: {
24768
25943
  types: [
24769
25944
  "object"
25945
+ ],
25946
+ properties: {
25947
+ id: {
25948
+ types: [
25949
+ "string"
25950
+ ]
25951
+ },
25952
+ x: {
25953
+ types: [
25954
+ "number"
25955
+ ]
25956
+ },
25957
+ y: {
25958
+ types: [
25959
+ "number"
25960
+ ]
25961
+ },
25962
+ z: {
25963
+ types: [
25964
+ "number"
25965
+ ]
25966
+ },
25967
+ terrain: {
25968
+ types: [
25969
+ "string"
25970
+ ]
25971
+ },
25972
+ type: {
25973
+ types: [
25974
+ "string"
25975
+ ]
25976
+ },
25977
+ terrainSprite: {
25978
+ types: [
25979
+ "string"
25980
+ ]
25981
+ },
25982
+ passable: {
25983
+ types: [
25984
+ "boolean"
25985
+ ]
25986
+ },
25987
+ movementCost: {
25988
+ types: [
25989
+ "number"
25990
+ ]
25991
+ },
25992
+ tileType: {
25993
+ types: [
25994
+ "string"
25995
+ ]
25996
+ },
25997
+ elevation: {
25998
+ types: [
25999
+ "number"
26000
+ ]
26001
+ }
26002
+ },
26003
+ required: [
26004
+ "x",
26005
+ "y"
24770
26006
  ]
24771
26007
  }
24772
26008
  },
@@ -24777,6 +26013,58 @@ var patterns_registry_default = {
24777
26013
  items: {
24778
26014
  types: [
24779
26015
  "object"
26016
+ ],
26017
+ properties: {
26018
+ id: {
26019
+ types: [
26020
+ "string"
26021
+ ]
26022
+ },
26023
+ x: {
26024
+ types: [
26025
+ "number"
26026
+ ]
26027
+ },
26028
+ y: {
26029
+ types: [
26030
+ "number"
26031
+ ]
26032
+ },
26033
+ z: {
26034
+ types: [
26035
+ "number"
26036
+ ]
26037
+ },
26038
+ type: {
26039
+ types: [
26040
+ "string"
26041
+ ]
26042
+ },
26043
+ sprite: {
26044
+ types: [
26045
+ "string"
26046
+ ]
26047
+ },
26048
+ assetUrl: {
26049
+ types: [
26050
+ "string"
26051
+ ]
26052
+ },
26053
+ color: {
26054
+ types: [
26055
+ "string"
26056
+ ]
26057
+ },
26058
+ elevation: {
26059
+ types: [
26060
+ "number"
26061
+ ]
26062
+ }
26063
+ },
26064
+ required: [
26065
+ "x",
26066
+ "y",
26067
+ "type"
24780
26068
  ]
24781
26069
  }
24782
26070
  },
@@ -25257,10 +26545,24 @@ var patterns_registry_default = {
25257
26545
  propsSchema: {
25258
26546
  actionType: {
25259
26547
  types: [
25260
- "object"
26548
+ "string"
25261
26549
  ],
25262
26550
  description: "The type of combat action to visualise",
25263
- required: true
26551
+ required: true,
26552
+ enumValues: [
26553
+ "melee",
26554
+ "ranged",
26555
+ "magic",
26556
+ "heal",
26557
+ "defend",
26558
+ "hit",
26559
+ "death",
26560
+ "buff",
26561
+ "debuff",
26562
+ "shield",
26563
+ "aoe",
26564
+ "critical"
26565
+ ]
25264
26566
  },
25265
26567
  x: {
25266
26568
  types: [
@@ -25340,7 +26642,27 @@ var patterns_registry_default = {
25340
26642
  types: [
25341
26643
  "object"
25342
26644
  ],
25343
- description: "Full effect asset manifest for the sprite particle engine. When provided, enables the canvas-based particle system."
26645
+ description: "Full effect asset manifest for the sprite particle engine. When provided, enables the canvas-based particle system.",
26646
+ properties: {
26647
+ baseUrl: {
26648
+ types: [
26649
+ "string"
26650
+ ]
26651
+ },
26652
+ particles: {
26653
+ types: [
26654
+ "object"
26655
+ ]
26656
+ },
26657
+ animations: {
26658
+ types: [
26659
+ "object"
26660
+ ]
26661
+ }
26662
+ },
26663
+ propertyRequired: [
26664
+ "baseUrl"
26665
+ ]
25344
26666
  },
25345
26667
  width: {
25346
26668
  types: [
@@ -25388,6 +26710,67 @@ var patterns_registry_default = {
25388
26710
  items: {
25389
26711
  types: [
25390
26712
  "object"
26713
+ ],
26714
+ properties: {
26715
+ id: {
26716
+ types: [
26717
+ "string"
26718
+ ]
26719
+ },
26720
+ x: {
26721
+ types: [
26722
+ "number"
26723
+ ]
26724
+ },
26725
+ y: {
26726
+ types: [
26727
+ "number"
26728
+ ]
26729
+ },
26730
+ z: {
26731
+ types: [
26732
+ "number"
26733
+ ]
26734
+ },
26735
+ terrain: {
26736
+ types: [
26737
+ "string"
26738
+ ]
26739
+ },
26740
+ type: {
26741
+ types: [
26742
+ "string"
26743
+ ]
26744
+ },
26745
+ terrainSprite: {
26746
+ types: [
26747
+ "string"
26748
+ ]
26749
+ },
26750
+ passable: {
26751
+ types: [
26752
+ "boolean"
26753
+ ]
26754
+ },
26755
+ movementCost: {
26756
+ types: [
26757
+ "number"
26758
+ ]
26759
+ },
26760
+ tileType: {
26761
+ types: [
26762
+ "string"
26763
+ ]
26764
+ },
26765
+ elevation: {
26766
+ types: [
26767
+ "number"
26768
+ ]
26769
+ }
26770
+ },
26771
+ required: [
26772
+ "x",
26773
+ "y"
25391
26774
  ]
25392
26775
  }
25393
26776
  },
@@ -25398,6 +26781,58 @@ var patterns_registry_default = {
25398
26781
  items: {
25399
26782
  types: [
25400
26783
  "object"
26784
+ ],
26785
+ properties: {
26786
+ id: {
26787
+ types: [
26788
+ "string"
26789
+ ]
26790
+ },
26791
+ x: {
26792
+ types: [
26793
+ "number"
26794
+ ]
26795
+ },
26796
+ y: {
26797
+ types: [
26798
+ "number"
26799
+ ]
26800
+ },
26801
+ z: {
26802
+ types: [
26803
+ "number"
26804
+ ]
26805
+ },
26806
+ type: {
26807
+ types: [
26808
+ "string"
26809
+ ]
26810
+ },
26811
+ sprite: {
26812
+ types: [
26813
+ "string"
26814
+ ]
26815
+ },
26816
+ assetUrl: {
26817
+ types: [
26818
+ "string"
26819
+ ]
26820
+ },
26821
+ color: {
26822
+ types: [
26823
+ "string"
26824
+ ]
26825
+ },
26826
+ elevation: {
26827
+ types: [
26828
+ "number"
26829
+ ]
26830
+ }
26831
+ },
26832
+ required: [
26833
+ "x",
26834
+ "y",
26835
+ "type"
25401
26836
  ]
25402
26837
  }
25403
26838
  },
@@ -25408,6 +26843,106 @@ var patterns_registry_default = {
25408
26843
  items: {
25409
26844
  types: [
25410
26845
  "object"
26846
+ ],
26847
+ properties: {
26848
+ id: {
26849
+ types: [
26850
+ "string"
26851
+ ]
26852
+ },
26853
+ position: {
26854
+ types: [
26855
+ "object"
26856
+ ]
26857
+ },
26858
+ x: {
26859
+ types: [
26860
+ "number"
26861
+ ]
26862
+ },
26863
+ y: {
26864
+ types: [
26865
+ "number"
26866
+ ]
26867
+ },
26868
+ z: {
26869
+ types: [
26870
+ "number"
26871
+ ]
26872
+ },
26873
+ sprite: {
26874
+ types: [
26875
+ "string"
26876
+ ]
26877
+ },
26878
+ unitType: {
26879
+ types: [
26880
+ "string"
26881
+ ]
26882
+ },
26883
+ heroId: {
26884
+ types: [
26885
+ "string"
26886
+ ]
26887
+ },
26888
+ name: {
26889
+ types: [
26890
+ "string"
26891
+ ]
26892
+ },
26893
+ team: {
26894
+ types: [
26895
+ "string"
26896
+ ],
26897
+ enumValues: [
26898
+ "player",
26899
+ "enemy",
26900
+ "neutral"
26901
+ ]
26902
+ },
26903
+ faction: {
26904
+ types: [
26905
+ "string"
26906
+ ],
26907
+ enumValues: [
26908
+ "player",
26909
+ "enemy",
26910
+ "neutral"
26911
+ ]
26912
+ },
26913
+ health: {
26914
+ types: [
26915
+ "number"
26916
+ ]
26917
+ },
26918
+ maxHealth: {
26919
+ types: [
26920
+ "number"
26921
+ ]
26922
+ },
26923
+ traits: {
26924
+ types: [
26925
+ "array"
26926
+ ],
26927
+ items: {
26928
+ types: [
26929
+ "object"
26930
+ ]
26931
+ }
26932
+ },
26933
+ previousPosition: {
26934
+ types: [
26935
+ "object"
26936
+ ]
26937
+ },
26938
+ elevation: {
26939
+ types: [
26940
+ "number"
26941
+ ]
26942
+ }
26943
+ },
26944
+ required: [
26945
+ "id"
25411
26946
  ]
25412
26947
  }
25413
26948
  },
@@ -29465,6 +31000,58 @@ var patterns_registry_default = {
29465
31000
  items: {
29466
31001
  types: [
29467
31002
  "object"
31003
+ ],
31004
+ properties: {
31005
+ id: {
31006
+ types: [
31007
+ "string"
31008
+ ]
31009
+ },
31010
+ x: {
31011
+ types: [
31012
+ "number"
31013
+ ]
31014
+ },
31015
+ y: {
31016
+ types: [
31017
+ "number"
31018
+ ]
31019
+ },
31020
+ z: {
31021
+ types: [
31022
+ "number"
31023
+ ]
31024
+ },
31025
+ type: {
31026
+ types: [
31027
+ "string"
31028
+ ]
31029
+ },
31030
+ sprite: {
31031
+ types: [
31032
+ "string"
31033
+ ]
31034
+ },
31035
+ assetUrl: {
31036
+ types: [
31037
+ "string"
31038
+ ]
31039
+ },
31040
+ color: {
31041
+ types: [
31042
+ "string"
31043
+ ]
31044
+ },
31045
+ elevation: {
31046
+ types: [
31047
+ "number"
31048
+ ]
31049
+ }
31050
+ },
31051
+ required: [
31052
+ "x",
31053
+ "y",
31054
+ "type"
29468
31055
  ]
29469
31056
  }
29470
31057
  },
@@ -31266,7 +32853,7 @@ var integrators_registry_default = {
31266
32853
  // src/component-mapping.json
31267
32854
  var component_mapping_default = {
31268
32855
  version: "1.0.0",
31269
- exportedAt: "2026-05-22T08:34:08.821Z",
32856
+ exportedAt: "2026-05-22T09:19:11.577Z",
31270
32857
  mappings: {
31271
32858
  "page-header": {
31272
32859
  component: "PageHeader",
@@ -32801,7 +34388,7 @@ var component_mapping_default = {
32801
34388
  // src/event-contracts.json
32802
34389
  var event_contracts_default = {
32803
34390
  version: "1.0.0",
32804
- exportedAt: "2026-05-22T08:34:08.821Z",
34391
+ exportedAt: "2026-05-22T09:19:11.577Z",
32805
34392
  contracts: {
32806
34393
  form: {
32807
34394
  emits: [