Skip to content

Commit

Permalink
build-js artifcats
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Sep 5, 2024
1 parent 61ba11a commit 9ca1d8e
Show file tree
Hide file tree
Showing 5 changed files with 3,833 additions and 20 deletions.
17 changes: 12 additions & 5 deletions src/resources/editor/tools/vs-code.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12223,7 +12223,9 @@ var require_yaml_intelligence_resources = __commonJS({
id: "brand-font-with",
description: "Font files and definitions for the brand.",
object: {
closed: false
additionalProperties: {
ref: "brand-font"
}
}
},
{
Expand Down Expand Up @@ -21400,7 +21402,7 @@ var require_yaml_intelligence_resources = __commonJS({
"Short/abbreviated form of container-title;",
"A minor contributor to the item; typically cited using \u201Cwith\u201D before\nthe name when listed in a bibliography.",
"Curator of an exhibit or collection (e.g. in a museum).",
"Physical (e.g. size) or temporal (e.g.\uFFFD\uFFFDrunning time) dimensions of\nthe item.",
"Physical (e.g. size) or temporal (e.g. running time) dimensions of\nthe item.",
"Director (e.g. of a film).",
"Minor subdivision of a court with a <code>jurisdiction</code> for a\nlegal item",
"(Container) edition holding the item (e.g.&nbsp;\u201C3\u201D when citing a chapter\nin the third edition of a book).",
Expand Down Expand Up @@ -21583,6 +21585,11 @@ var require_yaml_intelligence_resources = __commonJS({
"A link or path to the brand\u2019s medium-sized logo, or a link or path to\nboth the light and dark versions.",
"A link or path to the brand\u2019s large- or full-sized logo, or a link or\npath to both the light and dark versions.",
"Names of customizeable logos",
"Source path or source path with layout options for logo",
"X-Y positioning of logo",
"Padding of logo",
"Width of logo",
"Source path of logo",
"The brand\u2019s custom color palette and theme.",
"The brand\u2019s custom color palette. Any number of colors can be\ndefined, each color having a custom name.",
"The foreground color, used for text.",
Expand Down Expand Up @@ -23908,12 +23915,12 @@ var require_yaml_intelligence_resources = __commonJS({
mermaid: "%%"
},
"handlers/mermaid/schema.yml": {
_internalId: 187585,
_internalId: 187608,
type: "object",
description: "be an object",
properties: {
"mermaid-format": {
_internalId: 187577,
_internalId: 187600,
type: "enum",
enum: [
"png",
Expand All @@ -23929,7 +23936,7 @@ var require_yaml_intelligence_resources = __commonJS({
exhaustiveCompletions: true
},
theme: {
_internalId: 187584,
_internalId: 187607,
type: "anyOf",
anyOf: [
{
Expand Down
17 changes: 12 additions & 5 deletions src/resources/editor/tools/yaml/web-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 12 additions & 5 deletions src/resources/editor/tools/yaml/yaml-intelligence-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -5195,7 +5195,9 @@
"id": "brand-font-with",
"description": "Font files and definitions for the brand.",
"object": {
"closed": false
"additionalProperties": {
"ref": "brand-font"
}
}
},
{
Expand Down Expand Up @@ -14372,7 +14374,7 @@
"Short/abbreviated form of container-title;",
"A minor contributor to the item; typically cited using “with” before\nthe name when listed in a bibliography.",
"Curator of an exhibit or collection (e.g.&nbsp;in a museum).",
"Physical (e.g.&nbsp;size) or temporal (e.g.��running time) dimensions of\nthe item.",
"Physical (e.g.&nbsp;size) or temporal (e.g.&nbsp;running time) dimensions of\nthe item.",
"Director (e.g.&nbsp;of a film).",
"Minor subdivision of a court with a <code>jurisdiction</code> for a\nlegal item",
"(Container) edition holding the item (e.g.&nbsp;“3” when citing a chapter\nin the third edition of a book).",
Expand Down Expand Up @@ -14555,6 +14557,11 @@
"A link or path to the brand’s medium-sized logo, or a link or path to\nboth the light and dark versions.",
"A link or path to the brand’s large- or full-sized logo, or a link or\npath to both the light and dark versions.",
"Names of customizeable logos",
"Source path or source path with layout options for logo",
"X-Y positioning of logo",
"Padding of logo",
"Width of logo",
"Source path of logo",
"The brand’s custom color palette and theme.",
"The brand’s custom color palette. Any number of colors can be\ndefined, each color having a custom name.",
"The foreground color, used for text.",
Expand Down Expand Up @@ -16880,12 +16887,12 @@
"mermaid": "%%"
},
"handlers/mermaid/schema.yml": {
"_internalId": 187585,
"_internalId": 187608,
"type": "object",
"description": "be an object",
"properties": {
"mermaid-format": {
"_internalId": 187577,
"_internalId": 187600,
"type": "enum",
"enum": [
"png",
Expand All @@ -16901,7 +16908,7 @@
"exhaustiveCompletions": true
},
"theme": {
"_internalId": 187584,
"_internalId": 187607,
"type": "anyOf",
"anyOf": [
{
Expand Down
Loading

0 comments on commit 9ca1d8e

Please sign in to comment.