@avocadostudio-ai/cli 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +59 -0
- package/dist/index.js +15064 -0
- package/editor-dist/assets/Editor-EPSED64A-1h0xO9QI.js +1 -0
- package/editor-dist/assets/PuckPrototypeRoute-CrbybIsD.js +231 -0
- package/editor-dist/assets/PuckPrototypeRoute-DtqTlafP.css +1 -0
- package/editor-dist/assets/Render-CU35UAWV-BC5ynnCM.js +1 -0
- package/editor-dist/assets/chunk-2CNEFIQP-Q9gAzMw1.js +37 -0
- package/editor-dist/assets/full-N67EAB2Q-Dtb7CnaF.js +1 -0
- package/editor-dist/assets/index-BVru-J_w.js +680 -0
- package/editor-dist/assets/index-D4SeD5gd.js +1 -0
- package/editor-dist/assets/index-Wz7Aw5V1.css +1 -0
- package/editor-dist/assets/index-oh4S_G9Y.js +93 -0
- package/editor-dist/assets/loaded-F37CNCVG-Bav6-7kM.js +1 -0
- package/editor-dist/assets/loaded-H325ZSK5-DhwWhSPx.js +1 -0
- package/editor-dist/assets/loaded-MIY725CK-C7ZoKWol.js +1 -0
- package/editor-dist/favicon.svg +5 -0
- package/editor-dist/index.html +14 -0
- package/editor-dist/shimmer-demo.html +262 -0
- package/package.json +55 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{P as b}from"./chunk-2CNEFIQP-Q9gAzMw1.js";import{u as y,a as j,E as L,_ as m,L as M,b as p,o as P,i as A}from"./PuckPrototypeRoute-CrbybIsD.js";import{r as s,j as g}from"./index-BVru-J_w.js";import{E as N,u as U}from"./index-D4SeD5gd.js";import"./index-oh4S_G9Y.js";A();A();function C({content:a,onChange:x,extensions:v,editable:d=!0,onFocusChange:o,name:c}){const[i,E]=P(null,50,{leading:!0,maxWait:200}),l=s.useRef(!1),S=s.useRef(""),f=s.useRef(null),R=!!f.current,_=j(t=>t.state.ui.field.focus===c),T=t=>{f.current&&clearTimeout(f.current),f.current=setTimeout(()=>{S.current===t&&(f.current=null)},200)},u=y(),e=U({extensions:v,content:a,editable:d,immediatelyRender:!1,parseOptions:{preserveWhitespace:"full"},onUpdate:({editor:t})=>{if(l.current||!_){u.getState().setUi({field:{focus:c}});return}const r=t.getHTML(),{from:n,to:h}=t.state.selection;E({from:n,to:h,html:r}),T(r),S.current=r}});return s.useEffect(()=>{if(!e)return;const t=()=>{o==null||o(e)};return e.on("focus",t),()=>{e.off("focus",t)}},[e,o]),s.useEffect(()=>{if(i){const{ui:t}=u.getState().state;x(i.html,{field:m(p({},t.field),{metadata:{from:i.from,to:i.to}})})}},[e,i,x,u,c]),s.useEffect(()=>{e==null||e.setEditable(d)},[e,d]),s.useEffect(()=>{var t;if(!e||R||e.getHTML()===a)return;l.current=!0,e.commands.setContent(a,{emitUpdate:!1});const{ui:n}=u.getState().state;typeof((t=n.field.metadata)==null?void 0:t.from)<"u"&&e.commands.setTextSelection({from:n.field.metadata.from,to:n.field.metadata.to}),l.current=!1},[a,e,u]),e}var F=s.memo(a=>{const{onChange:x,content:v,readOnly:d=!1,field:o,inline:c=!1,onFocus:i,id:E,name:l}=a,{tiptap:S={},options:f}=o,{extensions:R=[]}=S,_=s.useMemo(()=>[b.configure(f),...R],[o,R]),T=y(),u=`${l}${c?"::inline":""}`,e=C({content:v,onChange:x,extensions:_,editable:!d,name:u,onFocusChange:r=>{if(r){const n=T.getState();T.setState({currentRichText:{field:o,editor:r,id:E,inline:c},state:m(p({},n.state),{ui:m(p({},n.state.ui),{field:m(p({},n.state.ui.field),{focus:u})})})}),i==null||i(r)}}}),t=j(r=>{var n,h;return!c&&((n=r.currentRichText)==null?void 0:n.id)===E&&((h=r.currentRichText)!=null&&h.inlineComponentId)?r.currentRichText.editor:e});return e?g.jsx(L,m(p({},a),{editor:e,menu:g.jsx(M,{field:o,editor:t,readOnly:d}),children:g.jsx(N,{editor:e,className:"rich-text"})})):null});F.displayName="Editor";export{F as Editor};
|