@almadar/patterns 2.50.0 → 2.51.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-18T10:28:38.516Z",
3
+ "exportedAt": "2026-06-18T22:45:03.741Z",
4
4
  "mappings": {
5
5
  "page-header": {
6
6
  "component": "PageHeader",
@@ -1518,6 +1518,36 @@
1518
1518
  "component": "GameCanvas3DWorldMapTemplate",
1519
1519
  "importPath": "@/components/templates/GameCanvas3DWorldMapTemplate",
1520
1520
  "category": "game"
1521
+ },
1522
+ "activation-block": {
1523
+ "component": "ActivationBlock",
1524
+ "importPath": "@/components/molecules/ActivationBlock",
1525
+ "category": "component"
1526
+ },
1527
+ "bloom-quiz-block": {
1528
+ "component": "BloomQuizBlock",
1529
+ "importPath": "@/components/molecules/BloomQuizBlock",
1530
+ "category": "component"
1531
+ },
1532
+ "connection-block": {
1533
+ "component": "ConnectionBlock",
1534
+ "importPath": "@/components/molecules/ConnectionBlock",
1535
+ "category": "component"
1536
+ },
1537
+ "reflection-block": {
1538
+ "component": "ReflectionBlock",
1539
+ "importPath": "@/components/molecules/ReflectionBlock",
1540
+ "category": "component"
1541
+ },
1542
+ "code-runner-panel": {
1543
+ "component": "CodeRunnerPanel",
1544
+ "importPath": "@/components/organisms/CodeRunnerPanel",
1545
+ "category": "display"
1546
+ },
1547
+ "segment-renderer": {
1548
+ "component": "SegmentRenderer",
1549
+ "importPath": "@/components/organisms/SegmentRenderer",
1550
+ "category": "display"
1521
1551
  }
1522
1552
  }
1523
1553
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-06-18T10:28:38.516Z",
3
+ "exportedAt": "2026-06-18T22:45:03.741Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
@@ -1187,6 +1187,58 @@
1187
1187
  ],
1188
1188
  "requires": [],
1189
1189
  "entityAware": true
1190
+ },
1191
+ "activation-block": {
1192
+ "emits": [
1193
+ {
1194
+ "event": "SAVE_ACTIVATION",
1195
+ "trigger": "action",
1196
+ "payload": {
1197
+ "type": "object"
1198
+ }
1199
+ }
1200
+ ],
1201
+ "requires": [],
1202
+ "entityAware": false
1203
+ },
1204
+ "bloom-quiz-block": {
1205
+ "emits": [
1206
+ {
1207
+ "event": "ANSWER_BLOOM",
1208
+ "trigger": "action",
1209
+ "payload": {
1210
+ "type": "object"
1211
+ }
1212
+ }
1213
+ ],
1214
+ "requires": [],
1215
+ "entityAware": false
1216
+ },
1217
+ "reflection-block": {
1218
+ "emits": [
1219
+ {
1220
+ "event": "SAVE_REFLECTION",
1221
+ "trigger": "action",
1222
+ "payload": {
1223
+ "type": "object"
1224
+ }
1225
+ }
1226
+ ],
1227
+ "requires": [],
1228
+ "entityAware": false
1229
+ },
1230
+ "code-runner-panel": {
1231
+ "emits": [
1232
+ {
1233
+ "event": "RUN_CODE",
1234
+ "trigger": "action",
1235
+ "payload": {
1236
+ "type": "object"
1237
+ }
1238
+ }
1239
+ ],
1240
+ "requires": [],
1241
+ "entityAware": false
1190
1242
  }
1191
1243
  }
1192
1244
  }