@carbon/ibm-products 2.74.0 → 2.75.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 +349 -63
- package/css/carbon.css.map +1 -1
- package/css/index-full-carbon.css +351 -80
- 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 +2 -17
- 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 +2 -17
- 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 +204 -60
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/APIKeyModal/APIKeyModal.d.ts +1 -1
- package/es/components/APIKeyModal/APIKeyModal.js +2 -2
- package/es/components/AboutModal/AboutModal.d.ts +1 -1
- package/es/components/AboutModal/AboutModal.js +1 -2
- package/es/components/ActionBar/ActionBar.d.ts +1 -1
- package/es/components/ActionBar/ActionBar.js +1 -2
- package/es/components/ActionBar/ActionBarItem.d.ts +1 -1
- package/es/components/ActionBar/ActionBarItem.js +1 -2
- package/es/components/BigNumber/BigNumber.d.ts +1 -1
- package/es/components/BigNumber/BigNumber.js +1 -4
- package/es/components/BigNumber/index.js +8 -0
- package/es/components/Cascade/Cascade.d.ts +1 -1
- package/es/components/Cascade/Cascade.js +1 -2
- package/es/components/Checklist/Checklist.d.ts +1 -1
- package/es/components/Checklist/Checklist.js +1 -2
- package/es/components/Coachmark/Coachmark.d.ts +1 -1
- package/es/components/Coachmark/Coachmark.js +1 -2
- package/es/components/Coachmark/CoachmarkDragbar.d.ts +1 -1
- package/es/components/Coachmark/CoachmarkDragbar.js +1 -2
- package/es/components/Coachmark/CoachmarkHeader.d.ts +1 -1
- package/es/components/Coachmark/CoachmarkHeader.js +1 -2
- package/es/components/Coachmark/CoachmarkOverlay.d.ts +1 -1
- package/es/components/Coachmark/CoachmarkOverlay.js +1 -2
- package/es/components/Coachmark/CoachmarkTagline.d.ts +1 -1
- package/es/components/Coachmark/CoachmarkTagline.js +1 -2
- package/es/components/Coachmark/next/Coachmark/index.js +8 -0
- package/es/components/Coachmark/utils/enums.js +5 -1
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +1 -1
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -2
- package/es/components/CoachmarkButton/CoachmarkButton.d.ts +1 -1
- package/es/components/CoachmarkButton/CoachmarkButton.js +1 -2
- package/es/components/CoachmarkFixed/CoachmarkFixed.d.ts +1 -1
- package/es/components/CoachmarkFixed/CoachmarkFixed.js +1 -2
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +1 -1
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +1 -4
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +1 -1
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +1 -4
- package/es/components/CoachmarkStack/CoachmarkStack.d.ts +1 -1
- package/es/components/CoachmarkStack/CoachmarkStack.js +1 -2
- package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +1 -1
- package/es/components/CoachmarkStack/CoachmarkStackHome.js +1 -4
- package/es/components/ConditionBuilder/ConditionBuilder.d.ts +1 -1
- package/es/components/ConditionBuilder/ConditionBuilder.js +1 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +6 -0
- package/es/components/ConditionBuilder/index.js +8 -0
- package/es/components/CreateFullPage/CreateFullPage.d.ts +1 -1
- package/es/components/CreateFullPage/CreateFullPage.js +1 -2
- package/es/components/CreateFullPage/CreateFullPageStep.d.ts +1 -1
- package/es/components/CreateFullPage/CreateFullPageStep.js +1 -4
- package/es/components/CreateModal/CreateModal.d.ts +1 -1
- package/es/components/CreateModal/CreateModal.js +2 -2
- package/es/components/CreateSidePanel/CreateSidePanel.d.ts +1 -1
- package/es/components/CreateSidePanel/CreateSidePanel.js +1 -2
- package/es/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
- package/es/components/CreateTearsheet/CreateTearsheet.js +1 -2
- package/es/components/CreateTearsheet/CreateTearsheetDivider.d.ts +1 -1
- package/es/components/CreateTearsheet/CreateTearsheetDivider.js +1 -5
- package/es/components/CreateTearsheet/CreateTearsheetStep.d.ts +1 -1
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +1 -4
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +1 -1
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -4
- package/es/components/DataSpreadsheet/DataSpreadsheet.d.ts +1 -1
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +1 -2
- package/es/components/DataSpreadsheet/index.js +8 -0
- package/es/components/Datagrid/Datagrid/Datagrid.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/Datagrid.js +1 -2
- package/es/components/Decorator/index.js +8 -0
- package/es/components/DecoratorBase/utils.d.ts +1 -1
- package/es/components/DelimitedList/DelimitedList.d.ts +1 -1
- package/es/components/DelimitedList/DelimitedList.js +1 -2
- package/es/components/DelimitedList/index.js +8 -0
- package/es/components/EditFullPage/EditFullPage.d.ts +1 -1
- package/es/components/EditFullPage/EditFullPage.js +1 -2
- package/es/components/EditInPlace/EditInPlace.d.ts +1 -1
- package/es/components/EditInPlace/EditInPlace.js +1 -2
- package/es/components/EditSidePanel/EditSidePanel.d.ts +1 -1
- package/es/components/EditSidePanel/EditSidePanel.js +1 -2
- package/es/components/EditTearsheet/EditTearsheet.d.ts +1 -1
- package/es/components/EditTearsheet/EditTearsheet.js +1 -2
- package/es/components/EditTearsheet/EditTearsheetForm.d.ts +1 -1
- package/es/components/EditTearsheet/EditTearsheetForm.js +2 -2
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +1 -1
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +1 -4
- package/es/components/EditUpdateCards/EditUpdateCards.d.ts +1 -1
- package/es/components/EditUpdateCards/EditUpdateCards.js +1 -2
- package/es/components/EmptyStates/EmptyState.d.ts +1 -1
- package/es/components/EmptyStates/EmptyState.js +2 -2
- package/es/components/EmptyStates/EmptyStateV2.deprecated.d.ts +1 -1
- package/es/components/EmptyStates/EmptyStateV2.deprecated.js +2 -2
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -2
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -2
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -2
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -4
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -4
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -4
- package/es/components/ExportModal/ExportModal.d.ts +1 -1
- package/es/components/ExportModal/ExportModal.js +2 -2
- package/es/components/ExpressiveCard/ExpressiveCard.d.ts +1 -1
- package/es/components/ExpressiveCard/ExpressiveCard.js +2 -3
- package/es/components/FullPageError/FullPageError.d.ts +1 -1
- package/es/components/FullPageError/FullPageError.js +1 -2
- package/es/components/GetStartedCard/GetStartedCard.d.ts +1 -1
- package/es/components/GetStartedCard/GetStartedCard.js +2 -3
- package/es/components/GetStartedCard/index.js +8 -0
- package/es/components/Guidebanner/Guidebanner.d.ts +1 -1
- package/es/components/Guidebanner/Guidebanner.js +1 -2
- package/es/components/Guidebanner/GuidebannerElement.d.ts +1 -1
- package/es/components/Guidebanner/GuidebannerElement.js +1 -4
- package/es/components/Guidebanner/GuidebannerElementButton.d.ts +1 -1
- package/es/components/Guidebanner/GuidebannerElementButton.js +1 -4
- package/es/components/Guidebanner/GuidebannerElementLink.d.ts +1 -1
- package/es/components/Guidebanner/GuidebannerElementLink.js +1 -4
- package/es/components/HTTPErrors/HTTPError403/HTTPError403.d.ts +1 -1
- package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +1 -2
- package/es/components/HTTPErrors/HTTPError404/HTTPError404.d.ts +1 -1
- package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +1 -2
- package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.d.ts +1 -1
- package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +1 -2
- package/es/components/ImportModal/ImportModal.d.ts +1 -1
- package/es/components/ImportModal/ImportModal.js +2 -2
- package/es/components/InlineTip/InlineTip.d.ts +1 -1
- package/es/components/InlineTip/InlineTip.js +1 -2
- package/es/components/InlineTip/InlineTipButton.d.ts +1 -1
- package/es/components/InlineTip/InlineTipButton.js +1 -2
- package/es/components/InlineTip/InlineTipLink.d.ts +1 -1
- package/es/components/InlineTip/InlineTipLink.js +1 -2
- package/es/components/InterstitialScreen/InterstitialScreen.d.ts +1 -1
- package/es/components/InterstitialScreen/InterstitialScreen.js +1 -4
- package/es/components/InterstitialScreen/_story-assets/InterstitialScreenView/InterstitialScreenView.d.ts +2 -2
- package/es/components/InterstitialScreen/_story-assets/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +2 -2
- package/es/components/MultiAddSelect/MultiAddSelect.d.ts +1 -1
- package/es/components/MultiAddSelect/MultiAddSelect.js +1 -3
- package/es/components/NonLinearReading/NonLinearReading.d.ts +1 -1
- package/es/components/NonLinearReading/NonLinearReading.js +1 -2
- package/es/components/NonLinearReading/index.js +8 -0
- package/es/components/NotificationsPanel/NotificationsPanel.d.ts +1 -1
- package/es/components/NotificationsPanel/NotificationsPanel.js +1 -4
- package/es/components/OptionsTile/OptionsTile.d.ts +1 -1
- package/es/components/OptionsTile/OptionsTile.js +1 -2
- package/es/components/PageHeader/PageHeader.d.ts +1 -1
- package/es/components/PageHeader/PageHeader.js +1 -2
- package/es/components/ProductiveCard/ProductiveCard.d.ts +1 -1
- package/es/components/ProductiveCard/ProductiveCard.js +2 -3
- package/es/components/RemoveModal/RemoveModal.d.ts +1 -1
- package/es/components/RemoveModal/RemoveModal.js +2 -2
- package/es/components/Saving/Saving.d.ts +1 -1
- package/es/components/Saving/Saving.js +1 -2
- package/es/components/SearchBar/SearchBar.d.ts +1 -1
- package/es/components/SearchBar/SearchBar.js +1 -2
- package/es/components/SearchBar/index.js +8 -0
- package/es/components/SidePanel/SidePanel.d.ts +4 -1
- package/es/components/SidePanel/SidePanel.js +4 -6
- package/es/components/SingleAddSelect/SingleAddSelect.d.ts +1 -1
- package/es/components/SingleAddSelect/SingleAddSelect.js +1 -3
- package/es/components/StatusIcon/StatusIcon.d.ts +1 -1
- package/es/components/StatusIcon/StatusIcon.js +1 -2
- package/es/components/StepFlow/story-assets/SidePanel/StepSidePanel.d.ts +4 -3
- package/es/components/TagOverflow/TagOverflow.d.ts +1 -1
- package/es/components/TagOverflow/TagOverflow.js +1 -2
- package/es/components/TagSet/TagSet.d.ts +1 -1
- package/es/components/TagSet/TagSet.js +2 -3
- package/es/components/Tearsheet/Tearsheet.d.ts +1 -1
- package/es/components/Tearsheet/Tearsheet.js +1 -3
- package/es/components/Tearsheet/TearsheetNarrow.d.ts +1 -1
- package/es/components/Tearsheet/TearsheetNarrow.js +1 -3
- package/es/components/Toolbar/Toolbar.d.ts +2 -2
- package/es/components/Toolbar/Toolbar.js +1 -2
- package/es/components/Toolbar/ToolbarButton.d.ts +1 -1
- package/es/components/Toolbar/ToolbarButton.js +1 -3
- package/es/components/Toolbar/ToolbarGroup.d.ts +1 -1
- package/es/components/Toolbar/ToolbarGroup.js +1 -3
- package/es/components/TooltipTrigger/TooltipTrigger.d.ts +1 -1
- package/es/components/TooltipTrigger/TooltipTrigger.js +1 -2
- package/es/components/TruncatedList/TruncatedList.d.ts +1 -1
- package/es/components/TruncatedList/TruncatedList.js +1 -2
- package/es/components/TruncatedList/index.js +8 -0
- package/es/components/UserAvatar/UserAvatar.d.ts +1 -1
- package/es/components/UserAvatar/UserAvatar.js +1 -2
- package/es/components/UserProfileImage/UserProfileImage.d.ts +1 -1
- package/es/components/UserProfileImage/UserProfileImage.js +2 -2
- package/es/components/WebTerminal/WebTerminal.d.ts +1 -1
- package/es/components/WebTerminal/WebTerminal.js +1 -2
- package/es/components/WebTerminal/WebTerminalContentWrapper.d.ts +1 -1
- package/es/components/WebTerminal/WebTerminalContentWrapper.js +1 -4
- package/es/components/WebTerminal/hooks/index.d.ts +1 -1
- package/es/components/WebTerminal/hooks/index.js +2 -7
- package/es/components/index.d.ts +53 -43
- package/es/global/js/utils/carousel/carousel.d.ts +14 -0
- package/es/global/js/utils/carousel/index.d.ts +8 -0
- package/es/global/js/utils/carousel/swipeEvents.d.ts +7 -0
- package/es/global/js/utils/carousel/types.d.ts +37 -0
- package/es/global/js/utils/makeDraggable/makeDraggable.d.ts +20 -1
- package/es/global/js/utils/makeDraggable/makeDraggable.js +35 -22
- package/es/global/js/utils/makeDraggable/makeDraggable.stories.d.ts +1 -1
- package/es/index.js +69 -58
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +798 -792
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +528 -529
- package/lib/components/APIKeyModal/APIKeyModal.d.ts +1 -1
- package/lib/components/APIKeyModal/APIKeyModal.js +5 -4
- package/lib/components/AboutModal/AboutModal.d.ts +1 -1
- package/lib/components/AboutModal/AboutModal.js +5 -4
- package/lib/components/ActionBar/ActionBar.d.ts +1 -1
- package/lib/components/ActionBar/ActionBar.js +5 -4
- package/lib/components/ActionBar/ActionBarItem.d.ts +1 -1
- package/lib/components/ActionBar/ActionBarItem.js +5 -4
- package/lib/components/BigNumber/BigNumber.d.ts +1 -1
- package/lib/components/BigNumber/BigNumber.js +5 -6
- package/lib/components/BigNumber/index.js +14 -0
- package/lib/components/Cascade/Cascade.d.ts +1 -1
- package/lib/components/Cascade/Cascade.js +5 -4
- package/lib/components/Checklist/Checklist.d.ts +1 -1
- package/lib/components/Checklist/Checklist.js +5 -4
- package/lib/components/Coachmark/Coachmark.d.ts +1 -1
- package/lib/components/Coachmark/Coachmark.js +4 -4
- package/lib/components/Coachmark/CoachmarkDragbar.d.ts +1 -1
- package/lib/components/Coachmark/CoachmarkDragbar.js +5 -4
- package/lib/components/Coachmark/CoachmarkHeader.d.ts +1 -1
- package/lib/components/Coachmark/CoachmarkHeader.js +5 -4
- package/lib/components/Coachmark/CoachmarkOverlay.d.ts +1 -1
- package/lib/components/Coachmark/CoachmarkOverlay.js +6 -5
- package/lib/components/Coachmark/CoachmarkTagline.d.ts +1 -1
- package/lib/components/Coachmark/CoachmarkTagline.js +5 -4
- package/lib/components/Coachmark/next/Coachmark/index.js +14 -0
- package/lib/components/Coachmark/utils/enums.js +5 -0
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +1 -1
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +5 -4
- package/lib/components/CoachmarkButton/CoachmarkButton.d.ts +1 -1
- package/lib/components/CoachmarkButton/CoachmarkButton.js +6 -5
- package/lib/components/CoachmarkFixed/CoachmarkFixed.d.ts +1 -1
- package/lib/components/CoachmarkFixed/CoachmarkFixed.js +5 -4
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +1 -1
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +6 -7
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +1 -1
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +6 -7
- package/lib/components/CoachmarkStack/CoachmarkStack.d.ts +1 -1
- package/lib/components/CoachmarkStack/CoachmarkStack.js +5 -4
- package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +1 -1
- package/lib/components/CoachmarkStack/CoachmarkStackHome.js +5 -6
- package/lib/components/ConditionBuilder/ConditionBuilder.d.ts +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilder.js +5 -5
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +6 -0
- package/lib/components/ConditionBuilder/index.js +14 -0
- package/lib/components/CreateFullPage/CreateFullPage.d.ts +1 -1
- package/lib/components/CreateFullPage/CreateFullPage.js +4 -4
- package/lib/components/CreateFullPage/CreateFullPageStep.d.ts +1 -1
- package/lib/components/CreateFullPage/CreateFullPageStep.js +4 -5
- package/lib/components/CreateModal/CreateModal.d.ts +1 -1
- package/lib/components/CreateModal/CreateModal.js +6 -4
- package/lib/components/CreateSidePanel/CreateSidePanel.d.ts +1 -1
- package/lib/components/CreateSidePanel/CreateSidePanel.js +5 -4
- package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
- package/lib/components/CreateTearsheet/CreateTearsheet.js +4 -4
- package/lib/components/CreateTearsheet/CreateTearsheetDivider.d.ts +1 -1
- package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +4 -6
- package/lib/components/CreateTearsheet/CreateTearsheetStep.d.ts +1 -1
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +4 -5
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +1 -1
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +5 -6
- package/lib/components/DataSpreadsheet/DataSpreadsheet.d.ts +1 -1
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +5 -4
- package/lib/components/DataSpreadsheet/index.js +14 -0
- package/lib/components/Datagrid/Datagrid/Datagrid.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/Datagrid.js +6 -5
- package/lib/components/Decorator/index.js +17 -0
- package/lib/components/DecoratorBase/utils.d.ts +1 -1
- package/lib/components/DelimitedList/DelimitedList.d.ts +1 -1
- package/lib/components/DelimitedList/DelimitedList.js +5 -4
- package/lib/components/DelimitedList/index.js +14 -0
- package/lib/components/EditFullPage/EditFullPage.d.ts +1 -1
- package/lib/components/EditFullPage/EditFullPage.js +6 -5
- package/lib/components/EditInPlace/EditInPlace.d.ts +1 -1
- package/lib/components/EditInPlace/EditInPlace.js +4 -4
- package/lib/components/EditSidePanel/EditSidePanel.d.ts +1 -1
- package/lib/components/EditSidePanel/EditSidePanel.js +6 -5
- package/lib/components/EditTearsheet/EditTearsheet.d.ts +1 -1
- package/lib/components/EditTearsheet/EditTearsheet.js +5 -5
- package/lib/components/EditTearsheet/EditTearsheetForm.d.ts +1 -1
- package/lib/components/EditTearsheet/EditTearsheetForm.js +5 -3
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +1 -1
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +6 -7
- package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +1 -1
- package/lib/components/EditUpdateCards/EditUpdateCards.js +6 -5
- package/lib/components/EmptyStates/EmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/EmptyState.js +5 -4
- package/lib/components/EmptyStates/EmptyStateV2.deprecated.d.ts +1 -1
- package/lib/components/EmptyStates/EmptyStateV2.deprecated.js +7 -5
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +5 -4
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +5 -4
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +5 -4
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +5 -6
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +5 -6
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +5 -6
- package/lib/components/ExportModal/ExportModal.d.ts +1 -1
- package/lib/components/ExportModal/ExportModal.js +6 -4
- package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +1 -1
- package/lib/components/ExpressiveCard/ExpressiveCard.js +6 -5
- package/lib/components/FullPageError/FullPageError.d.ts +1 -1
- package/lib/components/FullPageError/FullPageError.js +5 -4
- package/lib/components/GetStartedCard/GetStartedCard.d.ts +1 -1
- package/lib/components/GetStartedCard/GetStartedCard.js +6 -5
- package/lib/components/GetStartedCard/index.js +14 -0
- package/lib/components/Guidebanner/Guidebanner.d.ts +1 -1
- package/lib/components/Guidebanner/Guidebanner.js +5 -4
- package/lib/components/Guidebanner/GuidebannerElement.d.ts +1 -1
- package/lib/components/Guidebanner/GuidebannerElement.js +5 -6
- package/lib/components/Guidebanner/GuidebannerElementButton.d.ts +1 -1
- package/lib/components/Guidebanner/GuidebannerElementButton.js +5 -6
- package/lib/components/Guidebanner/GuidebannerElementLink.d.ts +1 -1
- package/lib/components/Guidebanner/GuidebannerElementLink.js +5 -6
- package/lib/components/HTTPErrors/HTTPError403/HTTPError403.d.ts +1 -1
- package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +6 -5
- package/lib/components/HTTPErrors/HTTPError404/HTTPError404.d.ts +1 -1
- package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +6 -5
- package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.d.ts +1 -1
- package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +6 -5
- package/lib/components/ImportModal/ImportModal.d.ts +1 -1
- package/lib/components/ImportModal/ImportModal.js +6 -4
- package/lib/components/InlineTip/InlineTip.d.ts +1 -1
- package/lib/components/InlineTip/InlineTip.js +5 -4
- package/lib/components/InlineTip/InlineTipButton.d.ts +1 -1
- package/lib/components/InlineTip/InlineTipButton.js +5 -4
- package/lib/components/InlineTip/InlineTipLink.d.ts +1 -1
- package/lib/components/InlineTip/InlineTipLink.js +5 -4
- package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +1 -1
- package/lib/components/InterstitialScreen/InterstitialScreen.js +8 -9
- package/lib/components/InterstitialScreen/_story-assets/InterstitialScreenView/InterstitialScreenView.d.ts +2 -2
- package/lib/components/InterstitialScreen/_story-assets/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +2 -2
- package/lib/components/MultiAddSelect/MultiAddSelect.d.ts +1 -1
- package/lib/components/MultiAddSelect/MultiAddSelect.js +5 -5
- package/lib/components/NonLinearReading/NonLinearReading.d.ts +1 -1
- package/lib/components/NonLinearReading/NonLinearReading.js +5 -4
- package/lib/components/NonLinearReading/index.js +14 -0
- package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +1 -1
- package/lib/components/NotificationsPanel/NotificationsPanel.js +5 -6
- package/lib/components/OptionsTile/OptionsTile.d.ts +1 -1
- package/lib/components/OptionsTile/OptionsTile.js +5 -4
- package/lib/components/PageHeader/PageHeader.d.ts +1 -1
- package/lib/components/PageHeader/PageHeader.js +5 -5
- package/lib/components/ProductiveCard/ProductiveCard.d.ts +1 -1
- package/lib/components/ProductiveCard/ProductiveCard.js +6 -5
- package/lib/components/RemoveModal/RemoveModal.d.ts +1 -1
- package/lib/components/RemoveModal/RemoveModal.js +6 -4
- package/lib/components/Saving/Saving.d.ts +1 -1
- package/lib/components/Saving/Saving.js +5 -4
- package/lib/components/SearchBar/SearchBar.d.ts +1 -1
- package/lib/components/SearchBar/SearchBar.js +4 -4
- package/lib/components/SearchBar/index.js +14 -0
- package/lib/components/SidePanel/SidePanel.d.ts +4 -1
- package/lib/components/SidePanel/SidePanel.js +3 -5
- package/lib/components/SingleAddSelect/SingleAddSelect.d.ts +1 -1
- package/lib/components/SingleAddSelect/SingleAddSelect.js +5 -5
- package/lib/components/StatusIcon/StatusIcon.d.ts +1 -1
- package/lib/components/StatusIcon/StatusIcon.js +5 -4
- package/lib/components/StepFlow/story-assets/SidePanel/StepSidePanel.d.ts +4 -3
- package/lib/components/TagOverflow/TagOverflow.d.ts +1 -1
- package/lib/components/TagOverflow/TagOverflow.js +5 -4
- package/lib/components/TagSet/TagSet.d.ts +1 -1
- package/lib/components/TagSet/TagSet.js +9 -5
- package/lib/components/Tearsheet/Tearsheet.d.ts +1 -1
- package/lib/components/Tearsheet/Tearsheet.js +4 -5
- package/lib/components/Tearsheet/TearsheetNarrow.d.ts +1 -1
- package/lib/components/Tearsheet/TearsheetNarrow.js +4 -5
- package/lib/components/Toolbar/Toolbar.d.ts +2 -2
- package/lib/components/Toolbar/Toolbar.js +4 -4
- package/lib/components/Toolbar/ToolbarButton.d.ts +1 -1
- package/lib/components/Toolbar/ToolbarButton.js +4 -5
- package/lib/components/Toolbar/ToolbarGroup.d.ts +1 -1
- package/lib/components/Toolbar/ToolbarGroup.js +5 -5
- package/lib/components/TooltipTrigger/TooltipTrigger.d.ts +1 -1
- package/lib/components/TooltipTrigger/TooltipTrigger.js +5 -4
- package/lib/components/TruncatedList/TruncatedList.d.ts +1 -1
- package/lib/components/TruncatedList/TruncatedList.js +5 -4
- package/lib/components/TruncatedList/index.js +14 -0
- package/lib/components/UserAvatar/UserAvatar.d.ts +1 -1
- package/lib/components/UserAvatar/UserAvatar.js +5 -4
- package/lib/components/UserProfileImage/UserProfileImage.d.ts +1 -1
- package/lib/components/UserProfileImage/UserProfileImage.js +7 -5
- package/lib/components/WebTerminal/WebTerminal.d.ts +1 -1
- package/lib/components/WebTerminal/WebTerminal.js +5 -4
- package/lib/components/WebTerminal/WebTerminalContentWrapper.d.ts +1 -1
- package/lib/components/WebTerminal/WebTerminalContentWrapper.js +5 -6
- package/lib/components/WebTerminal/hooks/index.d.ts +1 -1
- package/lib/components/WebTerminal/hooks/index.js +3 -7
- package/lib/components/index.d.ts +53 -43
- package/lib/global/js/utils/carousel/carousel.d.ts +14 -0
- package/lib/global/js/utils/carousel/index.d.ts +8 -0
- package/lib/global/js/utils/carousel/swipeEvents.d.ts +7 -0
- package/lib/global/js/utils/carousel/types.d.ts +37 -0
- package/lib/global/js/utils/makeDraggable/makeDraggable.d.ts +20 -1
- package/lib/global/js/utils/makeDraggable/makeDraggable.js +35 -22
- package/lib/global/js/utils/makeDraggable/makeDraggable.stories.d.ts +1 -1
- package/lib/index.js +178 -416
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +817 -811
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +651 -652
- package/package.json +17 -17
- package/scss/components/SidePanel/_side-panel.scss +1 -13
- package/scss/components/TagSet/_tag-set.scss +0 -6
- package/telemetry.yml +3 -1
- /package/es/node_modules/@carbon/icons-react/es/{iconPropTypes-4cbeb95d.js → iconPropTypes-C5chbmyn.js} +0 -0
- /package/lib/node_modules/@carbon/icons-react/es/{iconPropTypes-4cbeb95d.js → iconPropTypes-C5chbmyn.js} +0 -0
@@ -24,7 +24,7 @@ const componentName = 'HTTPError404';
|
|
24
24
|
the user doesn’t have permission for. This HTTPError component is generic so you
|
25
25
|
can use it when you receive an error code that isn't provided.
|
26
26
|
*/
|
27
|
-
|
27
|
+
const HTTPError404 = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
28
28
|
let {
|
29
29
|
className,
|
30
30
|
description,
|
@@ -48,22 +48,21 @@ exports.HTTPError404 = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
48
48
|
});
|
49
49
|
|
50
50
|
/**@ts-ignore*/
|
51
|
-
|
51
|
+
HTTPError404.deprecated = {
|
52
52
|
level: 'warn',
|
53
53
|
details: `${componentName} is deprecated. Please migrate to FullPageError by running npx @carbon/upgrade migrate ibm-products-update-http-errors --write`
|
54
54
|
};
|
55
55
|
|
56
56
|
// Return a placeholder if not released and not enabled by feature flag
|
57
|
-
exports.HTTPError404 = settings.pkg.checkComponentEnabled(exports.HTTPError404, componentName);
|
58
57
|
|
59
58
|
// The display name of the component, used by React. Note that displayName
|
60
59
|
// is used in preference to relying on function.name.
|
61
|
-
|
60
|
+
HTTPError404.displayName = componentName; // displayName is used in preference to function.name by React
|
62
61
|
|
63
62
|
// The types and DocGen commentary for the component props,
|
64
63
|
// in alphabetical order (for consistency).
|
65
64
|
// See https://www.npmjs.com/package/prop-types#usage.
|
66
|
-
|
65
|
+
HTTPError404.propTypes = {
|
67
66
|
/**
|
68
67
|
* Provide an optional class to be applied to the containing node
|
69
68
|
*/
|
@@ -95,3 +94,5 @@ exports.HTTPError404.propTypes = {
|
|
95
94
|
*/
|
96
95
|
title: index.propTypesExports.string.isRequired
|
97
96
|
};
|
97
|
+
|
98
|
+
exports.HTTPError404 = HTTPError404;
|
@@ -41,5 +41,5 @@ interface HTTPErrorOtherProps extends PropsWithChildren {
|
|
41
41
|
the user doesn’t have permission for. This HTTPError component is generic so you
|
42
42
|
can use it when you receive an error code that isn't provided.
|
43
43
|
*/
|
44
|
-
export declare
|
44
|
+
export declare const HTTPErrorOther: React.ForwardRefExoticComponent<HTTPErrorOtherProps & React.RefAttributes<HTMLDivElement>>;
|
45
45
|
export {};
|
@@ -24,7 +24,7 @@ const componentName = 'HTTPErrorOther';
|
|
24
24
|
the user doesn’t have permission for. This HTTPError component is generic so you
|
25
25
|
can use it when you receive an error code that isn't provided.
|
26
26
|
*/
|
27
|
-
|
27
|
+
const HTTPErrorOther = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
28
28
|
let {
|
29
29
|
className,
|
30
30
|
description,
|
@@ -48,22 +48,21 @@ exports.HTTPErrorOther = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
48
48
|
});
|
49
49
|
|
50
50
|
/**@ts-ignore*/
|
51
|
-
|
51
|
+
HTTPErrorOther.deprecated = {
|
52
52
|
level: 'warn',
|
53
53
|
details: `${componentName} is deprecated. Please migrate to FullPageError by running npx @carbon/upgrade migrate ibm-products-update-http-errors --write`
|
54
54
|
};
|
55
55
|
|
56
56
|
// Return a placeholder if not released and not enabled by feature flag
|
57
|
-
exports.HTTPErrorOther = settings.pkg.checkComponentEnabled(exports.HTTPErrorOther, componentName);
|
58
57
|
|
59
58
|
// The display name of the component, used by React. Note that displayName
|
60
59
|
// is used in preference to relying on function.name.
|
61
|
-
|
60
|
+
HTTPErrorOther.displayName = componentName; // displayName is used in preference to function.name by React
|
62
61
|
|
63
62
|
// The types and DocGen commentary for the component props,
|
64
63
|
// in alphabetical order (for consistency).
|
65
64
|
// See https://www.npmjs.com/package/prop-types#usage.
|
66
|
-
|
65
|
+
HTTPErrorOther.propTypes = {
|
67
66
|
/**
|
68
67
|
* Provide an optional class to be applied to the containing node
|
69
68
|
*/
|
@@ -95,3 +94,5 @@ exports.HTTPErrorOther.propTypes = {
|
|
95
94
|
*/
|
96
95
|
title: index.propTypesExports.string.isRequired
|
97
96
|
};
|
97
|
+
|
98
|
+
exports.HTTPErrorOther = HTTPErrorOther;
|
@@ -19,7 +19,7 @@ var usePortalTarget = require('../../global/js/hooks/usePortalTarget.js');
|
|
19
19
|
var uuidv4 = require('../../global/js/utils/uuidv4.js');
|
20
20
|
|
21
21
|
const componentName = 'ImportModal';
|
22
|
-
|
22
|
+
const ImportModal = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
23
23
|
let {
|
24
24
|
// The component props, in alphabetical order (for consistency).
|
25
25
|
|
@@ -233,8 +233,8 @@ exports.ImportModal = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
233
233
|
});
|
234
234
|
|
235
235
|
// Return a placeholder if not released and not enabled by feature flag
|
236
|
-
|
237
|
-
|
236
|
+
|
237
|
+
ImportModal.propTypes = {
|
238
238
|
/**
|
239
239
|
* Specifies the file types that are valid for importing
|
240
240
|
*/
|
@@ -348,4 +348,6 @@ exports.ImportModal.propTypes = {
|
|
348
348
|
*/
|
349
349
|
title: index.default.string.isRequired
|
350
350
|
};
|
351
|
-
|
351
|
+
ImportModal.displayName = componentName;
|
352
|
+
|
353
|
+
exports.ImportModal = ImportModal;
|
@@ -81,6 +81,6 @@ export interface InlineTipProps {
|
|
81
81
|
* provide an ambient way to deliver learning content without
|
82
82
|
* distracting the user from their flow.
|
83
83
|
*/
|
84
|
-
export declare
|
84
|
+
export declare const InlineTip: React.ForwardRefExoticComponent<InlineTipProps & {
|
85
85
|
children?: ReactNode | undefined;
|
86
86
|
} & React.RefAttributes<HTMLDivElement>>;
|
@@ -41,7 +41,7 @@ const defaults = {
|
|
41
41
|
* provide an ambient way to deliver learning content without
|
42
42
|
* distracting the user from their flow.
|
43
43
|
*/
|
44
|
-
|
44
|
+
const InlineTip = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
45
45
|
let {
|
46
46
|
action,
|
47
47
|
children,
|
@@ -123,9 +123,8 @@ exports.InlineTip = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
123
123
|
className: `${blockClass}__media`
|
124
124
|
}, renderMedia()));
|
125
125
|
});
|
126
|
-
|
127
|
-
|
128
|
-
exports.InlineTip.propTypes = {
|
126
|
+
InlineTip.displayName = componentName;
|
127
|
+
InlineTip.propTypes = {
|
129
128
|
/**
|
130
129
|
* Optional "call to action" ghost button or link that can appear
|
131
130
|
* directly below the content. This component comes with pre-styled
|
@@ -196,3 +195,5 @@ exports.InlineTip.propTypes = {
|
|
196
195
|
*/
|
197
196
|
withLeftGutter: index.default.bool
|
198
197
|
};
|
198
|
+
|
199
|
+
exports.InlineTip = InlineTip;
|
@@ -19,6 +19,6 @@ export interface InlineTipButtonProps {
|
|
19
19
|
/**
|
20
20
|
* This is a standard Carbon button, styled specifically for use inside InlineTip.
|
21
21
|
*/
|
22
|
-
export declare
|
22
|
+
export declare const InlineTipButton: React.ForwardRefExoticComponent<InlineTipButtonProps & {
|
23
23
|
children?: ReactNode | undefined;
|
24
24
|
} & React.RefAttributes<ButtonProps<React.ElementType<any, keyof React.JSX.IntrinsicElements>>>>;
|
@@ -24,7 +24,7 @@ const componentName = 'InlineTipButton';
|
|
24
24
|
/**
|
25
25
|
* This is a standard Carbon button, styled specifically for use inside InlineTip.
|
26
26
|
*/
|
27
|
-
|
27
|
+
const InlineTipButton = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
28
28
|
let {
|
29
29
|
children,
|
30
30
|
className,
|
@@ -38,9 +38,8 @@ exports.InlineTipButton = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
38
38
|
kind: "ghost"
|
39
39
|
}), children);
|
40
40
|
});
|
41
|
-
|
42
|
-
|
43
|
-
exports.InlineTipButton.propTypes = {
|
41
|
+
InlineTipButton.displayName = componentName;
|
42
|
+
InlineTipButton.propTypes = {
|
44
43
|
/**
|
45
44
|
* Provide the contents of the InlineTipButton.
|
46
45
|
*/
|
@@ -52,3 +51,5 @@ exports.InlineTipButton.propTypes = {
|
|
52
51
|
|
53
52
|
/* TODO: add types and DocGen for all props. */
|
54
53
|
};
|
54
|
+
|
55
|
+
exports.InlineTipButton = InlineTipButton;
|
@@ -18,4 +18,4 @@ export interface InlineTipLinkProps extends PropsWithChildren {
|
|
18
18
|
/**
|
19
19
|
* This is a standard Carbon link, styled specifically for use inside InlineTip.
|
20
20
|
*/
|
21
|
-
export declare
|
21
|
+
export declare const InlineTipLink: React.ForwardRefExoticComponent<InlineTipLinkProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -27,7 +27,7 @@ const componentName = 'InlineTipLink';
|
|
27
27
|
/**
|
28
28
|
* This is a standard Carbon link, styled specifically for use inside InlineTip.
|
29
29
|
*/
|
30
|
-
|
30
|
+
const InlineTipLink = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
31
31
|
let {
|
32
32
|
children,
|
33
33
|
className,
|
@@ -42,9 +42,8 @@ exports.InlineTipLink = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
42
42
|
}))
|
43
43
|
}), children);
|
44
44
|
});
|
45
|
-
|
46
|
-
|
47
|
-
exports.InlineTipLink.propTypes = {
|
45
|
+
InlineTipLink.displayName = componentName;
|
46
|
+
InlineTipLink.propTypes = {
|
48
47
|
/**
|
49
48
|
* Provide the contents of the InlineTipLink.
|
50
49
|
*/
|
@@ -56,3 +55,5 @@ exports.InlineTipLink.propTypes = {
|
|
56
55
|
|
57
56
|
/* TODO: add types and DocGen for all props. */
|
58
57
|
};
|
58
|
+
|
59
|
+
exports.InlineTipLink = InlineTipLink;
|
@@ -51,4 +51,4 @@ export type InterstitialScreenComponent = React.ForwardRefExoticComponent<Inters
|
|
51
51
|
* (e.g. upon first login or first time opening a page where a
|
52
52
|
* newly purchased capability is presented).
|
53
53
|
*/
|
54
|
-
export declare
|
54
|
+
export declare const InterstitialScreen: InterstitialScreenComponent;
|
@@ -13,7 +13,6 @@ var React = require('react');
|
|
13
13
|
var index = require('../../_virtual/index.js');
|
14
14
|
var cx = require('classnames');
|
15
15
|
var devtools = require('../../global/js/utils/devtools.js');
|
16
|
-
var settings = require('../../settings.js');
|
17
16
|
var InterstitialScreenHeader = require('./InterstitialScreenHeader.js');
|
18
17
|
var InterstitialScreenBody = require('./InterstitialScreenBody.js');
|
19
18
|
var InterstitialScreenFooter = require('./InterstitialScreenFooter.js');
|
@@ -29,7 +28,7 @@ const componentName = 'InterstitialScreen';
|
|
29
28
|
* (e.g. upon first login or first time opening a page where a
|
30
29
|
* newly purchased capability is presented).
|
31
30
|
*/
|
32
|
-
|
31
|
+
const InterstitialScreen = /*#__PURE__*/React.forwardRef((props, ref) => {
|
33
32
|
const {
|
34
33
|
children,
|
35
34
|
className,
|
@@ -153,20 +152,18 @@ exports.InterstitialScreen = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
153
152
|
}
|
154
153
|
}, isFullScreen ? renderFullScreen() : renderModal());
|
155
154
|
});
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
// Return a placeholder if not released and not enabled by feature flag
|
160
|
-
exports.InterstitialScreen = settings.pkg.checkComponentEnabled(exports.InterstitialScreen, componentName);
|
155
|
+
InterstitialScreen.Header = InterstitialScreenHeader.default;
|
156
|
+
InterstitialScreen.Body = InterstitialScreenBody.default;
|
157
|
+
InterstitialScreen.Footer = InterstitialScreenFooter.default;
|
161
158
|
|
162
159
|
// The display name of the component, used by React. Note that displayName
|
163
160
|
// is used in preference to relying on function.name.
|
164
|
-
|
161
|
+
InterstitialScreen.displayName = componentName;
|
165
162
|
|
166
163
|
// The types and DocGen commentary for the component props,
|
167
164
|
// in alphabetical order (for consistency).
|
168
165
|
// See https://www.npmjs.com/package/prop-types#usage.
|
169
|
-
|
166
|
+
InterstitialScreen.propTypes = {
|
170
167
|
/**
|
171
168
|
* The aria label applied to the Interstitial Screen component
|
172
169
|
*/
|
@@ -198,3 +195,5 @@ exports.InterstitialScreen.propTypes = {
|
|
198
195
|
*/
|
199
196
|
open: index.default.bool
|
200
197
|
};
|
198
|
+
|
199
|
+
exports.InterstitialScreen = InterstitialScreen;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright IBM Corp. 2023,
|
2
|
+
* Copyright IBM Corp. 2023, 2025
|
3
3
|
*
|
4
4
|
* This source code is licensed under the Apache-2.0 license found in the
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
@@ -27,4 +27,4 @@ export interface InterstitialScreenViewProps extends PropsWithChildren {
|
|
27
27
|
/**
|
28
28
|
* An Onboarding component intended to be used as the child elements of the InterstitialScreen component.
|
29
29
|
*/
|
30
|
-
export declare
|
30
|
+
export declare const InterstitialScreenView: React.ForwardRefExoticComponent<InterstitialScreenViewProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright IBM Corp. 2024,
|
2
|
+
* Copyright IBM Corp. 2024, 2025
|
3
3
|
*
|
4
4
|
* This source code is licensed under the Apache-2.0 license found in the
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
@@ -30,4 +30,4 @@ export interface InterstitialScreenViewModuleProps {
|
|
30
30
|
/**
|
31
31
|
* View module to help in building interstitial screen views.
|
32
32
|
*/
|
33
|
-
export declare
|
33
|
+
export declare const InterstitialScreenViewModule: React.ForwardRefExoticComponent<InterstitialScreenViewModuleProps & React.RefAttributes<HTMLElement>>;
|
@@ -137,5 +137,5 @@ export interface MultiAddSelectProps {
|
|
137
137
|
/**
|
138
138
|
* Used to add or select multiple or more items from larger lists or hierarchies.
|
139
139
|
*/
|
140
|
-
export declare
|
140
|
+
export declare const MultiAddSelect: React.ForwardRefExoticComponent<MultiAddSelectProps & React.RefAttributes<HTMLDivElement>>;
|
141
141
|
export {};
|
@@ -12,18 +12,16 @@ var React = require('react');
|
|
12
12
|
var AddSelect = require('../AddSelect/AddSelect.js');
|
13
13
|
var index = require('../../_virtual/index.js');
|
14
14
|
var devtools = require('../../global/js/utils/devtools.js');
|
15
|
-
var settings = require('../../settings.js');
|
16
15
|
|
17
16
|
const componentName = 'MultiAddSelect';
|
18
17
|
/**
|
19
18
|
* Used to add or select multiple or more items from larger lists or hierarchies.
|
20
19
|
*/
|
21
|
-
|
20
|
+
const MultiAddSelect = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement(AddSelect.AddSelect, _rollupPluginBabelHelpers.extends({}, props, {
|
22
21
|
multi: true,
|
23
22
|
ref: ref
|
24
23
|
}, devtools.getDevtoolsProps(componentName))));
|
25
|
-
|
26
|
-
exports.MultiAddSelect.propTypes = {
|
24
|
+
MultiAddSelect.propTypes = {
|
27
25
|
/**
|
28
26
|
* optional class name
|
29
27
|
*/
|
@@ -152,4 +150,6 @@ exports.MultiAddSelect.propTypes = {
|
|
152
150
|
*/
|
153
151
|
title: index.default.string
|
154
152
|
};
|
155
|
-
|
153
|
+
MultiAddSelect.displayName = componentName;
|
154
|
+
|
155
|
+
exports.MultiAddSelect = MultiAddSelect;
|
@@ -29,5 +29,5 @@ export interface NonLinearReadingProps {
|
|
29
29
|
* brief, at-a-glance, summary of a concept that may require
|
30
30
|
* more explanation for some users.
|
31
31
|
*/
|
32
|
-
export declare
|
32
|
+
export declare const NonLinearReading: React.ForwardRefExoticComponent<NonLinearReadingProps & React.RefAttributes<HTMLSpanElement>>;
|
33
33
|
export {};
|
@@ -26,7 +26,7 @@ const componentName = 'NonLinearReading';
|
|
26
26
|
* brief, at-a-glance, summary of a concept that may require
|
27
27
|
* more explanation for some users.
|
28
28
|
*/
|
29
|
-
|
29
|
+
const NonLinearReading = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
30
30
|
let {
|
31
31
|
children,
|
32
32
|
className,
|
@@ -58,9 +58,8 @@ exports.NonLinearReading = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
58
58
|
});
|
59
59
|
|
60
60
|
// Return a placeholder if not released and not enabled by feature flag
|
61
|
-
|
62
|
-
|
63
|
-
exports.NonLinearReading.propTypes = {
|
61
|
+
NonLinearReading.displayName = componentName;
|
62
|
+
NonLinearReading.propTypes = {
|
64
63
|
/**
|
65
64
|
* The keyword of the component appears as a pill.
|
66
65
|
*/
|
@@ -79,3 +78,5 @@ exports.NonLinearReading.propTypes = {
|
|
79
78
|
*/
|
80
79
|
theme: index.default.oneOf(['light', 'dark'])
|
81
80
|
};
|
81
|
+
|
82
|
+
exports.NonLinearReading = NonLinearReading;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* Copyright IBM Corp. 2020, 2025
|
3
|
+
*
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
6
|
+
*/
|
7
|
+
|
8
|
+
'use strict';
|
9
|
+
|
10
|
+
var NonLinearReading = require('./NonLinearReading.js');
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
exports.NonLinearReading = NonLinearReading.NonLinearReading;
|
@@ -219,5 +219,5 @@ export interface NotificationsPanelProps {
|
|
219
219
|
*
|
220
220
|
* If you do not provide a locale, the deprecated props will be applied instead.
|
221
221
|
*/
|
222
|
-
export declare
|
222
|
+
export declare const NotificationsPanel: React.ForwardRefExoticComponent<NotificationsPanelProps & React.RefAttributes<unknown>>;
|
223
223
|
export {};
|
@@ -84,7 +84,7 @@ const defaults = {
|
|
84
84
|
*
|
85
85
|
* If you do not provide a locale, the deprecated props will be applied instead.
|
86
86
|
*/
|
87
|
-
|
87
|
+
const NotificationsPanel = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
88
88
|
let {
|
89
89
|
// The component props, in alphabetical order (for consistency).
|
90
90
|
className,
|
@@ -412,17 +412,14 @@ exports.NotificationsPanel = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
412
412
|
})))) : null;
|
413
413
|
});
|
414
414
|
|
415
|
-
// Return a placeholder if not released and not enabled by feature flag
|
416
|
-
exports.NotificationsPanel = settings.pkg.checkComponentEnabled(exports.NotificationsPanel, componentName);
|
417
|
-
|
418
415
|
// The display name of the component, used by React. Note that displayName
|
419
416
|
// is used in preference to relying on function.name.
|
420
|
-
|
417
|
+
NotificationsPanel.displayName = componentName;
|
421
418
|
|
422
419
|
// The types and DocGen commentary for the component props,
|
423
420
|
// in alphabetical order (for consistency).
|
424
421
|
// See https://www.npmjs.com/package/prop-types#usage.
|
425
|
-
|
422
|
+
NotificationsPanel.propTypes = {
|
426
423
|
/**
|
427
424
|
* Provide an optional class to be applied to the containing node.
|
428
425
|
*/
|
@@ -591,3 +588,5 @@ exports.NotificationsPanel.propTypes = {
|
|
591
588
|
*/
|
592
589
|
yesterdayLabel: index.default.string
|
593
590
|
};
|
591
|
+
|
592
|
+
exports.NotificationsPanel = NotificationsPanel;
|
@@ -74,4 +74,4 @@ export interface OptionsTileProps {
|
|
74
74
|
*/
|
75
75
|
warnText?: string;
|
76
76
|
}
|
77
|
-
export declare
|
77
|
+
export declare const OptionsTile: React.ForwardRefExoticComponent<OptionsTileProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -47,7 +47,7 @@ const componentName = 'OptionsTile';
|
|
47
47
|
const defaults = {
|
48
48
|
size: 'lg'
|
49
49
|
};
|
50
|
-
|
50
|
+
const OptionsTile = /*#__PURE__*/React.forwardRef((props, ref) => {
|
51
51
|
const {
|
52
52
|
children,
|
53
53
|
className,
|
@@ -232,16 +232,15 @@ exports.OptionsTile = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
232
232
|
});
|
233
233
|
|
234
234
|
// Return a placeholder if not released and not enabled by feature flag
|
235
|
-
exports.OptionsTile = settings.pkg.checkComponentEnabled(exports.OptionsTile, componentName);
|
236
235
|
|
237
236
|
// The display name of the component, used by React. Note that displayName
|
238
237
|
// is used in preference to relying on function.name.
|
239
|
-
|
238
|
+
OptionsTile.displayName = componentName;
|
240
239
|
|
241
240
|
// The types and DocGen commentary for the component props,
|
242
241
|
// in alphabetical order (for consistency).
|
243
242
|
// See https://www.npmjs.com/package/prop-types#usage.
|
244
|
-
|
243
|
+
OptionsTile.propTypes = {
|
245
244
|
/**
|
246
245
|
* Provide content to render as expandable OptionsTile. If no children
|
247
246
|
* are present, the OptionsTile will render as its variant.
|
@@ -310,3 +309,5 @@ exports.OptionsTile.propTypes = {
|
|
310
309
|
*/
|
311
310
|
warnText: index.default.string
|
312
311
|
};
|
312
|
+
|
313
|
+
exports.OptionsTile = OptionsTile;
|
@@ -290,7 +290,7 @@ interface PageHeaderBaseProps extends PropsWithChildren {
|
|
290
290
|
hasBackgroundAlways?: boolean;
|
291
291
|
}
|
292
292
|
export type PageHeaderProps = PageHeaderBaseProps & PageActionProps & CollapseHeaderProps & BreadcrumbProps & ActionBarOverflowAriaLabelProps;
|
293
|
-
export declare
|
293
|
+
export declare const PageHeader: React.ForwardRefExoticComponent<PageHeaderProps & React.RefAttributes<HTMLDivElement>>;
|
294
294
|
export declare const deprecatedProps: {
|
295
295
|
/**
|
296
296
|
* **Deprecated**
|
@@ -39,7 +39,7 @@ const defaults = {
|
|
39
39
|
narrowGrid: false,
|
40
40
|
breadcrumbOverflowTooltipAlign: 'right'
|
41
41
|
};
|
42
|
-
|
42
|
+
const PageHeader = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
43
43
|
let {
|
44
44
|
// The component props, in alphabetical order (for consistency).
|
45
45
|
|
@@ -532,7 +532,6 @@ exports.PageHeader = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
532
532
|
});
|
533
533
|
|
534
534
|
// Return a placeholder if not released and not enabled by feature flag
|
535
|
-
exports.PageHeader = settings.pkg.checkComponentEnabled(exports.PageHeader, componentName);
|
536
535
|
|
537
536
|
// copied from carbon-components-react/src/components/Tag/Tag.js for DocGen
|
538
537
|
const TYPES = {
|
@@ -563,8 +562,8 @@ const deprecatedProps = {
|
|
563
562
|
};
|
564
563
|
|
565
564
|
/**@ts-ignore */
|
566
|
-
|
567
|
-
|
565
|
+
PageHeader.tagTypes = tagTypes;
|
566
|
+
PageHeader.propTypes = {
|
568
567
|
/**
|
569
568
|
* Specifies the action bar items which are the final items in the row top of the PageHeader.
|
570
569
|
* Each item is specified as an object with the properties of a Carbon Button in icon only form.
|
@@ -854,6 +853,7 @@ exports.PageHeader.propTypes = {
|
|
854
853
|
withoutBackground: index.default.bool,
|
855
854
|
...deprecatedProps
|
856
855
|
};
|
857
|
-
|
856
|
+
PageHeader.displayName = componentName;
|
858
857
|
|
858
|
+
exports.PageHeader = PageHeader;
|
859
859
|
exports.deprecatedProps = deprecatedProps;
|
@@ -121,5 +121,5 @@ export interface ProductiveCardProps extends PropsWithChildren {
|
|
121
121
|
*/
|
122
122
|
iconDescription?: string;
|
123
123
|
}
|
124
|
-
export declare
|
124
|
+
export declare const ProductiveCard: React.ForwardRefExoticComponent<ProductiveCardProps & React.RefAttributes<HTMLDivElement>>;
|
125
125
|
export {};
|
@@ -11,12 +11,11 @@ var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelper
|
|
11
11
|
var React = require('react');
|
12
12
|
var index = require('../../_virtual/index.js');
|
13
13
|
var devtools = require('../../global/js/utils/devtools.js');
|
14
|
-
var settings = require('../../settings.js');
|
15
14
|
var propsHelper = require('../../global/js/utils/props-helper.js');
|
16
15
|
var Card = require('../Card/Card.js');
|
17
16
|
|
18
17
|
const componentName = 'ProductiveCard';
|
19
|
-
|
18
|
+
const ProductiveCard = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
20
19
|
let {
|
21
20
|
actionsPlacement = 'top',
|
22
21
|
children,
|
@@ -31,8 +30,8 @@ exports.ProductiveCard = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
31
30
|
});
|
32
31
|
|
33
32
|
// Return a placeholder if not released and not enabled by feature flag
|
34
|
-
|
35
|
-
|
33
|
+
|
34
|
+
ProductiveCard.propTypes = {
|
36
35
|
/**
|
37
36
|
* Icons that are displayed on the card. Refer to design documentation for implementation guidelines. Note: href is deprecated. Set link.href for href functionality. If you are setting link object, href is a required property. link object supports all anchor element properties. Precedence: link.href > href. If link.href or href is set => anchor element, else button.
|
38
37
|
*/
|
@@ -167,4 +166,6 @@ exports.ProductiveCard.propTypes = {
|
|
167
166
|
*/
|
168
167
|
titleSize: index.default.oneOf(['default', 'large'])
|
169
168
|
};
|
170
|
-
|
169
|
+
ProductiveCard.displayName = componentName;
|
170
|
+
|
171
|
+
exports.ProductiveCard = ProductiveCard;
|
@@ -78,6 +78,6 @@ export interface RemoveModalProps extends React.ComponentProps<typeof ComposedMo
|
|
78
78
|
*/
|
79
79
|
title: string;
|
80
80
|
}
|
81
|
-
export declare
|
81
|
+
export declare const RemoveModal: React.ForwardRefExoticComponent<RemoveModalProps & {
|
82
82
|
children?: ReactNode | undefined;
|
83
83
|
} & React.RefAttributes<unknown>>;
|
@@ -26,7 +26,7 @@ Enabling `textConfirmation` enables what would be considered the high impact sta
|
|
26
26
|
For additional information on differentiating between delete / remove and low / medium / high impact please refer to the usage guidelines.
|
27
27
|
*/
|
28
28
|
|
29
|
-
|
29
|
+
const RemoveModal = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
30
30
|
let {
|
31
31
|
body,
|
32
32
|
className,
|
@@ -116,8 +116,8 @@ exports.RemoveModal = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
116
116
|
});
|
117
117
|
|
118
118
|
// Return a placeholder if not released and not enabled by feature flag
|
119
|
-
|
120
|
-
|
119
|
+
|
120
|
+
RemoveModal.propTypes = {
|
121
121
|
/**
|
122
122
|
* The content to be displayed in the body of the modal
|
123
123
|
*/
|
@@ -195,4 +195,6 @@ exports.RemoveModal.propTypes = {
|
|
195
195
|
*/
|
196
196
|
title: index.default.string.isRequired
|
197
197
|
};
|
198
|
-
|
198
|
+
RemoveModal.displayName = componentName;
|
199
|
+
|
200
|
+
exports.RemoveModal = RemoveModal;
|
@@ -65,5 +65,5 @@ export interface SavingProps {
|
|
65
65
|
*/
|
66
66
|
type: Type;
|
67
67
|
}
|
68
|
-
export declare
|
68
|
+
export declare const Saving: React.ForwardRefExoticComponent<SavingProps & React.RefAttributes<unknown>>;
|
69
69
|
export {};
|