@dfds-ui/experiences 1.0.0-alpha.1b71716e → 1.0.0-alpha.f7f12792

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.
@@ -71,9 +71,7 @@ const DynamicTable = ({
71
71
  }, [sortDescending, onSort, sortByKeyValue]);
72
72
  return (0, _react2.jsx)(_DynamicTable.TableWrapperStyled, {
73
73
  height: height
74
- }, (0, _react2.jsx)(_DynamicTable.TableStyled, {
75
- "data-cy": isLoading && `dynamic-table-isLoading`
76
- }, headerRow && (0, _react2.jsx)(_TableHead.default, {
74
+ }, (0, _react2.jsx)(_DynamicTable.TableStyled, null, headerRow && (0, _react2.jsx)(_TableHead.default, {
77
75
  headerRow: headerRow,
78
76
  onSelectRow: onSelectRow,
79
77
  onSort: onSort,
@@ -55,9 +55,7 @@ var DynamicTable = function DynamicTable(_ref) {
55
55
  }, [sortDescending, onSort, sortByKeyValue]);
56
56
  return ___EmotionJSX(TableWrapperStyled, {
57
57
  height: height
58
- }, ___EmotionJSX(TableStyled, {
59
- "data-cy": isLoading && "dynamic-table-isLoading"
60
- }, headerRow && ___EmotionJSX(TableHead, {
58
+ }, ___EmotionJSX(TableStyled, null, headerRow && ___EmotionJSX(TableHead, {
61
59
  headerRow: headerRow,
62
60
  onSelectRow: onSelectRow,
63
61
  onSort: onSort,
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.1b71716e",
6
+ "version": "1.0.0-alpha.f7f12792",
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.1b71716e",
20
- "@dfds-ui/forms": "1.0.0-alpha.1b71716e",
21
- "@dfds-ui/grid": "1.0.0-alpha.1b71716e",
22
- "@dfds-ui/icons": "1.0.0-alpha.1b71716e",
23
- "@dfds-ui/modal": "1.0.0-alpha.1b71716e",
24
- "@dfds-ui/react-components": "1.0.0-alpha.1b71716e",
25
- "@dfds-ui/theme": "1.0.0-alpha.1b71716e",
26
- "@dfds-ui/typography": "1.0.0-alpha.1b71716e"
19
+ "@dfds-ui/colors": "1.0.0-alpha.f7f12792",
20
+ "@dfds-ui/forms": "1.0.0-alpha.f7f12792",
21
+ "@dfds-ui/grid": "1.0.0-alpha.f7f12792",
22
+ "@dfds-ui/icons": "1.0.0-alpha.f7f12792",
23
+ "@dfds-ui/modal": "1.0.0-alpha.f7f12792",
24
+ "@dfds-ui/react-components": "1.0.0-alpha.f7f12792",
25
+ "@dfds-ui/theme": "1.0.0-alpha.f7f12792",
26
+ "@dfds-ui/typography": "1.0.0-alpha.f7f12792"
27
27
  },
28
- "gitHead": "1b71716e4fb9b9680732c9dd44b2328e589a12c2",
28
+ "gitHead": "f7f1279230cffdfcab42bb01b81214b8a32f5130",
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  }