@almadar/patterns 1.0.1 → 1.0.9

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-02-07T15:32:56.819Z",
3
+ "exportedAt": "2026-02-07T17:56:09.988Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -21265,8 +21265,7 @@
21265
21265
  "types": [
21266
21266
  "array"
21267
21267
  ],
21268
- "description": "Array of tiles to render",
21269
- "required": true
21268
+ "description": "Array of tiles to render (optional when entity is provided)"
21270
21269
  },
21271
21270
  "units": {
21272
21271
  "types": [
@@ -21280,6 +21279,18 @@
21280
21279
  ],
21281
21280
  "description": "Array of features (resources, portals, etc.)"
21282
21281
  },
21282
+ "entity": {
21283
+ "types": [
21284
+ "array"
21285
+ ],
21286
+ "description": "Raw Orbital entity data array. When provided, the component maps entity fields to tiles/units/features internally based on entityRole."
21287
+ },
21288
+ "entityRole": {
21289
+ "types": [
21290
+ "string"
21291
+ ],
21292
+ "description": "How to interpret entity data: - 'tiles': generate tiles from entity data - 'units': generate units from entity data - 'both': generate both tiles and features from entity data"
21293
+ },
21283
21294
  "selectedUnitId": {
21284
21295
  "types": [
21285
21296
  "string"