@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 settings = require('../../settings.js');
18
18
  var useClickOutside = require('../../global/js/hooks/useClickOutside.js');
@@ -20,6 +20,7 @@ var useClickOutside = require('../../global/js/hooks/useClickOutside.js');
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 = ["allTagsModalSearchThreshold", "className", "onShowAllClick", "overflowAlign", "overflowTags", "overflowType", "showAllTagsLabel", "popoverOpen", "setPopoverOpen"];
25
26
  var componentName = 'TagSetOverflow';
@@ -64,11 +65,11 @@ var TagSetOverflow = /*#__PURE__*/React__default["default"].forwardRef(function
64
65
  };
65
66
  return /*#__PURE__*/React__default["default"].createElement("span", _rollupPluginBabelHelpers["extends"]({}, rest, {
66
67
  "aria-hidden": overflowTags.length === 0,
67
- className: index["default"]("".concat(blockClass), _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "--hidden"), overflowTags.length === 0)),
68
+ className: cx__default["default"]("".concat(blockClass), _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "--hidden"), overflowTags.length === 0)),
68
69
  ref: ref || localRef
69
70
  }), /*#__PURE__*/React__default["default"].createElement(react.Popover, {
70
71
  align: overflowAlign,
71
- className: index["default"](className, "".concat(blockClass, "__tagset-popover")),
72
+ className: cx__default["default"](className, "".concat(blockClass, "__tagset-popover")),
72
73
  dropShadow: true,
73
74
  highContrast: true,
74
75
  onKeyDown: handleEscKeyPress,
@@ -77,7 +78,7 @@ var TagSetOverflow = /*#__PURE__*/React__default["default"].forwardRef(function
77
78
  onClick: function onClick() {
78
79
  return setPopoverOpen(!popoverOpen);
79
80
  },
80
- className: index["default"]("".concat(blockClass, "__popover-trigger"))
81
+ className: cx__default["default"]("".concat(blockClass, "__popover-trigger"))
81
82
  }, "+", overflowTags.length), /*#__PURE__*/React__default["default"].createElement(react.PopoverContent, null, /*#__PURE__*/React__default["default"].createElement("div", {
82
83
  ref: overflowTagContent,
83
84
  className: "".concat(blockClass, "__content")
@@ -85,7 +86,7 @@ var TagSetOverflow = /*#__PURE__*/React__default["default"].forwardRef(function
85
86
  className: "".concat(blockClass, "__tag-list")
86
87
  }, overflowTags.filter(function (_, index) {
87
88
  return overflowTags.length > allTagsModalSearchThreshold ? index < allTagsModalSearchThreshold : index <= allTagsModalSearchThreshold;
88
- }).map(function (tag, index$1) {
89
+ }).map(function (tag, index) {
89
90
  var tagProps = {};
90
91
  if (overflowType === 'tag') {
91
92
  tagProps.type = 'high-contrast';
@@ -94,8 +95,8 @@ var TagSetOverflow = /*#__PURE__*/React__default["default"].forwardRef(function
94
95
  tagProps.filter = false;
95
96
  }
96
97
  return /*#__PURE__*/React__default["default"].createElement("li", {
97
- className: index["default"]("".concat(blockClass, "__tag-item"), _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__tag-item--default"), overflowType === 'default'), "".concat(blockClass, "__tag-item--tag"), overflowType === 'tag')),
98
- key: index$1
98
+ className: cx__default["default"]("".concat(blockClass, "__tag-item"), _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__tag-item--default"), overflowType === 'default'), "".concat(blockClass, "__tag-item--tag"), overflowType === 'tag')),
99
+ key: index
99
100
  }, /*#__PURE__*/React__default["default"].cloneElement(tag, tagProps));
100
101
  })), overflowTags.length > allTagsModalSearchThreshold && /*#__PURE__*/React__default["default"].createElement(react.Link, {
101
102
  className: "".concat(blockClass, "__show-all-tags-link"),
@@ -109,39 +110,39 @@ TagSetOverflow.propTypes = {
109
110
  /**
110
111
  * count of overflowTags over which a modal is offered
111
112
  */
112
- allTagsModalSearchThreshold: index$1["default"].number,
113
+ allTagsModalSearchThreshold: index["default"].number,
113
114
  /**
114
115
  * className
115
116
  */
116
- className: index$1["default"].string,
117
+ className: index["default"].string,
117
118
  /**
118
119
  * function to execute on clicking show all
119
120
  */
120
- onShowAllClick: index$1["default"].func.isRequired,
121
+ onShowAllClick: index["default"].func.isRequired,
121
122
  /**
122
123
  * overflowAlign from the standard tooltip
123
124
  */
124
- overflowAlign: index$1["default"].oneOf(['top', 'top-left', 'top-right', 'bottom', 'bottom-left', 'bottom-right', 'left', 'left-bottom', 'left-top', 'right', 'right-bottom', 'right-top']),
125
+ overflowAlign: index["default"].oneOf(['top', 'top-left', 'top-right', 'bottom', 'bottom-left', 'bottom-right', 'left', 'left-bottom', 'left-top', 'right', 'right-bottom', 'right-top']),
125
126
  /**
126
127
  * tags shown in overflow
127
128
  */
128
- overflowTags: index$1["default"].arrayOf(index$1["default"].object).isRequired,
129
+ overflowTags: index["default"].arrayOf(index["default"].object).isRequired,
129
130
  /**
130
131
  * Type of rendering displayed inside of the tag overflow component
131
132
  */
132
- overflowType: index$1["default"].oneOf(['default', 'tag']),
133
+ overflowType: index["default"].oneOf(['default', 'tag']),
133
134
  /**
134
135
  * Open state of the popover
135
136
  */
136
- popoverOpen: index$1["default"].bool,
137
+ popoverOpen: index["default"].bool,
137
138
  /**
138
139
  * Setter function for the popoverOpen state value
139
140
  */
140
- setPopoverOpen: index$1["default"].func,
141
+ setPopoverOpen: index["default"].func,
141
142
  /**
142
143
  * label for the overflow show all tags link
143
144
  */
144
- showAllTagsLabel: index$1["default"].string
145
+ showAllTagsLabel: index["default"].string
145
146
  };
146
147
 
147
148
  exports.TagSetOverflow = TagSetOverflow;
@@ -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 useResizeObserver = require('../../global/js/hooks/useResizeObserver.js');
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 pconsole = require('../../global/js/utils/pconsole.js');
19
19
  var getNodeTextContent = require('../../global/js/utils/getNodeTextContent.js');
@@ -26,8 +26,9 @@ var ActionSet = require('../ActionSet/ActionSet.js');
26
26
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
27
27
 
28
28
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
29
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
29
30
 
30
- var _excluded = ["actions", "ariaLabel", "children", "className", "closeIconDescription", "description", "hasCloseIcon", "headerActions", "influencer", "influencerPosition", "influencerWidth", "label", "navigation", "onClose", "open", "selectorPrimaryFocus", "size", "portalTarget", "title", "verticalPosition"];
31
+ var _excluded = ["actions", "ariaLabel", "children", "className", "closeIconDescription", "description", "hasCloseIcon", "headerActions", "influencer", "influencerPosition", "influencerWidth", "label", "navigation", "onClose", "open", "portalTarget", "selectorPrimaryFocus", "size", "slug", "title", "verticalPosition"];
31
32
 
32
33
  // The block part of our conventional BEM class names (bc__E--M).
33
34
  var bc = "".concat(settings.pkg.prefix, "--tearsheet");
@@ -79,9 +80,10 @@ var TearsheetShell = /*#__PURE__*/React__default["default"].forwardRef(function
79
80
  navigation = _ref.navigation,
80
81
  onClose = _ref.onClose,
81
82
  open = _ref.open,
83
+ portalTargetIn = _ref.portalTarget,
82
84
  selectorPrimaryFocus = _ref.selectorPrimaryFocus,
83
85
  size = _ref.size,
84
- portalTargetIn = _ref.portalTarget,
86
+ slug = _ref.slug,
85
87
  title = _ref.title,
86
88
  verticalPosition = _ref.verticalPosition,
87
89
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
@@ -198,11 +200,12 @@ var TearsheetShell = /*#__PURE__*/React__default["default"].forwardRef(function
198
200
  var includeActions = actions && (actions === null || actions === void 0 ? void 0 : actions.length) > 0;
199
201
  return renderPortalUse( /*#__PURE__*/React__default["default"].createElement(react.ComposedModal, _rollupPluginBabelHelpers["extends"]({}, rest, {
200
202
  "aria-label": ariaLabel || getNodeTextContent.getNodeTextContent(title),
201
- className: index["default"](bc, className, _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "--stacked-").concat(position, "-of-").concat(depth),
203
+ className: cx__default["default"](bc, className, _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "--stacked-").concat(position, "-of-").concat(depth),
202
204
  // Don't apply this on the initial open of a single tearsheet.
203
- depth > 1 || depth === 1 && prevDepth.current > 1), "".concat(bc, "--wide"), wide), "".concat(bc, "--narrow"), !wide)),
205
+ depth > 1 || depth === 1 && prevDepth.current > 1), "".concat(bc, "--wide"), wide), "".concat(bc, "--narrow"), !wide), "".concat(bc, "--has-slug"), slug), "".concat(bc, "--has-close"), effectiveHasCloseIcon)),
206
+ slug: slug,
204
207
  style: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "--".concat(bc, "--stacking-scale-factor-single"), (width - 32) / width), "--".concat(bc, "--stacking-scale-factor-double"), (width - 64) / width),
205
- containerClassName: index["default"]("".concat(bc, "__container"), _rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "__container--lower"), verticalPosition === 'lower')),
208
+ containerClassName: cx__default["default"]("".concat(bc, "__container"), _rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "__container--lower"), verticalPosition === 'lower')),
206
209
  onClose: onClose,
207
210
  open: open,
208
211
  selectorPrimaryFocus: selectorPrimaryFocus,
@@ -213,8 +216,8 @@ var TearsheetShell = /*#__PURE__*/React__default["default"].forwardRef(function
213
216
  selectorsFloatingMenus: [".".concat(carbonPrefix, "--overflow-menu-options"), ".".concat(carbonPrefix, "--tooltip"), '.flatpickr-calendar', ".".concat(bc, "__container")],
214
217
  size: "sm"
215
218
  }), includeHeader && /*#__PURE__*/React__default["default"].createElement(react.ModalHeader, {
216
- className: index["default"]("".concat(bc, "__header"), _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "__header--with-close-icon"), effectiveHasCloseIcon), "".concat(bc, "__header--with-nav"), navigation)),
217
- closeClassName: index["default"](_rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "__header--no-close-icon"), !effectiveHasCloseIcon)),
219
+ className: cx__default["default"]("".concat(bc, "__header"), _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "__header--with-close-icon"), effectiveHasCloseIcon), "".concat(bc, "__header--with-nav"), navigation)),
220
+ closeClassName: cx__default["default"](_rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "__header--no-close-icon"), !effectiveHasCloseIcon)),
218
221
  closeModal: onClose,
219
222
  iconDescription: closeIconDescription
220
223
  }, /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
@@ -227,7 +230,7 @@ var TearsheetShell = /*#__PURE__*/React__default["default"].forwardRef(function
227
230
  className: "".concat(bcModalHeader, "__label")
228
231
  }, label), /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
229
232
  element: "h3",
230
- className: index["default"]("".concat(bcModalHeader, "__heading"), "".concat(bc, "__heading"))
233
+ className: cx__default["default"]("".concat(bcModalHeader, "__heading"), "".concat(bc, "__heading"))
231
234
  }, title), /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
232
235
  className: "".concat(bc, "__header-description")
233
236
  }, description)), /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
@@ -236,10 +239,9 @@ var TearsheetShell = /*#__PURE__*/React__default["default"].forwardRef(function
236
239
  className: "".concat(bc, "__header-navigation")
237
240
  }, navigation)), /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
238
241
  ref: modalBodyRef,
239
- element: react.ModalBody,
240
- className: "".concat(bc, "__body")
242
+ className: "".concat(carbonPrefix, "--modal-content ").concat(bc, "__body")
241
243
  }, /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
242
- className: index["default"](_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "__influencer"), true), "".concat(bc, "__influencer--wide"), influencerWidth === 'wide')),
244
+ className: cx__default["default"](_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "__influencer"), true), "".concat(bc, "__influencer--wide"), influencerWidth === 'wide')),
243
245
  neverRender: influencerPosition === 'right'
244
246
  }, influencer), /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
245
247
  className: "".concat(bc, "__right")
@@ -250,7 +252,7 @@ var TearsheetShell = /*#__PURE__*/React__default["default"].forwardRef(function
250
252
  className: "".concat(bc, "__content"),
251
253
  alwaysRender: influencer && influencerPosition === 'right'
252
254
  }, children), /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
253
- className: index["default"](_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "__influencer"), true), "".concat(bc, "__influencer--wide"), influencerWidth === 'wide')),
255
+ className: cx__default["default"](_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(bc, "__influencer"), true), "".concat(bc, "__influencer--wide"), influencerWidth === 'wide')),
254
256
  neverRender: influencerPosition !== 'right'
255
257
  }, influencer)), includeActions && /*#__PURE__*/React__default["default"].createElement(Wrap.Wrap, {
256
258
  className: "".concat(bc, "__button-container")
@@ -273,7 +275,7 @@ var TearsheetShell = /*#__PURE__*/React__default["default"].forwardRef(function
273
275
  // The display name of the component, used by React. Note that displayName
274
276
  // is used in preference to relying on function.name.
275
277
  TearsheetShell.displayName = componentName;
276
- var portalType = typeof Element === 'undefined' ? index$1["default"].object : index$1["default"].instanceOf(Element);
278
+ var portalType = typeof Element === 'undefined' ? index["default"].object : index["default"].instanceOf(Element);
277
279
  var deprecatedProps = {
278
280
  /**
279
281
  * **Deprecated**
@@ -284,7 +286,7 @@ var deprecatedProps = {
284
286
  * from below. The 'lower' position (the default) provides a little extra room at the top
285
287
  * to allow an action bar navigation or breadcrumbs to also show through.
286
288
  */
287
- verticalPosition: index$1["default"].oneOf(['normal', 'lower'])
289
+ verticalPosition: index["default"].oneOf(['normal', 'lower'])
288
290
  };
289
291
 
290
292
  // The types and DocGen commentary for the component props,
@@ -307,31 +309,31 @@ TearsheetShell.propTypes = _rollupPluginBabelHelpers.objectSpread2({
307
309
  *
308
310
  * See https://react.carbondesignsystem.com/?path=/docs/components-button--default#component-api
309
311
  */
310
- actions: index$1["default"].arrayOf(
312
+ actions: index["default"].arrayOf(
311
313
  // NB we don't include the validator here, as the component wrapping this
312
314
  // one should ensure appropriate validation is done.
313
- index$1["default"].shape(_rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, react.Button.propTypes), {}, {
314
- kind: index$1["default"].oneOf(['ghost', 'danger--ghost', 'secondary', 'danger', 'primary']),
315
- label: index$1["default"].string,
316
- loading: index$1["default"].bool,
315
+ index["default"].shape(_rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, react.Button.propTypes), {}, {
316
+ kind: index["default"].oneOf(['ghost', 'danger--ghost', 'secondary', 'danger', 'primary']),
317
+ label: index["default"].string,
318
+ loading: index["default"].bool,
317
319
  // we duplicate this Button prop to improve the DocGen here
318
320
  onClick: react.Button.propTypes.onClick
319
321
  }))),
320
322
  /**
321
323
  * The main content of the tearsheet.
322
324
  */
323
- children: index$1["default"].node,
325
+ children: index["default"].node,
324
326
  /**
325
327
  * An optional class or classes to be added to the outermost element.
326
328
  */
327
- className: index$1["default"].string,
329
+ className: index["default"].string,
328
330
  /**
329
331
  * The accessibility title for the close icon (if shown).
330
332
  *
331
333
  * **Note:** This prop is only required if a close icon is shown, i.e. if
332
334
  * there are a no navigation actions and/or hasCloseIcon is true.
333
335
  */
334
- closeIconDescription: index$1["default"].string.isRequired.if(function (_ref3) {
336
+ closeIconDescription: index["default"].string.isRequired.if(function (_ref3) {
335
337
  var actions = _ref3.actions,
336
338
  hasCloseIcon = _ref3.hasCloseIcon;
337
339
  return tearsheetHasCloseIcon(actions, hasCloseIcon);
@@ -339,7 +341,7 @@ TearsheetShell.propTypes = _rollupPluginBabelHelpers.objectSpread2({
339
341
  /**
340
342
  * A description of the flow, displayed in the header area of the tearsheet.
341
343
  */
342
- description: index$1["default"].node,
344
+ description: index["default"].node,
343
345
  /**
344
346
  * Enable a close icon ('x') in the header area of the tearsheet. By default,
345
347
  * (when this prop is omitted, or undefined or null) a tearsheet does not
@@ -348,52 +350,52 @@ TearsheetShell.propTypes = _rollupPluginBabelHelpers.objectSpread2({
348
350
  * tearsheet"), and that behavior can be overridden if required by setting
349
351
  * this prop to either true or false.
350
352
  */
351
- hasCloseIcon: index$1["default"].bool,
353
+ hasCloseIcon: index["default"].bool,
352
354
  /**
353
355
  * The content for the header actions area, displayed alongside the title in
354
356
  * the header area of the tearsheet. This is typically a drop-down, or a set
355
357
  * of small buttons, or similar. NB the headerActions is only applicable for
356
358
  * wide tearsheets.
357
359
  */
358
- headerActions: index$1["default"].element,
360
+ headerActions: index["default"].element,
359
361
  /**
360
362
  * The content for the influencer section of the tearsheet, displayed
361
363
  * alongside the main content. This is typically a menu, or filter, or
362
364
  * progress indicator, or similar. NB the influencer is only applicable for
363
365
  * wide tearsheets.
364
366
  */
365
- influencer: index$1["default"].element,
367
+ influencer: index["default"].element,
366
368
  /**
367
369
  * The position of the influencer section, 'left' or 'right'.
368
370
  */
369
- influencerPosition: index$1["default"].oneOf(['left', 'right']),
371
+ influencerPosition: index["default"].oneOf(['left', 'right']),
370
372
  /**
371
373
  * The width of the influencer: 'narrow' (the default) is 256px, and 'wide'
372
374
  * is 320px.
373
375
  */
374
- influencerWidth: index$1["default"].oneOf(['narrow', 'wide']),
376
+ influencerWidth: index["default"].oneOf(['narrow', 'wide']),
375
377
  /**
376
378
  * A label for the tearsheet, displayed in the header area of the tearsheet
377
379
  * to maintain context for the tearsheet (e.g. as the title changes from page
378
380
  * to page of a multi-page task).
379
381
  */
380
- label: index$1["default"].node,
382
+ label: index["default"].node,
381
383
  /**
382
384
  * Navigation content, such as a set of tabs, to be displayed at the bottom
383
385
  * of the header area of the tearsheet. NB the navigation is only applicable
384
386
  * for wide tearsheets.
385
387
  */
386
- navigation: index$1["default"].element,
388
+ navigation: index["default"].element,
387
389
  /**
388
390
  * An optional handler that is called when the user closes the tearsheet (by
389
391
  * clicking the close button, if enabled, or clicking outside, if enabled).
390
392
  * Returning `false` here prevents the modal from closing.
391
393
  */
392
- onClose: index$1["default"].func,
394
+ onClose: index["default"].func,
393
395
  /**
394
396
  * Specifies whether the tearsheet is currently open.
395
397
  */
396
- open: index$1["default"].bool,
398
+ open: index["default"].bool,
397
399
  /**
398
400
  * The DOM element that the tearsheet should be rendered within. Defaults to document.body.
399
401
  */
@@ -401,11 +403,15 @@ TearsheetShell.propTypes = _rollupPluginBabelHelpers.objectSpread2({
401
403
  /**
402
404
  * Specifies the width of the tearsheet, 'narrow' or 'wide'.
403
405
  */
404
- size: index$1["default"].oneOf(['narrow', 'wide']).isRequired,
406
+ size: index["default"].oneOf(['narrow', 'wide']).isRequired,
407
+ /**
408
+ * **Experimental:** Provide a `Slug` component to be rendered inside the `Tearsheet` component
409
+ */
410
+ slug: index["default"].node,
405
411
  /**
406
412
  * The main title of the tearsheet, displayed in the header area.
407
413
  */
408
- title: index$1["default"].node
414
+ title: index["default"].node
409
415
  }, deprecatedProps);
410
416
 
411
417
  exports.TearsheetShell = TearsheetShell;
@@ -10,8 +10,8 @@
10
10
  Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
- var index = require('../../node_modules/classnames/index.js');
14
- var index$1 = require('../../node_modules/prop-types/index.js');
13
+ var cx = require('classnames');
14
+ var index = require('../../node_modules/prop-types/index.js');
15
15
  var React = require('react');
16
16
  var devtools = require('../../global/js/utils/devtools.js');
17
17
  var getFocusableElements = require('../../global/js/utils/getFocusableElements.js');
@@ -19,6 +19,7 @@ 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
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
22
23
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
23
24
 
24
25
  var _excluded = ["children", "className", "vertical"];
@@ -81,7 +82,7 @@ exports.Toolbar = /*#__PURE__*/React.forwardRef(function (_ref2, r) {
81
82
  }
82
83
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({}, rest, {
83
84
  ref: ref,
84
- className: index["default"](blockClass, className, _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "--vertical"), vertical)),
85
+ className: cx__default["default"](blockClass, className, _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "--vertical"), vertical)),
85
86
  onFocus: onFocus,
86
87
  onKeyDown: onKeyDown
87
88
  }, vertical && {
@@ -98,11 +99,11 @@ var componentName = 'Toolbar';
98
99
  exports.Toolbar.displayName = componentName;
99
100
  exports.Toolbar.propTypes = {
100
101
  /** Provide the content of the `Toolbar` */
101
- children: index$1.propTypesExports.node.isRequired,
102
+ children: index.propTypesExports.node.isRequired,
102
103
  /** Provide an optional class to be applied to the containing node */
103
- className: index$1.propTypesExports.string,
104
+ className: index.propTypesExports.string,
104
105
  /** Determines whether the `Toolbar` is rendered vertically */
105
- vertical: index$1.propTypesExports.bool
106
+ vertical: index.propTypesExports.bool
106
107
  };
107
108
  exports.Toolbar = checkComponentEnabled(exports.Toolbar, componentName);
108
109
 
@@ -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('@carbon/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 React = require('react');
17
17
  var settings = require('../../settings.js');
18
18
  var Toolbar = require('./Toolbar.js');
19
19
 
20
20
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
21
21
 
22
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
22
23
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
23
24
 
24
25
  var _excluded = ["caret", "children", "className", "renderIcon", "iconDescription"];
@@ -40,7 +41,7 @@ exports.ToolbarButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
40
41
  }, rest, {
41
42
  label: iconDescription,
42
43
  ref: ref,
43
- className: index["default"](className, _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "--caret"), caret)),
44
+ className: cx__default["default"](className, _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "--caret"), caret)),
44
45
  kind: "ghost",
45
46
  size: "md"
46
47
  }), /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, Icon ? /*#__PURE__*/React__default["default"].createElement(Icon, null) : null, children, caret && /*#__PURE__*/React__default["default"].createElement("span", {
@@ -51,15 +52,15 @@ var componentName = 'ToolbarButton';
51
52
  exports.ToolbarButton.displayName = componentName;
52
53
  exports.ToolbarButton.propTypes = {
53
54
  /** Determines whether the caret is rendered */
54
- caret: index$1.propTypesExports.bool,
55
+ caret: index.propTypesExports.bool,
55
56
  /** Provide the content of the `ToolbarButton` */
56
- children: index$1.propTypesExports.node,
57
+ children: index.propTypesExports.node,
57
58
  /** Provide an optional class to be applied to the containing node */
58
- className: index$1.propTypesExports.string,
59
+ className: index.propTypesExports.string,
59
60
  /** Specifies the label for the icon button */
60
- iconDescription: index$1.propTypesExports.string.isRequired,
61
+ iconDescription: index.propTypesExports.string.isRequired,
61
62
  /** Specifies the icon to be used by the ToolbarButton component */
62
- renderIcon: index$1.propTypesExports.func.isRequired
63
+ renderIcon: index.propTypesExports.func.isRequired
63
64
  };
64
65
  exports.ToolbarButton = settings.pkg.checkComponentEnabled(exports.ToolbarButton, componentName);
65
66
 
@@ -10,14 +10,15 @@
10
10
  Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
- var index = require('../../node_modules/classnames/index.js');
14
- var index$1 = require('../../node_modules/prop-types/index.js');
13
+ var cx = require('classnames');
14
+ var index = require('../../node_modules/prop-types/index.js');
15
15
  var React = require('react');
16
16
  var settings = require('../../settings.js');
17
17
  var Toolbar = require('./Toolbar.js');
18
18
 
19
19
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
20
20
 
21
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
21
22
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
22
23
 
23
24
  var _excluded = ["className", "children"];
@@ -29,15 +30,15 @@ exports.ToolbarGroup = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
29
30
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
30
31
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({}, rest, {
31
32
  ref: ref,
32
- className: index["default"]("".concat(Toolbar.blockClass, "__group"), className)
33
+ className: cx__default["default"]("".concat(Toolbar.blockClass, "__group"), className)
33
34
  }), children);
34
35
  });
35
36
  var componentName = 'ToolbarGroup';
36
37
  exports.ToolbarGroup.displayName = componentName;
37
38
  exports.ToolbarGroup.propTypes = {
38
39
  /** Provide the content of the `ToolbarGroup` */
39
- children: index$1.propTypesExports.node.isRequired,
40
+ children: index.propTypesExports.node.isRequired,
40
41
  /** Provide an optional class to be applied to the containing node */
41
- className: index$1.propTypesExports.string
42
+ className: index.propTypesExports.string
42
43
  };
43
44
  exports.ToolbarGroup = settings.pkg.checkComponentEnabled(exports.ToolbarGroup, componentName);
@@ -11,13 +11,14 @@ 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 settings = require('../../settings.js');
17
17
 
18
18
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
19
19
 
20
20
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
21
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
21
22
 
22
23
  var _excluded = ["children", "className"];
23
24
 
@@ -38,7 +39,7 @@ exports.TooltipTrigger = function TooltipTrigger(_ref) {
38
39
  return /*#__PURE__*/React__default["default"].createElement("button", _rollupPluginBabelHelpers["extends"]({
39
40
  type: "button"
40
41
  }, rest, {
41
- className: index["default"](blockClass,
42
+ className: cx__default["default"](blockClass,
42
43
  // Apply the block class to the main HTML element
43
44
  className // Apply any supplied class names to the main HTML element.
44
45
  )
@@ -59,9 +60,9 @@ exports.TooltipTrigger.propTypes = {
59
60
  /**
60
61
  * Child content of tooltip trigger
61
62
  */
62
- children: index$1["default"].node,
63
+ children: index["default"].node,
63
64
  /**
64
65
  * Provide an optional class to be applied to the containing node.
65
66
  */
66
- className: index$1["default"].string
67
+ className: index["default"].string
67
68
  };
@@ -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 react = require('@carbon/react');
@@ -20,6 +20,7 @@ var react = require('@carbon/react');
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", "as", "buttonClassName", "collapsedItemsLimit", "expandedItemsLimit", "onClick", "viewLessLabel", "viewMoreLabel"];
25
26
 
@@ -104,7 +105,7 @@ exports.TruncatedList = /*#__PURE__*/React__default["default"].forwardRef(functi
104
105
  }
105
106
  }, [childrenArray, minItems, maxItems, isCollapsed, listRef]);
106
107
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({}, rest, {
107
- className: index["default"](blockClass, className, isCollapsed ? "".concat(blockClass, "--collapsed") : "".concat(blockClass, "--expanded"),
108
+ className: cx__default["default"](blockClass, className, isCollapsed ? "".concat(blockClass, "--collapsed") : "".concat(blockClass, "--expanded"),
108
109
  // If the list is expanded && showing all the items,
109
110
  // then disable scrolling using CSS, instead of adding an arbitrary #px to the height of the list.
110
111
  !isCollapsed && childrenArray.length <= maxItems && "".concat(blockClass, "--expanded-all")),
@@ -116,7 +117,7 @@ exports.TruncatedList = /*#__PURE__*/React__default["default"].forwardRef(functi
116
117
  height: listHeight
117
118
  }
118
119
  }, isCollapsed ? childrenArray.slice(0, minItems) : children), childrenArray.length > minItems && /*#__PURE__*/React__default["default"].createElement(react.Button, {
119
- className: index["default"]("".concat(blockClass, "__button"), "".concat(settings.carbon.prefix, "--link"), buttonClassName),
120
+ className: cx__default["default"]("".concat(blockClass, "__button"), "".concat(settings.carbon.prefix, "--link"), buttonClassName),
120
121
  kind: "ghost",
121
122
  size: "sm",
122
123
  onClick: handleToggle
@@ -138,40 +139,40 @@ exports.TruncatedList.propTypes = {
138
139
  * The type of list element to render.
139
140
  * This could be a `ul`, `ol`, or a custom React component.
140
141
  */
141
- as: index$1["default"].oneOfType([index$1["default"].elementType, index$1["default"].string]),
142
+ as: index["default"].oneOfType([index["default"].elementType, index["default"].string]),
142
143
  /**
143
144
  * Optional class name for expand/collapse button.
144
145
  */
145
- buttonClassName: index$1["default"].string,
146
+ buttonClassName: index["default"].string,
146
147
  /**
147
148
  * The contents of the TruncatedList.
148
149
  */
149
- children: index$1["default"].node.isRequired,
150
+ children: index["default"].node.isRequired,
150
151
  /**
151
152
  * Provide an optional class to be applied to the containing node.
152
153
  */
153
- className: index$1["default"].string,
154
+ className: index["default"].string,
154
155
  /**
155
156
  * Number of items to render and display when the list is truncated and collapsed.
156
157
  * Scrolling is not enabled when collapsed. The smallest number is 1.
157
158
  */
158
- collapsedItemsLimit: index$1["default"].number,
159
+ collapsedItemsLimit: index["default"].number,
159
160
  /**
160
161
  * Maximum number of items to show when the list is expanded. All
161
162
  * items are rendered when the list is expanded. Scrolling is enabled
162
163
  * if there are more items to display than this number.
163
164
  */
164
- expandedItemsLimit: index$1["default"].number,
165
+ expandedItemsLimit: index["default"].number,
165
166
  /**
166
167
  * Optional callback reports the collapsed state of the list.
167
168
  */
168
- onClick: index$1["default"].func,
169
+ onClick: index["default"].func,
169
170
  /**
170
171
  * Text label for when the list is expanded.
171
172
  */
172
- viewLessLabel: index$1["default"].string,
173
+ viewLessLabel: index["default"].string,
173
174
  /**
174
175
  * Callback function for building the label when the list is collapsed.
175
176
  */
176
- viewMoreLabel: index$1["default"].func
177
+ viewMoreLabel: index["default"].func
177
178
  };