From fb10704e3c5dec941d036577c2c6fc00da335b8e Mon Sep 17 00:00:00 2001 From: Abdelrahman Essawy Date: Wed, 26 Aug 2026 00:04:32 +0300 Subject: [PATCH 1/5] docs(compose): document the shape asset Covers the centre-anchored position, the 8-digit fill for a constant scrim, rounded corners and the pixel-square rule for a circle, outlines, the animated progress bar, and lines and letterbox bars as recipes rather than schema members. States the two refused combinations and why. Every JSON snippet on the page was parsed against the live schema, and the 16:9 circle formula (width 10% pairs with height 17.8%) was rendered and measured at a 1.000 aspect bounding box before being published. --- jobs/compose.mdx | 112 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) diff --git a/jobs/compose.mdx b/jobs/compose.mdx index eb35326..67761cc 100644 --- a/jobs/compose.mdx +++ b/jobs/compose.mdx @@ -356,6 +356,117 @@ A `text` asset renders a styled title. Set the `font`, `size`, `weight`, `color`