Skip to content

Commit b92abd3

Browse files
artifacts
1 parent 7b1f43c commit b92abd3

File tree

5 files changed

+24
-140
lines changed

5 files changed

+24
-140
lines changed

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

Lines changed: 8 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -11955,36 +11955,6 @@ var require_yaml_intelligence_resources = __commonJS({
1195511955
id: "brand-color-value",
1195611956
schema: "string"
1195711957
},
11958-
{
11959-
id: "logo-string-layout",
11960-
description: "Source path or source path with layout options for logo",
11961-
anyOf: [
11962-
"string",
11963-
{
11964-
object: {
11965-
closed: true,
11966-
properties: {
11967-
location: {
11968-
schema: "string",
11969-
description: "X-Y positioning of logo\n"
11970-
},
11971-
padding: {
11972-
schema: "string",
11973-
description: "Padding of logo\n"
11974-
},
11975-
width: {
11976-
schema: "string",
11977-
description: "Width of logo\n"
11978-
},
11979-
src: {
11980-
schema: "path",
11981-
description: "Source path of logo\n"
11982-
}
11983-
}
11984-
}
11985-
}
11986-
]
11987-
},
1198811958
{
1198911959
id: "brand-color",
1199011960
description: "The brand's custom color palette and theme.\n",
@@ -17677,7 +17647,10 @@ var require_yaml_intelligence_resources = __commonJS({
1767717647
]
1767817648
},
1767917649
schema: {
17680-
ref: "logo-string-layout"
17650+
anyOf: [
17651+
"string",
17652+
"object"
17653+
]
1768117654
},
1768217655
description: "Logo image (placed in bottom right corner of slides)"
1768317656
},
@@ -23855,8 +23828,7 @@ var require_yaml_intelligence_resources = __commonJS({
2385523828
},
2385623829
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2385723830
"Manuscript configuration",
23858-
"internal-schema-hack",
23859-
"Alternative text for the logo, used for accessibility."
23831+
"internal-schema-hack"
2386023832
],
2386123833
"schema/external-schemas.yml": [
2386223834
{
@@ -24085,12 +24057,12 @@ var require_yaml_intelligence_resources = __commonJS({
2408524057
mermaid: "%%"
2408624058
},
2408724059
"handlers/mermaid/schema.yml": {
24088-
_internalId: 190453,
24060+
_internalId: 190436,
2408924061
type: "object",
2409024062
description: "be an object",
2409124063
properties: {
2409224064
"mermaid-format": {
24093-
_internalId: 190445,
24065+
_internalId: 190428,
2409424066
type: "enum",
2409524067
enum: [
2409624068
"png",
@@ -24106,7 +24078,7 @@ var require_yaml_intelligence_resources = __commonJS({
2410624078
exhaustiveCompletions: true
2410724079
},
2410824080
theme: {
24109-
_internalId: 190452,
24081+
_internalId: 190435,
2411024082
type: "anyOf",
2411124083
anyOf: [
2411224084
{

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

Lines changed: 8 additions & 36 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: 8 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4927,36 +4927,6 @@
49274927
"id": "brand-color-value",
49284928
"schema": "string"
49294929
},
4930-
{
4931-
"id": "logo-string-layout",
4932-
"description": "Source path or source path with layout options for logo",
4933-
"anyOf": [
4934-
"string",
4935-
{
4936-
"object": {
4937-
"closed": true,
4938-
"properties": {
4939-
"location": {
4940-
"schema": "string",
4941-
"description": "X-Y positioning of logo\n"
4942-
},
4943-
"padding": {
4944-
"schema": "string",
4945-
"description": "Padding of logo\n"
4946-
},
4947-
"width": {
4948-
"schema": "string",
4949-
"description": "Width of logo\n"
4950-
},
4951-
"src": {
4952-
"schema": "path",
4953-
"description": "Source path of logo\n"
4954-
}
4955-
}
4956-
}
4957-
}
4958-
]
4959-
},
49604930
{
49614931
"id": "brand-color",
49624932
"description": "The brand's custom color palette and theme.\n",
@@ -10649,7 +10619,10 @@
1064910619
]
1065010620
},
1065110621
"schema": {
10652-
"ref": "logo-string-layout"
10622+
"anyOf": [
10623+
"string",
10624+
"object"
10625+
]
1065310626
},
1065410627
"description": "Logo image (placed in bottom right corner of slides)"
1065510628
},
@@ -16827,8 +16800,7 @@
1682716800
},
1682816801
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
1682916802
"Manuscript configuration",
16830-
"internal-schema-hack",
16831-
"Alternative text for the logo, used for accessibility."
16803+
"internal-schema-hack"
1683216804
],
1683316805
"schema/external-schemas.yml": [
1683416806
{
@@ -17057,12 +17029,12 @@
1705717029
"mermaid": "%%"
1705817030
},
1705917031
"handlers/mermaid/schema.yml": {
17060-
"_internalId": 190453,
17032+
"_internalId": 190436,
1706117033
"type": "object",
1706217034
"description": "be an object",
1706317035
"properties": {
1706417036
"mermaid-format": {
17065-
"_internalId": 190445,
17037+
"_internalId": 190428,
1706617038
"type": "enum",
1706717039
"enum": [
1706817040
"png",
@@ -17078,7 +17050,7 @@
1707817050
"exhaustiveCompletions": true
1707917051
},
1708017052
"theme": {
17081-
"_internalId": 190452,
17053+
"_internalId": 190435,
1708217054
"type": "anyOf",
1708317055
"anyOf": [
1708417056
{

src/resources/schema/json-schemas.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3295,31 +3295,6 @@
32953295
"BrandColorValue": {
32963296
"type": "string"
32973297
},
3298-
"LogoStringLayout": {
3299-
"anyOf": [
3300-
{
3301-
"type": "string"
3302-
},
3303-
{
3304-
"object": {
3305-
"properties": {
3306-
"location": {
3307-
"type": "string"
3308-
},
3309-
"padding": {
3310-
"type": "string"
3311-
},
3312-
"width": {
3313-
"type": "string"
3314-
},
3315-
"src": {
3316-
"type": "string"
3317-
}
3318-
}
3319-
}
3320-
}
3321-
]
3322-
},
33233298
"BrandColor": {
33243299
"object": {
33253300
"properties": {

src/resources/types/schema-types.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,13 +1301,6 @@ export type BrandNamedLogo =
13011301

13021302
export type BrandColorValue = string;
13031303

1304-
export type LogoStringLayout = string | {
1305-
location?: string;
1306-
padding?: string;
1307-
src?: string;
1308-
width?: string;
1309-
}; /* Source path or source path with layout options for logo */
1310-
13111304
export type BrandColor = {
13121305
background?: BrandColorValue;
13131306
danger?: BrandColorValue;

0 commit comments

Comments
 (0)