@codezee/sixtify-brahma 0.2.175 → 0.2.176

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codezee/sixtify-brahma",
3
- "version": "0.2.175",
3
+ "version": "0.2.176",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/hardikranpariya/sixtify-brahma.git"
@@ -65,7 +65,7 @@ const TableRowComponent = ({ columnWidths, exportActions, exportData, index, isS
65
65
  }
66
66
  }, [activePopupRowId]);
67
67
  const isPopupOpen = activePopupRowId === row.id;
68
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("tr", { ref: trRef, style: {
68
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("tr", { className: "sg-tbody-tr-row", ref: trRef, style: {
69
69
  backgroundColor: getRowBackgroundColor(),
70
70
  borderTop: `1px solid ${iron[700]}`,
71
71
  display: "flex",
@@ -110,7 +110,7 @@ const TableRowComponent = ({ columnWidths, exportActions, exportData, index, isS
110
110
  ? butterflyBlue[600]
111
111
  : getRowBackgroundColor()
112
112
  : cellBackgroundColor;
113
- return ((0, jsx_runtime_1.jsx)("td", { className: "sg-tbody-td-cell", onMouseDown: handleMouseDown, onMouseEnter: handleMouseEnter, style: {
113
+ return ((0, jsx_runtime_1.jsx)("td", { onMouseDown: handleMouseDown, onMouseEnter: handleMouseEnter, style: {
114
114
  animation: cellAnimation,
115
115
  backgroundColor: finalBackgroundColor,
116
116
  boxSizing: "border-box",