Skip to content

Commit 52a9741

Browse files
Regenerate schema artifacts
1 parent 03e6fe5 commit 52a9741

7 files changed

Lines changed: 176 additions & 170 deletions

File tree

src/resources/editor/tools/vs-code.mjs

Lines changed: 54 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -12221,8 +12221,13 @@ var require_yaml_intelligence_resources = __commonJS({
1222112221
},
1222212222
{
1222312223
id: "logo-light-dark-specifier-path-optional",
12224-
description: "Any of the ways a logo can be specified: string, object, or light/dark object of string or object\n",
12224+
description: "Any of the ways a logo can be specified: string, object, or light/dark object of string or object. Use `false` to explicitly disable the logo.\n",
1222512225
anyOf: [
12226+
{
12227+
enum: [
12228+
false
12229+
]
12230+
},
1222612231
{
1222712232
ref: "logo-specifier-path-optional"
1222812233
},
@@ -14590,42 +14595,6 @@ var require_yaml_intelligence_resources = __commonJS({
1459014595
},
1459114596
description: "Contributors to this publication."
1459214597
},
14593-
{
14594-
name: "subject",
14595-
tags: {
14596-
formats: [
14597-
"$epub-all"
14598-
]
14599-
},
14600-
schema: {
14601-
anyOf: [
14602-
"string",
14603-
{
14604-
object: {
14605-
closed: true,
14606-
properties: {
14607-
text: {
14608-
string: {
14609-
description: "The subject text."
14610-
}
14611-
},
14612-
authority: {
14613-
string: {
14614-
description: "An EPUB reserved authority value."
14615-
}
14616-
},
14617-
term: {
14618-
string: {
14619-
description: "The subject term (defined by the schema)."
14620-
}
14621-
}
14622-
}
14623-
}
14624-
}
14625-
]
14626-
},
14627-
description: "The subject of the publication."
14628-
},
1462914598
{
1463014599
name: "type",
1463114600
tags: {
@@ -17213,12 +17182,39 @@ var require_yaml_intelligence_resources = __commonJS({
1721317182
},
1721417183
{
1721517184
name: "subject",
17216-
schema: "string",
17185+
schema: {
17186+
anyOf: [
17187+
"string",
17188+
{
17189+
object: {
17190+
closed: true,
17191+
properties: {
17192+
text: {
17193+
string: {
17194+
description: "The subject text."
17195+
}
17196+
},
17197+
authority: {
17198+
string: {
17199+
description: "An EPUB reserved authority value."
17200+
}
17201+
},
17202+
term: {
17203+
string: {
17204+
description: "The subject term (defined by the schema)."
17205+
}
17206+
}
17207+
}
17208+
}
17209+
}
17210+
]
17211+
},
1721717212
tags: {
1721817213
formats: [
1721917214
"$pdf-all",
1722017215
"$office-all",
17221-
"odt"
17216+
"odt",
17217+
"$epub-all"
1722217218
]
1722317219
},
1722417220
description: "The document subject"
@@ -20732,6 +20728,9 @@ var require_yaml_intelligence_resources = __commonJS({
2073220728
comments: {
2073320729
title: "Comments"
2073420730
},
20731+
a11y: {
20732+
title: "Accessibility"
20733+
},
2073520734
includes: {
2073620735
title: "Includes"
2073720736
},
@@ -23292,17 +23291,17 @@ var require_yaml_intelligence_resources = __commonJS({
2329223291
"Sets the CSS <code>color</code> property.",
2329323292
{
2329423293
short: "Sets the color of hyperlinks in the document.",
23295-
long: 'For HTML output, sets the CSS <code>color</code> property on all\nlinks.\nFor LaTeX output, The color used for internal links using color\noptions allowed by <a href="https://ctan.org/pkg/xcolor"><code>xcolor</code></a>, including\nthe <code>dvipsnames</code>, <code>svgnames</code>, and\n<code>x11names</code> lists.\nFor ConTeXt output, sets the color for both external links and links\nwithin the document.'
23294+
long: 'For HTML output, sets the CSS <code>color</code> property on all\nlinks.\nFor LaTeX output, The color used for internal links using color\noptions allowed by <a href="https://ctan.org/pkg/xcolor"><code>xcolor</code></a>, including\nthe <code>dvipsnames</code>, <code>svgnames</code>, and\n<code>x11names</code> lists.\nFor ConTeXt output, sets the color for both external links and links\nwithin the document.\nFor Typst output, sets the color of internal hyperlinks using Typst\ncolor syntax.'
2329623295
},
2329723296
"Sets the CSS <code>background-color</code> property on code elements\nand adds extra padding.",
2329823297
"Sets the CSS <code>background-color</code> property on the html\nelement.",
2329923298
{
23300-
short: "The color used for external links using color options allowed by\n<code>xcolor</code>",
23301-
long: 'The color used for external links using color options allowed by <a href="https://ctan.org/pkg/xcolor"><code>xcolor</code></a>, including\nthe <code>dvipsnames</code>, <code>svgnames</code>, and\n<code>x11names</code> lists.'
23299+
short: "The color used for external links.",
23300+
long: 'For LaTeX output, the color used for external links using color\noptions allowed by <a href="https://ctan.org/pkg/xcolor"><code>xcolor</code></a>, including\nthe <code>dvipsnames</code>, <code>svgnames</code>, and\n<code>x11names</code> lists.\nFor Typst output, sets the color of external file links using Typst\ncolor syntax.'
2330223301
},
2330323302
{
23304-
short: "The color used for citation links using color options allowed by\n<code>xcolor</code>",
23305-
long: 'The color used for citation links using color options allowed by <a href="https://ctan.org/pkg/xcolor"><code>xcolor</code></a>, including\nthe <code>dvipsnames</code>, <code>svgnames</code>, and\n<code>x11names</code> lists.'
23303+
short: "The color used for citation links.",
23304+
long: 'For LaTeX output, the color used for citation links using color\noptions allowed by <a href="https://ctan.org/pkg/xcolor"><code>xcolor</code></a>, including\nthe <code>dvipsnames</code>, <code>svgnames</code>, and\n<code>x11names</code> lists.\nFor Typst output, sets the color of citation links using Typst color\nsyntax.'
2330623305
},
2330723306
{
2330823307
short: "The color used for linked URLs using color options allowed by\n<code>xcolor</code>",
@@ -23498,6 +23497,10 @@ var require_yaml_intelligence_resources = __commonJS({
2349823497
short: "Sets the font used for when displaying code.",
2349923498
long: 'For HTML output, sets the CSS font-family property on code\nelements.\nFor PowerPoint output, sets the font used for code.\nFor LaTeX output, the monospace font family for use with\n<code>xelatex</code> or <code>lualatex</code>: take the name of any\nsystem font, using the <a href="https://ctan.org/pkg/fontspec"><code>fontspec</code></a>\npackage.\nFor ConTeXt output, the monspace font family. Use the name of any\nsystem font. See <a href="https://wiki.contextgarden.net/Fonts">ConTeXt\nFonts</a> for more information.'
2350023499
},
23500+
{
23501+
short: "Sets the font used for code in Typst output.",
23502+
long: "For Typst output, sets the font used for displaying code. Takes the\nname of any font available to Typst (system fonts or fonts in\ndirectories specified by <code>font-paths</code>)."
23503+
},
2350123504
{
2350223505
short: "Sets the main font size for the document.",
2350323506
long: "For HTML output, sets the base CSS <code>font-size</code>\nproperty.\nFor LaTeX and ConTeXt output, sets the font size for the document\nbody text."
@@ -23519,8 +23522,8 @@ var require_yaml_intelligence_resources = __commonJS({
2351923522
long: 'The sans serif font family for use with <code>xelatex</code> or\n<code>lualatex</code>. Takes the name of any system font, using the <a href="https://ctan.org/pkg/fontspec"><code>fontspec</code></a>\npackage.'
2352023523
},
2352123524
{
23522-
short: "The math font family for use with <code>xelatex</code> or\n<code>lualatex</code>.",
23523-
long: 'The math font family for use with <code>xelatex</code> or\n<code>lualatex</code>. Takes the name of any system font, using the <a href="https://ctan.org/pkg/fontspec"><code>fontspec</code></a>\npackage.'
23525+
short: "The math font family for use with <code>xelatex</code>,\n<code>lualatex</code>, or Typst.",
23526+
long: 'For LaTeX output, the math font family for use with\n<code>xelatex</code> or <code>lualatex</code>. Takes the name of any\nsystem font, using the <a href="https://ctan.org/pkg/fontspec"><code>fontspec</code></a>\npackage.\nFor Typst output, sets the font used for mathematical content.'
2352423527
},
2352523528
{
2352623529
short: "The CJK main font family for use with <code>xelatex</code> or\n<code>lualatex</code>.",
@@ -23558,7 +23561,7 @@ var require_yaml_intelligence_resources = __commonJS({
2355823561
"The line height, for example, <code>12p</code>.",
2355923562
{
2356023563
short: "Sets the line height or spacing for text in the document.",
23561-
long: 'For HTML output sets the CSS <code>line-height</code> property on the\nhtml element, which is preferred to be unitless.\nFor LaTeX output, adjusts line spacing using the <a href="https://ctan.org/pkg/setspace">setspace</a> package, e.g.&nbsp;1.25,\n1.5.'
23564+
long: 'For HTML output sets the CSS <code>line-height</code> property on the\nhtml element, which is preferred to be unitless.\nFor LaTeX output, adjusts line spacing using the <a href="https://ctan.org/pkg/setspace">setspace</a> package, e.g.&nbsp;1.25,\n1.5.\nFor Typst output, adjusts the spacing between lines of text.'
2356223565
},
2356323566
"Adjusts line spacing using the <code>\\setupinterlinespace</code>\ncommand.",
2356423567
"The typeface style for links in the document.",
@@ -25132,11 +25135,7 @@ var require_yaml_intelligence_resources = __commonJS({
2513225135
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2513325136
"Manuscript configuration",
2513425137
"internal-schema-hack",
25135-
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019.",
25136-
{
25137-
short: "Sets the font used for code in Typst output.",
25138-
long: "For Typst output, sets the font used for displaying code. Takes the\nname of any font available to Typst (system fonts or fonts in\ndirectories specified by <code>font-paths</code>)."
25139-
}
25138+
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019."
2514025139
],
2514125140
"schema/external-schemas.yml": [
2514225141
{
@@ -25366,12 +25365,12 @@ var require_yaml_intelligence_resources = __commonJS({
2536625365
mermaid: "%%"
2536725366
},
2536825367
"handlers/mermaid/schema.yml": {
25369-
_internalId: 222606,
25368+
_internalId: 222775,
2537025369
type: "object",
2537125370
description: "be an object",
2537225371
properties: {
2537325372
"mermaid-format": {
25374-
_internalId: 222598,
25373+
_internalId: 222767,
2537525374
type: "enum",
2537625375
enum: [
2537725376
"png",
@@ -25387,7 +25386,7 @@ var require_yaml_intelligence_resources = __commonJS({
2538725386
exhaustiveCompletions: true
2538825387
},
2538925388
theme: {
25390-
_internalId: 222605,
25389+
_internalId: 222774,
2539125390
type: "anyOf",
2539225391
anyOf: [
2539325392
{

src/resources/editor/tools/yaml/all-schema-definitions.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)