@laerdal/analytics-react-components
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -26,3 +26,4 @@ import _pt from "prop-types"; | ||
width: "100%" | ||
} | ||
}, | ||
role: "table" | ||
}, loading && /*#__PURE__*/React.createElement("div", { | ||
@@ -119,2 +120,3 @@ style: { | ||
width: column.width, | ||
role: "columnheader", | ||
sortable: column.sortable, | ||
@@ -160,3 +162,4 @@ color: 'transparent', | ||
return /*#__PURE__*/React.createElement(StyledTableRow, { | ||
odd: isOdd | ||
odd: isOdd, | ||
role: "row" | ||
}, /*#__PURE__*/React.createElement("div", { | ||
@@ -218,3 +221,4 @@ style: { | ||
return /*#__PURE__*/React.createElement(StyledTableCell, { | ||
width: column.width | ||
width: column.width, | ||
role: "cell" | ||
}, cellContent); | ||
@@ -221,0 +225,0 @@ } |
@@ -40,3 +40,4 @@ "use strict"; | ||
width: "100%" | ||
} | ||
}, | ||
role: "table" | ||
}, loading && /*#__PURE__*/_react.default.createElement("div", { | ||
@@ -135,2 +136,3 @@ style: { | ||
width: column.width, | ||
role: "columnheader", | ||
sortable: column.sortable, | ||
@@ -179,3 +181,4 @@ color: 'transparent', | ||
return /*#__PURE__*/_react.default.createElement(StyledTableRow, { | ||
odd: isOdd | ||
odd: isOdd, | ||
role: "row" | ||
}, /*#__PURE__*/_react.default.createElement("div", { | ||
@@ -237,3 +240,4 @@ style: { | ||
return /*#__PURE__*/_react.default.createElement(StyledTableCell, { | ||
width: column.width | ||
width: column.width, | ||
role: "cell" | ||
}, cellContent); | ||
@@ -240,0 +244,0 @@ } |
@@ -54,3 +54,4 @@ (function (global, factory) { | ||
width: "100%" | ||
} | ||
}, | ||
role: "table" | ||
}, loading && /*#__PURE__*/_react2.default.createElement("div", { | ||
@@ -148,2 +149,3 @@ style: { | ||
width: column.width, | ||
role: "columnheader", | ||
sortable: column.sortable, | ||
@@ -190,3 +192,4 @@ color: 'transparent', | ||
return /*#__PURE__*/_react2.default.createElement(StyledTableRow, { | ||
odd: isOdd | ||
odd: isOdd, | ||
role: "row" | ||
}, /*#__PURE__*/_react2.default.createElement("div", { | ||
@@ -248,3 +251,4 @@ style: { | ||
return /*#__PURE__*/_react2.default.createElement(StyledTableCell, { | ||
width: column.width | ||
width: column.width, | ||
role: "cell" | ||
}, cellContent); | ||
@@ -251,0 +255,0 @@ } |
{ | ||
"name": "@laerdal/analytics-react-components", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "author": "Hans-Henrik Jensen <hans-henrik.jensen@laerdal.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
584426
6441