@almadar/core 10.56.0 → 10.58.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-08-05T01:21:57.163Z",
3
+ "exportedAt": "2026-08-16T04:34:48.224Z",
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-05T01:21:57.163Z",
3
+ "exportedAt": "2026-08-16T04:34:48.224Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
@@ -1,10 +1,10 @@
1
- import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, aY as PatternType } from '../effect-DxD-XTI8.js';
2
- export { aR as PATTERN_TYPES, aV as PatternConfig, aW as PatternProps, aX as PatternPropsMap, cO as isValidPatternType } from '../effect-DxD-XTI8.js';
1
+ import { A as AnyPatternConfig, h as RenderBinding, F as FieldValue, aY as PatternType } from '../effect-BH2k4oK6.js';
2
+ export { aR as PATTERN_TYPES, aV as PatternConfig, aW as PatternProps, aX as PatternPropsMap, cO as isValidPatternType } from '../effect-BH2k4oK6.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-05T01:21:57.163Z";
7
+ var exportedAt$3 = "2026-08-16T04:34:48.224Z";
8
8
  var patterns = {
9
9
  "entity-table": {
10
10
  type: "entity-table",
@@ -3572,14 +3572,36 @@ var patterns = {
3572
3572
  "string"
3573
3573
  ]
3574
3574
  },
3575
- type: {
3575
+ filterType: {
3576
3576
  types: [
3577
3577
  "string"
3578
3578
  ],
3579
3579
  enumValues: [
3580
+ "text",
3581
+ "select",
3582
+ "toggle",
3580
3583
  "checkbox",
3584
+ "date",
3585
+ "daterange",
3586
+ "date-range",
3587
+ "numberrange",
3588
+ "number-range"
3589
+ ]
3590
+ },
3591
+ type: {
3592
+ types: [
3593
+ "string"
3594
+ ],
3595
+ enumValues: [
3596
+ "text",
3581
3597
  "select",
3582
- "toggle"
3598
+ "toggle",
3599
+ "checkbox",
3600
+ "date",
3601
+ "daterange",
3602
+ "date-range",
3603
+ "numberrange",
3604
+ "number-range"
3583
3605
  ]
3584
3606
  },
3585
3607
  options: {
@@ -3591,6 +3613,21 @@ var patterns = {
3591
3613
  "string"
3592
3614
  ]
3593
3615
  }
3616
+ },
3617
+ min: {
3618
+ types: [
3619
+ "number"
3620
+ ]
3621
+ },
3622
+ max: {
3623
+ types: [
3624
+ "number"
3625
+ ]
3626
+ },
3627
+ step: {
3628
+ types: [
3629
+ "number"
3630
+ ]
3594
3631
  }
3595
3632
  },
3596
3633
  required: [
@@ -10065,14 +10102,36 @@ var patterns = {
10065
10102
  "string"
10066
10103
  ]
10067
10104
  },
10068
- type: {
10105
+ filterType: {
10069
10106
  types: [
10070
10107
  "string"
10071
10108
  ],
10072
10109
  enumValues: [
10110
+ "text",
10111
+ "select",
10112
+ "toggle",
10073
10113
  "checkbox",
10114
+ "date",
10115
+ "daterange",
10116
+ "date-range",
10117
+ "numberrange",
10118
+ "number-range"
10119
+ ]
10120
+ },
10121
+ type: {
10122
+ types: [
10123
+ "string"
10124
+ ],
10125
+ enumValues: [
10126
+ "text",
10074
10127
  "select",
10075
- "toggle"
10128
+ "toggle",
10129
+ "checkbox",
10130
+ "date",
10131
+ "daterange",
10132
+ "date-range",
10133
+ "numberrange",
10134
+ "number-range"
10076
10135
  ]
10077
10136
  },
10078
10137
  options: {
@@ -10084,6 +10143,21 @@ var patterns = {
10084
10143
  "string"
10085
10144
  ]
10086
10145
  }
10146
+ },
10147
+ min: {
10148
+ types: [
10149
+ "number"
10150
+ ]
10151
+ },
10152
+ max: {
10153
+ types: [
10154
+ "number"
10155
+ ]
10156
+ },
10157
+ step: {
10158
+ types: [
10159
+ "number"
10160
+ ]
10087
10161
  }
10088
10162
  },
10089
10163
  required: [
@@ -17106,6 +17180,21 @@ var patterns = {
17106
17180
  ],
17107
17181
  description: "Auto zoom-to-fit after layout settles (default true)",
17108
17182
  "default": true
17183
+ },
17184
+ layout: {
17185
+ types: [
17186
+ "string"
17187
+ ],
17188
+ description: "Layout mode. force = physics simulation (default); flow = layered left-to-right process flow; tree = top-down hierarchy tiers from the roots; radial = concentric rings by depth (a pure cycle renders as a single ring). Non-force layouts are deterministic.",
17189
+ enumValues: [
17190
+ "force",
17191
+ "flow",
17192
+ "tree",
17193
+ "radial"
17194
+ ],
17195
+ "default": "force",
17196
+ synonyms: "layout mode, flow layout, tree layout, radial layout, hierarchy layout",
17197
+ tier: "domain"
17109
17198
  }
17110
17199
  }
17111
17200
  },
@@ -33060,14 +33149,30 @@ var patterns = {
33060
33149
  },
33061
33150
  range: {
33062
33151
  types: [
33063
- "function"
33152
+ "function",
33153
+ "object"
33154
+ ],
33155
+ properties: {
33156
+ from: {
33157
+ types: [
33158
+ "string"
33159
+ ]
33160
+ },
33161
+ to: {
33162
+ types: [
33163
+ "string"
33164
+ ]
33165
+ }
33166
+ },
33167
+ required: [
33168
+ "from",
33169
+ "to"
33064
33170
  ]
33065
33171
  }
33066
33172
  },
33067
33173
  required: [
33068
33174
  "label",
33069
- "value",
33070
- "range"
33175
+ "value"
33071
33176
  ]
33072
33177
  }
33073
33178
  },
@@ -43016,6 +43121,27 @@ var integrators = {
43016
43121
  summary: "string",
43017
43122
  keyPoints: "array"
43018
43123
  }
43124
+ },
43125
+ {
43126
+ name: "embed",
43127
+ description: "Generate embeddings for an array of texts",
43128
+ params: [
43129
+ {
43130
+ name: "texts",
43131
+ type: "string[]",
43132
+ required: true,
43133
+ description: "Texts to embed"
43134
+ },
43135
+ {
43136
+ name: "model",
43137
+ type: "string",
43138
+ required: false,
43139
+ description: "Embedding model ID"
43140
+ }
43141
+ ],
43142
+ responseShape: {
43143
+ embeddings: "array"
43144
+ }
43019
43145
  }
43020
43146
  ]
43021
43147
  },
@@ -43521,6 +43647,48 @@ var integrators = {
43521
43647
  }
43522
43648
  }
43523
43649
  ]
43650
+ },
43651
+ webhook: {
43652
+ name: "webhook",
43653
+ description: "Outbound webhook - signed HTTP POST notifications to external endpoints",
43654
+ category: "messaging",
43655
+ actions: [
43656
+ {
43657
+ name: "send",
43658
+ description: "POST a JSON event envelope to an external URL, HMAC-SHA256 signed when a secret is configured",
43659
+ params: [
43660
+ {
43661
+ name: "url",
43662
+ type: "string",
43663
+ required: true,
43664
+ description: "Target endpoint URL"
43665
+ },
43666
+ {
43667
+ name: "event",
43668
+ type: "string",
43669
+ required: true,
43670
+ description: "Event name carried in the envelope and X-Almadar-Event header"
43671
+ },
43672
+ {
43673
+ name: "payload",
43674
+ type: "object",
43675
+ required: false,
43676
+ description: "Event payload fields (string map)"
43677
+ },
43678
+ {
43679
+ name: "secret",
43680
+ type: "string",
43681
+ required: false,
43682
+ description: "Per-call HMAC signing secret (overrides WEBHOOK_SIGNING_SECRET)"
43683
+ }
43684
+ ],
43685
+ responseShape: {
43686
+ status: "number",
43687
+ ok: "boolean",
43688
+ durationMs: "number"
43689
+ }
43690
+ }
43691
+ ]
43524
43692
  }
43525
43693
  };
43526
43694
  var categories = [
@@ -43539,7 +43707,7 @@ var integratorsRegistry = {
43539
43707
  };
43540
43708
 
43541
43709
  var version$1 = "1.0.0";
43542
- var exportedAt$1 = "2026-08-05T01:21:57.163Z";
43710
+ var exportedAt$1 = "2026-08-16T04:34:48.224Z";
43543
43711
  var mappings = {
43544
43712
  "page-header": {
43545
43713
  component: "PageHeader",
@@ -44936,7 +45104,7 @@ var componentMapping = {
44936
45104
  };
44937
45105
 
44938
45106
  var version = "1.0.0";
44939
- var exportedAt = "2026-08-05T01:21:57.163Z";
45107
+ var exportedAt = "2026-08-16T04:34:48.224Z";
44940
45108
  var contracts = {
44941
45109
  form: {
44942
45110
  emits: [
@@ -48846,6 +49014,10 @@ declare const registry: {
48846
49014
  label: {
48847
49015
  types: string[];
48848
49016
  };
49017
+ filterType: {
49018
+ types: string[];
49019
+ enumValues: string[];
49020
+ };
48849
49021
  type: {
48850
49022
  types: string[];
48851
49023
  enumValues: string[];
@@ -48856,6 +49028,15 @@ declare const registry: {
48856
49028
  types: string[];
48857
49029
  };
48858
49030
  };
49031
+ min: {
49032
+ types: string[];
49033
+ };
49034
+ max: {
49035
+ types: string[];
49036
+ };
49037
+ step: {
49038
+ types: string[];
49039
+ };
48859
49040
  };
48860
49041
  required: string[];
48861
49042
  };
@@ -52774,6 +52955,10 @@ declare const registry: {
52774
52955
  label: {
52775
52956
  types: string[];
52776
52957
  };
52958
+ filterType: {
52959
+ types: string[];
52960
+ enumValues: string[];
52961
+ };
52777
52962
  type: {
52778
52963
  types: string[];
52779
52964
  enumValues: string[];
@@ -52784,6 +52969,15 @@ declare const registry: {
52784
52969
  types: string[];
52785
52970
  };
52786
52971
  };
52972
+ min: {
52973
+ types: string[];
52974
+ };
52975
+ max: {
52976
+ types: string[];
52977
+ };
52978
+ step: {
52979
+ types: string[];
52980
+ };
52787
52981
  };
52788
52982
  required: string[];
52789
52983
  };
@@ -57105,6 +57299,14 @@ declare const registry: {
57105
57299
  description: string;
57106
57300
  default: boolean;
57107
57301
  };
57302
+ layout: {
57303
+ types: string[];
57304
+ description: string;
57305
+ enumValues: string[];
57306
+ default: string;
57307
+ synonyms: string;
57308
+ tier: string;
57309
+ };
57108
57310
  };
57109
57311
  };
57110
57312
  "line-chart": {
@@ -66887,6 +67089,15 @@ declare const registry: {
66887
67089
  };
66888
67090
  range: {
66889
67091
  types: string[];
67092
+ properties: {
67093
+ from: {
67094
+ types: string[];
67095
+ };
67096
+ to: {
67097
+ types: string[];
67098
+ };
67099
+ };
67100
+ required: string[];
66890
67101
  };
66891
67102
  };
66892
67103
  required: string[];
@@ -74842,6 +75053,10 @@ declare const PATTERN_REGISTRY: {
74842
75053
  label: {
74843
75054
  types: string[];
74844
75055
  };
75056
+ filterType: {
75057
+ types: string[];
75058
+ enumValues: string[];
75059
+ };
74845
75060
  type: {
74846
75061
  types: string[];
74847
75062
  enumValues: string[];
@@ -74852,6 +75067,15 @@ declare const PATTERN_REGISTRY: {
74852
75067
  types: string[];
74853
75068
  };
74854
75069
  };
75070
+ min: {
75071
+ types: string[];
75072
+ };
75073
+ max: {
75074
+ types: string[];
75075
+ };
75076
+ step: {
75077
+ types: string[];
75078
+ };
74855
75079
  };
74856
75080
  required: string[];
74857
75081
  };
@@ -78770,6 +78994,10 @@ declare const PATTERN_REGISTRY: {
78770
78994
  label: {
78771
78995
  types: string[];
78772
78996
  };
78997
+ filterType: {
78998
+ types: string[];
78999
+ enumValues: string[];
79000
+ };
78773
79001
  type: {
78774
79002
  types: string[];
78775
79003
  enumValues: string[];
@@ -78780,6 +79008,15 @@ declare const PATTERN_REGISTRY: {
78780
79008
  types: string[];
78781
79009
  };
78782
79010
  };
79011
+ min: {
79012
+ types: string[];
79013
+ };
79014
+ max: {
79015
+ types: string[];
79016
+ };
79017
+ step: {
79018
+ types: string[];
79019
+ };
78783
79020
  };
78784
79021
  required: string[];
78785
79022
  };
@@ -83101,6 +83338,14 @@ declare const PATTERN_REGISTRY: {
83101
83338
  description: string;
83102
83339
  default: boolean;
83103
83340
  };
83341
+ layout: {
83342
+ types: string[];
83343
+ description: string;
83344
+ enumValues: string[];
83345
+ default: string;
83346
+ synonyms: string;
83347
+ tier: string;
83348
+ };
83104
83349
  };
83105
83350
  };
83106
83351
  "line-chart": {
@@ -92883,6 +93128,15 @@ declare const PATTERN_REGISTRY: {
92883
93128
  };
92884
93129
  range: {
92885
93130
  types: string[];
93131
+ properties: {
93132
+ from: {
93133
+ types: string[];
93134
+ };
93135
+ to: {
93136
+ types: string[];
93137
+ };
93138
+ };
93139
+ required: string[];
92886
93140
  };
92887
93141
  };
92888
93142
  required: string[];
@@ -98843,6 +99097,7 @@ declare const INTEGRATORS_REGISTRY: {
98843
99097
  data?: undefined;
98844
99098
  summary?: undefined;
98845
99099
  keyPoints?: undefined;
99100
+ embeddings?: undefined;
98846
99101
  };
98847
99102
  } | {
98848
99103
  name: string;
@@ -98862,6 +99117,7 @@ declare const INTEGRATORS_REGISTRY: {
98862
99117
  data?: undefined;
98863
99118
  summary?: undefined;
98864
99119
  keyPoints?: undefined;
99120
+ embeddings?: undefined;
98865
99121
  };
98866
99122
  } | {
98867
99123
  name: string;
@@ -98881,6 +99137,7 @@ declare const INTEGRATORS_REGISTRY: {
98881
99137
  reasoning?: undefined;
98882
99138
  summary?: undefined;
98883
99139
  keyPoints?: undefined;
99140
+ embeddings?: undefined;
98884
99141
  };
98885
99142
  } | {
98886
99143
  name: string;
@@ -98900,6 +99157,27 @@ declare const INTEGRATORS_REGISTRY: {
98900
99157
  confidence?: undefined;
98901
99158
  reasoning?: undefined;
98902
99159
  data?: undefined;
99160
+ embeddings?: undefined;
99161
+ };
99162
+ } | {
99163
+ name: string;
99164
+ description: string;
99165
+ params: {
99166
+ name: string;
99167
+ type: string;
99168
+ required: boolean;
99169
+ description: string;
99170
+ }[];
99171
+ responseShape: {
99172
+ embeddings: string;
99173
+ content?: undefined;
99174
+ usage?: undefined;
99175
+ category?: undefined;
99176
+ confidence?: undefined;
99177
+ reasoning?: undefined;
99178
+ data?: undefined;
99179
+ summary?: undefined;
99180
+ keyPoints?: undefined;
98903
99181
  };
98904
99182
  })[];
98905
99183
  };
@@ -99356,6 +99634,26 @@ declare const INTEGRATORS_REGISTRY: {
99356
99634
  };
99357
99635
  }[];
99358
99636
  };
99637
+ webhook: {
99638
+ name: string;
99639
+ description: string;
99640
+ category: string;
99641
+ actions: {
99642
+ name: string;
99643
+ description: string;
99644
+ params: {
99645
+ name: string;
99646
+ type: string;
99647
+ required: boolean;
99648
+ description: string;
99649
+ }[];
99650
+ responseShape: {
99651
+ status: string;
99652
+ ok: string;
99653
+ durationMs: string;
99654
+ };
99655
+ }[];
99656
+ };
99359
99657
  };
99360
99658
  categories: string[];
99361
99659
  };
@@ -101487,6 +101785,18 @@ declare function isEntityAwarePattern(patternType: string): boolean;
101487
101785
  * @returns the declared event-key prop names (empty for an unknown pattern)
101488
101786
  */
101489
101787
  declare function eventKeyPropsOf(patternType: string): ReadonlySet<string>;
101788
+ /**
101789
+ * A VALUE-INPUT pattern renders its interactive affordance from `value` alone —
101790
+ * a slider thumb, a text box, a select — no label prop required for it to be
101791
+ * visible. The wiring lint's way-on scan needs the distinction: a labelless
101792
+ * button renders nothing (the dead affordance being hunted), while a labelless
101793
+ * slider still renders a draggable control.
101794
+ *
101795
+ * @param patternType - Pattern type to inspect
101796
+ * @returns true when the registry declares both a `value` prop and at least
101797
+ * one event-outlet prop
101798
+ */
101799
+ declare function isValueInputPattern(patternType: string): boolean;
101490
101800
  /**
101491
101801
  * Prop names of `patternType` carrying `kind: "event-list"` action-descriptor
101492
101802
  * arrays, each mapped to the field inside an item that holds the event key
@@ -101529,4 +101839,4 @@ declare function isDrawablePattern(patternType: string): boolean;
101529
101839
  */
101530
101840
  declare function isDrawHostPattern(patternType: string): boolean;
101531
101841
 
101532
- export { AnyPatternConfig, COMPONENT_MAPPING, EVENT_CONTRACTS, type EmojiPickPayload, type FormSubmitPayload, INTEGRATORS_REGISTRY, type ItemActionPayload, type LoadMoreRequestPayload, PATTERN_REGISTRY, type PatternCallbackArg, type PatternEntry, type PatternPayloadField, type PatternPropDef, type PatternRecommendation, type PatternSwapGate, PatternType, type PropKind, type RecommendationContext, type RenderUiPayload, type SelectionChangePayload, buildRecommendationContext, collectRenderUiPatternTypes, componentMapping, eventContracts, eventKeyPropsOf, eventListPropsOf, findCompatiblePatterns, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getEmittedEvents, getEntityCardinality, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPatternActionsRef, getPatternDefinition, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integratorsRegistry, isContentBodyPattern, isContentBodyPatternType, isDrawHostPattern, isDrawablePattern, isEntityAwarePattern, isMainSlotRenderUi, patternsRegistry, recommendPatterns, registry, renderUiPatternTypesOf };
101842
+ export { AnyPatternConfig, COMPONENT_MAPPING, EVENT_CONTRACTS, type EmojiPickPayload, type FormSubmitPayload, INTEGRATORS_REGISTRY, type ItemActionPayload, type LoadMoreRequestPayload, PATTERN_REGISTRY, type PatternCallbackArg, type PatternEntry, type PatternPayloadField, type PatternPropDef, type PatternRecommendation, type PatternSwapGate, PatternType, type PropKind, type RecommendationContext, type RenderUiPayload, type SelectionChangePayload, buildRecommendationContext, collectRenderUiPatternTypes, componentMapping, eventContracts, eventKeyPropsOf, eventListPropsOf, findCompatiblePatterns, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getEmittedEvents, getEntityCardinality, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPatternActionsRef, getPatternDefinition, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integratorsRegistry, isContentBodyPattern, isContentBodyPatternType, isDrawHostPattern, isDrawablePattern, isEntityAwarePattern, isMainSlotRenderUi, isValueInputPattern, patternsRegistry, recommendPatterns, registry, renderUiPatternTypesOf };