@almadar/core 10.41.0 → 10.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.
- package/dist/builders.d.ts +596 -5
- package/dist/builders.js +47 -41
- package/dist/builders.js.map +1 -1
- package/dist/{effect-DSbx6joe.d.ts → effect-NbTgX2yB.d.ts} +1574 -100
- package/dist/{expression-DpAj1RzP.d.ts → expression-Yf7qvvOs.d.ts} +85 -10
- package/dist/factory/index.d.ts +5 -7
- package/dist/factory-runtime/index.d.ts +5 -5
- package/dist/factory-runtime/index.js +47 -41
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +38 -17
- package/dist/index.js +332 -506
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +32 -2
- package/dist/mock/index.js +32 -2
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +8 -23
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +343 -857
- package/dist/patterns/index.js +166 -399
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +155 -370
- package/dist/patterns/registry.json +155 -370
- package/dist/{builders-CikYSzX6.d.ts → schema-DdcBBHkb.d.ts} +7016 -2545
- package/dist/state-machine/index.d.ts +1 -1
- package/dist/{trait-2E6TQw19.d.ts → trait-DdBiEffx.d.ts} +1336 -324
- package/dist/types/index.d.ts +148 -41
- package/dist/types/index.js +144 -112
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CzocAZtG.d.ts → types-B4NVh8V9.d.ts} +3 -2
- package/package.json +1 -1
- package/src/types/bindings.ts +79 -0
- package/dist/entity-DfD-iXkn.d.ts +0 -1572
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-07-
|
|
3
|
+
"exportedAt": "2026-07-29T19:32:01.461Z",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"page-header": {
|
|
6
6
|
"component": "PageHeader",
|
|
@@ -1374,30 +1374,15 @@
|
|
|
1374
1374
|
"importPath": "@/components/core/molecules/ImportSourcePicker",
|
|
1375
1375
|
"category": "component"
|
|
1376
1376
|
},
|
|
1377
|
-
"
|
|
1378
|
-
"component": "
|
|
1379
|
-
"importPath": "@/components/game/atoms/
|
|
1377
|
+
"draw-group": {
|
|
1378
|
+
"component": "DrawGroup",
|
|
1379
|
+
"importPath": "@/components/game/atoms/DrawGroup",
|
|
1380
1380
|
"category": "game"
|
|
1381
1381
|
},
|
|
1382
|
-
"
|
|
1383
|
-
"component": "
|
|
1384
|
-
"importPath": "@/components/
|
|
1385
|
-
"category": "
|
|
1386
|
-
},
|
|
1387
|
-
"svg-draw-text": {
|
|
1388
|
-
"component": "SvgDrawText",
|
|
1389
|
-
"importPath": "@/components/game/atoms/SvgDrawText",
|
|
1390
|
-
"category": "game"
|
|
1391
|
-
},
|
|
1392
|
-
"svg-draw-shape-layer": {
|
|
1393
|
-
"component": "SvgDrawShapeLayer",
|
|
1394
|
-
"importPath": "@/components/game/molecules/SvgDrawShapeLayer",
|
|
1395
|
-
"category": "game"
|
|
1396
|
-
},
|
|
1397
|
-
"svg-stage": {
|
|
1398
|
-
"component": "SvgStage",
|
|
1399
|
-
"importPath": "@/components/game/molecules/SvgStage",
|
|
1400
|
-
"category": "game"
|
|
1382
|
+
"emoji-picker": {
|
|
1383
|
+
"component": "EmojiPicker",
|
|
1384
|
+
"importPath": "@/components/core/molecules/EmojiPicker",
|
|
1385
|
+
"category": "component"
|
|
1401
1386
|
}
|
|
1402
1387
|
}
|
|
1403
1388
|
}
|