@carbon/ibm-products 2.26.0 → 2.28.0-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (391) hide show
  1. package/css/index-full-carbon.css +700 -163
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +85 -22
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +700 -163
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +660 -152
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/_virtual/index.js +2 -2
  18. package/es/components/APIKeyModal/APIKeyModal.js +1 -1
  19. package/es/components/AboutModal/AboutModal.js +1 -1
  20. package/es/components/ActionBar/ActionBar.js +1 -1
  21. package/es/components/ActionBar/ActionBarItem.js +1 -1
  22. package/es/components/ActionBar/ActionBarOverflowItems.js +1 -1
  23. package/es/components/ActionSet/ActionSet.js +1 -1
  24. package/es/components/AddSelect/AddSelectBody.js +1 -1
  25. package/es/components/AddSelect/AddSelectBreadcrumbs.js +1 -1
  26. package/es/components/AddSelect/AddSelectFilter.js +1 -1
  27. package/es/components/AddSelect/AddSelectList.js +1 -1
  28. package/es/components/AddSelect/AddSelectRow.js +1 -1
  29. package/es/components/BigNumbers/BigNumbers.d.ts +11 -0
  30. package/es/components/BigNumbers/BigNumbers.js +238 -0
  31. package/es/components/BigNumbers/constants.d.ts +13 -0
  32. package/es/components/BigNumbers/constants.js +67 -0
  33. package/es/components/BigNumbers/index.d.ts +1 -0
  34. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +1 -1
  35. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +1 -1
  36. package/es/components/Card/Card.js +1 -1
  37. package/es/components/Card/CardFooter.js +1 -1
  38. package/es/components/Card/CardHeader.js +1 -1
  39. package/es/components/Carousel/Carousel.js +1 -1
  40. package/es/components/Carousel/CarouselItem.js +1 -1
  41. package/es/components/Cascade/Cascade.js +1 -1
  42. package/es/components/Checklist/Checklist.js +1 -1
  43. package/es/components/Checklist/ChecklistChart.js +1 -1
  44. package/es/components/Checklist/ChecklistIcon.js +1 -1
  45. package/es/components/Coachmark/Coachmark.js +1 -1
  46. package/es/components/Coachmark/CoachmarkDragbar.js +1 -1
  47. package/es/components/Coachmark/CoachmarkHeader.js +1 -1
  48. package/es/components/Coachmark/CoachmarkOverlay.js +1 -1
  49. package/es/components/Coachmark/CoachmarkTagline.js +1 -1
  50. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
  51. package/es/components/CoachmarkButton/CoachmarkButton.js +1 -1
  52. package/es/components/CoachmarkFixed/CoachmarkFixed.js +1 -1
  53. package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +1 -1
  54. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +1 -1
  55. package/es/components/CoachmarkStack/CoachmarkStack.js +1 -1
  56. package/es/components/CoachmarkStack/CoachmarkStackHome.js +1 -1
  57. package/es/components/ComboButton/ComboButton.js +1 -1
  58. package/es/components/CreateFullPage/CreateFullPage.js +1 -1
  59. package/es/components/CreateFullPage/CreateFullPageStep.js +1 -1
  60. package/es/components/CreateInfluencer/CreateInfluencer.js +1 -1
  61. package/es/components/CreateModal/CreateModal.js +1 -1
  62. package/es/components/CreateSidePanel/CreateSidePanel.js +1 -1
  63. package/es/components/CreateTearsheet/CreateTearsheet.js +8 -2
  64. package/es/components/CreateTearsheet/CreateTearsheetDivider.js +1 -1
  65. package/es/components/CreateTearsheet/CreateTearsheetStep.js +1 -1
  66. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -1
  67. package/es/components/DataSpreadsheet/DataSpreadsheet.js +1 -1
  68. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +5 -4
  69. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +4 -3
  70. package/es/components/DataSpreadsheet/utils/checkForHoldingKey.d.ts +1 -0
  71. package/es/components/DataSpreadsheet/utils/checkForHoldingKey.js +17 -0
  72. package/es/components/Datagrid/Datagrid/Datagrid.js +10 -3
  73. package/es/components/Datagrid/Datagrid/DatagridContent.d.ts +3 -1
  74. package/es/components/Datagrid/Datagrid/DatagridContent.js +7 -3
  75. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +8 -4
  76. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +9 -5
  77. package/es/components/Datagrid/Datagrid/DatagridRefBody.js +1 -1
  78. package/es/components/Datagrid/Datagrid/DatagridRow.js +19 -15
  79. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +1 -1
  80. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +1 -1
  81. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -1
  82. package/es/components/Datagrid/Datagrid/DatagridToolbar.d.ts +10 -1
  83. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +22 -5
  84. package/es/components/Datagrid/Datagrid/DraggableElement.js +1 -1
  85. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -1
  86. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +1 -1
  87. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -1
  88. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +39 -16
  89. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.d.ts +4 -1
  90. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +5 -1
  91. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +102 -6
  92. package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +12 -1
  93. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -1
  94. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +1 -1
  95. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -1
  96. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +1 -1
  97. package/es/components/Datagrid/useActionsColumn.js +1 -1
  98. package/es/components/Datagrid/useColumnCenterAlign.js +1 -1
  99. package/es/components/Datagrid/useColumnRightAlign.js +1 -1
  100. package/es/components/Datagrid/useDefaultStringRenderer.js +1 -1
  101. package/es/components/Datagrid/useFiltering.js +48 -47
  102. package/es/components/Datagrid/useFloatingScroll.js +1 -1
  103. package/es/components/Datagrid/useInlineEdit.js +1 -1
  104. package/es/components/Datagrid/useNestedRowExpander.js +1 -1
  105. package/es/components/Datagrid/useNestedRows.js +1 -1
  106. package/es/components/Datagrid/useRowExpander.js +1 -1
  107. package/es/components/Datagrid/useSelectAllToggle.js +6 -4
  108. package/es/components/Datagrid/useSelectRows.js +2 -2
  109. package/es/components/Datagrid/useSortableColumns.js +1 -1
  110. package/es/components/Datagrid/useStickyColumn.js +1 -1
  111. package/es/components/DelimitedList/DelimitedList.js +1 -1
  112. package/es/components/EditFullPage/EditFullPage.js +1 -1
  113. package/es/components/EditInPlace/EditInPlace.js +1 -1
  114. package/es/components/EditSidePanel/EditSidePanel.js +1 -1
  115. package/es/components/EditTearsheet/EditTearsheet.js +1 -1
  116. package/es/components/EditTearsheet/EditTearsheetForm.js +1 -1
  117. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +1 -1
  118. package/es/components/EditUpdateCards/EditUpdateCards.js +1 -1
  119. package/es/components/EmptyStates/EmptyState.js +1 -1
  120. package/es/components/EmptyStates/EmptyStateContent.js +1 -1
  121. package/es/components/EmptyStates/EmptyStateV2.js +1 -1
  122. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
  123. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
  124. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
  125. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
  126. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
  127. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
  128. package/es/components/EmptyStates/assets/ErrorIllustration.js +1 -1
  129. package/es/components/EmptyStates/assets/NoDataIllustration.js +1 -1
  130. package/es/components/EmptyStates/assets/NoTagsIllustration.js +1 -1
  131. package/es/components/EmptyStates/assets/NotFoundIllustration.js +1 -1
  132. package/es/components/EmptyStates/assets/NotificationsIllustration.js +1 -1
  133. package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -1
  134. package/es/components/ExportModal/ExportModal.js +1 -1
  135. package/es/components/FilterSummary/FilterSummary.js +1 -1
  136. package/es/components/FullPageError/FullPageError.js +1 -1
  137. package/es/components/Guidebanner/Guidebanner.js +1 -1
  138. package/es/components/Guidebanner/GuidebannerElement.js +1 -1
  139. package/es/components/Guidebanner/GuidebannerElementButton.js +1 -1
  140. package/es/components/Guidebanner/GuidebannerElementLink.js +1 -1
  141. package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +1 -1
  142. package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +1 -1
  143. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +1 -1
  144. package/es/components/ImportModal/ImportModal.js +1 -1
  145. package/es/components/InlineTip/InlineTip.js +1 -1
  146. package/es/components/InlineTip/InlineTipButton.js +1 -1
  147. package/es/components/InlineTip/InlineTipLink.js +1 -1
  148. package/es/components/InterstitialScreen/InterstitialScreen.js +1 -1
  149. package/es/components/InterstitialScreenView/InterstitialScreenView.js +1 -1
  150. package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +1 -1
  151. package/es/components/NonLinearReading/NonLinearReading.js +1 -1
  152. package/es/components/NotificationsPanel/NotificationsPanel.js +1 -1
  153. package/es/components/OptionsTile/OptionsTile.js +1 -1
  154. package/es/components/PageHeader/PageHeader.js +1 -1
  155. package/es/components/PageHeader/PageHeaderTitle.js +1 -1
  156. package/es/components/PageHeader/PageHeaderUtils.js +1 -1
  157. package/es/components/RemoveModal/RemoveModal.js +1 -1
  158. package/es/components/Saving/Saving.js +1 -1
  159. package/es/components/SearchBar/SearchBar.js +1 -1
  160. package/es/components/SidePanel/SidePanel.js +14 -7
  161. package/es/components/SidePanel/motion/variants.d.ts +39 -12
  162. package/es/components/SidePanel/motion/variants.js +42 -11
  163. package/es/components/SimpleHeader/SimpleHeader.js +1 -1
  164. package/es/components/StatusIcon/StatusIcon.js +1 -1
  165. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +1 -1
  166. package/es/components/StringFormatter/StringFormatter.d.ts +6 -0
  167. package/es/components/StringFormatter/StringFormatter.js +79 -0
  168. package/es/components/StringFormatter/index.d.ts +1 -0
  169. package/es/components/StringFormatter/utils/enums.d.ts +14 -0
  170. package/es/components/StringFormatter/utils/enums.js +23 -0
  171. package/es/components/TagSet/TagSet.js +1 -1
  172. package/es/components/TagSet/TagSetModal.js +1 -1
  173. package/es/components/TagSet/TagSetOverflow.js +1 -1
  174. package/es/components/Tearsheet/TearsheetShell.js +13 -8
  175. package/es/components/Toolbar/Toolbar.js +1 -1
  176. package/es/components/Toolbar/ToolbarButton.js +1 -1
  177. package/es/components/Toolbar/ToolbarGroup.js +1 -1
  178. package/es/components/TooltipTrigger/TooltipTrigger.js +1 -1
  179. package/es/components/TruncatedList/TruncatedList.js +1 -1
  180. package/es/components/UserAvatar/UserAvatar.js +59 -43
  181. package/es/components/UserProfileImage/UserProfileImage.js +1 -1
  182. package/es/components/WebTerminal/WebTerminal.js +1 -1
  183. package/es/components/WebTerminal/WebTerminalContentWrapper.js +1 -1
  184. package/es/components/_Canary/Canary.js +1 -1
  185. package/es/components/index.d.ts +2 -0
  186. package/es/global/js/hooks/index.d.ts +1 -0
  187. package/es/global/js/hooks/useIsomorphicEffect.d.ts +2 -0
  188. package/es/global/js/hooks/useIsomorphicEffect.js +14 -0
  189. package/es/global/js/package-settings.d.ts +2 -0
  190. package/es/global/js/package-settings.js +2 -0
  191. package/es/index.js +2 -0
  192. package/es/node_modules/prop-types/index.js +1 -1
  193. package/es/settings.d.ts +2 -0
  194. package/lib/_virtual/index.js +2 -2
  195. package/lib/components/APIKeyModal/APIKeyModal.js +50 -49
  196. package/lib/components/AboutModal/AboutModal.js +17 -16
  197. package/lib/components/ActionBar/ActionBar.js +16 -15
  198. package/lib/components/ActionBar/ActionBarItem.js +8 -7
  199. package/lib/components/ActionBar/ActionBarOverflowItems.js +9 -8
  200. package/lib/components/ActionSet/ActionSet.js +4 -3
  201. package/lib/components/AddSelect/AddSelectBody.js +67 -66
  202. package/lib/components/AddSelect/AddSelectBreadcrumbs.js +7 -6
  203. package/lib/components/AddSelect/AddSelectFilter.js +19 -18
  204. package/lib/components/AddSelect/AddSelectList.js +7 -6
  205. package/lib/components/AddSelect/AddSelectRow.js +33 -32
  206. package/lib/components/BigNumbers/BigNumbers.d.ts +11 -0
  207. package/lib/components/BigNumbers/BigNumbers.js +245 -0
  208. package/lib/components/BigNumbers/constants.d.ts +13 -0
  209. package/lib/components/BigNumbers/constants.js +76 -0
  210. package/lib/components/BigNumbers/index.d.ts +1 -0
  211. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +20 -19
  212. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +3 -2
  213. package/lib/components/Card/Card.js +5 -4
  214. package/lib/components/Card/CardFooter.js +22 -21
  215. package/lib/components/Card/CardHeader.js +27 -26
  216. package/lib/components/Carousel/Carousel.js +13 -12
  217. package/lib/components/Carousel/CarouselItem.js +6 -5
  218. package/lib/components/Cascade/Cascade.js +9 -8
  219. package/lib/components/Checklist/Checklist.js +33 -32
  220. package/lib/components/Checklist/ChecklistChart.js +7 -6
  221. package/lib/components/Checklist/ChecklistIcon.js +7 -6
  222. package/lib/components/Coachmark/Coachmark.js +21 -20
  223. package/lib/components/Coachmark/CoachmarkDragbar.js +10 -9
  224. package/lib/components/Coachmark/CoachmarkHeader.js +8 -7
  225. package/lib/components/Coachmark/CoachmarkOverlay.js +10 -9
  226. package/lib/components/Coachmark/CoachmarkTagline.js +8 -7
  227. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +7 -6
  228. package/lib/components/CoachmarkButton/CoachmarkButton.js +6 -5
  229. package/lib/components/CoachmarkFixed/CoachmarkFixed.js +11 -10
  230. package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +8 -7
  231. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +16 -15
  232. package/lib/components/CoachmarkStack/CoachmarkStack.js +20 -19
  233. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +17 -16
  234. package/lib/components/ComboButton/ComboButton.js +7 -6
  235. package/lib/components/CreateFullPage/CreateFullPage.js +29 -28
  236. package/lib/components/CreateFullPage/CreateFullPageStep.js +18 -17
  237. package/lib/components/CreateInfluencer/CreateInfluencer.js +13 -12
  238. package/lib/components/CreateModal/CreateModal.js +16 -15
  239. package/lib/components/CreateSidePanel/CreateSidePanel.js +21 -20
  240. package/lib/components/CreateTearsheet/CreateTearsheet.js +27 -20
  241. package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +5 -4
  242. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +19 -18
  243. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +21 -20
  244. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +22 -21
  245. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +60 -58
  246. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +42 -40
  247. package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.d.ts +1 -0
  248. package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.js +21 -0
  249. package/lib/components/Datagrid/Datagrid/Datagrid.js +15 -7
  250. package/lib/components/Datagrid/Datagrid/DatagridContent.d.ts +3 -1
  251. package/lib/components/Datagrid/Datagrid/DatagridContent.js +37 -32
  252. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +8 -3
  253. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +14 -9
  254. package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +3 -2
  255. package/lib/components/Datagrid/Datagrid/DatagridRow.js +20 -15
  256. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +4 -3
  257. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +14 -13
  258. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +3 -2
  259. package/lib/components/Datagrid/Datagrid/DatagridToolbar.d.ts +10 -1
  260. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +24 -6
  261. package/lib/components/Datagrid/Datagrid/DraggableElement.js +13 -12
  262. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +15 -14
  263. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +25 -24
  264. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +27 -26
  265. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +37 -14
  266. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.d.ts +4 -1
  267. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +6 -0
  268. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +98 -2
  269. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +11 -0
  270. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +15 -14
  271. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +20 -19
  272. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +9 -8
  273. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +1 -1
  274. package/lib/components/Datagrid/useActionsColumn.js +7 -6
  275. package/lib/components/Datagrid/useColumnCenterAlign.js +3 -2
  276. package/lib/components/Datagrid/useColumnRightAlign.js +3 -2
  277. package/lib/components/Datagrid/useDefaultStringRenderer.js +4 -3
  278. package/lib/components/Datagrid/useFiltering.js +46 -45
  279. package/lib/components/Datagrid/useFloatingScroll.js +6 -2
  280. package/lib/components/Datagrid/useInlineEdit.js +4 -3
  281. package/lib/components/Datagrid/useNestedRowExpander.js +4 -3
  282. package/lib/components/Datagrid/useNestedRows.js +6 -2
  283. package/lib/components/Datagrid/useRowExpander.js +3 -2
  284. package/lib/components/Datagrid/useSelectAllToggle.js +7 -4
  285. package/lib/components/Datagrid/useSelectRows.js +5 -4
  286. package/lib/components/Datagrid/useSortableColumns.js +3 -2
  287. package/lib/components/Datagrid/useStickyColumn.js +4 -3
  288. package/lib/components/DelimitedList/DelimitedList.js +8 -7
  289. package/lib/components/EditFullPage/EditFullPage.js +6 -5
  290. package/lib/components/EditInPlace/EditInPlace.js +23 -22
  291. package/lib/components/EditSidePanel/EditSidePanel.js +23 -22
  292. package/lib/components/EditTearsheet/EditTearsheet.js +18 -17
  293. package/lib/components/EditTearsheet/EditTearsheetForm.js +11 -10
  294. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +6 -5
  295. package/lib/components/EditUpdateCards/EditUpdateCards.js +31 -30
  296. package/lib/components/EmptyStates/EmptyState.js +20 -19
  297. package/lib/components/EmptyStates/EmptyStateContent.js +16 -15
  298. package/lib/components/EmptyStates/EmptyStateV2.js +20 -19
  299. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +18 -17
  300. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +18 -17
  301. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +18 -17
  302. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +18 -17
  303. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +18 -17
  304. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +18 -17
  305. package/lib/components/EmptyStates/assets/ErrorIllustration.js +7 -6
  306. package/lib/components/EmptyStates/assets/NoDataIllustration.js +7 -6
  307. package/lib/components/EmptyStates/assets/NoTagsIllustration.js +7 -6
  308. package/lib/components/EmptyStates/assets/NotFoundIllustration.js +7 -6
  309. package/lib/components/EmptyStates/assets/NotificationsIllustration.js +7 -6
  310. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +7 -6
  311. package/lib/components/ExportModal/ExportModal.js +30 -29
  312. package/lib/components/FilterSummary/FilterSummary.js +13 -12
  313. package/lib/components/FullPageError/FullPageError.js +13 -12
  314. package/lib/components/Guidebanner/Guidebanner.js +20 -19
  315. package/lib/components/Guidebanner/GuidebannerElement.js +8 -7
  316. package/lib/components/Guidebanner/GuidebannerElementButton.js +8 -7
  317. package/lib/components/Guidebanner/GuidebannerElementLink.js +6 -5
  318. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +11 -10
  319. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +11 -10
  320. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +11 -10
  321. package/lib/components/ImportModal/ImportModal.js +32 -31
  322. package/lib/components/InlineTip/InlineTip.js +21 -20
  323. package/lib/components/InlineTip/InlineTipButton.js +6 -5
  324. package/lib/components/InlineTip/InlineTipLink.js +6 -5
  325. package/lib/components/InterstitialScreen/InterstitialScreen.js +13 -12
  326. package/lib/components/InterstitialScreenView/InterstitialScreenView.js +7 -6
  327. package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +7 -6
  328. package/lib/components/NonLinearReading/NonLinearReading.js +9 -8
  329. package/lib/components/NotificationsPanel/NotificationsPanel.js +59 -58
  330. package/lib/components/OptionsTile/OptionsTile.js +21 -20
  331. package/lib/components/PageHeader/PageHeader.js +74 -73
  332. package/lib/components/PageHeader/PageHeaderTitle.js +21 -20
  333. package/lib/components/PageHeader/PageHeaderUtils.js +3 -2
  334. package/lib/components/RemoveModal/RemoveModal.js +22 -21
  335. package/lib/components/Saving/Saving.js +18 -17
  336. package/lib/components/SearchBar/SearchBar.js +20 -19
  337. package/lib/components/SidePanel/SidePanel.js +58 -50
  338. package/lib/components/SidePanel/motion/variants.d.ts +39 -12
  339. package/lib/components/SidePanel/motion/variants.js +42 -10
  340. package/lib/components/SimpleHeader/SimpleHeader.js +17 -16
  341. package/lib/components/StatusIcon/StatusIcon.js +9 -8
  342. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +7 -6
  343. package/lib/components/StringFormatter/StringFormatter.d.ts +6 -0
  344. package/lib/components/StringFormatter/StringFormatter.js +86 -0
  345. package/lib/components/StringFormatter/index.d.ts +1 -0
  346. package/lib/components/StringFormatter/utils/enums.d.ts +14 -0
  347. package/lib/components/StringFormatter/utils/enums.js +27 -0
  348. package/lib/components/TagSet/TagSet.js +21 -20
  349. package/lib/components/TagSet/TagSetModal.js +13 -12
  350. package/lib/components/TagSet/TagSetOverflow.js +18 -17
  351. package/lib/components/Tearsheet/TearsheetShell.js +42 -36
  352. package/lib/components/Toolbar/Toolbar.js +7 -6
  353. package/lib/components/Toolbar/ToolbarButton.js +9 -8
  354. package/lib/components/Toolbar/ToolbarGroup.js +6 -5
  355. package/lib/components/TooltipTrigger/TooltipTrigger.js +6 -5
  356. package/lib/components/TruncatedList/TruncatedList.js +14 -13
  357. package/lib/components/UserAvatar/UserAvatar.js +61 -44
  358. package/lib/components/UserProfileImage/UserProfileImage.js +3 -2
  359. package/lib/components/WebTerminal/WebTerminal.js +14 -13
  360. package/lib/components/WebTerminal/WebTerminalContentWrapper.js +5 -4
  361. package/lib/components/_Canary/Canary.js +6 -5
  362. package/lib/components/index.d.ts +2 -0
  363. package/lib/global/js/hooks/index.d.ts +1 -0
  364. package/lib/global/js/hooks/useIsomorphicEffect.d.ts +2 -0
  365. package/lib/global/js/hooks/useIsomorphicEffect.js +18 -0
  366. package/lib/global/js/package-settings.d.ts +2 -0
  367. package/lib/global/js/package-settings.js +2 -0
  368. package/lib/index.js +10 -0
  369. package/lib/node_modules/prop-types/index.js +1 -1
  370. package/lib/settings.d.ts +2 -0
  371. package/package.json +8 -7
  372. package/scss/components/BigNumbers/_big-numbers.scss +151 -0
  373. package/scss/components/BigNumbers/_carbon-imports.scss +11 -0
  374. package/scss/components/BigNumbers/_index-with-carbon.scss +9 -0
  375. package/scss/components/BigNumbers/_index.scss +8 -0
  376. package/scss/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss +0 -1
  377. package/scss/components/Datagrid/styles/_datagrid.scss +61 -4
  378. package/scss/components/FullPageError/_full-page-error.scss +2 -2
  379. package/scss/components/SidePanel/_side-panel.scss +9 -2
  380. package/scss/components/StringFormatter/_carbon-imports.scss +10 -0
  381. package/scss/components/StringFormatter/_index-with-carbon.scss +9 -0
  382. package/scss/components/StringFormatter/_index.scss +8 -0
  383. package/scss/components/StringFormatter/_string-formatter.scss +97 -0
  384. package/scss/components/Tearsheet/_tearsheet.scss +38 -7
  385. package/scss/components/UserAvatar/_user-avatar.scss +40 -0
  386. package/scss/components/_index-with-carbon.scss +2 -0
  387. package/scss/components/_index.scss +2 -0
  388. package/es/_virtual/index2.js +0 -10
  389. package/es/node_modules/classnames/index.js +0 -70
  390. package/lib/_virtual/index2.js +0 -14
  391. package/lib/node_modules/classnames/index.js +0 -74
@@ -11,8 +11,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
13
  var React = require('react');
14
- var index$1 = require('../../node_modules/prop-types/index.js');
15
- var index = require('../../node_modules/classnames/index.js');
14
+ var index = require('../../node_modules/prop-types/index.js');
15
+ var cx = require('classnames');
16
16
  var react = require('@carbon/react');
17
17
  var devtools = require('../../global/js/utils/devtools.js');
18
18
  var settings = require('../../settings.js');
@@ -22,6 +22,7 @@ var uuidv4 = require('../../global/js/utils/uuidv4.js');
22
22
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
23
23
 
24
24
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
25
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
25
26
 
26
27
  var _excluded = ["children", "className", "description", "disableSubmit", "formDescription", "formTitle", "label", "open", "onRequestClose", "onRequestSubmit", "primaryButtonText", "secondaryButtonText", "selectorPrimaryFocus", "title", "verticalPosition"];
27
28
 
@@ -67,7 +68,7 @@ exports.CreateTearsheetNarrow = /*#__PURE__*/React__default["default"].forwardRe
67
68
  return /*#__PURE__*/React__default["default"].createElement(TearsheetNarrow.TearsheetNarrow, _rollupPluginBabelHelpers["extends"]({}, rest, {
68
69
  title: title,
69
70
  description: description,
70
- className: index["default"](blockClass, className),
71
+ className: cx__default["default"](blockClass, className),
71
72
  actions: actions,
72
73
  open: open,
73
74
  ref: ref,
@@ -80,10 +81,10 @@ exports.CreateTearsheetNarrow = /*#__PURE__*/React__default["default"].forwardRe
80
81
  verticalPosition: verticalPosition,
81
82
  role: "presentation"
82
83
  }, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React__default["default"].createElement("h3", {
83
- className: index["default"]("".concat(blockClass, "__form-title-text"), formTextClass),
84
+ className: cx__default["default"]("".concat(blockClass, "__form-title-text"), formTextClass),
84
85
  id: formTitleId
85
86
  }, formTitle), /*#__PURE__*/React__default["default"].createElement("p", {
86
- className: index["default"]("".concat(blockClass, "__form-description-text"), formTextClass)
87
+ className: cx__default["default"]("".concat(blockClass, "__form-description-text"), formTextClass)
87
88
  }, formDescription), /*#__PURE__*/React__default["default"].createElement(react.Form, {
88
89
  className: "".concat(blockClass, "__form"),
89
90
  "aria-labelledby": formTitleId
@@ -104,65 +105,65 @@ exports.CreateTearsheetNarrow.propTypes = {
104
105
  /**
105
106
  * Provide the contents of the CreateTearsheetNarrow.
106
107
  */
107
- children: index$1["default"].node.isRequired,
108
+ children: index["default"].node.isRequired,
108
109
  /**
109
110
  * Provide an optional class to be applied to the containing node.
110
111
  */
111
- className: index$1["default"].string,
112
+ className: index["default"].string,
112
113
  /**
113
114
  * A description of the flow, displayed in the header area of the tearsheet.
114
115
  */
115
- description: index$1["default"].node,
116
+ description: index["default"].node,
116
117
  /**
117
118
  * Specifies a boolean for disabling or enabling the primary button. This is important for form validation
118
119
  * Returning `true` prevents the primary button from being clicked until required fields are completed.
119
120
  */
120
- disableSubmit: index$1["default"].bool,
121
+ disableSubmit: index["default"].bool,
121
122
  /**
122
123
  * Specifies an optional field that provides a additional context for a form
123
124
  */
124
- formDescription: index$1["default"].node,
125
+ formDescription: index["default"].node,
125
126
  /**
126
127
  * Specifies a field that provides a title for a form
127
128
  */
128
- formTitle: index$1["default"].node,
129
+ formTitle: index["default"].node,
129
130
  /**
130
131
  * A label for the tearsheet, displayed in the header area of the tearsheet
131
132
  * to maintain context for the tearsheet (e.g. as the title changes from page
132
133
  * to page of a multi-page task).
133
134
  */
134
- label: index$1["default"].node,
135
+ label: index["default"].node,
135
136
  /**
136
137
  * An optional handler that is called when the user closes the tearsheet (by
137
138
  * clicking the close button, if enabled, or clicking outside, if enabled).
138
139
  * Returning `false` here prevents the modal from closing.
139
140
  */
140
- onRequestClose: index$1["default"].func,
141
+ onRequestClose: index["default"].func,
141
142
  /**
142
143
  * Specifies an optional handler which is called when the CreateTearsheetNarrow
143
144
  * primary button is pressed.
144
145
  */
145
- onRequestSubmit: index$1["default"].func,
146
+ onRequestSubmit: index["default"].func,
146
147
  /**
147
148
  * Specifies whether the tearsheet is currently open.
148
149
  */
149
- open: index$1["default"].bool,
150
+ open: index["default"].bool,
150
151
  /**
151
152
  * Specifies the primary button's text in the CreateTearsheetNarrow.
152
153
  */
153
- primaryButtonText: index$1["default"].string.isRequired,
154
+ primaryButtonText: index["default"].string.isRequired,
154
155
  /**
155
156
  * Specifies the secondary button's text in the CreateTearsheetNarrow.
156
157
  */
157
- secondaryButtonText: index$1["default"].string.isRequired,
158
+ secondaryButtonText: index["default"].string.isRequired,
158
159
  /**
159
160
  * Specifies which DOM element in the form should be focused.
160
161
  */
161
- selectorPrimaryFocus: index$1["default"].node,
162
+ selectorPrimaryFocus: index["default"].node,
162
163
  /**
163
164
  * The main title of the tearsheet, displayed in the header area.
164
165
  */
165
- title: index$1["default"].node,
166
+ title: index["default"].node,
166
167
  /**
167
168
  * The position of the top of tearsheet in the viewport. The 'normal'
168
169
  * position (the default) is a short distance down from the top of the
@@ -170,5 +171,5 @@ exports.CreateTearsheetNarrow.propTypes = {
170
171
  * from below. The 'lower' position provides a little extra room at the top
171
172
  * to allow an action bar navigation or breadcrumbs to also show through.
172
173
  */
173
- verticalPosition: index$1["default"].oneOf(['normal', 'lower'])
174
+ verticalPosition: index["default"].oneOf(['normal', 'lower'])
174
175
  };
@@ -12,8 +12,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
13
  var React = require('react');
14
14
  var reactTable = require('react-table');
15
- var index$1 = require('../../node_modules/prop-types/index.js');
16
- var index = require('../../node_modules/classnames/index.js');
15
+ var index = require('../../node_modules/prop-types/index.js');
16
+ var cx = require('classnames');
17
17
  var settings = require('../../settings.js');
18
18
  var DataSpreadsheetBody = require('./DataSpreadsheetBody.js');
19
19
  var DataSpreadsheetHeader = require('./DataSpreadsheetHeader.js');
@@ -42,6 +42,7 @@ var useSpreadsheetEdit = require('./hooks/useSpreadsheetEdit.js');
42
42
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
43
43
 
44
44
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
45
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
45
46
 
46
47
  var _excluded = ["cellSize", "className", "columns", "data", "defaultEmptyRowCount", "onDataUpdate", "id", "onActiveCellChange", "onSelectionAreaChange", "selectAllAriaLabel", "spreadsheetAriaLabel", "theme", "totalVisibleColumns"];
47
48
  // cspell:words rowcount colcount
@@ -707,7 +708,7 @@ exports.DataSpreadsheet = /*#__PURE__*/React__default["default"].forwardRef(func
707
708
  handleActiveCellMouseEnterCallback(selectionAreas, clickAndHoldActive);
708
709
  }, [clickAndHoldActive, selectionAreas, handleActiveCellMouseEnterCallback]);
709
710
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({}, rest, getTableProps(), devtools.getDevtoolsProps(componentName), {
710
- className: index["default"](blockClass, className, "".concat(blockClass, "--interactive-cell-element"), _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__container-has-focus"), containerHasFocus), "".concat(blockClass, "__").concat(theme), theme === 'dark')),
711
+ className: cx__default["default"](blockClass, className, "".concat(blockClass, "--interactive-cell-element"), _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__container-has-focus"), containerHasFocus), "".concat(blockClass, "__").concat(theme), theme === 'dark')),
711
712
  ref: spreadsheetRef,
712
713
  role: "grid",
713
714
  tabIndex: 0,
@@ -781,7 +782,7 @@ exports.DataSpreadsheet = /*#__PURE__*/React__default["default"].forwardRef(func
781
782
  onDoubleClick: handleActiveCellDoubleClick,
782
783
  onMouseEnter: handleActiveCellMouseEnter,
783
784
  ref: activeCellRef,
784
- className: index["default"]("".concat(blockClass, "--interactive-cell-element"), "".concat(blockClass, "__active-cell--highlight"), _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__active-cell--with-selection"), activeCellInsideSelectionArea)),
785
+ className: cx__default["default"]("".concat(blockClass, "--interactive-cell-element"), "".concat(blockClass, "__active-cell--highlight"), _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__active-cell--with-selection"), activeCellInsideSelectionArea)),
785
786
  type: "button"
786
787
  }, activeCellContent), /*#__PURE__*/React__default["default"].createElement("textarea", {
787
788
  id: "".concat(blockClass, "__cell-editor-text-area"),
@@ -805,7 +806,7 @@ exports.DataSpreadsheet = /*#__PURE__*/React__default["default"].forwardRef(func
805
806
  },
806
807
  ref: cellEditorRef,
807
808
  "aria-labelledby": activeCellCoordinates ? "".concat(blockClass, "__cell--").concat(activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row, "--").concat(activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.column) : null,
808
- className: index["default"]("".concat(blockClass, "__cell-editor"), "".concat(blockClass, "--interactive-cell-element"), "".concat(blockClass, "__cell-editor--").concat(cellSize), _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__cell-editor--active"), isEditing))
809
+ className: cx__default["default"]("".concat(blockClass, "__cell-editor"), "".concat(blockClass, "--interactive-cell-element"), "".concat(blockClass, "__cell-editor--").concat(cellSize), _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__cell-editor--active"), isEditing))
809
810
  }), /*#__PURE__*/React__default["default"].createElement("pre", {
810
811
  "aria-hidden": true,
811
812
  ref: cellEditorRulerRef,
@@ -827,60 +828,60 @@ exports.DataSpreadsheet.propTypes = {
827
828
  /**
828
829
  * Specifies the cell height
829
830
  */
830
- cellSize: index$1["default"].oneOf(['xs', 'sm', 'md', 'lg']),
831
+ cellSize: index["default"].oneOf(['xs', 'sm', 'md', 'lg']),
831
832
  /**
832
833
  * Provide an optional class to be applied to the containing node.
833
834
  */
834
- className: index$1["default"].string,
835
+ className: index["default"].string,
835
836
  /**
836
837
  * The data that will build the column headers
837
838
  */
838
- columns: index$1["default"].arrayOf(index$1["default"].shape({
839
- Header: index$1["default"].string,
840
- accessor: index$1["default"].oneOfType([index$1["default"].string, index$1["default"].func]),
841
- Cell: index$1["default"].func // optional cell formatter
839
+ columns: index["default"].arrayOf(index["default"].shape({
840
+ Header: index["default"].string,
841
+ accessor: index["default"].oneOfType([index["default"].string, index["default"].func]),
842
+ Cell: index["default"].func // optional cell formatter
842
843
  })),
843
844
  /**
844
845
  * The spreadsheet data that will be rendered in the body of the spreadsheet component
845
846
  */
846
- data: index$1["default"].arrayOf(index$1["default"].shape),
847
+ data: index["default"].arrayOf(index["default"].shape),
847
848
  /**
848
849
  * Sets the number of empty rows to be created when there is no data provided
849
850
  */
850
- defaultEmptyRowCount: index$1["default"].number,
851
+ defaultEmptyRowCount: index["default"].number,
851
852
  /**
852
853
  * The spreadsheet id
853
854
  */
854
- id: index$1["default"].oneOfType([index$1["default"].number, index$1["default"].string]),
855
+ id: index["default"].oneOfType([index["default"].number, index["default"].string]),
855
856
  /**
856
857
  * The event handler that is called when the active cell changes
857
858
  */
858
- onActiveCellChange: index$1["default"].func,
859
+ onActiveCellChange: index["default"].func,
859
860
  /**
860
861
  * The setter fn for the data prop
861
862
  */
862
- onDataUpdate: index$1["default"].func,
863
+ onDataUpdate: index["default"].func,
863
864
  /**
864
865
  * The event handler that is called when the selection area values change
865
866
  */
866
- onSelectionAreaChange: index$1["default"].func,
867
+ onSelectionAreaChange: index["default"].func,
867
868
  /**
868
869
  * The aria label applied to the Select all button
869
870
  */
870
- selectAllAriaLabel: index$1["default"].string.isRequired,
871
+ selectAllAriaLabel: index["default"].string.isRequired,
871
872
  /**
872
873
  * The aria label applied to the Data spreadsheet component
873
874
  */
874
- spreadsheetAriaLabel: index$1["default"].string.isRequired,
875
+ spreadsheetAriaLabel: index["default"].string.isRequired,
875
876
  /**
876
877
  * The theme the DataSpreadsheet should use (only used to render active cell/selection area colors on dark theme)
877
878
  */
878
- theme: index$1["default"].oneOf(['light', 'dark']),
879
+ theme: index["default"].oneOf(['light', 'dark']),
879
880
  /**
880
881
  * The total number of columns to be initially visible, additional columns will be rendered and
881
882
  * visible via horizontal scrollbar
882
883
  */
883
- totalVisibleColumns: index$1["default"].number
884
+ totalVisibleColumns: index["default"].number
884
885
 
885
886
  /* TODO: add types and DocGen for all props. */
886
887
  };
@@ -11,9 +11,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
13
  var React = require('react');
14
- var index$1 = require('../../node_modules/prop-types/index.js');
14
+ var index = require('../../node_modules/prop-types/index.js');
15
15
  var reactWindow = require('react-window');
16
- var index = require('../../node_modules/classnames/index.js');
16
+ var cx = require('classnames');
17
17
  var layout = require('@carbon/layout');
18
18
  var settings = require('../../settings.js');
19
19
  var deepCloneObject = require('../../global/js/utils/deepCloneObject.js');
@@ -24,12 +24,14 @@ var checkActiveHeaderCell = require('./utils/checkActiveHeaderCell.js');
24
24
  var checkSelectedHeaderCell = require('./utils/checkSelectedHeaderCell.js');
25
25
  var handleHeaderCellSelection = require('./utils/handleHeaderCellSelection.js');
26
26
  var getSpreadsheetWidth = require('./utils/getSpreadsheetWidth.js');
27
+ var checkForHoldingKey = require('./utils/checkForHoldingKey.js');
27
28
  var usePreviousValue = require('../../global/js/hooks/usePreviousValue.js');
28
29
  var useSpreadsheetMouseUp = require('./hooks/useSpreadsheetMouseUp.js');
29
30
 
30
31
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
31
32
 
32
33
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
34
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
33
35
 
34
36
  var _div;
35
37
  var blockClass = "".concat(settings.pkg.prefix, "--data-spreadsheet");
@@ -212,8 +214,8 @@ var DataSpreadsheetBody = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
212
214
  var closestBodyCell = event.target.closest(".".concat(blockClass, "__body--td"));
213
215
  var isValidSelectionAreaStart = closestBodyCell.classList.contains("".concat(blockClass, "__body--td"));
214
216
  setValidStartingPoint(isValidSelectionAreaStart);
215
- var isHoldingCommandKey = event.metaKey || event.ctrlKey;
216
- var isHoldingShiftKey = event.shiftKey;
217
+ var isHoldingCommandKey = checkForHoldingKey.checkForHoldingKey(event, 'cmd');
218
+ var isHoldingShiftKey = checkForHoldingKey.checkForHoldingKey(event, 'shiftKey');
217
219
  setContainerHasFocus(true);
218
220
  var activeCoordinates = {
219
221
  row: cell.row.index,
@@ -315,7 +317,7 @@ var DataSpreadsheetBody = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
315
317
  }, [clickAndHoldActive, currentMatcher, setSelectionAreas]);
316
318
  var handleRowHeaderClick = React.useCallback(function (index) {
317
319
  return function (event) {
318
- var isHoldingCommandKey = event.metaKey || event.ctrlKey;
320
+ var isHoldingCommandKey = checkForHoldingKey.checkForHoldingKey(event, 'cmd');
319
321
  handleHeaderCellSelection.handleHeaderCellSelection({
320
322
  type: 'row',
321
323
  activeCellCoordinates: activeCellCoordinates,
@@ -357,37 +359,37 @@ var DataSpreadsheetBody = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
357
359
 
358
360
  // Renders each row/cell in the spreadsheet body
359
361
  var RenderRow = React.useCallback(function (_ref3) {
360
- var index$1 = _ref3.index,
362
+ var index = _ref3.index,
361
363
  style = _ref3.style;
362
- var row = rows[index$1];
364
+ var row = rows[index];
363
365
  if (rows && rows.length) {
364
366
  prepareRow(row);
365
367
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({}, row.getRowProps({
366
368
  style: style
367
369
  }), {
368
- className: index["default"]("".concat(blockClass, "__tr")),
369
- "data-row-index": index$1,
370
- "aria-rowindex": index$1 + 1,
370
+ className: cx__default["default"]("".concat(blockClass, "__tr")),
371
+ "data-row-index": index,
372
+ "aria-rowindex": index + 1,
371
373
  "aria-owns": "".concat(blockClass, "__cell-editor-text-area")
372
374
  }), /*#__PURE__*/React__default["default"].createElement("div", {
373
375
  role: "rowheader",
374
376
  className: "".concat(blockClass, "__td-th--cell-container")
375
377
  }, /*#__PURE__*/React__default["default"].createElement("button", {
376
- id: "".concat(blockClass, "__cell--").concat(index$1, "--header"),
378
+ id: "".concat(blockClass, "__cell--").concat(index, "--header"),
377
379
  tabIndex: -1,
378
- "data-row-index": index$1,
380
+ "data-row-index": index,
379
381
  "data-column-index": "header",
380
382
  type: "button",
381
- onClick: handleRowHeaderClick(index$1),
382
- className: index["default"]("".concat(blockClass, "__td"), "".concat(blockClass, "__td-th"), "".concat(blockClass, "--interactive-cell-element"), _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__td-th--active-header"), (activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row) === index$1 || checkActiveHeaderCell.checkActiveHeaderCell(index$1, selectionAreas, 'row')), "".concat(blockClass, "__td-th--selected-header"), checkSelectedHeaderCell.checkSelectedHeaderCell(index$1, selectionAreas, 'row', columns))),
383
+ onClick: handleRowHeaderClick(index),
384
+ className: cx__default["default"]("".concat(blockClass, "__td"), "".concat(blockClass, "__td-th"), "".concat(blockClass, "--interactive-cell-element"), _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__td-th--active-header"), (activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row) === index || checkActiveHeaderCell.checkActiveHeaderCell(index, selectionAreas, 'row')), "".concat(blockClass, "__td-th--selected-header"), checkSelectedHeaderCell.checkSelectedHeaderCell(index, selectionAreas, 'row', columns))),
383
385
  style: {
384
386
  width: defaultColumn === null || defaultColumn === void 0 ? void 0 : defaultColumn.rowHeaderWidth
385
387
  }
386
- }, index$1 + 1)), row.cells.map(function (cell, index$1) {
388
+ }, index + 1)), row.cells.map(function (cell, index) {
387
389
  var _cell$column;
388
390
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({
389
- key: "cell_".concat(index$1),
390
- "aria-colindex": index$1 + 1
391
+ key: "cell_".concat(index),
392
+ "aria-colindex": index + 1
391
393
  }, cell.getCellProps(), {
392
394
  role: "gridcell",
393
395
  style: _rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, cell.getCellProps().style), {}, {
@@ -395,13 +397,13 @@ var DataSpreadsheetBody = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
395
397
  minWidth: (cell === null || cell === void 0 || (_cell$column = cell.column) === null || _cell$column === void 0 ? void 0 : _cell$column.width) || (defaultColumn === null || defaultColumn === void 0 ? void 0 : defaultColumn.width)
396
398
  })
397
399
  }), /*#__PURE__*/React__default["default"].createElement("button", {
398
- id: "".concat(blockClass, "__cell--").concat(cell.row.index, "--").concat(index$1),
400
+ id: "".concat(blockClass, "__cell--").concat(cell.row.index, "--").concat(index),
399
401
  tabIndex: -1,
400
402
  "data-row-index": cell.row.index,
401
- "data-column-index": index$1,
402
- className: index["default"]("".concat(blockClass, "__td"), "".concat(blockClass, "__body--td"), "".concat(blockClass, "--interactive-cell-element")),
403
- onMouseDown: handleBodyCellClick(cell, index$1),
404
- onMouseOver: handleBodyCellHover(cell, index$1),
403
+ "data-column-index": index,
404
+ className: cx__default["default"]("".concat(blockClass, "__td"), "".concat(blockClass, "__body--td"), "".concat(blockClass, "--interactive-cell-element")),
405
+ onMouseDown: handleBodyCellClick(cell, index),
406
+ onMouseOver: handleBodyCellHover(cell, index),
405
407
  onFocus: function onFocus() {},
406
408
  type: "button"
407
409
  }, cell.render('Cell')));
@@ -411,9 +413,9 @@ var DataSpreadsheetBody = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
411
413
  var spreadsheetBodyRef = React.useRef();
412
414
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({
413
415
  ref: spreadsheetBodyRef,
414
- className: index["default"]("".concat(blockClass, "__body--container"))
416
+ className: cx__default["default"]("".concat(blockClass, "__body--container"))
415
417
  }, getTableBodyProps()), /*#__PURE__*/React__default["default"].createElement(reactWindow.FixedSizeList, {
416
- className: index["default"]("".concat(blockClass, "__list--container"), "".concat(blockClass, "__list--container--").concat(id)),
418
+ className: cx__default["default"]("".concat(blockClass, "__list--container"), "".concat(blockClass, "__list--container--").concat(id)),
417
419
  height: 400,
418
420
  itemCount: rows.length || defaultEmptyRowCount,
419
421
  itemSize: defaultColumn === null || defaultColumn === void 0 ? void 0 : defaultColumn.rowHeight,
@@ -431,127 +433,127 @@ DataSpreadsheetBody.propTypes = {
431
433
  /**
432
434
  * Object containing the active cell coordinates
433
435
  */
434
- activeCellCoordinates: index$1["default"].shape({
435
- row: index$1["default"].oneOfType([index$1["default"].string, index$1["default"].number]),
436
- column: index$1["default"].oneOfType([index$1["default"].string, index$1["default"].number])
436
+ activeCellCoordinates: index["default"].shape({
437
+ row: index["default"].oneOfType([index["default"].string, index["default"].number]),
438
+ column: index["default"].oneOfType([index["default"].string, index["default"].number])
437
439
  }),
438
440
  /**
439
441
  * Is the user clicking and holding in the data spreadsheet body
440
442
  */
441
- clickAndHoldActive: index$1["default"].bool,
443
+ clickAndHoldActive: index["default"].bool,
442
444
  /**
443
445
  * All of the spreadsheet columns
444
446
  */
445
- columns: index$1["default"].array,
447
+ columns: index["default"].array,
446
448
  /**
447
449
  * This represents the id of the current cell selection area
448
450
  */
449
- currentMatcher: index$1["default"].string,
451
+ currentMatcher: index["default"].string,
450
452
  /**
451
453
  * Default spreadsheet sizing values
452
454
  */
453
- defaultColumn: index$1["default"].shape({
454
- rowHeight: index$1["default"].number,
455
- rowHeaderWidth: index$1["default"].number,
456
- width: index$1["default"].number
455
+ defaultColumn: index["default"].shape({
456
+ rowHeight: index["default"].number,
457
+ rowHeaderWidth: index["default"].number,
458
+ width: index["default"].number
457
459
  }),
458
460
  /**
459
461
  * Sets the number of empty rows to be created when there is no data provided
460
462
  */
461
- defaultEmptyRowCount: index$1["default"].number,
463
+ defaultEmptyRowCount: index["default"].number,
462
464
  /**
463
465
  * Function to set table body prop values
464
466
  */
465
- getTableBodyProps: index$1["default"].func,
467
+ getTableBodyProps: index["default"].func,
466
468
  /**
467
469
  * Headers provided from useTable hook
468
470
  */
469
- headerGroups: index$1["default"].arrayOf(index$1["default"].object),
471
+ headerGroups: index["default"].arrayOf(index["default"].object),
470
472
  /**
471
473
  * The spreadsheet id
472
474
  */
473
- id: index$1["default"].oneOfType([index$1["default"].number, index$1["default"].string]),
475
+ id: index["default"].oneOfType([index["default"].number, index["default"].string]),
474
476
  /**
475
477
  * The event handler that is called when the active cell changes
476
478
  */
477
- onActiveCellChange: index$1["default"].func,
479
+ onActiveCellChange: index["default"].func,
478
480
  /**
479
481
  * The event handler that is called to set the rows for the empty spreadsheet
480
482
  */
481
- onDataUpdate: index$1["default"].func,
483
+ onDataUpdate: index["default"].func,
482
484
  /**
483
485
  * The event handler that is called when the selection areas change
484
486
  */
485
- onSelectionAreaChange: index$1["default"].func,
487
+ onSelectionAreaChange: index["default"].func,
486
488
  /**
487
489
  * Prepare row function from react-table
488
490
  */
489
- prepareRow: index$1["default"].func,
491
+ prepareRow: index["default"].func,
490
492
  /**
491
493
  * All of the spreadsheet row data
492
494
  */
493
- rows: index$1["default"].arrayOf(index$1["default"].object),
495
+ rows: index["default"].arrayOf(index["default"].object),
494
496
  /**
495
497
  * The scrollbar width
496
498
  */
497
- scrollBarSize: index$1["default"].number,
499
+ scrollBarSize: index["default"].number,
498
500
  /**
499
501
  * Array of selection area data
500
502
  */
501
- selectionAreaData: index$1["default"].array,
503
+ selectionAreaData: index["default"].array,
502
504
  /**
503
505
  * Array of selection areas
504
506
  */
505
- selectionAreas: index$1["default"].array,
507
+ selectionAreas: index["default"].array,
506
508
  /**
507
509
  * Setter fn for activeCellCoordinates state value
508
510
  */
509
- setActiveCellCoordinates: index$1["default"].func,
511
+ setActiveCellCoordinates: index["default"].func,
510
512
  /**
511
513
  * Setter fn for active cell inside of selection area
512
514
  */
513
- setActiveCellInsideSelectionArea: index$1["default"].func,
515
+ setActiveCellInsideSelectionArea: index["default"].func,
514
516
  /**
515
517
  * Setter fn for clickAndHold state value
516
518
  */
517
- setClickAndHoldActive: index$1["default"].func,
519
+ setClickAndHoldActive: index["default"].func,
518
520
  /**
519
521
  * Setter fn for column ordering, provided from react-table
520
522
  */
521
- setColumnOrder: index$1["default"].func,
523
+ setColumnOrder: index["default"].func,
522
524
  /**
523
525
  * Setter fn for containerHasFocus state value
524
526
  */
525
- setContainerHasFocus: index$1["default"].func,
527
+ setContainerHasFocus: index["default"].func,
526
528
  /**
527
529
  * Setter fn for currentMatcher state value
528
530
  */
529
- setCurrentMatcher: index$1["default"].func,
531
+ setCurrentMatcher: index["default"].func,
530
532
  /**
531
533
  * Setter fn for header cell hold active value
532
534
  */
533
- setHeaderCellHoldActive: index$1["default"].func,
535
+ setHeaderCellHoldActive: index["default"].func,
534
536
  /**
535
537
  * Setter fn for selectionAreaData state value
536
538
  */
537
- setSelectionAreaData: index$1["default"].func,
539
+ setSelectionAreaData: index["default"].func,
538
540
  /**
539
541
  * Setter fn for selectionAreas state value
540
542
  */
541
- setSelectionAreas: index$1["default"].func,
543
+ setSelectionAreas: index["default"].func,
542
544
  /**
543
545
  * The total columns width
544
546
  */
545
- totalColumnsWidth: index$1["default"].number,
547
+ totalColumnsWidth: index["default"].number,
546
548
  /**
547
549
  * The total number of columns to be initially visible, additional columns will be rendered and
548
550
  * visible via horizontal scrollbar
549
551
  */
550
- totalVisibleColumns: index$1["default"].number,
552
+ totalVisibleColumns: index["default"].number,
551
553
  /**
552
554
  * Prop from react-table used to reorder columns
553
555
  */
554
- visibleColumns: index$1["default"].array
556
+ visibleColumns: index["default"].array
555
557
  };
556
558
 
557
559
  exports.DataSpreadsheetBody = DataSpreadsheetBody;