@almadar/patterns 2.6.0 → 2.6.2

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-11T04:10:55.563Z",
3
+ "exportedAt": "2026-03-12T02:35:44.580Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -14044,13 +14044,15 @@
14044
14044
  "types": [
14045
14045
  "unknown"
14046
14046
  ],
14047
- "description": "Entity data array"
14047
+ "description": "Entity data array",
14048
+ "required": true
14048
14049
  },
14049
14050
  "fields": {
14050
14051
  "types": [
14051
14052
  "unknown"
14052
14053
  ],
14053
- "description": "Field definitions for rendering each card"
14054
+ "description": "Field definitions for rendering each card",
14055
+ "required": true
14054
14056
  },
14055
14057
  "columns": {
14056
14058
  "types": [
@@ -14165,13 +14167,15 @@
14165
14167
  "types": [
14166
14168
  "unknown"
14167
14169
  ],
14168
- "description": "Entity data array"
14170
+ "description": "Entity data array",
14171
+ "required": true
14169
14172
  },
14170
14173
  "fields": {
14171
14174
  "types": [
14172
14175
  "unknown"
14173
14176
  ],
14174
- "description": "Field definitions for rendering each row"
14177
+ "description": "Field definitions for rendering each row",
14178
+ "required": true
14175
14179
  },
14176
14180
  "columns": {
14177
14181
  "types": [
@@ -15396,7 +15400,8 @@
15396
15400
  "number",
15397
15401
  "string"
15398
15402
  ],
15399
- "description": "Primary value (number or formatted string)"
15403
+ "description": "Primary value (number or formatted string)",
15404
+ "required": true
15400
15405
  },
15401
15406
  "max": {
15402
15407
  "types": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-03-11T04:10:55.563Z",
3
+ "exportedAt": "2026-03-12T02:35:44.580Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -14044,13 +14044,15 @@
14044
14044
  "types": [
14045
14045
  "unknown"
14046
14046
  ],
14047
- "description": "Entity data array"
14047
+ "description": "Entity data array",
14048
+ "required": true
14048
14049
  },
14049
14050
  "fields": {
14050
14051
  "types": [
14051
14052
  "unknown"
14052
14053
  ],
14053
- "description": "Field definitions for rendering each card"
14054
+ "description": "Field definitions for rendering each card",
14055
+ "required": true
14054
14056
  },
14055
14057
  "columns": {
14056
14058
  "types": [
@@ -14165,13 +14167,15 @@
14165
14167
  "types": [
14166
14168
  "unknown"
14167
14169
  ],
14168
- "description": "Entity data array"
14170
+ "description": "Entity data array",
14171
+ "required": true
14169
14172
  },
14170
14173
  "fields": {
14171
14174
  "types": [
14172
14175
  "unknown"
14173
14176
  ],
14174
- "description": "Field definitions for rendering each row"
14177
+ "description": "Field definitions for rendering each row",
14178
+ "required": true
14175
14179
  },
14176
14180
  "columns": {
14177
14181
  "types": [
@@ -15396,7 +15400,8 @@
15396
15400
  "number",
15397
15401
  "string"
15398
15402
  ],
15399
- "description": "Primary value (number or formatted string)"
15403
+ "description": "Primary value (number or formatted string)",
15404
+ "required": true
15400
15405
  },
15401
15406
  "max": {
15402
15407
  "types": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/patterns",
3
- "version": "2.6.0",
3
+ "version": "2.6.2",
4
4
  "description": "Pattern registry and component mappings for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",