@e-llm-studio/requirement-ai 0.0.259 → 0.0.260
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.js +2 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.js +2 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.js.map +1 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
- package/dist/types/src/RedlineEditorTest.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.d.ts +2 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"changeTags.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),r=require("@lexical/react/LexicalComposerContext"),t=require("@lexical/html"),a=require("lexical"),o=require("showdown"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),r=require("@lexical/react/LexicalComposerContext"),t=require("@lexical/html"),a=require("lexical"),o=require("showdown"),s=require("../../../../../../utils/tagHelper.js"),i=require("../constants/changeTags.js");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=l(o);exports.InitialHtml=({initialValue:o,initialFormat:l,mode:u})=>{const[c]=r.useLexicalComposerContext();return e.useEffect(()=>{if(o){if(o=(()=>{let e=s.escapeTagIds(o,["manual","upt"]);return["del","ins","preserved","manual","upt"].forEach(r=>{e=s.splitTagAcrossParagraphs(e,r)}),e})(),l&&"html"!==l){var e=new n.default.Converter;o=e.makeHtml(o)}c.update(()=>{const e=a.$getRoot();e.clear();const r=(new DOMParser).parseFromString(o||"","text/html");t.$generateNodesFromDOM(c,r).forEach(r=>{try{a.$isParagraphNode(r)&&r.setFormat("justify"),e.append(r)}catch(e){console.error("Error appending node to root: ",e)}})},{tag:i.INITIAL_HTML_LOAD_TAG})}},[o,c]),e.useEffect(()=>{c.setEditable("edit"===u)},[c,u]),null};
|
|
2
2
|
//# sourceMappingURL=InitialHtml.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("react"),r=require("./Editor/constants/editorConfig.js"),n=require("./Editor/Editor.js"),a=require("../../store/ref.context.js"),o=require("@lexical/html"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("react"),r=require("./Editor/constants/editorConfig.js"),n=require("./Editor/Editor.js"),a=require("../../store/ref.context.js"),o=require("@lexical/html"),s=require("turndown"),l=require("turndown-plugin-gfm"),i=require("../UnsavedChangesPopup/UnsavedChangesPopup.js"),c=require("../../../../utils/tagHelper.js"),u=require("./Editor/constants/changeTags.js");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}const p=new(d(s).default)({headingStyle:"atx",codeBlockStyle:"fenced"}),h=e=>e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">");p.keep(["ins","del","mark"]),p.addRule("ai-reasoning-link-passthrough",{filter:e=>{var t,r;return"A"===e.nodeName&&null!==(r=null===(t=e.getAttribute("href"))||void 0===t?void 0:t.includes("ai_reasoning$"))&&void 0!==r&&r},replacement:(e,t)=>{const r=t,n=r.getAttribute("href")||"",a=r.textContent||"";return`<a href="${o=n,h(o).replace(/"/g,""")}">${h(a)}</a>`;var o}}),p.keep(e=>"SPAN"===e.nodeName&&e.hasAttribute("highlight-id")),p.addRule("md-table-passthrough",{filter:e=>"PRE"===e.nodeName&&"true"===e.getAttribute("data-md-table"),replacement:(e,t)=>t.textContent||""}),p.use(l.tables);const g=e=>(e||"").replace(/\r\n/g,"\n").trim(),f=(e,t)=>new RegExp(`%%${e}\\\\*_${t}%%`,"g"),m=e=>{const t=(e||"").replace(/<invisible\b[^>]*>[\s\S]*?<\/invisible>/gi," ");return((new DOMParser).parseFromString(t,"text/html").body.textContent||"").replace(/\r\n/g,"\n").replace(/\s+/g," ").trim()},E=t.forwardRef(({type:s,value:l,handleUpdateState:d,onBlur:h,placeholder:E,minHeight:v,height:A,mode:S,doNotShowBorderInViewMode:x,onEditBlocked:b,onSaveUnsavedChanges:w,onDiscardUnsavedChanges:y,isSavingUnsavedChanges:$=!1},C)=>{const q=t.useRef(null),[T,N]=t.useState({type:s,value:l}),[I,R]=t.useState(0),[L,_]=t.useState(!1),j=t.useRef(l),B=t.useRef(l),{contentRef:M,setContentRef:H}=a.useRefStore();t.useEffect(()=>{N(e=>({...e,value:l})),j.current=l,B.current=l,_(!1)},[l]),t.useImperativeHandle(C,()=>({requestClose:()=>!("edit"===S&&g(j.current)!==g(B.current))||(_(!0),!1)}),[S]);return t.useEffect(()=>{const e=()=>{M&&M.current&&R(M.current.clientHeight-60)};return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}},[M]),e.jsxs("div",{style:{position:"relative",width:"100%",height:A,minHeight:v},children:[L&&e.jsx(i.UnsavedChangesPopup,{isSaving:$,onSave:async()=>{await(null==w?void 0:w()),j.current=B.current,_(!1)},onDiscard:()=>{B.current=j.current,null==y||y(),_(!1)}}),e.jsx(n.default,{minHeight:v,height:A,placeholder:E||"Enter some text...",onChange:(e,t,r)=>{r.has(u.INITIAL_HTML_LOAD_TAG)?B.current=j.current:e.read(()=>{const e=o.$generateHtmlFromNodes(t,null),r=(new DOMParser).parseFromString(e,"text/html");r.querySelectorAll("span").forEach(e=>{const t=e.getAttribute("style")||"";t.includes("background-color")&&t.includes("rgb(219, 234, 254)")&&e.setAttribute("data-review","insert"),t.includes("text-decoration")&&t.includes("line-through")&&e.setAttribute("data-review","delete")}),r.querySelectorAll("strong code").forEach(e=>{const t=e.parentElement;t&&t.replaceChild(document.createTextNode(e.textContent||""),e)}),r.querySelectorAll("code strong").forEach(e=>{const t=e.parentElement;t&&t.replaceChild(document.createTextNode(e.textContent||""),e)}),r.querySelectorAll("code").forEach(e=>{e.textContent=e.textContent||""}),r.querySelectorAll('a[href*="ai_reasoning$"]').forEach(e=>{(e=>{const t=e.getAttribute("href")||"";e.setAttribute("href",t.replace(/^https?:\/\//,"")),e.removeAttribute("class"),e.textContent=e.textContent||""})(e)});const n=["upt","manual","ins","del","preserved"];function a(e,t){const r=e.cloneNode(!0),o=new Map;r.querySelectorAll(n.join(",")).forEach(e=>{if(e===r)return;const n=`%%NESTED${o.size}%%`;o.set(n,a(e,t)),e.replaceWith(n)});let s=t.turndown(r.innerHTML);o.forEach((e,t)=>{s=s.replace(t,e)});const l=Array.from(e.attributes).map(e=>`${e.name}="${e.value}"`).join(" "),i=e.tagName.toLowerCase();return l?`<${i} ${l}>${s}</${i}>`:`<${i}>${s}</${i}>`}r.querySelectorAll('a[href*="ai_reasoning$"]').forEach(e=>{const t=e.getAttribute("href")||"";e.setAttribute("href",t.replace(/^https?:\/\//,""))});const s=[];r.querySelectorAll("invisible").forEach((e,t)=>{s.push(e.outerHTML),e.replaceWith(r.createTextNode(`%%INVISIBLE_${t}%%`))});const l=[];["manual","upt"].forEach(e=>{r.querySelectorAll(e).forEach((e,t)=>{l.push(a(e,p)),e.replaceWith(r.createTextNode(`%%REVIEW_${l.length-1}%%`))})});const i=[];r.querySelectorAll("table").forEach((e,t)=>{i.push(e.outerHTML);const n=r.createElement("p");n.textContent=`%%TABLE_${t}%%`,e.replaceWith(n)});let u=p.turndown(r.body.innerHTML);for(let e=l.length-1;e>=0;e--)u=u.replace(f("REVIEW",e),l[e]);s.forEach((e,t)=>{u=u.replace(f("INVISIBLE",t),e)}),i.forEach((e,t)=>{u=u.replace(f("TABLE",t),`\n\n${e}\n\n`)}),u=u.replace(/\*{4}([^*]+)\*{4}/g,"**$1**"),u=u.replace(/\s+class="PlaygroundEditorTheme__[^"]*"/g,""),u=u.replace(/<span\s+style="white-space:\s*pre-wrap;?">([\s\S]*?)<\/span>/g,"$1"),u=u.replace(/\s+style="white-space:\s*pre-wrap;?"/g,""),u=u.replace(/<b>\s*<strong>([\s\S]*?)<\/strong>\s*<\/b>/g,"<strong>$1</strong>"),u=u.replace(/<code([^>]*)>\s*<span[^>]*>([\s\S]*?)<\/span>\s*<\/code>/g,"<code$1>$2</code>");["upt","manual","del","ins","preserved"].forEach(e=>{u=c.mergeTagAcrossParagraphs(u,e)}),u=c.unescapeTagIds(u,["manual","upt"]);const h=m(j.current)===m(u),E=h?j.current:u;((...e)=>{console.log("[RichTextEditor markdown debug]",...e)})("after markdown serialization",{stringA:j.current,stringB:E,exactMatch:j.current===E,serializedMarkdownBeforeRestore:u,renderedTextMatchesInitial:h,previousCurrentValue:B.current,markdown:E,changedFromInitial:g(j.current)!==g(E)}),B.current=E,((e,t)=>{d(e,t)})("prompt",E)})},toolbarConfig:r.DEFAULT_TOOLBAR_CONFIG,editorRef:q,mode:S,initialString:{type:T.type,value:T.value},dynamicHeight:I,onBlur:h,doNotShowBorderInViewMode:x||!1,onEditBlocked:b})]})});E.displayName="RichTextEditor",exports.default=E;
|
|
2
2
|
//# sourceMappingURL=RichTextEditor.js.map
|
package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"changeTags.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{useEffect as
|
|
1
|
+
import{useEffect as t}from"react";import{useLexicalComposerContext as r}from"@lexical/react/LexicalComposerContext";import{$generateNodesFromDOM as e}from"@lexical/html";import{$getRoot as o,$isParagraphNode as a}from"lexical";import i from"showdown";import{escapeTagIds as m,splitTagAcrossParagraphs as n}from"../../../../../../utils/tagHelper.js";import{INITIAL_HTML_LOAD_TAG as l}from"../constants/changeTags.js";const s=({initialValue:s,initialFormat:p,mode:c})=>{const[f]=r();return t(()=>{if(s){if(s=(()=>{let t=m(s,["manual","upt"]);return["del","ins","preserved","manual","upt"].forEach(r=>{t=n(t,r)}),t})(),p&&"html"!==p){var t=new i.Converter;s=t.makeHtml(s)}f.update(()=>{const t=o();t.clear();const r=(new DOMParser).parseFromString(s||"","text/html");e(f,r).forEach(r=>{try{a(r)&&r.setFormat("justify"),t.append(r)}catch(t){console.error("Error appending node to root: ",t)}})},{tag:l})}},[s,f]),t(()=>{f.setEditable("edit"===c)},[f,c]),null};export{s as InitialHtml};
|
|
2
2
|
//# sourceMappingURL=InitialHtml.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{jsxs as e,jsx as t}from"react/jsx-runtime";import{forwardRef as r,useRef as n,useState as o,useEffect as a,useImperativeHandle as l}from"react";import{DEFAULT_TOOLBAR_CONFIG as
|
|
1
|
+
import{jsxs as e,jsx as t}from"react/jsx-runtime";import{forwardRef as r,useRef as n,useState as o,useEffect as a,useImperativeHandle as l}from"react";import{DEFAULT_TOOLBAR_CONFIG as i}from"./Editor/constants/editorConfig.js";import c from"./Editor/Editor.js";import{useRefStore as s}from"../../store/ref.context.js";import{$generateHtmlFromNodes as d}from"@lexical/html";import u from"turndown";import{tables as p}from"turndown-plugin-gfm";import{UnsavedChangesPopup as h}from"../UnsavedChangesPopup/UnsavedChangesPopup.js";import{mergeTagAcrossParagraphs as g,unescapeTagIds as m}from"../../../../utils/tagHelper.js";import{INITIAL_HTML_LOAD_TAG as f}from"./Editor/constants/changeTags.js";const E=new u({headingStyle:"atx",codeBlockStyle:"fenced"}),v=e=>e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">");E.keep(["ins","del","mark"]),E.addRule("ai-reasoning-link-passthrough",{filter:e=>{var t,r;return"A"===e.nodeName&&null!==(r=null===(t=e.getAttribute("href"))||void 0===t?void 0:t.includes("ai_reasoning$"))&&void 0!==r&&r},replacement:(e,t)=>{const r=t,n=r.getAttribute("href")||"",o=r.textContent||"";return`<a href="${a=n,v(a).replace(/"/g,""")}">${v(o)}</a>`;var a}}),E.keep(e=>"SPAN"===e.nodeName&&e.hasAttribute("highlight-id")),E.addRule("md-table-passthrough",{filter:e=>"PRE"===e.nodeName&&"true"===e.getAttribute("data-md-table"),replacement:(e,t)=>t.textContent||""}),E.use(p);const w=e=>(e||"").replace(/\r\n/g,"\n").trim(),S=(e,t)=>new RegExp(`%%${e}\\\\*_${t}%%`,"g"),b=e=>{const t=(e||"").replace(/<invisible\b[^>]*>[\s\S]*?<\/invisible>/gi," ");return((new DOMParser).parseFromString(t,"text/html").body.textContent||"").replace(/\r\n/g,"\n").replace(/\s+/g," ").trim()},x=r(({type:r,value:u,handleUpdateState:p,onBlur:v,placeholder:x,minHeight:A,height:y,mode:$,doNotShowBorderInViewMode:C,onEditBlocked:N,onSaveUnsavedChanges:T,onDiscardUnsavedChanges:B,isSavingUnsavedChanges:k=!1},q)=>{const I=n(null),[M,R]=o({type:r,value:u}),[L,H]=o(0),[j,_]=o(!1),P=n(u),V=n(u),{contentRef:U,setContentRef:W}=s();a(()=>{R(e=>({...e,value:u})),P.current=u,V.current=u,_(!1)},[u]),l(q,()=>({requestClose:()=>!("edit"===$&&w(P.current)!==w(V.current))||(_(!0),!1)}),[$]);return a(()=>{const e=()=>{U&&U.current&&H(U.current.clientHeight-60)};return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}},[U]),e("div",{style:{position:"relative",width:"100%",height:y,minHeight:A},children:[j&&t(h,{isSaving:k,onSave:async()=>{await(null==T?void 0:T()),P.current=V.current,_(!1)},onDiscard:()=>{V.current=P.current,null==B||B(),_(!1)}}),t(c,{minHeight:A,height:y,placeholder:x||"Enter some text...",onChange:(e,t,r)=>{r.has(f)?V.current=P.current:e.read(()=>{const e=d(t,null),r=(new DOMParser).parseFromString(e,"text/html");r.querySelectorAll("span").forEach(e=>{const t=e.getAttribute("style")||"";t.includes("background-color")&&t.includes("rgb(219, 234, 254)")&&e.setAttribute("data-review","insert"),t.includes("text-decoration")&&t.includes("line-through")&&e.setAttribute("data-review","delete")}),r.querySelectorAll("strong code").forEach(e=>{const t=e.parentElement;t&&t.replaceChild(document.createTextNode(e.textContent||""),e)}),r.querySelectorAll("code strong").forEach(e=>{const t=e.parentElement;t&&t.replaceChild(document.createTextNode(e.textContent||""),e)}),r.querySelectorAll("code").forEach(e=>{e.textContent=e.textContent||""}),r.querySelectorAll('a[href*="ai_reasoning$"]').forEach(e=>{(e=>{const t=e.getAttribute("href")||"";e.setAttribute("href",t.replace(/^https?:\/\//,"")),e.removeAttribute("class"),e.textContent=e.textContent||""})(e)});const n=["upt","manual","ins","del","preserved"];function o(e,t){const r=e.cloneNode(!0),a=new Map;r.querySelectorAll(n.join(",")).forEach(e=>{if(e===r)return;const n=`%%NESTED${a.size}%%`;a.set(n,o(e,t)),e.replaceWith(n)});let l=t.turndown(r.innerHTML);a.forEach((e,t)=>{l=l.replace(t,e)});const i=Array.from(e.attributes).map(e=>`${e.name}="${e.value}"`).join(" "),c=e.tagName.toLowerCase();return i?`<${c} ${i}>${l}</${c}>`:`<${c}>${l}</${c}>`}r.querySelectorAll('a[href*="ai_reasoning$"]').forEach(e=>{const t=e.getAttribute("href")||"";e.setAttribute("href",t.replace(/^https?:\/\//,""))});const a=[];r.querySelectorAll("invisible").forEach((e,t)=>{a.push(e.outerHTML),e.replaceWith(r.createTextNode(`%%INVISIBLE_${t}%%`))});const l=[];["manual","upt"].forEach(e=>{r.querySelectorAll(e).forEach((e,t)=>{l.push(o(e,E)),e.replaceWith(r.createTextNode(`%%REVIEW_${l.length-1}%%`))})});const i=[];r.querySelectorAll("table").forEach((e,t)=>{i.push(e.outerHTML);const n=r.createElement("p");n.textContent=`%%TABLE_${t}%%`,e.replaceWith(n)});let c=E.turndown(r.body.innerHTML);for(let e=l.length-1;e>=0;e--)c=c.replace(S("REVIEW",e),l[e]);a.forEach((e,t)=>{c=c.replace(S("INVISIBLE",t),e)}),i.forEach((e,t)=>{c=c.replace(S("TABLE",t),`\n\n${e}\n\n`)}),c=c.replace(/\*{4}([^*]+)\*{4}/g,"**$1**"),c=c.replace(/\s+class="PlaygroundEditorTheme__[^"]*"/g,""),c=c.replace(/<span\s+style="white-space:\s*pre-wrap;?">([\s\S]*?)<\/span>/g,"$1"),c=c.replace(/\s+style="white-space:\s*pre-wrap;?"/g,""),c=c.replace(/<b>\s*<strong>([\s\S]*?)<\/strong>\s*<\/b>/g,"<strong>$1</strong>"),c=c.replace(/<code([^>]*)>\s*<span[^>]*>([\s\S]*?)<\/span>\s*<\/code>/g,"<code$1>$2</code>");["upt","manual","del","ins","preserved"].forEach(e=>{c=g(c,e)}),c=m(c,["manual","upt"]);const s=b(P.current)===b(c),u=s?P.current:c;((...e)=>{console.log("[RichTextEditor markdown debug]",...e)})("after markdown serialization",{stringA:P.current,stringB:u,exactMatch:P.current===u,serializedMarkdownBeforeRestore:c,renderedTextMatchesInitial:s,previousCurrentValue:V.current,markdown:u,changedFromInitial:w(P.current)!==w(u)}),V.current=u,((e,t)=>{p(e,t)})("prompt",u)})},toolbarConfig:i,editorRef:I,mode:$,initialString:{type:M.type,value:M.value},dynamicHeight:L,onBlur:v,doNotShowBorderInViewMode:C||!1,onEditBlocked:N})]})});x.displayName="RichTextEditor";export{x as default};
|
|
2
2
|
//# sourceMappingURL=RichTextEditor.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RedlineEditorTest.d.ts","sourceRoot":"","sources":["../../../src/RedlineEditorTest.tsx"],"names":[],"mappings":"AA6BA,iBAAS,iBAAiB,
|
|
1
|
+
{"version":3,"file":"RedlineEditorTest.d.ts","sourceRoot":"","sources":["../../../src/RedlineEditorTest.tsx"],"names":[],"mappings":"AA6BA,iBAAS,iBAAiB,4CAw3BzB;AAED,eAAe,iBAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"changeTags.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/constants/changeTags.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,uCAAuC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InitialHtml.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"InitialHtml.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAK7C,UAAU,uBAAuB;IAC/B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,KAAK,CAAA;CACZ;AAED,eAAO,MAAM,WAAW,0CAIrB,uBAAuB,KAAG,IAkD5B,CAAC"}
|
package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RichTextEditor.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/RichTextEditor/RichTextEditor.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"RichTextEditor.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/RichTextEditor/RichTextEditor.tsx"],"names":[],"mappings":";AA+DA,UAAU,eAAe;IACvB,IAAI,EAAE,QAAQ,GAAG,MAAM,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,KAAK,CAAC;IACZ,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,aAAa,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,KAAG,IAAI,CAAA;IACnC,oBAAoB,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAClD,uBAAuB,CAAC,EAAE,MAAM,IAAI,CAAC;IACrC,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED,MAAM,MAAM,KAAK,GAAG,UAAU,GAAG,MAAM,CAAA;AAEvC,MAAM,WAAW,oBAAoB;IACnC,YAAY,EAAE,MAAM,OAAO,CAAC;CAC7B;AA4BD,QAAA,MAAM,cAAc,kHAkVlB,CAAC;AAIH,eAAe,cAAc,CAAC"}
|