@carbon/ibm-products 2.89.0 → 2.90.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.
- package/css/carbon.css +374 -417
- package/css/carbon.css.map +1 -1
- package/css/index-full-carbon.css +496 -430
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +117 -13
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +143 -13
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +359 -283
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/_virtual/_rolldown/runtime.js +13 -22
- package/es/components/APIKeyModal/APIKeyDownloader.js +19 -3
- package/es/components/APIKeyModal/APIKeyModal.js +161 -3
- package/es/components/AboutModal/AboutModal.js +44 -3
- package/es/components/ActionBar/ActionBar.js +41 -3
- package/es/components/ActionBar/ActionBarItem.js +30 -3
- package/es/components/ActionBar/ActionBarOverflowItems.js +20 -3
- package/es/components/ActionSet/ActionSet.js +35 -3
- package/es/components/AddSelect/AddSelect.js +7 -3
- package/es/components/AddSelect/AddSelectBody.js +3 -3
- package/es/components/AddSelect/AddSelectBreadcrumbs.js +1 -3
- package/es/components/AddSelect/AddSelectColumn.js +2 -4
- package/es/components/AddSelect/AddSelectFilter.js +1 -3
- package/es/components/AddSelect/AddSelectFormControl.js +1 -3
- package/es/components/AddSelect/AddSelectList.js +1 -3
- package/es/components/AddSelect/AddSelectMetaPanel.js +1 -3
- package/es/components/AddSelect/AddSelectRow.js +1 -3
- package/es/components/AddSelect/AddSelectSidebar.js +1 -3
- package/es/components/AddSelect/AddSelectSort.js +1 -3
- package/es/components/AddSelect/add-select-utils.js +1 -2
- package/es/components/AddSelect/hooks/useFocus.js +1 -3
- package/es/components/AddSelect/hooks/useItemSort.js +1 -3
- package/es/components/AddSelect/hooks/useParentSelect.js +1 -3
- package/es/components/AddSelect/hooks/usePath.js +1 -3
- package/es/components/BigNumber/BigNumber.js +52 -6
- package/es/components/BigNumber/BigNumberSkeleton.js +12 -9
- package/es/components/BigNumber/constants.js +1 -19
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +37 -3
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +28 -4
- package/es/components/Card/Card.js +20 -3
- package/es/components/Card/CardFooter.js +1 -3
- package/es/components/Card/CardHeader.js +12 -3
- package/es/components/Carousel/Carousel.js +33 -3
- package/es/components/Carousel/CarouselItem.js +7 -3
- package/es/components/Cascade/Cascade.js +12 -3
- package/es/components/Checklist/Checklist.js +65 -11
- package/es/components/Checklist/ChecklistChart.js +13 -7
- package/es/components/Checklist/ChecklistIcon.js +17 -11
- package/es/components/Coachmark/Coachmark.js +60 -6
- package/es/components/Coachmark/CoachmarkDragbar.js +17 -3
- package/es/components/Coachmark/CoachmarkHeader.js +13 -3
- package/es/components/Coachmark/CoachmarkOverlay.js +24 -6
- package/es/components/Coachmark/CoachmarkTagline.js +13 -3
- package/es/components/Coachmark/next/Coachmark/Coachmark.d.ts +5 -1
- package/es/components/Coachmark/next/Coachmark/Coachmark.d.ts.map +1 -1
- package/es/components/Coachmark/next/Coachmark/Coachmark.js +56 -9
- package/es/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.js +17 -3
- package/es/components/Coachmark/next/Coachmark/CoachmarkContent.js +8 -3
- package/es/components/Coachmark/next/Coachmark/CoachmarkTagline/CoachmarkTagline.js +18 -3
- package/es/components/Coachmark/next/Coachmark/ContentBody.js +8 -3
- package/es/components/Coachmark/next/Coachmark/ContentHeader.js +13 -3
- package/es/components/Coachmark/next/Coachmark/context.js +1 -3
- package/es/components/Coachmark/utils/constants.js +15 -23
- package/es/components/Coachmark/utils/context.js +1 -3
- package/es/components/Coachmark/utils/enums.js +1 -2
- package/es/components/Coachmark/utils/hooks.js +3 -5
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +17 -3
- package/es/components/CoachmarkButton/CoachmarkButton.js +7 -3
- package/es/components/CoachmarkFixed/CoachmarkFixed.js +31 -5
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +14 -3
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +33 -3
- package/es/components/CoachmarkStack/CoachmarkStack.js +43 -5
- package/es/components/CoachmarkStack/CoachmarkStackHome.js +41 -3
- package/es/components/ComboButton/ComboButton.js +5 -3
- package/es/components/ComboButton/ComboButtonItem/index.js +5 -3
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +48 -5
- package/es/components/ConditionBuilder/ConditionBuilder.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilder.js +65 -4
- package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts +13 -0
- package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +15 -5
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +29 -3
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +39 -3
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +12 -5
- package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +1 -3
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +37 -15
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +35 -3
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -2
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +37 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +13 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +10 -3
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +29 -7
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +10 -3
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +6 -8
- package/es/components/ConditionBuilder/utils/useDataConfigs.js +1 -3
- package/es/components/ConditionBuilder/utils/useEvent.js +1 -3
- package/es/components/ConditionBuilder/utils/useTranslations.js +1 -3
- package/es/components/ConditionBuilder/utils/util.js +1 -3
- package/es/components/CreateFullPage/CreateFullPage.js +79 -3
- package/es/components/CreateFullPage/CreateFullPageStep.js +51 -3
- package/es/components/CreateInfluencer/CreateInfluencer.js +16 -3
- package/es/components/CreateModal/CreateModal.js +43 -3
- package/es/components/CreateSidePanel/CreateSidePanel.js +59 -3
- package/es/components/CreateTearsheet/CreateTearsheet.js +82 -4
- package/es/components/CreateTearsheet/CreateTearsheetDivider.js +6 -4
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +72 -3
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +56 -3
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +61 -3
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +115 -3
- package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +76 -3
- package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -3
- package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +1 -3
- package/es/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -2
- package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +1 -3
- package/es/components/DataSpreadsheet/utils/commonEventHandlers.js +1 -3
- package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +1 -3
- package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +1 -3
- package/es/components/DataSpreadsheet/utils/getCellSize.js +1 -3
- package/es/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +1 -2
- package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +1 -3
- package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +1 -3
- package/es/components/DataSpreadsheet/utils/removeCellSelections.js +1 -3
- package/es/components/DataSpreadsheet/utils/selectAllCells.js +1 -3
- package/es/components/Datagrid/Datagrid/Datagrid.js +9 -3
- package/es/components/Datagrid/Datagrid/DatagridBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridContent.js +3 -5
- package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridHead.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +3 -5
- package/es/components/Datagrid/Datagrid/DatagridRefBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridRow.js +3 -5
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridToolbar.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DraggableElement.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +6 -4
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +43 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +19 -14
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +8 -10
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +9 -11
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +10 -12
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/stateReducer.js +1 -3
- package/es/components/Datagrid/common-column-ids.js +1 -2
- package/es/components/Datagrid/useActionsColumn.js +1 -3
- package/es/components/Datagrid/useColumnCenterAlign.js +1 -3
- package/es/components/Datagrid/useColumnOrder.js +1 -3
- package/es/components/Datagrid/useColumnRightAlign.js +1 -3
- package/es/components/Datagrid/useCustomizeColumns.js +1 -3
- package/es/components/Datagrid/useDatagrid.js +1 -3
- package/es/components/Datagrid/useDefaultStringRenderer.js +1 -3
- package/es/components/Datagrid/useDisableSelectRows.js +1 -2
- package/es/components/Datagrid/useEditableCell.js +1 -3
- package/es/components/Datagrid/useExpandedRow.js +1 -3
- package/es/components/Datagrid/useFiltering.js +1 -3
- package/es/components/Datagrid/useFlexResize.js +1 -3
- package/es/components/Datagrid/useFloatingScroll.js +1 -3
- package/es/components/Datagrid/useFocusRowExpander.js +1 -3
- package/es/components/Datagrid/useInfiniteScroll.js +1 -3
- package/es/components/Datagrid/useInitialColumnSort.js +1 -3
- package/es/components/Datagrid/useInlineEdit.js +1 -3
- package/es/components/Datagrid/useNestedRowExpander.js +1 -3
- package/es/components/Datagrid/useNestedRows.js +1 -3
- package/es/components/Datagrid/useOnRowClick.js +1 -3
- package/es/components/Datagrid/useParentDimensions.js +1 -3
- package/es/components/Datagrid/useResizeTable.js +1 -3
- package/es/components/Datagrid/useRowExpander.js +1 -3
- package/es/components/Datagrid/useRowIsMouseOver.js +1 -3
- package/es/components/Datagrid/useRowRenderer.js +1 -3
- package/es/components/Datagrid/useRowSize.js +1 -3
- package/es/components/Datagrid/useSelectAllToggle.js +4 -6
- package/es/components/Datagrid/useSelectRows.js +1 -3
- package/es/components/Datagrid/useSkeletonRows.js +1 -2
- package/es/components/Datagrid/useSortableColumns.js +1 -3
- package/es/components/Datagrid/useStickyColumn.js +1 -3
- package/es/components/Datagrid/utils/getAutoSizedColumnWidth.js +1 -2
- package/es/components/Decorator/Decorator.js +55 -3
- package/es/components/DecoratorBase/DecoratorBase.js +4 -3
- package/es/components/DecoratorBase/DecoratorIcon.js +10 -3
- package/es/components/DecoratorBase/utils.js +1 -2
- package/es/components/DecoratorDualButton/DecoratorDualButton.js +74 -3
- package/es/components/DecoratorLink/DecoratorLink.js +66 -3
- package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +66 -3
- package/es/components/DelimitedList/DelimitedList.js +13 -3
- package/es/components/DescriptionList/DescriptionList.js +5 -3
- package/es/components/DescriptionList/DescriptionListBody.js +3 -3
- package/es/components/DescriptionList/DescriptionListCell.js +3 -3
- package/es/components/DescriptionList/DescriptionListRow.js +3 -3
- package/es/components/DescriptionList/constants.js +1 -2
- package/es/components/EditFullPage/EditFullPage.js +7 -3
- package/es/components/EditInPlace/EditInPlace.d.ts.map +1 -1
- package/es/components/EditInPlace/EditInPlace.js +136 -28
- package/es/components/EditSidePanel/EditSidePanel.js +66 -3
- package/es/components/EditTearsheet/EditTearsheet.js +53 -3
- package/es/components/EditTearsheet/EditTearsheetForm.js +33 -3
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +7 -3
- package/es/components/EditUpdateCards/EditUpdateCards.js +70 -3
- package/es/components/EmptyStates/EmptyState.js +41 -9
- package/es/components/EmptyStates/EmptyStateContent.js +21 -3
- package/es/components/EmptyStates/EmptyStateIllustration.deprecated.js +1 -3
- package/es/components/EmptyStates/EmptyStateV2.deprecated.js +39 -3
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +37 -3
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +37 -3
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +37 -3
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +37 -3
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +37 -3
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +37 -3
- package/es/components/EmptyStates/assets/ErrorIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NoDataIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NoTagsIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NotFoundIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NotificationsIllustration.js +1 -3
- package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -3
- package/es/components/ExportModal/ExportModal.js +80 -3
- package/es/components/ExpressiveCard/ExpressiveCard.js +76 -3
- package/es/components/FeatureFlags/index.js +4 -3
- package/es/components/FilterPanel/FilterPanel.js +10 -3
- package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +19 -3
- package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +22 -3
- package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +16 -3
- package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +34 -3
- package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +16 -3
- package/es/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +13 -3
- package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +13 -4
- package/es/components/FilterSummary/FilterSummary.js +2 -3
- package/es/components/FullPageError/FullPageError.js +20 -3
- package/es/components/FullPageError/assets/Error403SVG.js +1 -3
- package/es/components/FullPageError/assets/Error404SVG.js +1 -3
- package/es/components/FullPageError/assets/ErrorGenericSVG.js +1 -3
- package/es/components/GetStartedCard/GetStartedCard.js +37 -3
- package/es/components/Guidebanner/Guidebanner.js +49 -5
- package/es/components/Guidebanner/GuidebannerElement.js +14 -3
- package/es/components/Guidebanner/GuidebannerElementButton.js +11 -3
- package/es/components/Guidebanner/GuidebannerElementLink.js +7 -3
- package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +23 -3
- package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +23 -3
- package/es/components/HTTPErrors/HTTPErrorContent.js +19 -3
- package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +23 -3
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +1 -3
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +1 -3
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +1 -3
- package/es/components/ImportModal/ImportModal.js +88 -3
- package/es/components/InlineTip/InlineTip.js +56 -3
- package/es/components/InlineTip/InlineTipButton.js +7 -3
- package/es/components/InlineTip/InlineTipLink.js +7 -3
- package/es/components/InlineTip/utils.js +1 -2
- package/es/components/InterstitialScreen/InterstitialScreen.js +23 -3
- package/es/components/InterstitialScreen/InterstitialScreenBody.js +13 -3
- package/es/components/InterstitialScreen/InterstitialScreenFooter.js +24 -3
- package/es/components/InterstitialScreen/InterstitialScreenHeader.js +20 -3
- package/es/components/InterstitialScreen/InterstitialScreenView.js +13 -3
- package/es/components/InterstitialScreen/context.js +1 -3
- package/es/components/MultiAddSelect/MultiAddSelect.js +81 -3
- package/es/components/Nav/Nav.js +16 -3
- package/es/components/Nav/NavItem.js +37 -3
- package/es/components/Nav/NavItemLink.js +4 -4
- package/es/components/Nav/NavList.js +12 -3
- package/es/components/NonLinearReading/NonLinearReading.js +13 -3
- package/es/components/NotificationsPanel/NotificationsPanel.js +118 -3
- package/es/components/NotificationsPanel/utils.js +1 -2
- package/es/components/OptionsTile/OptionsTile.js +52 -3
- package/es/components/PageHeader/PageHeader.js +219 -3
- package/es/components/PageHeader/PageHeaderTitle.js +24 -3
- package/es/components/PageHeader/PageHeaderUtils.js +1 -3
- package/es/components/PageHeader/next/PageHeader.d.ts +2 -1
- package/es/components/PageHeader/next/PageHeader.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeader.js +1 -3
- package/es/components/PageHeader/next/PageHeaderBreadcrumbBar.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderBreadcrumbBar.js +2 -6
- package/es/components/PageHeader/next/PageHeaderBreadcrumbOverflow.js +1 -3
- package/es/components/PageHeader/next/PageHeaderBreadcrumbPageActions.js +16 -3
- package/es/components/PageHeader/next/PageHeaderContent.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderContent.js +32 -9
- package/es/components/PageHeader/next/PageHeaderContentPageActions.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderContentPageActions.js +21 -7
- package/es/components/PageHeader/next/PageHeaderContentText.js +10 -3
- package/es/components/PageHeader/next/PageHeaderHeroImage.d.ts +13 -1
- package/es/components/PageHeader/next/PageHeaderHeroImage.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderHeroImage.js +22 -6
- package/es/components/PageHeader/next/PageHeaderScrollButton.js +1 -3
- package/es/components/PageHeader/next/PageHeaderTabBar.js +3 -5
- package/es/components/PageHeader/next/PageHeaderTagOverflow.js +1 -3
- package/es/components/PageHeader/next/PageHeaderTitleBreadcrumb.js +1 -3
- package/es/components/PageHeader/next/context.d.ts +2 -2
- package/es/components/PageHeader/next/context.d.ts.map +1 -1
- package/es/components/PageHeader/next/context.js +1 -3
- package/es/components/PageHeader/next/index.js +1 -3
- package/es/components/PageHeader/next/overflowHandler.js +1 -2
- package/es/components/PageHeader/next/utils.js +1 -2
- package/es/components/ProductiveCard/ProductiveCard.js +93 -3
- package/es/components/RemoveModal/RemoveModal.js +58 -3
- package/es/components/Saving/Saving.js +43 -3
- package/es/components/ScrollGradient/ScrollGradient.js +12 -3
- package/es/components/ScrollGradient/constants.js +1 -3
- package/es/components/SearchBar/SearchBar.js +31 -4
- package/es/components/SidePanel/SidePanel.js +116 -3
- package/es/components/SidePanel/constants.js +1 -2
- package/es/components/SimpleHeader/SimpleHeader.js +15 -3
- package/es/components/SingleAddSelect/SingleAddSelect.js +52 -3
- package/es/components/StatusIcon/StatusIcon.js +16 -3
- package/es/components/StatusIndicator/StatusIndicator.js +21 -3
- package/es/components/StatusIndicator/StatusIndicatorStep.js +13 -3
- package/es/components/StringFormatter/StringFormatter.js +9 -3
- package/es/components/StringFormatter/utils/enums.js +1 -2
- package/es/components/TagOverflow/TagOverflow.js +65 -3
- package/es/components/TagOverflow/TagOverflowModal.js +1 -3
- package/es/components/TagOverflow/TagOverflowPopover.js +31 -3
- package/es/components/TagOverflow/constants.js +1 -2
- package/es/components/TagSet/TagSet.js +66 -3
- package/es/components/TagSet/TagSetModal.js +1 -3
- package/es/components/TagSet/TagSetOverflow.js +38 -3
- package/es/components/Tearsheet/Tearsheet.js +103 -4
- package/es/components/Tearsheet/TearsheetNarrow.js +76 -4
- package/es/components/Tearsheet/TearsheetPresence.js +1 -3
- package/es/components/Tearsheet/TearsheetShell.js +119 -3
- package/es/components/Tearsheet/next/StackContext.js +1 -3
- package/es/components/Tearsheet/next/Tearsheet.js +1 -3
- package/es/components/Tearsheet/next/TearsheetBody.js +1 -3
- package/es/components/Tearsheet/next/TearsheetFooter.js +1 -3
- package/es/components/Tearsheet/next/TearsheetHeader.js +1 -3
- package/es/components/Tearsheet/next/TearsheetHeaderActions.js +1 -3
- package/es/components/Tearsheet/next/TearsheetHeaderContent.js +1 -3
- package/es/components/Tearsheet/next/context.js +1 -3
- package/es/components/Tearsheet/usePresence.js +7 -3
- package/es/components/Tearsheet/usePresenceContext.js +1 -3
- package/es/components/Toolbar/Toolbar.js +4 -3
- package/es/components/Toolbar/ToolbarButton.js +12 -4
- package/es/components/Toolbar/ToolbarGroup.js +3 -3
- package/es/components/TooltipTrigger/TooltipTrigger.js +7 -3
- package/es/components/TruncatedList/TruncatedList.js +32 -3
- package/es/components/TruncatedText/TruncatedText.d.ts.map +1 -1
- package/es/components/TruncatedText/TruncatedText.js +7 -6
- package/es/components/TruncatedText/useTruncatedText.js +1 -3
- package/es/components/UserAvatar/UserAvatar.js +32 -3
- package/es/components/UserProfileImage/UserProfileImage.js +37 -3
- package/es/components/WebTerminal/WebTerminal.js +27 -3
- package/es/components/WebTerminal/WebTerminalContentWrapper.js +6 -4
- package/es/components/WebTerminal/hooks/index.js +6 -4
- package/es/components/_Canary/Canary.js +3 -3
- package/es/global/js/hooks/useActiveElement.js +1 -3
- package/es/global/js/hooks/useClickOutside.js +1 -3
- package/es/global/js/hooks/useCollapsible.js +1 -3
- package/es/global/js/hooks/useControllableState.js +1 -3
- package/es/global/js/hooks/useCreateComponentFocus.js +1 -3
- package/es/global/js/hooks/useCreateComponentStepChange.js +1 -3
- package/es/global/js/hooks/useFocus.js +1 -3
- package/es/global/js/hooks/useIsomorphicEffect.js +1 -3
- package/es/global/js/hooks/useMatchMedia.js +1 -3
- package/es/global/js/hooks/useMergedRefs.js +1 -3
- package/es/global/js/hooks/useOverflowItems/useOverflowItems.js +1 -3
- package/es/global/js/hooks/useOverflowString.js +1 -3
- package/es/global/js/hooks/usePortalTarget.js +1 -3
- package/es/global/js/hooks/usePrefersReducedMotion.js +1 -3
- package/es/global/js/hooks/usePrefix.js +1 -3
- package/es/global/js/hooks/usePresence.js +1 -3
- package/es/global/js/hooks/usePreviousValue.js +1 -3
- package/es/global/js/hooks/useResetCreateComponent.js +1 -3
- package/es/global/js/hooks/useResizeObserver.js +1 -3
- package/es/global/js/hooks/useRetrieveFormTitles.js +1 -3
- package/es/global/js/hooks/useRetrieveStepData.js +1 -3
- package/es/global/js/hooks/useValidCreateStepCount.js +1 -3
- package/es/global/js/hooks/useWindowResize.js +1 -3
- package/es/global/js/hooks/useWindowScroll.js +1 -3
- package/es/global/js/package-settings.js +1 -2
- package/es/global/js/utils/Wrap.js +25 -3
- package/es/global/js/utils/checkForOverflow.js +1 -2
- package/es/global/js/utils/clamp.js +1 -2
- package/es/global/js/utils/debounce.js +1 -2
- package/es/global/js/utils/deepCloneObject.js +1 -2
- package/es/global/js/utils/deepCompareObject.js +1 -2
- package/es/global/js/utils/devtools.js +1 -3
- package/es/global/js/utils/getFocusableElements.js +1 -2
- package/es/global/js/utils/getNodeTextContent.js +1 -2
- package/es/global/js/utils/getNumberOfHiddenSteps.js +1 -2
- package/es/global/js/utils/getScrollbarWidth.js +1 -2
- package/es/global/js/utils/getSupportedLocale.js +1 -2
- package/es/global/js/utils/lastIndexInArray.js +1 -2
- package/es/global/js/utils/makeDraggable/makeDraggable.js +1 -2
- package/es/global/js/utils/pconsole.js +5 -11
- package/es/global/js/utils/props-helper.js +1 -3
- package/es/global/js/utils/rangeWithCallback.js +1 -2
- package/es/global/js/utils/scrollableAncestor.js +1 -2
- package/es/global/js/utils/throttle.js +1 -2
- package/es/global/js/utils/useId.js +1 -3
- package/es/global/js/utils/uuidv4.js +1 -2
- package/es/global/js/utils/wait.js +1 -2
- package/es/index.js +2 -5
- package/es/node_modules/@carbon/colors/es/index.js +1 -2
- package/es/node_modules/@carbon/icon-helpers/es/index.js +1 -2
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -3
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +351 -328
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +185 -192
- package/es/node_modules/@carbon/icons-react/es/{iconPropTypes-B1cP964Y.js → iconPropTypes-BElKp6Sn.js} +2 -4
- package/es/node_modules/classnames/index.js +1 -4
- package/es/settings.js +1 -3
- package/lib/_virtual/_rolldown/runtime.js +13 -23
- package/lib/components/APIKeyModal/APIKeyDownloader.js +21 -5
- package/lib/components/APIKeyModal/APIKeyModal.js +170 -12
- package/lib/components/AboutModal/AboutModal.js +51 -10
- package/lib/components/ActionBar/ActionBar.js +49 -11
- package/lib/components/ActionBar/ActionBarItem.js +33 -6
- package/lib/components/ActionBar/ActionBarOverflowItems.js +24 -7
- package/lib/components/ActionSet/ActionSet.js +40 -8
- package/lib/components/AddSelect/AddSelect.js +10 -6
- package/lib/components/AddSelect/AddSelectBody.js +19 -19
- package/lib/components/AddSelect/AddSelectBreadcrumbs.js +4 -6
- package/lib/components/AddSelect/AddSelectColumn.js +9 -11
- package/lib/components/AddSelect/AddSelectFilter.js +4 -6
- package/lib/components/AddSelect/AddSelectFormControl.js +4 -6
- package/lib/components/AddSelect/AddSelectList.js +6 -8
- package/lib/components/AddSelect/AddSelectMetaPanel.js +3 -5
- package/lib/components/AddSelect/AddSelectRow.js +5 -7
- package/lib/components/AddSelect/AddSelectSidebar.js +5 -7
- package/lib/components/AddSelect/AddSelectSort.js +3 -5
- package/lib/components/AddSelect/add-select-utils.js +1 -3
- package/lib/components/AddSelect/hooks/useFocus.js +2 -4
- package/lib/components/AddSelect/hooks/useItemSort.js +2 -4
- package/lib/components/AddSelect/hooks/useParentSelect.js +2 -4
- package/lib/components/AddSelect/hooks/usePath.js +2 -4
- package/lib/components/BigNumber/BigNumber.js +59 -13
- package/lib/components/BigNumber/BigNumberSkeleton.js +16 -13
- package/lib/components/BigNumber/constants.js +1 -22
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +49 -15
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +33 -9
- package/lib/components/Card/Card.js +25 -8
- package/lib/components/Card/CardFooter.js +4 -6
- package/lib/components/Card/CardHeader.js +15 -6
- package/lib/components/Carousel/Carousel.js +39 -9
- package/lib/components/Carousel/CarouselItem.js +11 -7
- package/lib/components/Cascade/Cascade.js +16 -7
- package/lib/components/Checklist/Checklist.js +72 -18
- package/lib/components/Checklist/ChecklistChart.js +19 -13
- package/lib/components/Checklist/ChecklistIcon.js +21 -15
- package/lib/components/Coachmark/Coachmark.js +69 -15
- package/lib/components/Coachmark/CoachmarkDragbar.js +22 -8
- package/lib/components/Coachmark/CoachmarkHeader.js +18 -8
- package/lib/components/Coachmark/CoachmarkOverlay.js +35 -17
- package/lib/components/Coachmark/CoachmarkTagline.js +18 -8
- package/lib/components/Coachmark/next/Coachmark/Coachmark.d.ts +5 -1
- package/lib/components/Coachmark/next/Coachmark/Coachmark.d.ts.map +1 -1
- package/lib/components/Coachmark/next/Coachmark/Coachmark.js +64 -17
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.js +21 -7
- package/lib/components/Coachmark/next/Coachmark/CoachmarkContent.js +12 -7
- package/lib/components/Coachmark/next/Coachmark/CoachmarkTagline/CoachmarkTagline.js +22 -7
- package/lib/components/Coachmark/next/Coachmark/ContentBody.js +11 -6
- package/lib/components/Coachmark/next/Coachmark/ContentHeader.js +18 -8
- package/lib/components/Coachmark/next/Coachmark/context.js +4 -7
- package/lib/components/Coachmark/utils/constants.js +15 -23
- package/lib/components/Coachmark/utils/context.js +2 -4
- package/lib/components/Coachmark/utils/enums.js +1 -3
- package/lib/components/Coachmark/utils/hooks.js +5 -7
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +21 -7
- package/lib/components/CoachmarkButton/CoachmarkButton.js +12 -8
- package/lib/components/CoachmarkFixed/CoachmarkFixed.js +40 -14
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +18 -7
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +41 -11
- package/lib/components/CoachmarkStack/CoachmarkStack.js +52 -14
- package/lib/components/CoachmarkStack/CoachmarkStackHome.js +48 -10
- package/lib/components/ComboButton/ComboButton.js +9 -7
- package/lib/components/ComboButton/ComboButtonItem/index.js +6 -4
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +64 -21
- package/lib/components/ConditionBuilder/ConditionBuilder.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilder.js +72 -11
- package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts +13 -0
- package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +25 -15
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +35 -9
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +43 -7
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +19 -12
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +8 -10
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +46 -24
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +37 -5
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -3
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +45 -11
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +14 -7
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +13 -6
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +14 -7
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +14 -7
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +15 -5
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +12 -5
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +40 -18
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +16 -9
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +6 -8
- package/lib/components/ConditionBuilder/utils/useDataConfigs.js +4 -6
- package/lib/components/ConditionBuilder/utils/useEvent.js +2 -4
- package/lib/components/ConditionBuilder/utils/useTranslations.js +4 -6
- package/lib/components/ConditionBuilder/utils/util.js +2 -5
- package/lib/components/CreateFullPage/CreateFullPage.js +92 -16
- package/lib/components/CreateFullPage/CreateFullPageStep.js +58 -10
- package/lib/components/CreateInfluencer/CreateInfluencer.js +20 -7
- package/lib/components/CreateModal/CreateModal.js +48 -8
- package/lib/components/CreateSidePanel/CreateSidePanel.js +65 -9
- package/lib/components/CreateTearsheet/CreateTearsheet.js +96 -18
- package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +9 -7
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +79 -10
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +62 -9
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +85 -27
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +128 -16
- package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +88 -15
- package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +2 -4
- package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +3 -5
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +4 -6
- package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +2 -4
- package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -3
- package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +2 -4
- package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +11 -13
- package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +3 -5
- package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +4 -6
- package/lib/components/DataSpreadsheet/utils/getCellSize.js +2 -4
- package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +1 -3
- package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +2 -4
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +2 -4
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +2 -4
- package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +3 -5
- package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +3 -5
- package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +5 -7
- package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +4 -6
- package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +3 -5
- package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +2 -4
- package/lib/components/DataSpreadsheet/utils/selectAllCells.js +3 -5
- package/lib/components/Datagrid/Datagrid/Datagrid.js +17 -11
- package/lib/components/Datagrid/Datagrid/DatagridBody.js +6 -8
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +19 -21
- package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +7 -9
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +4 -6
- package/lib/components/Datagrid/Datagrid/DatagridHead.js +2 -4
- package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +10 -12
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +4 -6
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +7 -9
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +6 -8
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +5 -7
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +4 -6
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +6 -8
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +6 -8
- package/lib/components/Datagrid/Datagrid/DraggableElement.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +7 -5
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +6 -8
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +6 -8
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +7 -9
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +54 -14
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +31 -26
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +9 -11
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +16 -18
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +10 -12
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +9 -11
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +2 -5
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -7
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +2 -4
- package/lib/components/Datagrid/common-column-ids.js +1 -3
- package/lib/components/Datagrid/useActionsColumn.js +5 -7
- package/lib/components/Datagrid/useColumnCenterAlign.js +4 -6
- package/lib/components/Datagrid/useColumnOrder.js +3 -6
- package/lib/components/Datagrid/useColumnRightAlign.js +4 -6
- package/lib/components/Datagrid/useCustomizeColumns.js +4 -6
- package/lib/components/Datagrid/useDatagrid.js +11 -13
- package/lib/components/Datagrid/useDefaultStringRenderer.js +4 -6
- package/lib/components/Datagrid/useDisableSelectRows.js +1 -3
- package/lib/components/Datagrid/useEditableCell.js +2 -4
- package/lib/components/Datagrid/useExpandedRow.js +4 -6
- package/lib/components/Datagrid/useFiltering.js +4 -6
- package/lib/components/Datagrid/useFlexResize.js +2 -4
- package/lib/components/Datagrid/useFloatingScroll.js +4 -6
- package/lib/components/Datagrid/useFocusRowExpander.js +2 -4
- package/lib/components/Datagrid/useInfiniteScroll.js +5 -7
- package/lib/components/Datagrid/useInitialColumnSort.js +3 -5
- package/lib/components/Datagrid/useInlineEdit.js +5 -7
- package/lib/components/Datagrid/useNestedRowExpander.js +6 -8
- package/lib/components/Datagrid/useNestedRows.js +5 -7
- package/lib/components/Datagrid/useOnRowClick.js +3 -5
- package/lib/components/Datagrid/useParentDimensions.js +2 -4
- package/lib/components/Datagrid/useResizeTable.js +2 -4
- package/lib/components/Datagrid/useRowExpander.js +5 -7
- package/lib/components/Datagrid/useRowIsMouseOver.js +3 -5
- package/lib/components/Datagrid/useRowRenderer.js +2 -4
- package/lib/components/Datagrid/useRowSize.js +3 -5
- package/lib/components/Datagrid/useSelectAllToggle.js +9 -11
- package/lib/components/Datagrid/useSelectRows.js +8 -10
- package/lib/components/Datagrid/useSkeletonRows.js +1 -3
- package/lib/components/Datagrid/useSortableColumns.js +6 -8
- package/lib/components/Datagrid/useStickyColumn.js +6 -8
- package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +1 -3
- package/lib/components/Decorator/Decorator.js +65 -13
- package/lib/components/DecoratorBase/DecoratorBase.js +9 -8
- package/lib/components/DecoratorBase/DecoratorIcon.js +19 -12
- package/lib/components/DecoratorBase/utils.js +1 -3
- package/lib/components/DecoratorDualButton/DecoratorDualButton.js +84 -13
- package/lib/components/DecoratorLink/DecoratorLink.js +76 -13
- package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +76 -13
- package/lib/components/DelimitedList/DelimitedList.js +17 -7
- package/lib/components/DescriptionList/DescriptionList.js +15 -13
- package/lib/components/DescriptionList/DescriptionListBody.js +12 -12
- package/lib/components/DescriptionList/DescriptionListCell.js +12 -12
- package/lib/components/DescriptionList/DescriptionListRow.js +12 -12
- package/lib/components/DescriptionList/constants.js +1 -3
- package/lib/components/EditFullPage/EditFullPage.js +11 -7
- package/lib/components/EditInPlace/EditInPlace.d.ts.map +1 -1
- package/lib/components/EditInPlace/EditInPlace.js +139 -31
- package/lib/components/EditSidePanel/EditSidePanel.js +73 -10
- package/lib/components/EditTearsheet/EditTearsheet.js +59 -9
- package/lib/components/EditTearsheet/EditTearsheetForm.js +39 -9
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +11 -7
- package/lib/components/EditUpdateCards/EditUpdateCards.js +75 -8
- package/lib/components/EmptyStates/EmptyState.js +48 -16
- package/lib/components/EmptyStates/EmptyStateContent.js +24 -6
- package/lib/components/EmptyStates/EmptyStateIllustration.deprecated.js +2 -4
- package/lib/components/EmptyStates/EmptyStateV2.deprecated.js +45 -9
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +44 -10
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +44 -10
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +44 -10
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +44 -10
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +44 -10
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +44 -10
- package/lib/components/EmptyStates/assets/ErrorIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NoDataIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NoTagsIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NotFoundIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NotificationsIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +5 -7
- package/lib/components/ExportModal/ExportModal.js +86 -9
- package/lib/components/ExpressiveCard/ExpressiveCard.js +80 -7
- package/lib/components/FeatureFlags/index.js +6 -5
- package/lib/components/FilterPanel/FilterPanel.js +19 -12
- package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +29 -13
- package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +33 -14
- package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +26 -13
- package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +44 -13
- package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +26 -13
- package/lib/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +22 -12
- package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +22 -13
- package/lib/components/FilterSummary/FilterSummary.js +12 -13
- package/lib/components/FullPageError/FullPageError.js +27 -10
- package/lib/components/FullPageError/assets/Error403SVG.js +2 -4
- package/lib/components/FullPageError/assets/Error404SVG.js +2 -4
- package/lib/components/FullPageError/assets/ErrorGenericSVG.js +2 -4
- package/lib/components/GetStartedCard/GetStartedCard.js +40 -6
- package/lib/components/Guidebanner/Guidebanner.js +57 -13
- package/lib/components/Guidebanner/GuidebannerElement.js +18 -7
- package/lib/components/Guidebanner/GuidebannerElementButton.js +15 -7
- package/lib/components/Guidebanner/GuidebannerElementLink.js +11 -7
- package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +29 -9
- package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +29 -9
- package/lib/components/HTTPErrors/HTTPErrorContent.js +21 -5
- package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +29 -9
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +3 -5
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +3 -5
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +3 -5
- package/lib/components/ImportModal/ImportModal.js +94 -9
- package/lib/components/InlineTip/InlineTip.js +62 -9
- package/lib/components/InlineTip/InlineTipButton.js +11 -7
- package/lib/components/InlineTip/InlineTipLink.js +11 -7
- package/lib/components/InlineTip/utils.js +1 -3
- package/lib/components/InterstitialScreen/InterstitialScreen.js +30 -10
- package/lib/components/InterstitialScreen/InterstitialScreenBody.js +17 -7
- package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +28 -7
- package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +24 -7
- package/lib/components/InterstitialScreen/InterstitialScreenView.js +15 -5
- package/lib/components/InterstitialScreen/context.js +3 -5
- package/lib/components/MultiAddSelect/MultiAddSelect.js +84 -6
- package/lib/components/Nav/Nav.js +27 -14
- package/lib/components/Nav/NavItem.js +48 -14
- package/lib/components/Nav/NavItemLink.js +5 -5
- package/lib/components/Nav/NavList.js +22 -13
- package/lib/components/NonLinearReading/NonLinearReading.js +18 -8
- package/lib/components/NotificationsPanel/NotificationsPanel.js +130 -15
- package/lib/components/NotificationsPanel/utils.js +1 -3
- package/lib/components/OptionsTile/OptionsTile.js +59 -10
- package/lib/components/PageHeader/PageHeader.js +234 -18
- package/lib/components/PageHeader/PageHeaderTitle.js +28 -7
- package/lib/components/PageHeader/PageHeaderUtils.js +5 -7
- package/lib/components/PageHeader/next/PageHeader.d.ts +2 -1
- package/lib/components/PageHeader/next/PageHeader.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeader.js +19 -21
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbBar.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbBar.js +6 -10
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbOverflow.js +6 -8
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbPageActions.js +19 -6
- package/lib/components/PageHeader/next/PageHeaderContent.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderContent.js +36 -13
- package/lib/components/PageHeader/next/PageHeaderContentPageActions.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderContentPageActions.js +26 -12
- package/lib/components/PageHeader/next/PageHeaderContentText.js +13 -6
- package/lib/components/PageHeader/next/PageHeaderHeroImage.d.ts +13 -1
- package/lib/components/PageHeader/next/PageHeaderHeroImage.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderHeroImage.js +25 -9
- package/lib/components/PageHeader/next/PageHeaderScrollButton.js +6 -8
- package/lib/components/PageHeader/next/PageHeaderTabBar.js +7 -9
- package/lib/components/PageHeader/next/PageHeaderTagOverflow.js +6 -8
- package/lib/components/PageHeader/next/PageHeaderTitleBreadcrumb.js +5 -7
- package/lib/components/PageHeader/next/context.d.ts +2 -2
- package/lib/components/PageHeader/next/context.d.ts.map +1 -1
- package/lib/components/PageHeader/next/context.js +2 -4
- package/lib/components/PageHeader/next/index.js +19 -21
- package/lib/components/PageHeader/next/overflowHandler.js +1 -3
- package/lib/components/PageHeader/next/utils.js +1 -3
- package/lib/components/ProductiveCard/ProductiveCard.js +97 -7
- package/lib/components/RemoveModal/RemoveModal.js +65 -10
- package/lib/components/Saving/Saving.js +47 -7
- package/lib/components/ScrollGradient/ScrollGradient.js +23 -14
- package/lib/components/ScrollGradient/constants.js +3 -5
- package/lib/components/SearchBar/SearchBar.js +35 -8
- package/lib/components/SidePanel/SidePanel.js +129 -16
- package/lib/components/SidePanel/constants.js +1 -3
- package/lib/components/SimpleHeader/SimpleHeader.js +20 -8
- package/lib/components/SingleAddSelect/SingleAddSelect.js +56 -7
- package/lib/components/StatusIcon/StatusIcon.js +20 -7
- package/lib/components/StatusIndicator/StatusIndicator.js +30 -12
- package/lib/components/StatusIndicator/StatusIndicatorStep.js +22 -12
- package/lib/components/StringFormatter/StringFormatter.js +21 -15
- package/lib/components/StringFormatter/utils/enums.js +1 -3
- package/lib/components/TagOverflow/TagOverflow.js +73 -11
- package/lib/components/TagOverflow/TagOverflowModal.js +6 -8
- package/lib/components/TagOverflow/TagOverflowPopover.js +35 -7
- package/lib/components/TagOverflow/constants.js +1 -3
- package/lib/components/TagSet/TagSet.js +73 -10
- package/lib/components/TagSet/TagSetModal.js +6 -8
- package/lib/components/TagSet/TagSetOverflow.js +42 -7
- package/lib/components/Tearsheet/Tearsheet.js +107 -8
- package/lib/components/Tearsheet/TearsheetNarrow.js +80 -8
- package/lib/components/Tearsheet/TearsheetPresence.js +3 -5
- package/lib/components/Tearsheet/TearsheetShell.js +135 -19
- package/lib/components/Tearsheet/next/StackContext.js +3 -5
- package/lib/components/Tearsheet/next/Tearsheet.js +15 -17
- package/lib/components/Tearsheet/next/TearsheetBody.js +6 -8
- package/lib/components/Tearsheet/next/TearsheetFooter.js +5 -7
- package/lib/components/Tearsheet/next/TearsheetHeader.js +4 -6
- package/lib/components/Tearsheet/next/TearsheetHeaderActions.js +5 -7
- package/lib/components/Tearsheet/next/TearsheetHeaderContent.js +5 -7
- package/lib/components/Tearsheet/next/context.js +4 -7
- package/lib/components/Tearsheet/usePresence.js +9 -5
- package/lib/components/Tearsheet/usePresenceContext.js +3 -5
- package/lib/components/Toolbar/Toolbar.js +9 -8
- package/lib/components/Toolbar/ToolbarButton.js +15 -7
- package/lib/components/Toolbar/ToolbarGroup.js +6 -6
- package/lib/components/TooltipTrigger/TooltipTrigger.js +10 -6
- package/lib/components/TruncatedList/TruncatedList.js +37 -8
- package/lib/components/TruncatedText/TruncatedText.d.ts.map +1 -1
- package/lib/components/TruncatedText/TruncatedText.js +12 -11
- package/lib/components/TruncatedText/useTruncatedText.js +3 -5
- package/lib/components/UserAvatar/UserAvatar.js +38 -9
- package/lib/components/UserProfileImage/UserProfileImage.js +43 -9
- package/lib/components/WebTerminal/WebTerminal.js +33 -9
- package/lib/components/WebTerminal/WebTerminalContentWrapper.js +10 -8
- package/lib/components/WebTerminal/hooks/index.js +7 -5
- package/lib/components/_Canary/Canary.js +6 -6
- package/lib/global/js/hooks/useActiveElement.js +2 -4
- package/lib/global/js/hooks/useClickOutside.js +2 -4
- package/lib/global/js/hooks/useCollapsible.js +2 -4
- package/lib/global/js/hooks/useControllableState.js +2 -4
- package/lib/global/js/hooks/useCreateComponentFocus.js +3 -5
- package/lib/global/js/hooks/useCreateComponentStepChange.js +2 -4
- package/lib/global/js/hooks/useFocus.js +3 -5
- package/lib/global/js/hooks/useIsomorphicEffect.js +2 -4
- package/lib/global/js/hooks/useMatchMedia.js +2 -4
- package/lib/global/js/hooks/useMergedRefs.js +2 -4
- package/lib/global/js/hooks/useOverflowItems/useOverflowItems.js +3 -5
- package/lib/global/js/hooks/useOverflowString.js +2 -4
- package/lib/global/js/hooks/usePortalTarget.js +4 -6
- package/lib/global/js/hooks/usePrefersReducedMotion.js +3 -5
- package/lib/global/js/hooks/usePrefix.js +2 -4
- package/lib/global/js/hooks/usePresence.js +2 -4
- package/lib/global/js/hooks/usePreviousValue.js +2 -4
- package/lib/global/js/hooks/useResetCreateComponent.js +3 -5
- package/lib/global/js/hooks/useResizeObserver.js +3 -5
- package/lib/global/js/hooks/useRetrieveFormTitles.js +2 -4
- package/lib/global/js/hooks/useRetrieveStepData.js +2 -4
- package/lib/global/js/hooks/useValidCreateStepCount.js +2 -4
- package/lib/global/js/hooks/useWindowResize.js +3 -5
- package/lib/global/js/hooks/useWindowScroll.js +4 -6
- package/lib/global/js/package-settings.js +1 -3
- package/lib/global/js/utils/Wrap.js +26 -4
- package/lib/global/js/utils/checkForOverflow.js +1 -3
- package/lib/global/js/utils/clamp.js +1 -3
- package/lib/global/js/utils/debounce.js +1 -3
- package/lib/global/js/utils/deepCloneObject.js +1 -3
- package/lib/global/js/utils/deepCompareObject.js +1 -3
- package/lib/global/js/utils/devtools.js +2 -4
- package/lib/global/js/utils/getFocusableElements.js +1 -3
- package/lib/global/js/utils/getNodeTextContent.js +1 -3
- package/lib/global/js/utils/getNumberOfHiddenSteps.js +1 -3
- package/lib/global/js/utils/getScrollbarWidth.js +1 -3
- package/lib/global/js/utils/getSupportedLocale.js +1 -3
- package/lib/global/js/utils/lastIndexInArray.js +1 -3
- package/lib/global/js/utils/makeDraggable/makeDraggable.js +1 -3
- package/lib/global/js/utils/pconsole.js +4 -9
- package/lib/global/js/utils/props-helper.js +2 -4
- package/lib/global/js/utils/rangeWithCallback.js +1 -3
- package/lib/global/js/utils/scrollableAncestor.js +1 -3
- package/lib/global/js/utils/throttle.js +1 -3
- package/lib/global/js/utils/useId.js +3 -5
- package/lib/global/js/utils/uuidv4.js +1 -3
- package/lib/global/js/utils/wait.js +1 -3
- package/lib/index.js +264 -267
- package/lib/node_modules/@carbon/colors/lib/index.js +15 -21
- package/lib/node_modules/@carbon/icon-helpers/lib/index.js +7 -10
- package/lib/node_modules/@carbon/icons-react/lib/{Icon.js → Icon-2zUDcllO.js} +44 -17
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-0.js +274 -278
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-1.js +303 -316
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-10.js +478 -472
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-11.js +491 -468
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-12.js +482 -474
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-13.js +509 -547
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-14.js +546 -596
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-15.js +596 -538
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-16.js +571 -616
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-17.js +669 -654
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-18.js +683 -661
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-19.js +701 -718
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-2.js +332 -330
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-20.js +743 -783
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-21.js +548 -40
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-3.js +340 -349
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-4.js +360 -380
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-5.js +397 -405
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-6.js +405 -392
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-7.js +418 -437
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-8.js +456 -496
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-9.js +489 -480
- package/lib/node_modules/@carbon/icons-react/lib/{iconPropTypes-U9gLABJo.js → iconPropTypes-DaTOKOBs.js} +12 -14
- package/lib/node_modules/@carbon/icons-react/lib/index.js +425 -395
- package/lib/node_modules/classnames/index.js +7 -10
- package/lib/settings.js +5 -7
- package/package.json +17 -17
- package/scss/components/EditInPlace/_edit-in-place.scss +30 -6
- package/scss/components/PageHeader/_page-header.scss +66 -6
- package/scss/components/TruncatedText/_truncated-text.scss +21 -0
- package/telemetry.yml +12 -3
- package/es/components/Checklist/Checklist.types.js +0 -30
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts +0 -39
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts.map +0 -1
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts +0 -25
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts.map +0 -1
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts +0 -11
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts.map +0 -1
- package/lib/components/Checklist/Checklist.types.js +0 -32
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts +0 -39
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts.map +0 -1
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts +0 -25
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts.map +0 -1
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts +0 -11
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts.map +0 -1
- package/lib/node_modules/@carbon/icons-react/lib/chunk-CsKB0u1v.js +0 -54
|
@@ -13,7 +13,6 @@ import React, { forwardRef } from "react";
|
|
|
13
13
|
import PropTypes from "prop-types";
|
|
14
14
|
import { Button, InlineLoading } from "@carbon/react";
|
|
15
15
|
import { CheckmarkOutline, ErrorFilled, ErrorOutline, Save } from "@carbon/react/icons";
|
|
16
|
-
|
|
17
16
|
//#region src/components/Saving/Saving.tsx
|
|
18
17
|
/**
|
|
19
18
|
* Copyright IBM Corp. 2021, 2024
|
|
@@ -79,27 +78,68 @@ const Saving = forwardRef(({ secondaryButtonText, className, defaultIconDescript
|
|
|
79
78
|
}, statusObj[status]?.text)));
|
|
80
79
|
});
|
|
81
80
|
Saving.propTypes = {
|
|
81
|
+
/**
|
|
82
|
+
* Provide an optional class to be applied to the containing node.
|
|
83
|
+
*/
|
|
82
84
|
className: PropTypes.string,
|
|
85
|
+
/**
|
|
86
|
+
* Description for default state icon (manual).
|
|
87
|
+
*/
|
|
83
88
|
defaultIconDescription: PropTypes.string,
|
|
89
|
+
/**
|
|
90
|
+
* Default text for the save button (manual). Per design guidelines you probably don't want to display this in the auto mode.
|
|
91
|
+
*/
|
|
84
92
|
defaultText: PropTypes.string,
|
|
93
|
+
/**
|
|
94
|
+
* Description for fail state icon (manual).
|
|
95
|
+
*/
|
|
85
96
|
failIconDescription: PropTypes.string,
|
|
97
|
+
/**
|
|
98
|
+
* Text for failure state.
|
|
99
|
+
*/
|
|
86
100
|
failText: PropTypes.string,
|
|
101
|
+
/**
|
|
102
|
+
* Description for in progress state icon (manual).
|
|
103
|
+
*/
|
|
87
104
|
inProgressIconDescription: PropTypes.string,
|
|
105
|
+
/**
|
|
106
|
+
* Text for in progress state.
|
|
107
|
+
*/
|
|
88
108
|
inProgressText: PropTypes.string,
|
|
109
|
+
/**
|
|
110
|
+
* Function handler for cancel button (manual).
|
|
111
|
+
*/
|
|
89
112
|
onRequestCancel: PropTypes.func,
|
|
113
|
+
/**
|
|
114
|
+
* Function handler for save button (manual).
|
|
115
|
+
*/
|
|
90
116
|
onRequestSave: PropTypes.func,
|
|
117
|
+
/**
|
|
118
|
+
* Text for the secondary or cancel button (manual).
|
|
119
|
+
*/
|
|
91
120
|
secondaryButtonText: PropTypes.string,
|
|
121
|
+
/**
|
|
122
|
+
* The status of the save. default being the untouched default state -> in-progress being a save has been initiated -> fail or success being the outcome.
|
|
123
|
+
*/
|
|
92
124
|
status: PropTypes.oneOf([
|
|
93
125
|
"default",
|
|
94
126
|
"in-progress",
|
|
95
127
|
"success",
|
|
96
128
|
"fail"
|
|
97
129
|
]).isRequired,
|
|
130
|
+
/**
|
|
131
|
+
* Description for success state icon (manual).
|
|
132
|
+
*/
|
|
98
133
|
successIconDescription: PropTypes.string,
|
|
134
|
+
/**
|
|
135
|
+
* Text for success state
|
|
136
|
+
*/
|
|
99
137
|
successText: PropTypes.string,
|
|
138
|
+
/**
|
|
139
|
+
* Designates the style of the save component. Manual uses a set of buttons and auto just displays a string. See usage guidelines for additional information.
|
|
140
|
+
*/
|
|
100
141
|
type: PropTypes.oneOf(["manual", "auto"]).isRequired
|
|
101
142
|
};
|
|
102
143
|
Saving.displayName = componentName;
|
|
103
|
-
|
|
104
144
|
//#endregion
|
|
105
|
-
export { Saving };
|
|
145
|
+
export { Saving };
|
|
@@ -14,7 +14,6 @@ import { ScrollStates, useIsOverflow } from "./constants.js";
|
|
|
14
14
|
import React, { useEffect, useRef, useState } from "react";
|
|
15
15
|
import PropTypes from "prop-types";
|
|
16
16
|
import { usePrefix } from "@carbon/react";
|
|
17
|
-
|
|
18
17
|
//#region src/components/ScrollGradient/ScrollGradient.jsx
|
|
19
18
|
/**
|
|
20
19
|
* Copyright IBM Corp. 2024, 2025
|
|
@@ -162,14 +161,24 @@ let ScrollGradient = React.forwardRef(({ children, className, color, onScroll =
|
|
|
162
161
|
ScrollGradient = pkg.checkComponentEnabled(ScrollGradient, componentName);
|
|
163
162
|
ScrollGradient.displayName = componentName;
|
|
164
163
|
ScrollGradient.propTypes = {
|
|
164
|
+
/**
|
|
165
|
+
* Provide the contents of the ScrollGradient.
|
|
166
|
+
*/
|
|
165
167
|
children: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.node), PropTypes.node]),
|
|
168
|
+
/**
|
|
169
|
+
* Provide an optional class to be applied to the containing node.
|
|
170
|
+
*/
|
|
166
171
|
className: PropTypes.string,
|
|
172
|
+
/** @type {string} Fade out color. Any valid CSS color value works */
|
|
167
173
|
color: PropTypes.string,
|
|
174
|
+
/** @type {(element: HTMLElement) => {}} Optional function to get reference to scrollable DOM element */
|
|
168
175
|
getScrollElementRef: PropTypes.func,
|
|
176
|
+
/** @type {boolean} Set to true if you want to hide gradient on the start side (top or left) of scrollable element. */
|
|
169
177
|
hideStartGradient: PropTypes.bool,
|
|
178
|
+
/** @type {Function} Optional scroll handler */
|
|
170
179
|
onScroll: PropTypes.func,
|
|
180
|
+
/** @type {string} Optional classname for scroll element. */
|
|
171
181
|
scrollElementClassName: PropTypes.string
|
|
172
182
|
};
|
|
173
|
-
|
|
174
183
|
//#endregion
|
|
175
|
-
export { ScrollGradient };
|
|
184
|
+
export { ScrollGradient };
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
|
|
8
8
|
import { useIsomorphicEffect } from "../../global/js/hooks/useIsomorphicEffect.js";
|
|
9
9
|
import { useCallback, useEffect, useState } from "react";
|
|
10
|
-
|
|
11
10
|
//#region src/components/ScrollGradient/constants.js
|
|
12
11
|
/**
|
|
13
12
|
* Copyright IBM Corp. 2024
|
|
@@ -60,6 +59,5 @@ const useIsOverflow = (ref) => {
|
|
|
60
59
|
yScrollable: isVerticallyScrollable
|
|
61
60
|
};
|
|
62
61
|
};
|
|
63
|
-
|
|
64
62
|
//#endregion
|
|
65
|
-
export { ScrollStates, useIsOverflow };
|
|
63
|
+
export { ScrollStates, useIsOverflow };
|
|
@@ -12,7 +12,6 @@ import { getDevtoolsProps } from "../../global/js/utils/devtools.js";
|
|
|
12
12
|
import React, { useEffect, useState } from "react";
|
|
13
13
|
import PropTypes from "prop-types";
|
|
14
14
|
import { Button, MultiSelect, Search } from "@carbon/react";
|
|
15
|
-
|
|
16
15
|
//#region src/components/SearchBar/SearchBar.tsx
|
|
17
16
|
/**
|
|
18
17
|
* Copyright IBM Corp. 2024, 2024
|
|
@@ -113,25 +112,53 @@ const conditionalScopePropValidator = (props, propName, componentName, ...rest)
|
|
|
113
112
|
/**@ts-ignore */
|
|
114
113
|
return PropTypes.string(props, propName, componentName, ...rest);
|
|
115
114
|
};
|
|
116
|
-
const deprecatedProps = {
|
|
115
|
+
const deprecatedProps = {
|
|
116
|
+
/**
|
|
117
|
+
* **Deprecated**
|
|
118
|
+
*
|
|
119
|
+
* Provide accessible label text for the scopes MultiSelect.
|
|
120
|
+
*/
|
|
121
|
+
titleText: PropTypes.string };
|
|
117
122
|
SearchBar.propTypes = {
|
|
123
|
+
/** @type {string} Optional additional class name. */
|
|
118
124
|
className: PropTypes.string,
|
|
125
|
+
/** @type {string} The label text for the search text input. */
|
|
119
126
|
clearButtonLabelText: PropTypes.string.isRequired,
|
|
127
|
+
/**
|
|
128
|
+
* Whether or not the scopes MultiSelect label is visually hidden.
|
|
129
|
+
*/
|
|
120
130
|
hideScopesLabel: PropTypes.bool,
|
|
131
|
+
/** @type {string} The label text for the search text input. */
|
|
121
132
|
labelText: PropTypes.string.isRequired,
|
|
133
|
+
/** @type {Function} Function handler for when the user changes their query search. */
|
|
122
134
|
onChange: PropTypes.func,
|
|
135
|
+
/** @type {Function} Function handler for when the user submits a search. */
|
|
123
136
|
onSubmit: PropTypes.func,
|
|
137
|
+
/** @type {string} Placeholder text to be displayed in the search input. */
|
|
124
138
|
placeholderText: PropTypes.string.isRequired,
|
|
139
|
+
/** @type {Function} Function to get the text for each scope to display in dropdown. */
|
|
125
140
|
scopeToString: PropTypes.func,
|
|
141
|
+
/** @type {Array<any>} Array of allowed search scopes. */
|
|
142
|
+
/**@ts-ignore */
|
|
126
143
|
scopes: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.string, PropTypes.object])),
|
|
144
|
+
/** @type {string} The name text for the search scope type. */
|
|
127
145
|
scopesTypeLabel: conditionalScopePropValidator,
|
|
146
|
+
/** @type {Array<any> Array of initially selected search scopes. */
|
|
147
|
+
/**@ts-ignore */
|
|
128
148
|
selectedScopes: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.string, PropTypes.object])),
|
|
149
|
+
/**
|
|
150
|
+
* Optional custom sorting algorithm for an array of scope items.
|
|
151
|
+
* By default, scope items are sorted in ascending alphabetical order,
|
|
152
|
+
* with "selected" items moved to the start of the scope items array.
|
|
153
|
+
*/
|
|
129
154
|
sortItems: PropTypes.func,
|
|
155
|
+
/** @type {string} The label text for the search submit button. */
|
|
130
156
|
submitLabel: PropTypes.string.isRequired,
|
|
157
|
+
/** @type {func} Callback function for translating MultiSelect's child ListBoxMenuIcon SVG title. */
|
|
131
158
|
translateWithId: PropTypes.func,
|
|
159
|
+
/** @type {string} Search query value. */
|
|
132
160
|
value: PropTypes.string,
|
|
133
161
|
...deprecatedProps
|
|
134
162
|
};
|
|
135
|
-
|
|
136
163
|
//#endregion
|
|
137
|
-
export { SearchBar };
|
|
164
|
+
export { SearchBar };
|
|
@@ -24,7 +24,6 @@ import { Button, Heading, IconButton, Layer, Section } from "@carbon/react";
|
|
|
24
24
|
import { ArrowLeft, Close } from "@carbon/react/icons";
|
|
25
25
|
import { Resizer } from "@carbon-labs/react-resizer";
|
|
26
26
|
import { moderate02 } from "@carbon/motion";
|
|
27
|
-
|
|
28
27
|
//#region src/components/SidePanel/SidePanel.tsx
|
|
29
28
|
/**
|
|
30
29
|
* Copyright IBM Corp. 2020, 2025
|
|
@@ -488,10 +487,23 @@ const SidePanel = React.forwardRef((props, ref) => {
|
|
|
488
487
|
})) : null;
|
|
489
488
|
});
|
|
490
489
|
const deprecatedProps = {
|
|
490
|
+
/**
|
|
491
|
+
* **deprecated**
|
|
492
|
+
* **Experimental:** Provide a `Slug` component to be rendered inside the `SidePanel` component
|
|
493
|
+
*/
|
|
491
494
|
slug: PropTypes.node,
|
|
495
|
+
/**
|
|
496
|
+
* **deprecated**
|
|
497
|
+
* Please use the `decorator` instead
|
|
498
|
+
* Optional prop that is intended for any scenario where something is being generated by AI to reinforce AI transparency, accountability, and explainability at the UI level.
|
|
499
|
+
*/
|
|
492
500
|
aiLabel: PropTypes.node
|
|
493
501
|
};
|
|
494
502
|
SidePanel.propTypes = {
|
|
503
|
+
/**
|
|
504
|
+
* Sets the action toolbar buttons
|
|
505
|
+
*/
|
|
506
|
+
/**@ts-ignore */
|
|
495
507
|
actionToolbarButtons: PropTypes.arrayOf(PropTypes.shape({
|
|
496
508
|
label: PropTypes.string,
|
|
497
509
|
leading: PropTypes.bool,
|
|
@@ -515,6 +527,22 @@ SidePanel.propTypes = {
|
|
|
515
527
|
"end"
|
|
516
528
|
])
|
|
517
529
|
})),
|
|
530
|
+
/**
|
|
531
|
+
* The primary actions to be shown in the side panel. Each action is
|
|
532
|
+
* specified as an object with optional fields: 'label' to supply the button
|
|
533
|
+
* label, 'kind' to select the button kind (must be 'primary', 'secondary' or
|
|
534
|
+
* 'ghost'), 'tooltipPosition' to select where the tooltip is placed around
|
|
535
|
+
* the button (must be 'top', 'right', 'bottom', or 'left'), 'tooltipAlignment'
|
|
536
|
+
* to select how the tooltip is aligned with the button (must be 'start',
|
|
537
|
+
* 'center', or 'end', 'loading' to display a loading indicator, and 'onClick' to
|
|
538
|
+
* receive notifications when the button is clicked. Additional fields in the
|
|
539
|
+
* object will be passed to the Button component, and these can include
|
|
540
|
+
* 'disabled', 'ref', 'className', and any other Button props. Any other
|
|
541
|
+
* fields in the object will be passed through to the button element as HTML
|
|
542
|
+
* attributes.
|
|
543
|
+
*
|
|
544
|
+
* See https://react.carbondesignsystem.com/?path=/docs/components-button--default#component-api
|
|
545
|
+
*/
|
|
518
546
|
actions: allPropTypes([PropTypes.arrayOf(PropTypes.shape({
|
|
519
547
|
...Button.propTypes,
|
|
520
548
|
kind: PropTypes.oneOf([
|
|
@@ -537,29 +565,104 @@ SidePanel.propTypes = {
|
|
|
537
565
|
]),
|
|
538
566
|
label: PropTypes.string,
|
|
539
567
|
loading: PropTypes.bool,
|
|
568
|
+
/**@ts-ignore */
|
|
540
569
|
onClick: Button.propTypes.onClick
|
|
541
570
|
}))]),
|
|
571
|
+
/**
|
|
572
|
+
* Determines if the title will animate on scroll
|
|
573
|
+
*/
|
|
542
574
|
animateTitle: PropTypes.bool,
|
|
575
|
+
/**
|
|
576
|
+
* Sets the body content of the side panel
|
|
577
|
+
*/
|
|
543
578
|
children: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.node), PropTypes.node]).isRequired,
|
|
579
|
+
/**
|
|
580
|
+
* Sets an optional className to be added to the side panel outermost element
|
|
581
|
+
*/
|
|
544
582
|
className: PropTypes.string,
|
|
583
|
+
/**
|
|
584
|
+
* Sets the close button icon description
|
|
585
|
+
*/
|
|
545
586
|
closeIconDescription: PropTypes.string,
|
|
587
|
+
/**
|
|
588
|
+
* Sets the close button tooltip alignment
|
|
589
|
+
*/
|
|
546
590
|
closeIconTooltipAlignment: PropTypes.string,
|
|
591
|
+
/**
|
|
592
|
+
* Determines whether the side panel should render the condensed version (affects action buttons primarily)
|
|
593
|
+
*/
|
|
547
594
|
condensedActions: PropTypes.bool,
|
|
595
|
+
/**
|
|
596
|
+
* Sets the current step of the side panel
|
|
597
|
+
*/
|
|
548
598
|
currentStep: PropTypes.number,
|
|
599
|
+
/**
|
|
600
|
+
* Show/hide the "X" close button.
|
|
601
|
+
*/
|
|
549
602
|
hideCloseButton: PropTypes.bool,
|
|
603
|
+
/**
|
|
604
|
+
* Unique identifier
|
|
605
|
+
*/
|
|
550
606
|
id: PropTypes.string,
|
|
607
|
+
/**
|
|
608
|
+
* Determines whether the side panel should render with an overlay
|
|
609
|
+
*/
|
|
551
610
|
includeOverlay: PropTypes.bool,
|
|
611
|
+
/**
|
|
612
|
+
* Sets the label text which will display above the title text
|
|
613
|
+
*/
|
|
552
614
|
labelText: PropTypes.string,
|
|
615
|
+
/**
|
|
616
|
+
* Provide a ref to return focus to once the modal is closed.
|
|
617
|
+
*/
|
|
618
|
+
/**@ts-ignore */
|
|
553
619
|
launcherButtonRef: PropTypes.any,
|
|
620
|
+
/**
|
|
621
|
+
* Sets the icon description for the navigation back icon button
|
|
622
|
+
*/
|
|
554
623
|
navigationBackIconDescription: PropTypes.string,
|
|
624
|
+
/**
|
|
625
|
+
* Changes the current side panel page to the previous page
|
|
626
|
+
*/
|
|
555
627
|
onNavigationBack: PropTypes.func,
|
|
628
|
+
/**
|
|
629
|
+
* Specify a handler for closing the side panel.
|
|
630
|
+
* This handler closes the modal, e.g. changing `open` prop.
|
|
631
|
+
*/
|
|
556
632
|
onRequestClose: PropTypes.func,
|
|
633
|
+
/**
|
|
634
|
+
* Optional function called when the side panel exit animation is complete.
|
|
635
|
+
* This handler can be used for any state cleanup needed before the panel is removed from the DOM.
|
|
636
|
+
*/
|
|
557
637
|
onUnmount: PropTypes.func,
|
|
638
|
+
/**
|
|
639
|
+
* Determines whether the side panel should render or not
|
|
640
|
+
*/
|
|
558
641
|
open: PropTypes.bool.isRequired,
|
|
642
|
+
/**
|
|
643
|
+
* Determines if the side panel is on the right or left
|
|
644
|
+
*/
|
|
559
645
|
placement: PropTypes.oneOf(["left", "right"]),
|
|
646
|
+
/**
|
|
647
|
+
* Prevent closing on click outside of the panel
|
|
648
|
+
*/
|
|
560
649
|
preventCloseOnClickOutside: PropTypes.bool,
|
|
650
|
+
/**
|
|
651
|
+
* This is the selector to the element that contains all of the page content that will shrink if the panel is a slide in.
|
|
652
|
+
* This prop is required when using the `slideIn` variant of the side panel.
|
|
653
|
+
*/
|
|
654
|
+
/**@ts-ignore*/
|
|
561
655
|
selectorPageContent: PropTypes.string,
|
|
656
|
+
/**
|
|
657
|
+
* Specify a CSS selector that matches the DOM element that should
|
|
658
|
+
* be focused when the side panel opens
|
|
659
|
+
*/
|
|
660
|
+
/**@ts-ignore*/
|
|
562
661
|
selectorPrimaryFocus: PropTypes.string,
|
|
662
|
+
/**
|
|
663
|
+
* Sets the size of the side panel
|
|
664
|
+
*/
|
|
665
|
+
/**@ts-ignore*/
|
|
563
666
|
size: PropTypes.oneOf([
|
|
564
667
|
"xs",
|
|
565
668
|
"sm",
|
|
@@ -568,12 +671,22 @@ SidePanel.propTypes = {
|
|
|
568
671
|
"xl",
|
|
569
672
|
"2xl"
|
|
570
673
|
]),
|
|
674
|
+
/**
|
|
675
|
+
* Determines if this panel slides in
|
|
676
|
+
*/
|
|
677
|
+
/**@ts-ignore*/
|
|
571
678
|
slideIn: PropTypes.bool,
|
|
679
|
+
/**
|
|
680
|
+
* Sets the subtitle text
|
|
681
|
+
*/
|
|
572
682
|
subtitle: PropTypes.node,
|
|
683
|
+
/**
|
|
684
|
+
* Sets the title text
|
|
685
|
+
*/
|
|
686
|
+
/**@ts-ignore*/
|
|
573
687
|
title: PropTypes.string,
|
|
574
688
|
...deprecatedProps
|
|
575
689
|
};
|
|
576
690
|
SidePanel.displayName = componentName;
|
|
577
|
-
|
|
578
691
|
//#endregion
|
|
579
|
-
export { SidePanel };
|
|
692
|
+
export { SidePanel };
|
|
@@ -13,7 +13,6 @@ import { BreadcrumbWithOverflow } from "../BreadcrumbWithOverflow/BreadcrumbWith
|
|
|
13
13
|
import React, { useCallback, useEffect } from "react";
|
|
14
14
|
import PropTypes from "prop-types";
|
|
15
15
|
import { Heading, Tooltip } from "@carbon/react";
|
|
16
|
-
|
|
17
16
|
//#region src/components/SimpleHeader/SimpleHeader.jsx
|
|
18
17
|
/**
|
|
19
18
|
* Copyright IBM Corp. 2023, 2025
|
|
@@ -60,20 +59,33 @@ const SimpleHeader = ({ breadcrumbs, className, title, noTrailingSlash = true, m
|
|
|
60
59
|
}), title && /* @__PURE__ */ React.createElement(Heading, { className: (0, import_classnames.default)(`${blockClass}__title`) }, title));
|
|
61
60
|
};
|
|
62
61
|
SimpleHeader.propTypes = {
|
|
62
|
+
/** Header breadcrumbs */
|
|
63
63
|
breadcrumbs: PropTypes.arrayOf(PropTypes.shape({
|
|
64
|
+
/** breadcrumb item key */
|
|
64
65
|
key: PropTypes.string.isRequired,
|
|
66
|
+
/** breadcrumb item label */
|
|
65
67
|
label: PropTypes.string.isRequired,
|
|
68
|
+
/** breadcrumb item link */
|
|
66
69
|
href: PropTypes.string,
|
|
70
|
+
/** breadcrumb item title tooltip */
|
|
67
71
|
title: PropTypes.string,
|
|
72
|
+
/** Provide if this breadcrumb item represents the current page */
|
|
68
73
|
isCurrentPage: PropTypes.bool
|
|
69
74
|
})),
|
|
75
|
+
/** Header classname */
|
|
70
76
|
className: PropTypes.string,
|
|
77
|
+
/** Maximum visible breadcrumb-items before overflow is used (values less than 1 are treated as 1) */
|
|
71
78
|
maxVisible: PropTypes.number,
|
|
79
|
+
/** A prop to omit the trailing slash for the breadcrumbs */
|
|
72
80
|
noTrailingSlash: PropTypes.bool,
|
|
81
|
+
/** Label for open/close overflow button used for breadcrumb items that do not fit */
|
|
73
82
|
overflowAriaLabel: PropTypes.string,
|
|
83
|
+
/**
|
|
84
|
+
* overflowTooltipAlign: align tooltip position
|
|
85
|
+
*/
|
|
74
86
|
overflowTooltipAlign: Tooltip.propTypes.align,
|
|
87
|
+
/** Header title */
|
|
75
88
|
title: PropTypes.string
|
|
76
89
|
};
|
|
77
|
-
|
|
78
90
|
//#endregion
|
|
79
|
-
export { SimpleHeader };
|
|
91
|
+
export { SimpleHeader };
|
|
@@ -10,7 +10,6 @@ import { prepareProps } from "../../global/js/utils/props-helper.js";
|
|
|
10
10
|
import { AddSelect } from "../AddSelect/AddSelect.js";
|
|
11
11
|
import React, { forwardRef } from "react";
|
|
12
12
|
import PropTypes from "prop-types";
|
|
13
|
-
|
|
14
13
|
//#region src/components/SingleAddSelect/SingleAddSelect.tsx
|
|
15
14
|
const componentName = "SingleAddSelect";
|
|
16
15
|
/**
|
|
@@ -38,29 +37,79 @@ const SingleAddSelect = forwardRef((props, ref) => {
|
|
|
38
37
|
});
|
|
39
38
|
});
|
|
40
39
|
SingleAddSelect.propTypes = {
|
|
40
|
+
/**
|
|
41
|
+
* optional class name
|
|
42
|
+
*/
|
|
43
|
+
/**@ts-ignore */
|
|
41
44
|
className: PropTypes.string,
|
|
45
|
+
/**
|
|
46
|
+
* text description that appears under the title
|
|
47
|
+
*/
|
|
42
48
|
description: PropTypes.string,
|
|
49
|
+
/**
|
|
50
|
+
* label for global search input
|
|
51
|
+
*/
|
|
43
52
|
globalSearchLabel: PropTypes.string,
|
|
53
|
+
/**
|
|
54
|
+
* placeholder for global search input
|
|
55
|
+
*/
|
|
44
56
|
globalSearchPlaceholder: PropTypes.string,
|
|
57
|
+
/**
|
|
58
|
+
* object that contains the item data. for more information reference the
|
|
59
|
+
* "Structuring items" section in the docs tab
|
|
60
|
+
*/
|
|
61
|
+
/**@ts-ignore */
|
|
45
62
|
items: PropTypes.shape({ entries: PropTypes.arrayOf(PropTypes.shape({
|
|
46
63
|
children: PropTypes.object,
|
|
47
64
|
id: PropTypes.string.isRequired,
|
|
48
65
|
title: PropTypes.string.isRequired,
|
|
49
66
|
value: PropTypes.string.isRequired
|
|
50
67
|
})) }),
|
|
68
|
+
/**
|
|
69
|
+
* label that display above the list of items
|
|
70
|
+
*/
|
|
51
71
|
itemsLabel: PropTypes.string,
|
|
72
|
+
/**
|
|
73
|
+
* text to display when no results are found from the global search
|
|
74
|
+
*/
|
|
52
75
|
noResultsDescription: PropTypes.string,
|
|
76
|
+
/**
|
|
77
|
+
* title to display when no results are found from the global search
|
|
78
|
+
*/
|
|
53
79
|
noResultsTitle: PropTypes.string,
|
|
80
|
+
/**
|
|
81
|
+
* Determines if the component should be rendered within a Tearsheet component
|
|
82
|
+
*/
|
|
54
83
|
noTearsheet: PropTypes.bool,
|
|
84
|
+
/**
|
|
85
|
+
* function to call when the close button clicked
|
|
86
|
+
*/
|
|
55
87
|
onClose: PropTypes.func,
|
|
88
|
+
/**
|
|
89
|
+
* text for close button
|
|
90
|
+
*/
|
|
56
91
|
onCloseButtonText: PropTypes.string,
|
|
92
|
+
/**
|
|
93
|
+
* function to call when the submit button is clicked. returns a selection
|
|
94
|
+
*/
|
|
57
95
|
onSubmit: PropTypes.func,
|
|
96
|
+
/**
|
|
97
|
+
* text for the submit button
|
|
98
|
+
*/
|
|
58
99
|
onSubmitButtonText: PropTypes.string,
|
|
100
|
+
/**
|
|
101
|
+
* specifies if the component is open or not
|
|
102
|
+
*/
|
|
59
103
|
open: PropTypes.bool,
|
|
104
|
+
/**
|
|
105
|
+
* text that displays when displaying filtered items
|
|
106
|
+
*/
|
|
60
107
|
searchResultsLabel: PropTypes.string,
|
|
108
|
+
/**
|
|
109
|
+
* header text
|
|
110
|
+
*/
|
|
61
111
|
title: PropTypes.string
|
|
62
112
|
};
|
|
63
113
|
SingleAddSelect.displayName = componentName;
|
|
64
|
-
|
|
65
114
|
//#endregion
|
|
66
|
-
export { SingleAddSelect };
|
|
115
|
+
export { SingleAddSelect };
|
|
@@ -12,7 +12,6 @@ import { getDevtoolsProps } from "../../global/js/utils/devtools.js";
|
|
|
12
12
|
import React, { forwardRef } from "react";
|
|
13
13
|
import PropTypes from "prop-types";
|
|
14
14
|
import { CheckmarkFilled, CheckmarkOutline, ErrorFilled, InProgress, InformationSquareFilled, Misuse, Pending, UndefinedFilled, UnknownFilled, WarningAltFilled, WarningAltInvertedFilled } from "@carbon/react/icons";
|
|
15
|
-
|
|
16
15
|
//#region src/components/StatusIcon/StatusIcon.tsx
|
|
17
16
|
/**
|
|
18
17
|
* Copyright IBM Corp. 2021, 2022
|
|
@@ -279,8 +278,17 @@ const StatusIcon = forwardRef(({ kind, theme, size, className, iconDescription,
|
|
|
279
278
|
});
|
|
280
279
|
StatusIcon.displayName = componentName;
|
|
281
280
|
StatusIcon.propTypes = {
|
|
281
|
+
/**
|
|
282
|
+
* Provide an optional class to be applied to the modal root node.
|
|
283
|
+
*/
|
|
282
284
|
className: PropTypes.string,
|
|
285
|
+
/**
|
|
286
|
+
* A required prop that provides a title element and tooltip for the icon for accessibility purposes
|
|
287
|
+
*/
|
|
283
288
|
iconDescription: PropTypes.string.isRequired,
|
|
289
|
+
/**
|
|
290
|
+
* A required prop that displays the respective icon associated with the status
|
|
291
|
+
*/
|
|
284
292
|
kind: PropTypes.oneOf([
|
|
285
293
|
"fatal",
|
|
286
294
|
"critical",
|
|
@@ -294,14 +302,19 @@ StatusIcon.propTypes = {
|
|
|
294
302
|
"running",
|
|
295
303
|
"pending"
|
|
296
304
|
]).isRequired,
|
|
305
|
+
/**
|
|
306
|
+
* A required prop that displays the size of the icon associate with the status
|
|
307
|
+
*/
|
|
297
308
|
size: PropTypes.oneOf([
|
|
298
309
|
"sm",
|
|
299
310
|
"md",
|
|
300
311
|
"lg",
|
|
301
312
|
"xl"
|
|
302
313
|
]).isRequired,
|
|
314
|
+
/**
|
|
315
|
+
* A required prop that displays the theme of the icon associated with the status
|
|
316
|
+
*/
|
|
303
317
|
theme: PropTypes.oneOf(["light", "dark"]).isRequired
|
|
304
318
|
};
|
|
305
|
-
|
|
306
319
|
//#endregion
|
|
307
|
-
export { StatusIcon };
|
|
320
|
+
export { StatusIcon };
|
|
@@ -13,7 +13,6 @@ import React from "react";
|
|
|
13
13
|
import PropTypes from "prop-types";
|
|
14
14
|
import { Button } from "@carbon/react";
|
|
15
15
|
import { Restart } from "@carbon/react/icons";
|
|
16
|
-
|
|
17
16
|
//#region src/components/StatusIndicator/StatusIndicator.jsx
|
|
18
17
|
/**
|
|
19
18
|
* Copyright IBM Corp. 2024, 2024
|
|
@@ -53,13 +52,32 @@ StatusIndicator.deprecated = {
|
|
|
53
52
|
StatusIndicator = pkg.checkComponentEnabled(StatusIndicator, componentName);
|
|
54
53
|
StatusIndicator.displayName = componentName;
|
|
55
54
|
StatusIndicator.propTypes = {
|
|
55
|
+
/**
|
|
56
|
+
* Provide the contents of the StatusIndicator.
|
|
57
|
+
*/
|
|
56
58
|
children: PropTypes.node.isRequired,
|
|
59
|
+
/**
|
|
60
|
+
* Provide an optional class to be applied to the containing node.
|
|
61
|
+
*/
|
|
57
62
|
className: PropTypes.string,
|
|
63
|
+
/**
|
|
64
|
+
* Optional callback function for the retry button.
|
|
65
|
+
*/
|
|
58
66
|
onRetry: PropTypes.func,
|
|
67
|
+
/**
|
|
68
|
+
* The text for the retry button.
|
|
69
|
+
*/
|
|
59
70
|
retryLabel: PropTypes.string,
|
|
71
|
+
/**
|
|
72
|
+
* Set to `true` to show the retry button.
|
|
73
|
+
*
|
|
74
|
+
* `retryLabel` and `onRetry` must also be defined.
|
|
75
|
+
*/
|
|
60
76
|
showRetry: PropTypes.bool,
|
|
77
|
+
/**
|
|
78
|
+
* The title that appears at the top of the list.
|
|
79
|
+
*/
|
|
61
80
|
title: PropTypes.node
|
|
62
81
|
};
|
|
63
|
-
|
|
64
82
|
//#endregion
|
|
65
|
-
export { StatusIndicator };
|
|
83
|
+
export { StatusIndicator };
|
|
@@ -13,7 +13,6 @@ import React from "react";
|
|
|
13
13
|
import PropTypes from "prop-types";
|
|
14
14
|
import { InlineLoading } from "@carbon/react";
|
|
15
15
|
import { CheckmarkOutline, CircleStroke, ErrorOutline } from "@carbon/react/icons";
|
|
16
|
-
|
|
17
16
|
//#region src/components/StatusIndicator/StatusIndicatorStep.jsx
|
|
18
17
|
/**
|
|
19
18
|
* Copyright IBM Corp. 2024, 2024
|
|
@@ -47,9 +46,21 @@ StatusIndicatorStep.deprecated = {
|
|
|
47
46
|
StatusIndicatorStep = pkg.checkComponentEnabled(StatusIndicatorStep, componentName);
|
|
48
47
|
StatusIndicatorStep.displayName = componentName;
|
|
49
48
|
StatusIndicatorStep.propTypes = {
|
|
49
|
+
/**
|
|
50
|
+
* Provide an optional class to be applied to the containing node.
|
|
51
|
+
*/
|
|
50
52
|
className: PropTypes.string,
|
|
53
|
+
/**
|
|
54
|
+
* The text associated with the icon.
|
|
55
|
+
*/
|
|
51
56
|
description: PropTypes.string.isRequired,
|
|
57
|
+
/**
|
|
58
|
+
* This message will appear below the description if the `status` is "error".
|
|
59
|
+
*/
|
|
52
60
|
errorMessage: PropTypes.string,
|
|
61
|
+
/**
|
|
62
|
+
* Each `status` represents a different icon..
|
|
63
|
+
*/
|
|
53
64
|
status: PropTypes.oneOf([
|
|
54
65
|
"inactive",
|
|
55
66
|
"active",
|
|
@@ -57,6 +68,5 @@ StatusIndicatorStep.propTypes = {
|
|
|
57
68
|
"finished"
|
|
58
69
|
]).isRequired
|
|
59
70
|
};
|
|
60
|
-
|
|
61
71
|
//#endregion
|
|
62
|
-
export { StatusIndicatorStep };
|
|
72
|
+
export { StatusIndicatorStep };
|
|
@@ -15,7 +15,6 @@ import { StringFormatterAlignment, deprecated_StringFormatterAlignment, propMapp
|
|
|
15
15
|
import React, { useRef, useState } from "react";
|
|
16
16
|
import PropTypes from "prop-types";
|
|
17
17
|
import { DefinitionTooltip } from "@carbon/react";
|
|
18
|
-
|
|
19
18
|
//#region src/components/StringFormatter/StringFormatter.jsx
|
|
20
19
|
/**
|
|
21
20
|
* Copyright IBM Corp. 2024, 2024
|
|
@@ -103,13 +102,20 @@ StringFormatter.validateAlignment = () => (props, propName, componentName) => {
|
|
|
103
102
|
}
|
|
104
103
|
};
|
|
105
104
|
StringFormatter.propTypes = {
|
|
105
|
+
/**
|
|
106
|
+
* Provide an optional class to be applied to the containing node.
|
|
107
|
+
*/
|
|
106
108
|
className: PropTypes.string,
|
|
109
|
+
/** Number of lines to clamp value. */
|
|
107
110
|
lines: PropTypes.number,
|
|
111
|
+
/** Specify the direction of the tooltip. Can be either top or bottom. */
|
|
108
112
|
tooltipDirection: allPropTypes([StringFormatter.validateAlignment(), PropTypes.oneOf(Object.values(deprecated_StringFormatterAlignment), Object.values(StringFormatterAlignment))]),
|
|
113
|
+
/** Whether or not the value should be truncated. if it exceeds lines. */
|
|
109
114
|
truncate: PropTypes.bool,
|
|
115
|
+
/** Value to format. */
|
|
110
116
|
value: PropTypes.string.isRequired,
|
|
117
|
+
/** Maximum width of value which should include */
|
|
111
118
|
width: PropTypes.string
|
|
112
119
|
};
|
|
113
|
-
|
|
114
120
|
//#endregion
|
|
115
|
-
export { StringFormatter };
|
|
121
|
+
export { StringFormatter };
|
|
@@ -52,6 +52,5 @@ const propMappingFunction = (deprecatedValue) => {
|
|
|
52
52
|
[deprecated_StringFormatterAlignment.RIGHT_START]: StringFormatterAlignment.RIGHT_START
|
|
53
53
|
}[deprecatedValue];
|
|
54
54
|
};
|
|
55
|
-
|
|
56
55
|
//#endregion
|
|
57
|
-
export { StringFormatterAlignment, deprecated_StringFormatterAlignment, propMappingFunction };
|
|
56
|
+
export { StringFormatterAlignment, deprecated_StringFormatterAlignment, propMappingFunction };
|