@almadar/core 10.81.0 → 10.83.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.
Files changed (34) hide show
  1. package/dist/builders.d.ts +3 -3
  2. package/dist/builders.js +10 -0
  3. package/dist/builders.js.map +1 -1
  4. package/dist/{effect-BHoSW19_.d.ts → effect-DruTSW2O.d.ts} +123 -4
  5. package/dist/{entityAccess-0POr1WuY.d.ts → entityAccess-BoYVXf3b.d.ts} +1 -1
  6. package/dist/factory/index.d.ts +4 -4
  7. package/dist/factory/index.js +863 -5
  8. package/dist/factory/index.js.map +1 -1
  9. package/dist/factory-runtime/index.d.ts +3 -3
  10. package/dist/factory-runtime/index.js +10 -0
  11. package/dist/factory-runtime/index.js.map +1 -1
  12. package/dist/{index-rVlLkZJu.d.ts → index-76Ff6JCE.d.ts} +4 -4
  13. package/dist/index.d.ts +10 -10
  14. package/dist/index.js +894 -10
  15. package/dist/index.js.map +1 -1
  16. package/dist/mock/index.d.ts +4 -4
  17. package/dist/mock/index.js +10 -0
  18. package/dist/mock/index.js.map +1 -1
  19. package/dist/patterns/component-mapping.json +11 -1
  20. package/dist/patterns/event-contracts.json +15 -1
  21. package/dist/patterns/index.d.ts +1861 -23
  22. package/dist/patterns/index.js +883 -9
  23. package/dist/patterns/index.js.map +1 -1
  24. package/dist/patterns/integrators-registry.json +1 -1
  25. package/dist/patterns/patterns-registry.json +854 -6
  26. package/dist/patterns/registry.json +854 -6
  27. package/dist/patterns/services-registry.json +1 -1
  28. package/dist/{schema-CkTTGH6l.d.ts → schema-BdeZ8R35.d.ts} +4482 -4482
  29. package/dist/{trait-D269f6pt.d.ts → trait-DKJWX0Ru.d.ts} +1 -1
  30. package/dist/types/index.d.ts +5 -5
  31. package/dist/types/index.js +13 -1
  32. package/dist/types/index.js.map +1 -1
  33. package/dist/{types-7PHjoE7m.d.ts → types-CRr2IuTj.d.ts} +2 -2
  34. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-09-03T03:26:05.097Z",
3
+ "exportedAt": "2026-09-04T03:53:29.561Z",
4
4
  "mappings": {
5
5
  "page-header": {
6
6
  "component": "PageHeader",
@@ -1423,6 +1423,16 @@
1423
1423
  "component": "DockLayout",
1424
1424
  "importPath": "@/components/core/organisms/DockLayout",
1425
1425
  "category": "layout"
1426
+ },
1427
+ "command-palette": {
1428
+ "component": "CommandPalette",
1429
+ "importPath": "@/components/core/molecules/CommandPalette",
1430
+ "category": "component"
1431
+ },
1432
+ "game-audio-cue": {
1433
+ "component": "GameAudioCue",
1434
+ "importPath": "@/components/game/atoms/GameAudioCue",
1435
+ "category": "game"
1426
1436
  }
1427
1437
  }
1428
1438
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-09-03T03:26:05.097Z",
3
+ "exportedAt": "2026-09-04T03:53:29.561Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
@@ -910,6 +910,20 @@
910
910
  "payload": {
911
911
  "type": "object"
912
912
  }
913
+ },
914
+ {
915
+ "event": "EDITOR_FOCUS",
916
+ "trigger": "action",
917
+ "payload": {
918
+ "type": "object"
919
+ }
920
+ },
921
+ {
922
+ "event": "EDITOR_BLUR",
923
+ "trigger": "action",
924
+ "payload": {
925
+ "type": "object"
926
+ }
913
927
  }
914
928
  ],
915
929
  "requires": [],