@vosjs/cli 0.15.0 → 0.16.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/cli.js CHANGED
@@ -495,7 +495,7 @@ async function cmdCheck(argv) {
495
495
  return result.ok ? EXIT_OK : EXIT_ERROR;
496
496
  }
497
497
  async function delegate(argv, viaAlias = false) {
498
- const { run } = await import("./run-37GVK3VS.js");
498
+ const { run } = await import("./run-5TIKH2IB.js");
499
499
  if (viaAlias && argv[0]) {
500
500
  process.stderr.write(
501
501
  `note: "vos voila ${argv[0]}" is now "vos ${argv[0]}".
package/dist/index.js CHANGED
@@ -30,7 +30,7 @@ import {
30
30
  validateActions,
31
31
  waitForPageDone,
32
32
  writeSyncState
33
- } from "./chunk-HGLKXIXH.js";
33
+ } from "./chunk-PKHORUJ2.js";
34
34
  import {
35
35
  BrowserUnavailableError,
36
36
  configDuration,
@@ -1,9 +1,9 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  run
4
- } from "./chunk-HGLKXIXH.js";
4
+ } from "./chunk-PKHORUJ2.js";
5
5
  import "./chunk-NHKHTIDR.js";
6
6
  export {
7
7
  run
8
8
  };
9
- //# sourceMappingURL=run-37GVK3VS.js.map
9
+ //# sourceMappingURL=run-5TIKH2IB.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vosjs/cli",
3
- "version": "0.15.0",
3
+ "version": "0.16.0",
4
4
  "description": "The vos CLI: record the real product from a scripted browser flow, auto-zoom from the cursor track, cut as data in doc.json, render deterministic video and stills, deliver a release's media per destination spec, and sync with vos.so. One binary, every verb, MIT.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -49,11 +49,11 @@
49
49
  "mediabunny": "^1.27.3",
50
50
  "playwright": "^1.49.0",
51
51
  "@vosjs/core": "^0.23.2",
52
- "@vosjs/editor": "^1.3.1",
53
52
  "@vosjs/elements": "^0.8.1",
54
- "@vosjs/render-core": "^0.2.1",
53
+ "@vosjs/editor": "^1.3.1",
55
54
  "@vosjs/shared": "^0.4.1",
56
- "@vosjs/studio-core": "^0.5.0",
55
+ "@vosjs/render-core": "^0.2.1",
56
+ "@vosjs/studio-core": "^0.6.0",
57
57
  "@vosjs/timeline": "^0.4.1",
58
58
  "@vosjs/tween": "^0.8.2"
59
59
  },
@@ -516,7 +516,7 @@
516
516
  "type": "number",
517
517
  "minimum": 0,
518
518
  "maximum": 1,
519
- "description": "ambient shadow strength: the wide soft layer under the card (blur 60, offset 24 design px)"
519
+ "description": "the card shadow's strength 0..1, shared by three layered shadows whose blur and offset grow (3/1, 14/6, 48/22 design px) while each stays at a low alpha, so the card reads as lifted rather than sitting in a dark pool"
520
520
  },
521
521
  "shadowContact": {
522
522
  "type": "number",
@@ -915,12 +915,21 @@
915
915
  "description": "text kind: wrap budget as a FRACTION of the frame width (greedy word wrap at measured widths; absent = lines break only on \\n; no intra-word breaks)"
916
916
  },
917
917
  "shadow": {
918
- "enum": [
919
- "none",
920
- "soft",
921
- "strong"
918
+ "oneOf": [
919
+ {
920
+ "enum": [
921
+ "none",
922
+ "soft",
923
+ "strong"
924
+ ]
925
+ },
926
+ {
927
+ "type": "number",
928
+ "minimum": 0,
929
+ "maximum": 1
930
+ }
922
931
  ],
923
- "description": "media kinds: the card shadow. Absent = 'soft' (the house picture-in-picture look); 'strong' floats harder; 'none' is a flat cutout"
932
+ "description": "media kinds: the card shadow, 'none' | 'soft' | 'strong' (absent = 'soft', the house picture-in-picture look). Text kind: the legibility shadow STRENGTH 0..1 (absent = the preset's; 0 = none, which words on a plate ground want)"
924
933
  },
925
934
  "border": {
926
935
  "type": "object",