@kaizen/draft-table
Advanced tools
Comparing version 5.9.0 to 5.9.1
@@ -115,4 +115,3 @@ "use strict"; | ||
react_1["default"].createElement(component_library_1.Icon, { icon: exclamation_icon_svg_1["default"], role: "presentation" }))) : null, | ||
!icon ? (react_1["default"].createElement("div", { className: Table_module_scss_1["default"].headerRowCellLabel }, | ||
react_1["default"].createElement(typography_1.Heading, { tag: "div", variant: "heading-6", color: sorting || isHovered ? hoveredHeaderColor : headerColor }, labelText))) : null, | ||
!icon ? (react_1["default"].createElement(typography_1.Heading, { tag: "div", variant: "heading-6", color: sorting || isHovered ? hoveredHeaderColor : headerColor, classNameOverride: Table_module_scss_1["default"].headerRowCellLabel }, labelText)) : null, | ||
(sorting || (isHovered && sortingArrowsOnHover)) && (react_1["default"].createElement("div", { className: (0, classnames_1["default"])(align === "center" && Table_module_scss_1["default"].headerRowCellIconAlignCenter, align === "end" && Table_module_scss_1["default"].headerRowCellIconAlignEnd) }, | ||
@@ -119,0 +118,0 @@ react_1["default"].createElement(component_library_1.Icon, { icon: sorting === "ascending" || sortingArrowsOnHover === "ascending" |
{ | ||
"name": "@kaizen/draft-table", | ||
"version": "5.9.0", | ||
"version": "5.9.1", | ||
"description": "The draft Table component", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34633
316