ide-assi 0.304.0 → 0.306.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.
@@ -194114,7 +194114,7 @@ class IdeAssi extends HTMLElement
194114
194114
 
194115
194115
  e.preventDefault();
194116
194116
 
194117
- this.shadowRoot.querySelector('ide-diff-popup').remove();
194117
+ //this.shadowRoot.querySelector('ide-diff-popup').remove();
194118
194118
 
194119
194119
  const a = this.shadowRoot.appendChild(document.createElement('ide-diff-popup'));
194120
194120
  console.log(a);
@@ -194110,7 +194110,7 @@ class IdeAssi extends HTMLElement
194110
194110
 
194111
194111
  e.preventDefault();
194112
194112
 
194113
- this.shadowRoot.querySelector('ide-diff-popup').remove();
194113
+ //this.shadowRoot.querySelector('ide-diff-popup').remove();
194114
194114
 
194115
194115
  const a = this.shadowRoot.appendChild(document.createElement('ide-diff-popup'));
194116
194116
  console.log(a);
@@ -118,7 +118,7 @@ export class IdeAssi extends HTMLElement
118
118
 
119
119
  e.preventDefault();
120
120
 
121
- this.shadowRoot.querySelector('ide-diff-popup').remove();
121
+ //this.shadowRoot.querySelector('ide-diff-popup').remove();
122
122
 
123
123
  const a = this.shadowRoot.appendChild(document.createElement('ide-diff-popup'));
124
124
  console.log(a);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.304.0",
4
+ "version": "0.306.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -118,7 +118,7 @@ export class IdeAssi extends HTMLElement
118
118
 
119
119
  e.preventDefault();
120
120
 
121
- this.shadowRoot.querySelector('ide-diff-popup').remove();
121
+ //this.shadowRoot.querySelector('ide-diff-popup').remove();
122
122
 
123
123
  const a = this.shadowRoot.appendChild(document.createElement('ide-diff-popup'));
124
124
  console.log(a);