@carbon/ibm-products 2.93.0 → 2.94.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/carbon.css +91 -177
- package/css/carbon.css.map +1 -1
- package/css/index-full-carbon.css +7108 -7134
- 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 +17 -1526
- 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 +388 -1837
- 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 +243 -209
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/ActionBar/ActionBarOverflowItems.d.ts +1 -1
- package/es/components/ActionSet/actions.d.ts +11 -11
- package/es/components/AddSelect/AddSelectList.d.ts +1 -1
- package/es/components/AddSelect/AddSelectMetaPanel.d.ts +2 -2
- package/es/components/AddSelect/AddSelectRow.d.ts +1 -1
- package/es/components/AddSelect/hooks/useParentSelect.d.ts +2 -2
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +2 -2
- package/es/components/Card/next/Card.d.ts +24 -0
- package/es/components/Card/next/Card.d.ts.map +1 -0
- package/es/components/Card/next/Card.js +105 -0
- package/es/components/Card/next/Card.types.d.ts +67 -0
- package/es/components/Card/next/Card.types.d.ts.map +1 -0
- package/es/components/Card/next/CardBody.d.ts +12 -0
- package/es/components/Card/next/CardBody.d.ts.map +1 -0
- package/es/components/Card/next/CardBody.js +46 -0
- package/es/components/Card/next/CardContext.d.ts +18 -0
- package/es/components/Card/next/CardContext.d.ts.map +1 -0
- package/es/components/Card/next/CardContext.js +21 -0
- package/es/components/Card/next/CardFooter.d.ts +12 -0
- package/es/components/Card/next/CardFooter.d.ts.map +1 -0
- package/es/components/Card/next/CardFooter.js +46 -0
- package/es/components/Card/next/CardHeader.d.ts +12 -0
- package/es/components/Card/next/CardHeader.d.ts.map +1 -0
- package/es/components/Card/next/CardHeader.js +46 -0
- package/es/components/Card/next/index.d.ts +10 -0
- package/es/components/Card/next/index.d.ts.map +1 -0
- package/es/components/Card/next/index.js +25 -0
- package/es/components/Coachmark/utils/context.d.ts +2 -2
- package/es/components/Coachmark/utils/context.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +3 -3
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +6 -6
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +1 -1
- package/es/components/ConditionBuilder/assets/sampleInput.d.ts +13 -13
- package/es/components/ConditionBuilder/utils/util.d.ts +1 -1
- package/es/components/ConditionBuilder/utils/util.d.ts.map +1 -1
- package/es/components/CreateFullPage/CreateFullPage.d.ts +1 -1
- package/es/components/CreateFullPage/CreateFullPage.d.ts.map +1 -1
- package/es/components/CreateInfluencer/CreateInfluencer.d.ts +2 -2
- package/es/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
- package/es/components/CreateTearsheet/CreateTearsheet.d.ts.map +1 -1
- package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.d.ts +1 -1
- package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.d.ts +1 -1
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.d.ts +1 -1
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.d.ts +1 -1
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.d.ts +1 -1
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.d.ts +1 -1
- package/es/components/DataSpreadsheet/utils/createActiveCellFn.d.ts +2 -2
- package/es/components/DataSpreadsheet/utils/generateData.d.ts +7 -1
- package/es/components/DataSpreadsheet/utils/generateData.d.ts.map +1 -1
- package/es/components/DataSpreadsheet/utils/handleMultipleKeys.d.ts +1 -1
- package/es/components/DataSpreadsheet/utils/handleMultipleKeys.d.ts.map +1 -1
- package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.d.ts +1 -1
- package/es/components/DataSpreadsheet/utils/removeCellSelections.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/DatagridContent.d.ts +5 -5
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/DatagridToolbar.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +9 -9
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +16 -16
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +18 -18
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts.map +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +2 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +5 -5
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +2 -2
- package/es/components/Datagrid/useFocusRowExpander.d.ts +1 -1
- package/es/components/Datagrid/utils/DatagridActions.d.ts +1 -1
- package/es/components/Datagrid/utils/DatagridActions.d.ts.map +1 -1
- package/es/components/Datagrid/utils/ExampleAILabel.d.ts +1 -1
- package/es/components/Datagrid/utils/filterPropsForTesting.d.ts +4 -4
- package/es/components/Datagrid/utils/getBatchActions.d.ts +2 -2
- package/es/components/Datagrid/utils/getInlineEditColumns.d.ts +1 -1
- package/es/components/DragAndDrop/preview-components/Item.d.ts +6 -6
- package/es/components/DragAndDrop/preview-components/Sortable.d.ts +7 -7
- package/es/components/DragAndDrop/preview-components/SortableItem.d.ts +2 -2
- package/es/components/DragAndDrop/preview-components/Underlay.d.ts +1 -1
- package/es/components/DragAndDrop/preview-components/Underlay.d.ts.map +1 -1
- package/es/components/EditTearsheet/EditTearsheet.d.ts +1 -1
- package/es/components/EditTearsheet/EditTearsheet.d.ts.map +1 -1
- package/es/components/HTTPErrors/HTTPErrorContent.d.ts +1 -1
- package/es/components/Nav/NavItem.d.ts +5 -5
- package/es/components/NotificationsPanel/NotificationsPanel_data.d.ts +2 -2
- package/es/components/PageHeader/PageHeader.d.ts.map +1 -1
- package/es/components/PageHeader/PageHeaderTitle.d.ts +1 -1
- package/es/components/PageHeader/PageHeaderUtils.d.ts +1 -1
- package/es/components/PageHeader/PageHeaderUtils.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeader.d.ts +2 -1
- package/es/components/PageHeader/next/PageHeader.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderBreadcrumbBar.d.ts +4 -0
- package/es/components/PageHeader/next/PageHeaderBreadcrumbBar.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderBreadcrumbBar.js +6 -2
- package/es/components/PageHeader/next/PageHeaderBreadcrumbPageActions.js +3 -3
- package/es/components/PageHeader/next/PageHeaderContent.d.ts +5 -0
- package/es/components/PageHeader/next/PageHeaderContent.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderContent.js +16 -5
- package/es/components/PageHeader/next/PageHeaderContentPageActions.js +3 -3
- package/es/components/PageHeader/next/PageHeaderContentText.d.ts +9 -1
- package/es/components/PageHeader/next/PageHeaderContentText.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderContentText.js +13 -3
- package/es/components/PageHeader/next/PageHeaderTitleBreadcrumb.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderTitleBreadcrumb.js +1 -0
- package/es/components/PageHeader/next/_story-assets/pageActionButtonItems.d.ts.map +1 -1
- package/es/components/PageHeader/next/context.d.ts +3 -3
- package/es/components/PageHeader/next/context.d.ts.map +1 -1
- package/es/components/PageHeader/next/utils.d.ts +1 -1
- package/es/components/PageHeader/next/utils.d.ts.map +1 -1
- package/es/components/SimpleHeader/SimpleHeader.d.ts +3 -3
- package/es/components/StatusIcon/StatusIcon.d.ts +1 -1
- package/es/components/StatusIcon/StatusIcon.d.ts.map +1 -1
- package/es/components/TagOverflow/TagOverflowModal.d.ts +2 -2
- package/es/components/TagSet/TagSetModal.d.ts +2 -2
- package/es/components/Tearsheet/TearsheetPresence.d.ts +3 -3
- package/es/components/Tearsheet/TearsheetPresence.d.ts.map +1 -1
- package/es/components/TruncatedText/useTruncatedText.d.ts +1 -1
- package/es/components/_Canary/Canary.d.ts.map +1 -1
- package/es/components/_Canary/Canary.js +5 -0
- package/es/components/index.d.ts +1 -0
- package/es/components/index.d.ts.map +1 -1
- package/es/global/js/hooks/useActiveElement.d.ts +1 -1
- package/es/global/js/hooks/useActiveElement.d.ts.map +1 -1
- package/es/global/js/hooks/useCreateComponentStepChange.d.ts +3 -3
- package/es/global/js/hooks/useOverflowItems/useOverflowItems.d.ts +1 -1
- package/es/global/js/hooks/useOverflowItems/useOverflowItems.d.ts.map +1 -1
- package/es/global/js/hooks/useOverflowString.d.ts +2 -2
- package/es/global/js/hooks/useOverflowString.d.ts.map +1 -1
- package/es/global/js/package-settings.d.ts +3 -3
- package/es/global/js/package-settings.d.ts.map +1 -1
- package/es/global/js/package-settings.js +4 -2
- package/es/global/js/story-parts/decorator.d.ts +5 -5
- package/es/global/js/story-parts/decorator.d.ts.map +1 -1
- package/es/global/js/story-parts/slug.d.ts +2 -2
- package/es/global/js/utils/StepFlow/StepGroup.d.ts +1 -1
- package/es/global/js/utils/StepFlow/StepGroup.d.ts.map +1 -1
- package/es/global/js/utils/keyboardNavigation.d.ts +2 -2
- package/es/global/js/utils/keyboardNavigation.d.ts.map +1 -1
- package/es/global/js/utils/pconsole.d.ts +1 -1
- package/es/global/js/utils/pconsole.d.ts.map +1 -1
- package/es/global/js/utils/story-helper.d.ts +1 -1
- package/es/global/js/utils/story-helper.d.ts.map +1 -1
- package/es/global/js/utils/wrapFocus.d.ts +1 -1
- package/es/global/js/utils/wrapFocus.d.ts.map +1 -1
- package/es/index.js +3 -2
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +33 -24
- package/es/settings.d.ts +9 -4
- package/es/settings.d.ts.map +1 -1
- package/lib/components/ActionBar/ActionBarOverflowItems.d.ts +1 -1
- package/lib/components/ActionSet/actions.d.ts +11 -11
- package/lib/components/AddSelect/AddSelectList.d.ts +1 -1
- package/lib/components/AddSelect/AddSelectMetaPanel.d.ts +2 -2
- package/lib/components/AddSelect/AddSelectRow.d.ts +1 -1
- package/lib/components/AddSelect/hooks/useParentSelect.d.ts +2 -2
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +2 -2
- package/lib/components/Card/next/Card.d.ts +24 -0
- package/lib/components/Card/next/Card.d.ts.map +1 -0
- package/lib/components/Card/next/Card.js +111 -0
- package/lib/components/Card/next/Card.types.d.ts +67 -0
- package/lib/components/Card/next/Card.types.d.ts.map +1 -0
- package/lib/components/Card/next/CardBody.d.ts +12 -0
- package/lib/components/Card/next/CardBody.d.ts.map +1 -0
- package/lib/components/Card/next/CardBody.js +48 -0
- package/lib/components/Card/next/CardContext.d.ts +18 -0
- package/lib/components/Card/next/CardContext.d.ts.map +1 -0
- package/lib/components/Card/next/CardContext.js +21 -0
- package/lib/components/Card/next/CardFooter.d.ts +12 -0
- package/lib/components/Card/next/CardFooter.d.ts.map +1 -0
- package/lib/components/Card/next/CardFooter.js +48 -0
- package/lib/components/Card/next/CardHeader.d.ts +12 -0
- package/lib/components/Card/next/CardHeader.d.ts.map +1 -0
- package/lib/components/Card/next/CardHeader.js +48 -0
- package/lib/components/Card/next/index.d.ts +10 -0
- package/lib/components/Card/next/index.d.ts.map +1 -0
- package/lib/components/Card/next/index.js +30 -0
- package/lib/components/Coachmark/utils/context.d.ts +2 -2
- package/lib/components/Coachmark/utils/context.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +3 -3
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +6 -6
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +1 -1
- package/lib/components/ConditionBuilder/assets/sampleInput.d.ts +13 -13
- package/lib/components/ConditionBuilder/utils/util.d.ts +1 -1
- package/lib/components/ConditionBuilder/utils/util.d.ts.map +1 -1
- package/lib/components/CreateFullPage/CreateFullPage.d.ts +1 -1
- package/lib/components/CreateFullPage/CreateFullPage.d.ts.map +1 -1
- package/lib/components/CreateInfluencer/CreateInfluencer.d.ts +2 -2
- package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
- package/lib/components/CreateTearsheet/CreateTearsheet.d.ts.map +1 -1
- package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.d.ts +1 -1
- package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.d.ts +1 -1
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.d.ts +1 -1
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.d.ts +1 -1
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.d.ts +1 -1
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.d.ts +1 -1
- package/lib/components/DataSpreadsheet/utils/createActiveCellFn.d.ts +2 -2
- package/lib/components/DataSpreadsheet/utils/generateData.d.ts +7 -1
- package/lib/components/DataSpreadsheet/utils/generateData.d.ts.map +1 -1
- package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.d.ts +1 -1
- package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.d.ts.map +1 -1
- package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.d.ts +1 -1
- package/lib/components/DataSpreadsheet/utils/removeCellSelections.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/DatagridContent.d.ts +5 -5
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +9 -9
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +16 -16
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +18 -18
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts.map +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +2 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +5 -5
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +2 -2
- package/lib/components/Datagrid/useFocusRowExpander.d.ts +1 -1
- package/lib/components/Datagrid/utils/DatagridActions.d.ts +1 -1
- package/lib/components/Datagrid/utils/DatagridActions.d.ts.map +1 -1
- package/lib/components/Datagrid/utils/ExampleAILabel.d.ts +1 -1
- package/lib/components/Datagrid/utils/filterPropsForTesting.d.ts +4 -4
- package/lib/components/Datagrid/utils/getBatchActions.d.ts +2 -2
- package/lib/components/Datagrid/utils/getInlineEditColumns.d.ts +1 -1
- package/lib/components/DragAndDrop/preview-components/Item.d.ts +6 -6
- package/lib/components/DragAndDrop/preview-components/Sortable.d.ts +7 -7
- package/lib/components/DragAndDrop/preview-components/SortableItem.d.ts +2 -2
- package/lib/components/DragAndDrop/preview-components/Underlay.d.ts +1 -1
- package/lib/components/DragAndDrop/preview-components/Underlay.d.ts.map +1 -1
- package/lib/components/EditTearsheet/EditTearsheet.d.ts +1 -1
- package/lib/components/EditTearsheet/EditTearsheet.d.ts.map +1 -1
- package/lib/components/HTTPErrors/HTTPErrorContent.d.ts +1 -1
- package/lib/components/Nav/NavItem.d.ts +5 -5
- package/lib/components/NotificationsPanel/NotificationsPanel_data.d.ts +2 -2
- package/lib/components/PageHeader/PageHeader.d.ts.map +1 -1
- package/lib/components/PageHeader/PageHeaderTitle.d.ts +1 -1
- package/lib/components/PageHeader/PageHeaderUtils.d.ts +1 -1
- package/lib/components/PageHeader/PageHeaderUtils.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeader.d.ts +2 -1
- package/lib/components/PageHeader/next/PageHeader.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbBar.d.ts +4 -0
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbBar.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbBar.js +6 -2
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbPageActions.js +3 -3
- package/lib/components/PageHeader/next/PageHeaderContent.d.ts +5 -0
- package/lib/components/PageHeader/next/PageHeaderContent.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderContent.js +15 -4
- package/lib/components/PageHeader/next/PageHeaderContentPageActions.js +3 -3
- package/lib/components/PageHeader/next/PageHeaderContentText.d.ts +9 -1
- package/lib/components/PageHeader/next/PageHeaderContentText.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderContentText.js +13 -3
- package/lib/components/PageHeader/next/PageHeaderTitleBreadcrumb.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderTitleBreadcrumb.js +1 -0
- package/lib/components/PageHeader/next/_story-assets/pageActionButtonItems.d.ts.map +1 -1
- package/lib/components/PageHeader/next/context.d.ts +3 -3
- package/lib/components/PageHeader/next/context.d.ts.map +1 -1
- package/lib/components/PageHeader/next/utils.d.ts +1 -1
- package/lib/components/PageHeader/next/utils.d.ts.map +1 -1
- package/lib/components/SimpleHeader/SimpleHeader.d.ts +3 -3
- package/lib/components/StatusIcon/StatusIcon.d.ts +1 -1
- package/lib/components/StatusIcon/StatusIcon.d.ts.map +1 -1
- package/lib/components/TagOverflow/TagOverflowModal.d.ts +2 -2
- package/lib/components/TagSet/TagSetModal.d.ts +2 -2
- package/lib/components/Tearsheet/TearsheetPresence.d.ts +3 -3
- package/lib/components/Tearsheet/TearsheetPresence.d.ts.map +1 -1
- package/lib/components/TruncatedText/useTruncatedText.d.ts +1 -1
- package/lib/components/_Canary/Canary.d.ts.map +1 -1
- package/lib/components/_Canary/Canary.js +5 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/global/js/hooks/useActiveElement.d.ts +1 -1
- package/lib/global/js/hooks/useActiveElement.d.ts.map +1 -1
- package/lib/global/js/hooks/useCreateComponentStepChange.d.ts +3 -3
- package/lib/global/js/hooks/useOverflowItems/useOverflowItems.d.ts +1 -1
- package/lib/global/js/hooks/useOverflowItems/useOverflowItems.d.ts.map +1 -1
- package/lib/global/js/hooks/useOverflowString.d.ts +2 -2
- package/lib/global/js/hooks/useOverflowString.d.ts.map +1 -1
- package/lib/global/js/package-settings.d.ts +3 -3
- package/lib/global/js/package-settings.d.ts.map +1 -1
- package/lib/global/js/package-settings.js +4 -2
- package/lib/global/js/story-parts/decorator.d.ts +5 -5
- package/lib/global/js/story-parts/decorator.d.ts.map +1 -1
- package/lib/global/js/story-parts/slug.d.ts +2 -2
- package/lib/global/js/utils/StepFlow/StepGroup.d.ts +1 -1
- package/lib/global/js/utils/StepFlow/StepGroup.d.ts.map +1 -1
- package/lib/global/js/utils/keyboardNavigation.d.ts +2 -2
- package/lib/global/js/utils/keyboardNavigation.d.ts.map +1 -1
- package/lib/global/js/utils/pconsole.d.ts +1 -1
- package/lib/global/js/utils/pconsole.d.ts.map +1 -1
- package/lib/global/js/utils/story-helper.d.ts +1 -1
- package/lib/global/js/utils/story-helper.d.ts.map +1 -1
- package/lib/global/js/utils/wrapFocus.d.ts +1 -1
- package/lib/global/js/utils/wrapFocus.d.ts.map +1 -1
- package/lib/index.js +9 -2
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-10.js +26 -35
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-11.js +35 -26
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-12.js +26 -35
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-13.js +41 -32
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-14.js +26 -53
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-15.js +53 -26
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-16.js +26 -26
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-17.js +30 -40
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-18.js +26 -35
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-19.js +35 -30
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-20.js +30 -26
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-21.js +39 -0
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-4.js +26 -26
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-5.js +26 -34
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-6.js +34 -33
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-7.js +33 -42
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-8.js +45 -43
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-9.js +44 -34
- package/lib/node_modules/@carbon/icons-react/lib/index.js +42 -39
- package/lib/settings.d.ts +9 -4
- package/lib/settings.d.ts.map +1 -1
- package/package.json +16 -16
- package/scss/components/Card/_card-next.scss +78 -0
- package/scss/components/Card/_card.scss +0 -2
- package/scss/components/Card/_index-with-carbon.scss +1 -0
- package/scss/components/Card/_index.scss +1 -0
- package/scss/components/Cascade/_carbon-imports.scss +2 -0
- package/scss/components/Cascade/_cascade.scss +0 -1
- package/scss/components/CreateTearsheet/_carbon-imports.scss +1 -0
- package/scss/components/CreateTearsheet/_create-tearsheet.scss +0 -1
- package/scss/components/EditTearsheet/_carbon-imports.scss +1 -0
- package/scss/components/EditTearsheet/_edit-tearsheet.scss +0 -3
- package/scss/components/PageHeader/_carbon-imports.scss +1 -0
- package/scss/components/PageHeader/_page-header.scss +6 -6
- package/scss/components/SidePanel/_carbon-imports.scss +2 -0
- package/scss/components/SidePanel/_side-panel.scss +0 -1
- package/scss/components/Tearsheet/_tearsheet.scss +20 -6
- package/scss/components/Tearsheet/_tearsheet_next.scss +10 -2
- package/scss/components/UserProfileImage/_user-profile-image.scss +1 -1
- package/scss/components/_index.scss +1 -0
- package/telemetry.yml +18 -0
|
@@ -13,8 +13,8 @@ import { RefObject } from 'react';
|
|
|
13
13
|
export type PageHeaderRefs = {
|
|
14
14
|
contentRef?: RefObject<HTMLDivElement | null>;
|
|
15
15
|
titleRef?: RefObject<HTMLHeadingElement | null>;
|
|
16
|
-
contentActions?: RefObject<
|
|
17
|
-
breadcrumbActions?: RefObject<
|
|
16
|
+
contentActions?: RefObject<HTMLElement | null>;
|
|
17
|
+
breadcrumbActions?: RefObject<HTMLElement | null>;
|
|
18
18
|
};
|
|
19
19
|
export type PageHeaderObserverState = {
|
|
20
20
|
fullyCollapsed: boolean;
|
|
@@ -32,7 +32,7 @@ type PageHeaderContextType = {
|
|
|
32
32
|
disableStickyTabBar?: boolean;
|
|
33
33
|
setDisableStickyTabBar?: React.Dispatch<React.SetStateAction<boolean>>;
|
|
34
34
|
};
|
|
35
|
-
export declare const PageHeaderContext: import("react").Context<PageHeaderContextType
|
|
35
|
+
export declare const PageHeaderContext: import("react").Context<PageHeaderContextType>;
|
|
36
36
|
export declare function usePageHeader(): PageHeaderContextType;
|
|
37
37
|
export {};
|
|
38
38
|
//# sourceMappingURL=context.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../../src/components/PageHeader/next/context.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAiB,SAAS,EAAc,MAAM,OAAO,CAAC;AAE7D;;;;GAIG;AAEH,MAAM,MAAM,cAAc,GAAG;IAC3B,UAAU,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC9C,QAAQ,CAAC,EAAE,SAAS,CAAC,kBAAkB,GAAG,IAAI,CAAC,CAAC;IAChD,cAAc,CAAC,EAAE,SAAS,CAAC,
|
|
1
|
+
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../../src/components/PageHeader/next/context.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAiB,SAAS,EAAc,MAAM,OAAO,CAAC;AAE7D;;;;GAIG;AAEH,MAAM,MAAM,cAAc,GAAG;IAC3B,UAAU,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC9C,QAAQ,CAAC,EAAE,SAAS,CAAC,kBAAkB,GAAG,IAAI,CAAC,CAAC;IAChD,cAAc,CAAC,EAAE,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IAC/C,iBAAiB,CAAC,EAAE,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;CACnD,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,cAAc,EAAE,OAAO,CAAC;IACxB,YAAY,EAAE,OAAO,CAAC;IACtB,qBAAqB,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,KAAK,qBAAqB,GAAG;IAC3B,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,OAAO,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC;IAC9D,mBAAmB,CAAC,EAChB,KAAK,CAAC,SAAS,GACf,CAAC,CAAC,KAAK,EAAE,uBAAuB,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;IAC1D,sBAAsB,EAAE,KAAK,CAAC,QAAQ,CACpC,KAAK,CAAC,cAAc,CAClB,KAAK,CAAC,SAAS,GAAG,CAAC,CAAC,KAAK,EAAE,uBAAuB,KAAK,KAAK,CAAC,SAAS,CAAC,CACxE,CACF,CAAC;IACF,aAAa,EAAE,uBAAuB,CAAC;IACvC,+BAA+B,CAAC,EAAE,OAAO,CAAC;IAC1C,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,sBAAsB,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;CACxE,CAAC;AAEF,eAAO,MAAM,iBAAiB,gDAc5B,CAAC;AAEH,wBAAgB,aAAa,0BAQ5B"}
|
|
@@ -16,5 +16,5 @@ export declare const getHeaderOffset: (el: HTMLElement) => number;
|
|
|
16
16
|
* @param {HTMLElement} target
|
|
17
17
|
* @returns {HTMLElement}
|
|
18
18
|
*/
|
|
19
|
-
export declare const scrollableAncestor: (target: HTMLElement) => ParentNode
|
|
19
|
+
export declare const scrollableAncestor: (target: HTMLElement) => ParentNode;
|
|
20
20
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/PageHeader/next/utils.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;;;GAIG;AAEH,eAAO,MAAM,eAAe,GAAI,IAAI,WAAW,KAAG,MAuBjD,CAAC;AAsCF;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,GAAI,QAAQ,WAAW,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/PageHeader/next/utils.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;;;GAIG;AAEH,eAAO,MAAM,eAAe,GAAI,IAAI,WAAW,KAAG,MAuBjD,CAAC;AAsCF;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,GAAI,QAAQ,WAAW,eAYrD,CAAC"}
|
|
@@ -15,14 +15,14 @@ export function SimpleHeader({ breadcrumbs, className, title, noTrailingSlash, m
|
|
|
15
15
|
breadcrumbs: any;
|
|
16
16
|
className: any;
|
|
17
17
|
title: any;
|
|
18
|
-
noTrailingSlash?: boolean
|
|
18
|
+
noTrailingSlash?: boolean;
|
|
19
19
|
maxVisible: any;
|
|
20
20
|
overflowAriaLabel: any;
|
|
21
21
|
overflowTooltipAlign: any;
|
|
22
22
|
}): React.JSX.Element;
|
|
23
23
|
export namespace SimpleHeader {
|
|
24
24
|
namespace propTypes {
|
|
25
|
-
let breadcrumbs: PropTypes.Requireable<
|
|
25
|
+
let breadcrumbs: PropTypes.Requireable<PropTypes.InferProps<{
|
|
26
26
|
/** breadcrumb item key */
|
|
27
27
|
key: PropTypes.Validator<string>;
|
|
28
28
|
/** breadcrumb item label */
|
|
@@ -33,7 +33,7 @@ export namespace SimpleHeader {
|
|
|
33
33
|
title: PropTypes.Requireable<string>;
|
|
34
34
|
/** Provide if this breadcrumb item represents the current page */
|
|
35
35
|
isCurrentPage: PropTypes.Requireable<boolean>;
|
|
36
|
-
}>
|
|
36
|
+
}>[]>;
|
|
37
37
|
let className: PropTypes.Requireable<string>;
|
|
38
38
|
let maxVisible: PropTypes.Requireable<number>;
|
|
39
39
|
let noTrailingSlash: PropTypes.Requireable<boolean>;
|
|
@@ -39,6 +39,6 @@ export interface StatusIconProps extends PropsWithChildren {
|
|
|
39
39
|
*/
|
|
40
40
|
theme: Theme;
|
|
41
41
|
}
|
|
42
|
-
export declare const StatusIcon: React.ForwardRefExoticComponent<StatusIconProps & React.RefAttributes<React.ReactSVGElement
|
|
42
|
+
export declare const StatusIcon: React.ForwardRefExoticComponent<StatusIconProps & React.RefAttributes<React.ReactSVGElement>>;
|
|
43
43
|
export {};
|
|
44
44
|
//# sourceMappingURL=StatusIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatusIcon.d.ts","sourceRoot":"","sources":["../../../src/components/StatusIcon/StatusIcon.tsx"],"names":[],"mappings":"AAaA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,EACZ,iBAAiB,EAIlB,MAAM,OAAO,CAAC;AAUf;;;;;;;;GAQG;AAEH,KAAK,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AACtC,KAAK,KAAK,GAAG,OAAO,GAAG,MAAM,CAAC;AAC9B,KAAK,IAAI,GACL,OAAO,GACP,UAAU,GACV,eAAe,GACf,eAAe,GACf,WAAW,GACX,SAAS,GACT,QAAQ,GACR,MAAM,GACN,aAAa,GACb,SAAS,GACT,SAAS,CAAC;AACd,MAAM,WAAW,eAAgB,SAAQ,iBAAiB;IACxD;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC;CACd;AACD,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"StatusIcon.d.ts","sourceRoot":"","sources":["../../../src/components/StatusIcon/StatusIcon.tsx"],"names":[],"mappings":"AAaA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,EACZ,iBAAiB,EAIlB,MAAM,OAAO,CAAC;AAUf;;;;;;;;GAQG;AAEH,KAAK,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AACtC,KAAK,KAAK,GAAG,OAAO,GAAG,MAAM,CAAC;AAC9B,KAAK,IAAI,GACL,OAAO,GACP,UAAU,GACV,eAAe,GACf,eAAe,GACf,WAAW,GACX,SAAS,GACT,QAAQ,GACR,MAAM,GACN,aAAa,GACb,SAAS,GACT,SAAS,CAAC;AACd,MAAM,WAAW,eAAgB,SAAQ,iBAAiB;IACxD;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC;CACd;AACD,eAAO,MAAM,UAAU,+FAyLtB,CAAC"}
|
|
@@ -24,9 +24,9 @@ interface TagOverflowModalProps {
|
|
|
24
24
|
export declare const TagOverflowModal: {
|
|
25
25
|
({ allTags, className, title, modalAriaLabel, onClose, onTagClose, open, overflowType, portalTarget: portalTargetIn, searchLabel, searchPlaceholder, ...rest }: TagOverflowModalProps): any;
|
|
26
26
|
propTypes: {
|
|
27
|
-
allTags: PropTypes.Requireable<
|
|
27
|
+
allTags: PropTypes.Requireable<PropTypes.InferProps<{
|
|
28
28
|
label: PropTypes.Validator<string>;
|
|
29
|
-
}>
|
|
29
|
+
}>[]>;
|
|
30
30
|
className: PropTypes.Requireable<string>;
|
|
31
31
|
onClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
32
32
|
onTagClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
@@ -19,9 +19,9 @@ interface TagSetModalProps {
|
|
|
19
19
|
export declare const TagSetModal: {
|
|
20
20
|
({ allTags, className, title, modalAriaLabel, onClose, open, portalTarget: portalTargetIn, searchLabel, searchPlaceholder, ...rest }: TagSetModalProps): any;
|
|
21
21
|
propTypes: {
|
|
22
|
-
allTags: PropTypes.Requireable<
|
|
22
|
+
allTags: PropTypes.Requireable<PropTypes.InferProps<{
|
|
23
23
|
label: PropTypes.Validator<string>;
|
|
24
|
-
}>
|
|
24
|
+
}>[]>;
|
|
25
25
|
className: PropTypes.Requireable<string>;
|
|
26
26
|
onClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
27
27
|
open: PropTypes.Requireable<boolean>;
|
|
@@ -20,15 +20,15 @@ export interface TearsheetPresenceProps {
|
|
|
20
20
|
*/
|
|
21
21
|
_presenceId?: string;
|
|
22
22
|
}
|
|
23
|
-
export declare const TearsheetPresence: ({ open, _presenceId: presenceId, _autoEnablePresence: autoEnablePresence, children, }: PropsWithChildren<TearsheetPresenceProps>) => React.JSX.Element
|
|
23
|
+
export declare const TearsheetPresence: ({ open, _presenceId: presenceId, _autoEnablePresence: autoEnablePresence, children, }: PropsWithChildren<TearsheetPresenceProps>) => React.JSX.Element;
|
|
24
24
|
interface ModalPresenceContextProps extends PresenceContext {
|
|
25
25
|
autoEnablePresence: boolean;
|
|
26
26
|
}
|
|
27
|
-
export declare const TearsheetPresenceContext: React.Context<ModalPresenceContextProps
|
|
27
|
+
export declare const TearsheetPresenceContext: React.Context<ModalPresenceContextProps>;
|
|
28
28
|
/**
|
|
29
29
|
* Handles occurrences where only a single modal must consume a context.
|
|
30
30
|
*/
|
|
31
|
-
export declare const useExclusiveTearsheetPresenceContext: (id: string) => ModalPresenceContextProps
|
|
31
|
+
export declare const useExclusiveTearsheetPresenceContext: (id: string) => ModalPresenceContextProps;
|
|
32
32
|
type WithModalPresenceProps = Pick<TearsheetPresenceProps, 'open'>;
|
|
33
33
|
/**
|
|
34
34
|
* Higher-order function that wraps a component with ModalPresence
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TearsheetPresence.d.ts","sourceRoot":"","sources":["../../../src/components/Tearsheet/TearsheetPresence.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,EAIZ,KAAK,aAAa,EAClB,KAAK,EAAE,EACP,KAAK,iBAAiB,EACvB,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,KAAK,eAAe,EAAsB,MAAM,sBAAsB,CAAC;AAEhF,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,iBAAiB,GAAI,uFAK/B,iBAAiB,CAAC,sBAAsB,CAAC,
|
|
1
|
+
{"version":3,"file":"TearsheetPresence.d.ts","sourceRoot":"","sources":["../../../src/components/Tearsheet/TearsheetPresence.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,EAIZ,KAAK,aAAa,EAClB,KAAK,EAAE,EACP,KAAK,iBAAiB,EACvB,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,KAAK,eAAe,EAAsB,MAAM,sBAAsB,CAAC;AAEhF,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,iBAAiB,GAAI,uFAK/B,iBAAiB,CAAC,sBAAsB,CAAC,sBAoB3C,CAAC;AAEF,UAAU,yBAA0B,SAAQ,eAAe;IACzD,kBAAkB,EAAE,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,wBAAwB,0CAEzB,CAAC;AAEb;;GAEG;AACH,eAAO,MAAM,oCAAoC,GAAI,IAAI,MAAM,8BAG9D,CAAC;AAEF,KAAK,sBAAsB,GAAG,IAAI,CAAC,sBAAsB,EAAE,MAAM,CAAC,CAAC;AAEnE;;GAEG;AACH,eAAO,MAAM,qBAAqB,GAAI,MAAM,SAAS,MAAM,EACzD,WAAW,aAAa,CAAC,MAAM,CAAC,KAC/B,EAAE,CAAC,MAAM,GAAG,sBAAsB,CAcpC,CAAC"}
|
|
@@ -10,7 +10,7 @@ interface Params {
|
|
|
10
10
|
expanded?: boolean;
|
|
11
11
|
}
|
|
12
12
|
export default function useTruncatedText({ lines, value, expanded }: Params): {
|
|
13
|
-
ref: import("react").RefObject<HTMLElement
|
|
13
|
+
ref: import("react").RefObject<HTMLElement>;
|
|
14
14
|
truncated: boolean;
|
|
15
15
|
};
|
|
16
16
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Canary.d.ts","sourceRoot":"","sources":["../../../src/components/_Canary/Canary.jsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Canary.d.ts","sourceRoot":"","sources":["../../../src/components/_Canary/Canary.jsx"],"names":[],"mappings":"AA+BO;;;;sBA8BN;;;;;;;kBArDiB,OAAO;sBAGH,YAAY"}
|
|
@@ -22,6 +22,11 @@ var import_classnames = /* @__PURE__ */ __toESM(require_classnames());
|
|
|
22
22
|
const blockClass = `${package_settings_default.prefix}--canary`;
|
|
23
23
|
/**
|
|
24
24
|
* Canary component used when the component requested is not yet production
|
|
25
|
+
*
|
|
26
|
+
* @deprecated The component feature flag (canary) mechanism is deprecated in
|
|
27
|
+
* favour of PDLC-prefixed exports (e.g. `preview__`, `previewCandidate__`) and
|
|
28
|
+
* will be removed in a future release. See
|
|
29
|
+
* https://carbondesignsystem.com/contributing/product-development-lifecycle/
|
|
25
30
|
*/
|
|
26
31
|
const Canary = ({ className, componentName, ...rest }) => {
|
|
27
32
|
const instructions = `
|
package/es/components/index.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ export type { CoachmarkBeaconPropsNext } from './Coachmark/next/Coachmark/Coachm
|
|
|
51
51
|
export { TruncatedText as preview__TruncatedText, type TruncatedTextProps, } from './TruncatedText';
|
|
52
52
|
export { FeatureFlags as preview__FeatureFlags, useFeatureFlag as preview__useFeatureFlag, useFeatureFlags as preview__useFeatureFlags, } from './FeatureFlags';
|
|
53
53
|
export * as preview__PageHeader from './PageHeader/next';
|
|
54
|
+
export * as preview__Card from './Card/next';
|
|
54
55
|
export { Tearsheet as preview__Tearsheet, StackProvider, } from './Tearsheet/next';
|
|
55
56
|
export type { TearsheetProps as preview__TearsheetProps, TearsheetComponentType, TearsheetFooterProps, MainContentProps, SummaryContentProps, TearsheetBodyProps, InfluencerProps, TearsheetHeaderProps, TearsheetNavigationBarProps, TearsheetScrollButtonProps, TearsheetHeaderActionItemProps, TearsheetHeaderActionsProps, TearsheetHeaderContentProps, StackContextType, } from './Tearsheet/next';
|
|
56
57
|
export { AddSelect as preview__AddSelect } from './AddSelect/next';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAE9B,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,YAAY,EACV,aAAa,EACb,WAAW,EACX,UAAU,EACV,aAAa,GACd,MAAM,gCAAgC,CAAC;AAExC;;;GAGG;AAGH,OAAO,EAAE,SAAS,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAC7E,YAAY,EACV,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,qBAAqB,GACtB,MAAM,4BAA4B,CAAC;AAEpC,OAAO,EAAE,gBAAgB,IAAI,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAC5G,YAAY,EAAE,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;AAEzF,OAAO,EAAE,eAAe,IAAI,wBAAwB,EAAE,MAAM,4CAA4C,CAAC;AACzG,YAAY,EAAE,wBAAwB,EAAE,MAAM,4CAA4C,CAAC;AAC3F,OAAO,EACL,aAAa,IAAI,sBAAsB,EACvC,KAAK,kBAAkB,GACxB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,YAAY,IAAI,qBAAqB,EACrC,cAAc,IAAI,uBAAuB,EACzC,eAAe,IAAI,wBAAwB,GAC5C,MAAM,gBAAgB,CAAC;AACxB,OAAO,KAAK,mBAAmB,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export function useActiveElement(): Element
|
|
1
|
+
export function useActiveElement(): Element;
|
|
2
2
|
//# sourceMappingURL=useActiveElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useActiveElement.d.ts","sourceRoot":"","sources":["../../../../src/global/js/hooks/useActiveElement.js"],"names":[],"mappings":"AASO,
|
|
1
|
+
{"version":3,"file":"useActiveElement.d.ts","sourceRoot":"","sources":["../../../../src/global/js/hooks/useActiveElement.js"],"names":[],"mappings":"AASO,4CAcN"}
|
|
@@ -7,8 +7,8 @@ export function useCreateComponentStepChange({ firstIncludedStep, lastIncludedSt
|
|
|
7
7
|
isSubmitDisabled: any;
|
|
8
8
|
setCurrentStep: any;
|
|
9
9
|
setIsSubmitting: any;
|
|
10
|
-
setLoadingPrevious?:
|
|
11
|
-
loadingPrevious?: boolean
|
|
10
|
+
setLoadingPrevious?: any;
|
|
11
|
+
loadingPrevious?: boolean;
|
|
12
12
|
onClose: any;
|
|
13
13
|
onRequestSubmit: any;
|
|
14
14
|
componentName: any;
|
|
@@ -18,7 +18,7 @@ export function useCreateComponentStepChange({ firstIncludedStep, lastIncludedSt
|
|
|
18
18
|
submitButtonText: any;
|
|
19
19
|
nextButtonText: any;
|
|
20
20
|
isSubmitting: any;
|
|
21
|
-
secondaryButtonDisabled?: boolean
|
|
21
|
+
secondaryButtonDisabled?: boolean;
|
|
22
22
|
componentBlockClass: any;
|
|
23
23
|
setCreateComponentActions: any;
|
|
24
24
|
setModalIsOpen: any;
|
|
@@ -8,7 +8,7 @@ import { RefObject } from 'react';
|
|
|
8
8
|
type Item = {
|
|
9
9
|
id: string;
|
|
10
10
|
};
|
|
11
|
-
export declare function useOverflowItems<T extends Item>(items: T[]
|
|
11
|
+
export declare function useOverflowItems<T extends Item>(items: T[], containerRef: RefObject<HTMLElement | null>, offsetRef?: RefObject<HTMLElement | null>, maxItems?: number, onChange?: (value: {
|
|
12
12
|
hiddenItems?: T[];
|
|
13
13
|
minWidth?: number;
|
|
14
14
|
maxWidth?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useOverflowItems.d.ts","sourceRoot":"","sources":["../../../../../src/global/js/hooks/useOverflowItems/useOverflowItems.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,SAAS,EAAoB,MAAM,OAAO,CAAC;AAGpD,KAAK,IAAI,GAAG;IACV,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,wBAAgB,gBAAgB,CAAC,CAAC,SAAS,IAAI,EAC7C,KAAK,EAAE,CAAC,
|
|
1
|
+
{"version":3,"file":"useOverflowItems.d.ts","sourceRoot":"","sources":["../../../../../src/global/js/hooks/useOverflowItems/useOverflowItems.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,SAAS,EAAoB,MAAM,OAAO,CAAC;AAGpD,KAAK,IAAI,GAAG;IACV,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,wBAAgB,gBAAgB,CAAC,CAAC,SAAS,IAAI,EAC7C,KAAK,EAAE,CAAC,EAAO,EACf,YAAY,EAAE,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,EAC3C,SAAS,CAAC,EAAE,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,EACzC,QAAQ,CAAC,EAAE,MAAM,EACjB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE;IACjB,WAAW,CAAC,EAAE,CAAC,EAAE,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,KAAK,IAAI,GACT;IACD,YAAY,EAAE,CAAC,EAAE,CAAC;IAClB,cAAc,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAC;IAC/D,WAAW,EAAE,CAAC,EAAE,CAAC;IACjB,gBAAgB,EAAE,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI,KAAK,WAAW,CAAC;CAC7D,CA4HA"}
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
7
|
import { RefObject } from 'react';
|
|
8
|
-
export declare function useOverflowStringWidth(elementRef: RefObject<HTMLElement | null>): boolean
|
|
9
|
-
export declare const useOverflowStringHeight: (elementRef: RefObject<HTMLElement | null>) => boolean
|
|
8
|
+
export declare function useOverflowStringWidth(elementRef: RefObject<HTMLElement | null>): boolean;
|
|
9
|
+
export declare const useOverflowStringHeight: (elementRef: RefObject<HTMLElement | null>) => boolean;
|
|
10
10
|
//# sourceMappingURL=useOverflowString.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useOverflowString.d.ts","sourceRoot":"","sources":["../../../../src/global/js/hooks/useOverflowString.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,SAAS,EAAoC,MAAM,OAAO,CAAC;AAEpE,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"useOverflowString.d.ts","sourceRoot":"","sources":["../../../../src/global/js/hooks/useOverflowString.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,SAAS,EAAoC,MAAM,OAAO,CAAC;AAEpE,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,WAmB1C;AAED,eAAO,MAAM,uBAAuB,GAClC,YAAY,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC,YAmB1C,CAAC"}
|
|
@@ -8,10 +8,10 @@ declare namespace _default {
|
|
|
8
8
|
export { component };
|
|
9
9
|
export { feature };
|
|
10
10
|
export function isComponentEnabled(componentOrName: any, byDefault?: boolean): any;
|
|
11
|
-
export function isComponentPublic(componentOrName: any, byDefault?: boolean):
|
|
11
|
+
export function isComponentPublic(componentOrName: any, byDefault?: boolean): any;
|
|
12
12
|
export function isFeatureEnabled(featureName: any, byDefault?: boolean): any;
|
|
13
|
-
export function checkReportFeatureEnabled(featureName: any):
|
|
14
|
-
export function isFeaturePublic(featureName: any, byDefault?: boolean):
|
|
13
|
+
export function checkReportFeatureEnabled(featureName: any): boolean;
|
|
14
|
+
export function isFeaturePublic(featureName: any, byDefault?: boolean): any;
|
|
15
15
|
export function setAllComponents(enabled: any): void;
|
|
16
16
|
export function setAllFeatures(enabled: any): void;
|
|
17
17
|
export function _silenceWarnings(value: any): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"package-settings.d.ts","sourceRoot":"","sources":["../../../src/global/js/package-settings.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"package-settings.d.ts","sourceRoot":"","sources":["../../../src/global/js/package-settings.js"],"names":[],"mappings":"AA0NA,0DAEC;AAJD,gCAAiC,yBAAyB,CAAC;;;;;;;;IAarC,mFAMnB;IAEkB,kFAOlB;IAEiB,6EAEjB;IAED,qEAOC;IAEgB,4EAKhB;IAEiB,qDAIjB;IAEe,mDAIf;IAEiB,mDAKjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA1FH;;;;;;;EAqBE"}
|
|
@@ -126,10 +126,12 @@ const defaults = {
|
|
|
126
126
|
"ExampleComponent.useExample": false
|
|
127
127
|
}
|
|
128
128
|
};
|
|
129
|
-
const
|
|
129
|
+
const componentFlagDeprecationNote = "The component feature flag (canary) mechanism is deprecated and will be removed in a future release. Components are now published with a PDLC status prefix and can be imported directly, e.g. `import { previewCandidate__ComponentName } from \"@carbon/ibm-products\"`. See https://carbondesignsystem.com/contributing/product-development-lifecycle/";
|
|
130
|
+
const warningMessageComponent = (property) => `Carbon for IBM Products (WARNING): Component "${property}" enabled via feature flags. This component has not yet completed its review process.\nCarbon for IBM Products (DEPRECATION): ${componentFlagDeprecationNote}`;
|
|
130
131
|
const warningMessageFeature = (property) => `Carbon for IBM Products (WARNING): Feature "${property}" enabled via feature flags.`;
|
|
131
132
|
const errorMessageFeature = (property) => `Carbon for IBM Products (Error): Feature "${property}" not enabled. To enable see the notes on feature flags in the README.`;
|
|
132
|
-
const warningMessageAllComponents =
|
|
133
|
+
const warningMessageAllComponents = `Carbon for IBM Products (WARNING): All components enabled through use of setAllComponents. This includes components that have not yet completed their review process.
|
|
134
|
+
Carbon for IBM Products (DEPRECATION): ${componentFlagDeprecationNote}`;
|
|
133
135
|
const warningMessageAllFeatures = "Carbon for IBM Products (WARNING): All features enabled through use of setAllFeatures";
|
|
134
136
|
const all = {
|
|
135
137
|
INITIAL: (v) => v,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export function sampleDecorator(decorator: any): React.JSX.Element
|
|
1
|
+
export function sampleDecorator(decorator: any): React.JSX.Element;
|
|
2
2
|
export function decoratorArgTypes({ _default, withHollow, }?: {
|
|
3
|
-
_default?: number
|
|
4
|
-
withHollow?: boolean
|
|
3
|
+
_default?: number;
|
|
4
|
+
withHollow?: boolean;
|
|
5
5
|
}): {
|
|
6
6
|
decorator: {
|
|
7
7
|
control: {
|
|
@@ -17,8 +17,8 @@ export function decoratorArgTypes({ _default, withHollow, }?: {
|
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
19
|
export function slugArgTypes({ _default, withHollow }?: {
|
|
20
|
-
_default?: number
|
|
21
|
-
withHollow?: boolean
|
|
20
|
+
_default?: number;
|
|
21
|
+
withHollow?: boolean;
|
|
22
22
|
}): {
|
|
23
23
|
slug: {
|
|
24
24
|
control: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decorator.d.ts","sourceRoot":"","sources":["../../../../src/global/js/story-parts/decorator.jsx"],"names":[],"mappings":"AAiBO
|
|
1
|
+
{"version":3,"file":"decorator.d.ts","sourceRoot":"","sources":["../../../../src/global/js/story-parts/decorator.jsx"],"names":[],"mappings":"AAiBO,mEAoCN;AAEM;;;;;;;;;;;;;;;;EAsBN;AAEM;;;;;;;;;;;;;;;EAkBN;kBA1FiB,OAAO"}
|
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
import React from 'react';
|
|
8
8
|
export declare const StepGroup: ({ children }: {
|
|
9
9
|
children: any;
|
|
10
|
-
}) => string | number | bigint | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode
|
|
10
|
+
}) => string | number | bigint | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode>>;
|
|
11
11
|
//# sourceMappingURL=StepGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StepGroup.d.ts","sourceRoot":"","sources":["../../../../../src/global/js/utils/StepFlow/StepGroup.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAoB,MAAM,OAAO,CAAC;AAIzC,eAAO,MAAM,SAAS,GAAI;;CAAY,
|
|
1
|
+
{"version":3,"file":"StepGroup.d.ts","sourceRoot":"","sources":["../../../../../src/global/js/utils/StepFlow/StepGroup.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAoB,MAAM,OAAO,CAAC;AAIzC,eAAO,MAAM,SAAS,GAAI;;CAAY,6TAmBrC,CAAC"}
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
* A flag `node.compareDocumentPosition(target)` returns,
|
|
12
12
|
* that indicates `target` is located earlier than `node` in the document or `target` contains `node`.
|
|
13
13
|
*/
|
|
14
|
-
export const DOCUMENT_POSITION_BROAD_PRECEDING: number
|
|
14
|
+
export const DOCUMENT_POSITION_BROAD_PRECEDING: number;
|
|
15
15
|
/**
|
|
16
16
|
* A flag `node.compareDocumentPosition(target)` returns,
|
|
17
17
|
* that indicates `target` is located later than `node` in the document or `node` contains `target`.
|
|
18
18
|
*/
|
|
19
|
-
export const DOCUMENT_POSITION_BROAD_FOLLOWING: number
|
|
19
|
+
export const DOCUMENT_POSITION_BROAD_FOLLOWING: number;
|
|
20
20
|
/**
|
|
21
21
|
* CSS selector that selects major nodes that are sequential-focusable.
|
|
22
22
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyboardNavigation.d.ts","sourceRoot":"","sources":["../../../../src/global/js/utils/keyboardNavigation.js"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AAEH;;;GAGG;AACH
|
|
1
|
+
{"version":3,"file":"keyboardNavigation.d.ts","sourceRoot":"","sources":["../../../../src/global/js/utils/keyboardNavigation.js"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AAEH;;;GAGG;AACH,uDAIqE;AAErE;;;GAGG;AACH,uDAIyE;AAEzE;;GAEG;AACH,0VAKE;AAEF;;GAEG;AACH,kPAKE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pconsole.d.ts","sourceRoot":"","sources":["../../../../src/global/js/utils/pconsole.js"],"names":[],"mappings":"AAOA,mCAAkE;AAC3D,
|
|
1
|
+
{"version":3,"file":"pconsole.d.ts","sourceRoot":"","sources":["../../../../src/global/js/utils/pconsole.js"],"names":[],"mappings":"AAOA,mCAAkE;AAC3D,4BAA4B;AAC5B,+CAA2D;AAClE,sBAAuE;AACvE,uBAAyE;AACzE,wBAA2E"}
|
|
@@ -19,7 +19,7 @@ export namespace StackblitzLink {
|
|
|
19
19
|
}
|
|
20
20
|
export { propTypes_1 as propTypes };
|
|
21
21
|
}
|
|
22
|
-
export function palUsageHref(csfFile: any): string
|
|
22
|
+
export function palUsageHref(csfFile: any): string;
|
|
23
23
|
export function storyDocsPageTitle(csfFile: any): any;
|
|
24
24
|
export function storyDocsPageInfo(csfFile: any): {
|
|
25
25
|
category: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"story-helper.d.ts","sourceRoot":"","sources":["../../../../src/global/js/utils/story-helper.jsx"],"names":[],"mappings":"AAaO,+DAII;AASJ,+DACoG;AAEpG;;sBAWN;;;;;;AAQM,8DACuF;AAEvF;;sBAWN;;;;;;;;AAQM
|
|
1
|
+
{"version":3,"file":"story-helper.d.ts","sourceRoot":"","sources":["../../../../src/global/js/utils/story-helper.jsx"],"names":[],"mappings":"AAaO,+DAII;AASJ,+DACoG;AAEpG;;sBAWN;;;;;;AAQM,8DACuF;AAEvF;;sBAWN;;;;;;;;AAQM,mDASN;AAEM,sDA0BN;AAEM;;;EAwDN;AAEM;;;EAON;AAMM,2DAKN;AAMM;;;;;;IAFM,GAAG,CAAC,OAAO,CAUvB;kBAhMiB,OAAO;sBACH,YAAY"}
|
|
@@ -21,6 +21,6 @@ declare function wrapFocus({ bodyNode, startTrapNode, endTrapNode, currentActive
|
|
|
21
21
|
endTrapNode: Node | null;
|
|
22
22
|
currentActiveNode: Node;
|
|
23
23
|
oldActiveNode: Node;
|
|
24
|
-
selectorsFloatingMenus?: string[]
|
|
24
|
+
selectorsFloatingMenus?: string[];
|
|
25
25
|
}): void;
|
|
26
26
|
//# sourceMappingURL=wrapFocus.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wrapFocus.d.ts","sourceRoot":"","sources":["../../../../src/global/js/utils/wrapFocus.js"],"names":[],"mappings":";AAcA;;;;GAIG;AACH,oDAJW,IAAI,2BACJ,MAAM,EAAE,GACN,OAAO,CAanB;AAED;;;;;;;;;GASG;AACH,gIAPG;IAA2B,QAAQ,EAA3B,IAAI,GAAC,IAAI;IACU,aAAa,EAAhC,IAAI,GAAC,IAAI;IACU,WAAW,EAA9B,IAAI,GAAC,IAAI;IACK,iBAAiB,EAA/B,IAAI;IACU,aAAa,EAA3B,IAAI;IACe,sBAAsB;
|
|
1
|
+
{"version":3,"file":"wrapFocus.d.ts","sourceRoot":"","sources":["../../../../src/global/js/utils/wrapFocus.js"],"names":[],"mappings":";AAcA;;;;GAIG;AACH,oDAJW,IAAI,2BACJ,MAAM,EAAE,GACN,OAAO,CAanB;AAED;;;;;;;;;GASG;AACH,gIAPG;IAA2B,QAAQ,EAA3B,IAAI,GAAC,IAAI;IACU,aAAa,EAAhC,IAAI,GAAC,IAAI;IACU,WAAW,EAA9B,IAAI,GAAC,IAAI;IACK,iBAAiB,EAA/B,IAAI;IACU,aAAa,EAA3B,IAAI;IACe,sBAAsB,GAAzC,MAAM,EAAE;CAClB,QA6CA"}
|
package/es/index.js
CHANGED
|
@@ -65,7 +65,8 @@ import { Coachmark as Coachmark$1 } from "./components/Coachmark/next/Coachmark/
|
|
|
65
65
|
import { CoachmarkTagline } from "./components/Coachmark/next/Coachmark/CoachmarkTagline/CoachmarkTagline.js";
|
|
66
66
|
import { CoachmarkBeacon as CoachmarkBeacon$1 } from "./components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.js";
|
|
67
67
|
import { TruncatedText } from "./components/TruncatedText/TruncatedText.js";
|
|
68
|
-
import { next_exports } from "./components/PageHeader/next/index.js";
|
|
68
|
+
import { next_exports as next_exports$1 } from "./components/PageHeader/next/index.js";
|
|
69
|
+
import { next_exports } from "./components/Card/next/index.js";
|
|
69
70
|
import { StackProvider } from "./components/Tearsheet/next/StackContext.js";
|
|
70
71
|
import { Tearsheet as Tearsheet$1 } from "./components/Tearsheet/next/Tearsheet.js";
|
|
71
72
|
import { AddSelect } from "./components/AddSelect/next/AddSelect.js";
|
|
@@ -157,4 +158,4 @@ import { StatusIndicatorStep } from "./components/StatusIndicator/StatusIndicato
|
|
|
157
158
|
* LICENSE file in the root directory of this source tree.
|
|
158
159
|
*/
|
|
159
160
|
//#endregion
|
|
160
|
-
export { APIKeyModal, AboutModal, ActionBar, AddSelectData, BEACON_KIND, COACHMARK_ALIGNMENT, COACHMARK_OVERLAY_KIND, Cascade, Checklist, ComboButton, ComboButtonItem, CreateFullPage, CreateFullPageStep, CreateModal, CreateSidePanel, CreateTearsheet, CreateTearsheetDivider, CreateTearsheetNarrow, CreateTearsheetStep, Datagrid, DecoratorDualButton, DecoratorLink, DecoratorSingleButton, DescriptionList, DescriptionListBody, DescriptionListCell, DescriptionListRow, EditFullPage, EditInPlace, EditSidePanel, EditTearsheet, EditTearsheetForm, EditTearsheetNarrow, EditUpdateCards, EmptyState, EmptyStateV2, ErrorEmptyState, ExportModal, ExpressiveCard, FilterPanel, FilterPanelAccordion, FilterPanelAccordionItem, FilterPanelCheckbox, FilterPanelCheckboxWithOverflow, FilterPanelGroup, FilterPanelLabel, FilterPanelSearch, FullPageError, HTTPError403, HTTPError404, HTTPErrorOther, ImportModal, InterstitialScreen, InterstitialScreenView, MultiAddSelect, Nav, NavItem, NavList, NoDataEmptyState, NoTagsEmptyState, NotFoundEmptyState, NotificationsEmptyState, NotificationsPanel, OptionsTile, PageHeader, ProductiveCard, RemoveModal, Saving, ScrollGradient, SidePanel, SingleAddSelect, StackProvider, StatusIcon, StatusIndicator, StatusIndicatorStep, StringFormatter, TagOverflow, TagSet, Tearsheet, TearsheetNarrow, TearsheetPresence, UnauthorizedEmptyState, UserAvatar, UserProfileImage, WebTerminal, WebTerminalContentWrapper, WebTerminalProvider, getAutoSizedColumnWidth, pkg, BigNumber as previewCandidate__BigNumber, Coachmark as previewCandidate__Coachmark, CoachmarkBeacon as previewCandidate__CoachmarkBeacon, CoachmarkButton as previewCandidate__CoachmarkButton, CoachmarkFixed as previewCandidate__CoachmarkFixed, CoachmarkOverlayElement as previewCandidate__CoachmarkOverlayElement, CoachmarkOverlayElements as previewCandidate__CoachmarkOverlayElements, CoachmarkStack as previewCandidate__CoachmarkStack, ConditionBuilder as previewCandidate__ConditionBuilder, DataSpreadsheet as previewCandidate__DataSpreadsheet, Decorator as previewCandidate__Decorator, DelimitedList as previewCandidate__DelimitedList, GetStartedCard as previewCandidate__GetStartedCard, Guidebanner as previewCandidate__Guidebanner, GuidebannerElement as previewCandidate__GuidebannerElement, GuidebannerElementButton as previewCandidate__GuidebannerElementButton, GuidebannerElementLink as previewCandidate__GuidebannerElementLink, InlineTip as previewCandidate__InlineTip, InlineTipButton as previewCandidate__InlineTipButton, InlineTipLink as previewCandidate__InlineTipLink, NonLinearReading as previewCandidate__NonLinearReading, SearchBar as previewCandidate__SearchBar, Toolbar as previewCandidate__Toolbar, ToolbarButton as previewCandidate__ToolbarButton, ToolbarGroup as previewCandidate__ToolbarGroup, TruncatedList as previewCandidate__TruncatedList, AddSelect as preview__AddSelect, Coachmark$1 as preview__Coachmark, CoachmarkBeacon$1 as preview__CoachmarkBeacon, CoachmarkTagline as preview__CoachmarkTagline, FeatureFlags as preview__FeatureFlags, next_exports as preview__PageHeader, Tearsheet$1 as preview__Tearsheet, TruncatedText as preview__TruncatedText, useFeatureFlag as preview__useFeatureFlag, useFeatureFlags as preview__useFeatureFlags, useActionsColumn, useCoachmark, useColumnCenterAlign, useColumnOrder_default as useColumnOrder, useColumnRightAlign, useCustomizeColumns, useDatagrid, useDisableSelectRows, useEditableCell, useExpandedRow, useFilterContext, useFiltering, useInfiniteScroll, useInlineEdit, useNestedRows, useOnRowClick, usePrefix, useRowIsMouseOver, useSelectAllToggle as useSelectAllWithToggle, useSelectRows, useSortableColumns, useStickyColumn, useWebTerminal, withTearsheetPresence };
|
|
161
|
+
export { APIKeyModal, AboutModal, ActionBar, AddSelectData, BEACON_KIND, COACHMARK_ALIGNMENT, COACHMARK_OVERLAY_KIND, Cascade, Checklist, ComboButton, ComboButtonItem, CreateFullPage, CreateFullPageStep, CreateModal, CreateSidePanel, CreateTearsheet, CreateTearsheetDivider, CreateTearsheetNarrow, CreateTearsheetStep, Datagrid, DecoratorDualButton, DecoratorLink, DecoratorSingleButton, DescriptionList, DescriptionListBody, DescriptionListCell, DescriptionListRow, EditFullPage, EditInPlace, EditSidePanel, EditTearsheet, EditTearsheetForm, EditTearsheetNarrow, EditUpdateCards, EmptyState, EmptyStateV2, ErrorEmptyState, ExportModal, ExpressiveCard, FilterPanel, FilterPanelAccordion, FilterPanelAccordionItem, FilterPanelCheckbox, FilterPanelCheckboxWithOverflow, FilterPanelGroup, FilterPanelLabel, FilterPanelSearch, FullPageError, HTTPError403, HTTPError404, HTTPErrorOther, ImportModal, InterstitialScreen, InterstitialScreenView, MultiAddSelect, Nav, NavItem, NavList, NoDataEmptyState, NoTagsEmptyState, NotFoundEmptyState, NotificationsEmptyState, NotificationsPanel, OptionsTile, PageHeader, ProductiveCard, RemoveModal, Saving, ScrollGradient, SidePanel, SingleAddSelect, StackProvider, StatusIcon, StatusIndicator, StatusIndicatorStep, StringFormatter, TagOverflow, TagSet, Tearsheet, TearsheetNarrow, TearsheetPresence, UnauthorizedEmptyState, UserAvatar, UserProfileImage, WebTerminal, WebTerminalContentWrapper, WebTerminalProvider, getAutoSizedColumnWidth, pkg, BigNumber as previewCandidate__BigNumber, Coachmark as previewCandidate__Coachmark, CoachmarkBeacon as previewCandidate__CoachmarkBeacon, CoachmarkButton as previewCandidate__CoachmarkButton, CoachmarkFixed as previewCandidate__CoachmarkFixed, CoachmarkOverlayElement as previewCandidate__CoachmarkOverlayElement, CoachmarkOverlayElements as previewCandidate__CoachmarkOverlayElements, CoachmarkStack as previewCandidate__CoachmarkStack, ConditionBuilder as previewCandidate__ConditionBuilder, DataSpreadsheet as previewCandidate__DataSpreadsheet, Decorator as previewCandidate__Decorator, DelimitedList as previewCandidate__DelimitedList, GetStartedCard as previewCandidate__GetStartedCard, Guidebanner as previewCandidate__Guidebanner, GuidebannerElement as previewCandidate__GuidebannerElement, GuidebannerElementButton as previewCandidate__GuidebannerElementButton, GuidebannerElementLink as previewCandidate__GuidebannerElementLink, InlineTip as previewCandidate__InlineTip, InlineTipButton as previewCandidate__InlineTipButton, InlineTipLink as previewCandidate__InlineTipLink, NonLinearReading as previewCandidate__NonLinearReading, SearchBar as previewCandidate__SearchBar, Toolbar as previewCandidate__Toolbar, ToolbarButton as previewCandidate__ToolbarButton, ToolbarGroup as previewCandidate__ToolbarGroup, TruncatedList as previewCandidate__TruncatedList, AddSelect as preview__AddSelect, next_exports as preview__Card, Coachmark$1 as preview__Coachmark, CoachmarkBeacon$1 as preview__CoachmarkBeacon, CoachmarkTagline as preview__CoachmarkTagline, FeatureFlags as preview__FeatureFlags, next_exports$1 as preview__PageHeader, Tearsheet$1 as preview__Tearsheet, TruncatedText as preview__TruncatedText, useFeatureFlag as preview__useFeatureFlag, useFeatureFlags as preview__useFeatureFlags, useActionsColumn, useCoachmark, useColumnCenterAlign, useColumnOrder_default as useColumnOrder, useColumnRightAlign, useCustomizeColumns, useDatagrid, useDisableSelectRows, useEditableCell, useExpandedRow, useFilterContext, useFiltering, useInfiniteScroll, useInlineEdit, useNestedRows, useOnRowClick, usePrefix, useRowIsMouseOver, useSelectAllToggle as useSelectAllWithToggle, useSelectRows, useSortableColumns, useStickyColumn, useWebTerminal, withTearsheetPresence };
|
|
@@ -19,6 +19,39 @@ import { jsx } from "react/jsx-runtime";
|
|
|
19
19
|
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
20
20
|
*/
|
|
21
21
|
const didWarnAboutDeprecation = {};
|
|
22
|
+
const JoinNode = /* @__PURE__ */ React.forwardRef(function JoinNode({ children, size = 16, ...rest }, ref) {
|
|
23
|
+
return React.createElement(Icon, {
|
|
24
|
+
width: size,
|
|
25
|
+
height: size,
|
|
26
|
+
ref,
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
viewBox: "0 0 32 32",
|
|
29
|
+
fill: "currentColor",
|
|
30
|
+
...rest
|
|
31
|
+
}, /* @__PURE__ */ jsx("path", {
|
|
32
|
+
strokeWidth: "0",
|
|
33
|
+
d: "M2 9H6V11H2z"
|
|
34
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
35
|
+
strokeWidth: "0",
|
|
36
|
+
d: "M2 21H6V23H2z"
|
|
37
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
38
|
+
strokeWidth: "0",
|
|
39
|
+
d: "M25 11 23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
|
|
40
|
+
}), children);
|
|
41
|
+
});
|
|
42
|
+
JoinNode.propTypes = iconPropTypes;
|
|
43
|
+
const Jpg = /* @__PURE__ */ React.forwardRef(function Jpg({ children, size = 16, ...rest }, ref) {
|
|
44
|
+
return React.createElement(Icon, {
|
|
45
|
+
width: size,
|
|
46
|
+
height: size,
|
|
47
|
+
ref,
|
|
48
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
49
|
+
viewBox: "0 0 32 32",
|
|
50
|
+
fill: "currentColor",
|
|
51
|
+
...rest
|
|
52
|
+
}, /* @__PURE__ */ jsx("path", { d: "M30,23H24a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H24V21h4V17H26V15h4Z" }), /* @__PURE__ */ jsx("path", { d: "M14,23H12V9h6a2,2,0,0,1,2,2v5a2,2,0,0,1-2,2H14Zm0-7h4V11H14Z" }), /* @__PURE__ */ jsx("path", { d: "M8,23H4a2,2,0,0,1-2-2V19H4v2H8V9h2V21A2,2,0,0,1,8,23Z" }), children);
|
|
53
|
+
});
|
|
54
|
+
Jpg.propTypes = iconPropTypes;
|
|
22
55
|
const JsError = /* @__PURE__ */ React.forwardRef(function JsError({ children, size = 16, ...rest }, ref) {
|
|
23
56
|
return React.createElement(Icon, {
|
|
24
57
|
width: size,
|
|
@@ -1715,29 +1748,5 @@ const LogoInstagram = /* @__PURE__ */ React.forwardRef(function LogoInstagram({
|
|
|
1715
1748
|
}), /* @__PURE__ */ jsx("path", { d: "M16,9.8378A6.1622,6.1622,0,1,0,22.1622,16,6.1622,6.1622,0,0,0,16,9.8378ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z" }), /* @__PURE__ */ jsx("path", { d: "M16,6.1622c3.2041,0,3.5837.0122,4.849.07a6.6418,6.6418,0,0,1,2.2283.4132,3.9748,3.9748,0,0,1,2.2774,2.2774,6.6418,6.6418,0,0,1,.4132,2.2283c.0577,1.2653.07,1.6449.07,4.849s-.0122,3.5837-.07,4.849a6.6418,6.6418,0,0,1-.4132,2.2283,3.9748,3.9748,0,0,1-2.2774,2.2774,6.6418,6.6418,0,0,1-2.2283.4132c-1.2652.0577-1.6446.07-4.849.07s-3.5838-.0122-4.849-.07a6.6418,6.6418,0,0,1-2.2283-.4132,3.9748,3.9748,0,0,1-2.2774-2.2774,6.6418,6.6418,0,0,1-.4132-2.2283c-.0577-1.2653-.07-1.6449-.07-4.849s.0122-3.5837.07-4.849a6.6418,6.6418,0,0,1,.4132-2.2283A3.9748,3.9748,0,0,1,8.9227,6.6453a6.6418,6.6418,0,0,1,2.2283-.4132c1.2653-.0577,1.6449-.07,4.849-.07M16,4c-3.259,0-3.6677.0138-4.9476.0722A8.8068,8.8068,0,0,0,8.14,4.63,6.1363,6.1363,0,0,0,4.63,8.14a8.8068,8.8068,0,0,0-.5578,2.9129C4.0138,12.3323,4,12.741,4,16s.0138,3.6677.0722,4.9476A8.8074,8.8074,0,0,0,4.63,23.8605a6.1363,6.1363,0,0,0,3.51,3.51,8.8068,8.8068,0,0,0,2.9129.5578C12.3323,27.9862,12.741,28,16,28s3.6677-.0138,4.9476-.0722a8.8074,8.8074,0,0,0,2.9129-.5578,6.1363,6.1363,0,0,0,3.51-3.51,8.8074,8.8074,0,0,0,.5578-2.9129C27.9862,19.6677,28,19.259,28,16s-.0138-3.6677-.0722-4.9476A8.8068,8.8068,0,0,0,27.37,8.14a6.1363,6.1363,0,0,0-3.51-3.5095,8.8074,8.8074,0,0,0-2.9129-.5578C19.6677,4.0138,19.259,4,16,4Z" }), children);
|
|
1716
1749
|
});
|
|
1717
1750
|
LogoInstagram.propTypes = iconPropTypes;
|
|
1718
|
-
const LogoInvision = /* @__PURE__ */ React.forwardRef(function LogoInvision({ children, size = 16, ...rest }, ref) {
|
|
1719
|
-
return React.createElement(Icon, {
|
|
1720
|
-
width: size,
|
|
1721
|
-
height: size,
|
|
1722
|
-
ref,
|
|
1723
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1724
|
-
viewBox: "0 0 32 32",
|
|
1725
|
-
fill: "currentColor",
|
|
1726
|
-
...rest
|
|
1727
|
-
}, /* @__PURE__ */ jsx("path", { d: "M4,4v24h24V4H4z M12.1,9c0.8,0,1.4,0.6,1.4,1.4c0,0.8-0.6,1.4-1.4,1.4c0,0,0,0,0,0c-0.8,0-1.4-0.6-1.4-1.4 C10.8,9.6,11.4,9,12.1,9z M21.5,22.2c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1l0.7-2.4c0.1-0.2,0.1-0.5,0.1-0.7 c0-0.8-0.5-1.3-1.2-1.3c-1,0-1.6,0.7-1.9,2L15.9,22h-2.3l0.4-1.7c-0.7,1.1-1.6,1.8-2.8,1.8c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1 l1.1-4.3H8.7L9.2,13h3.9l-1.5,6.1c-0.1,0.3-0.1,0.6-0.1,0.9c0,0.4,0.2,0.5,0.5,0.6c0.2,0,1.6,0,2.4-1.8l1-4.1h-1.6l0.5-1.8h3.5 l-0.5,2.1c0.6-1.2,1.9-2.2,3.1-2.2c1.3,0,2.4,0.9,2.4,2.7c0,0.5-0.1,1-0.2,1.5l-0.7,2.4c-0.1,0.2-0.1,0.4-0.1,0.6 c0,0.4,0.2,0.6,0.5,0.6c0.3,0,0.7-0.2,1.2-1.5l0.9,0.4C23.7,21.4,22.7,22.2,21.5,22.2z" }), children);
|
|
1728
|
-
});
|
|
1729
|
-
LogoInvision.propTypes = iconPropTypes;
|
|
1730
|
-
const LogoJupyter = /* @__PURE__ */ React.forwardRef(function LogoJupyter({ children, size = 16, ...rest }, ref) {
|
|
1731
|
-
return React.createElement(Icon, {
|
|
1732
|
-
width: size,
|
|
1733
|
-
height: size,
|
|
1734
|
-
ref,
|
|
1735
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1736
|
-
viewBox: "0 0 32 32",
|
|
1737
|
-
fill: "currentColor",
|
|
1738
|
-
...rest
|
|
1739
|
-
}, /* @__PURE__ */ jsx("path", { d: "M26.0766,3.5878a1.69,1.69,0,1,1-1.76-1.5853,1.67,1.67,0,0,1,1.76,1.5853Z" }), /* @__PURE__ */ jsx("path", { d: "M16.2191,23.1113c-4.4866,0-8.43-1.61-10.4688-3.9882a11.1618,11.1618,0,0,0,20.9377,0C24.6541,21.5011,20.7257,23.1113,16.2191,23.1113Z" }), /* @__PURE__ */ jsx("path", { d: "M16.2191,7.6483c4.4867,0,8.43,1.61,10.4689,3.9881a11.1618,11.1618,0,0,0-20.9377,0C7.7892,9.2535,11.7126,7.6483,16.2191,7.6483Z" }), /* @__PURE__ */ jsx("path", { d: "M10.0427,27.7388a2.1085,2.1085,0,1,1-.2031-.7976,2.1278,2.1278,0,0,1,.2031.7976Z" }), /* @__PURE__ */ jsx("path", { d: "M6.26,7.1064A1.2263,1.2263,0,1,1,7.4517,5.83,1.2415,1.2415,0,0,1,6.26,7.1064Z" }), children);
|
|
1740
|
-
});
|
|
1741
|
-
LogoJupyter.propTypes = iconPropTypes;
|
|
1742
1751
|
//#endregion
|
|
1743
1752
|
export { Launch };
|
package/es/settings.d.ts
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
export namespace carbon {
|
|
2
|
-
const themes:
|
|
2
|
+
const themes: {
|
|
3
|
+
white: typeof import("@carbon/themes/lib/white");
|
|
4
|
+
g10: typeof import("@carbon/themes/lib/g10");
|
|
5
|
+
g90: typeof import("@carbon/themes/lib/g90");
|
|
6
|
+
g100: typeof import("@carbon/themes/lib/g100");
|
|
7
|
+
};
|
|
3
8
|
let prefix: string;
|
|
4
9
|
}
|
|
5
10
|
export const pkg: {
|
|
@@ -124,10 +129,10 @@ export const pkg: {
|
|
|
124
129
|
'ExampleComponent.useExample': boolean;
|
|
125
130
|
};
|
|
126
131
|
isComponentEnabled: (componentOrName: any, byDefault?: boolean) => any;
|
|
127
|
-
isComponentPublic: (componentOrName: any, byDefault?: boolean) =>
|
|
132
|
+
isComponentPublic: (componentOrName: any, byDefault?: boolean) => any;
|
|
128
133
|
isFeatureEnabled: (featureName: any, byDefault?: boolean) => any;
|
|
129
|
-
checkReportFeatureEnabled(featureName: any):
|
|
130
|
-
isFeaturePublic: (featureName: any, byDefault?: boolean) =>
|
|
134
|
+
checkReportFeatureEnabled(featureName: any): boolean;
|
|
135
|
+
isFeaturePublic: (featureName: any, byDefault?: boolean) => any;
|
|
131
136
|
setAllComponents: (enabled: any) => void;
|
|
132
137
|
setAllFeatures: (enabled: any) => void;
|
|
133
138
|
_silenceWarnings: (value: any) => void;
|
package/es/settings.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../src/settings.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../src/settings.js"],"names":[],"mappings":";;;;;;;;;AAmGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+B"}
|
|
@@ -51,7 +51,7 @@ export declare const ActionBarOverflowItems: {
|
|
|
51
51
|
/**
|
|
52
52
|
* overflowItems: items to bre shown in the ActionBar overflow menu
|
|
53
53
|
*/
|
|
54
|
-
overflowItems: PropTypes.Requireable<
|
|
54
|
+
overflowItems: PropTypes.Requireable<PropTypes.ReactElementLike[]>;
|
|
55
55
|
/**
|
|
56
56
|
* overflowMenuRef for the overflow menu width that is needed to calculate the width of the action bar with overflow
|
|
57
57
|
*/
|