@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, {
|
|
@@ -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) : '');
|
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.
|
|
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.
|
|
20
|
-
"@dfds-ui/forms": "1.0.0-alpha.
|
|
21
|
-
"@dfds-ui/grid": "1.0.0-alpha.
|
|
22
|
-
"@dfds-ui/icons": "1.0.0-alpha.
|
|
23
|
-
"@dfds-ui/modal": "1.0.0-alpha.
|
|
24
|
-
"@dfds-ui/react-components": "1.0.0-alpha.
|
|
25
|
-
"@dfds-ui/theme": "1.0.0-alpha.
|
|
26
|
-
"@dfds-ui/typography": "1.0.0-alpha.
|
|
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": "
|
|
28
|
+
"gitHead": "4eef65c7535dd7fa7feaffda7b12588ecba9a33d",
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|
|
31
31
|
}
|