Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
7f6f610
feat: remove default custom fonts
tenphi May 6, 2025
6f6be33
chore: increase size limit
tenphi May 6, 2025
bb1942f
fix(Title): change h2 line height
tenphi May 6, 2025
9f4b1bc
fix(Title): change h2 line height * 2
tenphi May 6, 2025
8251bc7
feat: new colors
tenphi May 6, 2025
51b1cc0
feat: new colors * 2
tenphi May 6, 2025
b1380fc
feat: new colors * 3
tenphi May 6, 2025
318d599
feat: new colors * 4
tenphi May 7, 2025
24d5061
feat: new colors * 5
tenphi May 7, 2025
8b1ee34
fix(Icon): pass stroke width
tenphi May 7, 2025
47bc357
feat: new colors * 6
tenphi May 7, 2025
8c36e8c
feat(Button): remove vertical paddings
tenphi May 7, 2025
79b68ba
feat(preset): support modifiers
tenphi May 7, 2025
78b4a8b
fix(icon): support legacy icon size
tenphi May 7, 2025
89d76d1
fix(Button): success theme type
tenphi May 7, 2025
59b8b26
chore: add changelog
tenphi May 7, 2025
f338e7d
fix(Dialog): improve outline
tenphi May 7, 2025
1e8a4ed
feat(Button): type color rework
tenphi May 7, 2025
feff2c9
feat(Button): improve colors
tenphi May 7, 2025
ca40ac3
fix(Card): lighter border
tenphi May 7, 2025
961948b
fix(Icon): styles passing
tenphi May 7, 2025
936daae
fix(Dialog): styles
tenphi May 7, 2025
79c6258
fix(Button): neutral styles
tenphi May 7, 2025
cacc464
fix(styles): allow numbers in more styles
tenphi May 7, 2025
c7a74fa
fix(Dialog): styles
tenphi May 7, 2025
4488470
fix(Dialog): styles * 2
tenphi May 7, 2025
c155098
fix: styles
tenphi May 7, 2025
91a6cf9
fix(Button): styles
tenphi May 8, 2025
21d9403
fix(Icon): prop passing
tenphi May 8, 2025
d781220
fix(Button): icon size definition
tenphi May 8, 2025
6b31abe
fix(Button): icon size definition * 2
tenphi May 8, 2025
900201f
fix(Icon): prop passing * 2
tenphi May 8, 2025
719898c
fix(Select,ComboBox): wrapperStyles and style props extraction
tenphi May 8, 2025
851ce49
fix(Button): icon size definition * 3
tenphi May 8, 2025
bf14c23
fix(Button): icon size definition * 4
tenphi May 8, 2025
78858bf
fix(FileTabs): close button icon size
tenphi May 8, 2025
62a4131
fix(Dialog): limit container size
tenphi May 8, 2025
fd2d9cb
feat: improve bg colors
tenphi May 8, 2025
e545fb2
feat(Icon): add transitions
tenphi May 9, 2025
88579b5
feat(Icon): add transitions * 2
tenphi May 9, 2025
9479275
feat: migrate to tabler icons
tenphi May 9, 2025
6c2cd59
chore: remove ant-icons as dependency
tenphi May 9, 2025
e211bdf
chore: remove ant-icons as dependency * 2
tenphi May 9, 2025
44a06fc
fix(Dialog): bring back the old look
tenphi May 9, 2025
b04f729
fix(Dialog): bring back the old look * 2
tenphi May 9, 2025
a33db0c
fix: set stroke width for icons globally
tenphi May 9, 2025
ee71e65
fix(Icon): size
tenphi May 9, 2025
abcc9ae
chore: size limit
tenphi May 9, 2025
fb9a9ac
fix: stroke-width
tenphi May 9, 2025
768fdf5
fix(TextArea): paddings
tenphi May 9, 2025
2532ef9
fix(ComboBox,Select): improve styles and chevron icon size
tenphi May 9, 2025
cc10612
feat(preset): add m1, m2, m3 presets
tenphi May 9, 2025
a3166b9
fix(Switch): styles
tenphi May 9, 2025
9cba748
fix(ReportIcon): replace icon
tenphi May 9, 2025
5cc5933
fix(ComboBox): trigger button
tenphi May 9, 2025
3a985f3
fix(Button): link border
tenphi May 9, 2025
b1825e1
fix: minor fixes
tenphi May 9, 2025
70329bd
fix(Switch): styles
tenphi May 9, 2025
894023a
fix(Button): styles
tenphi May 9, 2025
e174826
fix(Button): styles
tenphi May 9, 2025
8521d39
fix(Tag): styles
tenphi May 9, 2025
397e8a1
fix(SearchInput): clearable state
tenphi May 9, 2025
e9694c3
fix(Dialog): remove padding
tenphi May 9, 2025
323a136
fix(Dialog): layout
tenphi May 9, 2025
4a3f33d
fix(Menu): button styles
tenphi May 9, 2025
383099f
fix(Menu): stories
tenphi May 9, 2025
e738c7a
fix(Result): icon size
tenphi May 9, 2025
dd083c6
fix(Result): icon size
tenphi May 9, 2025
9aebb29
fix(Result): icon size * 2
tenphi May 9, 2025
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/cold-countries-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cube-dev/ui-kit": patch
---

Allow numbers in more styles.
5 changes: 5 additions & 0 deletions .changeset/fluffy-cats-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cube-dev/ui-kit": minor
---

Add success theme for Button component.
5 changes: 5 additions & 0 deletions .changeset/friendly-days-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cube-dev/ui-kit": minor
---

Decrease the line height of the h2 headers to 32px.
5 changes: 5 additions & 0 deletions .changeset/good-dingos-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cube-dev/ui-kit": minor
---

Improved design of Switch component.
5 changes: 5 additions & 0 deletions .changeset/many-zoos-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cube-dev/ui-kit": minor
---

Replace most of the icons with Tabler icons.
5 changes: 5 additions & 0 deletions .changeset/new-horses-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cube-dev/ui-kit": minor
---

Remove default custom fonts.
5 changes: 5 additions & 0 deletions .changeset/proud-tomatoes-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cube-dev/ui-kit": patch
---

Improve Dialog outline except for popovers.
5 changes: 5 additions & 0 deletions .changeset/rare-islands-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cube-dev/ui-kit": minor
---

Replace most of the colors by more contrast and consistent versions.
5 changes: 5 additions & 0 deletions .changeset/rich-otters-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cube-dev/ui-kit": minor
---

Change neutral and outline types visually for Button component and set outline as the default type.
5 changes: 5 additions & 0 deletions .changeset/shaggy-socks-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cube-dev/ui-kit": minor
---

Rework of all color palette.
5 changes: 5 additions & 0 deletions .changeset/three-cats-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cube-dev/ui-kit": patch
---

Add basic transitions for icons.
5 changes: 5 additions & 0 deletions .changeset/unlucky-melons-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cube-dev/ui-kit": minor
---

Improve Select and ComboBox styles and the size of their chevron icons.
5 changes: 5 additions & 0 deletions .changeset/young-bears-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cube-dev/ui-kit": minor
---

Add wrapperStyles to Select and ComboBox components and fix style props extraction.
5 changes: 3 additions & 2 deletions .size-limit.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const StatoscopeWebpackPlugin = require('@statoscope/webpack-plugin').default;

const { join } = require('path');

const reportFolder = process.env.REPORT_FOLDER ?? './size-limit-report';
Expand All @@ -19,7 +20,7 @@ module.exports = [
}),
);
},
limit: '245kB',
limit: '247kB',
},
{
name: 'Tree shaking (just a Button)',
Expand All @@ -33,6 +34,6 @@ module.exports = [
path: './dist/es/index.js',
webpack: true,
import: '{ AiIcon }',
limit: '11 kB',
limit: '12 kB',
},
];
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.59.13",
"type": "module",
"description": "UIKit for Cube Projects",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube-ui-kit.git"
},
"module": "dist/es/index.js",
"types": "dist/types/index.d.ts",
"sideEffects": false,
Expand Down Expand Up @@ -56,7 +60,6 @@
"styled-components": ">= 5.3.0"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@internationalized/date": "^3.7.0",
"@react-aria/focus": "^3.19.1",
Expand All @@ -68,6 +71,7 @@
"@react-spectrum/utils": "^3.12.1",
"@react-stately/utils": "^3.10.5",
"@react-types/shared": "^3.27.0",
"@tabler/icons-react": "^3.31.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@vitejs/plugin-react": "^4.3.2",
"clipboard-copy": "^4.0.1",
Expand Down
Loading
Loading