@tipp/ui-quill-editor 1.4.45 → 1.4.46

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tipp/ui-quill-editor",
3
- "version": "1.4.45",
3
+ "version": "1.4.46",
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.6.32"
43
+ "@tipp/ui": "1.6.33"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/dompurify": "^3.0.5",
@@ -58,8 +58,8 @@
58
58
  "postcss-nesting": "12.0.2",
59
59
  "tsup": "^8.0.2",
60
60
  "typescript": "^5.3.3",
61
- "@tipp/eslint-config": "1.0.1",
62
- "@tipp/typescript-config": "1.0.1"
61
+ "@tipp/typescript-config": "1.0.1",
62
+ "@tipp/eslint-config": "1.0.1"
63
63
  },
64
64
  "scripts": {
65
65
  "build": "pnpm run build:js && pnpm run build:css",
@@ -1,20 +0,0 @@
1
- // src/html-container.tsx
2
- import { forwardRef } from "react";
3
- import { jsx } from "react/jsx-runtime";
4
- var QuillHtmlOutputContainer = forwardRef(({ html, className }, ref) => {
5
- return /* @__PURE__ */ jsx("div", { className: "ql-snow ql-container read-mode", children: /* @__PURE__ */ jsx(
6
- "div",
7
- {
8
- className: `ql-editor ${className || ""}`,
9
- dangerouslySetInnerHTML: { __html: html },
10
- ref
11
- }
12
- ) });
13
- });
14
- QuillHtmlOutputContainer.displayName = "QuillHtmlOutputContainer";
15
- var html_container_default = QuillHtmlOutputContainer;
16
-
17
- export {
18
- html_container_default
19
- };
20
- //# sourceMappingURL=chunk-6W7GMBAM.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/html-container.tsx"],"sourcesContent":["import React, { forwardRef } from 'react';\n\ninterface QuillHtmlOutputContainerProps {\n html: string;\n className?: string;\n}\n\nconst QuillHtmlOutputContainer = forwardRef<\n HTMLDivElement,\n QuillHtmlOutputContainerProps\n>(({ html, className }, ref): React.ReactNode => {\n return (\n <div className=\"ql-snow ql-container read-mode\">\n <div\n className={`ql-editor ${className || ''}`}\n dangerouslySetInnerHTML={{ __html: html }}\n ref={ref}\n />\n </div>\n );\n});\n\nQuillHtmlOutputContainer.displayName = 'QuillHtmlOutputContainer';\n\nexport default QuillHtmlOutputContainer;\n"],"mappings":";AAAA,SAAgB,kBAAkB;AAa5B;AANN,IAAM,2BAA2B,WAG/B,CAAC,EAAE,MAAM,UAAU,GAAG,QAAyB;AAC/C,SACE,oBAAC,SAAI,WAAU,kCACb;AAAA,IAAC;AAAA;AAAA,MACC,WAAW,aAAa,aAAa,EAAE;AAAA,MACvC,yBAAyB,EAAE,QAAQ,KAAK;AAAA,MACxC;AAAA;AAAA,EACF,GACF;AAEJ,CAAC;AAED,yBAAyB,cAAc;AAEvC,IAAO,yBAAQ;","names":[]}