@almadar/ui 6.0.0 → 6.2.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.
@@ -1,7 +1,7 @@
1
- import { AnimationName, Asset, ScenePos, EventEmit, JsonObject, JsonValue } from '@almadar/core';
1
+ import { AnimationName, Asset, ScenePos, EventEmit, JsonObject, SExpr } from '@almadar/core';
2
2
  import React__default from 'react';
3
3
  import * as THREE from 'three';
4
- import { D as DrawableNode } from './paintDispatch-B5n2DTB-.js';
4
+ import { D as DrawableNode } from './paintDispatch-B5ObLnUv.js';
5
5
 
6
6
  /**
7
7
  * Sprite Sheet Animation Types
@@ -541,7 +541,7 @@ declare const Canvas3DHost: React__default.ForwardRefExoticComponent<Canvas3DHos
541
541
 
542
542
  interface SerializedEffect extends JsonObject {
543
543
  type: string;
544
- args: JsonValue[];
544
+ args: SExpr[];
545
545
  }
546
546
  interface ApplicationOrbitalData {
547
547
  name: string;
@@ -610,7 +610,7 @@ interface TraitTransitionInfo extends JsonObject {
610
610
  from: string;
611
611
  to: string;
612
612
  event: string;
613
- guard: JsonValue | null;
613
+ guard: SExpr | null;
614
614
  effects: SerializedEffect[];
615
615
  index: number;
616
616
  }
@@ -1,6 +1,6 @@
1
1
  import { OrbitalSchema, SExpr, Effect, OrbitalVerificationAPI, TraitStateSnapshot, EventPayload, BusEvent, VerificationCheck, BridgeHealth, VerificationSnapshot, VerificationSummary, TransitionTrace, ServerResponseTrace, CheckStatus, AssetLoadStatus } from '@almadar/core';
2
2
  import React__default from 'react';
3
- import { D as DrawableNode } from './paintDispatch-B5n2DTB-.js';
3
+ import { D as DrawableNode } from './paintDispatch-B5ObLnUv.js';
4
4
  import { ClassValue } from 'clsx';
5
5
 
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { OrbitalSchema, SExpr, Effect, OrbitalVerificationAPI, TraitStateSnapshot, EventPayload, BusEvent, VerificationCheck, BridgeHealth, VerificationSnapshot, VerificationSummary, TransitionTrace, ServerResponseTrace, CheckStatus, AssetLoadStatus } from '@almadar/core';
2
2
  import React__default from 'react';
3
- import { D as DrawableNode } from './paintDispatch-DgBctxIq.cjs';
3
+ import { D as DrawableNode } from './paintDispatch-D3R8NNmV.cjs';
4
4
  import { ClassValue } from 'clsx';
5
5
 
6
6
  /**