From c501174c57be99a52cf0b63cef1bef4893405c85 Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Fri, 1 Mar 2024 21:10:51 +0900 Subject: [PATCH 1/2] theme.json schema: Update `appearanceTools` description --- schemas/json/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/json/theme.json b/schemas/json/theme.json index 549cf5cd2207a..814e97ba80128 100644 --- a/schemas/json/theme.json +++ b/schemas/json/theme.json @@ -20,7 +20,7 @@ "type": "object", "properties": { "appearanceTools": { - "description": "Setting that enables the following UI tools:\n\n- background: backgroundImage, backgroundSize\n- border: color, radius, style, width\n- color: link\n- dimensions: aspectRatio, minHeight\n- position: sticky\n- spacing: blockGap, margin, padding\n- typography: lineHeight", + "description": "Setting that enables the following UI tools:\n\n- background: backgroundImage, backgroundSize\n- border: color, radius, style, width\n- color: link, heading, button, caption\n- dimensions: aspectRatio, minHeight\n- position: sticky\n- spacing: blockGap, margin, padding\n- typography: lineHeight\n- shadow: defaultPresets", "type": "boolean", "default": false } From 369db02e07e99e2172f78c770e89b60cb2d41ed0 Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Fri, 1 Mar 2024 21:19:38 +0900 Subject: [PATCH 2/2] Build docs --- .../reference-guides/theme-json-reference/theme-json-living.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference-guides/theme-json-reference/theme-json-living.md b/docs/reference-guides/theme-json-reference/theme-json-living.md index cec4374388284..2c66b227acf04 100644 --- a/docs/reference-guides/theme-json-reference/theme-json-living.md +++ b/docs/reference-guides/theme-json-reference/theme-json-living.md @@ -33,11 +33,12 @@ Setting that enables the following UI tools: - background: backgroundImage, backgroundSize - border: color, radius, style, width -- color: link +- color: link, heading, button, caption - dimensions: aspectRatio, minHeight - position: sticky - spacing: blockGap, margin, padding - typography: lineHeight +- shadow: defaultPresets ---