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/{chunk-XE4E43MD.js → chunk-4ZU5DZEF.js} +1933 -2035
- package/dist/chunk-4ZU5DZEF.js.map +1 -0
- package/dist/index.cjs +490 -745
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +387 -1842
- package/dist/index.d.ts +387 -1842
- package/dist/index.js +183 -431
- package/dist/index.js.map +1 -1
- package/dist/{slots-DUMR64HB.d.cts → slots-BYoLxVZ4.d.cts} +1 -654
- package/dist/{slots-DUMR64HB.d.ts → slots-BYoLxVZ4.d.ts} +1 -654
- package/dist/stage.cjs +0 -14
- package/dist/stage.cjs.map +1 -1
- package/dist/stage.d.cts +2 -178
- package/dist/stage.d.ts +2 -178
- package/dist/stage.js +1 -8
- package/package.json +1 -1
- package/dist/chunk-XE4E43MD.js.map +0 -1
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
|
});
|