@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.
@@ -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 { type ChoiceOptionInterface as C, type DialogueInterface as D, type HistoryStep as H, type LabelIdType as L, type NarrationHistory as N, type OpenedLabel as O, type StepLabelType as S, type LabelRunModeType as a, type CloseChoiceOptionInterface as b, type CloseType as c, type StepLabelPropsType as d, type StepLabelResultType as e, type StoredIndexedChoiceInterface as f, type StoredChoiceInterface as g, Close as h, type HistoryChoiceMenuOption as i };
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 };
@@ -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 { type ChoiceOptionInterface as C, type DialogueInterface as D, type HistoryStep as H, type LabelIdType as L, type NarrationHistory as N, type OpenedLabel as O, type StepLabelType as S, type LabelRunModeType as a, type CloseChoiceOptionInterface as b, type CloseType as c, type StepLabelPropsType as d, type StepLabelResultType as e, type StoredIndexedChoiceInterface as f, type StoredChoiceInterface as g, Close as h, type HistoryChoiceMenuOption as i };
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 };