Skip to content

Commit 20cb9d2

Browse files
artifacts
1 parent dc19d5a commit 20cb9d2

File tree

7 files changed

+137
-131
lines changed

7 files changed

+137
-131
lines changed

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

Lines changed: 41 additions & 42 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: {
@@ -17269,12 +17238,39 @@ var require_yaml_intelligence_resources = __commonJS({
1726917238
},
1727017239
{
1727117240
name: "subject",
17272-
schema: "string",
17241+
schema: {
17242+
anyOf: [
17243+
"string",
17244+
{
17245+
object: {
17246+
closed: true,
17247+
properties: {
17248+
text: {
17249+
string: {
17250+
description: "The subject text."
17251+
}
17252+
},
17253+
authority: {
17254+
string: {
17255+
description: "An EPUB reserved authority value."
17256+
}
17257+
},
17258+
term: {
17259+
string: {
17260+
description: "The subject term (defined by the schema)."
17261+
}
17262+
}
17263+
}
17264+
}
17265+
}
17266+
]
17267+
},
1727317268
tags: {
1727417269
formats: [
1727517270
"$pdf-all",
1727617271
"$office-all",
17277-
"odt"
17272+
"odt",
17273+
"$epub-all"
1727817274
]
1727917275
},
1728017276
description: "The document subject"
@@ -20738,6 +20734,9 @@ var require_yaml_intelligence_resources = __commonJS({
2073820734
comments: {
2073920735
title: "Comments"
2074020736
},
20737+
a11y: {
20738+
title: "Accessibility"
20739+
},
2074120740
includes: {
2074220741
title: "Includes"
2074320742
},
@@ -25375,12 +25374,12 @@ var require_yaml_intelligence_resources = __commonJS({
2537525374
mermaid: "%%"
2537625375
},
2537725376
"handlers/mermaid/schema.yml": {
25378-
_internalId: 222774,
25377+
_internalId: 222775,
2537925378
type: "object",
2538025379
description: "be an object",
2538125380
properties: {
2538225381
"mermaid-format": {
25383-
_internalId: 222766,
25382+
_internalId: 222767,
2538425383
type: "enum",
2538525384
enum: [
2538625385
"png",
@@ -25396,7 +25395,7 @@ var require_yaml_intelligence_resources = __commonJS({
2539625395
exhaustiveCompletions: true
2539725396
},
2539825397
theme: {
25399-
_internalId: 222773,
25398+
_internalId: 222774,
2540025399
type: "anyOf",
2540125400
anyOf: [
2540225401
{

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

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

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

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

0 commit comments

Comments
 (0)