@almadar/core 9.0.0 → 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.
@@ -1,4 +1,4 @@
1
- import { aj as OrbitalDefinition, ar as OrbitalSchema } from './schema-B9mHgRPp.js';
1
+ import { aD as OrbitalDefinition, aL as OrbitalSchema } from './schema-Dp3KfQHm.js';
2
2
 
3
3
  /**
4
4
  * Event Wiring
@@ -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,5 +1,5 @@
1
- import { ar as OrbitalSchema, aj as OrbitalDefinition } from './schema-B9mHgRPp.js';
2
- export { A as AGENT_DOMAIN_CATEGORIES, a as ALLOWED_CUSTOM_COMPONENTS, b as AgentDomainCategory, c as AgentDomainCategorySchema, d as AllowedCustomComponent, C as ComputedEventContract, e as ComputedEventContractSchema, f as ComputedEventListener, g as ComputedEventListenerSchema, h as CustomPatternDefinition, i as CustomPatternDefinitionInput, j as CustomPatternDefinitionSchema, k as CustomPatternMap, l as CustomPatternMapInput, m as CustomPatternMapSchema, D as DensityTokens, n as DensityTokensSchema, o as DesignPreferences, p as DesignPreferencesInput, q as DesignPreferencesSchema, r as DesignTokens, s as DesignTokensInput, t as DesignTokensSchema, u as DomainCategory, v as DomainCategorySchema, w as DomainContext, x as DomainContextInput, y as DomainContextSchema, z as DomainVocabulary, B as DomainVocabularySchema, E as ElevationTokens, F as ElevationTokensSchema, G as EntityCall, H as EntityCallSchema, I as EntityRef, J as EntityRefSchema, K as EntityRefStringSchema, L as EntitySemanticRole, M as EntitySemanticRoleSchema, N as EventListener, O as EventListenerSchema, P as EventSemanticRole, Q as EventSemanticRoleSchema, R as EventSource, S as EventSourceSchema, af as FullOrbitalUnit, T as GameSubCategory, U as GameSubCategorySchema, V as GeometryTokens, W as GeometryTokensSchema, X as IconFamily, Y as IconFamilySchema, Z as IconographyTokens, _ as IconographyTokensSchema, $ as MotionDurationKey, a0 as MotionDurationKeySchema, a1 as MotionDurationPalette, a2 as MotionDurationPaletteSchema, a3 as MotionEasingKey, a4 as MotionEasingKeySchema, a5 as MotionEasingPalette, a6 as MotionEasingPaletteSchema, a7 as MotionIntent, a8 as MotionIntentMap, a9 as MotionIntentMapSchema, aa as MotionIntentSchema, ab as MotionTokens, ac as MotionTokensSchema, ad as NodeClassification, ae as NodeClassificationSchema, af as Orbital, ag as OrbitalConfig, ah as OrbitalConfigInput, ai as OrbitalConfigSchema, ak as OrbitalDefinitionSchema, al as OrbitalInput, am as OrbitalPage, an as OrbitalPageInput, ao as OrbitalPageSchema, ap as OrbitalPageStrictInput, aq as OrbitalPageStrictSchema, at as OrbitalSchemaInput, au as OrbitalSchemaSchema, av as OrbitalSchemaWithTraits, aw as OrbitalUnit, ax as OrbitalUnitSchema, as as OrbitalZodSchema, ay as Page, az as PageRef, aA as PageRefObject, aB as PageRefObjectSchema, aC as PageRefSchema, aD as PageRefStringSchema, aE as PageSchema, aF as PageTraitRef, aG as PageTraitRefSchema, aH as RelatedLink, aI as RelatedLinkSchema, aJ as SpacingScale, aK as SpacingScaleSchema, aL as StateSemanticRole, aM as StateSemanticRoleSchema, aN as SuggestedGuard, aO as SuggestedGuardSchema, aP as ThemeDefinition, aQ as ThemeDefinitionSchema, aR as ThemeRef, aS as ThemeRefSchema, aT as ThemeRefStringSchema, aU as ThemeTokens, aV as ThemeTokensSchema, aW as ThemeVariant, aX as ThemeVariantSchema, aY as TypeIntent, aZ as TypeIntentMap, a_ as TypeIntentMapSchema, a$ as TypeIntentSchema, b0 as TypeScale, b1 as TypeScaleEntry, b2 as TypeScaleEntrySchema, b3 as TypeScaleSchema, b4 as TypeScaleTokens, b5 as TypeScaleTokensSchema, b6 as TypeSizeKey, b7 as TypeSizeKeySchema, b8 as TypeSlot, b9 as TypeSlotSchema, ba as TypeWeight, bb as TypeWeightSchema, bc as UXHints, bd as UXHintsSchema, be as UseDeclaration, bf as UseDeclarationSchema, bg as UserPersona, bh as UserPersonaInput, bi as UserPersonaSchema, bj as ViewType, bk as ViewTypeSchema, bl as isEntityCall, bm as isEntityReference, bn as isEntityReferenceAny, bo as isImportedTraitRef, bp as isOrbitalDefinition, bq as isPageReference, br as isPageReferenceObject, bs as isPageReferenceString, bt as isThemeReference, bu as parseEntityRef, bv as parseImportedTraitRef, bw as parseOrbitalSchema, bx as parsePageRef, by as safeParseOrbitalSchema } from './schema-B9mHgRPp.js';
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
3
  import { bb as State } from './trait-C23jbaBB.js';
4
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';
@@ -7,7 +7,7 @@ import { ResolvedIR, ResolvedEntity, ResolvedPage, ResolvedTrait, ChangesetValue
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-9ZKmnI0e.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-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
@@ -1022,31 +1022,84 @@ var GeometryTokensSchema = z.object({
1022
1022
  borderStandard: z.string().optional(),
1023
1023
  borderHeavy: z.string().optional()
1024
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
+ });
1025
1073
  var ThemeTokensSchema = z.object({
1026
- colors: z.record(z.string(), z.string()).optional(),
1027
- radii: z.record(z.string(), z.string()).optional(),
1028
- spacing: z.record(z.string(), z.string()).optional(),
1029
- typography: z.record(z.string(), z.string()).optional(),
1030
- shadows: z.record(z.string(), z.string()).optional(),
1074
+ color: ColorTokensSchema.optional(),
1031
1075
  density: DensityTokensSchema.optional(),
1032
1076
  typeScale: TypeScaleTokensSchema.optional(),
1033
1077
  motion: MotionTokensSchema.optional(),
1034
1078
  iconography: IconographyTokensSchema.optional(),
1035
1079
  elevation: ElevationTokensSchema.optional(),
1036
- geometry: GeometryTokensSchema.optional()
1037
- });
1038
- var ThemeVariantSchema = z.object({
1080
+ geometry: GeometryTokensSchema.optional(),
1081
+ illustration: IllustrationTokensSchema.optional(),
1082
+ // Legacy
1039
1083
  colors: z.record(z.string(), z.string()).optional(),
1040
1084
  radii: z.record(z.string(), z.string()).optional(),
1041
1085
  spacing: z.record(z.string(), z.string()).optional(),
1042
1086
  typography: z.record(z.string(), z.string()).optional(),
1043
- shadows: z.record(z.string(), z.string()).optional(),
1087
+ shadows: z.record(z.string(), z.string()).optional()
1088
+ });
1089
+ var ThemeVariantSchema = z.object({
1090
+ color: ColorTokensSchema.optional(),
1044
1091
  density: DensityTokensSchema.optional(),
1045
1092
  typeScale: TypeScaleTokensSchema.optional(),
1046
1093
  motion: MotionTokensSchema.optional(),
1047
1094
  iconography: IconographyTokensSchema.optional(),
1048
1095
  elevation: ElevationTokensSchema.optional(),
1049
- geometry: GeometryTokensSchema.optional()
1096
+ geometry: GeometryTokensSchema.optional(),
1097
+ illustration: IllustrationTokensSchema.optional(),
1098
+ colors: z.record(z.string(), z.string()).optional(),
1099
+ radii: z.record(z.string(), z.string()).optional(),
1100
+ spacing: z.record(z.string(), z.string()).optional(),
1101
+ typography: z.record(z.string(), z.string()).optional(),
1102
+ shadows: z.record(z.string(), z.string()).optional()
1050
1103
  });
1051
1104
  var ThemeDefinitionSchema = z.object({
1052
1105
  name: z.string().min(1, "Theme name is required"),
@@ -1064,6 +1117,15 @@ var ThemeRefSchema = z.union([
1064
1117
  ThemeDefinitionSchema,
1065
1118
  ThemeRefStringSchema
1066
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;
1067
1129
  var DesignTokensSchema = z.record(z.string(), z.record(z.string(), z.string())).optional();
1068
1130
  var ALLOWED_CUSTOM_COMPONENTS = [
1069
1131
  "div",
@@ -3948,6 +4010,6 @@ function buildPayloadForEdge(transition, guardCase) {
3948
4010
  return {};
3949
4011
  }
3950
4012
 
3951
- 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, DensityTokensSchema, DesignPreferencesSchema, DesignTokensSchema, DomainCategorySchema, DomainContextSchema, DomainVocabularySchema, ENTITY_ROLES, EffectSchema, ElevationTokensSchema, EntityCallSchema, EntityFieldSchema, EntityPersistenceSchema, EntityRefSchema, EntityRefStringSchema, EntityRoleSchema, EntitySchema, EntitySemanticRoleSchema, EventListenerSchema, EventPayloadFieldSchema, EventSchema, EventScopeSchema, EventSemanticRoleSchema, EventSourceSchema, ExpressionSchema, FieldFormatSchema, FieldSchema, FieldTypeSchema, GAME_TYPES, GameSubCategorySchema, GameTypeSchema, GeometryTokensSchema, GuardSchema, IconFamilySchema, IconographyTokensSchema, InteractionModelSchema, KNOWN_VALIDATION_ERROR_CODES, ListenSourceSchema, McpServiceDefSchema, MotionDurationKeySchema, MotionDurationPaletteSchema, MotionEasingKeySchema, MotionEasingPaletteSchema, MotionIntentMapSchema, MotionIntentSchema, 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, 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, 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 };
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 };
3952
4014
  //# sourceMappingURL=index.js.map
3953
4015
  //# sourceMappingURL=index.js.map