@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,30 @@ var require_bucket_17 = /* @__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 SkillLevelBasic = /* @__PURE__ */ react.default.forwardRef(function SkillLevelBasic({ 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: "M30,30H22V4h8Zm-6-2h4V6H24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H12V12h8Zm-6-2h4V14H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,30H2V18h8Z" }), children);
|
|
37
|
+
});
|
|
38
|
+
if (process.env.NODE_ENV !== "production") SkillLevelBasic.propTypes = require_iconPropTypes.iconPropTypes;
|
|
39
|
+
const SkillLevelIntermediate = /* @__PURE__ */ react.default.forwardRef(function SkillLevelIntermediate({ 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: "M30,30H22V4h8Zm-6-2h4V6H24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H12V12h8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,30H2V18h8Z" }), children);
|
|
49
|
+
});
|
|
50
|
+
if (process.env.NODE_ENV !== "production") SkillLevelIntermediate.propTypes = require_iconPropTypes.iconPropTypes;
|
|
27
51
|
const SkipBack = /* @__PURE__ */ react.default.forwardRef(function SkipBack({ children, size = 16, ...rest }, ref) {
|
|
28
52
|
return react.default.createElement(require_Icon.Icon, {
|
|
29
53
|
width: size,
|
|
@@ -462,7 +486,7 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
462
486
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,21c-0.5,0-1-0.2-1.4-0.6l-3-3C19.2,17,19,16.5,19,16s0.2-1,0.6-1.4l3-3C23,11.2,23.5,11,24,11c0.5,0,1,0.2,1.4,0.6l3,3 C28.8,15,29,15.5,29,16c0,0.5-0.2,1-0.6,1.4l-3,3C25,20.8,24.5,21,24,21z M24,13l-3,3l3,3l3-3L24,13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,13c-0.5,0-1-0.2-1.4-0.6l-3-3C11.2,9,11,8.5,11,8s0.2-1,0.6-1.4l3-3C15,3.2,15.5,3,16,3c0.5,0,1,0.2,1.4,0.6l3,3 C20.8,7,21,7.5,21,8c0,0.5-0.2,1-0.6,1.4l-3,3C17,12.8,16.5,13,16,13z M16,5l-3,3l3,3l3-3L16,5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,29c-0.5,0-1-0.2-1.4-0.6l-3-3C11.2,25,11,24.5,11,24s0.2-1,0.6-1.4l3-3C15,19.2,15.5,19,16,19c0.5,0,1,0.2,1.4,0.6l3,3 C20.8,23,21,23.5,21,24c0,0.5-0.2,1-0.6,1.4l-3,3C17,28.8,16.5,29,16,29z M16,21l-3,3l3,3l3-3L16,21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,21c-0.5,0-1-0.2-1.4-0.6l-3-3C3.2,17,3,16.5,3,16s0.2-1,0.6-1.4l3-3C7,11.2,7.5,11,8,11c0.5,0,1,0.2,1.4,0.6l3,3 C12.8,15,13,15.5,13,16c0,0.5-0.2,1-0.6,1.4l-3,3C9,20.8,8.5,21,8,21z M8,13l-3,3l3,3l3-3L8,13z" }), children);
|
|
463
487
|
});
|
|
464
488
|
if (process.env.NODE_ENV !== "production") SoftwareResourceCluster.propTypes = require_iconPropTypes.iconPropTypes;
|
|
465
|
-
const
|
|
489
|
+
const SoftwareResourceReference = /* @__PURE__ */ react.default.forwardRef(function SoftwareResourceReference({ children, size = 16, ...rest }, ref) {
|
|
466
490
|
return react.default.createElement(require_Icon.Icon, {
|
|
467
491
|
width: size,
|
|
468
492
|
height: size,
|
|
@@ -485,7 +509,7 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
485
509
|
transform: "rotate(-45 22.707 9.293)"
|
|
486
510
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2c-0.5,0-1,0.2-1.4,0.6l-2.3,2.3l1.4,1.4L16,4l2.3,2.3l1.4-1.4l-2.3-2.3C17,2.2,16.5,2,16,2z" }), children);
|
|
487
511
|
});
|
|
488
|
-
if (process.env.NODE_ENV !== "production")
|
|
512
|
+
if (process.env.NODE_ENV !== "production") SoftwareResourceReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
489
513
|
const SoilMoisture = /* @__PURE__ */ react.default.forwardRef(function SoilMoisture({ children, size = 16, ...rest }, ref) {
|
|
490
514
|
return react.default.createElement(require_Icon.Icon, {
|
|
491
515
|
width: size,
|
|
@@ -876,17 +900,7 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
876
900
|
viewBox: "0 0 32 32",
|
|
877
901
|
fill: "currentColor",
|
|
878
902
|
...rest
|
|
879
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("
|
|
880
|
-
width: "24",
|
|
881
|
-
height: "24",
|
|
882
|
-
x: "4",
|
|
883
|
-
y: "4",
|
|
884
|
-
rx: "2",
|
|
885
|
-
ry: "2"
|
|
886
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
887
|
-
fill: "none",
|
|
888
|
-
d: "M0 32V0h32v32z"
|
|
889
|
-
}), children);
|
|
903
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,4h20c1.105,0,2,0.895,2,2v20c0,1.105-0.895,2-2,2H6c-1.105,0-2-0.895-2-2V6C4,4.895,4.895,4,6,4z" }), children);
|
|
890
904
|
});
|
|
891
905
|
if (process.env.NODE_ENV !== "production") SquareSolid.propTypes = require_iconPropTypes.iconPropTypes;
|
|
892
906
|
const SquareFill = /* @__PURE__ */ react.default.forwardRef(function SquareFill({ children, size = 16, ...rest }, ref) {
|
|
@@ -1831,30 +1845,8 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1831
1845
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m14,10c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Zm0-6c-1.1028,0-2,.8972-2,2s.8972,2,2,2,2-.8972,2-2-.8972-2-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m6,18c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Zm0-6c-1.1028,0-2,.8972-2,2s.8972,2,2,2,2-.8972,2-2-.8972-2-2-2Z" }), children);
|
|
1832
1846
|
});
|
|
1833
1847
|
if (process.env.NODE_ENV !== "production") SupportVectorMachine.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
width: size,
|
|
1837
|
-
height: size,
|
|
1838
|
-
ref,
|
|
1839
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1840
|
-
viewBox: "0 0 32 32",
|
|
1841
|
-
fill: "currentColor",
|
|
1842
|
-
...rest
|
|
1843
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,15c-2.8,0-5,2.2-5,5,0,.2,0,.4,0,.6l-5,5v4.4h4.4s5-5,5-5c.2,0,.4,0,.6,0,2.8,0,5-2.2,5-5s-2.2-5-5-5ZM28,20.7c-.4,1.6-2,2.6-3.7,2.2h-.5c0-.1-5.2,5.1-5.2,5.1h-1.6v-1.6l5.2-5.2v-.5c-.2-.5-.2-.9-.1-1.4.4-1.6,2-2.6,3.7-2.2,1.6.4,2.6,2,2.2,3.7ZM26,19.9c0,.6-.4,1-1,1s-1-.4-1-1,.4-1,1-1,1,.4,1,1ZM6,13h18V5c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v22c0,1.1.9,2,2,2h7v-2h-7v-6h7v-2h-7v-6ZM6,5h16v6H6v-6Z" }), children);
|
|
1844
|
-
});
|
|
1845
|
-
if (process.env.NODE_ENV !== "production") SurrogateKeyDatabase.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1846
|
-
const SurrogateKeyFlatFile = /* @__PURE__ */ react.default.forwardRef(function SurrogateKeyFlatFile({ children, size = 16, ...rest }, ref) {
|
|
1847
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1848
|
-
width: size,
|
|
1849
|
-
height: size,
|
|
1850
|
-
ref,
|
|
1851
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1852
|
-
viewBox: "0 0 32 32",
|
|
1853
|
-
fill: "currentColor",
|
|
1854
|
-
...rest
|
|
1855
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.9969,14.9969c-2.7614.0017-4.9986,2.2417-4.9969,5.0031.0002.1845.0114.3688.0337.552l-5.0337,5.0337v4.4143h4.4141l5.0337-5.0337c.1844.0205.3698.0307.5553.0306,2.7614-.0017,4.9986-2.2417,4.9969-5.0031s-2.2417-4.9986-5.0031-4.9969ZM27.9874,20.6685c-.3885,1.6306-2.0253,2.6375-3.6559,2.249l-.5395-.1238-5.2061,5.2063h-1.5859v-1.5857l5.2061-5.2063-.1236-.5393c-.1103-.4625-.1103-.9445,0-1.407.3884-1.6306,2.0253-2.6376,3.6558-2.2491,1.6306.3885,2.6376,2.0253,2.2491,3.6559ZM25.9646,20c0,.5523-.4477,1-1,1s-1-.4477-1-1,.4478-1,1-1,1,.4477,1,1ZM22.2918,12.0002c.6929,0,1.312-.4136,1.5771-1.0537.2656-.6406.1201-1.3711-.3701-1.8613l-6.792-6.792c-.1875-.1875-.4419-.293-.707-.293H5.9998c-1.1001,0-2,.8999-2,2v24c0,1.1001.8999,2,2,2h7.011v-2h-7.011V4.0002h8v6c0,1.1025.897,2,2,2h6.292ZM15.9998,4.4142l5.5854,5.5859h-5.5854v-5.5859Z" }), children);
|
|
1856
|
-
});
|
|
1857
|
-
if (process.env.NODE_ENV !== "production") SurrogateKeyFlatFile.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1848
|
+
exports.SkillLevelBasic = SkillLevelBasic;
|
|
1849
|
+
exports.SkillLevelIntermediate = SkillLevelIntermediate;
|
|
1858
1850
|
exports.SkipBack = SkipBack;
|
|
1859
1851
|
exports.SkipBackFilled = SkipBackFilled;
|
|
1860
1852
|
exports.SkipBackOutline = SkipBackOutline;
|
|
@@ -1884,7 +1876,7 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1884
1876
|
exports.Socket = Socket;
|
|
1885
1877
|
exports.SoftwareResource = SoftwareResource;
|
|
1886
1878
|
exports.SoftwareResourceCluster = SoftwareResourceCluster;
|
|
1887
|
-
exports.
|
|
1879
|
+
exports.SoftwareResourceReference = SoftwareResourceReference;
|
|
1888
1880
|
exports.SoilMoisture = SoilMoisture;
|
|
1889
1881
|
exports.SoilMoistureField = SoilMoistureField;
|
|
1890
1882
|
exports.SoilMoistureGlobal = SoilMoistureGlobal;
|
|
@@ -1958,8 +1950,6 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1958
1950
|
exports.Sunrise = Sunrise;
|
|
1959
1951
|
exports.Sunset = Sunset;
|
|
1960
1952
|
exports.SupportVectorMachine = SupportVectorMachine;
|
|
1961
|
-
exports.SurrogateKeyDatabase = SurrogateKeyDatabase;
|
|
1962
|
-
exports.SurrogateKeyFlatFile = SurrogateKeyFlatFile;
|
|
1963
1953
|
exports.WatsonHealthSmoothing = WatsonHealthSmoothing;
|
|
1964
1954
|
exports.WatsonHealthSmoothingCursor = WatsonHealthSmoothingCursor;
|
|
1965
1955
|
exports.WatsonHealthSpineLabel = WatsonHealthSpineLabel;
|
|
@@ -24,6 +24,30 @@ var require_bucket_18 = /* @__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 SurrogateKeyDatabase = /* @__PURE__ */ react.default.forwardRef(function SurrogateKeyDatabase({ 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: "M25,15c-2.8,0-5,2.2-5,5,0,.2,0,.4,0,.6l-5,5v4.4h4.4s5-5,5-5c.2,0,.4,0,.6,0,2.8,0,5-2.2,5-5s-2.2-5-5-5ZM28,20.7c-.4,1.6-2,2.6-3.7,2.2h-.5c0-.1-5.2,5.1-5.2,5.1h-1.6v-1.6l5.2-5.2v-.5c-.2-.5-.2-.9-.1-1.4.4-1.6,2-2.6,3.7-2.2,1.6.4,2.6,2,2.2,3.7ZM26,19.9c0,.6-.4,1-1,1s-1-.4-1-1,.4-1,1-1,1,.4,1,1ZM6,13h18V5c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v22c0,1.1.9,2,2,2h7v-2h-7v-6h7v-2h-7v-6ZM6,5h16v6H6v-6Z" }), children);
|
|
37
|
+
});
|
|
38
|
+
if (process.env.NODE_ENV !== "production") SurrogateKeyDatabase.propTypes = require_iconPropTypes.iconPropTypes;
|
|
39
|
+
const SurrogateKeyFlatFile = /* @__PURE__ */ react.default.forwardRef(function SurrogateKeyFlatFile({ 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: "M24.9969,14.9969c-2.7614.0017-4.9986,2.2417-4.9969,5.0031.0002.1845.0114.3688.0337.552l-5.0337,5.0337v4.4143h4.4141l5.0337-5.0337c.1844.0205.3698.0307.5553.0306,2.7614-.0017,4.9986-2.2417,4.9969-5.0031s-2.2417-4.9986-5.0031-4.9969ZM27.9874,20.6685c-.3885,1.6306-2.0253,2.6375-3.6559,2.249l-.5395-.1238-5.2061,5.2063h-1.5859v-1.5857l5.2061-5.2063-.1236-.5393c-.1103-.4625-.1103-.9445,0-1.407.3884-1.6306,2.0253-2.6376,3.6558-2.2491,1.6306.3885,2.6376,2.0253,2.2491,3.6559ZM25.9646,20c0,.5523-.4477,1-1,1s-1-.4477-1-1,.4478-1,1-1,1,.4477,1,1ZM22.2918,12.0002c.6929,0,1.312-.4136,1.5771-1.0537.2656-.6406.1201-1.3711-.3701-1.8613l-6.792-6.792c-.1875-.1875-.4419-.293-.707-.293H5.9998c-1.1001,0-2,.8999-2,2v24c0,1.1001.8999,2,2,2h7.011v-2h-7.011V4.0002h8v6c0,1.1025.897,2,2,2h6.292ZM15.9998,4.4142l5.5854,5.5859h-5.5854v-5.5859Z" }), children);
|
|
49
|
+
});
|
|
50
|
+
if (process.env.NODE_ENV !== "production") SurrogateKeyFlatFile.propTypes = require_iconPropTypes.iconPropTypes;
|
|
27
51
|
const Sustainability = /* @__PURE__ */ react.default.forwardRef(function Sustainability({ children, size = 16, ...rest }, ref) {
|
|
28
52
|
return react.default.createElement(require_Icon.Icon, {
|
|
29
53
|
width: size,
|
|
@@ -1629,41 +1653,10 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1629
1653
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 7 9 2 4 7 5.413 8.416 8 5.833 8 14 10 14 10 5.833 12.586 8.414 14 7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.586 7.586 24 10.167 24 2 22 2 22 10.167 19.413 7.584 18 9 23 14 28 9 26.586 7.586z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,20a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,16,17a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,12,20a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,8,17a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,4,20H2v2H4a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,20,22H30V20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,24,25a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,20,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,16,25a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,12,28H2v2H12a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,28,30h2V28Z" }), children);
|
|
1630
1654
|
});
|
|
1631
1655
|
if (process.env.NODE_ENV !== "production") Tides.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1632
|
-
const Tif = /* @__PURE__ */ react.default.forwardRef(function Tif({ children, size = 16, ...rest }, ref) {
|
|
1633
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1634
|
-
width: size,
|
|
1635
|
-
height: size,
|
|
1636
|
-
ref,
|
|
1637
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1638
|
-
viewBox: "0 0 32 32",
|
|
1639
|
-
fill: "currentColor",
|
|
1640
|
-
...rest
|
|
1641
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 11 30 9 22 9 22 23 24 23 24 17 29 17 29 15 24 15 24 11 30 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 11 15 11 15 21 12 21 12 23 20 23 20 21 17 21 17 11 20 11 20 9 12 9 12 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 11 5 11 5 23 7 23 7 11 10 11 10 9 2 9 2 11z" }), children);
|
|
1642
|
-
});
|
|
1643
|
-
if (process.env.NODE_ENV !== "production") Tif.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1644
|
-
const Time = /* @__PURE__ */ react.default.forwardRef(function Time({ children, size = 16, ...rest }, ref) {
|
|
1645
|
-
if (size === 20 || size === "20" || size === "20px") return react.default.createElement(require_Icon.Icon, {
|
|
1646
|
-
width: size,
|
|
1647
|
-
height: size,
|
|
1648
|
-
ref,
|
|
1649
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1650
|
-
viewBox: "0 0 20 20",
|
|
1651
|
-
fill: "currentColor",
|
|
1652
|
-
...rest
|
|
1653
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,19c-5,0-9-4-9-9s4-9,9-9s9,4,9,9S15,19,10,19z M10,2.3c-4.3,0-7.7,3.5-7.7,7.7s3.5,7.7,7.7,7.7s7.7-3.5,7.7-7.7 S14.3,2.3,10,2.3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 13.9 9.4 10.3 9.4 4 10.6 4 10.6 9.7 13.9 13z" }), children);
|
|
1654
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1655
|
-
width: size,
|
|
1656
|
-
height: size,
|
|
1657
|
-
ref,
|
|
1658
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1659
|
-
viewBox: "0 0 32 32",
|
|
1660
|
-
fill: "currentColor",
|
|
1661
|
-
...rest
|
|
1662
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.59 22 15 16.41 15 7 17 7 17 15.58 22 20.59 20.59 22z" }), children);
|
|
1663
|
-
});
|
|
1664
|
-
if (process.env.NODE_ENV !== "production") Time.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1665
1656
|
exports.QT = QT;
|
|
1666
1657
|
exports.QTAlt = QTAlt;
|
|
1658
|
+
exports.SurrogateKeyDatabase = SurrogateKeyDatabase;
|
|
1659
|
+
exports.SurrogateKeyFlatFile = SurrogateKeyFlatFile;
|
|
1667
1660
|
exports.Sustainability = Sustainability;
|
|
1668
1661
|
exports.Svg = Svg;
|
|
1669
1662
|
exports.Swim = Swim;
|
|
@@ -1782,8 +1775,6 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1782
1775
|
exports.ThunderstormStrong = ThunderstormStrong;
|
|
1783
1776
|
exports.Ticket = Ticket;
|
|
1784
1777
|
exports.Tides = Tides;
|
|
1785
|
-
exports.Tif = Tif;
|
|
1786
|
-
exports.Time = Time;
|
|
1787
1778
|
exports.WatsonHealthTextAnnotationToggle = WatsonHealthTextAnnotationToggle;
|
|
1788
1779
|
exports.WatsonHealthThreshold = WatsonHealthThreshold;
|
|
1789
1780
|
exports.WatsonHealthThumbnailPreview = WatsonHealthThumbnailPreview;
|
|
@@ -24,6 +24,39 @@ var require_bucket_19 = /* @__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 Tif = /* @__PURE__ */ react.default.forwardRef(function Tif({ 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: "M30 11 30 9 22 9 22 23 24 23 24 17 29 17 29 15 24 15 24 11 30 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 11 15 11 15 21 12 21 12 23 20 23 20 21 17 21 17 11 20 11 20 9 12 9 12 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 11 5 11 5 23 7 23 7 11 10 11 10 9 2 9 2 11z" }), children);
|
|
37
|
+
});
|
|
38
|
+
if (process.env.NODE_ENV !== "production") Tif.propTypes = require_iconPropTypes.iconPropTypes;
|
|
39
|
+
const Time = /* @__PURE__ */ react.default.forwardRef(function Time({ children, size = 16, ...rest }, ref) {
|
|
40
|
+
if (size === 20 || size === "20" || size === "20px") 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 20 20",
|
|
46
|
+
fill: "currentColor",
|
|
47
|
+
...rest
|
|
48
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,19c-5,0-9-4-9-9s4-9,9-9s9,4,9,9S15,19,10,19z M10,2.3c-4.3,0-7.7,3.5-7.7,7.7s3.5,7.7,7.7,7.7s7.7-3.5,7.7-7.7 S14.3,2.3,10,2.3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 13.9 9.4 10.3 9.4 4 10.6 4 10.6 9.7 13.9 13z" }), children);
|
|
49
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
50
|
+
width: size,
|
|
51
|
+
height: size,
|
|
52
|
+
ref,
|
|
53
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
54
|
+
viewBox: "0 0 32 32",
|
|
55
|
+
fill: "currentColor",
|
|
56
|
+
...rest
|
|
57
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.59 22 15 16.41 15 7 17 7 17 15.58 22 20.59 20.59 22z" }), children);
|
|
58
|
+
});
|
|
59
|
+
if (process.env.NODE_ENV !== "production") Time.propTypes = require_iconPropTypes.iconPropTypes;
|
|
27
60
|
const TimeFilled = /* @__PURE__ */ react.default.forwardRef(function TimeFilled({ children, size = 16, ...rest }, ref) {
|
|
28
61
|
return react.default.createElement(require_Icon.Icon, {
|
|
29
62
|
width: size,
|
|
@@ -1676,37 +1709,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1676
1709
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 13 23.407 16 20 16.414 22.5 18.667 22 22 25 20.125 28 22 27.5 18.667 30 16.414 26.5 16 25 13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.414 13.414 25 9.834 25 9.834 28.587 13.416 30 12 25 7 20 12 21.414 13.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.414 8.414 25 4.834 25 4.834 28.587 8.416 30 7 25 2 20 7 21.414 8.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H14V25a3.0033,3.0033,0,0,0-3-3H7a3.0033,3.0033,0,0,0-3,3v5H2V25a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,10a3,3,0,1,1-3,3,3,3,0,0,1,3-3M9,8a5,5,0,1,0,5,5A5,5,0,0,0,9,8Z" }), children);
|
|
1677
1710
|
});
|
|
1678
1711
|
if (process.env.NODE_ENV !== "production") UserMilitary.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1679
|
-
const UserMultiple = /* @__PURE__ */ react.default.forwardRef(function UserMultiple({ children, size = 16, ...rest }, ref) {
|
|
1680
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1681
|
-
width: size,
|
|
1682
|
-
height: size,
|
|
1683
|
-
ref,
|
|
1684
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1685
|
-
viewBox: "0 0 32 32",
|
|
1686
|
-
fill: "currentColor",
|
|
1687
|
-
...rest
|
|
1688
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H28V25a5.0057,5.0057,0,0,0-5-5V18a7.0078,7.0078,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H20V25a5.0059,5.0059,0,0,0-5-5H9a5.0059,5.0059,0,0,0-5,5v5H2V25a7.0082,7.0082,0,0,1,7-7h6a7.0082,7.0082,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,2V4a5,5,0,0,1,0,10v2A7,7,0,0,0,20,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4A5,5,0,1,1,7,9a5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,12,2Z" }), children);
|
|
1689
|
-
});
|
|
1690
|
-
if (process.env.NODE_ENV !== "production") UserMultiple.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1691
|
-
const UserOnline = /* @__PURE__ */ react.default.forwardRef(function UserOnline({ children, size = 16, ...rest }, ref) {
|
|
1692
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1693
|
-
width: size,
|
|
1694
|
-
height: size,
|
|
1695
|
-
ref,
|
|
1696
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1697
|
-
viewBox: "0 0 32 32",
|
|
1698
|
-
fill: "currentColor",
|
|
1699
|
-
...rest
|
|
1700
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1701
|
-
cx: "26",
|
|
1702
|
-
cy: "16",
|
|
1703
|
-
r: "4"
|
|
1704
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H20V25a5,5,0,0,0-5-5H9a5,5,0,0,0-5,5v5H2V25a7,7,0,0,1,7-7h6a7,7,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4A5,5,0,1,1,7,9a5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,12,2Z" }), children);
|
|
1705
|
-
});
|
|
1706
|
-
if (process.env.NODE_ENV !== "production") UserOnline.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1707
1712
|
exports.QU1 = QU1;
|
|
1708
1713
|
exports.QU2 = QU2;
|
|
1709
1714
|
exports.QU3 = QU3;
|
|
1715
|
+
exports.Tif = Tif;
|
|
1716
|
+
exports.Time = Time;
|
|
1710
1717
|
exports.TimeFilled = TimeFilled;
|
|
1711
1718
|
exports.TimePlot = TimePlot;
|
|
1712
1719
|
exports.Timer = Timer;
|
|
@@ -1827,8 +1834,6 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1827
1834
|
exports.UserFollow = UserFollow;
|
|
1828
1835
|
exports.UserIdentification = UserIdentification;
|
|
1829
1836
|
exports.UserMilitary = UserMilitary;
|
|
1830
|
-
exports.UserMultiple = UserMultiple;
|
|
1831
|
-
exports.UserOnline = UserOnline;
|
|
1832
1837
|
}));
|
|
1833
1838
|
//#endregion
|
|
1834
1839
|
Object.defineProperty(exports, "default", {
|
|
@@ -25,6 +25,34 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
25
25
|
react = require_Icon.__toESM(react);
|
|
26
26
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
27
27
|
const didWarnAboutDeprecation = {};
|
|
28
|
+
const UserMultiple = /* @__PURE__ */ react.default.forwardRef(function UserMultiple({ children, size = 16, ...rest }, ref) {
|
|
29
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
ref,
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
viewBox: "0 0 32 32",
|
|
35
|
+
fill: "currentColor",
|
|
36
|
+
...rest
|
|
37
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H28V25a5.0057,5.0057,0,0,0-5-5V18a7.0078,7.0078,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H20V25a5.0059,5.0059,0,0,0-5-5H9a5.0059,5.0059,0,0,0-5,5v5H2V25a7.0082,7.0082,0,0,1,7-7h6a7.0082,7.0082,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,2V4a5,5,0,0,1,0,10v2A7,7,0,0,0,20,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4A5,5,0,1,1,7,9a5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,12,2Z" }), children);
|
|
38
|
+
});
|
|
39
|
+
if (process.env.NODE_ENV !== "production") UserMultiple.propTypes = require_iconPropTypes.iconPropTypes;
|
|
40
|
+
const UserOnline = /* @__PURE__ */ react.default.forwardRef(function UserOnline({ children, size = 16, ...rest }, ref) {
|
|
41
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
42
|
+
width: size,
|
|
43
|
+
height: size,
|
|
44
|
+
ref,
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
viewBox: "0 0 32 32",
|
|
47
|
+
fill: "currentColor",
|
|
48
|
+
...rest
|
|
49
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
50
|
+
cx: "26",
|
|
51
|
+
cy: "16",
|
|
52
|
+
r: "4"
|
|
53
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H20V25a5,5,0,0,0-5-5H9a5,5,0,0,0-5,5v5H2V25a7,7,0,0,1,7-7h6a7,7,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4A5,5,0,1,1,7,9a5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,12,2Z" }), children);
|
|
54
|
+
});
|
|
55
|
+
if (process.env.NODE_ENV !== "production") UserOnline.propTypes = require_iconPropTypes.iconPropTypes;
|
|
28
56
|
const UserProfile = /* @__PURE__ */ react.default.forwardRef(function UserProfile({ children, size = 16, ...rest }, ref) {
|
|
29
57
|
return react.default.createElement(require_Icon.Icon, {
|
|
30
58
|
width: size,
|
|
@@ -1732,30 +1760,8 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1732
1760
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM28,15H22A24.26,24.26,0,0,0,19.21,4.45,12,12,0,0,1,28,15ZM16,28a5,5,0,0,1-.67,0A21.85,21.85,0,0,1,12,17H20a21.85,21.85,0,0,1-3.3,11A5,5,0,0,1,16,28ZM12,15a21.85,21.85,0,0,1,3.3-11,6,6,0,0,1,1.34,0A21.85,21.85,0,0,1,20,15Zm.76-10.55A24.26,24.26,0,0,0,10,15h-6A12,12,0,0,1,12.79,4.45ZM4.05,17h6a24.26,24.26,0,0,0,2.75,10.55A12,12,0,0,1,4.05,17ZM19.21,27.55A24.26,24.26,0,0,0,22,17h6A12,12,0,0,1,19.21,27.55Z" }), children);
|
|
1733
1761
|
});
|
|
1734
1762
|
if (process.env.NODE_ENV !== "production") Wikis.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
width: size,
|
|
1738
|
-
height: size,
|
|
1739
|
-
ref,
|
|
1740
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1741
|
-
viewBox: "0 0 32 32",
|
|
1742
|
-
fill: "currentColor",
|
|
1743
|
-
...rest
|
|
1744
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3164,8.0513l-18-6A1,1,0,0,0,10.4,2.2L4,7V2H2V30H4V11l6.4,4.8a1,1,0,0,0,.9165.1489l18-6a1,1,0,0,0,0-1.8974ZM10,13,4.6665,9,10,5Zm4-.0542-2,.667V4.3872l2,.667Zm4-1.333-2,.6665V5.7207l2,.6665Zm2-.667V7.0542L25.8379,9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,22a4,4,0,0,0-8,0h2a2,2,0,1,1,2,2H8v2h8A4.0045,4.0045,0,0,0,20,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,22a4.0045,4.0045,0,0,0-4,4h2a2,2,0,1,1,2,2H12v2H26a4,4,0,0,0,0-8Z" }), children);
|
|
1745
|
-
});
|
|
1746
|
-
if (process.env.NODE_ENV !== "production") WindGusts.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1747
|
-
const WindPower = /* @__PURE__ */ react.default.forwardRef(function WindPower({ children, size = 16, ...rest }, ref) {
|
|
1748
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1749
|
-
width: size,
|
|
1750
|
-
height: size,
|
|
1751
|
-
ref,
|
|
1752
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1753
|
-
viewBox: "0 0 32 32",
|
|
1754
|
-
fill: "currentColor",
|
|
1755
|
-
...rest
|
|
1756
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,28V15.8159a3.0059,3.0059,0,0,0,1.47-1.1186L27.063,17l.5176-1.9321-8.6045-2.3052a2.985,2.985,0,0,0-2.63-2.7275L14.1938,2l-1.9316.5186,2.1318,7.956a2.9588,2.9588,0,0,0-1.093,3.8115L7,20.5859,8.415,22l6.3-6.3A2.8938,2.8938,0,0,0,15,15.8154V28H2v2H30V28Zm0-15a1,1,0,1,1-1-1A1.0008,1.0008,0,0,1,17,13Z" }), children);
|
|
1757
|
-
});
|
|
1758
|
-
if (process.env.NODE_ENV !== "production") WindPower.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1763
|
+
exports.UserMultiple = UserMultiple;
|
|
1764
|
+
exports.UserOnline = UserOnline;
|
|
1759
1765
|
exports.UserProfile = UserProfile;
|
|
1760
1766
|
exports.UserProfileAlt = UserProfileAlt;
|
|
1761
1767
|
exports.UserRole = UserRole;
|
|
@@ -1879,8 +1885,6 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1879
1885
|
exports.WifiOff = WifiOff;
|
|
1880
1886
|
exports.WifiSecure = WifiSecure;
|
|
1881
1887
|
exports.Wikis = Wikis;
|
|
1882
|
-
exports.WindGusts = WindGusts;
|
|
1883
|
-
exports.WindPower = WindPower;
|
|
1884
1888
|
}));
|
|
1885
1889
|
//#endregion
|
|
1886
1890
|
Object.defineProperty(exports, "default", {
|
|
@@ -24,6 +24,30 @@ var require_bucket_21 = /* @__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 WindGusts = /* @__PURE__ */ react.default.forwardRef(function WindGusts({ 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: "M29.3164,8.0513l-18-6A1,1,0,0,0,10.4,2.2L4,7V2H2V30H4V11l6.4,4.8a1,1,0,0,0,.9165.1489l18-6a1,1,0,0,0,0-1.8974ZM10,13,4.6665,9,10,5Zm4-.0542-2,.667V4.3872l2,.667Zm4-1.333-2,.6665V5.7207l2,.6665Zm2-.667V7.0542L25.8379,9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,22a4,4,0,0,0-8,0h2a2,2,0,1,1,2,2H8v2h8A4.0045,4.0045,0,0,0,20,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,22a4.0045,4.0045,0,0,0-4,4h2a2,2,0,1,1,2,2H12v2H26a4,4,0,0,0,0-8Z" }), children);
|
|
37
|
+
});
|
|
38
|
+
if (process.env.NODE_ENV !== "production") WindGusts.propTypes = require_iconPropTypes.iconPropTypes;
|
|
39
|
+
const WindPower = /* @__PURE__ */ react.default.forwardRef(function WindPower({ 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,28V15.8159a3.0059,3.0059,0,0,0,1.47-1.1186L27.063,17l.5176-1.9321-8.6045-2.3052a2.985,2.985,0,0,0-2.63-2.7275L14.1938,2l-1.9316.5186,2.1318,7.956a2.9588,2.9588,0,0,0-1.093,3.8115L7,20.5859,8.415,22l6.3-6.3A2.8938,2.8938,0,0,0,15,15.8154V28H2v2H30V28Zm0-15a1,1,0,1,1-1-1A1.0008,1.0008,0,0,1,17,13Z" }), children);
|
|
49
|
+
});
|
|
50
|
+
if (process.env.NODE_ENV !== "production") WindPower.propTypes = require_iconPropTypes.iconPropTypes;
|
|
27
51
|
const WindStream = /* @__PURE__ */ react.default.forwardRef(function WindStream({ children, size = 16, ...rest }, ref) {
|
|
28
52
|
return react.default.createElement(require_Icon.Icon, {
|
|
29
53
|
width: size,
|
|
@@ -640,6 +664,18 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
640
664
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,22h-5v-2h5v-3h-3c-1.1028,0-2-.8972-2-2v-3c0-1.1028,.8972-2,2-2h5v2h-5v3h3c1.1028,0,2,.8972,2,2v3c0,1.1028-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,22h-3c-1.1028,0-2-.8972-2-2V12c0-1.1028,.8972-2,2-2h3c1.1028,0,2,.8972,2,2v8c0,1.1028-.8972,2-2,2Zm-3-10v8h3V12h-3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.9458 10 7.9458 22 10.0542 22 14.0542 10 11.9458 10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 22 0 22 0 19.6973 3.7981 14 0 14 0 12 6 12 6 14.3027 2.2019 20 6 20 6 22z" }), children);
|
|
641
665
|
});
|
|
642
666
|
if (process.env.NODE_ENV !== "production") Zos.propTypes = require_iconPropTypes.iconPropTypes;
|
|
667
|
+
const ZosPartition = /* @__PURE__ */ react.default.forwardRef(function ZosPartition({ children, size = 16, ...rest }, ref) {
|
|
668
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
669
|
+
width: size,
|
|
670
|
+
height: size,
|
|
671
|
+
ref,
|
|
672
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
673
|
+
viewBox: "0 0 32 32",
|
|
674
|
+
fill: "currentColor",
|
|
675
|
+
...rest
|
|
676
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28H6c-1.1,0-2-.9-2-2V6c0-1.1.9-2,2-2h20c1.1,0,2,.9,2,2v20c0,1.1-.9,2-2,2ZM7.4,26h18.6V7.4S7.4,26,7.4,26ZM6,6v18.6L24.6,6H6Z" }), children);
|
|
677
|
+
});
|
|
678
|
+
if (process.env.NODE_ENV !== "production") ZosPartition.propTypes = require_iconPropTypes.iconPropTypes;
|
|
643
679
|
const ZosSysplex = /* @__PURE__ */ react.default.forwardRef(function ZosSysplex({ children, size = 16, ...rest }, ref) {
|
|
644
680
|
return react.default.createElement(require_Icon.Icon, {
|
|
645
681
|
width: size,
|
|
@@ -661,6 +697,8 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
661
697
|
exports.WatsonHealthWindowOverlay = WatsonHealthWindowOverlay;
|
|
662
698
|
exports.WatsonHealthWindowPreset = WatsonHealthWindowPreset;
|
|
663
699
|
exports.WatsonHealthZoomPan = WatsonHealthZoomPan;
|
|
700
|
+
exports.WindGusts = WindGusts;
|
|
701
|
+
exports.WindPower = WindPower;
|
|
664
702
|
exports.WindStream = WindStream;
|
|
665
703
|
exports.Windy = Windy;
|
|
666
704
|
exports.WindyDust = WindyDust;
|
|
@@ -696,6 +734,7 @@ var require_bucket_21 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
696
734
|
exports.ZoomOutArea = ZoomOutArea;
|
|
697
735
|
exports.ZoomReset = ZoomReset;
|
|
698
736
|
exports.Zos = Zos;
|
|
737
|
+
exports.ZosPartition = ZosPartition;
|
|
699
738
|
exports.ZosSysplex = ZosSysplex;
|
|
700
739
|
}));
|
|
701
740
|
//#endregion
|
|
@@ -1214,6 +1214,18 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1214
1214
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 12H23V14H19z" }), children);
|
|
1215
1215
|
});
|
|
1216
1216
|
if (process.env.NODE_ENV !== "production") Cough.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1217
|
+
const CouplingFacility = /* @__PURE__ */ react.default.forwardRef(function CouplingFacility({ children, size = 16, ...rest }, ref) {
|
|
1218
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1219
|
+
width: size,
|
|
1220
|
+
height: size,
|
|
1221
|
+
ref,
|
|
1222
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1223
|
+
viewBox: "0 0 32 32",
|
|
1224
|
+
fill: "currentColor",
|
|
1225
|
+
...rest
|
|
1226
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,30H3c-.3467,0-.6685-.1797-.8506-.4746s-.1987-.6631-.0439-.9727L15.1055,2.5527c.3389-.6777,1.4502-.6777,1.7891,0l13,26c.1553.3096.1387.6777-.0439.9727s-.5039.4746-.8506.4746ZM4.6182,28h22.7637L16,5.2358,4.6182,28Z" }), children);
|
|
1227
|
+
});
|
|
1228
|
+
if (process.env.NODE_ENV !== "production") CouplingFacility.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1217
1229
|
const CouplingFacilityEncryption = /* @__PURE__ */ react.default.forwardRef(function CouplingFacilityEncryption({ children, size = 16, ...rest }, ref) {
|
|
1218
1230
|
return react.default.createElement(require_Icon.Icon, {
|
|
1219
1231
|
width: size,
|
|
@@ -1699,6 +1711,18 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1699
1711
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,30h-2v-5c-.0033-2.7601-2.2399-4.9967-5-5h-6c-2.7601.0033-4.9967,2.2399-5,5v5h-2v-5c.0045-3.8641,3.1359-6.9955,7-7h6c3.8641.0045,6.9955,3.1359,7,7v5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22,6v4c0,1.1025-.8972,2-2,2h-1c-.5522,0-1,.4478-1,1s.4478,1,1,1h1c2.2056,0,4-1.7944,4-4v-4h-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,16c-3.8599,0-7-3.1401-7-7S12.1401,2,16,2c1.9885,0,3.8901.8503,5.2173,2.3329l-1.4902,1.334c-.9482-1.0593-2.3066-1.6669-3.7271-1.6669-2.7571,0-5,2.243-5,5s2.2429,5,5,5v2Z" }), children);
|
|
1700
1712
|
});
|
|
1701
1713
|
if (process.env.NODE_ENV !== "production") CustomerService.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1714
|
+
const CustomerServiceFilled = /* @__PURE__ */ react.default.forwardRef(function CustomerServiceFilled({ children, size = 16, ...rest }, ref) {
|
|
1715
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1716
|
+
width: size,
|
|
1717
|
+
height: size,
|
|
1718
|
+
ref,
|
|
1719
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1720
|
+
viewBox: "0 0 32 32",
|
|
1721
|
+
fill: "currentColor",
|
|
1722
|
+
...rest
|
|
1723
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,16c-3.866,0-7-3.134-7-7s3.134-7,7-7,7,3.134,7,7-3.134,7-7,7ZM22,17h1c2.2091,0,4-1.7909,4-4v-4h-2v4c0,1.1046-.8954,2-2,2h-1c-.5523,0-1,.4477-1,1h0c0,.5523.4477,1,1,1ZM19,18h-6c-3.866,0-7,3.134-7,7v5h20v-5c0-3.866-3.134-7-7-7Z" }), children);
|
|
1724
|
+
});
|
|
1725
|
+
if (process.env.NODE_ENV !== "production") CustomerServiceFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1702
1726
|
const Cut = /* @__PURE__ */ react.default.forwardRef(function Cut({ children, size = 16, ...rest }, ref) {
|
|
1703
1727
|
return react.default.createElement(require_Icon.Icon, {
|
|
1704
1728
|
width: size,
|
|
@@ -1771,30 +1795,6 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1771
1795
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,23H9a2,2,0,0,1-2-2V15a2,2,0,0,1,2-2h5v2H9v6h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 9 16 9 16 11 22 11 16 21 16 23 24 23 24 21 18 21 24 11 24 9z" }), children);
|
|
1772
1796
|
});
|
|
1773
1797
|
if (process.env.NODE_ENV !== "production") QCZ.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1774
|
-
const Dashboard = /* @__PURE__ */ react.default.forwardRef(function Dashboard({ children, size = 16, ...rest }, ref) {
|
|
1775
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1776
|
-
width: size,
|
|
1777
|
-
height: size,
|
|
1778
|
-
ref,
|
|
1779
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1780
|
-
viewBox: "0 0 32 32",
|
|
1781
|
-
fill: "currentColor",
|
|
1782
|
-
...rest
|
|
1783
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 21H26V26H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H22V26H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,26a5.0059,5.0059,0,0,1-5-5H8a3,3,0,1,0,3-3V16a5,5,0,0,1,0,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H4A2.002,2.002,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,9H14V4H28ZM12,4v7H4V4ZM4,28V13H28.0007l.0013,15Z" }), children);
|
|
1784
|
-
});
|
|
1785
|
-
if (process.env.NODE_ENV !== "production") Dashboard.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1786
|
-
const DashboardReference = /* @__PURE__ */ react.default.forwardRef(function DashboardReference({ children, size = 16, ...rest }, ref) {
|
|
1787
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1788
|
-
width: size,
|
|
1789
|
-
height: size,
|
|
1790
|
-
ref,
|
|
1791
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1792
|
-
viewBox: "0 0 32 32",
|
|
1793
|
-
fill: "currentColor",
|
|
1794
|
-
...rest
|
|
1795
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 20 4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 21H26V26H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H22V26H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 18H18V26H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H4A2.002,2.002,0,0,0,2,4V16H4V13H28.001l.001,15H16v2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2ZM12,11H4V4h8Zm2,0V4H28l.0007,7Z" }), children);
|
|
1796
|
-
});
|
|
1797
|
-
if (process.env.NODE_ENV !== "production") DashboardReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1798
1798
|
exports.CloudSatelliteServices = CloudSatelliteServices;
|
|
1799
1799
|
exports.CloudServices = CloudServices;
|
|
1800
1800
|
exports.Cloudy = Cloudy;
|
|
@@ -1870,6 +1870,7 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1870
1870
|
exports.Cost = Cost;
|
|
1871
1871
|
exports.CostTotal = CostTotal;
|
|
1872
1872
|
exports.Cough = Cough;
|
|
1873
|
+
exports.CouplingFacility = CouplingFacility;
|
|
1873
1874
|
exports.CouplingFacilityEncryption = CouplingFacilityEncryption;
|
|
1874
1875
|
exports.Course = Course;
|
|
1875
1876
|
exports.Covariate = Covariate;
|
|
@@ -1904,11 +1905,10 @@ var require_bucket_4 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1904
1905
|
exports.CurvedLineSolid = CurvedLineSolid;
|
|
1905
1906
|
exports.Customer = Customer;
|
|
1906
1907
|
exports.CustomerService = CustomerService;
|
|
1908
|
+
exports.CustomerServiceFilled = CustomerServiceFilled;
|
|
1907
1909
|
exports.Cut = Cut;
|
|
1908
1910
|
exports.CutOut = CutOut;
|
|
1909
1911
|
exports.Cyclist = Cyclist;
|
|
1910
|
-
exports.Dashboard = Dashboard;
|
|
1911
|
-
exports.DashboardReference = DashboardReference;
|
|
1912
1912
|
exports.QCU1 = QCU1;
|
|
1913
1913
|
exports.QCU3 = QCU3;
|
|
1914
1914
|
exports.QCY = QCY;
|
|
@@ -25,6 +25,30 @@ var require_bucket_5 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
25
25
|
react = require_Icon.__toESM(react);
|
|
26
26
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
27
27
|
const didWarnAboutDeprecation = {};
|
|
28
|
+
const Dashboard = /* @__PURE__ */ react.default.forwardRef(function Dashboard({ children, size = 16, ...rest }, ref) {
|
|
29
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
ref,
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
viewBox: "0 0 32 32",
|
|
35
|
+
fill: "currentColor",
|
|
36
|
+
...rest
|
|
37
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 21H26V26H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H22V26H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,26a5.0059,5.0059,0,0,1-5-5H8a3,3,0,1,0,3-3V16a5,5,0,0,1,0,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H4A2.002,2.002,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,9H14V4H28ZM12,4v7H4V4ZM4,28V13H28.0007l.0013,15Z" }), children);
|
|
38
|
+
});
|
|
39
|
+
if (process.env.NODE_ENV !== "production") Dashboard.propTypes = require_iconPropTypes.iconPropTypes;
|
|
40
|
+
const DashboardReference = /* @__PURE__ */ react.default.forwardRef(function DashboardReference({ children, size = 16, ...rest }, ref) {
|
|
41
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
42
|
+
width: size,
|
|
43
|
+
height: size,
|
|
44
|
+
ref,
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
viewBox: "0 0 32 32",
|
|
47
|
+
fill: "currentColor",
|
|
48
|
+
...rest
|
|
49
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 20 4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 21H26V26H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H22V26H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 18H18V26H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H4A2.002,2.002,0,0,0,2,4V16H4V13H28.001l.001,15H16v2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2ZM12,11H4V4h8Zm2,0V4H28l.0007,7Z" }), children);
|
|
50
|
+
});
|
|
51
|
+
if (process.env.NODE_ENV !== "production") DashboardReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
28
52
|
const Data_1 = /* @__PURE__ */ react.default.forwardRef(function Data_1({ children, size = 16, ...rest }, ref) {
|
|
29
53
|
return react.default.createElement(require_Icon.Icon, {
|
|
30
54
|
width: size,
|
|
@@ -1724,38 +1748,8 @@ var require_bucket_5 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1724
1748
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,18v6.5859L15.8712,14.457A5.9242,5.9242,0,0,0,17,11a6,6,0,1,0-7,5.91V28h2V16.91a5.9566,5.9566,0,0,0,2.4554-1.04L24.5859,26H18v2H28V18ZM11,15a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,11,15Z" }), children);
|
|
1725
1749
|
});
|
|
1726
1750
|
if (process.env.NODE_ENV !== "production") DirectionRotaryFirstRight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
width: size,
|
|
1730
|
-
height: size,
|
|
1731
|
-
ref,
|
|
1732
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1733
|
-
viewBox: "0 0 32 32",
|
|
1734
|
-
fill: "currentColor",
|
|
1735
|
-
...rest
|
|
1736
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1737
|
-
cx: "11",
|
|
1738
|
-
cy: "11",
|
|
1739
|
-
r: "3"
|
|
1740
|
-
}), /* @__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", {
|
|
1741
|
-
fill: "none",
|
|
1742
|
-
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",
|
|
1743
|
-
"data-icon-path": "inner-path"
|
|
1744
|
-
}), children);
|
|
1745
|
-
});
|
|
1746
|
-
if (process.env.NODE_ENV !== "production") DirectionRotaryFirstRightFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1747
|
-
const DirectionRotaryRight = /* @__PURE__ */ react.default.forwardRef(function DirectionRotaryRight({ children, size = 16, ...rest }, ref) {
|
|
1748
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1749
|
-
width: size,
|
|
1750
|
-
height: size,
|
|
1751
|
-
ref,
|
|
1752
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1753
|
-
viewBox: "0 0 32 32",
|
|
1754
|
-
fill: "currentColor",
|
|
1755
|
-
...rest
|
|
1756
|
-
}, /* @__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);
|
|
1757
|
-
});
|
|
1758
|
-
if (process.env.NODE_ENV !== "production") DirectionRotaryRight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1751
|
+
exports.Dashboard = Dashboard;
|
|
1752
|
+
exports.DashboardReference = DashboardReference;
|
|
1759
1753
|
exports.DataAccessor = DataAccessor;
|
|
1760
1754
|
exports.DataAnalytics = DataAnalytics;
|
|
1761
1755
|
exports.DataBackup = DataBackup;
|
|
@@ -1876,8 +1870,6 @@ var require_bucket_5 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1876
1870
|
exports.DirectionRight_02 = DirectionRight_02;
|
|
1877
1871
|
exports.DirectionRight_02Filled = DirectionRight_02Filled;
|
|
1878
1872
|
exports.DirectionRotaryFirstRight = DirectionRotaryFirstRight;
|
|
1879
|
-
exports.DirectionRotaryFirstRightFilled = DirectionRotaryFirstRightFilled;
|
|
1880
|
-
exports.DirectionRotaryRight = DirectionRotaryRight;
|
|
1881
1873
|
exports.WatsonHealthDenominate = WatsonHealthDenominate;
|
|
1882
1874
|
exports.WatsonHealthDicomOverlay = WatsonHealthDicomOverlay;
|
|
1883
1875
|
exports.WatsonHealthDicom_6000 = WatsonHealthDicom_6000;
|