@almadar/core 10.29.0 → 10.31.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-07-13T15:27:57.365Z",
3
+ "exportedAt": "2026-07-21T09:54:57.379Z",
4
4
  "mappings": {
5
5
  "page-header": {
6
6
  "component": "PageHeader",
@@ -38,8 +38,8 @@
38
38
  "category": "form"
39
39
  },
40
40
  "form-actions": {
41
- "component": "FormActions",
42
- "importPath": "@/components/core/molecules/FormSection",
41
+ "component": "ButtonGroup",
42
+ "importPath": "@/components/core/molecules/ButtonGroup",
43
43
  "category": "form"
44
44
  },
45
45
  "filter-group": {
@@ -1348,6 +1348,16 @@
1348
1348
  "component": "Canvas",
1349
1349
  "importPath": "@/components/game/molecules/Canvas",
1350
1350
  "category": "game"
1351
+ },
1352
+ "presence": {
1353
+ "component": "Presence",
1354
+ "importPath": "@/components/core/atoms/Presence",
1355
+ "category": "component"
1356
+ },
1357
+ "page-transition": {
1358
+ "component": "PageTransition",
1359
+ "importPath": "@/components/core/molecules/PageTransition",
1360
+ "category": "component"
1351
1361
  }
1352
1362
  }
1353
1363
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-07-13T15:27:57.365Z",
3
+ "exportedAt": "2026-07-21T09:54:57.379Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
@@ -93,7 +93,14 @@
93
93
  "form-actions": {
94
94
  "emits": [
95
95
  {
96
- "event": "TOGGLE_COLLAPSE",
96
+ "event": "DISPATCH",
97
+ "trigger": "action",
98
+ "payload": {
99
+ "type": "object"
100
+ }
101
+ },
102
+ {
103
+ "event": "NAVIGATE",
97
104
  "trigger": "action",
98
105
  "payload": {
99
106
  "type": "object"
@@ -101,7 +108,7 @@
101
108
  }
102
109
  ],
103
110
  "requires": [],
104
- "entityAware": false,
111
+ "entityAware": true,
105
112
  "configDriven": true
106
113
  },
107
114
  "entity-table": {