ide-assi 0.536.0 → 0.538.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.
@@ -202706,7 +202706,7 @@ class IdeAssi extends HTMLElement
202706
202706
  this.shadowRoot.querySelector("ide-tip-popup").popup();
202707
202707
 
202708
202708
  setTimeout(() => {
202709
- this.shadowRoot.querySelector("ide-tip-popup").close();
202709
+ //this.shadowRoot.querySelector("ide-tip-popup").close();
202710
202710
  }, 9000);
202711
202711
 
202712
202712
  /**
@@ -203178,29 +203178,16 @@ class IdeTipPopup extends HTMLElement {
203178
203178
  ${ninegrid.getCustomPath(this,"ideAssi.css")}
203179
203179
 
203180
203180
  /* ide-tip-popup 전용 스타일 (필요시 추가) */
203181
- .dialog-header {
203182
- font-size: 1.2em;
203183
- font-weight: bold;
203184
- margin-bottom: 15px;
203185
- text-align: center;
203186
- color: #333;
203187
- padding-top: 10px; /* 헤더 위 공간 */
203188
- }
203189
203181
  .dialog-content {
203190
203182
  /* aiLoadingTips가 들어갈 컨테이너 */
203191
- padding: 0 5px;
203192
- }
203193
- /* nx-dialog의 닫기 버튼과 겹치지 않도록 조정 */
203194
- nx-dialog::part(close-button) { /* nx-dialog의 내부 닫기 버튼에 접근 */
203195
- top: 10px;
203196
- right: 10px;
203183
+ --padding: 0;
203184
+ width: 100%;
203185
+ height: 100%;
203197
203186
  }
203198
203187
  </style>
203199
203188
 
203200
203189
  <nx-dialog>
203201
- <div slot="header" class="dialog-header">AI가 답변을 준비 중입니다...</div>
203202
203190
  <div class="dialog-content"></div>
203203
- <div slot="footer" class="dialog-footer"></div>
203204
203191
  </nx-dialog>
203205
203192
  `;
203206
203193
 
@@ -202702,7 +202702,7 @@ class IdeAssi extends HTMLElement
202702
202702
  this.shadowRoot.querySelector("ide-tip-popup").popup();
202703
202703
 
202704
202704
  setTimeout(() => {
202705
- this.shadowRoot.querySelector("ide-tip-popup").close();
202705
+ //this.shadowRoot.querySelector("ide-tip-popup").close();
202706
202706
  }, 9000);
202707
202707
 
202708
202708
  /**
@@ -203174,29 +203174,16 @@ class IdeTipPopup extends HTMLElement {
203174
203174
  ${ninegrid.getCustomPath(this,"ideAssi.css")}
203175
203175
 
203176
203176
  /* ide-tip-popup 전용 스타일 (필요시 추가) */
203177
- .dialog-header {
203178
- font-size: 1.2em;
203179
- font-weight: bold;
203180
- margin-bottom: 15px;
203181
- text-align: center;
203182
- color: #333;
203183
- padding-top: 10px; /* 헤더 위 공간 */
203184
- }
203185
203177
  .dialog-content {
203186
203178
  /* aiLoadingTips가 들어갈 컨테이너 */
203187
- padding: 0 5px;
203188
- }
203189
- /* nx-dialog의 닫기 버튼과 겹치지 않도록 조정 */
203190
- nx-dialog::part(close-button) { /* nx-dialog의 내부 닫기 버튼에 접근 */
203191
- top: 10px;
203192
- right: 10px;
203179
+ --padding: 0;
203180
+ width: 100%;
203181
+ height: 100%;
203193
203182
  }
203194
203183
  </style>
203195
203184
 
203196
203185
  <nx-dialog>
203197
- <div slot="header" class="dialog-header">AI가 답변을 준비 중입니다...</div>
203198
203186
  <div class="dialog-content"></div>
203199
- <div slot="footer" class="dialog-footer"></div>
203200
203187
  </nx-dialog>
203201
203188
  `;
203202
203189
 
@@ -167,7 +167,7 @@ export class IdeAssi extends HTMLElement
167
167
  this.shadowRoot.querySelector("ide-tip-popup").popup();
168
168
 
169
169
  setTimeout(() => {
170
- this.shadowRoot.querySelector("ide-tip-popup").close();
170
+ //this.shadowRoot.querySelector("ide-tip-popup").close();
171
171
  }, 9000);
172
172
 
173
173
  /**
@@ -18,29 +18,16 @@ class IdeTipPopup extends HTMLElement {
18
18
  ${ninegrid.getCustomPath(this,"ideAssi.css")}
19
19
 
20
20
  /* ide-tip-popup 전용 스타일 (필요시 추가) */
21
- .dialog-header {
22
- font-size: 1.2em;
23
- font-weight: bold;
24
- margin-bottom: 15px;
25
- text-align: center;
26
- color: #333;
27
- padding-top: 10px; /* 헤더 위 공간 */
28
- }
29
21
  .dialog-content {
30
22
  /* aiLoadingTips가 들어갈 컨테이너 */
31
- padding: 0 5px;
32
- }
33
- /* nx-dialog의 닫기 버튼과 겹치지 않도록 조정 */
34
- nx-dialog::part(close-button) { /* nx-dialog의 내부 닫기 버튼에 접근 */
35
- top: 10px;
36
- right: 10px;
23
+ --padding: 0;
24
+ width: 100%;
25
+ height: 100%;
37
26
  }
38
27
  </style>
39
28
 
40
29
  <nx-dialog>
41
- <div slot="header" class="dialog-header">AI가 답변을 준비 중입니다...</div>
42
30
  <div class="dialog-content"></div>
43
- <div slot="footer" class="dialog-footer"></div>
44
31
  </nx-dialog>
45
32
  `;
46
33
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.536.0",
4
+ "version": "0.538.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -167,7 +167,7 @@ export class IdeAssi extends HTMLElement
167
167
  this.shadowRoot.querySelector("ide-tip-popup").popup();
168
168
 
169
169
  setTimeout(() => {
170
- this.shadowRoot.querySelector("ide-tip-popup").close();
170
+ //this.shadowRoot.querySelector("ide-tip-popup").close();
171
171
  }, 9000);
172
172
 
173
173
  /**
@@ -18,29 +18,16 @@ class IdeTipPopup extends HTMLElement {
18
18
  ${ninegrid.getCustomPath(this,"ideAssi.css")}
19
19
 
20
20
  /* ide-tip-popup 전용 스타일 (필요시 추가) */
21
- .dialog-header {
22
- font-size: 1.2em;
23
- font-weight: bold;
24
- margin-bottom: 15px;
25
- text-align: center;
26
- color: #333;
27
- padding-top: 10px; /* 헤더 위 공간 */
28
- }
29
21
  .dialog-content {
30
22
  /* aiLoadingTips가 들어갈 컨테이너 */
31
- padding: 0 5px;
32
- }
33
- /* nx-dialog의 닫기 버튼과 겹치지 않도록 조정 */
34
- nx-dialog::part(close-button) { /* nx-dialog의 내부 닫기 버튼에 접근 */
35
- top: 10px;
36
- right: 10px;
23
+ --padding: 0;
24
+ width: 100%;
25
+ height: 100%;
37
26
  }
38
27
  </style>
39
28
 
40
29
  <nx-dialog>
41
- <div slot="header" class="dialog-header">AI가 답변을 준비 중입니다...</div>
42
30
  <div class="dialog-content"></div>
43
- <div slot="footer" class="dialog-footer"></div>
44
31
  </nx-dialog>
45
32
  `;
46
33