ide-assi 0.501.0 → 0.502.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.
@@ -203217,6 +203217,7 @@ class IdeDiffPopup extends HTMLElement
203217
203217
  display: flex;
203218
203218
  flex-direction: row;
203219
203219
  justify-content: flex-end;
203220
+ z-index: 1;
203220
203221
  }
203221
203222
 
203222
203223
  button.apply {
@@ -203250,7 +203251,7 @@ class IdeDiffPopup extends HTMLElement
203250
203251
  }
203251
203252
 
203252
203253
  #init = () => {
203253
- this.shadowRoot.querySelector(".apply").addEventListener("click", e => {
203254
+ ninegrid.querySelector(".apply", this.shadowRoot).addEventListener("click", e => {
203254
203255
  this.#apply();
203255
203256
  });
203256
203257
  }
@@ -203213,6 +203213,7 @@ class IdeDiffPopup extends HTMLElement
203213
203213
  display: flex;
203214
203214
  flex-direction: row;
203215
203215
  justify-content: flex-end;
203216
+ z-index: 1;
203216
203217
  }
203217
203218
 
203218
203219
  button.apply {
@@ -203246,7 +203247,7 @@ class IdeDiffPopup extends HTMLElement
203246
203247
  }
203247
203248
 
203248
203249
  #init = () => {
203249
- this.shadowRoot.querySelector(".apply").addEventListener("click", e => {
203250
+ ninegrid.querySelector(".apply", this.shadowRoot).addEventListener("click", e => {
203250
203251
  this.#apply();
203251
203252
  });
203252
203253
  }
@@ -25,6 +25,7 @@ class IdeDiffPopup extends HTMLElement
25
25
  display: flex;
26
26
  flex-direction: row;
27
27
  justify-content: flex-end;
28
+ z-index: 1;
28
29
  }
29
30
 
30
31
  button.apply {
@@ -58,7 +59,7 @@ class IdeDiffPopup extends HTMLElement
58
59
  }
59
60
 
60
61
  #init = () => {
61
- this.shadowRoot.querySelector(".apply").addEventListener("click", e => {
62
+ ninegrid.querySelector(".apply", this.shadowRoot).addEventListener("click", e => {
62
63
  this.#apply();
63
64
  });
64
65
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.501.0",
4
+ "version": "0.502.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -25,6 +25,7 @@ class IdeDiffPopup extends HTMLElement
25
25
  display: flex;
26
26
  flex-direction: row;
27
27
  justify-content: flex-end;
28
+ z-index: 1;
28
29
  }
29
30
 
30
31
  button.apply {
@@ -58,7 +59,7 @@ class IdeDiffPopup extends HTMLElement
58
59
  }
59
60
 
60
61
  #init = () => {
61
- this.shadowRoot.querySelector(".apply").addEventListener("click", e => {
62
+ ninegrid.querySelector(".apply", this.shadowRoot).addEventListener("click", e => {
62
63
  this.#apply();
63
64
  });
64
65
  }