@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
@@ -13,7 +13,7 @@ import { Button, Link } from '@carbon/react';
|
|
13
13
|
import { getDevtoolsProps } from '../../../global/js/utils/devtools.js';
|
14
14
|
import { pkg } from '../../../settings.js';
|
15
15
|
import { EmptyStateContent } from '../EmptyStateContent.js';
|
16
|
-
import NotFoundIllustration from '../assets/NotFoundIllustration.js';
|
16
|
+
import { NotFoundIllustration } from '../assets/NotFoundIllustration.js';
|
17
17
|
import { defaults } from '../EmptyState.js';
|
18
18
|
|
19
19
|
var _excluded = ["action", "className", "illustrationPosition", "illustrationTheme", "illustrationDescription", "link", "size", "subtitle", "title"];
|
@@ -13,7 +13,7 @@ import { Button, Link } from '@carbon/react';
|
|
13
13
|
import { getDevtoolsProps } from '../../../global/js/utils/devtools.js';
|
14
14
|
import { pkg } from '../../../settings.js';
|
15
15
|
import { EmptyStateContent } from '../EmptyStateContent.js';
|
16
|
-
import NotificationsIllustration from '../assets/NotificationsIllustration.js';
|
16
|
+
import { NotificationsIllustration } from '../assets/NotificationsIllustration.js';
|
17
17
|
import { defaults } from '../EmptyState.js';
|
18
18
|
|
19
19
|
var _excluded = ["action", "className", "illustrationPosition", "illustrationTheme", "illustrationDescription", "link", "size", "subtitle", "title"];
|
@@ -13,7 +13,7 @@ import { Button, Link } from '@carbon/react';
|
|
13
13
|
import { getDevtoolsProps } from '../../../global/js/utils/devtools.js';
|
14
14
|
import { pkg } from '../../../settings.js';
|
15
15
|
import { EmptyStateContent } from '../EmptyStateContent.js';
|
16
|
-
import UnauthorizedIllustration from '../assets/UnauthorizedIllustration.js';
|
16
|
+
import { UnauthorizedIllustration } from '../assets/UnauthorizedIllustration.js';
|
17
17
|
import { defaults } from '../EmptyState.js';
|
18
18
|
|
19
19
|
var _excluded = ["action", "className", "illustrationPosition", "illustrationTheme", "illustrationDescription", "link", "size", "subtitle", "title"];
|
@@ -6,11 +6,10 @@
|
|
6
6
|
*/
|
7
7
|
|
8
8
|
import { objectWithoutProperties as _objectWithoutProperties, extends as _extends } from '../../../_virtual/_rollupPluginBabelHelpers.js';
|
9
|
-
import React__default from 'react';
|
9
|
+
import React__default, { useId } from 'react';
|
10
10
|
import PropTypes from '../../../_virtual/index.js';
|
11
11
|
import cx from 'classnames';
|
12
12
|
import { pkg } from '../../../settings.js';
|
13
|
-
import uuidv4 from '../../../global/js/utils/uuidv4.js';
|
14
13
|
|
15
14
|
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;
|
16
15
|
var _excluded = ["theme", "size", "alt"];
|
@@ -22,7 +21,7 @@ var ErrorIllustration = function ErrorIllustration(_ref) {
|
|
22
21
|
size = _ref.size,
|
23
22
|
alt = _ref.alt,
|
24
23
|
rest = _objectWithoutProperties(_ref, _excluded);
|
25
|
-
var svgId =
|
24
|
+
var svgId = useId();
|
26
25
|
return /*#__PURE__*/React__default.createElement("svg", _extends({}, rest, {
|
27
26
|
xmlns: "http://www.w3.org/2000/svg",
|
28
27
|
width: 80,
|
@@ -211,6 +210,5 @@ ErrorIllustration.propTypes = {
|
|
211
210
|
size: PropTypes.oneOf(['lg', 'sm']),
|
212
211
|
theme: PropTypes.oneOf(['light', 'dark'])
|
213
212
|
};
|
214
|
-
var ErrorIllustration$1 = ErrorIllustration;
|
215
213
|
|
216
|
-
export { ErrorIllustration, ErrorIllustration
|
214
|
+
export { ErrorIllustration, ErrorIllustration as default };
|
@@ -6,11 +6,10 @@
|
|
6
6
|
*/
|
7
7
|
|
8
8
|
import { objectWithoutProperties as _objectWithoutProperties, extends as _extends } from '../../../_virtual/_rollupPluginBabelHelpers.js';
|
9
|
-
import React__default from 'react';
|
9
|
+
import React__default, { useId } from 'react';
|
10
10
|
import PropTypes from '../../../_virtual/index.js';
|
11
11
|
import cx from 'classnames';
|
12
12
|
import { pkg } from '../../../settings.js';
|
13
|
-
import uuidv4 from '../../../global/js/utils/uuidv4.js';
|
14
13
|
|
15
14
|
var _stop, _stop2, _stop3, _stop4, _stop5, _stop6, _path, _path2, _path3, _path4, _path5, _stop7, _stop8, _stop9, _stop10, _stop11, _stop12, _stop13, _stop14, _path6, _path7, _path8;
|
16
15
|
var _excluded = ["theme", "size", "alt"];
|
@@ -22,7 +21,7 @@ var NoDataIllustration = function NoDataIllustration(_ref) {
|
|
22
21
|
size = _ref.size,
|
23
22
|
alt = _ref.alt,
|
24
23
|
rest = _objectWithoutProperties(_ref, _excluded);
|
25
|
-
var svgId =
|
24
|
+
var svgId = useId();
|
26
25
|
return /*#__PURE__*/React__default.createElement("svg", _extends({}, rest, {
|
27
26
|
xmlns: "http://www.w3.org/2000/svg",
|
28
27
|
width: 80,
|
@@ -174,6 +173,5 @@ NoDataIllustration.propTypes = {
|
|
174
173
|
size: PropTypes.oneOf(['lg', 'sm']),
|
175
174
|
theme: PropTypes.oneOf(['light', 'dark'])
|
176
175
|
};
|
177
|
-
var NoDataIllustration$1 = NoDataIllustration;
|
178
176
|
|
179
|
-
export { NoDataIllustration, NoDataIllustration
|
177
|
+
export { NoDataIllustration, NoDataIllustration as default };
|
@@ -6,11 +6,10 @@
|
|
6
6
|
*/
|
7
7
|
|
8
8
|
import { objectWithoutProperties as _objectWithoutProperties, extends as _extends } from '../../../_virtual/_rollupPluginBabelHelpers.js';
|
9
|
-
import React__default from 'react';
|
9
|
+
import React__default, { useId } from 'react';
|
10
10
|
import PropTypes from '../../../_virtual/index.js';
|
11
11
|
import cx from 'classnames';
|
12
12
|
import { pkg } from '../../../settings.js';
|
13
|
-
import uuidv4 from '../../../global/js/utils/uuidv4.js';
|
14
13
|
|
15
14
|
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;
|
16
15
|
var _excluded = ["theme", "size", "alt"];
|
@@ -22,7 +21,7 @@ var NoTagsIllustration = function NoTagsIllustration(_ref) {
|
|
22
21
|
size = _ref.size,
|
23
22
|
alt = _ref.alt,
|
24
23
|
rest = _objectWithoutProperties(_ref, _excluded);
|
25
|
-
var svgId =
|
24
|
+
var svgId = useId();
|
26
25
|
return /*#__PURE__*/React__default.createElement("svg", _extends({}, rest, {
|
27
26
|
xmlns: "http://www.w3.org/2000/svg",
|
28
27
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
@@ -481,6 +480,5 @@ NoTagsIllustration.propTypes = {
|
|
481
480
|
size: PropTypes.oneOf(['lg', 'sm']),
|
482
481
|
theme: PropTypes.oneOf(['light', 'dark'])
|
483
482
|
};
|
484
|
-
var NoTagsIllustration$1 = NoTagsIllustration;
|
485
483
|
|
486
|
-
export { NoTagsIllustration, NoTagsIllustration
|
484
|
+
export { NoTagsIllustration, NoTagsIllustration as default };
|
@@ -6,11 +6,10 @@
|
|
6
6
|
*/
|
7
7
|
|
8
8
|
import { objectWithoutProperties as _objectWithoutProperties, extends as _extends } from '../../../_virtual/_rollupPluginBabelHelpers.js';
|
9
|
-
import React__default from 'react';
|
9
|
+
import React__default, { useId } from 'react';
|
10
10
|
import PropTypes from '../../../_virtual/index.js';
|
11
11
|
import cx from 'classnames';
|
12
12
|
import { pkg } from '../../../settings.js';
|
13
|
-
import uuidv4 from '../../../global/js/utils/uuidv4.js';
|
14
13
|
|
15
14
|
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;
|
16
15
|
var _excluded = ["theme", "size", "alt"];
|
@@ -22,7 +21,7 @@ var NotFoundIllustration = function NotFoundIllustration(_ref) {
|
|
22
21
|
size = _ref.size,
|
23
22
|
alt = _ref.alt,
|
24
23
|
rest = _objectWithoutProperties(_ref, _excluded);
|
25
|
-
var svgId =
|
24
|
+
var svgId = useId();
|
26
25
|
return /*#__PURE__*/React__default.createElement("svg", _extends({}, rest, {
|
27
26
|
xmlns: "http://www.w3.org/2000/svg",
|
28
27
|
width: 80,
|
@@ -358,6 +357,5 @@ NotFoundIllustration.propTypes = {
|
|
358
357
|
size: PropTypes.oneOf(['lg', 'sm']),
|
359
358
|
theme: PropTypes.oneOf(['light', 'dark'])
|
360
359
|
};
|
361
|
-
var NotFoundIllustration$1 = NotFoundIllustration;
|
362
360
|
|
363
|
-
export { NotFoundIllustration, NotFoundIllustration
|
361
|
+
export { NotFoundIllustration, NotFoundIllustration as default };
|
@@ -6,11 +6,10 @@
|
|
6
6
|
*/
|
7
7
|
|
8
8
|
import { objectWithoutProperties as _objectWithoutProperties, extends as _extends } from '../../../_virtual/_rollupPluginBabelHelpers.js';
|
9
|
-
import React__default from 'react';
|
9
|
+
import React__default, { useId } from 'react';
|
10
10
|
import PropTypes from '../../../_virtual/index.js';
|
11
11
|
import cx from 'classnames';
|
12
12
|
import { pkg } from '../../../settings.js';
|
13
|
-
import uuidv4 from '../../../global/js/utils/uuidv4.js';
|
14
13
|
|
15
14
|
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;
|
16
15
|
var _excluded = ["theme", "size", "alt"];
|
@@ -22,7 +21,7 @@ var NotificationsIllustration = function NotificationsIllustration(_ref) {
|
|
22
21
|
size = _ref.size,
|
23
22
|
alt = _ref.alt,
|
24
23
|
rest = _objectWithoutProperties(_ref, _excluded);
|
25
|
-
var svgId =
|
24
|
+
var svgId = useId();
|
26
25
|
return /*#__PURE__*/React__default.createElement("svg", _extends({}, rest, {
|
27
26
|
xmlns: "http://www.w3.org/2000/svg",
|
28
27
|
width: 80,
|
@@ -328,6 +327,5 @@ NotificationsIllustration.propTypes = {
|
|
328
327
|
size: PropTypes.oneOf(['lg', 'sm']),
|
329
328
|
theme: PropTypes.oneOf(['light', 'dark'])
|
330
329
|
};
|
331
|
-
var NotificationsIllustration$1 = NotificationsIllustration;
|
332
330
|
|
333
|
-
export { NotificationsIllustration, NotificationsIllustration
|
331
|
+
export { NotificationsIllustration, NotificationsIllustration as default };
|
@@ -6,11 +6,10 @@
|
|
6
6
|
*/
|
7
7
|
|
8
8
|
import { objectWithoutProperties as _objectWithoutProperties, extends as _extends } from '../../../_virtual/_rollupPluginBabelHelpers.js';
|
9
|
-
import React__default from 'react';
|
9
|
+
import React__default, { useId } from 'react';
|
10
10
|
import PropTypes from '../../../_virtual/index.js';
|
11
11
|
import cx from 'classnames';
|
12
12
|
import { pkg } from '../../../settings.js';
|
13
|
-
import uuidv4 from '../../../global/js/utils/uuidv4.js';
|
14
13
|
|
15
14
|
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;
|
16
15
|
var _excluded = ["theme", "size", "alt"];
|
@@ -22,7 +21,7 @@ var UnauthorizedIllustration = function UnauthorizedIllustration(_ref) {
|
|
22
21
|
size = _ref.size,
|
23
22
|
alt = _ref.alt,
|
24
23
|
rest = _objectWithoutProperties(_ref, _excluded);
|
25
|
-
var svgId =
|
24
|
+
var svgId = useId();
|
26
25
|
return /*#__PURE__*/React__default.createElement("svg", _extends({}, rest, {
|
27
26
|
xmlns: "http://www.w3.org/2000/svg",
|
28
27
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
@@ -302,6 +301,5 @@ UnauthorizedIllustration.propTypes = {
|
|
302
301
|
size: PropTypes.oneOf(['lg', 'sm']),
|
303
302
|
theme: PropTypes.oneOf(['light', 'dark'])
|
304
303
|
};
|
305
|
-
var UnauthorizedIllustration$1 = UnauthorizedIllustration;
|
306
304
|
|
307
|
-
export { UnauthorizedIllustration, UnauthorizedIllustration
|
305
|
+
export { UnauthorizedIllustration, UnauthorizedIllustration as default };
|
@@ -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
|
/**
|
@@ -36,10 +36,6 @@ ExpressiveCard.propTypes = {
|
|
36
36
|
iconDescription: PropTypes.string,
|
37
37
|
href: PropTypes.string
|
38
38
|
})),
|
39
|
-
/**
|
40
|
-
* 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.
|
41
|
-
*/
|
42
|
-
aiLabel: PropTypes.oneOfType([PropTypes.node, PropTypes.bool]),
|
43
39
|
/**
|
44
40
|
* Content that shows in the body of the card
|
45
41
|
*/
|
@@ -48,6 +44,10 @@ ExpressiveCard.propTypes = {
|
|
48
44
|
* Optional user provided class
|
49
45
|
*/
|
50
46
|
className: PropTypes.string,
|
47
|
+
/**
|
48
|
+
* Optional prop that allows you to pass any component.
|
49
|
+
*/
|
50
|
+
decorator: PropTypes.oneOfType([PropTypes.node, PropTypes.bool]),
|
51
51
|
/**
|
52
52
|
* Optional header description
|
53
53
|
*/
|
@@ -118,7 +118,7 @@ ExpressiveCard.propTypes = {
|
|
118
118
|
/**
|
119
119
|
* **Experimental:** For all cases a `Slug` component can be provided.
|
120
120
|
* Clickable tiles only accept a boolean value of true and display a hollow slug.
|
121
|
-
* @deprecated please use the `
|
121
|
+
* @deprecated please use the `decorator` prop
|
122
122
|
*/
|
123
123
|
slug: PropTypes.oneOfType([PropTypes.node, PropTypes.bool]),
|
124
124
|
/**
|
@@ -20,7 +20,9 @@ var componentName = 'FilterPanel';
|
|
20
20
|
|
21
21
|
/**
|
22
22
|
* The container for filter panel subcomponents.
|
23
|
+
* @deprecated This component is deprecated
|
23
24
|
*/
|
25
|
+
|
24
26
|
var FilterPanel = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
25
27
|
var children = _ref.children,
|
26
28
|
className = _ref.className,
|
@@ -33,6 +35,10 @@ var FilterPanel = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
|
33
35
|
className: "".concat(blockClass, "__title")
|
34
36
|
}, title), children);
|
35
37
|
});
|
38
|
+
FilterPanel.deprecated = {
|
39
|
+
level: 'warn',
|
40
|
+
details: "This component is deprecated"
|
41
|
+
};
|
36
42
|
|
37
43
|
// Return a placeholder if not released and not enabled by feature flag
|
38
44
|
FilterPanel = pkg.checkComponentEnabled(FilterPanel, componentName);
|
@@ -26,6 +26,7 @@ var defaults = {
|
|
26
26
|
|
27
27
|
/**
|
28
28
|
* A container with a label and optional count.
|
29
|
+
* @deprecated This component is deprecated
|
29
30
|
*/
|
30
31
|
var FilterPanelAccordion = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
31
32
|
var _ref$accordionProps = _ref.accordionProps,
|
@@ -49,6 +50,10 @@ var FilterPanelAccordion = /*#__PURE__*/React__default.forwardRef(function (_ref
|
|
49
50
|
className: "".concat(blockClass, "__list")
|
50
51
|
}), children));
|
51
52
|
});
|
53
|
+
FilterPanelAccordion.deprecated = {
|
54
|
+
level: 'warn',
|
55
|
+
details: "This component is deprecated"
|
56
|
+
};
|
52
57
|
|
53
58
|
// Return a placeholder if not released and not enabled by feature flag
|
54
59
|
FilterPanelAccordion = pkg.checkComponentEnabled(FilterPanelAccordion, componentName);
|
@@ -27,6 +27,7 @@ var defaults = {
|
|
27
27
|
|
28
28
|
/**
|
29
29
|
* A container with a label and optional count.
|
30
|
+
* @deprecated This component is deprecated
|
30
31
|
*/
|
31
32
|
var FilterPanelAccordionItem = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
32
33
|
var _ref$accordionItemPro = _ref.accordionItemProps,
|
@@ -56,7 +57,10 @@ var FilterPanelAccordionItem = /*#__PURE__*/React__default.forwardRef(function (
|
|
56
57
|
}, child);
|
57
58
|
})));
|
58
59
|
});
|
59
|
-
|
60
|
+
FilterPanelAccordionItem.deprecated = {
|
61
|
+
level: 'warn',
|
62
|
+
details: "This component is deprecated"
|
63
|
+
};
|
60
64
|
// Return a placeholder if not released and not enabled by feature flag
|
61
65
|
FilterPanelAccordionItem = pkg.checkComponentEnabled(FilterPanelAccordionItem, componentName);
|
62
66
|
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';
|
@@ -27,6 +27,7 @@ var componentName = 'FilterPanelCheckbox';
|
|
27
27
|
*
|
28
28
|
* All of Carbon Checkbox's props are directly available
|
29
29
|
* through "...rest", including id, onClick, etc.
|
30
|
+
* @deprecated This component is deprecated
|
30
31
|
*/
|
31
32
|
var FilterPanelCheckbox = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
32
33
|
var className = _ref.className,
|
@@ -46,6 +47,10 @@ var FilterPanelCheckbox = /*#__PURE__*/React__default.forwardRef(function (_ref,
|
|
46
47
|
ref: ref
|
47
48
|
}, getDevtoolsProps(componentName)));
|
48
49
|
});
|
50
|
+
FilterPanelCheckbox.deprecated = {
|
51
|
+
level: 'warn',
|
52
|
+
details: "This component is deprecated"
|
53
|
+
};
|
49
54
|
|
50
55
|
// Return a placeholder if not released and not enabled by feature flag
|
51
56
|
FilterPanelCheckbox = pkg.checkComponentEnabled(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';
|
package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js
CHANGED
@@ -30,6 +30,7 @@ var defaults = {
|
|
30
30
|
* just like FilterPanelCheckbox.
|
31
31
|
*
|
32
32
|
* Use `overflowMenuProps` for properties specific to the OverflowMenu.
|
33
|
+
* @deprecated This component is deprecated
|
33
34
|
*/
|
34
35
|
var FilterPanelCheckboxWithOverflow = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
35
36
|
var children = _ref.children,
|
@@ -115,6 +116,10 @@ var FilterPanelCheckboxWithOverflow = /*#__PURE__*/React__default.forwardRef(fun
|
|
115
116
|
}, other), children))
|
116
117
|
);
|
117
118
|
});
|
119
|
+
FilterPanelCheckboxWithOverflow.deprecated = {
|
120
|
+
level: 'warn',
|
121
|
+
details: "This component is deprecated"
|
122
|
+
};
|
118
123
|
|
119
124
|
// Return a placeholder if not released and not enabled by feature flag
|
120
125
|
FilterPanelCheckboxWithOverflow = pkg.checkComponentEnabled(FilterPanelCheckboxWithOverflow, componentName);
|
@@ -21,6 +21,7 @@ var componentName = 'FilterPanelGroup';
|
|
21
21
|
|
22
22
|
/**
|
23
23
|
* A container with a label and optional count.
|
24
|
+
* @deprecated This component is deprecated
|
24
25
|
*/
|
25
26
|
var FilterPanelGroup = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
26
27
|
var children = _ref.children,
|
@@ -42,6 +43,10 @@ var FilterPanelGroup = /*#__PURE__*/React__default.forwardRef(function (_ref, re
|
|
42
43
|
className: "".concat(blockClass, "__content")
|
43
44
|
}, children));
|
44
45
|
});
|
46
|
+
FilterPanelGroup.deprecated = {
|
47
|
+
level: 'warn',
|
48
|
+
details: "This component is deprecated"
|
49
|
+
};
|
45
50
|
|
46
51
|
// Return a placeholder if not released and not enabled by feature flag
|
47
52
|
FilterPanelGroup = pkg.checkComponentEnabled(FilterPanelGroup, componentName);
|
@@ -24,6 +24,7 @@ var defaults = {
|
|
24
24
|
|
25
25
|
/**
|
26
26
|
* An input field and container to show search results.
|
27
|
+
* @deprecated This component is deprecated
|
27
28
|
*/
|
28
29
|
var FilterPanelSearch = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
29
30
|
var children = _ref.children,
|
@@ -67,7 +68,10 @@ var FilterPanelSearch = /*#__PURE__*/React__default.forwardRef(function (_ref, r
|
|
67
68
|
className: "".concat(blockClass, "__results")
|
68
69
|
}, children));
|
69
70
|
});
|
70
|
-
|
71
|
+
FilterPanelSearch.deprecated = {
|
72
|
+
level: 'warn',
|
73
|
+
details: "This component is deprecated"
|
74
|
+
};
|
71
75
|
// Return a placeholder if not released and not enabled by feature flag
|
72
76
|
FilterPanelSearch = pkg.checkComponentEnabled(FilterPanelSearch, componentName);
|
73
77
|
FilterPanelSearch.displayName = componentName;
|
@@ -16,6 +16,7 @@ import cx from 'classnames';
|
|
16
16
|
import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
|
17
17
|
import { pkg } from '../../settings.js';
|
18
18
|
|
19
|
+
var _span;
|
19
20
|
var _excluded = ["children", "className", "description", "label", "kind", "title"];
|
20
21
|
|
21
22
|
// The block part of our conventional BEM class names (blockClass__E--M).
|
@@ -42,20 +43,17 @@ var FullPageError = /*#__PURE__*/React__default.forwardRef(function (_ref, ref)
|
|
42
43
|
var errorData = {
|
43
44
|
403: {
|
44
45
|
svg: /*#__PURE__*/React__default.createElement(Error403SVG, {
|
45
|
-
className: "".concat(blockClass, "__svg ").concat(blockClass, "__403")
|
46
|
-
title: title
|
46
|
+
className: "".concat(blockClass, "__svg ").concat(blockClass, "__403")
|
47
47
|
})
|
48
48
|
},
|
49
49
|
404: {
|
50
50
|
svg: /*#__PURE__*/React__default.createElement(Error404SVG, {
|
51
|
-
className: "".concat(blockClass, "__svg ").concat(blockClass, "__404")
|
52
|
-
title: title
|
51
|
+
className: "".concat(blockClass, "__svg ").concat(blockClass, "__404")
|
53
52
|
})
|
54
53
|
},
|
55
54
|
custom: {
|
56
55
|
svg: /*#__PURE__*/React__default.createElement(ErrorGenericSVG, {
|
57
|
-
className: "".concat(blockClass, "__svg ").concat(blockClass, "__custom")
|
58
|
-
title: title
|
56
|
+
className: "".concat(blockClass, "__svg ").concat(blockClass, "__custom")
|
59
57
|
})
|
60
58
|
}
|
61
59
|
};
|
@@ -76,7 +74,9 @@ var FullPageError = /*#__PURE__*/React__default.forwardRef(function (_ref, ref)
|
|
76
74
|
className: "".concat(blockClass, "__title")
|
77
75
|
}, /*#__PURE__*/React__default.createElement("span", {
|
78
76
|
className: "".concat(blockClass, "__label")
|
79
|
-
},
|
77
|
+
}, _span || (_span = /*#__PURE__*/React__default.createElement("span", {
|
78
|
+
"aria-hidden": "true"
|
79
|
+
}, "\u21B3 ")), label), /*#__PURE__*/React__default.createElement("span", null, title)), /*#__PURE__*/React__default.createElement("p", {
|
80
80
|
className: "".concat(blockClass, "__description")
|
81
81
|
}, description), /*#__PURE__*/React__default.createElement("div", {
|
82
82
|
className: "".concat(blockClass, "__body")
|
@@ -1,11 +1,9 @@
|
|
1
|
-
export function Error403SVG({ className
|
1
|
+
export function Error403SVG({ className }: {
|
2
2
|
className: any;
|
3
|
-
title: any;
|
4
3
|
}): React.JSX.Element;
|
5
4
|
export namespace Error403SVG {
|
6
5
|
namespace propTypes {
|
7
6
|
export { string as className };
|
8
|
-
export { string as title };
|
9
7
|
}
|
10
8
|
}
|
11
9
|
import React from 'react';
|
@@ -10,14 +10,13 @@ import { p as propTypesExports } from '../../../_virtual/index.js';
|
|
10
10
|
|
11
11
|
var _g, _defs;
|
12
12
|
var Error403SVG = function Error403SVG(_ref) {
|
13
|
-
var className = _ref.className
|
14
|
-
title = _ref.title;
|
13
|
+
var className = _ref.className;
|
15
14
|
return /*#__PURE__*/React__default.createElement("svg", {
|
16
15
|
viewBox: "0 0 750 570",
|
17
16
|
fill: "none",
|
18
17
|
className: className,
|
19
|
-
|
20
|
-
"
|
18
|
+
"aria-hidden": "true",
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
21
20
|
}, _g || (_g = /*#__PURE__*/React__default.createElement("g", {
|
22
21
|
clipPath: "url(#clip0_0_2401)"
|
23
22
|
}, /*#__PURE__*/React__default.createElement("path", {
|
@@ -710,8 +709,7 @@ var Error403SVG = function Error403SVG(_ref) {
|
|
710
709
|
// in alphabetical order (for consistency).
|
711
710
|
// See https://www.npmjs.com/package/prop-types#usage.
|
712
711
|
Error403SVG.propTypes = {
|
713
|
-
className: propTypesExports.string
|
714
|
-
title: propTypesExports.string
|
712
|
+
className: propTypesExports.string
|
715
713
|
};
|
716
714
|
|
717
715
|
export { Error403SVG };
|
@@ -1,11 +1,9 @@
|
|
1
|
-
export function Error404SVG({ className
|
1
|
+
export function Error404SVG({ className }: {
|
2
2
|
className: any;
|
3
|
-
title: any;
|
4
3
|
}): React.JSX.Element;
|
5
4
|
export namespace Error404SVG {
|
6
5
|
namespace propTypes {
|
7
6
|
export { string as className };
|
8
|
-
export { string as title };
|
9
7
|
}
|
10
8
|
}
|
11
9
|
import React from 'react';
|
@@ -10,14 +10,13 @@ import { p as propTypesExports } from '../../../_virtual/index.js';
|
|
10
10
|
|
11
11
|
var _g, _defs;
|
12
12
|
var Error404SVG = function Error404SVG(_ref) {
|
13
|
-
var className = _ref.className
|
14
|
-
title = _ref.title;
|
13
|
+
var className = _ref.className;
|
15
14
|
return /*#__PURE__*/React__default.createElement("svg", {
|
16
15
|
viewBox: "0 0 751 549",
|
17
16
|
fill: "none",
|
18
17
|
className: className,
|
19
|
-
|
20
|
-
"
|
18
|
+
"aria-hidden": "true",
|
19
|
+
xmlns: "http://www.w3.org/2000/svg"
|
21
20
|
}, _g || (_g = /*#__PURE__*/React__default.createElement("g", {
|
22
21
|
clipPath: "url(#clip0_0_2285)"
|
23
22
|
}, /*#__PURE__*/React__default.createElement("path", {
|
@@ -619,8 +618,7 @@ var Error404SVG = function Error404SVG(_ref) {
|
|
619
618
|
// in alphabetical order (for consistency).
|
620
619
|
// See https://www.npmjs.com/package/prop-types#usage.
|
621
620
|
Error404SVG.propTypes = {
|
622
|
-
className: propTypesExports.string
|
623
|
-
title: propTypesExports.string
|
621
|
+
className: propTypesExports.string
|
624
622
|
};
|
625
623
|
|
626
624
|
export { Error404SVG };
|
@@ -1,11 +1,9 @@
|
|
1
|
-
export function ErrorGenericSVG({ className
|
1
|
+
export function ErrorGenericSVG({ className }: {
|
2
2
|
className: any;
|
3
|
-
title: any;
|
4
3
|
}): React.JSX.Element;
|
5
4
|
export namespace ErrorGenericSVG {
|
6
5
|
namespace propTypes {
|
7
6
|
export { string as className };
|
8
|
-
export { string as title };
|
9
7
|
}
|
10
8
|
}
|
11
9
|
import React from 'react';
|