@almadar/core 10.86.0 → 10.88.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/builders.d.ts +5 -4
- package/dist/builders.js +70 -29
- package/dist/builders.js.map +1 -1
- package/dist/{effect-BgDiw_bG.d.ts → effect-DMA97JxX.d.ts} +22 -6
- package/dist/{entityAccess-DK5S_2cT.d.ts → entityAccess-B5_Y9zF5.d.ts} +2 -2
- package/dist/{expression-Fk8bQWef.d.ts → expression-WfTp2arD.d.ts} +2 -65
- package/dist/factory/index.d.ts +6 -5
- package/dist/factory/index.js +1194 -401
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +35 -5
- package/dist/factory-runtime/index.js +129 -52
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/i18n/index.d.ts +124 -2
- package/dist/i18n/index.js +680 -382
- package/dist/i18n/index.js.map +1 -1
- package/dist/{index-ChYsqVJj.d.ts → index-CYE40P_7.d.ts} +18 -5
- package/dist/index.d.ts +82 -14
- package/dist/index.js +2058 -696
- package/dist/index.js.map +1 -1
- package/dist/json-D8gmyK3l.d.ts +65 -0
- package/dist/mock/index.d.ts +129 -12
- package/dist/mock/index.js +192 -61
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +2525 -609
- package/dist/patterns/index.js +1238 -384
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +107 -23
- package/dist/patterns/patterns-registry.json +1170 -400
- package/dist/patterns/registry.json +1170 -400
- package/dist/patterns/services-registry.json +170 -35
- package/dist/{schema-BhfQb1oe.d.ts → schema-ex9koAoK.d.ts} +46845 -21335
- package/dist/state-machine/index.d.ts +2 -1
- package/dist/trait-BJAX5TJK.d.ts +10683 -0
- package/dist/types/index.d.ts +7 -6
- package/dist/types/index.js +134 -43
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CCAmdxcH.d.ts → types-kHQhEEXQ.d.ts} +19 -3
- package/package.json +4 -3
- package/dist/trait-pavNlGqm.d.ts +0 -5385
package/dist/patterns/index.js
CHANGED
|
@@ -3,11 +3,12 @@ import { z } from 'zod';
|
|
|
3
3
|
// src/patterns/patterns-registry.json
|
|
4
4
|
var patterns_registry_default = {
|
|
5
5
|
version: "1.0.0",
|
|
6
|
-
exportedAt: "2026-09-
|
|
6
|
+
exportedAt: "2026-09-07T02:55:20.374Z",
|
|
7
7
|
patterns: {
|
|
8
8
|
"entity-table": {
|
|
9
9
|
type: "entity-table",
|
|
10
10
|
category: "display",
|
|
11
|
+
sourceFile: "components/core/organisms/DataTable.tsx",
|
|
11
12
|
tier: "organisms",
|
|
12
13
|
family: "core",
|
|
13
14
|
description: "Data table with columns and sorting",
|
|
@@ -254,7 +255,8 @@ var patterns_registry_default = {
|
|
|
254
255
|
event: {
|
|
255
256
|
types: [
|
|
256
257
|
"string"
|
|
257
|
-
]
|
|
258
|
+
],
|
|
259
|
+
kind: "event"
|
|
258
260
|
},
|
|
259
261
|
navigatesTo: {
|
|
260
262
|
types: [
|
|
@@ -321,7 +323,8 @@ var patterns_registry_default = {
|
|
|
321
323
|
event: {
|
|
322
324
|
types: [
|
|
323
325
|
"string"
|
|
324
|
-
]
|
|
326
|
+
],
|
|
327
|
+
kind: "event"
|
|
325
328
|
}
|
|
326
329
|
},
|
|
327
330
|
propertyRequired: [
|
|
@@ -393,7 +396,8 @@ var patterns_registry_default = {
|
|
|
393
396
|
event: {
|
|
394
397
|
types: [
|
|
395
398
|
"string"
|
|
396
|
-
]
|
|
399
|
+
],
|
|
400
|
+
kind: "event"
|
|
397
401
|
}
|
|
398
402
|
},
|
|
399
403
|
required: [
|
|
@@ -441,7 +445,8 @@ var patterns_registry_default = {
|
|
|
441
445
|
event: {
|
|
442
446
|
types: [
|
|
443
447
|
"string"
|
|
444
|
-
]
|
|
448
|
+
],
|
|
449
|
+
kind: "event"
|
|
445
450
|
}
|
|
446
451
|
},
|
|
447
452
|
required: [
|
|
@@ -481,6 +486,7 @@ var patterns_registry_default = {
|
|
|
481
486
|
"entity-list": {
|
|
482
487
|
type: "entity-list",
|
|
483
488
|
category: "display",
|
|
489
|
+
sourceFile: "components/core/organisms/List.tsx",
|
|
484
490
|
tier: "organisms",
|
|
485
491
|
family: "core",
|
|
486
492
|
description: "Vertical list of items",
|
|
@@ -641,7 +647,8 @@ var patterns_registry_default = {
|
|
|
641
647
|
event: {
|
|
642
648
|
types: [
|
|
643
649
|
"string"
|
|
644
|
-
]
|
|
650
|
+
],
|
|
651
|
+
kind: "event"
|
|
645
652
|
},
|
|
646
653
|
navigatesTo: {
|
|
647
654
|
types: [
|
|
@@ -790,7 +797,6 @@ var patterns_registry_default = {
|
|
|
790
797
|
types: [
|
|
791
798
|
"object"
|
|
792
799
|
],
|
|
793
|
-
freeform: true,
|
|
794
800
|
controlValue: true
|
|
795
801
|
}
|
|
796
802
|
}
|
|
@@ -864,6 +870,7 @@ var patterns_registry_default = {
|
|
|
864
870
|
"entity-cards": {
|
|
865
871
|
type: "entity-cards",
|
|
866
872
|
category: "display",
|
|
873
|
+
sourceFile: "components/core/organisms/CardGrid.tsx",
|
|
867
874
|
tier: "organisms",
|
|
868
875
|
family: "core",
|
|
869
876
|
description: "Grid of cards for visual content",
|
|
@@ -1145,7 +1152,8 @@ var patterns_registry_default = {
|
|
|
1145
1152
|
event: {
|
|
1146
1153
|
types: [
|
|
1147
1154
|
"string"
|
|
1148
|
-
]
|
|
1155
|
+
],
|
|
1156
|
+
kind: "event"
|
|
1149
1157
|
},
|
|
1150
1158
|
navigatesTo: {
|
|
1151
1159
|
types: [
|
|
@@ -1203,6 +1211,7 @@ var patterns_registry_default = {
|
|
|
1203
1211
|
"detail-panel": {
|
|
1204
1212
|
type: "detail-panel",
|
|
1205
1213
|
category: "display",
|
|
1214
|
+
sourceFile: "components/core/organisms/DetailPanel.tsx",
|
|
1206
1215
|
tier: "organisms",
|
|
1207
1216
|
family: "core",
|
|
1208
1217
|
description: "Detail view panel for drawers/sidebars",
|
|
@@ -1484,7 +1493,8 @@ var patterns_registry_default = {
|
|
|
1484
1493
|
event: {
|
|
1485
1494
|
types: [
|
|
1486
1495
|
"string"
|
|
1487
|
-
]
|
|
1496
|
+
],
|
|
1497
|
+
kind: "event"
|
|
1488
1498
|
},
|
|
1489
1499
|
navigatesTo: {
|
|
1490
1500
|
types: [
|
|
@@ -1540,7 +1550,8 @@ var patterns_registry_default = {
|
|
|
1540
1550
|
event: {
|
|
1541
1551
|
types: [
|
|
1542
1552
|
"string"
|
|
1543
|
-
]
|
|
1553
|
+
],
|
|
1554
|
+
kind: "event"
|
|
1544
1555
|
},
|
|
1545
1556
|
navigatesTo: {
|
|
1546
1557
|
types: [
|
|
@@ -1752,6 +1763,7 @@ var patterns_registry_default = {
|
|
|
1752
1763
|
"page-header": {
|
|
1753
1764
|
type: "page-header",
|
|
1754
1765
|
category: "header",
|
|
1766
|
+
sourceFile: "components/core/molecules/PageHeader.tsx",
|
|
1755
1767
|
tier: "molecules",
|
|
1756
1768
|
family: "core",
|
|
1757
1769
|
description: "Page title with optional breadcrumb and action buttons",
|
|
@@ -1877,7 +1889,8 @@ var patterns_registry_default = {
|
|
|
1877
1889
|
event: {
|
|
1878
1890
|
types: [
|
|
1879
1891
|
"string"
|
|
1880
|
-
]
|
|
1892
|
+
],
|
|
1893
|
+
kind: "event"
|
|
1881
1894
|
},
|
|
1882
1895
|
variant: {
|
|
1883
1896
|
types: [
|
|
@@ -2017,6 +2030,7 @@ var patterns_registry_default = {
|
|
|
2017
2030
|
form: {
|
|
2018
2031
|
type: "form",
|
|
2019
2032
|
category: "form",
|
|
2033
|
+
sourceFile: "components/core/organisms/Form.tsx",
|
|
2020
2034
|
tier: "organisms",
|
|
2021
2035
|
family: "core",
|
|
2022
2036
|
description: "Complete form with fields and actions",
|
|
@@ -2141,7 +2155,6 @@ var patterns_registry_default = {
|
|
|
2141
2155
|
types: [
|
|
2142
2156
|
"object"
|
|
2143
2157
|
],
|
|
2144
|
-
freeform: true,
|
|
2145
2158
|
controlValue: true
|
|
2146
2159
|
},
|
|
2147
2160
|
options: {
|
|
@@ -2585,7 +2598,6 @@ var patterns_registry_default = {
|
|
|
2585
2598
|
types: [
|
|
2586
2599
|
"object"
|
|
2587
2600
|
],
|
|
2588
|
-
freeform: true,
|
|
2589
2601
|
controlValue: true
|
|
2590
2602
|
}
|
|
2591
2603
|
},
|
|
@@ -2597,7 +2609,6 @@ var patterns_registry_default = {
|
|
|
2597
2609
|
types: [
|
|
2598
2610
|
"object"
|
|
2599
2611
|
],
|
|
2600
|
-
freeform: true,
|
|
2601
2612
|
controlValue: true
|
|
2602
2613
|
}
|
|
2603
2614
|
},
|
|
@@ -2609,7 +2620,6 @@ var patterns_registry_default = {
|
|
|
2609
2620
|
types: [
|
|
2610
2621
|
"object"
|
|
2611
2622
|
],
|
|
2612
|
-
freeform: true,
|
|
2613
2623
|
controlValue: true
|
|
2614
2624
|
}
|
|
2615
2625
|
},
|
|
@@ -2621,7 +2631,6 @@ var patterns_registry_default = {
|
|
|
2621
2631
|
types: [
|
|
2622
2632
|
"object"
|
|
2623
2633
|
],
|
|
2624
|
-
freeform: true,
|
|
2625
2634
|
controlValue: true
|
|
2626
2635
|
}
|
|
2627
2636
|
}
|
|
@@ -2704,7 +2713,6 @@ var patterns_registry_default = {
|
|
|
2704
2713
|
types: [
|
|
2705
2714
|
"object"
|
|
2706
2715
|
],
|
|
2707
|
-
freeform: true,
|
|
2708
2716
|
controlValue: true
|
|
2709
2717
|
},
|
|
2710
2718
|
options: {
|
|
@@ -2909,7 +2917,6 @@ var patterns_registry_default = {
|
|
|
2909
2917
|
types: [
|
|
2910
2918
|
"object"
|
|
2911
2919
|
],
|
|
2912
|
-
freeform: true,
|
|
2913
2920
|
controlValue: true
|
|
2914
2921
|
}
|
|
2915
2922
|
}
|
|
@@ -2940,6 +2947,7 @@ var patterns_registry_default = {
|
|
|
2940
2947
|
"form-section": {
|
|
2941
2948
|
type: "form-section",
|
|
2942
2949
|
category: "form",
|
|
2950
|
+
sourceFile: "components/core/organisms/Form.tsx",
|
|
2943
2951
|
tier: "organisms",
|
|
2944
2952
|
family: "core",
|
|
2945
2953
|
description: "Alias for form \u2014 Complete form with fields and actions",
|
|
@@ -3064,7 +3072,6 @@ var patterns_registry_default = {
|
|
|
3064
3072
|
types: [
|
|
3065
3073
|
"object"
|
|
3066
3074
|
],
|
|
3067
|
-
freeform: true,
|
|
3068
3075
|
controlValue: true
|
|
3069
3076
|
},
|
|
3070
3077
|
options: {
|
|
@@ -3508,7 +3515,6 @@ var patterns_registry_default = {
|
|
|
3508
3515
|
types: [
|
|
3509
3516
|
"object"
|
|
3510
3517
|
],
|
|
3511
|
-
freeform: true,
|
|
3512
3518
|
controlValue: true
|
|
3513
3519
|
}
|
|
3514
3520
|
},
|
|
@@ -3520,7 +3526,6 @@ var patterns_registry_default = {
|
|
|
3520
3526
|
types: [
|
|
3521
3527
|
"object"
|
|
3522
3528
|
],
|
|
3523
|
-
freeform: true,
|
|
3524
3529
|
controlValue: true
|
|
3525
3530
|
}
|
|
3526
3531
|
},
|
|
@@ -3532,7 +3537,6 @@ var patterns_registry_default = {
|
|
|
3532
3537
|
types: [
|
|
3533
3538
|
"object"
|
|
3534
3539
|
],
|
|
3535
|
-
freeform: true,
|
|
3536
3540
|
controlValue: true
|
|
3537
3541
|
}
|
|
3538
3542
|
},
|
|
@@ -3544,7 +3548,6 @@ var patterns_registry_default = {
|
|
|
3544
3548
|
types: [
|
|
3545
3549
|
"object"
|
|
3546
3550
|
],
|
|
3547
|
-
freeform: true,
|
|
3548
3551
|
controlValue: true
|
|
3549
3552
|
}
|
|
3550
3553
|
}
|
|
@@ -3627,7 +3630,6 @@ var patterns_registry_default = {
|
|
|
3627
3630
|
types: [
|
|
3628
3631
|
"object"
|
|
3629
3632
|
],
|
|
3630
|
-
freeform: true,
|
|
3631
3633
|
controlValue: true
|
|
3632
3634
|
},
|
|
3633
3635
|
options: {
|
|
@@ -3832,7 +3834,6 @@ var patterns_registry_default = {
|
|
|
3832
3834
|
types: [
|
|
3833
3835
|
"object"
|
|
3834
3836
|
],
|
|
3835
|
-
freeform: true,
|
|
3836
3837
|
controlValue: true
|
|
3837
3838
|
}
|
|
3838
3839
|
}
|
|
@@ -4191,6 +4192,7 @@ var patterns_registry_default = {
|
|
|
4191
4192
|
tabs: {
|
|
4192
4193
|
type: "tabs",
|
|
4193
4194
|
category: "navigation",
|
|
4195
|
+
sourceFile: "components/core/molecules/Tabs.tsx",
|
|
4194
4196
|
tier: "molecules",
|
|
4195
4197
|
family: "core",
|
|
4196
4198
|
description: "Tab navigation within page",
|
|
@@ -4346,7 +4348,8 @@ var patterns_registry_default = {
|
|
|
4346
4348
|
event: {
|
|
4347
4349
|
types: [
|
|
4348
4350
|
"string"
|
|
4349
|
-
]
|
|
4351
|
+
],
|
|
4352
|
+
kind: "event"
|
|
4350
4353
|
},
|
|
4351
4354
|
active: {
|
|
4352
4355
|
types: [
|
|
@@ -4505,7 +4508,8 @@ var patterns_registry_default = {
|
|
|
4505
4508
|
event: {
|
|
4506
4509
|
types: [
|
|
4507
4510
|
"string"
|
|
4508
|
-
]
|
|
4511
|
+
],
|
|
4512
|
+
kind: "event"
|
|
4509
4513
|
},
|
|
4510
4514
|
active: {
|
|
4511
4515
|
types: [
|
|
@@ -4591,6 +4595,7 @@ var patterns_registry_default = {
|
|
|
4591
4595
|
breadcrumb: {
|
|
4592
4596
|
type: "breadcrumb",
|
|
4593
4597
|
category: "navigation",
|
|
4598
|
+
sourceFile: "components/core/molecules/Breadcrumb.tsx",
|
|
4594
4599
|
tier: "molecules",
|
|
4595
4600
|
family: "core",
|
|
4596
4601
|
description: "Breadcrumb navigation",
|
|
@@ -4646,7 +4651,8 @@ var patterns_registry_default = {
|
|
|
4646
4651
|
event: {
|
|
4647
4652
|
types: [
|
|
4648
4653
|
"string"
|
|
4649
|
-
]
|
|
4654
|
+
],
|
|
4655
|
+
kind: "event"
|
|
4650
4656
|
}
|
|
4651
4657
|
},
|
|
4652
4658
|
required: [
|
|
@@ -4982,6 +4988,7 @@ var patterns_registry_default = {
|
|
|
4982
4988
|
"wizard-container": {
|
|
4983
4989
|
type: "wizard-container",
|
|
4984
4990
|
category: "navigation",
|
|
4991
|
+
sourceFile: "components/core/molecules/WizardContainer.tsx",
|
|
4985
4992
|
tier: "molecules",
|
|
4986
4993
|
family: "core",
|
|
4987
4994
|
description: "Multi-step wizard container",
|
|
@@ -5207,7 +5214,6 @@ var patterns_registry_default = {
|
|
|
5207
5214
|
types: [
|
|
5208
5215
|
"object"
|
|
5209
5216
|
],
|
|
5210
|
-
freeform: true,
|
|
5211
5217
|
controlValue: true
|
|
5212
5218
|
}
|
|
5213
5219
|
},
|
|
@@ -5229,7 +5235,6 @@ var patterns_registry_default = {
|
|
|
5229
5235
|
types: [
|
|
5230
5236
|
"object"
|
|
5231
5237
|
],
|
|
5232
|
-
freeform: true,
|
|
5233
5238
|
controlValue: true
|
|
5234
5239
|
}
|
|
5235
5240
|
},
|
|
@@ -5272,7 +5277,6 @@ var patterns_registry_default = {
|
|
|
5272
5277
|
types: [
|
|
5273
5278
|
"object"
|
|
5274
5279
|
],
|
|
5275
|
-
freeform: true,
|
|
5276
5280
|
controlValue: true
|
|
5277
5281
|
}
|
|
5278
5282
|
},
|
|
@@ -5284,7 +5288,6 @@ var patterns_registry_default = {
|
|
|
5284
5288
|
types: [
|
|
5285
5289
|
"object"
|
|
5286
5290
|
],
|
|
5287
|
-
freeform: true,
|
|
5288
5291
|
controlValue: true
|
|
5289
5292
|
}
|
|
5290
5293
|
},
|
|
@@ -5296,7 +5299,6 @@ var patterns_registry_default = {
|
|
|
5296
5299
|
types: [
|
|
5297
5300
|
"object"
|
|
5298
5301
|
],
|
|
5299
|
-
freeform: true,
|
|
5300
5302
|
controlValue: true
|
|
5301
5303
|
}
|
|
5302
5304
|
},
|
|
@@ -5318,7 +5320,6 @@ var patterns_registry_default = {
|
|
|
5318
5320
|
types: [
|
|
5319
5321
|
"object"
|
|
5320
5322
|
],
|
|
5321
|
-
freeform: true,
|
|
5322
5323
|
controlValue: true
|
|
5323
5324
|
}
|
|
5324
5325
|
},
|
|
@@ -5446,7 +5447,8 @@ var patterns_registry_default = {
|
|
|
5446
5447
|
types: [
|
|
5447
5448
|
"object"
|
|
5448
5449
|
],
|
|
5449
|
-
cyclic: true
|
|
5450
|
+
cyclic: true,
|
|
5451
|
+
cyclicTypeName: "WizardSection"
|
|
5450
5452
|
}
|
|
5451
5453
|
},
|
|
5452
5454
|
condition: {
|
|
@@ -5508,7 +5510,6 @@ var patterns_registry_default = {
|
|
|
5508
5510
|
types: [
|
|
5509
5511
|
"object"
|
|
5510
5512
|
],
|
|
5511
|
-
freeform: true,
|
|
5512
5513
|
controlValue: true
|
|
5513
5514
|
}
|
|
5514
5515
|
},
|
|
@@ -7011,8 +7012,7 @@ var patterns_registry_default = {
|
|
|
7011
7012
|
"object"
|
|
7012
7013
|
],
|
|
7013
7014
|
description: "Payload to include with the action event",
|
|
7014
|
-
payloadFor: "action"
|
|
7015
|
-
freeform: true
|
|
7015
|
+
payloadFor: "action"
|
|
7016
7016
|
},
|
|
7017
7017
|
hoverEvent: {
|
|
7018
7018
|
types: [
|
|
@@ -7684,8 +7684,7 @@ var patterns_registry_default = {
|
|
|
7684
7684
|
"object"
|
|
7685
7685
|
],
|
|
7686
7686
|
description: "Payload to include with the action event",
|
|
7687
|
-
payloadFor: "action"
|
|
7688
|
-
freeform: true
|
|
7687
|
+
payloadFor: "action"
|
|
7689
7688
|
},
|
|
7690
7689
|
label: {
|
|
7691
7690
|
types: [
|
|
@@ -7991,8 +7990,7 @@ var patterns_registry_default = {
|
|
|
7991
7990
|
"object"
|
|
7992
7991
|
],
|
|
7993
7992
|
description: "Payload to include with the action event",
|
|
7994
|
-
payloadFor: "action"
|
|
7995
|
-
freeform: true
|
|
7993
|
+
payloadFor: "action"
|
|
7996
7994
|
}
|
|
7997
7995
|
}
|
|
7998
7996
|
},
|
|
@@ -9227,6 +9225,7 @@ var patterns_registry_default = {
|
|
|
9227
9225
|
menu: {
|
|
9228
9226
|
type: "menu",
|
|
9229
9227
|
category: "component",
|
|
9228
|
+
sourceFile: "components/core/molecules/Menu.tsx",
|
|
9230
9229
|
tier: "molecules",
|
|
9231
9230
|
family: "core",
|
|
9232
9231
|
description: "Dropdown menu",
|
|
@@ -9297,7 +9296,8 @@ var patterns_registry_default = {
|
|
|
9297
9296
|
event: {
|
|
9298
9297
|
types: [
|
|
9299
9298
|
"string"
|
|
9300
|
-
]
|
|
9299
|
+
],
|
|
9300
|
+
kind: "event"
|
|
9301
9301
|
},
|
|
9302
9302
|
url: {
|
|
9303
9303
|
types: [
|
|
@@ -9321,7 +9321,8 @@ var patterns_registry_default = {
|
|
|
9321
9321
|
types: [
|
|
9322
9322
|
"object"
|
|
9323
9323
|
],
|
|
9324
|
-
cyclic: true
|
|
9324
|
+
cyclic: true,
|
|
9325
|
+
cyclicTypeName: "MenuItem"
|
|
9325
9326
|
}
|
|
9326
9327
|
}
|
|
9327
9328
|
},
|
|
@@ -9889,6 +9890,7 @@ var patterns_registry_default = {
|
|
|
9889
9890
|
"conditional-wrapper": {
|
|
9890
9891
|
type: "conditional-wrapper",
|
|
9891
9892
|
category: "component",
|
|
9893
|
+
sourceFile: "components/core/atoms/ConditionalWrapper.tsx",
|
|
9892
9894
|
tier: "atoms",
|
|
9893
9895
|
family: "core",
|
|
9894
9896
|
description: "ConditionalWrapper Atom Component A wrapper component that conditionally renders its children based on S-expression evaluation. Used for dynamic field visibility in inspection forms.",
|
|
@@ -9920,7 +9922,6 @@ var patterns_registry_default = {
|
|
|
9920
9922
|
types: [
|
|
9921
9923
|
"object"
|
|
9922
9924
|
],
|
|
9923
|
-
freeform: true,
|
|
9924
9925
|
controlValue: true
|
|
9925
9926
|
}
|
|
9926
9927
|
},
|
|
@@ -9932,7 +9933,6 @@ var patterns_registry_default = {
|
|
|
9932
9933
|
types: [
|
|
9933
9934
|
"object"
|
|
9934
9935
|
],
|
|
9935
|
-
freeform: true,
|
|
9936
9936
|
controlValue: true
|
|
9937
9937
|
}
|
|
9938
9938
|
},
|
|
@@ -9944,7 +9944,6 @@ var patterns_registry_default = {
|
|
|
9944
9944
|
types: [
|
|
9945
9945
|
"object"
|
|
9946
9946
|
],
|
|
9947
|
-
freeform: true,
|
|
9948
9947
|
controlValue: true
|
|
9949
9948
|
}
|
|
9950
9949
|
},
|
|
@@ -9956,7 +9955,6 @@ var patterns_registry_default = {
|
|
|
9956
9955
|
types: [
|
|
9957
9956
|
"object"
|
|
9958
9957
|
],
|
|
9959
|
-
freeform: true,
|
|
9960
9958
|
controlValue: true
|
|
9961
9959
|
}
|
|
9962
9960
|
}
|
|
@@ -10292,8 +10290,7 @@ var patterns_registry_default = {
|
|
|
10292
10290
|
"object"
|
|
10293
10291
|
],
|
|
10294
10292
|
description: "Payload to include with the action event",
|
|
10295
|
-
payloadFor: "action"
|
|
10296
|
-
freeform: true
|
|
10293
|
+
payloadFor: "action"
|
|
10297
10294
|
},
|
|
10298
10295
|
responsive: {
|
|
10299
10296
|
types: [
|
|
@@ -10640,6 +10637,7 @@ var patterns_registry_default = {
|
|
|
10640
10637
|
"form-actions": {
|
|
10641
10638
|
type: "form-actions",
|
|
10642
10639
|
category: "component",
|
|
10640
|
+
sourceFile: "components/core/molecules/ButtonGroup.tsx",
|
|
10643
10641
|
tier: "molecules",
|
|
10644
10642
|
family: "core",
|
|
10645
10643
|
description: "ButtonGroup Molecule Component A component for grouping buttons together with connected styling. Supports both children-based and form-actions pattern (primary/secondary) usage. Uses Button atoms.",
|
|
@@ -10675,7 +10673,8 @@ var patterns_registry_default = {
|
|
|
10675
10673
|
event: {
|
|
10676
10674
|
types: [
|
|
10677
10675
|
"string"
|
|
10678
|
-
]
|
|
10676
|
+
],
|
|
10677
|
+
kind: "event"
|
|
10679
10678
|
},
|
|
10680
10679
|
navigatesTo: {
|
|
10681
10680
|
types: [
|
|
@@ -10717,7 +10716,8 @@ var patterns_registry_default = {
|
|
|
10717
10716
|
event: {
|
|
10718
10717
|
types: [
|
|
10719
10718
|
"string"
|
|
10720
|
-
]
|
|
10719
|
+
],
|
|
10720
|
+
kind: "event"
|
|
10721
10721
|
},
|
|
10722
10722
|
navigatesTo: {
|
|
10723
10723
|
types: [
|
|
@@ -11003,6 +11003,7 @@ var patterns_registry_default = {
|
|
|
11003
11003
|
"floating-action-button": {
|
|
11004
11004
|
type: "floating-action-button",
|
|
11005
11005
|
category: "component",
|
|
11006
|
+
sourceFile: "components/core/molecules/FloatingActionButton.tsx",
|
|
11006
11007
|
tier: "molecules",
|
|
11007
11008
|
family: "core",
|
|
11008
11009
|
description: "FloatingActionButton Molecule Component A floating action button that can expand into multiple actions vertically. Uses Button atom.",
|
|
@@ -11027,7 +11028,6 @@ var patterns_registry_default = {
|
|
|
11027
11028
|
],
|
|
11028
11029
|
description: "Payload to include with the dispatched action event.",
|
|
11029
11030
|
payloadFor: "action",
|
|
11030
|
-
freeform: true,
|
|
11031
11031
|
eventPayloadBrand: true
|
|
11032
11032
|
},
|
|
11033
11033
|
actions: {
|
|
@@ -11066,7 +11066,8 @@ var patterns_registry_default = {
|
|
|
11066
11066
|
event: {
|
|
11067
11067
|
types: [
|
|
11068
11068
|
"string"
|
|
11069
|
-
]
|
|
11069
|
+
],
|
|
11070
|
+
kind: "event"
|
|
11070
11071
|
},
|
|
11071
11072
|
variant: {
|
|
11072
11073
|
types: [
|
|
@@ -12281,6 +12282,7 @@ var patterns_registry_default = {
|
|
|
12281
12282
|
navigation: {
|
|
12282
12283
|
type: "navigation",
|
|
12283
12284
|
category: "navigation",
|
|
12285
|
+
sourceFile: "components/core/molecules/Navigation.tsx",
|
|
12284
12286
|
tier: "molecules",
|
|
12285
12287
|
family: "core",
|
|
12286
12288
|
description: "Navigation Organism Component A navigation component with items, active indicators, icons, and badges. Uses Menu, ButtonGroup molecules and Button, Icon, Badge, Typography, Divider atoms.",
|
|
@@ -12350,7 +12352,8 @@ var patterns_registry_default = {
|
|
|
12350
12352
|
types: [
|
|
12351
12353
|
"object"
|
|
12352
12354
|
],
|
|
12353
|
-
cyclic: true
|
|
12355
|
+
cyclic: true,
|
|
12356
|
+
cyclicTypeName: "NavigationItem"
|
|
12354
12357
|
}
|
|
12355
12358
|
}
|
|
12356
12359
|
},
|
|
@@ -12419,6 +12422,7 @@ var patterns_registry_default = {
|
|
|
12419
12422
|
"orbital-visualization": {
|
|
12420
12423
|
type: "orbital-visualization",
|
|
12421
12424
|
category: "display",
|
|
12425
|
+
sourceFile: "components/core/molecules/OrbitalVisualization.tsx",
|
|
12422
12426
|
tier: "molecules",
|
|
12423
12427
|
family: "core",
|
|
12424
12428
|
description: "OrbitalVisualization Component Visualizes KFlow schemas as atomic orbitals based on complexity. Uses CSS 3D transforms for lightweight rendering without Three.js. Orbital Types (based on complexity score): - 1s (1-3): Simple sphere - Red - 2s (4-8): Larger sphere - Orange - 2p (9-15): Dumbbell shape - Yellow - 3s (16-25): Sphere with node - Green - 3p (26-40): Complex dumbbell - Blue - 3d (41-60): Cloverleaf - Indigo - 4f (61+): Multi-lobe - Violet",
|
|
@@ -12433,18 +12437,12 @@ var patterns_registry_default = {
|
|
|
12433
12437
|
types: [
|
|
12434
12438
|
"object"
|
|
12435
12439
|
],
|
|
12436
|
-
description: "
|
|
12440
|
+
description: "Complexity-scoring summary of a KFlow schema (counts only \u2014 see {@link OrbitalVisualizationSchemaSummary}).",
|
|
12437
12441
|
properties: {
|
|
12438
12442
|
dataEntities: {
|
|
12439
12443
|
types: [
|
|
12440
|
-
"
|
|
12441
|
-
]
|
|
12442
|
-
items: {
|
|
12443
|
-
types: [
|
|
12444
|
-
"object"
|
|
12445
|
-
],
|
|
12446
|
-
freeform: true
|
|
12447
|
-
}
|
|
12444
|
+
"number"
|
|
12445
|
+
]
|
|
12448
12446
|
},
|
|
12449
12447
|
ui: {
|
|
12450
12448
|
types: [
|
|
@@ -12462,14 +12460,8 @@ var patterns_registry_default = {
|
|
|
12462
12460
|
properties: {
|
|
12463
12461
|
sections: {
|
|
12464
12462
|
types: [
|
|
12465
|
-
"
|
|
12466
|
-
]
|
|
12467
|
-
items: {
|
|
12468
|
-
types: [
|
|
12469
|
-
"object"
|
|
12470
|
-
],
|
|
12471
|
-
freeform: true
|
|
12472
|
-
}
|
|
12463
|
+
"number"
|
|
12464
|
+
]
|
|
12473
12465
|
}
|
|
12474
12466
|
}
|
|
12475
12467
|
}
|
|
@@ -12478,14 +12470,8 @@ var patterns_registry_default = {
|
|
|
12478
12470
|
},
|
|
12479
12471
|
traits: {
|
|
12480
12472
|
types: [
|
|
12481
|
-
"
|
|
12482
|
-
]
|
|
12483
|
-
items: {
|
|
12484
|
-
types: [
|
|
12485
|
-
"object"
|
|
12486
|
-
],
|
|
12487
|
-
freeform: true
|
|
12488
|
-
}
|
|
12473
|
+
"number"
|
|
12474
|
+
]
|
|
12489
12475
|
}
|
|
12490
12476
|
}
|
|
12491
12477
|
},
|
|
@@ -12712,6 +12698,7 @@ var patterns_registry_default = {
|
|
|
12712
12698
|
sidebar: {
|
|
12713
12699
|
type: "sidebar",
|
|
12714
12700
|
category: "navigation",
|
|
12701
|
+
sourceFile: "components/core/molecules/Sidebar.tsx",
|
|
12715
12702
|
tier: "molecules",
|
|
12716
12703
|
family: "core",
|
|
12717
12704
|
description: "Sidebar Organism Component A sidebar component with logo, navigation items, user section, and collapse/expand. Styled to match the main Layout component with theme-aware CSS variables.",
|
|
@@ -12843,7 +12830,8 @@ var patterns_registry_default = {
|
|
|
12843
12830
|
types: [
|
|
12844
12831
|
"object"
|
|
12845
12832
|
],
|
|
12846
|
-
cyclic: true
|
|
12833
|
+
cyclic: true,
|
|
12834
|
+
cyclicTypeName: "SidebarItem"
|
|
12847
12835
|
}
|
|
12848
12836
|
}
|
|
12849
12837
|
},
|
|
@@ -12927,6 +12915,7 @@ var patterns_registry_default = {
|
|
|
12927
12915
|
split: {
|
|
12928
12916
|
type: "split",
|
|
12929
12917
|
category: "layout",
|
|
12918
|
+
sourceFile: "components/core/molecules/Split.tsx",
|
|
12930
12919
|
tier: "molecules",
|
|
12931
12920
|
family: "core",
|
|
12932
12921
|
description: "Split Component A two-column layout with configurable ratios. Perfect for sidebar/content layouts or side-by-side comparisons.",
|
|
@@ -13034,8 +13023,7 @@ var patterns_registry_default = {
|
|
|
13034
13023
|
items: {
|
|
13035
13024
|
types: [
|
|
13036
13025
|
"node"
|
|
13037
|
-
]
|
|
13038
|
-
freeform: true
|
|
13026
|
+
]
|
|
13039
13027
|
}
|
|
13040
13028
|
},
|
|
13041
13029
|
isLoading: {
|
|
@@ -13380,6 +13368,7 @@ var patterns_registry_default = {
|
|
|
13380
13368
|
"dashboard-layout": {
|
|
13381
13369
|
type: "dashboard-layout",
|
|
13382
13370
|
category: "template",
|
|
13371
|
+
sourceFile: "components/core/templates/DashboardLayout.tsx",
|
|
13383
13372
|
tier: "templates",
|
|
13384
13373
|
family: "core",
|
|
13385
13374
|
description: "DashboardLayout component",
|
|
@@ -13443,7 +13432,8 @@ var patterns_registry_default = {
|
|
|
13443
13432
|
types: [
|
|
13444
13433
|
"object"
|
|
13445
13434
|
],
|
|
13446
|
-
cyclic: true
|
|
13435
|
+
cyclic: true,
|
|
13436
|
+
cyclicTypeName: "NavItem"
|
|
13447
13437
|
}
|
|
13448
13438
|
}
|
|
13449
13439
|
},
|
|
@@ -13546,7 +13536,8 @@ var patterns_registry_default = {
|
|
|
13546
13536
|
event: {
|
|
13547
13537
|
types: [
|
|
13548
13538
|
"string"
|
|
13549
|
-
]
|
|
13539
|
+
],
|
|
13540
|
+
kind: "event"
|
|
13550
13541
|
},
|
|
13551
13542
|
navigatesTo: {
|
|
13552
13543
|
types: [
|
|
@@ -14019,6 +14010,7 @@ var patterns_registry_default = {
|
|
|
14019
14010
|
chart: {
|
|
14020
14011
|
type: "chart",
|
|
14021
14012
|
category: "visualization",
|
|
14013
|
+
sourceFile: "components/core/molecules/Chart.tsx",
|
|
14022
14014
|
tier: "molecules",
|
|
14023
14015
|
family: "core",
|
|
14024
14016
|
description: "Data visualization chart supporting bar, line, pie, area, and donut types",
|
|
@@ -14288,215 +14280,218 @@ var patterns_registry_default = {
|
|
|
14288
14280
|
]
|
|
14289
14281
|
},
|
|
14290
14282
|
event: {
|
|
14283
|
+
types: [
|
|
14284
|
+
"string"
|
|
14285
|
+
],
|
|
14286
|
+
kind: "event"
|
|
14287
|
+
},
|
|
14288
|
+
navigatesTo: {
|
|
14291
14289
|
types: [
|
|
14292
14290
|
"string"
|
|
14293
14291
|
]
|
|
14294
|
-
},
|
|
14295
|
-
|
|
14296
|
-
types: [
|
|
14297
|
-
"string"
|
|
14298
|
-
]
|
|
14299
|
-
|
|
14300
|
-
|
|
14301
|
-
|
|
14302
|
-
"
|
|
14303
|
-
]
|
|
14304
|
-
|
|
14305
|
-
|
|
14306
|
-
|
|
14307
|
-
|
|
14308
|
-
|
|
14309
|
-
|
|
14310
|
-
|
|
14311
|
-
|
|
14312
|
-
|
|
14313
|
-
|
|
14314
|
-
|
|
14315
|
-
|
|
14316
|
-
|
|
14317
|
-
|
|
14318
|
-
|
|
14319
|
-
|
|
14320
|
-
|
|
14321
|
-
|
|
14322
|
-
|
|
14323
|
-
|
|
14324
|
-
|
|
14325
|
-
|
|
14326
|
-
|
|
14327
|
-
|
|
14328
|
-
|
|
14329
|
-
|
|
14330
|
-
types: [
|
|
14331
|
-
"string"
|
|
14332
|
-
]
|
|
14333
|
-
},
|
|
14334
|
-
|
|
14335
|
-
types: [
|
|
14336
|
-
"string"
|
|
14337
|
-
]
|
|
14338
|
-
},
|
|
14339
|
-
|
|
14340
|
-
types: [
|
|
14341
|
-
"string"
|
|
14342
|
-
]
|
|
14343
|
-
}
|
|
14344
|
-
|
|
14345
|
-
|
|
14346
|
-
|
|
14347
|
-
|
|
14348
|
-
|
|
14349
|
-
|
|
14350
|
-
|
|
14351
|
-
"
|
|
14352
|
-
]
|
|
14353
|
-
|
|
14354
|
-
|
|
14355
|
-
|
|
14356
|
-
|
|
14357
|
-
|
|
14358
|
-
|
|
14359
|
-
|
|
14360
|
-
|
|
14361
|
-
|
|
14362
|
-
|
|
14363
|
-
|
|
14364
|
-
|
|
14365
|
-
|
|
14366
|
-
|
|
14367
|
-
|
|
14368
|
-
|
|
14369
|
-
|
|
14370
|
-
|
|
14371
|
-
|
|
14372
|
-
|
|
14373
|
-
|
|
14374
|
-
|
|
14375
|
-
|
|
14376
|
-
|
|
14377
|
-
|
|
14378
|
-
|
|
14379
|
-
|
|
14380
|
-
|
|
14381
|
-
|
|
14382
|
-
|
|
14383
|
-
|
|
14384
|
-
|
|
14385
|
-
|
|
14386
|
-
|
|
14387
|
-
|
|
14388
|
-
|
|
14389
|
-
|
|
14390
|
-
|
|
14391
|
-
|
|
14392
|
-
|
|
14393
|
-
|
|
14394
|
-
|
|
14395
|
-
|
|
14396
|
-
|
|
14397
|
-
|
|
14398
|
-
|
|
14399
|
-
|
|
14400
|
-
|
|
14401
|
-
|
|
14402
|
-
|
|
14403
|
-
|
|
14404
|
-
|
|
14405
|
-
|
|
14406
|
-
|
|
14407
|
-
|
|
14408
|
-
|
|
14409
|
-
|
|
14410
|
-
|
|
14411
|
-
"
|
|
14412
|
-
|
|
14413
|
-
|
|
14414
|
-
|
|
14415
|
-
|
|
14416
|
-
|
|
14417
|
-
|
|
14418
|
-
|
|
14419
|
-
|
|
14420
|
-
|
|
14421
|
-
|
|
14422
|
-
|
|
14423
|
-
|
|
14424
|
-
|
|
14425
|
-
|
|
14426
|
-
|
|
14427
|
-
|
|
14428
|
-
|
|
14429
|
-
|
|
14430
|
-
|
|
14431
|
-
|
|
14432
|
-
|
|
14433
|
-
|
|
14434
|
-
|
|
14435
|
-
|
|
14436
|
-
|
|
14437
|
-
|
|
14438
|
-
|
|
14439
|
-
|
|
14440
|
-
|
|
14441
|
-
|
|
14442
|
-
|
|
14443
|
-
|
|
14444
|
-
|
|
14445
|
-
|
|
14446
|
-
|
|
14447
|
-
|
|
14448
|
-
|
|
14449
|
-
|
|
14450
|
-
|
|
14451
|
-
|
|
14452
|
-
|
|
14453
|
-
|
|
14454
|
-
|
|
14455
|
-
|
|
14456
|
-
|
|
14457
|
-
|
|
14458
|
-
|
|
14459
|
-
|
|
14460
|
-
|
|
14461
|
-
|
|
14462
|
-
|
|
14463
|
-
|
|
14464
|
-
|
|
14465
|
-
|
|
14466
|
-
|
|
14467
|
-
|
|
14468
|
-
|
|
14469
|
-
"
|
|
14470
|
-
|
|
14471
|
-
|
|
14472
|
-
|
|
14473
|
-
|
|
14474
|
-
|
|
14475
|
-
|
|
14476
|
-
|
|
14477
|
-
|
|
14478
|
-
|
|
14479
|
-
|
|
14480
|
-
|
|
14481
|
-
|
|
14482
|
-
|
|
14483
|
-
|
|
14484
|
-
|
|
14485
|
-
|
|
14486
|
-
|
|
14487
|
-
|
|
14488
|
-
|
|
14489
|
-
|
|
14490
|
-
|
|
14491
|
-
|
|
14492
|
-
|
|
14493
|
-
|
|
14494
|
-
|
|
14495
|
-
|
|
14496
|
-
|
|
14497
|
-
types: [
|
|
14498
|
-
"string"
|
|
14499
|
-
]
|
|
14292
|
+
},
|
|
14293
|
+
variant: {
|
|
14294
|
+
types: [
|
|
14295
|
+
"string"
|
|
14296
|
+
],
|
|
14297
|
+
enumValues: [
|
|
14298
|
+
"primary",
|
|
14299
|
+
"secondary",
|
|
14300
|
+
"ghost"
|
|
14301
|
+
]
|
|
14302
|
+
}
|
|
14303
|
+
},
|
|
14304
|
+
required: [
|
|
14305
|
+
"label"
|
|
14306
|
+
]
|
|
14307
|
+
}
|
|
14308
|
+
},
|
|
14309
|
+
isLoading: {
|
|
14310
|
+
types: [
|
|
14311
|
+
"boolean"
|
|
14312
|
+
],
|
|
14313
|
+
description: "Loading state",
|
|
14314
|
+
default: false
|
|
14315
|
+
},
|
|
14316
|
+
error: {
|
|
14317
|
+
types: [
|
|
14318
|
+
"object"
|
|
14319
|
+
],
|
|
14320
|
+
description: "Error state",
|
|
14321
|
+
properties: {
|
|
14322
|
+
message: {
|
|
14323
|
+
types: [
|
|
14324
|
+
"string"
|
|
14325
|
+
]
|
|
14326
|
+
},
|
|
14327
|
+
name: {
|
|
14328
|
+
types: [
|
|
14329
|
+
"string"
|
|
14330
|
+
]
|
|
14331
|
+
},
|
|
14332
|
+
code: {
|
|
14333
|
+
types: [
|
|
14334
|
+
"string"
|
|
14335
|
+
]
|
|
14336
|
+
},
|
|
14337
|
+
stack: {
|
|
14338
|
+
types: [
|
|
14339
|
+
"string"
|
|
14340
|
+
]
|
|
14341
|
+
}
|
|
14342
|
+
},
|
|
14343
|
+
propertyRequired: [
|
|
14344
|
+
"message"
|
|
14345
|
+
]
|
|
14346
|
+
},
|
|
14347
|
+
className: {
|
|
14348
|
+
types: [
|
|
14349
|
+
"string"
|
|
14350
|
+
],
|
|
14351
|
+
description: "Additional CSS classes"
|
|
14352
|
+
}
|
|
14353
|
+
}
|
|
14354
|
+
},
|
|
14355
|
+
meter: {
|
|
14356
|
+
type: "meter",
|
|
14357
|
+
category: "visualization",
|
|
14358
|
+
sourceFile: "components/core/molecules/Meter.tsx",
|
|
14359
|
+
tier: "molecules",
|
|
14360
|
+
family: "core",
|
|
14361
|
+
description: "Gauge/meter component for displaying a value within a range with thresholds",
|
|
14362
|
+
suggestedFor: [
|
|
14363
|
+
"dashboards",
|
|
14364
|
+
"progress tracking",
|
|
14365
|
+
"credit/quota displays",
|
|
14366
|
+
"KPI indicators"
|
|
14367
|
+
],
|
|
14368
|
+
typicalSize: "small",
|
|
14369
|
+
propsSchema: {
|
|
14370
|
+
value: {
|
|
14371
|
+
types: [
|
|
14372
|
+
"number"
|
|
14373
|
+
],
|
|
14374
|
+
description: "Current value",
|
|
14375
|
+
required: true
|
|
14376
|
+
},
|
|
14377
|
+
min: {
|
|
14378
|
+
types: [
|
|
14379
|
+
"number"
|
|
14380
|
+
],
|
|
14381
|
+
description: "Minimum value",
|
|
14382
|
+
default: 0
|
|
14383
|
+
},
|
|
14384
|
+
max: {
|
|
14385
|
+
types: [
|
|
14386
|
+
"number"
|
|
14387
|
+
],
|
|
14388
|
+
description: "Maximum value",
|
|
14389
|
+
default: 100
|
|
14390
|
+
},
|
|
14391
|
+
label: {
|
|
14392
|
+
types: [
|
|
14393
|
+
"string"
|
|
14394
|
+
],
|
|
14395
|
+
description: "Display label"
|
|
14396
|
+
},
|
|
14397
|
+
unit: {
|
|
14398
|
+
types: [
|
|
14399
|
+
"string"
|
|
14400
|
+
],
|
|
14401
|
+
description: "Unit suffix (e.g., '%', 'MB', 'credits')"
|
|
14402
|
+
},
|
|
14403
|
+
variant: {
|
|
14404
|
+
types: [
|
|
14405
|
+
"string"
|
|
14406
|
+
],
|
|
14407
|
+
description: "Display variant",
|
|
14408
|
+
enumValues: [
|
|
14409
|
+
"linear",
|
|
14410
|
+
"radial",
|
|
14411
|
+
"segmented"
|
|
14412
|
+
],
|
|
14413
|
+
default: "linear"
|
|
14414
|
+
},
|
|
14415
|
+
thresholds: {
|
|
14416
|
+
types: [
|
|
14417
|
+
"array"
|
|
14418
|
+
],
|
|
14419
|
+
description: "Color thresholds",
|
|
14420
|
+
items: {
|
|
14421
|
+
types: [
|
|
14422
|
+
"object"
|
|
14423
|
+
],
|
|
14424
|
+
properties: {
|
|
14425
|
+
value: {
|
|
14426
|
+
types: [
|
|
14427
|
+
"number"
|
|
14428
|
+
]
|
|
14429
|
+
},
|
|
14430
|
+
color: {
|
|
14431
|
+
types: [
|
|
14432
|
+
"string"
|
|
14433
|
+
]
|
|
14434
|
+
},
|
|
14435
|
+
label: {
|
|
14436
|
+
types: [
|
|
14437
|
+
"string"
|
|
14438
|
+
]
|
|
14439
|
+
}
|
|
14440
|
+
},
|
|
14441
|
+
required: [
|
|
14442
|
+
"value",
|
|
14443
|
+
"color"
|
|
14444
|
+
]
|
|
14445
|
+
}
|
|
14446
|
+
},
|
|
14447
|
+
segments: {
|
|
14448
|
+
types: [
|
|
14449
|
+
"number"
|
|
14450
|
+
],
|
|
14451
|
+
description: "Number of segments (for segmented variant)",
|
|
14452
|
+
default: 5
|
|
14453
|
+
},
|
|
14454
|
+
showValue: {
|
|
14455
|
+
types: [
|
|
14456
|
+
"boolean"
|
|
14457
|
+
],
|
|
14458
|
+
description: "Show value text",
|
|
14459
|
+
default: true
|
|
14460
|
+
},
|
|
14461
|
+
size: {
|
|
14462
|
+
types: [
|
|
14463
|
+
"string"
|
|
14464
|
+
],
|
|
14465
|
+
description: "Size (for radial variant)",
|
|
14466
|
+
enumValues: [
|
|
14467
|
+
"sm",
|
|
14468
|
+
"md",
|
|
14469
|
+
"lg"
|
|
14470
|
+
],
|
|
14471
|
+
default: "md"
|
|
14472
|
+
},
|
|
14473
|
+
actions: {
|
|
14474
|
+
types: [
|
|
14475
|
+
"array"
|
|
14476
|
+
],
|
|
14477
|
+
description: "Actions",
|
|
14478
|
+
kind: "event-list",
|
|
14479
|
+
eventField: "event",
|
|
14480
|
+
items: {
|
|
14481
|
+
types: [
|
|
14482
|
+
"object"
|
|
14483
|
+
],
|
|
14484
|
+
properties: {
|
|
14485
|
+
label: {
|
|
14486
|
+
types: [
|
|
14487
|
+
"string"
|
|
14488
|
+
]
|
|
14489
|
+
},
|
|
14490
|
+
event: {
|
|
14491
|
+
types: [
|
|
14492
|
+
"string"
|
|
14493
|
+
],
|
|
14494
|
+
kind: "event"
|
|
14500
14495
|
},
|
|
14501
14496
|
navigatesTo: {
|
|
14502
14497
|
types: [
|
|
@@ -14568,6 +14563,7 @@ var patterns_registry_default = {
|
|
|
14568
14563
|
timeline: {
|
|
14569
14564
|
type: "timeline",
|
|
14570
14565
|
category: "display",
|
|
14566
|
+
sourceFile: "components/core/organisms/Timeline.tsx",
|
|
14571
14567
|
tier: "organisms",
|
|
14572
14568
|
family: "core",
|
|
14573
14569
|
description: "Vertical timeline for displaying chronological events with status indicators",
|
|
@@ -14734,7 +14730,8 @@ var patterns_registry_default = {
|
|
|
14734
14730
|
event: {
|
|
14735
14731
|
types: [
|
|
14736
14732
|
"string"
|
|
14737
|
-
]
|
|
14733
|
+
],
|
|
14734
|
+
kind: "event"
|
|
14738
14735
|
},
|
|
14739
14736
|
navigatesTo: {
|
|
14740
14737
|
types: [
|
|
@@ -14775,6 +14772,7 @@ var patterns_registry_default = {
|
|
|
14775
14772
|
"media-gallery": {
|
|
14776
14773
|
type: "media-gallery",
|
|
14777
14774
|
category: "media",
|
|
14775
|
+
sourceFile: "components/core/organisms/MediaGallery.tsx",
|
|
14778
14776
|
tier: "organisms",
|
|
14779
14777
|
family: "core",
|
|
14780
14778
|
description: "Grid gallery for images and media with lightbox, selection, and upload",
|
|
@@ -15045,7 +15043,8 @@ var patterns_registry_default = {
|
|
|
15045
15043
|
event: {
|
|
15046
15044
|
types: [
|
|
15047
15045
|
"string"
|
|
15048
|
-
]
|
|
15046
|
+
],
|
|
15047
|
+
kind: "event"
|
|
15049
15048
|
},
|
|
15050
15049
|
navigatesTo: {
|
|
15051
15050
|
types: [
|
|
@@ -15226,6 +15225,7 @@ var patterns_registry_default = {
|
|
|
15226
15225
|
"document-viewer": {
|
|
15227
15226
|
type: "document-viewer",
|
|
15228
15227
|
category: "display",
|
|
15228
|
+
sourceFile: "components/core/molecules/DocumentViewer.tsx",
|
|
15229
15229
|
tier: "molecules",
|
|
15230
15230
|
family: "core",
|
|
15231
15231
|
description: "Document viewer for PDFs, text, HTML, and markdown with zoom and pagination",
|
|
@@ -15329,7 +15329,8 @@ var patterns_registry_default = {
|
|
|
15329
15329
|
event: {
|
|
15330
15330
|
types: [
|
|
15331
15331
|
"string"
|
|
15332
|
-
]
|
|
15332
|
+
],
|
|
15333
|
+
kind: "event"
|
|
15333
15334
|
},
|
|
15334
15335
|
navigatesTo: {
|
|
15335
15336
|
types: [
|
|
@@ -15443,6 +15444,7 @@ var patterns_registry_default = {
|
|
|
15443
15444
|
"graph-canvas": {
|
|
15444
15445
|
type: "graph-canvas",
|
|
15445
15446
|
category: "game",
|
|
15447
|
+
sourceFile: "components/core/molecules/GraphCanvas.tsx",
|
|
15446
15448
|
tier: "molecules",
|
|
15447
15449
|
family: "core",
|
|
15448
15450
|
description: "Force-directed graph visualization for node-link data with interactive zoom, pan, and layout",
|
|
@@ -15705,7 +15707,8 @@ var patterns_registry_default = {
|
|
|
15705
15707
|
event: {
|
|
15706
15708
|
types: [
|
|
15707
15709
|
"string"
|
|
15708
|
-
]
|
|
15710
|
+
],
|
|
15711
|
+
kind: "event"
|
|
15709
15712
|
},
|
|
15710
15713
|
navigatesTo: {
|
|
15711
15714
|
types: [
|
|
@@ -16328,6 +16331,7 @@ var patterns_registry_default = {
|
|
|
16328
16331
|
"code-block": {
|
|
16329
16332
|
type: "code-block",
|
|
16330
16333
|
category: "component",
|
|
16334
|
+
sourceFile: "components/core/molecules/markdown/CodeBlock.tsx",
|
|
16331
16335
|
tier: "molecules",
|
|
16332
16336
|
family: "core",
|
|
16333
16337
|
description: "CodeBlock Molecule Component A syntax-highlighted code block with copy-to-clipboard functionality. Preserves scroll position during re-renders. Event Contract: - Emits: UI:COPY_CODE { language, success }",
|
|
@@ -16612,6 +16616,17 @@ var patterns_registry_default = {
|
|
|
16612
16616
|
]
|
|
16613
16617
|
}
|
|
16614
16618
|
},
|
|
16619
|
+
naturalLanguages: {
|
|
16620
|
+
types: [
|
|
16621
|
+
"array"
|
|
16622
|
+
],
|
|
16623
|
+
description: "Show the program in these natural languages as tabs, translating on the fly. Only meaningful for `language` 'lolo' / 'orb'; ignored otherwise. Fewer than two entries renders exactly as without the prop. `editable` wins: editing a translation is not a thing, so the English source is shown and this is ignored.",
|
|
16624
|
+
items: {
|
|
16625
|
+
types: [
|
|
16626
|
+
"object"
|
|
16627
|
+
]
|
|
16628
|
+
}
|
|
16629
|
+
},
|
|
16615
16630
|
actions: {
|
|
16616
16631
|
types: [
|
|
16617
16632
|
"array"
|
|
@@ -16632,7 +16647,8 @@ var patterns_registry_default = {
|
|
|
16632
16647
|
event: {
|
|
16633
16648
|
types: [
|
|
16634
16649
|
"string"
|
|
16635
|
-
]
|
|
16650
|
+
],
|
|
16651
|
+
kind: "event"
|
|
16636
16652
|
},
|
|
16637
16653
|
navigatesTo: {
|
|
16638
16654
|
types: [
|
|
@@ -17892,8 +17908,7 @@ var patterns_registry_default = {
|
|
|
17892
17908
|
"object"
|
|
17893
17909
|
],
|
|
17894
17910
|
description: "Additional payload for long-press events",
|
|
17895
|
-
payloadFor: "longPressEvent"
|
|
17896
|
-
freeform: true
|
|
17911
|
+
payloadFor: "longPressEvent"
|
|
17897
17912
|
},
|
|
17898
17913
|
swipeLeftEvent: {
|
|
17899
17914
|
types: [
|
|
@@ -18593,6 +18608,7 @@ var patterns_registry_default = {
|
|
|
18593
18608
|
"data-grid": {
|
|
18594
18609
|
type: "data-grid",
|
|
18595
18610
|
category: "display",
|
|
18611
|
+
sourceFile: "components/core/molecules/DataGrid.tsx",
|
|
18596
18612
|
tier: "molecules",
|
|
18597
18613
|
family: "core",
|
|
18598
18614
|
description: "DataGrid \u2014 structured records grid rendering rows over configurable columns, with sort, select, and drag-reorder.",
|
|
@@ -18818,7 +18834,8 @@ var patterns_registry_default = {
|
|
|
18818
18834
|
event: {
|
|
18819
18835
|
types: [
|
|
18820
18836
|
"string"
|
|
18821
|
-
]
|
|
18837
|
+
],
|
|
18838
|
+
kind: "event"
|
|
18822
18839
|
},
|
|
18823
18840
|
navigatesTo: {
|
|
18824
18841
|
types: [
|
|
@@ -19059,6 +19076,7 @@ var patterns_registry_default = {
|
|
|
19059
19076
|
"data-list": {
|
|
19060
19077
|
type: "data-list",
|
|
19061
19078
|
category: "display",
|
|
19079
|
+
sourceFile: "components/core/molecules/DataList.tsx",
|
|
19062
19080
|
tier: "molecules",
|
|
19063
19081
|
family: "core",
|
|
19064
19082
|
description: "DataList component",
|
|
@@ -19264,7 +19282,8 @@ var patterns_registry_default = {
|
|
|
19264
19282
|
event: {
|
|
19265
19283
|
types: [
|
|
19266
19284
|
"string"
|
|
19267
|
-
]
|
|
19285
|
+
],
|
|
19286
|
+
kind: "event"
|
|
19268
19287
|
},
|
|
19269
19288
|
icon: {
|
|
19270
19289
|
types: [
|
|
@@ -20023,8 +20042,7 @@ var patterns_registry_default = {
|
|
|
20023
20042
|
"object"
|
|
20024
20043
|
],
|
|
20025
20044
|
description: "Payload to include with the action event",
|
|
20026
|
-
payloadFor: "action"
|
|
20027
|
-
freeform: true
|
|
20045
|
+
payloadFor: "action"
|
|
20028
20046
|
},
|
|
20029
20047
|
onChange: {
|
|
20030
20048
|
types: [
|
|
@@ -20373,8 +20391,7 @@ var patterns_registry_default = {
|
|
|
20373
20391
|
"object"
|
|
20374
20392
|
],
|
|
20375
20393
|
description: "Payload to include with the action event",
|
|
20376
|
-
payloadFor: "action"
|
|
20377
|
-
freeform: true
|
|
20394
|
+
payloadFor: "action"
|
|
20378
20395
|
},
|
|
20379
20396
|
className: {
|
|
20380
20397
|
types: [
|
|
@@ -20466,8 +20483,7 @@ var patterns_registry_default = {
|
|
|
20466
20483
|
"object"
|
|
20467
20484
|
],
|
|
20468
20485
|
description: "Payload to include with the action event",
|
|
20469
|
-
payloadFor: "action"
|
|
20470
|
-
freeform: true
|
|
20486
|
+
payloadFor: "action"
|
|
20471
20487
|
},
|
|
20472
20488
|
onChange: {
|
|
20473
20489
|
types: [
|
|
@@ -20612,8 +20628,7 @@ var patterns_registry_default = {
|
|
|
20612
20628
|
"object"
|
|
20613
20629
|
],
|
|
20614
20630
|
description: "Payload to include with the action event",
|
|
20615
|
-
payloadFor: "action"
|
|
20616
|
-
freeform: true
|
|
20631
|
+
payloadFor: "action"
|
|
20617
20632
|
},
|
|
20618
20633
|
onFiles: {
|
|
20619
20634
|
types: [
|
|
@@ -20770,8 +20785,7 @@ var patterns_registry_default = {
|
|
|
20770
20785
|
"object"
|
|
20771
20786
|
],
|
|
20772
20787
|
description: "Optional payload to include with the load-more event",
|
|
20773
|
-
payloadFor: "loadMoreEvent"
|
|
20774
|
-
freeform: true
|
|
20788
|
+
payloadFor: "loadMoreEvent"
|
|
20775
20789
|
},
|
|
20776
20790
|
isLoading: {
|
|
20777
20791
|
types: [
|
|
@@ -20855,6 +20869,7 @@ var patterns_registry_default = {
|
|
|
20855
20869
|
carousel: {
|
|
20856
20870
|
type: "carousel",
|
|
20857
20871
|
category: "component",
|
|
20872
|
+
sourceFile: "components/core/molecules/Carousel.tsx",
|
|
20858
20873
|
tier: "molecules",
|
|
20859
20874
|
family: "core",
|
|
20860
20875
|
description: "Carousel component",
|
|
@@ -20873,8 +20888,23 @@ var patterns_registry_default = {
|
|
|
20873
20888
|
types: [
|
|
20874
20889
|
"object"
|
|
20875
20890
|
],
|
|
20876
|
-
|
|
20877
|
-
|
|
20891
|
+
properties: {
|
|
20892
|
+
id: {
|
|
20893
|
+
types: [
|
|
20894
|
+
"string"
|
|
20895
|
+
]
|
|
20896
|
+
},
|
|
20897
|
+
title: {
|
|
20898
|
+
types: [
|
|
20899
|
+
"string"
|
|
20900
|
+
]
|
|
20901
|
+
},
|
|
20902
|
+
image: {
|
|
20903
|
+
types: [
|
|
20904
|
+
"asset"
|
|
20905
|
+
]
|
|
20906
|
+
}
|
|
20907
|
+
}
|
|
20878
20908
|
}
|
|
20879
20909
|
},
|
|
20880
20910
|
renderItem: {
|
|
@@ -20886,7 +20916,29 @@ var patterns_registry_default = {
|
|
|
20886
20916
|
callbackArgs: [
|
|
20887
20917
|
{
|
|
20888
20918
|
name: "item",
|
|
20889
|
-
type: "object"
|
|
20919
|
+
type: "object",
|
|
20920
|
+
schema: {
|
|
20921
|
+
types: [
|
|
20922
|
+
"object"
|
|
20923
|
+
],
|
|
20924
|
+
properties: {
|
|
20925
|
+
id: {
|
|
20926
|
+
types: [
|
|
20927
|
+
"string"
|
|
20928
|
+
]
|
|
20929
|
+
},
|
|
20930
|
+
title: {
|
|
20931
|
+
types: [
|
|
20932
|
+
"string"
|
|
20933
|
+
]
|
|
20934
|
+
},
|
|
20935
|
+
image: {
|
|
20936
|
+
types: [
|
|
20937
|
+
"asset"
|
|
20938
|
+
]
|
|
20939
|
+
}
|
|
20940
|
+
}
|
|
20941
|
+
}
|
|
20890
20942
|
},
|
|
20891
20943
|
{
|
|
20892
20944
|
name: "index",
|
|
@@ -20904,7 +20956,29 @@ var patterns_registry_default = {
|
|
|
20904
20956
|
callbackArgs: [
|
|
20905
20957
|
{
|
|
20906
20958
|
name: "item",
|
|
20907
|
-
type: "object"
|
|
20959
|
+
type: "object",
|
|
20960
|
+
schema: {
|
|
20961
|
+
types: [
|
|
20962
|
+
"object"
|
|
20963
|
+
],
|
|
20964
|
+
properties: {
|
|
20965
|
+
id: {
|
|
20966
|
+
types: [
|
|
20967
|
+
"string"
|
|
20968
|
+
]
|
|
20969
|
+
},
|
|
20970
|
+
title: {
|
|
20971
|
+
types: [
|
|
20972
|
+
"string"
|
|
20973
|
+
]
|
|
20974
|
+
},
|
|
20975
|
+
image: {
|
|
20976
|
+
types: [
|
|
20977
|
+
"asset"
|
|
20978
|
+
]
|
|
20979
|
+
}
|
|
20980
|
+
}
|
|
20981
|
+
}
|
|
20908
20982
|
},
|
|
20909
20983
|
{
|
|
20910
20984
|
name: "index",
|
|
@@ -20968,7 +21042,12 @@ var patterns_registry_default = {
|
|
|
20968
21042
|
],
|
|
20969
21043
|
description: "Payload to include with the slide change event",
|
|
20970
21044
|
payloadFor: "slideChangeEvent",
|
|
20971
|
-
|
|
21045
|
+
mapValue: {
|
|
21046
|
+
types: [
|
|
21047
|
+
"object"
|
|
21048
|
+
],
|
|
21049
|
+
jsonValueBrand: true
|
|
21050
|
+
}
|
|
20972
21051
|
},
|
|
20973
21052
|
className: {
|
|
20974
21053
|
types: [
|
|
@@ -21004,8 +21083,7 @@ var patterns_registry_default = {
|
|
|
21004
21083
|
"object"
|
|
21005
21084
|
],
|
|
21006
21085
|
description: "Payload to include with the refresh event",
|
|
21007
|
-
payloadFor: "refreshEvent"
|
|
21008
|
-
freeform: true
|
|
21086
|
+
payloadFor: "refreshEvent"
|
|
21009
21087
|
},
|
|
21010
21088
|
threshold: {
|
|
21011
21089
|
types: [
|
|
@@ -21103,8 +21181,7 @@ var patterns_registry_default = {
|
|
|
21103
21181
|
"object"
|
|
21104
21182
|
],
|
|
21105
21183
|
description: "reorderPayload prop",
|
|
21106
|
-
payloadFor: "reorderEvent"
|
|
21107
|
-
freeform: true
|
|
21184
|
+
payloadFor: "reorderEvent"
|
|
21108
21185
|
},
|
|
21109
21186
|
dragHandlePosition: {
|
|
21110
21187
|
types: [
|
|
@@ -21128,6 +21205,7 @@ var patterns_registry_default = {
|
|
|
21128
21205
|
"swipeable-row": {
|
|
21129
21206
|
type: "swipeable-row",
|
|
21130
21207
|
category: "component",
|
|
21208
|
+
sourceFile: "components/core/molecules/SwipeableRow.tsx",
|
|
21131
21209
|
tier: "molecules",
|
|
21132
21210
|
family: "core",
|
|
21133
21211
|
description: "SwipeableRow component",
|
|
@@ -21175,14 +21253,15 @@ var patterns_registry_default = {
|
|
|
21175
21253
|
event: {
|
|
21176
21254
|
types: [
|
|
21177
21255
|
"string"
|
|
21178
|
-
]
|
|
21256
|
+
],
|
|
21257
|
+
kind: "event"
|
|
21179
21258
|
},
|
|
21180
21259
|
eventPayload: {
|
|
21181
21260
|
types: [
|
|
21182
21261
|
"object"
|
|
21183
21262
|
],
|
|
21184
|
-
|
|
21185
|
-
|
|
21263
|
+
eventPayloadBrand: true,
|
|
21264
|
+
payloadFor: "event"
|
|
21186
21265
|
}
|
|
21187
21266
|
},
|
|
21188
21267
|
required: [
|
|
@@ -21229,14 +21308,15 @@ var patterns_registry_default = {
|
|
|
21229
21308
|
event: {
|
|
21230
21309
|
types: [
|
|
21231
21310
|
"string"
|
|
21232
|
-
]
|
|
21311
|
+
],
|
|
21312
|
+
kind: "event"
|
|
21233
21313
|
},
|
|
21234
21314
|
eventPayload: {
|
|
21235
21315
|
types: [
|
|
21236
21316
|
"object"
|
|
21237
21317
|
],
|
|
21238
|
-
|
|
21239
|
-
|
|
21318
|
+
eventPayloadBrand: true,
|
|
21319
|
+
payloadFor: "event"
|
|
21240
21320
|
}
|
|
21241
21321
|
},
|
|
21242
21322
|
required: [
|
|
@@ -21265,8 +21345,8 @@ var patterns_registry_default = {
|
|
|
21265
21345
|
"object"
|
|
21266
21346
|
],
|
|
21267
21347
|
description: "itemData prop",
|
|
21268
|
-
|
|
21269
|
-
|
|
21348
|
+
kind: "entity",
|
|
21349
|
+
cardinality: "record"
|
|
21270
21350
|
},
|
|
21271
21351
|
className: {
|
|
21272
21352
|
types: [
|
|
@@ -26255,6 +26335,7 @@ var patterns_registry_default = {
|
|
|
26255
26335
|
"file-tree": {
|
|
26256
26336
|
type: "file-tree",
|
|
26257
26337
|
category: "component",
|
|
26338
|
+
sourceFile: "components/core/molecules/FileTree.tsx",
|
|
26258
26339
|
tier: "molecules",
|
|
26259
26340
|
family: "core",
|
|
26260
26341
|
description: "FileTree component",
|
|
@@ -26302,7 +26383,8 @@ var patterns_registry_default = {
|
|
|
26302
26383
|
types: [
|
|
26303
26384
|
"object"
|
|
26304
26385
|
],
|
|
26305
|
-
cyclic: true
|
|
26386
|
+
cyclic: true,
|
|
26387
|
+
cyclicTypeName: "FileTreeNode"
|
|
26306
26388
|
}
|
|
26307
26389
|
},
|
|
26308
26390
|
size: {
|
|
@@ -27372,6 +27454,7 @@ var patterns_registry_default = {
|
|
|
27372
27454
|
"reply-tree": {
|
|
27373
27455
|
type: "reply-tree",
|
|
27374
27456
|
category: "display",
|
|
27457
|
+
sourceFile: "components/core/molecules/ReplyTree.tsx",
|
|
27375
27458
|
tier: "molecules",
|
|
27376
27459
|
family: "core",
|
|
27377
27460
|
description: "ReplyTree component",
|
|
@@ -27441,7 +27524,8 @@ var patterns_registry_default = {
|
|
|
27441
27524
|
"object",
|
|
27442
27525
|
"array"
|
|
27443
27526
|
],
|
|
27444
|
-
cyclic: true
|
|
27527
|
+
cyclic: true,
|
|
27528
|
+
cyclicTypeName: "ReplyNodeRow"
|
|
27445
27529
|
}
|
|
27446
27530
|
}
|
|
27447
27531
|
},
|
|
@@ -30595,6 +30679,7 @@ var patterns_registry_default = {
|
|
|
30595
30679
|
"doc-sidebar": {
|
|
30596
30680
|
type: "doc-sidebar",
|
|
30597
30681
|
category: "navigation",
|
|
30682
|
+
sourceFile: "components/core/molecules/DocSidebar.tsx",
|
|
30598
30683
|
tier: "molecules",
|
|
30599
30684
|
family: "core",
|
|
30600
30685
|
description: "DocSidebar component",
|
|
@@ -30634,7 +30719,8 @@ var patterns_registry_default = {
|
|
|
30634
30719
|
types: [
|
|
30635
30720
|
"object"
|
|
30636
30721
|
],
|
|
30637
|
-
cyclic: true
|
|
30722
|
+
cyclic: true,
|
|
30723
|
+
cyclicTypeName: "DocSidebarItem"
|
|
30638
30724
|
}
|
|
30639
30725
|
},
|
|
30640
30726
|
active: {
|
|
@@ -31539,6 +31625,210 @@ var patterns_registry_default = {
|
|
|
31539
31625
|
"object"
|
|
31540
31626
|
],
|
|
31541
31627
|
properties: {
|
|
31628
|
+
assetUrl: {
|
|
31629
|
+
types: [
|
|
31630
|
+
"object"
|
|
31631
|
+
],
|
|
31632
|
+
properties: {
|
|
31633
|
+
url: {
|
|
31634
|
+
types: [
|
|
31635
|
+
"asset"
|
|
31636
|
+
]
|
|
31637
|
+
},
|
|
31638
|
+
role: {
|
|
31639
|
+
types: [
|
|
31640
|
+
"string"
|
|
31641
|
+
]
|
|
31642
|
+
},
|
|
31643
|
+
category: {
|
|
31644
|
+
types: [
|
|
31645
|
+
"string"
|
|
31646
|
+
]
|
|
31647
|
+
},
|
|
31648
|
+
animations: {
|
|
31649
|
+
types: [
|
|
31650
|
+
"array"
|
|
31651
|
+
],
|
|
31652
|
+
items: {
|
|
31653
|
+
types: [
|
|
31654
|
+
"string"
|
|
31655
|
+
]
|
|
31656
|
+
}
|
|
31657
|
+
},
|
|
31658
|
+
style: {
|
|
31659
|
+
types: [
|
|
31660
|
+
"string"
|
|
31661
|
+
],
|
|
31662
|
+
enumValues: [
|
|
31663
|
+
"pixel",
|
|
31664
|
+
"vector",
|
|
31665
|
+
"hd",
|
|
31666
|
+
"1-bit",
|
|
31667
|
+
"isometric"
|
|
31668
|
+
]
|
|
31669
|
+
},
|
|
31670
|
+
variant: {
|
|
31671
|
+
types: [
|
|
31672
|
+
"string"
|
|
31673
|
+
]
|
|
31674
|
+
},
|
|
31675
|
+
dimension: {
|
|
31676
|
+
types: [
|
|
31677
|
+
"string"
|
|
31678
|
+
],
|
|
31679
|
+
enumValues: [
|
|
31680
|
+
"2d",
|
|
31681
|
+
"3d"
|
|
31682
|
+
]
|
|
31683
|
+
},
|
|
31684
|
+
aspect: {
|
|
31685
|
+
types: [
|
|
31686
|
+
"string"
|
|
31687
|
+
],
|
|
31688
|
+
enumValues: [
|
|
31689
|
+
"1:1",
|
|
31690
|
+
"16:9",
|
|
31691
|
+
"5:7",
|
|
31692
|
+
"8:1"
|
|
31693
|
+
]
|
|
31694
|
+
},
|
|
31695
|
+
atlas: {
|
|
31696
|
+
types: [
|
|
31697
|
+
"asset"
|
|
31698
|
+
]
|
|
31699
|
+
},
|
|
31700
|
+
sprite: {
|
|
31701
|
+
types: [
|
|
31702
|
+
"string"
|
|
31703
|
+
]
|
|
31704
|
+
},
|
|
31705
|
+
name: {
|
|
31706
|
+
types: [
|
|
31707
|
+
"string"
|
|
31708
|
+
]
|
|
31709
|
+
},
|
|
31710
|
+
thumbnailUrl: {
|
|
31711
|
+
types: [
|
|
31712
|
+
"string"
|
|
31713
|
+
]
|
|
31714
|
+
}
|
|
31715
|
+
},
|
|
31716
|
+
required: [
|
|
31717
|
+
"url",
|
|
31718
|
+
"role",
|
|
31719
|
+
"category"
|
|
31720
|
+
]
|
|
31721
|
+
},
|
|
31722
|
+
iconUrl: {
|
|
31723
|
+
types: [
|
|
31724
|
+
"object"
|
|
31725
|
+
],
|
|
31726
|
+
properties: {
|
|
31727
|
+
url: {
|
|
31728
|
+
types: [
|
|
31729
|
+
"asset"
|
|
31730
|
+
]
|
|
31731
|
+
},
|
|
31732
|
+
role: {
|
|
31733
|
+
types: [
|
|
31734
|
+
"string"
|
|
31735
|
+
]
|
|
31736
|
+
},
|
|
31737
|
+
category: {
|
|
31738
|
+
types: [
|
|
31739
|
+
"string"
|
|
31740
|
+
]
|
|
31741
|
+
},
|
|
31742
|
+
animations: {
|
|
31743
|
+
types: [
|
|
31744
|
+
"array"
|
|
31745
|
+
],
|
|
31746
|
+
items: {
|
|
31747
|
+
types: [
|
|
31748
|
+
"string"
|
|
31749
|
+
]
|
|
31750
|
+
}
|
|
31751
|
+
},
|
|
31752
|
+
style: {
|
|
31753
|
+
types: [
|
|
31754
|
+
"string"
|
|
31755
|
+
],
|
|
31756
|
+
enumValues: [
|
|
31757
|
+
"pixel",
|
|
31758
|
+
"vector",
|
|
31759
|
+
"hd",
|
|
31760
|
+
"1-bit",
|
|
31761
|
+
"isometric"
|
|
31762
|
+
]
|
|
31763
|
+
},
|
|
31764
|
+
variant: {
|
|
31765
|
+
types: [
|
|
31766
|
+
"string"
|
|
31767
|
+
]
|
|
31768
|
+
},
|
|
31769
|
+
dimension: {
|
|
31770
|
+
types: [
|
|
31771
|
+
"string"
|
|
31772
|
+
],
|
|
31773
|
+
enumValues: [
|
|
31774
|
+
"2d",
|
|
31775
|
+
"3d"
|
|
31776
|
+
]
|
|
31777
|
+
},
|
|
31778
|
+
aspect: {
|
|
31779
|
+
types: [
|
|
31780
|
+
"string"
|
|
31781
|
+
],
|
|
31782
|
+
enumValues: [
|
|
31783
|
+
"1:1",
|
|
31784
|
+
"16:9",
|
|
31785
|
+
"5:7",
|
|
31786
|
+
"8:1"
|
|
31787
|
+
]
|
|
31788
|
+
},
|
|
31789
|
+
atlas: {
|
|
31790
|
+
types: [
|
|
31791
|
+
"asset"
|
|
31792
|
+
]
|
|
31793
|
+
},
|
|
31794
|
+
sprite: {
|
|
31795
|
+
types: [
|
|
31796
|
+
"string"
|
|
31797
|
+
]
|
|
31798
|
+
},
|
|
31799
|
+
name: {
|
|
31800
|
+
types: [
|
|
31801
|
+
"string"
|
|
31802
|
+
]
|
|
31803
|
+
},
|
|
31804
|
+
thumbnailUrl: {
|
|
31805
|
+
types: [
|
|
31806
|
+
"string"
|
|
31807
|
+
]
|
|
31808
|
+
}
|
|
31809
|
+
},
|
|
31810
|
+
required: [
|
|
31811
|
+
"url",
|
|
31812
|
+
"role",
|
|
31813
|
+
"category"
|
|
31814
|
+
]
|
|
31815
|
+
},
|
|
31816
|
+
label: {
|
|
31817
|
+
types: [
|
|
31818
|
+
"string"
|
|
31819
|
+
]
|
|
31820
|
+
},
|
|
31821
|
+
value: {
|
|
31822
|
+
types: [
|
|
31823
|
+
"number",
|
|
31824
|
+
"string"
|
|
31825
|
+
]
|
|
31826
|
+
},
|
|
31827
|
+
max: {
|
|
31828
|
+
types: [
|
|
31829
|
+
"number"
|
|
31830
|
+
]
|
|
31831
|
+
},
|
|
31542
31832
|
source: {
|
|
31543
31833
|
types: [
|
|
31544
31834
|
"string"
|
|
@@ -31548,8 +31838,32 @@ var patterns_registry_default = {
|
|
|
31548
31838
|
types: [
|
|
31549
31839
|
"string"
|
|
31550
31840
|
]
|
|
31841
|
+
},
|
|
31842
|
+
format: {
|
|
31843
|
+
types: [
|
|
31844
|
+
"string"
|
|
31845
|
+
]
|
|
31846
|
+
},
|
|
31847
|
+
icon: {
|
|
31848
|
+
types: [
|
|
31849
|
+
"icon",
|
|
31850
|
+
"string"
|
|
31851
|
+
]
|
|
31852
|
+
},
|
|
31853
|
+
variant: {
|
|
31854
|
+
types: [
|
|
31855
|
+
"string"
|
|
31856
|
+
]
|
|
31857
|
+
},
|
|
31858
|
+
className: {
|
|
31859
|
+
types: [
|
|
31860
|
+
"string"
|
|
31861
|
+
]
|
|
31551
31862
|
}
|
|
31552
|
-
}
|
|
31863
|
+
},
|
|
31864
|
+
required: [
|
|
31865
|
+
"label"
|
|
31866
|
+
]
|
|
31553
31867
|
}
|
|
31554
31868
|
},
|
|
31555
31869
|
items: {
|
|
@@ -31562,6 +31876,210 @@ var patterns_registry_default = {
|
|
|
31562
31876
|
"object"
|
|
31563
31877
|
],
|
|
31564
31878
|
properties: {
|
|
31879
|
+
assetUrl: {
|
|
31880
|
+
types: [
|
|
31881
|
+
"object"
|
|
31882
|
+
],
|
|
31883
|
+
properties: {
|
|
31884
|
+
url: {
|
|
31885
|
+
types: [
|
|
31886
|
+
"asset"
|
|
31887
|
+
]
|
|
31888
|
+
},
|
|
31889
|
+
role: {
|
|
31890
|
+
types: [
|
|
31891
|
+
"string"
|
|
31892
|
+
]
|
|
31893
|
+
},
|
|
31894
|
+
category: {
|
|
31895
|
+
types: [
|
|
31896
|
+
"string"
|
|
31897
|
+
]
|
|
31898
|
+
},
|
|
31899
|
+
animations: {
|
|
31900
|
+
types: [
|
|
31901
|
+
"array"
|
|
31902
|
+
],
|
|
31903
|
+
items: {
|
|
31904
|
+
types: [
|
|
31905
|
+
"string"
|
|
31906
|
+
]
|
|
31907
|
+
}
|
|
31908
|
+
},
|
|
31909
|
+
style: {
|
|
31910
|
+
types: [
|
|
31911
|
+
"string"
|
|
31912
|
+
],
|
|
31913
|
+
enumValues: [
|
|
31914
|
+
"pixel",
|
|
31915
|
+
"vector",
|
|
31916
|
+
"hd",
|
|
31917
|
+
"1-bit",
|
|
31918
|
+
"isometric"
|
|
31919
|
+
]
|
|
31920
|
+
},
|
|
31921
|
+
variant: {
|
|
31922
|
+
types: [
|
|
31923
|
+
"string"
|
|
31924
|
+
]
|
|
31925
|
+
},
|
|
31926
|
+
dimension: {
|
|
31927
|
+
types: [
|
|
31928
|
+
"string"
|
|
31929
|
+
],
|
|
31930
|
+
enumValues: [
|
|
31931
|
+
"2d",
|
|
31932
|
+
"3d"
|
|
31933
|
+
]
|
|
31934
|
+
},
|
|
31935
|
+
aspect: {
|
|
31936
|
+
types: [
|
|
31937
|
+
"string"
|
|
31938
|
+
],
|
|
31939
|
+
enumValues: [
|
|
31940
|
+
"1:1",
|
|
31941
|
+
"16:9",
|
|
31942
|
+
"5:7",
|
|
31943
|
+
"8:1"
|
|
31944
|
+
]
|
|
31945
|
+
},
|
|
31946
|
+
atlas: {
|
|
31947
|
+
types: [
|
|
31948
|
+
"asset"
|
|
31949
|
+
]
|
|
31950
|
+
},
|
|
31951
|
+
sprite: {
|
|
31952
|
+
types: [
|
|
31953
|
+
"string"
|
|
31954
|
+
]
|
|
31955
|
+
},
|
|
31956
|
+
name: {
|
|
31957
|
+
types: [
|
|
31958
|
+
"string"
|
|
31959
|
+
]
|
|
31960
|
+
},
|
|
31961
|
+
thumbnailUrl: {
|
|
31962
|
+
types: [
|
|
31963
|
+
"string"
|
|
31964
|
+
]
|
|
31965
|
+
}
|
|
31966
|
+
},
|
|
31967
|
+
required: [
|
|
31968
|
+
"url",
|
|
31969
|
+
"role",
|
|
31970
|
+
"category"
|
|
31971
|
+
]
|
|
31972
|
+
},
|
|
31973
|
+
iconUrl: {
|
|
31974
|
+
types: [
|
|
31975
|
+
"object"
|
|
31976
|
+
],
|
|
31977
|
+
properties: {
|
|
31978
|
+
url: {
|
|
31979
|
+
types: [
|
|
31980
|
+
"asset"
|
|
31981
|
+
]
|
|
31982
|
+
},
|
|
31983
|
+
role: {
|
|
31984
|
+
types: [
|
|
31985
|
+
"string"
|
|
31986
|
+
]
|
|
31987
|
+
},
|
|
31988
|
+
category: {
|
|
31989
|
+
types: [
|
|
31990
|
+
"string"
|
|
31991
|
+
]
|
|
31992
|
+
},
|
|
31993
|
+
animations: {
|
|
31994
|
+
types: [
|
|
31995
|
+
"array"
|
|
31996
|
+
],
|
|
31997
|
+
items: {
|
|
31998
|
+
types: [
|
|
31999
|
+
"string"
|
|
32000
|
+
]
|
|
32001
|
+
}
|
|
32002
|
+
},
|
|
32003
|
+
style: {
|
|
32004
|
+
types: [
|
|
32005
|
+
"string"
|
|
32006
|
+
],
|
|
32007
|
+
enumValues: [
|
|
32008
|
+
"pixel",
|
|
32009
|
+
"vector",
|
|
32010
|
+
"hd",
|
|
32011
|
+
"1-bit",
|
|
32012
|
+
"isometric"
|
|
32013
|
+
]
|
|
32014
|
+
},
|
|
32015
|
+
variant: {
|
|
32016
|
+
types: [
|
|
32017
|
+
"string"
|
|
32018
|
+
]
|
|
32019
|
+
},
|
|
32020
|
+
dimension: {
|
|
32021
|
+
types: [
|
|
32022
|
+
"string"
|
|
32023
|
+
],
|
|
32024
|
+
enumValues: [
|
|
32025
|
+
"2d",
|
|
32026
|
+
"3d"
|
|
32027
|
+
]
|
|
32028
|
+
},
|
|
32029
|
+
aspect: {
|
|
32030
|
+
types: [
|
|
32031
|
+
"string"
|
|
32032
|
+
],
|
|
32033
|
+
enumValues: [
|
|
32034
|
+
"1:1",
|
|
32035
|
+
"16:9",
|
|
32036
|
+
"5:7",
|
|
32037
|
+
"8:1"
|
|
32038
|
+
]
|
|
32039
|
+
},
|
|
32040
|
+
atlas: {
|
|
32041
|
+
types: [
|
|
32042
|
+
"asset"
|
|
32043
|
+
]
|
|
32044
|
+
},
|
|
32045
|
+
sprite: {
|
|
32046
|
+
types: [
|
|
32047
|
+
"string"
|
|
32048
|
+
]
|
|
32049
|
+
},
|
|
32050
|
+
name: {
|
|
32051
|
+
types: [
|
|
32052
|
+
"string"
|
|
32053
|
+
]
|
|
32054
|
+
},
|
|
32055
|
+
thumbnailUrl: {
|
|
32056
|
+
types: [
|
|
32057
|
+
"string"
|
|
32058
|
+
]
|
|
32059
|
+
}
|
|
32060
|
+
},
|
|
32061
|
+
required: [
|
|
32062
|
+
"url",
|
|
32063
|
+
"role",
|
|
32064
|
+
"category"
|
|
32065
|
+
]
|
|
32066
|
+
},
|
|
32067
|
+
label: {
|
|
32068
|
+
types: [
|
|
32069
|
+
"string"
|
|
32070
|
+
]
|
|
32071
|
+
},
|
|
32072
|
+
value: {
|
|
32073
|
+
types: [
|
|
32074
|
+
"number",
|
|
32075
|
+
"string"
|
|
32076
|
+
]
|
|
32077
|
+
},
|
|
32078
|
+
max: {
|
|
32079
|
+
types: [
|
|
32080
|
+
"number"
|
|
32081
|
+
]
|
|
32082
|
+
},
|
|
31565
32083
|
source: {
|
|
31566
32084
|
types: [
|
|
31567
32085
|
"string"
|
|
@@ -31571,8 +32089,32 @@ var patterns_registry_default = {
|
|
|
31571
32089
|
types: [
|
|
31572
32090
|
"string"
|
|
31573
32091
|
]
|
|
32092
|
+
},
|
|
32093
|
+
format: {
|
|
32094
|
+
types: [
|
|
32095
|
+
"string"
|
|
32096
|
+
]
|
|
32097
|
+
},
|
|
32098
|
+
icon: {
|
|
32099
|
+
types: [
|
|
32100
|
+
"icon",
|
|
32101
|
+
"string"
|
|
32102
|
+
]
|
|
32103
|
+
},
|
|
32104
|
+
variant: {
|
|
32105
|
+
types: [
|
|
32106
|
+
"string"
|
|
32107
|
+
]
|
|
32108
|
+
},
|
|
32109
|
+
className: {
|
|
32110
|
+
types: [
|
|
32111
|
+
"string"
|
|
32112
|
+
]
|
|
31574
32113
|
}
|
|
31575
|
-
}
|
|
32114
|
+
},
|
|
32115
|
+
required: [
|
|
32116
|
+
"label"
|
|
32117
|
+
]
|
|
31576
32118
|
}
|
|
31577
32119
|
},
|
|
31578
32120
|
elements: {
|
|
@@ -31765,6 +32307,7 @@ var patterns_registry_default = {
|
|
|
31765
32307
|
"game-menu": {
|
|
31766
32308
|
type: "game-menu",
|
|
31767
32309
|
category: "game",
|
|
32310
|
+
sourceFile: "components/game/molecules/GameMenu.tsx",
|
|
31768
32311
|
tier: "molecules",
|
|
31769
32312
|
family: "game",
|
|
31770
32313
|
description: "GameMenu component",
|
|
@@ -31814,7 +32357,8 @@ var patterns_registry_default = {
|
|
|
31814
32357
|
event: {
|
|
31815
32358
|
types: [
|
|
31816
32359
|
"string"
|
|
31817
|
-
]
|
|
32360
|
+
],
|
|
32361
|
+
kind: "event"
|
|
31818
32362
|
},
|
|
31819
32363
|
navigatesTo: {
|
|
31820
32364
|
types: [
|
|
@@ -31867,7 +32411,8 @@ var patterns_registry_default = {
|
|
|
31867
32411
|
event: {
|
|
31868
32412
|
types: [
|
|
31869
32413
|
"string"
|
|
31870
|
-
]
|
|
32414
|
+
],
|
|
32415
|
+
kind: "event"
|
|
31871
32416
|
},
|
|
31872
32417
|
navigatesTo: {
|
|
31873
32418
|
types: [
|
|
@@ -31923,7 +32468,8 @@ var patterns_registry_default = {
|
|
|
31923
32468
|
event: {
|
|
31924
32469
|
types: [
|
|
31925
32470
|
"string"
|
|
31926
|
-
]
|
|
32471
|
+
],
|
|
32472
|
+
kind: "event"
|
|
31927
32473
|
},
|
|
31928
32474
|
navigatesTo: {
|
|
31929
32475
|
types: [
|
|
@@ -36236,6 +36782,7 @@ var patterns_registry_default = {
|
|
|
36236
36782
|
"table-view": {
|
|
36237
36783
|
type: "table-view",
|
|
36238
36784
|
category: "display",
|
|
36785
|
+
sourceFile: "components/core/molecules/TableView.tsx",
|
|
36239
36786
|
tier: "molecules",
|
|
36240
36787
|
family: "core",
|
|
36241
36788
|
description: "TableView \u2014 sortable, selectable data table rendering rows over configurable columns, with inline row actions and grouping.",
|
|
@@ -36505,7 +37052,8 @@ var patterns_registry_default = {
|
|
|
36505
37052
|
event: {
|
|
36506
37053
|
types: [
|
|
36507
37054
|
"string"
|
|
36508
|
-
]
|
|
37055
|
+
],
|
|
37056
|
+
kind: "event"
|
|
36509
37057
|
},
|
|
36510
37058
|
icon: {
|
|
36511
37059
|
types: [
|
|
@@ -37674,6 +38222,7 @@ var patterns_registry_default = {
|
|
|
37674
38222
|
"subagent-trace-panel": {
|
|
37675
38223
|
type: "subagent-trace-panel",
|
|
37676
38224
|
category: "display",
|
|
38225
|
+
sourceFile: "components/core/organisms/SubagentTracePanel.tsx",
|
|
37677
38226
|
tier: "organisms",
|
|
37678
38227
|
family: "core",
|
|
37679
38228
|
description: "SubagentTracePanel component",
|
|
@@ -37801,7 +38350,102 @@ var patterns_registry_default = {
|
|
|
37801
38350
|
types: [
|
|
37802
38351
|
"object"
|
|
37803
38352
|
],
|
|
37804
|
-
|
|
38353
|
+
properties: {
|
|
38354
|
+
id: {
|
|
38355
|
+
types: [
|
|
38356
|
+
"string"
|
|
38357
|
+
]
|
|
38358
|
+
},
|
|
38359
|
+
name: {
|
|
38360
|
+
types: [
|
|
38361
|
+
"string"
|
|
38362
|
+
]
|
|
38363
|
+
},
|
|
38364
|
+
role: {
|
|
38365
|
+
types: [
|
|
38366
|
+
"string"
|
|
38367
|
+
]
|
|
38368
|
+
},
|
|
38369
|
+
orbitalName: {
|
|
38370
|
+
types: [
|
|
38371
|
+
"string"
|
|
38372
|
+
]
|
|
38373
|
+
},
|
|
38374
|
+
parentId: {
|
|
38375
|
+
types: [
|
|
38376
|
+
"string"
|
|
38377
|
+
]
|
|
38378
|
+
},
|
|
38379
|
+
status: {
|
|
38380
|
+
types: [
|
|
38381
|
+
"string"
|
|
38382
|
+
],
|
|
38383
|
+
enumValues: [
|
|
38384
|
+
"running",
|
|
38385
|
+
"complete",
|
|
38386
|
+
"error"
|
|
38387
|
+
]
|
|
38388
|
+
},
|
|
38389
|
+
task: {
|
|
38390
|
+
types: [
|
|
38391
|
+
"string"
|
|
38392
|
+
]
|
|
38393
|
+
},
|
|
38394
|
+
messages: {
|
|
38395
|
+
types: [
|
|
38396
|
+
"array"
|
|
38397
|
+
],
|
|
38398
|
+
items: {
|
|
38399
|
+
types: [
|
|
38400
|
+
"object"
|
|
38401
|
+
],
|
|
38402
|
+
properties: {
|
|
38403
|
+
message: {
|
|
38404
|
+
types: [
|
|
38405
|
+
"string"
|
|
38406
|
+
]
|
|
38407
|
+
},
|
|
38408
|
+
tool: {
|
|
38409
|
+
types: [
|
|
38410
|
+
"string"
|
|
38411
|
+
]
|
|
38412
|
+
},
|
|
38413
|
+
timestamp: {
|
|
38414
|
+
types: [
|
|
38415
|
+
"number"
|
|
38416
|
+
]
|
|
38417
|
+
}
|
|
38418
|
+
},
|
|
38419
|
+
required: [
|
|
38420
|
+
"message",
|
|
38421
|
+
"timestamp"
|
|
38422
|
+
]
|
|
38423
|
+
}
|
|
38424
|
+
},
|
|
38425
|
+
durationMs: {
|
|
38426
|
+
types: [
|
|
38427
|
+
"number"
|
|
38428
|
+
]
|
|
38429
|
+
},
|
|
38430
|
+
timeline: {
|
|
38431
|
+
types: [
|
|
38432
|
+
"array"
|
|
38433
|
+
],
|
|
38434
|
+
items: {
|
|
38435
|
+
types: [
|
|
38436
|
+
"object"
|
|
38437
|
+
]
|
|
38438
|
+
}
|
|
38439
|
+
}
|
|
38440
|
+
},
|
|
38441
|
+
required: [
|
|
38442
|
+
"id",
|
|
38443
|
+
"name",
|
|
38444
|
+
"role",
|
|
38445
|
+
"status",
|
|
38446
|
+
"task",
|
|
38447
|
+
"messages"
|
|
38448
|
+
]
|
|
37805
38449
|
}
|
|
37806
38450
|
},
|
|
37807
38451
|
focusedOrbital: {
|
|
@@ -37846,8 +38490,7 @@ var patterns_registry_default = {
|
|
|
37846
38490
|
items: {
|
|
37847
38491
|
types: [
|
|
37848
38492
|
"object"
|
|
37849
|
-
]
|
|
37850
|
-
freeform: true
|
|
38493
|
+
]
|
|
37851
38494
|
}
|
|
37852
38495
|
},
|
|
37853
38496
|
coordinatorMessages: {
|
|
@@ -37859,7 +38502,81 @@ var patterns_registry_default = {
|
|
|
37859
38502
|
types: [
|
|
37860
38503
|
"object"
|
|
37861
38504
|
],
|
|
37862
|
-
|
|
38505
|
+
properties: {
|
|
38506
|
+
role: {
|
|
38507
|
+
types: [
|
|
38508
|
+
"string"
|
|
38509
|
+
],
|
|
38510
|
+
enumValues: [
|
|
38511
|
+
"system",
|
|
38512
|
+
"user",
|
|
38513
|
+
"assistant",
|
|
38514
|
+
"tool"
|
|
38515
|
+
]
|
|
38516
|
+
},
|
|
38517
|
+
content: {
|
|
38518
|
+
types: [
|
|
38519
|
+
"string"
|
|
38520
|
+
]
|
|
38521
|
+
},
|
|
38522
|
+
toolCalls: {
|
|
38523
|
+
types: [
|
|
38524
|
+
"array"
|
|
38525
|
+
],
|
|
38526
|
+
items: {
|
|
38527
|
+
types: [
|
|
38528
|
+
"object"
|
|
38529
|
+
],
|
|
38530
|
+
properties: {
|
|
38531
|
+
id: {
|
|
38532
|
+
types: [
|
|
38533
|
+
"string"
|
|
38534
|
+
]
|
|
38535
|
+
},
|
|
38536
|
+
name: {
|
|
38537
|
+
types: [
|
|
38538
|
+
"string"
|
|
38539
|
+
]
|
|
38540
|
+
},
|
|
38541
|
+
args: {
|
|
38542
|
+
types: [
|
|
38543
|
+
"object"
|
|
38544
|
+
],
|
|
38545
|
+
mapValue: {
|
|
38546
|
+
types: [
|
|
38547
|
+
"object"
|
|
38548
|
+
],
|
|
38549
|
+
jsonValueBrand: true
|
|
38550
|
+
}
|
|
38551
|
+
}
|
|
38552
|
+
},
|
|
38553
|
+
required: [
|
|
38554
|
+
"id",
|
|
38555
|
+
"name",
|
|
38556
|
+
"args"
|
|
38557
|
+
]
|
|
38558
|
+
}
|
|
38559
|
+
},
|
|
38560
|
+
toolCallId: {
|
|
38561
|
+
types: [
|
|
38562
|
+
"string"
|
|
38563
|
+
]
|
|
38564
|
+
},
|
|
38565
|
+
toolName: {
|
|
38566
|
+
types: [
|
|
38567
|
+
"string"
|
|
38568
|
+
]
|
|
38569
|
+
},
|
|
38570
|
+
reasoningContent: {
|
|
38571
|
+
types: [
|
|
38572
|
+
"string"
|
|
38573
|
+
]
|
|
38574
|
+
}
|
|
38575
|
+
},
|
|
38576
|
+
required: [
|
|
38577
|
+
"role",
|
|
38578
|
+
"content"
|
|
38579
|
+
]
|
|
37863
38580
|
}
|
|
37864
38581
|
},
|
|
37865
38582
|
mode: {
|
|
@@ -39046,8 +39763,7 @@ var patterns_registry_default = {
|
|
|
39046
39763
|
"object"
|
|
39047
39764
|
],
|
|
39048
39765
|
description: "Payload to include with the action event",
|
|
39049
|
-
payloadFor: "action"
|
|
39050
|
-
freeform: true
|
|
39766
|
+
payloadFor: "action"
|
|
39051
39767
|
},
|
|
39052
39768
|
responsive: {
|
|
39053
39769
|
types: [
|
|
@@ -39217,8 +39933,7 @@ var patterns_registry_default = {
|
|
|
39217
39933
|
"object"
|
|
39218
39934
|
],
|
|
39219
39935
|
description: "Payload to include with the action event",
|
|
39220
|
-
payloadFor: "action"
|
|
39221
|
-
freeform: true
|
|
39936
|
+
payloadFor: "action"
|
|
39222
39937
|
},
|
|
39223
39938
|
responsive: {
|
|
39224
39939
|
types: [
|
|
@@ -46231,6 +46946,21 @@ var patterns_registry_default = {
|
|
|
46231
46946
|
],
|
|
46232
46947
|
description: "asset prop",
|
|
46233
46948
|
properties: {
|
|
46949
|
+
url: {
|
|
46950
|
+
types: [
|
|
46951
|
+
"string"
|
|
46952
|
+
]
|
|
46953
|
+
},
|
|
46954
|
+
atlas: {
|
|
46955
|
+
types: [
|
|
46956
|
+
"string"
|
|
46957
|
+
]
|
|
46958
|
+
},
|
|
46959
|
+
sprite: {
|
|
46960
|
+
types: [
|
|
46961
|
+
"string"
|
|
46962
|
+
]
|
|
46963
|
+
},
|
|
46234
46964
|
name: {
|
|
46235
46965
|
types: [
|
|
46236
46966
|
"string"
|
|
@@ -46330,6 +47060,21 @@ var patterns_registry_default = {
|
|
|
46330
47060
|
],
|
|
46331
47061
|
description: "asset prop",
|
|
46332
47062
|
properties: {
|
|
47063
|
+
url: {
|
|
47064
|
+
types: [
|
|
47065
|
+
"string"
|
|
47066
|
+
]
|
|
47067
|
+
},
|
|
47068
|
+
atlas: {
|
|
47069
|
+
types: [
|
|
47070
|
+
"string"
|
|
47071
|
+
]
|
|
47072
|
+
},
|
|
47073
|
+
sprite: {
|
|
47074
|
+
types: [
|
|
47075
|
+
"string"
|
|
47076
|
+
]
|
|
47077
|
+
},
|
|
46333
47078
|
name: {
|
|
46334
47079
|
types: [
|
|
46335
47080
|
"string"
|
|
@@ -47547,6 +48292,11 @@ var patterns_registry_default = {
|
|
|
47547
48292
|
"draw-shape"
|
|
47548
48293
|
]
|
|
47549
48294
|
},
|
|
48295
|
+
id: {
|
|
48296
|
+
types: [
|
|
48297
|
+
"string"
|
|
48298
|
+
]
|
|
48299
|
+
},
|
|
47550
48300
|
shape: {
|
|
47551
48301
|
types: [
|
|
47552
48302
|
"string"
|
|
@@ -48238,6 +48988,11 @@ var patterns_registry_default = {
|
|
|
48238
48988
|
"draw-sprite"
|
|
48239
48989
|
]
|
|
48240
48990
|
},
|
|
48991
|
+
id: {
|
|
48992
|
+
types: [
|
|
48993
|
+
"string"
|
|
48994
|
+
]
|
|
48995
|
+
},
|
|
48241
48996
|
position: {
|
|
48242
48997
|
types: [
|
|
48243
48998
|
"object"
|
|
@@ -48523,6 +49278,11 @@ var patterns_registry_default = {
|
|
|
48523
49278
|
"draw-text"
|
|
48524
49279
|
]
|
|
48525
49280
|
},
|
|
49281
|
+
id: {
|
|
49282
|
+
types: [
|
|
49283
|
+
"string"
|
|
49284
|
+
]
|
|
49285
|
+
},
|
|
48526
49286
|
text: {
|
|
48527
49287
|
types: [
|
|
48528
49288
|
"string"
|
|
@@ -49467,6 +50227,7 @@ var patterns_registry_default = {
|
|
|
49467
50227
|
"import-preview-tree": {
|
|
49468
50228
|
type: "import-preview-tree",
|
|
49469
50229
|
category: "component",
|
|
50230
|
+
sourceFile: "components/core/molecules/import/ImportPreviewTree.tsx",
|
|
49470
50231
|
tier: "molecules",
|
|
49471
50232
|
family: "core",
|
|
49472
50233
|
description: "ImportPreviewTree component",
|
|
@@ -49507,7 +50268,6 @@ var patterns_registry_default = {
|
|
|
49507
50268
|
types: [
|
|
49508
50269
|
"object"
|
|
49509
50270
|
],
|
|
49510
|
-
freeform: true,
|
|
49511
50271
|
controlValue: true
|
|
49512
50272
|
}
|
|
49513
50273
|
},
|
|
@@ -51802,6 +52562,7 @@ var patterns_registry_default = {
|
|
|
51802
52562
|
"document-panel": {
|
|
51803
52563
|
type: "document-panel",
|
|
51804
52564
|
category: "component",
|
|
52565
|
+
sourceFile: "components/core/molecules/DocumentPanel.tsx",
|
|
51805
52566
|
tier: "molecules",
|
|
51806
52567
|
family: "core",
|
|
51807
52568
|
description: "DocumentPanel \u2014 a record rendered as one continuous document: editable title over the rich-text body, editing controls tucked into the header corner.",
|
|
@@ -51870,7 +52631,8 @@ var patterns_registry_default = {
|
|
|
51870
52631
|
event: {
|
|
51871
52632
|
types: [
|
|
51872
52633
|
"string"
|
|
51873
|
-
]
|
|
52634
|
+
],
|
|
52635
|
+
kind: "event"
|
|
51874
52636
|
},
|
|
51875
52637
|
icon: {
|
|
51876
52638
|
types: [
|
|
@@ -52004,6 +52766,7 @@ var patterns_registry_default = {
|
|
|
52004
52766
|
"document-details": {
|
|
52005
52767
|
type: "document-details",
|
|
52006
52768
|
category: "display",
|
|
52769
|
+
sourceFile: "components/core/molecules/DocumentDetails.tsx",
|
|
52007
52770
|
tier: "molecules",
|
|
52008
52771
|
family: "core",
|
|
52009
52772
|
description: "DocumentDetails \u2014 the document's metadata as a compact settings card for the rail beside a DocumentPanel, each property committing in place.",
|
|
@@ -52126,7 +52889,6 @@ var patterns_registry_default = {
|
|
|
52126
52889
|
types: [
|
|
52127
52890
|
"object"
|
|
52128
52891
|
],
|
|
52129
|
-
freeform: true,
|
|
52130
52892
|
controlValue: true
|
|
52131
52893
|
}
|
|
52132
52894
|
}
|
|
@@ -52174,6 +52936,7 @@ var patterns_registry_default = {
|
|
|
52174
52936
|
"floating-toolbar": {
|
|
52175
52937
|
type: "floating-toolbar",
|
|
52176
52938
|
category: "component",
|
|
52939
|
+
sourceFile: "components/core/molecules/FloatingToolbar.tsx",
|
|
52177
52940
|
tier: "molecules",
|
|
52178
52941
|
family: "core",
|
|
52179
52942
|
description: "FloatingToolbar component",
|
|
@@ -52214,19 +52977,21 @@ var patterns_registry_default = {
|
|
|
52214
52977
|
event: {
|
|
52215
52978
|
types: [
|
|
52216
52979
|
"string"
|
|
52217
|
-
]
|
|
52980
|
+
],
|
|
52981
|
+
kind: "event"
|
|
52218
52982
|
},
|
|
52219
52983
|
action: {
|
|
52220
52984
|
types: [
|
|
52221
52985
|
"string"
|
|
52222
|
-
]
|
|
52986
|
+
],
|
|
52987
|
+
kind: "event"
|
|
52223
52988
|
},
|
|
52224
52989
|
actionPayload: {
|
|
52225
52990
|
types: [
|
|
52226
52991
|
"object"
|
|
52227
52992
|
],
|
|
52228
|
-
|
|
52229
|
-
|
|
52993
|
+
eventPayloadBrand: true,
|
|
52994
|
+
payloadFor: "action"
|
|
52230
52995
|
},
|
|
52231
52996
|
active: {
|
|
52232
52997
|
types: [
|
|
@@ -52505,6 +53270,7 @@ var patterns_registry_default = {
|
|
|
52505
53270
|
"command-palette": {
|
|
52506
53271
|
type: "command-palette",
|
|
52507
53272
|
category: "component",
|
|
53273
|
+
sourceFile: "components/core/molecules/CommandPalette.tsx",
|
|
52508
53274
|
tier: "molecules",
|
|
52509
53275
|
family: "core",
|
|
52510
53276
|
description: "CommandPalette component",
|
|
@@ -52591,19 +53357,21 @@ var patterns_registry_default = {
|
|
|
52591
53357
|
event: {
|
|
52592
53358
|
types: [
|
|
52593
53359
|
"string"
|
|
52594
|
-
]
|
|
53360
|
+
],
|
|
53361
|
+
kind: "event"
|
|
52595
53362
|
},
|
|
52596
53363
|
action: {
|
|
52597
53364
|
types: [
|
|
52598
53365
|
"string"
|
|
52599
|
-
]
|
|
53366
|
+
],
|
|
53367
|
+
kind: "event"
|
|
52600
53368
|
},
|
|
52601
53369
|
actionPayload: {
|
|
52602
53370
|
types: [
|
|
52603
53371
|
"object"
|
|
52604
53372
|
],
|
|
52605
|
-
|
|
52606
|
-
|
|
53373
|
+
eventPayloadBrand: true,
|
|
53374
|
+
payloadFor: "action"
|
|
52607
53375
|
}
|
|
52608
53376
|
},
|
|
52609
53377
|
required: [
|
|
@@ -52671,19 +53439,21 @@ var patterns_registry_default = {
|
|
|
52671
53439
|
event: {
|
|
52672
53440
|
types: [
|
|
52673
53441
|
"string"
|
|
52674
|
-
]
|
|
53442
|
+
],
|
|
53443
|
+
kind: "event"
|
|
52675
53444
|
},
|
|
52676
53445
|
action: {
|
|
52677
53446
|
types: [
|
|
52678
53447
|
"string"
|
|
52679
|
-
]
|
|
53448
|
+
],
|
|
53449
|
+
kind: "event"
|
|
52680
53450
|
},
|
|
52681
53451
|
actionPayload: {
|
|
52682
53452
|
types: [
|
|
52683
53453
|
"object"
|
|
52684
53454
|
],
|
|
52685
|
-
|
|
52686
|
-
|
|
53455
|
+
eventPayloadBrand: true,
|
|
53456
|
+
payloadFor: "action"
|
|
52687
53457
|
}
|
|
52688
53458
|
},
|
|
52689
53459
|
required: [
|
|
@@ -52983,7 +53753,7 @@ var patterns_registry_default = {
|
|
|
52983
53753
|
// src/patterns/integrators-registry.json
|
|
52984
53754
|
var integrators_registry_default = {
|
|
52985
53755
|
version: "1.0.0",
|
|
52986
|
-
exportedAt: "2026-09-
|
|
53756
|
+
exportedAt: "2026-09-07T01:58:57.916Z",
|
|
52987
53757
|
integrators: {
|
|
52988
53758
|
github: {
|
|
52989
53759
|
name: "github",
|
|
@@ -53385,7 +54155,10 @@ var integrators_registry_default = {
|
|
|
53385
54155
|
name: "metadata",
|
|
53386
54156
|
type: "object",
|
|
53387
54157
|
required: false,
|
|
53388
|
-
description: "Arbitrary key-value tags attached to the PaymentIntent (string values only)."
|
|
54158
|
+
description: "Arbitrary key-value tags attached to the PaymentIntent (string values only).",
|
|
54159
|
+
mapValue: {
|
|
54160
|
+
type: "string"
|
|
54161
|
+
}
|
|
53389
54162
|
}
|
|
53390
54163
|
],
|
|
53391
54164
|
responseShape: {
|
|
@@ -53853,7 +54626,10 @@ var integrators_registry_default = {
|
|
|
53853
54626
|
name: "payload",
|
|
53854
54627
|
type: "object",
|
|
53855
54628
|
required: false,
|
|
53856
|
-
description: "Event payload; defaults to an empty object."
|
|
54629
|
+
description: "Event payload; defaults to an empty object.",
|
|
54630
|
+
mapValue: {
|
|
54631
|
+
type: "string"
|
|
54632
|
+
}
|
|
53857
54633
|
},
|
|
53858
54634
|
{
|
|
53859
54635
|
name: "secret",
|
|
@@ -54845,7 +55621,10 @@ var integrators_registry_default = {
|
|
|
54845
55621
|
name: "buildArgs",
|
|
54846
55622
|
type: "object",
|
|
54847
55623
|
required: false,
|
|
54848
|
-
description: "Build-time --build-arg values."
|
|
55624
|
+
description: "Build-time --build-arg values.",
|
|
55625
|
+
mapValue: {
|
|
55626
|
+
type: "string"
|
|
55627
|
+
}
|
|
54849
55628
|
}
|
|
54850
55629
|
],
|
|
54851
55630
|
responseShape: {
|
|
@@ -54898,7 +55677,10 @@ var integrators_registry_default = {
|
|
|
54898
55677
|
name: "env",
|
|
54899
55678
|
type: "object",
|
|
54900
55679
|
required: false,
|
|
54901
|
-
description: "Environment variables set inside the container."
|
|
55680
|
+
description: "Environment variables set inside the container.",
|
|
55681
|
+
mapValue: {
|
|
55682
|
+
type: "string"
|
|
55683
|
+
}
|
|
54902
55684
|
},
|
|
54903
55685
|
{
|
|
54904
55686
|
name: "volumes",
|
|
@@ -55204,9 +55986,12 @@ var integrators_registry_default = {
|
|
|
55204
55986
|
},
|
|
55205
55987
|
{
|
|
55206
55988
|
name: "metadata",
|
|
55207
|
-
type: "
|
|
55989
|
+
type: "object",
|
|
55208
55990
|
required: false,
|
|
55209
|
-
description: "
|
|
55991
|
+
description: "Object metadata stored alongside the content (S3-compatible object stores carry metadata as string headers \u2014 never structured values).",
|
|
55992
|
+
mapValue: {
|
|
55993
|
+
type: "string"
|
|
55994
|
+
}
|
|
55210
55995
|
}
|
|
55211
55996
|
],
|
|
55212
55997
|
responseShape: {
|
|
@@ -55326,7 +56111,12 @@ var integrators_registry_default = {
|
|
|
55326
56111
|
content: "string",
|
|
55327
56112
|
contentType: "string",
|
|
55328
56113
|
size: "number",
|
|
55329
|
-
metadata:
|
|
56114
|
+
metadata: {
|
|
56115
|
+
type: "object",
|
|
56116
|
+
mapValue: {
|
|
56117
|
+
type: "string"
|
|
56118
|
+
}
|
|
56119
|
+
}
|
|
55330
56120
|
}
|
|
55331
56121
|
},
|
|
55332
56122
|
{
|
|
@@ -55459,7 +56249,8 @@ var integrators_registry_default = {
|
|
|
55459
56249
|
name: "payload",
|
|
55460
56250
|
type: "ServiceParams",
|
|
55461
56251
|
required: true,
|
|
55462
|
-
description: "
|
|
56252
|
+
description: "Job payload \u2014 the caller declares its own shape.",
|
|
56253
|
+
shapedBy: "payload"
|
|
55463
56254
|
},
|
|
55464
56255
|
{
|
|
55465
56256
|
name: "delay",
|
|
@@ -55491,7 +56282,29 @@ var integrators_registry_default = {
|
|
|
55491
56282
|
}
|
|
55492
56283
|
],
|
|
55493
56284
|
responseShape: {
|
|
55494
|
-
job:
|
|
56285
|
+
job: {
|
|
56286
|
+
type: "QueueJob | null",
|
|
56287
|
+
properties: {
|
|
56288
|
+
id: {
|
|
56289
|
+
type: "string",
|
|
56290
|
+
required: true
|
|
56291
|
+
},
|
|
56292
|
+
payload: {
|
|
56293
|
+
type: "ServiceParams",
|
|
56294
|
+
required: true,
|
|
56295
|
+
description: "Whatever `enqueue` was given \u2014 the caller declares its own shape.",
|
|
56296
|
+
shapedBy: "payload"
|
|
56297
|
+
},
|
|
56298
|
+
enqueuedAt: {
|
|
56299
|
+
type: "number",
|
|
56300
|
+
required: true
|
|
56301
|
+
},
|
|
56302
|
+
priority: {
|
|
56303
|
+
type: "number",
|
|
56304
|
+
required: true
|
|
56305
|
+
}
|
|
56306
|
+
}
|
|
56307
|
+
}
|
|
55495
56308
|
}
|
|
55496
56309
|
},
|
|
55497
56310
|
{
|
|
@@ -55507,7 +56320,29 @@ var integrators_registry_default = {
|
|
|
55507
56320
|
],
|
|
55508
56321
|
responseShape: {
|
|
55509
56322
|
status: "'pending' | 'processing' | 'completed' | 'failed'",
|
|
55510
|
-
job:
|
|
56323
|
+
job: {
|
|
56324
|
+
type: "QueueJob | null",
|
|
56325
|
+
properties: {
|
|
56326
|
+
id: {
|
|
56327
|
+
type: "string",
|
|
56328
|
+
required: true
|
|
56329
|
+
},
|
|
56330
|
+
payload: {
|
|
56331
|
+
type: "ServiceParams",
|
|
56332
|
+
required: true,
|
|
56333
|
+
description: "Whatever `enqueue` was given \u2014 the caller declares its own shape.",
|
|
56334
|
+
shapedBy: "payload"
|
|
56335
|
+
},
|
|
56336
|
+
enqueuedAt: {
|
|
56337
|
+
type: "number",
|
|
56338
|
+
required: true
|
|
56339
|
+
},
|
|
56340
|
+
priority: {
|
|
56341
|
+
type: "number",
|
|
56342
|
+
required: true
|
|
56343
|
+
}
|
|
56344
|
+
}
|
|
56345
|
+
}
|
|
55511
56346
|
}
|
|
55512
56347
|
},
|
|
55513
56348
|
{
|
|
@@ -55524,7 +56359,8 @@ var integrators_registry_default = {
|
|
|
55524
56359
|
name: "result",
|
|
55525
56360
|
type: "ServiceParams",
|
|
55526
56361
|
required: false,
|
|
55527
|
-
description: "Result payload to attach to the job."
|
|
56362
|
+
description: "Result payload to attach to the job \u2014 the caller declares its own shape (not necessarily the same shape as the job's `payload`).",
|
|
56363
|
+
shapedBy: "result"
|
|
55528
56364
|
}
|
|
55529
56365
|
],
|
|
55530
56366
|
responseShape: {
|
|
@@ -55603,7 +56439,10 @@ var integrators_registry_default = {
|
|
|
55603
56439
|
}
|
|
55604
56440
|
],
|
|
55605
56441
|
responseShape: {
|
|
55606
|
-
value:
|
|
56442
|
+
value: {
|
|
56443
|
+
type: "ServiceParams",
|
|
56444
|
+
shapedBy: "value"
|
|
56445
|
+
}
|
|
55607
56446
|
}
|
|
55608
56447
|
},
|
|
55609
56448
|
{
|
|
@@ -55620,7 +56459,8 @@ var integrators_registry_default = {
|
|
|
55620
56459
|
name: "value",
|
|
55621
56460
|
type: "ServiceParams",
|
|
55622
56461
|
required: true,
|
|
55623
|
-
description: "Value to store."
|
|
56462
|
+
description: "Value to store \u2014 the caller declares its own shape.",
|
|
56463
|
+
shapedBy: "value"
|
|
55624
56464
|
},
|
|
55625
56465
|
{
|
|
55626
56466
|
name: "ttl",
|
|
@@ -55747,7 +56587,8 @@ var integrators_registry_default = {
|
|
|
55747
56587
|
name: "message",
|
|
55748
56588
|
type: "ServiceParams",
|
|
55749
56589
|
required: true,
|
|
55750
|
-
description: "Message payload."
|
|
56590
|
+
description: "Message payload \u2014 the caller declares its own shape.",
|
|
56591
|
+
shapedBy: "message"
|
|
55751
56592
|
}
|
|
55752
56593
|
],
|
|
55753
56594
|
responseShape: {
|
|
@@ -56035,9 +56876,12 @@ var integrators_registry_default = {
|
|
|
56035
56876
|
},
|
|
56036
56877
|
{
|
|
56037
56878
|
name: "attributes",
|
|
56038
|
-
type: "
|
|
56879
|
+
type: "object",
|
|
56039
56880
|
required: false,
|
|
56040
|
-
description: "Key-value attributes attached to the span."
|
|
56881
|
+
description: "Key-value attributes attached to the span (OTel attribute values are scalar).",
|
|
56882
|
+
mapValue: {
|
|
56883
|
+
type: "string | number | boolean"
|
|
56884
|
+
}
|
|
56041
56885
|
},
|
|
56042
56886
|
{
|
|
56043
56887
|
name: "traceId",
|
|
@@ -56090,9 +56934,12 @@ var integrators_registry_default = {
|
|
|
56090
56934
|
},
|
|
56091
56935
|
{
|
|
56092
56936
|
name: "attributes",
|
|
56093
|
-
type: "
|
|
56937
|
+
type: "object",
|
|
56094
56938
|
required: false,
|
|
56095
|
-
description: "Key-value attributes attached to the event."
|
|
56939
|
+
description: "Key-value attributes attached to the event (OTel attribute values are scalar).",
|
|
56940
|
+
mapValue: {
|
|
56941
|
+
type: "string | number | boolean"
|
|
56942
|
+
}
|
|
56096
56943
|
}
|
|
56097
56944
|
],
|
|
56098
56945
|
responseShape: {
|
|
@@ -56123,9 +56970,12 @@ var integrators_registry_default = {
|
|
|
56123
56970
|
},
|
|
56124
56971
|
{
|
|
56125
56972
|
name: "labels",
|
|
56126
|
-
type: "
|
|
56973
|
+
type: "object",
|
|
56127
56974
|
required: false,
|
|
56128
|
-
description: "Key-value labels attached to the metric (replaces prior labels on the same name)."
|
|
56975
|
+
description: "Key-value labels attached to the metric (replaces prior labels on the same name; OTel label values are scalar).",
|
|
56976
|
+
mapValue: {
|
|
56977
|
+
type: "string | number | boolean"
|
|
56978
|
+
}
|
|
56129
56979
|
}
|
|
56130
56980
|
],
|
|
56131
56981
|
responseShape: {
|
|
@@ -56209,7 +57059,8 @@ var integrators_registry_default = {
|
|
|
56209
57059
|
name: "context",
|
|
56210
57060
|
type: "IntegrationParams",
|
|
56211
57061
|
required: false,
|
|
56212
|
-
description: "Extra context passed through to the agent."
|
|
57062
|
+
description: "Extra context passed through to the agent \u2014 the caller declares its own shape.",
|
|
57063
|
+
shapedBy: "context"
|
|
56213
57064
|
}
|
|
56214
57065
|
],
|
|
56215
57066
|
responseShape: {
|
|
@@ -56335,7 +57186,10 @@ var integrators_registry_default = {
|
|
|
56335
57186
|
}
|
|
56336
57187
|
],
|
|
56337
57188
|
responseShape: {
|
|
56338
|
-
rows:
|
|
57189
|
+
rows: {
|
|
57190
|
+
type: "DatabaseRow[]",
|
|
57191
|
+
shapedBy: "rows"
|
|
57192
|
+
},
|
|
56339
57193
|
rowCount: "number"
|
|
56340
57194
|
}
|
|
56341
57195
|
}
|
|
@@ -56501,7 +57355,7 @@ var integrators_registry_default = {
|
|
|
56501
57355
|
// src/patterns/component-mapping.json
|
|
56502
57356
|
var component_mapping_default = {
|
|
56503
57357
|
version: "1.0.0",
|
|
56504
|
-
exportedAt: "2026-09-
|
|
57358
|
+
exportedAt: "2026-09-07T02:55:20.374Z",
|
|
56505
57359
|
mappings: {
|
|
56506
57360
|
"page-header": {
|
|
56507
57361
|
component: "PageHeader",
|
|
@@ -57946,7 +58800,7 @@ var component_mapping_default = {
|
|
|
57946
58800
|
// src/patterns/event-contracts.json
|
|
57947
58801
|
var event_contracts_default = {
|
|
57948
58802
|
version: "1.0.0",
|
|
57949
|
-
exportedAt: "2026-09-
|
|
58803
|
+
exportedAt: "2026-09-07T02:55:20.374Z",
|
|
57950
58804
|
contracts: {
|
|
57951
58805
|
form: {
|
|
57952
58806
|
emits: [
|