nuxt-schema-org 3.4.7 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -18
- package/dist/client/200.html +7 -7
- package/dist/client/404.html +7 -7
- package/dist/client/_nuxt/{CYeJxAoo.js → Bm59UW0t.js} +2 -2
- package/dist/client/_nuxt/{Ccj7jqad.js → DmmnkimP.js} +1 -1
- package/dist/client/_nuxt/{CpNhRwCG.js → Dyx3h7ta.js} +1 -1
- package/dist/client/_nuxt/builds/latest.json +1 -1
- package/dist/client/_nuxt/builds/meta/76508af3-eef1-484d-9e1e-67d2e1b9da9f.json +1 -0
- package/dist/client/_nuxt/error-404.O0-zGLt6.css +1 -0
- package/dist/client/_nuxt/error-500.qQHJY5DZ.css +1 -0
- package/dist/client/index.html +7 -7
- package/dist/module.d.mts +2 -2
- package/dist/module.d.ts +2 -2
- package/dist/module.json +1 -1
- package/dist/module.mjs +11 -8
- package/dist/runtime/app/utils/shared.js +4 -4
- package/dist/runtime/server/plugins/nuxt-content.d.ts +2 -0
- package/dist/runtime/server/plugins/nuxt-content.js +37 -0
- package/dist/runtime/server/utils/config.js +1 -1
- package/dist/schema.d.mts +1 -0
- package/dist/schema.d.ts +1 -0
- package/dist/schema.mjs +1 -0
- package/package.json +11 -5
- package/schema.d.ts +1 -0
- package/dist/client/_nuxt/builds/meta/69604b9b-c220-45fb-b94c-5b377e3a8555.json +0 -1
- package/dist/client/_nuxt/error-404.fx_5-qn-.css +0 -1
- package/dist/client/_nuxt/error-500.dWWWhQqD.css +0 -1
package/README.md
CHANGED
|
@@ -1,26 +1,19 @@
|
|
|
1
|
-
<h1
|
|
1
|
+
<h1>nuxt-schema-org</h1>
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
<a href="https://www.npmjs.com/package/nuxt-schema-org" target="__blank"><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/nuxt-schema-org?flat&colorA=002438&colorB=28CF8D"></a>
|
|
8
|
-
<a href="https://github.com/harlan-zw/nuxt-schema-org" target="__blank"><img alt="GitHub stars" src="https://img.shields.io/github/stars/harlan-zw/nuxt-schema-org?flat&colorA=002438&colorB=28CF8D"></a>
|
|
9
|
-
</p>
|
|
3
|
+
[![npm version][npm-version-src]][npm-version-href]
|
|
4
|
+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
5
|
+
[![License][license-src]][license-href]
|
|
6
|
+
[![Nuxt][nuxt-src]][nuxt-href]
|
|
10
7
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
8
|
+
Nuxt Schema.org lets you generate Schema.org graphs which can help your site appear with rich search results.
|
|
9
|
+
|
|
10
|
+
New to Schema.org or SEO? Check out the [Schema.org](https://nuxtseo.com/learn/mastering-meta/schema-org) guide to learn more about why you might want to use this module.
|
|
14
11
|
|
|
15
12
|
<p align="center">
|
|
16
13
|
<table>
|
|
17
14
|
<tbody>
|
|
18
15
|
<td align="center">
|
|
19
|
-
<img width="800" height="0" /><br>
|
|
20
|
-
<i>Status:</i> <a href="https://github.com/harlan-zw/nuxt-schema-org/releases/tag/v3.4.0">v3.4 Released - I18n & Robots Integrations</a></b> <br>
|
|
21
|
-
<sup> Please report any issues 🐛</sup><br>
|
|
22
16
|
<sub>Made possible by my <a href="https://github.com/sponsors/harlan-zw">Sponsor Program 💖</a><br> Follow me <a href="https://twitter.com/harlan_zw">@harlan_zw</a> 🐦 • Join <a href="https://discord.gg/275MBUBvgP">Discord</a> for help</sub><br>
|
|
23
|
-
<img width="800" height="0" />
|
|
24
17
|
</td>
|
|
25
18
|
</tbody>
|
|
26
19
|
</table>
|
|
@@ -42,11 +35,13 @@ Install `nuxt-schema-org` dependency to your project:
|
|
|
42
35
|
npx nuxi@latest module add schema-org
|
|
43
36
|
```
|
|
44
37
|
|
|
45
|
-
|
|
38
|
+
💡 Need a complete SEO solution for Nuxt? Check out [Nuxt SEO](https://nuxtseo.com).
|
|
39
|
+
|
|
40
|
+
## Documentation
|
|
46
41
|
|
|
47
42
|
[📖 Read the full documentation](https://nuxtseo.com/schema-org) for more information.
|
|
48
43
|
|
|
49
|
-
|
|
44
|
+
## Demos
|
|
50
45
|
|
|
51
46
|
- [Nuxt Schema.org - StackBlitz](https://stackblitz.com/edit/nuxt-starter-z9np1t?file=package.json)
|
|
52
47
|
|
|
@@ -60,4 +55,17 @@ npx nuxi@latest module add schema-org
|
|
|
60
55
|
|
|
61
56
|
## License
|
|
62
57
|
|
|
63
|
-
|
|
58
|
+
Licensed under the [MIT license](https://github.com/harlan-zw/nuxt-schema-org/blob/main/LICENSE.md).
|
|
59
|
+
|
|
60
|
+
<!-- Badges -->
|
|
61
|
+
[npm-version-src]: https://img.shields.io/npm/v/nuxt-schema-org/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
62
|
+
[npm-version-href]: https://npmjs.com/package/nuxt-schema-org
|
|
63
|
+
|
|
64
|
+
[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-schema-org.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
65
|
+
[npm-downloads-href]: https://npmjs.com/package/nuxt-schema-org
|
|
66
|
+
|
|
67
|
+
[license-src]: https://img.shields.io/github/license/harlan-zw/nuxt-schema-org.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
68
|
+
[license-href]: https://github.com/harlan-zw/nuxt-schema-org/blob/main/LICENSE.md
|
|
69
|
+
|
|
70
|
+
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
|
|
71
|
+
[nuxt-href]: https://nuxt.com
|
package/dist/client/200.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!DOCTYPE html><html data-capo=""><head><meta charset="utf-8">
|
|
2
2
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
3
3
|
<link rel="stylesheet" href="/__nuxt-schema-org/_nuxt/entry.Cc8gWLj6.css" crossorigin>
|
|
4
|
-
<link rel="modulepreload" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/
|
|
4
|
+
<link rel="modulepreload" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/Bm59UW0t.js">
|
|
5
5
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/BwpQXVS2.js">
|
|
6
6
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/Ci-La1BS.js">
|
|
7
7
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/DOAn35dn.js">
|
|
@@ -271,9 +271,9 @@
|
|
|
271
271
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/D0r3Knsf.js">
|
|
272
272
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/CVO1_9PV.js">
|
|
273
273
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/CG6Dc4jp.js">
|
|
274
|
-
<link rel="prefetch" as="style" crossorigin href="/__nuxt-schema-org/_nuxt/error-404.
|
|
275
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/
|
|
276
|
-
<link rel="prefetch" as="style" crossorigin href="/__nuxt-schema-org/_nuxt/error-500.
|
|
277
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/
|
|
278
|
-
<script type="module" src="/__nuxt-schema-org/_nuxt/
|
|
279
|
-
<script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-schema-org",buildId:"
|
|
274
|
+
<link rel="prefetch" as="style" crossorigin href="/__nuxt-schema-org/_nuxt/error-404.O0-zGLt6.css">
|
|
275
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/Dyx3h7ta.js">
|
|
276
|
+
<link rel="prefetch" as="style" crossorigin href="/__nuxt-schema-org/_nuxt/error-500.qQHJY5DZ.css">
|
|
277
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/DmmnkimP.js">
|
|
278
|
+
<script type="module" src="/__nuxt-schema-org/_nuxt/Bm59UW0t.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1732463446528,false]</script>
|
|
279
|
+
<script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-schema-org",buildId:"76508af3-eef1-484d-9e1e-67d2e1b9da9f",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
|
package/dist/client/404.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!DOCTYPE html><html data-capo=""><head><meta charset="utf-8">
|
|
2
2
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
3
3
|
<link rel="stylesheet" href="/__nuxt-schema-org/_nuxt/entry.Cc8gWLj6.css" crossorigin>
|
|
4
|
-
<link rel="modulepreload" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/
|
|
4
|
+
<link rel="modulepreload" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/Bm59UW0t.js">
|
|
5
5
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/BwpQXVS2.js">
|
|
6
6
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/Ci-La1BS.js">
|
|
7
7
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/DOAn35dn.js">
|
|
@@ -271,9 +271,9 @@
|
|
|
271
271
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/D0r3Knsf.js">
|
|
272
272
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/CVO1_9PV.js">
|
|
273
273
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/CG6Dc4jp.js">
|
|
274
|
-
<link rel="prefetch" as="style" crossorigin href="/__nuxt-schema-org/_nuxt/error-404.
|
|
275
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/
|
|
276
|
-
<link rel="prefetch" as="style" crossorigin href="/__nuxt-schema-org/_nuxt/error-500.
|
|
277
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/
|
|
278
|
-
<script type="module" src="/__nuxt-schema-org/_nuxt/
|
|
279
|
-
<script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-schema-org",buildId:"
|
|
274
|
+
<link rel="prefetch" as="style" crossorigin href="/__nuxt-schema-org/_nuxt/error-404.O0-zGLt6.css">
|
|
275
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/Dyx3h7ta.js">
|
|
276
|
+
<link rel="prefetch" as="style" crossorigin href="/__nuxt-schema-org/_nuxt/error-500.qQHJY5DZ.css">
|
|
277
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/DmmnkimP.js">
|
|
278
|
+
<script type="module" src="/__nuxt-schema-org/_nuxt/Bm59UW0t.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1732463446528,false]</script>
|
|
279
|
+
<script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-schema-org",buildId:"76508af3-eef1-484d-9e1e-67d2e1b9da9f",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./B1rsb5QC.js","./dwbxrGt_.js","./DNgb01dh.js","./u4bm_LMz.js","./gOa3Yz9U.js","./eACALr6E.js","./CyEc264g.js","./CkqQx3Va.js","./BN40hmum.js","./DWmkr0yC.js","./vocl-2a6.js","./CVESyXxo.js","./DmF4-xLG.js","./Bmb0A568.js","./D8nBeWSR.js","./BA1ndEPy.js","./Cv3cJnDV.js","./CcPoRNJz.js","./DoiKbUTj.js","./CbUnruJU.js","./BhsLqr-4.js","./W2lx4xae.js","./HNM5thJl.js","./Bv_sPlCv.js","./FMvz1E70.js","./DhqJCFIX.js","./BzAMEn9Z.js","./5Vw9JATd.js","./DhG9BCpW.js","./BKbjiiqg.js","./IqKf4WGj.js","./B3Z_eaxm.js","./BaLI2h1d.js","./CNXuF1yM.js","./0qbUsQ6_.js","./BSHf-0eb.js","./Cmhojp3q.js","./BSPpinrx.js","./Dnfm4U7b.js","./s1PdnzAn.js","./BhC5s0V7.js","./DvA-6Bhw.js","./ClV7KpCc.js","./CM4fc1WH.js","./DqpEK-75.js","./CeZwWGti.js","./BbalPOsb.js","./BYqZ7etr.js","./CIiI48o2.js","./DRhUEtVu.js","./L9-HYnaW.js","./BgqZeg96.js","./BoZcIFWd.js","./BCawSwWi.js","./CK7S-5jS.js","./DUdzsfxe.js","./CK56Z9cH.js","./Cqv5JV-q.js","./DFW6HATB.js","./BJNXdUBN.js","./Cm25um3E.js","./CodIOJDM.js","./Dk1rBueR.js","./CLXkKSjS.js","./BjXeLqNd.js","./CuIYtGag.js","./D2O4HAMr.js","./CI15r38m.js","./i22b9gbM.js","./xfgw03QH.js","./KUYRHWK4.js","./D7v6OrNy.js","./CnsmiicP.js","./DbXoA79R.js","./i5HCB2tm.js","./bGS5FTDY.js","./DkpUthgY.js","./BTbGKmhu.js","./CY2R9RuK.js","./8Uu6eIa-.js","./C0hdQUNN.js","./-ALZ4IvE.js","./JJNjxVar.js","./Csvi84BS.js","./Cv7ZOjGq.js","./Db-JQHi3.js","./CWJejSyX.js","./CBzZD_Xh.js","./CKfqYE_r.js","./Bnbw1zOw.js","./
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./B1rsb5QC.js","./dwbxrGt_.js","./DNgb01dh.js","./u4bm_LMz.js","./gOa3Yz9U.js","./eACALr6E.js","./CyEc264g.js","./CkqQx3Va.js","./BN40hmum.js","./DWmkr0yC.js","./vocl-2a6.js","./CVESyXxo.js","./DmF4-xLG.js","./Bmb0A568.js","./D8nBeWSR.js","./BA1ndEPy.js","./Cv3cJnDV.js","./CcPoRNJz.js","./DoiKbUTj.js","./CbUnruJU.js","./BhsLqr-4.js","./W2lx4xae.js","./HNM5thJl.js","./Bv_sPlCv.js","./FMvz1E70.js","./DhqJCFIX.js","./BzAMEn9Z.js","./5Vw9JATd.js","./DhG9BCpW.js","./BKbjiiqg.js","./IqKf4WGj.js","./B3Z_eaxm.js","./BaLI2h1d.js","./CNXuF1yM.js","./0qbUsQ6_.js","./BSHf-0eb.js","./Cmhojp3q.js","./BSPpinrx.js","./Dnfm4U7b.js","./s1PdnzAn.js","./BhC5s0V7.js","./DvA-6Bhw.js","./ClV7KpCc.js","./CM4fc1WH.js","./DqpEK-75.js","./CeZwWGti.js","./BbalPOsb.js","./BYqZ7etr.js","./CIiI48o2.js","./DRhUEtVu.js","./L9-HYnaW.js","./BgqZeg96.js","./BoZcIFWd.js","./BCawSwWi.js","./CK7S-5jS.js","./DUdzsfxe.js","./CK56Z9cH.js","./Cqv5JV-q.js","./DFW6HATB.js","./BJNXdUBN.js","./Cm25um3E.js","./CodIOJDM.js","./Dk1rBueR.js","./CLXkKSjS.js","./BjXeLqNd.js","./CuIYtGag.js","./D2O4HAMr.js","./CI15r38m.js","./i22b9gbM.js","./xfgw03QH.js","./KUYRHWK4.js","./D7v6OrNy.js","./CnsmiicP.js","./DbXoA79R.js","./i5HCB2tm.js","./bGS5FTDY.js","./DkpUthgY.js","./BTbGKmhu.js","./CY2R9RuK.js","./8Uu6eIa-.js","./C0hdQUNN.js","./-ALZ4IvE.js","./JJNjxVar.js","./Csvi84BS.js","./Cv7ZOjGq.js","./Db-JQHi3.js","./CWJejSyX.js","./CBzZD_Xh.js","./CKfqYE_r.js","./Bnbw1zOw.js","./Dyx3h7ta.js","./error-404.O0-zGLt6.css","./DmmnkimP.js","./error-500.qQHJY5DZ.css"])))=>i.map(i=>d[i]);
|
|
2
2
|
var Cd=Object.defineProperty;var Pd=(e,t,n)=>t in e?Cd(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var be=(e,t,n)=>Pd(e,typeof t!="symbol"?t+"":t,n);/**
|
|
3
3
|
* @vue/shared v3.5.13
|
|
4
4
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
@@ -29,4 +29,4 @@ var Cd=Object.defineProperty;var Pd=(e,t,n)=>t in e?Cd(e,t,{enumerable:!0,config
|
|
|
29
29
|
\f\r "&'<=>\``.split("")]],single:[["&'".split(""),"\"&'`".split("")],["\0&'".split(""),"\0\"&'`".split("")]],double:[['"&'.split(""),"\"&'`".split("")],['\0"&'.split(""),"\0\"&'`".split("")]]};function Rb(e,t,n,r){const o=r.schema,i=o.space==="svg"?!1:r.settings.omitOptionalTags;let s=o.space==="svg"?r.settings.closeEmptyElements:r.settings.voids.includes(e.tagName.toLowerCase());const a=[];let l;o.space==="html"&&e.tagName==="svg"&&(r.schema=id);const c=Ab(r,e.properties),u=r.all(o.space==="html"&&e.tagName==="template"?e.content:e);return r.schema=o,u&&(s=!1),(c||!i||!wb(e,t,n))&&(a.push("<",e.tagName,c?" "+c:""),s&&(o.space==="svg"||r.settings.closeSelfClosing)&&(l=c.charAt(c.length-1),(!r.settings.tightSelfClosing||l==="/"||l&&l!=='"'&&l!=="'")&&a.push(" "),a.push("/")),a.push(">")),a.push(u),!s&&(!i||!la(e,t,n))&&a.push("</"+e.tagName+">"),a.join("")}function Ab(e,t){const n=[];let r=-1,o;if(t){for(o in t)if(t[o]!==null&&t[o]!==void 0){const i=xb(e,o,t[o]);i&&n.push(i)}}for(;++r<n.length;){const i=e.settings.tightAttributes?n[r].charAt(n[r].length-1):void 0;r!==n.length-1&&i!=='"'&&i!=="'"&&(n[r]+=" ")}return n.join("")}function xb(e,t,n){const r=kv(e.schema,t),o=e.settings.allowParseErrors&&e.schema.space==="html"?0:1,i=e.settings.allowDangerousCharacters?0:1;let s=e.quote,a;if(r.overloadedBoolean&&(n===r.attribute||n==="")?n=!0:(r.boolean||r.overloadedBoolean&&typeof n!="string")&&(n=!!n),n==null||n===!1||typeof n=="number"&&Number.isNaN(n))return"";const l=kn(r.attribute,Object.assign({},e.settings.characterReferences,{subset:Ur.name[o][i]}));return n===!0||(n=Array.isArray(n)?(r.commaSeparated?ob:ib)(n,{padLeft:!e.settings.tightCommaSeparatedLists}):String(n),e.settings.collapseEmptyAttributes&&!n)?l:(e.settings.preferUnquoted&&(a=kn(n,Object.assign({},e.settings.characterReferences,{attribute:!0,subset:Ur.unquoted[o][i]}))),a!==n&&(e.settings.quoteSmart&&ql(n,s)>ql(n,e.alternative)&&(s=e.alternative),a=s+kn(n,Object.assign({},e.settings.characterReferences,{subset:(s==="'"?Ur.single:Ur.double)[o][i],attribute:!0}))+s),l+(a&&"="+a))}const Lb=["<","&"];function ud(e,t,n,r){return n&&n.type==="element"&&(n.tagName==="script"||n.tagName==="style")?e.value:kn(e.value,Object.assign({},r.settings.characterReferences,{subset:Lb}))}function Ob(e,t,n,r){return r.settings.allowDangerousHtml?e.value:ud(e,t,n,r)}function kb(e,t,n,r){return r.all(e)}const Ib=$v("type",{invalid:Db,unknown:Nb,handlers:{comment:nb,doctype:rb,element:Rb,raw:Ob,root:kb,text:ud}});function Db(e){throw new Error("Expected node, not `"+e+"`")}function Nb(e){const t=e;throw new Error("Cannot compile unknown node `"+t.type+"`")}const $b={},Mb={},Hb=[];function Vb(e,t){const n=$b,r=n.quote||'"',o=r==='"'?"'":'"';if(r!=='"'&&r!=="'")throw new Error("Invalid quote `"+r+"`, expected `'` or `\"`");return{one:Bb,all:jb,settings:{omitOptionalTags:n.omitOptionalTags||!1,allowParseErrors:n.allowParseErrors||!1,allowDangerousCharacters:n.allowDangerousCharacters||!1,quoteSmart:n.quoteSmart||!1,preferUnquoted:n.preferUnquoted||!1,tightAttributes:n.tightAttributes||!1,upperDoctype:n.upperDoctype||!1,tightDoctype:n.tightDoctype||!1,bogusComments:n.bogusComments||!1,tightCommaSeparatedLists:n.tightCommaSeparatedLists||!1,tightSelfClosing:n.tightSelfClosing||!1,collapseEmptyAttributes:n.collapseEmptyAttributes||!1,allowDangerousHtml:n.allowDangerousHtml||!1,voids:n.voids||Cv,characterReferences:n.characterReferences||Mb,closeSelfClosing:n.closeSelfClosing||!1,closeEmptyElements:n.closeEmptyElements||!1},schema:n.space==="svg"?id:Nv,quote:r,alternative:o}.one(Array.isArray(e)?{type:"root",children:e}:e,void 0,void 0)}function Bb(e,t,n){return Ib(e,t,n,this)}function jb(e){const t=[],n=e&&e.children||Hb;let r=-1;for(;++r<n.length;)t[r]=this.one(n[r],r,e);return t.join("")}function Fb(e){return Array.isArray(e)?e:[e]}function ii(e,t=!1){var i;const n=e.split(/(\r?\n)/g);let r=0;const o=[];for(let s=0;s<n.length;s+=2){const a=t?n[s]+(n[s+1]||""):n[s];o.push([a,r]),r+=n[s].length,r+=((i=n[s+1])==null?void 0:i.length)||0}return o}function ca(e){return!e||["plaintext","txt","text","plain"].includes(e)}function fd(e){return e==="ansi"||ca(e)}function ua(e){return e==="none"}function dd(e){return ua(e)}function pd(e,t){var n;if(!t)return e;e.properties||(e.properties={}),(n=e.properties).class||(n.class=[]),typeof e.properties.class=="string"&&(e.properties.class=e.properties.class.split(/\s+/g)),Array.isArray(e.properties.class)||(e.properties.class=[]);const r=Array.isArray(t)?t:t.split(/\s+/g);for(const o of r)o&&!e.properties.class.includes(o)&&e.properties.class.push(o);return e}function Ub(e,t){let n=0;const r=[];for(const o of t)o>n&&r.push({...e,content:e.content.slice(n,o),offset:e.offset+n}),n=o;return n<e.content.length&&r.push({...e,content:e.content.slice(n),offset:e.offset+n}),r}function Wb(e,t){const n=Array.from(t instanceof Set?t:new Set(t)).sort((r,o)=>r-o);return n.length?e.map(r=>r.flatMap(o=>{const i=n.filter(s=>o.offset<s&&s<o.offset+o.content.length).map(s=>s-o.offset).sort((s,a)=>s-a);return i.length?Ub(o,i):o})):e}async function hd(e){return Promise.resolve(typeof e=="function"?e():e).then(t=>t.default||t)}function Oo(e,t){const n=typeof e=="string"?{}:{...e.colorReplacements},r=typeof e=="string"?e:e.name;for(const[o,i]of Object.entries((t==null?void 0:t.colorReplacements)||{}))typeof i=="string"?n[o]=i:o===r&&Object.assign(n,i);return n}function nn(e,t){return e&&((t==null?void 0:t[e==null?void 0:e.toLowerCase()])||e)}function md(e){const t={};return e.color&&(t.color=e.color),e.bgColor&&(t["background-color"]=e.bgColor),e.fontStyle&&(e.fontStyle&Rt.Italic&&(t["font-style"]="italic"),e.fontStyle&Rt.Bold&&(t["font-weight"]="bold"),e.fontStyle&Rt.Underline&&(t["text-decoration"]="underline")),t}function Gb(e){return typeof e=="string"?e:Object.entries(e).map(([t,n])=>`${t}:${n}`).join(";")}function zb(e){const t=ii(e,!0).map(([o])=>o);function n(o){if(o===e.length)return{line:t.length-1,character:t[t.length-1].length};let i=o,s=0;for(const a of t){if(i<a.length)break;i-=a.length,s++}return{line:s,character:i}}function r(o,i){let s=0;for(let a=0;a<o;a++)s+=t[a].length;return s+=i,s}return{lines:t,indexToPos:n,posToIndex:r}}class Be extends Error{constructor(t){super(t),this.name="ShikiError"}}var qb=Object.defineProperty,Kb=(e,t,n)=>t in e?qb(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Yl=(e,t,n)=>(Kb(e,typeof t!="symbol"?t+"":t,n),n);const gd=new WeakMap;function si(e,t){gd.set(e,t)}function br(e){return gd.get(e)}class Fn{constructor(...t){if(Yl(this,"_stacks",{}),Yl(this,"lang"),t.length===2){const[n,r]=t;this.lang=r,this._stacks=n}else{const[n,r,o]=t;this.lang=r,this._stacks={[o]:n}}}get themes(){return Object.keys(this._stacks)}get theme(){return this.themes[0]}get _stack(){return this._stacks[this.theme]}static initial(t,n){return new Fn(Object.fromEntries(Fb(n).map(r=>[r,ws])),t)}getInternalStack(t=this.theme){return this._stacks[t]}get scopes(){return Ql(this._stacks[this.theme])}getScopes(t=this.theme){return Ql(this._stacks[t])}toJSON(){return{lang:this.lang,theme:this.theme,themes:this.themes,scopes:this.scopes}}}function Ql(e){const t=[],n=new Set;function r(o){var s;if(n.has(o))return;n.add(o);const i=(s=o==null?void 0:o.nameScopesList)==null?void 0:s.scopeName;i&&t.push(i),o.parent&&r(o.parent)}return r(e),t}function Jb(e,t){if(!(e instanceof Fn))throw new Be("Invalid grammar state");return e.getInternalStack(t)}function Xb(){const e=new WeakMap;function t(n){if(!e.has(n.meta)){let r=function(s){if(typeof s=="number"){if(s<0||s>n.source.length)throw new Be(`Invalid decoration offset: ${s}. Code length: ${n.source.length}`);return{...o.indexToPos(s),offset:s}}else{const a=o.lines[s.line];if(a===void 0)throw new Be(`Invalid decoration position ${JSON.stringify(s)}. Lines length: ${o.lines.length}`);if(s.character<0||s.character>a.length)throw new Be(`Invalid decoration position ${JSON.stringify(s)}. Line ${s.line} length: ${a.length}`);return{...s,offset:o.posToIndex(s.line,s.character)}}};const o=zb(n.source),i=(n.options.decorations||[]).map(s=>({...s,start:r(s.start),end:r(s.end)}));Yb(i),e.set(n.meta,{decorations:i,converter:o,source:n.source})}return e.get(n.meta)}return{name:"shiki:decorations",tokens(n){var s;if(!((s=this.options.decorations)!=null&&s.length))return;const o=t(this).decorations.flatMap(a=>[a.start.offset,a.end.offset]);return Wb(n,o)},code(n){var u;if(!((u=this.options.decorations)!=null&&u.length))return;const r=t(this),o=Array.from(n.children).filter(f=>f.type==="element"&&f.tagName==="span");if(o.length!==r.converter.lines.length)throw new Be(`Number of lines in code element (${o.length}) does not match the number of lines in the source (${r.converter.lines.length}). Failed to apply decorations.`);function i(f,p,d,h){const _=o[f];let v="",w=-1,T=-1;if(p===0&&(w=0),d===0&&(T=0),d===Number.POSITIVE_INFINITY&&(T=_.children.length),w===-1||T===-1)for(let b=0;b<_.children.length;b++)v+=_d(_.children[b]),w===-1&&v.length===p&&(w=b+1),T===-1&&v.length===d&&(T=b+1);if(w===-1)throw new Be(`Failed to find start index for decoration ${JSON.stringify(h.start)}`);if(T===-1)throw new Be(`Failed to find end index for decoration ${JSON.stringify(h.end)}`);const m=_.children.slice(w,T);if(!h.alwaysWrap&&m.length===_.children.length)a(_,h,"line");else if(!h.alwaysWrap&&m.length===1&&m[0].type==="element")a(m[0],h,"token");else{const b={type:"element",tagName:"span",properties:{},children:m};a(b,h,"wrapper"),_.children.splice(w,m.length,b)}}function s(f,p){o[f]=a(o[f],p,"line")}function a(f,p,d){var v;const h=p.properties||{},_=p.transform||(w=>w);return f.tagName=p.tagName||"span",f.properties={...f.properties,...h,class:f.properties.class},(v=p.properties)!=null&&v.class&&pd(f,p.properties.class),f=_(f,d)||f,f}const l=[],c=r.decorations.sort((f,p)=>p.start.offset-f.start.offset);for(const f of c){const{start:p,end:d}=f;if(p.line===d.line)i(p.line,p.character,d.character,f);else if(p.line<d.line){i(p.line,p.character,Number.POSITIVE_INFINITY,f);for(let h=p.line+1;h<d.line;h++)l.unshift(()=>s(h,f));i(d.line,0,d.character,f)}}l.forEach(f=>f())}}}function Yb(e){for(let t=0;t<e.length;t++){const n=e[t];if(n.start.offset>n.end.offset)throw new Be(`Invalid decoration range: ${JSON.stringify(n.start)} - ${JSON.stringify(n.end)}`);for(let r=t+1;r<e.length;r++){const o=e[r],i=n.start.offset<o.start.offset&&o.start.offset<n.end.offset,s=n.start.offset<o.end.offset&&o.end.offset<n.end.offset,a=o.start.offset<n.start.offset&&n.start.offset<o.end.offset,l=o.start.offset<n.end.offset&&n.end.offset<o.end.offset;if(i||s||a||l){if(s&&s||a&&l)continue;throw new Be(`Decorations ${JSON.stringify(n.start)} and ${JSON.stringify(o.start)} intersect.`)}}}}function _d(e){return e.type==="text"?e.value:e.type==="element"?e.children.map(_d).join(""):""}const Qb=[Xb()];function ko(e){return[...e.transformers||[],...Qb]}var rn=["black","red","green","yellow","blue","magenta","cyan","white","brightBlack","brightRed","brightGreen","brightYellow","brightBlue","brightMagenta","brightCyan","brightWhite"],Ni={1:"bold",2:"dim",3:"italic",4:"underline",7:"reverse",9:"strikethrough"};function Zb(e,t){const n=e.indexOf("\x1B[",t);if(n!==-1){const r=e.indexOf("m",n);return{sequence:e.substring(n+2,r).split(";"),startPosition:n,position:r+1}}return{position:e.length}}function Zl(e,t){let n=1;const r=e[t+n++];let o;if(r==="2"){const i=[e[t+n++],e[t+n++],e[t+n]].map(s=>Number.parseInt(s));i.length===3&&!i.some(s=>Number.isNaN(s))&&(o={type:"rgb",rgb:i})}else if(r==="5"){const i=Number.parseInt(e[t+n]);Number.isNaN(i)||(o={type:"table",index:Number(i)})}return[n,o]}function ew(e){const t=[];for(let n=0;n<e.length;n++){const r=e[n],o=Number.parseInt(r);if(!Number.isNaN(o))if(o===0)t.push({type:"resetAll"});else if(o<=9)Ni[o]&&t.push({type:"setDecoration",value:Ni[o]});else if(o<=29){const i=Ni[o-20];i&&t.push({type:"resetDecoration",value:i})}else if(o<=37)t.push({type:"setForegroundColor",value:{type:"named",name:rn[o-30]}});else if(o===38){const[i,s]=Zl(e,n);s&&t.push({type:"setForegroundColor",value:s}),n+=i}else if(o===39)t.push({type:"resetForegroundColor"});else if(o<=47)t.push({type:"setBackgroundColor",value:{type:"named",name:rn[o-40]}});else if(o===48){const[i,s]=Zl(e,n);s&&t.push({type:"setBackgroundColor",value:s}),n+=i}else o===49?t.push({type:"resetBackgroundColor"}):o>=90&&o<=97?t.push({type:"setForegroundColor",value:{type:"named",name:rn[o-90+8]}}):o>=100&&o<=107&&t.push({type:"setBackgroundColor",value:{type:"named",name:rn[o-100+8]}})}return t}function tw(){let e=null,t=null,n=new Set;return{parse(r){const o=[];let i=0;do{const s=Zb(r,i),a=s.sequence?r.substring(i,s.startPosition):r.substring(i);if(a.length>0&&o.push({value:a,foreground:e,background:t,decorations:new Set(n)}),s.sequence){const l=ew(s.sequence);for(const c of l)c.type==="resetAll"?(e=null,t=null,n.clear()):c.type==="resetForegroundColor"?e=null:c.type==="resetBackgroundColor"?t=null:c.type==="resetDecoration"&&n.delete(c.value);for(const c of l)c.type==="setForegroundColor"?e=c.value:c.type==="setBackgroundColor"?t=c.value:c.type==="setDecoration"&&n.add(c.value)}i=s.position}while(i<r.length);return o}}}var nw={black:"#000000",red:"#bb0000",green:"#00bb00",yellow:"#bbbb00",blue:"#0000bb",magenta:"#ff00ff",cyan:"#00bbbb",white:"#eeeeee",brightBlack:"#555555",brightRed:"#ff5555",brightGreen:"#00ff00",brightYellow:"#ffff55",brightBlue:"#5555ff",brightMagenta:"#ff55ff",brightCyan:"#55ffff",brightWhite:"#ffffff"};function rw(e=nw){function t(a){return e[a]}function n(a){return`#${a.map(l=>Math.max(0,Math.min(l,255)).toString(16).padStart(2,"0")).join("")}`}let r;function o(){if(r)return r;r=[];for(let c=0;c<rn.length;c++)r.push(t(rn[c]));let a=[0,95,135,175,215,255];for(let c=0;c<6;c++)for(let u=0;u<6;u++)for(let f=0;f<6;f++)r.push(n([a[c],a[u],a[f]]));let l=8;for(let c=0;c<24;c++,l+=10)r.push(n([l,l,l]));return r}function i(a){return o()[a]}function s(a){switch(a.type){case"named":return t(a.name);case"rgb":return n(a.rgb);case"table":return i(a.index)}}return{value:s}}function ow(e,t,n){const r=Oo(e,n),o=ii(t),i=rw(Object.fromEntries(rn.map(a=>{var l;return[a,(l=e.colors)==null?void 0:l[`terminal.ansi${a[0].toUpperCase()}${a.substring(1)}`]]}))),s=tw();return o.map(a=>s.parse(a[0]).map(l=>{let c,u;l.decorations.has("reverse")?(c=l.background?i.value(l.background):e.bg,u=l.foreground?i.value(l.foreground):e.fg):(c=l.foreground?i.value(l.foreground):e.fg,u=l.background?i.value(l.background):void 0),c=nn(c,r),u=nn(u,r),l.decorations.has("dim")&&(c=iw(c));let f=Rt.None;return l.decorations.has("bold")&&(f|=Rt.Bold),l.decorations.has("italic")&&(f|=Rt.Italic),l.decorations.has("underline")&&(f|=Rt.Underline),{content:l.value,offset:a[1],color:c,bgColor:u,fontStyle:f}}))}function iw(e){const t=e.match(/#([0-9a-f]{3})([0-9a-f]{3})?([0-9a-f]{2})?/);if(t)if(t[3]){const r=Math.round(Number.parseInt(t[3],16)/2).toString(16).padStart(2,"0");return`#${t[1]}${t[2]}${r}`}else return t[2]?`#${t[1]}${t[2]}80`:`#${Array.from(t[1]).map(r=>`${r}${r}`).join("")}80`;const n=e.match(/var\((--[\w-]+-ansi-[\w-]+)\)/);return n?`var(${n[1]}-dim)`:e}function fa(e,t,n={}){const{lang:r="text",theme:o=e.getLoadedThemes()[0]}=n;if(ca(r)||ua(o))return ii(t).map(l=>[{content:l[0],offset:l[1]}]);const{theme:i,colorMap:s}=e.setTheme(o);if(r==="ansi")return ow(i,t,n);const a=e.getLanguage(r);if(n.grammarState){if(n.grammarState.lang!==a.name)throw new At(`Grammar state language "${n.grammarState.lang}" does not match highlight language "${a.name}"`);if(!n.grammarState.themes.includes(i.name))throw new At(`Grammar state themes "${n.grammarState.themes}" do not contain highlight theme "${i.name}"`)}return aw(t,a,i,s,n)}function sw(...e){if(e.length===2)return br(e[1]);const[t,n,r={}]=e,{lang:o="text",theme:i=t.getLoadedThemes()[0]}=r;if(ca(o)||ua(i))throw new At("Plain language does not have grammar state");if(o==="ansi")throw new At("ANSI language does not have grammar state");const{theme:s,colorMap:a}=t.setTheme(i),l=t.getLanguage(o);return new Fn(Io(n,l,s,a,r).stateStack,l.name,s.name)}function aw(e,t,n,r,o){const i=Io(e,t,n,r,o),s=new Fn(Io(e,t,n,r,o).stateStack,t.name,n.name);return si(i.tokens,s),i.tokens}function Io(e,t,n,r,o){const i=Oo(n,o),{tokenizeMaxLineLength:s=0,tokenizeTimeLimit:a=500}=o,l=ii(e);let c=o.grammarState?Jb(o.grammarState,n.name)??ws:o.grammarContextCode!=null?Io(o.grammarContextCode,t,n,r,{...o,grammarState:void 0,grammarContextCode:void 0}).stateStack:ws,u=[];const f=[];for(let p=0,d=l.length;p<d;p++){const[h,_]=l[p];if(h===""){u=[],f.push([]);continue}if(s>0&&h.length>=s){u=[],f.push([{content:h,offset:_,color:"",fontStyle:0}]);continue}let v,w,T;o.includeExplanation&&(v=t.tokenizeLine(h,c),w=v.tokens,T=0);const m=t.tokenizeLine2(h,c,a),b=m.tokens.length/2;for(let S=0;S<b;S++){const P=m.tokens[2*S],I=S+1<b?m.tokens[2*S+2]:h.length;if(P===I)continue;const j=m.tokens[2*S+1],B=nn(r[Vn.getForeground(j)],i),k=Vn.getFontStyle(j),W={content:h.substring(P,I),offset:_+P,color:B,fontStyle:k};if(o.includeExplanation){const K=[];if(o.includeExplanation!=="scopeName")for(const Y of n.settings){let ie;switch(typeof Y.scope){case"string":ie=Y.scope.split(/,/).map(M=>M.trim());break;case"object":ie=Y.scope;break;default:continue}K.push({settings:Y,selectors:ie.map(M=>M.split(/ /))})}W.explanation=[];let ee=0;for(;P+ee<I;){const Y=w[T],ie=h.substring(Y.startIndex,Y.endIndex);ee+=ie.length,W.explanation.push({content:ie,scopes:o.includeExplanation==="scopeName"?lw(Y.scopes):cw(K,Y.scopes)}),T+=1}}u.push(W)}f.push(u),u=[],c=m.ruleStack}return{tokens:f,stateStack:c}}function lw(e){return e.map(t=>({scopeName:t}))}function cw(e,t){const n=[];for(let r=0,o=t.length;r<o;r++){const i=t[r];n[r]={scopeName:i,themeMatches:fw(e,i,t.slice(0,r))}}return n}function ec(e,t){return e===t||t.substring(0,e.length)===e&&t[e.length]==="."}function uw(e,t,n){if(!ec(e[e.length-1],t))return!1;let r=e.length-2,o=n.length-1;for(;r>=0&&o>=0;)ec(e[r],n[o])&&(r-=1),o-=1;return r===-1}function fw(e,t,n){const r=[];for(const{selectors:o,settings:i}of e)for(const s of o)if(uw(s,t,n)){r.push(i);break}return r}function yd(e,t,n){const r=Object.entries(n.themes).filter(l=>l[1]).map(l=>({color:l[0],theme:l[1]})),o=r.map(l=>{const c=fa(e,t,{...n,theme:l.theme}),u=br(c),f=typeof l.theme=="string"?l.theme:l.theme.name;return{tokens:c,state:u,theme:f}}),i=dw(...o.map(l=>l.tokens)),s=i[0].map((l,c)=>l.map((u,f)=>{const p={content:u.content,variants:{},offset:u.offset};return"includeExplanation"in n&&n.includeExplanation&&(p.explanation=u.explanation),i.forEach((d,h)=>{const{content:_,explanation:v,offset:w,...T}=d[c][f];p.variants[r[h].color]=T}),p})),a=o[0].state?new Fn(Object.fromEntries(o.map(l=>{var c;return[l.theme,(c=l.state)==null?void 0:c.getInternalStack(l.theme)]})),o[0].state.lang):void 0;return a&&si(s,a),s}function dw(...e){const t=e.map(()=>[]),n=e.length;for(let r=0;r<e[0].length;r++){const o=e.map(l=>l[r]),i=t.map(()=>[]);t.forEach((l,c)=>l.push(i[c]));const s=o.map(()=>0),a=o.map(l=>l[0]);for(;a.every(l=>l);){const l=Math.min(...a.map(c=>c.content.length));for(let c=0;c<n;c++){const u=a[c];u.content.length===l?(i[c].push(u),s[c]+=1,a[c]=o[c][s[c]]):(i[c].push({...u,content:u.content.slice(0,l)}),a[c]={...u,content:u.content.slice(l),offset:u.offset+l})}}}return t}function Do(e,t,n){let r,o,i,s,a,l;if("themes"in n){const{defaultColor:c="light",cssVariablePrefix:u="--shiki-"}=n,f=Object.entries(n.themes).filter(v=>v[1]).map(v=>({color:v[0],theme:v[1]})).sort((v,w)=>v.color===c?-1:w.color===c?1:0);if(f.length===0)throw new At("`themes` option must not be empty");const p=yd(e,t,n);if(l=br(p),c&&!f.find(v=>v.color===c))throw new At(`\`themes\` option must contain the defaultColor key \`${c}\``);const d=f.map(v=>e.getTheme(v.theme)),h=f.map(v=>v.color);i=p.map(v=>v.map(w=>pw(w,h,u,c))),l&&si(i,l);const _=f.map(v=>Oo(v.theme,n));o=f.map((v,w)=>(w===0&&c?"":`${u+v.color}:`)+(nn(d[w].fg,_[w])||"inherit")).join(";"),r=f.map((v,w)=>(w===0&&c?"":`${u+v.color}-bg:`)+(nn(d[w].bg,_[w])||"inherit")).join(";"),s=`shiki-themes ${d.map(v=>v.name).join(" ")}`,a=c?void 0:[o,r].join(";")}else if("theme"in n){const c=Oo(n.theme,n);i=fa(e,t,n);const u=e.getTheme(n.theme);r=nn(u.bg,c),o=nn(u.fg,c),s=u.name,l=br(i)}else throw new At("Invalid options, either `theme` or `themes` must be provided");return{tokens:i,fg:o,bg:r,themeName:s,rootStyle:a,grammarState:l}}function pw(e,t,n,r){const o={content:e.content,explanation:e.explanation,offset:e.offset},i=t.map(l=>md(e.variants[l])),s=new Set(i.flatMap(l=>Object.keys(l))),a={};return i.forEach((l,c)=>{for(const u of s){const f=l[u]||"inherit";if(c===0&&r)a[u]=f;else{const p=u==="color"?"":u==="background-color"?"-bg":`-${u}`,d=n+t[c]+(u==="color"?"":p);a[d]=f}}}),o.htmlStyle=a,o}function No(e,t,n,r={meta:{},options:n,codeToHast:(o,i)=>No(e,o,i),codeToTokens:(o,i)=>Do(e,o,i)}){var d,h;let o=t;for(const _ of ko(n))o=((d=_.preprocess)==null?void 0:d.call(r,o,n))||o;let{tokens:i,fg:s,bg:a,themeName:l,rootStyle:c,grammarState:u}=Do(e,o,n);const{mergeWhitespaces:f=!0}=n;f===!0?i=mw(i):f==="never"&&(i=gw(i));const p={...r,get source(){return o}};for(const _ of ko(n))i=((h=_.tokens)==null?void 0:h.call(p,i))||i;return hw(i,{...n,fg:s,bg:a,themeName:l,rootStyle:c},p,u)}function hw(e,t,n,r=br(e)){var h,_,v;const o=ko(t),i=[],s={type:"root",children:[]},{structure:a="classic",tabindex:l="0"}=t;let c={type:"element",tagName:"pre",properties:{class:`shiki ${t.themeName||""}`,style:t.rootStyle||`background-color:${t.bg};color:${t.fg}`,...l!==!1&&l!=null?{tabindex:l.toString()}:{},...Object.fromEntries(Array.from(Object.entries(t.meta||{})).filter(([w])=>!w.startsWith("_")))},children:[]},u={type:"element",tagName:"code",properties:{},children:i};const f=[],p={...n,structure:a,addClassToHast:pd,get source(){return n.source},get tokens(){return e},get options(){return t},get root(){return s},get pre(){return c},get code(){return u},get lines(){return f}};if(e.forEach((w,T)=>{var S,P;T&&(a==="inline"?s.children.push({type:"element",tagName:"br",properties:{},children:[]}):a==="classic"&&i.push({type:"text",value:`
|
|
30
30
|
`}));let m={type:"element",tagName:"span",properties:{class:"line"},children:[]},b=0;for(const I of w){let j={type:"element",tagName:"span",properties:{...I.htmlAttrs},children:[{type:"text",value:I.content}]};I.htmlStyle;const B=Gb(I.htmlStyle||md(I));B&&(j.properties.style=B);for(const k of o)j=((S=k==null?void 0:k.span)==null?void 0:S.call(p,j,T+1,b,m,I))||j;a==="inline"?s.children.push(j):a==="classic"&&m.children.push(j),b+=I.content.length}if(a==="classic"){for(const I of o)m=((P=I==null?void 0:I.line)==null?void 0:P.call(p,m,T+1))||m;f.push(m),i.push(m)}}),a==="classic"){for(const w of o)u=((h=w==null?void 0:w.code)==null?void 0:h.call(p,u))||u;c.children.push(u);for(const w of o)c=((_=w==null?void 0:w.pre)==null?void 0:_.call(p,c))||c;s.children.push(c)}let d=s;for(const w of o)d=((v=w==null?void 0:w.root)==null?void 0:v.call(p,d))||d;return r&&si(d,r),d}function mw(e){return e.map(t=>{const n=[];let r="",o=0;return t.forEach((i,s)=>{const l=!(i.fontStyle&&i.fontStyle&Rt.Underline);l&&i.content.match(/^\s+$/)&&t[s+1]?(o||(o=i.offset),r+=i.content):r?(l?n.push({...i,offset:o,content:r+i.content}):n.push({content:r,offset:o},i),o=0,r=""):n.push(i)}),n})}function gw(e){return e.map(t=>t.flatMap(n=>{if(n.content.match(/^\s+$/))return n;const r=n.content.match(/^(\s*)(.*?)(\s*)$/);if(!r)return n;const[,o,i,s]=r;if(!o&&!s)return n;const a=[{...n,offset:n.offset+o.length,content:i}];return o&&a.unshift({content:o,offset:n.offset}),s&&a.push({content:s,offset:n.offset+o.length+i.length}),a}))}function _w(e,t,n){var i;const r={meta:{},options:n,codeToHast:(s,a)=>No(e,s,a),codeToTokens:(s,a)=>Do(e,s,a)};let o=Vb(No(e,t,n,r));for(const s of ko(n))o=((i=s.postprocess)==null?void 0:i.call(r,o,n))||o;return o}const tc={light:"#333333",dark:"#bbbbbb"},nc={light:"#fffffe",dark:"#1e1e1e"},rc="__shiki_resolved";function da(e){var a,l,c,u,f;if(e!=null&&e[rc])return e;const t={...e};t.tokenColors&&!t.settings&&(t.settings=t.tokenColors,delete t.tokenColors),t.type||(t.type="dark"),t.colorReplacements={...t.colorReplacements},t.settings||(t.settings=[]);let{bg:n,fg:r}=t;if(!n||!r){const p=t.settings?t.settings.find(d=>!d.name&&!d.scope):void 0;(a=p==null?void 0:p.settings)!=null&&a.foreground&&(r=p.settings.foreground),(l=p==null?void 0:p.settings)!=null&&l.background&&(n=p.settings.background),!r&&((c=t==null?void 0:t.colors)!=null&&c["editor.foreground"])&&(r=t.colors["editor.foreground"]),!n&&((u=t==null?void 0:t.colors)!=null&&u["editor.background"])&&(n=t.colors["editor.background"]),r||(r=t.type==="light"?tc.light:tc.dark),n||(n=t.type==="light"?nc.light:nc.dark),t.fg=r,t.bg=n}t.settings[0]&&t.settings[0].settings&&!t.settings[0].scope||t.settings.unshift({settings:{foreground:t.fg,background:t.bg}});let o=0;const i=new Map;function s(p){var h;if(i.has(p))return i.get(p);o+=1;const d=`#${o.toString(16).padStart(8,"0").toLowerCase()}`;return(h=t.colorReplacements)!=null&&h[`#${d}`]?s(p):(i.set(p,d),d)}t.settings=t.settings.map(p=>{var v,w;const d=((v=p.settings)==null?void 0:v.foreground)&&!p.settings.foreground.startsWith("#"),h=((w=p.settings)==null?void 0:w.background)&&!p.settings.background.startsWith("#");if(!d&&!h)return p;const _={...p,settings:{...p.settings}};if(d){const T=s(p.settings.foreground);t.colorReplacements[T]=p.settings.foreground,_.settings.foreground=T}if(h){const T=s(p.settings.background);t.colorReplacements[T]=p.settings.background,_.settings.background=T}return _});for(const p of Object.keys(t.colors||{}))if((p==="editor.foreground"||p==="editor.background"||p.startsWith("terminal.ansi"))&&!((f=t.colors[p])!=null&&f.startsWith("#"))){const d=s(t.colors[p]);t.colorReplacements[d]=t.colors[p],t.colors[p]=d}return Object.defineProperty(t,rc,{enumerable:!1,writable:!1,value:!0}),t}async function vd(e){return Array.from(new Set((await Promise.all(e.filter(t=>!fd(t)).map(async t=>await hd(t).then(n=>Array.isArray(n)?n:[n])))).flat()))}async function bd(e){return(await Promise.all(e.map(async n=>dd(n)?null:da(await hd(n))))).filter(n=>!!n)}var yw=Object.defineProperty,vw=(e,t,n)=>t in e?yw(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Qt=(e,t,n)=>(vw(e,typeof t!="symbol"?t+"":t,n),n);class bw extends Sv{constructor(t,n,r,o={}){super(t),this._resolver=t,this._themes=n,this._langs=r,this._alias=o,Qt(this,"_resolvedThemes",new Map),Qt(this,"_resolvedGrammars",new Map),Qt(this,"_langMap",new Map),Qt(this,"_langGraph",new Map),Qt(this,"_textmateThemeCache",new WeakMap),Qt(this,"_loadedThemesCache",null),Qt(this,"_loadedLanguagesCache",null),this._themes.map(i=>this.loadTheme(i)),this.loadLanguages(this._langs)}getTheme(t){return typeof t=="string"?this._resolvedThemes.get(t):this.loadTheme(t)}loadTheme(t){const n=da(t);return n.name&&(this._resolvedThemes.set(n.name,n),this._loadedThemesCache=null),n}getLoadedThemes(){return this._loadedThemesCache||(this._loadedThemesCache=[...this._resolvedThemes.keys()]),this._loadedThemesCache}setTheme(t){let n=this._textmateThemeCache.get(t);n||(n=Po.createFromRawTheme(t),this._textmateThemeCache.set(t,n)),this._syncRegistry.setTheme(n)}getGrammar(t){if(this._alias[t]){const n=new Set([t]);for(;this._alias[t];){if(t=this._alias[t],n.has(t))throw new Be(`Circular alias \`${Array.from(n).join(" -> ")} -> ${t}\``);n.add(t)}}return this._resolvedGrammars.get(t)}loadLanguage(t){var i,s,a,l;if(this.getGrammar(t.name))return;const n=new Set([...this._langMap.values()].filter(c=>{var u;return(u=c.embeddedLangsLazy)==null?void 0:u.includes(t.name)}));this._resolver.addLanguage(t);const r={balancedBracketSelectors:t.balancedBracketSelectors||["*"],unbalancedBracketSelectors:t.unbalancedBracketSelectors||[]};this._syncRegistry._rawGrammars.set(t.scopeName,t);const o=this.loadGrammarWithConfiguration(t.scopeName,1,r);if(o.name=t.name,this._resolvedGrammars.set(t.name,o),t.aliases&&t.aliases.forEach(c=>{this._alias[c]=t.name}),this._loadedLanguagesCache=null,n.size)for(const c of n)this._resolvedGrammars.delete(c.name),this._loadedLanguagesCache=null,(s=(i=this._syncRegistry)==null?void 0:i._injectionGrammars)==null||s.delete(c.scopeName),(l=(a=this._syncRegistry)==null?void 0:a._grammars)==null||l.delete(c.scopeName),this.loadLanguage(this._langMap.get(c.name))}dispose(){super.dispose(),this._resolvedThemes.clear(),this._resolvedGrammars.clear(),this._langMap.clear(),this._langGraph.clear(),this._loadedThemesCache=null}loadLanguages(t){for(const o of t)this.resolveEmbeddedLanguages(o);const n=Array.from(this._langGraph.entries()),r=n.filter(([o,i])=>!i);if(r.length){const o=n.filter(([i,s])=>{var a;return s&&((a=s.embeddedLangs)==null?void 0:a.some(l=>r.map(([c])=>c).includes(l)))}).filter(i=>!r.includes(i));throw new Be(`Missing languages ${r.map(([i])=>`\`${i}\``).join(", ")}, required by ${o.map(([i])=>`\`${i}\``).join(", ")}`)}for(const[o,i]of n)this._resolver.addLanguage(i);for(const[o,i]of n)this.loadLanguage(i)}getLoadedLanguages(){return this._loadedLanguagesCache||(this._loadedLanguagesCache=[...new Set([...this._resolvedGrammars.keys(),...Object.keys(this._alias)])]),this._loadedLanguagesCache}resolveEmbeddedLanguages(t){if(this._langMap.set(t.name,t),this._langGraph.set(t.name,t),t.embeddedLangs)for(const n of t.embeddedLangs)this._langGraph.set(n,this._langMap.get(n))}}var ww=Object.defineProperty,Ew=(e,t,n)=>t in e?ww(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Wr=(e,t,n)=>(Ew(e,typeof t!="symbol"?t+"":t,n),n);class Tw{constructor(t,n){Wr(this,"_langs",new Map),Wr(this,"_scopeToLang",new Map),Wr(this,"_injections",new Map),Wr(this,"_onigLib"),this._onigLib={createOnigScanner:r=>t.createScanner(r),createOnigString:r=>t.createString(r)},n.forEach(r=>this.addLanguage(r))}get onigLib(){return this._onigLib}getLangRegistration(t){return this._langs.get(t)}loadGrammar(t){return this._scopeToLang.get(t)}addLanguage(t){this._langs.set(t.name,t),t.aliases&&t.aliases.forEach(n=>{this._langs.set(n,t)}),this._scopeToLang.set(t.scopeName,t),t.injectTo&&t.injectTo.forEach(n=>{this._injections.get(n)||this._injections.set(n,[]),this._injections.get(n).push(t.scopeName)})}getInjections(t){const n=t.split(".");let r=[];for(let o=1;o<=n.length;o++){const i=n.slice(0,o).join(".");r=[...r,...this._injections.get(i)||[]]}return r}}let zn=0;function Sw(e){zn+=1,e.warnings!==!1&&zn>=10&&zn%10===0&&console.warn(`[Shiki] ${zn} instances have been created. Shiki is supposed to be used as a singleton, consider refactoring your code to cache your highlighter instance; Or call \`highlighter.dispose()\` to release unused instances.`);let t=!1;if(!e.engine)throw new Be("`engine` option is required for synchronous mode");const n=(e.langs||[]).flat(1),r=(e.themes||[]).flat(1).map(da),o=new Tw(e.engine,n),i=new bw(o,r,n,e.langAlias);let s;function a(T){v();const m=i.getGrammar(typeof T=="string"?T:T.name);if(!m)throw new Be(`Language \`${T}\` not found, you may need to load it first`);return m}function l(T){if(T==="none")return{bg:"",fg:"",name:"none",settings:[],type:"dark"};v();const m=i.getTheme(T);if(!m)throw new Be(`Theme \`${T}\` not found, you may need to load it first`);return m}function c(T){v();const m=l(T);s!==T&&(i.setTheme(m),s=T);const b=i.getColorMap();return{theme:m,colorMap:b}}function u(){return v(),i.getLoadedThemes()}function f(){return v(),i.getLoadedLanguages()}function p(...T){v(),i.loadLanguages(T.flat(1))}async function d(...T){return p(await vd(T))}function h(...T){v();for(const m of T.flat(1))i.loadTheme(m)}async function _(...T){return v(),h(await bd(T))}function v(){if(t)throw new Be("Shiki instance has been disposed")}function w(){t||(t=!0,i.dispose(),zn-=1)}return{setTheme:c,getTheme:l,getLanguage:a,getLoadedThemes:u,getLoadedLanguages:f,loadLanguage:d,loadLanguageSync:p,loadTheme:_,loadThemeSync:h,dispose:w,[Symbol.dispose]:w}}async function Cw(e={}){e.loadWasm;const[t,n,r]=await Promise.all([bd(e.themes||[]),vd(e.langs||[]),e.engine||Nf(e.loadWasm||Hy())]);return Sw({...e,loadWasm:void 0,themes:t,langs:n,engine:r})}async function Pw(e={}){const t=await Cw(e);return{getLastGrammarState:(...n)=>sw(t,...n),codeToTokensBase:(n,r)=>fa(t,n,r),codeToTokensWithThemes:(n,r)=>yd(t,n,r),codeToTokens:(n,r)=>Do(t,n,r),codeToHast:(n,r)=>No(t,n,r),codeToHtml:(n,r)=>_w(t,n,r),...t,getInternalContext:()=>t}}function Rw(e,t,n){let r,o,i;{const a=e;r=a.langs,o=a.themes,i=a.engine}async function s(a){function l(d){if(typeof d=="string"){if(fd(d))return[];const h=r[d];if(!h)throw new At(`Language \`${d}\` is not included in this bundle. You may want to load it from external source.`);return h}return d}function c(d){if(dd(d))return"none";if(typeof d=="string"){const h=o[d];if(!h)throw new At(`Theme \`${d}\` is not included in this bundle. You may want to load it from external source.`);return h}return d}const u=(a.themes??[]).map(d=>c(d)),f=(a.langs??[]).map(d=>l(d)),p=await Pw({engine:a.engine??i(),...a,themes:u,langs:f});return{...p,loadLanguage(...d){return p.loadLanguage(...d.map(l))},loadTheme(...d){return p.loadTheme(...d.map(c))}}}return s}function Aw(e){let t;async function n(r={}){if(t){const o=await t;return await Promise.all([o.loadTheme(...r.themes||[]),o.loadLanguage(...r.langs||[])]),o}else return t=e({...r,themes:r.themes||[],langs:r.langs||[]}),t}return n}function xw(e){const t=Aw(e);return{getSingletonHighlighter(n){return t(n)},async codeToHtml(n,r){return(await t({langs:[r.lang],themes:"theme"in r?[r.theme]:Object.values(r.themes)})).codeToHtml(n,r)},async codeToHast(n,r){return(await t({langs:[r.lang],themes:"theme"in r?[r.theme]:Object.values(r.themes)})).codeToHast(n,r)},async codeToTokens(n,r){return(await t({langs:[r.lang],themes:"theme"in r?[r.theme]:Object.values(r.themes)})).codeToTokens(n,r)},async codeToTokensBase(n,r){return(await t({langs:[r.lang],themes:[r.theme]})).codeToTokensBase(n,r)},async codeToTokensWithThemes(n,r){return(await t({langs:[r.lang],themes:Object.values(r.themes).filter(Boolean)})).codeToTokensWithThemes(n,r)},async getLastGrammarState(n,r){return(await t({langs:[r.lang],themes:[r.theme]})).getLastGrammarState(n,r)}}}const Lw=Rw({langs:by,themes:Ey,engine:()=>Nf(g(()=>import("./CG6Dc4jp.js"),[],import.meta.url))}),{codeToHtml:Ow,codeToHast:N1,codeToTokens:$1,codeToTokensBase:M1,codeToTokensWithThemes:H1,getSingletonHighlighter:V1,getLastGrammarState:B1}=xw(Lw);let kw;const qn=[];function Iw(e){if(qn.push(e),!(typeof window>"u"))return window.__NUXT_DEVTOOLS__&&qn.forEach(t=>t(window.__NUXT_DEVTOOLS__)),Object.defineProperty(window,"__NUXT_DEVTOOLS__",{set(t){t&&qn.forEach(n=>n(t))},get(){return kw.value},configurable:!0}),()=>{qn.splice(qn.indexOf(e),1)}}const $o=fe(null);fe(Date.now());const Dw=fe(Date.now()),Nw=window.location.host;fe("/");fe();const $w=fe("/");He(()=>xu($w.value,`${window.location.protocol}//${Nw}`));const wd=fe(),Ed=fe();Iw(async e=>{var n;Ed.value=e.host.app.$fetch,wd.value=e.devtools;const t=e.host.nuxt.vueApp._context.provides.usehead;e.host.nuxt.$router.afterEach(()=>{setTimeout(async()=>{var r;$o.value=(r=(await t.resolveTags()).filter(o=>o.props.id==="schema-org-graph")[0])==null?void 0:r.innerHTML},100)}),$o.value=(n=(await t.resolveTags()).filter(r=>r.props.id==="schema-org-graph")[0])==null?void 0:n.innerHTML});const Mw=["innerHTML"],Hw=Xe({__name:"OCodeBlock",props:{code:{},lang:{},lines:{type:Boolean,default:!1},transformRendered:{}},setup(e){const t=e,n=my(async()=>{var o;const r=((o=wd.value)==null?void 0:o.colorMode)||"light";return await Ow(t.code,{lang:t.lang,theme:r==="dark"?"vitesse-dark":"vitesse-light"})||""});return(r,o)=>(Z(),ue("pre",{class:Te(["n-code-block",r.lines?"n-code-block-lines":""]),innerHTML:ne(n)},null,10,Mw))}}),Vw={flex:"~ gap-3","items-center":""},Bw=Xe({__name:"NIconTitle",props:{icon:{},text:{}},setup(e){return(t,n)=>(Z(),ue("div",Vw,[t.icon?(Z(),ue("div",{key:0,class:Te(t.icon)},null,2)):mt("",!0),Fe(t.$slots,"default",{},()=>[q("div",null,Mt(t.text),1)])]))}}),jw=["open"],Fw={"text-base":""},Uw={key:0,"text-sm":"",op50:""},Ww=Xe({__name:"OSectionBlock",props:{icon:{},text:{},description:{},containerClass:{default:""},headerClass:{},collapse:{type:Boolean,default:!0},open:{type:Boolean,default:!0},padding:{type:[Boolean,String],default:!0}},setup(e){const n=_y(e,"open");function r(o){n.value=o.target.open}return(o,i)=>{const s=kf,a=Bw;return Z(),ue(Ae,null,[q("details",{open:ne(n),onToggle:r},[q("summary",{class:Te(["cursor-pointer select-none n-bg-active hover:bg-active px-2 py-2 rounded transition-all",o.collapse?"":"pointer-events-none"])},[U(a,{icon:o.icon,text:o.text,"text-xl":"",transition:"",class:Te([ne(n)?"op100":"op60",o.headerClass])},{default:ce(()=>[q("div",null,[q("div",Fw,[Fe(o.$slots,"text",{},()=>[Le(Mt(o.text),1)],!0)]),o.description||o.$slots.description?(Z(),ue("div",Uw,[Fe(o.$slots,"description",{},()=>[Le(Mt(o.description),1)],!0)])):mt("",!0)]),i[0]||(i[0]=q("div",{class:"flex-auto"},null,-1)),Fe(o.$slots,"actions",{},void 0,!0),o.collapse?(Z(),Ne(s,{key:0,icon:"carbon-chevron-down",class:"chevron","cursor-pointer":"","place-self-start":"","text-base":"",op75:"",transition:"","duration-500":""})):mt("",!0)]),_:3},8,["icon","text","class"])],2),q("div",{class:Te(["flex flex-col flex-gap2 pb6 pt2",typeof o.padding=="string"?o.padding:o.padding?"px4":""])},[Fe(o.$slots,"details",{},void 0,!0),q("div",{class:Te([o.containerClass,"mt1"])},[Fe(o.$slots,"default",{},void 0,!0)],2),Fe(o.$slots,"footer",{},void 0,!0)],2)],40,jw),i[1]||(i[1]=q("div",{class:"x-divider"},null,-1))],64)}}}),Gw=ri(Ww,[["__scopeId","data-v-0d7b3b46"]]),zw=e=>e==="defer"||e===!1;function qw(...e){var _;const t=typeof e[e.length-1]=="string"?e.pop():void 0;typeof e[0]!="string"&&e.unshift(t);let[n,r,o={}]=e;if(typeof n!="string")throw new TypeError("[nuxt] [asyncData] key must be a string.");if(typeof r!="function")throw new TypeError("[nuxt] [asyncData] handler must be a function.");const i=ve(),s=r,a=()=>Tn.value,l=()=>i.isHydrating?i.payload.data[n]:i.static.data[n];o.server=o.server??!0,o.default=o.default??a,o.getCachedData=o.getCachedData??l,o.lazy=o.lazy??!1,o.immediate=o.immediate??!0,o.deep=o.deep??Tn.deep,o.dedupe=o.dedupe??"cancel";const c=o.getCachedData(n,i),u=c!=null;if(!i._asyncData[n]||!o.immediate){(_=i.payload._errors)[n]??(_[n]=Tn.errorValue);const v=o.deep?fe:no;i._asyncData[n]={data:v(u?c:o.default()),pending:fe(!u),error:Ic(i.payload._errors,n),status:fe("idle"),_default:o.default}}const f={...i._asyncData[n]};delete f._default,f.refresh=f.execute=(v={})=>{if(i._asyncDataPromises[n]){if(zw(v.dedupe??o.dedupe))return i._asyncDataPromises[n];i._asyncDataPromises[n].cancelled=!0}if(v._initial||i.isHydrating&&v._initial!==!1){const T=v._initial?c:o.getCachedData(n,i);if(T!=null)return Promise.resolve(T)}f.pending.value=!0,f.status.value="pending";const w=new Promise((T,m)=>{try{T(s(i))}catch(b){m(b)}}).then(async T=>{if(w.cancelled)return i._asyncDataPromises[n];let m=T;o.transform&&(m=await o.transform(T)),o.pick&&(m=Jw(m,o.pick)),i.payload.data[n]=m,f.data.value=m,f.error.value=Tn.errorValue,f.status.value="success"}).catch(T=>{if(w.cancelled)return i._asyncDataPromises[n];f.error.value=Jo(T),f.data.value=ne(o.default()),f.status.value="error"}).finally(()=>{w.cancelled||(f.pending.value=!1,delete i._asyncDataPromises[n])});return i._asyncDataPromises[n]=w,i._asyncDataPromises[n]},f.clear=()=>Kw(i,n);const p=()=>f.refresh({_initial:!0}),d=o.server!==!1&&i.payload.serverRendered;{const v=zo();if(v&&!v._nuxtOnBeforeMountCbs){v._nuxtOnBeforeMountCbs=[];const m=v._nuxtOnBeforeMountCbs;Bc(()=>{m.forEach(b=>{b()}),m.splice(0,m.length)}),Fs(()=>m.splice(0,m.length))}d&&i.isHydrating&&(f.error.value||c!=null)?(f.pending.value=!1,f.status.value=f.error.value?"error":"success"):v&&(i.payload.serverRendered&&i.isHydrating||o.lazy)&&o.immediate?v._nuxtOnBeforeMountCbs.push(p):o.immediate&&p();const w=xs();if(o.watch){const m=un(o.watch,()=>f.refresh());w&&va(m)}const T=i.hook("app:data:refresh",async m=>{(!m||m.includes(n))&&await f.refresh()});w&&va(T)}const h=Promise.resolve(i._asyncDataPromises[n]).then(()=>f);return Object.assign(h,f),h}function Kw(e,t){t in e.payload.data&&(e.payload.data[t]=void 0),t in e.payload._errors&&(e.payload._errors[t]=Tn.errorValue),e._asyncData[t]&&(e._asyncData[t].data.value=void 0,e._asyncData[t].error.value=Tn.errorValue,e._asyncData[t].pending.value=!1,e._asyncData[t].status.value="idle"),t in e._asyncDataPromises&&(e._asyncDataPromises[t]&&(e._asyncDataPromises[t].cancelled=!0),e._asyncDataPromises[t]=void 0)}function Jw(e,t){const n={};for(const r of t)n[r]=e[r];return n}function Xw(){return qw(()=>Ed.value("/__schema-org__/debug.json"),{watch:[Dw]},"$XVR8o8RMBy")}const Yw={class:"relative n-bg-base flex flex-col"},Qw={class:"sticky top-0 z-2 px-4 pt-4"},Zw={class:"flex justify-between items-start",mb2:""},e1={class:"flex space-x-5"},t1={"text-xl":"",flex:"","items-center":"","gap-2":""},n1={class:"flex items-center space-x-3 text-xl"},r1={class:"n-select-tabs flex flex-inline flex-wrap items-center border n-border-base rounded-lg n-bg-base"},o1={class:"px-5 py-2"},i1={"text-lg":"",flex:"","items-center":""},s1={class:"px-5 py-2"},a1={"text-lg":"",flex:"","items-center":""},l1={class:"px-5 py-2"},c1={"text-lg":"",flex:"","items-center":""},u1={class:"px-5 py-2"},f1={"text-lg":"",flex:"","items-center":""},d1=["value","title"],p1={class:"items-center space-x-3 hidden lg:flex"},h1={class:"opacity-80 text-sm"},m1={class:"opacity-80 text-sm"},g1={href:"https://nuxtseo.com",target:"_blank",class:"flex items-end gap-1.5 font-semibold text-xl dark:text-white font-title"},_1={class:"flex-row flex p4 h-full",style:{"min-height":"calc(100vh - 64px)"}},y1={class:"mx-auto flex flex-col w-full bg-white dark:bg-black dark:bg-dark-700 bg-light-200"},v1={key:0},b1={key:1},w1={class:"opacity-80 text-base mb-1"},E1={class:"px-3 py-2 space-y-5"},T1={key:2,class:"space-y-5"},S1={class:"space-x-3"},C1={key:3,class:"space-y-5"},P1={class:"opacity-80 text-base mb-1"},R1={key:4,class:"h-full max-h-full overflow-hidden"},A1=Xe({__name:"app",setup(e){v_({title:"Nuxt Schema.org Playground"});const{data:t}=Xw(),n=fe("nodes"),r=He(()=>JSON.parse($o.value||{"@graph":[]})["@graph"]);return(o,i)=>{const s=kf,a=J0,l=Ft("VTooltip"),c=ry,u=ay,f=dy,p=Hw,d=Gw;return Z(),ue("div",Yw,[q("header",Qw,[q("div",Zw,[q("div",e1,[q("h1",t1,[U(s,{icon:"carbon:image-search",class:"text-blue-300"}),i[2]||(i[2]=Le(" Schema.org ")),U(a,{class:"text-sm"},{default:ce(()=>{var h;return[Le(Mt((h=ne(t))==null?void 0:h.runtimeConfig.version),1)]}),_:1})])]),q("div",n1,[q("fieldset",r1,[(Z(),ue(Ae,null,Ra(["nodes","raw","debug","docs"],(h,_)=>q("label",{key:_,class:Te(["relative n-border-base hover:n-bg-active cursor-pointer",[_?"border-l n-border-base ml--1px":"",h===ne(n)?"n-bg-active":""]])},[h==="nodes"?(Z(),ue("div",{key:0,class:Te([h===ne(n)?"":"op35"])},[U(l,null,{popper:ce(()=>i[3]||(i[3]=[Le(" Nodes ")])),default:ce(()=>[q("div",o1,[q("h2",i1,[U(s,{icon:"carbon:connect-source opacity-50"})])])]),_:1})],2)):mt("",!0),h==="raw"?(Z(),ue("div",{key:1,class:Te([h===ne(n)?"":"op35"])},[U(l,null,{popper:ce(()=>i[4]||(i[4]=[Le(" Raw ")])),default:ce(()=>[q("div",s1,[q("h2",a1,[U(s,{icon:"carbon:code opacity-50"})])])]),_:1})],2)):h==="debug"?(Z(),ue("div",{key:2,class:Te([h===ne(n)?"":"op35"])},[U(l,null,{popper:ce(()=>i[5]||(i[5]=[Le(" Debug ")])),default:ce(()=>[q("div",l1,[q("h2",c1,[U(s,{icon:"carbon:debug opacity-50"})])])]),_:1})],2)):h==="docs"?(Z(),ue("div",{key:3,class:Te([h===ne(n)?"":"op35"])},[U(l,null,{popper:ce(()=>i[6]||(i[6]=[Le(" Documentation ")])),default:ce(()=>[q("div",u1,[q("h2",f1,[U(s,{icon:"carbon:book opacity-50"})])])]),_:1})],2)):mt("",!0),Ep(q("input",{"onUpdate:modelValue":i[0]||(i[0]=v=>Ee(n)?n.value=v:null),type:"radio",value:h,title:h,class:"absolute cursor-pointer pointer-events-none inset-0 op-0.1"},null,8,d1),[[zh,ne(n)]])],2)),64))]),U(l,null,{popper:ce(()=>i[7]||(i[7]=[Le(" Refresh ")])),default:ce(()=>[q("button",{"text-lg":"",type:"button",class:"n-icon-button n-button n-transition n-disabled:n-disabled",onClick:i[1]||(i[1]=(...h)=>o.refreshSources&&o.refreshSources(...h))},[U(s,{icon:"carbon:reset",class:"group-hover:text-green-500"})])]),_:1})]),q("div",p1,[q("div",h1,[U(c,{href:"https://github.com/sponsors/harlan-zw",target:"_blank"},{default:ce(()=>[U(s,{icon:"carbon:favorite",class:"mr-[2px]"}),i[8]||(i[8]=Le(" Sponsor "))]),_:1})]),q("div",m1,[U(c,{href:"https://github.com/harlan-zw/nuxt-schema-org",target:"_blank"},{default:ce(()=>[U(s,{icon:"logos:github-icon",class:"mr-[2px]"}),i[9]||(i[9]=Le(" Submit an issue "))]),_:1})]),q("a",g1,[U(u)])])])]),q("div",_1,[q("main",y1,[ne(t)?mt("",!0):(Z(),ue("div",v1,[U(f)])),ne(n)==="nodes"?(Z(),ue("div",b1,[(Z(!0),ue(Ae,null,Ra(ne(r),(h,_)=>(Z(),Ne(d,{key:_},{text:ce(()=>[q("h3",w1,Mt(Array.isArray(h["@type"])?h["@type"].join(", "):h["@type"]),1)]),description:ce(()=>[q("div",null,Mt(h["@id"]),1)]),default:ce(()=>[q("div",E1,[U(p,{code:JSON.stringify(h,null,2),lang:"json"},null,8,["code"])])]),_:2},1024))),128))])):ne(n)==="raw"?(Z(),ue("div",T1,[q("div",S1,[U(c,{to:"https://validator.schema.org/",target:"_blank"},{default:ce(()=>[U(s,{icon:"carbon:launch",class:"text-xs mr-1 opacity-50"}),i[10]||(i[10]=Le("Structured Data Test "))]),_:1}),U(c,{to:"https://search.google.com/test/rich-results",target:"_blank"},{default:ce(()=>[U(s,{icon:"carbon:launch",class:"text-xs mr-1 opacity-50"}),i[11]||(i[11]=Le("Rich Results Test "))]),_:1})]),U(p,{code:ne($o),lang:"json"},null,8,["code"])])):ne(n)==="debug"?(Z(),ue("div",C1,[U(d,null,{text:ce(()=>[q("h3",P1,[U(s,{icon:"carbon:settings",class:"mr-1"}),i[12]||(i[12]=Le(" Runtime Config "))])]),default:ce(()=>{var h;return[U(p,{code:JSON.stringify(((h=ne(t))==null?void 0:h.runtimeConfig)||{},null,2),lang:"json"},null,8,["code"])]}),_:1})])):ne(n)==="docs"?(Z(),ue("div",R1,i[13]||(i[13]=[q("iframe",{src:"https://nuxtseo.com/schema-org",class:"w-full h-full border-none",style:{"min-height":"calc(100vh - 100px)"}},null,-1)]))):mt("",!0)])])])}}}),x1={__name:"nuxt-error-page",props:{error:Object},setup(e){const n=e.error;n.stack&&n.stack.split(`
|
|
31
31
|
`).splice(1).map(f=>({text:f.replace("webpack:/","").replace(".vue",".js").trim(),internal:f.includes("node_modules")&&!f.includes(".cache")||f.includes("internal")||f.includes("new Promise")})).map(f=>`<span class="stack${f.internal?" internal":""}">${f.text}</span>`).join(`
|
|
32
|
-
`);const r=Number(n.statusCode||500),o=r===404,i=n.statusMessage??(o?"Page Not Found":"Internal Server Error"),s=n.message||n.toString(),a=void 0,u=o?Ca(()=>g(()=>import("./
|
|
32
|
+
`);const r=Number(n.statusCode||500),o=r===404,i=n.statusMessage??(o?"Page Not Found":"Internal Server Error"),s=n.message||n.toString(),a=void 0,u=o?Ca(()=>g(()=>import("./Dyx3h7ta.js"),__vite__mapDeps([90,91]),import.meta.url)):Ca(()=>g(()=>import("./DmmnkimP.js"),__vite__mapDeps([92,93]),import.meta.url));return(f,p)=>(Z(),Ne(ne(u),fc(zs({statusCode:ne(r),statusMessage:ne(i),description:ne(s),stack:ne(a)})),null,16))}},L1={key:0},oc={__name:"nuxt-root",setup(e){const t=()=>null,n=ve(),r=n.deferHydration();if(n.isHydrating){const l=n.hooks.hookOnce("app:error",r);bt().beforeEach(l)}const o=!1;Jc(Gu,zu()),n.hooks.callHookWith(l=>l.map(c=>c()),"vue:setup");const i=Ys(),s=!1;Fc((l,c,u)=>{if(n.hooks.callHook("vue:error",l,c,u).catch(f=>console.error("[nuxt] Error in `vue:error` hook",f)),Cg(l)&&(l.fatal||l.unhandled))return n.runWithContext(()=>Tg(l)),!1});const a=!1;return(l,c)=>(Z(),Ne(uh,{onResolve:ne(r)},{default:ce(()=>[ne(s)?(Z(),ue("div",L1)):ne(i)?(Z(),Ne(ne(x1),{key:1,error:ne(i)},null,8,["error"])):ne(a)?(Z(),Ne(ne(t),{key:2,context:ne(a)},null,8,["context"])):ne(o)?(Z(),Ne($p(ne(o)),{key:3})):(Z(),Ne(ne(A1),{key:4}))]),_:1},8,["onResolve"]))}};let ic;{let e;ic=async function(){var s,a;if(e)return e;const r=!!(((s=window.__NUXT__)==null?void 0:s.serverRendered)??((a=document.getElementById("__NUXT_DATA__"))==null?void 0:a.dataset.ssr)==="true")?Qh(oc):Cu(oc),o=ag({vueApp:r});async function i(l){await o.callHook("app:error",l),o.payload.error=o.payload.error||Jo(l)}r.config.errorHandler=i,o.hook("app:suspense:resolve",()=>{r.config.errorHandler===i&&(r.config.errorHandler=void 0)});try{await ug(o,U0)}catch(l){i(l)}try{await o.hooks.callHook("app:created",r),await o.hooks.callHook("app:beforeMount",r),r.mount(og),await o.hooks.callHook("app:mounted",r),await Sr()}catch(l){i(l)}return r},e=ic().catch(t=>{throw console.error("Error while mounting app:",t),t})}export{ri as _,q as a,U as b,ue as c,Le as d,Q0 as e,Z as o,Mt as t,v_ as u,ce as w};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{_ as s,u as a,o as i,c as u,a as e,t as o}from"./
|
|
1
|
+
import{_ as s,u as a,o as i,c as u,a as e,t as o}from"./Bm59UW0t.js";const l={class:"antialiased bg-white dark:bg-black dark:text-white font-sans grid min-h-screen overflow-hidden place-content-center text-black"},c={class:"max-w-520px text-center"},d=["textContent"],p=["textContent"],f={__name:"error-500",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:500},statusMessage:{type:String,default:"Server error"},description:{type:String,default:"This page is temporarily unavailable."}},setup(t){const r=t;return a({title:`${r.statusCode} - ${r.statusMessage} | ${r.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}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: }'}]}),(g,n)=>(i(),u("div",l,[n[0]||(n[0]=e("div",{class:"-bottom-1/2 fixed h-1/2 left-0 right-0 spotlight"},null,-1)),e("div",c,[e("h1",{class:"font-medium mb-8 sm:text-10xl text-8xl",textContent:o(t.statusCode)},null,8,d),e("p",{class:"font-light leading-tight mb-16 px-8 sm:px-0 sm:text-4xl text-xl",textContent:o(t.description)},null,8,p)])]))}},m=s(f,[["__scopeId","data-v-cd6af75d"]]);export{m as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{_ as a,u as i,o as u,c,a as e,t as r,b as l,w as d,d as p,e as f}from"./
|
|
1
|
+
import{_ as a,u as i,o as u,c,a as e,t as r,b as l,w as d,d as p,e as f}from"./Bm59UW0t.js";const m={class:"antialiased bg-white dark:bg-black dark:text-white font-sans grid min-h-screen overflow-hidden place-content-center text-black"},g={class:"max-w-520px text-center z-20"},h=["textContent"],b=["textContent"],x={class:"flex items-center justify-center w-full"},y={__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 i({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: }'}]}),(k,o)=>{const s=f;return u(),c("div",m,[o[0]||(o[0]=e("div",{class:"fixed left-0 right-0 spotlight z-10"},null,-1)),e("div",g,[e("h1",{class:"font-medium mb-8 sm:text-10xl text-8xl",textContent:r(t.statusCode)},null,8,h),e("p",{class:"font-light leading-tight mb-16 px-8 sm:px-0 sm:text-4xl text-xl",textContent:r(t.description)},null,8,b),e("div",x,[l(s,{to:"/",class:"cursor-pointer gradient-border px-4 py-2 sm:px-6 sm:py-3 sm:text-xl text-md"},{default:d(()=>[p(r(t.backHome),1)]),_:1})])])])}}},_=a(y,[["__scopeId","data-v-9ca6492c"]]);export{_ as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"id":"
|
|
1
|
+
{"id":"76508af3-eef1-484d-9e1e-67d2e1b9da9f","timestamp":1732463427786}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"76508af3-eef1-484d-9e1e-67d2e1b9da9f","timestamp":1732463427786,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.spotlight[data-v-9ca6492c]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);bottom:-30vh;filter:blur(20vh);height:40vh}.gradient-border[data-v-9ca6492c]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;position:relative}@media (prefers-color-scheme:light){.gradient-border[data-v-9ca6492c]{background-color:#ffffff4d}.gradient-border[data-v-9ca6492c]:before{background:linear-gradient(90deg,#e2e2e2,#e2e2e2 25%,#00dc82,#36e4da 75%,#0047e1)}}@media (prefers-color-scheme:dark){.gradient-border[data-v-9ca6492c]{background-color:#1414144d}.gradient-border[data-v-9ca6492c]:before{background:linear-gradient(90deg,#303030,#303030 25%,#00dc82,#36e4da 75%,#0047e1)}}.gradient-border[data-v-9ca6492c]:before{background-size:400% auto;border-radius:.5rem;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.5;padding:2px;position:absolute;right:0;top:0;transition:background-position .3s ease-in-out,opacity .2s ease-in-out;width:100%}.gradient-border[data-v-9ca6492c]:hover:before{background-position:-50% 0;opacity:1}.fixed[data-v-9ca6492c]{position:fixed}.left-0[data-v-9ca6492c]{left:0}.right-0[data-v-9ca6492c]{right:0}.z-10[data-v-9ca6492c]{z-index:10}.z-20[data-v-9ca6492c]{z-index:20}.grid[data-v-9ca6492c]{display:grid}.mb-16[data-v-9ca6492c]{margin-bottom:4rem}.mb-8[data-v-9ca6492c]{margin-bottom:2rem}.max-w-520px[data-v-9ca6492c]{max-width:520px}.min-h-screen[data-v-9ca6492c]{min-height:100vh}.w-full[data-v-9ca6492c]{width:100%}.flex[data-v-9ca6492c]{display:flex}.cursor-pointer[data-v-9ca6492c]{cursor:pointer}.place-content-center[data-v-9ca6492c]{place-content:center}.items-center[data-v-9ca6492c]{align-items:center}.justify-center[data-v-9ca6492c]{justify-content:center}.overflow-hidden[data-v-9ca6492c]{overflow:hidden}.bg-white[data-v-9ca6492c]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-4[data-v-9ca6492c]{padding-left:1rem;padding-right:1rem}.px-8[data-v-9ca6492c]{padding-left:2rem;padding-right:2rem}.py-2[data-v-9ca6492c]{padding-bottom:.5rem;padding-top:.5rem}.text-center[data-v-9ca6492c]{text-align:center}.text-8xl[data-v-9ca6492c]{font-size:6rem;line-height:1}.text-xl[data-v-9ca6492c]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-9ca6492c]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-light[data-v-9ca6492c]{font-weight:300}.font-medium[data-v-9ca6492c]{font-weight:500}.leading-tight[data-v-9ca6492c]{line-height:1.25}.font-sans[data-v-9ca6492c]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.antialiased[data-v-9ca6492c]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){.dark\:bg-black[data-v-9ca6492c]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\:text-white[data-v-9ca6492c]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\:px-0[data-v-9ca6492c]{padding-left:0;padding-right:0}.sm\:px-6[data-v-9ca6492c]{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-3[data-v-9ca6492c]{padding-bottom:.75rem;padding-top:.75rem}.sm\:text-4xl[data-v-9ca6492c]{font-size:2.25rem;line-height:2.5rem}.sm\:text-xl[data-v-9ca6492c]{font-size:1.25rem;line-height:1.75rem}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.spotlight[data-v-cd6af75d]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);filter:blur(20vh)}.fixed[data-v-cd6af75d]{position:fixed}.-bottom-1\/2[data-v-cd6af75d]{bottom:-50%}.left-0[data-v-cd6af75d]{left:0}.right-0[data-v-cd6af75d]{right:0}.grid[data-v-cd6af75d]{display:grid}.mb-16[data-v-cd6af75d]{margin-bottom:4rem}.mb-8[data-v-cd6af75d]{margin-bottom:2rem}.h-1\/2[data-v-cd6af75d]{height:50%}.max-w-520px[data-v-cd6af75d]{max-width:520px}.min-h-screen[data-v-cd6af75d]{min-height:100vh}.place-content-center[data-v-cd6af75d]{place-content:center}.overflow-hidden[data-v-cd6af75d]{overflow:hidden}.bg-white[data-v-cd6af75d]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-8[data-v-cd6af75d]{padding-left:2rem;padding-right:2rem}.text-center[data-v-cd6af75d]{text-align:center}.text-8xl[data-v-cd6af75d]{font-size:6rem;line-height:1}.text-xl[data-v-cd6af75d]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-cd6af75d]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-light[data-v-cd6af75d]{font-weight:300}.font-medium[data-v-cd6af75d]{font-weight:500}.leading-tight[data-v-cd6af75d]{line-height:1.25}.font-sans[data-v-cd6af75d]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.antialiased[data-v-cd6af75d]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){.dark\:bg-black[data-v-cd6af75d]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\:text-white[data-v-cd6af75d]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\:px-0[data-v-cd6af75d]{padding-left:0;padding-right:0}.sm\:text-4xl[data-v-cd6af75d]{font-size:2.25rem;line-height:2.5rem}}
|
package/dist/client/index.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!DOCTYPE html><html data-capo=""><head><meta charset="utf-8">
|
|
2
2
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
3
3
|
<link rel="stylesheet" href="/__nuxt-schema-org/_nuxt/entry.Cc8gWLj6.css" crossorigin>
|
|
4
|
-
<link rel="modulepreload" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/
|
|
4
|
+
<link rel="modulepreload" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/Bm59UW0t.js">
|
|
5
5
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/BwpQXVS2.js">
|
|
6
6
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/Ci-La1BS.js">
|
|
7
7
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/DOAn35dn.js">
|
|
@@ -271,9 +271,9 @@
|
|
|
271
271
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/D0r3Knsf.js">
|
|
272
272
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/CVO1_9PV.js">
|
|
273
273
|
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/CG6Dc4jp.js">
|
|
274
|
-
<link rel="prefetch" as="style" crossorigin href="/__nuxt-schema-org/_nuxt/error-404.
|
|
275
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/
|
|
276
|
-
<link rel="prefetch" as="style" crossorigin href="/__nuxt-schema-org/_nuxt/error-500.
|
|
277
|
-
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/
|
|
278
|
-
<script type="module" src="/__nuxt-schema-org/_nuxt/
|
|
279
|
-
<script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-schema-org",buildId:"
|
|
274
|
+
<link rel="prefetch" as="style" crossorigin href="/__nuxt-schema-org/_nuxt/error-404.O0-zGLt6.css">
|
|
275
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/Dyx3h7ta.js">
|
|
276
|
+
<link rel="prefetch" as="style" crossorigin href="/__nuxt-schema-org/_nuxt/error-500.qQHJY5DZ.css">
|
|
277
|
+
<link rel="prefetch" as="script" crossorigin href="/__nuxt-schema-org/_nuxt/DmmnkimP.js">
|
|
278
|
+
<script type="module" src="/__nuxt-schema-org/_nuxt/Bm59UW0t.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1732463446529,false]</script>
|
|
279
|
+
<script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-schema-org",buildId:"76508af3-eef1-484d-9e1e-67d2e1b9da9f",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
|
package/dist/module.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { NuxtModule } from '@nuxt/schema';
|
|
2
2
|
import { ScriptBase, TagUserProperties, DataKeys } from '@unhead/schema';
|
|
3
|
-
import { OrganizationSimple, PersonSimple } from '@unhead/schema-org';
|
|
3
|
+
import { OrganizationSimple, PersonSimple, LocalBusinessSimple } from '@unhead/schema-org';
|
|
4
4
|
|
|
5
5
|
interface ModuleOptions {
|
|
6
6
|
/**
|
|
@@ -10,7 +10,7 @@ interface ModuleOptions {
|
|
|
10
10
|
/**
|
|
11
11
|
* The identity of the site.
|
|
12
12
|
*/
|
|
13
|
-
identity?: 'Person' | 'Organization' | OrganizationSimple | PersonSimple;
|
|
13
|
+
identity?: 'Person' | 'Organization' | 'LocalBusiness' | OrganizationSimple | PersonSimple | LocalBusinessSimple;
|
|
14
14
|
/**
|
|
15
15
|
* Whether the module should be loaded.
|
|
16
16
|
*
|
package/dist/module.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { NuxtModule } from '@nuxt/schema';
|
|
2
2
|
import { ScriptBase, TagUserProperties, DataKeys } from '@unhead/schema';
|
|
3
|
-
import { OrganizationSimple, PersonSimple } from '@unhead/schema-org';
|
|
3
|
+
import { OrganizationSimple, PersonSimple, LocalBusinessSimple } from '@unhead/schema-org';
|
|
4
4
|
|
|
5
5
|
interface ModuleOptions {
|
|
6
6
|
/**
|
|
@@ -10,7 +10,7 @@ interface ModuleOptions {
|
|
|
10
10
|
/**
|
|
11
11
|
* The identity of the site.
|
|
12
12
|
*/
|
|
13
|
-
identity?: 'Person' | 'Organization' | OrganizationSimple | PersonSimple;
|
|
13
|
+
identity?: 'Person' | 'Organization' | 'LocalBusiness' | OrganizationSimple | PersonSimple | LocalBusinessSimple;
|
|
14
14
|
/**
|
|
15
15
|
* Whether the module should be loaded.
|
|
16
16
|
*
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { useNuxt, createResolver, addTemplate, defineNuxtModule, useLogger, hasNuxtModule, addPlugin, addComponent, addImports, addServerHandler } from '@nuxt/kit';
|
|
1
|
+
import { useNuxt, createResolver, addTemplate, defineNuxtModule, useLogger, hasNuxtModule, addPlugin, hasNuxtModuleCompatibility, addServerPlugin, addComponent, addImports, addServerHandler } from '@nuxt/kit';
|
|
2
2
|
import { schemaOrgAutoImports, schemaOrgComponents } from '@unhead/schema-org/vue';
|
|
3
|
-
import { installNuxtSiteConfig } from 'nuxt-site-config
|
|
3
|
+
import { installNuxtSiteConfig } from 'nuxt-site-config/kit';
|
|
4
|
+
import { readPackageJSON } from 'pkg-types';
|
|
4
5
|
import { existsSync } from 'node:fs';
|
|
5
6
|
import { relative } from 'pathe';
|
|
6
7
|
|
|
7
|
-
const version = "3.4.6";
|
|
8
|
-
|
|
9
8
|
const DEVTOOLS_UI_ROUTE = "/__nuxt-schema-org";
|
|
10
9
|
const DEVTOOLS_UI_LOCAL_PORT = 3030;
|
|
11
10
|
function setupDevToolsUI(options, resolve, nuxt = useNuxt()) {
|
|
@@ -79,15 +78,17 @@ const module = defineNuxtModule({
|
|
|
79
78
|
defaults(nuxt) {
|
|
80
79
|
return {
|
|
81
80
|
enabled: true,
|
|
82
|
-
debug: false,
|
|
81
|
+
debug: nuxt.options.debug || false,
|
|
83
82
|
defaults: true,
|
|
84
83
|
reactive: nuxt.options.dev || !nuxt.options.ssr,
|
|
85
84
|
minify: !nuxt.options.dev
|
|
86
85
|
};
|
|
87
86
|
},
|
|
88
87
|
async setup(config, nuxt) {
|
|
89
|
-
const
|
|
90
|
-
|
|
88
|
+
const { resolve } = createResolver(import.meta.url);
|
|
89
|
+
const { name, version } = await readPackageJSON(resolve("../package.json"));
|
|
90
|
+
const logger = useLogger(name);
|
|
91
|
+
logger.level = config.debug ? 4 : 3;
|
|
91
92
|
if (config.enabled === false) {
|
|
92
93
|
logger.debug("The module is disabled, skipping setup.");
|
|
93
94
|
return;
|
|
@@ -99,7 +100,6 @@ const module = defineNuxtModule({
|
|
|
99
100
|
id: "schema-org-graph"
|
|
100
101
|
};
|
|
101
102
|
}
|
|
102
|
-
const { resolve } = createResolver(import.meta.url);
|
|
103
103
|
await installNuxtSiteConfig();
|
|
104
104
|
const runtimeConfig = {
|
|
105
105
|
reactive: config.reactive,
|
|
@@ -124,6 +124,9 @@ const module = defineNuxtModule({
|
|
|
124
124
|
});
|
|
125
125
|
}
|
|
126
126
|
nuxt.options.alias["#schema-org"] = resolve("./runtime");
|
|
127
|
+
if (hasNuxtModule("@nuxt/content") && await hasNuxtModuleCompatibility("@nuxt/content", "^2")) {
|
|
128
|
+
addServerPlugin(resolve("./runtime/server/plugins/nuxt-content"));
|
|
129
|
+
}
|
|
127
130
|
if (!config.reactive)
|
|
128
131
|
nuxt.options.optimization.treeShake.composables.client["nuxt-schema-org"] = schemaOrgAutoImports[0].imports;
|
|
129
132
|
for (const component of schemaOrgComponents) {
|
|
@@ -2,10 +2,11 @@ import {
|
|
|
2
2
|
createSitePathResolver,
|
|
3
3
|
useSiteConfig
|
|
4
4
|
} from "#imports";
|
|
5
|
-
import {
|
|
5
|
+
import { SchemaOrgUnheadPlugin, useSchemaOrg } from "@unhead/schema-org";
|
|
6
6
|
import { injectHead } from "@unhead/vue";
|
|
7
7
|
import { defu } from "defu";
|
|
8
8
|
import { useRoute } from "nuxt/app";
|
|
9
|
+
import { camelCase } from "scule";
|
|
9
10
|
import { withoutTrailingSlash } from "ufo";
|
|
10
11
|
import { computed } from "vue";
|
|
11
12
|
import { useSchemaOrgConfig } from "./config.js";
|
|
@@ -68,8 +69,7 @@ export function maybeAddIdentitySchemaOrg() {
|
|
|
68
69
|
`https://twitter.com/${id}`
|
|
69
70
|
];
|
|
70
71
|
}
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
]);
|
|
72
|
+
identityPayload._resolver = identityPayload._resolver || camelCase(identityType);
|
|
73
|
+
useSchemaOrg([identityPayload]);
|
|
74
74
|
}
|
|
75
75
|
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { defineWebPage } from "@unhead/schema-org";
|
|
2
|
+
import { defu } from "defu";
|
|
3
|
+
import { defineNitroPlugin } from "nitropack/runtime";
|
|
4
|
+
import { useSchemaOrgConfig } from "../utils/config.js";
|
|
5
|
+
export default defineNitroPlugin((nitroApp) => {
|
|
6
|
+
const config = useSchemaOrgConfig();
|
|
7
|
+
nitroApp.hooks.hook("content:file:afterParse", async (content) => {
|
|
8
|
+
if (content._draft || content._extension !== "md" || content._partial || content.indexable === false || content.index === false)
|
|
9
|
+
return;
|
|
10
|
+
if (!content.schemaOrg) {
|
|
11
|
+
return;
|
|
12
|
+
}
|
|
13
|
+
const nodes = Array.isArray(content.schemaOrg) ? content.schemaOrg : [defineWebPage(content.schemaOrg)];
|
|
14
|
+
const replaceType = (node) => {
|
|
15
|
+
if (node.type) {
|
|
16
|
+
node["@type"] = node.type;
|
|
17
|
+
delete node.type;
|
|
18
|
+
}
|
|
19
|
+
Object.entries(node).forEach(([, value]) => {
|
|
20
|
+
if (typeof value === "object") {
|
|
21
|
+
replaceType(value);
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
return node;
|
|
25
|
+
};
|
|
26
|
+
const script = {
|
|
27
|
+
type: "application/ld+json",
|
|
28
|
+
key: "schema-org-graph",
|
|
29
|
+
nodes: nodes.map(replaceType),
|
|
30
|
+
...config.scriptAttributes
|
|
31
|
+
};
|
|
32
|
+
content.head = defu({
|
|
33
|
+
script: [script]
|
|
34
|
+
}, content.head);
|
|
35
|
+
return content;
|
|
36
|
+
});
|
|
37
|
+
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useRuntimeConfig } from "#imports";
|
|
2
1
|
import { defu } from "defu";
|
|
2
|
+
import { useRuntimeConfig } from "nitropack/runtime";
|
|
3
3
|
export function useSchemaOrgConfig(e) {
|
|
4
4
|
const runtimeConfig = useRuntimeConfig(e);
|
|
5
5
|
return defu(import.meta.client ? runtimeConfig.public["nuxt-schema-org"] : runtimeConfig["nuxt-schema-org"], {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@unhead/schema-org';
|
package/dist/schema.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@unhead/schema-org';
|
package/dist/schema.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@unhead/schema-org';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-schema-org",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.0",
|
|
5
5
|
"description": "The quickest and easiest way to build Schema.org graphs for Nuxt.",
|
|
6
6
|
"author": "Harlan Wilton <harlan@harlanzw.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -26,30 +26,36 @@
|
|
|
26
26
|
"types": "./dist/types.d.ts",
|
|
27
27
|
"import": "./dist/module.mjs",
|
|
28
28
|
"require": "./dist/module.cjs"
|
|
29
|
+
},
|
|
30
|
+
"./schema": {
|
|
31
|
+
"types": "./dist/schema.d.ts",
|
|
32
|
+
"import": "./dist/schema.mjs"
|
|
29
33
|
}
|
|
30
34
|
},
|
|
31
35
|
"main": "./dist/module.cjs",
|
|
32
36
|
"types": "./dist/types.d.ts",
|
|
33
37
|
"files": [
|
|
34
|
-
"dist"
|
|
38
|
+
"dist",
|
|
39
|
+
"schema.d.ts"
|
|
35
40
|
],
|
|
36
41
|
"dependencies": {
|
|
37
42
|
"@nuxt/devtools-kit": "^1.6.1",
|
|
38
43
|
"@nuxt/kit": "^3.14.1592",
|
|
39
44
|
"@unhead/schema-org": "^1.11.11",
|
|
40
|
-
"nuxt-site-config": "^
|
|
41
|
-
"nuxt-site-config-kit": "^2.2.21",
|
|
45
|
+
"nuxt-site-config": "^3.0.3",
|
|
42
46
|
"pathe": "^1.1.2",
|
|
47
|
+
"pkg-types": "^1.2.1",
|
|
43
48
|
"sirv": "^3.0.0"
|
|
44
49
|
},
|
|
45
50
|
"devDependencies": {
|
|
46
51
|
"@antfu/eslint-config": "^3.9.2",
|
|
52
|
+
"@nuxt/content": "^2.13.4",
|
|
47
53
|
"@nuxt/module-builder": "^0.8.4",
|
|
48
54
|
"@nuxt/schema": "^3.14.1592",
|
|
49
55
|
"@nuxt/test-utils": "^3.14.4",
|
|
50
56
|
"@nuxt/ui": "^2.19.2",
|
|
51
57
|
"@nuxtjs/i18n": "^9.1.0",
|
|
52
|
-
"@nuxtjs/robots": "^
|
|
58
|
+
"@nuxtjs/robots": "^5.0.0",
|
|
53
59
|
"bumpp": "^9.8.1",
|
|
54
60
|
"cheerio": "1.0.0",
|
|
55
61
|
"eslint": "^9.15.0",
|
package/schema.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './dist/schema'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"69604b9b-c220-45fb-b94c-5b377e3a8555","timestamp":1732201318135,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.spotlight[data-v-fbba4a62]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);bottom:-30vh;filter:blur(20vh);height:40vh}.gradient-border[data-v-fbba4a62]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;position:relative}@media (prefers-color-scheme:light){.gradient-border[data-v-fbba4a62]{background-color:#ffffff4d}.gradient-border[data-v-fbba4a62]:before{background:linear-gradient(90deg,#e2e2e2,#e2e2e2 25%,#00dc82,#36e4da 75%,#0047e1)}}@media (prefers-color-scheme:dark){.gradient-border[data-v-fbba4a62]{background-color:#1414144d}.gradient-border[data-v-fbba4a62]:before{background:linear-gradient(90deg,#303030,#303030 25%,#00dc82,#36e4da 75%,#0047e1)}}.gradient-border[data-v-fbba4a62]:before{background-size:400% auto;border-radius:.5rem;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.5;padding:2px;position:absolute;right:0;top:0;transition:background-position .3s ease-in-out,opacity .2s ease-in-out;width:100%}.gradient-border[data-v-fbba4a62]:hover:before{background-position:-50% 0;opacity:1}.fixed[data-v-fbba4a62]{position:fixed}.left-0[data-v-fbba4a62]{left:0}.right-0[data-v-fbba4a62]{right:0}.z-10[data-v-fbba4a62]{z-index:10}.z-20[data-v-fbba4a62]{z-index:20}.grid[data-v-fbba4a62]{display:grid}.mb-16[data-v-fbba4a62]{margin-bottom:4rem}.mb-8[data-v-fbba4a62]{margin-bottom:2rem}.max-w-520px[data-v-fbba4a62]{max-width:520px}.min-h-screen[data-v-fbba4a62]{min-height:100vh}.w-full[data-v-fbba4a62]{width:100%}.flex[data-v-fbba4a62]{display:flex}.cursor-pointer[data-v-fbba4a62]{cursor:pointer}.place-content-center[data-v-fbba4a62]{place-content:center}.items-center[data-v-fbba4a62]{align-items:center}.justify-center[data-v-fbba4a62]{justify-content:center}.overflow-hidden[data-v-fbba4a62]{overflow:hidden}.bg-white[data-v-fbba4a62]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-4[data-v-fbba4a62]{padding-left:1rem;padding-right:1rem}.px-8[data-v-fbba4a62]{padding-left:2rem;padding-right:2rem}.py-2[data-v-fbba4a62]{padding-bottom:.5rem;padding-top:.5rem}.text-center[data-v-fbba4a62]{text-align:center}.text-8xl[data-v-fbba4a62]{font-size:6rem;line-height:1}.text-xl[data-v-fbba4a62]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-fbba4a62]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-light[data-v-fbba4a62]{font-weight:300}.font-medium[data-v-fbba4a62]{font-weight:500}.leading-tight[data-v-fbba4a62]{line-height:1.25}.font-sans[data-v-fbba4a62]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.antialiased[data-v-fbba4a62]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){.dark\:bg-black[data-v-fbba4a62]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\:text-white[data-v-fbba4a62]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\:px-0[data-v-fbba4a62]{padding-left:0;padding-right:0}.sm\:px-6[data-v-fbba4a62]{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-3[data-v-fbba4a62]{padding-bottom:.75rem;padding-top:.75rem}.sm\:text-4xl[data-v-fbba4a62]{font-size:2.25rem;line-height:2.5rem}.sm\:text-xl[data-v-fbba4a62]{font-size:1.25rem;line-height:1.75rem}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.spotlight[data-v-96c1d587]{background:linear-gradient(45deg,#00dc82,#36e4da 50%,#0047e1);filter:blur(20vh)}.fixed[data-v-96c1d587]{position:fixed}.-bottom-1\/2[data-v-96c1d587]{bottom:-50%}.left-0[data-v-96c1d587]{left:0}.right-0[data-v-96c1d587]{right:0}.grid[data-v-96c1d587]{display:grid}.mb-16[data-v-96c1d587]{margin-bottom:4rem}.mb-8[data-v-96c1d587]{margin-bottom:2rem}.h-1\/2[data-v-96c1d587]{height:50%}.max-w-520px[data-v-96c1d587]{max-width:520px}.min-h-screen[data-v-96c1d587]{min-height:100vh}.place-content-center[data-v-96c1d587]{place-content:center}.overflow-hidden[data-v-96c1d587]{overflow:hidden}.bg-white[data-v-96c1d587]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-8[data-v-96c1d587]{padding-left:2rem;padding-right:2rem}.text-center[data-v-96c1d587]{text-align:center}.text-8xl[data-v-96c1d587]{font-size:6rem;line-height:1}.text-xl[data-v-96c1d587]{font-size:1.25rem;line-height:1.75rem}.text-black[data-v-96c1d587]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.font-light[data-v-96c1d587]{font-weight:300}.font-medium[data-v-96c1d587]{font-weight:500}.leading-tight[data-v-96c1d587]{line-height:1.25}.font-sans[data-v-96c1d587]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.antialiased[data-v-96c1d587]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){.dark\:bg-black[data-v-96c1d587]{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark\:text-white[data-v-96c1d587]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media (min-width:640px){.sm\:px-0[data-v-96c1d587]{padding-left:0;padding-right:0}.sm\:text-4xl[data-v-96c1d587]{font-size:2.25rem;line-height:2.5rem}}
|