@almadar/core 10.84.0 → 10.85.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 +9 -0
- package/dist/builders.js.map +1 -1
- package/dist/{effect-DruTSW2O.d.ts → effect-BgDiw_bG.d.ts} +19 -3
- package/dist/{entityAccess-BoYVXf3b.d.ts → entityAccess-DK5S_2cT.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory/index.js +180 -8
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +9 -0
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/{index-76Ff6JCE.d.ts → index-ChYsqVJj.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +289 -12
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +6 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +367 -13
- package/dist/patterns/index.js +189 -11
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +181 -9
- package/dist/patterns/registry.json +181 -9
- package/dist/{schema-BdeZ8R35.d.ts → schema-BhfQb1oe.d.ts} +498 -2
- package/dist/state-machine/index.js +91 -1
- package/dist/state-machine/index.js.map +1 -1
- package/dist/{trait-DKJWX0Ru.d.ts → trait-pavNlGqm.d.ts} +122 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +10 -0
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CRr2IuTj.d.ts → types-CCAmdxcH.d.ts} +12 -2
- package/package.json +1 -1
package/dist/patterns/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { z } from 'zod';
|
|
|
3
3
|
// src/patterns/patterns-registry.json
|
|
4
4
|
var patterns_registry_default = {
|
|
5
5
|
version: "1.0.0",
|
|
6
|
-
exportedAt: "2026-09-
|
|
6
|
+
exportedAt: "2026-09-05T01:37:56.135Z",
|
|
7
7
|
patterns: {
|
|
8
8
|
"entity-table": {
|
|
9
9
|
type: "entity-table",
|
|
@@ -9284,6 +9284,11 @@ var patterns_registry_default = {
|
|
|
9284
9284
|
"boolean"
|
|
9285
9285
|
]
|
|
9286
9286
|
},
|
|
9287
|
+
title: {
|
|
9288
|
+
types: [
|
|
9289
|
+
"string"
|
|
9290
|
+
]
|
|
9291
|
+
},
|
|
9287
9292
|
onClick: {
|
|
9288
9293
|
types: [
|
|
9289
9294
|
"function"
|
|
@@ -16765,7 +16770,8 @@ var patterns_registry_default = {
|
|
|
16765
16770
|
"paragraph-forward",
|
|
16766
16771
|
"paragraph-back",
|
|
16767
16772
|
"line",
|
|
16768
|
-
"selection"
|
|
16773
|
+
"selection",
|
|
16774
|
+
"match-bracket"
|
|
16769
16775
|
]
|
|
16770
16776
|
},
|
|
16771
16777
|
{
|
|
@@ -16796,7 +16802,16 @@ var patterns_registry_default = {
|
|
|
16796
16802
|
enumValues: [
|
|
16797
16803
|
"delete",
|
|
16798
16804
|
"yank",
|
|
16799
|
-
"change"
|
|
16805
|
+
"change",
|
|
16806
|
+
"put",
|
|
16807
|
+
"put-before",
|
|
16808
|
+
"undo",
|
|
16809
|
+
"redo",
|
|
16810
|
+
"join",
|
|
16811
|
+
"toggle-case",
|
|
16812
|
+
"indent",
|
|
16813
|
+
"dedent",
|
|
16814
|
+
"replace"
|
|
16800
16815
|
]
|
|
16801
16816
|
},
|
|
16802
16817
|
{
|
|
@@ -16819,7 +16834,8 @@ var patterns_registry_default = {
|
|
|
16819
16834
|
"paragraph-forward",
|
|
16820
16835
|
"paragraph-back",
|
|
16821
16836
|
"line",
|
|
16822
|
-
"selection"
|
|
16837
|
+
"selection",
|
|
16838
|
+
"match-bracket"
|
|
16823
16839
|
]
|
|
16824
16840
|
},
|
|
16825
16841
|
{
|
|
@@ -16908,7 +16924,8 @@ var patterns_registry_default = {
|
|
|
16908
16924
|
"paragraph-forward",
|
|
16909
16925
|
"paragraph-back",
|
|
16910
16926
|
"line",
|
|
16911
|
-
"selection"
|
|
16927
|
+
"selection",
|
|
16928
|
+
"match-bracket"
|
|
16912
16929
|
]
|
|
16913
16930
|
},
|
|
16914
16931
|
default: [
|
|
@@ -16927,7 +16944,8 @@ var patterns_registry_default = {
|
|
|
16927
16944
|
"paragraph-forward",
|
|
16928
16945
|
"paragraph-back",
|
|
16929
16946
|
"line",
|
|
16930
|
-
"selection"
|
|
16947
|
+
"selection",
|
|
16948
|
+
"match-bracket"
|
|
16931
16949
|
],
|
|
16932
16950
|
tier: "presentation"
|
|
16933
16951
|
},
|
|
@@ -16943,13 +16961,31 @@ var patterns_registry_default = {
|
|
|
16943
16961
|
enumValues: [
|
|
16944
16962
|
"delete",
|
|
16945
16963
|
"yank",
|
|
16946
|
-
"change"
|
|
16964
|
+
"change",
|
|
16965
|
+
"put",
|
|
16966
|
+
"put-before",
|
|
16967
|
+
"undo",
|
|
16968
|
+
"redo",
|
|
16969
|
+
"join",
|
|
16970
|
+
"toggle-case",
|
|
16971
|
+
"indent",
|
|
16972
|
+
"dedent",
|
|
16973
|
+
"replace"
|
|
16947
16974
|
]
|
|
16948
16975
|
},
|
|
16949
16976
|
default: [
|
|
16950
16977
|
"delete",
|
|
16951
16978
|
"yank",
|
|
16952
|
-
"change"
|
|
16979
|
+
"change",
|
|
16980
|
+
"put",
|
|
16981
|
+
"put-before",
|
|
16982
|
+
"undo",
|
|
16983
|
+
"redo",
|
|
16984
|
+
"join",
|
|
16985
|
+
"toggle-case",
|
|
16986
|
+
"indent",
|
|
16987
|
+
"dedent",
|
|
16988
|
+
"replace"
|
|
16953
16989
|
],
|
|
16954
16990
|
tier: "presentation"
|
|
16955
16991
|
}
|
|
@@ -52223,7 +52259,10 @@ var patterns_registry_default = {
|
|
|
52223
52259
|
enumValues: [
|
|
52224
52260
|
"bottom-center",
|
|
52225
52261
|
"bottom-left",
|
|
52226
|
-
"bottom-right"
|
|
52262
|
+
"bottom-right",
|
|
52263
|
+
"top-center",
|
|
52264
|
+
"top-left",
|
|
52265
|
+
"top-right"
|
|
52227
52266
|
],
|
|
52228
52267
|
default: "bottom-center"
|
|
52229
52268
|
},
|
|
@@ -52786,6 +52825,139 @@ var patterns_registry_default = {
|
|
|
52786
52825
|
description: "Base URL prepended to every manifest path."
|
|
52787
52826
|
}
|
|
52788
52827
|
}
|
|
52828
|
+
},
|
|
52829
|
+
"ui-slot-component": {
|
|
52830
|
+
type: "ui-slot-component",
|
|
52831
|
+
category: "layout",
|
|
52832
|
+
tier: "organisms",
|
|
52833
|
+
family: "core",
|
|
52834
|
+
description: "UISlotComponent component",
|
|
52835
|
+
suggestedFor: [
|
|
52836
|
+
"slot",
|
|
52837
|
+
"component",
|
|
52838
|
+
"u i slot component"
|
|
52839
|
+
],
|
|
52840
|
+
typicalSize: "large",
|
|
52841
|
+
propsSchema: {
|
|
52842
|
+
slot: {
|
|
52843
|
+
types: [
|
|
52844
|
+
"object"
|
|
52845
|
+
],
|
|
52846
|
+
description: "slot prop",
|
|
52847
|
+
required: true
|
|
52848
|
+
},
|
|
52849
|
+
portal: {
|
|
52850
|
+
types: [
|
|
52851
|
+
"boolean"
|
|
52852
|
+
],
|
|
52853
|
+
description: "portal prop",
|
|
52854
|
+
default: false
|
|
52855
|
+
},
|
|
52856
|
+
position: {
|
|
52857
|
+
types: [
|
|
52858
|
+
"string"
|
|
52859
|
+
],
|
|
52860
|
+
description: "position prop",
|
|
52861
|
+
enumValues: [
|
|
52862
|
+
"left",
|
|
52863
|
+
"right",
|
|
52864
|
+
"top-right",
|
|
52865
|
+
"top-left",
|
|
52866
|
+
"bottom-right",
|
|
52867
|
+
"bottom-left"
|
|
52868
|
+
]
|
|
52869
|
+
},
|
|
52870
|
+
className: {
|
|
52871
|
+
types: [
|
|
52872
|
+
"string"
|
|
52873
|
+
],
|
|
52874
|
+
description: "className prop"
|
|
52875
|
+
},
|
|
52876
|
+
draggable: {
|
|
52877
|
+
types: [
|
|
52878
|
+
"boolean"
|
|
52879
|
+
],
|
|
52880
|
+
description: "draggable prop"
|
|
52881
|
+
},
|
|
52882
|
+
isLoading: {
|
|
52883
|
+
types: [
|
|
52884
|
+
"boolean"
|
|
52885
|
+
],
|
|
52886
|
+
description: "isLoading prop"
|
|
52887
|
+
},
|
|
52888
|
+
error: {
|
|
52889
|
+
types: [
|
|
52890
|
+
"object"
|
|
52891
|
+
],
|
|
52892
|
+
description: "error prop",
|
|
52893
|
+
properties: {
|
|
52894
|
+
message: {
|
|
52895
|
+
types: [
|
|
52896
|
+
"string"
|
|
52897
|
+
]
|
|
52898
|
+
},
|
|
52899
|
+
name: {
|
|
52900
|
+
types: [
|
|
52901
|
+
"string"
|
|
52902
|
+
]
|
|
52903
|
+
},
|
|
52904
|
+
code: {
|
|
52905
|
+
types: [
|
|
52906
|
+
"string"
|
|
52907
|
+
]
|
|
52908
|
+
},
|
|
52909
|
+
stack: {
|
|
52910
|
+
types: [
|
|
52911
|
+
"string"
|
|
52912
|
+
]
|
|
52913
|
+
}
|
|
52914
|
+
},
|
|
52915
|
+
propertyRequired: [
|
|
52916
|
+
"message"
|
|
52917
|
+
]
|
|
52918
|
+
},
|
|
52919
|
+
entity: {
|
|
52920
|
+
types: [
|
|
52921
|
+
"string"
|
|
52922
|
+
],
|
|
52923
|
+
description: "entity prop"
|
|
52924
|
+
},
|
|
52925
|
+
children: {
|
|
52926
|
+
types: [
|
|
52927
|
+
"node"
|
|
52928
|
+
],
|
|
52929
|
+
description: "Compiled mode: render children directly instead of resolving from context"
|
|
52930
|
+
},
|
|
52931
|
+
pattern: {
|
|
52932
|
+
types: [
|
|
52933
|
+
"string"
|
|
52934
|
+
],
|
|
52935
|
+
description: "Pattern type for data-pattern attribute (compiled mode)"
|
|
52936
|
+
},
|
|
52937
|
+
sourceTrait: {
|
|
52938
|
+
types: [
|
|
52939
|
+
"string"
|
|
52940
|
+
],
|
|
52941
|
+
description: "Source trait name for data-source-trait attribute (compiled mode)"
|
|
52942
|
+
},
|
|
52943
|
+
fallback: {
|
|
52944
|
+
types: [
|
|
52945
|
+
"node"
|
|
52946
|
+
],
|
|
52947
|
+
description: "Host-supplied stock content for a slot-host region (Studio V4 \xA714 Part I2). Ignored whenever `children` is passed \u2014 `children` (compiled mode) always wins, so a compiled organism's slot can never be silently shadowed by a host `fallback`. In `portal` mode `fallback` never portals: it paints inline at this component's own position in the tree, while slot content (if present) still portals as usual \u2014 a plugin filling `modal` doesn't relocate the host's inline empty-state."
|
|
52948
|
+
},
|
|
52949
|
+
mode: {
|
|
52950
|
+
types: [
|
|
52951
|
+
"string"
|
|
52952
|
+
],
|
|
52953
|
+
description: "`'replace'` (default): slot content when present, else `fallback`. `'append'`: `fallback` first, then slot content when present \u2014 both render together, so `fallback` is a fixture, not just a placeholder.",
|
|
52954
|
+
enumValues: [
|
|
52955
|
+
"replace",
|
|
52956
|
+
"append"
|
|
52957
|
+
],
|
|
52958
|
+
default: "replace"
|
|
52959
|
+
}
|
|
52960
|
+
}
|
|
52789
52961
|
}
|
|
52790
52962
|
},
|
|
52791
52963
|
categories: [
|
|
@@ -56329,7 +56501,7 @@ var integrators_registry_default = {
|
|
|
56329
56501
|
// src/patterns/component-mapping.json
|
|
56330
56502
|
var component_mapping_default = {
|
|
56331
56503
|
version: "1.0.0",
|
|
56332
|
-
exportedAt: "2026-09-
|
|
56504
|
+
exportedAt: "2026-09-05T01:37:56.135Z",
|
|
56333
56505
|
mappings: {
|
|
56334
56506
|
"page-header": {
|
|
56335
56507
|
component: "PageHeader",
|
|
@@ -57762,6 +57934,11 @@ var component_mapping_default = {
|
|
|
57762
57934
|
component: "GameAudioCue",
|
|
57763
57935
|
importPath: "@/components/game/atoms/GameAudioCue",
|
|
57764
57936
|
category: "game"
|
|
57937
|
+
},
|
|
57938
|
+
"ui-slot-component": {
|
|
57939
|
+
component: "UISlotComponent",
|
|
57940
|
+
importPath: "@/components/core/organisms/UISlotRenderer",
|
|
57941
|
+
category: "layout"
|
|
57765
57942
|
}
|
|
57766
57943
|
}
|
|
57767
57944
|
};
|
|
@@ -57769,7 +57946,7 @@ var component_mapping_default = {
|
|
|
57769
57946
|
// src/patterns/event-contracts.json
|
|
57770
57947
|
var event_contracts_default = {
|
|
57771
57948
|
version: "1.0.0",
|
|
57772
|
-
exportedAt: "2026-09-
|
|
57949
|
+
exportedAt: "2026-09-05T01:37:56.135Z",
|
|
57773
57950
|
contracts: {
|
|
57774
57951
|
form: {
|
|
57775
57952
|
emits: [
|
|
@@ -59221,6 +59398,7 @@ var PATTERN_TYPES = [
|
|
|
59221
59398
|
"trend-indicator",
|
|
59222
59399
|
"typewriter-text",
|
|
59223
59400
|
"typography",
|
|
59401
|
+
"ui-slot-component",
|
|
59224
59402
|
"ui-slot-renderer",
|
|
59225
59403
|
"upload-drop-zone",
|
|
59226
59404
|
"version-diff",
|