diff --git a/.changeset/pre.json b/.changeset/pre.json index d0608a917..3349d6c46 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -28,10 +28,12 @@ "fast-drinks-argue", "fiery-shirts-brush", "floppy-islands-stand", + "focus-visible-triggers", "free-singers-cross", "funky-mugs-fix", "fuzzy-laws-know", "hot-tigers-fold", + "kind-menus-focus", "large-cougars-turn", "large-hats-type", "loose-rocks-float", @@ -39,11 +41,13 @@ "nine-queens-allow", "ninety-windows-melt", "olive-waves-feel", + "open-hounds-join", "pretty-tips-decide", "quick-planes-march", "quiet-years-carry", "real-bushes-shake", "salty-cooks-beg", + "seven-moose-brake", "shy-beds-move", "silly-cups-arrive", "silly-sheep-press", @@ -59,6 +63,7 @@ "tame-rooms-roll", "thick-nights-teach", "tiny-queens-film", + "vast-cloths-rhyme", "warm-apples-shop", "warm-jokes-cross", "wet-rockets-laugh", diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d08079bc..9bcabdce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @clickhouse/click-ui +## 0.1.0-rc.75 + +### Minor Changes + +- ab8d42c: Rename the asset filenames to be more inline with branding styled + +### Patch Changes + +- 53a03d7: Add `:focus-visible` outline ring to Button, Select trigger, Dropdown trigger, and ContextMenu trigger for WCAG SC 2.4.7 (Focus Visible) compliance. +- 68685c0: Add visible keyboard focus ring to menu items (Dropdown, Select, ContextMenu) for WCAG SC 2.4.7 and SC 1.4.11 compliance. Introduces `useInputModality` hook and `stroke.focus` theme tokens. +- 62a0cb7: Remove unnecessary aliases due to asset name normalisation. +- 455f94b: Fix Table column resize producing NaN width values when columnWidths array is not fully initialized. + ## 0.1.0-rc.74 ### Minor Changes diff --git a/package.json b/package.json index e2c9bfa28..774112dd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@clickhouse/click-ui", - "version": "0.1.0-rc.74", + "version": "0.1.0-rc.75", "description": "Official ClickHouse design system react library", "type": "module", "license": "Apache-2.0",