@sentientui/snippet 0.2.2 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/editor.global.js +1 -0
- package/dist/snippet.global.js +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ page is left exactly as it was.
|
|
|
17
17
|
};
|
|
18
18
|
</script>
|
|
19
19
|
<script
|
|
20
|
-
src="https://unpkg.com/@sentientui/snippet@0.
|
|
20
|
+
src="https://unpkg.com/@sentientui/snippet@0.3.0/dist/snippet.global.js"
|
|
21
21
|
defer
|
|
22
22
|
crossorigin="anonymous"
|
|
23
23
|
integrity="sha384-REPLACE_WITH_RELEASE_HASH"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var SentientSnippet=(()=>{var H=Object.defineProperty,D=Object.defineProperties;var j=Object.getOwnPropertyDescriptors;var L=Object.getOwnPropertySymbols;var O=Object.prototype.hasOwnProperty,P=Object.prototype.propertyIsEnumerable;var k=(t,n,e)=>n in t?H(t,n,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[n]=e,y=(t,n)=>{for(var e in n||(n={}))O.call(n,e)&&k(t,e,n[e]);if(L)for(var e of L(n))P.call(n,e)&&k(t,e,n[e]);return t},B=(t,n)=>D(t,j(n));function _(t){var e,o,i;let n=(o=(e=t.defaultView)!=null?e:typeof window!="undefined"?window:void 0)==null?void 0:o.location;return(i=n==null?void 0:n.pathname)!=null?i:""}function q(t,n){var e;if(n.tag&&t.tagName.toLowerCase()!==n.tag.toLowerCase())return!1;if(n.text){let o=((e=t.textContent)!=null?e:"").trim().toLowerCase(),i=n.text.trim().toLowerCase();if(!(o===i||o.startsWith(i)||i.startsWith(o)))return!1}return!0}function S(t,n){var i;if(t.urlMatch&&!_(n).includes(t.urlMatch))return null;let e=[];if(t.id){let s=n.getElementById(t.id);e=s?[s]:[]}if(e.length===0&&((i=t.dataAttr)!=null&&i.name))try{let s=t.dataAttr.value.replace(/["\\]/g,"\\$&");e=Array.from(n.querySelectorAll(`[${t.dataAttr.name}="${s}"]`))}catch(s){e=[]}if(e.length===0&&t.selector)try{e=Array.from(n.querySelectorAll(t.selector))}catch(s){e=[]}if(e.length!==1)return null;let o=e[0];return t.fingerprint&&!q(o,t.fingerprint)?null:o}function $(t){let n=globalThis;return n.CSS&&typeof n.CSS.escape=="function"?n.CSS.escape(t):t.replace(/[^a-zA-Z0-9_-]/g,e=>`\\${e}`)}function z(t,n){if(t.id)return`#${$(t.id)}`;let e=[],o=t,i=0;for(;o&&o!==n.body&&o!==n.documentElement&&i<6;){if(o.id){e.unshift(`#${$(o.id)}`);break}let s=o.tagName.toLowerCase(),u=o.parentElement;if(u){let c=Array.from(u.children).filter(m=>m.tagName===o.tagName);c.length>1&&(s+=`:nth-of-type(${c.indexOf(o)+1})`)}e.unshift(s),o=o.parentElement,i++}return e.join(" > ")}function I(t,n){var i;let e={v:1};t.id&&(e.id=t.id);for(let s of["data-framer-name","data-w-id","data-sentient-name"]){let u=t.getAttribute(s);if(u){e.dataAttr={name:s,value:u};break}}e.selector=z(t,n);let o=((i=t.textContent)!=null?i:"").trim().replace(/\s+/g," ").slice(0,80);return e.fingerprint=y({tag:t.tagName.toLowerCase()},o?{text:o}:{}),e}function M(t,n,e){return S(t,e)===n}var U="sentient-editor-highlight",A="sentient-editor-panel";function R(){let t=window.__sentientEditor;return t&&typeof t.token=="string"&&typeof t.apiBase=="string"?t:null}async function G(t){var n;try{let e=await fetch(`${t.apiBase}/v1/editor/verify`,{headers:{authorization:`Bearer ${t.token}`}});return e.ok&&(n=(await e.json()).projectId)!=null?n:null}catch(e){return null}}async function T(t,n,e){try{return(await fetch(`${t.apiBase}${n}`,{method:"POST",headers:{authorization:`Bearer ${t.token}`,"content-type":"application/json"},body:JSON.stringify(e)})).ok}catch(o){return!1}}function d(t,n,e){let o=document.createElement(t);return Object.assign(o.style,n),e!==void 0&&(o.textContent=e),o}function W(t){let n=null,e=d("div",{position:"fixed",pointerEvents:"none",zIndex:"2147483646",border:"2px solid #6366f1",background:"rgba(99,102,241,0.12)",display:"none"});e.id=U;let o=d("div",{position:"fixed",bottom:"16px",right:"16px",zIndex:"2147483647",width:"300px",padding:"14px",borderRadius:"12px",background:"#111827",color:"#fff",font:"13px/1.4 system-ui, sans-serif",boxShadow:"0 8px 30px rgba(0,0,0,0.4)"});o.id=A;let i=d("div",{fontWeight:"600",marginBottom:"6px"},"SentientUI editor"),s=d("div",{opacity:"0.7",marginBottom:"10px"},"Click any element on the page to adapt it."),u=d("div",{fontSize:"12px",marginBottom:"10px",minHeight:"16px"}),c=d("button",v("#6366f1"),"Test different text here"),m=d("button",v("#374151"),"Track clicks as a goal"),g=d("button",B(y({},v("transparent")),{opacity:"0.6"}),"Close editor");for(let a of[c,m,g])a.disabled=!0;o.append(i,s,u,c,m,g),document.body.append(e,o);let f=(a,r=!0)=>{u.textContent=a,u.style.color=r?"#a7f3d0":"#fca5a5"},p=null,x=a=>{let r=a.target;if(!r||o.contains(r)||r===e)return;let l=r.getBoundingClientRect();Object.assign(e.style,{display:"block",left:`${l.left}px`,top:`${l.top}px`,width:`${l.width}px`,height:`${l.height}px`})},b=a=>{let r=a.target;if(!r||o.contains(r))return;a.preventDefault(),a.stopPropagation(),n=r,p=I(r,document);let l=M(p,r,document);f(l?"\u2713 Selected \u2014 matches exactly 1 element":"\u26A0 Couldn\u2019t target this element uniquely",l);for(let h of[c,m,g])h.disabled=!1;c.disabled=!l,m.disabled=!l};c.onclick=async()=>{var w,C,E;if(!n||!p)return;let a=window.prompt("First wording (what you show today):",(C=(w=n.textContent)==null?void 0:w.trim())!=null?C:"");if(a===null)return;let r=window.prompt("Alternative wording to test:","");if(r===null)return;let l=((E=window.prompt("Name this slot:","hero-cta"))!=null?E:"hero-cta").trim()||"hero-cta";f("Saving\u2026");let h=await T(t,`/v1/editor/slots/${encodeURIComponent(l)}`,{kind:"arms",target:p,draftConfig:{arms:[{id:"a",displayName:"Original",ops:{text:a}},{id:"b",displayName:"Alternative",ops:{text:r}}]}});f(h?"\u2713 Saved as a draft \u2014 publish it from your dashboard.":"\u26A0 Couldn\u2019t save \u2014 try again.",h)},m.onclick=async()=>{var l;if(!n||!p)return;let a=((l=window.prompt("Name this goal:","demo_requested"))!=null?l:"").trim();if(!a)return;f("Saving\u2026");let r=await T(t,`/v1/editor/goals/${encodeURIComponent(a)}`,{event:"click",locator:p});f(r?"\u2713 Goal saved as a draft.":"\u26A0 Couldn\u2019t save \u2014 try again.",r)};let N=()=>{document.removeEventListener("mousemove",x,!0),document.removeEventListener("click",b,!0),e.remove(),o.remove()};g.onclick=N,document.addEventListener("mousemove",x,!0),document.addEventListener("click",b,!0)}function v(t){return{display:"block",width:"100%",marginTop:"8px",padding:"8px 10px",borderRadius:"8px",border:"none",background:t,color:"#fff",font:"13px system-ui, sans-serif",cursor:"pointer",textAlign:"left"}}async function F(){if(typeof document=="undefined")return;let t=R();!t||!await G(t)||document.getElementById(A)||W(t)}F();})();
|
package/dist/snippet.global.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
"use strict";var SentientSnippet=(()=>{var fe=Object.defineProperty;var Fe=Object.getOwnPropertyDescriptor;var Ve=Object.getOwnPropertyNames;var He=Object.prototype.hasOwnProperty;var Pe=(e,t)=>()=>(e&&(t=e(e=0)),t);var De=(e,t)=>{for(var n in t)fe(e,n,{get:t[n],enumerable:!0})},Xe=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Ve(t))!He.call(e,o)&&o!==n&&fe(e,o,{get:()=>t[o],enumerable:!(r=Fe(t,o))||r.enumerable});return e};var Qe=e=>Xe(fe({},"__esModule",{value:!0}),e);var Ze,et,tt,Te,nt,rt,Re,S,pe,Y=Pe(()=>{"use strict";Ze=Object.defineProperty,et=Object.defineProperties,tt=Object.getOwnPropertyDescriptors,Te=Object.getOwnPropertySymbols,nt=Object.prototype.hasOwnProperty,rt=Object.prototype.propertyIsEnumerable,Re=(e,t,n)=>t in e?Ze(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,S=(e,t)=>{for(var n in t||(t={}))nt.call(t,n)&&Re(e,n,t[n]);if(Te)for(var n of Te(t))rt.call(t,n)&&Re(e,n,t[n]);return e},pe=(e,t)=>et(e,tt(t))});var Me={};De(Me,{LOCAL_ENGINE_AVAILABLE:()=>ot,createLocalEngine:()=>st});function st(e){throw new Error("[sentient] createLocalEngine is not available in production builds. The local engine only exists under the `development` export condition.")}var ot,$e=Pe(()=>{"use strict";Y();ot=!1});var Ct={};De(Ct,{applyPersonaAttributes:()=>H,applySlotAttributes:()=>X,parseSnippetConfig:()=>ue,run:()=>Ye,version:()=>Rt});Y();function te(e){return Object.keys(e).sort().map(t=>`${t}=${e[t]}`).join("|")}function Ne(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 ge(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 te(e.baseline);if(typeof e.baseline=="string")return e.baseline;let o={};for(let[u,a]of Object.entries((n=e.dims)!=null?n:{}))o[u]=(r=a[0])!=null?r:"";return te(o)}function je(e,t){var n,r;return e.dims!=null?(r=(n=Ne(t))!=null?n:Ne(ge(e)))!=null?r:{}:t}function G(e){return e>=.3?e<.7?"medium":"high":"low"}var Ce=["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 me(e){return Le(e)!==null}function Le(e){var t;if(!e)return null;let n=e.toLowerCase();return(t=Ce.find(r=>n.includes(r.toLowerCase())))!=null?t:null}function he(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 ye(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|x\.com|facebook|linkedin|reddit|t\.co)/.test(r)?"social":"referral"}catch(n){return"direct"}}function ve(e){if(!e)return null;try{return new URL(e).hostname}catch(t){return null}}function be(e){let t=e.getHours();return t<6?"night":t<12?"morning":t<18?"afternoon":"evening"}function ne(e){return S(S(S({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 re(e){let t=ne(e);return je(t,ge(t))}function we(e){return typeof e=="string"?e:te(e)}Y();var at="_snt_uid",W="_snt_uid";function it(){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 lt(e){try{let t=document.cookie.match(new RegExp(`(?:^|; )${e}=([^;]*)`));return t?decodeURIComponent(t[1]):null}catch(t){return null}}function ut(e,t,n){try{document.cookie=`${e}=${encodeURIComponent(t)}; max-age=${n}; SameSite=strict; path=/`}catch(r){}}function ct(e){try{return localStorage.getItem(e)}catch(t){return null}}function dt(e,t){try{return localStorage.setItem(e,t),!0}catch(n){return!1}}function ft(e){try{return sessionStorage.getItem(e)}catch(t){return null}}function pt(e,t){try{return sessionStorage.setItem(e,t),!0}catch(n){return!1}}function gt(e){try{sessionStorage.removeItem(e)}catch(t){}}function mt(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 ht(e){try{localStorage.removeItem(e)}catch(t){}}function yt(e){try{document.cookie=`${e}=; max-age=0; SameSite=strict; path=/`}catch(t){}}var vt={getSessionId:()=>null,isEphemeral:()=>!1,destroy:()=>{}};function Be(e){var t,n,r,o,u,a;if(typeof window=="undefined")return vt;let i=(t=e==null?void 0:e.cookieName)!=null?t:at,d=((n=e==null?void 0:e.cookieTTLDays)!=null?n:365)*24*60*60,c=(a=(u=(o=(r=lt(i))!=null?r:ct(W))!=null?o:ft(W))!=null?u:e==null?void 0:e.ssrSessionId)!=null?a:it();ut(i,c,d);let f=dt(W,c),m=mt(i),w=f?!1:pt(W,c),k=!f&&!m&&!w;return{getSessionId:()=>c,isEphemeral:()=>k,destroy:()=>{c=null,yt(i),ht(W),gt(W)}}}function Ge(e){return`_snt_retry_${e.slice(0,12)}`}var bt={push:()=>{},flush:()=>{},destroy:()=>{}};function wt(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 Se(e,t,n){try{let r=[...(()=>{try{let o=localStorage.getItem(n);if(!o)return[];let u=JSON.parse(o);return Array.isArray(u)?u:[]}catch(o){return[]}})(),...e].slice(-t);localStorage.setItem(n,JSON.stringify(r))}catch(r){}}function St(e){var t,n,r;if(typeof window=="undefined")return bt;let o=(t=e.flushIntervalMs)!=null?t:5e3,u=(n=e.maxBatchSize)!=null?n:20,a=(r=e.maxRetrySize)!=null?r:100,i=e.ingestUrl,d=e.apiKey,c=Ge(d),f=[],m=new Set,w=[],k=p=>{for(let g of p)y.delete(g),!m.has(g)&&(m.add(g),w.push(g));for(;w.length>500;){let g=w.shift();g&&m.delete(g)}},y=new Set,j=p=>{m.has(p.id)||y.has(p.id)||(y.add(p.id),f.push(p))},K=wt(a,c);for(let p of K)j(p);let I=0,b=0,Q=p=>{if(p.length===0)return;let g=JSON.stringify(p),O=p.map(l=>l.id),D;try{D=fetch(i,{method:"POST",keepalive:!0,body:g,headers:{"Content-Type":"application/json",Authorization:`Bearer ${d}`}})}catch(l){Se(p,a,c);for(let h of O)y.delete(h);b++,I=Date.now()+Math.min(6e4,1e3*2**Math.min(b,6));return}let s=l=>{if(l.ok||l.status>=400&&l.status<500&&l.status!==429){k(O),b=0,I=0;return}Se(p,a,c);for(let h of O)y.delete(h);b++,I=Date.now()+Math.min(6e4,1e3*2**Math.min(b,6))};D instanceof Promise?D.then(s).catch(()=>{Se(p,a,c);for(let l of O)y.delete(l);b++,I=Date.now()+Math.min(6e4,1e3*2**Math.min(b,6))}):s(D)},Z=typeof TextEncoder!="undefined"?new TextEncoder:null,ee=p=>Z?Z.encode(p).length:p.length,E=p=>{let g=[],O=2;for(let D of p){let s=ee(JSON.stringify(D))+1;if(g.length>0&&O+s>57344||g.length>=u)break;g.push(D),O+=s}return g},P=()=>{try{if(Date.now()<I)return;for(;f.length>0;){let p=f.filter(O=>!m.has(O.id));if(f.length=0,p.length===0)break;let g=E(p);if(g.length===0)break;g.length<p.length&&f.push(...p.slice(g.length)),Q(g)}}catch(p){}},A=!0,v=null;v=setInterval(()=>{A&&P()},o);let J=()=>{document.visibilityState==="hidden"&&P()},M=()=>{P()};return document.addEventListener("visibilitychange",J),window.addEventListener("beforeunload",M),{push(p){j(p),f.length>=u&&P()},flush:P,destroy(){A=!1,v!==null&&(clearInterval(v),v=null),document.removeEventListener("visibilitychange",J),window.removeEventListener("beforeunload",M),P()}}}var Oe="_snt_asgn_";function oe(e,t){return`${e}:${t}`}function kt(e,t){return`${Oe}${encodeURIComponent(e)}:${encodeURIComponent(t)}`}function Ke(e){let t=e.slice(Oe.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 ke(){try{let e=[];for(let t=0;t<localStorage.length;t++){let n=localStorage.key(t);n!=null&&n.startsWith(Oe)&&e.push(n)}return e}catch(e){return[]}}function It(e=18e5){let t=new Map,n=r=>r.assignedAt+e<Date.now();return typeof window!="undefined"&&(()=>{for(let r of ke())try{let o=localStorage.getItem(r);if(!o)continue;let u=JSON.parse(o);if(n(u)){localStorage.removeItem(r);continue}let a=Ke(r);if(!a)continue;t.set(oe(a.componentId,a.segment),u)}catch(o){}})(),{get(r,o){let u=t.get(oe(r,o));return u?n(u)?(t.delete(oe(r,o)),null):u:null},set(r,o,u){let a=oe(r,o);t.set(a,u);try{localStorage.setItem(kt(r,o),JSON.stringify(u))}catch(i){}},invalidate(r){let o=`${r}:`;for(let u of[...t.keys()])u.startsWith(o)&&t.delete(u);for(let u of ke()){let a=Ke(u);if((a==null?void 0:a.componentId)===r)try{localStorage.removeItem(u)}catch(i){}}},clear(){t.clear();for(let r of ke())try{localStorage.removeItem(r)}catch(o){}}}}var ie="_snt_snap:",At=["low","medium","high"];function le(e){try{let t=localStorage.getItem(ie+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"||!At.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"?null:n}catch(t){return null}}function V(e,t){try{localStorage.setItem(ie+e,JSON.stringify(t))}catch(n){}}var Ae="[sentient] No API key configured \u2014 nothing is being learned. Set NEXT_PUBLIC_SENTIENT_API_KEY or pass localMode: true for local development.",We="[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.",Ue=!1,se=!1;function Ot(){var e;try{return(e=new URLSearchParams(window.location.search).get("sentient_persona"))!=null?e:void 0}catch(t){return}}function xt(e){var t;let n=Be({ssrSessionId:e.ssrSessionId}),r=(t=n.getSessionId())!=null?t:"local",o=Ot(),u=Promise.resolve().then(()=>($e(),Me)).then(d=>{let c=d;return c.LOCAL_ENGINE_AVAILABLE?(Ue||(Ue=!0,console.info(We)),c):(se||(se=!0,console.error(Ae)),null)}).catch(()=>(se||(se=!0,console.error(Ae)),null)),a=null;function i(d){let c=document.documentElement;c.dataset.sentientPersona===void 0&&(c.dataset.sentientPersona=d.persona,c.dataset.sentientConfidence=G(d.confidence))}return{isLocal:!0,async decide(d){var c,f,m;let w=await u;if(!w)return null;let k=w.createLocalEngine({sessionId:r,forcedPersona:o}).decide(d);return a=pe(S({},k),{layoutOrder:(f=(c=k.layoutOrder)!=null?c:a==null?void 0:a.layoutOrder)!=null?f:null,slots:S(S({},(m=a==null?void 0:a.slots)!=null?m:{}),k.slots)}),V(e.apiKey||"local",{v:1,persona:a.persona,band:G(a.confidence),slots:a.slots,layoutOrder:a.layoutOrder,savedAt:Date.now()}),i(k),k},getSlotResult(d){var c,f,m;return(m=(f=a==null?void 0:a.slots[d])!=null?f:(c=e.initialSlots)==null?void 0:c[d])!=null?m:null},getPersona(){return a?{persona:a.persona,confidence:a.confidence,band:G(a.confidence)}:null},async assign(d,c){var f;let m=await u;return!m||!c||c.length===0?c!=null&&c[0]?{variantId:c[0],assignmentTtlMs:0}:null:{variantId:(f=m.createLocalEngine({sessionId:r,forcedPersona:o}).decide({components:[{id:d,variantIds:c}]}).assignments[d])!=null?f:c[0],assignmentTtlMs:0}},track:()=>{},goal:()=>{},componentGoal:()=>{},identify:()=>{},getAssignment:()=>null,fetchWeights:()=>Promise.resolve([]),getGraph:()=>({pageNodes:[],capturedAt:0}),dispose:()=>{},destroy:()=>n.destroy()}}var Je="https://api.sentient-ui.com/v1/events",ae=new Map,_t=null;function Ie(){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 F={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 Et(){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 qe(e){return e.replace(/\/events\/?$/,"")}function ze(){return[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 Pt(e){var t;let n=qe((t=e.ingestUrl)!=null?t:Je),r={"Content-Type":"application/json",Authorization:`Bearer ${e.apiKey}`},o={track:()=>{},goal:()=>{},componentGoal:()=>{},identify:()=>{},getAssignment:()=>null,fetchWeights:()=>Promise.resolve([]),async assign(i,d,c){try{let f=new URLSearchParams({componentId:i});for(let w of d!=null?d:[])f.append("variantIds[]",w);let m=await fetch(`${n}/winner?${f.toString()}`,{headers:r});return m.ok?{variantId:(await m.json()).variantId,assignmentTtlMs:0}:d!=null&&d[0]?{variantId:d[0],assignmentTtlMs:0}:null}catch(f){return d!=null&&d[0]?{variantId:d[0],assignmentTtlMs:0}:null}},decide:()=>Promise.resolve(null),getSlotResult:()=>null,getPersona:()=>null,getGraph:()=>({pageNodes:[],capturedAt:0}),dispose:()=>{},destroy:()=>{}},u={track:i=>o.track(i),goal:(i,d,c,f)=>o.goal(i,d,c,f),componentGoal:(i,d,c)=>o.componentGoal(i,d,c),identify:i=>o.identify(i),getAssignment:(i,d)=>o.getAssignment(i,d),assign:(i,d,c,f)=>o.assign(i,d,c,f),decide:i=>o.decide(i),getSlotResult:i=>o.getSlotResult(i),getPersona:()=>o.getPersona(),fetchWeights:()=>o.fetchWeights(),getGraph:()=>o.getGraph(),dispose:()=>o.dispose(),destroy:()=>o.destroy()};function a(i){o=i}return{proxy:u,setInner:a}}function xe(e){var t,n,r,o,u,a,i,d,c;if(typeof window=="undefined")return F;_t=e.apiKey;let f=typeof e.apiKey=="string"&&e.apiKey.startsWith("pk_");if(e.localMode===!0||!f&&e.localMode!==!1)return ae.set(e.apiKey||"local",{config:e,upgrade:null}),xt(e);let m=e.respectDoNotTrack!==!1&&ze();if(e.consent===!1||m){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."),F;let{proxy:s,setInner:l}=Pt(e);return ae.set(e.apiKey,{config:e,upgrade:m?null:l}),s}return ae.set(e.apiKey,{config:e,upgrade:null}),F}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."),F;if(e.ingestUrl==="")return console.warn("[sentient] init() called with an empty ingestUrl. SDK disabled."),F;let w=(t=e.ingestUrl)!=null?t:Je,k=Date.now(),y=Be({ssrSessionId:e.ssrSessionId}),j=It(),K=St({ingestUrl:w,apiKey:e.apiKey}),I=qe(w),b={"Content-Type":"application/json",Authorization:`Bearer ${e.apiKey}`},Q=he((n=navigator.userAgent)!=null?n:""),Z=typeof window!="undefined"?window.location.origin:void 0,ee=ye((r=document.referrer)!=null?r:"",Z),E=(o=e.sessionSegment)!=null?o:`${Q}:${ee}`,P=new Map,A=new Map,v=null,J=s=>{for(let l of s)A.has(l.id)||A.set(l.id,re(l))};if(e.initialSlots)for(let[s,l]of Object.entries(e.initialSlots))A.set(s,l);let M=le(e.apiKey);if(M)for(let[s,l]of Object.entries(M.slots))A.has(s)||A.set(s,l);let p={low:.15,medium:.5,high:.85};if(e.initialPersona)v=S({},e.initialPersona);else{let s=document.documentElement.dataset;s.sentientPersona?v={persona:s.sentientPersona,confidence:(a=p[(u=s.sentientConfidence)!=null?u:"low"])!=null?a:.15}:M&&(v={persona:M.persona,confidence:(i=p[M.band])!=null?i:.15})}if(e.initialAssignments)for(let[s,l]of Object.entries(e.initialAssignments))j.set(s,E,{variantId:l,assignedAt:Date.now(),segment:E,confidence:1});let g=Promise.resolve(),O=y.getSessionId();if(O){let s=ve((d=document.referrer)!=null?d:""),l=S(S({sessionId:O,deviceClass:Q,trafficSource:ee,referrerDomain:s,utmParams:Et(),timeOfDay:be(new Date),dayOfWeek:["sun","mon","tue","wed","thu","fri","sat"][new Date().getDay()],ephemeral:y.isEphemeral(),automation:typeof navigator!="undefined"&&navigator.webdriver===!0||me((c=navigator.userAgent)!=null?c:"")},e.userId?{userId:e.userId}:{}),e.country?{country:e.country}:{});try{g=fetch(`${I}/sessions`,{method:"POST",keepalive:!0,body:JSON.stringify(l),headers:b}).then(h=>{h.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(h){}}e.debug&&(console.log("[sentient] initialized",{context:e.context}),window.__sentient={client:null,queue:K});let D={goal(s,l={},h=1,T=0){let _=y.getSessionId();if(!_)return;let x=Ie();g.then(()=>{fetch(`${I}/goals`,{method:"POST",keepalive:!0,body:JSON.stringify({sessionId:_,name:s,metadata:l,weight:h,stepIndex:T,goalId:x}),headers:b}).catch(()=>{})})},componentGoal(s,l,h){var T,_,x;let $=y.getSessionId();if(!$)return;let R=j.get(s,E),N=R?null:(T=A.get(s))!=null?T:null;if(!R&&N===null){e.debug&&console.warn(`[sentient] componentGoal("${s}"): no assignment or slot decision yet \u2014 render its <Adaptive>/adaptive hook or call assign()/decide() before recording a goal.`);return}let U=R?R.variantId:we(N),C={id:Ie(),sessionId:$,projectId:e.apiKey,componentId:s,variantId:U,eventType:"goal_achieved",goalType:l,payload:S({reward:(_=h==null?void 0:h.reward)!=null?_:1},(x=h==null?void 0:h.metadata)!=null?x:{}),timestamp:Date.now(),timeInSession:Date.now()-k};e.debug&&console.log("[sentient] componentGoal",C),g.then(()=>K.push(C))},identify(s){let l=y.getSessionId();l&&g.then(()=>{fetch(`${I}/sessions`,{method:"POST",keepalive:!0,body:JSON.stringify({sessionId:l,userId:s,ephemeral:y.isEphemeral()}),headers:b}).catch(()=>{})})},track(s){let l=y.getSessionId();if(!l)return;let h=pe(S({},s),{id:Ie(),sessionId:l,timestamp:Date.now(),timeInSession:Date.now()-k});e.debug&&console.log("[sentient] track",h),g.then(()=>K.push(h))},getAssignment(s,l){return j.get(s,l)},async assign(s,l,h,T){let _=y.getSessionId();if(!_)return null;let x=j.get(s,E);if(x&&(l!=null&&l.length||x.content!==void 0))return{variantId:x.variantId,assignmentTtlMs:0,content:x.content};let $=P.get(s);if($)return $;let R=(async()=>{await g;try{let N={sessionId:_,componentId:s,variantIds:l};T!==void 0?N.agentDataByVariant=T:h!==void 0&&(N.agentData=h);let U=await fetch(`${I}/assign`,{method:"POST",body:JSON.stringify(N),headers:b});if(!U.ok)return null;let C=await U.json();return j.set(s,E,{variantId:C.variantId,assignedAt:Date.now(),segment:E,confidence:1,content:C.content}),C}catch(N){return null}finally{P.delete(s)}})();return P.set(s,R),R},async decide(s){var l,h,T,_,x,$,R,N,U,C;let _e=y.getSessionId();if(!_e)return null;let q=(l=s.slots)!=null?l:[];await g;try{let z={sessionId:_e};s.sections&&s.sections.length>0&&(z.sections=s.sections.map(L=>({id:L}))),z.components=(h=s.components)!=null?h:[],q.length>0&&(z.slots=q.map(ne));let Ee=await fetch(`${I}/decide`,{method:"POST",body:JSON.stringify(z),headers:b});if(!Ee.ok)return J(q),null;let B=await Ee.json(),ce={};for(let L of q)ce[L.id]=(_=(T=B.slots)==null?void 0:T[L.id])!=null?_:re(L);for(let[L,de]of Object.entries(ce))A.set(L,de);v={persona:(x=B.persona)!=null?x:"unknown",confidence:($=B.confidence)!=null?$:0};for(let[L,de]of Object.entries((R=B.assignments)!=null?R:{}))j.set(L,E,{variantId:de,assignedAt:Date.now(),segment:E,confidence:1});return V(e.apiKey,{v:1,persona:v.persona,band:G(v.confidence),slots:Object.fromEntries(A),layoutOrder:(N=B.layoutOrder)!=null?N:null,savedAt:Date.now()}),{layoutOrder:(U=B.layoutOrder)!=null?U:null,assignments:(C=B.assignments)!=null?C:{},slots:ce,persona:v.persona,confidence:v.confidence}}catch(z){return J(q),null}},getSlotResult(s){var l;return(l=A.get(s))!=null?l:null},getPersona(){return v?{persona:v.persona,confidence:v.confidence,band:G(v.confidence)}:null},async fetchWeights(){var s;try{let l=await fetch(`${I}/weights`,{headers:b});return l.ok?(s=(await l.json()).components)!=null?s:[]:[]}catch(l){return[]}},getGraph(){return{pageNodes:[],capturedAt:0}},dispose(){K.destroy(),e.debug&&console.log("[sentient] disposed")},destroy(){K.destroy(),y.destroy();try{localStorage.removeItem(ie+e.apiKey),localStorage.removeItem(Ge(e.apiKey))}catch(s){}e.debug&&console.log("[sentient] destroyed")}};if(ae.set(e.apiKey,{config:e,upgrade:null}),e.debug){let s=window;s.__sentient&&(s.__sentient.client=D)}return D}Y();var Dt=["landing","ecommerce","saas","marketplace"];function Tt(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(u=>typeof u=="string"))return null;n[r]=o}return n}function ue(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=Dt.includes(t.context)?t.context:"landing",r={};if(typeof t.slots=="object"&&t.slots!==null&&!Array.isArray(t.slots))for(let[o,u]of Object.entries(t.slots)){if(typeof u!="object"||u===null)continue;let a=u,i=Tt(a.dims);i&&(a.target!==void 0&&typeof a.target!="string"||(r[o]=a.target===void 0?{dims:i}:{dims:i,target:a.target}))}return{apiKey:t.apiKey,context:n,personaAttributes:t.personaAttributes===!0,slots:r}}function H(e,t,n){n.documentElement.setAttribute("data-sentient-persona",e),n.documentElement.setAttribute("data-sentient-confidence",t)}function X(e,t,n){var r;for(let[o,u]of Object.entries(t)){let a=e[o];if(!a||typeof a=="string")continue;let i=u.target?Array.from(n.querySelectorAll(u.target)):[n.documentElement];for(let d of i)for(let[c,f]of Object.entries(a))(r=u.dims[c])!=null&&r.includes(f)&&d.setAttribute(`data-${c}`,f)}}var Rt="0.2.1",Nt=5e3;function jt(e,t){return Promise.race([e,new Promise(n=>setTimeout(()=>n(null),t))])}async function Ye(){var e,t;try{let n=ue(window.sentient);if(!n)return;let r=le(n.apiKey);r&&(n.personaAttributes&&H(r.persona,r.band,document),X(r.slots,n.slots,document));let o=xe({apiKey:n.apiKey,context:n.context}),u=Object.entries(n.slots).map(([d,c])=>({id:d,dims:c.dims})),a=await jt(o.decide({slots:u}),Nt);if(!a)return;let i=o.getPersona();n.personaAttributes&&i&&H(i.persona,i.band,document),X(a.slots,n.slots,document),V(n.apiKey,{v:1,persona:(e=i==null?void 0:i.persona)!=null?e:a.persona,band:(t=i==null?void 0:i.band)!=null?t:"low",slots:a.slots,layoutOrder:a.layoutOrder,savedAt:Date.now()})}catch(n){}}typeof window!="undefined"&&window.sentient&&Ye();return Qe(Ct);})();
|
|
1
|
+
"use strict";var SentientSnippet=(()=>{var fe=Object.defineProperty;var Rt=Object.getOwnPropertyDescriptor;var Dt=Object.getOwnPropertyNames,He=Object.getOwnPropertySymbols;var Ye=Object.prototype.hasOwnProperty,Lt=Object.prototype.propertyIsEnumerable;var Fe=(e,t,n)=>t in e?fe(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,_e=(e,t)=>{for(var n in t||(t={}))Ye.call(t,n)&&Fe(e,n,t[n]);if(He)for(var n of He(t))Lt.call(t,n)&&Fe(e,n,t[n]);return e};var Xe=(e,t)=>()=>(e&&(t=e(e=0)),t);var Ze=(e,t)=>{for(var n in t)fe(e,n,{get:t[n],enumerable:!0})},Tt=(e,t,n,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Dt(t))!Ye.call(e,r)&&r!==n&&fe(e,r,{get:()=>t[r],enumerable:!(o=Rt(t,r))||o.enumerable});return e};var Pt=e=>Tt(fe({},"__esModule",{value:!0}),e);var jt,Nt,$t,Qe,Mt,Ut,et,O,se,ae=Xe(()=>{"use strict";jt=Object.defineProperty,Nt=Object.defineProperties,$t=Object.getOwnPropertyDescriptors,Qe=Object.getOwnPropertySymbols,Mt=Object.prototype.hasOwnProperty,Ut=Object.prototype.propertyIsEnumerable,et=(e,t,n)=>t in e?jt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,O=(e,t)=>{for(var n in t||(t={}))Mt.call(t,n)&&et(e,n,t[n]);if(Qe)for(var n of Qe(t))Ut.call(t,n)&&et(e,n,t[n]);return e},se=(e,t)=>Nt(e,$t(t))});var it={};Ze(it,{LOCAL_ENGINE_AVAILABLE:()=>Kt,createLocalEngine:()=>Bt});function Bt(e){throw new Error("[sentient] createLocalEngine is not available in production builds. The local engine only exists under the `development` export condition.")}var Kt,st=Xe(()=>{"use strict";ae();Kt=!1});var Pn={};Ze(Pn,{applyPersonaAttributes:()=>Ae,applyRegistrySlots:()=>Ce,applySlotArms:()=>Oe,applySlotAttributes:()=>Ie,parseEditorToken:()=>xt,parsePreview:()=>Et,parseSnippetConfig:()=>we,reapply:()=>Je,run:()=>_t,version:()=>Cn});ae();function pe(e){return Object.keys(e).sort().map(t=>`${t}=${e[t]}`).join("|")}function tt(e){if(e.length===0)return null;let t={};for(let n of e.split("|")){let o=n.indexOf("=");if(o<=0||o!==n.lastIndexOf("=")||o===n.length-1)return null;let r=n.slice(0,o);if(r in t)return null;t[r]=n.slice(o+1)}return t}function Re(e){var t,n,o;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 pe(e.baseline);if(typeof e.baseline=="string")return e.baseline;let r={};for(let[i,a]of Object.entries((n=e.dims)!=null?n:{}))r[i]=(o=a[0])!=null?o:"";return pe(r)}function nt(e,t){var n,o;return e.dims!=null?(o=(n=tt(t))!=null?n:tt(Re(e)))!=null?o:{}:t}function H(e){return e>=.3?e<.7?"medium":"high":"low"}var rt=["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 De(e){return ot(e)!==null}function ot(e){var t;if(!e)return null;let n=e.toLowerCase();return(t=rt.find(o=>n.includes(o.toLowerCase())))!=null?t:null}function Le(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 Te(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(r){}let o=n.hostname.toLowerCase();return/(^|\.)(google|bing|duckduckgo|yahoo)\./.test(o)?"search":/(^|\.)(twitter|x\.com|facebook|linkedin|reddit|t\.co)/.test(o)?"social":"referral"}catch(n){return"direct"}}function Pe(e){if(!e)return null;try{return new URL(e).hostname}catch(t){return null}}function je(e){let t=e.getHours();return t<6?"night":t<12?"morning":t<18?"afternoon":"evening"}function ge(e){return O(O(O({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 me(e){let t=ge(e);return nt(t,Re(t))}function Ne(e){return typeof e=="string"?e:pe(e)}ae();var Gt="_snt_uid",Q="_snt_uid";function qt(){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 Wt(e){try{let t=document.cookie.match(new RegExp(`(?:^|; )${e}=([^;]*)`));return t?decodeURIComponent(t[1]):null}catch(t){return null}}function Jt(e,t,n){try{document.cookie=`${e}=${encodeURIComponent(t)}; max-age=${n}; SameSite=strict; path=/`}catch(o){}}function zt(e){try{return localStorage.getItem(e)}catch(t){return null}}function Vt(e,t){try{return localStorage.setItem(e,t),!0}catch(n){return!1}}function Ht(e){try{return sessionStorage.getItem(e)}catch(t){return null}}function Ft(e,t){try{return sessionStorage.setItem(e,t),!0}catch(n){return!1}}function Yt(e){try{sessionStorage.removeItem(e)}catch(t){}}function Xt(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 Zt(e){try{localStorage.removeItem(e)}catch(t){}}function Qt(e){try{document.cookie=`${e}=; max-age=0; SameSite=strict; path=/`}catch(t){}}var en={getSessionId:()=>null,isEphemeral:()=>!1,destroy:()=>{}};function ct(e){var t,n,o,r,i,a;if(typeof window=="undefined")return en;let l=(t=e==null?void 0:e.cookieName)!=null?t:Gt,s=((n=e==null?void 0:e.cookieTTLDays)!=null?n:365)*24*60*60,c=(a=(i=(r=(o=Wt(l))!=null?o:zt(Q))!=null?r:Ht(Q))!=null?i:e==null?void 0:e.ssrSessionId)!=null?a:qt();Jt(l,c,s);let p=Vt(Q,c),f=Xt(l),S=p?!1:Ft(Q,c),d=!p&&!f&&!S;return{getSessionId:()=>c,isEphemeral:()=>d,destroy:()=>{c=null,Qt(l),Zt(Q),Yt(Q)}}}function ut(e){return`_snt_retry_${e.slice(0,12)}`}var tn={push:()=>{},flush:()=>{},destroy:()=>{}};function nn(e,t){try{let n=localStorage.getItem(t);if(!n)return[];let o=JSON.parse(n);return Array.isArray(o)?(localStorage.removeItem(t),o.slice(-e)):[]}catch(n){return[]}}function $e(e,t,n){try{let o=[...(()=>{try{let r=localStorage.getItem(n);if(!r)return[];let i=JSON.parse(r);return Array.isArray(i)?i:[]}catch(r){return[]}})(),...e].slice(-t);localStorage.setItem(n,JSON.stringify(o))}catch(o){}}function rn(e){var t,n,o;if(typeof window=="undefined")return tn;let r=(t=e.flushIntervalMs)!=null?t:5e3,i=(n=e.maxBatchSize)!=null?n:20,a=(o=e.maxRetrySize)!=null?o:100,l=e.ingestUrl,s=e.apiKey,c=ut(s),p=[],f=new Set,S=[],d=m=>{for(let w of m)h.delete(w),!f.has(w)&&(f.add(w),S.push(w));for(;S.length>500;){let w=S.shift();w&&f.delete(w)}},h=new Set,b=m=>{f.has(m.id)||h.has(m.id)||(h.add(m.id),p.push(m))},N=nn(a,c);for(let m of N)b(m);let R=0,y=0,v=m=>{if(m.length===0)return;let w=JSON.stringify(m),C=m.map(u=>u.id),M;try{M=fetch(l,{method:"POST",keepalive:!0,body:w,headers:{"Content-Type":"application/json",Authorization:`Bearer ${s}`}})}catch(u){$e(m,a,c);for(let g of C)h.delete(g);y++,R=Date.now()+Math.min(6e4,1e3*2**Math.min(y,6));return}let q=u=>{if(u.ok||u.status>=400&&u.status<500&&u.status!==429){d(C),y=0,R=0;return}$e(m,a,c);for(let g of C)h.delete(g);y++,R=Date.now()+Math.min(6e4,1e3*2**Math.min(y,6))};M instanceof Promise?M.then(q).catch(()=>{$e(m,a,c);for(let u of C)h.delete(u);y++,R=Date.now()+Math.min(6e4,1e3*2**Math.min(y,6))}):q(M)},k=typeof TextEncoder!="undefined"?new TextEncoder:null,D=m=>k?k.encode(m).length:m.length,de=m=>{let w=[],C=2;for(let M of m){let q=D(JSON.stringify(M))+1;if(w.length>0&&C+q>57344||w.length>=i)break;w.push(M),C+=q}return w},x=()=>{try{if(Date.now()<R)return;for(;p.length>0;){let m=p.filter(C=>!f.has(C.id));if(p.length=0,m.length===0)break;let w=de(m);if(w.length===0)break;w.length<m.length&&p.push(...m.slice(w.length)),v(w)}}catch(m){}},X=!0,L=null;L=setInterval(()=>{X&&x()},r);let E=()=>{document.visibilityState==="hidden"&&x()},ne=()=>{x()};return document.addEventListener("visibilitychange",E),window.addEventListener("beforeunload",ne),{push(m){b(m),p.length>=i&&x()},flush:x,destroy(){X=!1,L!==null&&(clearInterval(L),L=null),document.removeEventListener("visibilitychange",E),window.removeEventListener("beforeunload",ne),x()}}}var Be="_snt_asgn_";function ye(e,t){return`${e}:${t}`}function on(e,t){return`${Be}${encodeURIComponent(e)}:${encodeURIComponent(t)}`}function at(e){let t=e.slice(Be.length),n=t.indexOf(":");if(n<0)return null;try{return{componentId:decodeURIComponent(t.slice(0,n)),segment:decodeURIComponent(t.slice(n+1))}}catch(o){return null}}function Me(){try{let e=[];for(let t=0;t<localStorage.length;t++){let n=localStorage.key(t);n!=null&&n.startsWith(Be)&&e.push(n)}return e}catch(e){return[]}}function sn(e=18e5){let t=new Map,n=o=>o.assignedAt+e<Date.now();return typeof window!="undefined"&&(()=>{for(let o of Me())try{let r=localStorage.getItem(o);if(!r)continue;let i=JSON.parse(r);if(n(i)){localStorage.removeItem(o);continue}let a=at(o);if(!a)continue;t.set(ye(a.componentId,a.segment),i)}catch(r){}})(),{get(o,r){let i=t.get(ye(o,r));return i?n(i)?(t.delete(ye(o,r)),null):i:null},set(o,r,i){let a=ye(o,r);t.set(a,i);try{localStorage.setItem(on(o,r),JSON.stringify(i))}catch(l){}},invalidate(o){let r=`${o}:`;for(let i of[...t.keys()])i.startsWith(r)&&t.delete(i);for(let i of Me()){let a=at(i);if((a==null?void 0:a.componentId)===o)try{localStorage.removeItem(i)}catch(l){}}},clear(){t.clear();for(let o of Me())try{localStorage.removeItem(o)}catch(r){}}}}var ve="_snt_snap:",an=["low","medium","high"];function be(e){try{let t=localStorage.getItem(ve+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"||!an.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 le(e,t){try{localStorage.setItem(ve+e,JSON.stringify(t))}catch(n){}}var Ke="[sentient] No API key configured \u2014 nothing is being learned. Set NEXT_PUBLIC_SENTIENT_API_KEY or pass localMode: true for local development.",dt="[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.",lt=!1,he=!1;function ln(){var e;try{return(e=new URLSearchParams(window.location.search).get("sentient_persona"))!=null?e:void 0}catch(t){return}}function cn(e){var t;let n=ct({ssrSessionId:e.ssrSessionId}),o=(t=n.getSessionId())!=null?t:"local",r=ln(),i=Promise.resolve().then(()=>(st(),it)).then(s=>{let c=s;return c.LOCAL_ENGINE_AVAILABLE?(lt||(lt=!0,console.info(dt)),c):(he||(he=!0,console.error(Ke)),null)}).catch(()=>(he||(he=!0,console.error(Ke)),null)),a=null;function l(s){let c=document.documentElement;c.dataset.sentientPersona===void 0&&(c.dataset.sentientPersona=s.persona,c.dataset.sentientConfidence=H(s.confidence))}return{isLocal:!0,async decide(s){var c,p,f;let S=await i;if(!S)return null;let d=S.createLocalEngine({sessionId:o,forcedPersona:r}).decide(s);return a=se(O({},d),{layoutOrder:(p=(c=d.layoutOrder)!=null?c:a==null?void 0:a.layoutOrder)!=null?p:null,slots:O(O({},(f=a==null?void 0:a.slots)!=null?f:{}),d.slots)}),le(e.apiKey||"local",{v:1,persona:a.persona,band:H(a.confidence),slots:a.slots,layoutOrder:a.layoutOrder,savedAt:Date.now()}),l(d),d},getSlotResult(s){var c,p,f;return(f=(p=a==null?void 0:a.slots[s])!=null?p:(c=e.initialSlots)==null?void 0:c[s])!=null?f:null},getPersona(){return a?{persona:a.persona,confidence:a.confidence,band:H(a.confidence)}:null},async assign(s,c){var p;let f=await i;return!f||!c||c.length===0?c!=null&&c[0]?{variantId:c[0],assignmentTtlMs:0}:null:{variantId:(p=f.createLocalEngine({sessionId:o,forcedPersona:r}).decide({components:[{id:s,variantIds:c}]}).assignments[s])!=null?p:c[0],assignmentTtlMs:0}},track:()=>{},goal:()=>{},componentGoal:()=>{},identify:()=>{},getAssignment:()=>null,fetchWeights:()=>Promise.resolve([]),getGraph:()=>({pageNodes:[],capturedAt:0}),dispose:()=>{},destroy:()=>n.destroy()}}var ft="https://api.sentient-ui.com/v1/events",F=new Map,pt=null;function Ue(){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 ee={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,o]of t)n.startsWith("utm_")&&(e[n]=o);return e}catch(e){return{}}}function gt(e){return e.replace(/\/events\/?$/,"")}function ce(){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 Ge(e){if(typeof window=="undefined")return;let t=e!=null?e:pt;if(!t){console.warn("[sentient] grantConsent() called before init()");return}let n=F.get(t);if(!n){console.warn("[sentient] grantConsent() called before init()");return}let{config:o,upgrade:r}=n;if(!r||o.respectDoNotTrack!==!1&&ce())return;let i=Se(se(O({},o),{consent:!0}));r(i),F.set(t,{config:se(O({},o),{consent:!0}),upgrade:null})}function dn(e){var t;let n=gt((t=e.ingestUrl)!=null?t:ft),o={"Content-Type":"application/json",Authorization:`Bearer ${e.apiKey}`},r={track:()=>{},goal:()=>{},componentGoal:()=>{},identify:()=>{},getAssignment:()=>null,fetchWeights:()=>Promise.resolve([]),async assign(l,s,c){try{let p=new URLSearchParams({componentId:l});for(let S of s!=null?s:[])p.append("variantIds[]",S);let f=await fetch(`${n}/winner?${p.toString()}`,{headers:o});return f.ok?{variantId:(await f.json()).variantId,assignmentTtlMs:0}:s!=null&&s[0]?{variantId:s[0],assignmentTtlMs:0}:null}catch(p){return s!=null&&s[0]?{variantId:s[0],assignmentTtlMs:0}:null}},decide:()=>Promise.resolve(null),getSlotResult:()=>null,getPersona:()=>null,getGraph:()=>({pageNodes:[],capturedAt:0}),dispose:()=>{},destroy:()=>{}},i={track:l=>r.track(l),goal:(l,s,c,p)=>r.goal(l,s,c,p),componentGoal:(l,s,c)=>r.componentGoal(l,s,c),identify:l=>r.identify(l),getAssignment:(l,s)=>r.getAssignment(l,s),assign:(l,s,c,p)=>r.assign(l,s,c,p),decide:l=>r.decide(l),getSlotResult:l=>r.getSlotResult(l),getPersona:()=>r.getPersona(),fetchWeights:()=>r.fetchWeights(),getGraph:()=>r.getGraph(),dispose:()=>r.dispose(),destroy:()=>r.destroy()};function a(l){r=l}return{proxy:i,setInner:a}}function Se(e){var t,n,o,r,i,a,l,s,c;if(typeof window=="undefined")return ee;pt=e.apiKey;let p=e.respectDoNotTrack!==!1&&ce(),f=e.consent===!1||p,S=typeof e.apiKey=="string"&&e.apiKey.startsWith("pk_");if(e.localMode===!0||!S&&e.localMode!==!1)return f?(F.set(e.apiKey||"local",{config:e,upgrade:null}),ee):(F.set(e.apiKey||"local",{config:e,upgrade:null}),cn(e));if(f){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."),ee;let{proxy:u,setInner:g}=dn(e);return F.set(e.apiKey,{config:e,upgrade:p?null:g}),u}return F.set(e.apiKey,{config:e,upgrade:null}),ee}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."),ee;if(e.ingestUrl==="")return console.warn("[sentient] init() called with an empty ingestUrl. SDK disabled."),ee;let d=(t=e.ingestUrl)!=null?t:ft,h=Date.now(),b=ct({ssrSessionId:e.ssrSessionId}),N=sn(),R=rn({ingestUrl:d,apiKey:e.apiKey}),y=gt(d),v={"Content-Type":"application/json",Authorization:`Bearer ${e.apiKey}`},k=Le((n=navigator.userAgent)!=null?n:""),D=typeof window!="undefined"?window.location.origin:void 0,de=Te((o=document.referrer)!=null?o:"",D),x=(r=e.sessionSegment)!=null?r:`${k}:${de}`,X=new Map,L=new Map,E=null,ne=u=>{for(let g of u)L.has(g.id)||L.set(g.id,me(g))};if(e.initialSlots)for(let[u,g]of Object.entries(e.initialSlots))L.set(u,g);let m=be(e.apiKey);if(m)for(let[u,g]of Object.entries(m.slots))L.has(u)||L.set(u,g);let w={low:.15,medium:.5,high:.85};if(e.initialPersona)E=O({},e.initialPersona);else{let u=document.documentElement.dataset;u.sentientPersona?E={persona:u.sentientPersona,confidence:(a=w[(i=u.sentientConfidence)!=null?i:"low"])!=null?a:.15}:m&&(E={persona:m.persona,confidence:(l=w[m.band])!=null?l:.15})}if(e.initialAssignments)for(let[u,g]of Object.entries(e.initialAssignments))N.set(u,x,{variantId:g,assignedAt:Date.now(),segment:x,confidence:1});let C=Promise.resolve(),M=b.getSessionId();if(M){let u=Pe((s=document.referrer)!=null?s:""),g=O(O({sessionId:M,deviceClass:k,trafficSource:de,referrerDomain:u,utmParams:un(),timeOfDay:je(new Date),dayOfWeek:["sun","mon","tue","wed","thu","fri","sat"][new Date().getDay()],ephemeral:b.isEphemeral(),automation:typeof navigator!="undefined"&&navigator.webdriver===!0||De((c=navigator.userAgent)!=null?c:"")},e.userId?{userId:e.userId}:{}),e.country?{country:e.country}:{});try{C=fetch(`${y}/sessions`,{method:"POST",keepalive:!0,body:JSON.stringify(g),headers:v}).then(I=>{I.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(I){}}e.debug&&(console.log("[sentient] initialized",{context:e.context}),window.__sentient={client:null,queue:R});let q={goal(u,g={},I=1,U=0){let $=b.getSessionId();if(!$)return;let P=Ue();C.then(()=>{fetch(`${y}/goals`,{method:"POST",keepalive:!0,body:JSON.stringify({sessionId:$,name:u,metadata:g,weight:I,stepIndex:U,goalId:P}),headers:v}).catch(()=>{})})},componentGoal(u,g,I){var U,$,P;let W=b.getSessionId();if(!W)return;let K=N.get(u,x),B=K?null:(U=L.get(u))!=null?U:null;if(!K&&B===null){e.debug&&console.warn(`[sentient] componentGoal("${u}"): no assignment or slot decision yet \u2014 render its <Adaptive>/adaptive hook or call assign()/decide() before recording a goal.`);return}let V=K?K.variantId:Ne(B),G={id:Ue(),sessionId:W,projectId:e.apiKey,componentId:u,variantId:V,eventType:"goal_achieved",goalType:g,payload:O({reward:($=I==null?void 0:I.reward)!=null?$:1},(P=I==null?void 0:I.metadata)!=null?P:{}),timestamp:Date.now(),timeInSession:Date.now()-h};e.debug&&console.log("[sentient] componentGoal",G),C.then(()=>R.push(G))},identify(u){let g=b.getSessionId();g&&C.then(()=>{fetch(`${y}/sessions`,{method:"POST",keepalive:!0,body:JSON.stringify({sessionId:g,userId:u,ephemeral:b.isEphemeral()}),headers:v}).catch(()=>{})})},track(u){let g=b.getSessionId();if(!g)return;let I=se(O({},u),{id:Ue(),sessionId:g,timestamp:Date.now(),timeInSession:Date.now()-h});e.debug&&console.log("[sentient] track",I),C.then(()=>R.push(I))},getAssignment(u,g){return N.get(u,g)},async assign(u,g,I,U){let $=b.getSessionId();if(!$)return null;let P=N.get(u,x);if(P&&(g!=null&&g.length||P.content!==void 0))return{variantId:P.variantId,assignmentTtlMs:0,content:P.content};let W=X.get(u);if(W)return W;let K=(async()=>{await C;try{let B={sessionId:$,componentId:u,variantIds:g};U!==void 0?B.agentDataByVariant=U:I!==void 0&&(B.agentData=I);let V=await fetch(`${y}/assign`,{method:"POST",body:JSON.stringify(B),headers:v});if(!V.ok)return null;let G=await V.json();return N.set(u,x,{variantId:G.variantId,assignedAt:Date.now(),segment:x,confidence:1,content:G.content}),G}catch(B){return null}finally{X.delete(u)}})();return X.set(u,K),K},async decide(u){var g,I,U,$,P,W,K,B,V,G;let ze=b.getSessionId();if(!ze)return null;let re=(g=u.slots)!=null?g:[];await C;try{let Z={sessionId:ze};u.sections&&u.sections.length>0&&(Z.sections=u.sections.map(j=>({id:j}))),Z.components=(I=u.components)!=null?I:[],re.length>0&&(Z.slots=re.map(ge)),u.slotsFrom==="registry"&&(Z.slotsFrom="registry");let Ve=await fetch(`${y}/decide`,{method:"POST",body:JSON.stringify(Z),headers:v});if(!Ve.ok)return ne(re),null;let _=await Ve.json(),oe={};for(let j of re)oe[j.id]=($=(U=_.slots)==null?void 0:U[j.id])!=null?$:me(j);if(_.slots)for(let[j,ie]of Object.entries(_.slots))j in oe||(oe[j]=ie);for(let[j,ie]of Object.entries(oe))L.set(j,ie);E={persona:(P=_.persona)!=null?P:"unknown",confidence:(W=_.confidence)!=null?W:0};for(let[j,ie]of Object.entries((K=_.assignments)!=null?K:{}))N.set(j,x,{variantId:ie,assignedAt:Date.now(),segment:x,confidence:1});return le(e.apiKey,O({v:1,persona:E.persona,band:H(E.confidence),slots:Object.fromEntries(L),layoutOrder:(B=_.layoutOrder)!=null?B:null,savedAt:Date.now()},_.slotConfig?{slotConfig:_.slotConfig}:{})),O(O({layoutOrder:(V=_.layoutOrder)!=null?V:null,assignments:(G=_.assignments)!=null?G:{},slots:oe,persona:E.persona,confidence:E.confidence},_.slotConfig?{slotConfig:_.slotConfig}:{}),_.goals?{goals:_.goals}:{})}catch(Z){return ne(re),null}},getSlotResult(u){var g;return(g=L.get(u))!=null?g:null},getPersona(){return E?{persona:E.persona,confidence:E.confidence,band:H(E.confidence)}:null},async fetchWeights(){var u;try{let g=await fetch(`${y}/weights`,{headers:v});return g.ok?(u=(await g.json()).components)!=null?u:[]:[]}catch(g){return[]}},getGraph(){return{pageNodes:[],capturedAt:0}},dispose(){R.destroy(),e.debug&&console.log("[sentient] disposed")},destroy(){R.destroy(),b.destroy();try{localStorage.removeItem(ve+e.apiKey),localStorage.removeItem(ut(e.apiKey))}catch(u){}e.debug&&console.log("[sentient] destroyed")}};if(F.set(e.apiKey,{config:e,upgrade:null}),e.debug){let u=window;u.__sentient&&(u.__sentient.client=q)}return q}ae();var fn=[["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]];function pn(e){var n;let t=e.querySelector("h1, h2, h3");return((n=t==null?void 0:t.textContent)!=null?n:"").slice(0,160)}function gn(e){var o;let t=e.querySelectorAll('a, button, [role="button"]').length,n=((o=e.textContent)!=null?o:"").trim().length;return t>=1&&n>0&&n<200}function mt(e){let t=e.tagName.toLowerCase();if(t==="nav"||t==="footer")return"navigation";let n=`${e.id} ${e.className} ${pn(e)}`.toLowerCase();for(let[o,r]of fn)if(r.test(n))return o;return gn(e)?"cta":t==="header"||/\b(hero|headline|banner)\b/i.test(n)?"hero":"generic"}var yt="section, header, footer, nav, main > div, [data-sentient-section]";function mn(e){var t;return((t=e.parentElement)==null?void 0:t.closest(yt))!=null}function yn(e,t,n,o){try{fetch(`${t}/v1/section-map`,{method:"POST",keepalive:!0,headers:{"content-type":"application/json",authorization:`Bearer ${e}`},body:JSON.stringify({pageUrl:n,sections:o})}).catch(()=>{})}catch(r){}}function ht(e,t,n,o=document){var S,d,h,b,N,R;if(typeof IntersectionObserver=="undefined"||typeof o=="undefined")return;let r=Array.from(o.querySelectorAll(yt)).filter(y=>!mn(y));if(r.length===0)return;let i=new Map,a=new Map;for(let y of r){let v=mt(y),k=`nc-${v}`;i.set(y,k),a.set(k,v)}let l=(b=(h=(d=(S=o.defaultView)!=null?S:typeof window!="undefined"?window:void 0)==null?void 0:d.location)==null?void 0:h.pathname)!=null?b:"/";yn(t,n,l,[...a.entries()].map(([y,v])=>({componentId:y,semanticType:v})));let s=new Map,c=y=>{let v=s.get(y);return v||(v={ms:0,scroll:0,enterAt:null,intersecting:!1},s.set(y,v)),v},p=new IntersectionObserver(y=>{for(let v of y){let k=i.get(v.target);if(!k)continue;let D=c(k);v.isIntersecting?(D.intersecting=!0,D.enterAt=Date.now(),v.intersectionRatio>D.scroll&&(D.scroll=v.intersectionRatio)):(D.intersecting=!1,D.enterAt!=null&&(D.ms+=Date.now()-D.enterAt,D.enterAt=null))}},{threshold:[0,.25,.5,.75,1]});for(let y of i.keys())p.observe(y);let f=()=>{let y=Date.now();for(let[v,k]of s)if(k.enterAt!=null&&(k.ms+=y-k.enterAt,k.enterAt=null),!(k.ms<=0)){try{e.track({projectId:t,componentId:v,eventType:"dwell",payload:{dwell_time:Math.round(k.ms),scroll_depth:Number(k.scroll.toFixed(2))}})}catch(D){}k.ms=0}};o.addEventListener("visibilitychange",()=>{if(o.hidden)f();else{let y=Date.now();for(let v of s.values())v.intersecting&&(v.enterAt=y)}}),(R=(N=o.defaultView)!=null?N:window)==null||R.addEventListener("pagehide",()=>{f();try{p.disconnect()}catch(y){}})}var hn=["landing","ecommerce","saas","marketplace"];function vn(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[o,r]of t){if(!Array.isArray(r)||r.length<2||r.length>6||!r.every(i=>typeof i=="string"))return null;n[o]=r}return n}function bn(e){return!Array.isArray(e)||e.length<2||e.length>12||!e.every(t=>typeof t=="string")?null:e}function we(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=hn.includes(t.context)?t.context:"landing",o={};if(typeof t.slots=="object"&&t.slots!==null&&!Array.isArray(t.slots))for(let[i,a]of Object.entries(t.slots)){if(typeof a!="object"||a===null)continue;let l=a,s=vn(l.dims);if(!s||l.target!==void 0&&typeof l.target!="string")continue;let c=l.arms!==void 0?bn(l.arms):null,p={dims:s};typeof l.target=="string"&&(p.target=l.target),c&&(p.arms=c),o[i]=p}let r={apiKey:t.apiKey,context:n,personaAttributes:t.personaAttributes===!0,slots:o};return typeof t.consent=="boolean"&&(r.consent=t.consent),(t.preConsentBehavior==="statistical_winner"||t.preConsentBehavior==="control")&&(r.preConsentBehavior=t.preConsentBehavior),t.debug===!0&&(r.debug=!0),typeof t.registry=="boolean"&&(r.registry=t.registry),typeof t.editorSrc=="string"&&(r.editorSrc=t.editorSrc),typeof t.apiBase=="string"&&(r.apiBase=t.apiBase),t.sectionCapture===!0&&(r.sectionCapture=!0),r}function vt(e){var n,o,r;let t=(o=(n=e.defaultView)!=null?n:typeof window!="undefined"?window:void 0)==null?void 0:o.location;return(r=t==null?void 0:t.pathname)!=null?r:""}function Sn(e,t){var n;if(t.tag&&e.tagName.toLowerCase()!==t.tag.toLowerCase())return!1;if(t.text){let o=((n=e.textContent)!=null?n:"").trim().toLowerCase(),r=t.text.trim().toLowerCase();if(!(o===r||o.startsWith(r)||r.startsWith(o)))return!1}return!0}function bt(e,t){return!!(e!=null&&e.urlMatch)&&!vt(t).includes(e.urlMatch)}function ke(e,t){var r;if(e.urlMatch&&!vt(t).includes(e.urlMatch))return null;let n=[];if(e.id){let i=t.getElementById(e.id);n=i?[i]:[]}if(n.length===0&&((r=e.dataAttr)!=null&&r.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 o=n[0];return e.fingerprint&&!Sn(o,e.fingerprint)?null:o}var St=/^https:\/\//i,wn={color:"color",background:"background",fontSize:"font-size",fontWeight:"font-weight",textAlign:"text-align",padding:"padding",margin:"margin",borderRadius:"border-radius"};function kn(e){return!/[;{}<>]/.test(e)}var wt=new Map,J=null;function An(e){return e.replace(/["\\]/g,"\\$&")}function In(e){var t;(!J||!J.isConnected)&&(J=e.querySelector("style[data-sentient-ops]"),J||(J=e.createElement("style"),J.setAttribute("data-sentient-ops",""),((t=e.head)!=null?t:e.documentElement).appendChild(J))),J.textContent=[...wt.entries()].map(([n,o])=>`[data-snt-e="${An(n)}"]{${o}}`).join(`
|
|
2
|
+
`)}function kt(e,t,n,o){typeof t.text=="string"&&(e.textContent=t.text),typeof t.href=="string"&&St.test(t.href)&&e.setAttribute("href",t.href),typeof t.imageSrc=="string"&&St.test(t.imageSrc)&&e.setAttribute("src",t.imageSrc),typeof t.imageAlt=="string"&&e.setAttribute("alt",t.imageAlt);let r=[];if(t.hidden&&r.push("display:none !important"),t.style)for(let[i,a]of Object.entries(t.style)){let l=wn[i];l&&typeof a=="string"&&kn(a)&&r.push(`${l}:${a.trim()} !important`)}r.length>0&&(e.setAttribute("data-snt-e",n),wt.set(n,r.join(";")),In(o))}function Ae(e,t,n){n.documentElement.setAttribute("data-sentient-persona",e),n.documentElement.setAttribute("data-sentient-confidence",t)}function Ie(e,t,n){var o;for(let[r,i]of Object.entries(t)){let a=e[r];if(!a||typeof a=="string")continue;let l=i.target?Array.from(n.querySelectorAll(i.target)):[n.documentElement];for(let s of l)for(let[c,p]of Object.entries(a))(o=i.dims[c])!=null&&o.includes(p)&&s.setAttribute(`data-${c}`,p)}}function Oe(e,t,n){for(let[o,r]of Object.entries(t)){let i=e[o];if(typeof i!="string"||!r.arms||!r.arms.includes(i))continue;let a=r.target?Array.from(n.querySelectorAll(r.target)):[n.documentElement];for(let l of a)l.setAttribute("data-sentient-arm",i)}}function Ce(e,t,n,o){var a;let r=(a=o==null?void 0:o.contentAndOps)!=null?a:!0,i=[];for(let[l,s]of Object.entries(t)){if(bt(s.locator,n))continue;let c;if(s.locator){let f=ke(s.locator,n);c=f?[f]:[]}else s.target?c=Array.from(n.querySelectorAll(s.target)):c=[n.documentElement];(s.locator||s.target)&&c.length===0&&i.push(l);let p=e[l];for(let f of c){if(p!==void 0)if(typeof p=="string")f.setAttribute("data-sentient-arm",p);else for(let[S,d]of Object.entries(p))f.setAttribute(`data-${S}`,d);r&&(typeof s.content=="string"&&(f.textContent=s.content),s.ops&&kt(f,s.ops,l,n))}}return i}function On(e){var n,o,r;let t=(o=(n=e.defaultView)!=null?n:typeof window!="undefined"?window:void 0)==null?void 0:o.location;return(r=t==null?void 0:t.pathname)!=null?r:""}function At(e,t,n){var S;let o=new Set,r=d=>{if(!o.has(d.goalId)){o.add(d.goalId);try{d.slotId?t.componentGoal(d.slotId,d.goalId):t.goal(d.goalId)}catch(h){}}},i=e.filter(d=>d.event==="click"),a=e.filter(d=>d.event==="form_submit"),l=e.filter(d=>d.event==="url_reached"),s=(d,h)=>{if(!d.locator)return!1;let b=ke(d.locator,n);return!!b&&(b===h||b.contains(h))},c=d=>{let h=d.target;if(!(!h||typeof h.closest!="function"))for(let b of i)s(b,h)&&r(b)},p=d=>{let h=d.target;if(h)for(let b of a)s(b,h)&&r(b)},f=()=>{if(l.length===0)return;let d=On(n);for(let h of l)h.urlPattern&&d.includes(h.urlPattern)&&r(h)};return n.addEventListener("click",c,!0),n.addEventListener("submit",p,!0),(S=n.defaultView)==null||S.addEventListener("popstate",f),f(),{checkUrl:f,teardown:()=>{var d;n.removeEventListener("click",c,!0),n.removeEventListener("submit",p,!0),(d=n.defaultView)==null||d.removeEventListener("popstate",f)}}}var Cn="0.3.0",xn=5e3,En=50,ue=null,T=null,z={},te=null,Y=null,A=null,It=!1,qe=null;function _n(e,t){return Promise.race([e,new Promise(n=>setTimeout(()=>n(null),t))])}function xe(e,...t){e!=null&&e.debug&&console.log("[sentient-snippet]",...t)}function Ee(e,t){return ue?(ue.personaAttributes&&A&&Ae(A.persona,A.band,e),Ie(z,ue.slots,e),Oe(z,ue.slots,e),te?Ce(z,te,e,t):[]):[]}function Rn(e,t){var n;if(t.length!==0)try{let o=(n=e.apiBase)!=null?n:"https://api.sentient-ui.com";fetch(`${o}/v1/locator-miss`,{method:"POST",keepalive:!0,headers:{"content-type":"application/json",authorization:`Bearer ${e.apiKey}`},body:JSON.stringify({slots:t})}).catch(()=>{})}catch(o){}}function Je(){try{Ee(document)}catch(e){}}function Ot(){qe===null&&(qe=setTimeout(()=>{qe=null,Je();try{Y==null||Y.checkUrl()}catch(e){}},En))}function Ct(){if(!(It||typeof window=="undefined"||typeof history=="undefined")){It=!0;try{let e=t=>{let n=history[t];history[t]=function(o,r,i){let a=n.call(this,o,r,i!=null?i:null);return Ot(),a}};e("pushState"),e("replaceState"),window.addEventListener("popstate",Ot)}catch(e){}}}function We(e){let t={};for(let[n,o]of Object.entries(e.slots))t[n]=o.target?document.querySelectorAll(o.target).length:1;return t}function xt(e){return new URLSearchParams(e).get("sentient_editor")}function Dn(){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 Ln(e,t){var n,o,r,i;try{window.__sentientEditor={token:t,apiBase:(n=e.apiBase)!=null?n:"https://api.sentient-ui.com"};try{let s=document.createElement("meta");s.name="referrer",s.content="no-referrer",((o=document.head)!=null?o:document.documentElement).appendChild(s)}catch(s){}let a=(r=e.editorSrc)!=null?r:Dn();if(!a)return;let l=document.createElement("script");l.src=a,l.async=!0,((i=document.head)!=null?i:document.documentElement).appendChild(l)}catch(a){}}function Et(e){let t=new URLSearchParams(e).get("sentient_preview");if(!t)return null;let n={};for(let o of t.split("|")){let[r,i]=o.split(":");if(!(!r||!i))if(i.includes("=")){let a={};for(let l of i.split(",")){let[s,c]=l.split("=");s&&c&&(a[s]=c)}Object.keys(a).length&&(n[r]=a)}else n[r]=i}return Object.keys(n).length?n:null}function Tn(e){let t={goal(n,o){try{T==null||T.goal(n,o)}catch(r){}},componentGoal(n,o){try{T==null||T.componentGoal(n,o)}catch(r){}},grantConsent(){try{Ge(e.apiKey)}catch(n){}},revokeConsent(){try{T==null||T.destroy()}catch(n){}},reapply:Je,getState(){var n,o;return{apiKey:e.apiKey,persona:(n=A==null?void 0:A.persona)!=null?n:null,band:(o=A==null?void 0:A.band)!=null?o:null,slots:z,matchCounts:We(e),consent:e.consent!==!1}}};window.SentientSnippet=t}async function _t(){var e,t,n,o;try{let r=we(window.sentient);if(!r)return;ue=r;let i=typeof window!="undefined"?xt(window.location.search):null;if(i){try{let d=new URL(window.location.href);d.searchParams.delete("sentient_editor"),window.history.replaceState(null,"",d.pathname+d.search+d.hash)}catch(d){}Ln(r,i),xe(r,"editor mode");return}let a=typeof window!="undefined"?Et(window.location.search):null;if(a){z=a,A=null,Ee(document),Ct(),xe(r,"preview mode",a);return}let l=(e=r.registry)!=null?e:Object.keys(r.slots).length===0,s=be(r.apiKey);s&&(A={persona:s.persona,band:s.band},z=s.slots,s.slotConfig&&(te=s.slotConfig),Ee(document,{contentAndOps:!1}));let c=Se({apiKey:r.apiKey,context:r.context,consent:r.consent,preConsentBehavior:r.preConsentBehavior,debug:r.debug});T=c,Tn(r),Ct();let p=Object.entries(r.slots).map(([d,h])=>({id:d,dims:h.dims})),f=await _n(c.decide(_e({slots:p},l?{slotsFrom:"registry"}:{})),xn);if(!f){xe(r,"decide timeout/null \u2014 snapshot state stands",We(r));return}let S=c.getPersona();if(S?A={persona:S.persona,band:S.band}:f.persona&&(A={persona:f.persona,band:"low"}),z=f.slots,f.slotConfig&&(te=f.slotConfig),Rn(r,Ee(document)),f.goals&&f.goals.length>0&&r.consent!==!1&&T)try{Y==null||Y.teardown(),Y=At(f.goals,T,document)}catch(d){}if(r.sectionCapture&&r.consent!==!1&&T&&!ce())try{ht(T,r.apiKey,(t=r.apiBase)!=null?t:"https://api.sentient-ui.com",document)}catch(d){}xe(r,"applied",{persona:A,slots:z,matches:We(r)}),le(r.apiKey,_e({v:1,persona:(n=A==null?void 0:A.persona)!=null?n:f.persona,band:(o=A==null?void 0:A.band)!=null?o:"low",slots:f.slots,layoutOrder:f.layoutOrder,savedAt:Date.now()},te?{slotConfig:te}:{}))}catch(r){}}typeof window!="undefined"&&window.sentient&&_t();return Pt(Pn);})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentientui/snippet",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
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
|
"type": "module",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"tsx": "^4.19.2",
|
|
17
17
|
"typescript": "^5.7.2",
|
|
18
18
|
"vitest": "^2.1.8",
|
|
19
|
-
"@sentientui/core": "0.
|
|
19
|
+
"@sentientui/core": "0.13.0"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "tsup",
|