diff --git a/src/generated/schema.json b/src/generated/schema.json index 08e229a79..522f15921 100644 --- a/src/generated/schema.json +++ b/src/generated/schema.json @@ -765,10 +765,6 @@ "type": "string", "const": "--color-text-disabled" }, - { - "type": "string", - "const": "--color-text-ghost" - }, { "type": "string", "const": "--color-border-primary" @@ -1532,10 +1528,6 @@ "type": "string", "const": "--color-text-disabled" }, - { - "type": "string", - "const": "--color-text-ghost" - }, { "type": "string", "const": "--color-border-primary" @@ -2137,10 +2129,6 @@ "type": "string", "const": "--color-text-disabled" }, - { - "type": "string", - "const": "--color-text-ghost" - }, { "type": "string", "const": "--color-border-primary" @@ -3110,10 +3098,6 @@ "type": "string", "const": "--color-text-disabled" }, - { - "type": "string", - "const": "--color-text-ghost" - }, { "type": "string", "const": "--color-border-primary" @@ -4481,10 +4465,6 @@ "type": "string", "const": "--color-text-disabled" }, - { - "type": "string", - "const": "--color-text-ghost" - }, { "type": "string", "const": "--color-border-primary" @@ -4797,10 +4777,6 @@ "type": "string", "const": "--color-text-disabled" }, - { - "type": "string", - "const": "--color-text-ghost" - }, { "type": "string", "const": "--color-border-primary" diff --git a/src/generated/schema.ts b/src/generated/schema.ts index e6ff4ba4c..88797b50f 100644 --- a/src/generated/schema.ts +++ b/src/generated/schema.ts @@ -51,7 +51,6 @@ export const McpUiStyleVariableKeySchema = z z.literal("--color-text-success"), z.literal("--color-text-warning"), z.literal("--color-text-disabled"), - z.literal("--color-text-ghost"), z.literal("--color-border-primary"), z.literal("--color-border-secondary"), z.literal("--color-border-tertiary"), diff --git a/src/spec.types.ts b/src/spec.types.ts index 20987d3b9..8e0e2eb0d 100644 --- a/src/spec.types.ts +++ b/src/spec.types.ts @@ -64,7 +64,6 @@ export type McpUiStyleVariableKey = | "--color-text-success" | "--color-text-warning" | "--color-text-disabled" - | "--color-text-ghost" // Border colors | "--color-border-primary" | "--color-border-secondary"