@almadar/patterns 2.43.0 → 2.43.1

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-06-16T13:40:20.131Z",
3
+ "exportedAt": "2026-06-16T13:55:25.201Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -41245,49 +41245,6 @@
41245
41245
  "description": "Additional class names"
41246
41246
  }
41247
41247
  }
41248
- },
41249
- "state-json-view": {
41250
- "type": "state-json-view",
41251
- "category": "game",
41252
- "tier": "organisms",
41253
- "family": "game",
41254
- "description": "StateJsonView component",
41255
- "suggestedFor": [
41256
- "state",
41257
- "json",
41258
- "view",
41259
- "state json view"
41260
- ],
41261
- "typicalSize": "large",
41262
- "propsSchema": {
41263
- "data": {
41264
- "types": [
41265
- "object"
41266
- ],
41267
- "description": "JSON data to display",
41268
- "required": true,
41269
- "freeform": true
41270
- },
41271
- "label": {
41272
- "types": [
41273
- "string"
41274
- ],
41275
- "description": "Label"
41276
- },
41277
- "defaultExpanded": {
41278
- "types": [
41279
- "boolean"
41280
- ],
41281
- "description": "Whether the code is expanded by default",
41282
- "default": false
41283
- },
41284
- "className": {
41285
- "types": [
41286
- "string"
41287
- ],
41288
- "description": "Additional CSS classes"
41289
- }
41290
- }
41291
41248
  }
41292
41249
  },
41293
41250
  "categories": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-06-16T13:40:20.131Z",
3
+ "exportedAt": "2026-06-16T13:55:25.201Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -41245,49 +41245,6 @@
41245
41245
  "description": "Additional class names"
41246
41246
  }
41247
41247
  }
41248
- },
41249
- "state-json-view": {
41250
- "type": "state-json-view",
41251
- "category": "game",
41252
- "tier": "organisms",
41253
- "family": "game",
41254
- "description": "StateJsonView component",
41255
- "suggestedFor": [
41256
- "state",
41257
- "json",
41258
- "view",
41259
- "state json view"
41260
- ],
41261
- "typicalSize": "large",
41262
- "propsSchema": {
41263
- "data": {
41264
- "types": [
41265
- "object"
41266
- ],
41267
- "description": "JSON data to display",
41268
- "required": true,
41269
- "freeform": true
41270
- },
41271
- "label": {
41272
- "types": [
41273
- "string"
41274
- ],
41275
- "description": "Label"
41276
- },
41277
- "defaultExpanded": {
41278
- "types": [
41279
- "boolean"
41280
- ],
41281
- "description": "Whether the code is expanded by default",
41282
- "default": false
41283
- },
41284
- "className": {
41285
- "types": [
41286
- "string"
41287
- ],
41288
- "description": "Additional CSS classes"
41289
- }
41290
- }
41291
41248
  }
41292
41249
  },
41293
41250
  "categories": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/patterns",
3
- "version": "2.43.0",
3
+ "version": "2.43.1",
4
4
  "description": "Pattern registry and component mappings for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",