Skip to content

Commit 4d933e5

Browse files
Version Packages (#865)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7d59ddd commit 4d933e5

File tree

5 files changed

+15
-19
lines changed

5 files changed

+15
-19
lines changed

.changeset/afraid-adults-thank.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/cuddly-meals-compete.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-bananas-teach.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @cube-dev/ui-kit
22

3+
## 0.87.4
4+
5+
### Patch Changes
6+
7+
- [#864](https://github.com/cube-js/cube-ui-kit/pull/864) [`7d59ddd8`](https://github.com/cube-js/cube-ui-kit/commit/7d59ddd8f617eae6ef63e473a761906c792bf23e) Thanks [@tenphi](https://github.com/tenphi)! - Replace `noCard` prop with `type` prop in ListBox component. The new `type` prop accepts three values:
8+
9+
- `card` (default): Standard card styling with border and margin
10+
- `plain`: No border, no margin, no radius - suitable for embedded use
11+
- `popover`: No border, but keeps margin and radius - suitable for overlay use
12+
13+
- [#864](https://github.com/cube-js/cube-ui-kit/pull/864) [`7d59ddd8`](https://github.com/cube-js/cube-ui-kit/commit/7d59ddd8f617eae6ef63e473a761906c792bf23e) Thanks [@tenphi](https://github.com/tenphi)! - Remove the hardcoded default width for NumberInput.
14+
15+
- [#864](https://github.com/cube-js/cube-ui-kit/pull/864) [`7d59ddd8`](https://github.com/cube-js/cube-ui-kit/commit/7d59ddd8f617eae6ef63e473a761906c792bf23e) Thanks [@tenphi](https://github.com/tenphi)! - Fix right padding in NumberInput.
16+
317
## 0.87.3
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cube-dev/ui-kit",
3-
"version": "0.87.3",
3+
"version": "0.87.4",
44
"type": "module",
55
"description": "UIKit for Cube Projects",
66
"repository": {

0 commit comments

Comments
 (0)