ide-assi 0.443.0 → 0.444.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.
@@ -234920,11 +234920,11 @@ class MergeButtonWidget extends WidgetType {
234920
234920
  if (this.isAsisButton) {
234921
234921
  // ASIS (왼쪽) 에디터에 붙는 버튼: AI가 삭제한 것을 '삭제' (ASIS에서 제거)
234922
234922
  button.className = "cm-merge-button revert"; // 'revert' 클래스 사용 (빨간색)
234923
- button.textContent = "삭제"; // 텍스트 변경
234923
+ //button.textContent = "삭제"; // 텍스트 변경
234924
234924
  } else {
234925
234925
  // TOBE (오른쪽) 에디터에 붙는 버튼: AI가 추가한 것을 '적용' (ASIS에 반영)
234926
234926
  button.className = "cm-merge-button accept"; // 'accept' 클래스 사용 (녹색)
234927
- button.textContent = "← 적용"; // 화살표 방향 변경
234927
+ //button.textContent = "← 적용"; // 화살표 방향 변경
234928
234928
  }
234929
234929
 
234930
234930
  // 클릭 이벤트 핸들러
@@ -234916,11 +234916,11 @@ class MergeButtonWidget extends WidgetType {
234916
234916
  if (this.isAsisButton) {
234917
234917
  // ASIS (왼쪽) 에디터에 붙는 버튼: AI가 삭제한 것을 '삭제' (ASIS에서 제거)
234918
234918
  button.className = "cm-merge-button revert"; // 'revert' 클래스 사용 (빨간색)
234919
- button.textContent = "삭제"; // 텍스트 변경
234919
+ //button.textContent = "삭제"; // 텍스트 변경
234920
234920
  } else {
234921
234921
  // TOBE (오른쪽) 에디터에 붙는 버튼: AI가 추가한 것을 '적용' (ASIS에 반영)
234922
234922
  button.className = "cm-merge-button accept"; // 'accept' 클래스 사용 (녹색)
234923
- button.textContent = "← 적용"; // 화살표 방향 변경
234923
+ //button.textContent = "← 적용"; // 화살표 방향 변경
234924
234924
  }
234925
234925
 
234926
234926
  // 클릭 이벤트 핸들러
@@ -116,11 +116,11 @@ class MergeButtonWidget extends WidgetType {
116
116
  if (this.isAsisButton) {
117
117
  // ASIS (왼쪽) 에디터에 붙는 버튼: AI가 삭제한 것을 '삭제' (ASIS에서 제거)
118
118
  button.className = "cm-merge-button revert"; // 'revert' 클래스 사용 (빨간색)
119
- button.textContent = "삭제"; // 텍스트 변경
119
+ //button.textContent = "삭제"; // 텍스트 변경
120
120
  } else {
121
121
  // TOBE (오른쪽) 에디터에 붙는 버튼: AI가 추가한 것을 '적용' (ASIS에 반영)
122
122
  button.className = "cm-merge-button accept"; // 'accept' 클래스 사용 (녹색)
123
- button.textContent = "← 적용"; // 화살표 방향 변경
123
+ //button.textContent = "← 적용"; // 화살표 방향 변경
124
124
  }
125
125
 
126
126
  // 클릭 이벤트 핸들러
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.443.0",
4
+ "version": "0.444.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -116,11 +116,11 @@ class MergeButtonWidget extends WidgetType {
116
116
  if (this.isAsisButton) {
117
117
  // ASIS (왼쪽) 에디터에 붙는 버튼: AI가 삭제한 것을 '삭제' (ASIS에서 제거)
118
118
  button.className = "cm-merge-button revert"; // 'revert' 클래스 사용 (빨간색)
119
- button.textContent = "삭제"; // 텍스트 변경
119
+ //button.textContent = "삭제"; // 텍스트 변경
120
120
  } else {
121
121
  // TOBE (오른쪽) 에디터에 붙는 버튼: AI가 추가한 것을 '적용' (ASIS에 반영)
122
122
  button.className = "cm-merge-button accept"; // 'accept' 클래스 사용 (녹색)
123
- button.textContent = "← 적용"; // 화살표 방향 변경
123
+ //button.textContent = "← 적용"; // 화살표 방향 변경
124
124
  }
125
125
 
126
126
  // 클릭 이벤트 핸들러