narrat 3.9.7 → 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.
@@ -564,7 +564,7 @@ export declare const sourceAllStores: {
564
564
  };
565
565
  skills: import("../stores/skills").SkillsState;
566
566
  };
567
- screen: {
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
- screen: {
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
- screen: {
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
- screen: {
2571
+ screens: {
2572
2572
  layers: (string | null)[];
2573
2573
  buttons: import("../stores/screens-store").ButtonsState;
2574
2574
  };
package/dist/narrat.es.js CHANGED
@@ -4669,7 +4669,7 @@ const uu = f.Type.Object({
4669
4669
  function Oh(e) {
4670
4670
  return e === _o || e === oa || e === kh || e === bo;
4671
4671
  }
4672
- const Ah = "3.9.7", Eh = /* @__PURE__ */ new Date("2024-02-03T15:09:28.490Z"), Ih = 400, To = 20, Vo = "@empty", Pl = {
4672
+ const Ah = "3.9.8", Eh = /* @__PURE__ */ new Date("2024-02-19T14:24:03.786Z"), Ih = 400, To = 20, Vo = "@empty", Pl = {
4673
4673
  background: Vo
4674
4674
  }, Ph = f.Type.Optional(
4675
4675
  f.Type.Object({
@@ -8358,8 +8358,8 @@ const u_ = { class: "used-save-slot flex flex-row justify-between items-center g
8358
8358
  });
8359
8359
  const l = le(((F = r.saveSlot.saveData) == null ? void 0 : F.metadata.name) ?? "Empty Save"), u = le(0), c = V(() => r.saveSlot.saveData !== null), m = V(() => r.saveSlot.saveData), a = V(() => de().saves.mode), d = V(() => {
8360
8360
  const B = r.saveSlot.saveData;
8361
- if (B && B.screen.layers[0]) {
8362
- const L = Ji(B.screen.layers[0]);
8361
+ if (B && B.screens.layers[0]) {
8362
+ const L = Ji(B.screens.layers[0]);
8363
8363
  if (L)
8364
8364
  return {
8365
8365
  backgroundImage: `url(${Xi(L.background)})`