@carbon/ibm-products 2.43.2-canary.3 → 2.43.2-canary.300
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/css/config-dev.css +6 -1
- package/css/config-dev.css.map +1 -1
- package/css/config.css +6 -1
- package/css/config.css.map +1 -1
- package/css/index-full-carbon.css +5636 -4152
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +304 -102
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +1613 -397
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +1780 -382
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/_virtual/index.js +6 -2
- package/es/{global/js/utils/window.js → _virtual/index2.js} +2 -4
- package/es/components/APIKeyModal/APIKeyDownloader.js +1 -1
- package/es/components/APIKeyModal/APIKeyModal.js +1 -1
- package/es/components/APIKeyModal/APIKeyModal.types.d.ts +7 -1
- package/es/components/APIKeyModal/index.d.ts +2 -1
- package/es/components/AboutModal/AboutModal.d.ts +1 -2
- package/es/components/AboutModal/AboutModal.js +24 -7
- package/es/components/AboutModal/index.d.ts +8 -1
- package/es/components/ActionBar/ActionBar.d.ts +62 -2
- package/es/components/ActionBar/ActionBar.js +28 -13
- package/es/components/ActionBar/ActionBarItem.d.ts +36 -2
- package/es/components/ActionBar/ActionBarItem.js +9 -6
- package/es/components/ActionBar/ActionBarOverflowItems.d.ts +64 -16
- package/es/components/ActionBar/ActionBarOverflowItems.js +27 -8
- package/es/components/ActionSet/ActionSet.d.ts +1 -2
- package/es/components/ActionSet/ActionSet.js +3 -3
- package/es/components/ActionSet/index.d.ts +8 -1
- package/es/components/AddSelect/AddSelect.js +1 -1
- package/es/components/AddSelect/AddSelectBody.js +3 -3
- package/es/components/AddSelect/AddSelectBreadcrumbs.js +1 -1
- package/es/components/AddSelect/AddSelectColumn.js +1 -1
- package/es/components/AddSelect/AddSelectFilter.js +1 -1
- package/es/components/AddSelect/AddSelectFormControl.js +1 -1
- package/es/components/AddSelect/AddSelectList.js +1 -1
- package/es/components/AddSelect/AddSelectMetaPanel.js +1 -1
- package/es/components/AddSelect/AddSelectRow.js +1 -1
- package/es/components/AddSelect/AddSelectSidebar.js +1 -1
- package/es/components/AddSelect/AddSelectSort.js +1 -1
- package/es/components/AddSelect/index.d.ts +2 -1
- package/es/components/AddSelect/types/index.d.ts +6 -0
- package/es/components/BigNumbers/BigNumbers.js +2 -2
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +1 -1
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +1 -1
- package/es/components/Card/Card.d.ts +69 -2
- package/es/components/Card/Card.js +38 -40
- package/es/components/Card/CardFooter.d.ts +51 -48
- package/es/components/Card/CardFooter.js +5 -3
- package/es/components/Card/CardHeader.d.ts +67 -49
- package/es/components/Card/CardHeader.js +5 -3
- package/es/components/Carousel/Carousel.js +2 -3
- package/es/components/Carousel/CarouselItem.js +1 -1
- package/es/components/Carousel/index.d.ts +9 -2
- package/es/components/Cascade/Cascade.d.ts +1 -2
- package/es/components/Cascade/Cascade.js +2 -2
- package/es/components/Cascade/index.d.ts +2 -1
- package/es/components/Checklist/Checklist.d.ts +2 -2
- package/es/components/Checklist/Checklist.js +7 -7
- package/es/components/Checklist/ChecklistChart.js +1 -1
- package/es/components/Checklist/ChecklistIcon.js +1 -1
- package/es/components/Checklist/index.d.ts +8 -1
- package/es/components/Coachmark/Coachmark.d.ts +7 -3
- package/es/components/Coachmark/Coachmark.js +53 -17
- package/es/components/Coachmark/CoachmarkDragbar.js +1 -2
- package/es/components/Coachmark/CoachmarkHeader.js +1 -2
- package/es/components/Coachmark/CoachmarkOverlay.js +3 -5
- package/es/components/Coachmark/CoachmarkTagline.js +1 -1
- package/es/components/Coachmark/index.d.ts +10 -3
- package/es/components/Coachmark/utils/enums.d.ts +6 -0
- package/es/components/Coachmark/utils/enums.js +1 -0
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +2 -3
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +5 -10
- package/es/components/CoachmarkBeacon/index.d.ts +8 -1
- package/es/components/CoachmarkButton/CoachmarkButton.d.ts +1 -2
- package/es/components/CoachmarkButton/CoachmarkButton.js +4 -2
- package/es/components/CoachmarkButton/index.d.ts +8 -1
- package/es/components/CoachmarkFixed/CoachmarkFixed.d.ts +1 -2
- package/es/components/CoachmarkFixed/CoachmarkFixed.js +20 -17
- package/es/components/CoachmarkFixed/index.d.ts +8 -1
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +1 -2
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +1 -2
- package/es/components/CoachmarkOverlayElement/index.d.ts +8 -1
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +1 -2
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +11 -8
- package/es/components/CoachmarkOverlayElements/index.d.ts +8 -1
- package/es/components/CoachmarkStack/CoachmarkStack.d.ts +67 -2
- package/es/components/CoachmarkStack/CoachmarkStack.js +23 -12
- package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +71 -2
- package/es/components/CoachmarkStack/CoachmarkStackHome.js +27 -26
- package/es/components/ComboButton/ComboButton.d.ts +1 -1
- package/es/components/ComboButton/ComboButton.js +4 -4
- package/es/components/ComboButton/ComboButtonItem/index.js +1 -1
- package/es/components/ComboButton/index.d.ts +9 -2
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +100 -24
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +127 -85
- package/es/components/ConditionBuilder/ConditionBuilder.d.ts +9 -2
- package/es/components/ConditionBuilder/ConditionBuilder.js +100 -35
- package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts +155 -0
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +29 -0
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +154 -0
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +62 -25
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +32 -30
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +86 -30
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +37 -13
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.d.ts +29 -14
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +29 -26
- package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +22 -11
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +48 -29
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +129 -88
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts +10 -43
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +49 -35
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +49 -36
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +49 -36
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +81 -27
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +122 -42
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +27 -10
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +27 -13
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +30 -12
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +34 -11
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +36 -0
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +125 -0
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +33 -0
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/{ConditionBuilderItemOption.js → ItemOptionForValueField.js} +78 -40
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +35 -10
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +25 -13
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +25 -10
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +3 -3
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +44 -19
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +158 -66
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +30 -9
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +53 -22
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +2 -1
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +186 -73
- package/es/components/ConditionBuilder/utils/useDataConfigs.d.ts +18 -0
- package/es/components/ConditionBuilder/utils/useDataConfigs.js +120 -0
- package/es/components/ConditionBuilder/utils/useTranslations.d.ts +1 -0
- package/es/components/ConditionBuilder/utils/useTranslations.js +29 -0
- package/es/components/ConditionBuilder/utils/util.d.ts +18 -4
- package/es/components/ConditionBuilder/utils/util.js +88 -19
- package/es/components/CreateFullPage/CreateFullPage.d.ts +5 -3
- package/es/components/CreateFullPage/CreateFullPage.js +17 -10
- package/es/components/CreateFullPage/CreateFullPageStep.d.ts +5 -3
- package/es/components/CreateFullPage/CreateFullPageStep.js +6 -3
- package/es/components/CreateFullPage/index.d.ts +10 -2
- package/es/components/CreateInfluencer/CreateInfluencer.js +1 -1
- package/es/components/CreateModal/CreateModal.d.ts +2 -3
- package/es/components/CreateModal/CreateModal.js +2 -2
- package/es/components/CreateModal/index.d.ts +2 -1
- package/es/components/CreateSidePanel/CreateSidePanel.js +2 -2
- package/es/components/CreateSidePanel/index.d.ts +7 -1
- package/es/components/CreateTearsheet/CreateTearsheet.d.ts +8 -2
- package/es/components/CreateTearsheet/CreateTearsheet.js +20 -9
- package/es/components/CreateTearsheet/CreateTearsheetDivider.js +1 -1
- package/es/components/CreateTearsheet/CreateTearsheetStep.d.ts +18 -0
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +31 -4
- package/es/components/CreateTearsheet/index.d.ts +10 -3
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +1 -1
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +3 -3
- package/es/components/CreateTearsheetNarrow/index.d.ts +8 -1
- package/es/components/DataSpreadsheet/DataSpreadsheet.d.ts +29 -4
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +158 -64
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +25 -1
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +51 -10
- package/es/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +16 -0
- package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +33 -9
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +4 -1
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.d.ts +3 -1
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +15 -3
- package/es/components/DataSpreadsheet/index.d.ts +8 -1
- package/es/components/DataSpreadsheet/types/index.d.ts +8 -1
- package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +34 -2
- package/es/components/Datagrid/Datagrid/Datagrid.d.ts +1 -5
- package/es/components/Datagrid/Datagrid/Datagrid.js +6 -11
- package/es/components/Datagrid/Datagrid/DatagridBody.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DatagridContent.js +9 -5
- package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +4 -2
- package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +26 -8
- package/es/components/Datagrid/Datagrid/DatagridRefBody.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DatagridRow.js +27 -12
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +10 -27
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +4 -3
- package/es/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DatagridToolbar.js +21 -5
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +43 -18
- package/es/components/Datagrid/Datagrid/DraggableElement.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DraggableElement.js +2 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +47 -22
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +5 -5
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +16 -14
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +3 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +40 -10
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +37 -13
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +6 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +21 -13
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +7 -0
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +57 -29
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +3 -4
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +95 -29
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +10 -2
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/stateReducer.d.ts +14 -0
- package/es/components/Datagrid/Datagrid/addons/stateReducer.js +137 -36
- package/es/components/Datagrid/common-column-ids.d.ts +6 -0
- package/es/components/Datagrid/index.d.ts +29 -22
- package/es/components/Datagrid/types/index.d.ts +75 -13
- package/es/components/Datagrid/useActionsColumn.d.ts +8 -1
- package/es/components/Datagrid/useActionsColumn.js +9 -12
- package/es/components/Datagrid/useColumnCenterAlign.js +1 -2
- package/es/components/Datagrid/useColumnRightAlign.d.ts +8 -1
- package/es/components/Datagrid/useColumnRightAlign.js +5 -5
- package/es/components/Datagrid/useCustomizeColumns.d.ts +8 -1
- package/es/components/Datagrid/useCustomizeColumns.js +5 -5
- package/es/components/Datagrid/useDatagrid.d.ts +6 -0
- package/es/components/Datagrid/useDatagrid.js +1 -2
- package/es/components/Datagrid/useDefaultStringRenderer.js +0 -1
- package/es/components/Datagrid/useDisableSelectRows.d.ts +8 -1
- package/es/components/Datagrid/useDisableSelectRows.js +43 -24
- package/es/components/Datagrid/useExpandedRow.js +1 -2
- package/es/components/Datagrid/useFiltering.d.ts +1 -0
- package/es/components/Datagrid/useFiltering.js +14 -4
- package/es/components/Datagrid/useFlexResize.d.ts +0 -6
- package/es/components/Datagrid/useFlexResize.js +33 -17
- package/es/components/Datagrid/useInfiniteScroll.js +1 -2
- package/es/components/Datagrid/useInitialColumnSort.js +4 -0
- package/es/components/Datagrid/useInlineEdit.js +13 -4
- package/es/components/Datagrid/useNestedRowExpander.js +71 -20
- package/es/components/Datagrid/useNestedRows.js +33 -15
- package/es/components/Datagrid/useOnRowClick.js +1 -2
- package/es/components/Datagrid/useRowExpander.js +5 -8
- package/es/components/Datagrid/useRowIsMouseOver.d.ts +6 -0
- package/es/components/Datagrid/useRowIsMouseOver.js +1 -2
- package/es/components/Datagrid/useRowRenderer.js +44 -2
- package/es/components/Datagrid/useSelectAllToggle.js +1 -2
- package/es/components/Datagrid/useSelectRows.js +43 -22
- package/es/components/Datagrid/useSortableColumns.d.ts +5 -4
- package/es/components/Datagrid/useSortableColumns.js +35 -17
- package/es/components/Datagrid/useStickyColumn.d.ts +8 -1
- package/es/components/Datagrid/useStickyColumn.js +13 -11
- package/es/components/Decorator/Decorator.js +3 -2
- package/es/components/DecoratorBase/DecoratorBase.js +4 -6
- package/es/components/DecoratorBase/DecoratorIcon.js +1 -1
- package/es/components/DecoratorDualButton/DecoratorDualButton.js +3 -2
- package/es/components/DecoratorLink/DecoratorLink.js +3 -2
- package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +3 -2
- package/es/components/DelimitedList/DelimitedList.d.ts +1 -2
- package/es/components/DelimitedList/DelimitedList.js +1 -1
- package/es/components/DelimitedList/index.d.ts +8 -1
- package/es/components/DescriptionList/DescriptionList.js +1 -1
- package/es/components/DescriptionList/DescriptionListBody.js +1 -1
- package/es/components/DescriptionList/DescriptionListCell.js +1 -1
- package/es/components/DescriptionList/DescriptionListRow.js +1 -1
- package/es/components/EditFullPage/EditFullPage.d.ts +1 -2
- package/es/components/EditFullPage/EditFullPage.js +1 -1
- package/es/components/EditFullPage/index.d.ts +8 -1
- package/es/components/EditInPlace/EditInPlace.d.ts +9 -1
- package/es/components/EditInPlace/EditInPlace.js +39 -22
- package/es/components/EditInPlace/index.d.ts +8 -1
- package/es/components/EditSidePanel/EditSidePanel.d.ts +2 -3
- package/es/components/EditSidePanel/EditSidePanel.js +4 -4
- package/es/components/EditSidePanel/index.d.ts +8 -1
- package/es/components/EditTearsheet/EditTearsheet.d.ts +7 -2
- package/es/components/EditTearsheet/EditTearsheet.js +45 -11
- package/es/components/EditTearsheet/EditTearsheetForm.d.ts +45 -2
- package/es/components/EditTearsheet/EditTearsheetForm.js +4 -1
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +1 -2
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +1 -1
- package/es/components/EditTearsheetNarrow/index.d.ts +8 -1
- package/es/components/EditUpdateCards/EditUpdateCards.d.ts +2 -2
- package/es/components/EditUpdateCards/EditUpdateCards.js +4 -4
- package/es/components/EditUpdateCards/index.d.ts +8 -1
- package/es/components/EmptyStates/EmptyState.d.ts +72 -5
- package/es/components/EmptyStates/EmptyState.js +9 -6
- package/es/components/EmptyStates/EmptyStateContent.js +1 -1
- package/es/components/EmptyStates/EmptyStateIllustration.js +1 -1
- package/es/components/EmptyStates/EmptyStateV2.d.ts +63 -2
- package/es/components/EmptyStates/EmptyStateV2.js +4 -3
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -1
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -1
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -1
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -1
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -1
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -1
- package/es/components/EmptyStates/assets/ErrorIllustration.js +1 -1
- package/es/components/EmptyStates/assets/NoDataIllustration.js +6 -6
- package/es/components/EmptyStates/assets/NoTagsIllustration.js +1 -1
- package/es/components/EmptyStates/assets/NotFoundIllustration.js +1 -1
- package/es/components/EmptyStates/assets/NotificationsIllustration.js +9 -9
- package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -1
- package/es/components/ExportModal/ExportModal.d.ts +7 -3
- package/es/components/ExportModal/ExportModal.js +29 -10
- package/es/components/ExportModal/index.d.ts +2 -1
- package/es/components/ExpressiveCard/ExpressiveCard.d.ts +1 -1
- package/es/components/ExpressiveCard/ExpressiveCard.js +2 -2
- package/es/components/ExpressiveCard/index.d.ts +2 -1
- package/es/components/FeatureFlags/index.d.ts +26 -21
- package/es/components/FeatureFlags/index.js +2 -11
- package/es/components/FilterPanel/FilterPanel.js +1 -1
- package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
- package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +2 -2
- package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +1 -1
- package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +1 -1
- package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +1 -1
- package/es/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +1 -1
- package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +1 -1
- package/es/components/FilterSummary/FilterSummary.d.ts +1 -1
- package/es/components/FilterSummary/FilterSummary.js +8 -9
- package/es/components/FilterSummary/index.d.ts +8 -1
- package/es/components/FullPageError/FullPageError.d.ts +35 -2
- package/es/components/FullPageError/FullPageError.js +11 -11
- package/es/components/FullPageError/assets/Error403SVG.d.ts +3 -1
- package/es/components/FullPageError/assets/Error403SVG.js +7 -4
- package/es/components/FullPageError/assets/Error404SVG.d.ts +3 -1
- package/es/components/FullPageError/assets/Error404SVG.js +7 -4
- package/es/components/FullPageError/assets/ErrorGenericSVG.d.ts +3 -1
- package/es/components/FullPageError/assets/ErrorGenericSVG.js +7 -4
- package/es/components/FullPageError/index.d.ts +8 -1
- package/es/components/GetStartedCard/GetStartedCard.d.ts +60 -2
- package/es/components/GetStartedCard/GetStartedCard.js +12 -11
- package/es/components/GetStartedCard/index.d.ts +8 -1
- package/es/components/Guidebanner/Guidebanner.d.ts +1 -2
- package/es/components/Guidebanner/Guidebanner.js +6 -5
- package/es/components/Guidebanner/GuidebannerElement.d.ts +1 -2
- package/es/components/Guidebanner/GuidebannerElement.js +1 -1
- package/es/components/Guidebanner/GuidebannerElementButton.d.ts +2 -3
- package/es/components/Guidebanner/GuidebannerElementButton.js +2 -2
- package/es/components/Guidebanner/GuidebannerElementLink.d.ts +2 -3
- package/es/components/Guidebanner/GuidebannerElementLink.js +2 -2
- package/es/components/Guidebanner/index.d.ts +14 -4
- package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +9 -2
- package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +9 -2
- package/es/components/HTTPErrors/HTTPErrorContent.js +1 -1
- package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +8 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +3 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +211 -204
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +3 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +123 -116
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +3 -1
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +117 -110
- package/es/components/ImportModal/ImportModal.d.ts +1 -1
- package/es/components/ImportModal/ImportModal.js +3 -3
- package/es/components/ImportModal/index.d.ts +2 -1
- package/es/components/InlineTip/InlineTip.d.ts +2 -2
- package/es/components/InlineTip/InlineTip.js +5 -5
- package/es/components/InlineTip/InlineTipButton.d.ts +1 -2
- package/es/components/InlineTip/InlineTipButton.js +2 -2
- package/es/components/InlineTip/InlineTipLink.d.ts +1 -2
- package/es/components/InlineTip/InlineTipLink.js +2 -2
- package/es/components/InlineTip/index.d.ts +12 -3
- package/es/components/InterstitialScreen/InterstitialScreen.d.ts +1 -1
- package/es/components/InterstitialScreen/InterstitialScreen.js +7 -6
- package/es/components/InterstitialScreen/index.d.ts +8 -1
- package/es/components/InterstitialScreenView/InterstitialScreenView.d.ts +1 -2
- package/es/components/InterstitialScreenView/InterstitialScreenView.js +1 -1
- package/es/components/InterstitialScreenView/index.d.ts +8 -1
- package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +1 -2
- package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +1 -1
- package/es/components/InterstitialScreenViewModule/index.d.ts +8 -1
- package/es/components/MultiAddSelect/MultiAddSelect.d.ts +1 -1
- package/es/components/MultiAddSelect/MultiAddSelect.js +2 -2
- package/es/components/MultiAddSelect/index.d.ts +2 -1
- package/es/components/Nav/Nav.js +1 -1
- package/es/components/Nav/NavItem.js +16 -4
- package/es/components/Nav/NavItemLink.js +1 -1
- package/es/components/Nav/NavList.js +4 -1
- package/es/components/NonLinearReading/NonLinearReading.d.ts +1 -1
- package/es/components/NonLinearReading/NonLinearReading.js +3 -3
- package/es/components/NonLinearReading/index.d.ts +8 -1
- package/es/components/NotificationsPanel/NotificationsPanel.d.ts +8 -2
- package/es/components/NotificationsPanel/NotificationsPanel.js +91 -8
- package/es/components/NotificationsPanel/index.d.ts +8 -1
- package/es/components/OptionsTile/OptionsTile.d.ts +3 -4
- package/es/components/OptionsTile/OptionsTile.js +16 -13
- package/es/components/OptionsTile/index.d.ts +8 -1
- package/es/components/PageHeader/PageHeader.d.ts +2 -2
- package/es/components/PageHeader/PageHeader.js +21 -10
- package/es/components/PageHeader/PageHeaderTitle.js +1 -1
- package/es/components/PageHeader/PageHeaderUtils.js +1 -6
- package/es/components/PageHeader/index.d.ts +2 -1
- package/es/components/ProductiveCard/ProductiveCard.d.ts +9 -1
- package/es/components/ProductiveCard/ProductiveCard.js +13 -3
- package/es/components/ProductiveCard/index.d.ts +2 -1
- package/es/components/RemoveModal/RemoveModal.d.ts +7 -4
- package/es/components/RemoveModal/RemoveModal.js +13 -7
- package/es/components/RemoveModal/index.d.ts +2 -1
- package/es/components/Saving/Saving.d.ts +1 -1
- package/es/components/Saving/Saving.js +3 -3
- package/es/components/Saving/index.d.ts +2 -1
- package/es/components/ScrollGradient/ScrollGradient.js +2 -2
- package/es/components/SearchBar/SearchBar.d.ts +2 -2
- package/es/components/SearchBar/SearchBar.js +5 -5
- package/es/components/SearchBar/index.d.ts +8 -1
- package/es/components/SidePanel/SidePanel.d.ts +6 -1
- package/es/components/SidePanel/SidePanel.js +76 -54
- package/es/components/SidePanel/index.d.ts +8 -1
- package/es/components/SidePanel/motion/variants.d.ts +4 -6
- package/es/components/SidePanel/motion/variants.js +10 -11
- package/es/components/SimpleHeader/SimpleHeader.d.ts +3 -1
- package/es/components/SimpleHeader/SimpleHeader.js +10 -3
- package/es/components/SingleAddSelect/SingleAddSelect.d.ts +1 -2
- package/es/components/SingleAddSelect/SingleAddSelect.js +2 -2
- package/es/components/SingleAddSelect/index.d.ts +2 -1
- package/es/components/StatusIcon/StatusIcon.d.ts +1 -1
- package/es/components/StatusIcon/StatusIcon.js +2 -2
- package/es/components/StatusIcon/index.d.ts +8 -1
- package/es/components/StatusIndicator/StatusIndicator.js +1 -1
- package/es/components/StatusIndicator/StatusIndicatorStep.js +87 -0
- package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +1 -2
- package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +1 -1
- package/es/components/SteppedAnimatedMedia/index.d.ts +8 -1
- package/es/components/StringFormatter/StringFormatter.js +15 -4
- package/es/components/StringFormatter/utils/enums.d.ts +20 -1
- package/es/components/StringFormatter/utils/enums.js +29 -2
- package/es/components/TagOverflow/TagOverflow.d.ts +37 -4
- package/es/components/TagOverflow/TagOverflow.js +66 -72
- package/es/components/TagOverflow/TagOverflowModal.d.ts +2 -1
- package/es/components/TagOverflow/TagOverflowModal.js +14 -10
- package/es/components/TagOverflow/TagOverflowPopover.d.ts +14 -1
- package/es/components/TagOverflow/TagOverflowPopover.js +50 -46
- package/es/components/TagOverflow/index.d.ts +8 -1
- package/es/components/TagSet/TagSet.d.ts +18 -8
- package/es/components/TagSet/TagSet.js +62 -37
- package/es/components/TagSet/TagSetModal.d.ts +2 -1
- package/es/components/TagSet/TagSetModal.js +11 -5
- package/es/components/TagSet/TagSetOverflow.d.ts +13 -1
- package/es/components/TagSet/TagSetOverflow.js +54 -13
- package/es/components/TagSet/index.d.ts +2 -1
- package/es/components/Tearsheet/Tearsheet.d.ts +19 -6
- package/es/components/Tearsheet/Tearsheet.js +22 -7
- package/es/components/Tearsheet/TearsheetNarrow.d.ts +15 -4
- package/es/components/Tearsheet/TearsheetNarrow.js +18 -6
- package/es/components/Tearsheet/TearsheetShell.d.ts +11 -1
- package/es/components/Tearsheet/TearsheetShell.js +67 -23
- package/es/components/Tearsheet/index.d.ts +10 -2
- package/es/components/Toolbar/Toolbar.d.ts +1 -1
- package/es/components/Toolbar/Toolbar.js +3 -3
- package/es/components/Toolbar/ToolbarButton.d.ts +14 -4
- package/es/components/Toolbar/ToolbarButton.js +20 -12
- package/es/components/Toolbar/ToolbarGroup.d.ts +1 -2
- package/es/components/Toolbar/ToolbarGroup.js +3 -3
- package/es/components/Toolbar/index.d.ts +12 -3
- package/es/components/TooltipTrigger/TooltipTrigger.js +1 -1
- package/es/components/TruncatedList/TruncatedList.d.ts +1 -2
- package/es/components/TruncatedList/TruncatedList.js +3 -3
- package/es/components/TruncatedList/index.d.ts +8 -1
- package/es/components/UserAvatar/UserAvatar.d.ts +59 -1
- package/es/components/UserAvatar/UserAvatar.js +8 -24
- package/es/components/UserProfileImage/UserProfileImage.d.ts +4 -4
- package/es/components/UserProfileImage/UserProfileImage.js +6 -5
- package/es/components/UserProfileImage/index.d.ts +2 -1
- package/es/components/WebTerminal/WebTerminal.d.ts +4 -4
- package/es/components/WebTerminal/WebTerminal.js +16 -18
- package/es/components/WebTerminal/WebTerminalContentWrapper.d.ts +2 -3
- package/es/components/WebTerminal/WebTerminalContentWrapper.js +1 -1
- package/es/components/WebTerminal/hooks/index.js +1 -1
- package/es/components/WebTerminal/index.d.ts +11 -3
- package/es/components/_Canary/Canary.js +1 -1
- package/es/components/index.d.ts +73 -72
- package/es/global/js/hooks/useCreateComponentStepChange.d.ts +3 -1
- package/es/global/js/hooks/useCreateComponentStepChange.js +18 -2
- package/es/global/js/hooks/useFocus.d.ts +3 -2
- package/es/global/js/hooks/useFocus.js +48 -28
- package/es/global/js/hooks/usePrefersReducedMotion.js +14 -8
- package/es/global/js/package-settings.d.ts +3 -1
- package/es/global/js/package-settings.js +3 -1
- package/es/global/js/utils/Wrap.d.ts +8 -0
- package/es/global/js/utils/Wrap.js +10 -4
- package/es/global/js/utils/devtools.js +1 -2
- package/es/global/js/utils/keyboardNavigation.d.ts +27 -0
- package/es/global/js/utils/keyboardNavigation.js +37 -0
- package/es/global/js/utils/props-helper.js +1 -1
- package/es/global/js/utils/scrollableAncestor.js +7 -0
- package/es/global/js/utils/uuidv4.d.ts +6 -0
- package/es/global/js/utils/uuidv4.js +2 -0
- package/es/global/js/utils/wait.d.ts +6 -0
- package/es/global/js/utils/wait.js +2 -0
- package/es/global/js/utils/wrapFocus.d.ts +25 -0
- package/es/global/js/utils/wrapFocus.js +68 -0
- package/es/index.js +29 -26
- package/es/node_modules/@carbon/icon-helpers/es/index.js +49 -62
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +1020 -1058
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +879 -758
- package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +1 -1
- package/es/node_modules/prop-types/checkPropTypes.js +2 -2
- package/es/node_modules/prop-types/factoryWithThrowingShims.js +1 -1
- package/es/node_modules/prop-types/factoryWithTypeCheckers.js +3 -3
- package/es/node_modules/prop-types/index.js +18 -15
- package/es/settings.d.ts +3 -1
- package/flags.js +7 -0
- package/lib/_virtual/_commonjsHelpers.js +0 -2
- package/lib/_virtual/_rollupPluginBabelHelpers.js +2 -4
- package/lib/_virtual/index.js +7 -2
- package/lib/{global/js/utils/window.js → _virtual/index2.js} +2 -6
- package/lib/components/APIKeyModal/APIKeyDownloader.js +9 -15
- package/lib/components/APIKeyModal/APIKeyModal.js +71 -78
- package/lib/components/APIKeyModal/APIKeyModal.types.d.ts +7 -1
- package/lib/components/APIKeyModal/index.d.ts +2 -1
- package/lib/components/AboutModal/AboutModal.d.ts +1 -2
- package/lib/components/AboutModal/AboutModal.js +50 -40
- package/lib/components/AboutModal/index.d.ts +8 -1
- package/lib/components/ActionBar/ActionBar.d.ts +62 -2
- package/lib/components/ActionBar/ActionBar.js +50 -42
- package/lib/components/ActionBar/ActionBarItem.d.ts +36 -2
- package/lib/components/ActionBar/ActionBarItem.js +15 -19
- package/lib/components/ActionBar/ActionBarOverflowItems.d.ts +64 -16
- package/lib/components/ActionBar/ActionBarOverflowItems.js +37 -25
- package/lib/components/ActionSet/ActionSet.d.ts +1 -2
- package/lib/components/ActionSet/ActionSet.js +20 -27
- package/lib/components/ActionSet/index.d.ts +8 -1
- package/lib/components/AddSelect/AddSelect.js +63 -69
- package/lib/components/AddSelect/AddSelectBody.js +85 -92
- package/lib/components/AddSelect/AddSelectBreadcrumbs.js +7 -14
- package/lib/components/AddSelect/AddSelectColumn.js +30 -36
- package/lib/components/AddSelect/AddSelectFilter.js +31 -38
- package/lib/components/AddSelect/AddSelectFormControl.js +16 -22
- package/lib/components/AddSelect/AddSelectList.js +10 -17
- package/lib/components/AddSelect/AddSelectMetaPanel.js +17 -23
- package/lib/components/AddSelect/AddSelectRow.js +33 -40
- package/lib/components/AddSelect/AddSelectSidebar.js +30 -36
- package/lib/components/AddSelect/AddSelectSort.js +11 -17
- package/lib/components/AddSelect/add-select-utils.js +0 -2
- package/lib/components/AddSelect/hooks/useFocus.js +1 -1
- package/lib/components/AddSelect/hooks/useItemSort.js +0 -2
- package/lib/components/AddSelect/hooks/useParentSelect.js +1 -1
- package/lib/components/AddSelect/hooks/usePath.js +1 -1
- package/lib/components/AddSelect/index.d.ts +2 -1
- package/lib/components/AddSelect/types/index.d.ts +6 -0
- package/lib/components/BigNumbers/BigNumbers.js +40 -47
- package/lib/components/BigNumbers/constants.js +0 -2
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +36 -43
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +23 -30
- package/lib/components/Card/Card.d.ts +69 -2
- package/lib/components/Card/Card.js +101 -110
- package/lib/components/Card/CardFooter.d.ts +51 -48
- package/lib/components/Card/CardFooter.js +33 -38
- package/lib/components/Card/CardHeader.d.ts +67 -49
- package/lib/components/Card/CardHeader.js +42 -47
- package/lib/components/Carousel/Carousel.js +23 -31
- package/lib/components/Carousel/CarouselItem.js +6 -13
- package/lib/components/Carousel/index.d.ts +9 -2
- package/lib/components/Cascade/Cascade.d.ts +1 -2
- package/lib/components/Cascade/Cascade.js +17 -24
- package/lib/components/Cascade/index.d.ts +2 -1
- package/lib/components/Checklist/Checklist.d.ts +2 -2
- package/lib/components/Checklist/Checklist.js +57 -64
- package/lib/components/Checklist/Checklist.types.js +0 -2
- package/lib/components/Checklist/ChecklistChart.js +8 -16
- package/lib/components/Checklist/ChecklistIcon.js +8 -15
- package/lib/components/Checklist/index.d.ts +8 -1
- package/lib/components/Coachmark/Coachmark.d.ts +7 -3
- package/lib/components/Coachmark/Coachmark.js +68 -39
- package/lib/components/Coachmark/CoachmarkDragbar.js +13 -21
- package/lib/components/Coachmark/CoachmarkHeader.js +10 -18
- package/lib/components/Coachmark/CoachmarkOverlay.js +17 -26
- package/lib/components/Coachmark/CoachmarkTagline.js +13 -20
- package/lib/components/Coachmark/index.d.ts +10 -3
- package/lib/components/Coachmark/utils/constants.js +0 -2
- package/lib/components/Coachmark/utils/context.js +0 -2
- package/lib/components/Coachmark/utils/enums.d.ts +6 -0
- package/lib/components/Coachmark/utils/enums.js +1 -2
- package/lib/components/Coachmark/utils/hooks.js +0 -2
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +2 -3
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +14 -26
- package/lib/components/CoachmarkBeacon/index.d.ts +8 -1
- package/lib/components/CoachmarkButton/CoachmarkButton.d.ts +1 -2
- package/lib/components/CoachmarkButton/CoachmarkButton.js +10 -15
- package/lib/components/CoachmarkButton/index.d.ts +8 -1
- package/lib/components/CoachmarkFixed/CoachmarkFixed.d.ts +1 -2
- package/lib/components/CoachmarkFixed/CoachmarkFixed.js +32 -36
- package/lib/components/CoachmarkFixed/index.d.ts +8 -1
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +1 -2
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +12 -20
- package/lib/components/CoachmarkOverlayElement/index.d.ts +8 -1
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +1 -2
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +36 -40
- package/lib/components/CoachmarkOverlayElements/index.d.ts +8 -1
- package/lib/components/CoachmarkStack/CoachmarkStack.d.ts +67 -2
- package/lib/components/CoachmarkStack/CoachmarkStack.js +45 -41
- package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +71 -2
- package/lib/components/CoachmarkStack/CoachmarkStackHome.js +52 -58
- package/lib/components/ComboButton/ComboButton.d.ts +1 -1
- package/lib/components/ComboButton/ComboButton.js +15 -22
- package/lib/components/ComboButton/ComboButtonItem/index.js +3 -9
- package/lib/components/ComboButton/index.d.ts +9 -2
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +100 -24
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +153 -116
- package/lib/components/ConditionBuilder/ConditionBuilder.d.ts +9 -2
- package/lib/components/ConditionBuilder/ConditionBuilder.js +118 -60
- package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts +155 -0
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +29 -0
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +158 -0
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +62 -25
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +43 -45
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +86 -30
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +48 -31
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.d.ts +29 -14
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +31 -32
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +28 -21
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +48 -29
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +142 -105
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts +10 -43
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +62 -54
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +49 -36
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +49 -38
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +81 -27
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +135 -61
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +27 -10
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +35 -27
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.d.ts +30 -12
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +39 -22
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +36 -0
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +127 -0
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.d.ts +33 -0
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +214 -0
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +35 -10
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +25 -19
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.d.ts +25 -10
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +13 -19
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +44 -19
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +182 -95
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +30 -9
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +77 -50
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +2 -1
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +186 -74
- package/lib/components/ConditionBuilder/utils/useDataConfigs.d.ts +18 -0
- package/lib/components/ConditionBuilder/utils/useDataConfigs.js +122 -0
- package/lib/components/ConditionBuilder/utils/useTranslations.d.ts +1 -0
- package/lib/components/ConditionBuilder/utils/useTranslations.js +31 -0
- package/lib/components/ConditionBuilder/utils/util.d.ts +18 -4
- package/lib/components/ConditionBuilder/utils/util.js +93 -19
- package/lib/components/CreateFullPage/CreateFullPage.d.ts +5 -3
- package/lib/components/CreateFullPage/CreateFullPage.js +61 -61
- package/lib/components/CreateFullPage/CreateFullPageStep.d.ts +5 -3
- package/lib/components/CreateFullPage/CreateFullPageStep.js +28 -32
- package/lib/components/CreateFullPage/index.d.ts +10 -2
- package/lib/components/CreateInfluencer/CreateInfluencer.js +16 -23
- package/lib/components/CreateModal/CreateModal.d.ts +2 -3
- package/lib/components/CreateModal/CreateModal.js +24 -31
- package/lib/components/CreateModal/index.d.ts +2 -1
- package/lib/components/CreateSidePanel/CreateSidePanel.js +26 -33
- package/lib/components/CreateSidePanel/index.d.ts +7 -1
- package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +8 -2
- package/lib/components/CreateTearsheet/CreateTearsheet.js +45 -41
- package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +4 -11
- package/lib/components/CreateTearsheet/CreateTearsheetStep.d.ts +18 -0
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +56 -36
- package/lib/components/CreateTearsheet/index.d.ts +10 -3
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +1 -1
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +27 -34
- package/lib/components/CreateTearsheetNarrow/index.d.ts +8 -1
- package/lib/components/DataSpreadsheet/DataSpreadsheet.d.ts +29 -4
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +187 -100
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +25 -1
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +98 -64
- package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +16 -0
- package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +65 -48
- package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +0 -2
- package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +0 -2
- package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +0 -2
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +0 -2
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +4 -3
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.d.ts +3 -1
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +15 -5
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +0 -2
- package/lib/components/DataSpreadsheet/index.d.ts +8 -1
- package/lib/components/DataSpreadsheet/types/index.d.ts +8 -1
- package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +0 -2
- package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.js +0 -2
- package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +0 -2
- package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +1 -3
- package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +0 -2
- package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +0 -2
- package/lib/components/DataSpreadsheet/utils/getCellSize.js +0 -2
- package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +0 -2
- package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +0 -2
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +0 -2
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +0 -2
- package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +0 -2
- package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +1 -3
- package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +1 -3
- package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +2 -4
- package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +34 -4
- package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +0 -2
- package/lib/components/DataSpreadsheet/utils/selectAllCells.js +1 -3
- package/lib/components/Datagrid/Datagrid/Datagrid.d.ts +1 -5
- package/lib/components/Datagrid/Datagrid/Datagrid.js +14 -26
- package/lib/components/Datagrid/Datagrid/DatagridBody.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DatagridBody.js +5 -9
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +52 -55
- package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +4 -8
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +10 -13
- package/lib/components/Datagrid/Datagrid/DatagridHead.js +2 -6
- package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +38 -25
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +3 -8
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +37 -27
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +11 -35
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +21 -25
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +3 -8
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +34 -23
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +47 -26
- package/lib/components/Datagrid/Datagrid/DraggableElement.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DraggableElement.js +19 -23
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +12 -13
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +11 -12
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +26 -32
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +64 -43
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +12 -18
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +19 -21
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -7
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +3 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +70 -45
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +76 -57
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +6 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +24 -22
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +12 -16
- package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +0 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +7 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +70 -46
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +2 -6
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +0 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +0 -2
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +20 -28
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +120 -61
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +3 -9
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +0 -2
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +0 -2
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +0 -2
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +10 -4
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +0 -2
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +13 -18
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +13 -18
- package/lib/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.js +3 -9
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.d.ts +14 -0
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +138 -37
- package/lib/components/Datagrid/common-column-ids.d.ts +6 -0
- package/lib/components/Datagrid/common-column-ids.js +0 -2
- package/lib/components/Datagrid/index.d.ts +29 -22
- package/lib/components/Datagrid/types/index.d.ts +75 -13
- package/lib/components/Datagrid/useActionsColumn.d.ts +8 -1
- package/lib/components/Datagrid/useActionsColumn.js +19 -27
- package/lib/components/Datagrid/useColumnCenterAlign.js +4 -10
- package/lib/components/Datagrid/useColumnRightAlign.d.ts +8 -1
- package/lib/components/Datagrid/useColumnRightAlign.js +8 -13
- package/lib/components/Datagrid/useCustomizeColumns.d.ts +8 -1
- package/lib/components/Datagrid/useCustomizeColumns.js +10 -11
- package/lib/components/Datagrid/useDatagrid.d.ts +6 -0
- package/lib/components/Datagrid/useDatagrid.js +4 -9
- package/lib/components/Datagrid/useDefaultStringRenderer.js +5 -11
- package/lib/components/Datagrid/useDisableSelectRows.d.ts +8 -1
- package/lib/components/Datagrid/useDisableSelectRows.js +43 -24
- package/lib/components/Datagrid/useEditableCell.js +2 -2
- package/lib/components/Datagrid/useExpandedRow.js +3 -4
- package/lib/components/Datagrid/useFiltering.d.ts +1 -0
- package/lib/components/Datagrid/useFiltering.js +18 -7
- package/lib/components/Datagrid/useFlexResize.d.ts +0 -6
- package/lib/components/Datagrid/useFlexResize.js +33 -17
- package/lib/components/Datagrid/useFloatingScroll.js +2 -6
- package/lib/components/Datagrid/useFocusRowExpander.js +0 -2
- package/lib/components/Datagrid/useInfiniteScroll.js +4 -9
- package/lib/components/Datagrid/useInitialColumnSort.js +4 -2
- package/lib/components/Datagrid/useInlineEdit.js +16 -12
- package/lib/components/Datagrid/useNestedRowExpander.js +73 -27
- package/lib/components/Datagrid/useNestedRows.js +35 -21
- package/lib/components/Datagrid/useOnRowClick.js +1 -2
- package/lib/components/Datagrid/useParentDimensions.js +1 -1
- package/lib/components/Datagrid/useResizeTable.js +1 -1
- package/lib/components/Datagrid/useRowExpander.js +9 -17
- package/lib/components/Datagrid/useRowIsMouseOver.d.ts +6 -0
- package/lib/components/Datagrid/useRowIsMouseOver.js +2 -7
- package/lib/components/Datagrid/useRowRenderer.js +46 -4
- package/lib/components/Datagrid/useRowSize.js +2 -2
- package/lib/components/Datagrid/useSelectAllToggle.js +3 -9
- package/lib/components/Datagrid/useSelectRows.js +47 -31
- package/lib/components/Datagrid/useSkeletonRows.js +1 -1
- package/lib/components/Datagrid/useSortableColumns.d.ts +5 -4
- package/lib/components/Datagrid/useSortableColumns.js +41 -28
- package/lib/components/Datagrid/useStickyColumn.d.ts +8 -1
- package/lib/components/Datagrid/useStickyColumn.js +15 -18
- package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +0 -2
- package/lib/components/Decorator/Decorator.js +19 -24
- package/lib/components/DecoratorBase/DecoratorBase.js +44 -53
- package/lib/components/DecoratorBase/DecoratorIcon.js +7 -14
- package/lib/components/DecoratorBase/utils.js +0 -2
- package/lib/components/DecoratorDualButton/DecoratorDualButton.js +24 -29
- package/lib/components/DecoratorLink/DecoratorLink.js +22 -27
- package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +22 -27
- package/lib/components/DelimitedList/DelimitedList.d.ts +1 -2
- package/lib/components/DelimitedList/DelimitedList.js +8 -15
- package/lib/components/DelimitedList/index.d.ts +8 -1
- package/lib/components/DescriptionList/DescriptionList.js +9 -16
- package/lib/components/DescriptionList/DescriptionListBody.js +6 -13
- package/lib/components/DescriptionList/DescriptionListCell.js +6 -13
- package/lib/components/DescriptionList/DescriptionListRow.js +6 -13
- package/lib/components/DescriptionList/constants.js +0 -2
- package/lib/components/EditFullPage/EditFullPage.d.ts +1 -2
- package/lib/components/EditFullPage/EditFullPage.js +6 -13
- package/lib/components/EditFullPage/index.d.ts +8 -1
- package/lib/components/EditInPlace/EditInPlace.d.ts +9 -1
- package/lib/components/EditInPlace/EditInPlace.js +71 -61
- package/lib/components/EditInPlace/index.d.ts +8 -1
- package/lib/components/EditSidePanel/EditSidePanel.d.ts +2 -3
- package/lib/components/EditSidePanel/EditSidePanel.js +30 -37
- package/lib/components/EditSidePanel/index.d.ts +8 -1
- package/lib/components/EditTearsheet/EditTearsheet.d.ts +7 -2
- package/lib/components/EditTearsheet/EditTearsheet.js +68 -41
- package/lib/components/EditTearsheet/EditTearsheetForm.d.ts +45 -2
- package/lib/components/EditTearsheet/EditTearsheetForm.js +20 -24
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +1 -2
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +6 -13
- package/lib/components/EditTearsheetNarrow/index.d.ts +8 -1
- package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +2 -2
- package/lib/components/EditUpdateCards/EditUpdateCards.js +36 -43
- package/lib/components/EditUpdateCards/index.d.ts +8 -1
- package/lib/components/EmptyStates/EmptyState.d.ts +72 -5
- package/lib/components/EmptyStates/EmptyState.js +31 -35
- package/lib/components/EmptyStates/EmptyStateContent.js +19 -26
- package/lib/components/EmptyStates/EmptyStateIllustration.js +4 -8
- package/lib/components/EmptyStates/EmptyStateV2.d.ts +63 -2
- package/lib/components/EmptyStates/EmptyStateV2.js +28 -34
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +20 -27
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +20 -27
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +20 -27
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +20 -27
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +20 -27
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +20 -27
- package/lib/components/EmptyStates/assets/ErrorIllustration.js +54 -59
- package/lib/components/EmptyStates/assets/NoDataIllustration.js +47 -52
- package/lib/components/EmptyStates/assets/NoTagsIllustration.js +115 -120
- package/lib/components/EmptyStates/assets/NotFoundIllustration.js +85 -90
- package/lib/components/EmptyStates/assets/NotificationsIllustration.js +86 -91
- package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +75 -80
- package/lib/components/ExportModal/ExportModal.d.ts +7 -3
- package/lib/components/ExportModal/ExportModal.js +71 -59
- package/lib/components/ExportModal/index.d.ts +2 -1
- package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +1 -1
- package/lib/components/ExpressiveCard/ExpressiveCard.js +30 -36
- package/lib/components/ExpressiveCard/index.d.ts +2 -1
- package/lib/components/FeatureFlags/index.d.ts +26 -21
- package/lib/components/FeatureFlags/index.js +5 -20
- package/lib/components/FilterPanel/FilterPanel.js +8 -15
- package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +11 -18
- package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +15 -22
- package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +10 -17
- package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +18 -25
- package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +12 -19
- package/lib/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +10 -17
- package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +10 -17
- package/lib/components/FilterSummary/FilterSummary.d.ts +1 -1
- package/lib/components/FilterSummary/FilterSummary.js +29 -36
- package/lib/components/FilterSummary/index.d.ts +8 -1
- package/lib/components/FullPageError/FullPageError.d.ts +35 -2
- package/lib/components/FullPageError/FullPageError.js +32 -39
- package/lib/components/FullPageError/assets/Error403SVG.d.ts +3 -1
- package/lib/components/FullPageError/assets/Error403SVG.js +136 -139
- package/lib/components/FullPageError/assets/Error404SVG.d.ts +3 -1
- package/lib/components/FullPageError/assets/Error404SVG.js +121 -124
- package/lib/components/FullPageError/assets/ErrorGenericSVG.d.ts +3 -1
- package/lib/components/FullPageError/assets/ErrorGenericSVG.js +135 -138
- package/lib/components/FullPageError/index.d.ts +8 -1
- package/lib/components/GetStartedCard/GetStartedCard.d.ts +60 -2
- package/lib/components/GetStartedCard/GetStartedCard.js +23 -28
- package/lib/components/GetStartedCard/index.d.ts +8 -1
- package/lib/components/Guidebanner/Guidebanner.d.ts +1 -2
- package/lib/components/Guidebanner/Guidebanner.js +40 -46
- package/lib/components/Guidebanner/GuidebannerElement.d.ts +1 -2
- package/lib/components/Guidebanner/GuidebannerElement.js +11 -18
- package/lib/components/Guidebanner/GuidebannerElementButton.d.ts +2 -3
- package/lib/components/Guidebanner/GuidebannerElementButton.js +11 -18
- package/lib/components/Guidebanner/GuidebannerElementLink.d.ts +2 -3
- package/lib/components/Guidebanner/GuidebannerElementLink.js +7 -14
- package/lib/components/Guidebanner/index.d.ts +14 -4
- package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +14 -14
- package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +14 -14
- package/lib/components/HTTPErrors/HTTPErrorContent.js +6 -12
- package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +13 -13
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +3 -1
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +446 -445
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +3 -1
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +401 -400
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +3 -1
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +409 -408
- package/lib/components/ImportModal/ImportModal.d.ts +1 -1
- package/lib/components/ImportModal/ImportModal.js +51 -58
- package/lib/components/ImportModal/index.d.ts +2 -1
- package/lib/components/InlineTip/InlineTip.d.ts +2 -2
- package/lib/components/InlineTip/InlineTip.js +43 -50
- package/lib/components/InlineTip/InlineTipButton.d.ts +1 -2
- package/lib/components/InlineTip/InlineTipButton.js +7 -14
- package/lib/components/InlineTip/InlineTipLink.d.ts +1 -2
- package/lib/components/InlineTip/InlineTipLink.js +8 -15
- package/lib/components/InlineTip/index.d.ts +12 -3
- package/lib/components/InlineTip/utils.js +2 -4
- package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +1 -1
- package/lib/components/InterstitialScreen/InterstitialScreen.js +80 -86
- package/lib/components/InterstitialScreen/index.d.ts +8 -1
- package/lib/components/InterstitialScreenView/InterstitialScreenView.d.ts +1 -2
- package/lib/components/InterstitialScreenView/InterstitialScreenView.js +7 -14
- package/lib/components/InterstitialScreenView/index.d.ts +8 -1
- package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +1 -2
- package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +9 -16
- package/lib/components/InterstitialScreenViewModule/index.d.ts +8 -1
- package/lib/components/MultiAddSelect/MultiAddSelect.d.ts +1 -1
- package/lib/components/MultiAddSelect/MultiAddSelect.js +47 -53
- package/lib/components/MultiAddSelect/index.d.ts +2 -1
- package/lib/components/Nav/Nav.js +15 -22
- package/lib/components/Nav/NavItem.js +37 -31
- package/lib/components/Nav/NavItemLink.js +5 -9
- package/lib/components/Nav/NavList.js +19 -22
- package/lib/components/NonLinearReading/NonLinearReading.d.ts +1 -1
- package/lib/components/NonLinearReading/NonLinearReading.js +15 -22
- package/lib/components/NonLinearReading/index.d.ts +8 -1
- package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +8 -2
- package/lib/components/NotificationsPanel/NotificationsPanel.js +175 -99
- package/lib/components/NotificationsPanel/index.d.ts +8 -1
- package/lib/components/NotificationsPanel/utils.js +0 -2
- package/lib/components/OptionsTile/OptionsTile.d.ts +3 -4
- package/lib/components/OptionsTile/OptionsTile.js +54 -58
- package/lib/components/OptionsTile/index.d.ts +8 -1
- package/lib/components/PageHeader/PageHeader.d.ts +2 -2
- package/lib/components/PageHeader/PageHeader.js +125 -121
- package/lib/components/PageHeader/PageHeaderTitle.js +24 -31
- package/lib/components/PageHeader/PageHeaderUtils.js +3 -15
- package/lib/components/PageHeader/index.d.ts +2 -1
- package/lib/components/ProductiveCard/ProductiveCard.d.ts +9 -1
- package/lib/components/ProductiveCard/ProductiveCard.js +47 -43
- package/lib/components/ProductiveCard/index.d.ts +2 -1
- package/lib/components/RemoveModal/RemoveModal.d.ts +7 -4
- package/lib/components/RemoveModal/RemoveModal.js +36 -37
- package/lib/components/RemoveModal/index.d.ts +2 -1
- package/lib/components/Saving/Saving.d.ts +1 -1
- package/lib/components/Saving/Saving.js +30 -37
- package/lib/components/Saving/index.d.ts +2 -1
- package/lib/components/ScrollGradient/ScrollGradient.js +18 -25
- package/lib/components/ScrollGradient/constants.js +0 -2
- package/lib/components/SearchBar/SearchBar.d.ts +2 -2
- package/lib/components/SearchBar/SearchBar.js +25 -32
- package/lib/components/SearchBar/index.d.ts +8 -1
- package/lib/components/SidePanel/SidePanel.d.ts +6 -1
- package/lib/components/SidePanel/SidePanel.js +134 -119
- package/lib/components/SidePanel/constants.js +0 -2
- package/lib/components/SidePanel/index.d.ts +8 -1
- package/lib/components/SidePanel/motion/variants.d.ts +4 -6
- package/lib/components/SidePanel/motion/variants.js +10 -13
- package/lib/components/SimpleHeader/SimpleHeader.d.ts +3 -1
- package/lib/components/SimpleHeader/SimpleHeader.js +28 -28
- package/lib/components/SingleAddSelect/SingleAddSelect.d.ts +1 -2
- package/lib/components/SingleAddSelect/SingleAddSelect.js +23 -29
- package/lib/components/SingleAddSelect/index.d.ts +2 -1
- package/lib/components/StatusIcon/StatusIcon.d.ts +1 -1
- package/lib/components/StatusIcon/StatusIcon.js +54 -61
- package/lib/components/StatusIcon/index.d.ts +8 -1
- package/lib/components/StatusIndicator/StatusIndicator.js +14 -21
- package/lib/components/StatusIndicator/StatusIndicatorStep.js +87 -0
- package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +1 -2
- package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +9 -18
- package/lib/components/SteppedAnimatedMedia/index.d.ts +8 -1
- package/lib/components/StringFormatter/StringFormatter.js +25 -21
- package/lib/components/StringFormatter/utils/enums.d.ts +20 -1
- package/lib/components/StringFormatter/utils/enums.js +29 -2
- package/lib/components/TagOverflow/TagOverflow.d.ts +37 -4
- package/lib/components/TagOverflow/TagOverflow.js +87 -100
- package/lib/components/TagOverflow/TagOverflowModal.d.ts +2 -1
- package/lib/components/TagOverflow/TagOverflowModal.js +29 -32
- package/lib/components/TagOverflow/TagOverflowPopover.d.ts +14 -1
- package/lib/components/TagOverflow/TagOverflowPopover.js +64 -67
- package/lib/components/TagOverflow/constants.js +0 -2
- package/lib/components/TagOverflow/index.d.ts +8 -1
- package/lib/components/TagSet/TagSet.d.ts +18 -8
- package/lib/components/TagSet/TagSet.js +89 -71
- package/lib/components/TagSet/TagSetModal.d.ts +2 -1
- package/lib/components/TagSet/TagSetModal.js +26 -27
- package/lib/components/TagSet/TagSetOverflow.d.ts +13 -1
- package/lib/components/TagSet/TagSetOverflow.js +71 -37
- package/lib/components/TagSet/index.d.ts +2 -1
- package/lib/components/Tearsheet/Tearsheet.d.ts +19 -6
- package/lib/components/Tearsheet/Tearsheet.js +43 -34
- package/lib/components/Tearsheet/TearsheetNarrow.d.ts +15 -4
- package/lib/components/Tearsheet/TearsheetNarrow.js +33 -27
- package/lib/components/Tearsheet/TearsheetShell.d.ts +11 -1
- package/lib/components/Tearsheet/TearsheetShell.js +112 -75
- package/lib/components/Tearsheet/index.d.ts +10 -2
- package/lib/components/Toolbar/Toolbar.d.ts +1 -1
- package/lib/components/Toolbar/Toolbar.js +6 -13
- package/lib/components/Toolbar/ToolbarButton.d.ts +14 -4
- package/lib/components/Toolbar/ToolbarButton.js +22 -20
- package/lib/components/Toolbar/ToolbarGroup.d.ts +1 -2
- package/lib/components/Toolbar/ToolbarGroup.js +5 -12
- package/lib/components/Toolbar/index.d.ts +12 -3
- package/lib/components/TooltipTrigger/TooltipTrigger.js +5 -12
- package/lib/components/TruncatedList/TruncatedList.d.ts +1 -2
- package/lib/components/TruncatedList/TruncatedList.js +18 -25
- package/lib/components/TruncatedList/index.d.ts +8 -1
- package/lib/components/UserAvatar/UserAvatar.d.ts +59 -1
- package/lib/components/UserAvatar/UserAvatar.js +26 -49
- package/lib/components/UserProfileImage/UserProfileImage.d.ts +4 -4
- package/lib/components/UserProfileImage/UserProfileImage.js +30 -36
- package/lib/components/UserProfileImage/index.d.ts +2 -1
- package/lib/components/WebTerminal/WebTerminal.d.ts +4 -4
- package/lib/components/WebTerminal/WebTerminal.js +41 -50
- package/lib/components/WebTerminal/WebTerminalContentWrapper.d.ts +2 -3
- package/lib/components/WebTerminal/WebTerminalContentWrapper.js +7 -14
- package/lib/components/WebTerminal/hooks/index.js +3 -9
- package/lib/components/WebTerminal/index.d.ts +11 -3
- package/lib/components/_Canary/Canary.js +8 -15
- package/lib/components/index.d.ts +73 -72
- package/lib/feature-flags.js +3 -4
- package/lib/global/js/hooks/useActiveElement.js +0 -2
- package/lib/global/js/hooks/useClickOutside.js +0 -2
- package/lib/global/js/hooks/useControllableState.js +2 -4
- package/lib/global/js/hooks/useCreateComponentFocus.js +1 -3
- package/lib/global/js/hooks/useCreateComponentStepChange.d.ts +3 -1
- package/lib/global/js/hooks/useCreateComponentStepChange.js +18 -4
- package/lib/global/js/hooks/useFocus.d.ts +3 -2
- package/lib/global/js/hooks/useFocus.js +48 -29
- package/lib/global/js/hooks/useIsomorphicEffect.js +0 -2
- package/lib/global/js/hooks/usePortalTarget.js +0 -2
- package/lib/global/js/hooks/usePrefersReducedMotion.js +14 -8
- package/lib/global/js/hooks/usePrefix.js +1 -3
- package/lib/global/js/hooks/usePreviousValue.js +0 -2
- package/lib/global/js/hooks/useResetCreateComponent.js +0 -2
- package/lib/global/js/hooks/useResizeObserver.js +0 -2
- package/lib/global/js/hooks/useRetrieveFormTitles.js +0 -2
- package/lib/global/js/hooks/useRetrieveStepData.js +0 -2
- package/lib/global/js/hooks/useValidCreateStepCount.js +0 -2
- package/lib/global/js/hooks/useWindowResize.js +1 -3
- package/lib/global/js/hooks/useWindowScroll.js +1 -3
- package/lib/global/js/package-settings.d.ts +3 -1
- package/lib/global/js/package-settings.js +4 -2
- package/lib/global/js/utils/Wrap.d.ts +8 -0
- package/lib/global/js/utils/Wrap.js +17 -17
- package/lib/global/js/utils/deepCloneObject.js +1 -3
- package/lib/global/js/utils/devtools.js +0 -2
- package/lib/global/js/utils/getBezierValues.js +0 -2
- package/lib/global/js/utils/getFocusableElements.js +0 -2
- package/lib/global/js/utils/getNodeTextContent.js +1 -3
- package/lib/global/js/utils/getNumberOfHiddenSteps.js +0 -2
- package/lib/global/js/utils/getScrollbarWidth.js +0 -2
- package/lib/global/js/utils/keyboardNavigation.d.ts +27 -0
- package/lib/global/js/utils/keyboardNavigation.js +41 -0
- package/lib/global/js/utils/lastIndexInArray.js +0 -2
- package/lib/global/js/utils/motionConstants.js +0 -2
- package/lib/global/js/utils/pconsole.js +1 -1
- package/lib/global/js/utils/props-helper.js +11 -13
- package/lib/global/js/utils/rangeWithCallback.js +0 -2
- package/lib/global/js/utils/scrollableAncestor.js +8 -3
- package/lib/global/js/utils/uuidv4.d.ts +6 -0
- package/lib/global/js/utils/uuidv4.js +3 -1
- package/lib/global/js/utils/wait.d.ts +6 -0
- package/lib/global/js/utils/wait.js +3 -1
- package/lib/global/js/utils/wrapFocus.d.ts +25 -0
- package/lib/global/js/utils/wrapFocus.js +73 -0
- package/lib/index.js +148 -135
- package/lib/node_modules/@carbon/colors/es/index.js +0 -2
- package/lib/node_modules/@carbon/icon-helpers/es/index.js +49 -64
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +15 -19
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +1165 -1209
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +1078 -963
- package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +2 -4
- package/lib/node_modules/object-assign/index.js +0 -2
- package/lib/node_modules/prop-types/checkPropTypes.js +4 -6
- package/lib/node_modules/prop-types/factoryWithThrowingShims.js +1 -3
- package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +7 -13
- package/lib/node_modules/prop-types/index.js +19 -23
- package/lib/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -2
- package/lib/node_modules/prop-types/lib/has.js +0 -2
- package/lib/settings.d.ts +3 -1
- package/lib/settings.js +9 -15
- package/package.json +19 -18
- package/scss/components/Coachmark/_coachmark-overlay.scss +6 -70
- package/scss/components/Coachmark/_coachmark.scss +5 -4
- package/scss/components/CoachmarkBeacon/_coachmark-beacon.scss +1 -3
- package/scss/components/ConditionBuilder/_condition-builder.scss +9 -2
- package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +30 -5
- package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +105 -24
- package/scss/components/ConditionBuilder/styles/_index.scss +7 -0
- package/scss/components/CreateModal/_create-modal.scss +0 -4
- package/scss/components/CreateTearsheet/_create-tearsheet.scss +1 -1
- package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +17 -2
- package/scss/components/Datagrid/_datagrid.scss +0 -4
- package/scss/components/Datagrid/styles/_datagrid.scss +19 -0
- package/scss/components/Datagrid/styles/_useActionsColumn.scss +10 -7
- package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +6 -7
- package/scss/components/Datagrid/styles/_useExpandedRow.scss +6 -7
- package/scss/components/Datagrid/styles/_useInlineEdit.scss +19 -7
- package/scss/components/Datagrid/styles/_useNestedRows.scss +7 -8
- package/scss/components/Datagrid/styles/_useNestedTable.scss +6 -7
- package/scss/components/Datagrid/styles/_useSortableColumns.scss +1 -0
- package/scss/components/Datagrid/styles/_useStickyColumn.scss +6 -7
- package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +7 -5
- package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +5 -4
- package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +6 -7
- package/scss/components/DecoratorBase/_decorator-base.scss +0 -1
- package/scss/components/EditInPlace/_edit-in-place.scss +1 -12
- package/scss/components/HTTPErrors/_http-errors.scss +77 -0
- package/scss/components/OptionsTile/_options-tile.scss +6 -6
- package/scss/components/SidePanel/_side-panel.scss +14 -7
- package/scss/components/StatusIcon/_status-icon.scss +4 -4
- package/scss/components/StringFormatter/_string-formatter.scss +2 -2
- package/scss/components/TagOverflow/_tag-overflow.scss +2 -20
- package/scss/components/TagSet/_tag-set.scss +2 -20
- package/scss/components/Tearsheet/_tearsheet.scss +2 -0
- package/scss/components/UserProfileImage/_user-profile-image.scss +6 -2
- package/scss/components/_index-released-only.scss +1 -0
- package/scss/config-dev.scss +7 -0
- package/scss/config.scss +7 -0
- package/telemetry.yml +59 -27
- package/es/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.d.ts +0 -22
- package/es/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.js +0 -112
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ConditionBuilderItemOption.d.ts +0 -13
- package/es/components/ConditionBuilder/utils/checkForHoldingKey.d.ts +0 -1
- package/es/components/ConditionBuilder/utils/checkForHoldingKey.js +0 -16
- package/es/global/js/utils/window.d.ts +0 -2
- package/lib/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.d.ts +0 -22
- package/lib/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.js +0 -121
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ConditionBuilderItemOption.d.ts +0 -13
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ConditionBuilderItemOption.js +0 -182
- package/lib/components/ConditionBuilder/utils/checkForHoldingKey.d.ts +0 -1
- package/lib/components/ConditionBuilder/utils/checkForHoldingKey.js +0 -20
- package/lib/global/js/utils/window.d.ts +0 -2
@@ -7,561 +7,561 @@
|
|
7
7
|
|
8
8
|
'use strict';
|
9
9
|
|
10
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
11
|
-
|
12
10
|
var React = require('react');
|
13
|
-
var index = require('../../../
|
14
|
-
|
15
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
11
|
+
var index = require('../../../_virtual/index.js');
|
12
|
+
var settings = require('../../../settings.js');
|
16
13
|
|
17
|
-
var
|
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;
|
18
15
|
|
19
|
-
|
16
|
+
// The block part of our conventional BEM class names (blockClass__E--M).
|
17
|
+
var blockClass = "".concat(settings.pkg.prefix, "--http-errors-403");
|
20
18
|
var HTTPErrorSvg403 = function HTTPErrorSvg403(_ref) {
|
21
|
-
var className = _ref.className
|
22
|
-
|
19
|
+
var className = _ref.className,
|
20
|
+
title = _ref.title;
|
21
|
+
return /*#__PURE__*/React.createElement("svg", {
|
23
22
|
xmlns: "http://www.w3.org/2000/svg",
|
24
23
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
25
24
|
viewBox: "0 0 1584 916",
|
26
25
|
className: className,
|
27
|
-
preserveAspectRatio: "xMinYMax meet"
|
28
|
-
|
26
|
+
preserveAspectRatio: "xMinYMax meet",
|
27
|
+
"aria-label": title
|
28
|
+
}, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
29
29
|
id: "prefix__clip-path"
|
30
|
-
}, /*#__PURE__*/
|
31
|
-
className: "
|
30
|
+
}, /*#__PURE__*/React.createElement("path", {
|
31
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
32
32
|
d: "M412 617.45a4 4 0 114 6.93z"
|
33
|
-
})), /*#__PURE__*/
|
33
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
34
34
|
id: "prefix__clip-path-2"
|
35
|
-
}, /*#__PURE__*/
|
36
|
-
className: "
|
35
|
+
}, /*#__PURE__*/React.createElement("path", {
|
36
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
37
37
|
d: "M416 624.38a4 4 0 11-4-6.93z"
|
38
|
-
})), /*#__PURE__*/
|
38
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
39
39
|
id: "prefix__clip-path-3"
|
40
|
-
}, /*#__PURE__*/
|
41
|
-
className: "
|
40
|
+
}, /*#__PURE__*/React.createElement("path", {
|
41
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
42
42
|
d: "M398.19 625.45a4 4 0 014 6.93z"
|
43
|
-
})), /*#__PURE__*/
|
43
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
44
44
|
id: "prefix__clip-path-4"
|
45
|
-
}, /*#__PURE__*/
|
46
|
-
className: "
|
45
|
+
}, /*#__PURE__*/React.createElement("path", {
|
46
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
47
47
|
d: "M402.19 632.38a4 4 0 11-4-6.93z"
|
48
|
-
})), /*#__PURE__*/
|
48
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
49
49
|
id: "prefix__clip-path-5"
|
50
|
-
}, /*#__PURE__*/
|
51
|
-
className: "
|
50
|
+
}, /*#__PURE__*/React.createElement("path", {
|
51
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
52
52
|
d: "M384.33 633.45a4 4 0 014 6.93z"
|
53
|
-
})), /*#__PURE__*/
|
53
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
54
54
|
id: "prefix__clip-path-6"
|
55
|
-
}, /*#__PURE__*/
|
56
|
-
className: "
|
55
|
+
}, /*#__PURE__*/React.createElement("path", {
|
56
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
57
57
|
d: "M388.33 640.38a4 4 0 01-4-6.93z"
|
58
|
-
})), /*#__PURE__*/
|
58
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
59
59
|
id: "prefix__clip-path-7"
|
60
|
-
}, /*#__PURE__*/
|
61
|
-
className: "
|
60
|
+
}, /*#__PURE__*/React.createElement("path", {
|
61
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
62
62
|
d: "M370.48 641.45a4 4 0 114 6.93z"
|
63
|
-
})), /*#__PURE__*/
|
63
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
64
64
|
id: "prefix__clip-path-8"
|
65
|
-
}, /*#__PURE__*/
|
66
|
-
className: "
|
65
|
+
}, /*#__PURE__*/React.createElement("path", {
|
66
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
67
67
|
d: "M374.48 648.38a4 4 0 11-4-6.93z"
|
68
|
-
})), /*#__PURE__*/
|
68
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
69
69
|
id: "prefix__clip-path-9"
|
70
|
-
}, /*#__PURE__*/
|
71
|
-
className: "
|
70
|
+
}, /*#__PURE__*/React.createElement("path", {
|
71
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
72
72
|
d: "M356.62 649.45a4 4 0 014 6.93z"
|
73
|
-
})), /*#__PURE__*/
|
73
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
74
74
|
id: "prefix__clip-path-10"
|
75
|
-
}, /*#__PURE__*/
|
76
|
-
className: "
|
75
|
+
}, /*#__PURE__*/React.createElement("path", {
|
76
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
77
77
|
d: "M360.62 656.38a4 4 0 01-4-6.93z"
|
78
|
-
})), /*#__PURE__*/
|
78
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
79
79
|
id: "prefix__clip-path-11"
|
80
|
-
}, /*#__PURE__*/
|
81
|
-
className: "
|
80
|
+
}, /*#__PURE__*/React.createElement("path", {
|
81
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
82
82
|
d: "M342.76 657.45a4 4 0 014 6.93z"
|
83
|
-
})), /*#__PURE__*/
|
83
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
84
84
|
id: "prefix__clip-path-12"
|
85
|
-
}, /*#__PURE__*/
|
86
|
-
className: "
|
85
|
+
}, /*#__PURE__*/React.createElement("path", {
|
86
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
87
87
|
d: "M346.76 664.38a4 4 0 01-4-6.93z"
|
88
|
-
})), /*#__PURE__*/
|
88
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
89
89
|
id: "prefix__clip-path-13"
|
90
|
-
}, /*#__PURE__*/
|
91
|
-
className: "
|
90
|
+
}, /*#__PURE__*/React.createElement("path", {
|
91
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
92
92
|
d: "M328.91 665.45a4 4 0 114 6.93z"
|
93
|
-
})), /*#__PURE__*/
|
93
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
94
94
|
id: "prefix__clip-path-14"
|
95
|
-
}, /*#__PURE__*/
|
96
|
-
className: "
|
95
|
+
}, /*#__PURE__*/React.createElement("path", {
|
96
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
97
97
|
d: "M332.91 672.38a4 4 0 11-4-6.93z"
|
98
|
-
})), /*#__PURE__*/
|
98
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
99
99
|
id: "prefix__clip-path-15"
|
100
|
-
}, /*#__PURE__*/
|
101
|
-
className: "
|
100
|
+
}, /*#__PURE__*/React.createElement("path", {
|
101
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
102
102
|
d: "M315.05 673.45a4 4 0 014 6.93z"
|
103
|
-
})), /*#__PURE__*/
|
103
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
104
104
|
id: "prefix__clip-path-16"
|
105
|
-
}, /*#__PURE__*/
|
106
|
-
className: "
|
105
|
+
}, /*#__PURE__*/React.createElement("path", {
|
106
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
107
107
|
d: "M319.05 680.38a4 4 0 01-4-6.93z"
|
108
|
-
})), /*#__PURE__*/
|
108
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
109
109
|
id: "prefix__clip-path-17"
|
110
|
-
}, /*#__PURE__*/
|
111
|
-
className: "
|
110
|
+
}, /*#__PURE__*/React.createElement("path", {
|
111
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
112
112
|
d: "M301.19 681.45a4 4 0 114 6.93z"
|
113
|
-
})), /*#__PURE__*/
|
113
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
114
114
|
id: "prefix__clip-path-18"
|
115
|
-
}, /*#__PURE__*/
|
116
|
-
className: "
|
115
|
+
}, /*#__PURE__*/React.createElement("path", {
|
116
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
117
117
|
d: "M305.19 688.38a4 4 0 01-4-6.93z"
|
118
|
-
})), /*#__PURE__*/
|
118
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
119
119
|
id: "prefix__clip-path-19"
|
120
|
-
}, /*#__PURE__*/
|
121
|
-
className: "
|
120
|
+
}, /*#__PURE__*/React.createElement("path", {
|
121
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
122
122
|
d: "M287.34 689.45a4 4 0 014 6.93z"
|
123
|
-
})), /*#__PURE__*/
|
123
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
124
124
|
id: "prefix__clip-path-20"
|
125
|
-
}, /*#__PURE__*/
|
126
|
-
className: "
|
125
|
+
}, /*#__PURE__*/React.createElement("path", {
|
126
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
127
127
|
d: "M291.34 696.38a4 4 0 11-4-6.93z"
|
128
|
-
})), /*#__PURE__*/
|
128
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
129
129
|
id: "prefix__clip-path-21"
|
130
|
-
}, /*#__PURE__*/
|
131
|
-
className: "
|
130
|
+
}, /*#__PURE__*/React.createElement("path", {
|
131
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
132
132
|
d: "M273.48 697.45a4 4 0 014 6.93z"
|
133
|
-
})), /*#__PURE__*/
|
133
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
134
134
|
id: "prefix__clip-path-22"
|
135
|
-
}, /*#__PURE__*/
|
136
|
-
className: "
|
135
|
+
}, /*#__PURE__*/React.createElement("path", {
|
136
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
137
137
|
d: "M277.48 704.38a4 4 0 01-4-6.93z"
|
138
|
-
})), /*#__PURE__*/
|
138
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
139
139
|
id: "prefix__clip-path-23"
|
140
|
-
}, /*#__PURE__*/
|
141
|
-
className: "
|
140
|
+
}, /*#__PURE__*/React.createElement("path", {
|
141
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
142
142
|
d: "M259.62 705.45a4 4 0 114 6.93z"
|
143
|
-
})), /*#__PURE__*/
|
143
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
144
144
|
id: "prefix__clip-path-24"
|
145
|
-
}, /*#__PURE__*/
|
146
|
-
className: "
|
145
|
+
}, /*#__PURE__*/React.createElement("path", {
|
146
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
147
147
|
d: "M263.62 712.38a4 4 0 11-4-6.93z"
|
148
|
-
})), /*#__PURE__*/
|
148
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
149
149
|
id: "prefix__clip-path-25"
|
150
|
-
}, /*#__PURE__*/
|
151
|
-
className: "
|
150
|
+
}, /*#__PURE__*/React.createElement("path", {
|
151
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
152
152
|
d: "M245.77 713.45a4 4 0 014 6.93z"
|
153
|
-
})), /*#__PURE__*/
|
153
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
154
154
|
id: "prefix__clip-path-26"
|
155
|
-
}, /*#__PURE__*/
|
156
|
-
className: "
|
155
|
+
}, /*#__PURE__*/React.createElement("path", {
|
156
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
157
157
|
d: "M249.77 720.38a4 4 0 11-4-6.93z"
|
158
|
-
})), /*#__PURE__*/
|
158
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
159
159
|
id: "prefix__clip-path-27"
|
160
|
-
}, /*#__PURE__*/
|
161
|
-
className: "
|
160
|
+
}, /*#__PURE__*/React.createElement("path", {
|
161
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
162
162
|
d: "M231.91 721.45a4 4 0 014 6.93z"
|
163
|
-
})), /*#__PURE__*/
|
163
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
164
164
|
id: "prefix__clip-path-28"
|
165
|
-
}, /*#__PURE__*/
|
166
|
-
className: "
|
165
|
+
}, /*#__PURE__*/React.createElement("path", {
|
166
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
167
167
|
d: "M235.91 728.38a4 4 0 01-4-6.93z"
|
168
|
-
})), /*#__PURE__*/
|
168
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
169
169
|
id: "prefix__clip-path-29"
|
170
|
-
}, /*#__PURE__*/
|
171
|
-
className: "
|
170
|
+
}, /*#__PURE__*/React.createElement("path", {
|
171
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
172
172
|
d: "M218.05 729.45a4 4 0 114 6.93z"
|
173
|
-
})), /*#__PURE__*/
|
173
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
174
174
|
id: "prefix__clip-path-30"
|
175
|
-
}, /*#__PURE__*/
|
176
|
-
className: "
|
175
|
+
}, /*#__PURE__*/React.createElement("path", {
|
176
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
177
177
|
d: "M222.05 736.38a4 4 0 11-4-6.93z"
|
178
|
-
})), /*#__PURE__*/
|
178
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
179
179
|
id: "prefix__clip-path-31"
|
180
|
-
}, /*#__PURE__*/
|
181
|
-
className: "
|
180
|
+
}, /*#__PURE__*/React.createElement("path", {
|
181
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
182
182
|
d: "M204.2 737.45a4 4 0 014 6.93z"
|
183
|
-
})), /*#__PURE__*/
|
183
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
184
184
|
id: "prefix__clip-path-32"
|
185
|
-
}, /*#__PURE__*/
|
186
|
-
className: "
|
185
|
+
}, /*#__PURE__*/React.createElement("path", {
|
186
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
187
187
|
d: "M208.2 744.38a4 4 0 01-4-6.93z"
|
188
|
-
})), /*#__PURE__*/
|
188
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
189
189
|
id: "prefix__clip-path-33"
|
190
|
-
}, /*#__PURE__*/
|
191
|
-
className: "
|
190
|
+
}, /*#__PURE__*/React.createElement("path", {
|
191
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
192
192
|
d: "M190.34 745.45a4 4 0 014 6.93z"
|
193
|
-
})), /*#__PURE__*/
|
193
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
194
194
|
id: "prefix__clip-path-34"
|
195
|
-
}, /*#__PURE__*/
|
196
|
-
className: "
|
195
|
+
}, /*#__PURE__*/React.createElement("path", {
|
196
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
197
197
|
d: "M194.34 752.38a4 4 0 01-4-6.93z"
|
198
|
-
})), /*#__PURE__*/
|
198
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
199
199
|
id: "prefix__clip-path-35"
|
200
|
-
}, /*#__PURE__*/
|
201
|
-
className: "
|
200
|
+
}, /*#__PURE__*/React.createElement("path", {
|
201
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
202
202
|
d: "M176.49 753.45a4 4 0 114 6.93z"
|
203
|
-
})), /*#__PURE__*/
|
203
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
204
204
|
id: "prefix__clip-path-36"
|
205
|
-
}, /*#__PURE__*/
|
206
|
-
className: "
|
205
|
+
}, /*#__PURE__*/React.createElement("path", {
|
206
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
207
207
|
d: "M180.49 760.38a4 4 0 11-4-6.93z"
|
208
|
-
})), /*#__PURE__*/
|
208
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
209
209
|
id: "prefix__clip-path-37"
|
210
|
-
}, /*#__PURE__*/
|
211
|
-
className: "
|
210
|
+
}, /*#__PURE__*/React.createElement("path", {
|
211
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
212
212
|
d: "M162.63 761.45a4 4 0 014 6.93z"
|
213
|
-
})), /*#__PURE__*/
|
213
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
214
214
|
id: "prefix__clip-path-38"
|
215
|
-
}, /*#__PURE__*/
|
216
|
-
className: "
|
215
|
+
}, /*#__PURE__*/React.createElement("path", {
|
216
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
217
217
|
d: "M166.63 768.38a4 4 0 01-4-6.93z"
|
218
|
-
})), /*#__PURE__*/
|
218
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
219
219
|
id: "prefix__clip-path-39"
|
220
|
-
}, /*#__PURE__*/
|
221
|
-
className: "
|
220
|
+
}, /*#__PURE__*/React.createElement("path", {
|
221
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
222
222
|
d: "M148.77 769.45a4 4 0 114 6.93z"
|
223
|
-
})), /*#__PURE__*/
|
223
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
224
224
|
id: "prefix__clip-path-40"
|
225
|
-
}, /*#__PURE__*/
|
226
|
-
className: "
|
225
|
+
}, /*#__PURE__*/React.createElement("path", {
|
226
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
227
227
|
d: "M152.77 776.38a4 4 0 01-4-6.93z"
|
228
|
-
})), /*#__PURE__*/
|
228
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
229
229
|
id: "prefix__clip-path-41"
|
230
|
-
}, /*#__PURE__*/
|
231
|
-
className: "
|
230
|
+
}, /*#__PURE__*/React.createElement("path", {
|
231
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
232
232
|
d: "M138.92 768.48a4 4 0 11-4 6.93z"
|
233
|
-
})), /*#__PURE__*/
|
233
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
234
234
|
id: "prefix__clip-path-42"
|
235
|
-
}, /*#__PURE__*/
|
236
|
-
className: "
|
235
|
+
}, /*#__PURE__*/React.createElement("path", {
|
236
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
237
237
|
d: "M134.92 775.41a4 4 0 114-6.93z"
|
238
|
-
})), /*#__PURE__*/
|
238
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
239
239
|
id: "prefix__clip-path-43"
|
240
|
-
}, /*#__PURE__*/
|
241
|
-
className: "
|
240
|
+
}, /*#__PURE__*/React.createElement("path", {
|
241
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
242
242
|
d: "M125.06 760.48a4 4 0 01-4 6.93z"
|
243
|
-
})), /*#__PURE__*/
|
243
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
244
244
|
id: "prefix__clip-path-44"
|
245
|
-
}, /*#__PURE__*/
|
246
|
-
className: "
|
245
|
+
}, /*#__PURE__*/React.createElement("path", {
|
246
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
247
247
|
d: "M121.06 767.41a4 4 0 014-6.93z"
|
248
|
-
})), /*#__PURE__*/
|
248
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
249
249
|
id: "prefix__clip-path-45"
|
250
|
-
}, /*#__PURE__*/
|
251
|
-
className: "
|
250
|
+
}, /*#__PURE__*/React.createElement("path", {
|
251
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
252
252
|
d: "M111.2 752.48a4 4 0 11-4 6.93z"
|
253
|
-
})), /*#__PURE__*/
|
253
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
254
254
|
id: "prefix__clip-path-46"
|
255
|
-
}, /*#__PURE__*/
|
256
|
-
className: "
|
255
|
+
}, /*#__PURE__*/React.createElement("path", {
|
256
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
257
257
|
d: "M107.2 759.41a4 4 0 014-6.93z"
|
258
|
-
})), /*#__PURE__*/
|
258
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
259
259
|
id: "prefix__clip-path-47"
|
260
|
-
}, /*#__PURE__*/
|
261
|
-
className: "
|
260
|
+
}, /*#__PURE__*/React.createElement("path", {
|
261
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
262
262
|
d: "M97.35 744.48a4 4 0 01-4 6.93z"
|
263
|
-
})), /*#__PURE__*/
|
263
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
264
264
|
id: "prefix__clip-path-48"
|
265
|
-
}, /*#__PURE__*/
|
266
|
-
className: "
|
265
|
+
}, /*#__PURE__*/React.createElement("path", {
|
266
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
267
267
|
d: "M93.35 751.41a4 4 0 114-6.93z"
|
268
|
-
})), /*#__PURE__*/
|
268
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
269
269
|
id: "prefix__clip-path-49"
|
270
|
-
}, /*#__PURE__*/
|
271
|
-
className: "
|
270
|
+
}, /*#__PURE__*/React.createElement("path", {
|
271
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
272
272
|
d: "M83.49 736.48a4 4 0 01-4 6.93z"
|
273
|
-
})), /*#__PURE__*/
|
273
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
274
274
|
id: "prefix__clip-path-50"
|
275
|
-
}, /*#__PURE__*/
|
276
|
-
className: "
|
275
|
+
}, /*#__PURE__*/React.createElement("path", {
|
276
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
277
277
|
d: "M79.49 743.41a4 4 0 014-6.93z"
|
278
|
-
})), /*#__PURE__*/
|
278
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
279
279
|
id: "prefix__clip-path-51"
|
280
|
-
}, /*#__PURE__*/
|
281
|
-
className: "
|
280
|
+
}, /*#__PURE__*/React.createElement("path", {
|
281
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
282
282
|
d: "M69.63 728.48a4 4 0 11-4 6.93z"
|
283
|
-
})), /*#__PURE__*/
|
283
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
284
284
|
id: "prefix__clip-path-52"
|
285
|
-
}, /*#__PURE__*/
|
286
|
-
className: "
|
285
|
+
}, /*#__PURE__*/React.createElement("path", {
|
286
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
287
287
|
d: "M65.63 735.41a4 4 0 114-6.93z"
|
288
|
-
})), /*#__PURE__*/
|
288
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
289
289
|
id: "prefix__clip-path-53"
|
290
|
-
}, /*#__PURE__*/
|
291
|
-
className: "
|
290
|
+
}, /*#__PURE__*/React.createElement("path", {
|
291
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
292
292
|
d: "M55.78 720.48a4 4 0 01-4 6.93z"
|
293
|
-
})), /*#__PURE__*/
|
293
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
294
294
|
id: "prefix__clip-path-54"
|
295
|
-
}, /*#__PURE__*/
|
296
|
-
className: "
|
295
|
+
}, /*#__PURE__*/React.createElement("path", {
|
296
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
297
297
|
d: "M51.78 727.41a4 4 0 114-6.93z"
|
298
|
-
})), /*#__PURE__*/
|
298
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
299
299
|
id: "prefix__clip-path-55"
|
300
|
-
}, /*#__PURE__*/
|
301
|
-
className: "
|
300
|
+
}, /*#__PURE__*/React.createElement("path", {
|
301
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
302
302
|
d: "M41.92 712.48a4 4 0 01-4 6.93z"
|
303
|
-
})), /*#__PURE__*/
|
303
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
304
304
|
id: "prefix__clip-path-56"
|
305
|
-
}, /*#__PURE__*/
|
306
|
-
className: "
|
305
|
+
}, /*#__PURE__*/React.createElement("path", {
|
306
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
307
307
|
d: "M37.92 719.41a4 4 0 014-6.93z"
|
308
|
-
})), /*#__PURE__*/
|
308
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
309
309
|
id: "prefix__clip-path-57"
|
310
|
-
}, /*#__PURE__*/
|
311
|
-
className: "
|
310
|
+
}, /*#__PURE__*/React.createElement("path", {
|
311
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
312
312
|
d: "M28.06 704.48a4 4 0 11-4 6.93z"
|
313
|
-
})), /*#__PURE__*/
|
313
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
314
314
|
id: "prefix__clip-path-58"
|
315
|
-
}, /*#__PURE__*/
|
316
|
-
className: "
|
315
|
+
}, /*#__PURE__*/React.createElement("path", {
|
316
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
317
317
|
d: "M24.06 711.41a4 4 0 114-6.93z"
|
318
|
-
})), /*#__PURE__*/
|
318
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
319
319
|
id: "prefix__clip-path-59"
|
320
|
-
}, /*#__PURE__*/
|
321
|
-
className: "
|
320
|
+
}, /*#__PURE__*/React.createElement("path", {
|
321
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
322
322
|
d: "M14.21 696.48a4 4 0 01-4 6.93z"
|
323
|
-
})), /*#__PURE__*/
|
323
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
324
324
|
id: "prefix__clip-path-60"
|
325
|
-
}, /*#__PURE__*/
|
326
|
-
className: "
|
325
|
+
}, /*#__PURE__*/React.createElement("path", {
|
326
|
+
className: "".concat(blockClass, "__prefix-cls-1"),
|
327
327
|
d: "M10.21 703.41a4 4 0 014-6.93z"
|
328
|
-
})), /*#__PURE__*/
|
328
|
+
})), _linearGradient || (_linearGradient = /*#__PURE__*/React.createElement("linearGradient", {
|
329
329
|
id: "prefix__linear-gradient",
|
330
330
|
x1: 247.19,
|
331
331
|
y1: 585.38,
|
332
332
|
x2: 201.66,
|
333
333
|
y2: 559.09,
|
334
334
|
gradientUnits: "userSpaceOnUse"
|
335
|
-
}, /*#__PURE__*/
|
335
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
336
336
|
offset: 0,
|
337
337
|
stopColor: "#333"
|
338
|
-
}), /*#__PURE__*/
|
338
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
339
339
|
offset: 0.9,
|
340
340
|
stopColor: "#bebebe",
|
341
341
|
stopOpacity: 0
|
342
|
-
})), /*#__PURE__*/
|
342
|
+
}))), _linearGradient2 || (_linearGradient2 = /*#__PURE__*/React.createElement("linearGradient", {
|
343
343
|
id: "prefix__linear-gradient-2",
|
344
344
|
x1: 277.37,
|
345
345
|
y1: 578.09,
|
346
346
|
x2: 217.77,
|
347
347
|
y2: 543.68,
|
348
348
|
xlinkHref: "#prefix__linear-gradient"
|
349
|
-
}), /*#__PURE__*/
|
349
|
+
})), _linearGradient3 || (_linearGradient3 = /*#__PURE__*/React.createElement("linearGradient", {
|
350
350
|
id: "prefix__linear-gradient-3",
|
351
351
|
x1: 410.05,
|
352
352
|
y1: 763.45,
|
353
353
|
x2: 1315.84,
|
354
354
|
y2: 763.45,
|
355
355
|
gradientUnits: "userSpaceOnUse"
|
356
|
-
}, /*#__PURE__*/
|
356
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
357
357
|
offset: 0,
|
358
358
|
stopColor: "#e0e0e0"
|
359
|
-
}), /*#__PURE__*/
|
359
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
360
360
|
offset: 0.17,
|
361
361
|
stopColor: "#e0e0e0",
|
362
362
|
stopOpacity: 0.99
|
363
|
-
}), /*#__PURE__*/
|
363
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
364
364
|
offset: 0.31,
|
365
365
|
stopColor: "#e2e2e2",
|
366
366
|
stopOpacity: 0.94
|
367
|
-
}), /*#__PURE__*/
|
367
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
368
368
|
offset: 0.43,
|
369
369
|
stopColor: "#e4e4e4",
|
370
370
|
stopOpacity: 0.87
|
371
|
-
}), /*#__PURE__*/
|
371
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
372
372
|
offset: 0.55,
|
373
373
|
stopColor: "#e7e7e7",
|
374
374
|
stopOpacity: 0.76
|
375
|
-
}), /*#__PURE__*/
|
375
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
376
376
|
offset: 0.67,
|
377
377
|
stopColor: "#ececec",
|
378
378
|
stopOpacity: 0.62
|
379
|
-
}), /*#__PURE__*/
|
379
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
380
380
|
offset: 0.78,
|
381
381
|
stopColor: "#f1f1f1",
|
382
382
|
stopOpacity: 0.45
|
383
|
-
}), /*#__PURE__*/
|
383
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
384
384
|
offset: 0.89,
|
385
385
|
stopColor: "#f7f7f7",
|
386
386
|
stopOpacity: 0.25
|
387
|
-
}), /*#__PURE__*/
|
387
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
388
388
|
offset: 0.99,
|
389
389
|
stopColor: "#fefefe",
|
390
390
|
stopOpacity: 0.03
|
391
|
-
}), /*#__PURE__*/
|
391
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
392
392
|
offset: 1,
|
393
393
|
stopColor: "#fff",
|
394
394
|
stopOpacity: 0
|
395
|
-
})), /*#__PURE__*/
|
395
|
+
}))), _linearGradient4 || (_linearGradient4 = /*#__PURE__*/React.createElement("linearGradient", {
|
396
396
|
id: "prefix__Shadow_Grey_70-100",
|
397
397
|
x1: 378.57,
|
398
398
|
y1: 642.11,
|
399
399
|
x2: 450.16,
|
400
400
|
y2: 600.78,
|
401
401
|
gradientUnits: "userSpaceOnUse"
|
402
|
-
}, /*#__PURE__*/
|
402
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
403
403
|
offset: 0,
|
404
404
|
stopColor: "#525252",
|
405
405
|
stopOpacity: 0.05
|
406
|
-
}), /*#__PURE__*/
|
406
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
407
407
|
offset: 1,
|
408
408
|
stopOpacity: 0.1
|
409
|
-
})), /*#__PURE__*/
|
409
|
+
}))), _linearGradient5 || (_linearGradient5 = /*#__PURE__*/React.createElement("linearGradient", {
|
410
410
|
id: "prefix___10-20-30",
|
411
411
|
x1: 348.88,
|
412
412
|
y1: 549.96,
|
413
413
|
x2: 449.94,
|
414
414
|
y2: 491.61,
|
415
415
|
gradientUnits: "userSpaceOnUse"
|
416
|
-
}, /*#__PURE__*/
|
416
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
417
417
|
offset: 0,
|
418
418
|
stopColor: "#f4f4f4"
|
419
|
-
}), /*#__PURE__*/
|
419
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
420
420
|
offset: 0.78,
|
421
421
|
stopColor: "#e0e0e0"
|
422
|
-
}), /*#__PURE__*/
|
422
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
423
423
|
offset: 1,
|
424
424
|
stopColor: "#c6c6c6"
|
425
|
-
})), /*#__PURE__*/
|
425
|
+
}))), _linearGradient6 || (_linearGradient6 = /*#__PURE__*/React.createElement("linearGradient", {
|
426
426
|
id: "prefix__linear-gradient-4",
|
427
427
|
x1: 380.27,
|
428
428
|
y1: 481.17,
|
429
429
|
x2: 464.73,
|
430
430
|
y2: 627.46,
|
431
431
|
gradientUnits: "userSpaceOnUse"
|
432
|
-
}, /*#__PURE__*/
|
432
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
433
433
|
offset: 0,
|
434
434
|
stopColor: "#f4f4f4"
|
435
|
-
}), /*#__PURE__*/
|
435
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
436
436
|
offset: 0.11,
|
437
437
|
stopColor: "#e0e0e0"
|
438
|
-
}), /*#__PURE__*/
|
438
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
439
439
|
offset: 0.25,
|
440
440
|
stopColor: "#d8d8d8"
|
441
|
-
}), /*#__PURE__*/
|
441
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
442
442
|
offset: 0.44,
|
443
443
|
stopColor: "#c6c6c6"
|
444
|
-
}), /*#__PURE__*/
|
444
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
445
445
|
offset: 0.53,
|
446
446
|
stopColor: "#ababab"
|
447
|
-
}), /*#__PURE__*/
|
447
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
448
448
|
offset: 0.93,
|
449
449
|
stopColor: "#a8a8a8"
|
450
|
-
}), /*#__PURE__*/
|
450
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
451
451
|
offset: 1,
|
452
452
|
stopColor: "#8d8d8d"
|
453
|
-
})), /*#__PURE__*/
|
453
|
+
}))), _linearGradient7 || (_linearGradient7 = /*#__PURE__*/React.createElement("linearGradient", {
|
454
454
|
id: "prefix__linear-gradient-5",
|
455
455
|
x1: 375.64,
|
456
456
|
y1: 577.88,
|
457
457
|
x2: 471.73,
|
458
458
|
y2: 577.88,
|
459
459
|
gradientUnits: "userSpaceOnUse"
|
460
|
-
}, /*#__PURE__*/
|
460
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
461
461
|
offset: 0,
|
462
462
|
stopColor: "#a8a8a8"
|
463
|
-
}), /*#__PURE__*/
|
463
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
464
464
|
offset: 1,
|
465
465
|
stopColor: "#c6c6c6"
|
466
|
-
})), /*#__PURE__*/
|
466
|
+
}))), _linearGradient8 || (_linearGradient8 = /*#__PURE__*/React.createElement("linearGradient", {
|
467
467
|
id: "prefix___30-40",
|
468
468
|
x1: 412,
|
469
469
|
y1: 526.8,
|
470
470
|
x2: 412,
|
471
471
|
y2: 441.09,
|
472
472
|
xlinkHref: "#prefix__linear-gradient-5"
|
473
|
-
}), /*#__PURE__*/
|
473
|
+
})), _linearGradient9 || (_linearGradient9 = /*#__PURE__*/React.createElement("linearGradient", {
|
474
474
|
id: "prefix__linear-gradient-6",
|
475
475
|
x1: 369.1,
|
476
476
|
y1: 561.12,
|
477
477
|
x2: 444.49,
|
478
478
|
y2: 561.12,
|
479
479
|
gradientUnits: "userSpaceOnUse"
|
480
|
-
}, /*#__PURE__*/
|
480
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
481
481
|
offset: 0,
|
482
482
|
stopColor: "#e0e0e0"
|
483
|
-
}), /*#__PURE__*/
|
483
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
484
484
|
offset: 1,
|
485
485
|
stopColor: "#c6c6c6"
|
486
|
-
})), /*#__PURE__*/
|
486
|
+
}))), _linearGradient10 || (_linearGradient10 = /*#__PURE__*/React.createElement("linearGradient", {
|
487
487
|
id: "prefix__linear-gradient-7",
|
488
488
|
x1: 391.78,
|
489
489
|
y1: 563.28,
|
490
490
|
x2: 408.79,
|
491
491
|
y2: 553.46,
|
492
492
|
gradientUnits: "userSpaceOnUse"
|
493
|
-
}, /*#__PURE__*/
|
493
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
494
494
|
offset: 0,
|
495
495
|
stopColor: "#a8a8a8"
|
496
|
-
}), /*#__PURE__*/
|
496
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
497
497
|
offset: 1,
|
498
498
|
stopColor: "#8d8d8d"
|
499
|
-
})), /*#__PURE__*/
|
499
|
+
}))), _linearGradient11 || (_linearGradient11 = /*#__PURE__*/React.createElement("linearGradient", {
|
500
500
|
id: "prefix__White_100_-0_",
|
501
501
|
x1: 358.01,
|
502
502
|
y1: 494.65,
|
503
503
|
x2: 447.52,
|
504
504
|
y2: 546.33,
|
505
505
|
gradientUnits: "userSpaceOnUse"
|
506
|
-
}, /*#__PURE__*/
|
506
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
507
507
|
offset: 0.67,
|
508
508
|
stopColor: "#fff"
|
509
|
-
}), /*#__PURE__*/
|
509
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
510
510
|
offset: 0.76,
|
511
511
|
stopColor: "#fff",
|
512
512
|
stopOpacity: 0.99
|
513
|
-
}), /*#__PURE__*/
|
513
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
514
514
|
offset: 0.8,
|
515
515
|
stopColor: "#fdfdfd",
|
516
516
|
stopOpacity: 0.96
|
517
|
-
}), /*#__PURE__*/
|
517
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
518
518
|
offset: 0.84,
|
519
519
|
stopColor: "#fbfbfb",
|
520
520
|
stopOpacity: 0.91
|
521
|
-
}), /*#__PURE__*/
|
521
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
522
522
|
offset: 0.87,
|
523
523
|
stopColor: "#f7f7f7",
|
524
524
|
stopOpacity: 0.83
|
525
|
-
}), /*#__PURE__*/
|
525
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
526
526
|
offset: 0.9,
|
527
527
|
stopColor: "#f3f3f3",
|
528
528
|
stopOpacity: 0.74
|
529
|
-
}), /*#__PURE__*/
|
529
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
530
530
|
offset: 0.92,
|
531
531
|
stopColor: "#ededed",
|
532
532
|
stopOpacity: 0.62
|
533
|
-
}), /*#__PURE__*/
|
533
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
534
534
|
offset: 0.95,
|
535
535
|
stopColor: "#e6e6e6",
|
536
536
|
stopOpacity: 0.48
|
537
|
-
}), /*#__PURE__*/
|
537
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
538
538
|
offset: 0.97,
|
539
539
|
stopColor: "#dfdfdf",
|
540
540
|
stopOpacity: 0.31
|
541
|
-
}), /*#__PURE__*/
|
541
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
542
542
|
offset: 0.99,
|
543
543
|
stopColor: "#d6d6d6",
|
544
544
|
stopOpacity: 0.13
|
545
|
-
}), /*#__PURE__*/
|
545
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
546
546
|
offset: 1,
|
547
547
|
stopColor: "#d0d0d0",
|
548
548
|
stopOpacity: 0
|
549
|
-
}))
|
549
|
+
})))), /*#__PURE__*/React.createElement("g", {
|
550
550
|
style: {
|
551
551
|
isolation: 'isolate'
|
552
552
|
}
|
553
|
-
},
|
553
|
+
}, /*#__PURE__*/React.createElement("g", {
|
554
554
|
id: "prefix__Layer_1",
|
555
555
|
"data-name": "Layer 1"
|
556
|
-
}, /*#__PURE__*/
|
556
|
+
}, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
557
557
|
opacity: 0.25
|
558
|
-
}, /*#__PURE__*/
|
558
|
+
}, /*#__PURE__*/React.createElement("path", {
|
559
559
|
fill: "url(#prefix__linear-gradient)",
|
560
560
|
d: "M241.86 594.61l-39.98-31.72 5.11-13.03 40.83 23.57-5.96 21.18z"
|
561
|
-
}), /*#__PURE__*/
|
561
|
+
}), /*#__PURE__*/React.createElement("path", {
|
562
562
|
d: "M224.62 544.67l44.38 22.7 9.65 8.59-10.18-3.39c-6-2-5.28 1.53-8.38 1.27l-.45-.15-44.36-25.62z",
|
563
563
|
fill: "url(#prefix__linear-gradient-2)"
|
564
|
-
})), /*#__PURE__*/
|
564
|
+
}))), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
565
565
|
strokeLinecap: "round",
|
566
566
|
strokeLinejoin: "round",
|
567
567
|
strokeWidth: 8,
|
@@ -569,671 +569,671 @@ var HTTPErrorSvg403 = function HTTPErrorSvg403(_ref) {
|
|
569
569
|
stroke: "url(#prefix__linear-gradient-3)",
|
570
570
|
fill: "none",
|
571
571
|
d: "M414.05 620.91l336.71 194.4 202.03-116.64L1311.84 906"
|
572
|
-
}), /*#__PURE__*/
|
572
|
+
})), _g2 || (_g2 = /*#__PURE__*/React.createElement("g", {
|
573
573
|
clipPath: "url(#prefix__clip-path)"
|
574
|
-
}, /*#__PURE__*/
|
574
|
+
}, /*#__PURE__*/React.createElement("image", {
|
575
575
|
width: 18,
|
576
576
|
height: 16,
|
577
577
|
transform: "translate(412 609)",
|
578
578
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAACXBIWXMAAAsSAAALEgHS3X78AAAAfElEQVQ4T6WSSw7AIAhEh6Ynbc/lWemmYwz+hvatTMQXYDR3Rwa7UR94gfF8jMvHtJLuTuloJWBX56wAWAsi09FUCeu60VRBpI72VUAMl7BtgVT8M7zAfouk+Fe0vxp4U8ssOgpIjX8nmwmItKOdBAgfMnalCMhw2RkBeQAZxjPT3pNTOgAAAABJRU5ErkJggg=="
|
579
|
-
})), /*#__PURE__*/
|
579
|
+
}))), _image || (_image = /*#__PURE__*/React.createElement("image", {
|
580
580
|
width: 5,
|
581
581
|
height: 8,
|
582
582
|
transform: "translate(412 617)",
|
583
583
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAN0lEQVQIW22NyQ0AIAzD3I4KczGreRVxRcrHjhRoqrI3+SQBouMBHcQtEqDEASu1XnBfP+/RcQKavRjGL3PgMAAAAABJRU5ErkJggg=="
|
584
|
-
}), /*#__PURE__*/
|
584
|
+
})), _g3 || (_g3 = /*#__PURE__*/React.createElement("g", {
|
585
585
|
clipPath: "url(#prefix__clip-path-2)"
|
586
|
-
}, /*#__PURE__*/
|
586
|
+
}, /*#__PURE__*/React.createElement("image", {
|
587
587
|
width: 19,
|
588
588
|
height: 16,
|
589
589
|
transform: "translate(398 617)",
|
590
590
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAe0lEQVQ4T52SQQ7AIAgEF9OXtu/qW+mh2YYqCjJH3UxWQVQVu8gFBQC9Ifb88OM+lEzvM81WEttuKYuaEArbLJAVWYZmFQnwtvsGUJVYBGdiAkm2VmNGOIAsw2pU/qvffqDwTE9CWhSwRLlUs0hCfkvb/11WQtxmuxLyAMz2NejKo2qaAAAAAElFTkSuQmCC"
|
591
|
-
})), /*#__PURE__*/
|
591
|
+
}))), _g4 || (_g4 = /*#__PURE__*/React.createElement("g", {
|
592
592
|
clipPath: "url(#prefix__clip-path-3)"
|
593
|
-
}, /*#__PURE__*/
|
593
|
+
}, /*#__PURE__*/React.createElement("image", {
|
594
594
|
width: 19,
|
595
595
|
height: 16,
|
596
596
|
transform: "translate(398 617)",
|
597
597
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAfUlEQVQ4T52SQQ6AMAgEl0b9qT7Kp3rBg8HQlhbKHBsy2cISM2OV4wIDwHOD9Ptmj9uIZARFks0kOt1U5iURRFhGA1GRpkuWkQBfuv8AWYmG9jNwgSBL1RjhHiBKV43Mvtr2A4lvWhKheAMaby6UzJMIVWnb3UUlgplsVSK8+4c10Eqd9NYAAAAASUVORK5CYII="
|
598
|
-
})), /*#__PURE__*/
|
598
|
+
}))), _image2 || (_image2 = /*#__PURE__*/React.createElement("image", {
|
599
599
|
width: 5,
|
600
600
|
height: 8,
|
601
601
|
transform: "translate(398 625)",
|
602
602
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAOklEQVQIW13KQQoAIRADwTagP9VH7VP3Ek8j0YaBIRR92rbJE8BYmEj/R+NJ9aQWwKtFVPqMqS9ZegPgpxjWGWi8pgAAAABJRU5ErkJggg=="
|
603
|
-
}), /*#__PURE__*/
|
603
|
+
})), _g5 || (_g5 = /*#__PURE__*/React.createElement("g", {
|
604
604
|
clipPath: "url(#prefix__clip-path-4)"
|
605
|
-
}, /*#__PURE__*/
|
605
|
+
}, /*#__PURE__*/React.createElement("image", {
|
606
606
|
width: 19,
|
607
607
|
height: 16,
|
608
608
|
transform: "translate(384 625)",
|
609
609
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhklEQVQ4T62SQQ6AMAgEl8b6U32UT/WyHkwbWlFo4yRcKJlQskISo6w7CADnAdF9GZEViUYLl/7RwpJYJG/AE+n31808icXjZjMS4L5d3WxWohGSv4gAQPI2kI0Pmm/OonM2/c0+/UAwtBpLUkjegMabC23mSQpNaPvbRSUVkk3ljex70boAY4JtrFm3DDgAAAAASUVORK5CYII="
|
610
|
-
})), /*#__PURE__*/
|
610
|
+
}))), _g6 || (_g6 = /*#__PURE__*/React.createElement("g", {
|
611
611
|
clipPath: "url(#prefix__clip-path-5)"
|
612
|
-
}, /*#__PURE__*/
|
612
|
+
}, /*#__PURE__*/React.createElement("image", {
|
613
613
|
width: 19,
|
614
614
|
height: 16,
|
615
615
|
transform: "translate(384 625)",
|
616
616
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhklEQVQ4T62SQQ6AIAwEt8QTvlQf5E89rwcDKVhtIU7SS2kmpVkhiVHWHQSA84DovozIikSjhUv/aGFJLJI34In0++tmnsTicbMZCXDfrm42K9EIyV9EACB5G8jGB803Z9E5m/5mn34gGFqNJSkkb0DjzYU28ySFJrT97aKSCsmm8kb2vWhd8Fltvk/Ar5YAAAAASUVORK5CYII="
|
617
|
-
})), /*#__PURE__*/
|
617
|
+
}))), _image3 || (_image3 = /*#__PURE__*/React.createElement("image", {
|
618
618
|
width: 5,
|
619
619
|
height: 8,
|
620
620
|
transform: "translate(384 633)",
|
621
621
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAPElEQVQIW12NQQoAIAzDsh71pfogf+q5nobTQGGU0NGGbZsaAfSJKWgvgg/lUW0B/LYopB32/ZHlY+bMAV2CG+SXNHwdAAAAAElFTkSuQmCC"
|
622
|
-
}), /*#__PURE__*/
|
622
|
+
})), _g7 || (_g7 = /*#__PURE__*/React.createElement("g", {
|
623
623
|
clipPath: "url(#prefix__clip-path-6)"
|
624
|
-
}, /*#__PURE__*/
|
624
|
+
}, /*#__PURE__*/React.createElement("image", {
|
625
625
|
width: 19,
|
626
626
|
height: 16,
|
627
627
|
transform: "translate(370 633)",
|
628
628
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAiElEQVQ4T62SSw6AIAwFp8SVnlQP5E1Z14XBFC3fOEsKk7Y8UVVG2Q4UIJ6IPZcRWZJYrHB5Fz08iUdoXWiJbL3YWUvi8dnZjATu3T2yWYklwD8iAFn3gWxUiCfSFY0aNmeiqlNjvtMPHTnz8ERgotHTXUmSyHJWErYkieoH9EoS2c7s41ERwAW31Tt9krezkQAAAABJRU5ErkJggg=="
|
629
|
-
})), /*#__PURE__*/
|
629
|
+
}))), _g8 || (_g8 = /*#__PURE__*/React.createElement("g", {
|
630
630
|
clipPath: "url(#prefix__clip-path-7)"
|
631
|
-
}, /*#__PURE__*/
|
631
|
+
}, /*#__PURE__*/React.createElement("image", {
|
632
632
|
width: 19,
|
633
633
|
height: 16,
|
634
634
|
transform: "translate(370 633)",
|
635
635
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAiUlEQVQ4T62S3Q2AIAwGr8QBdE+dxkEZoT4YTNHyG++RwqUtn6gqo2wHChBPxJ7LiCxJLFa4vIsensQjtC60RLZe7Kwl8fjsbEYC9+4e2azEEuAfEYCs+0A2KsQT6YpGDZszUdWpMd/ph46ceXgiMNHo6a4kSWQ5KwlbkkT1A3oliWxn9vGoCOACVpM7htbSFKUAAAAASUVORK5CYII="
|
636
|
-
})), /*#__PURE__*/
|
636
|
+
}))), _image4 || (_image4 = /*#__PURE__*/React.createElement("image", {
|
637
637
|
width: 5,
|
638
638
|
height: 8,
|
639
639
|
transform: "translate(370 641)",
|
640
640
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAPUlEQVQIW12MwQkAIAwDz05g99RpHNQR4itSPQiU5Ch9SJKoCYCciELsReMjfFQ7AGx7uGZ9c0uTEz2l7QNaBxp9mmUCYwAAAABJRU5ErkJggg=="
|
641
|
-
}), /*#__PURE__*/
|
641
|
+
})), _g9 || (_g9 = /*#__PURE__*/React.createElement("g", {
|
642
642
|
clipPath: "url(#prefix__clip-path-8)"
|
643
|
-
}, /*#__PURE__*/
|
643
|
+
}, /*#__PURE__*/React.createElement("image", {
|
644
644
|
width: 19,
|
645
645
|
height: 16,
|
646
646
|
transform: "translate(356 641)",
|
647
647
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAg0lEQVQ4T6WU3Q2AIAwGr4YBdE+dhkEZob5IUgk/rd4jJUchXxFVJcpxoQAlI3ZdIrIqsVjh1hZH9EQty848ktrdUOaRWEpGUrsYlVhenf0RAST4L6nIfgayMaH7ZlFszkRVP12zTT88oe0VZoz2h665OtQVjZWkspxNrwg64zT6XjzcHcY+iLkUDUEAAAAASUVORK5CYII="
|
648
|
-
})), /*#__PURE__*/
|
648
|
+
}))), _g10 || (_g10 = /*#__PURE__*/React.createElement("g", {
|
649
649
|
clipPath: "url(#prefix__clip-path-9)"
|
650
|
-
}, /*#__PURE__*/
|
650
|
+
}, /*#__PURE__*/React.createElement("image", {
|
651
651
|
width: 19,
|
652
652
|
height: 16,
|
653
653
|
transform: "translate(356 641)",
|
654
654
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAg0lEQVQ4T6WU3Q2AIAwGr4YVdE0dhTlZor5IUgk/rd4jJUchXxFVJcpxoQAlI3ZdIrIqsVjh1hZH9EQty848ktrdUOaRWEpGUrsYlVhenf0RAST4L6nIfgayMaH7ZlFszkRVP12zTT88oe0VZoz2h665OtQVjZWkspxNrwg64zT6XjzcXJk+gIae2IIAAAAASUVORK5CYII="
|
655
|
-
})), /*#__PURE__*/
|
655
|
+
}))), _image5 || (_image5 = /*#__PURE__*/React.createElement("image", {
|
656
656
|
width: 5,
|
657
657
|
height: 8,
|
658
658
|
transform: "translate(356 649)",
|
659
659
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAOUlEQVQIW12KsQ0AIAzDTH+AN+EU7uSJMAW1RMpimz4lSeQHwFiItDib9osAsCjQc/1grkvpukDXF6BcGoU83G4KAAAAAElFTkSuQmCC"
|
660
|
-
}), /*#__PURE__*/
|
660
|
+
})), _g11 || (_g11 = /*#__PURE__*/React.createElement("g", {
|
661
661
|
clipPath: "url(#prefix__clip-path-10)"
|
662
|
-
}, /*#__PURE__*/
|
662
|
+
}, /*#__PURE__*/React.createElement("image", {
|
663
663
|
width: 19,
|
664
664
|
height: 16,
|
665
665
|
transform: "translate(342 649)",
|
666
666
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAg0lEQVQ4T6WU0Q3AIAhEj8YV2jXbUZzTJa4fDQk1UMW+TzQvYA6FJLIcFwgArUJsXTIylViscOsPIzxRXy/eBUsk8QjHzEiAZ1x3zKxIeXW2KlEK8F+iyH4msvFBqxAh+auzpZx5hBuQ6a6XKMPQWiKJMhWNkUQZvtmsCHDWKfpeZrgBHEY+kpxsXeMAAAAASUVORK5CYII="
|
667
|
-
})), /*#__PURE__*/
|
667
|
+
}))), _g12 || (_g12 = /*#__PURE__*/React.createElement("g", {
|
668
668
|
clipPath: "url(#prefix__clip-path-11)"
|
669
|
-
}, /*#__PURE__*/
|
669
|
+
}, /*#__PURE__*/React.createElement("image", {
|
670
670
|
width: 19,
|
671
671
|
height: 16,
|
672
672
|
transform: "translate(342 649)",
|
673
673
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAg0lEQVQ4T6WU0Q3AIAhEj8Yp2i3bORzTOa4fDQk1UMW+TzQvYA6FJLIcFwgArUJsXTIylViscOsPIzxRXy/eBUsk8QjHzEiAZ1x3zKxIeXW2KlEK8F+iyH4msvFBqxAh+auzpZx5hBuQ6a6XKMPQWiKJMhWNkUQZvtmsCHDWKfpeZrgBsd0+qjiv79QAAAAASUVORK5CYII="
|
674
|
-
})), /*#__PURE__*/
|
674
|
+
}))), _image6 || (_image6 = /*#__PURE__*/React.createElement("image", {
|
675
675
|
width: 5,
|
676
676
|
height: 8,
|
677
677
|
transform: "translate(342 657)",
|
678
678
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAOklEQVQIW12NwQ0AIAjEqmPIljKHYzrH+REj9HU0TWhjSgB70bj0/3gyhjlKstadj6ifTI8omKMkoz6Kxg6AwHBi6AAAAABJRU5ErkJggg=="
|
679
|
-
}), /*#__PURE__*/
|
679
|
+
})), _g13 || (_g13 = /*#__PURE__*/React.createElement("g", {
|
680
680
|
clipPath: "url(#prefix__clip-path-12)"
|
681
|
-
}, /*#__PURE__*/
|
681
|
+
}, /*#__PURE__*/React.createElement("image", {
|
682
682
|
width: 19,
|
683
683
|
height: 16,
|
684
684
|
transform: "translate(328 657)",
|
685
685
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhUlEQVQ4T6WT0Q2AIAxEr4YpdEudgzGZo36YM5VQoPK+SCgvVwqiqohyXHgPlQzhemuX+1hRjcwm60mYLnkFpCepcZNFJMCTrnlnURH5JPsrIQlYlxDZz8lxDigZIqq6lGzp0VqsCDADiKSrJWT4aC2ehLxtjgpH+0DjB9TtzkiI22ZEQm7JxzoJmU9N7wAAAABJRU5ErkJggg=="
|
686
|
-
})), /*#__PURE__*/
|
686
|
+
}))), _g14 || (_g14 = /*#__PURE__*/React.createElement("g", {
|
687
687
|
clipPath: "url(#prefix__clip-path-13)"
|
688
|
-
}, /*#__PURE__*/
|
688
|
+
}, /*#__PURE__*/React.createElement("image", {
|
689
689
|
width: 19,
|
690
690
|
height: 16,
|
691
691
|
transform: "translate(328 657)",
|
692
692
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhUlEQVQ4T6WT0Q2AIAxEr4Y9dEqdgS3ZpH6YM5VQoPK+SCgvVwqiqohyXHgPlQzhemuX+1hRjcwm60mYLnkFpCepcZNFJMCTrnlnURH5JPsrIQlYlxDZz8lxDigZIqq6lGzp0VqsCDADiKSrJWT4aC2ehLxtjgpH+0DjB9TtzkiI22ZEQm5ExzoJ1mFIlwAAAABJRU5ErkJggg=="
|
693
|
-
})), /*#__PURE__*/
|
693
|
+
}))), _image7 || (_image7 = /*#__PURE__*/React.createElement("image", {
|
694
694
|
width: 5,
|
695
695
|
height: 8,
|
696
696
|
transform: "translate(328 665)",
|
697
697
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAOklEQVQIW12MsREAIAjEgovolDqDW7rJ2wgHpoJcwPqUAM7GeLS8hPRhLFTkXzcSXpsUVyFL6W+KdC43XBAJ1fTySwAAAABJRU5ErkJggg=="
|
698
|
-
}), /*#__PURE__*/
|
698
|
+
})), _g15 || (_g15 = /*#__PURE__*/React.createElement("g", {
|
699
699
|
clipPath: "url(#prefix__clip-path-14)"
|
700
|
-
}, /*#__PURE__*/
|
700
|
+
}, /*#__PURE__*/React.createElement("image", {
|
701
701
|
width: 18,
|
702
702
|
height: 16,
|
703
703
|
transform: "translate(315 665)",
|
704
704
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAACXBIWXMAAAsSAAALEgHS3X78AAAAgElEQVQ4T6WSwRGAIAwEL459aJVaA13SCX48hokED90Xj7CTXGKlFMywn6gfcoLxvfTL+7QSjykdjQTsao0KgLHAE46mSlj3GE0VeOpoXwXEtkNIW2Bq/RE5wX6LpPWPaK8auLc2E7QXkLr+N1kkIFJGbxLAHaTvShGQbtgzAnIBfJg0OenSruAAAAAASUVORK5CYII="
|
705
|
-
})), /*#__PURE__*/
|
705
|
+
}))), _g16 || (_g16 = /*#__PURE__*/React.createElement("g", {
|
706
706
|
clipPath: "url(#prefix__clip-path-15)"
|
707
|
-
}, /*#__PURE__*/
|
707
|
+
}, /*#__PURE__*/React.createElement("image", {
|
708
708
|
width: 18,
|
709
709
|
height: 16,
|
710
710
|
transform: "translate(315 665)",
|
711
711
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAACXBIWXMAAAsSAAALEgHS3X78AAAAgElEQVQ4T6WSwRGAIAwEL46laJFaAE1SDH48hokED90Xj7CTXGKlFMywn6gfcoLxvfTL+7QSjykdjQTsao0KgLHAE46mSlj3GE0VeOpoXwXEtkNIW2Bq/RE5wX6LpPWPaK8auLc2E7QXkLr+N1kkIFJGbxLAHaTvShGQbtgzAnIBBJk0SQHk8K8AAAAASUVORK5CYII="
|
712
|
-
})), /*#__PURE__*/
|
712
|
+
}))), _image8 || (_image8 = /*#__PURE__*/React.createElement("image", {
|
713
713
|
width: 5,
|
714
714
|
height: 8,
|
715
715
|
transform: "translate(315 673)",
|
716
716
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAPElEQVQIW22NsQ0AIAzDTG+BI+kBPMkxYSqiQKQsdqRQuySJs8YnBtAcJTgH5RYGECLBSKw3PNfPe3O0AM25GTxv/3OKAAAAAElFTkSuQmCC"
|
717
|
-
}), /*#__PURE__*/
|
717
|
+
})), _g17 || (_g17 = /*#__PURE__*/React.createElement("g", {
|
718
718
|
clipPath: "url(#prefix__clip-path-16)"
|
719
|
-
}, /*#__PURE__*/
|
719
|
+
}, /*#__PURE__*/React.createElement("image", {
|
720
720
|
width: 19,
|
721
721
|
height: 16,
|
722
722
|
transform: "translate(301 673)",
|
723
723
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAf0lEQVQ4T52S0Q2AMAhEj8ZRdEgdwCUdBj8Mhra0UN5nQ16ucMTMWOW4wADw3CD9vtnjNiIZQZFkM4lON5V5SQQRltFAVKTpkmUkwJfuP0BWoqH9DFwgyFI1RrgHiNJVI7Ovtv1A4puWRCjegMabCyXzJEJV2nZ3UYlgJluVCC8khDU35o/ODwAAAABJRU5ErkJggg=="
|
724
|
-
})), /*#__PURE__*/
|
724
|
+
}))), _g18 || (_g18 = /*#__PURE__*/React.createElement("g", {
|
725
725
|
clipPath: "url(#prefix__clip-path-17)"
|
726
|
-
}, /*#__PURE__*/
|
726
|
+
}, /*#__PURE__*/React.createElement("image", {
|
727
727
|
width: 19,
|
728
728
|
height: 16,
|
729
729
|
transform: "translate(301 673)",
|
730
730
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAf0lEQVQ4T52SQQ6AMAgEl8bP6Bv15B/9Dh4Mhra0UObYkMkWlpgZqxwXGACeG6TfN3vcRiQjKJJsJtHppjIviSDCMhqIijRdsowE+NL9B8hKNLSfgQsEWarGCPcAUbpqZPbVth9IfNOSCMUb0HhzoWSeRKhK2+4uKhHMZKsS4QVTFTUfIOHfXQAAAABJRU5ErkJggg=="
|
731
|
-
})), /*#__PURE__*/
|
731
|
+
}))), _image9 || (_image9 = /*#__PURE__*/React.createElement("image", {
|
732
732
|
width: 5,
|
733
733
|
height: 8,
|
734
734
|
transform: "translate(301 681)",
|
735
735
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAOklEQVQIW13KwQkAIRBD0W+60Rr1tD1uO/E0Ev0wMIRHn7Zt8gQwFibS/9F4Uj2pBfBqEZU+Y+pLlt4TshlMVmb5VgAAAABJRU5ErkJggg=="
|
736
|
-
}), /*#__PURE__*/
|
736
|
+
})), _g19 || (_g19 = /*#__PURE__*/React.createElement("g", {
|
737
737
|
clipPath: "url(#prefix__clip-path-18)"
|
738
|
-
}, /*#__PURE__*/
|
738
|
+
}, /*#__PURE__*/React.createElement("image", {
|
739
739
|
width: 19,
|
740
740
|
height: 16,
|
741
741
|
transform: "translate(287 681)",
|
742
742
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAh0lEQVQ4T62SQQ6AMAgEl8bP1DfqyT/6nfVg2tCKQhsn4ULJhJIVkhhl3UEAOA+I7suIrEg0Wrj0jxaWxCJ5A55Iv79u5kksHjebkQD37epmsxKNkPxFBACSt4FsfNB8cxads+lv9ukHgqHVWJJC8gY03lxoM09SaELb3y4qqZBsKm9k34vWBf7+biLcajJbAAAAAElFTkSuQmCC"
|
743
|
-
})), /*#__PURE__*/
|
743
|
+
}))), _g20 || (_g20 = /*#__PURE__*/React.createElement("g", {
|
744
744
|
clipPath: "url(#prefix__clip-path-19)"
|
745
|
-
}, /*#__PURE__*/
|
745
|
+
}, /*#__PURE__*/React.createElement("image", {
|
746
746
|
width: 19,
|
747
747
|
height: 16,
|
748
748
|
transform: "translate(287 681)",
|
749
749
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhklEQVQ4T62SQQ7AIAgEF9P/2B/WJ/ZH20OjQUsLmk7CBckEyQpJzLIXEADOAtF9mZFViUYLt/HRwpJYJG/AE+n31808icXjZisS4L5d22xVohGSv4gAQPIxkY0Pum+uonO2/M0x/UAwtBpLUknegMabC23mSSpdaMfbRSUNkl3lgxx70boAi+ZuNMg4FtEAAAAASUVORK5CYII="
|
750
|
-
})), /*#__PURE__*/
|
750
|
+
}))), _image10 || (_image10 = /*#__PURE__*/React.createElement("image", {
|
751
751
|
width: 5,
|
752
752
|
height: 8,
|
753
753
|
transform: "translate(287 689)",
|
754
754
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAO0lEQVQIW12NwQkAIAwDr1lIN7QjulF8FasHgRKOlLFs2/QIYCamoZ0EH6qj2wL4bdEoO+z7o8rHrJkDnAYcWhaPDkEAAAAASUVORK5CYII="
|
755
|
-
}), /*#__PURE__*/
|
755
|
+
})), _g21 || (_g21 = /*#__PURE__*/React.createElement("g", {
|
756
756
|
clipPath: "url(#prefix__clip-path-20)"
|
757
|
-
}, /*#__PURE__*/
|
757
|
+
}, /*#__PURE__*/React.createElement("image", {
|
758
758
|
width: 19,
|
759
759
|
height: 16,
|
760
760
|
transform: "translate(273 689)",
|
761
761
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAh0lEQVQ4T62SSw6AIAwFp8b76A3liNyoLgymYPnGWVKYtOWJqjLLGVCAGBB7LjOyJLFY4V4WPTyJx9a70BPZerWznsTjs7MVCTy7e2WrEssG/4gA5LgmstEgBmQoGi1szkRVl8Ys0w8DOfPwRGCiMdJdTZLIclYT9iSJ5geMShLZzuzjWRHADchRO7i9KjJ6AAAAAElFTkSuQmCC"
|
762
|
-
})), /*#__PURE__*/
|
762
|
+
}))), _g22 || (_g22 = /*#__PURE__*/React.createElement("g", {
|
763
763
|
clipPath: "url(#prefix__clip-path-21)"
|
764
|
-
}, /*#__PURE__*/
|
764
|
+
}, /*#__PURE__*/React.createElement("image", {
|
765
765
|
width: 19,
|
766
766
|
height: 16,
|
767
767
|
transform: "translate(273 689)",
|
768
768
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhUlEQVQ4T62SSw7AIAgFB9Mr9XYuezsPRReNDbX4jbMUnQA+UVVmOS8UIEXEnsuMLEssVniURQ9P4hF6F3oiW6921pN4/Ha2IoFnd69sVWIJsEcEEHaJUkSGotHC5kxUdWnMMv0wkDMPTwQmGiPd1SSZT85qwp4k0/yAUUnmszP7eFYEcAMLijrF4vT/KwAAAABJRU5ErkJggg=="
|
769
|
-
})), /*#__PURE__*/
|
769
|
+
}))), _image11 || (_image11 = /*#__PURE__*/React.createElement("image", {
|
770
770
|
width: 5,
|
771
771
|
height: 8,
|
772
772
|
transform: "translate(273 697)",
|
773
773
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAPUlEQVQIW12MwQkAIAwDz85kt/On2zlUfEWqB4GSHKVPSRI1AZALUYg9aHyEj2oHgG0P16xvbmlyoae0fQCQGRq4KaWHHQAAAABJRU5ErkJggg=="
|
774
|
-
}), /*#__PURE__*/
|
774
|
+
})), _g23 || (_g23 = /*#__PURE__*/React.createElement("g", {
|
775
775
|
clipPath: "url(#prefix__clip-path-22)"
|
776
|
-
}, /*#__PURE__*/
|
776
|
+
}, /*#__PURE__*/React.createElement("image", {
|
777
777
|
width: 19,
|
778
778
|
height: 16,
|
779
779
|
transform: "translate(259 697)",
|
780
780
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAf0lEQVQ4T62UwQ3AIAgAD+NK3c5nt3Mo+qkJNVqh9p5gTjCgqCpRjhMFqAWxcYnImsRihalPzhiJepaVeSStuqnMI7HUguQ+GJVYHpXtiAAy7Esa6S/R8M2i2DkTVf3UZj/9cA/tKPHG7HyozdWlrtFYSRrL3fSKYLBOs+/FwwWRpj1RLfDqigAAAABJRU5ErkJggg=="
|
781
|
-
})), /*#__PURE__*/
|
781
|
+
}))), _g24 || (_g24 = /*#__PURE__*/React.createElement("g", {
|
782
782
|
clipPath: "url(#prefix__clip-path-23)"
|
783
|
-
}, /*#__PURE__*/
|
783
|
+
}, /*#__PURE__*/React.createElement("image", {
|
784
784
|
width: 19,
|
785
785
|
height: 16,
|
786
786
|
transform: "translate(259 697)",
|
787
787
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAf0lEQVQ4T62UwQ3AIAgAD+NU3cwJuplr0U9NqNEKtfcEc4IBRVWJcpwoQC2IjUtE1iQWK0x9csZI1LOszCNp1U1lHomlFiT3wajE8qhsRwSQYV/SSH+Jhm8Wxc6ZqOqnNvvph3toR4k3ZudDba4udY3GStJY7qZXBIN1mn0vHi7QeT1JFgA9ngAAAABJRU5ErkJggg=="
|
788
|
-
})), /*#__PURE__*/
|
788
|
+
}))), _image12 || (_image12 = /*#__PURE__*/React.createElement("image", {
|
789
789
|
width: 5,
|
790
790
|
height: 8,
|
791
791
|
transform: "translate(259 705)",
|
792
792
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAOUlEQVQIW12KsQ0AIAzDTL+Cz3gAPuOtMAW1RMpim74kSeQHwNiItDiT9osAsCjQc/1grkvpukDXF9ZuGsBmSXR4AAAAAElFTkSuQmCC"
|
793
|
-
}), /*#__PURE__*/
|
793
|
+
})), _g25 || (_g25 = /*#__PURE__*/React.createElement("g", {
|
794
794
|
clipPath: "url(#prefix__clip-path-24)"
|
795
|
-
}, /*#__PURE__*/
|
795
|
+
}, /*#__PURE__*/React.createElement("image", {
|
796
796
|
width: 19,
|
797
797
|
height: 16,
|
798
798
|
transform: "translate(245 705)",
|
799
799
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAf0lEQVQ4T62U0Q3AIAhED+NU3cwJuplrXT8aEmogivZ9onkBcygkkeW6QQDoDWLrkpGpxGKFZTyM8ERjvXoXLJHEIxwzIwHecd0xsyLl09muRKnAuUQpf4l6gwjJo862cuYRbkCmu1GiTENriSTKUjRmEmX6ZqsiwFmn6HtZ4QEQNT5H6wcOUAAAAABJRU5ErkJggg=="
|
800
|
-
})), /*#__PURE__*/
|
800
|
+
}))), _g26 || (_g26 = /*#__PURE__*/React.createElement("g", {
|
801
801
|
clipPath: "url(#prefix__clip-path-25)"
|
802
|
-
}, /*#__PURE__*/
|
802
|
+
}, /*#__PURE__*/React.createElement("image", {
|
803
803
|
width: 19,
|
804
804
|
height: 16,
|
805
805
|
transform: "translate(245 705)",
|
806
806
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAf0lEQVQ4T62U0Q3AIAhED+Ne3cohupWTXT8aEmogivZ9onkBcygkkeW6QQDoDWLrkpGpxGKFZTyM8ERjvXoXLJHEIxwzIwHecd0xsyLl09muRKnAuUQpf4l6gwjJo862cuYRbkCmu1GiTENriSTKUjRmEmX6ZqsiwFmn6HtZ4QGlzD5feNEAjwAAAABJRU5ErkJggg=="
|
807
|
-
})), /*#__PURE__*/
|
807
|
+
}))), _image13 || (_image13 = /*#__PURE__*/React.createElement("image", {
|
808
808
|
width: 5,
|
809
809
|
height: 8,
|
810
810
|
transform: "translate(245 713)",
|
811
811
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAOklEQVQIW12NwQ0AIAjEKoPpVu4gWznZ+RED9nU0TWh9SQB70rhYPp6MMRwV+ddGIuonyyM+hqMioz520A5FI5WFaAAAAABJRU5ErkJggg=="
|
812
|
-
}), /*#__PURE__*/
|
812
|
+
})), _g27 || (_g27 = /*#__PURE__*/React.createElement("g", {
|
813
813
|
clipPath: "url(#prefix__clip-path-26)"
|
814
|
-
}, /*#__PURE__*/
|
814
|
+
}, /*#__PURE__*/React.createElement("image", {
|
815
815
|
width: 19,
|
816
816
|
height: 16,
|
817
817
|
transform: "translate(231 713)",
|
818
818
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAgklEQVQ4T62T0Q3AIAhEj8a9upVDdCsnox/NGWpEpfZ9mYgvh6KoKqKcF+qhkiFcH/1yHytqkdVkIwnTJa+AjCQtbrKIBHjSde8sKiKvZF8lJAH7EnL8JSoZIqq6lWxraC1WBJgHiKRrJWQ6tBZPQmqbs8LZPtD5AW27KxLithmRkBuUYzkNzMPF6gAAAABJRU5ErkJggg=="
|
819
|
-
})), /*#__PURE__*/
|
819
|
+
}))), _g28 || (_g28 = /*#__PURE__*/React.createElement("g", {
|
820
820
|
clipPath: "url(#prefix__clip-path-27)"
|
821
|
-
}, /*#__PURE__*/
|
821
|
+
}, /*#__PURE__*/React.createElement("image", {
|
822
822
|
width: 19,
|
823
823
|
height: 16,
|
824
824
|
transform: "translate(231 713)",
|
825
825
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAgklEQVQ4T62T0Q3AIAhEj8bRupFzdCN3ox/NGWpEpfZ9mYgvh6KoKqKcF+qhkiFcH/1yHytqkdVkIwnTJa+AjCQtbrKIBHjSde8sKiKvZF8lJAH7EnL8JSoZIqq6lWxraC1WBJgHiKRrJWQ6tBZPQmqbs8LZPtD5AW27KxLithmRkBsBujkNpqthLQAAAABJRU5ErkJggg=="
|
826
|
-
})), /*#__PURE__*/
|
826
|
+
}))), _image14 || (_image14 = /*#__PURE__*/React.createElement("image", {
|
827
827
|
width: 5,
|
828
828
|
height: 8,
|
829
829
|
transform: "translate(231 721)",
|
830
830
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAOklEQVQIW12MsREAIAjEgqvpRq6hG7nb2wgHpoJcwPqSAM7EeLS8hPRhbFTkXzcSXpsUVyFL6W+KdC4wyhAJfDhffAAAAABJRU5ErkJggg=="
|
831
|
-
}), /*#__PURE__*/
|
831
|
+
})), _g29 || (_g29 = /*#__PURE__*/React.createElement("g", {
|
832
832
|
clipPath: "url(#prefix__clip-path-28)"
|
833
|
-
}, /*#__PURE__*/
|
833
|
+
}, /*#__PURE__*/React.createElement("image", {
|
834
834
|
width: 18,
|
835
835
|
height: 16,
|
836
836
|
transform: "translate(218 721)",
|
837
837
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAACXBIWXMAAAsSAAALEgHS3X78AAAAfElEQVQ4T6WSwRHAIAgEj4ylpSPrSEf2Zj45x0FRiPvygTvAIbVWRLgftA8lQ/i+5uVzeolGPB2tBOwqWQXAWqAxR/NKWDeM5hVo2mh/BSSdCkgofouSIcciV/wr+qsGvtQie9IC0uLfySwBce1oJwHUQequPAIyXXZEQF7XoTOzyj6GnwAAAABJRU5ErkJggg=="
|
838
|
-
})), /*#__PURE__*/
|
838
|
+
}))), _g30 || (_g30 = /*#__PURE__*/React.createElement("g", {
|
839
839
|
clipPath: "url(#prefix__clip-path-29)"
|
840
|
-
}, /*#__PURE__*/
|
840
|
+
}, /*#__PURE__*/React.createElement("image", {
|
841
841
|
width: 18,
|
842
842
|
height: 16,
|
843
843
|
transform: "translate(218 721)",
|
844
844
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAACXBIWXMAAAsSAAALEgHS3X78AAAAfElEQVQ4T6WSwRHAIAgEj4zNpRprSTWWZz45x0FRiPvygTvAIbVWRLgftA8lQ/i+5uVzeolGPB2tBOwqWQXAWqAxR/NKWDeM5hVo2mh/BSSdCkgofouSIcciV/wr+qsGvtQie9IC0uLfySwBce1oJwHUQequPAIyXXZEQF5wnzPFUwUfFgAAAABJRU5ErkJggg=="
|
845
|
-
})), /*#__PURE__*/
|
845
|
+
}))), _image15 || (_image15 = /*#__PURE__*/React.createElement("image", {
|
846
846
|
width: 5,
|
847
847
|
height: 8,
|
848
848
|
transform: "translate(218 729)",
|
849
849
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAPElEQVQIW22NyQ0AIAzDTKej07AKTMN44VVUjkj52JFC7ZIkco1PDMAHOuBslFsYQIgDRmK9YV4/7z7QAgDEGbL3Q18bAAAAAElFTkSuQmCC"
|
850
|
-
}), /*#__PURE__*/
|
850
|
+
})), _g31 || (_g31 = /*#__PURE__*/React.createElement("g", {
|
851
851
|
clipPath: "url(#prefix__clip-path-30)"
|
852
|
-
}, /*#__PURE__*/
|
852
|
+
}, /*#__PURE__*/React.createElement("image", {
|
853
853
|
width: 19,
|
854
854
|
height: 16,
|
855
855
|
transform: "translate(204 729)",
|
856
856
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAf0lEQVQ4T52S0Q2AMAhEj8bhdBpX0WkcDz8Mhra0UN5nQ16ucMTMWOW4wQDwnCD9vtnjNiIZQZFkM4lON5V5SQQRltFAVKTpkmUkwJfuP0BWoqH9ClwgyFI1RrgHiNJVI7Ovtv1A4puWRCjegMabCyXzJEJV2nZ3UYlgJluVCC98AzSGrOWZawAAAABJRU5ErkJggg=="
|
857
|
-
})), /*#__PURE__*/
|
857
|
+
}))), _g32 || (_g32 = /*#__PURE__*/React.createElement("g", {
|
858
858
|
clipPath: "url(#prefix__clip-path-31)"
|
859
|
-
}, /*#__PURE__*/
|
859
|
+
}, /*#__PURE__*/React.createElement("image", {
|
860
860
|
width: 19,
|
861
861
|
height: 16,
|
862
862
|
transform: "translate(204 729)",
|
863
863
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAf0lEQVQ4T52S0Q2AMAhEj8b5dBG30UWcED8Mhra0UN5nQ16ucMTMWOW4wQDwnCD9vtnjNiIZQZFkM4lON5V5SQQRltFAVKTpkmUkwJfuP0BWoqH9ClwgyFI1RrgHiNJVI7Ovtv1A4puWRCjegMabCyXzJEJV2nZ3UYlgJluVCC+wZTRrp0g7RQAAAABJRU5ErkJggg=="
|
864
|
-
})), /*#__PURE__*/
|
864
|
+
}))), _image16 || (_image16 = /*#__PURE__*/React.createElement("image", {
|
865
865
|
width: 5,
|
866
866
|
height: 8,
|
867
867
|
transform: "translate(204 737)",
|
868
868
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAO0lEQVQIW13K0QkAIRAD0TEFaiN24zVyFcavlejAwhIefdm2yRPA+DCR/knjSfWkFsCrRVT6jKkvWXoDR4wZxOG4ZqgAAAAASUVORK5CYII="
|
869
|
-
}), /*#__PURE__*/
|
869
|
+
})), _g33 || (_g33 = /*#__PURE__*/React.createElement("g", {
|
870
870
|
clipPath: "url(#prefix__clip-path-32)"
|
871
|
-
}, /*#__PURE__*/
|
871
|
+
}, /*#__PURE__*/React.createElement("image", {
|
872
872
|
width: 19,
|
873
873
|
height: 16,
|
874
874
|
transform: "translate(190 737)",
|
875
875
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhElEQVQ4T62S0Q2AMAgFH43z6SJuo4s44fPD1FDEQJtewg+QCxCEJHrZThAArh2i89IjqxKNFi626OFJPErUEIl0/XeySOLxudmIBHhu9042KtEIySkiACizRM2ao+g/G17Tfj+QfFqNJ6mUqEET9aUmiySV5mnt7bKSF5JNrAdpc9m4AU6sbZ5q9kruAAAAAElFTkSuQmCC"
|
876
|
-
})), /*#__PURE__*/
|
876
|
+
}))), _g34 || (_g34 = /*#__PURE__*/React.createElement("g", {
|
877
877
|
clipPath: "url(#prefix__clip-path-33)"
|
878
|
-
}, /*#__PURE__*/
|
878
|
+
}, /*#__PURE__*/React.createElement("image", {
|
879
879
|
width: 19,
|
880
880
|
height: 16,
|
881
881
|
transform: "translate(190 737)",
|
882
882
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhElEQVQ4T62S0Q2AMAgFH40b6hIupEu44/PD1FDEQJtewg+QCxCEJHrZThAArh2i89IjqxKNFi626OFJPErUEIl0/XeySOLxudmIBHhu9042KtEIySkiACizRM2ao+g/G17Tfj+QfFqNJ6mUqEET9aUmiySV5mnt7bKSF5JNrAdpc9m4Acveba417E+CAAAAAElFTkSuQmCC"
|
883
|
-
})), /*#__PURE__*/
|
883
|
+
}))), _image17 || (_image17 = /*#__PURE__*/React.createElement("image", {
|
884
884
|
width: 5,
|
885
885
|
height: 8,
|
886
886
|
transform: "translate(190 745)",
|
887
887
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAPUlEQVQIW12NwQkAIAwDr1lRl3AhXcId46tYPQiUcKS0adumRgB9YQrag+BDeVRbAL8tCmmHfX9k+Zg5cwDaiBzQhMcu8AAAAABJRU5ErkJggg=="
|
888
|
-
}), /*#__PURE__*/
|
888
|
+
})), _g35 || (_g35 = /*#__PURE__*/React.createElement("g", {
|
889
889
|
clipPath: "url(#prefix__clip-path-34)"
|
890
|
-
}, /*#__PURE__*/
|
890
|
+
}, /*#__PURE__*/React.createElement("image", {
|
891
891
|
width: 19,
|
892
892
|
height: 16,
|
893
893
|
transform: "translate(176 745)",
|
894
894
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhUlEQVQ4T62S3Q3AIAgGD9MRu4QTdQl3pA+NDbX4G+9R9AL4iaoyy3mhACki9lxmZFliscKjLHp4Eo/Qu9AT2Xq1s57E47ezFQk8u3tlqxJLgD0igLBLlCIyFI0WNmeiqktjlumHgZx5eCIw0RjpribJfHJWE/YkmeYHjEoyn53Zx7MigBt9SDr3geCsOQAAAABJRU5ErkJggg=="
|
895
|
-
})), /*#__PURE__*/
|
895
|
+
}))), _g36 || (_g36 = /*#__PURE__*/React.createElement("g", {
|
896
896
|
clipPath: "url(#prefix__clip-path-35)"
|
897
|
-
}, /*#__PURE__*/
|
897
|
+
}, /*#__PURE__*/React.createElement("image", {
|
898
898
|
width: 19,
|
899
899
|
height: 16,
|
900
900
|
transform: "translate(176 745)",
|
901
901
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhUlEQVQ4T62S3Q3AIAgGD9Mlu4BDdQHHpA+NDbX4G+9R9AL4iaoyy3mhACki9lxmZFliscKjLHp4Eo/Qu9AT2Xq1s57E47ezFQk8u3tlqxJLgD0igLBLlCIyFI0WNmeiqktjlumHgZx5eCIw0RjpribJfHJWE/YkmeYHjEoyn53Zx7MigBsKZDr/bVjn/wAAAABJRU5ErkJggg=="
|
902
|
-
})), /*#__PURE__*/
|
902
|
+
}))), _image18 || (_image18 = /*#__PURE__*/React.createElement("image", {
|
903
903
|
width: 5,
|
904
904
|
height: 8,
|
905
905
|
transform: "translate(176 753)",
|
906
906
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAPUlEQVQIW12MwQkAIAwDz05pF3AnXcAx4ytSPQiU5Ch9SpKoCYBciELsQeMjfFQ7AGx7uGZ9c0uTCz2l7QPFQRryyo9D+AAAAABJRU5ErkJggg=="
|
907
|
-
}), /*#__PURE__*/
|
907
|
+
})), _g37 || (_g37 = /*#__PURE__*/React.createElement("g", {
|
908
908
|
clipPath: "url(#prefix__clip-path-36)"
|
909
|
-
}, /*#__PURE__*/
|
909
|
+
}, /*#__PURE__*/React.createElement("image", {
|
910
910
|
width: 19,
|
911
911
|
height: 16,
|
912
912
|
transform: "translate(162 753)",
|
913
913
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAf0lEQVQ4T62UwQ3AIAgAD+OSXcChuoBj0k9NqNEKtfcEc4IBRVWJcpwoQC2IjUtE1iQWK0x9csZI1LOszCNp1U1lHomlFiT3wajE8qhsRwSQYV/SSH+Jhm8Wxc6ZqOqnNvvph3toR4k3ZudDba4udY3GStJY7qZXBIN1mn0vHi5ZPj0XhHWjCwAAAABJRU5ErkJggg=="
|
914
|
-
})), /*#__PURE__*/
|
914
|
+
}))), _g38 || (_g38 = /*#__PURE__*/React.createElement("g", {
|
915
915
|
clipPath: "url(#prefix__clip-path-37)"
|
916
|
-
}, /*#__PURE__*/
|
916
|
+
}, /*#__PURE__*/React.createElement("image", {
|
917
917
|
width: 19,
|
918
918
|
height: 16,
|
919
919
|
transform: "translate(162 753)",
|
920
920
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAfklEQVQ4T62UMQ7AIAgAD+M7O/iwDn6ULjWhRivU3gjmBAOKqhLlOFGAWhAbl4isSSxWmPrkjJGoZ1mZR9Kqm8o8EkstSO6DUYnlUdmOCCDDvqSR/hIN3yyKnTNR1U9t9tMP99COEm/MzofaXF3qGo2VpLHcTa8IBus0+148XJ/sPQ5VDtx8AAAAAElFTkSuQmCC"
|
921
|
-
})), /*#__PURE__*/
|
921
|
+
}))), _image19 || (_image19 = /*#__PURE__*/React.createElement("image", {
|
922
922
|
width: 5,
|
923
923
|
height: 8,
|
924
924
|
transform: "translate(162 761)",
|
925
925
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAOElEQVQIW12KsQ0AIAzDTP+Egb9g4NEwBbVEymKbviRJ5AfA2Ii0OJP2iwCwKNBz/WCuS+m6QNcXDI8a+73Xk4YAAAAASUVORK5CYII="
|
926
|
-
}), /*#__PURE__*/
|
926
|
+
})), _g39 || (_g39 = /*#__PURE__*/React.createElement("g", {
|
927
927
|
clipPath: "url(#prefix__clip-path-38)"
|
928
|
-
}, /*#__PURE__*/
|
928
|
+
}, /*#__PURE__*/React.createElement("image", {
|
929
929
|
width: 19,
|
930
930
|
height: 16,
|
931
931
|
transform: "translate(148 761)",
|
932
932
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAfklEQVQ4T62UQQ7AIAgEF+M7e/BhPfjR7aEhoQaiaOeIZgJmUUgiy3WDANAbxNYlI1OJxQrLeBjhicZ69S5YIolHOGZGArzjumNmRcqns12JUoFziVL+EvUGEZJHnW3lzCPcgEx3o0SZhtYSSZSlaMwkyvTNVkWAs07R97LCA1+oPvjGQ0E8AAAAAElFTkSuQmCC"
|
933
|
-
})), /*#__PURE__*/
|
933
|
+
}))), _g40 || (_g40 = /*#__PURE__*/React.createElement("g", {
|
934
934
|
clipPath: "url(#prefix__clip-path-39)"
|
935
|
-
}, /*#__PURE__*/
|
935
|
+
}, /*#__PURE__*/React.createElement("image", {
|
936
936
|
width: 19,
|
937
937
|
height: 16,
|
938
938
|
transform: "translate(148 761)",
|
939
939
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhklEQVQ4T62UwQ3AIAhFP62LdDIPLtJFPHS2DkIPDQk1EEX7jmhewHwkZkaUcoEBoGaQrlNEJhKNFm7toYclauvJuqDxJBbumBEJ8I5rjhkVCZ/OZiVCAtYlwn4f5y+imkHEzEudTeXMwt2ASHetROiGVuNJhKFo9CRC981GRYCxTt73MsIDKsU/kSq40GAAAAAASUVORK5CYII="
|
940
|
-
})), /*#__PURE__*/
|
940
|
+
}))), _image20 || (_image20 = /*#__PURE__*/React.createElement("image", {
|
941
941
|
width: 5,
|
942
942
|
height: 8,
|
943
943
|
transform: "translate(148 769)",
|
944
944
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAOUlEQVQIW12NwQkAIAzEYhcVdC7BTnp+rNjmdQ2BtrElgNVpXOw/nowxHSVZa+Mj6ifTIwrTUZJRH2LaDgo5RZMHAAAAAElFTkSuQmCC"
|
945
|
-
}), /*#__PURE__*/
|
945
|
+
})), _g41 || (_g41 = /*#__PURE__*/React.createElement("g", {
|
946
946
|
clipPath: "url(#prefix__clip-path-40)"
|
947
|
-
}, /*#__PURE__*/
|
947
|
+
}, /*#__PURE__*/React.createElement("image", {
|
948
948
|
width: 19,
|
949
949
|
height: 16,
|
950
950
|
transform: "translate(134 769)",
|
951
951
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAiUlEQVQ4T62TwQ2AIAxFf9VFnIyDi7iIB2dzkHow31RChYrvREJ5+YUiqoooy4770JYgXA/lch8rypHWZG8Sppu8AvImyXGTRSTAla54Z1EReST7KiET0C8h4zGvv4i2BBFV7UrWNbQWKwLMA0TS5RJSHVqLJyF3m7XC2j5Q+AF5uy0S4rYZkZAT7/o5jjH/r8IAAAAASUVORK5CYII="
|
952
|
-
})), /*#__PURE__*/
|
952
|
+
}))), _g42 || (_g42 = /*#__PURE__*/React.createElement("g", {
|
953
953
|
clipPath: "url(#prefix__clip-path-41)"
|
954
|
-
}, /*#__PURE__*/
|
954
|
+
}, /*#__PURE__*/React.createElement("image", {
|
955
955
|
width: 19,
|
956
956
|
height: 16,
|
957
957
|
transform: "translate(134 768)",
|
958
958
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAgElEQVQ4T6WT0REAEQxEN1enBlSkAX3mvtxkdojl3i/Wi4S5OyK1wwGgFRgOeVYLtcNHsIpFs+ywYvqFqRZZ6LLMFdml5u6yFcOWx2YRbtJzaxUZGb/KZOTRUDD+AcBdaCuwaQNagSlDyqTdVAPHvu1onFhO3yyD3zNetDVjMtMXLMJEDa+ZJIwAAAAASUVORK5CYII="
|
959
|
-
})), /*#__PURE__*/
|
959
|
+
}))), _image21 || (_image21 = /*#__PURE__*/React.createElement("image", {
|
960
960
|
width: 5,
|
961
961
|
height: 8,
|
962
962
|
transform: "translate(134 768)",
|
963
963
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAOUlEQVQIW23KwQ0AIAzDQLdzsgATsUD3DK8givDTupDE3SyUfGpzFmrTYw2iyTWII63ckVYA+SqADRqWECUVwCw/AAAAAElFTkSuQmCC"
|
964
|
-
}), /*#__PURE__*/
|
964
|
+
})), _g43 || (_g43 = /*#__PURE__*/React.createElement("g", {
|
965
965
|
clipPath: "url(#prefix__clip-path-42)"
|
966
|
-
}, /*#__PURE__*/
|
966
|
+
}, /*#__PURE__*/React.createElement("image", {
|
967
967
|
width: 18,
|
968
968
|
height: 16,
|
969
969
|
transform: "translate(121 760)",
|
970
970
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAACXBIWXMAAAsSAAALEgHS3X78AAAAg0lEQVQ4T5WRwQ3AIAwDHdQxGaCdiAHKnunLEkqBmHtWwb3E5u4gT4cDQKswHFJmH58OZ6iK0Wj3UDGcGkUUw8LB3RDZzdn9uhQSietKq82I6167YQWGFaURhQJo9WaYh1urDUZ+QeQksFXYMohkgTxLWr96v9RoJNqNP0mNRlqFrQw/do0+Q0Jl4UYAAAAASUVORK5CYII="
|
971
|
-
})), /*#__PURE__*/
|
971
|
+
}))), _g44 || (_g44 = /*#__PURE__*/React.createElement("g", {
|
972
972
|
clipPath: "url(#prefix__clip-path-43)"
|
973
|
-
}, /*#__PURE__*/
|
973
|
+
}, /*#__PURE__*/React.createElement("image", {
|
974
974
|
width: 18,
|
975
975
|
height: 16,
|
976
976
|
transform: "translate(121 760)",
|
977
977
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAACXBIWXMAAAsSAAALEgHS3X78AAAAg0lEQVQ4T5WRwQ3AIAwDHdQlGaIdhiHKmOnLEkqBmHtWwb3E5u4gT4cDQKswHFJmH58OZ6iK0Wj3UDGcGkUUw8LB3RDZzdn9uhQSietKq82I6167YQWGFaURhQJo9WaYh1urDUZ+QeQksFXYMohkgTxLWr96v9RoJNqNP0mNRlqFrQw/TX0+a4AUFc4AAAAASUVORK5CYII="
|
978
|
-
})), /*#__PURE__*/
|
978
|
+
}))), _image22 || (_image22 = /*#__PURE__*/React.createElement("image", {
|
979
979
|
width: 5,
|
980
980
|
height: 8,
|
981
981
|
transform: "translate(121 760)",
|
982
982
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAPklEQVQIW2XKQQ0AIAzF0A7EoAkTaEADJnCHhc+JZRk9Ns8k8RobARRSq2M+n/rk6pjPqADqaVNRuYzDZ+4Cf98PjumwV5IAAAAASUVORK5CYII="
|
983
|
-
}), /*#__PURE__*/
|
983
|
+
})), _g45 || (_g45 = /*#__PURE__*/React.createElement("g", {
|
984
984
|
clipPath: "url(#prefix__clip-path-44)"
|
985
|
-
}, /*#__PURE__*/
|
985
|
+
}, /*#__PURE__*/React.createElement("image", {
|
986
986
|
width: 19,
|
987
987
|
height: 16,
|
988
988
|
transform: "translate(107 752)",
|
989
989
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAf0lEQVQ4T6WR0Q3AIAhED7d0iDqMQ9Qxr182xBQB+/6IEd6BkMSkDbxFrxAkKdaDbhxFptnuc9TSNNO0AUZMhWQ6kmUaMluxhst1M2W1oi2PzDR6n0c7syhA/PQ7eoUUXfxtKjT2n4k+JcwDnJi61/Qa6ncz5hdr9HWQa6bxoj86tDzJ0jTAugAAAABJRU5ErkJggg=="
|
990
|
-
})), /*#__PURE__*/
|
990
|
+
}))), _g46 || (_g46 = /*#__PURE__*/React.createElement("g", {
|
991
991
|
clipPath: "url(#prefix__clip-path-45)"
|
992
|
-
}, /*#__PURE__*/
|
992
|
+
}, /*#__PURE__*/React.createElement("image", {
|
993
993
|
width: 19,
|
994
994
|
height: 16,
|
995
995
|
transform: "translate(107 752)",
|
996
996
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAf0lEQVQ4T6WR0Q3AIAhED3d0kTqHi9Qhr182xBQB+/6IEd6BkMSkDbxFrxAkKdaDbhxFptnuc9TSNNO0AUZMhWQ6kmUaMluxhst1M2W1oi2PzDR6n0c7syhA/PQ7eoUUXfxtKjT2n4k+JcwDnJi61/Qa6ncz5hdr9HWQa6bxoj+lczyufQ+ragAAAABJRU5ErkJggg=="
|
997
|
-
})), /*#__PURE__*/
|
997
|
+
}))), _image23 || (_image23 = /*#__PURE__*/React.createElement("image", {
|
998
998
|
width: 5,
|
999
999
|
height: 8,
|
1000
1000
|
transform: "translate(107 752)",
|
1001
1001
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAOElEQVQIW2XKQRHAIAwAwQ0eUVIdKKnI8EqG0nvebGSm6nklDFdrip6lfnJN0fNUH1kKxq1ango2JaQPDXOwQYsAAAAASUVORK5CYII="
|
1002
|
-
}), /*#__PURE__*/
|
1002
|
+
})), _g47 || (_g47 = /*#__PURE__*/React.createElement("g", {
|
1003
1003
|
clipPath: "url(#prefix__clip-path-46)"
|
1004
|
-
}, /*#__PURE__*/
|
1004
|
+
}, /*#__PURE__*/React.createElement("image", {
|
1005
1005
|
width: 19,
|
1006
1006
|
height: 16,
|
1007
1007
|
transform: "translate(93 744)",
|
1008
1008
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhElEQVQ4T6WUwQ3EIAwEd69HGrnUQSOhyL0XkmNpI5ubFzxsxsZASYhcCwKAOUA0+cTNTpTXVbjN3oKrlg8zx7WgiikltUtypiWzjDuc31stq0y0PDKLxH4e9czBOLT/JJ0DfJRZnScH83PadCy3hL2AOcCuqTXLONOj0ahYls0i7pv6AQ+KRXFet+DaAAAAAElFTkSuQmCC"
|
1009
|
-
})), /*#__PURE__*/
|
1009
|
+
}))), _g48 || (_g48 = /*#__PURE__*/React.createElement("g", {
|
1010
1010
|
clipPath: "url(#prefix__clip-path-47)"
|
1011
|
-
}, /*#__PURE__*/
|
1011
|
+
}, /*#__PURE__*/React.createElement("image", {
|
1012
1012
|
width: 19,
|
1013
1013
|
height: 16,
|
1014
1014
|
transform: "translate(93 744)",
|
1015
1015
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhElEQVQ4T6WUwQ3EIAwEd69EmrmUQDOhxb0XkmNpI5ubFzxsxsZASYhcCwKAOUA0+cTNTpTXVbjN3oKrlg8zx7WgiikltUtypiWzjDuc31stq0y0PDKLxH4e9czBOLT/JJ0DfJRZnScH83PadCy3hL2AOcCuqTXLONOj0ahYls0i7pv6ActmRZFgXwSMAAAAAElFTkSuQmCC"
|
1016
|
-
})), /*#__PURE__*/
|
1016
|
+
}))), _image24 || (_image24 = /*#__PURE__*/React.createElement("image", {
|
1017
1017
|
width: 5,
|
1018
1018
|
height: 8,
|
1019
1019
|
transform: "translate(93 744)",
|
1020
1020
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAN0lEQVQIW13KQREAMAjEwIBE1FQCamrx+oKh5JlZk8TsXOR7APgeGdgnM7CWpaqWpQB8q5ZTATwp+xEyj/4P5AAAAABJRU5ErkJggg=="
|
1021
|
-
}), /*#__PURE__*/
|
1021
|
+
})), _g49 || (_g49 = /*#__PURE__*/React.createElement("g", {
|
1022
1022
|
clipPath: "url(#prefix__clip-path-48)"
|
1023
|
-
}, /*#__PURE__*/
|
1023
|
+
}, /*#__PURE__*/React.createElement("image", {
|
1024
1024
|
width: 19,
|
1025
1025
|
height: 16,
|
1026
1026
|
transform: "translate(79 736)",
|
1027
1027
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAgElEQVQ4T52UwRHAIAgED0u0mpRgNbZ4eZm5OBIg+9ZjFdRIQrkmCACjw1DENGwFKZXQFi04FfB4zDKbIksjmQpSvNDwmCeuCZ4EWtVK2ff+MlPU8tedeYRzVuF1zKj1X4wOs/05LSqWS8JtwOiwqqlrtuOZasH0aGQs02aK903dUz5Hkc4uNVgAAAAASUVORK5CYII="
|
1028
|
-
})), /*#__PURE__*/
|
1028
|
+
}))), _g50 || (_g50 = /*#__PURE__*/React.createElement("g", {
|
1029
1029
|
clipPath: "url(#prefix__clip-path-49)"
|
1030
|
-
}, /*#__PURE__*/
|
1030
|
+
}, /*#__PURE__*/React.createElement("image", {
|
1031
1031
|
width: 19,
|
1032
1032
|
height: 16,
|
1033
1033
|
transform: "translate(79 736)",
|
1034
1034
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAgElEQVQ4T52UwRHAIAgEDxu0orysyAovLzMXRwJk33qsghpJKNcEAWB0GIqYhq0gpRLaogWnAh6PWWZTZGkkU0GKFxoe88Q1wZNAq1op+95fZopa/rozj3DOKryOGbX+i9Fhtj+nRcVySbgNGB1WNXXNdjxTLZgejYxl2kzxvqkb9MpHsVvTab0AAAAASUVORK5CYII="
|
1035
|
-
})), /*#__PURE__*/
|
1035
|
+
}))), _image25 || (_image25 = /*#__PURE__*/React.createElement("image", {
|
1036
1036
|
width: 5,
|
1037
1037
|
height: 8,
|
1038
1038
|
transform: "translate(79 736)",
|
1039
1039
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAOUlEQVQIW13LsRHAMAgEwUUNqiJHqsgV4ggN+MOdv8hMfc8r1x9gIJwtLtbrPgvOFiMvgNWzkfcXfPLBEToy4kOZAAAAAElFTkSuQmCC"
|
1040
|
-
}), /*#__PURE__*/
|
1040
|
+
})), _g51 || (_g51 = /*#__PURE__*/React.createElement("g", {
|
1041
1041
|
clipPath: "url(#prefix__clip-path-50)"
|
1042
|
-
}, /*#__PURE__*/
|
1042
|
+
}, /*#__PURE__*/React.createElement("image", {
|
1043
1043
|
width: 19,
|
1044
1044
|
height: 16,
|
1045
1045
|
transform: "translate(65 728)",
|
1046
1046
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAg0lEQVQ4T6WTwQ3EMAgEhzToivJyRamQezlaOURAbr62BxZhc3eU88IB5sBoYipbIqUjPbIL54VHRSJuWfYgO4dCZ0rWpbl7qWrEPs/jqwie0VsxIzT6XzF30j3rYPsPgG/SObBwZp2tV8LOlEqXq3gqW7xJNUV5NebAsvhl2UKFu/wHWslIPL6w6fcAAAAASUVORK5CYII="
|
1047
|
-
})), /*#__PURE__*/
|
1047
|
+
}))), _g52 || (_g52 = /*#__PURE__*/React.createElement("g", {
|
1048
1048
|
clipPath: "url(#prefix__clip-path-51)"
|
1049
|
-
}, /*#__PURE__*/
|
1049
|
+
}, /*#__PURE__*/React.createElement("image", {
|
1050
1050
|
width: 19,
|
1051
1051
|
height: 16,
|
1052
1052
|
transform: "translate(65 728)",
|
1053
1053
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAg0lEQVQ4T6WTwQ3EMAgEh9TnmvxITemPezlaOURAbr62BxZhc3eU88IB5sBoYipbIqUjPbIL54VHRSJuWfYgO4dCZ0rWpbl7qWrEPs/jqwie0VsxIzT6XzF30j3rYPsPgG/SObBwZp2tV8LOlEqXq3gqW7xJNUV5NebAsvhl2UKFu/wHewtIdDE6A9IAAAAASUVORK5CYII="
|
1054
|
-
})), /*#__PURE__*/
|
1054
|
+
}))), _image26 || (_image26 = /*#__PURE__*/React.createElement("image", {
|
1055
1055
|
width: 5,
|
1056
1056
|
height: 8,
|
1057
1057
|
transform: "translate(65 728)",
|
1058
1058
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAPElEQVQIW2XKwQ2AMAwAMaesxBidqULMxH7hRRTgntZFZuqdlxxfgBfCmqLwuX7nmqKwX7CN/ch+1dkBbqbAEMOJ8S79AAAAAElFTkSuQmCC"
|
1059
|
-
}), /*#__PURE__*/
|
1059
|
+
})), _g53 || (_g53 = /*#__PURE__*/React.createElement("g", {
|
1060
1060
|
clipPath: "url(#prefix__clip-path-52)"
|
1061
|
-
}, /*#__PURE__*/
|
1061
|
+
}, /*#__PURE__*/React.createElement("image", {
|
1062
1062
|
width: 19,
|
1063
1063
|
height: 16,
|
1064
1064
|
transform: "translate(51 720)",
|
1065
1065
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAgklEQVQ4T6WTwQ3AIAwDnc7HTDyYif3cF1VkRYTQ+wLOEYKRhGdMEAB6g6GI+bAV5KmEPtmGMcGoSMQXlh3I1oEDM09maSSPqkZoP0tmipo+t1aelfHrmko6ZxVMfwBwF9obLHyA3mCVyV9sX/M0cO1LR6NiGfZsh/bTF0rNFH9YjV8wvUTZLi9QzAAAAABJRU5ErkJggg=="
|
1066
|
-
})), /*#__PURE__*/
|
1066
|
+
}))), _g54 || (_g54 = /*#__PURE__*/React.createElement("g", {
|
1067
1067
|
clipPath: "url(#prefix__clip-path-53)"
|
1068
|
-
}, /*#__PURE__*/
|
1068
|
+
}, /*#__PURE__*/React.createElement("image", {
|
1069
1069
|
width: 19,
|
1070
1070
|
height: 16,
|
1071
1071
|
transform: "translate(51 720)",
|
1072
1072
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAg0lEQVQ4T6WTwQ3AIAwDnU7HSIzASGznvqgiKyKE3hdwjhCMJDxjggDQGwxFzIetIE8l9Mk2jAlGRSK+sOxAtg4cmHkySyN5VDVC+1kyU9T0ubXyrIxf11TSOatg+gOAu9DeYOED9AarTP5i+5qngWtfOhoVy7BnO7SfvlBqpvjDavwCbm5FAWM+xNwAAAAASUVORK5CYII="
|
1073
|
-
})), /*#__PURE__*/
|
1073
|
+
}))), _image27 || (_image27 = /*#__PURE__*/React.createElement("image", {
|
1074
1074
|
width: 5,
|
1075
1075
|
height: 8,
|
1076
1076
|
transform: "translate(51 720)",
|
1077
1077
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAN0lEQVQIW2XKOREAIBDAwD3UIQkJSMLdUcHwpMxsZKazPmR5B1wTWhV7LvXJVsWep7rkUlBeBROKcBCL4aY5zgAAAABJRU5ErkJggg=="
|
1078
|
-
}), /*#__PURE__*/
|
1078
|
+
})), _g55 || (_g55 = /*#__PURE__*/React.createElement("g", {
|
1079
1079
|
clipPath: "url(#prefix__clip-path-54)"
|
1080
|
-
}, /*#__PURE__*/
|
1080
|
+
}, /*#__PURE__*/React.createElement("image", {
|
1081
1081
|
width: 19,
|
1082
1082
|
height: 16,
|
1083
1083
|
transform: "translate(37 712)",
|
1084
1084
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAgElEQVQ4T6WT0REAEQxEN1edkpSgJN3tfbnJ7BDh3i/Wi4SRhKd1EABqgeGQZ7XQOjiCs5g3iw5nTL+wrEUUuixzRXSpkUxbKWp5bObRJj23Vp6R8atMJT0aGUx/AHAXWgts2oBaYJkhVcJuZgPHvu1onFhO3yxC39NftDVTItMXdwJEQOvj2eMAAAAASUVORK5CYII="
|
1085
|
-
})), /*#__PURE__*/
|
1085
|
+
}))), _g56 || (_g56 = /*#__PURE__*/React.createElement("g", {
|
1086
1086
|
clipPath: "url(#prefix__clip-path-55)"
|
1087
|
-
}, /*#__PURE__*/
|
1087
|
+
}, /*#__PURE__*/React.createElement("image", {
|
1088
1088
|
width: 19,
|
1089
1089
|
height: 16,
|
1090
1090
|
transform: "translate(37 712)",
|
1091
1091
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAgElEQVQ4T6WT0REAEQxEN9ebitShIsXtfbnJ7BDh3i/Wi4SRhKd1EABqgeGQZ7XQOjiCs5g3iw5nTL+wrEUUuixzRXSpkUxbKWp5bObRJj23Vp6R8atMJT0aGUx/AHAXWgts2oBaYJkhVcJuZgPHvu1onFhO3yxC39NftDVTItMXI05ESLhBIZ8AAAAASUVORK5CYII="
|
1092
|
-
})), /*#__PURE__*/
|
1092
|
+
}))), _image28 || (_image28 = /*#__PURE__*/React.createElement("image", {
|
1093
1093
|
width: 5,
|
1094
1094
|
height: 8,
|
1095
1095
|
transform: "translate(37 712)",
|
1096
1096
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAOUlEQVQIW23KwQ0AIAzDQLe7MRFzMFGHC68givDTupDE3SqUfGpzFWrTYw6iyTmII63ckVYA+SqADVMaEJscxlVcAAAAAElFTkSuQmCC"
|
1097
|
-
}), /*#__PURE__*/
|
1097
|
+
})), _g57 || (_g57 = /*#__PURE__*/React.createElement("g", {
|
1098
1098
|
clipPath: "url(#prefix__clip-path-56)"
|
1099
|
-
}, /*#__PURE__*/
|
1099
|
+
}, /*#__PURE__*/React.createElement("image", {
|
1100
1100
|
width: 18,
|
1101
1101
|
height: 16,
|
1102
1102
|
transform: "translate(24 704)",
|
1103
1103
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAACXBIWXMAAAsSAAALEgHS3X78AAAAg0lEQVQ4T5WRwQ3AIAwDHdTVmIg1ykJluPRlCaVA3HtWwb3E5u4gfcABoFUYflJWH/uAM1TFaHR6qBgujSKKYeHgaYic5ux+XAqJxHWl1VbEda/TsALDitKIQgG0ejPMw63VBiOfIPInsFXYNohkgTxLWr96v9RoJtrNP0mNZlqF7Qxfp54/ak8H7RcAAAAASUVORK5CYII="
|
1104
|
-
})), /*#__PURE__*/
|
1104
|
+
}))), _g58 || (_g58 = /*#__PURE__*/React.createElement("g", {
|
1105
1105
|
clipPath: "url(#prefix__clip-path-57)"
|
1106
|
-
}, /*#__PURE__*/
|
1106
|
+
}, /*#__PURE__*/React.createElement("image", {
|
1107
1107
|
width: 18,
|
1108
1108
|
height: 16,
|
1109
1109
|
transform: "translate(24 704)",
|
1110
1110
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAACXBIWXMAAAsSAAALEgHS3X78AAAAg0lEQVQ4T5WRwQ3AIAwDHdTJGIhdyj5ltfRlCaVA3HtWwb3E5u4gfcABoFUYflJWH/uAM1TFaHR6qBgujSKKYeHgaYic5ux+XAqJxHWl1VbEda/TsALDitKIQgG0ejPMw63VBiOfIPInsFXYNohkgTxLWr96v9RoJtrNP0mNZlqF7Qxffo4/kulAuGUAAAAASUVORK5CYII="
|
1111
|
-
})), /*#__PURE__*/
|
1111
|
+
}))), _image29 || (_image29 = /*#__PURE__*/React.createElement("image", {
|
1112
1112
|
width: 5,
|
1113
1113
|
height: 8,
|
1114
1114
|
transform: "translate(24 704)",
|
1115
1115
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAN0lEQVQIW2XKQQ0AMAjF0II0BCFmgmbt7wQhrMeXmiSqcxGAs8rAGuv6zgyscV4AXlBXnxMadw94LA8NAkRlXwAAAABJRU5ErkJggg=="
|
1116
|
-
}), /*#__PURE__*/
|
1116
|
+
})), _g59 || (_g59 = /*#__PURE__*/React.createElement("g", {
|
1117
1117
|
clipPath: "url(#prefix__clip-path-58)"
|
1118
|
-
}, /*#__PURE__*/
|
1118
|
+
}, /*#__PURE__*/React.createElement("image", {
|
1119
1119
|
width: 19,
|
1120
1120
|
height: 16,
|
1121
1121
|
transform: "translate(10 696)",
|
1122
1122
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAf0lEQVQ4T6WR0Q3AIAhEwdEcyF3qPnW165cNMT0B+/6IEd6BApBJH/IWrYpKksIebOMoOs12n6OW1MzShyBiqgDSkZhpyGyFDdfrRspqxVoemVnsPo92xigi8dPvaFW02OJvUwXZfyb6lKAHODF1r+k1tO805hdr9HWQa2bxoj/2kDwYiCNvlAAAAABJRU5ErkJggg=="
|
1123
|
-
})), /*#__PURE__*/
|
1123
|
+
}))), _g60 || (_g60 = /*#__PURE__*/React.createElement("g", {
|
1124
1124
|
clipPath: "url(#prefix__clip-path-59)"
|
1125
|
-
}, /*#__PURE__*/
|
1125
|
+
}, /*#__PURE__*/React.createElement("image", {
|
1126
1126
|
width: 19,
|
1127
1127
|
height: 16,
|
1128
1128
|
transform: "translate(10 696)",
|
1129
1129
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAf0lEQVQ4T6WR0Q3AIAhEwcWcx4XqOnWy65cNMT0B+/6IEd6BApBJH/IWrYpKksIebOMoOs12n6OW1MzShyBiqgDSkZhpyGyFDdfrRspqxVoemVnsPo92xigi8dPvaFW02OJvUwXZfyb6lKAHODF1r+k1tO805hdr9HWQa2bxoj9VgDwAcXeIpAAAAABJRU5ErkJggg=="
|
1130
|
-
})), /*#__PURE__*/
|
1130
|
+
}))), _image30 || (_image30 = /*#__PURE__*/React.createElement("image", {
|
1131
1131
|
width: 5,
|
1132
1132
|
height: 8,
|
1133
1133
|
transform: "translate(10 696)",
|
1134
1134
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAOElEQVQIW2XKQRHAIAwAwQ3G0IOi6qmy8EqG0nvebGSm6nklDFdrip6lfnJN0fNUH1kKxq1ango2PEwPDeYK8vMAAAAASUVORK5CYII="
|
1135
|
-
}), /*#__PURE__*/
|
1135
|
+
})), _g61 || (_g61 = /*#__PURE__*/React.createElement("g", {
|
1136
1136
|
clipPath: "url(#prefix__clip-path-60)"
|
1137
|
-
}, /*#__PURE__*/
|
1137
|
+
}, /*#__PURE__*/React.createElement("image", {
|
1138
1138
|
width: 19,
|
1139
1139
|
height: 16,
|
1140
1140
|
transform: "translate(-4 688)",
|
1141
1141
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhElEQVQ4T6WUwQ3EIAwEd68x6qGhSzuhsr0XkmNpI5ubFzxsxsZASYhcCwKAOUA0+cTNTpTXVbjN3oKrlg8zx7WgiikltUtypiWzjDuc31stq0y0PDKLxH4e9czBOLT/JJ0DfJRZnScH83PadCy3hL2AOcCuqTXLONOj0ahYls0i7pv6AWHPRlkBO2yyAAAAAElFTkSuQmCC"
|
1142
|
-
})), /*#__PURE__*/
|
1142
|
+
}))), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
1143
1143
|
fill: "url(#prefix__Shadow_Grey_70-100)",
|
1144
1144
|
d: "M357.11 604.94l28.62-16.57 85.91 49.61-28.63 16.52-85.9-49.56z"
|
1145
|
-
}), /*#__PURE__*/
|
1145
|
+
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
1146
1146
|
d: "M471.09 528.25a4.12 4.12 0 00-1.37-1.41l-3.07-1.77-79.45-45.87a1.43 1.43 0 00-1.37-.17l-28.2 16.28c-.32.19 6 80.21 6 80.21l12 7.79 95.74-54.49a5.1 5.1 0 00-.28-.57z",
|
1147
1147
|
fill: "url(#prefix___10-20-30)"
|
1148
|
-
}), /*#__PURE__*/
|
1148
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
1149
1149
|
d: "M471.09 610.67a1.39 1.39 0 00.64-1.33v-79a3.81 3.81 0 00-.35-1.51l-95.74 54.49 67.27 43.63z",
|
1150
1150
|
fill: "url(#prefix__linear-gradient-4)"
|
1151
|
-
}), /*#__PURE__*/
|
1151
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
1152
1152
|
d: "M471.09 610.67a1.39 1.39 0 00.64-1.33v-79a3.81 3.81 0 00-.35-1.51l-95.74 54.49 67.27 43.63z",
|
1153
1153
|
fill: "url(#prefix__linear-gradient-5)"
|
1154
|
-
}), /*#__PURE__*/
|
1154
|
+
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
1155
1155
|
d: "M431.29 524.07a2.35 2.35 0 001.39 1.93 7.39 7.39 0 006.7 0 2.36 2.36 0 001.39-1.94v-36.61c0-15-11.59-33.46-26.4-42-8.49-4.9-16.84-5.7-22.92-2.19-5.31 3.07-8.23 8.91-8.23 16.45v36.78a2.34 2.34 0 001.39 1.93 7.41 7.41 0 006.71 0 2.36 2.36 0 001.39-1.93V459.7c0-2.84.6-6.57 3.48-8.23s8-.93 13.44 2.18c11.74 6.78 21.66 22.26 21.66 33.8z",
|
1156
1156
|
fill: "url(#prefix___30-40)"
|
1157
|
-
}), /*#__PURE__*/
|
1157
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
1158
1158
|
d: "M441.54 543.11l-3.07-1.77L359 495.47a1.43 1.43 0 00-1.37-.17 1.37 1.37 0 00-.65 1.33v79a4.12 4.12 0 00.65 2.07 4.07 4.07 0 001.37 1.42L438.47 625l3.07 1.77a1.46 1.46 0 001.37.17 1.38 1.38 0 00.65-1.33v-79a4.12 4.12 0 00-.65-2.07 4 4 0 00-1.37-1.43z",
|
1159
1159
|
fill: "url(#prefix__linear-gradient-6)"
|
1160
|
-
}), /*#__PURE__*/
|
1160
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
1161
1161
|
d: "M406.57 552.62a13.87 13.87 0 00-6.28-10.88c-3.47-2-6.29-.38-6.29 3.63a13.25 13.25 0 002.33 7L394 567.13l12.57 7.25-2.33-17.47c1.42-.51 2.33-2.01 2.33-4.29z",
|
1162
1162
|
fill: "url(#prefix__linear-gradient-7)"
|
1163
|
-
}), /*#__PURE__*/
|
1163
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
1164
1164
|
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
1165
|
fill: "url(#prefix__White_100_-0_)"
|
1166
|
-
}), /*#__PURE__*/
|
1167
|
-
className: "
|
1166
|
+
})), /*#__PURE__*/React.createElement("path", {
|
1167
|
+
className: "".concat(blockClass, "__prefix-cls-75"),
|
1168
1168
|
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
|
-
}), /*#__PURE__*/
|
1170
|
-
className: "
|
1169
|
+
}), /*#__PURE__*/React.createElement("path", {
|
1170
|
+
className: "".concat(blockClass, "__prefix-cls-76"),
|
1171
1171
|
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
|
-
}), /*#__PURE__*/
|
1173
|
-
className: "
|
1172
|
+
}), /*#__PURE__*/React.createElement("path", {
|
1173
|
+
className: "".concat(blockClass, "__prefix-cls-77"),
|
1174
1174
|
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
|
-
}), /*#__PURE__*/
|
1176
|
-
className: "
|
1175
|
+
}), /*#__PURE__*/React.createElement("path", {
|
1176
|
+
className: "".concat(blockClass, "__prefix-cls-78"),
|
1177
1177
|
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
|
-
}), /*#__PURE__*/
|
1179
|
-
className: "
|
1178
|
+
}), /*#__PURE__*/React.createElement("path", {
|
1179
|
+
className: "".concat(blockClass, "__prefix-cls-76"),
|
1180
1180
|
d: "M279.14 489.68z"
|
1181
|
-
}), /*#__PURE__*/
|
1182
|
-
className: "
|
1181
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
1182
|
+
className: "".concat(blockClass, "__prefix-cls-77"),
|
1183
1183
|
cx: 244.95,
|
1184
1184
|
cy: 586.07,
|
1185
1185
|
rx: 9.61,
|
1186
1186
|
ry: 6.41,
|
1187
1187
|
transform: "rotate(-88.16 244.923 586.061)"
|
1188
|
-
}), /*#__PURE__*/
|
1189
|
-
className: "
|
1188
|
+
}), /*#__PURE__*/React.createElement("path", {
|
1189
|
+
className: "".concat(blockClass, "__prefix-cls-78"),
|
1190
1190
|
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
|
-
}), /*#__PURE__*/
|
1192
|
-
className: "
|
1191
|
+
}), /*#__PURE__*/React.createElement("path", {
|
1192
|
+
className: "".concat(blockClass, "__prefix-cls-75"),
|
1193
1193
|
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
|
-
}), /*#__PURE__*/
|
1195
|
-
className: "
|
1194
|
+
}), /*#__PURE__*/React.createElement("path", {
|
1195
|
+
className: "".concat(blockClass, "__prefix-cls-78"),
|
1196
1196
|
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
|
-
}), /*#__PURE__*/
|
1197
|
+
}), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
1198
1198
|
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
1199
|
fill: "#6ea6ff"
|
1200
|
-
}), /*#__PURE__*/
|
1201
|
-
className: "
|
1200
|
+
})), /*#__PURE__*/React.createElement("path", {
|
1201
|
+
className: "".concat(blockClass, "__prefix-cls-75"),
|
1202
1202
|
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
|
-
}), /*#__PURE__*/
|
1204
|
-
className: "
|
1203
|
+
}), /*#__PURE__*/React.createElement("image", {
|
1204
|
+
className: "".concat(blockClass, "__prefix-cls-80"),
|
1205
1205
|
width: 24,
|
1206
1206
|
height: 41,
|
1207
1207
|
transform: "translate(250 323)",
|
1208
1208
|
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAApCAYAAAAvUenwAAAACXBIWXMAAAsSAAALEgHS3X78AAAHV0lEQVRIS7WX23ITyxWG+zQzPUdJM5Ily5SjMg4h+yoJlQp5gDxBXpMn4AGooigOV8aGzd7GhQ86jTWnnp6ZPuQCmoBl2CSp9O1I6+t/re5/rYZaa/D/XOS3fmCWUgpqrSGEUCOEfnhX3wRwzp2yLIMsy3pt29qMMU8phRBCajabndq23VJKuWVZ4lsxAPgGoOs6wjmnZVkGXddZaZrGTdM4nHOKMZZhGBae57Gu6yxKKaeU8m+puhXAOaebzaZfVZXfdZ11fn6+13WdJYQglmV1lFIeRVEehmERhmEBIdSu6/LbYt0KUEoh27bb4+Pj+5vNpl+WZcAY86SUmFLKAQCAMeZ1XWcppRDnnI7H4zmltLkZC22HB2C5XI6Oj4/vX19fDzzPY4wxr6oqX0qJm6ZxiqIIGWOe1ho2TeO0bWs3TePcFuubKVosFjtRFOVPnz79G8ZYZlnWAwCAKIpyAACQUuKiKEKEkPJ9v8IYy7qu6c1UbQGUUjCO43S1Wg2Pjo5+yrKs57puned5RAgRbdvaEEIdBEHpum5tamDSejPeVooQQno4HK6klLjrOosx5r1///53AABgVNR17eZ5HnVdZ5VlGQghiFIKaa3hzXhbCh4/fvyPFy9e/GW5XI7m8/k4y7Je13XWZrPp+75fVVXlB0FQCiFIURQhpZQbgBCCOI7zlYotQNu2tud5TCmF2ra1q6ryOecUAAAsy+o453Q+n4/7/f7mU95dKSXWWkOEkLoZbwuQ53n08uXLP8/n87FSChmoEIKs1+skDMPCdd16Pp+PwzAsMMZSKYUM5Ga8rRoURREKIUhd1+7V1dVks9n08zyPIIS6aRpntVoNEUJKKYUwxtLzPNY0jZNlWc9s6LsACKHOsqxnLhbnnLZta6/X6+RL64AQaq01NN9t225/SMHz588fmBOU53lUVZVvCsg5p3meR0II0ratfXFxMW2axlFKoTzPo9sUbNVACEGapnHqunbNH8qyDJRSCEKozREdDAbXZVkGCCHFOac/XAMjXWsNza5NcGMLdV27XddZu7u7l2maxsb0fgiAMZZmN4QQYfzGKDLQuq7dqqp8z/PYarUaKqXQYDDY3Iy3lSLXdWsDIYQI45hKKcQY83zfr4yDXl5e7mKMZRAEpfGom2tLwWAwuDaQsiwD4zOmXZq+AMDHO2PqUVWVvx3+hoJHjx79MwiCkjHmua5bU0q5lBKb75xzihBSprB37959p5RCHz58uJMkyfrg4ODXm4DPCvI8D6fT6YWUEidJsu71elkYhkXXddaXFmCOpdYaGjVSSqyUQmmaDk5OTu59CfisYLFY7OR5HnHO6WQyubq6upporWEQBCVCSDHGPAihJoQIzjnVWkPGmHd0dPQTAAAY/3r48OHTLwHmnPuUUq6UQr7vVwghNRqNliYgAABQSrk5whBCned5dHl5uUsIEU3TOIvFYufZs2d/ffLkyd+3AAAAYCTPZrNTy7I6x3GaJEnW/X5/E0VRbjpXEASl1hpaltW5rltzzulyuRydnJz8wdyf8/Pz6VcAjLEUQpC9vb1zy7K6/f39s93d3cvZbHbqum6dJMnaKAMAAJM2hJDKsqwHIdTm7rx+/fqPq9Vq+BWAECIcx2mMDQRBUBJCBCFE7OzsLJRSKEmSdRzH6XA4XAEAgO/71adxpa7r2rVtu63r2m3b1k7TNM6yLPoMsCxL9Hq9LI7jNEmSddu29mQyuer3+xtKKZ9MJldxHKf9fn8DIdSmPkopRAgRpicYcyzLMjBNCgHw77kzjuN0PB7PJ5PJldYa2rbd3rt3700QBCWEUDuO09y5c+cDhFAPh8PVYDC49jyPeZ7HpJRYCEGGw+EKQqgNgADwsdEHQVDleR4dHh7+bCy6aRpHSon7/f4mjuO0qip/uVyO9vb2zjHGsiiK0Pf9yhRcKYXqunYdx2m6rrM+A8yaTqeXTdPYBwcHvyil0IMHD56v1+vEsqzu3bt3d81pKssy8H2/MpbS6/Uyz/NYkiRrSik3bXULAAAAjuO0hBAxm81O3759+3shBKGU8p2dnUUYhsXZ2dn+aDRaaq1hlmW9KIpyMwAIIYht260pftu21q2T3Xg8XnyCNZRSPhgMrhFCCkKoDw8Pf764uJgCAMBwOFxhjKVt261t2+1oNFru7++f+b5fOY7T2Lbdwe+9cM7Pz6e9Xi979erVnwD4OLMul8uRlBJLKXGWZb3xeDw3b4WiKMLJZHK1v79/dnBw8AsAAHwXAAAAq9UqgRDq4+Pj+4QQIaXEb968uSelxFEU5UopZN4IcRynQRCUcRyno9FoiRDSvwkwK03TgRCCnJ6ezmzbbpumcebz+dhxnMYMv5ZlddPp9CKO49SM8j8MAOBjyhhjHmPMa9vWDsOwUEqhoihCx3Ea13Xr0Wi09DyPfQKK/whgFmPMBeBjAzL9ACGkXNetPc9jhBBpfvtfAb5ceZ6HdV27lFIeBEGJMf5qPv2fAV3XEcuyBOfcue0J9S8JSw1IqQ1eggAAAABJRU5ErkJggg=="
|
1209
|
-
}), /*#__PURE__*/
|
1209
|
+
}), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
1210
1210
|
d: "M286.2 404.44z"
|
1211
|
-
}), /*#__PURE__*/
|
1212
|
-
className: "
|
1211
|
+
})), /*#__PURE__*/React.createElement("path", {
|
1212
|
+
className: "".concat(blockClass, "__prefix-cls-75"),
|
1213
1213
|
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
|
-
}), /*#__PURE__*/
|
1215
|
-
className: "
|
1214
|
+
}), /*#__PURE__*/React.createElement("path", {
|
1215
|
+
className: "".concat(blockClass, "__prefix-cls-81"),
|
1216
1216
|
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
|
-
}), /*#__PURE__*/
|
1218
|
-
className: "
|
1217
|
+
}), /*#__PURE__*/React.createElement("image", {
|
1218
|
+
className: "".concat(blockClass, "__prefix-cls-80"),
|
1219
1219
|
width: 19,
|
1220
1220
|
height: 19,
|
1221
1221
|
transform: "translate(247 300)",
|
1222
1222
|
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
|
-
}), /*#__PURE__*/
|
1224
|
-
className: "
|
1223
|
+
}), /*#__PURE__*/React.createElement("path", {
|
1224
|
+
className: "".concat(blockClass, "__prefix-cls-81"),
|
1225
1225
|
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
|
-
}), /*#__PURE__*/
|
1226
|
+
}), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
1227
1227
|
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
1228
|
opacity: 0.15,
|
1229
1229
|
fill: "none"
|
1230
|
-
}), /*#__PURE__*/
|
1231
|
-
className: "
|
1230
|
+
})), /*#__PURE__*/React.createElement("path", {
|
1231
|
+
className: "".concat(blockClass, "__prefix-cls-76"),
|
1232
1232
|
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
|
-
}), /*#__PURE__*/
|
1234
|
-
className: "
|
1233
|
+
}), /*#__PURE__*/React.createElement("path", {
|
1234
|
+
className: "".concat(blockClass, "__prefix-cls-75"),
|
1235
1235
|
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
|
-
}), /*#__PURE__*/
|
1236
|
+
}), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
1237
1237
|
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",
|
1238
1238
|
fill: "#0062ff"
|
1239
1239
|
})))));
|
@@ -1243,7 +1243,8 @@ var HTTPErrorSvg403 = function HTTPErrorSvg403(_ref) {
|
|
1243
1243
|
// in alphabetical order (for consistency).
|
1244
1244
|
// See https://www.npmjs.com/package/prop-types#usage.
|
1245
1245
|
HTTPErrorSvg403.propTypes = {
|
1246
|
-
className: index.propTypesExports.string
|
1246
|
+
className: index.propTypesExports.string,
|
1247
|
+
title: index.propTypesExports.string
|
1247
1248
|
};
|
1248
1249
|
|
1249
1250
|
exports.HTTPErrorSvg403 = HTTPErrorSvg403;
|