ide-assi 0.545.0 → 0.546.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.
@@ -202933,7 +202933,7 @@ class IdeLoadingTips extends HTMLElement {
202933
202933
 
202934
202934
 
202935
202935
  .loading-animation {
202936
- animation: spin 1s linear infinite;
202936
+ --animation: spin 1s linear infinite;
202937
202937
  }
202938
202938
 
202939
202939
  @keyframes spin {
@@ -202942,7 +202942,9 @@ class IdeLoadingTips extends HTMLElement {
202942
202942
  }
202943
202943
  </style>
202944
202944
  <div class="chat-message loading-tips-message">
202945
- <div class="loading-animation"></div>
202945
+ <div class="loading-animation-wrapper">
202946
+ <div class="loading-animation"></div>
202947
+ </div>
202946
202948
  <div class="tip-content">
202947
202949
  <p class="current-tip"></p>
202948
202950
  <div class="tip-image-container">
@@ -202929,7 +202929,7 @@ class IdeLoadingTips extends HTMLElement {
202929
202929
 
202930
202930
 
202931
202931
  .loading-animation {
202932
- animation: spin 1s linear infinite;
202932
+ --animation: spin 1s linear infinite;
202933
202933
  }
202934
202934
 
202935
202935
  @keyframes spin {
@@ -202938,7 +202938,9 @@ class IdeLoadingTips extends HTMLElement {
202938
202938
  }
202939
202939
  </style>
202940
202940
  <div class="chat-message loading-tips-message">
202941
- <div class="loading-animation"></div>
202941
+ <div class="loading-animation-wrapper">
202942
+ <div class="loading-animation"></div>
202943
+ </div>
202942
202944
  <div class="tip-content">
202943
202945
  <p class="current-tip"></p>
202944
202946
  <div class="tip-image-container">
@@ -34,7 +34,7 @@ class IdeLoadingTips extends HTMLElement {
34
34
 
35
35
 
36
36
  .loading-animation {
37
- animation: spin 1s linear infinite;
37
+ --animation: spin 1s linear infinite;
38
38
  }
39
39
 
40
40
  @keyframes spin {
@@ -43,7 +43,9 @@ class IdeLoadingTips extends HTMLElement {
43
43
  }
44
44
  </style>
45
45
  <div class="chat-message loading-tips-message">
46
- <div class="loading-animation"></div>
46
+ <div class="loading-animation-wrapper">
47
+ <div class="loading-animation"></div>
48
+ </div>
47
49
  <div class="tip-content">
48
50
  <p class="current-tip"></p>
49
51
  <div class="tip-image-container">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.545.0",
4
+ "version": "0.546.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -34,7 +34,7 @@ class IdeLoadingTips extends HTMLElement {
34
34
 
35
35
 
36
36
  .loading-animation {
37
- animation: spin 1s linear infinite;
37
+ --animation: spin 1s linear infinite;
38
38
  }
39
39
 
40
40
  @keyframes spin {
@@ -43,7 +43,9 @@ class IdeLoadingTips extends HTMLElement {
43
43
  }
44
44
  </style>
45
45
  <div class="chat-message loading-tips-message">
46
- <div class="loading-animation"></div>
46
+ <div class="loading-animation-wrapper">
47
+ <div class="loading-animation"></div>
48
+ </div>
47
49
  <div class="tip-content">
48
50
  <p class="current-tip"></p>
49
51
  <div class="tip-image-container">