@drincs/pixi-vn 1.7.2 → 1.8.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/{HistoryChoiceMenuOption-DM4wqiGt.d.ts → HistoryChoiceMenuOption-BP9Tsbyd.d.ts} +1 -2
- package/dist/{HistoryChoiceMenuOption-iazqoVVm.d.cts → HistoryChoiceMenuOption-DSSNUXEq.d.cts} +1 -2
- package/dist/canvas.cjs +2 -2
- package/dist/canvas.mjs +1 -1
- package/dist/characters.mjs +1 -1
- package/dist/{chunk-X4NBVTSJ.mjs → chunk-3SLELYPF.mjs} +1 -1
- package/dist/chunk-6HI66YQL.mjs +1 -0
- package/dist/chunk-XYO5SLSM.mjs +1 -0
- package/dist/core.cjs +1 -1
- package/dist/core.mjs +1 -1
- package/dist/history.d.cts +1 -1
- package/dist/history.d.ts +1 -1
- package/dist/history.mjs +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +272 -166
- package/dist/index.d.ts +272 -166
- package/dist/index.mjs +2 -2
- package/dist/narration.cjs +2 -2
- package/dist/narration.d.cts +3 -3
- package/dist/narration.d.ts +3 -3
- package/dist/narration.mjs +2 -2
- package/dist/sound.cjs +1 -1
- package/dist/sound.d.cts +326 -181
- package/dist/sound.d.ts +326 -181
- package/dist/sound.mjs +1 -1
- package/dist/storage.mjs +1 -1
- package/package.json +11 -8
- package/dist/chunk-4KCAZKAJ.mjs +0 -1
- package/dist/chunk-HNGW4ITF.mjs +0 -1
- package/dist/chunk-YDNEIPJP.mjs +0 -1
package/dist/{HistoryChoiceMenuOption-DM4wqiGt.d.ts → HistoryChoiceMenuOption-BP9Tsbyd.d.ts}
RENAMED
|
@@ -3,7 +3,6 @@ import { Difference } from 'microdiff';
|
|
|
3
3
|
import { a as StorageElementType } from './StorageElementType-DkJ394kq.js';
|
|
4
4
|
|
|
5
5
|
type CloseType = "close";
|
|
6
|
-
declare const Close: CloseType;
|
|
7
6
|
|
|
8
7
|
/**
|
|
9
8
|
* is a string containing the name of the label.
|
|
@@ -180,4 +179,4 @@ type HistoryChoiceMenuOption = {
|
|
|
180
179
|
hidden: boolean;
|
|
181
180
|
};
|
|
182
181
|
|
|
183
|
-
export {
|
|
182
|
+
export type { ChoiceOptionInterface as C, DialogueInterface as D, HistoryStep as H, LabelIdType as L, NarrationHistory as N, OpenedLabel as O, StepLabelType as S, LabelRunModeType as a, CloseChoiceOptionInterface as b, CloseType as c, StepLabelPropsType as d, StepLabelResultType as e, StoredIndexedChoiceInterface as f, StoredChoiceInterface as g, HistoryChoiceMenuOption as h };
|
package/dist/{HistoryChoiceMenuOption-iazqoVVm.d.cts → HistoryChoiceMenuOption-DSSNUXEq.d.cts}
RENAMED
|
@@ -3,7 +3,6 @@ import { Difference } from 'microdiff';
|
|
|
3
3
|
import { a as StorageElementType } from './StorageElementType-DkJ394kq.cjs';
|
|
4
4
|
|
|
5
5
|
type CloseType = "close";
|
|
6
|
-
declare const Close: CloseType;
|
|
7
6
|
|
|
8
7
|
/**
|
|
9
8
|
* is a string containing the name of the label.
|
|
@@ -180,4 +179,4 @@ type HistoryChoiceMenuOption = {
|
|
|
180
179
|
hidden: boolean;
|
|
181
180
|
};
|
|
182
181
|
|
|
183
|
-
export {
|
|
182
|
+
export type { ChoiceOptionInterface as C, DialogueInterface as D, HistoryStep as H, LabelIdType as L, NarrationHistory as N, OpenedLabel as O, StepLabelType as S, LabelRunModeType as a, CloseChoiceOptionInterface as b, CloseType as c, StepLabelPropsType as d, StepLabelResultType as e, StoredIndexedChoiceInterface as f, StoredChoiceInterface as g, HistoryChoiceMenuOption as h };
|