@yoopta/marks 1.9.4-rc → 1.9.6-rc
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{createYooptaMark as e}from"@yoopta/editor";var o="doUI64CQ",t="l-JZUAo-",d="_5SCxD00I",a="_7vXfdYaS",r="_7YZYr7Zb";!function(e,o){void 0===o&&(o={});var t=o.insertAt;if(e&&"undefined"!=typeof document){var d=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===t&&d.firstChild?d.insertBefore(a,d.firstChild):d.appendChild(a),a.styleSheet?a.styleSheet.cssText=e:a.appendChild(document.createTextNode(e))}}(".doUI64CQ{font-weight:700}.l-JZUAo-{font-style:italic}._5SCxD00I{text-decoration:line-through}._7vXfdYaS{word-wrap:break-word;border-bottom:.05em solid}._7YZYr7Zb{background:#f7f7f7;border:1px solid rgba(0,0,0,.1);border-radius:5px;color:#000;font-family:SFMono-Regular,Menlo,Consolas,PT Mono,Liberation Mono,Courier,monospace;font-size:75%;margin:3px 2px;padding:2px 6px}");const
|
|
1
|
+
import{createYooptaMark as e}from"@yoopta/editor";var o="doUI64CQ",t="l-JZUAo-",d="_5SCxD00I",a="_7vXfdYaS",r="_7YZYr7Zb";!function(e,o){void 0===o&&(o={});var t=o.insertAt;if(e&&"undefined"!=typeof document){var d=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===t&&d.firstChild?d.insertBefore(a,d.firstChild):d.appendChild(a),a.styleSheet?a.styleSheet.cssText=e:a.appendChild(document.createTextNode(e))}}(".doUI64CQ{font-weight:700}.l-JZUAo-{font-style:italic}._5SCxD00I{text-decoration:line-through}._7vXfdYaS{word-wrap:break-word;border-bottom:.05em solid}._7YZYr7Zb{background:#f7f7f7;border:1px solid rgba(0,0,0,.1);border-radius:5px;color:#000;font-family:SFMono-Regular,Menlo,Consolas,PT Mono,Liberation Mono,Courier,monospace;font-size:75%;margin:3px 2px;padding:2px 6px}");const s=e({type:"bold",hotkey:"mod+b",className:o,as:"strong"}),i=e({type:"italic",hotkey:"mod+i",className:t,as:"em"}),n=e({type:"underline",hotkey:"mod+u",className:a}),l=e({type:"strike",hotkey:"mod+shift+s",className:d}),m=e({type:"code",hotkey:"mod+e",className:r});export{s as Bold,m as CodeMark,i as Italic,l as Strike,n as Underline};
|