@drincs/pixi-vn 1.2.0 → 1.2.2

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.
@@ -8,7 +8,7 @@ type HistoryChoiceMenuOption = {
8
8
  /**
9
9
  * Text to be displayed in the menu
10
10
  */
11
- text: string;
11
+ text: string | string[];
12
12
  /**
13
13
  * Method used to open the label, or close the menu.
14
14
  */
@@ -8,7 +8,7 @@ type HistoryChoiceMenuOption = {
8
8
  /**
9
9
  * Text to be displayed in the menu
10
10
  */
11
- text: string;
11
+ text: string | string[];
12
12
  /**
13
13
  * Method used to open the label, or close the menu.
14
14
  */
@@ -42,7 +42,7 @@ declare module "@drincs/pixi-vn" {
42
42
  /**
43
43
  * Text to be displayed in the menu
44
44
  */
45
- text: string;
45
+ text: string | string[];
46
46
  /**
47
47
  * Label Id to be opened when the option is selected
48
48
  */
@@ -42,7 +42,7 @@ declare module "@drincs/pixi-vn" {
42
42
  /**
43
43
  * Text to be displayed in the menu
44
44
  */
45
- text: string;
45
+ text: string | string[];
46
46
  /**
47
47
  * Label Id to be opened when the option is selected
48
48
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drincs/pixi-vn",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "type": "module",
5
5
  "description": "Pixi'VN is a npm package that provides various features for creating visual novels.",
6
6
  "main": "./dist/index.cjs",