@almadar/core 10.45.0 → 10.46.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-BZ1nzN3q.d.ts → effect-DomdqOGT.d.ts} +8 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/index.d.ts +7 -7
- package/dist/index.js +417 -4
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +3 -3
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +905 -6
- package/dist/patterns/index.js +417 -4
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +415 -2
- package/dist/patterns/registry.json +415 -2
- package/dist/{schema-CZNILCHD.d.ts → schema-B2h0ZwN5.d.ts} +2 -2
- package/dist/{trait-1V3odk0y.d.ts → trait-B1oP0din.d.ts} +1 -1
- package/dist/types/index.d.ts +7 -7
- package/dist/types/index.js.map +1 -1
- package/dist/{types-GAiRTtkp.d.ts → types-ijezwoxO.d.ts} +2 -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, P as PageRef, b as Page, c 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-DomdqOGT.js';
|
|
2
|
+
import { a as OrbitalDefinition, O as OrbitalSchema, U as UseDeclaration, E as EntityRef, P as PageRef, b as Page, c as PageRefObject } from './schema-B2h0ZwN5.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-B1oP0din.js';
|
|
4
4
|
import { S as SExpr } from './expression-Yf7qvvOs.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
|
|
@@ -2290,7 +2290,7 @@ type EntityData = Record<string, EntityRow[]>;
|
|
|
2290
2290
|
*
|
|
2291
2291
|
* DO NOT EDIT MANUALLY — regenerated by almadar-pattern-sync `patterns` command.
|
|
2292
2292
|
*
|
|
2293
|
-
* Generated: 2026-07-
|
|
2293
|
+
* Generated: 2026-07-31T03:04:40.163Z
|
|
2294
2294
|
* Pattern count: 268
|
|
2295
2295
|
*/
|
|
2296
2296
|
|
|
@@ -2685,6 +2685,7 @@ interface PatternPropsMap {
|
|
|
2685
2685
|
featureClickEvent?: string | SExpr;
|
|
2686
2686
|
keyMap?: PatternPropValue | string | SExpr;
|
|
2687
2687
|
keyUpMap?: PatternPropValue | string | SExpr;
|
|
2688
|
+
children?: unknown | string | SExpr;
|
|
2688
2689
|
};
|
|
2689
2690
|
'canvas-2d': {
|
|
2690
2691
|
type: 'canvas-2d';
|
|
@@ -2708,6 +2709,7 @@ interface PatternPropsMap {
|
|
|
2708
2709
|
followTarget?: PatternPropValue | string | SExpr;
|
|
2709
2710
|
cameraPos?: PatternPropValue | string | SExpr;
|
|
2710
2711
|
bgColor?: string | SExpr;
|
|
2712
|
+
children?: unknown | string | SExpr;
|
|
2711
2713
|
};
|
|
2712
2714
|
'card': {
|
|
2713
2715
|
type: 'card';
|
|
@@ -3294,8 +3296,13 @@ interface PatternPropsMap {
|
|
|
3294
3296
|
points?: unknown[] | string | SExpr;
|
|
3295
3297
|
d?: string | SExpr;
|
|
3296
3298
|
fill?: string | SExpr;
|
|
3299
|
+
gradient?: PatternPropValue | string | SExpr;
|
|
3297
3300
|
stroke?: string | SExpr;
|
|
3298
3301
|
strokeWidth?: number | string | SExpr;
|
|
3302
|
+
rotate?: number | string | SExpr;
|
|
3303
|
+
pivot?: PatternPropValue | string | SExpr;
|
|
3304
|
+
shadow?: PatternPropValue | string | SExpr;
|
|
3305
|
+
animation?: PatternPropValue | string | SExpr;
|
|
3299
3306
|
opacity?: number | string | SExpr;
|
|
3300
3307
|
};
|
|
3301
3308
|
'draw-shape-layer': {
|
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-ijezwoxO.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-ijezwoxO.js';
|
|
3
|
+
import { a as EntityPersistence, E as EntityField } from '../effect-DomdqOGT.js';
|
|
4
|
+
import { a as TraitReference } from '../trait-B1oP0din.js';
|
|
5
5
|
export { J as JsonValue } from '../expression-Yf7qvvOs.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-B2h0ZwN5.js';
|
|
2
|
+
import { h as CallSiteConfig, i as CallSiteConfigEntry, g as Trait } from '../trait-B1oP0din.js';
|
|
3
|
+
import { E as EntityField, a as EntityPersistence } from '../effect-DomdqOGT.js';
|
|
4
4
|
import { MakeTraitRefOpts } from '../builders.js';
|
|
5
5
|
import '../expression-Yf7qvvOs.js';
|
|
6
6
|
import 'zod';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { a as OrbitalDefinition, O as OrbitalSchema } from './schema-
|
|
2
|
-
export { A as AGENT_DOMAIN_CATEGORIES, d as ALLOWED_CUSTOM_COMPONENTS, e as AgentDomainCategory, f as AgentDomainCategorySchema, g as AllowedCustomComponent, C as ColorSlice, h as ColorSliceSchema, i as ColorTokens, j as ColorTokensSchema, k as ComputedEventContract, l as ComputedEventContractSchema, m as ComputedEventListener, n as ComputedEventListenerSchema, o as ConfigProvenanceRecord, p as ConfigProvenanceRecordSchema, q as CustomPatternDefinition, r as CustomPatternDefinitionInput, s as CustomPatternDefinitionSchema, t as CustomPatternMap, u as CustomPatternMapInput, v as CustomPatternMapSchema, D as DensitySlice, w as DensitySliceSchema, x as DensityTokens, y as DensityTokensSchema, z as DesignPreferences, B as DesignPreferencesInput, F as DesignPreferencesSchema, G as DesignTokens, H as DesignTokensInput, I as DesignTokensSchema, J as DomainCategory, K as DomainCategorySchema, L as DomainContext, M as DomainContextInput, N as DomainContextSchema, Q as DomainVocabulary, R as DomainVocabularySchema, S as ElevationSlice, T as ElevationSliceSchema, V as ElevationTokens, W as ElevationTokensSchema, X as EntityCall, Y as EntityCallSchema, E as EntityRef, Z as EntityRefSchema, _ as EntityRefStringSchema, $ as EntitySemanticRole, a0 as EntitySemanticRoleSchema, a1 as EventListener, a2 as EventListenerSchema, a3 as EventSemanticRole, a4 as EventSemanticRoleSchema, a5 as EventSource, a6 as EventSourceSchema, a7 as FullOrbitalUnit, a8 as GameSubCategory, a9 as GameSubCategorySchema, aa as GeometrySlice, ab as GeometrySliceSchema, ac as GeometryTokens, ad as GeometryTokensSchema, ae as IconFamily, af as IconFamilySchema, ag as IconographySlice, ah as IconographySliceSchema, ai as IconographyTokens, aj as IconographyTokensSchema, ak as IllustrationSlice, al as IllustrationSliceSchema, am as IllustrationStyle, an as IllustrationStyleSchema, ao as IllustrationTokens, ap as IllustrationTokensSchema, aq as MotionDurationKey, ar as MotionDurationKeySchema, as as MotionDurationPalette, at as MotionDurationPaletteSchema, au as MotionEasingKey, av as MotionEasingKeySchema, aw as MotionEasingPalette, ax as MotionEasingPaletteSchema, ay as MotionIntent, az as MotionIntentMap, aA as MotionIntentMapSchema, aB as MotionIntentSchema, aC as MotionSlice, aD as MotionSliceSchema, aE as MotionTokens, aF as MotionTokensSchema, aG as NodeClassification, aH as NodeClassificationSchema, a7 as Orbital, aI as OrbitalConfig, aJ as OrbitalConfigInput, aK as OrbitalConfigSchema, aL as OrbitalDefinitionSchema, aM as OrbitalInput, aN as OrbitalPage, aO as OrbitalPageInput, aP as OrbitalPageSchema, aQ as OrbitalPageStrictInput, aR as OrbitalPageStrictSchema, aS as OrbitalSchemaInput, aT as OrbitalSchemaSchema, aU as OrbitalSchemaWithTraits, aV as OrbitalUnit, aW as OrbitalUnitSchema, aX as OrbitalZodSchema, b as Page, P as PageRef, c as PageRefObject, aY as PageRefObjectSchema, aZ as PageRefSchema, a_ as PageRefStringSchema, a$ as PageSchema, b0 as PageTraitRef, b1 as PageTraitRefSchema, b2 as RelatedLink, b3 as RelatedLinkSchema, b4 as SchemaMetadata, b5 as SchemaMetadataSchema, b6 as SkinSpec, b7 as SkinSpecSchema, b8 as SpacingScale, b9 as SpacingScaleSchema, ba as StateSemanticRole, bb as StateSemanticRoleSchema, bc as SuggestedGuard, bd as SuggestedGuardSchema, be as ThemeDefinition, bf as ThemeDefinitionSchema, bg as ThemeRef, bh as ThemeRefSchema, bi as ThemeRefStringSchema, bj as ThemeTokens, bk as ThemeTokensSchema, bl as ThemeVariant, bm as ThemeVariantSchema, bn as TypeIntent, bo as TypeIntentMap, bp as TypeIntentMapSchema, bq as TypeIntentSchema, br as TypeScale, bs as TypeScaleEntry, bt as TypeScaleEntrySchema, bu as TypeScaleSchema, bv as TypeScaleTokens, bw as TypeScaleTokensSchema, bx as TypeSizeKey, by as TypeSizeKeySchema, bz as TypeSlice, bA as TypeSliceSchema, bB as TypeSlot, bC as TypeSlotSchema, bD as TypeWeight, bE as TypeWeightSchema, bF as UXHints, bG as UXHintsSchema, U as UseDeclaration, bH as UseDeclarationSchema, bI as UserPersona, bJ as UserPersonaInput, bK as UserPersonaSchema, bL as ViewType, bM as ViewTypeSchema, bN as isEntityCall, bO as isEntityReference, bP as isEntityReferenceAny, bQ as isImportedTraitRef, bR as isOrbitalDefinition, bS as isPageReference, bT as isPageReferenceObject, bU as isPageReferenceString, bV as isThemeReference, bW as parseEntityRef, bX as parseImportedTraitRef, bY as parseOrbitalSchema, bZ as parsePageRef, b_ 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 ForwardConfig, au as ForwardEffect, av as IdForKind, aw as IdKind, I as IdentityLedger, ax as IdentityLedgerSchema, ay as LedgerEntry, az as LedgerEntrySchema, aA as LedgerKind, aB as LedgerKindSchema, aC as LlmEffect, aD as LogEffect, aE as McpServiceDef, aF as McpServiceDefSchema, aG as MemoryEffect, aH as NavigateEffect, aI as NnConfig, aJ as NnLayer, aK as NotifyEffect, aL as ObjectEntityField, aM as OrbitalEntity, aN as OrbitalEntityInput, aO as OrbitalEntitySchema, O as OrbitalId, aP as OrbitalIdSchema, aQ as OsEffect, aR as PATTERN_TYPES, P as PageId, aS as PageIdSchema, aT as PaletteEntryId, aU as PaletteEntryIdSchema, aV as PatternConfig, aW as PatternProps, aX as PatternPropsMap, aY as PatternType, aZ as PersistData, a_ as PersistEffect, a$ as PersistEmitConfig, b0 as RefEffect, R as RelationConfig, b1 as RelationConfigSchema, b2 as RelationEntityField, h as RenderBinding, b3 as RenderChildrenMap, b4 as RenderItemLambda, i as RenderUIEffect, b5 as RenderUINode, b6 as ResolvedPatternProps, b7 as RestAuthConfig, b8 as RestAuthConfigSchema, b9 as RestServiceDef, ba as RestServiceDefSchema, bb as SEMANTIC_STRING_TYPES, bc as SERVICE_TYPES, bd as SPRITE_DIRECTIONS, be as ScalarEntityField, bf as ScenePos, bg as ScenePosSchema, bh as SemanticAssetRef, bi as SemanticAssetRefInput, bj as SemanticAssetRefSchema, bk as SemanticStringType, g as ServiceDefinition, bl as ServiceDefinitionSchema, bm as ServiceId, bn as ServiceIdSchema, bo as ServiceParams, bp as ServiceParamsValue, S as ServiceRef, bq as ServiceRefObject, br as ServiceRefObjectSchema, bs as ServiceRefSchema, bt as ServiceRefStringSchema, bu as ServiceType, bv as ServiceTypeSchema, bw as SessionEffect, bx as SetEffect, by as SocketEvents, bz as SocketEventsSchema, bA as SocketServiceDef, bB as SocketServiceDefSchema, bC as SpawnEffect, bD as SpriteDirection, bE as SpriteDirectionSchema, bF as SpriteSheetAtlas, bG as SpriteSheetAtlasInput, bH as SpriteSheetAtlasSchema, bI as SubTexture, bJ as SubTextureSchema, bK as SwapEffect, bL as TextureAtlas, bM as TextureAtlasSchema, bN as ThemeId, bO as ThemeIdSchema, bP as Tilesheet, bQ as TilesheetSchema, bR as TraceEffect, bS as TrainConfig, bT as TrainEffect, T as TraitId, bU as TraitIdSchema, bV as TypedEffect, U as UISlot, bW as UISlotSchema, bX as UI_SLOTS, bY as VISUAL_STYLES, bZ as ValidateEffect, b_ as VisualStyle, b$ as VisualStyleSchema, c0 as WatchEffect, c1 as WatchOptions, c2 as asEntityId, c3 as asEventId, c4 as asOrbitalId, c5 as asPageId, c6 as asPaletteEntryId, c7 as asServiceId, c8 as asThemeId, c9 as asTraitId, ca as atomic, cb as callService, cc as createAssetKey, cd as deref, ce as deriveCollection, cf as despawn, cg as doEffects, ch as emit, ci as findService, cj as getDefaultAnimationsForRole, ck as getServiceNames, cl as hasService, cm as idKindOf, cn as idPrefix, co as isEffect, cp as isEmailValue, cq as isEntityId, cr as isEventId, cs as isFieldValue, ct as isMcpService, cu as isOrbitalId, cv as isPageId, cw as isPaletteEntryId, cx as isPhoneValue, cy as isRestService, cz as isRuntimeEntity, cA as isSExprEffect, cB as isSemanticStringType, cC as isSemanticStringValue, cD as isServiceId, cE as isServiceReference, cF as isServiceReferenceObject, cG as isSocketService, cH as isThemeId, cI as isTraitId, cJ as isUrlValue, cK as isUuidValue, cL as isValidPatternType, cM as ledgerCurName, cN as ledgerRename, cO as ledgerResolveName, cP as mintId, cQ as navigate, cR as notify, cS as parseAssetKey, cT as parseServiceRef, cU as persist, cV as persistenceModeAllowsOverrides, cW as ref, cX as renderUI, cY as set, cZ as spawn, c_ as swap, c$ as validateAssetAnimations, d0 as watch } from './effect-
|
|
1
|
+
import { a as OrbitalDefinition, O as OrbitalSchema } from './schema-B2h0ZwN5.js';
|
|
2
|
+
export { A as AGENT_DOMAIN_CATEGORIES, d as ALLOWED_CUSTOM_COMPONENTS, e as AgentDomainCategory, f as AgentDomainCategorySchema, g as AllowedCustomComponent, C as ColorSlice, h as ColorSliceSchema, i as ColorTokens, j as ColorTokensSchema, k as ComputedEventContract, l as ComputedEventContractSchema, m as ComputedEventListener, n as ComputedEventListenerSchema, o as ConfigProvenanceRecord, p as ConfigProvenanceRecordSchema, q as CustomPatternDefinition, r as CustomPatternDefinitionInput, s as CustomPatternDefinitionSchema, t as CustomPatternMap, u as CustomPatternMapInput, v as CustomPatternMapSchema, D as DensitySlice, w as DensitySliceSchema, x as DensityTokens, y as DensityTokensSchema, z as DesignPreferences, B as DesignPreferencesInput, F as DesignPreferencesSchema, G as DesignTokens, H as DesignTokensInput, I as DesignTokensSchema, J as DomainCategory, K as DomainCategorySchema, L as DomainContext, M as DomainContextInput, N as DomainContextSchema, Q as DomainVocabulary, R as DomainVocabularySchema, S as ElevationSlice, T as ElevationSliceSchema, V as ElevationTokens, W as ElevationTokensSchema, X as EntityCall, Y as EntityCallSchema, E as EntityRef, Z as EntityRefSchema, _ as EntityRefStringSchema, $ as EntitySemanticRole, a0 as EntitySemanticRoleSchema, a1 as EventListener, a2 as EventListenerSchema, a3 as EventSemanticRole, a4 as EventSemanticRoleSchema, a5 as EventSource, a6 as EventSourceSchema, a7 as FullOrbitalUnit, a8 as GameSubCategory, a9 as GameSubCategorySchema, aa as GeometrySlice, ab as GeometrySliceSchema, ac as GeometryTokens, ad as GeometryTokensSchema, ae as IconFamily, af as IconFamilySchema, ag as IconographySlice, ah as IconographySliceSchema, ai as IconographyTokens, aj as IconographyTokensSchema, ak as IllustrationSlice, al as IllustrationSliceSchema, am as IllustrationStyle, an as IllustrationStyleSchema, ao as IllustrationTokens, ap as IllustrationTokensSchema, aq as MotionDurationKey, ar as MotionDurationKeySchema, as as MotionDurationPalette, at as MotionDurationPaletteSchema, au as MotionEasingKey, av as MotionEasingKeySchema, aw as MotionEasingPalette, ax as MotionEasingPaletteSchema, ay as MotionIntent, az as MotionIntentMap, aA as MotionIntentMapSchema, aB as MotionIntentSchema, aC as MotionSlice, aD as MotionSliceSchema, aE as MotionTokens, aF as MotionTokensSchema, aG as NodeClassification, aH as NodeClassificationSchema, a7 as Orbital, aI as OrbitalConfig, aJ as OrbitalConfigInput, aK as OrbitalConfigSchema, aL as OrbitalDefinitionSchema, aM as OrbitalInput, aN as OrbitalPage, aO as OrbitalPageInput, aP as OrbitalPageSchema, aQ as OrbitalPageStrictInput, aR as OrbitalPageStrictSchema, aS as OrbitalSchemaInput, aT as OrbitalSchemaSchema, aU as OrbitalSchemaWithTraits, aV as OrbitalUnit, aW as OrbitalUnitSchema, aX as OrbitalZodSchema, b as Page, P as PageRef, c as PageRefObject, aY as PageRefObjectSchema, aZ as PageRefSchema, a_ as PageRefStringSchema, a$ as PageSchema, b0 as PageTraitRef, b1 as PageTraitRefSchema, b2 as RelatedLink, b3 as RelatedLinkSchema, b4 as SchemaMetadata, b5 as SchemaMetadataSchema, b6 as SkinSpec, b7 as SkinSpecSchema, b8 as SpacingScale, b9 as SpacingScaleSchema, ba as StateSemanticRole, bb as StateSemanticRoleSchema, bc as SuggestedGuard, bd as SuggestedGuardSchema, be as ThemeDefinition, bf as ThemeDefinitionSchema, bg as ThemeRef, bh as ThemeRefSchema, bi as ThemeRefStringSchema, bj as ThemeTokens, bk as ThemeTokensSchema, bl as ThemeVariant, bm as ThemeVariantSchema, bn as TypeIntent, bo as TypeIntentMap, bp as TypeIntentMapSchema, bq as TypeIntentSchema, br as TypeScale, bs as TypeScaleEntry, bt as TypeScaleEntrySchema, bu as TypeScaleSchema, bv as TypeScaleTokens, bw as TypeScaleTokensSchema, bx as TypeSizeKey, by as TypeSizeKeySchema, bz as TypeSlice, bA as TypeSliceSchema, bB as TypeSlot, bC as TypeSlotSchema, bD as TypeWeight, bE as TypeWeightSchema, bF as UXHints, bG as UXHintsSchema, U as UseDeclaration, bH as UseDeclarationSchema, bI as UserPersona, bJ as UserPersonaInput, bK as UserPersonaSchema, bL as ViewType, bM as ViewTypeSchema, bN as isEntityCall, bO as isEntityReference, bP as isEntityReferenceAny, bQ as isImportedTraitRef, bR as isOrbitalDefinition, bS as isPageReference, bT as isPageReferenceObject, bU as isPageReferenceString, bV as isThemeReference, bW as parseEntityRef, bX as parseImportedTraitRef, bY as parseOrbitalSchema, bZ as parsePageRef, b_ as safeParseOrbitalSchema } from './schema-B2h0ZwN5.js';
|
|
3
|
+
import { F as FieldValue, f as EntityRow } from './effect-DomdqOGT.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 ForwardConfig, au as ForwardEffect, av as IdForKind, aw as IdKind, I as IdentityLedger, ax as IdentityLedgerSchema, ay as LedgerEntry, az as LedgerEntrySchema, aA as LedgerKind, aB as LedgerKindSchema, aC as LlmEffect, aD as LogEffect, aE as McpServiceDef, aF as McpServiceDefSchema, aG as MemoryEffect, aH as NavigateEffect, aI as NnConfig, aJ as NnLayer, aK as NotifyEffect, aL as ObjectEntityField, aM as OrbitalEntity, aN as OrbitalEntityInput, aO as OrbitalEntitySchema, O as OrbitalId, aP as OrbitalIdSchema, aQ as OsEffect, aR as PATTERN_TYPES, P as PageId, aS as PageIdSchema, aT as PaletteEntryId, aU as PaletteEntryIdSchema, aV as PatternConfig, aW as PatternProps, aX as PatternPropsMap, aY as PatternType, aZ as PersistData, a_ as PersistEffect, a$ as PersistEmitConfig, b0 as RefEffect, R as RelationConfig, b1 as RelationConfigSchema, b2 as RelationEntityField, h as RenderBinding, b3 as RenderChildrenMap, b4 as RenderItemLambda, i as RenderUIEffect, b5 as RenderUINode, b6 as ResolvedPatternProps, b7 as RestAuthConfig, b8 as RestAuthConfigSchema, b9 as RestServiceDef, ba as RestServiceDefSchema, bb as SEMANTIC_STRING_TYPES, bc as SERVICE_TYPES, bd as SPRITE_DIRECTIONS, be as ScalarEntityField, bf as ScenePos, bg as ScenePosSchema, bh as SemanticAssetRef, bi as SemanticAssetRefInput, bj as SemanticAssetRefSchema, bk as SemanticStringType, g as ServiceDefinition, bl as ServiceDefinitionSchema, bm as ServiceId, bn as ServiceIdSchema, bo as ServiceParams, bp as ServiceParamsValue, S as ServiceRef, bq as ServiceRefObject, br as ServiceRefObjectSchema, bs as ServiceRefSchema, bt as ServiceRefStringSchema, bu as ServiceType, bv as ServiceTypeSchema, bw as SessionEffect, bx as SetEffect, by as SocketEvents, bz as SocketEventsSchema, bA as SocketServiceDef, bB as SocketServiceDefSchema, bC as SpawnEffect, bD as SpriteDirection, bE as SpriteDirectionSchema, bF as SpriteSheetAtlas, bG as SpriteSheetAtlasInput, bH as SpriteSheetAtlasSchema, bI as SubTexture, bJ as SubTextureSchema, bK as SwapEffect, bL as TextureAtlas, bM as TextureAtlasSchema, bN as ThemeId, bO as ThemeIdSchema, bP as Tilesheet, bQ as TilesheetSchema, bR as TraceEffect, bS as TrainConfig, bT as TrainEffect, T as TraitId, bU as TraitIdSchema, bV as TypedEffect, U as UISlot, bW as UISlotSchema, bX as UI_SLOTS, bY as VISUAL_STYLES, bZ as ValidateEffect, b_ as VisualStyle, b$ as VisualStyleSchema, c0 as WatchEffect, c1 as WatchOptions, c2 as asEntityId, c3 as asEventId, c4 as asOrbitalId, c5 as asPageId, c6 as asPaletteEntryId, c7 as asServiceId, c8 as asThemeId, c9 as asTraitId, ca as atomic, cb as callService, cc as createAssetKey, cd as deref, ce as deriveCollection, cf as despawn, cg as doEffects, ch as emit, ci as findService, cj as getDefaultAnimationsForRole, ck as getServiceNames, cl as hasService, cm as idKindOf, cn as idPrefix, co as isEffect, cp as isEmailValue, cq as isEntityId, cr as isEventId, cs as isFieldValue, ct as isMcpService, cu as isOrbitalId, cv as isPageId, cw as isPaletteEntryId, cx as isPhoneValue, cy as isRestService, cz as isRuntimeEntity, cA as isSExprEffect, cB as isSemanticStringType, cC as isSemanticStringValue, cD as isServiceId, cE as isServiceReference, cF as isServiceReferenceObject, cG as isSocketService, cH as isThemeId, cI as isTraitId, cJ as isUrlValue, cK as isUuidValue, cL as isValidPatternType, cM as ledgerCurName, cN as ledgerRename, cO as ledgerResolveName, cP as mintId, cQ as navigate, cR as notify, cS as parseAssetKey, cT as parseServiceRef, cU as persist, cV as persistenceModeAllowsOverrides, cW as ref, cX as renderUI, cY as set, cZ as spawn, c_ as swap, c$ as validateAssetAnimations, d0 as watch } from './effect-DomdqOGT.js';
|
|
5
5
|
import { T as ToolArgs, J as JsonValue, S as SExpr, a as EventPayload, R as RuntimeValue } from './expression-Yf7qvvOs.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-Yf7qvvOs.js';
|
|
7
7
|
import { ResolvedIR, ResolvedEntity, ResolvedPage, ResolvedTrait, ChangesetValue, SchemaChange, CategorizedRemovals, PageContentReduction, SemanticSchemaChange } from './types/index.js';
|
|
8
8
|
export { ANONYMOUS_USER, AgentCodeSearchResult, AgentCompactResult, AgentCompactStrategy, AgentContext, AgentGenerateOptions, AgentMemoryCategory, AgentMemoryRecord, AnalysisOrbital, AnalysisOrbitalParams, AnalysisPageOverride, AnalysisRename, AnalysisResult, AnnotationTier, AppCreatedEvent, AppSummary, AssetLoadStatus, BINDING_CONTEXT_RULES, BINDING_DOCS, BINDING_ROOTS, BindingContext, BindingRoot, BindingSchema, BridgeHealth, BuilderResult, BusEvent, BusEventListener, BusEventSource, CancelledEvent, ChangeAuthor, ChangeSetDocument, ChangeSummary, ChangesetRecordedEvent, CheckStatus, Clarification, ClarificationCandidate, ClarificationLevel, CompleteEvent, ComplexityAssessment, ComposeAllResult, ComposeChildrenResult, ComposeOptions, ContextExtensions, CreateFlow, DEFAULT_INTERACTION_MODELS, DEFAULT_VIEWER, DEV_TOKEN_PREFIX, DeleteFlow, DispatchUpdatesResult, DrawableDescriptor, EdgeType, EditFlow, EffectPayload, EffectResult, EffectTrace, ErrorEvent, EventEmit, EventKey, EventListen, EventLogEntry, EvolutionDelta, ExecutePlanResult, ExtraTraitRef, FileOperationEvent, FileWrittenEvent, GateState, GenerationLogEvent, GitHubIssue, GitHubLink, GitHubRepo, HistoryMeta, IntegrationContext, InteractionModel, InteractionModelInput, InteractionModelSchema, InterruptEvent, KNOWN_VALIDATION_ERROR_CODES, KnobPayload, KnownValidationErrorCode, LLMErrorContext, LazyService, LineageEntry, ListInteraction, LivingEdge, LivingEffect, LivingEntity, LivingEvent, LivingField, LivingOrbital, LivingOrbitalSchema, LivingPage, LivingState, LivingTrait, LivingTransition, LivingValue, LivingVertex, LlmCallToolsResult, LlmContext, LlmMessage, LlmTokenUsage, LlmToolCall, LlmToolDef, LoloEmitResult, MemoryContext, MessageEvent, OrbitalAddedEvent, OrbitalSchemaCompleteEvent, OrbitalVerificationAPI, ParamsRepairEmittedEvent, ParsedDesign, ParsedDomainContext, ParsedEmitDeclaration, ParsedEntity, ParsedEvent, ParsedListenDeclaration, ParsedOrbital, ParsedPage, ParsedState, ParsedStateMachine, ParsedTrait, ParsedTraitConfig, ParsedTransition, PatternTypeSchema, PersistActionName, PlanSnapshot, PlanSnapshotStatus, PlannerResult, Probability, ProcessCompleteEvent, ProcessErrorEvent, ProcessRepairCompleteEvent, ProcessRepairEvent, ProcessStartEvent, RENDER_BINDING_MARKER, RawUserClaims, RenderBindingMarker, RepairResult, ResolvedEntityBinding, ResolvedField, ResolvedNavigation, ResolvedPattern, ResolvedSection, ResolvedSectionEvent, ResolvedTraitBinding, ResolvedTraitDataEntity, ResolvedTraitEvent, ResolvedTraitGuard, ResolvedTraitListener, ResolvedTraitState, ResolvedTraitTick, ResolvedTraitTransition, ResolvedTraitUIBinding, SSEEvent, SSEEventBase, SSEEventType, SaveOptions, SaveResult, SchemaPhaseUpdateEvent, SchemaPhaseValidatedEvent, SchemaUpdateEvent, SemanticAnnotation, SemanticChangeKind, SemanticVector, ServerResponseTrace, ServiceAction, ServiceActionName, ServiceCallResult, ServiceContract, ServiceEvents, SessionContext, SessionHistoryEntry, SnapshotCreatedEvent, SnapshotDocument, SpawnResult, StartEvent, StatsView, StoreContract, StoreFilter, StoreFilterOp, SubagentCompleteEvent, SubagentEvent, SubagentProgressEvent, SubagentStartEvent, TodoActivityType, TodoDetailEvent, TodoUpdateEvent, ToolCallEvent, ToolResultEvent, TraceContext, TraitFieldRef, TraitFieldRefSchema, TraitStateSnapshot, TransitionFrom, TransitionTrace, Unsubscribe, UserContext, ValidateResult, ValidationDocument, ValidationError, ValidationErrorCode, ValidationIssue, ValidationMeta, ValidationResult, ValidationResults, VerificationCheck, VerificationSnapshot, VerificationSummary, VertexId, VertexPayload, VertexType, ViewFlow, WorkspaceContext, containsEntityBinding, containsPayloadBinding, createEmptyResolvedPage, createEmptyResolvedTrait, createLazyService, createResolvedField, createTypedEventBus, decodeDevIdentityToken, encodeDevIdentityToken, findPersonaInRoster, getBindingExamples, getInteractionModelForDomain, inferTsType, isKnownValidationErrorCode, isPlanSnapshot, isRenderBindingMarker, isResolvedIR, isSessionHistoryEntry, isTraitFieldRef, normalizeUserContext, personaFromIdentityRow, resolvePersonaSpec, toBindingRoot, validateBindingInContext, widenTier } from './types/index.js';
|
|
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 normalizeCallSiteConfigToValues, aq as normalizeTraitRef, ar 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-
|
|
9
|
+
import { b as TraitConfig, g as Trait, S as State } from './trait-B1oP0din.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 normalizeCallSiteConfigToValues, aq as normalizeTraitRef, ar as resolveConfigRefEventName } from './trait-B1oP0din.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-ijezwoxO.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, findCompatiblePatterns, formatRecommendationsForPrompt, generatePatternDescription, getAllPatternTypes, getComponentForPattern, getEmittedEvents, getEntityCardinality, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPatternActionsRef, getPatternDefinition, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, integratorsRegistry, isContentBodyPattern, isContentBodyPatternType, isDrawHostPattern, isDrawablePattern, isEntityAwarePattern, isMainSlotRenderUi, patternsRegistry, recommendPatterns, registry, renderUiPatternTypesOf } from './patterns/index.js';
|
package/dist/index.js
CHANGED
|
@@ -2160,7 +2160,7 @@ function getInteractionModelForDomain(domain) {
|
|
|
2160
2160
|
// src/patterns/patterns-registry.json
|
|
2161
2161
|
var patterns_registry_default = {
|
|
2162
2162
|
version: "1.0.0",
|
|
2163
|
-
exportedAt: "2026-07-
|
|
2163
|
+
exportedAt: "2026-07-31T03:04:39.259Z",
|
|
2164
2164
|
patterns: {
|
|
2165
2165
|
"entity-table": {
|
|
2166
2166
|
type: "entity-table",
|
|
@@ -37335,6 +37335,12 @@ var patterns_registry_default = {
|
|
|
37335
37335
|
"string"
|
|
37336
37336
|
],
|
|
37337
37337
|
description: "Solid backdrop colour (drawn when no `backgroundImage`)."
|
|
37338
|
+
},
|
|
37339
|
+
children: {
|
|
37340
|
+
types: [
|
|
37341
|
+
"node"
|
|
37342
|
+
],
|
|
37343
|
+
description: "Declarative JSX drawable children (`<DrawShape .../>` composed in paint order). When `drawables` is empty, each child registers its descriptor via the drawable registry context and the host paints them."
|
|
37338
37344
|
}
|
|
37339
37345
|
},
|
|
37340
37346
|
drawable: true,
|
|
@@ -41489,7 +41495,7 @@ var patterns_registry_default = {
|
|
|
41489
41495
|
types: [
|
|
41490
41496
|
"number"
|
|
41491
41497
|
],
|
|
41492
|
-
description: "Fine nudge from
|
|
41498
|
+
description: "Fine nudge in world units \u2014 applies to every shape kind except `cell` (rect/ellipse from their anchor point; poly/path from the projected top-left)."
|
|
41493
41499
|
},
|
|
41494
41500
|
offsetY: {
|
|
41495
41501
|
types: [
|
|
@@ -41520,6 +41526,57 @@ var patterns_registry_default = {
|
|
|
41520
41526
|
],
|
|
41521
41527
|
description: "fill prop"
|
|
41522
41528
|
},
|
|
41529
|
+
gradient: {
|
|
41530
|
+
types: [
|
|
41531
|
+
"object"
|
|
41532
|
+
],
|
|
41533
|
+
description: "Gradient fill in world units; overrides `fill` when present.",
|
|
41534
|
+
properties: {
|
|
41535
|
+
kind: {
|
|
41536
|
+
types: [
|
|
41537
|
+
"string"
|
|
41538
|
+
],
|
|
41539
|
+
enumValues: [
|
|
41540
|
+
"linear",
|
|
41541
|
+
"radial"
|
|
41542
|
+
]
|
|
41543
|
+
},
|
|
41544
|
+
from: {
|
|
41545
|
+
types: [
|
|
41546
|
+
"object"
|
|
41547
|
+
]
|
|
41548
|
+
},
|
|
41549
|
+
to: {
|
|
41550
|
+
types: [
|
|
41551
|
+
"object"
|
|
41552
|
+
]
|
|
41553
|
+
},
|
|
41554
|
+
center: {
|
|
41555
|
+
types: [
|
|
41556
|
+
"object"
|
|
41557
|
+
]
|
|
41558
|
+
},
|
|
41559
|
+
radius: {
|
|
41560
|
+
types: [
|
|
41561
|
+
"number"
|
|
41562
|
+
]
|
|
41563
|
+
},
|
|
41564
|
+
stops: {
|
|
41565
|
+
types: [
|
|
41566
|
+
"array"
|
|
41567
|
+
],
|
|
41568
|
+
items: {
|
|
41569
|
+
types: [
|
|
41570
|
+
"object"
|
|
41571
|
+
]
|
|
41572
|
+
}
|
|
41573
|
+
}
|
|
41574
|
+
},
|
|
41575
|
+
propertyRequired: [
|
|
41576
|
+
"kind",
|
|
41577
|
+
"stops"
|
|
41578
|
+
]
|
|
41579
|
+
},
|
|
41523
41580
|
stroke: {
|
|
41524
41581
|
types: [
|
|
41525
41582
|
"string"
|
|
@@ -41532,6 +41589,158 @@ var patterns_registry_default = {
|
|
|
41532
41589
|
],
|
|
41533
41590
|
description: "strokeWidth prop"
|
|
41534
41591
|
},
|
|
41592
|
+
rotate: {
|
|
41593
|
+
types: [
|
|
41594
|
+
"number"
|
|
41595
|
+
],
|
|
41596
|
+
description: "Rotation in radians (painter units, same as `draw-group`), about `pivot`."
|
|
41597
|
+
},
|
|
41598
|
+
pivot: {
|
|
41599
|
+
types: [
|
|
41600
|
+
"object"
|
|
41601
|
+
],
|
|
41602
|
+
description: "Rotation pivot in world units relative to the cell's projected top-left; default `{x:0.5, y:0.5}` (cell center)."
|
|
41603
|
+
},
|
|
41604
|
+
shadow: {
|
|
41605
|
+
types: [
|
|
41606
|
+
"object"
|
|
41607
|
+
],
|
|
41608
|
+
description: "Soft glow / drop-shadow behind the shape; `blur` in world units.",
|
|
41609
|
+
properties: {
|
|
41610
|
+
color: {
|
|
41611
|
+
types: [
|
|
41612
|
+
"string"
|
|
41613
|
+
]
|
|
41614
|
+
},
|
|
41615
|
+
blur: {
|
|
41616
|
+
types: [
|
|
41617
|
+
"number"
|
|
41618
|
+
]
|
|
41619
|
+
}
|
|
41620
|
+
},
|
|
41621
|
+
propertyRequired: [
|
|
41622
|
+
"color",
|
|
41623
|
+
"blur"
|
|
41624
|
+
]
|
|
41625
|
+
},
|
|
41626
|
+
animation: {
|
|
41627
|
+
types: [
|
|
41628
|
+
"object"
|
|
41629
|
+
],
|
|
41630
|
+
description: "Keyframe animation over this shape's props; the host runs a paint clock while present.",
|
|
41631
|
+
properties: {
|
|
41632
|
+
durationMs: {
|
|
41633
|
+
types: [
|
|
41634
|
+
"number"
|
|
41635
|
+
]
|
|
41636
|
+
},
|
|
41637
|
+
loop: {
|
|
41638
|
+
types: [
|
|
41639
|
+
"boolean"
|
|
41640
|
+
]
|
|
41641
|
+
},
|
|
41642
|
+
keyframes: {
|
|
41643
|
+
types: [
|
|
41644
|
+
"array"
|
|
41645
|
+
],
|
|
41646
|
+
items: {
|
|
41647
|
+
types: [
|
|
41648
|
+
"object"
|
|
41649
|
+
],
|
|
41650
|
+
properties: {
|
|
41651
|
+
at: {
|
|
41652
|
+
types: [
|
|
41653
|
+
"number"
|
|
41654
|
+
]
|
|
41655
|
+
},
|
|
41656
|
+
offsetX: {
|
|
41657
|
+
types: [
|
|
41658
|
+
"number"
|
|
41659
|
+
]
|
|
41660
|
+
},
|
|
41661
|
+
offsetY: {
|
|
41662
|
+
types: [
|
|
41663
|
+
"number"
|
|
41664
|
+
]
|
|
41665
|
+
},
|
|
41666
|
+
rotate: {
|
|
41667
|
+
types: [
|
|
41668
|
+
"number"
|
|
41669
|
+
]
|
|
41670
|
+
},
|
|
41671
|
+
opacity: {
|
|
41672
|
+
types: [
|
|
41673
|
+
"number"
|
|
41674
|
+
]
|
|
41675
|
+
},
|
|
41676
|
+
radiusX: {
|
|
41677
|
+
types: [
|
|
41678
|
+
"number"
|
|
41679
|
+
]
|
|
41680
|
+
},
|
|
41681
|
+
radiusY: {
|
|
41682
|
+
types: [
|
|
41683
|
+
"number"
|
|
41684
|
+
]
|
|
41685
|
+
},
|
|
41686
|
+
width: {
|
|
41687
|
+
types: [
|
|
41688
|
+
"number"
|
|
41689
|
+
]
|
|
41690
|
+
},
|
|
41691
|
+
height: {
|
|
41692
|
+
types: [
|
|
41693
|
+
"number"
|
|
41694
|
+
]
|
|
41695
|
+
},
|
|
41696
|
+
strokeWidth: {
|
|
41697
|
+
types: [
|
|
41698
|
+
"number"
|
|
41699
|
+
]
|
|
41700
|
+
},
|
|
41701
|
+
fill: {
|
|
41702
|
+
types: [
|
|
41703
|
+
"string"
|
|
41704
|
+
]
|
|
41705
|
+
},
|
|
41706
|
+
stroke: {
|
|
41707
|
+
types: [
|
|
41708
|
+
"string"
|
|
41709
|
+
]
|
|
41710
|
+
},
|
|
41711
|
+
shadow: {
|
|
41712
|
+
types: [
|
|
41713
|
+
"object"
|
|
41714
|
+
],
|
|
41715
|
+
properties: {
|
|
41716
|
+
color: {
|
|
41717
|
+
types: [
|
|
41718
|
+
"string"
|
|
41719
|
+
]
|
|
41720
|
+
},
|
|
41721
|
+
blur: {
|
|
41722
|
+
types: [
|
|
41723
|
+
"number"
|
|
41724
|
+
]
|
|
41725
|
+
}
|
|
41726
|
+
},
|
|
41727
|
+
required: [
|
|
41728
|
+
"color",
|
|
41729
|
+
"blur"
|
|
41730
|
+
]
|
|
41731
|
+
}
|
|
41732
|
+
},
|
|
41733
|
+
required: [
|
|
41734
|
+
"at"
|
|
41735
|
+
]
|
|
41736
|
+
}
|
|
41737
|
+
}
|
|
41738
|
+
},
|
|
41739
|
+
propertyRequired: [
|
|
41740
|
+
"durationMs",
|
|
41741
|
+
"keyframes"
|
|
41742
|
+
]
|
|
41743
|
+
},
|
|
41535
41744
|
opacity: {
|
|
41536
41745
|
types: [
|
|
41537
41746
|
"number"
|
|
@@ -42000,6 +42209,56 @@ var patterns_registry_default = {
|
|
|
42000
42209
|
"string"
|
|
42001
42210
|
]
|
|
42002
42211
|
},
|
|
42212
|
+
gradient: {
|
|
42213
|
+
types: [
|
|
42214
|
+
"object"
|
|
42215
|
+
],
|
|
42216
|
+
properties: {
|
|
42217
|
+
kind: {
|
|
42218
|
+
types: [
|
|
42219
|
+
"string"
|
|
42220
|
+
],
|
|
42221
|
+
enumValues: [
|
|
42222
|
+
"linear",
|
|
42223
|
+
"radial"
|
|
42224
|
+
]
|
|
42225
|
+
},
|
|
42226
|
+
from: {
|
|
42227
|
+
types: [
|
|
42228
|
+
"object"
|
|
42229
|
+
]
|
|
42230
|
+
},
|
|
42231
|
+
to: {
|
|
42232
|
+
types: [
|
|
42233
|
+
"object"
|
|
42234
|
+
]
|
|
42235
|
+
},
|
|
42236
|
+
center: {
|
|
42237
|
+
types: [
|
|
42238
|
+
"object"
|
|
42239
|
+
]
|
|
42240
|
+
},
|
|
42241
|
+
radius: {
|
|
42242
|
+
types: [
|
|
42243
|
+
"number"
|
|
42244
|
+
]
|
|
42245
|
+
},
|
|
42246
|
+
stops: {
|
|
42247
|
+
types: [
|
|
42248
|
+
"array"
|
|
42249
|
+
],
|
|
42250
|
+
items: {
|
|
42251
|
+
types: [
|
|
42252
|
+
"object"
|
|
42253
|
+
]
|
|
42254
|
+
}
|
|
42255
|
+
}
|
|
42256
|
+
},
|
|
42257
|
+
required: [
|
|
42258
|
+
"kind",
|
|
42259
|
+
"stops"
|
|
42260
|
+
]
|
|
42261
|
+
},
|
|
42003
42262
|
stroke: {
|
|
42004
42263
|
types: [
|
|
42005
42264
|
"string"
|
|
@@ -42010,6 +42269,154 @@ var patterns_registry_default = {
|
|
|
42010
42269
|
"number"
|
|
42011
42270
|
]
|
|
42012
42271
|
},
|
|
42272
|
+
rotate: {
|
|
42273
|
+
types: [
|
|
42274
|
+
"number"
|
|
42275
|
+
]
|
|
42276
|
+
},
|
|
42277
|
+
pivot: {
|
|
42278
|
+
types: [
|
|
42279
|
+
"object"
|
|
42280
|
+
]
|
|
42281
|
+
},
|
|
42282
|
+
shadow: {
|
|
42283
|
+
types: [
|
|
42284
|
+
"object"
|
|
42285
|
+
],
|
|
42286
|
+
properties: {
|
|
42287
|
+
color: {
|
|
42288
|
+
types: [
|
|
42289
|
+
"string"
|
|
42290
|
+
]
|
|
42291
|
+
},
|
|
42292
|
+
blur: {
|
|
42293
|
+
types: [
|
|
42294
|
+
"number"
|
|
42295
|
+
]
|
|
42296
|
+
}
|
|
42297
|
+
},
|
|
42298
|
+
required: [
|
|
42299
|
+
"color",
|
|
42300
|
+
"blur"
|
|
42301
|
+
]
|
|
42302
|
+
},
|
|
42303
|
+
animation: {
|
|
42304
|
+
types: [
|
|
42305
|
+
"object"
|
|
42306
|
+
],
|
|
42307
|
+
properties: {
|
|
42308
|
+
durationMs: {
|
|
42309
|
+
types: [
|
|
42310
|
+
"number"
|
|
42311
|
+
]
|
|
42312
|
+
},
|
|
42313
|
+
loop: {
|
|
42314
|
+
types: [
|
|
42315
|
+
"boolean"
|
|
42316
|
+
]
|
|
42317
|
+
},
|
|
42318
|
+
keyframes: {
|
|
42319
|
+
types: [
|
|
42320
|
+
"array"
|
|
42321
|
+
],
|
|
42322
|
+
items: {
|
|
42323
|
+
types: [
|
|
42324
|
+
"object"
|
|
42325
|
+
],
|
|
42326
|
+
properties: {
|
|
42327
|
+
at: {
|
|
42328
|
+
types: [
|
|
42329
|
+
"number"
|
|
42330
|
+
]
|
|
42331
|
+
},
|
|
42332
|
+
offsetX: {
|
|
42333
|
+
types: [
|
|
42334
|
+
"number"
|
|
42335
|
+
]
|
|
42336
|
+
},
|
|
42337
|
+
offsetY: {
|
|
42338
|
+
types: [
|
|
42339
|
+
"number"
|
|
42340
|
+
]
|
|
42341
|
+
},
|
|
42342
|
+
rotate: {
|
|
42343
|
+
types: [
|
|
42344
|
+
"number"
|
|
42345
|
+
]
|
|
42346
|
+
},
|
|
42347
|
+
opacity: {
|
|
42348
|
+
types: [
|
|
42349
|
+
"number"
|
|
42350
|
+
]
|
|
42351
|
+
},
|
|
42352
|
+
radiusX: {
|
|
42353
|
+
types: [
|
|
42354
|
+
"number"
|
|
42355
|
+
]
|
|
42356
|
+
},
|
|
42357
|
+
radiusY: {
|
|
42358
|
+
types: [
|
|
42359
|
+
"number"
|
|
42360
|
+
]
|
|
42361
|
+
},
|
|
42362
|
+
width: {
|
|
42363
|
+
types: [
|
|
42364
|
+
"number"
|
|
42365
|
+
]
|
|
42366
|
+
},
|
|
42367
|
+
height: {
|
|
42368
|
+
types: [
|
|
42369
|
+
"number"
|
|
42370
|
+
]
|
|
42371
|
+
},
|
|
42372
|
+
strokeWidth: {
|
|
42373
|
+
types: [
|
|
42374
|
+
"number"
|
|
42375
|
+
]
|
|
42376
|
+
},
|
|
42377
|
+
fill: {
|
|
42378
|
+
types: [
|
|
42379
|
+
"string"
|
|
42380
|
+
]
|
|
42381
|
+
},
|
|
42382
|
+
stroke: {
|
|
42383
|
+
types: [
|
|
42384
|
+
"string"
|
|
42385
|
+
]
|
|
42386
|
+
},
|
|
42387
|
+
shadow: {
|
|
42388
|
+
types: [
|
|
42389
|
+
"object"
|
|
42390
|
+
],
|
|
42391
|
+
properties: {
|
|
42392
|
+
color: {
|
|
42393
|
+
types: [
|
|
42394
|
+
"string"
|
|
42395
|
+
]
|
|
42396
|
+
},
|
|
42397
|
+
blur: {
|
|
42398
|
+
types: [
|
|
42399
|
+
"number"
|
|
42400
|
+
]
|
|
42401
|
+
}
|
|
42402
|
+
},
|
|
42403
|
+
required: [
|
|
42404
|
+
"color",
|
|
42405
|
+
"blur"
|
|
42406
|
+
]
|
|
42407
|
+
}
|
|
42408
|
+
},
|
|
42409
|
+
required: [
|
|
42410
|
+
"at"
|
|
42411
|
+
]
|
|
42412
|
+
}
|
|
42413
|
+
}
|
|
42414
|
+
},
|
|
42415
|
+
required: [
|
|
42416
|
+
"durationMs",
|
|
42417
|
+
"keyframes"
|
|
42418
|
+
]
|
|
42419
|
+
},
|
|
42013
42420
|
opacity: {
|
|
42014
42421
|
types: [
|
|
42015
42422
|
"number"
|
|
@@ -42728,6 +43135,12 @@ var patterns_registry_default = {
|
|
|
42728
43135
|
"string"
|
|
42729
43136
|
]
|
|
42730
43137
|
}
|
|
43138
|
+
},
|
|
43139
|
+
children: {
|
|
43140
|
+
types: [
|
|
43141
|
+
"node"
|
|
43142
|
+
],
|
|
43143
|
+
description: "Declarative JSX drawable children (`<DrawShape .../>` composed in paint order). Forwarded to the 2D host, which collects them via drawable registry context."
|
|
42731
43144
|
}
|
|
42732
43145
|
},
|
|
42733
43146
|
drawHost: true
|
|
@@ -44218,7 +44631,7 @@ var integrators_registry_default = {
|
|
|
44218
44631
|
// src/patterns/component-mapping.json
|
|
44219
44632
|
var component_mapping_default = {
|
|
44220
44633
|
version: "1.0.0",
|
|
44221
|
-
exportedAt: "2026-07-
|
|
44634
|
+
exportedAt: "2026-07-31T03:04:39.259Z",
|
|
44222
44635
|
mappings: {
|
|
44223
44636
|
"page-header": {
|
|
44224
44637
|
component: "PageHeader",
|
|
@@ -45608,7 +46021,7 @@ var component_mapping_default = {
|
|
|
45608
46021
|
// src/patterns/event-contracts.json
|
|
45609
46022
|
var event_contracts_default = {
|
|
45610
46023
|
version: "1.0.0",
|
|
45611
|
-
exportedAt: "2026-07-
|
|
46024
|
+
exportedAt: "2026-07-31T03:04:39.259Z",
|
|
45612
46025
|
contracts: {
|
|
45613
46026
|
form: {
|
|
45614
46027
|
emits: [
|