@dfds-ui/experiences 2.0.29-alpha.4ac48db4 → 2.0.29-alpha.53be8547

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.
@@ -42,8 +42,7 @@ const TableRow = /*#__PURE__*/_react.default.memo(({
42
42
  css: (0, _TableRow.chevronStyles)({
43
43
  expanded: isExpanded
44
44
  }),
45
- onClick: e => {
46
- e.stopPropagation();
45
+ onClick: () => {
47
46
  setIsExpanded(!isExpanded);
48
47
  }
49
48
  }) : null), selectableRows && row.id && (0, _react2.jsx)("td", {
@@ -36,8 +36,7 @@ var TableRow = /*#__PURE__*/React.memo(function (_ref) {
36
36
  css: chevronStyles({
37
37
  expanded: isExpanded
38
38
  }),
39
- onClick: function onClick(e) {
40
- e.stopPropagation();
39
+ onClick: function onClick() {
41
40
  setIsExpanded(!isExpanded);
42
41
  }
43
42
  }) : null), selectableRows && row.id && ___EmotionJSX("td", {
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": "2.0.29-alpha.4ac48db4",
6
+ "version": "2.0.29-alpha.53be8547",
7
7
  "sideEffects": false,
8
8
  "main": "./cjs/index.js",
9
9
  "module": "./index.js",
@@ -16,16 +16,16 @@
16
16
  "react-dom": ">= 17.0.2"
17
17
  },
18
18
  "dependencies": {
19
- "@dfds-ui/colors": "2.0.29-alpha.4ac48db4",
20
- "@dfds-ui/forms": "2.0.29-alpha.4ac48db4",
21
- "@dfds-ui/grid": "2.0.29-alpha.4ac48db4",
22
- "@dfds-ui/icons": "2.0.29-alpha.4ac48db4",
23
- "@dfds-ui/modal": "2.0.29-alpha.4ac48db4",
24
- "@dfds-ui/react-components": "2.0.29-alpha.4ac48db4",
25
- "@dfds-ui/theme": "2.0.29-alpha.4ac48db4",
26
- "@dfds-ui/typography": "2.0.29-alpha.4ac48db4"
19
+ "@dfds-ui/colors": "2.0.29-alpha.53be8547",
20
+ "@dfds-ui/forms": "2.0.29-alpha.53be8547",
21
+ "@dfds-ui/grid": "2.0.29-alpha.53be8547",
22
+ "@dfds-ui/icons": "2.0.29-alpha.53be8547",
23
+ "@dfds-ui/modal": "2.0.29-alpha.53be8547",
24
+ "@dfds-ui/react-components": "2.0.29-alpha.53be8547",
25
+ "@dfds-ui/theme": "2.0.29-alpha.53be8547",
26
+ "@dfds-ui/typography": "2.0.29-alpha.53be8547"
27
27
  },
28
- "gitHead": "4ac48db404dabb26dbe56064c1b37165932aabff",
28
+ "gitHead": "53be8547c941dce306317c34bd7c4ffc07fed9bd",
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  }