@almadar/patterns 2.42.1 → 2.43.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-06-16T10:02:47.077Z",
3
+ "exportedAt": "2026-06-16T13:40:20.131Z",
4
4
  "mappings": {
5
5
  "page-header": {
6
6
  "component": "PageHeader",
@@ -504,11 +504,6 @@
504
504
  "importPath": "@/components/molecules/GraphCanvas",
505
505
  "category": "visualization"
506
506
  },
507
- "code-viewer": {
508
- "component": "CodeViewer",
509
- "importPath": "@/components/molecules/CodeViewer",
510
- "category": "display"
511
- },
512
507
  "battle-template": {
513
508
  "component": "BattleTemplate",
514
509
  "importPath": "@/components/templates/BattleTemplate",
@@ -1114,11 +1109,6 @@
1114
1109
  "importPath": "@/components/molecules/DocBreadcrumb",
1115
1110
  "category": "navigation"
1116
1111
  },
1117
- "doc-code-block": {
1118
- "component": "DocCodeBlock",
1119
- "importPath": "@/components/molecules/DocCodeBlock",
1120
- "category": "component"
1121
- },
1122
1112
  "doc-pagination": {
1123
1113
  "component": "DocPagination",
1124
1114
  "importPath": "@/components/molecules/DocPagination",
@@ -1419,11 +1409,6 @@
1419
1409
  "importPath": "@/components/organisms/SimulatorBoard",
1420
1410
  "category": "game"
1421
1411
  },
1422
- "code-view": {
1423
- "component": "CodeView",
1424
- "importPath": "@/components/organisms/CodeView",
1425
- "category": "game"
1426
- },
1427
1412
  "state-architect-board": {
1428
1413
  "component": "StateArchitectBoard",
1429
1414
  "importPath": "@/components/organisms/StateArchitectBoard",
@@ -1513,6 +1498,11 @@
1513
1498
  "component": "StatCard",
1514
1499
  "importPath": "@/components/atoms/StatCard",
1515
1500
  "category": "display"
1501
+ },
1502
+ "state-json-view": {
1503
+ "component": "StateJsonView",
1504
+ "importPath": "@/components/organisms/StateJsonView",
1505
+ "category": "game"
1516
1506
  }
1517
1507
  }
1518
1508
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-06-16T10:02:47.077Z",
3
+ "exportedAt": "2026-06-16T13:40:20.131Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
@@ -828,19 +828,6 @@
828
828
  "requires": [],
829
829
  "entityAware": true
830
830
  },
831
- "code-viewer": {
832
- "emits": [
833
- {
834
- "event": "CODE_COPY",
835
- "trigger": "action",
836
- "payload": {
837
- "type": "object"
838
- }
839
- }
840
- ],
841
- "requires": [],
842
- "entityAware": true
843
- },
844
831
  "document-viewer": {
845
832
  "emits": [
846
833
  {