@unizap/unicss 2.0.4 → 2.0.5
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/unicss.min.js +12 -12
- package/package.json +1 -1
package/dist/unicss.min.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(()=>{var de=(A,F)=>()=>(F||A((F={exports:{}}).exports,F),F.exports);var ue=de((H,K)=>{(function(A){"use strict";let F=(s,o,i={})=>{let t=i.arrayMerge||((a,p)=>p),l={...s};return q(s)&&q(o)&&Object.keys(o).forEach(a=>{q(o[a])?a in s?l[a]=F(s[a],o[a],i):l[a]=o[a]:Array.isArray(o[a])?l[a]=t(s[a],o[a]):l[a]=o[a]}),l},q=s=>s&&typeof s=="object"&&!Array.isArray(s),T=(...s)=>s.reduce((o,i)=>F(o,i||{},{arrayMerge:(t,l)=>l}),{}),S=s=>s.replace(/([:\/\[\]\(\)\?\=\&\,\'\;\+\"#%\*!])/g,"\\$1").replace(/\./g,"\\.").replace(/^([0-9])/,"\\3$1"),P=s=>s.replace(/\./g,"\\."),r=(s,o)=>{let i=s.replace(/[\[\]]/g,"");return["bg-image","mask-image","list-image"].includes(o)?/^url\(/i.test(i.trim())?i:i.replace(/_/g," "):i.replace(/_/g," ").replace(/calc\(([^)]+)\)/g,(l,a)=>`calc(${a.replace(/([+\-*\/])/g," $1 ").replace(/\s+/g," ").trim()})`)},J=()=>{let s=new Set;document.querySelectorAll("*").forEach(i=>{i.className&&(typeof i.className=="string"?i.className.split(/\s+/).forEach(l=>{l&&s.add(l)}):i.className.baseVal&&i.className.baseVal.split(/\s+/).forEach(l=>{l&&s.add(l)}));let t=i.getAttribute("class");t&&t.split(/\s+/).forEach(l=>{l&&s.add(l)})});let o=[/class(?:Name)?=["']([^"']+)["']/g,/class(?:Name)?=\{["'`]([^"'`]+)["'`]\}/g,/class:\s*["']([^"']+)["']/g];return document.querySelectorAll("script").forEach(i=>{let t=i.textContent;o.forEach(l=>{let a;for(;(a=l.exec(t))!==null;){let p=a[1];p&&p.split(/\s+/).forEach(d=>{d&&s.add(d)})}})}),Array.from(s)},v=s=>{if(s=s.replace(/[\[\]]/g,""),["inherit","current","transparent","currentColor"].includes(s))return s==="current"?"currentColor":s;let i=s.match(/^rgba?\((\d+),(\d+),(\d+)(?:,(\d*\.?\d+))?\)$/);if(i){let[,l,a,p,d]=i;return`rgba(${l},${a},${p},${d||1})`}let t=s.match(/^rgb\((\d+)_(\d+)_(\d+)(?:_\/(\d+))?\)$/);if(t){let[,l,a,p,d]=t,u=d?parseInt(d,10)/100:1;return`rgba(${l},${a},${p},${u})`}if(/^#[0-9A-Fa-f]{6}$|^#[0-9A-Fa-f]{3}$/.test(s))return s;if(s.includes("/")){let[l,a]=s.split("/");if(l.startsWith("#")){let p=l.replace("#","");p.length===3&&(p=p.split("").map(n=>n+n).join(""));let d=parseInt(p.substring(0,2),16),u=parseInt(p.substring(2,4),16),e=parseInt(p.substring(4,6),16);return`rgba(${d},${u},${e},${parseInt(a,10)/100})`}return`color-mix(in srgb, var(--color-${l}) ${parseInt(a,10)}%, transparent)`}return`var(--color-${s})`},Q=s=>/^\d+\/\d+$/.test(s)?s.replace(/^(\d+)\/(\d+)$/,(o,i,t)=>`${parseInt(i,10)/parseInt(t,10)*100}%`):`var(--${P(s)})`,z=s=>/^\d+\/\d+$/.test(s)?`-${s.replace(/^(\d+)\/(\d+)$/,(o,i,t)=>`${parseInt(i,10)/parseInt(t,10)*100}%`)}`:`calc(-1 * var(--${P(s)}))`,N=s=>{let o=s.split(" ");if(o.length===1){let i=Q(o[0]);return`${i} ${i}`}return o.map(Q).join(" ")},ee=s=>{let o=s.split(" ");if(o.length===1){let i=z(o[0]);return`${i} ${i}`}return o.map(z).join(" ")},O={first:"first-child",last:"last-child","not-first":"not(:first-child)","not-last":"not(:last-child)",odd:"nth-child(odd)",even:"nth-child(even)",placeholder:"placeholder",file:"file-selector-button",marker:"marker",selection:"selection","first-line":"first-line","first-letter":"first-letter",backdrop:"backdrop","has-checked":"has(:checked)","focus-within":"focus-within",before:"before",after:"after","peer-hover":":hover","peer-focus":":focus","peer-active":":active","peer-invalid":":invalid","peer-checked":":checked","peer-disabled":":disabled","peer-required":":required","peer-read-only":":read-only","peer-indeterminate":":indeterminate","not-hover":"not(:hover)","not-focus":"not(:focus)","not-active":"not(:active)","not-visited":"not(:visited)","not-disabled":"not(:disabled)","not-checked":"not(:checked)","not-focus-visible":"not(:focus-visible)","not-invalid":"not(:invalid)","not-valid":"not(:valid)","not-required":"not(:required)","not-read-only":"not(:read-only)","not-indeterminate":"not(:indeterminate)"},te=s=>{let o=s.match(/^nth-(\d+)$/);if(o)return`nth-child(${o[1]})`;let i=s.match(/^nth-last-(\d+)$/);if(i)return`nth-last-child(${i[1]})`;let t=s.match(/^nth-of-type-(\d+)$/);if(t)return`nth-of-type(${t[1]})`;let l=s.match(/^nth-last-of-type-(\d+)$/);return l?`nth-last-of-type(${l[1]})`:null},E=s=>{let o=te(s);if(o)return o;if(s.startsWith("group-hover/"))return`.group\\/${s.replace("group-hover/","")}:hover`;if(s==="group-hover")return".group:hover";if(s.startsWith("peer-")&&s.includes("/")){let[i,t]=s.split("/"),l=O[i]||`:${i.replace("peer-","")}`;return`.peer\\/${t}${l} ~`}return s.startsWith("peer-")?`.peer${O[s]||`:${s.replace("peer-","")}`} ~`:O[s]||s},B=["--uni-blur","--uni-drop-shadow","--uni-brightness","--uni-contrast","--uni-grayscale","--uni-hue-rotate","--uni-invert","--uni-saturate","--uni-sepia"],D=["--uni-backdrop-blur","--uni-backdrop-brightness","--uni-backdrop-contrast","--uni-backdrop-grayscale","--uni-backdrop-hue-rotate","--uni-backdrop-invert","--uni-backdrop-saturate","--uni-backdrop-opacity","--uni-backdrop-sepia"],re=["--uni-shadow","--uni-shadow-color","--uni-inset-shadow","--uni-inset-shadow-color","--uni-ring-shadow","--uni-ring-color","--uni-inset-ring-shadow","--uni-inset-ring-color","--uni-ring-inset"],Y=["--uni-rotate-x","--uni-rotate-y","--uni-rotate-z","--uni-skew-x","--uni-skew-y"],X=["--uni-scale-x","--uni-scale-y"],G=["--uni-translate-x","--uni-translate-y","--uni-translate-z"],oe=(s,o,i,t,l=null,a=null,p=!1)=>{let d=S(s),u=`.${d}`,e=!1;s.includes("space-x-")||s.includes("space-y-")||s.includes("divide-x")||s.includes("divide-y")||s.includes("divide-color-")||s.includes("divide-style-")?(u+=" > :not(:last-child)",e=!0):p&&(u+=" > *"),e&&(u=`:where(${u})`),l&&(l.startsWith("peer-")||l.includes("peer-"))?u=`${E(l)}${u}`:l&&(e?u=u.replace(`:where(.${d}`,`:where(.${d}:${E(l)}`):u+=`:${E(l)}`);let n=B.includes(i),c=D.includes(i),b=re.includes(i),h=Y.includes(i),y=X.includes(i),w=G.includes(i),x;typeof t=="object"?x=Object.entries(t).map(([m,k])=>`${m}: ${k}`).join("; "):Array.isArray(i)?x=i.map(m=>`${m}: ${t}`).join("; "):x=`${i}: ${t}`;let g;return n?g=`${u} { ${x}; filter: ${B.map(m=>`var(${m})`).join(" ")}; }`:c?g=`${u} { ${x}; backdrop-filter: ${D.map(m=>`var(${m})`).join(" ")}; }`:b?g=`${u} { ${x}; box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000); }`:h?g=`${u} { ${x}; transform: ${Y.map(m=>`var(${m})`).join(" ")}; }`:y?g=`${u} { ${x}; scale: ${X.map(m=>`var(${m})`).join(" ")}; }`:w?g=`${u} { ${x}; translate: ${G.map(m=>`var(${m})`).join(" ")}; }`:g=`${u} { ${x} }`,{selector:u,rule:g,screen:a}},ne=(s,o={})=>{let i=[],t=(e,n,c)=>{i.push({prefix:e,prop:n,transform:c})};["w","min-w","max-w"].forEach(e=>{let n=e.replace("w","width");t(`${e}-[`,n,r),t(`${e}-`,n,c=>{let b=`container-${c}`;if(o[b])return`var(--${b})`;if(/^\d+\/\d+$/.test(c))return c.replace(/^(\d+)\/(\d+)$/,(y,w,x)=>`${parseInt(w,10)/parseInt(x,10)*100}%`);let h={full:"100%",screen:"100vw",dvw:"100dvw",dvh:"100dvh",lvw:"100lvw",lvh:"100lvh",svw:"100svw",svh:"100svh",auto:"auto",px:"1px",min:"min-content",max:"max-content",fit:"fit-content"};return h[c]?h[c]:`var(--${c})`})}),["h","min-h","max-h"].forEach(e=>{let n=e.replace("h","height");t(`${e}-[`,n,r),t(`${e}-`,n,c=>{let b=`container-${c}`;if(o[b])return`var(--${b})`;if(/^\d+\/\d+$/.test(c))return c.replace(/^(\d+)\/(\d+)$/,(y,w,x)=>`${parseInt(w,10)/parseInt(x,10)*100}%`);let h={full:"100%",screen:"100vh",dvw:"100dvw",dvh:"100dvh",lvw:"100lvw",lvh:"100lvh",svw:"100svw",svh:"100svh",auto:"auto",px:"1px",min:"min-content",max:"max-content",fit:"fit-content"};return h[c]?h[c]:`var(--${c})`})}),[["p","padding"],["pt","padding-top"],["pr","padding-right"],["pb","padding-bottom"],["pl","padding-left"],["px","padding-inline"],["py","padding-block"],["m","margin"],["mt","margin-top"],["mr","margin-right"],["mb","margin-bottom"],["ml","margin-left"]].forEach(([e,n])=>{t(`${e}-[`,n,r),t(`${e}-`,n,c=>c==="auto"?"auto":c==="px"?"1px":Q(c))}),t("mx-[",["margin-left","margin-right"],r),t("mx-",["margin-left","margin-right"],e=>e==="auto"?"auto":e==="px"?"1px":Q(e)),t("my-[",["margin-top","margin-bottom"],r),t("my-",["margin-top","margin-bottom"],e=>e==="auto"?"auto":e==="px"?"1px":Q(e)),t("-m-","margin",e=>e==="px"?"-1px":z(e)),t("-mt-","margin-top",e=>e==="px"?"-1px":z(e)),t("-mr-","margin-right",e=>e==="px"?"-1px":z(e)),t("-mb-","margin-bottom",e=>e==="px"?"-1px":z(e)),t("-ml-","margin-left",e=>e==="px"?"-1px":z(e)),t("-mx-",["margin-left","margin-right"],e=>e==="px"?"-1px":z(e)),t("-my-",["margin-top","margin-bottom"],e=>e==="px"?"-1px":z(e)),["top","right","bottom","left"].forEach(e=>{t(`${e}-[`,e,r),t(`${e}-`,e,n=>n==="auto"?"auto":n==="px"?"1px":n==="full"?"100%":Q(n)),t(`-${e}-[`,e,n=>`-${r(n)}`),t(`-${e}-`,e,n=>n==="px"?"-1px":n==="full"?"-100%":z(n))}),t("gap-x-[","column-gap",r),t("gap-x-","column-gap",e=>e==="px"?"1px":`var(--${P(e)})`),t("gap-y-[","row-gap",r),t("gap-y-","row-gap",e=>e==="px"?"1px":`var(--${P(e)})`),t("gap-[","gap",r),t("gap-","gap",e=>e==="px"?"1px":`var(--${P(e)})`),t("inset-x-[","inset-inline",r),t("inset-x-","inset-inline",e=>e==="auto"?"auto":e==="px"?"1px":e==="full"?"100%":Q(e)),t("-inset-x-[","inset-inline",e=>`-${r(e)}`),t("-inset-x-","inset-inline",z),t("inset-y-[","inset-block",r),t("inset-y-","inset-block",e=>e==="auto"?"auto":e==="px"?"1px":e==="full"?"100%":Q(e)),t("-inset-y-[","inset-block",e=>`-${r(e)}`),t("-inset-y-","inset-block",z),t("inset-[","inset",r),t("inset-","inset",e=>e==="auto"?"auto":e==="px"?"1px":e==="full"?"100%":Q(e)),t("-inset-[","inset",e=>`-${r(e)}`),t("-inset-","inset",z),t("z-","z-index",r),t("-z-","z-index",e=>`-${e}`),t("flex-[","flex",r),t("flex-row-reverse","flex-direction",()=>"row-reverse"),t("flex-col-reverse","flex-direction",()=>"column-reverse"),t("flex-row","flex-direction",()=>"row"),t("flex-col","flex-direction",()=>"column"),t("flex-wrap-reverse","flex-wrap",()=>"wrap-reverse"),t("flex-wrap","flex-wrap",()=>"wrap"),t("flex-nowrap","flex-wrap",()=>"nowrap"),t("flex-","flex",r),t("grow-","flex-grow",r),t("shrink-","flex-shrink",r),t("basis-[","flex-basis",r),t("basis-","flex-basis",e=>{if(e==="auto")return"auto";if(e==="px")return"1px";if(e==="full")return"100%";let n=`container-${e}`;return o[n]?`var(--${n})`:Q(e)}),t("order-first","order",()=>"calc(-infinity)"),t("order-last","order",()=>"calc(infinity)"),t("order-","order",r),t("-order-","order",e=>`-${e}`),[["auto",{width:"auto",height:"auto"}],["px",{width:"1px",height:"1px"}],["full",{width:"100%",height:"100%"}],["dvw",{width:"100dvw",height:"100dvw"}],["dvh",{width:"100dvh",height:"100dvh"}],["lvw",{width:"100lvw",height:"100lvw"}],["lvh",{width:"100lvh",height:"100lvh"}],["svw",{width:"100svw",height:"100svw"}],["svh",{width:"100svh",height:"100svh"}],["min",{width:"min-content",height:"min-content"}],["max",{width:"max-content",height:"max-content"}],["fit",{width:"fit-content",height:"fit-content"}]].forEach(([e,n])=>{t(`size-${e}`,null,()=>n)}),t("size-[",["width","height"],r),t("size-",["width","height"],Q),t("aspect-","aspect-ratio",e=>/^\d+\/\d+$/.test(e)?e:{auto:"auto",square:"1/1",video:"16/9"}[e]||e),[["scroll-m","scroll-margin"],["scroll-mt","scroll-margin-top"],["scroll-mr","scroll-margin-right"],["scroll-mb","scroll-margin-bottom"],["scroll-ml","scroll-margin-left"]].forEach(([e,n])=>{t(`${e}-[`,n,r),t(`${e}-`,n,c=>c==="auto"?"auto":c==="px"?"1px":/^\d+$/.test(c)?`var(--${c})`:Q(c))}),t("scroll-mx-[","scroll-margin-inline",r),t("scroll-mx-","scroll-margin-inline",e=>e==="auto"?"auto":e==="px"?"1px":/^\d+$/.test(e)?`var(--${e})`:Q(e)),t("scroll-my-[","scroll-margin-block",r),t("scroll-my-","scroll-margin-block",e=>e==="auto"?"auto":e==="px"?"1px":/^\d+$/.test(e)?`var(--${e})`:Q(e)),t("-scroll-m-[","scroll-margin",e=>`-${r(e)}`),t("-scroll-m-","scroll-margin",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-mt-[","scroll-margin-top",e=>`-${r(e)}`),t("-scroll-mt-","scroll-margin-top",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-mr-[","scroll-margin-right",e=>`-${r(e)}`),t("-scroll-mr-","scroll-margin-right",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-mb-[","scroll-margin-bottom",e=>`-${r(e)}`),t("-scroll-mb-","scroll-margin-bottom",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-ml-[","scroll-margin-left",e=>`-${r(e)}`),t("-scroll-ml-","scroll-margin-left",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-mx-[","scroll-margin-inline",e=>`-${r(e)}`),t("-scroll-mx-","scroll-margin-inline",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-my-[","scroll-margin-block",e=>`-${r(e)}`),t("-scroll-my-","scroll-margin-block",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),[["scroll-p","scroll-padding"],["scroll-pt","scroll-padding-top"],["scroll-pr","scroll-padding-right"],["scroll-pb","scroll-padding-bottom"],["scroll-pl","scroll-padding-left"]].forEach(([e,n])=>{t(`${e}-[`,n,r),t(`${e}-`,n,c=>c==="px"?"1px":/^\d+$/.test(c)?`var(--${c})`:Q(c))}),t("scroll-px-[","scroll-padding-inline",r),t("scroll-px-","scroll-padding-inline",e=>e==="px"?"1px":/^\d+$/.test(e)?`var(--${e})`:Q(e)),t("scroll-py-[","scroll-padding-block",r),t("scroll-py-","scroll-padding-block",e=>e==="px"?"1px":/^\d+$/.test(e)?`var(--${e})`:Q(e)),t("-scroll-p-[","scroll-padding",e=>`-${r(e)}`),t("-scroll-p-","scroll-padding",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-pt-[","scroll-padding-top",e=>`-${r(e)}`),t("-scroll-pt-","scroll-padding-top",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-pr-[","scroll-padding-right",e=>`-${r(e)}`),t("-scroll-pr-","scroll-padding-right",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-pb-[","scroll-padding-bottom",e=>`-${r(e)}`),t("-scroll-pb-","scroll-padding-bottom",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-pl-[","scroll-padding-left",e=>`-${r(e)}`),t("-scroll-pl-","scroll-padding-left",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-px-[","scroll-padding-inline",e=>`-${r(e)}`),t("-scroll-px-","scroll-padding-inline",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-py-[","scroll-padding-block",e=>`-${r(e)}`),t("-scroll-py-","scroll-padding-block",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("font-[","font-weight",r),t("font-family-[","font-family",e=>{let n=r(e);return n.startsWith('"')||n.startsWith("'")?n:`"${n}"`}),t("tracking-[","letter-spacing",r),t("leading-[","line-height",r),t("leading-","line-height",e=>/^\d+$/.test(e)||/^\d*\.\d+$/.test(e)?`calc(var(--1) * ${e})`:null),t("indent-[","text-indent",r),t("indent-","text-indent",e=>`var(--${P(e)})`),t("-indent-","text-indent",e=>`calc(-1 * var(--${P(e)}))`),t("align-[","vertical-align",r),t("text-shadow-color-[",null,e=>({"--uni-text-shadow-color":v(e)})),t("text-shadow-color-",null,e=>({"--uni-text-shadow-color":v(e)})),t("text-shadow-[","text-shadow",r),t("text-color-[","color",v),t("text-color-","color",v),t("text-[","font-size",r),t("text-",null,function(e){if(e.startsWith("color-"))return{color:v(e.replace("color-",""))};let n=e.match(/^([a-z0-9\[\]\-\.]+)\/([a-z0-9\[\]\-\.]+)$/i);if(n){let[,c,b]=n;if(!c.startsWith("color-"))return{"font-size":s[c]?`var(--${P(c)})`:`var(--text-${c})`,"line-height":s[b]?`var(--${P(b)})`:`var(--line-${b})`}}return s[e]?{"font-size":`var(--${P(e)})`}:{"font-size":`var(--text-${e})`}}),t("decoration-color-[","text-decoration-color",v),t("decoration-color-","text-decoration-color",v),t("decoration-thick-[","text-decoration-thickness",r),t("decoration-thick-","text-decoration-thickness",e=>e==="auto"?"auto":e==="from-font"?"from-font":/^\d+$/.test(e)?`${e}px`:`var(--${P(e)})`),t("underline-offset-[","text-underline-offset",r),t("underline-offset-","text-underline-offset",e=>e==="auto"?"auto":/^\d+$/.test(e)?`${e}px`:`var(--${P(e)})`),t("-underline-offset-[","text-underline-offset",e=>`-${r(e)}`),t("-underline-offset-","text-underline-offset",e=>/^\d+$/.test(e)?`-${e}px`:`calc(-1 * var(--${P(e)}))`),t("bg-color-[","background-color",v),t("bg-color-","background-color",v),t("bg-image-[","background-image",e=>r(e,"bg-image")),t("bg-position-[","background-position",r),t("bg-size-[","background-size",r),t("bg-gradient-[","background-image",e=>r(e).replace(/color-([a-zA-Z0-9\-]+(?:\/[0-9]+)?)/g,(n,c)=>v(c))),t("list-image-[","list-style-image",e=>r(e,"list-image")),t("mask-image-[",null,e=>({"mask-image":r(e,"mask-image"),"-webkit-mask-image":r(e,"mask-image")})),t("mask-position-[",null,e=>({"mask-position":r(e),"-webkit-mask-position":r(e)})),t("mask-size-[",null,e=>({"mask-size":r(e),"-webkit-mask-size":r(e)})),t("border-style-",null,e=>({"--uni-border-style":e,"border-style":"var(--uni-border-style)"})),t("border-spacing-x-[",null,e=>({"--uni-border-spacing-x":r(e),"border-spacing":`var(--uni-border-spacing-x, ${r(e)}) var(--uni-border-spacing-y, 0)`})),t("border-spacing-x-",null,e=>({"--uni-border-spacing-x":`${e}px`,"border-spacing":`var(--uni-border-spacing-x, ${e}px) var(--uni-border-spacing-y, 0)`})),t("border-spacing-y-[",null,e=>({"--uni-border-spacing-y":r(e),"border-spacing":`var(--uni-border-spacing-x, 0) var(--uni-border-spacing-y, ${r(e)})`})),t("border-spacing-y-",null,e=>({"--uni-border-spacing-y":`${e}px`,"border-spacing":`var(--uni-border-spacing-x, 0) var(--uni-border-spacing-y, ${e}px)`})),t("border-spacing-[","border-spacing",r),t("border-spacing-","border-spacing",e=>`${e}px`),t("border-color-[","border-color",v),t("border-color-","border-color",v),["t","r","b","l","x","y"].forEach(e=>{let n={t:"border-top-color",r:"border-right-color",b:"border-bottom-color",l:"border-left-color",x:"border-inline-color",y:"border-block-color"};t(`border-${e}-color-[`,n[e],v),t(`border-${e}-color-`,n[e],v)}),t("border-x-",null,e=>({"border-inline-width":`${e}px`,"border-style":"var(--uni-border-style)"})),t("border-y-",null,e=>({"border-block-width":`${e}px`,"border-style":"var(--uni-border-style)"})),t("border-t-",null,e=>({"border-top-width":`${e}px`,"border-style":"var(--uni-border-style)"})),t("border-r-",null,e=>({"border-right-width":`${e}px`,"border-style":"var(--uni-border-style)"})),t("border-b-",null,e=>({"border-bottom-width":`${e}px`,"border-style":"var(--uni-border-style)"})),t("border-l-",null,e=>({"border-left-width":`${e}px`,"border-style":"var(--uni-border-style)"})),t("border-[",null,e=>({"border-width":r(e),"border-style":"var(--uni-border-style)"})),t("border-",null,e=>/^\d+$/.test(e)||/^\d+(px|rem|em|%)$/.test(e)?{"border-width":`${e}px`,"border-style":"var(--uni-border-style)"}:{});let u=["xs","sm","md","lg","xl","2xl","4xl","none","full"];return u.forEach(e=>{let n=e==="none"?"0":e==="full"?"calc(infinity * 1px)":`var(--radius-${e})`;t(`rounded-${e}`,"border-radius",()=>n)}),t("rounded-[","border-radius",r),["t","r","b","l","tl","tr","br","bl"].forEach(e=>{let n={t:["top-left","top-right"],r:["top-right","bottom-right"],b:["bottom-right","bottom-left"],l:["top-left","bottom-left"],tl:["top-left"],tr:["top-right"],br:["bottom-right"],bl:["bottom-left"]};u.forEach(c=>{let b=c==="none"?"0":c==="full"?"calc(infinity * 1px)":`var(--radius-${c})`,h={};n[e].forEach(y=>{h[`border-${y}-radius`]=b}),t(`rounded-${e}-${c}`,null,()=>h)})}),t("shadow-[","--uni-shadow",r),t("shadow-inset-[","--uni-inset-shadow",r),t("shadow-color-[",null,e=>({"--uni-shadow-color":v(e)})),t("shadow-color-",null,e=>({"--uni-shadow-color":v(e)})),t("shadow-inset-color-[",null,e=>({"--uni-inset-shadow-color":v(e)})),t("shadow-inset-color-",null,e=>({"--uni-inset-shadow-color":v(e)})),t("ring-inset-color-[","--uni-inset-ring-color",v),t("ring-inset-color-","--uni-inset-ring-color",v),t("ring-inset-[","--uni-inset-ring-shadow",e=>`inset 0 0 0 ${r(e)} var(--uni-inset-ring-color, currentColor)`),t("ring-inset-","--uni-inset-ring-shadow",e=>`inset 0 0 0 ${e}px var(--uni-inset-ring-color, currentColor)`),t("ring-inset","--uni-inset-ring-shadow",()=>"inset 0 0 0 1px var(--uni-inset-ring-color, currentColor)"),t("ring-color-[","--uni-ring-color",v),t("ring-color-","--uni-ring-color",v),t("ring-[","--uni-ring-shadow",e=>`0 0 0 ${r(e)} var(--uni-ring-color, currentColor)`),t("ring-","--uni-ring-shadow",e=>`0 0 0 ${e}px var(--uni-ring-color, currentColor)`),t("ring","--uni-ring-shadow",()=>"0 0 0 1px var(--uni-ring-color, currentColor)"),t("blur-[","--uni-blur",e=>`blur(${r(e)})`),t("blur-","--uni-blur",e=>`blur(var(--blur-${e}))`),t("brightness-","--uni-brightness",e=>`brightness(${r(e)}%)`),t("contrast-","--uni-contrast",e=>`contrast(${r(e)}%)`),t("drop-shadow-[","--uni-drop-shadow",e=>`drop-shadow(${r(e)})`),t("drop-shadow-color-[",null,e=>({"--uni-drop-shadow-color":v(e)})),t("drop-shadow-color-",null,e=>({"--uni-drop-shadow-color":v(e)})),t("grayscale-","--uni-grayscale",e=>`grayscale(${r(e)}%)`),t("grayscale","--uni-grayscale",()=>"grayscale(100%)"),t("hue-rotate-","--uni-hue-rotate",e=>`hue-rotate(${r(e)}deg)`),t("-hue-rotate-","--uni-hue-rotate",e=>`hue-rotate(calc(${r(e)}deg * -1))`),t("invert-","--uni-invert",e=>`invert(${r(e)}%)`),t("invert","--uni-invert",()=>"invert(100%)"),t("saturate-","--uni-saturate",e=>`saturate(${r(e)}%)`),t("sepia-","--uni-sepia",e=>`sepia(${r(e)}%)`),t("sepia","--uni-sepia",()=>"sepia(100%)"),t("backdrop-blur-[","--uni-backdrop-blur",e=>`blur(${r(e)})`),t("backdrop-blur-","--uni-backdrop-blur",e=>`blur(var(--blur-${e}))`),t("backdrop-brightness-","--uni-backdrop-brightness",e=>`brightness(${r(e)}%)`),t("backdrop-contrast-","--uni-backdrop-contrast",e=>`contrast(${r(e)}%)`),t("backdrop-grayscale-","--uni-backdrop-grayscale",e=>`grayscale(${r(e)}%)`),t("backdrop-grayscale","--uni-backdrop-grayscale",()=>"grayscale(100%)"),t("backdrop-hue-rotate-","--uni-backdrop-hue-rotate",e=>`hue-rotate(${r(e)}deg)`),t("-backdrop-hue-rotate-","--uni-backdrop-hue-rotate",e=>`hue-rotate(calc(${r(e)}deg * -1))`),t("backdrop-invert-","--uni-backdrop-invert",e=>`invert(${r(e)}%)`),t("backdrop-invert","--uni-backdrop-invert",()=>"invert(100%)"),t("backdrop-opacity-","--uni-backdrop-opacity",e=>`opacity(${r(e)}%)`),t("backdrop-saturate-","--uni-backdrop-saturate",e=>`saturate(${r(e)}%)`),t("backdrop-sepia-","--uni-backdrop-sepia",e=>`sepia(${r(e)}%)`),t("backdrop-sepia","--uni-backdrop-sepia",()=>"sepia(100%)"),t("opacity-","opacity",function(e){if(/^\d+$/.test(e)){let n=parseInt(e,10);if(n>=0&&n<=100)return(n/100).toString()}return r(e)}),t("duration-",null,e=>({"--uni-transition-duration":`${r(e)}ms`,"transition-duration":"var(--uni-transition-duration, 150ms)"})),t("ease-[",null,e=>({"--uni-transition-timing-function":r(e),"transition-timing-function":"var(--uni-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1))"})),t("delay-",null,e=>({"--uni-transition-delay":`${r(e)}ms`,"transition-delay":"var(--uni-transition-delay, 0ms)"})),t("transition-",null,e=>({"--uni-transition-property":r(e),"transition-property":"var(--uni-transition-property, all)","transition-duration":"var(--uni-transition-duration, 150ms)"})),t("animate-[","animation",r),t("animate-spin","animation",()=>"var(--animate-spin)"),t("animate-ping","animation",()=>"var(--animate-ping)"),t("animate-pulse","animation",()=>"var(--animate-pulse)"),t("animate-bounce","animation",()=>"var(--animate-bounce)"),t("animate-none","animation",()=>"none"),t("iteration-","animation-iteration-count",r),t("will-change-[","will-change",r),t("perspective-origin-[","perspective-origin",r),t("perspective-[","perspective",r),t("rotate-[","rotate",r),t("rotate-x-","--uni-rotate-x",e=>`rotateX(${e}deg)`),t("rotate-y-","--uni-rotate-y",e=>`rotateY(${e}deg)`),t("rotate-z-","--uni-rotate-z",e=>`rotateZ(${e}deg)`),t("-rotate-x-","--uni-rotate-x",e=>`rotateX(calc(${e}deg * -1))`),t("-rotate-y-","--uni-rotate-y",e=>`rotateY(calc(${e}deg * -1))`),t("-rotate-z-","--uni-rotate-z",e=>`rotateZ(calc(${e}deg * -1))`),t("rotate-","rotate",e=>`${r(e)}deg`),t("-rotate-","rotate",e=>`calc(${r(e)}deg * -1)`),t("scale-x-","--uni-scale-x",e=>`${e}%`),t("scale-y-","--uni-scale-y",e=>`${e}%`),t("-scale-x-","--uni-scale-x",e=>`calc(${e}% * -1)`),t("-scale-y-","--uni-scale-y",e=>`calc(${e}% * -1)`),t("scale-","scale",e=>`${r(e)}%`),t("-scale-","scale",e=>`calc(${r(e)}% * -1)`),t("skew-x-","--uni-skew-x",e=>`skewX(${e}deg)`),t("skew-y-","--uni-skew-y",e=>`skewY(${e}deg)`),t("-skew-x-","--uni-skew-x",e=>`skewX(calc(${e}deg * -1))`),t("-skew-y-","--uni-skew-y",e=>`skewY(calc(${e}deg * -1))`),t("skew-","transform",e=>`skewX(${e}deg) skewY(${e}deg)`),t("-skew-","transform",e=>`skewX(-${e}deg) skewY(-${e}deg)`),t("origin-[","transform-origin",r),t("translate-[","translate",r),t("translate-x-[","--uni-translate-x",r),t("translate-y-[","--uni-translate-y",r),t("translate-x-","--uni-translate-x",Q),t("translate-y-","--uni-translate-y",Q),t("translate-z-","--uni-translate-z",Q),t("-translate-x-","--uni-translate-x",z),t("-translate-y-","--uni-translate-y",z),t("-translate-z-","--uni-translate-z",z),t("translate-","translate",N),t("-translate-","translate",ee),t("grid-columns-[","grid-template-columns",r),t("grid-columns-","grid-template-columns",e=>/^\d+$/.test(e)?`repeat(${e}, minmax(0, 1fr))`:e),t("col-start-","grid-column-start",r),t("-col-start-","grid-column-start",e=>`calc(${r(e)} * -1)`),t("col-end-","grid-column-end",r),t("-col-end-","grid-column-end",e=>`calc(${r(e)} * -1)`),t("col-span-","grid-column",e=>e==="full"?"1 / -1":`span ${r(e)} / span ${r(e)}`),t("col-[","grid-column",r),t("grid-rows-[","grid-template-rows",r),t("grid-rows-","grid-template-rows",e=>/^\d+$/.test(e)?`repeat(${e}, minmax(0, 1fr))`:e),t("row-start-","grid-row-start",r),t("-row-start-","grid-row-start",e=>`calc(${r(e)} * -1)`),t("row-end-","grid-row-end",r),t("-row-end-","grid-row-end",e=>`calc(${r(e)} * -1)`),t("row-span-","grid-row",e=>e==="full"?"1 / -1":`span ${r(e)} / span ${r(e)}`),t("row-[","grid-row",r),t("auto-columns-[","grid-auto-columns",r),t("auto-rows-[","grid-auto-rows",r),t("space-x-[","margin-right",r),t("space-x-","margin-right",e=>e==="px"?"1px":/^\d+\/\d+$/.test(e)?e.replace(/^(\d+)\/(\d+)$/,(n,c,b)=>`${parseInt(c,10)/parseInt(b,10)*100}%`):`var(--${e})`),t("-space-x-[","margin-right",e=>`calc(${r(e)} * -1)`),t("-space-x-","margin-right",e=>e==="px"?"-1px":/^\d+\/\d+$/.test(e)?`-${e.replace(/^(\d+)\/(\d+)$/,(n,c,b)=>`${parseInt(c,10)/parseInt(b,10)*100}%`)}`:`calc(var(--${e}) * -1)`),t("space-y-[","margin-bottom",r),t("space-y-","margin-bottom",e=>e==="px"?"1px":/^\d+\/\d+$/.test(e)?e.replace(/^(\d+)\/(\d+)$/,(n,c,b)=>`${parseInt(c,10)/parseInt(b,10)*100}%`):`var(--${e})`),t("-space-y-[","margin-bottom",e=>`calc(${r(e)} * -1)`),t("-space-y-","margin-bottom",e=>e==="px"?"-1px":/^\d+\/\d+$/.test(e)?`-${e.replace(/^(\d+)\/(\d+)$/,(n,c,b)=>`${parseInt(c,10)/parseInt(b,10)*100}%`)}`:`calc(var(--${e}) * -1)`),t("divide-x-[",null,e=>({"border-right-width":r(e),"border-right-style":"solid"})),t("divide-x-",null,e=>/^\d+$/.test(e)?{"border-right-width":`${e}px`,"border-right-style":"solid"}:{"border-right-width":e,"border-right-style":"solid"}),t("divide-x",null,()=>({"border-right-width":"1px","border-right-style":"solid"})),t("divide-y-[",null,e=>({"border-bottom-width":r(e),"border-bottom-style":"solid"})),t("divide-y-",null,e=>/^\d+$/.test(e)?{"border-bottom-width":`${e}px`,"border-bottom-style":"solid"}:{"border-bottom-width":e,"border-bottom-style":"solid"}),t("divide-y",null,()=>({"border-bottom-width":"1px","border-bottom-style":"solid"})),t("divide-style-","border-style",e=>e),t("divide-color-[","border-color",v),t("divide-color-","border-color",v),t("columns-","columns",e=>/^\d+$/.test(e)?e:["3xs","2xs","xs","sm","md","lg","xl","2xl","3xl","4xl","5xl","6xl","7xl"].includes(e)?`var(--container-${e})`:r(e)),t("scrollbar-[","scrollbar-color",e=>r(e).replace(/color-([a-zA-Z0-9\-]+)/g,(n,c)=>`var(--color-${c})`)),t("object-[","object-position",r),t("caret-color-[","caret-color",v),t("caret-color-","caret-color",v),t("accent-color-[","accent-color",v),t("accent-color-","accent-color",v),t("outline-offset-[","outline-offset",r),t("outline-style-",null,e=>({"--uni-outline-style":e,"outline-style":"var(--uni-outline-style)"})),t("outline-color-[","outline-color",v),t("outline-color-","outline-color",v),t("outline-[",null,e=>({"outline-width":r(e),"outline-style":"var(--uni-outline-style)"})),t("outline-offset-","outline-offset",e=>`${e}px`),t("-outline-offset-","outline-offset",e=>`-${e}px`),t("outline-",null,e=>e.startsWith("offset")?{}:{"outline-width":/^\d+$/.test(e)?`${e}px`:e,"outline-style":"var(--uni-outline-style)"}),t("fill-color-[","fill",v),t("fill-color-","fill",v),t("stroke-color-[","stroke",v),t("stroke-color-","stroke",v),t("stroke-[","stroke-width",r),t("stroke-","stroke-width",e=>/^\d+$/.test(e)?`${e}px`:r(e)),t("content-[","content",e=>{let n=r(e);return n.startsWith("'")||n.startsWith('"')?n:`"${n}"`}),t("line-clamp-",null,e=>({overflow:"hidden",display:"-webkit-box","-webkit-box-orient":"vertical","-webkit-line-clamp":e.replace("/","")})),t("line-clamp-none",null,()=>({overflow:"visible",display:"block","-webkit-box-orient":"horizontal","-webkit-line-clamp":"unset"})),t("truncate",null,()=>({overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"})),t("sr-only",null,()=>({position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)","white-space":"nowrap","border-width":"0"})),t("not-sr-only",null,()=>({position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",clip:"auto","white-space":"normal"})),i},ie=()=>`
|
|
1
|
+
(()=>{var de=(V,F)=>()=>(F||V((F={exports:{}}).exports,F),F.exports);var ue=de((H,K)=>{(function(V){"use strict";let F=(s,o,i={})=>{let t=i.arrayMerge||((a,p)=>p),l={...s};return q(s)&&q(o)&&Object.keys(o).forEach(a=>{q(o[a])?a in s?l[a]=F(s[a],o[a],i):l[a]=o[a]:Array.isArray(o[a])?l[a]=t(s[a],o[a]):l[a]=o[a]}),l},q=s=>s&&typeof s=="object"&&!Array.isArray(s),T=(...s)=>s.reduce((o,i)=>F(o,i||{},{arrayMerge:(t,l)=>l}),{}),S=s=>s.replace(/([:\/\[\]\(\)\?\=\&\,\'\;\+\"#%\*!])/g,"\\$1").replace(/\./g,"\\.").replace(/^([0-9])/,"\\3$1"),P=s=>s.replace(/\./g,"\\."),r=(s,o)=>{let i=s.replace(/[\[\]]/g,"");return["bg-image","mask-image","list-image"].includes(o)?/^url\(/i.test(i.trim())?i:i.replace(/_/g," "):i.replace(/_/g," ").replace(/calc\(([^)]+)\)/g,(l,a)=>`calc(${a.replace(/([+\-*\/])/g," $1 ").replace(/\s+/g," ").trim()})`)},J=()=>{let s=new Set;document.querySelectorAll("*").forEach(i=>{i.className&&(typeof i.className=="string"?i.className.split(/\s+/).forEach(l=>{l&&s.add(l)}):i.className.baseVal&&i.className.baseVal.split(/\s+/).forEach(l=>{l&&s.add(l)}));let t=i.getAttribute("class");t&&t.split(/\s+/).forEach(l=>{l&&s.add(l)})});let o=[/class(?:Name)?=["']([^"']+)["']/g,/class(?:Name)?=\{["'`]([^"'`]+)["'`]\}/g,/class:\s*["']([^"']+)["']/g];return document.querySelectorAll("script").forEach(i=>{let t=i.textContent;o.forEach(l=>{let a;for(;(a=l.exec(t))!==null;){let p=a[1];p&&p.split(/\s+/).forEach(d=>{d&&s.add(d)})}})}),Array.from(s)},v=s=>{if(s=s.replace(/[\[\]]/g,""),["inherit","current","transparent","currentColor"].includes(s))return s==="current"?"currentColor":s;let i=s.match(/^rgba?\((\d+),(\d+),(\d+)(?:,(\d*\.?\d+))?\)$/);if(i){let[,l,a,p,d]=i;return`rgba(${l},${a},${p},${d||1})`}let t=s.match(/^rgb\((\d+)_(\d+)_(\d+)(?:_\/(\d+))?\)$/);if(t){let[,l,a,p,d]=t,u=d?parseInt(d,10)/100:1;return`rgba(${l},${a},${p},${u})`}if(/^#[0-9A-Fa-f]{6}$|^#[0-9A-Fa-f]{3}$/.test(s))return s;if(s.includes("/")){let[l,a]=s.split("/");if(l.startsWith("#")){let p=l.replace("#","");p.length===3&&(p=p.split("").map(n=>n+n).join(""));let d=parseInt(p.substring(0,2),16),u=parseInt(p.substring(2,4),16),e=parseInt(p.substring(4,6),16);return`rgba(${d},${u},${e},${parseInt(a,10)/100})`}return`color-mix(in srgb, var(--color-${l}) ${parseInt(a,10)}%, transparent)`}return`var(--color-${s})`},Q=s=>/^\d+\/\d+$/.test(s)?s.replace(/^(\d+)\/(\d+)$/,(o,i,t)=>`${parseInt(i,10)/parseInt(t,10)*100}%`):`var(--${P(s)})`,z=s=>/^\d+\/\d+$/.test(s)?`-${s.replace(/^(\d+)\/(\d+)$/,(o,i,t)=>`${parseInt(i,10)/parseInt(t,10)*100}%`)}`:`calc(-1 * var(--${P(s)}))`,N=s=>{let o=s.split(" ");if(o.length===1){let i=Q(o[0]);return`${i} ${i}`}return o.map(Q).join(" ")},ee=s=>{let o=s.split(" ");if(o.length===1){let i=z(o[0]);return`${i} ${i}`}return o.map(z).join(" ")},O={first:"first-child",last:"last-child","not-first":"not(:first-child)","not-last":"not(:last-child)",odd:"nth-child(odd)",even:"nth-child(even)",placeholder:"placeholder",file:"file-selector-button",marker:"marker",selection:"selection","first-line":"first-line","first-letter":"first-letter",backdrop:"backdrop","has-checked":"has(:checked)","focus-within":"focus-within",before:"before",after:"after","peer-hover":":hover","peer-focus":":focus","peer-active":":active","peer-invalid":":invalid","peer-checked":":checked","peer-disabled":":disabled","peer-required":":required","peer-read-only":":read-only","peer-indeterminate":":indeterminate","not-hover":"not(:hover)","not-focus":"not(:focus)","not-active":"not(:active)","not-visited":"not(:visited)","not-disabled":"not(:disabled)","not-checked":"not(:checked)","not-focus-visible":"not(:focus-visible)","not-invalid":"not(:invalid)","not-valid":"not(:valid)","not-required":"not(:required)","not-read-only":"not(:read-only)","not-indeterminate":"not(:indeterminate)"},te=s=>{let o=s.match(/^nth-(\d+)$/);if(o)return`nth-child(${o[1]})`;let i=s.match(/^nth-last-(\d+)$/);if(i)return`nth-last-child(${i[1]})`;let t=s.match(/^nth-of-type-(\d+)$/);if(t)return`nth-of-type(${t[1]})`;let l=s.match(/^nth-last-of-type-(\d+)$/);return l?`nth-last-of-type(${l[1]})`:null},E=s=>{let o=te(s);if(o)return o;if(s.startsWith("group-hover/"))return`.group\\/${s.replace("group-hover/","")}:hover`;if(s==="group-hover")return".group:hover";if(s.startsWith("peer-")&&s.includes("/")){let[i,t]=s.split("/"),l=O[i]||`:${i.replace("peer-","")}`;return`.peer\\/${t}${l} ~`}return s.startsWith("peer-")?`.peer${O[s]||`:${s.replace("peer-","")}`} ~`:O[s]||s},D=["--uni-blur","--uni-drop-shadow","--uni-brightness","--uni-contrast","--uni-grayscale","--uni-hue-rotate","--uni-invert","--uni-saturate","--uni-sepia"],B=["--uni-backdrop-blur","--uni-backdrop-brightness","--uni-backdrop-contrast","--uni-backdrop-grayscale","--uni-backdrop-hue-rotate","--uni-backdrop-invert","--uni-backdrop-saturate","--uni-backdrop-opacity","--uni-backdrop-sepia"],re=["--uni-shadow","--uni-shadow-color","--uni-inset-shadow","--uni-inset-shadow-color","--uni-ring-shadow","--uni-ring-color","--uni-inset-ring-shadow","--uni-inset-ring-color","--uni-ring-inset"],Y=["--uni-rotate-x","--uni-rotate-y","--uni-rotate-z","--uni-skew-x","--uni-skew-y"],X=["--uni-scale-x","--uni-scale-y"],G=["--uni-translate-x","--uni-translate-y","--uni-translate-z"],oe=(s,o,i,t,l=null,a=null,p=!1)=>{let d=S(s),u=`.${d}`,e=!1;s.includes("space-x-")||s.includes("space-y-")||s.includes("divide-x")||s.includes("divide-y")||s.includes("divide-color-")||s.includes("divide-style-")?(u+=" > :not(:last-child)",e=!0):p&&(u+=" > *"),e&&(u=`:where(${u})`),l&&(l.startsWith("peer-")||l.includes("peer-"))?u=`${E(l)}${u}`:l&&(e?u=u.replace(`:where(.${d}`,`:where(.${d}:${E(l)}`):u+=`:${E(l)}`);let n=D.includes(i),c=B.includes(i),g=re.includes(i),h=Y.includes(i),y=X.includes(i),w=G.includes(i),x;typeof t=="object"?x=Object.entries(t).map(([m,k])=>`${m}: ${k}`).join("; "):Array.isArray(i)?x=i.map(m=>`${m}: ${t}`).join("; "):x=`${i}: ${t}`;let b;return n?b=`${u} { ${x}; filter: ${D.map(m=>`var(${m})`).join(" ")}; }`:c?b=`${u} { ${x}; backdrop-filter: ${B.map(m=>`var(${m})`).join(" ")}; }`:g?b=`${u} { ${x}; box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000); }`:h?b=`${u} { ${x}; transform: ${Y.map(m=>`var(${m})`).join(" ")}; }`:y?b=`${u} { ${x}; scale: ${X.map(m=>`var(${m})`).join(" ")}; }`:w?b=`${u} { ${x}; translate: ${G.map(m=>`var(${m})`).join(" ")}; }`:b=`${u} { ${x} }`,{selector:u,rule:b,screen:a}},ne=(s,o={})=>{let i=[],t=(e,n,c)=>{i.push({prefix:e,prop:n,transform:c})};["w","min-w","max-w"].forEach(e=>{let n=e.replace("w","width");t(`${e}-[`,n,r),t(`${e}-`,n,c=>{let g=`container-${c}`;if(o[g])return`var(--${g})`;if(/^\d+\/\d+$/.test(c))return c.replace(/^(\d+)\/(\d+)$/,(y,w,x)=>`${parseInt(w,10)/parseInt(x,10)*100}%`);let h={full:"100%",screen:"100vw",dvw:"100dvw",dvh:"100dvh",lvw:"100lvw",lvh:"100lvh",svw:"100svw",svh:"100svh",auto:"auto",px:"1px",min:"min-content",max:"max-content",fit:"fit-content"};return h[c]?h[c]:`var(--${c})`})}),["h","min-h","max-h"].forEach(e=>{let n=e.replace("h","height");t(`${e}-[`,n,r),t(`${e}-`,n,c=>{let g=`container-${c}`;if(o[g])return`var(--${g})`;if(/^\d+\/\d+$/.test(c))return c.replace(/^(\d+)\/(\d+)$/,(y,w,x)=>`${parseInt(w,10)/parseInt(x,10)*100}%`);let h={full:"100%",screen:"100vh",dvw:"100dvw",dvh:"100dvh",lvw:"100lvw",lvh:"100lvh",svw:"100svw",svh:"100svh",auto:"auto",px:"1px",min:"min-content",max:"max-content",fit:"fit-content"};return h[c]?h[c]:`var(--${c})`})}),[["p","padding"],["pt","padding-top"],["pr","padding-right"],["pb","padding-bottom"],["pl","padding-left"],["px","padding-inline"],["py","padding-block"],["m","margin"],["mt","margin-top"],["mr","margin-right"],["mb","margin-bottom"],["ml","margin-left"]].forEach(([e,n])=>{t(`${e}-[`,n,r),t(`${e}-`,n,c=>c==="auto"?"auto":c==="px"?"1px":Q(c))}),t("mx-[",["margin-left","margin-right"],r),t("mx-",["margin-left","margin-right"],e=>e==="auto"?"auto":e==="px"?"1px":Q(e)),t("my-[",["margin-top","margin-bottom"],r),t("my-",["margin-top","margin-bottom"],e=>e==="auto"?"auto":e==="px"?"1px":Q(e)),t("-m-","margin",e=>e==="px"?"-1px":z(e)),t("-mt-","margin-top",e=>e==="px"?"-1px":z(e)),t("-mr-","margin-right",e=>e==="px"?"-1px":z(e)),t("-mb-","margin-bottom",e=>e==="px"?"-1px":z(e)),t("-ml-","margin-left",e=>e==="px"?"-1px":z(e)),t("-mx-",["margin-left","margin-right"],e=>e==="px"?"-1px":z(e)),t("-my-",["margin-top","margin-bottom"],e=>e==="px"?"-1px":z(e)),["top","right","bottom","left"].forEach(e=>{t(`${e}-[`,e,r),t(`${e}-`,e,n=>n==="auto"?"auto":n==="px"?"1px":n==="full"?"100%":Q(n)),t(`-${e}-[`,e,n=>`-${r(n)}`),t(`-${e}-`,e,n=>n==="px"?"-1px":n==="full"?"-100%":z(n))}),t("gap-x-[","column-gap",r),t("gap-x-","column-gap",e=>e==="px"?"1px":`var(--${P(e)})`),t("gap-y-[","row-gap",r),t("gap-y-","row-gap",e=>e==="px"?"1px":`var(--${P(e)})`),t("gap-[","gap",r),t("gap-","gap",e=>e==="px"?"1px":`var(--${P(e)})`),t("inset-x-[","inset-inline",r),t("inset-x-","inset-inline",e=>e==="auto"?"auto":e==="px"?"1px":e==="full"?"100%":Q(e)),t("-inset-x-[","inset-inline",e=>`-${r(e)}`),t("-inset-x-","inset-inline",z),t("inset-y-[","inset-block",r),t("inset-y-","inset-block",e=>e==="auto"?"auto":e==="px"?"1px":e==="full"?"100%":Q(e)),t("-inset-y-[","inset-block",e=>`-${r(e)}`),t("-inset-y-","inset-block",z),t("inset-[","inset",r),t("inset-","inset",e=>e==="auto"?"auto":e==="px"?"1px":e==="full"?"100%":Q(e)),t("-inset-[","inset",e=>`-${r(e)}`),t("-inset-","inset",z),t("z-","z-index",r),t("-z-","z-index",e=>`-${e}`),t("flex-[","flex",r),t("flex-row-reverse","flex-direction",()=>"row-reverse"),t("flex-col-reverse","flex-direction",()=>"column-reverse"),t("flex-row","flex-direction",()=>"row"),t("flex-col","flex-direction",()=>"column"),t("flex-wrap-reverse","flex-wrap",()=>"wrap-reverse"),t("flex-wrap","flex-wrap",()=>"wrap"),t("flex-nowrap","flex-wrap",()=>"nowrap"),t("flex-","flex",r),t("grow-","flex-grow",r),t("shrink-","flex-shrink",r),t("basis-[","flex-basis",r),t("basis-","flex-basis",e=>{if(e==="auto")return"auto";if(e==="px")return"1px";if(e==="full")return"100%";let n=`container-${e}`;return o[n]?`var(--${n})`:Q(e)}),t("order-first","order",()=>"calc(-infinity)"),t("order-last","order",()=>"calc(infinity)"),t("order-","order",r),t("-order-","order",e=>`-${e}`),[["auto",{width:"auto",height:"auto"}],["px",{width:"1px",height:"1px"}],["full",{width:"100%",height:"100%"}],["dvw",{width:"100dvw",height:"100dvw"}],["dvh",{width:"100dvh",height:"100dvh"}],["lvw",{width:"100lvw",height:"100lvw"}],["lvh",{width:"100lvh",height:"100lvh"}],["svw",{width:"100svw",height:"100svw"}],["svh",{width:"100svh",height:"100svh"}],["min",{width:"min-content",height:"min-content"}],["max",{width:"max-content",height:"max-content"}],["fit",{width:"fit-content",height:"fit-content"}]].forEach(([e,n])=>{t(`size-${e}`,null,()=>n)}),t("size-[",["width","height"],r),t("size-",["width","height"],Q),t("aspect-","aspect-ratio",e=>/^\d+\/\d+$/.test(e)?e:{auto:"auto",square:"1/1",video:"16/9"}[e]||e),[["scroll-m","scroll-margin"],["scroll-mt","scroll-margin-top"],["scroll-mr","scroll-margin-right"],["scroll-mb","scroll-margin-bottom"],["scroll-ml","scroll-margin-left"]].forEach(([e,n])=>{t(`${e}-[`,n,r),t(`${e}-`,n,c=>c==="auto"?"auto":c==="px"?"1px":/^\d+$/.test(c)?`var(--${c})`:Q(c))}),t("scroll-mx-[","scroll-margin-inline",r),t("scroll-mx-","scroll-margin-inline",e=>e==="auto"?"auto":e==="px"?"1px":/^\d+$/.test(e)?`var(--${e})`:Q(e)),t("scroll-my-[","scroll-margin-block",r),t("scroll-my-","scroll-margin-block",e=>e==="auto"?"auto":e==="px"?"1px":/^\d+$/.test(e)?`var(--${e})`:Q(e)),t("-scroll-m-[","scroll-margin",e=>`-${r(e)}`),t("-scroll-m-","scroll-margin",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-mt-[","scroll-margin-top",e=>`-${r(e)}`),t("-scroll-mt-","scroll-margin-top",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-mr-[","scroll-margin-right",e=>`-${r(e)}`),t("-scroll-mr-","scroll-margin-right",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-mb-[","scroll-margin-bottom",e=>`-${r(e)}`),t("-scroll-mb-","scroll-margin-bottom",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-ml-[","scroll-margin-left",e=>`-${r(e)}`),t("-scroll-ml-","scroll-margin-left",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-mx-[","scroll-margin-inline",e=>`-${r(e)}`),t("-scroll-mx-","scroll-margin-inline",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-my-[","scroll-margin-block",e=>`-${r(e)}`),t("-scroll-my-","scroll-margin-block",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),[["scroll-p","scroll-padding"],["scroll-pt","scroll-padding-top"],["scroll-pr","scroll-padding-right"],["scroll-pb","scroll-padding-bottom"],["scroll-pl","scroll-padding-left"]].forEach(([e,n])=>{t(`${e}-[`,n,r),t(`${e}-`,n,c=>c==="px"?"1px":/^\d+$/.test(c)?`var(--${c})`:Q(c))}),t("scroll-px-[","scroll-padding-inline",r),t("scroll-px-","scroll-padding-inline",e=>e==="px"?"1px":/^\d+$/.test(e)?`var(--${e})`:Q(e)),t("scroll-py-[","scroll-padding-block",r),t("scroll-py-","scroll-padding-block",e=>e==="px"?"1px":/^\d+$/.test(e)?`var(--${e})`:Q(e)),t("-scroll-p-[","scroll-padding",e=>`-${r(e)}`),t("-scroll-p-","scroll-padding",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-pt-[","scroll-padding-top",e=>`-${r(e)}`),t("-scroll-pt-","scroll-padding-top",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-pr-[","scroll-padding-right",e=>`-${r(e)}`),t("-scroll-pr-","scroll-padding-right",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-pb-[","scroll-padding-bottom",e=>`-${r(e)}`),t("-scroll-pb-","scroll-padding-bottom",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-pl-[","scroll-padding-left",e=>`-${r(e)}`),t("-scroll-pl-","scroll-padding-left",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-px-[","scroll-padding-inline",e=>`-${r(e)}`),t("-scroll-px-","scroll-padding-inline",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("-scroll-py-[","scroll-padding-block",e=>`-${r(e)}`),t("-scroll-py-","scroll-padding-block",e=>e==="px"?"-1px":/^\d+$/.test(e)?`calc(var(--${e}) * -1)`:z(e)),t("font-[","font-weight",r),t("font-family-[","font-family",e=>{let n=r(e);return n.startsWith('"')||n.startsWith("'")?n:`"${n}"`}),t("tracking-[","letter-spacing",r),t("leading-[","line-height",r),t("leading-","line-height",e=>/^\d+$/.test(e)||/^\d*\.\d+$/.test(e)?`calc(var(--1) * ${e})`:null),t("indent-[","text-indent",r),t("indent-","text-indent",e=>`var(--${P(e)})`),t("-indent-","text-indent",e=>`calc(-1 * var(--${P(e)}))`),t("align-[","vertical-align",r),t("text-shadow-color-[",null,e=>({"--uni-text-shadow-color":v(e)})),t("text-shadow-color-",null,e=>({"--uni-text-shadow-color":v(e)})),t("text-shadow-[","text-shadow",r),t("text-color-[","color",v),t("text-color-","color",v),t("text-[","font-size",r),t("text-",null,function(e){if(e.startsWith("color-"))return{color:v(e.replace("color-",""))};let n=e.match(/^([a-z0-9\[\]\-\.]+)\/([a-z0-9\[\]\-\.]+)$/i);if(n){let[,c,g]=n;if(!c.startsWith("color-"))return{"font-size":s[c]?`var(--${P(c)})`:`var(--text-${c})`,"line-height":s[g]?`var(--${P(g)})`:`var(--line-${g})`}}return s[e]?{"font-size":`var(--${P(e)})`}:{"font-size":`var(--text-${e})`}}),t("decoration-color-[","text-decoration-color",v),t("decoration-color-","text-decoration-color",v),t("decoration-thick-[","text-decoration-thickness",r),t("decoration-thick-","text-decoration-thickness",e=>e==="auto"?"auto":e==="from-font"?"from-font":/^\d+$/.test(e)?`${e}px`:`var(--${P(e)})`),t("underline-offset-[","text-underline-offset",r),t("underline-offset-","text-underline-offset",e=>e==="auto"?"auto":/^\d+$/.test(e)?`${e}px`:`var(--${P(e)})`),t("-underline-offset-[","text-underline-offset",e=>`-${r(e)}`),t("-underline-offset-","text-underline-offset",e=>/^\d+$/.test(e)?`-${e}px`:`calc(-1 * var(--${P(e)}))`),t("bg-color-[","background-color",v),t("bg-color-","background-color",v),t("bg-image-[","background-image",e=>r(e,"bg-image")),t("bg-position-[","background-position",r),t("bg-size-[","background-size",r),t("bg-gradient-[","background-image",e=>r(e).replace(/color-([a-zA-Z0-9\-]+(?:\/[0-9]+)?)/g,(n,c)=>v(c))),t("list-image-[","list-style-image",e=>r(e,"list-image")),t("mask-image-[",null,e=>({"mask-image":r(e,"mask-image"),"-webkit-mask-image":r(e,"mask-image")})),t("mask-position-[",null,e=>({"mask-position":r(e),"-webkit-mask-position":r(e)})),t("mask-size-[",null,e=>({"mask-size":r(e),"-webkit-mask-size":r(e)})),t("border-style-",null,e=>({"--uni-border-style":e,"border-style":"var(--uni-border-style)"})),t("border-spacing-x-[",null,e=>({"--uni-border-spacing-x":r(e),"border-spacing":`var(--uni-border-spacing-x, ${r(e)}) var(--uni-border-spacing-y, 0)`})),t("border-spacing-x-",null,e=>({"--uni-border-spacing-x":`${e}px`,"border-spacing":`var(--uni-border-spacing-x, ${e}px) var(--uni-border-spacing-y, 0)`})),t("border-spacing-y-[",null,e=>({"--uni-border-spacing-y":r(e),"border-spacing":`var(--uni-border-spacing-x, 0) var(--uni-border-spacing-y, ${r(e)})`})),t("border-spacing-y-",null,e=>({"--uni-border-spacing-y":`${e}px`,"border-spacing":`var(--uni-border-spacing-x, 0) var(--uni-border-spacing-y, ${e}px)`})),t("border-spacing-[","border-spacing",r),t("border-spacing-","border-spacing",e=>`${e}px`),t("border-color-[","border-color",v),t("border-color-","border-color",v),["t","r","b","l","x","y"].forEach(e=>{let n={t:"border-top-color",r:"border-right-color",b:"border-bottom-color",l:"border-left-color",x:"border-inline-color",y:"border-block-color"};t(`border-${e}-color-[`,n[e],v),t(`border-${e}-color-`,n[e],v)}),t("border-x-",null,e=>({"border-inline-width":`${e}px`,"border-style":"var(--uni-border-style)"})),t("border-y-",null,e=>({"border-block-width":`${e}px`,"border-style":"var(--uni-border-style)"})),t("border-t-",null,e=>({"border-top-width":`${e}px`,"border-style":"var(--uni-border-style)"})),t("border-r-",null,e=>({"border-right-width":`${e}px`,"border-style":"var(--uni-border-style)"})),t("border-b-",null,e=>({"border-bottom-width":`${e}px`,"border-style":"var(--uni-border-style)"})),t("border-l-",null,e=>({"border-left-width":`${e}px`,"border-style":"var(--uni-border-style)"})),t("border-[",null,e=>({"border-width":r(e),"border-style":"var(--uni-border-style)"})),t("border-",null,e=>/^\d+$/.test(e)||/^\d+(px|rem|em|%)$/.test(e)?{"border-width":`${e}px`,"border-style":"var(--uni-border-style)"}:{});let u=["xs","sm","md","lg","xl","2xl","4xl","none","full"];return u.forEach(e=>{let n=e==="none"?"0":e==="full"?"calc(infinity * 1px)":`var(--radius-${e})`;t(`rounded-${e}`,"border-radius",()=>n)}),t("rounded-[","border-radius",r),["t","r","b","l","tl","tr","br","bl"].forEach(e=>{let n={t:["top-left","top-right"],r:["top-right","bottom-right"],b:["bottom-right","bottom-left"],l:["top-left","bottom-left"],tl:["top-left"],tr:["top-right"],br:["bottom-right"],bl:["bottom-left"]};u.forEach(c=>{let g=c==="none"?"0":c==="full"?"calc(infinity * 1px)":`var(--radius-${c})`,h={};n[e].forEach(y=>{h[`border-${y}-radius`]=g}),t(`rounded-${e}-${c}`,null,()=>h)})}),t("shadow-[","--uni-shadow",r),t("shadow-inset-[","--uni-inset-shadow",r),t("shadow-color-[",null,e=>({"--uni-shadow-color":v(e)})),t("shadow-color-",null,e=>({"--uni-shadow-color":v(e)})),t("shadow-inset-color-[",null,e=>({"--uni-inset-shadow-color":v(e)})),t("shadow-inset-color-",null,e=>({"--uni-inset-shadow-color":v(e)})),t("ring-inset-color-[","--uni-inset-ring-color",v),t("ring-inset-color-","--uni-inset-ring-color",v),t("ring-inset-[","--uni-inset-ring-shadow",e=>`inset 0 0 0 ${r(e)} var(--uni-inset-ring-color, currentColor)`),t("ring-inset-","--uni-inset-ring-shadow",e=>`inset 0 0 0 ${e}px var(--uni-inset-ring-color, currentColor)`),t("ring-inset","--uni-inset-ring-shadow",()=>"inset 0 0 0 1px var(--uni-inset-ring-color, currentColor)"),t("ring-color-[","--uni-ring-color",v),t("ring-color-","--uni-ring-color",v),t("ring-[","--uni-ring-shadow",e=>`0 0 0 ${r(e)} var(--uni-ring-color, currentColor)`),t("ring-","--uni-ring-shadow",e=>`0 0 0 ${e}px var(--uni-ring-color, currentColor)`),t("ring","--uni-ring-shadow",()=>"0 0 0 1px var(--uni-ring-color, currentColor)"),t("blur-[","--uni-blur",e=>`blur(${r(e)})`),t("blur-","--uni-blur",e=>`blur(var(--blur-${e}))`),t("brightness-","--uni-brightness",e=>`brightness(${r(e)}%)`),t("contrast-","--uni-contrast",e=>`contrast(${r(e)}%)`),t("drop-shadow-[","--uni-drop-shadow",e=>`drop-shadow(${r(e)})`),t("drop-shadow-color-[",null,e=>({"--uni-drop-shadow-color":v(e)})),t("drop-shadow-color-",null,e=>({"--uni-drop-shadow-color":v(e)})),t("grayscale-","--uni-grayscale",e=>`grayscale(${r(e)}%)`),t("grayscale","--uni-grayscale",()=>"grayscale(100%)"),t("hue-rotate-","--uni-hue-rotate",e=>`hue-rotate(${r(e)}deg)`),t("-hue-rotate-","--uni-hue-rotate",e=>`hue-rotate(calc(${r(e)}deg * -1))`),t("invert-","--uni-invert",e=>`invert(${r(e)}%)`),t("invert","--uni-invert",()=>"invert(100%)"),t("saturate-","--uni-saturate",e=>`saturate(${r(e)}%)`),t("sepia-","--uni-sepia",e=>`sepia(${r(e)}%)`),t("sepia","--uni-sepia",()=>"sepia(100%)"),t("backdrop-blur-[","--uni-backdrop-blur",e=>`blur(${r(e)})`),t("backdrop-blur-","--uni-backdrop-blur",e=>`blur(var(--blur-${e}))`),t("backdrop-brightness-","--uni-backdrop-brightness",e=>`brightness(${r(e)}%)`),t("backdrop-contrast-","--uni-backdrop-contrast",e=>`contrast(${r(e)}%)`),t("backdrop-grayscale-","--uni-backdrop-grayscale",e=>`grayscale(${r(e)}%)`),t("backdrop-grayscale","--uni-backdrop-grayscale",()=>"grayscale(100%)"),t("backdrop-hue-rotate-","--uni-backdrop-hue-rotate",e=>`hue-rotate(${r(e)}deg)`),t("-backdrop-hue-rotate-","--uni-backdrop-hue-rotate",e=>`hue-rotate(calc(${r(e)}deg * -1))`),t("backdrop-invert-","--uni-backdrop-invert",e=>`invert(${r(e)}%)`),t("backdrop-invert","--uni-backdrop-invert",()=>"invert(100%)"),t("backdrop-opacity-","--uni-backdrop-opacity",e=>`opacity(${r(e)}%)`),t("backdrop-saturate-","--uni-backdrop-saturate",e=>`saturate(${r(e)}%)`),t("backdrop-sepia-","--uni-backdrop-sepia",e=>`sepia(${r(e)}%)`),t("backdrop-sepia","--uni-backdrop-sepia",()=>"sepia(100%)"),t("opacity-","opacity",function(e){if(/^\d+$/.test(e)){let n=parseInt(e,10);if(n>=0&&n<=100)return(n/100).toString()}return r(e)}),t("duration-",null,e=>({"--uni-transition-duration":`${r(e)}ms`,"transition-duration":"var(--uni-transition-duration, 150ms)"})),t("ease-[",null,e=>({"--uni-transition-timing-function":r(e),"transition-timing-function":"var(--uni-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1))"})),t("delay-",null,e=>({"--uni-transition-delay":`${r(e)}ms`,"transition-delay":"var(--uni-transition-delay, 0ms)"})),t("transition-",null,e=>({"--uni-transition-property":r(e),"transition-property":"var(--uni-transition-property, all)","transition-duration":"var(--uni-transition-duration, 150ms)"})),t("animate-[","animation",r),t("animate-spin","animation",()=>"var(--animate-spin)"),t("animate-ping","animation",()=>"var(--animate-ping)"),t("animate-pulse","animation",()=>"var(--animate-pulse)"),t("animate-bounce","animation",()=>"var(--animate-bounce)"),t("animate-none","animation",()=>"none"),t("iteration-","animation-iteration-count",r),t("will-change-[","will-change",r),t("perspective-origin-[","perspective-origin",r),t("perspective-[","perspective",r),t("rotate-[","rotate",r),t("rotate-x-","--uni-rotate-x",e=>`rotateX(${e}deg)`),t("rotate-y-","--uni-rotate-y",e=>`rotateY(${e}deg)`),t("rotate-z-","--uni-rotate-z",e=>`rotateZ(${e}deg)`),t("-rotate-x-","--uni-rotate-x",e=>`rotateX(calc(${e}deg * -1))`),t("-rotate-y-","--uni-rotate-y",e=>`rotateY(calc(${e}deg * -1))`),t("-rotate-z-","--uni-rotate-z",e=>`rotateZ(calc(${e}deg * -1))`),t("rotate-","rotate",e=>`${r(e)}deg`),t("-rotate-","rotate",e=>`calc(${r(e)}deg * -1)`),t("scale-x-","--uni-scale-x",e=>`${e}%`),t("scale-y-","--uni-scale-y",e=>`${e}%`),t("-scale-x-","--uni-scale-x",e=>`calc(${e}% * -1)`),t("-scale-y-","--uni-scale-y",e=>`calc(${e}% * -1)`),t("scale-","scale",e=>`${r(e)}%`),t("-scale-","scale",e=>`calc(${r(e)}% * -1)`),t("skew-x-","--uni-skew-x",e=>`skewX(${e}deg)`),t("skew-y-","--uni-skew-y",e=>`skewY(${e}deg)`),t("-skew-x-","--uni-skew-x",e=>`skewX(calc(${e}deg * -1))`),t("-skew-y-","--uni-skew-y",e=>`skewY(calc(${e}deg * -1))`),t("skew-","transform",e=>`skewX(${e}deg) skewY(${e}deg)`),t("-skew-","transform",e=>`skewX(-${e}deg) skewY(-${e}deg)`),t("origin-[","transform-origin",r),t("translate-[","translate",r),t("translate-x-[","--uni-translate-x",r),t("translate-y-[","--uni-translate-y",r),t("translate-x-","--uni-translate-x",Q),t("translate-y-","--uni-translate-y",Q),t("translate-z-","--uni-translate-z",Q),t("-translate-x-","--uni-translate-x",z),t("-translate-y-","--uni-translate-y",z),t("-translate-z-","--uni-translate-z",z),t("translate-","translate",N),t("-translate-","translate",ee),t("grid-columns-[","grid-template-columns",r),t("grid-columns-","grid-template-columns",e=>/^\d+$/.test(e)?`repeat(${e}, minmax(0, 1fr))`:e),t("col-start-","grid-column-start",r),t("-col-start-","grid-column-start",e=>`calc(${r(e)} * -1)`),t("col-end-","grid-column-end",r),t("-col-end-","grid-column-end",e=>`calc(${r(e)} * -1)`),t("col-span-","grid-column",e=>e==="full"?"1 / -1":`span ${r(e)} / span ${r(e)}`),t("col-[","grid-column",r),t("grid-rows-[","grid-template-rows",r),t("grid-rows-","grid-template-rows",e=>/^\d+$/.test(e)?`repeat(${e}, minmax(0, 1fr))`:e),t("row-start-","grid-row-start",r),t("-row-start-","grid-row-start",e=>`calc(${r(e)} * -1)`),t("row-end-","grid-row-end",r),t("-row-end-","grid-row-end",e=>`calc(${r(e)} * -1)`),t("row-span-","grid-row",e=>e==="full"?"1 / -1":`span ${r(e)} / span ${r(e)}`),t("row-[","grid-row",r),t("auto-columns-[","grid-auto-columns",r),t("auto-rows-[","grid-auto-rows",r),t("space-x-[","margin-right",r),t("space-x-","margin-right",e=>e==="px"?"1px":/^\d+\/\d+$/.test(e)?e.replace(/^(\d+)\/(\d+)$/,(n,c,g)=>`${parseInt(c,10)/parseInt(g,10)*100}%`):`var(--${e})`),t("-space-x-[","margin-right",e=>`calc(${r(e)} * -1)`),t("-space-x-","margin-right",e=>e==="px"?"-1px":/^\d+\/\d+$/.test(e)?`-${e.replace(/^(\d+)\/(\d+)$/,(n,c,g)=>`${parseInt(c,10)/parseInt(g,10)*100}%`)}`:`calc(var(--${e}) * -1)`),t("space-y-[","margin-bottom",r),t("space-y-","margin-bottom",e=>e==="px"?"1px":/^\d+\/\d+$/.test(e)?e.replace(/^(\d+)\/(\d+)$/,(n,c,g)=>`${parseInt(c,10)/parseInt(g,10)*100}%`):`var(--${e})`),t("-space-y-[","margin-bottom",e=>`calc(${r(e)} * -1)`),t("-space-y-","margin-bottom",e=>e==="px"?"-1px":/^\d+\/\d+$/.test(e)?`-${e.replace(/^(\d+)\/(\d+)$/,(n,c,g)=>`${parseInt(c,10)/parseInt(g,10)*100}%`)}`:`calc(var(--${e}) * -1)`),t("divide-x-[",null,e=>({"border-right-width":r(e),"border-right-style":"solid"})),t("divide-x-",null,e=>/^\d+$/.test(e)?{"border-right-width":`${e}px`,"border-right-style":"solid"}:{"border-right-width":e,"border-right-style":"solid"}),t("divide-x",null,()=>({"border-right-width":"1px","border-right-style":"solid"})),t("divide-y-[",null,e=>({"border-bottom-width":r(e),"border-bottom-style":"solid"})),t("divide-y-",null,e=>/^\d+$/.test(e)?{"border-bottom-width":`${e}px`,"border-bottom-style":"solid"}:{"border-bottom-width":e,"border-bottom-style":"solid"}),t("divide-y",null,()=>({"border-bottom-width":"1px","border-bottom-style":"solid"})),t("divide-style-","border-style",e=>e),t("divide-color-[","border-color",v),t("divide-color-","border-color",v),t("columns-","columns",e=>/^\d+$/.test(e)?e:["3xs","2xs","xs","sm","md","lg","xl","2xl","3xl","4xl","5xl","6xl","7xl"].includes(e)?`var(--container-${e})`:r(e)),t("scrollbar-[","scrollbar-color",e=>r(e).replace(/color-([a-zA-Z0-9\-]+)/g,(n,c)=>`var(--color-${c})`)),t("object-[","object-position",r),t("caret-color-[","caret-color",v),t("caret-color-","caret-color",v),t("accent-color-[","accent-color",v),t("accent-color-","accent-color",v),t("outline-offset-[","outline-offset",r),t("outline-style-",null,e=>({"--uni-outline-style":e,"outline-style":"var(--uni-outline-style)"})),t("outline-color-[","outline-color",v),t("outline-color-","outline-color",v),t("outline-[",null,e=>({"outline-width":r(e),"outline-style":"var(--uni-outline-style)"})),t("outline-offset-","outline-offset",e=>`${e}px`),t("-outline-offset-","outline-offset",e=>`-${e}px`),t("outline-",null,e=>e.startsWith("offset")?{}:{"outline-width":/^\d+$/.test(e)?`${e}px`:e,"outline-style":"var(--uni-outline-style)"}),t("fill-color-[","fill",v),t("fill-color-","fill",v),t("stroke-color-[","stroke",v),t("stroke-color-","stroke",v),t("stroke-[","stroke-width",r),t("stroke-","stroke-width",e=>/^\d+$/.test(e)?`${e}px`:r(e)),t("content-[","content",e=>{let n=r(e);return n.startsWith("'")||n.startsWith('"')?n:`"${n}"`}),t("line-clamp-",null,e=>({overflow:"hidden",display:"-webkit-box","-webkit-box-orient":"vertical","-webkit-line-clamp":e.replace("/","")})),t("line-clamp-none",null,()=>({overflow:"visible",display:"block","-webkit-box-orient":"horizontal","-webkit-line-clamp":"unset"})),t("truncate",null,()=>({overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"})),t("sr-only",null,()=>({position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)","white-space":"nowrap","border-width":"0"})),t("not-sr-only",null,()=>({position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",clip:"auto","white-space":"normal"})),i},ie=()=>`
|
|
2
2
|
*,::after,::before,::backdrop,::file-selector-button {margin: 0; padding: 0; box-sizing: border-box; border: 0 solid; outline: 0 solid;}
|
|
3
3
|
h1,h2,h3,h4,h5,h6 {font-size: inherit;font-weight: inherit;}
|
|
4
4
|
ol,ul,menu {list-style: none;}
|
|
@@ -55,16 +55,16 @@ textarea {resize: vertical;}
|
|
|
55
55
|
0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
|
|
56
56
|
50% { transform: none; animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
|
|
57
57
|
}
|
|
58
|
-
`,Z=()=>({theme:{extend:{colors:{"color-white":"oklch(100% 0 0)","color-black":"oklch(0% 0 0)","color-inherit":"inherit","color-transparent":"transparent","color-current":"currentColor","color-red-50":"oklch(97.1% 0.013 17.38)","color-red-100":"oklch(93.6% 0.032 17.717)","color-red-200":"oklch(88.5% 0.062 18.334)","color-red-300":"oklch(80.8% 0.114 19.571)","color-red-400":"oklch(70.4% 0.191 22.216)","color-red-500":"oklch(63.7% 0.237 25.331)","color-red-600":"oklch(57.7% 0.245 27.325)","color-red-700":"oklch(50.5% 0.213 27.518)","color-red-800":"oklch(44.4% 0.177 26.899)","color-red-900":"oklch(39.6% 0.141 25.723)","color-red-950":"oklch(25.8% 0.092 26.042)","color-orange-50":"oklch(98% 0.016 73.684)","color-orange-100":"oklch(95.4% 0.038 75.164)","color-orange-200":"oklch(90.1% 0.076 70.697)","color-orange-300":"oklch(83.7% 0.128 66.29)","color-orange-400":"oklch(75% 0.183 55.934)","color-orange-500":"oklch(70.5% 0.213 47.604)","color-orange-600":"oklch(64.6% 0.222 41.116)","color-orange-700":"oklch(55.3% 0.195 38.402)","color-orange-800":"oklch(47% 0.157 37.304)","color-orange-900":"oklch(40.8% 0.123 38.172)","color-orange-950":"oklch(26.6% 0.079 36.259)","color-amber-50":"oklch(98.7% 0.022 95.277)","color-amber-100":"oklch(96.2% 0.059 95.617)","color-amber-200":"oklch(92.4% 0.12 95.746)","color-amber-300":"oklch(87.9% 0.169 91.605)","color-amber-400":"oklch(82.8% 0.189 84.429)","color-amber-500":"oklch(76.9% 0.188 70.08)","color-amber-600":"oklch(66.6% 0.179 58.318)","color-amber-700":"oklch(55.5% 0.163 48.998)","color-amber-800":"oklch(47.3% 0.137 46.201)","color-amber-900":"oklch(41.4% 0.112 45.904)","color-amber-950":"oklch(27.9% 0.077 45.635)","color-yellow-50":"oklch(98.7% 0.026 102.212)","color-yellow-100":"oklch(97.3% 0.071 103.193)","color-yellow-200":"oklch(94.5% 0.129 101.54)","color-yellow-300":"oklch(90.5% 0.182 98.111)","color-yellow-400":"oklch(85.2% 0.199 91.936)","color-yellow-500":"oklch(79.5% 0.184 86.047)","color-yellow-600":"oklch(68.1% 0.162 75.834)","color-yellow-700":"oklch(55.4% 0.135 66.442)","color-yellow-800":"oklch(47.6% 0.114 61.907)","color-yellow-900":"oklch(42.1% 0.095 57.708)","color-yellow-950":"oklch(28.6% 0.066 53.813)","color-lime-50":"oklch(98.6% 0.031 120.757)","color-lime-100":"oklch(96.7% 0.067 122.328)","color-lime-200":"oklch(93.8% 0.127 124.321)","color-lime-300":"oklch(89.7% 0.196 126.665)","color-lime-400":"oklch(84.1% 0.238 128.85)","color-lime-500":"oklch(76.8% 0.233 130.85)","color-lime-600":"oklch(64.8% 0.2 131.684)","color-lime-700":"oklch(53.2% 0.157 131.589)","color-lime-800":"oklch(45.3% 0.124 130.933)","color-lime-900":"oklch(40.5% 0.101 131.063)","color-lime-950":"oklch(27.4% 0.072 132.109)","color-green-50":"oklch(98.2% 0.018 155.826)","color-green-100":"oklch(96.2% 0.044 156.743)","color-green-200":"oklch(92.5% 0.084 155.995)","color-green-300":"oklch(87.1% 0.15 154.449)","color-green-400":"oklch(79.2% 0.209 151.711)","color-green-500":"oklch(72.3% 0.219 149.579)","color-green-600":"oklch(62.7% 0.194 149.214)","color-green-700":"oklch(52.7% 0.154 150.069)","color-green-800":"oklch(44.8% 0.119 151.328)","color-green-900":"oklch(39.3% 0.095 152.535)","color-green-950":"oklch(26.6% 0.065 152.934)","color-emerald-50":"oklch(97.9% 0.021 166.113)","color-emerald-100":"oklch(95% 0.052 163.051)","color-emerald-200":"oklch(90.5% 0.093 164.15)","color-emerald-300":"oklch(84.5% 0.143 164.978)","color-emerald-400":"oklch(76.5% 0.177 163.223)","color-emerald-500":"oklch(69.6% 0.17 162.48)","color-emerald-600":"oklch(59.6% 0.145 163.225)","color-emerald-700":"oklch(50.8% 0.118 165.612)","color-emerald-800":"oklch(43.2% 0.095 166.913)","color-emerald-900":"oklch(37.8% 0.077 168.94)","color-emerald-950":"oklch(26.2% 0.051 172.552)","color-teal-50":"oklch(98.4% 0.014 180.72)","color-teal-100":"oklch(95.3% 0.051 180.801)","color-teal-200":"oklch(91% 0.096 180.426)","color-teal-300":"oklch(85.5% 0.138 181.071)","color-teal-400":"oklch(77.7% 0.152 181.912)","color-teal-500":"oklch(70.4% 0.14 182.503)","color-teal-600":"oklch(60% 0.118 184.704)","color-teal-700":"oklch(51.1% 0.096 186.391)","color-teal-800":"oklch(43.7% 0.078 188.216)","color-teal-900":"oklch(38.6% 0.063 188.416)","color-teal-950":"oklch(27.7% 0.046 192.524)","color-cyan-50":"oklch(98.4% 0.019 200.873)","color-cyan-100":"oklch(95.6% 0.045 203.388)","color-cyan-200":"oklch(91.7% 0.08 205.041)","color-cyan-300":"oklch(86.5% 0.127 207.078)","color-cyan-400":"oklch(78.9% 0.154 211.53)","color-cyan-500":"oklch(71.5% 0.143 215.221)","color-cyan-600":"oklch(60.9% 0.126 221.723)","color-cyan-700":"oklch(52% 0.105 223.128)","color-cyan-800":"oklch(45% 0.085 224.283)","color-cyan-900":"oklch(39.8% 0.07 227.392)","color-cyan-950":"oklch(30.2% 0.056 229.695)","color-sky-50":"oklch(97.7% 0.013 236.62)","color-sky-100":"oklch(95.1% 0.026 236.824)","color-sky-200":"oklch(90.1% 0.058 230.902)","color-sky-300":"oklch(82.8% 0.111 230.318)","color-sky-400":"oklch(74.6% 0.16 232.661)","color-sky-500":"oklch(68.5% 0.169 237.323)","color-sky-600":"oklch(58.8% 0.158 241.966)","color-sky-700":"oklch(50% 0.134 242.749)","color-sky-800":"oklch(44.3% 0.11 240.79)","color-sky-900":"oklch(39.1% 0.09 240.876)","color-sky-950":"oklch(29.3% 0.066 243.157)","color-blue-50":"oklch(97% 0.014 254.604)","color-blue-100":"oklch(93.2% 0.032 255.585)","color-blue-200":"oklch(88.2% 0.059 254.128)","color-blue-300":"oklch(80.9% 0.105 251.813)","color-blue-400":"oklch(70.7% 0.165 254.624)","color-blue-500":"oklch(62.3% 0.214 259.815)","color-blue-600":"oklch(54.6% 0.245 262.881)","color-blue-700":"oklch(48.8% 0.243 264.376)","color-blue-800":"oklch(42.4% 0.199 265.638)","color-blue-900":"oklch(37.9% 0.146 265.522)","color-blue-950":"oklch(28.2% 0.091 267.935)","color-indigo-50":"oklch(96.2% 0.018 272.314)","color-indigo-100":"oklch(93% 0.034 272.788)","color-indigo-200":"oklch(87% 0.065 274.039)","color-indigo-300":"oklch(78.5% 0.115 274.713)","color-indigo-400":"oklch(67.3% 0.182 276.935)","color-indigo-500":"oklch(58.5% 0.233 277.117)","color-indigo-600":"oklch(51.1% 0.262 276.966)","color-indigo-700":"oklch(45.7% 0.24 277.023)","color-indigo-800":"oklch(39.8% 0.195 277.366)","color-indigo-900":"oklch(35.9% 0.144 278.697)","color-indigo-950":"oklch(25.7% 0.09 281.288)","color-violet-50":"oklch(96.9% 0.016 293.756)","color-violet-100":"oklch(94.3% 0.029 294.588)","color-violet-200":"oklch(89.4% 0.057 293.283)","color-violet-300":"oklch(81.1% 0.111 293.571)","color-violet-400":"oklch(70.2% 0.183 293.541)","color-violet-500":"oklch(60.6% 0.25 292.717)","color-violet-600":"oklch(54.1% 0.281 293.009)","color-violet-700":"oklch(49.1% 0.27 292.581)","color-violet-800":"oklch(43.2% 0.232 292.759)","color-violet-900":"oklch(38% 0.189 293.745)","color-violet-950":"oklch(28.3% 0.141 291.089)","color-purple-50":"oklch(97.7% 0.014 308.299)","color-purple-100":"oklch(94.6% 0.033 307.174)","color-purple-200":"oklch(90.2% 0.063 306.703)","color-purple-300":"oklch(82.7% 0.119 306.383)","color-purple-400":"oklch(71.4% 0.203 305.504)","color-purple-500":"oklch(62.7% 0.265 303.9)","color-purple-600":"oklch(55.8% 0.288 302.321)","color-purple-700":"oklch(49.6% 0.265 301.924)","color-purple-800":"oklch(43.8% 0.218 303.724)","color-purple-900":"oklch(38.1% 0.176 304.987)","color-purple-950":"oklch(29.1% 0.149 302.717)","color-fuchsia-50":"oklch(97.7% 0.017 320.058)","color-fuchsia-100":"oklch(95.2% 0.037 318.852)","color-fuchsia-200":"oklch(90.3% 0.076 319.62)","color-fuchsia-300":"oklch(83.3% 0.145 321.434)","color-fuchsia-400":"oklch(74% 0.238 322.16)","color-fuchsia-500":"oklch(66.7% 0.295 322.15)","color-fuchsia-600":"oklch(59.1% 0.293 322.896)","color-fuchsia-700":"oklch(51.8% 0.253 323.949)","color-fuchsia-800":"oklch(45.2% 0.211 324.591)","color-fuchsia-900":"oklch(40.1% 0.17 325.612)","color-fuchsia-950":"oklch(29.3% 0.136 325.661)","color-pink-50":"oklch(97.1% 0.014 343.198)","color-pink-100":"oklch(94.8% 0.028 342.258)","color-pink-200":"oklch(89.9% 0.061 343.231)","color-pink-300":"oklch(82.3% 0.12 346.018)","color-pink-400":"oklch(71.8% 0.202 349.761)","color-pink-500":"oklch(65.6% 0.241 354.308)","color-pink-600":"oklch(59.2% 0.249 0.584)","color-pink-700":"oklch(52.5% 0.223 3.958)","color-pink-800":"oklch(45.9% 0.187 3.815)","color-pink-900":"oklch(40.8% 0.153 2.432)","color-pink-950":"oklch(28.4% 0.109 3.907)","color-rose-50":"oklch(96.9% 0.015 12.422)","color-rose-100":"oklch(94.1% 0.03 12.58)","color-rose-200":"oklch(89.2% 0.058 10.001)","color-rose-300":"oklch(81% 0.117 11.638)","color-rose-400":"oklch(71.2% 0.194 13.428)","color-rose-500":"oklch(64.5% 0.246 16.439)","color-rose-600":"oklch(58.6% 0.253 17.585)","color-rose-700":"oklch(51.4% 0.222 16.935)","color-rose-800":"oklch(45.5% 0.188 13.697)","color-rose-900":"oklch(41% 0.159 10.272)","color-rose-950":"oklch(27.1% 0.105 12.094)","color-slate-50":"oklch(98.4% 0.003 247.858)","color-slate-100":"oklch(96.8% 0.007 247.896)","color-slate-200":"oklch(92.9% 0.013 255.508)","color-slate-300":"oklch(86.9% 0.022 252.894)","color-slate-400":"oklch(70.4% 0.04 256.788)","color-slate-500":"oklch(55.4% 0.046 257.417)","color-slate-600":"oklch(44.6% 0.043 257.281)","color-slate-700":"oklch(37.2% 0.044 257.287)","color-slate-800":"oklch(27.9% 0.041 260.031)","color-slate-900":"oklch(20.8% 0.042 265.755)","color-slate-950":"oklch(12.9% 0.042 264.695)","color-gray-50":"oklch(98.5% 0.002 247.839)","color-gray-100":"oklch(96.7% 0.003 264.542)","color-gray-200":"oklch(92.8% 0.006 264.531)","color-gray-300":"oklch(87.2% 0.01 258.338)","color-gray-400":"oklch(70.7% 0.022 261.325)","color-gray-500":"oklch(55.1% 0.027 264.364)","color-gray-600":"oklch(44.6% 0.03 256.802)","color-gray-700":"oklch(37.3% 0.034 259.733)","color-gray-800":"oklch(27.8% 0.033 256.848)","color-gray-900":"oklch(21% 0.034 264.665)","color-gray-950":"oklch(13% 0.028 261.692)","color-zinc-50":"oklch(98.5% 0.001 106.423)","color-zinc-100":"oklch(96.7% 0.001 106.424)","color-zinc-200":"oklch(92% 0.004 286.32)","color-zinc-300":"oklch(87.1% 0.006 286.286)","color-zinc-400":"oklch(70.5% 0.015 286.067)","color-zinc-500":"oklch(55.2% 0.016 285.938)","color-zinc-600":"oklch(44.2% 0.017 285.786)","color-zinc-700":"oklch(37% 0.013 285.805)","color-zinc-800":"oklch(27.4% 0.006 286.033)","color-zinc-900":"oklch(21% 0.006 285.885)","color-zinc-950":"oklch(14.1% 0.005 285.823)","color-neutral-50":"oklch(98.5% 0 0)","color-neutral-100":"oklch(97% 0 0)","color-neutral-200":"oklch(92.2% 0 0)","color-neutral-300":"oklch(87% 0 0)","color-neutral-400":"oklch(70.8% 0 0)","color-neutral-500":"oklch(55.6% 0 0)","color-neutral-600":"oklch(43.9% 0 0)","color-neutral-700":"oklch(37.1% 0 0)","color-neutral-800":"oklch(26.9% 0 0)","color-neutral-900":"oklch(20.5% 0 0)","color-neutral-950":"oklch(14.5% 0 0)","color-stone-50":"oklch(98.5% 0.001 106.423)","color-stone-100":"oklch(97% 0.001 106.424)","color-stone-200":"oklch(92.3% 0.003 48.717)","color-stone-300":"oklch(86.9% 0.005 56.366)","color-stone-400":"oklch(70.9% 0.01 56.259)","color-stone-500":"oklch(55.3% 0.013 58.071)","color-stone-600":"oklch(44.4% 0.011 73.639)","color-stone-700":"oklch(37.4% 0.01 67.558)","color-stone-800":"oklch(26.8% 0.007 34.298)","color-stone-900":"oklch(21.6% 0.006 56.043)","color-stone-950":"oklch(14.7% 0.004 49.25)"},spacing:{0:"0rem","0.5":"0.15rem",1:"0.25rem","1.5":"0.375rem",2:"0.5rem","2.5":"0.625rem",3:"0.75rem","3.5":"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",18:"4.5rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem",112:"28rem",128:"32rem"},breakpoints:{sm:"40rem",md:"48rem",lg:"64rem",xl:"80rem","2xl":"96rem"},layout:{padding:{"p-px":"1px"},"padding-inline":{"px-px":"1px"},"padding-block":{"py-px":"1px"},"padding-top":{"pt-px":"1px"},"padding-right":{"pr-px":"1px"},"padding-bottom":{"pb-px":"1px"},"padding-left":{"pl-px":"1px"},margin:{"m-px":"1px","-m-px":"-1px"},"margin-inline":{"mx-px":"1px","-mx-px":"-1px","mx-auto":"auto"},"margin-block":{"my-px":"1px","-my-px":"-1px","my-auto":"auto"},"margin-top":{"mt-px":"1px","-mt-px":"-1px"},"margin-right":{"mr-px":"1px","-mr-px":"-1px"},"margin-bottom":{"mb-px":"1px","-mb-px":"-1px"},"margin-left":{"ml-px":"1px","-ml-px":"-1px"},"aspect-ratio":{"aspect-square":"1 / 1","aspect-video":"16 / 9","aspect-portrait":"9 / 16","aspect-auto":"auto"},columns:{"columns-auto":"auto","columns-none":"none","columns-3xs":"var(--container-3xs)","columns-2xs":"var(--container-2xs)","columns-xs":"var(--container-xs)","columns-sm":"var(--container-sm)","columns-md":"var(--container-md)","columns-lg":"var(--container-lg)","columns-xl":"var(--container-xl)","columns-2xl":"var(--container-2xl)","columns-3xl":"var(--container-3xl)","columns-4xl":"var(--container-4xl)","columns-5xl":"var(--container-5xl)","columns-6xl":"var(--container-6xl)","columns-7xl":"var(--container-7xl)"},"break-after":{"break-after-auto":"auto","break-after-avoid":"avoid","break-after-all":"all","break-after-avoid-page":"avoid-page","break-after-page":"page","break-after-column":"column"},"break-before":{"break-before-auto":"auto","break-before-avoid":"avoid","break-before-all":"all","break-before-avoid-page":"avoid-page","break-before-page":"page","break-before-column":"column"},"break-inside":{"break-inside-auto":"auto","break-inside-avoid":"avoid","break-inside-avoid-page":"avoid-page","break-inside-avoid-column":"avoid-column"},"box-decoration-break":{"box-decoration-slice":"slice","box-decoration-clone":"clone"},"box-sizing":{"box-border":"border-box","box-content":"content-box"},display:{block:"block",hidden:"none","inline-block":"inline-block",inline:"inline",flex:"flex","inline-flex":"inline-flex",grid:"grid","inline-grid":"inline-grid",table:"table",contents:"contents","list-item":"list-item","flow-root":"flow-root","inline-table":"inline-table","table-caption":"table-caption","table-cell":"table-cell","table-column":"table-column","table-column-group":"table-column-group","table-footer-group":"table-footer-group","table-header-group":"table-header-group","table-row-group":"table-row-group","table-row":"table-row"},float:{"float-right":"right","float-left":"left","float-none":"none","float-start":"inline-start","float-end":"inline-end"},clear:{"clear-left":"left","clear-right":"right","clear-both":"both","clear-none":"none","clear-start":"inline-start","clear-end":"inline-end"},isolation:{"isolation-auto":"auto","isolation-isolate":"isolate"},"object-fit":{"object-contain":"contain","object-cover":"cover","object-fill":"fill","object-none":"none","object-scale-down":"scale-down"},"object-position":{"object-center":"center","object-top":"top","object-bottom":"bottom","object-left":"left","object-right":"right","object-top-left":"top left","object-top-right":"top right","object-bottom-left":"bottom left","object-bottom-right":"bottom right"},overflow:{"overflow-auto":"auto","overflow-hidden":"hidden","overflow-visible":"visible","overflow-scroll":"scroll"},"overflow-x":{"overflow-x-hidden":"hidden","overflow-x-visible":"visible","overflow-x-scroll":"scroll","overflow-x-auto":"auto"},"overflow-y":{"overflow-y-hidden":"hidden","overflow-y-visible":"visible","overflow-y-scroll":"scroll","overflow-y-auto":"auto"},"overscroll-behavior":{"overscroll-auto":"auto","overscroll-contain":"contain","overscroll-none":"none"},"overscroll-behavior-x":{"overscroll-x-auto":"auto","overscroll-x-contain":"contain","overscroll-x-none":"none"},"overscroll-behavior-y":{"overscroll-y-auto":"auto","overscroll-y-contain":"contain","overscroll-y-none":"none"},position:{static:"static",fixed:"fixed",absolute:"absolute",relative:"relative",sticky:"sticky"},inset:{"inset-px":"1px","-inset-px":"-1px","inset-full":"100%","-inset-full":"-100%","inset-auto":"auto"},"inset-inline":{"inset-x-px":"1px","-inset-x-px":"-1px","inset-x-full":"100%","-inset-x-full":"-100%","inset-x-auto":"auto"},"inset-block":{"inset-y-px":"1px","-inset-y-px":"-1px","inset-y-full":"100%","-inset-y-full":"-100%","inset-y-auto":"auto"},top:{"top-px":"1px","-top-px":"-1px","top-full":"100%","-top-full":"-100%","top-auto":"auto"},right:{"right-px":"1px","-right-px":"-1px","right-full":"100%","-right-full":"-100%","right-auto":"auto"},bottom:{"bottom-px":"1px","-bottom-px":"-1px","bottom-full":"100%","-bottom-full":"-100%","bottom-auto":"auto"},left:{"left-px":"1px","-left-px":"-1px","left-full":"100%","-left-full":"-100%","left-auto":"auto"},visibility:{visible:"visible",invisible:"hidden",collapse:"collapse"}},flexGrid:{"flex-basis":{"basis-full":"100%","basis-1/2":"50%","basis-auto":"auto","basis-1/3":"33.333333%","basis-3xs":"var(--container-3xs)","basis-2xs":"var(--container-2xs)","basis-xs":"var(--container-xs)","basis-sm":"var(--container-sm)","basis-md":"var(--container-md)","basis-lg":"var(--container-lg)","basis-xl":"var(--container-xl)","basis-2xl":"var(--container-2xl)","basis-3xl":"var(--container-3xl)","basis-4xl":"var(--container-4xl)","basis-5xl":"var(--container-5xl)","basis-6xl":"var(--container-6xl)","basis-7xl":"var(--container-7xl)"},"flex-direction":{"flex-row":"row","flex-row-reverse":"row-reverse","flex-col":"column","flex-col-reverse":"column-reverse"},"flex-wrap":{"flex-wrap":"wrap","flex-wrap-reverse":"wrap-reverse","flex-nowrap":"nowrap"},flex:{"flex-auto":"1 1 auto","flex-initial":"0 1 auto","flex-none":"none"},"flex-grow":{grow:"1"},"flex-shrink":{shrink:"1"},order:{"order-first":"calc(-infinity)","order-last":"calc(infinity)","order-none":"0"},"grid-template-columns":{"grid-columns-none":"none","grid-columns-subgrid":"subgrid"},"grid-column":{"col-span-full":"1 / -1","col-auto":"auto"},"grid-column-start":{"col-start-auto":"auto"},"grid-column-end":{"col-end-auto":"auto"},"grid-template-rows":{"grid-rows-none":"none","grid-rows-subgrid":"subgrid"},"grid-row":{"row-span-full":"1 / -1","row-auto":"auto"},"grid-row-start":{"row-start-auto":"auto"},"grid-row-end":{"row-end-auto":"auto"},"grid-auto-flow":{"grid-flow-row":"row","grid-flow-col":"column","grid-flow-dense":"dense","grid-flow-row-dense":"row dense","grid-flow-col-dense":"column dense"},"grid-auto-columns":{"auto-columns-auto":"auto","auto-columns-min":"min-content","auto-columns-max":"max-content","auto-columns-fr":"minmax(0, 1fr)"},"grid-auto-rows":{"auto-rows-auto":"auto","auto-rows-min":"min-content","auto-rows-max":"max-content","auto-rows-fr":"minmax(0, 1fr)"},gap:{"gap-px":"1px"},"column-gap":{"gap-x-px":"1px"},"row-gap":{"gap-y-px":"1px"},"justify-content":{"justify-start":"flex-start","justify-end":"flex-end","justify-end-safe":"safe flex-end","justify-center":"center","justify-center-safe":"safe center","justify-between":"space-between","justify-around":"space-around","justify-evenly":"space-evenly","justify-stretch":"stretch","justify-normal":"normal","justify-baseline":"baseline"},"justify-items":{"justify-items-start":"start","justify-items-end":"end","justify-items-end-safe":"safe end","justify-items-center":"center","justify-items-center-safe":"safe center","justify-items-stretch":"stretch","justify-items-normal":"normal"},"justify-self":{"justify-self-auto":"auto","justify-self-start":"start","justify-self-center":"center","justify-self-center-safe":"safe center","justify-self-end":"end","justify-self-end-safe":"safe end","justify-self-stretch":"stretch","justify-self-normal":"normal"},"align-content":{"content-start":"flex-start","content-end":"flex-end","content-center":"center","content-between":"space-between","content-around":"space-around","content-evenly":"space-evenly","content-stretch":"stretch","content-normal":"normal","content-baseline":"baseline"},"align-items":{"items-start":"flex-start","items-end":"flex-end","items-center":"center","items-baseline":"baseline","items-stretch":"stretch","items-normal":"normal","items-end-safe":"safe flex-end","items-center-safe":"safe center","items-baseline-last":"last baseline"},"align-self":{"self-auto":"auto","self-start":"flex-start","self-end":"flex-end","self-end-safe":"safe flex-end","self-center":"center","self-center-safe":"safe center","self-stretch":"stretch","self-baseline":"baseline","self-baseline-last":"last baseline"},"place-content":{"place-content-center":"center","place-content-center-safe":"safe center","place-content-stretch":"stretch","place-content-normal":"normal","place-content-baseline":"baseline","place-content-end-safe":"safe flex-end","place-content-baseline-last":"last baseline","place-content-start":"flex-start","place-content-end":"flex-end","place-content-between":"space-between","place-content-around":"space-around","place-content-evenly":"space-evenly"},"place-items":{"place-items-start":"start","place-items-end":"end","place-items-end-safe":"safe end","place-items-center":"center","place-items-center-safe":"safe center","place-items-stretch":"stretch","place-item-baseline":"baseline"},"place-self":{"place-self-auto":"auto","place-self-start":"start","place-self-center":"center","place-self-center-safe":"safe center","place-self-end":"end","place-self-end-safe":"safe end","place-self-stretch":"stretch"}},sizing:{width:{"w-3xs":"var(--container-3xs)","w-2xs":"var(--container-2xs)","w-xs":"var(--container-xs)","w-sm":"var(--container-sm)","w-md":"var(--container-md)","w-lg":"var(--container-lg)","w-xl":"var(--container-xl)","w-2xl":"var(--container-2xl)","w-3xl":"var(--container-3xl)","w-4xl":"var(--container-4xl)","w-5xl":"var(--container-5xl)","w-6xl":"var(--container-6xl)","w-7xl":"var(--container-7xl)","w-full":"100%","w-auto":"auto","w-px":"1px","w-screen":"100vw","w-min":"min-content","w-max":"max-content","w-fit":"fit-content","w-dvw":"100dvw","w-dvh":"100dvh","w-lvw":"100lvw","w-lvh":"100lvh","w-svw":"100svw","w-svh":"100svh"},"min-width":{"min-w-3xs":"var(--container-3xs)","min-w-2xs":"var(--container-2xs)","min-w-xs":"var(--container-xs)","min-w-sm":"var(--container-sm)","min-w-md":"var(--container-md)","min-w-lg":"var(--container-lg)","min-w-xl":"var(--container-xl)","min-w-2xl":"var(--container-2xl)","min-w-3xl":"var(--container-3xl)","min-w-4xl":"var(--container-4xl)","min-w-5xl":"var(--container-5xl)","min-w-6xl":"var(--container-6xl)","min-w-7xl":"var(--container-7xl)","min-w-full":"100%","min-w-auto":"auto","min-w-min":"min-content","min-w-max":"max-content","min-w-fit":"fit-content","min-w-screen":"100vw","min-w-dvw":"100dvw","min-w-dvh":"100dvh","min-w-lvw":"100lvw","min-w-lvh":"100lvh","min-w-svw":"100svw","min-w-svh":"100svh","min-w-px":"1px"},"max-width":{"max-w-3xs":"var(--container-3xs)","max-w-2xs":"var(--container-2xs)","max-w-xs":"var(--container-xs)","max-w-sm":"var(--container-sm)","max-w-md":"var(--container-md)","max-w-lg":"var(--container-lg)","max-w-xl":"var(--container-xl)","max-w-2xl":"var(--container-2xl)","max-w-3xl":"var(--container-3xl)","max-w-4xl":"var(--container-4xl)","max-w-5xl":"var(--container-5xl)","max-w-6xl":"var(--container-6xl)","max-w-7xl":"var(--container-7xl)","max-w-full":"100%","max-w-auto":"auto","max-w-min":"min-content","max-w-max":"max-content","max-w-fit":"fit-content","max-w-screen":"100vw","max-w-dvw":"100dvw","max-w-dvh":"100dvh","max-w-lvw":"100lvw","max-w-lvh":"100lvh","max-w-svw":"100svw","max-w-svh":"100svh","max-w-px":"1px"},height:{"h-3xs":"var(--container-3xs)","h-2xs":"var(--container-2xs)","h-xs":"var(--container-xs)","h-sm":"var(--container-sm)","h-md":"var(--container-md)","h-lg":"var(--container-lg)","h-xl":"var(--container-xl)","h-2xl":"var(--container-2xl)","h-3xl":"var(--container-3xl)","h-4xl":"var(--container-4xl)","h-5xl":"var(--container-5xl)","h-6xl":"var(--container-6xl)","h-7xl":"var(--container-7xl)","h-auto":"auto","h-full":"100%","h-min":"min-content","h-max":"max-content","h-fit":"fit-content","h-px":"1px","h-screen":"100vh","h-dvh":"100dvh","h-lvh":"100lvh","h-svh":"100svh","h-dvw":"100dvw","h-lvw":"100lvw","h-svw":"100svw"},"min-height":{"min-h-3xs":"var(--container-3xs)","min-h-2xs":"var(--container-2xs)","min-h-xs":"var(--container-xs)","min-h-sm":"var(--container-sm)","min-h-md":"var(--container-md)","min-h-lg":"var(--container-lg)","min-h-xl":"var(--container-xl)","min-h-2xl":"var(--container-2xl)","min-h-3xl":"var(--container-3xl)","min-h-4xl":"var(--container-4xl)","min-h-5xl":"var(--container-5xl)","min-h-6xl":"var(--container-6xl)","min-h-7xl":"var(--container-7xl)","min-h-auto":"auto","min-h-full":"100%","min-h-min":"min-content","min-h-max":"max-content","min-h-fit":"fit-content","min-h-screen":"100vh","min-h-dvh":"100dvh","min-h-lvh":"100lvh","min-h-svh":"100svh","min-h-dvw":"100dvw","min-h-lvw":"100lvw","min-h-svw":"100svw","max-h-px":"1px"},"max-height":{"max-h-3xs":"var(--container-3xs)","max-h-2xs":"var(--container-2xs)","max-h-xs":"var(--container-xs)","max-h-sm":"var(--container-sm)","max-h-md":"var(--container-md)","max-h-lg":"var(--container-lg)","max-h-xl":"var(--container-xl)","max-h-2xl":"var(--container-2xl)","max-h-3xl":"var(--container-3xl)","max-h-4xl":"var(--container-4xl)","max-h-5xl":"var(--container-5xl)","max-h-6xl":"var(--container-6xl)","max-h-7xl":"var(--container-7xl)","max-h-auto":"auto","max-h-full":"100%","max-h-min":"min-content","max-h-max":"max-content","max-h-fit":"fit-content","max-h-screen":"100vh","max-h-dvh":"100dvh","max-h-lvh":"100lvh","max-h-svh":"100svh","max-h-dvw":"100dvw","max-h-lvw":"100lvw","max-h-svw":"100svw","max-h-px":"1px"}},typography:{"font-family":{"font-family-sans":'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',"font-family-serif":'Georgia, Cambria, "Times New Roman", Times, serif',"font-family-mono":'"Courier New", Courier, monospace'},"font-size":{"text-xs":"var(--text-xs)","text-sm":"var(--text-sm)","text-base":"var(--text-base)","text-lg":"var(--text-lg)","text-xl":"var(--text-xl)","text-2xl":"var(--text-2xl)","text-3xl":"var(--text-3xl)","text-4xl":"var(--text-4xl)","text-5xl":"var(--text-5xl)","text-6xl":"var(--text-6xl)","text-7xl":"var(--text-7xl)","text-8xl":"var(--text-8xl)","text-9xl":"var(--text-9xl)"},"-webkit-font-smoothing":{antialiased:"antialiased","subpixel-antialiased":"auto"},"font-style":{italic:"italic","not-italic":"normal"},"font-weight":{"font-thin":"100","font-extralight":"200","font-light":"300","font-normal":"400","font-medium":"500","font-semibold":"600","font-bold":"700","font-extrabold":"800","font-black":"900"},"font-stretch":{"font-stretch-ultra-condensed":"ultra-condensed","font-stretch-extra-condensed":"extra-condensed","font-stretch-condensed":"condensed","font-stretch-semi-condensed":"semi-condensed","font-stretch-normal":"normal","font-stretch-semi-expanded":"semi-expanded","font-stretch-expanded":"expanded","font-stretch-extra-expanded":"extra-expanded","font-stretch-ultra-expanded":"ultra-expanded"},"font-variant-numeric":{"normal-nums":"normal","ordinal-nums":"ordinal","slashed-zero-nums":"slashed-zero","lining-nums":"lining-nums","oldstyle-nums":"oldstyle-nums","proportional-nums":"proportional-nums","tabular-nums":"tabular-nums","diagonal-fractions":"diagonal-fractions","stacked-fractions":"stacked-fractions"},"letter-spacing":{"tracking-tighter":"-0.05em","tracking-tight":"-0.025em","tracking-normal":"0em","tracking-wide":"0.025em","tracking-wider":"0.05em","tracking-widest":"0.1em"},"line-height":{"leading-none":"1","leading-tight":"1.25","leading-snug":"1.375","leading-normal":"1.5","leading-relaxed":"1.625","leading-loose":"2"},"list-style-image":{"list-image-none":"none"},"list-style-position":{"list-inside":"inside","list-outside":"outside"},"list-style-type":{"list-none":"none","list-disc":"disc","list-decimal":"decimal","list-square":"square","list-circle":"circle","list-upper-roman":"upper-roman"},"text-align":{"text-left":"left","text-center":"center","text-right":"right","text-justify":"justify","text-start":"start","text-end":"end"},color:{"text-color-inherit":"inherit","text-color-current":"currentColor","text-color-transparent":"transparent"},"text-decoration-line":{underline:"underline","line-through":"line-through","no-underline":"none",overline:"overline"},"text-decoration-color":{"decoration-color-inherit":"inherit","decoration-color-current":"currentColor","decoration-color-transparent":"transparent"},"text-decoration-style":{"decoration-style-solid":"solid","decoration-style-double":"double","decoration-style-dotted":"dotted","decoration-style-dashed":"dashed","decoration-style-wavy":"wavy"},"text-decoration-thickness":{"decoration-thick-auto":"auto","decoration-thick-from-font":"from-font"},"text-underline-offset":{"underline-offset-auto":"auto"},"text-transform":{uppercase:"uppercase",lowercase:"lowercase",capitalize:"capitalize","normal-case":"none"},"text-overflow":{"text-ellipsis":"ellipsis","text-clip":"clip"},"text-wrap":{"text-wrap":"wrap","text-nowrap":"nowrap","text-balance":"balance","text-pretty":"pretty"},"text-indent":{"indent-px":"1px","-indent-px":"-1px"},"vertical-align":{"align-baseline":"baseline","align-top":"top","align-middle":"middle","align-bottom":"bottom","align-text-top":"text-top","align-text-bottom":"text-bottom","align-sub":"sub","align-super":"super","align-inherit":"inherit"},"white-space":{"whitespace-normal":"normal","whitespace-nowrap":"nowrap","whitespace-pre":"pre","whitespace-pre-line":"pre-line","whitespace-pre-wrap":"pre-wrap","whitespace-break-spaces":"break-spaces"},"word-break":{"break-normal":"normal","break-all":"break-all","keep-all":"keep-all"},"overflow-wrap":{"wrap-break-word":"break-word","wrap-normal":"normal","wrap-anywhere":"anywhere"},hyphens:{"hyphens-none":"none","hyphens-manual":"manual","hyphens-auto":"auto"},content:{"content-none":" none"},direction:{ltr:"ltr",rtl:"rtl"}},background:{"background-attachment":{"bg-fixed":"fixed","bg-local":"local","bg-scroll":"scroll"},"background-clip":{"bg-clip-border":"border-box","bg-clip-padding":"padding-box","bg-clip-content":"content-box","bg-clip-text":"text"},"background-color":{"bg-color-inherit":"inherit","bg-color-current":"currentColor","bg-color-transparent":"transparent"},"background-image":{"bg-none":"none"},"background-origin":{"bg-origin-border":"border-box","bg-origin-padding":"padding-box","bg-origin-content":"content-box"},"background-position":{"bg-center":"center","bg-top":"top","bg-bottom":"bottom","bg-left":"left","bg-right":"right","bg-top-left":"top left","bg-top-right":"top right","bg-bottom-left":"bottom left","bg-bottom-right":"bottom right"},"background-repeat":{"bg-repeat":"repeat","bg-no-repeat":"no-repeat","bg-repeat-x":"repeat-x","bg-repeat-y":"repeat-y","bg-repeat-round":"round","bg-repeat-space":"space"},"background-size":{"bg-auto":"auto","bg-cover":"cover","bg-contain":"contain"}},border:{"border-radius":{rounded:"4px","rounded-none":"0px"},"border-width":{border:"1px; border-style: var(--uni-border-style)","border-none":"0px"},"border-inline-width":{"border-x":"1px; border-style: var(--uni-border-style)"},"border-block-width":{"border-y":"1px; border-style: var(--uni-border-style)"},"border-top-width":{"border-t":"1px; border-style: var(--uni-border-style)"},"border-right-width":{"border-r":"1px; border-style: var(--uni-border-style)"},"border-bottom-width":{"border-b":"1px; border-style: var(--uni-border-style)"},"border-left-width":{"border-l":"1px; border-style: var(--uni-border-style)"},"border-color":{"border-inherit":"inherit","border-current":"currentColor","border-transparent":"transparent"},"outline-width":{outline:"1px; outline-style: var(--uni-outline-style)"},"outline-color":{"outline-inherit":"inherit","outline-current":"currentColor","outline-transparent":"transparent"}},effects:{shadow:{"2xs":"0 1px var(--uni-shadow-color, rgb(0 0 0 / 0.05))",xs:" 0 1px 2px 0 var(--uni-shadow-color, rgb(0 0 0 / 0.05))",sm:"0 1px 3px 0 var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--uni-shadow-color, rgb(0 0 0 / 0.1))",md:"0 4px 6px -1px var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--uni-shadow-color, rgb(0 0 0 / 0.1))",lg:"0 10px 15px -3px var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--uni-shadow-color, rgb(0 0 0 / 0.1))",xl:" 0 20px 25px -5px var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--uni-shadow-color, rgb(0 0 0 / 0.1))","2xl":"0 25px 50px -12px var(--uni-shadow-color, rgb(0 0 0 / 0.25))",none:"0 0 #0000",inherit:"inherit",current:"currentColor",transparent:"transparent","inset-2xs":"inset 0 1px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-xs":"inset 0 1px 1px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-sm":"inset 0 2px 4px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-md":"inset 0 4px 6px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-lg":"inset 0 10px 15px var(--uni-inset-shadow-color,rgb(0 0 0 / 0.05))","inset-xl":"inset 0 20px 25px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-2xl":"inset 0 25px 50px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.25))","inset-none":"inset none","inset-inherit":"inset inherit","inset-current":"inset currentColor","inset-transparent":"inset transparent"},dropShadow:{xs:"0 1px 1px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.15))",sm:"0 1px 2px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.15))",md:"0 3px 3px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.12))",lg:"0 4px 4px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.15))",xl:"0 9px 7px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.25))","2xl":" 0 15px 15px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.35))",inherit:"inherit",current:"currentColor",transparent:"transparent",none:"none"},"text-shadow":{"text-shadow-2xs":" 0 1px 0px var(--uni-text-shadow-color, rgb(0 0 0 / 0.05))","text-shadow-xs":" 0px 1px 1px var(--uni-text-shadow-color, rgb(0 0 0 / 0.05))","text-shadow-sm":" 0px 1px 0px var(--uni-text-shadow-color, rgb(0 0 0 / 0.075)), 0px 1px 1px var(--uni-text-shadow-color, rgb(0 0 0 / 0.075)), 0px 2px 2px var(--uni-text-shadow-color, rgb(0 0 0 / 0.075))","text-shadow-md":"0px 1px 1px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 1px 2px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 2px 4px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1))","text-shadow-lg":"0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 4px 8px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)) ","text-shadow-none":"none","text-shadow-inherit":"inherit","text-shadow-current":"currentColor","text-shadow-transparent":"transparent"},"mix-blend-mode":{"mix-blend-normal":"normal","mix-blend-multiply":"multiply","mix-blend-screen":"screen","mix-blend-overlay":"overlay","mix-blend-darken":"darken","mix-blend-lighten":"lighten","mix-blend-color-dodge":"color-dodge","mix-blend-color-burn":"color-burn","mix-blend-hard-light":"hard-light","mix-blend-soft-light":"soft-light","mix-blend-difference":"difference","mix-blend-exclusion":"exclusion","mix-blend-hue":"hue","mix-blend-saturation":"saturation","mix-blend-color":"color","mix-blend-luminosity":"luminosity","mix-blend-plus-lighter":"plus-lighter","mix-blend-plus-darker":"plus-darker"},"background-blend-mode":{"bg-blend-normal":"normal","bg-blend-multiply":"multiply","bg-blend-screen":"screen","bg-blend-overlay":"overlay","bg-blend-darken":"darken","bg-blend-lighten":"lighten","bg-blend-color-dodge":"color-dodge","bg-blend-color-burn":"color-burn","bg-blend-hard-light":"hard-light","bg-blend-soft-light":"soft-light","bg-blend-difference":"difference","bg-blend-exclusion":"exclusion","bg-blend-hue":"hue","bg-blend-saturation":"saturation","bg-blend-color":"color","bg-blend-luminosity":"luminosity"},"mask-clip":{"mask-clip-content":"content-box","mask-clip-border":"border-box","mask-clip-padding":"padding-box","mask-clip-filled":"fill-box","mask-clip-stroke":"stroke-box","mask-clip-view-box":"view-box","mask-no-clip":"no-clip"},"mask-composite":{"mask-add":"add","mask-subtract":"subtract","mask-intersect":"intersect","mask-exclude":"exclude"},"mask-image":{"mask-image-none":"none"},"mask-position":{"mask-top-left":"top left","mask-top":"top","mask-top-right":"top right","mask-left":"left","mask-center":"center","mask-right":"right","mask-bottom-left":"bottom left","mask-bottom":"bottom","mask-bottom-right":"bottom right"},"mask-repeat":{"mask-repeat":"repeat","mask-repeat-x":"repeat-x","mask-repeat-y":"repeat-y","mask-no-repeat":"no-repeat","mask-repeat-round":"round","mask-repeat-space":"space"},"mask-mode":{"mask-luminance":"luminance","mask-alpha":"alpha","mask-match":"match-source"},"mask-origin":{"mask-origin-content":"content-box","mask-origin-border":"border-box","mask-origin-padding":"padding-box","mask-origin-view":"view-box","mask-origin-fill":"fill-box","mask-origin-stroke":"stroke-box"},"mask-size":{"mask-size-auto":"auto","mask-size-cover":"cover","mask-size-contain":"contain"}},table:{"border-collapse":{"border-collapse":"collapse","border-separate":"separate"},"table-layout":{"table-auto":"auto","table-fixed":"fixed"},"caption-side":{"caption-top":"top","caption-bottom":"bottom"}},transition:{"transition-property":{"transition-none":"none"},"transition-behavior":{"transition-normal":"normal","transition-discrete":"allow-discrete"},"transition-duration":{"duration-initial":"initial"},"transition-timing-function":{"ease-linear":"linear","ease-in":"cubic-bezier(0.4, 0, 1, 1)","ease-out":"cubic-bezier(0, 0, 0.2, 1)","ease-in-out":"cubic-bezier(0.4, 0, 0.2, 1)","ease-initial":"initial"},"animation-play-state":{"animation-running":"running","animation-paused":"paused"},"animation-direction":{"animation-normal":"normal","animation-reverse":"reverse","animation-alternate":"alternate","animation-alternate-reverse":"alternate-reverse"},"animation-fill-mode":{"animation-none":"none","animation-forwards":"forwards","animation-backwards":"backwards","animation-both":"both"}},transforms:{"backface-visibility":{"backface-visible":"visible","backface-hidden":"hidden"},perspective:{"perspective-dramatic":"100px","perspective-near":"300px","perspective-normal":"500px","perspective-midrange":"800px","perspective-distant":"1200px","perspective-none":"none"},"perspective-origin":{"perspective-origin-center":"center","perspective-origin-top":"top","perspective-origin-bottom":"bottom","perspective-origin-left":"left","perspective-origin-right":"right","perspective-origin-top-left":"top left","perspective-origin-top-right":"top right","perspective-origin-bottom-left":"bottom left","perspective-origin-bottom-right":"bottom right"},"transform-origin":{"origin-center":"center","origin-top":"top","origin-bottom":"bottom","origin-left":"left","origin-right":"right","origin-top-left":"top left","origin-top-right":"top right","origin-bottom-left":"bottom left","origin-bottom-right":"bottom right"},rotate:{"rotate-none":"none"},scale:{"scale-none":"none"},transform:{"transform-none":"none"},translate:{"translate-full":"100%","translate-px":"1px","-translate-full":"-100%","translate-x-full":"100% var(--uni-translate-y)","-translate-x-full":"-100% var(--uni-translate-y)","translate-y-full":"var(--uni-translate-x) 100%","-translate-y-full":"var(--uni-translate-x) -100%","translate-none":"none","-translate-y-px":"var(--uni-translate-x) -1px","translate-y-px":"var(--uni-translate-x) 1px","-translate-x-px":"-1px var(--uni-translate-y)","translate-x-px":"1px var(--uni-translate-y)","translate-z-px":"var(--uni-translate-x) var(--uni-translate-y) 1px","-translate-z-px":"-var(--uni-translate-x) -var(--uni-translate-y) -1px"},"transform-style":{"transform-style-flat":"flat","transform-style-3d":"preserve-3d"}},interactivity:{appearance:{"appearance-none":"none","appearance-auto":"auto"},"color-scheme":{"scheme-light":"light","scheme-dark":"dark","scheme-normal":"normal","scheme-light-dark":"light dark","scheme-only-dark":"only dark","scheme-only-light":"only light"},cursor:{"cursor-auto":"auto","cursor-default":"default","cursor-pointer":"pointer","cursor-wait":"wait","cursor-text":"text","cursor-move":"move","cursor-help":"help","cursor-not-allowed":"not-allowed","cursor-none":"none","cursor-context-menu":"context-menu","cursor-progress":"progress","cursor-cell":"cell","cursor-crosshair":"crosshair","cursor-alias":"alias","cursor-copy":"copy","cursor-grab":"grab","cursor-grabbing":"grabbing","cursor-zoom-in":"zoom-in","cursor-zoom-out":"zoom-out","cursor-no-drop":"no-drop","cursor-all-scroll":"all-scroll","cursor-col-resize":"col-resize","cursor-row-resize":"row-resize","cursor-n-resize":"n-resize","cursor-ne-resize":"ne-resize","cursor-e-resize":"e-resize","cursor-se-resize":"se-resize","cursor-s-resize":"s-resize","cursor-sw-resize":"sw-resize","cursor-w-resize":"w-resize","cursor-nw-resize":"nw-resize","cursor-ew-resize":"ew-resize","cursor-ns-resize":"ns-resize","cursor-nesw-resize":"nesw-resize"},"field-sizing":{"field-sizing-fixed":"fixed","field-sizing-content":"content"},"pointer-events":{"pointer-events-none":"none","pointer-events-auto":"auto"},resize:{"resize-none":"none","resize-x":"horizontal","resize-y":"vertical",resize:"both"},"scroll-behavior":{"scroll-auto":"auto","scroll-smooth":"smooth"},"scroll-snap-align":{"snap-start":"start","snap-end":"end","snap-center":"center","snap-align-none":"none"},"scroll-snap-stop":{"snap-normal":"normal","snap-always":"always"},"will-change":{"will-change-auto":"auto","will-change-scroll":"scroll-position","will-change-contents":"contents","will-change-transform":"transform"},"scroll-snap-type":{"snap-none":"none","snap-x":"x","snap-x-mandatory":"x mandatory","snap-x-proximity":"x proximity","snap-y":"y","snap-y-mandatory":"y mandatory","snap-y-proximity":"y proximity","snap-block":"block","snap-block-mandatory":"block mandatory","snap-block-proximity":"block proximity","snap-inline":"inline","snap-inline-mandatory":"inline mandatory","snap-inline-proximity":"inline proximity","snap-both":"both","snap-both-mandatory":"both mandatory","snap-both-proximity":"both proximity"},"touch-action":{"touch-auto":"auto","touch-none":"none","touch-pan-x":"pan-x","touch-pan-left":"pan-left","touch-pan-right":"pan-right","touch-pan-y":"pan-y","touch-pan-up":"pan-up","touch-pan-down":"pan-down","touch-pinch-zoom":"pinch-zoom","touch-manipulation":"manipulation"},"user-select":{"select-none":"none","select-text":"text","select-all":"all","select-auto":"auto"}},svg:{fill:{"fill-none":"none","fill-inherit":"inherit","fill-current":"currentColor","fill-transparent":"transparent"},stroke:{"stroke-none":"none","stroke-inherit":"inherit","stroke-current":"currentColor","stroke-transparent":"transparent"}},rootClass:{"container-3xs":"16rem","container-2xs":"18rem","container-xs":"20rem","container-sm":"24rem","container-md":"28rem","container-lg":"32rem","container-xl":"36rem","container-2xl":"42rem","container-3xl":"48rem","container-4xl":"56rem","container-5xl":"64rem","container-6xl":"72rem","container-7xl":"80rem","text-xs":"0.75rem","text-sm":"0.875rem","text-base":"1rem","text-lg":"1.125rem","text-xl":"1.25rem","text-2xl":"1.5rem","text-3xl":"1.875rem","text-4xl":"2.25rem","text-5xl":"3rem","text-6xl":"3.75rem","text-7xl":"4.5rem","text-8xl":"6rem","text-9xl":"8rem","radius-xs":"0.125rem","radius-sm":"0.25rem","radius-md":"0.375rem","radius-lg":"0.5rem","radius-xl":"0.75rem","radius-2xl":"1rem","radius-3xl":"1.5rem","radius-4xl":"2rem","blur-xs":"4px","blur-sm":"8px","blur-md":"12px","blur-lg":"16px","blur-xl":"24px","blur-2xl":"32px","blur-3xl":"40px","blur-4xl":"48px","blur-5xl":"64px"}}}});class ae{constructor(o,i){this.config=o,this.utilityRules=i,this.processed=new Set,this.output={main:"",dark:""},this.mediaQueries={}}processClass(o){let i=o.includes("!"),t=i?o.replace("!",""):o;if(o.startsWith("*:")){let l=o.slice(2),a=l.includes("!"),p=a?l.replace("!",""):l,d=this.buildRuleForClassWithoutSelector(p,a);if(d){let u=S(o),e=`.${u} > * { ${d} }`;return this.processed.has(u)||(this.output.main+=`${e}
|
|
58
|
+
`,L=()=>({theme:{extend:{colors:{"color-white":"oklch(100% 0 0)","color-black":"oklch(0% 0 0)","color-inherit":"inherit","color-transparent":"transparent","color-current":"currentColor","color-red-50":"oklch(97.1% 0.013 17.38)","color-red-100":"oklch(93.6% 0.032 17.717)","color-red-200":"oklch(88.5% 0.062 18.334)","color-red-300":"oklch(80.8% 0.114 19.571)","color-red-400":"oklch(70.4% 0.191 22.216)","color-red-500":"oklch(63.7% 0.237 25.331)","color-red-600":"oklch(57.7% 0.245 27.325)","color-red-700":"oklch(50.5% 0.213 27.518)","color-red-800":"oklch(44.4% 0.177 26.899)","color-red-900":"oklch(39.6% 0.141 25.723)","color-red-950":"oklch(25.8% 0.092 26.042)","color-orange-50":"oklch(98% 0.016 73.684)","color-orange-100":"oklch(95.4% 0.038 75.164)","color-orange-200":"oklch(90.1% 0.076 70.697)","color-orange-300":"oklch(83.7% 0.128 66.29)","color-orange-400":"oklch(75% 0.183 55.934)","color-orange-500":"oklch(70.5% 0.213 47.604)","color-orange-600":"oklch(64.6% 0.222 41.116)","color-orange-700":"oklch(55.3% 0.195 38.402)","color-orange-800":"oklch(47% 0.157 37.304)","color-orange-900":"oklch(40.8% 0.123 38.172)","color-orange-950":"oklch(26.6% 0.079 36.259)","color-amber-50":"oklch(98.7% 0.022 95.277)","color-amber-100":"oklch(96.2% 0.059 95.617)","color-amber-200":"oklch(92.4% 0.12 95.746)","color-amber-300":"oklch(87.9% 0.169 91.605)","color-amber-400":"oklch(82.8% 0.189 84.429)","color-amber-500":"oklch(76.9% 0.188 70.08)","color-amber-600":"oklch(66.6% 0.179 58.318)","color-amber-700":"oklch(55.5% 0.163 48.998)","color-amber-800":"oklch(47.3% 0.137 46.201)","color-amber-900":"oklch(41.4% 0.112 45.904)","color-amber-950":"oklch(27.9% 0.077 45.635)","color-yellow-50":"oklch(98.7% 0.026 102.212)","color-yellow-100":"oklch(97.3% 0.071 103.193)","color-yellow-200":"oklch(94.5% 0.129 101.54)","color-yellow-300":"oklch(90.5% 0.182 98.111)","color-yellow-400":"oklch(85.2% 0.199 91.936)","color-yellow-500":"oklch(79.5% 0.184 86.047)","color-yellow-600":"oklch(68.1% 0.162 75.834)","color-yellow-700":"oklch(55.4% 0.135 66.442)","color-yellow-800":"oklch(47.6% 0.114 61.907)","color-yellow-900":"oklch(42.1% 0.095 57.708)","color-yellow-950":"oklch(28.6% 0.066 53.813)","color-lime-50":"oklch(98.6% 0.031 120.757)","color-lime-100":"oklch(96.7% 0.067 122.328)","color-lime-200":"oklch(93.8% 0.127 124.321)","color-lime-300":"oklch(89.7% 0.196 126.665)","color-lime-400":"oklch(84.1% 0.238 128.85)","color-lime-500":"oklch(76.8% 0.233 130.85)","color-lime-600":"oklch(64.8% 0.2 131.684)","color-lime-700":"oklch(53.2% 0.157 131.589)","color-lime-800":"oklch(45.3% 0.124 130.933)","color-lime-900":"oklch(40.5% 0.101 131.063)","color-lime-950":"oklch(27.4% 0.072 132.109)","color-green-50":"oklch(98.2% 0.018 155.826)","color-green-100":"oklch(96.2% 0.044 156.743)","color-green-200":"oklch(92.5% 0.084 155.995)","color-green-300":"oklch(87.1% 0.15 154.449)","color-green-400":"oklch(79.2% 0.209 151.711)","color-green-500":"oklch(72.3% 0.219 149.579)","color-green-600":"oklch(62.7% 0.194 149.214)","color-green-700":"oklch(52.7% 0.154 150.069)","color-green-800":"oklch(44.8% 0.119 151.328)","color-green-900":"oklch(39.3% 0.095 152.535)","color-green-950":"oklch(26.6% 0.065 152.934)","color-emerald-50":"oklch(97.9% 0.021 166.113)","color-emerald-100":"oklch(95% 0.052 163.051)","color-emerald-200":"oklch(90.5% 0.093 164.15)","color-emerald-300":"oklch(84.5% 0.143 164.978)","color-emerald-400":"oklch(76.5% 0.177 163.223)","color-emerald-500":"oklch(69.6% 0.17 162.48)","color-emerald-600":"oklch(59.6% 0.145 163.225)","color-emerald-700":"oklch(50.8% 0.118 165.612)","color-emerald-800":"oklch(43.2% 0.095 166.913)","color-emerald-900":"oklch(37.8% 0.077 168.94)","color-emerald-950":"oklch(26.2% 0.051 172.552)","color-teal-50":"oklch(98.4% 0.014 180.72)","color-teal-100":"oklch(95.3% 0.051 180.801)","color-teal-200":"oklch(91% 0.096 180.426)","color-teal-300":"oklch(85.5% 0.138 181.071)","color-teal-400":"oklch(77.7% 0.152 181.912)","color-teal-500":"oklch(70.4% 0.14 182.503)","color-teal-600":"oklch(60% 0.118 184.704)","color-teal-700":"oklch(51.1% 0.096 186.391)","color-teal-800":"oklch(43.7% 0.078 188.216)","color-teal-900":"oklch(38.6% 0.063 188.416)","color-teal-950":"oklch(27.7% 0.046 192.524)","color-cyan-50":"oklch(98.4% 0.019 200.873)","color-cyan-100":"oklch(95.6% 0.045 203.388)","color-cyan-200":"oklch(91.7% 0.08 205.041)","color-cyan-300":"oklch(86.5% 0.127 207.078)","color-cyan-400":"oklch(78.9% 0.154 211.53)","color-cyan-500":"oklch(71.5% 0.143 215.221)","color-cyan-600":"oklch(60.9% 0.126 221.723)","color-cyan-700":"oklch(52% 0.105 223.128)","color-cyan-800":"oklch(45% 0.085 224.283)","color-cyan-900":"oklch(39.8% 0.07 227.392)","color-cyan-950":"oklch(30.2% 0.056 229.695)","color-sky-50":"oklch(97.7% 0.013 236.62)","color-sky-100":"oklch(95.1% 0.026 236.824)","color-sky-200":"oklch(90.1% 0.058 230.902)","color-sky-300":"oklch(82.8% 0.111 230.318)","color-sky-400":"oklch(74.6% 0.16 232.661)","color-sky-500":"oklch(68.5% 0.169 237.323)","color-sky-600":"oklch(58.8% 0.158 241.966)","color-sky-700":"oklch(50% 0.134 242.749)","color-sky-800":"oklch(44.3% 0.11 240.79)","color-sky-900":"oklch(39.1% 0.09 240.876)","color-sky-950":"oklch(29.3% 0.066 243.157)","color-blue-50":"oklch(97% 0.014 254.604)","color-blue-100":"oklch(93.2% 0.032 255.585)","color-blue-200":"oklch(88.2% 0.059 254.128)","color-blue-300":"oklch(80.9% 0.105 251.813)","color-blue-400":"oklch(70.7% 0.165 254.624)","color-blue-500":"oklch(62.3% 0.214 259.815)","color-blue-600":"oklch(54.6% 0.245 262.881)","color-blue-700":"oklch(48.8% 0.243 264.376)","color-blue-800":"oklch(42.4% 0.199 265.638)","color-blue-900":"oklch(37.9% 0.146 265.522)","color-blue-950":"oklch(28.2% 0.091 267.935)","color-indigo-50":"oklch(96.2% 0.018 272.314)","color-indigo-100":"oklch(93% 0.034 272.788)","color-indigo-200":"oklch(87% 0.065 274.039)","color-indigo-300":"oklch(78.5% 0.115 274.713)","color-indigo-400":"oklch(67.3% 0.182 276.935)","color-indigo-500":"oklch(58.5% 0.233 277.117)","color-indigo-600":"oklch(51.1% 0.262 276.966)","color-indigo-700":"oklch(45.7% 0.24 277.023)","color-indigo-800":"oklch(39.8% 0.195 277.366)","color-indigo-900":"oklch(35.9% 0.144 278.697)","color-indigo-950":"oklch(25.7% 0.09 281.288)","color-violet-50":"oklch(96.9% 0.016 293.756)","color-violet-100":"oklch(94.3% 0.029 294.588)","color-violet-200":"oklch(89.4% 0.057 293.283)","color-violet-300":"oklch(81.1% 0.111 293.571)","color-violet-400":"oklch(70.2% 0.183 293.541)","color-violet-500":"oklch(60.6% 0.25 292.717)","color-violet-600":"oklch(54.1% 0.281 293.009)","color-violet-700":"oklch(49.1% 0.27 292.581)","color-violet-800":"oklch(43.2% 0.232 292.759)","color-violet-900":"oklch(38% 0.189 293.745)","color-violet-950":"oklch(28.3% 0.141 291.089)","color-purple-50":"oklch(97.7% 0.014 308.299)","color-purple-100":"oklch(94.6% 0.033 307.174)","color-purple-200":"oklch(90.2% 0.063 306.703)","color-purple-300":"oklch(82.7% 0.119 306.383)","color-purple-400":"oklch(71.4% 0.203 305.504)","color-purple-500":"oklch(62.7% 0.265 303.9)","color-purple-600":"oklch(55.8% 0.288 302.321)","color-purple-700":"oklch(49.6% 0.265 301.924)","color-purple-800":"oklch(43.8% 0.218 303.724)","color-purple-900":"oklch(38.1% 0.176 304.987)","color-purple-950":"oklch(29.1% 0.149 302.717)","color-fuchsia-50":"oklch(97.7% 0.017 320.058)","color-fuchsia-100":"oklch(95.2% 0.037 318.852)","color-fuchsia-200":"oklch(90.3% 0.076 319.62)","color-fuchsia-300":"oklch(83.3% 0.145 321.434)","color-fuchsia-400":"oklch(74% 0.238 322.16)","color-fuchsia-500":"oklch(66.7% 0.295 322.15)","color-fuchsia-600":"oklch(59.1% 0.293 322.896)","color-fuchsia-700":"oklch(51.8% 0.253 323.949)","color-fuchsia-800":"oklch(45.2% 0.211 324.591)","color-fuchsia-900":"oklch(40.1% 0.17 325.612)","color-fuchsia-950":"oklch(29.3% 0.136 325.661)","color-pink-50":"oklch(97.1% 0.014 343.198)","color-pink-100":"oklch(94.8% 0.028 342.258)","color-pink-200":"oklch(89.9% 0.061 343.231)","color-pink-300":"oklch(82.3% 0.12 346.018)","color-pink-400":"oklch(71.8% 0.202 349.761)","color-pink-500":"oklch(65.6% 0.241 354.308)","color-pink-600":"oklch(59.2% 0.249 0.584)","color-pink-700":"oklch(52.5% 0.223 3.958)","color-pink-800":"oklch(45.9% 0.187 3.815)","color-pink-900":"oklch(40.8% 0.153 2.432)","color-pink-950":"oklch(28.4% 0.109 3.907)","color-rose-50":"oklch(96.9% 0.015 12.422)","color-rose-100":"oklch(94.1% 0.03 12.58)","color-rose-200":"oklch(89.2% 0.058 10.001)","color-rose-300":"oklch(81% 0.117 11.638)","color-rose-400":"oklch(71.2% 0.194 13.428)","color-rose-500":"oklch(64.5% 0.246 16.439)","color-rose-600":"oklch(58.6% 0.253 17.585)","color-rose-700":"oklch(51.4% 0.222 16.935)","color-rose-800":"oklch(45.5% 0.188 13.697)","color-rose-900":"oklch(41% 0.159 10.272)","color-rose-950":"oklch(27.1% 0.105 12.094)","color-slate-50":"oklch(98.4% 0.003 247.858)","color-slate-100":"oklch(96.8% 0.007 247.896)","color-slate-200":"oklch(92.9% 0.013 255.508)","color-slate-300":"oklch(86.9% 0.022 252.894)","color-slate-400":"oklch(70.4% 0.04 256.788)","color-slate-500":"oklch(55.4% 0.046 257.417)","color-slate-600":"oklch(44.6% 0.043 257.281)","color-slate-700":"oklch(37.2% 0.044 257.287)","color-slate-800":"oklch(27.9% 0.041 260.031)","color-slate-900":"oklch(20.8% 0.042 265.755)","color-slate-950":"oklch(12.9% 0.042 264.695)","color-gray-50":"oklch(98.5% 0.002 247.839)","color-gray-100":"oklch(96.7% 0.003 264.542)","color-gray-200":"oklch(92.8% 0.006 264.531)","color-gray-300":"oklch(87.2% 0.01 258.338)","color-gray-400":"oklch(70.7% 0.022 261.325)","color-gray-500":"oklch(55.1% 0.027 264.364)","color-gray-600":"oklch(44.6% 0.03 256.802)","color-gray-700":"oklch(37.3% 0.034 259.733)","color-gray-800":"oklch(27.8% 0.033 256.848)","color-gray-900":"oklch(21% 0.034 264.665)","color-gray-950":"oklch(13% 0.028 261.692)","color-zinc-50":"oklch(98.5% 0.001 106.423)","color-zinc-100":"oklch(96.7% 0.001 106.424)","color-zinc-200":"oklch(92% 0.004 286.32)","color-zinc-300":"oklch(87.1% 0.006 286.286)","color-zinc-400":"oklch(70.5% 0.015 286.067)","color-zinc-500":"oklch(55.2% 0.016 285.938)","color-zinc-600":"oklch(44.2% 0.017 285.786)","color-zinc-700":"oklch(37% 0.013 285.805)","color-zinc-800":"oklch(27.4% 0.006 286.033)","color-zinc-900":"oklch(21% 0.006 285.885)","color-zinc-950":"oklch(14.1% 0.005 285.823)","color-neutral-50":"oklch(98.5% 0 0)","color-neutral-100":"oklch(97% 0 0)","color-neutral-200":"oklch(92.2% 0 0)","color-neutral-300":"oklch(87% 0 0)","color-neutral-400":"oklch(70.8% 0 0)","color-neutral-500":"oklch(55.6% 0 0)","color-neutral-600":"oklch(43.9% 0 0)","color-neutral-700":"oklch(37.1% 0 0)","color-neutral-800":"oklch(26.9% 0 0)","color-neutral-900":"oklch(20.5% 0 0)","color-neutral-950":"oklch(14.5% 0 0)","color-stone-50":"oklch(98.5% 0.001 106.423)","color-stone-100":"oklch(97% 0.001 106.424)","color-stone-200":"oklch(92.3% 0.003 48.717)","color-stone-300":"oklch(86.9% 0.005 56.366)","color-stone-400":"oklch(70.9% 0.01 56.259)","color-stone-500":"oklch(55.3% 0.013 58.071)","color-stone-600":"oklch(44.4% 0.011 73.639)","color-stone-700":"oklch(37.4% 0.01 67.558)","color-stone-800":"oklch(26.8% 0.007 34.298)","color-stone-900":"oklch(21.6% 0.006 56.043)","color-stone-950":"oklch(14.7% 0.004 49.25)"},spacing:{0:"0rem","0.5":"0.15rem",1:"0.25rem","1.5":"0.375rem",2:"0.5rem","2.5":"0.625rem",3:"0.75rem","3.5":"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",18:"4.5rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem",112:"28rem",128:"32rem"},breakpoints:{sm:"40rem",md:"48rem",lg:"64rem",xl:"80rem","2xl":"96rem"},layout:{padding:{"p-px":"1px"},"padding-inline":{"px-px":"1px"},"padding-block":{"py-px":"1px"},"padding-top":{"pt-px":"1px"},"padding-right":{"pr-px":"1px"},"padding-bottom":{"pb-px":"1px"},"padding-left":{"pl-px":"1px"},margin:{"m-px":"1px","-m-px":"-1px"},"margin-inline":{"mx-px":"1px","-mx-px":"-1px","mx-auto":"auto"},"margin-block":{"my-px":"1px","-my-px":"-1px","my-auto":"auto"},"margin-top":{"mt-px":"1px","-mt-px":"-1px"},"margin-right":{"mr-px":"1px","-mr-px":"-1px"},"margin-bottom":{"mb-px":"1px","-mb-px":"-1px"},"margin-left":{"ml-px":"1px","-ml-px":"-1px"},"aspect-ratio":{"aspect-square":"1 / 1","aspect-video":"16 / 9","aspect-portrait":"9 / 16","aspect-auto":"auto"},columns:{"columns-auto":"auto","columns-none":"none","columns-3xs":"var(--container-3xs)","columns-2xs":"var(--container-2xs)","columns-xs":"var(--container-xs)","columns-sm":"var(--container-sm)","columns-md":"var(--container-md)","columns-lg":"var(--container-lg)","columns-xl":"var(--container-xl)","columns-2xl":"var(--container-2xl)","columns-3xl":"var(--container-3xl)","columns-4xl":"var(--container-4xl)","columns-5xl":"var(--container-5xl)","columns-6xl":"var(--container-6xl)","columns-7xl":"var(--container-7xl)"},"break-after":{"break-after-auto":"auto","break-after-avoid":"avoid","break-after-all":"all","break-after-avoid-page":"avoid-page","break-after-page":"page","break-after-column":"column"},"break-before":{"break-before-auto":"auto","break-before-avoid":"avoid","break-before-all":"all","break-before-avoid-page":"avoid-page","break-before-page":"page","break-before-column":"column"},"break-inside":{"break-inside-auto":"auto","break-inside-avoid":"avoid","break-inside-avoid-page":"avoid-page","break-inside-avoid-column":"avoid-column"},"box-decoration-break":{"box-decoration-slice":"slice","box-decoration-clone":"clone"},"box-sizing":{"box-border":"border-box","box-content":"content-box"},display:{block:"block",hidden:"none","inline-block":"inline-block",inline:"inline",flex:"flex","inline-flex":"inline-flex",grid:"grid","inline-grid":"inline-grid",table:"table",contents:"contents","list-item":"list-item","flow-root":"flow-root","inline-table":"inline-table","table-caption":"table-caption","table-cell":"table-cell","table-column":"table-column","table-column-group":"table-column-group","table-footer-group":"table-footer-group","table-header-group":"table-header-group","table-row-group":"table-row-group","table-row":"table-row"},float:{"float-right":"right","float-left":"left","float-none":"none","float-start":"inline-start","float-end":"inline-end"},clear:{"clear-left":"left","clear-right":"right","clear-both":"both","clear-none":"none","clear-start":"inline-start","clear-end":"inline-end"},isolation:{"isolation-auto":"auto","isolation-isolate":"isolate"},"object-fit":{"object-contain":"contain","object-cover":"cover","object-fill":"fill","object-none":"none","object-scale-down":"scale-down"},"object-position":{"object-center":"center","object-top":"top","object-bottom":"bottom","object-left":"left","object-right":"right","object-top-left":"top left","object-top-right":"top right","object-bottom-left":"bottom left","object-bottom-right":"bottom right"},overflow:{"overflow-auto":"auto","overflow-hidden":"hidden","overflow-visible":"visible","overflow-scroll":"scroll"},"overflow-x":{"overflow-x-hidden":"hidden","overflow-x-visible":"visible","overflow-x-scroll":"scroll","overflow-x-auto":"auto"},"overflow-y":{"overflow-y-hidden":"hidden","overflow-y-visible":"visible","overflow-y-scroll":"scroll","overflow-y-auto":"auto"},"overscroll-behavior":{"overscroll-auto":"auto","overscroll-contain":"contain","overscroll-none":"none"},"overscroll-behavior-x":{"overscroll-x-auto":"auto","overscroll-x-contain":"contain","overscroll-x-none":"none"},"overscroll-behavior-y":{"overscroll-y-auto":"auto","overscroll-y-contain":"contain","overscroll-y-none":"none"},position:{static:"static",fixed:"fixed",absolute:"absolute",relative:"relative",sticky:"sticky"},inset:{"inset-px":"1px","-inset-px":"-1px","inset-full":"100%","-inset-full":"-100%","inset-auto":"auto"},"inset-inline":{"inset-x-px":"1px","-inset-x-px":"-1px","inset-x-full":"100%","-inset-x-full":"-100%","inset-x-auto":"auto"},"inset-block":{"inset-y-px":"1px","-inset-y-px":"-1px","inset-y-full":"100%","-inset-y-full":"-100%","inset-y-auto":"auto"},top:{"top-px":"1px","-top-px":"-1px","top-full":"100%","-top-full":"-100%","top-auto":"auto"},right:{"right-px":"1px","-right-px":"-1px","right-full":"100%","-right-full":"-100%","right-auto":"auto"},bottom:{"bottom-px":"1px","-bottom-px":"-1px","bottom-full":"100%","-bottom-full":"-100%","bottom-auto":"auto"},left:{"left-px":"1px","-left-px":"-1px","left-full":"100%","-left-full":"-100%","left-auto":"auto"},visibility:{visible:"visible",invisible:"hidden",collapse:"collapse"}},flexGrid:{"flex-basis":{"basis-full":"100%","basis-1/2":"50%","basis-auto":"auto","basis-1/3":"33.333333%","basis-3xs":"var(--container-3xs)","basis-2xs":"var(--container-2xs)","basis-xs":"var(--container-xs)","basis-sm":"var(--container-sm)","basis-md":"var(--container-md)","basis-lg":"var(--container-lg)","basis-xl":"var(--container-xl)","basis-2xl":"var(--container-2xl)","basis-3xl":"var(--container-3xl)","basis-4xl":"var(--container-4xl)","basis-5xl":"var(--container-5xl)","basis-6xl":"var(--container-6xl)","basis-7xl":"var(--container-7xl)"},"flex-direction":{"flex-row":"row","flex-row-reverse":"row-reverse","flex-col":"column","flex-col-reverse":"column-reverse"},"flex-wrap":{"flex-wrap":"wrap","flex-wrap-reverse":"wrap-reverse","flex-nowrap":"nowrap"},flex:{"flex-auto":"1 1 auto","flex-initial":"0 1 auto","flex-none":"none"},"flex-grow":{grow:"1"},"flex-shrink":{shrink:"1"},order:{"order-first":"calc(-infinity)","order-last":"calc(infinity)","order-none":"0"},"grid-template-columns":{"grid-columns-none":"none","grid-columns-subgrid":"subgrid"},"grid-column":{"col-span-full":"1 / -1","col-auto":"auto"},"grid-column-start":{"col-start-auto":"auto"},"grid-column-end":{"col-end-auto":"auto"},"grid-template-rows":{"grid-rows-none":"none","grid-rows-subgrid":"subgrid"},"grid-row":{"row-span-full":"1 / -1","row-auto":"auto"},"grid-row-start":{"row-start-auto":"auto"},"grid-row-end":{"row-end-auto":"auto"},"grid-auto-flow":{"grid-flow-row":"row","grid-flow-col":"column","grid-flow-dense":"dense","grid-flow-row-dense":"row dense","grid-flow-col-dense":"column dense"},"grid-auto-columns":{"auto-columns-auto":"auto","auto-columns-min":"min-content","auto-columns-max":"max-content","auto-columns-fr":"minmax(0, 1fr)"},"grid-auto-rows":{"auto-rows-auto":"auto","auto-rows-min":"min-content","auto-rows-max":"max-content","auto-rows-fr":"minmax(0, 1fr)"},gap:{"gap-px":"1px"},"column-gap":{"gap-x-px":"1px"},"row-gap":{"gap-y-px":"1px"},"justify-content":{"justify-start":"flex-start","justify-end":"flex-end","justify-end-safe":"safe flex-end","justify-center":"center","justify-center-safe":"safe center","justify-between":"space-between","justify-around":"space-around","justify-evenly":"space-evenly","justify-stretch":"stretch","justify-normal":"normal","justify-baseline":"baseline"},"justify-items":{"justify-items-start":"start","justify-items-end":"end","justify-items-end-safe":"safe end","justify-items-center":"center","justify-items-center-safe":"safe center","justify-items-stretch":"stretch","justify-items-normal":"normal"},"justify-self":{"justify-self-auto":"auto","justify-self-start":"start","justify-self-center":"center","justify-self-center-safe":"safe center","justify-self-end":"end","justify-self-end-safe":"safe end","justify-self-stretch":"stretch","justify-self-normal":"normal"},"align-content":{"content-start":"flex-start","content-end":"flex-end","content-center":"center","content-between":"space-between","content-around":"space-around","content-evenly":"space-evenly","content-stretch":"stretch","content-normal":"normal","content-baseline":"baseline"},"align-items":{"items-start":"flex-start","items-end":"flex-end","items-center":"center","items-baseline":"baseline","items-stretch":"stretch","items-normal":"normal","items-end-safe":"safe flex-end","items-center-safe":"safe center","items-baseline-last":"last baseline"},"align-self":{"self-auto":"auto","self-start":"flex-start","self-end":"flex-end","self-end-safe":"safe flex-end","self-center":"center","self-center-safe":"safe center","self-stretch":"stretch","self-baseline":"baseline","self-baseline-last":"last baseline"},"place-content":{"place-content-center":"center","place-content-center-safe":"safe center","place-content-stretch":"stretch","place-content-normal":"normal","place-content-baseline":"baseline","place-content-end-safe":"safe flex-end","place-content-baseline-last":"last baseline","place-content-start":"flex-start","place-content-end":"flex-end","place-content-between":"space-between","place-content-around":"space-around","place-content-evenly":"space-evenly"},"place-items":{"place-items-start":"start","place-items-end":"end","place-items-end-safe":"safe end","place-items-center":"center","place-items-center-safe":"safe center","place-items-stretch":"stretch","place-item-baseline":"baseline"},"place-self":{"place-self-auto":"auto","place-self-start":"start","place-self-center":"center","place-self-center-safe":"safe center","place-self-end":"end","place-self-end-safe":"safe end","place-self-stretch":"stretch"}},sizing:{width:{"w-3xs":"var(--container-3xs)","w-2xs":"var(--container-2xs)","w-xs":"var(--container-xs)","w-sm":"var(--container-sm)","w-md":"var(--container-md)","w-lg":"var(--container-lg)","w-xl":"var(--container-xl)","w-2xl":"var(--container-2xl)","w-3xl":"var(--container-3xl)","w-4xl":"var(--container-4xl)","w-5xl":"var(--container-5xl)","w-6xl":"var(--container-6xl)","w-7xl":"var(--container-7xl)","w-full":"100%","w-auto":"auto","w-px":"1px","w-screen":"100vw","w-min":"min-content","w-max":"max-content","w-fit":"fit-content","w-dvw":"100dvw","w-dvh":"100dvh","w-lvw":"100lvw","w-lvh":"100lvh","w-svw":"100svw","w-svh":"100svh"},"min-width":{"min-w-3xs":"var(--container-3xs)","min-w-2xs":"var(--container-2xs)","min-w-xs":"var(--container-xs)","min-w-sm":"var(--container-sm)","min-w-md":"var(--container-md)","min-w-lg":"var(--container-lg)","min-w-xl":"var(--container-xl)","min-w-2xl":"var(--container-2xl)","min-w-3xl":"var(--container-3xl)","min-w-4xl":"var(--container-4xl)","min-w-5xl":"var(--container-5xl)","min-w-6xl":"var(--container-6xl)","min-w-7xl":"var(--container-7xl)","min-w-full":"100%","min-w-auto":"auto","min-w-min":"min-content","min-w-max":"max-content","min-w-fit":"fit-content","min-w-screen":"100vw","min-w-dvw":"100dvw","min-w-dvh":"100dvh","min-w-lvw":"100lvw","min-w-lvh":"100lvh","min-w-svw":"100svw","min-w-svh":"100svh","min-w-px":"1px"},"max-width":{"max-w-3xs":"var(--container-3xs)","max-w-2xs":"var(--container-2xs)","max-w-xs":"var(--container-xs)","max-w-sm":"var(--container-sm)","max-w-md":"var(--container-md)","max-w-lg":"var(--container-lg)","max-w-xl":"var(--container-xl)","max-w-2xl":"var(--container-2xl)","max-w-3xl":"var(--container-3xl)","max-w-4xl":"var(--container-4xl)","max-w-5xl":"var(--container-5xl)","max-w-6xl":"var(--container-6xl)","max-w-7xl":"var(--container-7xl)","max-w-full":"100%","max-w-auto":"auto","max-w-min":"min-content","max-w-max":"max-content","max-w-fit":"fit-content","max-w-screen":"100vw","max-w-dvw":"100dvw","max-w-dvh":"100dvh","max-w-lvw":"100lvw","max-w-lvh":"100lvh","max-w-svw":"100svw","max-w-svh":"100svh","max-w-px":"1px"},height:{"h-3xs":"var(--container-3xs)","h-2xs":"var(--container-2xs)","h-xs":"var(--container-xs)","h-sm":"var(--container-sm)","h-md":"var(--container-md)","h-lg":"var(--container-lg)","h-xl":"var(--container-xl)","h-2xl":"var(--container-2xl)","h-3xl":"var(--container-3xl)","h-4xl":"var(--container-4xl)","h-5xl":"var(--container-5xl)","h-6xl":"var(--container-6xl)","h-7xl":"var(--container-7xl)","h-auto":"auto","h-full":"100%","h-min":"min-content","h-max":"max-content","h-fit":"fit-content","h-px":"1px","h-screen":"100vh","h-dvh":"100dvh","h-lvh":"100lvh","h-svh":"100svh","h-dvw":"100dvw","h-lvw":"100lvw","h-svw":"100svw"},"min-height":{"min-h-3xs":"var(--container-3xs)","min-h-2xs":"var(--container-2xs)","min-h-xs":"var(--container-xs)","min-h-sm":"var(--container-sm)","min-h-md":"var(--container-md)","min-h-lg":"var(--container-lg)","min-h-xl":"var(--container-xl)","min-h-2xl":"var(--container-2xl)","min-h-3xl":"var(--container-3xl)","min-h-4xl":"var(--container-4xl)","min-h-5xl":"var(--container-5xl)","min-h-6xl":"var(--container-6xl)","min-h-7xl":"var(--container-7xl)","min-h-auto":"auto","min-h-full":"100%","min-h-min":"min-content","min-h-max":"max-content","min-h-fit":"fit-content","min-h-screen":"100vh","min-h-dvh":"100dvh","min-h-lvh":"100lvh","min-h-svh":"100svh","min-h-dvw":"100dvw","min-h-lvw":"100lvw","min-h-svw":"100svw","max-h-px":"1px"},"max-height":{"max-h-3xs":"var(--container-3xs)","max-h-2xs":"var(--container-2xs)","max-h-xs":"var(--container-xs)","max-h-sm":"var(--container-sm)","max-h-md":"var(--container-md)","max-h-lg":"var(--container-lg)","max-h-xl":"var(--container-xl)","max-h-2xl":"var(--container-2xl)","max-h-3xl":"var(--container-3xl)","max-h-4xl":"var(--container-4xl)","max-h-5xl":"var(--container-5xl)","max-h-6xl":"var(--container-6xl)","max-h-7xl":"var(--container-7xl)","max-h-auto":"auto","max-h-full":"100%","max-h-min":"min-content","max-h-max":"max-content","max-h-fit":"fit-content","max-h-screen":"100vh","max-h-dvh":"100dvh","max-h-lvh":"100lvh","max-h-svh":"100svh","max-h-dvw":"100dvw","max-h-lvw":"100lvw","max-h-svw":"100svw","max-h-px":"1px"}},typography:{"font-family":{"font-family-sans":'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',"font-family-serif":'Georgia, Cambria, "Times New Roman", Times, serif',"font-family-mono":'"Courier New", Courier, monospace'},"font-size":{"text-xs":"var(--text-xs)","text-sm":"var(--text-sm)","text-base":"var(--text-base)","text-lg":"var(--text-lg)","text-xl":"var(--text-xl)","text-2xl":"var(--text-2xl)","text-3xl":"var(--text-3xl)","text-4xl":"var(--text-4xl)","text-5xl":"var(--text-5xl)","text-6xl":"var(--text-6xl)","text-7xl":"var(--text-7xl)","text-8xl":"var(--text-8xl)","text-9xl":"var(--text-9xl)"},"-webkit-font-smoothing":{antialiased:"antialiased","subpixel-antialiased":"auto"},"font-style":{italic:"italic","not-italic":"normal"},"font-weight":{"font-thin":"100","font-extralight":"200","font-light":"300","font-normal":"400","font-medium":"500","font-semibold":"600","font-bold":"700","font-extrabold":"800","font-black":"900"},"font-stretch":{"font-stretch-ultra-condensed":"ultra-condensed","font-stretch-extra-condensed":"extra-condensed","font-stretch-condensed":"condensed","font-stretch-semi-condensed":"semi-condensed","font-stretch-normal":"normal","font-stretch-semi-expanded":"semi-expanded","font-stretch-expanded":"expanded","font-stretch-extra-expanded":"extra-expanded","font-stretch-ultra-expanded":"ultra-expanded"},"font-variant-numeric":{"normal-nums":"normal","ordinal-nums":"ordinal","slashed-zero-nums":"slashed-zero","lining-nums":"lining-nums","oldstyle-nums":"oldstyle-nums","proportional-nums":"proportional-nums","tabular-nums":"tabular-nums","diagonal-fractions":"diagonal-fractions","stacked-fractions":"stacked-fractions"},"letter-spacing":{"tracking-tighter":"-0.05em","tracking-tight":"-0.025em","tracking-normal":"0em","tracking-wide":"0.025em","tracking-wider":"0.05em","tracking-widest":"0.1em"},"line-height":{"leading-none":"1","leading-tight":"1.25","leading-snug":"1.375","leading-normal":"1.5","leading-relaxed":"1.625","leading-loose":"2"},"list-style-image":{"list-image-none":"none"},"list-style-position":{"list-inside":"inside","list-outside":"outside"},"list-style-type":{"list-none":"none","list-disc":"disc","list-decimal":"decimal","list-square":"square","list-circle":"circle","list-upper-roman":"upper-roman"},"text-align":{"text-left":"left","text-center":"center","text-right":"right","text-justify":"justify","text-start":"start","text-end":"end"},color:{"text-color-inherit":"inherit","text-color-current":"currentColor","text-color-transparent":"transparent"},"text-decoration-line":{underline:"underline","line-through":"line-through","no-underline":"none",overline:"overline"},"text-decoration-color":{"decoration-color-inherit":"inherit","decoration-color-current":"currentColor","decoration-color-transparent":"transparent"},"text-decoration-style":{"decoration-style-solid":"solid","decoration-style-double":"double","decoration-style-dotted":"dotted","decoration-style-dashed":"dashed","decoration-style-wavy":"wavy"},"text-decoration-thickness":{"decoration-thick-auto":"auto","decoration-thick-from-font":"from-font"},"text-underline-offset":{"underline-offset-auto":"auto"},"text-transform":{uppercase:"uppercase",lowercase:"lowercase",capitalize:"capitalize","normal-case":"none"},"text-overflow":{"text-ellipsis":"ellipsis","text-clip":"clip"},"text-wrap":{"text-wrap":"wrap","text-nowrap":"nowrap","text-balance":"balance","text-pretty":"pretty"},"text-indent":{"indent-px":"1px","-indent-px":"-1px"},"vertical-align":{"align-baseline":"baseline","align-top":"top","align-middle":"middle","align-bottom":"bottom","align-text-top":"text-top","align-text-bottom":"text-bottom","align-sub":"sub","align-super":"super","align-inherit":"inherit"},"white-space":{"whitespace-normal":"normal","whitespace-nowrap":"nowrap","whitespace-pre":"pre","whitespace-pre-line":"pre-line","whitespace-pre-wrap":"pre-wrap","whitespace-break-spaces":"break-spaces"},"word-break":{"break-normal":"normal","break-all":"break-all","keep-all":"keep-all"},"overflow-wrap":{"wrap-break-word":"break-word","wrap-normal":"normal","wrap-anywhere":"anywhere"},hyphens:{"hyphens-none":"none","hyphens-manual":"manual","hyphens-auto":"auto"},content:{"content-none":" none"},direction:{ltr:"ltr",rtl:"rtl"}},background:{"background-attachment":{"bg-fixed":"fixed","bg-local":"local","bg-scroll":"scroll"},"background-clip":{"bg-clip-border":"border-box","bg-clip-padding":"padding-box","bg-clip-content":"content-box","bg-clip-text":"text"},"background-color":{"bg-color-inherit":"inherit","bg-color-current":"currentColor","bg-color-transparent":"transparent"},"background-image":{"bg-none":"none"},"background-origin":{"bg-origin-border":"border-box","bg-origin-padding":"padding-box","bg-origin-content":"content-box"},"background-position":{"bg-center":"center","bg-top":"top","bg-bottom":"bottom","bg-left":"left","bg-right":"right","bg-top-left":"top left","bg-top-right":"top right","bg-bottom-left":"bottom left","bg-bottom-right":"bottom right"},"background-repeat":{"bg-repeat":"repeat","bg-no-repeat":"no-repeat","bg-repeat-x":"repeat-x","bg-repeat-y":"repeat-y","bg-repeat-round":"round","bg-repeat-space":"space"},"background-size":{"bg-auto":"auto","bg-cover":"cover","bg-contain":"contain"}},border:{"border-radius":{rounded:"4px","rounded-none":"0px"},"border-width":{border:"1px; border-style: var(--uni-border-style)","border-none":"0px"},"border-inline-width":{"border-x":"1px; border-style: var(--uni-border-style)"},"border-block-width":{"border-y":"1px; border-style: var(--uni-border-style)"},"border-top-width":{"border-t":"1px; border-style: var(--uni-border-style)"},"border-right-width":{"border-r":"1px; border-style: var(--uni-border-style)"},"border-bottom-width":{"border-b":"1px; border-style: var(--uni-border-style)"},"border-left-width":{"border-l":"1px; border-style: var(--uni-border-style)"},"border-color":{"border-inherit":"inherit","border-current":"currentColor","border-transparent":"transparent"},"outline-width":{outline:"1px; outline-style: var(--uni-outline-style)"},"outline-color":{"outline-inherit":"inherit","outline-current":"currentColor","outline-transparent":"transparent"}},effects:{shadow:{"2xs":"0 1px var(--uni-shadow-color, rgb(0 0 0 / 0.05))",xs:" 0 1px 2px 0 var(--uni-shadow-color, rgb(0 0 0 / 0.05))",sm:"0 1px 3px 0 var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--uni-shadow-color, rgb(0 0 0 / 0.1))",md:"0 4px 6px -1px var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--uni-shadow-color, rgb(0 0 0 / 0.1))",lg:"0 10px 15px -3px var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--uni-shadow-color, rgb(0 0 0 / 0.1))",xl:" 0 20px 25px -5px var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--uni-shadow-color, rgb(0 0 0 / 0.1))","2xl":"0 25px 50px -12px var(--uni-shadow-color, rgb(0 0 0 / 0.25))",none:"0 0 #0000",inherit:"inherit",current:"currentColor",transparent:"transparent","inset-2xs":"inset 0 1px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-xs":"inset 0 1px 1px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-sm":"inset 0 2px 4px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-md":"inset 0 4px 6px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-lg":"inset 0 10px 15px var(--uni-inset-shadow-color,rgb(0 0 0 / 0.05))","inset-xl":"inset 0 20px 25px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-2xl":"inset 0 25px 50px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.25))","inset-none":"inset none","inset-inherit":"inset inherit","inset-current":"inset currentColor","inset-transparent":"inset transparent"},dropShadow:{xs:"0 1px 1px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.15))",sm:"0 1px 2px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.15))",md:"0 3px 3px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.12))",lg:"0 4px 4px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.15))",xl:"0 9px 7px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.25))","2xl":" 0 15px 15px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.35))",inherit:"inherit",current:"currentColor",transparent:"transparent",none:"none"},"text-shadow":{"text-shadow-2xs":" 0 1px 0px var(--uni-text-shadow-color, rgb(0 0 0 / 0.05))","text-shadow-xs":" 0px 1px 1px var(--uni-text-shadow-color, rgb(0 0 0 / 0.05))","text-shadow-sm":" 0px 1px 0px var(--uni-text-shadow-color, rgb(0 0 0 / 0.075)), 0px 1px 1px var(--uni-text-shadow-color, rgb(0 0 0 / 0.075)), 0px 2px 2px var(--uni-text-shadow-color, rgb(0 0 0 / 0.075))","text-shadow-md":"0px 1px 1px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 1px 2px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 2px 4px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1))","text-shadow-lg":"0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 4px 8px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)) ","text-shadow-none":"none","text-shadow-inherit":"inherit","text-shadow-current":"currentColor","text-shadow-transparent":"transparent"},"mix-blend-mode":{"mix-blend-normal":"normal","mix-blend-multiply":"multiply","mix-blend-screen":"screen","mix-blend-overlay":"overlay","mix-blend-darken":"darken","mix-blend-lighten":"lighten","mix-blend-color-dodge":"color-dodge","mix-blend-color-burn":"color-burn","mix-blend-hard-light":"hard-light","mix-blend-soft-light":"soft-light","mix-blend-difference":"difference","mix-blend-exclusion":"exclusion","mix-blend-hue":"hue","mix-blend-saturation":"saturation","mix-blend-color":"color","mix-blend-luminosity":"luminosity","mix-blend-plus-lighter":"plus-lighter","mix-blend-plus-darker":"plus-darker"},"background-blend-mode":{"bg-blend-normal":"normal","bg-blend-multiply":"multiply","bg-blend-screen":"screen","bg-blend-overlay":"overlay","bg-blend-darken":"darken","bg-blend-lighten":"lighten","bg-blend-color-dodge":"color-dodge","bg-blend-color-burn":"color-burn","bg-blend-hard-light":"hard-light","bg-blend-soft-light":"soft-light","bg-blend-difference":"difference","bg-blend-exclusion":"exclusion","bg-blend-hue":"hue","bg-blend-saturation":"saturation","bg-blend-color":"color","bg-blend-luminosity":"luminosity"},"mask-clip":{"mask-clip-content":"content-box","mask-clip-border":"border-box","mask-clip-padding":"padding-box","mask-clip-filled":"fill-box","mask-clip-stroke":"stroke-box","mask-clip-view-box":"view-box","mask-no-clip":"no-clip"},"mask-composite":{"mask-add":"add","mask-subtract":"subtract","mask-intersect":"intersect","mask-exclude":"exclude"},"mask-image":{"mask-image-none":"none"},"mask-position":{"mask-top-left":"top left","mask-top":"top","mask-top-right":"top right","mask-left":"left","mask-center":"center","mask-right":"right","mask-bottom-left":"bottom left","mask-bottom":"bottom","mask-bottom-right":"bottom right"},"mask-repeat":{"mask-repeat":"repeat","mask-repeat-x":"repeat-x","mask-repeat-y":"repeat-y","mask-no-repeat":"no-repeat","mask-repeat-round":"round","mask-repeat-space":"space"},"mask-mode":{"mask-luminance":"luminance","mask-alpha":"alpha","mask-match":"match-source"},"mask-origin":{"mask-origin-content":"content-box","mask-origin-border":"border-box","mask-origin-padding":"padding-box","mask-origin-view":"view-box","mask-origin-fill":"fill-box","mask-origin-stroke":"stroke-box"},"mask-size":{"mask-size-auto":"auto","mask-size-cover":"cover","mask-size-contain":"contain"}},table:{"border-collapse":{"border-collapse":"collapse","border-separate":"separate"},"table-layout":{"table-auto":"auto","table-fixed":"fixed"},"caption-side":{"caption-top":"top","caption-bottom":"bottom"}},transition:{"transition-property":{"transition-none":"none"},"transition-behavior":{"transition-normal":"normal","transition-discrete":"allow-discrete"},"transition-duration":{"duration-initial":"initial"},"transition-timing-function":{"ease-linear":"linear","ease-in":"cubic-bezier(0.4, 0, 1, 1)","ease-out":"cubic-bezier(0, 0, 0.2, 1)","ease-in-out":"cubic-bezier(0.4, 0, 0.2, 1)","ease-initial":"initial"},"animation-play-state":{"animation-running":"running","animation-paused":"paused"},"animation-direction":{"animation-normal":"normal","animation-reverse":"reverse","animation-alternate":"alternate","animation-alternate-reverse":"alternate-reverse"},"animation-fill-mode":{"animation-none":"none","animation-forwards":"forwards","animation-backwards":"backwards","animation-both":"both"}},transforms:{"backface-visibility":{"backface-visible":"visible","backface-hidden":"hidden"},perspective:{"perspective-dramatic":"100px","perspective-near":"300px","perspective-normal":"500px","perspective-midrange":"800px","perspective-distant":"1200px","perspective-none":"none"},"perspective-origin":{"perspective-origin-center":"center","perspective-origin-top":"top","perspective-origin-bottom":"bottom","perspective-origin-left":"left","perspective-origin-right":"right","perspective-origin-top-left":"top left","perspective-origin-top-right":"top right","perspective-origin-bottom-left":"bottom left","perspective-origin-bottom-right":"bottom right"},"transform-origin":{"origin-center":"center","origin-top":"top","origin-bottom":"bottom","origin-left":"left","origin-right":"right","origin-top-left":"top left","origin-top-right":"top right","origin-bottom-left":"bottom left","origin-bottom-right":"bottom right"},rotate:{"rotate-none":"none"},scale:{"scale-none":"none"},transform:{"transform-none":"none"},translate:{"translate-full":"100%","translate-px":"1px","-translate-full":"-100%","translate-x-full":"100% var(--uni-translate-y)","-translate-x-full":"-100% var(--uni-translate-y)","translate-y-full":"var(--uni-translate-x) 100%","-translate-y-full":"var(--uni-translate-x) -100%","translate-none":"none","-translate-y-px":"var(--uni-translate-x) -1px","translate-y-px":"var(--uni-translate-x) 1px","-translate-x-px":"-1px var(--uni-translate-y)","translate-x-px":"1px var(--uni-translate-y)","translate-z-px":"var(--uni-translate-x) var(--uni-translate-y) 1px","-translate-z-px":"-var(--uni-translate-x) -var(--uni-translate-y) -1px"},"transform-style":{"transform-style-flat":"flat","transform-style-3d":"preserve-3d"}},interactivity:{appearance:{"appearance-none":"none","appearance-auto":"auto"},"color-scheme":{"scheme-light":"light","scheme-dark":"dark","scheme-normal":"normal","scheme-light-dark":"light dark","scheme-only-dark":"only dark","scheme-only-light":"only light"},cursor:{"cursor-auto":"auto","cursor-default":"default","cursor-pointer":"pointer","cursor-wait":"wait","cursor-text":"text","cursor-move":"move","cursor-help":"help","cursor-not-allowed":"not-allowed","cursor-none":"none","cursor-context-menu":"context-menu","cursor-progress":"progress","cursor-cell":"cell","cursor-crosshair":"crosshair","cursor-alias":"alias","cursor-copy":"copy","cursor-grab":"grab","cursor-grabbing":"grabbing","cursor-zoom-in":"zoom-in","cursor-zoom-out":"zoom-out","cursor-no-drop":"no-drop","cursor-all-scroll":"all-scroll","cursor-col-resize":"col-resize","cursor-row-resize":"row-resize","cursor-n-resize":"n-resize","cursor-ne-resize":"ne-resize","cursor-e-resize":"e-resize","cursor-se-resize":"se-resize","cursor-s-resize":"s-resize","cursor-sw-resize":"sw-resize","cursor-w-resize":"w-resize","cursor-nw-resize":"nw-resize","cursor-ew-resize":"ew-resize","cursor-ns-resize":"ns-resize","cursor-nesw-resize":"nesw-resize"},"field-sizing":{"field-sizing-fixed":"fixed","field-sizing-content":"content"},"pointer-events":{"pointer-events-none":"none","pointer-events-auto":"auto"},resize:{"resize-none":"none","resize-x":"horizontal","resize-y":"vertical",resize:"both"},"scroll-behavior":{"scroll-auto":"auto","scroll-smooth":"smooth"},"scroll-snap-align":{"snap-start":"start","snap-end":"end","snap-center":"center","snap-align-none":"none"},"scroll-snap-stop":{"snap-normal":"normal","snap-always":"always"},"will-change":{"will-change-auto":"auto","will-change-scroll":"scroll-position","will-change-contents":"contents","will-change-transform":"transform"},"scroll-snap-type":{"snap-none":"none","snap-x":"x","snap-x-mandatory":"x mandatory","snap-x-proximity":"x proximity","snap-y":"y","snap-y-mandatory":"y mandatory","snap-y-proximity":"y proximity","snap-block":"block","snap-block-mandatory":"block mandatory","snap-block-proximity":"block proximity","snap-inline":"inline","snap-inline-mandatory":"inline mandatory","snap-inline-proximity":"inline proximity","snap-both":"both","snap-both-mandatory":"both mandatory","snap-both-proximity":"both proximity"},"touch-action":{"touch-auto":"auto","touch-none":"none","touch-pan-x":"pan-x","touch-pan-left":"pan-left","touch-pan-right":"pan-right","touch-pan-y":"pan-y","touch-pan-up":"pan-up","touch-pan-down":"pan-down","touch-pinch-zoom":"pinch-zoom","touch-manipulation":"manipulation"},"user-select":{"select-none":"none","select-text":"text","select-all":"all","select-auto":"auto"}},svg:{fill:{"fill-none":"none","fill-inherit":"inherit","fill-current":"currentColor","fill-transparent":"transparent"},stroke:{"stroke-none":"none","stroke-inherit":"inherit","stroke-current":"currentColor","stroke-transparent":"transparent"}},rootClass:{"container-3xs":"16rem","container-2xs":"18rem","container-xs":"20rem","container-sm":"24rem","container-md":"28rem","container-lg":"32rem","container-xl":"36rem","container-2xl":"42rem","container-3xl":"48rem","container-4xl":"56rem","container-5xl":"64rem","container-6xl":"72rem","container-7xl":"80rem","text-xs":"0.75rem","text-sm":"0.875rem","text-base":"1rem","text-lg":"1.125rem","text-xl":"1.25rem","text-2xl":"1.5rem","text-3xl":"1.875rem","text-4xl":"2.25rem","text-5xl":"3rem","text-6xl":"3.75rem","text-7xl":"4.5rem","text-8xl":"6rem","text-9xl":"8rem","radius-xs":"0.125rem","radius-sm":"0.25rem","radius-md":"0.375rem","radius-lg":"0.5rem","radius-xl":"0.75rem","radius-2xl":"1rem","radius-3xl":"1.5rem","radius-4xl":"2rem","blur-xs":"4px","blur-sm":"8px","blur-md":"12px","blur-lg":"16px","blur-xl":"24px","blur-2xl":"32px","blur-3xl":"40px","blur-4xl":"48px","blur-5xl":"64px"}}}});class ae{constructor(o,i){this.config=o,this.utilityRules=i,this.processed=new Set,this.output={main:"",dark:""},this.mediaQueries={}}processClass(o){let i=o.includes("!"),t=i?o.replace("!",""):o;if(o.startsWith("*:")){let l=o.slice(2),a=l.includes("!"),p=a?l.replace("!",""):l,d=this.buildRuleForClassWithoutSelector(p,a);if(d){let u=S(o),e=`.${u} > * { ${d} }`;return this.processed.has(u)||(this.output.main+=`${e}
|
|
59
59
|
`,this.processed.add(u)),!0}}if(o.startsWith("dark:*:")){let l=o.slice(7),a=l.includes("!"),p=a?l.replace("!",""):l,d=this.buildRuleForClassWithoutSelector(p,a);if(d){let u=S(o),e=`.dark .${u} > * { ${d} }`;this.processed.has(u)||(this.output.dark+=`${e}
|
|
60
|
-
`,this.processed.add(u));return}}if(o.startsWith("portrait:")||o.startsWith("landscape:")){let l=o.startsWith("portrait:")?"portrait":"landscape",a=o.slice(l.length+1),p=a.includes("!"),d=p?a.replace("!",""):a,u=this.buildRuleForClassWithoutSelector(d,p);if(u){let e=S(o),n=`.${e} { ${u} }`;this.mediaQueries[l]||(this.mediaQueries[l]=[]),this.mediaQueries[l].push(n),this.processed.has(e)||this.processed.add(e);return}}if(o.startsWith("print:")){let l=o.slice(6),a=l.includes("!"),p=a?l.replace("!",""):l,d=this.buildRuleForClassWithoutSelector(p,a);if(d){let u=S(o),e=`.${u} { ${d} }`;this.mediaQueries.print||(this.mediaQueries.print=[]),this.mediaQueries.print.push(e),this.processed.has(u)||this.processed.add(u);return}}this.handleBreakpoints(o)||this.handleDarkModeWithModifiers(o)||this.handleDarkMode(o)||this.handlePseudoClasses(o)||this.tryThemeClasses(o,t,i)||this.tryUtilityRules(o,t,i)}tryThemeClasses(o,i,t){let{layout:l,flexGrid:a,sizing:p,typography:d,background:u,border:e,effects:n,filters:c,table:
|
|
60
|
+
`,this.processed.add(u));return}}if(o.startsWith("portrait:")||o.startsWith("landscape:")){let l=o.startsWith("portrait:")?"portrait":"landscape",a=o.slice(l.length+1),p=a.includes("!"),d=p?a.replace("!",""):a,u=this.buildRuleForClassWithoutSelector(d,p);if(u){let e=S(o),n=`.${e} { ${u} }`;this.mediaQueries[l]||(this.mediaQueries[l]=[]),this.mediaQueries[l].push(n),this.processed.has(e)||this.processed.add(e);return}}if(o.startsWith("print:")){let l=o.slice(6),a=l.includes("!"),p=a?l.replace("!",""):l,d=this.buildRuleForClassWithoutSelector(p,a);if(d){let u=S(o),e=`.${u} { ${d} }`;this.mediaQueries.print||(this.mediaQueries.print=[]),this.mediaQueries.print.push(e),this.processed.has(u)||this.processed.add(u);return}}this.handleBreakpoints(o)||this.handleDarkModeWithModifiers(o)||this.handleDarkMode(o)||this.handlePseudoClasses(o)||this.tryThemeClasses(o,t,i)||this.tryUtilityRules(o,t,i)}tryThemeClasses(o,i,t){let{layout:l,flexGrid:a,sizing:p,typography:d,background:u,border:e,effects:n,filters:c,table:g,transition:h,transforms:y,interactivity:w,svg:x}=this.config,b={layout:l,flexGrid:a,sizing:p,typography:d,background:u,border:e,effects:n,filters:c,table:g,transition:h,transforms:y,interactivity:w,svg:x};for(let[m,k]of Object.entries(b))if(!(!k||typeof k!="object")){for(let[j,$]of Object.entries(k))if(typeof $=="object"&&$!==null){if(j==="shadow"&&i.startsWith("shadow-")){let f=i.replace("shadow-","");if($[f]){let W=S(o),R=$[f],_;return f.startsWith("inset-")?_="--uni-inset-shadow":_="--uni-shadow",this.processed.has(W)||(this.output.main+=`.${W} { ${_}: ${R}${t?" !important":""}; box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000)${t?" !important":""}; }
|
|
61
61
|
`,this.processed.add(W)),!0}}if(j==="dropShadow"&&i.startsWith("drop-shadow-")){let f=i.replace("drop-shadow-","");if($[f]){let W=S(o),R=$[f];return this.processed.has(W)||(this.output.main+=`.${W} { --uni-drop-shadow: drop-shadow(${R})${t?" !important":""}; filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia)${t?" !important":""}; }
|
|
62
62
|
`,this.processed.add(W)),!0}}if($[i]){let f=S(o);return this.processed.has(f)||(this.output.main+=`.${f} { ${j}: ${$[i]}${t?" !important":""}; }
|
|
63
63
|
`,this.processed.add(f)),!0}}}return!1}tryUtilityRules(o,i,t){for(let{prefix:l,prop:a,transform:p}of this.utilityRules)if(i.startsWith(l)){let d=i.replace(l,""),u=p(d);if(u===null)continue;typeof u=="object"?Object.keys(u).forEach(n=>{u[n]=`${u[n]}${t?" !important":""}`}):u=`${u}${t?" !important":""}`;let e=oe(o,l,a,u);return this.processed.has(e.selector)||(this.output.main+=`${e.rule}
|
|
64
|
-
`,this.processed.add(e.selector)),!0}return!1}handlePseudoClasses(o){let i=o.split(":");if(i.length<2)return!1;let t=i[i.length-1],l=i.slice(0,-1),a=Object.keys(O),p=["hover","focus","active","visited","disabled","checked","focus-visible","invalid","required","read-only","indeterminate","valid","in-range","out-of-range","focus-within","target","before","after"];if(!l.every(m=>{let k=/^nth-(\d+)$|^nth-last-(\d+)$|^nth-of-type-(\d+)$|^nth-last-of-type-(\d+)$/.test(m);return a.includes(m)||k||p.includes(m)||m.startsWith("group-")||m.startsWith("peer-")}))return!1;let u=t.includes("!"),e=u?t.replace("!",""):t,n=this.buildRuleForClassWithoutSelector(e,u);if(!n)return!1;let c=S(o),
|
|
65
|
-
`,this.processed.add(c)),!0}handleDarkModeWithModifiers(o){if(!o.startsWith("dark:"))return!1;let t=o.slice(5).split(":");if(t.length<2)return!1;let l=Object.keys(O),a=["hover","focus","active","visited","disabled","checked","focus-visible","invalid","required","read-only","indeterminate","valid","in-range","out-of-range"],p=t.slice(0,-1),d=t[t.length-1];if(!p.every(w=>{let x=/^nth-(\d+)$|^nth-last-(\d+)$|^nth-of-type-(\d+)$|^nth-last-of-type-(\d+)$/.test(w);return l.includes(w)||x||a.includes(w)}))return!1;let e=d.includes("!"),n=e?d.replace("!",""):d,c=this.buildRuleForClassWithoutSelector(n,e);if(!c)return!1;let
|
|
66
|
-
`,this.processed.add(
|
|
67
|
-
`,this.processed.add(d)),!0}return!1}buildRuleForClassWithoutSelector(o,i=!1){let t=o,{layout:l,flexGrid:a,sizing:p,typography:d,background:u,border:e,effects:n,filters:c,table:
|
|
64
|
+
`,this.processed.add(e.selector)),!0}return!1}handlePseudoClasses(o){let i=o.split(":");if(i.length<2)return!1;let t=i[i.length-1],l=i.slice(0,-1),a=Object.keys(O),p=["hover","focus","active","visited","disabled","checked","focus-visible","invalid","required","read-only","indeterminate","valid","in-range","out-of-range","focus-within","target","before","after"];if(!l.every(m=>{let k=/^nth-(\d+)$|^nth-last-(\d+)$|^nth-of-type-(\d+)$|^nth-last-of-type-(\d+)$/.test(m);return a.includes(m)||k||p.includes(m)||m.startsWith("group-")||m.startsWith("peer-")}))return!1;let u=t.includes("!"),e=u?t.replace("!",""):t,n=this.buildRuleForClassWithoutSelector(e,u);if(!n)return!1;let c=S(o),g=e.includes("space-x-")||e.includes("space-y-")||e.includes("divide-x")||e.includes("divide-y")||e.includes("divide-color-")||e.includes("divide-style-"),h="",y=!1,w=!1,x=["before","after","placeholder","file","marker","selection","first-line","first-letter","backdrop"];for(let m of l)if(m.startsWith("peer-")){y=!0,h=E(m);break}else if(m.startsWith("group-")){w=!0,h=E(m);break}else{let k=E(m);x.includes(m)?h+=`::${k}`:h+=`:${k}`}let b;return y?b=`${h}.${c} { ${n} }`:w?b=`${h} .${c} { ${n} }`:g?b=`:where(.${c}${h} > :not(:last-child)) { ${n} }`:b=`.${c}${h} { ${n} }`,this.processed.has(c)||(this.output.main+=`${b}
|
|
65
|
+
`,this.processed.add(c)),!0}handleDarkModeWithModifiers(o){if(!o.startsWith("dark:"))return!1;let t=o.slice(5).split(":");if(t.length<2)return!1;let l=Object.keys(O),a=["hover","focus","active","visited","disabled","checked","focus-visible","invalid","required","read-only","indeterminate","valid","in-range","out-of-range"],p=t.slice(0,-1),d=t[t.length-1];if(!p.every(w=>{let x=/^nth-(\d+)$|^nth-last-(\d+)$|^nth-of-type-(\d+)$|^nth-last-of-type-(\d+)$/.test(w);return l.includes(w)||x||a.includes(w)}))return!1;let e=d.includes("!"),n=e?d.replace("!",""):d,c=this.buildRuleForClassWithoutSelector(n,e);if(!c)return!1;let g=S(o),h="";for(let w of p){let x=E(w);h+=`:${x}`}let y=`.dark .${g}${h} { ${c} }`;return this.processed.has(g)||(this.output.dark+=`${y}
|
|
66
|
+
`,this.processed.add(g)),!0}handleBreakpoints(o){let{breakpoints:i}=this.config;for(let t of Object.keys(i))if(!(t==="portrait"||t==="landscape")){if(o.startsWith(`${t}:*:`)){let l=o.slice(`${t}:*:`.length),a=l.includes("!"),p=a?l.replace("!",""):l,d=this.buildRuleForClassWithoutSelector(p,a);if(d){let e=`.${S(o)} > * { ${d} }`;return this.mediaQueries[t]||(this.mediaQueries[t]=[]),this.mediaQueries[t].push(e),!0}}if(o.startsWith(`${t}:`)){let l=o.slice(t.length+1),a=l.includes("!"),p=a?l.replace("!",""):l,d=p.split(":");if(d.length>=2){let e=d[0];if(e==="group-hover"||e.startsWith("group-hover/")){let h=d.slice(1).join(":"),y=h.includes("!"),w=y?h.replace("!",""):h,x=this.buildRuleForClassWithoutSelector(w,y||a);if(x){let b=S(o),m;return e.startsWith("group-hover/")?m=`.group\\/${e.replace("group-hover/","")}:hover .${b} { ${x} }`:m=`.group:hover .${b} { ${x} }`,this.mediaQueries[t]||(this.mediaQueries[t]=[]),this.mediaQueries[t].push(m),!0}}if(e.startsWith("peer-")){let h=d.slice(1).join(":"),y=h.includes("!"),w=y?h.replace("!",""):h,x=this.buildRuleForClassWithoutSelector(w,y||a);if(x){let b=S(o),k=`${E(e)}.${b} { ${x} }`;return this.mediaQueries[t]||(this.mediaQueries[t]=[]),this.mediaQueries[t].push(k),!0}}let n=Object.keys(O),c=["hover","focus","active","visited","disabled","checked","focus-visible","invalid","required","read-only","indeterminate","valid","in-range","out-of-range","focus-within","target"],g=/^nth-(\d+)$|^nth-last-(\d+)$|^nth-of-type-(\d+)$|^nth-last-of-type-(\d+)$/.test(e);if((n.includes(e)||c.includes(e)||g)&&e!=="group-hover"&&!e.startsWith("group-hover/")&&!e.startsWith("peer-")){let h=d[d.length-1],y=d.slice(0,-1),w=h.includes("!"),x=w?h.replace("!",""):h,b=this.buildRuleForClassWithoutSelector(x,w);if(b){let m=S(o),k="";for(let f of y){let W=E(f);k+=`:${W}`}let j=`.dark .${m}${k} { ${b} }`,$=`${t}_dark`;return this.mediaQueries[$]||(this.mediaQueries[$]=[]),this.mediaQueries[$].push(j),!0}}}let u=this.buildRuleForClassWithoutSelector(p,a);if(u){let e=S(o),c=p.includes("space-x-")||p.includes("space-y-")||p.includes("divide-x")||p.includes("divide-y")||p.includes("divide-color-")||p.includes("divide-style-")?`:where(.${e} > :not(:last-child)) { ${u} }`:`.${e} { ${u} }`;return this.mediaQueries[t]||(this.mediaQueries[t]=[]),this.mediaQueries[t].push(c),!0}}if(o.startsWith(`dark:${t}:*:`)){let l=o.slice(`dark:${t}:*:`.length),a=l.includes("!"),p=a?l.replace("!",""):l,d=this.buildRuleForClassWithoutSelector(p,a);if(d){let e=`.dark .${S(o)} > * { ${d} }`,n=`${t}_dark`;return this.mediaQueries[n]||(this.mediaQueries[n]=[]),this.mediaQueries[n].push(e),!0}}if(o.startsWith(`dark:${t}:`)){let l=o.slice(`dark:${t}:`.length),a=l.split(":");if(a.length>=2){let e=a[0];if(e==="group-hover"||e.startsWith("group-hover/")){let h=a.slice(1).join(":"),y=h.includes("!"),w=y?h.replace("!",""):h,x=this.buildRuleForClassWithoutSelector(w,y);if(x){let b=S(o),m;e.startsWith("group-hover/")?m=`.dark .group\\/${e.replace("group-hover/","")}:hover .${b} { ${x} }`:m=`.dark .group:hover .${b} { ${x} }`;let k=`${t}_dark`;return this.mediaQueries[k]||(this.mediaQueries[k]=[]),this.mediaQueries[k].push(m),!0}}if(e.startsWith("peer-")){let h=a.slice(1).join(":"),y=h.includes("!"),w=y?h.replace("!",""):h,x=this.buildRuleForClassWithoutSelector(w,y);if(x){let b=S(o),k=`.dark ${E(e)}.${b} { ${x} }`,j=`${t}_dark`;return this.mediaQueries[j]||(this.mediaQueries[j]=[]),this.mediaQueries[j].push(k),!0}}let n=/^nth-(\d+)$|^nth-last-(\d+)$|^nth-of-type-(\d+)$|^nth-last-of-type-(\d+)$/.test(e);if((c.includes(e)||g.includes(e)||n)&&e!=="group-hover"&&!e.startsWith("group-hover/")&&!e.startsWith("peer-")){let h=a[a.length-1],y=a.slice(0,-1),w=h.includes("!"),x=w?h.replace("!",""):h,b=this.buildRuleForClassWithoutSelector(x,w);if(b){let m=S(o),k="";for(let f of y){let W=E(f);k+=`:${W}`}let j=`.dark .${m}${k} { ${b} }`,$=`${t}_dark`;return this.mediaQueries[$]||(this.mediaQueries[$]=[]),this.mediaQueries[$].push(j),!0}}let c=Object.keys(O),g=["hover","focus","active","visited","disabled","checked","focus-visible","invalid","required","read-only","indeterminate","valid","in-range","out-of-range","focus-within","target"];if(c.includes(e)||g.includes(e)){let h=a[a.length-1],y=a.slice(0,-1),w=h.includes("!"),x=w?h.replace("!",""):h,b=this.buildRuleForClassWithoutSelector(x,w);if(b){let m=S(o),k="";for(let f of y){let W=E(f);k+=`:${W}`}let j=`.dark .${m}${k} { ${b} }`,$=`${t}_dark`;return this.mediaQueries[$]||(this.mediaQueries[$]=[]),this.mediaQueries[$].push(j),!0}}}let p=l.includes("!"),d=p?l.replace("!",""):l,u=this.buildRuleForClassWithoutSelector(d,p);if(u){let e=S(o),c=d.includes("space-x-")||d.includes("space-y-")||d.includes("divide-x")||d.includes("divide-y")||d.includes("divide-color-")||d.includes("divide-style-")?`.dark :where(.${e} > :not(:last-child)) { ${u} }`:`.dark .${e} { ${u} }`,g=`${t}_dark`;return this.mediaQueries[g]||(this.mediaQueries[g]=[]),this.mediaQueries[g].push(c),!0}}}return!1}handleDarkMode(o){if(!o.startsWith("dark:"))return!1;let i=o.replace("dark:",""),{breakpoints:t}=this.config;for(let d of Object.keys(t))if(i.startsWith(`${d}:`))return!1;let l=i.includes("!"),a=l?i.replace("!",""):i,p=this.buildRuleForClassWithoutSelector(a,l);if(p){let d=S(o),e=a.includes("space-x-")||a.includes("space-y-")||a.includes("divide-x")||a.includes("divide-y")||a.includes("divide-color-")||a.includes("divide-style-")?`.dark :where(.${d} > :not(:last-child)) { ${p} }`:`.dark .${d} { ${p} }`;return this.processed.has(d)||(this.output.dark+=`${e}
|
|
67
|
+
`,this.processed.add(d)),!0}return!1}buildRuleForClassWithoutSelector(o,i=!1){let t=o,{layout:l,flexGrid:a,sizing:p,typography:d,background:u,border:e,effects:n,filters:c,table:g,transition:h,transforms:y,interactivity:w,svg:x}=this.config,b={layout:l,flexGrid:a,sizing:p,typography:d,background:u,border:e,effects:n,filters:c,table:g,transition:h,transforms:y,interactivity:w,svg:x};for(let[m,k]of Object.entries(b))if(!(!k||typeof k!="object")){for(let[j,$]of Object.entries(k))if(typeof $=="object"&&$!==null){if(j==="shadow"&&t.startsWith("shadow-")){let f=t.replace("shadow-","");if($[f]){let W=$[f],R;return f.startsWith("inset-")?R="--uni-inset-shadow":R="--uni-shadow",`${R}: ${W}${i?" !important":""}; box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000)${i?" !important":""};`}}if(j==="dropShadow"&&t.startsWith("drop-shadow-")){let f=t.replace("drop-shadow-","");if($[f])return`--uni-drop-shadow: drop-shadow(${$[f]})${i?" !important":""}; filter: var(--uni-blur) var(--uni-drop-shadow) var(--uni-brightness) var(--uni-contrast) var(--uni-grayscale) var(--uni-hue-rotate) var(--uni-invert) var(--uni-saturate) var(--uni-sepia)${i?" !important":""};`}if($[t])return`${j}: ${$[t]}${i?" !important":""};`}}for(let{prefix:m,prop:k,transform:j}of this.utilityRules)if(t.startsWith(m)){let $=t.replace(m,""),f=j($);if(f===null)continue;return typeof f=="object"?Object.entries(f).map(([W,R])=>`${W}: ${R}${i?" !important":""}`).join("; ")+";":(f=`${f}${i?" !important":""}`,Array.isArray(k)?k.map(W=>`${W}: ${f}`).join("; ")+";":`${k}: ${f};`)}return null}}function Z(s,o={}){let{skipBase:i=!1}=o,t=s.theme?.extend||{},{sizing:l={},spacing:a={},colors:p={},breakpoints:d={},layout:u={},flexGrid:e={},typography:n={},background:c={},border:g={},effects:h={},filters:y={},table:w={},transition:x={},transforms:b={},interactivity:m={},svg:k={},rootClass:j={}}=t,$=J(),f="";i?(Object.keys(p).length||Object.keys(a).length||Object.keys(j).length)&&(f=`:root {
|
|
68
68
|
${Object.entries({...p,...a,...j}).map(([C,I])=>` --${P(C)}: ${I};`).join(`
|
|
69
69
|
`)}
|
|
70
70
|
}
|
|
@@ -72,18 +72,18 @@ ${Object.entries({...p,...a,...j}).map(([C,I])=>` --${P(C)}: ${I};`).join(`
|
|
|
72
72
|
${Object.entries({...p,...a,...j}).map(([C,I])=>` --${P(C)}: ${I};`).join(`
|
|
73
73
|
`)}
|
|
74
74
|
}
|
|
75
|
-
`;let W=ne(a,j),R=new ae({layout:u,flexGrid:e,sizing:l,typography:n,background:c,border:
|
|
75
|
+
`;let W=ne(a,j),R=new ae({layout:u,flexGrid:e,sizing:l,typography:n,background:c,border:g,effects:h,filters:y,table:w,transition:x,transforms:b,interactivity:m,svg:k,breakpoints:d,spacing:a,rootClass:j},W);if($.forEach(C=>R.processClass(C)),f+=R.output.main,R.output.dark){f+=R.output.dark;let C=R.output.dark.replace(/\.dark\s+/g,"").split(`
|
|
76
76
|
`).map(I=>I.trim()&&I.includes("{")?`html[data-theme="system"] ${I.trim()}`:I).join(`
|
|
77
77
|
`);f+=`@media (prefers-color-scheme: dark) {
|
|
78
78
|
${C}
|
|
79
79
|
}
|
|
80
|
-
`}let
|
|
80
|
+
`}let _=Object.keys(d).filter(C=>C!=="portrait"&&C!=="landscape").sort((C,I)=>parseFloat(d[C])-parseFloat(d[I]));return _.forEach(C=>{let I=R.mediaQueries[C]||[],A=R.mediaQueries[`${C}_dark`]||[];(I.length>0||A.length>0)&&(f+=`@media (min-width: ${d[C]}) {
|
|
81
81
|
`,I.length>0&&(f+=` ${I.join(`
|
|
82
82
|
`)}
|
|
83
|
-
`),
|
|
83
|
+
`),A.length>0&&(f+=` ${A.join(`
|
|
84
84
|
`)}
|
|
85
85
|
`),f+=`}
|
|
86
|
-
`)}),
|
|
86
|
+
`)}),_.forEach(C=>{let I=R.mediaQueries[`${C}_dark`]||[],A=R.mediaQueries[`${C}_darkmedia`]||[],U=[];if(I.length>0){let se=I.map(ce=>ce.replace(/\.dark\s+/,'html[data-theme="system"] '));U.push(...se)}A.length>0&&U.push(...A),U.length>0&&(f+=`@media (min-width: ${d[C]}) and (prefers-color-scheme: dark) {
|
|
87
87
|
${U.join(`
|
|
88
88
|
`)}
|
|
89
89
|
}
|
|
@@ -95,4 +95,4 @@ ${C}
|
|
|
95
95
|
${R.mediaQueries.print.join(`
|
|
96
96
|
`)}
|
|
97
97
|
}
|
|
98
|
-
`),f+=le(),f}let
|
|
98
|
+
`),f+=le(),f}let M={version:"1.0.0",init:function(s={},o={}){let i=L(),t=T(i,s),l=Z(t,o),a=o.styleId||"unicss-styles",p=document.getElementById(a);return p||(p=document.createElement("style"),p.id=a,document.head.appendChild(p)),p.textContent=l,l},generate:function(s={},o={}){let i=L(),t=T(i,s);return Z(t,o)},watch:function(s={},o={}){let{interval:i=1e3}=o;if(this.init(s,o),typeof MutationObserver<"u"){let t=new MutationObserver(()=>{this.init(s,o)});return t.observe(document.body,{attributes:!0,attributeFilter:["class"],subtree:!0,childList:!0}),t}else{let t=setInterval(()=>{this.init(s,o)},i);return{disconnect:()=>clearInterval(t)}}}};typeof V<"u"&&(V.UniCSS=M),typeof window<"u"&&(window.UniCSS=M),typeof define=="function"&&define.amd?define(function(){return M}):typeof K<"u"&&K.exports&&(K.exports=M),typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",function(){M.init()}):M.init())})(typeof globalThis<"u"?globalThis:typeof window<"u"?window:H)});ue();})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unizap/unicss",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"description": "Unicss: Build sleek interfaces straight from your markup. Fast, modern, utility-first CSS framework for rapid UI development.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"unpkg": "dist/unicss.min.js",
|