@almadar/core 10.39.0 → 10.41.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-07-27T04:55:27.017Z",
3
+ "exportedAt": "2026-07-28T14:48:23.507Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -9821,6 +9821,21 @@
9821
9821
  ],
9822
9822
  "description": "Inline style"
9823
9823
  },
9824
+ "format": {
9825
+ "types": [
9826
+ "string"
9827
+ ],
9828
+ "description": "Value formatting applied to string/number/Date content — `none` (the default) renders content as-is. Covers the raw-ISO-date class: a bound datetime renders human-readable via `format=\"date\"|\"time\"|\"datetime\"`.",
9829
+ "enumValues": [
9830
+ "none",
9831
+ "date",
9832
+ "time",
9833
+ "datetime",
9834
+ "number",
9835
+ "currency",
9836
+ "percent"
9837
+ ]
9838
+ },
9824
9839
  "content": {
9825
9840
  "types": [
9826
9841
  "node"
@@ -14618,6 +14633,27 @@
14618
14633
  "number"
14619
14634
  ]
14620
14635
  },
14636
+ "mark": {
14637
+ "types": [
14638
+ "object"
14639
+ ],
14640
+ "properties": {
14641
+ "kind": {
14642
+ "types": [
14643
+ "unknown"
14644
+ ]
14645
+ },
14646
+ "suggestionId": {
14647
+ "types": [
14648
+ "string"
14649
+ ]
14650
+ }
14651
+ },
14652
+ "required": [
14653
+ "kind",
14654
+ "suggestionId"
14655
+ ]
14656
+ },
14621
14657
  "x": {
14622
14658
  "types": [
14623
14659
  "number"
@@ -14676,6 +14712,48 @@
14676
14712
  ]
14677
14713
  }
14678
14714
  },
14715
+ "proposedEdges": {
14716
+ "types": [
14717
+ "array"
14718
+ ],
14719
+ "description": "Uncommitted proposal links — rendered dashed/faint in a separate pass, never folded into the layout springs.",
14720
+ "items": {
14721
+ "types": [
14722
+ "object"
14723
+ ],
14724
+ "properties": {
14725
+ "source": {
14726
+ "types": [
14727
+ "string"
14728
+ ]
14729
+ },
14730
+ "target": {
14731
+ "types": [
14732
+ "string"
14733
+ ]
14734
+ },
14735
+ "label": {
14736
+ "types": [
14737
+ "string"
14738
+ ]
14739
+ },
14740
+ "weight": {
14741
+ "types": [
14742
+ "number"
14743
+ ]
14744
+ },
14745
+ "color": {
14746
+ "types": [
14747
+ "string"
14748
+ ]
14749
+ }
14750
+ },
14751
+ "required": [
14752
+ "source",
14753
+ "target"
14754
+ ]
14755
+ }
14756
+ },
14679
14757
  "similarity": {
14680
14758
  "types": [
14681
14759
  "array"
@@ -14823,6 +14901,111 @@
14823
14901
  "number"
14824
14902
  ]
14825
14903
  },
14904
+ "mark": {
14905
+ "types": [
14906
+ "object"
14907
+ ],
14908
+ "properties": {
14909
+ "kind": {
14910
+ "types": [
14911
+ "unknown"
14912
+ ]
14913
+ },
14914
+ "suggestionId": {
14915
+ "types": [
14916
+ "string"
14917
+ ]
14918
+ }
14919
+ },
14920
+ "required": [
14921
+ "kind",
14922
+ "suggestionId"
14923
+ ]
14924
+ },
14925
+ "x": {
14926
+ "types": [
14927
+ "number"
14928
+ ]
14929
+ },
14930
+ "y": {
14931
+ "types": [
14932
+ "number"
14933
+ ]
14934
+ }
14935
+ },
14936
+ "required": [
14937
+ "id"
14938
+ ]
14939
+ }
14940
+ }
14941
+ ]
14942
+ },
14943
+ "onMarkClick": {
14944
+ "types": [
14945
+ "function"
14946
+ ],
14947
+ "description": "On marked-node click (suggestion/proposal target). Takes priority over onNodeClick.",
14948
+ "kind": "callback",
14949
+ "callbackArgs": [
14950
+ {
14951
+ "name": "node",
14952
+ "type": "object",
14953
+ "schema": {
14954
+ "types": [
14955
+ "object"
14956
+ ],
14957
+ "properties": {
14958
+ "id": {
14959
+ "types": [
14960
+ "string"
14961
+ ]
14962
+ },
14963
+ "label": {
14964
+ "types": [
14965
+ "string"
14966
+ ]
14967
+ },
14968
+ "group": {
14969
+ "types": [
14970
+ "string"
14971
+ ]
14972
+ },
14973
+ "color": {
14974
+ "types": [
14975
+ "string"
14976
+ ]
14977
+ },
14978
+ "size": {
14979
+ "types": [
14980
+ "number"
14981
+ ]
14982
+ },
14983
+ "badge": {
14984
+ "types": [
14985
+ "number"
14986
+ ]
14987
+ },
14988
+ "mark": {
14989
+ "types": [
14990
+ "object"
14991
+ ],
14992
+ "properties": {
14993
+ "kind": {
14994
+ "types": [
14995
+ "unknown"
14996
+ ]
14997
+ },
14998
+ "suggestionId": {
14999
+ "types": [
15000
+ "string"
15001
+ ]
15002
+ }
15003
+ },
15004
+ "required": [
15005
+ "kind",
15006
+ "suggestionId"
15007
+ ]
15008
+ },
14826
15009
  "x": {
14827
15010
  "types": [
14828
15011
  "number"
@@ -14886,6 +15069,27 @@
14886
15069
  "number"
14887
15070
  ]
14888
15071
  },
15072
+ "mark": {
15073
+ "types": [
15074
+ "object"
15075
+ ],
15076
+ "properties": {
15077
+ "kind": {
15078
+ "types": [
15079
+ "unknown"
15080
+ ]
15081
+ },
15082
+ "suggestionId": {
15083
+ "types": [
15084
+ "string"
15085
+ ]
15086
+ }
15087
+ },
15088
+ "required": [
15089
+ "kind",
15090
+ "suggestionId"
15091
+ ]
15092
+ },
14889
15093
  "x": {
14890
15094
  "types": [
14891
15095
  "number"
@@ -14949,6 +15153,27 @@
14949
15153
  "number"
14950
15154
  ]
14951
15155
  },
15156
+ "mark": {
15157
+ "types": [
15158
+ "object"
15159
+ ],
15160
+ "properties": {
15161
+ "kind": {
15162
+ "types": [
15163
+ "unknown"
15164
+ ]
15165
+ },
15166
+ "suggestionId": {
15167
+ "types": [
15168
+ "string"
15169
+ ]
15170
+ }
15171
+ },
15172
+ "required": [
15173
+ "kind",
15174
+ "suggestionId"
15175
+ ]
15176
+ },
14952
15177
  "x": {
14953
15178
  "types": [
14954
15179
  "number"
@@ -17704,12 +17929,24 @@
17704
17929
  ],
17705
17930
  "description": "Field name identifying the sender (used with variant: \"message\")"
17706
17931
  },
17932
+ "senderLabelField": {
17933
+ "types": [
17934
+ "string"
17935
+ ],
17936
+ "description": "Field holding the sender's human-readable name (used with variant: \"message\"). Defaults to `senderField`. Set this when `senderField` holds an id — an id-keyed thread otherwise labels bubbles `staff-1` instead of `Sam Staff`."
17937
+ },
17707
17938
  "currentUser": {
17708
17939
  "types": [
17709
17940
  "string"
17710
17941
  ],
17711
17942
  "description": "Current user identifier; messages matching this value align right (used with variant: \"message\")"
17712
17943
  },
17944
+ "emptyMessage": {
17945
+ "types": [
17946
+ "string"
17947
+ ],
17948
+ "description": "Message shown when there are no rows. Falls back to the generic \"no items\" translation. `TableView` already exposes this; an agenda or an inbox wants to say what \"empty\" means in its own words."
17949
+ },
17713
17950
  "className": {
17714
17951
  "types": [
17715
17952
  "string"
@@ -40676,6 +40913,445 @@
40676
40913
  "description": "Additional CSS classes"
40677
40914
  }
40678
40915
  }
40916
+ },
40917
+ "svg-draw-group": {
40918
+ "type": "svg-draw-group",
40919
+ "category": "game",
40920
+ "tier": "atoms",
40921
+ "family": "game",
40922
+ "description": "SvgDrawGroup component",
40923
+ "suggestedFor": [
40924
+ "svg",
40925
+ "draw",
40926
+ "group",
40927
+ "svg draw group"
40928
+ ],
40929
+ "typicalSize": "small",
40930
+ "propsSchema": {
40931
+ "x": {
40932
+ "types": [
40933
+ "number"
40934
+ ],
40935
+ "description": "Grid-cell x of the group's origin.",
40936
+ "default": 0
40937
+ },
40938
+ "y": {
40939
+ "types": [
40940
+ "number"
40941
+ ],
40942
+ "description": "Grid-cell y of the group's origin.",
40943
+ "default": 0
40944
+ },
40945
+ "scale": {
40946
+ "types": [
40947
+ "number"
40948
+ ],
40949
+ "description": "Uniform scale applied after the translate."
40950
+ },
40951
+ "rotate": {
40952
+ "types": [
40953
+ "number"
40954
+ ],
40955
+ "description": "Rotation in degrees applied after the translate."
40956
+ },
40957
+ "opacity": {
40958
+ "types": [
40959
+ "number"
40960
+ ],
40961
+ "description": "0..1 opacity."
40962
+ },
40963
+ "className": {
40964
+ "types": [
40965
+ "string"
40966
+ ],
40967
+ "description": "Additional CSS classes"
40968
+ },
40969
+ "children": {
40970
+ "types": [
40971
+ "node"
40972
+ ],
40973
+ "description": "children prop"
40974
+ }
40975
+ }
40976
+ },
40977
+ "svg-draw-shape": {
40978
+ "type": "svg-draw-shape",
40979
+ "category": "game",
40980
+ "tier": "atoms",
40981
+ "family": "game",
40982
+ "description": "SvgDrawShape component",
40983
+ "suggestedFor": [
40984
+ "svg",
40985
+ "draw",
40986
+ "shape",
40987
+ "svg draw shape"
40988
+ ],
40989
+ "typicalSize": "small",
40990
+ "propsSchema": {
40991
+ "shape": {
40992
+ "types": [
40993
+ "string"
40994
+ ],
40995
+ "description": "shape prop",
40996
+ "required": true,
40997
+ "enumValues": [
40998
+ "rect",
40999
+ "circle",
41000
+ "ellipse",
41001
+ "polygon",
41002
+ "polyline",
41003
+ "path",
41004
+ "line"
41005
+ ]
41006
+ },
41007
+ "x": {
41008
+ "types": [
41009
+ "number"
41010
+ ],
41011
+ "description": "Grid-cell x of the element's translated origin.",
41012
+ "required": true
41013
+ },
41014
+ "y": {
41015
+ "types": [
41016
+ "number"
41017
+ ],
41018
+ "description": "Grid-cell y of the element's translated origin.",
41019
+ "required": true
41020
+ },
41021
+ "width": {
41022
+ "types": [
41023
+ "number"
41024
+ ],
41025
+ "description": "Rect width in cell units."
41026
+ },
41027
+ "height": {
41028
+ "types": [
41029
+ "number"
41030
+ ],
41031
+ "description": "Rect height in cell units."
41032
+ },
41033
+ "radius": {
41034
+ "types": [
41035
+ "number"
41036
+ ],
41037
+ "description": "Circle radius / ellipse horizontal radius in cell units."
41038
+ },
41039
+ "radiusY": {
41040
+ "types": [
41041
+ "number"
41042
+ ],
41043
+ "description": "Ellipse vertical radius in cell units; omitted → `radius` (a circle)."
41044
+ },
41045
+ "points": {
41046
+ "types": [
41047
+ "string"
41048
+ ],
41049
+ "description": "Polygon/polyline points, viewBox units relative to the translated origin."
41050
+ },
41051
+ "d": {
41052
+ "types": [
41053
+ "string"
41054
+ ],
41055
+ "description": "Path data, viewBox units relative to the translated origin."
41056
+ },
41057
+ "x2": {
41058
+ "types": [
41059
+ "number"
41060
+ ],
41061
+ "description": "Line end x in cell units."
41062
+ },
41063
+ "y2": {
41064
+ "types": [
41065
+ "number"
41066
+ ],
41067
+ "description": "Line end y in cell units."
41068
+ },
41069
+ "fill": {
41070
+ "types": [
41071
+ "string"
41072
+ ],
41073
+ "description": "fill prop"
41074
+ },
41075
+ "stroke": {
41076
+ "types": [
41077
+ "string"
41078
+ ],
41079
+ "description": "stroke prop"
41080
+ },
41081
+ "strokeWidth": {
41082
+ "types": [
41083
+ "number"
41084
+ ],
41085
+ "description": "strokeWidth prop"
41086
+ },
41087
+ "opacity": {
41088
+ "types": [
41089
+ "number"
41090
+ ],
41091
+ "description": "0..1 opacity."
41092
+ },
41093
+ "className": {
41094
+ "types": [
41095
+ "string"
41096
+ ],
41097
+ "description": "Additional CSS classes"
41098
+ }
41099
+ }
41100
+ },
41101
+ "svg-draw-text": {
41102
+ "type": "svg-draw-text",
41103
+ "category": "game",
41104
+ "tier": "atoms",
41105
+ "family": "game",
41106
+ "description": "SvgDrawText component",
41107
+ "suggestedFor": [
41108
+ "svg",
41109
+ "draw",
41110
+ "text",
41111
+ "svg draw text"
41112
+ ],
41113
+ "typicalSize": "small",
41114
+ "propsSchema": {
41115
+ "x": {
41116
+ "types": [
41117
+ "number"
41118
+ ],
41119
+ "description": "Grid-cell x of the text anchor.",
41120
+ "required": true
41121
+ },
41122
+ "y": {
41123
+ "types": [
41124
+ "number"
41125
+ ],
41126
+ "description": "Grid-cell y of the text anchor.",
41127
+ "required": true
41128
+ },
41129
+ "text": {
41130
+ "types": [
41131
+ "string"
41132
+ ],
41133
+ "description": "The text content.",
41134
+ "required": true
41135
+ },
41136
+ "size": {
41137
+ "types": [
41138
+ "number"
41139
+ ],
41140
+ "description": "Font size in viewBox units (default 12).",
41141
+ "default": 12
41142
+ },
41143
+ "fill": {
41144
+ "types": [
41145
+ "string"
41146
+ ],
41147
+ "description": "fill prop",
41148
+ "default": "var(--color-foreground)"
41149
+ },
41150
+ "anchor": {
41151
+ "types": [
41152
+ "string"
41153
+ ],
41154
+ "description": "Text anchor (default 'middle').",
41155
+ "enumValues": [
41156
+ "start",
41157
+ "middle",
41158
+ "end"
41159
+ ],
41160
+ "default": "middle"
41161
+ },
41162
+ "className": {
41163
+ "types": [
41164
+ "string"
41165
+ ],
41166
+ "description": "Additional CSS classes"
41167
+ }
41168
+ }
41169
+ },
41170
+ "svg-draw-shape-layer": {
41171
+ "type": "svg-draw-shape-layer",
41172
+ "category": "game",
41173
+ "tier": "molecules",
41174
+ "family": "game",
41175
+ "description": "SvgDrawShapeLayer component",
41176
+ "suggestedFor": [
41177
+ "svg",
41178
+ "draw",
41179
+ "shape",
41180
+ "layer",
41181
+ "svg draw shape layer"
41182
+ ],
41183
+ "typicalSize": "medium",
41184
+ "propsSchema": {
41185
+ "items": {
41186
+ "types": [
41187
+ "array"
41188
+ ],
41189
+ "description": "items prop",
41190
+ "required": true,
41191
+ "items": {
41192
+ "types": [
41193
+ "object"
41194
+ ],
41195
+ "properties": {
41196
+ "id": {
41197
+ "types": [
41198
+ "string"
41199
+ ]
41200
+ }
41201
+ },
41202
+ "required": [
41203
+ "id"
41204
+ ]
41205
+ }
41206
+ },
41207
+ "fill": {
41208
+ "types": [
41209
+ "string"
41210
+ ],
41211
+ "description": "Default fill for items that don't set one."
41212
+ },
41213
+ "stroke": {
41214
+ "types": [
41215
+ "string"
41216
+ ],
41217
+ "description": "Default stroke for items that don't set one."
41218
+ },
41219
+ "strokeWidth": {
41220
+ "types": [
41221
+ "number"
41222
+ ],
41223
+ "description": "Default strokeWidth for items that don't set one."
41224
+ },
41225
+ "opacity": {
41226
+ "types": [
41227
+ "number"
41228
+ ],
41229
+ "description": "Default 0..1 opacity for items that don't set one."
41230
+ }
41231
+ }
41232
+ },
41233
+ "svg-stage": {
41234
+ "type": "svg-stage",
41235
+ "category": "game",
41236
+ "tier": "molecules",
41237
+ "family": "game",
41238
+ "description": "SvgStage component",
41239
+ "suggestedFor": [
41240
+ "svg",
41241
+ "stage",
41242
+ "svg stage"
41243
+ ],
41244
+ "typicalSize": "medium",
41245
+ "propsSchema": {
41246
+ "cols": {
41247
+ "types": [
41248
+ "number"
41249
+ ],
41250
+ "description": "Grid width in cells.",
41251
+ "required": true
41252
+ },
41253
+ "rows": {
41254
+ "types": [
41255
+ "number"
41256
+ ],
41257
+ "description": "Grid height in cells.",
41258
+ "required": true
41259
+ },
41260
+ "tileSize": {
41261
+ "types": [
41262
+ "number"
41263
+ ],
41264
+ "description": "ViewBox units per cell (default 32); viewBox is `0 0 cols*tileSize rows*tileSize`.",
41265
+ "default": 32
41266
+ },
41267
+ "background": {
41268
+ "types": [
41269
+ "string"
41270
+ ],
41271
+ "description": "Background rect fill (default `var(--color-background)`).",
41272
+ "default": "var(--color-background)"
41273
+ },
41274
+ "tileClickEvent": {
41275
+ "types": [
41276
+ "string"
41277
+ ],
41278
+ "description": "Emitted as `UI:<event>` with `{ x, y }` cell coords on pointer up (<5px drag).",
41279
+ "kind": "event-ref",
41280
+ "emitPayloadSchema": [
41281
+ {
41282
+ "name": "x",
41283
+ "type": "number",
41284
+ "required": true
41285
+ },
41286
+ {
41287
+ "name": "y",
41288
+ "type": "number",
41289
+ "required": true
41290
+ }
41291
+ ]
41292
+ },
41293
+ "tileHoverEvent": {
41294
+ "types": [
41295
+ "string"
41296
+ ],
41297
+ "description": "Emitted as `UI:<event>` with `{ x, y }` cell coords on pointer move.",
41298
+ "kind": "event-ref",
41299
+ "emitPayloadSchema": [
41300
+ {
41301
+ "name": "x",
41302
+ "type": "number",
41303
+ "required": true
41304
+ },
41305
+ {
41306
+ "name": "y",
41307
+ "type": "number",
41308
+ "required": true
41309
+ }
41310
+ ]
41311
+ },
41312
+ "tileLeaveEvent": {
41313
+ "types": [
41314
+ "string"
41315
+ ],
41316
+ "description": "Emitted as `UI:<event>` with `{}` when the pointer leaves the stage.",
41317
+ "kind": "event-ref",
41318
+ "emitPayloadSchema": []
41319
+ },
41320
+ "keyMap": {
41321
+ "types": [
41322
+ "object"
41323
+ ],
41324
+ "description": "Keyboard → semantic events: `e.code` → event name, emitted as `UI:<event>` with `{}`.",
41325
+ "mapValue": {
41326
+ "types": [
41327
+ "string"
41328
+ ]
41329
+ }
41330
+ },
41331
+ "keyUpMap": {
41332
+ "types": [
41333
+ "object"
41334
+ ],
41335
+ "description": "Keyup counterpart of `keyMap`.",
41336
+ "mapValue": {
41337
+ "types": [
41338
+ "string"
41339
+ ]
41340
+ }
41341
+ },
41342
+ "className": {
41343
+ "types": [
41344
+ "string"
41345
+ ],
41346
+ "description": "Additional CSS classes"
41347
+ },
41348
+ "children": {
41349
+ "types": [
41350
+ "node"
41351
+ ],
41352
+ "description": "children prop"
41353
+ }
41354
+ }
40679
41355
  }
40680
41356
  },
40681
41357
  "categories": [