From 8b3e4ad679d08155e002ed8b2a1d73c082ec4f25 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 13:19:04 +0000 Subject: [PATCH] chore: release --- .changeset/add-disclosure-component.md | 14 -------------- .changeset/tasty-drinks-invent.md | 5 ----- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 4 files changed, 19 insertions(+), 20 deletions(-) delete mode 100644 .changeset/add-disclosure-component.md delete mode 100644 .changeset/tasty-drinks-invent.md diff --git a/.changeset/add-disclosure-component.md b/.changeset/add-disclosure-component.md deleted file mode 100644 index 7641d611d..000000000 --- a/.changeset/add-disclosure-component.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@cube-dev/ui-kit': minor ---- - -Add new `Disclosure` component for expandable/collapsible content sections. Features include: - -- `Disclosure` - Single expandable panel with trigger and content -- `Disclosure.Trigger` - Built on ItemButton with full support for icons, descriptions, and actions -- `Disclosure.Content` - Collapsible content area with smooth height animations -- `Disclosure.Group` - Accordion container for multiple disclosures with single or multiple expanded support -- `Disclosure.Item` - Individual item within a group - -Supports controlled/uncontrolled state, `shape` variants (`default`, `card`, `sharp`), disabled state, custom transition duration, and render prop API for custom triggers. - diff --git a/.changeset/tasty-drinks-invent.md b/.changeset/tasty-drinks-invent.md deleted file mode 100644 index d88a8926e..000000000 --- a/.changeset/tasty-drinks-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Fix content visibility in Disclosure. diff --git a/CHANGELOG.md b/CHANGELOG.md index b34e177b0..f24113c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @cube-dev/ui-kit +## 0.94.0 + +### Minor Changes + +- [#906](https://github.com/cube-js/cube-ui-kit/pull/906) [`9fd69a24`](https://github.com/cube-js/cube-ui-kit/commit/9fd69a2475da8dc16e47d8561033ff687c2ac9dc) Thanks [@tenphi](https://github.com/tenphi)! - Add new `Disclosure` component for expandable/collapsible content sections. Features include: + + - `Disclosure` - Single expandable panel with trigger and content + - `Disclosure.Trigger` - Built on ItemButton with full support for icons, descriptions, and actions + - `Disclosure.Content` - Collapsible content area with smooth height animations + - `Disclosure.Group` - Accordion container for multiple disclosures with single or multiple expanded support + - `Disclosure.Item` - Individual item within a group + + Supports controlled/uncontrolled state, `shape` variants (`default`, `card`, `sharp`), disabled state, custom transition duration, and render prop API for custom triggers. + +### Patch Changes + +- [#908](https://github.com/cube-js/cube-ui-kit/pull/908) [`21d8a310`](https://github.com/cube-js/cube-ui-kit/commit/21d8a310765f121fb9257a55a71e15c87a7b0ae0) Thanks [@tenphi](https://github.com/tenphi)! - Fix content visibility in Disclosure. + ## 0.93.1 ### Patch Changes diff --git a/package.json b/package.json index 1fd2066ae..6daaa216c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.93.1", + "version": "0.94.0", "type": "module", "description": "UIKit for Cube Projects", "repository": {