Skip to content

Commit a6634dd

Browse files
artifacts
1 parent 70e7df7 commit a6634dd

File tree

6 files changed

+192
-48
lines changed

6 files changed

+192
-48
lines changed

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

Lines changed: 45 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12544,6 +12544,42 @@ var require_yaml_intelligence_resources = __commonJS({
1254412544
}
1254512545
}
1254612546
},
12547+
{
12548+
id: "brand-path-bool-light-dark",
12549+
anyOf: [
12550+
"string",
12551+
"boolean",
12552+
{
12553+
object: {
12554+
closed: true,
12555+
properties: {
12556+
light: {
12557+
anyOf: [
12558+
"string",
12559+
{
12560+
ref: "brand"
12561+
}
12562+
],
12563+
description: "The path to a light brand file or an inline light brand definition.\n"
12564+
},
12565+
dark: {
12566+
anyOf: [
12567+
"string",
12568+
{
12569+
ref: "brand"
12570+
}
12571+
],
12572+
description: "The path to a dark brand file or an inline dark brand definition.\n"
12573+
}
12574+
}
12575+
}
12576+
},
12577+
{
12578+
ref: "brand"
12579+
}
12580+
],
12581+
description: "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition, or an object with light and dark brand paths or definitions.\n"
12582+
},
1254712583
{
1254812584
id: "brand-defaults",
1254912585
object: {
@@ -16688,16 +16724,7 @@ var require_yaml_intelligence_resources = __commonJS({
1668816724
},
1668916725
{
1669016726
name: "brand",
16691-
schema: {
16692-
anyOf: [
16693-
"string",
16694-
"boolean",
16695-
{
16696-
ref: "brand"
16697-
}
16698-
]
16699-
},
16700-
description: "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
16727+
ref: "brand-path-bool-light-dark"
1670116728
},
1670216729
{
1670316730
name: "theme",
@@ -21910,11 +21937,15 @@ var require_yaml_intelligence_resources = __commonJS({
2191021937
"The font files to include. These can be local or online. Local file\npaths should be relative to the <code>brand.yml</code> file. Online\npaths should be complete URLs.",
2191121938
"The path to the font file. This can be a local path or a URL.",
2191221939
"A locally-installed font family name. When used, the end-user is\nresponsible for ensuring that the font is installed on their system.",
21940+
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don\u2019t use branding on this document. If an\nobject, an inline brand definition, or an object with light and dark\nbrand paths or definitions.",
21941+
"The path to a light brand file or an inline light brand\ndefinition.",
21942+
"The path to a dark brand file or an inline dark brand definition.",
2191321943
{
2191421944
short: "Unique label for code cell",
2191521945
long: "Unique label for code cell. Used when other code needs to refer to\nthe cell (e.g.&nbsp;for cross references <code>fig-samples</code> or\n<code>tbl-summary</code>)"
2191621946
},
2191721947
"Classes to apply to cell container",
21948+
"Array of rendering names",
2191821949
"Array of tags for notebook cell",
2191921950
{
2192021951
short: "Notebook cell identifier",
@@ -22879,7 +22910,6 @@ var require_yaml_intelligence_resources = __commonJS({
2287922910
},
2288022911
"If <code>true</code>, force the presence of the OJS runtime. If\n<code>false</code>, force the absence instead. If unset, the OJS runtime\nis included only if OJS cells are present in the document.",
2288122912
"Use the specified file as a style reference in producing a docx,\npptx, or odt file.",
22882-
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don\u2019t use branding on this document. If an\nobject, an inline brand definition.",
2288322913
"Theme name, theme scss file, or a mix of both.",
2288422914
"The light theme name, theme scss file, or a mix of both.",
2288522915
"The light theme name, theme scss file, or a mix of both.",
@@ -23630,6 +23660,7 @@ var require_yaml_intelligence_resources = __commonJS({
2363023660
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2363123661
"Manuscript configuration",
2363223662
"internal-schema-hack",
23663+
"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.",
2363323664
{
2363423665
short: "Include an automatically generated table of contents",
2363523666
long: ""
@@ -23982,7 +24013,6 @@ var require_yaml_intelligence_resources = __commonJS({
2398224013
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2398324014
"Manuscript configuration",
2398424015
"internal-schema-hack",
23985-
"Array of rendering names",
2398624016
"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."
2398724017
],
2398824018
"schema/external-schemas.yml": [
@@ -24212,12 +24242,12 @@ var require_yaml_intelligence_resources = __commonJS({
2421224242
mermaid: "%%"
2421324243
},
2421424244
"handlers/mermaid/schema.yml": {
24215-
_internalId: 194327,
24245+
_internalId: 194248,
2421624246
type: "object",
2421724247
description: "be an object",
2421824248
properties: {
2421924249
"mermaid-format": {
24220-
_internalId: 194319,
24250+
_internalId: 194240,
2422124251
type: "enum",
2422224252
enum: [
2422324253
"png",
@@ -24233,7 +24263,7 @@ var require_yaml_intelligence_resources = __commonJS({
2423324263
exhaustiveCompletions: true
2423424264
},
2423524265
theme: {
24236-
_internalId: 194326,
24266+
_internalId: 194247,
2423724267
type: "anyOf",
2423824268
anyOf: [
2423924269
{

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 45 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 45 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5516,6 +5516,42 @@
55165516
}
55175517
}
55185518
},
5519+
{
5520+
"id": "brand-path-bool-light-dark",
5521+
"anyOf": [
5522+
"string",
5523+
"boolean",
5524+
{
5525+
"object": {
5526+
"closed": true,
5527+
"properties": {
5528+
"light": {
5529+
"anyOf": [
5530+
"string",
5531+
{
5532+
"ref": "brand"
5533+
}
5534+
],
5535+
"description": "The path to a light brand file or an inline light brand definition.\n"
5536+
},
5537+
"dark": {
5538+
"anyOf": [
5539+
"string",
5540+
{
5541+
"ref": "brand"
5542+
}
5543+
],
5544+
"description": "The path to a dark brand file or an inline dark brand definition.\n"
5545+
}
5546+
}
5547+
}
5548+
},
5549+
{
5550+
"ref": "brand"
5551+
}
5552+
],
5553+
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition, or an object with light and dark brand paths or definitions.\n"
5554+
},
55195555
{
55205556
"id": "brand-defaults",
55215557
"object": {
@@ -9660,16 +9696,7 @@
96609696
},
96619697
{
96629698
"name": "brand",
9663-
"schema": {
9664-
"anyOf": [
9665-
"string",
9666-
"boolean",
9667-
{
9668-
"ref": "brand"
9669-
}
9670-
]
9671-
},
9672-
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition.\n"
9699+
"ref": "brand-path-bool-light-dark"
96739700
},
96749701
{
96759702
"name": "theme",
@@ -14882,11 +14909,15 @@
1488214909
"The font files to include. These can be local or online. Local file\npaths should be relative to the <code>brand.yml</code> file. Online\npaths should be complete URLs.",
1488314910
"The path to the font file. This can be a local path or a URL.",
1488414911
"A locally-installed font family name. When used, the end-user is\nresponsible for ensuring that the font is installed on their system.",
14912+
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don’t use branding on this document. If an\nobject, an inline brand definition, or an object with light and dark\nbrand paths or definitions.",
14913+
"The path to a light brand file or an inline light brand\ndefinition.",
14914+
"The path to a dark brand file or an inline dark brand definition.",
1488514915
{
1488614916
"short": "Unique label for code cell",
1488714917
"long": "Unique label for code cell. Used when other code needs to refer to\nthe cell (e.g.&nbsp;for cross references <code>fig-samples</code> or\n<code>tbl-summary</code>)"
1488814918
},
1488914919
"Classes to apply to cell container",
14920+
"Array of rendering names",
1489014921
"Array of tags for notebook cell",
1489114922
{
1489214923
"short": "Notebook cell identifier",
@@ -15851,7 +15882,6 @@
1585115882
},
1585215883
"If <code>true</code>, force the presence of the OJS runtime. If\n<code>false</code>, force the absence instead. If unset, the OJS runtime\nis included only if OJS cells are present in the document.",
1585315884
"Use the specified file as a style reference in producing a docx,\npptx, or odt file.",
15854-
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don’t use branding on this document. If an\nobject, an inline brand definition.",
1585515885
"Theme name, theme scss file, or a mix of both.",
1585615886
"The light theme name, theme scss file, or a mix of both.",
1585715887
"The light theme name, theme scss file, or a mix of both.",
@@ -16602,6 +16632,7 @@
1660216632
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
1660316633
"Manuscript configuration",
1660416634
"internal-schema-hack",
16635+
"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’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’.",
1660516636
{
1660616637
"short": "Include an automatically generated table of contents",
1660716638
"long": ""
@@ -16954,7 +16985,6 @@
1695416985
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
1695516986
"Manuscript configuration",
1695616987
"internal-schema-hack",
16957-
"Array of rendering names",
1695816988
"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’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’."
1695916989
],
1696016990
"schema/external-schemas.yml": [
@@ -17184,12 +17214,12 @@
1718417214
"mermaid": "%%"
1718517215
},
1718617216
"handlers/mermaid/schema.yml": {
17187-
"_internalId": 194327,
17217+
"_internalId": 194248,
1718817218
"type": "object",
1718917219
"description": "be an object",
1719017220
"properties": {
1719117221
"mermaid-format": {
17192-
"_internalId": 194319,
17222+
"_internalId": 194240,
1719317223
"type": "enum",
1719417224
"enum": [
1719517225
"png",
@@ -17205,7 +17235,7 @@
1720517235
"exhaustiveCompletions": true
1720617236
},
1720717237
"theme": {
17208-
"_internalId": 194326,
17238+
"_internalId": 194247,
1720917239
"type": "anyOf",
1721017240
"anyOf": [
1721117241
{

src/resources/formats/html/esbuild-analysis-cache.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"quarto.js": {
33
"inputs": {
44
"quarto.js": {
5-
"bytes": 26396,
5+
"bytes": 26830,
66
"imports": [],
77
"format": "esm"
88
}
@@ -20,10 +20,10 @@
2020
"entryPoint": "quarto.js",
2121
"inputs": {
2222
"quarto.js": {
23-
"bytesInOutput": 21946
23+
"bytesInOutput": 22313
2424
}
2525
},
26-
"bytes": 21946
26+
"bytes": 22313
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)