@almadar/patterns 2.31.0 → 2.32.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-05-29T00:33:20.610Z",
3
+ "exportedAt": "2026-05-29T02:49:56.240Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -13638,6 +13638,13 @@
13638
13638
  ]
13639
13639
  }
13640
13640
  },
13641
+ "itemClickEvent": {
13642
+ "types": [
13643
+ "string"
13644
+ ],
13645
+ "description": "When set, the whole row is clickable and emits UI:{itemClickEvent} with { id, row } (action-button clicks stopPropagation so they still win).",
13646
+ "kind": "event"
13647
+ },
13641
13648
  "gap": {
13642
13649
  "types": [
13643
13650
  "string"
@@ -19648,6 +19655,11 @@
19648
19655
  "name": "parentNodeId",
19649
19656
  "type": "string",
19650
19657
  "required": true
19658
+ },
19659
+ {
19660
+ "name": "content",
19661
+ "type": "string",
19662
+ "required": true
19651
19663
  }
19652
19664
  ]
19653
19665
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-05-29T00:33:20.610Z",
3
+ "exportedAt": "2026-05-29T02:49:56.240Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -13638,6 +13638,13 @@
13638
13638
  ]
13639
13639
  }
13640
13640
  },
13641
+ "itemClickEvent": {
13642
+ "types": [
13643
+ "string"
13644
+ ],
13645
+ "description": "When set, the whole row is clickable and emits UI:{itemClickEvent} with { id, row } (action-button clicks stopPropagation so they still win).",
13646
+ "kind": "event"
13647
+ },
13641
13648
  "gap": {
13642
13649
  "types": [
13643
13650
  "string"
@@ -19648,6 +19655,11 @@
19648
19655
  "name": "parentNodeId",
19649
19656
  "type": "string",
19650
19657
  "required": true
19658
+ },
19659
+ {
19660
+ "name": "content",
19661
+ "type": "string",
19662
+ "required": true
19651
19663
  }
19652
19664
  ]
19653
19665
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/patterns",
3
- "version": "2.31.0",
3
+ "version": "2.32.0",
4
4
  "description": "Pattern registry and component mappings for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",