@internetarchive/ia-topnav 1.1.29 → 1.1.30-alpha.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/.eslintrc CHANGED
File without changes
File without changes
File without changes
File without changes
package/LICENSE CHANGED
File without changes
package/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetarchive/ia-topnav",
3
- "version": "1.1.29",
3
+ "version": "1.1.30-alpha.0",
4
4
  "description": "Top nav for Internet Archive",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "index.js",
package/src/ia-topnav.js CHANGED
@@ -89,7 +89,7 @@ export default class IATopNav extends LitElement {
89
89
  menuSetup() {
90
90
  this.localLinks = this.getAttribute('localLinks') !== 'false' && this.getAttribute('localLinks') !== false;
91
91
  this.username = this.getAttribute('username')
92
- this.screenName = this.username; // set screenName when username changes to display
92
+ this.screenName = this.getAttribute('screenName') // this.username; // set screenName when username changes to display
93
93
  this.waybackPagesArchived = this.getAttribute('waybackPagesArchived') ?? ''
94
94
 
95
95
  // ensure we update other components that use `baseHost`
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes