@almadar/core 10.72.0 → 10.73.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,7 +1,7 @@
1
- import { O as OrbitalSchema } from '../schema-8n8qR2Rb.js';
2
- export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-OcrfCefK.js';
3
- import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-BftJTKJZ.js';
4
- import '../trait-BRv7XO6_.js';
1
+ import { O as OrbitalSchema } from '../schema-CDlk_DCx.js';
2
+ export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from '../entityAccess-BaGu3lyD.js';
3
+ import { a as EntityPersistence, E as EntityField, F as FieldValue, f as EntityRow } from '../effect-B7xqqEFo.js';
4
+ import '../trait-Cc-SAgVU.js';
5
5
  import '../expression-Fk8bQWef.js';
6
6
  import 'zod';
7
7
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-28T23:51:47.246Z",
3
+ "exportedAt": "2026-08-29T08:05:11.231Z",
4
4
  "mappings": {
5
5
  "page-header": {
6
6
  "component": "PageHeader",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-28T23:51:47.246Z",
3
+ "exportedAt": "2026-08-29T08:05:11.231Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
@@ -1,10 +1,10 @@
1
- import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-BftJTKJZ.js';
2
- export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-BftJTKJZ.js';
1
+ import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, b0 as PatternType } from '../effect-B7xqqEFo.js';
2
+ export { aV as PATTERN_TYPES, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, cT as isValidPatternType } from '../effect-B7xqqEFo.js';
3
3
  import { d as EventPayloadValue, a as EventPayload, J as JsonValue } from '../expression-Fk8bQWef.js';
4
4
  import 'zod';
5
5
 
6
6
  var version$3 = "1.0.0";
7
- var exportedAt$3 = "2026-08-28T23:51:47.246Z";
7
+ var exportedAt$3 = "2026-08-29T08:05:11.231Z";
8
8
  var patterns = {
9
9
  "entity-table": {
10
10
  type: "entity-table",
@@ -47907,6 +47907,19 @@ var patterns = {
47907
47907
  ],
47908
47908
  description: "Muted byline under the title; hidden when empty"
47909
47909
  },
47910
+ coverImage: {
47911
+ types: [
47912
+ "string"
47913
+ ],
47914
+ description: "Cover/hero image URL painted as a full-bleed banner above the header row (Notion/article-hero shape); hidden when empty"
47915
+ },
47916
+ icon: {
47917
+ types: [
47918
+ "icon",
47919
+ "string"
47920
+ ],
47921
+ description: "Document icon rendered beside the title (a file glyph, a domain icon); hidden when empty"
47922
+ },
47910
47923
  value: {
47911
47924
  types: [
47912
47925
  "string"
@@ -48071,6 +48084,7 @@ var patterns = {
48071
48084
  family: "core",
48072
48085
  description: "DocumentDetails — the document's metadata as a compact settings card for the rail beside a DocumentPanel, each property committing in place.",
48073
48086
  capabilities: "document settings, page details, post settings sidebar, metadata panel, document properties, publish settings",
48087
+ fieldsContract: "display",
48074
48088
  suggestedFor: [
48075
48089
  "document",
48076
48090
  "details",
@@ -48130,7 +48144,8 @@ var patterns = {
48130
48144
  "text",
48131
48145
  "boolean",
48132
48146
  "select",
48133
- "readonly"
48147
+ "readonly",
48148
+ "image"
48134
48149
  ]
48135
48150
  },
48136
48151
  options: {
@@ -48154,6 +48169,11 @@ var patterns = {
48154
48169
  "boolean",
48155
48170
  "percent"
48156
48171
  ]
48172
+ },
48173
+ type: {
48174
+ types: [
48175
+ "string"
48176
+ ]
48157
48177
  }
48158
48178
  }
48159
48179
  }
@@ -48177,6 +48197,30 @@ var patterns = {
48177
48197
  }
48178
48198
  ]
48179
48199
  },
48200
+ relationEvent: {
48201
+ types: [
48202
+ "string"
48203
+ ],
48204
+ description: "Makes relation chips clickable: emitted with { field, id, name } when a hydrated relation value (or one row of a many-relation) is clicked — the host routes it to the linked record's own surface.",
48205
+ kind: "event-ref",
48206
+ emitPayloadSchema: [
48207
+ {
48208
+ name: "field",
48209
+ type: "string",
48210
+ required: true
48211
+ },
48212
+ {
48213
+ name: "id",
48214
+ type: "string",
48215
+ required: true
48216
+ },
48217
+ {
48218
+ name: "name",
48219
+ type: "string",
48220
+ required: true
48221
+ }
48222
+ ]
48223
+ },
48180
48224
  title: {
48181
48225
  types: [
48182
48226
  "string"
@@ -48218,7 +48262,7 @@ var patternsRegistry = {
48218
48262
  };
48219
48263
 
48220
48264
  var version$2 = "1.0.0";
48221
- var exportedAt$2 = "2026-08-23T09:11:28.111Z";
48265
+ var exportedAt$2 = "2026-08-29T08:09:09.100Z";
48222
48266
  var integrators = {
48223
48267
  github: {
48224
48268
  name: "github",
@@ -50010,6 +50054,40 @@ var integrators = {
50010
50054
  url: "string"
50011
50055
  }
50012
50056
  },
50057
+ {
50058
+ name: "uploadMany",
50059
+ description: "",
50060
+ params: [
50061
+ {
50062
+ name: "bucket",
50063
+ type: "string",
50064
+ required: true,
50065
+ description: ""
50066
+ },
50067
+ {
50068
+ name: "files",
50069
+ type: "array",
50070
+ required: true,
50071
+ description: ""
50072
+ },
50073
+ {
50074
+ name: "acl",
50075
+ type: "'public' | 'private'",
50076
+ required: false,
50077
+ description: ""
50078
+ },
50079
+ {
50080
+ name: "maxSize",
50081
+ type: "number",
50082
+ required: false,
50083
+ description: ""
50084
+ }
50085
+ ],
50086
+ responseShape: {
50087
+ items: "array",
50088
+ count: "number"
50089
+ }
50090
+ },
50013
50091
  {
50014
50092
  name: "download",
50015
50093
  description: "",
@@ -51109,7 +51187,7 @@ var integratorsRegistry = {
51109
51187
  };
51110
51188
 
51111
51189
  var version$1 = "1.0.0";
51112
- var exportedAt$1 = "2026-08-28T23:51:47.246Z";
51190
+ var exportedAt$1 = "2026-08-29T08:05:11.231Z";
51113
51191
  var mappings = {
51114
51192
  "page-header": {
51115
51193
  component: "PageHeader",
@@ -52531,7 +52609,7 @@ var componentMapping = {
52531
52609
  };
52532
52610
 
52533
52611
  var version = "1.0.0";
52534
- var exportedAt = "2026-08-28T23:51:47.246Z";
52612
+ var exportedAt = "2026-08-29T08:05:11.231Z";
52535
52613
  var contracts = {
52536
52614
  form: {
52537
52615
  emits: [
@@ -83298,6 +83376,14 @@ declare const registry: {
83298
83376
  types: string[];
83299
83377
  description: string;
83300
83378
  };
83379
+ coverImage: {
83380
+ types: string[];
83381
+ description: string;
83382
+ };
83383
+ icon: {
83384
+ types: string[];
83385
+ description: string;
83386
+ };
83301
83387
  value: {
83302
83388
  types: string[];
83303
83389
  description: string;
@@ -83405,6 +83491,7 @@ declare const registry: {
83405
83491
  family: string;
83406
83492
  description: string;
83407
83493
  capabilities: string;
83494
+ fieldsContract: string;
83408
83495
  suggestedFor: string[];
83409
83496
  typicalSize: string;
83410
83497
  propsSchema: {
@@ -83449,6 +83536,9 @@ declare const registry: {
83449
83536
  types: string[];
83450
83537
  enumValues: string[];
83451
83538
  };
83539
+ type: {
83540
+ types: string[];
83541
+ };
83452
83542
  };
83453
83543
  };
83454
83544
  };
@@ -83462,6 +83552,16 @@ declare const registry: {
83462
83552
  required: boolean;
83463
83553
  }[];
83464
83554
  };
83555
+ relationEvent: {
83556
+ types: string[];
83557
+ description: string;
83558
+ kind: string;
83559
+ emitPayloadSchema: {
83560
+ name: string;
83561
+ type: string;
83562
+ required: boolean;
83563
+ }[];
83564
+ };
83465
83565
  title: {
83466
83566
  types: string[];
83467
83567
  description: string;
@@ -112505,6 +112605,14 @@ declare const PATTERN_REGISTRY: {
112505
112605
  types: string[];
112506
112606
  description: string;
112507
112607
  };
112608
+ coverImage: {
112609
+ types: string[];
112610
+ description: string;
112611
+ };
112612
+ icon: {
112613
+ types: string[];
112614
+ description: string;
112615
+ };
112508
112616
  value: {
112509
112617
  types: string[];
112510
112618
  description: string;
@@ -112612,6 +112720,7 @@ declare const PATTERN_REGISTRY: {
112612
112720
  family: string;
112613
112721
  description: string;
112614
112722
  capabilities: string;
112723
+ fieldsContract: string;
112615
112724
  suggestedFor: string[];
112616
112725
  typicalSize: string;
112617
112726
  propsSchema: {
@@ -112656,6 +112765,9 @@ declare const PATTERN_REGISTRY: {
112656
112765
  types: string[];
112657
112766
  enumValues: string[];
112658
112767
  };
112768
+ type: {
112769
+ types: string[];
112770
+ };
112659
112771
  };
112660
112772
  };
112661
112773
  };
@@ -112669,6 +112781,16 @@ declare const PATTERN_REGISTRY: {
112669
112781
  required: boolean;
112670
112782
  }[];
112671
112783
  };
112784
+ relationEvent: {
112785
+ types: string[];
112786
+ description: string;
112787
+ kind: string;
112788
+ emitPayloadSchema: {
112789
+ name: string;
112790
+ type: string;
112791
+ required: boolean;
112792
+ }[];
112793
+ };
112672
112794
  title: {
112673
112795
  types: string[];
112674
112796
  description: string;
@@ -113821,6 +113943,35 @@ declare const INTEGRATORS_REGISTRY: {
113821
113943
  etag: string;
113822
113944
  id: string;
113823
113945
  url: string;
113946
+ items?: undefined;
113947
+ count?: undefined;
113948
+ content?: undefined;
113949
+ contentType?: undefined;
113950
+ metadata?: undefined;
113951
+ keys?: undefined;
113952
+ truncated?: undefined;
113953
+ nextToken?: undefined;
113954
+ deleted?: undefined;
113955
+ expiresAt?: undefined;
113956
+ };
113957
+ } | {
113958
+ name: string;
113959
+ description: string;
113960
+ params: {
113961
+ name: string;
113962
+ type: string;
113963
+ required: boolean;
113964
+ description: string;
113965
+ }[];
113966
+ responseShape: {
113967
+ items: string;
113968
+ count: string;
113969
+ key?: undefined;
113970
+ bucket?: undefined;
113971
+ size?: undefined;
113972
+ etag?: undefined;
113973
+ id?: undefined;
113974
+ url?: undefined;
113824
113975
  content?: undefined;
113825
113976
  contentType?: undefined;
113826
113977
  metadata?: undefined;
@@ -113849,6 +114000,8 @@ declare const INTEGRATORS_REGISTRY: {
113849
114000
  etag?: undefined;
113850
114001
  id?: undefined;
113851
114002
  url?: undefined;
114003
+ items?: undefined;
114004
+ count?: undefined;
113852
114005
  keys?: undefined;
113853
114006
  truncated?: undefined;
113854
114007
  nextToken?: undefined;
@@ -113874,6 +114027,8 @@ declare const INTEGRATORS_REGISTRY: {
113874
114027
  etag?: undefined;
113875
114028
  id?: undefined;
113876
114029
  url?: undefined;
114030
+ items?: undefined;
114031
+ count?: undefined;
113877
114032
  content?: undefined;
113878
114033
  contentType?: undefined;
113879
114034
  metadata?: undefined;
@@ -113897,6 +114052,8 @@ declare const INTEGRATORS_REGISTRY: {
113897
114052
  etag?: undefined;
113898
114053
  id?: undefined;
113899
114054
  url?: undefined;
114055
+ items?: undefined;
114056
+ count?: undefined;
113900
114057
  content?: undefined;
113901
114058
  contentType?: undefined;
113902
114059
  metadata?: undefined;
@@ -113922,6 +114079,8 @@ declare const INTEGRATORS_REGISTRY: {
113922
114079
  size?: undefined;
113923
114080
  etag?: undefined;
113924
114081
  id?: undefined;
114082
+ items?: undefined;
114083
+ count?: undefined;
113925
114084
  content?: undefined;
113926
114085
  contentType?: undefined;
113927
114086
  metadata?: undefined;
@@ -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-08-28T23:51:47.246Z",
6
+ exportedAt: "2026-08-29T08:05:11.231Z",
7
7
  patterns: {
8
8
  "entity-table": {
9
9
  type: "entity-table",
@@ -47775,6 +47775,19 @@ var patterns_registry_default = {
47775
47775
  ],
47776
47776
  description: "Muted byline under the title; hidden when empty"
47777
47777
  },
47778
+ coverImage: {
47779
+ types: [
47780
+ "string"
47781
+ ],
47782
+ description: "Cover/hero image URL painted as a full-bleed banner above the header row (Notion/article-hero shape); hidden when empty"
47783
+ },
47784
+ icon: {
47785
+ types: [
47786
+ "icon",
47787
+ "string"
47788
+ ],
47789
+ description: "Document icon rendered beside the title (a file glyph, a domain icon); hidden when empty"
47790
+ },
47778
47791
  value: {
47779
47792
  types: [
47780
47793
  "string"
@@ -47939,6 +47952,7 @@ var patterns_registry_default = {
47939
47952
  family: "core",
47940
47953
  description: "DocumentDetails \u2014 the document's metadata as a compact settings card for the rail beside a DocumentPanel, each property committing in place.",
47941
47954
  capabilities: "document settings, page details, post settings sidebar, metadata panel, document properties, publish settings",
47955
+ fieldsContract: "display",
47942
47956
  suggestedFor: [
47943
47957
  "document",
47944
47958
  "details",
@@ -47998,7 +48012,8 @@ var patterns_registry_default = {
47998
48012
  "text",
47999
48013
  "boolean",
48000
48014
  "select",
48001
- "readonly"
48015
+ "readonly",
48016
+ "image"
48002
48017
  ]
48003
48018
  },
48004
48019
  options: {
@@ -48022,6 +48037,11 @@ var patterns_registry_default = {
48022
48037
  "boolean",
48023
48038
  "percent"
48024
48039
  ]
48040
+ },
48041
+ type: {
48042
+ types: [
48043
+ "string"
48044
+ ]
48025
48045
  }
48026
48046
  }
48027
48047
  }
@@ -48045,6 +48065,30 @@ var patterns_registry_default = {
48045
48065
  }
48046
48066
  ]
48047
48067
  },
48068
+ relationEvent: {
48069
+ types: [
48070
+ "string"
48071
+ ],
48072
+ description: "Makes relation chips clickable: emitted with { field, id, name } when a hydrated relation value (or one row of a many-relation) is clicked \u2014 the host routes it to the linked record's own surface.",
48073
+ kind: "event-ref",
48074
+ emitPayloadSchema: [
48075
+ {
48076
+ name: "field",
48077
+ type: "string",
48078
+ required: true
48079
+ },
48080
+ {
48081
+ name: "id",
48082
+ type: "string",
48083
+ required: true
48084
+ },
48085
+ {
48086
+ name: "name",
48087
+ type: "string",
48088
+ required: true
48089
+ }
48090
+ ]
48091
+ },
48048
48092
  title: {
48049
48093
  types: [
48050
48094
  "string"
@@ -48083,7 +48127,7 @@ var patterns_registry_default = {
48083
48127
  // src/patterns/integrators-registry.json
48084
48128
  var integrators_registry_default = {
48085
48129
  version: "1.0.0",
48086
- exportedAt: "2026-08-23T09:11:28.111Z",
48130
+ exportedAt: "2026-08-29T08:09:09.100Z",
48087
48131
  integrators: {
48088
48132
  github: {
48089
48133
  name: "github",
@@ -49873,6 +49917,40 @@ var integrators_registry_default = {
49873
49917
  url: "string"
49874
49918
  }
49875
49919
  },
49920
+ {
49921
+ name: "uploadMany",
49922
+ description: "",
49923
+ params: [
49924
+ {
49925
+ name: "bucket",
49926
+ type: "string",
49927
+ required: true,
49928
+ description: ""
49929
+ },
49930
+ {
49931
+ name: "files",
49932
+ type: "array",
49933
+ required: true,
49934
+ description: ""
49935
+ },
49936
+ {
49937
+ name: "acl",
49938
+ type: "'public' | 'private'",
49939
+ required: false,
49940
+ description: ""
49941
+ },
49942
+ {
49943
+ name: "maxSize",
49944
+ type: "number",
49945
+ required: false,
49946
+ description: ""
49947
+ }
49948
+ ],
49949
+ responseShape: {
49950
+ items: "array",
49951
+ count: "number"
49952
+ }
49953
+ },
49876
49954
  {
49877
49955
  name: "download",
49878
49956
  description: "",
@@ -50965,7 +51043,7 @@ var integrators_registry_default = {
50965
51043
  // src/patterns/component-mapping.json
50966
51044
  var component_mapping_default = {
50967
51045
  version: "1.0.0",
50968
- exportedAt: "2026-08-28T23:51:47.246Z",
51046
+ exportedAt: "2026-08-29T08:05:11.231Z",
50969
51047
  mappings: {
50970
51048
  "page-header": {
50971
51049
  component: "PageHeader",
@@ -52385,7 +52463,7 @@ var component_mapping_default = {
52385
52463
  // src/patterns/event-contracts.json
52386
52464
  var event_contracts_default = {
52387
52465
  version: "1.0.0",
52388
- exportedAt: "2026-08-28T23:51:47.246Z",
52466
+ exportedAt: "2026-08-29T08:05:11.231Z",
52389
52467
  contracts: {
52390
52468
  form: {
52391
52469
  emits: [