narrat 3.9.6 → 3.9.8
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/data/all-stores.d.ts +4 -4
- package/dist/narrat.es.js +8317 -8348
- package/dist/narrat.es.js.map +1 -1
- package/dist/narrat.umd.js +49 -49
- package/dist/narrat.umd.js.map +1 -1
- package/dist/stores/main-store.d.ts +4 -4
- package/dist/types/game-save.d.ts +1 -1
- package/package.json +4 -4
|
@@ -564,7 +564,7 @@ export declare const sourceAllStores: {
|
|
|
564
564
|
};
|
|
565
565
|
skills: import("../stores/skills").SkillsState;
|
|
566
566
|
};
|
|
567
|
-
|
|
567
|
+
screens: {
|
|
568
568
|
layers: (string | null)[];
|
|
569
569
|
buttons: import("../stores/screens-store").ButtonsState;
|
|
570
570
|
};
|
|
@@ -1232,7 +1232,7 @@ export declare const sourceAllStores: {
|
|
|
1232
1232
|
};
|
|
1233
1233
|
skills: import("../stores/skills").SkillsState;
|
|
1234
1234
|
};
|
|
1235
|
-
|
|
1235
|
+
screens: {
|
|
1236
1236
|
layers: (string | null)[];
|
|
1237
1237
|
buttons: import("../stores/screens-store").ButtonsState;
|
|
1238
1238
|
};
|
|
@@ -1900,7 +1900,7 @@ export declare const sourceAllStores: {
|
|
|
1900
1900
|
};
|
|
1901
1901
|
skills: import("../stores/skills").SkillsState;
|
|
1902
1902
|
};
|
|
1903
|
-
|
|
1903
|
+
screens: {
|
|
1904
1904
|
layers: (string | null)[];
|
|
1905
1905
|
buttons: import("../stores/screens-store").ButtonsState;
|
|
1906
1906
|
};
|
|
@@ -2568,7 +2568,7 @@ export declare const sourceAllStores: {
|
|
|
2568
2568
|
};
|
|
2569
2569
|
skills: import("../stores/skills").SkillsState;
|
|
2570
2570
|
};
|
|
2571
|
-
|
|
2571
|
+
screens: {
|
|
2572
2572
|
layers: (string | null)[];
|
|
2573
2573
|
buttons: import("../stores/screens-store").ButtonsState;
|
|
2574
2574
|
};
|