@sentientui/snippet 0.11.2 → 0.11.4
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/editor.global.js +6 -6
- package/dist/snippet.global.js +2 -2
- package/package.json +2 -2
package/dist/editor.global.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var SentientSnippet=(()=>{var
|
|
1
|
+
"use strict";var SentientSnippet=(()=>{var et=Object.defineProperty,Jt=Object.defineProperties,Xt=Object.getOwnPropertyDescriptor,Zt=Object.getOwnPropertyDescriptors,Qt=Object.getOwnPropertyNames,It=Object.getOwnPropertySymbols;var _t=Object.prototype.hasOwnProperty,te=Object.prototype.propertyIsEnumerable;var Mt=(e,t,n)=>t in e?et(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,z=(e,t)=>{for(var n in t||(t={}))_t.call(t,n)&&Mt(e,n,t[n]);if(It)for(var n of It(t))te.call(t,n)&&Mt(e,n,t[n]);return e},nt=(e,t)=>Jt(e,Zt(t));var ee=(e,t)=>{for(var n in t)et(e,n,{get:t[n],enumerable:!0})},ne=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of Qt(t))!_t.call(e,s)&&s!==n&&et(e,s,{get:()=>t[s],enumerable:!(r=Xt(t,s))||r.enumerable});return e};var oe=e=>ne(et({},"__esModule",{value:!0}),e);var Se={};ee(Se,{buildStyleOps:()=>Ft,clearTargetHighlights:()=>dt,computeMoveAnchors:()=>at,deriveSlotId:()=>st,drawTargetHighlights:()=>Gt,mount:()=>Wt,styleFieldError:()=>Ut});function re(e){var n,r,s;let t=(r=(n=e.defaultView)!=null?n:typeof window!="undefined"?window:void 0)==null?void 0:r.location;return(s=t==null?void 0:t.pathname)!=null?s:""}function ie(e,t){var n;if(t.tag&&e.tagName.toLowerCase()!==t.tag.toLowerCase())return!1;if(t.text){let r=((n=e.textContent)!=null?n:"").trim().toLowerCase(),s=t.text.trim().toLowerCase();if(!(r===s||r.startsWith(s)||s.startsWith(r)))return!1}return!0}var se=/^[a-zA-Z_][-a-zA-Z0-9_]*$/;function ot(e,t){var s;if(e.urlMatch&&!re(t).includes(e.urlMatch))return null;let n=[];if(e.id){let d=t.getElementById(e.id);n=d?[d]:[]}if(n.length===0&&((s=e.dataAttr)!=null&&s.name)&&se.test(e.dataAttr.name))try{let d=e.dataAttr.value.replace(/["\\]/g,"\\$&");n=Array.from(t.querySelectorAll(`[${e.dataAttr.name}="${d}"]`))}catch(d){n=[]}if(n.length===0&&e.selector)try{n=Array.from(t.querySelectorAll(e.selector))}catch(d){n=[]}if(n.length!==1)return null;let r=n[0];return e.fingerprint&&!ie(r,e.fingerprint)?null:r}function Ht(e){let t=globalThis;if(t.CSS&&typeof t.CSS.escape=="function")return t.CSS.escape(e);let n="";for(let r=0;r<e.length;r++){let s=e[r],d=s>="0"&&s<="9";r===0&&d||r===1&&d&&e[0]==="-"?n+=`\\3${s} `:r===0&&s==="-"&&e.length===1?n+="\\-":/[a-zA-Z0-9_-]/.test(s)?n+=s:n+=`\\${s}`}return n}function ae(e,t){if(e.id)return`#${Ht(e.id)}`;let n=[],r=e,s=0;for(;r&&r!==t.body&&r!==t.documentElement&&s<6;){if(r.id){n.unshift(`#${Ht(r.id)}`);break}let d=r.tagName.toLowerCase(),c=r.parentElement;if(c){let y=Array.from(c.children).filter(v=>v.tagName===r.tagName);y.length>1&&(d+=`:nth-of-type(${y.indexOf(r)+1})`)}n.unshift(d),r=r.parentElement,s++}return n.join(" > ")}function V(e,t){var s;let n={v:1};e.id&&(n.id=e.id);for(let d of["data-framer-name","data-w-id","data-sentient-name"]){let c=e.getAttribute(d);if(c){n.dataAttr={name:d,value:c};break}}n.selector=ae(e,t);let r=((s=e.textContent)!=null?s:"").trim().replace(/\s+/g," ").slice(0,80);return n.fingerprint=z({tag:e.tagName.toLowerCase()},r?{text:r}:{}),n}function rt(e,t,n){return ot(e,n)===t}var le="__snt_editor_token";function xt(){try{sessionStorage.removeItem(le)}catch(e){}}var de=/^(rgb|rgba|hsl|hsla|calc|var|min|max|clamp)$/i;function zt(e){var t;if(e.trim().length===0||/[;{}<>]/.test(e))return!1;for(let n of e.matchAll(/([A-Za-z-]*)\(/g))if(!de.test((t=n[1])!=null?t:""))return!1;return!0}function Pt(e){let t=5381;for(let n=0;n<e.length;n++)t=(t<<5)+t+e.charCodeAt(n)>>>0;return t.toString(36)}function it(e){return e.toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"").slice(0,40)}function st(e,t,n){var y,v;let r=t.id||((y=t.dataAttr)==null?void 0:y.value)||((v=n.textContent)!=null?v:"").trim()||n.tagName,s=it(r)||"el",d=Pt(JSON.stringify(t));return`${e}-${s}-${d}`.slice(0,128)}var ce="sentient-editor-highlight",ue="sentient-editor-selection",O="sentient-editor-panel",lt="sentient-editor-toast",Nt="sentient-editor-styles",yt="sentient-editor-target-highlight",pe=10,fe="Editor session expired. Reopen it from your dashboard to keep editing \u2014 your saved changes are safe.",ge="Couldn\u2019t load the editor \u2014 check your connection and reopen it from your dashboard.";function Dt(){var t;if(document.getElementById(Nt))return;let e=document.createElement("style");e.id=Nt,e.textContent=`
|
|
2
2
|
@keyframes sntedi-in {
|
|
3
3
|
from { opacity: 0; transform: translateY(28px) scale(0.94); }
|
|
4
4
|
to { opacity: 1; transform: translateY(0) scale(1); }
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
0%, 100% { box-shadow: 0 0 0 0 rgba(52,211,153,0.55); }
|
|
12
12
|
50% { box-shadow: 0 0 0 5px rgba(52,211,153,0); }
|
|
13
13
|
}
|
|
14
|
-
#${
|
|
14
|
+
#${O} {
|
|
15
15
|
animation: sntedi-in 0.42s cubic-bezier(0.2,0.9,0.25,1.15) both,
|
|
16
16
|
sntedi-attn 1.7s ease-in-out 0.42s 3;
|
|
17
17
|
}
|
|
18
|
-
#${
|
|
19
|
-
#${
|
|
18
|
+
#${O} .sntedi-dot { animation: sntedi-dot 1.4s ease-in-out infinite; }
|
|
19
|
+
#${lt} { animation: sntedi-in 0.42s cubic-bezier(0.2,0.9,0.25,1.15) both; }
|
|
20
20
|
@media (prefers-reduced-motion: reduce) {
|
|
21
|
-
#${
|
|
21
|
+
#${O}, #${O} .sntedi-dot, #${lt} { animation: none !important; }
|
|
22
22
|
}
|
|
23
|
-
`,((t=document.head)!=null?t:document.documentElement).appendChild(e)}function Bt(e){var r;It(),(r=document.getElementById(et))==null||r.remove();let t=l("div",{position:"fixed",bottom:"16px",right:"16px",zIndex:"2147483647",maxWidth:"320px",padding:"14px 16px",borderRadius:"14px",background:"#111827",color:"#fff",font:"13px/1.45 system-ui, sans-serif",border:"1px solid rgba(245,158,11,0.6)",boxShadow:"0 10px 34px rgba(0,0,0,0.45)",display:"flex",gap:"10px",alignItems:"flex-start",cursor:"pointer"});t.id=et;let n=l("span",{width:"9px",height:"9px",marginTop:"4px",borderRadius:"50%",background:"#f59e0b",flex:"0 0 auto"});t.append(n,l("div",{},e)),document.body.appendChild(t),t.addEventListener("click",()=>t.remove()),setTimeout(()=>t.remove(),1e4)}function ee(){let e=window.__sentientEditor;return e&&typeof e.token=="string"&&typeof e.apiBase=="string"?e:null}async function ne(e){try{let t=await fetch(`${e.apiBase}/v1/editor/verify`,{headers:{authorization:`Bearer ${e.token}`}});if(t.status===401)return{ok:!1,unauthorized:!0};if(!t.ok)return{ok:!1,unauthorized:!1};let n=(await t.json()).projectId;return n?{ok:!0,projectId:n}:{ok:!1,unauthorized:!1}}catch(t){return{ok:!1,unauthorized:!1}}}async function B(e,t,n){try{let r=await fetch(`${e.apiBase}${t}`,{method:"POST",headers:{authorization:`Bearer ${e.token}`,"content-type":"application/json"},body:JSON.stringify(n)});return r.ok?"ok":r.status===401?"expired":"error"}catch(r){return"error"}}async function oe(e){try{let t=await fetch(`${e.apiBase}/v1/editor/targets`,{headers:{authorization:`Bearer ${e.token}`}});if(!t.ok)return[];let n=await t.json();return Array.isArray(n.targets)?n.targets:[]}catch(t){return[]}}function nt(e=document){for(let t of Array.from(e.querySelectorAll(`.${pt}`)))t.remove()}function At(e,t=document){nt(t);let n=0;for(let r of e){if(n>=Zt)break;let a=K(r.locator,t);if(!a)continue;let d=a.getBoundingClientRect(),f=l("div",{position:"fixed",pointerEvents:"none",zIndex:"2147483645",left:`${d.left}px`,top:`${d.top}px`,width:`${d.width}px`,height:`${d.height}px`,border:"2px dashed #10b981",background:"rgba(16,185,129,0.08)"});f.className=pt;let b=l("div",{position:"fixed",pointerEvents:"none",zIndex:"2147483645",left:`${d.left}px`,top:`${Math.max(0,d.top-20)}px`,padding:"2px 6px",borderRadius:"4px",background:"#10b981",color:"#fff",font:"11px system-ui, sans-serif",whiteSpace:"nowrap"},r.label);b.className=pt,t.body.append(f,b),n+=1}}function tt(e,t){let n=e.previousElementSibling,r=e.nextElementSibling,a=n?D(n,t):null,d=r?D(r,t):null;return{prevEl:n,nextEl:r,prevLocator:n&&a&&X(a,n,t)?a:null,nextLocator:r&&d&&X(d,r,t)?d:null}}function re(e){return e.length>0&&!/[;{}<>]/.test(e)}function Mt(e){let t={};for(let n of["color","background","fontSize","fontWeight","borderRadius","textAlign"]){let r=e[n];typeof r=="string"&&re(r.trim())&&(t[n]=r.trim())}return t}function l(e,t,n){let r=document.createElement(e);return Object.assign(r.style,t),n!==void 0&&(r.textContent=n),r}function Rt(e){let t=null,n=l("div",{position:"fixed",pointerEvents:"none",zIndex:"2147483646",border:"2px solid #6366f1",background:"rgba(99,102,241,0.12)",display:"none"});n.id=Kt;let r=l("div",{position:"fixed",pointerEvents:"none",zIndex:"2147483646",border:"2px solid #10b981",background:"rgba(16,185,129,0.10)",borderRadius:"4px",display:"none"});r.id=Xt;let a=()=>{if(!t||!t.isConnected){r.style.display="none";return}let o=t.getBoundingClientRect();Object.assign(r.style,{display:"block",left:`${o.left-2}px`,top:`${o.top-2}px`,width:`${o.width}px`,height:`${o.height}px`})},d=()=>a();It();let f=l("div",{position:"fixed",bottom:"16px",right:"16px",zIndex:"2147483647",width:"320px",padding:"16px",borderRadius:"14px",background:"#111827",color:"#fff",font:"13px/1.4 system-ui, sans-serif",border:"1px solid rgba(99,102,241,0.55)",boxShadow:"0 10px 34px rgba(0,0,0,0.45)"});f.id=$;let b=l("span",{width:"9px",height:"9px",borderRadius:"50%",background:"#34d399",display:"inline-block",flex:"0 0 auto"});b.className="sntedi-dot";let x=l("div",{display:"flex",alignItems:"center",gap:"8px",fontWeight:"700",fontSize:"14px",marginBottom:"6px"});x.append(b,l("span",{},"SentientUI editor"));let Ht=l("div",{opacity:"0.85",marginBottom:"8px"},"Click any element on the page to adapt it."),ot=l("div",{fontSize:"12px",marginBottom:"6px",padding:"5px 8px",borderRadius:"8px",background:"rgba(16,185,129,0.14)",border:"1px solid rgba(16,185,129,0.45)",display:"none",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}),rt=l("div",{fontSize:"12px",marginBottom:"8px",minHeight:"16px"}),it=o=>l("div",{fontSize:"10px",letterSpacing:"0.08em",textTransform:"uppercase",opacity:"0.55",marginTop:"10px",marginBottom:"2px"},o),I=l("button",g("#6366f1"),"Test different text here"),A=l("button",g("#374151"),"Change style"),M=l("button",g("#374151"),"Track clicks as a goal"),R=l("button",g("#374151"),"Track form submissions as a goal"),ft=l("button",g("#374151"),"Track page visits as a goal"),y=l("button",g("#374151"),"Move up"),k=l("button",g("#374151"),"Move down"),G=l("button",g("#6366f1"),"Save this arrangement"),j=l("button",g("#374151"),"Undo"),gt=l("button",ct(P({},g("transparent")),{opacity:"0.6"}),"Close editor"),E=l("button",g("#10b981"),"Publish now \u2014 go live"),w=l("button",g("#10b981"),"Start tracking now");for(let o of[I,A,M,y,k])o.disabled=!0;let mt=[I,A,M,R,y,k];for(let o of mt)o.style.display="none";G.style.display="none",j.style.display="none",E.style.display="none",w.style.display="none",f.append(x,Ht,ot,rt,it("Content & style"),I,A,it("Track a goal"),M,R,ft,it("Move"),y,k,G,j,E,w,gt),document.body.append(n,r,f);let U=l("div",{marginTop:"10px"});f.append(U);let H=()=>{U.textContent=""},bt=(o,i,s)=>{H();let u={};for(let v of o){let T=l("label",{display:"block",fontSize:"12px",opacity:"0.85",marginTop:"8px"},v.label),F=l("input",{display:"block",width:"100%",marginTop:"4px",padding:"7px 9px",borderRadius:"8px",border:"1px solid rgba(255,255,255,0.18)",background:"#1f2937",color:"#fff",font:"13px system-ui, sans-serif"});F.setAttribute("data-field",v.key),v.value!==void 0&&(F.value=v.value),u[v.key]=F,U.append(T,F)}let p=l("button",g("#6366f1"),i),C=l("button",ct(P({},g("transparent")),{opacity:"0.6"}),"Cancel");p.onclick=()=>s(Object.fromEntries(Object.entries(u).map(([v,T])=>[v,T.value]))),C.onclick=H,U.append(p,C)},c=(o,i=!0)=>{rt.textContent=o,rt.style.color=i?"#a7f3d0":"#fca5a5"},q=(o,i)=>{o==="ok"?c(i,!0):c(o==="expired"?"Editor session expired \u2014 reopen it from your dashboard to save this. Your earlier changes are safe.":"\u26A0 Couldn\u2019t save \u2014 try again.",!1)},W=null,st=o=>{W=o,E.style.display="block"};E.onclick=async()=>{if(!W)return;E.disabled=!0,c("Publishing\u2026");let o=await B(e,`/v1/editor/slots/${encodeURIComponent(W)}/publish`,{});E.disabled=!1,o==="ok"?(c("\u2713 Published \u2014 live for new visitors.",!0),E.style.display="none",W=null):c(o==="expired"?"Editor session expired \u2014 reopen it from your dashboard to publish. Your saved draft is safe.":"\u26A0 Couldn\u2019t publish \u2014 try again.",!1)};let m=null,z=!1,N=null,O=null,h=null,L=null,_=null,Y=null,S=!1,vt=(o,i)=>z?o?"":`Nothing to swap with ${i} \u2014 it\u2019s at the edge, or that neighbor can\u2019t be targeted reliably.`:"This element can\u2019t be targeted reliably, so it can\u2019t be moved.",ht=()=>{y.disabled=!z||!h,k.disabled=!z||!L,y.title=y.disabled?vt(h,"above"):"",k.title=k.disabled?vt(L,"below"):""},at=o=>{G.style.display=o?"block":"none",j.style.display=o?"block":"none",ht()},xt=()=>{if(S&&t&&_&&_.insertBefore(t,Y),S=!1,_=null,Y=null,t){let o=tt(t,document);N=o.prevEl,O=o.nextEl,h=o.prevLocator,L=o.nextLocator}a(),at(!1)},yt=o=>{let i=o.target;if(!i||f.contains(i)||i===n)return;nt(document);let s=i.getBoundingClientRect();Object.assign(n.style,{display:"block",left:`${s.left}px`,top:`${s.top}px`,width:`${s.width}px`,height:`${s.height}px`})},zt=o=>{var s;let i=((s=o.textContent)!=null?s:"").trim().replace(/\s+/g," ");return i?i.length>40?`${i.slice(0,37)}\u2026`:i:o.tagName.toLowerCase()},kt=o=>{let i=o.target;if(!i||f.contains(i))return;o.preventDefault(),o.stopPropagation(),xt(),H(),t=i,m=D(i,document);let s=X(m,i,document);z=s,a(),ot.style.display="block",ot.textContent=`Selected: ${zt(i)}`,c(s?"\u2713 Matches exactly 1 element":"\u26A0 Couldn\u2019t target this element uniquely",s);for(let C of mt)C.style.display="block";I.disabled=!s,A.disabled=!s,M.disabled=!s;let u=i.closest("form");R.style.display=u?"block":"none",R.disabled=!u;let p=tt(i,document);N=p.prevEl,O=p.nextEl,h=p.prevLocator,L=p.nextLocator,ht()};I.onclick=()=>{var s,u;if(!t||!m)return;let o=m,i=(u=(s=t.textContent)==null?void 0:s.trim())!=null?u:"";bt([{key:"current",label:"Current wording",value:i},{key:"alt",label:"Alternative wording to test",value:""}],"Save draft",async p=>{let C=p.alt.trim();if(!C){c("\u26A0 Enter alternative wording to test.",!1);return}if(C===p.current.trim()){c("\u26A0 Enter different wording \u2014 the alternative matches the current text.",!1);return}let v=Q("text",o,t);c("Saving\u2026");let T=await B(e,`/v1/editor/slots/${encodeURIComponent(v)}`,{kind:"arms",target:o,draftConfig:{arms:[{id:"a",displayName:"Original",ops:{text:p.current}},{id:"b",displayName:"Alternative",ops:{text:p.alt}}]}});T==="ok"&&(H(),st(v)),q(T,"\u2713 Saved as a draft. Click \u201CPublish now\u201D to go live.")})};let V=null,Nt=o=>{V=o,w.style.display="block"};w.onclick=async()=>{if(!V)return;w.disabled=!0,c("Activating\u2026");let o=await B(e,`/v1/editor/goals/${encodeURIComponent(V)}/publish`,{});w.disabled=!1,o==="ok"?(c("\u2713 Tracking is live \u2014 it counts from your next visitor.",!0),w.style.display="none",V=null):c(o==="expired"?"Editor session expired \u2014 reopen it from your dashboard to activate. Your saved goal is safe.":"\u26A0 Couldn\u2019t activate \u2014 try again.",!1)};let lt=(o,i)=>`${Z(o)||"goal"}-${$t(i)}`.slice(0,128),dt=async(o,i)=>{c("Saving\u2026");let s=await B(e,`/v1/editor/goals/${encodeURIComponent(o)}`,i);s==="ok"&&Nt(o),q(s,"\u2713 Goal saved. Click \u201CStart tracking now\u201D to go live.")};M.onclick=()=>{var i;if(!t||!m)return;let o=lt(((i=t.textContent)!=null?i:"").trim()||"element-clicked",JSON.stringify(m));dt(o,{event:"click",locator:m})},R.onclick=()=>{var u,p;let o=t==null?void 0:t.closest("form");if(!o)return;let i=D(o,document),s=(p=(u=o.getAttribute("id"))!=null?u:o.getAttribute("name"))!=null?p:"form-submitted";dt(lt(s,JSON.stringify(i)),{event:"form_submit",locator:i})},ft.onclick=()=>{let o=window.location.pathname||"/",i=Z(o)?`reached-${Z(o)}`:"page-visited";dt(lt(i,o),{event:"url_reached",urlPattern:o})},A.onclick=()=>{if(!t||!m)return;let o=m;bt([{key:"color",label:"Text colour (e.g. #1a1a1a)",value:""},{key:"background",label:"Background colour",value:""},{key:"fontSize",label:"Font size (e.g. 20px)",value:""},{key:"fontWeight",label:"Font weight (e.g. 700)",value:""},{key:"borderRadius",label:"Corner radius (e.g. 8px)",value:""},{key:"textAlign",label:"Alignment (left/center/right)",value:""}],"Save draft",async i=>{let s=Mt(i);if(Object.keys(s).length===0){c("\u26A0 Enter at least one style change.",!1);return}let u=Q("style",o,t);c("Saving\u2026");let p=await B(e,`/v1/editor/slots/${encodeURIComponent(u)}`,{kind:"arms",target:o,draftConfig:{arms:[{id:"a",displayName:"Current look",ops:{}},{id:"b",displayName:"New look",ops:{style:s}}]}});p==="ok"&&(H(),st(u)),q(p,"\u2713 Saved as a draft. Click \u201CPublish now\u201D to go live.")})};let Et=o=>{if(!t)return;let i=t.parentElement;if(!i)return;S||(_=i,Y=t.nextSibling,S=!0),o==="up"&&N?i.insertBefore(t,N):o==="down"&&O&&i.insertBefore(t,O.nextSibling);let s=tt(t,document);N=s.prevEl,O=s.nextEl,h=s.prevLocator,L=s.nextLocator;try{t.scrollIntoView({block:"nearest",behavior:"smooth"})}catch(u){}a(),at(!0),c("Previewing the new position \u2014 keep moving, save, or undo.")};y.onclick=()=>Et("up"),k.onclick=()=>Et("down"),j.onclick=()=>{xt(),c("Move undone \u2014 back to the original position.")},G.onclick=async()=>{if(!t||!m||!S||!z)return;let o=h?"moveAfter":"moveBefore",i=h!=null?h:L;if(!i){c("\u26A0 Couldn\u2019t anchor the new position \u2014 nudge it next to a section with an id.",!1);return}let s=Q("move",m,t);c("Saving\u2026");let u=await B(e,`/v1/editor/slots/${encodeURIComponent(s)}`,{kind:"arms",target:m,draftConfig:{arms:[{id:"a",ops:{}},{id:"b",ops:{[o]:i}}]}});u==="ok"&&(S=!1,_=null,Y=null,at(!1),st(s)),q(u,"\u2713 Saved as a draft. Click \u201CPublish now\u201D to go live.")};let Ot=()=>{document.removeEventListener("mousemove",yt,!0),document.removeEventListener("click",kt,!0),window.removeEventListener("scroll",d,!0),window.removeEventListener("resize",d),nt(document),n.remove(),r.remove(),f.remove(),ut()};gt.onclick=Ot,document.addEventListener("mousemove",yt,!0),document.addEventListener("click",kt,!0),window.addEventListener("scroll",d,!0),window.addEventListener("resize",d)}function g(e){return{display:"block",width:"100%",marginTop:"8px",padding:"8px 10px",borderRadius:"8px",border:"none",background:e,color:"#fff",font:"13px system-ui, sans-serif",cursor:"pointer",textAlign:"left"}}async function ie(){if(typeof document=="undefined")return;let e=ee();if(!e)return;let t=await ne(e);if(!t.ok){t.unauthorized?(ut(),Bt(Qt)):Bt(te);return}if(document.getElementById($))return;Rt(e);let n=await oe(e);At(n,document)}ie();return Wt(se);})();
|
|
23
|
+
`,((t=document.head)!=null?t:document.documentElement).appendChild(e)}function Ot(e){var r,s;Dt(),(r=document.getElementById(lt))==null||r.remove();let t=l("div",{position:"fixed",bottom:"16px",right:"16px",zIndex:"2147483647",maxWidth:"320px",padding:"14px 16px",borderRadius:"14px",background:"#111827",color:"#fff",font:"13px/1.45 system-ui, sans-serif",border:"1px solid rgba(245,158,11,0.6)",boxShadow:"0 10px 34px rgba(0,0,0,0.45)",display:"flex",gap:"10px",alignItems:"flex-start",cursor:"pointer"});t.id=lt;let n=l("span",{width:"9px",height:"9px",marginTop:"4px",borderRadius:"50%",background:"#f59e0b",flex:"0 0 auto"});t.append(n,l("div",{},e)),((s=document.body)!=null?s:document.documentElement).appendChild(t),t.addEventListener("click",()=>t.remove()),setTimeout(()=>t.remove(),1e4)}function me(){let e=window.__sentientEditor;return e&&typeof e.token=="string"&&typeof e.apiBase=="string"?e:null}async function he(e){try{let t=await fetch(`${e.apiBase}/v1/editor/verify`,{headers:{authorization:`Bearer ${e.token}`}});if(t.status===401)return{ok:!1,unauthorized:!0};if(!t.ok)return{ok:!1,unauthorized:!1};let n=(await t.json()).projectId;return n?{ok:!0,projectId:n}:{ok:!1,unauthorized:!1}}catch(t){return{ok:!1,unauthorized:!1}}}async function N(e,t,n){try{let r=await fetch(`${e.apiBase}${t}`,{method:"POST",headers:{authorization:`Bearer ${e.token}`,"content-type":"application/json"},body:JSON.stringify(n)});return r.ok?"ok":r.status===401?"expired":"error"}catch(r){return"error"}}async function be(e){try{let t=await fetch(`${e.apiBase}/v1/editor/targets`,{headers:{authorization:`Bearer ${e.token}`}});if(!t.ok)return[];let n=await t.json();return Array.isArray(n.targets)?n.targets:[]}catch(t){return[]}}function dt(e=document){for(let t of Array.from(e.querySelectorAll(`.${yt}`)))t.remove()}function Gt(e,t=document){var r;dt(t);let n=0;for(let s of e){if(n>=pe)break;let d=ot(s.locator,t);if(!d)continue;let c=d.getBoundingClientRect(),y=l("div",{position:"fixed",pointerEvents:"none",zIndex:"2147483645",left:`${c.left}px`,top:`${c.top}px`,width:`${c.width}px`,height:`${c.height}px`,border:"2px dashed #10b981",background:"rgba(16,185,129,0.08)"});y.className=yt;let v=l("div",{position:"fixed",pointerEvents:"none",zIndex:"2147483645",left:`${c.left}px`,top:`${Math.max(0,c.top-20)}px`,padding:"2px 6px",borderRadius:"4px",background:"#10b981",color:"#fff",font:"11px system-ui, sans-serif",whiteSpace:"nowrap"},s.label);v.className=yt,((r=t.body)!=null?r:t.documentElement).append(y,v),n+=1}}function at(e,t){let n=e.previousElementSibling,r=e.nextElementSibling,s=n?V(n,t):null,d=r?V(r,t):null;return{prevEl:n,nextEl:r,prevLocator:n&&s&&rt(s,n,t)?s:null,nextLocator:r&&d&&rt(d,r,t)?d:null}}var jt=["color","background","fontSize","fontWeight","borderRadius","textAlign"],xe=/^(0|\d*\.?\d+(px|rem|em|%|vh|vw|vmin|vmax|ch|pt))$/i,ye=new Set(["left","center","right","justify","start","end"]),ve=/^#([0-9a-f]{3}|[0-9a-f]{4}|[0-9a-f]{6}|[0-9a-f]{8})$/i,ke=/^(rgb|rgba|hsl|hsla)\(/i;function Ee(e){return ve.test(e)||ke.test(e)}function Ut(e,t){switch(e){case"fontSize":case"borderRadius":return xe.test(t)?null:"Add a unit, e.g. 20px or 1.5rem.";case"fontWeight":return/^(normal|bold|bolder|lighter)$/i.test(t)||/^\d{1,4}$/.test(t)&&+t>=1&&+t<=1e3?null:"Use 100\u2013900, or normal/bold.";case"textAlign":return ye.has(t.toLowerCase())?null:"Choose left, center, right, or justify.";case"color":case"background":return Ee(t)?null:"Enter a colour, e.g. #1a1a1a.";default:return null}}function Ft(e){let t={},n={};for(let r of jt){let s=e[r];if(typeof s!="string")continue;let d=s.trim();if(d==="")continue;if(!zt(d)){n[r]="That value isn\u2019t allowed.";continue}let c=Ut(r,d);if(c){n[r]=c;continue}t[r]=d}return{style:t,errors:n}}function l(e,t,n){let r=document.createElement(e);return Object.assign(r.style,t),n!==void 0&&(r.textContent=n),r}function Wt(e){var $t;let t=null,n=l("div",{position:"fixed",pointerEvents:"none",zIndex:"2147483646",border:"2px solid #6366f1",background:"rgba(99,102,241,0.12)",display:"none"});n.id=ce;let r=l("div",{position:"fixed",pointerEvents:"none",zIndex:"2147483646",border:"2px solid #10b981",background:"rgba(16,185,129,0.10)",borderRadius:"4px",display:"none"});r.id=ue;let s=()=>{if(!t||!t.isConnected){r.style.display="none";return}let o=t.getBoundingClientRect();Object.assign(r.style,{display:"block",left:`${o.left-2}px`,top:`${o.top-2}px`,width:`${o.width}px`,height:`${o.height}px`})},d=()=>s();Dt();let c=l("div",{position:"fixed",bottom:"16px",right:"16px",zIndex:"2147483647",width:"320px",padding:"16px",borderRadius:"14px",background:"#111827",color:"#fff",font:"13px/1.4 system-ui, sans-serif",border:"1px solid rgba(99,102,241,0.55)",boxShadow:"0 10px 34px rgba(0,0,0,0.45)"});c.id=O;let y=l("span",{width:"9px",height:"9px",borderRadius:"50%",background:"#34d399",display:"inline-block",flex:"0 0 auto"});y.className="sntedi-dot";let v=l("div",{display:"flex",alignItems:"center",gap:"8px",fontWeight:"700",fontSize:"14px",marginBottom:"6px"});v.append(y,l("span",{},"SentientUI editor"));let Yt=l("div",{opacity:"0.85",marginBottom:"8px"},"Click any element on the page to adapt it."),ct=l("div",{fontSize:"12px",marginBottom:"6px",padding:"5px 8px",borderRadius:"8px",background:"rgba(16,185,129,0.14)",border:"1px solid rgba(16,185,129,0.45)",display:"none",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}),ut=l("div",{fontSize:"12px",marginBottom:"8px",minHeight:"16px"}),pt=o=>l("div",{fontSize:"10px",letterSpacing:"0.08em",textTransform:"uppercase",opacity:"0.55",marginTop:"10px",marginBottom:"2px"},o),R=l("button",b("#6366f1"),"Test different text here"),P=l("button",b("#374151"),"Change style"),D=l("button",b("#374151"),"Track clicks as a goal"),G=l("button",b("#374151"),"Track form submissions as a goal"),vt=l("button",b("#374151"),"Track page visits as a goal"),C=l("button",b("#374151"),"Move up"),T=l("button",b("#374151"),"Move down"),K=l("button",b("#6366f1"),"Save this arrangement"),J=l("button",b("#374151"),"Undo"),kt=l("button",nt(z({},b("transparent")),{opacity:"0.6"}),"Close editor"),B=l("button",b("#10b981"),"Publish now \u2014 go live"),A=l("button",b("#10b981"),"Start tracking now");for(let o of[R,P,D,C,T])o.disabled=!0;let Et=[R,P,D,G,C,T];for(let o of Et)o.style.display="none";K.style.display="none",J.style.display="none",B.style.display="none",A.style.display="none",c.append(v,Yt,ct,ut,pt("Content & style"),R,P,pt("Track a goal"),D,G,vt,pt("Move"),C,T,K,J,B,A,kt),(($t=document.body)!=null?$t:document.documentElement).append(n,r,c);let w=l("div",{marginTop:"10px"});c.append(w);let j=()=>{w.textContent=""},wt=(o,i,a)=>{var _;j();let p={},g={},h={display:"block",width:"100%",marginTop:"4px",padding:"7px 9px",borderRadius:"8px",border:"1px solid rgba(255,255,255,0.18)",background:"#1f2937",color:"#fff",font:"13px system-ui, sans-serif"};for(let f of o){let L=l("label",{display:"block",fontSize:"12px",opacity:"0.85",marginTop:"8px"},f.label);if(w.append(L),f.type==="select"){let m=l("select",h);m.setAttribute("data-field",f.key);let H=document.createElement("option");H.value="",H.textContent="\u2014 no change \u2014",m.append(H);for(let Rt of(_=f.options)!=null?_:[]){let bt=document.createElement("option");bt.value=Rt,bt.textContent=Rt,m.append(bt)}p[f.key]=()=>m.value,w.append(m)}else if(f.type==="color"){let m=l("input",nt(z({},h),{padding:"2px",height:"34px"}));m.type="color",m.setAttribute("data-field",f.key);let H=!1;m.addEventListener("input",()=>{H=!0}),p[f.key]=()=>H?m.value:"",w.append(m)}else{let m=l("input",h);m.setAttribute("data-field",f.key),f.value!==void 0&&(m.value=f.value),p[f.key]=()=>m.value,w.append(m)}let $=l("div",{fontSize:"11px",color:"#fca5a5",marginTop:"3px",display:"none"});$.setAttribute("data-feedback",f.key),g[f.key]=$,w.append($)}let E=(f,L)=>{let $=g[f];$&&($.textContent=L!=null?L:"",$.style.display=L?"block":"none")},S=l("button",b("#6366f1"),i),q=l("button",nt(z({},b("transparent")),{opacity:"0.6"}),"Cancel");S.onclick=()=>a(Object.fromEntries(Object.entries(p).map(([f,L])=>[f,L()])),E),q.onclick=j,w.append(S,q)},u=(o,i=!0)=>{ut.textContent=o,ut.style.color=i?"#a7f3d0":"#fca5a5"},X=(o,i)=>{o==="ok"?u(i,!0):u(o==="expired"?"Editor session expired \u2014 reopen it from your dashboard to save this. Your earlier changes are safe.":"\u26A0 Couldn\u2019t save \u2014 try again.",!1)},Z=null,ft=o=>{Z=o,B.style.display="block"};B.onclick=async()=>{if(!Z)return;B.disabled=!0,u("Publishing\u2026");let o=await N(e,`/v1/editor/slots/${encodeURIComponent(Z)}/publish`,{});B.disabled=!1,o==="ok"?(u("\u2713 Published \u2014 live for new visitors.",!0),B.style.display="none",Z=null):u(o==="expired"?"Editor session expired \u2014 reopen it from your dashboard to publish. Your saved draft is safe.":"\u26A0 Couldn\u2019t publish \u2014 try again.",!1)};let x=null,U=!1,F=null,W=null,k=null,I=null,Y=null,Q=null,M=!1,St=(o,i)=>U?o?"":`Nothing to swap with ${i} \u2014 it\u2019s at the edge, or that neighbor can\u2019t be targeted reliably.`:"This element can\u2019t be targeted reliably, so it can\u2019t be moved.",Lt=()=>{C.disabled=!U||!k,T.disabled=!U||!I,C.title=C.disabled?St(k,"above"):"",T.title=T.disabled?St(I,"below"):""},gt=o=>{K.style.display=o?"block":"none",J.style.display=o?"block":"none",Lt()},Ct=()=>{if(M&&t&&Y&&Y.insertBefore(t,Q),M=!1,Y=null,Q=null,t){let o=at(t,document);F=o.prevEl,W=o.nextEl,k=o.prevLocator,I=o.nextLocator}s(),gt(!1)},Tt=o=>{let i=o.target;if(!i||c.contains(i)||i===n)return;dt(document);let a=i.getBoundingClientRect();Object.assign(n.style,{display:"block",left:`${a.left}px`,top:`${a.top}px`,width:`${a.width}px`,height:`${a.height}px`})},qt=o=>{var a;let i=((a=o.textContent)!=null?a:"").trim().replace(/\s+/g," ");return i?i.length>40?`${i.slice(0,37)}\u2026`:i:o.tagName.toLowerCase()},Bt=o=>{let i=o.target;if(!i||c.contains(i))return;o.preventDefault(),o.stopPropagation(),Ct(),j(),t=i,x=V(i,document);let a=rt(x,i,document);U=a,s(),ct.style.display="block",ct.textContent=`Selected: ${qt(i)}`,u(a?"\u2713 Matches exactly 1 element":"\u26A0 Couldn\u2019t target this element uniquely",a);for(let E of Et)E.style.display="block";let p=i.childElementCount===0;R.disabled=!a||!p,R.title=a?p?"":"This element contains other elements, so testing text here would replace them. Pick the text itself (e.g. the heading), not its container.":"",P.disabled=!a,D.disabled=!a;let g=i.closest("form");G.style.display=g?"block":"none",G.disabled=!g;let h=at(i,document);F=h.prevEl,W=h.nextEl,k=h.prevLocator,I=h.nextLocator,Lt()};R.onclick=()=>{var a,p;if(!t||!x)return;let o=x,i=(p=(a=t.textContent)==null?void 0:a.trim())!=null?p:"";wt([{key:"current",label:"Current wording",value:i},{key:"alt",label:"Alternative wording to test",value:""}],"Save draft",async g=>{let h=g.alt.trim();if(!h){u("\u26A0 Enter alternative wording to test.",!1);return}if(h===g.current.trim()){u("\u26A0 Enter different wording \u2014 the alternative matches the current text.",!1);return}let E=st("text",o,t);u("Saving\u2026");let S=await N(e,`/v1/editor/slots/${encodeURIComponent(E)}`,{kind:"arms",target:o,draftConfig:{arms:[{id:"a",displayName:"Original",ops:{text:g.current}},{id:"b",displayName:"Alternative",ops:{text:g.alt}}]}});S==="ok"&&(j(),ft(E)),X(S,"\u2713 Saved as a draft. Click \u201CPublish now\u201D to go live.")})};let tt=null,Vt=o=>{tt=o,A.style.display="block"};A.onclick=async()=>{if(!tt)return;A.disabled=!0,u("Activating\u2026");let o=await N(e,`/v1/editor/goals/${encodeURIComponent(tt)}/publish`,{});A.disabled=!1,o==="ok"?(u("\u2713 Tracking is live \u2014 it counts from your next visitor.",!0),A.style.display="none",tt=null):u(o==="expired"?"Editor session expired \u2014 reopen it from your dashboard to activate. Your saved goal is safe.":"\u26A0 Couldn\u2019t activate \u2014 try again.",!1)};let mt=(o,i)=>`${it(o)||"goal"}-${Pt(i)}`.slice(0,128),ht=async(o,i)=>{u("Saving\u2026");let a=await N(e,`/v1/editor/goals/${encodeURIComponent(o)}`,i);a==="ok"&&Vt(o),X(a,"\u2713 Goal saved. Click \u201CStart tracking now\u201D to go live.")};D.onclick=()=>{var i;if(!t||!x)return;let o=mt(((i=t.textContent)!=null?i:"").trim()||"element-clicked",JSON.stringify(x));ht(o,{event:"click",locator:x})},G.onclick=()=>{var p,g;let o=t==null?void 0:t.closest("form");if(!o)return;let i=V(o,document),a=(g=(p=o.getAttribute("id"))!=null?p:o.getAttribute("name"))!=null?g:"form-submitted";ht(mt(a,JSON.stringify(i)),{event:"form_submit",locator:i})},vt.onclick=()=>{let o=window.location.pathname||"/",i=it(o)?`reached-${it(o)}`:"page-visited";ht(mt(i,o),{event:"url_reached",urlPattern:o})},P.onclick=()=>{if(!t||!x)return;let o=x;wt([{key:"color",label:"Text colour",type:"color"},{key:"background",label:"Background colour",type:"color"},{key:"fontSize",label:"Font size (e.g. 20px)"},{key:"fontWeight",label:"Font weight (e.g. 700)"},{key:"borderRadius",label:"Corner radius (e.g. 8px)"},{key:"textAlign",label:"Alignment",type:"select",options:["left","center","right","justify"]}],"Save draft",async(i,a)=>{var q;let{style:p,errors:g}=Ft(i),h=!1;for(let _ of jt)a(_,(q=g[_])!=null?q:null),g[_]&&(h=!0);if(h){u("\u26A0 Fix the highlighted field(s).",!1);return}if(Object.keys(p).length===0){u("\u26A0 Enter at least one style change.",!1);return}let E=st("style",o,t);u("Saving\u2026");let S=await N(e,`/v1/editor/slots/${encodeURIComponent(E)}`,{kind:"arms",target:o,draftConfig:{arms:[{id:"a",displayName:"Current look",ops:{}},{id:"b",displayName:"New look",ops:{style:p}}]}});S==="ok"&&(j(),ft(E)),X(S,"\u2713 Saved as a draft. Click \u201CPublish now\u201D to go live.")})};let At=o=>{if(!t)return;let i=t.parentElement;if(!i)return;M||(Y=i,Q=t.nextSibling,M=!0),o==="up"&&F?i.insertBefore(t,F):o==="down"&&W&&i.insertBefore(t,W.nextSibling);let a=at(t,document);F=a.prevEl,W=a.nextEl,k=a.prevLocator,I=a.nextLocator;try{t.scrollIntoView({block:"nearest",behavior:"smooth"})}catch(p){}s(),gt(!0),u("Previewing the new position \u2014 keep moving, save, or undo.")};C.onclick=()=>At("up"),T.onclick=()=>At("down"),J.onclick=()=>{Ct(),u("Move undone \u2014 back to the original position.")},K.onclick=async()=>{if(!t||!x||!M||!U)return;let o=k?"moveAfter":"moveBefore",i=k!=null?k:I;if(!i){u("\u26A0 Couldn\u2019t anchor the new position \u2014 nudge it next to a section with an id.",!1);return}let a=st("move",x,t);u("Saving\u2026");let p=await N(e,`/v1/editor/slots/${encodeURIComponent(a)}`,{kind:"arms",target:x,draftConfig:{arms:[{id:"a",ops:{}},{id:"b",ops:{[o]:i}}]}});p==="ok"&&(M=!1,Y=null,Q=null,gt(!1),ft(a)),X(p,"\u2713 Saved as a draft. Click \u201CPublish now\u201D to go live.")};let Kt=()=>{var o;document.removeEventListener("mousemove",Tt,!0),document.removeEventListener("click",Bt,!0),window.removeEventListener("scroll",d,!0),window.removeEventListener("resize",d),dt(document),n.remove(),r.remove(),c.remove(),window.__sentientEditor=null,(o=document.querySelector("meta[data-sentient-editor]"))==null||o.remove(),xt()};kt.onclick=Kt,document.addEventListener("mousemove",Tt,!0),document.addEventListener("click",Bt,!0),window.addEventListener("scroll",d,!0),window.addEventListener("resize",d)}function b(e){return{display:"block",width:"100%",marginTop:"8px",padding:"8px 10px",borderRadius:"8px",border:"none",background:e,color:"#fff",font:"13px system-ui, sans-serif",cursor:"pointer",textAlign:"left"}}async function we(){if(typeof document=="undefined")return;let e=me();if(!e)return;let t=await he(e);if(!t.ok){t.unauthorized?(xt(),Ot(fe)):Ot(ge);return}if(document.getElementById(O))return;Wt(e);let n=await be(e);Gt(n,document)}we();return oe(Se);})();
|
package/dist/snippet.global.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var SentientSnippet=(()=>{var ve=Object.defineProperty;var Zt=Object.getOwnPropertyDescriptor;var Qt=Object.getOwnPropertyNames,Xe=Object.getOwnPropertySymbols;var Qe=Object.prototype.hasOwnProperty,en=Object.prototype.propertyIsEnumerable;var Ze=(e,t,n)=>t in e?ve(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,re=(e,t)=>{for(var n in t||(t={}))Qe.call(t,n)&&Ze(e,n,t[n]);if(Xe)for(var n of Xe(t))en.call(t,n)&&Ze(e,n,t[n]);return e};var et=(e,t)=>()=>(e&&(t=e(e=0)),t);var tt=(e,t)=>{for(var n in t)ve(e,n,{get:t[n],enumerable:!0})},tn=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Qt(t))!Qe.call(e,o)&&o!==n&&ve(e,o,{get:()=>t[o],enumerable:!(r=Zt(t,o))||r.enumerable});return e};var nn=e=>tn(ve({},"__esModule",{value:!0}),e);var rn,on,sn,nt,an,ln,rt,I,ge,be=et(()=>{"use strict";rn=Object.defineProperty,on=Object.defineProperties,sn=Object.getOwnPropertyDescriptors,nt=Object.getOwnPropertySymbols,an=Object.prototype.hasOwnProperty,ln=Object.prototype.propertyIsEnumerable,rt=(e,t,n)=>t in e?rn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,I=(e,t)=>{for(var n in t||(t={}))an.call(t,n)&&rt(e,n,t[n]);if(nt)for(var n of nt(t))ln.call(t,n)&&rt(e,n,t[n]);return e},ge=(e,t)=>on(e,sn(t))});var pt={};tt(pt,{LOCAL_ENGINE_AVAILABLE:()=>dn,createLocalEngine:()=>pn});function pn(e){throw new Error("[sentient] createLocalEngine is not available in production builds. The local engine only exists under the `development` export condition.")}var dn,ft=et(()=>{"use strict";dn=!1});var or={};tt(or,{applyPersonaAttributes:()=>Oe,applyRegistrySlots:()=>Re,applySlotArms:()=>_e,applySlotAttributes:()=>Ce,parseEditorToken:()=>Vt,parsePersonaPreview:()=>Ht,parsePreview:()=>Ft,parseSnippetConfig:()=>Ie,reapply:()=>Fe,run:()=>Xt,version:()=>Je});be();function we(e){return Object.keys(e).sort().map(t=>`${t}=${e[t]}`).join("|")}function ot(e){if(e.length===0)return null;let t={};for(let n of e.split("|")){let r=n.indexOf("=");if(r<=0||r!==n.lastIndexOf("=")||r===n.length-1)return null;let o=n.slice(0,r);if(o in t)return null;t[o]=n.slice(r+1)}return t}function je(e){var t,n,r;if(e.arms)return typeof e.baseline=="string"?e.baseline:(t=e.arms[0])!=null?t:"";if(e.baseline!==void 0&&typeof e.baseline=="object")return we(e.baseline);if(typeof e.baseline=="string")return e.baseline;let o={};for(let[i,s]of Object.entries((n=e.dims)!=null?n:{}))o[i]=(r=s[0])!=null?r:"";return we(o)}function it(e,t){var n,r;return e.dims!=null?(r=(n=ot(t))!=null?n:ot(je(e)))!=null?r:{}:t}function oe(e){return e>=.3?e<.7?"medium":"high":"low"}var cn=["GPTBot","ChatGPT-User","OAI-SearchBot","ClaudeBot","Claude-User","Claude-SearchBot","PerplexityBot","Perplexity-User","Google-Extended","Applebot-Extended","Meta-ExternalAgent","Bytespider","CCBot","Amazonbot","cohere-ai","Diffbot"];function st(e){return un(e)!==null}function un(e){var t;if(!e)return null;let n=e.toLowerCase();return(t=cn.find(r=>n.includes(r.toLowerCase())))!=null?t:null}function at(e){let t=e.toLowerCase();return/ipad|tablet|playbook|kindle|silk/.test(t)?"tablet":/mobi|iphone|ipod|android.*mobile|phone/.test(t)?"mobile":"desktop"}function lt(e,t){if(!e)return"direct";try{let n=new URL(e);if(t)try{if(new URL(t).host===n.host)return"direct"}catch(o){}let r=n.hostname.toLowerCase();return/(^|\.)(google|bing|duckduckgo|yahoo)\./.test(r)?"search":/(^|\.)(twitter\.com|x\.com|facebook\.com|linkedin\.com|reddit\.com|t\.co)$/.test(r)?"social":"referral"}catch(n){return"direct"}}function ct(e){if(!e)return null;try{return new URL(e).hostname}catch(t){return null}}function ut(e){let t=e.getHours();return t<6?"night":t<12?"morning":t<18?"afternoon":"evening"}function Me(e){return I(I(I({id:e.id},e.arms?{arms:[...e.arms]}:{}),e.dims?{dims:Object.fromEntries(Object.entries(e.dims).map(([t,n])=>[t,[...n]]))}:{}),e.baseline!==void 0?{baseline:e.baseline}:{})}function Ne(e){let t=Me(e);return it(t,je(t))}function dt(e){return typeof e=="string"?e:we(e)}be();var fn="_snt_uid",le="_snt_uid";function gn(){try{if(typeof crypto!="undefined"&&typeof crypto.randomUUID=="function")return crypto.randomUUID()}catch(t){}let e=()=>Math.floor(Math.random()*4294967295).toString(16).padStart(8,"0");return`${e()}-${e()}-${e()}-${e()}`}function mn(e){try{let t=document.cookie.match(new RegExp(`(?:^|; )${e}=([^;]*)`));return t?decodeURIComponent(t[1]):null}catch(t){return null}}function hn(e,t,n){try{document.cookie=`${e}=${encodeURIComponent(t)}; max-age=${n}; SameSite=strict; path=/`}catch(r){}}function yn(e){try{return localStorage.getItem(e)}catch(t){return null}}function vn(e,t){try{return localStorage.setItem(e,t),!0}catch(n){return!1}}function bn(e){try{return sessionStorage.getItem(e)}catch(t){return null}}function wn(e,t){try{return sessionStorage.setItem(e,t),!0}catch(n){return!1}}function Sn(e){try{sessionStorage.removeItem(e)}catch(t){}}function xn(e){try{return document.cookie=`${e}_probe=1; max-age=1; SameSite=strict; path=/`,/(?:^|; )_snt_uid_probe=1/.test(document.cookie)||document.cookie.indexOf(`${e}_probe=1`)!==-1}catch(t){return!1}}function kn(e){try{localStorage.removeItem(e)}catch(t){}}function An(e){try{document.cookie=`${e}=; max-age=0; SameSite=strict; path=/`}catch(t){}}var En={getSessionId:()=>null,isEphemeral:()=>!1,destroy:()=>{}};function ht(e){var t,n,r,o,i,s;if(typeof window=="undefined")return En;let l=(t=e==null?void 0:e.cookieName)!=null?t:fn,a=((n=e==null?void 0:e.cookieTTLDays)!=null?n:365)*24*60*60,c=(s=(i=(o=(r=mn(l))!=null?r:yn(le))!=null?o:bn(le))!=null?i:e==null?void 0:e.ssrSessionId)!=null?s:gn();hn(l,c,a);let u=vn(le,c),p=xn(l),v=u?!1:wn(le,c),g=!u&&!p&&!v;return{getSessionId:()=>c,isEphemeral:()=>g,destroy:()=>{c=null,An(l),kn(le),Sn(le)}}}function yt(e){return`_snt_retry_${e.slice(0,12)}`}var In={push:()=>{},flush:()=>{},destroy:()=>{}};function On(e,t){try{let n=localStorage.getItem(t);if(!n)return[];let r=JSON.parse(n);return Array.isArray(r)?(localStorage.removeItem(t),r.slice(-e)):[]}catch(n){return[]}}function $e(e,t,n){try{let r=[...(()=>{try{let o=localStorage.getItem(n);if(!o)return[];let i=JSON.parse(o);return Array.isArray(i)?i:[]}catch(o){return[]}})(),...e].slice(-t);localStorage.setItem(n,JSON.stringify(r))}catch(r){}}function Cn(e){var t,n,r;if(typeof window=="undefined")return In;let o=(t=e.flushIntervalMs)!=null?t:5e3,i=(n=e.maxBatchSize)!=null?n:20,s=(r=e.maxRetrySize)!=null?r:100,l=e.ingestUrl,a=e.apiKey,c=yt(a),u=[],p=new Set,v=[],g=f=>{for(let w of f)b.delete(w),!p.has(w)&&(p.add(w),v.push(w));for(;v.length>500;){let w=v.shift();w&&p.delete(w)}},b=new Set,m=f=>{p.has(f.id)||b.has(f.id)||(b.add(f.id),u.push(f))},E=On(s,c);for(let f of E)m(f);let O=0,S=0,L=f=>{if(f.length===0)return;let w=JSON.stringify(f),k=f.map(d=>d.id),B;try{B=fetch(l,{method:"POST",keepalive:!0,body:w,headers:{"Content-Type":"application/json",Authorization:`Bearer ${a}`}})}catch(d){$e(f,s,c);for(let h of k)b.delete(h);S++,O=Date.now()+Math.min(6e4,1e3*2**Math.min(S,6));return}let F=d=>{if(d.ok||d.status>=400&&d.status<500&&d.status!==429){g(k),S=0,O=0;return}$e(f,s,c);for(let h of k)b.delete(h);S++,O=Date.now()+Math.min(6e4,1e3*2**Math.min(S,6))};B instanceof Promise?B.then(F).catch(()=>{$e(f,s,c);for(let d of k)b.delete(d);S++,O=Date.now()+Math.min(6e4,1e3*2**Math.min(S,6))}):F(B)},N=typeof TextEncoder!="undefined"?new TextEncoder:null,Q=f=>N?N.encode(f).length:f.length,ee=f=>{let w=[],k=2;for(let B of f){let F=Q(JSON.stringify(B))+1;if(w.length>0&&k+F>57344||w.length>=i)break;w.push(B),k+=F}return w},C=()=>{try{if(Date.now()<O)return;for(;u.length>0;){let f=u.filter(k=>!p.has(k.id));if(u.length=0,f.length===0)break;let w=ee(f);if(w.length===0)break;w.length<f.length&&u.push(...f.slice(w.length)),L(w)}}catch(f){}},$=!0,R=null;R=setInterval(()=>{$&&C()},o);let y=()=>{document.visibilityState==="hidden"&&C()},x=()=>{C()};return document.addEventListener("visibilitychange",y),window.addEventListener("pagehide",x),{push(f){m(f),u.length>=i&&C()},flush:C,destroy(){$=!1,R!==null&&(clearInterval(R),R=null),document.removeEventListener("visibilitychange",y),window.removeEventListener("pagehide",x),C()}}}var Ge="_snt_asgn_";function Se(e,t){return`${e}:${t}`}function _n(e,t){return`${Ge}${encodeURIComponent(e)}:${encodeURIComponent(t)}`}function gt(e){let t=e.slice(Ge.length),n=t.indexOf(":");if(n<0)return null;try{return{componentId:decodeURIComponent(t.slice(0,n)),segment:decodeURIComponent(t.slice(n+1))}}catch(r){return null}}function Be(){try{let e=[];for(let t=0;t<localStorage.length;t++){let n=localStorage.key(t);n!=null&&n.startsWith(Ge)&&e.push(n)}return e}catch(e){return[]}}function Rn(e=18e5){let t=new Map,n=r=>r.assignedAt+e<Date.now();return typeof window!="undefined"&&(()=>{for(let r of Be())try{let o=localStorage.getItem(r);if(!o)continue;let i=JSON.parse(o);if(n(i)){localStorage.removeItem(r);continue}let s=gt(r);if(!s)continue;t.set(Se(s.componentId,s.segment),i)}catch(o){}})(),{get(r,o){let i=t.get(Se(r,o));return i?n(i)?(t.delete(Se(r,o)),null):i:null},set(r,o,i){let s=Se(r,o);t.set(s,i);try{localStorage.setItem(_n(r,o),JSON.stringify(i))}catch(l){}},invalidate(r){let o=`${r}:`;for(let i of[...t.keys()])i.startsWith(o)&&t.delete(i);for(let i of Be()){let s=gt(i);if((s==null?void 0:s.componentId)===r)try{localStorage.removeItem(i)}catch(l){}}},clear(){t.clear();for(let r of Be())try{localStorage.removeItem(r)}catch(o){}}}}var ke="_snt_snap:",Ln=["low","medium","high"];function Ae(e){try{let t=localStorage.getItem(ke+e);if(!t)return null;let n=JSON.parse(t);return!n||typeof n!="object"||n.v!==1||typeof n.persona!="string"||typeof n.band!="string"||!Ln.includes(n.band)||typeof n.slots!="object"||n.slots===null||Array.isArray(n.slots)||!(n.layoutOrder===null||Array.isArray(n.layoutOrder))||typeof n.savedAt!="number"||!(n.slotConfig===void 0||typeof n.slotConfig=="object"&&n.slotConfig!==null&&!Array.isArray(n.slotConfig))?null:n}catch(t){return null}}function me(e,t){try{localStorage.setItem(ke+e,JSON.stringify(t))}catch(n){}}var Ue="[sentient] No API key configured \u2014 nothing is being learned. Set NEXT_PUBLIC_SENTIENT_API_KEY or pass localMode: true for local development.",vt="[sentient] Local mode \u2014 decisions are simulated on-device and nothing is sent over the network. Add an API key to learn from real traffic.",mt=!1,xe=!1;function Pn(){var e;try{return(e=new URLSearchParams(window.location.search).get("sentient_persona"))!=null?e:void 0}catch(t){return}}function Tn(e){var t;let n=ht({ssrSessionId:e.ssrSessionId}),r=(t=n.getSessionId())!=null?t:"local",o=Pn(),i=Promise.resolve().then(()=>(ft(),pt)).then(a=>{let c=a;return c.LOCAL_ENGINE_AVAILABLE?(mt||(mt=!0,console.info(vt)),c):(xe||(xe=!0,console.error(Ue)),null)}).catch(()=>(xe||(xe=!0,console.error(Ue)),null)),s=null;function l(a){let c=document.documentElement;c.dataset.sentientPersona===void 0&&(c.dataset.sentientPersona=a.persona,c.dataset.sentientConfidence=oe(a.confidence))}return{isLocal:!0,async decide(a){var c,u,p;let v=await i;if(!v)return null;let g=v.createLocalEngine({sessionId:r,forcedPersona:o}).decide(a);return s=ge(I({},g),{layoutOrder:(u=(c=g.layoutOrder)!=null?c:s==null?void 0:s.layoutOrder)!=null?u:null,slots:I(I({},(p=s==null?void 0:s.slots)!=null?p:{}),g.slots)}),me(e.apiKey||"local",{v:1,persona:s.persona,band:oe(s.confidence),slots:s.slots,layoutOrder:s.layoutOrder,savedAt:Date.now()}),l(g),g},getSlotResult(a){var c,u,p;return(p=(u=s==null?void 0:s.slots[a])!=null?u:(c=e.initialSlots)==null?void 0:c[a])!=null?p:null},getPersona(){return s?{persona:s.persona,confidence:s.confidence,band:oe(s.confidence)}:null},async assign(a,c){var u;let p=await i;return!p||!c||c.length===0?c!=null&&c[0]?{variantId:c[0],assignmentTtlMs:0}:null:{variantId:(u=p.createLocalEngine({sessionId:r,forcedPersona:o}).decide({components:[{id:a,variantIds:c}]}).assignments[a])!=null?u:c[0],assignmentTtlMs:0}},track:()=>{},goal:()=>{},componentGoal:()=>{},identify:()=>{},getAssignment:()=>null,fetchWeights:()=>Promise.resolve([]),getGraph:()=>({pageNodes:[],capturedAt:0}),dispose:()=>{},destroy:()=>n.destroy()}}function he(e,t,n,r){let o=[];{let i=!1,s=[],l=()=>{if(i)return;let a=Date.now();for(s.push(a);s.length>0&&a-s[0]>500;)s.shift();s.length>=3&&(i=!0,e("rage_click"))};t.addEventListener("click",l),o.push(()=>t.removeEventListener("click",l))}{let i=!1,s=l=>{if(i||!(l.target instanceof Node)||!t.contains(l.target)&&t!==l.target)return;i=!0;let a=typeof window!="undefined"?window.getSelection():null,c=a?a.toString().length:0;e("text_copy",{selectionLength:c})};document.addEventListener("copy",s),o.push(()=>document.removeEventListener("copy",s))}{let i=!1,s=!1,l=null,a=()=>{l!==null&&(clearTimeout(l),l=null)},c=()=>{i||!s||(a(),l=setTimeout(()=>{!i&&s&&(i=!0,e("scroll_hesitation"))},3e3))},u=()=>{a(),c()},p=g=>{for(let b of g)s=b.intersectionRatio>.3,s?c():a()},v=new IntersectionObserver(p,{threshold:[.3]});v.observe(t),window.addEventListener("scroll",u,{passive:!0}),o.push(()=>{v.disconnect(),window.removeEventListener("scroll",u),a()})}if((r==null?void 0:r.tabLoss)!==!1){let i=!1,s=n!=null?n:Date.now(),l=()=>{if(i||document.visibilityState!=="hidden")return;let a=Date.now()-s;a<15e3&&(i=!0,e("tab_loss",{timeOnPage:a}))};document.addEventListener("visibilitychange",l),o.push(()=>document.removeEventListener("visibilitychange",l))}return()=>{for(let i of o)i()}}var bt="https://api.sentient-ui.com/v1/events",ie=new Map,wt=null;function Ke(){try{if(typeof crypto!="undefined"&&typeof crypto.randomUUID=="function")return crypto.randomUUID()}catch(e){}return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let t=Math.random()*16|0;return(e==="x"?t:t&3|8).toString(16)})}var ce={track:()=>{},goal:()=>{},componentGoal:()=>{},identify:()=>{},getAssignment:()=>null,assign:()=>Promise.resolve(null),decide:()=>Promise.resolve(null),getSlotResult:()=>null,getPersona:()=>null,fetchWeights:()=>Promise.resolve([]),getGraph:()=>({pageNodes:[],capturedAt:0}),dispose:()=>{},destroy:()=>{}};function Dn(){try{let e={},t=new URLSearchParams(window.location.search);for(let[n,r]of t)n.startsWith("utm_")&&(e[n]=r);return e}catch(e){return{}}}function St(e){return e.replace(/\/events\/?$/,"")}function se(){return typeof navigator!="undefined"&&navigator.globalPrivacyControl===!0?!0:[typeof navigator!="undefined"?navigator.doNotTrack:void 0,typeof window!="undefined"?window.doNotTrack:void 0,typeof navigator!="undefined"?navigator.msDoNotTrack:void 0].some(e=>e==="1"||e==="yes")}function qe(e){if(typeof window=="undefined")return;let t=e!=null?e:wt;if(!t){console.warn("[sentient] grantConsent() called before init()");return}let n=ie.get(t);if(!n){console.warn("[sentient] grantConsent() called before init()");return}let{config:r,upgrade:o}=n;if(!o||r.respectDoNotTrack!==!1&&se())return;let i=Ee(ge(I({},r),{consent:!0}));o(i),ie.set(t,{config:ge(I({},r),{consent:!0}),upgrade:null})}function jn(e){var t;let n=St((t=e.ingestUrl)!=null?t:bt),r={"Content-Type":"application/json",Authorization:`Bearer ${e.apiKey}`},o={track:()=>{},goal:()=>{},componentGoal:()=>{},identify:()=>{},getAssignment:()=>null,fetchWeights:()=>Promise.resolve([]),async assign(l,a,c){try{let u=new URLSearchParams({componentId:l});for(let v of a!=null?a:[])u.append("variantIds[]",v);let p=await fetch(`${n}/winner?${u.toString()}`,{headers:r});return p.ok?{variantId:(await p.json()).variantId,assignmentTtlMs:0}:a!=null&&a[0]?{variantId:a[0],assignmentTtlMs:0}:null}catch(u){return a!=null&&a[0]?{variantId:a[0],assignmentTtlMs:0}:null}},decide:()=>Promise.resolve(null),getSlotResult:()=>null,getPersona:()=>null,getGraph:()=>({pageNodes:[],capturedAt:0}),dispose:()=>{},destroy:()=>{}},i={track:l=>o.track(l),goal:(l,a,c,u)=>o.goal(l,a,c,u),componentGoal:(l,a,c)=>o.componentGoal(l,a,c),identify:l=>o.identify(l),getAssignment:(l,a)=>o.getAssignment(l,a),assign:(l,a,c,u)=>o.assign(l,a,c,u),decide:l=>o.decide(l),getSlotResult:l=>o.getSlotResult(l),getPersona:()=>o.getPersona(),fetchWeights:()=>o.fetchWeights(),getGraph:()=>o.getGraph(),dispose:()=>o.dispose(),destroy:()=>o.destroy()};function s(l){o=l}return{proxy:i,setInner:s}}function Ee(e){var t,n,r,o,i,s,l,a,c;if(typeof window=="undefined")return ce;wt=e.apiKey;let u=e.respectDoNotTrack!==!1&&se(),p=e.consent===!1||u,v=typeof e.apiKey=="string"&&e.apiKey.startsWith("pk_");if(e.localMode===!0||!v&&e.localMode!==!1)return p?(ie.set(e.apiKey||"local",{config:e,upgrade:null}),ce):(ie.set(e.apiKey||"local",{config:e,upgrade:null}),Tn(e));if(p){if(e.preConsentBehavior==="statistical_winner"){if(!e.apiKey||!e.apiKey.startsWith("pk_"))return console.warn("[sentient] init() called with an invalid apiKey \u2014 expected a pk_ public key. SDK disabled."),ce;let{proxy:d,setInner:h}=jn(e);return ie.set(e.apiKey,{config:e,upgrade:u?null:h}),d}return ie.set(e.apiKey,{config:e,upgrade:null}),ce}if(!e.apiKey||!e.apiKey.startsWith("pk_"))return console.warn("[sentient] init() called with an invalid apiKey \u2014 expected a pk_ public key. SDK disabled."),ce;if(e.ingestUrl==="")return console.warn("[sentient] init() called with an empty ingestUrl. SDK disabled."),ce;let g=(t=e.ingestUrl)!=null?t:bt,b=Date.now(),m=ht({ssrSessionId:e.ssrSessionId}),E=Rn(),O=Cn({ingestUrl:g,apiKey:e.apiKey}),S=St(g),L={"Content-Type":"application/json",Authorization:`Bearer ${e.apiKey}`},N=at((n=navigator.userAgent)!=null?n:""),Q=typeof window!="undefined"?window.location.origin:void 0,ee=lt((r=document.referrer)!=null?r:"",Q),C=(o=e.sessionSegment)!=null?o:`${N}:${ee}`,$=new Map,R=new Map,y=null,x=d=>{for(let h of d)R.has(h.id)||R.set(h.id,Ne(h))};if(e.initialSlots)for(let[d,h]of Object.entries(e.initialSlots))R.set(d,h);let f=Ae(e.apiKey);if(f)for(let[d,h]of Object.entries(f.slots))R.has(d)||R.set(d,h);let w={low:.15,medium:.5,high:.85};if(e.initialPersona)y=I({},e.initialPersona);else{let d=document.documentElement.dataset;d.sentientPersona?y={persona:d.sentientPersona,confidence:(s=w[(i=d.sentientConfidence)!=null?i:"low"])!=null?s:.15}:f&&(y={persona:f.persona,confidence:(l=w[f.band])!=null?l:.15})}if(e.initialAssignments)for(let[d,h]of Object.entries(e.initialAssignments))E.set(d,C,{variantId:h,assignedAt:Date.now(),segment:C,confidence:1});let k=Promise.resolve(),B=m.getSessionId();if(B){let d=ct((a=document.referrer)!=null?a:""),h=I(I({sessionId:B,deviceClass:N,trafficSource:ee,referrerDomain:d,utmParams:Dn(),timeOfDay:ut(new Date),dayOfWeek:["sun","mon","tue","wed","thu","fri","sat"][new Date().getDay()],ephemeral:m.isEphemeral(),automation:typeof navigator!="undefined"&&navigator.webdriver===!0||st((c=navigator.userAgent)!=null?c:"")},e.userId?{userId:e.userId}:{}),e.country?{country:e.country}:{});try{k=fetch(`${S}/sessions`,{method:"POST",keepalive:!0,body:JSON.stringify(h),headers:L}).then(_=>{_.status===402&&console.warn("[SentientUI] Session limit exceeded for this project. The bandit will stop learning until the limit resets. Upgrade at sentient-ui.com/pricing")}).catch(()=>{})}catch(_){}}e.debug&&(console.log("[sentient] initialized",{context:e.context}),window.__sentient={client:null,queue:O});let F={goal(d,h={},_=1,G=0){let K=m.getSessionId();if(!K)return;let D=Ke();k.then(()=>{fetch(`${S}/goals`,{method:"POST",keepalive:!0,body:JSON.stringify({sessionId:K,name:d,metadata:h,weight:_,stepIndex:G,goalId:D}),headers:L}).catch(()=>{})})},componentGoal(d,h,_){var G,K,D;let H=m.getSessionId();if(!H)return;let q=E.get(d,C),W=q?null:(G=R.get(d))!=null?G:null;if(!q&&W===null){e.debug&&console.warn(`[sentient] componentGoal("${d}"): no assignment or slot decision yet \u2014 render its <Adaptive>/adaptive hook or call assign()/decide() before recording a goal.`);return}let te=q?q.variantId:dt(W),z={id:Ke(),sessionId:H,projectId:e.apiKey,componentId:d,variantId:te,eventType:"goal_achieved",goalType:h,payload:I({reward:(K=_==null?void 0:_.reward)!=null?K:1},(D=_==null?void 0:_.metadata)!=null?D:{}),timestamp:Date.now(),timeInSession:Date.now()-b};e.debug&&console.log("[sentient] componentGoal",z),k.then(()=>O.push(z))},identify(d){let h=m.getSessionId();h&&k.then(()=>{fetch(`${S}/sessions`,{method:"POST",keepalive:!0,body:JSON.stringify({sessionId:h,userId:d,ephemeral:m.isEphemeral()}),headers:L}).catch(()=>{})})},track(d){let h=m.getSessionId();if(!h)return;let _=ge(I({},d),{id:Ke(),sessionId:h,timestamp:Date.now(),timeInSession:Date.now()-b});e.debug&&console.log("[sentient] track",_),k.then(()=>O.push(_))},getAssignment(d,h){return E.get(d,h)},async assign(d,h,_,G){let K=m.getSessionId();if(!K)return null;let D=E.get(d,C);if(D&&(h!=null&&h.length||D.content!==void 0))return{variantId:D.variantId,assignmentTtlMs:0,content:D.content};let H=$.get(d);if(H)return H;let q=(async()=>{await k;try{let W={sessionId:K,componentId:d,variantIds:h};G!==void 0?W.agentDataByVariant=G:_!==void 0&&(W.agentData=_);let te=await fetch(`${S}/assign`,{method:"POST",body:JSON.stringify(W),headers:L});if(!te.ok)return null;let z=await te.json();return E.set(d,C,{variantId:z.variantId,assignedAt:Date.now(),segment:C,confidence:1,content:z.content}),z}catch(W){return null}finally{$.delete(d)}})();return $.set(d,q),q},async decide(d){var h,_,G,K,D,H,q,W,te,z;let He=m.getSessionId();if(!He)return null;let de=(h=d.slots)!=null?h:[];await k;try{let ne={sessionId:He};d.sections&&d.sections.length>0&&(ne.sections=d.sections.map(j=>({id:j}))),ne.components=(_=d.components)!=null?_:[],de.length>0&&(ne.slots=de.map(Me)),d.slotsFrom==="registry"&&(ne.slotsFrom="registry"),d.v&&(ne.v=d.v);let Ye=await fetch(`${S}/decide`,{method:"POST",body:JSON.stringify(ne),headers:L});if(!Ye.ok)return x(de),null;let T=await Ye.json(),pe={};for(let j of de)pe[j.id]=(K=(G=T.slots)==null?void 0:G[j.id])!=null?K:Ne(j);if(T.slots)for(let[j,fe]of Object.entries(T.slots))j in pe||(pe[j]=fe);for(let[j,fe]of Object.entries(pe))R.set(j,fe);y={persona:(D=T.persona)!=null?D:"unknown",confidence:(H=T.confidence)!=null?H:0};for(let[j,fe]of Object.entries((q=T.assignments)!=null?q:{}))E.set(j,C,{variantId:fe,assignedAt:Date.now(),segment:C,confidence:1});return me(e.apiKey,I({v:1,persona:y.persona,band:oe(y.confidence),slots:Object.fromEntries(R),layoutOrder:(W=T.layoutOrder)!=null?W:null,savedAt:Date.now()},T.slotConfig?{slotConfig:T.slotConfig}:{})),I(I({layoutOrder:(te=T.layoutOrder)!=null?te:null,assignments:(z=T.assignments)!=null?z:{},slots:pe,persona:y.persona,confidence:y.confidence},T.slotConfig?{slotConfig:T.slotConfig}:{}),T.goals?{goals:T.goals}:{})}catch(ne){return x(de),null}},getSlotResult(d){var h;return(h=R.get(d))!=null?h:null},getPersona(){return y?{persona:y.persona,confidence:y.confidence,band:oe(y.confidence)}:null},async fetchWeights(){var d;try{let h=await fetch(`${S}/weights`,{headers:L});return h.ok?(d=(await h.json()).components)!=null?d:[]:[]}catch(h){return[]}},getGraph(){return{pageNodes:[],capturedAt:0}},dispose(){O.destroy(),e.debug&&console.log("[sentient] disposed")},destroy(){O.destroy(),m.destroy();try{localStorage.removeItem(ke+e.apiKey),localStorage.removeItem(yt(e.apiKey))}catch(d){}e.debug&&console.log("[sentient] destroyed")}};if(ie.set(e.apiKey,{config:e,upgrade:null}),e.debug){let d=window;d.__sentient&&(d.__sentient.client=F)}return F}var xt=["pricing","hero","social_proof","cta","features","faq","comparison","trust","navigation","generic"],Mn=[["pricing",/\b(pricing|price|plans?|subscriptions?|per month|\/mo|tier)\b/i],["faq",/\b(faq|frequently asked|common questions?)\b/i],["comparison",/\b(compare|comparison|versus|vs\.)\b/i],["social_proof",/\b(testimonial|reviews?|trusted by|loved by|customers?|logos|rated|case stud)\b/i],["trust",/\b(security|guarantee|privacy|compliance|secure|gdpr|soc ?2|encrypt)\b/i],["features",/\b(features?|how it works|benefits?|capabilit|what you get)\b/i]],Nn=[["pricing",/(?:[$€£]\s?\d[\d,.]*\s*(?:\/|per\s)\s*(?:mo|month|yr|year|seat|user))|(?:\b(?:starter|basic|pro|growth|premium|enterprise)\b[^.]{0,60}[$€£]\s?\d)/i],["social_proof",/(?:★{2,})|(?:\b\d(?:\.\d)?\s*(?:out of|\/)\s*5\b)|(?:\brated\b)|(?:["“][^"”]{20,160}["”]\s*[—–-]\s*[A-Z][a-z]+)/],["trust",/\b(?:money[- ]back guarantee|refund(?:s)? within|encrypted|soc ?2|iso ?27001|gdpr[- ]compliant|cancel anytime)\b/i],["comparison",/\b(?:vs|versus)\b\.?[^.!?]{0,80}\b(?:compare|comparison|plans?|features?|alternative)\b|\bhow (?:we|it) compares?\b/i]];function $n(e){var t;let n=e.querySelector("h1, h2, h3");return((t=n==null?void 0:n.textContent)!=null?t:"").slice(0,160)}function kt(e){if(e.tag==="nav"||e.tag==="footer")return{type:"navigation",strength:"weak"};let t=`${e.idClass} ${e.headingText}`.toLowerCase();for(let[n,r]of Mn)if(r.test(t))return{type:n,strength:"strong"};for(let[n,r]of Nn)if(r.test(e.bodyText))return{type:n,strength:"strong"};return e.actionCount>=1&&e.textLength>0&&e.textLength<200?{type:"cta",strength:"weak"}:e.tag==="header"?{type:"hero",strength:"weak"}:/\b(hero|headline|banner)\b/i.test(t)?{type:"hero",strength:"weak"}:{type:"generic",strength:"weak"}}function At(e){var t,n;let r=((t=e.textContent)!=null?t:"").replace(/\s+/g," ").trim();return{tag:e.tagName.toLowerCase(),idClass:`${e.id} ${String((n=e.className)!=null?n:"")}`,headingText:$n(e),bodyText:r.slice(0,2e3),actionCount:e.querySelectorAll('a, button, [role="button"]').length,textLength:r.length}}function Et(e){return kt(At(e)).type}be();var Ot="section, header, footer, nav, main > div, [data-sentient-section]";function Bn(e){var t;return((t=e.parentElement)==null?void 0:t.closest(Ot))!=null}function Kn(e,t,n,r){try{fetch(`${t}/v1/section-map`,{method:"POST",keepalive:!0,headers:{"content-type":"application/json",authorization:`Bearer ${e}`},body:JSON.stringify({pageUrl:n,sections:r})}).catch(()=>{})}catch(o){}}var It=()=>{};function Ct(e,t){var n,r,o,i,s,l,a,c,u;let p=(n=t.doc)!=null?n:typeof document!="undefined"?document:void 0;if(!p||typeof IntersectionObserver=="undefined"||se()||!t.apiKey)return It;let v=(r=t.apiBase)!=null?r:"https://api.sentient-ui.com",g=Array.from(p.querySelectorAll(Ot)).filter(y=>!Bn(y));if(g.length===0)return It;let b=new Map,m=new Map,E=new Map;for(let y of g){let x=y.getAttribute("data-sentient-type"),f=x&&xt.includes(x)?x:null,w=(i=f!=null?f:(o=t.typeOf)==null?void 0:o.call(t,y))!=null?i:Et(y),k=`nc-${w}`;b.set(y,k),m.set(k,w),f?E.set(k,"markup"):E.has(k)||E.set(k,"auto")}let O=(c=(a=(l=(s=p.defaultView)!=null?s:typeof window!="undefined"?window:void 0)==null?void 0:l.location)==null?void 0:a.pathname)!=null?c:"/";Kn(t.apiKey,v,O,[...m.entries()].map(([y,x])=>{var f;return{componentId:y,semanticType:x,source:(f=E.get(y))!=null?f:"auto"}}));let S=new Map,L=y=>{let x=S.get(y);return x||(x={ms:0,scroll:0,enterAt:null,intersecting:!1},S.set(y,x)),x},N=new IntersectionObserver(y=>{for(let x of y){let f=b.get(x.target);if(!f)continue;let w=L(f);x.isIntersecting?(w.intersecting=!0,w.enterAt=Date.now(),x.intersectionRatio>w.scroll&&(w.scroll=x.intersectionRatio)):(w.intersecting=!1,w.enterAt!=null&&(w.ms+=Date.now()-w.enterAt,w.enterAt=null))}},{threshold:[0,.25,.5,.75,1]});for(let y of b.keys())N.observe(y);let Q=()=>{let y=Date.now();for(let[x,f]of S)if(f.enterAt!=null&&(f.ms+=y-f.enterAt,f.enterAt=null),!(f.ms<=0)){try{e.track({projectId:t.apiKey,componentId:x,eventType:"dwell",payload:{dwell_time:Math.round(f.ms),scroll_depth:Number(f.scroll.toFixed(2))}})}catch(w){}f.ms=0}},ee=()=>{if(p.hidden)Q();else{let y=Date.now();for(let x of S.values())x.intersecting&&(x.enterAt=y)}},C=()=>{Q();try{N.disconnect()}catch(y){}};p.addEventListener("visibilitychange",ee);let $=(u=p.defaultView)!=null?u:typeof window!="undefined"?window:void 0;$==null||$.addEventListener("pagehide",C);let R=[];return t.microSignals&&[...b.entries()].forEach(([y,x],f)=>{R.push(he((w,k={})=>{try{e.track({projectId:t.apiKey,componentId:x,eventType:"micro_signal",payload:I({signalType:w},k)})}catch(B){}},y,void 0,{tabLoss:f===0}))}),()=>{Q(),p.removeEventListener("visibilitychange",ee),$==null||$.removeEventListener("pagehide",C);for(let y of R)y();try{N.disconnect()}catch(y){}}}var Un=["landing","ecommerce","saas","marketplace"];function Gn(e){if(typeof e!="object"||e===null||Array.isArray(e))return null;let t=Object.entries(e);if(t.length<1||t.length>4)return null;let n={};for(let[r,o]of t){if(!Array.isArray(o)||o.length<2||o.length>6||!o.every(i=>typeof i=="string"))return null;n[r]=o}return n}function qn(e){return!Array.isArray(e)||e.length<2||e.length>12||!e.every(t=>typeof t=="string")?null:e}function Ie(e){if(typeof e!="object"||e===null)return null;let t=e;if(typeof t.apiKey!="string"||!t.apiKey.startsWith("pk_"))return null;let n=Un.includes(t.context)?t.context:"landing",r={};if(typeof t.slots=="object"&&t.slots!==null&&!Array.isArray(t.slots))for(let[i,s]of Object.entries(t.slots)){if(typeof s!="object"||s===null)continue;let l=s,a=Gn(l.dims);if(!a||l.target!==void 0&&typeof l.target!="string")continue;let c=l.arms!==void 0?qn(l.arms):null,u={dims:a};typeof l.target=="string"&&(u.target=l.target),c&&(u.arms=c),r[i]=u}let o={apiKey:t.apiKey,context:n,personaAttributes:t.personaAttributes===!0,slots:r};return typeof t.consent=="boolean"&&(o.consent=t.consent),(t.preConsentBehavior==="statistical_winner"||t.preConsentBehavior==="control")&&(o.preConsentBehavior=t.preConsentBehavior),t.debug===!0&&(o.debug=!0),typeof t.registry=="boolean"&&(o.registry=t.registry),typeof t.editorSrc=="string"&&(o.editorSrc=t.editorSrc),typeof t.apiBase=="string"&&(o.apiBase=t.apiBase),typeof t.sectionCapture=="boolean"&&(o.sectionCapture=t.sectionCapture),o}function _t(e){var n,r,o;let t=(r=(n=e.defaultView)!=null?n:typeof window!="undefined"?window:void 0)==null?void 0:r.location;return(o=t==null?void 0:t.pathname)!=null?o:""}function Wn(e,t){var n;if(t.tag&&e.tagName.toLowerCase()!==t.tag.toLowerCase())return!1;if(t.text){let r=((n=e.textContent)!=null?n:"").trim().toLowerCase(),o=t.text.trim().toLowerCase();if(!(r===o||r.startsWith(o)||o.startsWith(r)))return!1}return!0}function Rt(e,t){return!!(e!=null&&e.urlMatch)&&!_t(t).includes(e.urlMatch)}function Y(e,t){var o;if(e.urlMatch&&!_t(t).includes(e.urlMatch))return null;let n=[];if(e.id){let i=t.getElementById(e.id);n=i?[i]:[]}if(n.length===0&&((o=e.dataAttr)!=null&&o.name))try{let i=e.dataAttr.value.replace(/["\\]/g,"\\$&");n=Array.from(t.querySelectorAll(`[${e.dataAttr.name}="${i}"]`))}catch(i){n=[]}if(n.length===0&&e.selector)try{n=Array.from(t.querySelectorAll(e.selector))}catch(i){n=[]}if(n.length!==1)return null;let r=n[0];return e.fingerprint&&!Wn(r,e.fingerprint)?null:r}var Lt=/^https:\/\//i,zn={color:"color",background:"background",fontSize:"font-size",fontWeight:"font-weight",textAlign:"text-align",padding:"padding",margin:"margin",borderRadius:"border-radius",width:"width",height:"height",maxWidth:"max-width",border:"border",boxShadow:"box-shadow",opacity:"opacity",lineHeight:"line-height",letterSpacing:"letter-spacing",textTransform:"text-transform",gap:"gap"};function Jn(e){return!/[;{}<>]/.test(e)}var Pt=new Map,X=null;function Vn(e){return e.replace(/["\\]/g,"\\$&")}function Fn(e){var t;(!X||!X.isConnected)&&(X=e.querySelector("style[data-sentient-ops]"),X||(X=e.createElement("style"),X.setAttribute("data-sentient-ops",""),((t=e.head)!=null?t:e.documentElement).appendChild(X))),X.textContent=[...Pt.entries()].map(([n,r])=>`[data-snt-e="${Vn(n)}"]{${r}}`).join(`
|
|
2
|
-
`)}function Tt(e,t,n,r){var l;let o=!1,i=(l=t.moveBefore)!=null?l:t.moveAfter;if(i){let a=Y(i,r);!a||a===e||a.parentElement!==e.parentElement||!e.parentElement?o=!0:t.moveBefore?e.parentElement.insertBefore(e,a):e.parentElement.insertBefore(e,a.nextSibling)}typeof t.text=="string"&&(e.textContent=t.text),typeof t.href=="string"&&Lt.test(t.href)&&e.setAttribute("href",t.href),typeof t.imageSrc=="string"&&Lt.test(t.imageSrc)&&e.setAttribute("src",t.imageSrc),typeof t.imageAlt=="string"&&e.setAttribute("alt",t.imageAlt);let s=[];if(t.hidden&&s.push("display:none !important"),t.style)for(let[a,c]of Object.entries(t.style)){let u=zn[a];u&&typeof c=="string"&&Jn(c)&&s.push(`${u}:${c.trim()} !important`)}return s.length>0&&(e.setAttribute("data-snt-e",n),Pt.set(n,s.join(";")),Fn(r)),{anchorMiss:o}}function Oe(e,t,n){n.documentElement.setAttribute("data-sentient-persona",e),n.documentElement.setAttribute("data-sentient-confidence",t)}function Ce(e,t,n){var r;for(let[o,i]of Object.entries(t)){let s=e[o];if(!s||typeof s=="string")continue;let l=i.target?Array.from(n.querySelectorAll(i.target)):[n.documentElement];for(let a of l)for(let[c,u]of Object.entries(s))(r=i.dims[c])!=null&&r.includes(u)&&a.setAttribute(`data-${c}`,u)}}function _e(e,t,n){for(let[r,o]of Object.entries(t)){let i=e[r];if(typeof i!="string"||!o.arms||!o.arms.includes(i))continue;let s=o.target?Array.from(n.querySelectorAll(o.target)):[n.documentElement];for(let l of s)l.setAttribute("data-sentient-arm",i)}}function Re(e,t,n,r){var s,l;let o=(s=r==null?void 0:r.contentAndOps)!=null?s:!0,i=[];for(let[a,c]of Object.entries(t)){if(Rt(c.locator,n))continue;let u;if(c.locator){let v=Y(c.locator,n);u=v?[v]:[]}else c.target?u=Array.from(n.querySelectorAll(c.target)):u=[n.documentElement];(c.locator||c.target)&&u.length===0&&i.push(a);let p=e[a];for(let v of u){if(p!==void 0)if(typeof p=="string")v.setAttribute("data-sentient-arm",p),o&&((l=r==null?void 0:r.onApplied)==null||l.call(r,a,p,v));else for(let[g,b]of Object.entries(p))v.setAttribute(`data-${g}`,b);o&&(typeof c.content=="string"&&(v.textContent=c.content),c.ops&&Tt(v,c.ops,a,n).anchorMiss&&!i.includes(a)&&i.push(a))}}return i}var Hn=800;function We(e,t,n){let r=[];return n.forEach(({slotId:o,arm:i,el:s},l)=>{r.push(he((v,g={})=>{try{e.track({projectId:t,componentId:o,variantId:i,eventType:"micro_signal",payload:re({signalType:v},g)})}catch(b){}},s,void 0,{tabLoss:l===0}));let a=null,c=0,u=()=>{c=Date.now(),a=setTimeout(()=>{try{e.track({projectId:t,componentId:o,variantId:i,eventType:"cursor_signal",payload:{hoverDuration:Date.now()-c}})}catch(v){}a=null},Hn)},p=()=>{a!==null&&(clearTimeout(a),a=null)};s.addEventListener("mouseenter",u),s.addEventListener("mouseleave",p),r.push(()=>{s.removeEventListener("mouseenter",u),s.removeEventListener("mouseleave",p),a!==null&&clearTimeout(a)})}),()=>{for(let o of r)o()}}function Yn(e){var n,r,o;let t=(r=(n=e.defaultView)!=null?n:typeof window!="undefined"?window:void 0)==null?void 0:r.location;return(o=t==null?void 0:t.pathname)!=null?o:""}function Xn(e,t){if(!e)return!1;if(e==="/")return t==="/";let n=e.endsWith("/")?e.slice(0,-1):e;return t===n||t.startsWith(`${n}/`)}function Dt(e,t,n){var v;let r=new Set,o=g=>{if(!r.has(g.goalId)){r.add(g.goalId);try{g.slotId?t.componentGoal(g.slotId,g.goalId):t.goal(g.goalId)}catch(b){}}},i=e.filter(g=>g.event==="click"),s=e.filter(g=>g.event==="form_submit"),l=e.filter(g=>g.event==="url_reached"),a=(g,b)=>{if(!g.locator)return!1;let m=Y(g.locator,n);return!!m&&(m===b||m.contains(b))},c=g=>{let b=g.target;if(!(!b||typeof b.closest!="function"))for(let m of i)a(m,b)&&o(m)},u=g=>{let b=g.target;if(b)for(let m of s)a(m,b)&&o(m)},p=()=>{if(l.length===0)return;let g=Yn(n);for(let b of l)b.urlPattern&&Xn(b.urlPattern,g)&&o(b)};return n.addEventListener("click",c,!0),n.addEventListener("submit",u,!0),(v=n.defaultView)==null||v.addEventListener("popstate",p),p(),{checkUrl:p,teardown:()=>{var g;n.removeEventListener("click",c,!0),n.removeEventListener("submit",u,!0),(g=n.defaultView)==null||g.removeEventListener("popstate",p)}}}var jt="__snt_editor_token";function Mt(){try{return typeof sessionStorage!="undefined"?sessionStorage.getItem(jt):null}catch(e){return null}}function Nt(e){try{sessionStorage.setItem(jt,e)}catch(t){}}var Je="0.11.2",Wt=5e3,Zn=50,U=null,P=null,J={},Z=null,ae=null,M=null,V=null,A=null,$t=!1,ze=null,Le=null,Pe=null,Te=!1;function zt(e,t){return Promise.race([e,new Promise(n=>setTimeout(()=>n(null),t))])}function ue(e,...t){e!=null&&e.debug&&console.log("[sentient-snippet]",...t)}function ye(e,t){return U?(U.personaAttributes&&A&&Oe(A.persona,A.band,e),Ce(J,U.slots,e),_e(J,U.slots,e),Z?Re(J,Z,e,t):[]):[]}function Qn(e,t){var n;if(t.length!==0)try{let r=(n=e.apiBase)!=null?n:"https://api.sentient-ui.com";fetch(`${r}/v1/locator-miss`,{method:"POST",keepalive:!0,headers:{"content-type":"application/json",authorization:`Bearer ${e.apiKey}`},body:JSON.stringify({slots:t})}).catch(()=>{})}catch(r){}}function De(){return!!(U&&P&&U.sectionCapture!==!1&&U.consent!==!1&&!se())}function Jt(){if(typeof document=="undefined"||!De())return;let e;try{if(Le&&Le.length>0){let t=new Map;for(let n of Le){if(n.urlMatch!==window.location.pathname)continue;let r=Y(n.locator,document);r&&t.set(r,n.type)}t.size>0&&(e=n=>{var r;return(r=t.get(n))!=null?r:null})}}catch(t){}try{V=Ct(P,re({apiKey:U.apiKey,apiBase:U.apiBase,doc:document,microSignals:!0},e?{typeOf:e}:{})),Pe=window.location.pathname}catch(t){}}function Fe(){try{let e=[];if(ye(document,{contentAndOps:Te,onApplied:(t,n,r)=>e.push({slotId:t,arm:n,el:r})}),e.length>0&&De())try{M==null||M(),M=We(P,U.apiKey,e)}catch(t){}try{typeof window!="undefined"&&Pe!==null&&window.location.pathname!==Pe&&De()&&(V==null||V(),V=null,Jt())}catch(t){}}catch(e){}}function Bt(){ze===null&&(ze=setTimeout(()=>{ze=null,Fe();try{ae==null||ae.checkUrl()}catch(e){}},Zn))}function Kt(){if(!($t||typeof window=="undefined"||typeof history=="undefined")){$t=!0;try{let e=t=>{let n=history[t];history[t]=function(r,o,i){let s=n.call(this,r,o,i!=null?i:null);return Bt(),s}};e("pushState"),e("replaceState"),window.addEventListener("popstate",Bt)}catch(e){}}}function Ve(e){let t={};for(let[n,r]of Object.entries(e.slots))t[n]=r.target?document.querySelectorAll(r.target).length:1;return t}function Vt(e){return new URLSearchParams(e).get("sentient_editor")}function er(){try{let t=Array.from(document.getElementsByTagName("script")).find(n=>/snippet(\.global)?\.js/.test(n.src));if(t!=null&&t.src)return t.src.replace(/snippet(\.global)?\.js/,"editor.global.js")}catch(e){}return null}function tr(e,t){var n,r,o,i;try{window.__sentientEditor={token:t,apiBase:(n=e.apiBase)!=null?n:"https://api.sentient-ui.com"};try{let a=document.createElement("meta");a.name="referrer",a.content="no-referrer",((r=document.head)!=null?r:document.documentElement).appendChild(a)}catch(a){}let s=(o=e.editorSrc)!=null?o:er();if(!s){Gt();return}let l=document.createElement("script");l.src=s,l.async=!0,l.onerror=()=>Gt(),((i=document.head)!=null?i:document.documentElement).appendChild(l)}catch(s){}}var Ut="sentient-editor-load-notice";function Gt(){var e;try{if(typeof document=="undefined"||document.getElementById(Ut))return;let t=document.createElement("div");t.id=Ut,t.textContent="Couldn\u2019t load the editor \u2014 check your connection and reopen it from your dashboard.",Object.assign(t.style,{position:"fixed",bottom:"16px",right:"16px",zIndex:"2147483647",maxWidth:"320px",padding:"14px 16px",borderRadius:"14px",background:"#111827",color:"#fff",font:"13px/1.45 system-ui, sans-serif",border:"1px solid rgba(245,158,11,0.6)",boxShadow:"0 10px 34px rgba(0,0,0,0.45)",cursor:"pointer"}),t.addEventListener("click",()=>t.remove()),((e=document.body)!=null?e:document.documentElement).appendChild(t),setTimeout(()=>t.remove(),1e4)}catch(t){}}function Ft(e){let t=new URLSearchParams(e).get("sentient_preview");if(!t)return null;let n={};for(let r of t.split("|")){let o=r.indexOf(":"),i=o===-1?"":r.slice(0,o),s=o===-1?"":r.slice(o+1);if(!(!i||!s))if(s.includes("=")){let l={};for(let a of s.split(",")){let[c,u]=a.split("=");c&&u&&(l[c]=u)}Object.keys(l).length&&(n[i]=l)}else n[i]=s}return Object.keys(n).length?n:null}function Ht(e){try{return new URLSearchParams(e).get("sentient_persona")||null}catch(t){return null}}var qt="sentient-persona-preview-banner";function nr(e){var t;try{if(typeof document=="undefined"||document.getElementById(qt))return;let n=e.charAt(0).toUpperCase()+e.slice(1).replace(/[_-]+/g," "),r=document.createElement("div");r.id=qt,r.setAttribute("role","status"),Object.assign(r.style,{position:"fixed",bottom:"16px",left:"50%",transform:"translateX(-50%)",zIndex:"2147483647",display:"flex",alignItems:"center",gap:"12px",padding:"10px 14px",borderRadius:"999px",background:"#111827",color:"#fff",font:"13px/1 system-ui, sans-serif",boxShadow:"0 10px 34px rgba(0,0,0,0.45)",border:"1px solid rgba(255,255,255,0.14)"});let o=document.createElement("span");o.textContent=`Previewing as ${n}`;let i=document.createElement("button");i.type="button",i.textContent="Exit preview",Object.assign(i.style,{cursor:"pointer",border:"1px solid rgba(255,255,255,0.3)",background:"transparent",color:"#fff",font:"inherit",padding:"4px 10px",borderRadius:"999px"}),i.addEventListener("click",()=>{try{let s=new URL(window.location.href);s.searchParams.delete("sentient_persona"),window.location.href=s.pathname+s.search+s.hash}catch(s){}}),r.appendChild(o),r.appendChild(i),((t=document.body)!=null?t:document.documentElement).appendChild(r)}catch(n){}}async function rr(e,t){var c,u,p,v,g,b,m,E,O;let n=(c=e.apiBase)!=null?c:"https://api.sentient-ui.com",o=((u=e.registry)!=null?u:Object.keys(e.slots).length===0)?{persona:t,slotsFrom:"registry"}:{persona:t,slots:Object.entries(e.slots).map(([S,L])=>({id:S,dims:L.dims}))},i=await zt(fetch(`${n}/v1/explain`,{method:"POST",headers:{"content-type":"application/json",authorization:`Bearer ${e.apiKey}`},body:JSON.stringify(o)}).then(S=>S.ok?S.json():null).catch(()=>null),Wt);if(!i){ue(e,"persona preview: explain unavailable \u2014 page left as-is");return}let s=i;J=(p=s.slots)!=null?p:{},Z=(v=s.slotConfig)!=null?v:null;let l=(m=(b=(g=s.personaAttributes)==null?void 0:g.persona)!=null?b:s.persona)!=null?m:t,a=(O=(E=s.personaAttributes)==null?void 0:E.confidence)!=null?O:"high";A={persona:l,band:a},ye(document),Te=!0,Yt(e),nr(l)}function Yt(e){let t={goal(n,r){try{P==null||P.goal(n,r)}catch(o){}},componentGoal(n,r){try{P==null||P.componentGoal(n,r)}catch(o){}},grantConsent(){try{qe(e.apiKey)}catch(n){}},revokeConsent(){try{V==null||V(),V=null,Pe=null,M==null||M(),M=null,P==null||P.destroy()}catch(n){}},reapply:Fe,getState(){var n,r;return{apiKey:e.apiKey,persona:(n=A==null?void 0:A.persona)!=null?n:null,band:(r=A==null?void 0:A.band)!=null?r:null,slots:J,matchCounts:Ve(e),consent:e.consent!==!1}}};window.SentientSnippet=t}async function Xt(){var e,t,n,r,o;try{let i=Ie(window.sentient);if(!i)return;U=i,Te=!1;let s=typeof window!="undefined"?Vt(window.location.search):null;if(s){Nt(s);try{let S=new URL(window.location.href);S.searchParams.delete("sentient_editor"),window.history.replaceState(null,"",S.pathname+S.search+S.hash)}catch(S){}}let l=s!=null?s:Mt();if(l){tr(i,l),ue(i,"editor mode");return}let a=typeof window!="undefined"?Ft(window.location.search):null;if(a){J=a,A=null,ye(document),Kt(),ue(i,"preview mode",a);return}let c=typeof window!="undefined"?Ht(window.location.search):null;if(c){await rr(i,c),ue(i,"persona preview",c);return}let u=(e=i.registry)!=null?e:Object.keys(i.slots).length===0,p=Ae(i.apiKey);p&&(A={persona:p.persona,band:p.band},J=p.slots,p.slotConfig&&(Z=p.slotConfig),ye(document,{contentAndOps:!1}));let v=Ee({apiKey:i.apiKey,context:i.context,consent:i.consent,preConsentBehavior:i.preConsentBehavior,debug:i.debug});P=v,Yt(i),Kt();let g=Object.entries(i.slots).map(([S,L])=>({id:S,dims:L.dims})),b=Je!=="0.0.0-dev"?{v:Je}:{},m=await zt(v.decide(re(re({slots:g},b),u?{slotsFrom:"registry"}:{})),Wt);if(!m){ue(i,"decide timeout/null \u2014 snapshot state stands",Ve(i));return}let E=v.getPersona();E?A={persona:E.persona,band:E.band}:m.persona&&(A={persona:m.persona,band:"low"}),J=m.slots,u?Z=(t=m.slotConfig)!=null?t:null:m.slotConfig&&(Z=m.slotConfig);let O=[];if(Qn(i,ye(document,{onApplied:(S,L,N)=>O.push({slotId:S,arm:L,el:N})})),Te=!0,m.goals&&m.goals.length>0&&i.consent!==!1&&P)try{ae==null||ae.teardown(),ae=Dt(m.goals,P,document)}catch(S){}if(Le=(n=m.sectionMap)!=null?n:null,De()){Jt();try{M==null||M(),M=We(P,i.apiKey,O)}catch(S){}}ue(i,"applied",{persona:A,slots:J,matches:Ve(i)}),me(i.apiKey,re({v:1,persona:(r=A==null?void 0:A.persona)!=null?r:m.persona,band:(o=A==null?void 0:A.band)!=null?o:"low",slots:m.slots,layoutOrder:m.layoutOrder,savedAt:Date.now()},Z?{slotConfig:Z}:{}))}catch(i){}}if(typeof window!="undefined"&&window.sentient){let e=window;e.__sentientInitialized||(e.__sentientInitialized=!0,Xt())}return nn(or);})();
|
|
1
|
+
"use strict";var SentientSnippet=(()=>{var Se=Object.defineProperty;var rn=Object.getOwnPropertyDescriptor;var on=Object.getOwnPropertyNames,Qe=Object.getOwnPropertySymbols;var tt=Object.prototype.hasOwnProperty,sn=Object.prototype.propertyIsEnumerable;var et=(e,t,n)=>t in e?Se(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ie=(e,t)=>{for(var n in t||(t={}))tt.call(t,n)&&et(e,n,t[n]);if(Qe)for(var n of Qe(t))sn.call(t,n)&&et(e,n,t[n]);return e};var nt=(e,t)=>()=>(e&&(t=e(e=0)),t);var rt=(e,t)=>{for(var n in t)Se(e,n,{get:t[n],enumerable:!0})},an=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of on(t))!tt.call(e,o)&&o!==n&&Se(e,o,{get:()=>t[o],enumerable:!(r=rn(t,o))||r.enumerable});return e};var ln=e=>an(Se({},"__esModule",{value:!0}),e);var cn,un,dn,ot,pn,fn,it,E,he,xe=nt(()=>{"use strict";cn=Object.defineProperty,un=Object.defineProperties,dn=Object.getOwnPropertyDescriptors,ot=Object.getOwnPropertySymbols,pn=Object.prototype.hasOwnProperty,fn=Object.prototype.propertyIsEnumerable,it=(e,t,n)=>t in e?cn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,E=(e,t)=>{for(var n in t||(t={}))pn.call(t,n)&&it(e,n,t[n]);if(ot)for(var n of ot(t))fn.call(t,n)&&it(e,n,t[n]);return e},he=(e,t)=>un(e,dn(t))});var gt={};rt(gt,{LOCAL_ENGINE_AVAILABLE:()=>hn,createLocalEngine:()=>yn});function yn(e){throw new Error("[sentient] createLocalEngine is not available in production builds. The local engine only exists under the `development` export condition.")}var hn,mt=nt(()=>{"use strict";hn=!1});var pr={};rt(pr,{applyPersonaAttributes:()=>Re,applyRegistrySlots:()=>Pe,applySlotArms:()=>Le,applySlotAttributes:()=>Te,parseEditorToken:()=>Xt,parsePersonaPreview:()=>Qt,parsePreview:()=>Zt,parseSnippetConfig:()=>_e,reapply:()=>Xe,run:()=>tn,version:()=>Fe});xe();function Ae(e){return Object.keys(e).sort().map(t=>`${t}=${e[t]}`).join("|")}function st(e){if(e.length===0)return null;let t={};for(let n of e.split("|")){let r=n.indexOf("=");if(r<=0||r!==n.lastIndexOf("=")||r===n.length-1)return null;let o=n.slice(0,r);if(o in t)return null;t[o]=n.slice(r+1)}return t}function $e(e){var t,n,r;if(e.arms)return typeof e.baseline=="string"?e.baseline:(t=e.arms[0])!=null?t:"";if(e.baseline!==void 0&&typeof e.baseline=="object")return Ae(e.baseline);if(typeof e.baseline=="string")return e.baseline;let o={};for(let[i,s]of Object.entries((n=e.dims)!=null?n:{}))o[i]=(r=s[0])!=null?r:"";return Ae(o)}function at(e,t){var n,r;return e.dims!=null?(r=(n=st(t))!=null?n:st($e(e)))!=null?r:{}:t}function se(e){return e>=.3?e<.7?"medium":"high":"low"}var gn=["GPTBot","ChatGPT-User","OAI-SearchBot","ClaudeBot","Claude-User","Claude-SearchBot","PerplexityBot","Perplexity-User","Google-Extended","Applebot-Extended","Meta-ExternalAgent","Bytespider","CCBot","Amazonbot","cohere-ai","Diffbot"];function lt(e){return mn(e)!==null}function mn(e){var t;if(!e)return null;let n=e.toLowerCase();return(t=gn.find(r=>n.includes(r.toLowerCase())))!=null?t:null}function ct(e){let t=e.toLowerCase();return/ipad|tablet|playbook|kindle|silk/.test(t)?"tablet":/mobi|iphone|ipod|android.*mobile|phone/.test(t)?"mobile":"desktop"}function ut(e,t){if(!e)return"direct";try{let n=new URL(e);if(t)try{if(new URL(t).host===n.host)return"direct"}catch(o){}let r=n.hostname.toLowerCase();return/(^|\.)(google|bing|duckduckgo|yahoo)\./.test(r)?"search":/(^|\.)(twitter\.com|x\.com|facebook\.com|linkedin\.com|reddit\.com|t\.co)$/.test(r)?"social":"referral"}catch(n){return"direct"}}function dt(e){if(!e)return null;try{return new URL(e).hostname}catch(t){return null}}function pt(e){let t=e.getHours();return t<6?"night":t<12?"morning":t<18?"afternoon":"evening"}function Ke(e){return E(E(E({id:e.id},e.arms?{arms:[...e.arms]}:{}),e.dims?{dims:Object.fromEntries(Object.entries(e.dims).map(([t,n])=>[t,[...n]]))}:{}),e.baseline!==void 0?{baseline:e.baseline}:{})}function Be(e){let t=Ke(e);return at(t,$e(t))}function ft(e){return typeof e=="string"?e:Ae(e)}xe();function vt(){try{if(typeof crypto!="undefined"&&typeof crypto.randomUUID=="function")return crypto.randomUUID()}catch(e){}try{if(typeof crypto!="undefined"&&typeof crypto.getRandomValues=="function"){let e=new Uint8Array(16);crypto.getRandomValues(e),e[6]=e[6]&15|64,e[8]=e[8]&63|128;let t="";for(let n=0;n<16;n++)t+=e[n].toString(16).padStart(2,"0"),(n===3||n===5||n===7||n===9)&&(t+="-");return t}}catch(e){}return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let t=Math.random()*16|0;return(e==="x"?t:t&3|8).toString(16)})}var vn="_snt_uid",bn=365,ce="_snt_uid";function wn(){return vt()}function Sn(e){try{let t=document.cookie.match(new RegExp(`(?:^|; )${e}=([^;]*)`));return t?decodeURIComponent(t[1]):null}catch(t){return null}}function xn(e,t,n){try{document.cookie=`${e}=${encodeURIComponent(t)}; max-age=${n}; SameSite=strict; path=/`}catch(r){}}function An(e){try{return localStorage.getItem(e)}catch(t){return null}}function kn(e,t){try{return localStorage.setItem(e,t),!0}catch(n){return!1}}function In(e){try{return sessionStorage.getItem(e)}catch(t){return null}}function En(e,t){try{return sessionStorage.setItem(e,t),!0}catch(n){return!1}}function On(e){try{sessionStorage.removeItem(e)}catch(t){}}function Cn(e){try{return document.cookie=`${e}_probe=1; max-age=1; SameSite=strict; path=/`,document.cookie.indexOf(`${e}_probe=1`)!==-1}catch(t){return!1}}function _n(e){try{localStorage.removeItem(e)}catch(t){}}function Rn(e){try{document.cookie=`${e}=; max-age=0; SameSite=strict; path=/`}catch(t){}}var Tn={getSessionId:()=>null,isEphemeral:()=>!1,destroy:()=>{}};function bt(e){var t,n,r,o,i,s;if(typeof window=="undefined")return Tn;let l=(t=e==null?void 0:e.cookieName)!=null?t:vn,a=((n=e==null?void 0:e.cookieTTLDays)!=null?n:bn)*24*60*60,c=v=>v&&v.length>0?v:null,u=(s=(i=(o=(r=c(Sn(l)))!=null?r:c(An(ce)))!=null?o:c(In(ce)))!=null?i:c(e==null?void 0:e.ssrSessionId))!=null?s:wn();xn(l,u,a);let p=kn(ce,u),y=Cn(l),g=p?!1:En(ce,u),w=!p&&!y&&!g;return{getSessionId:()=>u,isEphemeral:()=>w,destroy:()=>{u=null,Rn(l),_n(ce),On(ce)}}}function wt(e){return`_snt_retry_${e.slice(0,12)}`}var Ln={push:()=>{},flush:()=>{},destroy:()=>{}};function Pn(e,t){try{let n=localStorage.getItem(t);if(!n)return[];let r=JSON.parse(n);return Array.isArray(r)?(localStorage.removeItem(t),r.slice(-e)):[]}catch(n){return[]}}function Ue(e,t,n){try{let r=(()=>{try{let s=localStorage.getItem(n);if(!s)return[];let l=JSON.parse(s);return Array.isArray(l)?l:[]}catch(s){return[]}})(),o=new Map;for(let s of r)o.set(s.id,s);for(let s of e)o.set(s.id,s);let i=[...o.values()].slice(-t);localStorage.setItem(n,JSON.stringify(i))}catch(r){}}function Dn(e,t){try{let n=localStorage.getItem(t);if(!n)return;let r=JSON.parse(n);if(!Array.isArray(r))return;let o=new Set(e),i=r.filter(s=>!o.has(s.id));if(i.length===r.length)return;i.length===0?localStorage.removeItem(t):localStorage.setItem(t,JSON.stringify(i))}catch(n){}}function Mn(e){var t,n,r;if(typeof window=="undefined")return Ln;let o=(t=e.flushIntervalMs)!=null?t:5e3,i=(n=e.maxBatchSize)!=null?n:20,s=(r=e.maxRetrySize)!=null?r:100,l=e.ingestUrl,a=e.apiKey,c=wt(a),u=[],p=new Set,y=[],g=f=>{for(let x of f)w.delete(x),!p.has(x)&&(p.add(x),y.push(x));for(;y.length>500;){let x=y.shift();x&&p.delete(x)}Dn(f,c)},w=new Set,v=f=>{p.has(f.id)||w.has(f.id)||(w.add(f.id),u.push(f))},A=f=>{for(let x of f)p.has(x.id)||(w.add(x.id),u.push(x))},P=Pn(s,c);for(let f of P)v(f);let S=0,I=0,j=f=>{if(f.length===0)return;let x=JSON.stringify(f),M=f.map(d=>d.id),z;try{z=fetch(l,{method:"POST",keepalive:!0,body:x,headers:{"Content-Type":"application/json",Authorization:`Bearer ${a}`}})}catch(d){Ue(f,s,c),A(f),I++,S=Date.now()+Math.min(6e4,1e3*2**Math.min(I,6));return}let G=d=>{if(d.ok||d.status>=400&&d.status<500&&d.status!==429){g(M),I=0,S=0;return}Ue(f,s,c),A(f),I++,S=Date.now()+Math.min(6e4,1e3*2**Math.min(I,6))};z instanceof Promise?z.then(G).catch(()=>{Ue(f,s,c),A(f),I++,S=Date.now()+Math.min(6e4,1e3*2**Math.min(I,6))}):G(z)},H=typeof TextEncoder!="undefined"?new TextEncoder:null,le=f=>H?H.encode(f).length:f.length,ne=f=>{let x=[],M=2;for(let z of f){let G=le(JSON.stringify(z))+1;if(x.length>0&&M+G>57344||x.length>=i)break;x.push(z),M+=G}return x},C=()=>{try{if(Date.now()<S)return;for(;u.length>0&&!(Date.now()<S);){let f=u.filter(M=>!p.has(M.id));if(u.length=0,f.length===0)break;let x=ne(f);if(x.length===0)break;x.length<f.length&&u.push(...f.slice(x.length)),j(x)}}catch(f){}},Y=!0,h=null;h=setInterval(()=>{Y&&C()},o);let m=()=>{document.visibilityState==="hidden"&&C()},k=()=>{C()};return document.addEventListener("visibilitychange",m),window.addEventListener("pagehide",k),{push(f){v(f),u.length>=i&&C()},flush:C,destroy(){Y=!1,h!==null&&(clearInterval(h),h=null),document.removeEventListener("visibilitychange",m),window.removeEventListener("pagehide",k),C()}}}var ze="_snt_asgn_";function ke(e,t){return`${encodeURIComponent(e)}:${encodeURIComponent(t)}`}function jn(e,t){return`${ze}${encodeURIComponent(e)}:${encodeURIComponent(t)}`}function ht(e){let t=e.slice(ze.length),n=t.indexOf(":");if(n<0)return null;try{return{componentId:decodeURIComponent(t.slice(0,n)),segment:decodeURIComponent(t.slice(n+1))}}catch(r){return null}}function Ge(){try{let e=[];for(let t=0;t<localStorage.length;t++){let n=localStorage.key(t);n!=null&&n.startsWith(ze)&&e.push(n)}return e}catch(e){return[]}}function Nn(e=18e5){let t=new Map,n=r=>r.assignedAt+(r.ttlMs&&r.ttlMs>0?r.ttlMs:e)<Date.now();return typeof window!="undefined"&&(()=>{for(let r of Ge())try{let o=localStorage.getItem(r);if(!o)continue;let i=JSON.parse(o);if(n(i)){localStorage.removeItem(r);continue}let s=ht(r);if(!s)continue;t.set(ke(s.componentId,s.segment),i)}catch(o){}})(),{get(r,o){let i=t.get(ke(r,o));return i?n(i)?(t.delete(ke(r,o)),null):i:null},set(r,o,i){let s=ke(r,o);t.set(s,i);try{localStorage.setItem(jn(r,o),JSON.stringify(i))}catch(l){}},invalidate(r){let o=`${encodeURIComponent(r)}:`;for(let i of[...t.keys()])i.startsWith(o)&&t.delete(i);for(let i of Ge()){let s=ht(i);if((s==null?void 0:s.componentId)===r)try{localStorage.removeItem(i)}catch(l){}}},clear(){t.clear();for(let r of Ge())try{localStorage.removeItem(r)}catch(o){}}}}var Ee="_snt_snap:",$n=["low","medium","high"];function Oe(e){try{let t=localStorage.getItem(Ee+e);if(!t)return null;let n=JSON.parse(t);return!n||typeof n!="object"||n.v!==1||typeof n.persona!="string"||typeof n.band!="string"||!$n.includes(n.band)||typeof n.slots!="object"||n.slots===null||Array.isArray(n.slots)||!(n.layoutOrder===null||Array.isArray(n.layoutOrder))||typeof n.savedAt!="number"||!(n.slotConfig===void 0||typeof n.slotConfig=="object"&&n.slotConfig!==null&&!Array.isArray(n.slotConfig))?null:n}catch(t){return null}}function ye(e,t){try{localStorage.setItem(Ee+e,JSON.stringify(t))}catch(n){}}var We="[sentient] No API key configured \u2014 nothing is being learned. Set NEXT_PUBLIC_SENTIENT_API_KEY or pass localMode: true for local development.",St="[sentient] Local mode \u2014 decisions are simulated on-device and nothing is sent over the network. Add an API key to learn from real traffic.",yt=!1,Ie=!1;function Kn(){var e;try{return(e=new URLSearchParams(window.location.search).get("sentient_persona"))!=null?e:void 0}catch(t){return}}function Bn(e){var t;let n=bt({ssrSessionId:e.ssrSessionId}),r=(t=n.getSessionId())!=null?t:"local",o=Kn(),i=Promise.resolve().then(()=>(mt(),gt)).then(a=>{let c=a;return c.LOCAL_ENGINE_AVAILABLE?(yt||(yt=!0,console.info(St)),c):(Ie||(Ie=!0,console.error(We)),null)}).catch(()=>(Ie||(Ie=!0,console.error(We)),null)),s=null;function l(a){let c=document.documentElement;c.dataset.sentientPersona===void 0&&(c.dataset.sentientPersona=a.persona,c.dataset.sentientConfidence=se(a.confidence))}return{isLocal:!0,async decide(a){var c,u,p;let y=await i;if(!y)return null;let g=y.createLocalEngine({sessionId:r,forcedPersona:o}).decide(a);return s=he(E({},g),{layoutOrder:(u=(c=g.layoutOrder)!=null?c:s==null?void 0:s.layoutOrder)!=null?u:null,slots:E(E({},(p=s==null?void 0:s.slots)!=null?p:{}),g.slots)}),ye(e.apiKey||"local",{v:1,persona:s.persona,band:se(s.confidence),slots:s.slots,layoutOrder:s.layoutOrder,savedAt:Date.now()}),l(g),g},getSlotResult(a){var c,u,p;return(p=(u=s==null?void 0:s.slots[a])!=null?u:(c=e.initialSlots)==null?void 0:c[a])!=null?p:null},getPersona(){return s?{persona:s.persona,confidence:s.confidence,band:se(s.confidence)}:null},async assign(a,c){var u;let p=await i;return!p||!c||c.length===0?c!=null&&c[0]?{variantId:c[0],assignmentTtlMs:0}:null:{variantId:(u=p.createLocalEngine({sessionId:r,forcedPersona:o}).decide({components:[{id:a,variantIds:c}]}).assignments[a])!=null?u:c[0],assignmentTtlMs:0}},track:()=>{},goal:()=>{},componentGoal:()=>{},identify:()=>{},getAssignment:()=>null,fetchWeights:()=>Promise.resolve([]),getGraph:()=>({pageNodes:[],capturedAt:0}),dispose:()=>{},destroy:()=>n.destroy()}}function ve(e,t,n,r){let o=[];{let i=!1,s=[],l=()=>{if(i)return;let a=Date.now();for(s.push(a);s.length>0&&a-s[0]>500;)s.shift();s.length>=3&&(i=!0,e("rage_click"))};t.addEventListener("click",l),o.push(()=>t.removeEventListener("click",l))}{let i=!1,s=l=>{if(i||!(l.target instanceof Node)||!t.contains(l.target)&&t!==l.target)return;i=!0;let a=typeof window!="undefined"?window.getSelection():null,c=a?a.toString().length:0;e("text_copy",{selectionLength:c})};document.addEventListener("copy",s),o.push(()=>document.removeEventListener("copy",s))}{let i=!1,s=!1,l=null,a=()=>{l!==null&&(clearTimeout(l),l=null)},c=()=>{i||!s||(a(),l=setTimeout(()=>{!i&&s&&(i=!0,e("scroll_hesitation"))},3e3))},u=()=>{a(),c()},p=g=>{for(let w of g)s=w.intersectionRatio>.3,s?c():a()},y=new IntersectionObserver(p,{threshold:[.3]});y.observe(t),window.addEventListener("scroll",u,{passive:!0}),o.push(()=>{y.disconnect(),window.removeEventListener("scroll",u),a()})}if((r==null?void 0:r.tabLoss)!==!1){let i=!1,s=n!=null?n:Date.now(),l=()=>{if(i||document.visibilityState!=="hidden")return;let a=Date.now()-s;a<15e3&&(i=!0,e("tab_loss",{timeOnPage:a}))};document.addEventListener("visibilitychange",l),o.push(()=>document.removeEventListener("visibilitychange",l))}return()=>{for(let i of o)i()}}var xt="https://api.sentient-ui.com/v1/events",N=new Map,At=null;function qe(){return vt()}var ue={track:()=>{},goal:()=>{},componentGoal:()=>{},identify:()=>{},getAssignment:()=>null,assign:()=>Promise.resolve(null),decide:()=>Promise.resolve(null),getSlotResult:()=>null,getPersona:()=>null,fetchWeights:()=>Promise.resolve([]),getGraph:()=>({pageNodes:[],capturedAt:0}),dispose:()=>{},destroy:()=>{}};function Un(){try{let e={},t=new URLSearchParams(window.location.search);for(let[n,r]of t)n.startsWith("utm_")&&(e[n]=r);return e}catch(e){return{}}}function kt(e){return e.replace(/\/events\/?$/,"")}function ae(){return typeof navigator!="undefined"&&navigator.globalPrivacyControl===!0?!0:[typeof navigator!="undefined"?navigator.doNotTrack:void 0,typeof window!="undefined"?window.doNotTrack:void 0,typeof navigator!="undefined"?navigator.msDoNotTrack:void 0].some(e=>e==="1"||e==="yes")}function Je(e){var t;if(typeof window=="undefined")return;let n=e!=null?e:At;if(!n){console.warn("[sentient] grantConsent() called before init()");return}let r=N.get(n);if(!r){console.warn("[sentient] grantConsent() called before init()");return}let{config:o,upgrade:i}=r;if(!i||o.respectDoNotTrack!==!1&&ae())return;let s=Ce(he(E({},o),{consent:!0}));i(s);let l=(t=N.get(n))==null?void 0:t.dispose;N.set(n,{config:he(E({},o),{consent:!0}),upgrade:null,dispose:l})}function Gn(e){var t;let n=kt((t=e.ingestUrl)!=null?t:xt),r={"Content-Type":"application/json",Authorization:`Bearer ${e.apiKey}`},o={track:()=>{},goal:()=>{},componentGoal:()=>{},identify:()=>{},getAssignment:()=>null,fetchWeights:()=>Promise.resolve([]),async assign(l,a,c){try{let u=new URLSearchParams({componentId:l});for(let y of a!=null?a:[])u.append("variantIds[]",y);let p=await fetch(`${n}/winner?${u.toString()}`,{headers:r});return p.ok?{variantId:(await p.json()).variantId,assignmentTtlMs:0}:a!=null&&a[0]?{variantId:a[0],assignmentTtlMs:0}:null}catch(u){return a!=null&&a[0]?{variantId:a[0],assignmentTtlMs:0}:null}},decide:()=>Promise.resolve(null),getSlotResult:()=>null,getPersona:()=>null,getGraph:()=>({pageNodes:[],capturedAt:0}),dispose:()=>{},destroy:()=>{}},i={track:l=>o.track(l),goal:(l,a,c,u)=>o.goal(l,a,c,u),componentGoal:(l,a,c)=>o.componentGoal(l,a,c),identify:l=>o.identify(l),getAssignment:(l,a)=>o.getAssignment(l,a),assign:(l,a,c,u)=>o.assign(l,a,c,u),decide:l=>o.decide(l),getSlotResult:l=>o.getSlotResult(l),getPersona:()=>o.getPersona(),fetchWeights:()=>o.fetchWeights(),getGraph:()=>o.getGraph(),dispose:()=>o.dispose(),destroy:()=>o.destroy()};function s(l){o=l}return{proxy:i,setInner:s}}function Ce(e){var t,n,r,o,i,s,l,a,c;if(typeof window=="undefined")return ue;At=e.apiKey;let u=N.get(e.apiKey||"local");if(u!=null&&u.dispose)try{u.dispose()}catch(d){}let p=e.respectDoNotTrack!==!1&&ae(),y=e.consent===!1||p,g=typeof e.apiKey=="string"&&e.apiKey.startsWith("pk_");if(e.localMode===!0||!g&&e.localMode!==!1)return y?(N.set(e.apiKey||"local",{config:e,upgrade:null}),ue):(N.set(e.apiKey||"local",{config:e,upgrade:null}),Bn(e));if(y){if(e.preConsentBehavior==="statistical_winner"){if(!e.apiKey||!e.apiKey.startsWith("pk_"))return console.warn("[sentient] init() called with an invalid apiKey \u2014 expected a pk_ public key. SDK disabled."),ue;let{proxy:d,setInner:b}=Gn(e);return N.set(e.apiKey,{config:e,upgrade:p?null:b}),d}return N.set(e.apiKey,{config:e,upgrade:null}),ue}if(!e.apiKey||!e.apiKey.startsWith("pk_"))return console.warn("[sentient] init() called with an invalid apiKey \u2014 expected a pk_ public key. SDK disabled."),ue;if(e.ingestUrl==="")return console.warn("[sentient] init() called with an empty ingestUrl. SDK disabled."),ue;let w=(t=e.ingestUrl)!=null?t:xt,v=Date.now(),A=bt({ssrSessionId:e.ssrSessionId}),P=Nn(),S=Mn({ingestUrl:w,apiKey:e.apiKey}),I=kt(w),j={"Content-Type":"application/json",Authorization:`Bearer ${e.apiKey}`},H=ct((n=navigator.userAgent)!=null?n:""),le=typeof window!="undefined"?window.location.origin:void 0,ne=ut((r=document.referrer)!=null?r:"",le),C=(o=e.sessionSegment)!=null?o:`${H}:${ne}`,Y=new Map,h=new Map,m=null,k=d=>{for(let b of d)h.has(b.id)||h.set(b.id,Be(b))};if(e.initialSlots)for(let[d,b]of Object.entries(e.initialSlots))h.set(d,b);let f=Oe(e.apiKey);if(f)for(let[d,b]of Object.entries(f.slots))h.has(d)||h.set(d,b);let x={low:.15,medium:.5,high:.85};if(e.initialPersona)m=E({},e.initialPersona);else{let d=document.documentElement.dataset;d.sentientPersona?m={persona:d.sentientPersona,confidence:(s=x[(i=d.sentientConfidence)!=null?i:"low"])!=null?s:.15}:f&&(m={persona:f.persona,confidence:(l=x[f.band])!=null?l:.15})}if(e.initialAssignments)for(let[d,b]of Object.entries(e.initialAssignments))P.set(d,C,{variantId:b,assignedAt:Date.now(),segment:C,confidence:1});let M=Promise.resolve(),z=A.getSessionId();if(z){let d=dt((a=document.referrer)!=null?a:""),b=E(E({sessionId:z,deviceClass:H,trafficSource:ne,referrerDomain:d,utmParams:Un(),timeOfDay:pt(new Date),dayOfWeek:["sun","mon","tue","wed","thu","fri","sat"][new Date().getDay()],ephemeral:A.isEphemeral(),automation:typeof navigator!="undefined"&&navigator.webdriver===!0||lt((c=navigator.userAgent)!=null?c:"")},e.userId?{userId:e.userId}:{}),e.country?{country:e.country}:{});try{M=fetch(`${I}/sessions`,{method:"POST",keepalive:!0,body:JSON.stringify(b),headers:j}).then(R=>{R.status===402&&console.warn("[SentientUI] Session limit exceeded for this project. The bandit will stop learning until the limit resets. Upgrade at sentient-ui.com/pricing")}).catch(()=>{})}catch(R){}}e.debug&&(console.log("[sentient] initialized",{context:e.context}),window.__sentient={client:null,queue:S});let G={goal(d,b={},R=1,J=0){let q=A.getSessionId();if(!q)return;let D=qe();M.then(()=>{fetch(`${I}/goals`,{method:"POST",keepalive:!0,body:JSON.stringify({sessionId:q,name:d,metadata:b,weight:R,stepIndex:J,goalId:D}),headers:j}).catch(()=>{})})},componentGoal(d,b,R){var J,q,D;let Z=A.getSessionId();if(!Z)return;let V=P.get(d,C),K=V?null:(J=h.get(d))!=null?J:null;if(!V&&K===null){e.debug&&console.warn(`[sentient] componentGoal("${d}"): no assignment or slot decision yet \u2014 render its <Adaptive>/adaptive hook or call assign()/decide() before recording a goal.`);return}let re=V?V.variantId:ft(K),B={id:qe(),sessionId:Z,projectId:e.apiKey,componentId:d,variantId:re,eventType:"goal_achieved",goalType:b,payload:E({reward:(q=R==null?void 0:R.reward)!=null?q:1},(D=R==null?void 0:R.metadata)!=null?D:{}),timestamp:Date.now(),timeInSession:Date.now()-v};e.debug&&console.log("[sentient] componentGoal",B),M.then(()=>S.push(B))},identify(d){let b=A.getSessionId();b&&M.then(()=>{fetch(`${I}/sessions`,{method:"POST",keepalive:!0,body:JSON.stringify({sessionId:b,userId:d,ephemeral:A.isEphemeral()}),headers:j}).catch(()=>{})})},track(d){let b=A.getSessionId();if(!b)return;let R=he(E({},d),{id:qe(),sessionId:b,timestamp:Date.now(),timeInSession:Date.now()-v});e.debug&&console.log("[sentient] track",R),M.then(()=>S.push(R))},getAssignment(d,b){return P.get(d,b)},async assign(d,b,R,J){let q=A.getSessionId();if(!q)return null;let D=P.get(d,C);if(D&&(b!=null&&b.length||D.content!==void 0)){let K=D.ttlMs&&D.ttlMs>0?Math.max(0,D.assignedAt+D.ttlMs-Date.now()):0;return{variantId:D.variantId,assignmentTtlMs:K,content:D.content}}let Z=Y.get(d);if(Z)return Z;let V=(async()=>{await M;try{let K={sessionId:q,componentId:d,variantIds:b};J!==void 0?K.agentDataByVariant=J:R!==void 0&&(K.agentData=R);let re=await fetch(`${I}/assign`,{method:"POST",body:JSON.stringify(K),headers:j});if(!re.ok)return null;let B=await re.json();return P.set(d,C,E({variantId:B.variantId,assignedAt:Date.now(),segment:C,confidence:1,content:B.content},B.assignmentTtlMs&&B.assignmentTtlMs>0?{ttlMs:B.assignmentTtlMs}:{})),B}catch(K){return null}finally{Y.delete(d)}})();return Y.set(d,V),V},async decide(d){var b,R,J,q,D,Z,V,K,re;let B=A.getSessionId();if(!B)return null;let fe=(b=d.slots)!=null?b:[];await M;try{let oe={sessionId:B};d.sections&&d.sections.length>0&&(oe.sections=d.sections.map(U=>({id:U}))),oe.components=(R=d.components)!=null?R:[],fe.length>0&&(oe.slots=fe.map(Ke)),d.slotsFrom==="registry"&&(oe.slotsFrom="registry"),d.v&&(oe.v=d.v);let Ze=await fetch(`${I}/decide`,{method:"POST",body:JSON.stringify(oe),headers:j});if(!Ze.ok)return k(fe),null;let _=await Ze.json(),ge={};for(let U of fe)ge[U.id]=(q=(J=_.slots)==null?void 0:J[U.id])!=null?q:Be(U);if(_.slots)for(let[U,me]of Object.entries(_.slots))U in ge||(ge[U]=me);for(let[U,me]of Object.entries(ge))h.set(U,me);let nn=m!=null&&m.persona!=="unknown";_.persona&&!(_.persona==="unknown"&&nn)?m={persona:_.persona,confidence:(D=_.confidence)!=null?D:0}:m||(m={persona:"unknown",confidence:0});for(let[U,me]of Object.entries((Z=_.assignments)!=null?Z:{}))P.set(U,C,{variantId:me,assignedAt:Date.now(),segment:C,confidence:1});return ye(e.apiKey,E({v:1,persona:m.persona,band:se(m.confidence),slots:Object.fromEntries(h),layoutOrder:(V=_.layoutOrder)!=null?V:null,savedAt:Date.now()},_.slotConfig?{slotConfig:_.slotConfig}:{})),E(E(E({layoutOrder:(K=_.layoutOrder)!=null?K:null,assignments:(re=_.assignments)!=null?re:{},slots:ge,persona:m.persona,confidence:m.confidence},_.slotConfig?{slotConfig:_.slotConfig}:{}),_.goals?{goals:_.goals}:{}),_.sectionMap?{sectionMap:_.sectionMap}:{})}catch(oe){return k(fe),null}},getSlotResult(d){var b;return(b=h.get(d))!=null?b:null},getPersona(){return m?{persona:m.persona,confidence:m.confidence,band:se(m.confidence)}:null},async fetchWeights(){var d;try{let b=await fetch(`${I}/weights`,{headers:j});return b.ok?(d=(await b.json()).components)!=null?d:[]:[]}catch(b){return[]}},getGraph(){return{pageNodes:[],capturedAt:0}},dispose(){var d;S.destroy(),((d=N.get(e.apiKey))==null?void 0:d.dispose)===G.dispose&&N.delete(e.apiKey),e.debug&&console.log("[sentient] disposed")},destroy(){var d;S.destroy(),A.destroy(),((d=N.get(e.apiKey))==null?void 0:d.dispose)===G.dispose&&N.delete(e.apiKey);try{localStorage.removeItem(Ee+e.apiKey),localStorage.removeItem(wt(e.apiKey))}catch(b){}e.debug&&console.log("[sentient] destroyed")}};if(N.set(e.apiKey,{config:e,upgrade:null,dispose:G.dispose}),e.debug){let d=window;d.__sentient&&(d.__sentient.client=G)}return G}var It=["pricing","hero","social_proof","cta","features","faq","comparison","trust","navigation","generic"],qn=[["pricing",/\b(pricing|price|plans?|subscriptions?|per month|\/mo|tier)\b/i],["faq",/\b(faq|frequently asked|common questions?)\b/i],["comparison",/\b(compare|comparison|versus|vs\.)\b/i],["social_proof",/\b(testimonial|reviews?|trusted by|loved by|customers?|logos|rated|case stud)\b/i],["trust",/\b(security|guarantee|privacy|compliance|secure|gdpr|soc ?2|encrypt)\b/i],["features",/\b(features?|how it works|benefits?|capabilit|what you get)\b/i]],Wn=[["pricing",/(?:[$€£]\s?\d[\d,.]*\s*(?:\/|per\s)\s*(?:mo|month|yr|year|seat|user))|(?:\b(?:starter|basic|pro|growth|premium|enterprise)\b[^.]{0,60}[$€£]\s?\d)/i],["social_proof",/(?:★{2,})|(?:\b\d(?:\.\d)?\s*(?:out of|\/)\s*5\b)|(?:\brated\b)|(?:["“][^"”]{20,160}["”]\s*[—–-]\s*[A-Z][a-z]+)/],["trust",/\b(?:money[- ]back guarantee|refund(?:s)? within|encrypted|soc ?2|iso ?27001|gdpr[- ]compliant|cancel anytime)\b/i],["comparison",/\b(?:vs|versus)\b\.?[^.!?]{0,80}\b(?:compare|comparison|plans?|features?|alternative)\b|\bhow (?:we|it) compares?\b/i]];function zn(e){var t;let n=e.querySelector("h1, h2, h3");return((t=n==null?void 0:n.textContent)!=null?t:"").slice(0,160)}function Et(e){if(e.tag==="nav"||e.tag==="footer")return{type:"navigation",strength:"weak"};let t=`${e.idClass} ${e.headingText}`.toLowerCase();for(let[n,r]of qn)if(r.test(t))return{type:n,strength:"strong"};for(let[n,r]of Wn)if(r.test(e.bodyText))return{type:n,strength:"strong"};return e.actionCount>=1&&e.textLength>0&&e.textLength<200?{type:"cta",strength:"weak"}:e.tag==="header"?{type:"hero",strength:"weak"}:/\b(hero|headline|banner)\b/i.test(t)?{type:"hero",strength:"weak"}:{type:"generic",strength:"weak"}}function Ot(e){var t,n;let r=((t=e.textContent)!=null?t:"").replace(/\s+/g," ").trim();return{tag:e.tagName.toLowerCase(),idClass:`${e.id} ${String((n=e.className)!=null?n:"")}`,headingText:zn(e),bodyText:r.slice(0,2e3),actionCount:e.querySelectorAll('a, button, [role="button"]').length,textLength:r.length}}function Ct(e){return Et(Ot(e)).type}xe();var Rt="section, header, footer, nav, main > div, [data-sentient-section]";function Jn(e){var t;return((t=e.parentElement)==null?void 0:t.closest(Rt))!=null}function Vn(e,t,n,r){try{fetch(`${t}/v1/section-map`,{method:"POST",keepalive:!0,headers:{"content-type":"application/json",authorization:`Bearer ${e}`},body:JSON.stringify({pageUrl:n,sections:r})}).catch(()=>{})}catch(o){}}var _t=()=>{};function Tt(e,t){var n,r,o,i,s,l,a,c,u;let p=(n=t.doc)!=null?n:typeof document!="undefined"?document:void 0;if(!p||typeof IntersectionObserver=="undefined"||ae()||!t.apiKey)return _t;let y=((r=t.apiBase)!=null?r:"https://api.sentient-ui.com").replace(/\/+$/,"").replace(/\/v1$/,""),g=Array.from(p.querySelectorAll(Rt)).filter(h=>!Jn(h));if(g.length===0)return _t;let w=new Map,v=new Map,A=new Map;for(let h of g){let m=h.getAttribute("data-sentient-type"),k=m&&It.includes(m)?m:null,f=(i=k!=null?k:(o=t.typeOf)==null?void 0:o.call(t,h))!=null?i:Ct(h),x=`nc-${f}`;w.set(h,x),v.set(x,f),k?A.set(x,"markup"):A.has(x)||A.set(x,"auto")}let P=(c=(a=(l=(s=p.defaultView)!=null?s:typeof window!="undefined"?window:void 0)==null?void 0:l.location)==null?void 0:a.pathname)!=null?c:"/";Vn(t.apiKey,y,P,[...v.entries()].map(([h,m])=>{var k;return{componentId:h,semanticType:m,source:(k=A.get(h))!=null?k:"auto"}}));let S=new Map,I=h=>{let m=S.get(h);return m||(m={ms:0,scroll:0,enterAt:null,intersecting:!1},S.set(h,m)),m},j=new IntersectionObserver(h=>{for(let m of h){let k=w.get(m.target);if(!k)continue;let f=I(k);m.isIntersecting?(f.intersecting=!0,f.enterAt=Date.now(),m.intersectionRatio>f.scroll&&(f.scroll=m.intersectionRatio)):(f.intersecting=!1,f.enterAt!=null&&(f.ms+=Date.now()-f.enterAt,f.enterAt=null))}},{threshold:[0,.25,.5,.75,1]});for(let h of w.keys())j.observe(h);let H=()=>{let h=Date.now();for(let[m,k]of S)if(k.enterAt!=null&&(k.ms+=h-k.enterAt,k.enterAt=null),!(k.ms<=0)){try{e.track({projectId:t.apiKey,componentId:m,eventType:"dwell",payload:{dwell_time:Math.round(k.ms),scroll_depth:Number(k.scroll.toFixed(2))}})}catch(f){}k.ms=0}},le=()=>{if(p.hidden)H();else{let h=Date.now();for(let m of S.values())m.intersecting&&(m.enterAt=h)}},ne=()=>{H();try{j.disconnect()}catch(h){}};p.addEventListener("visibilitychange",le);let C=(u=p.defaultView)!=null?u:typeof window!="undefined"?window:void 0;C==null||C.addEventListener("pagehide",ne);let Y=[];return t.microSignals&&[...w.entries()].forEach(([h,m],k)=>{Y.push(ve((f,x={})=>{try{e.track({projectId:t.apiKey,componentId:m,eventType:"micro_signal",payload:E({signalType:f},x)})}catch(M){}},h,void 0,{tabLoss:k===0}))}),()=>{H(),p.removeEventListener("visibilitychange",le),C==null||C.removeEventListener("pagehide",ne);for(let h of Y)h();try{j.disconnect()}catch(h){}}}var Fn=["landing","ecommerce","saas","marketplace"];function Hn(e){if(typeof e!="object"||e===null||Array.isArray(e))return null;let t=Object.entries(e);if(t.length<1||t.length>4)return null;let n={};for(let[r,o]of t){if(!Array.isArray(o)||o.length<2||o.length>6||!o.every(i=>typeof i=="string"))return null;n[r]=o}return n}function Yn(e){return!Array.isArray(e)||e.length<2||e.length>12||!e.every(t=>typeof t=="string")?null:e}function _e(e){if(typeof e!="object"||e===null)return null;let t=e;if(typeof t.apiKey!="string"||!t.apiKey.startsWith("pk_"))return null;let n=Fn.includes(t.context)?t.context:"landing",r={};if(typeof t.slots=="object"&&t.slots!==null&&!Array.isArray(t.slots))for(let[i,s]of Object.entries(t.slots)){if(typeof s!="object"||s===null)continue;let l=s,a=Hn(l.dims);if(!a||l.target!==void 0&&typeof l.target!="string")continue;let c=l.arms!==void 0?Yn(l.arms):null,u={dims:a};typeof l.target=="string"&&(u.target=l.target),c&&(u.arms=c),r[i]=u}let o={apiKey:t.apiKey,context:n,personaAttributes:t.personaAttributes===!0,slots:r};return typeof t.consent=="boolean"&&(o.consent=t.consent),(t.preConsentBehavior==="statistical_winner"||t.preConsentBehavior==="control")&&(o.preConsentBehavior=t.preConsentBehavior),t.debug===!0&&(o.debug=!0),typeof t.registry=="boolean"&&(o.registry=t.registry),typeof t.editorSrc=="string"&&(o.editorSrc=t.editorSrc),typeof t.apiBase=="string"&&(o.apiBase=t.apiBase),typeof t.sectionCapture=="boolean"&&(o.sectionCapture=t.sectionCapture),o}function Lt(e){var n,r,o;let t=(r=(n=e.defaultView)!=null?n:typeof window!="undefined"?window:void 0)==null?void 0:r.location;return(o=t==null?void 0:t.pathname)!=null?o:""}function Xn(e,t){var n;if(t.tag&&e.tagName.toLowerCase()!==t.tag.toLowerCase())return!1;if(t.text){let r=((n=e.textContent)!=null?n:"").trim().toLowerCase(),o=t.text.trim().toLowerCase();if(!(r===o||r.startsWith(o)||o.startsWith(r)))return!1}return!0}function Pt(e,t){return!!(e!=null&&e.urlMatch)&&!Lt(t).includes(e.urlMatch)}var Zn=/^[a-zA-Z_][-a-zA-Z0-9_]*$/;function Q(e,t){var o;if(e.urlMatch&&!Lt(t).includes(e.urlMatch))return null;let n=[];if(e.id){let i=t.getElementById(e.id);n=i?[i]:[]}if(n.length===0&&((o=e.dataAttr)!=null&&o.name)&&Zn.test(e.dataAttr.name))try{let i=e.dataAttr.value.replace(/["\\]/g,"\\$&");n=Array.from(t.querySelectorAll(`[${e.dataAttr.name}="${i}"]`))}catch(i){n=[]}if(n.length===0&&e.selector)try{n=Array.from(t.querySelectorAll(e.selector))}catch(i){n=[]}if(n.length!==1)return null;let r=n[0];return e.fingerprint&&!Xn(r,e.fingerprint)?null:r}var Dt={color:"color",background:"background",fontSize:"font-size",fontWeight:"font-weight",textAlign:"text-align",padding:"padding",margin:"margin",borderRadius:"border-radius",width:"width",height:"height",maxWidth:"max-width",border:"border",boxShadow:"box-shadow",opacity:"opacity",lineHeight:"line-height",letterSpacing:"letter-spacing",textTransform:"text-transform",gap:"gap"},Qn=/^(rgb|rgba|hsl|hsla|calc|var|min|max|clamp)$/i;function Mt(e){var t;if(e.trim().length===0||/[;{}<>]/.test(e))return!1;for(let n of e.matchAll(/([A-Za-z-]*)\(/g))if(!Qn.test((t=n[1])!=null?t:""))return!1;return!0}var jt=/^https:\/\//i,Nt=new Map,ee=null;function er(e){return e.replace(/["\\]/g,"\\$&")}function tr(e){var t;(!ee||!ee.isConnected)&&(ee=e.querySelector("style[data-sentient-ops]"),ee||(ee=e.createElement("style"),ee.setAttribute("data-sentient-ops",""),((t=e.head)!=null?t:e.documentElement).appendChild(ee))),ee.textContent=[...Nt.entries()].map(([n,r])=>`[data-snt-e="${er(n)}"]{${r}}`).join(`
|
|
2
|
+
`)}function $t(e,t,n,r){var l;let o=!1,i=(l=t.moveBefore)!=null?l:t.moveAfter;if(i){let a=Q(i,r);!a||a===e||a.parentElement!==e.parentElement||!e.parentElement?o=!0:t.moveBefore?e.parentElement.insertBefore(e,a):e.parentElement.insertBefore(e,a.nextSibling)}typeof t.text=="string"&&(e.textContent=t.text),typeof t.href=="string"&&jt.test(t.href)&&e.setAttribute("href",t.href),typeof t.imageSrc=="string"&&jt.test(t.imageSrc)&&e.setAttribute("src",t.imageSrc),typeof t.imageAlt=="string"&&e.setAttribute("alt",t.imageAlt);let s=[];if(t.hidden&&s.push("display:none !important"),t.style)for(let[a,c]of Object.entries(t.style)){let u=Dt[a];u&&typeof c=="string"&&Mt(c)&&s.push(`${u}:${c.trim()} !important`)}return s.length>0&&(e.setAttribute("data-snt-e",n),Nt.set(n,s.join(";")),tr(r)),{anchorMiss:o}}function Re(e,t,n){n.documentElement.setAttribute("data-sentient-persona",e),n.documentElement.setAttribute("data-sentient-confidence",t)}function Te(e,t,n){var r;for(let[o,i]of Object.entries(t)){let s=e[o];if(!s||typeof s=="string")continue;let l=i.target?Array.from(n.querySelectorAll(i.target)):[n.documentElement];for(let a of l)for(let[c,u]of Object.entries(s))(r=i.dims[c])!=null&&r.includes(u)&&a.setAttribute(`data-${c}`,u)}}function Le(e,t,n){for(let[r,o]of Object.entries(t)){let i=e[r];if(typeof i!="string"||!o.arms||!o.arms.includes(i))continue;let s=o.target?Array.from(n.querySelectorAll(o.target)):[n.documentElement];for(let l of s)l.setAttribute("data-sentient-arm",i)}}function Pe(e,t,n,r){var s,l;let o=(s=r==null?void 0:r.contentAndOps)!=null?s:!0,i=[];for(let[a,c]of Object.entries(t)){if(Pt(c.locator,n))continue;let u;if(c.locator){let y=Q(c.locator,n);u=y?[y]:[]}else c.target?u=Array.from(n.querySelectorAll(c.target)):u=[n.documentElement];(c.locator||c.target)&&u.length===0&&i.push(a);let p=e[a];for(let y of u){if(p!==void 0)if(typeof p=="string")y.setAttribute("data-sentient-arm",p),o&&((l=r==null?void 0:r.onApplied)==null||l.call(r,a,p,y));else for(let[g,w]of Object.entries(p))y.setAttribute(`data-${g}`,w);o&&(typeof c.content=="string"&&(y.textContent=c.content),c.ops&&$t(y,c.ops,a,n).anchorMiss&&!i.includes(a)&&i.push(a))}}return i}var nr=800;function De(e,t,n){let r=[];return n.forEach(({slotId:o,arm:i,el:s},l)=>{r.push(ve((y,g={})=>{try{e.track({projectId:t,componentId:o,variantId:i,eventType:"micro_signal",payload:ie({signalType:y},g)})}catch(w){}},s,void 0,{tabLoss:l===0}));let a=null,c=0,u=()=>{c=Date.now(),a=setTimeout(()=>{try{e.track({projectId:t,componentId:o,variantId:i,eventType:"cursor_signal",payload:{hoverDuration:Date.now()-c}})}catch(y){}a=null},nr)},p=()=>{a!==null&&(clearTimeout(a),a=null)};s.addEventListener("mouseenter",u),s.addEventListener("mouseleave",p),r.push(()=>{s.removeEventListener("mouseenter",u),s.removeEventListener("mouseleave",p),a!==null&&clearTimeout(a)})}),()=>{for(let o of r)o()}}function rr(e){var n,r,o;let t=(r=(n=e.defaultView)!=null?n:typeof window!="undefined"?window:void 0)==null?void 0:r.location;return(o=t==null?void 0:t.pathname)!=null?o:""}function or(e,t){if(!e)return!1;if(e==="/")return t==="/";let n=e.endsWith("/")?e.slice(0,-1):e;return t===n||t.startsWith(`${n}/`)}function Kt(e,t,n){var y;let r=new Set,o=g=>{if(!r.has(g.goalId)){r.add(g.goalId);try{g.slotId?t.componentGoal(g.slotId,g.goalId):t.goal(g.goalId)}catch(w){}}},i=e.filter(g=>g.event==="click"),s=e.filter(g=>g.event==="form_submit"),l=e.filter(g=>g.event==="url_reached"),a=(g,w)=>{if(!g.locator)return!1;let v=Q(g.locator,n);return!!v&&(v===w||v.contains(w))},c=g=>{let w=g.target;if(!(!w||typeof w.closest!="function"))for(let v of i)a(v,w)&&o(v)},u=g=>{let w=g.target;if(w)for(let v of s)a(v,w)&&o(v)},p=()=>{if(l.length===0)return;let g=rr(n);for(let w of l)w.urlPattern&&or(w.urlPattern,g)&&o(w)};return n.addEventListener("click",c,!0),n.addEventListener("submit",u,!0),(y=n.defaultView)==null||y.addEventListener("popstate",p),p(),{checkUrl:p,teardown:()=>{var g;n.removeEventListener("click",c,!0),n.removeEventListener("submit",u,!0),(g=n.defaultView)==null||g.removeEventListener("popstate",p)}}}var Bt="__snt_editor_token";function Ut(){try{return typeof sessionStorage!="undefined"?sessionStorage.getItem(Bt):null}catch(e){return null}}function Gt(e){try{sessionStorage.setItem(Bt,e)}catch(t){}}var Fe="0.11.4",Ht=5e3,ir=50,$=null,T=null,X={},te=null,W=null,L=null,F=null,O=null,qt=!1,Ve=null,Me=null,je=null,be=!1,Ne=!1;function Yt(e,t){return Promise.race([e,new Promise(n=>setTimeout(()=>n(null),t))])}function de(e,...t){e!=null&&e.debug&&console.log("[sentient-snippet]",...t)}function pe(e,t){return $?($.personaAttributes&&O&&Re(O.persona,O.band,e),Te(X,$.slots,e),Le(X,$.slots,e),te?Pe(X,te,e,t):[]):[]}function sr(e,t){var n;if(t.length!==0)try{let r=(n=e.apiBase)!=null?n:"https://api.sentient-ui.com";fetch(`${r}/v1/locator-miss`,{method:"POST",keepalive:!0,headers:{"content-type":"application/json",authorization:`Bearer ${e.apiKey}`},body:JSON.stringify({slots:t})}).catch(()=>{})}catch(r){}}function we(){return!!($&&T&&$.sectionCapture!==!1&&($.consent!==!1||Ne)&&!ae())}function ar(){if(!T||!$||!we()||F)return;let e=[];pe(document,{contentAndOps:be,onApplied:(t,n,r)=>e.push({slotId:t,arm:n,el:r})}),Ye();try{L==null||L(),L=De(T,$.apiKey,e)}catch(t){}}function Ye(){if(typeof document=="undefined"||!we())return;let e;try{if(Me&&Me.length>0){let t=new Map;for(let n of Me){if(n.urlMatch!==window.location.pathname)continue;let r=Q(n.locator,document);r&&t.set(r,n.type)}t.size>0&&(e=n=>{var r;return(r=t.get(n))!=null?r:null})}}catch(t){}try{F=Tt(T,ie({apiKey:$.apiKey,apiBase:$.apiBase,doc:document,microSignals:!0},e?{typeOf:e}:{})),je=window.location.pathname}catch(t){}}function Xe(){try{let e=[];if(L==null||L(),L=null,pe(document,{contentAndOps:be,onApplied:(t,n,r)=>e.push({slotId:t,arm:n,el:r})}),e.length>0&&we())try{L=De(T,$.apiKey,e)}catch(t){}try{typeof window!="undefined"&&je!==null&&window.location.pathname!==je&&we()&&(F==null||F(),F=null,Ye())}catch(t){}}catch(e){}}function Wt(){Ve===null&&(Ve=setTimeout(()=>{Ve=null,Xe();try{W==null||W.checkUrl()}catch(e){}},ir))}function zt(){if(!(qt||typeof window=="undefined"||typeof history=="undefined")){qt=!0;try{let e=t=>{let n=history[t];history[t]=function(r,o,i){let s=n.call(this,r,o,i!=null?i:null);return Wt(),s}};e("pushState"),e("replaceState"),window.addEventListener("popstate",Wt)}catch(e){}}}function He(e){let t={};for(let[n,r]of Object.entries(e.slots))t[n]=r.target?document.querySelectorAll(r.target).length:1;return t}function Xt(e){return new URLSearchParams(e).get("sentient_editor")}function lr(){try{let t=Array.from(document.getElementsByTagName("script")).find(n=>/snippet(\.global)?\.js/.test(n.src));if(t!=null&&t.src)return t.src.replace(/snippet(\.global)?\.js/,"editor.global.js")}catch(e){}return null}function cr(e,t){var n,r,o,i;try{window.__sentientEditor={token:t,apiBase:(n=e.apiBase)!=null?n:"https://api.sentient-ui.com"};try{let a=document.createElement("meta");a.name="referrer",a.content="no-referrer",a.setAttribute("data-sentient-editor",""),((r=document.head)!=null?r:document.documentElement).appendChild(a)}catch(a){}let s=(o=e.editorSrc)!=null?o:lr();if(!s){Vt();return}let l=document.createElement("script");l.src=s,l.async=!0,l.onerror=()=>Vt(),((i=document.head)!=null?i:document.documentElement).appendChild(l)}catch(s){}}var Jt="sentient-editor-load-notice";function Vt(){var e;try{if(typeof document=="undefined"||document.getElementById(Jt))return;let t=document.createElement("div");t.id=Jt,t.textContent="Couldn\u2019t load the editor \u2014 check your connection and reopen it from your dashboard.",Object.assign(t.style,{position:"fixed",bottom:"16px",right:"16px",zIndex:"2147483647",maxWidth:"320px",padding:"14px 16px",borderRadius:"14px",background:"#111827",color:"#fff",font:"13px/1.45 system-ui, sans-serif",border:"1px solid rgba(245,158,11,0.6)",boxShadow:"0 10px 34px rgba(0,0,0,0.45)",cursor:"pointer"}),t.addEventListener("click",()=>t.remove()),((e=document.body)!=null?e:document.documentElement).appendChild(t),setTimeout(()=>t.remove(),1e4)}catch(t){}}function Zt(e){let t=new URLSearchParams(e).get("sentient_preview");if(!t)return null;let n={};for(let r of t.split("|")){let o=r.indexOf(":"),i=o===-1?"":r.slice(0,o),s=o===-1?"":r.slice(o+1);if(!(!i||!s))if(s.includes("=")){let l={};for(let a of s.split(",")){let[c,u]=a.split("=");c&&u&&(l[c]=u)}Object.keys(l).length&&(n[i]=l)}else n[i]=s}return Object.keys(n).length?n:null}function Qt(e){try{return new URLSearchParams(e).get("sentient_persona")||null}catch(t){return null}}var Ft="sentient-persona-preview-banner";function ur(e){var t;try{if(typeof document=="undefined"||document.getElementById(Ft))return;let n=e.charAt(0).toUpperCase()+e.slice(1).replace(/[_-]+/g," "),r=document.createElement("div");r.id=Ft,r.setAttribute("role","status"),Object.assign(r.style,{position:"fixed",bottom:"16px",left:"50%",transform:"translateX(-50%)",zIndex:"2147483647",display:"flex",alignItems:"center",gap:"12px",padding:"10px 14px",borderRadius:"999px",background:"#111827",color:"#fff",font:"13px/1 system-ui, sans-serif",boxShadow:"0 10px 34px rgba(0,0,0,0.45)",border:"1px solid rgba(255,255,255,0.14)"});let o=document.createElement("span");o.textContent=`Previewing as ${n}`;let i=document.createElement("button");i.type="button",i.textContent="Exit preview",Object.assign(i.style,{cursor:"pointer",border:"1px solid rgba(255,255,255,0.3)",background:"transparent",color:"#fff",font:"inherit",padding:"4px 10px",borderRadius:"999px"}),i.addEventListener("click",()=>{try{let s=new URL(window.location.href);s.searchParams.delete("sentient_persona"),window.location.href=s.pathname+s.search+s.hash}catch(s){}}),r.appendChild(o),r.appendChild(i),((t=document.body)!=null?t:document.documentElement).appendChild(r)}catch(n){}}async function dr(e,t){var c,u,p,y,g,w,v,A,P;let n=(c=e.apiBase)!=null?c:"https://api.sentient-ui.com",o=((u=e.registry)!=null?u:Object.keys(e.slots).length===0)?{persona:t,slotsFrom:"registry"}:{persona:t,slots:Object.entries(e.slots).map(([S,I])=>({id:S,dims:I.dims}))},i=await Yt(fetch(`${n}/v1/explain`,{method:"POST",headers:{"content-type":"application/json",authorization:`Bearer ${e.apiKey}`},body:JSON.stringify(o)}).then(S=>S.ok?S.json():null).catch(()=>null),Ht);if(!i){de(e,"persona preview: explain unavailable \u2014 page left as-is");return}let s=i;X=(p=s.slots)!=null?p:{},te=(y=s.slotConfig)!=null?y:null;let l=(v=(w=(g=s.personaAttributes)==null?void 0:g.persona)!=null?w:s.persona)!=null?v:t,a=(P=(A=s.personaAttributes)==null?void 0:A.confidence)!=null?P:"high";O={persona:l,band:a},pe(document),be=!0,en(e),ur(l)}function en(e){let t={goal(n,r){try{T==null||T.goal(n,r)}catch(o){}},componentGoal(n,r){try{T==null||T.componentGoal(n,r)}catch(o){}},grantConsent(){try{Je(e.apiKey)}catch(n){}Ne=!0;try{ar()}catch(n){}},revokeConsent(){try{F==null||F(),F=null,je=null,L==null||L(),L=null,W==null||W.teardown(),W=null,Ne=!1,T==null||T.destroy()}catch(n){}},reapply:Xe,getState(){var n,r;return{apiKey:e.apiKey,persona:(n=O==null?void 0:O.persona)!=null?n:null,band:(r=O==null?void 0:O.band)!=null?r:null,slots:X,matchCounts:He(e),consent:e.consent!==!1}}};window.SentientSnippet=t}async function tn(){var e,t,n,r,o;try{let i=_e(window.sentient);if(!i)return;$=i,be=!1,Ne=!1;let s=typeof window!="undefined"?Xt(window.location.search):null;if(s){Gt(s);try{let S=new URL(window.location.href);S.searchParams.delete("sentient_editor"),window.history.replaceState(null,"",S.pathname+S.search+S.hash)}catch(S){}}let l=s!=null?s:Ut();if(l){cr(i,l),de(i,"editor mode");return}let a=typeof window!="undefined"?Zt(window.location.search):null;if(a){X=a,O=null,pe(document),zt(),de(i,"preview mode",a);return}let c=typeof window!="undefined"?Qt(window.location.search):null;if(c){await dr(i,c),de(i,"persona preview",c);return}let u=(e=i.registry)!=null?e:Object.keys(i.slots).length===0,p=Oe(i.apiKey);p&&(O={persona:p.persona,band:p.band},X=p.slots,p.slotConfig&&(te=p.slotConfig),pe(document,{contentAndOps:!1}));let y=Ce({apiKey:i.apiKey,context:i.context,consent:i.consent,preConsentBehavior:i.preConsentBehavior,debug:i.debug});T=y,en(i),zt();let g=Object.entries(i.slots).map(([S,I])=>({id:S,dims:I.dims})),w=Fe!=="0.0.0-dev"?{v:Fe}:{},v=await Yt(y.decide(ie(ie({slots:g},w),u?{slotsFrom:"registry"}:{})),Ht);if(!v){de(i,"decide timeout/null \u2014 snapshot state stands",He(i));return}let A=y.getPersona();A?O={persona:A.persona,band:A.band}:v.persona&&(O={persona:v.persona,band:"low"}),X=v.slots,u?te=(t=v.slotConfig)!=null?t:null:v.slotConfig&&(te=v.slotConfig);let P=[];if(sr(i,pe(document,{onApplied:(S,I,j)=>P.push({slotId:S,arm:I,el:j})})),be=!0,v.goals&&v.goals.length>0&&i.consent!==!1&&T)try{W==null||W.teardown(),W=Kt(v.goals,T,document)}catch(S){}if(Me=(n=v.sectionMap)!=null?n:null,we()){Ye();try{L==null||L(),L=De(T,i.apiKey,P)}catch(S){}}de(i,"applied",{persona:O,slots:X,matches:He(i)}),ye(i.apiKey,ie({v:1,persona:(r=O==null?void 0:O.persona)!=null?r:v.persona,band:(o=O==null?void 0:O.band)!=null?o:"low",slots:v.slots,layoutOrder:v.layoutOrder,savedAt:Date.now()},te?{slotConfig:te}:{}))}catch(i){}}if(typeof window!="undefined"&&window.sentient){let e=window;e.__sentientInitialized||(e.__sentientInitialized=!0,tn())}return ln(pr);})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentientui/snippet",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "SentientUI Style-rung snippet for non-React sites — persona attributes and adaptive style tokens from one script tag",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"tsx": "^4.19.2",
|
|
23
23
|
"typescript": "^5.7.2",
|
|
24
24
|
"vitest": "^2.1.8",
|
|
25
|
-
"@sentientui/core": "0.16.
|
|
25
|
+
"@sentientui/core": "0.16.6"
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|
|
28
28
|
"build": "tsup",
|