@springmicro/rte 0.5.14 → 0.5.16
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/README.md +68 -68
- package/dist/index.js +18638 -18657
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._popupWrapper_fx5ji_2{display:inline;position:relative}._popup_fx5ji_2{position:absolute;left:0;background-color:#fff;padding:6px 10px;border:1px solid #e6e8f0;height:-moz-fit-content;height:fit-content;z-index:1000}._editorWrapper_fx5ji_15{border-radius:8px;min-height:100px;min-width:100%;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;margin-top:6px;border:1px solid #e6e8f0;padding:0 10px}._editorWrapper_fx5ji_15>div:focus-visible{border:none;outline:none}._slate_fx5ji_30 blockquote{border-left:2px solid #ddd;margin-left:0;margin-right:0;padding-left:10px;color:#aaa;font-style:italic}._slate_fx5ji_30 table,._slate_fx5ji_30 th,._slate_fx5ji_30 td{border:1px solid black}._slate_fx5ji_30 table{border-collapse:collapse}._slate_fx5ji_30 button{background-color:#fff;border:none;opacity:.5}._slate_fx5ji_30 ._btnActive_fx5ji_51{opacity:1}._slate_fx5ji_30 table{width:100%}._slate_fx5ji_30 td{height:50px;padding:0 5px}._slate_fx5ji_30 ul,._slate_fx5ji_30 ol{padding-left:1rem}._slate_fx5ji_30 button{cursor:pointer}._slate_fx5ji_30 code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}._slate_fx5ji_30 [data-slate-node=element]:not(li){margin:10px 0}._slate_fx5ji_30 ._code-wrapper_fx5ji_79{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;z-index:2;display:flex;justify-content:center;align-items:center}._slate_fx5ji_30 ._codeToTextWrapper_fx5ji_91{width:80%;height:80%;grid-template-columns:45% 10% 45%}._slate_fx5ji_30 ._codeToText_fx5ji_91{width:100%;height:90%;display:grid;grid-template-columns:45% 10% 45%}._slate_fx5ji_30 ._codeToText_fx5ji_91 textarea,._textOutput_fx5ji_103{border-radius:15px;padding:10px}._slate_fx5ji_30 ._codeToText_fx5ji_91 textarea{resize:none}._slate_fx5ji_30 ._codeToText_fx5ji_91 textarea:focus{outline:none}._slate_fx5ji_30 ._textOutput_fx5ji_103{background:#fff;overflow:scroll}._slate_fx5ji_30 ._codeToTextWrapper_fx5ji_91 button{margin:3% 1%;padding:10px 37px;cursor:pointer;border-radius:5px;opacity:1;font-weight:bolder}._slate_fx5ji_30 ._done_fx5ji_126{background:#3fc79a;color:#fff}._slate_fx5ji_30 ._clear_fx5ji_130{background:#fff;color:#a9a4a4;border:1px solid #e6e8f0}._slate_fx5ji_30 ._embed_fx5ji_137{width:-moz-fit-content;width:fit-content;position:relative;margin-right:20px}._slate_fx5ji_30 ._embed_fx5ji_137 img,._slate_fx5ji_30 ._embed_fx5ji_137 iframe{width:100%;height:100%}._slate_fx5ji_30 ._embed_fx5ji_137 button{position:absolute;bottom:-6px;right:0}._slate_fx5ji_30 ._equation-inline_fx5ji_154{display:inline;position:relative}._slate_fx5ji_30 ._table-option_fx5ji_160{display:flex;margin:5px 2px;gap:5px;white-space:nowrap}._slate_fx5ji_30 ._table-input_fx5ji_168{display:grid;grid-template-columns:auto auto auto auto auto auto;gap:3px}._slate_fx5ji_30 ._table-unit_fx5ji_173{width:15px;height:15px;border:1px solid #e6e8f0}._slate_fx5ji_30 ._contextMenu_fx5ji_180{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;position:fixed;background:#fff;border:1px solid #e6e8f0;border-radius:10px;padding:.5%;display:flex;gap:15px;flex-direction:column;cursor:pointer}._slate_fx5ji_30 ._menuOption_fx5ji_193{display:flex;gap:15px}._slate_fx5ji_30 ._toolbar_fx5ji_199{border-radius:10px;background:#fff;box-shadow:-8px 8px 13px #ededed,8px -8px 13px #fff;margin:5% 0;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:15px 10px;row-gap:15px;position:sticky;top:0;z-index:2}._slate_fx5ji_30 ._toolbar-grp_fx5ji_215>*{margin-right:10px;cursor:pointer}._slate_fx5ji_30 ._toolbar-grp_fx5ji_215{margin:0 10px}._slate_fx5ji_30 select{height:30px;border:none;width:6.9rem}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@springmicro/rte",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@emotion/css": "^11.11.2",
|
|
29
|
-
"@springmicro/utils": "^0.5.
|
|
29
|
+
"@springmicro/utils": "^0.5.16",
|
|
30
30
|
"@uiw/react-textarea-code-editor": "^3.0.2",
|
|
31
31
|
"domhandler": "^5.0.3",
|
|
32
32
|
"escape-html": "^1.0.3",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"vite": "^5.2.0",
|
|
53
53
|
"vite-plugin-dts": "^3.9.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "9adcb0aba821c9e30cb9c1c8d737e2426f7f29c6"
|
|
56
56
|
}
|