ide-assi 0.583.0 → 0.585.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.
@@ -202953,27 +202953,23 @@ class IdeLoadingTips extends HTMLElement {
202953
202953
  <div class="loading-animation-wrapper">
202954
202954
  <div class="loading-animation"></div>
202955
202955
  </div>
202956
- <div class="image-wrapper">
202957
- <img class="tip-image" src="" alt="팁 관련 이미지">
202956
+ <div class="tip-content">
202957
+ <div class="tip-image-container">
202958
+ <img class="tip-image" src="" alt="팁 관련 이미지">
202959
+ </div>
202958
202960
  </div>
202959
202961
  <div class="current-tip-wrapper">
202960
202962
  <p class="current-tip"></p>
202961
202963
  </div>
202962
202964
  </div>
202963
202965
  `;
202964
- /**
202965
- <div class="tip-content">
202966
- <div class="tip-image-container">
202967
- <img class="tip-image" src="" alt="팁 관련 이미지">
202968
- </div>
202969
- </div> */
202970
202966
 
202971
202967
  // Cache DOM element references
202972
202968
  this.tipElement = this.shadowRoot.querySelector('.current-tip');
202973
202969
  this.loadingAnimation = this.shadowRoot.querySelector('.loading-animation');
202974
202970
  this.loadingAnimationWrapper = this.shadowRoot.querySelector('.loading-animation-wrapper'); // 새롭게 추가된 래퍼 참조
202975
202971
  this.tipImageElement = this.shadowRoot.querySelector('.tip-image');
202976
- this.tipImageContainer = this.shadowRoot.querySelector('.image-wrapper');
202972
+ this.tipImageContainer = this.shadowRoot.querySelector('.tip-image-container');
202977
202973
  }
202978
202974
 
202979
202975
  disconnectedCallback() {
@@ -202949,27 +202949,23 @@ class IdeLoadingTips extends HTMLElement {
202949
202949
  <div class="loading-animation-wrapper">
202950
202950
  <div class="loading-animation"></div>
202951
202951
  </div>
202952
- <div class="image-wrapper">
202953
- <img class="tip-image" src="" alt="팁 관련 이미지">
202952
+ <div class="tip-content">
202953
+ <div class="tip-image-container">
202954
+ <img class="tip-image" src="" alt="팁 관련 이미지">
202955
+ </div>
202954
202956
  </div>
202955
202957
  <div class="current-tip-wrapper">
202956
202958
  <p class="current-tip"></p>
202957
202959
  </div>
202958
202960
  </div>
202959
202961
  `;
202960
- /**
202961
- <div class="tip-content">
202962
- <div class="tip-image-container">
202963
- <img class="tip-image" src="" alt="팁 관련 이미지">
202964
- </div>
202965
- </div> */
202966
202962
 
202967
202963
  // Cache DOM element references
202968
202964
  this.tipElement = this.shadowRoot.querySelector('.current-tip');
202969
202965
  this.loadingAnimation = this.shadowRoot.querySelector('.loading-animation');
202970
202966
  this.loadingAnimationWrapper = this.shadowRoot.querySelector('.loading-animation-wrapper'); // 새롭게 추가된 래퍼 참조
202971
202967
  this.tipImageElement = this.shadowRoot.querySelector('.tip-image');
202972
- this.tipImageContainer = this.shadowRoot.querySelector('.image-wrapper');
202968
+ this.tipImageContainer = this.shadowRoot.querySelector('.tip-image-container');
202973
202969
  }
202974
202970
 
202975
202971
  disconnectedCallback() {
@@ -46,27 +46,23 @@ class IdeLoadingTips extends HTMLElement {
46
46
  <div class="loading-animation-wrapper">
47
47
  <div class="loading-animation"></div>
48
48
  </div>
49
- <div class="image-wrapper">
50
- <img class="tip-image" src="" alt="팁 관련 이미지">
49
+ <div class="tip-content">
50
+ <div class="tip-image-container">
51
+ <img class="tip-image" src="" alt="팁 관련 이미지">
52
+ </div>
51
53
  </div>
52
54
  <div class="current-tip-wrapper">
53
55
  <p class="current-tip"></p>
54
56
  </div>
55
57
  </div>
56
58
  `;
57
- /**
58
- <div class="tip-content">
59
- <div class="tip-image-container">
60
- <img class="tip-image" src="" alt="팁 관련 이미지">
61
- </div>
62
- </div> */
63
59
 
64
60
  // Cache DOM element references
65
61
  this.tipElement = this.shadowRoot.querySelector('.current-tip');
66
62
  this.loadingAnimation = this.shadowRoot.querySelector('.loading-animation');
67
63
  this.loadingAnimationWrapper = this.shadowRoot.querySelector('.loading-animation-wrapper'); // 새롭게 추가된 래퍼 참조
68
64
  this.tipImageElement = this.shadowRoot.querySelector('.tip-image');
69
- this.tipImageContainer = this.shadowRoot.querySelector('.image-wrapper');
65
+ this.tipImageContainer = this.shadowRoot.querySelector('.tip-image-container');
70
66
  }
71
67
 
72
68
  disconnectedCallback() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.583.0",
4
+ "version": "0.585.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -46,27 +46,23 @@ class IdeLoadingTips extends HTMLElement {
46
46
  <div class="loading-animation-wrapper">
47
47
  <div class="loading-animation"></div>
48
48
  </div>
49
- <div class="image-wrapper">
50
- <img class="tip-image" src="" alt="팁 관련 이미지">
49
+ <div class="tip-content">
50
+ <div class="tip-image-container">
51
+ <img class="tip-image" src="" alt="팁 관련 이미지">
52
+ </div>
51
53
  </div>
52
54
  <div class="current-tip-wrapper">
53
55
  <p class="current-tip"></p>
54
56
  </div>
55
57
  </div>
56
58
  `;
57
- /**
58
- <div class="tip-content">
59
- <div class="tip-image-container">
60
- <img class="tip-image" src="" alt="팁 관련 이미지">
61
- </div>
62
- </div> */
63
59
 
64
60
  // Cache DOM element references
65
61
  this.tipElement = this.shadowRoot.querySelector('.current-tip');
66
62
  this.loadingAnimation = this.shadowRoot.querySelector('.loading-animation');
67
63
  this.loadingAnimationWrapper = this.shadowRoot.querySelector('.loading-animation-wrapper'); // 새롭게 추가된 래퍼 참조
68
64
  this.tipImageElement = this.shadowRoot.querySelector('.tip-image');
69
- this.tipImageContainer = this.shadowRoot.querySelector('.image-wrapper');
65
+ this.tipImageContainer = this.shadowRoot.querySelector('.tip-image-container');
70
66
  }
71
67
 
72
68
  disconnectedCallback() {