@almadar/core 10.89.0 → 10.90.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 (36) hide show
  1. package/dist/builders.d.ts +3 -3
  2. package/dist/builders.js +9 -2
  3. package/dist/builders.js.map +1 -1
  4. package/dist/{effect-CdLBg9zL.d.ts → effect-7jQQxiIt.d.ts} +58 -42
  5. package/dist/{entityAccess-BmZHpQUv.d.ts → entityAccess-CpHfCQA3.d.ts} +1 -1
  6. package/dist/factory/index.d.ts +4 -4
  7. package/dist/factory/index.js +467 -9
  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 +9 -2
  11. package/dist/factory-runtime/index.js.map +1 -1
  12. package/dist/i18n/index.js +6 -0
  13. package/dist/i18n/index.js.map +1 -1
  14. package/dist/{index-CV_iM5Cm.d.ts → index-BresfHJy.d.ts} +63 -6
  15. package/dist/index.d.ts +34 -12
  16. package/dist/index.js +582 -17
  17. package/dist/index.js.map +1 -1
  18. package/dist/mock/index.d.ts +54 -5
  19. package/dist/mock/index.js +33 -3
  20. package/dist/mock/index.js.map +1 -1
  21. package/dist/patterns/component-mapping.json +6 -1
  22. package/dist/patterns/event-contracts.json +1 -1
  23. package/dist/patterns/index.d.ts +1160 -14
  24. package/dist/patterns/index.js +545 -12
  25. package/dist/patterns/index.js.map +1 -1
  26. package/dist/patterns/integrators-registry.json +72 -1
  27. package/dist/patterns/patterns-registry.json +461 -8
  28. package/dist/patterns/registry.json +461 -8
  29. package/dist/patterns/services-registry.json +150 -64
  30. package/dist/{schema-DYC_RnBX.d.ts → schema-C52juBr8.d.ts} +495 -323
  31. package/dist/{trait-DmWdtKlP.d.ts → trait-CFiL1YUN.d.ts} +98 -55
  32. package/dist/types/index.d.ts +5 -5
  33. package/dist/types/index.js +11 -6
  34. package/dist/types/index.js.map +1 -1
  35. package/dist/{types-DdK77hq2.d.ts → types-BgC8ETnl.d.ts} +2 -2
  36. package/package.json +1 -1
@@ -1,11 +1,11 @@
1
- import { A as AnyPatternConfig, i as RenderBinding, F as FieldValue, bl as PatternType } from '../effect-CdLBg9zL.js';
2
- export { be as PATTERN_TYPES, bi as PatternConfig, bj as PatternProps, bk as PatternPropsMap, dj as isValidPatternType } from '../effect-CdLBg9zL.js';
1
+ import { A as AnyPatternConfig, i as RenderBinding, F as FieldValue, bl as PatternType } from '../effect-7jQQxiIt.js';
2
+ export { be as PATTERN_TYPES, bi as PatternConfig, bj as PatternProps, bk as PatternPropsMap, dj as isValidPatternType } from '../effect-7jQQxiIt.js';
3
3
  import { b as EventPayloadValue, a as EventPayload } from '../expression-WfTp2arD.js';
4
4
  import { J as JsonValue } from '../json-D8gmyK3l.js';
5
5
  import 'zod';
6
6
 
7
7
  var version$3 = "1.0.0";
8
- var exportedAt$3 = "2026-09-08T23:56:00.442Z";
8
+ var exportedAt$3 = "2026-09-10T08:51:20.514Z";
9
9
  var patterns = {
10
10
  "entity-table": {
11
11
  type: "entity-table",
@@ -8499,7 +8499,10 @@ var patterns = {
8499
8499
  "function",
8500
8500
  "string"
8501
8501
  ],
8502
- description: "Callback or declarative event key when clear button is clicked"
8502
+ description: "Callback or declarative event key when clear button is clicked",
8503
+ kind: "event-ref",
8504
+ emitPayloadSchema: [
8505
+ ]
8503
8506
  },
8504
8507
  options: {
8505
8508
  types: [
@@ -8540,7 +8543,22 @@ var patterns = {
8540
8543
  "function",
8541
8544
  "string"
8542
8545
  ],
8543
- description: "onChange handler or declarative event key for trait dispatch"
8546
+ description: "onChange handler or declarative event key for trait dispatch",
8547
+ kind: "event-ref",
8548
+ emitPayloadSchema: [
8549
+ {
8550
+ name: "value",
8551
+ type: "string",
8552
+ required: true,
8553
+ typeWhen: [
8554
+ {
8555
+ knob: "inputType",
8556
+ equals: "number",
8557
+ type: "number"
8558
+ }
8559
+ ]
8560
+ }
8561
+ ]
8544
8562
  }
8545
8563
  }
8546
8564
  },
@@ -8593,7 +8611,15 @@ var patterns = {
8593
8611
  "function",
8594
8612
  "string"
8595
8613
  ],
8596
- description: "onChange handler or declarative event key for trait dispatch"
8614
+ description: "onChange handler or declarative event key for trait dispatch",
8615
+ kind: "event-ref",
8616
+ emitPayloadSchema: [
8617
+ {
8618
+ name: "value",
8619
+ type: "string",
8620
+ required: true
8621
+ }
8622
+ ]
8597
8623
  }
8598
8624
  }
8599
8625
  },
@@ -8763,7 +8789,26 @@ var patterns = {
8763
8789
  "function",
8764
8790
  "string"
8765
8791
  ],
8766
- description: "onChange handler (native ChangeEvent) or declarative event key for trait dispatch"
8792
+ description: "onChange handler (native ChangeEvent) or declarative event key for trait dispatch",
8793
+ kind: "event-ref",
8794
+ emitPayloadSchema: [
8795
+ {
8796
+ name: "value",
8797
+ type: "string",
8798
+ required: true,
8799
+ schema: {
8800
+ types: [
8801
+ "string",
8802
+ "array"
8803
+ ],
8804
+ items: {
8805
+ types: [
8806
+ "string"
8807
+ ]
8808
+ }
8809
+ }
8810
+ }
8811
+ ]
8767
8812
  },
8768
8813
  onValueChange: {
8769
8814
  types: [
@@ -8816,7 +8861,15 @@ var patterns = {
8816
8861
  "function",
8817
8862
  "string"
8818
8863
  ],
8819
- description: "onChange handler or declarative event key for trait dispatch"
8864
+ description: "onChange handler or declarative event key for trait dispatch",
8865
+ kind: "event-ref",
8866
+ emitPayloadSchema: [
8867
+ {
8868
+ name: "checked",
8869
+ type: "boolean",
8870
+ required: true
8871
+ }
8872
+ ]
8820
8873
  }
8821
8874
  }
8822
8875
  },
@@ -11445,7 +11498,10 @@ var patterns = {
11445
11498
  "function",
11446
11499
  "string"
11447
11500
  ],
11448
- description: "Callback or declarative event key when clear button is clicked"
11501
+ description: "Callback or declarative event key when clear button is clicked",
11502
+ kind: "event-ref",
11503
+ emitPayloadSchema: [
11504
+ ]
11449
11505
  },
11450
11506
  options: {
11451
11507
  types: [
@@ -11485,7 +11541,22 @@ var patterns = {
11485
11541
  "function",
11486
11542
  "string"
11487
11543
  ],
11488
- description: "onChange handler or declarative event key for trait dispatch"
11544
+ description: "onChange handler or declarative event key for trait dispatch",
11545
+ kind: "event-ref",
11546
+ emitPayloadSchema: [
11547
+ {
11548
+ name: "value",
11549
+ type: "string",
11550
+ required: true,
11551
+ typeWhen: [
11552
+ {
11553
+ knob: "inputType",
11554
+ equals: "number",
11555
+ type: "number"
11556
+ }
11557
+ ]
11558
+ }
11559
+ ]
11489
11560
  },
11490
11561
  leftAddon: {
11491
11562
  types: [
@@ -53861,6 +53932,390 @@ var patterns = {
53861
53932
  "default": "replace"
53862
53933
  }
53863
53934
  }
53935
+ },
53936
+ "draw-skinned-mesh": {
53937
+ type: "draw-skinned-mesh",
53938
+ category: "game",
53939
+ sourceFile: "components/game/atoms/DrawSkinnedMesh.tsx",
53940
+ tier: "atoms",
53941
+ family: "game",
53942
+ description: "DrawSkinnedMesh component",
53943
+ suggestedFor: [
53944
+ "draw",
53945
+ "skinned",
53946
+ "mesh",
53947
+ "draw skinned mesh"
53948
+ ],
53949
+ typicalSize: "small",
53950
+ propsSchema: {
53951
+ id: {
53952
+ types: [
53953
+ "string"
53954
+ ],
53955
+ description: "Optional source-tagged hit-test handle — the host indexes the drawable's ScenePos→id so a pointer/raycast at that cell resolves to this id (unit/entity click). No id → the host emits only the coordinate (tile click)."
53956
+ },
53957
+ type: {
53958
+ types: [
53959
+ "string"
53960
+ ],
53961
+ description: "type prop",
53962
+ required: true,
53963
+ enumValues: [
53964
+ "draw-skinned-mesh"
53965
+ ]
53966
+ },
53967
+ position: {
53968
+ types: [
53969
+ "object"
53970
+ ],
53971
+ description: "Logical scene position; mesh local coords are world units relative to its projected top-left.",
53972
+ required: true,
53973
+ properties: {
53974
+ x: {
53975
+ types: [
53976
+ "number"
53977
+ ]
53978
+ },
53979
+ y: {
53980
+ types: [
53981
+ "number"
53982
+ ]
53983
+ },
53984
+ z: {
53985
+ types: [
53986
+ "number"
53987
+ ]
53988
+ }
53989
+ },
53990
+ propertyRequired: [
53991
+ "x",
53992
+ "y"
53993
+ ],
53994
+ scenePos: true
53995
+ },
53996
+ asset: {
53997
+ types: [
53998
+ "object"
53999
+ ],
54000
+ description: "The texture the mesh UVs cut into.",
54001
+ required: true,
54002
+ properties: {
54003
+ url: {
54004
+ types: [
54005
+ "asset"
54006
+ ]
54007
+ },
54008
+ role: {
54009
+ types: [
54010
+ "string"
54011
+ ]
54012
+ },
54013
+ category: {
54014
+ types: [
54015
+ "string"
54016
+ ]
54017
+ },
54018
+ animations: {
54019
+ types: [
54020
+ "array"
54021
+ ],
54022
+ items: {
54023
+ types: [
54024
+ "string"
54025
+ ]
54026
+ }
54027
+ },
54028
+ style: {
54029
+ types: [
54030
+ "string"
54031
+ ],
54032
+ enumValues: [
54033
+ "pixel",
54034
+ "vector",
54035
+ "hd",
54036
+ "1-bit",
54037
+ "isometric"
54038
+ ]
54039
+ },
54040
+ variant: {
54041
+ types: [
54042
+ "string"
54043
+ ]
54044
+ },
54045
+ dimension: {
54046
+ types: [
54047
+ "string"
54048
+ ],
54049
+ enumValues: [
54050
+ "2d",
54051
+ "3d"
54052
+ ]
54053
+ },
54054
+ aspect: {
54055
+ types: [
54056
+ "string"
54057
+ ],
54058
+ enumValues: [
54059
+ "1:1",
54060
+ "16:9",
54061
+ "5:7",
54062
+ "8:1"
54063
+ ]
54064
+ },
54065
+ atlas: {
54066
+ types: [
54067
+ "asset"
54068
+ ]
54069
+ },
54070
+ sprite: {
54071
+ types: [
54072
+ "string"
54073
+ ]
54074
+ },
54075
+ name: {
54076
+ types: [
54077
+ "string"
54078
+ ]
54079
+ },
54080
+ thumbnailUrl: {
54081
+ types: [
54082
+ "string"
54083
+ ]
54084
+ }
54085
+ },
54086
+ propertyRequired: [
54087
+ "url",
54088
+ "role",
54089
+ "category"
54090
+ ]
54091
+ },
54092
+ mesh: {
54093
+ types: [
54094
+ "object"
54095
+ ],
54096
+ description: "Inline bind mesh; wins over `meshUrl`.",
54097
+ properties: {
54098
+ vertices: {
54099
+ types: [
54100
+ "array"
54101
+ ],
54102
+ items: {
54103
+ types: [
54104
+ "object"
54105
+ ],
54106
+ properties: {
54107
+ x: {
54108
+ types: [
54109
+ "number"
54110
+ ]
54111
+ },
54112
+ y: {
54113
+ types: [
54114
+ "number"
54115
+ ]
54116
+ },
54117
+ u: {
54118
+ types: [
54119
+ "number"
54120
+ ]
54121
+ },
54122
+ v: {
54123
+ types: [
54124
+ "number"
54125
+ ]
54126
+ },
54127
+ weights: {
54128
+ types: [
54129
+ "array"
54130
+ ],
54131
+ items: {
54132
+ types: [
54133
+ "object"
54134
+ ],
54135
+ properties: {
54136
+ bone: {
54137
+ types: [
54138
+ "number"
54139
+ ]
54140
+ },
54141
+ w: {
54142
+ types: [
54143
+ "number"
54144
+ ]
54145
+ }
54146
+ },
54147
+ required: [
54148
+ "bone",
54149
+ "w"
54150
+ ]
54151
+ }
54152
+ }
54153
+ },
54154
+ required: [
54155
+ "x",
54156
+ "y",
54157
+ "u",
54158
+ "v",
54159
+ "weights"
54160
+ ]
54161
+ }
54162
+ },
54163
+ triangles: {
54164
+ types: [
54165
+ "array"
54166
+ ],
54167
+ items: {
54168
+ types: [
54169
+ "array"
54170
+ ],
54171
+ items: {
54172
+ types: [
54173
+ "number"
54174
+ ]
54175
+ }
54176
+ }
54177
+ }
54178
+ },
54179
+ propertyRequired: [
54180
+ "vertices",
54181
+ "triangles"
54182
+ ]
54183
+ },
54184
+ meshUrl: {
54185
+ types: [
54186
+ "string"
54187
+ ],
54188
+ description: "URL of a JSON `SkinMesh` (fetched + cached); used when `mesh` is absent."
54189
+ },
54190
+ bones: {
54191
+ types: [
54192
+ "array"
54193
+ ],
54194
+ description: "The skeleton (bind pose; FK chain via `parent` names).",
54195
+ required: true,
54196
+ items: {
54197
+ types: [
54198
+ "object"
54199
+ ],
54200
+ properties: {
54201
+ name: {
54202
+ types: [
54203
+ "string"
54204
+ ]
54205
+ },
54206
+ parent: {
54207
+ types: [
54208
+ "string"
54209
+ ]
54210
+ },
54211
+ pivot: {
54212
+ types: [
54213
+ "array"
54214
+ ],
54215
+ items: {
54216
+ types: [
54217
+ "number"
54218
+ ]
54219
+ }
54220
+ },
54221
+ tip: {
54222
+ types: [
54223
+ "array"
54224
+ ],
54225
+ items: {
54226
+ types: [
54227
+ "number"
54228
+ ]
54229
+ }
54230
+ }
54231
+ },
54232
+ required: [
54233
+ "name",
54234
+ "parent",
54235
+ "pivot",
54236
+ "tip"
54237
+ ]
54238
+ }
54239
+ },
54240
+ pose: {
54241
+ types: [
54242
+ "object"
54243
+ ],
54244
+ description: "Static pose (bone name → degrees relative to bind). Overridden by `clip` + `frame`.",
54245
+ mapValue: {
54246
+ types: [
54247
+ "number"
54248
+ ]
54249
+ }
54250
+ },
54251
+ clip: {
54252
+ types: [
54253
+ "object"
54254
+ ],
54255
+ description: "Pose animation clip; with `frame`, pose = `frames[frame % frames.length]`.",
54256
+ properties: {
54257
+ frames: {
54258
+ types: [
54259
+ "array"
54260
+ ],
54261
+ items: {
54262
+ types: [
54263
+ "object"
54264
+ ],
54265
+ mapValue: {
54266
+ types: [
54267
+ "number"
54268
+ ]
54269
+ }
54270
+ }
54271
+ }
54272
+ },
54273
+ propertyRequired: [
54274
+ "frames"
54275
+ ]
54276
+ },
54277
+ frame: {
54278
+ types: [
54279
+ "number"
54280
+ ],
54281
+ description: "Clip frame counter (host-driven paint clock frame)."
54282
+ },
54283
+ opacity: {
54284
+ types: [
54285
+ "number"
54286
+ ],
54287
+ description: "0..1 opacity."
54288
+ },
54289
+ weightsOverlay: {
54290
+ types: [
54291
+ "boolean"
54292
+ ],
54293
+ description: "Paint per-triangle dominant-bone colors instead of the texture (rig inspection)."
54294
+ },
54295
+ ghost: {
54296
+ types: [
54297
+ "object"
54298
+ ],
54299
+ description: "Onion skin: render the mesh at this clip frame underneath, at this opacity.",
54300
+ properties: {
54301
+ frame: {
54302
+ types: [
54303
+ "number"
54304
+ ]
54305
+ },
54306
+ opacity: {
54307
+ types: [
54308
+ "number"
54309
+ ]
54310
+ }
54311
+ },
54312
+ propertyRequired: [
54313
+ "frame",
54314
+ "opacity"
54315
+ ]
54316
+ }
54317
+ },
54318
+ drawable: true
53864
54319
  }
53865
54320
  };
53866
54321
  var categories$1 = [
@@ -53889,7 +54344,7 @@ var patternsRegistry = {
53889
54344
  };
53890
54345
 
53891
54346
  var version$2 = "1.0.0";
53892
- var exportedAt$2 = "2026-09-07T01:58:57.916Z";
54347
+ var exportedAt$2 = "2026-09-10T08:46:50.227Z";
53893
54348
  var integrators = {
53894
54349
  github: {
53895
54350
  name: "github",
@@ -57478,6 +57933,79 @@ var integrators = {
57478
57933
  }
57479
57934
  }
57480
57935
  ]
57936
+ },
57937
+ rigger: {
57938
+ name: "rigger",
57939
+ description: "Local rigger service (FastAPI) — mesh rigging build + render",
57940
+ category: "media",
57941
+ actions: [
57942
+ {
57943
+ name: "health",
57944
+ description: "Liveness probe of the local rigger service.",
57945
+ params: [
57946
+ ],
57947
+ responseShape: {
57948
+ ok: "boolean"
57949
+ }
57950
+ },
57951
+ {
57952
+ name: "buildMesh",
57953
+ description: "Build a rigged mesh bundle from a source image via the local rigger service.",
57954
+ params: [
57955
+ {
57956
+ name: "imagePath",
57957
+ type: "string",
57958
+ required: true,
57959
+ description: "Path to the source image."
57960
+ },
57961
+ {
57962
+ name: "rig",
57963
+ type: "string",
57964
+ required: true,
57965
+ description: "Rig type to build (e.g. 'humanoid', 'quadruped')."
57966
+ }
57967
+ ],
57968
+ responseShape: {
57969
+ bundlePath: "string",
57970
+ boneCount: "number",
57971
+ vertexCount: "number",
57972
+ triangleCount: "number",
57973
+ clips: "string[]"
57974
+ }
57975
+ },
57976
+ {
57977
+ name: "render",
57978
+ description: "Render a rigged mesh bundle to output files via the local rigger service.",
57979
+ params: [
57980
+ {
57981
+ name: "imagePath",
57982
+ type: "string",
57983
+ required: true,
57984
+ description: "Path to the source image."
57985
+ },
57986
+ {
57987
+ name: "rig",
57988
+ type: "string",
57989
+ required: true,
57990
+ description: "Rig type."
57991
+ },
57992
+ {
57993
+ name: "preset",
57994
+ type: "string",
57995
+ required: true,
57996
+ description: "Render preset name."
57997
+ },
57998
+ {
57999
+ name: "outDir",
58000
+ type: "string",
58001
+ required: true,
58002
+ description: "Output directory for rendered files."
58003
+ }
58004
+ ],
58005
+ responseShape: {
58006
+ }
58007
+ }
58008
+ ]
57481
58009
  }
57482
58010
  };
57483
58011
  var categories = [
@@ -57500,7 +58028,7 @@ var integratorsRegistry = {
57500
58028
  };
57501
58029
 
57502
58030
  var version$1 = "1.0.0";
57503
- var exportedAt$1 = "2026-09-08T23:56:00.442Z";
58031
+ var exportedAt$1 = "2026-09-10T08:51:20.514Z";
57504
58032
  var mappings = {
57505
58033
  "page-header": {
57506
58034
  component: "PageHeader",
@@ -58819,6 +59347,11 @@ var mappings = {
58819
59347
  importPath: "@/components/game/atoms/DrawSprite",
58820
59348
  category: "game"
58821
59349
  },
59350
+ "draw-skinned-mesh": {
59351
+ component: "DrawSkinnedMesh",
59352
+ importPath: "@/components/game/atoms/DrawSkinnedMesh",
59353
+ category: "game"
59354
+ },
58822
59355
  "draw-text": {
58823
59356
  component: "DrawText",
58824
59357
  importPath: "@/components/game/atoms/DrawText",
@@ -58947,7 +59480,7 @@ var componentMapping = {
58947
59480
  };
58948
59481
 
58949
59482
  var version = "1.0.0";
58950
- var exportedAt = "2026-09-08T23:56:00.442Z";
59483
+ var exportedAt = "2026-09-10T08:51:20.514Z";
58951
59484
  var contracts = {
58952
59485
  form: {
58953
59486
  emits: [
@@ -60215,6 +60748,14 @@ declare function isContentBodyPattern(pattern: RenderUiPayload): boolean;
60215
60748
  /** Type guard for a `['render-ui', 'main', payload]` effect tuple. */
60216
60749
  declare function isMainSlotRenderUi(effect: unknown): effect is ['render-ui', 'main', RenderUiPayload];
60217
60750
 
60751
+ /**
60752
+ * Pattern types that paint their own backdrop/chrome (single owner — UI slot
60753
+ * layer and wiring lint both consult this instead of growing a private list).
60754
+ * Everything else rendered into a `modal`/`drawer` slot gets the slot shell,
60755
+ * whose close control (X / Escape / overlay-click) emits `CLOSE`/`CANCEL`.
60756
+ */
60757
+ declare const SELF_OVERLAY_PATTERN_TYPES: ReadonlySet<string>;
60758
+
60218
60759
  /**
60219
60760
  * Shared types for @almadar/patterns
60220
60761
  *
@@ -65898,6 +66439,8 @@ declare const registry: {
65898
66439
  onClear: {
65899
66440
  types: string[];
65900
66441
  description: string;
66442
+ kind: string;
66443
+ emitPayloadSchema: never[];
65901
66444
  };
65902
66445
  options: {
65903
66446
  types: string[];
@@ -65923,6 +66466,17 @@ declare const registry: {
65923
66466
  onChange: {
65924
66467
  types: string[];
65925
66468
  description: string;
66469
+ kind: string;
66470
+ emitPayloadSchema: {
66471
+ name: string;
66472
+ type: string;
66473
+ required: boolean;
66474
+ typeWhen: {
66475
+ knob: string;
66476
+ equals: string;
66477
+ type: string;
66478
+ }[];
66479
+ }[];
65926
66480
  };
65927
66481
  };
65928
66482
  };
@@ -65959,6 +66513,12 @@ declare const registry: {
65959
66513
  onChange: {
65960
66514
  types: string[];
65961
66515
  description: string;
66516
+ kind: string;
66517
+ emitPayloadSchema: {
66518
+ name: string;
66519
+ type: string;
66520
+ required: boolean;
66521
+ }[];
65962
66522
  };
65963
66523
  };
65964
66524
  };
@@ -66065,6 +66625,18 @@ declare const registry: {
66065
66625
  onChange: {
66066
66626
  types: string[];
66067
66627
  description: string;
66628
+ kind: string;
66629
+ emitPayloadSchema: {
66630
+ name: string;
66631
+ type: string;
66632
+ required: boolean;
66633
+ schema: {
66634
+ types: string[];
66635
+ items: {
66636
+ types: string[];
66637
+ };
66638
+ };
66639
+ }[];
66068
66640
  };
66069
66641
  onValueChange: {
66070
66642
  types: string[];
@@ -66100,6 +66672,12 @@ declare const registry: {
66100
66672
  onChange: {
66101
66673
  types: string[];
66102
66674
  description: string;
66675
+ kind: string;
66676
+ emitPayloadSchema: {
66677
+ name: string;
66678
+ type: string;
66679
+ required: boolean;
66680
+ }[];
66103
66681
  };
66104
66682
  };
66105
66683
  };
@@ -67702,6 +68280,8 @@ declare const registry: {
67702
68280
  onClear: {
67703
68281
  types: string[];
67704
68282
  description: string;
68283
+ kind: string;
68284
+ emitPayloadSchema: never[];
67705
68285
  };
67706
68286
  options: {
67707
68287
  types: string[];
@@ -67726,6 +68306,17 @@ declare const registry: {
67726
68306
  onChange: {
67727
68307
  types: string[];
67728
68308
  description: string;
68309
+ kind: string;
68310
+ emitPayloadSchema: {
68311
+ name: string;
68312
+ type: string;
68313
+ required: boolean;
68314
+ typeWhen: {
68315
+ knob: string;
68316
+ equals: string;
68317
+ type: string;
68318
+ }[];
68319
+ }[];
67729
68320
  };
67730
68321
  leftAddon: {
67731
68322
  types: string[];
@@ -93285,6 +93876,230 @@ declare const registry: {
93285
93876
  };
93286
93877
  };
93287
93878
  };
93879
+ "draw-skinned-mesh": {
93880
+ type: string;
93881
+ category: string;
93882
+ sourceFile: string;
93883
+ tier: string;
93884
+ family: string;
93885
+ description: string;
93886
+ suggestedFor: string[];
93887
+ typicalSize: string;
93888
+ propsSchema: {
93889
+ id: {
93890
+ types: string[];
93891
+ description: string;
93892
+ };
93893
+ type: {
93894
+ types: string[];
93895
+ description: string;
93896
+ required: boolean;
93897
+ enumValues: string[];
93898
+ };
93899
+ position: {
93900
+ types: string[];
93901
+ description: string;
93902
+ required: boolean;
93903
+ properties: {
93904
+ x: {
93905
+ types: string[];
93906
+ };
93907
+ y: {
93908
+ types: string[];
93909
+ };
93910
+ z: {
93911
+ types: string[];
93912
+ };
93913
+ };
93914
+ propertyRequired: string[];
93915
+ scenePos: boolean;
93916
+ };
93917
+ asset: {
93918
+ types: string[];
93919
+ description: string;
93920
+ required: boolean;
93921
+ properties: {
93922
+ url: {
93923
+ types: string[];
93924
+ };
93925
+ role: {
93926
+ types: string[];
93927
+ };
93928
+ category: {
93929
+ types: string[];
93930
+ };
93931
+ animations: {
93932
+ types: string[];
93933
+ items: {
93934
+ types: string[];
93935
+ };
93936
+ };
93937
+ style: {
93938
+ types: string[];
93939
+ enumValues: string[];
93940
+ };
93941
+ variant: {
93942
+ types: string[];
93943
+ };
93944
+ dimension: {
93945
+ types: string[];
93946
+ enumValues: string[];
93947
+ };
93948
+ aspect: {
93949
+ types: string[];
93950
+ enumValues: string[];
93951
+ };
93952
+ atlas: {
93953
+ types: string[];
93954
+ };
93955
+ sprite: {
93956
+ types: string[];
93957
+ };
93958
+ name: {
93959
+ types: string[];
93960
+ };
93961
+ thumbnailUrl: {
93962
+ types: string[];
93963
+ };
93964
+ };
93965
+ propertyRequired: string[];
93966
+ };
93967
+ mesh: {
93968
+ types: string[];
93969
+ description: string;
93970
+ properties: {
93971
+ vertices: {
93972
+ types: string[];
93973
+ items: {
93974
+ types: string[];
93975
+ properties: {
93976
+ x: {
93977
+ types: string[];
93978
+ };
93979
+ y: {
93980
+ types: string[];
93981
+ };
93982
+ u: {
93983
+ types: string[];
93984
+ };
93985
+ v: {
93986
+ types: string[];
93987
+ };
93988
+ weights: {
93989
+ types: string[];
93990
+ items: {
93991
+ types: string[];
93992
+ properties: {
93993
+ bone: {
93994
+ types: string[];
93995
+ };
93996
+ w: {
93997
+ types: string[];
93998
+ };
93999
+ };
94000
+ required: string[];
94001
+ };
94002
+ };
94003
+ };
94004
+ required: string[];
94005
+ };
94006
+ };
94007
+ triangles: {
94008
+ types: string[];
94009
+ items: {
94010
+ types: string[];
94011
+ items: {
94012
+ types: string[];
94013
+ };
94014
+ };
94015
+ };
94016
+ };
94017
+ propertyRequired: string[];
94018
+ };
94019
+ meshUrl: {
94020
+ types: string[];
94021
+ description: string;
94022
+ };
94023
+ bones: {
94024
+ types: string[];
94025
+ description: string;
94026
+ required: boolean;
94027
+ items: {
94028
+ types: string[];
94029
+ properties: {
94030
+ name: {
94031
+ types: string[];
94032
+ };
94033
+ parent: {
94034
+ types: string[];
94035
+ };
94036
+ pivot: {
94037
+ types: string[];
94038
+ items: {
94039
+ types: string[];
94040
+ };
94041
+ };
94042
+ tip: {
94043
+ types: string[];
94044
+ items: {
94045
+ types: string[];
94046
+ };
94047
+ };
94048
+ };
94049
+ required: string[];
94050
+ };
94051
+ };
94052
+ pose: {
94053
+ types: string[];
94054
+ description: string;
94055
+ mapValue: {
94056
+ types: string[];
94057
+ };
94058
+ };
94059
+ clip: {
94060
+ types: string[];
94061
+ description: string;
94062
+ properties: {
94063
+ frames: {
94064
+ types: string[];
94065
+ items: {
94066
+ types: string[];
94067
+ mapValue: {
94068
+ types: string[];
94069
+ };
94070
+ };
94071
+ };
94072
+ };
94073
+ propertyRequired: string[];
94074
+ };
94075
+ frame: {
94076
+ types: string[];
94077
+ description: string;
94078
+ };
94079
+ opacity: {
94080
+ types: string[];
94081
+ description: string;
94082
+ };
94083
+ weightsOverlay: {
94084
+ types: string[];
94085
+ description: string;
94086
+ };
94087
+ ghost: {
94088
+ types: string[];
94089
+ description: string;
94090
+ properties: {
94091
+ frame: {
94092
+ types: string[];
94093
+ };
94094
+ opacity: {
94095
+ types: string[];
94096
+ };
94097
+ };
94098
+ propertyRequired: string[];
94099
+ };
94100
+ };
94101
+ drawable: boolean;
94102
+ };
93288
94103
  };
93289
94104
  categories: string[];
93290
94105
  };
@@ -98398,6 +99213,8 @@ declare const PATTERN_REGISTRY: {
98398
99213
  onClear: {
98399
99214
  types: string[];
98400
99215
  description: string;
99216
+ kind: string;
99217
+ emitPayloadSchema: never[];
98401
99218
  };
98402
99219
  options: {
98403
99220
  types: string[];
@@ -98423,6 +99240,17 @@ declare const PATTERN_REGISTRY: {
98423
99240
  onChange: {
98424
99241
  types: string[];
98425
99242
  description: string;
99243
+ kind: string;
99244
+ emitPayloadSchema: {
99245
+ name: string;
99246
+ type: string;
99247
+ required: boolean;
99248
+ typeWhen: {
99249
+ knob: string;
99250
+ equals: string;
99251
+ type: string;
99252
+ }[];
99253
+ }[];
98426
99254
  };
98427
99255
  };
98428
99256
  };
@@ -98459,6 +99287,12 @@ declare const PATTERN_REGISTRY: {
98459
99287
  onChange: {
98460
99288
  types: string[];
98461
99289
  description: string;
99290
+ kind: string;
99291
+ emitPayloadSchema: {
99292
+ name: string;
99293
+ type: string;
99294
+ required: boolean;
99295
+ }[];
98462
99296
  };
98463
99297
  };
98464
99298
  };
@@ -98565,6 +99399,18 @@ declare const PATTERN_REGISTRY: {
98565
99399
  onChange: {
98566
99400
  types: string[];
98567
99401
  description: string;
99402
+ kind: string;
99403
+ emitPayloadSchema: {
99404
+ name: string;
99405
+ type: string;
99406
+ required: boolean;
99407
+ schema: {
99408
+ types: string[];
99409
+ items: {
99410
+ types: string[];
99411
+ };
99412
+ };
99413
+ }[];
98568
99414
  };
98569
99415
  onValueChange: {
98570
99416
  types: string[];
@@ -98600,6 +99446,12 @@ declare const PATTERN_REGISTRY: {
98600
99446
  onChange: {
98601
99447
  types: string[];
98602
99448
  description: string;
99449
+ kind: string;
99450
+ emitPayloadSchema: {
99451
+ name: string;
99452
+ type: string;
99453
+ required: boolean;
99454
+ }[];
98603
99455
  };
98604
99456
  };
98605
99457
  };
@@ -100202,6 +101054,8 @@ declare const PATTERN_REGISTRY: {
100202
101054
  onClear: {
100203
101055
  types: string[];
100204
101056
  description: string;
101057
+ kind: string;
101058
+ emitPayloadSchema: never[];
100205
101059
  };
100206
101060
  options: {
100207
101061
  types: string[];
@@ -100226,6 +101080,17 @@ declare const PATTERN_REGISTRY: {
100226
101080
  onChange: {
100227
101081
  types: string[];
100228
101082
  description: string;
101083
+ kind: string;
101084
+ emitPayloadSchema: {
101085
+ name: string;
101086
+ type: string;
101087
+ required: boolean;
101088
+ typeWhen: {
101089
+ knob: string;
101090
+ equals: string;
101091
+ type: string;
101092
+ }[];
101093
+ }[];
100229
101094
  };
100230
101095
  leftAddon: {
100231
101096
  types: string[];
@@ -125785,6 +126650,230 @@ declare const PATTERN_REGISTRY: {
125785
126650
  };
125786
126651
  };
125787
126652
  };
126653
+ "draw-skinned-mesh": {
126654
+ type: string;
126655
+ category: string;
126656
+ sourceFile: string;
126657
+ tier: string;
126658
+ family: string;
126659
+ description: string;
126660
+ suggestedFor: string[];
126661
+ typicalSize: string;
126662
+ propsSchema: {
126663
+ id: {
126664
+ types: string[];
126665
+ description: string;
126666
+ };
126667
+ type: {
126668
+ types: string[];
126669
+ description: string;
126670
+ required: boolean;
126671
+ enumValues: string[];
126672
+ };
126673
+ position: {
126674
+ types: string[];
126675
+ description: string;
126676
+ required: boolean;
126677
+ properties: {
126678
+ x: {
126679
+ types: string[];
126680
+ };
126681
+ y: {
126682
+ types: string[];
126683
+ };
126684
+ z: {
126685
+ types: string[];
126686
+ };
126687
+ };
126688
+ propertyRequired: string[];
126689
+ scenePos: boolean;
126690
+ };
126691
+ asset: {
126692
+ types: string[];
126693
+ description: string;
126694
+ required: boolean;
126695
+ properties: {
126696
+ url: {
126697
+ types: string[];
126698
+ };
126699
+ role: {
126700
+ types: string[];
126701
+ };
126702
+ category: {
126703
+ types: string[];
126704
+ };
126705
+ animations: {
126706
+ types: string[];
126707
+ items: {
126708
+ types: string[];
126709
+ };
126710
+ };
126711
+ style: {
126712
+ types: string[];
126713
+ enumValues: string[];
126714
+ };
126715
+ variant: {
126716
+ types: string[];
126717
+ };
126718
+ dimension: {
126719
+ types: string[];
126720
+ enumValues: string[];
126721
+ };
126722
+ aspect: {
126723
+ types: string[];
126724
+ enumValues: string[];
126725
+ };
126726
+ atlas: {
126727
+ types: string[];
126728
+ };
126729
+ sprite: {
126730
+ types: string[];
126731
+ };
126732
+ name: {
126733
+ types: string[];
126734
+ };
126735
+ thumbnailUrl: {
126736
+ types: string[];
126737
+ };
126738
+ };
126739
+ propertyRequired: string[];
126740
+ };
126741
+ mesh: {
126742
+ types: string[];
126743
+ description: string;
126744
+ properties: {
126745
+ vertices: {
126746
+ types: string[];
126747
+ items: {
126748
+ types: string[];
126749
+ properties: {
126750
+ x: {
126751
+ types: string[];
126752
+ };
126753
+ y: {
126754
+ types: string[];
126755
+ };
126756
+ u: {
126757
+ types: string[];
126758
+ };
126759
+ v: {
126760
+ types: string[];
126761
+ };
126762
+ weights: {
126763
+ types: string[];
126764
+ items: {
126765
+ types: string[];
126766
+ properties: {
126767
+ bone: {
126768
+ types: string[];
126769
+ };
126770
+ w: {
126771
+ types: string[];
126772
+ };
126773
+ };
126774
+ required: string[];
126775
+ };
126776
+ };
126777
+ };
126778
+ required: string[];
126779
+ };
126780
+ };
126781
+ triangles: {
126782
+ types: string[];
126783
+ items: {
126784
+ types: string[];
126785
+ items: {
126786
+ types: string[];
126787
+ };
126788
+ };
126789
+ };
126790
+ };
126791
+ propertyRequired: string[];
126792
+ };
126793
+ meshUrl: {
126794
+ types: string[];
126795
+ description: string;
126796
+ };
126797
+ bones: {
126798
+ types: string[];
126799
+ description: string;
126800
+ required: boolean;
126801
+ items: {
126802
+ types: string[];
126803
+ properties: {
126804
+ name: {
126805
+ types: string[];
126806
+ };
126807
+ parent: {
126808
+ types: string[];
126809
+ };
126810
+ pivot: {
126811
+ types: string[];
126812
+ items: {
126813
+ types: string[];
126814
+ };
126815
+ };
126816
+ tip: {
126817
+ types: string[];
126818
+ items: {
126819
+ types: string[];
126820
+ };
126821
+ };
126822
+ };
126823
+ required: string[];
126824
+ };
126825
+ };
126826
+ pose: {
126827
+ types: string[];
126828
+ description: string;
126829
+ mapValue: {
126830
+ types: string[];
126831
+ };
126832
+ };
126833
+ clip: {
126834
+ types: string[];
126835
+ description: string;
126836
+ properties: {
126837
+ frames: {
126838
+ types: string[];
126839
+ items: {
126840
+ types: string[];
126841
+ mapValue: {
126842
+ types: string[];
126843
+ };
126844
+ };
126845
+ };
126846
+ };
126847
+ propertyRequired: string[];
126848
+ };
126849
+ frame: {
126850
+ types: string[];
126851
+ description: string;
126852
+ };
126853
+ opacity: {
126854
+ types: string[];
126855
+ description: string;
126856
+ };
126857
+ weightsOverlay: {
126858
+ types: string[];
126859
+ description: string;
126860
+ };
126861
+ ghost: {
126862
+ types: string[];
126863
+ description: string;
126864
+ properties: {
126865
+ frame: {
126866
+ types: string[];
126867
+ };
126868
+ opacity: {
126869
+ types: string[];
126870
+ };
126871
+ };
126872
+ propertyRequired: string[];
126873
+ };
126874
+ };
126875
+ drawable: boolean;
126876
+ };
125788
126877
  };
125789
126878
  categories: string[];
125790
126879
  };
@@ -128831,6 +129920,58 @@ declare const INTEGRATORS_REGISTRY: {
128831
129920
  };
128832
129921
  }[];
128833
129922
  };
129923
+ rigger: {
129924
+ name: string;
129925
+ description: string;
129926
+ category: string;
129927
+ actions: ({
129928
+ name: string;
129929
+ description: string;
129930
+ params: never[];
129931
+ responseShape: {
129932
+ ok: string;
129933
+ bundlePath?: undefined;
129934
+ boneCount?: undefined;
129935
+ vertexCount?: undefined;
129936
+ triangleCount?: undefined;
129937
+ clips?: undefined;
129938
+ };
129939
+ } | {
129940
+ name: string;
129941
+ description: string;
129942
+ params: {
129943
+ name: string;
129944
+ type: string;
129945
+ required: boolean;
129946
+ description: string;
129947
+ }[];
129948
+ responseShape: {
129949
+ bundlePath: string;
129950
+ boneCount: string;
129951
+ vertexCount: string;
129952
+ triangleCount: string;
129953
+ clips: string;
129954
+ ok?: undefined;
129955
+ };
129956
+ } | {
129957
+ name: string;
129958
+ description: string;
129959
+ params: {
129960
+ name: string;
129961
+ type: string;
129962
+ required: boolean;
129963
+ description: string;
129964
+ }[];
129965
+ responseShape: {
129966
+ ok?: undefined;
129967
+ bundlePath?: undefined;
129968
+ boneCount?: undefined;
129969
+ vertexCount?: undefined;
129970
+ triangleCount?: undefined;
129971
+ clips?: undefined;
129972
+ };
129973
+ })[];
129974
+ };
128834
129975
  };
128835
129976
  categories: string[];
128836
129977
  };
@@ -130155,6 +131296,11 @@ declare const COMPONENT_MAPPING: {
130155
131296
  importPath: string;
130156
131297
  category: string;
130157
131298
  };
131299
+ "draw-skinned-mesh": {
131300
+ component: string;
131301
+ importPath: string;
131302
+ category: string;
131303
+ };
130158
131304
  "draw-text": {
130159
131305
  component: string;
130160
131306
  importPath: string;
@@ -131091,4 +132237,4 @@ declare function isDrawablePattern(patternType: string): boolean;
131091
132237
  */
131092
132238
  declare function isDrawHostPattern(patternType: string): boolean;
131093
132239
 
131094
- export { AnyPatternConfig, COMPONENT_MAPPING, EVENT_CONTRACTS, type EmojiPickPayload, type FormSubmitPayload, INTEGRATORS_REGISTRY, type ItemActionPayload, type LoadMoreRequestPayload, PATTERN_REGISTRY, type PatternCallbackArg, type PatternEntry, type PatternPayloadField, type PatternPropDef, type PatternRecommendation, type PatternSwapGate, PatternType, type PropKind, type RecommendationContext, type RenderUiPayload, type SelectionChangePayload, buildRecommendationContext, collectRenderUiPatternTypes, componentMapping, eventContracts, eventKeyPropsOf, eventListPropsOf, findCompatiblePatterns, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getEmittedEvents, getEntityCardinality, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPatternActionsRef, getPatternDefinition, getPatternFieldsContract, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integratorsRegistry, isContentBodyPattern, isContentBodyPatternType, isDrawHostPattern, isDrawablePattern, isEntityAwarePattern, isMainSlotRenderUi, isValueInputPattern, patternsRegistry, recommendPatterns, registry, renderUiPatternTypesOf };
132240
+ export { AnyPatternConfig, COMPONENT_MAPPING, EVENT_CONTRACTS, type EmojiPickPayload, type FormSubmitPayload, INTEGRATORS_REGISTRY, type ItemActionPayload, type LoadMoreRequestPayload, PATTERN_REGISTRY, type PatternCallbackArg, type PatternEntry, type PatternPayloadField, type PatternPropDef, type PatternRecommendation, type PatternSwapGate, PatternType, type PropKind, type RecommendationContext, type RenderUiPayload, SELF_OVERLAY_PATTERN_TYPES, type SelectionChangePayload, buildRecommendationContext, collectRenderUiPatternTypes, componentMapping, eventContracts, eventKeyPropsOf, eventListPropsOf, findCompatiblePatterns, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getEmittedEvents, getEntityCardinality, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPatternActionsRef, getPatternDefinition, getPatternFieldsContract, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integratorsRegistry, isContentBodyPattern, isContentBodyPatternType, isDrawHostPattern, isDrawablePattern, isEntityAwarePattern, isMainSlotRenderUi, isValueInputPattern, patternsRegistry, recommendPatterns, registry, renderUiPatternTypesOf };