@almadar/core 10.54.0 → 10.55.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 +3 -3
- package/dist/builders.js +6 -2
- package/dist/builders.js.map +1 -1
- package/dist/{effect-BlFO53UR.d.ts → effect-DxD-XTI8.d.ts} +1 -1
- package/dist/{entityAccess-B28lOfc_.d.ts → entityAccess-JTWGFDja.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +6 -2
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.js +16 -5
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +8 -1
- package/dist/patterns/index.d.ts +12 -5
- package/dist/patterns/index.js +10 -3
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +1 -1
- package/dist/patterns/registry.json +1 -1
- package/dist/{schema-BPC1Wuxb.d.ts → schema-0C1bXRFm.d.ts} +79 -2
- package/dist/{trait-RzDL-lSo.d.ts → trait-WnYkvPdZ.d.ts} +1 -1
- package/dist/types/index.d.ts +7 -7
- package/dist/types/index.js +6 -2
- package/dist/types/index.js.map +1 -1
- package/dist/{types-8b5zy8ts.d.ts → types-C4YztU2N.d.ts} +15 -2
- package/package.json +1 -1
|
@@ -2427,7 +2427,7 @@ type EntityData = Record<string, EntityRow[]>;
|
|
|
2427
2427
|
*
|
|
2428
2428
|
* DO NOT EDIT MANUALLY — regenerated by almadar-pattern-sync `patterns` command.
|
|
2429
2429
|
*
|
|
2430
|
-
* Generated: 2026-08-
|
|
2430
|
+
* Generated: 2026-08-05T01:21:57.577Z
|
|
2431
2431
|
* Pattern count: 269
|
|
2432
2432
|
*/
|
|
2433
2433
|
|
package/dist/factory/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { h as FactoryParamValue, c as FactoryConfigTier, b as FactoryConfigParam, F as FactoryCallSite, j as FactorySignature, R as RuleOverlay, p as RuleOverlayEntry, o as PresentationOverlay, T as TraitOverlay } from '../types-
|
|
2
|
-
export { a as FactoryCallSiteParams, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, i as FactoryProvenance, k as FactorySignatureCatalog, l as FactorySignatureEntityField, m as FactoryTraitSignature, J as JsonSchema, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, S as SchemaFieldType, q as TraitOverlayEntry, r as TraitOverlayListener } from '../types-
|
|
3
|
-
import { a as EntityPersistence, E as EntityField } from '../effect-
|
|
4
|
-
import { a as TraitReference } from '../trait-
|
|
1
|
+
import { h as FactoryParamValue, c as FactoryConfigTier, b as FactoryConfigParam, F as FactoryCallSite, j as FactorySignature, R as RuleOverlay, p as RuleOverlayEntry, o as PresentationOverlay, T as TraitOverlay } from '../types-C4YztU2N.js';
|
|
2
|
+
export { a as FactoryCallSiteParams, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, i as FactoryProvenance, k as FactorySignatureCatalog, l as FactorySignatureEntityField, m as FactoryTraitSignature, J as JsonSchema, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, S as SchemaFieldType, q as TraitOverlayEntry, r as TraitOverlayListener } from '../types-C4YztU2N.js';
|
|
3
|
+
import { a as EntityPersistence, E as EntityField } from '../effect-DxD-XTI8.js';
|
|
4
|
+
import { a as TraitReference } from '../trait-WnYkvPdZ.js';
|
|
5
5
|
export { J as JsonValue } from '../expression-Fk8bQWef.js';
|
|
6
6
|
import 'zod';
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { O as OrbitalSchema, a as OrbitalDefinition } from '../schema-
|
|
2
|
-
import { h as CallSiteConfig, i as CallSiteConfigEntry, g as Trait } from '../trait-
|
|
3
|
-
import { E as EntityField, a as EntityPersistence } from '../effect-
|
|
1
|
+
import { O as OrbitalSchema, a as OrbitalDefinition } from '../schema-0C1bXRFm.js';
|
|
2
|
+
import { h as CallSiteConfig, i as CallSiteConfigEntry, g as Trait } from '../trait-WnYkvPdZ.js';
|
|
3
|
+
import { E as EntityField, a as EntityPersistence } from '../effect-DxD-XTI8.js';
|
|
4
4
|
import { MakeTraitRefOpts } from '../builders.js';
|
|
5
5
|
import '../expression-Fk8bQWef.js';
|
|
6
6
|
import 'zod';
|
|
@@ -801,7 +801,9 @@ z.object({
|
|
|
801
801
|
path: z.string().min(1, "Page path is required").startsWith("/", "Path must start with /"),
|
|
802
802
|
primaryEntity: z.string().min(1, "Primary entity is required"),
|
|
803
803
|
traits: z.array(PageTraitRefSchema).min(1, "Page must have at least one trait"),
|
|
804
|
-
title: z.string().optional()
|
|
804
|
+
title: z.string().optional(),
|
|
805
|
+
icon: z.string().optional(),
|
|
806
|
+
label: z.string().optional()
|
|
805
807
|
}).strict();
|
|
806
808
|
var OrbitalPageSchema = z.object({
|
|
807
809
|
id: PageIdSchema.optional(),
|
|
@@ -811,7 +813,9 @@ var OrbitalPageSchema = z.object({
|
|
|
811
813
|
title: z.string().optional(),
|
|
812
814
|
primaryEntity: z.string().optional(),
|
|
813
815
|
traits: z.array(PageTraitRefSchema).optional(),
|
|
814
|
-
isInitial: z.boolean().optional()
|
|
816
|
+
isInitial: z.boolean().optional(),
|
|
817
|
+
icon: z.string().optional(),
|
|
818
|
+
label: z.string().optional()
|
|
815
819
|
}).strict();
|
|
816
820
|
var PageSchema = OrbitalPageSchema;
|
|
817
821
|
z.enum([
|