@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 +0 -0
- package/.storybook/.babelrc +0 -0
- package/.storybook/addons.js +0 -0
- package/.storybook/config.js +0 -0
- package/LICENSE +0 -0
- package/index.js +0 -0
- package/package.json +1 -1
- package/src/ia-topnav.js +1 -1
- package/src/lib/location-handler.js +0 -0
- package/src/lib/toSentenceCase.js +0 -0
- package/stories/topnav-element.stories.js +0 -0
- package/test/assets/img/hamburger.test.js +0 -0
- package/test/assets/img/user.test.js +0 -0
- package/test/dropdown-menu.test.js +0 -0
- package/test/ia-icon.test.js +0 -0
- package/test/login-button.test.js +0 -0
- package/test/media-button.test.js +0 -0
- package/test/save-page-form.test.js +0 -0
- package/test/wayback-slider.test.js +0 -0
package/.eslintrc
CHANGED
|
File without changes
|
package/.storybook/.babelrc
CHANGED
|
File without changes
|
package/.storybook/addons.js
CHANGED
|
File without changes
|
package/.storybook/config.js
CHANGED
|
File without changes
|
package/LICENSE
CHANGED
|
File without changes
|
package/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
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
|
package/test/ia-icon.test.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|