Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,26 @@
"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",
"neat-toys-smoke",
"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",
Expand All @@ -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",
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading