@almadar/core 10.57.0 → 10.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/dist/builders.d.ts +3 -3
  2. package/dist/builders.js +5 -2
  3. package/dist/builders.js.map +1 -1
  4. package/dist/{effect-D-_fm4No.d.ts → effect-CK9fn56C.d.ts} +40 -14
  5. package/dist/{entityAccess-kTNoti84.d.ts → entityAccess-pgfWacod.d.ts} +1 -1
  6. package/dist/factory/index.d.ts +4 -4
  7. package/dist/factory/index.js +2 -0
  8. package/dist/factory/index.js.map +1 -1
  9. package/dist/factory-runtime/index.d.ts +3 -3
  10. package/dist/factory-runtime/index.js +5 -2
  11. package/dist/factory-runtime/index.js.map +1 -1
  12. package/dist/index-DMUBu17o.d.ts +3178 -0
  13. package/dist/index.d.ts +11 -98
  14. package/dist/index.js +925 -67
  15. package/dist/index.js.map +1 -1
  16. package/dist/mock/index.d.ts +4 -4
  17. package/dist/mock/index.js +8 -2
  18. package/dist/mock/index.js.map +1 -1
  19. package/dist/patterns/component-mapping.json +1 -1
  20. package/dist/patterns/event-contracts.json +1 -1
  21. package/dist/patterns/index.d.ts +1860 -80
  22. package/dist/patterns/index.js +913 -64
  23. package/dist/patterns/index.js.map +1 -1
  24. package/dist/patterns/integrators-registry.json +42 -0
  25. package/dist/patterns/patterns-registry.json +869 -62
  26. package/dist/patterns/registry.json +869 -62
  27. package/dist/patterns/services-registry.json +141 -253
  28. package/dist/{schema-CrUFqWXN.d.ts → schema-CVTOy4at.d.ts} +506 -506
  29. package/dist/{trait-A4_OlY_l.d.ts → trait-BjPraUgs.d.ts} +2 -2
  30. package/dist/types/index.d.ts +8 -3095
  31. package/dist/types/index.js +10 -3
  32. package/dist/types/index.js.map +1 -1
  33. package/dist/{types-AHD31Gn-.d.ts → types-Dopw3s2O.d.ts} +3 -3
  34. package/package.json +1 -1
@@ -1,10 +1,10 @@
1
- import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, aY as PatternType } from '../effect-D-_fm4No.js';
2
- export { aR as PATTERN_TYPES, aV as PatternConfig, aW as PatternProps, aX as PatternPropsMap, cO as isValidPatternType } from '../effect-D-_fm4No.js';
1
+ import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, aY as PatternType } from '../effect-CK9fn56C.js';
2
+ export { aR as PATTERN_TYPES, aV as PatternConfig, aW as PatternProps, aX as PatternPropsMap, cO as isValidPatternType } from '../effect-CK9fn56C.js';
3
3
  import { d as EventPayloadValue, a as EventPayload, J as JsonValue } from '../expression-Fk8bQWef.js';
4
4
  import 'zod';
5
5
 
6
6
  var version$3 = "1.0.0";
7
- var exportedAt$3 = "2026-08-07T09:57:06.909Z";
7
+ var exportedAt$3 = "2026-08-17T13:06:21.152Z";
8
8
  var patterns = {
9
9
  "entity-table": {
10
10
  type: "entity-table",
@@ -109,7 +109,12 @@ var patterns = {
109
109
  types: [
110
110
  "object"
111
111
  ],
112
- description: "Active filters"
112
+ description: "Active filters",
113
+ mapValue: {
114
+ types: [
115
+ "string"
116
+ ]
117
+ }
113
118
  },
114
119
  selectedIds: {
115
120
  types: [
@@ -585,7 +590,12 @@ var patterns = {
585
590
  types: [
586
591
  "object"
587
592
  ],
588
- description: "Active filters"
593
+ description: "Active filters",
594
+ mapValue: {
595
+ types: [
596
+ "string"
597
+ ]
598
+ }
589
599
  },
590
600
  selectedIds: {
591
601
  types: [
@@ -973,7 +983,12 @@ var patterns = {
973
983
  types: [
974
984
  "object"
975
985
  ],
976
- description: "Active filters"
986
+ description: "Active filters",
987
+ mapValue: {
988
+ types: [
989
+ "string"
990
+ ]
991
+ }
977
992
  },
978
993
  selectedIds: {
979
994
  types: [
@@ -1322,7 +1337,12 @@ var patterns = {
1322
1337
  types: [
1323
1338
  "object"
1324
1339
  ],
1325
- description: "Active filters"
1340
+ description: "Active filters",
1341
+ mapValue: {
1342
+ types: [
1343
+ "string"
1344
+ ]
1345
+ }
1326
1346
  },
1327
1347
  selectedIds: {
1328
1348
  types: [
@@ -2083,7 +2103,18 @@ var patterns = {
2083
2103
  types: [
2084
2104
  "object"
2085
2105
  ],
2086
- freeform: true
2106
+ properties: {
2107
+ "enum": {
2108
+ types: [
2109
+ "array"
2110
+ ],
2111
+ items: {
2112
+ types: [
2113
+ "string"
2114
+ ]
2115
+ }
2116
+ }
2117
+ }
2087
2118
  },
2088
2119
  readonly: {
2089
2120
  types: [
@@ -2568,7 +2599,18 @@ var patterns = {
2568
2599
  types: [
2569
2600
  "object"
2570
2601
  ],
2571
- freeform: true
2602
+ properties: {
2603
+ "enum": {
2604
+ types: [
2605
+ "array"
2606
+ ],
2607
+ items: {
2608
+ types: [
2609
+ "string"
2610
+ ]
2611
+ }
2612
+ }
2613
+ }
2572
2614
  },
2573
2615
  readonly: {
2574
2616
  types: [
@@ -2873,7 +2915,18 @@ var patterns = {
2873
2915
  types: [
2874
2916
  "object"
2875
2917
  ],
2876
- freeform: true
2918
+ properties: {
2919
+ "enum": {
2920
+ types: [
2921
+ "array"
2922
+ ],
2923
+ items: {
2924
+ types: [
2925
+ "string"
2926
+ ]
2927
+ }
2928
+ }
2929
+ }
2877
2930
  },
2878
2931
  readonly: {
2879
2932
  types: [
@@ -3358,7 +3411,18 @@ var patterns = {
3358
3411
  types: [
3359
3412
  "object"
3360
3413
  ],
3361
- freeform: true
3414
+ properties: {
3415
+ "enum": {
3416
+ types: [
3417
+ "array"
3418
+ ],
3419
+ items: {
3420
+ types: [
3421
+ "string"
3422
+ ]
3423
+ }
3424
+ }
3425
+ }
3362
3426
  },
3363
3427
  readonly: {
3364
3428
  types: [
@@ -3583,7 +3647,9 @@ var patterns = {
3583
3647
  "checkbox",
3584
3648
  "date",
3585
3649
  "daterange",
3586
- "date-range"
3650
+ "date-range",
3651
+ "numberrange",
3652
+ "number-range"
3587
3653
  ]
3588
3654
  },
3589
3655
  type: {
@@ -3597,7 +3663,9 @@ var patterns = {
3597
3663
  "checkbox",
3598
3664
  "date",
3599
3665
  "daterange",
3600
- "date-range"
3666
+ "date-range",
3667
+ "numberrange",
3668
+ "number-range"
3601
3669
  ]
3602
3670
  },
3603
3671
  options: {
@@ -3609,6 +3677,21 @@ var patterns = {
3609
3677
  "string"
3610
3678
  ]
3611
3679
  }
3680
+ },
3681
+ min: {
3682
+ types: [
3683
+ "number"
3684
+ ]
3685
+ },
3686
+ max: {
3687
+ types: [
3688
+ "number"
3689
+ ]
3690
+ },
3691
+ step: {
3692
+ types: [
3693
+ "number"
3694
+ ]
3612
3695
  }
3613
3696
  },
3614
3697
  required: [
@@ -6120,7 +6203,12 @@ var patterns = {
6120
6203
  types: [
6121
6204
  "object"
6122
6205
  ],
6123
- description: "Active filters"
6206
+ description: "Active filters",
6207
+ mapValue: {
6208
+ types: [
6209
+ "string"
6210
+ ]
6211
+ }
6124
6212
  },
6125
6213
  selectedIds: {
6126
6214
  types: [
@@ -6618,7 +6706,12 @@ var patterns = {
6618
6706
  types: [
6619
6707
  "object"
6620
6708
  ],
6621
- description: "Inline styles"
6709
+ description: "Inline styles",
6710
+ mapValue: {
6711
+ types: [
6712
+ "string"
6713
+ ]
6714
+ }
6622
6715
  },
6623
6716
  children: {
6624
6717
  types: [
@@ -6701,7 +6794,12 @@ var patterns = {
6701
6794
  types: [
6702
6795
  "object"
6703
6796
  ],
6704
- description: "Inline styles"
6797
+ description: "Inline styles",
6798
+ mapValue: {
6799
+ types: [
6800
+ "string"
6801
+ ]
6802
+ }
6705
6803
  },
6706
6804
  children: {
6707
6805
  types: [
@@ -7464,7 +7562,12 @@ var patterns = {
7464
7562
  types: [
7465
7563
  "object"
7466
7564
  ],
7467
- description: "Inline style"
7565
+ description: "Inline style",
7566
+ mapValue: {
7567
+ types: [
7568
+ "string"
7569
+ ]
7570
+ }
7468
7571
  }
7469
7572
  }
7470
7573
  },
@@ -9543,7 +9646,12 @@ var patterns = {
9543
9646
  types: [
9544
9647
  "object"
9545
9648
  ],
9546
- description: "Inline styles"
9649
+ description: "Inline styles",
9650
+ mapValue: {
9651
+ types: [
9652
+ "string"
9653
+ ]
9654
+ }
9547
9655
  },
9548
9656
  children: {
9549
9657
  types: [
@@ -9901,7 +10009,12 @@ var patterns = {
9901
10009
  types: [
9902
10010
  "object"
9903
10011
  ],
9904
- description: "Inline style"
10012
+ description: "Inline style",
10013
+ mapValue: {
10014
+ types: [
10015
+ "string"
10016
+ ]
10017
+ }
9905
10018
  },
9906
10019
  format: {
9907
10020
  types: [
@@ -10094,7 +10207,9 @@ var patterns = {
10094
10207
  "checkbox",
10095
10208
  "date",
10096
10209
  "daterange",
10097
- "date-range"
10210
+ "date-range",
10211
+ "numberrange",
10212
+ "number-range"
10098
10213
  ]
10099
10214
  },
10100
10215
  type: {
@@ -10108,7 +10223,9 @@ var patterns = {
10108
10223
  "checkbox",
10109
10224
  "date",
10110
10225
  "daterange",
10111
- "date-range"
10226
+ "date-range",
10227
+ "numberrange",
10228
+ "number-range"
10112
10229
  ]
10113
10230
  },
10114
10231
  options: {
@@ -10120,6 +10237,21 @@ var patterns = {
10120
10237
  "string"
10121
10238
  ]
10122
10239
  }
10240
+ },
10241
+ min: {
10242
+ types: [
10243
+ "number"
10244
+ ]
10245
+ },
10246
+ max: {
10247
+ types: [
10248
+ "number"
10249
+ ]
10250
+ },
10251
+ step: {
10252
+ types: [
10253
+ "number"
10254
+ ]
10123
10255
  }
10124
10256
  },
10125
10257
  required: [
@@ -14146,7 +14278,12 @@ var patterns = {
14146
14278
  types: [
14147
14279
  "object"
14148
14280
  ],
14149
- description: "Active filters"
14281
+ description: "Active filters",
14282
+ mapValue: {
14283
+ types: [
14284
+ "string"
14285
+ ]
14286
+ }
14150
14287
  },
14151
14288
  selectedIds: {
14152
14289
  types: [
@@ -16076,7 +16213,12 @@ var patterns = {
16076
16213
  types: [
16077
16214
  "object"
16078
16215
  ],
16079
- description: "Active filters"
16216
+ description: "Active filters",
16217
+ mapValue: {
16218
+ types: [
16219
+ "string"
16220
+ ]
16221
+ }
16080
16222
  },
16081
16223
  selectedIds: {
16082
16224
  types: [
@@ -21623,7 +21765,12 @@ var patterns = {
21623
21765
  types: [
21624
21766
  "object"
21625
21767
  ],
21626
- description: "Active filters"
21768
+ description: "Active filters",
21769
+ mapValue: {
21770
+ types: [
21771
+ "string"
21772
+ ]
21773
+ }
21627
21774
  },
21628
21775
  selectedIds: {
21629
21776
  types: [
@@ -21797,7 +21944,12 @@ var patterns = {
21797
21944
  types: [
21798
21945
  "object"
21799
21946
  ],
21800
- description: "Active filters"
21947
+ description: "Active filters",
21948
+ mapValue: {
21949
+ types: [
21950
+ "string"
21951
+ ]
21952
+ }
21801
21953
  },
21802
21954
  selectedIds: {
21803
21955
  types: [
@@ -21978,7 +22130,12 @@ var patterns = {
21978
22130
  types: [
21979
22131
  "object"
21980
22132
  ],
21981
- description: "Active filters"
22133
+ description: "Active filters",
22134
+ mapValue: {
22135
+ types: [
22136
+ "string"
22137
+ ]
22138
+ }
21982
22139
  },
21983
22140
  selectedIds: {
21984
22141
  types: [
@@ -22210,7 +22367,12 @@ var patterns = {
22210
22367
  types: [
22211
22368
  "object"
22212
22369
  ],
22213
- description: "Active filters"
22370
+ description: "Active filters",
22371
+ mapValue: {
22372
+ types: [
22373
+ "string"
22374
+ ]
22375
+ }
22214
22376
  },
22215
22377
  selectedIds: {
22216
22378
  types: [
@@ -22399,7 +22561,12 @@ var patterns = {
22399
22561
  types: [
22400
22562
  "object"
22401
22563
  ],
22402
- description: "Active filters"
22564
+ description: "Active filters",
22565
+ mapValue: {
22566
+ types: [
22567
+ "string"
22568
+ ]
22569
+ }
22403
22570
  },
22404
22571
  selectedIds: {
22405
22572
  types: [
@@ -22596,7 +22763,12 @@ var patterns = {
22596
22763
  types: [
22597
22764
  "object"
22598
22765
  ],
22599
- description: "Active filters"
22766
+ description: "Active filters",
22767
+ mapValue: {
22768
+ types: [
22769
+ "string"
22770
+ ]
22771
+ }
22600
22772
  },
22601
22773
  selectedIds: {
22602
22774
  types: [
@@ -22752,7 +22924,12 @@ var patterns = {
22752
22924
  types: [
22753
22925
  "object"
22754
22926
  ],
22755
- description: "Active filters"
22927
+ description: "Active filters",
22928
+ mapValue: {
22929
+ types: [
22930
+ "string"
22931
+ ]
22932
+ }
22756
22933
  },
22757
22934
  selectedIds: {
22758
22935
  types: [
@@ -22933,7 +23110,12 @@ var patterns = {
22933
23110
  types: [
22934
23111
  "object"
22935
23112
  ],
22936
- description: "Active filters"
23113
+ description: "Active filters",
23114
+ mapValue: {
23115
+ types: [
23116
+ "string"
23117
+ ]
23118
+ }
22937
23119
  },
22938
23120
  selectedIds: {
22939
23121
  types: [
@@ -30413,7 +30595,12 @@ var patterns = {
30413
30595
  types: [
30414
30596
  "object"
30415
30597
  ],
30416
- description: "Active filters"
30598
+ description: "Active filters",
30599
+ mapValue: {
30600
+ types: [
30601
+ "string"
30602
+ ]
30603
+ }
30417
30604
  },
30418
30605
  selectedIds: {
30419
30606
  types: [
@@ -31861,7 +32048,12 @@ var patterns = {
31861
32048
  types: [
31862
32049
  "object"
31863
32050
  ],
31864
- description: "Active filters"
32051
+ description: "Active filters",
32052
+ mapValue: {
32053
+ types: [
32054
+ "string"
32055
+ ]
32056
+ }
31865
32057
  },
31866
32058
  selectedIds: {
31867
32059
  types: [
@@ -32599,7 +32791,12 @@ var patterns = {
32599
32791
  types: [
32600
32792
  "object"
32601
32793
  ],
32602
- description: "Active filters"
32794
+ description: "Active filters",
32795
+ mapValue: {
32796
+ types: [
32797
+ "string"
32798
+ ]
32799
+ }
32603
32800
  },
32604
32801
  selectedIds: {
32605
32802
  types: [
@@ -34071,7 +34268,12 @@ var patterns = {
34071
34268
  types: [
34072
34269
  "object"
34073
34270
  ],
34074
- description: "Active filters"
34271
+ description: "Active filters",
34272
+ mapValue: {
34273
+ types: [
34274
+ "string"
34275
+ ]
34276
+ }
34075
34277
  },
34076
34278
  selectedIds: {
34077
34279
  types: [
@@ -34573,7 +34775,34 @@ var patterns = {
34573
34775
  types: [
34574
34776
  "object"
34575
34777
  ],
34576
- description: "User progress for restoring activation/reflection state"
34778
+ description: "User progress for restoring activation/reflection state",
34779
+ properties: {
34780
+ activationResponse: {
34781
+ types: [
34782
+ "string"
34783
+ ]
34784
+ },
34785
+ reflectionNotes: {
34786
+ types: [
34787
+ "array"
34788
+ ],
34789
+ items: {
34790
+ types: [
34791
+ "string"
34792
+ ]
34793
+ }
34794
+ },
34795
+ bloomAnswered: {
34796
+ types: [
34797
+ "object"
34798
+ ],
34799
+ mapValue: {
34800
+ types: [
34801
+ "boolean"
34802
+ ]
34803
+ }
34804
+ }
34805
+ }
34577
34806
  },
34578
34807
  onRunCodeSimulation: {
34579
34808
  types: [
@@ -34717,7 +34946,12 @@ var patterns = {
34717
34946
  types: [
34718
34947
  "object"
34719
34948
  ],
34720
- description: "Active filters"
34949
+ description: "Active filters",
34950
+ mapValue: {
34951
+ types: [
34952
+ "string"
34953
+ ]
34954
+ }
34721
34955
  },
34722
34956
  selectedIds: {
34723
34957
  types: [
@@ -34872,7 +35106,12 @@ var patterns = {
34872
35106
  types: [
34873
35107
  "object"
34874
35108
  ],
34875
- description: "Active filters"
35109
+ description: "Active filters",
35110
+ mapValue: {
35111
+ types: [
35112
+ "string"
35113
+ ]
35114
+ }
34876
35115
  },
34877
35116
  selectedIds: {
34878
35117
  types: [
@@ -35974,7 +36213,12 @@ var patterns = {
35974
36213
  types: [
35975
36214
  "object"
35976
36215
  ],
35977
- description: "Inline styles"
36216
+ description: "Inline styles",
36217
+ mapValue: {
36218
+ types: [
36219
+ "string"
36220
+ ]
36221
+ }
35978
36222
  },
35979
36223
  children: {
35980
36224
  types: [
@@ -36139,7 +36383,12 @@ var patterns = {
36139
36383
  types: [
36140
36384
  "object"
36141
36385
  ],
36142
- description: "Inline styles"
36386
+ description: "Inline styles",
36387
+ mapValue: {
36388
+ types: [
36389
+ "string"
36390
+ ]
36391
+ }
36143
36392
  },
36144
36393
  children: {
36145
36394
  types: [
@@ -36316,7 +36565,12 @@ var patterns = {
36316
36565
  types: [
36317
36566
  "object"
36318
36567
  ],
36319
- description: "Active filters"
36568
+ description: "Active filters",
36569
+ mapValue: {
36570
+ types: [
36571
+ "string"
36572
+ ]
36573
+ }
36320
36574
  },
36321
36575
  selectedIds: {
36322
36576
  types: [
@@ -36743,6 +36997,36 @@ var patterns = {
36743
36997
  ],
36744
36998
  description: "backgroundColor prop"
36745
36999
  },
37000
+ mode: {
37001
+ types: [
37002
+ "string"
37003
+ ],
37004
+ description: "Painter: 2D raster (default) or 3D mesh scene via the lazy three.js host.",
37005
+ enumValues: [
37006
+ "2d",
37007
+ "3d"
37008
+ ],
37009
+ "default": "2d"
37010
+ },
37011
+ camera: {
37012
+ types: [
37013
+ "object"
37014
+ ],
37015
+ description: "3D only: neutral camera pose ({ mode, zoom, fov, azimuth, target }).",
37016
+ freeform: true
37017
+ },
37018
+ lighting: {
37019
+ types: [
37020
+ "object"
37021
+ ],
37022
+ description: "3D only: scene light rig as data."
37023
+ },
37024
+ post: {
37025
+ types: [
37026
+ "object"
37027
+ ],
37028
+ description: "3D only: post-processing stack (bloom/vignette)."
37029
+ },
36746
37030
  nodes: {
36747
37031
  types: [
36748
37032
  "array"
@@ -36768,6 +37052,11 @@ var patterns = {
36768
37052
  "number"
36769
37053
  ]
36770
37054
  },
37055
+ z: {
37056
+ types: [
37057
+ "number"
37058
+ ]
37059
+ },
36771
37060
  radius: {
36772
37061
  types: [
36773
37062
  "number"
@@ -36793,6 +37082,27 @@ var patterns = {
36793
37082
  "molecule",
36794
37083
  "organism"
36795
37084
  ]
37085
+ },
37086
+ shape: {
37087
+ types: [
37088
+ "string"
37089
+ ],
37090
+ enumValues: [
37091
+ "box",
37092
+ "sphere",
37093
+ "capsule",
37094
+ "cylinder",
37095
+ "cone",
37096
+ "torus",
37097
+ "plane",
37098
+ "circle",
37099
+ "polyhedron"
37100
+ ]
37101
+ },
37102
+ opacity: {
37103
+ types: [
37104
+ "number"
37105
+ ]
36796
37106
  }
36797
37107
  },
36798
37108
  required: [
@@ -36846,7 +37156,7 @@ var patterns = {
36846
37156
  types: [
36847
37157
  "array"
36848
37158
  ],
36849
- description: "Extra declarative shapes in canvas pixel coordinates.",
37159
+ description: "Extra declarative shapes in canvas pixel coordinates (2D mode only — ignored in 3D).",
36850
37160
  items: {
36851
37161
  types: [
36852
37162
  "object"
@@ -37026,18 +37336,29 @@ var patterns = {
37026
37336
  "default": [
37027
37337
  ]
37028
37338
  },
37339
+ showGrid: {
37340
+ types: [
37341
+ "boolean"
37342
+ ],
37343
+ description: "3D only: show the ground grid (default off)."
37344
+ },
37345
+ shadows: {
37346
+ types: [
37347
+ "boolean"
37348
+ ],
37349
+ description: "3D only: enable shadows. Omitted → the host default."
37350
+ },
37029
37351
  interactive: {
37030
37352
  types: [
37031
37353
  "boolean"
37032
37354
  ],
37033
- description: "interactive prop",
37034
- "default": false
37355
+ description: "2D: pointer interaction (click/hover). 3D: orbit camera controls."
37035
37356
  },
37036
37357
  animate: {
37037
37358
  types: [
37038
37359
  "boolean"
37039
37360
  ],
37040
- description: "animate prop",
37361
+ description: "2D only: continuous redraw loop. 3D motion is entity-state driven.",
37041
37362
  "default": false
37042
37363
  },
37043
37364
  onShapeClick: {
@@ -37162,6 +37483,36 @@ var patterns = {
37162
37483
  ],
37163
37484
  description: "backgroundColor prop"
37164
37485
  },
37486
+ mode: {
37487
+ types: [
37488
+ "string"
37489
+ ],
37490
+ description: "Painter: 2D raster (default) or 3D mesh scene via the lazy three.js host.",
37491
+ enumValues: [
37492
+ "2d",
37493
+ "3d"
37494
+ ],
37495
+ "default": "2d"
37496
+ },
37497
+ camera: {
37498
+ types: [
37499
+ "object"
37500
+ ],
37501
+ description: "3D only: neutral camera pose ({ mode, zoom, fov, azimuth, target }).",
37502
+ freeform: true
37503
+ },
37504
+ lighting: {
37505
+ types: [
37506
+ "object"
37507
+ ],
37508
+ description: "3D only: scene light rig as data."
37509
+ },
37510
+ post: {
37511
+ types: [
37512
+ "object"
37513
+ ],
37514
+ description: "3D only: post-processing stack (bloom/vignette)."
37515
+ },
37165
37516
  atoms: {
37166
37517
  types: [
37167
37518
  "array"
@@ -37187,6 +37538,11 @@ var patterns = {
37187
37538
  "number"
37188
37539
  ]
37189
37540
  },
37541
+ z: {
37542
+ types: [
37543
+ "number"
37544
+ ]
37545
+ },
37190
37546
  element: {
37191
37547
  types: [
37192
37548
  "string"
@@ -37308,7 +37664,7 @@ var patterns = {
37308
37664
  types: [
37309
37665
  "array"
37310
37666
  ],
37311
- description: "Extra declarative shapes in canvas pixel coordinates.",
37667
+ description: "Extra declarative shapes in canvas pixel coordinates (2D mode only — ignored in 3D).",
37312
37668
  items: {
37313
37669
  types: [
37314
37670
  "object"
@@ -37488,18 +37844,29 @@ var patterns = {
37488
37844
  "default": [
37489
37845
  ]
37490
37846
  },
37847
+ showGrid: {
37848
+ types: [
37849
+ "boolean"
37850
+ ],
37851
+ description: "3D only: show the ground grid (default off)."
37852
+ },
37853
+ shadows: {
37854
+ types: [
37855
+ "boolean"
37856
+ ],
37857
+ description: "3D only: enable shadows. Omitted → the host default."
37858
+ },
37491
37859
  interactive: {
37492
37860
  types: [
37493
37861
  "boolean"
37494
37862
  ],
37495
- description: "interactive prop",
37496
- "default": false
37863
+ description: "2D: pointer interaction (click/hover). 3D: orbit camera controls."
37497
37864
  },
37498
37865
  animate: {
37499
37866
  types: [
37500
37867
  "boolean"
37501
37868
  ],
37502
- description: "animate prop",
37869
+ description: "2D only: continuous redraw loop. 3D motion is entity-state driven.",
37503
37870
  "default": false
37504
37871
  },
37505
37872
  onShapeClick: {
@@ -38136,6 +38503,36 @@ var patterns = {
38136
38503
  ],
38137
38504
  description: "backgroundColor prop"
38138
38505
  },
38506
+ mode: {
38507
+ types: [
38508
+ "string"
38509
+ ],
38510
+ description: "Painter: 2D raster (default) or 3D mesh scene via the lazy three.js host.",
38511
+ enumValues: [
38512
+ "2d",
38513
+ "3d"
38514
+ ],
38515
+ "default": "2d"
38516
+ },
38517
+ camera: {
38518
+ types: [
38519
+ "object"
38520
+ ],
38521
+ description: "3D only: neutral camera pose ({ mode, zoom, fov, azimuth, target }).",
38522
+ freeform: true
38523
+ },
38524
+ lighting: {
38525
+ types: [
38526
+ "object"
38527
+ ],
38528
+ description: "3D only: scene light rig as data."
38529
+ },
38530
+ post: {
38531
+ types: [
38532
+ "object"
38533
+ ],
38534
+ description: "3D only: post-processing stack (bloom/vignette)."
38535
+ },
38139
38536
  bodies: {
38140
38537
  types: [
38141
38538
  "array"
@@ -38161,6 +38558,11 @@ var patterns = {
38161
38558
  "number"
38162
38559
  ]
38163
38560
  },
38561
+ z: {
38562
+ types: [
38563
+ "number"
38564
+ ]
38565
+ },
38164
38566
  radius: {
38165
38567
  types: [
38166
38568
  "number"
@@ -38186,6 +38588,11 @@ var patterns = {
38186
38588
  "number"
38187
38589
  ]
38188
38590
  },
38591
+ vz: {
38592
+ types: [
38593
+ "number"
38594
+ ]
38595
+ },
38189
38596
  fx: {
38190
38597
  types: [
38191
38598
  "number"
@@ -38195,6 +38602,11 @@ var patterns = {
38195
38602
  types: [
38196
38603
  "number"
38197
38604
  ]
38605
+ },
38606
+ fz: {
38607
+ types: [
38608
+ "number"
38609
+ ]
38198
38610
  }
38199
38611
  },
38200
38612
  required: [
@@ -38271,7 +38683,7 @@ var patterns = {
38271
38683
  types: [
38272
38684
  "array"
38273
38685
  ],
38274
- description: "Extra declarative shapes in canvas pixel coordinates.",
38686
+ description: "Extra declarative shapes in canvas pixel coordinates (2D mode only — ignored in 3D).",
38275
38687
  items: {
38276
38688
  types: [
38277
38689
  "object"
@@ -38451,18 +38863,29 @@ var patterns = {
38451
38863
  "default": [
38452
38864
  ]
38453
38865
  },
38866
+ showGrid: {
38867
+ types: [
38868
+ "boolean"
38869
+ ],
38870
+ description: "3D only: show the ground grid (default off)."
38871
+ },
38872
+ shadows: {
38873
+ types: [
38874
+ "boolean"
38875
+ ],
38876
+ description: "3D only: enable shadows. Omitted → the host default."
38877
+ },
38454
38878
  interactive: {
38455
38879
  types: [
38456
38880
  "boolean"
38457
38881
  ],
38458
- description: "interactive prop",
38459
- "default": false
38882
+ description: "2D: pointer interaction (click/hover). 3D: orbit camera controls."
38460
38883
  },
38461
38884
  animate: {
38462
38885
  types: [
38463
38886
  "boolean"
38464
38887
  ],
38465
- description: "animate prop",
38888
+ description: "2D only: continuous redraw loop. 3D motion is entity-state driven.",
38466
38889
  "default": false
38467
38890
  },
38468
38891
  onShapeClick: {
@@ -39318,7 +39741,12 @@ var patterns = {
39318
39741
  types: [
39319
39742
  "object"
39320
39743
  ],
39321
- description: "style prop"
39744
+ description: "style prop",
39745
+ mapValue: {
39746
+ types: [
39747
+ "string"
39748
+ ]
39749
+ }
39322
39750
  },
39323
39751
  "aria-hidden": {
39324
39752
  types: [
@@ -39394,7 +39822,12 @@ var patterns = {
39394
39822
  types: [
39395
39823
  "object"
39396
39824
  ],
39397
- description: "style prop"
39825
+ description: "style prop",
39826
+ mapValue: {
39827
+ types: [
39828
+ "string"
39829
+ ]
39830
+ }
39398
39831
  },
39399
39832
  children: {
39400
39833
  types: [
@@ -39529,6 +39962,22 @@ var patterns = {
39529
39962
  items: {
39530
39963
  types: [
39531
39964
  "object"
39965
+ ],
39966
+ properties: {
39967
+ x: {
39968
+ types: [
39969
+ "number"
39970
+ ]
39971
+ },
39972
+ y: {
39973
+ types: [
39974
+ "number"
39975
+ ]
39976
+ }
39977
+ },
39978
+ required: [
39979
+ "x",
39980
+ "y"
39532
39981
  ]
39533
39982
  }
39534
39983
  },
@@ -39563,16 +40012,64 @@ var patterns = {
39563
40012
  from: {
39564
40013
  types: [
39565
40014
  "object"
40015
+ ],
40016
+ properties: {
40017
+ x: {
40018
+ types: [
40019
+ "number"
40020
+ ]
40021
+ },
40022
+ y: {
40023
+ types: [
40024
+ "number"
40025
+ ]
40026
+ }
40027
+ },
40028
+ required: [
40029
+ "x",
40030
+ "y"
39566
40031
  ]
39567
40032
  },
39568
40033
  to: {
39569
40034
  types: [
39570
40035
  "object"
40036
+ ],
40037
+ properties: {
40038
+ x: {
40039
+ types: [
40040
+ "number"
40041
+ ]
40042
+ },
40043
+ y: {
40044
+ types: [
40045
+ "number"
40046
+ ]
40047
+ }
40048
+ },
40049
+ required: [
40050
+ "x",
40051
+ "y"
39571
40052
  ]
39572
40053
  },
39573
40054
  center: {
39574
40055
  types: [
39575
40056
  "object"
40057
+ ],
40058
+ properties: {
40059
+ x: {
40060
+ types: [
40061
+ "number"
40062
+ ]
40063
+ },
40064
+ y: {
40065
+ types: [
40066
+ "number"
40067
+ ]
40068
+ }
40069
+ },
40070
+ required: [
40071
+ "x",
40072
+ "y"
39576
40073
  ]
39577
40074
  },
39578
40075
  radius: {
@@ -39672,16 +40169,64 @@ var patterns = {
39672
40169
  from: {
39673
40170
  types: [
39674
40171
  "object"
40172
+ ],
40173
+ properties: {
40174
+ x: {
40175
+ types: [
40176
+ "number"
40177
+ ]
40178
+ },
40179
+ y: {
40180
+ types: [
40181
+ "number"
40182
+ ]
40183
+ }
40184
+ },
40185
+ required: [
40186
+ "x",
40187
+ "y"
39675
40188
  ]
39676
40189
  },
39677
40190
  to: {
39678
40191
  types: [
39679
40192
  "object"
40193
+ ],
40194
+ properties: {
40195
+ x: {
40196
+ types: [
40197
+ "number"
40198
+ ]
40199
+ },
40200
+ y: {
40201
+ types: [
40202
+ "number"
40203
+ ]
40204
+ }
40205
+ },
40206
+ required: [
40207
+ "x",
40208
+ "y"
39680
40209
  ]
39681
40210
  },
39682
40211
  center: {
39683
40212
  types: [
39684
40213
  "object"
40214
+ ],
40215
+ properties: {
40216
+ x: {
40217
+ types: [
40218
+ "number"
40219
+ ]
40220
+ },
40221
+ y: {
40222
+ types: [
40223
+ "number"
40224
+ ]
40225
+ }
40226
+ },
40227
+ required: [
40228
+ "x",
40229
+ "y"
39685
40230
  ]
39686
40231
  },
39687
40232
  radius: {
@@ -39772,7 +40317,23 @@ var patterns = {
39772
40317
  types: [
39773
40318
  "object"
39774
40319
  ],
39775
- description: "Rotation pivot in world units relative to the cell's projected top-left; default `{x:0.5, y:0.5}` (cell center)."
40320
+ description: "Rotation pivot in world units relative to the cell's projected top-left; default `{x:0.5, y:0.5}` (cell center).",
40321
+ properties: {
40322
+ x: {
40323
+ types: [
40324
+ "number"
40325
+ ]
40326
+ },
40327
+ y: {
40328
+ types: [
40329
+ "number"
40330
+ ]
40331
+ }
40332
+ },
40333
+ propertyRequired: [
40334
+ "x",
40335
+ "y"
40336
+ ]
39776
40337
  },
39777
40338
  shadow: {
39778
40339
  types: [
@@ -40106,7 +40667,35 @@ var patterns = {
40106
40667
  types: [
40107
40668
  "object"
40108
40669
  ],
40109
- description: "Explicit atlas sub-rect override (px); omitted → resolved from `asset.atlas`/`asset.sprite`."
40670
+ description: "Explicit atlas sub-rect override (px); omitted → resolved from `asset.atlas`/`asset.sprite`.",
40671
+ properties: {
40672
+ x: {
40673
+ types: [
40674
+ "number"
40675
+ ]
40676
+ },
40677
+ y: {
40678
+ types: [
40679
+ "number"
40680
+ ]
40681
+ },
40682
+ w: {
40683
+ types: [
40684
+ "number"
40685
+ ]
40686
+ },
40687
+ h: {
40688
+ types: [
40689
+ "number"
40690
+ ]
40691
+ }
40692
+ },
40693
+ propertyRequired: [
40694
+ "x",
40695
+ "y",
40696
+ "w",
40697
+ "h"
40698
+ ]
40110
40699
  },
40111
40700
  animation: {
40112
40701
  types: [
@@ -40142,7 +40731,23 @@ var patterns = {
40142
40731
  types: [
40143
40732
  "object"
40144
40733
  ],
40145
- description: "Drop shadow (e.g. a team-colored glow)."
40734
+ description: "Drop shadow (e.g. a team-colored glow).",
40735
+ properties: {
40736
+ color: {
40737
+ types: [
40738
+ "string"
40739
+ ]
40740
+ },
40741
+ blur: {
40742
+ types: [
40743
+ "number"
40744
+ ]
40745
+ }
40746
+ },
40747
+ propertyRequired: [
40748
+ "color",
40749
+ "blur"
40750
+ ]
40146
40751
  }
40147
40752
  },
40148
40753
  drawable: true
@@ -40242,15 +40847,30 @@ var patterns = {
40242
40847
  },
40243
40848
  align: {
40244
40849
  types: [
40245
- "object"
40850
+ "string"
40246
40851
  ],
40247
- description: "align prop"
40852
+ description: "align prop",
40853
+ enumValues: [
40854
+ "center",
40855
+ "end",
40856
+ "left",
40857
+ "right",
40858
+ "start"
40859
+ ]
40248
40860
  },
40249
40861
  baseline: {
40250
40862
  types: [
40251
- "object"
40863
+ "string"
40252
40864
  ],
40253
- description: "baseline prop"
40865
+ description: "baseline prop",
40866
+ enumValues: [
40867
+ "alphabetic",
40868
+ "bottom",
40869
+ "hanging",
40870
+ "ideographic",
40871
+ "middle",
40872
+ "top"
40873
+ ]
40254
40874
  },
40255
40875
  opacity: {
40256
40876
  types: [
@@ -40385,6 +41005,22 @@ var patterns = {
40385
41005
  items: {
40386
41006
  types: [
40387
41007
  "object"
41008
+ ],
41009
+ properties: {
41010
+ x: {
41011
+ types: [
41012
+ "number"
41013
+ ]
41014
+ },
41015
+ y: {
41016
+ types: [
41017
+ "number"
41018
+ ]
41019
+ }
41020
+ },
41021
+ required: [
41022
+ "x",
41023
+ "y"
40388
41024
  ]
40389
41025
  }
40390
41026
  },
@@ -40416,16 +41052,64 @@ var patterns = {
40416
41052
  from: {
40417
41053
  types: [
40418
41054
  "object"
41055
+ ],
41056
+ properties: {
41057
+ x: {
41058
+ types: [
41059
+ "number"
41060
+ ]
41061
+ },
41062
+ y: {
41063
+ types: [
41064
+ "number"
41065
+ ]
41066
+ }
41067
+ },
41068
+ required: [
41069
+ "x",
41070
+ "y"
40419
41071
  ]
40420
41072
  },
40421
41073
  to: {
40422
41074
  types: [
40423
41075
  "object"
41076
+ ],
41077
+ properties: {
41078
+ x: {
41079
+ types: [
41080
+ "number"
41081
+ ]
41082
+ },
41083
+ y: {
41084
+ types: [
41085
+ "number"
41086
+ ]
41087
+ }
41088
+ },
41089
+ required: [
41090
+ "x",
41091
+ "y"
40424
41092
  ]
40425
41093
  },
40426
41094
  center: {
40427
41095
  types: [
40428
41096
  "object"
41097
+ ],
41098
+ properties: {
41099
+ x: {
41100
+ types: [
41101
+ "number"
41102
+ ]
41103
+ },
41104
+ y: {
41105
+ types: [
41106
+ "number"
41107
+ ]
41108
+ }
41109
+ },
41110
+ required: [
41111
+ "x",
41112
+ "y"
40429
41113
  ]
40430
41114
  },
40431
41115
  radius: {
@@ -40521,16 +41205,64 @@ var patterns = {
40521
41205
  from: {
40522
41206
  types: [
40523
41207
  "object"
41208
+ ],
41209
+ properties: {
41210
+ x: {
41211
+ types: [
41212
+ "number"
41213
+ ]
41214
+ },
41215
+ y: {
41216
+ types: [
41217
+ "number"
41218
+ ]
41219
+ }
41220
+ },
41221
+ required: [
41222
+ "x",
41223
+ "y"
40524
41224
  ]
40525
41225
  },
40526
41226
  to: {
40527
41227
  types: [
40528
41228
  "object"
41229
+ ],
41230
+ properties: {
41231
+ x: {
41232
+ types: [
41233
+ "number"
41234
+ ]
41235
+ },
41236
+ y: {
41237
+ types: [
41238
+ "number"
41239
+ ]
41240
+ }
41241
+ },
41242
+ required: [
41243
+ "x",
41244
+ "y"
40529
41245
  ]
40530
41246
  },
40531
41247
  center: {
40532
41248
  types: [
40533
41249
  "object"
41250
+ ],
41251
+ properties: {
41252
+ x: {
41253
+ types: [
41254
+ "number"
41255
+ ]
41256
+ },
41257
+ y: {
41258
+ types: [
41259
+ "number"
41260
+ ]
41261
+ }
41262
+ },
41263
+ required: [
41264
+ "x",
41265
+ "y"
40534
41266
  ]
40535
41267
  },
40536
41268
  radius: {
@@ -40615,6 +41347,22 @@ var patterns = {
40615
41347
  pivot: {
40616
41348
  types: [
40617
41349
  "object"
41350
+ ],
41351
+ properties: {
41352
+ x: {
41353
+ types: [
41354
+ "number"
41355
+ ]
41356
+ },
41357
+ y: {
41358
+ types: [
41359
+ "number"
41360
+ ]
41361
+ }
41362
+ },
41363
+ required: [
41364
+ "x",
41365
+ "y"
40618
41366
  ]
40619
41367
  },
40620
41368
  shadow: {
@@ -40963,6 +41711,34 @@ var patterns = {
40963
41711
  frame: {
40964
41712
  types: [
40965
41713
  "object"
41714
+ ],
41715
+ properties: {
41716
+ x: {
41717
+ types: [
41718
+ "number"
41719
+ ]
41720
+ },
41721
+ y: {
41722
+ types: [
41723
+ "number"
41724
+ ]
41725
+ },
41726
+ w: {
41727
+ types: [
41728
+ "number"
41729
+ ]
41730
+ },
41731
+ h: {
41732
+ types: [
41733
+ "number"
41734
+ ]
41735
+ }
41736
+ },
41737
+ required: [
41738
+ "x",
41739
+ "y",
41740
+ "w",
41741
+ "h"
40966
41742
  ]
40967
41743
  },
40968
41744
  animation: {
@@ -40993,6 +41769,22 @@ var patterns = {
40993
41769
  shadow: {
40994
41770
  types: [
40995
41771
  "object"
41772
+ ],
41773
+ properties: {
41774
+ color: {
41775
+ types: [
41776
+ "string"
41777
+ ]
41778
+ },
41779
+ blur: {
41780
+ types: [
41781
+ "number"
41782
+ ]
41783
+ }
41784
+ },
41785
+ required: [
41786
+ "color",
41787
+ "blur"
40996
41788
  ]
40997
41789
  }
40998
41790
  },
@@ -41108,12 +41900,27 @@ var patterns = {
41108
41900
  },
41109
41901
  align: {
41110
41902
  types: [
41111
- "object"
41903
+ "string"
41904
+ ],
41905
+ enumValues: [
41906
+ "center",
41907
+ "end",
41908
+ "left",
41909
+ "right",
41910
+ "start"
41112
41911
  ]
41113
41912
  },
41114
41913
  baseline: {
41115
41914
  types: [
41116
- "object"
41915
+ "string"
41916
+ ],
41917
+ enumValues: [
41918
+ "alphabetic",
41919
+ "bottom",
41920
+ "hanging",
41921
+ "ideographic",
41922
+ "middle",
41923
+ "top"
41117
41924
  ]
41118
41925
  },
41119
41926
  opacity: {
@@ -43609,6 +44416,48 @@ var integrators = {
43609
44416
  }
43610
44417
  }
43611
44418
  ]
44419
+ },
44420
+ webhook: {
44421
+ name: "webhook",
44422
+ description: "Outbound webhook - signed HTTP POST notifications to external endpoints",
44423
+ category: "messaging",
44424
+ actions: [
44425
+ {
44426
+ name: "send",
44427
+ description: "POST a JSON event envelope to an external URL, HMAC-SHA256 signed when a secret is configured",
44428
+ params: [
44429
+ {
44430
+ name: "url",
44431
+ type: "string",
44432
+ required: true,
44433
+ description: "Target endpoint URL"
44434
+ },
44435
+ {
44436
+ name: "event",
44437
+ type: "string",
44438
+ required: true,
44439
+ description: "Event name carried in the envelope and X-Almadar-Event header"
44440
+ },
44441
+ {
44442
+ name: "payload",
44443
+ type: "object",
44444
+ required: false,
44445
+ description: "Event payload fields (string map)"
44446
+ },
44447
+ {
44448
+ name: "secret",
44449
+ type: "string",
44450
+ required: false,
44451
+ description: "Per-call HMAC signing secret (overrides WEBHOOK_SIGNING_SECRET)"
44452
+ }
44453
+ ],
44454
+ responseShape: {
44455
+ status: "number",
44456
+ ok: "boolean",
44457
+ durationMs: "number"
44458
+ }
44459
+ }
44460
+ ]
43612
44461
  }
43613
44462
  };
43614
44463
  var categories = [
@@ -43627,7 +44476,7 @@ var integratorsRegistry = {
43627
44476
  };
43628
44477
 
43629
44478
  var version$1 = "1.0.0";
43630
- var exportedAt$1 = "2026-08-07T09:57:06.909Z";
44479
+ var exportedAt$1 = "2026-08-17T13:06:21.152Z";
43631
44480
  var mappings = {
43632
44481
  "page-header": {
43633
44482
  component: "PageHeader",
@@ -45024,7 +45873,7 @@ var componentMapping = {
45024
45873
  };
45025
45874
 
45026
45875
  var version = "1.0.0";
45027
- var exportedAt = "2026-08-07T09:57:06.909Z";
45876
+ var exportedAt = "2026-08-17T13:06:21.152Z";
45028
45877
  var contracts = {
45029
45878
  form: {
45030
45879
  emits: [
@@ -46350,6 +47199,13 @@ interface PatternPayloadField {
46350
47199
  interface PatternCallbackArg {
46351
47200
  name: string;
46352
47201
  type: string;
47202
+ /** Nested structural shape for an object-typed arg (e.g. a canvas
47203
+ * `onShapeClick` payload `{ id?, type?, index }`). The pattern-sync
47204
+ * parser has always written this into `patterns-registry.json`; the
47205
+ * public type dropped it, which forced listen contracts down to a
47206
+ * shapeless `payload : object`. Surfaced so validators can demand a
47207
+ * structurally-typed listen payload (type-integrity campaign, Gate B). */
47208
+ schema?: PatternPropTypeSchema;
46353
47209
  }
46354
47210
  /**
46355
47211
  * Schema describing a single prop in a pattern's propsSchema. Emitted
@@ -46832,6 +47688,9 @@ declare const registry: {
46832
47688
  activeFilters: {
46833
47689
  types: string[];
46834
47690
  description: string;
47691
+ mapValue: {
47692
+ types: string[];
47693
+ };
46835
47694
  };
46836
47695
  selectedIds: {
46837
47696
  types: string[];
@@ -47120,6 +47979,9 @@ declare const registry: {
47120
47979
  activeFilters: {
47121
47980
  types: string[];
47122
47981
  description: string;
47982
+ mapValue: {
47983
+ types: string[];
47984
+ };
47123
47985
  };
47124
47986
  selectedIds: {
47125
47987
  types: string[];
@@ -47358,6 +48220,9 @@ declare const registry: {
47358
48220
  activeFilters: {
47359
48221
  types: string[];
47360
48222
  description: string;
48223
+ mapValue: {
48224
+ types: string[];
48225
+ };
47361
48226
  };
47362
48227
  selectedIds: {
47363
48228
  types: string[];
@@ -47567,6 +48432,9 @@ declare const registry: {
47567
48432
  activeFilters: {
47568
48433
  types: string[];
47569
48434
  description: string;
48435
+ mapValue: {
48436
+ types: string[];
48437
+ };
47570
48438
  };
47571
48439
  selectedIds: {
47572
48440
  types: string[];
@@ -48022,7 +48890,14 @@ declare const registry: {
48022
48890
  };
48023
48891
  validation: {
48024
48892
  types: string[];
48025
- freeform: boolean;
48893
+ properties: {
48894
+ enum: {
48895
+ types: string[];
48896
+ items: {
48897
+ types: string[];
48898
+ };
48899
+ };
48900
+ };
48026
48901
  };
48027
48902
  readonly: {
48028
48903
  types: string[];
@@ -48314,7 +49189,14 @@ declare const registry: {
48314
49189
  };
48315
49190
  validation: {
48316
49191
  types: string[];
48317
- freeform: boolean;
49192
+ properties: {
49193
+ enum: {
49194
+ types: string[];
49195
+ items: {
49196
+ types: string[];
49197
+ };
49198
+ };
49199
+ };
48318
49200
  };
48319
49201
  readonly: {
48320
49202
  types: string[];
@@ -48498,7 +49380,14 @@ declare const registry: {
48498
49380
  };
48499
49381
  validation: {
48500
49382
  types: string[];
48501
- freeform: boolean;
49383
+ properties: {
49384
+ enum: {
49385
+ types: string[];
49386
+ items: {
49387
+ types: string[];
49388
+ };
49389
+ };
49390
+ };
48502
49391
  };
48503
49392
  readonly: {
48504
49393
  types: string[];
@@ -48790,7 +49679,14 @@ declare const registry: {
48790
49679
  };
48791
49680
  validation: {
48792
49681
  types: string[];
48793
- freeform: boolean;
49682
+ properties: {
49683
+ enum: {
49684
+ types: string[];
49685
+ items: {
49686
+ types: string[];
49687
+ };
49688
+ };
49689
+ };
48794
49690
  };
48795
49691
  readonly: {
48796
49692
  types: string[];
@@ -48948,6 +49844,15 @@ declare const registry: {
48948
49844
  types: string[];
48949
49845
  };
48950
49846
  };
49847
+ min: {
49848
+ types: string[];
49849
+ };
49850
+ max: {
49851
+ types: string[];
49852
+ };
49853
+ step: {
49854
+ types: string[];
49855
+ };
48951
49856
  };
48952
49857
  required: string[];
48953
49858
  };
@@ -50518,6 +51423,9 @@ declare const registry: {
50518
51423
  activeFilters: {
50519
51424
  types: string[];
50520
51425
  description: string;
51426
+ mapValue: {
51427
+ types: string[];
51428
+ };
50521
51429
  };
50522
51430
  selectedIds: {
50523
51431
  types: string[];
@@ -50761,6 +51669,9 @@ declare const registry: {
50761
51669
  style: {
50762
51670
  types: string[];
50763
51671
  description: string;
51672
+ mapValue: {
51673
+ types: string[];
51674
+ };
50764
51675
  };
50765
51676
  children: {
50766
51677
  types: string[];
@@ -50818,6 +51729,9 @@ declare const registry: {
50818
51729
  style: {
50819
51730
  types: string[];
50820
51731
  description: string;
51732
+ mapValue: {
51733
+ types: string[];
51734
+ };
50821
51735
  };
50822
51736
  children: {
50823
51737
  types: string[];
@@ -51257,6 +52171,9 @@ declare const registry: {
51257
52171
  style: {
51258
52172
  types: string[];
51259
52173
  description: string;
52174
+ mapValue: {
52175
+ types: string[];
52176
+ };
51260
52177
  };
51261
52178
  };
51262
52179
  };
@@ -52550,6 +53467,9 @@ declare const registry: {
52550
53467
  style: {
52551
53468
  types: string[];
52552
53469
  description: string;
53470
+ mapValue: {
53471
+ types: string[];
53472
+ };
52553
53473
  };
52554
53474
  children: {
52555
53475
  types: string[];
@@ -52758,6 +53678,9 @@ declare const registry: {
52758
53678
  style: {
52759
53679
  types: string[];
52760
53680
  description: string;
53681
+ mapValue: {
53682
+ types: string[];
53683
+ };
52761
53684
  };
52762
53685
  format: {
52763
53686
  types: string[];
@@ -52880,6 +53803,15 @@ declare const registry: {
52880
53803
  types: string[];
52881
53804
  };
52882
53805
  };
53806
+ min: {
53807
+ types: string[];
53808
+ };
53809
+ max: {
53810
+ types: string[];
53811
+ };
53812
+ step: {
53813
+ types: string[];
53814
+ };
52883
53815
  };
52884
53816
  required: string[];
52885
53817
  };
@@ -55356,6 +56288,9 @@ declare const registry: {
55356
56288
  activeFilters: {
55357
56289
  types: string[];
55358
56290
  description: string;
56291
+ mapValue: {
56292
+ types: string[];
56293
+ };
55359
56294
  };
55360
56295
  selectedIds: {
55361
56296
  types: string[];
@@ -56513,6 +57448,9 @@ declare const registry: {
56513
57448
  activeFilters: {
56514
57449
  types: string[];
56515
57450
  description: string;
57451
+ mapValue: {
57452
+ types: string[];
57453
+ };
56516
57454
  };
56517
57455
  selectedIds: {
56518
57456
  types: string[];
@@ -60003,6 +60941,9 @@ declare const registry: {
60003
60941
  activeFilters: {
60004
60942
  types: string[];
60005
60943
  description: string;
60944
+ mapValue: {
60945
+ types: string[];
60946
+ };
60006
60947
  };
60007
60948
  selectedIds: {
60008
60949
  types: string[];
@@ -60113,6 +61054,9 @@ declare const registry: {
60113
61054
  activeFilters: {
60114
61055
  types: string[];
60115
61056
  description: string;
61057
+ mapValue: {
61058
+ types: string[];
61059
+ };
60116
61060
  };
60117
61061
  selectedIds: {
60118
61062
  types: string[];
@@ -60226,6 +61170,9 @@ declare const registry: {
60226
61170
  activeFilters: {
60227
61171
  types: string[];
60228
61172
  description: string;
61173
+ mapValue: {
61174
+ types: string[];
61175
+ };
60229
61176
  };
60230
61177
  selectedIds: {
60231
61178
  types: string[];
@@ -60370,6 +61317,9 @@ declare const registry: {
60370
61317
  activeFilters: {
60371
61318
  types: string[];
60372
61319
  description: string;
61320
+ mapValue: {
61321
+ types: string[];
61322
+ };
60373
61323
  };
60374
61324
  selectedIds: {
60375
61325
  types: string[];
@@ -60489,6 +61439,9 @@ declare const registry: {
60489
61439
  activeFilters: {
60490
61440
  types: string[];
60491
61441
  description: string;
61442
+ mapValue: {
61443
+ types: string[];
61444
+ };
60492
61445
  };
60493
61446
  selectedIds: {
60494
61447
  types: string[];
@@ -60613,6 +61566,9 @@ declare const registry: {
60613
61566
  activeFilters: {
60614
61567
  types: string[];
60615
61568
  description: string;
61569
+ mapValue: {
61570
+ types: string[];
61571
+ };
60616
61572
  };
60617
61573
  selectedIds: {
60618
61574
  types: string[];
@@ -60709,6 +61665,9 @@ declare const registry: {
60709
61665
  activeFilters: {
60710
61666
  types: string[];
60711
61667
  description: string;
61668
+ mapValue: {
61669
+ types: string[];
61670
+ };
60712
61671
  };
60713
61672
  selectedIds: {
60714
61673
  types: string[];
@@ -60824,6 +61783,9 @@ declare const registry: {
60824
61783
  activeFilters: {
60825
61784
  types: string[];
60826
61785
  description: string;
61786
+ mapValue: {
61787
+ types: string[];
61788
+ };
60827
61789
  };
60828
61790
  selectedIds: {
60829
61791
  types: string[];
@@ -65420,6 +66382,9 @@ declare const registry: {
65420
66382
  activeFilters: {
65421
66383
  types: string[];
65422
66384
  description: string;
66385
+ mapValue: {
66386
+ types: string[];
66387
+ };
65423
66388
  };
65424
66389
  selectedIds: {
65425
66390
  types: string[];
@@ -66241,6 +67206,9 @@ declare const registry: {
66241
67206
  activeFilters: {
66242
67207
  types: string[];
66243
67208
  description: string;
67209
+ mapValue: {
67210
+ types: string[];
67211
+ };
66244
67212
  };
66245
67213
  selectedIds: {
66246
67214
  types: string[];
@@ -66667,6 +67635,9 @@ declare const registry: {
66667
67635
  activeFilters: {
66668
67636
  types: string[];
66669
67637
  description: string;
67638
+ mapValue: {
67639
+ types: string[];
67640
+ };
66670
67641
  };
66671
67642
  selectedIds: {
66672
67643
  types: string[];
@@ -67579,6 +68550,9 @@ declare const registry: {
67579
68550
  activeFilters: {
67580
68551
  types: string[];
67581
68552
  description: string;
68553
+ mapValue: {
68554
+ types: string[];
68555
+ };
67582
68556
  };
67583
68557
  selectedIds: {
67584
68558
  types: string[];
@@ -67906,6 +68880,23 @@ declare const registry: {
67906
68880
  userProgress: {
67907
68881
  types: string[];
67908
68882
  description: string;
68883
+ properties: {
68884
+ activationResponse: {
68885
+ types: string[];
68886
+ };
68887
+ reflectionNotes: {
68888
+ types: string[];
68889
+ items: {
68890
+ types: string[];
68891
+ };
68892
+ };
68893
+ bloomAnswered: {
68894
+ types: string[];
68895
+ mapValue: {
68896
+ types: string[];
68897
+ };
68898
+ };
68899
+ };
67909
68900
  };
67910
68901
  onRunCodeSimulation: {
67911
68902
  types: string[];
@@ -67993,6 +68984,9 @@ declare const registry: {
67993
68984
  activeFilters: {
67994
68985
  types: string[];
67995
68986
  description: string;
68987
+ mapValue: {
68988
+ types: string[];
68989
+ };
67996
68990
  };
67997
68991
  selectedIds: {
67998
68992
  types: string[];
@@ -68089,6 +69083,9 @@ declare const registry: {
68089
69083
  activeFilters: {
68090
69084
  types: string[];
68091
69085
  description: string;
69086
+ mapValue: {
69087
+ types: string[];
69088
+ };
68092
69089
  };
68093
69090
  selectedIds: {
68094
69091
  types: string[];
@@ -68718,6 +69715,9 @@ declare const registry: {
68718
69715
  style: {
68719
69716
  types: string[];
68720
69717
  description: string;
69718
+ mapValue: {
69719
+ types: string[];
69720
+ };
68721
69721
  };
68722
69722
  children: {
68723
69723
  types: string[];
@@ -68821,6 +69821,9 @@ declare const registry: {
68821
69821
  style: {
68822
69822
  types: string[];
68823
69823
  description: string;
69824
+ mapValue: {
69825
+ types: string[];
69826
+ };
68824
69827
  };
68825
69828
  children: {
68826
69829
  types: string[];
@@ -68939,6 +69942,9 @@ declare const registry: {
68939
69942
  activeFilters: {
68940
69943
  types: string[];
68941
69944
  description: string;
69945
+ mapValue: {
69946
+ types: string[];
69947
+ };
68942
69948
  };
68943
69949
  selectedIds: {
68944
69950
  types: string[];
@@ -69201,6 +70207,25 @@ declare const registry: {
69201
70207
  types: string[];
69202
70208
  description: string;
69203
70209
  };
70210
+ mode: {
70211
+ types: string[];
70212
+ description: string;
70213
+ enumValues: string[];
70214
+ default: string;
70215
+ };
70216
+ camera: {
70217
+ types: string[];
70218
+ description: string;
70219
+ freeform: boolean;
70220
+ };
70221
+ lighting: {
70222
+ types: string[];
70223
+ description: string;
70224
+ };
70225
+ post: {
70226
+ types: string[];
70227
+ description: string;
70228
+ };
69204
70229
  nodes: {
69205
70230
  types: string[];
69206
70231
  description: string;
@@ -69216,6 +70241,9 @@ declare const registry: {
69216
70241
  y: {
69217
70242
  types: string[];
69218
70243
  };
70244
+ z: {
70245
+ types: string[];
70246
+ };
69219
70247
  radius: {
69220
70248
  types: string[];
69221
70249
  };
@@ -69229,6 +70257,13 @@ declare const registry: {
69229
70257
  types: string[];
69230
70258
  enumValues: string[];
69231
70259
  };
70260
+ shape: {
70261
+ types: string[];
70262
+ enumValues: string[];
70263
+ };
70264
+ opacity: {
70265
+ types: string[];
70266
+ };
69232
70267
  };
69233
70268
  required: string[];
69234
70269
  };
@@ -69358,10 +70393,17 @@ declare const registry: {
69358
70393
  };
69359
70394
  default: never[];
69360
70395
  };
70396
+ showGrid: {
70397
+ types: string[];
70398
+ description: string;
70399
+ };
70400
+ shadows: {
70401
+ types: string[];
70402
+ description: string;
70403
+ };
69361
70404
  interactive: {
69362
70405
  types: string[];
69363
70406
  description: string;
69364
- default: boolean;
69365
70407
  };
69366
70408
  animate: {
69367
70409
  types: string[];
@@ -69448,6 +70490,25 @@ declare const registry: {
69448
70490
  types: string[];
69449
70491
  description: string;
69450
70492
  };
70493
+ mode: {
70494
+ types: string[];
70495
+ description: string;
70496
+ enumValues: string[];
70497
+ default: string;
70498
+ };
70499
+ camera: {
70500
+ types: string[];
70501
+ description: string;
70502
+ freeform: boolean;
70503
+ };
70504
+ lighting: {
70505
+ types: string[];
70506
+ description: string;
70507
+ };
70508
+ post: {
70509
+ types: string[];
70510
+ description: string;
70511
+ };
69451
70512
  atoms: {
69452
70513
  types: string[];
69453
70514
  description: string;
@@ -69463,6 +70524,9 @@ declare const registry: {
69463
70524
  y: {
69464
70525
  types: string[];
69465
70526
  };
70527
+ z: {
70528
+ types: string[];
70529
+ };
69466
70530
  element: {
69467
70531
  types: string[];
69468
70532
  };
@@ -69631,10 +70695,17 @@ declare const registry: {
69631
70695
  };
69632
70696
  default: never[];
69633
70697
  };
70698
+ showGrid: {
70699
+ types: string[];
70700
+ description: string;
70701
+ };
70702
+ shadows: {
70703
+ types: string[];
70704
+ description: string;
70705
+ };
69634
70706
  interactive: {
69635
70707
  types: string[];
69636
70708
  description: string;
69637
- default: boolean;
69638
70709
  };
69639
70710
  animate: {
69640
70711
  types: string[];
@@ -70030,6 +71101,25 @@ declare const registry: {
70030
71101
  types: string[];
70031
71102
  description: string;
70032
71103
  };
71104
+ mode: {
71105
+ types: string[];
71106
+ description: string;
71107
+ enumValues: string[];
71108
+ default: string;
71109
+ };
71110
+ camera: {
71111
+ types: string[];
71112
+ description: string;
71113
+ freeform: boolean;
71114
+ };
71115
+ lighting: {
71116
+ types: string[];
71117
+ description: string;
71118
+ };
71119
+ post: {
71120
+ types: string[];
71121
+ description: string;
71122
+ };
70033
71123
  bodies: {
70034
71124
  types: string[];
70035
71125
  description: string;
@@ -70045,6 +71135,9 @@ declare const registry: {
70045
71135
  y: {
70046
71136
  types: string[];
70047
71137
  };
71138
+ z: {
71139
+ types: string[];
71140
+ };
70048
71141
  radius: {
70049
71142
  types: string[];
70050
71143
  };
@@ -70060,12 +71153,18 @@ declare const registry: {
70060
71153
  vy: {
70061
71154
  types: string[];
70062
71155
  };
71156
+ vz: {
71157
+ types: string[];
71158
+ };
70063
71159
  fx: {
70064
71160
  types: string[];
70065
71161
  };
70066
71162
  fy: {
70067
71163
  types: string[];
70068
71164
  };
71165
+ fz: {
71166
+ types: string[];
71167
+ };
70069
71168
  };
70070
71169
  required: string[];
70071
71170
  };
@@ -70212,10 +71311,17 @@ declare const registry: {
70212
71311
  };
70213
71312
  default: never[];
70214
71313
  };
71314
+ showGrid: {
71315
+ types: string[];
71316
+ description: string;
71317
+ };
71318
+ shadows: {
71319
+ types: string[];
71320
+ description: string;
71321
+ };
70215
71322
  interactive: {
70216
71323
  types: string[];
70217
71324
  description: string;
70218
- default: boolean;
70219
71325
  };
70220
71326
  animate: {
70221
71327
  types: string[];
@@ -70754,6 +71860,9 @@ declare const registry: {
70754
71860
  style: {
70755
71861
  types: string[];
70756
71862
  description: string;
71863
+ mapValue: {
71864
+ types: string[];
71865
+ };
70757
71866
  };
70758
71867
  "aria-hidden": {
70759
71868
  types: string[];
@@ -70805,6 +71914,9 @@ declare const registry: {
70805
71914
  style: {
70806
71915
  types: string[];
70807
71916
  description: string;
71917
+ mapValue: {
71918
+ types: string[];
71919
+ };
70808
71920
  };
70809
71921
  children: {
70810
71922
  types: string[];
@@ -70891,6 +72003,15 @@ declare const registry: {
70891
72003
  description: string;
70892
72004
  items: {
70893
72005
  types: string[];
72006
+ properties: {
72007
+ x: {
72008
+ types: string[];
72009
+ };
72010
+ y: {
72011
+ types: string[];
72012
+ };
72013
+ };
72014
+ required: string[];
70894
72015
  };
70895
72016
  };
70896
72017
  d: {
@@ -70911,12 +72032,39 @@ declare const registry: {
70911
72032
  };
70912
72033
  from: {
70913
72034
  types: string[];
72035
+ properties: {
72036
+ x: {
72037
+ types: string[];
72038
+ };
72039
+ y: {
72040
+ types: string[];
72041
+ };
72042
+ };
72043
+ required: string[];
70914
72044
  };
70915
72045
  to: {
70916
72046
  types: string[];
72047
+ properties: {
72048
+ x: {
72049
+ types: string[];
72050
+ };
72051
+ y: {
72052
+ types: string[];
72053
+ };
72054
+ };
72055
+ required: string[];
70917
72056
  };
70918
72057
  center: {
70919
72058
  types: string[];
72059
+ properties: {
72060
+ x: {
72061
+ types: string[];
72062
+ };
72063
+ y: {
72064
+ types: string[];
72065
+ };
72066
+ };
72067
+ required: string[];
70920
72068
  };
70921
72069
  radius: {
70922
72070
  types: string[];
@@ -70974,12 +72122,39 @@ declare const registry: {
70974
72122
  };
70975
72123
  from: {
70976
72124
  types: string[];
72125
+ properties: {
72126
+ x: {
72127
+ types: string[];
72128
+ };
72129
+ y: {
72130
+ types: string[];
72131
+ };
72132
+ };
72133
+ required: string[];
70977
72134
  };
70978
72135
  to: {
70979
72136
  types: string[];
72137
+ properties: {
72138
+ x: {
72139
+ types: string[];
72140
+ };
72141
+ y: {
72142
+ types: string[];
72143
+ };
72144
+ };
72145
+ required: string[];
70980
72146
  };
70981
72147
  center: {
70982
72148
  types: string[];
72149
+ properties: {
72150
+ x: {
72151
+ types: string[];
72152
+ };
72153
+ y: {
72154
+ types: string[];
72155
+ };
72156
+ };
72157
+ required: string[];
70983
72158
  };
70984
72159
  radius: {
70985
72160
  types: string[];
@@ -71023,6 +72198,15 @@ declare const registry: {
71023
72198
  pivot: {
71024
72199
  types: string[];
71025
72200
  description: string;
72201
+ properties: {
72202
+ x: {
72203
+ types: string[];
72204
+ };
72205
+ y: {
72206
+ types: string[];
72207
+ };
72208
+ };
72209
+ propertyRequired: string[];
71026
72210
  };
71027
72211
  shadow: {
71028
72212
  types: string[];
@@ -71221,6 +72405,21 @@ declare const registry: {
71221
72405
  frame: {
71222
72406
  types: string[];
71223
72407
  description: string;
72408
+ properties: {
72409
+ x: {
72410
+ types: string[];
72411
+ };
72412
+ y: {
72413
+ types: string[];
72414
+ };
72415
+ w: {
72416
+ types: string[];
72417
+ };
72418
+ h: {
72419
+ types: string[];
72420
+ };
72421
+ };
72422
+ propertyRequired: string[];
71224
72423
  };
71225
72424
  animation: {
71226
72425
  types: string[];
@@ -71245,6 +72444,15 @@ declare const registry: {
71245
72444
  shadow: {
71246
72445
  types: string[];
71247
72446
  description: string;
72447
+ properties: {
72448
+ color: {
72449
+ types: string[];
72450
+ };
72451
+ blur: {
72452
+ types: string[];
72453
+ };
72454
+ };
72455
+ propertyRequired: string[];
71248
72456
  };
71249
72457
  };
71250
72458
  drawable: boolean;
@@ -71314,10 +72522,12 @@ declare const registry: {
71314
72522
  align: {
71315
72523
  types: string[];
71316
72524
  description: string;
72525
+ enumValues: string[];
71317
72526
  };
71318
72527
  baseline: {
71319
72528
  types: string[];
71320
72529
  description: string;
72530
+ enumValues: string[];
71321
72531
  };
71322
72532
  opacity: {
71323
72533
  types: string[];
@@ -71399,6 +72609,15 @@ declare const registry: {
71399
72609
  types: string[];
71400
72610
  items: {
71401
72611
  types: string[];
72612
+ properties: {
72613
+ x: {
72614
+ types: string[];
72615
+ };
72616
+ y: {
72617
+ types: string[];
72618
+ };
72619
+ };
72620
+ required: string[];
71402
72621
  };
71403
72622
  };
71404
72623
  d: {
@@ -71416,12 +72635,39 @@ declare const registry: {
71416
72635
  };
71417
72636
  from: {
71418
72637
  types: string[];
72638
+ properties: {
72639
+ x: {
72640
+ types: string[];
72641
+ };
72642
+ y: {
72643
+ types: string[];
72644
+ };
72645
+ };
72646
+ required: string[];
71419
72647
  };
71420
72648
  to: {
71421
72649
  types: string[];
72650
+ properties: {
72651
+ x: {
72652
+ types: string[];
72653
+ };
72654
+ y: {
72655
+ types: string[];
72656
+ };
72657
+ };
72658
+ required: string[];
71422
72659
  };
71423
72660
  center: {
71424
72661
  types: string[];
72662
+ properties: {
72663
+ x: {
72664
+ types: string[];
72665
+ };
72666
+ y: {
72667
+ types: string[];
72668
+ };
72669
+ };
72670
+ required: string[];
71425
72671
  };
71426
72672
  radius: {
71427
72673
  types: string[];
@@ -71475,12 +72721,39 @@ declare const registry: {
71475
72721
  };
71476
72722
  from: {
71477
72723
  types: string[];
72724
+ properties: {
72725
+ x: {
72726
+ types: string[];
72727
+ };
72728
+ y: {
72729
+ types: string[];
72730
+ };
72731
+ };
72732
+ required: string[];
71478
72733
  };
71479
72734
  to: {
71480
72735
  types: string[];
72736
+ properties: {
72737
+ x: {
72738
+ types: string[];
72739
+ };
72740
+ y: {
72741
+ types: string[];
72742
+ };
72743
+ };
72744
+ required: string[];
71481
72745
  };
71482
72746
  center: {
71483
72747
  types: string[];
72748
+ properties: {
72749
+ x: {
72750
+ types: string[];
72751
+ };
72752
+ y: {
72753
+ types: string[];
72754
+ };
72755
+ };
72756
+ required: string[];
71484
72757
  };
71485
72758
  radius: {
71486
72759
  types: string[];
@@ -71518,6 +72791,15 @@ declare const registry: {
71518
72791
  };
71519
72792
  pivot: {
71520
72793
  types: string[];
72794
+ properties: {
72795
+ x: {
72796
+ types: string[];
72797
+ };
72798
+ y: {
72799
+ types: string[];
72800
+ };
72801
+ };
72802
+ required: string[];
71521
72803
  };
71522
72804
  shadow: {
71523
72805
  types: string[];
@@ -71719,6 +73001,21 @@ declare const registry: {
71719
73001
  };
71720
73002
  frame: {
71721
73003
  types: string[];
73004
+ properties: {
73005
+ x: {
73006
+ types: string[];
73007
+ };
73008
+ y: {
73009
+ types: string[];
73010
+ };
73011
+ w: {
73012
+ types: string[];
73013
+ };
73014
+ h: {
73015
+ types: string[];
73016
+ };
73017
+ };
73018
+ required: string[];
71722
73019
  };
71723
73020
  animation: {
71724
73021
  types: string[];
@@ -71737,6 +73034,15 @@ declare const registry: {
71737
73034
  };
71738
73035
  shadow: {
71739
73036
  types: string[];
73037
+ properties: {
73038
+ color: {
73039
+ types: string[];
73040
+ };
73041
+ blur: {
73042
+ types: string[];
73043
+ };
73044
+ };
73045
+ required: string[];
71740
73046
  };
71741
73047
  };
71742
73048
  required: string[];
@@ -71809,9 +73115,11 @@ declare const registry: {
71809
73115
  };
71810
73116
  align: {
71811
73117
  types: string[];
73118
+ enumValues: string[];
71812
73119
  };
71813
73120
  baseline: {
71814
73121
  types: string[];
73122
+ enumValues: string[];
71815
73123
  };
71816
73124
  opacity: {
71817
73125
  types: string[];
@@ -72853,6 +74161,9 @@ declare const PATTERN_REGISTRY: {
72853
74161
  activeFilters: {
72854
74162
  types: string[];
72855
74163
  description: string;
74164
+ mapValue: {
74165
+ types: string[];
74166
+ };
72856
74167
  };
72857
74168
  selectedIds: {
72858
74169
  types: string[];
@@ -73141,6 +74452,9 @@ declare const PATTERN_REGISTRY: {
73141
74452
  activeFilters: {
73142
74453
  types: string[];
73143
74454
  description: string;
74455
+ mapValue: {
74456
+ types: string[];
74457
+ };
73144
74458
  };
73145
74459
  selectedIds: {
73146
74460
  types: string[];
@@ -73379,6 +74693,9 @@ declare const PATTERN_REGISTRY: {
73379
74693
  activeFilters: {
73380
74694
  types: string[];
73381
74695
  description: string;
74696
+ mapValue: {
74697
+ types: string[];
74698
+ };
73382
74699
  };
73383
74700
  selectedIds: {
73384
74701
  types: string[];
@@ -73588,6 +74905,9 @@ declare const PATTERN_REGISTRY: {
73588
74905
  activeFilters: {
73589
74906
  types: string[];
73590
74907
  description: string;
74908
+ mapValue: {
74909
+ types: string[];
74910
+ };
73591
74911
  };
73592
74912
  selectedIds: {
73593
74913
  types: string[];
@@ -74043,7 +75363,14 @@ declare const PATTERN_REGISTRY: {
74043
75363
  };
74044
75364
  validation: {
74045
75365
  types: string[];
74046
- freeform: boolean;
75366
+ properties: {
75367
+ enum: {
75368
+ types: string[];
75369
+ items: {
75370
+ types: string[];
75371
+ };
75372
+ };
75373
+ };
74047
75374
  };
74048
75375
  readonly: {
74049
75376
  types: string[];
@@ -74335,7 +75662,14 @@ declare const PATTERN_REGISTRY: {
74335
75662
  };
74336
75663
  validation: {
74337
75664
  types: string[];
74338
- freeform: boolean;
75665
+ properties: {
75666
+ enum: {
75667
+ types: string[];
75668
+ items: {
75669
+ types: string[];
75670
+ };
75671
+ };
75672
+ };
74339
75673
  };
74340
75674
  readonly: {
74341
75675
  types: string[];
@@ -74519,7 +75853,14 @@ declare const PATTERN_REGISTRY: {
74519
75853
  };
74520
75854
  validation: {
74521
75855
  types: string[];
74522
- freeform: boolean;
75856
+ properties: {
75857
+ enum: {
75858
+ types: string[];
75859
+ items: {
75860
+ types: string[];
75861
+ };
75862
+ };
75863
+ };
74523
75864
  };
74524
75865
  readonly: {
74525
75866
  types: string[];
@@ -74811,7 +76152,14 @@ declare const PATTERN_REGISTRY: {
74811
76152
  };
74812
76153
  validation: {
74813
76154
  types: string[];
74814
- freeform: boolean;
76155
+ properties: {
76156
+ enum: {
76157
+ types: string[];
76158
+ items: {
76159
+ types: string[];
76160
+ };
76161
+ };
76162
+ };
74815
76163
  };
74816
76164
  readonly: {
74817
76165
  types: string[];
@@ -74969,6 +76317,15 @@ declare const PATTERN_REGISTRY: {
74969
76317
  types: string[];
74970
76318
  };
74971
76319
  };
76320
+ min: {
76321
+ types: string[];
76322
+ };
76323
+ max: {
76324
+ types: string[];
76325
+ };
76326
+ step: {
76327
+ types: string[];
76328
+ };
74972
76329
  };
74973
76330
  required: string[];
74974
76331
  };
@@ -76539,6 +77896,9 @@ declare const PATTERN_REGISTRY: {
76539
77896
  activeFilters: {
76540
77897
  types: string[];
76541
77898
  description: string;
77899
+ mapValue: {
77900
+ types: string[];
77901
+ };
76542
77902
  };
76543
77903
  selectedIds: {
76544
77904
  types: string[];
@@ -76782,6 +78142,9 @@ declare const PATTERN_REGISTRY: {
76782
78142
  style: {
76783
78143
  types: string[];
76784
78144
  description: string;
78145
+ mapValue: {
78146
+ types: string[];
78147
+ };
76785
78148
  };
76786
78149
  children: {
76787
78150
  types: string[];
@@ -76839,6 +78202,9 @@ declare const PATTERN_REGISTRY: {
76839
78202
  style: {
76840
78203
  types: string[];
76841
78204
  description: string;
78205
+ mapValue: {
78206
+ types: string[];
78207
+ };
76842
78208
  };
76843
78209
  children: {
76844
78210
  types: string[];
@@ -77278,6 +78644,9 @@ declare const PATTERN_REGISTRY: {
77278
78644
  style: {
77279
78645
  types: string[];
77280
78646
  description: string;
78647
+ mapValue: {
78648
+ types: string[];
78649
+ };
77281
78650
  };
77282
78651
  };
77283
78652
  };
@@ -78571,6 +79940,9 @@ declare const PATTERN_REGISTRY: {
78571
79940
  style: {
78572
79941
  types: string[];
78573
79942
  description: string;
79943
+ mapValue: {
79944
+ types: string[];
79945
+ };
78574
79946
  };
78575
79947
  children: {
78576
79948
  types: string[];
@@ -78779,6 +80151,9 @@ declare const PATTERN_REGISTRY: {
78779
80151
  style: {
78780
80152
  types: string[];
78781
80153
  description: string;
80154
+ mapValue: {
80155
+ types: string[];
80156
+ };
78782
80157
  };
78783
80158
  format: {
78784
80159
  types: string[];
@@ -78901,6 +80276,15 @@ declare const PATTERN_REGISTRY: {
78901
80276
  types: string[];
78902
80277
  };
78903
80278
  };
80279
+ min: {
80280
+ types: string[];
80281
+ };
80282
+ max: {
80283
+ types: string[];
80284
+ };
80285
+ step: {
80286
+ types: string[];
80287
+ };
78904
80288
  };
78905
80289
  required: string[];
78906
80290
  };
@@ -81377,6 +82761,9 @@ declare const PATTERN_REGISTRY: {
81377
82761
  activeFilters: {
81378
82762
  types: string[];
81379
82763
  description: string;
82764
+ mapValue: {
82765
+ types: string[];
82766
+ };
81380
82767
  };
81381
82768
  selectedIds: {
81382
82769
  types: string[];
@@ -82534,6 +83921,9 @@ declare const PATTERN_REGISTRY: {
82534
83921
  activeFilters: {
82535
83922
  types: string[];
82536
83923
  description: string;
83924
+ mapValue: {
83925
+ types: string[];
83926
+ };
82537
83927
  };
82538
83928
  selectedIds: {
82539
83929
  types: string[];
@@ -86024,6 +87414,9 @@ declare const PATTERN_REGISTRY: {
86024
87414
  activeFilters: {
86025
87415
  types: string[];
86026
87416
  description: string;
87417
+ mapValue: {
87418
+ types: string[];
87419
+ };
86027
87420
  };
86028
87421
  selectedIds: {
86029
87422
  types: string[];
@@ -86134,6 +87527,9 @@ declare const PATTERN_REGISTRY: {
86134
87527
  activeFilters: {
86135
87528
  types: string[];
86136
87529
  description: string;
87530
+ mapValue: {
87531
+ types: string[];
87532
+ };
86137
87533
  };
86138
87534
  selectedIds: {
86139
87535
  types: string[];
@@ -86247,6 +87643,9 @@ declare const PATTERN_REGISTRY: {
86247
87643
  activeFilters: {
86248
87644
  types: string[];
86249
87645
  description: string;
87646
+ mapValue: {
87647
+ types: string[];
87648
+ };
86250
87649
  };
86251
87650
  selectedIds: {
86252
87651
  types: string[];
@@ -86391,6 +87790,9 @@ declare const PATTERN_REGISTRY: {
86391
87790
  activeFilters: {
86392
87791
  types: string[];
86393
87792
  description: string;
87793
+ mapValue: {
87794
+ types: string[];
87795
+ };
86394
87796
  };
86395
87797
  selectedIds: {
86396
87798
  types: string[];
@@ -86510,6 +87912,9 @@ declare const PATTERN_REGISTRY: {
86510
87912
  activeFilters: {
86511
87913
  types: string[];
86512
87914
  description: string;
87915
+ mapValue: {
87916
+ types: string[];
87917
+ };
86513
87918
  };
86514
87919
  selectedIds: {
86515
87920
  types: string[];
@@ -86634,6 +88039,9 @@ declare const PATTERN_REGISTRY: {
86634
88039
  activeFilters: {
86635
88040
  types: string[];
86636
88041
  description: string;
88042
+ mapValue: {
88043
+ types: string[];
88044
+ };
86637
88045
  };
86638
88046
  selectedIds: {
86639
88047
  types: string[];
@@ -86730,6 +88138,9 @@ declare const PATTERN_REGISTRY: {
86730
88138
  activeFilters: {
86731
88139
  types: string[];
86732
88140
  description: string;
88141
+ mapValue: {
88142
+ types: string[];
88143
+ };
86733
88144
  };
86734
88145
  selectedIds: {
86735
88146
  types: string[];
@@ -86845,6 +88256,9 @@ declare const PATTERN_REGISTRY: {
86845
88256
  activeFilters: {
86846
88257
  types: string[];
86847
88258
  description: string;
88259
+ mapValue: {
88260
+ types: string[];
88261
+ };
86848
88262
  };
86849
88263
  selectedIds: {
86850
88264
  types: string[];
@@ -91441,6 +92855,9 @@ declare const PATTERN_REGISTRY: {
91441
92855
  activeFilters: {
91442
92856
  types: string[];
91443
92857
  description: string;
92858
+ mapValue: {
92859
+ types: string[];
92860
+ };
91444
92861
  };
91445
92862
  selectedIds: {
91446
92863
  types: string[];
@@ -92262,6 +93679,9 @@ declare const PATTERN_REGISTRY: {
92262
93679
  activeFilters: {
92263
93680
  types: string[];
92264
93681
  description: string;
93682
+ mapValue: {
93683
+ types: string[];
93684
+ };
92265
93685
  };
92266
93686
  selectedIds: {
92267
93687
  types: string[];
@@ -92688,6 +94108,9 @@ declare const PATTERN_REGISTRY: {
92688
94108
  activeFilters: {
92689
94109
  types: string[];
92690
94110
  description: string;
94111
+ mapValue: {
94112
+ types: string[];
94113
+ };
92691
94114
  };
92692
94115
  selectedIds: {
92693
94116
  types: string[];
@@ -93600,6 +95023,9 @@ declare const PATTERN_REGISTRY: {
93600
95023
  activeFilters: {
93601
95024
  types: string[];
93602
95025
  description: string;
95026
+ mapValue: {
95027
+ types: string[];
95028
+ };
93603
95029
  };
93604
95030
  selectedIds: {
93605
95031
  types: string[];
@@ -93927,6 +95353,23 @@ declare const PATTERN_REGISTRY: {
93927
95353
  userProgress: {
93928
95354
  types: string[];
93929
95355
  description: string;
95356
+ properties: {
95357
+ activationResponse: {
95358
+ types: string[];
95359
+ };
95360
+ reflectionNotes: {
95361
+ types: string[];
95362
+ items: {
95363
+ types: string[];
95364
+ };
95365
+ };
95366
+ bloomAnswered: {
95367
+ types: string[];
95368
+ mapValue: {
95369
+ types: string[];
95370
+ };
95371
+ };
95372
+ };
93930
95373
  };
93931
95374
  onRunCodeSimulation: {
93932
95375
  types: string[];
@@ -94014,6 +95457,9 @@ declare const PATTERN_REGISTRY: {
94014
95457
  activeFilters: {
94015
95458
  types: string[];
94016
95459
  description: string;
95460
+ mapValue: {
95461
+ types: string[];
95462
+ };
94017
95463
  };
94018
95464
  selectedIds: {
94019
95465
  types: string[];
@@ -94110,6 +95556,9 @@ declare const PATTERN_REGISTRY: {
94110
95556
  activeFilters: {
94111
95557
  types: string[];
94112
95558
  description: string;
95559
+ mapValue: {
95560
+ types: string[];
95561
+ };
94113
95562
  };
94114
95563
  selectedIds: {
94115
95564
  types: string[];
@@ -94739,6 +96188,9 @@ declare const PATTERN_REGISTRY: {
94739
96188
  style: {
94740
96189
  types: string[];
94741
96190
  description: string;
96191
+ mapValue: {
96192
+ types: string[];
96193
+ };
94742
96194
  };
94743
96195
  children: {
94744
96196
  types: string[];
@@ -94842,6 +96294,9 @@ declare const PATTERN_REGISTRY: {
94842
96294
  style: {
94843
96295
  types: string[];
94844
96296
  description: string;
96297
+ mapValue: {
96298
+ types: string[];
96299
+ };
94845
96300
  };
94846
96301
  children: {
94847
96302
  types: string[];
@@ -94960,6 +96415,9 @@ declare const PATTERN_REGISTRY: {
94960
96415
  activeFilters: {
94961
96416
  types: string[];
94962
96417
  description: string;
96418
+ mapValue: {
96419
+ types: string[];
96420
+ };
94963
96421
  };
94964
96422
  selectedIds: {
94965
96423
  types: string[];
@@ -95222,6 +96680,25 @@ declare const PATTERN_REGISTRY: {
95222
96680
  types: string[];
95223
96681
  description: string;
95224
96682
  };
96683
+ mode: {
96684
+ types: string[];
96685
+ description: string;
96686
+ enumValues: string[];
96687
+ default: string;
96688
+ };
96689
+ camera: {
96690
+ types: string[];
96691
+ description: string;
96692
+ freeform: boolean;
96693
+ };
96694
+ lighting: {
96695
+ types: string[];
96696
+ description: string;
96697
+ };
96698
+ post: {
96699
+ types: string[];
96700
+ description: string;
96701
+ };
95225
96702
  nodes: {
95226
96703
  types: string[];
95227
96704
  description: string;
@@ -95237,6 +96714,9 @@ declare const PATTERN_REGISTRY: {
95237
96714
  y: {
95238
96715
  types: string[];
95239
96716
  };
96717
+ z: {
96718
+ types: string[];
96719
+ };
95240
96720
  radius: {
95241
96721
  types: string[];
95242
96722
  };
@@ -95250,6 +96730,13 @@ declare const PATTERN_REGISTRY: {
95250
96730
  types: string[];
95251
96731
  enumValues: string[];
95252
96732
  };
96733
+ shape: {
96734
+ types: string[];
96735
+ enumValues: string[];
96736
+ };
96737
+ opacity: {
96738
+ types: string[];
96739
+ };
95253
96740
  };
95254
96741
  required: string[];
95255
96742
  };
@@ -95379,10 +96866,17 @@ declare const PATTERN_REGISTRY: {
95379
96866
  };
95380
96867
  default: never[];
95381
96868
  };
96869
+ showGrid: {
96870
+ types: string[];
96871
+ description: string;
96872
+ };
96873
+ shadows: {
96874
+ types: string[];
96875
+ description: string;
96876
+ };
95382
96877
  interactive: {
95383
96878
  types: string[];
95384
96879
  description: string;
95385
- default: boolean;
95386
96880
  };
95387
96881
  animate: {
95388
96882
  types: string[];
@@ -95469,6 +96963,25 @@ declare const PATTERN_REGISTRY: {
95469
96963
  types: string[];
95470
96964
  description: string;
95471
96965
  };
96966
+ mode: {
96967
+ types: string[];
96968
+ description: string;
96969
+ enumValues: string[];
96970
+ default: string;
96971
+ };
96972
+ camera: {
96973
+ types: string[];
96974
+ description: string;
96975
+ freeform: boolean;
96976
+ };
96977
+ lighting: {
96978
+ types: string[];
96979
+ description: string;
96980
+ };
96981
+ post: {
96982
+ types: string[];
96983
+ description: string;
96984
+ };
95472
96985
  atoms: {
95473
96986
  types: string[];
95474
96987
  description: string;
@@ -95484,6 +96997,9 @@ declare const PATTERN_REGISTRY: {
95484
96997
  y: {
95485
96998
  types: string[];
95486
96999
  };
97000
+ z: {
97001
+ types: string[];
97002
+ };
95487
97003
  element: {
95488
97004
  types: string[];
95489
97005
  };
@@ -95652,10 +97168,17 @@ declare const PATTERN_REGISTRY: {
95652
97168
  };
95653
97169
  default: never[];
95654
97170
  };
97171
+ showGrid: {
97172
+ types: string[];
97173
+ description: string;
97174
+ };
97175
+ shadows: {
97176
+ types: string[];
97177
+ description: string;
97178
+ };
95655
97179
  interactive: {
95656
97180
  types: string[];
95657
97181
  description: string;
95658
- default: boolean;
95659
97182
  };
95660
97183
  animate: {
95661
97184
  types: string[];
@@ -96051,6 +97574,25 @@ declare const PATTERN_REGISTRY: {
96051
97574
  types: string[];
96052
97575
  description: string;
96053
97576
  };
97577
+ mode: {
97578
+ types: string[];
97579
+ description: string;
97580
+ enumValues: string[];
97581
+ default: string;
97582
+ };
97583
+ camera: {
97584
+ types: string[];
97585
+ description: string;
97586
+ freeform: boolean;
97587
+ };
97588
+ lighting: {
97589
+ types: string[];
97590
+ description: string;
97591
+ };
97592
+ post: {
97593
+ types: string[];
97594
+ description: string;
97595
+ };
96054
97596
  bodies: {
96055
97597
  types: string[];
96056
97598
  description: string;
@@ -96066,6 +97608,9 @@ declare const PATTERN_REGISTRY: {
96066
97608
  y: {
96067
97609
  types: string[];
96068
97610
  };
97611
+ z: {
97612
+ types: string[];
97613
+ };
96069
97614
  radius: {
96070
97615
  types: string[];
96071
97616
  };
@@ -96081,12 +97626,18 @@ declare const PATTERN_REGISTRY: {
96081
97626
  vy: {
96082
97627
  types: string[];
96083
97628
  };
97629
+ vz: {
97630
+ types: string[];
97631
+ };
96084
97632
  fx: {
96085
97633
  types: string[];
96086
97634
  };
96087
97635
  fy: {
96088
97636
  types: string[];
96089
97637
  };
97638
+ fz: {
97639
+ types: string[];
97640
+ };
96090
97641
  };
96091
97642
  required: string[];
96092
97643
  };
@@ -96233,10 +97784,17 @@ declare const PATTERN_REGISTRY: {
96233
97784
  };
96234
97785
  default: never[];
96235
97786
  };
97787
+ showGrid: {
97788
+ types: string[];
97789
+ description: string;
97790
+ };
97791
+ shadows: {
97792
+ types: string[];
97793
+ description: string;
97794
+ };
96236
97795
  interactive: {
96237
97796
  types: string[];
96238
97797
  description: string;
96239
- default: boolean;
96240
97798
  };
96241
97799
  animate: {
96242
97800
  types: string[];
@@ -96775,6 +98333,9 @@ declare const PATTERN_REGISTRY: {
96775
98333
  style: {
96776
98334
  types: string[];
96777
98335
  description: string;
98336
+ mapValue: {
98337
+ types: string[];
98338
+ };
96778
98339
  };
96779
98340
  "aria-hidden": {
96780
98341
  types: string[];
@@ -96826,6 +98387,9 @@ declare const PATTERN_REGISTRY: {
96826
98387
  style: {
96827
98388
  types: string[];
96828
98389
  description: string;
98390
+ mapValue: {
98391
+ types: string[];
98392
+ };
96829
98393
  };
96830
98394
  children: {
96831
98395
  types: string[];
@@ -96912,6 +98476,15 @@ declare const PATTERN_REGISTRY: {
96912
98476
  description: string;
96913
98477
  items: {
96914
98478
  types: string[];
98479
+ properties: {
98480
+ x: {
98481
+ types: string[];
98482
+ };
98483
+ y: {
98484
+ types: string[];
98485
+ };
98486
+ };
98487
+ required: string[];
96915
98488
  };
96916
98489
  };
96917
98490
  d: {
@@ -96932,12 +98505,39 @@ declare const PATTERN_REGISTRY: {
96932
98505
  };
96933
98506
  from: {
96934
98507
  types: string[];
98508
+ properties: {
98509
+ x: {
98510
+ types: string[];
98511
+ };
98512
+ y: {
98513
+ types: string[];
98514
+ };
98515
+ };
98516
+ required: string[];
96935
98517
  };
96936
98518
  to: {
96937
98519
  types: string[];
98520
+ properties: {
98521
+ x: {
98522
+ types: string[];
98523
+ };
98524
+ y: {
98525
+ types: string[];
98526
+ };
98527
+ };
98528
+ required: string[];
96938
98529
  };
96939
98530
  center: {
96940
98531
  types: string[];
98532
+ properties: {
98533
+ x: {
98534
+ types: string[];
98535
+ };
98536
+ y: {
98537
+ types: string[];
98538
+ };
98539
+ };
98540
+ required: string[];
96941
98541
  };
96942
98542
  radius: {
96943
98543
  types: string[];
@@ -96995,12 +98595,39 @@ declare const PATTERN_REGISTRY: {
96995
98595
  };
96996
98596
  from: {
96997
98597
  types: string[];
98598
+ properties: {
98599
+ x: {
98600
+ types: string[];
98601
+ };
98602
+ y: {
98603
+ types: string[];
98604
+ };
98605
+ };
98606
+ required: string[];
96998
98607
  };
96999
98608
  to: {
97000
98609
  types: string[];
98610
+ properties: {
98611
+ x: {
98612
+ types: string[];
98613
+ };
98614
+ y: {
98615
+ types: string[];
98616
+ };
98617
+ };
98618
+ required: string[];
97001
98619
  };
97002
98620
  center: {
97003
98621
  types: string[];
98622
+ properties: {
98623
+ x: {
98624
+ types: string[];
98625
+ };
98626
+ y: {
98627
+ types: string[];
98628
+ };
98629
+ };
98630
+ required: string[];
97004
98631
  };
97005
98632
  radius: {
97006
98633
  types: string[];
@@ -97044,6 +98671,15 @@ declare const PATTERN_REGISTRY: {
97044
98671
  pivot: {
97045
98672
  types: string[];
97046
98673
  description: string;
98674
+ properties: {
98675
+ x: {
98676
+ types: string[];
98677
+ };
98678
+ y: {
98679
+ types: string[];
98680
+ };
98681
+ };
98682
+ propertyRequired: string[];
97047
98683
  };
97048
98684
  shadow: {
97049
98685
  types: string[];
@@ -97242,6 +98878,21 @@ declare const PATTERN_REGISTRY: {
97242
98878
  frame: {
97243
98879
  types: string[];
97244
98880
  description: string;
98881
+ properties: {
98882
+ x: {
98883
+ types: string[];
98884
+ };
98885
+ y: {
98886
+ types: string[];
98887
+ };
98888
+ w: {
98889
+ types: string[];
98890
+ };
98891
+ h: {
98892
+ types: string[];
98893
+ };
98894
+ };
98895
+ propertyRequired: string[];
97245
98896
  };
97246
98897
  animation: {
97247
98898
  types: string[];
@@ -97266,6 +98917,15 @@ declare const PATTERN_REGISTRY: {
97266
98917
  shadow: {
97267
98918
  types: string[];
97268
98919
  description: string;
98920
+ properties: {
98921
+ color: {
98922
+ types: string[];
98923
+ };
98924
+ blur: {
98925
+ types: string[];
98926
+ };
98927
+ };
98928
+ propertyRequired: string[];
97269
98929
  };
97270
98930
  };
97271
98931
  drawable: boolean;
@@ -97335,10 +98995,12 @@ declare const PATTERN_REGISTRY: {
97335
98995
  align: {
97336
98996
  types: string[];
97337
98997
  description: string;
98998
+ enumValues: string[];
97338
98999
  };
97339
99000
  baseline: {
97340
99001
  types: string[];
97341
99002
  description: string;
99003
+ enumValues: string[];
97342
99004
  };
97343
99005
  opacity: {
97344
99006
  types: string[];
@@ -97420,6 +99082,15 @@ declare const PATTERN_REGISTRY: {
97420
99082
  types: string[];
97421
99083
  items: {
97422
99084
  types: string[];
99085
+ properties: {
99086
+ x: {
99087
+ types: string[];
99088
+ };
99089
+ y: {
99090
+ types: string[];
99091
+ };
99092
+ };
99093
+ required: string[];
97423
99094
  };
97424
99095
  };
97425
99096
  d: {
@@ -97437,12 +99108,39 @@ declare const PATTERN_REGISTRY: {
97437
99108
  };
97438
99109
  from: {
97439
99110
  types: string[];
99111
+ properties: {
99112
+ x: {
99113
+ types: string[];
99114
+ };
99115
+ y: {
99116
+ types: string[];
99117
+ };
99118
+ };
99119
+ required: string[];
97440
99120
  };
97441
99121
  to: {
97442
99122
  types: string[];
99123
+ properties: {
99124
+ x: {
99125
+ types: string[];
99126
+ };
99127
+ y: {
99128
+ types: string[];
99129
+ };
99130
+ };
99131
+ required: string[];
97443
99132
  };
97444
99133
  center: {
97445
99134
  types: string[];
99135
+ properties: {
99136
+ x: {
99137
+ types: string[];
99138
+ };
99139
+ y: {
99140
+ types: string[];
99141
+ };
99142
+ };
99143
+ required: string[];
97446
99144
  };
97447
99145
  radius: {
97448
99146
  types: string[];
@@ -97496,12 +99194,39 @@ declare const PATTERN_REGISTRY: {
97496
99194
  };
97497
99195
  from: {
97498
99196
  types: string[];
99197
+ properties: {
99198
+ x: {
99199
+ types: string[];
99200
+ };
99201
+ y: {
99202
+ types: string[];
99203
+ };
99204
+ };
99205
+ required: string[];
97499
99206
  };
97500
99207
  to: {
97501
99208
  types: string[];
99209
+ properties: {
99210
+ x: {
99211
+ types: string[];
99212
+ };
99213
+ y: {
99214
+ types: string[];
99215
+ };
99216
+ };
99217
+ required: string[];
97502
99218
  };
97503
99219
  center: {
97504
99220
  types: string[];
99221
+ properties: {
99222
+ x: {
99223
+ types: string[];
99224
+ };
99225
+ y: {
99226
+ types: string[];
99227
+ };
99228
+ };
99229
+ required: string[];
97505
99230
  };
97506
99231
  radius: {
97507
99232
  types: string[];
@@ -97539,6 +99264,15 @@ declare const PATTERN_REGISTRY: {
97539
99264
  };
97540
99265
  pivot: {
97541
99266
  types: string[];
99267
+ properties: {
99268
+ x: {
99269
+ types: string[];
99270
+ };
99271
+ y: {
99272
+ types: string[];
99273
+ };
99274
+ };
99275
+ required: string[];
97542
99276
  };
97543
99277
  shadow: {
97544
99278
  types: string[];
@@ -97740,6 +99474,21 @@ declare const PATTERN_REGISTRY: {
97740
99474
  };
97741
99475
  frame: {
97742
99476
  types: string[];
99477
+ properties: {
99478
+ x: {
99479
+ types: string[];
99480
+ };
99481
+ y: {
99482
+ types: string[];
99483
+ };
99484
+ w: {
99485
+ types: string[];
99486
+ };
99487
+ h: {
99488
+ types: string[];
99489
+ };
99490
+ };
99491
+ required: string[];
97743
99492
  };
97744
99493
  animation: {
97745
99494
  types: string[];
@@ -97758,6 +99507,15 @@ declare const PATTERN_REGISTRY: {
97758
99507
  };
97759
99508
  shadow: {
97760
99509
  types: string[];
99510
+ properties: {
99511
+ color: {
99512
+ types: string[];
99513
+ };
99514
+ blur: {
99515
+ types: string[];
99516
+ };
99517
+ };
99518
+ required: string[];
97761
99519
  };
97762
99520
  };
97763
99521
  required: string[];
@@ -97830,9 +99588,11 @@ declare const PATTERN_REGISTRY: {
97830
99588
  };
97831
99589
  align: {
97832
99590
  types: string[];
99591
+ enumValues: string[];
97833
99592
  };
97834
99593
  baseline: {
97835
99594
  types: string[];
99595
+ enumValues: string[];
97836
99596
  };
97837
99597
  opacity: {
97838
99598
  types: string[];
@@ -99518,6 +101278,26 @@ declare const INTEGRATORS_REGISTRY: {
99518
101278
  };
99519
101279
  }[];
99520
101280
  };
101281
+ webhook: {
101282
+ name: string;
101283
+ description: string;
101284
+ category: string;
101285
+ actions: {
101286
+ name: string;
101287
+ description: string;
101288
+ params: {
101289
+ name: string;
101290
+ type: string;
101291
+ required: boolean;
101292
+ description: string;
101293
+ }[];
101294
+ responseShape: {
101295
+ status: string;
101296
+ ok: string;
101297
+ durationMs: string;
101298
+ };
101299
+ }[];
101300
+ };
99521
101301
  };
99522
101302
  categories: string[];
99523
101303
  };