@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
|
@@ -25,6 +25,39 @@ var require_bucket_11 = /* @__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 JoinNode = /* @__PURE__ */ react.default.forwardRef(function JoinNode({ 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", {
|
|
38
|
+
strokeWidth: "0",
|
|
39
|
+
d: "M2 9H6V11H2z"
|
|
40
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
41
|
+
strokeWidth: "0",
|
|
42
|
+
d: "M2 21H6V23H2z"
|
|
43
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
44
|
+
strokeWidth: "0",
|
|
45
|
+
d: "M25 11 23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
|
|
46
|
+
}), children);
|
|
47
|
+
});
|
|
48
|
+
if (process.env.NODE_ENV !== "production") JoinNode.propTypes = require_iconPropTypes.iconPropTypes;
|
|
49
|
+
const Jpg = /* @__PURE__ */ react.default.forwardRef(function Jpg({ children, size = 16, ...rest }, ref) {
|
|
50
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
51
|
+
width: size,
|
|
52
|
+
height: size,
|
|
53
|
+
ref,
|
|
54
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
55
|
+
viewBox: "0 0 32 32",
|
|
56
|
+
fill: "currentColor",
|
|
57
|
+
...rest
|
|
58
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,23H24a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H24V21h4V17H26V15h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,23H12V9h6a2,2,0,0,1,2,2v5a2,2,0,0,1-2,2H14Zm0-7h4V11H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,23H4a2,2,0,0,1-2-2V19H4v2H8V9h2V21A2,2,0,0,1,8,23Z" }), children);
|
|
59
|
+
});
|
|
60
|
+
if (process.env.NODE_ENV !== "production") Jpg.propTypes = require_iconPropTypes.iconPropTypes;
|
|
28
61
|
const JsError = /* @__PURE__ */ react.default.forwardRef(function JsError({ children, size = 16, ...rest }, ref) {
|
|
29
62
|
return react.default.createElement(require_Icon.Icon, {
|
|
30
63
|
width: size,
|
|
@@ -1723,30 +1756,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1723
1756
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,9.8378A6.1622,6.1622,0,1,0,22.1622,16,6.1622,6.1622,0,0,0,16,9.8378ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,6.1622c3.2041,0,3.5837.0122,4.849.07a6.6418,6.6418,0,0,1,2.2283.4132,3.9748,3.9748,0,0,1,2.2774,2.2774,6.6418,6.6418,0,0,1,.4132,2.2283c.0577,1.2653.07,1.6449.07,4.849s-.0122,3.5837-.07,4.849a6.6418,6.6418,0,0,1-.4132,2.2283,3.9748,3.9748,0,0,1-2.2774,2.2774,6.6418,6.6418,0,0,1-2.2283.4132c-1.2652.0577-1.6446.07-4.849.07s-3.5838-.0122-4.849-.07a6.6418,6.6418,0,0,1-2.2283-.4132,3.9748,3.9748,0,0,1-2.2774-2.2774,6.6418,6.6418,0,0,1-.4132-2.2283c-.0577-1.2653-.07-1.6449-.07-4.849s.0122-3.5837.07-4.849a6.6418,6.6418,0,0,1,.4132-2.2283A3.9748,3.9748,0,0,1,8.9227,6.6453a6.6418,6.6418,0,0,1,2.2283-.4132c1.2653-.0577,1.6449-.07,4.849-.07M16,4c-3.259,0-3.6677.0138-4.9476.0722A8.8068,8.8068,0,0,0,8.14,4.63,6.1363,6.1363,0,0,0,4.63,8.14a8.8068,8.8068,0,0,0-.5578,2.9129C4.0138,12.3323,4,12.741,4,16s.0138,3.6677.0722,4.9476A8.8074,8.8074,0,0,0,4.63,23.8605a6.1363,6.1363,0,0,0,3.51,3.51,8.8068,8.8068,0,0,0,2.9129.5578C12.3323,27.9862,12.741,28,16,28s3.6677-.0138,4.9476-.0722a8.8074,8.8074,0,0,0,2.9129-.5578,6.1363,6.1363,0,0,0,3.51-3.51,8.8074,8.8074,0,0,0,.5578-2.9129C27.9862,19.6677,28,19.259,28,16s-.0138-3.6677-.0722-4.9476A8.8068,8.8068,0,0,0,27.37,8.14a6.1363,6.1363,0,0,0-3.51-3.5095,8.8074,8.8074,0,0,0-2.9129-.5578C19.6677,4.0138,19.259,4,16,4Z" }), children);
|
|
1724
1757
|
});
|
|
1725
1758
|
if (process.env.NODE_ENV !== "production") LogoInstagram.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: "M4,4v24h24V4H4z M12.1,9c0.8,0,1.4,0.6,1.4,1.4c0,0.8-0.6,1.4-1.4,1.4c0,0,0,0,0,0c-0.8,0-1.4-0.6-1.4-1.4 C10.8,9.6,11.4,9,12.1,9z M21.5,22.2c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1l0.7-2.4c0.1-0.2,0.1-0.5,0.1-0.7 c0-0.8-0.5-1.3-1.2-1.3c-1,0-1.6,0.7-1.9,2L15.9,22h-2.3l0.4-1.7c-0.7,1.1-1.6,1.8-2.8,1.8c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1 l1.1-4.3H8.7L9.2,13h3.9l-1.5,6.1c-0.1,0.3-0.1,0.6-0.1,0.9c0,0.4,0.2,0.5,0.5,0.6c0.2,0,1.6,0,2.4-1.8l1-4.1h-1.6l0.5-1.8h3.5 l-0.5,2.1c0.6-1.2,1.9-2.2,3.1-2.2c1.3,0,2.4,0.9,2.4,2.7c0,0.5-0.1,1-0.2,1.5l-0.7,2.4c-0.1,0.2-0.1,0.4-0.1,0.6 c0,0.4,0.2,0.6,0.5,0.6c0.3,0,0.7-0.2,1.2-1.5l0.9,0.4C23.7,21.4,22.7,22.2,21.5,22.2z" }), children);
|
|
1736
|
-
});
|
|
1737
|
-
if (process.env.NODE_ENV !== "production") LogoInvision.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1738
|
-
const LogoJupyter = /* @__PURE__ */ react.default.forwardRef(function LogoJupyter({ 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: "M26.0766,3.5878a1.69,1.69,0,1,1-1.76-1.5853,1.67,1.67,0,0,1,1.76,1.5853Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.2191,23.1113c-4.4866,0-8.43-1.61-10.4688-3.9882a11.1618,11.1618,0,0,0,20.9377,0C24.6541,21.5011,20.7257,23.1113,16.2191,23.1113Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.2191,7.6483c4.4867,0,8.43,1.61,10.4689,3.9881a11.1618,11.1618,0,0,0-20.9377,0C7.7892,9.2535,11.7126,7.6483,16.2191,7.6483Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.0427,27.7388a2.1085,2.1085,0,1,1-.2031-.7976,2.1278,2.1278,0,0,1,.2031.7976Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.26,7.1064A1.2263,1.2263,0,1,1,7.4517,5.83,1.2415,1.2415,0,0,1,6.26,7.1064Z" }), children);
|
|
1748
|
-
});
|
|
1749
|
-
if (process.env.NODE_ENV !== "production") LogoJupyter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1759
|
+
exports.JoinNode = JoinNode;
|
|
1760
|
+
exports.Jpg = Jpg;
|
|
1750
1761
|
exports.JsError = JsError;
|
|
1751
1762
|
exports.Json = Json;
|
|
1752
1763
|
exports.JsonReference = JsonReference;
|
|
@@ -1867,8 +1878,6 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1867
1878
|
exports.LogoGitlab = LogoGitlab;
|
|
1868
1879
|
exports.LogoGlassdoor = LogoGlassdoor;
|
|
1869
1880
|
exports.LogoInstagram = LogoInstagram;
|
|
1870
|
-
exports.LogoInvision = LogoInvision;
|
|
1871
|
-
exports.LogoJupyter = LogoJupyter;
|
|
1872
1881
|
exports.WatsonHealthLaunchStudy_1 = WatsonHealthLaunchStudy_1;
|
|
1873
1882
|
exports.WatsonHealthLaunchStudy_2 = WatsonHealthLaunchStudy_2;
|
|
1874
1883
|
exports.WatsonHealthLaunchStudy_3 = WatsonHealthLaunchStudy_3;
|
|
@@ -25,6 +25,30 @@ var require_bucket_12 = /* @__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 LogoInvision = /* @__PURE__ */ react.default.forwardRef(function LogoInvision({ 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: "M4,4v24h24V4H4z M12.1,9c0.8,0,1.4,0.6,1.4,1.4c0,0.8-0.6,1.4-1.4,1.4c0,0,0,0,0,0c-0.8,0-1.4-0.6-1.4-1.4 C10.8,9.6,11.4,9,12.1,9z M21.5,22.2c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1l0.7-2.4c0.1-0.2,0.1-0.5,0.1-0.7 c0-0.8-0.5-1.3-1.2-1.3c-1,0-1.6,0.7-1.9,2L15.9,22h-2.3l0.4-1.7c-0.7,1.1-1.6,1.8-2.8,1.8c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1 l1.1-4.3H8.7L9.2,13h3.9l-1.5,6.1c-0.1,0.3-0.1,0.6-0.1,0.9c0,0.4,0.2,0.5,0.5,0.6c0.2,0,1.6,0,2.4-1.8l1-4.1h-1.6l0.5-1.8h3.5 l-0.5,2.1c0.6-1.2,1.9-2.2,3.1-2.2c1.3,0,2.4,0.9,2.4,2.7c0,0.5-0.1,1-0.2,1.5l-0.7,2.4c-0.1,0.2-0.1,0.4-0.1,0.6 c0,0.4,0.2,0.6,0.5,0.6c0.3,0,0.7-0.2,1.2-1.5l0.9,0.4C23.7,21.4,22.7,22.2,21.5,22.2z" }), children);
|
|
38
|
+
});
|
|
39
|
+
if (process.env.NODE_ENV !== "production") LogoInvision.propTypes = require_iconPropTypes.iconPropTypes;
|
|
40
|
+
const LogoJupyter = /* @__PURE__ */ react.default.forwardRef(function LogoJupyter({ 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: "M26.0766,3.5878a1.69,1.69,0,1,1-1.76-1.5853,1.67,1.67,0,0,1,1.76,1.5853Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.2191,23.1113c-4.4866,0-8.43-1.61-10.4688-3.9882a11.1618,11.1618,0,0,0,20.9377,0C24.6541,21.5011,20.7257,23.1113,16.2191,23.1113Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.2191,7.6483c4.4867,0,8.43,1.61,10.4689,3.9881a11.1618,11.1618,0,0,0-20.9377,0C7.7892,9.2535,11.7126,7.6483,16.2191,7.6483Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.0427,27.7388a2.1085,2.1085,0,1,1-.2031-.7976,2.1278,2.1278,0,0,1,.2031.7976Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.26,7.1064A1.2263,1.2263,0,1,1,7.4517,5.83,1.2415,1.2415,0,0,1,6.26,7.1064Z" }), children);
|
|
50
|
+
});
|
|
51
|
+
if (process.env.NODE_ENV !== "production") LogoJupyter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
28
52
|
const LogoKeybase = /* @__PURE__ */ react.default.forwardRef(function LogoKeybase({ children, size = 16, ...rest }, ref) {
|
|
29
53
|
return react.default.createElement(require_Icon.Icon, {
|
|
30
54
|
width: size,
|
|
@@ -1757,39 +1781,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1757
1781
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 28H30V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,26H24a7.987,7.987,0,0,0-2.0371-5.3335l1.49-1.334A9.9835,9.9835,0,0,1,26,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,26H14a9.9268,9.9268,0,0,1,3.7539-7.804A7.89,7.89,0,0,0,16,18a8.0092,8.0092,0,0,0-8,8H6A10.0113,10.0113,0,0,1,16,16a9.8923,9.8923,0,0,1,4.4458,1.0515,1,1,0,0,1,0,1.79A7.9567,7.9567,0,0,0,16,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 14 11 9 12.41 7.59 15 10.17 15 10 15 2 17 2 17 10 17 10.17 19.59 7.59 21 9 16 14z" }), children);
|
|
1758
1782
|
});
|
|
1759
1783
|
if (process.env.NODE_ENV !== "production") Moonset.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
width: size,
|
|
1763
|
-
height: size,
|
|
1764
|
-
ref,
|
|
1765
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1766
|
-
viewBox: "0 0 32 32",
|
|
1767
|
-
fill: "currentColor",
|
|
1768
|
-
...rest
|
|
1769
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1770
|
-
d: "M21.743,18.6872A6.05,6.05,0,0,0,22.8,17.6006a5.9977,5.9977,0,1,0-10.7334-4.4444,7.5568,7.5568,0,0,0-5.7158,5.0879A5.9926,5.9926,0,0,0,8,30H19a5.9854,5.9854,0,0,0,2.743-11.3128ZM18,10a4.0042,4.0042,0,0,1,4,4,3.9613,3.9613,0,0,1-.8,2.3994,4.0122,4.0122,0,0,1-.94.8917,7.5416,7.5416,0,0,0-6.1339-4.2395A3.9985,3.9985,0,0,1,18,10Zm1,18H8a3.9928,3.9928,0,0,1-.6729-7.93L7.99,19.958l.1456-.6562a5.4958,5.4958,0,0,1,10.729,0l.1464.6562.6622.1123A3.9928,3.9928,0,0,1,19,28Z",
|
|
1771
|
-
transform: "translate(0 .005)"
|
|
1772
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 13.005H30V15.005H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1773
|
-
d: "M23.071 5.929H27.071V7.929H23.071z",
|
|
1774
|
-
transform: "rotate(-45 25.077 6.931)"
|
|
1775
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 2.005H19V6.005H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1776
|
-
d: "M9.929 4.929H11.929V8.929H9.929z",
|
|
1777
|
-
transform: "rotate(-45 10.935 6.931)"
|
|
1778
|
-
}), children);
|
|
1779
|
-
});
|
|
1780
|
-
if (process.env.NODE_ENV !== "production") MostlyCloudy.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1781
|
-
const MostlyCloudyNight = /* @__PURE__ */ react.default.forwardRef(function MostlyCloudyNight({ children, size = 16, ...rest }, ref) {
|
|
1782
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1783
|
-
width: size,
|
|
1784
|
-
height: size,
|
|
1785
|
-
ref,
|
|
1786
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1787
|
-
viewBox: "0 0 32 32",
|
|
1788
|
-
fill: "currentColor",
|
|
1789
|
-
...rest
|
|
1790
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.8438,15.0347a1.5169,1.5169,0,0,0-1.23-.8658,5.3547,5.3547,0,0,1-3.4094-1.7158A6.4653,6.4653,0,0,1,23.918,6.0605a1.6025,1.6025,0,0,0-.2989-1.5459,1.4543,1.4543,0,0,0-1.36-.4931l-.0191.0039a7.927,7.927,0,0,0-6.22,7.4307A7.3638,7.3638,0,0,0,13.5,11a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,28H19a5.9771,5.9771,0,0,0,5.6147-8.0884,7.5054,7.5054,0,0,0,5.1324-3.3569A1.5372,1.5372,0,0,0,29.8438,15.0347ZM19,26H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,26Zm4.4653-8.001h-.0217a5.9581,5.9581,0,0,0-2.7942-1.7549,7.5068,7.5068,0,0,0-2.6008-3.6767c-.01-.1016-.0361-.1978-.041-.3008a6.078,6.078,0,0,1,3.7907-6.05,8.4577,8.4577,0,0,0,1.94,7.5967A7.4007,7.4007,0,0,0,27.64,16.041,5.4286,5.4286,0,0,1,23.4653,17.999Z" }), children);
|
|
1791
|
-
});
|
|
1792
|
-
if (process.env.NODE_ENV !== "production") MostlyCloudyNight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1784
|
+
exports.LogoInvision = LogoInvision;
|
|
1785
|
+
exports.LogoJupyter = LogoJupyter;
|
|
1793
1786
|
exports.LogoKeybase = LogoKeybase;
|
|
1794
1787
|
exports.LogoKubernetes = LogoKubernetes;
|
|
1795
1788
|
exports.LogoLinkedin = LogoLinkedin;
|
|
@@ -1910,8 +1903,6 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1910
1903
|
exports.Moon = Moon;
|
|
1911
1904
|
exports.Moonrise = Moonrise;
|
|
1912
1905
|
exports.Moonset = Moonset;
|
|
1913
|
-
exports.MostlyCloudy = MostlyCloudy;
|
|
1914
|
-
exports.MostlyCloudyNight = MostlyCloudyNight;
|
|
1915
1906
|
exports.QMatrix = QMatrix;
|
|
1916
1907
|
exports.WatsonHealthMagnify = WatsonHealthMagnify;
|
|
1917
1908
|
exports.WatsonHealthMammogram = WatsonHealthMammogram;
|
|
@@ -24,6 +24,39 @@ var require_bucket_13 = /* @__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 MostlyCloudy = /* @__PURE__ */ react.default.forwardRef(function MostlyCloudy({ 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", {
|
|
37
|
+
d: "M21.743,18.6872A6.05,6.05,0,0,0,22.8,17.6006a5.9977,5.9977,0,1,0-10.7334-4.4444,7.5568,7.5568,0,0,0-5.7158,5.0879A5.9926,5.9926,0,0,0,8,30H19a5.9854,5.9854,0,0,0,2.743-11.3128ZM18,10a4.0042,4.0042,0,0,1,4,4,3.9613,3.9613,0,0,1-.8,2.3994,4.0122,4.0122,0,0,1-.94.8917,7.5416,7.5416,0,0,0-6.1339-4.2395A3.9985,3.9985,0,0,1,18,10Zm1,18H8a3.9928,3.9928,0,0,1-.6729-7.93L7.99,19.958l.1456-.6562a5.4958,5.4958,0,0,1,10.729,0l.1464.6562.6622.1123A3.9928,3.9928,0,0,1,19,28Z",
|
|
38
|
+
transform: "translate(0 .005)"
|
|
39
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 13.005H30V15.005H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
40
|
+
d: "M23.071 5.929H27.071V7.929H23.071z",
|
|
41
|
+
transform: "rotate(-45 25.077 6.931)"
|
|
42
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 2.005H19V6.005H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
43
|
+
d: "M9.929 4.929H11.929V8.929H9.929z",
|
|
44
|
+
transform: "rotate(-45 10.935 6.931)"
|
|
45
|
+
}), children);
|
|
46
|
+
});
|
|
47
|
+
if (process.env.NODE_ENV !== "production") MostlyCloudy.propTypes = require_iconPropTypes.iconPropTypes;
|
|
48
|
+
const MostlyCloudyNight = /* @__PURE__ */ react.default.forwardRef(function MostlyCloudyNight({ children, size = 16, ...rest }, ref) {
|
|
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: "M29.8438,15.0347a1.5169,1.5169,0,0,0-1.23-.8658,5.3547,5.3547,0,0,1-3.4094-1.7158A6.4653,6.4653,0,0,1,23.918,6.0605a1.6025,1.6025,0,0,0-.2989-1.5459,1.4543,1.4543,0,0,0-1.36-.4931l-.0191.0039a7.927,7.927,0,0,0-6.22,7.4307A7.3638,7.3638,0,0,0,13.5,11a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,28H19a5.9771,5.9771,0,0,0,5.6147-8.0884,7.5054,7.5054,0,0,0,5.1324-3.3569A1.5372,1.5372,0,0,0,29.8438,15.0347ZM19,26H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,26Zm4.4653-8.001h-.0217a5.9581,5.9581,0,0,0-2.7942-1.7549,7.5068,7.5068,0,0,0-2.6008-3.6767c-.01-.1016-.0361-.1978-.041-.3008a6.078,6.078,0,0,1,3.7907-6.05,8.4577,8.4577,0,0,0,1.94,7.5967A7.4007,7.4007,0,0,0,27.64,16.041,5.4286,5.4286,0,0,1,23.4653,17.999Z" }), children);
|
|
58
|
+
});
|
|
59
|
+
if (process.env.NODE_ENV !== "production") MostlyCloudyNight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
27
60
|
const Mountain = /* @__PURE__ */ react.default.forwardRef(function Mountain({ children, size = 16, ...rest }, ref) {
|
|
28
61
|
return react.default.createElement(require_Icon.Icon, {
|
|
29
62
|
width: size,
|
|
@@ -464,7 +497,7 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
464
497
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.8638,15.4961l-7-12A1,1,0,0,0,23,3H9a1,1,0,0,0-.8638.4961l-7,12a1,1,0,0,0,0,1.0078l7,12A1,1,0,0,0,9,29H23a1,1,0,0,0,.8638-.4961l7-12a1,1,0,0,0,0-1.0078ZM22.4258,27H9.5742L3.1577,16,9.5742,5H22.4258l6.4165,11Z" }), children);
|
|
465
498
|
});
|
|
466
499
|
if (process.env.NODE_ENV !== "production") NavaidVor.propTypes = require_iconPropTypes.iconPropTypes;
|
|
467
|
-
const
|
|
500
|
+
const NavaidVorDme = /* @__PURE__ */ react.default.forwardRef(function NavaidVorDme({ children, size = 16, ...rest }, ref) {
|
|
468
501
|
return react.default.createElement(require_Icon.Icon, {
|
|
469
502
|
width: size,
|
|
470
503
|
height: size,
|
|
@@ -479,8 +512,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
479
512
|
r: "2"
|
|
480
513
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,6a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,6V26a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2Zm-2,6.9258L22.9636,6H28ZM27.7637,16,20.491,26H11.509L4.2363,16,11.509,6h8.982ZM9.0364,6,4,12.9248V6ZM4,19.0752,9.0364,26H4ZM22.9636,26l5.0374-6.9263L28,26Z" }), children);
|
|
481
514
|
});
|
|
482
|
-
if (process.env.NODE_ENV !== "production")
|
|
483
|
-
const
|
|
515
|
+
if (process.env.NODE_ENV !== "production") NavaidVorDme.propTypes = require_iconPropTypes.iconPropTypes;
|
|
516
|
+
const NavaidVorTac = /* @__PURE__ */ react.default.forwardRef(function NavaidVorTac({ children, size = 16, ...rest }, ref) {
|
|
484
517
|
return react.default.createElement(require_Icon.Icon, {
|
|
485
518
|
width: size,
|
|
486
519
|
height: size,
|
|
@@ -495,7 +528,7 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
495
528
|
r: "2"
|
|
496
529
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.8682,10.5039l-4-7a.9992.9992,0,0,0-1.3828-.3613L19.7231,6H12.2769L7.5146,3.1426a.9992.9992,0,0,0-1.3828.3613l-4,7a1,1,0,0,0,.3536,1.3535l4.7758,2.8657L11,21.2656V27a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V21.2656l3.7388-6.5425,4.7758-2.8657A1,1,0,0,0,29.8682,10.5039ZM18.8484,21H13.1516L8.5757,12.9922,11.4287,8h9.1426l2.853,4.9922Z" }), children);
|
|
497
530
|
});
|
|
498
|
-
if (process.env.NODE_ENV !== "production")
|
|
531
|
+
if (process.env.NODE_ENV !== "production") NavaidVorTac.propTypes = require_iconPropTypes.iconPropTypes;
|
|
499
532
|
const Need = /* @__PURE__ */ react.default.forwardRef(function Need({ children, size = 16, ...rest }, ref) {
|
|
500
533
|
return react.default.createElement(require_Icon.Icon, {
|
|
501
534
|
width: size,
|
|
@@ -1774,30 +1807,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1774
1807
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 26 16 26 16 20 20 20 20 18 16 18 16 16 22 16 22 22 18 22 18 24 22 24 22 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z" }), children);
|
|
1775
1808
|
});
|
|
1776
1809
|
if (process.env.NODE_ENV !== "production") PageNumber.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
width: size,
|
|
1780
|
-
height: size,
|
|
1781
|
-
ref,
|
|
1782
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1783
|
-
viewBox: "0 0 32 32",
|
|
1784
|
-
fill: "currentColor",
|
|
1785
|
-
...rest
|
|
1786
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28H4a1.89,1.89,0,0,1-2-2V14a1.89,1.89,0,0,1,2-2H16a1.89,1.89,0,0,1,2,2V26A1.89,1.89,0,0,1,16,28ZM4,14V26H16V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,14H24V6H16V4h8a1.89,1.89,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 17 24 19 26.8 19 22 24.4 22 22 20 22 20 28 26 28 26 26 23.2 26 28 20.6 28 23 30 23 30 17 24 17z" }), children);
|
|
1787
|
-
});
|
|
1788
|
-
if (process.env.NODE_ENV !== "production") WatsonHealthPageScroll.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1789
|
-
const PaintBrush = /* @__PURE__ */ react.default.forwardRef(function PaintBrush({ children, size = 16, ...rest }, ref) {
|
|
1790
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1791
|
-
width: size,
|
|
1792
|
-
height: size,
|
|
1793
|
-
ref,
|
|
1794
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1795
|
-
viewBox: "0 0 32 32",
|
|
1796
|
-
fill: "currentColor",
|
|
1797
|
-
...rest
|
|
1798
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.83,23.17,23,17.33V13a1,1,0,0,0-.29-.71l-10-10a1,1,0,0,0-1.42,0l-9,9a1,1,0,0,0,0,1.42l10,10A1,1,0,0,0,13,23h4.34l5.83,5.84a4,4,0,0,0,5.66-5.66ZM6,10.41l2.29,2.3,1.42-1.42L7.41,9,9,7.41l4.29,4.3,1.42-1.42L10.41,6,12,4.41,18.59,11,11,18.59,4.41,12Zm21.41,17a2,2,0,0,1-2.82,0l-6.13-6.12a1.8,1.8,0,0,0-.71-.29H13.41l-1-1L20,12.41l1,1v4.34a1,1,0,0,0,.29.7l6.12,6.14a2,2,0,0,1,0,2.82Z" }), children);
|
|
1799
|
-
});
|
|
1800
|
-
if (process.env.NODE_ENV !== "production") PaintBrush.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1810
|
+
exports.MostlyCloudy = MostlyCloudy;
|
|
1811
|
+
exports.MostlyCloudyNight = MostlyCloudyNight;
|
|
1801
1812
|
exports.Mountain = Mountain;
|
|
1802
1813
|
exports.Mov = Mov;
|
|
1803
1814
|
exports.Move = Move;
|
|
@@ -1825,8 +1836,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1825
1836
|
exports.NavaidTacan = NavaidTacan;
|
|
1826
1837
|
exports.NavaidVhfor = NavaidVhfor;
|
|
1827
1838
|
exports.NavaidVor = NavaidVor;
|
|
1828
|
-
exports.
|
|
1829
|
-
exports.
|
|
1839
|
+
exports.NavaidVorDme = NavaidVorDme;
|
|
1840
|
+
exports.NavaidVorTac = NavaidVorTac;
|
|
1830
1841
|
exports.Need = Need;
|
|
1831
1842
|
exports.NetworkAdminControl = NetworkAdminControl;
|
|
1832
1843
|
exports.NetworkEnterprise = NetworkEnterprise;
|
|
@@ -1917,12 +1928,10 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1917
1928
|
exports.PageFirst = PageFirst;
|
|
1918
1929
|
exports.PageLast = PageLast;
|
|
1919
1930
|
exports.PageNumber = PageNumber;
|
|
1920
|
-
exports.PaintBrush = PaintBrush;
|
|
1921
1931
|
exports.QOperation = QOperation;
|
|
1922
1932
|
exports.QOperationGauge = QOperationGauge;
|
|
1923
1933
|
exports.QOperationIf = QOperationIf;
|
|
1924
1934
|
exports.WatsonHealthNominate = WatsonHealthNominate;
|
|
1925
|
-
exports.WatsonHealthPageScroll = WatsonHealthPageScroll;
|
|
1926
1935
|
}));
|
|
1927
1936
|
//#endregion
|
|
1928
1937
|
Object.defineProperty(exports, "default", {
|
|
@@ -24,6 +24,30 @@ var require_bucket_14 = /* @__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 WatsonHealthPageScroll = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthPageScroll({ 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: "M16,28H4a1.89,1.89,0,0,1-2-2V14a1.89,1.89,0,0,1,2-2H16a1.89,1.89,0,0,1,2,2V26A1.89,1.89,0,0,1,16,28ZM4,14V26H16V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,14H24V6H16V4h8a1.89,1.89,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 17 24 19 26.8 19 22 24.4 22 22 20 22 20 28 26 28 26 26 23.2 26 28 20.6 28 23 30 23 30 17 24 17z" }), children);
|
|
37
|
+
});
|
|
38
|
+
if (process.env.NODE_ENV !== "production") WatsonHealthPageScroll.propTypes = require_iconPropTypes.iconPropTypes;
|
|
39
|
+
const PaintBrush = /* @__PURE__ */ react.default.forwardRef(function PaintBrush({ 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: "M28.83,23.17,23,17.33V13a1,1,0,0,0-.29-.71l-10-10a1,1,0,0,0-1.42,0l-9,9a1,1,0,0,0,0,1.42l10,10A1,1,0,0,0,13,23h4.34l5.83,5.84a4,4,0,0,0,5.66-5.66ZM6,10.41l2.29,2.3,1.42-1.42L7.41,9,9,7.41l4.29,4.3,1.42-1.42L10.41,6,12,4.41,18.59,11,11,18.59,4.41,12Zm21.41,17a2,2,0,0,1-2.82,0l-6.13-6.12a1.8,1.8,0,0,0-.71-.29H13.41l-1-1L20,12.41l1,1v4.34a1,1,0,0,0,.29.7l6.12,6.14a2,2,0,0,1,0,2.82Z" }), children);
|
|
49
|
+
});
|
|
50
|
+
if (process.env.NODE_ENV !== "production") PaintBrush.propTypes = require_iconPropTypes.iconPropTypes;
|
|
27
51
|
const PaintBrushAlt = /* @__PURE__ */ react.default.forwardRef(function PaintBrushAlt({ children, size = 16, ...rest }, ref) {
|
|
28
52
|
return react.default.createElement(require_Icon.Icon, {
|
|
29
53
|
width: size,
|
|
@@ -1707,57 +1731,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1707
1731
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 8 17.43 9.393 11.85 15 24 15 24 17 11.85 17 17.43 22.573 16 24 8 16 16 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
|
|
1708
1732
|
});
|
|
1709
1733
|
if (process.env.NODE_ENV !== "production") PreviousOutline.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1710
|
-
|
|
1711
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1712
|
-
width: size,
|
|
1713
|
-
height: size,
|
|
1714
|
-
ref,
|
|
1715
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1716
|
-
viewBox: "0 0 32 32",
|
|
1717
|
-
fill: "currentColor",
|
|
1718
|
-
...rest
|
|
1719
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1720
|
-
strokeWidth: "0",
|
|
1721
|
-
d: "m16,2v2c6.63,0,12,5.37,12,12s-5.37,12-12,12v2c7.73,0,14-6.27,14-14S23.73,2,16,2Z"
|
|
1722
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1723
|
-
strokeWidth: "0",
|
|
1724
|
-
d: "m8.24,25.14l-1.29,1.53c1.23,1.04,2.64,1.87,4.18,2.44l.68-1.88c-1.32-.49-2.53-1.2-3.58-2.09h.01Z"
|
|
1725
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1726
|
-
strokeWidth: "0",
|
|
1727
|
-
d: "m4.19,18l-1.97.41c.28,1.63.84,3.16,1.64,4.54l1.73-.95c-.68-1.18-1.16-2.61-1.4-4Z"
|
|
1728
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1729
|
-
strokeWidth: "0",
|
|
1730
|
-
d: "m5.59,10l-1.73-1c-.79,1.38-1.35,2.96-1.64,4.59l1.97.35c.24-1.39.72-2.75,1.4-3.93v-.01Z"
|
|
1731
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1732
|
-
strokeWidth: "0",
|
|
1733
|
-
d: "m11.82,4.76l-.68-1.88c-1.54.57-2.95,1.4-4.18,2.44l1.29,1.53c1.05-.89,2.26-1.6,3.58-2.09h-.01Z"
|
|
1734
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1735
|
-
strokeWidth: "0",
|
|
1736
|
-
d: "m21,12v-2h-4v-3h-2v3h-2c-1.103,0-2,.897-2,2v3c0,1.103.897,2,2,2h6v3h-8v2h4v3h2v-3h2c1.103,0,2-.8975,2-2v-3c0-1.103-.897-2-2-2h-6v-3h8Z"
|
|
1737
|
-
}), children);
|
|
1738
|
-
});
|
|
1739
|
-
if (process.env.NODE_ENV !== "production") PricingConsumption.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1740
|
-
const PricingContainer = /* @__PURE__ */ react.default.forwardRef(function PricingContainer({ 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", {
|
|
1750
|
-
strokeWidth: "0",
|
|
1751
|
-
d: "m28,2h-5v2h5v24h-5v2h5c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2Z"
|
|
1752
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1753
|
-
strokeWidth: "0",
|
|
1754
|
-
d: "m23,20.52c0-4.62-3.78-5.14-6.82-5.56-3.31-.46-5.18-.86-5.18-3.71,0-2.39,2.51-3.24,4.65-3.24,2.32,0,4.14.86,5.57,2.63l1.56-1.26c-1.52-1.88-3.46-2.97-5.78-3.28v-3.1h-2v3.02c-3.62.22-6,2.26-6,5.22,0,4.73,3.83,5.26,6.91,5.69,3.25.45,5.09.84,5.09,3.58,0,3.03-3.13,3.48-5,3.48-3.43,0-4.88-.96-6.22-2.63l-1.56,1.26c1.77,2.19,3.73,3.17,6.78,3.34v3.04h2v-3.04c3.73-.3,6-2.33,6-5.44Z"
|
|
1755
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1756
|
-
strokeWidth: "0",
|
|
1757
|
-
d: "m4,4h5V2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h5v-2H4V4Z"
|
|
1758
|
-
}), children);
|
|
1759
|
-
});
|
|
1760
|
-
if (process.env.NODE_ENV !== "production") PricingContainer.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1734
|
+
exports.PaintBrush = PaintBrush;
|
|
1761
1735
|
exports.PaintBrushAlt = PaintBrushAlt;
|
|
1762
1736
|
exports.PalmTree = PalmTree;
|
|
1763
1737
|
exports.PanHorizontal = PanHorizontal;
|
|
@@ -1878,8 +1852,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1878
1852
|
exports.PressureFilled = PressureFilled;
|
|
1879
1853
|
exports.PreviousFilled = PreviousFilled;
|
|
1880
1854
|
exports.PreviousOutline = PreviousOutline;
|
|
1881
|
-
exports.
|
|
1882
|
-
exports.PricingContainer = PricingContainer;
|
|
1855
|
+
exports.WatsonHealthPageScroll = WatsonHealthPageScroll;
|
|
1883
1856
|
exports.WatsonHealthPetImageB = WatsonHealthPetImageB;
|
|
1884
1857
|
exports.WatsonHealthPetImageO = WatsonHealthPetImageO;
|
|
1885
1858
|
exports.WatsonHealthPointerText = WatsonHealthPointerText;
|
|
@@ -24,6 +24,57 @@ var require_bucket_15 = /* @__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 PricingConsumption = /* @__PURE__ */ react.default.forwardRef(function PricingConsumption({ 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", {
|
|
37
|
+
strokeWidth: "0",
|
|
38
|
+
d: "m16,2v2c6.63,0,12,5.37,12,12s-5.37,12-12,12v2c7.73,0,14-6.27,14-14S23.73,2,16,2Z"
|
|
39
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
40
|
+
strokeWidth: "0",
|
|
41
|
+
d: "m8.24,25.14l-1.29,1.53c1.23,1.04,2.64,1.87,4.18,2.44l.68-1.88c-1.32-.49-2.53-1.2-3.58-2.09h.01Z"
|
|
42
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
43
|
+
strokeWidth: "0",
|
|
44
|
+
d: "m4.19,18l-1.97.41c.28,1.63.84,3.16,1.64,4.54l1.73-.95c-.68-1.18-1.16-2.61-1.4-4Z"
|
|
45
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
46
|
+
strokeWidth: "0",
|
|
47
|
+
d: "m5.59,10l-1.73-1c-.79,1.38-1.35,2.96-1.64,4.59l1.97.35c.24-1.39.72-2.75,1.4-3.93v-.01Z"
|
|
48
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
49
|
+
strokeWidth: "0",
|
|
50
|
+
d: "m11.82,4.76l-.68-1.88c-1.54.57-2.95,1.4-4.18,2.44l1.29,1.53c1.05-.89,2.26-1.6,3.58-2.09h-.01Z"
|
|
51
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
52
|
+
strokeWidth: "0",
|
|
53
|
+
d: "m21,12v-2h-4v-3h-2v3h-2c-1.103,0-2,.897-2,2v3c0,1.103.897,2,2,2h6v3h-8v2h4v3h2v-3h2c1.103,0,2-.8975,2-2v-3c0-1.103-.897-2-2-2h-6v-3h8Z"
|
|
54
|
+
}), children);
|
|
55
|
+
});
|
|
56
|
+
if (process.env.NODE_ENV !== "production") PricingConsumption.propTypes = require_iconPropTypes.iconPropTypes;
|
|
57
|
+
const PricingContainer = /* @__PURE__ */ react.default.forwardRef(function PricingContainer({ children, size = 16, ...rest }, ref) {
|
|
58
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
59
|
+
width: size,
|
|
60
|
+
height: size,
|
|
61
|
+
ref,
|
|
62
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
63
|
+
viewBox: "0 0 32 32",
|
|
64
|
+
fill: "currentColor",
|
|
65
|
+
...rest
|
|
66
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
67
|
+
strokeWidth: "0",
|
|
68
|
+
d: "m28,2h-5v2h5v24h-5v2h5c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2Z"
|
|
69
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
70
|
+
strokeWidth: "0",
|
|
71
|
+
d: "m23,20.52c0-4.62-3.78-5.14-6.82-5.56-3.31-.46-5.18-.86-5.18-3.71,0-2.39,2.51-3.24,4.65-3.24,2.32,0,4.14.86,5.57,2.63l1.56-1.26c-1.52-1.88-3.46-2.97-5.78-3.28v-3.1h-2v3.02c-3.62.22-6,2.26-6,5.22,0,4.73,3.83,5.26,6.91,5.69,3.25.45,5.09.84,5.09,3.58,0,3.03-3.13,3.48-5,3.48-3.43,0-4.88-.96-6.22-2.63l-1.56,1.26c1.77,2.19,3.73,3.17,6.78,3.34v3.04h2v-3.04c3.73-.3,6-2.33,6-5.44Z"
|
|
72
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
73
|
+
strokeWidth: "0",
|
|
74
|
+
d: "m4,4h5V2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h5v-2H4V4Z"
|
|
75
|
+
}), children);
|
|
76
|
+
});
|
|
77
|
+
if (process.env.NODE_ENV !== "production") PricingContainer.propTypes = require_iconPropTypes.iconPropTypes;
|
|
27
78
|
const PricingQuickProposal = /* @__PURE__ */ react.default.forwardRef(function PricingQuickProposal({ children, size = 16, ...rest }, ref) {
|
|
28
79
|
return react.default.createElement(require_Icon.Icon, {
|
|
29
80
|
width: size,
|
|
@@ -1732,30 +1783,8 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1732
1783
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 18 15 18 15 24.172 12.414 21.586 11 23 16 28 21 23 19.586 21.586 17 24.172 17 18 28 18 28 16 4 16 4 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4H6A2,2,0,0,0,4,6v4a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,6H6V6H26Z" }), children);
|
|
1733
1784
|
});
|
|
1734
1785
|
if (process.env.NODE_ENV !== "production") RowExpand.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: "M28,12H10a2.0021,2.0021,0,0,1-2-2V4a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,12ZM10,4v6H28V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H10a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30ZM10,22v6H28V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 16 3.414 10.414 2 11.828 6.172 16 2 20.172 3.414 21.586 9 16z" }), children);
|
|
1745
|
-
});
|
|
1746
|
-
if (process.env.NODE_ENV !== "production") RowInsert.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1747
|
-
const Rss = /* @__PURE__ */ react.default.forwardRef(function Rss({ 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: "M8,18c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6-6C14,20.7,11.3,18,8,18z M8,28c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4 C12,26.2,10.2,28,8,28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,24h-2C28,13,19,4,8,4V2C20.1,2,30,11.9,30,24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,24h-2c0-6.6-5.4-12-12-12v-2C15.7,10,22,16.3,22,24z" }), children);
|
|
1757
|
-
});
|
|
1758
|
-
if (process.env.NODE_ENV !== "production") Rss.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1786
|
+
exports.PricingConsumption = PricingConsumption;
|
|
1787
|
+
exports.PricingContainer = PricingContainer;
|
|
1759
1788
|
exports.PricingQuickProposal = PricingQuickProposal;
|
|
1760
1789
|
exports.PricingTailored = PricingTailored;
|
|
1761
1790
|
exports.PricingTraditional = PricingTraditional;
|
|
@@ -1873,8 +1902,6 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1873
1902
|
exports.RowCollapse = RowCollapse;
|
|
1874
1903
|
exports.RowDelete = RowDelete;
|
|
1875
1904
|
exports.RowExpand = RowExpand;
|
|
1876
|
-
exports.RowInsert = RowInsert;
|
|
1877
|
-
exports.Rss = Rss;
|
|
1878
1905
|
exports.WatsonHealthQcLaunch = WatsonHealthQcLaunch;
|
|
1879
1906
|
exports.WatsonHealthRegionAnalysisArea = WatsonHealthRegionAnalysisArea;
|
|
1880
1907
|
exports.WatsonHealthRegionAnalysisVolume = WatsonHealthRegionAnalysisVolume;
|
|
@@ -24,6 +24,30 @@ var require_bucket_16 = /* @__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 RowInsert = /* @__PURE__ */ react.default.forwardRef(function RowInsert({ 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,12H10a2.0021,2.0021,0,0,1-2-2V4a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,12ZM10,4v6H28V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H10a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30ZM10,22v6H28V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 16 3.414 10.414 2 11.828 6.172 16 2 20.172 3.414 21.586 9 16z" }), children);
|
|
37
|
+
});
|
|
38
|
+
if (process.env.NODE_ENV !== "production") RowInsert.propTypes = require_iconPropTypes.iconPropTypes;
|
|
39
|
+
const Rss = /* @__PURE__ */ react.default.forwardRef(function Rss({ 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: "M8,18c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6-6C14,20.7,11.3,18,8,18z M8,28c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4 C12,26.2,10.2,28,8,28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,24h-2C28,13,19,4,8,4V2C20.1,2,30,11.9,30,24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,24h-2c0-6.6-5.4-12-12-12v-2C15.7,10,22,16.3,22,24z" }), children);
|
|
49
|
+
});
|
|
50
|
+
if (process.env.NODE_ENV !== "production") Rss.propTypes = require_iconPropTypes.iconPropTypes;
|
|
27
51
|
const Rule = /* @__PURE__ */ react.default.forwardRef(function Rule({ children, size = 16, ...rest }, ref) {
|
|
28
52
|
return react.default.createElement(require_Icon.Icon, {
|
|
29
53
|
width: size,
|
|
@@ -1708,32 +1732,10 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1708
1732
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H22V4h8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H12V12h8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,30H2V18h8Z" }), children);
|
|
1709
1733
|
});
|
|
1710
1734
|
if (process.env.NODE_ENV !== "production") SkillLevelAdvanced.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1711
|
-
const SkillLevelBasic = /* @__PURE__ */ react.default.forwardRef(function SkillLevelBasic({ children, size = 16, ...rest }, ref) {
|
|
1712
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1713
|
-
width: size,
|
|
1714
|
-
height: size,
|
|
1715
|
-
ref,
|
|
1716
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1717
|
-
viewBox: "0 0 32 32",
|
|
1718
|
-
fill: "currentColor",
|
|
1719
|
-
...rest
|
|
1720
|
-
}, /* @__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);
|
|
1721
|
-
});
|
|
1722
|
-
if (process.env.NODE_ENV !== "production") SkillLevelBasic.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1723
|
-
const SkillLevelIntermediate = /* @__PURE__ */ react.default.forwardRef(function SkillLevelIntermediate({ children, size = 16, ...rest }, ref) {
|
|
1724
|
-
return react.default.createElement(require_Icon.Icon, {
|
|
1725
|
-
width: size,
|
|
1726
|
-
height: size,
|
|
1727
|
-
ref,
|
|
1728
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1729
|
-
viewBox: "0 0 32 32",
|
|
1730
|
-
fill: "currentColor",
|
|
1731
|
-
...rest
|
|
1732
|
-
}, /* @__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);
|
|
1733
|
-
});
|
|
1734
|
-
if (process.env.NODE_ENV !== "production") SkillLevelIntermediate.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1735
1735
|
exports.QS = QS;
|
|
1736
1736
|
exports.QSAlt = QSAlt;
|
|
1737
|
+
exports.RowInsert = RowInsert;
|
|
1738
|
+
exports.Rss = Rss;
|
|
1737
1739
|
exports.Rule = Rule;
|
|
1738
1740
|
exports.RuleCancelled = RuleCancelled;
|
|
1739
1741
|
exports.RuleDataQuality = RuleDataQuality;
|
|
@@ -1849,8 +1851,6 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1849
1851
|
exports.SimCard = SimCard;
|
|
1850
1852
|
exports.SkillLevel = SkillLevel;
|
|
1851
1853
|
exports.SkillLevelAdvanced = SkillLevelAdvanced;
|
|
1852
|
-
exports.SkillLevelBasic = SkillLevelBasic;
|
|
1853
|
-
exports.SkillLevelIntermediate = SkillLevelIntermediate;
|
|
1854
1854
|
exports.WatsonHealthSaveAnnotation = WatsonHealthSaveAnnotation;
|
|
1855
1855
|
exports.WatsonHealthSaveImage = WatsonHealthSaveImage;
|
|
1856
1856
|
exports.WatsonHealthSaveSeries = WatsonHealthSaveSeries;
|