@almadar/core 10.72.0 → 10.74.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/{effect-BftJTKJZ.d.ts → effect-C0MRXCwF.d.ts} +10 -1
- package/dist/{entityAccess-OcrfCefK.d.ts → entityAccess-CpfvoNOd.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/{index-cXViQbl2.d.ts → index-D4jODKSD.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +132 -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 +1 -1
- package/dist/patterns/index.d.ts +279 -7
- package/dist/patterns/index.js +132 -5
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +35 -1
- package/dist/patterns/patterns-registry.json +95 -2
- package/dist/patterns/registry.json +95 -2
- package/dist/patterns/services-registry.json +35 -1
- package/dist/{schema-8n8qR2Rb.d.ts → schema-DJY7OUOM.d.ts} +2 -2
- package/dist/{trait-BRv7XO6_.d.ts → trait-D1zKrxnf.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js.map +1 -1
- package/dist/{types-RhC1qunQ.d.ts → types-BdiOJCat.d.ts} +11 -2
- package/package.json +1 -1
package/dist/builders.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { I as IdentityLedger, A as AnyPatternConfig, U as UISlot, c as Effect, h as RenderBinding, i as RenderUIEffect, d as EntityId, e as Entity, E as EntityField, a as EntityPersistence, f as EntityRow } from './effect-
|
|
2
|
-
import { a as OrbitalDefinition, O as OrbitalSchema, U as UseDeclaration, E as EntityRef, b as ExpectDeclaration, P as PageRef, c as Page, d as PageRefObject } from './schema-
|
|
3
|
-
import { b as TraitConfig, g as Trait, T as TraitEventListener, h as CallSiteConfig, j as TraitEventContract, d as TraitRef, a as TraitReference } from './trait-
|
|
1
|
+
import { I as IdentityLedger, A as AnyPatternConfig, U as UISlot, c as Effect, h as RenderBinding, i as RenderUIEffect, d as EntityId, e as Entity, E as EntityField, a as EntityPersistence, f as EntityRow } from './effect-C0MRXCwF.js';
|
|
2
|
+
import { a as OrbitalDefinition, O as OrbitalSchema, U as UseDeclaration, E as EntityRef, b as ExpectDeclaration, P as PageRef, c as Page, d as PageRefObject } from './schema-DJY7OUOM.js';
|
|
3
|
+
import { b as TraitConfig, g as Trait, T as TraitEventListener, h as CallSiteConfig, j as TraitEventContract, d as TraitRef, a as TraitReference } from './trait-D1zKrxnf.js';
|
|
4
4
|
import { S as SExpr } from './expression-Fk8bQWef.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
|
|
@@ -2464,7 +2464,7 @@ type EntityData = Record<string, EntityRow[]>;
|
|
|
2464
2464
|
*
|
|
2465
2465
|
* DO NOT EDIT MANUALLY — regenerated by almadar-pattern-sync `patterns` command.
|
|
2466
2466
|
*
|
|
2467
|
-
* Generated: 2026-08-
|
|
2467
|
+
* Generated: 2026-08-29T18:15:51.842Z
|
|
2468
2468
|
* Pattern count: 274
|
|
2469
2469
|
*/
|
|
2470
2470
|
|
|
@@ -3302,6 +3302,7 @@ interface PatternPropsMap {
|
|
|
3302
3302
|
onNotificationClick?: ((...args: unknown[]) => unknown) | string | SExpr;
|
|
3303
3303
|
showThemeToggle?: boolean | string | SExpr;
|
|
3304
3304
|
sidebarFooter?: unknown | string | SExpr;
|
|
3305
|
+
sidebarContent?: unknown | string | SExpr;
|
|
3305
3306
|
currentPath?: string | SExpr;
|
|
3306
3307
|
onSignOut?: ((...args: unknown[]) => unknown) | string | SExpr;
|
|
3307
3308
|
layoutMode?: string | SExpr;
|
|
@@ -3497,6 +3498,7 @@ interface PatternPropsMap {
|
|
|
3497
3498
|
entity?: PatternPropValue | string | SExpr;
|
|
3498
3499
|
fields?: unknown[] | string | SExpr;
|
|
3499
3500
|
metaCommitEvent?: string | SExpr;
|
|
3501
|
+
relationEvent?: string | SExpr;
|
|
3500
3502
|
title?: string | SExpr;
|
|
3501
3503
|
className?: string | SExpr;
|
|
3502
3504
|
};
|
|
@@ -3505,6 +3507,8 @@ interface PatternPropsMap {
|
|
|
3505
3507
|
id?: string | SExpr;
|
|
3506
3508
|
title?: string | SExpr;
|
|
3507
3509
|
subtitle?: string | SExpr;
|
|
3510
|
+
coverImage?: string | SExpr;
|
|
3511
|
+
icon?: unknown | string | SExpr;
|
|
3508
3512
|
value?: string | SExpr;
|
|
3509
3513
|
actions?: unknown[] | string | SExpr;
|
|
3510
3514
|
maxInlineActions?: number | string | SExpr;
|
|
@@ -3866,8 +3870,13 @@ interface PatternPropsMap {
|
|
|
3866
3870
|
tree?: unknown[] | string | SExpr;
|
|
3867
3871
|
items?: unknown[] | string | SExpr;
|
|
3868
3872
|
selectedPath?: string | SExpr;
|
|
3873
|
+
selectedId?: string | SExpr;
|
|
3874
|
+
look?: string | SExpr;
|
|
3869
3875
|
onFileSelect?: ((...args: unknown[]) => unknown) | string | SExpr;
|
|
3870
3876
|
onNodeSelect?: ((...args: unknown[]) => unknown) | string | SExpr;
|
|
3877
|
+
onNodeAction?: ((...args: unknown[]) => unknown) | string | SExpr;
|
|
3878
|
+
nodeActionIcon?: string | SExpr;
|
|
3879
|
+
nodeActionLabel?: string | SExpr;
|
|
3871
3880
|
className?: string | SExpr;
|
|
3872
3881
|
indent?: number | string | SExpr;
|
|
3873
3882
|
};
|
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-BdiOJCat.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-BdiOJCat.js';
|
|
3
|
+
import { a as EntityPersistence, E as EntityField } from '../effect-C0MRXCwF.js';
|
|
4
|
+
import { a as TraitReference } from '../trait-D1zKrxnf.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-DJY7OUOM.js';
|
|
2
|
+
import { h as CallSiteConfig, i as CallSiteConfigEntry, g as Trait } from '../trait-D1zKrxnf.js';
|
|
3
|
+
import { E as EntityField, a as EntityPersistence } from '../effect-C0MRXCwF.js';
|
|
4
4
|
import { MakeTraitRefOpts } from '../builders.js';
|
|
5
5
|
import '../expression-Fk8bQWef.js';
|
|
6
6
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { b4 as PageTraitRef, O as OrbitalSchema, bi as ThemeDefinition, aa as Orbital, c as Page, N as DomainContext, a as OrbitalDefinition } from './schema-
|
|
2
|
-
import { F as FieldValue, E as EntityField, a as EntityPersistence, bt as ServiceParams, e as Entity, f as EntityRow, A as AnyPatternConfig, O as OrbitalId, T as TraitId, b as EventId, c as Effect } from './effect-
|
|
1
|
+
import { b4 as PageTraitRef, O as OrbitalSchema, bi as ThemeDefinition, aa as Orbital, c as Page, N as DomainContext, a as OrbitalDefinition } from './schema-DJY7OUOM.js';
|
|
2
|
+
import { F as FieldValue, E as EntityField, a as EntityPersistence, bt as ServiceParams, e as Entity, f as EntityRow, A as AnyPatternConfig, O as OrbitalId, T as TraitId, b as EventId, c as Effect } from './effect-C0MRXCwF.js';
|
|
3
3
|
import { S as SExpr, R as RuntimeValue, d as EventPayloadValue, J as JsonValue, a as EventPayload, L as LogMeta, g as JsonObject, T as ToolArgs, c as EvalContext } from './expression-Fk8bQWef.js';
|
|
4
4
|
import { z } from 'zod';
|
|
5
|
-
import { a as TraitReference, g as Trait, L as ListenSource, D as DeclaredTraitConfig, b as TraitConfig, C as ConfigFieldDeclaration, S as State, ae as Transition, r as Event, e as TraitConfigValue, Y as TraitCategory, at as TraitScope } from './trait-
|
|
6
|
-
import { T as TraitOverlay, R as RuleOverlay, J as JsonSchema, c as FactoryConfigTier } from './types-
|
|
5
|
+
import { a as TraitReference, g as Trait, L as ListenSource, D as DeclaredTraitConfig, b as TraitConfig, C as ConfigFieldDeclaration, S as State, ae as Transition, r as Event, e as TraitConfigValue, Y as TraitCategory, at as TraitScope } from './trait-D1zKrxnf.js';
|
|
6
|
+
import { T as TraitOverlay, R as RuleOverlay, J as JsonSchema, c as FactoryConfigTier } from './types-BdiOJCat.js';
|
|
7
7
|
import { MakeTraitRefOpts, EventWiringEntry, LayoutStrategy } from './builders.js';
|
|
8
8
|
|
|
9
9
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { O as OrbitalSchema, a as OrbitalDefinition, e as OrbitalPage, b as ExpectDeclaration } from './schema-
|
|
2
|
-
export { A as AGENT_DOMAIN_CATEGORIES, f as ALLOWED_CUSTOM_COMPONENTS, g as AgentDomainCategory, h as AgentDomainCategorySchema, i as AllowedCustomComponent, C as ColorSlice, j as ColorSliceSchema, k as ColorTokens, l as ColorTokensSchema, m as ComputedEventContract, n as ComputedEventContractSchema, o as ComputedEventListener, p as ComputedEventListenerSchema, q as ConfigProvenanceRecord, r as ConfigProvenanceRecordSchema, s as CustomPatternDefinition, t as CustomPatternDefinitionInput, u as CustomPatternDefinitionSchema, v as CustomPatternMap, w as CustomPatternMapInput, x as CustomPatternMapSchema, D as DensitySlice, y as DensitySliceSchema, z as DensityTokens, B as DensityTokensSchema, F as DesignPreferences, G as DesignPreferencesInput, H as DesignPreferencesSchema, I as DesignTokens, J as DesignTokensInput, K as DesignTokensSchema, L as DomainCategory, M as DomainCategorySchema, N as DomainContext, Q as DomainContextInput, R as DomainContextSchema, S as DomainVocabulary, T as DomainVocabularySchema, V as ElevationSlice, W as ElevationSliceSchema, X as ElevationTokens, Y as ElevationTokensSchema, Z as EntityCall, _ as EntityCallSchema, E as EntityRef, $ as EntityRefSchema, a0 as EntityRefStringSchema, a1 as EntitySemanticRole, a2 as EntitySemanticRoleSchema, a3 as EventListener, a4 as EventListenerSchema, a5 as EventSemanticRole, a6 as EventSemanticRoleSchema, a7 as EventSource, a8 as EventSourceSchema, a9 as ExpectDeclarationSchema, aa as FullOrbitalUnit, ab as GameSubCategory, ac as GameSubCategorySchema, ad as GeometrySlice, ae as GeometrySliceSchema, af as GeometryTokens, ag as GeometryTokensSchema, ah as IconFamily, ai as IconFamilySchema, aj as IconographySlice, ak as IconographySliceSchema, al as IconographyTokens, am as IconographyTokensSchema, an as IllustrationSlice, ao as IllustrationSliceSchema, ap as IllustrationStyle, aq as IllustrationStyleSchema, ar as IllustrationTokens, as as IllustrationTokensSchema, at as MotionDurationKey, au as MotionDurationKeySchema, av as MotionDurationPalette, aw as MotionDurationPaletteSchema, ax as MotionEasingKey, ay as MotionEasingKeySchema, az as MotionEasingPalette, aA as MotionEasingPaletteSchema, aB as MotionIntent, aC as MotionIntentMap, aD as MotionIntentMapSchema, aE as MotionIntentSchema, aF as MotionSlice, aG as MotionSliceSchema, aH as MotionTokens, aI as MotionTokensSchema, aJ as NavItem, aK as NavStackEntry, aL as NodeClassification, aM as NodeClassificationSchema, aa as Orbital, aN as OrbitalConfig, aO as OrbitalConfigInput, aP as OrbitalConfigSchema, aQ as OrbitalDefinitionSchema, aR as OrbitalInput, aS as OrbitalPageInput, aT as OrbitalPageSchema, aU as OrbitalPageStrictInput, aV as OrbitalPageStrictSchema, aW as OrbitalSchemaInput, aX as OrbitalSchemaSchema, aY as OrbitalSchemaWithTraits, aZ as OrbitalUnit, a_ as OrbitalUnitSchema, a$ as OrbitalZodSchema, c as Page, P as PageRef, d as PageRefObject, b0 as PageRefObjectSchema, b1 as PageRefSchema, b2 as PageRefStringSchema, b3 as PageSchema, b4 as PageTraitRef, b5 as PageTraitRefSchema, b6 as RelatedLink, b7 as RelatedLinkSchema, b8 as SchemaMetadata, b9 as SchemaMetadataSchema, ba as SkinSpec, bb as SkinSpecSchema, bc as SpacingScale, bd as SpacingScaleSchema, be as StateSemanticRole, bf as StateSemanticRoleSchema, bg as SuggestedGuard, bh as SuggestedGuardSchema, bi as ThemeDefinition, bj as ThemeDefinitionSchema, bk as ThemeRef, bl as ThemeRefSchema, bm as ThemeRefStringSchema, bn as ThemeTokens, bo as ThemeTokensSchema, bp as ThemeVariant, bq as ThemeVariantSchema, br as TypeIntent, bs as TypeIntentMap, bt as TypeIntentMapSchema, bu as TypeIntentSchema, bv as TypeScale, bw as TypeScaleEntry, bx as TypeScaleEntrySchema, by as TypeScaleSchema, bz as TypeScaleTokens, bA as TypeScaleTokensSchema, bB as TypeSizeKey, bC as TypeSizeKeySchema, bD as TypeSlice, bE as TypeSliceSchema, bF as TypeSlot, bG as TypeSlotSchema, bH as TypeWeight, bI as TypeWeightSchema, bJ as UXHints, bK as UXHintsSchema, U as UseDeclaration, bL as UseDeclarationSchema, bM as UserPersona, bN as UserPersonaInput, bO as UserPersonaSchema, bP as ViewType, bQ as ViewTypeSchema, bR as isEntityCall, bS as isEntityReference, bT as isEntityReferenceAny, bU as isImportedTraitRef, bV as isOrbitalDefinition, bW as isPageReference, bX as isPageReferenceObject, bY as isPageReferenceString, bZ as isThemeReference, b_ as parseEntityRef, b$ as parseImportedTraitRef, c0 as parseOrbitalSchema, c1 as parsePageRef, c2 as safeParseOrbitalSchema } from './schema-
|
|
3
|
-
import { F as FieldValue, f as EntityRow } from './effect-
|
|
4
|
-
export { j as ANIMATION_NAMES, k as ASSET_ASPECTS, l as ASSET_DIMENSIONS, m as AgentEffect, n as AnimationDef, o as AnimationDefInput, p as AnimationDefSchema, q as AnimationName, r as AnimationNameSchema, A as AnyPatternConfig, s as ApplicationEffect, t as ArrayEntityField, u as Asset, v as AssetAspect, w as AssetAspectSchema, x as AssetCatalog, y as AssetCatalogEntry, z as AssetCatalogEntryInput, B as AssetCatalogEntrySchema, C as AssetCatalogSchema, D as AssetDimension, G as AssetDimensionSchema, H as AssetSchema, J as AssetUrl, K as AtomicEffect, L as BehaviorEffect, M as CAMERA_MODES, N as CallServiceConfig, Q as CallServiceEffect, V as Camera, W as CameraMode, X as CameraModeSchema, Y as CameraSchema, Z as CheckpointLoadEffect, _ as CheckpointSaveEffect, $ as ComposeEffect, a0 as DerefEffect, a1 as DespawnEffect, a2 as DoEffect, a3 as ENTITY_ROLES, c as Effect, a4 as EffectInput, a5 as EffectSchema, a6 as EmitConfig, a7 as EmitEffect, e as Entity, a8 as EntityData, E as EntityField, a9 as EntityFieldInput, aa as EntityFieldSchema, d as EntityId, ab as EntityIdSchema, a as EntityPersistence, ac as EntityPersistenceSchema, ad as EntityRole, ae as EntityRoleSchema, af as EntitySchema, ag as EntityWith, ah as EnumEntityField, ai as EvaluateConfig, aj as EvaluateEffect, b as EventId, ak as EventIdSchema, al as FIELD_TYPES, am as FetchEffect, an as FetchOptions, ao as FetchResult, ap as Field, aq as FieldSchema, ar as FieldType, as as FieldTypeSchema, at as FileValue, au as FileValueSchema, av as ForwardConfig, aw as ForwardEffect, ax as IdForKind, ay as IdKind, I as IdentityLedger, az as IdentityLedgerSchema, aA as LedgerEntry, aB as LedgerEntrySchema, aC as LedgerKind, aD as LedgerKindSchema, aE as LlmEffect, aF as LogEffect, aG as McpServiceDef, aH as McpServiceDefSchema, aI as MemoryEffect, aJ as NavigateBackEffect, aK as NavigateEffect, aL as NavigateOptions, aM as NnConfig, aN as NnLayer, aO as NotifyEffect, aP as ObjectEntityField, aQ as OrbitalEntity, aR as OrbitalEntityInput, aS as OrbitalEntitySchema, O as OrbitalId, aT as OrbitalIdSchema, aU as OsEffect, aV as PATTERN_TYPES, P as PageId, aW as PageIdSchema, aX as PaletteEntryId, aY as PaletteEntryIdSchema, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, b0 as PatternType, b1 as PersistData, b2 as PersistEffect, b3 as PersistEmitConfig, b4 as RefEffect, R as RelationConfig, b5 as RelationConfigSchema, b6 as RelationEntityField, h as RenderBinding, b7 as RenderChildrenMap, b8 as RenderItemLambda, i as RenderUIEffect, b9 as RenderUINode, ba as ResolvedPatternProps, bb as RestAuthConfig, bc as RestAuthConfigSchema, bd as RestServiceDef, be as RestServiceDefSchema, bf as SEMANTIC_STRING_TYPES, bg as SERVICE_TYPES, bh as SHEET_PROJECTIONS, bi as SPRITE_DIRECTIONS, bj as ScalarEntityField, bk as ScenePos, bl as ScenePosSchema, bm as SemanticAssetRef, bn as SemanticAssetRefInput, bo as SemanticAssetRefSchema, bp as SemanticStringType, g as ServiceDefinition, bq as ServiceDefinitionSchema, br as ServiceId, bs as ServiceIdSchema, bt as ServiceParams, bu as ServiceParamsValue, S as ServiceRef, bv as ServiceRefObject, bw as ServiceRefObjectSchema, bx as ServiceRefSchema, by as ServiceRefStringSchema, bz as ServiceType, bA as ServiceTypeSchema, bB as SessionEffect, bC as SetEffect, bD as SheetProjection, bE as SheetProjectionSchema, bF as SocketEvents, bG as SocketEventsSchema, bH as SocketServiceDef, bI as SocketServiceDefSchema, bJ as SpawnEffect, bK as SpriteDirection, bL as SpriteDirectionSchema, bM as SpriteSheetAtlas, bN as SpriteSheetAtlasInput, bO as SpriteSheetAtlasSchema, bP as SubTexture, bQ as SubTextureSchema, bR as SwapEffect, bS as TextureAtlas, bT as TextureAtlasSchema, bU as ThemeId, bV as ThemeIdSchema, bW as Tilesheet, bX as TilesheetSchema, bY as TraceEffect, bZ as TrainConfig, b_ as TrainEffect, T as TraitId, b$ as TraitIdSchema, c0 as TypedEffect, U as UISlot, c1 as UISlotSchema, c2 as UI_SLOTS, c3 as VISUAL_STYLES, c4 as ValidateEffect, c5 as VisualStyle, c6 as VisualStyleSchema, c7 as WatchEffect, c8 as WatchOptions, c9 as asEntityId, ca as asEventId, cb as asOrbitalId, cc as asPageId, cd as asPaletteEntryId, ce as asServiceId, cf as asThemeId, cg as asTraitId, ch as atomic, ci as callService, cj as createAssetKey, ck as deref, cl as deriveCollection, cm as despawn, cn as doEffects, co as emit, cp as findService, cq as getDefaultAnimationsForRole, cr as getServiceNames, cs as hasService, ct as idKindOf, cu as idPrefix, cv as isEffect, cw as isEmailValue, cx as isEntityId, cy as isEventId, cz as isFieldValue, cA as isFileValue, cB as isMcpService, cC as isOrbitalId, cD as isPageId, cE as isPaletteEntryId, cF as isPhoneValue, cG as isRestService, cH as isRuntimeEntity, cI as isSExprEffect, cJ as isSemanticStringType, cK as isSemanticStringValue, cL as isServiceId, cM as isServiceReference, cN as isServiceReferenceObject, cO as isSocketService, cP as isThemeId, cQ as isTraitId, cR as isUrlValue, cS as isUuidValue, cT as isValidPatternType, cU as ledgerCurName, cV as ledgerRename, cW as ledgerResolveName, cX as mintId, cY as navigate, cZ as navigateBack, c_ as notify, c$ as parseAssetKey, d0 as parseServiceRef, d1 as persist, d2 as persistenceModeAllowsOverrides, d3 as ref, d4 as renderUI, d5 as set, d6 as spawn, d7 as swap, d8 as validateAssetAnimations, d9 as watch } from './effect-
|
|
1
|
+
import { O as OrbitalSchema, a as OrbitalDefinition, e as OrbitalPage, b as ExpectDeclaration } from './schema-DJY7OUOM.js';
|
|
2
|
+
export { A as AGENT_DOMAIN_CATEGORIES, f as ALLOWED_CUSTOM_COMPONENTS, g as AgentDomainCategory, h as AgentDomainCategorySchema, i as AllowedCustomComponent, C as ColorSlice, j as ColorSliceSchema, k as ColorTokens, l as ColorTokensSchema, m as ComputedEventContract, n as ComputedEventContractSchema, o as ComputedEventListener, p as ComputedEventListenerSchema, q as ConfigProvenanceRecord, r as ConfigProvenanceRecordSchema, s as CustomPatternDefinition, t as CustomPatternDefinitionInput, u as CustomPatternDefinitionSchema, v as CustomPatternMap, w as CustomPatternMapInput, x as CustomPatternMapSchema, D as DensitySlice, y as DensitySliceSchema, z as DensityTokens, B as DensityTokensSchema, F as DesignPreferences, G as DesignPreferencesInput, H as DesignPreferencesSchema, I as DesignTokens, J as DesignTokensInput, K as DesignTokensSchema, L as DomainCategory, M as DomainCategorySchema, N as DomainContext, Q as DomainContextInput, R as DomainContextSchema, S as DomainVocabulary, T as DomainVocabularySchema, V as ElevationSlice, W as ElevationSliceSchema, X as ElevationTokens, Y as ElevationTokensSchema, Z as EntityCall, _ as EntityCallSchema, E as EntityRef, $ as EntityRefSchema, a0 as EntityRefStringSchema, a1 as EntitySemanticRole, a2 as EntitySemanticRoleSchema, a3 as EventListener, a4 as EventListenerSchema, a5 as EventSemanticRole, a6 as EventSemanticRoleSchema, a7 as EventSource, a8 as EventSourceSchema, a9 as ExpectDeclarationSchema, aa as FullOrbitalUnit, ab as GameSubCategory, ac as GameSubCategorySchema, ad as GeometrySlice, ae as GeometrySliceSchema, af as GeometryTokens, ag as GeometryTokensSchema, ah as IconFamily, ai as IconFamilySchema, aj as IconographySlice, ak as IconographySliceSchema, al as IconographyTokens, am as IconographyTokensSchema, an as IllustrationSlice, ao as IllustrationSliceSchema, ap as IllustrationStyle, aq as IllustrationStyleSchema, ar as IllustrationTokens, as as IllustrationTokensSchema, at as MotionDurationKey, au as MotionDurationKeySchema, av as MotionDurationPalette, aw as MotionDurationPaletteSchema, ax as MotionEasingKey, ay as MotionEasingKeySchema, az as MotionEasingPalette, aA as MotionEasingPaletteSchema, aB as MotionIntent, aC as MotionIntentMap, aD as MotionIntentMapSchema, aE as MotionIntentSchema, aF as MotionSlice, aG as MotionSliceSchema, aH as MotionTokens, aI as MotionTokensSchema, aJ as NavItem, aK as NavStackEntry, aL as NodeClassification, aM as NodeClassificationSchema, aa as Orbital, aN as OrbitalConfig, aO as OrbitalConfigInput, aP as OrbitalConfigSchema, aQ as OrbitalDefinitionSchema, aR as OrbitalInput, aS as OrbitalPageInput, aT as OrbitalPageSchema, aU as OrbitalPageStrictInput, aV as OrbitalPageStrictSchema, aW as OrbitalSchemaInput, aX as OrbitalSchemaSchema, aY as OrbitalSchemaWithTraits, aZ as OrbitalUnit, a_ as OrbitalUnitSchema, a$ as OrbitalZodSchema, c as Page, P as PageRef, d as PageRefObject, b0 as PageRefObjectSchema, b1 as PageRefSchema, b2 as PageRefStringSchema, b3 as PageSchema, b4 as PageTraitRef, b5 as PageTraitRefSchema, b6 as RelatedLink, b7 as RelatedLinkSchema, b8 as SchemaMetadata, b9 as SchemaMetadataSchema, ba as SkinSpec, bb as SkinSpecSchema, bc as SpacingScale, bd as SpacingScaleSchema, be as StateSemanticRole, bf as StateSemanticRoleSchema, bg as SuggestedGuard, bh as SuggestedGuardSchema, bi as ThemeDefinition, bj as ThemeDefinitionSchema, bk as ThemeRef, bl as ThemeRefSchema, bm as ThemeRefStringSchema, bn as ThemeTokens, bo as ThemeTokensSchema, bp as ThemeVariant, bq as ThemeVariantSchema, br as TypeIntent, bs as TypeIntentMap, bt as TypeIntentMapSchema, bu as TypeIntentSchema, bv as TypeScale, bw as TypeScaleEntry, bx as TypeScaleEntrySchema, by as TypeScaleSchema, bz as TypeScaleTokens, bA as TypeScaleTokensSchema, bB as TypeSizeKey, bC as TypeSizeKeySchema, bD as TypeSlice, bE as TypeSliceSchema, bF as TypeSlot, bG as TypeSlotSchema, bH as TypeWeight, bI as TypeWeightSchema, bJ as UXHints, bK as UXHintsSchema, U as UseDeclaration, bL as UseDeclarationSchema, bM as UserPersona, bN as UserPersonaInput, bO as UserPersonaSchema, bP as ViewType, bQ as ViewTypeSchema, bR as isEntityCall, bS as isEntityReference, bT as isEntityReferenceAny, bU as isImportedTraitRef, bV as isOrbitalDefinition, bW as isPageReference, bX as isPageReferenceObject, bY as isPageReferenceString, bZ as isThemeReference, b_ as parseEntityRef, b$ as parseImportedTraitRef, c0 as parseOrbitalSchema, c1 as parsePageRef, c2 as safeParseOrbitalSchema } from './schema-DJY7OUOM.js';
|
|
3
|
+
import { F as FieldValue, f as EntityRow } from './effect-C0MRXCwF.js';
|
|
4
|
+
export { j as ANIMATION_NAMES, k as ASSET_ASPECTS, l as ASSET_DIMENSIONS, m as AgentEffect, n as AnimationDef, o as AnimationDefInput, p as AnimationDefSchema, q as AnimationName, r as AnimationNameSchema, A as AnyPatternConfig, s as ApplicationEffect, t as ArrayEntityField, u as Asset, v as AssetAspect, w as AssetAspectSchema, x as AssetCatalog, y as AssetCatalogEntry, z as AssetCatalogEntryInput, B as AssetCatalogEntrySchema, C as AssetCatalogSchema, D as AssetDimension, G as AssetDimensionSchema, H as AssetSchema, J as AssetUrl, K as AtomicEffect, L as BehaviorEffect, M as CAMERA_MODES, N as CallServiceConfig, Q as CallServiceEffect, V as Camera, W as CameraMode, X as CameraModeSchema, Y as CameraSchema, Z as CheckpointLoadEffect, _ as CheckpointSaveEffect, $ as ComposeEffect, a0 as DerefEffect, a1 as DespawnEffect, a2 as DoEffect, a3 as ENTITY_ROLES, c as Effect, a4 as EffectInput, a5 as EffectSchema, a6 as EmitConfig, a7 as EmitEffect, e as Entity, a8 as EntityData, E as EntityField, a9 as EntityFieldInput, aa as EntityFieldSchema, d as EntityId, ab as EntityIdSchema, a as EntityPersistence, ac as EntityPersistenceSchema, ad as EntityRole, ae as EntityRoleSchema, af as EntitySchema, ag as EntityWith, ah as EnumEntityField, ai as EvaluateConfig, aj as EvaluateEffect, b as EventId, ak as EventIdSchema, al as FIELD_TYPES, am as FetchEffect, an as FetchOptions, ao as FetchResult, ap as Field, aq as FieldSchema, ar as FieldType, as as FieldTypeSchema, at as FileValue, au as FileValueSchema, av as ForwardConfig, aw as ForwardEffect, ax as IdForKind, ay as IdKind, I as IdentityLedger, az as IdentityLedgerSchema, aA as LedgerEntry, aB as LedgerEntrySchema, aC as LedgerKind, aD as LedgerKindSchema, aE as LlmEffect, aF as LogEffect, aG as McpServiceDef, aH as McpServiceDefSchema, aI as MemoryEffect, aJ as NavigateBackEffect, aK as NavigateEffect, aL as NavigateOptions, aM as NnConfig, aN as NnLayer, aO as NotifyEffect, aP as ObjectEntityField, aQ as OrbitalEntity, aR as OrbitalEntityInput, aS as OrbitalEntitySchema, O as OrbitalId, aT as OrbitalIdSchema, aU as OsEffect, aV as PATTERN_TYPES, P as PageId, aW as PageIdSchema, aX as PaletteEntryId, aY as PaletteEntryIdSchema, aZ as PatternConfig, a_ as PatternProps, a$ as PatternPropsMap, b0 as PatternType, b1 as PersistData, b2 as PersistEffect, b3 as PersistEmitConfig, b4 as RefEffect, R as RelationConfig, b5 as RelationConfigSchema, b6 as RelationEntityField, h as RenderBinding, b7 as RenderChildrenMap, b8 as RenderItemLambda, i as RenderUIEffect, b9 as RenderUINode, ba as ResolvedPatternProps, bb as RestAuthConfig, bc as RestAuthConfigSchema, bd as RestServiceDef, be as RestServiceDefSchema, bf as SEMANTIC_STRING_TYPES, bg as SERVICE_TYPES, bh as SHEET_PROJECTIONS, bi as SPRITE_DIRECTIONS, bj as ScalarEntityField, bk as ScenePos, bl as ScenePosSchema, bm as SemanticAssetRef, bn as SemanticAssetRefInput, bo as SemanticAssetRefSchema, bp as SemanticStringType, g as ServiceDefinition, bq as ServiceDefinitionSchema, br as ServiceId, bs as ServiceIdSchema, bt as ServiceParams, bu as ServiceParamsValue, S as ServiceRef, bv as ServiceRefObject, bw as ServiceRefObjectSchema, bx as ServiceRefSchema, by as ServiceRefStringSchema, bz as ServiceType, bA as ServiceTypeSchema, bB as SessionEffect, bC as SetEffect, bD as SheetProjection, bE as SheetProjectionSchema, bF as SocketEvents, bG as SocketEventsSchema, bH as SocketServiceDef, bI as SocketServiceDefSchema, bJ as SpawnEffect, bK as SpriteDirection, bL as SpriteDirectionSchema, bM as SpriteSheetAtlas, bN as SpriteSheetAtlasInput, bO as SpriteSheetAtlasSchema, bP as SubTexture, bQ as SubTextureSchema, bR as SwapEffect, bS as TextureAtlas, bT as TextureAtlasSchema, bU as ThemeId, bV as ThemeIdSchema, bW as Tilesheet, bX as TilesheetSchema, bY as TraceEffect, bZ as TrainConfig, b_ as TrainEffect, T as TraitId, b$ as TraitIdSchema, c0 as TypedEffect, U as UISlot, c1 as UISlotSchema, c2 as UI_SLOTS, c3 as VISUAL_STYLES, c4 as ValidateEffect, c5 as VisualStyle, c6 as VisualStyleSchema, c7 as WatchEffect, c8 as WatchOptions, c9 as asEntityId, ca as asEventId, cb as asOrbitalId, cc as asPageId, cd as asPaletteEntryId, ce as asServiceId, cf as asThemeId, cg as asTraitId, ch as atomic, ci as callService, cj as createAssetKey, ck as deref, cl as deriveCollection, cm as despawn, cn as doEffects, co as emit, cp as findService, cq as getDefaultAnimationsForRole, cr as getServiceNames, cs as hasService, ct as idKindOf, cu as idPrefix, cv as isEffect, cw as isEmailValue, cx as isEntityId, cy as isEventId, cz as isFieldValue, cA as isFileValue, cB as isMcpService, cC as isOrbitalId, cD as isPageId, cE as isPaletteEntryId, cF as isPhoneValue, cG as isRestService, cH as isRuntimeEntity, cI as isSExprEffect, cJ as isSemanticStringType, cK as isSemanticStringValue, cL as isServiceId, cM as isServiceReference, cN as isServiceReferenceObject, cO as isSocketService, cP as isThemeId, cQ as isTraitId, cR as isUrlValue, cS as isUuidValue, cT as isValidPatternType, cU as ledgerCurName, cV as ledgerRename, cW as ledgerResolveName, cX as mintId, cY as navigate, cZ as navigateBack, c_ as notify, c$ as parseAssetKey, d0 as parseServiceRef, d1 as persist, d2 as persistenceModeAllowsOverrides, d3 as ref, d4 as renderUI, d5 as set, d6 as spawn, d7 as swap, d8 as validateAssetAnimations, d9 as watch } from './effect-C0MRXCwF.js';
|
|
5
5
|
import { T as ToolArgs, J as JsonValue, S as SExpr, a as EventPayload, R as RuntimeValue } from './expression-Fk8bQWef.js';
|
|
6
6
|
export { C as CORE_BINDINGS, b as CoreBinding, c as EvalContext, d as EventPayloadValue, E as Expression, e as ExpressionInput, f as ExpressionSchema, g as JsonObject, L as LogMeta, h as LogMetaValue, P as ParsedBinding, i as SExprAtom, j as SExprAtomSchema, k as SExprDataSchema, l as SExprInput, m as SExprObject, n as SExprSchema, o as collectBindings, p as getArgs, q as getOperator, r as isBinding, s as isEventPayloadValue, t as isJsonArray, u as isJsonObject, v as isJsonPrimitive, w as isSExpr, x as isSExprAtom, y as isSExprCall, z as isValidBinding, A as parseBinding, B as sexpr, D as walkSExpr } from './expression-Fk8bQWef.js';
|
|
7
|
-
import { R as ResolvedIR, a as ResolvedEntity, b as ResolvedPage, c as ResolvedTrait, C as ChangesetValue, S as SchemaChange, d as CategorizedRemovals, P as PageContentReduction, e as SemanticSchemaChange } from './index-
|
|
8
|
-
export { A as ANONYMOUS_USER, f as AgentCodeSearchResult, g as AgentCompactResult, h as AgentCompactStrategy, i as AgentContext, j as AgentGenerateOptions, k as AgentMemoryCategory, l as AgentMemoryRecord, m as AnalysisOrbital, n as AnalysisOrbitalParams, o as AnalysisPageOverride, p as AnalysisRename, q as AnalysisResult, r as AnnotationTier, s as AppCreatedEvent, t as AppSummary, u as AssetLoadStatus, B as BINDING_CONTEXT_RULES, v as BINDING_DOCS, w as BINDING_ROOTS, x as BindingContext, y as BindingRoot, z as BindingSchema, D as BridgeHealth, E as BuilderResult, F as BusEvent, G as BusEventListener, H as BusEventSource, I as CancelledEvent, J as ChangeAuthor, K as ChangeSetDocument, L as ChangeSummary, M as ChangesetRecordedEvent, N as CheckStatus, O as Clarification, Q as ClarificationCandidate, T as ClarificationLevel, U as CompleteEvent, V as ComplexityAssessment, W as ComposeAllResult, X as ComposeChildrenResult, Y as ComposeOptions, Z as ContextExtensions, _ as CreateFlow, $ as DEFAULT_INTERACTION_MODELS, a0 as DEFAULT_VIEWER, a1 as DEV_TOKEN_PREFIX, a2 as DeleteFlow, a3 as DispatchUpdatesResult, a4 as DrawableDescriptor, a5 as EdgeType, a6 as EditFlow, a7 as EditFocus, a8 as EditFocusLevel, a9 as EffectPayload, aa as EffectResult, ab as EffectTrace, ac as ErrorEvent, ad as EventEmit, ae as EventKey, af as EventListen, ag as EventLogEntry, ah as EvolutionDelta, ai as ExecutePlanResult, aj as ExtraTraitRef, ak as FileOperationEvent, al as FileWrittenEvent, am as GateState, an as GenerationLogEvent, ao as GitHubIssue, ap as GitHubLink, aq as GitHubRepo, ar as HistoryMeta, as as IntegrationContext, at as InteractionModel, au as InteractionModelInput, av as InteractionModelSchema, aw as InterruptEvent, ax as KNOWN_VALIDATION_ERROR_CODES, ay as KnobPayload, az as KnownValidationErrorCode, aA as LLMErrorContext, aB as LazyService, aC as LineageEntry, aD as ListInteraction, aE as LivingEdge, aF as LivingEffect, aG as LivingEntity, aH as LivingEvent, aI as LivingField, aJ as LivingOrbital, aK as LivingOrbitalSchema, aL as LivingPage, aM as LivingState, aN as LivingTrait, aO as LivingTransition, aP as LivingValue, aQ as LivingVertex, aR as LlmCallToolsResult, aS as LlmContext, aT as LlmMessage, aU as LlmTokenUsage, aV as LlmToolCall, aW as LlmToolDef, aX as LoloEmitResult, aY as MemoryContext, aZ as MessageEvent, a_ as OrbitalAddedEvent, a$ as OrbitalSchemaCompleteEvent, b0 as OrbitalVerificationAPI, b1 as ParamsRepairEmittedEvent, b2 as ParsedDesign, b3 as ParsedDomainContext, b4 as ParsedEmitDeclaration, b5 as ParsedEntity, b6 as ParsedEvent, b7 as ParsedListenDeclaration, b8 as ParsedOrbital, b9 as ParsedPage, ba as ParsedState, bb as ParsedStateMachine, bc as ParsedTrait, bd as ParsedTraitConfig, be as ParsedTransition, bf as PatternNode, bg as PatternTypeSchema, bh as PatternValue, bi as PersistActionName, bj as PlanSnapshot, bk as PlanSnapshotStatus, bl as PlannerResult, bm as Probability, bn as ProcessCompleteEvent, bo as ProcessErrorEvent, bp as ProcessRepairCompleteEvent, bq as ProcessRepairEvent, br as ProcessStartEvent, bs as RENDER_BINDING_MARKER, bt as RawUserClaims, bu as RenderBindingMarker, bv as RenderOverlayResult, bw as RenderUiPatch, bx as RenderUiPatchAddress, by as RenderUiPatchOp, bz as RepairResult, bA as ResolvedEntityBinding, bB as ResolvedField, bC as ResolvedNavigation, bD as ResolvedPattern, bE as ResolvedSection, bF as ResolvedSectionEvent, bG as ResolvedTraitBinding, bH as ResolvedTraitDataEntity, bI as ResolvedTraitEvent, bJ as ResolvedTraitGuard, bK as ResolvedTraitListener, bL as ResolvedTraitState, bM as ResolvedTraitTick, bN as ResolvedTraitTransition, bO as ResolvedTraitUIBinding, bP as SSEEvent, bQ as SSEEventBase, bR as SSEEventType, bS as SaveOptions, bT as SaveResult, bU as SchemaPhaseUpdateEvent, bV as SchemaPhaseValidatedEvent, bW as SchemaUpdateEvent, bX as SemanticAnnotation, bY as SemanticChangeKind, bZ as SemanticVector, b_ as ServerResponseTrace, b$ as ServiceAction, c0 as ServiceActionName, c1 as ServiceCallResult, c2 as ServiceContract, c3 as ServiceEvents, c4 as SessionContext, c5 as SessionHistoryEntry, c6 as SnapshotCreatedEvent, c7 as SnapshotDocument, c8 as SpawnResult, c9 as StartEvent, ca as StatsView, cb as StoreContract, cc as StoreFilter, cd as StoreFilterOp, ce as SubagentCompleteEvent, cf as SubagentEvent, cg as SubagentProgressEvent, ch as SubagentStartEvent, ci as TodoActivityType, cj as TodoDetailEvent, ck as TodoUpdateEvent, cl as ToolCallEvent, cm as ToolResultEvent, cn as TraceContext, co as TraitFieldRef, cp as TraitFieldRefSchema, cq as TraitStateSnapshot, cr as TransitionFrom, cs as TransitionTrace, ct as Unsubscribe, cu as UserContext, cv as ValidateResult, cw as ValidationDocument, cx as ValidationError, cy as ValidationErrorCode, cz as ValidationIssue, cA as ValidationMeta, cB as ValidationResult, cC as ValidationResults, cD as VerificationCheck, cE as VerificationSnapshot, cF as VerificationSummary, cG as VertexId, cH as VertexPayload, cI as VertexType, cJ as ViewFlow, cK as WorkspaceContext, cL as applyRenderOverlay, cM as containsEntityBinding, cN as containsPayloadBinding, cO as createEmptyResolvedPage, cP as createEmptyResolvedTrait, cQ as createLazyService, cR as createResolvedField, cS as createTypedEventBus, cT as decodeDevIdentityToken, cU as encodeDevIdentityToken, cV as findPersonaInRoster, cW as fingerprintNode, cX as getBindingExamples, cY as getInteractionModelForDomain, cZ as inferTsType, c_ as insertChildAtPath, c$ as isKnownValidationErrorCode, d0 as isPlanSnapshot, d1 as isRenderBindingMarker, d2 as isResolvedIR, d3 as isSessionHistoryEntry, d4 as isTraitFieldRef, d5 as navigatePatternPath, d6 as normalizeUserContext, d7 as personaFromIdentityRow, d8 as removeChildAtPath, d9 as replaceChildAtPath, da as resolveDefaultViewer, db as resolvePersonaSpec, dc as setPropAtPath, dd as toBindingRoot, de as validateBindingInContext, df as widenTier } from './index-
|
|
9
|
-
import { b as TraitConfig, g as Trait, S as State } from './trait-
|
|
10
|
-
export { k as CONFIG_REF_EVENT_PATTERN, h as CallSiteConfig, i as CallSiteConfigEntry, C as ConfigFieldDeclaration, l as ConfigFieldDeclarationSchema, m as ConfigFieldItemsDeclaration, n as ConfigRefEventError, D as DeclaredTraitConfig, o as DeclaredTraitConfigSchema, p as EntityFieldContract, q as EntityFieldContractSchema, r as Event, s as EventInput, E as EventPayloadField, t as EventPayloadFieldSchema, u as EventSchema, v as EventScope, w as EventScopeSchema, G as Guard, x as GuardInput, y as GuardSchema, L as ListenSource, z as ListenSourceSchema, O as OrbitalTraitRef, A as OrbitalTraitRefSchema, P as PayloadField, B as PayloadFieldSchema, F as PresentationType, R as REFERENCE_CONFIG_TYPES, H as ReferenceConfigType, I as RequiredField, J as RequiredFieldSchema, K as SECRET_CONFIG_TYPES, M as SecretConfigType, N as StateInput, Q as StateMachine, U as StateMachineInput, V as StateMachineSchema, W as StateSchema, X as TickIntervalSchema, Y as TraitCategory, Z as TraitCategorySchema, c as TraitConfigObject, _ as TraitConfigSchema, e as TraitConfigValue, $ as TraitConfigValueSchema, a0 as TraitDataEntity, a1 as TraitDataEntitySchema, f as TraitEntityField, a2 as TraitEntityFieldSchema, j as TraitEventContract, a3 as TraitEventContractSchema, T as TraitEventListener, a4 as TraitEventListenerSchema, a5 as TraitInput, d as TraitRef, a6 as TraitRefSchema, a as TraitReference, a7 as TraitReferenceInput, a8 as TraitReferenceSchema, a9 as TraitSchema, aa as TraitTick, ab as TraitTickSchema, ac as TraitUIBinding, ad as TraitUIBindingSchema, ae as Transition, af as TransitionInput, ag as TransitionSchema, ah as configRefEventKnob, ai as getTraitConfig, aj as getTraitName, ak as isCallSiteConfigDeclaration, al as isCircuitEvent, am as isInlineTrait, an as isReferenceConfigType, ao as isSecretConfigType, ap as maskSecretConfigValues, aq as normalizeCallSiteConfigToValues, ar as normalizeTraitRef, as as resolveConfigRefEventName } from './trait-
|
|
11
|
-
export { F as FactoryCallSite, a as FactoryCallSiteParams, b as FactoryConfigParam, c as FactoryConfigTier, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, h as FactoryParamValue, i as FactoryProvenance, j as FactorySignature, k as FactorySignatureCatalog, l as FactorySignatureEntityField, m as FactoryTraitSignature, J as JsonSchema, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, o as PresentationOverlay, R as RuleOverlay, p as RuleOverlayEntry, S as SchemaFieldType, T as TraitOverlay, q as TraitOverlayEntry, r as TraitOverlayListener } from './types-
|
|
7
|
+
import { R as ResolvedIR, a as ResolvedEntity, b as ResolvedPage, c as ResolvedTrait, C as ChangesetValue, S as SchemaChange, d as CategorizedRemovals, P as PageContentReduction, e as SemanticSchemaChange } from './index-D4jODKSD.js';
|
|
8
|
+
export { A as ANONYMOUS_USER, f as AgentCodeSearchResult, g as AgentCompactResult, h as AgentCompactStrategy, i as AgentContext, j as AgentGenerateOptions, k as AgentMemoryCategory, l as AgentMemoryRecord, m as AnalysisOrbital, n as AnalysisOrbitalParams, o as AnalysisPageOverride, p as AnalysisRename, q as AnalysisResult, r as AnnotationTier, s as AppCreatedEvent, t as AppSummary, u as AssetLoadStatus, B as BINDING_CONTEXT_RULES, v as BINDING_DOCS, w as BINDING_ROOTS, x as BindingContext, y as BindingRoot, z as BindingSchema, D as BridgeHealth, E as BuilderResult, F as BusEvent, G as BusEventListener, H as BusEventSource, I as CancelledEvent, J as ChangeAuthor, K as ChangeSetDocument, L as ChangeSummary, M as ChangesetRecordedEvent, N as CheckStatus, O as Clarification, Q as ClarificationCandidate, T as ClarificationLevel, U as CompleteEvent, V as ComplexityAssessment, W as ComposeAllResult, X as ComposeChildrenResult, Y as ComposeOptions, Z as ContextExtensions, _ as CreateFlow, $ as DEFAULT_INTERACTION_MODELS, a0 as DEFAULT_VIEWER, a1 as DEV_TOKEN_PREFIX, a2 as DeleteFlow, a3 as DispatchUpdatesResult, a4 as DrawableDescriptor, a5 as EdgeType, a6 as EditFlow, a7 as EditFocus, a8 as EditFocusLevel, a9 as EffectPayload, aa as EffectResult, ab as EffectTrace, ac as ErrorEvent, ad as EventEmit, ae as EventKey, af as EventListen, ag as EventLogEntry, ah as EvolutionDelta, ai as ExecutePlanResult, aj as ExtraTraitRef, ak as FileOperationEvent, al as FileWrittenEvent, am as GateState, an as GenerationLogEvent, ao as GitHubIssue, ap as GitHubLink, aq as GitHubRepo, ar as HistoryMeta, as as IntegrationContext, at as InteractionModel, au as InteractionModelInput, av as InteractionModelSchema, aw as InterruptEvent, ax as KNOWN_VALIDATION_ERROR_CODES, ay as KnobPayload, az as KnownValidationErrorCode, aA as LLMErrorContext, aB as LazyService, aC as LineageEntry, aD as ListInteraction, aE as LivingEdge, aF as LivingEffect, aG as LivingEntity, aH as LivingEvent, aI as LivingField, aJ as LivingOrbital, aK as LivingOrbitalSchema, aL as LivingPage, aM as LivingState, aN as LivingTrait, aO as LivingTransition, aP as LivingValue, aQ as LivingVertex, aR as LlmCallToolsResult, aS as LlmContext, aT as LlmMessage, aU as LlmTokenUsage, aV as LlmToolCall, aW as LlmToolDef, aX as LoloEmitResult, aY as MemoryContext, aZ as MessageEvent, a_ as OrbitalAddedEvent, a$ as OrbitalSchemaCompleteEvent, b0 as OrbitalVerificationAPI, b1 as ParamsRepairEmittedEvent, b2 as ParsedDesign, b3 as ParsedDomainContext, b4 as ParsedEmitDeclaration, b5 as ParsedEntity, b6 as ParsedEvent, b7 as ParsedListenDeclaration, b8 as ParsedOrbital, b9 as ParsedPage, ba as ParsedState, bb as ParsedStateMachine, bc as ParsedTrait, bd as ParsedTraitConfig, be as ParsedTransition, bf as PatternNode, bg as PatternTypeSchema, bh as PatternValue, bi as PersistActionName, bj as PlanSnapshot, bk as PlanSnapshotStatus, bl as PlannerResult, bm as Probability, bn as ProcessCompleteEvent, bo as ProcessErrorEvent, bp as ProcessRepairCompleteEvent, bq as ProcessRepairEvent, br as ProcessStartEvent, bs as RENDER_BINDING_MARKER, bt as RawUserClaims, bu as RenderBindingMarker, bv as RenderOverlayResult, bw as RenderUiPatch, bx as RenderUiPatchAddress, by as RenderUiPatchOp, bz as RepairResult, bA as ResolvedEntityBinding, bB as ResolvedField, bC as ResolvedNavigation, bD as ResolvedPattern, bE as ResolvedSection, bF as ResolvedSectionEvent, bG as ResolvedTraitBinding, bH as ResolvedTraitDataEntity, bI as ResolvedTraitEvent, bJ as ResolvedTraitGuard, bK as ResolvedTraitListener, bL as ResolvedTraitState, bM as ResolvedTraitTick, bN as ResolvedTraitTransition, bO as ResolvedTraitUIBinding, bP as SSEEvent, bQ as SSEEventBase, bR as SSEEventType, bS as SaveOptions, bT as SaveResult, bU as SchemaPhaseUpdateEvent, bV as SchemaPhaseValidatedEvent, bW as SchemaUpdateEvent, bX as SemanticAnnotation, bY as SemanticChangeKind, bZ as SemanticVector, b_ as ServerResponseTrace, b$ as ServiceAction, c0 as ServiceActionName, c1 as ServiceCallResult, c2 as ServiceContract, c3 as ServiceEvents, c4 as SessionContext, c5 as SessionHistoryEntry, c6 as SnapshotCreatedEvent, c7 as SnapshotDocument, c8 as SpawnResult, c9 as StartEvent, ca as StatsView, cb as StoreContract, cc as StoreFilter, cd as StoreFilterOp, ce as SubagentCompleteEvent, cf as SubagentEvent, cg as SubagentProgressEvent, ch as SubagentStartEvent, ci as TodoActivityType, cj as TodoDetailEvent, ck as TodoUpdateEvent, cl as ToolCallEvent, cm as ToolResultEvent, cn as TraceContext, co as TraitFieldRef, cp as TraitFieldRefSchema, cq as TraitStateSnapshot, cr as TransitionFrom, cs as TransitionTrace, ct as Unsubscribe, cu as UserContext, cv as ValidateResult, cw as ValidationDocument, cx as ValidationError, cy as ValidationErrorCode, cz as ValidationIssue, cA as ValidationMeta, cB as ValidationResult, cC as ValidationResults, cD as VerificationCheck, cE as VerificationSnapshot, cF as VerificationSummary, cG as VertexId, cH as VertexPayload, cI as VertexType, cJ as ViewFlow, cK as WorkspaceContext, cL as applyRenderOverlay, cM as containsEntityBinding, cN as containsPayloadBinding, cO as createEmptyResolvedPage, cP as createEmptyResolvedTrait, cQ as createLazyService, cR as createResolvedField, cS as createTypedEventBus, cT as decodeDevIdentityToken, cU as encodeDevIdentityToken, cV as findPersonaInRoster, cW as fingerprintNode, cX as getBindingExamples, cY as getInteractionModelForDomain, cZ as inferTsType, c_ as insertChildAtPath, c$ as isKnownValidationErrorCode, d0 as isPlanSnapshot, d1 as isRenderBindingMarker, d2 as isResolvedIR, d3 as isSessionHistoryEntry, d4 as isTraitFieldRef, d5 as navigatePatternPath, d6 as normalizeUserContext, d7 as personaFromIdentityRow, d8 as removeChildAtPath, d9 as replaceChildAtPath, da as resolveDefaultViewer, db as resolvePersonaSpec, dc as setPropAtPath, dd as toBindingRoot, de as validateBindingInContext, df as widenTier } from './index-D4jODKSD.js';
|
|
9
|
+
import { b as TraitConfig, g as Trait, S as State } from './trait-D1zKrxnf.js';
|
|
10
|
+
export { k as CONFIG_REF_EVENT_PATTERN, h as CallSiteConfig, i as CallSiteConfigEntry, C as ConfigFieldDeclaration, l as ConfigFieldDeclarationSchema, m as ConfigFieldItemsDeclaration, n as ConfigRefEventError, D as DeclaredTraitConfig, o as DeclaredTraitConfigSchema, p as EntityFieldContract, q as EntityFieldContractSchema, r as Event, s as EventInput, E as EventPayloadField, t as EventPayloadFieldSchema, u as EventSchema, v as EventScope, w as EventScopeSchema, G as Guard, x as GuardInput, y as GuardSchema, L as ListenSource, z as ListenSourceSchema, O as OrbitalTraitRef, A as OrbitalTraitRefSchema, P as PayloadField, B as PayloadFieldSchema, F as PresentationType, R as REFERENCE_CONFIG_TYPES, H as ReferenceConfigType, I as RequiredField, J as RequiredFieldSchema, K as SECRET_CONFIG_TYPES, M as SecretConfigType, N as StateInput, Q as StateMachine, U as StateMachineInput, V as StateMachineSchema, W as StateSchema, X as TickIntervalSchema, Y as TraitCategory, Z as TraitCategorySchema, c as TraitConfigObject, _ as TraitConfigSchema, e as TraitConfigValue, $ as TraitConfigValueSchema, a0 as TraitDataEntity, a1 as TraitDataEntitySchema, f as TraitEntityField, a2 as TraitEntityFieldSchema, j as TraitEventContract, a3 as TraitEventContractSchema, T as TraitEventListener, a4 as TraitEventListenerSchema, a5 as TraitInput, d as TraitRef, a6 as TraitRefSchema, a as TraitReference, a7 as TraitReferenceInput, a8 as TraitReferenceSchema, a9 as TraitSchema, aa as TraitTick, ab as TraitTickSchema, ac as TraitUIBinding, ad as TraitUIBindingSchema, ae as Transition, af as TransitionInput, ag as TransitionSchema, ah as configRefEventKnob, ai as getTraitConfig, aj as getTraitName, ak as isCallSiteConfigDeclaration, al as isCircuitEvent, am as isInlineTrait, an as isReferenceConfigType, ao as isSecretConfigType, ap as maskSecretConfigValues, aq as normalizeCallSiteConfigToValues, ar as normalizeTraitRef, as as resolveConfigRefEventName } from './trait-D1zKrxnf.js';
|
|
11
|
+
export { F as FactoryCallSite, a as FactoryCallSiteParams, b as FactoryConfigParam, c as FactoryConfigTier, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, h as FactoryParamValue, i as FactoryProvenance, j as FactorySignature, k as FactorySignatureCatalog, l as FactorySignatureEntityField, m as FactoryTraitSignature, J as JsonSchema, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, o as PresentationOverlay, R as RuleOverlay, p as RuleOverlayEntry, S as SchemaFieldType, T as TraitOverlay, q as TraitOverlayEntry, r as TraitOverlayListener } from './types-BdiOJCat.js';
|
|
12
12
|
export { CallSiteDiff, DomainQuestion, DomainQuestionAnswer, DomainQuestionAnswers, DomainQuestionInputType, FactoryCallPlanMutation, FactoryCallPlanMutationTemplate, FactoryCallPlanState, OrbitalCallInput, TranslationBinding, TranslationResult, TranslationWarning, answerToMutations, answersToMutations, applyFactoryCallPlanMutation, deriveInputType, diffFactoryCalls, generateQuestions, translateOverlaysToParams } from './factory/index.js';
|
|
13
13
|
export { ComposeBehaviorsInput, ComposeBehaviorsResult, EventWiringEntry, LayoutStrategy, applyEventWiring, composeBehaviors, detectLayoutStrategy } from './builders.js';
|
|
14
14
|
export { COMPONENT_MAPPING, EVENT_CONTRACTS, EmojiPickPayload, FormSubmitPayload, INTEGRATORS_REGISTRY, ItemActionPayload, LoadMoreRequestPayload, PATTERN_REGISTRY, PatternCallbackArg, PatternEntry, PatternPayloadField, PatternPropDef, PatternRecommendation, PatternSwapGate, PropKind, RecommendationContext, RenderUiPayload, SelectionChangePayload, buildRecommendationContext, collectRenderUiPatternTypes, componentMapping, eventContracts, eventKeyPropsOf, eventListPropsOf, findCompatiblePatterns, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getEmittedEvents, getEntityCardinality, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPatternActionsRef, getPatternDefinition, getPatternFieldsContract, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integratorsRegistry, isContentBodyPattern, isContentBodyPatternType, isDrawHostPattern, isDrawablePattern, isEntityAwarePattern, isMainSlotRenderUi, isValueInputPattern, patternsRegistry, recommendPatterns, registry, renderUiPatternTypesOf } from './patterns/index.js';
|
|
15
15
|
export { BFSNode, BFSPathNode, EdgeWalkTransition, GraphTransition, GuardPayload, ReplayStep, ReplayTransition, StateEdge, WalkStep, buildEdgeCoveringWalk, buildGuardPayloads, buildReplayPaths, buildStateGraph, collectReachableStates, constTruth, extractPayloadFieldRef, walkStatePairs } from './state-machine/index.js';
|
|
16
|
-
export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from './entityAccess-
|
|
16
|
+
export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessTable } from './entityAccess-CpfvoNOd.js';
|
|
17
17
|
import 'zod';
|
|
18
18
|
|
|
19
19
|
/**
|
package/dist/index.js
CHANGED
|
@@ -2250,7 +2250,7 @@ function getInteractionModelForDomain(domain) {
|
|
|
2250
2250
|
// src/patterns/patterns-registry.json
|
|
2251
2251
|
var patterns_registry_default = {
|
|
2252
2252
|
version: "1.0.0",
|
|
2253
|
-
exportedAt: "2026-08-
|
|
2253
|
+
exportedAt: "2026-08-29T18:15:51.642Z",
|
|
2254
2254
|
patterns: {
|
|
2255
2255
|
"entity-table": {
|
|
2256
2256
|
type: "entity-table",
|
|
@@ -15551,6 +15551,12 @@ var patterns_registry_default = {
|
|
|
15551
15551
|
],
|
|
15552
15552
|
description: "Custom sidebar footer (optional). When omitted, the sidebar has no footer \u2014 apps that need Settings/etc. add them via navItems."
|
|
15553
15553
|
},
|
|
15554
|
+
sidebarContent: {
|
|
15555
|
+
types: [
|
|
15556
|
+
"node"
|
|
15557
|
+
],
|
|
15558
|
+
description: "Optional content region rendered between the nav links and the footer \u2014 a page tree or any consumer navigation surface; scrolls independently and takes the sidebar's remaining height. Hidden in the collapsed rail."
|
|
15559
|
+
},
|
|
15554
15560
|
currentPath: {
|
|
15555
15561
|
types: [
|
|
15556
15562
|
"string"
|
|
@@ -27618,6 +27624,23 @@ var patterns_registry_default = {
|
|
|
27618
27624
|
],
|
|
27619
27625
|
description: "Currently selected file path"
|
|
27620
27626
|
},
|
|
27627
|
+
selectedId: {
|
|
27628
|
+
types: [
|
|
27629
|
+
"string"
|
|
27630
|
+
],
|
|
27631
|
+
description: 'Currently selected node id, in flat `items` mode: the row highlights and every ancestor auto-expands so the selection is always visible \u2014 the "you are here" a navigation tree needs.'
|
|
27632
|
+
},
|
|
27633
|
+
look: {
|
|
27634
|
+
types: [
|
|
27635
|
+
"string"
|
|
27636
|
+
],
|
|
27637
|
+
description: "Visual treatment for flat `items` mode: `files` (default) keeps the monospace file-browser look; `nav` renders a sidebar navigation tree \u2014 regular font, document icons, roomier hit areas.",
|
|
27638
|
+
enumValues: [
|
|
27639
|
+
"files",
|
|
27640
|
+
"nav"
|
|
27641
|
+
],
|
|
27642
|
+
default: "files"
|
|
27643
|
+
},
|
|
27621
27644
|
onFileSelect: {
|
|
27622
27645
|
types: [
|
|
27623
27646
|
"function"
|
|
@@ -27645,6 +27668,32 @@ var patterns_registry_default = {
|
|
|
27645
27668
|
],
|
|
27646
27669
|
default: ""
|
|
27647
27670
|
},
|
|
27671
|
+
onNodeAction: {
|
|
27672
|
+
types: [
|
|
27673
|
+
"function"
|
|
27674
|
+
],
|
|
27675
|
+
description: "Called from the row's hover action button, in flat `items` mode; carries that node's id. Presence-gated: binding it renders the action.",
|
|
27676
|
+
kind: "callback",
|
|
27677
|
+
callbackArgs: [
|
|
27678
|
+
{
|
|
27679
|
+
name: "id",
|
|
27680
|
+
type: "string"
|
|
27681
|
+
}
|
|
27682
|
+
],
|
|
27683
|
+
default: ""
|
|
27684
|
+
},
|
|
27685
|
+
nodeActionIcon: {
|
|
27686
|
+
types: [
|
|
27687
|
+
"string"
|
|
27688
|
+
],
|
|
27689
|
+
description: "Icon for the row hover action (default: plus)."
|
|
27690
|
+
},
|
|
27691
|
+
nodeActionLabel: {
|
|
27692
|
+
types: [
|
|
27693
|
+
"string"
|
|
27694
|
+
],
|
|
27695
|
+
description: "Accessible label/tooltip for the row hover action."
|
|
27696
|
+
},
|
|
27648
27697
|
className: {
|
|
27649
27698
|
types: [
|
|
27650
27699
|
"string"
|
|
@@ -50022,6 +50071,19 @@ var patterns_registry_default = {
|
|
|
50022
50071
|
],
|
|
50023
50072
|
description: "Muted byline under the title; hidden when empty"
|
|
50024
50073
|
},
|
|
50074
|
+
coverImage: {
|
|
50075
|
+
types: [
|
|
50076
|
+
"string"
|
|
50077
|
+
],
|
|
50078
|
+
description: "Cover/hero image URL painted as a full-bleed banner above the header row (Notion/article-hero shape); hidden when empty"
|
|
50079
|
+
},
|
|
50080
|
+
icon: {
|
|
50081
|
+
types: [
|
|
50082
|
+
"icon",
|
|
50083
|
+
"string"
|
|
50084
|
+
],
|
|
50085
|
+
description: "Document icon rendered beside the title (a file glyph, a domain icon); hidden when empty"
|
|
50086
|
+
},
|
|
50025
50087
|
value: {
|
|
50026
50088
|
types: [
|
|
50027
50089
|
"string"
|
|
@@ -50186,6 +50248,7 @@ var patterns_registry_default = {
|
|
|
50186
50248
|
family: "core",
|
|
50187
50249
|
description: "DocumentDetails \u2014 the document's metadata as a compact settings card for the rail beside a DocumentPanel, each property committing in place.",
|
|
50188
50250
|
capabilities: "document settings, page details, post settings sidebar, metadata panel, document properties, publish settings",
|
|
50251
|
+
fieldsContract: "display",
|
|
50189
50252
|
suggestedFor: [
|
|
50190
50253
|
"document",
|
|
50191
50254
|
"details",
|
|
@@ -50245,7 +50308,8 @@ var patterns_registry_default = {
|
|
|
50245
50308
|
"text",
|
|
50246
50309
|
"boolean",
|
|
50247
50310
|
"select",
|
|
50248
|
-
"readonly"
|
|
50311
|
+
"readonly",
|
|
50312
|
+
"image"
|
|
50249
50313
|
]
|
|
50250
50314
|
},
|
|
50251
50315
|
options: {
|
|
@@ -50269,6 +50333,11 @@ var patterns_registry_default = {
|
|
|
50269
50333
|
"boolean",
|
|
50270
50334
|
"percent"
|
|
50271
50335
|
]
|
|
50336
|
+
},
|
|
50337
|
+
type: {
|
|
50338
|
+
types: [
|
|
50339
|
+
"string"
|
|
50340
|
+
]
|
|
50272
50341
|
}
|
|
50273
50342
|
}
|
|
50274
50343
|
}
|
|
@@ -50292,6 +50361,30 @@ var patterns_registry_default = {
|
|
|
50292
50361
|
}
|
|
50293
50362
|
]
|
|
50294
50363
|
},
|
|
50364
|
+
relationEvent: {
|
|
50365
|
+
types: [
|
|
50366
|
+
"string"
|
|
50367
|
+
],
|
|
50368
|
+
description: "Makes relation chips clickable: emitted with { field, id, name } when a hydrated relation value (or one row of a many-relation) is clicked \u2014 the host routes it to the linked record's own surface.",
|
|
50369
|
+
kind: "event-ref",
|
|
50370
|
+
emitPayloadSchema: [
|
|
50371
|
+
{
|
|
50372
|
+
name: "field",
|
|
50373
|
+
type: "string",
|
|
50374
|
+
required: true
|
|
50375
|
+
},
|
|
50376
|
+
{
|
|
50377
|
+
name: "id",
|
|
50378
|
+
type: "string",
|
|
50379
|
+
required: true
|
|
50380
|
+
},
|
|
50381
|
+
{
|
|
50382
|
+
name: "name",
|
|
50383
|
+
type: "string",
|
|
50384
|
+
required: true
|
|
50385
|
+
}
|
|
50386
|
+
]
|
|
50387
|
+
},
|
|
50295
50388
|
title: {
|
|
50296
50389
|
types: [
|
|
50297
50390
|
"string"
|
|
@@ -50330,7 +50423,7 @@ var patterns_registry_default = {
|
|
|
50330
50423
|
// src/patterns/integrators-registry.json
|
|
50331
50424
|
var integrators_registry_default = {
|
|
50332
50425
|
version: "1.0.0",
|
|
50333
|
-
exportedAt: "2026-08-
|
|
50426
|
+
exportedAt: "2026-08-29T08:09:09.100Z",
|
|
50334
50427
|
integrators: {
|
|
50335
50428
|
github: {
|
|
50336
50429
|
name: "github",
|
|
@@ -52120,6 +52213,40 @@ var integrators_registry_default = {
|
|
|
52120
52213
|
url: "string"
|
|
52121
52214
|
}
|
|
52122
52215
|
},
|
|
52216
|
+
{
|
|
52217
|
+
name: "uploadMany",
|
|
52218
|
+
description: "",
|
|
52219
|
+
params: [
|
|
52220
|
+
{
|
|
52221
|
+
name: "bucket",
|
|
52222
|
+
type: "string",
|
|
52223
|
+
required: true,
|
|
52224
|
+
description: ""
|
|
52225
|
+
},
|
|
52226
|
+
{
|
|
52227
|
+
name: "files",
|
|
52228
|
+
type: "array",
|
|
52229
|
+
required: true,
|
|
52230
|
+
description: ""
|
|
52231
|
+
},
|
|
52232
|
+
{
|
|
52233
|
+
name: "acl",
|
|
52234
|
+
type: "'public' | 'private'",
|
|
52235
|
+
required: false,
|
|
52236
|
+
description: ""
|
|
52237
|
+
},
|
|
52238
|
+
{
|
|
52239
|
+
name: "maxSize",
|
|
52240
|
+
type: "number",
|
|
52241
|
+
required: false,
|
|
52242
|
+
description: ""
|
|
52243
|
+
}
|
|
52244
|
+
],
|
|
52245
|
+
responseShape: {
|
|
52246
|
+
items: "array",
|
|
52247
|
+
count: "number"
|
|
52248
|
+
}
|
|
52249
|
+
},
|
|
52123
52250
|
{
|
|
52124
52251
|
name: "download",
|
|
52125
52252
|
description: "",
|
|
@@ -53212,7 +53339,7 @@ var integrators_registry_default = {
|
|
|
53212
53339
|
// src/patterns/component-mapping.json
|
|
53213
53340
|
var component_mapping_default = {
|
|
53214
53341
|
version: "1.0.0",
|
|
53215
|
-
exportedAt: "2026-08-
|
|
53342
|
+
exportedAt: "2026-08-29T18:15:51.642Z",
|
|
53216
53343
|
mappings: {
|
|
53217
53344
|
"page-header": {
|
|
53218
53345
|
component: "PageHeader",
|
|
@@ -54632,7 +54759,7 @@ var component_mapping_default = {
|
|
|
54632
54759
|
// src/patterns/event-contracts.json
|
|
54633
54760
|
var event_contracts_default = {
|
|
54634
54761
|
version: "1.0.0",
|
|
54635
|
-
exportedAt: "2026-08-
|
|
54762
|
+
exportedAt: "2026-08-29T18:15:51.642Z",
|
|
54636
54763
|
contracts: {
|
|
54637
54764
|
form: {
|
|
54638
54765
|
emits: [
|