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.
package/dist/bundle.cjs.js
CHANGED
|
@@ -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-
|
|
202646
|
+
const diffPopup = document.createElement('ide-diff-popup');
|
|
202647
202647
|
diffPopup.classList.add("fade");
|
|
202648
202648
|
this.shadowRoot.appendChild(diffPopup);
|
|
202649
202649
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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-
|
|
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-
|
|
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
|
@@ -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-
|
|
107
|
+
const diffPopup = document.createElement('ide-diff-popup');
|
|
108
108
|
diffPopup.classList.add("fade");
|
|
109
109
|
this.shadowRoot.appendChild(diffPopup);
|
|
110
110
|
|