paperlab 0.3.1 → 0.4.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/stage.cjs CHANGED
@@ -32,7 +32,6 @@ var stage_exports = {};
32
32
  __export(stage_exports, {
33
33
  PaperStage: () => PaperStage,
34
34
  PaperStageScene: () => PaperStageScene,
35
- SOURCE_INTENSITY: () => SOURCE_INTENSITY,
36
35
  buildStageAgentPayload: () => buildStageAgentPayload,
37
36
  buildStageComponentSource: () => buildStageComponentSource,
38
37
  createWalkPath: () => createWalkPath,
@@ -43,14 +42,8 @@ __export(stage_exports, {
43
42
  listStagePresets: () => listStagePresets,
44
43
  qualityNames: () => qualityNames,
45
44
  shotNames: () => shotNames,
46
- stageGradeSchema: () => stageGradeSchema,
47
- stageMotionSchema: () => stageMotionSchema,
48
45
  stagePresets: () => stagePresets,
49
- stageRoomSchema: () => stageRoomSchema,
50
46
  stageSchema: () => stageSchema,
51
- stageSuspensionSchema: () => stageSuspensionSchema,
52
- stringifyStage: () => stringifyStage,
53
- walkNameFor: () => walkNameFor,
54
47
  walkNames: () => walkNames,
55
48
  walks: () => walks
56
49
  });
@@ -8846,7 +8839,6 @@ required; the component needs no props.`;
8846
8839
  0 && (module.exports = {
8847
8840
  PaperStage,
8848
8841
  PaperStageScene,
8849
- SOURCE_INTENSITY,
8850
8842
  buildStageAgentPayload,
8851
8843
  buildStageComponentSource,
8852
8844
  createWalkPath,
@@ -8857,14 +8849,8 @@ required; the component needs no props.`;
8857
8849
  listStagePresets,
8858
8850
  qualityNames,
8859
8851
  shotNames,
8860
- stageGradeSchema,
8861
- stageMotionSchema,
8862
8852
  stagePresets,
8863
- stageRoomSchema,
8864
8853
  stageSchema,
8865
- stageSuspensionSchema,
8866
- stringifyStage,
8867
- walkNameFor,
8868
8854
  walkNames,
8869
8855
  walks
8870
8856
  });