@dfds-ui/experiences 1.0.0-alpha.058c3134 → 1.0.0-alpha.4eef65c7

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.
@@ -29,6 +29,7 @@ const TableRow = /*#__PURE__*/_react.default.memo(({
29
29
  selectedRows
30
30
  }) => (0, _react2.jsx)(_TableRow.TableRowStyled, {
31
31
  active: isActive,
32
+ className: row.className,
32
33
  hoverColor: !!onClickRow,
33
34
  onClick: () => onClickRow && onClickRow(row.id ? String(row.id) : '')
34
35
  }, selectableRows && row.id && (0, _react2.jsx)(_TableCell2.TableCellCheckboxStyled, null, (0, _react2.jsx)(_forms.Checkbox, {
@@ -7,6 +7,7 @@ export declare type Header = {
7
7
  width?: string;
8
8
  };
9
9
  export declare type Row = {
10
+ className?: string;
10
11
  id?: string;
11
12
  [name: string]: any;
12
13
  };
@@ -14,6 +14,7 @@ var TableRow = /*#__PURE__*/React.memo(function (_ref) {
14
14
  selectedRows = _ref.selectedRows;
15
15
  return ___EmotionJSX(TableRowStyled, {
16
16
  active: isActive,
17
+ className: row.className,
17
18
  hoverColor: !!onClickRow,
18
19
  onClick: function onClick() {
19
20
  return onClickRow && onClickRow(row.id ? String(row.id) : '');
@@ -7,6 +7,7 @@ export declare type Header = {
7
7
  width?: string;
8
8
  };
9
9
  export declare type Row = {
10
+ className?: string;
10
11
  id?: string;
11
12
  [name: string]: any;
12
13
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "React components for building experiences",
4
4
  "license": "MIT",
5
5
  "private": false,
6
- "version": "1.0.0-alpha.058c3134",
6
+ "version": "1.0.0-alpha.4eef65c7",
7
7
  "sideEffects": false,
8
8
  "main": "./cjs/index.js",
9
9
  "module": "./index.js",
@@ -16,16 +16,16 @@
16
16
  "react-dom": ">= 16.8.0"
17
17
  },
18
18
  "dependencies": {
19
- "@dfds-ui/colors": "1.0.0-alpha.058c3134",
20
- "@dfds-ui/forms": "1.0.0-alpha.058c3134",
21
- "@dfds-ui/grid": "1.0.0-alpha.058c3134",
22
- "@dfds-ui/icons": "1.0.0-alpha.058c3134",
23
- "@dfds-ui/modal": "1.0.0-alpha.058c3134",
24
- "@dfds-ui/react-components": "1.0.0-alpha.058c3134",
25
- "@dfds-ui/theme": "1.0.0-alpha.058c3134",
26
- "@dfds-ui/typography": "1.0.0-alpha.058c3134"
19
+ "@dfds-ui/colors": "1.0.0-alpha.4eef65c7",
20
+ "@dfds-ui/forms": "1.0.0-alpha.4eef65c7",
21
+ "@dfds-ui/grid": "1.0.0-alpha.4eef65c7",
22
+ "@dfds-ui/icons": "1.0.0-alpha.4eef65c7",
23
+ "@dfds-ui/modal": "1.0.0-alpha.4eef65c7",
24
+ "@dfds-ui/react-components": "1.0.0-alpha.4eef65c7",
25
+ "@dfds-ui/theme": "1.0.0-alpha.4eef65c7",
26
+ "@dfds-ui/typography": "1.0.0-alpha.4eef65c7"
27
27
  },
28
- "gitHead": "058c31346574c3e89c4eac09f0a451f2c297961f",
28
+ "gitHead": "4eef65c7535dd7fa7feaffda7b12588ecba9a33d",
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  }