@almadar/core 10.65.0 → 10.66.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-21T17:33:36.142Z",
3
+ "exportedAt": "2026-08-22T08:33:22.708Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -1522,7 +1522,8 @@
1522
1522
  "types": [
1523
1523
  "number"
1524
1524
  ],
1525
- "description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu (mirrors DataGrid's maxInlineActions). Omit = all inline."
1525
+ "description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu (mirrors DataGrid's maxInlineActions). Defaults to 2 — primary + secondary visible, the rest under the menu — so every detail panel carries the same action pattern.",
1526
+ "default": 2
1526
1527
  },
1527
1528
  "backAction": {
1528
1529
  "types": [
@@ -1689,7 +1690,8 @@
1689
1690
  "types": [
1690
1691
  "boolean"
1691
1692
  ],
1692
- "description": "Show actions flag"
1693
+ "description": "When false, hides the action buttons + overflow menu (and the close ×). Defaults to true.",
1694
+ "default": true
1693
1695
  },
1694
1696
  "relationsData": {
1695
1697
  "types": [
@@ -13367,25 +13369,25 @@
13367
13369
  "types": [
13368
13370
  "node"
13369
13371
  ],
13370
- "description": "Stat chips row — floats along the top edge"
13372
+ "description": "Stat chips row — floats along the top edge. Legacy chrome surface: new behaviors emit HUD chrome via `render-ui \"hud-top\"` instead."
13371
13373
  },
13372
13374
  "addons": {
13373
13375
  "types": [
13374
13376
  "node"
13375
13377
  ],
13376
- "description": "Action cluster — floats bottom-right (End Turn, Fire, Reset, …)"
13378
+ "description": "Action cluster — floats bottom-right (End Turn, Fire, Reset, …). Legacy chrome surface: new behaviors emit action chrome via `render-ui \"hud-bottom\"` or `\"floating\"` instead."
13377
13379
  },
13378
13380
  "controls": {
13379
13381
  "types": [
13380
13382
  "node"
13381
13383
  ],
13382
- "description": "Movement controls — floats bottom-left (d-pad / control-grid)."
13384
+ "description": "Movement controls — floats bottom-left (d-pad / control-grid). Legacy chrome surface: new behaviors emit movement controls via `render-ui \"hud-bottom\"` instead."
13383
13385
  },
13384
13386
  "overlay": {
13385
13387
  "types": [
13386
13388
  "node"
13387
13389
  ],
13388
- "description": "Centered overlay layer (victory/defeat banners, dialogs)."
13390
+ "description": "Centered overlay layer (victory/defeat banners, dialogs). Legacy chrome surface: new behaviors emit overlays via `render-ui \"overlay\"` (clear with `render-ui \"overlay\" null` on every exit) instead."
13389
13391
  },
13390
13392
  "className": {
13391
13393
  "types": [
@@ -13600,7 +13602,7 @@
13600
13602
  "types": [
13601
13603
  "string"
13602
13604
  ],
13603
- "description": "Game font key (future | future-narrow | pixel | blocks | mini) or a CSS font-family.",
13605
+ "description": "Game display-font key (future | future-narrow | pixel | blocks | mini) or a CSS font-family. Scoped override of the theme contract's --font-family-display slot: titles and numerics take this face, body text follows the active theme.",
13604
13606
  "default": "future"
13605
13607
  },
13606
13608
  "data-theme": {
@@ -17012,6 +17014,13 @@
17012
17014
  "description": "Row field holding the start timestamp (ISO or epoch). Defaults to `startTime`.",
17013
17015
  "default": "startTime"
17014
17016
  },
17017
+ "endField": {
17018
+ "types": [
17019
+ "string"
17020
+ ],
17021
+ "description": "Row field holding the end timestamp (ISO or epoch). Defaults to `endTime`. When a row carries an end, the event's chip renders in its start slot and every further slot it covers shows a subdued continuation bar — without this, multi-hour events silently collapsed to their first hour.",
17022
+ "default": "endTime"
17023
+ },
17015
17024
  "colorField": {
17016
17025
  "types": [
17017
17026
  "string"
@@ -29827,6 +29836,17 @@
29827
29836
  ],
29828
29837
  "default": "md"
29829
29838
  },
29839
+ "variant": {
29840
+ "types": [
29841
+ "string"
29842
+ ],
29843
+ "description": "Layout variant: \"floating\" (default) renders a compact pill cluster that hugs its content width; \"bar\" preserves the legacy full-width split bar.",
29844
+ "enumValues": [
29845
+ "floating",
29846
+ "bar"
29847
+ ],
29848
+ "default": "floating"
29849
+ },
29830
29850
  "className": {
29831
29851
  "types": [
29832
29852
  "string"
@@ -30383,8 +30403,7 @@
30383
30403
  "number",
30384
30404
  "string"
30385
30405
  ],
30386
- "description": "Current value (defaults to 0 if not provided)",
30387
- "default": 0
30406
+ "description": "Current value (defaults to 0 if not provided)"
30388
30407
  },
30389
30408
  "max": {
30390
30409
  "types": [
@@ -36140,6 +36159,17 @@
36140
36159
  ],
36141
36160
  "description": "disabled prop"
36142
36161
  },
36162
+ "visibility": {
36163
+ "types": [
36164
+ "string"
36165
+ ],
36166
+ "description": "\"auto\" (default) renders only on coarse-pointer (touch) devices; \"always\" renders everywhere.",
36167
+ "enumValues": [
36168
+ "auto",
36169
+ "always"
36170
+ ],
36171
+ "default": "auto"
36172
+ },
36143
36173
  "className": {
36144
36174
  "types": [
36145
36175
  "string"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-08-21T17:33:36.142Z",
3
+ "exportedAt": "2026-08-22T08:33:22.708Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -1522,7 +1522,8 @@
1522
1522
  "types": [
1523
1523
  "number"
1524
1524
  ],
1525
- "description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu (mirrors DataGrid's maxInlineActions). Omit = all inline."
1525
+ "description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu (mirrors DataGrid's maxInlineActions). Defaults to 2 — primary + secondary visible, the rest under the menu — so every detail panel carries the same action pattern.",
1526
+ "default": 2
1526
1527
  },
1527
1528
  "backAction": {
1528
1529
  "types": [
@@ -1689,7 +1690,8 @@
1689
1690
  "types": [
1690
1691
  "boolean"
1691
1692
  ],
1692
- "description": "Show actions flag"
1693
+ "description": "When false, hides the action buttons + overflow menu (and the close ×). Defaults to true.",
1694
+ "default": true
1693
1695
  },
1694
1696
  "relationsData": {
1695
1697
  "types": [
@@ -13367,25 +13369,25 @@
13367
13369
  "types": [
13368
13370
  "node"
13369
13371
  ],
13370
- "description": "Stat chips row — floats along the top edge"
13372
+ "description": "Stat chips row — floats along the top edge. Legacy chrome surface: new behaviors emit HUD chrome via `render-ui \"hud-top\"` instead."
13371
13373
  },
13372
13374
  "addons": {
13373
13375
  "types": [
13374
13376
  "node"
13375
13377
  ],
13376
- "description": "Action cluster — floats bottom-right (End Turn, Fire, Reset, …)"
13378
+ "description": "Action cluster — floats bottom-right (End Turn, Fire, Reset, …). Legacy chrome surface: new behaviors emit action chrome via `render-ui \"hud-bottom\"` or `\"floating\"` instead."
13377
13379
  },
13378
13380
  "controls": {
13379
13381
  "types": [
13380
13382
  "node"
13381
13383
  ],
13382
- "description": "Movement controls — floats bottom-left (d-pad / control-grid)."
13384
+ "description": "Movement controls — floats bottom-left (d-pad / control-grid). Legacy chrome surface: new behaviors emit movement controls via `render-ui \"hud-bottom\"` instead."
13383
13385
  },
13384
13386
  "overlay": {
13385
13387
  "types": [
13386
13388
  "node"
13387
13389
  ],
13388
- "description": "Centered overlay layer (victory/defeat banners, dialogs)."
13390
+ "description": "Centered overlay layer (victory/defeat banners, dialogs). Legacy chrome surface: new behaviors emit overlays via `render-ui \"overlay\"` (clear with `render-ui \"overlay\" null` on every exit) instead."
13389
13391
  },
13390
13392
  "className": {
13391
13393
  "types": [
@@ -13600,7 +13602,7 @@
13600
13602
  "types": [
13601
13603
  "string"
13602
13604
  ],
13603
- "description": "Game font key (future | future-narrow | pixel | blocks | mini) or a CSS font-family.",
13605
+ "description": "Game display-font key (future | future-narrow | pixel | blocks | mini) or a CSS font-family. Scoped override of the theme contract's --font-family-display slot: titles and numerics take this face, body text follows the active theme.",
13604
13606
  "default": "future"
13605
13607
  },
13606
13608
  "data-theme": {
@@ -17012,6 +17014,13 @@
17012
17014
  "description": "Row field holding the start timestamp (ISO or epoch). Defaults to `startTime`.",
17013
17015
  "default": "startTime"
17014
17016
  },
17017
+ "endField": {
17018
+ "types": [
17019
+ "string"
17020
+ ],
17021
+ "description": "Row field holding the end timestamp (ISO or epoch). Defaults to `endTime`. When a row carries an end, the event's chip renders in its start slot and every further slot it covers shows a subdued continuation bar — without this, multi-hour events silently collapsed to their first hour.",
17022
+ "default": "endTime"
17023
+ },
17015
17024
  "colorField": {
17016
17025
  "types": [
17017
17026
  "string"
@@ -29827,6 +29836,17 @@
29827
29836
  ],
29828
29837
  "default": "md"
29829
29838
  },
29839
+ "variant": {
29840
+ "types": [
29841
+ "string"
29842
+ ],
29843
+ "description": "Layout variant: \"floating\" (default) renders a compact pill cluster that hugs its content width; \"bar\" preserves the legacy full-width split bar.",
29844
+ "enumValues": [
29845
+ "floating",
29846
+ "bar"
29847
+ ],
29848
+ "default": "floating"
29849
+ },
29830
29850
  "className": {
29831
29851
  "types": [
29832
29852
  "string"
@@ -30383,8 +30403,7 @@
30383
30403
  "number",
30384
30404
  "string"
30385
30405
  ],
30386
- "description": "Current value (defaults to 0 if not provided)",
30387
- "default": 0
30406
+ "description": "Current value (defaults to 0 if not provided)"
30388
30407
  },
30389
30408
  "max": {
30390
30409
  "types": [
@@ -36140,6 +36159,17 @@
36140
36159
  ],
36141
36160
  "description": "disabled prop"
36142
36161
  },
36162
+ "visibility": {
36163
+ "types": [
36164
+ "string"
36165
+ ],
36166
+ "description": "\"auto\" (default) renders only on coarse-pointer (touch) devices; \"always\" renders everywhere.",
36167
+ "enumValues": [
36168
+ "auto",
36169
+ "always"
36170
+ ],
36171
+ "default": "auto"
36172
+ },
36143
36173
  "className": {
36144
36174
  "types": [
36145
36175
  "string"