stereoframe-runtime 0.2.5 → 0.2.6

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/vocab.d.ts CHANGED
@@ -7,6 +7,6 @@
7
7
  */
8
8
  export { EASE_NAMES } from "./ease";
9
9
  export declare const ELEMENT_NAMES: readonly ["sf-scene", "sf-camera", "sf-model", "sf-mesh", "sf-light", "sf-particles", "sf-sky", "sf-ocean", "sf-swarm", "sf-metaball", "sf-animate"];
10
- export declare const VERB_NAMES: readonly ["turntable", "orbit", "dolly", "move", "follow", "crossfade-clip", "camera-path", "bounce-in", "fade-in", "float", "variant"];
10
+ export declare const VERB_NAMES: readonly ["turntable", "orbit", "dolly", "move", "follow", "crossfade-clip", "camera-path", "bounce-in", "fade-in", "float", "sway", "variant"];
11
11
  /** sf-* attributes whose value is a local asset path the renderer fetches. */
12
12
  export declare const ASSET_ATTRS: readonly ["src", "environment", "normals"];
package/dist/vocab.js CHANGED
@@ -87,6 +87,7 @@ var VERB_NAMES = [
87
87
  "bounce-in",
88
88
  "fade-in",
89
89
  "float",
90
+ "sway",
90
91
  "variant"
91
92
  ];
92
93
  var ASSET_ATTRS = ["src", "environment", "normals"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stereoframe-runtime",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Declarative, deterministic 3D scene runtime for stereoframe — three.js driven by seek time.",
5
5
  "license": "MIT",
6
6
  "repository": {