@carbon/ibm-products 2.65.0 → 2.66.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 +482 -64
- 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 +14 -20
- 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 +29 -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 +123 -39
- 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 -510
- package/es/components/APIKeyModal/APIKeyDownloader.js +32 -50
- package/es/components/APIKeyModal/APIKeyModal.js +164 -217
- package/es/components/AboutModal/AboutModal.js +50 -52
- package/es/components/ActionBar/ActionBar.js +62 -56
- package/es/components/ActionBar/ActionBarItem.js +25 -18
- package/es/components/ActionBar/ActionBarOverflowItems.js +21 -19
- package/es/components/ActionSet/ActionSet.js +92 -88
- package/es/components/AddSelect/AddSelect.js +22 -20
- package/es/components/AddSelect/AddSelectBody.js +143 -154
- package/es/components/AddSelect/AddSelectBreadcrumbs.js +21 -14
- package/es/components/AddSelect/AddSelectColumn.js +97 -123
- package/es/components/AddSelect/AddSelectFilter.js +72 -79
- package/es/components/AddSelect/AddSelectFormControl.js +41 -35
- package/es/components/AddSelect/AddSelectList.js +24 -26
- package/es/components/AddSelect/AddSelectMetaPanel.js +24 -26
- package/es/components/AddSelect/AddSelectRow.js +86 -83
- package/es/components/AddSelect/AddSelectSidebar.js +56 -59
- package/es/components/AddSelect/AddSelectSort.js +31 -31
- package/es/components/AddSelect/add-select-utils.js +46 -41
- package/es/components/AddSelect/hooks/useFocus.js +7 -11
- package/es/components/AddSelect/hooks/useItemSort.js +13 -14
- package/es/components/AddSelect/hooks/useParentSelect.js +10 -8
- package/es/components/AddSelect/hooks/usePath.js +33 -36
- package/es/components/BigNumbers/BigNumbers.js +43 -46
- package/es/components/BigNumbers/BigNumbersSkeleton.js +15 -12
- package/es/components/BigNumbers/constants.js +5 -5
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +112 -127
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +70 -74
- package/es/components/Card/Card.d.ts +15 -11
- package/es/components/Card/Card.js +187 -171
- package/es/components/Card/CardFooter.js +32 -33
- package/es/components/Card/CardHeader.js +59 -46
- package/es/components/Carousel/Carousel.js +102 -118
- package/es/components/Carousel/CarouselItem.js +9 -8
- package/es/components/Cascade/Cascade.js +30 -25
- package/es/components/Checklist/Checklist.js +64 -75
- package/es/components/Checklist/Checklist.types.js +2 -2
- package/es/components/Checklist/ChecklistChart.js +22 -31
- package/es/components/Checklist/ChecklistIcon.js +14 -15
- package/es/components/Coachmark/Coachmark.js +71 -89
- package/es/components/Coachmark/CoachmarkDragbar.js +30 -40
- package/es/components/Coachmark/CoachmarkHeader.js +18 -21
- package/es/components/Coachmark/CoachmarkOverlay.js +70 -79
- package/es/components/Coachmark/CoachmarkTagline.js +19 -21
- package/es/components/Coachmark/utils/constants.js +10 -9
- package/es/components/Coachmark/utils/context.js +2 -2
- package/es/components/Coachmark/utils/enums.js +2 -2
- package/es/components/Coachmark/utils/hooks.js +12 -12
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +15 -15
- package/es/components/CoachmarkButton/CoachmarkButton.js +10 -9
- package/es/components/CoachmarkFixed/CoachmarkFixed.js +50 -68
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +16 -15
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +54 -72
- package/es/components/CoachmarkStack/CoachmarkStack.js +64 -82
- package/es/components/CoachmarkStack/CoachmarkStackHome.js +55 -62
- package/es/components/ComboButton/ComboButton.js +45 -52
- package/es/components/ComboButton/ComboButtonItem/index.js +4 -3
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +106 -105
- package/es/components/ConditionBuilder/ConditionBuilder.js +34 -45
- package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts +15 -2
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +72 -92
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +3 -1
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +61 -38
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +31 -27
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +25 -24
- package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +16 -16
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +101 -108
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +14 -20
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +59 -72
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +30 -39
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +18 -19
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +40 -51
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +59 -94
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +14 -13
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +19 -30
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +182 -200
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +34 -33
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +52 -65
- package/es/components/ConditionBuilder/utils/useDataConfigs.js +11 -30
- package/es/components/ConditionBuilder/utils/useTranslations.js +7 -6
- package/es/components/ConditionBuilder/utils/util.js +27 -36
- package/es/components/CreateFullPage/CreateFullPage.d.ts +5 -1
- package/es/components/CreateFullPage/CreateFullPage.js +99 -151
- package/es/components/CreateFullPage/CreateFullPageStep.js +65 -59
- package/es/components/CreateInfluencer/CreateInfluencer.js +25 -29
- package/es/components/CreateModal/CreateModal.js +40 -36
- package/es/components/CreateSidePanel/CreateSidePanel.js +40 -39
- package/es/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
- package/es/components/CreateTearsheet/CreateTearsheet.js +113 -164
- package/es/components/CreateTearsheet/CreateTearsheetDivider.js +9 -7
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +73 -69
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +30 -30
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +296 -339
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +215 -215
- package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +122 -121
- package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +15 -13
- package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +35 -53
- package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +10 -9
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +40 -46
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +29 -28
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +73 -88
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +16 -15
- package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +10 -12
- package/es/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -1
- package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +11 -12
- package/es/components/DataSpreadsheet/utils/commonEventHandlers.js +75 -124
- package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +25 -25
- package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +32 -31
- package/es/components/DataSpreadsheet/utils/getCellSize.js +2 -4
- package/es/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +9 -9
- package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +12 -14
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +40 -36
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +37 -34
- package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +22 -23
- package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +37 -34
- package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +65 -76
- package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +94 -88
- package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +29 -26
- package/es/components/DataSpreadsheet/utils/removeCellSelections.js +9 -11
- package/es/components/DataSpreadsheet/utils/selectAllCells.js +17 -14
- package/es/components/Datagrid/Datagrid/Datagrid.js +27 -24
- package/es/components/Datagrid/Datagrid/DatagridBody.js +7 -6
- package/es/components/Datagrid/Datagrid/DatagridContent.js +130 -112
- package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +19 -18
- package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +42 -43
- package/es/components/Datagrid/Datagrid/DatagridHead.js +9 -10
- package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +172 -125
- package/es/components/Datagrid/Datagrid/DatagridRefBody.js +18 -15
- package/es/components/Datagrid/Datagrid/DatagridRow.js +101 -91
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +63 -61
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +48 -57
- package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +18 -15
- package/es/components/Datagrid/Datagrid/DatagridToolbar.js +83 -96
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +74 -76
- package/es/components/Datagrid/Datagrid/DraggableElement.js +38 -29
- package/es/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +6 -4
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +9 -7
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +18 -20
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +34 -36
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +56 -85
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +88 -106
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +27 -29
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +96 -104
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +125 -136
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +90 -106
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +41 -46
- package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +13 -13
- package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +23 -30
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +212 -219
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +13 -11
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +4 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +44 -42
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +28 -17
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +196 -191
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +41 -39
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +7 -9
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +18 -15
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +5 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +84 -73
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +22 -26
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +24 -28
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +19 -18
- package/es/components/Datagrid/Datagrid/addons/stateReducer.js +211 -173
- package/es/components/Datagrid/common-column-ids.js +1 -1
- package/es/components/Datagrid/useActionsColumn.js +81 -61
- package/es/components/Datagrid/useColumnCenterAlign.js +17 -27
- package/es/components/Datagrid/useColumnRightAlign.js +17 -28
- package/es/components/Datagrid/useCustomizeColumns.js +18 -20
- package/es/components/Datagrid/useDatagrid.js +13 -18
- package/es/components/Datagrid/useDefaultStringRenderer.js +19 -20
- package/es/components/Datagrid/useDisableSelectRows.js +49 -57
- package/es/components/Datagrid/useEditableCell.js +1 -1
- package/es/components/Datagrid/useExpandedRow.js +20 -25
- package/es/components/Datagrid/useFiltering.js +53 -58
- package/es/components/Datagrid/useFlexResize.js +31 -29
- package/es/components/Datagrid/useFloatingScroll.js +40 -38
- package/es/components/Datagrid/useFocusRowExpander.js +16 -15
- package/es/components/Datagrid/useInfiniteScroll.js +22 -20
- package/es/components/Datagrid/useInitialColumnSort.js +22 -21
- package/es/components/Datagrid/useInlineEdit.js +24 -26
- package/es/components/Datagrid/useNestedRowExpander.js +63 -80
- package/es/components/Datagrid/useNestedRows.js +45 -45
- package/es/components/Datagrid/useOnRowClick.js +32 -26
- package/es/components/Datagrid/useParentDimensions.js +35 -37
- package/es/components/Datagrid/useResizeTable.js +11 -9
- package/es/components/Datagrid/useRowExpander.js +30 -27
- package/es/components/Datagrid/useRowIsMouseOver.js +22 -28
- package/es/components/Datagrid/useRowRenderer.js +25 -35
- package/es/components/Datagrid/useRowSize.js +27 -24
- package/es/components/Datagrid/useSelectAllToggle.js +47 -46
- package/es/components/Datagrid/useSelectRows.js +90 -107
- package/es/components/Datagrid/useSkeletonRows.js +14 -25
- package/es/components/Datagrid/useSortableColumns.js +61 -87
- package/es/components/Datagrid/useStickyColumn.js +84 -94
- package/es/components/Datagrid/utils/getAutoSizedColumnWidth.js +5 -16
- package/es/components/Decorator/Decorator.js +3 -3
- package/es/components/DecoratorBase/DecoratorBase.js +94 -88
- package/es/components/DecoratorBase/DecoratorIcon.js +15 -15
- package/es/components/DecoratorBase/utils.js +8 -6
- package/es/components/DecoratorDualButton/DecoratorDualButton.js +4 -4
- package/es/components/DecoratorLink/DecoratorLink.js +4 -4
- package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +4 -4
- package/es/components/DelimitedList/DelimitedList.js +16 -15
- package/es/components/DescriptionList/DescriptionList.js +21 -17
- package/es/components/DescriptionList/DescriptionListBody.js +9 -9
- package/es/components/DescriptionList/DescriptionListCell.js +9 -9
- package/es/components/DescriptionList/DescriptionListRow.js +9 -9
- package/es/components/DescriptionList/constants.js +1 -1
- package/es/components/EditFullPage/EditFullPage.js +16 -10
- package/es/components/EditInPlace/EditInPlace.js +80 -78
- package/es/components/EditSidePanel/EditSidePanel.js +50 -47
- package/es/components/EditTearsheet/EditTearsheet.js +65 -99
- package/es/components/EditTearsheet/EditTearsheetForm.js +36 -28
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +15 -10
- package/es/components/EditUpdateCards/EditUpdateCards.d.ts +2 -9
- package/es/components/EditUpdateCards/EditUpdateCards.js +42 -31
- package/es/components/EmptyStates/EmptyState.js +38 -34
- package/es/components/EmptyStates/EmptyStateContent.js +29 -21
- package/es/components/EmptyStates/EmptyStateIllustration.js +15 -28
- package/es/components/EmptyStates/EmptyStateV2.js +34 -29
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +28 -25
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +28 -25
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +28 -25
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +28 -25
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +28 -25
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +28 -25
- package/es/components/EmptyStates/assets/ErrorIllustration.js +27 -26
- package/es/components/EmptyStates/assets/NoDataIllustration.js +25 -24
- package/es/components/EmptyStates/assets/NoTagsIllustration.js +54 -53
- package/es/components/EmptyStates/assets/NotFoundIllustration.js +38 -37
- package/es/components/EmptyStates/assets/NotificationsIllustration.js +43 -42
- package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +38 -37
- package/es/components/ExportModal/ExportModal.js +82 -94
- package/es/components/ExpressiveCard/ExpressiveCard.d.ts +2 -10
- package/es/components/ExpressiveCard/ExpressiveCard.js +11 -5
- package/es/components/FeatureFlags/index.js +33 -43
- package/es/components/FilterPanel/FilterPanel.js +12 -12
- package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +20 -20
- package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +21 -25
- package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +13 -13
- package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +54 -60
- package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +15 -15
- package/es/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +13 -13
- package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +21 -25
- package/es/components/FilterSummary/FilterSummary.js +60 -67
- package/es/components/FullPageError/FullPageError.js +28 -26
- package/es/components/FullPageError/assets/Error403SVG.js +4 -2
- package/es/components/FullPageError/assets/Error404SVG.js +4 -2
- package/es/components/FullPageError/assets/ErrorGenericSVG.js +4 -2
- package/es/components/GetStartedCard/GetStartedCard.js +6 -6
- package/es/components/Guidebanner/Guidebanner.js +46 -63
- package/es/components/Guidebanner/GuidebannerElement.js +14 -14
- package/es/components/Guidebanner/GuidebannerElementButton.js +15 -17
- package/es/components/Guidebanner/GuidebannerElementLink.js +9 -9
- package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +18 -18
- package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +18 -18
- package/es/components/HTTPErrors/HTTPErrorContent.js +23 -22
- package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +18 -18
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +83 -81
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +87 -85
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +83 -81
- package/es/components/ImportModal/ImportModal.js +125 -162
- package/es/components/InlineTip/InlineTip.js +46 -61
- package/es/components/InlineTip/InlineTipButton.js +9 -9
- package/es/components/InlineTip/InlineTipLink.js +12 -13
- package/es/components/InlineTip/utils.js +9 -19
- package/es/components/InterstitialScreen/InterstitialScreen.js +62 -83
- package/es/components/InterstitialScreen/InterstitialScreenBody.js +56 -62
- package/es/components/InterstitialScreen/InterstitialScreenFooter.js +87 -118
- package/es/components/InterstitialScreen/InterstitialScreenHeader.js +29 -25
- package/es/components/MultiAddSelect/MultiAddSelect.js +5 -7
- package/es/components/Nav/Nav.js +39 -43
- package/es/components/Nav/NavItem.js +44 -51
- package/es/components/Nav/NavItemLink.js +9 -8
- package/es/components/Nav/NavList.js +57 -66
- package/es/components/NonLinearReading/NonLinearReading.js +18 -23
- package/es/components/NotificationsPanel/NotificationsPanel.js +178 -258
- package/es/components/NotificationsPanel/utils.js +26 -24
- package/es/components/OptionsTile/OptionsTile.js +90 -82
- package/es/components/PageHeader/PageHeader.js +293 -256
- package/es/components/PageHeader/PageHeaderTitle.js +43 -36
- package/es/components/PageHeader/PageHeaderUtils.js +31 -28
- package/es/components/ProductiveCard/ProductiveCard.d.ts +2 -13
- package/es/components/ProductiveCard/ProductiveCard.js +20 -14
- package/es/components/RemoveModal/RemoveModal.js +46 -49
- package/es/components/Saving/Saving.js +54 -59
- package/es/components/ScrollGradient/ScrollGradient.js +63 -66
- package/es/components/ScrollGradient/constants.js +13 -24
- package/es/components/SearchBar/SearchBar.d.ts +5 -6
- package/es/components/SearchBar/SearchBar.js +62 -68
- package/es/components/SidePanel/SidePanel.d.ts +2 -5
- package/es/components/SidePanel/SidePanel.js +242 -245
- package/es/components/SidePanel/constants.js +1 -1
- package/es/components/SimpleHeader/SimpleHeader.js +22 -25
- package/es/components/SingleAddSelect/SingleAddSelect.js +3 -3
- package/es/components/StatusIcon/StatusIcon.js +195 -281
- package/es/components/StatusIndicator/StatusIndicator.js +21 -24
- package/es/components/StatusIndicator/StatusIndicatorStep.js +18 -18
- package/es/components/StringFormatter/StringFormatter.js +62 -38
- package/es/components/StringFormatter/utils/enums.js +13 -13
- package/es/components/TagOverflow/TagOverflow.js +70 -74
- package/es/components/TagOverflow/TagOverflowModal.js +49 -52
- package/es/components/TagOverflow/TagOverflowPopover.js +63 -61
- package/es/components/TagOverflow/constants.js +1 -1
- package/es/components/TagSet/TagSet.js +104 -130
- package/es/components/TagSet/TagSetModal.js +48 -51
- package/es/components/TagSet/TagSetOverflow.js +54 -50
- package/es/components/Tearsheet/Tearsheet.js +22 -22
- package/es/components/Tearsheet/TearsheetNarrow.js +20 -19
- package/es/components/Tearsheet/TearsheetShell.js +160 -156
- package/es/components/Toolbar/Toolbar.js +44 -47
- package/es/components/Toolbar/ToolbarButton.js +25 -24
- package/es/components/Toolbar/ToolbarGroup.js +9 -8
- package/es/components/TooltipTrigger/TooltipTrigger.js +10 -9
- package/es/components/TruncatedList/TruncatedList.js +44 -61
- package/es/components/UserAvatar/UserAvatar.js +49 -48
- package/es/components/UserProfileImage/UserProfileImage.js +59 -74
- package/es/components/WebTerminal/WebTerminal.js +64 -67
- package/es/components/WebTerminal/WebTerminalContentWrapper.js +16 -11
- package/es/components/WebTerminal/hooks/index.js +21 -23
- package/es/components/_Canary/Canary.js +13 -8
- package/es/global/js/hooks/useActiveElement.js +5 -9
- package/es/global/js/hooks/useClickOutside.js +4 -4
- package/es/global/js/hooks/useControllableState.js +3 -7
- package/es/global/js/hooks/useCreateComponentFocus.js +16 -30
- package/es/global/js/hooks/useCreateComponentStepChange.js +99 -190
- package/es/global/js/hooks/useFocus.js +64 -85
- package/es/global/js/hooks/useIsomorphicEffect.js +1 -1
- package/es/global/js/hooks/useOverflowItems/useOverflowItems.js +48 -58
- package/es/global/js/hooks/useOverflowString.js +13 -24
- package/es/global/js/hooks/usePortalTarget.js +5 -11
- package/es/global/js/hooks/usePrefersReducedMotion.js +12 -12
- package/es/global/js/hooks/usePrefix.js +1 -3
- package/es/global/js/hooks/usePresence.js +8 -12
- package/es/global/js/hooks/usePreviousValue.js +3 -3
- package/es/global/js/hooks/useResetCreateComponent.js +15 -13
- package/es/global/js/hooks/useResizeObserver.js +26 -34
- package/es/global/js/hooks/useRetrieveFormTitles.js +10 -9
- package/es/global/js/hooks/useRetrieveStepData.js +21 -20
- package/es/global/js/hooks/useValidCreateStepCount.js +3 -3
- package/es/global/js/hooks/useWindowResize.js +23 -23
- package/es/global/js/hooks/useWindowScroll.js +15 -18
- package/es/global/js/package-settings.js +43 -56
- package/es/global/js/utils/Wrap.js +19 -18
- package/es/global/js/utils/clamp.js +1 -1
- package/es/global/js/utils/debounce.js +6 -6
- package/es/global/js/utils/deepCloneObject.js +7 -16
- package/es/global/js/utils/deepCompareObject.js +9 -18
- package/es/global/js/utils/devtools.js +3 -2
- package/es/global/js/utils/getFocusableElements.js +2 -13
- package/es/global/js/utils/getNodeTextContent.js +6 -15
- package/es/global/js/utils/getNumberOfHiddenSteps.js +3 -3
- package/es/global/js/utils/getScrollbarWidth.js +3 -3
- package/es/global/js/utils/getSupportedLocale.js +3 -3
- package/es/global/js/utils/lastIndexInArray.js +3 -4
- package/es/global/js/utils/pconsole.js +15 -22
- package/es/global/js/utils/props-helper.js +34 -40
- package/es/global/js/utils/rangeWithCallback.js +2 -2
- package/es/global/js/utils/scrollableAncestor.js +8 -17
- package/es/global/js/utils/throttle.js +4 -4
- package/es/global/js/utils/useId.js +11 -3
- package/es/global/js/utils/uuidv4.js +3 -7
- package/es/global/js/utils/wait.js +1 -3
- package/es/node_modules/@carbon/icons-react/es/Icon.js +17 -19
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +1263 -1136
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1330 -1186
- package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +1 -1
- package/es/node_modules/@carbon/icons-react/node_modules/@carbon/icon-helpers/es/index.js +3 -5
- package/es/node_modules/prop-types/checkPropTypes.js +4 -5
- package/es/node_modules/prop-types/factoryWithThrowingShims.js +1 -1
- package/es/node_modules/prop-types/factoryWithTypeCheckers.js +6 -7
- package/es/settings.js +15 -19
- package/lib/_virtual/_rollupPluginBabelHelpers.js +0 -530
- package/lib/components/APIKeyModal/APIKeyDownloader.js +31 -49
- package/lib/components/APIKeyModal/APIKeyModal.js +163 -216
- package/lib/components/AboutModal/AboutModal.js +49 -51
- package/lib/components/ActionBar/ActionBar.js +61 -55
- package/lib/components/ActionBar/ActionBarItem.js +24 -17
- package/lib/components/ActionBar/ActionBarOverflowItems.js +21 -19
- package/lib/components/ActionSet/ActionSet.js +91 -87
- package/lib/components/AddSelect/AddSelect.js +20 -18
- package/lib/components/AddSelect/AddSelectBody.js +140 -151
- package/lib/components/AddSelect/AddSelectBreadcrumbs.js +21 -14
- package/lib/components/AddSelect/AddSelectColumn.js +96 -122
- package/lib/components/AddSelect/AddSelectFilter.js +71 -78
- package/lib/components/AddSelect/AddSelectFormControl.js +41 -35
- package/lib/components/AddSelect/AddSelectList.js +23 -25
- package/lib/components/AddSelect/AddSelectMetaPanel.js +24 -26
- package/lib/components/AddSelect/AddSelectRow.js +85 -82
- package/lib/components/AddSelect/AddSelectSidebar.js +56 -59
- package/lib/components/AddSelect/AddSelectSort.js +30 -30
- package/lib/components/AddSelect/add-select-utils.js +46 -41
- package/lib/components/AddSelect/hooks/useFocus.js +7 -11
- package/lib/components/AddSelect/hooks/useItemSort.js +13 -14
- package/lib/components/AddSelect/hooks/useParentSelect.js +10 -8
- package/lib/components/AddSelect/hooks/usePath.js +33 -36
- package/lib/components/BigNumbers/BigNumbers.js +42 -45
- package/lib/components/BigNumbers/BigNumbersSkeleton.js +14 -11
- package/lib/components/BigNumbers/constants.js +5 -5
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +111 -126
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +69 -73
- package/lib/components/Card/Card.d.ts +15 -11
- package/lib/components/Card/Card.js +185 -169
- package/lib/components/Card/CardFooter.js +32 -33
- package/lib/components/Card/CardHeader.js +58 -45
- package/lib/components/Carousel/Carousel.js +101 -117
- package/lib/components/Carousel/CarouselItem.js +8 -7
- package/lib/components/Cascade/Cascade.js +30 -25
- package/lib/components/Checklist/Checklist.js +63 -74
- package/lib/components/Checklist/Checklist.types.js +2 -2
- package/lib/components/Checklist/ChecklistChart.js +21 -30
- package/lib/components/Checklist/ChecklistIcon.js +13 -14
- package/lib/components/Coachmark/Coachmark.js +70 -88
- package/lib/components/Coachmark/CoachmarkDragbar.js +29 -39
- package/lib/components/Coachmark/CoachmarkHeader.js +17 -20
- package/lib/components/Coachmark/CoachmarkOverlay.js +69 -78
- package/lib/components/Coachmark/CoachmarkTagline.js +18 -20
- package/lib/components/Coachmark/utils/constants.js +10 -9
- package/lib/components/Coachmark/utils/context.js +2 -2
- package/lib/components/Coachmark/utils/enums.js +2 -2
- package/lib/components/Coachmark/utils/hooks.js +12 -12
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +14 -14
- package/lib/components/CoachmarkButton/CoachmarkButton.js +9 -8
- package/lib/components/CoachmarkFixed/CoachmarkFixed.js +49 -67
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +15 -14
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +53 -71
- package/lib/components/CoachmarkStack/CoachmarkStack.js +63 -81
- package/lib/components/CoachmarkStack/CoachmarkStackHome.js +54 -61
- package/lib/components/ComboButton/ComboButton.js +44 -51
- package/lib/components/ComboButton/ComboButtonItem/index.js +4 -3
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +105 -104
- package/lib/components/ConditionBuilder/ConditionBuilder.js +33 -44
- package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts +15 -2
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +72 -92
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +3 -1
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +59 -36
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +30 -26
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +24 -23
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +16 -16
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +99 -106
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +14 -20
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +58 -71
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +29 -38
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +17 -18
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +40 -51
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +59 -94
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +14 -13
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +19 -30
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +182 -200
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +34 -33
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +52 -65
- package/lib/components/ConditionBuilder/utils/useDataConfigs.js +11 -30
- package/lib/components/ConditionBuilder/utils/useTranslations.js +7 -6
- package/lib/components/ConditionBuilder/utils/util.js +27 -36
- package/lib/components/CreateFullPage/CreateFullPage.d.ts +5 -1
- package/lib/components/CreateFullPage/CreateFullPage.js +98 -150
- package/lib/components/CreateFullPage/CreateFullPageStep.js +64 -58
- package/lib/components/CreateInfluencer/CreateInfluencer.js +25 -29
- package/lib/components/CreateModal/CreateModal.js +39 -35
- package/lib/components/CreateSidePanel/CreateSidePanel.js +39 -38
- package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
- package/lib/components/CreateTearsheet/CreateTearsheet.js +112 -163
- package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +8 -6
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +72 -68
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +29 -29
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +292 -335
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +213 -213
- package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +121 -120
- package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +15 -13
- package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +35 -53
- package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +10 -9
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +40 -46
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +29 -28
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +72 -87
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +16 -15
- package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +9 -11
- package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -1
- package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +10 -11
- package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +73 -122
- package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +25 -25
- package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +31 -30
- package/lib/components/DataSpreadsheet/utils/getCellSize.js +2 -4
- package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +9 -9
- package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +12 -14
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +40 -36
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +37 -34
- package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +21 -22
- package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +37 -34
- package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +64 -75
- package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +93 -87
- package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +29 -26
- package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +9 -11
- package/lib/components/DataSpreadsheet/utils/selectAllCells.js +17 -14
- package/lib/components/Datagrid/Datagrid/Datagrid.js +26 -23
- package/lib/components/Datagrid/Datagrid/DatagridBody.js +7 -6
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +129 -111
- package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +19 -18
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +41 -42
- package/lib/components/Datagrid/Datagrid/DatagridHead.js +9 -10
- package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +170 -123
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +17 -14
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +99 -89
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +62 -60
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +47 -56
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +17 -14
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +83 -96
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +73 -75
- package/lib/components/Datagrid/Datagrid/DraggableElement.js +37 -28
- package/lib/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +6 -4
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +9 -7
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +17 -19
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +34 -36
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +56 -85
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +86 -104
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +26 -28
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +96 -104
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +124 -135
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +90 -106
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +40 -45
- package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +13 -13
- package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +23 -30
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +2 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +211 -218
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +11 -9
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +4 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +44 -42
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +28 -17
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +195 -190
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +41 -39
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +7 -9
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +18 -15
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +5 -3
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +84 -73
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +22 -26
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +23 -27
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +19 -18
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +211 -173
- package/lib/components/Datagrid/common-column-ids.js +1 -1
- package/lib/components/Datagrid/useActionsColumn.js +80 -60
- package/lib/components/Datagrid/useColumnCenterAlign.js +17 -27
- package/lib/components/Datagrid/useColumnRightAlign.js +17 -28
- package/lib/components/Datagrid/useCustomizeColumns.js +17 -19
- package/lib/components/Datagrid/useDatagrid.js +12 -17
- package/lib/components/Datagrid/useDefaultStringRenderer.js +19 -20
- package/lib/components/Datagrid/useDisableSelectRows.js +49 -57
- package/lib/components/Datagrid/useEditableCell.js +1 -1
- package/lib/components/Datagrid/useExpandedRow.js +20 -25
- package/lib/components/Datagrid/useFiltering.js +51 -56
- package/lib/components/Datagrid/useFlexResize.js +31 -29
- package/lib/components/Datagrid/useFloatingScroll.js +40 -38
- package/lib/components/Datagrid/useFocusRowExpander.js +16 -15
- package/lib/components/Datagrid/useInfiniteScroll.js +22 -20
- package/lib/components/Datagrid/useInitialColumnSort.js +22 -21
- package/lib/components/Datagrid/useInlineEdit.js +24 -26
- package/lib/components/Datagrid/useNestedRowExpander.js +61 -78
- package/lib/components/Datagrid/useNestedRows.js +45 -45
- package/lib/components/Datagrid/useOnRowClick.js +32 -26
- package/lib/components/Datagrid/useParentDimensions.js +35 -37
- package/lib/components/Datagrid/useResizeTable.js +11 -9
- package/lib/components/Datagrid/useRowExpander.js +28 -25
- package/lib/components/Datagrid/useRowIsMouseOver.js +22 -28
- package/lib/components/Datagrid/useRowRenderer.js +25 -35
- package/lib/components/Datagrid/useRowSize.js +26 -23
- package/lib/components/Datagrid/useSelectAllToggle.js +47 -46
- package/lib/components/Datagrid/useSelectRows.js +89 -106
- package/lib/components/Datagrid/useSkeletonRows.js +14 -25
- package/lib/components/Datagrid/useSortableColumns.js +61 -87
- package/lib/components/Datagrid/useStickyColumn.js +84 -94
- package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +5 -16
- package/lib/components/Decorator/Decorator.js +3 -3
- package/lib/components/DecoratorBase/DecoratorBase.js +93 -87
- package/lib/components/DecoratorBase/DecoratorIcon.js +14 -14
- package/lib/components/DecoratorBase/utils.js +8 -6
- package/lib/components/DecoratorDualButton/DecoratorDualButton.js +4 -4
- package/lib/components/DecoratorLink/DecoratorLink.js +4 -4
- package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +4 -4
- package/lib/components/DelimitedList/DelimitedList.js +15 -14
- package/lib/components/DescriptionList/DescriptionList.js +20 -16
- package/lib/components/DescriptionList/DescriptionListBody.js +8 -8
- package/lib/components/DescriptionList/DescriptionListCell.js +8 -8
- package/lib/components/DescriptionList/DescriptionListRow.js +8 -8
- package/lib/components/DescriptionList/constants.js +1 -1
- package/lib/components/EditFullPage/EditFullPage.js +15 -9
- package/lib/components/EditInPlace/EditInPlace.js +79 -77
- package/lib/components/EditSidePanel/EditSidePanel.js +49 -46
- package/lib/components/EditTearsheet/EditTearsheet.js +64 -98
- package/lib/components/EditTearsheet/EditTearsheetForm.js +35 -27
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +14 -9
- package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +2 -9
- package/lib/components/EditUpdateCards/EditUpdateCards.js +41 -30
- package/lib/components/EmptyStates/EmptyState.js +37 -33
- package/lib/components/EmptyStates/EmptyStateContent.js +28 -20
- package/lib/components/EmptyStates/EmptyStateIllustration.js +14 -27
- package/lib/components/EmptyStates/EmptyStateV2.js +33 -28
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +27 -24
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +27 -24
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +27 -24
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +27 -24
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +27 -24
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +27 -24
- package/lib/components/EmptyStates/assets/ErrorIllustration.js +26 -25
- package/lib/components/EmptyStates/assets/NoDataIllustration.js +24 -23
- package/lib/components/EmptyStates/assets/NoTagsIllustration.js +53 -52
- package/lib/components/EmptyStates/assets/NotFoundIllustration.js +37 -36
- package/lib/components/EmptyStates/assets/NotificationsIllustration.js +42 -41
- package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +37 -36
- package/lib/components/ExportModal/ExportModal.js +81 -93
- package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +2 -10
- package/lib/components/ExpressiveCard/ExpressiveCard.js +11 -5
- package/lib/components/FeatureFlags/index.js +33 -43
- package/lib/components/FilterPanel/FilterPanel.js +11 -11
- package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +19 -19
- package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +20 -24
- package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +12 -12
- package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +53 -59
- package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +14 -14
- package/lib/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +12 -12
- package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +20 -24
- package/lib/components/FilterSummary/FilterSummary.js +59 -66
- package/lib/components/FullPageError/FullPageError.js +27 -25
- package/lib/components/FullPageError/assets/Error403SVG.js +4 -2
- package/lib/components/FullPageError/assets/Error404SVG.js +4 -2
- package/lib/components/FullPageError/assets/ErrorGenericSVG.js +4 -2
- package/lib/components/GetStartedCard/GetStartedCard.js +5 -5
- package/lib/components/Guidebanner/Guidebanner.js +45 -62
- package/lib/components/Guidebanner/GuidebannerElement.js +13 -13
- package/lib/components/Guidebanner/GuidebannerElementButton.js +14 -16
- package/lib/components/Guidebanner/GuidebannerElementLink.js +8 -8
- package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +17 -17
- package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +17 -17
- package/lib/components/HTTPErrors/HTTPErrorContent.js +22 -21
- package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +17 -17
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +83 -81
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +87 -85
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +83 -81
- package/lib/components/ImportModal/ImportModal.js +124 -161
- package/lib/components/InlineTip/InlineTip.js +44 -59
- package/lib/components/InlineTip/InlineTipButton.js +8 -8
- package/lib/components/InlineTip/InlineTipLink.js +11 -12
- package/lib/components/InlineTip/utils.js +9 -19
- package/lib/components/InterstitialScreen/InterstitialScreen.js +61 -82
- package/lib/components/InterstitialScreen/InterstitialScreenBody.js +55 -61
- package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +86 -117
- package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +29 -25
- package/lib/components/MultiAddSelect/MultiAddSelect.js +5 -7
- package/lib/components/Nav/Nav.js +38 -42
- package/lib/components/Nav/NavItem.js +43 -50
- package/lib/components/Nav/NavItemLink.js +9 -8
- package/lib/components/Nav/NavList.js +56 -65
- package/lib/components/NonLinearReading/NonLinearReading.js +17 -22
- package/lib/components/NotificationsPanel/NotificationsPanel.js +177 -257
- package/lib/components/NotificationsPanel/utils.js +26 -24
- package/lib/components/OptionsTile/OptionsTile.js +88 -80
- package/lib/components/PageHeader/PageHeader.js +292 -255
- package/lib/components/PageHeader/PageHeaderTitle.js +42 -35
- package/lib/components/PageHeader/PageHeaderUtils.js +31 -28
- package/lib/components/ProductiveCard/ProductiveCard.d.ts +2 -13
- package/lib/components/ProductiveCard/ProductiveCard.js +19 -13
- package/lib/components/RemoveModal/RemoveModal.js +45 -48
- package/lib/components/Saving/Saving.js +51 -56
- package/lib/components/ScrollGradient/ScrollGradient.js +62 -65
- package/lib/components/ScrollGradient/constants.js +13 -24
- package/lib/components/SearchBar/SearchBar.d.ts +5 -6
- package/lib/components/SearchBar/SearchBar.js +61 -67
- package/lib/components/SidePanel/SidePanel.d.ts +2 -5
- package/lib/components/SidePanel/SidePanel.js +243 -244
- package/lib/components/SidePanel/constants.js +1 -1
- package/lib/components/SimpleHeader/SimpleHeader.js +21 -24
- package/lib/components/SingleAddSelect/SingleAddSelect.js +3 -3
- package/lib/components/StatusIcon/StatusIcon.js +194 -280
- package/lib/components/StatusIndicator/StatusIndicator.js +20 -23
- package/lib/components/StatusIndicator/StatusIndicatorStep.js +17 -17
- package/lib/components/StringFormatter/StringFormatter.js +60 -36
- package/lib/components/StringFormatter/utils/enums.js +13 -13
- package/lib/components/TagOverflow/TagOverflow.js +69 -73
- package/lib/components/TagOverflow/TagOverflowModal.js +48 -51
- package/lib/components/TagOverflow/TagOverflowPopover.js +62 -60
- package/lib/components/TagOverflow/constants.js +1 -1
- package/lib/components/TagSet/TagSet.js +103 -129
- package/lib/components/TagSet/TagSetModal.js +47 -50
- package/lib/components/TagSet/TagSetOverflow.js +53 -49
- package/lib/components/Tearsheet/Tearsheet.js +21 -21
- package/lib/components/Tearsheet/TearsheetNarrow.js +19 -18
- package/lib/components/Tearsheet/TearsheetShell.js +156 -152
- package/lib/components/Toolbar/Toolbar.js +43 -46
- package/lib/components/Toolbar/ToolbarButton.js +24 -23
- package/lib/components/Toolbar/ToolbarGroup.js +8 -7
- package/lib/components/TooltipTrigger/TooltipTrigger.js +9 -8
- package/lib/components/TruncatedList/TruncatedList.js +43 -60
- package/lib/components/UserAvatar/UserAvatar.js +48 -47
- package/lib/components/UserProfileImage/UserProfileImage.js +58 -73
- package/lib/components/WebTerminal/WebTerminal.js +63 -66
- package/lib/components/WebTerminal/WebTerminalContentWrapper.js +15 -10
- package/lib/components/WebTerminal/hooks/index.js +21 -23
- package/lib/components/_Canary/Canary.js +12 -7
- package/lib/global/js/hooks/useActiveElement.js +5 -9
- package/lib/global/js/hooks/useClickOutside.js +4 -4
- package/lib/global/js/hooks/useControllableState.js +3 -7
- package/lib/global/js/hooks/useCreateComponentFocus.js +16 -30
- package/lib/global/js/hooks/useCreateComponentStepChange.js +99 -190
- package/lib/global/js/hooks/useFocus.js +64 -85
- package/lib/global/js/hooks/useIsomorphicEffect.js +1 -1
- package/lib/global/js/hooks/useOverflowItems/useOverflowItems.js +48 -58
- package/lib/global/js/hooks/useOverflowString.js +13 -24
- package/lib/global/js/hooks/usePortalTarget.js +5 -11
- package/lib/global/js/hooks/usePrefersReducedMotion.js +12 -12
- package/lib/global/js/hooks/usePrefix.js +1 -3
- package/lib/global/js/hooks/usePresence.js +8 -12
- package/lib/global/js/hooks/usePreviousValue.js +3 -3
- package/lib/global/js/hooks/useResetCreateComponent.js +15 -13
- package/lib/global/js/hooks/useResizeObserver.js +26 -34
- package/lib/global/js/hooks/useRetrieveFormTitles.js +10 -9
- package/lib/global/js/hooks/useRetrieveStepData.js +21 -20
- package/lib/global/js/hooks/useValidCreateStepCount.js +3 -3
- package/lib/global/js/hooks/useWindowResize.js +23 -23
- package/lib/global/js/hooks/useWindowScroll.js +15 -18
- package/lib/global/js/package-settings.js +43 -56
- package/lib/global/js/utils/Wrap.js +18 -17
- package/lib/global/js/utils/clamp.js +1 -1
- package/lib/global/js/utils/debounce.js +6 -6
- package/lib/global/js/utils/deepCloneObject.js +7 -16
- package/lib/global/js/utils/deepCompareObject.js +9 -18
- package/lib/global/js/utils/devtools.js +3 -2
- package/lib/global/js/utils/getFocusableElements.js +2 -13
- package/lib/global/js/utils/getNodeTextContent.js +6 -15
- package/lib/global/js/utils/getNumberOfHiddenSteps.js +3 -3
- package/lib/global/js/utils/getScrollbarWidth.js +3 -3
- package/lib/global/js/utils/getSupportedLocale.js +3 -3
- package/lib/global/js/utils/lastIndexInArray.js +3 -4
- package/lib/global/js/utils/pconsole.js +15 -22
- package/lib/global/js/utils/props-helper.js +34 -40
- package/lib/global/js/utils/rangeWithCallback.js +2 -2
- package/lib/global/js/utils/scrollableAncestor.js +8 -17
- package/lib/global/js/utils/throttle.js +4 -4
- package/lib/global/js/utils/useId.js +11 -3
- package/lib/global/js/utils/uuidv4.js +3 -7
- package/lib/global/js/utils/wait.js +1 -3
- package/lib/index.js +1 -4
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +17 -19
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +1263 -1136
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1330 -1186
- package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +1 -1
- package/lib/node_modules/@carbon/icons-react/node_modules/@carbon/icon-helpers/es/index.js +3 -5
- package/lib/node_modules/prop-types/checkPropTypes.js +4 -5
- package/lib/node_modules/prop-types/factoryWithThrowingShims.js +1 -1
- package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +6 -7
- package/lib/settings.js +15 -19
- package/package.json +13 -13
- package/scss/components/Datagrid/styles/_useSortableColumns.scss +3 -0
- package/scss/components/NotificationsPanel/_notifications-panel.scss +16 -4
- package/scss/components/StringFormatter/_string-formatter.scss +18 -2
- package/scss/components/Tearsheet/_tearsheet.scss +1 -22
- package/telemetry.yml +2 -3
- package/es/global/js/utils/checkForOverflow.js +0 -21
- package/lib/global/js/utils/checkForOverflow.js +0 -23
@@ -3775,6 +3775,7 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
3775
3775
|
letter-spacing: var(--cds-heading-04-letter-spacing, 0);
|
3776
3776
|
}
|
3777
3777
|
.c4p--tearsheet .c4p--tearsheet__header-description {
|
3778
|
+
display: inline-flex;
|
3778
3779
|
margin-block-start: 1rem;
|
3779
3780
|
max-inline-size: 100%;
|
3780
3781
|
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
@@ -3787,24 +3788,6 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
3787
3788
|
max-inline-size: 60%;
|
3788
3789
|
}
|
3789
3790
|
}
|
3790
|
-
.c4p--tearsheet .c4p--tearsheet__description-tooltip .cds--definition-term {
|
3791
|
-
border-block-end: 0;
|
3792
|
-
letter-spacing: inherit;
|
3793
|
-
word-break: break-word;
|
3794
|
-
}
|
3795
|
-
.c4p--tearsheet .c4p--tearsheet__description-tooltip {
|
3796
|
-
display: inline-flex;
|
3797
|
-
}
|
3798
|
-
.c4p--tearsheet .c4p--tearsheet__description-tooltip .cds--popover-content.cds--definition-tooltip {
|
3799
|
-
max-inline-size: fit-content;
|
3800
|
-
}
|
3801
|
-
.c4p--tearsheet .c4p--tearsheet__description-text {
|
3802
|
-
display: -webkit-box;
|
3803
|
-
overflow: hidden;
|
3804
|
-
-webkit-box-orient: vertical;
|
3805
|
-
-webkit-line-clamp: 2;
|
3806
|
-
line-clamp: 2;
|
3807
|
-
}
|
3808
3791
|
.c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header-description {
|
3809
3792
|
margin-block-start: 0.5rem;
|
3810
3793
|
}
|
@@ -5182,7 +5165,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
5182
5165
|
.c4p--notifications-panel__container .c4p--notifications-panel__header-container {
|
5183
5166
|
position: sticky;
|
5184
5167
|
z-index: 2;
|
5185
|
-
padding: 0.5rem 1rem
|
5168
|
+
padding: 0.5rem 1rem;
|
5186
5169
|
background-color: var(--cds-layer-01, #f4f4f4);
|
5187
5170
|
border-block-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
|
5188
5171
|
inset-block-start: 0;
|
@@ -5192,6 +5175,9 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
5192
5175
|
align-items: center;
|
5193
5176
|
justify-content: space-between;
|
5194
5177
|
}
|
5178
|
+
.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__do-not-disturb-toggle {
|
5179
|
+
padding-block-end: 0.5rem;
|
5180
|
+
}
|
5195
5181
|
.c4p--notifications-panel__container .c4p--notifications-panel__header-container .c4p--notifications-panel__do-not-disturb-toggle .cds--toggle__label-text {
|
5196
5182
|
position: absolute;
|
5197
5183
|
overflow: hidden;
|
@@ -5225,7 +5211,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
5225
5211
|
padding: 0.5rem 1rem;
|
5226
5212
|
background-color: var(--cds-layer-01, #f4f4f4);
|
5227
5213
|
color: var(--cds-text-secondary, #525252);
|
5228
|
-
inset-block-start:
|
5214
|
+
inset-block-start: 3.0625rem;
|
5229
5215
|
}
|
5230
5216
|
.c4p--notifications-panel__container .c4p--notifications-panel__notification:hover,
|
5231
5217
|
.c4p--notifications-panel__container .c4p--notifications-panel__notification:focus {
|
@@ -5431,6 +5417,10 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
5431
5417
|
margin: 0;
|
5432
5418
|
}
|
5433
5419
|
|
5420
|
+
.c4p--notifications-panel__header-container:has(.c4p--notifications-panel__do-not-disturb-toggle) + .c4p--notifications-panel__main-section .c4p--notifications-panel__time-section-label {
|
5421
|
+
inset-block-start: 4.8125rem;
|
5422
|
+
}
|
5423
|
+
|
5434
5424
|
.cds--grid {
|
5435
5425
|
margin-inline: auto;
|
5436
5426
|
max-inline-size: 99rem;
|
@@ -11064,6 +11054,10 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
11064
11054
|
* This source code is licensed under the Apache-2.0 license found in the
|
11065
11055
|
* LICENSE file in the root directory of this source tree.
|
11066
11056
|
*/
|
11057
|
+
.c4p--datagrid__sortableColumn {
|
11058
|
+
/* stylelint-disable-next-line declaration-no-important */
|
11059
|
+
padding-inline: 1rem !important;
|
11060
|
+
}
|
11067
11061
|
.c4p--datagrid__sortableColumn .cds--table-header-label .header-title {
|
11068
11062
|
display: inline-block;
|
11069
11063
|
inline-size: auto;
|
@@ -15937,7 +15931,21 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
15937
15931
|
|
15938
15932
|
.c4p--string-formatter {
|
15939
15933
|
display: inline-block;
|
15940
|
-
|
15934
|
+
}
|
15935
|
+
.c4p--string-formatter--truncate {
|
15936
|
+
display: -webkit-box;
|
15937
|
+
overflow: hidden;
|
15938
|
+
-webkit-box-orient: vertical;
|
15939
|
+
line-height: inherit;
|
15940
|
+
text-overflow: ellipsis;
|
15941
|
+
word-break: break-word;
|
15942
|
+
}
|
15943
|
+
.c4p--string-formatter button.cds--definition-term {
|
15944
|
+
border-block-end: none;
|
15945
|
+
letter-spacing: inherit;
|
15946
|
+
}
|
15947
|
+
.c4p--string-formatter .cds--popover-container {
|
15948
|
+
display: flex;
|
15941
15949
|
}
|
15942
15950
|
|
15943
15951
|
.c4p--string-formatter--content {
|
@@ -15950,7 +15958,6 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
15950
15958
|
overflow: hidden;
|
15951
15959
|
-webkit-box-orient: vertical;
|
15952
15960
|
-webkit-line-clamp: 1;
|
15953
|
-
max-inline-size: 80ch;
|
15954
15961
|
}
|
15955
15962
|
|
15956
15963
|
.c4p--string-formatter__tooltip > button {
|
@@ -19288,7 +19295,9 @@ em {
|
|
19288
19295
|
--cds-tag-hover-warm-gray: #d8d0cf;
|
19289
19296
|
--cds-status-red: #da1e28;
|
19290
19297
|
--cds-status-orange: #ff832b;
|
19298
|
+
--cds-status-orange-outline: #ba4e00;
|
19291
19299
|
--cds-status-yellow: #f1c21b;
|
19300
|
+
--cds-status-yellow-outline: #8e6a00;
|
19292
19301
|
--cds-status-green: #24a148;
|
19293
19302
|
--cds-status-blue: #0043ce;
|
19294
19303
|
--cds-status-purple: #8a3ffc;
|
@@ -19518,7 +19527,9 @@ em {
|
|
19518
19527
|
--cds-tag-hover-warm-gray: #d8d0cf;
|
19519
19528
|
--cds-status-red: #da1e28;
|
19520
19529
|
--cds-status-orange: #ff832b;
|
19530
|
+
--cds-status-orange-outline: #ba4e00;
|
19521
19531
|
--cds-status-yellow: #f1c21b;
|
19532
|
+
--cds-status-yellow-outline: #8e6a00;
|
19522
19533
|
--cds-status-green: #24a148;
|
19523
19534
|
--cds-status-blue: #0043ce;
|
19524
19535
|
--cds-status-purple: #8a3ffc;
|
@@ -19747,7 +19758,9 @@ em {
|
|
19747
19758
|
--cds-tag-hover-warm-gray: #696363;
|
19748
19759
|
--cds-status-red: #fa4d56;
|
19749
19760
|
--cds-status-orange: #ff832b;
|
19761
|
+
--cds-status-orange-outline: #ff832b;
|
19750
19762
|
--cds-status-yellow: #f1c21b;
|
19763
|
+
--cds-status-yellow-outline: #f1c21b;
|
19751
19764
|
--cds-status-green: #42be65;
|
19752
19765
|
--cds-status-blue: #4589ff;
|
19753
19766
|
--cds-status-purple: #a56eff;
|
@@ -19976,7 +19989,9 @@ em {
|
|
19976
19989
|
--cds-tag-hover-warm-gray: #696363;
|
19977
19990
|
--cds-status-red: #fa4d56;
|
19978
19991
|
--cds-status-orange: #ff832b;
|
19992
|
+
--cds-status-orange-outline: #ff832b;
|
19979
19993
|
--cds-status-yellow: #f1c21b;
|
19994
|
+
--cds-status-yellow-outline: #f1c21b;
|
19980
19995
|
--cds-status-green: #42be65;
|
19981
19996
|
--cds-status-blue: #4589ff;
|
19982
19997
|
--cds-status-purple: #a56eff;
|
@@ -20442,6 +20457,27 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
20442
20457
|
transform: translate(var(--cds-popover-offset, 0rem), calc(100% + var(--cds-popover-offset, 0rem)));
|
20443
20458
|
}
|
20444
20459
|
|
20460
|
+
.cds--popover--bottom-end:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-caret,
|
20461
|
+
.cds--popover--top-end:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-caret {
|
20462
|
+
inset-block-end: 0;
|
20463
|
+
inset-inline-end: 0;
|
20464
|
+
inset-inline-start: auto;
|
20465
|
+
}
|
20466
|
+
|
20467
|
+
.cds--popover--bottom-start:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-caret {
|
20468
|
+
inset-block-end: 0;
|
20469
|
+
inset-inline-end: auto;
|
20470
|
+
inset-inline-start: 0;
|
20471
|
+
transform: translate(50%, calc(var(--cds-popover-offset, 0rem)));
|
20472
|
+
}
|
20473
|
+
|
20474
|
+
.cds--popover--top-start:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-caret {
|
20475
|
+
inset-block-end: 0;
|
20476
|
+
inset-inline-end: auto;
|
20477
|
+
inset-inline-start: 0;
|
20478
|
+
transform: translate(50%, calc(-1 * var(--cds-popover-offset, 0rem)));
|
20479
|
+
}
|
20480
|
+
|
20445
20481
|
[dir=rtl] .cds--popover--bottom-right:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-content,
|
20446
20482
|
[dir=rtl] .cds--popover--bottom-end:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-content {
|
20447
20483
|
inset-inline-start: 0;
|
@@ -20791,7 +20827,6 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
20791
20827
|
line-height: var(--cds-body-01-line-height, 1.42857);
|
20792
20828
|
letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
|
20793
20829
|
padding: var(--cds-tooltip-padding-block, 1rem) var(--cds-tooltip-padding-inline, 1rem);
|
20794
|
-
color: var(--cds-text-inverse, #ffffff);
|
20795
20830
|
max-inline-size: 18rem;
|
20796
20831
|
}
|
20797
20832
|
|
@@ -20859,6 +20894,8 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
20859
20894
|
letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
|
20860
20895
|
padding: 0.5rem 1rem;
|
20861
20896
|
max-inline-size: 11rem;
|
20897
|
+
text-wrap: auto;
|
20898
|
+
word-break: break-word;
|
20862
20899
|
}
|
20863
20900
|
|
20864
20901
|
.cds--btn {
|
@@ -21015,7 +21052,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
21015
21052
|
}
|
21016
21053
|
.cds--btn--tertiary:disabled, .cds--btn--tertiary:hover:disabled, .cds--btn--tertiary:focus:disabled, .cds--btn--tertiary.cds--btn--disabled, .cds--btn--tertiary.cds--btn--disabled:hover, .cds--btn--tertiary.cds--btn--disabled:focus {
|
21017
21054
|
background: transparent;
|
21018
|
-
color: var(--cds-text-
|
21055
|
+
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
21019
21056
|
outline: none;
|
21020
21057
|
}
|
21021
21058
|
|
@@ -21055,7 +21092,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
21055
21092
|
.cds--btn--ghost:disabled, .cds--btn--ghost:hover:disabled, .cds--btn--ghost:focus:disabled, .cds--btn--ghost.cds--btn--disabled, .cds--btn--ghost.cds--btn--disabled:hover, .cds--btn--ghost.cds--btn--disabled:focus {
|
21056
21093
|
border-color: transparent;
|
21057
21094
|
background: transparent;
|
21058
|
-
color: var(--cds-text-
|
21095
|
+
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
21059
21096
|
outline: none;
|
21060
21097
|
}
|
21061
21098
|
.cds--btn--ghost:not([disabled]) svg {
|
@@ -21178,7 +21215,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
21178
21215
|
}
|
21179
21216
|
.cds--btn--danger--tertiary:disabled, .cds--btn--danger--tertiary:hover:disabled, .cds--btn--danger--tertiary:focus:disabled, .cds--btn--danger--tertiary.cds--btn--disabled, .cds--btn--danger--tertiary.cds--btn--disabled:hover, .cds--btn--danger--tertiary.cds--btn--disabled:focus {
|
21180
21217
|
background: transparent;
|
21181
|
-
color: var(--cds-text-
|
21218
|
+
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
21182
21219
|
outline: none;
|
21183
21220
|
}
|
21184
21221
|
.cds--btn--danger--ghost {
|
@@ -21319,6 +21356,11 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
21319
21356
|
box-shadow: none;
|
21320
21357
|
}
|
21321
21358
|
|
21359
|
+
.cds--btn--sm .cds--badge-indicator {
|
21360
|
+
margin-block-start: 0.25rem;
|
21361
|
+
margin-inline-end: 0.25rem;
|
21362
|
+
}
|
21363
|
+
|
21322
21364
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
21323
21365
|
.cds--btn:focus {
|
21324
21366
|
color: Highlight;
|
@@ -22302,6 +22344,30 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
22302
22344
|
padding-block-start: 100%;
|
22303
22345
|
}
|
22304
22346
|
|
22347
|
+
.cds--badge-indicator {
|
22348
|
+
font-size: var(--cds-helper-text-01-font-size, 0.75rem);
|
22349
|
+
line-height: var(--cds-helper-text-01-line-height, 1.33333);
|
22350
|
+
letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
|
22351
|
+
position: absolute;
|
22352
|
+
display: flex;
|
22353
|
+
padding: 0 0.25rem 0.125rem;
|
22354
|
+
border-radius: 100px;
|
22355
|
+
background: var(--cds-support-error, #da1e28);
|
22356
|
+
color: var(--cds-text-on-color, #ffffff);
|
22357
|
+
inset-block-start: 0;
|
22358
|
+
inset-inline-end: 0;
|
22359
|
+
margin-block-start: 0.5rem;
|
22360
|
+
margin-inline-end: 0.5rem;
|
22361
|
+
max-block-size: 1rem;
|
22362
|
+
min-block-size: 0.5rem;
|
22363
|
+
min-inline-size: 0.5rem;
|
22364
|
+
}
|
22365
|
+
|
22366
|
+
.cds--badge-indicator--count {
|
22367
|
+
margin-block-start: 0.25rem;
|
22368
|
+
margin-inline-end: 0.25rem;
|
22369
|
+
}
|
22370
|
+
|
22305
22371
|
.cds--overflow-menu,
|
22306
22372
|
.cds--overflow-menu__trigger {
|
22307
22373
|
box-sizing: border-box;
|
@@ -22725,6 +22791,17 @@ a.cds--overflow-menu-options__btn::before {
|
|
22725
22791
|
}
|
22726
22792
|
}
|
22727
22793
|
|
22794
|
+
.cds--breadcrumb--sm {
|
22795
|
+
font-size: var(--cds-label-01-font-size, 0.75rem);
|
22796
|
+
font-weight: var(--cds-label-01-font-weight, 400);
|
22797
|
+
line-height: var(--cds-label-01-line-height, 1.33333);
|
22798
|
+
letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
|
22799
|
+
}
|
22800
|
+
|
22801
|
+
.cds--breadcrumb .cds--link {
|
22802
|
+
font: inherit;
|
22803
|
+
}
|
22804
|
+
|
22728
22805
|
.cds--breadcrumb-item {
|
22729
22806
|
position: relative;
|
22730
22807
|
display: flex;
|
@@ -22732,6 +22809,10 @@ a.cds--overflow-menu-options__btn::before {
|
|
22732
22809
|
margin-inline-end: 0.5rem;
|
22733
22810
|
}
|
22734
22811
|
|
22812
|
+
.cds--breadcrumb--sm .cds--breadcrumb-item {
|
22813
|
+
margin-inline-end: 0.25rem;
|
22814
|
+
}
|
22815
|
+
|
22735
22816
|
.cds--breadcrumb-item .cds--link:visited {
|
22736
22817
|
color: var(--cds-link-primary, #0f62fe);
|
22737
22818
|
}
|
@@ -22739,12 +22820,21 @@ a.cds--overflow-menu-options__btn::before {
|
|
22739
22820
|
color: var(--cds-link-primary-hover, #0043ce);
|
22740
22821
|
}
|
22741
22822
|
|
22823
|
+
.cds--breadcrumb-item .cds--link:active,
|
22824
|
+
.cds--breadcrumb-item .cds--link:visited:active:hover {
|
22825
|
+
color: var(--cds-text-primary, #161616);
|
22826
|
+
}
|
22827
|
+
|
22742
22828
|
.cds--breadcrumb-item::after {
|
22743
22829
|
color: var(--cds-text-primary, #161616);
|
22744
22830
|
content: "/";
|
22745
22831
|
margin-inline-start: 0.5rem;
|
22746
22832
|
}
|
22747
22833
|
|
22834
|
+
.cds--breadcrumb--sm .cds--breadcrumb-item::after {
|
22835
|
+
margin-inline-start: 0.25rem;
|
22836
|
+
}
|
22837
|
+
|
22748
22838
|
.cds--breadcrumb--no-trailing-slash .cds--breadcrumb-item:last-child::after {
|
22749
22839
|
content: "";
|
22750
22840
|
}
|
@@ -22771,17 +22861,29 @@ a.cds--overflow-menu-options__btn::before {
|
|
22771
22861
|
.cds--breadcrumb-item .cds--overflow-menu {
|
22772
22862
|
position: relative;
|
22773
22863
|
block-size: 1.125rem;
|
22774
|
-
inline-size:
|
22864
|
+
inline-size: 1rem;
|
22775
22865
|
}
|
22776
22866
|
.cds--breadcrumb-item .cds--overflow-menu:focus {
|
22867
|
+
border: none;
|
22868
|
+
box-shadow: none;
|
22777
22869
|
outline: 1px solid var(--cds-focus, #0f62fe);
|
22870
|
+
outline-offset: 0;
|
22778
22871
|
}
|
22779
22872
|
.cds--breadcrumb-item .cds--overflow-menu:hover {
|
22780
22873
|
background: transparent;
|
22781
22874
|
}
|
22875
|
+
.cds--breadcrumb-item .cds--overflow-menu:hover::after {
|
22876
|
+
background: var(--cds-link-primary-hover, #0043ce);
|
22877
|
+
}
|
22878
|
+
.cds--breadcrumb-item .cds--overflow-menu:active::after {
|
22879
|
+
background: var(--cds-text-primary, #161616);
|
22880
|
+
}
|
22881
|
+
.cds--breadcrumb-item .cds--overflow-menu:focus::after, .cds--breadcrumb-item .cds--overflow-menu:hover::after {
|
22882
|
+
opacity: 1;
|
22883
|
+
}
|
22782
22884
|
.cds--breadcrumb-item .cds--overflow-menu::after {
|
22783
22885
|
position: absolute;
|
22784
|
-
background: var(--cds-
|
22886
|
+
background: var(--cds-focus, #0f62fe);
|
22785
22887
|
block-size: 1px;
|
22786
22888
|
content: "";
|
22787
22889
|
inline-size: 0.75rem;
|
@@ -22795,16 +22897,12 @@ a.cds--overflow-menu-options__btn::before {
|
|
22795
22897
|
}
|
22796
22898
|
}
|
22797
22899
|
|
22798
|
-
.cds--breadcrumb-item .cds--overflow-menu:hover::after {
|
22799
|
-
opacity: 1;
|
22800
|
-
}
|
22801
|
-
|
22802
22900
|
.cds--breadcrumb-item .cds--overflow-menu.cds--overflow-menu--open {
|
22803
22901
|
background: transparent;
|
22804
22902
|
box-shadow: none;
|
22805
22903
|
}
|
22806
22904
|
|
22807
|
-
.cds--breadcrumb-item .cds--overflow-menu__icon {
|
22905
|
+
.cds--breadcrumb-item .cds--overflow-menu .cds--overflow-menu__icon {
|
22808
22906
|
position: relative;
|
22809
22907
|
fill: var(--cds-link-primary, #0f62fe);
|
22810
22908
|
transform: translateY(4px);
|
@@ -22814,6 +22912,10 @@ a.cds--overflow-menu-options__btn::before {
|
|
22814
22912
|
fill: var(--cds-link-primary-hover, #0043ce);
|
22815
22913
|
}
|
22816
22914
|
|
22915
|
+
.cds--breadcrumb-item .cds--overflow-menu:active .cds--overflow-menu__icon {
|
22916
|
+
fill: var(--cds-text-primary, #161616);
|
22917
|
+
}
|
22918
|
+
|
22817
22919
|
.cds--breadcrumb-menu-options:focus {
|
22818
22920
|
outline: none;
|
22819
22921
|
}
|
@@ -22835,6 +22937,20 @@ a.cds--overflow-menu-options__btn::before {
|
|
22835
22937
|
inset-inline-start: initial;
|
22836
22938
|
}
|
22837
22939
|
|
22940
|
+
.cds--breadcrumb .cds--overflow-menu.cds--btn--icon-only {
|
22941
|
+
min-block-size: 1.125rem;
|
22942
|
+
padding-inline: 0;
|
22943
|
+
}
|
22944
|
+
|
22945
|
+
.cds--breadcrumb--sm .cds--breadcrumb-item .cds--overflow-menu {
|
22946
|
+
block-size: 1rem;
|
22947
|
+
inline-size: 1rem;
|
22948
|
+
min-block-size: 1rem;
|
22949
|
+
}
|
22950
|
+
.cds--breadcrumb--sm .cds--breadcrumb-item .cds--overflow-menu .cds--overflow-menu__icon {
|
22951
|
+
transform: translateY(3px);
|
22952
|
+
}
|
22953
|
+
|
22838
22954
|
.cds--breadcrumb.cds--skeleton .cds--link {
|
22839
22955
|
position: relative;
|
22840
22956
|
padding: 0;
|
@@ -22866,11 +22982,6 @@ a.cds--overflow-menu-options__btn::before {
|
|
22866
22982
|
}
|
22867
22983
|
}
|
22868
22984
|
|
22869
|
-
.cds--breadcrumb .cds--overflow-menu.cds--btn--icon-only {
|
22870
|
-
min-block-size: 1.125rem;
|
22871
|
-
padding-inline: 0;
|
22872
|
-
}
|
22873
|
-
|
22874
22985
|
.cds--link {
|
22875
22986
|
box-sizing: border-box;
|
22876
22987
|
padding: 0;
|
@@ -26881,14 +26992,6 @@ fieldset[disabled] .cds--form__helper-text {
|
|
26881
26992
|
block-size: 3rem;
|
26882
26993
|
}
|
26883
26994
|
|
26884
|
-
.cds--menu-item__icon {
|
26885
|
-
display: none;
|
26886
|
-
}
|
26887
|
-
|
26888
|
-
.cds--menu--with-icons .cds--menu-item__icon {
|
26889
|
-
display: flex;
|
26890
|
-
}
|
26891
|
-
|
26892
26995
|
.cds--menu-item__label {
|
26893
26996
|
overflow: hidden;
|
26894
26997
|
text-overflow: ellipsis;
|
@@ -26918,12 +27021,35 @@ fieldset[disabled] .cds--form__helper-text {
|
|
26918
27021
|
box-sizing: inherit;
|
26919
27022
|
}
|
26920
27023
|
|
27024
|
+
.cds--menu-item__icon,
|
27025
|
+
.cds--menu-item__selection-icon {
|
27026
|
+
display: none;
|
27027
|
+
}
|
27028
|
+
|
26921
27029
|
.cds--menu--with-icons > .cds--menu-item,
|
26922
27030
|
.cds--menu--with-icons > .cds--menu-item-group > ul > .cds--menu-item,
|
26923
|
-
.cds--menu--with-icons > .cds--menu-item-radio-group > ul > .cds--menu-item
|
27031
|
+
.cds--menu--with-icons > .cds--menu-item-radio-group > ul > .cds--menu-item,
|
27032
|
+
.cds--menu--with-selectable-items > .cds--menu-item,
|
27033
|
+
.cds--menu--with-selectable-items > .cds--menu-item-group > ul > .cds--menu-item,
|
27034
|
+
.cds--menu--with-selectable-items > .cds--menu-item-radio-group > ul > .cds--menu-item {
|
26924
27035
|
grid-template-columns: 1rem 1fr max-content;
|
26925
27036
|
}
|
26926
27037
|
|
27038
|
+
.cds--menu--with-icons > .cds--menu-item > .cds--menu-item__icon,
|
27039
|
+
.cds--menu--with-icons > .cds--menu-item-group > ul > .cds--menu-item > .cds--menu-item__icon,
|
27040
|
+
.cds--menu--with-icons > .cds--menu-item-radio-group > ul > .cds--menu-item > .cds--menu-item__icon,
|
27041
|
+
.cds--menu--with-selectable-items > .cds--menu-item > .cds--menu-item__selection-icon,
|
27042
|
+
.cds--menu--with-selectable-items > .cds--menu-item-group > ul > .cds--menu-item > .cds--menu-item__selection-icon,
|
27043
|
+
.cds--menu--with-selectable-items > .cds--menu-item-radio-group > ul > .cds--menu-item > .cds--menu-item__selection-icon {
|
27044
|
+
display: flex;
|
27045
|
+
}
|
27046
|
+
|
27047
|
+
.cds--menu--with-icons.cds--menu--with-selectable-items > .cds--menu-item,
|
27048
|
+
.cds--menu--with-icons.cds--menu--with-selectable-items > .cds--menu-item-group > ul > .cds--menu-item,
|
27049
|
+
.cds--menu--with-icons.cds--menu--with-selectable-items > .cds--menu-item-radio-group > ul > .cds--menu-item {
|
27050
|
+
grid-template-columns: 1rem 1rem 1fr max-content;
|
27051
|
+
}
|
27052
|
+
|
26927
27053
|
.cds--menu-item--disabled {
|
26928
27054
|
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
26929
27055
|
cursor: not-allowed;
|
@@ -31198,6 +31324,117 @@ th .cds--table-sort__flex {
|
|
31198
31324
|
}
|
31199
31325
|
}
|
31200
31326
|
|
31327
|
+
.cds--dialog {
|
31328
|
+
padding: 0;
|
31329
|
+
border: none;
|
31330
|
+
background-color: var(--cds-layer);
|
31331
|
+
color: var(--cds-text-primary, #161616);
|
31332
|
+
inline-size: 48rem;
|
31333
|
+
max-block-size: 50%;
|
31334
|
+
max-inline-size: 100%;
|
31335
|
+
opacity: 0;
|
31336
|
+
transform: translateY(calc(-1 * 1.5rem));
|
31337
|
+
/** opening and closing is used in as allow-discrete is not currently supported wide enough
|
31338
|
+
* https://caniuse.com/mdn-css_properties_display_is_transitionable
|
31339
|
+
*/
|
31340
|
+
transition: opacity 240ms cubic-bezier(0.4, 0.14, 1, 1), transform 240ms cubic-bezier(0.4, 0.14, 1, 1), overlay 240ms cubic-bezier(0.4, 0.14, 1, 1) allow-discrete, display 240ms cubic-bezier(0.4, 0.14, 1, 1) allow-discrete;
|
31341
|
+
/** starting style also not supported widely
|
31342
|
+
* https://caniuse.com/mdn-css_at-rules_starting-style
|
31343
|
+
*/
|
31344
|
+
/* Before-open state */
|
31345
|
+
/* Needs to be after the previous dialog[open] rule to take effect,
|
31346
|
+
as the specificity is the same */
|
31347
|
+
}
|
31348
|
+
@media (prefers-reduced-motion) {
|
31349
|
+
.cds--dialog {
|
31350
|
+
transition: none;
|
31351
|
+
}
|
31352
|
+
}
|
31353
|
+
@media (min-width: 42rem) {
|
31354
|
+
.cds--dialog {
|
31355
|
+
max-inline-size: 84%;
|
31356
|
+
}
|
31357
|
+
}
|
31358
|
+
@media (min-width: 66rem) {
|
31359
|
+
.cds--dialog {
|
31360
|
+
max-inline-size: 72%;
|
31361
|
+
}
|
31362
|
+
}
|
31363
|
+
@media (min-width: 82rem) {
|
31364
|
+
.cds--dialog {
|
31365
|
+
max-inline-size: 64%;
|
31366
|
+
}
|
31367
|
+
}
|
31368
|
+
@media (min-width: 82rem) {
|
31369
|
+
.cds--dialog {
|
31370
|
+
max-inline-size: 60%;
|
31371
|
+
}
|
31372
|
+
}
|
31373
|
+
.cds--dialog[open] {
|
31374
|
+
opacity: 1;
|
31375
|
+
transform: translateY(0);
|
31376
|
+
transition: opacity 240ms cubic-bezier(0, 0, 0.3, 1), transform 240ms cubic-bezier(0, 0, 0.3, 1), overlay 240ms cubic-bezier(0, 0, 0.3, 1) allow-discrete, display 240ms cubic-bezier(0, 0, 0.3, 1) allow-discrete;
|
31377
|
+
}
|
31378
|
+
@media (prefers-reduced-motion) {
|
31379
|
+
.cds--dialog[open] {
|
31380
|
+
transition: none;
|
31381
|
+
}
|
31382
|
+
}
|
31383
|
+
@starting-style {
|
31384
|
+
.cds--dialog[open] {
|
31385
|
+
opacity: 0;
|
31386
|
+
transform: translateY(calc(-1 * 1.5rem));
|
31387
|
+
}
|
31388
|
+
}
|
31389
|
+
|
31390
|
+
.cds--dialog__header {
|
31391
|
+
position: relative;
|
31392
|
+
overflow: visible;
|
31393
|
+
inline-size: 100%;
|
31394
|
+
min-block-size: 3rem;
|
31395
|
+
}
|
31396
|
+
|
31397
|
+
/* Transition the :backdrop when the dialog modal is promoted to the top layer */
|
31398
|
+
.cds--dialog::backdrop {
|
31399
|
+
background-color: var(--cds-overlay, rgba(22, 22, 22, 0.5));
|
31400
|
+
opacity: 0;
|
31401
|
+
/* opening and closing is used in as allow-discrete is not currently supported wide enough
|
31402
|
+
* https://caniuse.com/mdn-css_properties_display_is_transitionable
|
31403
|
+
*/
|
31404
|
+
transition: background-color 240ms cubic-bezier(0, 0, 0.3, 1), opacity 240ms cubic-bezier(0, 0, 0.3, 1);
|
31405
|
+
}
|
31406
|
+
@media (prefers-reduced-motion) {
|
31407
|
+
.cds--dialog::backdrop {
|
31408
|
+
transition: none;
|
31409
|
+
}
|
31410
|
+
}
|
31411
|
+
|
31412
|
+
.cds--dialog[open]::backdrop {
|
31413
|
+
opacity: 1;
|
31414
|
+
transition: background-color 240ms cubic-bezier(0.4, 0.14, 1, 1), opacity 240ms cubic-bezier(0.4, 0.14, 1, 1);
|
31415
|
+
}
|
31416
|
+
@media (prefers-reduced-motion) {
|
31417
|
+
.cds--dialog[open]::backdrop {
|
31418
|
+
transition: none;
|
31419
|
+
}
|
31420
|
+
}
|
31421
|
+
|
31422
|
+
/** starting style also not supported widely
|
31423
|
+
* https://caniuse.com/mdn-css_at-rules_starting-style
|
31424
|
+
*/
|
31425
|
+
/* This starting-style rule cannot be nested inside the above selector
|
31426
|
+
because the nesting selector cannot represent pseudo-elements. */
|
31427
|
+
@starting-style {
|
31428
|
+
.cds--dialog[open]::backdrop {
|
31429
|
+
opacity: 0;
|
31430
|
+
}
|
31431
|
+
}
|
31432
|
+
.cds--dialog__header-controls {
|
31433
|
+
position: absolute;
|
31434
|
+
inset-block-start: 0;
|
31435
|
+
inset-inline-end: 0;
|
31436
|
+
}
|
31437
|
+
|
31201
31438
|
.cds--dropdown__wrapper--inline {
|
31202
31439
|
display: inline-grid;
|
31203
31440
|
align-items: center;
|
@@ -34787,6 +35024,12 @@ optgroup.cds--select-optgroup:disabled,
|
|
34787
35024
|
inset-inline-end: 1rem;
|
34788
35025
|
inset-inline-start: auto;
|
34789
35026
|
}
|
35027
|
+
.cds--text-area--fluid .cds--label .cds--toggletip-button {
|
35028
|
+
padding: 0.25rem;
|
35029
|
+
margin-inline-start: -0.25rem;
|
35030
|
+
min-block-size: 1.5rem;
|
35031
|
+
min-inline-size: 1.5rem;
|
35032
|
+
}
|
34790
35033
|
|
34791
35034
|
.cds--text-area--fluid .cds--label::-webkit-scrollbar,
|
34792
35035
|
.cds--text-area--fluid .cds--label .cds--toggletip-label::-webkit-scrollbar {
|
@@ -35599,18 +35842,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
35599
35842
|
transform: rotate(180deg);
|
35600
35843
|
}
|
35601
35844
|
|
35602
|
-
.cds--menu-button__top {
|
35603
|
-
transform: translate(0, calc(-100% - var(--cds-popover-offset, 3rem)));
|
35604
|
-
}
|
35605
|
-
|
35606
|
-
.cds--menu-button__top-start {
|
35607
|
-
transform: translate(0, calc(-100% - var(--cds-popover-offset, 3rem)));
|
35608
|
-
}
|
35609
|
-
|
35610
|
-
.cds--menu-button__top-end {
|
35611
|
-
transform: translate(0, calc(-100% - var(--cds-popover-offset, 3rem)));
|
35612
|
-
}
|
35613
|
-
|
35614
35845
|
.cds--modal {
|
35615
35846
|
position: fixed;
|
35616
35847
|
z-index: 9000;
|
@@ -37126,6 +37357,103 @@ optgroup.cds--select-optgroup:disabled,
|
|
37126
37357
|
}
|
37127
37358
|
}
|
37128
37359
|
|
37360
|
+
.cds--page-header {
|
37361
|
+
border: 1px solid rebeccapurple; /* stylelint-disable-line */
|
37362
|
+
}
|
37363
|
+
|
37364
|
+
.cds--page-header__breadcrumb-bar {
|
37365
|
+
border: 1px solid blue; /* stylelint-disable-line */
|
37366
|
+
}
|
37367
|
+
|
37368
|
+
.cds--page-header__content {
|
37369
|
+
margin: 1.5rem 0;
|
37370
|
+
border: 1px solid red; /* stylelint-disable-line */
|
37371
|
+
}
|
37372
|
+
|
37373
|
+
.cds--page-header__content__title-wrapper {
|
37374
|
+
display: flex;
|
37375
|
+
justify-content: space-between;
|
37376
|
+
gap: 1rem;
|
37377
|
+
}
|
37378
|
+
@media (max-width: 41.98rem) {
|
37379
|
+
.cds--page-header__content__title-wrapper {
|
37380
|
+
flex-direction: column;
|
37381
|
+
}
|
37382
|
+
}
|
37383
|
+
|
37384
|
+
.cds--page-header__content__start {
|
37385
|
+
display: flex;
|
37386
|
+
flex-wrap: wrap;
|
37387
|
+
gap: 1rem;
|
37388
|
+
}
|
37389
|
+
|
37390
|
+
.cds--page-header__content__title-container {
|
37391
|
+
display: flex;
|
37392
|
+
}
|
37393
|
+
|
37394
|
+
.cds--page-header__content__contextual-actions {
|
37395
|
+
display: flex;
|
37396
|
+
}
|
37397
|
+
|
37398
|
+
.cds--page-header__content__title {
|
37399
|
+
font-size: var(--cds-productive-heading-04-font-size, 1.75rem);
|
37400
|
+
font-weight: var(--cds-productive-heading-04-font-weight, 400);
|
37401
|
+
line-height: var(--cds-productive-heading-04-line-height, 1.28572);
|
37402
|
+
letter-spacing: var(--cds-productive-heading-04-letter-spacing, 0);
|
37403
|
+
display: -webkit-box;
|
37404
|
+
overflow: hidden;
|
37405
|
+
-webkit-box-orient: vertical;
|
37406
|
+
-webkit-line-clamp: 2;
|
37407
|
+
max-inline-size: 40rem;
|
37408
|
+
text-overflow: ellipsis;
|
37409
|
+
white-space: normal;
|
37410
|
+
}
|
37411
|
+
|
37412
|
+
.cds--page-header__content:has(.cds--page-header__content__contextual-actions) .cds--page-header__content__title {
|
37413
|
+
-webkit-line-clamp: 1;
|
37414
|
+
}
|
37415
|
+
|
37416
|
+
.cds--page-header__content__icon {
|
37417
|
+
margin-inline-end: 1rem;
|
37418
|
+
}
|
37419
|
+
|
37420
|
+
.cds--page-header__content__page-actions {
|
37421
|
+
display: flex;
|
37422
|
+
gap: 1rem;
|
37423
|
+
}
|
37424
|
+
|
37425
|
+
.cds--page-header__content__subtitle {
|
37426
|
+
font-size: var(--cds-productive-heading-03-font-size, 1.25rem);
|
37427
|
+
font-weight: var(--cds-productive-heading-03-font-weight, 400);
|
37428
|
+
line-height: var(--cds-productive-heading-03-line-height, 1.4);
|
37429
|
+
letter-spacing: var(--cds-productive-heading-03-letter-spacing, 0);
|
37430
|
+
margin-block-start: 1rem;
|
37431
|
+
}
|
37432
|
+
|
37433
|
+
.cds--page-header__content__body {
|
37434
|
+
font-size: var(--cds-body-01-font-size, 0.875rem);
|
37435
|
+
font-weight: var(--cds-body-01-font-weight, 400);
|
37436
|
+
line-height: var(--cds-body-01-line-height, 1.42857);
|
37437
|
+
letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
|
37438
|
+
margin-block-start: 0.5rem;
|
37439
|
+
max-inline-size: 40rem;
|
37440
|
+
}
|
37441
|
+
|
37442
|
+
.cds--page-header__content:not(:has(.cds--page-header__content__sub-title)) .cds--page-header__content__body {
|
37443
|
+
margin-block-start: 1rem;
|
37444
|
+
}
|
37445
|
+
|
37446
|
+
.cds--page-header__hero-image {
|
37447
|
+
display: flex;
|
37448
|
+
overflow: hidden;
|
37449
|
+
align-items: center;
|
37450
|
+
block-size: 100%;
|
37451
|
+
}
|
37452
|
+
|
37453
|
+
.cds--page-header__tab-bar {
|
37454
|
+
border: 1px solid green; /* stylelint-disable-line */
|
37455
|
+
}
|
37456
|
+
|
37129
37457
|
.cds--data-table-container + .cds--pagination {
|
37130
37458
|
border-block-start: 0;
|
37131
37459
|
}
|
@@ -38300,6 +38628,79 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
38300
38628
|
inset-inline-start: 0;
|
38301
38629
|
}
|
38302
38630
|
|
38631
|
+
.cds--shape-indicator {
|
38632
|
+
font-size: var(--cds-helper-text-01-font-size, 0.75rem);
|
38633
|
+
line-height: var(--cds-helper-text-01-line-height, 1.33333);
|
38634
|
+
letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
|
38635
|
+
display: flex;
|
38636
|
+
color: var(--cds-text-secondary, #525252);
|
38637
|
+
}
|
38638
|
+
|
38639
|
+
.cds--shape-indicator svg {
|
38640
|
+
align-self: center;
|
38641
|
+
margin-inline-end: 0.5rem;
|
38642
|
+
}
|
38643
|
+
|
38644
|
+
.cds--shape-indicator--14 {
|
38645
|
+
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
38646
|
+
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
38647
|
+
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
38648
|
+
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
38649
|
+
}
|
38650
|
+
|
38651
|
+
.cds--shape-indicator--failed {
|
38652
|
+
fill: var(--cds-status-red, #da1e28);
|
38653
|
+
}
|
38654
|
+
|
38655
|
+
.cds--shape-indicator--critical {
|
38656
|
+
fill: var(--cds-status-red, #da1e28);
|
38657
|
+
}
|
38658
|
+
|
38659
|
+
.cds--shape-indicator--high {
|
38660
|
+
fill: var(--cds-status-red, #da1e28);
|
38661
|
+
}
|
38662
|
+
|
38663
|
+
.cds--shape-indicator--medium {
|
38664
|
+
fill: var(--cds-status-orange, #ff832b);
|
38665
|
+
}
|
38666
|
+
.cds--shape-indicator--medium path:first-of-type {
|
38667
|
+
fill: var(--cds-status-orange-outline, #ba4e00);
|
38668
|
+
}
|
38669
|
+
|
38670
|
+
.cds--shape-indicator--low {
|
38671
|
+
fill: var(--cds-status-yellow, #f1c21b);
|
38672
|
+
}
|
38673
|
+
.cds--shape-indicator--low path:nth-of-type(2) {
|
38674
|
+
fill: var(--cds-status-yellow-outline, #8e6a00);
|
38675
|
+
}
|
38676
|
+
|
38677
|
+
.cds--shape-indicator--cautious {
|
38678
|
+
fill: var(--cds-status-yellow, #f1c21b);
|
38679
|
+
}
|
38680
|
+
.cds--shape-indicator--cautious path:first-of-type {
|
38681
|
+
fill: var(--cds-status-yellow-outline, #8e6a00);
|
38682
|
+
}
|
38683
|
+
|
38684
|
+
.cds--shape-indicator--undefined {
|
38685
|
+
fill: var(--cds-status-purple, #8a3ffc);
|
38686
|
+
}
|
38687
|
+
|
38688
|
+
.cds--shape-indicator--stable {
|
38689
|
+
fill: var(--cds-status-green, #24a148);
|
38690
|
+
}
|
38691
|
+
|
38692
|
+
.cds--shape-indicator--informative {
|
38693
|
+
fill: var(--cds-status-blue, #0043ce);
|
38694
|
+
}
|
38695
|
+
|
38696
|
+
.cds--shape-indicator--incomplete path:nth-of-type(2) {
|
38697
|
+
fill: var(--cds-status-blue, #0043ce);
|
38698
|
+
}
|
38699
|
+
|
38700
|
+
.cds--shape-indicator--draft {
|
38701
|
+
fill: var(--cds-status-gray, #6f6f6f);
|
38702
|
+
}
|
38703
|
+
|
38303
38704
|
@keyframes ai-skeleton-animation {
|
38304
38705
|
0% {
|
38305
38706
|
transform: translateX(-100%);
|
@@ -39454,6 +39855,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
39454
39855
|
inset-block-start: 0.0625rem;
|
39455
39856
|
}
|
39456
39857
|
.cds--tabs .cds--tabs__nav-item {
|
39858
|
+
position: relative;
|
39457
39859
|
display: flex;
|
39458
39860
|
flex: 1 0 auto;
|
39459
39861
|
padding: 0;
|
@@ -39684,7 +40086,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
39684
40086
|
.cds--tabs.cds--tabs--vertical:not(.cds--tabs--tall) .cds--tabs__nav-item-label {
|
39685
40087
|
line-height: var(--cds-body-compact-01-line-height);
|
39686
40088
|
}
|
39687
|
-
.cds--tabs.cds--tabs__icon--default .cds--tab--list, .cds--tabs.cds--tabs__icon--lg .cds--tab--list {
|
40089
|
+
.cds--tabs.cds--tabs__icon--default, .cds--tabs.cds--tabs__icon--lg, .cds--tabs.cds--tabs__icon--default .cds--tab--list, .cds--tabs.cds--tabs__icon--lg .cds--tab--list {
|
39688
40090
|
overflow-x: visible;
|
39689
40091
|
}
|
39690
40092
|
.cds--tabs .cds--tabs__nav-item--icon-only {
|
@@ -39701,6 +40103,10 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
39701
40103
|
.cds--tabs .cds--tabs__nav-item--icon-only .cds--tabs__nav-item-label, .cds--tabs.cds--tabs--contained .cds--tabs__nav-item--icon-only .cds--tabs__nav-item-label {
|
39702
40104
|
line-height: 0;
|
39703
40105
|
}
|
40106
|
+
.cds--tabs .cds--tabs__nav-item--icon-only:not(.cds--tabs__nav-item--icon-only__20) .cds--badge-indicator {
|
40107
|
+
margin-block-start: 0.25rem;
|
40108
|
+
margin-inline-end: 0.25rem;
|
40109
|
+
}
|
39704
40110
|
.cds--tabs:not(.cds--tabs--contained) .cds--tabs__nav-item:not(.cds--tabs__nav-item--selected):not(.cds--tabs__nav-item--disabled):hover {
|
39705
40111
|
border-block-end: 2px solid var(--cds-border-strong);
|
39706
40112
|
color: var(--cds-text-primary, #161616);
|
@@ -40904,6 +41310,22 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
40904
41310
|
cursor: not-allowed;
|
40905
41311
|
}
|
40906
41312
|
|
41313
|
+
li a.cds--tree-node {
|
41314
|
+
text-decoration: none;
|
41315
|
+
}
|
41316
|
+
li a.cds--tree-node:not(.cds--tree-node--disabled) {
|
41317
|
+
color: var(--cds-text-secondary, #525252);
|
41318
|
+
}
|
41319
|
+
|
41320
|
+
li.cds--tree-node-link-parent {
|
41321
|
+
display: flex;
|
41322
|
+
flex-direction: column;
|
41323
|
+
background-color: var(--cds-layer-01, #f4f4f4);
|
41324
|
+
}
|
41325
|
+
li.cds--tree-node-link-parent > .cds--tree-node__children {
|
41326
|
+
padding-inline-start: 1rem;
|
41327
|
+
}
|
41328
|
+
|
40907
41329
|
.cds--tree-node__label {
|
40908
41330
|
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
40909
41331
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
@@ -40957,11 +41379,9 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
40957
41379
|
.cds--tree-parent-node__toggle {
|
40958
41380
|
display: flex;
|
40959
41381
|
align-items: center;
|
40960
|
-
align-self: flex-start;
|
40961
41382
|
border: 0;
|
40962
41383
|
block-size: 1.5rem;
|
40963
41384
|
inline-size: 1.5rem;
|
40964
|
-
margin-block-start: 0.25rem;
|
40965
41385
|
margin-inline: -0.25rem 0.25rem;
|
40966
41386
|
padding-inline-start: 0.25rem;
|
40967
41387
|
}
|
@@ -40983,9 +41403,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
40983
41403
|
}
|
40984
41404
|
|
40985
41405
|
.cds--tree-node__icon {
|
40986
|
-
align-self: flex-start;
|
40987
41406
|
fill: var(--cds-icon-secondary, #525252);
|
40988
|
-
margin-block-start: 0.0625rem;
|
40989
41407
|
margin-inline: 0.5rem 0.5rem;
|
40990
41408
|
min-block-size: 1rem;
|
40991
41409
|
min-inline-size: 1rem;
|