@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.
@@ -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}"]`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biggive/components",
3
- "version": "1.0.170",
3
+ "version": "1.0.171",
4
4
  "description": "Big Give Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",