@gpa-gemstone/react-table 1.2.56 → 1.2.57

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.
@@ -294,7 +294,7 @@ function Rows(props) {
294
294
  if (style.cursor === undefined && (props.OnClick !== undefined || props.DragStart !== undefined))
295
295
  style.cursor = 'pointer';
296
296
  if (props.Selected !== undefined && props.Selected(d, i))
297
- style.backgroundColor = 'yellow';
297
+ style.backgroundColor = 'var(--warning)';
298
298
  const key = props.KeySelector(d, i);
299
299
  return (React.createElement("tr", { key: key, style: style, onClick: (e) => onClick(e, d, i) }, React.Children.map(props.children, (element) => {
300
300
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpa-gemstone/react-table",
3
- "version": "1.2.56",
3
+ "version": "1.2.57",
4
4
  "description": "Table for GPA web applications",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -42,8 +42,8 @@
42
42
  "typescript": "5.5.3"
43
43
  },
44
44
  "dependencies": {
45
- "@gpa-gemstone/gpa-symbols": "0.0.43",
46
- "@gpa-gemstone/helper-functions": "0.0.35",
45
+ "@gpa-gemstone/gpa-symbols": "0.0.44",
46
+ "@gpa-gemstone/helper-functions": "0.0.36",
47
47
  "@types/lodash": "^4.14.171",
48
48
  "@types/react": "^17.0.14",
49
49
  "lodash": "^4.17.21",