@carbon/ibm-products 2.54.0-canary.7 → 2.54.0-canary.71
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/index-full-carbon.css +1352 -681
- 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 +974 -59
- 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 +597 -557
- 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 +678 -562
- 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/_rollupPluginBabelHelpers.js +1 -1
- package/es/components/APIKeyModal/APIKeyDownloader.d.ts +1 -1
- package/es/components/APIKeyModal/APIKeyDownloader.js +1 -1
- package/es/components/APIKeyModal/APIKeyModal.d.ts +13 -0
- package/es/components/APIKeyModal/APIKeyModal.js +85 -38
- package/es/components/APIKeyModal/APIKeyModal.types.d.ts +21 -3
- package/es/components/AboutModal/AboutModal.js +3 -6
- package/es/components/AddSelect/hooks/useFocus.js +1 -2
- package/es/components/AddSelect/hooks/useParentSelect.js +1 -2
- package/es/components/AddSelect/hooks/usePath.js +1 -2
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +18 -9
- package/es/components/Card/Card.d.ts +3 -3
- package/es/components/Card/Card.js +12 -12
- package/es/components/Card/CardHeader.d.ts +7 -7
- package/es/components/Card/CardHeader.js +14 -12
- package/es/components/Checklist/Checklist.js +1 -1
- package/es/components/Checklist/ChecklistIcon.js +1 -1
- package/es/components/Coachmark/Coachmark.d.ts +5 -0
- package/es/components/Coachmark/Coachmark.js +11 -3
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +5 -0
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +19 -5
- package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +4 -0
- package/es/components/CoachmarkStack/CoachmarkStackHome.js +18 -6
- package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +1 -2
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +9 -5
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +1 -5
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +5 -5
- package/es/components/ConditionBuilder/utils/util.js +0 -4
- package/es/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
- package/es/components/CreateTearsheet/CreateTearsheet.js +4 -3
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +6 -3
- package/es/components/Datagrid/Datagrid/Datagrid.d.ts +1 -0
- package/es/components/Datagrid/Datagrid/Datagrid.js +7 -0
- package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +2 -2
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +31 -2
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +2 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +2 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/stateReducer.js +1 -1
- package/es/components/Datagrid/useCustomizeColumns.js +4 -4
- package/es/components/Datagrid/useDatagrid.js +2 -2
- package/es/components/Datagrid/useDefaultStringRenderer.js +1 -2
- package/es/components/Datagrid/useEditableCell.js +1 -2
- package/es/components/Datagrid/useFlexResize.js +1 -2
- package/es/components/Datagrid/useFloatingScroll.js +1 -2
- package/es/components/Datagrid/useNestedRowExpander.js +1 -2
- package/es/components/Datagrid/useParentDimensions.js +1 -2
- package/es/components/Datagrid/useResizeTable.js +1 -2
- package/es/components/Datagrid/useRowExpander.js +1 -2
- package/es/components/Datagrid/useRowRenderer.js +1 -2
- package/es/components/Datagrid/useRowSize.js +1 -2
- package/es/components/Datagrid/useSkeletonRows.js +1 -2
- package/es/components/DecoratorDualButton/DecoratorDualButton.d.ts +1 -0
- package/es/components/DecoratorDualButton/DecoratorDualButton.js +5 -0
- package/es/components/DecoratorLink/DecoratorLink.d.ts +1 -0
- package/es/components/DecoratorLink/DecoratorLink.js +5 -0
- package/es/components/DecoratorSingleButton/DecoratorSingleButton.d.ts +1 -0
- package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +5 -0
- package/es/components/DescriptionList/DescriptionList.d.ts +1 -0
- package/es/components/DescriptionList/DescriptionList.js +5 -0
- package/es/components/EditFullPage/EditFullPage.d.ts +2 -0
- package/es/components/EditFullPage/EditFullPage.js +8 -0
- package/es/components/EditSidePanel/EditSidePanel.d.ts +2 -0
- package/es/components/EditSidePanel/EditSidePanel.js +8 -0
- package/es/components/EditTearsheet/EditTearsheet.d.ts +2 -0
- package/es/components/EditTearsheet/EditTearsheet.js +8 -0
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +2 -0
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +8 -0
- package/es/components/EditUpdateCards/EditUpdateCards.d.ts +2 -0
- package/es/components/EditUpdateCards/EditUpdateCards.js +8 -0
- package/es/components/EmptyStates/EmptyStateIllustration.js +1 -2
- package/es/components/EmptyStates/EmptyStateV2.d.ts +1 -0
- package/es/components/EmptyStates/EmptyStateV2.js +7 -0
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
- package/es/components/EmptyStates/assets/ErrorIllustration.js +3 -5
- package/es/components/EmptyStates/assets/NoDataIllustration.js +3 -5
- package/es/components/EmptyStates/assets/NoTagsIllustration.js +3 -5
- package/es/components/EmptyStates/assets/NotFoundIllustration.js +3 -5
- package/es/components/EmptyStates/assets/NotificationsIllustration.js +3 -5
- package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +3 -5
- package/es/components/ExpressiveCard/ExpressiveCard.d.ts +5 -5
- package/es/components/ExpressiveCard/ExpressiveCard.js +5 -5
- package/es/components/FilterPanel/FilterPanel.d.ts +1 -0
- package/es/components/FilterPanel/FilterPanel.js +6 -0
- package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.d.ts +1 -0
- package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +5 -0
- package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.d.ts +1 -0
- package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +5 -1
- package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.d.ts +1 -0
- package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +5 -0
- package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.d.ts +1 -0
- package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +5 -0
- package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.d.ts +1 -0
- package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +5 -0
- package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.d.ts +1 -0
- package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +5 -1
- package/es/components/FullPageError/FullPageError.js +7 -7
- package/es/components/FullPageError/assets/Error403SVG.d.ts +1 -3
- package/es/components/FullPageError/assets/Error403SVG.js +4 -6
- package/es/components/FullPageError/assets/Error404SVG.d.ts +1 -3
- package/es/components/FullPageError/assets/Error404SVG.js +4 -6
- package/es/components/FullPageError/assets/ErrorGenericSVG.d.ts +1 -3
- package/es/components/FullPageError/assets/ErrorGenericSVG.js +4 -6
- package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +1 -1
- package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +1 -1
- package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +1 -1
- package/es/components/InlineTip/InlineTip.d.ts +5 -0
- package/es/components/InlineTip/InlineTip.js +17 -8
- package/es/components/Nav/Nav.d.ts +3 -0
- package/es/components/Nav/Nav.js +8 -0
- package/es/components/Nav/NavItemLink.js +1 -2
- package/es/components/ProductiveCard/ProductiveCard.d.ts +9 -5
- package/es/components/ProductiveCard/ProductiveCard.js +11 -9
- package/es/components/SidePanel/SidePanel.d.ts +6 -1
- package/es/components/SidePanel/SidePanel.js +27 -14
- package/es/components/StatusIndicator/StatusIndicator.d.ts +1 -0
- package/es/components/StatusIndicator/StatusIndicator.js +5 -0
- package/es/components/StatusIndicator/StatusIndicatorStep.d.ts +1 -0
- package/es/components/StatusIndicator/StatusIndicatorStep.js +5 -0
- package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +3 -1
- package/es/components/TagOverflow/TagOverflow.js +2 -5
- package/es/components/Tearsheet/TearsheetShell.d.ts +4 -0
- package/es/components/Tearsheet/TearsheetShell.js +7 -60
- package/es/global/js/hooks/useFocus.d.ts +1 -0
- package/es/global/js/hooks/useFocus.js +24 -1
- package/es/global/js/hooks/usePrefersReducedMotion.js +1 -2
- package/es/global/js/package-settings.d.ts +1 -1
- package/es/global/js/package-settings.js +1 -1
- package/es/index.js +1 -1
- package/es/settings.d.ts +1 -1
- package/lib/_virtual/_rollupPluginBabelHelpers.js +1 -1
- package/lib/components/APIKeyModal/APIKeyDownloader.d.ts +1 -1
- package/lib/components/APIKeyModal/APIKeyDownloader.js +1 -1
- package/lib/components/APIKeyModal/APIKeyModal.d.ts +13 -0
- package/lib/components/APIKeyModal/APIKeyModal.js +83 -34
- package/lib/components/APIKeyModal/APIKeyModal.types.d.ts +21 -3
- package/lib/components/AboutModal/AboutModal.js +2 -5
- package/lib/components/AddSelect/hooks/useFocus.js +1 -2
- package/lib/components/AddSelect/hooks/useParentSelect.js +1 -2
- package/lib/components/AddSelect/hooks/usePath.js +1 -2
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +17 -8
- package/lib/components/Card/Card.d.ts +3 -3
- package/lib/components/Card/Card.js +12 -12
- package/lib/components/Card/CardHeader.d.ts +7 -7
- package/lib/components/Card/CardHeader.js +14 -12
- package/lib/components/Checklist/ChecklistChart.js +7 -7
- package/lib/components/Coachmark/Coachmark.d.ts +5 -0
- package/lib/components/Coachmark/Coachmark.js +11 -3
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +5 -0
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +18 -4
- package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +4 -0
- package/lib/components/CoachmarkStack/CoachmarkStackHome.js +18 -6
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +1 -2
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +9 -5
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +1 -5
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +5 -5
- package/lib/components/ConditionBuilder/utils/util.js +0 -4
- package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
- package/lib/components/CreateTearsheet/CreateTearsheet.js +4 -3
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +5 -2
- package/lib/components/Datagrid/Datagrid/Datagrid.d.ts +1 -0
- package/lib/components/Datagrid/Datagrid/Datagrid.js +7 -0
- package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +30 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -2
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +1 -1
- package/lib/components/Datagrid/useColumnOrder.js +1 -1
- package/lib/components/Datagrid/useDefaultStringRenderer.js +1 -2
- package/lib/components/Datagrid/useEditableCell.js +1 -2
- package/lib/components/Datagrid/useFlexResize.js +1 -2
- package/lib/components/Datagrid/useFloatingScroll.js +1 -2
- package/lib/components/Datagrid/useNestedRowExpander.js +1 -2
- package/lib/components/Datagrid/useParentDimensions.js +1 -2
- package/lib/components/Datagrid/useResizeTable.js +1 -2
- package/lib/components/Datagrid/useRowExpander.js +1 -2
- package/lib/components/Datagrid/useRowRenderer.js +1 -2
- package/lib/components/Datagrid/useRowSize.js +1 -2
- package/lib/components/Datagrid/useSkeletonRows.js +1 -2
- package/lib/components/DecoratorDualButton/DecoratorDualButton.d.ts +1 -0
- package/lib/components/DecoratorDualButton/DecoratorDualButton.js +5 -0
- package/lib/components/DecoratorLink/DecoratorLink.d.ts +1 -0
- package/lib/components/DecoratorLink/DecoratorLink.js +5 -0
- package/lib/components/DecoratorSingleButton/DecoratorSingleButton.d.ts +1 -0
- package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +5 -0
- package/lib/components/DescriptionList/DescriptionList.d.ts +1 -0
- package/lib/components/DescriptionList/DescriptionList.js +5 -0
- package/lib/components/EditFullPage/EditFullPage.d.ts +2 -0
- package/lib/components/EditFullPage/EditFullPage.js +8 -0
- package/lib/components/EditSidePanel/EditSidePanel.d.ts +2 -0
- package/lib/components/EditSidePanel/EditSidePanel.js +8 -0
- package/lib/components/EditTearsheet/EditTearsheet.d.ts +2 -0
- package/lib/components/EditTearsheet/EditTearsheet.js +8 -0
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +2 -0
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +8 -0
- package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +2 -0
- package/lib/components/EditUpdateCards/EditUpdateCards.js +8 -0
- package/lib/components/EmptyStates/EmptyStateIllustration.js +1 -2
- package/lib/components/EmptyStates/EmptyStateV2.d.ts +1 -0
- package/lib/components/EmptyStates/EmptyStateV2.js +7 -0
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
- package/lib/components/EmptyStates/assets/ErrorIllustration.js +2 -4
- package/lib/components/EmptyStates/assets/NoDataIllustration.js +2 -4
- package/lib/components/EmptyStates/assets/NoTagsIllustration.js +2 -4
- package/lib/components/EmptyStates/assets/NotFoundIllustration.js +2 -4
- package/lib/components/EmptyStates/assets/NotificationsIllustration.js +2 -4
- package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +2 -4
- package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +5 -5
- package/lib/components/ExpressiveCard/ExpressiveCard.js +5 -5
- package/lib/components/FilterPanel/FilterPanel.d.ts +1 -0
- package/lib/components/FilterPanel/FilterPanel.js +6 -0
- package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.d.ts +1 -0
- package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +5 -0
- package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.d.ts +1 -0
- package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +5 -1
- package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.d.ts +1 -0
- package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +5 -0
- package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.d.ts +1 -0
- package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +5 -0
- package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.d.ts +1 -0
- package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +5 -0
- package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.d.ts +1 -0
- package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +5 -1
- package/lib/components/FullPageError/FullPageError.js +7 -7
- package/lib/components/FullPageError/assets/Error403SVG.d.ts +1 -3
- package/lib/components/FullPageError/assets/Error403SVG.js +4 -6
- package/lib/components/FullPageError/assets/Error404SVG.d.ts +1 -3
- package/lib/components/FullPageError/assets/Error404SVG.js +4 -6
- package/lib/components/FullPageError/assets/ErrorGenericSVG.d.ts +1 -3
- package/lib/components/FullPageError/assets/ErrorGenericSVG.js +4 -6
- package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +1 -1
- package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +1 -1
- package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +1 -1
- package/lib/components/InlineTip/InlineTip.d.ts +5 -0
- package/lib/components/InlineTip/InlineTip.js +17 -8
- package/lib/components/Nav/Nav.d.ts +3 -0
- package/lib/components/Nav/Nav.js +8 -0
- package/lib/components/Nav/NavItemLink.js +1 -2
- package/lib/components/ProductiveCard/ProductiveCard.d.ts +9 -5
- package/lib/components/ProductiveCard/ProductiveCard.js +11 -9
- package/lib/components/SidePanel/SidePanel.d.ts +6 -1
- package/lib/components/SidePanel/SidePanel.js +27 -14
- package/lib/components/StatusIndicator/StatusIndicator.d.ts +1 -0
- package/lib/components/StatusIndicator/StatusIndicator.js +5 -0
- package/lib/components/StatusIndicator/StatusIndicatorStep.d.ts +1 -0
- package/lib/components/StatusIndicator/StatusIndicatorStep.js +5 -0
- package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +3 -1
- package/lib/components/TagOverflow/TagOverflow.js +1 -4
- package/lib/components/Tearsheet/TearsheetShell.d.ts +4 -0
- package/lib/components/Tearsheet/TearsheetShell.js +6 -59
- package/lib/global/js/hooks/useFocus.d.ts +1 -0
- package/lib/global/js/hooks/useFocus.js +24 -0
- package/lib/global/js/hooks/usePrefersReducedMotion.js +1 -2
- package/lib/global/js/package-settings.d.ts +1 -1
- package/lib/global/js/package-settings.js +1 -1
- package/lib/index.js +109 -109
- package/lib/settings.d.ts +1 -1
- package/package.json +10 -10
- package/scss/components/APIKeyModal/_api-key-modal.scss +4 -0
- package/scss/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss +3 -3
- package/scss/components/Card/_card.scss +19 -5
- package/scss/components/Coachmark/_coachmark-overlay.scss +2 -2
- package/scss/components/Coachmark/_coachmark-tagline.scss +1 -1
- package/scss/components/CoachmarkBeacon/_coachmark-beacon.scss +3 -3
- package/scss/components/CoachmarkStack/_coachmark-stack.scss +2 -2
- package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +7 -7
- package/scss/components/CreateInfluencer/_create-influencer.scss +2 -2
- package/scss/components/CreateTearsheet/_create-tearsheet.scss +1 -2
- package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +4 -4
- package/scss/components/Datagrid/styles/_datagrid.scss +21 -14
- package/scss/components/Datagrid/styles/_draggableElement.scss +2 -2
- package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +1 -1
- package/scss/components/Datagrid/styles/_useExpandedRow.scss +1 -1
- package/scss/components/Datagrid/styles/_useInlineEdit.scss +1 -1
- package/scss/components/Datagrid/styles/_useNestedRows.scss +2 -2
- package/scss/components/Datagrid/styles/_useStickyColumn.scss +2 -2
- package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +1 -1
- package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +1 -1
- package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +1 -1
- package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +1 -2
- package/scss/components/DecoratorBase/_decorator-base-mixins.scss +1 -1
- package/scss/components/DecoratorBase/_decorator-base.scss +3 -3
- package/scss/components/DecoratorDualButton/_decorator-dual-button.scss +1 -1
- package/scss/components/DecoratorSingleButton/_decorator-single-button.scss +1 -1
- package/scss/components/EditTearsheet/_edit-tearsheet.scss +1 -2
- package/scss/components/EditUpdateCards/_edit-update-cards.scss +7 -7
- package/scss/components/FullPageError/_full-page-error.scss +1 -1
- package/scss/components/GetStartedCard/_get-started-card.scss +1 -1
- package/scss/components/Guidebanner/_guidebanner.scss +4 -4
- package/scss/components/HTTPErrors/_http-errors.scss +1 -1
- package/scss/components/InlineTip/_inline-tip.scss +4 -4
- package/scss/components/InterstitialScreen/_interstitial-screen.scss +6 -6
- package/scss/components/NonLinearReading/_non-linear-reading.scss +2 -2
- package/scss/components/NotificationsPanel/_notifications-panel.scss +3 -3
- package/scss/components/OptionsTile/_options-tile.scss +6 -8
- package/scss/components/PageHeader/_page-header.scss +20 -13
- package/scss/components/ProductiveCard/_productive-card.scss +2 -2
- package/scss/components/SidePanel/_side-panel.scss +24 -17
- package/scss/components/StatusIcon/_status-icon.scss +9 -7
- package/scss/components/StatusIndicator/_status-indicator.scss +1 -1
- package/scss/components/Tearsheet/_tearsheet.scss +5 -5
- package/scss/components/UserAvatar/_user-avatar.scss +5 -3
- package/scss/components/UserProfileImage/_user-profile-image.scss +6 -4
- package/scss/components/WebTerminal/_web-terminal.scss +2 -2
- package/scss/components/_index-released-only.scss +1 -0
- package/telemetry.yml +3 -0
@@ -16,6 +16,8 @@ export interface EditTearsheetNarrowProps {
|
|
16
16
|
className?: string;
|
17
17
|
}
|
18
18
|
/**
|
19
|
+
* **This component is deprecated.** <br>
|
19
20
|
* Use a narrow tearsheet as an alternative to a modal when there is scrolling. See usage guidance for further information.
|
21
|
+
* @deprecated
|
20
22
|
*/
|
21
23
|
export declare let EditTearsheetNarrow: React.ForwardRefExoticComponent<EditTearsheetNarrowProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -40,7 +40,9 @@ var componentName = 'EditTearsheetNarrow';
|
|
40
40
|
// };
|
41
41
|
|
42
42
|
/**
|
43
|
+
* **This component is deprecated.** <br>
|
43
44
|
* Use a narrow tearsheet as an alternative to a modal when there is scrolling. See usage guidance for further information.
|
45
|
+
* @deprecated
|
44
46
|
*/
|
45
47
|
exports.EditTearsheetNarrow = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
46
48
|
var children = _ref.children,
|
@@ -61,6 +63,12 @@ exports.EditTearsheetNarrow = /*#__PURE__*/React.forwardRef(function (_ref, ref)
|
|
61
63
|
}, devtools.getDevtoolsProps(componentName)), children);
|
62
64
|
});
|
63
65
|
|
66
|
+
/**@ts-ignore*/
|
67
|
+
exports.EditTearsheetNarrow.deprecated = {
|
68
|
+
level: 'warn',
|
69
|
+
details: "This component is deprecated and will be removed in the next major version."
|
70
|
+
};
|
71
|
+
|
64
72
|
// Return a placeholder if not released and not enabled by feature flag
|
65
73
|
exports.EditTearsheetNarrow = settings.pkg.checkComponentEnabled(exports.EditTearsheetNarrow, componentName);
|
66
74
|
|
@@ -102,9 +102,11 @@ export interface EditUpdateCardsProps {
|
|
102
102
|
titleSize?: 'default' | 'large';
|
103
103
|
}
|
104
104
|
/**
|
105
|
+
* **This component is deprecated.** <br>
|
105
106
|
Editable cards allow a user to view, modify, and save the content contained within the card.
|
106
107
|
These cards are generally used in instances where a user needs to make changes to a resource instances
|
107
108
|
(ex. configuration details), account plan, etc. Editable cards allow a user to edit something within context.
|
109
|
+
@deprecated
|
108
110
|
*/
|
109
111
|
export declare let EditUpdateCards: React.ForwardRefExoticComponent<EditUpdateCardsProps & React.RefAttributes<HTMLDivElement>>;
|
110
112
|
export {};
|
@@ -43,9 +43,11 @@ var componentName = 'EditUpdateCards';
|
|
43
43
|
// };
|
44
44
|
|
45
45
|
/**
|
46
|
+
* **This component is deprecated.** <br>
|
46
47
|
Editable cards allow a user to view, modify, and save the content contained within the card.
|
47
48
|
These cards are generally used in instances where a user needs to make changes to a resource instances
|
48
49
|
(ex. configuration details), account plan, etc. Editable cards allow a user to edit something within context.
|
50
|
+
@deprecated
|
49
51
|
*/
|
50
52
|
exports.EditUpdateCards = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
51
53
|
var actionIcons = _ref.actionIcons,
|
@@ -97,6 +99,12 @@ exports.EditUpdateCards = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
97
99
|
}, editMode && conditionalProps), editMode === false && /*#__PURE__*/React.createElement("div", null, previewChildren), editMode && /*#__PURE__*/React.createElement("div", null, editChildren)));
|
98
100
|
});
|
99
101
|
|
102
|
+
/**@ts-ignore*/
|
103
|
+
exports.EditUpdateCards.deprecated = {
|
104
|
+
level: 'warn',
|
105
|
+
details: "This component is deprecated and will be removed in the next major version."
|
106
|
+
};
|
107
|
+
|
100
108
|
// Return a placeholder if not released and not enabled by feature flag
|
101
109
|
exports.EditUpdateCards = settings.pkg.checkComponentEnabled(exports.EditUpdateCards, componentName);
|
102
110
|
|
@@ -61,6 +61,5 @@ var EmptyStateIllustration = function EmptyStateIllustration(_ref) {
|
|
61
61
|
EmptyStateIllustration.propTypes = {
|
62
62
|
kind: index.default.string
|
63
63
|
};
|
64
|
-
var EmptyStateIllustration$1 = EmptyStateIllustration;
|
65
64
|
|
66
|
-
exports.default = EmptyStateIllustration
|
65
|
+
exports.default = EmptyStateIllustration;
|
@@ -62,5 +62,6 @@ export interface EmptyStateV2Props {
|
|
62
62
|
/**
|
63
63
|
* This is the V2 version of the `EmptyState` component. To use you must pass the `v2` prop to the V1 version of the component `EmptyState` and use the props below.
|
64
64
|
* In order to avoid breaking changes in the future `EmptyStateV2` is not actually directly importable.
|
65
|
+
* @deprecated
|
65
66
|
*/
|
66
67
|
export declare let EmptyStateV2: React.ForwardRefExoticComponent<EmptyStateV2Props & React.RefAttributes<HTMLDivElement>>;
|
@@ -23,6 +23,7 @@ var componentName = 'EmptyStateV2';
|
|
23
23
|
/**
|
24
24
|
* This is the V2 version of the `EmptyState` component. To use you must pass the `v2` prop to the V1 version of the component `EmptyState` and use the props below.
|
25
25
|
* In order to avoid breaking changes in the future `EmptyStateV2` is not actually directly importable.
|
26
|
+
* @deprecated
|
26
27
|
*/
|
27
28
|
|
28
29
|
exports.EmptyStateV2 = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
@@ -67,6 +68,12 @@ exports.EmptyStateV2 = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
67
68
|
}), link.text)));
|
68
69
|
});
|
69
70
|
|
71
|
+
/**@ts-ignore*/
|
72
|
+
exports.EmptyStateV2.deprecated = {
|
73
|
+
level: 'warn',
|
74
|
+
details: 'For more information, please refer to the Carbon docs https://carbondesignsystem.com/patterns/empty-states-pattern/'
|
75
|
+
};
|
76
|
+
|
70
77
|
// Return a placeholder if not released and not enabled by feature flag
|
71
78
|
exports.EmptyStateV2 = settings.pkg.checkComponentEnabled(exports.EmptyStateV2, componentName);
|
72
79
|
exports.EmptyStateV2.propTypes = {
|
@@ -41,7 +41,7 @@ exports.ErrorEmptyState = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
41
41
|
return /*#__PURE__*/React.createElement("div", _rollupPluginBabelHelpers.extends({}, rest, {
|
42
42
|
className: cx(blockClass, className, "".concat(blockClass, "-position--").concat(illustrationPosition), "".concat(blockClass, "-type--error")),
|
43
43
|
ref: ref
|
44
|
-
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(ErrorIllustration.
|
44
|
+
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(ErrorIllustration.ErrorIllustration, {
|
45
45
|
theme: illustrationTheme,
|
46
46
|
size: size,
|
47
47
|
alt: illustrationDescription || title
|
@@ -42,7 +42,7 @@ exports.NoDataEmptyState = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
42
42
|
return /*#__PURE__*/React.createElement("div", _rollupPluginBabelHelpers.extends({}, rest, {
|
43
43
|
className: cx(blockClass, className, "".concat(blockClass, "-position--").concat(illustrationPosition), "".concat(blockClass, "-type--noData")),
|
44
44
|
ref: ref
|
45
|
-
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NoDataIllustration.
|
45
|
+
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NoDataIllustration.NoDataIllustration, {
|
46
46
|
theme: illustrationTheme,
|
47
47
|
size: size,
|
48
48
|
alt: illustrationDescription || title
|
@@ -41,7 +41,7 @@ exports.NoTagsEmptyState = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
41
41
|
return /*#__PURE__*/React.createElement("div", _rollupPluginBabelHelpers.extends({}, rest, {
|
42
42
|
className: cx(blockClass, className, "".concat(blockClass, "-position--").concat(illustrationPosition), "".concat(blockClass, "-type--noTags")),
|
43
43
|
ref: ref
|
44
|
-
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NoTagsIllustration.
|
44
|
+
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NoTagsIllustration.NoTagsIllustration, {
|
45
45
|
theme: illustrationTheme,
|
46
46
|
size: size,
|
47
47
|
alt: illustrationDescription || title
|
@@ -41,7 +41,7 @@ exports.NotFoundEmptyState = /*#__PURE__*/React.forwardRef(function (_ref, ref)
|
|
41
41
|
return /*#__PURE__*/React.createElement("div", _rollupPluginBabelHelpers.extends({}, rest, {
|
42
42
|
className: cx(blockClass, className, "".concat(blockClass, "-position--").concat(illustrationPosition), "".concat(blockClass, "-type--notFound")),
|
43
43
|
ref: ref
|
44
|
-
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NotFoundIllustration.
|
44
|
+
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NotFoundIllustration.NotFoundIllustration, {
|
45
45
|
theme: illustrationTheme,
|
46
46
|
size: size,
|
47
47
|
alt: illustrationDescription || title
|
@@ -41,7 +41,7 @@ exports.NotificationsEmptyState = /*#__PURE__*/React.forwardRef(function (_ref,
|
|
41
41
|
return /*#__PURE__*/React.createElement("div", _rollupPluginBabelHelpers.extends({}, rest, {
|
42
42
|
className: cx(blockClass, className, "".concat(blockClass, "-position--").concat(illustrationPosition), "".concat(blockClass, "-type--notifications")),
|
43
43
|
ref: ref
|
44
|
-
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NotificationsIllustration.
|
44
|
+
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(NotificationsIllustration.NotificationsIllustration, {
|
45
45
|
size: size,
|
46
46
|
theme: illustrationTheme,
|
47
47
|
alt: illustrationDescription || title
|
@@ -42,7 +42,7 @@ exports.UnauthorizedEmptyState = /*#__PURE__*/React.forwardRef(function (_ref, r
|
|
42
42
|
return /*#__PURE__*/React.createElement("div", _rollupPluginBabelHelpers.extends({}, rest, {
|
43
43
|
className: cx(blockClass, className, "".concat(blockClass, "-position--").concat(illustrationPosition), "".concat(blockClass, "-type--unauthorized")),
|
44
44
|
ref: ref
|
45
|
-
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(UnauthorizedIllustration.
|
45
|
+
}, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(UnauthorizedIllustration.UnauthorizedIllustration, {
|
46
46
|
size: size,
|
47
47
|
theme: illustrationTheme,
|
48
48
|
alt: illustrationDescription || title
|
@@ -14,7 +14,6 @@ var React = require('react');
|
|
14
14
|
var index = require('../../../_virtual/index.js');
|
15
15
|
var cx = require('classnames');
|
16
16
|
var settings = require('../../../settings.js');
|
17
|
-
var uuidv4 = require('../../../global/js/utils/uuidv4.js');
|
18
17
|
|
19
18
|
var _stop, _stop2, _stop3, _stop4, _stop5, _stop6, _stop7, _stop8, _path, _path2, _path3, _stop9, _stop10, _stop11, _stop12, _stop13, _stop14, _stop15, _stop16, _stop17, _stop18, _stop19, _stop20, _stop21, _stop22, _stop23, _stop24, _stop25, _stop26, _path4;
|
20
19
|
var _excluded = ["theme", "size", "alt"];
|
@@ -26,7 +25,7 @@ var ErrorIllustration = function ErrorIllustration(_ref) {
|
|
26
25
|
size = _ref.size,
|
27
26
|
alt = _ref.alt,
|
28
27
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
29
|
-
var svgId =
|
28
|
+
var svgId = React.useId();
|
30
29
|
return /*#__PURE__*/React.createElement("svg", _rollupPluginBabelHelpers.extends({}, rest, {
|
31
30
|
xmlns: "http://www.w3.org/2000/svg",
|
32
31
|
width: 80,
|
@@ -215,7 +214,6 @@ ErrorIllustration.propTypes = {
|
|
215
214
|
size: index.default.oneOf(['lg', 'sm']),
|
216
215
|
theme: index.default.oneOf(['light', 'dark'])
|
217
216
|
};
|
218
|
-
var ErrorIllustration$1 = ErrorIllustration;
|
219
217
|
|
220
218
|
exports.ErrorIllustration = ErrorIllustration;
|
221
|
-
exports.default = ErrorIllustration
|
219
|
+
exports.default = ErrorIllustration;
|
@@ -14,7 +14,6 @@ var React = require('react');
|
|
14
14
|
var index = require('../../../_virtual/index.js');
|
15
15
|
var cx = require('classnames');
|
16
16
|
var settings = require('../../../settings.js');
|
17
|
-
var uuidv4 = require('../../../global/js/utils/uuidv4.js');
|
18
17
|
|
19
18
|
var _stop, _stop2, _stop3, _stop4, _stop5, _stop6, _path, _path2, _path3, _path4, _path5, _stop7, _stop8, _stop9, _stop10, _stop11, _stop12, _stop13, _stop14, _path6, _path7, _path8;
|
20
19
|
var _excluded = ["theme", "size", "alt"];
|
@@ -26,7 +25,7 @@ var NoDataIllustration = function NoDataIllustration(_ref) {
|
|
26
25
|
size = _ref.size,
|
27
26
|
alt = _ref.alt,
|
28
27
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
29
|
-
var svgId =
|
28
|
+
var svgId = React.useId();
|
30
29
|
return /*#__PURE__*/React.createElement("svg", _rollupPluginBabelHelpers.extends({}, rest, {
|
31
30
|
xmlns: "http://www.w3.org/2000/svg",
|
32
31
|
width: 80,
|
@@ -178,7 +177,6 @@ NoDataIllustration.propTypes = {
|
|
178
177
|
size: index.default.oneOf(['lg', 'sm']),
|
179
178
|
theme: index.default.oneOf(['light', 'dark'])
|
180
179
|
};
|
181
|
-
var NoDataIllustration$1 = NoDataIllustration;
|
182
180
|
|
183
181
|
exports.NoDataIllustration = NoDataIllustration;
|
184
|
-
exports.default = NoDataIllustration
|
182
|
+
exports.default = NoDataIllustration;
|
@@ -14,7 +14,6 @@ var React = require('react');
|
|
14
14
|
var index = require('../../../_virtual/index.js');
|
15
15
|
var cx = require('classnames');
|
16
16
|
var settings = require('../../../settings.js');
|
17
|
-
var uuidv4 = require('../../../global/js/utils/uuidv4.js');
|
18
17
|
|
19
18
|
var _stop, _stop2, _stop3, _stop4, _stop5, _stop6, _stop7, _stop8, _stop9, _stop10, _stop11, _stop12, _stop13, _stop14, _stop15, _stop16, _stop17, _stop18, _stop19, _stop20, _stop21, _stop22, _stop23, _stop24, _stop25, _stop26, _stop27, _stop28, _path, _path2, _stop29, _stop30, _stop31, _stop32, _stop33, _stop34, _stop35, _stop36, _stop37, _stop38, _stop39, _stop40, _stop41, _stop42, _stop43, _stop44, _stop45, _stop46, _stop47, _stop48, _stop49, _stop50, _stop51, _stop52, _stop53, _stop54, _stop55, _stop56, _stop57, _stop58, _stop59, _stop60, _stop61, _stop62, _stop63, _stop64, _stop65, _stop66, _path3;
|
20
19
|
var _excluded = ["theme", "size", "alt"];
|
@@ -26,7 +25,7 @@ var NoTagsIllustration = function NoTagsIllustration(_ref) {
|
|
26
25
|
size = _ref.size,
|
27
26
|
alt = _ref.alt,
|
28
27
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
29
|
-
var svgId =
|
28
|
+
var svgId = React.useId();
|
30
29
|
return /*#__PURE__*/React.createElement("svg", _rollupPluginBabelHelpers.extends({}, rest, {
|
31
30
|
xmlns: "http://www.w3.org/2000/svg",
|
32
31
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
@@ -485,7 +484,6 @@ NoTagsIllustration.propTypes = {
|
|
485
484
|
size: index.default.oneOf(['lg', 'sm']),
|
486
485
|
theme: index.default.oneOf(['light', 'dark'])
|
487
486
|
};
|
488
|
-
var NoTagsIllustration$1 = NoTagsIllustration;
|
489
487
|
|
490
488
|
exports.NoTagsIllustration = NoTagsIllustration;
|
491
|
-
exports.default = NoTagsIllustration
|
489
|
+
exports.default = NoTagsIllustration;
|
@@ -14,7 +14,6 @@ var React = require('react');
|
|
14
14
|
var index = require('../../../_virtual/index.js');
|
15
15
|
var cx = require('classnames');
|
16
16
|
var settings = require('../../../settings.js');
|
17
|
-
var uuidv4 = require('../../../global/js/utils/uuidv4.js');
|
18
17
|
|
19
18
|
var _stop, _stop2, _stop3, _stop4, _stop5, _stop6, _stop7, _stop8, _stop9, _stop10, _stop11, _stop12, _stop13, _stop14, _stop15, _stop16, _stop17, _stop18, _stop19, _stop20, _stop21, _stop22, _stop23, _path, _path2, _stop24, _stop25, _stop26, _stop27, _stop28, _stop29, _stop30, _stop31, _stop32, _stop33, _stop34, _stop35, _stop36, _stop37, _stop38, _stop39, _stop40, _stop41, _stop42, _stop43, _stop44, _stop45, _stop46, _stop47, _stop48, _path3;
|
20
19
|
var _excluded = ["theme", "size", "alt"];
|
@@ -26,7 +25,7 @@ var NotFoundIllustration = function NotFoundIllustration(_ref) {
|
|
26
25
|
size = _ref.size,
|
27
26
|
alt = _ref.alt,
|
28
27
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
29
|
-
var svgId =
|
28
|
+
var svgId = React.useId();
|
30
29
|
return /*#__PURE__*/React.createElement("svg", _rollupPluginBabelHelpers.extends({}, rest, {
|
31
30
|
xmlns: "http://www.w3.org/2000/svg",
|
32
31
|
width: 80,
|
@@ -362,7 +361,6 @@ NotFoundIllustration.propTypes = {
|
|
362
361
|
size: index.default.oneOf(['lg', 'sm']),
|
363
362
|
theme: index.default.oneOf(['light', 'dark'])
|
364
363
|
};
|
365
|
-
var NotFoundIllustration$1 = NotFoundIllustration;
|
366
364
|
|
367
365
|
exports.NotFoundIllustration = NotFoundIllustration;
|
368
|
-
exports.default = NotFoundIllustration
|
366
|
+
exports.default = NotFoundIllustration;
|
@@ -14,7 +14,6 @@ var React = require('react');
|
|
14
14
|
var index = require('../../../_virtual/index.js');
|
15
15
|
var cx = require('classnames');
|
16
16
|
var settings = require('../../../settings.js');
|
17
|
-
var uuidv4 = require('../../../global/js/utils/uuidv4.js');
|
18
17
|
|
19
18
|
var _stop, _stop2, _stop3, _stop4, _stop5, _stop6, _stop7, _stop8, _stop9, _stop10, _stop11, _stop12, _stop13, _stop14, _path, _path2, _path3, _stop15, _stop16, _stop17, _stop18, _stop19, _stop20, _stop21, _stop22, _stop23, _stop24, _stop25, _stop26, _stop27, _stop28, _stop29, _stop30, _stop31, _stop32, _stop33, _stop34, _stop35, _stop36, _stop37, _stop38, _stop39, _stop40, _stop41, _path4;
|
20
19
|
var _excluded = ["theme", "size", "alt"];
|
@@ -26,7 +25,7 @@ var NotificationsIllustration = function NotificationsIllustration(_ref) {
|
|
26
25
|
size = _ref.size,
|
27
26
|
alt = _ref.alt,
|
28
27
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
29
|
-
var svgId =
|
28
|
+
var svgId = React.useId();
|
30
29
|
return /*#__PURE__*/React.createElement("svg", _rollupPluginBabelHelpers.extends({}, rest, {
|
31
30
|
xmlns: "http://www.w3.org/2000/svg",
|
32
31
|
width: 80,
|
@@ -332,7 +331,6 @@ NotificationsIllustration.propTypes = {
|
|
332
331
|
size: index.default.oneOf(['lg', 'sm']),
|
333
332
|
theme: index.default.oneOf(['light', 'dark'])
|
334
333
|
};
|
335
|
-
var NotificationsIllustration$1 = NotificationsIllustration;
|
336
334
|
|
337
335
|
exports.NotificationsIllustration = NotificationsIllustration;
|
338
|
-
exports.default = NotificationsIllustration
|
336
|
+
exports.default = NotificationsIllustration;
|
@@ -14,7 +14,6 @@ var React = require('react');
|
|
14
14
|
var index = require('../../../_virtual/index.js');
|
15
15
|
var cx = require('classnames');
|
16
16
|
var settings = require('../../../settings.js');
|
17
|
-
var uuidv4 = require('../../../global/js/utils/uuidv4.js');
|
18
17
|
|
19
18
|
var _stop, _stop2, _stop3, _stop4, _stop5, _stop6, _stop7, _stop8, _path, _path2, _path3, _linearGradient, _stop9, _stop10, _stop11, _stop12, _stop13, _stop14, _stop15, _stop16, _stop17, _stop18, _stop19, _stop20, _stop21, _stop22, _stop23, _stop24, _stop25, _stop26, _stop27, _stop28, _stop29, _stop30, _stop31, _stop32, _stop33, _stop34, _stop35, _path4;
|
20
19
|
var _excluded = ["theme", "size", "alt"];
|
@@ -26,7 +25,7 @@ var UnauthorizedIllustration = function UnauthorizedIllustration(_ref) {
|
|
26
25
|
size = _ref.size,
|
27
26
|
alt = _ref.alt,
|
28
27
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
29
|
-
var svgId =
|
28
|
+
var svgId = React.useId();
|
30
29
|
return /*#__PURE__*/React.createElement("svg", _rollupPluginBabelHelpers.extends({}, rest, {
|
31
30
|
xmlns: "http://www.w3.org/2000/svg",
|
32
31
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
@@ -306,7 +305,6 @@ UnauthorizedIllustration.propTypes = {
|
|
306
305
|
size: index.default.oneOf(['lg', 'sm']),
|
307
306
|
theme: index.default.oneOf(['light', 'dark'])
|
308
307
|
};
|
309
|
-
var UnauthorizedIllustration$1 = UnauthorizedIllustration;
|
310
308
|
|
311
309
|
exports.UnauthorizedIllustration = UnauthorizedIllustration;
|
312
|
-
exports.default = UnauthorizedIllustration
|
310
|
+
exports.default = UnauthorizedIllustration;
|
@@ -13,10 +13,6 @@ export interface ExpressiveCardProps extends PropsWithChildren {
|
|
13
13
|
* Icons that are displayed on card. Refer to design documentation for implementation guidelines. Note- href will supersede onClick
|
14
14
|
*/
|
15
15
|
actionIcons?: ActionIcon[];
|
16
|
-
/**
|
17
|
-
* 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.
|
18
|
-
*/
|
19
|
-
aiLabel?: ReactNode | boolean;
|
20
16
|
/**
|
21
17
|
* Content that shows in the body of the card
|
22
18
|
*/
|
@@ -24,6 +20,10 @@ export interface ExpressiveCardProps extends PropsWithChildren {
|
|
24
20
|
* Optional user provided class
|
25
21
|
*/
|
26
22
|
className?: string;
|
23
|
+
/**
|
24
|
+
* Optional prop that allows you to pass any component.
|
25
|
+
*/
|
26
|
+
decorator?: ReactNode | boolean;
|
27
27
|
/**
|
28
28
|
* Optional header description
|
29
29
|
*/
|
@@ -91,7 +91,7 @@ export interface ExpressiveCardProps extends PropsWithChildren {
|
|
91
91
|
/**
|
92
92
|
* **Experimental:** For all cases a `Slug` component can be provided.
|
93
93
|
* Clickable tiles only accept a boolean value of true and display a hollow slug.
|
94
|
-
* @deprecated please use the `
|
94
|
+
* @deprecated please use the `decorator` prop
|
95
95
|
*/
|
96
96
|
slug?: ReactNode | boolean;
|
97
97
|
/**
|
@@ -38,10 +38,6 @@ exports.ExpressiveCard.propTypes = {
|
|
38
38
|
iconDescription: index.default.string,
|
39
39
|
href: index.default.string
|
40
40
|
})),
|
41
|
-
/**
|
42
|
-
* 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.
|
43
|
-
*/
|
44
|
-
aiLabel: index.default.oneOfType([index.default.node, index.default.bool]),
|
45
41
|
/**
|
46
42
|
* Content that shows in the body of the card
|
47
43
|
*/
|
@@ -50,6 +46,10 @@ exports.ExpressiveCard.propTypes = {
|
|
50
46
|
* Optional user provided class
|
51
47
|
*/
|
52
48
|
className: index.default.string,
|
49
|
+
/**
|
50
|
+
* Optional prop that allows you to pass any component.
|
51
|
+
*/
|
52
|
+
decorator: index.default.oneOfType([index.default.node, index.default.bool]),
|
53
53
|
/**
|
54
54
|
* Optional header description
|
55
55
|
*/
|
@@ -120,7 +120,7 @@ exports.ExpressiveCard.propTypes = {
|
|
120
120
|
/**
|
121
121
|
* **Experimental:** For all cases a `Slug` component can be provided.
|
122
122
|
* Clickable tiles only accept a boolean value of true and display a hollow slug.
|
123
|
-
* @deprecated please use the `
|
123
|
+
* @deprecated please use the `decorator` prop
|
124
124
|
*/
|
125
125
|
slug: index.default.oneOfType([index.default.node, index.default.bool]),
|
126
126
|
/**
|
@@ -22,7 +22,9 @@ var componentName = 'FilterPanel';
|
|
22
22
|
|
23
23
|
/**
|
24
24
|
* The container for filter panel subcomponents.
|
25
|
+
* @deprecated This component is deprecated
|
25
26
|
*/
|
27
|
+
|
26
28
|
exports.FilterPanel = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
27
29
|
var children = _ref.children,
|
28
30
|
className = _ref.className,
|
@@ -35,6 +37,10 @@ exports.FilterPanel = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
35
37
|
className: "".concat(blockClass, "__title")
|
36
38
|
}, title), children);
|
37
39
|
});
|
40
|
+
exports.FilterPanel.deprecated = {
|
41
|
+
level: 'warn',
|
42
|
+
details: "This component is deprecated"
|
43
|
+
};
|
38
44
|
|
39
45
|
// Return a placeholder if not released and not enabled by feature flag
|
40
46
|
exports.FilterPanel = settings.pkg.checkComponentEnabled(exports.FilterPanel, componentName);
|
@@ -28,6 +28,7 @@ var defaults = {
|
|
28
28
|
|
29
29
|
/**
|
30
30
|
* A container with a label and optional count.
|
31
|
+
* @deprecated This component is deprecated
|
31
32
|
*/
|
32
33
|
exports.FilterPanelAccordion = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
33
34
|
var _ref$accordionProps = _ref.accordionProps,
|
@@ -51,6 +52,10 @@ exports.FilterPanelAccordion = /*#__PURE__*/React.forwardRef(function (_ref, ref
|
|
51
52
|
className: "".concat(blockClass, "__list")
|
52
53
|
}), children));
|
53
54
|
});
|
55
|
+
exports.FilterPanelAccordion.deprecated = {
|
56
|
+
level: 'warn',
|
57
|
+
details: "This component is deprecated"
|
58
|
+
};
|
54
59
|
|
55
60
|
// Return a placeholder if not released and not enabled by feature flag
|
56
61
|
exports.FilterPanelAccordion = settings.pkg.checkComponentEnabled(exports.FilterPanelAccordion, componentName);
|
@@ -29,6 +29,7 @@ var defaults = {
|
|
29
29
|
|
30
30
|
/**
|
31
31
|
* A container with a label and optional count.
|
32
|
+
* @deprecated This component is deprecated
|
32
33
|
*/
|
33
34
|
exports.FilterPanelAccordionItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
34
35
|
var _ref$accordionItemPro = _ref.accordionItemProps,
|
@@ -58,7 +59,10 @@ exports.FilterPanelAccordionItem = /*#__PURE__*/React.forwardRef(function (_ref,
|
|
58
59
|
}, child);
|
59
60
|
})));
|
60
61
|
});
|
61
|
-
|
62
|
+
exports.FilterPanelAccordionItem.deprecated = {
|
63
|
+
level: 'warn',
|
64
|
+
details: "This component is deprecated"
|
65
|
+
};
|
62
66
|
// Return a placeholder if not released and not enabled by feature flag
|
63
67
|
exports.FilterPanelAccordionItem = settings.pkg.checkComponentEnabled(exports.FilterPanelAccordionItem, componentName);
|
64
68
|
exports.FilterPanelAccordionItem.displayName = componentName;
|
@@ -5,6 +5,7 @@
|
|
5
5
|
*
|
6
6
|
* All of Carbon Checkbox's props are directly available
|
7
7
|
* through "...rest", including id, onClick, etc.
|
8
|
+
* @deprecated This component is deprecated
|
8
9
|
*/
|
9
10
|
export let FilterPanelCheckbox: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
10
11
|
import React from 'react';
|
@@ -29,6 +29,7 @@ var componentName = 'FilterPanelCheckbox';
|
|
29
29
|
*
|
30
30
|
* All of Carbon Checkbox's props are directly available
|
31
31
|
* through "...rest", including id, onClick, etc.
|
32
|
+
* @deprecated This component is deprecated
|
32
33
|
*/
|
33
34
|
exports.FilterPanelCheckbox = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
34
35
|
var className = _ref.className,
|
@@ -48,6 +49,10 @@ exports.FilterPanelCheckbox = /*#__PURE__*/React.forwardRef(function (_ref, ref)
|
|
48
49
|
ref: ref
|
49
50
|
}, devtools.getDevtoolsProps(componentName)));
|
50
51
|
});
|
52
|
+
exports.FilterPanelCheckbox.deprecated = {
|
53
|
+
level: 'warn',
|
54
|
+
details: "This component is deprecated"
|
55
|
+
};
|
51
56
|
|
52
57
|
// Return a placeholder if not released and not enabled by feature flag
|
53
58
|
exports.FilterPanelCheckbox = settings.pkg.checkComponentEnabled(exports.FilterPanelCheckbox, componentName);
|
@@ -5,6 +5,7 @@
|
|
5
5
|
* just like FilterPanelCheckbox.
|
6
6
|
*
|
7
7
|
* Use `overflowMenuProps` for properties specific to the OverflowMenu.
|
8
|
+
* @deprecated This component is deprecated
|
8
9
|
*/
|
9
10
|
export let FilterPanelCheckboxWithOverflow: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
10
11
|
import React from 'react';
|
@@ -32,6 +32,7 @@ var defaults = {
|
|
32
32
|
* just like FilterPanelCheckbox.
|
33
33
|
*
|
34
34
|
* Use `overflowMenuProps` for properties specific to the OverflowMenu.
|
35
|
+
* @deprecated This component is deprecated
|
35
36
|
*/
|
36
37
|
exports.FilterPanelCheckboxWithOverflow = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
37
38
|
var children = _ref.children,
|
@@ -117,6 +118,10 @@ exports.FilterPanelCheckboxWithOverflow = /*#__PURE__*/React.forwardRef(function
|
|
117
118
|
}, other), children))
|
118
119
|
);
|
119
120
|
});
|
121
|
+
exports.FilterPanelCheckboxWithOverflow.deprecated = {
|
122
|
+
level: 'warn',
|
123
|
+
details: "This component is deprecated"
|
124
|
+
};
|
120
125
|
|
121
126
|
// Return a placeholder if not released and not enabled by feature flag
|
122
127
|
exports.FilterPanelCheckboxWithOverflow = settings.pkg.checkComponentEnabled(exports.FilterPanelCheckboxWithOverflow, componentName);
|
@@ -23,6 +23,7 @@ var componentName = 'FilterPanelGroup';
|
|
23
23
|
|
24
24
|
/**
|
25
25
|
* A container with a label and optional count.
|
26
|
+
* @deprecated This component is deprecated
|
26
27
|
*/
|
27
28
|
exports.FilterPanelGroup = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
28
29
|
var children = _ref.children,
|
@@ -44,6 +45,10 @@ exports.FilterPanelGroup = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
44
45
|
className: "".concat(blockClass, "__content")
|
45
46
|
}, children));
|
46
47
|
});
|
48
|
+
exports.FilterPanelGroup.deprecated = {
|
49
|
+
level: 'warn',
|
50
|
+
details: "This component is deprecated"
|
51
|
+
};
|
47
52
|
|
48
53
|
// Return a placeholder if not released and not enabled by feature flag
|
49
54
|
exports.FilterPanelGroup = settings.pkg.checkComponentEnabled(exports.FilterPanelGroup, componentName);
|
@@ -26,6 +26,7 @@ var defaults = {
|
|
26
26
|
|
27
27
|
/**
|
28
28
|
* An input field and container to show search results.
|
29
|
+
* @deprecated This component is deprecated
|
29
30
|
*/
|
30
31
|
exports.FilterPanelSearch = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
31
32
|
var children = _ref.children,
|
@@ -69,7 +70,10 @@ exports.FilterPanelSearch = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
69
70
|
className: "".concat(blockClass, "__results")
|
70
71
|
}, children));
|
71
72
|
});
|
72
|
-
|
73
|
+
exports.FilterPanelSearch.deprecated = {
|
74
|
+
level: 'warn',
|
75
|
+
details: "This component is deprecated"
|
76
|
+
};
|
73
77
|
// Return a placeholder if not released and not enabled by feature flag
|
74
78
|
exports.FilterPanelSearch = settings.pkg.checkComponentEnabled(exports.FilterPanelSearch, componentName);
|
75
79
|
exports.FilterPanelSearch.displayName = componentName;
|