Skip to content

Commit 7153c8f

Browse files
authored
feat(Radio): tabs (#827)
1 parent 46aff12 commit 7153c8f

File tree

17 files changed

+613
-248
lines changed

17 files changed

+613
-248
lines changed

.changeset/fresh-olives-march.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cube-dev/ui-kit": minor
3+
---
4+
5+
Introduces a brand new Radio.Tabs component as a replacement for RadioGroup with isSolid flag.

src/components/HiddenInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const HiddenInput = tasty({
2020
cursor: {
2121
'': 'default',
2222
button: 'pointer',
23+
disabled: 'not-allowed',
2324
},
2425
},
2526
});

src/components/fields/ComboBox/ComboBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const ComboBoxOverlayElement = tasty({
8181
overflow: 'auto',
8282
background: '#white',
8383
radius: '1cr',
84-
shadow: '0 .5x 2x #shadow',
84+
shadow: true,
8585
padding: '0',
8686
border: '#border',
8787
hide: {

0 commit comments

Comments
 (0)