@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
@@ -0,0 +1,151 @@
1
+ //
2
+ // Copyright IBM Corp. 2024, 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
+ // Standard imports.
9
+ @use '../../global/styles/project-settings' as c4p-settings;
10
+ @use '@carbon/styles/scss/theme' as *;
11
+ @use '@carbon/styles/scss/type' as *;
12
+ @use '../../global/styles/mixins';
13
+ @use '@carbon/react/scss/spacing' as *;
14
+ @use '@carbon/styles/scss/utilities';
15
+
16
+ // Other Carbon settings if needed
17
+ // TODO: @use '@carbon/styles/scss/grid';
18
+ // or
19
+ // TODO: @use '@carbon/react/scss/grid';
20
+ // BigNumbers uses the following Carbon for IBM Products components:
21
+ // TODO: @use(s) of IBM Products component styles used by BigNumbers
22
+ // The block part of our conventional BEM class names (blockClass__E--M).
23
+ $block-class: #{c4p-settings.$pkg-prefix}--big-numbers;
24
+ $skeleton-block-class: #{c4p-settings.$pkg-prefix}--big-numbers-skeleton;
25
+
26
+ .#{$block-class}__label {
27
+ @include type-style('label-01');
28
+
29
+ display: block;
30
+ margin: 0;
31
+ color: $text-secondary;
32
+ }
33
+
34
+ .#{$block-class}__value {
35
+ @include type-style('heading-04');
36
+
37
+ margin-bottom: 0;
38
+ }
39
+
40
+ .#{$block-class}__total {
41
+ @include type-style('body-compact-01');
42
+ }
43
+
44
+ .#{$block-class}__total,
45
+ .#{$block-class}__percentage-mark {
46
+ margin-top: auto;
47
+ margin-bottom: $spacing-02;
48
+ }
49
+
50
+ .#{$block-class}__info {
51
+ vertical-align: top;
52
+ }
53
+
54
+ .#{$block-class}__trend {
55
+ margin-top: $spacing-03;
56
+ vertical-align: top;
57
+ }
58
+
59
+ .#{$block-class}__row {
60
+ display: flex;
61
+ }
62
+
63
+ .#{$block-class}__info {
64
+ padding-left: $spacing-03;
65
+ }
66
+
67
+ .#{$block-class}__percentage {
68
+ @include type-style('heading-04');
69
+ }
70
+
71
+ .#{$block-class}__percentage-mark {
72
+ @include type-style('body-compact-01');
73
+ }
74
+
75
+ .#{$block-class}--lg .#{$block-class}__value,
76
+ .#{$block-class}--lg .#{$block-class}__percentage {
77
+ @include type-style('heading-06');
78
+ }
79
+
80
+ .#{$block-class}--lg .#{$block-class}__total,
81
+ .#{$block-class}--lg .#{$block-class}__percentage-mark {
82
+ @include type-style('heading-03');
83
+ }
84
+
85
+ .#{$block-class}--xl .#{$block-class}__label {
86
+ @include type-style('body-compact-01');
87
+ }
88
+
89
+ .#{$block-class}--xl .#{$block-class}__value,
90
+ .#{$block-class}--xl .#{$block-class}__percentage {
91
+ @include type-style('heading-07');
92
+ }
93
+
94
+ .#{$block-class}--xl .#{$block-class}__total,
95
+ .#{$block-class}--xl .#{$block-class}__percentage-mark {
96
+ @include type-style('heading-04');
97
+ }
98
+
99
+ .#{$block-class}--xl .#{$block-class}__trend {
100
+ margin-top: $spacing-04;
101
+ }
102
+
103
+ .#{$skeleton-block-class} {
104
+ width: 4rem;
105
+ }
106
+
107
+ .#{$skeleton-block-class}__label {
108
+ height: $spacing-04;
109
+ margin-top: 0;
110
+ margin-bottom: $spacing-03;
111
+ }
112
+
113
+ .#{$skeleton-block-class}__value {
114
+ /* stylelint-disable-next-line declaration-no-important */
115
+ height: $spacing-08 !important;
116
+ margin: 0;
117
+ }
118
+
119
+ .#{$skeleton-block-class}--lg {
120
+ width: 5rem;
121
+ }
122
+
123
+ .#{$skeleton-block-class}--xl {
124
+ width: 6rem;
125
+ }
126
+
127
+ .#{$skeleton-block-class}.#{$skeleton-block-class}--lg
128
+ .#{$skeleton-block-class}__label {
129
+ height: $spacing-04;
130
+ }
131
+
132
+ .#{$skeleton-block-class}.#{$skeleton-block-class}--lg
133
+ .#{$skeleton-block-class}__value {
134
+ /* stylelint-disable-next-line declaration-no-important */
135
+ height: $spacing-09 !important;
136
+ }
137
+
138
+ .#{$skeleton-block-class}.#{$skeleton-block-class}--xl
139
+ .#{$skeleton-block-class}__label {
140
+ height: $spacing-04;
141
+ }
142
+
143
+ .#{$skeleton-block-class}.#{$skeleton-block-class}--xl
144
+ .#{$skeleton-block-class}__value {
145
+ /* stylelint-disable-next-line declaration-no-important */
146
+ height: $spacing-10 !important;
147
+ }
148
+
149
+ .#{$block-class} .#{$block-class}__tooltip-trigger:focus {
150
+ outline: 1px solid $focus;
151
+ }
@@ -0,0 +1,11 @@
1
+ //
2
+ // Copyright IBM Corp. 2024, 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 any Carbon component styles used from BigNumbers in this file.
9
+ // BigNumbers uses the following Carbon components:
10
+ @use '@carbon/react/scss/components/skeleton-styles';
11
+ @use '@carbon/react/scss/components/tooltip';
@@ -0,0 +1,9 @@
1
+ //
2
+ // Copyright IBM Corp. 2024, 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 './carbon-imports';
9
+ @use './big-numbers';
@@ -0,0 +1,8 @@
1
+ //
2
+ // Copyright IBM Corp. 2024, 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 './big-numbers';
@@ -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,
@@ -47,9 +47,9 @@ $block-class: #{c4p-settings.$pkg-prefix}--full-page-error;
47
47
  .#{$block-class}__error-svg-container {
48
48
  display: flex;
49
49
  height: 100%;
50
- margin: $spacing-03 $spacing-03 $spacing-11 $spacing-03;
50
+ padding: $spacing-03 $spacing-03 $spacing-11 $spacing-03;
51
51
  @include breakpoint(md) {
52
- margin: auto $spacing-03 $spacing-11 $spacing-03;
52
+ padding: auto $spacing-03 $spacing-11 $spacing-03;
53
53
  }
54
54
  }
55
55
 
@@ -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 {
@@ -353,7 +356,7 @@ $action-set-block-class: #{c4p-settings.$pkg-prefix}--action-set;
353
356
  }
354
357
 
355
358
  .#{$block-class}__slug-and-close {
356
- position: fixed;
359
+ position: absolute;
357
360
  z-index: 10; /* must be higher than title container border bottom */
358
361
  top: 0;
359
362
  right: 0;
@@ -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
+ }
@@ -0,0 +1,10 @@
1
+ //
2
+ // Copyright IBM Corp. 2024, 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 any Carbon component styles used from StringFormatter in this file.
9
+ // StringFormatter uses the following Carbon components:
10
+ @use '@carbon/react/scss/components/tooltip';
@@ -0,0 +1,9 @@
1
+ //
2
+ // Copyright IBM Corp. 2024, 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 './carbon-imports';
9
+ @use './string-formatter';
@@ -0,0 +1,8 @@
1
+ //
2
+ // Copyright IBM Corp. 2024, 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 './string-formatter';
@@ -0,0 +1,97 @@
1
+ //
2
+ // Copyright IBM Corp. 2024, 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
+ // Standard imports.
9
+ @use '../../global/styles/project-settings' as c4p-settings;
10
+ @use '../../global/styles/mixins';
11
+ @use '@carbon/styles/scss/type';
12
+ @use '@carbon/styles/scss/spacing' as *;
13
+ // Other Carbon settings if needed
14
+ // TODO: @use '@carbon/styles/scss/grid';
15
+ // or
16
+ // TODO: @use '@carbon/react/scss/grid';
17
+
18
+ // StringFormatter uses the following Carbon for IBM Products components:
19
+ // TODO: @use(s) of IBM Products component styles used by StringFormatter
20
+
21
+ // The block part of our conventional BEM class names (blockClass__E--M).
22
+ $block-class: #{c4p-settings.$pkg-prefix}--string-formatter;
23
+ $popover-block-class: #{c4p-settings.$carbon-prefix}--popover;
24
+
25
+ .#{$block-class} {
26
+ display: inline-block;
27
+ text-align: left;
28
+ }
29
+
30
+ .#{$block-class}--content {
31
+ display: inline-block;
32
+ text-align: left;
33
+ }
34
+
35
+ .#{$block-class}--truncate {
36
+ display: -webkit-box;
37
+ overflow: hidden;
38
+ max-width: 80ch;
39
+ -webkit-box-orient: vertical;
40
+ -webkit-line-clamp: 1;
41
+ }
42
+
43
+ .#{$block-class}__tooltip > button {
44
+ border-width: 0;
45
+ color: currentColor;
46
+ font-size: inherit;
47
+ font-weight: inherit;
48
+ line-height: inherit;
49
+ }
50
+
51
+ .#{$popover-block-class} {
52
+ max-width: $spacing-05;
53
+ margin: 0 auto;
54
+ }
55
+
56
+ .#{$block-class} .#{$popover-block-class}-content {
57
+ max-inline-size: 20rem;
58
+ }
59
+
60
+ .#{$block-class} .#{$popover-block-class}--left .#{$popover-block-class},
61
+ .#{$block-class} .#{$popover-block-class}--left-bottom .#{$popover-block-class},
62
+ .#{$block-class} .#{$popover-block-class}--left-top .#{$popover-block-class} {
63
+ margin: 0;
64
+ }
65
+
66
+ .#{$block-class} .#{$popover-block-class}--right .#{$popover-block-class},
67
+ .#{$block-class}
68
+ .#{$popover-block-class}--right-bottom
69
+ .#{$popover-block-class},
70
+ .#{$block-class} .#{$popover-block-class}--right-top .#{$popover-block-class} {
71
+ margin-right: 0;
72
+ margin-left: auto;
73
+ }
74
+
75
+ .#{$block-class} .#{$popover-block-class}--top .#{$popover-block-class}-caret,
76
+ .#{$block-class}
77
+ .#{$popover-block-class}--top-left
78
+ .#{$popover-block-class}-caret,
79
+ .#{$block-class}
80
+ .#{$popover-block-class}--top-right
81
+ .#{$popover-block-class}-caret {
82
+ /* stylelint-disable-next-line declaration-no-important */
83
+ inset-block-start: -1px !important;
84
+ }
85
+
86
+ .#{$block-class}
87
+ .#{$popover-block-class}--bottom
88
+ .#{$popover-block-class}-caret,
89
+ .#{$block-class}
90
+ .#{$popover-block-class}--bottom-left
91
+ .#{$popover-block-class}-caret,
92
+ .#{$block-class}
93
+ .#{$popover-block-class}--bottom-right
94
+ .#{$popover-block-class}-caret {
95
+ /* stylelint-disable-next-line declaration-no-important */
96
+ inset-block-end: -1px !important;
97
+ }
@@ -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);
@@ -93,6 +88,24 @@ $motion-duration: $duration-moderate-02;
93
88
  transform: translate3d(0, calc(min(95vh, 500px)), 0);
94
89
  }
95
90
 
91
+ &.#{$block-class}.#{$block-class}.#{$block-class}.#{$block-class}--has-slug
92
+ .#{$block-class}__container {
93
+ border: 1px solid transparent;
94
+ border-bottom: 0;
95
+
96
+ /* override carbon ai removing background gradient */
97
+ background: linear-gradient(to top, var(--cds-layer), var(--cds-layer))
98
+ padding-box,
99
+ linear-gradient(
100
+ to bottom,
101
+ var(--cds-ai-border-start, #78a9ff),
102
+ var(--cds-ai-border-end, #d0e2ff)
103
+ )
104
+ border-box,
105
+ linear-gradient(to top, var(--cds-layer), var(--cds-layer)) border-box;
106
+ box-shadow: 0 4px 10px 2px $ai-drop-shadow;
107
+ }
108
+
96
109
  // extra specificity to ensure this transition overrides the carbon default
97
110
  &.#{$block-class}.#{$block-class} .#{$block-class}__container {
98
111
  transition: transform $motion-duration motion(entrance, expressive),
@@ -223,8 +236,14 @@ $motion-duration: $duration-moderate-02;
223
236
  }
224
237
 
225
238
  &.#{$block-class}--wide
239
+ .#{$block-class}__header.#{$block-class}__header--with-close-icon,
240
+ &.#{$block-class}--has-slug .#{$block-class}__header.#{$block-class}__header {
241
+ padding-right: $spacing-11;
242
+ }
243
+
244
+ &.#{$block-class}--wide.#{$block-class}--has-slug
226
245
  .#{$block-class}__header.#{$block-class}__header--with-close-icon {
227
- padding-right: $spacing-10;
246
+ margin-right: $spacing-09;
228
247
  }
229
248
 
230
249
  &.#{$block-class}--narrow .#{$block-class}__header-description {
@@ -292,6 +311,12 @@ $motion-duration: $duration-moderate-02;
292
311
  flex-grow: 1;
293
312
  }
294
313
 
314
+ &.#{$block-class}--has-slug .#{$block-class}__main {
315
+ @include utilities.callout-gradient('default', 0);
316
+
317
+ box-shadow: inset 0 -80px 70px -65px $ai-inner-shadow;
318
+ }
319
+
295
320
  &.#{$block-class}--wide .#{$block-class}__content {
296
321
  // Revert background color overridden by Carbon's modal - https://github.com/carbon-design-system/carbon/blob/main/packages/styles/scss/components/modal/_modal.scss#L54
297
322
  .#{$carbon-prefix}--pagination,
@@ -320,7 +345,8 @@ $motion-duration: $duration-moderate-02;
320
345
  .#{$carbon-prefix}--dropdown--light .#{$carbon-prefix}--dropdown-list,
321
346
  /* stylelint-disable-next-line prettier/prettier */
322
347
  .#{$carbon-prefix}--number--light input[type='number'],
323
- .#{$carbon-prefix}--date-picker--light .#{$carbon-prefix}--date-picker__input {
348
+ .#{$carbon-prefix}--date-picker--light
349
+ .#{$carbon-prefix}--date-picker__input {
324
350
  background-color: $field-02;
325
351
  }
326
352
  }
@@ -340,4 +366,9 @@ $motion-duration: $duration-moderate-02;
340
366
  &.#{$block-class}--wide .#{$block-class}__buttons {
341
367
  background: $background;
342
368
  }
369
+
370
+ &.#{$block-class}--has-slug:not(.#{$block-class}--has-close)
371
+ .#{$carbon-prefix}--slug {
372
+ inset-inline-end: 0;
373
+ }
343
374
  }
@@ -10,6 +10,8 @@
10
10
  @use '../../global/styles/mixins';
11
11
  @use '@carbon/colors' as *;
12
12
  @use '@carbon/styles/scss/theme' as *;
13
+ @use '@carbon/styles/scss/spacing' as *;
14
+ @use '@carbon/styles/scss/type';
13
15
 
14
16
  // Other Carbon settings if needed
15
17
  // TODO: @use '@carbon/styles/scss/grid';
@@ -23,6 +25,20 @@
23
25
 
24
26
  $block-class: #{$pkg-prefix}--user-avatar;
25
27
 
28
+ $sizes: (
29
+ xl: $spacing-10,
30
+ lg: $spacing-09,
31
+ md: $spacing-07,
32
+ sm: $spacing-06,
33
+ );
34
+
35
+ @mixin size($size) {
36
+ $_size: map-get($sizes, $size);
37
+
38
+ width: $_size;
39
+ height: $_size;
40
+ }
41
+
26
42
  .#{$block-class} {
27
43
  position: relative;
28
44
  display: flex;
@@ -32,10 +48,15 @@ $block-class: #{$pkg-prefix}--user-avatar;
32
48
  justify-content: center;
33
49
  border: 0.5px solid transparent;
34
50
  border-radius: 100%;
51
+ color: $text-inverse;
35
52
  outline: none;
36
53
  outline-offset: 3px;
37
54
  }
38
55
 
56
+ .#{$block-class} svg {
57
+ color: $icon-inverse;
58
+ }
59
+
39
60
  .#{$block-class}__tooltip {
40
61
  &:focus-within .#{$block-class} {
41
62
  // stylelint-disable-next-line carbon/theme-token-use
@@ -55,3 +76,22 @@ $block-class: #{$pkg-prefix}--user-avatar;
55
76
  .#{$block-class}--dark-cyan {
56
77
  @include setBgColor($cyan-60);
57
78
  }
79
+ .#{$block-class}--xl {
80
+ @include size('xl');
81
+ @include type.type-style('heading-04');
82
+ }
83
+
84
+ .#{$block-class}--lg {
85
+ @include size('lg');
86
+ @include type.type-style('heading-03');
87
+ }
88
+
89
+ .#{$block-class}--md {
90
+ @include size('md');
91
+ @include type.type-style('body-compact-01');
92
+ }
93
+
94
+ .#{$block-class}--sm {
95
+ @include size('sm');
96
+ @include type.type-style('label-01');
97
+ }
@@ -47,6 +47,7 @@
47
47
  @use './Datagrid/index-with-carbon' as *;
48
48
  @use './EditUpdateCards/index-with-carbon' as *;
49
49
  @use './SimpleHeader/index-with-carbon' as *;
50
+ @use './BigNumbers/index-with-carbon' as *;
50
51
  @use './TruncatedList/index-with-carbon' as *;
51
52
  @use './InterstitialScreen/index-with-carbon' as *;
52
53
  @use './InterstitialScreenView/index-with-carbon' as *;
@@ -61,4 +62,5 @@
61
62
  @use './DelimitedList/index-with-carbon' as *;
62
63
  @use './FullPageError/index-with-carbon' as *;
63
64
  @use './SearchBar/index-with-carbon' as *;
65
+ @use './StringFormatter/index-with-carbon' as *;
64
66
  @use './UserAvatar/index-with-carbon' as *;
@@ -62,6 +62,7 @@
62
62
  @use './Guidebanner';
63
63
  @use './InlineTip';
64
64
  @use './NonLinearReading';
65
+ @use './BigNumbers';
65
66
  @use './TruncatedList';
66
67
  @use './InterstitialScreen';
67
68
  @use './InterstitialScreenView';
@@ -69,4 +70,5 @@
69
70
  @use './DelimitedList';
70
71
  @use './FullPageError';
71
72
  @use './SearchBar';
73
+ @use './StringFormatter';
72
74
  @use './UserAvatar';
@@ -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 };