@duxweb/dvha-pro 1.1.15 → 1.1.17

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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),c=t.defineComponent({name:"DuxCard",props:{size:{type:String,default:"none"},headerSize:{type:String,default:"medium"},footerSize:{type:String,default:"medium"},contentSize:{type:String,default:"medium"},divide:{type:Boolean,default:!1},headerClass:{type:String,default:""},footerClass:{type:String,default:""},contentClass:{type:String,default:""},title:{type:String,default:""},description:{type:String,default:""},bordered:{type:Boolean,default:!1},shadow:{type:Boolean,default:!0},rounded:{type:Boolean,default:!0},headerBordered:{type:Boolean,default:!1},footerBordered:{type:Boolean,default:!1},type:{type:String,default:"default"}},setup(e,{slots:d}){const r=o=>{switch(o){case"small":return"px-3 py-2";case"large":return"px-6 py-5";case"medium":return"px-4 py-3";case"none":default:return""}},u=t.computed(()=>r(e.size)),a=t.computed(()=>r(e.headerSize)),l=t.computed(()=>r(e.footerSize)),i=t.computed(()=>r(e.contentSize)),n=t.computed(()=>{switch(e.type){case"elevated":return"bg-elevated";case"inverted":return"bg-inverted";default:return"bg-default dark:bg-muted"}});return()=>t.createVNode("div",{class:["flex flex-col dark:border dark:border-muted",e.rounded&&"rounded",e.divide&&"divide-y divide-muted",e.shadow&&"shadow-xs",e.bordered&&"border border-muted",n.value,u.value]},[d.header&&t.createVNode("div",{class:[a.value,e.headerClass,e.headerBordered||e.divide?"border-b border-muted":"pb-0"]},[d.header?.()]),e.title&&t.createVNode("div",{class:["flex justify-between items-center",a.value,e.headerBordered||e.divide?"border-b border-muted":"pb-0",e.headerClass]},[t.createVNode("div",{class:"flex flex-col"},[t.createVNode("div",{class:"text-base"},[e.title]),e.description&&t.createVNode("div",{class:"text-sm text-muted"},[e.description])]),d.headerExtra?.()]),t.createVNode("div",{class:["flex-1 min-h-0",(e.title||d.header||d.footer)&&i.value,e.contentClass]},[d.default?.()]),d.footer&&t.createVNode("div",{class:[l.value,e.footerClass,e.footerBordered&&"border-t border-muted"]},[d.footer?.()])])}});exports.DuxCard=c;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),c=t.defineComponent({name:"DuxCard",props:{size:{type:String,default:"none"},headerSize:{type:String,default:"medium"},footerSize:{type:String,default:"medium"},contentSize:{type:String,default:"medium"},divide:{type:Boolean,default:!1},headerClass:{type:String,default:""},footerClass:{type:String,default:""},contentClass:{type:String,default:""},title:{type:String,default:""},description:{type:String,default:""},bordered:{type:Boolean,default:!1},shadow:{type:Boolean,default:!0},rounded:{type:Boolean,default:!0},headerBordered:{type:Boolean,default:!1},footerBordered:{type:Boolean,default:!1},type:{type:String,default:"default"}},setup(e,{slots:d}){const r=o=>{switch(o){case"small":return"px-3 py-2";case"large":return"px-6 py-5";case"medium":return"px-4 py-3";default:return""}},u=t.computed(()=>r(e.size)),a=t.computed(()=>r(e.headerSize)),l=t.computed(()=>r(e.footerSize)),i=t.computed(()=>r(e.contentSize)),n=t.computed(()=>{switch(e.type){case"elevated":return"bg-elevated";case"inverted":return"bg-inverted";default:return"bg-default dark:bg-muted"}});return()=>t.createVNode("div",{class:["flex flex-col dark:border dark:border-muted",e.rounded&&"rounded",e.divide&&"divide-y divide-muted",e.shadow&&"shadow-xs",e.bordered&&"border border-muted",n.value,u.value]},[d.header&&t.createVNode("div",{class:[a.value,e.headerClass,e.headerBordered||e.divide?"border-b border-muted":"pb-0"]},[d.header?.()]),e.title&&t.createVNode("div",{class:["flex justify-between items-center",a.value,e.headerBordered||e.divide?"border-b border-muted":"pb-0",e.headerClass]},[t.createVNode("div",{class:"flex flex-col"},[t.createVNode("div",{class:"text-base"},[e.title]),e.description&&t.createVNode("div",{class:"text-sm text-muted"},[e.description])]),d.headerExtra?.()]),t.createVNode("div",{class:["flex-1 min-h-0",(e.title||d.header||d.footer)&&i.value,e.contentClass]},[d.default?.()]),d.footer&&t.createVNode("div",{class:[l.value,e.footerClass,e.footerBordered&&"border-t border-muted"]},[d.footer?.()])])}});exports.DuxCard=c;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("vue"),i=require("@duxweb/dvha-core"),s=require("naive-ui");require("@overlastic/vue");require("vue-router");require("clsx");require("vue-echarts");require("@vueuse/core");require("vue3-ace-editor");require("ace-builds/src-noconflict/mode-vue");require("ace-builds/src-noconflict/mode-javascript");require("ace-builds/src-noconflict/mode-html");require("ace-builds/src-noconflict/mode-json");require("ace-builds/src-noconflict/mode-json5");require("ace-builds/src-noconflict/theme-tomorrow_night");require("ace-builds/src-noconflict/theme-tomorrow");require("ace-builds/src-noconflict/ext-searchbox");require("ace-builds/src-noconflict/ext-language_tools");require("ace-builds/src-noconflict/mode-snippets");require("vue-cropper");require("jinrishici");require("lodash-es");require("vue-draggable-plus");require("short-unique-id");require("aieditor");require("@vue-flow/core");require("vee-validate");require("@vue-flow/background");;/* empty css */require("@duxweb/dvha-naiveui");require("mime");require("@iconify-json/tabler/icons.json");require("../posterEditor/elements/index.cjs");require("fabric");require("dayjs");require("@tanstack/vue-query");require("pinia");require("@vee-validate/i18n");require("colorizr");require("echarts");require("highlight.js/lib/core");require("highlight.js/lib/languages/bash");require("highlight.js/lib/languages/css");require("highlight.js/lib/languages/go");require("highlight.js/lib/languages/java");require("highlight.js/lib/languages/javascript");require("highlight.js/lib/languages/json");require("highlight.js/lib/languages/markdown");require("highlight.js/lib/languages/php");require("highlight.js/lib/languages/python");require("highlight.js/lib/languages/shell");require("highlight.js/lib/languages/sql");require("highlight.js/lib/languages/typescript");require("highlight.js/lib/languages/xml");require("@ant-design/colors");require("@unocss/preset-icons/browser");require("@unocss/preset-typography");require("unocss/preset-wind4");require("@vee-validate/i18n/dist/locale/en.json");require("@vee-validate/i18n/dist/locale/zh_CN.json");require("vue-command-palette");const m=require("../../pages/page.cjs");require("../../pages/page404.cjs");const f=r.defineComponent({name:"DuxSettingForm",props:{id:{type:[String,Number]},action:{type:String},path:{type:String},data:{type:Object},meta:{type:Object},params:{type:Object},onSuccess:{type:Function},onError:{type:Function},tabs:{type:Boolean,default:!1},defaultTab:{type:String,default:""},size:{type:String,default:"medium"},invalidate:{type:String}},setup(e,{slots:t}){const a=r.ref(e.defaultTab),c=r.toRef(e,"data",{}),{t:q}=i.useI18n(),n=s.useMessage(),{invalidate:o}=i.useInvalidate(),l=i.useExtendForm({id:e.id,path:e.path,form:c,meta:e.meta,params:e.params,action:e.action,onError:u=>{n.error(u.message||q("components.form.error")),e.onError?.(u)},onSuccess:u=>{n.success(q("components.form.success")),e.onSuccess?.(u),e.invalidate&&o(e.invalidate)}}),d=r.computed(()=>{switch(e.size){case"small":return"lg:max-w-lg";case"large":return"lg:max-w-4xl";case"medium":default:return"lg:max-w-2xl"}});return()=>r.createVNode(m.DuxPage,null,{default:()=>[r.createVNode("div",{class:`flex flex-col gap-6 w-full ${d.value} mx-auto py-4`},[e.tabs?r.createVNode(s.NTabs,{defaultValue:e.defaultTab,value:a.value,onUpdateValue:u=>{a.value=u},type:"segment"},{default:()=>[t?.default?.(l)]}):t?.default?.(l)])]})}});exports.DuxSettingForm=f;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("vue"),i=require("@duxweb/dvha-core"),s=require("naive-ui");require("@overlastic/vue");require("vue-router");require("clsx");require("vue-echarts");require("@vueuse/core");require("vue3-ace-editor");require("ace-builds/src-noconflict/mode-vue");require("ace-builds/src-noconflict/mode-javascript");require("ace-builds/src-noconflict/mode-html");require("ace-builds/src-noconflict/mode-json");require("ace-builds/src-noconflict/mode-json5");require("ace-builds/src-noconflict/theme-tomorrow_night");require("ace-builds/src-noconflict/theme-tomorrow");require("ace-builds/src-noconflict/ext-searchbox");require("ace-builds/src-noconflict/ext-language_tools");require("ace-builds/src-noconflict/mode-snippets");require("vue-cropper");require("jinrishici");require("lodash-es");require("vue-draggable-plus");require("short-unique-id");require("aieditor");require("@vue-flow/core");require("vee-validate");require("@vue-flow/background");;/* empty css */require("@duxweb/dvha-naiveui");require("mime");require("@iconify-json/tabler/icons.json");require("../posterEditor/elements/index.cjs");require("fabric");require("dayjs");require("@tanstack/vue-query");require("pinia");require("@vee-validate/i18n");require("colorizr");require("echarts");require("highlight.js/lib/core");require("highlight.js/lib/languages/bash");require("highlight.js/lib/languages/css");require("highlight.js/lib/languages/go");require("highlight.js/lib/languages/java");require("highlight.js/lib/languages/javascript");require("highlight.js/lib/languages/json");require("highlight.js/lib/languages/markdown");require("highlight.js/lib/languages/php");require("highlight.js/lib/languages/python");require("highlight.js/lib/languages/shell");require("highlight.js/lib/languages/sql");require("highlight.js/lib/languages/typescript");require("highlight.js/lib/languages/xml");require("@ant-design/colors");require("@unocss/preset-icons/browser");require("@unocss/preset-typography");require("unocss/preset-wind4");require("@vee-validate/i18n/dist/locale/en.json");require("@vee-validate/i18n/dist/locale/zh_CN.json");require("vue-command-palette");const m=require("../../pages/page.cjs");require("../../pages/page404.cjs");const f=r.defineComponent({name:"DuxSettingForm",props:{id:{type:[String,Number]},action:{type:String},path:{type:String},data:{type:Object},meta:{type:Object},params:{type:Object},onSuccess:{type:Function},onError:{type:Function},tabs:{type:Boolean,default:!1},defaultTab:{type:String,default:""},size:{type:String,default:"medium"},invalidate:{type:String}},setup(e,{slots:t}){const a=r.ref(e.defaultTab),c=r.toRef(e,"data",{}),{t:q}=i.useI18n(),n=s.useMessage(),{invalidate:o}=i.useInvalidate(),l=i.useExtendForm({id:e.id,path:e.path,form:c,meta:e.meta,params:e.params,action:e.action,onError:u=>{n.error(u.message||q("components.form.error")),e.onError?.(u)},onSuccess:u=>{n.success(q("components.form.success")),e.onSuccess?.(u),e.invalidate&&o(e.invalidate)}}),d=r.computed(()=>{switch(e.size){case"small":return"lg:max-w-lg";case"large":return"lg:max-w-4xl";default:return"lg:max-w-2xl"}});return()=>r.createVNode(m.DuxPage,null,{default:()=>[r.createVNode("div",{class:`flex flex-col gap-6 w-full ${d.value} mx-auto py-4`},[e.tabs?r.createVNode(s.NTabs,{defaultValue:e.defaultTab,value:a.value,onUpdateValue:u=>{a.value=u},type:"segment"},{default:()=>[t?.default?.(l)]}):t?.default?.(l)])]})}});exports.DuxSettingForm=f;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const w=require("@duxweb/dvha-core"),B=require("dayjs"),C=require("mime"),q=require("naive-ui"),T=require("vue");function x(){const{t:f}=w.useI18n(),v=w.useClient(),m=T.ref(!1),d=T.ref({loaded:0,total:0,percent:0,speed:0,speedText:"0 B/s",remainingTime:0}),b=q.useMessage(),g=o=>{if(o===0)return"0 B/s";const n=["B/s","KB/s","MB/s","GB/s"],e=Math.floor(Math.log(o)/Math.log(1024));return`${(o/1024**e).toFixed(1)} ${n[e]}`},l=(o,n)=>{const e=window.URL||window.webkitURL,a=e.createObjectURL(o),s=document.createElement("a");s.href=a,s.download=n||"",document.body.appendChild(s),s.click(),document.body.removeChild(s),e.revokeObjectURL(a)};return{file:(o,n,e,a,s)=>{m.value=!0,d.value={loaded:0,total:0,percent:0,speed:0,speedText:"0 B/s",remainingTime:0};const p=Date.now();v.request({path:o,method:"GET",query:n,onDownloadProgress:t=>{const u=(Date.now()-p)/1e3,c=u>0?t.loaded/u:0,r=(t.total||0)-t.loaded,M=c>0?r/c:0,y={loaded:t.loaded,total:t.total,percent:t.percent||0,speed:Math.round(c),speedText:g(c),remainingTime:Math.round(M)};d.value=y,s?.(y)}}).then(t=>{const i=e||t.data.headers["content-type"],h=t.data.headers["content-disposition"];if(a||(a=B().format("YYYY-MM-DD-HH:mm:ss"),i&&(a=`${a}.${C.getExtension(i)}`)),h){const r=/filename=["']?([^"']+)/.exec(h);r&&r?.length>1&&(a=decodeURIComponent(r[1]))}const u=t.data?.data instanceof Blob?t.data?.data:new Blob([t.data?.data],{type:i||"application/octet-stream"});l(u,a);const c={loaded:d.value.total||d.value.loaded,total:d.value.total||d.value.loaded,percent:100,speed:0,speedText:g(0),remainingTime:0};d.value=c,s?.(c)}).catch(t=>{b.error(t.error||f("hooks.download.failed"))}).finally(()=>{m.value=!1})},url:(o,n)=>{const e=document.createElement("a");e.href=o,e.download=n||"",document.body.appendChild(e),e.click(),document.body.removeChild(e)},blob:l,base64:(o,n)=>{const e=atob(o.split(",")[1]),a=Array.from({length:e.length});for(let t=0;t<e.length;t++)a[t]=e.charCodeAt(t);const s=new Uint8Array(a),p=new Blob([s],{type:"application/octet-stream"});l(p,n)},loading:m,progress:d,image:o=>{fetch(o).then(n=>{n.blob().then(e=>{l(e)})}).catch(n=>{b.error(n.error||f("hooks.download.failed"))})}}}exports.useDownload=x;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const w=require("@duxweb/dvha-core"),B=require("dayjs"),C=require("mime"),x=require("naive-ui"),v=require("vue");function q(){const{t:y}=w.useI18n(),M=w.useClient(),b=v.ref(!1),r=v.ref({loaded:0,total:0,percent:0,speed:0,speedText:"0 B/s",remainingTime:0}),T=x.useMessage(),g=o=>{if(o===0)return"0 B/s";const n=["B/s","KB/s","MB/s","GB/s"],t=Math.floor(Math.log(o)/Math.log(1024));return`${(o/1024**t).toFixed(1)} ${n[t]}`},m=(o,n)=>{const t=window.URL||window.webkitURL,s=t.createObjectURL(o),a=document.createElement("a");a.href=s,a.download=n||"",document.body.appendChild(a),a.click(),document.body.removeChild(a),t.revokeObjectURL(s)};return{file:(o,n,t,s,a)=>{b.value=!0,r.value={loaded:0,total:0,percent:0,speed:0,speedText:"0 B/s",remainingTime:0};const f=Date.now();M.request({path:o,method:"GET",query:n,meta:{responseType:"blob"},onDownloadProgress:e=>{const l=(Date.now()-f)/1e3,d=l>0?e.loaded/l:0,h=(e.total||0)-e.loaded,c=d>0?h/d:0,u={loaded:e.loaded,total:e.total,percent:e.percent||0,speed:Math.round(d),speedText:g(d),remainingTime:Math.round(c)};r.value=u,a?.(u)}}).then(e=>{const i=e.headers||e.raw?.headers||{},p=t||i["content-type"]||i["Content-Type"],l=i["content-disposition"]||i["Content-Disposition"];if(!s&&(s=B().format("YYYY-MM-DD-HH:mm:ss"),p)){const c=p.split(";")[0]?.trim(),u=c?C.getExtension(c):void 0;u&&(s=`${s}.${u}`)}if(l){const c=/filename=["']?([^"']+)/.exec(l);c&&c?.length>1&&(s=decodeURIComponent(c[1]))}const d=e.data instanceof Blob?e.data:new Blob([e.data],{type:p||"application/octet-stream"});m(d,s);const h={loaded:r.value.total||r.value.loaded,total:r.value.total||r.value.loaded,percent:100,speed:0,speedText:g(0),remainingTime:0};r.value=h,a?.(h)}).catch(e=>{T.error(e.error||e.message||y("hooks.download.failed"))}).finally(()=>{b.value=!1})},url:(o,n)=>{const t=document.createElement("a");t.href=o,t.download=n||"",document.body.appendChild(t),t.click(),document.body.removeChild(t)},blob:m,base64:(o,n)=>{const t=atob(o.split(",")[1]),s=Array.from({length:t.length});for(let e=0;e<t.length;e++)s[e]=t.charCodeAt(e);const a=new Uint8Array(s),f=new Blob([a],{type:"application/octet-stream"});m(f,n)},loading:b,progress:r,image:o=>{fetch(o).then(n=>{n.blob().then(t=>{m(t)})}).catch(n=>{T.error(n.error||y("hooks.download.failed"))})}}}exports.useDownload=q;
@@ -1,5 +1,5 @@
1
1
  "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=`/* layer: properties */
2
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-text-opacity:100%;--un-bg-opacity:100%;--un-from-opacity:100%;--un-divide-y-reverse:initial;--un-border-style:solid;--un-divide-x-reverse:initial;--un-divide-opacity:100%;--un-shadow-opacity:100%;--un-ease:initial;--un-border-opacity:100%;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial;--un-to-opacity:100%;--un-outline-style:solid;--un-fill-opacity:100%;--un-space-y-reverse:initial;}}
2
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-from-opacity:100%;--un-text-opacity:100%;--un-bg-opacity:100%;--un-divide-y-reverse:initial;--un-border-style:solid;--un-shadow-opacity:100%;--un-divide-x-reverse:initial;--un-divide-opacity:100%;--un-border-opacity:100%;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial;--un-ease:initial;--un-outline-style:solid;--un-fill-opacity:100%;--un-to-opacity:100%;--un-space-y-reverse:initial;}}
3
3
  @property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
4
4
  @property --un-outline-style{syntax:"*";inherits:false;initial-value:solid;}
5
5
  @property --un-border-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
@@ -925,7 +925,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
925
925
  display: none !important;
926
926
  }
927
927
  /* layer: icons */
928
- .i-tabler\\:alert-triangle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 9v4m-1.637-9.409L2.257 17.125a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636-2.87L13.637 3.59a1.914 1.914 0 0 0-3.274 0zM12 16h.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
928
+ .i-tabler\\:alert-triangle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 9v4m-1.637-9.409L2.257 17.125a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636-2.87L13.637 3.59a1.914 1.914 0 0 0-3.274 0M12 16h.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
929
929
  .i-tabler\\:arrow-back-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m9 14l-4-4l4-4'/%3E%3Cpath d='M5 10h11a4 4 0 1 1 0 8h-1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
930
930
  .i-tabler\\:arrow-bar-to-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 20h16m-8-6V4m0 10l4-4m-4 4l-4-4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
931
931
  .i-tabler\\:arrow-bar-to-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 10v10m0-10l4 4m-4-4l-4 4M4 4h16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
@@ -970,7 +970,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
970
970
  .i-tabler\\:filter{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4h16v2.172a2 2 0 0 1-.586 1.414L15 12v7l-6 2v-8.5L4.52 7.572A2 2 0 0 1 4 6.227z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
971
971
  .i-tabler\\:flag{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 5a5 5 0 0 1 7 0a5 5 0 0 0 7 0v9a5 5 0 0 1-7 0a5 5 0 0 0-7 0zm0 16v-7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
972
972
  .i-tabler\\:flag-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13.767 15.12A5 5 0 0 1 12 14a5 5 0 0 0-7 0V5a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8.5M5 21v-7m10 5l2 2l4-4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
973
- .i-tabler\\:focus-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='.5' fill='currentColor'/%3E%3Cpath d='M5 12a7 7 0 1 0 14 0a7 7 0 1 0-14 0m7-9v2m-9 7h2m7 7v2m7-9h2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
973
+ .i-tabler\\:focus-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath fill='currentColor' d='M11.5 12a.5.5 0 1 0 1 0a.5.5 0 1 0-1 0'/%3E%3Cpath d='M5 12a7 7 0 1 0 14 0a7 7 0 1 0-14 0m7-9v2m-9 7h2m7 7v2m7-9h2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
974
974
  .i-tabler\\:fold-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 11v8l3-3m-6 0l3 3M9 7h1m4 0h1m4 0h1M4 7h1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
975
975
  .i-tabler\\:folder{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
976
976
  .i-tabler\\:forms{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3M6 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3m7-14h7a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-7M5 7H4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h1m12-5h.01M13 12h.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
@@ -1022,7 +1022,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1022
1022
  .i-tabler\\:square-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpath d='m9 12l2 2l4-4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1023
1023
  .i-tabler\\:sun{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12a4 4 0 1 0 8 0a4 4 0 1 0-8 0m-5 0h1m8-9v1m8 8h1m-9 8v1M5.6 5.6l.7.7m12.1-.7l-.7.7m0 11.4l.7.7m-12.1-.7l-.7.7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1024
1024
  .i-tabler\\:tag{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3Cpath d='M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592-5.592a2.41 2.41 0 0 0 0-3.408l-7.71-7.71A2 2 0 0 0 11.172 3H6a3 3 0 0 0-3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1025
- .i-tabler\\:toggle-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 12a2 2 0 1 0 4 0a2 2 0 1 0-4 0'/%3E%3Cpath d='M2 12a6 6 0 0 1 6-6h8a6 6 0 0 1 6 6v0a6 6 0 0 1-6 6H8a6 6 0 0 1-6-6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1025
+ .i-tabler\\:toggle-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 12a2 2 0 1 0 4 0a2 2 0 1 0-4 0'/%3E%3Cpath d='M2 12a6 6 0 0 1 6-6h8a6 6 0 0 1 6 6a6 6 0 0 1-6 6H8a6 6 0 0 1-6-6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1026
1026
  .i-tabler\\:transfer{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 10H4l5.5-6M4 14h16l-5.5 6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1027
1027
  .i-tabler\\:trash{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 7h16m-10 4v6m4-6v6M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1028
1028
  .i-tabler\\:trash-x{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 7h16M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3m-5 5l4 4m0-4l-4 4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
@@ -1058,20 +1058,20 @@ input:where([type='button'], [type='reset'], [type='submit']),
1058
1058
  .text-sm{font-size:var(--text-sm-fontSize);line-height:var(--un-leading, var(--text-sm-lineHeight));}
1059
1059
  .text-xl{font-size:var(--text-xl-fontSize);line-height:var(--un-leading, var(--text-xl-lineHeight));}
1060
1060
  .text-xs{font-size:var(--text-xs-fontSize);line-height:var(--un-leading, var(--text-xs-lineHeight));}
1061
- .text-blue-600{color:color-mix(in srgb, var(--colors-blue-600) var(--un-text-opacity), transparent) /* rgb(var(--base-color-blue-600)) */;}
1062
- .text-error{color:color-mix(in srgb, var(--colors-error-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
1063
- .text-gray-500{color:color-mix(in srgb, var(--colors-gray-500) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
1064
- .text-info{color:color-mix(in srgb, var(--colors-info-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) */;}
1065
- .text-primary{color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1066
- .text-primary-200{color:color-mix(in srgb, var(--colors-primary-200) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-200)) var(--un-text-opacity, 100%), transparent) */;}
1067
- .text-success{color:color-mix(in srgb, var(--colors-success-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
1068
- .text-warning{color:color-mix(in srgb, var(--colors-warning-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
1069
- .text-white{color:color-mix(in srgb, var(--colors-white-DEFAULT) var(--un-text-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1070
- .text-white\\/60{color:color-mix(in srgb, var(--colors-white-DEFAULT) 60%, transparent) /* rgb(var(--ui-color-white)) */;}
1071
- .text-white\\/90{color:color-mix(in srgb, var(--colors-white-DEFAULT) 90%, transparent) /* rgb(var(--ui-color-white)) */;}
1072
- .hover\\:text-primary-hover:hover{color:color-mix(in srgb, var(--colors-primary-hover) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1073
- .hover\\:text-primary:hover{color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1074
- .hover\\:text-white:hover{color:color-mix(in srgb, var(--colors-white-DEFAULT) var(--un-text-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1061
+ .text-blue-600{color:color-mix(in srgb, rgb(var(--base-color-blue-600)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-blue-600)) */;}
1062
+ .text-error{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
1063
+ .text-gray-500{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
1064
+ .text-info{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) */;}
1065
+ .text-primary{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1066
+ .text-primary-200{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-200)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-200)) var(--un-text-opacity, 100%), transparent) */;}
1067
+ .text-success{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
1068
+ .text-warning{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
1069
+ .text-white{color:color-mix(in srgb, rgb(var(--ui-color-white)) var(--un-text-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1070
+ .text-white\\/60{color:color-mix(in srgb, rgb(var(--ui-color-white)) 60%, transparent) /* rgb(var(--ui-color-white)) */;}
1071
+ .text-white\\/90{color:color-mix(in srgb, rgb(var(--ui-color-white)) 90%, transparent) /* rgb(var(--ui-color-white)) */;}
1072
+ .hover\\:text-primary-hover:hover{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1073
+ .hover\\:text-primary:hover{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1074
+ .hover\\:text-white:hover{color:color-mix(in srgb, rgb(var(--ui-color-white)) var(--un-text-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1075
1075
  .font-bold{--un-font-weight:var(--fontWeight-bold);font-weight:var(--fontWeight-bold);}
1076
1076
  .font-medium{--un-font-weight:var(--fontWeight-medium);font-weight:var(--fontWeight-medium);}
1077
1077
  .font-mono{font-family:var(--font-mono);}
@@ -1163,15 +1163,15 @@ input:where([type='button'], [type='reset'], [type='submit']),
1163
1163
  .border-l{border-left-width:1px;}
1164
1164
  .border-r{border-right-width:1px;}
1165
1165
  .border-t{border-top-width:1px;}
1166
- .\\!border-white{border-color:color-mix(in srgb, var(--colors-white-DEFAULT) var(--un-border-opacity), transparent) /* rgb(var(--ui-color-white)) */ !important;}
1167
- .border-blue-200{border-color:color-mix(in srgb, var(--colors-blue-200) var(--un-border-opacity), transparent) /* rgb(var(--base-color-blue-200)) */;}
1168
- .border-blue-400{border-color:color-mix(in srgb, var(--colors-blue-400) var(--un-border-opacity), transparent) /* rgb(var(--base-color-blue-400)) */;}
1166
+ .\\!border-white{border-color:color-mix(in srgb, rgb(var(--ui-color-white)) var(--un-border-opacity), transparent) /* rgb(var(--ui-color-white)) */ !important;}
1167
+ .border-blue-200{border-color:color-mix(in srgb, rgb(var(--base-color-blue-200)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-blue-200)) */;}
1168
+ .border-blue-400{border-color:color-mix(in srgb, rgb(var(--base-color-blue-400)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-blue-400)) */;}
1169
1169
  .border-primary,
1170
- .group:hover .group-hover\\:border-primary{border-color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1171
- .border-primary-900\\/20{border-color:color-mix(in srgb, var(--colors-primary-900) 20%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-900)) var(--un-text-opacity, 100%), transparent) */;}
1170
+ .group:hover .group-hover\\:border-primary{border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1171
+ .border-primary-900\\/20{border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-900)) var(--un-text-opacity, 100%), transparent) 20%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-900)) var(--un-text-opacity, 100%), transparent) */;}
1172
1172
  .border-transparent{border-color:transparent;}
1173
- .hover\\:border-primary-hover:hover{border-color:color-mix(in srgb, var(--colors-primary-hover) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1174
- .hover\\:border-primary:hover{border-color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1173
+ .hover\\:border-primary-hover:hover{border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1174
+ .hover\\:border-primary:hover{border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1175
1175
  .\\!rounded-full{border-radius:calc(infinity * 1px) !important;}
1176
1176
  .rounded{border-radius:var(--radius-DEFAULT);}
1177
1177
  .rounded-full{border-radius:calc(infinity * 1px);}
@@ -1185,37 +1185,37 @@ input:where([type='button'], [type='reset'], [type='submit']),
1185
1185
  .rounded-tl{border-top-left-radius:var(--radius-DEFAULT);}
1186
1186
  .border-dashed{--un-border-style:dashed;border-style:dashed;}
1187
1187
  .border-solid{--un-border-style:solid;border-style:solid;}
1188
- .\\!bg-primary{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */ !important;}
1188
+ .\\!bg-primary{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */ !important;}
1189
1189
  .bg-blue{background-color:color-mix(in srgb, var(--colors-blue-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(70.7% 0.165 254.624) */;}
1190
- .bg-blue-50\\/80{background-color:color-mix(in srgb, var(--colors-blue-50) 80%, transparent) /* rgb(var(--base-color-blue-50)) */;}
1191
- .bg-blue-500{background-color:color-mix(in srgb, var(--colors-blue-500) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-blue-500)) */;}
1190
+ .bg-blue-50\\/80{background-color:color-mix(in srgb, rgb(var(--base-color-blue-50)) 80%, transparent) /* rgb(var(--base-color-blue-50)) */;}
1191
+ .bg-blue-500{background-color:color-mix(in srgb, rgb(var(--base-color-blue-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-blue-500)) */;}
1192
1192
  .bg-emerald{background-color:color-mix(in srgb, var(--colors-emerald-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(76.5% 0.177 163.223) */;}
1193
- .bg-error{background-color:color-mix(in srgb, var(--colors-error-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
1194
- .bg-gray-100{background-color:color-mix(in srgb, var(--colors-gray-100) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) */;}
1195
- .bg-gray-500{background-color:color-mix(in srgb, var(--colors-gray-500) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
1196
- .bg-gray-900\\/30{background-color:color-mix(in srgb, var(--colors-gray-900) 30%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1197
- .bg-gray\\/5{background-color:color-mix(in srgb, var(--colors-gray-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray)) var(--un-text-opacity, 100%), transparent) */;}
1198
- .bg-primary{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1193
+ .bg-error{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
1194
+ .bg-gray-100{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) */;}
1195
+ .bg-gray-500{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
1196
+ .bg-gray-900\\/30{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) 30%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1197
+ .bg-gray\\/5{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray)) var(--un-text-opacity, 100%), transparent) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray)) var(--un-text-opacity, 100%), transparent) */;}
1198
+ .bg-primary{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1199
1199
  .bg-primary-950,
1200
- .dark .dark\\:bg-primary-950{background-color:color-mix(in srgb, var(--colors-primary-950) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-950)) var(--un-text-opacity, 100%), transparent) */;}
1201
- .bg-primary\\/10{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1202
- .bg-primary\\/5{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1203
- .bg-primary\\/50{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) 50%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1200
+ .dark .dark\\:bg-primary-950{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-950)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-950)) var(--un-text-opacity, 100%), transparent) */;}
1201
+ .bg-primary\\/10{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1202
+ .bg-primary\\/5{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1203
+ .bg-primary\\/50{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) 50%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1204
1204
  .bg-red{background-color:color-mix(in srgb, var(--colors-red-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(70.4% 0.191 22.216) */;}
1205
- .bg-success{background-color:color-mix(in srgb, var(--colors-success-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
1205
+ .bg-success{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
1206
1206
  .bg-transparent{background-color:transparent;}
1207
- .bg-warning{background-color:color-mix(in srgb, var(--colors-warning-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
1208
- .bg-white{background-color:color-mix(in srgb, var(--colors-white-DEFAULT) var(--un-bg-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1209
- .bg-white\\/70{background-color:color-mix(in srgb, var(--colors-white-DEFAULT) 70%, transparent) /* rgb(var(--ui-color-white)) */;}
1210
- .bg-white\\/8{background-color:color-mix(in srgb, var(--colors-white-DEFAULT) 8%, transparent) /* rgb(var(--ui-color-white)) */;}
1211
- .dark .dark\\:bg-gray-800\\/50{background-color:color-mix(in srgb, var(--colors-gray-800) 50%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1212
- .dark .dark\\:bg-gray-800\\/60{background-color:color-mix(in srgb, var(--colors-gray-800) 60%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1213
- .dark .dark\\:bg-gray-900{background-color:color-mix(in srgb, var(--colors-gray-900) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1214
- .dark .dark\\:bg-gray-900\\/70{background-color:color-mix(in srgb, var(--colors-gray-900) 70%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1215
- .hover\\:bg-black\\/5:hover{background-color:color-mix(in srgb, var(--colors-black-DEFAULT) 5%, transparent) /* rgb(var(--ui-color-black)) */;}
1216
- .hover\\:bg-primary-hover:hover{background-color:color-mix(in srgb, var(--colors-primary-hover) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1217
- .hover\\:bg-primary\\/10:hover{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1218
- .hover\\:bg-primary\\/5:hover{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1207
+ .bg-warning{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
1208
+ .bg-white{background-color:color-mix(in srgb, rgb(var(--ui-color-white)) var(--un-bg-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1209
+ .bg-white\\/70{background-color:color-mix(in srgb, rgb(var(--ui-color-white)) 70%, transparent) /* rgb(var(--ui-color-white)) */;}
1210
+ .bg-white\\/8{background-color:color-mix(in srgb, rgb(var(--ui-color-white)) 8%, transparent) /* rgb(var(--ui-color-white)) */;}
1211
+ .dark .dark\\:bg-gray-800\\/50{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) 50%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1212
+ .dark .dark\\:bg-gray-800\\/60{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) 60%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1213
+ .dark .dark\\:bg-gray-900{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1214
+ .dark .dark\\:bg-gray-900\\/70{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) 70%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1215
+ .hover\\:bg-black\\/5:hover{background-color:color-mix(in srgb, rgb(var(--ui-color-black)) 5%, transparent) /* rgb(var(--ui-color-black)) */;}
1216
+ .hover\\:bg-primary-hover:hover{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1217
+ .hover\\:bg-primary\\/10:hover{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1218
+ .hover\\:bg-primary\\/5:hover{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1219
1219
  .bg-opacity-10{--un-bg-opacity:10%;}
1220
1220
  .opacity-0{opacity:0%;}
1221
1221
  .opacity-100,
@@ -1349,12 +1349,12 @@ input:where([type='button'], [type='reset'], [type='submit']),
1349
1349
  .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
1350
1350
  .italic{font-style:italic;}
1351
1351
  .ring{--un-ring-shadow:var(--un-ring-inset,) 0 0 0 calc(1px + var(--un-ring-offset-width)) var(--un-ring-color, currentColor);box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
1352
- .dark .dark\\:shadow-gray-950\\/20{--un-shadow-color:color-mix(in srgb, var(--colors-gray-950) 20%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1353
- .dark .dark\\:shadow-gray-950\\/80{--un-shadow-color:color-mix(in srgb, var(--colors-gray-950) 80%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1352
+ .dark .dark\\:shadow-gray-950\\/20{--un-shadow-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) 20%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1353
+ .dark .dark\\:shadow-gray-950\\/80{--un-shadow-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) 80%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1354
1354
  .shadow,
1355
1355
  .shadow-sm{--un-shadow:0 1px 3px 0 var(--un-shadow-color, rgb(0 0 0 / 0.1)),0 1px 2px -1px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
1356
- .shadow-gray-100{--un-shadow-color:color-mix(in srgb, var(--colors-gray-100) var(--un-shadow-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) */;}
1357
- .shadow-gray-950\\/10{--un-shadow-color:color-mix(in srgb, var(--colors-gray-950) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1356
+ .shadow-gray-100{--un-shadow-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) var(--un-shadow-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) */;}
1357
+ .shadow-gray-950\\/10{--un-shadow-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1358
1358
  .shadow-lg,
1359
1359
  .group:hover .group-hover\\:shadow-lg{--un-shadow:0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / 0.1)),0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
1360
1360
  .shadow-xl{--un-shadow:0 20px 25px -5px var(--un-shadow-color, rgb(0 0 0 / 0.1)),0 8px 10px -6px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
@@ -1427,7 +1427,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1427
1427
  .overflow-auto{overflow:auto;}
1428
1428
  .overflow-hidden{overflow:hidden;}
1429
1429
  .overflow-y-auto{overflow-y:auto;}
1430
- .fill-primary{fill:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-fill-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1430
+ .fill-primary{fill:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-fill-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1431
1431
  @keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
1432
1432
  .animate-spin{animation:spin 1s linear infinite;}
1433
1433
  .dark .dark\\:from-\\[color-mix\\(in_oklch\\,theme\\(colors\\.primary\\.DEFAULT\\)\\,theme\\(colors\\.gray\\.950\\)_95\\%\\)\\]{--un-gradient-from:color-mix(in oklab, color-mix(in oklch,color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent),color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) 95%) var(--un-from-opacity), transparent);--un-gradient-stops:var(--un-gradient-via-stops, var(--un-gradient-position), var(--un-gradient-from) var(--un-gradient-from-position), var(--un-gradient-to) var(--un-gradient-to-position));}
@@ -1493,10 +1493,10 @@ input:where([type='button'], [type='reset'], [type='submit']),
1493
1493
  --un-border-opacity: 100%;
1494
1494
  }
1495
1495
  .dark\\:divide-gray-800{
1496
- .dark :where(&>:not(:last-child)){border-color:color-mix(in srgb, var(--colors-gray-800) var(--un-divide-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1496
+ .dark :where(&>:not(:last-child)){border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) var(--un-divide-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1497
1497
  }
1498
1498
  .divide-white\\/20{
1499
- :where(&>:not(:last-child)){border-color:color-mix(in srgb, var(--colors-white-DEFAULT) 20%, transparent) /* rgb(var(--ui-color-white)) */;}
1499
+ :where(&>:not(:last-child)){border-color:color-mix(in srgb, rgb(var(--ui-color-white)) 20%, transparent) /* rgb(var(--ui-color-white)) */;}
1500
1500
  }
1501
1501
  .divide-x{
1502
1502
  :where(&>:not(:last-child)){--un-divide-x-reverse:0;border-left-width:calc(1px * var(--un-divide-x-reverse));border-left-style:var(--un-border-style);border-right-width:calc(1px * calc(1 - var(--un-divide-x-reverse)));border-right-style:var(--un-border-style);}
@@ -1511,63 +1511,9 @@ input:where([type='button'], [type='reset'], [type='submit']),
1511
1511
  :where(&>:not(:last-child)){--un-space-y-reverse:0;margin-block-start: calc(calc(var(--spacing) * 4) * var(--un-space-y-reverse));margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--un-space-y-reverse)));}
1512
1512
  }
1513
1513
  @supports (color: color-mix(in lab, red, red)){
1514
- .text-blue-600{color:color-mix(in oklab, var(--colors-blue-600) var(--un-text-opacity), transparent) /* rgb(var(--base-color-blue-600)) */;}
1515
- .text-error{color:color-mix(in oklab, var(--colors-error-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
1516
- .text-gray-500{color:color-mix(in oklab, var(--colors-gray-500) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
1517
- .text-info{color:color-mix(in oklab, var(--colors-info-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) */;}
1518
- .text-primary{color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1519
- .text-primary-200{color:color-mix(in oklab, var(--colors-primary-200) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-200)) var(--un-text-opacity, 100%), transparent) */;}
1520
- .text-success{color:color-mix(in oklab, var(--colors-success-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
1521
- .text-warning{color:color-mix(in oklab, var(--colors-warning-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
1522
- .text-white{color:color-mix(in oklab, var(--colors-white-DEFAULT) var(--un-text-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1523
- .text-white\\/60{color:color-mix(in oklab, var(--colors-white-DEFAULT) 60%, transparent) /* rgb(var(--ui-color-white)) */;}
1524
- .text-white\\/90{color:color-mix(in oklab, var(--colors-white-DEFAULT) 90%, transparent) /* rgb(var(--ui-color-white)) */;}
1525
- .hover\\:text-primary-hover:hover{color:color-mix(in oklab, var(--colors-primary-hover) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1526
- .hover\\:text-primary:hover{color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1527
- .hover\\:text-white:hover{color:color-mix(in oklab, var(--colors-white-DEFAULT) var(--un-text-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1528
- .\\!border-white{border-color:color-mix(in oklab, var(--colors-white-DEFAULT) var(--un-border-opacity), transparent) /* rgb(var(--ui-color-white)) */ !important;}
1529
- .border-blue-200{border-color:color-mix(in oklab, var(--colors-blue-200) var(--un-border-opacity), transparent) /* rgb(var(--base-color-blue-200)) */;}
1530
- .border-blue-400{border-color:color-mix(in oklab, var(--colors-blue-400) var(--un-border-opacity), transparent) /* rgb(var(--base-color-blue-400)) */;}
1531
- .border-primary{border-color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1532
- .border-primary-900\\/20{border-color:color-mix(in oklab, var(--colors-primary-900) 20%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-900)) var(--un-text-opacity, 100%), transparent) */;}
1533
- .group:hover .group-hover\\:border-primary{border-color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1534
- .hover\\:border-primary-hover:hover{border-color:color-mix(in oklab, var(--colors-primary-hover) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1535
- .hover\\:border-primary:hover{border-color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1536
- .\\!bg-primary{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */ !important;}
1537
1514
  .bg-blue{background-color:color-mix(in oklab, var(--colors-blue-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(70.7% 0.165 254.624) */;}
1538
- .bg-blue-50\\/80{background-color:color-mix(in oklab, var(--colors-blue-50) 80%, transparent) /* rgb(var(--base-color-blue-50)) */;}
1539
- .bg-blue-500{background-color:color-mix(in oklab, var(--colors-blue-500) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-blue-500)) */;}
1540
1515
  .bg-emerald{background-color:color-mix(in oklab, var(--colors-emerald-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(76.5% 0.177 163.223) */;}
1541
- .bg-error{background-color:color-mix(in oklab, var(--colors-error-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
1542
- .bg-gray-100{background-color:color-mix(in oklab, var(--colors-gray-100) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) */;}
1543
- .bg-gray-500{background-color:color-mix(in oklab, var(--colors-gray-500) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
1544
- .bg-gray-900\\/30{background-color:color-mix(in oklab, var(--colors-gray-900) 30%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1545
- .bg-gray\\/5{background-color:color-mix(in oklab, var(--colors-gray-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray)) var(--un-text-opacity, 100%), transparent) */;}
1546
- .bg-primary{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1547
- .bg-primary-950{background-color:color-mix(in oklab, var(--colors-primary-950) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-950)) var(--un-text-opacity, 100%), transparent) */;}
1548
- .bg-primary\\/10{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1549
- .bg-primary\\/5{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1550
- .bg-primary\\/50{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) 50%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1551
1516
  .bg-red{background-color:color-mix(in oklab, var(--colors-red-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(70.4% 0.191 22.216) */;}
1552
- .bg-success{background-color:color-mix(in oklab, var(--colors-success-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
1553
- .bg-warning{background-color:color-mix(in oklab, var(--colors-warning-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
1554
- .bg-white{background-color:color-mix(in oklab, var(--colors-white-DEFAULT) var(--un-bg-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1555
- .bg-white\\/70{background-color:color-mix(in oklab, var(--colors-white-DEFAULT) 70%, transparent) /* rgb(var(--ui-color-white)) */;}
1556
- .bg-white\\/8{background-color:color-mix(in oklab, var(--colors-white-DEFAULT) 8%, transparent) /* rgb(var(--ui-color-white)) */;}
1557
- .dark .dark\\:bg-gray-800\\/50{background-color:color-mix(in oklab, var(--colors-gray-800) 50%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1558
- .dark .dark\\:bg-gray-800\\/60{background-color:color-mix(in oklab, var(--colors-gray-800) 60%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1559
- .dark .dark\\:bg-gray-900{background-color:color-mix(in oklab, var(--colors-gray-900) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1560
- .dark .dark\\:bg-gray-900\\/70{background-color:color-mix(in oklab, var(--colors-gray-900) 70%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1561
- .dark .dark\\:bg-primary-950{background-color:color-mix(in oklab, var(--colors-primary-950) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-950)) var(--un-text-opacity, 100%), transparent) */;}
1562
- .hover\\:bg-black\\/5:hover{background-color:color-mix(in oklab, var(--colors-black-DEFAULT) 5%, transparent) /* rgb(var(--ui-color-black)) */;}
1563
- .hover\\:bg-primary-hover:hover{background-color:color-mix(in oklab, var(--colors-primary-hover) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1564
- .hover\\:bg-primary\\/10:hover{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1565
- .hover\\:bg-primary\\/5:hover{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1566
- .dark .dark\\:shadow-gray-950\\/20{--un-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--colors-gray-950) 20%, transparent) var(--un-shadow-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1567
- .dark .dark\\:shadow-gray-950\\/80{--un-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--colors-gray-950) 80%, transparent) var(--un-shadow-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1568
- .shadow-gray-100{--un-shadow-color:color-mix(in oklab, var(--colors-gray-100) var(--un-shadow-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) */;}
1569
- .shadow-gray-950\\/10{--un-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--colors-gray-950) 10%, transparent) var(--un-shadow-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1570
- .fill-primary{fill:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-fill-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1571
1517
  }
1572
1518
  @media (min-width: 40rem){
1573
1519
  .sm\\:p-6{padding:calc(var(--spacing) * 6);}
@@ -78,7 +78,6 @@ const m = /* @__PURE__ */ s({
78
78
  return "px-6 py-5";
79
79
  case "medium":
80
80
  return "px-4 py-3";
81
- case "none":
82
81
  default:
83
82
  return "";
84
83
  }
@@ -130,7 +130,6 @@ const Ot = /* @__PURE__ */ s({
130
130
  return "lg:max-w-lg";
131
131
  case "large":
132
132
  return "lg:max-w-4xl";
133
- case "medium":
134
133
  default:
135
134
  return "lg:max-w-2xl";
136
135
  }
@@ -1,28 +1,28 @@
1
1
  import { useI18n as B, useClient as M } from "@duxweb/dvha-core";
2
- import x from "dayjs";
3
- import C from "mime";
2
+ import C from "dayjs";
3
+ import x from "mime";
4
4
  import { useMessage as k } from "naive-ui";
5
- import { ref as y } from "vue";
5
+ import { ref as w } from "vue";
6
6
  function I() {
7
- const { t: f } = B(), T = M(), p = y(!1), d = y({
7
+ const { t: y } = B(), v = M(), f = w(!1), r = w({
8
8
  loaded: 0,
9
9
  total: 0,
10
10
  percent: 0,
11
11
  speed: 0,
12
12
  speedText: "0 B/s",
13
13
  remainingTime: 0
14
- }), b = k(), g = (o) => {
14
+ }), T = k(), g = (o) => {
15
15
  if (o === 0)
16
16
  return "0 B/s";
17
- const n = ["B/s", "KB/s", "MB/s", "GB/s"], e = Math.floor(Math.log(o) / Math.log(1024));
18
- return `${(o / 1024 ** e).toFixed(1)} ${n[e]}`;
19
- }, l = (o, n) => {
20
- const e = window.URL || window.webkitURL, a = e.createObjectURL(o), s = document.createElement("a");
21
- s.href = a, s.download = n || "", document.body.appendChild(s), s.click(), document.body.removeChild(s), e.revokeObjectURL(a);
17
+ const n = ["B/s", "KB/s", "MB/s", "GB/s"], t = Math.floor(Math.log(o) / Math.log(1024));
18
+ return `${(o / 1024 ** t).toFixed(1)} ${n[t]}`;
19
+ }, p = (o, n) => {
20
+ const t = window.URL || window.webkitURL, s = t.createObjectURL(o), a = document.createElement("a");
21
+ a.href = s, a.download = n || "", document.body.appendChild(a), a.click(), document.body.removeChild(a), t.revokeObjectURL(s);
22
22
  };
23
23
  return {
24
- file: (o, n, e, a, s) => {
25
- p.value = !0, d.value = {
24
+ file: (o, n, t, s, a) => {
25
+ f.value = !0, r.value = {
26
26
  loaded: 0,
27
27
  total: 0,
28
28
  percent: 0,
@@ -30,66 +30,73 @@ function I() {
30
30
  speedText: "0 B/s",
31
31
  remainingTime: 0
32
32
  };
33
- const u = Date.now();
34
- T.request({
33
+ const b = Date.now();
34
+ v.request({
35
35
  path: o,
36
36
  method: "GET",
37
37
  query: n,
38
- onDownloadProgress: (t) => {
39
- const m = (Date.now() - u) / 1e3, r = m > 0 ? t.loaded / m : 0, c = (t.total || 0) - t.loaded, v = r > 0 ? c / r : 0, w = {
40
- loaded: t.loaded,
41
- total: t.total,
42
- percent: t.percent || 0,
43
- speed: Math.round(r),
44
- speedText: g(r),
45
- remainingTime: Math.round(v)
38
+ meta: {
39
+ responseType: "blob"
40
+ },
41
+ onDownloadProgress: (e) => {
42
+ const l = (Date.now() - b) / 1e3, d = l > 0 ? e.loaded / l : 0, h = (e.total || 0) - e.loaded, c = d > 0 ? h / d : 0, m = {
43
+ loaded: e.loaded,
44
+ total: e.total,
45
+ percent: e.percent || 0,
46
+ speed: Math.round(d),
47
+ speedText: g(d),
48
+ remainingTime: Math.round(c)
46
49
  };
47
- d.value = w, s?.(w);
50
+ r.value = m, a?.(m);
48
51
  }
49
- }).then((t) => {
50
- const i = e || t.data.headers["content-type"], h = t.data.headers["content-disposition"];
51
- if (a || (a = x().format("YYYY-MM-DD-HH:mm:ss"), i && (a = `${a}.${C.getExtension(i)}`)), h) {
52
- const c = /filename=["']?([^"']+)/.exec(h);
53
- c && c?.length > 1 && (a = decodeURIComponent(c[1]));
52
+ }).then((e) => {
53
+ const i = e.headers || e.raw?.headers || {}, u = t || i["content-type"] || i["Content-Type"], l = i["content-disposition"] || i["Content-Disposition"];
54
+ if (!s && (s = C().format("YYYY-MM-DD-HH:mm:ss"), u)) {
55
+ const c = u.split(";")[0]?.trim(), m = c ? x.getExtension(c) : void 0;
56
+ m && (s = `${s}.${m}`);
54
57
  }
55
- const m = t.data?.data instanceof Blob ? t.data?.data : new Blob([t.data?.data], { type: i || "application/octet-stream" });
56
- l(m, a);
57
- const r = {
58
- loaded: d.value.total || d.value.loaded,
59
- total: d.value.total || d.value.loaded,
58
+ if (l) {
59
+ const c = /filename=["']?([^"']+)/.exec(l);
60
+ c && c?.length > 1 && (s = decodeURIComponent(c[1]));
61
+ }
62
+ const d = e.data instanceof Blob ? e.data : new Blob([e.data], { type: u || "application/octet-stream" });
63
+ p(d, s);
64
+ const h = {
65
+ loaded: r.value.total || r.value.loaded,
66
+ total: r.value.total || r.value.loaded,
60
67
  percent: 100,
61
68
  speed: 0,
62
69
  speedText: g(0),
63
70
  remainingTime: 0
64
71
  };
65
- d.value = r, s?.(r);
66
- }).catch((t) => {
67
- b.error(t.error || f("hooks.download.failed"));
72
+ r.value = h, a?.(h);
73
+ }).catch((e) => {
74
+ T.error(e.error || e.message || y("hooks.download.failed"));
68
75
  }).finally(() => {
69
- p.value = !1;
76
+ f.value = !1;
70
77
  });
71
78
  },
72
79
  url: (o, n) => {
73
- const e = document.createElement("a");
74
- e.href = o, e.download = n || "", document.body.appendChild(e), e.click(), document.body.removeChild(e);
80
+ const t = document.createElement("a");
81
+ t.href = o, t.download = n || "", document.body.appendChild(t), t.click(), document.body.removeChild(t);
75
82
  },
76
- blob: l,
83
+ blob: p,
77
84
  base64: (o, n) => {
78
- const e = atob(o.split(",")[1]), a = Array.from({ length: e.length });
79
- for (let t = 0; t < e.length; t++)
80
- a[t] = e.charCodeAt(t);
81
- const s = new Uint8Array(a), u = new Blob([s], { type: "application/octet-stream" });
82
- l(u, n);
85
+ const t = atob(o.split(",")[1]), s = Array.from({ length: t.length });
86
+ for (let e = 0; e < t.length; e++)
87
+ s[e] = t.charCodeAt(e);
88
+ const a = new Uint8Array(s), b = new Blob([a], { type: "application/octet-stream" });
89
+ p(b, n);
83
90
  },
84
- loading: p,
85
- progress: d,
91
+ loading: f,
92
+ progress: r,
86
93
  image: (o) => {
87
94
  fetch(o).then((n) => {
88
- n.blob().then((e) => {
89
- l(e);
95
+ n.blob().then((t) => {
96
+ p(t);
90
97
  });
91
98
  }).catch((n) => {
92
- b.error(n.error || f("hooks.download.failed"));
99
+ T.error(n.error || y("hooks.download.failed"));
93
100
  });
94
101
  }
95
102
  };
@@ -1,5 +1,5 @@
1
1
  const r = `/* layer: properties */
2
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-text-opacity:100%;--un-bg-opacity:100%;--un-from-opacity:100%;--un-divide-y-reverse:initial;--un-border-style:solid;--un-divide-x-reverse:initial;--un-divide-opacity:100%;--un-shadow-opacity:100%;--un-ease:initial;--un-border-opacity:100%;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial;--un-to-opacity:100%;--un-outline-style:solid;--un-fill-opacity:100%;--un-space-y-reverse:initial;}}
2
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-from-opacity:100%;--un-text-opacity:100%;--un-bg-opacity:100%;--un-divide-y-reverse:initial;--un-border-style:solid;--un-shadow-opacity:100%;--un-divide-x-reverse:initial;--un-divide-opacity:100%;--un-border-opacity:100%;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial;--un-ease:initial;--un-outline-style:solid;--un-fill-opacity:100%;--un-to-opacity:100%;--un-space-y-reverse:initial;}}
3
3
  @property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
4
4
  @property --un-outline-style{syntax:"*";inherits:false;initial-value:solid;}
5
5
  @property --un-border-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
@@ -925,7 +925,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
925
925
  display: none !important;
926
926
  }
927
927
  /* layer: icons */
928
- .i-tabler\\:alert-triangle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 9v4m-1.637-9.409L2.257 17.125a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636-2.87L13.637 3.59a1.914 1.914 0 0 0-3.274 0zM12 16h.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
928
+ .i-tabler\\:alert-triangle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 9v4m-1.637-9.409L2.257 17.125a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636-2.87L13.637 3.59a1.914 1.914 0 0 0-3.274 0M12 16h.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
929
929
  .i-tabler\\:arrow-back-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m9 14l-4-4l4-4'/%3E%3Cpath d='M5 10h11a4 4 0 1 1 0 8h-1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
930
930
  .i-tabler\\:arrow-bar-to-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 20h16m-8-6V4m0 10l4-4m-4 4l-4-4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
931
931
  .i-tabler\\:arrow-bar-to-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 10v10m0-10l4 4m-4-4l-4 4M4 4h16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
@@ -970,7 +970,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
970
970
  .i-tabler\\:filter{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4h16v2.172a2 2 0 0 1-.586 1.414L15 12v7l-6 2v-8.5L4.52 7.572A2 2 0 0 1 4 6.227z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
971
971
  .i-tabler\\:flag{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 5a5 5 0 0 1 7 0a5 5 0 0 0 7 0v9a5 5 0 0 1-7 0a5 5 0 0 0-7 0zm0 16v-7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
972
972
  .i-tabler\\:flag-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13.767 15.12A5 5 0 0 1 12 14a5 5 0 0 0-7 0V5a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8.5M5 21v-7m10 5l2 2l4-4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
973
- .i-tabler\\:focus-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='.5' fill='currentColor'/%3E%3Cpath d='M5 12a7 7 0 1 0 14 0a7 7 0 1 0-14 0m7-9v2m-9 7h2m7 7v2m7-9h2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
973
+ .i-tabler\\:focus-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath fill='currentColor' d='M11.5 12a.5.5 0 1 0 1 0a.5.5 0 1 0-1 0'/%3E%3Cpath d='M5 12a7 7 0 1 0 14 0a7 7 0 1 0-14 0m7-9v2m-9 7h2m7 7v2m7-9h2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
974
974
  .i-tabler\\:fold-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 11v8l3-3m-6 0l3 3M9 7h1m4 0h1m4 0h1M4 7h1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
975
975
  .i-tabler\\:folder{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
976
976
  .i-tabler\\:forms{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3M6 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3m7-14h7a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-7M5 7H4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h1m12-5h.01M13 12h.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
@@ -1022,7 +1022,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1022
1022
  .i-tabler\\:square-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpath d='m9 12l2 2l4-4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1023
1023
  .i-tabler\\:sun{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12a4 4 0 1 0 8 0a4 4 0 1 0-8 0m-5 0h1m8-9v1m8 8h1m-9 8v1M5.6 5.6l.7.7m12.1-.7l-.7.7m0 11.4l.7.7m-12.1-.7l-.7.7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1024
1024
  .i-tabler\\:tag{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3Cpath d='M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592-5.592a2.41 2.41 0 0 0 0-3.408l-7.71-7.71A2 2 0 0 0 11.172 3H6a3 3 0 0 0-3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1025
- .i-tabler\\:toggle-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 12a2 2 0 1 0 4 0a2 2 0 1 0-4 0'/%3E%3Cpath d='M2 12a6 6 0 0 1 6-6h8a6 6 0 0 1 6 6v0a6 6 0 0 1-6 6H8a6 6 0 0 1-6-6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1025
+ .i-tabler\\:toggle-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 12a2 2 0 1 0 4 0a2 2 0 1 0-4 0'/%3E%3Cpath d='M2 12a6 6 0 0 1 6-6h8a6 6 0 0 1 6 6a6 6 0 0 1-6 6H8a6 6 0 0 1-6-6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1026
1026
  .i-tabler\\:transfer{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 10H4l5.5-6M4 14h16l-5.5 6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1027
1027
  .i-tabler\\:trash{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 7h16m-10 4v6m4-6v6M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1028
1028
  .i-tabler\\:trash-x{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 7h16M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3m-5 5l4 4m0-4l-4 4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
@@ -1058,20 +1058,20 @@ input:where([type='button'], [type='reset'], [type='submit']),
1058
1058
  .text-sm{font-size:var(--text-sm-fontSize);line-height:var(--un-leading, var(--text-sm-lineHeight));}
1059
1059
  .text-xl{font-size:var(--text-xl-fontSize);line-height:var(--un-leading, var(--text-xl-lineHeight));}
1060
1060
  .text-xs{font-size:var(--text-xs-fontSize);line-height:var(--un-leading, var(--text-xs-lineHeight));}
1061
- .text-blue-600{color:color-mix(in srgb, var(--colors-blue-600) var(--un-text-opacity), transparent) /* rgb(var(--base-color-blue-600)) */;}
1062
- .text-error{color:color-mix(in srgb, var(--colors-error-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
1063
- .text-gray-500{color:color-mix(in srgb, var(--colors-gray-500) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
1064
- .text-info{color:color-mix(in srgb, var(--colors-info-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) */;}
1065
- .text-primary{color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1066
- .text-primary-200{color:color-mix(in srgb, var(--colors-primary-200) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-200)) var(--un-text-opacity, 100%), transparent) */;}
1067
- .text-success{color:color-mix(in srgb, var(--colors-success-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
1068
- .text-warning{color:color-mix(in srgb, var(--colors-warning-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
1069
- .text-white{color:color-mix(in srgb, var(--colors-white-DEFAULT) var(--un-text-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1070
- .text-white\\/60{color:color-mix(in srgb, var(--colors-white-DEFAULT) 60%, transparent) /* rgb(var(--ui-color-white)) */;}
1071
- .text-white\\/90{color:color-mix(in srgb, var(--colors-white-DEFAULT) 90%, transparent) /* rgb(var(--ui-color-white)) */;}
1072
- .hover\\:text-primary-hover:hover{color:color-mix(in srgb, var(--colors-primary-hover) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1073
- .hover\\:text-primary:hover{color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1074
- .hover\\:text-white:hover{color:color-mix(in srgb, var(--colors-white-DEFAULT) var(--un-text-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1061
+ .text-blue-600{color:color-mix(in srgb, rgb(var(--base-color-blue-600)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-blue-600)) */;}
1062
+ .text-error{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
1063
+ .text-gray-500{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
1064
+ .text-info{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) */;}
1065
+ .text-primary{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1066
+ .text-primary-200{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-200)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-200)) var(--un-text-opacity, 100%), transparent) */;}
1067
+ .text-success{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
1068
+ .text-warning{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
1069
+ .text-white{color:color-mix(in srgb, rgb(var(--ui-color-white)) var(--un-text-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1070
+ .text-white\\/60{color:color-mix(in srgb, rgb(var(--ui-color-white)) 60%, transparent) /* rgb(var(--ui-color-white)) */;}
1071
+ .text-white\\/90{color:color-mix(in srgb, rgb(var(--ui-color-white)) 90%, transparent) /* rgb(var(--ui-color-white)) */;}
1072
+ .hover\\:text-primary-hover:hover{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1073
+ .hover\\:text-primary:hover{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1074
+ .hover\\:text-white:hover{color:color-mix(in srgb, rgb(var(--ui-color-white)) var(--un-text-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1075
1075
  .font-bold{--un-font-weight:var(--fontWeight-bold);font-weight:var(--fontWeight-bold);}
1076
1076
  .font-medium{--un-font-weight:var(--fontWeight-medium);font-weight:var(--fontWeight-medium);}
1077
1077
  .font-mono{font-family:var(--font-mono);}
@@ -1163,15 +1163,15 @@ input:where([type='button'], [type='reset'], [type='submit']),
1163
1163
  .border-l{border-left-width:1px;}
1164
1164
  .border-r{border-right-width:1px;}
1165
1165
  .border-t{border-top-width:1px;}
1166
- .\\!border-white{border-color:color-mix(in srgb, var(--colors-white-DEFAULT) var(--un-border-opacity), transparent) /* rgb(var(--ui-color-white)) */ !important;}
1167
- .border-blue-200{border-color:color-mix(in srgb, var(--colors-blue-200) var(--un-border-opacity), transparent) /* rgb(var(--base-color-blue-200)) */;}
1168
- .border-blue-400{border-color:color-mix(in srgb, var(--colors-blue-400) var(--un-border-opacity), transparent) /* rgb(var(--base-color-blue-400)) */;}
1166
+ .\\!border-white{border-color:color-mix(in srgb, rgb(var(--ui-color-white)) var(--un-border-opacity), transparent) /* rgb(var(--ui-color-white)) */ !important;}
1167
+ .border-blue-200{border-color:color-mix(in srgb, rgb(var(--base-color-blue-200)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-blue-200)) */;}
1168
+ .border-blue-400{border-color:color-mix(in srgb, rgb(var(--base-color-blue-400)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-blue-400)) */;}
1169
1169
  .border-primary,
1170
- .group:hover .group-hover\\:border-primary{border-color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1171
- .border-primary-900\\/20{border-color:color-mix(in srgb, var(--colors-primary-900) 20%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-900)) var(--un-text-opacity, 100%), transparent) */;}
1170
+ .group:hover .group-hover\\:border-primary{border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1171
+ .border-primary-900\\/20{border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-900)) var(--un-text-opacity, 100%), transparent) 20%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-900)) var(--un-text-opacity, 100%), transparent) */;}
1172
1172
  .border-transparent{border-color:transparent;}
1173
- .hover\\:border-primary-hover:hover{border-color:color-mix(in srgb, var(--colors-primary-hover) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1174
- .hover\\:border-primary:hover{border-color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1173
+ .hover\\:border-primary-hover:hover{border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1174
+ .hover\\:border-primary:hover{border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1175
1175
  .\\!rounded-full{border-radius:calc(infinity * 1px) !important;}
1176
1176
  .rounded{border-radius:var(--radius-DEFAULT);}
1177
1177
  .rounded-full{border-radius:calc(infinity * 1px);}
@@ -1185,37 +1185,37 @@ input:where([type='button'], [type='reset'], [type='submit']),
1185
1185
  .rounded-tl{border-top-left-radius:var(--radius-DEFAULT);}
1186
1186
  .border-dashed{--un-border-style:dashed;border-style:dashed;}
1187
1187
  .border-solid{--un-border-style:solid;border-style:solid;}
1188
- .\\!bg-primary{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */ !important;}
1188
+ .\\!bg-primary{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */ !important;}
1189
1189
  .bg-blue{background-color:color-mix(in srgb, var(--colors-blue-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(70.7% 0.165 254.624) */;}
1190
- .bg-blue-50\\/80{background-color:color-mix(in srgb, var(--colors-blue-50) 80%, transparent) /* rgb(var(--base-color-blue-50)) */;}
1191
- .bg-blue-500{background-color:color-mix(in srgb, var(--colors-blue-500) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-blue-500)) */;}
1190
+ .bg-blue-50\\/80{background-color:color-mix(in srgb, rgb(var(--base-color-blue-50)) 80%, transparent) /* rgb(var(--base-color-blue-50)) */;}
1191
+ .bg-blue-500{background-color:color-mix(in srgb, rgb(var(--base-color-blue-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-blue-500)) */;}
1192
1192
  .bg-emerald{background-color:color-mix(in srgb, var(--colors-emerald-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(76.5% 0.177 163.223) */;}
1193
- .bg-error{background-color:color-mix(in srgb, var(--colors-error-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
1194
- .bg-gray-100{background-color:color-mix(in srgb, var(--colors-gray-100) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) */;}
1195
- .bg-gray-500{background-color:color-mix(in srgb, var(--colors-gray-500) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
1196
- .bg-gray-900\\/30{background-color:color-mix(in srgb, var(--colors-gray-900) 30%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1197
- .bg-gray\\/5{background-color:color-mix(in srgb, var(--colors-gray-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray)) var(--un-text-opacity, 100%), transparent) */;}
1198
- .bg-primary{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1193
+ .bg-error{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
1194
+ .bg-gray-100{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) */;}
1195
+ .bg-gray-500{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
1196
+ .bg-gray-900\\/30{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) 30%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1197
+ .bg-gray\\/5{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray)) var(--un-text-opacity, 100%), transparent) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray)) var(--un-text-opacity, 100%), transparent) */;}
1198
+ .bg-primary{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1199
1199
  .bg-primary-950,
1200
- .dark .dark\\:bg-primary-950{background-color:color-mix(in srgb, var(--colors-primary-950) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-950)) var(--un-text-opacity, 100%), transparent) */;}
1201
- .bg-primary\\/10{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1202
- .bg-primary\\/5{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1203
- .bg-primary\\/50{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) 50%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1200
+ .dark .dark\\:bg-primary-950{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-950)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-950)) var(--un-text-opacity, 100%), transparent) */;}
1201
+ .bg-primary\\/10{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1202
+ .bg-primary\\/5{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1203
+ .bg-primary\\/50{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) 50%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1204
1204
  .bg-red{background-color:color-mix(in srgb, var(--colors-red-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(70.4% 0.191 22.216) */;}
1205
- .bg-success{background-color:color-mix(in srgb, var(--colors-success-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
1205
+ .bg-success{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
1206
1206
  .bg-transparent{background-color:transparent;}
1207
- .bg-warning{background-color:color-mix(in srgb, var(--colors-warning-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
1208
- .bg-white{background-color:color-mix(in srgb, var(--colors-white-DEFAULT) var(--un-bg-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1209
- .bg-white\\/70{background-color:color-mix(in srgb, var(--colors-white-DEFAULT) 70%, transparent) /* rgb(var(--ui-color-white)) */;}
1210
- .bg-white\\/8{background-color:color-mix(in srgb, var(--colors-white-DEFAULT) 8%, transparent) /* rgb(var(--ui-color-white)) */;}
1211
- .dark .dark\\:bg-gray-800\\/50{background-color:color-mix(in srgb, var(--colors-gray-800) 50%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1212
- .dark .dark\\:bg-gray-800\\/60{background-color:color-mix(in srgb, var(--colors-gray-800) 60%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1213
- .dark .dark\\:bg-gray-900{background-color:color-mix(in srgb, var(--colors-gray-900) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1214
- .dark .dark\\:bg-gray-900\\/70{background-color:color-mix(in srgb, var(--colors-gray-900) 70%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1215
- .hover\\:bg-black\\/5:hover{background-color:color-mix(in srgb, var(--colors-black-DEFAULT) 5%, transparent) /* rgb(var(--ui-color-black)) */;}
1216
- .hover\\:bg-primary-hover:hover{background-color:color-mix(in srgb, var(--colors-primary-hover) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1217
- .hover\\:bg-primary\\/10:hover{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1218
- .hover\\:bg-primary\\/5:hover{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1207
+ .bg-warning{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
1208
+ .bg-white{background-color:color-mix(in srgb, rgb(var(--ui-color-white)) var(--un-bg-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1209
+ .bg-white\\/70{background-color:color-mix(in srgb, rgb(var(--ui-color-white)) 70%, transparent) /* rgb(var(--ui-color-white)) */;}
1210
+ .bg-white\\/8{background-color:color-mix(in srgb, rgb(var(--ui-color-white)) 8%, transparent) /* rgb(var(--ui-color-white)) */;}
1211
+ .dark .dark\\:bg-gray-800\\/50{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) 50%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1212
+ .dark .dark\\:bg-gray-800\\/60{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) 60%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1213
+ .dark .dark\\:bg-gray-900{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1214
+ .dark .dark\\:bg-gray-900\\/70{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) 70%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1215
+ .hover\\:bg-black\\/5:hover{background-color:color-mix(in srgb, rgb(var(--ui-color-black)) 5%, transparent) /* rgb(var(--ui-color-black)) */;}
1216
+ .hover\\:bg-primary-hover:hover{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1217
+ .hover\\:bg-primary\\/10:hover{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1218
+ .hover\\:bg-primary\\/5:hover{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1219
1219
  .bg-opacity-10{--un-bg-opacity:10%;}
1220
1220
  .opacity-0{opacity:0%;}
1221
1221
  .opacity-100,
@@ -1349,12 +1349,12 @@ input:where([type='button'], [type='reset'], [type='submit']),
1349
1349
  .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
1350
1350
  .italic{font-style:italic;}
1351
1351
  .ring{--un-ring-shadow:var(--un-ring-inset,) 0 0 0 calc(1px + var(--un-ring-offset-width)) var(--un-ring-color, currentColor);box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
1352
- .dark .dark\\:shadow-gray-950\\/20{--un-shadow-color:color-mix(in srgb, var(--colors-gray-950) 20%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1353
- .dark .dark\\:shadow-gray-950\\/80{--un-shadow-color:color-mix(in srgb, var(--colors-gray-950) 80%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1352
+ .dark .dark\\:shadow-gray-950\\/20{--un-shadow-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) 20%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1353
+ .dark .dark\\:shadow-gray-950\\/80{--un-shadow-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) 80%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1354
1354
  .shadow,
1355
1355
  .shadow-sm{--un-shadow:0 1px 3px 0 var(--un-shadow-color, rgb(0 0 0 / 0.1)),0 1px 2px -1px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
1356
- .shadow-gray-100{--un-shadow-color:color-mix(in srgb, var(--colors-gray-100) var(--un-shadow-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) */;}
1357
- .shadow-gray-950\\/10{--un-shadow-color:color-mix(in srgb, var(--colors-gray-950) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1356
+ .shadow-gray-100{--un-shadow-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) var(--un-shadow-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) */;}
1357
+ .shadow-gray-950\\/10{--un-shadow-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1358
1358
  .shadow-lg,
1359
1359
  .group:hover .group-hover\\:shadow-lg{--un-shadow:0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / 0.1)),0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
1360
1360
  .shadow-xl{--un-shadow:0 20px 25px -5px var(--un-shadow-color, rgb(0 0 0 / 0.1)),0 8px 10px -6px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
@@ -1427,7 +1427,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1427
1427
  .overflow-auto{overflow:auto;}
1428
1428
  .overflow-hidden{overflow:hidden;}
1429
1429
  .overflow-y-auto{overflow-y:auto;}
1430
- .fill-primary{fill:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-fill-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1430
+ .fill-primary{fill:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-fill-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1431
1431
  @keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
1432
1432
  .animate-spin{animation:spin 1s linear infinite;}
1433
1433
  .dark .dark\\:from-\\[color-mix\\(in_oklch\\,theme\\(colors\\.primary\\.DEFAULT\\)\\,theme\\(colors\\.gray\\.950\\)_95\\%\\)\\]{--un-gradient-from:color-mix(in oklab, color-mix(in oklch,color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent),color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) 95%) var(--un-from-opacity), transparent);--un-gradient-stops:var(--un-gradient-via-stops, var(--un-gradient-position), var(--un-gradient-from) var(--un-gradient-from-position), var(--un-gradient-to) var(--un-gradient-to-position));}
@@ -1493,10 +1493,10 @@ input:where([type='button'], [type='reset'], [type='submit']),
1493
1493
  --un-border-opacity: 100%;
1494
1494
  }
1495
1495
  .dark\\:divide-gray-800{
1496
- .dark :where(&>:not(:last-child)){border-color:color-mix(in srgb, var(--colors-gray-800) var(--un-divide-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1496
+ .dark :where(&>:not(:last-child)){border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) var(--un-divide-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1497
1497
  }
1498
1498
  .divide-white\\/20{
1499
- :where(&>:not(:last-child)){border-color:color-mix(in srgb, var(--colors-white-DEFAULT) 20%, transparent) /* rgb(var(--ui-color-white)) */;}
1499
+ :where(&>:not(:last-child)){border-color:color-mix(in srgb, rgb(var(--ui-color-white)) 20%, transparent) /* rgb(var(--ui-color-white)) */;}
1500
1500
  }
1501
1501
  .divide-x{
1502
1502
  :where(&>:not(:last-child)){--un-divide-x-reverse:0;border-left-width:calc(1px * var(--un-divide-x-reverse));border-left-style:var(--un-border-style);border-right-width:calc(1px * calc(1 - var(--un-divide-x-reverse)));border-right-style:var(--un-border-style);}
@@ -1511,63 +1511,9 @@ input:where([type='button'], [type='reset'], [type='submit']),
1511
1511
  :where(&>:not(:last-child)){--un-space-y-reverse:0;margin-block-start: calc(calc(var(--spacing) * 4) * var(--un-space-y-reverse));margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--un-space-y-reverse)));}
1512
1512
  }
1513
1513
  @supports (color: color-mix(in lab, red, red)){
1514
- .text-blue-600{color:color-mix(in oklab, var(--colors-blue-600) var(--un-text-opacity), transparent) /* rgb(var(--base-color-blue-600)) */;}
1515
- .text-error{color:color-mix(in oklab, var(--colors-error-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
1516
- .text-gray-500{color:color-mix(in oklab, var(--colors-gray-500) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
1517
- .text-info{color:color-mix(in oklab, var(--colors-info-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) */;}
1518
- .text-primary{color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1519
- .text-primary-200{color:color-mix(in oklab, var(--colors-primary-200) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-200)) var(--un-text-opacity, 100%), transparent) */;}
1520
- .text-success{color:color-mix(in oklab, var(--colors-success-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
1521
- .text-warning{color:color-mix(in oklab, var(--colors-warning-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
1522
- .text-white{color:color-mix(in oklab, var(--colors-white-DEFAULT) var(--un-text-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1523
- .text-white\\/60{color:color-mix(in oklab, var(--colors-white-DEFAULT) 60%, transparent) /* rgb(var(--ui-color-white)) */;}
1524
- .text-white\\/90{color:color-mix(in oklab, var(--colors-white-DEFAULT) 90%, transparent) /* rgb(var(--ui-color-white)) */;}
1525
- .hover\\:text-primary-hover:hover{color:color-mix(in oklab, var(--colors-primary-hover) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1526
- .hover\\:text-primary:hover{color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1527
- .hover\\:text-white:hover{color:color-mix(in oklab, var(--colors-white-DEFAULT) var(--un-text-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1528
- .\\!border-white{border-color:color-mix(in oklab, var(--colors-white-DEFAULT) var(--un-border-opacity), transparent) /* rgb(var(--ui-color-white)) */ !important;}
1529
- .border-blue-200{border-color:color-mix(in oklab, var(--colors-blue-200) var(--un-border-opacity), transparent) /* rgb(var(--base-color-blue-200)) */;}
1530
- .border-blue-400{border-color:color-mix(in oklab, var(--colors-blue-400) var(--un-border-opacity), transparent) /* rgb(var(--base-color-blue-400)) */;}
1531
- .border-primary{border-color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1532
- .border-primary-900\\/20{border-color:color-mix(in oklab, var(--colors-primary-900) 20%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-900)) var(--un-text-opacity, 100%), transparent) */;}
1533
- .group:hover .group-hover\\:border-primary{border-color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1534
- .hover\\:border-primary-hover:hover{border-color:color-mix(in oklab, var(--colors-primary-hover) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1535
- .hover\\:border-primary:hover{border-color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1536
- .\\!bg-primary{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */ !important;}
1537
1514
  .bg-blue{background-color:color-mix(in oklab, var(--colors-blue-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(70.7% 0.165 254.624) */;}
1538
- .bg-blue-50\\/80{background-color:color-mix(in oklab, var(--colors-blue-50) 80%, transparent) /* rgb(var(--base-color-blue-50)) */;}
1539
- .bg-blue-500{background-color:color-mix(in oklab, var(--colors-blue-500) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-blue-500)) */;}
1540
1515
  .bg-emerald{background-color:color-mix(in oklab, var(--colors-emerald-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(76.5% 0.177 163.223) */;}
1541
- .bg-error{background-color:color-mix(in oklab, var(--colors-error-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
1542
- .bg-gray-100{background-color:color-mix(in oklab, var(--colors-gray-100) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) */;}
1543
- .bg-gray-500{background-color:color-mix(in oklab, var(--colors-gray-500) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
1544
- .bg-gray-900\\/30{background-color:color-mix(in oklab, var(--colors-gray-900) 30%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1545
- .bg-gray\\/5{background-color:color-mix(in oklab, var(--colors-gray-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray)) var(--un-text-opacity, 100%), transparent) */;}
1546
- .bg-primary{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1547
- .bg-primary-950{background-color:color-mix(in oklab, var(--colors-primary-950) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-950)) var(--un-text-opacity, 100%), transparent) */;}
1548
- .bg-primary\\/10{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1549
- .bg-primary\\/5{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1550
- .bg-primary\\/50{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) 50%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1551
1516
  .bg-red{background-color:color-mix(in oklab, var(--colors-red-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(70.4% 0.191 22.216) */;}
1552
- .bg-success{background-color:color-mix(in oklab, var(--colors-success-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
1553
- .bg-warning{background-color:color-mix(in oklab, var(--colors-warning-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
1554
- .bg-white{background-color:color-mix(in oklab, var(--colors-white-DEFAULT) var(--un-bg-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
1555
- .bg-white\\/70{background-color:color-mix(in oklab, var(--colors-white-DEFAULT) 70%, transparent) /* rgb(var(--ui-color-white)) */;}
1556
- .bg-white\\/8{background-color:color-mix(in oklab, var(--colors-white-DEFAULT) 8%, transparent) /* rgb(var(--ui-color-white)) */;}
1557
- .dark .dark\\:bg-gray-800\\/50{background-color:color-mix(in oklab, var(--colors-gray-800) 50%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1558
- .dark .dark\\:bg-gray-800\\/60{background-color:color-mix(in oklab, var(--colors-gray-800) 60%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1559
- .dark .dark\\:bg-gray-900{background-color:color-mix(in oklab, var(--colors-gray-900) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1560
- .dark .dark\\:bg-gray-900\\/70{background-color:color-mix(in oklab, var(--colors-gray-900) 70%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1561
- .dark .dark\\:bg-primary-950{background-color:color-mix(in oklab, var(--colors-primary-950) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-950)) var(--un-text-opacity, 100%), transparent) */;}
1562
- .hover\\:bg-black\\/5:hover{background-color:color-mix(in oklab, var(--colors-black-DEFAULT) 5%, transparent) /* rgb(var(--ui-color-black)) */;}
1563
- .hover\\:bg-primary-hover:hover{background-color:color-mix(in oklab, var(--colors-primary-hover) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
1564
- .hover\\:bg-primary\\/10:hover{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1565
- .hover\\:bg-primary\\/5:hover{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1566
- .dark .dark\\:shadow-gray-950\\/20{--un-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--colors-gray-950) 20%, transparent) var(--un-shadow-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1567
- .dark .dark\\:shadow-gray-950\\/80{--un-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--colors-gray-950) 80%, transparent) var(--un-shadow-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1568
- .shadow-gray-100{--un-shadow-color:color-mix(in oklab, var(--colors-gray-100) var(--un-shadow-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) */;}
1569
- .shadow-gray-950\\/10{--un-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--colors-gray-950) 10%, transparent) var(--un-shadow-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
1570
- .fill-primary{fill:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-fill-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1571
1517
  }
1572
1518
  @media (min-width: 40rem){
1573
1519
  .sm\\:p-6{padding:calc(var(--spacing) * 6);}
@@ -7124,19 +7124,18 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
7124
7124
  }>;
7125
7125
  }>>>;
7126
7126
  }>> & Readonly<{}>, {
7127
- readonly data: import("naive-ui").RowData[];
7128
7127
  readonly size: "small" | "medium" | "large";
7129
- readonly tableLayout: "fixed" | "auto";
7130
- readonly columns: import("naive-ui").TableColumns<any>;
7131
- readonly loading: boolean;
7128
+ readonly data: import("naive-ui").RowData[];
7132
7129
  readonly spinProps: import("naive-ui/es/_internal").BaseLoadingExposedProps;
7133
7130
  readonly bordered: boolean | undefined;
7131
+ readonly loading: boolean;
7134
7132
  readonly allowCheckingNotLoaded: boolean;
7135
7133
  readonly remote: boolean;
7136
7134
  readonly cascade: boolean;
7137
7135
  readonly virtualScroll: boolean;
7138
7136
  readonly pagination: false | import("naive-ui").PaginationProps;
7139
7137
  readonly paginateSinglePage: boolean;
7138
+ readonly columns: import("naive-ui").TableColumns<any>;
7140
7139
  readonly bottomBordered: boolean | undefined;
7141
7140
  readonly striped: boolean;
7142
7141
  readonly defaultCheckedRowKeys: import("naive-ui").DataTableRowKey[];
@@ -7149,11 +7148,12 @@ export declare const DuxTable: import("vue").DefineComponent<import("vue").Extra
7149
7148
  readonly virtualScrollHeader: boolean;
7150
7149
  readonly headerHeight: number;
7151
7150
  readonly minRowHeight: number;
7151
+ readonly tableLayout: "fixed" | "auto";
7152
7152
  readonly childrenKey: string;
7153
7153
  readonly indent: number;
7154
7154
  readonly flexHeight: boolean;
7155
7155
  readonly summaryPlacement: "top" | "bottom";
7156
- readonly paginationBehaviorOnFilter: "first" | "current";
7156
+ readonly paginationBehaviorOnFilter: "current" | "first";
7157
7157
  }, import("vue").SlotsType<import("naive-ui").DataTableSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7158
7158
  path: {
7159
7159
  type: StringConstructor;
@@ -152,8 +152,8 @@ export declare const DuxAvatar: import("vue").DefineComponent<{}, () => import("
152
152
  colorPopover: string;
153
153
  }, any>>>;
154
154
  }>> & Readonly<{}>, {
155
- readonly round: boolean;
155
+ readonly bordered: boolean;
156
156
  readonly circle: boolean;
157
+ readonly round: boolean;
157
158
  readonly lazy: boolean;
158
- readonly bordered: boolean;
159
159
  }, import("vue").SlotsType<import("naive-ui").AvatarSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -327,7 +327,7 @@ export declare const DuxImage: import("vue").DefineComponent<{}, () => import("v
327
327
  onError: import("vue").PropType<(e: Event) => void>;
328
328
  onLoad: import("vue").PropType<(e: Event) => void>;
329
329
  }>> & Readonly<{}>, {
330
- objectFit: "fill" | "none" | "contain" | "cover" | "scale-down";
330
+ objectFit: "none" | "fill" | "contain" | "cover" | "scale-down";
331
331
  lazy: boolean;
332
332
  showToolbar: boolean;
333
333
  showToolbarTooltip: boolean;
@@ -2,7 +2,7 @@ import type { VNodeChild } from 'vue';
2
2
  import type { UseActionProps, UseActionRenderProps, UseActionTarget } from './table/index';
3
3
  export declare function useAction(action?: UseActionProps): {
4
4
  target: (props: UseActionTarget) => void;
5
- renderTable: (actionRender: UseActionProps) => ((rowData: Record<string, any>, rowIndex: number) => VNodeChild);
5
+ renderTable: (actionRender: UseActionProps) => ((rowData: Record<string, unknown>, rowIndex: number) => VNodeChild);
6
6
  renderAction: (actionRender: UseActionProps) => VNodeChild;
7
7
  };
8
8
  export declare function useActionButton(): {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@duxweb/dvha-pro",
3
3
  "type": "module",
4
- "version": "1.1.15",
4
+ "version": "1.1.17",
5
5
  "author": "DuxWeb",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -31,10 +31,13 @@
31
31
  "README.md",
32
32
  "dist"
33
33
  ],
34
+ "peerDependencies": {
35
+ "@unocss/core": "^66.5.5"
36
+ },
34
37
  "dependencies": {
35
38
  "@ant-design/colors": "^7.2.1",
36
- "@duxweb/dvha-core": "^1.1.15",
37
- "@duxweb/dvha-naiveui": "^1.1.15",
39
+ "@duxweb/dvha-core": "^1.1.17",
40
+ "@duxweb/dvha-naiveui": "^1.1.17",
38
41
  "@iconify-json/tabler": "^1.2.23",
39
42
  "@overlastic/vue": "^0.8.3",
40
43
  "@tanstack/vue-query": "^5.90.7",
@@ -80,6 +83,7 @@
80
83
  },
81
84
  "devDependencies": {
82
85
  "@unocss/cli": "^66.5.5",
86
+ "@unocss/core": "^66.5.5",
83
87
  "rimraf": "^6.1.0",
84
88
  "sass-embedded": "^1.93.3",
85
89
  "tslib": "^2.8.1",