ide-assi 0.538.0 → 0.540.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.
@@ -202935,12 +202935,14 @@ class IdeLoadingTips extends HTMLElement {
202935
202935
  :host {
202936
202936
  display: flex;
202937
202937
  justify-content: flex-start;
202938
- padding: 5px;
202938
+ --padding: 5px;
202939
202939
  flex-direction: column;
202940
+ width: 100%;
202941
+ height: 100%;
202940
202942
  }
202941
202943
 
202942
202944
  .chat-message.loading-tips-message {
202943
- max-width: 80%;
202945
+ --max-width: 80%;
202944
202946
  border-radius: 8px;
202945
202947
  font-size: 14px;
202946
202948
  background-color: #fff;
@@ -202949,11 +202951,11 @@ class IdeLoadingTips extends HTMLElement {
202949
202951
  text-align: left;
202950
202952
  position: relative;
202951
202953
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
202952
- padding: 12px 16px;
202954
+ --padding: 12px 16px;
202953
202955
  display: flex;
202954
202956
  flex-direction: column;
202955
202957
  align-items: flex-start;
202956
- padding-bottom: 8px; /* Adjusted for image container */
202958
+ --padding-bottom: 8px; /* Adjusted for image container */
202957
202959
  }
202958
202960
 
202959
202961
  .loading-animation {
@@ -202931,12 +202931,14 @@ class IdeLoadingTips extends HTMLElement {
202931
202931
  :host {
202932
202932
  display: flex;
202933
202933
  justify-content: flex-start;
202934
- padding: 5px;
202934
+ --padding: 5px;
202935
202935
  flex-direction: column;
202936
+ width: 100%;
202937
+ height: 100%;
202936
202938
  }
202937
202939
 
202938
202940
  .chat-message.loading-tips-message {
202939
- max-width: 80%;
202941
+ --max-width: 80%;
202940
202942
  border-radius: 8px;
202941
202943
  font-size: 14px;
202942
202944
  background-color: #fff;
@@ -202945,11 +202947,11 @@ class IdeLoadingTips extends HTMLElement {
202945
202947
  text-align: left;
202946
202948
  position: relative;
202947
202949
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
202948
- padding: 12px 16px;
202950
+ --padding: 12px 16px;
202949
202951
  display: flex;
202950
202952
  flex-direction: column;
202951
202953
  align-items: flex-start;
202952
- padding-bottom: 8px; /* Adjusted for image container */
202954
+ --padding-bottom: 8px; /* Adjusted for image container */
202953
202955
  }
202954
202956
 
202955
202957
  .loading-animation {
@@ -36,12 +36,14 @@ class IdeLoadingTips extends HTMLElement {
36
36
  :host {
37
37
  display: flex;
38
38
  justify-content: flex-start;
39
- padding: 5px;
39
+ --padding: 5px;
40
40
  flex-direction: column;
41
+ width: 100%;
42
+ height: 100%;
41
43
  }
42
44
 
43
45
  .chat-message.loading-tips-message {
44
- max-width: 80%;
46
+ --max-width: 80%;
45
47
  border-radius: 8px;
46
48
  font-size: 14px;
47
49
  background-color: #fff;
@@ -50,11 +52,11 @@ class IdeLoadingTips extends HTMLElement {
50
52
  text-align: left;
51
53
  position: relative;
52
54
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
53
- padding: 12px 16px;
55
+ --padding: 12px 16px;
54
56
  display: flex;
55
57
  flex-direction: column;
56
58
  align-items: flex-start;
57
- padding-bottom: 8px; /* Adjusted for image container */
59
+ --padding-bottom: 8px; /* Adjusted for image container */
58
60
  }
59
61
 
60
62
  .loading-animation {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.538.0",
4
+ "version": "0.540.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -36,12 +36,14 @@ class IdeLoadingTips extends HTMLElement {
36
36
  :host {
37
37
  display: flex;
38
38
  justify-content: flex-start;
39
- padding: 5px;
39
+ --padding: 5px;
40
40
  flex-direction: column;
41
+ width: 100%;
42
+ height: 100%;
41
43
  }
42
44
 
43
45
  .chat-message.loading-tips-message {
44
- max-width: 80%;
46
+ --max-width: 80%;
45
47
  border-radius: 8px;
46
48
  font-size: 14px;
47
49
  background-color: #fff;
@@ -50,11 +52,11 @@ class IdeLoadingTips extends HTMLElement {
50
52
  text-align: left;
51
53
  position: relative;
52
54
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
53
- padding: 12px 16px;
55
+ --padding: 12px 16px;
54
56
  display: flex;
55
57
  flex-direction: column;
56
58
  align-items: flex-start;
57
- padding-bottom: 8px; /* Adjusted for image container */
59
+ --padding-bottom: 8px; /* Adjusted for image container */
58
60
  }
59
61
 
60
62
  .loading-animation {