@highstate/designer 0.7.0 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.output/nitro.json +3 -3
- package/.output/public/_nuxt/1_b4y8eQ.js +1 -0
- package/.output/public/_nuxt/BjOhMR1f.js +242 -0
- package/.output/public/_nuxt/CPAAHz3G.js +1 -0
- package/.output/public/_nuxt/{TC7QuZux.js → CmGpyJTe.js} +1 -1
- package/.output/public/_nuxt/builds/latest.json +1 -1
- package/.output/public/_nuxt/builds/meta/f777d22c-e958-4e7c-865d-11bb8a560858.json +1 -0
- package/.output/public/_nuxt/{entry.DpeBhKHh.css → entry.Vs8IncyG.css} +1 -1
- package/.output/server/index.mjs +1876 -3051
- package/.output/server/index.mjs.map +1 -1
- package/.output/server/node_modules/@babel/parser/lib/index.js +129 -97
- package/.output/server/node_modules/@babel/parser/package.json +2 -2
- package/.output/server/node_modules/@trpc/server/dist/adapters/fetch/fetchRequestHandler.mjs +74 -0
- package/.output/server/node_modules/@trpc/server/dist/adapters/fetch/index.mjs +1 -0
- package/.output/server/node_modules/@trpc/server/dist/adapters/node-http/incomingMessageToRequest.mjs +119 -0
- package/.output/server/node_modules/@trpc/server/dist/adapters/node-http/index.mjs +2 -0
- package/.output/server/node_modules/@trpc/server/dist/adapters/node-http/nodeHTTPRequestHandler.mjs +92 -0
- package/.output/server/node_modules/@trpc/server/dist/adapters/node-http/writeResponse.mjs +79 -0
- package/.output/server/node_modules/@trpc/server/dist/index.mjs +1 -1
- package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/middleware.mjs +1 -1
- package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/parser.mjs +4 -3
- package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/procedureBuilder.mjs +3 -0
- package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/router.mjs +1 -1
- package/.output/server/node_modules/@trpc/server/package.json +6 -6
- package/.output/server/node_modules/unhead/dist/plugins.mjs +94 -0
- package/.output/server/node_modules/unhead/dist/server.mjs +220 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.C13swrCa.mjs +48 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CApf5sj3.mjs +148 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Cp0iF6eN.mjs +177 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DQc16pHI.mjs +196 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DZbvapt-.mjs +70 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DeCxexjU.mjs +166 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Txd0XTIP.mjs +172 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.yem5I2v_.mjs +38 -0
- package/.output/server/node_modules/unhead/dist/utils.mjs +5 -0
- package/.output/server/node_modules/unhead/package.json +66 -11
- package/.output/server/package.json +1 -1
- package/package.json +8 -8
- package/.output/public/_nuxt/B3Ns2-bM.js +0 -1
- package/.output/public/_nuxt/DToExo9V.js +0 -1
- package/.output/public/_nuxt/builds/meta/f64fe243-c5f1-4f5e-a593-05cf555884c2.json +0 -1
- package/.output/public/_nuxt/u3nCRAjk.js +0 -244
- package/.output/server/node_modules/@trpc/server/dist/http.mjs +0 -7
- package/.output/server/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/contentTypeParsers.mjs +0 -12
- package/.output/server/node_modules/@unhead/dom/dist/index.mjs +0 -197
- package/.output/server/node_modules/@unhead/dom/package.json +0 -40
- package/.output/server/node_modules/@unhead/shared/dist/index.mjs +0 -641
- package/.output/server/node_modules/@unhead/shared/package.json +0 -45
- package/.output/server/node_modules/@unhead/ssr/dist/index.mjs +0 -95
- package/.output/server/node_modules/@unhead/ssr/package.json +0 -40
- package/.output/server/node_modules/node-mock-http/dist/_polyfill/buffer/node.mjs +0 -1
- package/.output/server/node_modules/node-mock-http/dist/_polyfill/events/node.mjs +0 -1
- package/.output/server/node_modules/node-mock-http/dist/index.mjs +0 -1
- package/.output/server/node_modules/node-mock-http/package.json +0 -63
- package/.output/server/node_modules/packrup/dist/index.mjs +0 -108
- package/.output/server/node_modules/packrup/package.json +0 -58
- package/.output/server/node_modules/unhead/dist/index.mjs +0 -748
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unhead",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.0.2",
|
|
5
|
+
"description": "Full-stack <head> manager built for any framework.",
|
|
5
6
|
"author": {
|
|
6
7
|
"name": "Harlan Wilton",
|
|
7
8
|
"email": "harlan@harlanzw.com",
|
|
8
9
|
"url": "https://harlanzw.com/"
|
|
9
10
|
},
|
|
11
|
+
"publishConfig": {
|
|
12
|
+
"access": "public",
|
|
13
|
+
"tag": "next"
|
|
14
|
+
},
|
|
10
15
|
"license": "MIT",
|
|
11
16
|
"funding": "https://github.com/sponsors/harlan-zw",
|
|
12
17
|
"homepage": "https://unhead.unjs.io",
|
|
@@ -22,25 +27,75 @@
|
|
|
22
27
|
"exports": {
|
|
23
28
|
".": {
|
|
24
29
|
"types": "./dist/index.d.ts",
|
|
25
|
-
"
|
|
26
|
-
|
|
30
|
+
"default": "./dist/index.mjs"
|
|
31
|
+
},
|
|
32
|
+
"./plugins": {
|
|
33
|
+
"types": "./dist/plugins.d.ts",
|
|
34
|
+
"default": "./dist/plugins.mjs"
|
|
35
|
+
},
|
|
36
|
+
"./server": {
|
|
37
|
+
"types": "./dist/server.d.ts",
|
|
38
|
+
"default": "./dist/server.mjs"
|
|
39
|
+
},
|
|
40
|
+
"./client": {
|
|
41
|
+
"types": "./dist/client.d.ts",
|
|
42
|
+
"default": "./dist/client.mjs"
|
|
43
|
+
},
|
|
44
|
+
"./legacy": {
|
|
45
|
+
"types": "./dist/legacy.d.ts",
|
|
46
|
+
"default": "./dist/legacy.mjs"
|
|
47
|
+
},
|
|
48
|
+
"./utils": {
|
|
49
|
+
"types": "./dist/utils.d.ts",
|
|
50
|
+
"default": "./dist/utils.mjs"
|
|
51
|
+
},
|
|
52
|
+
"./types": {
|
|
53
|
+
"types": "./dist/types.d.ts",
|
|
54
|
+
"default": "./dist/types.mjs"
|
|
55
|
+
},
|
|
56
|
+
"./scripts": {
|
|
57
|
+
"types": "./dist/scripts.d.ts",
|
|
58
|
+
"default": "./dist/scripts.mjs"
|
|
27
59
|
}
|
|
28
60
|
},
|
|
29
|
-
"main": "dist/index.
|
|
61
|
+
"main": "dist/index.mjs",
|
|
30
62
|
"module": "dist/index.mjs",
|
|
31
63
|
"types": "dist/index.d.ts",
|
|
64
|
+
"optionalPlugins": {
|
|
65
|
+
"*": {
|
|
66
|
+
"plugins": [
|
|
67
|
+
"dist/plugins"
|
|
68
|
+
],
|
|
69
|
+
"server": [
|
|
70
|
+
"dist/server"
|
|
71
|
+
],
|
|
72
|
+
"client": [
|
|
73
|
+
"dist/client"
|
|
74
|
+
],
|
|
75
|
+
"legacy": [
|
|
76
|
+
"dist/legacy"
|
|
77
|
+
],
|
|
78
|
+
"types": [
|
|
79
|
+
"dist/types"
|
|
80
|
+
],
|
|
81
|
+
"utils": [
|
|
82
|
+
"dist/utils"
|
|
83
|
+
],
|
|
84
|
+
"scripts": [
|
|
85
|
+
"dist/scripts"
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
},
|
|
32
89
|
"files": [
|
|
90
|
+
"*.d.ts",
|
|
33
91
|
"dist"
|
|
34
92
|
],
|
|
35
93
|
"dependencies": {
|
|
36
|
-
"hookable": "^5.5.3"
|
|
37
|
-
"@unhead/schema": "1.11.19",
|
|
38
|
-
"@unhead/shared": "1.11.19",
|
|
39
|
-
"@unhead/dom": "1.11.19"
|
|
94
|
+
"hookable": "^5.5.3"
|
|
40
95
|
},
|
|
41
96
|
"scripts": {
|
|
42
|
-
"build": "unbuild
|
|
43
|
-
"stub": "unbuild
|
|
44
|
-
"
|
|
97
|
+
"build": "unbuild",
|
|
98
|
+
"stub": "unbuild --stub",
|
|
99
|
+
"test:attw": "attw --pack"
|
|
45
100
|
}
|
|
46
101
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@highstate/designer-prod","version":"0.
|
|
1
|
+
{"name":"@highstate/designer-prod","version":"0.7.1","type":"module","private":true,"dependencies":{"@babel/parser":"7.27.0","@trpc/server":"11.0.1","@vue/compiler-core":"3.5.13","@vue/compiler-dom":"3.5.13","@vue/compiler-ssr":"3.5.13","@vue/reactivity":"3.5.13","@vue/runtime-core":"3.5.13","@vue/runtime-dom":"3.5.13","@vue/server-renderer":"3.5.13","@vue/shared":"3.5.13","devalue":"5.1.1","entities":"4.5.0","estree-walker":"2.0.2","hookable":"5.5.3","source-map-js":"1.2.1","ufo":"1.5.4","unhead":"2.0.2","vue":"3.5.13","vue-bundle-renderer":"2.1.1","zod":"3.24.2"}}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@highstate/designer",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "nuxt build",
|
|
7
|
-
"dev": "FORCE_COLOR=true nuxt dev | pino-pretty",
|
|
7
|
+
"dev": "FORCE_COLOR=true nuxt dev --host | pino-pretty",
|
|
8
8
|
"generate": "nuxt generate",
|
|
9
9
|
"preview": "nuxt preview",
|
|
10
10
|
"prepare": "nuxt prepare"
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"@codemirror/lang-json": "^6.0.1",
|
|
20
20
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
21
21
|
"@dagrejs/dagre": "^1.1.4",
|
|
22
|
-
"@highstate/backend": "^0.7.
|
|
23
|
-
"@highstate/contract": "^0.7.
|
|
22
|
+
"@highstate/backend": "^0.7.2",
|
|
23
|
+
"@highstate/contract": "^0.7.2",
|
|
24
24
|
"@iconify/vue": "^4.1.2",
|
|
25
25
|
"@mdi/font": "5",
|
|
26
26
|
"@nuxt/eslint": "0.7.2",
|
|
27
27
|
"@pinia/nuxt": "0.8.0",
|
|
28
|
-
"@trpc/client": "^11.0.
|
|
29
|
-
"@trpc/server": "^11.0.
|
|
28
|
+
"@trpc/client": "^11.0.1",
|
|
29
|
+
"@trpc/server": "^11.0.1",
|
|
30
30
|
"@types/qrcode": "^1",
|
|
31
31
|
"@types/ws": "^8",
|
|
32
32
|
"@vue-flow/background": "^1.3.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"pino-pretty": "^13.0.0",
|
|
55
55
|
"qrcode": "^1.5.4",
|
|
56
56
|
"remeda": "^2.21.0",
|
|
57
|
-
"trpc-nuxt": "^0.
|
|
57
|
+
"trpc-nuxt": "^1.0.4",
|
|
58
58
|
"typescript": "^5.7.2",
|
|
59
59
|
"vue": "^3.5.13",
|
|
60
60
|
"vue-codemirror6": "^1.3.8",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"@highstate/backend": "^0.4.5",
|
|
69
69
|
"@highstate/contract": "^0.4.5"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "e177535015e0fa3c74ae8ddc0bc6d31b191d2c54"
|
|
72
72
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{u as P,d as B,r as q,a as N,o as I,b as U,c as T,e as H,f as V,h as A,g as L,p as F,i as z,j as x,k as O,l as M,m as D,n as $,w as W,q as G,s as K,_ as Q,t as J,v as X,x as S,y as C,z as Y,A as Z,B as ee}from"./u3nCRAjk.js";import{u as te}from"./DToExo9V.js";async function E(t,n=P()){const{path:f,matched:h}=n.resolve(t);if(!h.length||(n._routePreloaded||(n._routePreloaded=new Set),n._routePreloaded.has(f)))return;const v=n._preloadPromises=n._preloadPromises||[];if(v.length>4)return Promise.all(v).then(()=>E(t,n));n._routePreloaded.add(f);const e=h.map(r=>{var u;return(u=r.components)==null?void 0:u.default}).filter(r=>typeof r=="function");for(const r of e){const u=Promise.resolve(r()).catch(()=>{}).finally(()=>v.splice(v.indexOf(u)));v.push(u)}await Promise.all(v)}const ne=(...t)=>t.find(n=>n!==void 0);function re(t){const n=t.componentName||"NuxtLink";function f(e){return typeof e=="string"&&e.startsWith("#")}function h(e,r){if(!e||t.trailingSlash!=="append"&&t.trailingSlash!=="remove")return e;if(typeof e=="string")return j(e,t.trailingSlash);const u="path"in e&&e.path!==void 0?e.path:r(e).path;return{...e,name:void 0,path:j(u,t.trailingSlash)}}function v(e){const r=P(),u=D(),s=x(()=>!!e.target&&e.target!=="_self"),p=x(()=>{const d=e.to||e.href||"";return typeof d=="string"&&O(d,{acceptRelative:!0})}),k=L("RouterLink"),b=k&&typeof k!="string"?k.useLink:void 0,m=x(()=>{if(e.external)return!0;const d=e.to||e.href||"";return typeof d=="object"?!1:d===""||p.value}),a=x(()=>{const d=e.to||e.href||"";return m.value?d:h(d,r.resolve)}),c=m.value||b==null?void 0:b({...e,to:a}),y=x(()=>{var d;if(!a.value||p.value||f(a.value))return a.value;if(m.value){const w=typeof a.value=="object"&&"path"in a.value?z(a.value):a.value,_=typeof w=="object"?r.resolve(w).href:w;return h(_,r.resolve)}return typeof a.value=="object"?((d=r.resolve(a.value))==null?void 0:d.href)??null:h(M(u.app.baseURL,a.value),r.resolve)});return{to:a,hasTarget:s,isAbsoluteUrl:p,isExternal:m,href:y,isActive:(c==null?void 0:c.isActive)??x(()=>a.value===r.currentRoute.value.path),isExactActive:(c==null?void 0:c.isExactActive)??x(()=>a.value===r.currentRoute.value.path),route:(c==null?void 0:c.route)??x(()=>r.resolve(a.value)),async navigate(){await $(y.value,{replace:e.replace,external:m.value||s.value})}}}return B({name:n,props:{to:{type:[String,Object],default:void 0,required:!1},href:{type:[String,Object],default:void 0,required:!1},target:{type:String,default:void 0,required:!1},rel:{type:String,default:void 0,required:!1},noRel:{type:Boolean,default:void 0,required:!1},prefetch:{type:Boolean,default:void 0,required:!1},prefetchOn:{type:[String,Object],default:void 0,required:!1},noPrefetch:{type:Boolean,default:void 0,required:!1},activeClass:{type:String,default:void 0,required:!1},exactActiveClass:{type:String,default:void 0,required:!1},prefetchedClass:{type:String,default:void 0,required:!1},replace:{type:Boolean,default:void 0,required:!1},ariaCurrentValue:{type:String,default:void 0,required:!1},external:{type:Boolean,default:void 0,required:!1},custom:{type:Boolean,default:void 0,required:!1}},useLink:v,setup(e,{slots:r}){const u=P(),{to:s,href:p,navigate:k,isExternal:b,hasTarget:m,isAbsoluteUrl:a}=v(e),c=q(!1),y=q(null),d=o=>{var l;y.value=e.custom?(l=o==null?void 0:o.$el)==null?void 0:l.nextElementSibling:o==null?void 0:o.$el};function w(o){var l,i;return!c.value&&(typeof e.prefetchOn=="string"?e.prefetchOn===o:((l=e.prefetchOn)==null?void 0:l[o])??((i=t.prefetchOn)==null?void 0:i[o]))&&(e.prefetch??t.prefetch)!==!1&&e.noPrefetch!==!0&&e.target!=="_blank"&&!se()}async function _(o=N()){if(c.value)return;c.value=!0;const l=typeof s.value=="string"?s.value:b.value?z(s.value):u.resolve(s.value).fullPath,i=b.value?new URL(l,window.location.href).href:l;await Promise.all([o.hooks.callHook("link:prefetch",i).catch(()=>{}),!b.value&&!m.value&&E(s.value,u).catch(()=>{})])}if(w("visibility")){const o=N();let l,i=null;I(()=>{const g=oe();U(()=>{l=T(()=>{var R;(R=y==null?void 0:y.value)!=null&&R.tagName&&(i=g.observe(y.value,async()=>{i==null||i(),i=null,await _(o)}))})})}),H(()=>{l&&V(l),i==null||i(),i=null})}return()=>{var i;if(!b.value&&!m.value&&!f(s.value)){const g={ref:d,to:s.value,activeClass:e.activeClass||t.activeClass,exactActiveClass:e.exactActiveClass||t.exactActiveClass,replace:e.replace,ariaCurrentValue:e.ariaCurrentValue,custom:e.custom};return e.custom||(w("interaction")&&(g.onPointerenter=_.bind(null,void 0),g.onFocus=_.bind(null,void 0)),c.value&&(g.class=e.prefetchedClass||t.prefetchedClass),g.rel=e.rel||void 0),A(L("RouterLink"),g,r.default)}const o=e.target||null,l=ne(e.noRel?"":e.rel,t.externalRelAttribute,a.value||m.value?"noopener noreferrer":"")||null;return e.custom?r.default?r.default({href:p.value,navigate:k,prefetch:_,get route(){if(!p.value)return;const g=new URL(p.value,window.location.href);return{path:g.pathname,fullPath:g.pathname,get query(){return F(g.search)},hash:g.hash,params:{},name:void 0,matched:[],redirectedFrom:void 0,meta:{},href:p.value}},rel:l,target:o,isExternal:b.value||m.value,isActive:!1,isExactActive:!1}):null:A("a",{ref:y,href:p.value||null,rel:l,target:o},(i=r.default)==null?void 0:i.call(r))}}})}const ae=re(K);function j(t,n){const f=n==="append"?W:G;return O(t)&&!t.startsWith("http")?t:f(t,!0)}function oe(){const t=N();if(t._observer)return t._observer;let n=null;const f=new Map,h=(e,r)=>(n||(n=new IntersectionObserver(u=>{for(const s of u){const p=f.get(s.target);(s.isIntersecting||s.intersectionRatio>0)&&p&&p()}})),f.set(e,r),n.observe(e),()=>{f.delete(e),n==null||n.unobserve(e),f.size===0&&(n==null||n.disconnect(),n=null)});return t._observer={observe:h}}const ie=/2g/;function se(){const t=navigator.connection;return!!(t&&(t.saveData||ie.test(t.effectiveType)))}const le={class:"antialiased bg-white dark:bg-black dark:text-white font-sans grid min-h-screen overflow-hidden place-content-center text-black"},ue={class:"max-w-520px text-center z-20"},ce=["textContent"],fe=["textContent"],de={class:"flex items-center justify-center w-full"},he={__name:"error-404",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:404},statusMessage:{type:String,default:"Not Found"},description:{type:String,default:"Sorry, the page you are looking for could not be found."},backHome:{type:String,default:"Go back home"}},setup(t){const n=t;return te({title:`${n.statusCode} - ${n.statusMessage} | ${n.appName}`,script:[{children:`!function(){const e=document.createElement("link").relList;if(!(e&&e.supports&&e.supports("modulepreload"))){for(const e of document.querySelectorAll('link[rel="modulepreload"]'))r(e);new MutationObserver((e=>{for(const o of e)if("childList"===o.type)for(const e of o.addedNodes)"LINK"===e.tagName&&"modulepreload"===e.rel&&r(e)})).observe(document,{childList:!0,subtree:!0})}function r(e){if(e.ep)return;e.ep=!0;const r=function(e){const r={};return e.integrity&&(r.integrity=e.integrity),e.referrerPolicy&&(r.referrerPolicy=e.referrerPolicy),"use-credentials"===e.crossOrigin?r.credentials="include":"anonymous"===e.crossOrigin?r.credentials="omit":r.credentials="same-origin",r}(e);fetch(e.href,r)}}();`}],style:[{children:'*,:after,:before{border-color:var(--un-default-border-color,#e5e7eb);border-style:solid;border-width:0;box-sizing:border-box}:after,:before{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}h1{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}h1,p{margin:0}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }'}]}),(f,h)=>{const v=ae;return X(),J("div",le,[h[0]||(h[0]=S("div",{class:"fixed left-0 right-0 spotlight z-10"},null,-1)),S("div",ue,[S("h1",{class:"font-medium mb-8 sm:text-10xl text-8xl",textContent:C(t.statusCode)},null,8,ce),S("p",{class:"font-light leading-tight mb-16 px-8 sm:px-0 sm:text-4xl text-xl",textContent:C(t.description)},null,8,fe),S("div",de,[Y(v,{to:"/",class:"cursor-pointer gradient-border px-4 py-2 sm:px-6 sm:py-3 sm:text-xl text-md"},{default:Z(()=>[ee(C(t.backHome),1)]),_:1})])])])}}},ge=Q(he,[["__scopeId","data-v-460438a1"]]);export{ge as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{C as o,r as u,D as f,E as d,F as v,e as l,G as i,H as h,I as m}from"./u3nCRAjk.js";function U(t,a={}){const e=a.head||o();if(e)return e.ssr?e.push(t,a):p(e,t,a)}function p(t,a,e={}){const s=u(!1),n=u({});f(()=>{n.value=s.value?{}:d(a)});const r=t.push(n.value,e);return v(n,c=>{r.patch(c)}),m()&&(l(()=>{r.dispose()}),i(()=>{s.value=!0}),h(()=>{s.value=!1})),r}export{U as u};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"f64fe243-c5f1-4f5e-a593-05cf555884c2","timestamp":1742031185076,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
|