@yoopta/marks 4.0.0-rc.5 → 4.0.0-rc.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.
- package/dist/index.es.js +1 -0
- package/dist/index.js +1 -1
- package/package.json +3 -4
package/dist/index.es.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as e}from"react/jsx-runtime";import{createYooptaMark as o}from"@yoopta/editor";!function(e,o){void 0===o&&(o={});var r=o.insertAt;if(e&&"undefined"!=typeof document){var t=document.head||document.getElementsByTagName("head")[0],d=document.createElement("style");d.type="text/css","top"===r&&t.firstChild?t.insertBefore(d,t.firstChild):t.appendChild(d),d.styleSheet?d.styleSheet.cssText=e:d.appendChild(document.createTextNode(e))}}(".yoo-marks-rounded{border-radius:.25rem}.yoo-marks-bg-\\[\\#F2F2F2\\]{--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity))}.yoo-marks-px-\\[4px\\]{padding-left:4px;padding-right:4px}.yoo-marks-py-\\[2px\\]{padding-bottom:2px;padding-top:2px}.yoo-marks-text-\\[75\\%\\]{font-size:75%}.yoo-marks-italic{font-style:italic}.yoo-marks-underline{text-decoration-line:underline}");const r=o({type:"bold",hotkey:"mod+b",render:o=>e("strong",Object.assign({className:"yoo-marks-bold"},{children:o.children}))}),t=o({type:"italic",hotkey:"mod+i",render:o=>e("i",Object.assign({className:"yoo-marks-italic"},{children:o.children}))}),d=o({type:"underline",hotkey:"mod+u",render:o=>e("u",Object.assign({className:"yoo-marks-underline"},{children:o.children}))}),i=o({type:"strike",hotkey:"mod+shift+s",render:o=>e("s",Object.assign({className:"yoo-marks-stroke"},{children:o.children}))}),n=o({type:"code",hotkey:"mod+e",render:o=>e("code",Object.assign({className:"yoo-marks-bg-[#F2F2F2] yoo-marks-py-[2px] yoo-marks-px-[4px] yoo-marks-rounded yoo-marks-text-[75%]"},{children:o.children}))}),a=o({type:"highlight",render:o=>{var r;const t=null===(r=o.leaf)||void 0===r?void 0:r.highlight,d={color:null==t?void 0:t.color,backgroundColor:null==t?void 0:t.backgroundColor,backgroundImage:null==t?void 0:t.backgroundImage,WebkitTextFillColor:null==t?void 0:t.webkitTextFillColor,backgroundClip:null==t?void 0:t.backgroundClip};return e("span",Object.assign({style:d},{children:o.children}))}});export{r as Bold,n as CodeMark,a as Highlight,t as Italic,i as Strike,d as Underline};
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),o=require("@yoopta/editor");!function(e,o){void 0===o&&(o={});var r=o.insertAt;if(e&&"undefined"!=typeof document){var t=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===r&&t.firstChild?t.insertBefore(a,t.firstChild):t.appendChild(a),a.styleSheet?a.styleSheet.cssText=e:a.appendChild(document.createTextNode(e))}}(".yoo-marks-rounded{border-radius:.25rem}.yoo-marks-bg-\\[\\#F2F2F2\\]{--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity))}.yoo-marks-px-\\[4px\\]{padding-left:4px;padding-right:4px}.yoo-marks-py-\\[2px\\]{padding-bottom:2px;padding-top:2px}.yoo-marks-text-\\[75\\%\\]{font-size:75%}.yoo-marks-italic{font-style:italic}.yoo-marks-underline{text-decoration-line:underline}");const r=o.createYooptaMark({type:"bold",hotkey:"mod+b",render:o=>e.jsx("strong",Object.assign({className:"yoo-marks-bold"},{children:o.children}))}),t=o.createYooptaMark({type:"italic",hotkey:"mod+i",render:o=>e.jsx("i",Object.assign({className:"yoo-marks-italic"},{children:o.children}))}),a=o.createYooptaMark({type:"underline",hotkey:"mod+u",render:o=>e.jsx("u",Object.assign({className:"yoo-marks-underline"},{children:o.children}))}),i=o.createYooptaMark({type:"strike",hotkey:"mod+shift+s",render:o=>e.jsx("s",Object.assign({className:"yoo-marks-stroke"},{children:o.children}))}),d=o.createYooptaMark({type:"code",hotkey:"mod+e",render:o=>e.jsx("code",Object.assign({className:"yoo-marks-bg-[#F2F2F2] yoo-marks-py-[2px] yoo-marks-px-[4px] yoo-marks-rounded yoo-marks-text-[75%]"},{children:o.children}))}),n=o.createYooptaMark({type:"highlight",render:o=>{var r;const t=null===(r=o.leaf)||void 0===r?void 0:r.highlight,a={color:null==t?void 0:t.color,backgroundColor:null==t?void 0:t.backgroundColor,backgroundImage:null==t?void 0:t.backgroundImage,WebkitTextFillColor:null==t?void 0:t.webkitTextFillColor,backgroundClip:null==t?void 0:t.backgroundClip};return e.jsx("span",Object.assign({style:a},{children:o.children}))}});exports.Bold=r,exports.CodeMark=d,exports.Highlight=n,exports.Italic=t,exports.Strike=i,exports.Underline=a;
|
package/package.json
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yoopta/marks",
|
|
3
|
-
"version": "4.0.0-rc.
|
|
3
|
+
"version": "4.0.0-rc.6",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "Darginec05 <devopsbanda@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"private": false,
|
|
9
|
-
"type": "module",
|
|
10
9
|
"main": "dist/index.js",
|
|
11
|
-
"module": "dist/index.js",
|
|
10
|
+
"module": "dist/index.es.js",
|
|
12
11
|
"types": "./dist/index.d.ts",
|
|
13
12
|
"files": [
|
|
14
13
|
"dist/"
|
|
@@ -34,5 +33,5 @@
|
|
|
34
33
|
"bugs": {
|
|
35
34
|
"url": "https://github.com/Darginec05/Editor-Yoopta/issues"
|
|
36
35
|
},
|
|
37
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "2ab435c70924d16a80928f05657f0f9db1ff42f0"
|
|
38
37
|
}
|