Patch Changes
- #1177
b9cc08eThanks @ascorbic! - Bumps@cloudflare/kumofrom 1.16 to 2.3. Two internal call sites picked up breaking API changes from Kumo 2.0:Collapsibleis now a compound component (Collapsible.Root/.DefaultTrigger/.DefaultPanelinstead of<Collapsible label=...>), used by the accordion block; andChartPalette.color()was renamed toChartPalette.categorical()in the chart block. No public API changes -- consumers see identical behaviour. Tests in@emdash-cms/adminthat asserted onButton's nativetitleattribute now readaria-labelinstead, because Kumo 2 wraps<Button title>in a Tooltip popup rather than setting the DOM attribute.