@almadar/core 8.8.2 → 9.0.1
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 +218 -0
- package/dist/builders.js.map +1 -1
- package/dist/{compose-behaviors-5X8HNONp.d.ts → compose-behaviors-EFvCpOGu.d.ts} +1 -1
- package/dist/factory/index.d.ts +18 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.js +228 -1
- package/dist/index.js.map +1 -1
- package/dist/schema-Dp3KfQHm.d.ts +57541 -0
- package/dist/types/index.d.ts +6 -6
- package/dist/types/index.js +228 -1
- package/dist/types/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/schema-mcIpWPzS.d.ts +0 -19771
- package/dist/{trait-BVLBQ9uk.d.ts → trait-C23jbaBB.d.ts} +24 -24
package/dist/factory/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { by as TraitEventListener, F as EntityField, I as EntityPersistence, bD as TraitReference } from '../trait-
|
|
1
|
+
import { by as TraitEventListener, F as EntityField, I as EntityPersistence, bD as TraitReference } from '../trait-C23jbaBB.js';
|
|
2
2
|
import { a as JsonValue } from '../json-lCu3FWzv.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../expression-BVRFm0sV.js';
|
|
@@ -90,6 +90,23 @@ interface JsonSchema {
|
|
|
90
90
|
oneOf?: ReadonlyArray<JsonSchema>;
|
|
91
91
|
anyOf?: ReadonlyArray<JsonSchema>;
|
|
92
92
|
default?: JsonValue;
|
|
93
|
+
/**
|
|
94
|
+
* Reference to a shared definition under `$defs` at the schema root.
|
|
95
|
+
* Lets consumers DRY large repeated subschemas (e.g. a 300-entry enum
|
|
96
|
+
* of std-behavior paths reused across every orbital branch of a tool
|
|
97
|
+
* schema). Per JSON Schema 2020-12: absolute reference starting with
|
|
98
|
+
* `#`. Standard OpenAI / DeepSeek strict-mode tool calling resolves
|
|
99
|
+
* `$ref` against `$defs` defined on the tool's parameters root.
|
|
100
|
+
*/
|
|
101
|
+
$ref?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Inline subschema definitions referenced from elsewhere via `$ref`.
|
|
104
|
+
* Lives at the schema root so all `$ref` paths can resolve. Values are
|
|
105
|
+
* full `JsonSchema` (can be referenced recursively).
|
|
106
|
+
*/
|
|
107
|
+
$defs?: Readonly<{
|
|
108
|
+
[key: string]: JsonSchema;
|
|
109
|
+
}>;
|
|
93
110
|
/** Knob's `@synonyms` from the source `.lolo`. */
|
|
94
111
|
'x-synonyms'?: string;
|
|
95
112
|
/** Knob's `@label` from the source `.lolo`. */
|
package/dist/index.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { A as AGENT_DOMAIN_CATEGORIES, a as ALLOWED_CUSTOM_COMPONENTS, b as AgentDomainCategory, c as AgentDomainCategorySchema, d as AllowedCustomComponent, C as
|
|
3
|
-
import { bb as State } from './trait-
|
|
4
|
-
export { A as AgentEffect, a as AnimationDef, b as AnimationDefInput, c as AnimationDefSchema, d as ArrayEntityField, e as AssetMap, f as AssetMapInput, g as AssetMapSchema, h as AssetMapping, i as AssetMappingInput, j as AssetMappingSchema, k as AtomicEffect, C as CallServiceConfig, l as CallServiceEffect, m as CheckpointLoadEffect, n as CheckpointSaveEffect, o as ConfigFieldDeclaration, p as ConfigFieldDeclarationSchema, D as DeclaredTraitConfig, q as DeclaredTraitConfigSchema, r as DerefEffect, s as DespawnEffect, t as DoEffect, E as ENTITY_ROLES, u as Effect, v as EffectInput, w as EffectSchema, x as EmitConfig, y as EmitEffect, z as Entity, B as EntityData, F as EntityField, G as EntityFieldInput, H as EntityFieldSchema, I as EntityPersistence, J as EntityPersistenceSchema, K as EntityRole, L as EntityRoleSchema, M as EntityRow, N as EntitySchema, O as EnumEntityField, P as EvaluateConfig, Q as EvaluateEffect, R as Event, S as EventInput, T as EventPayloadField, U as EventPayloadFieldSchema, V as EventSchema, W as EventScope, X as EventScopeSchema, Y as FetchEffect, Z as FetchOptions, _ as FetchResult, $ as Field, a0 as FieldFormat, a1 as FieldFormatSchema, a2 as FieldSchema, a3 as FieldType, a4 as FieldTypeSchema, a5 as FieldValue, a6 as ForwardConfig, a7 as ForwardEffect, a8 as GAME_TYPES, a9 as GameType, aa as GameTypeSchema, ab as Guard, ac as GuardInput, ad as GuardSchema, ae as ListenSource, af as ListenSourceSchema, ag as LogEffect, ah as McpServiceDef, ai as McpServiceDefSchema, aj as NavigateEffect, ak as NnConfig, al as NnLayer, am as NotifyEffect, an as OrbitalEntity, ao as OrbitalEntityInput, ap as OrbitalEntitySchema, aq as OrbitalTraitRef, ar as OrbitalTraitRefSchema, as as OsEffect, at as PayloadField, au as PayloadFieldSchema, av as PersistData, aw as PersistEffect, ax as PersistEmitConfig, ay as PresentationType, az as RefEffect, aA as RelationConfig, aB as RelationConfigSchema, aC as RelationEntityField, aD as RenderItemLambda, aE as RenderUIConfig, aF as RenderUIEffect, aG as RenderUINode, aH as RequiredField, aI as RequiredFieldSchema, aJ as ResolvedAsset, aK as ResolvedAssetInput, aL as ResolvedAssetSchema, aM as ResolvedPatternProps, aN as RestAuthConfig, aO as RestAuthConfigSchema, aP as RestServiceDef, aQ as RestServiceDefSchema, aR as SERVICE_TYPES, aS as ScalarEntityField, aT as SemanticAssetRef, aU as SemanticAssetRefInput, aV as SemanticAssetRefSchema, aW as ServiceDefinition, aX as ServiceDefinitionSchema, aY as ServiceParams, aZ as ServiceParamsValue, a_ as ServiceRef, a$ as ServiceRefObject, b0 as ServiceRefObjectSchema, b1 as ServiceRefSchema, b2 as ServiceRefStringSchema, b3 as ServiceType, b4 as ServiceTypeSchema, b5 as SetEffect, b6 as SocketEvents, b7 as SocketEventsSchema, b8 as SocketServiceDef, b9 as SocketServiceDefSchema, ba as SpawnEffect, bc as StateInput, bd as StateMachine, be as StateMachineInput, bf as StateMachineSchema, bg as StateSchema, bh as SwapEffect, bi as TrainConfig, bj as TrainEffect, bk as Trait, bl as TraitCategory, bm as TraitCategorySchema, bn as TraitConfig, bo as TraitConfigObject, bp as TraitConfigSchema, bq as TraitConfigValue, br as TraitConfigValueSchema, bs as TraitDataEntity, bt as TraitDataEntitySchema, bu as TraitEntityField, bv as TraitEntityFieldSchema, bw as TraitEventContract, bx as TraitEventContractSchema, by as TraitEventListener, bz as TraitEventListenerSchema, bA as TraitInput, bB as TraitRef, bC as TraitRefSchema, bD as TraitReference, bE as TraitReferenceInput, bF as TraitReferenceSchema, bG as TraitSchema, bI as TraitTick, bJ as TraitTickSchema, bK as TraitUIBinding, bL as Transition, bM as TransitionInput, bN as TransitionSchema, bO as TypedEffect, bP as UISlot, bQ as UISlotSchema, bR as UI_SLOTS, bS as VISUAL_STYLES, bT as VisualStyle, bU as VisualStyleSchema, bV as WatchEffect, bW as WatchOptions, bX as atomic, bY as callService, bZ as createAssetKey, b_ as deref, b$ as deriveCollection, c0 as despawn, c1 as doEffects, c2 as emit, c3 as findService, c4 as getDefaultAnimationsForRole, c5 as getServiceNames, c6 as getTraitConfig, c7 as getTraitName, c8 as hasService, c9 as isCircuitEvent, ca as isEffect, cb as isInlineTrait, cc as isMcpService, cd as isRestService, ce as isRuntimeEntity, cf as isSExprEffect, cg as isServiceReference, ch as isServiceReferenceObject, ci as isSingletonEntity, cj as isSocketService, ck as navigate, cl as normalizeTraitRef, cm as notify, cn as parseAssetKey, co as parseServiceRef, cp as persist, cq as ref, cr as renderUI, cs as set, ct as spawn, cu as swap, cv as validateAssetAnimations, cw as watch } from './trait-
|
|
1
|
+
import { aL as OrbitalSchema, aD as OrbitalDefinition } from './schema-Dp3KfQHm.js';
|
|
2
|
+
export { A as AGENT_DOMAIN_CATEGORIES, a as ALLOWED_CUSTOM_COMPONENTS, b as AgentDomainCategory, c as AgentDomainCategorySchema, d as AllowedCustomComponent, C as ColorSlice, e as ColorSliceSchema, f as ColorTokens, g as ColorTokensSchema, h as ComputedEventContract, i as ComputedEventContractSchema, j as ComputedEventListener, k as ComputedEventListenerSchema, l as CustomPatternDefinition, m as CustomPatternDefinitionInput, n as CustomPatternDefinitionSchema, o as CustomPatternMap, p as CustomPatternMapInput, q as CustomPatternMapSchema, D as DensitySlice, r as DensitySliceSchema, s as DensityTokens, t as DensityTokensSchema, u as DesignPreferences, v as DesignPreferencesInput, w as DesignPreferencesSchema, x as DesignTokens, y as DesignTokensInput, z as DesignTokensSchema, B as DomainCategory, E as DomainCategorySchema, F as DomainContext, G as DomainContextInput, H as DomainContextSchema, I as DomainVocabulary, J as DomainVocabularySchema, K as ElevationSlice, L as ElevationSliceSchema, M as ElevationTokens, N as ElevationTokensSchema, O as EntityCall, P as EntityCallSchema, Q as EntityRef, R as EntityRefSchema, S as EntityRefStringSchema, T as EntitySemanticRole, U as EntitySemanticRoleSchema, V as EventListener, W as EventListenerSchema, X as EventSemanticRole, Y as EventSemanticRoleSchema, Z as EventSource, _ as EventSourceSchema, az as FullOrbitalUnit, $ as GameSubCategory, a0 as GameSubCategorySchema, a1 as GeometrySlice, a2 as GeometrySliceSchema, a3 as GeometryTokens, a4 as GeometryTokensSchema, a5 as IconFamily, a6 as IconFamilySchema, a7 as IconographySlice, a8 as IconographySliceSchema, a9 as IconographyTokens, aa as IconographyTokensSchema, ab as IllustrationSlice, ac as IllustrationSliceSchema, ad as IllustrationStyle, ae as IllustrationStyleSchema, af as IllustrationTokens, ag as IllustrationTokensSchema, ah as MotionDurationKey, ai as MotionDurationKeySchema, aj as MotionDurationPalette, ak as MotionDurationPaletteSchema, al as MotionEasingKey, am as MotionEasingKeySchema, an as MotionEasingPalette, ao as MotionEasingPaletteSchema, ap as MotionIntent, aq as MotionIntentMap, ar as MotionIntentMapSchema, as as MotionIntentSchema, at as MotionSlice, au as MotionSliceSchema, av as MotionTokens, aw as MotionTokensSchema, ax as NodeClassification, ay as NodeClassificationSchema, az as Orbital, aA as OrbitalConfig, aB as OrbitalConfigInput, aC as OrbitalConfigSchema, aE as OrbitalDefinitionSchema, aF as OrbitalInput, aG as OrbitalPage, aH as OrbitalPageInput, aI as OrbitalPageSchema, aJ as OrbitalPageStrictInput, aK as OrbitalPageStrictSchema, aN as OrbitalSchemaInput, aO as OrbitalSchemaSchema, aP as OrbitalSchemaWithTraits, aQ as OrbitalUnit, aR as OrbitalUnitSchema, aM as OrbitalZodSchema, aS as Page, aT as PageRef, aU as PageRefObject, aV as PageRefObjectSchema, aW as PageRefSchema, aX as PageRefStringSchema, aY as PageSchema, aZ as PageTraitRef, a_ as PageTraitRefSchema, a$ as RelatedLink, b0 as RelatedLinkSchema, b1 as SkinSpec, b2 as SkinSpecSchema, b3 as SpacingScale, b4 as SpacingScaleSchema, b5 as StateSemanticRole, b6 as StateSemanticRoleSchema, b7 as SuggestedGuard, b8 as SuggestedGuardSchema, b9 as ThemeDefinition, ba as ThemeDefinitionSchema, bb as ThemeRef, bc as ThemeRefSchema, bd as ThemeRefStringSchema, be as ThemeTokens, bf as ThemeTokensSchema, bg as ThemeVariant, bh as ThemeVariantSchema, bi as TypeIntent, bj as TypeIntentMap, bk as TypeIntentMapSchema, bl as TypeIntentSchema, bm as TypeScale, bn as TypeScaleEntry, bo as TypeScaleEntrySchema, bp as TypeScaleSchema, bq as TypeScaleTokens, br as TypeScaleTokensSchema, bs as TypeSizeKey, bt as TypeSizeKeySchema, bu as TypeSlice, bv as TypeSliceSchema, bw as TypeSlot, bx as TypeSlotSchema, by as TypeWeight, bz as TypeWeightSchema, bA as UXHints, bB as UXHintsSchema, bC as UseDeclaration, bD as UseDeclarationSchema, bE as UserPersona, bF as UserPersonaInput, bG as UserPersonaSchema, bH as ViewType, bI as ViewTypeSchema, bJ as isEntityCall, bK as isEntityReference, bL as isEntityReferenceAny, bM as isImportedTraitRef, bN as isOrbitalDefinition, bO as isPageReference, bP as isPageReferenceObject, bQ as isPageReferenceString, bR as isThemeReference, bS as parseEntityRef, bT as parseImportedTraitRef, bU as parseOrbitalSchema, bV as parsePageRef, bW as safeParseOrbitalSchema } from './schema-Dp3KfQHm.js';
|
|
3
|
+
import { bb as State } from './trait-C23jbaBB.js';
|
|
4
|
+
export { A as AgentEffect, a as AnimationDef, b as AnimationDefInput, c as AnimationDefSchema, d as ArrayEntityField, e as AssetMap, f as AssetMapInput, g as AssetMapSchema, h as AssetMapping, i as AssetMappingInput, j as AssetMappingSchema, k as AtomicEffect, C as CallServiceConfig, l as CallServiceEffect, m as CheckpointLoadEffect, n as CheckpointSaveEffect, o as ConfigFieldDeclaration, p as ConfigFieldDeclarationSchema, D as DeclaredTraitConfig, q as DeclaredTraitConfigSchema, r as DerefEffect, s as DespawnEffect, t as DoEffect, E as ENTITY_ROLES, u as Effect, v as EffectInput, w as EffectSchema, x as EmitConfig, y as EmitEffect, z as Entity, B as EntityData, F as EntityField, G as EntityFieldInput, H as EntityFieldSchema, I as EntityPersistence, J as EntityPersistenceSchema, K as EntityRole, L as EntityRoleSchema, M as EntityRow, N as EntitySchema, O as EnumEntityField, P as EvaluateConfig, Q as EvaluateEffect, R as Event, S as EventInput, T as EventPayloadField, U as EventPayloadFieldSchema, V as EventSchema, W as EventScope, X as EventScopeSchema, Y as FetchEffect, Z as FetchOptions, _ as FetchResult, $ as Field, a0 as FieldFormat, a1 as FieldFormatSchema, a2 as FieldSchema, a3 as FieldType, a4 as FieldTypeSchema, a5 as FieldValue, a6 as ForwardConfig, a7 as ForwardEffect, a8 as GAME_TYPES, a9 as GameType, aa as GameTypeSchema, ab as Guard, ac as GuardInput, ad as GuardSchema, ae as ListenSource, af as ListenSourceSchema, ag as LogEffect, ah as McpServiceDef, ai as McpServiceDefSchema, aj as NavigateEffect, ak as NnConfig, al as NnLayer, am as NotifyEffect, an as OrbitalEntity, ao as OrbitalEntityInput, ap as OrbitalEntitySchema, aq as OrbitalTraitRef, ar as OrbitalTraitRefSchema, as as OsEffect, at as PayloadField, au as PayloadFieldSchema, av as PersistData, aw as PersistEffect, ax as PersistEmitConfig, ay as PresentationType, az as RefEffect, aA as RelationConfig, aB as RelationConfigSchema, aC as RelationEntityField, aD as RenderItemLambda, aE as RenderUIConfig, aF as RenderUIEffect, aG as RenderUINode, aH as RequiredField, aI as RequiredFieldSchema, aJ as ResolvedAsset, aK as ResolvedAssetInput, aL as ResolvedAssetSchema, aM as ResolvedPatternProps, aN as RestAuthConfig, aO as RestAuthConfigSchema, aP as RestServiceDef, aQ as RestServiceDefSchema, aR as SERVICE_TYPES, aS as ScalarEntityField, aT as SemanticAssetRef, aU as SemanticAssetRefInput, aV as SemanticAssetRefSchema, aW as ServiceDefinition, aX as ServiceDefinitionSchema, aY as ServiceParams, aZ as ServiceParamsValue, a_ as ServiceRef, a$ as ServiceRefObject, b0 as ServiceRefObjectSchema, b1 as ServiceRefSchema, b2 as ServiceRefStringSchema, b3 as ServiceType, b4 as ServiceTypeSchema, b5 as SetEffect, b6 as SocketEvents, b7 as SocketEventsSchema, b8 as SocketServiceDef, b9 as SocketServiceDefSchema, ba as SpawnEffect, bc as StateInput, bd as StateMachine, be as StateMachineInput, bf as StateMachineSchema, bg as StateSchema, bh as SwapEffect, bi as TrainConfig, bj as TrainEffect, bk as Trait, bl as TraitCategory, bm as TraitCategorySchema, bn as TraitConfig, bo as TraitConfigObject, bp as TraitConfigSchema, bq as TraitConfigValue, br as TraitConfigValueSchema, bs as TraitDataEntity, bt as TraitDataEntitySchema, bu as TraitEntityField, bv as TraitEntityFieldSchema, bw as TraitEventContract, bx as TraitEventContractSchema, by as TraitEventListener, bz as TraitEventListenerSchema, bA as TraitInput, bB as TraitRef, bC as TraitRefSchema, bD as TraitReference, bE as TraitReferenceInput, bF as TraitReferenceSchema, bG as TraitSchema, bI as TraitTick, bJ as TraitTickSchema, bK as TraitUIBinding, bL as Transition, bM as TransitionInput, bN as TransitionSchema, bO as TypedEffect, bP as UISlot, bQ as UISlotSchema, bR as UI_SLOTS, bS as VISUAL_STYLES, bT as VisualStyle, bU as VisualStyleSchema, bV as WatchEffect, bW as WatchOptions, bX as atomic, bY as callService, bZ as createAssetKey, b_ as deref, b$ as deriveCollection, c0 as despawn, c1 as doEffects, c2 as emit, c3 as findService, c4 as getDefaultAnimationsForRole, c5 as getServiceNames, c6 as getTraitConfig, c7 as getTraitName, c8 as hasService, c9 as isCircuitEvent, ca as isEffect, cb as isInlineTrait, cc as isMcpService, cd as isRestService, ce as isRuntimeEntity, cf as isSExprEffect, cg as isServiceReference, ch as isServiceReferenceObject, ci as isSingletonEntity, cj as isSocketService, ck as navigate, cl as normalizeTraitRef, cm as notify, cn as parseAssetKey, co as parseServiceRef, cp as persist, cq as ref, cr as renderUI, cs as set, ct as spawn, cu as swap, cv as validateAssetAnimations, cw as watch } from './trait-C23jbaBB.js';
|
|
5
5
|
export { C as CORE_BINDINGS, a as CoreBinding, E as EvalContext, b as EventPayload, c as EventPayloadValue, d as Expression, e as ExpressionInput, f as ExpressionSchema, L as LogMeta, P as ParsedBinding, S as SExpr, g as SExprAtom, h as SExprAtomSchema, i as SExprInput, j as SExprSchema, k as collectBindings, l as getArgs, m as getOperator, n as isBinding, o as isSExpr, p as isSExprAtom, q as isSExprCall, r as isValidBinding, s as parseBinding, t as sexpr, w as walkSExpr } from './expression-BVRFm0sV.js';
|
|
6
6
|
import { ResolvedIR, ResolvedEntity, ResolvedPage, ResolvedTrait, ChangesetValue, SchemaChange, CategorizedRemovals, PageContentReduction, SemanticSchemaChange } from './types/index.js';
|
|
7
7
|
export { AgentCodeSearchResult, AgentCompactResult, AgentCompactStrategy, AgentContext, AgentGenerateOptions, AgentMemoryCategory, AgentMemoryRecord, AppSummary, AssetLoadStatus, BINDING_CONTEXT_RULES, BINDING_DOCS, BINDING_ROOTS, BindingContext, BindingRoot, BindingSchema, BridgeHealth, BusEvent, BusEventListener, BusEventSource, ChangeAuthor, ChangeSetDocument, ChangeSummary, CheckStatus, ContextExtensions, CreateFlow, DEFAULT_INTERACTION_MODELS, DeleteFlow, EditFlow, EffectTrace, EventEmit, EventKey, EventListen, EventLogEntry, GitHubLink, HistoryMeta, InteractionModel, InteractionModelInput, InteractionModelSchema, KNOWN_VALIDATION_ERROR_CODES, KnownValidationErrorCode, LazyService, ListInteraction, OrbitalVerificationAPI, ParsedDesign, ParsedDomainContext, ParsedEmitDeclaration, ParsedEntity, ParsedEvent, ParsedListenDeclaration, ParsedOrbital, ParsedPage, ParsedState, ParsedStateMachine, ParsedTrait, ParsedTraitConfig, ParsedTransition, PatternTypeSchema, PersistActionName, ResolvedEntityBinding, ResolvedField, ResolvedNavigation, ResolvedPattern, ResolvedSection, ResolvedSectionEvent, ResolvedTraitBinding, ResolvedTraitDataEntity, ResolvedTraitEvent, ResolvedTraitGuard, ResolvedTraitListener, ResolvedTraitState, ResolvedTraitTick, ResolvedTraitTransition, ResolvedTraitUIBinding, SaveOptions, SaveResult, SemanticChangeKind, ServerResponseTrace, ServiceAction, ServiceActionName, ServiceContract, ServiceEvents, SnapshotDocument, StatsView, StoreContract, StoreFilter, StoreFilterOp, TraitFieldRef, TraitFieldRefSchema, TraitStateSnapshot, TransitionFrom, TransitionTrace, Unsubscribe, ValidationDocument, ValidationError, ValidationErrorCode, ValidationIssue, ValidationMeta, ValidationResults, VerificationCheck, VerificationSnapshot, VerificationSummary, ViewFlow, createEmptyResolvedPage, createEmptyResolvedTrait, createLazyService, createResolvedField, createTypedEventBus, getAllPatternTypes, getBindingExamples, getInteractionModelForDomain, inferTsType, isKnownValidationErrorCode, isResolvedIR, isTraitFieldRef, toBindingRoot, validateBindingInContext } from './types/index.js';
|
|
8
8
|
export { J as JsonObject, a as JsonValue, T as ToolArgs, i as isJsonArray, b as isJsonObject, c as isJsonPrimitive } from './json-lCu3FWzv.js';
|
|
9
9
|
export { CallSiteDiff, DomainQuestion, DomainQuestionAnswer, DomainQuestionAnswers, DomainQuestionInputType, FactoryCallPlanMutation, FactoryCallPlanMutationTemplate, FactoryCallPlanState, FactoryCallSite, FactoryCallSiteParams, FactoryConfigParam, FactoryConfigTier, FactoryEntitySignature, FactoryPageSignature, FactoryParamValue, FactorySignature, FactorySignatureCatalog, FactorySignatureEntityField, FactoryTraitSignature, JsonSchema, JsonSchemaType, OrbitalCallInput, OwnershipOverlayEntry, PresentationNavItem, PresentationOverlay, RuleOverlay, RuleOverlayEntry, SchemaFieldType, TraitOverlay, TraitOverlayEntry, TraitOverlayListener, TranslationBinding, TranslationResult, TranslationWarning, answerToMutations, answersToMutations, applyFactoryCallPlanMutation, deriveInputType, diffFactoryCalls, generateQuestions, translateOverlaysToParams } from './factory/index.js';
|
|
10
|
-
export { C as ComposeBehaviorsInput, a as ComposeBehaviorsResult, E as EventWiringEntry, L as LayoutStrategy, b as applyEventWiring, c as composeBehaviors, d as detectLayoutStrategy } from './compose-behaviors-
|
|
10
|
+
export { C as ComposeBehaviorsInput, a as ComposeBehaviorsResult, E as EventWiringEntry, L as LayoutStrategy, b as applyEventWiring, c as composeBehaviors, d as detectLayoutStrategy } from './compose-behaviors-EFvCpOGu.js';
|
|
11
11
|
export { PATTERN_TYPES, PatternConfig, PatternType, isValidPatternType } from '@almadar/patterns';
|
|
12
12
|
export { BFSNode, BFSPathNode, EdgeWalkTransition, GraphTransition, GuardPayload, ReplayStep, ReplayTransition, StateEdge, WalkStep, buildEdgeCoveringWalk, buildGuardPayloads, buildReplayPaths, buildStateGraph, collectReachableStates, extractPayloadFieldRef, walkStatePairs } from './state-machine/index.js';
|
|
13
13
|
import 'zod';
|
package/dist/index.js
CHANGED
|
@@ -869,7 +869,217 @@ var DesignPreferencesSchema = z.object({
|
|
|
869
869
|
darkMode: z.boolean().optional(),
|
|
870
870
|
uxHints: UXHintsSchema.optional()
|
|
871
871
|
});
|
|
872
|
+
var SpacingScaleSchema = z.object({
|
|
873
|
+
space0: z.string().optional(),
|
|
874
|
+
space1: z.string().optional(),
|
|
875
|
+
space2: z.string().optional(),
|
|
876
|
+
space3: z.string().optional(),
|
|
877
|
+
space4: z.string().optional(),
|
|
878
|
+
space5: z.string().optional(),
|
|
879
|
+
space6: z.string().optional(),
|
|
880
|
+
space7: z.string().optional(),
|
|
881
|
+
space8: z.string().optional(),
|
|
882
|
+
space9: z.string().optional(),
|
|
883
|
+
space10: z.string().optional(),
|
|
884
|
+
space11: z.string().optional(),
|
|
885
|
+
space12: z.string().optional()
|
|
886
|
+
});
|
|
887
|
+
var DensityTokensSchema = z.object({
|
|
888
|
+
spacing: SpacingScaleSchema.optional(),
|
|
889
|
+
buttonHeightSm: z.string().optional(),
|
|
890
|
+
buttonHeightMd: z.string().optional(),
|
|
891
|
+
buttonHeightLg: z.string().optional(),
|
|
892
|
+
inputHeightSm: z.string().optional(),
|
|
893
|
+
inputHeightMd: z.string().optional(),
|
|
894
|
+
inputHeightLg: z.string().optional(),
|
|
895
|
+
rowHeightCompact: z.string().optional(),
|
|
896
|
+
rowHeightNormal: z.string().optional(),
|
|
897
|
+
rowHeightSpacious: z.string().optional(),
|
|
898
|
+
cardPaddingSm: z.string().optional(),
|
|
899
|
+
cardPaddingMd: z.string().optional(),
|
|
900
|
+
cardPaddingLg: z.string().optional(),
|
|
901
|
+
dialogPadding: z.string().optional(),
|
|
902
|
+
sectionGap: z.string().optional()
|
|
903
|
+
});
|
|
904
|
+
var TypeScaleEntrySchema = z.object({
|
|
905
|
+
size: z.string(),
|
|
906
|
+
lineHeight: z.string()
|
|
907
|
+
});
|
|
908
|
+
var TypeSlotSchema = z.enum(["display", "body", "mono"]);
|
|
909
|
+
var TypeSizeKeySchema = z.enum([
|
|
910
|
+
"xs",
|
|
911
|
+
"sm",
|
|
912
|
+
"base",
|
|
913
|
+
"lg",
|
|
914
|
+
"xl",
|
|
915
|
+
"2xl",
|
|
916
|
+
"3xl",
|
|
917
|
+
"4xl",
|
|
918
|
+
"display-1",
|
|
919
|
+
"display-2"
|
|
920
|
+
]);
|
|
921
|
+
var TypeWeightSchema = z.enum(["normal", "medium", "bold"]);
|
|
922
|
+
var TypeIntentSchema = z.object({
|
|
923
|
+
slot: TypeSlotSchema,
|
|
924
|
+
size: TypeSizeKeySchema,
|
|
925
|
+
weight: TypeWeightSchema
|
|
926
|
+
});
|
|
927
|
+
var TypeScaleSchema = z.object({
|
|
928
|
+
xs: TypeScaleEntrySchema.optional(),
|
|
929
|
+
sm: TypeScaleEntrySchema.optional(),
|
|
930
|
+
base: TypeScaleEntrySchema.optional(),
|
|
931
|
+
lg: TypeScaleEntrySchema.optional(),
|
|
932
|
+
xl: TypeScaleEntrySchema.optional(),
|
|
933
|
+
"2xl": TypeScaleEntrySchema.optional(),
|
|
934
|
+
"3xl": TypeScaleEntrySchema.optional(),
|
|
935
|
+
"4xl": TypeScaleEntrySchema.optional(),
|
|
936
|
+
"display-1": TypeScaleEntrySchema.optional(),
|
|
937
|
+
"display-2": TypeScaleEntrySchema.optional()
|
|
938
|
+
});
|
|
939
|
+
var TypeIntentMapSchema = z.object({
|
|
940
|
+
headingMajor: TypeIntentSchema.optional(),
|
|
941
|
+
headingMinor: TypeIntentSchema.optional(),
|
|
942
|
+
bodyEmphasis: TypeIntentSchema.optional(),
|
|
943
|
+
bodyDefault: TypeIntentSchema.optional(),
|
|
944
|
+
bodyQuiet: TypeIntentSchema.optional(),
|
|
945
|
+
caption: TypeIntentSchema.optional(),
|
|
946
|
+
numeric: TypeIntentSchema.optional()
|
|
947
|
+
});
|
|
948
|
+
var TypeScaleTokensSchema = z.object({
|
|
949
|
+
displayFamily: z.string().optional(),
|
|
950
|
+
bodyFamily: z.string().optional(),
|
|
951
|
+
monoFamily: z.string().optional(),
|
|
952
|
+
scale: TypeScaleSchema.optional(),
|
|
953
|
+
intents: TypeIntentMapSchema.optional()
|
|
954
|
+
});
|
|
955
|
+
var MotionDurationKeySchema = z.enum([
|
|
956
|
+
"instant",
|
|
957
|
+
"fast",
|
|
958
|
+
"normal",
|
|
959
|
+
"slow",
|
|
960
|
+
"dramatic"
|
|
961
|
+
]);
|
|
962
|
+
var MotionEasingKeySchema = z.enum([
|
|
963
|
+
"linear",
|
|
964
|
+
"standard",
|
|
965
|
+
"emphasized",
|
|
966
|
+
"spring"
|
|
967
|
+
]);
|
|
968
|
+
var MotionIntentSchema = z.object({
|
|
969
|
+
duration: MotionDurationKeySchema,
|
|
970
|
+
easing: MotionEasingKeySchema
|
|
971
|
+
});
|
|
972
|
+
var MotionDurationPaletteSchema = z.object({
|
|
973
|
+
instant: z.string().optional(),
|
|
974
|
+
fast: z.string().optional(),
|
|
975
|
+
normal: z.string().optional(),
|
|
976
|
+
slow: z.string().optional(),
|
|
977
|
+
dramatic: z.string().optional()
|
|
978
|
+
});
|
|
979
|
+
var MotionEasingPaletteSchema = z.object({
|
|
980
|
+
linear: z.string().optional(),
|
|
981
|
+
standard: z.string().optional(),
|
|
982
|
+
emphasized: z.string().optional(),
|
|
983
|
+
spring: z.string().optional()
|
|
984
|
+
});
|
|
985
|
+
var MotionIntentMapSchema = z.object({
|
|
986
|
+
enter: MotionIntentSchema.optional(),
|
|
987
|
+
exit: MotionIntentSchema.optional(),
|
|
988
|
+
hover: MotionIntentSchema.optional(),
|
|
989
|
+
press: MotionIntentSchema.optional(),
|
|
990
|
+
expand: MotionIntentSchema.optional(),
|
|
991
|
+
transition: MotionIntentSchema.optional()
|
|
992
|
+
});
|
|
993
|
+
var MotionTokensSchema = z.object({
|
|
994
|
+
durations: MotionDurationPaletteSchema.optional(),
|
|
995
|
+
easings: MotionEasingPaletteSchema.optional(),
|
|
996
|
+
intents: MotionIntentMapSchema.optional()
|
|
997
|
+
});
|
|
998
|
+
var IconFamilySchema = z.enum([
|
|
999
|
+
"lucide",
|
|
1000
|
+
"phosphor-outline",
|
|
1001
|
+
"phosphor-fill",
|
|
1002
|
+
"phosphor-duotone",
|
|
1003
|
+
"tabler",
|
|
1004
|
+
"fa-solid"
|
|
1005
|
+
]);
|
|
1006
|
+
var IconographyTokensSchema = z.object({
|
|
1007
|
+
family: IconFamilySchema.optional(),
|
|
1008
|
+
strokeWidth: z.string().optional(),
|
|
1009
|
+
defaultSize: z.string().optional()
|
|
1010
|
+
});
|
|
1011
|
+
var ElevationTokensSchema = z.object({
|
|
1012
|
+
cardElevation: z.string().optional(),
|
|
1013
|
+
popoverElevation: z.string().optional(),
|
|
1014
|
+
dialogElevation: z.string().optional(),
|
|
1015
|
+
toastElevation: z.string().optional()
|
|
1016
|
+
});
|
|
1017
|
+
var GeometryTokensSchema = z.object({
|
|
1018
|
+
radiusContainer: z.string().optional(),
|
|
1019
|
+
radiusInteractive: z.string().optional(),
|
|
1020
|
+
radiusPill: z.string().optional(),
|
|
1021
|
+
borderHairline: z.string().optional(),
|
|
1022
|
+
borderStandard: z.string().optional(),
|
|
1023
|
+
borderHeavy: z.string().optional()
|
|
1024
|
+
});
|
|
1025
|
+
var ColorTokensSchema = z.object({
|
|
1026
|
+
primary: z.string().optional(),
|
|
1027
|
+
primaryHover: z.string().optional(),
|
|
1028
|
+
primaryForeground: z.string().optional(),
|
|
1029
|
+
secondary: z.string().optional(),
|
|
1030
|
+
secondaryHover: z.string().optional(),
|
|
1031
|
+
secondaryForeground: z.string().optional(),
|
|
1032
|
+
accent: z.string().optional(),
|
|
1033
|
+
accentForeground: z.string().optional(),
|
|
1034
|
+
muted: z.string().optional(),
|
|
1035
|
+
mutedForeground: z.string().optional(),
|
|
1036
|
+
background: z.string().optional(),
|
|
1037
|
+
foreground: z.string().optional(),
|
|
1038
|
+
card: z.string().optional(),
|
|
1039
|
+
cardForeground: z.string().optional(),
|
|
1040
|
+
surface: z.string().optional(),
|
|
1041
|
+
border: z.string().optional(),
|
|
1042
|
+
input: z.string().optional(),
|
|
1043
|
+
ring: z.string().optional(),
|
|
1044
|
+
error: z.string().optional(),
|
|
1045
|
+
errorForeground: z.string().optional(),
|
|
1046
|
+
success: z.string().optional(),
|
|
1047
|
+
successForeground: z.string().optional(),
|
|
1048
|
+
warning: z.string().optional(),
|
|
1049
|
+
warningForeground: z.string().optional(),
|
|
1050
|
+
info: z.string().optional(),
|
|
1051
|
+
infoForeground: z.string().optional(),
|
|
1052
|
+
tableHeader: z.string().optional(),
|
|
1053
|
+
tableBorder: z.string().optional(),
|
|
1054
|
+
tableRowHover: z.string().optional(),
|
|
1055
|
+
surfaceHover: z.string().optional(),
|
|
1056
|
+
borderHover: z.string().optional(),
|
|
1057
|
+
placeholder: z.string().optional()
|
|
1058
|
+
});
|
|
1059
|
+
var IllustrationStyleSchema = z.enum([
|
|
1060
|
+
"minimal",
|
|
1061
|
+
"illustrated",
|
|
1062
|
+
"photo",
|
|
1063
|
+
"text-only",
|
|
1064
|
+
"mascot"
|
|
1065
|
+
]);
|
|
1066
|
+
var IllustrationTokensSchema = z.object({
|
|
1067
|
+
style: IllustrationStyleSchema.optional(),
|
|
1068
|
+
emptyAsset: z.string().optional(),
|
|
1069
|
+
loadingAsset: z.string().optional(),
|
|
1070
|
+
errorAsset: z.string().optional(),
|
|
1071
|
+
onboardingAsset: z.string().optional()
|
|
1072
|
+
});
|
|
872
1073
|
var ThemeTokensSchema = z.object({
|
|
1074
|
+
color: ColorTokensSchema.optional(),
|
|
1075
|
+
density: DensityTokensSchema.optional(),
|
|
1076
|
+
typeScale: TypeScaleTokensSchema.optional(),
|
|
1077
|
+
motion: MotionTokensSchema.optional(),
|
|
1078
|
+
iconography: IconographyTokensSchema.optional(),
|
|
1079
|
+
elevation: ElevationTokensSchema.optional(),
|
|
1080
|
+
geometry: GeometryTokensSchema.optional(),
|
|
1081
|
+
illustration: IllustrationTokensSchema.optional(),
|
|
1082
|
+
// Legacy
|
|
873
1083
|
colors: z.record(z.string(), z.string()).optional(),
|
|
874
1084
|
radii: z.record(z.string(), z.string()).optional(),
|
|
875
1085
|
spacing: z.record(z.string(), z.string()).optional(),
|
|
@@ -877,6 +1087,14 @@ var ThemeTokensSchema = z.object({
|
|
|
877
1087
|
shadows: z.record(z.string(), z.string()).optional()
|
|
878
1088
|
});
|
|
879
1089
|
var ThemeVariantSchema = z.object({
|
|
1090
|
+
color: ColorTokensSchema.optional(),
|
|
1091
|
+
density: DensityTokensSchema.optional(),
|
|
1092
|
+
typeScale: TypeScaleTokensSchema.optional(),
|
|
1093
|
+
motion: MotionTokensSchema.optional(),
|
|
1094
|
+
iconography: IconographyTokensSchema.optional(),
|
|
1095
|
+
elevation: ElevationTokensSchema.optional(),
|
|
1096
|
+
geometry: GeometryTokensSchema.optional(),
|
|
1097
|
+
illustration: IllustrationTokensSchema.optional(),
|
|
880
1098
|
colors: z.record(z.string(), z.string()).optional(),
|
|
881
1099
|
radii: z.record(z.string(), z.string()).optional(),
|
|
882
1100
|
spacing: z.record(z.string(), z.string()).optional(),
|
|
@@ -899,6 +1117,15 @@ var ThemeRefSchema = z.union([
|
|
|
899
1117
|
ThemeDefinitionSchema,
|
|
900
1118
|
ThemeRefStringSchema
|
|
901
1119
|
]);
|
|
1120
|
+
var SkinSpecSchema = ThemeDefinitionSchema;
|
|
1121
|
+
var ColorSliceSchema = ColorTokensSchema;
|
|
1122
|
+
var DensitySliceSchema = DensityTokensSchema;
|
|
1123
|
+
var TypeSliceSchema = TypeScaleTokensSchema;
|
|
1124
|
+
var GeometrySliceSchema = GeometryTokensSchema;
|
|
1125
|
+
var ElevationSliceSchema = ElevationTokensSchema;
|
|
1126
|
+
var MotionSliceSchema = MotionTokensSchema;
|
|
1127
|
+
var IconographySliceSchema = IconographyTokensSchema;
|
|
1128
|
+
var IllustrationSliceSchema = IllustrationTokensSchema;
|
|
902
1129
|
var DesignTokensSchema = z.record(z.string(), z.record(z.string(), z.string())).optional();
|
|
903
1130
|
var ALLOWED_CUSTOM_COMPONENTS = [
|
|
904
1131
|
"div",
|
|
@@ -3783,6 +4010,6 @@ function buildPayloadForEdge(transition, guardCase) {
|
|
|
3783
4010
|
return {};
|
|
3784
4011
|
}
|
|
3785
4012
|
|
|
3786
|
-
export { AGENT_DOMAIN_CATEGORIES, ALLOWED_CUSTOM_COMPONENTS, AgentDomainCategorySchema, AnimationDefSchema, AssetMapSchema, AssetMappingSchema, BINDING_CONTEXT_RULES, BINDING_DOCS, BINDING_ROOTS, BindingSchema, CORE_BINDINGS, ComputedEventContractSchema, ComputedEventListenerSchema, ConfigFieldDeclarationSchema, CustomPatternDefinitionSchema, CustomPatternMapSchema, DEFAULT_INTERACTION_MODELS, DeclaredTraitConfigSchema, DesignPreferencesSchema, DesignTokensSchema, DomainCategorySchema, DomainContextSchema, DomainVocabularySchema, ENTITY_ROLES, EffectSchema, EntityCallSchema, EntityFieldSchema, EntityPersistenceSchema, EntityRefSchema, EntityRefStringSchema, EntityRoleSchema, EntitySchema, EntitySemanticRoleSchema, EventListenerSchema, EventPayloadFieldSchema, EventSchema, EventScopeSchema, EventSemanticRoleSchema, EventSourceSchema, ExpressionSchema, FieldFormatSchema, FieldSchema, FieldTypeSchema, GAME_TYPES, GameSubCategorySchema, GameTypeSchema, GuardSchema, InteractionModelSchema, KNOWN_VALIDATION_ERROR_CODES, ListenSourceSchema, McpServiceDefSchema, NodeClassificationSchema, OrbitalConfigSchema, OrbitalDefinitionSchema, OrbitalEntitySchema, OrbitalPageSchema, OrbitalPageStrictSchema, OrbitalSchemaSchema, OrbitalTraitRefSchema, OrbitalUnitSchema, OrbitalSchema as OrbitalZodSchema, PageRefObjectSchema, PageRefSchema, PageRefStringSchema, PageSchema, PageTraitRefSchema, PatternTypeSchema, PayloadFieldSchema, RelatedLinkSchema, RelationConfigSchema, RequiredFieldSchema, ResolvedAssetSchema, RestAuthConfigSchema, RestServiceDefSchema, SERVICE_TYPES, SExprAtomSchema, SExprSchema, SemanticAssetRefSchema, ServiceDefinitionSchema, ServiceRefObjectSchema, ServiceRefSchema, ServiceRefStringSchema, ServiceTypeSchema, SocketEventsSchema, SocketServiceDefSchema, StateMachineSchema, StateSchema, StateSemanticRoleSchema, SuggestedGuardSchema, ThemeDefinitionSchema, ThemeRefSchema, ThemeRefStringSchema, ThemeTokensSchema, ThemeVariantSchema, TraitCategorySchema, TraitConfigSchema, TraitConfigValueSchema, TraitDataEntitySchema, TraitEntityFieldSchema, TraitEventContractSchema, TraitEventListenerSchema, TraitFieldRefSchema, TraitRefSchema, TraitReferenceSchema, TraitSchema, TraitTickSchema, TransitionSchema, UISlotSchema, UI_SLOTS, UXHintsSchema, UseDeclarationSchema, UserPersonaSchema, VISUAL_STYLES, ViewTypeSchema, VisualStyleSchema, answerToMutations, answersToMutations, applyEventWiring, applyFactoryCallPlanMutation, atomic, buildEdgeCoveringWalk, buildGuardPayloads, buildReplayPaths, buildStateGraph, callService, categorizeRemovals, classifyWorkflow, clearSchemaCache, collectBindings, collectReachableStates, composeBehaviors, createAssetKey, createEmptyResolvedPage, createEmptyResolvedTrait, createLazyService, createResolvedField, createTypedEventBus, deref, deriveCollection, deriveInputType, despawn, detectLayoutStrategy, detectPageContentReduction, diffFactoryCalls, diffOrbitalSchemas, diffSchemaSemantics, diffSchemas, doEffects, emit, extractPayloadFieldRef, findService, generateQuestions, getAllPatternTypes, getArgs, getBindingExamples, getDefaultAnimationsForRole, getEntity, getInteractionModelForDomain, getOperator, getPage, getPages, getRemovals, getSchemaCacheStats, getServiceNames, getTrait, getTraitConfig, getTraitName, hasService, hasSignificantPageReduction, inferTsType, isBinding, isCircuitEvent, isDestructiveChange, isEffect, isEntityCall, isEntityReference, isEntityReferenceAny, isImportedTraitRef, isInlineTrait, isJsonArray, isJsonObject, isJsonPrimitive, isKnownValidationErrorCode, isMcpService, isOrbitalDefinition, isPageReference, isPageReferenceObject, isPageReferenceString, isResolvedIR, isRestService, isRuntimeEntity, isSExpr, isSExprAtom, isSExprCall, isSExprEffect, isServiceReference, isServiceReferenceObject, isSingletonEntity, isSocketService, isThemeReference, isTraitFieldRef, isValidBinding, navigate, normalizeTraitRef, notify, parseAssetKey, parseBinding, parseEntityRef, parseImportedTraitRef, parseOrbitalSchema, parsePageRef, parseServiceRef, persist, ref, renderUI, requiresConfirmation, safeParseOrbitalSchema, schemaToIR, set, sexpr, spawn, summarizeOrbital, summarizeSchema, swap, toBindingRoot, translateOverlaysToParams, validateAssetAnimations, validateBindingInContext, walkSExpr, walkStatePairs, watch };
|
|
4013
|
+
export { AGENT_DOMAIN_CATEGORIES, ALLOWED_CUSTOM_COMPONENTS, AgentDomainCategorySchema, AnimationDefSchema, AssetMapSchema, AssetMappingSchema, BINDING_CONTEXT_RULES, BINDING_DOCS, BINDING_ROOTS, BindingSchema, CORE_BINDINGS, ColorSliceSchema, ColorTokensSchema, ComputedEventContractSchema, ComputedEventListenerSchema, ConfigFieldDeclarationSchema, CustomPatternDefinitionSchema, CustomPatternMapSchema, DEFAULT_INTERACTION_MODELS, DeclaredTraitConfigSchema, DensitySliceSchema, DensityTokensSchema, DesignPreferencesSchema, DesignTokensSchema, DomainCategorySchema, DomainContextSchema, DomainVocabularySchema, ENTITY_ROLES, EffectSchema, ElevationSliceSchema, ElevationTokensSchema, EntityCallSchema, EntityFieldSchema, EntityPersistenceSchema, EntityRefSchema, EntityRefStringSchema, EntityRoleSchema, EntitySchema, EntitySemanticRoleSchema, EventListenerSchema, EventPayloadFieldSchema, EventSchema, EventScopeSchema, EventSemanticRoleSchema, EventSourceSchema, ExpressionSchema, FieldFormatSchema, FieldSchema, FieldTypeSchema, GAME_TYPES, GameSubCategorySchema, GameTypeSchema, GeometrySliceSchema, GeometryTokensSchema, GuardSchema, IconFamilySchema, IconographySliceSchema, IconographyTokensSchema, IllustrationSliceSchema, IllustrationStyleSchema, IllustrationTokensSchema, InteractionModelSchema, KNOWN_VALIDATION_ERROR_CODES, ListenSourceSchema, McpServiceDefSchema, MotionDurationKeySchema, MotionDurationPaletteSchema, MotionEasingKeySchema, MotionEasingPaletteSchema, MotionIntentMapSchema, MotionIntentSchema, MotionSliceSchema, MotionTokensSchema, NodeClassificationSchema, OrbitalConfigSchema, OrbitalDefinitionSchema, OrbitalEntitySchema, OrbitalPageSchema, OrbitalPageStrictSchema, OrbitalSchemaSchema, OrbitalTraitRefSchema, OrbitalUnitSchema, OrbitalSchema as OrbitalZodSchema, PageRefObjectSchema, PageRefSchema, PageRefStringSchema, PageSchema, PageTraitRefSchema, PatternTypeSchema, PayloadFieldSchema, RelatedLinkSchema, RelationConfigSchema, RequiredFieldSchema, ResolvedAssetSchema, RestAuthConfigSchema, RestServiceDefSchema, SERVICE_TYPES, SExprAtomSchema, SExprSchema, SemanticAssetRefSchema, ServiceDefinitionSchema, ServiceRefObjectSchema, ServiceRefSchema, ServiceRefStringSchema, ServiceTypeSchema, SkinSpecSchema, SocketEventsSchema, SocketServiceDefSchema, SpacingScaleSchema, StateMachineSchema, StateSchema, StateSemanticRoleSchema, SuggestedGuardSchema, ThemeDefinitionSchema, ThemeRefSchema, ThemeRefStringSchema, ThemeTokensSchema, ThemeVariantSchema, TraitCategorySchema, TraitConfigSchema, TraitConfigValueSchema, TraitDataEntitySchema, TraitEntityFieldSchema, TraitEventContractSchema, TraitEventListenerSchema, TraitFieldRefSchema, TraitRefSchema, TraitReferenceSchema, TraitSchema, TraitTickSchema, TransitionSchema, TypeIntentMapSchema, TypeIntentSchema, TypeScaleEntrySchema, TypeScaleSchema, TypeScaleTokensSchema, TypeSizeKeySchema, TypeSliceSchema, TypeSlotSchema, TypeWeightSchema, UISlotSchema, UI_SLOTS, UXHintsSchema, UseDeclarationSchema, UserPersonaSchema, VISUAL_STYLES, ViewTypeSchema, VisualStyleSchema, answerToMutations, answersToMutations, applyEventWiring, applyFactoryCallPlanMutation, atomic, buildEdgeCoveringWalk, buildGuardPayloads, buildReplayPaths, buildStateGraph, callService, categorizeRemovals, classifyWorkflow, clearSchemaCache, collectBindings, collectReachableStates, composeBehaviors, createAssetKey, createEmptyResolvedPage, createEmptyResolvedTrait, createLazyService, createResolvedField, createTypedEventBus, deref, deriveCollection, deriveInputType, despawn, detectLayoutStrategy, detectPageContentReduction, diffFactoryCalls, diffOrbitalSchemas, diffSchemaSemantics, diffSchemas, doEffects, emit, extractPayloadFieldRef, findService, generateQuestions, getAllPatternTypes, getArgs, getBindingExamples, getDefaultAnimationsForRole, getEntity, getInteractionModelForDomain, getOperator, getPage, getPages, getRemovals, getSchemaCacheStats, getServiceNames, getTrait, getTraitConfig, getTraitName, hasService, hasSignificantPageReduction, inferTsType, isBinding, isCircuitEvent, isDestructiveChange, isEffect, isEntityCall, isEntityReference, isEntityReferenceAny, isImportedTraitRef, isInlineTrait, isJsonArray, isJsonObject, isJsonPrimitive, isKnownValidationErrorCode, isMcpService, isOrbitalDefinition, isPageReference, isPageReferenceObject, isPageReferenceString, isResolvedIR, isRestService, isRuntimeEntity, isSExpr, isSExprAtom, isSExprCall, isSExprEffect, isServiceReference, isServiceReferenceObject, isSingletonEntity, isSocketService, isThemeReference, isTraitFieldRef, isValidBinding, navigate, normalizeTraitRef, notify, parseAssetKey, parseBinding, parseEntityRef, parseImportedTraitRef, parseOrbitalSchema, parsePageRef, parseServiceRef, persist, ref, renderUI, requiresConfirmation, safeParseOrbitalSchema, schemaToIR, set, sexpr, spawn, summarizeOrbital, summarizeSchema, swap, toBindingRoot, translateOverlaysToParams, validateAssetAnimations, validateBindingInContext, walkSExpr, walkStatePairs, watch };
|
|
3787
4014
|
//# sourceMappingURL=index.js.map
|
|
3788
4015
|
//# sourceMappingURL=index.js.map
|