@yoopta/link 4.6.5-rc.3 → 4.6.5

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/dist/index.js +4 -4
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,25 +1,25 @@
1
1
  import{useYooptaEditor as e,useYooptaTools as t,UI as n,Elements as r,findSlateBySelectionPath as o,useYooptaReadOnly as i,YooptaPlugin as s,generateId as a}from"@yoopta/editor";import{jsxs as l,jsx as c}from"react/jsx-runtime";import*as f from"react";import{forwardRef as u,createElement as p,useLayoutEffect as d,useEffect as h,useRef as g,useState as y}from"react";import*as m from"react-dom";function v(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}"function"==typeof SuppressedError&&SuppressedError;
2
2
  /**
3
- * @license lucide-react v0.379.0 - ISC
3
+ * @license lucide-react v0.378.0 - ISC
4
4
  *
5
5
  * This source code is licensed under the ISC license.
6
6
  * See the LICENSE file in the root directory of this source tree.
7
7
  */
8
8
  const b=(...e)=>e.filter(((e,t,n)=>Boolean(e)&&n.indexOf(e)===t)).join(" ")
9
9
  /**
10
- * @license lucide-react v0.379.0 - ISC
10
+ * @license lucide-react v0.378.0 - ISC
11
11
  *
12
12
  * This source code is licensed under the ISC license.
13
13
  * See the LICENSE file in the root directory of this source tree.
14
14
  */;var w={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};
15
15
  /**
16
- * @license lucide-react v0.379.0 - ISC
16
+ * @license lucide-react v0.378.0 - ISC
17
17
  *
18
18
  * This source code is licensed under the ISC license.
19
19
  * See the LICENSE file in the root directory of this source tree.
20
20
  */const x=u((({color:e="currentColor",size:t=24,strokeWidth:n=2,absoluteStrokeWidth:r,className:o="",children:i,iconNode:s,...a},l)=>p("svg",{ref:l,...w,width:t,height:t,stroke:e,strokeWidth:r?24*Number(n)/Number(t):n,className:b("lucide",o),...a},[...s.map((([e,t])=>p(e,t))),...Array.isArray(i)?i:[i]]))),O=(e,t)=>{const n=u((({className:n,...r},o)=>{return p(x,{ref:o,iconNode:t,className:b(`lucide-${i=e,i.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,n),...r});var i}));return n.displayName=`${e}`,n},_=O("Copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]),P=O("SquareArrowOutUpRight",[["path",{d:"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6",key:"y09zxi"}],["path",{d:"m21 3-9 9",key:"mpx6sq"}],["path",{d:"M15 3h6v6",key:"1q9fwt"}]]);
21
21
  /**
22
- * @license lucide-react v0.379.0 - ISC
22
+ * @license lucide-react v0.378.0 - ISC
23
23
  *
24
24
  * This source code is licensed under the ISC license.
25
25
  * See the LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoopta/link",
3
- "version": "4.6.5-rc.3",
3
+ "version": "4.6.5",
4
4
  "description": "Link plugin for Yoopta Editor",
5
5
  "author": "Darginec05 <devopsbanda@gmail.com>",
6
6
  "homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
@@ -37,5 +37,5 @@
37
37
  "dependencies": {
38
38
  "lucide-react": "^0.379.0"
39
39
  },
40
- "gitHead": "29190e2989b9b79532ca7dcd6443412a4f8099d6"
40
+ "gitHead": "1eedd618c0410c302cb0d589d9ddec7216c4c44a"
41
41
  }