diff --git a/.changeset/fix-layout-panel-touch-resize.md b/.changeset/fix-layout-panel-touch-resize.md deleted file mode 100644 index b1e784837..000000000 --- a/.changeset/fix-layout-panel-touch-resize.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Fix Layout.Panel resize handler not working properly on touch devices by adding `touch-action: none` to prevent browser scroll interference during drag diff --git a/.changeset/tabs-radio-size-alignment.md b/.changeset/tabs-radio-size-alignment.md deleted file mode 100644 index f98d5335e..000000000 --- a/.changeset/tabs-radio-size-alignment.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -fix(Tabs, RadioGroup): align radio/tabs size mapping - -Both `Tabs type="radio"` and `Radio.Tabs` now use the same two API sizes with consistent Item button mappings: -- `large` (default): medium button (32px), 40px total -- `medium`: xsmall button (24px), 32px total diff --git a/.changeset/tasty-1-2-0-update.md b/.changeset/tasty-1-2-0-update.md deleted file mode 100644 index 1c50abf0f..000000000 --- a/.changeset/tasty-1-2-0-update.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Update `@tenphi/tasty` to `1.2.0`. - -- All style handlers now accept CSS-wide keywords (`initial`, `inherit`, `revert`, `unset`, `revert-layer`) -- New `longhand` modifier forces longhand CSS output for radius, padding, margin, scroll-margin, inset, and border -- Unified placement style handler with hierarchical priority (longhands override shorthands) -- New `scrollMargin` style with full directional support -- `radius` now supports `inherit` value diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8da2b24..90a5bd0ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # @cube-dev/ui-kit +## 0.126.1 + +### Patch Changes + +- [#1109](https://github.com/cube-js/cube-ui-kit/pull/1109) [`fb2b3e6d`](https://github.com/cube-js/cube-ui-kit/commit/fb2b3e6df036c535dea789217d29cec5c876d7f4) Thanks [@tenphi](https://github.com/tenphi)! - Fix Layout.Panel resize handler not working properly on touch devices by adding `touch-action: none` to prevent browser scroll interference during drag + +- [#1110](https://github.com/cube-js/cube-ui-kit/pull/1110) [`a8f59f1f`](https://github.com/cube-js/cube-ui-kit/commit/a8f59f1f75e0184c7037b529536b5430415bbce5) Thanks [@tenphi](https://github.com/tenphi)! - fix(Tabs, RadioGroup): align radio/tabs size mapping + + Both `Tabs type="radio"` and `Radio.Tabs` now use the same two API sizes with consistent Item button mappings: + + - `large` (default): medium button (32px), 40px total + - `medium`: xsmall button (24px), 32px total + +- [#1113](https://github.com/cube-js/cube-ui-kit/pull/1113) [`e236b0cf`](https://github.com/cube-js/cube-ui-kit/commit/e236b0cf1b930041815868943cf237f83ba9240e) Thanks [@tenphi](https://github.com/tenphi)! - Update `@tenphi/tasty` to `1.2.0`. + + - All style handlers now accept CSS-wide keywords (`initial`, `inherit`, `revert`, `unset`, `revert-layer`) + - New `longhand` modifier forces longhand CSS output for radius, padding, margin, scroll-margin, inset, and border + - Unified placement style handler with hierarchical priority (longhands override shorthands) + - New `scrollMargin` style with full directional support + - `radius` now supports `inherit` value + ## 0.126.0 ### Minor Changes diff --git a/package.json b/package.json index 4b0651596..81ee01028 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.126.0", + "version": "0.126.1", "type": "module", "description": "UIKit for Cube Projects", "repository": {