Skip to content

Commit 51877b2

Browse files
artifacts
1 parent cdaf3b0 commit 51877b2

File tree

5 files changed

+21
-134
lines changed

5 files changed

+21
-134
lines changed

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

Lines changed: 7 additions & 34 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
},
@@ -24150,12 +24123,12 @@ var require_yaml_intelligence_resources = __commonJS({
2415024123
mermaid: "%%"
2415124124
},
2415224125
"handlers/mermaid/schema.yml": {
24153-
_internalId: 192356,
24126+
_internalId: 192336,
2415424127
type: "object",
2415524128
description: "be an object",
2415624129
properties: {
2415724130
"mermaid-format": {
24158-
_internalId: 192348,
24131+
_internalId: 192328,
2415924132
type: "enum",
2416024133
enum: [
2416124134
"png",
@@ -24171,7 +24144,7 @@ var require_yaml_intelligence_resources = __commonJS({
2417124144
exhaustiveCompletions: true
2417224145
},
2417324146
theme: {
24174-
_internalId: 192355,
24147+
_internalId: 192335,
2417524148
type: "anyOf",
2417624149
anyOf: [
2417724150
{

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

Lines changed: 7 additions & 34 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: 7 additions & 34 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
},
@@ -17122,12 +17095,12 @@
1712217095
"mermaid": "%%"
1712317096
},
1712417097
"handlers/mermaid/schema.yml": {
17125-
"_internalId": 192356,
17098+
"_internalId": 192336,
1712617099
"type": "object",
1712717100
"description": "be an object",
1712817101
"properties": {
1712917102
"mermaid-format": {
17130-
"_internalId": 192348,
17103+
"_internalId": 192328,
1713117104
"type": "enum",
1713217105
"enum": [
1713317106
"png",
@@ -17143,7 +17116,7 @@
1714317116
"exhaustiveCompletions": true
1714417117
},
1714517118
"theme": {
17146-
"_internalId": 192355,
17119+
"_internalId": 192335,
1714717120
"type": "anyOf",
1714817121
"anyOf": [
1714917122
{

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)