ide-assi 0.568.0 → 0.570.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.
@@ -202643,7 +202643,7 @@ class IdeAssi extends HTMLElement
202643
202643
  tipPopup.classList.add("fade");
202644
202644
  this.shadowRoot.appendChild(tipPopup);
202645
202645
 
202646
- const diffPopup = document.createElement('ide-tip-popup');
202646
+ const diffPopup = document.createElement('ide-diff-popup');
202647
202647
  diffPopup.classList.add("fade");
202648
202648
  this.shadowRoot.appendChild(diffPopup);
202649
202649
 
@@ -202639,7 +202639,7 @@ class IdeAssi extends HTMLElement
202639
202639
  tipPopup.classList.add("fade");
202640
202640
  this.shadowRoot.appendChild(tipPopup);
202641
202641
 
202642
- const diffPopup = document.createElement('ide-tip-popup');
202642
+ const diffPopup = document.createElement('ide-diff-popup');
202643
202643
  diffPopup.classList.add("fade");
202644
202644
  this.shadowRoot.appendChild(diffPopup);
202645
202645
 
@@ -104,7 +104,7 @@ export class IdeAssi extends HTMLElement
104
104
  tipPopup.classList.add("fade");
105
105
  this.shadowRoot.appendChild(tipPopup);
106
106
 
107
- const diffPopup = document.createElement('ide-tip-popup');
107
+ const diffPopup = document.createElement('ide-diff-popup');
108
108
  diffPopup.classList.add("fade");
109
109
  this.shadowRoot.appendChild(diffPopup);
110
110
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.568.0",
4
+ "version": "0.570.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -104,7 +104,7 @@ export class IdeAssi extends HTMLElement
104
104
  tipPopup.classList.add("fade");
105
105
  this.shadowRoot.appendChild(tipPopup);
106
106
 
107
- const diffPopup = document.createElement('ide-tip-popup');
107
+ const diffPopup = document.createElement('ide-diff-popup');
108
108
  diffPopup.classList.add("fade");
109
109
  this.shadowRoot.appendChild(diffPopup);
110
110