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

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