@carbon/ibm-products 2.56.1 → 2.57.0

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 (789) hide show
  1. package/css/index-full-carbon.css +66 -20
  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 +28 -12
  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 +28 -12
  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 +29 -12
  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/_commonjsHelpers.js +1 -1
  18. package/es/_virtual/_rollupPluginBabelHelpers.js +1 -1
  19. package/es/_virtual/index.js +1 -1
  20. package/es/_virtual/index2.js +1 -1
  21. package/es/components/APIKeyModal/APIKeyDownloader.d.ts +1 -1
  22. package/es/components/APIKeyModal/APIKeyDownloader.js +2 -2
  23. package/es/components/APIKeyModal/APIKeyModal.d.ts +13 -0
  24. package/es/components/APIKeyModal/APIKeyModal.js +70 -26
  25. package/es/components/APIKeyModal/APIKeyModal.types.d.ts +16 -2
  26. package/es/components/AboutModal/AboutModal.js +1 -1
  27. package/es/components/ActionBar/ActionBar.js +1 -1
  28. package/es/components/ActionBar/ActionBarItem.js +1 -1
  29. package/es/components/ActionBar/ActionBarOverflowItems.js +1 -1
  30. package/es/components/ActionSet/ActionSet.js +1 -1
  31. package/es/components/AddSelect/AddSelect.js +1 -1
  32. package/es/components/AddSelect/AddSelectBody.js +1 -1
  33. package/es/components/AddSelect/AddSelectBreadcrumbs.js +1 -1
  34. package/es/components/AddSelect/AddSelectColumn.js +1 -1
  35. package/es/components/AddSelect/AddSelectFilter.js +1 -1
  36. package/es/components/AddSelect/AddSelectFormControl.js +1 -1
  37. package/es/components/AddSelect/AddSelectList.js +1 -1
  38. package/es/components/AddSelect/AddSelectMetaPanel.js +1 -1
  39. package/es/components/AddSelect/AddSelectRow.js +1 -1
  40. package/es/components/AddSelect/AddSelectSidebar.js +1 -1
  41. package/es/components/AddSelect/AddSelectSort.js +1 -1
  42. package/es/components/AddSelect/add-select-utils.js +1 -1
  43. package/es/components/AddSelect/hooks/useFocus.js +1 -1
  44. package/es/components/AddSelect/hooks/useItemSort.js +1 -1
  45. package/es/components/AddSelect/hooks/useParentSelect.js +1 -1
  46. package/es/components/AddSelect/hooks/usePath.js +1 -1
  47. package/es/components/BigNumbers/BigNumbers.js +1 -1
  48. package/es/components/BigNumbers/constants.js +1 -1
  49. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +1 -1
  50. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +1 -1
  51. package/es/components/Card/Card.js +4 -5
  52. package/es/components/Card/CardFooter.js +1 -1
  53. package/es/components/Card/CardHeader.js +1 -1
  54. package/es/components/Carousel/Carousel.js +1 -1
  55. package/es/components/Carousel/CarouselItem.js +1 -1
  56. package/es/components/Cascade/Cascade.js +1 -1
  57. package/es/components/Checklist/Checklist.js +1 -1
  58. package/es/components/Checklist/Checklist.types.js +1 -1
  59. package/es/components/Checklist/ChecklistChart.js +1 -1
  60. package/es/components/Checklist/ChecklistIcon.js +1 -1
  61. package/es/components/Coachmark/Coachmark.js +1 -1
  62. package/es/components/Coachmark/CoachmarkDragbar.js +1 -1
  63. package/es/components/Coachmark/CoachmarkHeader.js +1 -1
  64. package/es/components/Coachmark/CoachmarkOverlay.js +5 -1
  65. package/es/components/Coachmark/CoachmarkTagline.js +1 -1
  66. package/es/components/Coachmark/utils/constants.js +1 -1
  67. package/es/components/Coachmark/utils/context.js +1 -1
  68. package/es/components/Coachmark/utils/enums.js +1 -1
  69. package/es/components/Coachmark/utils/hooks.js +1 -1
  70. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
  71. package/es/components/CoachmarkButton/CoachmarkButton.js +1 -1
  72. package/es/components/CoachmarkFixed/CoachmarkFixed.js +1 -1
  73. package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +1 -1
  74. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +12 -0
  75. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +40 -9
  76. package/es/components/CoachmarkStack/CoachmarkStack.js +1 -1
  77. package/es/components/CoachmarkStack/CoachmarkStackHome.js +1 -1
  78. package/es/components/ComboButton/ComboButton.js +1 -1
  79. package/es/components/ComboButton/ComboButtonItem/index.js +1 -1
  80. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +1 -1
  81. package/es/components/ConditionBuilder/ConditionBuilder.js +1 -1
  82. package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +1 -1
  83. package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +1 -1
  84. package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +1 -1
  85. package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +1 -1
  86. package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +1 -1
  87. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +10 -6
  88. package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +1 -1
  89. package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -1
  90. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +1 -1
  91. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +1 -1
  92. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +1 -1
  93. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +1 -1
  94. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +1 -1
  95. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +1 -1
  96. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +1 -1
  97. package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +1 -1
  98. package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +1 -1
  99. package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +1 -1
  100. package/es/components/ConditionBuilder/utils/useDataConfigs.js +1 -1
  101. package/es/components/ConditionBuilder/utils/useTranslations.js +1 -1
  102. package/es/components/ConditionBuilder/utils/util.js +1 -1
  103. package/es/components/CreateFullPage/CreateFullPage.js +1 -1
  104. package/es/components/CreateFullPage/CreateFullPageStep.js +1 -1
  105. package/es/components/CreateInfluencer/CreateInfluencer.js +1 -1
  106. package/es/components/CreateModal/CreateModal.js +1 -1
  107. package/es/components/CreateSidePanel/CreateSidePanel.js +1 -1
  108. package/es/components/CreateTearsheet/CreateTearsheet.js +3 -2
  109. package/es/components/CreateTearsheet/CreateTearsheetDivider.js +1 -1
  110. package/es/components/CreateTearsheet/CreateTearsheetStep.js +1 -1
  111. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -1
  112. package/es/components/DataSpreadsheet/DataSpreadsheet.js +1 -1
  113. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +1 -1
  114. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +1 -1
  115. package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +1 -1
  116. package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +1 -1
  117. package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -1
  118. package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +1 -1
  119. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +1 -1
  120. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +1 -1
  121. package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -1
  122. package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +1 -1
  123. package/es/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -1
  124. package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +1 -1
  125. package/es/components/DataSpreadsheet/utils/commonEventHandlers.js +1 -1
  126. package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +1 -1
  127. package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +1 -1
  128. package/es/components/DataSpreadsheet/utils/getCellSize.js +1 -1
  129. package/es/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +1 -1
  130. package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -1
  131. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +1 -1
  132. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +1 -1
  133. package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +1 -1
  134. package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +1 -1
  135. package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +1 -1
  136. package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +1 -1
  137. package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +1 -1
  138. package/es/components/DataSpreadsheet/utils/removeCellSelections.js +1 -1
  139. package/es/components/DataSpreadsheet/utils/selectAllCells.js +1 -1
  140. package/es/components/Datagrid/Datagrid/Datagrid.js +1 -1
  141. package/es/components/Datagrid/Datagrid/DatagridBody.js +1 -1
  142. package/es/components/Datagrid/Datagrid/DatagridContent.js +1 -1
  143. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +1 -1
  144. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +1 -1
  145. package/es/components/Datagrid/Datagrid/DatagridHead.js +1 -1
  146. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +1 -1
  147. package/es/components/Datagrid/Datagrid/DatagridRefBody.js +1 -1
  148. package/es/components/Datagrid/Datagrid/DatagridRow.js +1 -1
  149. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +32 -3
  150. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +1 -1
  151. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -1
  152. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +1 -1
  153. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +1 -1
  154. package/es/components/Datagrid/Datagrid/DraggableElement.js +1 -1
  155. package/es/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +1 -1
  156. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -1
  157. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
  158. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -1
  159. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -1
  160. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -1
  161. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -1
  162. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -1
  163. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +1 -1
  164. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -1
  165. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +1 -1
  166. package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +1 -1
  167. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +1 -1
  168. package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -1
  169. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +1 -1
  170. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +1 -1
  171. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +1 -1
  172. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +1 -1
  173. package/es/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +1 -1
  174. package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +1 -1
  175. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -1
  176. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +1 -1
  177. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -1
  178. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +1 -1
  179. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -1
  180. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +1 -1
  181. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +1 -1
  182. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +1 -1
  183. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -1
  184. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -1
  185. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +1 -1
  186. package/es/components/Datagrid/common-column-ids.js +1 -1
  187. package/es/components/Datagrid/useActionsColumn.js +1 -1
  188. package/es/components/Datagrid/useColumnCenterAlign.js +1 -1
  189. package/es/components/Datagrid/useColumnOrder.js +1 -1
  190. package/es/components/Datagrid/useColumnRightAlign.js +1 -1
  191. package/es/components/Datagrid/useCustomizeColumns.js +1 -1
  192. package/es/components/Datagrid/useDatagrid.js +1 -1
  193. package/es/components/Datagrid/useDefaultStringRenderer.js +1 -1
  194. package/es/components/Datagrid/useDisableSelectRows.js +1 -1
  195. package/es/components/Datagrid/useEditableCell.js +1 -1
  196. package/es/components/Datagrid/useExpandedRow.js +1 -1
  197. package/es/components/Datagrid/useFiltering.js +1 -1
  198. package/es/components/Datagrid/useFlexResize.js +1 -1
  199. package/es/components/Datagrid/useFloatingScroll.js +1 -1
  200. package/es/components/Datagrid/useFocusRowExpander.js +1 -1
  201. package/es/components/Datagrid/useInfiniteScroll.js +1 -1
  202. package/es/components/Datagrid/useInitialColumnSort.js +1 -1
  203. package/es/components/Datagrid/useInlineEdit.js +1 -1
  204. package/es/components/Datagrid/useNestedRowExpander.js +1 -1
  205. package/es/components/Datagrid/useNestedRows.js +1 -1
  206. package/es/components/Datagrid/useOnRowClick.js +1 -1
  207. package/es/components/Datagrid/useParentDimensions.js +1 -1
  208. package/es/components/Datagrid/useResizeTable.js +1 -1
  209. package/es/components/Datagrid/useRowExpander.js +1 -1
  210. package/es/components/Datagrid/useRowIsMouseOver.js +1 -1
  211. package/es/components/Datagrid/useRowRenderer.js +1 -1
  212. package/es/components/Datagrid/useRowSize.js +1 -1
  213. package/es/components/Datagrid/useSelectAllToggle.js +1 -1
  214. package/es/components/Datagrid/useSelectRows.js +1 -1
  215. package/es/components/Datagrid/useSkeletonRows.js +1 -1
  216. package/es/components/Datagrid/useSortableColumns.js +1 -1
  217. package/es/components/Datagrid/useStickyColumn.js +1 -1
  218. package/es/components/Datagrid/utils/getAutoSizedColumnWidth.js +1 -1
  219. package/es/components/Decorator/Decorator.js +1 -1
  220. package/es/components/DecoratorBase/DecoratorBase.js +1 -1
  221. package/es/components/DecoratorBase/DecoratorIcon.js +1 -1
  222. package/es/components/DecoratorBase/utils.js +1 -1
  223. package/es/components/DecoratorDualButton/DecoratorDualButton.js +1 -1
  224. package/es/components/DecoratorLink/DecoratorLink.js +1 -1
  225. package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +1 -1
  226. package/es/components/DelimitedList/DelimitedList.js +1 -1
  227. package/es/components/DescriptionList/DescriptionList.js +1 -1
  228. package/es/components/DescriptionList/DescriptionListBody.js +1 -1
  229. package/es/components/DescriptionList/DescriptionListCell.js +1 -1
  230. package/es/components/DescriptionList/DescriptionListRow.js +1 -1
  231. package/es/components/DescriptionList/constants.js +1 -1
  232. package/es/components/EditFullPage/EditFullPage.js +1 -1
  233. package/es/components/EditInPlace/EditInPlace.js +1 -1
  234. package/es/components/EditSidePanel/EditSidePanel.js +1 -1
  235. package/es/components/EditTearsheet/EditTearsheet.js +1 -1
  236. package/es/components/EditTearsheet/EditTearsheetForm.js +1 -1
  237. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +1 -1
  238. package/es/components/EditUpdateCards/EditUpdateCards.js +1 -1
  239. package/es/components/EmptyStates/EmptyState.js +1 -1
  240. package/es/components/EmptyStates/EmptyStateContent.js +1 -1
  241. package/es/components/EmptyStates/EmptyStateIllustration.js +1 -1
  242. package/es/components/EmptyStates/EmptyStateV2.js +1 -1
  243. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
  244. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
  245. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
  246. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
  247. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
  248. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
  249. package/es/components/EmptyStates/assets/ErrorIllustration.js +1 -1
  250. package/es/components/EmptyStates/assets/NoDataIllustration.js +1 -1
  251. package/es/components/EmptyStates/assets/NoTagsIllustration.js +1 -1
  252. package/es/components/EmptyStates/assets/NotFoundIllustration.js +1 -1
  253. package/es/components/EmptyStates/assets/NotificationsIllustration.js +1 -1
  254. package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -1
  255. package/es/components/ExportModal/ExportModal.js +1 -1
  256. package/es/components/ExpressiveCard/ExpressiveCard.js +1 -1
  257. package/es/components/FeatureFlags/index.js +1 -1
  258. package/es/components/FilterPanel/FilterPanel.js +1 -1
  259. package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
  260. package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +1 -1
  261. package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +1 -1
  262. package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +1 -1
  263. package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +1 -1
  264. package/es/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +1 -1
  265. package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +1 -1
  266. package/es/components/FilterSummary/FilterSummary.js +2 -2
  267. package/es/components/FullPageError/FullPageError.js +1 -1
  268. package/es/components/FullPageError/assets/Error403SVG.js +1 -1
  269. package/es/components/FullPageError/assets/Error404SVG.js +1 -1
  270. package/es/components/FullPageError/assets/ErrorGenericSVG.js +1 -1
  271. package/es/components/GetStartedCard/GetStartedCard.js +1 -1
  272. package/es/components/Guidebanner/Guidebanner.js +1 -1
  273. package/es/components/Guidebanner/GuidebannerElement.js +1 -1
  274. package/es/components/Guidebanner/GuidebannerElementButton.js +1 -1
  275. package/es/components/Guidebanner/GuidebannerElementLink.js +1 -1
  276. package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +2 -2
  277. package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +2 -2
  278. package/es/components/HTTPErrors/HTTPErrorContent.js +1 -1
  279. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +2 -2
  280. package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +1 -1
  281. package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +1 -1
  282. package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +1 -1
  283. package/es/components/ImportModal/ImportModal.js +1 -1
  284. package/es/components/InlineTip/InlineTip.js +1 -1
  285. package/es/components/InlineTip/InlineTipButton.js +1 -1
  286. package/es/components/InlineTip/InlineTipLink.js +1 -1
  287. package/es/components/InlineTip/utils.js +1 -1
  288. package/es/components/InterstitialScreen/InterstitialScreen.js +3 -4
  289. package/es/components/InterstitialScreenView/InterstitialScreenView.js +1 -1
  290. package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +1 -1
  291. package/es/components/MultiAddSelect/MultiAddSelect.js +1 -1
  292. package/es/components/Nav/Nav.js +1 -1
  293. package/es/components/Nav/NavItem.js +1 -1
  294. package/es/components/Nav/NavItemLink.js +1 -1
  295. package/es/components/Nav/NavList.js +1 -1
  296. package/es/components/NonLinearReading/NonLinearReading.js +1 -1
  297. package/es/components/NotificationsPanel/NotificationsPanel.js +1 -1
  298. package/es/components/NotificationsPanel/utils.js +1 -1
  299. package/es/components/OptionsTile/OptionsTile.js +1 -1
  300. package/es/components/PageHeader/PageHeader.js +14 -4
  301. package/es/components/PageHeader/PageHeaderTitle.js +11 -30
  302. package/es/components/PageHeader/PageHeaderUtils.js +1 -1
  303. package/es/components/ProductiveCard/ProductiveCard.d.ts +6 -2
  304. package/es/components/ProductiveCard/ProductiveCard.js +8 -6
  305. package/es/components/RemoveModal/RemoveModal.js +1 -1
  306. package/es/components/Saving/Saving.js +1 -1
  307. package/es/components/ScrollGradient/ScrollGradient.js +1 -1
  308. package/es/components/ScrollGradient/constants.js +1 -1
  309. package/es/components/SearchBar/SearchBar.js +1 -1
  310. package/es/components/SidePanel/SidePanel.d.ts +6 -1
  311. package/es/components/SidePanel/SidePanel.js +42 -27
  312. package/es/components/SidePanel/constants.js +1 -1
  313. package/es/components/SidePanel/motion/variants.js +1 -1
  314. package/es/components/SimpleHeader/SimpleHeader.js +1 -1
  315. package/es/components/SingleAddSelect/SingleAddSelect.js +1 -1
  316. package/es/components/StatusIcon/StatusIcon.js +1 -1
  317. package/es/components/StatusIndicator/StatusIndicator.js +1 -1
  318. package/es/components/StatusIndicator/StatusIndicatorStep.js +1 -1
  319. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +1 -1
  320. package/es/components/StringFormatter/StringFormatter.js +1 -1
  321. package/es/components/StringFormatter/utils/enums.js +1 -1
  322. package/es/components/TagOverflow/TagOverflow.js +3 -6
  323. package/es/components/TagOverflow/TagOverflowModal.js +1 -1
  324. package/es/components/TagOverflow/TagOverflowPopover.js +1 -1
  325. package/es/components/TagOverflow/constants.js +1 -1
  326. package/es/components/TagSet/TagSet.js +1 -1
  327. package/es/components/TagSet/TagSetModal.js +1 -1
  328. package/es/components/TagSet/TagSetOverflow.js +1 -1
  329. package/es/components/Tearsheet/Tearsheet.js +1 -1
  330. package/es/components/Tearsheet/TearsheetNarrow.js +1 -1
  331. package/es/components/Tearsheet/TearsheetShell.d.ts +4 -0
  332. package/es/components/Tearsheet/TearsheetShell.js +6 -38
  333. package/es/components/Toolbar/Toolbar.js +1 -1
  334. package/es/components/Toolbar/ToolbarButton.js +1 -1
  335. package/es/components/Toolbar/ToolbarGroup.js +1 -1
  336. package/es/components/TooltipTrigger/TooltipTrigger.js +1 -1
  337. package/es/components/TruncatedList/TruncatedList.js +1 -1
  338. package/es/components/UserAvatar/UserAvatar.js +1 -1
  339. package/es/components/UserProfileImage/UserProfileImage.js +1 -1
  340. package/es/components/WebTerminal/WebTerminal.js +1 -1
  341. package/es/components/WebTerminal/WebTerminalContentWrapper.js +1 -1
  342. package/es/components/WebTerminal/hooks/index.js +1 -1
  343. package/es/components/_Canary/Canary.js +1 -1
  344. package/es/feature-flags.js +1 -1
  345. package/es/global/js/hooks/useActiveElement.js +1 -1
  346. package/es/global/js/hooks/useClickOutside.js +1 -1
  347. package/es/global/js/hooks/useControllableState.js +1 -1
  348. package/es/global/js/hooks/useCreateComponentFocus.js +1 -1
  349. package/es/global/js/hooks/useCreateComponentStepChange.js +1 -1
  350. package/es/global/js/hooks/useFocus.d.ts +1 -1
  351. package/es/global/js/hooks/useFocus.js +8 -5
  352. package/es/global/js/hooks/useIsomorphicEffect.js +1 -1
  353. package/es/global/js/hooks/usePortalTarget.js +1 -1
  354. package/es/global/js/hooks/usePrefersReducedMotion.js +1 -1
  355. package/es/global/js/hooks/usePrefix.js +1 -1
  356. package/es/global/js/hooks/usePreviousValue.js +1 -1
  357. package/es/global/js/hooks/useResetCreateComponent.js +1 -1
  358. package/es/global/js/hooks/useResizeObserver.js +1 -1
  359. package/es/global/js/hooks/useRetrieveFormTitles.js +1 -1
  360. package/es/global/js/hooks/useRetrieveStepData.js +1 -1
  361. package/es/global/js/hooks/useValidCreateStepCount.js +1 -1
  362. package/es/global/js/hooks/useWindowResize.js +1 -1
  363. package/es/global/js/hooks/useWindowScroll.js +1 -1
  364. package/es/global/js/package-settings.js +1 -1
  365. package/es/global/js/utils/Wrap.js +1 -1
  366. package/es/global/js/utils/checkForOverflow.d.ts +5 -0
  367. package/es/global/js/utils/checkForOverflow.js +31 -0
  368. package/es/global/js/utils/deepCloneObject.js +1 -1
  369. package/es/global/js/utils/devtools.js +1 -1
  370. package/es/global/js/utils/getBezierValues.js +1 -1
  371. package/es/global/js/utils/getFocusableElements.js +1 -1
  372. package/es/global/js/utils/getNodeTextContent.js +1 -1
  373. package/es/global/js/utils/getNumberOfHiddenSteps.js +1 -1
  374. package/es/global/js/utils/getScrollbarWidth.js +1 -1
  375. package/es/global/js/utils/keyboardNavigation.js +1 -1
  376. package/es/global/js/utils/lastIndexInArray.js +1 -1
  377. package/es/global/js/utils/motionConstants.js +1 -1
  378. package/es/global/js/utils/pconsole.js +1 -1
  379. package/es/global/js/utils/props-helper.js +1 -1
  380. package/es/global/js/utils/rangeWithCallback.js +1 -1
  381. package/es/global/js/utils/scrollableAncestor.js +1 -1
  382. package/es/global/js/utils/useId.js +1 -1
  383. package/es/global/js/utils/uuidv4.js +1 -1
  384. package/es/global/js/utils/wait.js +1 -1
  385. package/es/global/js/utils/wrapFocus.js +1 -1
  386. package/es/index.js +1 -1
  387. package/es/node_modules/@carbon/colors/es/index.js +1 -1
  388. package/es/node_modules/@carbon/icon-helpers/es/index.js +1 -1
  389. package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
  390. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1 -1
  391. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +1 -1
  392. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +1 -1
  393. package/es/node_modules/object-assign/index.js +1 -1
  394. package/es/node_modules/prop-types/checkPropTypes.js +1 -1
  395. package/es/node_modules/prop-types/factoryWithThrowingShims.js +1 -1
  396. package/es/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
  397. package/es/node_modules/prop-types/index.js +1 -1
  398. package/es/node_modules/prop-types/lib/ReactPropTypesSecret.js +1 -1
  399. package/es/node_modules/prop-types/lib/has.js +1 -1
  400. package/es/settings.js +1 -1
  401. package/lib/_virtual/_commonjsHelpers.js +1 -1
  402. package/lib/_virtual/_rollupPluginBabelHelpers.js +1 -1
  403. package/lib/_virtual/index.js +1 -1
  404. package/lib/_virtual/index2.js +1 -1
  405. package/lib/components/APIKeyModal/APIKeyDownloader.d.ts +1 -1
  406. package/lib/components/APIKeyModal/APIKeyDownloader.js +2 -2
  407. package/lib/components/APIKeyModal/APIKeyModal.d.ts +13 -0
  408. package/lib/components/APIKeyModal/APIKeyModal.js +69 -23
  409. package/lib/components/APIKeyModal/APIKeyModal.types.d.ts +16 -2
  410. package/lib/components/AboutModal/AboutModal.js +1 -1
  411. package/lib/components/ActionBar/ActionBar.js +1 -1
  412. package/lib/components/ActionBar/ActionBarItem.js +1 -1
  413. package/lib/components/ActionBar/ActionBarOverflowItems.js +1 -1
  414. package/lib/components/ActionSet/ActionSet.js +1 -1
  415. package/lib/components/AddSelect/AddSelect.js +1 -1
  416. package/lib/components/AddSelect/AddSelectBody.js +1 -1
  417. package/lib/components/AddSelect/AddSelectBreadcrumbs.js +1 -1
  418. package/lib/components/AddSelect/AddSelectColumn.js +1 -1
  419. package/lib/components/AddSelect/AddSelectFilter.js +1 -1
  420. package/lib/components/AddSelect/AddSelectFormControl.js +1 -1
  421. package/lib/components/AddSelect/AddSelectList.js +1 -1
  422. package/lib/components/AddSelect/AddSelectMetaPanel.js +1 -1
  423. package/lib/components/AddSelect/AddSelectRow.js +1 -1
  424. package/lib/components/AddSelect/AddSelectSidebar.js +1 -1
  425. package/lib/components/AddSelect/AddSelectSort.js +1 -1
  426. package/lib/components/AddSelect/add-select-utils.js +1 -1
  427. package/lib/components/AddSelect/hooks/useFocus.js +1 -1
  428. package/lib/components/AddSelect/hooks/useItemSort.js +1 -1
  429. package/lib/components/AddSelect/hooks/useParentSelect.js +1 -1
  430. package/lib/components/AddSelect/hooks/usePath.js +1 -1
  431. package/lib/components/BigNumbers/BigNumbers.js +1 -1
  432. package/lib/components/BigNumbers/constants.js +1 -1
  433. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +1 -1
  434. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +1 -1
  435. package/lib/components/Card/Card.js +4 -5
  436. package/lib/components/Card/CardFooter.js +1 -1
  437. package/lib/components/Card/CardHeader.js +1 -1
  438. package/lib/components/Carousel/Carousel.js +1 -1
  439. package/lib/components/Carousel/CarouselItem.js +1 -1
  440. package/lib/components/Cascade/Cascade.js +1 -1
  441. package/lib/components/Checklist/Checklist.js +1 -1
  442. package/lib/components/Checklist/Checklist.types.js +1 -1
  443. package/lib/components/Checklist/ChecklistChart.js +1 -1
  444. package/lib/components/Checklist/ChecklistIcon.js +1 -1
  445. package/lib/components/Coachmark/Coachmark.js +1 -1
  446. package/lib/components/Coachmark/CoachmarkDragbar.js +1 -1
  447. package/lib/components/Coachmark/CoachmarkHeader.js +1 -1
  448. package/lib/components/Coachmark/CoachmarkOverlay.js +5 -1
  449. package/lib/components/Coachmark/CoachmarkTagline.js +1 -1
  450. package/lib/components/Coachmark/utils/constants.js +1 -1
  451. package/lib/components/Coachmark/utils/context.js +1 -1
  452. package/lib/components/Coachmark/utils/enums.js +1 -1
  453. package/lib/components/Coachmark/utils/hooks.js +1 -1
  454. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
  455. package/lib/components/CoachmarkButton/CoachmarkButton.js +1 -1
  456. package/lib/components/CoachmarkFixed/CoachmarkFixed.js +1 -1
  457. package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +1 -1
  458. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +12 -0
  459. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +40 -9
  460. package/lib/components/CoachmarkStack/CoachmarkStack.js +1 -1
  461. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +1 -1
  462. package/lib/components/ComboButton/ComboButton.js +1 -1
  463. package/lib/components/ComboButton/ComboButtonItem/index.js +1 -1
  464. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +1 -1
  465. package/lib/components/ConditionBuilder/ConditionBuilder.js +1 -1
  466. package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +1 -1
  467. package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +1 -1
  468. package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +1 -1
  469. package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +1 -1
  470. package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +1 -1
  471. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +10 -6
  472. package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +1 -1
  473. package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -1
  474. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +1 -1
  475. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +1 -1
  476. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +1 -1
  477. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +1 -1
  478. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +1 -1
  479. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +1 -1
  480. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +1 -1
  481. package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +1 -1
  482. package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +1 -1
  483. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +1 -1
  484. package/lib/components/ConditionBuilder/utils/useDataConfigs.js +1 -1
  485. package/lib/components/ConditionBuilder/utils/useTranslations.js +1 -1
  486. package/lib/components/ConditionBuilder/utils/util.js +1 -1
  487. package/lib/components/CreateFullPage/CreateFullPage.js +1 -1
  488. package/lib/components/CreateFullPage/CreateFullPageStep.js +1 -1
  489. package/lib/components/CreateInfluencer/CreateInfluencer.js +1 -1
  490. package/lib/components/CreateModal/CreateModal.js +1 -1
  491. package/lib/components/CreateSidePanel/CreateSidePanel.js +1 -1
  492. package/lib/components/CreateTearsheet/CreateTearsheet.js +3 -2
  493. package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +1 -1
  494. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +1 -1
  495. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -1
  496. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +1 -1
  497. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +1 -1
  498. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +1 -1
  499. package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +1 -1
  500. package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +1 -1
  501. package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -1
  502. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +1 -1
  503. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +1 -1
  504. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +1 -1
  505. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -1
  506. package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +1 -1
  507. package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -1
  508. package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +1 -1
  509. package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +1 -1
  510. package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +1 -1
  511. package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +1 -1
  512. package/lib/components/DataSpreadsheet/utils/getCellSize.js +1 -1
  513. package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +1 -1
  514. package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -1
  515. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +1 -1
  516. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +1 -1
  517. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +1 -1
  518. package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +1 -1
  519. package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +1 -1
  520. package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +1 -1
  521. package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +1 -1
  522. package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +1 -1
  523. package/lib/components/DataSpreadsheet/utils/selectAllCells.js +1 -1
  524. package/lib/components/Datagrid/Datagrid/Datagrid.js +1 -1
  525. package/lib/components/Datagrid/Datagrid/DatagridBody.js +1 -1
  526. package/lib/components/Datagrid/Datagrid/DatagridContent.js +1 -1
  527. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +1 -1
  528. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +1 -1
  529. package/lib/components/Datagrid/Datagrid/DatagridHead.js +1 -1
  530. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +1 -1
  531. package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +1 -1
  532. package/lib/components/Datagrid/Datagrid/DatagridRow.js +1 -1
  533. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +31 -2
  534. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +1 -1
  535. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -1
  536. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +1 -1
  537. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +1 -1
  538. package/lib/components/Datagrid/Datagrid/DraggableElement.js +1 -1
  539. package/lib/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +1 -1
  540. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -1
  541. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
  542. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -1
  543. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -1
  544. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -1
  545. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -1
  546. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -1
  547. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +1 -1
  548. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -1
  549. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +1 -1
  550. package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +1 -1
  551. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +1 -1
  552. package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -1
  553. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +1 -1
  554. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +1 -1
  555. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +1 -1
  556. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +1 -1
  557. package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +1 -1
  558. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +1 -1
  559. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -1
  560. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +1 -1
  561. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -1
  562. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +1 -1
  563. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -1
  564. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +1 -1
  565. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +1 -1
  566. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +1 -1
  567. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -1
  568. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -1
  569. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +1 -1
  570. package/lib/components/Datagrid/common-column-ids.js +1 -1
  571. package/lib/components/Datagrid/useActionsColumn.js +1 -1
  572. package/lib/components/Datagrid/useColumnCenterAlign.js +1 -1
  573. package/lib/components/Datagrid/useColumnOrder.js +1 -1
  574. package/lib/components/Datagrid/useColumnRightAlign.js +1 -1
  575. package/lib/components/Datagrid/useCustomizeColumns.js +1 -1
  576. package/lib/components/Datagrid/useDatagrid.js +1 -1
  577. package/lib/components/Datagrid/useDefaultStringRenderer.js +1 -1
  578. package/lib/components/Datagrid/useDisableSelectRows.js +1 -1
  579. package/lib/components/Datagrid/useEditableCell.js +1 -1
  580. package/lib/components/Datagrid/useExpandedRow.js +1 -1
  581. package/lib/components/Datagrid/useFiltering.js +1 -1
  582. package/lib/components/Datagrid/useFlexResize.js +1 -1
  583. package/lib/components/Datagrid/useFloatingScroll.js +1 -1
  584. package/lib/components/Datagrid/useFocusRowExpander.js +1 -1
  585. package/lib/components/Datagrid/useInfiniteScroll.js +1 -1
  586. package/lib/components/Datagrid/useInitialColumnSort.js +1 -1
  587. package/lib/components/Datagrid/useInlineEdit.js +1 -1
  588. package/lib/components/Datagrid/useNestedRowExpander.js +1 -1
  589. package/lib/components/Datagrid/useNestedRows.js +1 -1
  590. package/lib/components/Datagrid/useOnRowClick.js +1 -1
  591. package/lib/components/Datagrid/useParentDimensions.js +1 -1
  592. package/lib/components/Datagrid/useResizeTable.js +1 -1
  593. package/lib/components/Datagrid/useRowExpander.js +1 -1
  594. package/lib/components/Datagrid/useRowIsMouseOver.js +1 -1
  595. package/lib/components/Datagrid/useRowRenderer.js +1 -1
  596. package/lib/components/Datagrid/useRowSize.js +1 -1
  597. package/lib/components/Datagrid/useSelectAllToggle.js +1 -1
  598. package/lib/components/Datagrid/useSelectRows.js +1 -1
  599. package/lib/components/Datagrid/useSkeletonRows.js +1 -1
  600. package/lib/components/Datagrid/useSortableColumns.js +1 -1
  601. package/lib/components/Datagrid/useStickyColumn.js +1 -1
  602. package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +1 -1
  603. package/lib/components/Decorator/Decorator.js +1 -1
  604. package/lib/components/DecoratorBase/DecoratorBase.js +1 -1
  605. package/lib/components/DecoratorBase/DecoratorIcon.js +1 -1
  606. package/lib/components/DecoratorBase/utils.js +1 -1
  607. package/lib/components/DecoratorDualButton/DecoratorDualButton.js +1 -1
  608. package/lib/components/DecoratorLink/DecoratorLink.js +1 -1
  609. package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +1 -1
  610. package/lib/components/DelimitedList/DelimitedList.js +1 -1
  611. package/lib/components/DescriptionList/DescriptionList.js +1 -1
  612. package/lib/components/DescriptionList/DescriptionListBody.js +1 -1
  613. package/lib/components/DescriptionList/DescriptionListCell.js +1 -1
  614. package/lib/components/DescriptionList/DescriptionListRow.js +1 -1
  615. package/lib/components/DescriptionList/constants.js +1 -1
  616. package/lib/components/EditFullPage/EditFullPage.js +1 -1
  617. package/lib/components/EditInPlace/EditInPlace.js +1 -1
  618. package/lib/components/EditSidePanel/EditSidePanel.js +1 -1
  619. package/lib/components/EditTearsheet/EditTearsheet.js +1 -1
  620. package/lib/components/EditTearsheet/EditTearsheetForm.js +1 -1
  621. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +1 -1
  622. package/lib/components/EditUpdateCards/EditUpdateCards.js +1 -1
  623. package/lib/components/EmptyStates/EmptyState.js +1 -1
  624. package/lib/components/EmptyStates/EmptyStateContent.js +1 -1
  625. package/lib/components/EmptyStates/EmptyStateIllustration.js +1 -1
  626. package/lib/components/EmptyStates/EmptyStateV2.js +1 -1
  627. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
  628. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
  629. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
  630. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
  631. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
  632. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
  633. package/lib/components/EmptyStates/assets/ErrorIllustration.js +1 -1
  634. package/lib/components/EmptyStates/assets/NoDataIllustration.js +1 -1
  635. package/lib/components/EmptyStates/assets/NoTagsIllustration.js +1 -1
  636. package/lib/components/EmptyStates/assets/NotFoundIllustration.js +1 -1
  637. package/lib/components/EmptyStates/assets/NotificationsIllustration.js +1 -1
  638. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -1
  639. package/lib/components/ExportModal/ExportModal.js +1 -1
  640. package/lib/components/ExpressiveCard/ExpressiveCard.js +1 -1
  641. package/lib/components/FeatureFlags/index.js +1 -1
  642. package/lib/components/FilterPanel/FilterPanel.js +1 -1
  643. package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
  644. package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +1 -1
  645. package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +1 -1
  646. package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +1 -1
  647. package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +1 -1
  648. package/lib/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +1 -1
  649. package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +1 -1
  650. package/lib/components/FilterSummary/FilterSummary.js +2 -2
  651. package/lib/components/FullPageError/FullPageError.js +1 -1
  652. package/lib/components/FullPageError/assets/Error403SVG.js +1 -1
  653. package/lib/components/FullPageError/assets/Error404SVG.js +1 -1
  654. package/lib/components/FullPageError/assets/ErrorGenericSVG.js +1 -1
  655. package/lib/components/GetStartedCard/GetStartedCard.js +1 -1
  656. package/lib/components/Guidebanner/Guidebanner.js +1 -1
  657. package/lib/components/Guidebanner/GuidebannerElement.js +1 -1
  658. package/lib/components/Guidebanner/GuidebannerElementButton.js +1 -1
  659. package/lib/components/Guidebanner/GuidebannerElementLink.js +1 -1
  660. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +2 -2
  661. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +2 -2
  662. package/lib/components/HTTPErrors/HTTPErrorContent.js +1 -1
  663. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +2 -2
  664. package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +1 -1
  665. package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +1 -1
  666. package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +1 -1
  667. package/lib/components/ImportModal/ImportModal.js +1 -1
  668. package/lib/components/InlineTip/InlineTip.js +1 -1
  669. package/lib/components/InlineTip/InlineTipButton.js +1 -1
  670. package/lib/components/InlineTip/InlineTipLink.js +1 -1
  671. package/lib/components/InlineTip/utils.js +1 -1
  672. package/lib/components/InterstitialScreen/InterstitialScreen.js +3 -4
  673. package/lib/components/InterstitialScreenView/InterstitialScreenView.js +1 -1
  674. package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +1 -1
  675. package/lib/components/MultiAddSelect/MultiAddSelect.js +1 -1
  676. package/lib/components/Nav/Nav.js +1 -1
  677. package/lib/components/Nav/NavItem.js +1 -1
  678. package/lib/components/Nav/NavItemLink.js +1 -1
  679. package/lib/components/Nav/NavList.js +1 -1
  680. package/lib/components/NonLinearReading/NonLinearReading.js +1 -1
  681. package/lib/components/NotificationsPanel/NotificationsPanel.js +1 -1
  682. package/lib/components/NotificationsPanel/utils.js +1 -1
  683. package/lib/components/OptionsTile/OptionsTile.js +1 -1
  684. package/lib/components/PageHeader/PageHeader.js +13 -3
  685. package/lib/components/PageHeader/PageHeaderTitle.js +9 -28
  686. package/lib/components/PageHeader/PageHeaderUtils.js +1 -1
  687. package/lib/components/ProductiveCard/ProductiveCard.d.ts +6 -2
  688. package/lib/components/ProductiveCard/ProductiveCard.js +8 -6
  689. package/lib/components/RemoveModal/RemoveModal.js +1 -1
  690. package/lib/components/Saving/Saving.js +1 -1
  691. package/lib/components/ScrollGradient/ScrollGradient.js +1 -1
  692. package/lib/components/ScrollGradient/constants.js +1 -1
  693. package/lib/components/SearchBar/SearchBar.js +1 -1
  694. package/lib/components/SidePanel/SidePanel.d.ts +6 -1
  695. package/lib/components/SidePanel/SidePanel.js +42 -27
  696. package/lib/components/SidePanel/constants.js +1 -1
  697. package/lib/components/SidePanel/motion/variants.js +1 -1
  698. package/lib/components/SimpleHeader/SimpleHeader.js +1 -1
  699. package/lib/components/SingleAddSelect/SingleAddSelect.js +1 -1
  700. package/lib/components/StatusIcon/StatusIcon.js +1 -1
  701. package/lib/components/StatusIndicator/StatusIndicator.js +1 -1
  702. package/lib/components/StatusIndicator/StatusIndicatorStep.js +1 -1
  703. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +1 -1
  704. package/lib/components/StringFormatter/StringFormatter.js +1 -1
  705. package/lib/components/StringFormatter/utils/enums.js +1 -1
  706. package/lib/components/TagOverflow/TagOverflow.js +2 -5
  707. package/lib/components/TagOverflow/TagOverflowModal.js +1 -1
  708. package/lib/components/TagOverflow/TagOverflowPopover.js +1 -1
  709. package/lib/components/TagOverflow/constants.js +1 -1
  710. package/lib/components/TagSet/TagSet.js +1 -1
  711. package/lib/components/TagSet/TagSetModal.js +1 -1
  712. package/lib/components/TagSet/TagSetOverflow.js +1 -1
  713. package/lib/components/Tearsheet/Tearsheet.js +1 -1
  714. package/lib/components/Tearsheet/TearsheetNarrow.js +1 -1
  715. package/lib/components/Tearsheet/TearsheetShell.d.ts +4 -0
  716. package/lib/components/Tearsheet/TearsheetShell.js +6 -38
  717. package/lib/components/Toolbar/Toolbar.js +1 -1
  718. package/lib/components/Toolbar/ToolbarButton.js +1 -1
  719. package/lib/components/Toolbar/ToolbarGroup.js +1 -1
  720. package/lib/components/TooltipTrigger/TooltipTrigger.js +1 -1
  721. package/lib/components/TruncatedList/TruncatedList.js +1 -1
  722. package/lib/components/UserAvatar/UserAvatar.js +1 -1
  723. package/lib/components/UserProfileImage/UserProfileImage.js +1 -1
  724. package/lib/components/WebTerminal/WebTerminal.js +1 -1
  725. package/lib/components/WebTerminal/WebTerminalContentWrapper.js +1 -1
  726. package/lib/components/WebTerminal/hooks/index.js +1 -1
  727. package/lib/components/_Canary/Canary.js +1 -1
  728. package/lib/feature-flags.js +1 -1
  729. package/lib/global/js/hooks/useActiveElement.js +1 -1
  730. package/lib/global/js/hooks/useClickOutside.js +1 -1
  731. package/lib/global/js/hooks/useControllableState.js +1 -1
  732. package/lib/global/js/hooks/useCreateComponentFocus.js +1 -1
  733. package/lib/global/js/hooks/useCreateComponentStepChange.js +1 -1
  734. package/lib/global/js/hooks/useFocus.d.ts +1 -1
  735. package/lib/global/js/hooks/useFocus.js +8 -5
  736. package/lib/global/js/hooks/useIsomorphicEffect.js +1 -1
  737. package/lib/global/js/hooks/usePortalTarget.js +1 -1
  738. package/lib/global/js/hooks/usePrefersReducedMotion.js +1 -1
  739. package/lib/global/js/hooks/usePrefix.js +1 -1
  740. package/lib/global/js/hooks/usePreviousValue.js +1 -1
  741. package/lib/global/js/hooks/useResetCreateComponent.js +1 -1
  742. package/lib/global/js/hooks/useResizeObserver.js +1 -1
  743. package/lib/global/js/hooks/useRetrieveFormTitles.js +1 -1
  744. package/lib/global/js/hooks/useRetrieveStepData.js +1 -1
  745. package/lib/global/js/hooks/useValidCreateStepCount.js +1 -1
  746. package/lib/global/js/hooks/useWindowResize.js +1 -1
  747. package/lib/global/js/hooks/useWindowScroll.js +1 -1
  748. package/lib/global/js/package-settings.js +1 -1
  749. package/lib/global/js/utils/Wrap.js +1 -1
  750. package/lib/global/js/utils/checkForOverflow.d.ts +5 -0
  751. package/lib/global/js/utils/checkForOverflow.js +34 -0
  752. package/lib/global/js/utils/deepCloneObject.js +1 -1
  753. package/lib/global/js/utils/devtools.js +1 -1
  754. package/lib/global/js/utils/getBezierValues.js +1 -1
  755. package/lib/global/js/utils/getFocusableElements.js +1 -1
  756. package/lib/global/js/utils/getNodeTextContent.js +1 -1
  757. package/lib/global/js/utils/getNumberOfHiddenSteps.js +1 -1
  758. package/lib/global/js/utils/getScrollbarWidth.js +1 -1
  759. package/lib/global/js/utils/keyboardNavigation.js +1 -1
  760. package/lib/global/js/utils/lastIndexInArray.js +1 -1
  761. package/lib/global/js/utils/motionConstants.js +1 -1
  762. package/lib/global/js/utils/pconsole.js +1 -1
  763. package/lib/global/js/utils/props-helper.js +1 -1
  764. package/lib/global/js/utils/rangeWithCallback.js +1 -1
  765. package/lib/global/js/utils/scrollableAncestor.js +1 -1
  766. package/lib/global/js/utils/useId.js +1 -1
  767. package/lib/global/js/utils/uuidv4.js +1 -1
  768. package/lib/global/js/utils/wait.js +1 -1
  769. package/lib/global/js/utils/wrapFocus.js +1 -1
  770. package/lib/index.js +1 -1
  771. package/lib/node_modules/@carbon/colors/es/index.js +1 -1
  772. package/lib/node_modules/@carbon/icon-helpers/es/index.js +1 -1
  773. package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
  774. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1 -1
  775. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +1 -1
  776. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +1 -1
  777. package/lib/node_modules/object-assign/index.js +1 -1
  778. package/lib/node_modules/prop-types/checkPropTypes.js +1 -1
  779. package/lib/node_modules/prop-types/factoryWithThrowingShims.js +1 -1
  780. package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
  781. package/lib/node_modules/prop-types/index.js +1 -1
  782. package/lib/node_modules/prop-types/lib/ReactPropTypesSecret.js +1 -1
  783. package/lib/node_modules/prop-types/lib/has.js +1 -1
  784. package/lib/settings.js +1 -1
  785. package/package.json +8 -8
  786. package/scss/components/APIKeyModal/_api-key-modal.scss +4 -0
  787. package/scss/components/PageHeader/_page-header.scss +18 -6
  788. package/scss/components/SidePanel/_side-panel.scss +13 -6
  789. package/telemetry.yml +4 -0
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -76,7 +76,7 @@ APIKeyDownloader.propTypes = {
76
76
  /**
77
77
  * body content for the downloader
78
78
  */
79
- body: PropTypes.string.isRequired,
79
+ body: PropTypes.string,
80
80
  /**
81
81
  * aria-label for the download link
82
82
  */
@@ -1,3 +1,16 @@
1
1
  import React from 'react';
2
+ import PropTypes from 'prop-types';
2
3
  import { APIKeyModalProps } from './APIKeyModal.types';
3
4
  export declare let APIKeyModal: React.FC<APIKeyModalProps>;
5
+ export declare const deprecatedProps: {
6
+ /**
7
+ * deprecated
8
+ * title for a successful edit
9
+ */
10
+ editSuccessTitle: PropTypes.Requireable<string>;
11
+ /**
12
+ * deprecated
13
+ * title for a successful key generation
14
+ */
15
+ generateSuccessTitle: PropTypes.Requireable<string>;
16
+ };
@@ -1,16 +1,16 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
6
6
  */
7
7
 
8
- import { objectWithoutProperties as _objectWithoutProperties, slicedToArray as _slicedToArray, extends as _extends, objectSpread2 as _objectSpread2, asyncToGenerator as _asyncToGenerator, regeneratorRuntime as _regeneratorRuntime } from '../../_virtual/_rollupPluginBabelHelpers.js';
8
+ import { objectSpread2 as _objectSpread2, objectWithoutProperties as _objectWithoutProperties, slicedToArray as _slicedToArray, extends as _extends, asyncToGenerator as _asyncToGenerator, regeneratorRuntime as _regeneratorRuntime } from '../../_virtual/_rollupPluginBabelHelpers.js';
9
9
  import React__default, { forwardRef, useState, useRef, useEffect } from 'react';
10
10
  import PropTypes from '../../_virtual/index.js';
11
11
  import cx from 'classnames';
12
12
  import { unstable_FeatureFlags, ComposedModal, ModalHeader, ModalBody, PasswordInput, TextInput, Form, InlineLoading, ModalFooter, Button } from '@carbon/react';
13
- import { ErrorFilled, InformationFilled, Copy } from '@carbon/react/icons';
13
+ import { ErrorFilled, InformationFilled, CheckmarkFilled, Copy } from '@carbon/react/icons';
14
14
  import { APIKeyDownloader } from './APIKeyDownloader.js';
15
15
  import { pkg } from '../../settings.js';
16
16
  import { usePortalTarget } from '../../global/js/hooks/usePortalTarget.js';
@@ -21,7 +21,7 @@ import { useFocus, claimFocus } from '../../global/js/hooks/useFocus.js';
21
21
  import { usePreviousValue } from '../../global/js/hooks/usePreviousValue.js';
22
22
 
23
23
  var _ErrorFilled, _InformationFilled;
24
- var _excluded = ["apiKey", "apiKeyLabel", "apiKeyName", "body", "className", "closeButtonText", "copyButtonText", "copyErrorText", "copyIconDescription", "customSteps", "downloadBodyText", "downloadFileName", "downloadFileType", "downloadLinkText", "downloadLinkLabel", "editButtonText", "editSuccess", "editSuccessTitle", "editing", "error", "errorText", "generateButtonText", "generateSuccessBody", "generateSuccessTitle", "generateTitle", "hasAPIKeyVisibilityToggle", "hasDownloadLink", "hideAPIKeyLabel", "launcherButtonRef", "loading", "loadingText", "modalLabel", "nameHelperText", "nameLabel", "namePlaceholder", "nameRequired", "nextStepButtonText", "onClose", "onCopy", "onRequestEdit", "onRequestGenerate", "open", "portalTarget", "previousStepButtonText", "selectorPrimaryFocus", "showAPIKeyLabel"];
24
+ var _excluded = ["apiKey", "apiKeyLabel", "apiKeyName", "body", "className", "closeButtonText", "copyButtonText", "copyErrorText", "copyIconDescription", "customSteps", "downloadBodyText", "downloadFileName", "downloadFileType", "downloadLinkText", "downloadLinkLabel", "editButtonText", "editSuccess", "editSuccessTitle", "editSuccessMessage", "editing", "error", "errorText", "generateButtonText", "generateSuccessBody", "generateSuccessTitle", "generateSuccessMessage", "generateTitle", "hasAPIKeyVisibilityToggle", "hasDownloadLink", "hideAPIKeyLabel", "launcherButtonRef", "loading", "loadingText", "modalLabel", "nameHelperText", "nameLabel", "namePlaceholder", "nameRequired", "nextStepButtonText", "onClose", "onCopy", "onRequestEdit", "onRequestGenerate", "open", "portalTarget", "previousStepButtonText", "selectorPrimaryFocus", "showAPIKeyLabel", "helperText"];
25
25
  var componentName = 'APIKeyModal';
26
26
 
27
27
  // Default values for props
@@ -52,12 +52,14 @@ var APIKeyModal = /*#__PURE__*/forwardRef(function (_ref, ref) {
52
52
  editButtonText = _ref.editButtonText,
53
53
  editSuccess = _ref.editSuccess,
54
54
  editSuccessTitle = _ref.editSuccessTitle,
55
+ editSuccessMessage = _ref.editSuccessMessage,
55
56
  editing = _ref.editing,
56
57
  error = _ref.error,
57
58
  errorText = _ref.errorText,
58
59
  generateButtonText = _ref.generateButtonText,
59
60
  generateSuccessBody = _ref.generateSuccessBody,
60
61
  generateSuccessTitle = _ref.generateSuccessTitle,
62
+ generateSuccessMessage = _ref.generateSuccessMessage,
61
63
  generateTitle = _ref.generateTitle,
62
64
  hasAPIKeyVisibilityToggle = _ref.hasAPIKeyVisibilityToggle,
63
65
  hasDownloadLink = _ref.hasDownloadLink,
@@ -80,23 +82,28 @@ var APIKeyModal = /*#__PURE__*/forwardRef(function (_ref, ref) {
80
82
  previousStepButtonText = _ref.previousStepButtonText,
81
83
  selectorPrimaryFocus = _ref.selectorPrimaryFocus,
82
84
  showAPIKeyLabel = _ref.showAPIKeyLabel,
85
+ helperText = _ref.helperText,
83
86
  rest = _objectWithoutProperties(_ref, _excluded);
84
87
  var _useState = useState(null),
85
88
  _useState2 = _slicedToArray(_useState, 2),
86
89
  title = _useState2[0],
87
90
  setTitle = _useState2[1];
88
- var _useState3 = useState(false),
91
+ var _useState3 = useState(null),
89
92
  _useState4 = _slicedToArray(_useState3, 2),
90
- copyError = _useState4[0],
91
- setCopyError = _useState4[1];
92
- var _useState5 = useState(apiKeyName),
93
+ successMessage = _useState4[0],
94
+ setSuccessMessage = _useState4[1];
95
+ var _useState5 = useState(false),
93
96
  _useState6 = _slicedToArray(_useState5, 2),
94
- name = _useState6[0],
95
- setName = _useState6[1];
96
- var _useState7 = useState(0),
97
+ copyError = _useState6[0],
98
+ setCopyError = _useState6[1];
99
+ var _useState7 = useState(apiKeyName),
97
100
  _useState8 = _slicedToArray(_useState7, 2),
98
- currentStep = _useState8[0],
99
- setCurrentStep = _useState8[1];
101
+ name = _useState8[0],
102
+ setName = _useState8[1];
103
+ var _useState9 = useState(0),
104
+ _useState10 = _slicedToArray(_useState9, 2),
105
+ currentStep = _useState10[0],
106
+ setCurrentStep = _useState10[1];
100
107
  var copyRef = useRef(undefined);
101
108
  var apiKeyInputId = useRef(uuidv4());
102
109
  var nameInputId = useRef(uuidv4());
@@ -116,6 +123,7 @@ var APIKeyModal = /*#__PURE__*/forwardRef(function (_ref, ref) {
116
123
  };
117
124
  var blockClass = "".concat(pkg.prefix, "--apikey-modal");
118
125
  var localRef = useRef(undefined);
126
+ var PasswordInputRef = useRef(null);
119
127
  var modalRef = ref || localRef;
120
128
  var _useFocus = useFocus(modalRef, selectorPrimaryFocus),
121
129
  firstElement = _useFocus.firstElement,
@@ -125,6 +133,9 @@ var APIKeyModal = /*#__PURE__*/forwardRef(function (_ref, ref) {
125
133
  if (copyRef.current && open && apiKeyLoaded) {
126
134
  copyRef.current.focus();
127
135
  }
136
+ if (PasswordInputRef !== null && PasswordInputRef !== void 0 && PasswordInputRef.current) {
137
+ PasswordInputRef === null || PasswordInputRef === void 0 || PasswordInputRef.current.setAttribute('readOnly', 'true');
138
+ }
128
139
  }, [open, apiKeyLoaded]);
129
140
  useEffect(function () {
130
141
  if (open) {
@@ -172,16 +183,18 @@ var APIKeyModal = /*#__PURE__*/forwardRef(function (_ref, ref) {
172
183
  };
173
184
  useEffect(function () {
174
185
  if (editing && editSuccess) {
175
- setTitle(editSuccessTitle);
186
+ setTitle(generateTitle);
187
+ setSuccessMessage(editSuccessMessage !== null && editSuccessMessage !== void 0 ? editSuccessMessage : editSuccessTitle);
176
188
  } else if (apiKeyLoaded) {
177
- setTitle(generateSuccessTitle);
189
+ setTitle(generateTitle);
190
+ setSuccessMessage(generateSuccessMessage !== null && generateSuccessMessage !== void 0 ? generateSuccessMessage : generateSuccessTitle);
178
191
  } else if (hasSteps) {
179
192
  var _customSteps$currentS2;
180
193
  setTitle((_customSteps$currentS2 = customSteps[currentStep]) === null || _customSteps$currentS2 === void 0 ? void 0 : _customSteps$currentS2.title);
181
194
  } else {
182
195
  setTitle(generateTitle);
183
196
  }
184
- }, [apiKeyLoaded, editing, editSuccess, editSuccessTitle, hasSteps, generateSuccessTitle, generateTitle, currentStep, customSteps]);
197
+ }, [apiKeyLoaded, loading, editing, editSuccess, editSuccessTitle, editSuccessMessage, hasSteps, generateSuccessTitle, generateSuccessMessage, generateTitle, currentStep, customSteps]);
185
198
  var setNameHandler = function setNameHandler(evt) {
186
199
  setName(evt.target.value);
187
200
  };
@@ -279,7 +292,9 @@ var APIKeyModal = /*#__PURE__*/forwardRef(function (_ref, ref) {
279
292
  id: apiKeyInputId.current,
280
293
  showPasswordLabel: showAPIKeyLabel,
281
294
  hidePasswordLabel: hideAPIKeyLabel,
282
- tooltipPosition: "left"
295
+ tooltipPosition: "left",
296
+ helperText: helperText,
297
+ ref: PasswordInputRef
283
298
  }), !editing && apiKey && !hasAPIKeyVisibilityToggle && /*#__PURE__*/React__default.createElement(TextInput, {
284
299
  value: apiKey,
285
300
  labelText: apiKeyLabel,
@@ -307,7 +322,9 @@ var APIKeyModal = /*#__PURE__*/forwardRef(function (_ref, ref) {
307
322
  }, _ErrorFilled || (_ErrorFilled = /*#__PURE__*/React__default.createElement(ErrorFilled, {
308
323
  size: 16
309
324
  }))), /*#__PURE__*/React__default.createElement("p", {
310
- className: "".concat(blockClass, "__messaging-text")
325
+ className: "".concat(blockClass, "__messaging-text"),
326
+ role: "alert",
327
+ "aria-live": "assertive"
311
328
  }, copyError ? copyErrorText : errorText)), apiKeyLoaded && /*#__PURE__*/React__default.createElement("div", {
312
329
  className: "".concat(blockClass, "__messaging")
313
330
  }, _InformationFilled || (_InformationFilled = /*#__PURE__*/React__default.createElement(InformationFilled, {
@@ -320,8 +337,19 @@ var APIKeyModal = /*#__PURE__*/forwardRef(function (_ref, ref) {
320
337
  fileType: downloadFileType,
321
338
  downloadLinkLabel: downloadLinkLabel
322
339
  }) : /*#__PURE__*/React__default.createElement("div", {
323
- className: "".concat(blockClass, "__messaging-text")
324
- }, generateSuccessBody)))), /*#__PURE__*/React__default.createElement(ModalFooter, {
340
+ className: "".concat(blockClass, "__messaging-text"),
341
+ role: "alert",
342
+ "aria-live": "assertive"
343
+ }, generateSuccessBody)), (editSuccess || apiKeyLoaded && successMessage) && /*#__PURE__*/React__default.createElement("div", {
344
+ className: "".concat(blockClass, "__messaging")
345
+ }, /*#__PURE__*/React__default.createElement(CheckmarkFilled, {
346
+ size: 16,
347
+ className: "".concat(blockClass, "__checkmark-icon")
348
+ }), /*#__PURE__*/React__default.createElement("p", {
349
+ className: "".concat(blockClass, "__messaging-text"),
350
+ role: "alert",
351
+ "aria-live": "assertive"
352
+ }, successMessage)))), /*#__PURE__*/React__default.createElement(ModalFooter, {
325
353
  className: "".concat(blockClass, "__footer")
326
354
  }, /*#__PURE__*/React__default.createElement(Button, {
327
355
  type: "button",
@@ -355,7 +383,19 @@ var downloadRequiredProps = function downloadRequiredProps(type) {
355
383
 
356
384
  // Return a placeholder if not released and not enabled by feature flag
357
385
  APIKeyModal = pkg.checkComponentEnabled(APIKeyModal, componentName);
358
- APIKeyModal.propTypes = {
386
+ var deprecatedProps = {
387
+ /**
388
+ * deprecated
389
+ * title for a successful edit
390
+ */
391
+ editSuccessTitle: PropTypes.string,
392
+ /**
393
+ * deprecated
394
+ * title for a successful key generation
395
+ */
396
+ generateSuccessTitle: PropTypes.string
397
+ };
398
+ APIKeyModal.propTypes = _objectSpread2({
359
399
  /**
360
400
  * the api key that's displayed to the user when a request to create is fulfilled.
361
401
  */
@@ -413,7 +453,7 @@ APIKeyModal.propTypes = {
413
453
  /**
414
454
  * the content that appears that indicates the key is downloadable
415
455
  */
416
- downloadBodyText: downloadRequiredProps(PropTypes.string),
456
+ downloadBodyText: PropTypes.string,
417
457
  /**
418
458
  * designates the name of downloadable json file with the key. if not specified will default to 'apikey'
419
459
  */
@@ -441,7 +481,7 @@ APIKeyModal.propTypes = {
441
481
  /**
442
482
  * title for a successful edit
443
483
  */
444
- editSuccessTitle: editRequiredProps(PropTypes.string),
484
+ editSuccessMessage: editRequiredProps(PropTypes.string),
445
485
  /**
446
486
  * designates if the modal is in the edit mode
447
487
  */
@@ -467,7 +507,7 @@ APIKeyModal.propTypes = {
467
507
  /**
468
508
  * title for a successful key generation
469
509
  */
470
- generateSuccessTitle: PropTypes.string,
510
+ generateSuccessMessage: PropTypes.string,
471
511
  /**
472
512
  * default title for the modal in generate key mode
473
513
  */
@@ -480,6 +520,10 @@ APIKeyModal.propTypes = {
480
520
  * designates if user is able to download the api key
481
521
  */
482
522
  hasDownloadLink: PropTypes.bool,
523
+ /**
524
+ * helper text for password input
525
+ */
526
+ helperText: PropTypes.string,
483
527
  /**
484
528
  * label text that's displayed when hovering over visibility toggler to hide key
485
529
  */
@@ -559,7 +603,7 @@ APIKeyModal.propTypes = {
559
603
  * label text that's displayed when hovering over visibility toggler to show key
560
604
  */
561
605
  showAPIKeyLabel: PropTypes.string
562
- };
606
+ }, deprecatedProps);
563
607
  APIKeyModal.displayName = componentName;
564
608
 
565
- export { APIKeyModal };
609
+ export { APIKeyModal, deprecatedProps };
@@ -73,9 +73,14 @@ interface APIKeyModalCommonProps {
73
73
  */
74
74
  generateSuccessBody?: ReactNode;
75
75
  /**
76
+ * * @deprecated use `generateSuccessMessage` instead
76
77
  * title for a successful key generation
77
78
  */
78
79
  generateSuccessTitle?: string;
80
+ /**
81
+ * success message for a successful key generation
82
+ */
83
+ generateSuccessMessage?: string;
79
84
  /**
80
85
  * default title for the modal in generate key mode
81
86
  */
@@ -158,6 +163,10 @@ interface APIKeyModalCommonProps {
158
163
  * label text that's displayed when hovering over visibility toggler to show key
159
164
  */
160
165
  showAPIKeyLabel?: string;
166
+ /**
167
+ * helper text for password input
168
+ */
169
+ helperText?: string;
161
170
  }
162
171
  type CustomStepConditionalProps = {
163
172
  /**
@@ -191,9 +200,14 @@ type EditingConditionalProps = {
191
200
  */
192
201
  editSuccess: boolean;
193
202
  /**
203
+ * * @deprecated use `editSuccessMessage` instead
194
204
  * title for a successful edit
195
205
  */
196
- editSuccessTitle: string;
206
+ editSuccessTitle?: string;
207
+ /**
208
+ * success message for edit
209
+ */
210
+ editSuccessMessage: string;
197
211
  };
198
212
  type HasDownloadLinkProps = {
199
213
  /**
@@ -203,7 +217,7 @@ type HasDownloadLinkProps = {
203
217
  /**
204
218
  * the content that appears that indicates the key is downloadable
205
219
  */
206
- downloadBodyText: string;
220
+ downloadBodyText?: string;
207
221
  /**
208
222
  * designates the name of downloadable json file with the key. if not specified will default to 'apikey'
209
223
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -16,7 +16,7 @@ import { CardFooter } from './CardFooter.js';
16
16
  import { pkg } from '../../settings.js';
17
17
 
18
18
  var _Incomplete, _CheckmarkOutline;
19
- var _excluded = ["actionIcons", "actionsPlacement", "decorator", "metadata", "children", "className", "clickZone", "description", "disabled", "footerActionIcon", "getStarted", "label", "media", "mediaPosition", "onClick", "onKeyDown", "onPrimaryButtonClick", "overflowActions", "overflowAriaLabel", "onSecondaryButtonClick", "pictogram", "primaryButtonDisabled", "primaryButtonHref", "primaryButtonIcon", "primaryButtonKind", "primaryButtonPlacement", "primaryButtonText", "productive", "secondaryButtonDisabled", "secondaryButtonHref", "secondaryButtonIcon", "secondaryButtonKind", "secondaryButtonPlacement", "secondaryButtonText", "slug", "status", "sequence", "title", "titleSize", "iconDescription"],
19
+ var _excluded = ["actionIcons", "actionsPlacement", "decorator", "metadata", "children", "className", "clickZone", "description", "disabled", "footerActionIcon", "getStarted", "label", "media", "mediaPosition", "onClick", "onKeyDown", "onPrimaryButtonClick", "onSecondaryButtonClick", "overflowActions", "overflowAriaLabel", "pictogram", "primaryButtonDisabled", "primaryButtonHref", "primaryButtonIcon", "primaryButtonKind", "primaryButtonPlacement", "primaryButtonText", "productive", "secondaryButtonDisabled", "secondaryButtonHref", "secondaryButtonIcon", "secondaryButtonKind", "secondaryButtonPlacement", "secondaryButtonText", "slug", "status", "sequence", "title", "titleSize", "iconDescription"],
20
20
  _excluded2 = ["id", "itemText"],
21
21
  _excluded3 = ["id", "icon", "onClick", "iconDescription", "href"];
22
22
  var componentName = 'Card';
@@ -43,10 +43,10 @@ var Card = /*#__PURE__*/forwardRef(function (_ref, ref) {
43
43
  onClick = _ref.onClick,
44
44
  onKeyDown = _ref.onKeyDown,
45
45
  onPrimaryButtonClick = _ref.onPrimaryButtonClick,
46
+ onSecondaryButtonClick = _ref.onSecondaryButtonClick,
46
47
  _ref$overflowActions = _ref.overflowActions,
47
48
  overflowActions = _ref$overflowActions === void 0 ? Object.freeze([]) : _ref$overflowActions,
48
49
  overflowAriaLabel = _ref.overflowAriaLabel,
49
- onSecondaryButtonClick = _ref.onSecondaryButtonClick,
50
50
  Pictogram = _ref.pictogram,
51
51
  primaryButtonDisabled = _ref.primaryButtonDisabled,
52
52
  primaryButtonHref = _ref.primaryButtonHref,
@@ -105,8 +105,7 @@ var Card = /*#__PURE__*/forwardRef(function (_ref, ref) {
105
105
  autoAlign: true,
106
106
  menuAlignment: pos,
107
107
  size: size,
108
- "aria-label": overflowAriaLabel,
109
- label: iconDescription
108
+ label: overflowAriaLabel || iconDescription
110
109
  }, overflowActions.map(function (_ref2) {
111
110
  var id = _ref2.id,
112
111
  itemText = _ref2.itemText,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2020, 2024
2
+ * Copyright IBM Corp. 2020, 2025
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.