@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
@@ -16,27 +16,54 @@ export namespace overlayVariants {
16
16
  }
17
17
  }
18
18
  export namespace panelVariants {
19
- export namespace visible_1 {
20
- export let x: number;
21
- export namespace transition_1 {
22
- let duration_1: number;
23
- export { duration_1 as duration };
24
- let ease_1: number[];
25
- export { ease_1 as ease };
26
- }
27
- export { transition_1 as transition };
28
- }
19
+ export function visible_1({ shouldReduceMotion }: {
20
+ shouldReduceMotion: any;
21
+ }): {
22
+ x: number;
23
+ transition: {
24
+ duration: number;
25
+ ease: number[];
26
+ };
27
+ opacity: any;
28
+ };
29
29
  export { visible_1 as visible };
30
- export function hidden_1(placement: any): {
30
+ export function hidden_1({ placement, shouldReduceMotion }: {
31
+ placement: any;
32
+ shouldReduceMotion: any;
33
+ }): {
31
34
  x: string | number;
35
+ opacity: any;
32
36
  };
33
37
  export { hidden_1 as hidden };
34
- export function exit_1(placement: any): {
38
+ export function exit_1({ placement, shouldReduceMotion }: {
39
+ placement: any;
40
+ shouldReduceMotion: any;
41
+ }): {
35
42
  x: string | number;
36
43
  transition: {
37
44
  duration: number;
38
45
  ease: number[];
39
46
  };
47
+ opacity: any;
40
48
  };
41
49
  export { exit_1 as exit };
42
50
  }
51
+ export namespace actionSetVariants {
52
+ export function hidden_2(shouldReduceMotion: any): {
53
+ opacity: number;
54
+ transition: {
55
+ duration: number;
56
+ ease: number | number[];
57
+ };
58
+ };
59
+ export { hidden_2 as hidden };
60
+ export function visible_2(shouldReduceMotion: any): {
61
+ opacity: number;
62
+ transition: {
63
+ duration: number;
64
+ ease: number | number[];
65
+ delay: number;
66
+ };
67
+ };
68
+ export { visible_2 as visible };
69
+ }
@@ -27,28 +27,60 @@ var overlayVariants = {
27
27
  }
28
28
  };
29
29
  var panelVariants = {
30
- visible: {
31
- x: 0,
32
- transition: {
33
- duration: motionConstants.DURATIONS.moderate02,
34
- ease: motionConstants.EASINGS.productive.standard
35
- }
30
+ visible: function visible(_ref) {
31
+ var shouldReduceMotion = _ref.shouldReduceMotion;
32
+ return {
33
+ x: 0,
34
+ transition: {
35
+ duration: motionConstants.DURATIONS.moderate02,
36
+ ease: motionConstants.EASINGS.productive.standard
37
+ },
38
+ opacity: shouldReduceMotion && 1
39
+ };
36
40
  },
37
- hidden: function hidden(placement) {
41
+ hidden: function hidden(_ref2) {
42
+ var placement = _ref2.placement,
43
+ shouldReduceMotion = _ref2.shouldReduceMotion;
38
44
  return {
39
- x: placement === 'right' ? '100%' : -320
45
+ x: placement === 'right' ? shouldReduceMotion ? 0 : '100%' : shouldReduceMotion ? 0 : -320,
46
+ opacity: shouldReduceMotion && 0
40
47
  };
41
48
  },
42
- exit: function exit(placement) {
49
+ exit: function exit(_ref3) {
50
+ var placement = _ref3.placement,
51
+ shouldReduceMotion = _ref3.shouldReduceMotion;
43
52
  return {
44
- x: placement === 'right' ? '100%' : -320,
53
+ x: placement === 'right' ? shouldReduceMotion ? 0 : '100%' : shouldReduceMotion ? 0 : -320,
45
54
  transition: {
46
55
  duration: motionConstants.DURATIONS.moderate01,
47
56
  ease: motionConstants.EASINGS.productive.exit
57
+ },
58
+ opacity: shouldReduceMotion && 0
59
+ };
60
+ }
61
+ };
62
+ var actionSetVariants = {
63
+ hidden: function hidden(shouldReduceMotion) {
64
+ return {
65
+ opacity: shouldReduceMotion ? 0 : 1,
66
+ transition: {
67
+ duration: shouldReduceMotion ? motionConstants.DURATIONS.moderate01 : motionConstants.DURATIONS.fast01,
68
+ ease: shouldReduceMotion ? 0 : motionConstants.EASINGS.productive.exit
69
+ }
70
+ };
71
+ },
72
+ visible: function visible(shouldReduceMotion) {
73
+ return {
74
+ opacity: 1,
75
+ transition: {
76
+ duration: shouldReduceMotion ? motionConstants.DURATIONS.moderate01 : motionConstants.DURATIONS.fast02,
77
+ ease: shouldReduceMotion ? 0 : motionConstants.EASINGS.productive.entrance,
78
+ delay: shouldReduceMotion ? 0.075 : 0
48
79
  }
49
80
  };
50
81
  }
51
82
  };
52
83
 
84
+ exports.actionSetVariants = actionSetVariants;
53
85
  exports.overlayVariants = overlayVariants;
54
86
  exports.panelVariants = panelVariants;
@@ -10,9 +10,9 @@
10
10
  Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
- var index$1 = require('../../node_modules/prop-types/index.js');
13
+ var index = require('../../node_modules/prop-types/index.js');
14
14
  var React = require('react');
15
- var index = require('../../node_modules/classnames/index.js');
15
+ var cx = require('classnames');
16
16
  var settings = require('../../settings.js');
17
17
  var pconsole = require('../../global/js/utils/pconsole.js');
18
18
  var propsHelper = require('../../global/js/utils/props-helper.js');
@@ -21,6 +21,7 @@ var BreadcrumbWithOverflow = require('../BreadcrumbWithOverflow/BreadcrumbWithOv
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 _excluded = ["breadcrumbs", "className", "title", "noTrailingSlash", "maxVisible", "overflowAriaLabel"];
26
27
  var blockClass = "".concat(settings.pkg.prefix, "--simple-header");
@@ -54,45 +55,45 @@ var SimpleHeader = function SimpleHeader(_ref) {
54
55
  warnIfNoTitleOrBreadcrumbs();
55
56
  }, [title, breadcrumbs, warnIfNoTitleOrBreadcrumbs]);
56
57
  return /*#__PURE__*/React__default["default"].createElement("header", _rollupPluginBabelHelpers["extends"]({
57
- className: index["default"](blockClass, className)
58
+ className: cx__default["default"](blockClass, className)
58
59
  }, rest), (breadcrumbs === null || breadcrumbs === void 0 ? void 0 : breadcrumbs.length) > 0 && /*#__PURE__*/React__default["default"].createElement(BreadcrumbWithOverflow.BreadcrumbWithOverflow, {
59
60
  noTrailingSlash: noTrailingSlash,
60
- className: index["default"]("".concat(blockClass, "__breadcrumbs")),
61
+ className: cx__default["default"]("".concat(blockClass, "__breadcrumbs")),
61
62
  breadcrumbs: breadcrumbs,
62
63
  maxVisible: maxVisible,
63
64
  overflowAriaLabel: overflowAriaLabel
64
65
  }), title && /*#__PURE__*/React__default["default"].createElement("h1", {
65
- className: index["default"]("".concat(blockClass, "__title"))
66
+ className: cx__default["default"]("".concat(blockClass, "__title"))
66
67
  }, title));
67
68
  };
68
- var overflowAriaLabel_required_if_breadcrumbs_exist = propsHelper.isRequiredIf(index$1["default"].string, function (props) {
69
+ var overflowAriaLabel_required_if_breadcrumbs_exist = propsHelper.isRequiredIf(index["default"].string, function (props) {
69
70
  var _props$breadcrumbs;
70
71
  return ((_props$breadcrumbs = props.breadcrumbs) === null || _props$breadcrumbs === void 0 ? void 0 : _props$breadcrumbs.length) > 0;
71
72
  });
72
73
  SimpleHeader.propTypes = {
73
74
  /** Header breadcrumbs */
74
- breadcrumbs: index$1["default"].arrayOf(index$1["default"].shape({
75
+ breadcrumbs: index["default"].arrayOf(index["default"].shape({
75
76
  /** breadcrumb item key */
76
- key: index$1["default"].string.isRequired,
77
+ key: index["default"].string.isRequired,
77
78
  /** breadcrumb item label */
78
- label: index$1["default"].string.isRequired,
79
+ label: index["default"].string.isRequired,
79
80
  /** breadcrumb item link */
80
- href: index$1["default"].string,
81
+ href: index["default"].string,
81
82
  /** breadcrumb item title tooltip */
82
- title: index$1["default"].string,
83
+ title: index["default"].string,
83
84
  /** Provide if this breadcrumb item represents the current page */
84
- isCurrentPage: index$1["default"].bool
85
+ isCurrentPage: index["default"].bool
85
86
  })),
86
87
  /** Header classname */
87
- className: index$1["default"].string,
88
+ className: index["default"].string,
88
89
  /** Maximum visible breadcrumb-items before overflow is used (values less than 1 are treated as 1) */
89
- maxVisible: index$1["default"].number,
90
+ maxVisible: index["default"].number,
90
91
  /** A prop to omit the trailing slash for the breadcrumbs */
91
- noTrailingSlash: index$1["default"].bool,
92
+ noTrailingSlash: index["default"].bool,
92
93
  /** Label for open/close overflow button used for breadcrumb items that do not fit */
93
94
  overflowAriaLabel: overflowAriaLabel_required_if_breadcrumbs_exist,
94
95
  /** Header title */
95
- title: index$1["default"].string
96
+ title: index["default"].string
96
97
  };
97
98
  SimpleHeader.defaultProps = {
98
99
  noTrailingSlash: true
@@ -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 devtools = require('../../global/js/utils/devtools.js');
18
18
  var settings = require('../../settings.js');
@@ -20,6 +20,7 @@ var settings = require('../../settings.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 = ["kind", "theme", "size", "className", "iconDescription"];
25
26
  var blockClass = "".concat(settings.pkg.prefix, "--status-icon");
@@ -331,7 +332,7 @@ exports.StatusIcon = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
331
332
  }
332
333
  };
333
334
  var IconComponent = (_icons$kind = icons$1[kind]) === null || _icons$kind === void 0 ? void 0 : _icons$kind[size];
334
- var classNames = index["default"](className, blockClass, "".concat(blockClass, "--").concat(theme), _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "--").concat(theme, "-").concat(kind), kind));
335
+ var classNames = cx__default["default"](className, blockClass, "".concat(blockClass, "--").concat(theme), _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "--").concat(theme, "-").concat(kind), kind));
335
336
  return IconComponent && /*#__PURE__*/React__default["default"].createElement(IconComponent, _rollupPluginBabelHelpers["extends"]({}, rest, {
336
337
  className: classNames,
337
338
  ref: ref
@@ -343,21 +344,21 @@ exports.StatusIcon.propTypes = {
343
344
  /**
344
345
  * Provide an optional class to be applied to the modal root node.
345
346
  */
346
- className: index$1["default"].string,
347
+ className: index["default"].string,
347
348
  /**
348
349
  * A required prop that provides a title element and tooltip for the icon for accessibility purposes
349
350
  */
350
- iconDescription: index$1["default"].string.isRequired,
351
+ iconDescription: index["default"].string.isRequired,
351
352
  /**
352
353
  * A required prop that displays the respective icon associated with the status
353
354
  */
354
- kind: index$1["default"].oneOf(['fatal', 'critical', 'major-warning', 'minor-warning', 'undefined', 'unknown', 'normal', 'info', 'in-progress', 'running', 'pending']).isRequired,
355
+ kind: index["default"].oneOf(['fatal', 'critical', 'major-warning', 'minor-warning', 'undefined', 'unknown', 'normal', 'info', 'in-progress', 'running', 'pending']).isRequired,
355
356
  /**
356
357
  * A required prop that displays the size of the icon associate with the status
357
358
  */
358
- size: index$1["default"].oneOf(['sm', 'md', 'lg', 'xl']).isRequired,
359
+ size: index["default"].oneOf(['sm', 'md', 'lg', 'xl']).isRequired,
359
360
  /**
360
361
  * A required prop that displays the theme of the icon associated with the status
361
362
  */
362
- theme: index$1["default"].oneOf(['light', 'dark']).isRequired
363
+ theme: index["default"].oneOf(['light', 'dark']).isRequired
363
364
  };
@@ -13,8 +13,8 @@ var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelper
13
13
  var React = require('react');
14
14
  var lottie = require('lottie-web');
15
15
  var clamp = require('lodash/clamp');
16
- var index$1 = require('../../node_modules/prop-types/index.js');
17
- var index = require('../../node_modules/classnames/index.js');
16
+ var index = require('../../node_modules/prop-types/index.js');
17
+ var cx = require('classnames');
18
18
  var devtools = require('../../global/js/utils/devtools.js');
19
19
  var settings = require('../../settings.js');
20
20
 
@@ -23,6 +23,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
23
23
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
24
24
  var lottie__default = /*#__PURE__*/_interopDefaultLegacy(lottie);
25
25
  var clamp__default = /*#__PURE__*/_interopDefaultLegacy(clamp);
26
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
26
27
 
27
28
  var _excluded = ["className", "playStep", "filePaths"];
28
29
 
@@ -123,7 +124,7 @@ var SteppedAnimatedMedia = /*#__PURE__*/React__default["default"].forwardRef(fun
123
124
  return null;
124
125
  }
125
126
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({}, rest, {
126
- className: index["default"](blockClass, className),
127
+ className: cx__default["default"](blockClass, className),
127
128
  role: "img",
128
129
  ref: localRef
129
130
  }, devtools.getDevtoolsProps(componentName)));
@@ -133,15 +134,15 @@ SteppedAnimatedMedia.propTypes = {
133
134
  /**
134
135
  * Optional class name for this component.
135
136
  */
136
- className: index$1["default"].string,
137
+ className: index["default"].string,
137
138
  /**
138
139
  * The file path(s) to json formatted Lottie animation files.
139
140
  */
140
- filePaths: index$1["default"].arrayOf(index$1["default"].string).isRequired,
141
+ filePaths: index["default"].arrayOf(index["default"].string).isRequired,
141
142
  /**
142
143
  * Which animation step from the filePaths array to play.
143
144
  */
144
- playStep: index$1["default"].number
145
+ playStep: index["default"].number
145
146
  };
146
147
 
147
148
  exports.SteppedAnimatedMedia = SteppedAnimatedMedia;
@@ -0,0 +1,6 @@
1
+ /**
2
+ * StringFormatter allows for truncating text while displaying a tooltip
3
+ * overlay on hover or focus with the entirety of the provided copy.
4
+ */
5
+ export let StringFormatter: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
6
+ import React from 'react';
@@ -0,0 +1,86 @@
1
+ /**
2
+ * Copyright IBM Corp. 2020, 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
+ var React = require('react');
14
+ var index = require('../../node_modules/prop-types/index.js');
15
+ var cx = require('classnames');
16
+ var devtools = require('../../global/js/utils/devtools.js');
17
+ var settings = require('../../settings.js');
18
+ var react = require('@carbon/react');
19
+ var enums = require('./utils/enums.js');
20
+
21
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
22
+
23
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
24
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
25
+
26
+ var _excluded = ["className", "lines", "tooltipDirection", "truncate", "width", "value"];
27
+ var blockClass = "".concat(settings.pkg.prefix, "--string-formatter");
28
+ var componentName = 'StringFormatter';
29
+ var defaults = {
30
+ lines: 1,
31
+ tooltipDirection: enums.StringFormatterAlignment.BOTTOM_LEFT,
32
+ truncate: false,
33
+ width: null
34
+ };
35
+
36
+ /**
37
+ * StringFormatter allows for truncating text while displaying a tooltip
38
+ * overlay on hover or focus with the entirety of the provided copy.
39
+ */
40
+ exports.StringFormatter = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
41
+ var className = _ref.className,
42
+ _ref$lines = _ref.lines,
43
+ lines = _ref$lines === void 0 ? defaults.lines : _ref$lines,
44
+ _ref$tooltipDirection = _ref.tooltipDirection,
45
+ tooltipDirection = _ref$tooltipDirection === void 0 ? defaults.tooltipDirection : _ref$tooltipDirection,
46
+ _ref$truncate = _ref.truncate,
47
+ truncate = _ref$truncate === void 0 ? defaults.truncate : _ref$truncate,
48
+ _ref$width = _ref.width,
49
+ width = _ref$width === void 0 ? defaults.width : _ref$width,
50
+ value = _ref.value,
51
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
52
+ var stringFormatterContent = /*#__PURE__*/React__default["default"].createElement("span", {
53
+ className: cx__default["default"]("".concat(blockClass, "--content"), _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "--truncate"), truncate)),
54
+ style: {
55
+ maxWidth: width,
56
+ WebkitLineClamp: lines
57
+ }
58
+ }, value);
59
+ return /*#__PURE__*/React__default["default"].createElement("span", _rollupPluginBabelHelpers["extends"]({}, rest, {
60
+ className: cx__default["default"](blockClass, className),
61
+ ref: ref
62
+ }, devtools.getDevtoolsProps(componentName)), truncate ? /*#__PURE__*/React__default["default"].createElement(react.DefinitionTooltip, {
63
+ className: "".concat(blockClass, "__tooltip"),
64
+ align: tooltipDirection,
65
+ definition: value,
66
+ openOnHover: true
67
+ }, stringFormatterContent) : stringFormatterContent);
68
+ });
69
+ exports.StringFormatter = settings.pkg.checkComponentEnabled(exports.StringFormatter, componentName);
70
+ exports.StringFormatter.displayName = componentName;
71
+ exports.StringFormatter.propTypes = {
72
+ /**
73
+ * Provide an optional class to be applied to the containing node.
74
+ */
75
+ className: index["default"].string,
76
+ /** Number of lines to clamp value. */
77
+ lines: index["default"].number,
78
+ /** Specify the direction of the tooltip. Can be either top or bottom. */
79
+ tooltipDirection: index["default"].oneOf(Object.values(enums.StringFormatterAlignment)),
80
+ /** Whether or not the value should be truncated. */
81
+ truncate: index["default"].bool,
82
+ /** Value to format. */
83
+ value: index["default"].string.isRequired,
84
+ /** Maximum width of value which should include */
85
+ width: index["default"].string
86
+ };
@@ -0,0 +1 @@
1
+ export { StringFormatter } from "./StringFormatter";
@@ -0,0 +1,14 @@
1
+ export namespace StringFormatterAlignment {
2
+ let TOP: string;
3
+ let TOP_LEFT: string;
4
+ let TOP_RIGHT: string;
5
+ let BOTTOM: string;
6
+ let BOTTOM_LEFT: string;
7
+ let BOTTOM_RIGHT: string;
8
+ let LEFT: string;
9
+ let LEFT_BOTTOM: string;
10
+ let LEFT_TOP: string;
11
+ let RIGHT: string;
12
+ let RIGHT_BOTTOM: string;
13
+ let RIGHT_TOP: string;
14
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2020, 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var StringFormatterAlignment = {
13
+ TOP: 'top',
14
+ TOP_LEFT: 'top-left',
15
+ TOP_RIGHT: 'top-right',
16
+ BOTTOM: 'bottom',
17
+ BOTTOM_LEFT: 'bottom-left',
18
+ BOTTOM_RIGHT: 'bottom-right',
19
+ LEFT: 'left',
20
+ LEFT_BOTTOM: 'left-bottom',
21
+ LEFT_TOP: 'left-top',
22
+ RIGHT: 'right',
23
+ RIGHT_BOTTOM: 'right-bottom',
24
+ RIGHT_TOP: 'right-top'
25
+ };
26
+
27
+ exports.StringFormatterAlignment = StringFormatterAlignment;
@@ -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 TagSetOverflow = require('./TagSetOverflow.js');
17
17
  var TagSetModal = require('./TagSetModal.js');
18
18
  var react = require('@carbon/react');
@@ -24,6 +24,7 @@ var settings = require('../../settings.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 = ["align", "allTagsModalTarget", "className", "maxVisible", "multiline", "overflowAlign", "overflowClassName", "overflowType", "allTagsModalTitle", "allTagsModalSearchLabel", "allTagsModalSearchPlaceholderText", "showAllTagsLabel", "tags", "containingElementRef", "measurementOffset", "onOverflowTagChange"],
29
30
  _excluded2 = ["label", "id"],
@@ -220,16 +221,16 @@ exports.TagSet = /*#__PURE__*/React__default["default"].forwardRef(function (_re
220
221
  var resizeOption = containingElementRef ? containingElementRef : tagSetRef;
221
222
  useResizeObserver.useResizeObserver(resizeOption, handleResize);
222
223
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({}, rest, {
223
- className: index["default"]([blockClass, className]),
224
+ className: cx__default["default"]([blockClass, className]),
224
225
  ref: tagSetRef
225
226
  }, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React__default["default"].createElement("div", {
226
- className: index["default"](["".concat(blockClass, "__space"), "".concat(blockClass, "__space--align-").concat(align)])
227
+ className: cx__default["default"](["".concat(blockClass, "__space"), "".concat(blockClass, "__space--align-").concat(align)])
227
228
  }, /*#__PURE__*/React__default["default"].createElement("div", {
228
229
  className: "".concat(blockClass, "__tag-container ").concat(blockClass, "__tag-container--hidden"),
229
230
  "aria-hidden": true,
230
231
  ref: sizingContainerRef
231
232
  }, hiddenSizingTags), /*#__PURE__*/React__default["default"].createElement("div", {
232
- className: index["default"](["".concat(blockClass, "__tag-container"), multiline && "".concat(blockClass, "__tag-container--multiline")]),
233
+ className: cx__default["default"](["".concat(blockClass, "__tag-container"), multiline && "".concat(blockClass, "__tag-container--multiline")]),
233
234
  ref: displayedArea
234
235
  }, displayedTags)), /*#__PURE__*/React__default["default"].createElement(TagSetModal.TagSetModal, {
235
236
  allTags: tags,
@@ -249,7 +250,7 @@ exports.TagSet = settings.pkg.checkComponentEnabled(exports.TagSet, componentNam
249
250
  * The strings shown in the showAllModal are only shown if we have more than allTagsModalSearchLThreshold
250
251
  * @returns null if no problems
251
252
  */
252
- var string_required_if_more_than_10_tags = propsHelper.isRequiredIf(index$1["default"].string, function (_ref4) {
253
+ var string_required_if_more_than_10_tags = propsHelper.isRequiredIf(index["default"].string, function (_ref4) {
253
254
  var tags = _ref4.tags;
254
255
  return tags && tags.length > allTagsModalSearchThreshold;
255
256
  });
@@ -275,7 +276,7 @@ exports.TagSet.propTypes = {
275
276
  /**
276
277
  * align the Tags displayed by the TagSet. Default start.
277
278
  */
278
- align: index$1["default"].oneOf(['start', 'center', 'end']),
279
+ align: index["default"].oneOf(['start', 'center', 'end']),
279
280
  /**
280
281
  * label text for the show all search. **Note: Required if more than 10 tags**
281
282
  */
@@ -287,7 +288,7 @@ exports.TagSet.propTypes = {
287
288
  /**
288
289
  * portal target for the all tags modal
289
290
  */
290
- allTagsModalTarget: index$1["default"].node,
291
+ allTagsModalTarget: index["default"].node,
291
292
  /**
292
293
  * title for the show all modal. **Note: Required if more than 10 tags**
293
294
  */
@@ -295,41 +296,41 @@ exports.TagSet.propTypes = {
295
296
  /**
296
297
  * className
297
298
  */
298
- className: index$1["default"].string,
299
+ className: index["default"].string,
299
300
  /**
300
301
  * Optional ref for custom resize container to measure available space
301
302
  * Default will measure the available space of the TagSet container itself.
302
303
  */
303
- containingElementRef: index$1["default"].object,
304
+ containingElementRef: index["default"].object,
304
305
  /**
305
306
  * maximum visible tags
306
307
  */
307
- maxVisible: index$1["default"].number,
308
+ maxVisible: index["default"].number,
308
309
  /**
309
310
  * Specify offset amount for measure available space, only used when `containingElementSelector`
310
311
  * is also provided
311
312
  */
312
- measurementOffset: index$1["default"].number,
313
+ measurementOffset: index["default"].number,
313
314
  /**
314
315
  * display tags in multiple lines
315
316
  */
316
- multiline: index$1["default"].bool,
317
+ multiline: index["default"].bool,
317
318
  /**
318
319
  * Handler to get overflow tags
319
320
  */
320
- onOverflowTagChange: index$1["default"].func,
321
+ onOverflowTagChange: index["default"].func,
321
322
  /**
322
323
  * overflowAlign from the standard tooltip. Default center.
323
324
  */
324
- 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']),
325
+ overflowAlign: index["default"].oneOf(['top', 'top-left', 'top-right', 'bottom', 'bottom-left', 'bottom-right', 'left', 'left-bottom', 'left-top', 'right', 'right-bottom', 'right-top']),
325
326
  /**
326
327
  * overflowClassName for the tooltip popup
327
328
  */
328
- overflowClassName: index$1["default"].string,
329
+ overflowClassName: index["default"].string,
329
330
  /**
330
331
  * Type of rendering displayed inside of the tag overflow component
331
332
  */
332
- overflowType: index$1["default"].oneOf(['default', 'tag']),
333
+ overflowType: index["default"].oneOf(['default', 'tag']),
333
334
  /**
334
335
  * label for the overflow show all tags link.
335
336
  *
@@ -344,10 +345,10 @@ exports.TagSet.propTypes = {
344
345
  *
345
346
  * See https://react.carbondesignsystem.com/?path=/docs/components-tag--default
346
347
  */
347
- tags: index$1["default"].arrayOf(index$1["default"].shape(_rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, react.Tag.propTypes), {}, {
348
- label: index$1["default"].string.isRequired,
348
+ tags: index["default"].arrayOf(index["default"].shape(_rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, react.Tag.propTypes), {}, {
349
+ label: index["default"].string.isRequired,
349
350
  // we duplicate this prop to improve the DocGen
350
- type: index$1["default"].oneOf(tagTypes)
351
+ type: index["default"].oneOf(tagTypes)
351
352
  })))
352
353
  };
353
354
  exports.TagSet.displayName = componentName;
@@ -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 propsHelper = require('../../global/js/utils/props-helper.js');
@@ -21,6 +21,7 @@ var usePortalTarget = require('../../global/js/hooks/usePortalTarget.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 _excluded = ["allTags", "className", "title", "onClose", "open", "portalTarget", "searchLabel", "searchPlaceholder"],
26
27
  _excluded2 = ["label"];
@@ -76,7 +77,7 @@ var TagSetModal = function TagSetModal(_ref) {
76
77
  };
77
78
  return renderPortalUse( /*#__PURE__*/React__default["default"].createElement(react.ComposedModal, _rollupPluginBabelHelpers["extends"]({}, rest, {
78
79
  containerClassName: "".concat(blockClass, "__container"),
79
- className: index["default"](className, "".concat(blockClass)),
80
+ className: cx__default["default"](className, "".concat(blockClass)),
80
81
  size: "sm",
81
82
  open: open,
82
83
  onClose: onClose
@@ -106,16 +107,16 @@ var TagSetModal = function TagSetModal(_ref) {
106
107
  })));
107
108
  };
108
109
  TagSetModal.propTypes = {
109
- allTags: index$1["default"].arrayOf(index$1["default"].shape(_rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, propsHelper.prepareProps(react.Tag.propTypes, 'filter')), {}, {
110
- label: index$1["default"].string.isRequired
110
+ allTags: index["default"].arrayOf(index["default"].shape(_rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, propsHelper.prepareProps(react.Tag.propTypes, 'filter')), {}, {
111
+ label: index["default"].string.isRequired
111
112
  }))),
112
- className: index$1["default"].string,
113
- onClose: index$1["default"].func,
114
- open: index$1["default"].bool,
115
- portalTarget: index$1["default"].node,
116
- searchLabel: index$1["default"].string,
117
- searchPlaceholder: index$1["default"].string,
118
- title: index$1["default"].string
113
+ className: index["default"].string,
114
+ onClose: index["default"].func,
115
+ open: index["default"].bool,
116
+ portalTarget: index["default"].node,
117
+ searchLabel: index["default"].string,
118
+ searchPlaceholder: index["default"].string,
119
+ title: index["default"].string
119
120
  };
120
121
  TagSetModal.displayName = componentName;
121
122