@almadar/patterns 2.10.1 → 2.11.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-03-31T07:12:35.907Z",
3
+ "exportedAt": "2026-04-03T05:25:58.152Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -13222,6 +13222,12 @@
13222
13222
  ],
13223
13223
  "description": "Render prop for custom per-item content. When provided, `fields` and `itemActions` are ignored."
13224
13224
  },
13225
+ "renderItem": {
13226
+ "types": [
13227
+ "function"
13228
+ ],
13229
+ "description": "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop. @deprecated Use children render prop in React code. This prop exists for pattern registry sync."
13230
+ },
13225
13231
  "pageSize": {
13226
13232
  "types": [
13227
13233
  "number"
@@ -13382,6 +13388,12 @@
13382
13388
  ],
13383
13389
  "description": "Render prop for custom per-item content. When provided, `fields` and `itemActions` are ignored."
13384
13390
  },
13391
+ "renderItem": {
13392
+ "types": [
13393
+ "function"
13394
+ ],
13395
+ "description": "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop. @deprecated Use children render prop in React code. This prop exists for pattern registry sync."
13396
+ },
13385
13397
  "pageSize": {
13386
13398
  "types": [
13387
13399
  "number"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-03-31T07:12:35.907Z",
3
+ "exportedAt": "2026-04-03T05:25:58.152Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -13222,6 +13222,12 @@
13222
13222
  ],
13223
13223
  "description": "Render prop for custom per-item content. When provided, `fields` and `itemActions` are ignored."
13224
13224
  },
13225
+ "renderItem": {
13226
+ "types": [
13227
+ "function"
13228
+ ],
13229
+ "description": "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop. @deprecated Use children render prop in React code. This prop exists for pattern registry sync."
13230
+ },
13225
13231
  "pageSize": {
13226
13232
  "types": [
13227
13233
  "number"
@@ -13382,6 +13388,12 @@
13382
13388
  ],
13383
13389
  "description": "Render prop for custom per-item content. When provided, `fields` and `itemActions` are ignored."
13384
13390
  },
13391
+ "renderItem": {
13392
+ "types": [
13393
+ "function"
13394
+ ],
13395
+ "description": "Per-item render function (schema-level alias for children render prop). In .orb schemas: [\"fn\", \"item\", { pattern tree with @item.field bindings }] The compiler converts this to the children render prop. @deprecated Use children render prop in React code. This prop exists for pattern registry sync."
13396
+ },
13385
13397
  "pageSize": {
13386
13398
  "types": [
13387
13399
  "number"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/patterns",
3
- "version": "2.10.1",
3
+ "version": "2.11.0",
4
4
  "description": "Pattern registry and component mappings for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",