reactjs-tiptap-editor 1.0.9 → 1.0.10

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 (159) hide show
  1. package/lib/{ActionMenuButton-CmDopTWt.cjs → ActionMenuButton-BPdRqzDX.cjs} +1 -1
  2. package/lib/{ActionMenuButton-C4aNFFa8.js → ActionMenuButton-CKTxYtl7.js} +2 -2
  3. package/lib/Attachment.cjs +1 -1
  4. package/lib/Attachment.js +7 -7
  5. package/lib/Blockquote.cjs +1 -1
  6. package/lib/Blockquote.js +3 -3
  7. package/lib/Bold.cjs +1 -1
  8. package/lib/Bold.js +6 -6
  9. package/lib/BulletList.cjs +1 -1
  10. package/lib/BulletList.js +3 -3
  11. package/lib/Clear.cjs +1 -1
  12. package/lib/Clear.js +3 -3
  13. package/lib/Code.cjs +1 -1
  14. package/lib/Code.js +6 -6
  15. package/lib/CodeBlock.cjs +39 -39
  16. package/lib/CodeBlock.js +837 -945
  17. package/lib/CodeView.cjs +1 -1
  18. package/lib/CodeView.js +3 -3
  19. package/lib/Color.cjs +1 -1
  20. package/lib/Color.js +5 -5
  21. package/lib/Column.cjs +1 -1
  22. package/lib/Column.js +8 -8
  23. package/lib/{Drawer-DG0gPU_U.js → Drawer-Cfx115up.js} +14 -14
  24. package/lib/{Drawer-CTr2snNd.cjs → Drawer-hHj4Opkg.cjs} +1 -1
  25. package/lib/Drawer.cjs +1 -1
  26. package/lib/Drawer.js +3 -3
  27. package/lib/Emoji.cjs +1 -1
  28. package/lib/Emoji.js +16 -15
  29. package/lib/{Excalidraw-DtezFdjR.cjs → Excalidraw-8pWJ17Ye.cjs} +1 -1
  30. package/lib/{Excalidraw-DpgdxOsc.js → Excalidraw-CO93Tsmb.js} +19 -19
  31. package/lib/Excalidraw.cjs +1 -1
  32. package/lib/Excalidraw.js +2 -2
  33. package/lib/ExportPdf.cjs +1 -1
  34. package/lib/ExportPdf.js +3 -3
  35. package/lib/ExportWord.cjs +1 -1
  36. package/lib/ExportWord.js +3 -3
  37. package/lib/FontFamily.cjs +1 -1
  38. package/lib/FontFamily.js +5 -5
  39. package/lib/FontSize.cjs +1 -1
  40. package/lib/FontSize.js +5 -5
  41. package/lib/Heading.cjs +1 -1
  42. package/lib/Heading.js +13 -13
  43. package/lib/Highlight.cjs +1 -1
  44. package/lib/Highlight.js +5 -5
  45. package/lib/History.cjs +1 -1
  46. package/lib/History.js +4 -4
  47. package/lib/HorizontalRule.cjs +1 -1
  48. package/lib/HorizontalRule.js +3 -3
  49. package/lib/{Icon-C_buGjWy.js → Icon-D7GJZzoa.js} +1 -1
  50. package/lib/{Icon-b6HQAURz.cjs → Icon-gtc3g-VK.cjs} +1 -1
  51. package/lib/{Iframe-CUrXCDxj.cjs → Iframe-BmXO2c65.cjs} +1 -1
  52. package/lib/{Iframe-De88TYvj.js → Iframe-DwhclppJ.js} +13 -13
  53. package/lib/Iframe.cjs +1 -1
  54. package/lib/Iframe.js +2 -2
  55. package/lib/Image.cjs +1 -1
  56. package/lib/Image.js +46 -46
  57. package/lib/ImageGif.cjs +1 -1
  58. package/lib/ImageGif.js +16 -16
  59. package/lib/ImportWord.cjs +2 -2
  60. package/lib/ImportWord.js +8 -8
  61. package/lib/{Indent-Bensb2nf.js → Indent-BOsymiZ7.js} +5 -5
  62. package/lib/{Indent-D_KtZNHW.cjs → Indent-DPkMWfcv.cjs} +1 -1
  63. package/lib/Indent.cjs +1 -1
  64. package/lib/Indent.js +2 -2
  65. package/lib/Italic.cjs +1 -1
  66. package/lib/Italic.js +3 -3
  67. package/lib/{Katex-NqelWRoi.cjs → Katex-B1XbT8-X.cjs} +2 -2
  68. package/lib/{Katex-C0dtqznb.js → Katex-BYK-b9X2.js} +23 -23
  69. package/lib/Katex.cjs +1 -1
  70. package/lib/Katex.js +2 -2
  71. package/lib/LineHeight.cjs +1 -1
  72. package/lib/LineHeight.js +12 -12
  73. package/lib/Link.cjs +1 -1
  74. package/lib/Link.js +2 -2
  75. package/lib/{LinkEditBlock-BSZ-vgNB.cjs → LinkEditBlock-4-iRXH7m.cjs} +2 -2
  76. package/lib/{LinkEditBlock-Bv12sKvW.js → LinkEditBlock-DgrLUMsJ.js} +52 -52
  77. package/lib/Mention.cjs +1 -1
  78. package/lib/Mention.js +23 -22
  79. package/lib/Mermaid.cjs +2 -2
  80. package/lib/Mermaid.js +38 -38
  81. package/lib/MoreMark.cjs +1 -1
  82. package/lib/MoreMark.js +11 -11
  83. package/lib/OrderedList.cjs +1 -1
  84. package/lib/OrderedList.js +3 -3
  85. package/lib/SearchAndReplace.cjs +1 -1
  86. package/lib/SearchAndReplace.js +16 -16
  87. package/lib/SlashCommand.cjs +1 -1
  88. package/lib/SlashCommand.js +39 -266
  89. package/lib/SlashCommandNodeView-BpNNU7Sm.js +254 -0
  90. package/lib/SlashCommandNodeView-CQvMTXys.cjs +1 -0
  91. package/lib/Strike.cjs +1 -1
  92. package/lib/Strike.js +3 -3
  93. package/lib/{Table-D9ckv6Tb.js → Table-CT9R9Sdq.js} +5 -5
  94. package/lib/{Table-cy1mUM2X.cjs → Table-LnWGm2m8.cjs} +1 -1
  95. package/lib/Table.cjs +1 -1
  96. package/lib/Table.js +1 -1
  97. package/lib/TaskList.cjs +1 -1
  98. package/lib/TaskList.js +3 -3
  99. package/lib/TextAlign.cjs +1 -1
  100. package/lib/TextAlign.js +10 -10
  101. package/lib/TextDirection.cjs +1 -1
  102. package/lib/TextDirection.js +10 -10
  103. package/lib/TextUnderline.cjs +1 -1
  104. package/lib/TextUnderline.js +3 -3
  105. package/lib/{Twitter-Bvs3sW8F.cjs → Twitter-Bo4JkBTL.cjs} +1 -1
  106. package/lib/{Twitter-KUvyySA0.js → Twitter-mowilxRd.js} +55 -55
  107. package/lib/Twitter.cjs +1 -1
  108. package/lib/Twitter.js +2 -2
  109. package/lib/Video.cjs +1 -1
  110. package/lib/Video.js +22 -22
  111. package/lib/bubble.cjs +4 -4
  112. package/lib/bubble.js +1604 -1506
  113. package/lib/{button-D8SI-g7p.js → button-CBO-WDXK.js} +1 -1
  114. package/lib/{button-U6XpZt2X.cjs → button-wt49IYwP.cjs} +1 -1
  115. package/lib/{checkbox-xrY2c5yo.js → checkbox-D1h32VWM.js} +1 -1
  116. package/lib/{checkbox-DaIBNthL.cjs → checkbox-DUcLSGZD.cjs} +1 -1
  117. package/lib/{dialog-DjnkASYP.js → dialog-DSvgtlDI.js} +1 -1
  118. package/lib/{dialog-DgnnVCfv.cjs → dialog-DY868Uji.cjs} +1 -1
  119. package/lib/{dropdown-menu-bI14Gyw4.js → dropdown-menu-B88Qn2KR.js} +3 -2
  120. package/lib/dropdown-menu-BripAeGB.cjs +1 -0
  121. package/lib/extensions/SlashCommand/types.d.ts +1 -0
  122. package/lib/index-9A6-kVBM.js +1351 -0
  123. package/lib/{index-4pRt5Vqu.js → index-BIqaogQg.js} +775 -662
  124. package/lib/index-BvIJKpX1.cjs +8 -0
  125. package/lib/index-Cv9Z6dyV.cjs +1 -0
  126. package/lib/{index-EKFybgpP.js → index-DKt5wfAc.js} +1 -1
  127. package/lib/{index-BimeTI7q.js → index-DRHrDScg.js} +1 -1
  128. package/lib/{index-BQ6ZdLsu.js → index-DmPwbBqm.js} +1 -1
  129. package/lib/{index-CbIQPoF6.js → index-sVScpCFG.js} +20 -20
  130. package/lib/index.cjs +1 -1
  131. package/lib/index.js +5 -5
  132. package/lib/{input-BtDj0NeF.cjs → input-BeD5GdMv.cjs} +1 -1
  133. package/lib/{input-C5zU49Q1.js → input-Bx4uo4gO.js} +1 -1
  134. package/lib/{isNumber-8HKEgTkA.js → isNumber-DF0fU3ob.js} +1 -1
  135. package/lib/{label-C8BonzOY.cjs → label--161UPH6.cjs} +1 -1
  136. package/lib/{label-BEUVs-IA.js → label-uKG7RzFU.js} +1 -1
  137. package/lib/{popover-CPY5lMCj.js → popover-BVX8otO9.js} +1 -1
  138. package/lib/{popover-DjL0De8d.cjs → popover-Csk538NC.cjs} +1 -1
  139. package/lib/{separator-BzMkiI_c.cjs → separator-DLRVddHS.cjs} +1 -1
  140. package/lib/{separator-BlIlS7LP.js → separator-DtrEdjAF.js} +18 -18
  141. package/lib/{store-BSCjQxMK.cjs → store-B8IkVz1J.cjs} +1 -1
  142. package/lib/{store-D_GvIPxo.js → store-CsIFDUKR.js} +1 -1
  143. package/lib/style.css +1 -1
  144. package/lib/{tabs-tQpXIzfV.js → tabs-BKpr0QQB.js} +1 -1
  145. package/lib/{tabs-CHy82_rs.cjs → tabs-DOasUMDU.cjs} +1 -1
  146. package/lib/{textarea-CMDYVXYo.js → textarea-Ba9OOzba.js} +1 -1
  147. package/lib/{textarea-B-qfanCT.cjs → textarea-D9egO4qC.cjs} +1 -1
  148. package/lib/{throttle-BIkZV3Y_.js → throttle-DsowOft0.js} +1 -1
  149. package/lib/updatePosition-Bbd8ETMv.js +16 -0
  150. package/lib/updatePosition-M2IyqkI1.cjs +1 -0
  151. package/lib/{useButtonProps-DTngjZge.js → useButtonProps-C_bqxmHi.js} +14 -14
  152. package/lib/{useButtonProps-BqBGuqoP.cjs → useButtonProps-DEtmDVPr.cjs} +1 -1
  153. package/package.json +1 -1
  154. package/lib/dropdown-menu-BvVMltdB.cjs +0 -1
  155. package/lib/floating-ui.dom-U1vPFQ5f.js +0 -1151
  156. package/lib/floating-ui.dom-VCrc58uF.cjs +0 -1
  157. package/lib/index-DvvMf6Wu.cjs +0 -7
  158. package/lib/updatePosition-GLTrgcib.js +0 -215
  159. package/lib/updatePosition-u2mTh3mG.cjs +0 -1
@@ -1 +1 @@
1
- "use strict";const S=require("./index-BBNITgNi.cjs"),t=require("react/jsx-runtime"),h=require("react"),qt=require("./index-DvvMf6Wu.cjs"),$t=require("./index-FSRjMsxW.cjs"),Dt=require("./label-C8BonzOY.cjs"),At=require("./input-BtDj0NeF.cjs"),Mt=require("./button-U6XpZt2X.cjs"),je=require("./useButtonProps-BqBGuqoP.cjs"),we=require("./popover-DjL0De8d.cjs"),Vt=require("./Icon-b6HQAURz.cjs"),Wt="_verified_lvyh0_1",We={verified:Wt},Bt=()=>t.jsx("svg",{viewBox:"0 0 24 24","aria-label":"Verified account",role:"img",className:We.verified,children:t.jsx("g",{children:t.jsx("path",{d:"M22.25 12c0-1.43-.88-2.67-2.19-3.34.46-1.39.2-2.9-.81-3.91s-2.52-1.27-3.91-.81c-.66-1.31-1.91-2.19-3.34-2.19s-2.67.88-3.33 2.19c-1.4-.46-2.91-.2-3.92.81s-1.26 2.52-.8 3.91c-1.31.67-2.2 1.91-2.2 3.34s.89 2.67 2.2 3.34c-.46 1.39-.21 2.9.8 3.91s2.52 1.26 3.91.81c.67 1.31 1.91 2.19 3.34 2.19s2.68-.88 3.34-2.19c1.39.45 2.9.2 3.91-.81s1.27-2.52.81-3.91c1.31-.67 2.19-1.91 2.19-3.34zm-11.71 4.2L6.8 12.46l1.41-1.42 2.26 2.26 4.8-5.23 1.47 1.36-6.2 6.77z"})})}),Pt=()=>t.jsx("svg",{viewBox:"0 0 22 22","aria-label":"Verified account",role:"img",className:We.verified,children:t.jsxs("g",{children:[t.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"0-a",x1:"4.411",x2:"18.083",y1:"2.495",y2:"21.508",children:[t.jsx("stop",{offset:"0",stopColor:"#f4e72a"}),t.jsx("stop",{offset:".539",stopColor:"#cd8105"}),t.jsx("stop",{offset:".68",stopColor:"#cb7b00"}),t.jsx("stop",{offset:"1",stopColor:"#f4ec26"}),t.jsx("stop",{offset:"1",stopColor:"#f4e72a"})]}),t.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"0-b",x1:"5.355",x2:"16.361",y1:"3.395",y2:"19.133",children:[t.jsx("stop",{offset:"0",stopColor:"#f9e87f"}),t.jsx("stop",{offset:".406",stopColor:"#e2b719"}),t.jsx("stop",{offset:".989",stopColor:"#e2b719"})]}),t.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",children:[t.jsx("path",{d:"M13.324 3.848L11 1.6 8.676 3.848l-3.201-.453-.559 3.184L2.06 8.095 3.48 11l-1.42 2.904 2.856 1.516.559 3.184 3.201-.452L11 20.4l2.324-2.248 3.201.452.559-3.184 2.856-1.516L18.52 11l1.42-2.905-2.856-1.516-.559-3.184zm-7.09 7.575l3.428 3.428 5.683-6.206-1.347-1.247-4.4 4.795-2.072-2.072z",fill:"url(#0-a)"}),t.jsx("path",{d:"M13.101 4.533L11 2.5 8.899 4.533l-2.895-.41-.505 2.88-2.583 1.37L4.2 11l-1.284 2.627 2.583 1.37.505 2.88 2.895-.41L11 19.5l2.101-2.033 2.895.41.505-2.88 2.583-1.37L17.8 11l1.284-2.627-2.583-1.37-.505-2.88zm-6.868 6.89l3.429 3.428 5.683-6.206-1.347-1.247-4.4 4.795-2.072-2.072z",fill:"url(#0-b)"}),t.jsx("path",{d:"M6.233 11.423l3.429 3.428 5.65-6.17.038-.033-.005 1.398-5.683 6.206-3.429-3.429-.003-1.405.005.003z",fill:"#d18800"})]})]})}),Ft=()=>t.jsx("svg",{viewBox:"0 0 22 22","aria-label":"Verified account",role:"img",className:We.verified,children:t.jsx("g",{children:t.jsx("path",{clipRule:"evenodd",d:"M12.05 2.056c-.568-.608-1.532-.608-2.1 0l-1.393 1.49c-.284.303-.685.47-1.1.455L5.42 3.932c-.832-.028-1.514.654-1.486 1.486l.069 2.039c.014.415-.152.816-.456 1.1l-1.49 1.392c-.608.568-.608 1.533 0 2.101l1.49 1.393c.304.284.47.684.456 1.1l-.07 2.038c-.027.832.655 1.514 1.487 1.486l2.038-.069c.415-.014.816.152 1.1.455l1.392 1.49c.569.609 1.533.609 2.102 0l1.393-1.49c.283-.303.684-.47 1.099-.455l2.038.069c.832.028 1.515-.654 1.486-1.486L18 14.542c-.015-.415.152-.815.455-1.099l1.49-1.393c.608-.568.608-1.533 0-2.101l-1.49-1.393c-.303-.283-.47-.684-.455-1.1l.068-2.038c.029-.832-.654-1.514-1.486-1.486l-2.038.07c-.415.013-.816-.153-1.1-.456zm-5.817 9.367l3.429 3.428 5.683-6.206-1.347-1.247-4.4 4.795-2.072-2.072z",fillRule:"evenodd"})})}),Ut="_root_98iqw_1",zt="_article_98iqw_21",et={root:Ut,article:zt},Be=({className:e,children:n})=>t.jsx("div",{className:S.clsx("react-tweet-theme",et.root,e),children:t.jsx("article",{className:et.article,children:n})}),ht=e=>t.jsx("img",{...e}),Ht="_verifiedOld_lcna5_1",Gt="_verifiedBlue_lcna5_4",Xt="_verifiedGovernment_lcna5_7",ye={verifiedOld:Ht,verifiedBlue:Gt,verifiedGovernment:Xt},_t=({user:e,className:n})=>{const r=e.verified||e.is_blue_verified||e.verified_type;let s=t.jsx(Bt,{}),o=ye.verifiedBlue;if(r)switch(e.is_blue_verified||(o=ye.verifiedOld),e.verified_type){case"Government":s=t.jsx(Ft,{}),o=ye.verifiedGovernment;break;case"Business":s=t.jsx(Pt,{}),o=null;break}return r?t.jsx("div",{className:S.clsx(n,o),children:s}):null},Kt="_label_36ucz_1",Qt={label:Kt},mt=({user:e,className:n})=>{var r;const s=e.highlighted_label;if(!s)return null;const o=(r=s.badge)==null?void 0:r.url;return o?t.jsx("div",{className:S.clsx(Qt.label,n),children:t.jsx("img",{src:o,alt:s.description})}):null},Jt="_header_nqq4j_1",Yt="_avatar_nqq4j_11",Zt="_avatarOverflow_nqq4j_16",en="_avatarSquare_nqq4j_23",tn="_avatarShadow_nqq4j_26",nn="_author_nqq4j_37",rn="_authorLink_nqq4j_44",sn="_authorVerified_nqq4j_53",on="_authorLinkText_nqq4j_56",an="_authorMeta_nqq4j_63",cn="_authorFollow_nqq4j_66",ln="_username_nqq4j_69",dn="_follow_nqq4j_74",un="_separator_nqq4j_82",fn="_brand_nqq4j_86",hn="_twitterIcon_nqq4j_90",T={header:Jt,avatar:Yt,avatarOverflow:Zt,avatarSquare:en,avatarShadow:tn,author:nn,authorLink:rn,authorVerified:sn,authorLinkText:on,authorMeta:an,authorFollow:cn,username:ln,follow:dn,separator:un,brand:fn,twitterIcon:hn},_n=({tweet:e,components:n})=>{var r;const s=(r=n==null?void 0:n.AvatarImg)!=null?r:ht,{user:o}=e;return t.jsxs("div",{className:T.header,children:[t.jsxs("a",{href:e.url,className:T.avatar,target:"_blank",rel:"noopener noreferrer",children:[t.jsx("div",{className:S.clsx(T.avatarOverflow,o.profile_image_shape==="Square"&&T.avatarSquare),children:t.jsx(s,{src:o.profile_image_url_https,alt:o.name,width:48,height:48})}),t.jsx("div",{className:T.avatarOverflow,children:t.jsx("div",{className:T.avatarShadow})})]}),t.jsxs("div",{className:T.author,children:[t.jsxs("a",{href:e.url,className:T.authorLink,target:"_blank",rel:"noopener noreferrer",children:[t.jsx("div",{className:T.authorLinkText,children:t.jsx("span",{title:o.name,children:o.name})}),t.jsx(_t,{user:o,className:T.authorVerified}),t.jsx(mt,{user:o})]}),t.jsxs("div",{className:T.authorMeta,children:[t.jsx("a",{href:e.url,className:T.username,target:"_blank",rel:"noopener noreferrer",children:t.jsxs("span",{title:`@${o.screen_name}`,children:["@",o.screen_name]})}),t.jsxs("div",{className:T.authorFollow,children:[t.jsx("span",{className:T.separator,children:"·"}),t.jsx("a",{href:o.follow_url,className:T.follow,target:"_blank",rel:"noopener noreferrer",children:"Follow"})]})]})]}),t.jsx("a",{href:e.url,className:T.brand,target:"_blank",rel:"noopener noreferrer","aria-label":"View on Twitter",children:t.jsx("svg",{viewBox:"0 0 24 24","aria-hidden":"true",className:T.twitterIcon,children:t.jsx("g",{children:t.jsx("path",{d:"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"})})})})]})},mn="_root_1ec15_1",pn={root:mn},xn=({tweet:e})=>t.jsxs("a",{href:e.in_reply_to_url,className:pn.root,target:"_blank",rel:"noopener noreferrer",children:["Replying to @",e.in_reply_to_screen_name]}),vn="_root_eihfa_1",gn={root:vn},pt=({href:e,children:n})=>t.jsx("a",{href:e,className:gn.root,target:"_blank",rel:"noopener noreferrer nofollow",children:n}),jn="_root_1xq52_1",wn={root:jn},yn=({tweet:e})=>t.jsxs("p",{className:wn.root,lang:e.lang,dir:"auto",children:[e.entities.map((n,r)=>{switch(n.type){case"hashtag":case"mention":case"url":case"symbol":return t.jsx(pt,{href:n.href,children:n.text},r);case"media":return;default:return t.jsx("span",{dangerouslySetInnerHTML:{__html:n.text}},r)}}),e.note_tweet?t.jsx(bn,{tweet:e}):null]});function bn({tweet:e}){return t.jsxs(pt,{href:e.url,children:[t.jsx("span",{children:" "}),"Show more"]})}const Tn={hour:"numeric",minute:"2-digit",hour12:!0,weekday:"short",month:"short",day:"numeric",year:"numeric"},Nn=new Intl.DateTimeFormat("en-US",Tn),Rn=e=>{const n={};for(const r of e)n[r.type]=r.value;return n},Sn=e=>{const n=Rn(Nn.formatToParts(e)),r=`${n.hour}:${n.minute} ${n.dayPeriod}`,s=`${n.month} ${n.day}, ${n.year}`;return`${r} · ${s}`},tt=e=>`https://x.com/${e.user.screen_name}/status/${e.id_str}`,xt=e=>`https://x.com/${typeof e=="string"?e:e.user.screen_name}`,In=e=>`https://x.com/intent/like?tweet_id=${e.id_str}`,kn=e=>`https://x.com/intent/tweet?in_reply_to=${e.id_str}`,En=e=>`https://x.com/intent/follow?screen_name=${e.user.screen_name}`,Cn=e=>`https://x.com/hashtag/${e.text}`,On=e=>`https://x.com/search?q=%24${e.text}`,Ln=e=>`https://x.com/${e.in_reply_to_screen_name}/status/${e.in_reply_to_status_id_str}`,vt=(e,n)=>{const r=new URL(e.media_url_https),s=r.pathname.split(".").pop();return s?(r.pathname=r.pathname.replace(`.${s}`,""),r.searchParams.set("format",s),r.searchParams.set("name",n),r.toString()):e.media_url_https},qn=e=>{const{variants:n}=e.video_info;return n.filter(s=>s.content_type==="video/mp4").sort((s,o)=>{var a,i;return((a=o.bitrate)!=null?a:0)-((i=s.bitrate)!=null?i:0)})},$n=e=>{const n=qn(e);return n.length>1?n[1]:n[0]},Ce=e=>e>999999?`${(e/1e6).toFixed(1)}M`:e>999?`${(e/1e3).toFixed(1)}K`:e.toString();function nt(e){const n=Array.from(e.text),r=[{indices:e.display_text_range,type:"text"}];return ce(r,"hashtag",e.entities.hashtags),ce(r,"mention",e.entities.user_mentions),ce(r,"url",e.entities.urls),ce(r,"symbol",e.entities.symbols),e.entities.media&&ce(r,"media",e.entities.media),Dn(e,r),r.map(s=>{const o=n.slice(s.indices[0],s.indices[1]).join("");switch(s.type){case"hashtag":return Object.assign(s,{href:Cn(s),text:o});case"mention":return Object.assign(s,{href:xt(s.screen_name),text:o});case"url":case"media":return Object.assign(s,{href:s.expanded_url,text:s.display_url});case"symbol":return Object.assign(s,{href:On(s),text:o});default:return Object.assign(s,{text:o})}})}function ce(e,n,r){for(const s of r)for(const[o,a]of e.entries()){if(a.indices[0]>s.indices[0]||a.indices[1]<s.indices[1])continue;const i=[{...s,type:n}];a.indices[0]<s.indices[0]&&i.unshift({indices:[a.indices[0],s.indices[0]],type:"text"}),a.indices[1]>s.indices[1]&&i.push({indices:[s.indices[1],a.indices[1]],type:"text"}),e.splice(o,1,...i);break}}function Dn(e,n){e.entities.media&&e.entities.media[0].indices[0]<e.display_text_range[1]&&(e.display_text_range[1]=e.entities.media[0].indices[0]);const r=n.at(-1);r&&r.indices[1]>e.display_text_range[1]&&(r.indices[1]=e.display_text_range[1])}const An=e=>({...e,url:tt(e),user:{...e.user,url:xt(e),follow_url:En(e)},like_url:In(e),reply_url:kn(e),in_reply_to_url:e.in_reply_to_screen_name?Ln(e):void 0,entities:nt(e),quoted_tweet:e.quoted_tweet?{...e.quoted_tweet,url:tt(e.quoted_tweet),entities:nt(e.quoted_tweet)}:void 0}),Mn="_root_g9tkv_1",Vn="_rounded_g9tkv_6",Wn="_mediaWrapper_g9tkv_10",Bn="_grid2Columns_g9tkv_17",Pn="_grid3_g9tkv_20",Fn="_grid2x2_g9tkv_23",Un="_mediaContainer_g9tkv_26",zn="_mediaLink_g9tkv_34",Hn="_skeleton_g9tkv_38",Gn="_image_g9tkv_43",C={root:Mn,rounded:Vn,mediaWrapper:Wn,grid2Columns:Bn,grid3:Pn,grid2x2:Fn,mediaContainer:Un,mediaLink:zn,skeleton:Hn,image:Gn},Xn="_anchor_fp31d_1",Kn="_videoButton_fp31d_17",Qn="_videoButtonIcon_fp31d_35",Jn="_watchOnTwitter_fp31d_44",Yn="_viewReplies_fp31d_60",se={anchor:Xn,videoButton:Kn,videoButtonIcon:Qn,watchOnTwitter:Jn,viewReplies:Yn},Zn=({tweet:e,media:n})=>{const[r,s]=h.useState(!0),[o,a]=h.useState(!1),[i,c]=h.useState(!1),f=$n(n);let d=0;return t.jsxs(t.Fragment,{children:[t.jsx("video",{className:C.image,poster:vt(n,"small"),controls:!r,playsInline:!0,preload:"none",tabIndex:r?-1:0,onPlay:()=>{d&&window.clearTimeout(d),o||a(!0),i&&c(!1)},onPause:()=>{d&&window.clearTimeout(d),d=window.setTimeout(()=>{o&&a(!1),d=0},100)},onEnded:()=>{c(!0)},children:t.jsx("source",{src:f.url,type:f.content_type})}),r&&t.jsx("button",{type:"button",className:se.videoButton,"aria-label":"View video on X",onClick:v=>{const m=v.currentTarget.previousSibling;v.preventDefault(),s(!1),m.load(),m.play().then(()=>{a(!0),m.focus()}).catch(w=>{console.error("Error playing video:",w),s(!0),a(!1)})},children:t.jsx("svg",{viewBox:"0 0 24 24",className:se.videoButtonIcon,"aria-hidden":"true",children:t.jsx("g",{children:t.jsx("path",{d:"M21 12L4 2v20l17-10z"})})})}),!o&&!i&&t.jsx("div",{className:se.watchOnTwitter,children:t.jsx("a",{href:e.url,className:se.anchor,target:"_blank",rel:"noopener noreferrer",children:r?"Watch on X":"Continue watching on X"})}),i&&t.jsx("a",{href:e.url,className:S.clsx(se.anchor,se.viewReplies),target:"_blank",rel:"noopener noreferrer",children:"View replies"})]})},er=e=>t.jsx("img",{...e}),rt=(e,n)=>{let r=56.25;return n===1&&(r=100/e.original_info.width*e.original_info.height),n===2&&(r=r*2),{width:e.type==="photo"?void 0:"unset",paddingBottom:`${r}%`}},gt=({tweet:e,components:n,quoted:r})=>{var s,o,a;const i=(a=(s=e.mediaDetails)==null?void 0:s.length)!=null?a:0;var c;const f=(c=n==null?void 0:n.MediaImg)!=null?c:er;return t.jsx("div",{className:S.clsx(C.root,!r&&C.rounded),children:t.jsx("div",{className:S.clsx(C.mediaWrapper,i>1&&C.grid2Columns,i===3&&C.grid3,i>4&&C.grid2x2),children:(o=e.mediaDetails)==null?void 0:o.map(d=>t.jsx(h.Fragment,{children:d.type==="photo"?t.jsxs("a",{href:e.url,className:S.clsx(C.mediaContainer,C.mediaLink),target:"_blank",rel:"noopener noreferrer",children:[t.jsx("div",{className:C.skeleton,style:rt(d,i)}),t.jsx(f,{src:vt(d,"small"),alt:d.ext_alt_text||"Image",className:C.image,draggable:!0})]},d.media_url_https):t.jsxs("div",{className:C.mediaContainer,children:[t.jsx("div",{className:C.skeleton,style:rt(d,i)}),t.jsx(Zn,{tweet:e,media:d})]},d.media_url_https)},d.media_url_https))})})},tr="_root_i24yn_1",nr={root:tr},rr=({tweet:e})=>{const n=new Date(e.created_at),r=Sn(n);return t.jsx("a",{className:nr.root,href:e.url,target:"_blank",rel:"noopener noreferrer","aria-label":r,children:t.jsx("time",{dateTime:n.toISOString(),children:r})})},sr="_info_19qcj_1",or="_infoLink_19qcj_10",ir="_infoIcon_19qcj_30",be={info:sr,infoLink:or,infoIcon:ir},ar=({tweet:e})=>t.jsxs("div",{className:be.info,children:[t.jsx(rr,{tweet:e}),t.jsx("a",{className:be.infoLink,href:"https://help.x.com/en/x-for-websites-ads-info-and-privacy",target:"_blank",rel:"noopener noreferrer","aria-label":"Twitter for Websites, Ads Information and Privacy",children:t.jsx("svg",{viewBox:"0 0 24 24","aria-hidden":"true",className:be.infoIcon,children:t.jsx("g",{children:t.jsx("path",{d:"M13.5 8.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5S11.17 7 12 7s1.5.67 1.5 1.5zM13 17v-5h-2v5h2zm-1 5.25c5.66 0 10.25-4.59 10.25-10.25S17.66 1.75 12 1.75 1.75 6.34 1.75 12 6.34 22.25 12 22.25zM20.25 12c0 4.56-3.69 8.25-8.25 8.25S3.75 16.56 3.75 12 7.44 3.75 12 3.75s8.25 3.69 8.25 8.25z"})})})})]}),cr="_actions_n2anf_1",lr="_like_n2anf_13",dr="_reply_n2anf_14",ur="_copy_n2anf_15",fr="_likeIconWrapper_n2anf_27",hr="_likeCount_n2anf_30",_r="_replyIconWrapper_n2anf_35",mr="_copyIconWrapper_n2anf_36",pr="_likeIcon_n2anf_27",xr="_replyIcon_n2anf_35",vr="_copyIcon_n2anf_36",gr="_replyText_n2anf_56",jr="_copyText_n2anf_57",k={actions:cr,like:lr,reply:dr,copy:ur,likeIconWrapper:fr,likeCount:hr,replyIconWrapper:_r,copyIconWrapper:mr,likeIcon:pr,replyIcon:xr,copyIcon:vr,replyText:gr,copyText:jr},wr=({tweet:e})=>{const[n,r]=h.useState(!1),s=()=>{navigator.clipboard.writeText(e.url),r(!0)};return h.useEffect(()=>{if(n){const o=setTimeout(()=>{r(!1)},6e3);return()=>clearTimeout(o)}},[n]),t.jsxs("button",{type:"button",className:k.copy,"aria-label":"Copy link",onClick:s,children:[t.jsx("div",{className:k.copyIconWrapper,children:n?t.jsx("svg",{viewBox:"0 0 24 24",className:k.copyIcon,"aria-hidden":"true",children:t.jsx("g",{children:t.jsx("path",{d:"M9.64 18.952l-5.55-4.861 1.317-1.504 3.951 3.459 8.459-10.948L19.4 6.32 9.64 18.952z"})})}):t.jsx("svg",{viewBox:"0 0 24 24",className:k.copyIcon,"aria-hidden":"true",children:t.jsx("g",{children:t.jsx("path",{d:"M18.36 5.64c-1.95-1.96-5.11-1.96-7.07 0L9.88 7.05 8.46 5.64l1.42-1.42c2.73-2.73 7.16-2.73 9.9 0 2.73 2.74 2.73 7.17 0 9.9l-1.42 1.42-1.41-1.42 1.41-1.41c1.96-1.96 1.96-5.12 0-7.07zm-2.12 3.53l-7.07 7.07-1.41-1.41 7.07-7.07 1.41 1.41zm-12.02.71l1.42-1.42 1.41 1.42-1.41 1.41c-1.96 1.96-1.96 5.12 0 7.07 1.95 1.96 5.11 1.96 7.07 0l1.41-1.41 1.42 1.41-1.42 1.42c-2.73 2.73-7.16 2.73-9.9 0-2.73-2.74-2.73-7.17 0-9.9z"})})})}),t.jsx("span",{className:k.copyText,children:n?"Copied!":"Copy link"})]})},yr=({tweet:e})=>{const n=Ce(e.favorite_count);return t.jsxs("div",{className:k.actions,children:[t.jsxs("a",{className:k.like,href:e.like_url,target:"_blank",rel:"noopener noreferrer","aria-label":`Like. This Tweet has ${n} likes`,children:[t.jsx("div",{className:k.likeIconWrapper,children:t.jsx("svg",{viewBox:"0 0 24 24",className:k.likeIcon,"aria-hidden":"true",children:t.jsx("g",{children:t.jsx("path",{d:"M20.884 13.19c-1.351 2.48-4.001 5.12-8.379 7.67l-.503.3-.504-.3c-4.379-2.55-7.029-5.19-8.382-7.67-1.36-2.5-1.41-4.86-.514-6.67.887-1.79 2.647-2.91 4.601-3.01 1.651-.09 3.368.56 4.798 2.01 1.429-1.45 3.146-2.1 4.796-2.01 1.954.1 3.714 1.22 4.601 3.01.896 1.81.846 4.17-.514 6.67z"})})})}),t.jsx("span",{className:k.likeCount,children:n})]}),t.jsxs("a",{className:k.reply,href:e.reply_url,target:"_blank",rel:"noopener noreferrer","aria-label":"Reply to this Tweet on Twitter",children:[t.jsx("div",{className:k.replyIconWrapper,children:t.jsx("svg",{viewBox:"0 0 24 24",className:k.replyIcon,"aria-hidden":"true",children:t.jsx("g",{children:t.jsx("path",{d:"M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01z"})})})}),t.jsx("span",{className:k.replyText,children:"Reply"})]}),t.jsx(wr,{tweet:e})]})},br="_replies_1cutb_1",Tr="_link_1cutb_4",Nr="_text_1cutb_23",Te={replies:br,link:Tr,text:Nr},Rr=({tweet:e})=>t.jsx("div",{className:Te.replies,children:t.jsx("a",{className:Te.link,href:e.url,target:"_blank",rel:"noopener noreferrer",children:t.jsx("span",{className:Te.text,children:e.conversation_count===0?"Read more on X":e.conversation_count===1?`Read ${Ce(e.conversation_count)} reply`:`Read ${Ce(e.conversation_count)} replies`})})}),Sr="_root_q5799_1",Ir="_article_q5799_16",st={root:Sr,article:Ir},kr=({tweet:e,children:n})=>t.jsx("div",{className:st.root,onClick:r=>{r.preventDefault(),window.open(e.url,"_blank")},children:t.jsx("article",{className:st.article,children:n})}),Er="_header_f00ab_1",Cr="_avatar_f00ab_11",Or="_avatarOverflow_f00ab_16",Lr="_avatarSquare_f00ab_23",qr="_author_f00ab_27",$r="_authorText_f00ab_33",Dr="_username_f00ab_40",K={header:Er,avatar:Cr,avatarOverflow:Or,avatarSquare:Lr,author:qr,authorText:$r,username:Dr},Ar=({tweet:e,components:n})=>{const{user:r}=e;var s;const o=(s=n==null?void 0:n.AvatarImg)!=null?s:ht;return t.jsxs("div",{className:K.header,children:[t.jsx("a",{href:e.url,className:K.avatar,target:"_blank",rel:"noopener noreferrer",children:t.jsx("div",{className:S.clsx(K.avatarOverflow,r.profile_image_shape==="Square"&&K.avatarSquare),children:t.jsx(o,{src:r.profile_image_url_https,alt:r.name,width:20,height:20})})}),t.jsxs("div",{className:K.author,children:[t.jsx("div",{className:K.authorText,children:t.jsx("span",{title:r.name,children:r.name})}),t.jsx(_t,{user:r}),t.jsx(mt,{user:r}),t.jsx("div",{className:K.username,children:t.jsxs("span",{title:`@${r.screen_name}`,children:["@",r.screen_name]})})]})]})},Mr="_root_175ot_1",Vr={root:Mr},Wr=({tweet:e})=>t.jsx("p",{className:Vr.root,lang:e.lang,dir:"auto",children:e.entities.map((n,r)=>t.jsx("span",{dangerouslySetInnerHTML:{__html:n.text}},r))}),Br=({tweet:e,components:n})=>{var r;return t.jsxs(kr,{tweet:e,children:[t.jsx(Ar,{tweet:e,components:n}),t.jsx(Wr,{tweet:e}),(r=e.mediaDetails)!=null&&r.length?t.jsx(gt,{quoted:!0,tweet:e}):null]})},Pr=({tweet:e,components:n})=>{var r;const s=h.useMemo(()=>An(e),[e]);return t.jsxs(Be,{children:[t.jsx(_n,{tweet:s,components:n}),s.in_reply_to_status_id_str&&t.jsx(xn,{tweet:s}),t.jsx(yn,{tweet:s}),(r=s.mediaDetails)!=null&&r.length?t.jsx(gt,{tweet:s,components:n}):null,s.quoted_tweet&&t.jsx(Br,{tweet:s.quoted_tweet,components:n}),t.jsx(ar,{tweet:s}),t.jsx(yr,{tweet:s}),t.jsx(Rr,{tweet:s})]})},Fr="_root_16yxa_1",Ur={root:Fr},zr=e=>t.jsx(Be,{children:t.jsxs("div",{className:Ur.root,children:[t.jsx("h3",{children:"Tweet not found"}),t.jsx("p",{children:"The embedded tweet could not be found…"})]})}),Hr="_skeleton_oi7hr_1",Gr={skeleton:Hr},_e=({style:e})=>t.jsx("span",{className:Gr.skeleton,style:e}),Xr="_root_17qqv_1",Kr={root:Xr},Qr=()=>t.jsxs(Be,{className:Kr.root,children:[t.jsx(_e,{style:{height:"3rem",marginBottom:"0.75rem"}}),t.jsx(_e,{style:{height:"6rem",margin:"0.5rem 0"}}),t.jsx("div",{style:{borderTop:"var(--tweet-border)",margin:"0.5rem 0"}}),t.jsx(_e,{style:{height:"2rem"}}),t.jsx(_e,{style:{height:"2rem",borderRadius:"9999px",marginTop:"0.5rem"}})]}),jt=0,wt=1,yt=2,ot=3;var it=Object.prototype.hasOwnProperty;function Oe(e,n){var r,s;if(e===n)return!0;if(e&&n&&(r=e.constructor)===n.constructor){if(r===Date)return e.getTime()===n.getTime();if(r===RegExp)return e.toString()===n.toString();if(r===Array){if((s=e.length)===n.length)for(;s--&&Oe(e[s],n[s]););return s===-1}if(!r||typeof e=="object"){s=0;for(r in e)if(it.call(e,r)&&++s&&!it.call(n,r)||!(r in n)||!Oe(e[r],n[r]))return!1;return Object.keys(n).length===s}}return e!==e&&n!==n}const F=new WeakMap,U=()=>{},R=U(),Le=Object,u=e=>e===R,W=e=>typeof e=="function",z=(e,n)=>({...e,...n}),bt=e=>W(e.then),Ne={},me={},Pe="undefined",le=typeof window!=Pe,qe=typeof document!=Pe,Jr=le&&"Deno"in window,Yr=()=>le&&typeof window.requestAnimationFrame!=Pe,Tt=(e,n)=>{const r=F.get(e);return[()=>!u(n)&&e.get(n)||Ne,s=>{if(!u(n)){const o=e.get(n);n in me||(me[n]=o),r[5](n,z(o,s),o||Ne)}},r[6],()=>!u(n)&&n in me?me[n]:!u(n)&&e.get(n)||Ne]};let $e=!0;const Zr=()=>$e,[De,Ae]=le&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[U,U],es=()=>{const e=qe&&document.visibilityState;return u(e)||e!=="hidden"},ts=e=>(qe&&document.addEventListener("visibilitychange",e),De("focus",e),()=>{qe&&document.removeEventListener("visibilitychange",e),Ae("focus",e)}),ns=e=>{const n=()=>{$e=!0,e()},r=()=>{$e=!1};return De("online",n),De("offline",r),()=>{Ae("online",n),Ae("offline",r)}},rs={isOnline:Zr,isVisible:es},ss={initFocus:ts,initReconnect:ns},at=!h.useId,oe=!le||Jr,os=e=>Yr()?window.requestAnimationFrame(e):setTimeout(e,1),Re=oe?h.useEffect:h.useLayoutEffect,Se=typeof navigator<"u"&&navigator.connection,ct=!oe&&Se&&(["slow-2g","2g"].includes(Se.effectiveType)||Se.saveData),pe=new WeakMap,is=e=>Le.prototype.toString.call(e),Ie=(e,n)=>e===`[object ${n}]`;let as=0;const Me=e=>{const n=typeof e,r=is(e),s=Ie(r,"Date"),o=Ie(r,"RegExp"),a=Ie(r,"Object");let i,c;if(Le(e)===e&&!s&&!o){if(i=pe.get(e),i)return i;if(i=++as+"~",pe.set(e,i),Array.isArray(e)){for(i="@",c=0;c<e.length;c++)i+=Me(e[c])+",";pe.set(e,i)}if(a){i="#";const f=Le.keys(e).sort();for(;!u(c=f.pop());)u(e[c])||(i+=c+":"+Me(e[c])+",");pe.set(e,i)}}else i=s?e.toJSON():n=="symbol"?e.toString():n=="string"?JSON.stringify(e):""+e;return i},Fe=e=>{if(W(e))try{e=e()}catch{e=""}const n=e;return e=typeof e=="string"?e:(Array.isArray(e)?e.length:e)?Me(e):"",[e,n]};let cs=0;const Ve=()=>++cs;async function Nt(...e){const[n,r,s,o]=e,a=z({populateCache:!0,throwOnError:!0},typeof o=="boolean"?{revalidate:o}:o||{});let i=a.populateCache;const c=a.rollbackOnError;let f=a.optimisticData;const d=w=>typeof c=="function"?c(w):c!==!1,v=a.throwOnError;if(W(r)){const w=r,N=[],E=n.keys();for(const L of E)!/^\$(inf|sub)\$/.test(L)&&w(n.get(L)._k)&&N.push(L);return Promise.all(N.map(m))}return m(r);async function m(w){const[N]=Fe(w);if(!N)return;const[E,L]=Tt(n,N),[D,ie,l,de]=F.get(n),Q=()=>{const q=D[N];return(W(a.revalidate)?a.revalidate(E().data,w):a.revalidate!==!1)&&(delete l[N],delete de[N],q&&q[0])?q[0](yt).then(()=>E().data):E().data};if(e.length<3)return Q();let y=s,A,M=!1;const J=Ve();ie[N]=[J,0];const p=!u(f),Y=E(),V=Y.data,Z=Y._c,H=u(Z)?V:Z;if(p&&(f=W(f)?f(H,V):f,L({data:f,_c:H})),W(y))try{y=y(H)}catch(q){A=q,M=!0}if(y&&bt(y))if(y=await y.catch(q=>{A=q,M=!0}),J!==ie[N][0]){if(M)throw A;return y}else M&&p&&d(A)&&(i=!0,L({data:H,_c:R}));if(i&&!M)if(W(i)){const q=i(y,H);L({data:q,error:R,_c:R})}else L({data:y,error:R,_c:R});if(ie[N][1]=Ve(),Promise.resolve(Q()).then(()=>{L({_c:R})}),M){if(v)throw A;return}return y}}const lt=(e,n)=>{for(const r in e)e[r][0]&&e[r][0](n)},ls=(e,n)=>{if(!F.has(e)){const r=z(ss,n),s=Object.create(null),o=Nt.bind(R,e);let a=U;const i=Object.create(null),c=(v,m)=>{const w=i[v]||[];return i[v]=w,w.push(m),()=>w.splice(w.indexOf(m),1)},f=(v,m,w)=>{e.set(v,m);const N=i[v];if(N)for(const E of N)E(m,w)},d=()=>{if(!F.has(e)&&(F.set(e,[s,Object.create(null),Object.create(null),Object.create(null),o,f,c]),!oe)){const v=r.initFocus(setTimeout.bind(R,lt.bind(R,s,jt))),m=r.initReconnect(setTimeout.bind(R,lt.bind(R,s,wt)));a=()=>{v&&v(),m&&m(),F.delete(e)}}};return d(),[e,o,d,a]}return[e,F.get(e)[4]]},ds=(e,n,r,s,o)=>{const a=r.errorRetryCount,i=o.retryCount,c=~~((Math.random()+.5)*(1<<(i<8?i:8)))*r.errorRetryInterval;!u(a)&&i>a||setTimeout(s,c,o)},us=Oe,[Rt,fs]=ls(new Map),hs=z({onLoadingSlow:U,onSuccess:U,onError:U,onErrorRetry:ds,onDiscarded:U,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:ct?1e4:5e3,focusThrottleInterval:5*1e3,dedupingInterval:2*1e3,loadingTimeout:ct?5e3:3e3,compare:us,isPaused:()=>!1,cache:Rt,mutate:fs,fallback:{}},rs),_s=(e,n)=>{const r=z(e,n);if(n){const{use:s,fallback:o}=e,{use:a,fallback:i}=n;s&&a&&(r.use=s.concat(a)),o&&i&&(r.fallback=z(o,i))}return r},ms=h.createContext({}),ps="$inf$",St=le&&window.__SWR_DEVTOOLS_USE__,xs=St?window.__SWR_DEVTOOLS_USE__:[],vs=()=>{St&&(window.__SWR_DEVTOOLS_REACT__=h)},gs=e=>W(e[1])?[e[0],e[1],e[2]||{}]:[e[0],null,(e[1]===null?e[2]:e[1])||{}],js=()=>{const e=h.useContext(ms);return h.useMemo(()=>z(hs,e),[e])},ws=e=>(n,r,s)=>e(n,r&&((...a)=>{const[i]=Fe(n),[,,,c]=F.get(Rt);if(i.startsWith(ps))return r(...a);const f=c[i];return u(f)?r(...a):(delete c[i],f)}),s),ys=xs.concat(ws),bs=e=>function(...r){const s=js(),[o,a,i]=gs(r),c=_s(s,i);let f=e;const{use:d}=c,v=(d||[]).concat(ys);for(let m=v.length;m--;)f=v[m](f);return f(o,a||c.fetcher||null,c)},Ts=(e,n,r)=>{const s=n[e]||(n[e]=[]);return s.push(r),()=>{const o=s.indexOf(r);o>=0&&(s[o]=s[s.length-1],s.pop())}};vs();const ke=h.use||(e=>{switch(e.status){case"pending":throw e;case"fulfilled":return e.value;case"rejected":throw e.reason;default:throw e.status="pending",e.then(n=>{e.status="fulfilled",e.value=n},n=>{e.status="rejected",e.reason=n}),e}}),Ee={dedupe:!0},dt=Promise.resolve(R),Ns=(e,n,r)=>{const{cache:s,compare:o,suspense:a,fallbackData:i,revalidateOnMount:c,revalidateIfStale:f,refreshInterval:d,refreshWhenHidden:v,refreshWhenOffline:m,keepPreviousData:w,strictServerPrefetchWarning:N}=r,[E,L,D,ie]=F.get(s),[l,de]=Fe(e),Q=h.useRef(!1),y=h.useRef(!1),A=h.useRef(l),M=h.useRef(n),J=h.useRef(r),p=()=>J.current,Y=()=>p().isVisible()&&p().isOnline(),[V,Z,H,q]=Tt(s,l),ee=h.useRef({}).current,ue=u(i)?u(r.fallback)?R:r.fallback[l]:i,ze=(_,x)=>{for(const j in ee){const g=j;if(g==="data"){if(!o(_[g],x[g])&&(!u(_[g])||!o(he,x[g])))return!1}else if(x[g]!==_[g])return!1}return!0},He=h.useMemo(()=>{const _=!l||!n?!1:u(c)?p().isPaused()||a?!1:f!==!1:c,x=I=>{const B=z(I);return delete B._k,_?{isValidating:!0,isLoading:!0,...B}:B},j=V(),g=q(),$=x(j),re=j===g?$:x(g);let b=$;return[()=>{const I=x(V());return ze(I,b)?(b.data=I.data,b.isLoading=I.isLoading,b.isValidating=I.isValidating,b.error=I.error,b):(b=I,I)},()=>re]},[s,l]),te=S.shimExports.useSyncExternalStore(h.useCallback(_=>H(l,(x,j)=>{ze(j,x)||_()}),[s,l]),He[0],He[1]),Ge=!Q.current,kt=E[l]&&E[l].length>0,ne=te.data,G=u(ne)?ue&&bt(ue)?ke(ue):ue:ne,fe=te.error,xe=h.useRef(G),he=w?u(ne)?u(xe.current)?G:xe.current:ne:G,X=l&&u(G),Et=!oe&&S.shimExports.useSyncExternalStore(()=>U,()=>!1,()=>!0);N&&Et&&!a&&X&&console.warn(`Missing pre-initiated data for serialized key "${l}" during server-side rendering. Data fethcing should be initiated on the server and provided to SWR via fallback data. You can set "strictServerPrefetchWarning: false" to disable this warning.`);const Xe=kt&&!u(fe)?!1:Ge&&!u(c)?c:p().isPaused()?!1:a?u(G)?!1:f:u(G)||f,Ke=!!(l&&n&&Ge&&Xe),Ct=u(te.isValidating)?Ke:te.isValidating,Ot=u(te.isLoading)?Ke:te.isLoading,ae=h.useCallback(async _=>{const x=M.current;if(!l||!x||y.current||p().isPaused())return!1;let j,g,$=!0;const re=_||{},b=!D[l]||!re.dedupe,I=()=>at?!y.current&&l===A.current&&Q.current:l===A.current,B={isValidating:!1,isLoading:!1},Je=()=>{Z(B)},Ye=()=>{const O=D[l];O&&O[1]===g&&delete D[l]},Ze={isValidating:!0};u(V().data)&&(Ze.isLoading=!0);try{if(b&&(Z(Ze),r.loadingTimeout&&u(V().data)&&setTimeout(()=>{$&&I()&&p().onLoadingSlow(l,r)},r.loadingTimeout),D[l]=[x(de),Ve()]),[j,g]=D[l],j=await j,b&&setTimeout(Ye,r.dedupingInterval),!D[l]||D[l][1]!==g)return b&&I()&&p().onDiscarded(l),!1;B.error=R;const O=L[l];if(!u(O)&&(g<=O[0]||g<=O[1]||O[1]===0))return Je(),b&&I()&&p().onDiscarded(l),!1;const P=V().data;B.data=o(P,j)?P:j,b&&I()&&p().onSuccess(j,l,r)}catch(O){Ye();const P=p(),{shouldRetryOnError:ve}=P;P.isPaused()||(B.error=O,b&&I()&&(P.onError(O,l,P),(ve===!0||W(ve)&&ve(O))&&(!p().revalidateOnFocus||!p().revalidateOnReconnect||Y())&&P.onErrorRetry(O,l,P,Lt=>{const ge=E[l];ge&&ge[0]&&ge[0](ot,Lt)},{retryCount:(re.retryCount||0)+1,dedupe:!0})))}return $=!1,Je(),!0},[l,s]),Qe=h.useCallback((..._)=>Nt(s,A.current,..._),[]);if(Re(()=>{M.current=n,J.current=r,u(ne)||(xe.current=ne)}),Re(()=>{if(!l)return;const _=ae.bind(R,Ee);let x=0;p().revalidateOnFocus&&(x=Date.now()+p().focusThrottleInterval);const g=Ts(l,E,($,re={})=>{if($==jt){const b=Date.now();p().revalidateOnFocus&&b>x&&Y()&&(x=b+p().focusThrottleInterval,_())}else if($==wt)p().revalidateOnReconnect&&Y()&&_();else{if($==yt)return ae();if($==ot)return ae(re)}});return y.current=!1,A.current=l,Q.current=!0,Z({_k:de}),Xe&&(D[l]||(u(G)||oe?_():os(_))),()=>{y.current=!0,g()}},[l]),Re(()=>{let _;function x(){const g=W(d)?d(V().data):d;g&&_!==-1&&(_=setTimeout(j,g))}function j(){!V().error&&(v||p().isVisible())&&(m||p().isOnline())?ae(Ee).then(x):x()}return x(),()=>{_&&(clearTimeout(_),_=-1)}},[d,v,m,l]),h.useDebugValue(he),a){if(!at&&oe&&X)throw new Error("Fallback data is required when using Suspense in SSR.");X&&(M.current=n,J.current=r,y.current=!1);const _=ie[l],x=!u(_)&&X?Qe(_):dt;if(ke(x),!u(fe)&&X)throw fe;const j=X?ae(Ee):dt;!u(he)&&X&&(j.status="fulfilled",j.value=!0),ke(j)}return{mutate:Qe,get data(){return ee.data=!0,he},get error(){return ee.error=!0,fe},get isValidating(){return ee.isValidating=!0,Ct},get isLoading(){return ee.isLoading=!0,Ot}}},ut=bs(Ns);class Rs extends Error{constructor({message:n,status:r,data:s}){super(n),this.name="TwitterApiError",this.status=r,this.data=s}}const Ss=ut.default||ut,Is="https://react-tweet.vercel.app";async function ks([e,n]){const r=await fetch(e,n),s=await r.json();if(r.ok)return s.data||null;throw new Rs({message:`Failed to fetch tweet at "${e}" with "${r.status}".`,data:s,status:r.status})}const Es=(e,n,r)=>{const{isLoading:s,data:o,error:a}=Ss(()=>n||e?[n||e&&`${Is}/api/tweet/${e}`,r]:null,ks,{revalidateIfStale:!1,revalidateOnFocus:!1,shouldRetryOnError:!1});return{isLoading:!!(s||o===void 0&&!a),data:o,error:a}},Cs=({id:e,apiUrl:n,fallback:r=t.jsx(Qr,{}),components:s,fetchOptions:o,onError:a})=>{const{data:i,error:c,isLoading:f}=Es(e,n,o);if(f)return r;if(c||!i){const d=(s==null?void 0:s.TweetNotFound)||zr;return t.jsx(d,{error:a?a(c):c})}return t.jsx(Pr,{tweet:i,components:s})};function Os({node:e}){var s;const n=((s=e==null?void 0:e.attrs)==null?void 0:s.src)||"",r=n==null?void 0:n.split("/").pop();return r?t.jsx(S.NodeViewWrapper,{children:t.jsx("div",{"data-twitter":"",children:t.jsx(Cs,{id:r})})}):null}function It(e){const{t:n}=$t.useLocale(),[r,s]=h.useState("");h.useEffect(()=>{var a;if(e!=null&&e.editor){const{src:i}=(a=e.editor)==null?void 0:a.getAttributes(Ue.name);i&&s(i)}},[e==null?void 0:e.editor]);function o(a){a.preventDefault(),a.stopPropagation(),e==null||e.onSetLink(r)}return t.jsxs("form",{className:"richtext-flex richtext-flex-col richtext-gap-2",onSubmit:o,children:[t.jsx(Dt.Label,{className:"mb-[6px]",children:n("editor.link.dialog.text")}),t.jsx("div",{className:"richtext-flex richtext-w-full richtext-max-w-sm richtext-items-center richtext-gap-1.5",children:t.jsx("div",{className:"richtext-relative richtext-w-full richtext-max-w-sm richtext-items-center",children:t.jsx(At.Input,{className:"richtext-w-80",onChange:a=>s(a.target.value),placeholder:"Text",required:!0,type:"text",value:r})})}),t.jsx(Mt.Button,{className:"richtext-mt-2 richtext-self-end",type:"submit",children:n("editor.link.dialog.button.apply")})]})}function Ls(){const[e,n]=h.useState(!1),r=je.useEditorInstance(),s=je.useButtonProps(Ue.name),{icon:o=void 0,tooltip:a=void 0,tooltipOptions:i={},action:c=void 0,isActive:f=void 0}=(s==null?void 0:s.componentProps)??{},{editorDisabled:d}=je.useToggleActive(f);function v(m){d||c&&(c(m),n(!1))}return t.jsxs(we.Popover,{modal:!0,onOpenChange:n,open:e,children:[t.jsx(we.PopoverTrigger,{asChild:!0,children:t.jsx(qt.ActionButton,{disabled:d,isActive:f,tooltip:a,tooltipOptions:i,children:t.jsx(Vt.IconComponent,{name:o})})}),t.jsx(we.PopoverContent,{align:"start",className:"richtext-w-full",hideWhenDetached:!0,side:"bottom",children:t.jsx(It,{editor:r,onSetLink:v})})]})}const qs=/(https?:\/\/)?(www\.)?x\.com\/(\w{1,15})(\/status\/(\d+))?(\/\S*)?/g,$s=/^https?:\/\/(www\.)?x\.com\/(\w{1,15})(\/status\/(\d+))?(\/\S*)?$/;function ft(e){return e.match($s)}const Ue=S.Node3.create({name:"twitter",draggable:!0,selectable:!0,addOptions(){return{addPasteHandler:!0,HTMLAttributes:{},inline:!1,origin:"",button:({editor:e,t:n})=>({componentProps:{action:r=>{e.commands.setTweet({src:r})},isActive:()=>!1,disabled:!1,icon:"Twitter",tooltip:n("editor.twitter.tooltip"),editor:e}})}},addNodeView(){return S.ReactNodeViewRenderer(Os,{attrs:this.options.HTMLAttributes})},inline(){return this.options.inline},group(){return this.options.inline?"inline":"block"},addAttributes(){return{src:{default:null}}},parseHTML(){return[{tag:"div[data-twitter]"}]},addCommands(){return{setTweet:e=>({commands:n})=>ft(e.src)?n.insertContent({type:this.name,attrs:e}):!1,updateTweet:e=>({commands:n})=>ft(e.src)?n.updateAttributes(this.name,{src:e.src}):!1}},addPasteRules(){return this.options.addPasteHandler?[S.nodePasteRule({find:qs,type:this.type,getAttributes:e=>({src:e.input})})]:[]},renderHTML({HTMLAttributes:e}){return["div",S.mergeAttributes({"data-twitter":""},e)]}});exports.FormEditLinkTwitter=It;exports.RichTextTwitter=Ls;exports.Twitter=Ue;
1
+ "use strict";const S=require("./index-BBNITgNi.cjs"),t=require("react/jsx-runtime"),h=require("react"),qt=require("./index-BvIJKpX1.cjs"),je=require("./popover-Csk538NC.cjs"),$t=require("./button-wt49IYwP.cjs"),Dt=require("./input-BeD5GdMv.cjs"),At=require("./label--161UPH6.cjs"),Mt=require("./index-FSRjMsxW.cjs"),we=require("./useButtonProps-DEtmDVPr.cjs"),Vt=require("./Icon-gtc3g-VK.cjs"),Wt="_verified_lvyh0_1",We={verified:Wt},Bt=()=>t.jsx("svg",{viewBox:"0 0 24 24","aria-label":"Verified account",role:"img",className:We.verified,children:t.jsx("g",{children:t.jsx("path",{d:"M22.25 12c0-1.43-.88-2.67-2.19-3.34.46-1.39.2-2.9-.81-3.91s-2.52-1.27-3.91-.81c-.66-1.31-1.91-2.19-3.34-2.19s-2.67.88-3.33 2.19c-1.4-.46-2.91-.2-3.92.81s-1.26 2.52-.8 3.91c-1.31.67-2.2 1.91-2.2 3.34s.89 2.67 2.2 3.34c-.46 1.39-.21 2.9.8 3.91s2.52 1.26 3.91.81c.67 1.31 1.91 2.19 3.34 2.19s2.68-.88 3.34-2.19c1.39.45 2.9.2 3.91-.81s1.27-2.52.81-3.91c1.31-.67 2.19-1.91 2.19-3.34zm-11.71 4.2L6.8 12.46l1.41-1.42 2.26 2.26 4.8-5.23 1.47 1.36-6.2 6.77z"})})}),Pt=()=>t.jsx("svg",{viewBox:"0 0 22 22","aria-label":"Verified account",role:"img",className:We.verified,children:t.jsxs("g",{children:[t.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"0-a",x1:"4.411",x2:"18.083",y1:"2.495",y2:"21.508",children:[t.jsx("stop",{offset:"0",stopColor:"#f4e72a"}),t.jsx("stop",{offset:".539",stopColor:"#cd8105"}),t.jsx("stop",{offset:".68",stopColor:"#cb7b00"}),t.jsx("stop",{offset:"1",stopColor:"#f4ec26"}),t.jsx("stop",{offset:"1",stopColor:"#f4e72a"})]}),t.jsxs("linearGradient",{gradientUnits:"userSpaceOnUse",id:"0-b",x1:"5.355",x2:"16.361",y1:"3.395",y2:"19.133",children:[t.jsx("stop",{offset:"0",stopColor:"#f9e87f"}),t.jsx("stop",{offset:".406",stopColor:"#e2b719"}),t.jsx("stop",{offset:".989",stopColor:"#e2b719"})]}),t.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",children:[t.jsx("path",{d:"M13.324 3.848L11 1.6 8.676 3.848l-3.201-.453-.559 3.184L2.06 8.095 3.48 11l-1.42 2.904 2.856 1.516.559 3.184 3.201-.452L11 20.4l2.324-2.248 3.201.452.559-3.184 2.856-1.516L18.52 11l1.42-2.905-2.856-1.516-.559-3.184zm-7.09 7.575l3.428 3.428 5.683-6.206-1.347-1.247-4.4 4.795-2.072-2.072z",fill:"url(#0-a)"}),t.jsx("path",{d:"M13.101 4.533L11 2.5 8.899 4.533l-2.895-.41-.505 2.88-2.583 1.37L4.2 11l-1.284 2.627 2.583 1.37.505 2.88 2.895-.41L11 19.5l2.101-2.033 2.895.41.505-2.88 2.583-1.37L17.8 11l1.284-2.627-2.583-1.37-.505-2.88zm-6.868 6.89l3.429 3.428 5.683-6.206-1.347-1.247-4.4 4.795-2.072-2.072z",fill:"url(#0-b)"}),t.jsx("path",{d:"M6.233 11.423l3.429 3.428 5.65-6.17.038-.033-.005 1.398-5.683 6.206-3.429-3.429-.003-1.405.005.003z",fill:"#d18800"})]})]})}),Ft=()=>t.jsx("svg",{viewBox:"0 0 22 22","aria-label":"Verified account",role:"img",className:We.verified,children:t.jsx("g",{children:t.jsx("path",{clipRule:"evenodd",d:"M12.05 2.056c-.568-.608-1.532-.608-2.1 0l-1.393 1.49c-.284.303-.685.47-1.1.455L5.42 3.932c-.832-.028-1.514.654-1.486 1.486l.069 2.039c.014.415-.152.816-.456 1.1l-1.49 1.392c-.608.568-.608 1.533 0 2.101l1.49 1.393c.304.284.47.684.456 1.1l-.07 2.038c-.027.832.655 1.514 1.487 1.486l2.038-.069c.415-.014.816.152 1.1.455l1.392 1.49c.569.609 1.533.609 2.102 0l1.393-1.49c.283-.303.684-.47 1.099-.455l2.038.069c.832.028 1.515-.654 1.486-1.486L18 14.542c-.015-.415.152-.815.455-1.099l1.49-1.393c.608-.568.608-1.533 0-2.101l-1.49-1.393c-.303-.283-.47-.684-.455-1.1l.068-2.038c.029-.832-.654-1.514-1.486-1.486l-2.038.07c-.415.013-.816-.153-1.1-.456zm-5.817 9.367l3.429 3.428 5.683-6.206-1.347-1.247-4.4 4.795-2.072-2.072z",fillRule:"evenodd"})})}),Ut="_root_98iqw_1",zt="_article_98iqw_21",et={root:Ut,article:zt},Be=({className:e,children:n})=>t.jsx("div",{className:S.clsx("react-tweet-theme",et.root,e),children:t.jsx("article",{className:et.article,children:n})}),ht=e=>t.jsx("img",{...e}),Ht="_verifiedOld_lcna5_1",Gt="_verifiedBlue_lcna5_4",Xt="_verifiedGovernment_lcna5_7",ye={verifiedOld:Ht,verifiedBlue:Gt,verifiedGovernment:Xt},_t=({user:e,className:n})=>{const r=e.verified||e.is_blue_verified||e.verified_type;let s=t.jsx(Bt,{}),o=ye.verifiedBlue;if(r)switch(e.is_blue_verified||(o=ye.verifiedOld),e.verified_type){case"Government":s=t.jsx(Ft,{}),o=ye.verifiedGovernment;break;case"Business":s=t.jsx(Pt,{}),o=null;break}return r?t.jsx("div",{className:S.clsx(n,o),children:s}):null},Kt="_label_36ucz_1",Qt={label:Kt},mt=({user:e,className:n})=>{var r;const s=e.highlighted_label;if(!s)return null;const o=(r=s.badge)==null?void 0:r.url;return o?t.jsx("div",{className:S.clsx(Qt.label,n),children:t.jsx("img",{src:o,alt:s.description})}):null},Jt="_header_nqq4j_1",Yt="_avatar_nqq4j_11",Zt="_avatarOverflow_nqq4j_16",en="_avatarSquare_nqq4j_23",tn="_avatarShadow_nqq4j_26",nn="_author_nqq4j_37",rn="_authorLink_nqq4j_44",sn="_authorVerified_nqq4j_53",on="_authorLinkText_nqq4j_56",an="_authorMeta_nqq4j_63",cn="_authorFollow_nqq4j_66",ln="_username_nqq4j_69",dn="_follow_nqq4j_74",un="_separator_nqq4j_82",fn="_brand_nqq4j_86",hn="_twitterIcon_nqq4j_90",T={header:Jt,avatar:Yt,avatarOverflow:Zt,avatarSquare:en,avatarShadow:tn,author:nn,authorLink:rn,authorVerified:sn,authorLinkText:on,authorMeta:an,authorFollow:cn,username:ln,follow:dn,separator:un,brand:fn,twitterIcon:hn},_n=({tweet:e,components:n})=>{var r;const s=(r=n==null?void 0:n.AvatarImg)!=null?r:ht,{user:o}=e;return t.jsxs("div",{className:T.header,children:[t.jsxs("a",{href:e.url,className:T.avatar,target:"_blank",rel:"noopener noreferrer",children:[t.jsx("div",{className:S.clsx(T.avatarOverflow,o.profile_image_shape==="Square"&&T.avatarSquare),children:t.jsx(s,{src:o.profile_image_url_https,alt:o.name,width:48,height:48})}),t.jsx("div",{className:T.avatarOverflow,children:t.jsx("div",{className:T.avatarShadow})})]}),t.jsxs("div",{className:T.author,children:[t.jsxs("a",{href:e.url,className:T.authorLink,target:"_blank",rel:"noopener noreferrer",children:[t.jsx("div",{className:T.authorLinkText,children:t.jsx("span",{title:o.name,children:o.name})}),t.jsx(_t,{user:o,className:T.authorVerified}),t.jsx(mt,{user:o})]}),t.jsxs("div",{className:T.authorMeta,children:[t.jsx("a",{href:e.url,className:T.username,target:"_blank",rel:"noopener noreferrer",children:t.jsxs("span",{title:`@${o.screen_name}`,children:["@",o.screen_name]})}),t.jsxs("div",{className:T.authorFollow,children:[t.jsx("span",{className:T.separator,children:"·"}),t.jsx("a",{href:o.follow_url,className:T.follow,target:"_blank",rel:"noopener noreferrer",children:"Follow"})]})]})]}),t.jsx("a",{href:e.url,className:T.brand,target:"_blank",rel:"noopener noreferrer","aria-label":"View on Twitter",children:t.jsx("svg",{viewBox:"0 0 24 24","aria-hidden":"true",className:T.twitterIcon,children:t.jsx("g",{children:t.jsx("path",{d:"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"})})})})]})},mn="_root_1ec15_1",pn={root:mn},xn=({tweet:e})=>t.jsxs("a",{href:e.in_reply_to_url,className:pn.root,target:"_blank",rel:"noopener noreferrer",children:["Replying to @",e.in_reply_to_screen_name]}),vn="_root_eihfa_1",gn={root:vn},pt=({href:e,children:n})=>t.jsx("a",{href:e,className:gn.root,target:"_blank",rel:"noopener noreferrer nofollow",children:n}),jn="_root_1xq52_1",wn={root:jn},yn=({tweet:e})=>t.jsxs("p",{className:wn.root,lang:e.lang,dir:"auto",children:[e.entities.map((n,r)=>{switch(n.type){case"hashtag":case"mention":case"url":case"symbol":return t.jsx(pt,{href:n.href,children:n.text},r);case"media":return;default:return t.jsx("span",{dangerouslySetInnerHTML:{__html:n.text}},r)}}),e.note_tweet?t.jsx(bn,{tweet:e}):null]});function bn({tweet:e}){return t.jsxs(pt,{href:e.url,children:[t.jsx("span",{children:" "}),"Show more"]})}const Tn={hour:"numeric",minute:"2-digit",hour12:!0,weekday:"short",month:"short",day:"numeric",year:"numeric"},Nn=new Intl.DateTimeFormat("en-US",Tn),Rn=e=>{const n={};for(const r of e)n[r.type]=r.value;return n},Sn=e=>{const n=Rn(Nn.formatToParts(e)),r=`${n.hour}:${n.minute} ${n.dayPeriod}`,s=`${n.month} ${n.day}, ${n.year}`;return`${r} · ${s}`},tt=e=>`https://x.com/${e.user.screen_name}/status/${e.id_str}`,xt=e=>`https://x.com/${typeof e=="string"?e:e.user.screen_name}`,In=e=>`https://x.com/intent/like?tweet_id=${e.id_str}`,kn=e=>`https://x.com/intent/tweet?in_reply_to=${e.id_str}`,En=e=>`https://x.com/intent/follow?screen_name=${e.user.screen_name}`,Cn=e=>`https://x.com/hashtag/${e.text}`,On=e=>`https://x.com/search?q=%24${e.text}`,Ln=e=>`https://x.com/${e.in_reply_to_screen_name}/status/${e.in_reply_to_status_id_str}`,vt=(e,n)=>{const r=new URL(e.media_url_https),s=r.pathname.split(".").pop();return s?(r.pathname=r.pathname.replace(`.${s}`,""),r.searchParams.set("format",s),r.searchParams.set("name",n),r.toString()):e.media_url_https},qn=e=>{const{variants:n}=e.video_info;return n.filter(s=>s.content_type==="video/mp4").sort((s,o)=>{var a,i;return((a=o.bitrate)!=null?a:0)-((i=s.bitrate)!=null?i:0)})},$n=e=>{const n=qn(e);return n.length>1?n[1]:n[0]},Ce=e=>e>999999?`${(e/1e6).toFixed(1)}M`:e>999?`${(e/1e3).toFixed(1)}K`:e.toString();function nt(e){const n=Array.from(e.text),r=[{indices:e.display_text_range,type:"text"}];return ce(r,"hashtag",e.entities.hashtags),ce(r,"mention",e.entities.user_mentions),ce(r,"url",e.entities.urls),ce(r,"symbol",e.entities.symbols),e.entities.media&&ce(r,"media",e.entities.media),Dn(e,r),r.map(s=>{const o=n.slice(s.indices[0],s.indices[1]).join("");switch(s.type){case"hashtag":return Object.assign(s,{href:Cn(s),text:o});case"mention":return Object.assign(s,{href:xt(s.screen_name),text:o});case"url":case"media":return Object.assign(s,{href:s.expanded_url,text:s.display_url});case"symbol":return Object.assign(s,{href:On(s),text:o});default:return Object.assign(s,{text:o})}})}function ce(e,n,r){for(const s of r)for(const[o,a]of e.entries()){if(a.indices[0]>s.indices[0]||a.indices[1]<s.indices[1])continue;const i=[{...s,type:n}];a.indices[0]<s.indices[0]&&i.unshift({indices:[a.indices[0],s.indices[0]],type:"text"}),a.indices[1]>s.indices[1]&&i.push({indices:[s.indices[1],a.indices[1]],type:"text"}),e.splice(o,1,...i);break}}function Dn(e,n){e.entities.media&&e.entities.media[0].indices[0]<e.display_text_range[1]&&(e.display_text_range[1]=e.entities.media[0].indices[0]);const r=n.at(-1);r&&r.indices[1]>e.display_text_range[1]&&(r.indices[1]=e.display_text_range[1])}const An=e=>({...e,url:tt(e),user:{...e.user,url:xt(e),follow_url:En(e)},like_url:In(e),reply_url:kn(e),in_reply_to_url:e.in_reply_to_screen_name?Ln(e):void 0,entities:nt(e),quoted_tweet:e.quoted_tweet?{...e.quoted_tweet,url:tt(e.quoted_tweet),entities:nt(e.quoted_tweet)}:void 0}),Mn="_root_g9tkv_1",Vn="_rounded_g9tkv_6",Wn="_mediaWrapper_g9tkv_10",Bn="_grid2Columns_g9tkv_17",Pn="_grid3_g9tkv_20",Fn="_grid2x2_g9tkv_23",Un="_mediaContainer_g9tkv_26",zn="_mediaLink_g9tkv_34",Hn="_skeleton_g9tkv_38",Gn="_image_g9tkv_43",C={root:Mn,rounded:Vn,mediaWrapper:Wn,grid2Columns:Bn,grid3:Pn,grid2x2:Fn,mediaContainer:Un,mediaLink:zn,skeleton:Hn,image:Gn},Xn="_anchor_fp31d_1",Kn="_videoButton_fp31d_17",Qn="_videoButtonIcon_fp31d_35",Jn="_watchOnTwitter_fp31d_44",Yn="_viewReplies_fp31d_60",se={anchor:Xn,videoButton:Kn,videoButtonIcon:Qn,watchOnTwitter:Jn,viewReplies:Yn},Zn=({tweet:e,media:n})=>{const[r,s]=h.useState(!0),[o,a]=h.useState(!1),[i,c]=h.useState(!1),f=$n(n);let d=0;return t.jsxs(t.Fragment,{children:[t.jsx("video",{className:C.image,poster:vt(n,"small"),controls:!r,playsInline:!0,preload:"none",tabIndex:r?-1:0,onPlay:()=>{d&&window.clearTimeout(d),o||a(!0),i&&c(!1)},onPause:()=>{d&&window.clearTimeout(d),d=window.setTimeout(()=>{o&&a(!1),d=0},100)},onEnded:()=>{c(!0)},children:t.jsx("source",{src:f.url,type:f.content_type})}),r&&t.jsx("button",{type:"button",className:se.videoButton,"aria-label":"View video on X",onClick:v=>{const m=v.currentTarget.previousSibling;v.preventDefault(),s(!1),m.load(),m.play().then(()=>{a(!0),m.focus()}).catch(w=>{console.error("Error playing video:",w),s(!0),a(!1)})},children:t.jsx("svg",{viewBox:"0 0 24 24",className:se.videoButtonIcon,"aria-hidden":"true",children:t.jsx("g",{children:t.jsx("path",{d:"M21 12L4 2v20l17-10z"})})})}),!o&&!i&&t.jsx("div",{className:se.watchOnTwitter,children:t.jsx("a",{href:e.url,className:se.anchor,target:"_blank",rel:"noopener noreferrer",children:r?"Watch on X":"Continue watching on X"})}),i&&t.jsx("a",{href:e.url,className:S.clsx(se.anchor,se.viewReplies),target:"_blank",rel:"noopener noreferrer",children:"View replies"})]})},er=e=>t.jsx("img",{...e}),rt=(e,n)=>{let r=56.25;return n===1&&(r=100/e.original_info.width*e.original_info.height),n===2&&(r=r*2),{width:e.type==="photo"?void 0:"unset",paddingBottom:`${r}%`}},gt=({tweet:e,components:n,quoted:r})=>{var s,o,a;const i=(a=(s=e.mediaDetails)==null?void 0:s.length)!=null?a:0;var c;const f=(c=n==null?void 0:n.MediaImg)!=null?c:er;return t.jsx("div",{className:S.clsx(C.root,!r&&C.rounded),children:t.jsx("div",{className:S.clsx(C.mediaWrapper,i>1&&C.grid2Columns,i===3&&C.grid3,i>4&&C.grid2x2),children:(o=e.mediaDetails)==null?void 0:o.map(d=>t.jsx(h.Fragment,{children:d.type==="photo"?t.jsxs("a",{href:e.url,className:S.clsx(C.mediaContainer,C.mediaLink),target:"_blank",rel:"noopener noreferrer",children:[t.jsx("div",{className:C.skeleton,style:rt(d,i)}),t.jsx(f,{src:vt(d,"small"),alt:d.ext_alt_text||"Image",className:C.image,draggable:!0})]},d.media_url_https):t.jsxs("div",{className:C.mediaContainer,children:[t.jsx("div",{className:C.skeleton,style:rt(d,i)}),t.jsx(Zn,{tweet:e,media:d})]},d.media_url_https)},d.media_url_https))})})},tr="_root_i24yn_1",nr={root:tr},rr=({tweet:e})=>{const n=new Date(e.created_at),r=Sn(n);return t.jsx("a",{className:nr.root,href:e.url,target:"_blank",rel:"noopener noreferrer","aria-label":r,children:t.jsx("time",{dateTime:n.toISOString(),children:r})})},sr="_info_19qcj_1",or="_infoLink_19qcj_10",ir="_infoIcon_19qcj_30",be={info:sr,infoLink:or,infoIcon:ir},ar=({tweet:e})=>t.jsxs("div",{className:be.info,children:[t.jsx(rr,{tweet:e}),t.jsx("a",{className:be.infoLink,href:"https://help.x.com/en/x-for-websites-ads-info-and-privacy",target:"_blank",rel:"noopener noreferrer","aria-label":"Twitter for Websites, Ads Information and Privacy",children:t.jsx("svg",{viewBox:"0 0 24 24","aria-hidden":"true",className:be.infoIcon,children:t.jsx("g",{children:t.jsx("path",{d:"M13.5 8.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5S11.17 7 12 7s1.5.67 1.5 1.5zM13 17v-5h-2v5h2zm-1 5.25c5.66 0 10.25-4.59 10.25-10.25S17.66 1.75 12 1.75 1.75 6.34 1.75 12 6.34 22.25 12 22.25zM20.25 12c0 4.56-3.69 8.25-8.25 8.25S3.75 16.56 3.75 12 7.44 3.75 12 3.75s8.25 3.69 8.25 8.25z"})})})})]}),cr="_actions_n2anf_1",lr="_like_n2anf_13",dr="_reply_n2anf_14",ur="_copy_n2anf_15",fr="_likeIconWrapper_n2anf_27",hr="_likeCount_n2anf_30",_r="_replyIconWrapper_n2anf_35",mr="_copyIconWrapper_n2anf_36",pr="_likeIcon_n2anf_27",xr="_replyIcon_n2anf_35",vr="_copyIcon_n2anf_36",gr="_replyText_n2anf_56",jr="_copyText_n2anf_57",k={actions:cr,like:lr,reply:dr,copy:ur,likeIconWrapper:fr,likeCount:hr,replyIconWrapper:_r,copyIconWrapper:mr,likeIcon:pr,replyIcon:xr,copyIcon:vr,replyText:gr,copyText:jr},wr=({tweet:e})=>{const[n,r]=h.useState(!1),s=()=>{navigator.clipboard.writeText(e.url),r(!0)};return h.useEffect(()=>{if(n){const o=setTimeout(()=>{r(!1)},6e3);return()=>clearTimeout(o)}},[n]),t.jsxs("button",{type:"button",className:k.copy,"aria-label":"Copy link",onClick:s,children:[t.jsx("div",{className:k.copyIconWrapper,children:n?t.jsx("svg",{viewBox:"0 0 24 24",className:k.copyIcon,"aria-hidden":"true",children:t.jsx("g",{children:t.jsx("path",{d:"M9.64 18.952l-5.55-4.861 1.317-1.504 3.951 3.459 8.459-10.948L19.4 6.32 9.64 18.952z"})})}):t.jsx("svg",{viewBox:"0 0 24 24",className:k.copyIcon,"aria-hidden":"true",children:t.jsx("g",{children:t.jsx("path",{d:"M18.36 5.64c-1.95-1.96-5.11-1.96-7.07 0L9.88 7.05 8.46 5.64l1.42-1.42c2.73-2.73 7.16-2.73 9.9 0 2.73 2.74 2.73 7.17 0 9.9l-1.42 1.42-1.41-1.42 1.41-1.41c1.96-1.96 1.96-5.12 0-7.07zm-2.12 3.53l-7.07 7.07-1.41-1.41 7.07-7.07 1.41 1.41zm-12.02.71l1.42-1.42 1.41 1.42-1.41 1.41c-1.96 1.96-1.96 5.12 0 7.07 1.95 1.96 5.11 1.96 7.07 0l1.41-1.41 1.42 1.41-1.42 1.42c-2.73 2.73-7.16 2.73-9.9 0-2.73-2.74-2.73-7.17 0-9.9z"})})})}),t.jsx("span",{className:k.copyText,children:n?"Copied!":"Copy link"})]})},yr=({tweet:e})=>{const n=Ce(e.favorite_count);return t.jsxs("div",{className:k.actions,children:[t.jsxs("a",{className:k.like,href:e.like_url,target:"_blank",rel:"noopener noreferrer","aria-label":`Like. This Tweet has ${n} likes`,children:[t.jsx("div",{className:k.likeIconWrapper,children:t.jsx("svg",{viewBox:"0 0 24 24",className:k.likeIcon,"aria-hidden":"true",children:t.jsx("g",{children:t.jsx("path",{d:"M20.884 13.19c-1.351 2.48-4.001 5.12-8.379 7.67l-.503.3-.504-.3c-4.379-2.55-7.029-5.19-8.382-7.67-1.36-2.5-1.41-4.86-.514-6.67.887-1.79 2.647-2.91 4.601-3.01 1.651-.09 3.368.56 4.798 2.01 1.429-1.45 3.146-2.1 4.796-2.01 1.954.1 3.714 1.22 4.601 3.01.896 1.81.846 4.17-.514 6.67z"})})})}),t.jsx("span",{className:k.likeCount,children:n})]}),t.jsxs("a",{className:k.reply,href:e.reply_url,target:"_blank",rel:"noopener noreferrer","aria-label":"Reply to this Tweet on Twitter",children:[t.jsx("div",{className:k.replyIconWrapper,children:t.jsx("svg",{viewBox:"0 0 24 24",className:k.replyIcon,"aria-hidden":"true",children:t.jsx("g",{children:t.jsx("path",{d:"M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01z"})})})}),t.jsx("span",{className:k.replyText,children:"Reply"})]}),t.jsx(wr,{tweet:e})]})},br="_replies_1cutb_1",Tr="_link_1cutb_4",Nr="_text_1cutb_23",Te={replies:br,link:Tr,text:Nr},Rr=({tweet:e})=>t.jsx("div",{className:Te.replies,children:t.jsx("a",{className:Te.link,href:e.url,target:"_blank",rel:"noopener noreferrer",children:t.jsx("span",{className:Te.text,children:e.conversation_count===0?"Read more on X":e.conversation_count===1?`Read ${Ce(e.conversation_count)} reply`:`Read ${Ce(e.conversation_count)} replies`})})}),Sr="_root_q5799_1",Ir="_article_q5799_16",st={root:Sr,article:Ir},kr=({tweet:e,children:n})=>t.jsx("div",{className:st.root,onClick:r=>{r.preventDefault(),window.open(e.url,"_blank")},children:t.jsx("article",{className:st.article,children:n})}),Er="_header_f00ab_1",Cr="_avatar_f00ab_11",Or="_avatarOverflow_f00ab_16",Lr="_avatarSquare_f00ab_23",qr="_author_f00ab_27",$r="_authorText_f00ab_33",Dr="_username_f00ab_40",K={header:Er,avatar:Cr,avatarOverflow:Or,avatarSquare:Lr,author:qr,authorText:$r,username:Dr},Ar=({tweet:e,components:n})=>{const{user:r}=e;var s;const o=(s=n==null?void 0:n.AvatarImg)!=null?s:ht;return t.jsxs("div",{className:K.header,children:[t.jsx("a",{href:e.url,className:K.avatar,target:"_blank",rel:"noopener noreferrer",children:t.jsx("div",{className:S.clsx(K.avatarOverflow,r.profile_image_shape==="Square"&&K.avatarSquare),children:t.jsx(o,{src:r.profile_image_url_https,alt:r.name,width:20,height:20})})}),t.jsxs("div",{className:K.author,children:[t.jsx("div",{className:K.authorText,children:t.jsx("span",{title:r.name,children:r.name})}),t.jsx(_t,{user:r}),t.jsx(mt,{user:r}),t.jsx("div",{className:K.username,children:t.jsxs("span",{title:`@${r.screen_name}`,children:["@",r.screen_name]})})]})]})},Mr="_root_175ot_1",Vr={root:Mr},Wr=({tweet:e})=>t.jsx("p",{className:Vr.root,lang:e.lang,dir:"auto",children:e.entities.map((n,r)=>t.jsx("span",{dangerouslySetInnerHTML:{__html:n.text}},r))}),Br=({tweet:e,components:n})=>{var r;return t.jsxs(kr,{tweet:e,children:[t.jsx(Ar,{tweet:e,components:n}),t.jsx(Wr,{tweet:e}),(r=e.mediaDetails)!=null&&r.length?t.jsx(gt,{quoted:!0,tweet:e}):null]})},Pr=({tweet:e,components:n})=>{var r;const s=h.useMemo(()=>An(e),[e]);return t.jsxs(Be,{children:[t.jsx(_n,{tweet:s,components:n}),s.in_reply_to_status_id_str&&t.jsx(xn,{tweet:s}),t.jsx(yn,{tweet:s}),(r=s.mediaDetails)!=null&&r.length?t.jsx(gt,{tweet:s,components:n}):null,s.quoted_tweet&&t.jsx(Br,{tweet:s.quoted_tweet,components:n}),t.jsx(ar,{tweet:s}),t.jsx(yr,{tweet:s}),t.jsx(Rr,{tweet:s})]})},Fr="_root_16yxa_1",Ur={root:Fr},zr=e=>t.jsx(Be,{children:t.jsxs("div",{className:Ur.root,children:[t.jsx("h3",{children:"Tweet not found"}),t.jsx("p",{children:"The embedded tweet could not be found…"})]})}),Hr="_skeleton_oi7hr_1",Gr={skeleton:Hr},_e=({style:e})=>t.jsx("span",{className:Gr.skeleton,style:e}),Xr="_root_17qqv_1",Kr={root:Xr},Qr=()=>t.jsxs(Be,{className:Kr.root,children:[t.jsx(_e,{style:{height:"3rem",marginBottom:"0.75rem"}}),t.jsx(_e,{style:{height:"6rem",margin:"0.5rem 0"}}),t.jsx("div",{style:{borderTop:"var(--tweet-border)",margin:"0.5rem 0"}}),t.jsx(_e,{style:{height:"2rem"}}),t.jsx(_e,{style:{height:"2rem",borderRadius:"9999px",marginTop:"0.5rem"}})]}),jt=0,wt=1,yt=2,ot=3;var it=Object.prototype.hasOwnProperty;function Oe(e,n){var r,s;if(e===n)return!0;if(e&&n&&(r=e.constructor)===n.constructor){if(r===Date)return e.getTime()===n.getTime();if(r===RegExp)return e.toString()===n.toString();if(r===Array){if((s=e.length)===n.length)for(;s--&&Oe(e[s],n[s]););return s===-1}if(!r||typeof e=="object"){s=0;for(r in e)if(it.call(e,r)&&++s&&!it.call(n,r)||!(r in n)||!Oe(e[r],n[r]))return!1;return Object.keys(n).length===s}}return e!==e&&n!==n}const F=new WeakMap,U=()=>{},R=U(),Le=Object,u=e=>e===R,W=e=>typeof e=="function",z=(e,n)=>({...e,...n}),bt=e=>W(e.then),Ne={},me={},Pe="undefined",le=typeof window!=Pe,qe=typeof document!=Pe,Jr=le&&"Deno"in window,Yr=()=>le&&typeof window.requestAnimationFrame!=Pe,Tt=(e,n)=>{const r=F.get(e);return[()=>!u(n)&&e.get(n)||Ne,s=>{if(!u(n)){const o=e.get(n);n in me||(me[n]=o),r[5](n,z(o,s),o||Ne)}},r[6],()=>!u(n)&&n in me?me[n]:!u(n)&&e.get(n)||Ne]};let $e=!0;const Zr=()=>$e,[De,Ae]=le&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[U,U],es=()=>{const e=qe&&document.visibilityState;return u(e)||e!=="hidden"},ts=e=>(qe&&document.addEventListener("visibilitychange",e),De("focus",e),()=>{qe&&document.removeEventListener("visibilitychange",e),Ae("focus",e)}),ns=e=>{const n=()=>{$e=!0,e()},r=()=>{$e=!1};return De("online",n),De("offline",r),()=>{Ae("online",n),Ae("offline",r)}},rs={isOnline:Zr,isVisible:es},ss={initFocus:ts,initReconnect:ns},at=!h.useId,oe=!le||Jr,os=e=>Yr()?window.requestAnimationFrame(e):setTimeout(e,1),Re=oe?h.useEffect:h.useLayoutEffect,Se=typeof navigator<"u"&&navigator.connection,ct=!oe&&Se&&(["slow-2g","2g"].includes(Se.effectiveType)||Se.saveData),pe=new WeakMap,is=e=>Le.prototype.toString.call(e),Ie=(e,n)=>e===`[object ${n}]`;let as=0;const Me=e=>{const n=typeof e,r=is(e),s=Ie(r,"Date"),o=Ie(r,"RegExp"),a=Ie(r,"Object");let i,c;if(Le(e)===e&&!s&&!o){if(i=pe.get(e),i)return i;if(i=++as+"~",pe.set(e,i),Array.isArray(e)){for(i="@",c=0;c<e.length;c++)i+=Me(e[c])+",";pe.set(e,i)}if(a){i="#";const f=Le.keys(e).sort();for(;!u(c=f.pop());)u(e[c])||(i+=c+":"+Me(e[c])+",");pe.set(e,i)}}else i=s?e.toJSON():n=="symbol"?e.toString():n=="string"?JSON.stringify(e):""+e;return i},Fe=e=>{if(W(e))try{e=e()}catch{e=""}const n=e;return e=typeof e=="string"?e:(Array.isArray(e)?e.length:e)?Me(e):"",[e,n]};let cs=0;const Ve=()=>++cs;async function Nt(...e){const[n,r,s,o]=e,a=z({populateCache:!0,throwOnError:!0},typeof o=="boolean"?{revalidate:o}:o||{});let i=a.populateCache;const c=a.rollbackOnError;let f=a.optimisticData;const d=w=>typeof c=="function"?c(w):c!==!1,v=a.throwOnError;if(W(r)){const w=r,N=[],E=n.keys();for(const L of E)!/^\$(inf|sub)\$/.test(L)&&w(n.get(L)._k)&&N.push(L);return Promise.all(N.map(m))}return m(r);async function m(w){const[N]=Fe(w);if(!N)return;const[E,L]=Tt(n,N),[D,ie,l,de]=F.get(n),Q=()=>{const q=D[N];return(W(a.revalidate)?a.revalidate(E().data,w):a.revalidate!==!1)&&(delete l[N],delete de[N],q&&q[0])?q[0](yt).then(()=>E().data):E().data};if(e.length<3)return Q();let y=s,A,M=!1;const J=Ve();ie[N]=[J,0];const p=!u(f),Y=E(),V=Y.data,Z=Y._c,H=u(Z)?V:Z;if(p&&(f=W(f)?f(H,V):f,L({data:f,_c:H})),W(y))try{y=y(H)}catch(q){A=q,M=!0}if(y&&bt(y))if(y=await y.catch(q=>{A=q,M=!0}),J!==ie[N][0]){if(M)throw A;return y}else M&&p&&d(A)&&(i=!0,L({data:H,_c:R}));if(i&&!M)if(W(i)){const q=i(y,H);L({data:q,error:R,_c:R})}else L({data:y,error:R,_c:R});if(ie[N][1]=Ve(),Promise.resolve(Q()).then(()=>{L({_c:R})}),M){if(v)throw A;return}return y}}const lt=(e,n)=>{for(const r in e)e[r][0]&&e[r][0](n)},ls=(e,n)=>{if(!F.has(e)){const r=z(ss,n),s=Object.create(null),o=Nt.bind(R,e);let a=U;const i=Object.create(null),c=(v,m)=>{const w=i[v]||[];return i[v]=w,w.push(m),()=>w.splice(w.indexOf(m),1)},f=(v,m,w)=>{e.set(v,m);const N=i[v];if(N)for(const E of N)E(m,w)},d=()=>{if(!F.has(e)&&(F.set(e,[s,Object.create(null),Object.create(null),Object.create(null),o,f,c]),!oe)){const v=r.initFocus(setTimeout.bind(R,lt.bind(R,s,jt))),m=r.initReconnect(setTimeout.bind(R,lt.bind(R,s,wt)));a=()=>{v&&v(),m&&m(),F.delete(e)}}};return d(),[e,o,d,a]}return[e,F.get(e)[4]]},ds=(e,n,r,s,o)=>{const a=r.errorRetryCount,i=o.retryCount,c=~~((Math.random()+.5)*(1<<(i<8?i:8)))*r.errorRetryInterval;!u(a)&&i>a||setTimeout(s,c,o)},us=Oe,[Rt,fs]=ls(new Map),hs=z({onLoadingSlow:U,onSuccess:U,onError:U,onErrorRetry:ds,onDiscarded:U,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:ct?1e4:5e3,focusThrottleInterval:5*1e3,dedupingInterval:2*1e3,loadingTimeout:ct?5e3:3e3,compare:us,isPaused:()=>!1,cache:Rt,mutate:fs,fallback:{}},rs),_s=(e,n)=>{const r=z(e,n);if(n){const{use:s,fallback:o}=e,{use:a,fallback:i}=n;s&&a&&(r.use=s.concat(a)),o&&i&&(r.fallback=z(o,i))}return r},ms=h.createContext({}),ps="$inf$",St=le&&window.__SWR_DEVTOOLS_USE__,xs=St?window.__SWR_DEVTOOLS_USE__:[],vs=()=>{St&&(window.__SWR_DEVTOOLS_REACT__=h)},gs=e=>W(e[1])?[e[0],e[1],e[2]||{}]:[e[0],null,(e[1]===null?e[2]:e[1])||{}],js=()=>{const e=h.useContext(ms);return h.useMemo(()=>z(hs,e),[e])},ws=e=>(n,r,s)=>e(n,r&&((...a)=>{const[i]=Fe(n),[,,,c]=F.get(Rt);if(i.startsWith(ps))return r(...a);const f=c[i];return u(f)?r(...a):(delete c[i],f)}),s),ys=xs.concat(ws),bs=e=>function(...r){const s=js(),[o,a,i]=gs(r),c=_s(s,i);let f=e;const{use:d}=c,v=(d||[]).concat(ys);for(let m=v.length;m--;)f=v[m](f);return f(o,a||c.fetcher||null,c)},Ts=(e,n,r)=>{const s=n[e]||(n[e]=[]);return s.push(r),()=>{const o=s.indexOf(r);o>=0&&(s[o]=s[s.length-1],s.pop())}};vs();const ke=h.use||(e=>{switch(e.status){case"pending":throw e;case"fulfilled":return e.value;case"rejected":throw e.reason;default:throw e.status="pending",e.then(n=>{e.status="fulfilled",e.value=n},n=>{e.status="rejected",e.reason=n}),e}}),Ee={dedupe:!0},dt=Promise.resolve(R),Ns=(e,n,r)=>{const{cache:s,compare:o,suspense:a,fallbackData:i,revalidateOnMount:c,revalidateIfStale:f,refreshInterval:d,refreshWhenHidden:v,refreshWhenOffline:m,keepPreviousData:w,strictServerPrefetchWarning:N}=r,[E,L,D,ie]=F.get(s),[l,de]=Fe(e),Q=h.useRef(!1),y=h.useRef(!1),A=h.useRef(l),M=h.useRef(n),J=h.useRef(r),p=()=>J.current,Y=()=>p().isVisible()&&p().isOnline(),[V,Z,H,q]=Tt(s,l),ee=h.useRef({}).current,ue=u(i)?u(r.fallback)?R:r.fallback[l]:i,ze=(_,x)=>{for(const j in ee){const g=j;if(g==="data"){if(!o(_[g],x[g])&&(!u(_[g])||!o(he,x[g])))return!1}else if(x[g]!==_[g])return!1}return!0},He=h.useMemo(()=>{const _=!l||!n?!1:u(c)?p().isPaused()||a?!1:f!==!1:c,x=I=>{const B=z(I);return delete B._k,_?{isValidating:!0,isLoading:!0,...B}:B},j=V(),g=q(),$=x(j),re=j===g?$:x(g);let b=$;return[()=>{const I=x(V());return ze(I,b)?(b.data=I.data,b.isLoading=I.isLoading,b.isValidating=I.isValidating,b.error=I.error,b):(b=I,I)},()=>re]},[s,l]),te=S.shimExports.useSyncExternalStore(h.useCallback(_=>H(l,(x,j)=>{ze(j,x)||_()}),[s,l]),He[0],He[1]),Ge=!Q.current,kt=E[l]&&E[l].length>0,ne=te.data,G=u(ne)?ue&&bt(ue)?ke(ue):ue:ne,fe=te.error,xe=h.useRef(G),he=w?u(ne)?u(xe.current)?G:xe.current:ne:G,X=l&&u(G),Et=!oe&&S.shimExports.useSyncExternalStore(()=>U,()=>!1,()=>!0);N&&Et&&!a&&X&&console.warn(`Missing pre-initiated data for serialized key "${l}" during server-side rendering. Data fethcing should be initiated on the server and provided to SWR via fallback data. You can set "strictServerPrefetchWarning: false" to disable this warning.`);const Xe=kt&&!u(fe)?!1:Ge&&!u(c)?c:p().isPaused()?!1:a?u(G)?!1:f:u(G)||f,Ke=!!(l&&n&&Ge&&Xe),Ct=u(te.isValidating)?Ke:te.isValidating,Ot=u(te.isLoading)?Ke:te.isLoading,ae=h.useCallback(async _=>{const x=M.current;if(!l||!x||y.current||p().isPaused())return!1;let j,g,$=!0;const re=_||{},b=!D[l]||!re.dedupe,I=()=>at?!y.current&&l===A.current&&Q.current:l===A.current,B={isValidating:!1,isLoading:!1},Je=()=>{Z(B)},Ye=()=>{const O=D[l];O&&O[1]===g&&delete D[l]},Ze={isValidating:!0};u(V().data)&&(Ze.isLoading=!0);try{if(b&&(Z(Ze),r.loadingTimeout&&u(V().data)&&setTimeout(()=>{$&&I()&&p().onLoadingSlow(l,r)},r.loadingTimeout),D[l]=[x(de),Ve()]),[j,g]=D[l],j=await j,b&&setTimeout(Ye,r.dedupingInterval),!D[l]||D[l][1]!==g)return b&&I()&&p().onDiscarded(l),!1;B.error=R;const O=L[l];if(!u(O)&&(g<=O[0]||g<=O[1]||O[1]===0))return Je(),b&&I()&&p().onDiscarded(l),!1;const P=V().data;B.data=o(P,j)?P:j,b&&I()&&p().onSuccess(j,l,r)}catch(O){Ye();const P=p(),{shouldRetryOnError:ve}=P;P.isPaused()||(B.error=O,b&&I()&&(P.onError(O,l,P),(ve===!0||W(ve)&&ve(O))&&(!p().revalidateOnFocus||!p().revalidateOnReconnect||Y())&&P.onErrorRetry(O,l,P,Lt=>{const ge=E[l];ge&&ge[0]&&ge[0](ot,Lt)},{retryCount:(re.retryCount||0)+1,dedupe:!0})))}return $=!1,Je(),!0},[l,s]),Qe=h.useCallback((..._)=>Nt(s,A.current,..._),[]);if(Re(()=>{M.current=n,J.current=r,u(ne)||(xe.current=ne)}),Re(()=>{if(!l)return;const _=ae.bind(R,Ee);let x=0;p().revalidateOnFocus&&(x=Date.now()+p().focusThrottleInterval);const g=Ts(l,E,($,re={})=>{if($==jt){const b=Date.now();p().revalidateOnFocus&&b>x&&Y()&&(x=b+p().focusThrottleInterval,_())}else if($==wt)p().revalidateOnReconnect&&Y()&&_();else{if($==yt)return ae();if($==ot)return ae(re)}});return y.current=!1,A.current=l,Q.current=!0,Z({_k:de}),Xe&&(D[l]||(u(G)||oe?_():os(_))),()=>{y.current=!0,g()}},[l]),Re(()=>{let _;function x(){const g=W(d)?d(V().data):d;g&&_!==-1&&(_=setTimeout(j,g))}function j(){!V().error&&(v||p().isVisible())&&(m||p().isOnline())?ae(Ee).then(x):x()}return x(),()=>{_&&(clearTimeout(_),_=-1)}},[d,v,m,l]),h.useDebugValue(he),a){if(!at&&oe&&X)throw new Error("Fallback data is required when using Suspense in SSR.");X&&(M.current=n,J.current=r,y.current=!1);const _=ie[l],x=!u(_)&&X?Qe(_):dt;if(ke(x),!u(fe)&&X)throw fe;const j=X?ae(Ee):dt;!u(he)&&X&&(j.status="fulfilled",j.value=!0),ke(j)}return{mutate:Qe,get data(){return ee.data=!0,he},get error(){return ee.error=!0,fe},get isValidating(){return ee.isValidating=!0,Ct},get isLoading(){return ee.isLoading=!0,Ot}}},ut=bs(Ns);class Rs extends Error{constructor({message:n,status:r,data:s}){super(n),this.name="TwitterApiError",this.status=r,this.data=s}}const Ss=ut.default||ut,Is="https://react-tweet.vercel.app";async function ks([e,n]){const r=await fetch(e,n),s=await r.json();if(r.ok)return s.data||null;throw new Rs({message:`Failed to fetch tweet at "${e}" with "${r.status}".`,data:s,status:r.status})}const Es=(e,n,r)=>{const{isLoading:s,data:o,error:a}=Ss(()=>n||e?[n||e&&`${Is}/api/tweet/${e}`,r]:null,ks,{revalidateIfStale:!1,revalidateOnFocus:!1,shouldRetryOnError:!1});return{isLoading:!!(s||o===void 0&&!a),data:o,error:a}},Cs=({id:e,apiUrl:n,fallback:r=t.jsx(Qr,{}),components:s,fetchOptions:o,onError:a})=>{const{data:i,error:c,isLoading:f}=Es(e,n,o);if(f)return r;if(c||!i){const d=(s==null?void 0:s.TweetNotFound)||zr;return t.jsx(d,{error:a?a(c):c})}return t.jsx(Pr,{tweet:i,components:s})};function Os({node:e}){var s;const n=((s=e==null?void 0:e.attrs)==null?void 0:s.src)||"",r=n==null?void 0:n.split("/").pop();return r?t.jsx(S.NodeViewWrapper,{children:t.jsx("div",{"data-twitter":"",children:t.jsx(Cs,{id:r})})}):null}function It(e){const{t:n}=Mt.useLocale(),[r,s]=h.useState("");h.useEffect(()=>{var a;if(e!=null&&e.editor){const{src:i}=(a=e.editor)==null?void 0:a.getAttributes(Ue.name);i&&s(i)}},[e==null?void 0:e.editor]);function o(a){a.preventDefault(),a.stopPropagation(),e==null||e.onSetLink(r)}return t.jsxs("form",{className:"richtext-flex richtext-flex-col richtext-gap-2",onSubmit:o,children:[t.jsx(At.Label,{className:"mb-[6px]",children:n("editor.link.dialog.text")}),t.jsx("div",{className:"richtext-flex richtext-w-full richtext-max-w-sm richtext-items-center richtext-gap-1.5",children:t.jsx("div",{className:"richtext-relative richtext-w-full richtext-max-w-sm richtext-items-center",children:t.jsx(Dt.Input,{className:"richtext-w-80",onChange:a=>s(a.target.value),placeholder:"Text",required:!0,type:"text",value:r})})}),t.jsx($t.Button,{className:"richtext-mt-2 richtext-self-end",type:"submit",children:n("editor.link.dialog.button.apply")})]})}function Ls(){const[e,n]=h.useState(!1),r=we.useEditorInstance(),s=we.useButtonProps(Ue.name),{icon:o=void 0,tooltip:a=void 0,tooltipOptions:i={},action:c=void 0,isActive:f=void 0}=(s==null?void 0:s.componentProps)??{},{editorDisabled:d}=we.useToggleActive(f);function v(m){d||c&&(c(m),n(!1))}return t.jsxs(je.Popover,{modal:!0,onOpenChange:n,open:e,children:[t.jsx(je.PopoverTrigger,{asChild:!0,children:t.jsx(qt.ActionButton,{disabled:d,isActive:f,tooltip:a,tooltipOptions:i,children:t.jsx(Vt.IconComponent,{name:o})})}),t.jsx(je.PopoverContent,{align:"start",className:"richtext-w-full",hideWhenDetached:!0,side:"bottom",children:t.jsx(It,{editor:r,onSetLink:v})})]})}const qs=/(https?:\/\/)?(www\.)?x\.com\/(\w{1,15})(\/status\/(\d+))?(\/\S*)?/g,$s=/^https?:\/\/(www\.)?x\.com\/(\w{1,15})(\/status\/(\d+))?(\/\S*)?$/;function ft(e){return e.match($s)}const Ue=S.Node3.create({name:"twitter",draggable:!0,selectable:!0,addOptions(){return{addPasteHandler:!0,HTMLAttributes:{},inline:!1,origin:"",button:({editor:e,t:n})=>({componentProps:{action:r=>{e.commands.setTweet({src:r})},isActive:()=>!1,disabled:!1,icon:"Twitter",tooltip:n("editor.twitter.tooltip"),editor:e}})}},addNodeView(){return S.ReactNodeViewRenderer(Os,{attrs:this.options.HTMLAttributes})},inline(){return this.options.inline},group(){return this.options.inline?"inline":"block"},addAttributes(){return{src:{default:null}}},parseHTML(){return[{tag:"div[data-twitter]"}]},addCommands(){return{setTweet:e=>({commands:n})=>ft(e.src)?n.insertContent({type:this.name,attrs:e}):!1,updateTweet:e=>({commands:n})=>ft(e.src)?n.updateAttributes(this.name,{src:e.src}):!1}},addPasteRules(){return this.options.addPasteHandler?[S.nodePasteRule({find:qs,type:this.type,getAttributes:e=>({src:e.input})})]:[]},renderHTML({HTMLAttributes:e}){return["div",S.mergeAttributes({"data-twitter":""},e)]}});exports.FormEditLinkTwitter=It;exports.RichTextTwitter=Ls;exports.Twitter=Ue;
@@ -1,14 +1,14 @@
1
- import { C as U, aa as rt, s as Mt, N as jt, m as Wt, ab as Bt, R as Ft } from "./index-CbIQPoF6.js";
1
+ import { C as U, aa as rt, q as Mt, N as jt, m as Wt, ab as Bt, u as Ft } from "./index-sVScpCFG.js";
2
2
  import { jsx as r, jsxs as h, Fragment as Pt } from "react/jsx-runtime";
3
3
  import Be, { useState as se, Fragment as Ut, useEffect as Fe, useMemo as Pe, createContext as zt, useLayoutEffect as Ht, useContext as Gt, useRef as K, useCallback as Te, useDebugValue as Xt } from "react";
4
- import { A as Kt } from "./index-4pRt5Vqu.js";
5
- import { u as Qt } from "./index-0OnGZkVF.js";
6
- import { L as Jt } from "./label-BEUVs-IA.js";
7
- import { I as Yt } from "./input-C5zU49Q1.js";
8
- import { B as Zt } from "./button-D8SI-g7p.js";
9
- import { c as en, u as tn, a as nn } from "./useButtonProps-DTngjZge.js";
10
- import { P as rn, a as on, b as an } from "./popover-CPY5lMCj.js";
11
- import { I as sn } from "./Icon-C_buGjWy.js";
4
+ import { A as Kt } from "./index-BIqaogQg.js";
5
+ import { P as Qt, a as Jt, b as Yt } from "./popover-BVX8otO9.js";
6
+ import { B as Zt } from "./button-CBO-WDXK.js";
7
+ import { I as en } from "./input-Bx4uo4gO.js";
8
+ import { L as tn } from "./label-uKG7RzFU.js";
9
+ import { u as nn } from "./index-0OnGZkVF.js";
10
+ import { c as rn, u as on, a as an } from "./useButtonProps-C_bqxmHi.js";
11
+ import { I as sn } from "./Icon-D7GJZzoa.js";
12
12
  const cn = "_verified_lvyh0_1", Ue = {
13
13
  verified: cn
14
14
  }, ln = () => /* @__PURE__ */ r("svg", {
@@ -157,7 +157,7 @@ const cn = "_verified_lvyh0_1", Ue = {
157
157
  alt: o.description
158
158
  })
159
159
  }) : null;
160
- }, wn = "_header_nqq4j_1", yn = "_avatar_nqq4j_11", bn = "_avatarOverflow_nqq4j_16", Tn = "_avatarSquare_nqq4j_23", xn = "_avatarShadow_nqq4j_26", Nn = "_author_nqq4j_37", In = "_authorLink_nqq4j_44", Rn = "_authorVerified_nqq4j_53", Sn = "_authorLinkText_nqq4j_56", kn = "_authorMeta_nqq4j_63", En = "_authorFollow_nqq4j_66", Cn = "_username_nqq4j_69", On = "_follow_nqq4j_74", Ln = "_separator_nqq4j_82", $n = "_brand_nqq4j_86", qn = "_twitterIcon_nqq4j_90", N = {
160
+ }, wn = "_header_nqq4j_1", yn = "_avatar_nqq4j_11", bn = "_avatarOverflow_nqq4j_16", Tn = "_avatarSquare_nqq4j_23", xn = "_avatarShadow_nqq4j_26", Nn = "_author_nqq4j_37", In = "_authorLink_nqq4j_44", Rn = "_authorVerified_nqq4j_53", Sn = "_authorLinkText_nqq4j_56", kn = "_authorMeta_nqq4j_63", En = "_authorFollow_nqq4j_66", Cn = "_username_nqq4j_69", On = "_follow_nqq4j_74", Ln = "_separator_nqq4j_82", qn = "_brand_nqq4j_86", $n = "_twitterIcon_nqq4j_90", N = {
161
161
  header: wn,
162
162
  avatar: yn,
163
163
  avatarOverflow: bn,
@@ -172,8 +172,8 @@ const cn = "_verified_lvyh0_1", Ue = {
172
172
  username: Cn,
173
173
  follow: On,
174
174
  separator: Ln,
175
- brand: $n,
176
- twitterIcon: qn
175
+ brand: qn,
176
+ twitterIcon: $n
177
177
  }, Dn = ({ tweet: e, components: t }) => {
178
178
  var n;
179
179
  const o = (n = t == null ? void 0 : t.AvatarImg) != null ? n : vt, { user: a } = e;
@@ -642,13 +642,13 @@ const or = (e) => ({
642
642
  })
643
643
  })
644
644
  ]
645
- }), Er = "_actions_n2anf_1", Cr = "_like_n2anf_13", Or = "_reply_n2anf_14", Lr = "_copy_n2anf_15", $r = "_likeIconWrapper_n2anf_27", qr = "_likeCount_n2anf_30", Dr = "_replyIconWrapper_n2anf_35", Ar = "_copyIconWrapper_n2anf_36", Vr = "_likeIcon_n2anf_27", Mr = "_replyIcon_n2anf_35", jr = "_copyIcon_n2anf_36", Wr = "_replyText_n2anf_56", Br = "_copyText_n2anf_57", k = {
645
+ }), Er = "_actions_n2anf_1", Cr = "_like_n2anf_13", Or = "_reply_n2anf_14", Lr = "_copy_n2anf_15", qr = "_likeIconWrapper_n2anf_27", $r = "_likeCount_n2anf_30", Dr = "_replyIconWrapper_n2anf_35", Ar = "_copyIconWrapper_n2anf_36", Vr = "_likeIcon_n2anf_27", Mr = "_replyIcon_n2anf_35", jr = "_copyIcon_n2anf_36", Wr = "_replyText_n2anf_56", Br = "_copyText_n2anf_57", k = {
646
646
  actions: Er,
647
647
  like: Cr,
648
648
  reply: Or,
649
649
  copy: Lr,
650
- likeIconWrapper: $r,
651
- likeCount: qr,
650
+ likeIconWrapper: qr,
651
+ likeCount: $r,
652
652
  replyIconWrapper: Dr,
653
653
  copyIconWrapper: Ar,
654
654
  likeIcon: Vr,
@@ -975,7 +975,7 @@ const or = (e) => ({
975
975
  ]
976
976
  }), Nt = 0, It = 1, Rt = 2, lt = 3;
977
977
  var dt = Object.prototype.hasOwnProperty;
978
- function $e(e, t) {
978
+ function qe(e, t) {
979
979
  var n, o;
980
980
  if (e === t) return !0;
981
981
  if (e && t && (n = e.constructor) === t.constructor) {
@@ -983,13 +983,13 @@ function $e(e, t) {
983
983
  if (n === RegExp) return e.toString() === t.toString();
984
984
  if (n === Array) {
985
985
  if ((o = e.length) === t.length)
986
- for (; o-- && $e(e[o], t[o]); ) ;
986
+ for (; o-- && qe(e[o], t[o]); ) ;
987
987
  return o === -1;
988
988
  }
989
989
  if (!n || typeof e == "object") {
990
990
  o = 0;
991
991
  for (n in e)
992
- if (dt.call(e, n) && ++o && !dt.call(t, n) || !(n in t) || !$e(e[n], t[n])) return !1;
992
+ if (dt.call(e, n) && ++o && !dt.call(t, n) || !(n in t) || !qe(e[n], t[n])) return !1;
993
993
  return Object.keys(t).length === o;
994
994
  }
995
995
  }
@@ -999,7 +999,7 @@ const F = /* @__PURE__ */ new WeakMap(), P = () => {
999
999
  }, R = (
1000
1000
  /*#__NOINLINE__*/
1001
1001
  P()
1002
- ), qe = Object, u = (e) => e === R, j = (e) => typeof e == "function", z = (e, t) => ({
1002
+ ), $e = Object, u = (e) => e === R, j = (e) => typeof e == "function", z = (e, t) => ({
1003
1003
  ...e,
1004
1004
  ...t
1005
1005
  }), St = (e) => j(e.then), Re = {}, ve = {}, He = "undefined", ue = typeof window != He, De = typeof document != He, wo = ue && "Deno" in window, yo = () => ue && typeof window.requestAnimationFrame != He, kt = (e, t) => {
@@ -1050,12 +1050,12 @@ const bo = () => Ae, [Ve, Me] = ue && window.addEventListener ? [
1050
1050
  }, ut = !Be.useId, ie = !ue || wo, So = (e) => yo() ? window.requestAnimationFrame(e) : setTimeout(e, 1), Se = ie ? Fe : Ht, ke = typeof navigator < "u" && navigator.connection, ft = !ie && ke && ([
1051
1051
  "slow-2g",
1052
1052
  "2g"
1053
- ].includes(ke.effectiveType) || ke.saveData), ge = /* @__PURE__ */ new WeakMap(), ko = (e) => qe.prototype.toString.call(e), Ee = (e, t) => e === `[object ${t}]`;
1053
+ ].includes(ke.effectiveType) || ke.saveData), ge = /* @__PURE__ */ new WeakMap(), ko = (e) => $e.prototype.toString.call(e), Ee = (e, t) => e === `[object ${t}]`;
1054
1054
  let Eo = 0;
1055
1055
  const je = (e) => {
1056
1056
  const t = typeof e, n = ko(e), o = Ee(n, "Date"), a = Ee(n, "RegExp"), i = Ee(n, "Object");
1057
1057
  let s, c;
1058
- if (qe(e) === e && !o && !a) {
1058
+ if ($e(e) === e && !o && !a) {
1059
1059
  if (s = ge.get(e), s) return s;
1060
1060
  if (s = ++Eo + "~", ge.set(e, s), Array.isArray(e)) {
1061
1061
  for (s = "@", c = 0; c < e.length; c++)
@@ -1064,7 +1064,7 @@ const je = (e) => {
1064
1064
  }
1065
1065
  if (i) {
1066
1066
  s = "#";
1067
- const f = qe.keys(e).sort();
1067
+ const f = $e.keys(e).sort();
1068
1068
  for (; !u(c = f.pop()); )
1069
1069
  u(e[c]) || (s += c + ":" + je(e[c]) + ",");
1070
1070
  ge.set(e, s);
@@ -1110,8 +1110,8 @@ async function Et(...e) {
1110
1110
  const [I] = Ge(b);
1111
1111
  if (!I) return;
1112
1112
  const [E, L] = kt(t, I), [D, ce, l, fe] = F.get(t), J = () => {
1113
- const $ = D[I];
1114
- return (j(i.revalidate) ? i.revalidate(E().data, b) : i.revalidate !== !1) && (delete l[I], delete fe[I], $ && $[0]) ? $[0](Rt).then(() => E().data) : E().data;
1113
+ const q = D[I];
1114
+ return (j(i.revalidate) ? i.revalidate(E().data, b) : i.revalidate !== !1) && (delete l[I], delete fe[I], q && q[0]) ? q[0](Rt).then(() => E().data) : E().data;
1115
1115
  };
1116
1116
  if (e.length < 3)
1117
1117
  return J();
@@ -1128,12 +1128,12 @@ async function Et(...e) {
1128
1128
  })), j(T))
1129
1129
  try {
1130
1130
  T = T(H);
1131
- } catch ($) {
1132
- A = $, V = !0;
1131
+ } catch (q) {
1132
+ A = q, V = !0;
1133
1133
  }
1134
1134
  if (T && St(T))
1135
- if (T = await T.catch(($) => {
1136
- A = $, V = !0;
1135
+ if (T = await T.catch((q) => {
1136
+ A = q, V = !0;
1137
1137
  }), Y !== ce[I][0]) {
1138
1138
  if (V) throw A;
1139
1139
  return T;
@@ -1143,9 +1143,9 @@ async function Et(...e) {
1143
1143
  }));
1144
1144
  if (s && !V)
1145
1145
  if (j(s)) {
1146
- const $ = s(T, H);
1146
+ const q = s(T, H);
1147
1147
  L({
1148
- data: $,
1148
+ data: q,
1149
1149
  error: R,
1150
1150
  _c: R
1151
1151
  });
@@ -1212,7 +1212,7 @@ const ht = (e, t) => {
1212
1212
  }, Lo = (e, t, n, o, a) => {
1213
1213
  const i = n.errorRetryCount, s = a.retryCount, c = ~~((Math.random() + 0.5) * (1 << (s < 8 ? s : 8))) * n.errorRetryInterval;
1214
1214
  !u(i) && s > i || setTimeout(o, c, a);
1215
- }, $o = $e, [Ct, qo] = Oo(/* @__PURE__ */ new Map()), Do = z(
1215
+ }, qo = qe, [Ct, $o] = Oo(/* @__PURE__ */ new Map()), Do = z(
1216
1216
  {
1217
1217
  // events
1218
1218
  onLoadingSlow: P,
@@ -1231,10 +1231,10 @@ const ht = (e, t) => {
1231
1231
  dedupingInterval: 2 * 1e3,
1232
1232
  loadingTimeout: ft ? 5e3 : 3e3,
1233
1233
  // providers
1234
- compare: $o,
1234
+ compare: qo,
1235
1235
  isPaused: () => !1,
1236
1236
  cache: Ct,
1237
- mutate: qo,
1237
+ mutate: $o,
1238
1238
  fallback: {}
1239
1239
  },
1240
1240
  // use web preset by default
@@ -1304,7 +1304,7 @@ const Ce = Be.use || // This extra generic is to avoid TypeScript mixing up the
1304
1304
  }), Oe = {
1305
1305
  dedupe: !0
1306
1306
  }, _t = Promise.resolve(R), Go = (e, t, n) => {
1307
- const { cache: o, compare: a, suspense: i, fallbackData: s, revalidateOnMount: c, revalidateIfStale: f, refreshInterval: d, refreshWhenHidden: g, refreshWhenOffline: m, keepPreviousData: b, strictServerPrefetchWarning: I } = n, [E, L, D, ce] = F.get(o), [l, fe] = Ge(e), J = K(!1), T = K(!1), A = K(l), V = K(t), Y = K(n), p = () => Y.current, Z = () => p().isVisible() && p().isOnline(), [M, ee, H, $] = kt(o, l), te = K({}).current, he = u(s) ? u(n.fallback) ? R : n.fallback[l] : s, Xe = (_, v) => {
1307
+ const { cache: o, compare: a, suspense: i, fallbackData: s, revalidateOnMount: c, revalidateIfStale: f, refreshInterval: d, refreshWhenHidden: g, refreshWhenOffline: m, keepPreviousData: b, strictServerPrefetchWarning: I } = n, [E, L, D, ce] = F.get(o), [l, fe] = Ge(e), J = K(!1), T = K(!1), A = K(l), V = K(t), Y = K(n), p = () => Y.current, Z = () => p().isVisible() && p().isOnline(), [M, ee, H, q] = kt(o, l), te = K({}).current, he = u(s) ? u(n.fallback) ? R : n.fallback[l] : s, Xe = (_, v) => {
1308
1308
  for (const y in te) {
1309
1309
  const w = y;
1310
1310
  if (w === "data") {
@@ -1322,8 +1322,8 @@ const Ce = Be.use || // This extra generic is to avoid TypeScript mixing up the
1322
1322
  isLoading: !0,
1323
1323
  ...W
1324
1324
  } : W;
1325
- }, y = M(), w = $(), q = v(y), oe = y === w ? q : v(w);
1326
- let x = q;
1325
+ }, y = M(), w = q(), $ = v(y), oe = y === w ? $ : v(w);
1326
+ let x = $;
1327
1327
  return [
1328
1328
  () => {
1329
1329
  const S = v(M());
@@ -1343,15 +1343,15 @@ const Ce = Be.use || // This extra generic is to avoid TypeScript mixing up the
1343
1343
  o,
1344
1344
  l
1345
1345
  ]
1346
- ), Ke[0], Ke[1]), Qe = !J.current, $t = E[l] && E[l].length > 0, re = ne.data, G = u(re) ? he && St(he) ? Ce(he) : he : re, _e = ne.error, we = K(G), me = b ? u(re) ? u(we.current) ? G : we.current : re : G, X = l && u(G), qt = !ie && // eslint-disable-next-line react-hooks/rules-of-hooks
1346
+ ), Ke[0], Ke[1]), Qe = !J.current, qt = E[l] && E[l].length > 0, re = ne.data, G = u(re) ? he && St(he) ? Ce(he) : he : re, _e = ne.error, we = K(G), me = b ? u(re) ? u(we.current) ? G : we.current : re : G, X = l && u(G), $t = !ie && // eslint-disable-next-line react-hooks/rules-of-hooks
1347
1347
  rt.useSyncExternalStore(() => P, () => !1, () => !0);
1348
- I && qt && !i && X && console.warn(`Missing pre-initiated data for serialized key "${l}" during server-side rendering. Data fethcing should be initiated on the server and provided to SWR via fallback data. You can set "strictServerPrefetchWarning: false" to disable this warning.`);
1349
- const Je = $t && !u(_e) ? !1 : Qe && !u(c) ? c : p().isPaused() ? !1 : i ? u(G) ? !1 : f : u(G) || f, Ye = !!(l && t && Qe && Je), Dt = u(ne.isValidating) ? Ye : ne.isValidating, At = u(ne.isLoading) ? Ye : ne.isLoading, le = Te(
1348
+ I && $t && !i && X && console.warn(`Missing pre-initiated data for serialized key "${l}" during server-side rendering. Data fethcing should be initiated on the server and provided to SWR via fallback data. You can set "strictServerPrefetchWarning: false" to disable this warning.`);
1349
+ const Je = qt && !u(_e) ? !1 : Qe && !u(c) ? c : p().isPaused() ? !1 : i ? u(G) ? !1 : f : u(G) || f, Ye = !!(l && t && Qe && Je), Dt = u(ne.isValidating) ? Ye : ne.isValidating, At = u(ne.isLoading) ? Ye : ne.isLoading, le = Te(
1350
1350
  async (_) => {
1351
1351
  const v = V.current;
1352
1352
  if (!l || !v || T.current || p().isPaused())
1353
1353
  return !1;
1354
- let y, w, q = !0;
1354
+ let y, w, $ = !0;
1355
1355
  const oe = _ || {}, x = !D[l] || !oe.dedupe, S = () => ut ? !T.current && l === A.current && J.current : l === A.current, W = {
1356
1356
  isValidating: !1,
1357
1357
  isLoading: !1
@@ -1366,7 +1366,7 @@ const Ce = Be.use || // This extra generic is to avoid TypeScript mixing up the
1366
1366
  u(M().data) && (nt.isLoading = !0);
1367
1367
  try {
1368
1368
  if (x && (ee(nt), n.loadingTimeout && u(M().data) && setTimeout(() => {
1369
- q && S() && p().onLoadingSlow(l, n);
1369
+ $ && S() && p().onLoadingSlow(l, n);
1370
1370
  }, n.loadingTimeout), D[l] = [
1371
1371
  v(fe),
1372
1372
  We()
@@ -1392,7 +1392,7 @@ const Ce = Be.use || // This extra generic is to avoid TypeScript mixing up the
1392
1392
  dedupe: !0
1393
1393
  })));
1394
1394
  }
1395
- return q = !1, et(), !0;
1395
+ return $ = !1, et(), !0;
1396
1396
  },
1397
1397
  // `setState` is immutable, and `eventsCallback`, `fnArg`, and
1398
1398
  // `keyValidating` are depending on `key`, so we can exclude them from
@@ -1422,16 +1422,16 @@ const Ce = Be.use || // This extra generic is to avoid TypeScript mixing up the
1422
1422
  const _ = le.bind(R, Oe);
1423
1423
  let v = 0;
1424
1424
  p().revalidateOnFocus && (v = Date.now() + p().focusThrottleInterval);
1425
- const w = Ho(l, E, (q, oe = {}) => {
1426
- if (q == Nt) {
1425
+ const w = Ho(l, E, ($, oe = {}) => {
1426
+ if ($ == Nt) {
1427
1427
  const x = Date.now();
1428
1428
  p().revalidateOnFocus && x > v && Z() && (v = x + p().focusThrottleInterval, _());
1429
- } else if (q == It)
1429
+ } else if ($ == It)
1430
1430
  p().revalidateOnReconnect && Z() && _();
1431
1431
  else {
1432
- if (q == Rt)
1432
+ if ($ == Rt)
1433
1433
  return le();
1434
- if (q == lt)
1434
+ if ($ == lt)
1435
1435
  return le(oe);
1436
1436
  }
1437
1437
  });
@@ -1536,7 +1536,7 @@ function ea({ node: e }) {
1536
1536
  return n ? /* @__PURE__ */ r(Mt, { children: /* @__PURE__ */ r("div", { "data-twitter": "", children: /* @__PURE__ */ r(Zo, { id: n }) }) }) : null;
1537
1537
  }
1538
1538
  function ta(e) {
1539
- const { t } = Qt(), [n, o] = se("");
1539
+ const { t } = nn(), [n, o] = se("");
1540
1540
  Fe(() => {
1541
1541
  var i;
1542
1542
  if (e != null && e.editor) {
@@ -1553,9 +1553,9 @@ function ta(e) {
1553
1553
  className: "richtext-flex richtext-flex-col richtext-gap-2",
1554
1554
  onSubmit: a,
1555
1555
  children: [
1556
- /* @__PURE__ */ r(Jt, { className: "mb-[6px]", children: t("editor.link.dialog.text") }),
1556
+ /* @__PURE__ */ r(tn, { className: "mb-[6px]", children: t("editor.link.dialog.text") }),
1557
1557
  /* @__PURE__ */ r("div", { className: "richtext-flex richtext-w-full richtext-max-w-sm richtext-items-center richtext-gap-1.5", children: /* @__PURE__ */ r("div", { className: "richtext-relative richtext-w-full richtext-max-w-sm richtext-items-center", children: /* @__PURE__ */ r(
1558
- Yt,
1558
+ en,
1559
1559
  {
1560
1560
  className: "richtext-w-80",
1561
1561
  onChange: (i) => o(i.target.value),
@@ -1578,24 +1578,24 @@ function ta(e) {
1578
1578
  );
1579
1579
  }
1580
1580
  function pa() {
1581
- const [e, t] = se(!1), n = en(), o = tn(Lt.name), {
1581
+ const [e, t] = se(!1), n = rn(), o = on(Lt.name), {
1582
1582
  icon: a = void 0,
1583
1583
  tooltip: i = void 0,
1584
1584
  tooltipOptions: s = {},
1585
1585
  action: c = void 0,
1586
1586
  isActive: f = void 0
1587
- } = (o == null ? void 0 : o.componentProps) ?? {}, { editorDisabled: d } = nn(f);
1587
+ } = (o == null ? void 0 : o.componentProps) ?? {}, { editorDisabled: d } = an(f);
1588
1588
  function g(m) {
1589
1589
  d || c && (c(m), t(!1));
1590
1590
  }
1591
1591
  return /* @__PURE__ */ h(
1592
- rn,
1592
+ Qt,
1593
1593
  {
1594
1594
  modal: !0,
1595
1595
  onOpenChange: t,
1596
1596
  open: e,
1597
1597
  children: [
1598
- /* @__PURE__ */ r(on, { asChild: !0, children: /* @__PURE__ */ r(
1598
+ /* @__PURE__ */ r(Jt, { asChild: !0, children: /* @__PURE__ */ r(
1599
1599
  Kt,
1600
1600
  {
1601
1601
  disabled: d,
@@ -1606,7 +1606,7 @@ function pa() {
1606
1606
  }
1607
1607
  ) }),
1608
1608
  /* @__PURE__ */ r(
1609
- an,
1609
+ Yt,
1610
1610
  {
1611
1611
  align: "start",
1612
1612
  className: "richtext-w-full",
package/lib/Twitter.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("./index-BBNITgNi.cjs");const t=require("./Twitter-Bvs3sW8F.cjs");exports.RichTextTwitter=t.RichTextTwitter;exports.Twitter=t.Twitter;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("./index-BBNITgNi.cjs");const t=require("./Twitter-Bo4JkBTL.cjs");exports.RichTextTwitter=t.RichTextTwitter;exports.Twitter=t.Twitter;
package/lib/Twitter.js CHANGED
@@ -1,5 +1,5 @@
1
- import "./index-CbIQPoF6.js";
2
- import { R as i, T } from "./Twitter-KUvyySA0.js";
1
+ import "./index-sVScpCFG.js";
2
+ import { R as i, T } from "./Twitter-mowilxRd.js";
3
3
  export {
4
4
  i as RichTextTwitter,
5
5
  T as Twitter
package/lib/Video.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const $=require("./index-BBNITgNi.cjs"),k=require("./index-FSRjMsxW.cjs"),p=require("./useButtonProps-BqBGuqoP.cjs"),o=require("react/jsx-runtime"),d=require("react"),E=require("./index-DvvMf6Wu.cjs"),g=require("./dialog-DgnnVCfv.cjs"),M=require("./events.constant-DQYeJpu5.cjs"),u=require("./tabs-CHy82_rs.cjs"),D=require("./button-U6XpZt2X.cjs"),I=require("./input-BtDj0NeF.cjs");function R(e,t){let n;try{n=new URL(e)}catch{return!1}return!(t!=null&&t.length)||t.length===1&&t[0]==="."?!0:t.some(s=>{if(s.includes("*")){const l=s.replace(/\./g,String.raw`\.`).replace(/\*/g,".*");return new RegExp(`^${l}$`).test(n.hostname)}return n.hostname.includes(s)})}function H(){const{t:e}=k.useLocale(),t=p.useEditorInstance(),n=p.useButtonProps(T.name),{icon:s,tooltip:l}=(n==null?void 0:n.componentProps)??{},{editorDisabled:c}=p.useToggleActive(),[f,x]=d.useState(""),w=d.useRef(null),[y,m]=d.useState(""),[V,h]=d.useState(!1),v=p.useExtension(T.name),C=r=>{h(r.detail)};d.useEffect(()=>{const r=M.listenEvent(M.EVENTS.UPLOAD_VIDEO(t.id),C);return()=>{r()}},[t]);const i=d.useMemo(()=>(v==null?void 0:v.options)??{},[v]);async function S(r){var L;const a=(L=r==null?void 0:r.target)==null?void 0:L.files;if(!t||t.isDestroyed||a.length===0)return;const b=a[0];let j="";i.upload?j=await i.upload(b):j=URL.createObjectURL(b),t.chain().focus().setVideo({src:j,width:"100%"}).run(),h(!1)}function A(r){r.preventDefault(),r.stopPropagation(),f&&(t.chain().focus().setVideo({src:f,width:"100%"}).run(),h(!1),x(""))}function q(r){var a;r.preventDefault(),(a=w.current)==null||a.click()}return o.jsxs(g.Dialog,{onOpenChange:h,open:V,children:[o.jsx(g.DialogTrigger,{asChild:!0,children:o.jsx(E.ActionButton,{disabled:c,icon:s,tooltip:l,action:()=>{c||h(!0)}})}),o.jsxs(g.DialogContent,{children:[o.jsx(g.DialogTitle,{children:e("editor.video.dialog.title")}),o.jsxs(u.Tabs,{activationMode:"manual",defaultValue:(i==null?void 0:i.resourceVideo)==="both"||(i==null?void 0:i.resourceVideo)==="upload"?"upload":"link",children:[o.jsxs(u.TabsList,{className:"richtext-grid richtext-w-full richtext-grid-cols-2",children:[((i==null?void 0:i.resourceVideo)==="both"||(i==null?void 0:i.resourceVideo)==="upload")&&o.jsx(u.TabsTrigger,{value:"upload",children:e("editor.video.dialog.tab.upload")}),((i==null?void 0:i.resourceVideo)==="both"||(i==null?void 0:i.resourceVideo)==="link")&&o.jsx(u.TabsTrigger,{value:"link",children:e("editor.video.dialog.link")})]}),o.jsxs(u.TabsContent,{value:"upload",children:[o.jsx("div",{className:"richtext-flex richtext-items-center richtext-gap-[10px]",children:o.jsx(D.Button,{className:"richtext-mt-1 richtext-w-full",onClick:q,size:"sm",children:e("editor.video.dialog.tab.upload")})}),o.jsx("input",{accept:"video/*",multiple:!0,onChange:S,ref:w,type:"file",style:{display:"none"}})]}),o.jsxs(u.TabsContent,{value:"link",children:[o.jsx("div",{children:o.jsxs("div",{className:"richtext-flex richtext-items-center richtext-gap-2",children:[o.jsx(I.Input,{autoFocus:!0,placeholder:e("editor.video.dialog.placeholder"),required:!0,type:"url",value:f,onBlur:r=>{const a=r.target.value,b=i.videoProviders||["."];a&&!R(a,b)?m("Invalid video URL"):m("")},onChange:r=>{x(r.target.value)}}),o.jsx(D.Button,{onClick:A,type:"button",children:e("editor.video.dialog.button.apply")})]})}),y&&o.jsx("div",{className:"richtext-my-[5px] richtext-text-red-500",children:y})]})]})]})]})}function B(e){e=e.replace("https://youtu.be/","https://www.youtube.com/watch?v=").replace("watch?v=","embed/");const t=e.match(/^https:\/\/www\.youtube\.com\/shorts\/([a-zA-Z0-9_-]+)/);t&&(e=`https://www.youtube.com/embed/${t[1]}`);const n=e.match(/^https:\/\/vimeo\.com\/(\d+)(?:\/([a-zA-Z0-9]+))?/);if(n){const l=n[1],c=n[2];c?e=`https://player.vimeo.com/video/${l}?h=${c}`:e=`https://player.vimeo.com/video/${l}`}return/^https?:\/\/www.bilibili.com\/video\/.*/i.test(e)&&(e=e.replace(/\?.*$/,"").replace("https://www.bilibili.com/video/","https://player.bilibili.com/player.html?bvid=")),e.includes("drive.google.com")&&(e=e.replace("/view","/preview")),e}const T=$.Node3.create({name:"video",group:"block",atom:!0,draggable:!0,addOptions(){return{divider:!1,spacer:!1,allowFullscreen:!0,upload:void 0,frameborder:!1,resourceVideo:"both",width:k.VIDEO_SIZE["size-medium"],HTMLAttributes:{class:"iframe-wrapper"},button:({editor:e,t})=>{var n,s;return{componentProps:{action:()=>{},isActive:()=>e.isActive("video")||!1,disabled:!((s=(n=e.can()).setVideo)!=null&&s.call(n,{})),icon:"Video",tooltip:t("editor.video.tooltip"),videoProviders:["."],editor:e}}}}},addAttributes(){return{src:{default:null,renderHTML:({src:e})=>({src:e?B(e):null})},width:{default:this.options.width,renderHTML:({width:e})=>({width:p.getCssUnitWithDefault(e)})},frameborder:{default:this.options.frameborder?1:0,parseHTML:()=>this.options.frameborder?1:0},allowfullscreen:{default:this.options.allowFullscreen,parseHTML:()=>this.options.allowFullscreen},align:{default:"center",renderHTML:({align:e})=>({align:e})}}},parseHTML(){return[{tag:"div[data-video] iframe"}]},renderHTML({HTMLAttributes:e}){const{width:t="100%",align:n="center"}=e??{},s={...e,width:"100%",height:"100%"},l=`position: relative;overflow: hidden;display: flex;flex: 1;max-width: ${t};`,c=`flex: 1;padding-bottom: ${9/16*100}%;`,m=["div",{style:`display: flex; justify-content: ${n};`},["div",{style:l},["div",{style:c}],["iframe",s]]];return["div",{...this.options.HTMLAttributes,class:"iframe-wrapper","data-video":""},m]},addCommands(){return{setVideo:e=>({commands:t})=>t.insertContent({type:this.name,attrs:e}),updateVideo:e=>({commands:t})=>t.updateAttributes(this.name,e)}}});exports.RichTextVideo=H;exports.Video=T;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const $=require("./index-BBNITgNi.cjs"),k=require("./index-FSRjMsxW.cjs"),p=require("./useButtonProps-DEtmDVPr.cjs"),o=require("react/jsx-runtime"),d=require("react"),E=require("./index-BvIJKpX1.cjs"),M=require("./button-wt49IYwP.cjs"),I=require("./input-BeD5GdMv.cjs"),u=require("./tabs-DOasUMDU.cjs"),g=require("./dialog-DY868Uji.cjs"),D=require("./events.constant-DQYeJpu5.cjs");function R(e,t){let n;try{n=new URL(e)}catch{return!1}return!(t!=null&&t.length)||t.length===1&&t[0]==="."?!0:t.some(s=>{if(s.includes("*")){const l=s.replace(/\./g,String.raw`\.`).replace(/\*/g,".*");return new RegExp(`^${l}$`).test(n.hostname)}return n.hostname.includes(s)})}function H(){const{t:e}=k.useLocale(),t=p.useEditorInstance(),n=p.useButtonProps(T.name),{icon:s,tooltip:l}=(n==null?void 0:n.componentProps)??{},{editorDisabled:c}=p.useToggleActive(),[f,x]=d.useState(""),w=d.useRef(null),[y,m]=d.useState(""),[V,h]=d.useState(!1),v=p.useExtension(T.name),C=r=>{h(r.detail)};d.useEffect(()=>{const r=D.listenEvent(D.EVENTS.UPLOAD_VIDEO(t.id),C);return()=>{r()}},[t]);const i=d.useMemo(()=>(v==null?void 0:v.options)??{},[v]);async function S(r){var L;const a=(L=r==null?void 0:r.target)==null?void 0:L.files;if(!t||t.isDestroyed||a.length===0)return;const b=a[0];let j="";i.upload?j=await i.upload(b):j=URL.createObjectURL(b),t.chain().focus().setVideo({src:j,width:"100%"}).run(),h(!1)}function A(r){r.preventDefault(),r.stopPropagation(),f&&(t.chain().focus().setVideo({src:f,width:"100%"}).run(),h(!1),x(""))}function q(r){var a;r.preventDefault(),(a=w.current)==null||a.click()}return o.jsxs(g.Dialog,{onOpenChange:h,open:V,children:[o.jsx(g.DialogTrigger,{asChild:!0,children:o.jsx(E.ActionButton,{disabled:c,icon:s,tooltip:l,action:()=>{c||h(!0)}})}),o.jsxs(g.DialogContent,{children:[o.jsx(g.DialogTitle,{children:e("editor.video.dialog.title")}),o.jsxs(u.Tabs,{activationMode:"manual",defaultValue:(i==null?void 0:i.resourceVideo)==="both"||(i==null?void 0:i.resourceVideo)==="upload"?"upload":"link",children:[o.jsxs(u.TabsList,{className:"richtext-grid richtext-w-full richtext-grid-cols-2",children:[((i==null?void 0:i.resourceVideo)==="both"||(i==null?void 0:i.resourceVideo)==="upload")&&o.jsx(u.TabsTrigger,{value:"upload",children:e("editor.video.dialog.tab.upload")}),((i==null?void 0:i.resourceVideo)==="both"||(i==null?void 0:i.resourceVideo)==="link")&&o.jsx(u.TabsTrigger,{value:"link",children:e("editor.video.dialog.link")})]}),o.jsxs(u.TabsContent,{value:"upload",children:[o.jsx("div",{className:"richtext-flex richtext-items-center richtext-gap-[10px]",children:o.jsx(M.Button,{className:"richtext-mt-1 richtext-w-full",onClick:q,size:"sm",children:e("editor.video.dialog.tab.upload")})}),o.jsx("input",{accept:"video/*",multiple:!0,onChange:S,ref:w,type:"file",style:{display:"none"}})]}),o.jsxs(u.TabsContent,{value:"link",children:[o.jsx("div",{children:o.jsxs("div",{className:"richtext-flex richtext-items-center richtext-gap-2",children:[o.jsx(I.Input,{autoFocus:!0,placeholder:e("editor.video.dialog.placeholder"),required:!0,type:"url",value:f,onBlur:r=>{const a=r.target.value,b=i.videoProviders||["."];a&&!R(a,b)?m("Invalid video URL"):m("")},onChange:r=>{x(r.target.value)}}),o.jsx(M.Button,{onClick:A,type:"button",children:e("editor.video.dialog.button.apply")})]})}),y&&o.jsx("div",{className:"richtext-my-[5px] richtext-text-red-500",children:y})]})]})]})]})}function B(e){e=e.replace("https://youtu.be/","https://www.youtube.com/watch?v=").replace("watch?v=","embed/");const t=e.match(/^https:\/\/www\.youtube\.com\/shorts\/([a-zA-Z0-9_-]+)/);t&&(e=`https://www.youtube.com/embed/${t[1]}`);const n=e.match(/^https:\/\/vimeo\.com\/(\d+)(?:\/([a-zA-Z0-9]+))?/);if(n){const l=n[1],c=n[2];c?e=`https://player.vimeo.com/video/${l}?h=${c}`:e=`https://player.vimeo.com/video/${l}`}return/^https?:\/\/www.bilibili.com\/video\/.*/i.test(e)&&(e=e.replace(/\?.*$/,"").replace("https://www.bilibili.com/video/","https://player.bilibili.com/player.html?bvid=")),e.includes("drive.google.com")&&(e=e.replace("/view","/preview")),e}const T=$.Node3.create({name:"video",group:"block",atom:!0,draggable:!0,addOptions(){return{divider:!1,spacer:!1,allowFullscreen:!0,upload:void 0,frameborder:!1,resourceVideo:"both",width:k.VIDEO_SIZE["size-medium"],HTMLAttributes:{class:"iframe-wrapper"},button:({editor:e,t})=>{var n,s;return{componentProps:{action:()=>{},isActive:()=>e.isActive("video")||!1,disabled:!((s=(n=e.can()).setVideo)!=null&&s.call(n,{})),icon:"Video",tooltip:t("editor.video.tooltip"),videoProviders:["."],editor:e}}}}},addAttributes(){return{src:{default:null,renderHTML:({src:e})=>({src:e?B(e):null})},width:{default:this.options.width,renderHTML:({width:e})=>({width:p.getCssUnitWithDefault(e)})},frameborder:{default:this.options.frameborder?1:0,parseHTML:()=>this.options.frameborder?1:0},allowfullscreen:{default:this.options.allowFullscreen,parseHTML:()=>this.options.allowFullscreen},align:{default:"center",renderHTML:({align:e})=>({align:e})}}},parseHTML(){return[{tag:"div[data-video] iframe"}]},renderHTML({HTMLAttributes:e}){const{width:t="100%",align:n="center"}=e??{},s={...e,width:"100%",height:"100%"},l=`position: relative;overflow: hidden;display: flex;flex: 1;max-width: ${t};`,c=`flex: 1;padding-bottom: ${9/16*100}%;`,m=["div",{style:`display: flex; justify-content: ${n};`},["div",{style:l},["div",{style:c}],["iframe",s]]];return["div",{...this.options.HTMLAttributes,class:"iframe-wrapper","data-video":""},m]},addCommands(){return{setVideo:e=>({commands:t})=>t.insertContent({type:this.name,attrs:e}),updateVideo:e=>({commands:t})=>t.updateAttributes(this.name,e)}}});exports.RichTextVideo=H;exports.Video=T;