ide-assi 0.547.0 → 0.549.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.
@@ -203025,7 +203025,7 @@ class IdeLoadingTips extends HTMLElement {
203025
203025
  clearInterval(this.#imageIntervalId);
203026
203026
  this.#imageIntervalId = null;
203027
203027
  }
203028
- this.loadingAnimation.style.display = 'none';
203028
+ this.loadingAnimationWrapper.style.display = 'none';
203029
203029
  this.tipImageElement.style.display = 'none'; // Hide image
203030
203030
  this.tipImageElement.src = ''; // Clear image source
203031
203031
  this.tipImageContainer.style.display = 'none'; // Hide image container
@@ -203021,7 +203021,7 @@ class IdeLoadingTips extends HTMLElement {
203021
203021
  clearInterval(this.#imageIntervalId);
203022
203022
  this.#imageIntervalId = null;
203023
203023
  }
203024
- this.loadingAnimation.style.display = 'none';
203024
+ this.loadingAnimationWrapper.style.display = 'none';
203025
203025
  this.tipImageElement.style.display = 'none'; // Hide image
203026
203026
  this.tipImageElement.src = ''; // Clear image source
203027
203027
  this.tipImageContainer.style.display = 'none'; // Hide image container
@@ -126,7 +126,7 @@ class IdeLoadingTips extends HTMLElement {
126
126
  clearInterval(this.#imageIntervalId);
127
127
  this.#imageIntervalId = null;
128
128
  }
129
- this.loadingAnimation.style.display = 'none';
129
+ this.loadingAnimationWrapper.style.display = 'none';
130
130
  this.tipImageElement.style.display = 'none'; // Hide image
131
131
  this.tipImageElement.src = ''; // Clear image source
132
132
  this.tipImageContainer.style.display = 'none'; // Hide image container
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.547.0",
4
+ "version": "0.549.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -126,7 +126,7 @@ class IdeLoadingTips extends HTMLElement {
126
126
  clearInterval(this.#imageIntervalId);
127
127
  this.#imageIntervalId = null;
128
128
  }
129
- this.loadingAnimation.style.display = 'none';
129
+ this.loadingAnimationWrapper.style.display = 'none';
130
130
  this.tipImageElement.style.display = 'none'; // Hide image
131
131
  this.tipImageElement.src = ''; // Clear image source
132
132
  this.tipImageContainer.style.display = 'none'; // Hide image container