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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/css/index-full-carbon.css +192 -116
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +56 -11
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +192 -116
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +180 -112
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/_virtual/index.js +2 -2
  18. package/es/components/APIKeyModal/APIKeyModal.js +1 -1
  19. package/es/components/AboutModal/AboutModal.js +1 -1
  20. package/es/components/ActionBar/ActionBar.js +1 -1
  21. package/es/components/ActionBar/ActionBarItem.js +1 -1
  22. package/es/components/ActionBar/ActionBarOverflowItems.js +1 -1
  23. package/es/components/ActionSet/ActionSet.js +1 -1
  24. package/es/components/AddSelect/AddSelectBody.js +1 -1
  25. package/es/components/AddSelect/AddSelectBreadcrumbs.js +1 -1
  26. package/es/components/AddSelect/AddSelectFilter.js +1 -1
  27. package/es/components/AddSelect/AddSelectList.js +1 -1
  28. package/es/components/AddSelect/AddSelectRow.js +1 -1
  29. package/es/components/BigNumbers/BigNumbers.js +1 -1
  30. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +1 -1
  31. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +1 -1
  32. package/es/components/Card/Card.js +1 -1
  33. package/es/components/Card/CardFooter.js +1 -1
  34. package/es/components/Card/CardHeader.js +1 -1
  35. package/es/components/Carousel/Carousel.js +1 -1
  36. package/es/components/Carousel/CarouselItem.js +1 -1
  37. package/es/components/Cascade/Cascade.js +1 -1
  38. package/es/components/Checklist/Checklist.js +1 -1
  39. package/es/components/Checklist/ChecklistChart.js +1 -1
  40. package/es/components/Checklist/ChecklistIcon.js +1 -1
  41. package/es/components/Coachmark/Coachmark.js +1 -1
  42. package/es/components/Coachmark/CoachmarkDragbar.js +1 -1
  43. package/es/components/Coachmark/CoachmarkHeader.js +1 -1
  44. package/es/components/Coachmark/CoachmarkOverlay.js +1 -1
  45. package/es/components/Coachmark/CoachmarkTagline.js +1 -1
  46. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
  47. package/es/components/CoachmarkButton/CoachmarkButton.js +1 -1
  48. package/es/components/CoachmarkFixed/CoachmarkFixed.js +1 -1
  49. package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +1 -1
  50. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +1 -1
  51. package/es/components/CoachmarkStack/CoachmarkStack.js +1 -1
  52. package/es/components/CoachmarkStack/CoachmarkStackHome.js +1 -1
  53. package/es/components/ComboButton/ComboButton.js +1 -1
  54. package/es/components/CreateFullPage/CreateFullPage.js +1 -1
  55. package/es/components/CreateFullPage/CreateFullPageStep.js +1 -1
  56. package/es/components/CreateInfluencer/CreateInfluencer.js +1 -1
  57. package/es/components/CreateModal/CreateModal.js +1 -1
  58. package/es/components/CreateSidePanel/CreateSidePanel.js +1 -1
  59. package/es/components/CreateTearsheet/CreateTearsheet.js +8 -2
  60. package/es/components/CreateTearsheet/CreateTearsheetDivider.js +1 -1
  61. package/es/components/CreateTearsheet/CreateTearsheetStep.js +1 -1
  62. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -1
  63. package/es/components/DataSpreadsheet/DataSpreadsheet.js +1 -1
  64. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +1 -1
  65. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +1 -1
  66. package/es/components/Datagrid/Datagrid/Datagrid.js +1 -1
  67. package/es/components/Datagrid/Datagrid/DatagridContent.js +1 -1
  68. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +8 -4
  69. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +1 -1
  70. package/es/components/Datagrid/Datagrid/DatagridRefBody.js +1 -1
  71. package/es/components/Datagrid/Datagrid/DatagridRow.js +19 -15
  72. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +1 -1
  73. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +1 -1
  74. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -1
  75. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +1 -1
  76. package/es/components/Datagrid/Datagrid/DraggableElement.js +1 -1
  77. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -1
  78. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +1 -1
  79. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -1
  80. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +8 -8
  81. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.d.ts +1 -0
  82. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +2 -1
  83. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +68 -4
  84. package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +12 -1
  85. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -1
  86. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +1 -1
  87. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -1
  88. package/es/components/Datagrid/useActionsColumn.js +1 -1
  89. package/es/components/Datagrid/useColumnCenterAlign.js +1 -1
  90. package/es/components/Datagrid/useColumnRightAlign.js +1 -1
  91. package/es/components/Datagrid/useDefaultStringRenderer.js +1 -1
  92. package/es/components/Datagrid/useFiltering.js +48 -47
  93. package/es/components/Datagrid/useFloatingScroll.js +1 -1
  94. package/es/components/Datagrid/useInlineEdit.js +1 -1
  95. package/es/components/Datagrid/useNestedRowExpander.js +1 -1
  96. package/es/components/Datagrid/useNestedRows.js +1 -1
  97. package/es/components/Datagrid/useRowExpander.js +1 -1
  98. package/es/components/Datagrid/useSelectAllToggle.js +1 -1
  99. package/es/components/Datagrid/useSelectRows.js +2 -2
  100. package/es/components/Datagrid/useSortableColumns.js +1 -1
  101. package/es/components/Datagrid/useStickyColumn.js +1 -1
  102. package/es/components/DelimitedList/DelimitedList.js +1 -1
  103. package/es/components/EditFullPage/EditFullPage.js +1 -1
  104. package/es/components/EditInPlace/EditInPlace.js +1 -1
  105. package/es/components/EditSidePanel/EditSidePanel.js +1 -1
  106. package/es/components/EditTearsheet/EditTearsheet.js +1 -1
  107. package/es/components/EditTearsheet/EditTearsheetForm.js +1 -1
  108. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +1 -1
  109. package/es/components/EditUpdateCards/EditUpdateCards.js +1 -1
  110. package/es/components/EmptyStates/EmptyState.js +1 -1
  111. package/es/components/EmptyStates/EmptyStateContent.js +1 -1
  112. package/es/components/EmptyStates/EmptyStateV2.js +1 -1
  113. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
  114. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
  115. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
  116. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
  117. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
  118. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
  119. package/es/components/EmptyStates/assets/ErrorIllustration.js +1 -1
  120. package/es/components/EmptyStates/assets/NoDataIllustration.js +1 -1
  121. package/es/components/EmptyStates/assets/NoTagsIllustration.js +1 -1
  122. package/es/components/EmptyStates/assets/NotFoundIllustration.js +1 -1
  123. package/es/components/EmptyStates/assets/NotificationsIllustration.js +1 -1
  124. package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -1
  125. package/es/components/ExportModal/ExportModal.js +1 -1
  126. package/es/components/FilterSummary/FilterSummary.js +1 -1
  127. package/es/components/FullPageError/FullPageError.js +1 -1
  128. package/es/components/Guidebanner/Guidebanner.js +1 -1
  129. package/es/components/Guidebanner/GuidebannerElement.js +1 -1
  130. package/es/components/Guidebanner/GuidebannerElementButton.js +1 -1
  131. package/es/components/Guidebanner/GuidebannerElementLink.js +1 -1
  132. package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +1 -1
  133. package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +1 -1
  134. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +1 -1
  135. package/es/components/ImportModal/ImportModal.js +1 -1
  136. package/es/components/InlineTip/InlineTip.js +1 -1
  137. package/es/components/InlineTip/InlineTipButton.js +1 -1
  138. package/es/components/InlineTip/InlineTipLink.js +1 -1
  139. package/es/components/InterstitialScreen/InterstitialScreen.js +1 -1
  140. package/es/components/InterstitialScreenView/InterstitialScreenView.js +1 -1
  141. package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +1 -1
  142. package/es/components/NonLinearReading/NonLinearReading.js +1 -1
  143. package/es/components/NotificationsPanel/NotificationsPanel.js +1 -1
  144. package/es/components/OptionsTile/OptionsTile.js +1 -1
  145. package/es/components/PageHeader/PageHeader.js +1 -1
  146. package/es/components/PageHeader/PageHeaderTitle.js +1 -1
  147. package/es/components/PageHeader/PageHeaderUtils.js +1 -1
  148. package/es/components/RemoveModal/RemoveModal.js +1 -1
  149. package/es/components/Saving/Saving.js +1 -1
  150. package/es/components/SearchBar/SearchBar.js +1 -1
  151. package/es/components/SidePanel/SidePanel.js +1 -1
  152. package/es/components/SimpleHeader/SimpleHeader.js +1 -1
  153. package/es/components/StatusIcon/StatusIcon.js +1 -1
  154. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +1 -1
  155. package/es/components/StringFormatter/StringFormatter.js +1 -1
  156. package/es/components/TagSet/TagSet.js +1 -1
  157. package/es/components/TagSet/TagSetModal.js +1 -1
  158. package/es/components/TagSet/TagSetOverflow.js +1 -1
  159. package/es/components/Tearsheet/TearsheetShell.js +4 -5
  160. package/es/components/Toolbar/Toolbar.js +1 -1
  161. package/es/components/Toolbar/ToolbarButton.js +1 -1
  162. package/es/components/Toolbar/ToolbarGroup.js +1 -1
  163. package/es/components/TooltipTrigger/TooltipTrigger.js +1 -1
  164. package/es/components/TruncatedList/TruncatedList.js +1 -1
  165. package/es/components/UserAvatar/UserAvatar.js +1 -1
  166. package/es/components/UserProfileImage/UserProfileImage.js +1 -1
  167. package/es/components/WebTerminal/WebTerminal.js +1 -1
  168. package/es/components/WebTerminal/WebTerminalContentWrapper.js +1 -1
  169. package/es/components/_Canary/Canary.js +1 -1
  170. package/es/node_modules/prop-types/index.js +1 -1
  171. package/lib/_virtual/index.js +2 -2
  172. package/lib/components/APIKeyModal/APIKeyModal.js +50 -49
  173. package/lib/components/AboutModal/AboutModal.js +17 -16
  174. package/lib/components/ActionBar/ActionBar.js +16 -15
  175. package/lib/components/ActionBar/ActionBarItem.js +8 -7
  176. package/lib/components/ActionBar/ActionBarOverflowItems.js +9 -8
  177. package/lib/components/ActionSet/ActionSet.js +4 -3
  178. package/lib/components/AddSelect/AddSelectBody.js +67 -66
  179. package/lib/components/AddSelect/AddSelectBreadcrumbs.js +7 -6
  180. package/lib/components/AddSelect/AddSelectFilter.js +19 -18
  181. package/lib/components/AddSelect/AddSelectList.js +7 -6
  182. package/lib/components/AddSelect/AddSelectRow.js +33 -32
  183. package/lib/components/BigNumbers/BigNumbers.js +23 -22
  184. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +20 -19
  185. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +3 -2
  186. package/lib/components/Card/Card.js +5 -4
  187. package/lib/components/Card/CardFooter.js +22 -21
  188. package/lib/components/Card/CardHeader.js +27 -26
  189. package/lib/components/Carousel/Carousel.js +13 -12
  190. package/lib/components/Carousel/CarouselItem.js +6 -5
  191. package/lib/components/Cascade/Cascade.js +9 -8
  192. package/lib/components/Checklist/Checklist.js +33 -32
  193. package/lib/components/Checklist/ChecklistChart.js +7 -6
  194. package/lib/components/Checklist/ChecklistIcon.js +7 -6
  195. package/lib/components/Coachmark/Coachmark.js +21 -20
  196. package/lib/components/Coachmark/CoachmarkDragbar.js +10 -9
  197. package/lib/components/Coachmark/CoachmarkHeader.js +8 -7
  198. package/lib/components/Coachmark/CoachmarkOverlay.js +10 -9
  199. package/lib/components/Coachmark/CoachmarkTagline.js +8 -7
  200. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +7 -6
  201. package/lib/components/CoachmarkButton/CoachmarkButton.js +6 -5
  202. package/lib/components/CoachmarkFixed/CoachmarkFixed.js +11 -10
  203. package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +8 -7
  204. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +16 -15
  205. package/lib/components/CoachmarkStack/CoachmarkStack.js +20 -19
  206. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +17 -16
  207. package/lib/components/ComboButton/ComboButton.js +7 -6
  208. package/lib/components/CreateFullPage/CreateFullPage.js +29 -28
  209. package/lib/components/CreateFullPage/CreateFullPageStep.js +18 -17
  210. package/lib/components/CreateInfluencer/CreateInfluencer.js +13 -12
  211. package/lib/components/CreateModal/CreateModal.js +16 -15
  212. package/lib/components/CreateSidePanel/CreateSidePanel.js +21 -20
  213. package/lib/components/CreateTearsheet/CreateTearsheet.js +27 -20
  214. package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +5 -4
  215. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +19 -18
  216. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +21 -20
  217. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +22 -21
  218. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +56 -55
  219. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +39 -38
  220. package/lib/components/Datagrid/Datagrid/Datagrid.js +7 -6
  221. package/lib/components/Datagrid/Datagrid/DatagridContent.js +32 -31
  222. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +8 -3
  223. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +6 -5
  224. package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +3 -2
  225. package/lib/components/Datagrid/Datagrid/DatagridRow.js +20 -15
  226. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +4 -3
  227. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +14 -13
  228. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +3 -2
  229. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +6 -5
  230. package/lib/components/Datagrid/Datagrid/DraggableElement.js +13 -12
  231. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +15 -14
  232. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +25 -24
  233. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +27 -26
  234. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +7 -7
  235. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.d.ts +1 -0
  236. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +2 -0
  237. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +65 -1
  238. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +11 -0
  239. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +15 -14
  240. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +20 -19
  241. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +9 -8
  242. package/lib/components/Datagrid/useActionsColumn.js +7 -6
  243. package/lib/components/Datagrid/useColumnCenterAlign.js +3 -2
  244. package/lib/components/Datagrid/useColumnRightAlign.js +3 -2
  245. package/lib/components/Datagrid/useDefaultStringRenderer.js +4 -3
  246. package/lib/components/Datagrid/useFiltering.js +46 -45
  247. package/lib/components/Datagrid/useFloatingScroll.js +6 -2
  248. package/lib/components/Datagrid/useInlineEdit.js +4 -3
  249. package/lib/components/Datagrid/useNestedRowExpander.js +4 -3
  250. package/lib/components/Datagrid/useNestedRows.js +6 -2
  251. package/lib/components/Datagrid/useRowExpander.js +3 -2
  252. package/lib/components/Datagrid/useSelectAllToggle.js +3 -2
  253. package/lib/components/Datagrid/useSelectRows.js +5 -4
  254. package/lib/components/Datagrid/useSortableColumns.js +3 -2
  255. package/lib/components/Datagrid/useStickyColumn.js +4 -3
  256. package/lib/components/DelimitedList/DelimitedList.js +8 -7
  257. package/lib/components/EditFullPage/EditFullPage.js +6 -5
  258. package/lib/components/EditInPlace/EditInPlace.js +23 -22
  259. package/lib/components/EditSidePanel/EditSidePanel.js +23 -22
  260. package/lib/components/EditTearsheet/EditTearsheet.js +18 -17
  261. package/lib/components/EditTearsheet/EditTearsheetForm.js +11 -10
  262. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +6 -5
  263. package/lib/components/EditUpdateCards/EditUpdateCards.js +31 -30
  264. package/lib/components/EmptyStates/EmptyState.js +20 -19
  265. package/lib/components/EmptyStates/EmptyStateContent.js +16 -15
  266. package/lib/components/EmptyStates/EmptyStateV2.js +20 -19
  267. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +18 -17
  268. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +18 -17
  269. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +18 -17
  270. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +18 -17
  271. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +18 -17
  272. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +18 -17
  273. package/lib/components/EmptyStates/assets/ErrorIllustration.js +7 -6
  274. package/lib/components/EmptyStates/assets/NoDataIllustration.js +7 -6
  275. package/lib/components/EmptyStates/assets/NoTagsIllustration.js +7 -6
  276. package/lib/components/EmptyStates/assets/NotFoundIllustration.js +7 -6
  277. package/lib/components/EmptyStates/assets/NotificationsIllustration.js +7 -6
  278. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +7 -6
  279. package/lib/components/ExportModal/ExportModal.js +30 -29
  280. package/lib/components/FilterSummary/FilterSummary.js +13 -12
  281. package/lib/components/FullPageError/FullPageError.js +13 -12
  282. package/lib/components/Guidebanner/Guidebanner.js +20 -19
  283. package/lib/components/Guidebanner/GuidebannerElement.js +8 -7
  284. package/lib/components/Guidebanner/GuidebannerElementButton.js +8 -7
  285. package/lib/components/Guidebanner/GuidebannerElementLink.js +6 -5
  286. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +11 -10
  287. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +11 -10
  288. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +11 -10
  289. package/lib/components/ImportModal/ImportModal.js +32 -31
  290. package/lib/components/InlineTip/InlineTip.js +21 -20
  291. package/lib/components/InlineTip/InlineTipButton.js +6 -5
  292. package/lib/components/InlineTip/InlineTipLink.js +6 -5
  293. package/lib/components/InterstitialScreen/InterstitialScreen.js +13 -12
  294. package/lib/components/InterstitialScreenView/InterstitialScreenView.js +7 -6
  295. package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +7 -6
  296. package/lib/components/NonLinearReading/NonLinearReading.js +9 -8
  297. package/lib/components/NotificationsPanel/NotificationsPanel.js +59 -58
  298. package/lib/components/OptionsTile/OptionsTile.js +21 -20
  299. package/lib/components/PageHeader/PageHeader.js +74 -73
  300. package/lib/components/PageHeader/PageHeaderTitle.js +21 -20
  301. package/lib/components/PageHeader/PageHeaderUtils.js +3 -2
  302. package/lib/components/RemoveModal/RemoveModal.js +22 -21
  303. package/lib/components/Saving/Saving.js +18 -17
  304. package/lib/components/SearchBar/SearchBar.js +20 -19
  305. package/lib/components/SidePanel/SidePanel.js +47 -46
  306. package/lib/components/SimpleHeader/SimpleHeader.js +17 -16
  307. package/lib/components/StatusIcon/StatusIcon.js +9 -8
  308. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +7 -6
  309. package/lib/components/StringFormatter/StringFormatter.js +11 -10
  310. package/lib/components/TagSet/TagSet.js +21 -20
  311. package/lib/components/TagSet/TagSetModal.js +13 -12
  312. package/lib/components/TagSet/TagSetOverflow.js +18 -17
  313. package/lib/components/Tearsheet/TearsheetShell.js +35 -35
  314. package/lib/components/Toolbar/Toolbar.js +7 -6
  315. package/lib/components/Toolbar/ToolbarButton.js +9 -8
  316. package/lib/components/Toolbar/ToolbarGroup.js +6 -5
  317. package/lib/components/TooltipTrigger/TooltipTrigger.js +6 -5
  318. package/lib/components/TruncatedList/TruncatedList.js +14 -13
  319. package/lib/components/UserAvatar/UserAvatar.js +3 -2
  320. package/lib/components/UserProfileImage/UserProfileImage.js +3 -2
  321. package/lib/components/WebTerminal/WebTerminal.js +14 -13
  322. package/lib/components/WebTerminal/WebTerminalContentWrapper.js +5 -4
  323. package/lib/components/_Canary/Canary.js +6 -5
  324. package/lib/node_modules/prop-types/index.js +1 -1
  325. package/package.json +6 -5
  326. package/scss/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss +0 -1
  327. package/scss/components/Datagrid/styles/_datagrid.scss +61 -4
  328. package/scss/components/SidePanel/_side-panel.scss +8 -1
  329. package/scss/components/Tearsheet/_tearsheet.scss +4 -5
  330. package/es/_virtual/index2.js +0 -10
  331. package/es/node_modules/classnames/index.js +0 -70
  332. package/lib/_virtual/index2.js +0 -14
  333. package/lib/node_modules/classnames/index.js +0 -74
@@ -11,14 +11,15 @@ Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
13
  var React = require('react');
14
- var index$2 = require('../../node_modules/prop-types/index.js');
15
- var index$1 = require('../../node_modules/classnames/index.js');
14
+ var index$1 = require('../../node_modules/prop-types/index.js');
15
+ var cx = require('classnames');
16
16
  var settings = require('../../settings.js');
17
17
  var index = require('./hooks/index.js');
18
18
 
19
19
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
20
20
 
21
21
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
22
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
22
23
 
23
24
  var _excluded = ["children"];
24
25
 
@@ -32,7 +33,7 @@ exports.WebTerminalContentWrapper = /*#__PURE__*/React__default["default"].forwa
32
33
  open = _useWebTerminal.open;
33
34
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({
34
35
  ref: ref,
35
- className: index$1["default"]([blockClass, _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "--open"), open)])
36
+ className: cx__default["default"]([blockClass, _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "--open"), open)])
36
37
  }, rest), children);
37
38
  });
38
39
 
@@ -50,5 +51,5 @@ exports.WebTerminalContentWrapper.propTypes = {
50
51
  /**
51
52
  * Pass in content as children.
52
53
  */
53
- children: index$2["default"].oneOfType([index$2["default"].arrayOf(index$2["default"].node), index$2["default"].node]).isRequired
54
+ children: index$1["default"].oneOfType([index$1["default"].arrayOf(index$1["default"].node), index$1["default"].node]).isRequired
54
55
  };
@@ -11,14 +11,15 @@ Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
13
  var React = require('react');
14
- var index$1 = require('../../node_modules/prop-types/index.js');
15
- var index = require('../../node_modules/classnames/index.js');
14
+ var index = require('../../node_modules/prop-types/index.js');
15
+ var cx = require('classnames');
16
16
  var packageSettings = require('../../global/js/package-settings.js');
17
17
  var react = require('@carbon/react');
18
18
 
19
19
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
20
20
 
21
21
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
22
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
22
23
 
23
24
  var _p, _br, _p2, _br2, _p3;
24
25
  var _excluded = ["className", "componentName"];
@@ -35,7 +36,7 @@ var Canary = function Canary(_ref /*, originalArgs*/) {
35
36
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
36
37
  var instructions = "\nimport { pkg } from '@carbon/ibm-products';\n// NOTE: must happen before component is first used\npkg.component.".concat(componentName, " = true;\n");
37
38
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({}, rest, {
38
- className: index["default"](blockClass, className)
39
+ className: cx__default["default"](blockClass, className)
39
40
  }), /*#__PURE__*/React__default["default"].createElement("h2", null, "This component ", /*#__PURE__*/React__default["default"].createElement("strong", null, componentName), " is not ready yet."), _p || (_p = /*#__PURE__*/React__default["default"].createElement("p", null, "To enable it, initialize package flags before the component is first used.")), _br || (_br = /*#__PURE__*/React__default["default"].createElement("br", null)), _p2 || (_p2 = /*#__PURE__*/React__default["default"].createElement("p", null, "e.g. in main.js")), /*#__PURE__*/React__default["default"].createElement(react.CodeSnippet, {
40
41
  type: "multi"
41
42
  }, instructions), _br2 || (_br2 = /*#__PURE__*/React__default["default"].createElement("br", null)), _p3 || (_p3 = /*#__PURE__*/React__default["default"].createElement("p", null, "View a live example on", ' ', /*#__PURE__*/React__default["default"].createElement("a", {
@@ -44,9 +45,9 @@ var Canary = function Canary(_ref /*, originalArgs*/) {
44
45
  };
45
46
  Canary.propTypes = {
46
47
  /** Provide an optional class to be applied to the containing node */
47
- className: index$1["default"].string,
48
+ className: index["default"].string,
48
49
  /** Name of the component that is not ready yet */
49
- componentName: index$1["default"].string.isRequired
50
+ componentName: index["default"].string.isRequired
50
51
  };
51
52
 
52
53
  exports.Canary = Canary;
@@ -10,7 +10,7 @@
10
10
  Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _commonjsHelpers = require('../../_virtual/_commonjsHelpers.js');
13
- var index = require('../../_virtual/index2.js');
13
+ var index = require('../../_virtual/index.js');
14
14
  var require$$0 = require('react-is');
15
15
  var factoryWithTypeCheckers = require('./factoryWithTypeCheckers.js');
16
16
  var factoryWithThrowingShims = require('./factoryWithThrowingShims.js');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibm-products",
3
3
  "description": "Carbon for IBM Products",
4
- "version": "2.27.0",
4
+ "version": "2.28.0-alpha.4+3702c93bd",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -70,6 +70,7 @@
70
70
  "babel-preset-ibm-cloud-cognitive": "^0.14.40",
71
71
  "chalk": "^4.1.2",
72
72
  "change-case": "4.1.2",
73
+ "classnames": "^2.5.1",
73
74
  "copyfiles": "^2.4.1",
74
75
  "cross-env": "^7.0.3",
75
76
  "fs-extra": "^11.2.0",
@@ -89,7 +90,7 @@
89
90
  },
90
91
  "dependencies": {
91
92
  "@babel/runtime": "^7.23.9",
92
- "@carbon/ibm-products-styles": "^2.26.0",
93
+ "@carbon/ibm-products-styles": "^2.27.0-alpha.4+3702c93bd",
93
94
  "@carbon/telemetry": "^0.1.0",
94
95
  "@dnd-kit/core": "^6.0.8",
95
96
  "@dnd-kit/sortable": "^8.0.0",
@@ -106,11 +107,11 @@
106
107
  "@carbon/grid": "^11.21.1",
107
108
  "@carbon/layout": "^11.20.1",
108
109
  "@carbon/motion": "^11.16.1",
109
- "@carbon/react": "^1.50.0",
110
- "@carbon/themes": "^11.31.0",
110
+ "@carbon/react": "^1.51.0",
111
+ "@carbon/themes": "^11.32.0",
111
112
  "@carbon/type": "^11.25.1",
112
113
  "react": "^16.8.6 || ^17.0.1 || ^18.2.0",
113
114
  "react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
114
115
  },
115
- "gitHead": "c42c0c622d6ad2a1dfc2e2122d0dd53337780243"
116
+ "gitHead": "3702c93bd2cba587ecea6e441dcf0fd204f7ad95"
116
117
  }
@@ -91,6 +91,5 @@ $_block-class: #{c4p-settings.$pkg-prefix}--breadcrumb-with-overflow;
91
91
  }
92
92
 
93
93
  .#{$_block-class}__overflow-menu-options.#{$_block-class}__overflow-menu-options {
94
- // Need to disable stylelint until dart sass namespace support is added
95
94
  z-index: utilities.z('header');
96
95
  }
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2020, 2023
2
+ // Copyright IBM Corp. 2020, 2024
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
@@ -159,18 +159,72 @@
159
159
  }
160
160
 
161
161
  .#{$block-class} th.#{$block-class}__with-slug {
162
- @include ai-gradient('top', 100%);
162
+ /* stylelint-disable-next-line carbon/theme-token-use */
163
+ box-shadow: inset 0 1px $ai-border-strong;
163
164
  }
164
165
 
166
+ .#{$block-class} th.#{$block-class}__with-slug,
167
+ .#{$block-class} td.#{$block-class}__slug--cell {
168
+ @include ai-table-gradient();
169
+ }
170
+
171
+ .#{$block-class}
172
+ .#{c4p-settings.$carbon-prefix}--data-table
173
+ tbody
174
+ tr.#{$block-class}__slug--row,
165
175
  .#{$block-class}
166
176
  .#{c4p-settings.$carbon-prefix}--data-table
167
177
  tbody
168
- tr:has(> .#{$block-class}__table-row-ai-enabled) {
169
- @include ai-gradient('left', 50%);
178
+ tr.#{$block-class}__slug--row
179
+ + .#{$block-class}__expanded-row {
180
+ @include ai-table-gradient();
170
181
 
171
182
  background-attachment: fixed;
172
183
  }
173
184
 
185
+ .#{$block-class}
186
+ .#{c4p-settings.$carbon-prefix}--data-table
187
+ tbody
188
+ tr.#{$block-class}__slug--row {
189
+ /* stylelint-disable-next-line carbon/theme-token-use */
190
+ box-shadow: inset 1px 0 $ai-border-strong;
191
+ }
192
+
193
+ .#{$block-class}
194
+ .#{c4p-settings.$carbon-prefix}--data-table
195
+ tbody
196
+ tr.#{$block-class}__slug--row:hover,
197
+ .#{$block-class}
198
+ .#{c4p-settings.$carbon-prefix}--data-table
199
+ tbody
200
+ tr.#{$block-class}__slug--row.#{c4p-settings.$carbon-prefix}--data-table--selected:hover,
201
+ .#{$block-class}
202
+ .#{c4p-settings.$carbon-prefix}--data-table
203
+ tbody
204
+ tr.#{$block-class}__slug--row.#{$block-class}__carbon-row-expanded:hover
205
+ + .#{$block-class}__expanded-row,
206
+ .#{$block-class}
207
+ .#{c4p-settings.$carbon-prefix}--data-table
208
+ tbody
209
+ tr.#{$block-class}__expandable-row--hover.#{$block-class}__slug--row {
210
+ @include ai-table-gradient('hover');
211
+ }
212
+
213
+ .#{$block-class}
214
+ .#{c4p-settings.$carbon-prefix}--data-table
215
+ tbody
216
+ tr.#{$block-class}__expandable-row--hover.#{$block-class}__slug--row
217
+ td {
218
+ background-color: transparent;
219
+ }
220
+
221
+ .#{$block-class}
222
+ .#{c4p-settings.$carbon-prefix}--data-table
223
+ tbody
224
+ tr.#{$block-class}__slug--row.#{c4p-settings.$carbon-prefix}--data-table--selected {
225
+ @include ai-table-gradient('selected');
226
+ }
227
+
174
228
  .#{$block-class}
175
229
  th.#{$block-class}__with-slug
176
230
  .#{c4p-settings.$carbon-prefix}--slug {
@@ -804,6 +858,9 @@
804
858
  .#{$block-class} .#{$block-class}__table-row-ai-enabled {
805
859
  display: flex;
806
860
  align-items: center;
861
+ &.#{$block-class}__slug--expanded {
862
+ border: none;
863
+ }
807
864
  }
808
865
 
809
866
  .#{$block-class} .#{$block-class}__table-row-ai-spacer,
@@ -306,6 +306,9 @@ $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
306
306
 
307
307
  &.#{$block-class}--has-slug .#{$block-class}--scrolls {
308
308
  @include utilities.callout-gradient('default', 0, 'layer');
309
+
310
+ box-shadow: inset 0 -80px 70px -65px $ai-inner-shadow,
311
+ 0 4px 10px 2px $ai-drop-shadow;
309
312
  }
310
313
 
311
314
  .#{$block-class}__inner-content.#{$block-class}--scrolls {
@@ -441,10 +444,14 @@ $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
441
444
 
442
445
  .#{$block-class}__overlay {
443
446
  position: fixed;
444
- // Need to disable stylelint until dart sass namespace support is added
445
447
  z-index: utilities.z('overlay');
446
448
  width: 100%;
447
449
  height: 100%;
448
450
  background-color: $overlay;
449
451
  inset: 0;
450
452
  }
453
+
454
+ .#{$block-class}--has-slug + .#{$block-class}__overlay {
455
+ /* stylelint-disable-next-line carbon/theme-token-use */
456
+ background-color: $ai-overlay;
457
+ }
@@ -29,7 +29,6 @@ $motion-duration: $duration-moderate-02;
29
29
 
30
30
  @include block-wrap($block-class) {
31
31
  &.#{$block-class} {
32
- // Need to disable stylelint until dart sass namespace support is added
33
32
  z-index: utilities.z('modal') + 1;
34
33
  align-items: flex-end;
35
34
  color: $text-primary;
@@ -42,7 +41,6 @@ $motion-duration: $duration-moderate-02;
42
41
  }
43
42
 
44
43
  &.is-visible {
45
- // Need to disable stylelint until dart sass namespace support is added
46
44
  z-index: utilities.z('modal');
47
45
  align-items: flex-end;
48
46
  // stylelint-disable-next-line carbon/motion-duration-use, carbon/motion-easing-use
@@ -55,21 +53,18 @@ $motion-duration: $duration-moderate-02;
55
53
  }
56
54
 
57
55
  &.#{$block-class}--stacked-1-of-2 {
58
- // Need to disable stylelint until dart sass namespace support is added
59
56
  z-index: utilities.z('modal') - 1;
60
57
  // stylelint-disable-next-line carbon/theme-token-use
61
58
  background-color: rgba($overlay-color, 0.33);
62
59
  }
63
60
 
64
61
  &.#{$block-class}--stacked-1-of-3 {
65
- // Need to disable stylelint until dart sass namespace support is added
66
62
  z-index: utilities.z('modal') - 2;
67
63
  // stylelint-disable-next-line carbon/theme-token-use
68
64
  background-color: rgba($overlay-color, 0.11);
69
65
  }
70
66
 
71
67
  &.#{$block-class}--stacked-2-of-3 {
72
- // Need to disable stylelint until dart sass namespace support is added
73
68
  z-index: utilities.z('modal') - 1;
74
69
  // stylelint-disable-next-line carbon/theme-token-use
75
70
  background-color: rgba($overlay-color, 0.25);
@@ -96,6 +91,8 @@ $motion-duration: $duration-moderate-02;
96
91
  &.#{$block-class}.#{$block-class}.#{$block-class}.#{$block-class}--has-slug
97
92
  .#{$block-class}__container {
98
93
  border: 1px solid transparent;
94
+ border-bottom: 0;
95
+
99
96
  /* override carbon ai removing background gradient */
100
97
  background: linear-gradient(to top, var(--cds-layer), var(--cds-layer))
101
98
  padding-box,
@@ -316,6 +313,8 @@ $motion-duration: $duration-moderate-02;
316
313
 
317
314
  &.#{$block-class}--has-slug .#{$block-class}__main {
318
315
  @include utilities.callout-gradient('default', 0);
316
+
317
+ box-shadow: inset 0 -80px 70px -65px $ai-inner-shadow;
319
318
  }
320
319
 
321
320
  &.#{$block-class}--wide .#{$block-class}__content {
@@ -1,10 +0,0 @@
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
- var propTypes = {exports: {}};
9
-
10
- export { propTypes as __module };
@@ -1,70 +0,0 @@
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
- import { typeof as _typeof } from '../../_virtual/_rollupPluginBabelHelpers.js';
9
- import { getDefaultExportFromCjs } from '../../_virtual/_commonjsHelpers.js';
10
- import { __module as classnames } from '../../_virtual/index.js';
11
-
12
- classnames.exports;
13
- (function (module) {
14
- /* global define */
15
-
16
- (function () {
17
-
18
- var hasOwn = {}.hasOwnProperty;
19
- function classNames() {
20
- var classes = '';
21
- for (var i = 0; i < arguments.length; i++) {
22
- var arg = arguments[i];
23
- if (arg) {
24
- classes = appendClass(classes, parseValue(arg));
25
- }
26
- }
27
- return classes;
28
- }
29
- function parseValue(arg) {
30
- if (typeof arg === 'string' || typeof arg === 'number') {
31
- return arg;
32
- }
33
- if (_typeof(arg) !== 'object') {
34
- return '';
35
- }
36
- if (Array.isArray(arg)) {
37
- return classNames.apply(null, arg);
38
- }
39
- if (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {
40
- return arg.toString();
41
- }
42
- var classes = '';
43
- for (var key in arg) {
44
- if (hasOwn.call(arg, key) && arg[key]) {
45
- classes = appendClass(classes, key);
46
- }
47
- }
48
- return classes;
49
- }
50
- function appendClass(value, newClass) {
51
- if (!newClass) {
52
- return value;
53
- }
54
- if (value) {
55
- return value + ' ' + newClass;
56
- }
57
- return value + newClass;
58
- }
59
- if (module.exports) {
60
- classNames.default = classNames;
61
- module.exports = classNames;
62
- } else {
63
- window.classNames = classNames;
64
- }
65
- })();
66
- })(classnames);
67
- var classnamesExports = classnames.exports;
68
- var cx = /*@__PURE__*/getDefaultExportFromCjs(classnamesExports);
69
-
70
- export { cx as default };
@@ -1,14 +0,0 @@
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 propTypes = {exports: {}};
13
-
14
- exports.__module = propTypes;
@@ -1,74 +0,0 @@
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 _commonjsHelpers = require('../../_virtual/_commonjsHelpers.js');
14
- var index = require('../../_virtual/index.js');
15
-
16
- index.__module.exports;
17
- (function (module) {
18
- /* global define */
19
-
20
- (function () {
21
-
22
- var hasOwn = {}.hasOwnProperty;
23
- function classNames() {
24
- var classes = '';
25
- for (var i = 0; i < arguments.length; i++) {
26
- var arg = arguments[i];
27
- if (arg) {
28
- classes = appendClass(classes, parseValue(arg));
29
- }
30
- }
31
- return classes;
32
- }
33
- function parseValue(arg) {
34
- if (typeof arg === 'string' || typeof arg === 'number') {
35
- return arg;
36
- }
37
- if (_rollupPluginBabelHelpers["typeof"](arg) !== 'object') {
38
- return '';
39
- }
40
- if (Array.isArray(arg)) {
41
- return classNames.apply(null, arg);
42
- }
43
- if (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {
44
- return arg.toString();
45
- }
46
- var classes = '';
47
- for (var key in arg) {
48
- if (hasOwn.call(arg, key) && arg[key]) {
49
- classes = appendClass(classes, key);
50
- }
51
- }
52
- return classes;
53
- }
54
- function appendClass(value, newClass) {
55
- if (!newClass) {
56
- return value;
57
- }
58
- if (value) {
59
- return value + ' ' + newClass;
60
- }
61
- return value + newClass;
62
- }
63
- if (module.exports) {
64
- classNames.default = classNames;
65
- module.exports = classNames;
66
- } else {
67
- window.classNames = classNames;
68
- }
69
- })();
70
- })(index.__module);
71
- var classnamesExports = index.__module.exports;
72
- var cx = /*@__PURE__*/_commonjsHelpers.getDefaultExportFromCjs(classnamesExports);
73
-
74
- exports["default"] = cx;