feat: Ref 호환 Tiptap 편집 기능 확장
국가 방침과 임관 권유 편집기에 글꼴, 크기, 색상, 정렬, 구분선과 sam-image 업로드를 추가한다. Ref Chromium 비교와 HTML 정화, 업로드 경계를 회귀 테스트로 고정한다.
This commit is contained in:
Generated
+24
@@ -171,6 +171,12 @@ importers:
|
||||
'@tiptap/extension-placeholder':
|
||||
specifier: ^3.5.0
|
||||
version: 3.30.1(@tiptap/extensions@3.30.1(@tiptap/core@3.30.1(@tiptap/pm@3.30.1))(@tiptap/pm@3.30.1))
|
||||
'@tiptap/extension-text-align':
|
||||
specifier: ^3.5.0
|
||||
version: 3.30.1(@tiptap/core@3.30.1(@tiptap/pm@3.30.1))
|
||||
'@tiptap/extension-text-style':
|
||||
specifier: ^3.5.0
|
||||
version: 3.30.1(@tiptap/core@3.30.1(@tiptap/pm@3.30.1))
|
||||
'@tiptap/extension-underline':
|
||||
specifier: ^3.5.0
|
||||
version: 3.30.1(@tiptap/core@3.30.1(@tiptap/pm@3.30.1))
|
||||
@@ -2078,6 +2084,16 @@ packages:
|
||||
peerDependencies:
|
||||
'@tiptap/core': 3.30.1
|
||||
|
||||
'@tiptap/extension-text-align@3.30.1':
|
||||
resolution: {integrity: sha512-oYAYySpwcgcHSdZw8xgMqF+sCNUgM7v/2UQj0amsBOLbk5VMfiLdJp5Ku+z5aqCwBBUjb6sInh1Amzd3q57w4A==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': 3.30.1
|
||||
|
||||
'@tiptap/extension-text-style@3.30.1':
|
||||
resolution: {integrity: sha512-VLci8TnjAxBGbNlailFabGAv8ayPR8roGeNhS25UG90XJxiO2FZUHmOv+vqrciQ7Zfs5BXyrGQY+Yb3dAtHgIw==}
|
||||
peerDependencies:
|
||||
'@tiptap/core': 3.30.1
|
||||
|
||||
'@tiptap/extension-text@3.30.1':
|
||||
resolution: {integrity: sha512-Zt3Ik95ZKJx5YNzC6TUXWTNBHUfRH/qVENmqfPjA7x7q4cqNdOEU+tX9DrlFjgxu/x0k48dlQS0Kaop24/vihA==}
|
||||
peerDependencies:
|
||||
@@ -6030,6 +6046,14 @@ snapshots:
|
||||
dependencies:
|
||||
'@tiptap/core': 3.30.1(@tiptap/pm@3.30.1)
|
||||
|
||||
'@tiptap/extension-text-align@3.30.1(@tiptap/core@3.30.1(@tiptap/pm@3.30.1))':
|
||||
dependencies:
|
||||
'@tiptap/core': 3.30.1(@tiptap/pm@3.30.1)
|
||||
|
||||
'@tiptap/extension-text-style@3.30.1(@tiptap/core@3.30.1(@tiptap/pm@3.30.1))':
|
||||
dependencies:
|
||||
'@tiptap/core': 3.30.1(@tiptap/pm@3.30.1)
|
||||
|
||||
'@tiptap/extension-text@3.30.1(@tiptap/core@3.30.1(@tiptap/pm@3.30.1))':
|
||||
dependencies:
|
||||
'@tiptap/core': 3.30.1(@tiptap/pm@3.30.1)
|
||||
|
||||
Reference in New Issue
Block a user