@razorpay/blade 11.32.0 → 11.34.0

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.
Files changed (68) hide show
  1. package/build/lib/native/components/BottomNav/BottomNav.native.js +17 -0
  2. package/build/lib/native/components/BottomNav/BottomNav.native.js.map +1 -0
  3. package/build/lib/native/components/Button/IconButton/IconButton.js +1 -1
  4. package/build/lib/native/components/Button/IconButton/IconButton.js.map +1 -1
  5. package/build/lib/native/components/Table/TableContext.js +1 -1
  6. package/build/lib/native/components/Table/TableContext.js.map +1 -1
  7. package/build/lib/native/components/Table/tokens.js.map +1 -1
  8. package/build/lib/native/components/index.js +1 -0
  9. package/build/lib/native/components/index.js.map +1 -1
  10. package/build/lib/native/utils/componentZIndices.js +1 -1
  11. package/build/lib/native/utils/componentZIndices.js.map +1 -1
  12. package/build/lib/native/utils/metaAttribute/metaConstants.js +1 -1
  13. package/build/lib/native/utils/metaAttribute/metaConstants.js.map +1 -1
  14. package/build/lib/web/development/components/BottomNav/BottomNav.web.js +136 -0
  15. package/build/lib/web/development/components/BottomNav/BottomNav.web.js.map +1 -0
  16. package/build/lib/web/development/components/BottomNav/index.js +2 -0
  17. package/build/lib/web/development/components/BottomNav/index.js.map +1 -0
  18. package/build/lib/web/development/components/Button/IconButton/IconButton.js +2 -0
  19. package/build/lib/web/development/components/Button/IconButton/IconButton.js.map +1 -1
  20. package/build/lib/web/development/components/Button/IconButton/StyledIconButton.web.js +25 -3
  21. package/build/lib/web/development/components/Button/IconButton/StyledIconButton.web.js.map +1 -1
  22. package/build/lib/web/development/components/Button/IconButton/tokens.js +14 -0
  23. package/build/lib/web/development/components/Button/IconButton/tokens.js.map +1 -0
  24. package/build/lib/web/development/components/Table/Table.web.js +12 -3
  25. package/build/lib/web/development/components/Table/Table.web.js.map +1 -1
  26. package/build/lib/web/development/components/Table/TableBody.web.js +214 -70
  27. package/build/lib/web/development/components/Table/TableBody.web.js.map +1 -1
  28. package/build/lib/web/development/components/Table/TableContext.js +3 -1
  29. package/build/lib/web/development/components/Table/TableContext.js.map +1 -1
  30. package/build/lib/web/development/components/Table/TableHeader.web.js +14 -6
  31. package/build/lib/web/development/components/Table/TableHeader.web.js.map +1 -1
  32. package/build/lib/web/development/components/Table/tokens.js +6 -1
  33. package/build/lib/web/development/components/Table/tokens.js.map +1 -1
  34. package/build/lib/web/development/components/index.js +2 -0
  35. package/build/lib/web/development/components/index.js.map +1 -1
  36. package/build/lib/web/development/utils/componentZIndices.js +2 -0
  37. package/build/lib/web/development/utils/componentZIndices.js.map +1 -1
  38. package/build/lib/web/development/utils/metaAttribute/metaConstants.js +2 -0
  39. package/build/lib/web/development/utils/metaAttribute/metaConstants.js.map +1 -1
  40. package/build/lib/web/production/components/BottomNav/BottomNav.web.js +136 -0
  41. package/build/lib/web/production/components/BottomNav/BottomNav.web.js.map +1 -0
  42. package/build/lib/web/production/components/BottomNav/index.js +2 -0
  43. package/build/lib/web/production/components/BottomNav/index.js.map +1 -0
  44. package/build/lib/web/production/components/Button/IconButton/IconButton.js +2 -0
  45. package/build/lib/web/production/components/Button/IconButton/IconButton.js.map +1 -1
  46. package/build/lib/web/production/components/Button/IconButton/StyledIconButton.web.js +25 -3
  47. package/build/lib/web/production/components/Button/IconButton/StyledIconButton.web.js.map +1 -1
  48. package/build/lib/web/production/components/Button/IconButton/tokens.js +14 -0
  49. package/build/lib/web/production/components/Button/IconButton/tokens.js.map +1 -0
  50. package/build/lib/web/production/components/Table/Table.web.js +12 -3
  51. package/build/lib/web/production/components/Table/Table.web.js.map +1 -1
  52. package/build/lib/web/production/components/Table/TableBody.web.js +214 -70
  53. package/build/lib/web/production/components/Table/TableBody.web.js.map +1 -1
  54. package/build/lib/web/production/components/Table/TableContext.js +3 -1
  55. package/build/lib/web/production/components/Table/TableContext.js.map +1 -1
  56. package/build/lib/web/production/components/Table/TableHeader.web.js +14 -6
  57. package/build/lib/web/production/components/Table/TableHeader.web.js.map +1 -1
  58. package/build/lib/web/production/components/Table/tokens.js +6 -1
  59. package/build/lib/web/production/components/Table/tokens.js.map +1 -1
  60. package/build/lib/web/production/components/index.js +2 -0
  61. package/build/lib/web/production/components/index.js.map +1 -1
  62. package/build/lib/web/production/utils/componentZIndices.js +2 -0
  63. package/build/lib/web/production/utils/componentZIndices.js.map +1 -1
  64. package/build/lib/web/production/utils/metaAttribute/metaConstants.js +2 -0
  65. package/build/lib/web/production/utils/metaAttribute/metaConstants.js.map +1 -1
  66. package/build/types/components/index.d.ts +144 -18
  67. package/build/types/components/index.native.d.ts +96 -15
  68. package/package.json +1 -1
@@ -4,7 +4,7 @@ import { useEffect } from 'react';
4
4
  import { Body, Cell, Row } from '@table-library/react-table-library/table';
5
5
  import styled from 'styled-components';
6
6
  import { useTableContext } from './TableContext.js';
7
- import { tableRow, checkboxCellWidth } from './tokens.js';
7
+ import { tableRow, classes, tableBackgroundColor, checkboxCellWidth } from './tokens.js';
8
8
  import { ComponentIds } from './componentIds.js';
9
9
  import getIn from '../../utils/lodashButBetter/get.js';
10
10
  import '../Typography/index.js';
@@ -16,6 +16,7 @@ import '../../utils/assignWithoutSideEffects/index.js';
16
16
  import '../../utils/getFocusRingStyles/index.js';
17
17
  import '../../tokens/global/index.js';
18
18
  import '../../utils/makeAccessible/index.js';
19
+ import { useIsomorphicLayoutEffect } from '../../utils/useIsomorphicLayoutEffect.js';
19
20
  import { jsx, jsxs } from 'react/jsx-runtime';
20
21
  import { makeMotionTime } from '../../utils/makeMotionTime/makeMotionTime.web.js';
21
22
  import { metaAttribute } from '../../utils/metaAttribute/metaAttribute.web.js';
@@ -28,18 +29,39 @@ import { makeSize } from '../../utils/makeSize/makeSize.js';
28
29
  import { size } from '../../tokens/global/size.js';
29
30
  import { Text } from '../Typography/Text/Text.js';
30
31
  import { Checkbox } from '../Checkbox/Checkbox.js';
32
+ import { getMediaQuery } from '../../utils/getMediaQuery/getMediaQuery.js';
31
33
  import { makeAccessible } from '../../utils/makeAccessible/makeAccessible.web.js';
32
34
 
33
35
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
34
36
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
37
+ var getTableRowBackgroundTransition = function getTableRowBackgroundTransition(theme) {
38
+ var rowBackgroundTransition = "background-color ".concat(makeMotionTime(getIn(theme.motion, tableRow.backgroundColorMotionDuration)), " ").concat(getIn(theme.motion, tableRow.backgroundColorMotionEasing));
39
+ return rowBackgroundTransition;
40
+ };
41
+ var getTableActionsHoverStyles = function getTableActionsHoverStyles(_ref) {
42
+ var hoverColor = _ref.hoverColor,
43
+ theme = _ref.theme,
44
+ backgroundGradientColor = _ref.backgroundGradientColor;
45
+ var rowBackgroundTransition = getTableRowBackgroundTransition(theme);
46
+ return _defineProperty(_defineProperty(_defineProperty({}, "& .".concat(classes.HOVER_ACTIONS), {
47
+ backgroundColor: getIn(theme.colors, tableBackgroundColor),
48
+ transition: rowBackgroundTransition
49
+ }), "& .".concat(classes.HOVER_ACTIONS_LAYER2), {
50
+ backgroundColor: getIn(theme.colors, backgroundGradientColor !== null && backgroundGradientColor !== void 0 ? backgroundGradientColor : 'transparent'),
51
+ transition: rowBackgroundTransition
52
+ }), "& .".concat(classes.HOVER_ACTIONS_LAYER3), {
53
+ backgroundColor: getIn(theme.colors, hoverColor),
54
+ transition: rowBackgroundTransition
55
+ });
56
+ };
35
57
  var StyledBody = /*#__PURE__*/styled(Body).withConfig({
36
58
  displayName: "TableBodyweb__StyledBody",
37
59
  componentId: "sc-1fpz8hn-0"
38
- })(function (_ref) {
39
- var theme = _ref.theme,
40
- $showStripedRows = _ref.$showStripedRows,
41
- $isSelectable = _ref.$isSelectable;
42
- var rowBackgroundTransition = "background-color ".concat(makeMotionTime(getIn(theme.motion, tableRow.backgroundColorMotionDuration)), " ").concat(getIn(theme.motion, tableRow.backgroundColorMotionEasing));
60
+ })(function (_ref3) {
61
+ var theme = _ref3.theme,
62
+ $showStripedRows = _ref3.$showStripedRows,
63
+ $isSelectable = _ref3.$isSelectable;
64
+ var rowBackgroundTransition = getTableRowBackgroundTransition(theme);
43
65
  return {
44
66
  '&&&': _objectSpread(_objectSpread(_objectSpread({
45
67
  border: 'none',
@@ -50,15 +72,27 @@ var StyledBody = /*#__PURE__*/styled(Body).withConfig({
50
72
  '& .row-select-single-selected .cell-wrapper-base, .row-select-selected .cell-wrapper-base': {
51
73
  backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorSelected)
52
74
  },
53
- '& .row-select-single-selected:hover:not(.disabled-row) .cell-wrapper-base, .row-select-selected:hover:not(.disabled-row) .cell-wrapper-base': {
75
+ '& .row-select-single-selected:hover:not(.disabled-row) .cell-wrapper-base, .row-select-selected:hover:not(.disabled-row) .cell-wrapper-base': _objectSpread({
54
76
  backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorSelectedHover)
55
- },
56
- '& .row-select-single-selected:focus:not(.disabled-row) .cell-wrapper-base, .row-select-selected:focus:not(.disabled-row) .cell-wrapper-base': {
77
+ }, getTableActionsHoverStyles({
78
+ hoverColor: tableRow.nonStripe.backgroundColorSelectedHover,
79
+ backgroundGradientColor: tableRow.nonStripeWrapper.backgroundColorSelectedHover,
80
+ theme: theme
81
+ })),
82
+ '& .row-select-single-selected:focus:not(.disabled-row) .cell-wrapper-base, .row-select-selected:focus:not(.disabled-row) .cell-wrapper-base': _objectSpread({
57
83
  backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorSelectedFocus)
58
- },
59
- '& .row-select-single-selected:active:not(.disabled-row) .cell-wrapper-base, .row-select-selected:active:not(.disabled-row) .cell-wrapper-base': {
84
+ }, getTableActionsHoverStyles({
85
+ hoverColor: tableRow.nonStripe.backgroundColorSelectedFocus,
86
+ backgroundGradientColor: tableRow.nonStripeWrapper.backgroundColorSelectedFocus,
87
+ theme: theme
88
+ })),
89
+ '& .row-select-single-selected:active:not(.disabled-row) .cell-wrapper-base, .row-select-selected:active:not(.disabled-row) .cell-wrapper-base': _objectSpread({
60
90
  backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorSelectedActive)
61
- }
91
+ }, getTableActionsHoverStyles({
92
+ hoverColor: tableRow.nonStripe.backgroundColorSelectedActive,
93
+ backgroundGradientColor: tableRow.nonStripe.backgroundColorHover,
94
+ theme: theme
95
+ }))
62
96
  }, $isSelectable && {
63
97
  '& tr:active:not(.disabled-row) .cell-wrapper': {
64
98
  backgroundColor: getIn(theme.colors, tableRow.nonStripeWrapper.backgroundColorActive)
@@ -92,32 +126,60 @@ var StyledBody = /*#__PURE__*/styled(Body).withConfig({
92
126
  '& .row-select-single-selected:nth-child(even):active:not(.disabled-row) .cell-wrapper, .row-select-selected:nth-child(even):active:not(.disabled-row) .cell-wrapper': {
93
127
  backgroundColor: getIn(theme.colors, tableRow.stripeWrapper.backgroundColorSelectedActive)
94
128
  },
95
- '& tr:nth-child(even):hover:not(.disabled-row) .cell-wrapper-base': {
129
+ '& tr:nth-child(even):hover:not(.disabled-row) .cell-wrapper-base': _objectSpread({
96
130
  backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorHover)
97
- },
98
- '& tr:nth-child(even):focus:not(.disabled-row) .cell-wrapper-base': {
131
+ }, getTableActionsHoverStyles({
132
+ hoverColor: tableRow.stripe.backgroundColorHover,
133
+ theme: theme,
134
+ backgroundGradientColor: tableRow.stripeWrapper.backgroundColorHover
135
+ })),
136
+ '& tr:nth-child(even):focus:not(.disabled-row) .cell-wrapper-base': _objectSpread({
99
137
  backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorFocus)
100
- },
101
- '& tr:nth-child(even):active:not(.disabled-row) .cell-wrapper-base': {
138
+ }, getTableActionsHoverStyles({
139
+ hoverColor: tableRow.stripe.backgroundColorFocus,
140
+ theme: theme,
141
+ backgroundGradientColor: tableRow.stripeWrapper.backgroundColorFocus
142
+ })),
143
+ '& tr:nth-child(even):active:not(.disabled-row) .cell-wrapper-base': _objectSpread({
102
144
  backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorActive)
103
- },
104
- '& .row-select-single-selected:nth-child(even) .cell-wrapper-base, .row-select-selected:nth-child(even) .cell-wrapper-base ': {
145
+ }, getTableActionsHoverStyles({
146
+ hoverColor: tableRow.stripe.backgroundColorActive,
147
+ backgroundGradientColor: tableRow.stripe.backgroundColorHover,
148
+ theme: theme
149
+ })),
150
+ '& .row-select-single-selected:nth-child(even) .cell-wrapper-base, .row-select-selected:nth-child(even) .cell-wrapper-base ': _objectSpread({
105
151
  backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorSelected)
106
- },
107
- '& .row-select-single-selected:nth-child(even):hover:not(.disabled-row) .cell-wrapper-base, .row-select-selected:nth-child(even):hover:not(.disabled-row) .cell-wrapper-base ': {
152
+ }, getTableActionsHoverStyles({
153
+ hoverColor: tableRow.stripe.backgroundColorSelected,
154
+ theme: theme,
155
+ backgroundGradientColor: tableRow.stripeWrapper.backgroundColorSelected
156
+ })),
157
+ '& .row-select-single-selected:nth-child(even):hover:not(.disabled-row) .cell-wrapper-base, .row-select-selected:nth-child(even):hover:not(.disabled-row) .cell-wrapper-base ': _objectSpread({
108
158
  backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorSelectedHover)
109
- },
110
- '& .row-select-single-selected:nth-child(even):focus:not(.disabled-row) .cell-wrapper-base, .row-select-selected:nth-child(even):focus:not(.disabled-row) .cell-wrapper-base ': {
159
+ }, getTableActionsHoverStyles({
160
+ hoverColor: tableRow.stripe.backgroundColorSelectedHover,
161
+ theme: theme,
162
+ backgroundGradientColor: tableRow.stripeWrapper.backgroundColorSelectedHover
163
+ })),
164
+ '& .row-select-single-selected:nth-child(even):focus:not(.disabled-row) .cell-wrapper-base, .row-select-selected:nth-child(even):focus:not(.disabled-row) .cell-wrapper-base ': _objectSpread({
111
165
  backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorSelectedFocus)
112
- },
113
- '& .row-select-single-selected:nth-child(even):active:not(.disabled-row) .cell-wrapper-base, .row-select-selected:nth-child(even):active:not(.disabled-row) .cell-wrapper-base ': {
166
+ }, getTableActionsHoverStyles({
167
+ hoverColor: tableRow.stripe.backgroundColorSelectedFocus,
168
+ theme: theme,
169
+ backgroundGradientColor: tableRow.stripeWrapper.backgroundColorSelectedFocus
170
+ })),
171
+ '& .row-select-single-selected:nth-child(even):active:not(.disabled-row) .cell-wrapper-base, .row-select-selected:nth-child(even):active:not(.disabled-row) .cell-wrapper-base ': _objectSpread({
114
172
  backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorSelectedActive)
115
- }
173
+ }, getTableActionsHoverStyles({
174
+ hoverColor: tableRow.stripe.backgroundColorSelectedActive,
175
+ theme: theme,
176
+ backgroundGradientColor: tableRow.stripe.backgroundColorHover
177
+ }))
116
178
  })
117
179
  };
118
180
  });
119
- var _TableBody = function _TableBody(_ref2) {
120
- var children = _ref2.children;
181
+ var _TableBody = function _TableBody(_ref4) {
182
+ var children = _ref4.children;
121
183
  var _useTableContext = useTableContext(),
122
184
  showStripedRows = _useTableContext.showStripedRows,
123
185
  selectionType = _useTableContext.selectionType;
@@ -138,9 +200,9 @@ var TableBody = /*#__PURE__*/assignWithoutSideEffects(_TableBody, {
138
200
  var StyledCell = /*#__PURE__*/styled(Cell).withConfig({
139
201
  displayName: "TableBodyweb__StyledCell",
140
202
  componentId: "sc-1fpz8hn-1"
141
- })(function (_ref3) {
142
- var theme = _ref3.theme,
143
- $backgroundColor = _ref3.$backgroundColor;
203
+ })(function (_ref5) {
204
+ var theme = _ref5.theme,
205
+ $backgroundColor = _ref5.$backgroundColor;
144
206
  return {
145
207
  '&&&': {
146
208
  height: '100%',
@@ -158,12 +220,12 @@ var StyledCell = /*#__PURE__*/styled(Cell).withConfig({
158
220
  var CellWrapper = /*#__PURE__*/styled(BaseBox).withConfig({
159
221
  displayName: "TableBodyweb__CellWrapper",
160
222
  componentId: "sc-1fpz8hn-2"
161
- })(function (_ref4) {
162
- var theme = _ref4.theme,
163
- $rowDensity = _ref4.$rowDensity,
164
- showStripedRows = _ref4.showStripedRows,
165
- _ref4$hasPadding = _ref4.hasPadding,
166
- hasPadding = _ref4$hasPadding === void 0 ? true : _ref4$hasPadding;
223
+ })(function (_ref6) {
224
+ var theme = _ref6.theme,
225
+ $rowDensity = _ref6.$rowDensity,
226
+ showStripedRows = _ref6.showStripedRows,
227
+ _ref6$hasPadding = _ref6.hasPadding,
228
+ hasPadding = _ref6$hasPadding === void 0 ? true : _ref6$hasPadding;
167
229
  var rowBackgroundTransition = "background-color ".concat(makeMotionTime(getIn(theme.motion, tableRow.backgroundColorMotionDuration)), " ").concat(getIn(theme.motion, tableRow.backgroundColorMotionEasing));
168
230
  return {
169
231
  '&&&': _objectSpread({
@@ -181,8 +243,9 @@ var CellWrapper = /*#__PURE__*/styled(BaseBox).withConfig({
181
243
  })
182
244
  };
183
245
  });
184
- var _TableCell = function _TableCell(_ref5) {
185
- var children = _ref5.children;
246
+ var _TableCell = function _TableCell(_ref7) {
247
+ var children = _ref7.children,
248
+ _hasPadding = _ref7._hasPadding;
186
249
  var isChildrenString = typeof children === 'string';
187
250
  var _useTableContext2 = useTableContext(),
188
251
  selectionType = _useTableContext2.selectionType,
@@ -208,6 +271,7 @@ var _TableCell = function _TableCell(_ref5) {
208
271
  showStripedRows: showStripedRows,
209
272
  display: "flex",
210
273
  alignItems: "center",
274
+ hasPadding: _hasPadding,
211
275
  flex: 1
212
276
  // when a direct string child is passed we want to disable pointer events
213
277
  // for custom cells components, consumers can handle pointer events themselves
@@ -216,6 +280,7 @@ var _TableCell = function _TableCell(_ref5) {
216
280
  // allow text to wrap, so that if the <Text> overflows it can truncate
217
281
  ,
218
282
  whiteSpace: "normal",
283
+ position: "relative",
219
284
  children: isChildrenString ? /*#__PURE__*/jsx(Text, {
220
285
  size: "medium",
221
286
  truncateAfterLines: 1,
@@ -228,10 +293,10 @@ var _TableCell = function _TableCell(_ref5) {
228
293
  var TableCell = /*#__PURE__*/assignWithoutSideEffects(_TableCell, {
229
294
  componentId: ComponentIds.TableCell
230
295
  });
231
- var TableCheckboxCell = function TableCheckboxCell(_ref6) {
232
- var isChecked = _ref6.isChecked,
233
- onChange = _ref6.onChange,
234
- isDisabled = _ref6.isDisabled;
296
+ var TableCheckboxCell = function TableCheckboxCell(_ref8) {
297
+ var isChecked = _ref8.isChecked,
298
+ onChange = _ref8.onChange,
299
+ isDisabled = _ref8.isDisabled;
235
300
  return /*#__PURE__*/jsx(TableCell, {
236
301
  children: /*#__PURE__*/jsx(BaseBox, {
237
302
  display: "flex",
@@ -253,14 +318,16 @@ var TableCheckboxCell = function TableCheckboxCell(_ref6) {
253
318
  var StyledRow = /*#__PURE__*/styled(Row).withConfig({
254
319
  displayName: "TableBodyweb__StyledRow",
255
320
  componentId: "sc-1fpz8hn-3"
256
- })(function (_ref7) {
257
- var theme = _ref7.theme,
258
- $isSelectable = _ref7.$isSelectable,
259
- $isHoverable = _ref7.$isHoverable,
260
- $showBorderedCells = _ref7.$showBorderedCells;
321
+ })(function (_ref9) {
322
+ var theme = _ref9.theme,
323
+ $isSelectable = _ref9.$isSelectable,
324
+ $isHoverable = _ref9.$isHoverable,
325
+ $showBorderedCells = _ref9.$showBorderedCells;
326
+ var _useTableContext3 = useTableContext(),
327
+ hasHoverActions = _useTableContext3.hasHoverActions;
261
328
  var rowBackgroundTransition = "background-color ".concat(makeMotionTime(getIn(theme.motion, tableRow.backgroundColorMotionDuration)), " ").concat(getIn(theme.motion, tableRow.backgroundColorMotionEasing));
262
329
  return {
263
- '&&&': _objectSpread(_objectSpread(_objectSpread({
330
+ '&&&': _objectSpread(_objectSpread(_objectSpread(_objectSpread({
264
331
  backgroundColor: 'transparent',
265
332
  '& .cell-wrapper': $showBorderedCells ? {
266
333
  borderRightWidth: makeSpace(getIn(theme.border.width, tableRow.borderBottomWidth)),
@@ -270,23 +337,56 @@ var StyledRow = /*#__PURE__*/styled(Row).withConfig({
270
337
  '& td:last-child .cell-wrapper': {
271
338
  borderRight: 'none'
272
339
  }
273
- }, ($isHoverable || $isSelectable) && {
274
- '&:hover:not(.disabled-row) .cell-wrapper-base': {
340
+ }, hasHoverActions ? _defineProperty({}, "@media ".concat(getMediaQuery({
341
+ min: theme.breakpoints.m
342
+ })), {
343
+ '& td:last-child': {
344
+ opacity: 0,
345
+ position: 'sticky',
346
+ zIndex: 2,
347
+ right: 0,
348
+ width: '0px',
349
+ '& > div:first-child': {
350
+ overflow: 'visible'
351
+ }
352
+ },
353
+ '& td:last-child:focus-within': _objectSpread({
354
+ opacity: 1
355
+ }, getTableActionsHoverStyles({
356
+ theme: theme,
357
+ hoverColor: tableRow.nonStripe.backgroundColor
358
+ })),
359
+ '&:hover td:last-child': {
360
+ opacity: 1
361
+ }
362
+ }) : {}), ($isHoverable || $isSelectable) && {
363
+ '&:hover:not(.disabled-row) .cell-wrapper-base': _objectSpread({
275
364
  transition: rowBackgroundTransition,
276
365
  cursor: 'pointer',
277
366
  backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorHover)
278
- }
367
+ }, getTableActionsHoverStyles({
368
+ hoverColor: tableRow.nonStripe.backgroundColorHover,
369
+ theme: theme
370
+ }))
279
371
  }), $isSelectable && {
280
- '&:focus:not(.disabled-row) .cell-wrapper-base': {
372
+ '&:focus:not(.disabled-row) .cell-wrapper-base': _objectSpread({
281
373
  transition: rowBackgroundTransition,
282
374
  backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorFocus),
283
375
  cursor: 'pointer'
284
- },
285
- '&:active:not(.disabled-row) .cell-wrapper-base': {
376
+ }, getTableActionsHoverStyles({
377
+ hoverColor: tableRow.nonStripe.backgroundColorFocus,
378
+ backgroundGradientColor: tableRow.nonStripe.backgroundColorHover,
379
+ theme: theme
380
+ })),
381
+ '&:active:not(.disabled-row) .cell-wrapper-base': _objectSpread({
286
382
  transition: rowBackgroundTransition,
287
383
  backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorActive),
288
384
  cursor: 'pointer'
289
- }
385
+ }, getTableActionsHoverStyles({
386
+ hoverColor: tableRow.nonStripe.backgroundColorActive,
387
+ backgroundGradientColor: tableRow.nonStripe.backgroundColorHover,
388
+ theme: theme
389
+ }))
290
390
  }), {}, {
291
391
  '&:focus': getFocusRingStyles({
292
392
  theme: theme,
@@ -295,22 +395,25 @@ var StyledRow = /*#__PURE__*/styled(Row).withConfig({
295
395
  })
296
396
  };
297
397
  });
298
- var _TableRow = function _TableRow(_ref8) {
299
- var children = _ref8.children,
300
- item = _ref8.item,
301
- isDisabled = _ref8.isDisabled,
302
- onHover = _ref8.onHover,
303
- _onClick = _ref8.onClick,
304
- testID = _ref8.testID;
305
- var _useTableContext3 = useTableContext(),
306
- selectionType = _useTableContext3.selectionType,
307
- selectedRows = _useTableContext3.selectedRows,
308
- toggleRowSelectionById = _useTableContext3.toggleRowSelectionById,
309
- setDisabledRows = _useTableContext3.setDisabledRows,
310
- showBorderedCells = _useTableContext3.showBorderedCells;
398
+ var _TableRow = function _TableRow(_ref11) {
399
+ var children = _ref11.children,
400
+ item = _ref11.item,
401
+ isDisabled = _ref11.isDisabled,
402
+ onHover = _ref11.onHover,
403
+ _onClick = _ref11.onClick,
404
+ hoverActions = _ref11.hoverActions,
405
+ testID = _ref11.testID;
406
+ var _useTableContext4 = useTableContext(),
407
+ selectionType = _useTableContext4.selectionType,
408
+ selectedRows = _useTableContext4.selectedRows,
409
+ toggleRowSelectionById = _useTableContext4.toggleRowSelectionById,
410
+ setDisabledRows = _useTableContext4.setDisabledRows,
411
+ showBorderedCells = _useTableContext4.showBorderedCells,
412
+ setHasHoverActions = _useTableContext4.setHasHoverActions;
311
413
  var isSelectable = selectionType !== 'none';
312
414
  var isMultiSelect = selectionType === 'multiple';
313
415
  var isSelected = selectedRows === null || selectedRows === void 0 ? void 0 : selectedRows.includes(item.id);
416
+ var hasHoverActions = Boolean(hoverActions);
314
417
  useEffect(function () {
315
418
  if (isDisabled) {
316
419
  setDisabledRows(function (prev) {
@@ -318,6 +421,11 @@ var _TableRow = function _TableRow(_ref8) {
318
421
  });
319
422
  }
320
423
  }, [isDisabled, item.id, setDisabledRows]);
424
+ useIsomorphicLayoutEffect(function () {
425
+ if (hasHoverActions) {
426
+ setHasHoverActions(true);
427
+ }
428
+ }, [hasHoverActions]);
321
429
  return /*#__PURE__*/jsxs(StyledRow, _objectSpread(_objectSpread(_objectSpread({
322
430
  disabled: isDisabled,
323
431
  $isSelectable: isDisabled ? false : isSelectable,
@@ -347,7 +455,43 @@ var _TableRow = function _TableRow(_ref8) {
347
455
  return !isDisabled && toggleRowSelectionById(item.id);
348
456
  },
349
457
  isDisabled: isDisabled
350
- }), children]
458
+ }), children, hoverActions ? /*#__PURE__*/jsx(TableCell, {
459
+ _hasPadding: false,
460
+ children: /*#__PURE__*/jsx(BaseBox, {
461
+ className: classes.HOVER_ACTIONS,
462
+ position: {
463
+ base: 'relative',
464
+ m: 'absolute'
465
+ },
466
+ top: "spacing.0",
467
+ right: "spacing.0",
468
+ height: "100%",
469
+ flexShrink: 0,
470
+ flexGrow: 1,
471
+ width: "max-content",
472
+ children: /*#__PURE__*/jsx(BaseBox, {
473
+ className: classes.HOVER_ACTIONS_LAYER2,
474
+ height: "100%",
475
+ width: "max-content",
476
+ display: "flex",
477
+ alignItems: "center",
478
+ children: /*#__PURE__*/jsx(BaseBox, {
479
+ height: "100%",
480
+ width: "max-content",
481
+ className: classes.HOVER_ACTIONS_LAYER3,
482
+ display: "flex",
483
+ alignItems: "center",
484
+ paddingLeft: {
485
+ base: 'spacing.4',
486
+ m: 'spacing.6'
487
+ },
488
+ paddingRight: "spacing.4",
489
+ gap: "spacing.3",
490
+ children: hoverActions
491
+ })
492
+ })
493
+ })
494
+ }) : null]
351
495
  }));
352
496
  };
353
497
  var TableRow = /*#__PURE__*/assignWithoutSideEffects(_TableRow, {
@@ -1 +1 @@
1
- {"version":3,"file":"TableBody.web.js","sources":["../../../../../../src/components/Table/TableBody.web.tsx"],"sourcesContent":["import React, { useEffect } from 'react';\nimport { Body, Row, Cell } from '@table-library/react-table-library/table';\nimport styled from 'styled-components';\nimport { useTableContext } from './TableContext';\nimport { checkboxCellWidth, tableRow } from './tokens';\nimport { ComponentIds } from './componentIds';\nimport type {\n TableProps,\n TableBodyProps,\n TableRowProps,\n TableCellProps,\n TableBackgroundColors,\n} from './types';\nimport getIn from '~utils/lodashButBetter/get';\nimport { Text } from '~components/Typography';\nimport type { CheckboxProps } from '~components/Checkbox';\nimport { Checkbox } from '~components/Checkbox';\nimport { makeMotionTime, makeSize, makeSpace } from '~utils';\nimport BaseBox from '~components/Box/BaseBox';\nimport { MetaConstants, metaAttribute } from '~utils/metaAttribute';\nimport { assignWithoutSideEffects } from '~utils/assignWithoutSideEffects';\nimport { getFocusRingStyles } from '~utils/getFocusRingStyles';\nimport { size } from '~tokens/global';\nimport { makeAccessible } from '~utils/makeAccessible';\n\nconst StyledBody = styled(Body)<{\n $isSelectable: boolean;\n $showStripedRows: boolean;\n}>(({ theme, $showStripedRows, $isSelectable }) => {\n const rowBackgroundTransition = `background-color ${makeMotionTime(\n getIn(theme.motion, tableRow.backgroundColorMotionDuration),\n )} ${getIn(theme.motion, tableRow.backgroundColorMotionEasing)}`;\n\n return {\n '&&&': {\n border: 'none',\n transition: rowBackgroundTransition,\n\n '& tr:last-child .cell-wrapper': {\n borderBottom: 'none',\n },\n\n '& .row-select-single-selected .cell-wrapper-base, .row-select-selected .cell-wrapper-base': {\n backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorSelected),\n },\n '& .row-select-single-selected:hover:not(.disabled-row) .cell-wrapper-base, .row-select-selected:hover:not(.disabled-row) .cell-wrapper-base': {\n backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorSelectedHover),\n },\n '& .row-select-single-selected:focus:not(.disabled-row) .cell-wrapper-base, .row-select-selected:focus:not(.disabled-row) .cell-wrapper-base': {\n backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorSelectedFocus),\n },\n '& .row-select-single-selected:active:not(.disabled-row) .cell-wrapper-base, .row-select-selected:active:not(.disabled-row) .cell-wrapper-base': {\n backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorSelectedActive),\n },\n\n ...($isSelectable && {\n '& tr:active:not(.disabled-row) .cell-wrapper': {\n backgroundColor: getIn(theme.colors, tableRow.nonStripeWrapper.backgroundColorActive),\n },\n }),\n\n ...($showStripedRows && {\n '& tr:nth-child(even) .cell-wrapper': {\n backgroundColor: getIn(theme.colors, tableRow.stripeWrapper.backgroundColor),\n },\n '& tr:nth-child(even) .cell-wrapper-base': {\n backgroundColor: tableRow.stripe.backgroundColor,\n },\n }),\n\n ...($showStripedRows &&\n $isSelectable && {\n '& tr:nth-child(even):hover:not(.disabled-row) .cell-wrapper': {\n backgroundColor: getIn(theme.colors, tableRow.stripeWrapper.backgroundColorHover),\n },\n '& tr:nth-child(even):focus:not(.disabled-row) .cell-wrapper': {\n backgroundColor: getIn(theme.colors, tableRow.stripeWrapper.backgroundColorFocus),\n },\n '& tr:nth-child(even):active:not(.disabled-row) .cell-wrapper': {\n backgroundColor: getIn(theme.colors, tableRow.stripeWrapper.backgroundColorActive),\n },\n '& .row-select-single-selected:nth-child(even) .cell-wrapper, .row-select-selected:nth-child(even) .cell-wrapper': {\n backgroundColor: getIn(theme.colors, tableRow.stripeWrapper.backgroundColorSelected),\n },\n '& .row-select-single-selected:nth-child(even):hover:not(.disabled-row) .cell-wrapper, .row-select-selected:nth-child(even):hover:not(.disabled-row) .cell-wrapper': {\n backgroundColor: getIn(\n theme.colors,\n tableRow.stripeWrapper.backgroundColorSelectedHover,\n ),\n },\n '& .row-select-single-selected:nth-child(even):focus:not(.disabled-row) .cell-wrapper, .row-select-selected:nth-child(even):focus:not(.disabled-row) .cell-wrapper': {\n backgroundColor: getIn(\n theme.colors,\n tableRow.stripeWrapper.backgroundColorSelectedFocus,\n ),\n },\n '& .row-select-single-selected:nth-child(even):active:not(.disabled-row) .cell-wrapper, .row-select-selected:nth-child(even):active:not(.disabled-row) .cell-wrapper': {\n backgroundColor: getIn(\n theme.colors,\n tableRow.stripeWrapper.backgroundColorSelectedActive,\n ),\n },\n\n '& tr:nth-child(even):hover:not(.disabled-row) .cell-wrapper-base': {\n backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorHover),\n },\n '& tr:nth-child(even):focus:not(.disabled-row) .cell-wrapper-base': {\n backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorFocus),\n },\n '& tr:nth-child(even):active:not(.disabled-row) .cell-wrapper-base': {\n backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorActive),\n },\n\n '& .row-select-single-selected:nth-child(even) .cell-wrapper-base, .row-select-selected:nth-child(even) .cell-wrapper-base ': {\n backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorSelected),\n },\n '& .row-select-single-selected:nth-child(even):hover:not(.disabled-row) .cell-wrapper-base, .row-select-selected:nth-child(even):hover:not(.disabled-row) .cell-wrapper-base ': {\n backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorSelectedHover),\n },\n '& .row-select-single-selected:nth-child(even):focus:not(.disabled-row) .cell-wrapper-base, .row-select-selected:nth-child(even):focus:not(.disabled-row) .cell-wrapper-base ': {\n backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorSelectedFocus),\n },\n '& .row-select-single-selected:nth-child(even):active:not(.disabled-row) .cell-wrapper-base, .row-select-selected:nth-child(even):active:not(.disabled-row) .cell-wrapper-base ': {\n backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorSelectedActive),\n },\n }),\n },\n };\n});\n\nconst _TableBody = ({ children }: TableBodyProps): React.ReactElement => {\n const { showStripedRows, selectionType } = useTableContext();\n const isSelectable = selectionType !== 'none';\n\n return (\n <StyledBody\n $isSelectable={isSelectable}\n $showStripedRows={showStripedRows}\n $showBorderedCells={true}\n {...metaAttribute({ name: MetaConstants.TableBody })}\n >\n {children}\n </StyledBody>\n );\n};\n\nconst TableBody = assignWithoutSideEffects(_TableBody, {\n componentId: ComponentIds.TableBody,\n});\n\nexport const StyledCell = styled(Cell)<{\n $backgroundColor: TableBackgroundColors;\n}>(({ theme, $backgroundColor }) => ({\n '&&&': {\n height: '100%',\n backgroundColor: getIn(theme.colors, $backgroundColor),\n '& > div:first-child': {\n alignSelf: 'stretch',\n },\n '&:focus-visible': { ...getFocusRingStyles({ theme, negativeOffset: true }) },\n },\n}));\n\nexport const CellWrapper = styled(BaseBox)<{\n $rowDensity: NonNullable<TableProps<unknown>['rowDensity']>;\n showStripedRows?: boolean;\n hasPadding?: boolean;\n}>(({ theme, $rowDensity, showStripedRows, hasPadding = true }) => {\n const rowBackgroundTransition = `background-color ${makeMotionTime(\n getIn(theme.motion, tableRow.backgroundColorMotionDuration),\n )} ${getIn(theme.motion, tableRow.backgroundColorMotionEasing)}`;\n\n return {\n '&&&': {\n transition: rowBackgroundTransition,\n backgroundColor: tableRow.nonStripeWrapper.backgroundColor,\n paddingLeft: hasPadding ? makeSpace(getIn(theme, tableRow.paddingLeft[$rowDensity])) : '0px',\n paddingRight: hasPadding\n ? makeSpace(getIn(theme, tableRow.paddingRight[$rowDensity]))\n : '0px',\n minHeight: makeSize(getIn(size, tableRow.minHeight[$rowDensity])),\n height: '100%',\n width: '100%',\n ...(!showStripedRows && {\n borderBottomWidth: makeSpace(getIn(theme.border.width, tableRow.borderBottomWidth)),\n borderBottomColor: getIn(theme.colors, tableRow.borderColor),\n borderBottomStyle: 'solid',\n }),\n },\n };\n});\n\nconst _TableCell = ({ children }: TableCellProps): React.ReactElement => {\n const isChildrenString = typeof children === 'string';\n const { selectionType, rowDensity, showStripedRows, backgroundColor } = useTableContext();\n const isSelectable = selectionType !== 'none';\n\n return (\n <StyledCell\n tabIndex={0}\n role=\"cell\"\n $backgroundColor={backgroundColor}\n {...metaAttribute({ name: MetaConstants.TableCell })}\n >\n <BaseBox className=\"cell-wrapper-base\" display=\"flex\" alignItems=\"center\" height=\"100%\">\n <CellWrapper\n className=\"cell-wrapper\"\n $rowDensity={rowDensity}\n showStripedRows={showStripedRows}\n display=\"flex\"\n alignItems=\"center\"\n flex={1}\n // when a direct string child is passed we want to disable pointer events\n // for custom cells components, consumers can handle pointer events themselves\n pointerEvents={isChildrenString && isSelectable ? 'none' : 'auto'}\n // allow text to wrap, so that if the <Text> overflows it can truncate\n whiteSpace=\"normal\"\n >\n {isChildrenString ? (\n <Text size=\"medium\" truncateAfterLines={1}>\n {children}\n </Text>\n ) : (\n children\n )}\n </CellWrapper>\n </BaseBox>\n </StyledCell>\n );\n};\n\nconst TableCell = assignWithoutSideEffects(_TableCell, {\n componentId: ComponentIds.TableCell,\n});\n\nconst TableCheckboxCell = ({\n isChecked,\n onChange,\n isDisabled,\n}: {\n isChecked: CheckboxProps['isChecked'];\n onChange: CheckboxProps['onChange'];\n isDisabled?: boolean;\n}): React.ReactElement => {\n return (\n <TableCell>\n <BaseBox\n display=\"flex\"\n alignItems=\"center\"\n justifyContent=\"center\"\n flex={1}\n width={makeSize(checkboxCellWidth)}\n onClick={(e) => e.stopPropagation()}\n >\n <Checkbox isDisabled={isDisabled} isChecked={isChecked} onChange={onChange} />\n </BaseBox>\n </TableCell>\n );\n};\n\nconst StyledRow = styled(Row)<{\n $isSelectable: boolean;\n $isHoverable: boolean;\n $showBorderedCells: boolean;\n}>(({ theme, $isSelectable, $isHoverable, $showBorderedCells }) => {\n const rowBackgroundTransition = `background-color ${makeMotionTime(\n getIn(theme.motion, tableRow.backgroundColorMotionDuration),\n )} ${getIn(theme.motion, tableRow.backgroundColorMotionEasing)}`;\n\n return {\n '&&&': {\n backgroundColor: 'transparent',\n '& .cell-wrapper': $showBorderedCells\n ? {\n borderRightWidth: makeSpace(getIn(theme.border.width, tableRow.borderBottomWidth)),\n borderRightStyle: 'solid',\n borderRightColor: getIn(theme.colors, tableRow.borderColor),\n }\n : undefined,\n '& td:last-child .cell-wrapper': {\n borderRight: 'none',\n },\n ...(($isHoverable || $isSelectable) && {\n '&:hover:not(.disabled-row) .cell-wrapper-base': {\n transition: rowBackgroundTransition,\n cursor: 'pointer',\n backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorHover),\n },\n }),\n ...($isSelectable && {\n '&:focus:not(.disabled-row) .cell-wrapper-base': {\n transition: rowBackgroundTransition,\n backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorFocus),\n cursor: 'pointer',\n },\n '&:active:not(.disabled-row) .cell-wrapper-base': {\n transition: rowBackgroundTransition,\n backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorActive),\n cursor: 'pointer',\n },\n }),\n '&:focus': getFocusRingStyles({ theme, negativeOffset: true }),\n },\n };\n});\n\nconst _TableRow = <Item,>({\n children,\n item,\n isDisabled,\n onHover,\n onClick,\n testID,\n}: TableRowProps<Item>): React.ReactElement => {\n const {\n selectionType,\n selectedRows,\n toggleRowSelectionById,\n setDisabledRows,\n showBorderedCells,\n } = useTableContext();\n const isSelectable = selectionType !== 'none';\n const isMultiSelect = selectionType === 'multiple';\n const isSelected = selectedRows?.includes(item.id);\n useEffect(() => {\n if (isDisabled) {\n setDisabledRows((prev) => [...prev, item.id]);\n }\n }, [isDisabled, item.id, setDisabledRows]);\n\n return (\n <StyledRow\n disabled={isDisabled}\n $isSelectable={isDisabled ? false : isSelectable}\n $isHoverable={isDisabled ? false : Boolean(onHover) || Boolean(onClick)}\n $showBorderedCells={showBorderedCells}\n item={item}\n className={isDisabled ? 'disabled-row' : ''}\n onMouseEnter={() => onHover?.({ item })}\n onClick={() => onClick?.({ item })}\n {...makeAccessible({ selected: isSelected })}\n {...metaAttribute({ name: MetaConstants.TableRow, testID })}\n >\n {isMultiSelect && (\n <TableCheckboxCell\n isChecked={isSelected}\n onChange={() => !isDisabled && toggleRowSelectionById(item.id)}\n isDisabled={isDisabled}\n />\n )}\n {children}\n </StyledRow>\n );\n};\n\nconst TableRow = assignWithoutSideEffects(_TableRow, {\n componentId: ComponentIds.TableRow,\n});\n\nexport { TableBody, TableRow, TableCell };\n"],"names":["StyledBody","styled","Body","withConfig","displayName","componentId","_ref","theme","$showStripedRows","$isSelectable","rowBackgroundTransition","concat","makeMotionTime","getIn","motion","tableRow","backgroundColorMotionDuration","backgroundColorMotionEasing","_objectSpread","border","transition","borderBottom","backgroundColor","colors","nonStripe","backgroundColorSelected","backgroundColorSelectedHover","backgroundColorSelectedFocus","backgroundColorSelectedActive","nonStripeWrapper","backgroundColorActive","stripeWrapper","stripe","backgroundColorHover","backgroundColorFocus","_TableBody","_ref2","children","_useTableContext","useTableContext","showStripedRows","selectionType","isSelectable","_jsx","$showBorderedCells","metaAttribute","name","MetaConstants","TableBody","assignWithoutSideEffects","ComponentIds","StyledCell","Cell","_ref3","$backgroundColor","height","alignSelf","getFocusRingStyles","negativeOffset","CellWrapper","BaseBox","_ref4","$rowDensity","_ref4$hasPadding","hasPadding","paddingLeft","makeSpace","paddingRight","minHeight","makeSize","size","width","borderBottomWidth","borderBottomColor","borderColor","borderBottomStyle","_TableCell","_ref5","isChildrenString","_useTableContext2","rowDensity","tabIndex","role","TableCell","className","display","alignItems","flex","pointerEvents","whiteSpace","Text","truncateAfterLines","TableCheckboxCell","_ref6","isChecked","onChange","isDisabled","justifyContent","checkboxCellWidth","onClick","e","stopPropagation","Checkbox","StyledRow","Row","_ref7","$isHoverable","borderRightWidth","borderRightStyle","borderRightColor","undefined","borderRight","cursor","_TableRow","_ref8","item","onHover","testID","_useTableContext3","selectedRows","toggleRowSelectionById","setDisabledRows","showBorderedCells","isMultiSelect","isSelected","includes","id","useEffect","prev","_toConsumableArray","_jsxs","disabled","Boolean","onMouseEnter","makeAccessible","selected","TableRow"],"mappings":"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"}
1
+ {"version":3,"file":"TableBody.web.js","sources":["../../../../../../src/components/Table/TableBody.web.tsx"],"sourcesContent":["import React, { useEffect } from 'react';\nimport { Body, Row, Cell } from '@table-library/react-table-library/table';\nimport styled from 'styled-components';\nimport { useTableContext } from './TableContext';\nimport { checkboxCellWidth, classes, tableBackgroundColor, tableRow } from './tokens';\nimport { ComponentIds } from './componentIds';\nimport type {\n TableProps,\n TableBodyProps,\n TableRowProps,\n TableCellProps,\n TableBackgroundColors,\n} from './types';\nimport getIn from '~utils/lodashButBetter/get';\nimport type { DotNotationToken } from '~utils/lodashButBetter/get';\nimport { Text } from '~components/Typography';\nimport type { CheckboxProps } from '~components/Checkbox';\nimport { Checkbox } from '~components/Checkbox';\nimport { getMediaQuery, makeMotionTime, makeSize, makeSpace } from '~utils';\nimport BaseBox from '~components/Box/BaseBox';\nimport { MetaConstants, metaAttribute } from '~utils/metaAttribute';\nimport { assignWithoutSideEffects } from '~utils/assignWithoutSideEffects';\nimport { getFocusRingStyles } from '~utils/getFocusRingStyles';\nimport { size } from '~tokens/global';\nimport { makeAccessible } from '~utils/makeAccessible';\nimport { useIsomorphicLayoutEffect } from '~utils/useIsomorphicLayoutEffect';\nimport type { Theme } from '~components/BladeProvider';\n\nconst getTableRowBackgroundTransition = (theme: Theme): string => {\n const rowBackgroundTransition = `background-color ${makeMotionTime(\n getIn(theme.motion, tableRow.backgroundColorMotionDuration),\n )} ${getIn(theme.motion, tableRow.backgroundColorMotionEasing)}`;\n\n return rowBackgroundTransition;\n};\n\nconst getTableActionsHoverStyles = ({\n hoverColor,\n theme,\n backgroundGradientColor,\n}: {\n hoverColor: DotNotationToken<Theme['colors']>;\n backgroundGradientColor?: DotNotationToken<Omit<Theme['colors'], 'name'>>;\n theme: Theme;\n}): React.CSSProperties => {\n const rowBackgroundTransition = getTableRowBackgroundTransition(theme);\n\n return {\n // Solid layer 1 background - should match the table background\n [`& .${classes.HOVER_ACTIONS}`]: {\n backgroundColor: getIn(theme.colors, tableBackgroundColor),\n transition: rowBackgroundTransition,\n },\n // Alpha layer 2 background - Stripped row background, Hover background in selected state, etc\n [`& .${classes.HOVER_ACTIONS_LAYER2}`]: {\n backgroundColor: getIn(theme.colors, backgroundGradientColor ?? 'transparent'),\n transition: rowBackgroundTransition,\n },\n // Alpha layer 3 background - Hover, selection, active background\n [`& .${classes.HOVER_ACTIONS_LAYER3}`]: {\n backgroundColor: getIn(theme.colors, hoverColor),\n transition: rowBackgroundTransition,\n },\n };\n};\n\nconst StyledBody = styled(Body)<{\n $isSelectable: boolean;\n $showStripedRows: boolean;\n}>(({ theme, $showStripedRows, $isSelectable }) => {\n const rowBackgroundTransition = getTableRowBackgroundTransition(theme);\n\n return {\n '&&&': {\n border: 'none',\n transition: rowBackgroundTransition,\n\n '& tr:last-child .cell-wrapper': {\n borderBottom: 'none',\n },\n\n '& .row-select-single-selected .cell-wrapper-base, .row-select-selected .cell-wrapper-base': {\n backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorSelected),\n },\n '& .row-select-single-selected:hover:not(.disabled-row) .cell-wrapper-base, .row-select-selected:hover:not(.disabled-row) .cell-wrapper-base': {\n backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorSelectedHover),\n ...getTableActionsHoverStyles({\n hoverColor: tableRow.nonStripe.backgroundColorSelectedHover,\n backgroundGradientColor: tableRow.nonStripeWrapper.backgroundColorSelectedHover,\n theme,\n }),\n },\n '& .row-select-single-selected:focus:not(.disabled-row) .cell-wrapper-base, .row-select-selected:focus:not(.disabled-row) .cell-wrapper-base': {\n backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorSelectedFocus),\n ...getTableActionsHoverStyles({\n hoverColor: tableRow.nonStripe.backgroundColorSelectedFocus,\n backgroundGradientColor: tableRow.nonStripeWrapper.backgroundColorSelectedFocus,\n theme,\n }),\n },\n '& .row-select-single-selected:active:not(.disabled-row) .cell-wrapper-base, .row-select-selected:active:not(.disabled-row) .cell-wrapper-base': {\n backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorSelectedActive),\n ...getTableActionsHoverStyles({\n hoverColor: tableRow.nonStripe.backgroundColorSelectedActive,\n backgroundGradientColor: tableRow.nonStripe.backgroundColorHover,\n theme,\n }),\n },\n\n ...($isSelectable && {\n '& tr:active:not(.disabled-row) .cell-wrapper': {\n backgroundColor: getIn(theme.colors, tableRow.nonStripeWrapper.backgroundColorActive),\n },\n }),\n\n ...($showStripedRows && {\n '& tr:nth-child(even) .cell-wrapper': {\n backgroundColor: getIn(theme.colors, tableRow.stripeWrapper.backgroundColor),\n },\n '& tr:nth-child(even) .cell-wrapper-base': {\n backgroundColor: tableRow.stripe.backgroundColor,\n },\n }),\n\n ...($showStripedRows &&\n $isSelectable && {\n '& tr:nth-child(even):hover:not(.disabled-row) .cell-wrapper': {\n backgroundColor: getIn(theme.colors, tableRow.stripeWrapper.backgroundColorHover),\n },\n '& tr:nth-child(even):focus:not(.disabled-row) .cell-wrapper': {\n backgroundColor: getIn(theme.colors, tableRow.stripeWrapper.backgroundColorFocus),\n },\n '& tr:nth-child(even):active:not(.disabled-row) .cell-wrapper': {\n backgroundColor: getIn(theme.colors, tableRow.stripeWrapper.backgroundColorActive),\n },\n '& .row-select-single-selected:nth-child(even) .cell-wrapper, .row-select-selected:nth-child(even) .cell-wrapper': {\n backgroundColor: getIn(theme.colors, tableRow.stripeWrapper.backgroundColorSelected),\n },\n '& .row-select-single-selected:nth-child(even):hover:not(.disabled-row) .cell-wrapper, .row-select-selected:nth-child(even):hover:not(.disabled-row) .cell-wrapper': {\n backgroundColor: getIn(\n theme.colors,\n tableRow.stripeWrapper.backgroundColorSelectedHover,\n ),\n },\n '& .row-select-single-selected:nth-child(even):focus:not(.disabled-row) .cell-wrapper, .row-select-selected:nth-child(even):focus:not(.disabled-row) .cell-wrapper': {\n backgroundColor: getIn(\n theme.colors,\n tableRow.stripeWrapper.backgroundColorSelectedFocus,\n ),\n },\n '& .row-select-single-selected:nth-child(even):active:not(.disabled-row) .cell-wrapper, .row-select-selected:nth-child(even):active:not(.disabled-row) .cell-wrapper': {\n backgroundColor: getIn(\n theme.colors,\n tableRow.stripeWrapper.backgroundColorSelectedActive,\n ),\n },\n\n '& tr:nth-child(even):hover:not(.disabled-row) .cell-wrapper-base': {\n backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorHover),\n ...getTableActionsHoverStyles({\n hoverColor: tableRow.stripe.backgroundColorHover,\n theme,\n backgroundGradientColor: tableRow.stripeWrapper.backgroundColorHover,\n }),\n },\n '& tr:nth-child(even):focus:not(.disabled-row) .cell-wrapper-base': {\n backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorFocus),\n ...getTableActionsHoverStyles({\n hoverColor: tableRow.stripe.backgroundColorFocus,\n theme,\n backgroundGradientColor: tableRow.stripeWrapper.backgroundColorFocus,\n }),\n },\n '& tr:nth-child(even):active:not(.disabled-row) .cell-wrapper-base': {\n backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorActive),\n ...getTableActionsHoverStyles({\n hoverColor: tableRow.stripe.backgroundColorActive,\n backgroundGradientColor: tableRow.stripe.backgroundColorHover,\n theme,\n }),\n },\n\n '& .row-select-single-selected:nth-child(even) .cell-wrapper-base, .row-select-selected:nth-child(even) .cell-wrapper-base ': {\n backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorSelected),\n ...getTableActionsHoverStyles({\n hoverColor: tableRow.stripe.backgroundColorSelected,\n theme,\n backgroundGradientColor: tableRow.stripeWrapper.backgroundColorSelected,\n }),\n },\n '& .row-select-single-selected:nth-child(even):hover:not(.disabled-row) .cell-wrapper-base, .row-select-selected:nth-child(even):hover:not(.disabled-row) .cell-wrapper-base ': {\n backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorSelectedHover),\n ...getTableActionsHoverStyles({\n hoverColor: tableRow.stripe.backgroundColorSelectedHover,\n theme,\n backgroundGradientColor: tableRow.stripeWrapper.backgroundColorSelectedHover,\n }),\n },\n '& .row-select-single-selected:nth-child(even):focus:not(.disabled-row) .cell-wrapper-base, .row-select-selected:nth-child(even):focus:not(.disabled-row) .cell-wrapper-base ': {\n backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorSelectedFocus),\n ...getTableActionsHoverStyles({\n hoverColor: tableRow.stripe.backgroundColorSelectedFocus,\n theme,\n backgroundGradientColor: tableRow.stripeWrapper.backgroundColorSelectedFocus,\n }),\n },\n '& .row-select-single-selected:nth-child(even):active:not(.disabled-row) .cell-wrapper-base, .row-select-selected:nth-child(even):active:not(.disabled-row) .cell-wrapper-base ': {\n backgroundColor: getIn(theme.colors, tableRow.stripe.backgroundColorSelectedActive),\n ...getTableActionsHoverStyles({\n hoverColor: tableRow.stripe.backgroundColorSelectedActive,\n theme,\n backgroundGradientColor: tableRow.stripe.backgroundColorHover,\n }),\n },\n }),\n },\n };\n});\n\nconst _TableBody = ({ children }: TableBodyProps): React.ReactElement => {\n const { showStripedRows, selectionType } = useTableContext();\n const isSelectable = selectionType !== 'none';\n\n return (\n <StyledBody\n $isSelectable={isSelectable}\n $showStripedRows={showStripedRows}\n $showBorderedCells={true}\n {...metaAttribute({ name: MetaConstants.TableBody })}\n >\n {children}\n </StyledBody>\n );\n};\n\nconst TableBody = assignWithoutSideEffects(_TableBody, {\n componentId: ComponentIds.TableBody,\n});\n\nexport const StyledCell = styled(Cell)<{\n $backgroundColor: TableBackgroundColors;\n}>(({ theme, $backgroundColor }) => ({\n '&&&': {\n height: '100%',\n backgroundColor: getIn(theme.colors, $backgroundColor),\n '& > div:first-child': {\n alignSelf: 'stretch',\n },\n '&:focus-visible': { ...getFocusRingStyles({ theme, negativeOffset: true }) },\n },\n}));\n\nexport const CellWrapper = styled(BaseBox)<{\n $rowDensity: NonNullable<TableProps<unknown>['rowDensity']>;\n showStripedRows?: boolean;\n hasPadding?: boolean;\n}>(({ theme, $rowDensity, showStripedRows, hasPadding = true }) => {\n const rowBackgroundTransition = `background-color ${makeMotionTime(\n getIn(theme.motion, tableRow.backgroundColorMotionDuration),\n )} ${getIn(theme.motion, tableRow.backgroundColorMotionEasing)}`;\n\n return {\n '&&&': {\n transition: rowBackgroundTransition,\n backgroundColor: tableRow.nonStripeWrapper.backgroundColor,\n paddingLeft: hasPadding ? makeSpace(getIn(theme, tableRow.paddingLeft[$rowDensity])) : '0px',\n paddingRight: hasPadding\n ? makeSpace(getIn(theme, tableRow.paddingRight[$rowDensity]))\n : '0px',\n minHeight: makeSize(getIn(size, tableRow.minHeight[$rowDensity])),\n height: '100%',\n width: '100%',\n ...(!showStripedRows && {\n borderBottomWidth: makeSpace(getIn(theme.border.width, tableRow.borderBottomWidth)),\n borderBottomColor: getIn(theme.colors, tableRow.borderColor),\n borderBottomStyle: 'solid',\n }),\n },\n };\n});\n\nconst _TableCell = ({ children, _hasPadding }: TableCellProps): React.ReactElement => {\n const isChildrenString = typeof children === 'string';\n const { selectionType, rowDensity, showStripedRows, backgroundColor } = useTableContext();\n const isSelectable = selectionType !== 'none';\n\n return (\n <StyledCell\n tabIndex={0}\n role=\"cell\"\n $backgroundColor={backgroundColor}\n {...metaAttribute({ name: MetaConstants.TableCell })}\n >\n <BaseBox className=\"cell-wrapper-base\" display=\"flex\" alignItems=\"center\" height=\"100%\">\n <CellWrapper\n className=\"cell-wrapper\"\n $rowDensity={rowDensity}\n showStripedRows={showStripedRows}\n display=\"flex\"\n alignItems=\"center\"\n hasPadding={_hasPadding}\n flex={1}\n // when a direct string child is passed we want to disable pointer events\n // for custom cells components, consumers can handle pointer events themselves\n pointerEvents={isChildrenString && isSelectable ? 'none' : 'auto'}\n // allow text to wrap, so that if the <Text> overflows it can truncate\n whiteSpace=\"normal\"\n position=\"relative\"\n >\n {isChildrenString ? (\n <Text size=\"medium\" truncateAfterLines={1}>\n {children}\n </Text>\n ) : (\n children\n )}\n </CellWrapper>\n </BaseBox>\n </StyledCell>\n );\n};\n\nconst TableCell = assignWithoutSideEffects(_TableCell, {\n componentId: ComponentIds.TableCell,\n});\n\nconst TableCheckboxCell = ({\n isChecked,\n onChange,\n isDisabled,\n}: {\n isChecked: CheckboxProps['isChecked'];\n onChange: CheckboxProps['onChange'];\n isDisabled?: boolean;\n}): React.ReactElement => {\n return (\n <TableCell>\n <BaseBox\n display=\"flex\"\n alignItems=\"center\"\n justifyContent=\"center\"\n flex={1}\n width={makeSize(checkboxCellWidth)}\n onClick={(e) => e.stopPropagation()}\n >\n <Checkbox isDisabled={isDisabled} isChecked={isChecked} onChange={onChange} />\n </BaseBox>\n </TableCell>\n );\n};\n\nconst StyledRow = styled(Row)<{\n $isSelectable: boolean;\n $isHoverable: boolean;\n $showBorderedCells: boolean;\n}>(({ theme, $isSelectable, $isHoverable, $showBorderedCells }) => {\n const { hasHoverActions } = useTableContext();\n\n const rowBackgroundTransition = `background-color ${makeMotionTime(\n getIn(theme.motion, tableRow.backgroundColorMotionDuration),\n )} ${getIn(theme.motion, tableRow.backgroundColorMotionEasing)}`;\n\n return {\n '&&&': {\n backgroundColor: 'transparent',\n '& .cell-wrapper': $showBorderedCells\n ? {\n borderRightWidth: makeSpace(getIn(theme.border.width, tableRow.borderBottomWidth)),\n borderRightStyle: 'solid',\n borderRightColor: getIn(theme.colors, tableRow.borderColor),\n }\n : undefined,\n '& td:last-child .cell-wrapper': {\n borderRight: 'none',\n },\n ...(hasHoverActions\n ? {\n [`@media ${getMediaQuery({ min: theme.breakpoints.m })}`]: {\n '& td:last-child': {\n opacity: 0,\n position: 'sticky',\n zIndex: 2,\n right: 0,\n width: '0px',\n '& > div:first-child': {\n overflow: 'visible',\n },\n },\n '& td:last-child:focus-within': {\n opacity: 1,\n ...getTableActionsHoverStyles({\n theme,\n hoverColor: tableRow.nonStripe.backgroundColor,\n }),\n },\n '&:hover td:last-child': {\n opacity: 1,\n },\n },\n }\n : {}),\n ...(($isHoverable || $isSelectable) && {\n '&:hover:not(.disabled-row) .cell-wrapper-base': {\n transition: rowBackgroundTransition,\n cursor: 'pointer',\n backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorHover),\n ...getTableActionsHoverStyles({\n hoverColor: tableRow.nonStripe.backgroundColorHover,\n theme,\n }),\n },\n }),\n ...($isSelectable && {\n '&:focus:not(.disabled-row) .cell-wrapper-base': {\n transition: rowBackgroundTransition,\n backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorFocus),\n cursor: 'pointer',\n ...getTableActionsHoverStyles({\n hoverColor: tableRow.nonStripe.backgroundColorFocus,\n backgroundGradientColor: tableRow.nonStripe.backgroundColorHover,\n theme,\n }),\n },\n '&:active:not(.disabled-row) .cell-wrapper-base': {\n transition: rowBackgroundTransition,\n backgroundColor: getIn(theme.colors, tableRow.nonStripe.backgroundColorActive),\n cursor: 'pointer',\n ...getTableActionsHoverStyles({\n hoverColor: tableRow.nonStripe.backgroundColorActive,\n backgroundGradientColor: tableRow.nonStripe.backgroundColorHover,\n theme,\n }),\n },\n }),\n '&:focus': getFocusRingStyles({ theme, negativeOffset: true }),\n },\n };\n});\n\nconst _TableRow = <Item,>({\n children,\n item,\n isDisabled,\n onHover,\n onClick,\n hoverActions,\n testID,\n}: TableRowProps<Item>): React.ReactElement => {\n const {\n selectionType,\n selectedRows,\n toggleRowSelectionById,\n setDisabledRows,\n showBorderedCells,\n setHasHoverActions,\n } = useTableContext();\n const isSelectable = selectionType !== 'none';\n const isMultiSelect = selectionType === 'multiple';\n const isSelected = selectedRows?.includes(item.id);\n const hasHoverActions = Boolean(hoverActions);\n\n useEffect(() => {\n if (isDisabled) {\n setDisabledRows((prev) => [...prev, item.id]);\n }\n }, [isDisabled, item.id, setDisabledRows]);\n\n useIsomorphicLayoutEffect(() => {\n if (hasHoverActions) {\n setHasHoverActions(true);\n }\n }, [hasHoverActions]);\n\n return (\n <StyledRow\n disabled={isDisabled}\n $isSelectable={isDisabled ? false : isSelectable}\n $isHoverable={isDisabled ? false : Boolean(onHover) || Boolean(onClick)}\n $showBorderedCells={showBorderedCells}\n item={item}\n className={isDisabled ? 'disabled-row' : ''}\n onMouseEnter={() => onHover?.({ item })}\n onClick={() => onClick?.({ item })}\n {...makeAccessible({ selected: isSelected })}\n {...metaAttribute({ name: MetaConstants.TableRow, testID })}\n >\n {isMultiSelect && (\n <TableCheckboxCell\n isChecked={isSelected}\n onChange={() => !isDisabled && toggleRowSelectionById(item.id)}\n isDisabled={isDisabled}\n />\n )}\n {children}\n {hoverActions ? (\n <TableCell _hasPadding={false}>\n <BaseBox\n className={classes.HOVER_ACTIONS}\n position={{ base: 'relative', m: 'absolute' }}\n top=\"spacing.0\"\n right=\"spacing.0\"\n height=\"100%\"\n flexShrink={0}\n flexGrow={1}\n width=\"max-content\"\n >\n <BaseBox\n className={classes.HOVER_ACTIONS_LAYER2}\n height=\"100%\"\n width=\"max-content\"\n display=\"flex\"\n alignItems=\"center\"\n >\n <BaseBox\n height=\"100%\"\n width=\"max-content\"\n className={classes.HOVER_ACTIONS_LAYER3}\n display=\"flex\"\n alignItems=\"center\"\n paddingLeft={{ base: 'spacing.4', m: 'spacing.6' }}\n paddingRight=\"spacing.4\"\n gap=\"spacing.3\"\n >\n {hoverActions}\n </BaseBox>\n </BaseBox>\n </BaseBox>\n </TableCell>\n ) : null}\n </StyledRow>\n );\n};\n\nconst TableRow = assignWithoutSideEffects(_TableRow, {\n componentId: ComponentIds.TableRow,\n});\n\nexport { TableBody, TableRow, TableCell };\n"],"names":["getTableRowBackgroundTransition","theme","rowBackgroundTransition","concat","makeMotionTime","getIn","motion","tableRow","backgroundColorMotionDuration","backgroundColorMotionEasing","getTableActionsHoverStyles","_ref","hoverColor","backgroundGradientColor","_defineProperty","classes","HOVER_ACTIONS","backgroundColor","colors","tableBackgroundColor","transition","HOVER_ACTIONS_LAYER2","HOVER_ACTIONS_LAYER3","StyledBody","styled","Body","withConfig","displayName","componentId","_ref3","$showStripedRows","$isSelectable","_objectSpread","border","borderBottom","nonStripe","backgroundColorSelected","backgroundColorSelectedHover","nonStripeWrapper","backgroundColorSelectedFocus","backgroundColorSelectedActive","backgroundColorHover","backgroundColorActive","stripeWrapper","stripe","backgroundColorFocus","_TableBody","_ref4","children","_useTableContext","useTableContext","showStripedRows","selectionType","isSelectable","_jsx","$showBorderedCells","metaAttribute","name","MetaConstants","TableBody","assignWithoutSideEffects","ComponentIds","StyledCell","Cell","_ref5","$backgroundColor","height","alignSelf","getFocusRingStyles","negativeOffset","CellWrapper","BaseBox","_ref6","$rowDensity","_ref6$hasPadding","hasPadding","paddingLeft","makeSpace","paddingRight","minHeight","makeSize","size","width","borderBottomWidth","borderBottomColor","borderColor","borderBottomStyle","_TableCell","_ref7","_hasPadding","isChildrenString","_useTableContext2","rowDensity","tabIndex","role","TableCell","className","display","alignItems","flex","pointerEvents","whiteSpace","position","Text","truncateAfterLines","TableCheckboxCell","_ref8","isChecked","onChange","isDisabled","justifyContent","checkboxCellWidth","onClick","e","stopPropagation","Checkbox","StyledRow","Row","_ref9","$isHoverable","_useTableContext3","hasHoverActions","borderRightWidth","borderRightStyle","borderRightColor","undefined","borderRight","getMediaQuery","min","breakpoints","m","opacity","zIndex","right","overflow","cursor","_TableRow","_ref11","item","onHover","hoverActions","testID","_useTableContext4","selectedRows","toggleRowSelectionById","setDisabledRows","showBorderedCells","setHasHoverActions","isMultiSelect","isSelected","includes","id","Boolean","useEffect","prev","_toConsumableArray","useIsomorphicLayoutEffect","_jsxs","disabled","onMouseEnter","makeAccessible","selected","TableRow","base","top","flexShrink","flexGrow","gap"],"mappings":"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"}
@@ -23,7 +23,9 @@ var TableContext = /*#__PURE__*/React__default.createContext({
23
23
  setPaginationType: function setPaginationType() {},
24
24
  backgroundColor: 'surface.background.gray.intense',
25
25
  setHeaderRowDensity: function setHeaderRowDensity() {},
26
- showBorderedCells: false
26
+ showBorderedCells: false,
27
+ hasHoverActions: false,
28
+ setHasHoverActions: function setHasHoverActions() {}
27
29
  });
28
30
  var useTableContext = function useTableContext() {
29
31
  var context = React__default.useContext(TableContext);