@carbon/ibm-products 2.65.0 → 2.66.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (777) hide show
  1. package/css/index-full-carbon.css +482 -64
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +14 -20
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +29 -22
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +123 -39
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/_virtual/_rollupPluginBabelHelpers.js +1 -510
  18. package/es/components/APIKeyModal/APIKeyDownloader.js +32 -50
  19. package/es/components/APIKeyModal/APIKeyModal.js +164 -217
  20. package/es/components/AboutModal/AboutModal.js +50 -52
  21. package/es/components/ActionBar/ActionBar.js +62 -56
  22. package/es/components/ActionBar/ActionBarItem.js +25 -18
  23. package/es/components/ActionBar/ActionBarOverflowItems.js +21 -19
  24. package/es/components/ActionSet/ActionSet.js +92 -88
  25. package/es/components/AddSelect/AddSelect.js +22 -20
  26. package/es/components/AddSelect/AddSelectBody.js +143 -154
  27. package/es/components/AddSelect/AddSelectBreadcrumbs.js +21 -14
  28. package/es/components/AddSelect/AddSelectColumn.js +97 -123
  29. package/es/components/AddSelect/AddSelectFilter.js +72 -79
  30. package/es/components/AddSelect/AddSelectFormControl.js +41 -35
  31. package/es/components/AddSelect/AddSelectList.js +24 -26
  32. package/es/components/AddSelect/AddSelectMetaPanel.js +24 -26
  33. package/es/components/AddSelect/AddSelectRow.js +86 -83
  34. package/es/components/AddSelect/AddSelectSidebar.js +56 -59
  35. package/es/components/AddSelect/AddSelectSort.js +31 -31
  36. package/es/components/AddSelect/add-select-utils.js +46 -41
  37. package/es/components/AddSelect/hooks/useFocus.js +7 -11
  38. package/es/components/AddSelect/hooks/useItemSort.js +13 -14
  39. package/es/components/AddSelect/hooks/useParentSelect.js +10 -8
  40. package/es/components/AddSelect/hooks/usePath.js +33 -36
  41. package/es/components/BigNumbers/BigNumbers.js +43 -46
  42. package/es/components/BigNumbers/BigNumbersSkeleton.js +15 -12
  43. package/es/components/BigNumbers/constants.js +5 -5
  44. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +112 -127
  45. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +70 -74
  46. package/es/components/Card/Card.d.ts +15 -11
  47. package/es/components/Card/Card.js +187 -171
  48. package/es/components/Card/CardFooter.js +32 -33
  49. package/es/components/Card/CardHeader.js +59 -46
  50. package/es/components/Carousel/Carousel.js +102 -118
  51. package/es/components/Carousel/CarouselItem.js +9 -8
  52. package/es/components/Cascade/Cascade.js +30 -25
  53. package/es/components/Checklist/Checklist.js +64 -75
  54. package/es/components/Checklist/Checklist.types.js +2 -2
  55. package/es/components/Checklist/ChecklistChart.js +22 -31
  56. package/es/components/Checklist/ChecklistIcon.js +14 -15
  57. package/es/components/Coachmark/Coachmark.js +71 -89
  58. package/es/components/Coachmark/CoachmarkDragbar.js +30 -40
  59. package/es/components/Coachmark/CoachmarkHeader.js +18 -21
  60. package/es/components/Coachmark/CoachmarkOverlay.js +70 -79
  61. package/es/components/Coachmark/CoachmarkTagline.js +19 -21
  62. package/es/components/Coachmark/utils/constants.js +10 -9
  63. package/es/components/Coachmark/utils/context.js +2 -2
  64. package/es/components/Coachmark/utils/enums.js +2 -2
  65. package/es/components/Coachmark/utils/hooks.js +12 -12
  66. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +15 -15
  67. package/es/components/CoachmarkButton/CoachmarkButton.js +10 -9
  68. package/es/components/CoachmarkFixed/CoachmarkFixed.js +50 -68
  69. package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +16 -15
  70. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +54 -72
  71. package/es/components/CoachmarkStack/CoachmarkStack.js +64 -82
  72. package/es/components/CoachmarkStack/CoachmarkStackHome.js +55 -62
  73. package/es/components/ComboButton/ComboButton.js +45 -52
  74. package/es/components/ComboButton/ComboButtonItem/index.js +4 -3
  75. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +106 -105
  76. package/es/components/ConditionBuilder/ConditionBuilder.js +34 -45
  77. package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts +15 -2
  78. package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +72 -92
  79. package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +3 -1
  80. package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +61 -38
  81. package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +31 -27
  82. package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +25 -24
  83. package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +16 -16
  84. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +101 -108
  85. package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +14 -20
  86. package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -1
  87. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +59 -72
  88. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +30 -39
  89. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +18 -19
  90. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +40 -51
  91. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +59 -94
  92. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +14 -13
  93. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +19 -30
  94. package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +182 -200
  95. package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +34 -33
  96. package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +52 -65
  97. package/es/components/ConditionBuilder/utils/useDataConfigs.js +11 -30
  98. package/es/components/ConditionBuilder/utils/useTranslations.js +7 -6
  99. package/es/components/ConditionBuilder/utils/util.js +27 -36
  100. package/es/components/CreateFullPage/CreateFullPage.d.ts +5 -1
  101. package/es/components/CreateFullPage/CreateFullPage.js +99 -151
  102. package/es/components/CreateFullPage/CreateFullPageStep.js +65 -59
  103. package/es/components/CreateInfluencer/CreateInfluencer.js +25 -29
  104. package/es/components/CreateModal/CreateModal.js +40 -36
  105. package/es/components/CreateSidePanel/CreateSidePanel.js +40 -39
  106. package/es/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
  107. package/es/components/CreateTearsheet/CreateTearsheet.js +113 -164
  108. package/es/components/CreateTearsheet/CreateTearsheetDivider.js +9 -7
  109. package/es/components/CreateTearsheet/CreateTearsheetStep.js +73 -69
  110. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +30 -30
  111. package/es/components/DataSpreadsheet/DataSpreadsheet.js +296 -339
  112. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +215 -215
  113. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +122 -121
  114. package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +15 -13
  115. package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +35 -53
  116. package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +10 -9
  117. package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +40 -46
  118. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +29 -28
  119. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +73 -88
  120. package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +16 -15
  121. package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +10 -12
  122. package/es/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -1
  123. package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +11 -12
  124. package/es/components/DataSpreadsheet/utils/commonEventHandlers.js +75 -124
  125. package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +25 -25
  126. package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +32 -31
  127. package/es/components/DataSpreadsheet/utils/getCellSize.js +2 -4
  128. package/es/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +9 -9
  129. package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +12 -14
  130. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +40 -36
  131. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +37 -34
  132. package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +22 -23
  133. package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +37 -34
  134. package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +65 -76
  135. package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +94 -88
  136. package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +29 -26
  137. package/es/components/DataSpreadsheet/utils/removeCellSelections.js +9 -11
  138. package/es/components/DataSpreadsheet/utils/selectAllCells.js +17 -14
  139. package/es/components/Datagrid/Datagrid/Datagrid.js +27 -24
  140. package/es/components/Datagrid/Datagrid/DatagridBody.js +7 -6
  141. package/es/components/Datagrid/Datagrid/DatagridContent.js +130 -112
  142. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +19 -18
  143. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +42 -43
  144. package/es/components/Datagrid/Datagrid/DatagridHead.js +9 -10
  145. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +172 -125
  146. package/es/components/Datagrid/Datagrid/DatagridRefBody.js +18 -15
  147. package/es/components/Datagrid/Datagrid/DatagridRow.js +101 -91
  148. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +63 -61
  149. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +48 -57
  150. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +18 -15
  151. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +83 -96
  152. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +74 -76
  153. package/es/components/Datagrid/Datagrid/DraggableElement.js +38 -29
  154. package/es/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +6 -4
  155. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +9 -7
  156. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +18 -20
  157. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +34 -36
  158. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +56 -85
  159. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +88 -106
  160. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +27 -29
  161. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
  162. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +96 -104
  163. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +125 -136
  164. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +90 -106
  165. package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +41 -46
  166. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +13 -13
  167. package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +23 -30
  168. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +2 -2
  169. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +212 -219
  170. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +13 -11
  171. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +4 -3
  172. package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +44 -42
  173. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +28 -17
  174. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +196 -191
  175. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +41 -39
  176. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +7 -9
  177. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +18 -15
  178. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +5 -3
  179. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +84 -73
  180. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +22 -26
  181. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +24 -28
  182. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +19 -18
  183. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +211 -173
  184. package/es/components/Datagrid/common-column-ids.js +1 -1
  185. package/es/components/Datagrid/useActionsColumn.js +81 -61
  186. package/es/components/Datagrid/useColumnCenterAlign.js +17 -27
  187. package/es/components/Datagrid/useColumnRightAlign.js +17 -28
  188. package/es/components/Datagrid/useCustomizeColumns.js +18 -20
  189. package/es/components/Datagrid/useDatagrid.js +13 -18
  190. package/es/components/Datagrid/useDefaultStringRenderer.js +19 -20
  191. package/es/components/Datagrid/useDisableSelectRows.js +49 -57
  192. package/es/components/Datagrid/useEditableCell.js +1 -1
  193. package/es/components/Datagrid/useExpandedRow.js +20 -25
  194. package/es/components/Datagrid/useFiltering.js +53 -58
  195. package/es/components/Datagrid/useFlexResize.js +31 -29
  196. package/es/components/Datagrid/useFloatingScroll.js +40 -38
  197. package/es/components/Datagrid/useFocusRowExpander.js +16 -15
  198. package/es/components/Datagrid/useInfiniteScroll.js +22 -20
  199. package/es/components/Datagrid/useInitialColumnSort.js +22 -21
  200. package/es/components/Datagrid/useInlineEdit.js +24 -26
  201. package/es/components/Datagrid/useNestedRowExpander.js +63 -80
  202. package/es/components/Datagrid/useNestedRows.js +45 -45
  203. package/es/components/Datagrid/useOnRowClick.js +32 -26
  204. package/es/components/Datagrid/useParentDimensions.js +35 -37
  205. package/es/components/Datagrid/useResizeTable.js +11 -9
  206. package/es/components/Datagrid/useRowExpander.js +30 -27
  207. package/es/components/Datagrid/useRowIsMouseOver.js +22 -28
  208. package/es/components/Datagrid/useRowRenderer.js +25 -35
  209. package/es/components/Datagrid/useRowSize.js +27 -24
  210. package/es/components/Datagrid/useSelectAllToggle.js +47 -46
  211. package/es/components/Datagrid/useSelectRows.js +90 -107
  212. package/es/components/Datagrid/useSkeletonRows.js +14 -25
  213. package/es/components/Datagrid/useSortableColumns.js +61 -87
  214. package/es/components/Datagrid/useStickyColumn.js +84 -94
  215. package/es/components/Datagrid/utils/getAutoSizedColumnWidth.js +5 -16
  216. package/es/components/Decorator/Decorator.js +3 -3
  217. package/es/components/DecoratorBase/DecoratorBase.js +94 -88
  218. package/es/components/DecoratorBase/DecoratorIcon.js +15 -15
  219. package/es/components/DecoratorBase/utils.js +8 -6
  220. package/es/components/DecoratorDualButton/DecoratorDualButton.js +4 -4
  221. package/es/components/DecoratorLink/DecoratorLink.js +4 -4
  222. package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +4 -4
  223. package/es/components/DelimitedList/DelimitedList.js +16 -15
  224. package/es/components/DescriptionList/DescriptionList.js +21 -17
  225. package/es/components/DescriptionList/DescriptionListBody.js +9 -9
  226. package/es/components/DescriptionList/DescriptionListCell.js +9 -9
  227. package/es/components/DescriptionList/DescriptionListRow.js +9 -9
  228. package/es/components/DescriptionList/constants.js +1 -1
  229. package/es/components/EditFullPage/EditFullPage.js +16 -10
  230. package/es/components/EditInPlace/EditInPlace.js +80 -78
  231. package/es/components/EditSidePanel/EditSidePanel.js +50 -47
  232. package/es/components/EditTearsheet/EditTearsheet.js +65 -99
  233. package/es/components/EditTearsheet/EditTearsheetForm.js +36 -28
  234. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +15 -10
  235. package/es/components/EditUpdateCards/EditUpdateCards.d.ts +2 -9
  236. package/es/components/EditUpdateCards/EditUpdateCards.js +42 -31
  237. package/es/components/EmptyStates/EmptyState.js +38 -34
  238. package/es/components/EmptyStates/EmptyStateContent.js +29 -21
  239. package/es/components/EmptyStates/EmptyStateIllustration.js +15 -28
  240. package/es/components/EmptyStates/EmptyStateV2.js +34 -29
  241. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +28 -25
  242. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +28 -25
  243. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +28 -25
  244. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +28 -25
  245. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +28 -25
  246. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +28 -25
  247. package/es/components/EmptyStates/assets/ErrorIllustration.js +27 -26
  248. package/es/components/EmptyStates/assets/NoDataIllustration.js +25 -24
  249. package/es/components/EmptyStates/assets/NoTagsIllustration.js +54 -53
  250. package/es/components/EmptyStates/assets/NotFoundIllustration.js +38 -37
  251. package/es/components/EmptyStates/assets/NotificationsIllustration.js +43 -42
  252. package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +38 -37
  253. package/es/components/ExportModal/ExportModal.js +82 -94
  254. package/es/components/ExpressiveCard/ExpressiveCard.d.ts +2 -10
  255. package/es/components/ExpressiveCard/ExpressiveCard.js +11 -5
  256. package/es/components/FeatureFlags/index.js +33 -43
  257. package/es/components/FilterPanel/FilterPanel.js +12 -12
  258. package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +20 -20
  259. package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +21 -25
  260. package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +13 -13
  261. package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +54 -60
  262. package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +15 -15
  263. package/es/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +13 -13
  264. package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +21 -25
  265. package/es/components/FilterSummary/FilterSummary.js +60 -67
  266. package/es/components/FullPageError/FullPageError.js +28 -26
  267. package/es/components/FullPageError/assets/Error403SVG.js +4 -2
  268. package/es/components/FullPageError/assets/Error404SVG.js +4 -2
  269. package/es/components/FullPageError/assets/ErrorGenericSVG.js +4 -2
  270. package/es/components/GetStartedCard/GetStartedCard.js +6 -6
  271. package/es/components/Guidebanner/Guidebanner.js +46 -63
  272. package/es/components/Guidebanner/GuidebannerElement.js +14 -14
  273. package/es/components/Guidebanner/GuidebannerElementButton.js +15 -17
  274. package/es/components/Guidebanner/GuidebannerElementLink.js +9 -9
  275. package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +18 -18
  276. package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +18 -18
  277. package/es/components/HTTPErrors/HTTPErrorContent.js +23 -22
  278. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +18 -18
  279. package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +83 -81
  280. package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +87 -85
  281. package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +83 -81
  282. package/es/components/ImportModal/ImportModal.js +125 -162
  283. package/es/components/InlineTip/InlineTip.js +46 -61
  284. package/es/components/InlineTip/InlineTipButton.js +9 -9
  285. package/es/components/InlineTip/InlineTipLink.js +12 -13
  286. package/es/components/InlineTip/utils.js +9 -19
  287. package/es/components/InterstitialScreen/InterstitialScreen.js +62 -83
  288. package/es/components/InterstitialScreen/InterstitialScreenBody.js +56 -62
  289. package/es/components/InterstitialScreen/InterstitialScreenFooter.js +87 -118
  290. package/es/components/InterstitialScreen/InterstitialScreenHeader.js +29 -25
  291. package/es/components/MultiAddSelect/MultiAddSelect.js +5 -7
  292. package/es/components/Nav/Nav.js +39 -43
  293. package/es/components/Nav/NavItem.js +44 -51
  294. package/es/components/Nav/NavItemLink.js +9 -8
  295. package/es/components/Nav/NavList.js +57 -66
  296. package/es/components/NonLinearReading/NonLinearReading.js +18 -23
  297. package/es/components/NotificationsPanel/NotificationsPanel.js +178 -258
  298. package/es/components/NotificationsPanel/utils.js +26 -24
  299. package/es/components/OptionsTile/OptionsTile.js +90 -82
  300. package/es/components/PageHeader/PageHeader.js +293 -256
  301. package/es/components/PageHeader/PageHeaderTitle.js +43 -36
  302. package/es/components/PageHeader/PageHeaderUtils.js +31 -28
  303. package/es/components/ProductiveCard/ProductiveCard.d.ts +2 -13
  304. package/es/components/ProductiveCard/ProductiveCard.js +20 -14
  305. package/es/components/RemoveModal/RemoveModal.js +46 -49
  306. package/es/components/Saving/Saving.js +54 -59
  307. package/es/components/ScrollGradient/ScrollGradient.js +63 -66
  308. package/es/components/ScrollGradient/constants.js +13 -24
  309. package/es/components/SearchBar/SearchBar.d.ts +5 -6
  310. package/es/components/SearchBar/SearchBar.js +62 -68
  311. package/es/components/SidePanel/SidePanel.d.ts +2 -5
  312. package/es/components/SidePanel/SidePanel.js +242 -245
  313. package/es/components/SidePanel/constants.js +1 -1
  314. package/es/components/SimpleHeader/SimpleHeader.js +22 -25
  315. package/es/components/SingleAddSelect/SingleAddSelect.js +3 -3
  316. package/es/components/StatusIcon/StatusIcon.js +195 -281
  317. package/es/components/StatusIndicator/StatusIndicator.js +21 -24
  318. package/es/components/StatusIndicator/StatusIndicatorStep.js +18 -18
  319. package/es/components/StringFormatter/StringFormatter.js +62 -38
  320. package/es/components/StringFormatter/utils/enums.js +13 -13
  321. package/es/components/TagOverflow/TagOverflow.js +70 -74
  322. package/es/components/TagOverflow/TagOverflowModal.js +49 -52
  323. package/es/components/TagOverflow/TagOverflowPopover.js +63 -61
  324. package/es/components/TagOverflow/constants.js +1 -1
  325. package/es/components/TagSet/TagSet.js +104 -130
  326. package/es/components/TagSet/TagSetModal.js +48 -51
  327. package/es/components/TagSet/TagSetOverflow.js +54 -50
  328. package/es/components/Tearsheet/Tearsheet.js +22 -22
  329. package/es/components/Tearsheet/TearsheetNarrow.js +20 -19
  330. package/es/components/Tearsheet/TearsheetShell.js +160 -156
  331. package/es/components/Toolbar/Toolbar.js +44 -47
  332. package/es/components/Toolbar/ToolbarButton.js +25 -24
  333. package/es/components/Toolbar/ToolbarGroup.js +9 -8
  334. package/es/components/TooltipTrigger/TooltipTrigger.js +10 -9
  335. package/es/components/TruncatedList/TruncatedList.js +44 -61
  336. package/es/components/UserAvatar/UserAvatar.js +49 -48
  337. package/es/components/UserProfileImage/UserProfileImage.js +59 -74
  338. package/es/components/WebTerminal/WebTerminal.js +64 -67
  339. package/es/components/WebTerminal/WebTerminalContentWrapper.js +16 -11
  340. package/es/components/WebTerminal/hooks/index.js +21 -23
  341. package/es/components/_Canary/Canary.js +13 -8
  342. package/es/global/js/hooks/useActiveElement.js +5 -9
  343. package/es/global/js/hooks/useClickOutside.js +4 -4
  344. package/es/global/js/hooks/useControllableState.js +3 -7
  345. package/es/global/js/hooks/useCreateComponentFocus.js +16 -30
  346. package/es/global/js/hooks/useCreateComponentStepChange.js +99 -190
  347. package/es/global/js/hooks/useFocus.js +64 -85
  348. package/es/global/js/hooks/useIsomorphicEffect.js +1 -1
  349. package/es/global/js/hooks/useOverflowItems/useOverflowItems.js +48 -58
  350. package/es/global/js/hooks/useOverflowString.js +13 -24
  351. package/es/global/js/hooks/usePortalTarget.js +5 -11
  352. package/es/global/js/hooks/usePrefersReducedMotion.js +12 -12
  353. package/es/global/js/hooks/usePrefix.js +1 -3
  354. package/es/global/js/hooks/usePresence.js +8 -12
  355. package/es/global/js/hooks/usePreviousValue.js +3 -3
  356. package/es/global/js/hooks/useResetCreateComponent.js +15 -13
  357. package/es/global/js/hooks/useResizeObserver.js +26 -34
  358. package/es/global/js/hooks/useRetrieveFormTitles.js +10 -9
  359. package/es/global/js/hooks/useRetrieveStepData.js +21 -20
  360. package/es/global/js/hooks/useValidCreateStepCount.js +3 -3
  361. package/es/global/js/hooks/useWindowResize.js +23 -23
  362. package/es/global/js/hooks/useWindowScroll.js +15 -18
  363. package/es/global/js/package-settings.js +43 -56
  364. package/es/global/js/utils/Wrap.js +19 -18
  365. package/es/global/js/utils/clamp.js +1 -1
  366. package/es/global/js/utils/debounce.js +6 -6
  367. package/es/global/js/utils/deepCloneObject.js +7 -16
  368. package/es/global/js/utils/deepCompareObject.js +9 -18
  369. package/es/global/js/utils/devtools.js +3 -2
  370. package/es/global/js/utils/getFocusableElements.js +2 -13
  371. package/es/global/js/utils/getNodeTextContent.js +6 -15
  372. package/es/global/js/utils/getNumberOfHiddenSteps.js +3 -3
  373. package/es/global/js/utils/getScrollbarWidth.js +3 -3
  374. package/es/global/js/utils/getSupportedLocale.js +3 -3
  375. package/es/global/js/utils/lastIndexInArray.js +3 -4
  376. package/es/global/js/utils/pconsole.js +15 -22
  377. package/es/global/js/utils/props-helper.js +34 -40
  378. package/es/global/js/utils/rangeWithCallback.js +2 -2
  379. package/es/global/js/utils/scrollableAncestor.js +8 -17
  380. package/es/global/js/utils/throttle.js +4 -4
  381. package/es/global/js/utils/useId.js +11 -3
  382. package/es/global/js/utils/uuidv4.js +3 -7
  383. package/es/global/js/utils/wait.js +1 -3
  384. package/es/node_modules/@carbon/icons-react/es/Icon.js +17 -19
  385. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +1263 -1136
  386. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1330 -1186
  387. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +1 -1
  388. package/es/node_modules/@carbon/icons-react/node_modules/@carbon/icon-helpers/es/index.js +3 -5
  389. package/es/node_modules/prop-types/checkPropTypes.js +4 -5
  390. package/es/node_modules/prop-types/factoryWithThrowingShims.js +1 -1
  391. package/es/node_modules/prop-types/factoryWithTypeCheckers.js +6 -7
  392. package/es/settings.js +15 -19
  393. package/lib/_virtual/_rollupPluginBabelHelpers.js +0 -530
  394. package/lib/components/APIKeyModal/APIKeyDownloader.js +31 -49
  395. package/lib/components/APIKeyModal/APIKeyModal.js +163 -216
  396. package/lib/components/AboutModal/AboutModal.js +49 -51
  397. package/lib/components/ActionBar/ActionBar.js +61 -55
  398. package/lib/components/ActionBar/ActionBarItem.js +24 -17
  399. package/lib/components/ActionBar/ActionBarOverflowItems.js +21 -19
  400. package/lib/components/ActionSet/ActionSet.js +91 -87
  401. package/lib/components/AddSelect/AddSelect.js +20 -18
  402. package/lib/components/AddSelect/AddSelectBody.js +140 -151
  403. package/lib/components/AddSelect/AddSelectBreadcrumbs.js +21 -14
  404. package/lib/components/AddSelect/AddSelectColumn.js +96 -122
  405. package/lib/components/AddSelect/AddSelectFilter.js +71 -78
  406. package/lib/components/AddSelect/AddSelectFormControl.js +41 -35
  407. package/lib/components/AddSelect/AddSelectList.js +23 -25
  408. package/lib/components/AddSelect/AddSelectMetaPanel.js +24 -26
  409. package/lib/components/AddSelect/AddSelectRow.js +85 -82
  410. package/lib/components/AddSelect/AddSelectSidebar.js +56 -59
  411. package/lib/components/AddSelect/AddSelectSort.js +30 -30
  412. package/lib/components/AddSelect/add-select-utils.js +46 -41
  413. package/lib/components/AddSelect/hooks/useFocus.js +7 -11
  414. package/lib/components/AddSelect/hooks/useItemSort.js +13 -14
  415. package/lib/components/AddSelect/hooks/useParentSelect.js +10 -8
  416. package/lib/components/AddSelect/hooks/usePath.js +33 -36
  417. package/lib/components/BigNumbers/BigNumbers.js +42 -45
  418. package/lib/components/BigNumbers/BigNumbersSkeleton.js +14 -11
  419. package/lib/components/BigNumbers/constants.js +5 -5
  420. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +111 -126
  421. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +69 -73
  422. package/lib/components/Card/Card.d.ts +15 -11
  423. package/lib/components/Card/Card.js +185 -169
  424. package/lib/components/Card/CardFooter.js +32 -33
  425. package/lib/components/Card/CardHeader.js +58 -45
  426. package/lib/components/Carousel/Carousel.js +101 -117
  427. package/lib/components/Carousel/CarouselItem.js +8 -7
  428. package/lib/components/Cascade/Cascade.js +30 -25
  429. package/lib/components/Checklist/Checklist.js +63 -74
  430. package/lib/components/Checklist/Checklist.types.js +2 -2
  431. package/lib/components/Checklist/ChecklistChart.js +21 -30
  432. package/lib/components/Checklist/ChecklistIcon.js +13 -14
  433. package/lib/components/Coachmark/Coachmark.js +70 -88
  434. package/lib/components/Coachmark/CoachmarkDragbar.js +29 -39
  435. package/lib/components/Coachmark/CoachmarkHeader.js +17 -20
  436. package/lib/components/Coachmark/CoachmarkOverlay.js +69 -78
  437. package/lib/components/Coachmark/CoachmarkTagline.js +18 -20
  438. package/lib/components/Coachmark/utils/constants.js +10 -9
  439. package/lib/components/Coachmark/utils/context.js +2 -2
  440. package/lib/components/Coachmark/utils/enums.js +2 -2
  441. package/lib/components/Coachmark/utils/hooks.js +12 -12
  442. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +14 -14
  443. package/lib/components/CoachmarkButton/CoachmarkButton.js +9 -8
  444. package/lib/components/CoachmarkFixed/CoachmarkFixed.js +49 -67
  445. package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +15 -14
  446. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +53 -71
  447. package/lib/components/CoachmarkStack/CoachmarkStack.js +63 -81
  448. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +54 -61
  449. package/lib/components/ComboButton/ComboButton.js +44 -51
  450. package/lib/components/ComboButton/ComboButtonItem/index.js +4 -3
  451. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +105 -104
  452. package/lib/components/ConditionBuilder/ConditionBuilder.js +33 -44
  453. package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts +15 -2
  454. package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +72 -92
  455. package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +3 -1
  456. package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +59 -36
  457. package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +30 -26
  458. package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +24 -23
  459. package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +16 -16
  460. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +99 -106
  461. package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +14 -20
  462. package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -1
  463. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +58 -71
  464. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +29 -38
  465. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +17 -18
  466. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +40 -51
  467. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +59 -94
  468. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +14 -13
  469. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +19 -30
  470. package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +182 -200
  471. package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +34 -33
  472. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +52 -65
  473. package/lib/components/ConditionBuilder/utils/useDataConfigs.js +11 -30
  474. package/lib/components/ConditionBuilder/utils/useTranslations.js +7 -6
  475. package/lib/components/ConditionBuilder/utils/util.js +27 -36
  476. package/lib/components/CreateFullPage/CreateFullPage.d.ts +5 -1
  477. package/lib/components/CreateFullPage/CreateFullPage.js +98 -150
  478. package/lib/components/CreateFullPage/CreateFullPageStep.js +64 -58
  479. package/lib/components/CreateInfluencer/CreateInfluencer.js +25 -29
  480. package/lib/components/CreateModal/CreateModal.js +39 -35
  481. package/lib/components/CreateSidePanel/CreateSidePanel.js +39 -38
  482. package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
  483. package/lib/components/CreateTearsheet/CreateTearsheet.js +112 -163
  484. package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +8 -6
  485. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +72 -68
  486. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +29 -29
  487. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +292 -335
  488. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +213 -213
  489. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +121 -120
  490. package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +15 -13
  491. package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +35 -53
  492. package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +10 -9
  493. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +40 -46
  494. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +29 -28
  495. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +72 -87
  496. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +16 -15
  497. package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +9 -11
  498. package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -1
  499. package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +10 -11
  500. package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +73 -122
  501. package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +25 -25
  502. package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +31 -30
  503. package/lib/components/DataSpreadsheet/utils/getCellSize.js +2 -4
  504. package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +9 -9
  505. package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +12 -14
  506. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +40 -36
  507. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +37 -34
  508. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +21 -22
  509. package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +37 -34
  510. package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +64 -75
  511. package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +93 -87
  512. package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +29 -26
  513. package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +9 -11
  514. package/lib/components/DataSpreadsheet/utils/selectAllCells.js +17 -14
  515. package/lib/components/Datagrid/Datagrid/Datagrid.js +26 -23
  516. package/lib/components/Datagrid/Datagrid/DatagridBody.js +7 -6
  517. package/lib/components/Datagrid/Datagrid/DatagridContent.js +129 -111
  518. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +19 -18
  519. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +41 -42
  520. package/lib/components/Datagrid/Datagrid/DatagridHead.js +9 -10
  521. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +170 -123
  522. package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +17 -14
  523. package/lib/components/Datagrid/Datagrid/DatagridRow.js +99 -89
  524. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +62 -60
  525. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +47 -56
  526. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +17 -14
  527. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +83 -96
  528. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +73 -75
  529. package/lib/components/Datagrid/Datagrid/DraggableElement.js +37 -28
  530. package/lib/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +6 -4
  531. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +9 -7
  532. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +17 -19
  533. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +34 -36
  534. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +56 -85
  535. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +86 -104
  536. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +26 -28
  537. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
  538. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +96 -104
  539. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +124 -135
  540. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +90 -106
  541. package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +40 -45
  542. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +13 -13
  543. package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +23 -30
  544. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +2 -2
  545. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +211 -218
  546. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +11 -9
  547. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +4 -3
  548. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +44 -42
  549. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +28 -17
  550. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +195 -190
  551. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +41 -39
  552. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +7 -9
  553. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +18 -15
  554. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +5 -3
  555. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +84 -73
  556. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +22 -26
  557. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +23 -27
  558. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +19 -18
  559. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +211 -173
  560. package/lib/components/Datagrid/common-column-ids.js +1 -1
  561. package/lib/components/Datagrid/useActionsColumn.js +80 -60
  562. package/lib/components/Datagrid/useColumnCenterAlign.js +17 -27
  563. package/lib/components/Datagrid/useColumnRightAlign.js +17 -28
  564. package/lib/components/Datagrid/useCustomizeColumns.js +17 -19
  565. package/lib/components/Datagrid/useDatagrid.js +12 -17
  566. package/lib/components/Datagrid/useDefaultStringRenderer.js +19 -20
  567. package/lib/components/Datagrid/useDisableSelectRows.js +49 -57
  568. package/lib/components/Datagrid/useEditableCell.js +1 -1
  569. package/lib/components/Datagrid/useExpandedRow.js +20 -25
  570. package/lib/components/Datagrid/useFiltering.js +51 -56
  571. package/lib/components/Datagrid/useFlexResize.js +31 -29
  572. package/lib/components/Datagrid/useFloatingScroll.js +40 -38
  573. package/lib/components/Datagrid/useFocusRowExpander.js +16 -15
  574. package/lib/components/Datagrid/useInfiniteScroll.js +22 -20
  575. package/lib/components/Datagrid/useInitialColumnSort.js +22 -21
  576. package/lib/components/Datagrid/useInlineEdit.js +24 -26
  577. package/lib/components/Datagrid/useNestedRowExpander.js +61 -78
  578. package/lib/components/Datagrid/useNestedRows.js +45 -45
  579. package/lib/components/Datagrid/useOnRowClick.js +32 -26
  580. package/lib/components/Datagrid/useParentDimensions.js +35 -37
  581. package/lib/components/Datagrid/useResizeTable.js +11 -9
  582. package/lib/components/Datagrid/useRowExpander.js +28 -25
  583. package/lib/components/Datagrid/useRowIsMouseOver.js +22 -28
  584. package/lib/components/Datagrid/useRowRenderer.js +25 -35
  585. package/lib/components/Datagrid/useRowSize.js +26 -23
  586. package/lib/components/Datagrid/useSelectAllToggle.js +47 -46
  587. package/lib/components/Datagrid/useSelectRows.js +89 -106
  588. package/lib/components/Datagrid/useSkeletonRows.js +14 -25
  589. package/lib/components/Datagrid/useSortableColumns.js +61 -87
  590. package/lib/components/Datagrid/useStickyColumn.js +84 -94
  591. package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +5 -16
  592. package/lib/components/Decorator/Decorator.js +3 -3
  593. package/lib/components/DecoratorBase/DecoratorBase.js +93 -87
  594. package/lib/components/DecoratorBase/DecoratorIcon.js +14 -14
  595. package/lib/components/DecoratorBase/utils.js +8 -6
  596. package/lib/components/DecoratorDualButton/DecoratorDualButton.js +4 -4
  597. package/lib/components/DecoratorLink/DecoratorLink.js +4 -4
  598. package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +4 -4
  599. package/lib/components/DelimitedList/DelimitedList.js +15 -14
  600. package/lib/components/DescriptionList/DescriptionList.js +20 -16
  601. package/lib/components/DescriptionList/DescriptionListBody.js +8 -8
  602. package/lib/components/DescriptionList/DescriptionListCell.js +8 -8
  603. package/lib/components/DescriptionList/DescriptionListRow.js +8 -8
  604. package/lib/components/DescriptionList/constants.js +1 -1
  605. package/lib/components/EditFullPage/EditFullPage.js +15 -9
  606. package/lib/components/EditInPlace/EditInPlace.js +79 -77
  607. package/lib/components/EditSidePanel/EditSidePanel.js +49 -46
  608. package/lib/components/EditTearsheet/EditTearsheet.js +64 -98
  609. package/lib/components/EditTearsheet/EditTearsheetForm.js +35 -27
  610. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +14 -9
  611. package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +2 -9
  612. package/lib/components/EditUpdateCards/EditUpdateCards.js +41 -30
  613. package/lib/components/EmptyStates/EmptyState.js +37 -33
  614. package/lib/components/EmptyStates/EmptyStateContent.js +28 -20
  615. package/lib/components/EmptyStates/EmptyStateIllustration.js +14 -27
  616. package/lib/components/EmptyStates/EmptyStateV2.js +33 -28
  617. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +27 -24
  618. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +27 -24
  619. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +27 -24
  620. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +27 -24
  621. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +27 -24
  622. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +27 -24
  623. package/lib/components/EmptyStates/assets/ErrorIllustration.js +26 -25
  624. package/lib/components/EmptyStates/assets/NoDataIllustration.js +24 -23
  625. package/lib/components/EmptyStates/assets/NoTagsIllustration.js +53 -52
  626. package/lib/components/EmptyStates/assets/NotFoundIllustration.js +37 -36
  627. package/lib/components/EmptyStates/assets/NotificationsIllustration.js +42 -41
  628. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +37 -36
  629. package/lib/components/ExportModal/ExportModal.js +81 -93
  630. package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +2 -10
  631. package/lib/components/ExpressiveCard/ExpressiveCard.js +11 -5
  632. package/lib/components/FeatureFlags/index.js +33 -43
  633. package/lib/components/FilterPanel/FilterPanel.js +11 -11
  634. package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +19 -19
  635. package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +20 -24
  636. package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +12 -12
  637. package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +53 -59
  638. package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +14 -14
  639. package/lib/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +12 -12
  640. package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +20 -24
  641. package/lib/components/FilterSummary/FilterSummary.js +59 -66
  642. package/lib/components/FullPageError/FullPageError.js +27 -25
  643. package/lib/components/FullPageError/assets/Error403SVG.js +4 -2
  644. package/lib/components/FullPageError/assets/Error404SVG.js +4 -2
  645. package/lib/components/FullPageError/assets/ErrorGenericSVG.js +4 -2
  646. package/lib/components/GetStartedCard/GetStartedCard.js +5 -5
  647. package/lib/components/Guidebanner/Guidebanner.js +45 -62
  648. package/lib/components/Guidebanner/GuidebannerElement.js +13 -13
  649. package/lib/components/Guidebanner/GuidebannerElementButton.js +14 -16
  650. package/lib/components/Guidebanner/GuidebannerElementLink.js +8 -8
  651. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +17 -17
  652. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +17 -17
  653. package/lib/components/HTTPErrors/HTTPErrorContent.js +22 -21
  654. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +17 -17
  655. package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +83 -81
  656. package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +87 -85
  657. package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +83 -81
  658. package/lib/components/ImportModal/ImportModal.js +124 -161
  659. package/lib/components/InlineTip/InlineTip.js +44 -59
  660. package/lib/components/InlineTip/InlineTipButton.js +8 -8
  661. package/lib/components/InlineTip/InlineTipLink.js +11 -12
  662. package/lib/components/InlineTip/utils.js +9 -19
  663. package/lib/components/InterstitialScreen/InterstitialScreen.js +61 -82
  664. package/lib/components/InterstitialScreen/InterstitialScreenBody.js +55 -61
  665. package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +86 -117
  666. package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +29 -25
  667. package/lib/components/MultiAddSelect/MultiAddSelect.js +5 -7
  668. package/lib/components/Nav/Nav.js +38 -42
  669. package/lib/components/Nav/NavItem.js +43 -50
  670. package/lib/components/Nav/NavItemLink.js +9 -8
  671. package/lib/components/Nav/NavList.js +56 -65
  672. package/lib/components/NonLinearReading/NonLinearReading.js +17 -22
  673. package/lib/components/NotificationsPanel/NotificationsPanel.js +177 -257
  674. package/lib/components/NotificationsPanel/utils.js +26 -24
  675. package/lib/components/OptionsTile/OptionsTile.js +88 -80
  676. package/lib/components/PageHeader/PageHeader.js +292 -255
  677. package/lib/components/PageHeader/PageHeaderTitle.js +42 -35
  678. package/lib/components/PageHeader/PageHeaderUtils.js +31 -28
  679. package/lib/components/ProductiveCard/ProductiveCard.d.ts +2 -13
  680. package/lib/components/ProductiveCard/ProductiveCard.js +19 -13
  681. package/lib/components/RemoveModal/RemoveModal.js +45 -48
  682. package/lib/components/Saving/Saving.js +51 -56
  683. package/lib/components/ScrollGradient/ScrollGradient.js +62 -65
  684. package/lib/components/ScrollGradient/constants.js +13 -24
  685. package/lib/components/SearchBar/SearchBar.d.ts +5 -6
  686. package/lib/components/SearchBar/SearchBar.js +61 -67
  687. package/lib/components/SidePanel/SidePanel.d.ts +2 -5
  688. package/lib/components/SidePanel/SidePanel.js +243 -244
  689. package/lib/components/SidePanel/constants.js +1 -1
  690. package/lib/components/SimpleHeader/SimpleHeader.js +21 -24
  691. package/lib/components/SingleAddSelect/SingleAddSelect.js +3 -3
  692. package/lib/components/StatusIcon/StatusIcon.js +194 -280
  693. package/lib/components/StatusIndicator/StatusIndicator.js +20 -23
  694. package/lib/components/StatusIndicator/StatusIndicatorStep.js +17 -17
  695. package/lib/components/StringFormatter/StringFormatter.js +60 -36
  696. package/lib/components/StringFormatter/utils/enums.js +13 -13
  697. package/lib/components/TagOverflow/TagOverflow.js +69 -73
  698. package/lib/components/TagOverflow/TagOverflowModal.js +48 -51
  699. package/lib/components/TagOverflow/TagOverflowPopover.js +62 -60
  700. package/lib/components/TagOverflow/constants.js +1 -1
  701. package/lib/components/TagSet/TagSet.js +103 -129
  702. package/lib/components/TagSet/TagSetModal.js +47 -50
  703. package/lib/components/TagSet/TagSetOverflow.js +53 -49
  704. package/lib/components/Tearsheet/Tearsheet.js +21 -21
  705. package/lib/components/Tearsheet/TearsheetNarrow.js +19 -18
  706. package/lib/components/Tearsheet/TearsheetShell.js +156 -152
  707. package/lib/components/Toolbar/Toolbar.js +43 -46
  708. package/lib/components/Toolbar/ToolbarButton.js +24 -23
  709. package/lib/components/Toolbar/ToolbarGroup.js +8 -7
  710. package/lib/components/TooltipTrigger/TooltipTrigger.js +9 -8
  711. package/lib/components/TruncatedList/TruncatedList.js +43 -60
  712. package/lib/components/UserAvatar/UserAvatar.js +48 -47
  713. package/lib/components/UserProfileImage/UserProfileImage.js +58 -73
  714. package/lib/components/WebTerminal/WebTerminal.js +63 -66
  715. package/lib/components/WebTerminal/WebTerminalContentWrapper.js +15 -10
  716. package/lib/components/WebTerminal/hooks/index.js +21 -23
  717. package/lib/components/_Canary/Canary.js +12 -7
  718. package/lib/global/js/hooks/useActiveElement.js +5 -9
  719. package/lib/global/js/hooks/useClickOutside.js +4 -4
  720. package/lib/global/js/hooks/useControllableState.js +3 -7
  721. package/lib/global/js/hooks/useCreateComponentFocus.js +16 -30
  722. package/lib/global/js/hooks/useCreateComponentStepChange.js +99 -190
  723. package/lib/global/js/hooks/useFocus.js +64 -85
  724. package/lib/global/js/hooks/useIsomorphicEffect.js +1 -1
  725. package/lib/global/js/hooks/useOverflowItems/useOverflowItems.js +48 -58
  726. package/lib/global/js/hooks/useOverflowString.js +13 -24
  727. package/lib/global/js/hooks/usePortalTarget.js +5 -11
  728. package/lib/global/js/hooks/usePrefersReducedMotion.js +12 -12
  729. package/lib/global/js/hooks/usePrefix.js +1 -3
  730. package/lib/global/js/hooks/usePresence.js +8 -12
  731. package/lib/global/js/hooks/usePreviousValue.js +3 -3
  732. package/lib/global/js/hooks/useResetCreateComponent.js +15 -13
  733. package/lib/global/js/hooks/useResizeObserver.js +26 -34
  734. package/lib/global/js/hooks/useRetrieveFormTitles.js +10 -9
  735. package/lib/global/js/hooks/useRetrieveStepData.js +21 -20
  736. package/lib/global/js/hooks/useValidCreateStepCount.js +3 -3
  737. package/lib/global/js/hooks/useWindowResize.js +23 -23
  738. package/lib/global/js/hooks/useWindowScroll.js +15 -18
  739. package/lib/global/js/package-settings.js +43 -56
  740. package/lib/global/js/utils/Wrap.js +18 -17
  741. package/lib/global/js/utils/clamp.js +1 -1
  742. package/lib/global/js/utils/debounce.js +6 -6
  743. package/lib/global/js/utils/deepCloneObject.js +7 -16
  744. package/lib/global/js/utils/deepCompareObject.js +9 -18
  745. package/lib/global/js/utils/devtools.js +3 -2
  746. package/lib/global/js/utils/getFocusableElements.js +2 -13
  747. package/lib/global/js/utils/getNodeTextContent.js +6 -15
  748. package/lib/global/js/utils/getNumberOfHiddenSteps.js +3 -3
  749. package/lib/global/js/utils/getScrollbarWidth.js +3 -3
  750. package/lib/global/js/utils/getSupportedLocale.js +3 -3
  751. package/lib/global/js/utils/lastIndexInArray.js +3 -4
  752. package/lib/global/js/utils/pconsole.js +15 -22
  753. package/lib/global/js/utils/props-helper.js +34 -40
  754. package/lib/global/js/utils/rangeWithCallback.js +2 -2
  755. package/lib/global/js/utils/scrollableAncestor.js +8 -17
  756. package/lib/global/js/utils/throttle.js +4 -4
  757. package/lib/global/js/utils/useId.js +11 -3
  758. package/lib/global/js/utils/uuidv4.js +3 -7
  759. package/lib/global/js/utils/wait.js +1 -3
  760. package/lib/index.js +1 -4
  761. package/lib/node_modules/@carbon/icons-react/es/Icon.js +17 -19
  762. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +1263 -1136
  763. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +1330 -1186
  764. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +1 -1
  765. package/lib/node_modules/@carbon/icons-react/node_modules/@carbon/icon-helpers/es/index.js +3 -5
  766. package/lib/node_modules/prop-types/checkPropTypes.js +4 -5
  767. package/lib/node_modules/prop-types/factoryWithThrowingShims.js +1 -1
  768. package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +6 -7
  769. package/lib/settings.js +15 -19
  770. package/package.json +13 -13
  771. package/scss/components/Datagrid/styles/_useSortableColumns.scss +3 -0
  772. package/scss/components/NotificationsPanel/_notifications-panel.scss +16 -4
  773. package/scss/components/StringFormatter/_string-formatter.scss +18 -2
  774. package/scss/components/Tearsheet/_tearsheet.scss +1 -22
  775. package/telemetry.yml +2 -3
  776. package/es/global/js/utils/checkForOverflow.js +0 -21
  777. package/lib/global/js/utils/checkForOverflow.js +0 -23
@@ -14,29 +14,29 @@ var settings = require('../../settings.js');
14
14
  var react = require('@carbon/react');
15
15
 
16
16
  // The block part of our conventional BEM class names (blockClass__E--M).
17
- var blockClass = "".concat(settings.pkg.prefix, "--http-errors");
18
- var componentName = 'HTTPErrorContent';
19
- var HTTPErrorContent = function HTTPErrorContent(_ref) {
20
- var description = _ref.description,
21
- errorCodeLabel = _ref.errorCodeLabel,
22
- title = _ref.title,
23
- links = _ref.links;
17
+ const blockClass = `${settings.pkg.prefix}--http-errors`;
18
+ const componentName = 'HTTPErrorContent';
19
+ let HTTPErrorContent = _ref => {
20
+ let {
21
+ description,
22
+ errorCodeLabel,
23
+ title,
24
+ links
25
+ } = _ref;
24
26
  return /*#__PURE__*/React.createElement("div", {
25
- className: "".concat(blockClass, "__content")
27
+ className: `${blockClass}__content`
26
28
  }, errorCodeLabel && /*#__PURE__*/React.createElement("p", {
27
- className: "".concat(blockClass, "__error-code-label")
29
+ className: `${blockClass}__error-code-label`
28
30
  }, errorCodeLabel), title && /*#__PURE__*/React.createElement("h1", {
29
- className: "".concat(blockClass, "__title")
31
+ className: `${blockClass}__title`
30
32
  }, title), description && /*#__PURE__*/React.createElement("p", {
31
- className: "".concat(blockClass, "__description")
32
- }, description), links && links.length && links.map(function (link) {
33
- return /*#__PURE__*/React.createElement(react.Link, _rollupPluginBabelHelpers.extends({}, link, {
34
- role: "link",
35
- href: link.href,
36
- key: link.text,
37
- className: "".concat(blockClass, "__link")
38
- }), link.text);
39
- }));
33
+ className: `${blockClass}__description`
34
+ }, description), links && links.length && links.map(link => /*#__PURE__*/React.createElement(react.Link, _rollupPluginBabelHelpers.extends({}, link, {
35
+ role: "link",
36
+ href: link.href,
37
+ key: link.text,
38
+ className: `${blockClass}__link`
39
+ }), link.text)));
40
40
  };
41
41
 
42
42
  // The display name of the component, used by React. Note that displayName
@@ -58,7 +58,8 @@ HTTPErrorContent.propTypes = {
58
58
  /**
59
59
  * Links that will display for extra context when receiving particular errors
60
60
  */
61
- links: index.propTypesExports.arrayOf(index.propTypesExports.shape(_rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, react.Link.propTypes), {}, {
61
+ links: index.propTypesExports.arrayOf(index.propTypesExports.shape({
62
+ ...react.Link.propTypes,
62
63
  /**
63
64
  * The text to display for the link
64
65
  */
@@ -67,7 +68,7 @@ HTTPErrorContent.propTypes = {
67
68
  * The link's destination
68
69
  */
69
70
  href: index.propTypesExports.string.isRequired
70
- }))),
71
+ })),
71
72
  /**
72
73
  * This will be for the main title of the HTTP error component
73
74
  */
@@ -16,41 +16,41 @@ var HTTPErrorContent = require('../HTTPErrorContent.js');
16
16
  var devtools = require('../../../global/js/utils/devtools.js');
17
17
  var settings = require('../../../settings.js');
18
18
 
19
- var _excluded = ["className", "description", "errorCodeLabel", "links", "title"];
20
-
21
19
  // The block part of our conventional BEM class names (blockClass__E--M).
22
- var blockClass = "".concat(settings.pkg.prefix, "--http-errors");
23
- var componentName = 'HTTPErrorOther';
20
+ const blockClass = `${settings.pkg.prefix}--http-errors`;
21
+ const componentName = 'HTTPErrorOther';
24
22
  /**
25
23
  * HTTP errors are used in an attempt to access something that isn’t available or
26
24
  the user doesn’t have permission for. This HTTPError component is generic so you
27
25
  can use it when you receive an error code that isn't provided.
28
26
  */
29
- exports.HTTPErrorOther = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
30
- var className = _ref.className,
31
- description = _ref.description,
32
- errorCodeLabel = _ref.errorCodeLabel,
33
- links = _ref.links,
34
- title = _ref.title,
35
- rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
27
+ exports.HTTPErrorOther = /*#__PURE__*/React.forwardRef((_ref, ref) => {
28
+ let {
29
+ className,
30
+ description,
31
+ errorCodeLabel,
32
+ links,
33
+ title,
34
+ ...rest
35
+ } = _ref;
36
36
  return /*#__PURE__*/React.createElement("div", _rollupPluginBabelHelpers.extends({}, rest, {
37
37
  className: cx(blockClass, className),
38
38
  ref: ref
39
39
  }, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React.createElement(HTTPErrorContent.HTTPErrorContent, {
40
- description: description,
41
- errorCodeLabel: errorCodeLabel,
42
- title: title,
43
- links: links
40
+ description,
41
+ errorCodeLabel,
42
+ title,
43
+ links
44
44
  }), /*#__PURE__*/React.createElement(HTTPErrorSvgOther.HTTPErrorSvgOther, {
45
45
  title: title,
46
- className: "".concat(blockClass, "__image")
46
+ className: `${blockClass}__image`
47
47
  }));
48
48
  });
49
49
 
50
50
  /**@ts-ignore*/
51
51
  exports.HTTPErrorOther.deprecated = {
52
52
  level: 'warn',
53
- details: "".concat(componentName, " is deprecated. Please migrate to FullPageError by running npx @carbon/upgrade migrate ibm-products-update-http-errors --write")
53
+ details: `${componentName} is deprecated. Please migrate to FullPageError by running npx @carbon/upgrade migrate ibm-products-update-http-errors --write`
54
54
  };
55
55
 
56
56
  // Return a placeholder if not released and not enabled by feature flag
@@ -14,10 +14,12 @@ var settings = require('../../../settings.js');
14
14
  var _linearGradient, _linearGradient2, _linearGradient3, _linearGradient4, _linearGradient5, _linearGradient6, _linearGradient7, _linearGradient8, _linearGradient9, _linearGradient10, _linearGradient11, _g, _path, _g2, _image, _g3, _g4, _image2, _g5, _g6, _image3, _g7, _g8, _image4, _g9, _g10, _image5, _g11, _g12, _image6, _g13, _g14, _image7, _g15, _g16, _image8, _g17, _g18, _image9, _g19, _g20, _image10, _g21, _g22, _image11, _g23, _g24, _image12, _g25, _g26, _image13, _g27, _g28, _image14, _g29, _g30, _image15, _g31, _g32, _image16, _g33, _g34, _image17, _g35, _g36, _image18, _g37, _g38, _image19, _g39, _g40, _image20, _g41, _g42, _image21, _g43, _g44, _image22, _g45, _g46, _image23, _g47, _g48, _image24, _g49, _g50, _image25, _g51, _g52, _image26, _g53, _g54, _image27, _g55, _g56, _image28, _g57, _g58, _image29, _g59, _g60, _image30, _g61, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13;
15
15
 
16
16
  // The block part of our conventional BEM class names (blockClass__E--M).
17
- var blockClass = "".concat(settings.pkg.prefix, "--http-errors-403");
18
- var HTTPErrorSvg403 = function HTTPErrorSvg403(_ref) {
19
- var className = _ref.className,
20
- title = _ref.title;
17
+ const blockClass = `${settings.pkg.prefix}--http-errors-403`;
18
+ const HTTPErrorSvg403 = _ref => {
19
+ let {
20
+ className,
21
+ title
22
+ } = _ref;
21
23
  return /*#__PURE__*/React.createElement("svg", {
22
24
  xmlns: "http://www.w3.org/2000/svg",
23
25
  xmlnsXlink: "http://www.w3.org/1999/xlink",
@@ -28,302 +30,302 @@ var HTTPErrorSvg403 = function HTTPErrorSvg403(_ref) {
28
30
  }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
29
31
  id: "prefix__clip-path"
30
32
  }, /*#__PURE__*/React.createElement("path", {
31
- className: "".concat(blockClass, "__prefix-cls-1"),
33
+ className: `${blockClass}__prefix-cls-1`,
32
34
  d: "M412 617.45a4 4 0 114 6.93z"
33
35
  })), /*#__PURE__*/React.createElement("clipPath", {
34
36
  id: "prefix__clip-path-2"
35
37
  }, /*#__PURE__*/React.createElement("path", {
36
- className: "".concat(blockClass, "__prefix-cls-1"),
38
+ className: `${blockClass}__prefix-cls-1`,
37
39
  d: "M416 624.38a4 4 0 11-4-6.93z"
38
40
  })), /*#__PURE__*/React.createElement("clipPath", {
39
41
  id: "prefix__clip-path-3"
40
42
  }, /*#__PURE__*/React.createElement("path", {
41
- className: "".concat(blockClass, "__prefix-cls-1"),
43
+ className: `${blockClass}__prefix-cls-1`,
42
44
  d: "M398.19 625.45a4 4 0 014 6.93z"
43
45
  })), /*#__PURE__*/React.createElement("clipPath", {
44
46
  id: "prefix__clip-path-4"
45
47
  }, /*#__PURE__*/React.createElement("path", {
46
- className: "".concat(blockClass, "__prefix-cls-1"),
48
+ className: `${blockClass}__prefix-cls-1`,
47
49
  d: "M402.19 632.38a4 4 0 11-4-6.93z"
48
50
  })), /*#__PURE__*/React.createElement("clipPath", {
49
51
  id: "prefix__clip-path-5"
50
52
  }, /*#__PURE__*/React.createElement("path", {
51
- className: "".concat(blockClass, "__prefix-cls-1"),
53
+ className: `${blockClass}__prefix-cls-1`,
52
54
  d: "M384.33 633.45a4 4 0 014 6.93z"
53
55
  })), /*#__PURE__*/React.createElement("clipPath", {
54
56
  id: "prefix__clip-path-6"
55
57
  }, /*#__PURE__*/React.createElement("path", {
56
- className: "".concat(blockClass, "__prefix-cls-1"),
58
+ className: `${blockClass}__prefix-cls-1`,
57
59
  d: "M388.33 640.38a4 4 0 01-4-6.93z"
58
60
  })), /*#__PURE__*/React.createElement("clipPath", {
59
61
  id: "prefix__clip-path-7"
60
62
  }, /*#__PURE__*/React.createElement("path", {
61
- className: "".concat(blockClass, "__prefix-cls-1"),
63
+ className: `${blockClass}__prefix-cls-1`,
62
64
  d: "M370.48 641.45a4 4 0 114 6.93z"
63
65
  })), /*#__PURE__*/React.createElement("clipPath", {
64
66
  id: "prefix__clip-path-8"
65
67
  }, /*#__PURE__*/React.createElement("path", {
66
- className: "".concat(blockClass, "__prefix-cls-1"),
68
+ className: `${blockClass}__prefix-cls-1`,
67
69
  d: "M374.48 648.38a4 4 0 11-4-6.93z"
68
70
  })), /*#__PURE__*/React.createElement("clipPath", {
69
71
  id: "prefix__clip-path-9"
70
72
  }, /*#__PURE__*/React.createElement("path", {
71
- className: "".concat(blockClass, "__prefix-cls-1"),
73
+ className: `${blockClass}__prefix-cls-1`,
72
74
  d: "M356.62 649.45a4 4 0 014 6.93z"
73
75
  })), /*#__PURE__*/React.createElement("clipPath", {
74
76
  id: "prefix__clip-path-10"
75
77
  }, /*#__PURE__*/React.createElement("path", {
76
- className: "".concat(blockClass, "__prefix-cls-1"),
78
+ className: `${blockClass}__prefix-cls-1`,
77
79
  d: "M360.62 656.38a4 4 0 01-4-6.93z"
78
80
  })), /*#__PURE__*/React.createElement("clipPath", {
79
81
  id: "prefix__clip-path-11"
80
82
  }, /*#__PURE__*/React.createElement("path", {
81
- className: "".concat(blockClass, "__prefix-cls-1"),
83
+ className: `${blockClass}__prefix-cls-1`,
82
84
  d: "M342.76 657.45a4 4 0 014 6.93z"
83
85
  })), /*#__PURE__*/React.createElement("clipPath", {
84
86
  id: "prefix__clip-path-12"
85
87
  }, /*#__PURE__*/React.createElement("path", {
86
- className: "".concat(blockClass, "__prefix-cls-1"),
88
+ className: `${blockClass}__prefix-cls-1`,
87
89
  d: "M346.76 664.38a4 4 0 01-4-6.93z"
88
90
  })), /*#__PURE__*/React.createElement("clipPath", {
89
91
  id: "prefix__clip-path-13"
90
92
  }, /*#__PURE__*/React.createElement("path", {
91
- className: "".concat(blockClass, "__prefix-cls-1"),
93
+ className: `${blockClass}__prefix-cls-1`,
92
94
  d: "M328.91 665.45a4 4 0 114 6.93z"
93
95
  })), /*#__PURE__*/React.createElement("clipPath", {
94
96
  id: "prefix__clip-path-14"
95
97
  }, /*#__PURE__*/React.createElement("path", {
96
- className: "".concat(blockClass, "__prefix-cls-1"),
98
+ className: `${blockClass}__prefix-cls-1`,
97
99
  d: "M332.91 672.38a4 4 0 11-4-6.93z"
98
100
  })), /*#__PURE__*/React.createElement("clipPath", {
99
101
  id: "prefix__clip-path-15"
100
102
  }, /*#__PURE__*/React.createElement("path", {
101
- className: "".concat(blockClass, "__prefix-cls-1"),
103
+ className: `${blockClass}__prefix-cls-1`,
102
104
  d: "M315.05 673.45a4 4 0 014 6.93z"
103
105
  })), /*#__PURE__*/React.createElement("clipPath", {
104
106
  id: "prefix__clip-path-16"
105
107
  }, /*#__PURE__*/React.createElement("path", {
106
- className: "".concat(blockClass, "__prefix-cls-1"),
108
+ className: `${blockClass}__prefix-cls-1`,
107
109
  d: "M319.05 680.38a4 4 0 01-4-6.93z"
108
110
  })), /*#__PURE__*/React.createElement("clipPath", {
109
111
  id: "prefix__clip-path-17"
110
112
  }, /*#__PURE__*/React.createElement("path", {
111
- className: "".concat(blockClass, "__prefix-cls-1"),
113
+ className: `${blockClass}__prefix-cls-1`,
112
114
  d: "M301.19 681.45a4 4 0 114 6.93z"
113
115
  })), /*#__PURE__*/React.createElement("clipPath", {
114
116
  id: "prefix__clip-path-18"
115
117
  }, /*#__PURE__*/React.createElement("path", {
116
- className: "".concat(blockClass, "__prefix-cls-1"),
118
+ className: `${blockClass}__prefix-cls-1`,
117
119
  d: "M305.19 688.38a4 4 0 01-4-6.93z"
118
120
  })), /*#__PURE__*/React.createElement("clipPath", {
119
121
  id: "prefix__clip-path-19"
120
122
  }, /*#__PURE__*/React.createElement("path", {
121
- className: "".concat(blockClass, "__prefix-cls-1"),
123
+ className: `${blockClass}__prefix-cls-1`,
122
124
  d: "M287.34 689.45a4 4 0 014 6.93z"
123
125
  })), /*#__PURE__*/React.createElement("clipPath", {
124
126
  id: "prefix__clip-path-20"
125
127
  }, /*#__PURE__*/React.createElement("path", {
126
- className: "".concat(blockClass, "__prefix-cls-1"),
128
+ className: `${blockClass}__prefix-cls-1`,
127
129
  d: "M291.34 696.38a4 4 0 11-4-6.93z"
128
130
  })), /*#__PURE__*/React.createElement("clipPath", {
129
131
  id: "prefix__clip-path-21"
130
132
  }, /*#__PURE__*/React.createElement("path", {
131
- className: "".concat(blockClass, "__prefix-cls-1"),
133
+ className: `${blockClass}__prefix-cls-1`,
132
134
  d: "M273.48 697.45a4 4 0 014 6.93z"
133
135
  })), /*#__PURE__*/React.createElement("clipPath", {
134
136
  id: "prefix__clip-path-22"
135
137
  }, /*#__PURE__*/React.createElement("path", {
136
- className: "".concat(blockClass, "__prefix-cls-1"),
138
+ className: `${blockClass}__prefix-cls-1`,
137
139
  d: "M277.48 704.38a4 4 0 01-4-6.93z"
138
140
  })), /*#__PURE__*/React.createElement("clipPath", {
139
141
  id: "prefix__clip-path-23"
140
142
  }, /*#__PURE__*/React.createElement("path", {
141
- className: "".concat(blockClass, "__prefix-cls-1"),
143
+ className: `${blockClass}__prefix-cls-1`,
142
144
  d: "M259.62 705.45a4 4 0 114 6.93z"
143
145
  })), /*#__PURE__*/React.createElement("clipPath", {
144
146
  id: "prefix__clip-path-24"
145
147
  }, /*#__PURE__*/React.createElement("path", {
146
- className: "".concat(blockClass, "__prefix-cls-1"),
148
+ className: `${blockClass}__prefix-cls-1`,
147
149
  d: "M263.62 712.38a4 4 0 11-4-6.93z"
148
150
  })), /*#__PURE__*/React.createElement("clipPath", {
149
151
  id: "prefix__clip-path-25"
150
152
  }, /*#__PURE__*/React.createElement("path", {
151
- className: "".concat(blockClass, "__prefix-cls-1"),
153
+ className: `${blockClass}__prefix-cls-1`,
152
154
  d: "M245.77 713.45a4 4 0 014 6.93z"
153
155
  })), /*#__PURE__*/React.createElement("clipPath", {
154
156
  id: "prefix__clip-path-26"
155
157
  }, /*#__PURE__*/React.createElement("path", {
156
- className: "".concat(blockClass, "__prefix-cls-1"),
158
+ className: `${blockClass}__prefix-cls-1`,
157
159
  d: "M249.77 720.38a4 4 0 11-4-6.93z"
158
160
  })), /*#__PURE__*/React.createElement("clipPath", {
159
161
  id: "prefix__clip-path-27"
160
162
  }, /*#__PURE__*/React.createElement("path", {
161
- className: "".concat(blockClass, "__prefix-cls-1"),
163
+ className: `${blockClass}__prefix-cls-1`,
162
164
  d: "M231.91 721.45a4 4 0 014 6.93z"
163
165
  })), /*#__PURE__*/React.createElement("clipPath", {
164
166
  id: "prefix__clip-path-28"
165
167
  }, /*#__PURE__*/React.createElement("path", {
166
- className: "".concat(blockClass, "__prefix-cls-1"),
168
+ className: `${blockClass}__prefix-cls-1`,
167
169
  d: "M235.91 728.38a4 4 0 01-4-6.93z"
168
170
  })), /*#__PURE__*/React.createElement("clipPath", {
169
171
  id: "prefix__clip-path-29"
170
172
  }, /*#__PURE__*/React.createElement("path", {
171
- className: "".concat(blockClass, "__prefix-cls-1"),
173
+ className: `${blockClass}__prefix-cls-1`,
172
174
  d: "M218.05 729.45a4 4 0 114 6.93z"
173
175
  })), /*#__PURE__*/React.createElement("clipPath", {
174
176
  id: "prefix__clip-path-30"
175
177
  }, /*#__PURE__*/React.createElement("path", {
176
- className: "".concat(blockClass, "__prefix-cls-1"),
178
+ className: `${blockClass}__prefix-cls-1`,
177
179
  d: "M222.05 736.38a4 4 0 11-4-6.93z"
178
180
  })), /*#__PURE__*/React.createElement("clipPath", {
179
181
  id: "prefix__clip-path-31"
180
182
  }, /*#__PURE__*/React.createElement("path", {
181
- className: "".concat(blockClass, "__prefix-cls-1"),
183
+ className: `${blockClass}__prefix-cls-1`,
182
184
  d: "M204.2 737.45a4 4 0 014 6.93z"
183
185
  })), /*#__PURE__*/React.createElement("clipPath", {
184
186
  id: "prefix__clip-path-32"
185
187
  }, /*#__PURE__*/React.createElement("path", {
186
- className: "".concat(blockClass, "__prefix-cls-1"),
188
+ className: `${blockClass}__prefix-cls-1`,
187
189
  d: "M208.2 744.38a4 4 0 01-4-6.93z"
188
190
  })), /*#__PURE__*/React.createElement("clipPath", {
189
191
  id: "prefix__clip-path-33"
190
192
  }, /*#__PURE__*/React.createElement("path", {
191
- className: "".concat(blockClass, "__prefix-cls-1"),
193
+ className: `${blockClass}__prefix-cls-1`,
192
194
  d: "M190.34 745.45a4 4 0 014 6.93z"
193
195
  })), /*#__PURE__*/React.createElement("clipPath", {
194
196
  id: "prefix__clip-path-34"
195
197
  }, /*#__PURE__*/React.createElement("path", {
196
- className: "".concat(blockClass, "__prefix-cls-1"),
198
+ className: `${blockClass}__prefix-cls-1`,
197
199
  d: "M194.34 752.38a4 4 0 01-4-6.93z"
198
200
  })), /*#__PURE__*/React.createElement("clipPath", {
199
201
  id: "prefix__clip-path-35"
200
202
  }, /*#__PURE__*/React.createElement("path", {
201
- className: "".concat(blockClass, "__prefix-cls-1"),
203
+ className: `${blockClass}__prefix-cls-1`,
202
204
  d: "M176.49 753.45a4 4 0 114 6.93z"
203
205
  })), /*#__PURE__*/React.createElement("clipPath", {
204
206
  id: "prefix__clip-path-36"
205
207
  }, /*#__PURE__*/React.createElement("path", {
206
- className: "".concat(blockClass, "__prefix-cls-1"),
208
+ className: `${blockClass}__prefix-cls-1`,
207
209
  d: "M180.49 760.38a4 4 0 11-4-6.93z"
208
210
  })), /*#__PURE__*/React.createElement("clipPath", {
209
211
  id: "prefix__clip-path-37"
210
212
  }, /*#__PURE__*/React.createElement("path", {
211
- className: "".concat(blockClass, "__prefix-cls-1"),
213
+ className: `${blockClass}__prefix-cls-1`,
212
214
  d: "M162.63 761.45a4 4 0 014 6.93z"
213
215
  })), /*#__PURE__*/React.createElement("clipPath", {
214
216
  id: "prefix__clip-path-38"
215
217
  }, /*#__PURE__*/React.createElement("path", {
216
- className: "".concat(blockClass, "__prefix-cls-1"),
218
+ className: `${blockClass}__prefix-cls-1`,
217
219
  d: "M166.63 768.38a4 4 0 01-4-6.93z"
218
220
  })), /*#__PURE__*/React.createElement("clipPath", {
219
221
  id: "prefix__clip-path-39"
220
222
  }, /*#__PURE__*/React.createElement("path", {
221
- className: "".concat(blockClass, "__prefix-cls-1"),
223
+ className: `${blockClass}__prefix-cls-1`,
222
224
  d: "M148.77 769.45a4 4 0 114 6.93z"
223
225
  })), /*#__PURE__*/React.createElement("clipPath", {
224
226
  id: "prefix__clip-path-40"
225
227
  }, /*#__PURE__*/React.createElement("path", {
226
- className: "".concat(blockClass, "__prefix-cls-1"),
228
+ className: `${blockClass}__prefix-cls-1`,
227
229
  d: "M152.77 776.38a4 4 0 01-4-6.93z"
228
230
  })), /*#__PURE__*/React.createElement("clipPath", {
229
231
  id: "prefix__clip-path-41"
230
232
  }, /*#__PURE__*/React.createElement("path", {
231
- className: "".concat(blockClass, "__prefix-cls-1"),
233
+ className: `${blockClass}__prefix-cls-1`,
232
234
  d: "M138.92 768.48a4 4 0 11-4 6.93z"
233
235
  })), /*#__PURE__*/React.createElement("clipPath", {
234
236
  id: "prefix__clip-path-42"
235
237
  }, /*#__PURE__*/React.createElement("path", {
236
- className: "".concat(blockClass, "__prefix-cls-1"),
238
+ className: `${blockClass}__prefix-cls-1`,
237
239
  d: "M134.92 775.41a4 4 0 114-6.93z"
238
240
  })), /*#__PURE__*/React.createElement("clipPath", {
239
241
  id: "prefix__clip-path-43"
240
242
  }, /*#__PURE__*/React.createElement("path", {
241
- className: "".concat(blockClass, "__prefix-cls-1"),
243
+ className: `${blockClass}__prefix-cls-1`,
242
244
  d: "M125.06 760.48a4 4 0 01-4 6.93z"
243
245
  })), /*#__PURE__*/React.createElement("clipPath", {
244
246
  id: "prefix__clip-path-44"
245
247
  }, /*#__PURE__*/React.createElement("path", {
246
- className: "".concat(blockClass, "__prefix-cls-1"),
248
+ className: `${blockClass}__prefix-cls-1`,
247
249
  d: "M121.06 767.41a4 4 0 014-6.93z"
248
250
  })), /*#__PURE__*/React.createElement("clipPath", {
249
251
  id: "prefix__clip-path-45"
250
252
  }, /*#__PURE__*/React.createElement("path", {
251
- className: "".concat(blockClass, "__prefix-cls-1"),
253
+ className: `${blockClass}__prefix-cls-1`,
252
254
  d: "M111.2 752.48a4 4 0 11-4 6.93z"
253
255
  })), /*#__PURE__*/React.createElement("clipPath", {
254
256
  id: "prefix__clip-path-46"
255
257
  }, /*#__PURE__*/React.createElement("path", {
256
- className: "".concat(blockClass, "__prefix-cls-1"),
258
+ className: `${blockClass}__prefix-cls-1`,
257
259
  d: "M107.2 759.41a4 4 0 014-6.93z"
258
260
  })), /*#__PURE__*/React.createElement("clipPath", {
259
261
  id: "prefix__clip-path-47"
260
262
  }, /*#__PURE__*/React.createElement("path", {
261
- className: "".concat(blockClass, "__prefix-cls-1"),
263
+ className: `${blockClass}__prefix-cls-1`,
262
264
  d: "M97.35 744.48a4 4 0 01-4 6.93z"
263
265
  })), /*#__PURE__*/React.createElement("clipPath", {
264
266
  id: "prefix__clip-path-48"
265
267
  }, /*#__PURE__*/React.createElement("path", {
266
- className: "".concat(blockClass, "__prefix-cls-1"),
268
+ className: `${blockClass}__prefix-cls-1`,
267
269
  d: "M93.35 751.41a4 4 0 114-6.93z"
268
270
  })), /*#__PURE__*/React.createElement("clipPath", {
269
271
  id: "prefix__clip-path-49"
270
272
  }, /*#__PURE__*/React.createElement("path", {
271
- className: "".concat(blockClass, "__prefix-cls-1"),
273
+ className: `${blockClass}__prefix-cls-1`,
272
274
  d: "M83.49 736.48a4 4 0 01-4 6.93z"
273
275
  })), /*#__PURE__*/React.createElement("clipPath", {
274
276
  id: "prefix__clip-path-50"
275
277
  }, /*#__PURE__*/React.createElement("path", {
276
- className: "".concat(blockClass, "__prefix-cls-1"),
278
+ className: `${blockClass}__prefix-cls-1`,
277
279
  d: "M79.49 743.41a4 4 0 014-6.93z"
278
280
  })), /*#__PURE__*/React.createElement("clipPath", {
279
281
  id: "prefix__clip-path-51"
280
282
  }, /*#__PURE__*/React.createElement("path", {
281
- className: "".concat(blockClass, "__prefix-cls-1"),
283
+ className: `${blockClass}__prefix-cls-1`,
282
284
  d: "M69.63 728.48a4 4 0 11-4 6.93z"
283
285
  })), /*#__PURE__*/React.createElement("clipPath", {
284
286
  id: "prefix__clip-path-52"
285
287
  }, /*#__PURE__*/React.createElement("path", {
286
- className: "".concat(blockClass, "__prefix-cls-1"),
288
+ className: `${blockClass}__prefix-cls-1`,
287
289
  d: "M65.63 735.41a4 4 0 114-6.93z"
288
290
  })), /*#__PURE__*/React.createElement("clipPath", {
289
291
  id: "prefix__clip-path-53"
290
292
  }, /*#__PURE__*/React.createElement("path", {
291
- className: "".concat(blockClass, "__prefix-cls-1"),
293
+ className: `${blockClass}__prefix-cls-1`,
292
294
  d: "M55.78 720.48a4 4 0 01-4 6.93z"
293
295
  })), /*#__PURE__*/React.createElement("clipPath", {
294
296
  id: "prefix__clip-path-54"
295
297
  }, /*#__PURE__*/React.createElement("path", {
296
- className: "".concat(blockClass, "__prefix-cls-1"),
298
+ className: `${blockClass}__prefix-cls-1`,
297
299
  d: "M51.78 727.41a4 4 0 114-6.93z"
298
300
  })), /*#__PURE__*/React.createElement("clipPath", {
299
301
  id: "prefix__clip-path-55"
300
302
  }, /*#__PURE__*/React.createElement("path", {
301
- className: "".concat(blockClass, "__prefix-cls-1"),
303
+ className: `${blockClass}__prefix-cls-1`,
302
304
  d: "M41.92 712.48a4 4 0 01-4 6.93z"
303
305
  })), /*#__PURE__*/React.createElement("clipPath", {
304
306
  id: "prefix__clip-path-56"
305
307
  }, /*#__PURE__*/React.createElement("path", {
306
- className: "".concat(blockClass, "__prefix-cls-1"),
308
+ className: `${blockClass}__prefix-cls-1`,
307
309
  d: "M37.92 719.41a4 4 0 014-6.93z"
308
310
  })), /*#__PURE__*/React.createElement("clipPath", {
309
311
  id: "prefix__clip-path-57"
310
312
  }, /*#__PURE__*/React.createElement("path", {
311
- className: "".concat(blockClass, "__prefix-cls-1"),
313
+ className: `${blockClass}__prefix-cls-1`,
312
314
  d: "M28.06 704.48a4 4 0 11-4 6.93z"
313
315
  })), /*#__PURE__*/React.createElement("clipPath", {
314
316
  id: "prefix__clip-path-58"
315
317
  }, /*#__PURE__*/React.createElement("path", {
316
- className: "".concat(blockClass, "__prefix-cls-1"),
318
+ className: `${blockClass}__prefix-cls-1`,
317
319
  d: "M24.06 711.41a4 4 0 114-6.93z"
318
320
  })), /*#__PURE__*/React.createElement("clipPath", {
319
321
  id: "prefix__clip-path-59"
320
322
  }, /*#__PURE__*/React.createElement("path", {
321
- className: "".concat(blockClass, "__prefix-cls-1"),
323
+ className: `${blockClass}__prefix-cls-1`,
322
324
  d: "M14.21 696.48a4 4 0 01-4 6.93z"
323
325
  })), /*#__PURE__*/React.createElement("clipPath", {
324
326
  id: "prefix__clip-path-60"
325
327
  }, /*#__PURE__*/React.createElement("path", {
326
- className: "".concat(blockClass, "__prefix-cls-1"),
328
+ className: `${blockClass}__prefix-cls-1`,
327
329
  d: "M10.21 703.41a4 4 0 014-6.93z"
328
330
  })), _linearGradient || (_linearGradient = /*#__PURE__*/React.createElement("linearGradient", {
329
331
  id: "prefix__linear-gradient",
@@ -1164,44 +1166,44 @@ var HTTPErrorSvg403 = function HTTPErrorSvg403(_ref) {
1164
1166
  d: "M443.91 543.92a5.29 5.29 0 00-1.79-1.82l-3.07-1.77-79.44-45.87-.29-.12-1.69 1a1 1 0 01.47-.11 1.83 1.83 0 01.9.28l79.44 45.87 3.07 1.77a4 4 0 011.37 1.41c.08.12.14.26.21.39l1-.58c-.04-.18-.09-.32-.18-.45z",
1165
1167
  fill: "url(#prefix__White_100_-0_)"
1166
1168
  })), /*#__PURE__*/React.createElement("path", {
1167
- className: "".concat(blockClass, "__prefix-cls-75"),
1169
+ className: `${blockClass}__prefix-cls-75`,
1168
1170
  d: "M281.57 349.8l5.43 67.25 11.14-27.5a11 11 0 000-8.28c-1-2.61-6.48-20.46-7.72-22.47a22.31 22.31 0 00-8.86-9l-.22 24.93 5.48 12a4 4 0 01.21 2.67l-5.69 20.6zM281.21 566s-12.66-7.32-11.76-14.55c.45-3.43 1.52-8.75 2.58-14.67 1.76-9.87 3.8-21.35 4.67-28.27 1.22-9.84 1.42-7.78 2-14.21.71-7.29.44-7.32.7-9.41l4.94-41.28-24.49-3.92 2.45 52.16c0 1 .06 2 .1 3a40.85 40.85 0 01-.65 7.84c-.19 1.14-.24 2.42-.43 3.81-1.51 10.83-1.92 29.76-1.94 32.8 0 5.24-.25 8.2-.25 8.2a21.12 21.12 0 01-2 7.88l-.19.46c.12 5.87 6 7.8 6 7.8a44.7 44.7 0 0110.87 5.44c2.63 1.82 4.86 2.5 7.44 1.09 2.31-1.3.89-3.4-.1-4.15"
1169
1171
  }), /*#__PURE__*/React.createElement("path", {
1170
- className: "".concat(blockClass, "__prefix-cls-76"),
1172
+ className: `${blockClass}__prefix-cls-76`,
1171
1173
  d: "M261.15 516.57c6.33-27.67 17.75-21.87 18.06-26.91l-16.83 3.27c.43 3.94-1.56 20.93-2.13 26.31.09 0 .22-.22.35-.52a14.42 14.42 0 00.55-2.15z"
1172
1174
  }), /*#__PURE__*/React.createElement("path", {
1173
- className: "".concat(blockClass, "__prefix-cls-77"),
1175
+ className: `${blockClass}__prefix-cls-77`,
1174
1176
  d: "M289.81 573.39c-.11-2.81-9-7.61-9-7.61 1 .73 2.36 2.79.1 4.07-2.54 1.38-4.72.71-7.31-1.08a44.28 44.28 0 00-10.67-5.34s-5.76-1.89-5.88-7.66l-.13.36c-.07.18-.13.36-.19.53a16.69 16.69 0 00-.64 2.62 13.83 13.83 0 00-.16 2.14.28.28 0 000-.09v.41a8.1 8.1 0 00.21 1.42 7.14 7.14 0 01-.21-1.42v1a5.67 5.67 0 002.9 5.25 1 1 0 01.52.88v4.45c.11.78 1.86.78 2 0v-4c.11-1.1 1.88-.33 2.58-.28a31.62 31.62 0 016.37 2.58c4.22 1.92 8 5.25 12.87 5.32 2.11.12 6.62-.88 6.7-2.76v-.77zm-4.31 2.28a8 8 0 002.45-.44 8 8 0 01-2.45.44z"
1175
1177
  }), /*#__PURE__*/React.createElement("path", {
1176
- className: "".concat(blockClass, "__prefix-cls-78"),
1178
+ className: `${blockClass}__prefix-cls-78`,
1177
1179
  d: "M289.8 573.39c-.11-2.81-9-7.64-9-7.64 1 .74 2.37 2.82.11 4.1-2.54 1.38-4.72.71-7.31-1.08a44.28 44.28 0 00-10.67-5.34s-5.76-1.89-5.88-7.66l-.13.36c-.11.29-.23.58-.32.88a6.45 6.45 0 01.21-.62 15.49 15.49 0 00-.74 3v-.27a14.5 14.5 0 00-.18 2.28.28.28 0 000-.09v.41a6.4 6.4 0 00.91 3.14c2.07 3.32 6.55 2.11 9.64 3.72 4 1.61 7.72 3.93 11.64 5.92.51.2 1 .37 1.53.56h.14a14.94 14.94 0 003.32.54c2.12 0 4.55.23 6.25-1.27a1.19 1.19 0 00.46-1z"
1178
1180
  }), /*#__PURE__*/React.createElement("path", {
1179
- className: "".concat(blockClass, "__prefix-cls-76"),
1181
+ className: `${blockClass}__prefix-cls-76`,
1180
1182
  d: "M279.14 489.68z"
1181
1183
  }), /*#__PURE__*/React.createElement("ellipse", {
1182
- className: "".concat(blockClass, "__prefix-cls-77"),
1184
+ className: `${blockClass}__prefix-cls-77`,
1183
1185
  cx: 244.95,
1184
1186
  cy: 586.07,
1185
1187
  rx: 9.61,
1186
1188
  ry: 6.41,
1187
1189
  transform: "rotate(-88.16 244.923 586.061)"
1188
1190
  }), /*#__PURE__*/React.createElement("path", {
1189
- className: "".concat(blockClass, "__prefix-cls-78"),
1191
+ className: `${blockClass}__prefix-cls-78`,
1190
1192
  d: "M251.55 572.91c0-2.37-2.13-4.43-5-4.67a5.22 5.22 0 00-5.54 3.18 73.89 73.89 0 00-2.49 13.44v.34c-.1 5.21 2.6 9.49 6.09 9.6s6.55-4.09 6.72-9.39l.18-12.49z"
1191
1193
  }), /*#__PURE__*/React.createElement("path", {
1192
- className: "".concat(blockClass, "__prefix-cls-75"),
1194
+ className: `${blockClass}__prefix-cls-75`,
1193
1195
  d: "M245.76 486c-2.13 41.53-2 74.42-4.61 86.95a80.25 80.25 0 00-1.69 10.54 1.44 1.44 0 001.36 1.51c2.42-.69 5.72-.85 8 .45a1.46 1.46 0 002-1.24c.92-34.21 7-41.71 13.91-95.51z"
1194
1196
  }), /*#__PURE__*/React.createElement("path", {
1195
- className: "".concat(blockClass, "__prefix-cls-78"),
1197
+ className: `${blockClass}__prefix-cls-78`,
1196
1198
  d: "M244.58 403.14c-3.05 8.5-9.25 22.24-6 40.51 4.19 23.54 4.18 33.11 4.16 40.72a7.13 7.13 0 003.27 6c10.57 6.83 35.93 3.44 36.67-6 1-13.12 4.33-35.61 5.82-45.89 2.41-16.53.37-26.22-3.43-37.63 0 0-.59 9.63-17.63 9.6-15.71.03-22.86-7.31-22.86-7.31z"
1197
1199
  }), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
1198
1200
  d: "M289.2 370.87a28.93 28.93 0 01-1.8-4 12 12 0 01-.59-3.2c-.06-.93-.16-1.86-.29-2.78-.91-6.08-3.2-10.16-5.95-11.86-4.06-2.52-16.93-9.95-28.37-2.58-6.63 4.28-10.81 8.61-17.45 14.2a3.24 3.24 0 00-.86 3.85l3 7.24a107.13 107.13 0 017.69 31.37s6.84 8.68 23.92 7.58 16.57-9.82 16.57-9.82l-.61-12.24c-.06-1-.08-1.93-.07-2.89 7.08-1.6 7.78-9.32 4.81-14.87z",
1199
1201
  fill: "#6ea6ff"
1200
1202
  })), /*#__PURE__*/React.createElement("path", {
1201
- className: "".concat(blockClass, "__prefix-cls-75"),
1203
+ className: `${blockClass}__prefix-cls-75`,
1202
1204
  d: "M252.2 346.48c-3.46 2.81.61 7.87 5.72 11.79 4.29 3.3 9.31 5.8 11.2 5.51a3.65 3.65 0 002-1.53 14.32 14.32 0 001.72-12.95 13.23 13.23 0 00-3.51-5.13s.3-8.54.54-15.71a3.68 3.68 0 00-2.06-3.1 12.3 12.3 0 00-7-1.41c-2.69.24-5.15 1.39-5.73 4-.22 6.28-.25 7.08-.38 10.91l-.12 3.43a7.41 7.41 0 01-2.38 4.19z"
1203
1205
  }), /*#__PURE__*/React.createElement("image", {
1204
- className: "".concat(blockClass, "__prefix-cls-80"),
1206
+ className: `${blockClass}__prefix-cls-80`,
1205
1207
  width: 24,
1206
1208
  height: 41,
1207
1209
  transform: "translate(250 323)",
@@ -1209,29 +1211,29 @@ var HTTPErrorSvg403 = function HTTPErrorSvg403(_ref) {
1209
1211
  }), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
1210
1212
  d: "M286.2 404.44z"
1211
1213
  })), /*#__PURE__*/React.createElement("path", {
1212
- className: "".concat(blockClass, "__prefix-cls-75"),
1214
+ className: `${blockClass}__prefix-cls-75`,
1213
1215
  d: "M265.31 305.37a16.71 16.71 0 00-17.41 16l-.44 10.24a16.7 16.7 0 1033.36 1.39l.45-10.24a16.71 16.71 0 00-15.96-17.39z"
1214
1216
  }), /*#__PURE__*/React.createElement("path", {
1215
- className: "".concat(blockClass, "__prefix-cls-81"),
1217
+ className: `${blockClass}__prefix-cls-81`,
1216
1218
  d: "M249.63 315.19a9.16 9.16 0 007.28 2.8 8.88 8.88 0 00.77-17.6 9.18 9.18 0 00-7.5 2.16 9.08 9.08 0 00-2.72 8 8.65 8.65 0 002.17 4.64z"
1217
1219
  }), /*#__PURE__*/React.createElement("image", {
1218
- className: "".concat(blockClass, "__prefix-cls-80"),
1220
+ className: `${blockClass}__prefix-cls-80`,
1219
1221
  width: 19,
1220
1222
  height: 19,
1221
1223
  transform: "translate(247 300)",
1222
1224
  xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsSAAALEgHS3X78AAADaUlEQVQ4T51UTU/rRhS9djyO7YydDwguboD2iQ+VSs2iQWJBNl2y5Xd22yWb10WlhsVD4iHyqkRBkOI4dWyPP2fscRdgCpRueqSRrCvP8TnnXl+hLEt4D4QQTCmVkyRROeeiJEm5YRgBxjh69wIASG8Lvu8bQRAYGOOwKIraw8PDV5RSmXMuiqLILcuam6Zpq6qa/icZ51xwHKe7XC7XwzDEURQ1PM9reZ7XyrKsLooi7/f7n57eFdM0rSuKkr0kE6sHSqlMKZUZY2gymXwAABAEoQQAKIqiliSJOhqNBufn5z/d3NwcRFHUgDd4ZXM8Hu+7rttJkkQdj8f7q9Wq7bpuJwxDzBhDCCGGMQ5t2zZPT09/QQgxwzDIK7LpdPpNHMdanucSAMDt7e32fD63BEEoHcfpEkL0PM8lRVHSdru9KoqiNhqNBrIsU0mSZpqmJa+UqaqauK7bmU6n387nc2uxWGwIglDatm1GUdRot9urPM+lNE2VMAxxEATGbDbbwRiHjLGg2WwGEgBAHMfa9fX1d2EY4ionxhjKsqye57lEKZXv7u56CCGm6zrJsqwOAJCmqbK2tvbX1tbW3bOyJEnUIAiMIAgM13U7y+Vy3XGcLmMM+b7fJIToVWYVUWU5jmPtVWaUUjmOY40QoodhiAkhOiFEp5TKhBA9iqIG51zknIuKoqRFUdTKshQ452IURQ1CCNZ1PRQBHuemspOmqcIYQwCPIwEAUJalkOe5xBhDaZoqLz88mUw+XF1dff+sTBRFDgBQr9ezWq1WVJm9PEVRSO/V8zyXqimQAABkWaZ7e3tfbNs2F4vFBkKIIYSY7/tNzrmIEGIAAFW9OsPh8OPBwcFNr9f7pwGWZc09z2sZhhH0er07x3G6vu83syyrS5KUVxarbg6Hw4/L5XJd13WiqmrSarW8Z7Jut+tsbm7+GUVRwzRN+/Dw8HOapgrAY/srS5Uay7Lmx8fHv7VaLU/XdVJtEulJfr6zszMTBKF8mZ/ruh3OuXh5efkDYwwdHR393ul03N3d3T/6/f4n0zTtZrMZwBOe/wCMcbS9vX0ryzJtNBqRYRhBEARGHMfaycnJr/f3919rmhafnZ39fHFx8eP+/v4XeAPhveXoOM76YrHYSJJEfbnLZFmmg8Hg4l8XnvAu2f/F39fINtG4P6L+AAAAAElFTkSuQmCC"
1223
1225
  }), /*#__PURE__*/React.createElement("path", {
1224
- className: "".concat(blockClass, "__prefix-cls-81"),
1226
+ className: `${blockClass}__prefix-cls-81`,
1225
1227
  d: "M253.18 322.85c3.58-7 13.7-2 18.2-4.27 5.87-3 8.92-1.57 8.73-2.74a16.83 16.83 0 00-14.94-10.66c-9.33-.16-17.1 6.57-17.57 16.11l-.36 8.26c.97.76 2.76-.45 5.94-6.7z"
1226
1228
  }), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
1227
1229
  d: "M286.52 360.92c.13.92.23 1.85.29 2.78a12 12 0 00.59 3.2 28.93 28.93 0 001.8 4c2.7 5.05 2.35 11.89-3.08 14.31l.71 1.54.09.23a9.34 9.34 0 004.87-4.79c1.6-3.52 1.26-8.19-.88-12.2a26.28 26.28 0 01-1.68-3.71 9.65 9.65 0 01-.49-2.68c-.06-1-.17-2-.31-2.93q-.14-.9-.3-1.74a13.38 13.38 0 00-6.49-9.06h-.05c2.29 1.95 4.14 5.74 4.93 11.05z",
1228
1230
  opacity: 0.15,
1229
1231
  fill: "none"
1230
1232
  })), /*#__PURE__*/React.createElement("path", {
1231
- className: "".concat(blockClass, "__prefix-cls-76"),
1233
+ className: `${blockClass}__prefix-cls-76`,
1232
1234
  d: "M285.55 402.38c.22.66.42 1.32.62 2 1.92.63 3.72 1.2 5.29 1.68l.64-1.56c-1.9-.61-4.1-1.33-6.55-2.12zM287.94 415h-.07a1.84 1.84 0 00-.67-.3l-2.58-.54-16.07-3.36-1-.21-6.69-1.39a16.45 16.45 0 01-9.51-5.89v-.06a122.09 122.09 0 01-8.7-12.94 26.21 26.21 0 004 9.43q1.59 2.31 3.36 4.56a18.16 18.16 0 005.48 4.62 17 17 0 002.93 1.29 18.7 18.7 0 002.07.58l25.77 5.4.63.13.08.06.24.15 1.86 1.13c-.09-.72-.18-1.44-.29-2.14z"
1233
1235
  }), /*#__PURE__*/React.createElement("path", {
1234
- className: "".concat(blockClass, "__prefix-cls-75"),
1236
+ className: `${blockClass}__prefix-cls-75`,
1235
1237
  d: "M290.31 416.4a35.22 35.22 0 003.74 2c6.44 2.94 7.48 1.58 11.3-4.4.46-.72 1.45-.64 2.28-.42 1.79.5 5.49 2.59 7.27 3.08a2.14 2.14 0 002.78-2.23 2.29 2.29 0 00-1.24-1.69c-1.77-1-4.74-2.54-7.87-3.91-2.36-1-6-2.42-8.7-2.54-2.31-.1-4.92.78-7.14.13-9.64-2.82-30.42-10.34-31.47-10.65l-.05-.06c-4.68-12.86-12.12-28.63-15.85-32.49-4.33-4.48-10.38-5-12.09-.33-1.62 4.5-.7 10.08 4.89 19.7 3.64 6.27 7.8 13.78 13.15 20.58v.06a16.35 16.35 0 009.51 5.88l26.34 5.51a1.81 1.81 0 01.74.35z"
1236
1238
  }), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
1237
1239
  d: "M265 277.3a4.86 4.86 0 01-5.55-5.22v-1.26a5.56 5.56 0 1111.11 0v1.26a4.86 4.86 0 01-5.56 5.22zm-1.85-17.18l-2.35-25.67v-16.92h8.41v16.92l-2.35 25.67z",