@prose-reader/core 1.101.0 → 1.103.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/index.js CHANGED
@@ -4481,6 +4481,18 @@ class InternalNavigator extends DestroyableClass {
4481
4481
  navigation
4482
4482
  };
4483
4483
  }),
4484
+ /**
4485
+ * The spine item may be undefined after a restoration.
4486
+ * eg: after the reader load and the user has never navigated
4487
+ * yet.
4488
+ */
4489
+ withSpineItem({
4490
+ context,
4491
+ navigationResolver,
4492
+ settings,
4493
+ spineItemsManager: spine.spineItemsManager,
4494
+ spineLocator: spine.locator
4495
+ }),
4484
4496
  withSpineItemLayoutInfo({
4485
4497
  spine
4486
4498
  }),