ninegrid2 6.1343.0 → 6.1344.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.
@@ -55263,7 +55263,7 @@ class nxEditor extends nxDiv {
55263
55263
 
55264
55264
  <div class="menu-bar">
55265
55265
  <button type="button" data-cmd="bold" title="굵게 (Ctrl+B)"><b>B</b></button>
55266
- <button type="button" data-cmd="italic" title="기울임 (Ctrl+I)"><i>I</i></button>
55266
+ <button type="button" data-cmd="italic" title="기울임 (Ctrl+I)"><em>I</em></button>
55267
55267
  <button type="button" data-cmd="underline" title="밑줄 (Ctrl+U)"><u>U</u></button>
55268
55268
  <button type="button" data-cmd="strike" title="취소선"><s>S</s></button>
55269
55269
 
@@ -55284,8 +55284,8 @@ class nxEditor extends nxDiv {
55284
55284
  <button type="button" data-align="center" title="가운데 정렬"><i class="icon-center"></i></button>
55285
55285
  <button type="button" data-align="right" title="오른쪽 정렬"><i class="icon-right"></i></button>
55286
55286
 
55287
- <button type="button" data-cmd="bulletList" title="글머리 기호"><i class="icon-bullet"></i></button>
55288
- <button type="button" data-cmd="orderedList" title="번호 매기기"><i class="icon-ordered"></i></button>
55287
+ <button type="button" data-cmd="bulletList" title="글머리 기호"><i class="icon-ul"></i></button>
55288
+ <button type="button" data-cmd="orderedList" title="번호 매기기"><i class="icon-ol"></i></button>
55289
55289
 
55290
55290
  <button type="button" id="img-btn" title="이미지 삽입"><i class="icon-image"></i></button>
55291
55291
  <button type="button" data-cmd="undo" title="실행 취소(Ctrl+Z)"><i class="icon-undo"></i></button>
@@ -55259,7 +55259,7 @@ class nxEditor extends nxDiv {
55259
55259
 
55260
55260
  <div class="menu-bar">
55261
55261
  <button type="button" data-cmd="bold" title="굵게 (Ctrl+B)"><b>B</b></button>
55262
- <button type="button" data-cmd="italic" title="기울임 (Ctrl+I)"><i>I</i></button>
55262
+ <button type="button" data-cmd="italic" title="기울임 (Ctrl+I)"><em>I</em></button>
55263
55263
  <button type="button" data-cmd="underline" title="밑줄 (Ctrl+U)"><u>U</u></button>
55264
55264
  <button type="button" data-cmd="strike" title="취소선"><s>S</s></button>
55265
55265
 
@@ -55280,8 +55280,8 @@ class nxEditor extends nxDiv {
55280
55280
  <button type="button" data-align="center" title="가운데 정렬"><i class="icon-center"></i></button>
55281
55281
  <button type="button" data-align="right" title="오른쪽 정렬"><i class="icon-right"></i></button>
55282
55282
 
55283
- <button type="button" data-cmd="bulletList" title="글머리 기호"><i class="icon-bullet"></i></button>
55284
- <button type="button" data-cmd="orderedList" title="번호 매기기"><i class="icon-ordered"></i></button>
55283
+ <button type="button" data-cmd="bulletList" title="글머리 기호"><i class="icon-ul"></i></button>
55284
+ <button type="button" data-cmd="orderedList" title="번호 매기기"><i class="icon-ol"></i></button>
55285
55285
 
55286
55286
  <button type="button" id="img-btn" title="이미지 삽입"><i class="icon-image"></i></button>
55287
55287
  <button type="button" data-cmd="undo" title="실행 취소(Ctrl+Z)"><i class="icon-undo"></i></button>
@@ -75,7 +75,7 @@ class nxEditor extends nxDiv {
75
75
 
76
76
  <div class="menu-bar">
77
77
  <button type="button" data-cmd="bold" title="굵게 (Ctrl+B)"><b>B</b></button>
78
- <button type="button" data-cmd="italic" title="기울임 (Ctrl+I)"><i>I</i></button>
78
+ <button type="button" data-cmd="italic" title="기울임 (Ctrl+I)"><em>I</em></button>
79
79
  <button type="button" data-cmd="underline" title="밑줄 (Ctrl+U)"><u>U</u></button>
80
80
  <button type="button" data-cmd="strike" title="취소선"><s>S</s></button>
81
81
 
@@ -96,8 +96,8 @@ class nxEditor extends nxDiv {
96
96
  <button type="button" data-align="center" title="가운데 정렬"><i class="icon-center"></i></button>
97
97
  <button type="button" data-align="right" title="오른쪽 정렬"><i class="icon-right"></i></button>
98
98
 
99
- <button type="button" data-cmd="bulletList" title="글머리 기호"><i class="icon-bullet"></i></button>
100
- <button type="button" data-cmd="orderedList" title="번호 매기기"><i class="icon-ordered"></i></button>
99
+ <button type="button" data-cmd="bulletList" title="글머리 기호"><i class="icon-ul"></i></button>
100
+ <button type="button" data-cmd="orderedList" title="번호 매기기"><i class="icon-ol"></i></button>
101
101
 
102
102
  <button type="button" id="img-btn" title="이미지 삽입"><i class="icon-image"></i></button>
103
103
  <button type="button" data-cmd="undo" title="실행 취소(Ctrl+Z)"><i class="icon-undo"></i></button>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1343.0",
4
+ "version": "6.1344.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -75,7 +75,7 @@ class nxEditor extends nxDiv {
75
75
 
76
76
  <div class="menu-bar">
77
77
  <button type="button" data-cmd="bold" title="굵게 (Ctrl+B)"><b>B</b></button>
78
- <button type="button" data-cmd="italic" title="기울임 (Ctrl+I)"><i>I</i></button>
78
+ <button type="button" data-cmd="italic" title="기울임 (Ctrl+I)"><em>I</em></button>
79
79
  <button type="button" data-cmd="underline" title="밑줄 (Ctrl+U)"><u>U</u></button>
80
80
  <button type="button" data-cmd="strike" title="취소선"><s>S</s></button>
81
81
 
@@ -96,8 +96,8 @@ class nxEditor extends nxDiv {
96
96
  <button type="button" data-align="center" title="가운데 정렬"><i class="icon-center"></i></button>
97
97
  <button type="button" data-align="right" title="오른쪽 정렬"><i class="icon-right"></i></button>
98
98
 
99
- <button type="button" data-cmd="bulletList" title="글머리 기호"><i class="icon-bullet"></i></button>
100
- <button type="button" data-cmd="orderedList" title="번호 매기기"><i class="icon-ordered"></i></button>
99
+ <button type="button" data-cmd="bulletList" title="글머리 기호"><i class="icon-ul"></i></button>
100
+ <button type="button" data-cmd="orderedList" title="번호 매기기"><i class="icon-ol"></i></button>
101
101
 
102
102
  <button type="button" id="img-btn" title="이미지 삽입"><i class="icon-image"></i></button>
103
103
  <button type="button" data-cmd="undo" title="실행 취소(Ctrl+Z)"><i class="icon-undo"></i></button>