baseui 0.0.0-next-6fd7d21 → 0.0.0-next-e8a4bad

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.
@@ -91,7 +91,6 @@ export const StyledTableHeadCell = styled('th', ({
91
91
  backgroundColor: $theme.colors.tableHeadBackgroundColor,
92
92
  color: $theme.colors.contentPrimary,
93
93
  textAlign: $theme.direction === 'rtl' || $isNumeric ? 'right' : 'left',
94
- verticalAlign: 'top',
95
94
  whiteSpace: 'nowrap',
96
95
  zIndex: 1,
97
96
  ...($divider === DIVIDER.clean ? {} : {
@@ -93,7 +93,6 @@ export var StyledTableHeadCell = styled('th', function (_ref5) {
93
93
  backgroundColor: $theme.colors.tableHeadBackgroundColor,
94
94
  color: $theme.colors.contentPrimary,
95
95
  textAlign: $theme.direction === 'rtl' || $isNumeric ? 'right' : 'left',
96
- verticalAlign: 'top',
97
96
  whiteSpace: 'nowrap',
98
97
  zIndex: 1
99
98
  }, $divider === DIVIDER.clean ? {} : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseui",
3
- "version": "0.0.0-next-6fd7d21",
3
+ "version": "0.0.0-next-e8a4bad",
4
4
  "description": "A React Component library implementing the Base design language",
5
5
  "keywords": [
6
6
  "react",
@@ -104,7 +104,6 @@ var StyledTableHeadCell = (0, _styles.styled)('th', function (_ref5) {
104
104
  backgroundColor: $theme.colors.tableHeadBackgroundColor,
105
105
  color: $theme.colors.contentPrimary,
106
106
  textAlign: $theme.direction === 'rtl' || $isNumeric ? 'right' : 'left',
107
- verticalAlign: 'top',
108
107
  whiteSpace: 'nowrap',
109
108
  zIndex: 1
110
109
  }, $divider === _constants.DIVIDER.clean ? {} : {