@carbon/ibm-products 2.61.0 → 2.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/index-full-carbon.css +170 -22
- 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 +170 -22
- 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 +170 -22
- 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 +170 -22
- 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 +4 -4
- package/es/components/APIKeyModal/APIKeyDownloader.js +2 -2
- package/es/components/APIKeyModal/APIKeyModal.js +16 -16
- package/es/components/AboutModal/AboutModal.js +1 -1
- package/es/components/ActionBar/ActionBar.js +5 -5
- package/es/components/ActionBar/ActionBarOverflowItems.js +3 -3
- package/es/components/ActionSet/ActionSet.js +5 -5
- package/es/components/AddSelect/AddSelect.js +5 -4
- package/es/components/AddSelect/AddSelectBody.js +12 -11
- package/es/components/AddSelect/AddSelectColumn.js +1 -1
- package/es/components/AddSelect/AddSelectFilter.js +1 -1
- package/es/components/AddSelect/AddSelectMetaPanel.js +3 -3
- package/es/components/AddSelect/AddSelectRow.js +21 -13
- package/es/components/AddSelect/AddSelectSidebar.js +14 -4
- package/es/components/AddSelect/AddSelectSort.js +5 -5
- package/es/components/AddSelect/add-select-utils.js +3 -3
- package/es/components/AddSelect/types/index.d.ts +1 -0
- package/es/components/BigNumbers/BigNumbers.js +11 -11
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +4 -4
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +4 -4
- package/es/components/Card/Card.js +14 -14
- package/es/components/Card/CardFooter.js +4 -4
- package/es/components/Card/CardHeader.js +2 -2
- package/es/components/Carousel/Carousel.js +16 -16
- package/es/components/Cascade/Cascade.js +2 -2
- package/es/components/Checklist/Checklist.js +11 -11
- package/es/components/Checklist/ChecklistChart.js +1 -1
- package/es/components/Checklist/ChecklistIcon.js +1 -1
- package/es/components/Coachmark/Coachmark.js +10 -10
- package/es/components/Coachmark/CoachmarkDragbar.js +5 -5
- package/es/components/Coachmark/CoachmarkHeader.js +4 -4
- package/es/components/Coachmark/CoachmarkOverlay.js +4 -4
- package/es/components/Coachmark/CoachmarkTagline.js +3 -3
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
- package/es/components/CoachmarkFixed/CoachmarkFixed.js +6 -6
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +0 -10
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +16 -35
- package/es/components/CoachmarkStack/CoachmarkStack.d.ts +2 -13
- package/es/components/CoachmarkStack/CoachmarkStack.js +12 -22
- package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +0 -17
- package/es/components/CoachmarkStack/CoachmarkStackHome.js +6 -29
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +12 -12
- package/es/components/ConditionBuilder/ConditionBuilder.js +2 -2
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +5 -5
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +2 -2
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +3 -3
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +19 -19
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +7 -7
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +2 -2
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +3 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +6 -6
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +6 -6
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +3 -3
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +31 -31
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +15 -15
- package/es/components/ConditionBuilder/utils/useDataConfigs.js +1 -1
- package/es/components/ConditionBuilder/utils/useTranslations.js +2 -2
- package/es/components/ConditionBuilder/utils/util.js +13 -13
- package/es/components/CreateFullPage/CreateFullPage.js +3 -3
- package/es/components/CreateFullPage/CreateFullPageStep.js +9 -9
- package/es/components/CreateInfluencer/CreateInfluencer.js +8 -8
- package/es/components/CreateModal/CreateModal.js +1 -1
- package/es/components/CreateSidePanel/CreateSidePanel.js +1 -1
- package/es/components/CreateTearsheet/CreateTearsheet.js +4 -4
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +16 -16
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -1
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +52 -52
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +36 -36
- package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +26 -26
- package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +3 -3
- package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +3 -3
- package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -1
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +16 -16
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +5 -5
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +8 -8
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -1
- package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +3 -3
- package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +5 -5
- package/es/components/DataSpreadsheet/utils/commonEventHandlers.js +3 -3
- package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +10 -10
- package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +1 -1
- package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -1
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +6 -6
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +6 -6
- package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +6 -6
- package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +3 -3
- package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +10 -10
- package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +14 -14
- package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +4 -4
- package/es/components/DataSpreadsheet/utils/removeCellSelections.js +1 -1
- package/es/components/Datagrid/Datagrid/Datagrid.js +2 -2
- package/es/components/Datagrid/Datagrid/DatagridBody.js +1 -1
- package/es/components/Datagrid/Datagrid/DatagridContent.js +14 -14
- package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +2 -2
- package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +3 -3
- package/es/components/Datagrid/Datagrid/DatagridHead.js +2 -2
- package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +23 -23
- package/es/components/Datagrid/Datagrid/DatagridRefBody.js +2 -2
- package/es/components/Datagrid/Datagrid/DatagridRow.js +19 -19
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +9 -9
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +7 -7
- package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -1
- package/es/components/Datagrid/Datagrid/DatagridToolbar.js +11 -11
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +18 -18
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +9 -9
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +15 -15
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +59 -44
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +1 -5
- package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +20 -20
- package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +35 -35
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +6 -6
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -5
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/stateReducer.js +4 -4
- package/es/components/Datagrid/useActionsColumn.js +2 -2
- package/es/components/Datagrid/useColumnRightAlign.js +3 -3
- package/es/components/Datagrid/useCustomizeColumns.js +1 -1
- package/es/components/Datagrid/useDatagrid.js +2 -2
- package/es/components/Datagrid/useDefaultStringRenderer.js +1 -1
- package/es/components/Datagrid/useDisableSelectRows.js +16 -16
- package/es/components/Datagrid/useExpandedRow.js +1 -1
- package/es/components/Datagrid/useFiltering.js +1 -1
- package/es/components/Datagrid/useFloatingScroll.js +2 -2
- package/es/components/Datagrid/useFocusRowExpander.js +4 -4
- package/es/components/Datagrid/useInfiniteScroll.js +1 -1
- package/es/components/Datagrid/useInitialColumnSort.js +1 -1
- package/es/components/Datagrid/useInlineEdit.js +4 -4
- package/es/components/Datagrid/useNestedRowExpander.js +6 -6
- package/es/components/Datagrid/useNestedRows.js +6 -6
- package/es/components/Datagrid/useOnRowClick.js +1 -1
- package/es/components/Datagrid/useRowExpander.js +4 -4
- package/es/components/Datagrid/useRowIsMouseOver.js +1 -1
- package/es/components/Datagrid/useRowRenderer.js +6 -6
- package/es/components/Datagrid/useSelectAllToggle.js +2 -2
- package/es/components/Datagrid/useSelectRows.js +5 -5
- package/es/components/Datagrid/useSortableColumns.js +11 -11
- package/es/components/Datagrid/useStickyColumn.js +8 -8
- package/es/components/DecoratorBase/DecoratorBase.js +8 -8
- package/es/components/DecoratorBase/DecoratorIcon.js +2 -2
- package/es/components/DelimitedList/DelimitedList.js +3 -3
- package/es/components/DescriptionList/DescriptionList.js +2 -2
- package/es/components/EditInPlace/EditInPlace.js +6 -6
- package/es/components/EditSidePanel/EditSidePanel.js +3 -3
- package/es/components/EditTearsheet/EditTearsheet.js +3 -3
- package/es/components/EditTearsheet/EditTearsheetForm.js +2 -2
- package/es/components/EmptyStates/EmptyState.js +5 -5
- package/es/components/EmptyStates/EmptyStateContent.js +2 -2
- package/es/components/EmptyStates/EmptyStateV2.js +2 -2
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +3 -3
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +3 -3
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +3 -3
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +3 -3
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +3 -3
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +3 -3
- package/es/components/ExportModal/ExportModal.js +7 -7
- package/es/components/FeatureFlags/index.js +1 -1
- package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
- package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +2 -2
- package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +8 -8
- package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +1 -1
- package/es/components/FilterSummary/FilterSummary.js +18 -34
- package/es/components/FullPageError/FullPageError.js +1 -1
- package/es/components/Guidebanner/Guidebanner.js +8 -8
- package/es/components/Guidebanner/GuidebannerElementButton.js +1 -1
- package/es/components/ImportModal/ImportModal.js +2 -2
- package/es/components/InlineTip/InlineTip.d.ts +0 -14
- package/es/components/InlineTip/InlineTip.js +13 -35
- package/es/components/InlineTip/utils.js +1 -1
- package/es/components/InterstitialScreen/InterstitialScreen.d.ts +0 -26
- package/es/components/InterstitialScreen/InterstitialScreen.js +22 -56
- package/es/components/MultiAddSelect/MultiAddSelect.d.ts +4 -0
- package/es/components/MultiAddSelect/MultiAddSelect.js +2 -1
- package/es/components/Nav/Nav.js +3 -3
- package/es/components/Nav/NavItem.js +8 -9
- package/es/components/Nav/NavList.js +14 -15
- package/es/components/NonLinearReading/NonLinearReading.js +1 -1
- package/es/components/NotificationsPanel/NotificationsPanel.d.ts +53 -1
- package/es/components/NotificationsPanel/NotificationsPanel.js +89 -71
- package/es/components/OptionsTile/OptionsTile.js +4 -3
- package/es/components/PageHeader/PageHeader.js +19 -19
- package/es/components/PageHeader/PageHeaderTitle.js +1 -1
- package/es/components/PageHeader/PageHeaderUtils.js +1 -1
- package/es/components/ProductiveCard/ProductiveCard.js +1 -1
- package/es/components/RemoveModal/RemoveModal.js +2 -2
- package/es/components/Saving/Saving.js +4 -4
- package/es/components/ScrollGradient/ScrollGradient.js +6 -6
- package/es/components/SearchBar/SearchBar.js +6 -6
- package/es/components/SidePanel/SidePanel.js +45 -45
- package/es/components/SimpleHeader/SimpleHeader.js +4 -4
- package/es/components/StatusIcon/StatusIcon.js +1 -1
- package/es/components/StatusIndicator/StatusIndicator.js +2 -2
- package/es/components/StatusIndicator/StatusIndicatorStep.js +1 -1
- package/es/components/StringFormatter/StringFormatter.js +4 -4
- package/es/components/TagOverflow/TagOverflow.js +7 -7
- package/es/components/TagOverflow/TagOverflowModal.js +4 -4
- package/es/components/TagOverflow/TagOverflowPopover.js +13 -13
- package/es/components/TagSet/TagSet.js +15 -15
- package/es/components/TagSet/TagSetModal.js +6 -6
- package/es/components/TagSet/TagSetOverflow.js +3 -3
- package/es/components/Tearsheet/Tearsheet.js +2 -2
- package/es/components/Tearsheet/TearsheetNarrow.js +1 -1
- package/es/components/Tearsheet/TearsheetShell.js +6 -6
- package/es/components/Toolbar/Toolbar.js +6 -6
- package/es/components/Toolbar/ToolbarButton.js +4 -4
- package/es/components/TruncatedList/TruncatedList.js +8 -8
- package/es/components/UserAvatar/UserAvatar.js +4 -4
- package/es/components/UserProfileImage/UserProfileImage.js +2 -2
- package/es/components/WebTerminal/WebTerminal.js +8 -8
- package/es/global/js/hooks/useControllableState.js +1 -1
- package/es/global/js/hooks/useCreateComponentFocus.js +1 -1
- package/es/global/js/hooks/useCreateComponentStepChange.js +10 -10
- package/es/global/js/hooks/useFocus.js +19 -19
- package/es/global/js/hooks/useOverflowItems/index.d.ts +7 -0
- package/es/global/js/hooks/{useOverflowItems.js → useOverflowItems/useOverflowItems.js} +16 -16
- package/es/global/js/hooks/useOverflowString.js +6 -6
- package/es/global/js/hooks/usePresence.d.ts +23 -0
- package/es/global/js/hooks/usePresence.js +26 -6
- package/es/global/js/hooks/useResetCreateComponent.js +1 -1
- package/es/global/js/hooks/useResizeObserver.js +5 -5
- package/es/global/js/hooks/useRetrieveStepData.js +1 -1
- package/es/global/js/package-settings.js +4 -4
- package/es/global/js/utils/Wrap.js +2 -2
- package/es/global/js/utils/checkForOverflow.js +1 -1
- package/es/global/js/utils/debounce.d.ts +1 -1
- package/es/global/js/utils/debounce.js +2 -2
- package/es/global/js/utils/getSupportedLocale.d.ts +2 -0
- package/es/global/js/utils/getSupportedLocale.js +2 -0
- package/es/global/js/utils/lastIndexInArray.js +1 -1
- package/es/global/js/utils/props-helper.js +1 -1
- package/es/node_modules/@carbon/icon-helpers/es/index.js +2 -2
- package/es/node_modules/@carbon/icons-react/es/Icon.js +2 -2
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +894 -863
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +824 -823
- package/es/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
- package/es/settings.js +2 -2
- package/lib/_virtual/_rollupPluginBabelHelpers.js +4 -4
- package/lib/components/APIKeyModal/APIKeyDownloader.js +2 -2
- package/lib/components/APIKeyModal/APIKeyModal.js +16 -16
- package/lib/components/AboutModal/AboutModal.js +1 -1
- package/lib/components/ActionBar/ActionBar.js +5 -5
- package/lib/components/ActionBar/ActionBarOverflowItems.js +3 -3
- package/lib/components/ActionSet/ActionSet.js +5 -5
- package/lib/components/AddSelect/AddSelect.js +5 -4
- package/lib/components/AddSelect/AddSelectBody.js +12 -11
- package/lib/components/AddSelect/AddSelectColumn.js +1 -1
- package/lib/components/AddSelect/AddSelectFilter.js +1 -1
- package/lib/components/AddSelect/AddSelectMetaPanel.js +3 -3
- package/lib/components/AddSelect/AddSelectRow.js +20 -12
- package/lib/components/AddSelect/AddSelectSidebar.js +14 -4
- package/lib/components/AddSelect/AddSelectSort.js +5 -5
- package/lib/components/AddSelect/add-select-utils.js +3 -3
- package/lib/components/AddSelect/types/index.d.ts +1 -0
- package/lib/components/BigNumbers/BigNumbers.js +10 -10
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +4 -4
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +4 -4
- package/lib/components/Card/Card.js +14 -14
- package/lib/components/Card/CardFooter.js +4 -4
- package/lib/components/Card/CardHeader.js +2 -2
- package/lib/components/Carousel/Carousel.js +16 -16
- package/lib/components/Cascade/Cascade.js +2 -2
- package/lib/components/Checklist/Checklist.js +11 -11
- package/lib/components/Checklist/ChecklistChart.js +1 -1
- package/lib/components/Checklist/ChecklistIcon.js +1 -1
- package/lib/components/Coachmark/Coachmark.js +10 -10
- package/lib/components/Coachmark/CoachmarkDragbar.js +5 -5
- package/lib/components/Coachmark/CoachmarkHeader.js +4 -4
- package/lib/components/Coachmark/CoachmarkOverlay.js +4 -4
- package/lib/components/Coachmark/CoachmarkTagline.js +3 -3
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
- package/lib/components/CoachmarkFixed/CoachmarkFixed.js +6 -6
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +0 -10
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +16 -35
- package/lib/components/CoachmarkStack/CoachmarkStack.d.ts +2 -13
- package/lib/components/CoachmarkStack/CoachmarkStack.js +12 -22
- package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +0 -17
- package/lib/components/CoachmarkStack/CoachmarkStackHome.js +6 -29
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +12 -12
- package/lib/components/ConditionBuilder/ConditionBuilder.js +2 -2
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +5 -5
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +2 -2
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +3 -3
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +19 -19
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +7 -7
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +2 -2
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +3 -3
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +6 -6
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +6 -6
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +3 -3
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +31 -31
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +15 -15
- package/lib/components/ConditionBuilder/utils/useDataConfigs.js +1 -1
- package/lib/components/ConditionBuilder/utils/useTranslations.js +2 -2
- package/lib/components/ConditionBuilder/utils/util.js +13 -13
- package/lib/components/CreateFullPage/CreateFullPage.js +3 -3
- package/lib/components/CreateFullPage/CreateFullPageStep.js +9 -9
- package/lib/components/CreateInfluencer/CreateInfluencer.js +8 -8
- package/lib/components/CreateModal/CreateModal.js +1 -1
- package/lib/components/CreateSidePanel/CreateSidePanel.js +1 -1
- package/lib/components/CreateTearsheet/CreateTearsheet.js +4 -4
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +16 -16
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -1
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +52 -52
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +36 -36
- package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +26 -26
- package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +3 -3
- package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +3 -3
- package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -1
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +16 -16
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +5 -5
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +8 -8
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -1
- package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +3 -3
- package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +5 -5
- package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +3 -3
- package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +10 -10
- package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +1 -1
- package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -1
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +6 -6
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +6 -6
- package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +6 -6
- package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +3 -3
- package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +10 -10
- package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +14 -14
- package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +4 -4
- package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +1 -1
- package/lib/components/Datagrid/Datagrid/Datagrid.js +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridBody.js +1 -1
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +14 -14
- package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +3 -3
- package/lib/components/Datagrid/Datagrid/DatagridHead.js +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +23 -23
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +2 -2
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +19 -19
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +9 -9
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +7 -7
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -1
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +11 -11
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +18 -18
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +9 -9
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +15 -15
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +59 -44
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +2 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +0 -6
- package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +20 -20
- package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +35 -35
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +6 -6
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +2 -2
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -5
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +4 -4
- package/lib/components/Datagrid/useActionsColumn.js +2 -2
- package/lib/components/Datagrid/useColumnRightAlign.js +3 -3
- package/lib/components/Datagrid/useCustomizeColumns.js +1 -1
- package/lib/components/Datagrid/useDatagrid.js +2 -2
- package/lib/components/Datagrid/useDefaultStringRenderer.js +1 -1
- package/lib/components/Datagrid/useDisableSelectRows.js +16 -16
- package/lib/components/Datagrid/useExpandedRow.js +1 -1
- package/lib/components/Datagrid/useFiltering.js +1 -1
- package/lib/components/Datagrid/useFloatingScroll.js +2 -2
- package/lib/components/Datagrid/useFocusRowExpander.js +4 -4
- package/lib/components/Datagrid/useInfiniteScroll.js +1 -1
- package/lib/components/Datagrid/useInitialColumnSort.js +1 -1
- package/lib/components/Datagrid/useInlineEdit.js +4 -4
- package/lib/components/Datagrid/useNestedRowExpander.js +6 -6
- package/lib/components/Datagrid/useNestedRows.js +6 -6
- package/lib/components/Datagrid/useOnRowClick.js +1 -1
- package/lib/components/Datagrid/useRowExpander.js +4 -4
- package/lib/components/Datagrid/useRowIsMouseOver.js +1 -1
- package/lib/components/Datagrid/useRowRenderer.js +6 -6
- package/lib/components/Datagrid/useSelectAllToggle.js +2 -2
- package/lib/components/Datagrid/useSelectRows.js +5 -5
- package/lib/components/Datagrid/useSortableColumns.js +11 -11
- package/lib/components/Datagrid/useStickyColumn.js +8 -8
- package/lib/components/DecoratorBase/DecoratorBase.js +8 -8
- package/lib/components/DecoratorBase/DecoratorIcon.js +2 -2
- package/lib/components/DelimitedList/DelimitedList.js +3 -3
- package/lib/components/DescriptionList/DescriptionList.js +2 -2
- package/lib/components/EditInPlace/EditInPlace.js +6 -6
- package/lib/components/EditSidePanel/EditSidePanel.js +3 -3
- package/lib/components/EditTearsheet/EditTearsheet.js +3 -3
- package/lib/components/EditTearsheet/EditTearsheetForm.js +2 -2
- package/lib/components/EmptyStates/EmptyState.js +5 -5
- package/lib/components/EmptyStates/EmptyStateContent.js +2 -2
- package/lib/components/EmptyStates/EmptyStateV2.js +2 -2
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +3 -3
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +3 -3
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +3 -3
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +3 -3
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +3 -3
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +3 -3
- package/lib/components/ExportModal/ExportModal.js +7 -7
- package/lib/components/FeatureFlags/index.js +1 -1
- package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
- package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +2 -2
- package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +8 -8
- package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +1 -1
- package/lib/components/FilterSummary/FilterSummary.js +18 -34
- package/lib/components/FullPageError/FullPageError.js +1 -1
- package/lib/components/Guidebanner/Guidebanner.js +8 -8
- package/lib/components/Guidebanner/GuidebannerElementButton.js +1 -1
- package/lib/components/ImportModal/ImportModal.js +2 -2
- package/lib/components/InlineTip/InlineTip.d.ts +0 -14
- package/lib/components/InlineTip/InlineTip.js +13 -35
- package/lib/components/InlineTip/utils.js +1 -1
- package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +0 -26
- package/lib/components/InterstitialScreen/InterstitialScreen.js +22 -56
- package/lib/components/MultiAddSelect/MultiAddSelect.d.ts +4 -0
- package/lib/components/MultiAddSelect/MultiAddSelect.js +2 -1
- package/lib/components/Nav/Nav.js +3 -3
- package/lib/components/Nav/NavItem.js +12 -13
- package/lib/components/Nav/NavList.js +18 -19
- package/lib/components/NonLinearReading/NonLinearReading.js +1 -1
- package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +53 -1
- package/lib/components/NotificationsPanel/NotificationsPanel.js +89 -71
- package/lib/components/OptionsTile/OptionsTile.js +4 -3
- package/lib/components/PageHeader/PageHeader.js +19 -19
- package/lib/components/PageHeader/PageHeaderTitle.js +1 -1
- package/lib/components/PageHeader/PageHeaderUtils.js +1 -1
- package/lib/components/ProductiveCard/ProductiveCard.js +1 -1
- package/lib/components/RemoveModal/RemoveModal.js +2 -2
- package/lib/components/Saving/Saving.js +4 -4
- package/lib/components/ScrollGradient/ScrollGradient.js +6 -6
- package/lib/components/SearchBar/SearchBar.js +6 -6
- package/lib/components/SidePanel/SidePanel.js +45 -45
- package/lib/components/SimpleHeader/SimpleHeader.js +4 -4
- package/lib/components/StatusIcon/StatusIcon.js +1 -1
- package/lib/components/StatusIndicator/StatusIndicator.js +2 -2
- package/lib/components/StatusIndicator/StatusIndicatorStep.js +1 -1
- package/lib/components/StringFormatter/StringFormatter.js +4 -4
- package/lib/components/TagOverflow/TagOverflow.js +7 -7
- package/lib/components/TagOverflow/TagOverflowModal.js +4 -4
- package/lib/components/TagOverflow/TagOverflowPopover.js +13 -13
- package/lib/components/TagSet/TagSet.js +15 -15
- package/lib/components/TagSet/TagSetModal.js +6 -6
- package/lib/components/TagSet/TagSetOverflow.js +3 -3
- package/lib/components/Tearsheet/Tearsheet.js +2 -2
- package/lib/components/Tearsheet/TearsheetNarrow.js +1 -1
- package/lib/components/Tearsheet/TearsheetShell.js +6 -6
- package/lib/components/Toolbar/Toolbar.js +6 -6
- package/lib/components/Toolbar/ToolbarButton.js +4 -4
- package/lib/components/TruncatedList/TruncatedList.js +8 -8
- package/lib/components/UserAvatar/UserAvatar.js +4 -4
- package/lib/components/UserProfileImage/UserProfileImage.js +2 -2
- package/lib/components/WebTerminal/WebTerminal.js +8 -8
- package/lib/global/js/hooks/useControllableState.js +1 -1
- package/lib/global/js/hooks/useCreateComponentFocus.js +1 -1
- package/lib/global/js/hooks/useCreateComponentStepChange.js +10 -10
- package/lib/global/js/hooks/useFocus.js +19 -19
- package/lib/global/js/hooks/useOverflowItems/index.d.ts +7 -0
- package/lib/global/js/hooks/{useOverflowItems.js → useOverflowItems/useOverflowItems.js} +16 -16
- package/lib/global/js/hooks/useOverflowString.js +6 -6
- package/lib/global/js/hooks/usePresence.d.ts +23 -0
- package/lib/global/js/hooks/usePresence.js +26 -6
- package/lib/global/js/hooks/useResetCreateComponent.js +1 -1
- package/lib/global/js/hooks/useResizeObserver.js +5 -5
- package/lib/global/js/hooks/useRetrieveStepData.js +1 -1
- package/lib/global/js/package-settings.js +4 -4
- package/lib/global/js/utils/Wrap.js +2 -2
- package/lib/global/js/utils/checkForOverflow.js +1 -1
- package/lib/global/js/utils/debounce.d.ts +1 -1
- package/lib/global/js/utils/debounce.js +2 -2
- package/lib/global/js/utils/getSupportedLocale.d.ts +2 -0
- package/lib/global/js/utils/getSupportedLocale.js +2 -0
- package/lib/global/js/utils/lastIndexInArray.js +1 -1
- package/lib/global/js/utils/props-helper.js +1 -1
- package/lib/node_modules/@carbon/icon-helpers/es/index.js +2 -2
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +2 -2
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +902 -871
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +824 -823
- package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +1 -1
- package/lib/settings.js +2 -2
- package/package.json +19 -19
- package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +100 -22
- package/scss/components/Datagrid/styles/addons/_animations.scss +56 -0
- package/scss/components/FilterSummary/_animations.scss +20 -0
- package/scss/components/FilterSummary/_filter-summary.scss +11 -0
- package/scss/components/FullPageError/_full-page-error.scss +4 -0
- package/scss/components/GetStartedCard/_get-started-card.scss +2 -2
- package/scss/components/NotificationsPanel/_notifications-panel.scss +35 -7
- package/scss/components/SidePanel/_side-panel.scss +4 -2
- package/scss/components/Tearsheet/_tearsheet.scss +6 -12
- package/telemetry.yml +9 -17
- package/es/components/Datagrid/Datagrid/addons/Filtering/motion/variants.d.ts +0 -60
- package/es/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +0 -80
- package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +0 -25
- package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +0 -146
- package/es/components/SteppedAnimatedMedia/index.d.ts +0 -8
- package/es/global/js/utils/getBezierValues.d.ts +0 -1
- package/es/global/js/utils/getBezierValues.js +0 -28
- package/es/global/js/utils/motionConstants.d.ts +0 -23
- package/es/global/js/utils/motionConstants.js +0 -39
- package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.d.ts +0 -60
- package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +0 -84
- package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +0 -25
- package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +0 -148
- package/lib/components/SteppedAnimatedMedia/index.d.ts +0 -8
- package/lib/global/js/utils/getBezierValues.d.ts +0 -1
- package/lib/global/js/utils/getBezierValues.js +0 -30
- package/lib/global/js/utils/motionConstants.d.ts +0 -23
- package/lib/global/js/utils/motionConstants.js +0 -42
- /package/es/global/js/hooks/{useOverflowItems.d.ts → useOverflowItems/useOverflowItems.d.ts} +0 -0
- /package/lib/global/js/hooks/{useOverflowItems.d.ts → useOverflowItems/useOverflowItems.d.ts} +0 -0
@@ -29,7 +29,7 @@ var EditTearsheetForm = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
29
29
|
description = _ref.description,
|
30
30
|
fieldsetLegendText = _ref.fieldsetLegendText,
|
31
31
|
_ref$hasFieldset = _ref.hasFieldset,
|
32
|
-
hasFieldset = _ref$hasFieldset ===
|
32
|
+
hasFieldset = _ref$hasFieldset === void 0 ? defaults.hasFieldset : _ref$hasFieldset,
|
33
33
|
subtitle = _ref.subtitle,
|
34
34
|
title = _ref.title,
|
35
35
|
rest = _objectWithoutProperties(_ref, _excluded);
|
@@ -41,7 +41,7 @@ var EditTearsheetForm = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
41
41
|
title: title
|
42
42
|
});
|
43
43
|
return formContext ? /*#__PURE__*/React__default.createElement("div", _extends({}, rest, {
|
44
|
-
className: cx(blockClass, className, _defineProperty(_defineProperty({}, "".concat(blockClass, "__form--hidden-form"), formNumber !== (formContext === null || formContext ===
|
44
|
+
className: cx(blockClass, className, _defineProperty(_defineProperty({}, "".concat(blockClass, "__form--hidden-form"), formNumber !== (formContext === null || formContext === void 0 ? void 0 : formContext.currentForm)), "".concat(blockClass, "__form--visible-form"), formNumber === (formContext === null || formContext === void 0 ? void 0 : formContext.currentForm))),
|
45
45
|
ref: ref
|
46
46
|
}), /*#__PURE__*/React__default.createElement(Grid, null, /*#__PURE__*/React__default.createElement(Column, {
|
47
47
|
xlg: 12,
|
@@ -43,7 +43,7 @@ var defaults = {
|
|
43
43
|
*/
|
44
44
|
var EmptyState = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
45
45
|
var _ref$v = _ref.v2,
|
46
|
-
v2 = _ref$v ===
|
46
|
+
v2 = _ref$v === void 0 ? false : _ref$v,
|
47
47
|
props = _objectWithoutProperties(_ref, _excluded);
|
48
48
|
// todo: deprecate v1
|
49
49
|
if (v2) {
|
@@ -54,12 +54,12 @@ var EmptyState = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
|
54
54
|
illustration = props.illustration,
|
55
55
|
illustrationDescription = props.illustrationDescription,
|
56
56
|
_props$illustrationPo = props.illustrationPosition,
|
57
|
-
illustrationPosition = _props$illustrationPo ===
|
57
|
+
illustrationPosition = _props$illustrationPo === void 0 ? defaults.position : _props$illustrationPo,
|
58
58
|
link = props.link,
|
59
59
|
_props$size = props.size,
|
60
|
-
size = _props$size ===
|
60
|
+
size = _props$size === void 0 ? defaults.size : _props$size,
|
61
61
|
_props$headingAs = props.headingAs,
|
62
|
-
headingAs = _props$headingAs ===
|
62
|
+
headingAs = _props$headingAs === void 0 ? defaults.headingAs : _props$headingAs,
|
63
63
|
subtitle = props.subtitle,
|
64
64
|
title = props.title,
|
65
65
|
rest = _objectWithoutProperties(props, _excluded2);
|
@@ -77,7 +77,7 @@ var EmptyState = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
|
77
77
|
size: size,
|
78
78
|
headingAs: headingAs,
|
79
79
|
subtitle: subtitle,
|
80
|
-
title: title !== null && title !==
|
80
|
+
title: title !== null && title !== void 0 ? title : ''
|
81
81
|
}));
|
82
82
|
});
|
83
83
|
|
@@ -29,13 +29,13 @@ var EmptyStateContent = function EmptyStateContent(_ref) {
|
|
29
29
|
className: cx("".concat(blockClass, "__header"), _defineProperty({}, "".concat(blockClass, "__header--small"), size === 'sm'))
|
30
30
|
}, title), subtitle && /*#__PURE__*/React__default.createElement("p", {
|
31
31
|
className: cx("".concat(blockClass, "__subtitle"), _defineProperty({}, "".concat(blockClass, "__subtitle--small"), size === 'sm'))
|
32
|
-
}, subtitle), (action === null || action ===
|
32
|
+
}, subtitle), (action === null || action === void 0 ? void 0 : action.text) && (action === null || action === void 0 ? void 0 : action.onClick) && /*#__PURE__*/React__default.createElement(Button, _extends({}, action, {
|
33
33
|
className: "".concat(blockClass, "__action-button"),
|
34
34
|
kind: action.kind || 'tertiary',
|
35
35
|
onClick: action.onClick,
|
36
36
|
renderIcon: action.renderIcon || null,
|
37
37
|
size: 'sm'
|
38
|
-
}), action.text), (link === null || link ===
|
38
|
+
}), action.text), (link === null || link === void 0 ? void 0 : link.text) && (link === null || link === void 0 ? void 0 : link.href) && /*#__PURE__*/React__default.createElement(Link, _extends({}, link, {
|
39
39
|
className: "".concat(blockClass, "__link"),
|
40
40
|
href: link.href
|
41
41
|
}), link.text));
|
@@ -30,12 +30,12 @@ var EmptyStateV2 = /*#__PURE__*/React__default.forwardRef(function (props, ref)
|
|
30
30
|
customIllustration = props.illustration,
|
31
31
|
illustrationDescription = props.illustrationDescription,
|
32
32
|
_props$illustrationPo = props.illustrationPosition,
|
33
|
-
illustrationPosition = _props$illustrationPo ===
|
33
|
+
illustrationPosition = _props$illustrationPo === void 0 ? 'top' : _props$illustrationPo,
|
34
34
|
illustrationTheme = props.illustrationTheme,
|
35
35
|
kind = props.kind,
|
36
36
|
link = props.link,
|
37
37
|
_props$size = props.size,
|
38
|
-
size = _props$size ===
|
38
|
+
size = _props$size === void 0 ? 'lg' : _props$size,
|
39
39
|
subtitle = props.subtitle,
|
40
40
|
title = props.title,
|
41
41
|
rest = _objectWithoutProperties(props, _excluded);
|
@@ -27,14 +27,14 @@ var ErrorEmptyState = /*#__PURE__*/React__default.forwardRef(function (_ref, ref
|
|
27
27
|
var action = _ref.action,
|
28
28
|
className = _ref.className,
|
29
29
|
_ref$illustrationPosi = _ref.illustrationPosition,
|
30
|
-
illustrationPosition = _ref$illustrationPosi ===
|
30
|
+
illustrationPosition = _ref$illustrationPosi === void 0 ? defaults.position : _ref$illustrationPosi,
|
31
31
|
illustrationDescription = _ref.illustrationDescription,
|
32
32
|
illustrationTheme = _ref.illustrationTheme,
|
33
33
|
link = _ref.link,
|
34
34
|
_ref$size = _ref.size,
|
35
|
-
size = _ref$size ===
|
35
|
+
size = _ref$size === void 0 ? defaults.size : _ref$size,
|
36
36
|
_ref$headingAs = _ref.headingAs,
|
37
|
-
headingAs = _ref$headingAs ===
|
37
|
+
headingAs = _ref$headingAs === void 0 ? defaults.headingAs : _ref$headingAs,
|
38
38
|
subtitle = _ref.subtitle,
|
39
39
|
title = _ref.title,
|
40
40
|
rest = _objectWithoutProperties(_ref, _excluded);
|
@@ -28,14 +28,14 @@ var NoDataEmptyState = /*#__PURE__*/React__default.forwardRef(function (_ref, re
|
|
28
28
|
var action = _ref.action,
|
29
29
|
className = _ref.className,
|
30
30
|
_ref$illustrationPosi = _ref.illustrationPosition,
|
31
|
-
illustrationPosition = _ref$illustrationPosi ===
|
31
|
+
illustrationPosition = _ref$illustrationPosi === void 0 ? defaults.position : _ref$illustrationPosi,
|
32
32
|
illustrationTheme = _ref.illustrationTheme,
|
33
33
|
illustrationDescription = _ref.illustrationDescription,
|
34
34
|
link = _ref.link,
|
35
35
|
_ref$size = _ref.size,
|
36
|
-
size = _ref$size ===
|
36
|
+
size = _ref$size === void 0 ? defaults.size : _ref$size,
|
37
37
|
_ref$headingAs = _ref.headingAs,
|
38
|
-
headingAs = _ref$headingAs ===
|
38
|
+
headingAs = _ref$headingAs === void 0 ? defaults.headingAs : _ref$headingAs,
|
39
39
|
subtitle = _ref.subtitle,
|
40
40
|
title = _ref.title,
|
41
41
|
rest = _objectWithoutProperties(_ref, _excluded);
|
@@ -27,14 +27,14 @@ var NoTagsEmptyState = /*#__PURE__*/React__default.forwardRef(function (_ref, re
|
|
27
27
|
var action = _ref.action,
|
28
28
|
className = _ref.className,
|
29
29
|
_ref$illustrationPosi = _ref.illustrationPosition,
|
30
|
-
illustrationPosition = _ref$illustrationPosi ===
|
30
|
+
illustrationPosition = _ref$illustrationPosi === void 0 ? defaults.position : _ref$illustrationPosi,
|
31
31
|
illustrationTheme = _ref.illustrationTheme,
|
32
32
|
illustrationDescription = _ref.illustrationDescription,
|
33
33
|
link = _ref.link,
|
34
34
|
_ref$size = _ref.size,
|
35
|
-
size = _ref$size ===
|
35
|
+
size = _ref$size === void 0 ? defaults.size : _ref$size,
|
36
36
|
_ref$headingAs = _ref.headingAs,
|
37
|
-
headingAs = _ref$headingAs ===
|
37
|
+
headingAs = _ref$headingAs === void 0 ? defaults.headingAs : _ref$headingAs,
|
38
38
|
subtitle = _ref.subtitle,
|
39
39
|
title = _ref.title,
|
40
40
|
rest = _objectWithoutProperties(_ref, _excluded);
|
@@ -27,14 +27,14 @@ var NotFoundEmptyState = /*#__PURE__*/React__default.forwardRef(function (_ref,
|
|
27
27
|
var action = _ref.action,
|
28
28
|
className = _ref.className,
|
29
29
|
_ref$illustrationPosi = _ref.illustrationPosition,
|
30
|
-
illustrationPosition = _ref$illustrationPosi ===
|
30
|
+
illustrationPosition = _ref$illustrationPosi === void 0 ? defaults.position : _ref$illustrationPosi,
|
31
31
|
illustrationTheme = _ref.illustrationTheme,
|
32
32
|
illustrationDescription = _ref.illustrationDescription,
|
33
33
|
link = _ref.link,
|
34
34
|
_ref$size = _ref.size,
|
35
|
-
size = _ref$size ===
|
35
|
+
size = _ref$size === void 0 ? defaults.size : _ref$size,
|
36
36
|
_ref$headingAs = _ref.headingAs,
|
37
|
-
headingAs = _ref$headingAs ===
|
37
|
+
headingAs = _ref$headingAs === void 0 ? defaults.headingAs : _ref$headingAs,
|
38
38
|
subtitle = _ref.subtitle,
|
39
39
|
title = _ref.title,
|
40
40
|
rest = _objectWithoutProperties(_ref, _excluded);
|
@@ -27,14 +27,14 @@ var NotificationsEmptyState = /*#__PURE__*/React__default.forwardRef(function (_
|
|
27
27
|
var action = _ref.action,
|
28
28
|
className = _ref.className,
|
29
29
|
_ref$illustrationPosi = _ref.illustrationPosition,
|
30
|
-
illustrationPosition = _ref$illustrationPosi ===
|
30
|
+
illustrationPosition = _ref$illustrationPosi === void 0 ? defaults.position : _ref$illustrationPosi,
|
31
31
|
illustrationTheme = _ref.illustrationTheme,
|
32
32
|
illustrationDescription = _ref.illustrationDescription,
|
33
33
|
link = _ref.link,
|
34
34
|
_ref$size = _ref.size,
|
35
|
-
size = _ref$size ===
|
35
|
+
size = _ref$size === void 0 ? defaults.size : _ref$size,
|
36
36
|
_ref$headingAs = _ref.headingAs,
|
37
|
-
headingAs = _ref$headingAs ===
|
37
|
+
headingAs = _ref$headingAs === void 0 ? defaults.headingAs : _ref$headingAs,
|
38
38
|
subtitle = _ref.subtitle,
|
39
39
|
title = _ref.title,
|
40
40
|
rest = _objectWithoutProperties(_ref, _excluded);
|
@@ -28,14 +28,14 @@ var UnauthorizedEmptyState = /*#__PURE__*/React__default.forwardRef(function (_r
|
|
28
28
|
var action = _ref.action,
|
29
29
|
className = _ref.className,
|
30
30
|
_ref$illustrationPosi = _ref.illustrationPosition,
|
31
|
-
illustrationPosition = _ref$illustrationPosi ===
|
31
|
+
illustrationPosition = _ref$illustrationPosi === void 0 ? defaults.position : _ref$illustrationPosi,
|
32
32
|
illustrationTheme = _ref.illustrationTheme,
|
33
33
|
illustrationDescription = _ref.illustrationDescription,
|
34
34
|
link = _ref.link,
|
35
35
|
_ref$size = _ref.size,
|
36
|
-
size = _ref$size ===
|
36
|
+
size = _ref$size === void 0 ? defaults.size : _ref$size,
|
37
37
|
_ref$headingAs = _ref.headingAs,
|
38
|
-
headingAs = _ref$headingAs ===
|
38
|
+
headingAs = _ref$headingAs === void 0 ? defaults.headingAs : _ref$headingAs,
|
39
39
|
subtitle = _ref.subtitle,
|
40
40
|
title = _ref.title,
|
41
41
|
rest = _objectWithoutProperties(_ref, _excluded);
|
@@ -37,7 +37,7 @@ var ExportModal = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
37
37
|
hidePasswordLabel = _ref.hidePasswordLabel,
|
38
38
|
inputLabel = _ref.inputLabel,
|
39
39
|
_ref$inputType = _ref.inputType,
|
40
|
-
inputType = _ref$inputType ===
|
40
|
+
inputType = _ref$inputType === void 0 ? 'text' : _ref$inputType,
|
41
41
|
invalidInputText = _ref.invalidInputText,
|
42
42
|
loading = _ref.loading,
|
43
43
|
loadingMessage = _ref.loadingMessage,
|
@@ -46,7 +46,7 @@ var ExportModal = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
46
46
|
open = _ref.open,
|
47
47
|
portalTargetIn = _ref.portalTarget,
|
48
48
|
_ref$preformattedExte = _ref.preformattedExtensions,
|
49
|
-
preformattedExtensions = _ref$preformattedExte ===
|
49
|
+
preformattedExtensions = _ref$preformattedExte === void 0 ? defaults.preformattedExtensions : _ref$preformattedExte,
|
50
50
|
preformattedExtensionsLabel = _ref.preformattedExtensionsLabel,
|
51
51
|
primaryButtonText = _ref.primaryButtonText,
|
52
52
|
secondaryButtonText = _ref.secondaryButtonText,
|
@@ -56,7 +56,7 @@ var ExportModal = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
56
56
|
title = _ref.title,
|
57
57
|
triggerButtonRef = _ref.triggerButtonRef,
|
58
58
|
_ref$validExtensions = _ref.validExtensions,
|
59
|
-
validExtensions = _ref$validExtensions ===
|
59
|
+
validExtensions = _ref$validExtensions === void 0 ? defaults.validExtensions : _ref$validExtensions,
|
60
60
|
rest = _objectWithoutProperties(_ref, _excluded);
|
61
61
|
var blockClass = "".concat(pkg.prefix, "--export-modal");
|
62
62
|
var _useState = useState(''),
|
@@ -76,15 +76,15 @@ var ExportModal = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
76
76
|
useEffect(function () {
|
77
77
|
var _preformattedExtensio;
|
78
78
|
setName(filename);
|
79
|
-
if (preformattedExtensions && preformattedExtensions.length > 0 && (_preformattedExtensio = preformattedExtensions[0]) !== null && _preformattedExtensio !==
|
79
|
+
if (preformattedExtensions && preformattedExtensions.length > 0 && (_preformattedExtensio = preformattedExtensions[0]) !== null && _preformattedExtensio !== void 0 && _preformattedExtensio.extension) {
|
80
80
|
var _preformattedExtensio2;
|
81
|
-
setExtension(preformattedExtensions === null || preformattedExtensions ===
|
81
|
+
setExtension(preformattedExtensions === null || preformattedExtensions === void 0 || (_preformattedExtensio2 = preformattedExtensions[0]) === null || _preformattedExtensio2 === void 0 ? void 0 : _preformattedExtensio2.extension);
|
82
82
|
}
|
83
83
|
}, [filename, preformattedExtensions, open]);
|
84
84
|
useEffect(function () {
|
85
85
|
if (successful) {
|
86
86
|
var button = document.querySelector(".".concat(blockClass, " .").concat(carbon.prefix, "--modal-close-button button"));
|
87
|
-
button === null || button ===
|
87
|
+
button === null || button === void 0 || button.focus();
|
88
88
|
}
|
89
89
|
}, [successful, blockClass]);
|
90
90
|
var onNameChangeHandler = function onNameChangeHandler(evt) {
|
@@ -98,7 +98,7 @@ var ExportModal = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
98
98
|
};
|
99
99
|
var onSubmitHandler = function onSubmitHandler() {
|
100
100
|
var returnName = extension ? "".concat(filename, ".").concat(extension.toLocaleLowerCase()) : name;
|
101
|
-
onRequestSubmit === null || onRequestSubmit ===
|
101
|
+
onRequestSubmit === null || onRequestSubmit === void 0 || onRequestSubmit(returnName);
|
102
102
|
};
|
103
103
|
var hasInvalidExtension = function hasInvalidExtension() {
|
104
104
|
if (!dirtyInput || !validExtensions || !validExtensions.length) {
|
@@ -26,7 +26,7 @@ var FeatureFlagContext = /*#__PURE__*/createContext(FeatureFlags$1);
|
|
26
26
|
function FeatureFlags(_ref) {
|
27
27
|
var children = _ref.children,
|
28
28
|
_ref$flags = _ref.flags,
|
29
|
-
flags = _ref$flags ===
|
29
|
+
flags = _ref$flags === void 0 ? {} : _ref$flags,
|
30
30
|
newFlags = _objectWithoutProperties(_ref, _excluded);
|
31
31
|
var parentScope = useContext(FeatureFlagContext);
|
32
32
|
var newFlagsObject = Object.keys(newFlags).reduce(function (acc, key) {
|
@@ -30,7 +30,7 @@ var defaults = {
|
|
30
30
|
*/
|
31
31
|
var FilterPanelAccordion = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
32
32
|
var _ref$accordionProps = _ref.accordionProps,
|
33
|
-
accordionProps = _ref$accordionProps ===
|
33
|
+
accordionProps = _ref$accordionProps === void 0 ? defaults.accordionProps : _ref$accordionProps,
|
34
34
|
children = _ref.children,
|
35
35
|
className = _ref.className,
|
36
36
|
count = _ref.count,
|
@@ -31,9 +31,9 @@ var defaults = {
|
|
31
31
|
*/
|
32
32
|
var FilterPanelAccordionItem = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
33
33
|
var _ref$accordionItemPro = _ref.accordionItemProps,
|
34
|
-
accordionItemProps = _ref$accordionItemPro ===
|
34
|
+
accordionItemProps = _ref$accordionItemPro === void 0 ? defaults.accordionItemProps : _ref$accordionItemPro,
|
35
35
|
_ref$truncatedListPro = _ref.truncatedListProps,
|
36
|
-
truncatedListProps = _ref$truncatedListPro ===
|
36
|
+
truncatedListProps = _ref$truncatedListPro === void 0 ? defaults.truncatedListProps : _ref$truncatedListPro,
|
37
37
|
children = _ref.children,
|
38
38
|
className = _ref.className,
|
39
39
|
count = _ref.count,
|
package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js
CHANGED
@@ -39,7 +39,7 @@ var FilterPanelCheckboxWithOverflow = /*#__PURE__*/React__default.forwardRef(fun
|
|
39
39
|
id = _ref.id,
|
40
40
|
labelText = _ref.labelText,
|
41
41
|
_ref$overflowMenuProp = _ref.overflowMenuProps,
|
42
|
-
overflowMenuProps = _ref$overflowMenuProp ===
|
42
|
+
overflowMenuProps = _ref$overflowMenuProp === void 0 ? defaults.overflowMenuProps : _ref$overflowMenuProp,
|
43
43
|
title = _ref.title,
|
44
44
|
rest = _objectWithoutProperties(_ref, _excluded);
|
45
45
|
var _useState = useState(false),
|
@@ -100,19 +100,19 @@ var FilterPanelCheckboxWithOverflow = /*#__PURE__*/React__default.forwardRef(fun
|
|
100
100
|
labelText: labelText,
|
101
101
|
title: title
|
102
102
|
})), showMenuButton && /*#__PURE__*/React__default.createElement(OverflowMenu, _extends({
|
103
|
-
open: overflowMenuProps === null || overflowMenuProps ===
|
104
|
-
className: cx("".concat(blockClass, "__overflow-button"), overflowMenuProps === null || overflowMenuProps ===
|
105
|
-
menuOptionsClass: cx("".concat(blockClass, "__overflow-options"), overflowMenuProps === null || overflowMenuProps ===
|
106
|
-
"aria-label": overflowMenuProps === null || overflowMenuProps ===
|
107
|
-
iconDescription: overflowMenuProps === null || overflowMenuProps ===
|
103
|
+
open: overflowMenuProps === null || overflowMenuProps === void 0 ? void 0 : overflowMenuProps.open,
|
104
|
+
className: cx("".concat(blockClass, "__overflow-button"), overflowMenuProps === null || overflowMenuProps === void 0 ? void 0 : overflowMenuProps.menuClass),
|
105
|
+
menuOptionsClass: cx("".concat(blockClass, "__overflow-options"), overflowMenuProps === null || overflowMenuProps === void 0 ? void 0 : overflowMenuProps.menuOptionsClass),
|
106
|
+
"aria-label": overflowMenuProps === null || overflowMenuProps === void 0 ? void 0 : overflowMenuProps['aria-label'],
|
107
|
+
iconDescription: overflowMenuProps === null || overflowMenuProps === void 0 ? void 0 : overflowMenuProps['aria-label'],
|
108
108
|
onOpen: function onOpen() {
|
109
109
|
return setMenuIsOpen(true);
|
110
110
|
},
|
111
111
|
onClose: function onClose() {
|
112
112
|
return setMenuIsOpen(false);
|
113
113
|
},
|
114
|
-
flipped: (overflowMenuProps === null || overflowMenuProps ===
|
115
|
-
selectorPrimaryFocus: overflowMenuProps === null || overflowMenuProps ===
|
114
|
+
flipped: (overflowMenuProps === null || overflowMenuProps === void 0 ? void 0 : overflowMenuProps.flipped) || true,
|
115
|
+
selectorPrimaryFocus: overflowMenuProps === null || overflowMenuProps === void 0 ? void 0 : overflowMenuProps.selectorPrimaryFocus
|
116
116
|
}, other), children))
|
117
117
|
);
|
118
118
|
});
|
@@ -30,7 +30,7 @@ var FilterPanelSearch = /*#__PURE__*/React__default.forwardRef(function (_ref, r
|
|
30
30
|
var children = _ref.children,
|
31
31
|
className = _ref.className,
|
32
32
|
_ref$searchProps = _ref.searchProps,
|
33
|
-
searchProps = _ref$searchProps ===
|
33
|
+
searchProps = _ref$searchProps === void 0 ? defaults.searchProps : _ref$searchProps,
|
34
34
|
rest = _objectWithoutProperties(_ref, _excluded);
|
35
35
|
var _useState = useState(false),
|
36
36
|
_useState2 = _slicedToArray(_useState, 2),
|
@@ -6,9 +6,7 @@
|
|
6
6
|
*/
|
7
7
|
|
8
8
|
import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2, slicedToArray as _slicedToArray, extends as _extends, defineProperty as _defineProperty } from '../../_virtual/_rollupPluginBabelHelpers.js';
|
9
|
-
import { AnimatePresence, motion } from 'framer-motion';
|
10
9
|
import { Button, IconButton } from '@carbon/react';
|
11
|
-
import { EASINGS, DURATIONS } from '../../global/js/utils/motionConstants.js';
|
12
10
|
import React__default, { useRef, useState } from 'react';
|
13
11
|
import { ChevronDown } from '@carbon/react/icons';
|
14
12
|
import PropTypes from '../../_virtual/index.js';
|
@@ -19,6 +17,7 @@ import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
|
|
19
17
|
import { pkg } from '../../settings.js';
|
20
18
|
import uuidv4 from '../../global/js/utils/uuidv4.js';
|
21
19
|
import { usePreviousValue } from '../../global/js/hooks/usePreviousValue.js';
|
20
|
+
import { usePresence } from '../../global/js/hooks/usePresence.js';
|
22
21
|
import { useWindowResize } from '../../global/js/hooks/useWindowResize.js';
|
23
22
|
|
24
23
|
var _excluded = ["className", "clearFiltersText", "clearFilters", "filters", "renderLabel", "overflowType", "clearButtonInline"],
|
@@ -27,16 +26,16 @@ var blockClass = "".concat(pkg.prefix, "--filter-summary");
|
|
27
26
|
var FilterSummary = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
28
27
|
var _viewAllButtonRef$cur, _filterSummaryClearBu;
|
29
28
|
var _ref$className = _ref.className,
|
30
|
-
className = _ref$className ===
|
29
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
31
30
|
_ref$clearFiltersText = _ref.clearFiltersText,
|
32
|
-
clearFiltersText = _ref$clearFiltersText ===
|
31
|
+
clearFiltersText = _ref$clearFiltersText === void 0 ? 'Clear filters' : _ref$clearFiltersText,
|
33
32
|
clearFilters = _ref.clearFilters,
|
34
33
|
filters = _ref.filters,
|
35
34
|
renderLabel = _ref.renderLabel,
|
36
35
|
_ref$overflowType = _ref.overflowType,
|
37
|
-
overflowType = _ref$overflowType ===
|
36
|
+
overflowType = _ref$overflowType === void 0 ? 'default' : _ref$overflowType,
|
38
37
|
_ref$clearButtonInlin = _ref.clearButtonInline,
|
39
|
-
clearButtonInline = _ref$clearButtonInlin ===
|
38
|
+
clearButtonInline = _ref$clearButtonInlin === void 0 ? true : _ref$clearButtonInlin,
|
40
39
|
rest = _objectWithoutProperties(_ref, _excluded);
|
41
40
|
var filterSummaryId = "".concat(blockClass, "__").concat(uuidv4());
|
42
41
|
var tagFilters = filters.map(function (_ref2) {
|
@@ -46,7 +45,7 @@ var FilterSummary = /*#__PURE__*/React__default.forwardRef(function (_ref, ref)
|
|
46
45
|
rest = _objectWithoutProperties(_ref2, _excluded2);
|
47
46
|
return _objectSpread2(_objectSpread2({}, rest), {}, {
|
48
47
|
type: 'gray',
|
49
|
-
label: (_renderLabel = renderLabel === null || renderLabel ===
|
48
|
+
label: (_renderLabel = renderLabel === null || renderLabel === void 0 ? void 0 : renderLabel(key, value)) !== null && _renderLabel !== void 0 ? _renderLabel : "".concat(key, ": ").concat(value)
|
50
49
|
});
|
51
50
|
});
|
52
51
|
var filterSummaryClearButton = useRef(null);
|
@@ -73,27 +72,14 @@ var FilterSummary = /*#__PURE__*/React__default.forwardRef(function (_ref, ref)
|
|
73
72
|
return !prev;
|
74
73
|
});
|
75
74
|
};
|
76
|
-
var viewAllWidth = typeof (viewAllButtonRef === null || viewAllButtonRef ===
|
77
|
-
var measurementOffset = ((filterSummaryClearButton === null || filterSummaryClearButton ===
|
75
|
+
var viewAllWidth = typeof (viewAllButtonRef === null || viewAllButtonRef === void 0 || (_viewAllButtonRef$cur = viewAllButtonRef.current) === null || _viewAllButtonRef$cur === void 0 ? void 0 : _viewAllButtonRef$cur.offsetWidth) === 'undefined' ? 0 : overflowCount > 0 ? 48 : 0;
|
76
|
+
var measurementOffset = ((filterSummaryClearButton === null || filterSummaryClearButton === void 0 || (_filterSummaryClearBu = filterSummaryClearButton.current) === null || _filterSummaryClearBu === void 0 ? void 0 : _filterSummaryClearBu.offsetWidth) || 0) + viewAllWidth;
|
77
|
+
var exitAnimationName = 'filter-summary-enter';
|
78
|
+
var _usePresence = usePresence(true, localRef, exitAnimationName),
|
79
|
+
shouldRender = _usePresence.shouldRender;
|
78
80
|
var renderTagSet = function renderTagSet(type) {
|
79
|
-
return /*#__PURE__*/React__default.createElement(
|
80
|
-
key: type
|
81
|
-
initial: {
|
82
|
-
opacity: 0,
|
83
|
-
y: -16
|
84
|
-
},
|
85
|
-
animate: {
|
86
|
-
opacity: 1,
|
87
|
-
y: 0
|
88
|
-
},
|
89
|
-
exit: {
|
90
|
-
opacity: 0,
|
91
|
-
y: -16
|
92
|
-
},
|
93
|
-
transition: {
|
94
|
-
duration: DURATIONS.moderate01,
|
95
|
-
ease: EASINGS.productive.entrance
|
96
|
-
}
|
81
|
+
return shouldRender ? /*#__PURE__*/React__default.createElement("div", {
|
82
|
+
key: type
|
97
83
|
}, /*#__PURE__*/React__default.createElement(TagSet, {
|
98
84
|
allTagsModalSearchLabel: "Search all tags",
|
99
85
|
allTagsModalSearchPlaceholderText: "Search all tags",
|
@@ -105,29 +91,27 @@ var FilterSummary = /*#__PURE__*/React__default.forwardRef(function (_ref, ref)
|
|
105
91
|
containingElementRef: localRef,
|
106
92
|
measurementOffset: measurementOffset,
|
107
93
|
onOverflowTagChange: function onOverflowTagChange(overflowTags) {
|
108
|
-
return setOverflowCount(overflowTags === null || overflowTags ===
|
94
|
+
return setOverflowCount(overflowTags === null || overflowTags === void 0 ? void 0 : overflowTags.length);
|
109
95
|
},
|
110
96
|
multiline: multiline
|
111
|
-
}));
|
97
|
+
})) : null;
|
112
98
|
};
|
113
99
|
useWindowResize(function () {
|
114
100
|
var handleFilterSummaryResize = function handleFilterSummaryResize() {
|
115
101
|
var _localRef$current, _localRef$current2;
|
116
|
-
if (multiline && localRef !== null && localRef !==
|
102
|
+
if (multiline && localRef !== null && localRef !== void 0 && (_localRef$current = localRef.current) !== null && _localRef$current !== void 0 && _localRef$current.offsetHeight && (localRef === null || localRef === void 0 || (_localRef$current2 = localRef.current) === null || _localRef$current2 === void 0 ? void 0 : _localRef$current2.offsetHeight) <= 50) {
|
117
103
|
setMultiline(false);
|
118
104
|
}
|
119
105
|
};
|
120
106
|
var filterResize = debounce(handleFilterSummaryResize, 500);
|
121
107
|
filterResize();
|
122
|
-
}, [previousState === null || previousState ===
|
108
|
+
}, [previousState === null || previousState === void 0 ? void 0 : previousState.multiline, multiline]);
|
123
109
|
return /*#__PURE__*/React__default.createElement("div", _extends({}, getDevtoolsProps(componentName), {
|
124
110
|
id: filterSummaryId
|
125
111
|
}, rest, {
|
126
112
|
ref: localRef,
|
127
113
|
className: cx([blockClass, className], _defineProperty({}, "".concat(blockClass, "__expanded"), multiline))
|
128
|
-
}), /*#__PURE__*/React__default.createElement(
|
129
|
-
mode: "wait"
|
130
|
-
}, !multiline && renderTagSet('single'), multiline && renderTagSet('multiline')), /*#__PURE__*/React__default.createElement(Button, {
|
114
|
+
}), !multiline && renderTagSet('single'), multiline && renderTagSet('multiline'), /*#__PURE__*/React__default.createElement(Button, {
|
131
115
|
kind: "ghost",
|
132
116
|
size: "sm",
|
133
117
|
onClick: clearFilters,
|
@@ -37,7 +37,7 @@ var FullPageError = /*#__PURE__*/React__default.forwardRef(function (_ref, ref)
|
|
37
37
|
description = _ref.description,
|
38
38
|
label = _ref.label,
|
39
39
|
_ref$kind = _ref.kind,
|
40
|
-
kind = _ref$kind ===
|
40
|
+
kind = _ref$kind === void 0 ? defaults.kind : _ref$kind,
|
41
41
|
title = _ref.title,
|
42
42
|
rest = _objectWithoutProperties(_ref, _excluded);
|
43
43
|
var errorData = {
|
@@ -43,20 +43,20 @@ var Guidebanner = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
|
43
43
|
var children = _ref.children,
|
44
44
|
className = _ref.className,
|
45
45
|
_ref$collapsible = _ref.collapsible,
|
46
|
-
collapsible = _ref$collapsible ===
|
46
|
+
collapsible = _ref$collapsible === void 0 ? defaults.collapsible : _ref$collapsible,
|
47
47
|
onClose = _ref.onClose,
|
48
48
|
_ref$withLeftGutter = _ref.withLeftGutter,
|
49
|
-
withLeftGutter = _ref$withLeftGutter ===
|
49
|
+
withLeftGutter = _ref$withLeftGutter === void 0 ? defaults.withLeftGutter : _ref$withLeftGutter,
|
50
50
|
_ref$closeIconDescrip = _ref.closeIconDescription,
|
51
|
-
closeIconDescription = _ref$closeIconDescrip ===
|
51
|
+
closeIconDescription = _ref$closeIconDescrip === void 0 ? defaults.closeIconDescription : _ref$closeIconDescrip,
|
52
52
|
_ref$collapseButtonLa = _ref.collapseButtonLabel,
|
53
|
-
collapseButtonLabel = _ref$collapseButtonLa ===
|
53
|
+
collapseButtonLabel = _ref$collapseButtonLa === void 0 ? defaults.collapseButtonLabel : _ref$collapseButtonLa,
|
54
54
|
_ref$expandButtonLabe = _ref.expandButtonLabel,
|
55
|
-
expandButtonLabel = _ref$expandButtonLabe ===
|
55
|
+
expandButtonLabel = _ref$expandButtonLabe === void 0 ? defaults.expandButtonLabel : _ref$expandButtonLabe,
|
56
56
|
_ref$nextIconDescript = _ref.nextIconDescription,
|
57
|
-
nextIconDescription = _ref$nextIconDescript ===
|
57
|
+
nextIconDescription = _ref$nextIconDescript === void 0 ? defaults.nextIconDescription : _ref$nextIconDescript,
|
58
58
|
_ref$previousIconDesc = _ref.previousIconDescription,
|
59
|
-
previousIconDescription = _ref$previousIconDesc ===
|
59
|
+
previousIconDescription = _ref$previousIconDesc === void 0 ? defaults.previousIconDescription : _ref$previousIconDesc,
|
60
60
|
title = _ref.title,
|
61
61
|
rest = _objectWithoutProperties(_ref, _excluded);
|
62
62
|
var scrollRef = useRef(null);
|
@@ -182,7 +182,7 @@ Guidebanner.propTypes = {
|
|
182
182
|
// Carbon Products component's `displayName` (child.type.displayName) or
|
183
183
|
// React component's `name` (child.type.name) or
|
184
184
|
// HTML element's tag name (child.type).
|
185
|
-
error = new Error("`Guidebanner` only accepts children of type `GuidebannerElement`, found `".concat(((_child$type = child.type) === null || _child$type ===
|
185
|
+
error = new Error("`Guidebanner` only accepts children of type `GuidebannerElement`, found `".concat(((_child$type = child.type) === null || _child$type === void 0 ? void 0 : _child$type.displayName) || ((_child$type2 = child.type) === null || _child$type2 === void 0 ? void 0 : _child$type2.name) || child.type, "` instead."));
|
186
186
|
}
|
187
187
|
});
|
188
188
|
return error;
|
@@ -31,7 +31,7 @@ var GuidebannerElementButton = /*#__PURE__*/React__default.forwardRef(function (
|
|
31
31
|
var children = _ref.children,
|
32
32
|
className = _ref.className,
|
33
33
|
_ref$iconDescription = _ref.iconDescription,
|
34
|
-
iconDescription = _ref$iconDescription ===
|
34
|
+
iconDescription = _ref$iconDescription === void 0 ? defaults.iconDescription : _ref$iconDescription,
|
35
35
|
type = _ref.type,
|
36
36
|
rest = _objectWithoutProperties(_ref, _excluded);
|
37
37
|
if (type === 'primary') {
|
@@ -20,7 +20,7 @@ var _excluded = ["accept", "className", "defaultErrorBody", "defaultErrorHeader"
|
|
20
20
|
var componentName = 'ImportModal';
|
21
21
|
var ImportModal = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
22
22
|
var _ref$accept = _ref.accept,
|
23
|
-
accept = _ref$accept ===
|
23
|
+
accept = _ref$accept === void 0 ? [] : _ref$accept,
|
24
24
|
className = _ref.className,
|
25
25
|
defaultErrorBody = _ref.defaultErrorBody,
|
26
26
|
defaultErrorHeader = _ref.defaultErrorHeader,
|
@@ -90,7 +90,7 @@ var ImportModal = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
90
90
|
newFile.errorBody = invalidFileTypeErrorBody || defaultErrorBody;
|
91
91
|
newFile.errorSubject = invalidFileTypeErrorHeader || defaultErrorHeader;
|
92
92
|
newFile.invalid = true;
|
93
|
-
} else if (maxFileSize && ((_newFile$fileSize = newFile === null || newFile ===
|
93
|
+
} else if (maxFileSize && ((_newFile$fileSize = newFile === null || newFile === void 0 ? void 0 : newFile.fileSize) !== null && _newFile$fileSize !== void 0 ? _newFile$fileSize : 0) > maxFileSize) {
|
94
94
|
newFile.errorBody = maxFileSizeErrorBody || defaultErrorBody;
|
95
95
|
newFile.errorSubject = maxFileSizeErrorHeader || defaultErrorHeader;
|
96
96
|
newFile.invalid = true;
|
@@ -5,10 +5,6 @@
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
6
6
|
*/
|
7
7
|
import React, { ReactNode } from 'react';
|
8
|
-
type MediaType = {
|
9
|
-
render?: () => ReactNode;
|
10
|
-
filePaths?: string[];
|
11
|
-
};
|
12
8
|
export interface InlineTipProps {
|
13
9
|
/**
|
14
10
|
* Optional "call to action" ghost button or link that can appear
|
@@ -45,15 +41,6 @@ export interface InlineTipProps {
|
|
45
41
|
* This button is not visible if `media` is specified.
|
46
42
|
*/
|
47
43
|
expandButtonLabel?: string;
|
48
|
-
/**
|
49
|
-
* The object describing an image in one of two shapes.
|
50
|
-
* - If a single media element is required, use `{render}`.
|
51
|
-
* - If a stepped animation is required, use `{filePaths}`.
|
52
|
-
*
|
53
|
-
* Enabling `media` disables the `collapsible` feature.
|
54
|
-
* @deprecated please use the `renderMedia` prop
|
55
|
-
*/
|
56
|
-
media?: MediaType;
|
57
44
|
/**
|
58
45
|
* Optional prop to render any media like images or any animated media.
|
59
46
|
*/
|
@@ -97,4 +84,3 @@ export interface InlineTipProps {
|
|
97
84
|
export declare let InlineTip: React.ForwardRefExoticComponent<InlineTipProps & {
|
98
85
|
children?: ReactNode | undefined;
|
99
86
|
} & React.RefAttributes<HTMLDivElement>>;
|
100
|
-
export {};
|