@scenar/core 0.1.5 → 0.1.7
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/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/scenario/bundle.d.ts +28 -0
- package/scenario/bundle.d.ts.map +1 -0
- package/scenario/bundle.js +10 -0
- package/scenario/bundle.js.map +1 -0
- package/src/index.ts +1 -0
- package/src/scenario/bundle.ts +29 -0
package/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export type { ScenarioStep } from "./scenario/types.js";
|
|
2
|
+
export type { ScenarioBundle } from "./scenario/bundle.js";
|
|
2
3
|
export type { ActionType, StepAction, UseStepInteractionsOptions, } from "./scenario/step-action.js";
|
|
3
4
|
export type { NarrationEntry, NarrationManifest } from "./narration/types.js";
|
|
4
5
|
export type { ViewportTransform } from "./viewport/transform.js";
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,YAAY,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EACV,UAAU,EACV,UAAU,EACV,0BAA0B,GAC3B,MAAM,2BAA2B,CAAC;AAGnC,YAAY,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAG9E,YAAY,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AAGtE,YAAY,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAGrE,YAAY,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAGhE,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,cAAc,EACd,kBAAkB,GACnB,MAAM,uBAAuB,CAAC;AAG/B,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACpB,2BAA2B,GAC5B,MAAM,iBAAiB,CAAC;AAGzB,OAAO,EACL,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,GACrB,MAAM,gCAAgC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,YAAY,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D,YAAY,EACV,UAAU,EACV,UAAU,EACV,0BAA0B,GAC3B,MAAM,2BAA2B,CAAC;AAGnC,YAAY,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAG9E,YAAY,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AAGtE,YAAY,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAGrE,YAAY,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAGhE,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,cAAc,EACd,kBAAkB,GACnB,MAAM,uBAAuB,CAAC;AAG/B,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACpB,2BAA2B,GAC5B,MAAM,iBAAiB,CAAC;AAGzB,OAAO,EACL,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,GACrB,MAAM,gCAAgC,CAAC"}
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,sEAAsE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,sEAAsE;AAgBtE,OAAO,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AAItE,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAIrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAEhE,mBAAmB;AACnB,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,cAAc,EACd,kBAAkB,GACnB,MAAM,uBAAuB,CAAC;AAE/B,uBAAuB;AACvB,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACpB,2BAA2B,GAC5B,MAAM,iBAAiB,CAAC;AAEzB,oCAAoC;AACpC,OAAO,EACL,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,GACrB,MAAM,gCAAgC,CAAC"}
|
package/package.json
CHANGED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A self-contained scenario package: steps + optional narration manifest.
|
|
3
|
+
*
|
|
4
|
+
* Replaces the pattern where scenario steps and narration manifests are
|
|
5
|
+
* passed as separate, unrelated props and wired together by string
|
|
6
|
+
* convention. A bundle groups everything the engine needs to play a
|
|
7
|
+
* scenario into a single typed value.
|
|
8
|
+
*/
|
|
9
|
+
import type { NarrationManifest } from "../narration/types.js";
|
|
10
|
+
import type { ScenarioStep } from "./types.js";
|
|
11
|
+
/**
|
|
12
|
+
* Everything the engine needs to play one scenario.
|
|
13
|
+
*
|
|
14
|
+
* @typeParam T - The data shape passed to the render function at each step.
|
|
15
|
+
*/
|
|
16
|
+
export interface ScenarioBundle<T> {
|
|
17
|
+
/** Unique identifier for this scenario (used for keying and diagnostics). */
|
|
18
|
+
readonly id: string;
|
|
19
|
+
/** Ordered steps in the playback timeline. */
|
|
20
|
+
readonly steps: ScenarioStep<T>[];
|
|
21
|
+
/**
|
|
22
|
+
* Pre-built narration manifest mapping step indices to audio URLs
|
|
23
|
+
* and durations. When `undefined`, the scenario plays without
|
|
24
|
+
* narration (timing is purely delay-based).
|
|
25
|
+
*/
|
|
26
|
+
readonly narrationManifest?: NarrationManifest;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=bundle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle.d.ts","sourceRoot":"","sources":["../../src/scenario/bundle.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE/C;;;;GAIG;AACH,MAAM,WAAW,cAAc,CAAC,CAAC;IAC/B,6EAA6E;IAC7E,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,8CAA8C;IAC9C,QAAQ,CAAC,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC;IAClC;;;;OAIG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;CAChD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A self-contained scenario package: steps + optional narration manifest.
|
|
3
|
+
*
|
|
4
|
+
* Replaces the pattern where scenario steps and narration manifests are
|
|
5
|
+
* passed as separate, unrelated props and wired together by string
|
|
6
|
+
* convention. A bundle groups everything the engine needs to play a
|
|
7
|
+
* scenario into a single typed value.
|
|
8
|
+
*/
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=bundle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle.js","sourceRoot":"","sources":["../../src/scenario/bundle.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG"}
|
package/src/index.ts
CHANGED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A self-contained scenario package: steps + optional narration manifest.
|
|
3
|
+
*
|
|
4
|
+
* Replaces the pattern where scenario steps and narration manifests are
|
|
5
|
+
* passed as separate, unrelated props and wired together by string
|
|
6
|
+
* convention. A bundle groups everything the engine needs to play a
|
|
7
|
+
* scenario into a single typed value.
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
import type { NarrationManifest } from "../narration/types.js";
|
|
11
|
+
import type { ScenarioStep } from "./types.js";
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Everything the engine needs to play one scenario.
|
|
15
|
+
*
|
|
16
|
+
* @typeParam T - The data shape passed to the render function at each step.
|
|
17
|
+
*/
|
|
18
|
+
export interface ScenarioBundle<T> {
|
|
19
|
+
/** Unique identifier for this scenario (used for keying and diagnostics). */
|
|
20
|
+
readonly id: string;
|
|
21
|
+
/** Ordered steps in the playback timeline. */
|
|
22
|
+
readonly steps: ScenarioStep<T>[];
|
|
23
|
+
/**
|
|
24
|
+
* Pre-built narration manifest mapping step indices to audio URLs
|
|
25
|
+
* and durations. When `undefined`, the scenario plays without
|
|
26
|
+
* narration (timing is purely delay-based).
|
|
27
|
+
*/
|
|
28
|
+
readonly narrationManifest?: NarrationManifest;
|
|
29
|
+
}
|