@almadar/patterns 2.34.1 → 2.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -18,6 +18,8 @@ export declare const registry: {
18
18
  entity: {
19
19
  types: string[];
20
20
  description: string;
21
+ kind: string;
22
+ cardinality: string;
21
23
  items: {
22
24
  types: string[];
23
25
  };
@@ -179,6 +181,8 @@ export declare const registry: {
179
181
  entity: {
180
182
  types: string[];
181
183
  description: string;
184
+ kind: string;
185
+ cardinality: string;
182
186
  };
183
187
  className: {
184
188
  types: string[];
@@ -292,6 +296,8 @@ export declare const registry: {
292
296
  entity: {
293
297
  types: string[];
294
298
  description: string;
299
+ kind: string;
300
+ cardinality: string;
295
301
  };
296
302
  className: {
297
303
  types: string[];
@@ -448,6 +454,8 @@ export declare const registry: {
448
454
  entity: {
449
455
  types: string[];
450
456
  description: string;
457
+ kind: string;
458
+ cardinality: string;
451
459
  };
452
460
  className: {
453
461
  types: string[];
@@ -2580,6 +2588,8 @@ export declare const registry: {
2580
2588
  entity: {
2581
2589
  types: string[];
2582
2590
  description: string;
2591
+ kind: string;
2592
+ cardinality: string;
2583
2593
  items: {
2584
2594
  types: string[];
2585
2595
  };
@@ -5693,6 +5703,8 @@ export declare const registry: {
5693
5703
  entity: {
5694
5704
  types: string[];
5695
5705
  description: string;
5706
+ kind: string;
5707
+ cardinality: string;
5696
5708
  items: {
5697
5709
  types: string[];
5698
5710
  };
@@ -6534,6 +6546,11 @@ export declare const registry: {
6534
6546
  entity: {
6535
6547
  types: string[];
6536
6548
  description: string;
6549
+ kind: string;
6550
+ cardinality: string;
6551
+ items: {
6552
+ types: string[];
6553
+ };
6537
6554
  };
6538
6555
  title: {
6539
6556
  types: string[];
@@ -6625,6 +6642,8 @@ export declare const registry: {
6625
6642
  entity: {
6626
6643
  types: string[];
6627
6644
  description: string;
6645
+ kind: string;
6646
+ cardinality: string;
6628
6647
  items: {
6629
6648
  types: string[];
6630
6649
  };
@@ -7460,6 +7479,8 @@ export declare const registry: {
7460
7479
  entity: {
7461
7480
  types: string[];
7462
7481
  description: string;
7482
+ kind: string;
7483
+ cardinality: string;
7463
7484
  };
7464
7485
  className: {
7465
7486
  types: string[];
@@ -7744,6 +7765,8 @@ export declare const registry: {
7744
7765
  events: {
7745
7766
  types: string[];
7746
7767
  description: string;
7768
+ kind: string;
7769
+ cardinality: string;
7747
7770
  items: {
7748
7771
  types: string[];
7749
7772
  properties: {
@@ -8205,6 +8228,11 @@ export declare const registry: {
8205
8228
  types: string[];
8206
8229
  description: string;
8207
8230
  required: boolean;
8231
+ kind: string;
8232
+ cardinality: string;
8233
+ items: {
8234
+ types: string[];
8235
+ };
8208
8236
  };
8209
8237
  fields: {
8210
8238
  types: string[];
@@ -8431,6 +8459,11 @@ export declare const registry: {
8431
8459
  types: string[];
8432
8460
  description: string;
8433
8461
  required: boolean;
8462
+ kind: string;
8463
+ cardinality: string;
8464
+ items: {
8465
+ types: string[];
8466
+ };
8434
8467
  };
8435
8468
  fields: {
8436
8469
  types: string[];
@@ -9455,6 +9488,8 @@ export declare const registry: {
9455
9488
  types: string[];
9456
9489
  description: string;
9457
9490
  required: boolean;
9491
+ kind: string;
9492
+ cardinality: string;
9458
9493
  items: {
9459
9494
  types: string[];
9460
9495
  };
@@ -10494,6 +10529,8 @@ export declare const registry: {
10494
10529
  entity: {
10495
10530
  types: string[];
10496
10531
  description: string;
10532
+ kind: string;
10533
+ cardinality: string;
10497
10534
  items: {
10498
10535
  types: string[];
10499
10536
  properties: {
@@ -10587,6 +10624,8 @@ export declare const registry: {
10587
10624
  entity: {
10588
10625
  types: string[];
10589
10626
  description: string;
10627
+ kind: string;
10628
+ cardinality: string;
10590
10629
  items: {
10591
10630
  types: string[];
10592
10631
  properties: {
@@ -10682,82 +10721,81 @@ export declare const registry: {
10682
10721
  entity: {
10683
10722
  types: string[];
10684
10723
  description: string;
10685
- items: {
10686
- types: string[];
10687
- properties: {
10688
- id: {
10689
- types: string[];
10690
- };
10691
- tag: {
10692
- types: string[];
10693
- };
10694
- title: {
10695
- types: string[];
10696
- };
10697
- titleAccent: {
10698
- types: string[];
10699
- };
10700
- subtitle: {
10701
- types: string[];
10702
- };
10703
- primaryAction: {
10704
- types: string[];
10705
- properties: {
10706
- label: {
10707
- types: string[];
10708
- };
10709
- href: {
10710
- types: string[];
10711
- };
10712
- variant: {
10713
- types: string[];
10714
- enumValues: string[];
10715
- };
10724
+ kind: string;
10725
+ cardinality: string;
10726
+ properties: {
10727
+ id: {
10728
+ types: string[];
10729
+ };
10730
+ tag: {
10731
+ types: string[];
10732
+ };
10733
+ title: {
10734
+ types: string[];
10735
+ };
10736
+ titleAccent: {
10737
+ types: string[];
10738
+ };
10739
+ subtitle: {
10740
+ types: string[];
10741
+ };
10742
+ primaryAction: {
10743
+ types: string[];
10744
+ properties: {
10745
+ label: {
10746
+ types: string[];
10716
10747
  };
10717
- required: string[];
10718
- };
10719
- secondaryAction: {
10720
- types: string[];
10721
- properties: {
10722
- label: {
10723
- types: string[];
10724
- };
10725
- href: {
10726
- types: string[];
10727
- };
10728
- variant: {
10729
- types: string[];
10730
- enumValues: string[];
10731
- };
10748
+ href: {
10749
+ types: string[];
10732
10750
  };
10733
- required: string[];
10734
- };
10735
- installCommand: {
10736
- types: string[];
10737
- };
10738
- image: {
10739
- types: string[];
10740
- properties: {
10741
- src: {
10742
- types: string[];
10743
- };
10744
- alt: {
10745
- types: string[];
10746
- };
10751
+ variant: {
10752
+ types: string[];
10753
+ enumValues: string[];
10747
10754
  };
10748
- required: string[];
10749
10755
  };
10750
- imagePosition: {
10751
- types: string[];
10752
- enumValues: string[];
10756
+ required: string[];
10757
+ };
10758
+ secondaryAction: {
10759
+ types: string[];
10760
+ properties: {
10761
+ label: {
10762
+ types: string[];
10763
+ };
10764
+ href: {
10765
+ types: string[];
10766
+ };
10767
+ variant: {
10768
+ types: string[];
10769
+ enumValues: string[];
10770
+ };
10753
10771
  };
10754
- background: {
10755
- types: string[];
10756
- enumValues: string[];
10772
+ required: string[];
10773
+ };
10774
+ installCommand: {
10775
+ types: string[];
10776
+ };
10777
+ image: {
10778
+ types: string[];
10779
+ properties: {
10780
+ src: {
10781
+ types: string[];
10782
+ };
10783
+ alt: {
10784
+ types: string[];
10785
+ };
10757
10786
  };
10787
+ required: string[];
10788
+ };
10789
+ imagePosition: {
10790
+ types: string[];
10791
+ enumValues: string[];
10792
+ };
10793
+ background: {
10794
+ types: string[];
10795
+ enumValues: string[];
10758
10796
  };
10759
- required: string[];
10760
10797
  };
10798
+ propertyRequired: string[];
10761
10799
  };
10762
10800
  className: {
10763
10801
  types: string[];
@@ -10820,6 +10858,8 @@ export declare const registry: {
10820
10858
  entity: {
10821
10859
  types: string[];
10822
10860
  description: string;
10861
+ kind: string;
10862
+ cardinality: string;
10823
10863
  items: {
10824
10864
  types: string[];
10825
10865
  properties: {
@@ -10922,6 +10962,8 @@ export declare const registry: {
10922
10962
  entity: {
10923
10963
  types: string[];
10924
10964
  description: string;
10965
+ kind: string;
10966
+ cardinality: string;
10925
10967
  items: {
10926
10968
  types: string[];
10927
10969
  properties: {
@@ -11029,6 +11071,8 @@ export declare const registry: {
11029
11071
  entity: {
11030
11072
  types: string[];
11031
11073
  description: string;
11074
+ kind: string;
11075
+ cardinality: string;
11032
11076
  items: {
11033
11077
  types: string[];
11034
11078
  properties: {
@@ -11107,6 +11151,8 @@ export declare const registry: {
11107
11151
  entity: {
11108
11152
  types: string[];
11109
11153
  description: string;
11154
+ kind: string;
11155
+ cardinality: string;
11110
11156
  items: {
11111
11157
  types: string[];
11112
11158
  properties: {
@@ -11205,6 +11251,8 @@ export declare const registry: {
11205
11251
  entity: {
11206
11252
  types: string[];
11207
11253
  description: string;
11254
+ kind: string;
11255
+ cardinality: string;
11208
11256
  items: {
11209
11257
  types: string[];
11210
11258
  properties: {
@@ -12206,6 +12254,8 @@ export declare const registry: {
12206
12254
  types: string[];
12207
12255
  description: string;
12208
12256
  required: boolean;
12257
+ kind: string;
12258
+ cardinality: string;
12209
12259
  items: {
12210
12260
  types: string[];
12211
12261
  properties: {
@@ -12581,6 +12631,43 @@ export declare const registry: {
12581
12631
  types: string[];
12582
12632
  description: string;
12583
12633
  required: boolean;
12634
+ kind: string;
12635
+ cardinality: string;
12636
+ items: {
12637
+ types: string[];
12638
+ properties: {
12639
+ id: {
12640
+ types: string[];
12641
+ };
12642
+ label: {
12643
+ types: string[];
12644
+ };
12645
+ x: {
12646
+ types: string[];
12647
+ };
12648
+ y: {
12649
+ types: string[];
12650
+ };
12651
+ shape: {
12652
+ types: string[];
12653
+ enumValues: string[];
12654
+ };
12655
+ capacity: {
12656
+ types: string[];
12657
+ };
12658
+ status: {
12659
+ types: string[];
12660
+ enumValues: string[];
12661
+ };
12662
+ partySize: {
12663
+ types: string[];
12664
+ };
12665
+ serverName: {
12666
+ types: string[];
12667
+ };
12668
+ };
12669
+ required: string[];
12670
+ };
12584
12671
  };
12585
12672
  width: {
12586
12673
  types: string[];
@@ -16460,6 +16547,8 @@ export declare const registry: {
16460
16547
  entity: {
16461
16548
  types: string[];
16462
16549
  description: string;
16550
+ kind: string;
16551
+ cardinality: string;
16463
16552
  };
16464
16553
  className: {
16465
16554
  types: string[];
@@ -19666,6 +19755,8 @@ export declare const registry: {
19666
19755
  entity: {
19667
19756
  types: string[];
19668
19757
  description: string;
19758
+ kind: string;
19759
+ cardinality: string;
19669
19760
  };
19670
19761
  className: {
19671
19762
  types: string[];
@@ -20214,6 +20305,11 @@ export declare const registry: {
20214
20305
  types: string[];
20215
20306
  description: string;
20216
20307
  required: boolean;
20308
+ kind: string;
20309
+ cardinality: string;
20310
+ items: {
20311
+ types: string[];
20312
+ };
20217
20313
  };
20218
20314
  columns: {
20219
20315
  types: string[];
@@ -20587,6 +20683,8 @@ export declare const PATTERN_REGISTRY: {
20587
20683
  entity: {
20588
20684
  types: string[];
20589
20685
  description: string;
20686
+ kind: string;
20687
+ cardinality: string;
20590
20688
  items: {
20591
20689
  types: string[];
20592
20690
  };
@@ -20748,6 +20846,8 @@ export declare const PATTERN_REGISTRY: {
20748
20846
  entity: {
20749
20847
  types: string[];
20750
20848
  description: string;
20849
+ kind: string;
20850
+ cardinality: string;
20751
20851
  };
20752
20852
  className: {
20753
20853
  types: string[];
@@ -20861,6 +20961,8 @@ export declare const PATTERN_REGISTRY: {
20861
20961
  entity: {
20862
20962
  types: string[];
20863
20963
  description: string;
20964
+ kind: string;
20965
+ cardinality: string;
20864
20966
  };
20865
20967
  className: {
20866
20968
  types: string[];
@@ -21017,6 +21119,8 @@ export declare const PATTERN_REGISTRY: {
21017
21119
  entity: {
21018
21120
  types: string[];
21019
21121
  description: string;
21122
+ kind: string;
21123
+ cardinality: string;
21020
21124
  };
21021
21125
  className: {
21022
21126
  types: string[];
@@ -23149,6 +23253,8 @@ export declare const PATTERN_REGISTRY: {
23149
23253
  entity: {
23150
23254
  types: string[];
23151
23255
  description: string;
23256
+ kind: string;
23257
+ cardinality: string;
23152
23258
  items: {
23153
23259
  types: string[];
23154
23260
  };
@@ -26262,6 +26368,8 @@ export declare const PATTERN_REGISTRY: {
26262
26368
  entity: {
26263
26369
  types: string[];
26264
26370
  description: string;
26371
+ kind: string;
26372
+ cardinality: string;
26265
26373
  items: {
26266
26374
  types: string[];
26267
26375
  };
@@ -27103,6 +27211,11 @@ export declare const PATTERN_REGISTRY: {
27103
27211
  entity: {
27104
27212
  types: string[];
27105
27213
  description: string;
27214
+ kind: string;
27215
+ cardinality: string;
27216
+ items: {
27217
+ types: string[];
27218
+ };
27106
27219
  };
27107
27220
  title: {
27108
27221
  types: string[];
@@ -27194,6 +27307,8 @@ export declare const PATTERN_REGISTRY: {
27194
27307
  entity: {
27195
27308
  types: string[];
27196
27309
  description: string;
27310
+ kind: string;
27311
+ cardinality: string;
27197
27312
  items: {
27198
27313
  types: string[];
27199
27314
  };
@@ -28029,6 +28144,8 @@ export declare const PATTERN_REGISTRY: {
28029
28144
  entity: {
28030
28145
  types: string[];
28031
28146
  description: string;
28147
+ kind: string;
28148
+ cardinality: string;
28032
28149
  };
28033
28150
  className: {
28034
28151
  types: string[];
@@ -28313,6 +28430,8 @@ export declare const PATTERN_REGISTRY: {
28313
28430
  events: {
28314
28431
  types: string[];
28315
28432
  description: string;
28433
+ kind: string;
28434
+ cardinality: string;
28316
28435
  items: {
28317
28436
  types: string[];
28318
28437
  properties: {
@@ -28774,6 +28893,11 @@ export declare const PATTERN_REGISTRY: {
28774
28893
  types: string[];
28775
28894
  description: string;
28776
28895
  required: boolean;
28896
+ kind: string;
28897
+ cardinality: string;
28898
+ items: {
28899
+ types: string[];
28900
+ };
28777
28901
  };
28778
28902
  fields: {
28779
28903
  types: string[];
@@ -29000,6 +29124,11 @@ export declare const PATTERN_REGISTRY: {
29000
29124
  types: string[];
29001
29125
  description: string;
29002
29126
  required: boolean;
29127
+ kind: string;
29128
+ cardinality: string;
29129
+ items: {
29130
+ types: string[];
29131
+ };
29003
29132
  };
29004
29133
  fields: {
29005
29134
  types: string[];
@@ -30024,6 +30153,8 @@ export declare const PATTERN_REGISTRY: {
30024
30153
  types: string[];
30025
30154
  description: string;
30026
30155
  required: boolean;
30156
+ kind: string;
30157
+ cardinality: string;
30027
30158
  items: {
30028
30159
  types: string[];
30029
30160
  };
@@ -31063,6 +31194,8 @@ export declare const PATTERN_REGISTRY: {
31063
31194
  entity: {
31064
31195
  types: string[];
31065
31196
  description: string;
31197
+ kind: string;
31198
+ cardinality: string;
31066
31199
  items: {
31067
31200
  types: string[];
31068
31201
  properties: {
@@ -31156,6 +31289,8 @@ export declare const PATTERN_REGISTRY: {
31156
31289
  entity: {
31157
31290
  types: string[];
31158
31291
  description: string;
31292
+ kind: string;
31293
+ cardinality: string;
31159
31294
  items: {
31160
31295
  types: string[];
31161
31296
  properties: {
@@ -31251,82 +31386,81 @@ export declare const PATTERN_REGISTRY: {
31251
31386
  entity: {
31252
31387
  types: string[];
31253
31388
  description: string;
31254
- items: {
31255
- types: string[];
31256
- properties: {
31257
- id: {
31258
- types: string[];
31259
- };
31260
- tag: {
31261
- types: string[];
31262
- };
31263
- title: {
31264
- types: string[];
31265
- };
31266
- titleAccent: {
31267
- types: string[];
31268
- };
31269
- subtitle: {
31270
- types: string[];
31271
- };
31272
- primaryAction: {
31273
- types: string[];
31274
- properties: {
31275
- label: {
31276
- types: string[];
31277
- };
31278
- href: {
31279
- types: string[];
31280
- };
31281
- variant: {
31282
- types: string[];
31283
- enumValues: string[];
31284
- };
31389
+ kind: string;
31390
+ cardinality: string;
31391
+ properties: {
31392
+ id: {
31393
+ types: string[];
31394
+ };
31395
+ tag: {
31396
+ types: string[];
31397
+ };
31398
+ title: {
31399
+ types: string[];
31400
+ };
31401
+ titleAccent: {
31402
+ types: string[];
31403
+ };
31404
+ subtitle: {
31405
+ types: string[];
31406
+ };
31407
+ primaryAction: {
31408
+ types: string[];
31409
+ properties: {
31410
+ label: {
31411
+ types: string[];
31285
31412
  };
31286
- required: string[];
31287
- };
31288
- secondaryAction: {
31289
- types: string[];
31290
- properties: {
31291
- label: {
31292
- types: string[];
31293
- };
31294
- href: {
31295
- types: string[];
31296
- };
31297
- variant: {
31298
- types: string[];
31299
- enumValues: string[];
31300
- };
31413
+ href: {
31414
+ types: string[];
31301
31415
  };
31302
- required: string[];
31303
- };
31304
- installCommand: {
31305
- types: string[];
31306
- };
31307
- image: {
31308
- types: string[];
31309
- properties: {
31310
- src: {
31311
- types: string[];
31312
- };
31313
- alt: {
31314
- types: string[];
31315
- };
31416
+ variant: {
31417
+ types: string[];
31418
+ enumValues: string[];
31316
31419
  };
31317
- required: string[];
31318
31420
  };
31319
- imagePosition: {
31320
- types: string[];
31321
- enumValues: string[];
31421
+ required: string[];
31422
+ };
31423
+ secondaryAction: {
31424
+ types: string[];
31425
+ properties: {
31426
+ label: {
31427
+ types: string[];
31428
+ };
31429
+ href: {
31430
+ types: string[];
31431
+ };
31432
+ variant: {
31433
+ types: string[];
31434
+ enumValues: string[];
31435
+ };
31322
31436
  };
31323
- background: {
31324
- types: string[];
31325
- enumValues: string[];
31437
+ required: string[];
31438
+ };
31439
+ installCommand: {
31440
+ types: string[];
31441
+ };
31442
+ image: {
31443
+ types: string[];
31444
+ properties: {
31445
+ src: {
31446
+ types: string[];
31447
+ };
31448
+ alt: {
31449
+ types: string[];
31450
+ };
31326
31451
  };
31452
+ required: string[];
31453
+ };
31454
+ imagePosition: {
31455
+ types: string[];
31456
+ enumValues: string[];
31457
+ };
31458
+ background: {
31459
+ types: string[];
31460
+ enumValues: string[];
31327
31461
  };
31328
- required: string[];
31329
31462
  };
31463
+ propertyRequired: string[];
31330
31464
  };
31331
31465
  className: {
31332
31466
  types: string[];
@@ -31389,6 +31523,8 @@ export declare const PATTERN_REGISTRY: {
31389
31523
  entity: {
31390
31524
  types: string[];
31391
31525
  description: string;
31526
+ kind: string;
31527
+ cardinality: string;
31392
31528
  items: {
31393
31529
  types: string[];
31394
31530
  properties: {
@@ -31491,6 +31627,8 @@ export declare const PATTERN_REGISTRY: {
31491
31627
  entity: {
31492
31628
  types: string[];
31493
31629
  description: string;
31630
+ kind: string;
31631
+ cardinality: string;
31494
31632
  items: {
31495
31633
  types: string[];
31496
31634
  properties: {
@@ -31598,6 +31736,8 @@ export declare const PATTERN_REGISTRY: {
31598
31736
  entity: {
31599
31737
  types: string[];
31600
31738
  description: string;
31739
+ kind: string;
31740
+ cardinality: string;
31601
31741
  items: {
31602
31742
  types: string[];
31603
31743
  properties: {
@@ -31676,6 +31816,8 @@ export declare const PATTERN_REGISTRY: {
31676
31816
  entity: {
31677
31817
  types: string[];
31678
31818
  description: string;
31819
+ kind: string;
31820
+ cardinality: string;
31679
31821
  items: {
31680
31822
  types: string[];
31681
31823
  properties: {
@@ -31774,6 +31916,8 @@ export declare const PATTERN_REGISTRY: {
31774
31916
  entity: {
31775
31917
  types: string[];
31776
31918
  description: string;
31919
+ kind: string;
31920
+ cardinality: string;
31777
31921
  items: {
31778
31922
  types: string[];
31779
31923
  properties: {
@@ -32775,6 +32919,8 @@ export declare const PATTERN_REGISTRY: {
32775
32919
  types: string[];
32776
32920
  description: string;
32777
32921
  required: boolean;
32922
+ kind: string;
32923
+ cardinality: string;
32778
32924
  items: {
32779
32925
  types: string[];
32780
32926
  properties: {
@@ -33150,6 +33296,43 @@ export declare const PATTERN_REGISTRY: {
33150
33296
  types: string[];
33151
33297
  description: string;
33152
33298
  required: boolean;
33299
+ kind: string;
33300
+ cardinality: string;
33301
+ items: {
33302
+ types: string[];
33303
+ properties: {
33304
+ id: {
33305
+ types: string[];
33306
+ };
33307
+ label: {
33308
+ types: string[];
33309
+ };
33310
+ x: {
33311
+ types: string[];
33312
+ };
33313
+ y: {
33314
+ types: string[];
33315
+ };
33316
+ shape: {
33317
+ types: string[];
33318
+ enumValues: string[];
33319
+ };
33320
+ capacity: {
33321
+ types: string[];
33322
+ };
33323
+ status: {
33324
+ types: string[];
33325
+ enumValues: string[];
33326
+ };
33327
+ partySize: {
33328
+ types: string[];
33329
+ };
33330
+ serverName: {
33331
+ types: string[];
33332
+ };
33333
+ };
33334
+ required: string[];
33335
+ };
33153
33336
  };
33154
33337
  width: {
33155
33338
  types: string[];
@@ -37029,6 +37212,8 @@ export declare const PATTERN_REGISTRY: {
37029
37212
  entity: {
37030
37213
  types: string[];
37031
37214
  description: string;
37215
+ kind: string;
37216
+ cardinality: string;
37032
37217
  };
37033
37218
  className: {
37034
37219
  types: string[];
@@ -40235,6 +40420,8 @@ export declare const PATTERN_REGISTRY: {
40235
40420
  entity: {
40236
40421
  types: string[];
40237
40422
  description: string;
40423
+ kind: string;
40424
+ cardinality: string;
40238
40425
  };
40239
40426
  className: {
40240
40427
  types: string[];
@@ -40783,6 +40970,11 @@ export declare const PATTERN_REGISTRY: {
40783
40970
  types: string[];
40784
40971
  description: string;
40785
40972
  required: boolean;
40973
+ kind: string;
40974
+ cardinality: string;
40975
+ items: {
40976
+ types: string[];
40977
+ };
40786
40978
  };
40787
40979
  columns: {
40788
40980
  types: string[];
@@ -43955,3 +44147,4 @@ export declare function getComponentForPattern(patternType: string): string | nu
43955
44147
  export declare function isEntityAwarePattern(patternType: string): boolean;
43956
44148
  export { getPatternsGroupedByCategory, getPatternPropsCompact, getPatternActionsRef, generatePatternDescription, getAllPatternTypes, getPatternMetadata, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsSlim, getOrbAllowedPatternsFiltered, } from './helpers/prompt-helpers.js';
43957
44149
  export { recommendPatterns, buildRecommendationContext, formatRecommendationsForPrompt, type RecommendationContext, type PatternRecommendation, } from './helpers/pattern-recommender.js';
44150
+ export { findCompatiblePatterns, getEntityCardinality, getEmittedEvents, type PatternSwapGate, } from './helpers/pattern-swap.js';