@almadar/core 10.83.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-09-04T03:53:29.561Z",
3
+ "exportedAt": "2026-09-05T01:37:56.135Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -9281,6 +9281,11 @@
9281
9281
  "boolean"
9282
9282
  ]
9283
9283
  },
9284
+ "title": {
9285
+ "types": [
9286
+ "string"
9287
+ ]
9288
+ },
9284
9289
  "onClick": {
9285
9290
  "types": [
9286
9291
  "function"
@@ -16762,7 +16767,8 @@
16762
16767
  "paragraph-forward",
16763
16768
  "paragraph-back",
16764
16769
  "line",
16765
- "selection"
16770
+ "selection",
16771
+ "match-bracket"
16766
16772
  ]
16767
16773
  },
16768
16774
  {
@@ -16793,7 +16799,16 @@
16793
16799
  "enumValues": [
16794
16800
  "delete",
16795
16801
  "yank",
16796
- "change"
16802
+ "change",
16803
+ "put",
16804
+ "put-before",
16805
+ "undo",
16806
+ "redo",
16807
+ "join",
16808
+ "toggle-case",
16809
+ "indent",
16810
+ "dedent",
16811
+ "replace"
16797
16812
  ]
16798
16813
  },
16799
16814
  {
@@ -16816,7 +16831,8 @@
16816
16831
  "paragraph-forward",
16817
16832
  "paragraph-back",
16818
16833
  "line",
16819
- "selection"
16834
+ "selection",
16835
+ "match-bracket"
16820
16836
  ]
16821
16837
  },
16822
16838
  {
@@ -16905,7 +16921,8 @@
16905
16921
  "paragraph-forward",
16906
16922
  "paragraph-back",
16907
16923
  "line",
16908
- "selection"
16924
+ "selection",
16925
+ "match-bracket"
16909
16926
  ]
16910
16927
  },
16911
16928
  "default": [
@@ -16924,7 +16941,8 @@
16924
16941
  "paragraph-forward",
16925
16942
  "paragraph-back",
16926
16943
  "line",
16927
- "selection"
16944
+ "selection",
16945
+ "match-bracket"
16928
16946
  ],
16929
16947
  "tier": "presentation"
16930
16948
  },
@@ -16940,13 +16958,31 @@
16940
16958
  "enumValues": [
16941
16959
  "delete",
16942
16960
  "yank",
16943
- "change"
16961
+ "change",
16962
+ "put",
16963
+ "put-before",
16964
+ "undo",
16965
+ "redo",
16966
+ "join",
16967
+ "toggle-case",
16968
+ "indent",
16969
+ "dedent",
16970
+ "replace"
16944
16971
  ]
16945
16972
  },
16946
16973
  "default": [
16947
16974
  "delete",
16948
16975
  "yank",
16949
- "change"
16976
+ "change",
16977
+ "put",
16978
+ "put-before",
16979
+ "undo",
16980
+ "redo",
16981
+ "join",
16982
+ "toggle-case",
16983
+ "indent",
16984
+ "dedent",
16985
+ "replace"
16950
16986
  ],
16951
16987
  "tier": "presentation"
16952
16988
  }
@@ -52220,7 +52256,10 @@
52220
52256
  "enumValues": [
52221
52257
  "bottom-center",
52222
52258
  "bottom-left",
52223
- "bottom-right"
52259
+ "bottom-right",
52260
+ "top-center",
52261
+ "top-left",
52262
+ "top-right"
52224
52263
  ],
52225
52264
  "default": "bottom-center"
52226
52265
  },
@@ -52783,6 +52822,139 @@
52783
52822
  "description": "Base URL prepended to every manifest path."
52784
52823
  }
52785
52824
  }
52825
+ },
52826
+ "ui-slot-component": {
52827
+ "type": "ui-slot-component",
52828
+ "category": "layout",
52829
+ "tier": "organisms",
52830
+ "family": "core",
52831
+ "description": "UISlotComponent component",
52832
+ "suggestedFor": [
52833
+ "slot",
52834
+ "component",
52835
+ "u i slot component"
52836
+ ],
52837
+ "typicalSize": "large",
52838
+ "propsSchema": {
52839
+ "slot": {
52840
+ "types": [
52841
+ "object"
52842
+ ],
52843
+ "description": "slot prop",
52844
+ "required": true
52845
+ },
52846
+ "portal": {
52847
+ "types": [
52848
+ "boolean"
52849
+ ],
52850
+ "description": "portal prop",
52851
+ "default": false
52852
+ },
52853
+ "position": {
52854
+ "types": [
52855
+ "string"
52856
+ ],
52857
+ "description": "position prop",
52858
+ "enumValues": [
52859
+ "left",
52860
+ "right",
52861
+ "top-right",
52862
+ "top-left",
52863
+ "bottom-right",
52864
+ "bottom-left"
52865
+ ]
52866
+ },
52867
+ "className": {
52868
+ "types": [
52869
+ "string"
52870
+ ],
52871
+ "description": "className prop"
52872
+ },
52873
+ "draggable": {
52874
+ "types": [
52875
+ "boolean"
52876
+ ],
52877
+ "description": "draggable prop"
52878
+ },
52879
+ "isLoading": {
52880
+ "types": [
52881
+ "boolean"
52882
+ ],
52883
+ "description": "isLoading prop"
52884
+ },
52885
+ "error": {
52886
+ "types": [
52887
+ "object"
52888
+ ],
52889
+ "description": "error prop",
52890
+ "properties": {
52891
+ "message": {
52892
+ "types": [
52893
+ "string"
52894
+ ]
52895
+ },
52896
+ "name": {
52897
+ "types": [
52898
+ "string"
52899
+ ]
52900
+ },
52901
+ "code": {
52902
+ "types": [
52903
+ "string"
52904
+ ]
52905
+ },
52906
+ "stack": {
52907
+ "types": [
52908
+ "string"
52909
+ ]
52910
+ }
52911
+ },
52912
+ "propertyRequired": [
52913
+ "message"
52914
+ ]
52915
+ },
52916
+ "entity": {
52917
+ "types": [
52918
+ "string"
52919
+ ],
52920
+ "description": "entity prop"
52921
+ },
52922
+ "children": {
52923
+ "types": [
52924
+ "node"
52925
+ ],
52926
+ "description": "Compiled mode: render children directly instead of resolving from context"
52927
+ },
52928
+ "pattern": {
52929
+ "types": [
52930
+ "string"
52931
+ ],
52932
+ "description": "Pattern type for data-pattern attribute (compiled mode)"
52933
+ },
52934
+ "sourceTrait": {
52935
+ "types": [
52936
+ "string"
52937
+ ],
52938
+ "description": "Source trait name for data-source-trait attribute (compiled mode)"
52939
+ },
52940
+ "fallback": {
52941
+ "types": [
52942
+ "node"
52943
+ ],
52944
+ "description": "Host-supplied stock content for a slot-host region (Studio V4 §14 Part I2). Ignored whenever `children` is passed — `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 — a plugin filling `modal` doesn't relocate the host's inline empty-state."
52945
+ },
52946
+ "mode": {
52947
+ "types": [
52948
+ "string"
52949
+ ],
52950
+ "description": "`'replace'` (default): slot content when present, else `fallback`. `'append'`: `fallback` first, then slot content when present — both render together, so `fallback` is a fixture, not just a placeholder.",
52951
+ "enumValues": [
52952
+ "replace",
52953
+ "append"
52954
+ ],
52955
+ "default": "replace"
52956
+ }
52957
+ }
52786
52958
  }
52787
52959
  },
52788
52960
  "categories": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-09-04T03:53:29.561Z",
3
+ "exportedAt": "2026-09-05T01:37:56.135Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -9281,6 +9281,11 @@
9281
9281
  "boolean"
9282
9282
  ]
9283
9283
  },
9284
+ "title": {
9285
+ "types": [
9286
+ "string"
9287
+ ]
9288
+ },
9284
9289
  "onClick": {
9285
9290
  "types": [
9286
9291
  "function"
@@ -16762,7 +16767,8 @@
16762
16767
  "paragraph-forward",
16763
16768
  "paragraph-back",
16764
16769
  "line",
16765
- "selection"
16770
+ "selection",
16771
+ "match-bracket"
16766
16772
  ]
16767
16773
  },
16768
16774
  {
@@ -16793,7 +16799,16 @@
16793
16799
  "enumValues": [
16794
16800
  "delete",
16795
16801
  "yank",
16796
- "change"
16802
+ "change",
16803
+ "put",
16804
+ "put-before",
16805
+ "undo",
16806
+ "redo",
16807
+ "join",
16808
+ "toggle-case",
16809
+ "indent",
16810
+ "dedent",
16811
+ "replace"
16797
16812
  ]
16798
16813
  },
16799
16814
  {
@@ -16816,7 +16831,8 @@
16816
16831
  "paragraph-forward",
16817
16832
  "paragraph-back",
16818
16833
  "line",
16819
- "selection"
16834
+ "selection",
16835
+ "match-bracket"
16820
16836
  ]
16821
16837
  },
16822
16838
  {
@@ -16905,7 +16921,8 @@
16905
16921
  "paragraph-forward",
16906
16922
  "paragraph-back",
16907
16923
  "line",
16908
- "selection"
16924
+ "selection",
16925
+ "match-bracket"
16909
16926
  ]
16910
16927
  },
16911
16928
  "default": [
@@ -16924,7 +16941,8 @@
16924
16941
  "paragraph-forward",
16925
16942
  "paragraph-back",
16926
16943
  "line",
16927
- "selection"
16944
+ "selection",
16945
+ "match-bracket"
16928
16946
  ],
16929
16947
  "tier": "presentation"
16930
16948
  },
@@ -16940,13 +16958,31 @@
16940
16958
  "enumValues": [
16941
16959
  "delete",
16942
16960
  "yank",
16943
- "change"
16961
+ "change",
16962
+ "put",
16963
+ "put-before",
16964
+ "undo",
16965
+ "redo",
16966
+ "join",
16967
+ "toggle-case",
16968
+ "indent",
16969
+ "dedent",
16970
+ "replace"
16944
16971
  ]
16945
16972
  },
16946
16973
  "default": [
16947
16974
  "delete",
16948
16975
  "yank",
16949
- "change"
16976
+ "change",
16977
+ "put",
16978
+ "put-before",
16979
+ "undo",
16980
+ "redo",
16981
+ "join",
16982
+ "toggle-case",
16983
+ "indent",
16984
+ "dedent",
16985
+ "replace"
16950
16986
  ],
16951
16987
  "tier": "presentation"
16952
16988
  }
@@ -52220,7 +52256,10 @@
52220
52256
  "enumValues": [
52221
52257
  "bottom-center",
52222
52258
  "bottom-left",
52223
- "bottom-right"
52259
+ "bottom-right",
52260
+ "top-center",
52261
+ "top-left",
52262
+ "top-right"
52224
52263
  ],
52225
52264
  "default": "bottom-center"
52226
52265
  },
@@ -52783,6 +52822,139 @@
52783
52822
  "description": "Base URL prepended to every manifest path."
52784
52823
  }
52785
52824
  }
52825
+ },
52826
+ "ui-slot-component": {
52827
+ "type": "ui-slot-component",
52828
+ "category": "layout",
52829
+ "tier": "organisms",
52830
+ "family": "core",
52831
+ "description": "UISlotComponent component",
52832
+ "suggestedFor": [
52833
+ "slot",
52834
+ "component",
52835
+ "u i slot component"
52836
+ ],
52837
+ "typicalSize": "large",
52838
+ "propsSchema": {
52839
+ "slot": {
52840
+ "types": [
52841
+ "object"
52842
+ ],
52843
+ "description": "slot prop",
52844
+ "required": true
52845
+ },
52846
+ "portal": {
52847
+ "types": [
52848
+ "boolean"
52849
+ ],
52850
+ "description": "portal prop",
52851
+ "default": false
52852
+ },
52853
+ "position": {
52854
+ "types": [
52855
+ "string"
52856
+ ],
52857
+ "description": "position prop",
52858
+ "enumValues": [
52859
+ "left",
52860
+ "right",
52861
+ "top-right",
52862
+ "top-left",
52863
+ "bottom-right",
52864
+ "bottom-left"
52865
+ ]
52866
+ },
52867
+ "className": {
52868
+ "types": [
52869
+ "string"
52870
+ ],
52871
+ "description": "className prop"
52872
+ },
52873
+ "draggable": {
52874
+ "types": [
52875
+ "boolean"
52876
+ ],
52877
+ "description": "draggable prop"
52878
+ },
52879
+ "isLoading": {
52880
+ "types": [
52881
+ "boolean"
52882
+ ],
52883
+ "description": "isLoading prop"
52884
+ },
52885
+ "error": {
52886
+ "types": [
52887
+ "object"
52888
+ ],
52889
+ "description": "error prop",
52890
+ "properties": {
52891
+ "message": {
52892
+ "types": [
52893
+ "string"
52894
+ ]
52895
+ },
52896
+ "name": {
52897
+ "types": [
52898
+ "string"
52899
+ ]
52900
+ },
52901
+ "code": {
52902
+ "types": [
52903
+ "string"
52904
+ ]
52905
+ },
52906
+ "stack": {
52907
+ "types": [
52908
+ "string"
52909
+ ]
52910
+ }
52911
+ },
52912
+ "propertyRequired": [
52913
+ "message"
52914
+ ]
52915
+ },
52916
+ "entity": {
52917
+ "types": [
52918
+ "string"
52919
+ ],
52920
+ "description": "entity prop"
52921
+ },
52922
+ "children": {
52923
+ "types": [
52924
+ "node"
52925
+ ],
52926
+ "description": "Compiled mode: render children directly instead of resolving from context"
52927
+ },
52928
+ "pattern": {
52929
+ "types": [
52930
+ "string"
52931
+ ],
52932
+ "description": "Pattern type for data-pattern attribute (compiled mode)"
52933
+ },
52934
+ "sourceTrait": {
52935
+ "types": [
52936
+ "string"
52937
+ ],
52938
+ "description": "Source trait name for data-source-trait attribute (compiled mode)"
52939
+ },
52940
+ "fallback": {
52941
+ "types": [
52942
+ "node"
52943
+ ],
52944
+ "description": "Host-supplied stock content for a slot-host region (Studio V4 §14 Part I2). Ignored whenever `children` is passed — `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 — a plugin filling `modal` doesn't relocate the host's inline empty-state."
52945
+ },
52946
+ "mode": {
52947
+ "types": [
52948
+ "string"
52949
+ ],
52950
+ "description": "`'replace'` (default): slot content when present, else `fallback`. `'append'`: `fallback` first, then slot content when present — both render together, so `fallback` is a fixture, not just a placeholder.",
52951
+ "enumValues": [
52952
+ "replace",
52953
+ "append"
52954
+ ],
52955
+ "default": "replace"
52956
+ }
52957
+ }
52786
52958
  }
52787
52959
  },
52788
52960
  "categories": [