baseui 0.0.0-next-79ec2e2 → 0.0.0-next-d82db61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,7 +25,10 @@ export const StyledRoot = styled('li', ({
25
25
  overflow: 'hidden',
26
26
  ...($isTapTarget ? {
27
27
  // button style reset
28
- borderRadius: 0,
28
+ borderTopLeftRadius: 0,
29
+ borderTopRightRadius: 0,
30
+ borderBottomLeftRadius: 0,
31
+ borderBottomRightRadius: 0,
29
32
  textAlign: 'inherit',
30
33
  boxShadow: 'none',
31
34
  padding: 0,
@@ -31,7 +31,10 @@ export var StyledRoot = styled('li', function (_ref) {
31
31
  overflow: 'hidden'
32
32
  }, $isTapTarget ? {
33
33
  // button style reset
34
- borderRadius: 0,
34
+ borderTopLeftRadius: 0,
35
+ borderTopRightRadius: 0,
36
+ borderBottomLeftRadius: 0,
37
+ borderBottomRightRadius: 0,
35
38
  textAlign: 'inherit',
36
39
  boxShadow: 'none',
37
40
  padding: 0,
@@ -35,7 +35,10 @@ var StyledRoot = (0, _styles.styled)('li', function (_ref) {
35
35
  overflow: 'hidden'
36
36
  }, $isTapTarget ? {
37
37
  // button style reset
38
- borderRadius: 0,
38
+ borderTopLeftRadius: 0,
39
+ borderTopRightRadius: 0,
40
+ borderBottomLeftRadius: 0,
41
+ borderBottomRightRadius: 0,
39
42
  textAlign: 'inherit',
40
43
  boxShadow: 'none',
41
44
  padding: 0,
@@ -34,7 +34,10 @@ export const StyledRoot = styled<StyledRootPropsT>(
34
34
  ...($isTapTarget
35
35
  ? {
36
36
  // button style reset
37
- borderRadius: 0,
37
+ borderTopLeftRadius: 0,
38
+ borderTopRightRadius: 0,
39
+ borderBottomLeftRadius: 0,
40
+ borderBottomRightRadius: 0,
38
41
  textAlign: 'inherit',
39
42
  boxShadow: 'none',
40
43
  padding: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseui",
3
- "version": "0.0.0-next-79ec2e2",
3
+ "version": "0.0.0-next-d82db61",
4
4
  "description": "A React Component library implementing the Base design language",
5
5
  "keywords": [
6
6
  "react",