@almadar/core 10.89.0 → 10.91.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builders.d.ts +3 -3
- package/dist/builders.js +11 -3
- package/dist/builders.js.map +1 -1
- package/dist/{effect-CdLBg9zL.d.ts → effect-Bt8vKHwd.d.ts} +66 -42
- package/dist/{entityAccess-BmZHpQUv.d.ts → entityAccess-BdDX85rM.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory/index.js +662 -49
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +11 -3
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/i18n/index.js +12 -0
- package/dist/i18n/index.js.map +1 -1
- package/dist/{index-CV_iM5Cm.d.ts → index-rOBf1Oag.d.ts} +83 -6
- package/dist/index.d.ts +34 -12
- package/dist/index.js +975 -57
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +60 -5
- package/dist/mock/index.js +35 -4
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +6 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +1875 -53
- package/dist/patterns/index.js +930 -51
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +264 -1
- package/dist/patterns/patterns-registry.json +654 -47
- package/dist/patterns/registry.json +654 -47
- package/dist/patterns/services-registry.json +284 -1
- package/dist/{schema-DYC_RnBX.d.ts → schema-ovDTDQz9.d.ts} +495 -323
- package/dist/{trait-DmWdtKlP.d.ts → trait-C3e3btfn.d.ts} +98 -55
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +13 -7
- package/dist/types/index.js.map +1 -1
- package/dist/{types-DdK77hq2.d.ts → types-rh0naR6C.d.ts} +2 -2
- package/package.json +1 -1
package/dist/patterns/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { A as AnyPatternConfig, i as RenderBinding, F as FieldValue, bl as PatternType } from '../effect-
|
|
2
|
-
export { be as PATTERN_TYPES, bi as PatternConfig, bj as PatternProps, bk as PatternPropsMap, dj as isValidPatternType } from '../effect-
|
|
1
|
+
import { A as AnyPatternConfig, i as RenderBinding, F as FieldValue, bl as PatternType } from '../effect-Bt8vKHwd.js';
|
|
2
|
+
export { be as PATTERN_TYPES, bi as PatternConfig, bj as PatternProps, bk as PatternPropsMap, dj as isValidPatternType } from '../effect-Bt8vKHwd.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-
|
|
8
|
+
var exportedAt$3 = "2026-09-12T07:27:39.835Z";
|
|
9
9
|
var patterns = {
|
|
10
10
|
"entity-table": {
|
|
11
11
|
type: "entity-table",
|
|
@@ -4316,7 +4316,10 @@ var patterns = {
|
|
|
4316
4316
|
"1:1",
|
|
4317
4317
|
"16:9",
|
|
4318
4318
|
"5:7",
|
|
4319
|
-
"8:1"
|
|
4319
|
+
"8:1",
|
|
4320
|
+
"4:1",
|
|
4321
|
+
"5:3",
|
|
4322
|
+
"1:2"
|
|
4320
4323
|
]
|
|
4321
4324
|
},
|
|
4322
4325
|
atlas: {
|
|
@@ -4476,7 +4479,10 @@ var patterns = {
|
|
|
4476
4479
|
"1:1",
|
|
4477
4480
|
"16:9",
|
|
4478
4481
|
"5:7",
|
|
4479
|
-
"8:1"
|
|
4482
|
+
"8:1",
|
|
4483
|
+
"4:1",
|
|
4484
|
+
"5:3",
|
|
4485
|
+
"1:2"
|
|
4480
4486
|
]
|
|
4481
4487
|
},
|
|
4482
4488
|
atlas: {
|
|
@@ -7528,6 +7534,7 @@ var patterns = {
|
|
|
7528
7534
|
button: {
|
|
7529
7535
|
type: "button",
|
|
7530
7536
|
category: "component",
|
|
7537
|
+
sourceFile: "components/core/atoms/Button.tsx",
|
|
7531
7538
|
tier: "atoms",
|
|
7532
7539
|
family: "core",
|
|
7533
7540
|
description: "Clickable button that emits events",
|
|
@@ -7672,7 +7679,10 @@ var patterns = {
|
|
|
7672
7679
|
"1:1",
|
|
7673
7680
|
"16:9",
|
|
7674
7681
|
"5:7",
|
|
7675
|
-
"8:1"
|
|
7682
|
+
"8:1",
|
|
7683
|
+
"4:1",
|
|
7684
|
+
"5:3",
|
|
7685
|
+
"1:2"
|
|
7676
7686
|
]
|
|
7677
7687
|
},
|
|
7678
7688
|
atlas: {
|
|
@@ -7714,7 +7724,8 @@ var patterns = {
|
|
|
7714
7724
|
"object"
|
|
7715
7725
|
],
|
|
7716
7726
|
description: "Payload to include with the action event",
|
|
7717
|
-
payloadFor: "action"
|
|
7727
|
+
payloadFor: "action",
|
|
7728
|
+
eventPayloadBrand: true
|
|
7718
7729
|
},
|
|
7719
7730
|
label: {
|
|
7720
7731
|
types: [
|
|
@@ -7739,6 +7750,7 @@ var patterns = {
|
|
|
7739
7750
|
badge: {
|
|
7740
7751
|
type: "badge",
|
|
7741
7752
|
category: "component",
|
|
7753
|
+
sourceFile: "components/core/atoms/Badge.tsx",
|
|
7742
7754
|
tier: "atoms",
|
|
7743
7755
|
family: "core",
|
|
7744
7756
|
description: "Small label for status or count",
|
|
@@ -7870,7 +7882,10 @@ var patterns = {
|
|
|
7870
7882
|
"1:1",
|
|
7871
7883
|
"16:9",
|
|
7872
7884
|
"5:7",
|
|
7873
|
-
"8:1"
|
|
7885
|
+
"8:1",
|
|
7886
|
+
"4:1",
|
|
7887
|
+
"5:3",
|
|
7888
|
+
"1:2"
|
|
7874
7889
|
]
|
|
7875
7890
|
},
|
|
7876
7891
|
atlas: {
|
|
@@ -8372,6 +8387,7 @@ var patterns = {
|
|
|
8372
8387
|
input: {
|
|
8373
8388
|
type: "input",
|
|
8374
8389
|
category: "component",
|
|
8390
|
+
sourceFile: "components/core/atoms/Input.tsx",
|
|
8375
8391
|
tier: "atoms",
|
|
8376
8392
|
family: "core",
|
|
8377
8393
|
description: "Text input field",
|
|
@@ -8540,7 +8556,15 @@ var patterns = {
|
|
|
8540
8556
|
"function",
|
|
8541
8557
|
"string"
|
|
8542
8558
|
],
|
|
8543
|
-
description: "onChange handler or declarative event key for trait dispatch"
|
|
8559
|
+
description: "onChange handler or declarative event key for trait dispatch",
|
|
8560
|
+
kind: "event-ref",
|
|
8561
|
+
emitPayloadSchema: [
|
|
8562
|
+
{
|
|
8563
|
+
name: "_payload",
|
|
8564
|
+
type: "object",
|
|
8565
|
+
required: false
|
|
8566
|
+
}
|
|
8567
|
+
]
|
|
8544
8568
|
}
|
|
8545
8569
|
}
|
|
8546
8570
|
},
|
|
@@ -8593,13 +8617,22 @@ var patterns = {
|
|
|
8593
8617
|
"function",
|
|
8594
8618
|
"string"
|
|
8595
8619
|
],
|
|
8596
|
-
description: "onChange handler or declarative event key for trait dispatch"
|
|
8620
|
+
description: "onChange handler or declarative event key for trait dispatch",
|
|
8621
|
+
kind: "event-ref",
|
|
8622
|
+
emitPayloadSchema: [
|
|
8623
|
+
{
|
|
8624
|
+
name: "value",
|
|
8625
|
+
type: "string",
|
|
8626
|
+
required: true
|
|
8627
|
+
}
|
|
8628
|
+
]
|
|
8597
8629
|
}
|
|
8598
8630
|
}
|
|
8599
8631
|
},
|
|
8600
8632
|
select: {
|
|
8601
8633
|
type: "select",
|
|
8602
8634
|
category: "component",
|
|
8635
|
+
sourceFile: "components/core/atoms/Select.tsx",
|
|
8603
8636
|
tier: "atoms",
|
|
8604
8637
|
family: "core",
|
|
8605
8638
|
description: "Dropdown select input",
|
|
@@ -8763,14 +8796,52 @@ var patterns = {
|
|
|
8763
8796
|
"function",
|
|
8764
8797
|
"string"
|
|
8765
8798
|
],
|
|
8766
|
-
description: "onChange handler (native ChangeEvent) or declarative event key for trait dispatch"
|
|
8799
|
+
description: "onChange handler (native ChangeEvent) or declarative event key for trait dispatch",
|
|
8800
|
+
kind: "event-ref",
|
|
8801
|
+
emitPayloadSchema: [
|
|
8802
|
+
{
|
|
8803
|
+
name: "value",
|
|
8804
|
+
type: "string",
|
|
8805
|
+
required: true,
|
|
8806
|
+
schema: {
|
|
8807
|
+
types: [
|
|
8808
|
+
"string",
|
|
8809
|
+
"array"
|
|
8810
|
+
],
|
|
8811
|
+
items: {
|
|
8812
|
+
types: [
|
|
8813
|
+
"string"
|
|
8814
|
+
]
|
|
8815
|
+
}
|
|
8816
|
+
}
|
|
8817
|
+
}
|
|
8818
|
+
]
|
|
8767
8819
|
},
|
|
8768
8820
|
onValueChange: {
|
|
8769
8821
|
types: [
|
|
8770
8822
|
"function",
|
|
8771
8823
|
"string"
|
|
8772
8824
|
],
|
|
8773
|
-
description: "Value-based change: a React callback (internal use) OR a declarative event key that emits `{ value }` on the bus (render-ui / lolo authoring). Mirrors the `onChange` handler|event convention so it's an event-emitting prop, not a bare callback."
|
|
8825
|
+
description: "Value-based change: a React callback (internal use) OR a declarative event key that emits `{ value }` on the bus (render-ui / lolo authoring). Mirrors the `onChange` handler|event convention so it's an event-emitting prop, not a bare callback.",
|
|
8826
|
+
kind: "event-ref",
|
|
8827
|
+
emitPayloadSchema: [
|
|
8828
|
+
{
|
|
8829
|
+
name: "value",
|
|
8830
|
+
type: "string",
|
|
8831
|
+
required: true,
|
|
8832
|
+
schema: {
|
|
8833
|
+
types: [
|
|
8834
|
+
"string",
|
|
8835
|
+
"array"
|
|
8836
|
+
],
|
|
8837
|
+
items: {
|
|
8838
|
+
types: [
|
|
8839
|
+
"string"
|
|
8840
|
+
]
|
|
8841
|
+
}
|
|
8842
|
+
}
|
|
8843
|
+
}
|
|
8844
|
+
]
|
|
8774
8845
|
}
|
|
8775
8846
|
}
|
|
8776
8847
|
},
|
|
@@ -8816,7 +8887,15 @@ var patterns = {
|
|
|
8816
8887
|
"function",
|
|
8817
8888
|
"string"
|
|
8818
8889
|
],
|
|
8819
|
-
description: "onChange handler or declarative event key for trait dispatch"
|
|
8890
|
+
description: "onChange handler or declarative event key for trait dispatch",
|
|
8891
|
+
kind: "event-ref",
|
|
8892
|
+
emitPayloadSchema: [
|
|
8893
|
+
{
|
|
8894
|
+
name: "checked",
|
|
8895
|
+
type: "boolean",
|
|
8896
|
+
required: true
|
|
8897
|
+
}
|
|
8898
|
+
]
|
|
8820
8899
|
}
|
|
8821
8900
|
}
|
|
8822
8901
|
},
|
|
@@ -11325,6 +11404,7 @@ var patterns = {
|
|
|
11325
11404
|
"input-group": {
|
|
11326
11405
|
type: "input-group",
|
|
11327
11406
|
category: "form",
|
|
11407
|
+
sourceFile: "components/core/molecules/InputGroup.tsx",
|
|
11328
11408
|
tier: "molecules",
|
|
11329
11409
|
family: "core",
|
|
11330
11410
|
description: "InputGroup Molecule Component A component for grouping input with addons (icons, buttons, text). Uses Input, Button, Icon, and Typography atoms.",
|
|
@@ -11485,7 +11565,15 @@ var patterns = {
|
|
|
11485
11565
|
"function",
|
|
11486
11566
|
"string"
|
|
11487
11567
|
],
|
|
11488
|
-
description: "onChange handler or declarative event key for trait dispatch"
|
|
11568
|
+
description: "onChange handler or declarative event key for trait dispatch",
|
|
11569
|
+
kind: "event-ref",
|
|
11570
|
+
emitPayloadSchema: [
|
|
11571
|
+
{
|
|
11572
|
+
name: "_payload",
|
|
11573
|
+
type: "object",
|
|
11574
|
+
required: false
|
|
11575
|
+
}
|
|
11576
|
+
]
|
|
11489
11577
|
},
|
|
11490
11578
|
leftAddon: {
|
|
11491
11579
|
types: [
|
|
@@ -13801,6 +13889,7 @@ var patterns = {
|
|
|
13801
13889
|
"game-shell": {
|
|
13802
13890
|
type: "game-shell",
|
|
13803
13891
|
category: "game",
|
|
13892
|
+
sourceFile: "components/game/templates/GameShell.tsx",
|
|
13804
13893
|
tier: "templates",
|
|
13805
13894
|
family: "game",
|
|
13806
13895
|
description: "GameShell A full-screen layout wrapper for game applications. Replaces DashboardLayout for game clients — no sidebar nav, just full-viewport rendering with an optional HUD overlay bar. Used as a React Router layout route element: <Route element={<GameShell appName=\"TraitWars\" />}> <Route index element={<WorldMapPage />} /> ... </Route>",
|
|
@@ -13926,7 +14015,10 @@ var patterns = {
|
|
|
13926
14015
|
"1:1",
|
|
13927
14016
|
"16:9",
|
|
13928
14017
|
"5:7",
|
|
13929
|
-
"8:1"
|
|
14018
|
+
"8:1",
|
|
14019
|
+
"4:1",
|
|
14020
|
+
"5:3",
|
|
14021
|
+
"1:2"
|
|
13930
14022
|
]
|
|
13931
14023
|
},
|
|
13932
14024
|
atlas: {
|
|
@@ -14021,7 +14113,10 @@ var patterns = {
|
|
|
14021
14113
|
"1:1",
|
|
14022
14114
|
"16:9",
|
|
14023
14115
|
"5:7",
|
|
14024
|
-
"8:1"
|
|
14116
|
+
"8:1",
|
|
14117
|
+
"4:1",
|
|
14118
|
+
"5:3",
|
|
14119
|
+
"1:2"
|
|
14025
14120
|
]
|
|
14026
14121
|
},
|
|
14027
14122
|
atlas: {
|
|
@@ -28306,6 +28401,7 @@ var patterns = {
|
|
|
28306
28401
|
"choice-button": {
|
|
28307
28402
|
type: "choice-button",
|
|
28308
28403
|
category: "game",
|
|
28404
|
+
sourceFile: "components/game/atoms/ChoiceButton.tsx",
|
|
28309
28405
|
tier: "atoms",
|
|
28310
28406
|
family: "game",
|
|
28311
28407
|
description: "ChoiceButton component",
|
|
@@ -28395,7 +28491,10 @@ var patterns = {
|
|
|
28395
28491
|
"1:1",
|
|
28396
28492
|
"16:9",
|
|
28397
28493
|
"5:7",
|
|
28398
|
-
"8:1"
|
|
28494
|
+
"8:1",
|
|
28495
|
+
"4:1",
|
|
28496
|
+
"5:3",
|
|
28497
|
+
"1:2"
|
|
28399
28498
|
]
|
|
28400
28499
|
},
|
|
28401
28500
|
atlas: {
|
|
@@ -28486,6 +28585,7 @@ var patterns = {
|
|
|
28486
28585
|
"control-button": {
|
|
28487
28586
|
type: "control-button",
|
|
28488
28587
|
category: "game",
|
|
28588
|
+
sourceFile: "components/game/atoms/ControlButton.tsx",
|
|
28489
28589
|
tier: "atoms",
|
|
28490
28590
|
family: "game",
|
|
28491
28591
|
description: "ControlButton component",
|
|
@@ -28561,7 +28661,10 @@ var patterns = {
|
|
|
28561
28661
|
"1:1",
|
|
28562
28662
|
"16:9",
|
|
28563
28663
|
"5:7",
|
|
28564
|
-
"8:1"
|
|
28664
|
+
"8:1",
|
|
28665
|
+
"4:1",
|
|
28666
|
+
"5:3",
|
|
28667
|
+
"1:2"
|
|
28565
28668
|
]
|
|
28566
28669
|
},
|
|
28567
28670
|
atlas: {
|
|
@@ -28680,6 +28783,7 @@ var patterns = {
|
|
|
28680
28783
|
"dialogue-bubble": {
|
|
28681
28784
|
type: "dialogue-bubble",
|
|
28682
28785
|
category: "game",
|
|
28786
|
+
sourceFile: "components/game/atoms/DialogueBubble.tsx",
|
|
28683
28787
|
tier: "atoms",
|
|
28684
28788
|
family: "game",
|
|
28685
28789
|
description: "DialogueBubble component",
|
|
@@ -28770,7 +28874,10 @@ var patterns = {
|
|
|
28770
28874
|
"1:1",
|
|
28771
28875
|
"16:9",
|
|
28772
28876
|
"5:7",
|
|
28773
|
-
"8:1"
|
|
28877
|
+
"8:1",
|
|
28878
|
+
"4:1",
|
|
28879
|
+
"5:3",
|
|
28880
|
+
"1:2"
|
|
28774
28881
|
]
|
|
28775
28882
|
},
|
|
28776
28883
|
atlas: {
|
|
@@ -28841,6 +28948,7 @@ var patterns = {
|
|
|
28841
28948
|
"health-bar": {
|
|
28842
28949
|
type: "health-bar",
|
|
28843
28950
|
category: "game",
|
|
28951
|
+
sourceFile: "components/game/atoms/HealthBar.tsx",
|
|
28844
28952
|
tier: "atoms",
|
|
28845
28953
|
family: "game",
|
|
28846
28954
|
description: "HealthBar component",
|
|
@@ -28989,7 +29097,10 @@ var patterns = {
|
|
|
28989
29097
|
"1:1",
|
|
28990
29098
|
"16:9",
|
|
28991
29099
|
"5:7",
|
|
28992
|
-
"8:1"
|
|
29100
|
+
"8:1",
|
|
29101
|
+
"4:1",
|
|
29102
|
+
"5:3",
|
|
29103
|
+
"1:2"
|
|
28993
29104
|
]
|
|
28994
29105
|
},
|
|
28995
29106
|
atlas: {
|
|
@@ -29084,7 +29195,10 @@ var patterns = {
|
|
|
29084
29195
|
"1:1",
|
|
29085
29196
|
"16:9",
|
|
29086
29197
|
"5:7",
|
|
29087
|
-
"8:1"
|
|
29198
|
+
"8:1",
|
|
29199
|
+
"4:1",
|
|
29200
|
+
"5:3",
|
|
29201
|
+
"1:2"
|
|
29088
29202
|
]
|
|
29089
29203
|
},
|
|
29090
29204
|
atlas: {
|
|
@@ -29119,6 +29233,7 @@ var patterns = {
|
|
|
29119
29233
|
"score-display": {
|
|
29120
29234
|
type: "score-display",
|
|
29121
29235
|
category: "game",
|
|
29236
|
+
sourceFile: "components/game/atoms/ScoreDisplay.tsx",
|
|
29122
29237
|
tier: "atoms",
|
|
29123
29238
|
family: "game",
|
|
29124
29239
|
description: "ScoreDisplay component",
|
|
@@ -29194,7 +29309,10 @@ var patterns = {
|
|
|
29194
29309
|
"1:1",
|
|
29195
29310
|
"16:9",
|
|
29196
29311
|
"5:7",
|
|
29197
|
-
"8:1"
|
|
29312
|
+
"8:1",
|
|
29313
|
+
"4:1",
|
|
29314
|
+
"5:3",
|
|
29315
|
+
"1:2"
|
|
29198
29316
|
]
|
|
29199
29317
|
},
|
|
29200
29318
|
atlas: {
|
|
@@ -29281,6 +29399,7 @@ var patterns = {
|
|
|
29281
29399
|
"timer-display": {
|
|
29282
29400
|
type: "timer-display",
|
|
29283
29401
|
category: "game",
|
|
29402
|
+
sourceFile: "components/game/atoms/TimerDisplay.tsx",
|
|
29284
29403
|
tier: "atoms",
|
|
29285
29404
|
family: "game",
|
|
29286
29405
|
description: "TimerDisplay component",
|
|
@@ -29407,7 +29526,10 @@ var patterns = {
|
|
|
29407
29526
|
"1:1",
|
|
29408
29527
|
"16:9",
|
|
29409
29528
|
"5:7",
|
|
29410
|
-
"8:1"
|
|
29529
|
+
"8:1",
|
|
29530
|
+
"4:1",
|
|
29531
|
+
"5:3",
|
|
29532
|
+
"1:2"
|
|
29411
29533
|
]
|
|
29412
29534
|
},
|
|
29413
29535
|
atlas: {
|
|
@@ -31678,6 +31800,7 @@ var patterns = {
|
|
|
31678
31800
|
"game-hud": {
|
|
31679
31801
|
type: "game-hud",
|
|
31680
31802
|
category: "game",
|
|
31803
|
+
sourceFile: "components/game/molecules/GameHud.tsx",
|
|
31681
31804
|
tier: "molecules",
|
|
31682
31805
|
family: "game",
|
|
31683
31806
|
description: "GameHud component",
|
|
@@ -31768,7 +31891,10 @@ var patterns = {
|
|
|
31768
31891
|
"1:1",
|
|
31769
31892
|
"16:9",
|
|
31770
31893
|
"5:7",
|
|
31771
|
-
"8:1"
|
|
31894
|
+
"8:1",
|
|
31895
|
+
"4:1",
|
|
31896
|
+
"5:3",
|
|
31897
|
+
"1:2"
|
|
31772
31898
|
]
|
|
31773
31899
|
},
|
|
31774
31900
|
atlas: {
|
|
@@ -31862,7 +31988,10 @@ var patterns = {
|
|
|
31862
31988
|
"1:1",
|
|
31863
31989
|
"16:9",
|
|
31864
31990
|
"5:7",
|
|
31865
|
-
"8:1"
|
|
31991
|
+
"8:1",
|
|
31992
|
+
"4:1",
|
|
31993
|
+
"5:3",
|
|
31994
|
+
"1:2"
|
|
31866
31995
|
]
|
|
31867
31996
|
},
|
|
31868
31997
|
atlas: {
|
|
@@ -32019,7 +32148,10 @@ var patterns = {
|
|
|
32019
32148
|
"1:1",
|
|
32020
32149
|
"16:9",
|
|
32021
32150
|
"5:7",
|
|
32022
|
-
"8:1"
|
|
32151
|
+
"8:1",
|
|
32152
|
+
"4:1",
|
|
32153
|
+
"5:3",
|
|
32154
|
+
"1:2"
|
|
32023
32155
|
]
|
|
32024
32156
|
},
|
|
32025
32157
|
atlas: {
|
|
@@ -32113,7 +32245,10 @@ var patterns = {
|
|
|
32113
32245
|
"1:1",
|
|
32114
32246
|
"16:9",
|
|
32115
32247
|
"5:7",
|
|
32116
|
-
"8:1"
|
|
32248
|
+
"8:1",
|
|
32249
|
+
"4:1",
|
|
32250
|
+
"5:3",
|
|
32251
|
+
"1:2"
|
|
32117
32252
|
]
|
|
32118
32253
|
},
|
|
32119
32254
|
atlas: {
|
|
@@ -32302,7 +32437,10 @@ var patterns = {
|
|
|
32302
32437
|
"1:1",
|
|
32303
32438
|
"16:9",
|
|
32304
32439
|
"5:7",
|
|
32305
|
-
"8:1"
|
|
32440
|
+
"8:1",
|
|
32441
|
+
"4:1",
|
|
32442
|
+
"5:3",
|
|
32443
|
+
"1:2"
|
|
32306
32444
|
]
|
|
32307
32445
|
},
|
|
32308
32446
|
atlas: {
|
|
@@ -32649,7 +32787,10 @@ var patterns = {
|
|
|
32649
32787
|
"1:1",
|
|
32650
32788
|
"16:9",
|
|
32651
32789
|
"5:7",
|
|
32652
|
-
"8:1"
|
|
32790
|
+
"8:1",
|
|
32791
|
+
"4:1",
|
|
32792
|
+
"5:3",
|
|
32793
|
+
"1:2"
|
|
32653
32794
|
]
|
|
32654
32795
|
},
|
|
32655
32796
|
atlas: {
|
|
@@ -32690,6 +32831,7 @@ var patterns = {
|
|
|
32690
32831
|
"stat-badge": {
|
|
32691
32832
|
type: "stat-badge",
|
|
32692
32833
|
category: "game",
|
|
32834
|
+
sourceFile: "components/game/molecules/StatBadge.tsx",
|
|
32693
32835
|
tier: "molecules",
|
|
32694
32836
|
family: "game",
|
|
32695
32837
|
description: "StatBadge component",
|
|
@@ -32765,7 +32907,10 @@ var patterns = {
|
|
|
32765
32907
|
"1:1",
|
|
32766
32908
|
"16:9",
|
|
32767
32909
|
"5:7",
|
|
32768
|
-
"8:1"
|
|
32910
|
+
"8:1",
|
|
32911
|
+
"4:1",
|
|
32912
|
+
"5:3",
|
|
32913
|
+
"1:2"
|
|
32769
32914
|
]
|
|
32770
32915
|
},
|
|
32771
32916
|
atlas: {
|
|
@@ -32860,7 +33005,10 @@ var patterns = {
|
|
|
32860
33005
|
"1:1",
|
|
32861
33006
|
"16:9",
|
|
32862
33007
|
"5:7",
|
|
32863
|
-
"8:1"
|
|
33008
|
+
"8:1",
|
|
33009
|
+
"4:1",
|
|
33010
|
+
"5:3",
|
|
33011
|
+
"1:2"
|
|
32864
33012
|
]
|
|
32865
33013
|
},
|
|
32866
33014
|
atlas: {
|
|
@@ -33386,6 +33534,7 @@ var patterns = {
|
|
|
33386
33534
|
"game-audio-toggle": {
|
|
33387
33535
|
type: "game-audio-toggle",
|
|
33388
33536
|
category: "game",
|
|
33537
|
+
sourceFile: "components/game/atoms/GameAudioToggle.tsx",
|
|
33389
33538
|
tier: "atoms",
|
|
33390
33539
|
family: "game",
|
|
33391
33540
|
description: "GameAudioToggle component",
|
|
@@ -33517,7 +33666,10 @@ var patterns = {
|
|
|
33517
33666
|
"1:1",
|
|
33518
33667
|
"16:9",
|
|
33519
33668
|
"5:7",
|
|
33520
|
-
"8:1"
|
|
33669
|
+
"8:1",
|
|
33670
|
+
"4:1",
|
|
33671
|
+
"5:3",
|
|
33672
|
+
"1:2"
|
|
33521
33673
|
]
|
|
33522
33674
|
},
|
|
33523
33675
|
atlas: {
|
|
@@ -33612,7 +33764,10 @@ var patterns = {
|
|
|
33612
33764
|
"1:1",
|
|
33613
33765
|
"16:9",
|
|
33614
33766
|
"5:7",
|
|
33615
|
-
"8:1"
|
|
33767
|
+
"8:1",
|
|
33768
|
+
"4:1",
|
|
33769
|
+
"5:3",
|
|
33770
|
+
"1:2"
|
|
33616
33771
|
]
|
|
33617
33772
|
},
|
|
33618
33773
|
atlas: {
|
|
@@ -33661,6 +33816,7 @@ var patterns = {
|
|
|
33661
33816
|
"trait-slot": {
|
|
33662
33817
|
type: "trait-slot",
|
|
33663
33818
|
category: "game",
|
|
33819
|
+
sourceFile: "components/game/molecules/TraitSlot.tsx",
|
|
33664
33820
|
tier: "molecules",
|
|
33665
33821
|
family: "game",
|
|
33666
33822
|
description: "Event Contract: Emits: UI:CLICK Emits: UI:REMOVE",
|
|
@@ -33773,7 +33929,10 @@ var patterns = {
|
|
|
33773
33929
|
"1:1",
|
|
33774
33930
|
"16:9",
|
|
33775
33931
|
"5:7",
|
|
33776
|
-
"8:1"
|
|
33932
|
+
"8:1",
|
|
33933
|
+
"4:1",
|
|
33934
|
+
"5:3",
|
|
33935
|
+
"1:2"
|
|
33777
33936
|
]
|
|
33778
33937
|
},
|
|
33779
33938
|
atlas: {
|
|
@@ -34016,7 +34175,10 @@ var patterns = {
|
|
|
34016
34175
|
"1:1",
|
|
34017
34176
|
"16:9",
|
|
34018
34177
|
"5:7",
|
|
34019
|
-
"8:1"
|
|
34178
|
+
"8:1",
|
|
34179
|
+
"4:1",
|
|
34180
|
+
"5:3",
|
|
34181
|
+
"1:2"
|
|
34020
34182
|
]
|
|
34021
34183
|
},
|
|
34022
34184
|
atlas: {
|
|
@@ -34193,7 +34355,10 @@ var patterns = {
|
|
|
34193
34355
|
"1:1",
|
|
34194
34356
|
"16:9",
|
|
34195
34357
|
"5:7",
|
|
34196
|
-
"8:1"
|
|
34358
|
+
"8:1",
|
|
34359
|
+
"4:1",
|
|
34360
|
+
"5:3",
|
|
34361
|
+
"1:2"
|
|
34197
34362
|
]
|
|
34198
34363
|
},
|
|
34199
34364
|
atlas: {
|
|
@@ -34419,7 +34584,10 @@ var patterns = {
|
|
|
34419
34584
|
"1:1",
|
|
34420
34585
|
"16:9",
|
|
34421
34586
|
"5:7",
|
|
34422
|
-
"8:1"
|
|
34587
|
+
"8:1",
|
|
34588
|
+
"4:1",
|
|
34589
|
+
"5:3",
|
|
34590
|
+
"1:2"
|
|
34423
34591
|
]
|
|
34424
34592
|
},
|
|
34425
34593
|
atlas: {
|
|
@@ -34616,6 +34784,7 @@ var patterns = {
|
|
|
34616
34784
|
"action-palette": {
|
|
34617
34785
|
type: "action-palette",
|
|
34618
34786
|
category: "game",
|
|
34787
|
+
sourceFile: "components/game/molecules/ActionPalette.tsx",
|
|
34619
34788
|
tier: "molecules",
|
|
34620
34789
|
family: "game",
|
|
34621
34790
|
description: "ActionPalette Component Grid of draggable ActionTile components for the Sequencer tier. Kids pick from these to build their sequence.",
|
|
@@ -34726,7 +34895,10 @@ var patterns = {
|
|
|
34726
34895
|
"1:1",
|
|
34727
34896
|
"16:9",
|
|
34728
34897
|
"5:7",
|
|
34729
|
-
"8:1"
|
|
34898
|
+
"8:1",
|
|
34899
|
+
"4:1",
|
|
34900
|
+
"5:3",
|
|
34901
|
+
"1:2"
|
|
34730
34902
|
]
|
|
34731
34903
|
},
|
|
34732
34904
|
atlas: {
|
|
@@ -34915,6 +35087,7 @@ var patterns = {
|
|
|
34915
35087
|
"action-tile": {
|
|
34916
35088
|
type: "action-tile",
|
|
34917
35089
|
category: "game",
|
|
35090
|
+
sourceFile: "components/game/molecules/ActionTile.tsx",
|
|
34918
35091
|
tier: "molecules",
|
|
34919
35092
|
family: "game",
|
|
34920
35093
|
description: "ActionTile Component A draggable action tile for the Sequencer tier (ages 5-8). Kids drag these from the ActionPalette into SequenceBar slots. Sets SlotItemData on dataTransfer for TraitSlot compatibility.",
|
|
@@ -35127,7 +35300,10 @@ var patterns = {
|
|
|
35127
35300
|
"1:1",
|
|
35128
35301
|
"16:9",
|
|
35129
35302
|
"5:7",
|
|
35130
|
-
"8:1"
|
|
35303
|
+
"8:1",
|
|
35304
|
+
"4:1",
|
|
35305
|
+
"5:3",
|
|
35306
|
+
"1:2"
|
|
35131
35307
|
]
|
|
35132
35308
|
},
|
|
35133
35309
|
atlas: {
|
|
@@ -35290,6 +35466,7 @@ var patterns = {
|
|
|
35290
35466
|
"sequence-bar": {
|
|
35291
35467
|
type: "sequence-bar",
|
|
35292
35468
|
category: "game",
|
|
35469
|
+
sourceFile: "components/game/molecules/SequenceBar.tsx",
|
|
35293
35470
|
tier: "molecules",
|
|
35294
35471
|
family: "game",
|
|
35295
35472
|
description: "SequenceBar Component A row of TraitSlot components forming the action sequence for the Sequencer tier (ages 5-8). Kids drag ActionTiles from the palette into these slots to build their sequence.",
|
|
@@ -35400,7 +35577,10 @@ var patterns = {
|
|
|
35400
35577
|
"1:1",
|
|
35401
35578
|
"16:9",
|
|
35402
35579
|
"5:7",
|
|
35403
|
-
"8:1"
|
|
35580
|
+
"8:1",
|
|
35581
|
+
"4:1",
|
|
35582
|
+
"5:3",
|
|
35583
|
+
"1:2"
|
|
35404
35584
|
]
|
|
35405
35585
|
},
|
|
35406
35586
|
atlas: {
|
|
@@ -35628,7 +35808,10 @@ var patterns = {
|
|
|
35628
35808
|
"1:1",
|
|
35629
35809
|
"16:9",
|
|
35630
35810
|
"5:7",
|
|
35631
|
-
"8:1"
|
|
35811
|
+
"8:1",
|
|
35812
|
+
"4:1",
|
|
35813
|
+
"5:3",
|
|
35814
|
+
"1:2"
|
|
35632
35815
|
]
|
|
35633
35816
|
},
|
|
35634
35817
|
atlas: {
|
|
@@ -38678,6 +38861,7 @@ var patterns = {
|
|
|
38678
38861
|
"canvas-2d": {
|
|
38679
38862
|
type: "canvas-2d",
|
|
38680
38863
|
category: "game",
|
|
38864
|
+
sourceFile: "components/game/molecules/Canvas2D.tsx",
|
|
38681
38865
|
tier: "molecules",
|
|
38682
38866
|
family: "game",
|
|
38683
38867
|
description: "Canvas2D component",
|
|
@@ -38824,7 +39008,10 @@ var patterns = {
|
|
|
38824
39008
|
"1:1",
|
|
38825
39009
|
"16:9",
|
|
38826
39010
|
"5:7",
|
|
38827
|
-
"8:1"
|
|
39011
|
+
"8:1",
|
|
39012
|
+
"4:1",
|
|
39013
|
+
"5:3",
|
|
39014
|
+
"1:2"
|
|
38828
39015
|
]
|
|
38829
39016
|
},
|
|
38830
39017
|
atlas: {
|
|
@@ -39137,6 +39324,7 @@ var patterns = {
|
|
|
39137
39324
|
"control-grid": {
|
|
39138
39325
|
type: "control-grid",
|
|
39139
39326
|
category: "game",
|
|
39327
|
+
sourceFile: "components/game/molecules/ControlGrid.tsx",
|
|
39140
39328
|
tier: "molecules",
|
|
39141
39329
|
family: "game",
|
|
39142
39330
|
description: "ControlGrid component",
|
|
@@ -39248,7 +39436,10 @@ var patterns = {
|
|
|
39248
39436
|
"1:1",
|
|
39249
39437
|
"16:9",
|
|
39250
39438
|
"5:7",
|
|
39251
|
-
"8:1"
|
|
39439
|
+
"8:1",
|
|
39440
|
+
"4:1",
|
|
39441
|
+
"5:3",
|
|
39442
|
+
"1:2"
|
|
39252
39443
|
]
|
|
39253
39444
|
},
|
|
39254
39445
|
atlas: {
|
|
@@ -39477,7 +39668,10 @@ var patterns = {
|
|
|
39477
39668
|
"1:1",
|
|
39478
39669
|
"16:9",
|
|
39479
39670
|
"5:7",
|
|
39480
|
-
"8:1"
|
|
39671
|
+
"8:1",
|
|
39672
|
+
"4:1",
|
|
39673
|
+
"5:3",
|
|
39674
|
+
"1:2"
|
|
39481
39675
|
]
|
|
39482
39676
|
},
|
|
39483
39677
|
atlas: {
|
|
@@ -39548,6 +39742,7 @@ var patterns = {
|
|
|
39548
39742
|
"game-icon": {
|
|
39549
39743
|
type: "game-icon",
|
|
39550
39744
|
category: "game",
|
|
39745
|
+
sourceFile: "components/core/atoms/GameIcon.tsx",
|
|
39551
39746
|
tier: "atoms",
|
|
39552
39747
|
family: "core",
|
|
39553
39748
|
description: "GameIcon component",
|
|
@@ -39623,7 +39818,10 @@ var patterns = {
|
|
|
39623
39818
|
"1:1",
|
|
39624
39819
|
"16:9",
|
|
39625
39820
|
"5:7",
|
|
39626
|
-
"8:1"
|
|
39821
|
+
"8:1",
|
|
39822
|
+
"4:1",
|
|
39823
|
+
"5:3",
|
|
39824
|
+
"1:2"
|
|
39627
39825
|
]
|
|
39628
39826
|
},
|
|
39629
39827
|
atlas: {
|
|
@@ -47963,6 +48161,7 @@ var patterns = {
|
|
|
47963
48161
|
"draw-sprite": {
|
|
47964
48162
|
type: "draw-sprite",
|
|
47965
48163
|
category: "game",
|
|
48164
|
+
sourceFile: "components/game/atoms/DrawSprite.tsx",
|
|
47966
48165
|
tier: "atoms",
|
|
47967
48166
|
family: "game",
|
|
47968
48167
|
description: "DrawSprite component",
|
|
@@ -48084,7 +48283,10 @@ var patterns = {
|
|
|
48084
48283
|
"1:1",
|
|
48085
48284
|
"16:9",
|
|
48086
48285
|
"5:7",
|
|
48087
|
-
"8:1"
|
|
48286
|
+
"8:1",
|
|
48287
|
+
"4:1",
|
|
48288
|
+
"5:3",
|
|
48289
|
+
"1:2"
|
|
48088
48290
|
]
|
|
48089
48291
|
},
|
|
48090
48292
|
atlas: {
|
|
@@ -49068,6 +49270,7 @@ var patterns = {
|
|
|
49068
49270
|
"draw-sprite-layer": {
|
|
49069
49271
|
type: "draw-sprite-layer",
|
|
49070
49272
|
category: "game",
|
|
49273
|
+
sourceFile: "components/game/molecules/DrawSpriteLayer.tsx",
|
|
49071
49274
|
tier: "molecules",
|
|
49072
49275
|
family: "game",
|
|
49073
49276
|
description: "DrawSpriteLayer component",
|
|
@@ -49210,7 +49413,10 @@ var patterns = {
|
|
|
49210
49413
|
"1:1",
|
|
49211
49414
|
"16:9",
|
|
49212
49415
|
"5:7",
|
|
49213
|
-
"8:1"
|
|
49416
|
+
"8:1",
|
|
49417
|
+
"4:1",
|
|
49418
|
+
"5:3",
|
|
49419
|
+
"1:2"
|
|
49214
49420
|
]
|
|
49215
49421
|
},
|
|
49216
49422
|
atlas: {
|
|
@@ -49516,6 +49722,7 @@ var patterns = {
|
|
|
49516
49722
|
canvas: {
|
|
49517
49723
|
type: "canvas",
|
|
49518
49724
|
category: "game",
|
|
49725
|
+
sourceFile: "components/game/molecules/Canvas.tsx",
|
|
49519
49726
|
tier: "molecules",
|
|
49520
49727
|
family: "game",
|
|
49521
49728
|
description: "Canvas component",
|
|
@@ -49755,7 +49962,10 @@ var patterns = {
|
|
|
49755
49962
|
"1:1",
|
|
49756
49963
|
"16:9",
|
|
49757
49964
|
"5:7",
|
|
49758
|
-
"8:1"
|
|
49965
|
+
"8:1",
|
|
49966
|
+
"4:1",
|
|
49967
|
+
"5:3",
|
|
49968
|
+
"1:2"
|
|
49759
49969
|
]
|
|
49760
49970
|
},
|
|
49761
49971
|
atlas: {
|
|
@@ -52195,6 +52405,7 @@ var patterns = {
|
|
|
52195
52405
|
"draw-fx-layer": {
|
|
52196
52406
|
type: "draw-fx-layer",
|
|
52197
52407
|
category: "game",
|
|
52408
|
+
sourceFile: "components/game/molecules/DrawFxLayer.tsx",
|
|
52198
52409
|
tier: "molecules",
|
|
52199
52410
|
family: "game",
|
|
52200
52411
|
description: "DrawFxLayer component",
|
|
@@ -52570,7 +52781,10 @@ var patterns = {
|
|
|
52570
52781
|
"1:1",
|
|
52571
52782
|
"16:9",
|
|
52572
52783
|
"5:7",
|
|
52573
|
-
"8:1"
|
|
52784
|
+
"8:1",
|
|
52785
|
+
"4:1",
|
|
52786
|
+
"5:3",
|
|
52787
|
+
"1:2"
|
|
52574
52788
|
]
|
|
52575
52789
|
},
|
|
52576
52790
|
atlas: {
|
|
@@ -53861,6 +54075,399 @@ var patterns = {
|
|
|
53861
54075
|
"default": "replace"
|
|
53862
54076
|
}
|
|
53863
54077
|
}
|
|
54078
|
+
},
|
|
54079
|
+
"draw-skinned-mesh": {
|
|
54080
|
+
type: "draw-skinned-mesh",
|
|
54081
|
+
category: "game",
|
|
54082
|
+
sourceFile: "components/game/atoms/DrawSkinnedMesh.tsx",
|
|
54083
|
+
tier: "atoms",
|
|
54084
|
+
family: "game",
|
|
54085
|
+
description: "DrawSkinnedMesh component",
|
|
54086
|
+
suggestedFor: [
|
|
54087
|
+
"draw",
|
|
54088
|
+
"skinned",
|
|
54089
|
+
"mesh",
|
|
54090
|
+
"draw skinned mesh"
|
|
54091
|
+
],
|
|
54092
|
+
typicalSize: "small",
|
|
54093
|
+
propsSchema: {
|
|
54094
|
+
id: {
|
|
54095
|
+
types: [
|
|
54096
|
+
"string"
|
|
54097
|
+
],
|
|
54098
|
+
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)."
|
|
54099
|
+
},
|
|
54100
|
+
type: {
|
|
54101
|
+
types: [
|
|
54102
|
+
"string"
|
|
54103
|
+
],
|
|
54104
|
+
description: "type prop",
|
|
54105
|
+
required: true,
|
|
54106
|
+
enumValues: [
|
|
54107
|
+
"draw-skinned-mesh"
|
|
54108
|
+
]
|
|
54109
|
+
},
|
|
54110
|
+
position: {
|
|
54111
|
+
types: [
|
|
54112
|
+
"object"
|
|
54113
|
+
],
|
|
54114
|
+
description: "Logical scene position; mesh local coords are world units relative to its projected top-left.",
|
|
54115
|
+
required: true,
|
|
54116
|
+
properties: {
|
|
54117
|
+
x: {
|
|
54118
|
+
types: [
|
|
54119
|
+
"number"
|
|
54120
|
+
]
|
|
54121
|
+
},
|
|
54122
|
+
y: {
|
|
54123
|
+
types: [
|
|
54124
|
+
"number"
|
|
54125
|
+
]
|
|
54126
|
+
},
|
|
54127
|
+
z: {
|
|
54128
|
+
types: [
|
|
54129
|
+
"number"
|
|
54130
|
+
]
|
|
54131
|
+
}
|
|
54132
|
+
},
|
|
54133
|
+
propertyRequired: [
|
|
54134
|
+
"x",
|
|
54135
|
+
"y"
|
|
54136
|
+
],
|
|
54137
|
+
scenePos: true
|
|
54138
|
+
},
|
|
54139
|
+
asset: {
|
|
54140
|
+
types: [
|
|
54141
|
+
"object"
|
|
54142
|
+
],
|
|
54143
|
+
description: "The texture the mesh UVs cut into.",
|
|
54144
|
+
required: true,
|
|
54145
|
+
properties: {
|
|
54146
|
+
url: {
|
|
54147
|
+
types: [
|
|
54148
|
+
"asset"
|
|
54149
|
+
]
|
|
54150
|
+
},
|
|
54151
|
+
role: {
|
|
54152
|
+
types: [
|
|
54153
|
+
"string"
|
|
54154
|
+
]
|
|
54155
|
+
},
|
|
54156
|
+
category: {
|
|
54157
|
+
types: [
|
|
54158
|
+
"string"
|
|
54159
|
+
]
|
|
54160
|
+
},
|
|
54161
|
+
animations: {
|
|
54162
|
+
types: [
|
|
54163
|
+
"array"
|
|
54164
|
+
],
|
|
54165
|
+
items: {
|
|
54166
|
+
types: [
|
|
54167
|
+
"string"
|
|
54168
|
+
]
|
|
54169
|
+
}
|
|
54170
|
+
},
|
|
54171
|
+
style: {
|
|
54172
|
+
types: [
|
|
54173
|
+
"string"
|
|
54174
|
+
],
|
|
54175
|
+
enumValues: [
|
|
54176
|
+
"pixel",
|
|
54177
|
+
"vector",
|
|
54178
|
+
"hd",
|
|
54179
|
+
"1-bit",
|
|
54180
|
+
"isometric"
|
|
54181
|
+
]
|
|
54182
|
+
},
|
|
54183
|
+
variant: {
|
|
54184
|
+
types: [
|
|
54185
|
+
"string"
|
|
54186
|
+
]
|
|
54187
|
+
},
|
|
54188
|
+
dimension: {
|
|
54189
|
+
types: [
|
|
54190
|
+
"string"
|
|
54191
|
+
],
|
|
54192
|
+
enumValues: [
|
|
54193
|
+
"2d",
|
|
54194
|
+
"3d"
|
|
54195
|
+
]
|
|
54196
|
+
},
|
|
54197
|
+
aspect: {
|
|
54198
|
+
types: [
|
|
54199
|
+
"string"
|
|
54200
|
+
],
|
|
54201
|
+
enumValues: [
|
|
54202
|
+
"1:1",
|
|
54203
|
+
"16:9",
|
|
54204
|
+
"5:7",
|
|
54205
|
+
"8:1",
|
|
54206
|
+
"4:1",
|
|
54207
|
+
"5:3",
|
|
54208
|
+
"1:2"
|
|
54209
|
+
]
|
|
54210
|
+
},
|
|
54211
|
+
atlas: {
|
|
54212
|
+
types: [
|
|
54213
|
+
"asset"
|
|
54214
|
+
]
|
|
54215
|
+
},
|
|
54216
|
+
sprite: {
|
|
54217
|
+
types: [
|
|
54218
|
+
"string"
|
|
54219
|
+
]
|
|
54220
|
+
},
|
|
54221
|
+
name: {
|
|
54222
|
+
types: [
|
|
54223
|
+
"string"
|
|
54224
|
+
]
|
|
54225
|
+
},
|
|
54226
|
+
thumbnailUrl: {
|
|
54227
|
+
types: [
|
|
54228
|
+
"string"
|
|
54229
|
+
]
|
|
54230
|
+
}
|
|
54231
|
+
},
|
|
54232
|
+
propertyRequired: [
|
|
54233
|
+
"url",
|
|
54234
|
+
"role",
|
|
54235
|
+
"category"
|
|
54236
|
+
]
|
|
54237
|
+
},
|
|
54238
|
+
mesh: {
|
|
54239
|
+
types: [
|
|
54240
|
+
"object"
|
|
54241
|
+
],
|
|
54242
|
+
description: "Inline bind mesh; wins over `meshUrl`.",
|
|
54243
|
+
properties: {
|
|
54244
|
+
vertices: {
|
|
54245
|
+
types: [
|
|
54246
|
+
"array"
|
|
54247
|
+
],
|
|
54248
|
+
items: {
|
|
54249
|
+
types: [
|
|
54250
|
+
"object"
|
|
54251
|
+
],
|
|
54252
|
+
properties: {
|
|
54253
|
+
x: {
|
|
54254
|
+
types: [
|
|
54255
|
+
"number"
|
|
54256
|
+
]
|
|
54257
|
+
},
|
|
54258
|
+
y: {
|
|
54259
|
+
types: [
|
|
54260
|
+
"number"
|
|
54261
|
+
]
|
|
54262
|
+
},
|
|
54263
|
+
u: {
|
|
54264
|
+
types: [
|
|
54265
|
+
"number"
|
|
54266
|
+
]
|
|
54267
|
+
},
|
|
54268
|
+
v: {
|
|
54269
|
+
types: [
|
|
54270
|
+
"number"
|
|
54271
|
+
]
|
|
54272
|
+
},
|
|
54273
|
+
weights: {
|
|
54274
|
+
types: [
|
|
54275
|
+
"array"
|
|
54276
|
+
],
|
|
54277
|
+
items: {
|
|
54278
|
+
types: [
|
|
54279
|
+
"object"
|
|
54280
|
+
],
|
|
54281
|
+
properties: {
|
|
54282
|
+
bone: {
|
|
54283
|
+
types: [
|
|
54284
|
+
"number"
|
|
54285
|
+
]
|
|
54286
|
+
},
|
|
54287
|
+
w: {
|
|
54288
|
+
types: [
|
|
54289
|
+
"number"
|
|
54290
|
+
]
|
|
54291
|
+
}
|
|
54292
|
+
},
|
|
54293
|
+
required: [
|
|
54294
|
+
"bone",
|
|
54295
|
+
"w"
|
|
54296
|
+
]
|
|
54297
|
+
}
|
|
54298
|
+
}
|
|
54299
|
+
},
|
|
54300
|
+
required: [
|
|
54301
|
+
"x",
|
|
54302
|
+
"y",
|
|
54303
|
+
"u",
|
|
54304
|
+
"v",
|
|
54305
|
+
"weights"
|
|
54306
|
+
]
|
|
54307
|
+
}
|
|
54308
|
+
},
|
|
54309
|
+
triangles: {
|
|
54310
|
+
types: [
|
|
54311
|
+
"array"
|
|
54312
|
+
],
|
|
54313
|
+
items: {
|
|
54314
|
+
types: [
|
|
54315
|
+
"array"
|
|
54316
|
+
],
|
|
54317
|
+
items: {
|
|
54318
|
+
types: [
|
|
54319
|
+
"number"
|
|
54320
|
+
]
|
|
54321
|
+
}
|
|
54322
|
+
}
|
|
54323
|
+
}
|
|
54324
|
+
},
|
|
54325
|
+
propertyRequired: [
|
|
54326
|
+
"vertices",
|
|
54327
|
+
"triangles"
|
|
54328
|
+
]
|
|
54329
|
+
},
|
|
54330
|
+
meshUrl: {
|
|
54331
|
+
types: [
|
|
54332
|
+
"string"
|
|
54333
|
+
],
|
|
54334
|
+
description: "URL of a JSON `SkinMesh` (fetched + cached); used when `mesh` is absent."
|
|
54335
|
+
},
|
|
54336
|
+
bones: {
|
|
54337
|
+
types: [
|
|
54338
|
+
"array"
|
|
54339
|
+
],
|
|
54340
|
+
description: "The skeleton (bind pose; FK chain via `parent` names). Falls back to the rigbundle's `bones` when empty.",
|
|
54341
|
+
required: true,
|
|
54342
|
+
items: {
|
|
54343
|
+
types: [
|
|
54344
|
+
"object"
|
|
54345
|
+
],
|
|
54346
|
+
properties: {
|
|
54347
|
+
name: {
|
|
54348
|
+
types: [
|
|
54349
|
+
"string"
|
|
54350
|
+
]
|
|
54351
|
+
},
|
|
54352
|
+
parent: {
|
|
54353
|
+
types: [
|
|
54354
|
+
"string"
|
|
54355
|
+
]
|
|
54356
|
+
},
|
|
54357
|
+
pivot: {
|
|
54358
|
+
types: [
|
|
54359
|
+
"array"
|
|
54360
|
+
],
|
|
54361
|
+
items: {
|
|
54362
|
+
types: [
|
|
54363
|
+
"number"
|
|
54364
|
+
]
|
|
54365
|
+
}
|
|
54366
|
+
},
|
|
54367
|
+
tip: {
|
|
54368
|
+
types: [
|
|
54369
|
+
"array"
|
|
54370
|
+
],
|
|
54371
|
+
items: {
|
|
54372
|
+
types: [
|
|
54373
|
+
"number"
|
|
54374
|
+
]
|
|
54375
|
+
}
|
|
54376
|
+
}
|
|
54377
|
+
},
|
|
54378
|
+
required: [
|
|
54379
|
+
"name",
|
|
54380
|
+
"parent",
|
|
54381
|
+
"pivot",
|
|
54382
|
+
"tip"
|
|
54383
|
+
]
|
|
54384
|
+
}
|
|
54385
|
+
},
|
|
54386
|
+
pose: {
|
|
54387
|
+
types: [
|
|
54388
|
+
"object"
|
|
54389
|
+
],
|
|
54390
|
+
description: "Static pose (bone name → degrees relative to bind). Overridden by `clip` + `frame`.",
|
|
54391
|
+
mapValue: {
|
|
54392
|
+
types: [
|
|
54393
|
+
"number"
|
|
54394
|
+
]
|
|
54395
|
+
}
|
|
54396
|
+
},
|
|
54397
|
+
clip: {
|
|
54398
|
+
types: [
|
|
54399
|
+
"object"
|
|
54400
|
+
],
|
|
54401
|
+
description: "Pose animation clip; with `frame`, pose = `frames[frame % frames.length]`.",
|
|
54402
|
+
properties: {
|
|
54403
|
+
frames: {
|
|
54404
|
+
types: [
|
|
54405
|
+
"array"
|
|
54406
|
+
],
|
|
54407
|
+
items: {
|
|
54408
|
+
types: [
|
|
54409
|
+
"object"
|
|
54410
|
+
],
|
|
54411
|
+
mapValue: {
|
|
54412
|
+
types: [
|
|
54413
|
+
"number"
|
|
54414
|
+
]
|
|
54415
|
+
}
|
|
54416
|
+
}
|
|
54417
|
+
}
|
|
54418
|
+
},
|
|
54419
|
+
propertyRequired: [
|
|
54420
|
+
"frames"
|
|
54421
|
+
]
|
|
54422
|
+
},
|
|
54423
|
+
clipName: {
|
|
54424
|
+
types: [
|
|
54425
|
+
"string"
|
|
54426
|
+
],
|
|
54427
|
+
description: "Named clip inside the rigbundle at `meshUrl` (`clips[clipName].frames`); used when `clip` is absent. Empty/unknown = no clip."
|
|
54428
|
+
},
|
|
54429
|
+
frame: {
|
|
54430
|
+
types: [
|
|
54431
|
+
"number"
|
|
54432
|
+
],
|
|
54433
|
+
description: "Clip frame counter (host-driven paint clock frame)."
|
|
54434
|
+
},
|
|
54435
|
+
opacity: {
|
|
54436
|
+
types: [
|
|
54437
|
+
"number"
|
|
54438
|
+
],
|
|
54439
|
+
description: "0..1 opacity."
|
|
54440
|
+
},
|
|
54441
|
+
weightsOverlay: {
|
|
54442
|
+
types: [
|
|
54443
|
+
"boolean"
|
|
54444
|
+
],
|
|
54445
|
+
description: "Paint per-triangle dominant-bone colors instead of the texture (rig inspection)."
|
|
54446
|
+
},
|
|
54447
|
+
ghost: {
|
|
54448
|
+
types: [
|
|
54449
|
+
"object"
|
|
54450
|
+
],
|
|
54451
|
+
description: "Onion skin: render the mesh at this clip frame underneath, at this opacity.",
|
|
54452
|
+
properties: {
|
|
54453
|
+
frame: {
|
|
54454
|
+
types: [
|
|
54455
|
+
"number"
|
|
54456
|
+
]
|
|
54457
|
+
},
|
|
54458
|
+
opacity: {
|
|
54459
|
+
types: [
|
|
54460
|
+
"number"
|
|
54461
|
+
]
|
|
54462
|
+
}
|
|
54463
|
+
},
|
|
54464
|
+
propertyRequired: [
|
|
54465
|
+
"frame",
|
|
54466
|
+
"opacity"
|
|
54467
|
+
]
|
|
54468
|
+
}
|
|
54469
|
+
},
|
|
54470
|
+
drawable: true
|
|
53864
54471
|
}
|
|
53865
54472
|
};
|
|
53866
54473
|
var categories$1 = [
|
|
@@ -53889,7 +54496,7 @@ var patternsRegistry = {
|
|
|
53889
54496
|
};
|
|
53890
54497
|
|
|
53891
54498
|
var version$2 = "1.0.0";
|
|
53892
|
-
var exportedAt$2 = "2026-09-
|
|
54499
|
+
var exportedAt$2 = "2026-09-12T12:14:53.173Z";
|
|
53893
54500
|
var integrators = {
|
|
53894
54501
|
github: {
|
|
53895
54502
|
name: "github",
|
|
@@ -57478,6 +58085,271 @@ var integrators = {
|
|
|
57478
58085
|
}
|
|
57479
58086
|
}
|
|
57480
58087
|
]
|
|
58088
|
+
},
|
|
58089
|
+
rigger: {
|
|
58090
|
+
name: "rigger",
|
|
58091
|
+
description: "Local rigger service (FastAPI) — mesh rigging build + render",
|
|
58092
|
+
category: "media",
|
|
58093
|
+
actions: [
|
|
58094
|
+
{
|
|
58095
|
+
name: "health",
|
|
58096
|
+
description: "Liveness probe of the local rigger service.",
|
|
58097
|
+
params: [
|
|
58098
|
+
],
|
|
58099
|
+
responseShape: {
|
|
58100
|
+
ok: "boolean"
|
|
58101
|
+
}
|
|
58102
|
+
},
|
|
58103
|
+
{
|
|
58104
|
+
name: "buildMesh",
|
|
58105
|
+
description: "Build a rigged mesh bundle from a source image via the local rigger service.",
|
|
58106
|
+
params: [
|
|
58107
|
+
{
|
|
58108
|
+
name: "imagePath",
|
|
58109
|
+
type: "string",
|
|
58110
|
+
required: true,
|
|
58111
|
+
description: "Path to the source image."
|
|
58112
|
+
},
|
|
58113
|
+
{
|
|
58114
|
+
name: "rig",
|
|
58115
|
+
type: "object",
|
|
58116
|
+
required: true,
|
|
58117
|
+
description: "The rig definition (parts, boxes, pivots, …) as JSON."
|
|
58118
|
+
}
|
|
58119
|
+
],
|
|
58120
|
+
responseShape: {
|
|
58121
|
+
bundlePath: "string",
|
|
58122
|
+
boneCount: "number",
|
|
58123
|
+
vertexCount: "number",
|
|
58124
|
+
triangleCount: "number",
|
|
58125
|
+
clips: "string[]"
|
|
58126
|
+
}
|
|
58127
|
+
},
|
|
58128
|
+
{
|
|
58129
|
+
name: "render",
|
|
58130
|
+
description: "Render a rigged mesh bundle to output files via the local rigger service.",
|
|
58131
|
+
params: [
|
|
58132
|
+
{
|
|
58133
|
+
name: "imagePath",
|
|
58134
|
+
type: "string",
|
|
58135
|
+
required: true,
|
|
58136
|
+
description: "Path to the source image."
|
|
58137
|
+
},
|
|
58138
|
+
{
|
|
58139
|
+
name: "rig",
|
|
58140
|
+
type: "object",
|
|
58141
|
+
required: true,
|
|
58142
|
+
description: "The rig definition (parts, boxes, pivots, …) as JSON."
|
|
58143
|
+
},
|
|
58144
|
+
{
|
|
58145
|
+
name: "preset",
|
|
58146
|
+
type: "string",
|
|
58147
|
+
required: true,
|
|
58148
|
+
description: "Render preset name."
|
|
58149
|
+
},
|
|
58150
|
+
{
|
|
58151
|
+
name: "outDir",
|
|
58152
|
+
type: "string",
|
|
58153
|
+
required: true,
|
|
58154
|
+
description: "Output directory for rendered files."
|
|
58155
|
+
},
|
|
58156
|
+
{
|
|
58157
|
+
name: "mode",
|
|
58158
|
+
type: "string",
|
|
58159
|
+
required: false,
|
|
58160
|
+
description: "Render path: 'mesh' (skinned, deforming) or 'cutout' (rigid per-part layers). Defaults to 'mesh'."
|
|
58161
|
+
},
|
|
58162
|
+
{
|
|
58163
|
+
name: "supersample",
|
|
58164
|
+
type: "number",
|
|
58165
|
+
required: false,
|
|
58166
|
+
description: "Supersampling factor for the cutout path. Defaults to 1."
|
|
58167
|
+
}
|
|
58168
|
+
],
|
|
58169
|
+
responseShape: {
|
|
58170
|
+
outdir: "string",
|
|
58171
|
+
frames: "number",
|
|
58172
|
+
framePaths: "string[]",
|
|
58173
|
+
sheet: "string",
|
|
58174
|
+
gif: "string",
|
|
58175
|
+
atlas: "string"
|
|
58176
|
+
}
|
|
58177
|
+
},
|
|
58178
|
+
{
|
|
58179
|
+
name: "listPresets",
|
|
58180
|
+
description: "List the available animation presets (name, fps, frame count, bone roles) from the local rigger service.",
|
|
58181
|
+
params: [
|
|
58182
|
+
],
|
|
58183
|
+
responseShape: {
|
|
58184
|
+
presets: {
|
|
58185
|
+
type: "array",
|
|
58186
|
+
items: {
|
|
58187
|
+
type: "object",
|
|
58188
|
+
properties: {
|
|
58189
|
+
name: {
|
|
58190
|
+
type: "string",
|
|
58191
|
+
required: true
|
|
58192
|
+
},
|
|
58193
|
+
path: {
|
|
58194
|
+
type: "string",
|
|
58195
|
+
required: true
|
|
58196
|
+
},
|
|
58197
|
+
fps: {
|
|
58198
|
+
type: "number",
|
|
58199
|
+
required: true
|
|
58200
|
+
},
|
|
58201
|
+
frames: {
|
|
58202
|
+
type: "number",
|
|
58203
|
+
required: true
|
|
58204
|
+
},
|
|
58205
|
+
bones: {
|
|
58206
|
+
type: "object[]",
|
|
58207
|
+
required: true
|
|
58208
|
+
}
|
|
58209
|
+
}
|
|
58210
|
+
}
|
|
58211
|
+
}
|
|
58212
|
+
}
|
|
58213
|
+
},
|
|
58214
|
+
{
|
|
58215
|
+
name: "loadRig",
|
|
58216
|
+
description: "Load a rig file, resolving `cloneOf` parts to concrete box/pivot geometry.",
|
|
58217
|
+
params: [
|
|
58218
|
+
{
|
|
58219
|
+
name: "rigPath",
|
|
58220
|
+
type: "string",
|
|
58221
|
+
required: true,
|
|
58222
|
+
description: "Path to the rig JSON file."
|
|
58223
|
+
}
|
|
58224
|
+
],
|
|
58225
|
+
responseShape: {
|
|
58226
|
+
rig: "object",
|
|
58227
|
+
resolved: "object"
|
|
58228
|
+
}
|
|
58229
|
+
},
|
|
58230
|
+
{
|
|
58231
|
+
name: "saveRig",
|
|
58232
|
+
description: "Save a rig file; the server validates it and rejects a malformed part.",
|
|
58233
|
+
params: [
|
|
58234
|
+
{
|
|
58235
|
+
name: "rigPath",
|
|
58236
|
+
type: "string",
|
|
58237
|
+
required: true,
|
|
58238
|
+
description: "Path to write the rig JSON file."
|
|
58239
|
+
},
|
|
58240
|
+
{
|
|
58241
|
+
name: "rig",
|
|
58242
|
+
type: "object",
|
|
58243
|
+
required: true,
|
|
58244
|
+
description: "The rig definition (parts, boxes, pivots, …) as JSON."
|
|
58245
|
+
}
|
|
58246
|
+
],
|
|
58247
|
+
responseShape: {
|
|
58248
|
+
rigPath: "string",
|
|
58249
|
+
parts: "number"
|
|
58250
|
+
}
|
|
58251
|
+
},
|
|
58252
|
+
{
|
|
58253
|
+
name: "ownership",
|
|
58254
|
+
description: "Render the per-part pixel ownership map for a rig over a source image.",
|
|
58255
|
+
params: [
|
|
58256
|
+
{
|
|
58257
|
+
name: "imagePath",
|
|
58258
|
+
type: "string",
|
|
58259
|
+
required: true,
|
|
58260
|
+
description: "Path to the source image."
|
|
58261
|
+
},
|
|
58262
|
+
{
|
|
58263
|
+
name: "rig",
|
|
58264
|
+
type: "object",
|
|
58265
|
+
required: true,
|
|
58266
|
+
description: "The rig definition (parts, boxes, pivots, …) as JSON."
|
|
58267
|
+
},
|
|
58268
|
+
{
|
|
58269
|
+
name: "outPath",
|
|
58270
|
+
type: "string",
|
|
58271
|
+
required: true,
|
|
58272
|
+
description: "Path to write the ownership-map PNG."
|
|
58273
|
+
}
|
|
58274
|
+
],
|
|
58275
|
+
responseShape: {
|
|
58276
|
+
outPath: "string",
|
|
58277
|
+
legend: {
|
|
58278
|
+
type: "array",
|
|
58279
|
+
items: {
|
|
58280
|
+
type: "object",
|
|
58281
|
+
properties: {
|
|
58282
|
+
name: {
|
|
58283
|
+
type: "string",
|
|
58284
|
+
required: true
|
|
58285
|
+
},
|
|
58286
|
+
color: {
|
|
58287
|
+
type: "string",
|
|
58288
|
+
required: true
|
|
58289
|
+
}
|
|
58290
|
+
}
|
|
58291
|
+
}
|
|
58292
|
+
}
|
|
58293
|
+
}
|
|
58294
|
+
},
|
|
58295
|
+
{
|
|
58296
|
+
name: "generate",
|
|
58297
|
+
description: "Generate one image on the local image server (text-to-image, or a Kontext edit conditioned on `sourcePath`).",
|
|
58298
|
+
params: [
|
|
58299
|
+
{
|
|
58300
|
+
name: "model",
|
|
58301
|
+
type: "'z-image-turbo' | 'kontext'",
|
|
58302
|
+
required: true,
|
|
58303
|
+
description: "Generation model: 'z-image-turbo' (text-to-image) or 'kontext' (edit; requires sourcePath)."
|
|
58304
|
+
},
|
|
58305
|
+
{
|
|
58306
|
+
name: "prompt",
|
|
58307
|
+
type: "string",
|
|
58308
|
+
required: true,
|
|
58309
|
+
description: "The generation/edit prompt."
|
|
58310
|
+
},
|
|
58311
|
+
{
|
|
58312
|
+
name: "seed",
|
|
58313
|
+
type: "number",
|
|
58314
|
+
required: false,
|
|
58315
|
+
description: "Random seed; omit for a fresh one each call."
|
|
58316
|
+
},
|
|
58317
|
+
{
|
|
58318
|
+
name: "size",
|
|
58319
|
+
type: "string",
|
|
58320
|
+
required: false,
|
|
58321
|
+
description: "Output image size, e.g. '1024x1024'. Defaults to '1024x1024'."
|
|
58322
|
+
},
|
|
58323
|
+
{
|
|
58324
|
+
name: "steps",
|
|
58325
|
+
type: "number",
|
|
58326
|
+
required: false,
|
|
58327
|
+
description: "Diffusion step count."
|
|
58328
|
+
},
|
|
58329
|
+
{
|
|
58330
|
+
name: "sourcePath",
|
|
58331
|
+
type: "string",
|
|
58332
|
+
required: false,
|
|
58333
|
+
description: "Path to the source image to edit; REQUIRED for 'kontext'."
|
|
58334
|
+
},
|
|
58335
|
+
{
|
|
58336
|
+
name: "outDir",
|
|
58337
|
+
type: "string",
|
|
58338
|
+
required: true,
|
|
58339
|
+
description: "Output directory the generated PNG is written under."
|
|
58340
|
+
}
|
|
58341
|
+
],
|
|
58342
|
+
responseShape: {
|
|
58343
|
+
outPath: "string",
|
|
58344
|
+
model: "string",
|
|
58345
|
+
prompt: "string",
|
|
58346
|
+
seed: "number | null",
|
|
58347
|
+
size: "string",
|
|
58348
|
+
sourcePath: "string | null",
|
|
58349
|
+
elapsedMs: "number"
|
|
58350
|
+
}
|
|
58351
|
+
}
|
|
58352
|
+
]
|
|
57481
58353
|
}
|
|
57482
58354
|
};
|
|
57483
58355
|
var categories = [
|
|
@@ -57500,7 +58372,7 @@ var integratorsRegistry = {
|
|
|
57500
58372
|
};
|
|
57501
58373
|
|
|
57502
58374
|
var version$1 = "1.0.0";
|
|
57503
|
-
var exportedAt$1 = "2026-09-
|
|
58375
|
+
var exportedAt$1 = "2026-09-12T07:27:39.835Z";
|
|
57504
58376
|
var mappings = {
|
|
57505
58377
|
"page-header": {
|
|
57506
58378
|
component: "PageHeader",
|
|
@@ -58819,6 +59691,11 @@ var mappings = {
|
|
|
58819
59691
|
importPath: "@/components/game/atoms/DrawSprite",
|
|
58820
59692
|
category: "game"
|
|
58821
59693
|
},
|
|
59694
|
+
"draw-skinned-mesh": {
|
|
59695
|
+
component: "DrawSkinnedMesh",
|
|
59696
|
+
importPath: "@/components/game/atoms/DrawSkinnedMesh",
|
|
59697
|
+
category: "game"
|
|
59698
|
+
},
|
|
58822
59699
|
"draw-text": {
|
|
58823
59700
|
component: "DrawText",
|
|
58824
59701
|
importPath: "@/components/game/atoms/DrawText",
|
|
@@ -58947,7 +59824,7 @@ var componentMapping = {
|
|
|
58947
59824
|
};
|
|
58948
59825
|
|
|
58949
59826
|
var version = "1.0.0";
|
|
58950
|
-
var exportedAt = "2026-09-
|
|
59827
|
+
var exportedAt = "2026-09-12T07:27:39.835Z";
|
|
58951
59828
|
var contracts = {
|
|
58952
59829
|
form: {
|
|
58953
59830
|
emits: [
|
|
@@ -60215,6 +61092,14 @@ declare function isContentBodyPattern(pattern: RenderUiPayload): boolean;
|
|
|
60215
61092
|
/** Type guard for a `['render-ui', 'main', payload]` effect tuple. */
|
|
60216
61093
|
declare function isMainSlotRenderUi(effect: unknown): effect is ['render-ui', 'main', RenderUiPayload];
|
|
60217
61094
|
|
|
61095
|
+
/**
|
|
61096
|
+
* Pattern types that paint their own backdrop/chrome (single owner — UI slot
|
|
61097
|
+
* layer and wiring lint both consult this instead of growing a private list).
|
|
61098
|
+
* Everything else rendered into a `modal`/`drawer` slot gets the slot shell,
|
|
61099
|
+
* whose close control (X / Escape / overlay-click) emits `CLOSE`/`CANCEL`.
|
|
61100
|
+
*/
|
|
61101
|
+
declare const SELF_OVERLAY_PATTERN_TYPES: ReadonlySet<string>;
|
|
61102
|
+
|
|
60218
61103
|
/**
|
|
60219
61104
|
* Shared types for @almadar/patterns
|
|
60220
61105
|
*
|
|
@@ -65340,6 +66225,7 @@ declare const registry: {
|
|
|
65340
66225
|
button: {
|
|
65341
66226
|
type: string;
|
|
65342
66227
|
category: string;
|
|
66228
|
+
sourceFile: string;
|
|
65343
66229
|
tier: string;
|
|
65344
66230
|
family: string;
|
|
65345
66231
|
description: string;
|
|
@@ -65441,6 +66327,7 @@ declare const registry: {
|
|
|
65441
66327
|
types: string[];
|
|
65442
66328
|
description: string;
|
|
65443
66329
|
payloadFor: string;
|
|
66330
|
+
eventPayloadBrand: boolean;
|
|
65444
66331
|
};
|
|
65445
66332
|
label: {
|
|
65446
66333
|
types: string[];
|
|
@@ -65459,6 +66346,7 @@ declare const registry: {
|
|
|
65459
66346
|
badge: {
|
|
65460
66347
|
type: string;
|
|
65461
66348
|
category: string;
|
|
66349
|
+
sourceFile: string;
|
|
65462
66350
|
tier: string;
|
|
65463
66351
|
family: string;
|
|
65464
66352
|
description: string;
|
|
@@ -65825,6 +66713,7 @@ declare const registry: {
|
|
|
65825
66713
|
input: {
|
|
65826
66714
|
type: string;
|
|
65827
66715
|
category: string;
|
|
66716
|
+
sourceFile: string;
|
|
65828
66717
|
tier: string;
|
|
65829
66718
|
family: string;
|
|
65830
66719
|
description: string;
|
|
@@ -65923,6 +66812,12 @@ declare const registry: {
|
|
|
65923
66812
|
onChange: {
|
|
65924
66813
|
types: string[];
|
|
65925
66814
|
description: string;
|
|
66815
|
+
kind: string;
|
|
66816
|
+
emitPayloadSchema: {
|
|
66817
|
+
name: string;
|
|
66818
|
+
type: string;
|
|
66819
|
+
required: boolean;
|
|
66820
|
+
}[];
|
|
65926
66821
|
};
|
|
65927
66822
|
};
|
|
65928
66823
|
};
|
|
@@ -65959,12 +66854,19 @@ declare const registry: {
|
|
|
65959
66854
|
onChange: {
|
|
65960
66855
|
types: string[];
|
|
65961
66856
|
description: string;
|
|
66857
|
+
kind: string;
|
|
66858
|
+
emitPayloadSchema: {
|
|
66859
|
+
name: string;
|
|
66860
|
+
type: string;
|
|
66861
|
+
required: boolean;
|
|
66862
|
+
}[];
|
|
65962
66863
|
};
|
|
65963
66864
|
};
|
|
65964
66865
|
};
|
|
65965
66866
|
select: {
|
|
65966
66867
|
type: string;
|
|
65967
66868
|
category: string;
|
|
66869
|
+
sourceFile: string;
|
|
65968
66870
|
tier: string;
|
|
65969
66871
|
family: string;
|
|
65970
66872
|
description: string;
|
|
@@ -66065,10 +66967,34 @@ declare const registry: {
|
|
|
66065
66967
|
onChange: {
|
|
66066
66968
|
types: string[];
|
|
66067
66969
|
description: string;
|
|
66970
|
+
kind: string;
|
|
66971
|
+
emitPayloadSchema: {
|
|
66972
|
+
name: string;
|
|
66973
|
+
type: string;
|
|
66974
|
+
required: boolean;
|
|
66975
|
+
schema: {
|
|
66976
|
+
types: string[];
|
|
66977
|
+
items: {
|
|
66978
|
+
types: string[];
|
|
66979
|
+
};
|
|
66980
|
+
};
|
|
66981
|
+
}[];
|
|
66068
66982
|
};
|
|
66069
66983
|
onValueChange: {
|
|
66070
66984
|
types: string[];
|
|
66071
66985
|
description: string;
|
|
66986
|
+
kind: string;
|
|
66987
|
+
emitPayloadSchema: {
|
|
66988
|
+
name: string;
|
|
66989
|
+
type: string;
|
|
66990
|
+
required: boolean;
|
|
66991
|
+
schema: {
|
|
66992
|
+
types: string[];
|
|
66993
|
+
items: {
|
|
66994
|
+
types: string[];
|
|
66995
|
+
};
|
|
66996
|
+
};
|
|
66997
|
+
}[];
|
|
66072
66998
|
};
|
|
66073
66999
|
};
|
|
66074
67000
|
};
|
|
@@ -66100,6 +67026,12 @@ declare const registry: {
|
|
|
66100
67026
|
onChange: {
|
|
66101
67027
|
types: string[];
|
|
66102
67028
|
description: string;
|
|
67029
|
+
kind: string;
|
|
67030
|
+
emitPayloadSchema: {
|
|
67031
|
+
name: string;
|
|
67032
|
+
type: string;
|
|
67033
|
+
required: boolean;
|
|
67034
|
+
}[];
|
|
66103
67035
|
};
|
|
66104
67036
|
};
|
|
66105
67037
|
};
|
|
@@ -67633,6 +68565,7 @@ declare const registry: {
|
|
|
67633
68565
|
"input-group": {
|
|
67634
68566
|
type: string;
|
|
67635
68567
|
category: string;
|
|
68568
|
+
sourceFile: string;
|
|
67636
68569
|
tier: string;
|
|
67637
68570
|
family: string;
|
|
67638
68571
|
description: string;
|
|
@@ -67726,6 +68659,12 @@ declare const registry: {
|
|
|
67726
68659
|
onChange: {
|
|
67727
68660
|
types: string[];
|
|
67728
68661
|
description: string;
|
|
68662
|
+
kind: string;
|
|
68663
|
+
emitPayloadSchema: {
|
|
68664
|
+
name: string;
|
|
68665
|
+
type: string;
|
|
68666
|
+
required: boolean;
|
|
68667
|
+
}[];
|
|
67729
68668
|
};
|
|
67730
68669
|
leftAddon: {
|
|
67731
68670
|
types: string[];
|
|
@@ -69203,6 +70142,7 @@ declare const registry: {
|
|
|
69203
70142
|
"game-shell": {
|
|
69204
70143
|
type: string;
|
|
69205
70144
|
category: string;
|
|
70145
|
+
sourceFile: string;
|
|
69206
70146
|
tier: string;
|
|
69207
70147
|
family: string;
|
|
69208
70148
|
description: string;
|
|
@@ -78059,6 +78999,7 @@ declare const registry: {
|
|
|
78059
78999
|
"choice-button": {
|
|
78060
79000
|
type: string;
|
|
78061
79001
|
category: string;
|
|
79002
|
+
sourceFile: string;
|
|
78062
79003
|
tier: string;
|
|
78063
79004
|
family: string;
|
|
78064
79005
|
description: string;
|
|
@@ -78165,6 +79106,7 @@ declare const registry: {
|
|
|
78165
79106
|
"control-button": {
|
|
78166
79107
|
type: string;
|
|
78167
79108
|
category: string;
|
|
79109
|
+
sourceFile: string;
|
|
78168
79110
|
tier: string;
|
|
78169
79111
|
family: string;
|
|
78170
79112
|
description: string;
|
|
@@ -78282,6 +79224,7 @@ declare const registry: {
|
|
|
78282
79224
|
"dialogue-bubble": {
|
|
78283
79225
|
type: string;
|
|
78284
79226
|
category: string;
|
|
79227
|
+
sourceFile: string;
|
|
78285
79228
|
tier: string;
|
|
78286
79229
|
family: string;
|
|
78287
79230
|
description: string;
|
|
@@ -78373,6 +79316,7 @@ declare const registry: {
|
|
|
78373
79316
|
"health-bar": {
|
|
78374
79317
|
type: string;
|
|
78375
79318
|
category: string;
|
|
79319
|
+
sourceFile: string;
|
|
78376
79320
|
tier: string;
|
|
78377
79321
|
family: string;
|
|
78378
79322
|
description: string;
|
|
@@ -78528,6 +79472,7 @@ declare const registry: {
|
|
|
78528
79472
|
"score-display": {
|
|
78529
79473
|
type: string;
|
|
78530
79474
|
category: string;
|
|
79475
|
+
sourceFile: string;
|
|
78531
79476
|
tier: string;
|
|
78532
79477
|
family: string;
|
|
78533
79478
|
description: string;
|
|
@@ -78620,6 +79565,7 @@ declare const registry: {
|
|
|
78620
79565
|
"timer-display": {
|
|
78621
79566
|
type: string;
|
|
78622
79567
|
category: string;
|
|
79568
|
+
sourceFile: string;
|
|
78623
79569
|
tier: string;
|
|
78624
79570
|
family: string;
|
|
78625
79571
|
description: string;
|
|
@@ -80155,6 +81101,7 @@ declare const registry: {
|
|
|
80155
81101
|
"game-hud": {
|
|
80156
81102
|
type: string;
|
|
80157
81103
|
category: string;
|
|
81104
|
+
sourceFile: string;
|
|
80158
81105
|
tier: string;
|
|
80159
81106
|
family: string;
|
|
80160
81107
|
description: string;
|
|
@@ -80722,6 +81669,7 @@ declare const registry: {
|
|
|
80722
81669
|
"stat-badge": {
|
|
80723
81670
|
type: string;
|
|
80724
81671
|
category: string;
|
|
81672
|
+
sourceFile: string;
|
|
80725
81673
|
tier: string;
|
|
80726
81674
|
family: string;
|
|
80727
81675
|
description: string;
|
|
@@ -81140,6 +82088,7 @@ declare const registry: {
|
|
|
81140
82088
|
"game-audio-toggle": {
|
|
81141
82089
|
type: string;
|
|
81142
82090
|
category: string;
|
|
82091
|
+
sourceFile: string;
|
|
81143
82092
|
tier: string;
|
|
81144
82093
|
family: string;
|
|
81145
82094
|
description: string;
|
|
@@ -81292,6 +82241,7 @@ declare const registry: {
|
|
|
81292
82241
|
"trait-slot": {
|
|
81293
82242
|
type: string;
|
|
81294
82243
|
category: string;
|
|
82244
|
+
sourceFile: string;
|
|
81295
82245
|
tier: string;
|
|
81296
82246
|
family: string;
|
|
81297
82247
|
description: string;
|
|
@@ -81831,6 +82781,7 @@ declare const registry: {
|
|
|
81831
82781
|
"action-palette": {
|
|
81832
82782
|
type: string;
|
|
81833
82783
|
category: string;
|
|
82784
|
+
sourceFile: string;
|
|
81834
82785
|
tier: string;
|
|
81835
82786
|
family: string;
|
|
81836
82787
|
description: string;
|
|
@@ -82001,6 +82952,7 @@ declare const registry: {
|
|
|
82001
82952
|
"action-tile": {
|
|
82002
82953
|
type: string;
|
|
82003
82954
|
category: string;
|
|
82955
|
+
sourceFile: string;
|
|
82004
82956
|
tier: string;
|
|
82005
82957
|
family: string;
|
|
82006
82958
|
description: string;
|
|
@@ -82218,6 +83170,7 @@ declare const registry: {
|
|
|
82218
83170
|
"sequence-bar": {
|
|
82219
83171
|
type: string;
|
|
82220
83172
|
category: string;
|
|
83173
|
+
sourceFile: string;
|
|
82221
83174
|
tier: string;
|
|
82222
83175
|
family: string;
|
|
82223
83176
|
description: string;
|
|
@@ -84296,6 +85249,7 @@ declare const registry: {
|
|
|
84296
85249
|
"canvas-2d": {
|
|
84297
85250
|
type: string;
|
|
84298
85251
|
category: string;
|
|
85252
|
+
sourceFile: string;
|
|
84299
85253
|
tier: string;
|
|
84300
85254
|
family: string;
|
|
84301
85255
|
description: string;
|
|
@@ -84566,6 +85520,7 @@ declare const registry: {
|
|
|
84566
85520
|
"control-grid": {
|
|
84567
85521
|
type: string;
|
|
84568
85522
|
category: string;
|
|
85523
|
+
sourceFile: string;
|
|
84569
85524
|
tier: string;
|
|
84570
85525
|
family: string;
|
|
84571
85526
|
description: string;
|
|
@@ -84794,6 +85749,7 @@ declare const registry: {
|
|
|
84794
85749
|
"game-icon": {
|
|
84795
85750
|
type: string;
|
|
84796
85751
|
category: string;
|
|
85752
|
+
sourceFile: string;
|
|
84797
85753
|
tier: string;
|
|
84798
85754
|
family: string;
|
|
84799
85755
|
description: string;
|
|
@@ -89785,6 +90741,7 @@ declare const registry: {
|
|
|
89785
90741
|
"draw-sprite": {
|
|
89786
90742
|
type: string;
|
|
89787
90743
|
category: string;
|
|
90744
|
+
sourceFile: string;
|
|
89788
90745
|
tier: string;
|
|
89789
90746
|
family: string;
|
|
89790
90747
|
description: string;
|
|
@@ -90411,6 +91368,7 @@ declare const registry: {
|
|
|
90411
91368
|
"draw-sprite-layer": {
|
|
90412
91369
|
type: string;
|
|
90413
91370
|
category: string;
|
|
91371
|
+
sourceFile: string;
|
|
90414
91372
|
tier: string;
|
|
90415
91373
|
family: string;
|
|
90416
91374
|
description: string;
|
|
@@ -90659,6 +91617,7 @@ declare const registry: {
|
|
|
90659
91617
|
canvas: {
|
|
90660
91618
|
type: string;
|
|
90661
91619
|
category: string;
|
|
91620
|
+
sourceFile: string;
|
|
90662
91621
|
tier: string;
|
|
90663
91622
|
family: string;
|
|
90664
91623
|
description: string;
|
|
@@ -92249,6 +93208,7 @@ declare const registry: {
|
|
|
92249
93208
|
"draw-fx-layer": {
|
|
92250
93209
|
type: string;
|
|
92251
93210
|
category: string;
|
|
93211
|
+
sourceFile: string;
|
|
92252
93212
|
tier: string;
|
|
92253
93213
|
family: string;
|
|
92254
93214
|
description: string;
|
|
@@ -93285,6 +94245,234 @@ declare const registry: {
|
|
|
93285
94245
|
};
|
|
93286
94246
|
};
|
|
93287
94247
|
};
|
|
94248
|
+
"draw-skinned-mesh": {
|
|
94249
|
+
type: string;
|
|
94250
|
+
category: string;
|
|
94251
|
+
sourceFile: string;
|
|
94252
|
+
tier: string;
|
|
94253
|
+
family: string;
|
|
94254
|
+
description: string;
|
|
94255
|
+
suggestedFor: string[];
|
|
94256
|
+
typicalSize: string;
|
|
94257
|
+
propsSchema: {
|
|
94258
|
+
id: {
|
|
94259
|
+
types: string[];
|
|
94260
|
+
description: string;
|
|
94261
|
+
};
|
|
94262
|
+
type: {
|
|
94263
|
+
types: string[];
|
|
94264
|
+
description: string;
|
|
94265
|
+
required: boolean;
|
|
94266
|
+
enumValues: string[];
|
|
94267
|
+
};
|
|
94268
|
+
position: {
|
|
94269
|
+
types: string[];
|
|
94270
|
+
description: string;
|
|
94271
|
+
required: boolean;
|
|
94272
|
+
properties: {
|
|
94273
|
+
x: {
|
|
94274
|
+
types: string[];
|
|
94275
|
+
};
|
|
94276
|
+
y: {
|
|
94277
|
+
types: string[];
|
|
94278
|
+
};
|
|
94279
|
+
z: {
|
|
94280
|
+
types: string[];
|
|
94281
|
+
};
|
|
94282
|
+
};
|
|
94283
|
+
propertyRequired: string[];
|
|
94284
|
+
scenePos: boolean;
|
|
94285
|
+
};
|
|
94286
|
+
asset: {
|
|
94287
|
+
types: string[];
|
|
94288
|
+
description: string;
|
|
94289
|
+
required: boolean;
|
|
94290
|
+
properties: {
|
|
94291
|
+
url: {
|
|
94292
|
+
types: string[];
|
|
94293
|
+
};
|
|
94294
|
+
role: {
|
|
94295
|
+
types: string[];
|
|
94296
|
+
};
|
|
94297
|
+
category: {
|
|
94298
|
+
types: string[];
|
|
94299
|
+
};
|
|
94300
|
+
animations: {
|
|
94301
|
+
types: string[];
|
|
94302
|
+
items: {
|
|
94303
|
+
types: string[];
|
|
94304
|
+
};
|
|
94305
|
+
};
|
|
94306
|
+
style: {
|
|
94307
|
+
types: string[];
|
|
94308
|
+
enumValues: string[];
|
|
94309
|
+
};
|
|
94310
|
+
variant: {
|
|
94311
|
+
types: string[];
|
|
94312
|
+
};
|
|
94313
|
+
dimension: {
|
|
94314
|
+
types: string[];
|
|
94315
|
+
enumValues: string[];
|
|
94316
|
+
};
|
|
94317
|
+
aspect: {
|
|
94318
|
+
types: string[];
|
|
94319
|
+
enumValues: string[];
|
|
94320
|
+
};
|
|
94321
|
+
atlas: {
|
|
94322
|
+
types: string[];
|
|
94323
|
+
};
|
|
94324
|
+
sprite: {
|
|
94325
|
+
types: string[];
|
|
94326
|
+
};
|
|
94327
|
+
name: {
|
|
94328
|
+
types: string[];
|
|
94329
|
+
};
|
|
94330
|
+
thumbnailUrl: {
|
|
94331
|
+
types: string[];
|
|
94332
|
+
};
|
|
94333
|
+
};
|
|
94334
|
+
propertyRequired: string[];
|
|
94335
|
+
};
|
|
94336
|
+
mesh: {
|
|
94337
|
+
types: string[];
|
|
94338
|
+
description: string;
|
|
94339
|
+
properties: {
|
|
94340
|
+
vertices: {
|
|
94341
|
+
types: string[];
|
|
94342
|
+
items: {
|
|
94343
|
+
types: string[];
|
|
94344
|
+
properties: {
|
|
94345
|
+
x: {
|
|
94346
|
+
types: string[];
|
|
94347
|
+
};
|
|
94348
|
+
y: {
|
|
94349
|
+
types: string[];
|
|
94350
|
+
};
|
|
94351
|
+
u: {
|
|
94352
|
+
types: string[];
|
|
94353
|
+
};
|
|
94354
|
+
v: {
|
|
94355
|
+
types: string[];
|
|
94356
|
+
};
|
|
94357
|
+
weights: {
|
|
94358
|
+
types: string[];
|
|
94359
|
+
items: {
|
|
94360
|
+
types: string[];
|
|
94361
|
+
properties: {
|
|
94362
|
+
bone: {
|
|
94363
|
+
types: string[];
|
|
94364
|
+
};
|
|
94365
|
+
w: {
|
|
94366
|
+
types: string[];
|
|
94367
|
+
};
|
|
94368
|
+
};
|
|
94369
|
+
required: string[];
|
|
94370
|
+
};
|
|
94371
|
+
};
|
|
94372
|
+
};
|
|
94373
|
+
required: string[];
|
|
94374
|
+
};
|
|
94375
|
+
};
|
|
94376
|
+
triangles: {
|
|
94377
|
+
types: string[];
|
|
94378
|
+
items: {
|
|
94379
|
+
types: string[];
|
|
94380
|
+
items: {
|
|
94381
|
+
types: string[];
|
|
94382
|
+
};
|
|
94383
|
+
};
|
|
94384
|
+
};
|
|
94385
|
+
};
|
|
94386
|
+
propertyRequired: string[];
|
|
94387
|
+
};
|
|
94388
|
+
meshUrl: {
|
|
94389
|
+
types: string[];
|
|
94390
|
+
description: string;
|
|
94391
|
+
};
|
|
94392
|
+
bones: {
|
|
94393
|
+
types: string[];
|
|
94394
|
+
description: string;
|
|
94395
|
+
required: boolean;
|
|
94396
|
+
items: {
|
|
94397
|
+
types: string[];
|
|
94398
|
+
properties: {
|
|
94399
|
+
name: {
|
|
94400
|
+
types: string[];
|
|
94401
|
+
};
|
|
94402
|
+
parent: {
|
|
94403
|
+
types: string[];
|
|
94404
|
+
};
|
|
94405
|
+
pivot: {
|
|
94406
|
+
types: string[];
|
|
94407
|
+
items: {
|
|
94408
|
+
types: string[];
|
|
94409
|
+
};
|
|
94410
|
+
};
|
|
94411
|
+
tip: {
|
|
94412
|
+
types: string[];
|
|
94413
|
+
items: {
|
|
94414
|
+
types: string[];
|
|
94415
|
+
};
|
|
94416
|
+
};
|
|
94417
|
+
};
|
|
94418
|
+
required: string[];
|
|
94419
|
+
};
|
|
94420
|
+
};
|
|
94421
|
+
pose: {
|
|
94422
|
+
types: string[];
|
|
94423
|
+
description: string;
|
|
94424
|
+
mapValue: {
|
|
94425
|
+
types: string[];
|
|
94426
|
+
};
|
|
94427
|
+
};
|
|
94428
|
+
clip: {
|
|
94429
|
+
types: string[];
|
|
94430
|
+
description: string;
|
|
94431
|
+
properties: {
|
|
94432
|
+
frames: {
|
|
94433
|
+
types: string[];
|
|
94434
|
+
items: {
|
|
94435
|
+
types: string[];
|
|
94436
|
+
mapValue: {
|
|
94437
|
+
types: string[];
|
|
94438
|
+
};
|
|
94439
|
+
};
|
|
94440
|
+
};
|
|
94441
|
+
};
|
|
94442
|
+
propertyRequired: string[];
|
|
94443
|
+
};
|
|
94444
|
+
clipName: {
|
|
94445
|
+
types: string[];
|
|
94446
|
+
description: string;
|
|
94447
|
+
};
|
|
94448
|
+
frame: {
|
|
94449
|
+
types: string[];
|
|
94450
|
+
description: string;
|
|
94451
|
+
};
|
|
94452
|
+
opacity: {
|
|
94453
|
+
types: string[];
|
|
94454
|
+
description: string;
|
|
94455
|
+
};
|
|
94456
|
+
weightsOverlay: {
|
|
94457
|
+
types: string[];
|
|
94458
|
+
description: string;
|
|
94459
|
+
};
|
|
94460
|
+
ghost: {
|
|
94461
|
+
types: string[];
|
|
94462
|
+
description: string;
|
|
94463
|
+
properties: {
|
|
94464
|
+
frame: {
|
|
94465
|
+
types: string[];
|
|
94466
|
+
};
|
|
94467
|
+
opacity: {
|
|
94468
|
+
types: string[];
|
|
94469
|
+
};
|
|
94470
|
+
};
|
|
94471
|
+
propertyRequired: string[];
|
|
94472
|
+
};
|
|
94473
|
+
};
|
|
94474
|
+
drawable: boolean;
|
|
94475
|
+
};
|
|
93288
94476
|
};
|
|
93289
94477
|
categories: string[];
|
|
93290
94478
|
};
|
|
@@ -97840,6 +99028,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
97840
99028
|
button: {
|
|
97841
99029
|
type: string;
|
|
97842
99030
|
category: string;
|
|
99031
|
+
sourceFile: string;
|
|
97843
99032
|
tier: string;
|
|
97844
99033
|
family: string;
|
|
97845
99034
|
description: string;
|
|
@@ -97941,6 +99130,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
97941
99130
|
types: string[];
|
|
97942
99131
|
description: string;
|
|
97943
99132
|
payloadFor: string;
|
|
99133
|
+
eventPayloadBrand: boolean;
|
|
97944
99134
|
};
|
|
97945
99135
|
label: {
|
|
97946
99136
|
types: string[];
|
|
@@ -97959,6 +99149,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
97959
99149
|
badge: {
|
|
97960
99150
|
type: string;
|
|
97961
99151
|
category: string;
|
|
99152
|
+
sourceFile: string;
|
|
97962
99153
|
tier: string;
|
|
97963
99154
|
family: string;
|
|
97964
99155
|
description: string;
|
|
@@ -98325,6 +99516,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
98325
99516
|
input: {
|
|
98326
99517
|
type: string;
|
|
98327
99518
|
category: string;
|
|
99519
|
+
sourceFile: string;
|
|
98328
99520
|
tier: string;
|
|
98329
99521
|
family: string;
|
|
98330
99522
|
description: string;
|
|
@@ -98423,6 +99615,12 @@ declare const PATTERN_REGISTRY: {
|
|
|
98423
99615
|
onChange: {
|
|
98424
99616
|
types: string[];
|
|
98425
99617
|
description: string;
|
|
99618
|
+
kind: string;
|
|
99619
|
+
emitPayloadSchema: {
|
|
99620
|
+
name: string;
|
|
99621
|
+
type: string;
|
|
99622
|
+
required: boolean;
|
|
99623
|
+
}[];
|
|
98426
99624
|
};
|
|
98427
99625
|
};
|
|
98428
99626
|
};
|
|
@@ -98459,12 +99657,19 @@ declare const PATTERN_REGISTRY: {
|
|
|
98459
99657
|
onChange: {
|
|
98460
99658
|
types: string[];
|
|
98461
99659
|
description: string;
|
|
99660
|
+
kind: string;
|
|
99661
|
+
emitPayloadSchema: {
|
|
99662
|
+
name: string;
|
|
99663
|
+
type: string;
|
|
99664
|
+
required: boolean;
|
|
99665
|
+
}[];
|
|
98462
99666
|
};
|
|
98463
99667
|
};
|
|
98464
99668
|
};
|
|
98465
99669
|
select: {
|
|
98466
99670
|
type: string;
|
|
98467
99671
|
category: string;
|
|
99672
|
+
sourceFile: string;
|
|
98468
99673
|
tier: string;
|
|
98469
99674
|
family: string;
|
|
98470
99675
|
description: string;
|
|
@@ -98565,10 +99770,34 @@ declare const PATTERN_REGISTRY: {
|
|
|
98565
99770
|
onChange: {
|
|
98566
99771
|
types: string[];
|
|
98567
99772
|
description: string;
|
|
99773
|
+
kind: string;
|
|
99774
|
+
emitPayloadSchema: {
|
|
99775
|
+
name: string;
|
|
99776
|
+
type: string;
|
|
99777
|
+
required: boolean;
|
|
99778
|
+
schema: {
|
|
99779
|
+
types: string[];
|
|
99780
|
+
items: {
|
|
99781
|
+
types: string[];
|
|
99782
|
+
};
|
|
99783
|
+
};
|
|
99784
|
+
}[];
|
|
98568
99785
|
};
|
|
98569
99786
|
onValueChange: {
|
|
98570
99787
|
types: string[];
|
|
98571
99788
|
description: string;
|
|
99789
|
+
kind: string;
|
|
99790
|
+
emitPayloadSchema: {
|
|
99791
|
+
name: string;
|
|
99792
|
+
type: string;
|
|
99793
|
+
required: boolean;
|
|
99794
|
+
schema: {
|
|
99795
|
+
types: string[];
|
|
99796
|
+
items: {
|
|
99797
|
+
types: string[];
|
|
99798
|
+
};
|
|
99799
|
+
};
|
|
99800
|
+
}[];
|
|
98572
99801
|
};
|
|
98573
99802
|
};
|
|
98574
99803
|
};
|
|
@@ -98600,6 +99829,12 @@ declare const PATTERN_REGISTRY: {
|
|
|
98600
99829
|
onChange: {
|
|
98601
99830
|
types: string[];
|
|
98602
99831
|
description: string;
|
|
99832
|
+
kind: string;
|
|
99833
|
+
emitPayloadSchema: {
|
|
99834
|
+
name: string;
|
|
99835
|
+
type: string;
|
|
99836
|
+
required: boolean;
|
|
99837
|
+
}[];
|
|
98603
99838
|
};
|
|
98604
99839
|
};
|
|
98605
99840
|
};
|
|
@@ -100133,6 +101368,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
100133
101368
|
"input-group": {
|
|
100134
101369
|
type: string;
|
|
100135
101370
|
category: string;
|
|
101371
|
+
sourceFile: string;
|
|
100136
101372
|
tier: string;
|
|
100137
101373
|
family: string;
|
|
100138
101374
|
description: string;
|
|
@@ -100226,6 +101462,12 @@ declare const PATTERN_REGISTRY: {
|
|
|
100226
101462
|
onChange: {
|
|
100227
101463
|
types: string[];
|
|
100228
101464
|
description: string;
|
|
101465
|
+
kind: string;
|
|
101466
|
+
emitPayloadSchema: {
|
|
101467
|
+
name: string;
|
|
101468
|
+
type: string;
|
|
101469
|
+
required: boolean;
|
|
101470
|
+
}[];
|
|
100229
101471
|
};
|
|
100230
101472
|
leftAddon: {
|
|
100231
101473
|
types: string[];
|
|
@@ -101703,6 +102945,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
101703
102945
|
"game-shell": {
|
|
101704
102946
|
type: string;
|
|
101705
102947
|
category: string;
|
|
102948
|
+
sourceFile: string;
|
|
101706
102949
|
tier: string;
|
|
101707
102950
|
family: string;
|
|
101708
102951
|
description: string;
|
|
@@ -110559,6 +111802,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
110559
111802
|
"choice-button": {
|
|
110560
111803
|
type: string;
|
|
110561
111804
|
category: string;
|
|
111805
|
+
sourceFile: string;
|
|
110562
111806
|
tier: string;
|
|
110563
111807
|
family: string;
|
|
110564
111808
|
description: string;
|
|
@@ -110665,6 +111909,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
110665
111909
|
"control-button": {
|
|
110666
111910
|
type: string;
|
|
110667
111911
|
category: string;
|
|
111912
|
+
sourceFile: string;
|
|
110668
111913
|
tier: string;
|
|
110669
111914
|
family: string;
|
|
110670
111915
|
description: string;
|
|
@@ -110782,6 +112027,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
110782
112027
|
"dialogue-bubble": {
|
|
110783
112028
|
type: string;
|
|
110784
112029
|
category: string;
|
|
112030
|
+
sourceFile: string;
|
|
110785
112031
|
tier: string;
|
|
110786
112032
|
family: string;
|
|
110787
112033
|
description: string;
|
|
@@ -110873,6 +112119,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
110873
112119
|
"health-bar": {
|
|
110874
112120
|
type: string;
|
|
110875
112121
|
category: string;
|
|
112122
|
+
sourceFile: string;
|
|
110876
112123
|
tier: string;
|
|
110877
112124
|
family: string;
|
|
110878
112125
|
description: string;
|
|
@@ -111028,6 +112275,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
111028
112275
|
"score-display": {
|
|
111029
112276
|
type: string;
|
|
111030
112277
|
category: string;
|
|
112278
|
+
sourceFile: string;
|
|
111031
112279
|
tier: string;
|
|
111032
112280
|
family: string;
|
|
111033
112281
|
description: string;
|
|
@@ -111120,6 +112368,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
111120
112368
|
"timer-display": {
|
|
111121
112369
|
type: string;
|
|
111122
112370
|
category: string;
|
|
112371
|
+
sourceFile: string;
|
|
111123
112372
|
tier: string;
|
|
111124
112373
|
family: string;
|
|
111125
112374
|
description: string;
|
|
@@ -112655,6 +113904,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
112655
113904
|
"game-hud": {
|
|
112656
113905
|
type: string;
|
|
112657
113906
|
category: string;
|
|
113907
|
+
sourceFile: string;
|
|
112658
113908
|
tier: string;
|
|
112659
113909
|
family: string;
|
|
112660
113910
|
description: string;
|
|
@@ -113222,6 +114472,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
113222
114472
|
"stat-badge": {
|
|
113223
114473
|
type: string;
|
|
113224
114474
|
category: string;
|
|
114475
|
+
sourceFile: string;
|
|
113225
114476
|
tier: string;
|
|
113226
114477
|
family: string;
|
|
113227
114478
|
description: string;
|
|
@@ -113640,6 +114891,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
113640
114891
|
"game-audio-toggle": {
|
|
113641
114892
|
type: string;
|
|
113642
114893
|
category: string;
|
|
114894
|
+
sourceFile: string;
|
|
113643
114895
|
tier: string;
|
|
113644
114896
|
family: string;
|
|
113645
114897
|
description: string;
|
|
@@ -113792,6 +115044,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
113792
115044
|
"trait-slot": {
|
|
113793
115045
|
type: string;
|
|
113794
115046
|
category: string;
|
|
115047
|
+
sourceFile: string;
|
|
113795
115048
|
tier: string;
|
|
113796
115049
|
family: string;
|
|
113797
115050
|
description: string;
|
|
@@ -114331,6 +115584,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
114331
115584
|
"action-palette": {
|
|
114332
115585
|
type: string;
|
|
114333
115586
|
category: string;
|
|
115587
|
+
sourceFile: string;
|
|
114334
115588
|
tier: string;
|
|
114335
115589
|
family: string;
|
|
114336
115590
|
description: string;
|
|
@@ -114501,6 +115755,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
114501
115755
|
"action-tile": {
|
|
114502
115756
|
type: string;
|
|
114503
115757
|
category: string;
|
|
115758
|
+
sourceFile: string;
|
|
114504
115759
|
tier: string;
|
|
114505
115760
|
family: string;
|
|
114506
115761
|
description: string;
|
|
@@ -114718,6 +115973,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
114718
115973
|
"sequence-bar": {
|
|
114719
115974
|
type: string;
|
|
114720
115975
|
category: string;
|
|
115976
|
+
sourceFile: string;
|
|
114721
115977
|
tier: string;
|
|
114722
115978
|
family: string;
|
|
114723
115979
|
description: string;
|
|
@@ -116796,6 +118052,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
116796
118052
|
"canvas-2d": {
|
|
116797
118053
|
type: string;
|
|
116798
118054
|
category: string;
|
|
118055
|
+
sourceFile: string;
|
|
116799
118056
|
tier: string;
|
|
116800
118057
|
family: string;
|
|
116801
118058
|
description: string;
|
|
@@ -117066,6 +118323,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
117066
118323
|
"control-grid": {
|
|
117067
118324
|
type: string;
|
|
117068
118325
|
category: string;
|
|
118326
|
+
sourceFile: string;
|
|
117069
118327
|
tier: string;
|
|
117070
118328
|
family: string;
|
|
117071
118329
|
description: string;
|
|
@@ -117294,6 +118552,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
117294
118552
|
"game-icon": {
|
|
117295
118553
|
type: string;
|
|
117296
118554
|
category: string;
|
|
118555
|
+
sourceFile: string;
|
|
117297
118556
|
tier: string;
|
|
117298
118557
|
family: string;
|
|
117299
118558
|
description: string;
|
|
@@ -122285,6 +123544,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
122285
123544
|
"draw-sprite": {
|
|
122286
123545
|
type: string;
|
|
122287
123546
|
category: string;
|
|
123547
|
+
sourceFile: string;
|
|
122288
123548
|
tier: string;
|
|
122289
123549
|
family: string;
|
|
122290
123550
|
description: string;
|
|
@@ -122911,6 +124171,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
122911
124171
|
"draw-sprite-layer": {
|
|
122912
124172
|
type: string;
|
|
122913
124173
|
category: string;
|
|
124174
|
+
sourceFile: string;
|
|
122914
124175
|
tier: string;
|
|
122915
124176
|
family: string;
|
|
122916
124177
|
description: string;
|
|
@@ -123159,6 +124420,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
123159
124420
|
canvas: {
|
|
123160
124421
|
type: string;
|
|
123161
124422
|
category: string;
|
|
124423
|
+
sourceFile: string;
|
|
123162
124424
|
tier: string;
|
|
123163
124425
|
family: string;
|
|
123164
124426
|
description: string;
|
|
@@ -124749,6 +126011,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
124749
126011
|
"draw-fx-layer": {
|
|
124750
126012
|
type: string;
|
|
124751
126013
|
category: string;
|
|
126014
|
+
sourceFile: string;
|
|
124752
126015
|
tier: string;
|
|
124753
126016
|
family: string;
|
|
124754
126017
|
description: string;
|
|
@@ -125785,6 +127048,234 @@ declare const PATTERN_REGISTRY: {
|
|
|
125785
127048
|
};
|
|
125786
127049
|
};
|
|
125787
127050
|
};
|
|
127051
|
+
"draw-skinned-mesh": {
|
|
127052
|
+
type: string;
|
|
127053
|
+
category: string;
|
|
127054
|
+
sourceFile: string;
|
|
127055
|
+
tier: string;
|
|
127056
|
+
family: string;
|
|
127057
|
+
description: string;
|
|
127058
|
+
suggestedFor: string[];
|
|
127059
|
+
typicalSize: string;
|
|
127060
|
+
propsSchema: {
|
|
127061
|
+
id: {
|
|
127062
|
+
types: string[];
|
|
127063
|
+
description: string;
|
|
127064
|
+
};
|
|
127065
|
+
type: {
|
|
127066
|
+
types: string[];
|
|
127067
|
+
description: string;
|
|
127068
|
+
required: boolean;
|
|
127069
|
+
enumValues: string[];
|
|
127070
|
+
};
|
|
127071
|
+
position: {
|
|
127072
|
+
types: string[];
|
|
127073
|
+
description: string;
|
|
127074
|
+
required: boolean;
|
|
127075
|
+
properties: {
|
|
127076
|
+
x: {
|
|
127077
|
+
types: string[];
|
|
127078
|
+
};
|
|
127079
|
+
y: {
|
|
127080
|
+
types: string[];
|
|
127081
|
+
};
|
|
127082
|
+
z: {
|
|
127083
|
+
types: string[];
|
|
127084
|
+
};
|
|
127085
|
+
};
|
|
127086
|
+
propertyRequired: string[];
|
|
127087
|
+
scenePos: boolean;
|
|
127088
|
+
};
|
|
127089
|
+
asset: {
|
|
127090
|
+
types: string[];
|
|
127091
|
+
description: string;
|
|
127092
|
+
required: boolean;
|
|
127093
|
+
properties: {
|
|
127094
|
+
url: {
|
|
127095
|
+
types: string[];
|
|
127096
|
+
};
|
|
127097
|
+
role: {
|
|
127098
|
+
types: string[];
|
|
127099
|
+
};
|
|
127100
|
+
category: {
|
|
127101
|
+
types: string[];
|
|
127102
|
+
};
|
|
127103
|
+
animations: {
|
|
127104
|
+
types: string[];
|
|
127105
|
+
items: {
|
|
127106
|
+
types: string[];
|
|
127107
|
+
};
|
|
127108
|
+
};
|
|
127109
|
+
style: {
|
|
127110
|
+
types: string[];
|
|
127111
|
+
enumValues: string[];
|
|
127112
|
+
};
|
|
127113
|
+
variant: {
|
|
127114
|
+
types: string[];
|
|
127115
|
+
};
|
|
127116
|
+
dimension: {
|
|
127117
|
+
types: string[];
|
|
127118
|
+
enumValues: string[];
|
|
127119
|
+
};
|
|
127120
|
+
aspect: {
|
|
127121
|
+
types: string[];
|
|
127122
|
+
enumValues: string[];
|
|
127123
|
+
};
|
|
127124
|
+
atlas: {
|
|
127125
|
+
types: string[];
|
|
127126
|
+
};
|
|
127127
|
+
sprite: {
|
|
127128
|
+
types: string[];
|
|
127129
|
+
};
|
|
127130
|
+
name: {
|
|
127131
|
+
types: string[];
|
|
127132
|
+
};
|
|
127133
|
+
thumbnailUrl: {
|
|
127134
|
+
types: string[];
|
|
127135
|
+
};
|
|
127136
|
+
};
|
|
127137
|
+
propertyRequired: string[];
|
|
127138
|
+
};
|
|
127139
|
+
mesh: {
|
|
127140
|
+
types: string[];
|
|
127141
|
+
description: string;
|
|
127142
|
+
properties: {
|
|
127143
|
+
vertices: {
|
|
127144
|
+
types: string[];
|
|
127145
|
+
items: {
|
|
127146
|
+
types: string[];
|
|
127147
|
+
properties: {
|
|
127148
|
+
x: {
|
|
127149
|
+
types: string[];
|
|
127150
|
+
};
|
|
127151
|
+
y: {
|
|
127152
|
+
types: string[];
|
|
127153
|
+
};
|
|
127154
|
+
u: {
|
|
127155
|
+
types: string[];
|
|
127156
|
+
};
|
|
127157
|
+
v: {
|
|
127158
|
+
types: string[];
|
|
127159
|
+
};
|
|
127160
|
+
weights: {
|
|
127161
|
+
types: string[];
|
|
127162
|
+
items: {
|
|
127163
|
+
types: string[];
|
|
127164
|
+
properties: {
|
|
127165
|
+
bone: {
|
|
127166
|
+
types: string[];
|
|
127167
|
+
};
|
|
127168
|
+
w: {
|
|
127169
|
+
types: string[];
|
|
127170
|
+
};
|
|
127171
|
+
};
|
|
127172
|
+
required: string[];
|
|
127173
|
+
};
|
|
127174
|
+
};
|
|
127175
|
+
};
|
|
127176
|
+
required: string[];
|
|
127177
|
+
};
|
|
127178
|
+
};
|
|
127179
|
+
triangles: {
|
|
127180
|
+
types: string[];
|
|
127181
|
+
items: {
|
|
127182
|
+
types: string[];
|
|
127183
|
+
items: {
|
|
127184
|
+
types: string[];
|
|
127185
|
+
};
|
|
127186
|
+
};
|
|
127187
|
+
};
|
|
127188
|
+
};
|
|
127189
|
+
propertyRequired: string[];
|
|
127190
|
+
};
|
|
127191
|
+
meshUrl: {
|
|
127192
|
+
types: string[];
|
|
127193
|
+
description: string;
|
|
127194
|
+
};
|
|
127195
|
+
bones: {
|
|
127196
|
+
types: string[];
|
|
127197
|
+
description: string;
|
|
127198
|
+
required: boolean;
|
|
127199
|
+
items: {
|
|
127200
|
+
types: string[];
|
|
127201
|
+
properties: {
|
|
127202
|
+
name: {
|
|
127203
|
+
types: string[];
|
|
127204
|
+
};
|
|
127205
|
+
parent: {
|
|
127206
|
+
types: string[];
|
|
127207
|
+
};
|
|
127208
|
+
pivot: {
|
|
127209
|
+
types: string[];
|
|
127210
|
+
items: {
|
|
127211
|
+
types: string[];
|
|
127212
|
+
};
|
|
127213
|
+
};
|
|
127214
|
+
tip: {
|
|
127215
|
+
types: string[];
|
|
127216
|
+
items: {
|
|
127217
|
+
types: string[];
|
|
127218
|
+
};
|
|
127219
|
+
};
|
|
127220
|
+
};
|
|
127221
|
+
required: string[];
|
|
127222
|
+
};
|
|
127223
|
+
};
|
|
127224
|
+
pose: {
|
|
127225
|
+
types: string[];
|
|
127226
|
+
description: string;
|
|
127227
|
+
mapValue: {
|
|
127228
|
+
types: string[];
|
|
127229
|
+
};
|
|
127230
|
+
};
|
|
127231
|
+
clip: {
|
|
127232
|
+
types: string[];
|
|
127233
|
+
description: string;
|
|
127234
|
+
properties: {
|
|
127235
|
+
frames: {
|
|
127236
|
+
types: string[];
|
|
127237
|
+
items: {
|
|
127238
|
+
types: string[];
|
|
127239
|
+
mapValue: {
|
|
127240
|
+
types: string[];
|
|
127241
|
+
};
|
|
127242
|
+
};
|
|
127243
|
+
};
|
|
127244
|
+
};
|
|
127245
|
+
propertyRequired: string[];
|
|
127246
|
+
};
|
|
127247
|
+
clipName: {
|
|
127248
|
+
types: string[];
|
|
127249
|
+
description: string;
|
|
127250
|
+
};
|
|
127251
|
+
frame: {
|
|
127252
|
+
types: string[];
|
|
127253
|
+
description: string;
|
|
127254
|
+
};
|
|
127255
|
+
opacity: {
|
|
127256
|
+
types: string[];
|
|
127257
|
+
description: string;
|
|
127258
|
+
};
|
|
127259
|
+
weightsOverlay: {
|
|
127260
|
+
types: string[];
|
|
127261
|
+
description: string;
|
|
127262
|
+
};
|
|
127263
|
+
ghost: {
|
|
127264
|
+
types: string[];
|
|
127265
|
+
description: string;
|
|
127266
|
+
properties: {
|
|
127267
|
+
frame: {
|
|
127268
|
+
types: string[];
|
|
127269
|
+
};
|
|
127270
|
+
opacity: {
|
|
127271
|
+
types: string[];
|
|
127272
|
+
};
|
|
127273
|
+
};
|
|
127274
|
+
propertyRequired: string[];
|
|
127275
|
+
};
|
|
127276
|
+
};
|
|
127277
|
+
drawable: boolean;
|
|
127278
|
+
};
|
|
125788
127279
|
};
|
|
125789
127280
|
categories: string[];
|
|
125790
127281
|
};
|
|
@@ -128831,6 +130322,332 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
128831
130322
|
};
|
|
128832
130323
|
}[];
|
|
128833
130324
|
};
|
|
130325
|
+
rigger: {
|
|
130326
|
+
name: string;
|
|
130327
|
+
description: string;
|
|
130328
|
+
category: string;
|
|
130329
|
+
actions: ({
|
|
130330
|
+
name: string;
|
|
130331
|
+
description: string;
|
|
130332
|
+
params: never[];
|
|
130333
|
+
responseShape: {
|
|
130334
|
+
ok: string;
|
|
130335
|
+
bundlePath?: undefined;
|
|
130336
|
+
boneCount?: undefined;
|
|
130337
|
+
vertexCount?: undefined;
|
|
130338
|
+
triangleCount?: undefined;
|
|
130339
|
+
clips?: undefined;
|
|
130340
|
+
outdir?: undefined;
|
|
130341
|
+
frames?: undefined;
|
|
130342
|
+
framePaths?: undefined;
|
|
130343
|
+
sheet?: undefined;
|
|
130344
|
+
gif?: undefined;
|
|
130345
|
+
atlas?: undefined;
|
|
130346
|
+
presets?: undefined;
|
|
130347
|
+
rig?: undefined;
|
|
130348
|
+
resolved?: undefined;
|
|
130349
|
+
rigPath?: undefined;
|
|
130350
|
+
parts?: undefined;
|
|
130351
|
+
outPath?: undefined;
|
|
130352
|
+
legend?: undefined;
|
|
130353
|
+
model?: undefined;
|
|
130354
|
+
prompt?: undefined;
|
|
130355
|
+
seed?: undefined;
|
|
130356
|
+
size?: undefined;
|
|
130357
|
+
sourcePath?: undefined;
|
|
130358
|
+
elapsedMs?: undefined;
|
|
130359
|
+
};
|
|
130360
|
+
} | {
|
|
130361
|
+
name: string;
|
|
130362
|
+
description: string;
|
|
130363
|
+
params: {
|
|
130364
|
+
name: string;
|
|
130365
|
+
type: string;
|
|
130366
|
+
required: boolean;
|
|
130367
|
+
description: string;
|
|
130368
|
+
}[];
|
|
130369
|
+
responseShape: {
|
|
130370
|
+
bundlePath: string;
|
|
130371
|
+
boneCount: string;
|
|
130372
|
+
vertexCount: string;
|
|
130373
|
+
triangleCount: string;
|
|
130374
|
+
clips: string;
|
|
130375
|
+
ok?: undefined;
|
|
130376
|
+
outdir?: undefined;
|
|
130377
|
+
frames?: undefined;
|
|
130378
|
+
framePaths?: undefined;
|
|
130379
|
+
sheet?: undefined;
|
|
130380
|
+
gif?: undefined;
|
|
130381
|
+
atlas?: undefined;
|
|
130382
|
+
presets?: undefined;
|
|
130383
|
+
rig?: undefined;
|
|
130384
|
+
resolved?: undefined;
|
|
130385
|
+
rigPath?: undefined;
|
|
130386
|
+
parts?: undefined;
|
|
130387
|
+
outPath?: undefined;
|
|
130388
|
+
legend?: undefined;
|
|
130389
|
+
model?: undefined;
|
|
130390
|
+
prompt?: undefined;
|
|
130391
|
+
seed?: undefined;
|
|
130392
|
+
size?: undefined;
|
|
130393
|
+
sourcePath?: undefined;
|
|
130394
|
+
elapsedMs?: undefined;
|
|
130395
|
+
};
|
|
130396
|
+
} | {
|
|
130397
|
+
name: string;
|
|
130398
|
+
description: string;
|
|
130399
|
+
params: {
|
|
130400
|
+
name: string;
|
|
130401
|
+
type: string;
|
|
130402
|
+
required: boolean;
|
|
130403
|
+
description: string;
|
|
130404
|
+
}[];
|
|
130405
|
+
responseShape: {
|
|
130406
|
+
outdir: string;
|
|
130407
|
+
frames: string;
|
|
130408
|
+
framePaths: string;
|
|
130409
|
+
sheet: string;
|
|
130410
|
+
gif: string;
|
|
130411
|
+
atlas: string;
|
|
130412
|
+
ok?: undefined;
|
|
130413
|
+
bundlePath?: undefined;
|
|
130414
|
+
boneCount?: undefined;
|
|
130415
|
+
vertexCount?: undefined;
|
|
130416
|
+
triangleCount?: undefined;
|
|
130417
|
+
clips?: undefined;
|
|
130418
|
+
presets?: undefined;
|
|
130419
|
+
rig?: undefined;
|
|
130420
|
+
resolved?: undefined;
|
|
130421
|
+
rigPath?: undefined;
|
|
130422
|
+
parts?: undefined;
|
|
130423
|
+
outPath?: undefined;
|
|
130424
|
+
legend?: undefined;
|
|
130425
|
+
model?: undefined;
|
|
130426
|
+
prompt?: undefined;
|
|
130427
|
+
seed?: undefined;
|
|
130428
|
+
size?: undefined;
|
|
130429
|
+
sourcePath?: undefined;
|
|
130430
|
+
elapsedMs?: undefined;
|
|
130431
|
+
};
|
|
130432
|
+
} | {
|
|
130433
|
+
name: string;
|
|
130434
|
+
description: string;
|
|
130435
|
+
params: never[];
|
|
130436
|
+
responseShape: {
|
|
130437
|
+
presets: {
|
|
130438
|
+
type: string;
|
|
130439
|
+
items: {
|
|
130440
|
+
type: string;
|
|
130441
|
+
properties: {
|
|
130442
|
+
name: {
|
|
130443
|
+
type: string;
|
|
130444
|
+
required: boolean;
|
|
130445
|
+
};
|
|
130446
|
+
path: {
|
|
130447
|
+
type: string;
|
|
130448
|
+
required: boolean;
|
|
130449
|
+
};
|
|
130450
|
+
fps: {
|
|
130451
|
+
type: string;
|
|
130452
|
+
required: boolean;
|
|
130453
|
+
};
|
|
130454
|
+
frames: {
|
|
130455
|
+
type: string;
|
|
130456
|
+
required: boolean;
|
|
130457
|
+
};
|
|
130458
|
+
bones: {
|
|
130459
|
+
type: string;
|
|
130460
|
+
required: boolean;
|
|
130461
|
+
};
|
|
130462
|
+
};
|
|
130463
|
+
};
|
|
130464
|
+
};
|
|
130465
|
+
ok?: undefined;
|
|
130466
|
+
bundlePath?: undefined;
|
|
130467
|
+
boneCount?: undefined;
|
|
130468
|
+
vertexCount?: undefined;
|
|
130469
|
+
triangleCount?: undefined;
|
|
130470
|
+
clips?: undefined;
|
|
130471
|
+
outdir?: undefined;
|
|
130472
|
+
frames?: undefined;
|
|
130473
|
+
framePaths?: undefined;
|
|
130474
|
+
sheet?: undefined;
|
|
130475
|
+
gif?: undefined;
|
|
130476
|
+
atlas?: undefined;
|
|
130477
|
+
rig?: undefined;
|
|
130478
|
+
resolved?: undefined;
|
|
130479
|
+
rigPath?: undefined;
|
|
130480
|
+
parts?: undefined;
|
|
130481
|
+
outPath?: undefined;
|
|
130482
|
+
legend?: undefined;
|
|
130483
|
+
model?: undefined;
|
|
130484
|
+
prompt?: undefined;
|
|
130485
|
+
seed?: undefined;
|
|
130486
|
+
size?: undefined;
|
|
130487
|
+
sourcePath?: undefined;
|
|
130488
|
+
elapsedMs?: undefined;
|
|
130489
|
+
};
|
|
130490
|
+
} | {
|
|
130491
|
+
name: string;
|
|
130492
|
+
description: string;
|
|
130493
|
+
params: {
|
|
130494
|
+
name: string;
|
|
130495
|
+
type: string;
|
|
130496
|
+
required: boolean;
|
|
130497
|
+
description: string;
|
|
130498
|
+
}[];
|
|
130499
|
+
responseShape: {
|
|
130500
|
+
rig: string;
|
|
130501
|
+
resolved: string;
|
|
130502
|
+
ok?: undefined;
|
|
130503
|
+
bundlePath?: undefined;
|
|
130504
|
+
boneCount?: undefined;
|
|
130505
|
+
vertexCount?: undefined;
|
|
130506
|
+
triangleCount?: undefined;
|
|
130507
|
+
clips?: undefined;
|
|
130508
|
+
outdir?: undefined;
|
|
130509
|
+
frames?: undefined;
|
|
130510
|
+
framePaths?: undefined;
|
|
130511
|
+
sheet?: undefined;
|
|
130512
|
+
gif?: undefined;
|
|
130513
|
+
atlas?: undefined;
|
|
130514
|
+
presets?: undefined;
|
|
130515
|
+
rigPath?: undefined;
|
|
130516
|
+
parts?: undefined;
|
|
130517
|
+
outPath?: undefined;
|
|
130518
|
+
legend?: undefined;
|
|
130519
|
+
model?: undefined;
|
|
130520
|
+
prompt?: undefined;
|
|
130521
|
+
seed?: undefined;
|
|
130522
|
+
size?: undefined;
|
|
130523
|
+
sourcePath?: undefined;
|
|
130524
|
+
elapsedMs?: undefined;
|
|
130525
|
+
};
|
|
130526
|
+
} | {
|
|
130527
|
+
name: string;
|
|
130528
|
+
description: string;
|
|
130529
|
+
params: {
|
|
130530
|
+
name: string;
|
|
130531
|
+
type: string;
|
|
130532
|
+
required: boolean;
|
|
130533
|
+
description: string;
|
|
130534
|
+
}[];
|
|
130535
|
+
responseShape: {
|
|
130536
|
+
rigPath: string;
|
|
130537
|
+
parts: string;
|
|
130538
|
+
ok?: undefined;
|
|
130539
|
+
bundlePath?: undefined;
|
|
130540
|
+
boneCount?: undefined;
|
|
130541
|
+
vertexCount?: undefined;
|
|
130542
|
+
triangleCount?: undefined;
|
|
130543
|
+
clips?: undefined;
|
|
130544
|
+
outdir?: undefined;
|
|
130545
|
+
frames?: undefined;
|
|
130546
|
+
framePaths?: undefined;
|
|
130547
|
+
sheet?: undefined;
|
|
130548
|
+
gif?: undefined;
|
|
130549
|
+
atlas?: undefined;
|
|
130550
|
+
presets?: undefined;
|
|
130551
|
+
rig?: undefined;
|
|
130552
|
+
resolved?: undefined;
|
|
130553
|
+
outPath?: undefined;
|
|
130554
|
+
legend?: undefined;
|
|
130555
|
+
model?: undefined;
|
|
130556
|
+
prompt?: undefined;
|
|
130557
|
+
seed?: undefined;
|
|
130558
|
+
size?: undefined;
|
|
130559
|
+
sourcePath?: undefined;
|
|
130560
|
+
elapsedMs?: undefined;
|
|
130561
|
+
};
|
|
130562
|
+
} | {
|
|
130563
|
+
name: string;
|
|
130564
|
+
description: string;
|
|
130565
|
+
params: {
|
|
130566
|
+
name: string;
|
|
130567
|
+
type: string;
|
|
130568
|
+
required: boolean;
|
|
130569
|
+
description: string;
|
|
130570
|
+
}[];
|
|
130571
|
+
responseShape: {
|
|
130572
|
+
outPath: string;
|
|
130573
|
+
legend: {
|
|
130574
|
+
type: string;
|
|
130575
|
+
items: {
|
|
130576
|
+
type: string;
|
|
130577
|
+
properties: {
|
|
130578
|
+
name: {
|
|
130579
|
+
type: string;
|
|
130580
|
+
required: boolean;
|
|
130581
|
+
};
|
|
130582
|
+
color: {
|
|
130583
|
+
type: string;
|
|
130584
|
+
required: boolean;
|
|
130585
|
+
};
|
|
130586
|
+
};
|
|
130587
|
+
};
|
|
130588
|
+
};
|
|
130589
|
+
ok?: undefined;
|
|
130590
|
+
bundlePath?: undefined;
|
|
130591
|
+
boneCount?: undefined;
|
|
130592
|
+
vertexCount?: undefined;
|
|
130593
|
+
triangleCount?: undefined;
|
|
130594
|
+
clips?: undefined;
|
|
130595
|
+
outdir?: undefined;
|
|
130596
|
+
frames?: undefined;
|
|
130597
|
+
framePaths?: undefined;
|
|
130598
|
+
sheet?: undefined;
|
|
130599
|
+
gif?: undefined;
|
|
130600
|
+
atlas?: undefined;
|
|
130601
|
+
presets?: undefined;
|
|
130602
|
+
rig?: undefined;
|
|
130603
|
+
resolved?: undefined;
|
|
130604
|
+
rigPath?: undefined;
|
|
130605
|
+
parts?: undefined;
|
|
130606
|
+
model?: undefined;
|
|
130607
|
+
prompt?: undefined;
|
|
130608
|
+
seed?: undefined;
|
|
130609
|
+
size?: undefined;
|
|
130610
|
+
sourcePath?: undefined;
|
|
130611
|
+
elapsedMs?: undefined;
|
|
130612
|
+
};
|
|
130613
|
+
} | {
|
|
130614
|
+
name: string;
|
|
130615
|
+
description: string;
|
|
130616
|
+
params: {
|
|
130617
|
+
name: string;
|
|
130618
|
+
type: string;
|
|
130619
|
+
required: boolean;
|
|
130620
|
+
description: string;
|
|
130621
|
+
}[];
|
|
130622
|
+
responseShape: {
|
|
130623
|
+
outPath: string;
|
|
130624
|
+
model: string;
|
|
130625
|
+
prompt: string;
|
|
130626
|
+
seed: string;
|
|
130627
|
+
size: string;
|
|
130628
|
+
sourcePath: string;
|
|
130629
|
+
elapsedMs: string;
|
|
130630
|
+
ok?: undefined;
|
|
130631
|
+
bundlePath?: undefined;
|
|
130632
|
+
boneCount?: undefined;
|
|
130633
|
+
vertexCount?: undefined;
|
|
130634
|
+
triangleCount?: undefined;
|
|
130635
|
+
clips?: undefined;
|
|
130636
|
+
outdir?: undefined;
|
|
130637
|
+
frames?: undefined;
|
|
130638
|
+
framePaths?: undefined;
|
|
130639
|
+
sheet?: undefined;
|
|
130640
|
+
gif?: undefined;
|
|
130641
|
+
atlas?: undefined;
|
|
130642
|
+
presets?: undefined;
|
|
130643
|
+
rig?: undefined;
|
|
130644
|
+
resolved?: undefined;
|
|
130645
|
+
rigPath?: undefined;
|
|
130646
|
+
parts?: undefined;
|
|
130647
|
+
legend?: undefined;
|
|
130648
|
+
};
|
|
130649
|
+
})[];
|
|
130650
|
+
};
|
|
128834
130651
|
};
|
|
128835
130652
|
categories: string[];
|
|
128836
130653
|
};
|
|
@@ -130155,6 +131972,11 @@ declare const COMPONENT_MAPPING: {
|
|
|
130155
131972
|
importPath: string;
|
|
130156
131973
|
category: string;
|
|
130157
131974
|
};
|
|
131975
|
+
"draw-skinned-mesh": {
|
|
131976
|
+
component: string;
|
|
131977
|
+
importPath: string;
|
|
131978
|
+
category: string;
|
|
131979
|
+
};
|
|
130158
131980
|
"draw-text": {
|
|
130159
131981
|
component: string;
|
|
130160
131982
|
importPath: string;
|
|
@@ -131091,4 +132913,4 @@ declare function isDrawablePattern(patternType: string): boolean;
|
|
|
131091
132913
|
*/
|
|
131092
132914
|
declare function isDrawHostPattern(patternType: string): boolean;
|
|
131093
132915
|
|
|
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 };
|
|
132916
|
+
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 };
|