@tipp/ui-quill-editor 1.3.4 → 1.3.6

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.
Files changed (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,10 @@
1
1
  ## SSR 에서 사용시
2
2
 
3
- 반드시 dynamic import이용해야 합니다.
3
+ 1. Editor갖다 쓸때는
4
+ 반드시 dynamic import를 이용해야 합니다.
5
+
6
+ 2. dist/index.css 파일을 import해야 정상적으로 스타일링이 표시됩니다.
7
+
8
+ 3. package의 상세경로까지 입력을 해 사용해야 합니다. (quill-editor의 사이드 이펙트 최소화)
9
+ ex: @tipp/ui-quill-editor/read-card
10
+ ex: @tipp/ui-quill-editor/editor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tipp/ui-quill-editor",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "private": false,
5
5
  "description": "tipp 디자인 시스템이 적용된 quillEditor 패키지, quillEditor의 사이즈가 커서 별도 패키지로 분리했습니다.",
6
6
  "sideEffects": false,
@@ -40,7 +40,7 @@
40
40
  "react": "^18.3.1",
41
41
  "react-dom": "^18.3.1",
42
42
  "react-quill": "^2.0.0",
43
- "@tipp/ui": "1.2.21"
43
+ "@tipp/ui": "1.3.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/dompurify": "^3.0.5",