Skip to content

Commit ae56097

Browse files
artifacts
1 parent 2eb3122 commit ae56097

File tree

6 files changed

+198
-45
lines changed

6 files changed

+198
-45
lines changed

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

Lines changed: 47 additions & 14 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: {
@@ -16689,15 +16725,8 @@ var require_yaml_intelligence_resources = __commonJS({
1668916725
{
1669016726
name: "brand",
1669116727
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"
16728+
ref: "brand-path-bool-light-dark"
16729+
}
1670116730
},
1670216731
{
1670316732
name: "theme",
@@ -21915,6 +21944,7 @@ var require_yaml_intelligence_resources = __commonJS({
2191521944
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>)"
2191621945
},
2191721946
"Classes to apply to cell container",
21947+
"Array of rendering names",
2191821948
"Array of tags for notebook cell",
2191921949
{
2192021950
short: "Notebook cell identifier",
@@ -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,8 +24013,10 @@ 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",
23986-
"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."
24016+
"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.",
24017+
"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.",
24018+
"The path to a light brand file or an inline light brand\ndefinition.",
24019+
"The path to a dark brand file or an inline dark brand definition."
2398724020
],
2398824021
"schema/external-schemas.yml": [
2398924022
{
@@ -24212,12 +24245,12 @@ var require_yaml_intelligence_resources = __commonJS({
2421224245
mermaid: "%%"
2421324246
},
2421424247
"handlers/mermaid/schema.yml": {
24215-
_internalId: 194327,
24248+
_internalId: 194723,
2421624249
type: "object",
2421724250
description: "be an object",
2421824251
properties: {
2421924252
"mermaid-format": {
24220-
_internalId: 194319,
24253+
_internalId: 194715,
2422124254
type: "enum",
2422224255
enum: [
2422324256
"png",
@@ -24233,7 +24266,7 @@ var require_yaml_intelligence_resources = __commonJS({
2423324266
exhaustiveCompletions: true
2423424267
},
2423524268
theme: {
24236-
_internalId: 194326,
24269+
_internalId: 194722,
2423724270
type: "anyOf",
2423824271
anyOf: [
2423924272
{

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

Lines changed: 47 additions & 14 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: 47 additions & 14 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": {
@@ -9661,15 +9697,8 @@
96619697
{
96629698
"name": "brand",
96639699
"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"
9700+
"ref": "brand-path-bool-light-dark"
9701+
}
96739702
},
96749703
{
96759704
"name": "theme",
@@ -14887,6 +14916,7 @@
1488714916
"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>)"
1488814917
},
1488914918
"Classes to apply to cell container",
14919+
"Array of rendering names",
1489014920
"Array of tags for notebook cell",
1489114921
{
1489214922
"short": "Notebook cell identifier",
@@ -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,8 +16985,10 @@
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",
16958-
"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’."
16988+
"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’.",
16989+
"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.",
16990+
"The path to a light brand file or an inline light brand\ndefinition.",
16991+
"The path to a dark brand file or an inline dark brand definition."
1695916992
],
1696016993
"schema/external-schemas.yml": [
1696116994
{
@@ -17184,12 +17217,12 @@
1718417217
"mermaid": "%%"
1718517218
},
1718617219
"handlers/mermaid/schema.yml": {
17187-
"_internalId": 194327,
17220+
"_internalId": 194723,
1718817221
"type": "object",
1718917222
"description": "be an object",
1719017223
"properties": {
1719117224
"mermaid-format": {
17192-
"_internalId": 194319,
17225+
"_internalId": 194715,
1719317226
"type": "enum",
1719417227
"enum": [
1719517228
"png",
@@ -17205,7 +17238,7 @@
1720517238
"exhaustiveCompletions": true
1720617239
},
1720717240
"theme": {
17208-
"_internalId": 194326,
17241+
"_internalId": 194722,
1720917242
"type": "anyOf",
1721017243
"anyOf": [
1721117244
{

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)