@almadar/patterns 2.30.9 → 2.30.11

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-26T02:09:01.071Z",
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: [
@@ -2354,7 +2359,8 @@ var patterns_registry_default = {
2354
2359
  },
2355
2360
  icon: {
2356
2361
  types: [
2357
- "icon"
2362
+ "icon",
2363
+ "string"
2358
2364
  ]
2359
2365
  },
2360
2366
  onClick: {
@@ -2380,9 +2386,11 @@ var patterns_registry_default = {
2380
2386
  },
2381
2387
  separator: {
2382
2388
  types: [
2383
- "icon"
2389
+ "icon",
2390
+ "string"
2384
2391
  ],
2385
- description: "Separator icon"
2392
+ description: "Separator icon (canonical kebab-case name or LucideIcon component)",
2393
+ default: "chevron-right"
2386
2394
  },
2387
2395
  maxItems: {
2388
2396
  types: [
@@ -3991,7 +3999,12 @@ var patterns_registry_default = {
3991
3999
  "object",
3992
4000
  "array"
3993
4001
  ],
3994
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
4002
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
4003
+ items: {
4004
+ types: [
4005
+ "object"
4006
+ ]
4007
+ }
3995
4008
  },
3996
4009
  className: {
3997
4010
  types: [
@@ -5135,6 +5148,22 @@ var patterns_registry_default = {
5135
5148
  "lg"
5136
5149
  ]
5137
5150
  },
5151
+ look: {
5152
+ types: [
5153
+ "string"
5154
+ ],
5155
+ description: "Layer 2 visual treatment. Picks the chrome (border, shadow, radius, padding-intent) independently of the semantic variant. Resolution chain lives in the compiler \u2014 see docs/Almadar_Std_Variations.md \xA73.1.",
5156
+ enumValues: [
5157
+ "elevated",
5158
+ "flat-bordered",
5159
+ "borderless-divider",
5160
+ "ticket",
5161
+ "invoice",
5162
+ "chip",
5163
+ "tile-image-first"
5164
+ ],
5165
+ default: "elevated"
5166
+ },
5138
5167
  children: {
5139
5168
  types: [
5140
5169
  "node"
@@ -9006,7 +9035,12 @@ var patterns_registry_default = {
9006
9035
  "object",
9007
9036
  "array"
9008
9037
  ],
9009
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
9038
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
9039
+ items: {
9040
+ types: [
9041
+ "object"
9042
+ ]
9043
+ }
9010
9044
  },
9011
9045
  className: {
9012
9046
  types: [
@@ -10462,7 +10496,12 @@ var patterns_registry_default = {
10462
10496
  "object",
10463
10497
  "array"
10464
10498
  ],
10465
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
10499
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
10500
+ items: {
10501
+ types: [
10502
+ "object"
10503
+ ]
10504
+ }
10466
10505
  },
10467
10506
  className: {
10468
10507
  types: [
@@ -16458,7 +16497,56 @@ var patterns_registry_default = {
16458
16497
  "object",
16459
16498
  "array"
16460
16499
  ],
16461
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
16500
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
16501
+ items: {
16502
+ types: [
16503
+ "object"
16504
+ ],
16505
+ properties: {
16506
+ id: {
16507
+ types: [
16508
+ "string"
16509
+ ]
16510
+ },
16511
+ title: {
16512
+ types: [
16513
+ "string"
16514
+ ]
16515
+ },
16516
+ description: {
16517
+ types: [
16518
+ "string"
16519
+ ]
16520
+ },
16521
+ category: {
16522
+ types: [
16523
+ "string"
16524
+ ]
16525
+ },
16526
+ categoryColor: {
16527
+ types: [
16528
+ "string"
16529
+ ]
16530
+ },
16531
+ href: {
16532
+ types: [
16533
+ "string"
16534
+ ]
16535
+ },
16536
+ linkLabel: {
16537
+ types: [
16538
+ "string"
16539
+ ]
16540
+ }
16541
+ },
16542
+ required: [
16543
+ "id",
16544
+ "title",
16545
+ "description",
16546
+ "category",
16547
+ "href"
16548
+ ]
16549
+ }
16462
16550
  },
16463
16551
  className: {
16464
16552
  types: [
@@ -16558,7 +16646,49 @@ var patterns_registry_default = {
16558
16646
  "object",
16559
16647
  "array"
16560
16648
  ],
16561
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
16649
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
16650
+ items: {
16651
+ types: [
16652
+ "object"
16653
+ ],
16654
+ properties: {
16655
+ id: {
16656
+ types: [
16657
+ "string"
16658
+ ]
16659
+ },
16660
+ icon: {
16661
+ types: [
16662
+ "string"
16663
+ ]
16664
+ },
16665
+ title: {
16666
+ types: [
16667
+ "string"
16668
+ ]
16669
+ },
16670
+ description: {
16671
+ types: [
16672
+ "string"
16673
+ ]
16674
+ },
16675
+ href: {
16676
+ types: [
16677
+ "string"
16678
+ ]
16679
+ },
16680
+ linkLabel: {
16681
+ types: [
16682
+ "string"
16683
+ ]
16684
+ }
16685
+ },
16686
+ required: [
16687
+ "id",
16688
+ "title",
16689
+ "description"
16690
+ ]
16691
+ }
16562
16692
  },
16563
16693
  className: {
16564
16694
  types: [
@@ -16664,7 +16794,152 @@ var patterns_registry_default = {
16664
16794
  "object",
16665
16795
  "array"
16666
16796
  ],
16667
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
16797
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
16798
+ items: {
16799
+ types: [
16800
+ "object"
16801
+ ],
16802
+ properties: {
16803
+ id: {
16804
+ types: [
16805
+ "string"
16806
+ ]
16807
+ },
16808
+ tag: {
16809
+ types: [
16810
+ "string"
16811
+ ]
16812
+ },
16813
+ title: {
16814
+ types: [
16815
+ "string"
16816
+ ]
16817
+ },
16818
+ titleAccent: {
16819
+ types: [
16820
+ "string"
16821
+ ]
16822
+ },
16823
+ subtitle: {
16824
+ types: [
16825
+ "string"
16826
+ ]
16827
+ },
16828
+ primaryAction: {
16829
+ types: [
16830
+ "object"
16831
+ ],
16832
+ properties: {
16833
+ label: {
16834
+ types: [
16835
+ "string"
16836
+ ]
16837
+ },
16838
+ href: {
16839
+ types: [
16840
+ "string"
16841
+ ]
16842
+ },
16843
+ variant: {
16844
+ types: [
16845
+ "string"
16846
+ ],
16847
+ enumValues: [
16848
+ "primary",
16849
+ "secondary",
16850
+ "ghost"
16851
+ ]
16852
+ }
16853
+ },
16854
+ required: [
16855
+ "label",
16856
+ "href"
16857
+ ]
16858
+ },
16859
+ secondaryAction: {
16860
+ types: [
16861
+ "object"
16862
+ ],
16863
+ properties: {
16864
+ label: {
16865
+ types: [
16866
+ "string"
16867
+ ]
16868
+ },
16869
+ href: {
16870
+ types: [
16871
+ "string"
16872
+ ]
16873
+ },
16874
+ variant: {
16875
+ types: [
16876
+ "string"
16877
+ ],
16878
+ enumValues: [
16879
+ "primary",
16880
+ "secondary",
16881
+ "ghost"
16882
+ ]
16883
+ }
16884
+ },
16885
+ required: [
16886
+ "label",
16887
+ "href"
16888
+ ]
16889
+ },
16890
+ installCommand: {
16891
+ types: [
16892
+ "string"
16893
+ ]
16894
+ },
16895
+ image: {
16896
+ types: [
16897
+ "object"
16898
+ ],
16899
+ properties: {
16900
+ src: {
16901
+ types: [
16902
+ "string"
16903
+ ]
16904
+ },
16905
+ alt: {
16906
+ types: [
16907
+ "string"
16908
+ ]
16909
+ }
16910
+ },
16911
+ required: [
16912
+ "src",
16913
+ "alt"
16914
+ ]
16915
+ },
16916
+ imagePosition: {
16917
+ types: [
16918
+ "string"
16919
+ ],
16920
+ enumValues: [
16921
+ "below",
16922
+ "right",
16923
+ "background"
16924
+ ]
16925
+ },
16926
+ background: {
16927
+ types: [
16928
+ "string"
16929
+ ],
16930
+ enumValues: [
16931
+ "dark",
16932
+ "gradient",
16933
+ "subtle"
16934
+ ]
16935
+ }
16936
+ },
16937
+ required: [
16938
+ "id",
16939
+ "title",
16940
+ "subtitle"
16941
+ ]
16942
+ }
16668
16943
  },
16669
16944
  className: {
16670
16945
  types: [
@@ -16757,7 +17032,72 @@ var patterns_registry_default = {
16757
17032
  "object",
16758
17033
  "array"
16759
17034
  ],
16760
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
17035
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17036
+ items: {
17037
+ types: [
17038
+ "object"
17039
+ ],
17040
+ properties: {
17041
+ id: {
17042
+ types: [
17043
+ "string"
17044
+ ]
17045
+ },
17046
+ name: {
17047
+ types: [
17048
+ "string"
17049
+ ]
17050
+ },
17051
+ price: {
17052
+ types: [
17053
+ "string"
17054
+ ]
17055
+ },
17056
+ description: {
17057
+ types: [
17058
+ "string"
17059
+ ]
17060
+ },
17061
+ features: {
17062
+ types: [
17063
+ "array"
17064
+ ],
17065
+ items: {
17066
+ types: [
17067
+ "string"
17068
+ ]
17069
+ }
17070
+ },
17071
+ actionLabel: {
17072
+ types: [
17073
+ "string"
17074
+ ]
17075
+ },
17076
+ actionHref: {
17077
+ types: [
17078
+ "string"
17079
+ ]
17080
+ },
17081
+ highlighted: {
17082
+ types: [
17083
+ "boolean"
17084
+ ]
17085
+ },
17086
+ badge: {
17087
+ types: [
17088
+ "string"
17089
+ ]
17090
+ }
17091
+ },
17092
+ required: [
17093
+ "id",
17094
+ "name",
17095
+ "price",
17096
+ "features",
17097
+ "actionLabel",
17098
+ "actionHref"
17099
+ ]
17100
+ }
16761
17101
  },
16762
17102
  className: {
16763
17103
  types: [
@@ -16856,7 +17196,70 @@ var patterns_registry_default = {
16856
17196
  "object",
16857
17197
  "array"
16858
17198
  ],
16859
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
17199
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17200
+ items: {
17201
+ types: [
17202
+ "object"
17203
+ ],
17204
+ properties: {
17205
+ id: {
17206
+ types: [
17207
+ "string"
17208
+ ]
17209
+ },
17210
+ title: {
17211
+ types: [
17212
+ "string"
17213
+ ]
17214
+ },
17215
+ description: {
17216
+ types: [
17217
+ "string"
17218
+ ]
17219
+ },
17220
+ image: {
17221
+ types: [
17222
+ "object"
17223
+ ],
17224
+ properties: {
17225
+ src: {
17226
+ types: [
17227
+ "string"
17228
+ ]
17229
+ },
17230
+ alt: {
17231
+ types: [
17232
+ "string"
17233
+ ]
17234
+ }
17235
+ },
17236
+ required: [
17237
+ "src",
17238
+ "alt"
17239
+ ]
17240
+ },
17241
+ href: {
17242
+ types: [
17243
+ "string"
17244
+ ]
17245
+ },
17246
+ badge: {
17247
+ types: [
17248
+ "string"
17249
+ ]
17250
+ },
17251
+ accentColor: {
17252
+ types: [
17253
+ "string"
17254
+ ]
17255
+ }
17256
+ },
17257
+ required: [
17258
+ "id",
17259
+ "title",
17260
+ "image"
17261
+ ]
17262
+ }
16860
17263
  },
16861
17264
  className: {
16862
17265
  types: [
@@ -16962,7 +17365,34 @@ var patterns_registry_default = {
16962
17365
  "object",
16963
17366
  "array"
16964
17367
  ],
16965
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
17368
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17369
+ items: {
17370
+ types: [
17371
+ "object"
17372
+ ],
17373
+ properties: {
17374
+ id: {
17375
+ types: [
17376
+ "string"
17377
+ ]
17378
+ },
17379
+ value: {
17380
+ types: [
17381
+ "string"
17382
+ ]
17383
+ },
17384
+ label: {
17385
+ types: [
17386
+ "string"
17387
+ ]
17388
+ }
17389
+ },
17390
+ required: [
17391
+ "id",
17392
+ "value",
17393
+ "label"
17394
+ ]
17395
+ }
16966
17396
  },
16967
17397
  className: {
16968
17398
  types: [
@@ -17057,7 +17487,44 @@ var patterns_registry_default = {
17057
17487
  "object",
17058
17488
  "array"
17059
17489
  ],
17060
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
17490
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17491
+ items: {
17492
+ types: [
17493
+ "object"
17494
+ ],
17495
+ properties: {
17496
+ id: {
17497
+ types: [
17498
+ "string"
17499
+ ]
17500
+ },
17501
+ number: {
17502
+ types: [
17503
+ "number"
17504
+ ]
17505
+ },
17506
+ title: {
17507
+ types: [
17508
+ "string"
17509
+ ]
17510
+ },
17511
+ description: {
17512
+ types: [
17513
+ "string"
17514
+ ]
17515
+ },
17516
+ icon: {
17517
+ types: [
17518
+ "string"
17519
+ ]
17520
+ }
17521
+ },
17522
+ required: [
17523
+ "id",
17524
+ "title",
17525
+ "description"
17526
+ ]
17527
+ }
17061
17528
  },
17062
17529
  className: {
17063
17530
  types: [
@@ -17174,7 +17641,50 @@ var patterns_registry_default = {
17174
17641
  "object",
17175
17642
  "array"
17176
17643
  ],
17177
- description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit"
17644
+ description: "Entity record or array of records \u2014 pre-resolved by the trait via render-ui after a fetch emit",
17645
+ items: {
17646
+ types: [
17647
+ "object"
17648
+ ],
17649
+ properties: {
17650
+ id: {
17651
+ types: [
17652
+ "string"
17653
+ ]
17654
+ },
17655
+ name: {
17656
+ types: [
17657
+ "string"
17658
+ ]
17659
+ },
17660
+ nameAr: {
17661
+ types: [
17662
+ "string"
17663
+ ]
17664
+ },
17665
+ role: {
17666
+ types: [
17667
+ "string"
17668
+ ]
17669
+ },
17670
+ bio: {
17671
+ types: [
17672
+ "string"
17673
+ ]
17674
+ },
17675
+ avatar: {
17676
+ types: [
17677
+ "string"
17678
+ ]
17679
+ }
17680
+ },
17681
+ required: [
17682
+ "id",
17683
+ "name",
17684
+ "role",
17685
+ "bio"
17686
+ ]
17687
+ }
17178
17688
  },
17179
17689
  className: {
17180
17690
  types: [
@@ -21890,7 +22400,205 @@ var patterns_registry_default = {
21890
22400
  "object"
21891
22401
  ],
21892
22402
  description: "data prop",
21893
- required: true
22403
+ required: true,
22404
+ properties: {
22405
+ orbitalName: {
22406
+ types: [
22407
+ "string"
22408
+ ]
22409
+ },
22410
+ entityName: {
22411
+ types: [
22412
+ "string"
22413
+ ]
22414
+ },
22415
+ persistence: {
22416
+ types: [
22417
+ "string"
22418
+ ]
22419
+ },
22420
+ fields: {
22421
+ types: [
22422
+ "array"
22423
+ ],
22424
+ items: {
22425
+ types: [
22426
+ "object"
22427
+ ],
22428
+ properties: {
22429
+ name: {
22430
+ types: [
22431
+ "string"
22432
+ ]
22433
+ },
22434
+ type: {
22435
+ types: [
22436
+ "string"
22437
+ ]
22438
+ },
22439
+ required: {
22440
+ types: [
22441
+ "boolean"
22442
+ ]
22443
+ },
22444
+ hasDefault: {
22445
+ types: [
22446
+ "boolean"
22447
+ ]
22448
+ }
22449
+ },
22450
+ required: [
22451
+ "name",
22452
+ "type",
22453
+ "required",
22454
+ "hasDefault"
22455
+ ]
22456
+ }
22457
+ },
22458
+ traits: {
22459
+ types: [
22460
+ "array"
22461
+ ],
22462
+ items: {
22463
+ types: [
22464
+ "object"
22465
+ ],
22466
+ properties: {
22467
+ name: {
22468
+ types: [
22469
+ "string"
22470
+ ]
22471
+ },
22472
+ stateCount: {
22473
+ types: [
22474
+ "number"
22475
+ ]
22476
+ },
22477
+ eventCount: {
22478
+ types: [
22479
+ "number"
22480
+ ]
22481
+ },
22482
+ transitionCount: {
22483
+ types: [
22484
+ "number"
22485
+ ]
22486
+ },
22487
+ emits: {
22488
+ types: [
22489
+ "array"
22490
+ ],
22491
+ items: {
22492
+ types: [
22493
+ "string"
22494
+ ]
22495
+ }
22496
+ },
22497
+ listens: {
22498
+ types: [
22499
+ "array"
22500
+ ],
22501
+ items: {
22502
+ types: [
22503
+ "string"
22504
+ ]
22505
+ }
22506
+ }
22507
+ },
22508
+ required: [
22509
+ "name",
22510
+ "stateCount",
22511
+ "eventCount",
22512
+ "transitionCount",
22513
+ "emits",
22514
+ "listens"
22515
+ ]
22516
+ }
22517
+ },
22518
+ pages: {
22519
+ types: [
22520
+ "array"
22521
+ ],
22522
+ items: {
22523
+ types: [
22524
+ "object"
22525
+ ],
22526
+ properties: {
22527
+ name: {
22528
+ types: [
22529
+ "string"
22530
+ ]
22531
+ },
22532
+ route: {
22533
+ types: [
22534
+ "string"
22535
+ ]
22536
+ }
22537
+ },
22538
+ required: [
22539
+ "name",
22540
+ "route"
22541
+ ]
22542
+ }
22543
+ },
22544
+ traitDetails: {
22545
+ types: [
22546
+ "object"
22547
+ ]
22548
+ },
22549
+ externalLinks: {
22550
+ types: [
22551
+ "array"
22552
+ ],
22553
+ items: {
22554
+ types: [
22555
+ "object"
22556
+ ],
22557
+ properties: {
22558
+ targetOrbital: {
22559
+ types: [
22560
+ "string"
22561
+ ]
22562
+ },
22563
+ eventName: {
22564
+ types: [
22565
+ "string"
22566
+ ]
22567
+ },
22568
+ direction: {
22569
+ types: [
22570
+ "string"
22571
+ ],
22572
+ enumValues: [
22573
+ "out",
22574
+ "in"
22575
+ ]
22576
+ },
22577
+ traitName: {
22578
+ types: [
22579
+ "string"
22580
+ ]
22581
+ }
22582
+ },
22583
+ required: [
22584
+ "targetOrbital",
22585
+ "eventName",
22586
+ "direction",
22587
+ "traitName"
22588
+ ]
22589
+ }
22590
+ }
22591
+ },
22592
+ propertyRequired: [
22593
+ "orbitalName",
22594
+ "entityName",
22595
+ "persistence",
22596
+ "fields",
22597
+ "traits",
22598
+ "pages",
22599
+ "traitDetails",
22600
+ "externalLinks"
22601
+ ]
21894
22602
  }
21895
22603
  }
21896
22604
  },
@@ -21910,7 +22618,205 @@ var patterns_registry_default = {
21910
22618
  "object"
21911
22619
  ],
21912
22620
  description: "data prop",
21913
- required: true
22621
+ required: true,
22622
+ properties: {
22623
+ orbitalName: {
22624
+ types: [
22625
+ "string"
22626
+ ]
22627
+ },
22628
+ entityName: {
22629
+ types: [
22630
+ "string"
22631
+ ]
22632
+ },
22633
+ persistence: {
22634
+ types: [
22635
+ "string"
22636
+ ]
22637
+ },
22638
+ fields: {
22639
+ types: [
22640
+ "array"
22641
+ ],
22642
+ items: {
22643
+ types: [
22644
+ "object"
22645
+ ],
22646
+ properties: {
22647
+ name: {
22648
+ types: [
22649
+ "string"
22650
+ ]
22651
+ },
22652
+ type: {
22653
+ types: [
22654
+ "string"
22655
+ ]
22656
+ },
22657
+ required: {
22658
+ types: [
22659
+ "boolean"
22660
+ ]
22661
+ },
22662
+ hasDefault: {
22663
+ types: [
22664
+ "boolean"
22665
+ ]
22666
+ }
22667
+ },
22668
+ required: [
22669
+ "name",
22670
+ "type",
22671
+ "required",
22672
+ "hasDefault"
22673
+ ]
22674
+ }
22675
+ },
22676
+ traits: {
22677
+ types: [
22678
+ "array"
22679
+ ],
22680
+ items: {
22681
+ types: [
22682
+ "object"
22683
+ ],
22684
+ properties: {
22685
+ name: {
22686
+ types: [
22687
+ "string"
22688
+ ]
22689
+ },
22690
+ stateCount: {
22691
+ types: [
22692
+ "number"
22693
+ ]
22694
+ },
22695
+ eventCount: {
22696
+ types: [
22697
+ "number"
22698
+ ]
22699
+ },
22700
+ transitionCount: {
22701
+ types: [
22702
+ "number"
22703
+ ]
22704
+ },
22705
+ emits: {
22706
+ types: [
22707
+ "array"
22708
+ ],
22709
+ items: {
22710
+ types: [
22711
+ "string"
22712
+ ]
22713
+ }
22714
+ },
22715
+ listens: {
22716
+ types: [
22717
+ "array"
22718
+ ],
22719
+ items: {
22720
+ types: [
22721
+ "string"
22722
+ ]
22723
+ }
22724
+ }
22725
+ },
22726
+ required: [
22727
+ "name",
22728
+ "stateCount",
22729
+ "eventCount",
22730
+ "transitionCount",
22731
+ "emits",
22732
+ "listens"
22733
+ ]
22734
+ }
22735
+ },
22736
+ pages: {
22737
+ types: [
22738
+ "array"
22739
+ ],
22740
+ items: {
22741
+ types: [
22742
+ "object"
22743
+ ],
22744
+ properties: {
22745
+ name: {
22746
+ types: [
22747
+ "string"
22748
+ ]
22749
+ },
22750
+ route: {
22751
+ types: [
22752
+ "string"
22753
+ ]
22754
+ }
22755
+ },
22756
+ required: [
22757
+ "name",
22758
+ "route"
22759
+ ]
22760
+ }
22761
+ },
22762
+ traitDetails: {
22763
+ types: [
22764
+ "object"
22765
+ ]
22766
+ },
22767
+ externalLinks: {
22768
+ types: [
22769
+ "array"
22770
+ ],
22771
+ items: {
22772
+ types: [
22773
+ "object"
22774
+ ],
22775
+ properties: {
22776
+ targetOrbital: {
22777
+ types: [
22778
+ "string"
22779
+ ]
22780
+ },
22781
+ eventName: {
22782
+ types: [
22783
+ "string"
22784
+ ]
22785
+ },
22786
+ direction: {
22787
+ types: [
22788
+ "string"
22789
+ ],
22790
+ enumValues: [
22791
+ "out",
22792
+ "in"
22793
+ ]
22794
+ },
22795
+ traitName: {
22796
+ types: [
22797
+ "string"
22798
+ ]
22799
+ }
22800
+ },
22801
+ required: [
22802
+ "targetOrbital",
22803
+ "eventName",
22804
+ "direction",
22805
+ "traitName"
22806
+ ]
22807
+ }
22808
+ }
22809
+ },
22810
+ propertyRequired: [
22811
+ "orbitalName",
22812
+ "entityName",
22813
+ "persistence",
22814
+ "fields",
22815
+ "traits",
22816
+ "pages",
22817
+ "traitDetails",
22818
+ "externalLinks"
22819
+ ]
21914
22820
  }
21915
22821
  }
21916
22822
  },
@@ -23384,6 +24290,67 @@ var patterns_registry_default = {
23384
24290
  items: {
23385
24291
  types: [
23386
24292
  "object"
24293
+ ],
24294
+ properties: {
24295
+ id: {
24296
+ types: [
24297
+ "string"
24298
+ ]
24299
+ },
24300
+ x: {
24301
+ types: [
24302
+ "number"
24303
+ ]
24304
+ },
24305
+ y: {
24306
+ types: [
24307
+ "number"
24308
+ ]
24309
+ },
24310
+ z: {
24311
+ types: [
24312
+ "number"
24313
+ ]
24314
+ },
24315
+ terrain: {
24316
+ types: [
24317
+ "string"
24318
+ ]
24319
+ },
24320
+ type: {
24321
+ types: [
24322
+ "string"
24323
+ ]
24324
+ },
24325
+ terrainSprite: {
24326
+ types: [
24327
+ "string"
24328
+ ]
24329
+ },
24330
+ passable: {
24331
+ types: [
24332
+ "boolean"
24333
+ ]
24334
+ },
24335
+ movementCost: {
24336
+ types: [
24337
+ "number"
24338
+ ]
24339
+ },
24340
+ tileType: {
24341
+ types: [
24342
+ "string"
24343
+ ]
24344
+ },
24345
+ elevation: {
24346
+ types: [
24347
+ "number"
24348
+ ]
24349
+ }
24350
+ },
24351
+ required: [
24352
+ "x",
24353
+ "y"
23387
24354
  ]
23388
24355
  }
23389
24356
  },
@@ -23395,6 +24362,106 @@ var patterns_registry_default = {
23395
24362
  items: {
23396
24363
  types: [
23397
24364
  "object"
24365
+ ],
24366
+ properties: {
24367
+ id: {
24368
+ types: [
24369
+ "string"
24370
+ ]
24371
+ },
24372
+ position: {
24373
+ types: [
24374
+ "object"
24375
+ ]
24376
+ },
24377
+ x: {
24378
+ types: [
24379
+ "number"
24380
+ ]
24381
+ },
24382
+ y: {
24383
+ types: [
24384
+ "number"
24385
+ ]
24386
+ },
24387
+ z: {
24388
+ types: [
24389
+ "number"
24390
+ ]
24391
+ },
24392
+ sprite: {
24393
+ types: [
24394
+ "string"
24395
+ ]
24396
+ },
24397
+ unitType: {
24398
+ types: [
24399
+ "string"
24400
+ ]
24401
+ },
24402
+ heroId: {
24403
+ types: [
24404
+ "string"
24405
+ ]
24406
+ },
24407
+ name: {
24408
+ types: [
24409
+ "string"
24410
+ ]
24411
+ },
24412
+ team: {
24413
+ types: [
24414
+ "string"
24415
+ ],
24416
+ enumValues: [
24417
+ "player",
24418
+ "enemy",
24419
+ "neutral"
24420
+ ]
24421
+ },
24422
+ faction: {
24423
+ types: [
24424
+ "string"
24425
+ ],
24426
+ enumValues: [
24427
+ "player",
24428
+ "enemy",
24429
+ "neutral"
24430
+ ]
24431
+ },
24432
+ health: {
24433
+ types: [
24434
+ "number"
24435
+ ]
24436
+ },
24437
+ maxHealth: {
24438
+ types: [
24439
+ "number"
24440
+ ]
24441
+ },
24442
+ traits: {
24443
+ types: [
24444
+ "array"
24445
+ ],
24446
+ items: {
24447
+ types: [
24448
+ "object"
24449
+ ]
24450
+ }
24451
+ },
24452
+ previousPosition: {
24453
+ types: [
24454
+ "object"
24455
+ ]
24456
+ },
24457
+ elevation: {
24458
+ types: [
24459
+ "number"
24460
+ ]
24461
+ }
24462
+ },
24463
+ required: [
24464
+ "id"
23398
24465
  ]
23399
24466
  }
23400
24467
  },
@@ -23406,6 +24473,58 @@ var patterns_registry_default = {
23406
24473
  items: {
23407
24474
  types: [
23408
24475
  "object"
24476
+ ],
24477
+ properties: {
24478
+ id: {
24479
+ types: [
24480
+ "string"
24481
+ ]
24482
+ },
24483
+ x: {
24484
+ types: [
24485
+ "number"
24486
+ ]
24487
+ },
24488
+ y: {
24489
+ types: [
24490
+ "number"
24491
+ ]
24492
+ },
24493
+ z: {
24494
+ types: [
24495
+ "number"
24496
+ ]
24497
+ },
24498
+ type: {
24499
+ types: [
24500
+ "string"
24501
+ ]
24502
+ },
24503
+ sprite: {
24504
+ types: [
24505
+ "string"
24506
+ ]
24507
+ },
24508
+ assetUrl: {
24509
+ types: [
24510
+ "string"
24511
+ ]
24512
+ },
24513
+ color: {
24514
+ types: [
24515
+ "string"
24516
+ ]
24517
+ },
24518
+ elevation: {
24519
+ types: [
24520
+ "number"
24521
+ ]
24522
+ }
24523
+ },
24524
+ required: [
24525
+ "x",
24526
+ "y",
24527
+ "type"
23409
24528
  ]
23410
24529
  }
23411
24530
  },
@@ -24470,7 +25589,34 @@ var patterns_registry_default = {
24470
25589
  "object"
24471
25590
  ],
24472
25591
  description: "chapter prop",
24473
- required: true
25592
+ required: true,
25593
+ properties: {
25594
+ id: {
25595
+ types: [
25596
+ "string"
25597
+ ]
25598
+ },
25599
+ title: {
25600
+ types: [
25601
+ "string"
25602
+ ]
25603
+ },
25604
+ content: {
25605
+ types: [
25606
+ "string"
25607
+ ]
25608
+ },
25609
+ orbitalSchema: {
25610
+ types: [
25611
+ "object"
25612
+ ]
25613
+ }
25614
+ },
25615
+ propertyRequired: [
25616
+ "id",
25617
+ "title",
25618
+ "content"
25619
+ ]
24474
25620
  },
24475
25621
  direction: {
24476
25622
  types: [
@@ -24616,6 +25762,54 @@ var patterns_registry_default = {
24616
25762
  items: {
24617
25763
  types: [
24618
25764
  "object"
25765
+ ],
25766
+ properties: {
25767
+ title: {
25768
+ types: [
25769
+ "string"
25770
+ ]
25771
+ },
25772
+ chapters: {
25773
+ types: [
25774
+ "array"
25775
+ ],
25776
+ items: {
25777
+ types: [
25778
+ "object"
25779
+ ],
25780
+ properties: {
25781
+ id: {
25782
+ types: [
25783
+ "string"
25784
+ ]
25785
+ },
25786
+ title: {
25787
+ types: [
25788
+ "string"
25789
+ ]
25790
+ },
25791
+ content: {
25792
+ types: [
25793
+ "string"
25794
+ ]
25795
+ },
25796
+ orbitalSchema: {
25797
+ types: [
25798
+ "object"
25799
+ ]
25800
+ }
25801
+ },
25802
+ required: [
25803
+ "id",
25804
+ "title",
25805
+ "content"
25806
+ ]
25807
+ }
25808
+ }
25809
+ },
25810
+ required: [
25811
+ "title",
25812
+ "chapters"
24619
25813
  ]
24620
25814
  }
24621
25815
  },
@@ -24767,6 +25961,67 @@ var patterns_registry_default = {
24767
25961
  items: {
24768
25962
  types: [
24769
25963
  "object"
25964
+ ],
25965
+ properties: {
25966
+ id: {
25967
+ types: [
25968
+ "string"
25969
+ ]
25970
+ },
25971
+ x: {
25972
+ types: [
25973
+ "number"
25974
+ ]
25975
+ },
25976
+ y: {
25977
+ types: [
25978
+ "number"
25979
+ ]
25980
+ },
25981
+ z: {
25982
+ types: [
25983
+ "number"
25984
+ ]
25985
+ },
25986
+ terrain: {
25987
+ types: [
25988
+ "string"
25989
+ ]
25990
+ },
25991
+ type: {
25992
+ types: [
25993
+ "string"
25994
+ ]
25995
+ },
25996
+ terrainSprite: {
25997
+ types: [
25998
+ "string"
25999
+ ]
26000
+ },
26001
+ passable: {
26002
+ types: [
26003
+ "boolean"
26004
+ ]
26005
+ },
26006
+ movementCost: {
26007
+ types: [
26008
+ "number"
26009
+ ]
26010
+ },
26011
+ tileType: {
26012
+ types: [
26013
+ "string"
26014
+ ]
26015
+ },
26016
+ elevation: {
26017
+ types: [
26018
+ "number"
26019
+ ]
26020
+ }
26021
+ },
26022
+ required: [
26023
+ "x",
26024
+ "y"
24770
26025
  ]
24771
26026
  }
24772
26027
  },
@@ -24777,6 +26032,58 @@ var patterns_registry_default = {
24777
26032
  items: {
24778
26033
  types: [
24779
26034
  "object"
26035
+ ],
26036
+ properties: {
26037
+ id: {
26038
+ types: [
26039
+ "string"
26040
+ ]
26041
+ },
26042
+ x: {
26043
+ types: [
26044
+ "number"
26045
+ ]
26046
+ },
26047
+ y: {
26048
+ types: [
26049
+ "number"
26050
+ ]
26051
+ },
26052
+ z: {
26053
+ types: [
26054
+ "number"
26055
+ ]
26056
+ },
26057
+ type: {
26058
+ types: [
26059
+ "string"
26060
+ ]
26061
+ },
26062
+ sprite: {
26063
+ types: [
26064
+ "string"
26065
+ ]
26066
+ },
26067
+ assetUrl: {
26068
+ types: [
26069
+ "string"
26070
+ ]
26071
+ },
26072
+ color: {
26073
+ types: [
26074
+ "string"
26075
+ ]
26076
+ },
26077
+ elevation: {
26078
+ types: [
26079
+ "number"
26080
+ ]
26081
+ }
26082
+ },
26083
+ required: [
26084
+ "x",
26085
+ "y",
26086
+ "type"
24780
26087
  ]
24781
26088
  }
24782
26089
  },
@@ -25257,10 +26564,24 @@ var patterns_registry_default = {
25257
26564
  propsSchema: {
25258
26565
  actionType: {
25259
26566
  types: [
25260
- "object"
26567
+ "string"
25261
26568
  ],
25262
26569
  description: "The type of combat action to visualise",
25263
- required: true
26570
+ required: true,
26571
+ enumValues: [
26572
+ "melee",
26573
+ "ranged",
26574
+ "magic",
26575
+ "heal",
26576
+ "defend",
26577
+ "hit",
26578
+ "death",
26579
+ "buff",
26580
+ "debuff",
26581
+ "shield",
26582
+ "aoe",
26583
+ "critical"
26584
+ ]
25264
26585
  },
25265
26586
  x: {
25266
26587
  types: [
@@ -25340,7 +26661,27 @@ var patterns_registry_default = {
25340
26661
  types: [
25341
26662
  "object"
25342
26663
  ],
25343
- description: "Full effect asset manifest for the sprite particle engine. When provided, enables the canvas-based particle system."
26664
+ description: "Full effect asset manifest for the sprite particle engine. When provided, enables the canvas-based particle system.",
26665
+ properties: {
26666
+ baseUrl: {
26667
+ types: [
26668
+ "string"
26669
+ ]
26670
+ },
26671
+ particles: {
26672
+ types: [
26673
+ "object"
26674
+ ]
26675
+ },
26676
+ animations: {
26677
+ types: [
26678
+ "object"
26679
+ ]
26680
+ }
26681
+ },
26682
+ propertyRequired: [
26683
+ "baseUrl"
26684
+ ]
25344
26685
  },
25345
26686
  width: {
25346
26687
  types: [
@@ -25388,6 +26729,67 @@ var patterns_registry_default = {
25388
26729
  items: {
25389
26730
  types: [
25390
26731
  "object"
26732
+ ],
26733
+ properties: {
26734
+ id: {
26735
+ types: [
26736
+ "string"
26737
+ ]
26738
+ },
26739
+ x: {
26740
+ types: [
26741
+ "number"
26742
+ ]
26743
+ },
26744
+ y: {
26745
+ types: [
26746
+ "number"
26747
+ ]
26748
+ },
26749
+ z: {
26750
+ types: [
26751
+ "number"
26752
+ ]
26753
+ },
26754
+ terrain: {
26755
+ types: [
26756
+ "string"
26757
+ ]
26758
+ },
26759
+ type: {
26760
+ types: [
26761
+ "string"
26762
+ ]
26763
+ },
26764
+ terrainSprite: {
26765
+ types: [
26766
+ "string"
26767
+ ]
26768
+ },
26769
+ passable: {
26770
+ types: [
26771
+ "boolean"
26772
+ ]
26773
+ },
26774
+ movementCost: {
26775
+ types: [
26776
+ "number"
26777
+ ]
26778
+ },
26779
+ tileType: {
26780
+ types: [
26781
+ "string"
26782
+ ]
26783
+ },
26784
+ elevation: {
26785
+ types: [
26786
+ "number"
26787
+ ]
26788
+ }
26789
+ },
26790
+ required: [
26791
+ "x",
26792
+ "y"
25391
26793
  ]
25392
26794
  }
25393
26795
  },
@@ -25398,6 +26800,58 @@ var patterns_registry_default = {
25398
26800
  items: {
25399
26801
  types: [
25400
26802
  "object"
26803
+ ],
26804
+ properties: {
26805
+ id: {
26806
+ types: [
26807
+ "string"
26808
+ ]
26809
+ },
26810
+ x: {
26811
+ types: [
26812
+ "number"
26813
+ ]
26814
+ },
26815
+ y: {
26816
+ types: [
26817
+ "number"
26818
+ ]
26819
+ },
26820
+ z: {
26821
+ types: [
26822
+ "number"
26823
+ ]
26824
+ },
26825
+ type: {
26826
+ types: [
26827
+ "string"
26828
+ ]
26829
+ },
26830
+ sprite: {
26831
+ types: [
26832
+ "string"
26833
+ ]
26834
+ },
26835
+ assetUrl: {
26836
+ types: [
26837
+ "string"
26838
+ ]
26839
+ },
26840
+ color: {
26841
+ types: [
26842
+ "string"
26843
+ ]
26844
+ },
26845
+ elevation: {
26846
+ types: [
26847
+ "number"
26848
+ ]
26849
+ }
26850
+ },
26851
+ required: [
26852
+ "x",
26853
+ "y",
26854
+ "type"
25401
26855
  ]
25402
26856
  }
25403
26857
  },
@@ -25408,6 +26862,106 @@ var patterns_registry_default = {
25408
26862
  items: {
25409
26863
  types: [
25410
26864
  "object"
26865
+ ],
26866
+ properties: {
26867
+ id: {
26868
+ types: [
26869
+ "string"
26870
+ ]
26871
+ },
26872
+ position: {
26873
+ types: [
26874
+ "object"
26875
+ ]
26876
+ },
26877
+ x: {
26878
+ types: [
26879
+ "number"
26880
+ ]
26881
+ },
26882
+ y: {
26883
+ types: [
26884
+ "number"
26885
+ ]
26886
+ },
26887
+ z: {
26888
+ types: [
26889
+ "number"
26890
+ ]
26891
+ },
26892
+ sprite: {
26893
+ types: [
26894
+ "string"
26895
+ ]
26896
+ },
26897
+ unitType: {
26898
+ types: [
26899
+ "string"
26900
+ ]
26901
+ },
26902
+ heroId: {
26903
+ types: [
26904
+ "string"
26905
+ ]
26906
+ },
26907
+ name: {
26908
+ types: [
26909
+ "string"
26910
+ ]
26911
+ },
26912
+ team: {
26913
+ types: [
26914
+ "string"
26915
+ ],
26916
+ enumValues: [
26917
+ "player",
26918
+ "enemy",
26919
+ "neutral"
26920
+ ]
26921
+ },
26922
+ faction: {
26923
+ types: [
26924
+ "string"
26925
+ ],
26926
+ enumValues: [
26927
+ "player",
26928
+ "enemy",
26929
+ "neutral"
26930
+ ]
26931
+ },
26932
+ health: {
26933
+ types: [
26934
+ "number"
26935
+ ]
26936
+ },
26937
+ maxHealth: {
26938
+ types: [
26939
+ "number"
26940
+ ]
26941
+ },
26942
+ traits: {
26943
+ types: [
26944
+ "array"
26945
+ ],
26946
+ items: {
26947
+ types: [
26948
+ "object"
26949
+ ]
26950
+ }
26951
+ },
26952
+ previousPosition: {
26953
+ types: [
26954
+ "object"
26955
+ ]
26956
+ },
26957
+ elevation: {
26958
+ types: [
26959
+ "number"
26960
+ ]
26961
+ }
26962
+ },
26963
+ required: [
26964
+ "id"
25411
26965
  ]
25412
26966
  }
25413
26967
  },
@@ -29465,6 +31019,58 @@ var patterns_registry_default = {
29465
31019
  items: {
29466
31020
  types: [
29467
31021
  "object"
31022
+ ],
31023
+ properties: {
31024
+ id: {
31025
+ types: [
31026
+ "string"
31027
+ ]
31028
+ },
31029
+ x: {
31030
+ types: [
31031
+ "number"
31032
+ ]
31033
+ },
31034
+ y: {
31035
+ types: [
31036
+ "number"
31037
+ ]
31038
+ },
31039
+ z: {
31040
+ types: [
31041
+ "number"
31042
+ ]
31043
+ },
31044
+ type: {
31045
+ types: [
31046
+ "string"
31047
+ ]
31048
+ },
31049
+ sprite: {
31050
+ types: [
31051
+ "string"
31052
+ ]
31053
+ },
31054
+ assetUrl: {
31055
+ types: [
31056
+ "string"
31057
+ ]
31058
+ },
31059
+ color: {
31060
+ types: [
31061
+ "string"
31062
+ ]
31063
+ },
31064
+ elevation: {
31065
+ types: [
31066
+ "number"
31067
+ ]
31068
+ }
31069
+ },
31070
+ required: [
31071
+ "x",
31072
+ "y",
31073
+ "type"
29468
31074
  ]
29469
31075
  }
29470
31076
  },
@@ -31266,7 +32872,7 @@ var integrators_registry_default = {
31266
32872
  // src/component-mapping.json
31267
32873
  var component_mapping_default = {
31268
32874
  version: "1.0.0",
31269
- exportedAt: "2026-05-22T08:34:08.821Z",
32875
+ exportedAt: "2026-05-26T02:09:01.071Z",
31270
32876
  mappings: {
31271
32877
  "page-header": {
31272
32878
  component: "PageHeader",
@@ -32801,7 +34407,7 @@ var component_mapping_default = {
32801
34407
  // src/event-contracts.json
32802
34408
  var event_contracts_default = {
32803
34409
  version: "1.0.0",
32804
- exportedAt: "2026-05-22T08:34:08.821Z",
34410
+ exportedAt: "2026-05-26T02:09:01.071Z",
32805
34411
  contracts: {
32806
34412
  form: {
32807
34413
  emits: [