@almadar/core 10.90.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 +2 -1
- package/dist/builders.js.map +1 -1
- package/dist/{effect-7jQQxiIt.d.ts → effect-Bt8vKHwd.d.ts} +9 -1
- package/dist/{entityAccess-CpHfCQA3.d.ts → entityAccess-BdDX85rM.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory/index.js +225 -70
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +2 -1
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/i18n/index.js +6 -0
- package/dist/i18n/index.js.map +1 -1
- package/dist/{index-BresfHJy.d.ts → index-rOBf1Oag.d.ts} +24 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +432 -79
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +11 -5
- package/dist/mock/index.js +3 -2
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +785 -109
- package/dist/patterns/index.js +424 -78
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +198 -6
- package/dist/patterns/patterns-registry.json +224 -70
- package/dist/patterns/registry.json +224 -70
- package/dist/patterns/services-registry.json +265 -68
- package/dist/{schema-C52juBr8.d.ts → schema-ovDTDQz9.d.ts} +2 -2
- package/dist/{trait-CFiL1YUN.d.ts → trait-C3e3btfn.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +2 -1
- package/dist/types/index.js.map +1 -1
- package/dist/{types-BgC8ETnl.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",
|
|
@@ -8499,10 +8515,7 @@ var patterns = {
|
|
|
8499
8515
|
"function",
|
|
8500
8516
|
"string"
|
|
8501
8517
|
],
|
|
8502
|
-
description: "Callback or declarative event key when clear button is clicked"
|
|
8503
|
-
kind: "event-ref",
|
|
8504
|
-
emitPayloadSchema: [
|
|
8505
|
-
]
|
|
8518
|
+
description: "Callback or declarative event key when clear button is clicked"
|
|
8506
8519
|
},
|
|
8507
8520
|
options: {
|
|
8508
8521
|
types: [
|
|
@@ -8547,16 +8560,9 @@ var patterns = {
|
|
|
8547
8560
|
kind: "event-ref",
|
|
8548
8561
|
emitPayloadSchema: [
|
|
8549
8562
|
{
|
|
8550
|
-
name: "
|
|
8551
|
-
type: "
|
|
8552
|
-
required:
|
|
8553
|
-
typeWhen: [
|
|
8554
|
-
{
|
|
8555
|
-
knob: "inputType",
|
|
8556
|
-
equals: "number",
|
|
8557
|
-
type: "number"
|
|
8558
|
-
}
|
|
8559
|
-
]
|
|
8563
|
+
name: "_payload",
|
|
8564
|
+
type: "object",
|
|
8565
|
+
required: false
|
|
8560
8566
|
}
|
|
8561
8567
|
]
|
|
8562
8568
|
}
|
|
@@ -8626,6 +8632,7 @@ var patterns = {
|
|
|
8626
8632
|
select: {
|
|
8627
8633
|
type: "select",
|
|
8628
8634
|
category: "component",
|
|
8635
|
+
sourceFile: "components/core/atoms/Select.tsx",
|
|
8629
8636
|
tier: "atoms",
|
|
8630
8637
|
family: "core",
|
|
8631
8638
|
description: "Dropdown select input",
|
|
@@ -8815,7 +8822,26 @@ var patterns = {
|
|
|
8815
8822
|
"function",
|
|
8816
8823
|
"string"
|
|
8817
8824
|
],
|
|
8818
|
-
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
|
+
]
|
|
8819
8845
|
}
|
|
8820
8846
|
}
|
|
8821
8847
|
},
|
|
@@ -11378,6 +11404,7 @@ var patterns = {
|
|
|
11378
11404
|
"input-group": {
|
|
11379
11405
|
type: "input-group",
|
|
11380
11406
|
category: "form",
|
|
11407
|
+
sourceFile: "components/core/molecules/InputGroup.tsx",
|
|
11381
11408
|
tier: "molecules",
|
|
11382
11409
|
family: "core",
|
|
11383
11410
|
description: "InputGroup Molecule Component A component for grouping input with addons (icons, buttons, text). Uses Input, Button, Icon, and Typography atoms.",
|
|
@@ -11498,10 +11525,7 @@ var patterns = {
|
|
|
11498
11525
|
"function",
|
|
11499
11526
|
"string"
|
|
11500
11527
|
],
|
|
11501
|
-
description: "Callback or declarative event key when clear button is clicked"
|
|
11502
|
-
kind: "event-ref",
|
|
11503
|
-
emitPayloadSchema: [
|
|
11504
|
-
]
|
|
11528
|
+
description: "Callback or declarative event key when clear button is clicked"
|
|
11505
11529
|
},
|
|
11506
11530
|
options: {
|
|
11507
11531
|
types: [
|
|
@@ -11545,16 +11569,9 @@ var patterns = {
|
|
|
11545
11569
|
kind: "event-ref",
|
|
11546
11570
|
emitPayloadSchema: [
|
|
11547
11571
|
{
|
|
11548
|
-
name: "
|
|
11549
|
-
type: "
|
|
11550
|
-
required:
|
|
11551
|
-
typeWhen: [
|
|
11552
|
-
{
|
|
11553
|
-
knob: "inputType",
|
|
11554
|
-
equals: "number",
|
|
11555
|
-
type: "number"
|
|
11556
|
-
}
|
|
11557
|
-
]
|
|
11572
|
+
name: "_payload",
|
|
11573
|
+
type: "object",
|
|
11574
|
+
required: false
|
|
11558
11575
|
}
|
|
11559
11576
|
]
|
|
11560
11577
|
},
|
|
@@ -13872,6 +13889,7 @@ var patterns = {
|
|
|
13872
13889
|
"game-shell": {
|
|
13873
13890
|
type: "game-shell",
|
|
13874
13891
|
category: "game",
|
|
13892
|
+
sourceFile: "components/game/templates/GameShell.tsx",
|
|
13875
13893
|
tier: "templates",
|
|
13876
13894
|
family: "game",
|
|
13877
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>",
|
|
@@ -13997,7 +14015,10 @@ var patterns = {
|
|
|
13997
14015
|
"1:1",
|
|
13998
14016
|
"16:9",
|
|
13999
14017
|
"5:7",
|
|
14000
|
-
"8:1"
|
|
14018
|
+
"8:1",
|
|
14019
|
+
"4:1",
|
|
14020
|
+
"5:3",
|
|
14021
|
+
"1:2"
|
|
14001
14022
|
]
|
|
14002
14023
|
},
|
|
14003
14024
|
atlas: {
|
|
@@ -14092,7 +14113,10 @@ var patterns = {
|
|
|
14092
14113
|
"1:1",
|
|
14093
14114
|
"16:9",
|
|
14094
14115
|
"5:7",
|
|
14095
|
-
"8:1"
|
|
14116
|
+
"8:1",
|
|
14117
|
+
"4:1",
|
|
14118
|
+
"5:3",
|
|
14119
|
+
"1:2"
|
|
14096
14120
|
]
|
|
14097
14121
|
},
|
|
14098
14122
|
atlas: {
|
|
@@ -28377,6 +28401,7 @@ var patterns = {
|
|
|
28377
28401
|
"choice-button": {
|
|
28378
28402
|
type: "choice-button",
|
|
28379
28403
|
category: "game",
|
|
28404
|
+
sourceFile: "components/game/atoms/ChoiceButton.tsx",
|
|
28380
28405
|
tier: "atoms",
|
|
28381
28406
|
family: "game",
|
|
28382
28407
|
description: "ChoiceButton component",
|
|
@@ -28466,7 +28491,10 @@ var patterns = {
|
|
|
28466
28491
|
"1:1",
|
|
28467
28492
|
"16:9",
|
|
28468
28493
|
"5:7",
|
|
28469
|
-
"8:1"
|
|
28494
|
+
"8:1",
|
|
28495
|
+
"4:1",
|
|
28496
|
+
"5:3",
|
|
28497
|
+
"1:2"
|
|
28470
28498
|
]
|
|
28471
28499
|
},
|
|
28472
28500
|
atlas: {
|
|
@@ -28557,6 +28585,7 @@ var patterns = {
|
|
|
28557
28585
|
"control-button": {
|
|
28558
28586
|
type: "control-button",
|
|
28559
28587
|
category: "game",
|
|
28588
|
+
sourceFile: "components/game/atoms/ControlButton.tsx",
|
|
28560
28589
|
tier: "atoms",
|
|
28561
28590
|
family: "game",
|
|
28562
28591
|
description: "ControlButton component",
|
|
@@ -28632,7 +28661,10 @@ var patterns = {
|
|
|
28632
28661
|
"1:1",
|
|
28633
28662
|
"16:9",
|
|
28634
28663
|
"5:7",
|
|
28635
|
-
"8:1"
|
|
28664
|
+
"8:1",
|
|
28665
|
+
"4:1",
|
|
28666
|
+
"5:3",
|
|
28667
|
+
"1:2"
|
|
28636
28668
|
]
|
|
28637
28669
|
},
|
|
28638
28670
|
atlas: {
|
|
@@ -28751,6 +28783,7 @@ var patterns = {
|
|
|
28751
28783
|
"dialogue-bubble": {
|
|
28752
28784
|
type: "dialogue-bubble",
|
|
28753
28785
|
category: "game",
|
|
28786
|
+
sourceFile: "components/game/atoms/DialogueBubble.tsx",
|
|
28754
28787
|
tier: "atoms",
|
|
28755
28788
|
family: "game",
|
|
28756
28789
|
description: "DialogueBubble component",
|
|
@@ -28841,7 +28874,10 @@ var patterns = {
|
|
|
28841
28874
|
"1:1",
|
|
28842
28875
|
"16:9",
|
|
28843
28876
|
"5:7",
|
|
28844
|
-
"8:1"
|
|
28877
|
+
"8:1",
|
|
28878
|
+
"4:1",
|
|
28879
|
+
"5:3",
|
|
28880
|
+
"1:2"
|
|
28845
28881
|
]
|
|
28846
28882
|
},
|
|
28847
28883
|
atlas: {
|
|
@@ -28912,6 +28948,7 @@ var patterns = {
|
|
|
28912
28948
|
"health-bar": {
|
|
28913
28949
|
type: "health-bar",
|
|
28914
28950
|
category: "game",
|
|
28951
|
+
sourceFile: "components/game/atoms/HealthBar.tsx",
|
|
28915
28952
|
tier: "atoms",
|
|
28916
28953
|
family: "game",
|
|
28917
28954
|
description: "HealthBar component",
|
|
@@ -29060,7 +29097,10 @@ var patterns = {
|
|
|
29060
29097
|
"1:1",
|
|
29061
29098
|
"16:9",
|
|
29062
29099
|
"5:7",
|
|
29063
|
-
"8:1"
|
|
29100
|
+
"8:1",
|
|
29101
|
+
"4:1",
|
|
29102
|
+
"5:3",
|
|
29103
|
+
"1:2"
|
|
29064
29104
|
]
|
|
29065
29105
|
},
|
|
29066
29106
|
atlas: {
|
|
@@ -29155,7 +29195,10 @@ var patterns = {
|
|
|
29155
29195
|
"1:1",
|
|
29156
29196
|
"16:9",
|
|
29157
29197
|
"5:7",
|
|
29158
|
-
"8:1"
|
|
29198
|
+
"8:1",
|
|
29199
|
+
"4:1",
|
|
29200
|
+
"5:3",
|
|
29201
|
+
"1:2"
|
|
29159
29202
|
]
|
|
29160
29203
|
},
|
|
29161
29204
|
atlas: {
|
|
@@ -29190,6 +29233,7 @@ var patterns = {
|
|
|
29190
29233
|
"score-display": {
|
|
29191
29234
|
type: "score-display",
|
|
29192
29235
|
category: "game",
|
|
29236
|
+
sourceFile: "components/game/atoms/ScoreDisplay.tsx",
|
|
29193
29237
|
tier: "atoms",
|
|
29194
29238
|
family: "game",
|
|
29195
29239
|
description: "ScoreDisplay component",
|
|
@@ -29265,7 +29309,10 @@ var patterns = {
|
|
|
29265
29309
|
"1:1",
|
|
29266
29310
|
"16:9",
|
|
29267
29311
|
"5:7",
|
|
29268
|
-
"8:1"
|
|
29312
|
+
"8:1",
|
|
29313
|
+
"4:1",
|
|
29314
|
+
"5:3",
|
|
29315
|
+
"1:2"
|
|
29269
29316
|
]
|
|
29270
29317
|
},
|
|
29271
29318
|
atlas: {
|
|
@@ -29352,6 +29399,7 @@ var patterns = {
|
|
|
29352
29399
|
"timer-display": {
|
|
29353
29400
|
type: "timer-display",
|
|
29354
29401
|
category: "game",
|
|
29402
|
+
sourceFile: "components/game/atoms/TimerDisplay.tsx",
|
|
29355
29403
|
tier: "atoms",
|
|
29356
29404
|
family: "game",
|
|
29357
29405
|
description: "TimerDisplay component",
|
|
@@ -29478,7 +29526,10 @@ var patterns = {
|
|
|
29478
29526
|
"1:1",
|
|
29479
29527
|
"16:9",
|
|
29480
29528
|
"5:7",
|
|
29481
|
-
"8:1"
|
|
29529
|
+
"8:1",
|
|
29530
|
+
"4:1",
|
|
29531
|
+
"5:3",
|
|
29532
|
+
"1:2"
|
|
29482
29533
|
]
|
|
29483
29534
|
},
|
|
29484
29535
|
atlas: {
|
|
@@ -31749,6 +31800,7 @@ var patterns = {
|
|
|
31749
31800
|
"game-hud": {
|
|
31750
31801
|
type: "game-hud",
|
|
31751
31802
|
category: "game",
|
|
31803
|
+
sourceFile: "components/game/molecules/GameHud.tsx",
|
|
31752
31804
|
tier: "molecules",
|
|
31753
31805
|
family: "game",
|
|
31754
31806
|
description: "GameHud component",
|
|
@@ -31839,7 +31891,10 @@ var patterns = {
|
|
|
31839
31891
|
"1:1",
|
|
31840
31892
|
"16:9",
|
|
31841
31893
|
"5:7",
|
|
31842
|
-
"8:1"
|
|
31894
|
+
"8:1",
|
|
31895
|
+
"4:1",
|
|
31896
|
+
"5:3",
|
|
31897
|
+
"1:2"
|
|
31843
31898
|
]
|
|
31844
31899
|
},
|
|
31845
31900
|
atlas: {
|
|
@@ -31933,7 +31988,10 @@ var patterns = {
|
|
|
31933
31988
|
"1:1",
|
|
31934
31989
|
"16:9",
|
|
31935
31990
|
"5:7",
|
|
31936
|
-
"8:1"
|
|
31991
|
+
"8:1",
|
|
31992
|
+
"4:1",
|
|
31993
|
+
"5:3",
|
|
31994
|
+
"1:2"
|
|
31937
31995
|
]
|
|
31938
31996
|
},
|
|
31939
31997
|
atlas: {
|
|
@@ -32090,7 +32148,10 @@ var patterns = {
|
|
|
32090
32148
|
"1:1",
|
|
32091
32149
|
"16:9",
|
|
32092
32150
|
"5:7",
|
|
32093
|
-
"8:1"
|
|
32151
|
+
"8:1",
|
|
32152
|
+
"4:1",
|
|
32153
|
+
"5:3",
|
|
32154
|
+
"1:2"
|
|
32094
32155
|
]
|
|
32095
32156
|
},
|
|
32096
32157
|
atlas: {
|
|
@@ -32184,7 +32245,10 @@ var patterns = {
|
|
|
32184
32245
|
"1:1",
|
|
32185
32246
|
"16:9",
|
|
32186
32247
|
"5:7",
|
|
32187
|
-
"8:1"
|
|
32248
|
+
"8:1",
|
|
32249
|
+
"4:1",
|
|
32250
|
+
"5:3",
|
|
32251
|
+
"1:2"
|
|
32188
32252
|
]
|
|
32189
32253
|
},
|
|
32190
32254
|
atlas: {
|
|
@@ -32373,7 +32437,10 @@ var patterns = {
|
|
|
32373
32437
|
"1:1",
|
|
32374
32438
|
"16:9",
|
|
32375
32439
|
"5:7",
|
|
32376
|
-
"8:1"
|
|
32440
|
+
"8:1",
|
|
32441
|
+
"4:1",
|
|
32442
|
+
"5:3",
|
|
32443
|
+
"1:2"
|
|
32377
32444
|
]
|
|
32378
32445
|
},
|
|
32379
32446
|
atlas: {
|
|
@@ -32720,7 +32787,10 @@ var patterns = {
|
|
|
32720
32787
|
"1:1",
|
|
32721
32788
|
"16:9",
|
|
32722
32789
|
"5:7",
|
|
32723
|
-
"8:1"
|
|
32790
|
+
"8:1",
|
|
32791
|
+
"4:1",
|
|
32792
|
+
"5:3",
|
|
32793
|
+
"1:2"
|
|
32724
32794
|
]
|
|
32725
32795
|
},
|
|
32726
32796
|
atlas: {
|
|
@@ -32761,6 +32831,7 @@ var patterns = {
|
|
|
32761
32831
|
"stat-badge": {
|
|
32762
32832
|
type: "stat-badge",
|
|
32763
32833
|
category: "game",
|
|
32834
|
+
sourceFile: "components/game/molecules/StatBadge.tsx",
|
|
32764
32835
|
tier: "molecules",
|
|
32765
32836
|
family: "game",
|
|
32766
32837
|
description: "StatBadge component",
|
|
@@ -32836,7 +32907,10 @@ var patterns = {
|
|
|
32836
32907
|
"1:1",
|
|
32837
32908
|
"16:9",
|
|
32838
32909
|
"5:7",
|
|
32839
|
-
"8:1"
|
|
32910
|
+
"8:1",
|
|
32911
|
+
"4:1",
|
|
32912
|
+
"5:3",
|
|
32913
|
+
"1:2"
|
|
32840
32914
|
]
|
|
32841
32915
|
},
|
|
32842
32916
|
atlas: {
|
|
@@ -32931,7 +33005,10 @@ var patterns = {
|
|
|
32931
33005
|
"1:1",
|
|
32932
33006
|
"16:9",
|
|
32933
33007
|
"5:7",
|
|
32934
|
-
"8:1"
|
|
33008
|
+
"8:1",
|
|
33009
|
+
"4:1",
|
|
33010
|
+
"5:3",
|
|
33011
|
+
"1:2"
|
|
32935
33012
|
]
|
|
32936
33013
|
},
|
|
32937
33014
|
atlas: {
|
|
@@ -33457,6 +33534,7 @@ var patterns = {
|
|
|
33457
33534
|
"game-audio-toggle": {
|
|
33458
33535
|
type: "game-audio-toggle",
|
|
33459
33536
|
category: "game",
|
|
33537
|
+
sourceFile: "components/game/atoms/GameAudioToggle.tsx",
|
|
33460
33538
|
tier: "atoms",
|
|
33461
33539
|
family: "game",
|
|
33462
33540
|
description: "GameAudioToggle component",
|
|
@@ -33588,7 +33666,10 @@ var patterns = {
|
|
|
33588
33666
|
"1:1",
|
|
33589
33667
|
"16:9",
|
|
33590
33668
|
"5:7",
|
|
33591
|
-
"8:1"
|
|
33669
|
+
"8:1",
|
|
33670
|
+
"4:1",
|
|
33671
|
+
"5:3",
|
|
33672
|
+
"1:2"
|
|
33592
33673
|
]
|
|
33593
33674
|
},
|
|
33594
33675
|
atlas: {
|
|
@@ -33683,7 +33764,10 @@ var patterns = {
|
|
|
33683
33764
|
"1:1",
|
|
33684
33765
|
"16:9",
|
|
33685
33766
|
"5:7",
|
|
33686
|
-
"8:1"
|
|
33767
|
+
"8:1",
|
|
33768
|
+
"4:1",
|
|
33769
|
+
"5:3",
|
|
33770
|
+
"1:2"
|
|
33687
33771
|
]
|
|
33688
33772
|
},
|
|
33689
33773
|
atlas: {
|
|
@@ -33732,6 +33816,7 @@ var patterns = {
|
|
|
33732
33816
|
"trait-slot": {
|
|
33733
33817
|
type: "trait-slot",
|
|
33734
33818
|
category: "game",
|
|
33819
|
+
sourceFile: "components/game/molecules/TraitSlot.tsx",
|
|
33735
33820
|
tier: "molecules",
|
|
33736
33821
|
family: "game",
|
|
33737
33822
|
description: "Event Contract: Emits: UI:CLICK Emits: UI:REMOVE",
|
|
@@ -33844,7 +33929,10 @@ var patterns = {
|
|
|
33844
33929
|
"1:1",
|
|
33845
33930
|
"16:9",
|
|
33846
33931
|
"5:7",
|
|
33847
|
-
"8:1"
|
|
33932
|
+
"8:1",
|
|
33933
|
+
"4:1",
|
|
33934
|
+
"5:3",
|
|
33935
|
+
"1:2"
|
|
33848
33936
|
]
|
|
33849
33937
|
},
|
|
33850
33938
|
atlas: {
|
|
@@ -34087,7 +34175,10 @@ var patterns = {
|
|
|
34087
34175
|
"1:1",
|
|
34088
34176
|
"16:9",
|
|
34089
34177
|
"5:7",
|
|
34090
|
-
"8:1"
|
|
34178
|
+
"8:1",
|
|
34179
|
+
"4:1",
|
|
34180
|
+
"5:3",
|
|
34181
|
+
"1:2"
|
|
34091
34182
|
]
|
|
34092
34183
|
},
|
|
34093
34184
|
atlas: {
|
|
@@ -34264,7 +34355,10 @@ var patterns = {
|
|
|
34264
34355
|
"1:1",
|
|
34265
34356
|
"16:9",
|
|
34266
34357
|
"5:7",
|
|
34267
|
-
"8:1"
|
|
34358
|
+
"8:1",
|
|
34359
|
+
"4:1",
|
|
34360
|
+
"5:3",
|
|
34361
|
+
"1:2"
|
|
34268
34362
|
]
|
|
34269
34363
|
},
|
|
34270
34364
|
atlas: {
|
|
@@ -34490,7 +34584,10 @@ var patterns = {
|
|
|
34490
34584
|
"1:1",
|
|
34491
34585
|
"16:9",
|
|
34492
34586
|
"5:7",
|
|
34493
|
-
"8:1"
|
|
34587
|
+
"8:1",
|
|
34588
|
+
"4:1",
|
|
34589
|
+
"5:3",
|
|
34590
|
+
"1:2"
|
|
34494
34591
|
]
|
|
34495
34592
|
},
|
|
34496
34593
|
atlas: {
|
|
@@ -34687,6 +34784,7 @@ var patterns = {
|
|
|
34687
34784
|
"action-palette": {
|
|
34688
34785
|
type: "action-palette",
|
|
34689
34786
|
category: "game",
|
|
34787
|
+
sourceFile: "components/game/molecules/ActionPalette.tsx",
|
|
34690
34788
|
tier: "molecules",
|
|
34691
34789
|
family: "game",
|
|
34692
34790
|
description: "ActionPalette Component Grid of draggable ActionTile components for the Sequencer tier. Kids pick from these to build their sequence.",
|
|
@@ -34797,7 +34895,10 @@ var patterns = {
|
|
|
34797
34895
|
"1:1",
|
|
34798
34896
|
"16:9",
|
|
34799
34897
|
"5:7",
|
|
34800
|
-
"8:1"
|
|
34898
|
+
"8:1",
|
|
34899
|
+
"4:1",
|
|
34900
|
+
"5:3",
|
|
34901
|
+
"1:2"
|
|
34801
34902
|
]
|
|
34802
34903
|
},
|
|
34803
34904
|
atlas: {
|
|
@@ -34986,6 +35087,7 @@ var patterns = {
|
|
|
34986
35087
|
"action-tile": {
|
|
34987
35088
|
type: "action-tile",
|
|
34988
35089
|
category: "game",
|
|
35090
|
+
sourceFile: "components/game/molecules/ActionTile.tsx",
|
|
34989
35091
|
tier: "molecules",
|
|
34990
35092
|
family: "game",
|
|
34991
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.",
|
|
@@ -35198,7 +35300,10 @@ var patterns = {
|
|
|
35198
35300
|
"1:1",
|
|
35199
35301
|
"16:9",
|
|
35200
35302
|
"5:7",
|
|
35201
|
-
"8:1"
|
|
35303
|
+
"8:1",
|
|
35304
|
+
"4:1",
|
|
35305
|
+
"5:3",
|
|
35306
|
+
"1:2"
|
|
35202
35307
|
]
|
|
35203
35308
|
},
|
|
35204
35309
|
atlas: {
|
|
@@ -35361,6 +35466,7 @@ var patterns = {
|
|
|
35361
35466
|
"sequence-bar": {
|
|
35362
35467
|
type: "sequence-bar",
|
|
35363
35468
|
category: "game",
|
|
35469
|
+
sourceFile: "components/game/molecules/SequenceBar.tsx",
|
|
35364
35470
|
tier: "molecules",
|
|
35365
35471
|
family: "game",
|
|
35366
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.",
|
|
@@ -35471,7 +35577,10 @@ var patterns = {
|
|
|
35471
35577
|
"1:1",
|
|
35472
35578
|
"16:9",
|
|
35473
35579
|
"5:7",
|
|
35474
|
-
"8:1"
|
|
35580
|
+
"8:1",
|
|
35581
|
+
"4:1",
|
|
35582
|
+
"5:3",
|
|
35583
|
+
"1:2"
|
|
35475
35584
|
]
|
|
35476
35585
|
},
|
|
35477
35586
|
atlas: {
|
|
@@ -35699,7 +35808,10 @@ var patterns = {
|
|
|
35699
35808
|
"1:1",
|
|
35700
35809
|
"16:9",
|
|
35701
35810
|
"5:7",
|
|
35702
|
-
"8:1"
|
|
35811
|
+
"8:1",
|
|
35812
|
+
"4:1",
|
|
35813
|
+
"5:3",
|
|
35814
|
+
"1:2"
|
|
35703
35815
|
]
|
|
35704
35816
|
},
|
|
35705
35817
|
atlas: {
|
|
@@ -38749,6 +38861,7 @@ var patterns = {
|
|
|
38749
38861
|
"canvas-2d": {
|
|
38750
38862
|
type: "canvas-2d",
|
|
38751
38863
|
category: "game",
|
|
38864
|
+
sourceFile: "components/game/molecules/Canvas2D.tsx",
|
|
38752
38865
|
tier: "molecules",
|
|
38753
38866
|
family: "game",
|
|
38754
38867
|
description: "Canvas2D component",
|
|
@@ -38895,7 +39008,10 @@ var patterns = {
|
|
|
38895
39008
|
"1:1",
|
|
38896
39009
|
"16:9",
|
|
38897
39010
|
"5:7",
|
|
38898
|
-
"8:1"
|
|
39011
|
+
"8:1",
|
|
39012
|
+
"4:1",
|
|
39013
|
+
"5:3",
|
|
39014
|
+
"1:2"
|
|
38899
39015
|
]
|
|
38900
39016
|
},
|
|
38901
39017
|
atlas: {
|
|
@@ -39208,6 +39324,7 @@ var patterns = {
|
|
|
39208
39324
|
"control-grid": {
|
|
39209
39325
|
type: "control-grid",
|
|
39210
39326
|
category: "game",
|
|
39327
|
+
sourceFile: "components/game/molecules/ControlGrid.tsx",
|
|
39211
39328
|
tier: "molecules",
|
|
39212
39329
|
family: "game",
|
|
39213
39330
|
description: "ControlGrid component",
|
|
@@ -39319,7 +39436,10 @@ var patterns = {
|
|
|
39319
39436
|
"1:1",
|
|
39320
39437
|
"16:9",
|
|
39321
39438
|
"5:7",
|
|
39322
|
-
"8:1"
|
|
39439
|
+
"8:1",
|
|
39440
|
+
"4:1",
|
|
39441
|
+
"5:3",
|
|
39442
|
+
"1:2"
|
|
39323
39443
|
]
|
|
39324
39444
|
},
|
|
39325
39445
|
atlas: {
|
|
@@ -39548,7 +39668,10 @@ var patterns = {
|
|
|
39548
39668
|
"1:1",
|
|
39549
39669
|
"16:9",
|
|
39550
39670
|
"5:7",
|
|
39551
|
-
"8:1"
|
|
39671
|
+
"8:1",
|
|
39672
|
+
"4:1",
|
|
39673
|
+
"5:3",
|
|
39674
|
+
"1:2"
|
|
39552
39675
|
]
|
|
39553
39676
|
},
|
|
39554
39677
|
atlas: {
|
|
@@ -39619,6 +39742,7 @@ var patterns = {
|
|
|
39619
39742
|
"game-icon": {
|
|
39620
39743
|
type: "game-icon",
|
|
39621
39744
|
category: "game",
|
|
39745
|
+
sourceFile: "components/core/atoms/GameIcon.tsx",
|
|
39622
39746
|
tier: "atoms",
|
|
39623
39747
|
family: "core",
|
|
39624
39748
|
description: "GameIcon component",
|
|
@@ -39694,7 +39818,10 @@ var patterns = {
|
|
|
39694
39818
|
"1:1",
|
|
39695
39819
|
"16:9",
|
|
39696
39820
|
"5:7",
|
|
39697
|
-
"8:1"
|
|
39821
|
+
"8:1",
|
|
39822
|
+
"4:1",
|
|
39823
|
+
"5:3",
|
|
39824
|
+
"1:2"
|
|
39698
39825
|
]
|
|
39699
39826
|
},
|
|
39700
39827
|
atlas: {
|
|
@@ -48034,6 +48161,7 @@ var patterns = {
|
|
|
48034
48161
|
"draw-sprite": {
|
|
48035
48162
|
type: "draw-sprite",
|
|
48036
48163
|
category: "game",
|
|
48164
|
+
sourceFile: "components/game/atoms/DrawSprite.tsx",
|
|
48037
48165
|
tier: "atoms",
|
|
48038
48166
|
family: "game",
|
|
48039
48167
|
description: "DrawSprite component",
|
|
@@ -48155,7 +48283,10 @@ var patterns = {
|
|
|
48155
48283
|
"1:1",
|
|
48156
48284
|
"16:9",
|
|
48157
48285
|
"5:7",
|
|
48158
|
-
"8:1"
|
|
48286
|
+
"8:1",
|
|
48287
|
+
"4:1",
|
|
48288
|
+
"5:3",
|
|
48289
|
+
"1:2"
|
|
48159
48290
|
]
|
|
48160
48291
|
},
|
|
48161
48292
|
atlas: {
|
|
@@ -49139,6 +49270,7 @@ var patterns = {
|
|
|
49139
49270
|
"draw-sprite-layer": {
|
|
49140
49271
|
type: "draw-sprite-layer",
|
|
49141
49272
|
category: "game",
|
|
49273
|
+
sourceFile: "components/game/molecules/DrawSpriteLayer.tsx",
|
|
49142
49274
|
tier: "molecules",
|
|
49143
49275
|
family: "game",
|
|
49144
49276
|
description: "DrawSpriteLayer component",
|
|
@@ -49281,7 +49413,10 @@ var patterns = {
|
|
|
49281
49413
|
"1:1",
|
|
49282
49414
|
"16:9",
|
|
49283
49415
|
"5:7",
|
|
49284
|
-
"8:1"
|
|
49416
|
+
"8:1",
|
|
49417
|
+
"4:1",
|
|
49418
|
+
"5:3",
|
|
49419
|
+
"1:2"
|
|
49285
49420
|
]
|
|
49286
49421
|
},
|
|
49287
49422
|
atlas: {
|
|
@@ -49587,6 +49722,7 @@ var patterns = {
|
|
|
49587
49722
|
canvas: {
|
|
49588
49723
|
type: "canvas",
|
|
49589
49724
|
category: "game",
|
|
49725
|
+
sourceFile: "components/game/molecules/Canvas.tsx",
|
|
49590
49726
|
tier: "molecules",
|
|
49591
49727
|
family: "game",
|
|
49592
49728
|
description: "Canvas component",
|
|
@@ -49826,7 +49962,10 @@ var patterns = {
|
|
|
49826
49962
|
"1:1",
|
|
49827
49963
|
"16:9",
|
|
49828
49964
|
"5:7",
|
|
49829
|
-
"8:1"
|
|
49965
|
+
"8:1",
|
|
49966
|
+
"4:1",
|
|
49967
|
+
"5:3",
|
|
49968
|
+
"1:2"
|
|
49830
49969
|
]
|
|
49831
49970
|
},
|
|
49832
49971
|
atlas: {
|
|
@@ -52266,6 +52405,7 @@ var patterns = {
|
|
|
52266
52405
|
"draw-fx-layer": {
|
|
52267
52406
|
type: "draw-fx-layer",
|
|
52268
52407
|
category: "game",
|
|
52408
|
+
sourceFile: "components/game/molecules/DrawFxLayer.tsx",
|
|
52269
52409
|
tier: "molecules",
|
|
52270
52410
|
family: "game",
|
|
52271
52411
|
description: "DrawFxLayer component",
|
|
@@ -52641,7 +52781,10 @@ var patterns = {
|
|
|
52641
52781
|
"1:1",
|
|
52642
52782
|
"16:9",
|
|
52643
52783
|
"5:7",
|
|
52644
|
-
"8:1"
|
|
52784
|
+
"8:1",
|
|
52785
|
+
"4:1",
|
|
52786
|
+
"5:3",
|
|
52787
|
+
"1:2"
|
|
52645
52788
|
]
|
|
52646
52789
|
},
|
|
52647
52790
|
atlas: {
|
|
@@ -54059,7 +54202,10 @@ var patterns = {
|
|
|
54059
54202
|
"1:1",
|
|
54060
54203
|
"16:9",
|
|
54061
54204
|
"5:7",
|
|
54062
|
-
"8:1"
|
|
54205
|
+
"8:1",
|
|
54206
|
+
"4:1",
|
|
54207
|
+
"5:3",
|
|
54208
|
+
"1:2"
|
|
54063
54209
|
]
|
|
54064
54210
|
},
|
|
54065
54211
|
atlas: {
|
|
@@ -54191,7 +54337,7 @@ var patterns = {
|
|
|
54191
54337
|
types: [
|
|
54192
54338
|
"array"
|
|
54193
54339
|
],
|
|
54194
|
-
description: "The skeleton (bind pose; FK chain via `parent` names).",
|
|
54340
|
+
description: "The skeleton (bind pose; FK chain via `parent` names). Falls back to the rigbundle's `bones` when empty.",
|
|
54195
54341
|
required: true,
|
|
54196
54342
|
items: {
|
|
54197
54343
|
types: [
|
|
@@ -54274,6 +54420,12 @@ var patterns = {
|
|
|
54274
54420
|
"frames"
|
|
54275
54421
|
]
|
|
54276
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
|
+
},
|
|
54277
54429
|
frame: {
|
|
54278
54430
|
types: [
|
|
54279
54431
|
"number"
|
|
@@ -54344,7 +54496,7 @@ var patternsRegistry = {
|
|
|
54344
54496
|
};
|
|
54345
54497
|
|
|
54346
54498
|
var version$2 = "1.0.0";
|
|
54347
|
-
var exportedAt$2 = "2026-09-
|
|
54499
|
+
var exportedAt$2 = "2026-09-12T12:14:53.173Z";
|
|
54348
54500
|
var integrators = {
|
|
54349
54501
|
github: {
|
|
54350
54502
|
name: "github",
|
|
@@ -57960,9 +58112,9 @@ var integrators = {
|
|
|
57960
58112
|
},
|
|
57961
58113
|
{
|
|
57962
58114
|
name: "rig",
|
|
57963
|
-
type: "
|
|
58115
|
+
type: "object",
|
|
57964
58116
|
required: true,
|
|
57965
|
-
description: "
|
|
58117
|
+
description: "The rig definition (parts, boxes, pivots, …) as JSON."
|
|
57966
58118
|
}
|
|
57967
58119
|
],
|
|
57968
58120
|
responseShape: {
|
|
@@ -57985,9 +58137,9 @@ var integrators = {
|
|
|
57985
58137
|
},
|
|
57986
58138
|
{
|
|
57987
58139
|
name: "rig",
|
|
57988
|
-
type: "
|
|
58140
|
+
type: "object",
|
|
57989
58141
|
required: true,
|
|
57990
|
-
description: "
|
|
58142
|
+
description: "The rig definition (parts, boxes, pivots, …) as JSON."
|
|
57991
58143
|
},
|
|
57992
58144
|
{
|
|
57993
58145
|
name: "preset",
|
|
@@ -58000,9 +58152,201 @@ var integrators = {
|
|
|
58000
58152
|
type: "string",
|
|
58001
58153
|
required: true,
|
|
58002
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."
|
|
58003
58223
|
}
|
|
58004
58224
|
],
|
|
58005
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"
|
|
58006
58350
|
}
|
|
58007
58351
|
}
|
|
58008
58352
|
]
|
|
@@ -58028,7 +58372,7 @@ var integratorsRegistry = {
|
|
|
58028
58372
|
};
|
|
58029
58373
|
|
|
58030
58374
|
var version$1 = "1.0.0";
|
|
58031
|
-
var exportedAt$1 = "2026-09-
|
|
58375
|
+
var exportedAt$1 = "2026-09-12T07:27:39.835Z";
|
|
58032
58376
|
var mappings = {
|
|
58033
58377
|
"page-header": {
|
|
58034
58378
|
component: "PageHeader",
|
|
@@ -59480,7 +59824,7 @@ var componentMapping = {
|
|
|
59480
59824
|
};
|
|
59481
59825
|
|
|
59482
59826
|
var version = "1.0.0";
|
|
59483
|
-
var exportedAt = "2026-09-
|
|
59827
|
+
var exportedAt = "2026-09-12T07:27:39.835Z";
|
|
59484
59828
|
var contracts = {
|
|
59485
59829
|
form: {
|
|
59486
59830
|
emits: [
|
|
@@ -65881,6 +66225,7 @@ declare const registry: {
|
|
|
65881
66225
|
button: {
|
|
65882
66226
|
type: string;
|
|
65883
66227
|
category: string;
|
|
66228
|
+
sourceFile: string;
|
|
65884
66229
|
tier: string;
|
|
65885
66230
|
family: string;
|
|
65886
66231
|
description: string;
|
|
@@ -65982,6 +66327,7 @@ declare const registry: {
|
|
|
65982
66327
|
types: string[];
|
|
65983
66328
|
description: string;
|
|
65984
66329
|
payloadFor: string;
|
|
66330
|
+
eventPayloadBrand: boolean;
|
|
65985
66331
|
};
|
|
65986
66332
|
label: {
|
|
65987
66333
|
types: string[];
|
|
@@ -66000,6 +66346,7 @@ declare const registry: {
|
|
|
66000
66346
|
badge: {
|
|
66001
66347
|
type: string;
|
|
66002
66348
|
category: string;
|
|
66349
|
+
sourceFile: string;
|
|
66003
66350
|
tier: string;
|
|
66004
66351
|
family: string;
|
|
66005
66352
|
description: string;
|
|
@@ -66366,6 +66713,7 @@ declare const registry: {
|
|
|
66366
66713
|
input: {
|
|
66367
66714
|
type: string;
|
|
66368
66715
|
category: string;
|
|
66716
|
+
sourceFile: string;
|
|
66369
66717
|
tier: string;
|
|
66370
66718
|
family: string;
|
|
66371
66719
|
description: string;
|
|
@@ -66439,8 +66787,6 @@ declare const registry: {
|
|
|
66439
66787
|
onClear: {
|
|
66440
66788
|
types: string[];
|
|
66441
66789
|
description: string;
|
|
66442
|
-
kind: string;
|
|
66443
|
-
emitPayloadSchema: never[];
|
|
66444
66790
|
};
|
|
66445
66791
|
options: {
|
|
66446
66792
|
types: string[];
|
|
@@ -66471,11 +66817,6 @@ declare const registry: {
|
|
|
66471
66817
|
name: string;
|
|
66472
66818
|
type: string;
|
|
66473
66819
|
required: boolean;
|
|
66474
|
-
typeWhen: {
|
|
66475
|
-
knob: string;
|
|
66476
|
-
equals: string;
|
|
66477
|
-
type: string;
|
|
66478
|
-
}[];
|
|
66479
66820
|
}[];
|
|
66480
66821
|
};
|
|
66481
66822
|
};
|
|
@@ -66525,6 +66866,7 @@ declare const registry: {
|
|
|
66525
66866
|
select: {
|
|
66526
66867
|
type: string;
|
|
66527
66868
|
category: string;
|
|
66869
|
+
sourceFile: string;
|
|
66528
66870
|
tier: string;
|
|
66529
66871
|
family: string;
|
|
66530
66872
|
description: string;
|
|
@@ -66641,6 +66983,18 @@ declare const registry: {
|
|
|
66641
66983
|
onValueChange: {
|
|
66642
66984
|
types: string[];
|
|
66643
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
|
+
}[];
|
|
66644
66998
|
};
|
|
66645
66999
|
};
|
|
66646
67000
|
};
|
|
@@ -68211,6 +68565,7 @@ declare const registry: {
|
|
|
68211
68565
|
"input-group": {
|
|
68212
68566
|
type: string;
|
|
68213
68567
|
category: string;
|
|
68568
|
+
sourceFile: string;
|
|
68214
68569
|
tier: string;
|
|
68215
68570
|
family: string;
|
|
68216
68571
|
description: string;
|
|
@@ -68280,8 +68635,6 @@ declare const registry: {
|
|
|
68280
68635
|
onClear: {
|
|
68281
68636
|
types: string[];
|
|
68282
68637
|
description: string;
|
|
68283
|
-
kind: string;
|
|
68284
|
-
emitPayloadSchema: never[];
|
|
68285
68638
|
};
|
|
68286
68639
|
options: {
|
|
68287
68640
|
types: string[];
|
|
@@ -68311,11 +68664,6 @@ declare const registry: {
|
|
|
68311
68664
|
name: string;
|
|
68312
68665
|
type: string;
|
|
68313
68666
|
required: boolean;
|
|
68314
|
-
typeWhen: {
|
|
68315
|
-
knob: string;
|
|
68316
|
-
equals: string;
|
|
68317
|
-
type: string;
|
|
68318
|
-
}[];
|
|
68319
68667
|
}[];
|
|
68320
68668
|
};
|
|
68321
68669
|
leftAddon: {
|
|
@@ -69794,6 +70142,7 @@ declare const registry: {
|
|
|
69794
70142
|
"game-shell": {
|
|
69795
70143
|
type: string;
|
|
69796
70144
|
category: string;
|
|
70145
|
+
sourceFile: string;
|
|
69797
70146
|
tier: string;
|
|
69798
70147
|
family: string;
|
|
69799
70148
|
description: string;
|
|
@@ -78650,6 +78999,7 @@ declare const registry: {
|
|
|
78650
78999
|
"choice-button": {
|
|
78651
79000
|
type: string;
|
|
78652
79001
|
category: string;
|
|
79002
|
+
sourceFile: string;
|
|
78653
79003
|
tier: string;
|
|
78654
79004
|
family: string;
|
|
78655
79005
|
description: string;
|
|
@@ -78756,6 +79106,7 @@ declare const registry: {
|
|
|
78756
79106
|
"control-button": {
|
|
78757
79107
|
type: string;
|
|
78758
79108
|
category: string;
|
|
79109
|
+
sourceFile: string;
|
|
78759
79110
|
tier: string;
|
|
78760
79111
|
family: string;
|
|
78761
79112
|
description: string;
|
|
@@ -78873,6 +79224,7 @@ declare const registry: {
|
|
|
78873
79224
|
"dialogue-bubble": {
|
|
78874
79225
|
type: string;
|
|
78875
79226
|
category: string;
|
|
79227
|
+
sourceFile: string;
|
|
78876
79228
|
tier: string;
|
|
78877
79229
|
family: string;
|
|
78878
79230
|
description: string;
|
|
@@ -78964,6 +79316,7 @@ declare const registry: {
|
|
|
78964
79316
|
"health-bar": {
|
|
78965
79317
|
type: string;
|
|
78966
79318
|
category: string;
|
|
79319
|
+
sourceFile: string;
|
|
78967
79320
|
tier: string;
|
|
78968
79321
|
family: string;
|
|
78969
79322
|
description: string;
|
|
@@ -79119,6 +79472,7 @@ declare const registry: {
|
|
|
79119
79472
|
"score-display": {
|
|
79120
79473
|
type: string;
|
|
79121
79474
|
category: string;
|
|
79475
|
+
sourceFile: string;
|
|
79122
79476
|
tier: string;
|
|
79123
79477
|
family: string;
|
|
79124
79478
|
description: string;
|
|
@@ -79211,6 +79565,7 @@ declare const registry: {
|
|
|
79211
79565
|
"timer-display": {
|
|
79212
79566
|
type: string;
|
|
79213
79567
|
category: string;
|
|
79568
|
+
sourceFile: string;
|
|
79214
79569
|
tier: string;
|
|
79215
79570
|
family: string;
|
|
79216
79571
|
description: string;
|
|
@@ -80746,6 +81101,7 @@ declare const registry: {
|
|
|
80746
81101
|
"game-hud": {
|
|
80747
81102
|
type: string;
|
|
80748
81103
|
category: string;
|
|
81104
|
+
sourceFile: string;
|
|
80749
81105
|
tier: string;
|
|
80750
81106
|
family: string;
|
|
80751
81107
|
description: string;
|
|
@@ -81313,6 +81669,7 @@ declare const registry: {
|
|
|
81313
81669
|
"stat-badge": {
|
|
81314
81670
|
type: string;
|
|
81315
81671
|
category: string;
|
|
81672
|
+
sourceFile: string;
|
|
81316
81673
|
tier: string;
|
|
81317
81674
|
family: string;
|
|
81318
81675
|
description: string;
|
|
@@ -81731,6 +82088,7 @@ declare const registry: {
|
|
|
81731
82088
|
"game-audio-toggle": {
|
|
81732
82089
|
type: string;
|
|
81733
82090
|
category: string;
|
|
82091
|
+
sourceFile: string;
|
|
81734
82092
|
tier: string;
|
|
81735
82093
|
family: string;
|
|
81736
82094
|
description: string;
|
|
@@ -81883,6 +82241,7 @@ declare const registry: {
|
|
|
81883
82241
|
"trait-slot": {
|
|
81884
82242
|
type: string;
|
|
81885
82243
|
category: string;
|
|
82244
|
+
sourceFile: string;
|
|
81886
82245
|
tier: string;
|
|
81887
82246
|
family: string;
|
|
81888
82247
|
description: string;
|
|
@@ -82422,6 +82781,7 @@ declare const registry: {
|
|
|
82422
82781
|
"action-palette": {
|
|
82423
82782
|
type: string;
|
|
82424
82783
|
category: string;
|
|
82784
|
+
sourceFile: string;
|
|
82425
82785
|
tier: string;
|
|
82426
82786
|
family: string;
|
|
82427
82787
|
description: string;
|
|
@@ -82592,6 +82952,7 @@ declare const registry: {
|
|
|
82592
82952
|
"action-tile": {
|
|
82593
82953
|
type: string;
|
|
82594
82954
|
category: string;
|
|
82955
|
+
sourceFile: string;
|
|
82595
82956
|
tier: string;
|
|
82596
82957
|
family: string;
|
|
82597
82958
|
description: string;
|
|
@@ -82809,6 +83170,7 @@ declare const registry: {
|
|
|
82809
83170
|
"sequence-bar": {
|
|
82810
83171
|
type: string;
|
|
82811
83172
|
category: string;
|
|
83173
|
+
sourceFile: string;
|
|
82812
83174
|
tier: string;
|
|
82813
83175
|
family: string;
|
|
82814
83176
|
description: string;
|
|
@@ -84887,6 +85249,7 @@ declare const registry: {
|
|
|
84887
85249
|
"canvas-2d": {
|
|
84888
85250
|
type: string;
|
|
84889
85251
|
category: string;
|
|
85252
|
+
sourceFile: string;
|
|
84890
85253
|
tier: string;
|
|
84891
85254
|
family: string;
|
|
84892
85255
|
description: string;
|
|
@@ -85157,6 +85520,7 @@ declare const registry: {
|
|
|
85157
85520
|
"control-grid": {
|
|
85158
85521
|
type: string;
|
|
85159
85522
|
category: string;
|
|
85523
|
+
sourceFile: string;
|
|
85160
85524
|
tier: string;
|
|
85161
85525
|
family: string;
|
|
85162
85526
|
description: string;
|
|
@@ -85385,6 +85749,7 @@ declare const registry: {
|
|
|
85385
85749
|
"game-icon": {
|
|
85386
85750
|
type: string;
|
|
85387
85751
|
category: string;
|
|
85752
|
+
sourceFile: string;
|
|
85388
85753
|
tier: string;
|
|
85389
85754
|
family: string;
|
|
85390
85755
|
description: string;
|
|
@@ -90376,6 +90741,7 @@ declare const registry: {
|
|
|
90376
90741
|
"draw-sprite": {
|
|
90377
90742
|
type: string;
|
|
90378
90743
|
category: string;
|
|
90744
|
+
sourceFile: string;
|
|
90379
90745
|
tier: string;
|
|
90380
90746
|
family: string;
|
|
90381
90747
|
description: string;
|
|
@@ -91002,6 +91368,7 @@ declare const registry: {
|
|
|
91002
91368
|
"draw-sprite-layer": {
|
|
91003
91369
|
type: string;
|
|
91004
91370
|
category: string;
|
|
91371
|
+
sourceFile: string;
|
|
91005
91372
|
tier: string;
|
|
91006
91373
|
family: string;
|
|
91007
91374
|
description: string;
|
|
@@ -91250,6 +91617,7 @@ declare const registry: {
|
|
|
91250
91617
|
canvas: {
|
|
91251
91618
|
type: string;
|
|
91252
91619
|
category: string;
|
|
91620
|
+
sourceFile: string;
|
|
91253
91621
|
tier: string;
|
|
91254
91622
|
family: string;
|
|
91255
91623
|
description: string;
|
|
@@ -92840,6 +93208,7 @@ declare const registry: {
|
|
|
92840
93208
|
"draw-fx-layer": {
|
|
92841
93209
|
type: string;
|
|
92842
93210
|
category: string;
|
|
93211
|
+
sourceFile: string;
|
|
92843
93212
|
tier: string;
|
|
92844
93213
|
family: string;
|
|
92845
93214
|
description: string;
|
|
@@ -94072,6 +94441,10 @@ declare const registry: {
|
|
|
94072
94441
|
};
|
|
94073
94442
|
propertyRequired: string[];
|
|
94074
94443
|
};
|
|
94444
|
+
clipName: {
|
|
94445
|
+
types: string[];
|
|
94446
|
+
description: string;
|
|
94447
|
+
};
|
|
94075
94448
|
frame: {
|
|
94076
94449
|
types: string[];
|
|
94077
94450
|
description: string;
|
|
@@ -98655,6 +99028,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
98655
99028
|
button: {
|
|
98656
99029
|
type: string;
|
|
98657
99030
|
category: string;
|
|
99031
|
+
sourceFile: string;
|
|
98658
99032
|
tier: string;
|
|
98659
99033
|
family: string;
|
|
98660
99034
|
description: string;
|
|
@@ -98756,6 +99130,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
98756
99130
|
types: string[];
|
|
98757
99131
|
description: string;
|
|
98758
99132
|
payloadFor: string;
|
|
99133
|
+
eventPayloadBrand: boolean;
|
|
98759
99134
|
};
|
|
98760
99135
|
label: {
|
|
98761
99136
|
types: string[];
|
|
@@ -98774,6 +99149,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
98774
99149
|
badge: {
|
|
98775
99150
|
type: string;
|
|
98776
99151
|
category: string;
|
|
99152
|
+
sourceFile: string;
|
|
98777
99153
|
tier: string;
|
|
98778
99154
|
family: string;
|
|
98779
99155
|
description: string;
|
|
@@ -99140,6 +99516,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
99140
99516
|
input: {
|
|
99141
99517
|
type: string;
|
|
99142
99518
|
category: string;
|
|
99519
|
+
sourceFile: string;
|
|
99143
99520
|
tier: string;
|
|
99144
99521
|
family: string;
|
|
99145
99522
|
description: string;
|
|
@@ -99213,8 +99590,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
99213
99590
|
onClear: {
|
|
99214
99591
|
types: string[];
|
|
99215
99592
|
description: string;
|
|
99216
|
-
kind: string;
|
|
99217
|
-
emitPayloadSchema: never[];
|
|
99218
99593
|
};
|
|
99219
99594
|
options: {
|
|
99220
99595
|
types: string[];
|
|
@@ -99245,11 +99620,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
99245
99620
|
name: string;
|
|
99246
99621
|
type: string;
|
|
99247
99622
|
required: boolean;
|
|
99248
|
-
typeWhen: {
|
|
99249
|
-
knob: string;
|
|
99250
|
-
equals: string;
|
|
99251
|
-
type: string;
|
|
99252
|
-
}[];
|
|
99253
99623
|
}[];
|
|
99254
99624
|
};
|
|
99255
99625
|
};
|
|
@@ -99299,6 +99669,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
99299
99669
|
select: {
|
|
99300
99670
|
type: string;
|
|
99301
99671
|
category: string;
|
|
99672
|
+
sourceFile: string;
|
|
99302
99673
|
tier: string;
|
|
99303
99674
|
family: string;
|
|
99304
99675
|
description: string;
|
|
@@ -99415,6 +99786,18 @@ declare const PATTERN_REGISTRY: {
|
|
|
99415
99786
|
onValueChange: {
|
|
99416
99787
|
types: string[];
|
|
99417
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
|
+
}[];
|
|
99418
99801
|
};
|
|
99419
99802
|
};
|
|
99420
99803
|
};
|
|
@@ -100985,6 +101368,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
100985
101368
|
"input-group": {
|
|
100986
101369
|
type: string;
|
|
100987
101370
|
category: string;
|
|
101371
|
+
sourceFile: string;
|
|
100988
101372
|
tier: string;
|
|
100989
101373
|
family: string;
|
|
100990
101374
|
description: string;
|
|
@@ -101054,8 +101438,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
101054
101438
|
onClear: {
|
|
101055
101439
|
types: string[];
|
|
101056
101440
|
description: string;
|
|
101057
|
-
kind: string;
|
|
101058
|
-
emitPayloadSchema: never[];
|
|
101059
101441
|
};
|
|
101060
101442
|
options: {
|
|
101061
101443
|
types: string[];
|
|
@@ -101085,11 +101467,6 @@ declare const PATTERN_REGISTRY: {
|
|
|
101085
101467
|
name: string;
|
|
101086
101468
|
type: string;
|
|
101087
101469
|
required: boolean;
|
|
101088
|
-
typeWhen: {
|
|
101089
|
-
knob: string;
|
|
101090
|
-
equals: string;
|
|
101091
|
-
type: string;
|
|
101092
|
-
}[];
|
|
101093
101470
|
}[];
|
|
101094
101471
|
};
|
|
101095
101472
|
leftAddon: {
|
|
@@ -102568,6 +102945,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
102568
102945
|
"game-shell": {
|
|
102569
102946
|
type: string;
|
|
102570
102947
|
category: string;
|
|
102948
|
+
sourceFile: string;
|
|
102571
102949
|
tier: string;
|
|
102572
102950
|
family: string;
|
|
102573
102951
|
description: string;
|
|
@@ -111424,6 +111802,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
111424
111802
|
"choice-button": {
|
|
111425
111803
|
type: string;
|
|
111426
111804
|
category: string;
|
|
111805
|
+
sourceFile: string;
|
|
111427
111806
|
tier: string;
|
|
111428
111807
|
family: string;
|
|
111429
111808
|
description: string;
|
|
@@ -111530,6 +111909,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
111530
111909
|
"control-button": {
|
|
111531
111910
|
type: string;
|
|
111532
111911
|
category: string;
|
|
111912
|
+
sourceFile: string;
|
|
111533
111913
|
tier: string;
|
|
111534
111914
|
family: string;
|
|
111535
111915
|
description: string;
|
|
@@ -111647,6 +112027,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
111647
112027
|
"dialogue-bubble": {
|
|
111648
112028
|
type: string;
|
|
111649
112029
|
category: string;
|
|
112030
|
+
sourceFile: string;
|
|
111650
112031
|
tier: string;
|
|
111651
112032
|
family: string;
|
|
111652
112033
|
description: string;
|
|
@@ -111738,6 +112119,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
111738
112119
|
"health-bar": {
|
|
111739
112120
|
type: string;
|
|
111740
112121
|
category: string;
|
|
112122
|
+
sourceFile: string;
|
|
111741
112123
|
tier: string;
|
|
111742
112124
|
family: string;
|
|
111743
112125
|
description: string;
|
|
@@ -111893,6 +112275,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
111893
112275
|
"score-display": {
|
|
111894
112276
|
type: string;
|
|
111895
112277
|
category: string;
|
|
112278
|
+
sourceFile: string;
|
|
111896
112279
|
tier: string;
|
|
111897
112280
|
family: string;
|
|
111898
112281
|
description: string;
|
|
@@ -111985,6 +112368,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
111985
112368
|
"timer-display": {
|
|
111986
112369
|
type: string;
|
|
111987
112370
|
category: string;
|
|
112371
|
+
sourceFile: string;
|
|
111988
112372
|
tier: string;
|
|
111989
112373
|
family: string;
|
|
111990
112374
|
description: string;
|
|
@@ -113520,6 +113904,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
113520
113904
|
"game-hud": {
|
|
113521
113905
|
type: string;
|
|
113522
113906
|
category: string;
|
|
113907
|
+
sourceFile: string;
|
|
113523
113908
|
tier: string;
|
|
113524
113909
|
family: string;
|
|
113525
113910
|
description: string;
|
|
@@ -114087,6 +114472,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
114087
114472
|
"stat-badge": {
|
|
114088
114473
|
type: string;
|
|
114089
114474
|
category: string;
|
|
114475
|
+
sourceFile: string;
|
|
114090
114476
|
tier: string;
|
|
114091
114477
|
family: string;
|
|
114092
114478
|
description: string;
|
|
@@ -114505,6 +114891,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
114505
114891
|
"game-audio-toggle": {
|
|
114506
114892
|
type: string;
|
|
114507
114893
|
category: string;
|
|
114894
|
+
sourceFile: string;
|
|
114508
114895
|
tier: string;
|
|
114509
114896
|
family: string;
|
|
114510
114897
|
description: string;
|
|
@@ -114657,6 +115044,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
114657
115044
|
"trait-slot": {
|
|
114658
115045
|
type: string;
|
|
114659
115046
|
category: string;
|
|
115047
|
+
sourceFile: string;
|
|
114660
115048
|
tier: string;
|
|
114661
115049
|
family: string;
|
|
114662
115050
|
description: string;
|
|
@@ -115196,6 +115584,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
115196
115584
|
"action-palette": {
|
|
115197
115585
|
type: string;
|
|
115198
115586
|
category: string;
|
|
115587
|
+
sourceFile: string;
|
|
115199
115588
|
tier: string;
|
|
115200
115589
|
family: string;
|
|
115201
115590
|
description: string;
|
|
@@ -115366,6 +115755,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
115366
115755
|
"action-tile": {
|
|
115367
115756
|
type: string;
|
|
115368
115757
|
category: string;
|
|
115758
|
+
sourceFile: string;
|
|
115369
115759
|
tier: string;
|
|
115370
115760
|
family: string;
|
|
115371
115761
|
description: string;
|
|
@@ -115583,6 +115973,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
115583
115973
|
"sequence-bar": {
|
|
115584
115974
|
type: string;
|
|
115585
115975
|
category: string;
|
|
115976
|
+
sourceFile: string;
|
|
115586
115977
|
tier: string;
|
|
115587
115978
|
family: string;
|
|
115588
115979
|
description: string;
|
|
@@ -117661,6 +118052,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
117661
118052
|
"canvas-2d": {
|
|
117662
118053
|
type: string;
|
|
117663
118054
|
category: string;
|
|
118055
|
+
sourceFile: string;
|
|
117664
118056
|
tier: string;
|
|
117665
118057
|
family: string;
|
|
117666
118058
|
description: string;
|
|
@@ -117931,6 +118323,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
117931
118323
|
"control-grid": {
|
|
117932
118324
|
type: string;
|
|
117933
118325
|
category: string;
|
|
118326
|
+
sourceFile: string;
|
|
117934
118327
|
tier: string;
|
|
117935
118328
|
family: string;
|
|
117936
118329
|
description: string;
|
|
@@ -118159,6 +118552,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
118159
118552
|
"game-icon": {
|
|
118160
118553
|
type: string;
|
|
118161
118554
|
category: string;
|
|
118555
|
+
sourceFile: string;
|
|
118162
118556
|
tier: string;
|
|
118163
118557
|
family: string;
|
|
118164
118558
|
description: string;
|
|
@@ -123150,6 +123544,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
123150
123544
|
"draw-sprite": {
|
|
123151
123545
|
type: string;
|
|
123152
123546
|
category: string;
|
|
123547
|
+
sourceFile: string;
|
|
123153
123548
|
tier: string;
|
|
123154
123549
|
family: string;
|
|
123155
123550
|
description: string;
|
|
@@ -123776,6 +124171,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
123776
124171
|
"draw-sprite-layer": {
|
|
123777
124172
|
type: string;
|
|
123778
124173
|
category: string;
|
|
124174
|
+
sourceFile: string;
|
|
123779
124175
|
tier: string;
|
|
123780
124176
|
family: string;
|
|
123781
124177
|
description: string;
|
|
@@ -124024,6 +124420,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
124024
124420
|
canvas: {
|
|
124025
124421
|
type: string;
|
|
124026
124422
|
category: string;
|
|
124423
|
+
sourceFile: string;
|
|
124027
124424
|
tier: string;
|
|
124028
124425
|
family: string;
|
|
124029
124426
|
description: string;
|
|
@@ -125614,6 +126011,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
125614
126011
|
"draw-fx-layer": {
|
|
125615
126012
|
type: string;
|
|
125616
126013
|
category: string;
|
|
126014
|
+
sourceFile: string;
|
|
125617
126015
|
tier: string;
|
|
125618
126016
|
family: string;
|
|
125619
126017
|
description: string;
|
|
@@ -126846,6 +127244,10 @@ declare const PATTERN_REGISTRY: {
|
|
|
126846
127244
|
};
|
|
126847
127245
|
propertyRequired: string[];
|
|
126848
127246
|
};
|
|
127247
|
+
clipName: {
|
|
127248
|
+
types: string[];
|
|
127249
|
+
description: string;
|
|
127250
|
+
};
|
|
126849
127251
|
frame: {
|
|
126850
127252
|
types: string[];
|
|
126851
127253
|
description: string;
|
|
@@ -129935,6 +130337,25 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
129935
130337
|
vertexCount?: undefined;
|
|
129936
130338
|
triangleCount?: undefined;
|
|
129937
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;
|
|
129938
130359
|
};
|
|
129939
130360
|
} | {
|
|
129940
130361
|
name: string;
|
|
@@ -129952,6 +130373,242 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
129952
130373
|
triangleCount: string;
|
|
129953
130374
|
clips: string;
|
|
129954
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;
|
|
129955
130612
|
};
|
|
129956
130613
|
} | {
|
|
129957
130614
|
name: string;
|
|
@@ -129963,12 +130620,31 @@ declare const INTEGRATORS_REGISTRY: {
|
|
|
129963
130620
|
description: string;
|
|
129964
130621
|
}[];
|
|
129965
130622
|
responseShape: {
|
|
130623
|
+
outPath: string;
|
|
130624
|
+
model: string;
|
|
130625
|
+
prompt: string;
|
|
130626
|
+
seed: string;
|
|
130627
|
+
size: string;
|
|
130628
|
+
sourcePath: string;
|
|
130629
|
+
elapsedMs: string;
|
|
129966
130630
|
ok?: undefined;
|
|
129967
130631
|
bundlePath?: undefined;
|
|
129968
130632
|
boneCount?: undefined;
|
|
129969
130633
|
vertexCount?: undefined;
|
|
129970
130634
|
triangleCount?: undefined;
|
|
129971
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;
|
|
129972
130648
|
};
|
|
129973
130649
|
})[];
|
|
129974
130650
|
};
|