@almadar/core 10.66.0 → 10.68.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-22T11:31:33.279Z",
3
+ "exportedAt": "2026-08-23T09:11:28.111Z",
4
4
  "integrators": {
5
5
  "github": {
6
6
  "name": "github",
@@ -666,6 +666,12 @@
666
666
  "type": "string",
667
667
  "required": true,
668
668
  "description": ""
669
+ },
670
+ {
671
+ "name": "from",
672
+ "type": "string",
673
+ "required": false,
674
+ "description": ""
669
675
  }
670
676
  ],
671
677
  "responseShape": {
@@ -729,6 +735,24 @@
729
735
  "type": "string",
730
736
  "required": false,
731
737
  "description": ""
738
+ },
739
+ {
740
+ "name": "htmlBody",
741
+ "type": "string",
742
+ "required": false,
743
+ "description": "HTML content; when present `body` becomes the plain-text alternative."
744
+ },
745
+ {
746
+ "name": "replyTo",
747
+ "type": "string",
748
+ "required": false,
749
+ "description": ""
750
+ },
751
+ {
752
+ "name": "templateId",
753
+ "type": "string",
754
+ "required": false,
755
+ "description": "Provider template reference (SendGrid dynamic templates; Resend rejects it loudly)."
732
756
  }
733
757
  ],
734
758
  "responseShape": {
@@ -1811,11 +1835,18 @@
1811
1835
  "type": "number",
1812
1836
  "required": false,
1813
1837
  "description": ""
1838
+ },
1839
+ {
1840
+ "name": "continuationToken",
1841
+ "type": "string",
1842
+ "required": false,
1843
+ "description": ""
1814
1844
  }
1815
1845
  ],
1816
1846
  "responseShape": {
1817
1847
  "keys": "array",
1818
- "truncated": "boolean"
1848
+ "truncated": "boolean",
1849
+ "nextToken": "string"
1819
1850
  }
1820
1851
  },
1821
1852
  {
@@ -2405,6 +2436,16 @@
2405
2436
  "ok": "boolean",
2406
2437
  "message": "string"
2407
2438
  }
2439
+ },
2440
+ {
2441
+ "name": "rotate",
2442
+ "description": "",
2443
+ "params": [],
2444
+ "responseShape": {
2445
+ "rotated": "number",
2446
+ "alreadyCurrent": "number",
2447
+ "unreadable": "number"
2448
+ }
2408
2449
  }
2409
2450
  ]
2410
2451
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-22T08:33:22.708Z",
3
+ "exportedAt": "2026-08-24T09:35:40.638Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -1625,7 +1625,29 @@
1625
1625
  },
1626
1626
  "relation": {
1627
1627
  "types": [
1628
- "string"
1628
+ "object"
1629
+ ],
1630
+ "properties": {
1631
+ "entity": {
1632
+ "types": [
1633
+ "string"
1634
+ ]
1635
+ },
1636
+ "cardinality": {
1637
+ "types": [
1638
+ "string"
1639
+ ],
1640
+ "enumValues": [
1641
+ "one",
1642
+ "many",
1643
+ "one-to-many",
1644
+ "many-to-one",
1645
+ "many-to-many"
1646
+ ]
1647
+ }
1648
+ },
1649
+ "required": [
1650
+ "entity"
1629
1651
  ]
1630
1652
  }
1631
1653
  },
@@ -2190,7 +2212,10 @@
2190
2212
  ],
2191
2213
  "enumValues": [
2192
2214
  "one",
2193
- "many"
2215
+ "many",
2216
+ "one-to-many",
2217
+ "many-to-one",
2218
+ "many-to-many"
2194
2219
  ]
2195
2220
  }
2196
2221
  },
@@ -2735,7 +2760,10 @@
2735
2760
  ],
2736
2761
  "enumValues": [
2737
2762
  "one",
2738
- "many"
2763
+ "many",
2764
+ "one-to-many",
2765
+ "many-to-one",
2766
+ "many-to-many"
2739
2767
  ]
2740
2768
  }
2741
2769
  },
@@ -3056,7 +3084,10 @@
3056
3084
  ],
3057
3085
  "enumValues": [
3058
3086
  "one",
3059
- "many"
3087
+ "many",
3088
+ "one-to-many",
3089
+ "many-to-one",
3090
+ "many-to-many"
3060
3091
  ]
3061
3092
  }
3062
3093
  },
@@ -3601,7 +3632,10 @@
3601
3632
  ],
3602
3633
  "enumValues": [
3603
3634
  "one",
3604
- "many"
3635
+ "many",
3636
+ "one-to-many",
3637
+ "many-to-one",
3638
+ "many-to-many"
3605
3639
  ]
3606
3640
  }
3607
3641
  },
@@ -25219,8 +25253,7 @@
25219
25253
  "types": [
25220
25254
  "array"
25221
25255
  ],
25222
- "description": "The tree data",
25223
- "required": true,
25256
+ "description": "The tree data (pre-nested). Ignored when `items` is provided.",
25224
25257
  "items": {
25225
25258
  "types": [
25226
25259
  "object"
@@ -25274,6 +25307,43 @@
25274
25307
  ]
25275
25308
  }
25276
25309
  },
25310
+ "items": {
25311
+ "types": [
25312
+ "array"
25313
+ ],
25314
+ "description": "Flat node list, nested by `parentId` at render time — takes precedence over `tree` when provided. A `parentId` with no matching row renders that node as a root rather than dropping it.",
25315
+ "items": {
25316
+ "types": [
25317
+ "object"
25318
+ ],
25319
+ "properties": {
25320
+ "id": {
25321
+ "types": [
25322
+ "string"
25323
+ ]
25324
+ },
25325
+ "label": {
25326
+ "types": [
25327
+ "string"
25328
+ ]
25329
+ },
25330
+ "parentId": {
25331
+ "types": [
25332
+ "string"
25333
+ ]
25334
+ },
25335
+ "icon": {
25336
+ "types": [
25337
+ "string"
25338
+ ]
25339
+ }
25340
+ },
25341
+ "required": [
25342
+ "id",
25343
+ "label"
25344
+ ]
25345
+ }
25346
+ },
25277
25347
  "selectedPath": {
25278
25348
  "types": [
25279
25349
  "string"
@@ -25293,6 +25363,20 @@
25293
25363
  }
25294
25364
  ]
25295
25365
  },
25366
+ "onNodeSelect": {
25367
+ "types": [
25368
+ "function"
25369
+ ],
25370
+ "description": "Called when a node is clicked, in flat `items` mode; carries the selected node's id. Presence-gated: binding this prop is what turns on the click-to-select affordance, mirroring Badge's `onRemove`.",
25371
+ "kind": "callback",
25372
+ "callbackArgs": [
25373
+ {
25374
+ "name": "id",
25375
+ "type": "string"
25376
+ }
25377
+ ],
25378
+ "default": ""
25379
+ },
25296
25380
  "className": {
25297
25381
  "types": [
25298
25382
  "string"
@@ -39452,6 +39536,26 @@
39452
39536
  "description": "gridStep prop",
39453
39537
  "default": 1
39454
39538
  },
39539
+ "backgroundColor": {
39540
+ "types": [
39541
+ "string"
39542
+ ],
39543
+ "description": "Canvas fill color; `var(--token, fallback)` strings resolve against the active theme. Default transparent."
39544
+ },
39545
+ "gridColor": {
39546
+ "types": [
39547
+ "string"
39548
+ ],
39549
+ "description": "Grid line color; resolves theme tokens (default `var(--color-border, #9ca3af)`).",
39550
+ "default": "var(--color-border, #9ca3af)"
39551
+ },
39552
+ "axisColor": {
39553
+ "types": [
39554
+ "string"
39555
+ ],
39556
+ "description": "Axis line color; resolves theme tokens (default `var(--color-muted-foreground, #374151)`).",
39557
+ "default": "var(--color-muted-foreground, #374151)"
39558
+ },
39455
39559
  "showTickLabels": {
39456
39560
  "types": [
39457
39561
  "boolean"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-22T08:33:22.708Z",
3
+ "exportedAt": "2026-08-24T09:35:40.638Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -1625,7 +1625,29 @@
1625
1625
  },
1626
1626
  "relation": {
1627
1627
  "types": [
1628
- "string"
1628
+ "object"
1629
+ ],
1630
+ "properties": {
1631
+ "entity": {
1632
+ "types": [
1633
+ "string"
1634
+ ]
1635
+ },
1636
+ "cardinality": {
1637
+ "types": [
1638
+ "string"
1639
+ ],
1640
+ "enumValues": [
1641
+ "one",
1642
+ "many",
1643
+ "one-to-many",
1644
+ "many-to-one",
1645
+ "many-to-many"
1646
+ ]
1647
+ }
1648
+ },
1649
+ "required": [
1650
+ "entity"
1629
1651
  ]
1630
1652
  }
1631
1653
  },
@@ -2190,7 +2212,10 @@
2190
2212
  ],
2191
2213
  "enumValues": [
2192
2214
  "one",
2193
- "many"
2215
+ "many",
2216
+ "one-to-many",
2217
+ "many-to-one",
2218
+ "many-to-many"
2194
2219
  ]
2195
2220
  }
2196
2221
  },
@@ -2735,7 +2760,10 @@
2735
2760
  ],
2736
2761
  "enumValues": [
2737
2762
  "one",
2738
- "many"
2763
+ "many",
2764
+ "one-to-many",
2765
+ "many-to-one",
2766
+ "many-to-many"
2739
2767
  ]
2740
2768
  }
2741
2769
  },
@@ -3056,7 +3084,10 @@
3056
3084
  ],
3057
3085
  "enumValues": [
3058
3086
  "one",
3059
- "many"
3087
+ "many",
3088
+ "one-to-many",
3089
+ "many-to-one",
3090
+ "many-to-many"
3060
3091
  ]
3061
3092
  }
3062
3093
  },
@@ -3601,7 +3632,10 @@
3601
3632
  ],
3602
3633
  "enumValues": [
3603
3634
  "one",
3604
- "many"
3635
+ "many",
3636
+ "one-to-many",
3637
+ "many-to-one",
3638
+ "many-to-many"
3605
3639
  ]
3606
3640
  }
3607
3641
  },
@@ -25219,8 +25253,7 @@
25219
25253
  "types": [
25220
25254
  "array"
25221
25255
  ],
25222
- "description": "The tree data",
25223
- "required": true,
25256
+ "description": "The tree data (pre-nested). Ignored when `items` is provided.",
25224
25257
  "items": {
25225
25258
  "types": [
25226
25259
  "object"
@@ -25274,6 +25307,43 @@
25274
25307
  ]
25275
25308
  }
25276
25309
  },
25310
+ "items": {
25311
+ "types": [
25312
+ "array"
25313
+ ],
25314
+ "description": "Flat node list, nested by `parentId` at render time — takes precedence over `tree` when provided. A `parentId` with no matching row renders that node as a root rather than dropping it.",
25315
+ "items": {
25316
+ "types": [
25317
+ "object"
25318
+ ],
25319
+ "properties": {
25320
+ "id": {
25321
+ "types": [
25322
+ "string"
25323
+ ]
25324
+ },
25325
+ "label": {
25326
+ "types": [
25327
+ "string"
25328
+ ]
25329
+ },
25330
+ "parentId": {
25331
+ "types": [
25332
+ "string"
25333
+ ]
25334
+ },
25335
+ "icon": {
25336
+ "types": [
25337
+ "string"
25338
+ ]
25339
+ }
25340
+ },
25341
+ "required": [
25342
+ "id",
25343
+ "label"
25344
+ ]
25345
+ }
25346
+ },
25277
25347
  "selectedPath": {
25278
25348
  "types": [
25279
25349
  "string"
@@ -25293,6 +25363,20 @@
25293
25363
  }
25294
25364
  ]
25295
25365
  },
25366
+ "onNodeSelect": {
25367
+ "types": [
25368
+ "function"
25369
+ ],
25370
+ "description": "Called when a node is clicked, in flat `items` mode; carries the selected node's id. Presence-gated: binding this prop is what turns on the click-to-select affordance, mirroring Badge's `onRemove`.",
25371
+ "kind": "callback",
25372
+ "callbackArgs": [
25373
+ {
25374
+ "name": "id",
25375
+ "type": "string"
25376
+ }
25377
+ ],
25378
+ "default": ""
25379
+ },
25296
25380
  "className": {
25297
25381
  "types": [
25298
25382
  "string"
@@ -39452,6 +39536,26 @@
39452
39536
  "description": "gridStep prop",
39453
39537
  "default": 1
39454
39538
  },
39539
+ "backgroundColor": {
39540
+ "types": [
39541
+ "string"
39542
+ ],
39543
+ "description": "Canvas fill color; `var(--token, fallback)` strings resolve against the active theme. Default transparent."
39544
+ },
39545
+ "gridColor": {
39546
+ "types": [
39547
+ "string"
39548
+ ],
39549
+ "description": "Grid line color; resolves theme tokens (default `var(--color-border, #9ca3af)`).",
39550
+ "default": "var(--color-border, #9ca3af)"
39551
+ },
39552
+ "axisColor": {
39553
+ "types": [
39554
+ "string"
39555
+ ],
39556
+ "description": "Axis line color; resolves theme tokens (default `var(--color-muted-foreground, #374151)`).",
39557
+ "default": "var(--color-muted-foreground, #374151)"
39558
+ },
39455
39559
  "showTickLabels": {
39456
39560
  "types": [
39457
39561
  "boolean"