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

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 (333) hide show
  1. package/css/index-full-carbon.css +192 -116
  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 +56 -11
  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 +192 -116
  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 +180 -112
  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.js +1 -1
  30. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +1 -1
  31. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +1 -1
  32. package/es/components/Card/Card.js +1 -1
  33. package/es/components/Card/CardFooter.js +1 -1
  34. package/es/components/Card/CardHeader.js +1 -1
  35. package/es/components/Carousel/Carousel.js +1 -1
  36. package/es/components/Carousel/CarouselItem.js +1 -1
  37. package/es/components/Cascade/Cascade.js +1 -1
  38. package/es/components/Checklist/Checklist.js +1 -1
  39. package/es/components/Checklist/ChecklistChart.js +1 -1
  40. package/es/components/Checklist/ChecklistIcon.js +1 -1
  41. package/es/components/Coachmark/Coachmark.js +1 -1
  42. package/es/components/Coachmark/CoachmarkDragbar.js +1 -1
  43. package/es/components/Coachmark/CoachmarkHeader.js +1 -1
  44. package/es/components/Coachmark/CoachmarkOverlay.js +1 -1
  45. package/es/components/Coachmark/CoachmarkTagline.js +1 -1
  46. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
  47. package/es/components/CoachmarkButton/CoachmarkButton.js +1 -1
  48. package/es/components/CoachmarkFixed/CoachmarkFixed.js +1 -1
  49. package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +1 -1
  50. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +1 -1
  51. package/es/components/CoachmarkStack/CoachmarkStack.js +1 -1
  52. package/es/components/CoachmarkStack/CoachmarkStackHome.js +1 -1
  53. package/es/components/ComboButton/ComboButton.js +1 -1
  54. package/es/components/CreateFullPage/CreateFullPage.js +1 -1
  55. package/es/components/CreateFullPage/CreateFullPageStep.js +1 -1
  56. package/es/components/CreateInfluencer/CreateInfluencer.js +1 -1
  57. package/es/components/CreateModal/CreateModal.js +1 -1
  58. package/es/components/CreateSidePanel/CreateSidePanel.js +1 -1
  59. package/es/components/CreateTearsheet/CreateTearsheet.js +8 -2
  60. package/es/components/CreateTearsheet/CreateTearsheetDivider.js +1 -1
  61. package/es/components/CreateTearsheet/CreateTearsheetStep.js +1 -1
  62. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -1
  63. package/es/components/DataSpreadsheet/DataSpreadsheet.js +1 -1
  64. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +1 -1
  65. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +1 -1
  66. package/es/components/Datagrid/Datagrid/Datagrid.js +1 -1
  67. package/es/components/Datagrid/Datagrid/DatagridContent.js +1 -1
  68. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +8 -4
  69. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +1 -1
  70. package/es/components/Datagrid/Datagrid/DatagridRefBody.js +1 -1
  71. package/es/components/Datagrid/Datagrid/DatagridRow.js +19 -15
  72. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +1 -1
  73. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +1 -1
  74. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -1
  75. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +1 -1
  76. package/es/components/Datagrid/Datagrid/DraggableElement.js +1 -1
  77. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -1
  78. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +1 -1
  79. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -1
  80. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +8 -8
  81. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.d.ts +1 -0
  82. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +2 -1
  83. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +68 -4
  84. package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +12 -1
  85. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -1
  86. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +1 -1
  87. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -1
  88. package/es/components/Datagrid/useActionsColumn.js +1 -1
  89. package/es/components/Datagrid/useColumnCenterAlign.js +1 -1
  90. package/es/components/Datagrid/useColumnRightAlign.js +1 -1
  91. package/es/components/Datagrid/useDefaultStringRenderer.js +1 -1
  92. package/es/components/Datagrid/useFiltering.js +48 -47
  93. package/es/components/Datagrid/useFloatingScroll.js +1 -1
  94. package/es/components/Datagrid/useInlineEdit.js +1 -1
  95. package/es/components/Datagrid/useNestedRowExpander.js +1 -1
  96. package/es/components/Datagrid/useNestedRows.js +1 -1
  97. package/es/components/Datagrid/useRowExpander.js +1 -1
  98. package/es/components/Datagrid/useSelectAllToggle.js +1 -1
  99. package/es/components/Datagrid/useSelectRows.js +2 -2
  100. package/es/components/Datagrid/useSortableColumns.js +1 -1
  101. package/es/components/Datagrid/useStickyColumn.js +1 -1
  102. package/es/components/DelimitedList/DelimitedList.js +1 -1
  103. package/es/components/EditFullPage/EditFullPage.js +1 -1
  104. package/es/components/EditInPlace/EditInPlace.js +1 -1
  105. package/es/components/EditSidePanel/EditSidePanel.js +1 -1
  106. package/es/components/EditTearsheet/EditTearsheet.js +1 -1
  107. package/es/components/EditTearsheet/EditTearsheetForm.js +1 -1
  108. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +1 -1
  109. package/es/components/EditUpdateCards/EditUpdateCards.js +1 -1
  110. package/es/components/EmptyStates/EmptyState.js +1 -1
  111. package/es/components/EmptyStates/EmptyStateContent.js +1 -1
  112. package/es/components/EmptyStates/EmptyStateV2.js +1 -1
  113. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
  114. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
  115. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
  116. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
  117. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
  118. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
  119. package/es/components/EmptyStates/assets/ErrorIllustration.js +1 -1
  120. package/es/components/EmptyStates/assets/NoDataIllustration.js +1 -1
  121. package/es/components/EmptyStates/assets/NoTagsIllustration.js +1 -1
  122. package/es/components/EmptyStates/assets/NotFoundIllustration.js +1 -1
  123. package/es/components/EmptyStates/assets/NotificationsIllustration.js +1 -1
  124. package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -1
  125. package/es/components/ExportModal/ExportModal.js +1 -1
  126. package/es/components/FilterSummary/FilterSummary.js +1 -1
  127. package/es/components/FullPageError/FullPageError.js +1 -1
  128. package/es/components/Guidebanner/Guidebanner.js +1 -1
  129. package/es/components/Guidebanner/GuidebannerElement.js +1 -1
  130. package/es/components/Guidebanner/GuidebannerElementButton.js +1 -1
  131. package/es/components/Guidebanner/GuidebannerElementLink.js +1 -1
  132. package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +1 -1
  133. package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +1 -1
  134. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +1 -1
  135. package/es/components/ImportModal/ImportModal.js +1 -1
  136. package/es/components/InlineTip/InlineTip.js +1 -1
  137. package/es/components/InlineTip/InlineTipButton.js +1 -1
  138. package/es/components/InlineTip/InlineTipLink.js +1 -1
  139. package/es/components/InterstitialScreen/InterstitialScreen.js +1 -1
  140. package/es/components/InterstitialScreenView/InterstitialScreenView.js +1 -1
  141. package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +1 -1
  142. package/es/components/NonLinearReading/NonLinearReading.js +1 -1
  143. package/es/components/NotificationsPanel/NotificationsPanel.js +1 -1
  144. package/es/components/OptionsTile/OptionsTile.js +1 -1
  145. package/es/components/PageHeader/PageHeader.js +1 -1
  146. package/es/components/PageHeader/PageHeaderTitle.js +1 -1
  147. package/es/components/PageHeader/PageHeaderUtils.js +1 -1
  148. package/es/components/RemoveModal/RemoveModal.js +1 -1
  149. package/es/components/Saving/Saving.js +1 -1
  150. package/es/components/SearchBar/SearchBar.js +1 -1
  151. package/es/components/SidePanel/SidePanel.js +1 -1
  152. package/es/components/SimpleHeader/SimpleHeader.js +1 -1
  153. package/es/components/StatusIcon/StatusIcon.js +1 -1
  154. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +1 -1
  155. package/es/components/StringFormatter/StringFormatter.js +1 -1
  156. package/es/components/TagSet/TagSet.js +1 -1
  157. package/es/components/TagSet/TagSetModal.js +1 -1
  158. package/es/components/TagSet/TagSetOverflow.js +1 -1
  159. package/es/components/Tearsheet/TearsheetShell.js +4 -5
  160. package/es/components/Toolbar/Toolbar.js +1 -1
  161. package/es/components/Toolbar/ToolbarButton.js +1 -1
  162. package/es/components/Toolbar/ToolbarGroup.js +1 -1
  163. package/es/components/TooltipTrigger/TooltipTrigger.js +1 -1
  164. package/es/components/TruncatedList/TruncatedList.js +1 -1
  165. package/es/components/UserAvatar/UserAvatar.js +1 -1
  166. package/es/components/UserProfileImage/UserProfileImage.js +1 -1
  167. package/es/components/WebTerminal/WebTerminal.js +1 -1
  168. package/es/components/WebTerminal/WebTerminalContentWrapper.js +1 -1
  169. package/es/components/_Canary/Canary.js +1 -1
  170. package/es/node_modules/prop-types/index.js +1 -1
  171. package/lib/_virtual/index.js +2 -2
  172. package/lib/components/APIKeyModal/APIKeyModal.js +50 -49
  173. package/lib/components/AboutModal/AboutModal.js +17 -16
  174. package/lib/components/ActionBar/ActionBar.js +16 -15
  175. package/lib/components/ActionBar/ActionBarItem.js +8 -7
  176. package/lib/components/ActionBar/ActionBarOverflowItems.js +9 -8
  177. package/lib/components/ActionSet/ActionSet.js +4 -3
  178. package/lib/components/AddSelect/AddSelectBody.js +67 -66
  179. package/lib/components/AddSelect/AddSelectBreadcrumbs.js +7 -6
  180. package/lib/components/AddSelect/AddSelectFilter.js +19 -18
  181. package/lib/components/AddSelect/AddSelectList.js +7 -6
  182. package/lib/components/AddSelect/AddSelectRow.js +33 -32
  183. package/lib/components/BigNumbers/BigNumbers.js +23 -22
  184. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +20 -19
  185. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +3 -2
  186. package/lib/components/Card/Card.js +5 -4
  187. package/lib/components/Card/CardFooter.js +22 -21
  188. package/lib/components/Card/CardHeader.js +27 -26
  189. package/lib/components/Carousel/Carousel.js +13 -12
  190. package/lib/components/Carousel/CarouselItem.js +6 -5
  191. package/lib/components/Cascade/Cascade.js +9 -8
  192. package/lib/components/Checklist/Checklist.js +33 -32
  193. package/lib/components/Checklist/ChecklistChart.js +7 -6
  194. package/lib/components/Checklist/ChecklistIcon.js +7 -6
  195. package/lib/components/Coachmark/Coachmark.js +21 -20
  196. package/lib/components/Coachmark/CoachmarkDragbar.js +10 -9
  197. package/lib/components/Coachmark/CoachmarkHeader.js +8 -7
  198. package/lib/components/Coachmark/CoachmarkOverlay.js +10 -9
  199. package/lib/components/Coachmark/CoachmarkTagline.js +8 -7
  200. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +7 -6
  201. package/lib/components/CoachmarkButton/CoachmarkButton.js +6 -5
  202. package/lib/components/CoachmarkFixed/CoachmarkFixed.js +11 -10
  203. package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +8 -7
  204. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +16 -15
  205. package/lib/components/CoachmarkStack/CoachmarkStack.js +20 -19
  206. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +17 -16
  207. package/lib/components/ComboButton/ComboButton.js +7 -6
  208. package/lib/components/CreateFullPage/CreateFullPage.js +29 -28
  209. package/lib/components/CreateFullPage/CreateFullPageStep.js +18 -17
  210. package/lib/components/CreateInfluencer/CreateInfluencer.js +13 -12
  211. package/lib/components/CreateModal/CreateModal.js +16 -15
  212. package/lib/components/CreateSidePanel/CreateSidePanel.js +21 -20
  213. package/lib/components/CreateTearsheet/CreateTearsheet.js +27 -20
  214. package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +5 -4
  215. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +19 -18
  216. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +21 -20
  217. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +22 -21
  218. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +56 -55
  219. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +39 -38
  220. package/lib/components/Datagrid/Datagrid/Datagrid.js +7 -6
  221. package/lib/components/Datagrid/Datagrid/DatagridContent.js +32 -31
  222. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +8 -3
  223. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +6 -5
  224. package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +3 -2
  225. package/lib/components/Datagrid/Datagrid/DatagridRow.js +20 -15
  226. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +4 -3
  227. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +14 -13
  228. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +3 -2
  229. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +6 -5
  230. package/lib/components/Datagrid/Datagrid/DraggableElement.js +13 -12
  231. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +15 -14
  232. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +25 -24
  233. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +27 -26
  234. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +7 -7
  235. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.d.ts +1 -0
  236. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +2 -0
  237. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +65 -1
  238. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +11 -0
  239. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +15 -14
  240. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +20 -19
  241. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +9 -8
  242. package/lib/components/Datagrid/useActionsColumn.js +7 -6
  243. package/lib/components/Datagrid/useColumnCenterAlign.js +3 -2
  244. package/lib/components/Datagrid/useColumnRightAlign.js +3 -2
  245. package/lib/components/Datagrid/useDefaultStringRenderer.js +4 -3
  246. package/lib/components/Datagrid/useFiltering.js +46 -45
  247. package/lib/components/Datagrid/useFloatingScroll.js +6 -2
  248. package/lib/components/Datagrid/useInlineEdit.js +4 -3
  249. package/lib/components/Datagrid/useNestedRowExpander.js +4 -3
  250. package/lib/components/Datagrid/useNestedRows.js +6 -2
  251. package/lib/components/Datagrid/useRowExpander.js +3 -2
  252. package/lib/components/Datagrid/useSelectAllToggle.js +3 -2
  253. package/lib/components/Datagrid/useSelectRows.js +5 -4
  254. package/lib/components/Datagrid/useSortableColumns.js +3 -2
  255. package/lib/components/Datagrid/useStickyColumn.js +4 -3
  256. package/lib/components/DelimitedList/DelimitedList.js +8 -7
  257. package/lib/components/EditFullPage/EditFullPage.js +6 -5
  258. package/lib/components/EditInPlace/EditInPlace.js +23 -22
  259. package/lib/components/EditSidePanel/EditSidePanel.js +23 -22
  260. package/lib/components/EditTearsheet/EditTearsheet.js +18 -17
  261. package/lib/components/EditTearsheet/EditTearsheetForm.js +11 -10
  262. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +6 -5
  263. package/lib/components/EditUpdateCards/EditUpdateCards.js +31 -30
  264. package/lib/components/EmptyStates/EmptyState.js +20 -19
  265. package/lib/components/EmptyStates/EmptyStateContent.js +16 -15
  266. package/lib/components/EmptyStates/EmptyStateV2.js +20 -19
  267. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +18 -17
  268. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +18 -17
  269. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +18 -17
  270. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +18 -17
  271. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +18 -17
  272. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +18 -17
  273. package/lib/components/EmptyStates/assets/ErrorIllustration.js +7 -6
  274. package/lib/components/EmptyStates/assets/NoDataIllustration.js +7 -6
  275. package/lib/components/EmptyStates/assets/NoTagsIllustration.js +7 -6
  276. package/lib/components/EmptyStates/assets/NotFoundIllustration.js +7 -6
  277. package/lib/components/EmptyStates/assets/NotificationsIllustration.js +7 -6
  278. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +7 -6
  279. package/lib/components/ExportModal/ExportModal.js +30 -29
  280. package/lib/components/FilterSummary/FilterSummary.js +13 -12
  281. package/lib/components/FullPageError/FullPageError.js +13 -12
  282. package/lib/components/Guidebanner/Guidebanner.js +20 -19
  283. package/lib/components/Guidebanner/GuidebannerElement.js +8 -7
  284. package/lib/components/Guidebanner/GuidebannerElementButton.js +8 -7
  285. package/lib/components/Guidebanner/GuidebannerElementLink.js +6 -5
  286. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +11 -10
  287. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +11 -10
  288. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +11 -10
  289. package/lib/components/ImportModal/ImportModal.js +32 -31
  290. package/lib/components/InlineTip/InlineTip.js +21 -20
  291. package/lib/components/InlineTip/InlineTipButton.js +6 -5
  292. package/lib/components/InlineTip/InlineTipLink.js +6 -5
  293. package/lib/components/InterstitialScreen/InterstitialScreen.js +13 -12
  294. package/lib/components/InterstitialScreenView/InterstitialScreenView.js +7 -6
  295. package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +7 -6
  296. package/lib/components/NonLinearReading/NonLinearReading.js +9 -8
  297. package/lib/components/NotificationsPanel/NotificationsPanel.js +59 -58
  298. package/lib/components/OptionsTile/OptionsTile.js +21 -20
  299. package/lib/components/PageHeader/PageHeader.js +74 -73
  300. package/lib/components/PageHeader/PageHeaderTitle.js +21 -20
  301. package/lib/components/PageHeader/PageHeaderUtils.js +3 -2
  302. package/lib/components/RemoveModal/RemoveModal.js +22 -21
  303. package/lib/components/Saving/Saving.js +18 -17
  304. package/lib/components/SearchBar/SearchBar.js +20 -19
  305. package/lib/components/SidePanel/SidePanel.js +47 -46
  306. package/lib/components/SimpleHeader/SimpleHeader.js +17 -16
  307. package/lib/components/StatusIcon/StatusIcon.js +9 -8
  308. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +7 -6
  309. package/lib/components/StringFormatter/StringFormatter.js +11 -10
  310. package/lib/components/TagSet/TagSet.js +21 -20
  311. package/lib/components/TagSet/TagSetModal.js +13 -12
  312. package/lib/components/TagSet/TagSetOverflow.js +18 -17
  313. package/lib/components/Tearsheet/TearsheetShell.js +35 -35
  314. package/lib/components/Toolbar/Toolbar.js +7 -6
  315. package/lib/components/Toolbar/ToolbarButton.js +9 -8
  316. package/lib/components/Toolbar/ToolbarGroup.js +6 -5
  317. package/lib/components/TooltipTrigger/TooltipTrigger.js +6 -5
  318. package/lib/components/TruncatedList/TruncatedList.js +14 -13
  319. package/lib/components/UserAvatar/UserAvatar.js +3 -2
  320. package/lib/components/UserProfileImage/UserProfileImage.js +3 -2
  321. package/lib/components/WebTerminal/WebTerminal.js +14 -13
  322. package/lib/components/WebTerminal/WebTerminalContentWrapper.js +5 -4
  323. package/lib/components/_Canary/Canary.js +6 -5
  324. package/lib/node_modules/prop-types/index.js +1 -1
  325. package/package.json +6 -5
  326. package/scss/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss +0 -1
  327. package/scss/components/Datagrid/styles/_datagrid.scss +61 -4
  328. package/scss/components/SidePanel/_side-panel.scss +8 -1
  329. package/scss/components/Tearsheet/_tearsheet.scss +4 -5
  330. package/es/_virtual/index2.js +0 -10
  331. package/es/node_modules/classnames/index.js +0 -70
  332. package/lib/_virtual/index2.js +0 -14
  333. package/lib/node_modules/classnames/index.js +0 -74
@@ -11,15 +11,16 @@ 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 CarouselItem = require('./CarouselItem.js');
16
- var index = require('../../node_modules/classnames/index.js');
16
+ var cx = require('classnames');
17
17
  var devtools = require('../../global/js/utils/devtools.js');
18
18
  var settings = require('../../settings.js');
19
19
 
20
20
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
21
21
 
22
22
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
23
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
23
24
 
24
25
  var _excluded = ["children", "className", "disableArrowScroll", "fadedEdgeColor", "onChangeIsScrollable", "onScroll"];
25
26
 
@@ -260,11 +261,11 @@ var Carousel = /*#__PURE__*/React__default["default"].forwardRef(function (_ref,
260
261
  }, [handleScrollNext, handleScrollPrev, handleScrollReset, handleScrollToView]);
261
262
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({}, rest, {
262
263
  tabIndex: -1,
263
- className: index["default"](blockClass, className),
264
+ className: cx__default["default"](blockClass, className),
264
265
  ref: carouselRef,
265
266
  role: "main"
266
267
  }, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React__default["default"].createElement("div", {
267
- className: index["default"]("".concat(blockClass, "__elements-container"))
268
+ className: cx__default["default"]("".concat(blockClass, "__elements-container"))
268
269
  }, /*#__PURE__*/React__default["default"].createElement("div", {
269
270
  className: "".concat(blockClass, "__elements"),
270
271
  ref: scrollRef
@@ -296,16 +297,16 @@ Carousel.propTypes = {
296
297
  /**
297
298
  * Provide the contents of the Carousel.
298
299
  */
299
- children: index$1["default"].node.isRequired,
300
+ children: index["default"].node.isRequired,
300
301
  /**
301
302
  * Provide an optional class to be applied to the containing node.
302
303
  */
303
- className: index$1["default"].string,
304
+ className: index["default"].string,
304
305
  /**
305
306
  * Disables the ability of the Carousel to scroll
306
307
  * use a keyboard's left and right arrow keys.
307
308
  */
308
- disableArrowScroll: index$1["default"].bool,
309
+ disableArrowScroll: index["default"].bool,
309
310
  /**
310
311
  * Enables the edges of the component to have faded styling.
311
312
  *
@@ -313,21 +314,21 @@ Carousel.propTypes = {
313
314
  *
314
315
  * Or pass an object (`{ left: $color1, right: $color2 }`) to specify different colors.
315
316
  */
316
- fadedEdgeColor: index$1["default"].oneOfType([index$1["default"].string, index$1["default"].shape({
317
- left: index$1["default"].string,
318
- right: index$1["default"].string
317
+ fadedEdgeColor: index["default"].oneOfType([index["default"].string, index["default"].shape({
318
+ left: index["default"].string,
319
+ right: index["default"].string
319
320
  })]),
320
321
  /**
321
322
  * An optional callback function that returns `true`
322
323
  * when the carousel has enough content to be scrollable,
323
324
  * and `false` when there is not enough content.
324
325
  */
325
- onChangeIsScrollable: index$1["default"].func,
326
+ onChangeIsScrollable: index["default"].func,
326
327
  /**
327
328
  * An optional callback function that returns the scroll position as
328
329
  * a value between 0 and 1.
329
330
  */
330
- onScroll: index$1["default"].func
331
+ onScroll: index["default"].func
331
332
  };
332
333
 
333
334
  exports.Carousel = Carousel;
@@ -11,14 +11,15 @@ 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 devtools = require('../../global/js/utils/devtools.js');
17
17
  var settings = require('../../settings.js');
18
18
 
19
19
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
20
20
 
21
21
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
22
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
22
23
 
23
24
  var _excluded = ["children", "className"];
24
25
 
@@ -37,7 +38,7 @@ var CarouselItem = /*#__PURE__*/React__default["default"].forwardRef(function (_
37
38
  className = _ref.className,
38
39
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
39
40
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({}, rest, {
40
- className: index["default"](blockClass, className)
41
+ className: cx__default["default"](blockClass, className)
41
42
  }, devtools.getDevtoolsProps(componentName), {
42
43
  ref: ref
43
44
  }), children);
@@ -50,11 +51,11 @@ CarouselItem.propTypes = {
50
51
  /**
51
52
  * Provide the contents of the CarouselItem.
52
53
  */
53
- children: index$1["default"].node.isRequired,
54
+ children: index["default"].node.isRequired,
54
55
  /**
55
56
  * Provide an optional class to be applied to the containing node.
56
57
  */
57
- className: index$1["default"].string
58
+ className: index["default"].string
58
59
  };
59
60
 
60
61
  exports.CarouselItem = CarouselItem;
@@ -12,14 +12,15 @@ Object.defineProperty(exports, '__esModule', { value: true });
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
13
  var React = require('react');
14
14
  var react = require('@carbon/react');
15
- var index = require('../../node_modules/classnames/index.js');
16
- var index$1 = require('../../node_modules/prop-types/index.js');
15
+ var cx = require('classnames');
16
+ var index = require('../../node_modules/prop-types/index.js');
17
17
  var settings = require('../../settings.js');
18
18
  var devtools = require('../../global/js/utils/devtools.js');
19
19
 
20
20
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
21
21
 
22
22
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
23
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
23
24
 
24
25
  var _excluded = ["children", "className", "grid"];
25
26
  var blockClass = "".concat(settings.pkg.prefix, "--cascade");
@@ -44,11 +45,11 @@ exports.Cascade = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
44
45
  grid = _ref$grid === void 0 ? defaults.grid : _ref$grid,
45
46
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
46
47
  var props = _rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, rest), {}, {
47
- className: index["default"](blockClass, className),
48
+ className: cx__default["default"](blockClass, className),
48
49
  ref: ref
49
50
  }, devtools.getDevtoolsProps(componentName));
50
51
  var modifyChildren = function modifyChildren(child) {
51
- var className = index["default"](child.props.className, "".concat(blockClass, "__element"));
52
+ var className = cx__default["default"](child.props.className, "".concat(blockClass, "__element"));
52
53
  return /*#__PURE__*/React__default["default"].cloneElement(child, {
53
54
  className: className
54
55
  });
@@ -64,7 +65,7 @@ exports.Cascade = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
64
65
  if ( /*#__PURE__*/React__default["default"].isValidElement(row)) {
65
66
  var cols = React__default["default"].Children.map(row === null || row === void 0 ? void 0 : row.props.children, function (col) {
66
67
  colIdx = colIdx + 1;
67
- var colClassnames = index["default"](col.props.className, "".concat(blockClass, "__col"), "".concat(blockClass, "__col-").concat(colIdx));
68
+ var colClassnames = cx__default["default"](col.props.className, "".concat(blockClass, "__col"), "".concat(blockClass, "__col-").concat(colIdx));
68
69
  return /*#__PURE__*/React__default["default"].cloneElement(col, {
69
70
  className: colClassnames
70
71
  });
@@ -85,15 +86,15 @@ exports.Cascade.propTypes = {
85
86
  /**
86
87
  * Main content that is shown.
87
88
  */
88
- children: index$1["default"].node,
89
+ children: index["default"].node,
89
90
  /**
90
91
  * Optional class name.
91
92
  */
92
- className: index$1["default"].string,
93
+ className: index["default"].string,
93
94
  /**
94
95
  * Specifies whether or not to wrap the child content in a `<Grid />`.
95
96
  * If this is set to true it's important that the children are being wrapped in rows in columns.
96
97
  * Check the documentation for additional clarification.
97
98
  */
98
- grid: index$1["default"].bool
99
+ grid: index["default"].bool
99
100
  };
@@ -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 devtools = require('../../global/js/utils/devtools.js');
17
17
  var uuidv4 = require('../../global/js/utils/uuidv4.js');
18
18
  var settings = require('../../settings.js');
@@ -24,6 +24,7 @@ var ChecklistChart = require('./ChecklistChart.js');
24
24
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
25
25
 
26
26
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
27
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
27
28
 
28
29
  var _excluded = ["chartValue", "chartLabel", "checklistAriaLabel", "checklistToggleAriaLabel", "className", "onClickViewAll", "onToggle", "open", "showToggle", "taskLists", "theme", "title", "toggleLabel", "toggleLabelAlign", "viewAllLabel"];
29
30
 
@@ -122,7 +123,7 @@ exports.Checklist = /*#__PURE__*/React__default["default"].forwardRef(function (
122
123
  }, [open]);
123
124
  return /*#__PURE__*/React__default["default"].createElement("aside", _rollupPluginBabelHelpers["extends"]({}, rest, {
124
125
  "aria-label": checklistAriaLabel,
125
- className: index["default"](blockClass,
126
+ className: cx__default["default"](blockClass,
126
127
  // Apply the block class to the main HTML element
127
128
  className, // Apply any supplied class names to the main HTML element.
128
129
  // example: `${blockClass}__template-string-class-${kind}-n-${size}`,
@@ -153,45 +154,45 @@ exports.Checklist = /*#__PURE__*/React__default["default"].forwardRef(function (
153
154
  size: "sm"
154
155
  }, /*#__PURE__*/React__default["default"].createElement(icons.ChevronUp, {
155
156
  size: 16,
156
- className: index["default"]("".concat(blockClass, "__chevron"))
157
+ className: cx__default["default"]("".concat(blockClass, "__chevron"))
157
158
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
158
159
  id: listContainerId,
159
160
  className: "".concat(blockClass, "__content-outer")
160
161
  }, /*#__PURE__*/React__default["default"].createElement("div", {
161
162
  className: "".concat(blockClass, "__content-inner")
162
163
  }, /*#__PURE__*/React__default["default"].createElement("section", {
163
- className: index["default"]("".concat(blockClass, "__body"))
164
- }, taskLists.map(function (list, index$1) {
164
+ className: cx__default["default"]("".concat(blockClass, "__body"))
165
+ }, taskLists.map(function (list, index) {
165
166
  return /*#__PURE__*/React__default["default"].createElement("div", {
166
167
  className: "".concat(blockClass, "__list-group"),
167
- key: "".concat(list.title, "-").concat(index$1)
168
+ key: "".concat(list.title, "-").concat(index)
168
169
  }, list.title && /*#__PURE__*/React__default["default"].createElement("h3", {
169
170
  title: list.title,
170
171
  className: "".concat(blockClass, "__list-title")
171
172
  }, list.title), /*#__PURE__*/React__default["default"].createElement("ol", {
172
173
  className: "".concat(blockClass, "__list")
173
- }, list.tasks.map(function (item, index$1) {
174
+ }, list.tasks.map(function (item, index) {
174
175
  return /*#__PURE__*/React__default["default"].createElement("li", {
175
176
  className: "".concat(blockClass, "__list-item"),
176
- key: "".concat(item.label, "-").concat(index$1)
177
+ key: "".concat(item.label, "-").concat(index)
177
178
  }, /*#__PURE__*/React__default["default"].createElement(ChecklistIcon.ChecklistIcon, {
178
179
  kind: item.kind
179
180
  }), typeof item.onClick === 'function' ? /*#__PURE__*/React__default["default"].createElement(react.Button, {
180
- className: index["default"]("".concat(blockClass, "__button"), _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__button--error"), item.kind === 'error')),
181
+ className: cx__default["default"]("".concat(blockClass, "__button"), _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__button--error"), item.kind === 'error')),
181
182
  onClick: function onClick() {
182
183
  item.onClick(item);
183
184
  },
184
185
  size: "sm",
185
186
  title: item.label
186
187
  }, /*#__PURE__*/React__default["default"].createElement("div", null, item.label)) : /*#__PURE__*/React__default["default"].createElement("div", {
187
- className: index["default"]("".concat(blockClass, "__label"), "".concat(blockClass, "__label--").concat(item.kind)),
188
+ className: cx__default["default"]("".concat(blockClass, "__label"), "".concat(blockClass, "__label--").concat(item.kind)),
188
189
  title: item.label
189
190
  }, item.label));
190
191
  })));
191
192
  })), viewAllLabel && /*#__PURE__*/React__default["default"].createElement("footer", {
192
193
  className: "".concat(blockClass, "__footer")
193
194
  }, /*#__PURE__*/React__default["default"].createElement(react.Button, {
194
- className: index["default"]("".concat(blockClass, "__button"), "".concat(blockClass, "__view-all")),
195
+ className: cx__default["default"]("".concat(blockClass, "__button"), "".concat(blockClass, "__view-all")),
195
196
  onClick: handleClickViewAll,
196
197
  size: "sm"
197
198
  }, /*#__PURE__*/React__default["default"].createElement("div", null, viewAllLabel))))));
@@ -208,42 +209,42 @@ exports.Checklist.propTypes = {
208
209
  /**
209
210
  * Define both `chartLabel` and `chartValue` to show the chart and its label together.
210
211
  */
211
- chartLabel: index$1["default"].string,
212
+ chartLabel: index["default"].string,
212
213
  /**
213
214
  * A number between 0 and 1.
214
215
  *
215
216
  * Define both `chartLabel` and `chartValue` to show the chart and its label together.
216
217
  */
217
- chartValue: index$1["default"].number,
218
+ chartValue: index["default"].number,
218
219
  /**
219
220
  * Aria-label for the Checklist component.
220
221
  */
221
- checklistAriaLabel: index$1["default"].string,
222
+ checklistAriaLabel: index["default"].string,
222
223
  /**
223
224
  * Aria-label for the Checklist's toggle component.
224
225
  */
225
- checklistToggleAriaLabel: index$1["default"].string,
226
+ checklistToggleAriaLabel: index["default"].string,
226
227
  /**
227
228
  * Provide an optional class to be applied to the containing node.
228
229
  */
229
- className: index$1["default"].string,
230
+ className: index["default"].string,
230
231
  /**
231
232
  * Callback for the "View all" button. See also `viewAllLabel`.
232
233
  */
233
- onClickViewAll: index$1["default"].func,
234
+ onClickViewAll: index["default"].func,
234
235
  /**
235
236
  * Optional callback for when the list is opened/closed.
236
237
  */
237
- onToggle: index$1["default"].func,
238
+ onToggle: index["default"].func,
238
239
  /**
239
240
  * Specifies whether the component is opened or closed.
240
241
  * This can be set during initialization, or changed after being rendered.
241
242
  */
242
- open: index$1["default"].bool,
243
+ open: index["default"].bool,
243
244
  /**
244
245
  * Whether or not to show the open/close toggle.
245
246
  */
246
- showToggle: index$1["default"].bool,
247
+ showToggle: index["default"].bool,
247
248
  /**
248
249
  * The task list can be broken down into sub-lists.
249
250
  *
@@ -255,32 +256,32 @@ exports.Checklist.propTypes = {
255
256
  * then the `label` will be rendered as a button,
256
257
  * else the `label` will be rendered as plain text.
257
258
  */
258
- taskLists: index$1["default"].arrayOf(index$1["default"].shape({
259
- title: index$1["default"].string,
260
- tasks: index$1["default"].arrayOf(index$1["default"].shape({
261
- kind: index$1["default"].oneOf(['unchecked', 'indeterminate', 'checked', 'disabled', 'error']).isRequired,
262
- label: index$1["default"].string.isRequired,
263
- onClick: index$1["default"].func
259
+ taskLists: index["default"].arrayOf(index["default"].shape({
260
+ title: index["default"].string,
261
+ tasks: index["default"].arrayOf(index["default"].shape({
262
+ kind: index["default"].oneOf(['unchecked', 'indeterminate', 'checked', 'disabled', 'error']).isRequired,
263
+ label: index["default"].string.isRequired,
264
+ onClick: index["default"].func
264
265
  })).isRequired
265
266
  })).isRequired,
266
267
  /**
267
268
  * Determines the theme of the component.
268
269
  */
269
- theme: index$1["default"].oneOf(['light', 'dark']),
270
+ theme: index["default"].oneOf(['light', 'dark']),
270
271
  /**
271
272
  * The title of the component.
272
273
  */
273
- title: index$1["default"].string,
274
+ title: index["default"].string,
274
275
  /**
275
276
  * The label for the toggle's tooltip.
276
277
  */
277
- toggleLabel: index$1["default"].string,
278
+ toggleLabel: index["default"].string,
278
279
  /**
279
280
  * The alignment of the toggle's tooltip.
280
281
  */
281
- toggleLabelAlign: index$1["default"].oneOf(['top', 'top-left', 'top-right', 'bottom', 'bottom-left', 'bottom-right', 'left', 'right']),
282
+ toggleLabelAlign: index["default"].oneOf(['top', 'top-left', 'top-right', 'bottom', 'bottom-left', 'bottom-right', 'left', 'right']),
282
283
  /**
283
284
  * If defined, will show and enable the "View all (#)" button at the bottom of the list.
284
285
  */
285
- viewAllLabel: index$1["default"].string
286
+ viewAllLabel: index["default"].string
286
287
  };
@@ -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 devtools = require('../../global/js/utils/devtools.js');
17
17
  var settings = require('../../settings.js');
18
18
  var clamp = require('lodash/clamp');
@@ -20,6 +20,7 @@ var clamp = require('lodash/clamp');
20
20
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
21
21
 
22
22
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
23
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
23
24
  var clamp__default = /*#__PURE__*/_interopDefaultLegacy(clamp);
24
25
 
25
26
  var _excluded = ["className", "value", "theme"];
@@ -61,7 +62,7 @@ var ChecklistChart = /*#__PURE__*/React__default["default"].forwardRef(function
61
62
  var progressColor = theme === 'light' ? '#a56eff' : '#a56eff'; // $purple-50
62
63
 
63
64
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({}, rest, {
64
- className: index["default"](blockClass, className),
65
+ className: cx__default["default"](blockClass, className),
65
66
  style: {
66
67
  backgroundImage: "conic-gradient(".concat(progressColor, " ").concat(numDegrees, "deg, ").concat(circleColor, " ").concat(numDegrees, "deg 360deg)"),
67
68
  borderRadius: '50%'
@@ -85,15 +86,15 @@ ChecklistChart.propTypes = {
85
86
  /**
86
87
  * Optional class name for this component.
87
88
  */
88
- className: index$1["default"].string,
89
+ className: index["default"].string,
89
90
  /**
90
91
  * Determines the theme of the component.
91
92
  */
92
- theme: index$1["default"].oneOf(['light', 'dark']),
93
+ theme: index["default"].oneOf(['light', 'dark']),
93
94
  /**
94
95
  * Number between 0 and 1.
95
96
  */
96
- value: index$1["default"].number.isRequired
97
+ value: index["default"].number.isRequired
97
98
  };
98
99
 
99
100
  exports.ChecklistChart = ChecklistChart;
@@ -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 devtools = require('../../global/js/utils/devtools.js');
17
17
  var settings = require('../../settings.js');
18
18
  var icons = require('@carbon/react/icons');
@@ -20,6 +20,7 @@ var icons = require('@carbon/react/icons');
20
20
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
21
21
 
22
22
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
23
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
23
24
 
24
25
  var _excluded = ["className", "kind", "theme"];
25
26
 
@@ -69,7 +70,7 @@ var ChecklistIcon = /*#__PURE__*/React__default["default"].forwardRef(function (
69
70
  break;
70
71
  }
71
72
  return /*#__PURE__*/React__default["default"].createElement("span", _rollupPluginBabelHelpers["extends"]({}, rest, {
72
- className: index["default"](blockClass, className, "".concat(blockClass, "--").concat(kind), "".concat(blockClass, "__").concat(theme)),
73
+ className: cx__default["default"](blockClass, className, "".concat(blockClass, "--").concat(kind), "".concat(blockClass, "__").concat(theme)),
73
74
  ref: ref
74
75
  }, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React__default["default"].createElement(Icon, {
75
76
  size: 16
@@ -90,15 +91,15 @@ ChecklistIcon.propTypes = {
90
91
  /**
91
92
  * Provide an optional class to be applied to the containing node.
92
93
  */
93
- className: index$1["default"].string,
94
+ className: index["default"].string,
94
95
  /**
95
96
  * The icon to be displayed.
96
97
  */
97
- kind: index$1["default"].oneOf(['unchecked', 'indeterminate', 'checked', 'disabled', 'error']),
98
+ kind: index["default"].oneOf(['unchecked', 'indeterminate', 'checked', 'disabled', 'error']),
98
99
  /**
99
100
  * Determines the theme of the component.
100
101
  */
101
- theme: index$1["default"].oneOf(['light', 'dark'])
102
+ theme: index["default"].oneOf(['light', 'dark'])
102
103
  };
103
104
 
104
105
  exports.ChecklistIcon = ChecklistIcon;
@@ -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 = require('../../node_modules/classnames/index.js');
15
- var index$1 = require('../../node_modules/prop-types/index.js');
14
+ var cx = require('classnames');
15
+ var index = require('../../node_modules/prop-types/index.js');
16
16
  var reactDom = require('react-dom');
17
17
  var CoachmarkOverlay = require('./CoachmarkOverlay.js');
18
18
  var context = require('./utils/context.js');
@@ -25,6 +25,7 @@ var lodash = require('lodash');
25
25
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
26
26
 
27
27
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
28
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
28
29
 
29
30
  var _excluded = ["align", "children", "className", "onClose", "overlayClassName", "overlayKind", "overlayRef", "portalTarget", "positionTune", "target", "theme"];
30
31
  // The block part of our conventional BEM class names (blockClass__E--M).
@@ -176,7 +177,7 @@ exports.Coachmark = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
176
177
  return /*#__PURE__*/React__default["default"].createElement(context.CoachmarkContext.Provider, {
177
178
  value: contextValue
178
179
  }, /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({
179
- className: index["default"](blockClass, "".concat(blockClass, "__").concat(theme), className),
180
+ className: cx__default["default"](blockClass, "".concat(blockClass, "__").concat(theme), className),
180
181
  ref: _coachmarkRef
181
182
  }, rest, devtools.getDevtoolsProps(componentName)), target, isOpen && /*#__PURE__*/reactDom.createPortal( /*#__PURE__*/React__default["default"].createElement(CoachmarkOverlay.CoachmarkOverlay, {
182
183
  ref: _overlayRef,
@@ -184,7 +185,7 @@ exports.Coachmark = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
184
185
  kind: overlayKind,
185
186
  onClose: handleClose,
186
187
  theme: theme,
187
- className: index["default"](overlayClassName, "".concat(overlayBlockClass, "--is-visible"))
188
+ className: cx__default["default"](overlayClassName, "".concat(overlayBlockClass, "--is-visible"))
188
189
  }, children), portalNode)));
189
190
  });
190
191
 
@@ -204,34 +205,34 @@ exports.Coachmark.propTypes = {
204
205
  * Applies only to Floating and Tooltip Coachmarks.
205
206
  * @see COACHMARK_ALIGNMENT
206
207
  */
207
- align: index$1["default"].oneOf(['bottom', 'bottom-left', 'bottom-right', 'left', 'left-top', 'left-bottom', 'right', 'right-top', 'right-bottom', 'top', 'top-left', 'top-right']),
208
+ align: index["default"].oneOf(['bottom', 'bottom-left', 'bottom-right', 'left', 'left-top', 'left-bottom', 'right', 'right-top', 'right-bottom', 'top', 'top-left', 'top-right']),
208
209
  /**
209
210
  * Coachmark should use a single CoachmarkOverlayElements component as a child.
210
211
  * @see CoachmarkOverlayElements
211
212
  */
212
- children: index$1["default"].node.isRequired,
213
+ children: index["default"].node.isRequired,
213
214
  /**
214
215
  * Optional class name for this component.
215
216
  */
216
- className: index$1["default"].string,
217
+ className: index["default"].string,
217
218
  /**
218
219
  * Function to call when the Coachmark closes.
219
220
  */
220
- onClose: index$1["default"].func,
221
+ onClose: index["default"].func,
221
222
  /**
222
223
  * Optional class name for the Coachmark Overlay component.
223
224
  */
224
- overlayClassName: index$1["default"].string,
225
+ overlayClassName: index["default"].string,
225
226
  /**
226
227
  * What kind or style of Coachmark to render.
227
228
  */
228
- overlayKind: index$1["default"].oneOf(['tooltip', 'floating', 'stacked']),
229
- overlayRef: index$1["default"].oneOfType([
229
+ overlayKind: index["default"].oneOf(['tooltip', 'floating', 'stacked']),
230
+ overlayRef: index["default"].oneOfType([
230
231
  // Either a function
231
- index$1["default"].func,
232
+ index["default"].func,
232
233
  // Or the instance of a DOM native element (see the note about SSR)
233
- index$1["default"].shape({
234
- current: index$1["default"].instanceOf(index$1.propTypesExports.Component)
234
+ index["default"].shape({
235
+ current: index["default"].instanceOf(index.propTypesExports.Component)
235
236
  })]),
236
237
  /**
237
238
  * By default, the Coachmark will be appended to the end of `document.body`.
@@ -243,20 +244,20 @@ exports.Coachmark.propTypes = {
243
244
  * remain visible as long as that element remains visible or mounted. When the
244
245
  * element is hidden or component is unmounted, the Coachmark will disappear.
245
246
  */
246
- portalTarget: index$1["default"].string,
247
+ portalTarget: index["default"].string,
247
248
  /**
248
249
  * Fine tune the position of the target in pixels. Applies only to Beacons.
249
250
  */
250
- positionTune: index$1["default"].shape({
251
- x: index$1["default"].number,
252
- y: index$1["default"].number
251
+ positionTune: index["default"].shape({
252
+ x: index["default"].number,
253
+ y: index["default"].number
253
254
  }),
254
255
  /**
255
256
  * The optional button or beacon that the user will click to show the Coachmark.
256
257
  */
257
- target: index$1["default"].node,
258
+ target: index["default"].node,
258
259
  /**
259
260
  * Determines the theme of the component.
260
261
  */
261
- theme: index$1["default"].oneOf(['light', 'dark'])
262
+ theme: index["default"].oneOf(['light', 'dark'])
262
263
  };
@@ -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 icons = require('@carbon/react/icons');
17
17
  var react = require('@carbon/react');
18
18
  var devtools = require('../../global/js/utils/devtools.js');
@@ -21,6 +21,7 @@ var settings = require('../../settings.js');
21
21
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
22
22
 
23
23
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
24
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
24
25
 
25
26
  var _Draggable;
26
27
  var _excluded = ["a11yKeyboardHandler", "closeIconDescription", "onClose", "onDrag", "showCloseButton", "theme"];
@@ -85,7 +86,7 @@ exports.CoachmarkDragbar = /*#__PURE__*/React__default["default"].forwardRef(fun
85
86
  return setIsDragging(true);
86
87
  };
87
88
  return /*#__PURE__*/React__default["default"].createElement("header", _rollupPluginBabelHelpers["extends"]({}, rest, {
88
- className: index["default"](blockClass, // Apply the block class to the main HTML element
89
+ className: cx__default["default"](blockClass, // Apply the block class to the main HTML element
89
90
  "".concat(blockClass, "__").concat(theme),
90
91
  // example: `${blockClass}__template-string-class-${kind}-n-${size}`,
91
92
  {
@@ -126,26 +127,26 @@ exports.CoachmarkDragbar.propTypes = {
126
127
  /**
127
128
  * Handler to manage keyboard interactions with the dragbar.
128
129
  */
129
- a11yKeyboardHandler: index$1["default"].func.isRequired,
130
+ a11yKeyboardHandler: index["default"].func.isRequired,
130
131
  /**
131
132
  * Tooltip text and aria label for the Close button icon.
132
133
  */
133
- closeIconDescription: index$1["default"].string,
134
+ closeIconDescription: index["default"].string,
134
135
  /**
135
136
  * Function to call when the close button is clicked.
136
137
  */
137
- onClose: index$1["default"].func,
138
+ onClose: index["default"].func,
138
139
  /**
139
140
  * Function to call when the user clicks and drags the Coachmark.
140
141
  * For internal use only by the parent CoachmarkOverlay.
141
142
  */
142
- onDrag: index$1["default"].func,
143
+ onDrag: index["default"].func,
143
144
  /**
144
145
  * Show/hide the "X" close button.
145
146
  */
146
- showCloseButton: index$1["default"].bool,
147
+ showCloseButton: index["default"].bool,
147
148
  /**
148
149
  * Determines the theme of the component.
149
150
  */
150
- theme: index$1["default"].oneOf(['light', 'dark'])
151
+ theme: index["default"].oneOf(['light', 'dark'])
151
152
  };