@biggive/components 1.0.170 → 1.0.171
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/biggive/biggive.esm.js +1 -1
- package/dist/biggive/{p-3a76e4f7.entry.js → p-78e57e88.entry.js} +1 -1
- package/dist/cjs/biggive-back-to-top_27.cjs.entry.js +1 -0
- package/dist/collection/components/biggive-header/biggive-header.js +1 -0
- package/dist/components/biggive-header.js +1 -0
- package/dist/esm/biggive-back-to-top_27.entry.js +1 -0
- package/hydrate/index.js +1 -0
- package/package.json +1 -1
|
@@ -402,6 +402,7 @@ const BiggiveHeader = class {
|
|
|
402
402
|
}
|
|
403
403
|
async closeMenuFromOutside() {
|
|
404
404
|
this.host.shadowRoot.querySelector('.nav-primary').setAttribute('data-visible', 'false');
|
|
405
|
+
this.host.shadowRoot.querySelector('.nav-toggle').classList.remove('active');
|
|
405
406
|
}
|
|
406
407
|
appendMenu(menuName) {
|
|
407
408
|
var node = this.host.querySelector(`[slot="${menuName}"]`);
|
|
@@ -17,6 +17,7 @@ export class BiggiveHeader {
|
|
|
17
17
|
}
|
|
18
18
|
async closeMenuFromOutside() {
|
|
19
19
|
this.host.shadowRoot.querySelector('.nav-primary').setAttribute('data-visible', 'false');
|
|
20
|
+
this.host.shadowRoot.querySelector('.nav-toggle').classList.remove('active');
|
|
20
21
|
}
|
|
21
22
|
appendMenu(menuName) {
|
|
22
23
|
var node = this.host.querySelector(`[slot="${menuName}"]`);
|
|
@@ -23,6 +23,7 @@ const BiggiveHeader$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLEleme
|
|
|
23
23
|
}
|
|
24
24
|
async closeMenuFromOutside() {
|
|
25
25
|
this.host.shadowRoot.querySelector('.nav-primary').setAttribute('data-visible', 'false');
|
|
26
|
+
this.host.shadowRoot.querySelector('.nav-toggle').classList.remove('active');
|
|
26
27
|
}
|
|
27
28
|
appendMenu(menuName) {
|
|
28
29
|
var node = this.host.querySelector(`[slot="${menuName}"]`);
|
|
@@ -398,6 +398,7 @@ const BiggiveHeader = class {
|
|
|
398
398
|
}
|
|
399
399
|
async closeMenuFromOutside() {
|
|
400
400
|
this.host.shadowRoot.querySelector('.nav-primary').setAttribute('data-visible', 'false');
|
|
401
|
+
this.host.shadowRoot.querySelector('.nav-toggle').classList.remove('active');
|
|
401
402
|
}
|
|
402
403
|
appendMenu(menuName) {
|
|
403
404
|
var node = this.host.querySelector(`[slot="${menuName}"]`);
|
package/hydrate/index.js
CHANGED
|
@@ -7051,6 +7051,7 @@ class BiggiveHeader {
|
|
|
7051
7051
|
}
|
|
7052
7052
|
async closeMenuFromOutside() {
|
|
7053
7053
|
this.host.shadowRoot.querySelector('.nav-primary').setAttribute('data-visible', 'false');
|
|
7054
|
+
this.host.shadowRoot.querySelector('.nav-toggle').classList.remove('active');
|
|
7054
7055
|
}
|
|
7055
7056
|
appendMenu(menuName) {
|
|
7056
7057
|
var node = this.host.querySelector(`[slot="${menuName}"]`);
|