@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
|
@@ -24,6 +24,38 @@ var require_bucket_6 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
24
24
|
let react = require("react");
|
|
25
25
|
react = require_Icon.__toESM(react);
|
|
26
26
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
27
|
+
const DirectionRotaryFirstRightFilled = /* @__PURE__ */ react.default.forwardRef(function DirectionRotaryFirstRightFilled({ children, size = 16, ...rest }, ref) {
|
|
28
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
29
|
+
width: size,
|
|
30
|
+
height: size,
|
|
31
|
+
ref,
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
viewBox: "0 0 32 32",
|
|
34
|
+
fill: "currentColor",
|
|
35
|
+
...rest
|
|
36
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
37
|
+
cx: "11",
|
|
38
|
+
cy: "11",
|
|
39
|
+
r: "3"
|
|
40
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM26,26H16V24h6.5859l-8.833-8.833A4.9678,4.9678,0,0,1,12,15.8989V26H10V15.8989a5.0113,5.0113,0,1,1,5.167-2.146L24,22.5859V16h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
41
|
+
fill: "none",
|
|
42
|
+
d: "M11,14a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,11,14Zm13,2v6.5859l-8.833-8.833A4.9959,4.9959,0,1,0,10,15.8989V26h2V15.8989a4.9678,4.9678,0,0,0,1.7529-.7319L22.5859,24H16v2H26V16Z",
|
|
43
|
+
"data-icon-path": "inner-path"
|
|
44
|
+
}), children);
|
|
45
|
+
});
|
|
46
|
+
if (process.env.NODE_ENV !== "production") DirectionRotaryFirstRightFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
47
|
+
const DirectionRotaryRight = /* @__PURE__ */ react.default.forwardRef(function DirectionRotaryRight({ children, size = 16, ...rest }, ref) {
|
|
48
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
49
|
+
width: size,
|
|
50
|
+
height: size,
|
|
51
|
+
ref,
|
|
52
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
53
|
+
viewBox: "0 0 32 32",
|
|
54
|
+
fill: "currentColor",
|
|
55
|
+
...rest
|
|
56
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,4,20.5859,5.4141,25.1719,10H16.91A5.9965,5.9965,0,1,0,10,16.91V28h2V16.91A6.0061,6.0061,0,0,0,16.91,12h8.2622l-4.586,4.5859L22,18l7-7ZM11,15a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,11,15Z" }), children);
|
|
57
|
+
});
|
|
58
|
+
if (process.env.NODE_ENV !== "production") DirectionRotaryRight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
27
59
|
const DirectionRotaryRightFilled = /* @__PURE__ */ react.default.forwardRef(function DirectionRotaryRightFilled({ children, size = 16, ...rest }, ref) {
|
|
28
60
|
return react.default.createElement(require_Icon.Icon, {
|
|
29
61
|
width: size,
|
|
@@ -1723,37 +1755,8 @@ var require_bucket_6 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1723
1755
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A13.9138,13.9138,0,0,0,2,16,13.9138,13.9138,0,0,0,16,30,13.9138,13.9138,0,0,0,30,16,13.9138,13.9138,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12.0353,12.0353,0,0,1,16,28Z" }), children);
|
|
1724
1756
|
});
|
|
1725
1757
|
if (process.env.NODE_ENV !== "production") ErrorOutline.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
width: size,
|
|
1729
|
-
height: size,
|
|
1730
|
-
ref,
|
|
1731
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1732
|
-
viewBox: "0 0 32 32",
|
|
1733
|
-
fill: "currentColor",
|
|
1734
|
-
...rest
|
|
1735
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 15 23.549 19.938 29 20.729 25 24.573 26 30 21 27.438 16 30 17 24.573 13 20.729 18.6 19.938 21 15z" }), children);
|
|
1736
|
-
});
|
|
1737
|
-
if (process.env.NODE_ENV !== "production") Event.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1738
|
-
const EventChange = /* @__PURE__ */ react.default.forwardRef(function EventChange({ children, size = 16, ...rest }, ref) {
|
|
1739
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1740
|
-
width: size,
|
|
1741
|
-
height: size,
|
|
1742
|
-
ref,
|
|
1743
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1744
|
-
viewBox: "0 0 32 32",
|
|
1745
|
-
fill: "currentColor",
|
|
1746
|
-
...rest
|
|
1747
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 15H19V22H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1748
|
-
cx: "18",
|
|
1749
|
-
cy: "25",
|
|
1750
|
-
r: "1.25"
|
|
1751
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,30H7c-.3499,0-.6743-.1829-.8555-.4823s-.1926-.6718-.0303-.9817L17.1143,7.536c.1726-.3296.5292-.536.8857-.536s.7131.2064.8857.536l11,21c.1624.3099.1509.6823-.0303.9817s-.5056.4823-.8555.4823Zm-20.3474-2h18.6948l-9.3474-17.8448-9.3474,17.8448Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m7,23H3c-.3467,0-.6685-.1794-.8506-.4742-.1824-.2948-.1987-.663-.0439-.973l2.5-5,1.7891.8945-1.7766,3.5527h2.3821v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1752
|
-
d: "M4.955 11.5H10.545V13.5H4.955z",
|
|
1753
|
-
transform: "rotate(-63.435 7.75 12.5)"
|
|
1754
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m10.8945,8.4473l-1.7891-.8945,2.5-5c.1694-.3387.532-.5527.8945-.5527s.7251.214.8945.5527l2,4-1.7891.8945-1.1055-2.2112-1.6055,3.2112Z" }), children);
|
|
1755
|
-
});
|
|
1756
|
-
if (process.env.NODE_ENV !== "production") EventChange.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1758
|
+
exports.DirectionRotaryFirstRightFilled = DirectionRotaryFirstRightFilled;
|
|
1759
|
+
exports.DirectionRotaryRight = DirectionRotaryRight;
|
|
1757
1760
|
exports.DirectionRotaryRightFilled = DirectionRotaryRightFilled;
|
|
1758
1761
|
exports.DirectionRotaryStraight = DirectionRotaryStraight;
|
|
1759
1762
|
exports.DirectionRotaryStraightFilled = DirectionRotaryStraightFilled;
|
|
@@ -1870,8 +1873,6 @@ var require_bucket_6 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1870
1873
|
exports.Error = Error;
|
|
1871
1874
|
exports.ErrorFilled = ErrorFilled;
|
|
1872
1875
|
exports.ErrorOutline = ErrorOutline;
|
|
1873
|
-
exports.Event = Event;
|
|
1874
|
-
exports.EventChange = EventChange;
|
|
1875
1876
|
exports.WatsonHealthDna = WatsonHealthDna;
|
|
1876
1877
|
exports.WatsonHealthDownloadStudy = WatsonHealthDownloadStudy;
|
|
1877
1878
|
exports.WatsonHealthEdgeEnhancement = WatsonHealthEdgeEnhancement;
|
|
@@ -24,6 +24,37 @@ var require_bucket_7 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
24
24
|
let react = require("react");
|
|
25
25
|
react = require_Icon.__toESM(react);
|
|
26
26
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
27
|
+
const Event = /* @__PURE__ */ react.default.forwardRef(function Event({ children, size = 16, ...rest }, ref) {
|
|
28
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
29
|
+
width: size,
|
|
30
|
+
height: size,
|
|
31
|
+
ref,
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
viewBox: "0 0 32 32",
|
|
34
|
+
fill: "currentColor",
|
|
35
|
+
...rest
|
|
36
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 15 23.549 19.938 29 20.729 25 24.573 26 30 21 27.438 16 30 17 24.573 13 20.729 18.6 19.938 21 15z" }), children);
|
|
37
|
+
});
|
|
38
|
+
if (process.env.NODE_ENV !== "production") Event.propTypes = require_iconPropTypes.iconPropTypes;
|
|
39
|
+
const EventChange = /* @__PURE__ */ react.default.forwardRef(function EventChange({ children, size = 16, ...rest }, ref) {
|
|
40
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
41
|
+
width: size,
|
|
42
|
+
height: size,
|
|
43
|
+
ref,
|
|
44
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
45
|
+
viewBox: "0 0 32 32",
|
|
46
|
+
fill: "currentColor",
|
|
47
|
+
...rest
|
|
48
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 15H19V22H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
49
|
+
cx: "18",
|
|
50
|
+
cy: "25",
|
|
51
|
+
r: "1.25"
|
|
52
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,30H7c-.3499,0-.6743-.1829-.8555-.4823s-.1926-.6718-.0303-.9817L17.1143,7.536c.1726-.3296.5292-.536.8857-.536s.7131.2064.8857.536l11,21c.1624.3099.1509.6823-.0303.9817s-.5056.4823-.8555.4823Zm-20.3474-2h18.6948l-9.3474-17.8448-9.3474,17.8448Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m7,23H3c-.3467,0-.6685-.1794-.8506-.4742-.1824-.2948-.1987-.663-.0439-.973l2.5-5,1.7891.8945-1.7766,3.5527h2.3821v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
53
|
+
d: "M4.955 11.5H10.545V13.5H4.955z",
|
|
54
|
+
transform: "rotate(-63.435 7.75 12.5)"
|
|
55
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m10.8945,8.4473l-1.7891-.8945,2.5-5c.1694-.3387.532-.5527.8945-.5527s.7251.214.8945.5527l2,4-1.7891.8945-1.1055-2.2112-1.6055,3.2112Z" }), children);
|
|
56
|
+
});
|
|
57
|
+
if (process.env.NODE_ENV !== "production") EventChange.propTypes = require_iconPropTypes.iconPropTypes;
|
|
27
58
|
const EventIncident = /* @__PURE__ */ react.default.forwardRef(function EventIncident({ children, size = 16, ...rest }, ref) {
|
|
28
59
|
return react.default.createElement(require_Icon.Icon, {
|
|
29
60
|
width: size,
|
|
@@ -1646,46 +1677,8 @@ var require_bucket_7 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1646
1677
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.4,15.6l2.6,2.6h0l2.6-2.6,1.4,1.4-4,4-4-4,1.4-1.4ZM21.4,13.4l2.6-2.6h0l2.6,2.6,1.4-1.4-4-4-4,4,1.4,1.4ZM26,4H4c-1.1,0-2,.9-2,2v3.2c0,.5.2,1,.6,1.4l7.4,7.4v8c0,1.1.9,2,2,2h4c1.1,0,2-.9,2-2v-4h-2v4h-4v-8.8l-.6-.6-7.4-7.4v-3.2h22v-2h0Z" }), children);
|
|
1647
1678
|
});
|
|
1648
1679
|
if (process.env.NODE_ENV !== "production") FunnelSort.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
width: size,
|
|
1652
|
-
height: size,
|
|
1653
|
-
ref,
|
|
1654
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1655
|
-
viewBox: "0 0 32 32",
|
|
1656
|
-
fill: "currentColor",
|
|
1657
|
-
...rest
|
|
1658
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,12H17V4h3V2H12V4h3v8H12a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h3v8H12v2h8V28H17V20h3a2,2,0,0,0,2-2V14A2,2,0,0,0,20,12Zm-8,6V14h8v4Z" }), children);
|
|
1659
|
-
});
|
|
1660
|
-
if (process.env.NODE_ENV !== "production") WatsonHealthFusionBlender.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1661
|
-
const GameConsole = /* @__PURE__ */ react.default.forwardRef(function GameConsole({ children, size = 16, ...rest }, ref) {
|
|
1662
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1663
|
-
width: size,
|
|
1664
|
-
height: size,
|
|
1665
|
-
ref,
|
|
1666
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1667
|
-
viewBox: "0 0 32 32",
|
|
1668
|
-
fill: "currentColor",
|
|
1669
|
-
...rest
|
|
1670
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.51,26a5.48,5.48,0,0,1-1.44-.19A5.6,5.6,0,0,1,2.19,19l2.33-8.84A5.54,5.54,0,0,1,7.11,6.73a5.43,5.43,0,0,1,4.15-.54A5.52,5.52,0,0,1,14.7,9h2.6a5.49,5.49,0,0,1,3.44-2.81,5.43,5.43,0,0,1,4.15.54,5.57,5.57,0,0,1,2.59,3.41L29.81,19a5.6,5.6,0,0,1-3.89,6.83,5.43,5.43,0,0,1-4.15-.54,5.54,5.54,0,0,1-2.59-3.41L19,21H13l-.23.86a5.54,5.54,0,0,1-2.59,3.41A5.46,5.46,0,0,1,7.51,26ZM9.83,8a3.49,3.49,0,0,0-1.72.46,3.6,3.6,0,0,0-1.66,2.19L4.12,19.49A3.6,3.6,0,0,0,6.6,23.88a3.43,3.43,0,0,0,2.62-.34,3.54,3.54,0,0,0,1.66-2.19L11.5,19h9l.61,2.35a3.58,3.58,0,0,0,1.66,2.19,3.46,3.46,0,0,0,2.63.34,3.58,3.58,0,0,0,2.47-4.39l-2.33-8.84a3.55,3.55,0,0,0-1.65-2.19,3.46,3.46,0,0,0-2.63-.34,3.55,3.55,0,0,0-2.37,2.22l-.24.66h-5.3l-.24-.66a3.56,3.56,0,0,0-2.38-2.22A3.48,3.48,0,0,0,9.83,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,16a2,2,0,1,1,2-2A2,2,0,0,1,10,16Zm0-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1671
|
-
cx: "22",
|
|
1672
|
-
cy: "12",
|
|
1673
|
-
r: "1"
|
|
1674
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1675
|
-
cx: "22",
|
|
1676
|
-
cy: "16",
|
|
1677
|
-
r: "1"
|
|
1678
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1679
|
-
cx: "20",
|
|
1680
|
-
cy: "14",
|
|
1681
|
-
r: "1"
|
|
1682
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1683
|
-
cx: "24",
|
|
1684
|
-
cy: "14",
|
|
1685
|
-
r: "1"
|
|
1686
|
-
}), children);
|
|
1687
|
-
});
|
|
1688
|
-
if (process.env.NODE_ENV !== "production") GameConsole.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1680
|
+
exports.Event = Event;
|
|
1681
|
+
exports.EventChange = EventChange;
|
|
1689
1682
|
exports.EventIncident = EventIncident;
|
|
1690
1683
|
exports.EventSchedule = EventSchedule;
|
|
1691
1684
|
exports.EventWarning = EventWarning;
|
|
@@ -1809,8 +1802,6 @@ var require_bucket_7 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1809
1802
|
exports.Function_2 = Function_2;
|
|
1810
1803
|
exports.FunnelSequence = FunnelSequence;
|
|
1811
1804
|
exports.FunnelSort = FunnelSort;
|
|
1812
|
-
exports.GameConsole = GameConsole;
|
|
1813
|
-
exports.WatsonHealthFusionBlender = WatsonHealthFusionBlender;
|
|
1814
1805
|
}));
|
|
1815
1806
|
//#endregion
|
|
1816
1807
|
Object.defineProperty(exports, "default", {
|
|
@@ -24,6 +24,46 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
24
24
|
let react = require("react");
|
|
25
25
|
react = require_Icon.__toESM(react);
|
|
26
26
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
27
|
+
const WatsonHealthFusionBlender = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthFusionBlender({ children, size = 16, ...rest }, ref) {
|
|
28
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
29
|
+
width: size,
|
|
30
|
+
height: size,
|
|
31
|
+
ref,
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
viewBox: "0 0 32 32",
|
|
34
|
+
fill: "currentColor",
|
|
35
|
+
...rest
|
|
36
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,12H17V4h3V2H12V4h3v8H12a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h3v8H12v2h8V28H17V20h3a2,2,0,0,0,2-2V14A2,2,0,0,0,20,12Zm-8,6V14h8v4Z" }), children);
|
|
37
|
+
});
|
|
38
|
+
if (process.env.NODE_ENV !== "production") WatsonHealthFusionBlender.propTypes = require_iconPropTypes.iconPropTypes;
|
|
39
|
+
const GameConsole = /* @__PURE__ */ react.default.forwardRef(function GameConsole({ children, size = 16, ...rest }, ref) {
|
|
40
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
41
|
+
width: size,
|
|
42
|
+
height: size,
|
|
43
|
+
ref,
|
|
44
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
45
|
+
viewBox: "0 0 32 32",
|
|
46
|
+
fill: "currentColor",
|
|
47
|
+
...rest
|
|
48
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.51,26a5.48,5.48,0,0,1-1.44-.19A5.6,5.6,0,0,1,2.19,19l2.33-8.84A5.54,5.54,0,0,1,7.11,6.73a5.43,5.43,0,0,1,4.15-.54A5.52,5.52,0,0,1,14.7,9h2.6a5.49,5.49,0,0,1,3.44-2.81,5.43,5.43,0,0,1,4.15.54,5.57,5.57,0,0,1,2.59,3.41L29.81,19a5.6,5.6,0,0,1-3.89,6.83,5.43,5.43,0,0,1-4.15-.54,5.54,5.54,0,0,1-2.59-3.41L19,21H13l-.23.86a5.54,5.54,0,0,1-2.59,3.41A5.46,5.46,0,0,1,7.51,26ZM9.83,8a3.49,3.49,0,0,0-1.72.46,3.6,3.6,0,0,0-1.66,2.19L4.12,19.49A3.6,3.6,0,0,0,6.6,23.88a3.43,3.43,0,0,0,2.62-.34,3.54,3.54,0,0,0,1.66-2.19L11.5,19h9l.61,2.35a3.58,3.58,0,0,0,1.66,2.19,3.46,3.46,0,0,0,2.63.34,3.58,3.58,0,0,0,2.47-4.39l-2.33-8.84a3.55,3.55,0,0,0-1.65-2.19,3.46,3.46,0,0,0-2.63-.34,3.55,3.55,0,0,0-2.37,2.22l-.24.66h-5.3l-.24-.66a3.56,3.56,0,0,0-2.38-2.22A3.48,3.48,0,0,0,9.83,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,16a2,2,0,1,1,2-2A2,2,0,0,1,10,16Zm0-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
49
|
+
cx: "22",
|
|
50
|
+
cy: "12",
|
|
51
|
+
r: "1"
|
|
52
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
53
|
+
cx: "22",
|
|
54
|
+
cy: "16",
|
|
55
|
+
r: "1"
|
|
56
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
57
|
+
cx: "20",
|
|
58
|
+
cy: "14",
|
|
59
|
+
r: "1"
|
|
60
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
61
|
+
cx: "24",
|
|
62
|
+
cy: "14",
|
|
63
|
+
r: "1"
|
|
64
|
+
}), children);
|
|
65
|
+
});
|
|
66
|
+
if (process.env.NODE_ENV !== "production") GameConsole.propTypes = require_iconPropTypes.iconPropTypes;
|
|
27
67
|
const GameWireless = /* @__PURE__ */ react.default.forwardRef(function GameWireless({ children, size = 16, ...rest }, ref) {
|
|
28
68
|
return react.default.createElement(require_Icon.Icon, {
|
|
29
69
|
width: size,
|
|
@@ -1320,7 +1360,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1320
1360
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,11c-.75,0-1.39.4-1.73,1h-10.27c-2.21,0-4,1.79-4,4,0,.73.21,1.41.56,2h-6.83c-.34-.6-.98-1-1.73-1-1.12,0-2,.88-2,2s.88,2,2,2c.75,0,1.39-.4,1.73-1h10.27c2.21,0,4-1.79,4-4,0-.73-.21-1.41-.56-2h6.83c.34.6.98,1,1.73,1,1.12,0,2-.88,2-2s-.88-2-2-2ZM18,16c0,1.1-.9,2-2,2s-2-.9-2-2,.9-2,2-2,2,.9,2,2ZM5.05,15h-2c0-7.29,5.08-12,12.95-12h10v2h-10c-6.75,0-10.95,3.83-10.95,10ZM16.05,29H6.05v-2h10c6.14,0,10.95-4.39,10.95-10h2c0,6.73-5.69,12-12.95,12Z" }), children);
|
|
1321
1361
|
});
|
|
1322
1362
|
if (process.env.NODE_ENV !== "production") IbmAspera.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1323
|
-
const
|
|
1363
|
+
const PaymentMethods = /* @__PURE__ */ react.default.forwardRef(function PaymentMethods({ children, size = 16, ...rest }, ref) {
|
|
1324
1364
|
return react.default.createElement(require_Icon.Icon, {
|
|
1325
1365
|
width: size,
|
|
1326
1366
|
height: size,
|
|
@@ -1331,7 +1371,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1331
1371
|
...rest
|
|
1332
1372
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,26V15.8281l-3.5859,3.586L0,18l6-6,6,6-1.4141,1.4141-3.5859-3.586v10.1719h12v2H7c-1.104-.0013-1.9987-.896-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31,18h-3v-2h-2v2h-1c-1.1046,0-2,.8954-2,2v2c0,1.1046,.8954,2,2,2h4v2h-6s0,2,0,2h3v2h2v-2h1c1.1046,0,2-.8954,2-2v-2c0-1.1046-.8954-2-2-2h-4v-2h6v-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12V6c-.0012-1.104-.896-1.9988-2-2H12v2h14v6" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H7V8H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2H10V4H2z" }), children);
|
|
1333
1373
|
});
|
|
1334
|
-
if (process.env.NODE_ENV !== "production")
|
|
1374
|
+
if (process.env.NODE_ENV !== "production") PaymentMethods.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1335
1375
|
const IbmCloudant = /* @__PURE__ */ react.default.forwardRef(function IbmCloudant({ children, size = 16, ...rest }, ref) {
|
|
1336
1376
|
return react.default.createElement(require_Icon.Icon, {
|
|
1337
1377
|
width: size,
|
|
@@ -1862,44 +1902,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1862
1902
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m7.77,16.7993c-3.3972-.8026-5.77-3.8042-5.77-7.2993C2,5.3645,5.3645,2,9.5,2h2.5v2h-2.5c-3.0327,0-5.5,2.4673-5.5,5.5,0,2.5634,1.7395,4.7645,4.23,5.3528l-.46,1.9465Z" }), children);
|
|
1863
1903
|
});
|
|
1864
1904
|
if (process.env.NODE_ENV !== "production") IbmEventProcessing.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1865
|
-
|
|
1866
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1867
|
-
width: size,
|
|
1868
|
-
height: size,
|
|
1869
|
-
ref,
|
|
1870
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1871
|
-
viewBox: "0 0 32 32",
|
|
1872
|
-
fill: "currentColor",
|
|
1873
|
-
...rest
|
|
1874
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m20,27c-2.9795,0-5.7693-1.1719-7.8555-3.2998l1.4282-1.4001c1.7068,1.7411,3.9895,2.7,6.4272,2.7,4.9626,0,9-4.0374,9-9,0-2.3705-.9138-4.6079-2.5732-6.3004l1.4282-1.4001c2.0281,2.0686,3.145,4.8033,3.145,7.7006,0,6.0654-4.9346,11-11,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1875
|
-
cx: "24",
|
|
1876
|
-
cy: "5",
|
|
1877
|
-
r: "2"
|
|
1878
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m20.4141,14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998,3c-.3899.3896-.5859.9019-.5859,1.4141s.196,1.0244.5859,1.4141l2.9998,3c.3777.3779.8801.5859,1.4143.5859s1.0366-.208,1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141Zm-4.4141,4.4141l-3-3,3-3,2.9998,3-2.9998,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1879
|
-
cx: "8",
|
|
1880
|
-
cy: "27",
|
|
1881
|
-
r: "2"
|
|
1882
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m4.2993,23.855c-2.1277-2.0861-3.2993-4.8757-3.2993-7.855C1,9.9346,5.9346,5,12,5c2.9795,0,5.7693,1.1719,7.8555,3.2998l-1.4282,1.4001c-1.7068-1.7411-3.9895-2.7-6.4272-2.7-4.9626,0-9,4.0374-9,9,0,2.4376.9587,4.7201,2.6997,6.427l-1.4004,1.428Z" }), children);
|
|
1883
|
-
});
|
|
1884
|
-
if (process.env.NODE_ENV !== "production") IbmEventStreams.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1885
|
-
const IbmGcm = /* @__PURE__ */ react.default.forwardRef(function IbmGcm({ children, size = 16, ...rest }, ref) {
|
|
1886
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1887
|
-
width: size,
|
|
1888
|
-
height: size,
|
|
1889
|
-
ref,
|
|
1890
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1891
|
-
viewBox: "0 0 32 32",
|
|
1892
|
-
fill: "currentColor",
|
|
1893
|
-
...rest
|
|
1894
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1895
|
-
strokeWidth: "0",
|
|
1896
|
-
d: "M2 17 17.1719 17 13.5859 20.5859 15 22 21 16 15 10 13.5859 11.4141 17.1719 15 2 15 2 17z"
|
|
1897
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1898
|
-
strokeWidth: "0",
|
|
1899
|
-
d: "m28.5039,8.1362L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362s-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5083-.4961.8638v3h2v-2.4258L16,3.1577l11,6.4165v12.8516l-11,6.4165-11.7275-6.8423-1.0078,1.7275,12.2314,7.1362c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l12-7c.3071-.1792.4961-.5083.4961-.8638v-14c0-.3555-.189-.6846-.4961-.8638Z"
|
|
1900
|
-
}), children);
|
|
1901
|
-
});
|
|
1902
|
-
if (process.env.NODE_ENV !== "production") IbmGcm.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1905
|
+
exports.GameConsole = GameConsole;
|
|
1903
1906
|
exports.GameWireless = GameWireless;
|
|
1904
1907
|
exports.Gamification = Gamification;
|
|
1905
1908
|
exports.GasStation = GasStation;
|
|
@@ -1988,7 +1991,6 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1988
1991
|
exports.IbmAppConnectEnterprise = IbmAppConnectEnterprise;
|
|
1989
1992
|
exports.IbmApplicationAndDiscoveryDeliveryIntelligence = IbmApplicationAndDiscoveryDeliveryIntelligence;
|
|
1990
1993
|
exports.IbmAspera = IbmAspera;
|
|
1991
|
-
exports.IbmBluepay = IbmBluepay;
|
|
1992
1994
|
exports.IbmCloudant = IbmCloudant;
|
|
1993
1995
|
exports.IbmContentCortexRepository = IbmContentCortexRepository;
|
|
1994
1996
|
exports.IbmDataPower = IbmDataPower;
|
|
@@ -2017,10 +2019,10 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
2017
2019
|
exports.IbmEventAutomation = IbmEventAutomation;
|
|
2018
2020
|
exports.IbmEventEndpointMgmt = IbmEventEndpointMgmt;
|
|
2019
2021
|
exports.IbmEventProcessing = IbmEventProcessing;
|
|
2020
|
-
exports.
|
|
2021
|
-
exports.IbmGcm = IbmGcm;
|
|
2022
|
+
exports.PaymentMethods = PaymentMethods;
|
|
2022
2023
|
exports.QH = QH;
|
|
2023
2024
|
exports.QHintonPlot = QHintonPlot;
|
|
2025
|
+
exports.WatsonHealthFusionBlender = WatsonHealthFusionBlender;
|
|
2024
2026
|
exports.WatsonHealthHangingProtocol = WatsonHealthHangingProtocol;
|
|
2025
2027
|
exports.WatsonHealthHl7Attributes = WatsonHealthHl7Attributes;
|
|
2026
2028
|
exports.WatsonHealthHoleFilling = WatsonHealthHoleFilling;
|
|
@@ -24,6 +24,44 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
24
24
|
let react = require("react");
|
|
25
25
|
react = require_Icon.__toESM(react);
|
|
26
26
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
27
|
+
const IbmEventStreams = /* @__PURE__ */ react.default.forwardRef(function IbmEventStreams({ children, size = 16, ...rest }, ref) {
|
|
28
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
29
|
+
width: size,
|
|
30
|
+
height: size,
|
|
31
|
+
ref,
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
viewBox: "0 0 32 32",
|
|
34
|
+
fill: "currentColor",
|
|
35
|
+
...rest
|
|
36
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m20,27c-2.9795,0-5.7693-1.1719-7.8555-3.2998l1.4282-1.4001c1.7068,1.7411,3.9895,2.7,6.4272,2.7,4.9626,0,9-4.0374,9-9,0-2.3705-.9138-4.6079-2.5732-6.3004l1.4282-1.4001c2.0281,2.0686,3.145,4.8033,3.145,7.7006,0,6.0654-4.9346,11-11,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
37
|
+
cx: "24",
|
|
38
|
+
cy: "5",
|
|
39
|
+
r: "2"
|
|
40
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m20.4141,14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998,3c-.3899.3896-.5859.9019-.5859,1.4141s.196,1.0244.5859,1.4141l2.9998,3c.3777.3779.8801.5859,1.4143.5859s1.0366-.208,1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141Zm-4.4141,4.4141l-3-3,3-3,2.9998,3-2.9998,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
41
|
+
cx: "8",
|
|
42
|
+
cy: "27",
|
|
43
|
+
r: "2"
|
|
44
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m4.2993,23.855c-2.1277-2.0861-3.2993-4.8757-3.2993-7.855C1,9.9346,5.9346,5,12,5c2.9795,0,5.7693,1.1719,7.8555,3.2998l-1.4282,1.4001c-1.7068-1.7411-3.9895-2.7-6.4272-2.7-4.9626,0-9,4.0374-9,9,0,2.4376.9587,4.7201,2.6997,6.427l-1.4004,1.428Z" }), children);
|
|
45
|
+
});
|
|
46
|
+
if (process.env.NODE_ENV !== "production") IbmEventStreams.propTypes = require_iconPropTypes.iconPropTypes;
|
|
47
|
+
const IbmGcm = /* @__PURE__ */ react.default.forwardRef(function IbmGcm({ children, size = 16, ...rest }, ref) {
|
|
48
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
49
|
+
width: size,
|
|
50
|
+
height: size,
|
|
51
|
+
ref,
|
|
52
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
53
|
+
viewBox: "0 0 32 32",
|
|
54
|
+
fill: "currentColor",
|
|
55
|
+
...rest
|
|
56
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
57
|
+
strokeWidth: "0",
|
|
58
|
+
d: "M2 17 17.1719 17 13.5859 20.5859 15 22 21 16 15 10 13.5859 11.4141 17.1719 15 2 15 2 17z"
|
|
59
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
60
|
+
strokeWidth: "0",
|
|
61
|
+
d: "m28.5039,8.1362L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362s-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5083-.4961.8638v3h2v-2.4258L16,3.1577l11,6.4165v12.8516l-11,6.4165-11.7275-6.8423-1.0078,1.7275,12.2314,7.1362c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l12-7c.3071-.1792.4961-.5083.4961-.8638v-14c0-.3555-.189-.6846-.4961-.8638Z"
|
|
62
|
+
}), children);
|
|
63
|
+
});
|
|
64
|
+
if (process.env.NODE_ENV !== "production") IbmGcm.propTypes = require_iconPropTypes.iconPropTypes;
|
|
27
65
|
const IbmGlobalStorageArchitecture = /* @__PURE__ */ react.default.forwardRef(function IbmGlobalStorageArchitecture({ children, size = 16, ...rest }, ref) {
|
|
28
66
|
return react.default.createElement(require_Icon.Icon, {
|
|
29
67
|
width: size,
|
|
@@ -478,7 +516,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
478
516
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 25 15 25 15 22 13 22 13 25 10 25 10 27 13 27 13 30 15 30 15 27 18 27 18 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30h-2v-5c0-2.8-2.2-5-5-5h-6c-2.8,0-5,2.2-5,5v5H2v-5c0-3.9,3.1-7,7-7h6c3.9,0,7,3.1,7,7v5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,5.2V3c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v6c0,1.1,.9,2,2,2h8c1.1,0,2-.9,2-2v-2.2l3,2.2V3l-3,2.2Zm-2,3.8h-8V3h8v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.5,12.5c-.9,.9-2.1,1.5-3.5,1.5-2.8,0-5-2.2-5-5s2.2-5,5-5c.5,0,.9,.1,1.3,.2l.6-1.9c-.6-.2-1.2-.3-1.9-.3-3.9,0-7,3.1-7,7s3.1,7,7,7c1.9,0,3.7-.8,5-2l-1.5-1.5Z" }), children);
|
|
479
517
|
});
|
|
480
518
|
if (process.env.NODE_ENV !== "production") IbmTelehealth.propTypes = require_iconPropTypes.iconPropTypes;
|
|
481
|
-
const
|
|
519
|
+
const PortfolioManagement = /* @__PURE__ */ react.default.forwardRef(function PortfolioManagement({ children, size = 16, ...rest }, ref) {
|
|
482
520
|
return react.default.createElement(require_Icon.Icon, {
|
|
483
521
|
width: size,
|
|
484
522
|
height: size,
|
|
@@ -497,7 +535,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
497
535
|
r: "1"
|
|
498
536
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,9c1.6097,0,3.1772,.5619,4.4224,1.5776l1.4171-1.4171c-.0385-.0328-.0718-.0702-.111-.1024-1.6074-1.3271-3.6416-2.0581-5.7285-2.0581-4.9629,0-9,4.0376-9,9h2c0-3.8599,3.1406-7,7-7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30c-7.7197,0-14-6.2804-14-14S8.2803,2,16,2s14,6.2804,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3832-12,12s5.3833,12,12,12,12-5.3832,12-12-5.3833-12-12-12Z" }), children);
|
|
499
537
|
});
|
|
500
|
-
if (process.env.NODE_ENV !== "production")
|
|
538
|
+
if (process.env.NODE_ENV !== "production") PortfolioManagement.propTypes = require_iconPropTypes.iconPropTypes;
|
|
501
539
|
const IbmTestAcceleratorForZ = /* @__PURE__ */ react.default.forwardRef(function IbmTestAcceleratorForZ({ children, size = 16, ...rest }, ref) {
|
|
502
540
|
return react.default.createElement(require_Icon.Icon, {
|
|
503
541
|
width: size,
|
|
@@ -531,11 +569,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
531
569
|
viewBox: "0 0 32 32",
|
|
532
570
|
fill: "currentColor",
|
|
533
571
|
...rest
|
|
534
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "
|
|
535
|
-
cx: "16",
|
|
536
|
-
cy: "16",
|
|
537
|
-
r: "2"
|
|
538
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,7c-4.2,0-8.5,1.1-10.2,3.1l1.8,1c1.1-1,4.2-2.1,8.4-2.1s7.3,1.1,8.5,2.1l1.8-1c-1.8-2-6.1-3.1-10.3-3.1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m31,9.5c0-4.2-6.6-7.5-15-7.5C8.9,2,3.1,4.4,1.5,7.6l1.7,1c1-2.3,6-4.6,12.8-4.6,7.7,0,13,2.9,13,5.5,0,2.1-3.6,4.5-9.1,5.2l.3,2c6.3-.9,10.8-3.7,10.8-7.2Z" }), children);
|
|
572
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,16c0,7.73-6.27,14-14,14S2,23.73,2,16C2,9.3,6.71,3.7,13,2.32v2.06c-5.18,1.33-9,6.03-9,11.62,0,6.63,5.37,12,12,12s12-5.37,12-12c0-5.59-3.82-10.29-9-11.62v-2.06c6.29,1.38,11,6.98,11,13.68ZM19,16c0,1.66-1.34,3-3,3s-3-1.34-3-3c0-1.31.83-2.42,2-2.82V2h2v11.18c1.17.4,2,1.51,2,2.82ZM17,16c0-.55-.45-1-1-1s-1,.45-1,1,.45,1,1,1,1-.45,1-1Z" }), children);
|
|
539
573
|
});
|
|
540
574
|
if (process.env.NODE_ENV !== "production") IbmTurbonomic.propTypes = require_iconPropTypes.iconPropTypes;
|
|
541
575
|
const IbmUnstructuredDataProcessor = /* @__PURE__ */ react.default.forwardRef(function IbmUnstructuredDataProcessor({ children, size = 16, ...rest }, ref) {
|
|
@@ -1725,30 +1759,6 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1725
1759
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,11h3v2h-3v-2ZM23,13h3v-2h-3v2ZM8.293,10.293l-2.2925,2.2928-.0005-8.5858h3v-2h-3c-1.103,0-2,.897-2,2l.0005,8.5861-2.2935-2.2931-1.4141,1.4141,4.7075,4.707,4.7065-4.707-1.4141-1.4141h.0002ZM28,23l.001,2.999h-8.5856l2.2927-2.292-1.4141-1.4141-4.707,4.7061,4.707,4.708,1.4141-1.4141-2.2933-2.2939,8.5852.001c1.1025,0,2-.8975,2-2v-3h-2ZM14,23.5c0,3.0322-2.4668,5.5-5.4995,5.5-1.1558,0-2.2281-.3602-3.1143-.9716l-2.6786,2.6786-1.4141-1.4141,2.6787-2.6787c-.6115-.8864-.9722-1.9585-.9722-3.1142,0-3.0322,2.4673-5.5,5.5-5.5s5.5005,2.4677,5.5005,5.4999h-.0005ZM12.0005,23.5c0-1.9297-1.5703-3.5-3.5-3.5s-3.5,1.5703-3.5,3.5,1.5703,3.5,3.5,3.5,3.5-1.5703,3.5-3.5ZM30,4v12c0,1.1025-.8975,2-2,2h-12c-1.103,0-2-.8975-2-2V4c0-1.103.897-2,2-2h12c1.1025,0,2,.897,2,2ZM16,4v2h12v-2h-12ZM28,16V8h-12v8l12.001.0009-.001-.0009Z" }), children);
|
|
1726
1760
|
});
|
|
1727
1761
|
if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataAnalyzeAndProcess.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1728
|
-
const IbmSoftwareWatsonxDataStructuredEnrichment = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDataStructuredEnrichment({ children, size = 16, ...rest }, ref) {
|
|
1729
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1730
|
-
width: size,
|
|
1731
|
-
height: size,
|
|
1732
|
-
ref,
|
|
1733
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1734
|
-
viewBox: "0 0 32 32",
|
|
1735
|
-
fill: "currentColor",
|
|
1736
|
-
...rest
|
|
1737
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,26h-2c0-1.1885.5767-2.0088,1.0854-2.7324.4907-.6978.9146-1.3003.9146-2.2676,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,.9673.4238,1.5698.9146,2.2676.5088.7236,1.0854,1.5439,1.0854,2.7324h-2c0-.5298-.2607-.9268-.7217-1.582-.5693-.8101-1.2783-1.8179-1.2783-3.418,0-2.7568,2.2432-5,5-5s5,2.2432,5,5c0,1.6001-.709,2.6079-1.2783,3.418-.4609.6553-.7217,1.0522-.7217,1.582ZM28,28h-6v2h6v-2ZM4,24h14v2H4c-1.1045,0-2-.8955-2-2V4c0-1.1045.8955-2,2-2h22c1.1045,0,2,.8955,2,2v10h-2v-5H4v15ZM4,7h22v-3H4v3ZM6,13h5v-2h-5v2ZM13,13h5v-2h-5v2ZM6,17h5v-2h-5v2ZM13,17h5v-2h-5v2ZM6,21h5v-2h-5v2ZM13,21h5v-2h-5v2Z" }), children);
|
|
1738
|
-
});
|
|
1739
|
-
if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataStructuredEnrichment.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1740
|
-
const IbmSoftwareWatsonxDataStructuredImport = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDataStructuredImport({ children, size = 16, ...rest }, ref) {
|
|
1741
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1742
|
-
width: size,
|
|
1743
|
-
height: size,
|
|
1744
|
-
ref,
|
|
1745
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1746
|
-
viewBox: "0 0 32 32",
|
|
1747
|
-
fill: "currentColor",
|
|
1748
|
-
...rest
|
|
1749
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,26h-8.17l2.58,2.59-1.41,1.41-5-5,5-5,1.41,1.41-2.58,2.59h8.17v2ZM4,24h12v2H4c-1.1045,0-2-.8955-2-2V4c0-1.1045.8955-2,2-2h22c1.1045,0,2,.8955,2,2v14h-2v-9H4v15ZM4,7h22v-3H4v3ZM6,13h5v-2h-5v2ZM13,13h5v-2h-5v2ZM6,17h5v-2h-5v2ZM13,17h5v-2h-5v2ZM6,21h5v-2h-5v2ZM13,21h5v-2h-5v2Z" }), children);
|
|
1750
|
-
});
|
|
1751
|
-
if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataStructuredImport.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1752
1762
|
exports.IbmCloud = IbmCloud;
|
|
1753
1763
|
exports.IbmCloudAppId = IbmCloudAppId;
|
|
1754
1764
|
exports.IbmCloudBackupAndRecovery = IbmCloudBackupAndRecovery;
|
|
@@ -1819,7 +1829,9 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1819
1829
|
exports.IbmConsultingAdvantageApplication = IbmConsultingAdvantageApplication;
|
|
1820
1830
|
exports.IbmConsultingAdvantageAssistant = IbmConsultingAdvantageAssistant;
|
|
1821
1831
|
exports.IbmDevopsControl = IbmDevopsControl;
|
|
1832
|
+
exports.IbmEventStreams = IbmEventStreams;
|
|
1822
1833
|
exports.IbmFederatedApiManagement = IbmFederatedApiManagement;
|
|
1834
|
+
exports.IbmGcm = IbmGcm;
|
|
1823
1835
|
exports.IbmGlobalStorageArchitecture = IbmGlobalStorageArchitecture;
|
|
1824
1836
|
exports.IbmGranite = IbmGranite;
|
|
1825
1837
|
exports.IbmHybridControlPlane = IbmHybridControlPlane;
|
|
@@ -1854,11 +1866,8 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1854
1866
|
exports.IbmSecurity = IbmSecurity;
|
|
1855
1867
|
exports.IbmSecurityServices = IbmSecurityServices;
|
|
1856
1868
|
exports.IbmSoftwareWatsonxDataAnalyzeAndProcess = IbmSoftwareWatsonxDataAnalyzeAndProcess;
|
|
1857
|
-
exports.IbmSoftwareWatsonxDataStructuredEnrichment = IbmSoftwareWatsonxDataStructuredEnrichment;
|
|
1858
|
-
exports.IbmSoftwareWatsonxDataStructuredImport = IbmSoftwareWatsonxDataStructuredImport;
|
|
1859
1869
|
exports.IbmStreamsets = IbmStreamsets;
|
|
1860
1870
|
exports.IbmTelehealth = IbmTelehealth;
|
|
1861
|
-
exports.IbmTenet = IbmTenet;
|
|
1862
1871
|
exports.IbmTestAcceleratorForZ = IbmTestAcceleratorForZ;
|
|
1863
1872
|
exports.IbmToolchain = IbmToolchain;
|
|
1864
1873
|
exports.IbmTurbonomic = IbmTurbonomic;
|
|
@@ -1874,6 +1883,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1874
1883
|
exports.IbmWebmethodsIntegration = IbmWebmethodsIntegration;
|
|
1875
1884
|
exports.IbmWebmethodsIntegrationServer = IbmWebmethodsIntegrationServer;
|
|
1876
1885
|
exports.IbmWebmethodsManagedFileTransfer = IbmWebmethodsManagedFileTransfer;
|
|
1886
|
+
exports.PortfolioManagement = PortfolioManagement;
|
|
1877
1887
|
}));
|
|
1878
1888
|
//#endregion
|
|
1879
1889
|
Object.defineProperty(exports, "default", {
|