@internetarchive/bookreader 5.0.0-77 → 5.0.0-77-alpha

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/CHANGELOG.md CHANGED
@@ -1,6 +1,3 @@
1
- # 5.0.0-77
2
- - Fix: side panels - show downloads before visual adjustments @iisa
3
-
4
1
  # 5.0.0-76
5
2
  - Fix: Update bookNavigator shortcut menu ordering @dualcnhq
6
3
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetarchive/bookreader",
3
- "version": "5.0.0-77",
3
+ "version": "5.0.0-77-alpha",
4
4
  "description": "The Internet Archive BookReader.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -71,7 +71,10 @@ export class BookNavigator extends LitElement {
71
71
  'volumes',
72
72
  'chapters',
73
73
  'search',
74
- 'bookmarks'
74
+ 'downloads',
75
+ 'bookmarks',
76
+ 'visualAdjustments',
77
+ 'share'
75
78
  ];
76
79
  }
77
80
 
@@ -313,7 +316,7 @@ export class BookNavigator extends LitElement {
313
316
 
314
317
  if (this.shouldShowDownloadsMenu()) {
315
318
  downloads?.update(this.downloadableTypes);
316
- availableMenus.splice(-2, 0, downloads);
319
+ availableMenus.splice(1, 0, downloads);
317
320
  }
318
321
 
319
322
  const event = new CustomEvent(