@geotab/zenith 3.7.0 → 3.8.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -1
- package/dist/absolute/absolute.js +3 -1
- package/dist/accordion/accordion.js +1 -1
- package/dist/accordion/accordionItem/accordionItem.js +1 -9
- package/dist/advancedGroupsFilter/advancedGroupsFilter.js +3 -0
- package/dist/advancedGroupsFilter/advancedGroupsFilterForm.js +2 -0
- package/dist/advancedGroupsFilter/advancedGroupsFilterFormHelper.js +1 -4
- package/dist/advancedGroupsFilter/advancedGroupsFilterFormSection.js +9 -2
- package/dist/advancedGroupsFilter/advancedGroupsFilterHelper.js +3 -1
- package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +1 -0
- package/dist/alert/alert.js +45 -11
- package/dist/alert/hooks/useAlert.js +3 -3
- package/dist/alert/utils/hideAlertCallback.js +3 -2
- package/dist/alertRaw/alertRaw.js +1 -0
- package/dist/alertRaw/components/alertAnimation.js +5 -17
- package/dist/anchor/anchor.js +1 -1
- package/dist/banner/banner.js +3 -3
- package/dist/banner/bannerMultipLine.js +1 -0
- package/dist/banner/bannerSingleLine.js +1 -0
- package/dist/banner/bannerUtils.js +5 -5
- package/dist/banner/typeIcon.js +7 -7
- package/dist/banner/utils/isBannerTarget.d.ts +1 -0
- package/dist/banner/utils/isBannerTarget.js +11 -0
- package/dist/betaPill/betaPill.js +37 -0
- package/dist/betaPill/betaPillContext.js +1 -1
- package/dist/bookmark/bookmark.js +2 -0
- package/dist/bulkEditControl/bulkEditControl.d.ts +1 -1
- package/dist/bulkEditControl/bulkEditControl.js +6 -1
- package/dist/button/button.d.ts +2 -1
- package/dist/button/button.js +3 -3
- package/dist/button/buttonType.d.ts +1 -1
- package/dist/calendar/calendar.js +23 -0
- package/dist/calendar/calendarUtils.js +50 -0
- package/dist/calendar/dateUtils.js +35 -19
- package/dist/card/card.d.ts +6 -6
- package/dist/card/card.js +1 -0
- package/dist/card/components/cardButton/cardButton.d.ts +2 -1
- package/dist/card/components/cardButton/cardButton.js +7 -4
- package/dist/card/components/cardToggle/cardToggle.js +1 -1
- package/dist/card/components/status.js +8 -2
- package/dist/card/components/title.js +4 -8
- package/dist/card/components/titleLink.js +2 -2
- package/dist/card/helpers/getDefaultFullWidthValue.js +1 -1
- package/dist/cardContainer/hooks/useAbsoluteSize.js +2 -1
- package/dist/cards/cards.js +1 -1
- package/dist/cards/cardsRow.js +1 -1
- package/dist/chart/accessibleChart/accessibleChart.js +1 -1
- package/dist/chart/accessibleChart/accessibleChartNarrative.js +267 -1
- package/dist/chart/accessibleChart/accessibleChartTable.js +28 -0
- package/dist/chart/barChart/getBarTooltipItems.js +11 -10
- package/dist/chart/barChart/getDefaultDatasetStyle.js +1 -10
- package/dist/chart/barChart/getDefaultOptions.js +16 -14
- package/dist/chart/barChart.js +2 -10
- package/dist/chart/chart.js +24 -0
- package/dist/chart/chartAxis/chartAxis.js +2 -0
- package/dist/chart/chartInsight/chartInsight.js +1 -1
- package/dist/chart/lineChart/getDatasetColor.js +1 -10
- package/dist/chart/lineChart/getDefaultOptions.js +38 -27
- package/dist/chart/lineChart/useSummary.js +4 -2
- package/dist/chart/lineChart.js +2 -10
- package/dist/chart/pieChart/centerTextPlugin.d.ts +3 -0
- package/dist/chart/pieChart/centerTextPlugin.js +33 -0
- package/dist/chart/pieChart/getDefaultDatasetStyle.js +1 -10
- package/dist/chart/pieChart/getPieTooltipItems.js +4 -2
- package/dist/chart/pieChart/interfaces.d.ts +13 -0
- package/dist/chart/pieChart/pieLegendPlugin.d.ts +7 -0
- package/dist/chart/pieChart/pieLegendPlugin.js +45 -0
- package/dist/chart/pieChart/renderPieLegend.d.ts +7 -0
- package/dist/chart/pieChart/renderPieLegend.js +61 -0
- package/dist/chart/pieChart.d.ts +3 -3
- package/dist/chart/pieChart.js +37 -12
- package/dist/chart/plugins/legend/renderLegend.js +5 -3
- package/dist/chart/plugins/linePlugin/getInterpolatedValue.js +1 -1
- package/dist/chart/plugins/linePlugin/linePlugin.js +4 -2
- package/dist/chart/plugins/tooltip/calculatePositions.js +12 -12
- package/dist/chart/plugins/tooltip/renderTooltip.js +1 -1
- package/dist/chart/plugins/tooltip/tooltipPlugin.js +3 -2
- package/dist/chart/utils/getYAxisMeta.js +5 -3
- package/dist/chart/utils/removeTrendDataFromDatasets.js +1 -1
- package/dist/checkbox/checkbox.js +1 -1
- package/dist/checkbox/checkboxIconCheckmark.js +2 -6
- package/dist/checkbox/checkboxIconMinus.js +2 -6
- package/dist/checkboxListWithAction/checkboxListWithAction.js +29 -0
- package/dist/checkboxNonInteractive/checkboxNonInteractive.js +1 -3
- package/dist/chip/chip.d.ts +1 -0
- package/dist/chip/chip.js +15 -7
- package/dist/columnsSelector/columnsSelector.d.ts +1 -1
- package/dist/columnsSelector/columnsSelector.js +3 -1
- package/dist/columnsSelector/columnsTab/columnsTab.js +1 -0
- package/dist/columnsSelector/columnsTabGroup/columnsTabGroup.js +1 -0
- package/dist/comboboxSelected/comboboxSelected.js +3 -6
- package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +1 -3
- package/dist/commonHelpers/arrowNavigation/hooks/useClearTimers.js +3 -1
- package/dist/commonHelpers/hooks/deviceProvider.js +1 -1
- package/dist/commonHelpers/hooks/useFetch.js +4 -2
- package/dist/commonHelpers/hooks/useResizeObserver.js +7 -5
- package/dist/commonHelpers/hooks/useThrottle.js +1 -1
- package/dist/commonHelpers/hooks/useTrapFocus.js +10 -6
- package/dist/commonHelpers/isDomEnv.js +1 -6
- package/dist/commonHelpers/keyboard.js +1 -4
- package/dist/commonHelpers/utils.js +1 -1
- package/dist/commonStyles/appIcons.less +3 -3
- package/dist/commonStyles/caption/caption.less +1 -2
- package/dist/commonStyles/colors/colors.less +118 -118
- package/dist/commonStyles/ellipsis.less +1 -1
- package/dist/commonStyles/fonts/roboto.less +24 -17
- package/dist/commonStyles/fonts/robotomono/robotomono.less +5 -4
- package/dist/commonStyles/fonts/robotomono.less +5 -4
- package/dist/commonStyles/link/link.less +10 -8
- package/dist/commonStyles/notSelectable.less +7 -7
- package/dist/commonStyles/pillStyles/pillContent.less +7 -9
- package/dist/commonStyles/pillStyles/pillStyles.less +1 -2
- package/dist/commonStyles/pillStyles/pillTextContent.less +3 -2
- package/dist/commonStyles/pillStyles/pillTypes.less +1 -1
- package/dist/commonStyles/popupMixin.less +2 -2
- package/dist/commonStyles/rangeFieldMixin.less +7 -7
- package/dist/commonStyles/selectButton.less +9 -7
- package/dist/commonStyles/shadows/shadows.less +1 -1
- package/dist/commonStyles/textInputMixin.less +2 -2
- package/dist/commonStyles/typography/typography.less +111 -56
- package/dist/commonStyles/zIndex.less +0 -4
- package/dist/controlledPopup/controlledPopup.d.ts +2 -5
- package/dist/controlledPopup/controlledPopup.js +2 -2
- package/dist/dataFeed/dataFeed.js +6 -7
- package/dist/dataFeed/dataFeedCell/dataFeedCell.js +9 -9
- package/dist/dataFeed/dataFeedColumnsItems.js +34 -16
- package/dist/dataFeed/dataFeedHeader/dataFeedHeader.js +1 -1
- package/dist/dataFeed/dataFeedSelectPanel/dataFeedSelectPanel.js +1 -1
- package/dist/dataFeed/feedItem/feedItem.js +1 -1
- package/dist/dataFeed/feedSelectControl/feedSelectControl.js +1 -1
- package/dist/dataGrid/cell/cell.js +6 -4
- package/dist/dataGrid/columns/actionLinkColumn/actionButtonsMobileWrapper.js +2 -6
- package/dist/dataGrid/columns/actionLinkColumn/actionLinkColumnWrapper.js +2 -6
- package/dist/dataGrid/columns/actionsColumn/actionsButton.js +3 -5
- package/dist/dataGrid/columns/actionsColumn/actionsColumn.js +22 -7
- package/dist/dataGrid/columns/actionsColumn/actionsColumnCell.js +1 -3
- package/dist/dataGrid/columns/basicColumn.js +2 -4
- package/dist/dataGrid/columns/checkboxColumn/checkboxCell.d.ts +1 -0
- package/dist/dataGrid/columns/checkboxColumn/checkboxCell.js +4 -2
- package/dist/dataGrid/columns/checkboxColumn/checkboxColumn.d.ts +1 -1
- package/dist/dataGrid/columns/checkboxColumn/checkboxColumnWrapper.js +3 -5
- package/dist/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +1 -0
- package/dist/dataGrid/columns/mainColumn/mainColumnWrapper.js +12 -8
- package/dist/dataGrid/dataGrid.js +2 -1
- package/dist/dataGrid/emptySearchList/emptySearchList.js +1 -0
- package/dist/dataGrid/entitiesListActions/actions/columnsListButton.js +1 -0
- package/dist/dataGrid/entitiesListActions/actions/fullscreenButton.js +27 -0
- package/dist/dataGrid/entitiesListActions/entitiesListActions.js +3 -6
- package/dist/dataGrid/headerCell/headerCell.js +2 -2
- package/dist/dataGrid/listColumn.d.ts +2 -4
- package/dist/dataGrid/row/row.js +8 -16
- package/dist/dataGrid/withActions/withActions.js +3 -1
- package/dist/dataGrid/withFlexibleColumns/columns/flexibleColumnWrapper.js +2 -2
- package/dist/dataGrid/withFlexibleColumns/components/columnSettings.js +2 -0
- package/dist/dataGrid/withFlexibleColumns/components/columnSettingsList.js +4 -2
- package/dist/dataGrid/withFlexibleColumns/flexibleColumnsReorder.js +3 -3
- package/dist/dataGrid/withFlexibleColumns/flexibleColumnsResizer.js +4 -4
- package/dist/dataGrid/withFlexibleColumns/flexibleColumnsStorage.js +1 -5
- package/dist/dataGrid/withFlexibleColumns/withFlexibleColumns.js +20 -27
- package/dist/dataGrid/withLoading/withLoading.js +5 -10
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkAction.d.ts +3 -3
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActionButton/bulkActionButton.js +1 -1
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActionLink/bulkActionLink.js +1 -1
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +5 -0
- package/dist/dataGrid/withSelectableRows/withLimitedSelectableRows.js +5 -3
- package/dist/dataGrid/withSelectableRows/withSelectableRows.js +3 -0
- package/dist/dataGrid/withSortableColumns/columns/sortableColumnWrapper.d.ts +2 -1
- package/dist/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +11 -2
- package/dist/dataGrid/withSortableColumns/withSortableColumns.js +13 -13
- package/dist/dateInput/dateInput.js +1 -3
- package/dist/dateInputInner/dateInputInner.js +77 -3
- package/dist/dateInputInner/dateInputInnerControlBlock.js +14 -8
- package/dist/dateInputInner/dateInputInnerReducer.d.ts +1 -1
- package/dist/dateInputRaw/dateInputRaw.js +3 -0
- package/dist/dateInputRaw/utils/getLabel.js +25 -0
- package/dist/dateRange/dateRange.js +1 -1
- package/dist/dateRangeInner/dateRangeInner.js +2 -1
- package/dist/dateRangeRaw/dateRangeRaw.js +33 -2
- package/dist/dateRangeRaw/utils/areMapsEqual.js +3 -1
- package/dist/dateRangeRaw/utils/dateRangeUtils.js +17 -0
- package/dist/dateSelectionWrapper/dateSelectionWrapper.js +4 -0
- package/dist/dialog/dialogContent.d.ts +1 -1
- package/dist/dialog/dialogContent.js +2 -1
- package/dist/dropdown/dropdown.js +1 -10
- package/dist/dropdown/dropdownPopup.d.ts +1 -1
- package/dist/dropdown/dropdownTrigger.d.ts +1 -1
- package/dist/dropdownRaw/dropdownHelper.d.ts +10 -0
- package/dist/dropdownRaw/dropdownHelper.js +41 -22
- package/dist/dropdownRaw/dropdownList.d.ts +2 -1
- package/dist/dropdownRaw/dropdownList.js +33 -4
- package/dist/dropdownRaw/dropdownPopup.d.ts +2 -1
- package/dist/dropdownRaw/dropdownPopup.js +10 -4
- package/dist/dropdownRaw/dropdownRaw.js +20 -5
- package/dist/dropdownRaw/dropdownSearchableTrigger.js +4 -0
- package/dist/dropdownRaw/dropdownTestData.js +683 -699
- package/dist/dropdownRaw/dropdownTrigger.d.ts +2 -1
- package/dist/dropdownRaw/dropdownTrigger.js +7 -2
- package/dist/dropdownRaw/stateReducer/stateReducer.js +29 -17
- package/dist/dropdownRaw/types.d.ts +3 -3
- package/dist/dropdownRaw/utils/getSelectedValues.js +4 -1
- package/dist/emptyState/emptyState.js +1 -3
- package/dist/favoriteButton/favoriteButton.js +1 -0
- package/dist/feedbackContainer/feedbackContainer.js +6 -2
- package/dist/feedbackContainer/hooks/useFeedbackAlert.js +42 -31
- package/dist/feedbackContainer/hooks/useFeedbackToast.js +30 -30
- package/dist/feedbackContainer/utils/getToastAnimation.js +1 -1
- package/dist/fileUpload/components/dropZoneContent.d.ts +15 -0
- package/dist/fileUpload/components/dropZoneContent.js +175 -0
- package/dist/fileUpload/components/templateDownloadSection.d.ts +11 -0
- package/dist/fileUpload/components/templateDownloadSection.js +71 -0
- package/dist/fileUpload/components/uploadedFilesSection.d.ts +13 -0
- package/dist/fileUpload/components/uploadedFilesSection.js +159 -0
- package/dist/fileUpload/fileUpload.d.ts +6 -0
- package/dist/fileUpload/fileUpload.js +377 -0
- package/dist/fileUpload/fileUploadType.d.ts +33 -0
- package/dist/fileUpload/fileUploadType.js +2 -0
- package/dist/filterButton/filterButton.js +6 -6
- package/dist/filters/components/filtersChip.js +2 -2
- package/dist/filters/components/filtersContainer.js +2 -0
- package/dist/filters/components/filtersCustomProvider.js +1 -1
- package/dist/filters/components/filtersDateInput.js +6 -2
- package/dist/filters/components/filtersDropdown.js +16 -2
- package/dist/filters/components/filtersEmptyState.js +48 -0
- package/dist/filters/components/filtersSaveModal.js +74 -0
- package/dist/filters/components/filtersSavedChipComponent.js +128 -0
- package/dist/filters/components/filtersSavedItemsProvider.js +7 -1
- package/dist/filters/components/filtersSearchItemData.js +1 -0
- package/dist/filters/components/filtersSearchList.js +102 -0
- package/dist/filters/components/filtersSelect.js +1 -0
- package/dist/filters/components/filtersSelectCompact.js +3 -7
- package/dist/filters/components/filtersSelectListItem.js +2 -0
- package/dist/filters/components/filtersSelectUnfoldingPill.js +8 -2
- package/dist/filters/components/filtersSidePanel.js +31 -0
- package/dist/filters/components/filtersSidePanelChip.js +1 -1
- package/dist/filters/components/filtersSidePanelDateRange.js +1 -1
- package/dist/filters/components/filtersSidePanelDropdown.js +21 -16
- package/dist/filters/components/filtersSidePanelItem.js +1 -1
- package/dist/filters/components/filtersSidePanelItemWrapper.js +1 -1
- package/dist/filters/filters.js +147 -0
- package/dist/filters/filtersHelper.js +13 -13
- package/dist/filtersBar/components/filtersBarDateInput/filtersBarDateInput.js +10 -2
- package/dist/filtersBar/components/filtersBarDropdown/filtersBarDropdown.js +48 -27
- package/dist/filtersBar/components/filtersBarDropdownWithCheckbox/filtersBarDropdownWithCheckbox.js +44 -19
- package/dist/filtersBar/components/filtersBarGroupButton/filtersBarGroupButton.js +2 -2
- package/dist/filtersBar/components/filtersBarGroupsFilter/filtersBarGroupsFilter.js +2 -2
- package/dist/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +30 -4
- package/dist/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +19 -1
- package/dist/filtersBar/components/filtersBarPeriodPicker/normalizeDates.js +32 -10
- package/dist/filtersBar/components/filtersBarRange/filtersBarRange.js +6 -5
- package/dist/filtersBar/components/filtersBarSearch/filtersBarSearch.js +2 -2
- package/dist/filtersBar/components/resetComponentButton.js +1 -0
- package/dist/filtersBar/filtersBar.d.ts +4 -4
- package/dist/filtersBar/filtersBar.js +60 -29
- package/dist/filtersBar/filtersBarActions/filtersBarActions.js +3 -0
- package/dist/filtersBar/filtersBarProvider.js +4 -1
- package/dist/filtersBar/filtersBarProviderSearch.js +1 -2
- package/dist/filtersBar/filtersBarProviderTrigger.js +1 -1
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelCheckboxGroup/filtersBarSidePanelCheckboxGroup.js +1 -1
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelDropdownWithCheckbox/filtersBarSidePanelDropdownWithCheckbox.js +21 -12
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRadioGroup/filtersBarSidePanelRadioGroup.js +1 -1
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +5 -0
- package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +5 -0
- package/dist/filtersBar/filtersBarSidePanel/hooks/useDirection.js +3 -1
- package/dist/filtersBar/filtersContainer/filtersContainer.js +2 -0
- package/dist/filtersBar/utils/getNumberOfChangedFilters.js +2 -2
- package/dist/footerButtons/footerButtons.js +9 -2
- package/dist/formField/components/formFieldAdditionalInfo.js +1 -3
- package/dist/formField/components/formFieldAssistiveError.js +1 -5
- package/dist/formField/components/formFieldCounter.js +1 -1
- package/dist/formField/components/formFieldWithLabel.js +4 -4
- package/dist/formField/components/formFieldWithoutLabel.js +2 -2
- package/dist/formField/components/isOldFormFieldComponent.js +1 -7
- package/dist/formField/components/trailingComponent.js +2 -2
- package/dist/formField/hooks/useBanner.js +1 -1
- package/dist/formField/hooks/useContainer.js +31 -4
- package/dist/formField/hooks/useError.js +26 -0
- package/dist/formField/hooks/useFormFieldClasses.js +5 -1
- package/dist/formField/hooks/useFormFieldProps.js +9 -1
- package/dist/formField/hooks/useReadonly.js +1 -1
- package/dist/formField/hooks/useSkeleton.js +1 -3
- package/dist/formField/utils/getFormFieldBanner.js +1 -1
- package/dist/formFieldError/formFieldError.d.ts +2 -1
- package/dist/formFieldError/formFieldError.js +5 -3
- package/dist/formGroup/components/customRow/customRow.js +1 -1
- package/dist/formGroup/components/list.js +1 -1
- package/dist/formGroup/components/listToggle/listToggle.js +8 -6
- package/dist/formGroup/components/oneRow.js +1 -1
- package/dist/formGroup/components/reviewListToggle/reviewListToggle.js +3 -1
- package/dist/formGroup/components/reviewTextControl.js +1 -1
- package/dist/formGroup/components/twoRows.js +1 -1
- package/dist/formGroup/formGroup.js +8 -8
- package/dist/formGroup/hooks/listHooks/useControlClasses.js +1 -1
- package/dist/formGroup/hooks/listHooks/useControls.js +1 -1
- package/dist/formGroup/hooks/listHooks/useElementsState.js +1 -1
- package/dist/formGroup/hooks/listHooks/useLabelClasses.js +1 -1
- package/dist/formGroup/hooks/useCustomRow.js +27 -9
- package/dist/formGroup/hooks/useToggle.js +24 -0
- package/dist/formGroup/utils/applyCustomControlClasses.js +2 -1
- package/dist/formGroup/utils/getControlNode.js +1 -1
- package/dist/formGroup/utils/getControls.js +12 -8
- package/dist/formGroup/utils/getElementsControl.js +4 -4
- package/dist/formGroup/utils/getLabelNode.js +1 -1
- package/dist/formGroup/utils/getTotalState.js +1 -1
- package/dist/formGroup/utils/hasWidthProp.js +1 -1
- package/dist/formGroupItem/formGroupItem.js +1 -1
- package/dist/formLayout/components/columnTitle/formLayoutColumnTitle.js +1 -1
- package/dist/formLayout/components/customColumns.js +2 -2
- package/dist/formLayout/components/formLayoutSecondary.js +1 -1
- package/dist/formLayout/components/formLayoutTitle.js +1 -1
- package/dist/formLayout/components/getLayoutColumns.js +3 -6
- package/dist/formLayout/components/oneColumnGrid.js +2 -2
- package/dist/formLayout/components/useCustomColumns.js +10 -10
- package/dist/formLayout/formLayout.js +3 -3
- package/dist/formLayout/hooks/getStepperLayout.js +1 -1
- package/dist/formLayout/hooks/useError.js +49 -0
- package/dist/formLayout/hooks/useFormButtons.d.ts +1 -1
- package/dist/formLayout/hooks/useFormButtons.js +3 -0
- package/dist/formLayout/hooks/useLoading.js +1 -1
- package/dist/formLayout/utils/applyLayoutPosition/applyLayoutPosition.js +13 -13
- package/dist/formLayout/utils/attachHeadings.js +2 -2
- package/dist/formLayout/utils/attachStepper.js +6 -2
- package/dist/formLayout/utils/getAllowedComponents.js +1 -1
- package/dist/formLayout/utils/getChildrenWithCustomColumns.js +9 -9
- package/dist/formLayout/utils/getFilteredComponents.js +1 -6
- package/dist/formLayout/utils/isStaticElement.js +5 -1
- package/dist/formSection/components/additionalSection.js +2 -2
- package/dist/formSection/components/formSectionCard.js +13 -12
- package/dist/formSection/components/formSectionDefault.js +7 -6
- package/dist/formSection/components/formSectionDefaultTitle.js +1 -1
- package/dist/formSection/components/formSectionInner.js +1 -1
- package/dist/formSection/components/formSectionModal.js +1 -1
- package/dist/formSection/formSection.js +5 -4
- package/dist/formSection/hooks/useError.js +49 -0
- package/dist/formSection/hooks/useLoading.js +3 -3
- package/dist/formSection/utils/formSectionProvider.js +1 -1
- package/dist/formSection/utils/isFormSection.js +4 -1
- package/dist/formSection/utils/isModalSection.js +1 -4
- package/dist/formStepper/components/formStep.js +1 -0
- package/dist/formStepper/components/formStepRaw.js +11 -2
- package/dist/formStepper/formStepper.js +2 -0
- package/dist/formStepperButtons/formStepperButtons.js +4 -0
- package/dist/formStepperButtons/utils/getCurrentIndex.js +1 -1
- package/dist/gridLayout/gridLayout.js +1 -1
- package/dist/gridLayout/hooks/useGridClasses.js +7 -1
- package/dist/gridLayout/hooks/useStretch.js +1 -4
- package/dist/gridLayout/utils/adaptGridState.js +3 -3
- package/dist/gridLayout/utils/convertClassesToState.js +1 -1
- package/dist/gridLayout/utils/getGridClasses.js +3 -9
- package/dist/gridLayout/utils/getGridPositionClasses.js +5 -7
- package/dist/gridLayout/utils/getGridRows.js +8 -4
- package/dist/gridLayout/utils/getGridWidthClasses.js +5 -13
- package/dist/gridLayout/utils/gridLayoutProvider.js +1 -1
- package/dist/gridLayout/utils/hasGridClasses.js +3 -7
- package/dist/gridLayout/utils/isGridItem.js +8 -8
- package/dist/gridLayout/utils/mergeGridStates.js +8 -7
- package/dist/gridLayout/utils/removeSameTypeClasses.js +1 -1
- package/dist/gridLayout/utils/updateGridStateFromClassNames.js +32 -8
- package/dist/groupButtonRaw/components/groupButtonOption.js +1 -1
- package/dist/groupButtonRaw/groupButtonRaw.js +8 -2
- package/dist/groupButtonRaw/types.d.ts +1 -0
- package/dist/groupsFilter/groupsFilter.js +1 -3
- package/dist/groupsFilterRaw/groupsFilterAdjustmentState.js +4 -0
- package/dist/groupsFilterRaw/groupsFilterAdvancedValue.js +1 -1
- package/dist/groupsFilterRaw/groupsFilterBox.js +3 -0
- package/dist/groupsFilterRaw/groupsFilterCommon.js +2 -0
- package/dist/groupsFilterRaw/groupsFilterCounter.js +1 -1
- package/dist/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +35 -3
- package/dist/groupsFilterRaw/groupsFilterHelper.js +2 -0
- package/dist/groupsFilterRaw/groupsFilterInitialState.js +8 -0
- package/dist/groupsFilterRaw/groupsFilterLabelBox.js +1 -1
- package/dist/groupsFilterRaw/groupsFilterMenu.js +3 -0
- package/dist/groupsFilterRaw/groupsFilterRaw.js +10 -2
- package/dist/groupsFilterRaw/groupsFilterStatesHelper.js +10 -4
- package/dist/groupsFilterRaw/groupsFilterTestData.js +16 -2
- package/dist/groupsFilterRaw/groupsFilterTrigger.js +2 -0
- package/dist/groupsFilterRaw/groupsHelper.js +44 -22
- package/dist/groupsFilterRaw/stateReducer/stateReducerHelper.js +14 -10
- package/dist/groupsFilterRaw/testData.js +27665 -27665
- package/dist/header/components/basicToolbar/basicToolbar.js +5 -2
- package/dist/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -0
- package/dist/header/components/collapsedItemsControl/utils/handleCustomMenuWrapper.d.ts +1 -1
- package/dist/header/components/mobileFilterControl/mobileFilterControl.js +1 -0
- package/dist/header/components/mobileSearchControl/mobileSearchControl.js +3 -0
- package/dist/header/header.js +12 -4
- package/dist/header/headerBack.js +1 -0
- package/dist/header/headerButton.js +1 -3
- package/dist/header/headerHelpers.js +12 -10
- package/dist/header/headerMenu.js +4 -2
- package/dist/header/hooks/useNonFittingElements.js +4 -4
- package/dist/headerTitle/headerTitle.d.ts +1 -1
- package/dist/headerTitle/headerTitle.js +3 -5
- package/dist/headerTitle/headerTitleSubline/headerTitleSubline.js +1 -1
- package/dist/headerTitle/headerTitleTools/headerTitleTools.js +1 -1
- package/dist/icons/deprecated/iconBackArrow.js +2 -6
- package/dist/icons/deprecated/iconCheckmark.js +2 -6
- package/dist/icons/deprecated/iconCrossThin.js +2 -6
- package/dist/icons/deprecated/iconFlatFilledArrowDown.js +2 -6
- package/dist/icons/deprecated/iconGlobe.js +2 -6
- package/dist/icons/deprecated/iconHouse.js +2 -6
- package/dist/icons/deprecated/iconInfoCircleTooltip.js +2 -6
- package/dist/icons/deprecated/iconLoupe.js +2 -6
- package/dist/icons/deprecated/iconMinusIcon.js +2 -6
- package/dist/icons/deprecated/iconOrgFilter.js +2 -6
- package/dist/icons/deprecated/iconRefresh.js +2 -6
- package/dist/icons/iconActivity.js +2 -6
- package/dist/icons/iconAddPeople.js +2 -6
- package/dist/icons/iconAiImages.js +2 -6
- package/dist/icons/iconAiSparkles.js +2 -6
- package/dist/icons/iconAiSparkles2.js +2 -6
- package/dist/icons/iconAirplay.js +2 -6
- package/dist/icons/iconAirpods.js +2 -6
- package/dist/icons/iconAlignBottom.js +2 -6
- package/dist/icons/iconAlignLeft.js +2 -6
- package/dist/icons/iconAlignRightBox.js +2 -6
- package/dist/icons/iconAlignTopBox.js +2 -6
- package/dist/icons/iconAlignmentCenter.js +2 -6
- package/dist/icons/iconAlignmentJustify.js +2 -6
- package/dist/icons/iconAlignmentLeft.js +2 -6
- package/dist/icons/iconAlignmentRight.js +2 -6
- package/dist/icons/iconAnchor.js +2 -6
- package/dist/icons/iconAnchor2.js +2 -6
- package/dist/icons/iconArchive.js +2 -6
- package/dist/icons/iconArchive2.js +2 -6
- package/dist/icons/iconArrowBottom.js +2 -6
- package/dist/icons/iconArrowBottomCircle.js +2 -6
- package/dist/icons/iconArrowBottomLeft.js +2 -6
- package/dist/icons/iconArrowBottomRight.js +2 -6
- package/dist/icons/iconArrowDownPath.js +2 -6
- package/dist/icons/iconArrowLeft.js +2 -6
- package/dist/icons/iconArrowLeftCircle.js +2 -6
- package/dist/icons/iconArrowLeftPath.js +2 -6
- package/dist/icons/iconArrowRight.js +2 -6
- package/dist/icons/iconArrowRightCircle.js +2 -6
- package/dist/icons/iconArrowRightPath.js +2 -6
- package/dist/icons/iconArrowTop.js +2 -6
- package/dist/icons/iconArrowTopCircle.js +2 -6
- package/dist/icons/iconArrowTopLeft.js +2 -6
- package/dist/icons/iconArrowTopRight.js +2 -6
- package/dist/icons/iconArrowUpPath.js +2 -6
- package/dist/icons/iconAt.js +2 -6
- package/dist/icons/iconAttachment.js +2 -6
- package/dist/icons/iconAttachment2.js +2 -6
- package/dist/icons/iconAttachmentFile.js +2 -6
- package/dist/icons/iconAudio.js +2 -6
- package/dist/icons/iconAutoSize.js +2 -6
- package/dist/icons/iconBackward.js +2 -6
- package/dist/icons/iconBadge.js +2 -6
- package/dist/icons/iconBag.js +2 -6
- package/dist/icons/iconBag2.js +2 -6
- package/dist/icons/iconBagLuggage.js +2 -6
- package/dist/icons/iconBagLuggage2.js +2 -6
- package/dist/icons/iconBasket.js +2 -6
- package/dist/icons/iconBasket2.js +2 -6
- package/dist/icons/iconBatteryError.js +2 -6
- package/dist/icons/iconBatteryFull.js +2 -6
- package/dist/icons/iconBatteryLoading.js +2 -6
- package/dist/icons/iconBatteryLow.js +2 -6
- package/dist/icons/iconBatteryLow2.js +2 -6
- package/dist/icons/iconBatteryMedium.js +2 -6
- package/dist/icons/iconBell.js +2 -6
- package/dist/icons/iconBeta.js +2 -6
- package/dist/icons/iconBitcoin.js +2 -6
- package/dist/icons/iconBluetooth.js +2 -6
- package/dist/icons/iconBold.js +2 -6
- package/dist/icons/iconBook.js +2 -6
- package/dist/icons/iconBook2.js +2 -6
- package/dist/icons/iconBookmark.js +2 -6
- package/dist/icons/iconBookmarkCheck.js +2 -6
- package/dist/icons/iconBookmarkDelete.js +2 -6
- package/dist/icons/iconBookmarkFill.js +2 -6
- package/dist/icons/iconBookmarkPlus.js +2 -6
- package/dist/icons/iconBookmarkSelectedHover.js +2 -6
- package/dist/icons/iconBranches.js +2 -6
- package/dist/icons/iconBrokenLink.js +2 -6
- package/dist/icons/iconBrowser.js +2 -6
- package/dist/icons/iconBrush.js +2 -6
- package/dist/icons/iconBubble.js +2 -6
- package/dist/icons/iconBubble2.js +2 -6
- package/dist/icons/iconBubble3.js +2 -6
- package/dist/icons/iconBubble4.js +2 -6
- package/dist/icons/iconBubble5.js +2 -6
- package/dist/icons/iconBubble6.js +2 -6
- package/dist/icons/iconBubbleAnnotation.js +2 -6
- package/dist/icons/iconBubbleAnnotation2.js +2 -6
- package/dist/icons/iconBubbleAnnotation4.js +2 -6
- package/dist/icons/iconBubbleAnnotation5.js +2 -6
- package/dist/icons/iconBubbleAnnotation6.js +2 -6
- package/dist/icons/iconBubbleNotification.js +2 -6
- package/dist/icons/iconBubbles.js +2 -6
- package/dist/icons/iconBucket.js +2 -6
- package/dist/icons/iconBuilding.js +2 -6
- package/dist/icons/iconBulkSelect.js +2 -6
- package/dist/icons/iconBulletList.js +2 -6
- package/dist/icons/iconBusiness.js +2 -6
- package/dist/icons/iconCalculator.js +2 -6
- package/dist/icons/iconCalendar.js +2 -6
- package/dist/icons/iconCamera.js +2 -6
- package/dist/icons/iconCamera2.js +2 -6
- package/dist/icons/iconCamera3.js +2 -6
- package/dist/icons/iconCameraAction.js +2 -6
- package/dist/icons/iconCanBus.js +2 -6
- package/dist/icons/iconChart.js +2 -6
- package/dist/icons/iconChart2.js +2 -6
- package/dist/icons/iconChart3.js +2 -6
- package/dist/icons/iconChart4.js +2 -6
- package/dist/icons/iconChart5.js +2 -6
- package/dist/icons/iconChart6.js +2 -6
- package/dist/icons/iconChart7.js +2 -6
- package/dist/icons/iconChart8.js +2 -6
- package/dist/icons/iconCheck.js +2 -6
- package/dist/icons/iconCheckRadio.js +2 -6
- package/dist/icons/iconCheckbox.js +2 -6
- package/dist/icons/iconChevronBottom.js +2 -6
- package/dist/icons/iconChevronDoubleDown.js +2 -6
- package/dist/icons/iconChevronDoubleLeft.js +2 -6
- package/dist/icons/iconChevronDoubleRight.js +2 -6
- package/dist/icons/iconChevronDoubleUp.js +2 -6
- package/dist/icons/iconChevronDownSmall.js +2 -6
- package/dist/icons/iconChevronGrabberHorizontal.js +2 -6
- package/dist/icons/iconChevronGrabberVertical.js +2 -6
- package/dist/icons/iconChevronLeft.js +2 -6
- package/dist/icons/iconChevronLeftSmall.js +2 -6
- package/dist/icons/iconChevronRight.js +2 -6
- package/dist/icons/iconChevronRightSmall.js +2 -6
- package/dist/icons/iconChevronTop.js +2 -6
- package/dist/icons/iconChevronTopSmall.js +2 -6
- package/dist/icons/iconChromecast.js +2 -6
- package/dist/icons/iconCircle.js +2 -6
- package/dist/icons/iconClipboard.js +2 -6
- package/dist/icons/iconClipboard2.js +2 -6
- package/dist/icons/iconClock.js +2 -6
- package/dist/icons/iconClock2.js +2 -6
- package/dist/icons/iconClockSnooze.js +2 -6
- package/dist/icons/iconClockTimer.js +2 -6
- package/dist/icons/iconClose.js +2 -6
- package/dist/icons/iconCloseCircle.js +2 -6
- package/dist/icons/iconCloseSquare.js +2 -6
- package/dist/icons/iconCloud.js +2 -6
- package/dist/icons/iconCloud2.js +2 -6
- package/dist/icons/iconCloudCheck.js +2 -6
- package/dist/icons/iconCloudDownload.js +2 -6
- package/dist/icons/iconCloudLines.js +2 -6
- package/dist/icons/iconCloudOff.js +2 -6
- package/dist/icons/iconCloudOff2.js +2 -6
- package/dist/icons/iconCloudQuestion.js +2 -6
- package/dist/icons/iconCloudSync.js +2 -6
- package/dist/icons/iconCloudUpload.js +2 -6
- package/dist/icons/iconCmd.js +2 -6
- package/dist/icons/iconCmd2.js +2 -6
- package/dist/icons/iconCode.js +2 -6
- package/dist/icons/iconCode2.js +2 -6
- package/dist/icons/iconColor.js +2 -6
- package/dist/icons/iconColorPicker.js +2 -6
- package/dist/icons/iconCommunity.js +2 -6
- package/dist/icons/iconCompass.js +2 -6
- package/dist/icons/iconConnectDevices.js +2 -6
- package/dist/icons/iconConsole.js +2 -6
- package/dist/icons/iconConstruction.js +2 -6
- package/dist/icons/iconCopy.js +2 -6
- package/dist/icons/iconCopy2.js +2 -6
- package/dist/icons/iconCopy3.js +2 -6
- package/dist/icons/iconCopy4.js +2 -6
- package/dist/icons/iconCopy5.js +2 -6
- package/dist/icons/iconCornerDownLeft.js +2 -6
- package/dist/icons/iconCornerDownRight.js +2 -6
- package/dist/icons/iconCornerLeftDown.js +2 -6
- package/dist/icons/iconCornerLeftUp.js +2 -6
- package/dist/icons/iconCornerRightDown.js +2 -6
- package/dist/icons/iconCornerRightUp.js +2 -6
- package/dist/icons/iconCornerUpLeft.js +2 -6
- package/dist/icons/iconCornerUpRight.js +2 -6
- package/dist/icons/iconCreditCard.js +2 -6
- package/dist/icons/iconCreditCard2.js +2 -6
- package/dist/icons/iconCreditCard3.js +2 -6
- package/dist/icons/iconCrop.js +2 -6
- package/dist/icons/iconCrypto.js +2 -6
- package/dist/icons/iconCryptoCoin.js +2 -6
- package/dist/icons/iconCup.js +2 -6
- package/dist/icons/iconCursor.js +2 -6
- package/dist/icons/iconCursor2.js +2 -6
- package/dist/icons/iconCursor3.js +2 -6
- package/dist/icons/iconCursorBox.js +2 -6
- package/dist/icons/iconCursorClick.js +2 -6
- package/dist/icons/iconCycle.js +2 -6
- package/dist/icons/iconDelete.js +2 -6
- package/dist/icons/iconDelete2.js +2 -6
- package/dist/icons/iconDelete3.js +2 -6
- package/dist/icons/iconDeviceUptime.js +2 -6
- package/dist/icons/iconDeviceUptimeDisconnected.js +2 -6
- package/dist/icons/iconDiamondWarning.js +2 -6
- package/dist/icons/iconDisk.js +2 -6
- package/dist/icons/iconDisk2.js +2 -6
- package/dist/icons/iconDispatchAsset.js +2 -6
- package/dist/icons/iconDock.js +2 -6
- package/dist/icons/iconDocument.js +2 -6
- package/dist/icons/iconDocumentWithLines.js +2 -6
- package/dist/icons/iconDollar.js +2 -6
- package/dist/icons/iconDotGrid.js +2 -6
- package/dist/icons/iconDotHorizontal.js +2 -6
- package/dist/icons/iconDotVertical.js +2 -6
- package/dist/icons/iconDownload.js +2 -6
- package/dist/icons/iconDrive.js +2 -6
- package/dist/icons/iconDriver.js +2 -6
- package/dist/icons/iconDvir.js +2 -6
- package/dist/icons/iconEdit.js +2 -6
- package/dist/icons/iconEdit2.js +2 -6
- package/dist/icons/iconEditBig.js +2 -6
- package/dist/icons/iconEditSmall.js +2 -6
- package/dist/icons/iconEmail.js +2 -6
- package/dist/icons/iconEmail2.js +2 -6
- package/dist/icons/iconEmailNotification.js +2 -6
- package/dist/icons/iconEsc.js +2 -6
- package/dist/icons/iconEthereum.js +2 -6
- package/dist/icons/iconEuro.js +2 -6
- package/dist/icons/iconEvse.js +2 -6
- package/dist/icons/iconExcel.js +2 -6
- package/dist/icons/iconException.js +2 -6
- package/dist/icons/iconExpand.js +2 -6
- package/dist/icons/iconEye.js +2 -6
- package/dist/icons/iconEyeOff.js +2 -6
- package/dist/icons/iconFaceId.js +2 -6
- package/dist/icons/iconFile.js +2 -6
- package/dist/icons/iconFileCopy.js +2 -6
- package/dist/icons/iconFileLocked.js +2 -6
- package/dist/icons/iconFileSync.js +2 -6
- package/dist/icons/iconFileSync2.js +2 -6
- package/dist/icons/iconFileSync3.js +2 -6
- package/dist/icons/iconFileSync4.js +2 -6
- package/dist/icons/iconFileSync5.js +2 -6
- package/dist/icons/iconFilter.js +2 -6
- package/dist/icons/iconFilter2.js +2 -6
- package/dist/icons/iconFilter3.js +2 -6
- package/dist/icons/iconFilter3Asc.js +2 -6
- package/dist/icons/iconFilter3Desc.js +2 -6
- package/dist/icons/iconFilterAsc.js +2 -6
- package/dist/icons/iconFilterDesc.js +2 -6
- package/dist/icons/iconFingerPrint.js +2 -6
- package/dist/icons/iconFocus.js +2 -6
- package/dist/icons/iconFolder.js +2 -6
- package/dist/icons/iconFolder2.js +2 -6
- package/dist/icons/iconFolderAdd.js +2 -6
- package/dist/icons/iconFolderBookmarks.js +2 -6
- package/dist/icons/iconFolderCloud.js +2 -6
- package/dist/icons/iconFolderCloud2.js +2 -6
- package/dist/icons/iconFolderDelete.js +2 -6
- package/dist/icons/iconFolderDownload.js +2 -6
- package/dist/icons/iconFolderRestricted.js +2 -6
- package/dist/icons/iconFolderShared.js +2 -6
- package/dist/icons/iconFolderUpload.js +2 -6
- package/dist/icons/iconFolders.js +2 -6
- package/dist/icons/iconFork.js +2 -6
- package/dist/icons/iconFuelGas.js +2 -6
- package/dist/icons/iconGamepad.js +2 -6
- package/dist/icons/iconGeotabDrive.js +2 -6
- package/dist/icons/iconGeotabSales.js +2 -6
- package/dist/icons/iconGift.js +2 -6
- package/dist/icons/iconGlobus.js +2 -6
- package/dist/icons/iconGrab.js +2 -6
- package/dist/icons/iconGraph.js +2 -6
- package/dist/icons/iconGraphChart.js +2 -6
- package/dist/icons/iconGraphLines.js +2 -6
- package/dist/icons/iconGraphPresentation.js +2 -6
- package/dist/icons/iconGraphStatistics.js +2 -6
- package/dist/icons/iconGrids.js +2 -6
- package/dist/icons/iconGrids2.js +2 -6
- package/dist/icons/iconHarness.js +2 -6
- package/dist/icons/iconHeadphones.js +2 -6
- package/dist/icons/iconHeart.js +2 -6
- package/dist/icons/iconHexonalWarning.js +2 -6
- package/dist/icons/iconHistory.js +2 -6
- package/dist/icons/iconHomeDoor.js +2 -6
- package/dist/icons/iconHomeDoor2.js +2 -6
- package/dist/icons/iconHomeRoof.js +2 -6
- package/dist/icons/iconHomeSimple.js +2 -6
- package/dist/icons/iconHourglass.js +2 -6
- package/dist/icons/iconITS.js +2 -6
- package/dist/icons/iconIcon.js +2 -6
- package/dist/icons/iconImac.js +2 -6
- package/dist/icons/iconImage.js +2 -6
- package/dist/icons/iconImages.js +2 -6
- package/dist/icons/iconImages2.js +2 -6
- package/dist/icons/iconInbox.js +2 -6
- package/dist/icons/iconInfoCircle.js +2 -6
- package/dist/icons/iconInfoSquare.js +2 -6
- package/dist/icons/iconInspect.js +2 -6
- package/dist/icons/iconItalic.js +2 -6
- package/dist/icons/iconKeyboard.js +2 -6
- package/dist/icons/iconKeyboardDown.js +2 -6
- package/dist/icons/iconKeyboardUp.js +2 -6
- package/dist/icons/iconKeyboardUp2.js +2 -6
- package/dist/icons/iconLab.js +2 -6
- package/dist/icons/iconLaptop.js +2 -6
- package/dist/icons/iconLayers.js +2 -6
- package/dist/icons/iconLayout.js +2 -6
- package/dist/icons/iconLayoutBottom.js +2 -6
- package/dist/icons/iconLayoutColumn.js +2 -6
- package/dist/icons/iconLayoutLeft.js +2 -6
- package/dist/icons/iconLayoutRight.js +2 -6
- package/dist/icons/iconLayoutSearch.js +2 -6
- package/dist/icons/iconLayoutSidebar.js +2 -6
- package/dist/icons/iconLayoutTop.js +2 -6
- package/dist/icons/iconLayoutTopbar.js +2 -6
- package/dist/icons/iconLayoutWindow.js +2 -6
- package/dist/icons/iconLayoutWindow2.js +2 -6
- package/dist/icons/iconLayoutWindow3.js +2 -6
- package/dist/icons/iconLayoutWindow4.js +2 -6
- package/dist/icons/iconLayoutWindow5.js +2 -6
- package/dist/icons/iconLeaf.js +2 -6
- package/dist/icons/iconLifeBuoy.js +2 -6
- package/dist/icons/iconLightBulb.js +2 -6
- package/dist/icons/iconLightning.js +2 -6
- package/dist/icons/iconLink.js +2 -6
- package/dist/icons/iconLink2.js +2 -6
- package/dist/icons/iconLink3.js +2 -6
- package/dist/icons/iconLinkLines.js +2 -6
- package/dist/icons/iconList.js +2 -6
- package/dist/icons/iconLoader.js +2 -6
- package/dist/icons/iconLocationCompass.js +2 -6
- package/dist/icons/iconLocationMap.js +2 -6
- package/dist/icons/iconLocationOff.js +2 -6
- package/dist/icons/iconLock.js +2 -6
- package/dist/icons/iconLogin.js +2 -6
- package/dist/icons/iconLogout.js +2 -6
- package/dist/icons/iconLowDataQuality.js +2 -6
- package/dist/icons/iconMacbook.js +2 -6
- package/dist/icons/iconMagic.js +2 -6
- package/dist/icons/iconMagic2.js +2 -6
- package/dist/icons/iconMagicEyes.js +2 -6
- package/dist/icons/iconMap.js +2 -6
- package/dist/icons/iconMarketplace.js +2 -6
- package/dist/icons/iconMedal.js +2 -6
- package/dist/icons/iconMemory.js +2 -6
- package/dist/icons/iconMemory2.js +2 -6
- package/dist/icons/iconMenu.js +2 -6
- package/dist/icons/iconMenu2.js +2 -6
- package/dist/icons/iconMenu3.js +2 -6
- package/dist/icons/iconMenuCircle.js +2 -6
- package/dist/icons/iconMicrophone.js +2 -6
- package/dist/icons/iconMicrophone2.js +2 -6
- package/dist/icons/iconMinimize.js +2 -6
- package/dist/icons/iconMinus.js +2 -6
- package/dist/icons/iconMinusCircle.js +2 -6
- package/dist/icons/iconMinusSquare.js +2 -6
- package/dist/icons/iconMobi.js +2 -6
- package/dist/icons/iconMoney.js +2 -6
- package/dist/icons/iconMoon.js +2 -6
- package/dist/icons/iconMouse.js +2 -6
- package/dist/icons/iconMouseScrollDown.js +2 -6
- package/dist/icons/iconMouseScrollUp.js +2 -6
- package/dist/icons/iconMove.js +2 -6
- package/dist/icons/iconMove2.js +2 -6
- package/dist/icons/iconMyAdmin.js +2 -6
- package/dist/icons/iconMyGeotab.js +2 -6
- package/dist/icons/iconNavigationFooterCollapsed.js +2 -6
- package/dist/icons/iconNavigationFooterExpanded.js +2 -6
- package/dist/icons/iconNews.js +2 -6
- package/dist/icons/iconNewspaper.js +2 -6
- package/dist/icons/iconNote.js +2 -6
- package/dist/icons/iconNotificationAlarm.js +2 -6
- package/dist/icons/iconNotificationBell.js +2 -6
- package/dist/icons/iconNotificationOff.js +2 -6
- package/dist/icons/iconNotifications.js +2 -6
- package/dist/icons/iconNumberedList.js +2 -6
- package/dist/icons/iconOnDuty.js +2 -6
- package/dist/icons/iconOpen.js +2 -6
- package/dist/icons/iconOpen2.js +2 -6
- package/dist/icons/iconOpt.js +2 -6
- package/dist/icons/iconOptAlt.js +2 -6
- package/dist/icons/iconPDF.js +2 -6
- package/dist/icons/iconPackage.js +2 -6
- package/dist/icons/iconPackage2.js +2 -6
- package/dist/icons/iconPackage3.js +2 -6
- package/dist/icons/iconPaperPlane.js +2 -6
- package/dist/icons/iconPassword.js +2 -6
- package/dist/icons/iconPause.js +2 -6
- package/dist/icons/iconPencil.js +2 -6
- package/dist/icons/iconPencil2.js +2 -6
- package/dist/icons/iconPeople.js +2 -6
- package/dist/icons/iconPeopleGroup.js +2 -6
- package/dist/icons/iconPeopleGroup2.js +2 -6
- package/dist/icons/iconPeopleLike.js +2 -6
- package/dist/icons/iconPercent.js +2 -6
- package/dist/icons/iconPerformance.js +2 -6
- package/dist/icons/iconPhone.js +2 -6
- package/dist/icons/iconPhoneMobile.js +2 -6
- package/dist/icons/iconPin.js +2 -6
- package/dist/icons/iconPin2.js +2 -6
- package/dist/icons/iconPinLocation.js +2 -6
- package/dist/icons/iconPinLocation2.js +2 -6
- package/dist/icons/iconPinLocation3.js +2 -6
- package/dist/icons/iconPlay.js +2 -6
- package/dist/icons/iconPlus.js +2 -6
- package/dist/icons/iconPlusCircle.js +2 -6
- package/dist/icons/iconPlusFile.js +2 -6
- package/dist/icons/iconPlusLines.js +2 -6
- package/dist/icons/iconPlusSquare.js +2 -6
- package/dist/icons/iconPound.js +2 -6
- package/dist/icons/iconPrinter.js +2 -6
- package/dist/icons/iconProcessor.js +2 -6
- package/dist/icons/iconPullRequest.js +2 -6
- package/dist/icons/iconPuzzle.js +2 -6
- package/dist/icons/iconQuestion.js +2 -6
- package/dist/icons/iconRadar.js +2 -6
- package/dist/icons/iconReceipt.js +2 -6
- package/dist/icons/iconRecord.js +2 -6
- package/dist/icons/iconRedo.js +2 -6
- package/dist/icons/iconRedo2.js +2 -6
- package/dist/icons/iconRefrigeration.js +2 -6
- package/dist/icons/iconRemovePeople.js +2 -6
- package/dist/icons/iconRepeat.js +2 -6
- package/dist/icons/iconRepeat2.js +2 -6
- package/dist/icons/iconResizeBig.js +2 -6
- package/dist/icons/iconResizeSmall.js +2 -6
- package/dist/icons/iconRotateClockwise.js +2 -6
- package/dist/icons/iconRotateCounterclockwise.js +2 -6
- package/dist/icons/iconRotateRepeat.js +2 -6
- package/dist/icons/iconRotateRepeat2.js +2 -6
- package/dist/icons/iconRoute.js +2 -6
- package/dist/icons/iconRuler.js +2 -6
- package/dist/icons/iconSdCard.js +2 -6
- package/dist/icons/iconSearch.js +2 -6
- package/dist/icons/iconSearchDocument.js +2 -6
- package/dist/icons/iconSearchLines.js +2 -6
- package/dist/icons/iconSearchPage.js +2 -6
- package/dist/icons/iconSeatbelt.js +2 -6
- package/dist/icons/iconSecured.js +2 -6
- package/dist/icons/iconSecuredLines.js +2 -6
- package/dist/icons/iconSend.js +2 -6
- package/dist/icons/iconServer.js +2 -6
- package/dist/icons/iconServer2.js +2 -6
- package/dist/icons/iconServer3.js +2 -6
- package/dist/icons/iconSettings1.js +2 -6
- package/dist/icons/iconSettings2.js +2 -6
- package/dist/icons/iconSettings3.js +2 -6
- package/dist/icons/iconSettings4.js +2 -6
- package/dist/icons/iconSettings6.js +2 -6
- package/dist/icons/iconSettings7.js +2 -6
- package/dist/icons/iconSettings8.js +2 -6
- package/dist/icons/iconShare.js +2 -6
- package/dist/icons/iconShare3.js +2 -6
- package/dist/icons/iconShield.js +2 -6
- package/dist/icons/iconShield2.js +2 -6
- package/dist/icons/iconShield3.js +2 -6
- package/dist/icons/iconShield4.js +2 -6
- package/dist/icons/iconSidebar.js +2 -6
- package/dist/icons/iconSign.js +2 -6
- package/dist/icons/iconSmiley.js +2 -6
- package/dist/icons/iconSort2Horizontal.js +2 -6
- package/dist/icons/iconSort2Vertical.js +2 -6
- package/dist/icons/iconSortHorizontal.js +2 -6
- package/dist/icons/iconSortVertical.js +2 -6
- package/dist/icons/iconSpeaker.js +2 -6
- package/dist/icons/iconSquare.js +2 -6
- package/dist/icons/iconStar.js +2 -6
- package/dist/icons/iconStarAi.js +2 -6
- package/dist/icons/iconStarFilled.js +2 -6
- package/dist/icons/iconStopwatch.js +2 -6
- package/dist/icons/iconStorage.js +2 -6
- package/dist/icons/iconStore.js +2 -6
- package/dist/icons/iconStrikeThrough.js +2 -6
- package/dist/icons/iconSun.js +2 -6
- package/dist/icons/iconSupport.js +2 -6
- package/dist/icons/iconTable.js +2 -6
- package/dist/icons/iconTachograph.js +2 -6
- package/dist/icons/iconTachographTimeCard.js +2 -6
- package/dist/icons/iconTarget.js +2 -6
- package/dist/icons/iconTarget2.js +2 -6
- package/dist/icons/iconTarget3.js +2 -6
- package/dist/icons/iconTelevision.js +2 -6
- package/dist/icons/iconTelevision2.js +2 -6
- package/dist/icons/iconTextSize.js +2 -6
- package/dist/icons/iconThermograph.js +2 -6
- package/dist/icons/iconThermometer.js +2 -6
- package/dist/icons/iconThumbsDown.js +2 -6
- package/dist/icons/iconThumbsUp.js +2 -6
- package/dist/icons/iconTrailer.js +2 -6
- package/dist/icons/iconUmbrella.js +2 -6
- package/dist/icons/iconUnderline.js +2 -6
- package/dist/icons/iconUndo.js +2 -6
- package/dist/icons/iconUndo2.js +2 -6
- package/dist/icons/iconUndock.js +2 -6
- package/dist/icons/iconUnlocked.js +2 -6
- package/dist/icons/iconUpload.js +2 -6
- package/dist/icons/iconUsb.js +2 -6
- package/dist/icons/iconUsbHub.js +2 -6
- package/dist/icons/iconVideo.js +2 -6
- package/dist/icons/iconVideo2.js +2 -6
- package/dist/icons/iconVideoReplay.js +2 -6
- package/dist/icons/iconVisitPage.js +2 -6
- package/dist/icons/iconVoice.js +2 -6
- package/dist/icons/iconVolumeDown.js +2 -6
- package/dist/icons/iconVolumeFull.js +2 -6
- package/dist/icons/iconVolumeHalf.js +2 -6
- package/dist/icons/iconVolumeMinimum.js +2 -6
- package/dist/icons/iconVolumeOff.js +2 -6
- package/dist/icons/iconVolumeOn.js +2 -6
- package/dist/icons/iconWallet.js +2 -6
- package/dist/icons/iconWallet1.js +2 -6
- package/dist/icons/iconWarning.js +2 -6
- package/dist/icons/iconWatch.js +2 -6
- package/dist/icons/iconWatch2.js +2 -6
- package/dist/icons/iconWebcam.js +2 -6
- package/dist/icons/iconWhisper.js +2 -6
- package/dist/icons/iconWifi.js +2 -6
- package/dist/icons/iconWifi2.js +2 -6
- package/dist/icons/iconWorkday.js +2 -6
- package/dist/icons/iconWorld.js +2 -6
- package/dist/icons/iconWrench.js +2 -6
- package/dist/icons/iconWrite.js +2 -6
- package/dist/icons/iconYen.js +2 -6
- package/dist/icons/iconZone.js +2 -6
- package/dist/icons/iconZoom.js +2 -6
- package/dist/icons/iconZoom2.js +2 -6
- package/dist/images/imageAdjustFilter.js +2 -5
- package/dist/images/imageCloudUpload.d.ts +3 -0
- package/dist/images/imageCloudUpload.js +14 -0
- package/dist/images/imageLooking.js +2 -5
- package/dist/images/imageNoMatchingAssets.js +2 -5
- package/dist/images/imageNothingFound.js +2 -5
- package/dist/images/imageTapToUpload.d.ts +6 -0
- package/dist/images/imageTapToUpload.js +14 -0
- package/dist/index.css +1457 -1006
- package/dist/index.d.ts +6 -0
- package/dist/index.js +26 -16
- package/dist/inputAdornments/inputAdornments.js +6 -1
- package/dist/layout/layout.js +1 -1
- package/dist/layout/layoutContent.js +7 -1
- package/dist/layout/layoutFullScreen.js +5 -2
- package/dist/layout/layoutFullScreenElementProvider.js +1 -1
- package/dist/layout/layoutFullScreenProvider.js +1 -1
- package/dist/layout/layoutSummaryTiles.js +3 -3
- package/dist/lineChart/lineChart.js +1 -1
- package/dist/lineChart/plugins/htmlLegend.js +2 -2
- package/dist/lineChartMini/lineChartMini.js +2 -2
- package/dist/list/hooks/useDragAndDrop.js +16 -5
- package/dist/list/hooks/useVirtualScroll.js +4 -2
- package/dist/list/itemCompact/itemCompact.js +1 -1
- package/dist/list/itemCompact/itemCompactWaiting.js +2 -4
- package/dist/list/itemData/itemDataInternal.js +2 -0
- package/dist/list/itemData/itemDataWaiting.js +1 -4
- package/dist/list/list.js +3 -14
- package/dist/list/listItem/listItem.js +3 -1
- package/dist/list/listItem/listItemWaiting.js +2 -4
- package/dist/list/utils/getLoadingItems.js +2 -2
- package/dist/menu/components/menuButton.js +21 -13
- package/dist/menu/components/menuErrorItem.js +48 -0
- package/dist/menu/components/menuItem.js +4 -4
- package/dist/menu/controlledMenu.js +10 -8
- package/dist/menu/menu.js +2 -2
- package/dist/miniTabs/miniTabs.js +1 -1
- package/dist/miniTabs/miniTabsHelper.js +3 -2
- package/dist/miniTabs/miniTabsItem.js +1 -1
- package/dist/mobileSheet/components/mobileSheetContent.js +1 -1
- package/dist/mobileSheet/components/mobileSheetFooter.js +1 -1
- package/dist/mobileSheet/mobileSheet.d.ts +1 -0
- package/dist/mobileSheet/mobileSheet.js +7 -2
- package/dist/modal/modal.js +1 -0
- package/dist/modal/modalHelpers.js +3 -3
- package/dist/modal/utils/isModalTarget.d.ts +1 -0
- package/dist/modal/utils/isModalTarget.js +11 -0
- package/dist/nav/nav.js +22 -14
- package/dist/nav/navAddMenu/navAddMenu.js +8 -5
- package/dist/nav/navDivider/navDivider.js +1 -4
- package/dist/nav/navEditList/navEditList.js +2 -2
- package/dist/nav/navEditList/navEditListUtils.js +1 -1
- package/dist/nav/navEditSection/navEditSection.js +1 -1
- package/dist/nav/navFooter/navEditFooter/navEditFooter.js +2 -0
- package/dist/nav/navFooter/navFooter.js +24 -0
- package/dist/nav/navFooter/navFooterAction/navFooterAction.js +1 -0
- package/dist/nav/navHeader/navHeader.js +48 -0
- package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +27 -0
- package/dist/nav/navItem/navActionItem.js +1 -3
- package/dist/nav/navItem/navItem.js +1 -1
- package/dist/nav/navMobileBar/navMobileBar.js +1 -0
- package/dist/nav/navSection/navSection.js +3 -5
- package/dist/nav/utils/navUtils.js +1 -3
- package/dist/notification/notification.js +1 -0
- package/dist/notification/pushNotification/pushNotification.js +2 -5
- package/dist/oldPill/pill.js +2 -2
- package/dist/overview/overview.js +2 -4
- package/dist/pageHeader/pageHeaderActions.js +7 -3
- package/dist/pageHeader/pageHeaderButton.js +1 -1
- package/dist/pageLayout/pageContentLayout/pageContentLayout.js +2 -6
- package/dist/pageLayout/pageLayout.js +1 -1
- package/dist/pageSection/pageSection.js +1 -1
- package/dist/pagination/pagination.js +2 -11
- package/dist/pagination/paginationArrow.js +2 -0
- package/dist/pagination/paginationButtonsRow.js +1 -1
- package/dist/pagination/paginationText/paginationText.js +1 -0
- package/dist/pagination/paginationType.d.ts +1 -1
- package/dist/pagination/paginationType.js +1 -1
- package/dist/parallelSelection/parallelSelection.js +6 -3
- package/dist/pill/components/pillActionable/pillActionable.js +11 -9
- package/dist/pill/components/pillNonActionable/pillNonActionable.js +3 -2
- package/dist/pill/pill.js +1 -3
- package/dist/pillAction/pillAction.js +1 -1
- package/dist/pillBox/components/pillBoxItem.js +1 -0
- package/dist/pillBox/pillBox.js +3 -0
- package/dist/pillBox/utils/getValidMaxPills.js +1 -1
- package/dist/pillClosable/pillClosable.d.ts +1 -1
- package/dist/pillClosable/pillClosable.js +2 -2
- package/dist/pillExpandable/pillContent.js +10 -8
- package/dist/pillExpandable/pillExpandable.js +2 -0
- package/dist/pillExpandable/pillExpandableAlignments.js +10 -10
- package/dist/pillExpandable/pillExpandablePopoverContent.js +1 -1
- package/dist/pillExpandable/pillExpandableSimple.js +10 -6
- package/dist/popup/popup.js +3 -3
- package/dist/primaryIcon/primaryIcon.js +2 -2
- package/dist/progressBar/progressBar.d.ts +1 -1
- package/dist/progressBar/progressBarUtils.js +1 -1
- package/dist/radio/radio.d.ts +5 -4
- package/dist/radio/radio.js +11 -2
- package/dist/radioGroupRaw/radioGroupRaw.js +11 -7
- package/dist/radioGroupRaw/types.d.ts +2 -0
- package/dist/rangeRaw/components/rangeField.js +7 -3
- package/dist/rangeRaw/rangeRaw.js +14 -1
- package/dist/rangeRaw/utils/rangeHelper.js +9 -1
- package/dist/react-chartjs/dateAdapter.js +22 -12
- package/dist/react-chartjs/dateFns/dateFns.js +14 -14
- package/dist/react-chartjs/types.d.ts +27 -27
- package/dist/react-chartjs/utils.js +1 -3
- package/dist/searchInput/searchInput.js +1 -3
- package/dist/searchInputRaw/searchInputRaw.js +2 -0
- package/dist/selectList/selectList.js +27 -13
- package/dist/selectList/selectList.reducer.js +17 -9
- package/dist/selectList/selectListItem.js +2 -4
- package/dist/selectRaw/select.helpers.js +2 -2
- package/dist/selectRaw/selectRaw.js +31 -23
- package/dist/selectRaw/types.d.ts +3 -3
- package/dist/selectRaw/utils/getValidWidth.js +1 -1
- package/dist/shield/shield.js +1 -1
- package/dist/sidePanel/sidePanel.d.ts +1 -0
- package/dist/sidePanel/sidePanel.js +39 -8
- package/dist/sidePanel/sidePanelCell/sidePanelCell.js +1 -3
- package/dist/skeleton/lazyContent.js +4 -6
- package/dist/skeleton/skeleton.js +1 -0
- package/dist/skeletonList/skeletonList.js +1 -1
- package/dist/sortControl/sortControl.js +19 -0
- package/dist/stepperRaw/utils/calculateWithPrecision.js +1 -3
- package/dist/summaries/summaries.js +1 -1
- package/dist/summary/summary.js +2 -0
- package/dist/summaryTile/summaryTile.d.ts +45 -2
- package/dist/summaryTile/summaryTile.js +38 -13
- package/dist/summaryTile/summaryTileTrigger.js +2 -2
- package/dist/summaryTile/utils/getTypeClassName.js +1 -1
- package/dist/summaryTileBar/summaryTileBar.js +1 -1
- package/dist/svgIcon/svgIconSize.d.ts +1 -1
- package/dist/svgSprite/svgSprite.js +1 -1
- package/dist/svgSprites/svgSprites.js +1 -1
- package/dist/tabBar/tabBar.js +1 -1
- package/dist/tabBar/tabBarContent.js +1 -1
- package/dist/table/actions/actionsMenu.js +2 -0
- package/dist/table/children/useTableChildren.js +1 -1
- package/dist/table/detailPanel/detailPanel.js +1 -0
- package/dist/table/detailPanel/detailPanelHeader.js +2 -0
- package/dist/table/expandable/useFeedExpandable.js +1 -1
- package/dist/table/flexible/columnSettings.js +2 -0
- package/dist/table/flexible/columnsList.js +1 -0
- package/dist/table/flexible/columnsPopup.js +1 -0
- package/dist/table/flexible/flexibleHeader.js +1 -1
- package/dist/table/flexible/mergeColumnSettings.js +1 -5
- package/dist/table/flexible/useFlexibleColumns.js +8 -13
- package/dist/table/loading/useLoading.d.ts +1 -0
- package/dist/table/loading/useLoading.js +9 -19
- package/dist/table/nested/nestedData.js +4 -3
- package/dist/table/nested/useNestedRows.js +2 -0
- package/dist/table/selectable/selectableHeader.js +4 -0
- package/dist/table/selectable/useSelectableRows.js +2 -0
- package/dist/table/selectable/utils/calculateSelectionState.js +3 -1
- package/dist/table/selectable/utils/checkRow.js +2 -4
- package/dist/table/selectable/utils/getCurrentPageSelection.js +2 -6
- package/dist/table/sortable/mobileSortControl.d.ts +15 -0
- package/dist/table/sortable/mobileSortControl.js +148 -0
- package/dist/table/sortable/sortableHeader.js +2 -0
- package/dist/table/sortable/useSortableColumns.js +21 -10
- package/dist/table/table.d.ts +2 -4
- package/dist/table/table.js +48 -0
- package/dist/tabs/tabItem/tabItem.js +1 -1
- package/dist/tabs/tabs.js +2 -0
- package/dist/textIconButton/textIconButton.d.ts +1 -1
- package/dist/textIconButton/textIconButton.js +1 -1
- package/dist/textInput/textInput.js +1 -3
- package/dist/textInputRaw/textInputRaw.js +2 -2
- package/dist/textarea/textarea.js +1 -3
- package/dist/textareaRaw/textareaRaw.js +2 -2
- package/dist/timePicker/timePicker.js +1 -3
- package/dist/timePickerRaw/components/timeSelect/timeSelect.js +1 -1
- package/dist/timePickerRaw/timePickerRaw.js +23 -0
- package/dist/timePickerRaw/types.d.ts +6 -6
- package/dist/toast/hooks/useToast.js +3 -3
- package/dist/toast/toast.js +28 -10
- package/dist/toast/utils/hideToastCallback.js +3 -2
- package/dist/toastRaw/components/toastAnimation.js +5 -17
- package/dist/toastRaw/hooks/useProgress.js +1 -1
- package/dist/toastRaw/toastRaw.js +1 -0
- package/dist/toggleButtonRaw/toggleButtonRaw.js +6 -2
- package/dist/toggleButtonRaw/types.d.ts +1 -0
- package/dist/toolbar/helpers/getWidthWithMargin.js +1 -1
- package/dist/toolbar/helpers/getWidthWithoutPadding.js +1 -1
- package/dist/toolbar/toolbar.js +4 -5
- package/dist/toolbar/toolbarContent.js +18 -12
- package/dist/toolbar/toolbarMoreButton.js +4 -6
- package/dist/tooltip/helpers/calculateArrowPosition.js +12 -2
- package/dist/tooltip/helpers/removeArrowClasses.js +1 -3
- package/dist/tooltip/tooltip.d.ts +12 -12
- package/dist/tooltip/tooltip.js +16 -6
- package/dist/tooltipInfo/tooltipInfo.js +1 -1
- package/dist/twoOptionsSwitcher/twoOptionsSwitcher.d.ts +2 -1
- package/dist/twoOptionsSwitcher/twoOptionsSwitcher.js +7 -4
- package/dist/utils/abortablePromise.js +1 -3
- package/dist/utils/compareElementsUtils/isObjectNested.js +1 -1
- package/dist/utils/dateInputUtils/useTodayButton.js +4 -2
- package/dist/utils/formatDate.js +37 -0
- package/dist/utils/getParentByClass.d.ts +1 -1
- package/dist/utils/getParentWindow.js +1 -1
- package/dist/utils/globalThisPolyfill.js +1 -1
- package/dist/utils/localization/translations/ar.json +328 -0
- package/dist/utils/localization/translations/cs.json +73 -2
- package/dist/utils/localization/translations/da-DK.json +64 -2
- package/dist/utils/localization/translations/de.json +73 -2
- package/dist/utils/localization/translations/en-json.d.ts +1 -1
- package/dist/utils/localization/translations/en-json.js +113 -113
- package/dist/utils/localization/translations/en.json +11 -2
- package/dist/utils/localization/translations/es.json +73 -2
- package/dist/utils/localization/translations/fi-FI.json +64 -2
- package/dist/utils/localization/translations/fr-FR.json +73 -2
- package/dist/utils/localization/translations/fr.json +73 -2
- package/dist/utils/localization/translations/hu-HU.json +64 -2
- package/dist/utils/localization/translations/id.json +73 -2
- package/dist/utils/localization/translations/it.json +73 -2
- package/dist/utils/localization/translations/ja.json +78 -7
- package/dist/utils/localization/translations/ko-KR.json +65 -2
- package/dist/utils/localization/translations/ms.json +73 -2
- package/dist/utils/localization/translations/nb-NO.json +64 -2
- package/dist/utils/localization/translations/nl.json +73 -2
- package/dist/utils/localization/translations/pl.json +73 -2
- package/dist/utils/localization/translations/pt-BR.json +73 -2
- package/dist/utils/localization/translations/pt-PT.json +15 -3
- package/dist/utils/localization/translations/ro-RO.json +14 -2
- package/dist/utils/localization/translations/sk-SK.json +65 -2
- package/dist/utils/localization/translations/sv.json +73 -2
- package/dist/utils/localization/translations/th.json +73 -2
- package/dist/utils/localization/translations/tr.json +73 -2
- package/dist/utils/localization/translations/zh-Hans.json +73 -2
- package/dist/utils/localization/translations/zh-TW.json +65 -2
- package/dist/utils/localization/translationsDictionary.js +2 -1
- package/dist/utils/positioningUtils/alignments.js +5 -5
- package/dist/utils/positioningUtils/calculatePosition.js +7 -5
- package/dist/utils/positioningUtils/normalizeHorizontally.js +2 -2
- package/dist/utils/positioningUtils/normalizeVertically.js +2 -2
- package/dist/utils/positioningUtils/tooltipAlignments.js +13 -13
- package/dist/utils/toKebabCase.d.ts +16 -0
- package/dist/utils/toKebabCase.js +25 -0
- package/dist/utils/userFormat/userFormatContext.js +1 -1
- package/dist/waiting/waiting.js +5 -4
- package/esm/absolute/absolute.js +3 -1
- package/esm/accordion/accordion.js +1 -1
- package/esm/accordion/accordionItem/accordionItem.js +1 -9
- package/esm/advancedGroupsFilter/advancedGroupsFilter.js +3 -0
- package/esm/advancedGroupsFilter/advancedGroupsFilterForm.js +2 -0
- package/esm/advancedGroupsFilter/advancedGroupsFilterFormHelper.js +1 -4
- package/esm/advancedGroupsFilter/advancedGroupsFilterFormSection.js +9 -2
- package/esm/advancedGroupsFilter/advancedGroupsFilterHelper.js +3 -1
- package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +1 -0
- package/esm/alert/alert.js +45 -11
- package/esm/alert/hooks/useAlert.js +3 -3
- package/esm/alert/utils/hideAlertCallback.js +2 -2
- package/esm/alertRaw/alertRaw.js +1 -0
- package/esm/alertRaw/components/alertAnimation.js +5 -17
- package/esm/anchor/anchor.js +1 -1
- package/esm/banner/banner.js +3 -3
- package/esm/banner/bannerMultipLine.js +1 -0
- package/esm/banner/bannerSingleLine.js +1 -0
- package/esm/banner/bannerUtils.js +5 -5
- package/esm/banner/typeIcon.js +7 -7
- package/esm/banner/utils/isBannerTarget.d.ts +1 -0
- package/esm/banner/utils/isBannerTarget.js +7 -0
- package/esm/betaPill/betaPill.js +37 -0
- package/esm/betaPill/betaPillContext.js +1 -1
- package/esm/bookmark/bookmark.js +2 -0
- package/esm/bulkEditControl/bulkEditControl.d.ts +1 -1
- package/esm/bulkEditControl/bulkEditControl.js +6 -1
- package/esm/button/button.d.ts +2 -1
- package/esm/button/button.js +3 -3
- package/esm/button/buttonType.d.ts +1 -1
- package/esm/calendar/calendar.js +23 -0
- package/esm/calendar/calendarUtils.js +50 -0
- package/esm/calendar/dateUtils.js +35 -19
- package/esm/card/card.d.ts +6 -6
- package/esm/card/card.js +1 -0
- package/esm/card/components/cardButton/cardButton.d.ts +2 -1
- package/esm/card/components/cardButton/cardButton.js +7 -4
- package/esm/card/components/cardToggle/cardToggle.js +1 -1
- package/esm/card/components/status.js +8 -2
- package/esm/card/components/title.js +4 -8
- package/esm/card/components/titleLink.js +2 -2
- package/esm/card/helpers/getDefaultFullWidthValue.js +1 -1
- package/esm/cardContainer/hooks/useAbsoluteSize.js +2 -1
- package/esm/cards/cards.js +1 -1
- package/esm/cards/cardsRow.js +1 -1
- package/esm/chart/accessibleChart/accessibleChart.js +1 -1
- package/esm/chart/accessibleChart/accessibleChartNarrative.js +267 -1
- package/esm/chart/accessibleChart/accessibleChartTable.js +28 -0
- package/esm/chart/barChart/getBarTooltipItems.js +11 -10
- package/esm/chart/barChart/getDefaultDatasetStyle.js +1 -10
- package/esm/chart/barChart/getDefaultOptions.js +16 -14
- package/esm/chart/barChart.js +2 -10
- package/esm/chart/chart.js +24 -0
- package/esm/chart/chartAxis/chartAxis.js +2 -0
- package/esm/chart/chartInsight/chartInsight.js +1 -1
- package/esm/chart/lineChart/getDatasetColor.js +1 -10
- package/esm/chart/lineChart/getDefaultOptions.js +38 -27
- package/esm/chart/lineChart/useSummary.js +4 -2
- package/esm/chart/lineChart.js +2 -10
- package/esm/chart/pieChart/centerTextPlugin.d.ts +3 -0
- package/esm/chart/pieChart/centerTextPlugin.js +29 -0
- package/esm/chart/pieChart/getDefaultDatasetStyle.js +1 -10
- package/esm/chart/pieChart/getPieTooltipItems.js +4 -2
- package/esm/chart/pieChart/interfaces.d.ts +13 -0
- package/esm/chart/pieChart/pieLegendPlugin.d.ts +7 -0
- package/esm/chart/pieChart/pieLegendPlugin.js +41 -0
- package/esm/chart/pieChart/renderPieLegend.d.ts +7 -0
- package/esm/chart/pieChart/renderPieLegend.js +57 -0
- package/esm/chart/pieChart.d.ts +3 -3
- package/esm/chart/pieChart.js +38 -13
- package/esm/chart/plugins/legend/renderLegend.js +5 -3
- package/esm/chart/plugins/linePlugin/getInterpolatedValue.js +1 -1
- package/esm/chart/plugins/linePlugin/linePlugin.js +4 -2
- package/esm/chart/plugins/tooltip/calculatePositions.js +12 -12
- package/esm/chart/plugins/tooltip/renderTooltip.js +1 -1
- package/esm/chart/plugins/tooltip/tooltipPlugin.js +3 -2
- package/esm/chart/utils/getYAxisMeta.js +5 -3
- package/esm/chart/utils/removeTrendDataFromDatasets.js +1 -1
- package/esm/checkbox/checkbox.js +1 -1
- package/esm/checkbox/checkboxIconCheckmark.js +2 -6
- package/esm/checkbox/checkboxIconMinus.js +2 -6
- package/esm/checkboxListWithAction/checkboxListWithAction.js +29 -0
- package/esm/checkboxNonInteractive/checkboxNonInteractive.js +1 -3
- package/esm/chip/chip.d.ts +1 -0
- package/esm/chip/chip.js +15 -7
- package/esm/columnsSelector/columnsSelector.d.ts +1 -1
- package/esm/columnsSelector/columnsSelector.js +3 -1
- package/esm/columnsSelector/columnsTab/columnsTab.js +1 -0
- package/esm/columnsSelector/columnsTabGroup/columnsTabGroup.js +1 -0
- package/esm/comboboxSelected/comboboxSelected.js +3 -6
- package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +1 -3
- package/esm/commonHelpers/arrowNavigation/hooks/useClearTimers.js +3 -1
- package/esm/commonHelpers/hooks/deviceProvider.js +1 -1
- package/esm/commonHelpers/hooks/useFetch.js +4 -2
- package/esm/commonHelpers/hooks/useResizeObserver.js +7 -5
- package/esm/commonHelpers/hooks/useThrottle.js +1 -1
- package/esm/commonHelpers/hooks/useTrapFocus.js +10 -6
- package/esm/commonHelpers/isDomEnv.js +1 -6
- package/esm/commonHelpers/keyboard.js +1 -4
- package/esm/commonHelpers/utils.js +1 -1
- package/esm/commonStyles/typography/components/typographyItem.js +1 -1
- package/esm/controlledPopup/controlledPopup.d.ts +2 -5
- package/esm/controlledPopup/controlledPopup.js +2 -2
- package/esm/dataFeed/dataFeed.js +6 -7
- package/esm/dataFeed/dataFeedCell/dataFeedCell.js +9 -9
- package/esm/dataFeed/dataFeedColumnsItems.js +34 -16
- package/esm/dataFeed/dataFeedHeader/dataFeedHeader.js +1 -1
- package/esm/dataFeed/dataFeedSelectPanel/dataFeedSelectPanel.js +1 -1
- package/esm/dataFeed/feedItem/feedItem.js +1 -1
- package/esm/dataFeed/feedSelectControl/feedSelectControl.js +1 -1
- package/esm/dataGrid/cell/cell.js +6 -4
- package/esm/dataGrid/columns/actionLinkColumn/actionButtonsMobileWrapper.js +2 -6
- package/esm/dataGrid/columns/actionLinkColumn/actionLinkColumnWrapper.js +2 -6
- package/esm/dataGrid/columns/actionsColumn/actionsButton.js +3 -5
- package/esm/dataGrid/columns/actionsColumn/actionsColumn.js +22 -7
- package/esm/dataGrid/columns/actionsColumn/actionsColumnCell.js +1 -3
- package/esm/dataGrid/columns/basicColumn.js +2 -4
- package/esm/dataGrid/columns/checkboxColumn/checkboxCell.d.ts +1 -0
- package/esm/dataGrid/columns/checkboxColumn/checkboxCell.js +4 -2
- package/esm/dataGrid/columns/checkboxColumn/checkboxColumn.d.ts +1 -1
- package/esm/dataGrid/columns/checkboxColumn/checkboxColumnWrapper.js +3 -5
- package/esm/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +1 -0
- package/esm/dataGrid/columns/mainColumn/mainColumnWrapper.js +12 -8
- package/esm/dataGrid/dataGrid.js +2 -1
- package/esm/dataGrid/emptySearchList/emptySearchList.js +1 -0
- package/esm/dataGrid/entitiesListActions/actions/columnsListButton.js +1 -0
- package/esm/dataGrid/entitiesListActions/actions/fullscreenButton.js +27 -0
- package/esm/dataGrid/entitiesListActions/entitiesListActions.js +3 -6
- package/esm/dataGrid/headerCell/headerCell.js +2 -2
- package/esm/dataGrid/listColumn.d.ts +2 -4
- package/esm/dataGrid/row/row.js +8 -16
- package/esm/dataGrid/withActions/withActions.js +3 -1
- package/esm/dataGrid/withFlexibleColumns/columns/flexibleColumnWrapper.js +2 -2
- package/esm/dataGrid/withFlexibleColumns/components/columnSettings.js +2 -0
- package/esm/dataGrid/withFlexibleColumns/components/columnSettingsList.js +4 -2
- package/esm/dataGrid/withFlexibleColumns/flexibleColumnsReorder.js +3 -3
- package/esm/dataGrid/withFlexibleColumns/flexibleColumnsResizer.js +4 -4
- package/esm/dataGrid/withFlexibleColumns/flexibleColumnsStorage.js +1 -5
- package/esm/dataGrid/withFlexibleColumns/withFlexibleColumns.js +20 -27
- package/esm/dataGrid/withLoading/withLoading.js +5 -10
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkAction.d.ts +3 -3
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActionButton/bulkActionButton.js +1 -1
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActionLink/bulkActionLink.js +1 -1
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +5 -0
- package/esm/dataGrid/withSelectableRows/withLimitedSelectableRows.js +5 -3
- package/esm/dataGrid/withSelectableRows/withSelectableRows.js +3 -0
- package/esm/dataGrid/withSortableColumns/columns/sortableColumnWrapper.d.ts +2 -1
- package/esm/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +11 -2
- package/esm/dataGrid/withSortableColumns/withSortableColumns.js +13 -13
- package/esm/dateInput/dateInput.js +1 -3
- package/esm/dateInputInner/dateInputInner.js +77 -3
- package/esm/dateInputInner/dateInputInnerControlBlock.js +15 -9
- package/esm/dateInputInner/dateInputInnerReducer.d.ts +1 -1
- package/esm/dateInputRaw/dateInputRaw.js +3 -0
- package/esm/dateInputRaw/utils/getLabel.js +25 -0
- package/esm/dateRange/dateRange.js +1 -1
- package/esm/dateRangeInner/dateRangeInner.js +2 -1
- package/esm/dateRangeRaw/dateRangeRaw.js +33 -2
- package/esm/dateRangeRaw/utils/areMapsEqual.js +3 -1
- package/esm/dateRangeRaw/utils/dateRangeUtils.js +17 -0
- package/esm/dateSelectionWrapper/dateSelectionWrapper.js +4 -0
- package/esm/dialog/dialogContent.d.ts +1 -1
- package/esm/dialog/dialogContent.js +2 -1
- package/esm/dropdown/dropdown.js +1 -10
- package/esm/dropdown/dropdownPopup.d.ts +1 -1
- package/esm/dropdown/dropdownTrigger.d.ts +1 -1
- package/esm/dropdownRaw/dropdownHelper.d.ts +10 -0
- package/esm/dropdownRaw/dropdownHelper.js +39 -21
- package/esm/dropdownRaw/dropdownList.d.ts +2 -1
- package/esm/dropdownRaw/dropdownList.js +33 -4
- package/esm/dropdownRaw/dropdownPopup.d.ts +2 -1
- package/esm/dropdownRaw/dropdownPopup.js +10 -4
- package/esm/dropdownRaw/dropdownRaw.js +20 -5
- package/esm/dropdownRaw/dropdownSearchableTrigger.js +4 -0
- package/esm/dropdownRaw/dropdownTestData.js +683 -699
- package/esm/dropdownRaw/dropdownTrigger.d.ts +2 -1
- package/esm/dropdownRaw/dropdownTrigger.js +8 -3
- package/esm/dropdownRaw/stateReducer/stateReducer.js +29 -17
- package/esm/dropdownRaw/types.d.ts +3 -3
- package/esm/dropdownRaw/utils/getSelectedValues.js +4 -1
- package/esm/emptyState/emptyState.js +1 -3
- package/esm/favoriteButton/favoriteButton.js +1 -0
- package/esm/feedbackContainer/feedbackContainer.js +6 -2
- package/esm/feedbackContainer/hooks/useFeedbackAlert.js +42 -31
- package/esm/feedbackContainer/hooks/useFeedbackToast.js +30 -30
- package/esm/feedbackContainer/utils/getToastAnimation.js +1 -1
- package/esm/fileUpload/components/dropZoneContent.d.ts +15 -0
- package/esm/fileUpload/components/dropZoneContent.js +166 -0
- package/esm/fileUpload/components/templateDownloadSection.d.ts +11 -0
- package/esm/fileUpload/components/templateDownloadSection.js +62 -0
- package/esm/fileUpload/components/uploadedFilesSection.d.ts +13 -0
- package/esm/fileUpload/components/uploadedFilesSection.js +150 -0
- package/esm/fileUpload/fileUpload.d.ts +6 -0
- package/esm/fileUpload/fileUpload.js +368 -0
- package/esm/fileUpload/fileUploadType.d.ts +33 -0
- package/esm/fileUpload/fileUploadType.js +1 -0
- package/esm/filterButton/filterButton.js +6 -6
- package/esm/filters/components/filtersChip.js +2 -2
- package/esm/filters/components/filtersContainer.js +2 -0
- package/esm/filters/components/filtersCustomProvider.js +1 -1
- package/esm/filters/components/filtersDateInput.js +6 -2
- package/esm/filters/components/filtersDropdown.js +16 -2
- package/esm/filters/components/filtersEmptyState.js +48 -0
- package/esm/filters/components/filtersSaveModal.js +74 -0
- package/esm/filters/components/filtersSavedChipComponent.js +128 -0
- package/esm/filters/components/filtersSavedItemsProvider.js +7 -1
- package/esm/filters/components/filtersSearchItemData.js +1 -0
- package/esm/filters/components/filtersSearchList.js +102 -0
- package/esm/filters/components/filtersSelect.js +1 -0
- package/esm/filters/components/filtersSelectCompact.js +3 -7
- package/esm/filters/components/filtersSelectListItem.js +2 -0
- package/esm/filters/components/filtersSelectUnfoldingPill.js +8 -2
- package/esm/filters/components/filtersSidePanel.js +31 -0
- package/esm/filters/components/filtersSidePanelChip.js +1 -1
- package/esm/filters/components/filtersSidePanelDateRange.js +1 -1
- package/esm/filters/components/filtersSidePanelDropdown.js +21 -16
- package/esm/filters/components/filtersSidePanelItem.js +1 -1
- package/esm/filters/components/filtersSidePanelItemWrapper.js +1 -1
- package/esm/filters/filters.js +147 -0
- package/esm/filters/filtersHelper.js +13 -13
- package/esm/filtersBar/components/filtersBarDateInput/filtersBarDateInput.js +10 -2
- package/esm/filtersBar/components/filtersBarDropdown/filtersBarDropdown.js +48 -27
- package/esm/filtersBar/components/filtersBarDropdownWithCheckbox/filtersBarDropdownWithCheckbox.js +44 -19
- package/esm/filtersBar/components/filtersBarGroupButton/filtersBarGroupButton.js +2 -2
- package/esm/filtersBar/components/filtersBarGroupsFilter/filtersBarGroupsFilter.js +2 -2
- package/esm/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +30 -4
- package/esm/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +19 -1
- package/esm/filtersBar/components/filtersBarPeriodPicker/normalizeDates.js +32 -10
- package/esm/filtersBar/components/filtersBarRange/filtersBarRange.js +6 -5
- package/esm/filtersBar/components/filtersBarSearch/filtersBarSearch.js +2 -2
- package/esm/filtersBar/components/resetComponentButton.js +1 -0
- package/esm/filtersBar/filtersBar.d.ts +4 -4
- package/esm/filtersBar/filtersBar.js +60 -29
- package/esm/filtersBar/filtersBarActions/filtersBarActions.js +3 -0
- package/esm/filtersBar/filtersBarProvider.js +4 -1
- package/esm/filtersBar/filtersBarProviderSearch.js +1 -2
- package/esm/filtersBar/filtersBarProviderTrigger.js +1 -1
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelCheckboxGroup/filtersBarSidePanelCheckboxGroup.js +1 -1
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelDropdownWithCheckbox/filtersBarSidePanelDropdownWithCheckbox.js +21 -12
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRadioGroup/filtersBarSidePanelRadioGroup.js +1 -1
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +5 -0
- package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +5 -0
- package/esm/filtersBar/filtersBarSidePanel/hooks/useDirection.js +3 -1
- package/esm/filtersBar/filtersContainer/filtersContainer.js +2 -0
- package/esm/filtersBar/utils/getNumberOfChangedFilters.js +2 -2
- package/esm/footerButtons/footerButtons.js +9 -2
- package/esm/formField/components/formFieldAdditionalInfo.js +1 -3
- package/esm/formField/components/formFieldAssistiveError.js +1 -5
- package/esm/formField/components/formFieldCounter.js +1 -1
- package/esm/formField/components/formFieldWithLabel.js +4 -4
- package/esm/formField/components/formFieldWithoutLabel.js +2 -2
- package/esm/formField/components/isOldFormFieldComponent.js +1 -7
- package/esm/formField/components/trailingComponent.js +2 -2
- package/esm/formField/hooks/useBanner.js +1 -1
- package/esm/formField/hooks/useContainer.js +31 -4
- package/esm/formField/hooks/useError.js +26 -0
- package/esm/formField/hooks/useFormFieldClasses.js +5 -1
- package/esm/formField/hooks/useFormFieldProps.js +9 -1
- package/esm/formField/hooks/useReadonly.js +1 -1
- package/esm/formField/hooks/useSkeleton.js +1 -3
- package/esm/formField/utils/getFormFieldBanner.js +1 -1
- package/esm/formFieldError/formFieldError.d.ts +2 -1
- package/esm/formFieldError/formFieldError.js +5 -3
- package/esm/formGroup/components/customRow/customRow.js +1 -1
- package/esm/formGroup/components/list.js +1 -1
- package/esm/formGroup/components/listToggle/listToggle.js +8 -6
- package/esm/formGroup/components/oneRow.js +1 -1
- package/esm/formGroup/components/reviewListToggle/reviewListToggle.js +3 -1
- package/esm/formGroup/components/reviewTextControl.js +1 -1
- package/esm/formGroup/components/twoRows.js +1 -1
- package/esm/formGroup/formGroup.js +8 -8
- package/esm/formGroup/hooks/listHooks/useControlClasses.js +1 -1
- package/esm/formGroup/hooks/listHooks/useControls.js +1 -1
- package/esm/formGroup/hooks/listHooks/useElementsState.js +1 -1
- package/esm/formGroup/hooks/listHooks/useLabelClasses.js +1 -1
- package/esm/formGroup/hooks/useCustomRow.js +27 -9
- package/esm/formGroup/hooks/useToggle.js +24 -0
- package/esm/formGroup/utils/applyCustomControlClasses.js +2 -1
- package/esm/formGroup/utils/getControlNode.js +1 -1
- package/esm/formGroup/utils/getControls.js +12 -8
- package/esm/formGroup/utils/getElementsControl.js +4 -4
- package/esm/formGroup/utils/getLabelNode.js +1 -1
- package/esm/formGroup/utils/getTotalState.js +1 -1
- package/esm/formGroup/utils/hasWidthProp.js +1 -1
- package/esm/formGroupItem/formGroupItem.js +1 -1
- package/esm/formLayout/components/columnTitle/formLayoutColumnTitle.js +1 -1
- package/esm/formLayout/components/customColumns.js +2 -2
- package/esm/formLayout/components/formLayoutSecondary.js +1 -1
- package/esm/formLayout/components/formLayoutTitle.js +1 -1
- package/esm/formLayout/components/getLayoutColumns.js +3 -6
- package/esm/formLayout/components/oneColumnGrid.js +2 -2
- package/esm/formLayout/components/useCustomColumns.js +10 -10
- package/esm/formLayout/formLayout.js +3 -3
- package/esm/formLayout/hooks/getStepperLayout.js +1 -1
- package/esm/formLayout/hooks/useError.js +49 -0
- package/esm/formLayout/hooks/useFormButtons.d.ts +1 -1
- package/esm/formLayout/hooks/useFormButtons.js +3 -0
- package/esm/formLayout/hooks/useLoading.js +1 -1
- package/esm/formLayout/utils/applyLayoutPosition/applyLayoutPosition.js +13 -13
- package/esm/formLayout/utils/attachHeadings.js +2 -2
- package/esm/formLayout/utils/attachStepper.js +6 -2
- package/esm/formLayout/utils/getAllowedComponents.js +1 -1
- package/esm/formLayout/utils/getChildrenWithCustomColumns.js +9 -9
- package/esm/formLayout/utils/getFilteredComponents.js +1 -6
- package/esm/formLayout/utils/isStaticElement.js +5 -1
- package/esm/formSection/components/additionalSection.js +2 -2
- package/esm/formSection/components/formSectionCard.js +13 -12
- package/esm/formSection/components/formSectionDefault.js +7 -6
- package/esm/formSection/components/formSectionDefaultTitle.js +1 -1
- package/esm/formSection/components/formSectionInner.js +1 -1
- package/esm/formSection/components/formSectionModal.js +1 -1
- package/esm/formSection/formSection.js +5 -4
- package/esm/formSection/hooks/useError.js +49 -0
- package/esm/formSection/hooks/useLoading.js +3 -3
- package/esm/formSection/utils/formSectionProvider.js +1 -1
- package/esm/formSection/utils/isFormSection.js +4 -1
- package/esm/formSection/utils/isModalSection.js +1 -4
- package/esm/formStepper/components/formStep.js +1 -0
- package/esm/formStepper/components/formStepRaw.js +11 -2
- package/esm/formStepper/formStepper.js +2 -0
- package/esm/formStepperButtons/formStepperButtons.js +4 -0
- package/esm/formStepperButtons/utils/getCurrentIndex.js +1 -1
- package/esm/gridLayout/gridLayout.js +1 -1
- package/esm/gridLayout/hooks/useGridClasses.js +7 -1
- package/esm/gridLayout/hooks/useStretch.js +1 -4
- package/esm/gridLayout/utils/adaptGridState.js +3 -3
- package/esm/gridLayout/utils/convertClassesToState.js +1 -1
- package/esm/gridLayout/utils/getGridClasses.js +3 -9
- package/esm/gridLayout/utils/getGridPositionClasses.js +5 -7
- package/esm/gridLayout/utils/getGridRows.js +8 -4
- package/esm/gridLayout/utils/getGridWidthClasses.js +5 -13
- package/esm/gridLayout/utils/gridLayoutProvider.js +1 -1
- package/esm/gridLayout/utils/hasGridClasses.js +3 -7
- package/esm/gridLayout/utils/isGridItem.js +8 -8
- package/esm/gridLayout/utils/mergeGridStates.js +8 -7
- package/esm/gridLayout/utils/removeSameTypeClasses.js +1 -1
- package/esm/gridLayout/utils/updateGridStateFromClassNames.js +32 -8
- package/esm/groupButtonRaw/components/groupButtonOption.js +2 -2
- package/esm/groupButtonRaw/groupButtonRaw.js +8 -2
- package/esm/groupButtonRaw/types.d.ts +1 -0
- package/esm/groupsFilter/groupsFilter.js +1 -3
- package/esm/groupsFilterRaw/groupsFilterAdjustmentState.js +4 -0
- package/esm/groupsFilterRaw/groupsFilterAdvancedValue.js +1 -1
- package/esm/groupsFilterRaw/groupsFilterBox.js +3 -0
- package/esm/groupsFilterRaw/groupsFilterCommon.js +2 -0
- package/esm/groupsFilterRaw/groupsFilterCounter.js +1 -1
- package/esm/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +35 -3
- package/esm/groupsFilterRaw/groupsFilterHelper.js +2 -0
- package/esm/groupsFilterRaw/groupsFilterInitialState.js +8 -0
- package/esm/groupsFilterRaw/groupsFilterLabelBox.js +1 -1
- package/esm/groupsFilterRaw/groupsFilterMenu.js +3 -0
- package/esm/groupsFilterRaw/groupsFilterRaw.js +10 -2
- package/esm/groupsFilterRaw/groupsFilterStatesHelper.js +10 -4
- package/esm/groupsFilterRaw/groupsFilterTestData.js +16 -2
- package/esm/groupsFilterRaw/groupsFilterTrigger.js +2 -0
- package/esm/groupsFilterRaw/groupsHelper.js +44 -22
- package/esm/groupsFilterRaw/stateReducer/stateReducerHelper.js +14 -10
- package/esm/groupsFilterRaw/testData.js +27665 -27665
- package/esm/header/components/basicToolbar/basicToolbar.js +5 -2
- package/esm/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -0
- package/esm/header/components/collapsedItemsControl/utils/handleCustomMenuWrapper.d.ts +1 -1
- package/esm/header/components/mobileFilterControl/mobileFilterControl.js +1 -0
- package/esm/header/components/mobileSearchControl/mobileSearchControl.js +3 -0
- package/esm/header/header.js +12 -4
- package/esm/header/headerBack.js +1 -0
- package/esm/header/headerButton.js +1 -3
- package/esm/header/headerHelpers.js +12 -10
- package/esm/header/headerMenu.js +4 -2
- package/esm/header/hooks/useNonFittingElements.js +4 -4
- package/esm/headerTitle/headerTitle.d.ts +1 -1
- package/esm/headerTitle/headerTitle.js +3 -5
- package/esm/headerTitle/headerTitleSubline/headerTitleSubline.js +1 -1
- package/esm/headerTitle/headerTitleTools/headerTitleTools.js +1 -1
- package/esm/icons/deprecated/iconBackArrow.js +2 -6
- package/esm/icons/deprecated/iconCheckmark.js +2 -6
- package/esm/icons/deprecated/iconCrossThin.js +2 -6
- package/esm/icons/deprecated/iconFlatFilledArrowDown.js +2 -6
- package/esm/icons/deprecated/iconGlobe.js +2 -6
- package/esm/icons/deprecated/iconHouse.js +2 -6
- package/esm/icons/deprecated/iconInfoCircleTooltip.js +2 -6
- package/esm/icons/deprecated/iconLoupe.js +2 -6
- package/esm/icons/deprecated/iconMinusIcon.js +2 -6
- package/esm/icons/deprecated/iconOrgFilter.js +2 -6
- package/esm/icons/deprecated/iconRefresh.js +2 -6
- package/esm/icons/iconActivity.js +2 -6
- package/esm/icons/iconAddPeople.js +2 -6
- package/esm/icons/iconAiImages.js +2 -6
- package/esm/icons/iconAiSparkles.js +2 -6
- package/esm/icons/iconAiSparkles2.js +2 -6
- package/esm/icons/iconAirplay.js +2 -6
- package/esm/icons/iconAirpods.js +2 -6
- package/esm/icons/iconAlignBottom.js +2 -6
- package/esm/icons/iconAlignLeft.js +2 -6
- package/esm/icons/iconAlignRightBox.js +2 -6
- package/esm/icons/iconAlignTopBox.js +2 -6
- package/esm/icons/iconAlignmentCenter.js +2 -6
- package/esm/icons/iconAlignmentJustify.js +2 -6
- package/esm/icons/iconAlignmentLeft.js +2 -6
- package/esm/icons/iconAlignmentRight.js +2 -6
- package/esm/icons/iconAnchor.js +2 -6
- package/esm/icons/iconAnchor2.js +2 -6
- package/esm/icons/iconArchive.js +2 -6
- package/esm/icons/iconArchive2.js +2 -6
- package/esm/icons/iconArrowBottom.js +2 -6
- package/esm/icons/iconArrowBottomCircle.js +2 -6
- package/esm/icons/iconArrowBottomLeft.js +2 -6
- package/esm/icons/iconArrowBottomRight.js +2 -6
- package/esm/icons/iconArrowDownPath.js +2 -6
- package/esm/icons/iconArrowLeft.js +2 -6
- package/esm/icons/iconArrowLeftCircle.js +2 -6
- package/esm/icons/iconArrowLeftPath.js +2 -6
- package/esm/icons/iconArrowRight.js +2 -6
- package/esm/icons/iconArrowRightCircle.js +2 -6
- package/esm/icons/iconArrowRightPath.js +2 -6
- package/esm/icons/iconArrowTop.js +2 -6
- package/esm/icons/iconArrowTopCircle.js +2 -6
- package/esm/icons/iconArrowTopLeft.js +2 -6
- package/esm/icons/iconArrowTopRight.js +2 -6
- package/esm/icons/iconArrowUpPath.js +2 -6
- package/esm/icons/iconAt.js +2 -6
- package/esm/icons/iconAttachment.js +2 -6
- package/esm/icons/iconAttachment2.js +2 -6
- package/esm/icons/iconAttachmentFile.js +2 -6
- package/esm/icons/iconAudio.js +2 -6
- package/esm/icons/iconAutoSize.js +2 -6
- package/esm/icons/iconBackward.js +2 -6
- package/esm/icons/iconBadge.js +2 -6
- package/esm/icons/iconBag.js +2 -6
- package/esm/icons/iconBag2.js +2 -6
- package/esm/icons/iconBagLuggage.js +2 -6
- package/esm/icons/iconBagLuggage2.js +2 -6
- package/esm/icons/iconBasket.js +2 -6
- package/esm/icons/iconBasket2.js +2 -6
- package/esm/icons/iconBatteryError.js +2 -6
- package/esm/icons/iconBatteryFull.js +2 -6
- package/esm/icons/iconBatteryLoading.js +2 -6
- package/esm/icons/iconBatteryLow.js +2 -6
- package/esm/icons/iconBatteryLow2.js +2 -6
- package/esm/icons/iconBatteryMedium.js +2 -6
- package/esm/icons/iconBell.js +2 -6
- package/esm/icons/iconBeta.js +2 -6
- package/esm/icons/iconBitcoin.js +2 -6
- package/esm/icons/iconBluetooth.js +2 -6
- package/esm/icons/iconBold.js +2 -6
- package/esm/icons/iconBook.js +2 -6
- package/esm/icons/iconBook2.js +2 -6
- package/esm/icons/iconBookmark.js +2 -6
- package/esm/icons/iconBookmarkCheck.js +2 -6
- package/esm/icons/iconBookmarkDelete.js +2 -6
- package/esm/icons/iconBookmarkFill.js +2 -6
- package/esm/icons/iconBookmarkPlus.js +2 -6
- package/esm/icons/iconBookmarkSelectedHover.js +2 -6
- package/esm/icons/iconBranches.js +2 -6
- package/esm/icons/iconBrokenLink.js +2 -6
- package/esm/icons/iconBrowser.js +2 -6
- package/esm/icons/iconBrush.js +2 -6
- package/esm/icons/iconBubble.js +2 -6
- package/esm/icons/iconBubble2.js +2 -6
- package/esm/icons/iconBubble3.js +2 -6
- package/esm/icons/iconBubble4.js +2 -6
- package/esm/icons/iconBubble5.js +2 -6
- package/esm/icons/iconBubble6.js +2 -6
- package/esm/icons/iconBubbleAnnotation.js +2 -6
- package/esm/icons/iconBubbleAnnotation2.js +2 -6
- package/esm/icons/iconBubbleAnnotation4.js +2 -6
- package/esm/icons/iconBubbleAnnotation5.js +2 -6
- package/esm/icons/iconBubbleAnnotation6.js +2 -6
- package/esm/icons/iconBubbleNotification.js +2 -6
- package/esm/icons/iconBubbles.js +2 -6
- package/esm/icons/iconBucket.js +2 -6
- package/esm/icons/iconBuilding.js +2 -6
- package/esm/icons/iconBulkSelect.js +2 -6
- package/esm/icons/iconBulletList.js +2 -6
- package/esm/icons/iconBusiness.js +2 -6
- package/esm/icons/iconCalculator.js +2 -6
- package/esm/icons/iconCalendar.js +2 -6
- package/esm/icons/iconCamera.js +2 -6
- package/esm/icons/iconCamera2.js +2 -6
- package/esm/icons/iconCamera3.js +2 -6
- package/esm/icons/iconCameraAction.js +2 -6
- package/esm/icons/iconCanBus.js +2 -6
- package/esm/icons/iconChart.js +2 -6
- package/esm/icons/iconChart2.js +2 -6
- package/esm/icons/iconChart3.js +2 -6
- package/esm/icons/iconChart4.js +2 -6
- package/esm/icons/iconChart5.js +2 -6
- package/esm/icons/iconChart6.js +2 -6
- package/esm/icons/iconChart7.js +2 -6
- package/esm/icons/iconChart8.js +2 -6
- package/esm/icons/iconCheck.js +2 -6
- package/esm/icons/iconCheckRadio.js +2 -6
- package/esm/icons/iconCheckbox.js +2 -6
- package/esm/icons/iconChevronBottom.js +2 -6
- package/esm/icons/iconChevronDoubleDown.js +2 -6
- package/esm/icons/iconChevronDoubleLeft.js +2 -6
- package/esm/icons/iconChevronDoubleRight.js +2 -6
- package/esm/icons/iconChevronDoubleUp.js +2 -6
- package/esm/icons/iconChevronDownSmall.js +2 -6
- package/esm/icons/iconChevronGrabberHorizontal.js +2 -6
- package/esm/icons/iconChevronGrabberVertical.js +2 -6
- package/esm/icons/iconChevronLeft.js +2 -6
- package/esm/icons/iconChevronLeftSmall.js +2 -6
- package/esm/icons/iconChevronRight.js +2 -6
- package/esm/icons/iconChevronRightSmall.js +2 -6
- package/esm/icons/iconChevronTop.js +2 -6
- package/esm/icons/iconChevronTopSmall.js +2 -6
- package/esm/icons/iconChromecast.js +2 -6
- package/esm/icons/iconCircle.js +2 -6
- package/esm/icons/iconClipboard.js +2 -6
- package/esm/icons/iconClipboard2.js +2 -6
- package/esm/icons/iconClock.js +2 -6
- package/esm/icons/iconClock2.js +2 -6
- package/esm/icons/iconClockSnooze.js +2 -6
- package/esm/icons/iconClockTimer.js +2 -6
- package/esm/icons/iconClose.js +2 -6
- package/esm/icons/iconCloseCircle.js +2 -6
- package/esm/icons/iconCloseSquare.js +2 -6
- package/esm/icons/iconCloud.js +2 -6
- package/esm/icons/iconCloud2.js +2 -6
- package/esm/icons/iconCloudCheck.js +2 -6
- package/esm/icons/iconCloudDownload.js +2 -6
- package/esm/icons/iconCloudLines.js +2 -6
- package/esm/icons/iconCloudOff.js +2 -6
- package/esm/icons/iconCloudOff2.js +2 -6
- package/esm/icons/iconCloudQuestion.js +2 -6
- package/esm/icons/iconCloudSync.js +2 -6
- package/esm/icons/iconCloudUpload.js +2 -6
- package/esm/icons/iconCmd.js +2 -6
- package/esm/icons/iconCmd2.js +2 -6
- package/esm/icons/iconCode.js +2 -6
- package/esm/icons/iconCode2.js +2 -6
- package/esm/icons/iconColor.js +2 -6
- package/esm/icons/iconColorPicker.js +2 -6
- package/esm/icons/iconCommunity.js +2 -6
- package/esm/icons/iconCompass.js +2 -6
- package/esm/icons/iconConnectDevices.js +2 -6
- package/esm/icons/iconConsole.js +2 -6
- package/esm/icons/iconConstruction.js +2 -6
- package/esm/icons/iconCopy.js +2 -6
- package/esm/icons/iconCopy2.js +2 -6
- package/esm/icons/iconCopy3.js +2 -6
- package/esm/icons/iconCopy4.js +2 -6
- package/esm/icons/iconCopy5.js +2 -6
- package/esm/icons/iconCornerDownLeft.js +2 -6
- package/esm/icons/iconCornerDownRight.js +2 -6
- package/esm/icons/iconCornerLeftDown.js +2 -6
- package/esm/icons/iconCornerLeftUp.js +2 -6
- package/esm/icons/iconCornerRightDown.js +2 -6
- package/esm/icons/iconCornerRightUp.js +2 -6
- package/esm/icons/iconCornerUpLeft.js +2 -6
- package/esm/icons/iconCornerUpRight.js +2 -6
- package/esm/icons/iconCreditCard.js +2 -6
- package/esm/icons/iconCreditCard2.js +2 -6
- package/esm/icons/iconCreditCard3.js +2 -6
- package/esm/icons/iconCrop.js +2 -6
- package/esm/icons/iconCrypto.js +2 -6
- package/esm/icons/iconCryptoCoin.js +2 -6
- package/esm/icons/iconCup.js +2 -6
- package/esm/icons/iconCursor.js +2 -6
- package/esm/icons/iconCursor2.js +2 -6
- package/esm/icons/iconCursor3.js +2 -6
- package/esm/icons/iconCursorBox.js +2 -6
- package/esm/icons/iconCursorClick.js +2 -6
- package/esm/icons/iconCycle.js +2 -6
- package/esm/icons/iconDelete.js +2 -6
- package/esm/icons/iconDelete2.js +2 -6
- package/esm/icons/iconDelete3.js +2 -6
- package/esm/icons/iconDeviceUptime.js +2 -6
- package/esm/icons/iconDeviceUptimeDisconnected.js +2 -6
- package/esm/icons/iconDiamondWarning.js +2 -6
- package/esm/icons/iconDisk.js +2 -6
- package/esm/icons/iconDisk2.js +2 -6
- package/esm/icons/iconDispatchAsset.js +2 -6
- package/esm/icons/iconDock.js +2 -6
- package/esm/icons/iconDocument.js +2 -6
- package/esm/icons/iconDocumentWithLines.js +2 -6
- package/esm/icons/iconDollar.js +2 -6
- package/esm/icons/iconDotGrid.js +2 -6
- package/esm/icons/iconDotHorizontal.js +2 -6
- package/esm/icons/iconDotVertical.js +2 -6
- package/esm/icons/iconDownload.js +2 -6
- package/esm/icons/iconDrive.js +2 -6
- package/esm/icons/iconDriver.js +2 -6
- package/esm/icons/iconDvir.js +2 -6
- package/esm/icons/iconEdit.js +2 -6
- package/esm/icons/iconEdit2.js +2 -6
- package/esm/icons/iconEditBig.js +2 -6
- package/esm/icons/iconEditSmall.js +2 -6
- package/esm/icons/iconEmail.js +2 -6
- package/esm/icons/iconEmail2.js +2 -6
- package/esm/icons/iconEmailNotification.js +2 -6
- package/esm/icons/iconEsc.js +2 -6
- package/esm/icons/iconEthereum.js +2 -6
- package/esm/icons/iconEuro.js +2 -6
- package/esm/icons/iconEvse.js +2 -6
- package/esm/icons/iconExcel.js +2 -6
- package/esm/icons/iconException.js +2 -6
- package/esm/icons/iconExpand.js +2 -6
- package/esm/icons/iconEye.js +2 -6
- package/esm/icons/iconEyeOff.js +2 -6
- package/esm/icons/iconFaceId.js +2 -6
- package/esm/icons/iconFile.js +2 -6
- package/esm/icons/iconFileCopy.js +2 -6
- package/esm/icons/iconFileLocked.js +2 -6
- package/esm/icons/iconFileSync.js +2 -6
- package/esm/icons/iconFileSync2.js +2 -6
- package/esm/icons/iconFileSync3.js +2 -6
- package/esm/icons/iconFileSync4.js +2 -6
- package/esm/icons/iconFileSync5.js +2 -6
- package/esm/icons/iconFilter.js +2 -6
- package/esm/icons/iconFilter2.js +2 -6
- package/esm/icons/iconFilter3.js +2 -6
- package/esm/icons/iconFilter3Asc.js +2 -6
- package/esm/icons/iconFilter3Desc.js +2 -6
- package/esm/icons/iconFilterAsc.js +2 -6
- package/esm/icons/iconFilterDesc.js +2 -6
- package/esm/icons/iconFingerPrint.js +2 -6
- package/esm/icons/iconFocus.js +2 -6
- package/esm/icons/iconFolder.js +2 -6
- package/esm/icons/iconFolder2.js +2 -6
- package/esm/icons/iconFolderAdd.js +2 -6
- package/esm/icons/iconFolderBookmarks.js +2 -6
- package/esm/icons/iconFolderCloud.js +2 -6
- package/esm/icons/iconFolderCloud2.js +2 -6
- package/esm/icons/iconFolderDelete.js +2 -6
- package/esm/icons/iconFolderDownload.js +2 -6
- package/esm/icons/iconFolderRestricted.js +2 -6
- package/esm/icons/iconFolderShared.js +2 -6
- package/esm/icons/iconFolderUpload.js +2 -6
- package/esm/icons/iconFolders.js +2 -6
- package/esm/icons/iconFork.js +2 -6
- package/esm/icons/iconFuelGas.js +2 -6
- package/esm/icons/iconGamepad.js +2 -6
- package/esm/icons/iconGeotabDrive.js +2 -6
- package/esm/icons/iconGeotabSales.js +2 -6
- package/esm/icons/iconGift.js +2 -6
- package/esm/icons/iconGlobus.js +2 -6
- package/esm/icons/iconGrab.js +2 -6
- package/esm/icons/iconGraph.js +2 -6
- package/esm/icons/iconGraphChart.js +2 -6
- package/esm/icons/iconGraphLines.js +2 -6
- package/esm/icons/iconGraphPresentation.js +2 -6
- package/esm/icons/iconGraphStatistics.js +2 -6
- package/esm/icons/iconGrids.js +2 -6
- package/esm/icons/iconGrids2.js +2 -6
- package/esm/icons/iconHarness.js +2 -6
- package/esm/icons/iconHeadphones.js +2 -6
- package/esm/icons/iconHeart.js +2 -6
- package/esm/icons/iconHexonalWarning.js +2 -6
- package/esm/icons/iconHistory.js +2 -6
- package/esm/icons/iconHomeDoor.js +2 -6
- package/esm/icons/iconHomeDoor2.js +2 -6
- package/esm/icons/iconHomeRoof.js +2 -6
- package/esm/icons/iconHomeSimple.js +2 -6
- package/esm/icons/iconHourglass.js +2 -6
- package/esm/icons/iconITS.js +2 -6
- package/esm/icons/iconIcon.js +2 -6
- package/esm/icons/iconImac.js +2 -6
- package/esm/icons/iconImage.js +2 -6
- package/esm/icons/iconImages.js +2 -6
- package/esm/icons/iconImages2.js +2 -6
- package/esm/icons/iconInbox.js +2 -6
- package/esm/icons/iconInfoCircle.js +2 -6
- package/esm/icons/iconInfoSquare.js +2 -6
- package/esm/icons/iconInspect.js +2 -6
- package/esm/icons/iconItalic.js +2 -6
- package/esm/icons/iconKeyboard.js +2 -6
- package/esm/icons/iconKeyboardDown.js +2 -6
- package/esm/icons/iconKeyboardUp.js +2 -6
- package/esm/icons/iconKeyboardUp2.js +2 -6
- package/esm/icons/iconLab.js +2 -6
- package/esm/icons/iconLaptop.js +2 -6
- package/esm/icons/iconLayers.js +2 -6
- package/esm/icons/iconLayout.js +2 -6
- package/esm/icons/iconLayoutBottom.js +2 -6
- package/esm/icons/iconLayoutColumn.js +2 -6
- package/esm/icons/iconLayoutLeft.js +2 -6
- package/esm/icons/iconLayoutRight.js +2 -6
- package/esm/icons/iconLayoutSearch.js +2 -6
- package/esm/icons/iconLayoutSidebar.js +2 -6
- package/esm/icons/iconLayoutTop.js +2 -6
- package/esm/icons/iconLayoutTopbar.js +2 -6
- package/esm/icons/iconLayoutWindow.js +2 -6
- package/esm/icons/iconLayoutWindow2.js +2 -6
- package/esm/icons/iconLayoutWindow3.js +2 -6
- package/esm/icons/iconLayoutWindow4.js +2 -6
- package/esm/icons/iconLayoutWindow5.js +2 -6
- package/esm/icons/iconLeaf.js +2 -6
- package/esm/icons/iconLifeBuoy.js +2 -6
- package/esm/icons/iconLightBulb.js +2 -6
- package/esm/icons/iconLightning.js +2 -6
- package/esm/icons/iconLink.js +2 -6
- package/esm/icons/iconLink2.js +2 -6
- package/esm/icons/iconLink3.js +2 -6
- package/esm/icons/iconLinkLines.js +2 -6
- package/esm/icons/iconList.js +2 -6
- package/esm/icons/iconLoader.js +2 -6
- package/esm/icons/iconLocationCompass.js +2 -6
- package/esm/icons/iconLocationMap.js +2 -6
- package/esm/icons/iconLocationOff.js +2 -6
- package/esm/icons/iconLock.js +2 -6
- package/esm/icons/iconLogin.js +2 -6
- package/esm/icons/iconLogout.js +2 -6
- package/esm/icons/iconLowDataQuality.js +2 -6
- package/esm/icons/iconMacbook.js +2 -6
- package/esm/icons/iconMagic.js +2 -6
- package/esm/icons/iconMagic2.js +2 -6
- package/esm/icons/iconMagicEyes.js +2 -6
- package/esm/icons/iconMap.js +2 -6
- package/esm/icons/iconMarketplace.js +2 -6
- package/esm/icons/iconMedal.js +2 -6
- package/esm/icons/iconMemory.js +2 -6
- package/esm/icons/iconMemory2.js +2 -6
- package/esm/icons/iconMenu.js +2 -6
- package/esm/icons/iconMenu2.js +2 -6
- package/esm/icons/iconMenu3.js +2 -6
- package/esm/icons/iconMenuCircle.js +2 -6
- package/esm/icons/iconMicrophone.js +2 -6
- package/esm/icons/iconMicrophone2.js +2 -6
- package/esm/icons/iconMinimize.js +2 -6
- package/esm/icons/iconMinus.js +2 -6
- package/esm/icons/iconMinusCircle.js +2 -6
- package/esm/icons/iconMinusSquare.js +2 -6
- package/esm/icons/iconMobi.js +2 -6
- package/esm/icons/iconMoney.js +2 -6
- package/esm/icons/iconMoon.js +2 -6
- package/esm/icons/iconMouse.js +2 -6
- package/esm/icons/iconMouseScrollDown.js +2 -6
- package/esm/icons/iconMouseScrollUp.js +2 -6
- package/esm/icons/iconMove.js +2 -6
- package/esm/icons/iconMove2.js +2 -6
- package/esm/icons/iconMyAdmin.js +2 -6
- package/esm/icons/iconMyGeotab.js +2 -6
- package/esm/icons/iconNavigationFooterCollapsed.js +2 -6
- package/esm/icons/iconNavigationFooterExpanded.js +2 -6
- package/esm/icons/iconNews.js +2 -6
- package/esm/icons/iconNewspaper.js +2 -6
- package/esm/icons/iconNote.js +2 -6
- package/esm/icons/iconNotificationAlarm.js +2 -6
- package/esm/icons/iconNotificationBell.js +2 -6
- package/esm/icons/iconNotificationOff.js +2 -6
- package/esm/icons/iconNotifications.js +2 -6
- package/esm/icons/iconNumberedList.js +2 -6
- package/esm/icons/iconOnDuty.js +2 -6
- package/esm/icons/iconOpen.js +2 -6
- package/esm/icons/iconOpen2.js +2 -6
- package/esm/icons/iconOpt.js +2 -6
- package/esm/icons/iconOptAlt.js +2 -6
- package/esm/icons/iconPDF.js +2 -6
- package/esm/icons/iconPackage.js +2 -6
- package/esm/icons/iconPackage2.js +2 -6
- package/esm/icons/iconPackage3.js +2 -6
- package/esm/icons/iconPaperPlane.js +2 -6
- package/esm/icons/iconPassword.js +2 -6
- package/esm/icons/iconPause.js +2 -6
- package/esm/icons/iconPencil.js +2 -6
- package/esm/icons/iconPencil2.js +2 -6
- package/esm/icons/iconPeople.js +2 -6
- package/esm/icons/iconPeopleGroup.js +2 -6
- package/esm/icons/iconPeopleGroup2.js +2 -6
- package/esm/icons/iconPeopleLike.js +2 -6
- package/esm/icons/iconPercent.js +2 -6
- package/esm/icons/iconPerformance.js +2 -6
- package/esm/icons/iconPhone.js +2 -6
- package/esm/icons/iconPhoneMobile.js +2 -6
- package/esm/icons/iconPin.js +2 -6
- package/esm/icons/iconPin2.js +2 -6
- package/esm/icons/iconPinLocation.js +2 -6
- package/esm/icons/iconPinLocation2.js +2 -6
- package/esm/icons/iconPinLocation3.js +2 -6
- package/esm/icons/iconPlay.js +2 -6
- package/esm/icons/iconPlus.js +2 -6
- package/esm/icons/iconPlusCircle.js +2 -6
- package/esm/icons/iconPlusFile.js +2 -6
- package/esm/icons/iconPlusLines.js +2 -6
- package/esm/icons/iconPlusSquare.js +2 -6
- package/esm/icons/iconPound.js +2 -6
- package/esm/icons/iconPrinter.js +2 -6
- package/esm/icons/iconProcessor.js +2 -6
- package/esm/icons/iconPullRequest.js +2 -6
- package/esm/icons/iconPuzzle.js +2 -6
- package/esm/icons/iconQuestion.js +2 -6
- package/esm/icons/iconRadar.js +2 -6
- package/esm/icons/iconReceipt.js +2 -6
- package/esm/icons/iconRecord.js +2 -6
- package/esm/icons/iconRedo.js +2 -6
- package/esm/icons/iconRedo2.js +2 -6
- package/esm/icons/iconRefrigeration.js +2 -6
- package/esm/icons/iconRemovePeople.js +2 -6
- package/esm/icons/iconRepeat.js +2 -6
- package/esm/icons/iconRepeat2.js +2 -6
- package/esm/icons/iconResizeBig.js +2 -6
- package/esm/icons/iconResizeSmall.js +2 -6
- package/esm/icons/iconRotateClockwise.js +2 -6
- package/esm/icons/iconRotateCounterclockwise.js +2 -6
- package/esm/icons/iconRotateRepeat.js +2 -6
- package/esm/icons/iconRotateRepeat2.js +2 -6
- package/esm/icons/iconRoute.js +2 -6
- package/esm/icons/iconRuler.js +2 -6
- package/esm/icons/iconSdCard.js +2 -6
- package/esm/icons/iconSearch.js +2 -6
- package/esm/icons/iconSearchDocument.js +2 -6
- package/esm/icons/iconSearchLines.js +2 -6
- package/esm/icons/iconSearchPage.js +2 -6
- package/esm/icons/iconSeatbelt.js +2 -6
- package/esm/icons/iconSecured.js +2 -6
- package/esm/icons/iconSecuredLines.js +2 -6
- package/esm/icons/iconSend.js +2 -6
- package/esm/icons/iconServer.js +2 -6
- package/esm/icons/iconServer2.js +2 -6
- package/esm/icons/iconServer3.js +2 -6
- package/esm/icons/iconSettings1.js +2 -6
- package/esm/icons/iconSettings2.js +2 -6
- package/esm/icons/iconSettings3.js +2 -6
- package/esm/icons/iconSettings4.js +2 -6
- package/esm/icons/iconSettings6.js +2 -6
- package/esm/icons/iconSettings7.js +2 -6
- package/esm/icons/iconSettings8.js +2 -6
- package/esm/icons/iconShare.js +2 -6
- package/esm/icons/iconShare3.js +2 -6
- package/esm/icons/iconShield.js +2 -6
- package/esm/icons/iconShield2.js +2 -6
- package/esm/icons/iconShield3.js +2 -6
- package/esm/icons/iconShield4.js +2 -6
- package/esm/icons/iconSidebar.js +2 -6
- package/esm/icons/iconSign.js +2 -6
- package/esm/icons/iconSmiley.js +2 -6
- package/esm/icons/iconSort2Horizontal.js +2 -6
- package/esm/icons/iconSort2Vertical.js +2 -6
- package/esm/icons/iconSortHorizontal.js +2 -6
- package/esm/icons/iconSortVertical.js +2 -6
- package/esm/icons/iconSpeaker.js +2 -6
- package/esm/icons/iconSquare.js +2 -6
- package/esm/icons/iconStar.js +2 -6
- package/esm/icons/iconStarAi.js +2 -6
- package/esm/icons/iconStarFilled.js +2 -6
- package/esm/icons/iconStopwatch.js +2 -6
- package/esm/icons/iconStorage.js +2 -6
- package/esm/icons/iconStore.js +2 -6
- package/esm/icons/iconStrikeThrough.js +2 -6
- package/esm/icons/iconSun.js +2 -6
- package/esm/icons/iconSupport.js +2 -6
- package/esm/icons/iconTable.js +2 -6
- package/esm/icons/iconTachograph.js +2 -6
- package/esm/icons/iconTachographTimeCard.js +2 -6
- package/esm/icons/iconTarget.js +2 -6
- package/esm/icons/iconTarget2.js +2 -6
- package/esm/icons/iconTarget3.js +2 -6
- package/esm/icons/iconTelevision.js +2 -6
- package/esm/icons/iconTelevision2.js +2 -6
- package/esm/icons/iconTextSize.js +2 -6
- package/esm/icons/iconThermograph.js +2 -6
- package/esm/icons/iconThermometer.js +2 -6
- package/esm/icons/iconThumbsDown.js +2 -6
- package/esm/icons/iconThumbsUp.js +2 -6
- package/esm/icons/iconTrailer.js +2 -6
- package/esm/icons/iconUmbrella.js +2 -6
- package/esm/icons/iconUnderline.js +2 -6
- package/esm/icons/iconUndo.js +2 -6
- package/esm/icons/iconUndo2.js +2 -6
- package/esm/icons/iconUndock.js +2 -6
- package/esm/icons/iconUnlocked.js +2 -6
- package/esm/icons/iconUpload.js +2 -6
- package/esm/icons/iconUsb.js +2 -6
- package/esm/icons/iconUsbHub.js +2 -6
- package/esm/icons/iconVideo.js +2 -6
- package/esm/icons/iconVideo2.js +2 -6
- package/esm/icons/iconVideoReplay.js +2 -6
- package/esm/icons/iconVisitPage.js +2 -6
- package/esm/icons/iconVoice.js +2 -6
- package/esm/icons/iconVolumeDown.js +2 -6
- package/esm/icons/iconVolumeFull.js +2 -6
- package/esm/icons/iconVolumeHalf.js +2 -6
- package/esm/icons/iconVolumeMinimum.js +2 -6
- package/esm/icons/iconVolumeOff.js +2 -6
- package/esm/icons/iconVolumeOn.js +2 -6
- package/esm/icons/iconWallet.js +2 -6
- package/esm/icons/iconWallet1.js +2 -6
- package/esm/icons/iconWarning.js +2 -6
- package/esm/icons/iconWatch.js +2 -6
- package/esm/icons/iconWatch2.js +2 -6
- package/esm/icons/iconWebcam.js +2 -6
- package/esm/icons/iconWhisper.js +2 -6
- package/esm/icons/iconWifi.js +2 -6
- package/esm/icons/iconWifi2.js +2 -6
- package/esm/icons/iconWorkday.js +2 -6
- package/esm/icons/iconWorld.js +2 -6
- package/esm/icons/iconWrench.js +2 -6
- package/esm/icons/iconWrite.js +2 -6
- package/esm/icons/iconYen.js +2 -6
- package/esm/icons/iconZone.js +2 -6
- package/esm/icons/iconZoom.js +2 -6
- package/esm/icons/iconZoom2.js +2 -6
- package/esm/images/imageAdjustFilter.js +2 -5
- package/esm/images/imageCloudUpload.d.ts +3 -0
- package/esm/images/imageCloudUpload.js +10 -0
- package/esm/images/imageLooking.js +2 -5
- package/esm/images/imageNoMatchingAssets.js +2 -5
- package/esm/images/imageNothingFound.js +2 -5
- package/esm/images/imageTapToUpload.d.ts +6 -0
- package/esm/images/imageTapToUpload.js +10 -0
- package/esm/index.d.ts +6 -0
- package/esm/index.js +5 -0
- package/esm/inputAdornments/inputAdornments.js +6 -1
- package/esm/layout/layout.js +1 -1
- package/esm/layout/layoutContent.js +7 -1
- package/esm/layout/layoutFullScreen.js +5 -2
- package/esm/layout/layoutFullScreenElementProvider.js +1 -1
- package/esm/layout/layoutFullScreenProvider.js +1 -1
- package/esm/layout/layoutSummaryTiles.js +3 -3
- package/esm/lineChart/lineChart.js +1 -1
- package/esm/lineChart/plugins/htmlLegend.js +2 -2
- package/esm/lineChartMini/lineChartMini.js +2 -2
- package/esm/list/hooks/useDragAndDrop.js +16 -5
- package/esm/list/hooks/useVirtualScroll.js +4 -2
- package/esm/list/itemCompact/itemCompact.js +1 -1
- package/esm/list/itemCompact/itemCompactWaiting.js +2 -4
- package/esm/list/itemData/itemDataInternal.js +2 -0
- package/esm/list/itemData/itemDataWaiting.js +1 -4
- package/esm/list/list.js +3 -14
- package/esm/list/listItem/listItem.js +3 -1
- package/esm/list/listItem/listItemWaiting.js +2 -4
- package/esm/list/utils/getLoadingItems.js +2 -2
- package/esm/menu/components/menuButton.js +21 -13
- package/esm/menu/components/menuErrorItem.js +48 -0
- package/esm/menu/components/menuItem.js +4 -4
- package/esm/menu/controlledMenu.js +10 -8
- package/esm/menu/menu.js +2 -2
- package/esm/miniTabs/miniTabs.js +1 -1
- package/esm/miniTabs/miniTabsHelper.js +3 -2
- package/esm/miniTabs/miniTabsItem.js +1 -1
- package/esm/mobileSheet/components/mobileSheetContent.js +1 -1
- package/esm/mobileSheet/components/mobileSheetFooter.js +1 -1
- package/esm/mobileSheet/mobileSheet.d.ts +1 -0
- package/esm/mobileSheet/mobileSheet.js +7 -2
- package/esm/modal/modal.js +1 -0
- package/esm/modal/modalHelpers.js +3 -3
- package/esm/modal/utils/isModalTarget.d.ts +1 -0
- package/esm/modal/utils/isModalTarget.js +7 -0
- package/esm/nav/nav.js +22 -14
- package/esm/nav/navAddMenu/navAddMenu.js +8 -5
- package/esm/nav/navDivider/navDivider.js +1 -4
- package/esm/nav/navEditList/navEditList.js +2 -2
- package/esm/nav/navEditList/navEditListUtils.js +1 -1
- package/esm/nav/navEditSection/navEditSection.js +1 -1
- package/esm/nav/navFooter/navEditFooter/navEditFooter.js +2 -0
- package/esm/nav/navFooter/navFooter.js +24 -0
- package/esm/nav/navFooter/navFooterAction/navFooterAction.js +1 -0
- package/esm/nav/navHeader/navHeader.js +48 -0
- package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +27 -0
- package/esm/nav/navItem/navActionItem.js +1 -3
- package/esm/nav/navItem/navItem.js +1 -1
- package/esm/nav/navMobileBar/navMobileBar.js +1 -0
- package/esm/nav/navSection/navSection.js +3 -5
- package/esm/nav/utils/navUtils.js +1 -3
- package/esm/notification/notification.js +1 -0
- package/esm/notification/pushNotification/pushNotification.js +2 -5
- package/esm/oldPill/pill.js +2 -2
- package/esm/overview/overview.js +2 -4
- package/esm/pageHeader/pageHeaderActions.js +7 -3
- package/esm/pageHeader/pageHeaderButton.js +1 -1
- package/esm/pageLayout/pageContentLayout/pageContentLayout.js +2 -6
- package/esm/pageLayout/pageLayout.js +1 -1
- package/esm/pageSection/pageSection.js +1 -1
- package/esm/pagination/pagination.js +2 -11
- package/esm/pagination/paginationArrow.js +2 -0
- package/esm/pagination/paginationButtonsRow.js +1 -1
- package/esm/pagination/paginationText/paginationText.js +1 -0
- package/esm/pagination/paginationType.d.ts +1 -1
- package/esm/pagination/paginationType.js +1 -1
- package/esm/parallelSelection/parallelSelection.js +6 -3
- package/esm/pill/components/pillActionable/pillActionable.js +11 -9
- package/esm/pill/components/pillNonActionable/pillNonActionable.js +3 -2
- package/esm/pill/pill.js +1 -3
- package/esm/pillAction/pillAction.js +1 -1
- package/esm/pillBox/components/pillBoxItem.js +1 -0
- package/esm/pillBox/pillBox.js +3 -0
- package/esm/pillBox/utils/getValidMaxPills.js +1 -1
- package/esm/pillClosable/pillClosable.d.ts +1 -1
- package/esm/pillClosable/pillClosable.js +2 -2
- package/esm/pillExpandable/pillContent.js +10 -8
- package/esm/pillExpandable/pillExpandable.js +2 -0
- package/esm/pillExpandable/pillExpandableAlignments.js +10 -10
- package/esm/pillExpandable/pillExpandablePopoverContent.js +1 -1
- package/esm/pillExpandable/pillExpandableSimple.js +10 -6
- package/esm/popup/popup.js +3 -3
- package/esm/primaryIcon/primaryIcon.js +2 -2
- package/esm/progressBar/progressBar.d.ts +1 -1
- package/esm/progressBar/progressBarUtils.js +1 -1
- package/esm/radio/radio.d.ts +5 -4
- package/esm/radio/radio.js +11 -2
- package/esm/radioGroupRaw/radioGroupRaw.js +11 -7
- package/esm/radioGroupRaw/types.d.ts +2 -0
- package/esm/rangeRaw/components/rangeField.js +7 -3
- package/esm/rangeRaw/rangeRaw.js +14 -1
- package/esm/rangeRaw/utils/rangeHelper.js +9 -1
- package/esm/react-chartjs/dateAdapter.js +22 -12
- package/esm/react-chartjs/dateFns/dateFns.js +14 -14
- package/esm/react-chartjs/types.d.ts +27 -27
- package/esm/react-chartjs/utils.js +1 -3
- package/esm/searchInput/searchInput.js +1 -3
- package/esm/searchInputRaw/searchInputRaw.js +2 -0
- package/esm/selectList/selectList.js +27 -13
- package/esm/selectList/selectList.reducer.js +17 -9
- package/esm/selectList/selectListItem.js +2 -4
- package/esm/selectRaw/select.helpers.js +2 -2
- package/esm/selectRaw/selectRaw.js +31 -23
- package/esm/selectRaw/types.d.ts +3 -3
- package/esm/selectRaw/utils/getValidWidth.js +1 -1
- package/esm/shield/shield.js +1 -1
- package/esm/sidePanel/sidePanel.d.ts +1 -0
- package/esm/sidePanel/sidePanel.js +39 -8
- package/esm/sidePanel/sidePanelCell/sidePanelCell.js +1 -3
- package/esm/skeleton/lazyContent.js +4 -6
- package/esm/skeleton/skeleton.js +1 -0
- package/esm/skeletonList/skeletonList.js +1 -1
- package/esm/sortControl/sortControl.js +19 -0
- package/esm/stepperRaw/utils/calculateWithPrecision.js +1 -3
- package/esm/summaries/summaries.js +1 -1
- package/esm/summary/summary.js +2 -0
- package/esm/summaryTile/summaryTile.d.ts +45 -2
- package/esm/summaryTile/summaryTile.js +38 -13
- package/esm/summaryTile/summaryTileTrigger.js +2 -2
- package/esm/summaryTile/utils/getTypeClassName.js +1 -1
- package/esm/summaryTileBar/summaryTileBar.js +2 -2
- package/esm/svgIcon/svgIconSize.d.ts +1 -1
- package/esm/svgSprite/svgSprite.js +1 -1
- package/esm/svgSprites/svgSprites.js +1 -1
- package/esm/tabBar/tabBar.js +1 -1
- package/esm/tabBar/tabBarContent.js +1 -1
- package/esm/table/actions/actionsMenu.js +2 -0
- package/esm/table/children/useTableChildren.js +1 -1
- package/esm/table/detailPanel/detailPanel.js +1 -0
- package/esm/table/detailPanel/detailPanelHeader.js +2 -0
- package/esm/table/expandable/useFeedExpandable.js +1 -1
- package/esm/table/flexible/columnSettings.js +2 -0
- package/esm/table/flexible/columnsList.js +1 -0
- package/esm/table/flexible/columnsPopup.js +1 -0
- package/esm/table/flexible/flexibleHeader.js +1 -1
- package/esm/table/flexible/mergeColumnSettings.js +1 -5
- package/esm/table/flexible/useFlexibleColumns.js +8 -13
- package/esm/table/loading/useLoading.d.ts +1 -0
- package/esm/table/loading/useLoading.js +9 -19
- package/esm/table/nested/nestedData.js +4 -3
- package/esm/table/nested/useNestedRows.js +2 -0
- package/esm/table/selectable/selectableHeader.js +4 -0
- package/esm/table/selectable/useSelectableRows.js +2 -0
- package/esm/table/selectable/utils/calculateSelectionState.js +3 -1
- package/esm/table/selectable/utils/checkRow.js +2 -4
- package/esm/table/selectable/utils/getCurrentPageSelection.js +2 -6
- package/esm/table/sortable/mobileSortControl.d.ts +15 -0
- package/esm/table/sortable/mobileSortControl.js +139 -0
- package/esm/table/sortable/sortableHeader.js +2 -0
- package/esm/table/sortable/useSortableColumns.js +21 -10
- package/esm/table/table.d.ts +2 -4
- package/esm/table/table.js +48 -0
- package/esm/tabs/tabItem/tabItem.js +1 -1
- package/esm/tabs/tabs.js +2 -0
- package/esm/textIconButton/textIconButton.d.ts +1 -1
- package/esm/textIconButton/textIconButton.js +1 -1
- package/esm/textInput/textInput.js +1 -3
- package/esm/textInputRaw/textInputRaw.js +2 -2
- package/esm/textarea/textarea.js +1 -3
- package/esm/textareaRaw/textareaRaw.js +2 -2
- package/esm/timePicker/timePicker.js +1 -3
- package/esm/timePickerRaw/components/timeSelect/timeSelect.js +1 -1
- package/esm/timePickerRaw/timePickerRaw.js +23 -0
- package/esm/timePickerRaw/types.d.ts +6 -6
- package/esm/toast/hooks/useToast.js +3 -3
- package/esm/toast/toast.js +28 -10
- package/esm/toast/utils/hideToastCallback.js +2 -2
- package/esm/toastRaw/components/toastAnimation.js +5 -17
- package/esm/toastRaw/hooks/useProgress.js +1 -1
- package/esm/toastRaw/toastRaw.js +1 -0
- package/esm/toggleButtonRaw/toggleButtonRaw.js +6 -2
- package/esm/toggleButtonRaw/types.d.ts +1 -0
- package/esm/toolbar/helpers/getWidthWithMargin.js +1 -1
- package/esm/toolbar/helpers/getWidthWithoutPadding.js +1 -1
- package/esm/toolbar/toolbar.js +4 -5
- package/esm/toolbar/toolbarContent.js +18 -12
- package/esm/toolbar/toolbarMoreButton.js +4 -6
- package/esm/tooltip/helpers/calculateArrowPosition.js +12 -2
- package/esm/tooltip/helpers/removeArrowClasses.js +1 -3
- package/esm/tooltip/tooltip.d.ts +12 -12
- package/esm/tooltip/tooltip.js +16 -6
- package/esm/tooltipInfo/tooltipInfo.js +1 -1
- package/esm/twoOptionsSwitcher/twoOptionsSwitcher.d.ts +2 -1
- package/esm/twoOptionsSwitcher/twoOptionsSwitcher.js +7 -4
- package/esm/utils/abortablePromise.js +1 -3
- package/esm/utils/compareElementsUtils/isObjectNested.js +1 -1
- package/esm/utils/dateInputUtils/useTodayButton.js +4 -2
- package/esm/utils/formatDate.js +37 -0
- package/esm/utils/getParentByClass.d.ts +1 -1
- package/esm/utils/getParentWindow.js +1 -1
- package/esm/utils/globalThisPolyfill.js +1 -1
- package/esm/utils/localization/translations/ar.json +328 -0
- package/esm/utils/localization/translations/cs.json +73 -2
- package/esm/utils/localization/translations/da-DK.json +64 -2
- package/esm/utils/localization/translations/de.json +73 -2
- package/esm/utils/localization/translations/en-json.d.ts +1 -1
- package/esm/utils/localization/translations/en-json.js +113 -113
- package/esm/utils/localization/translations/en.json +11 -2
- package/esm/utils/localization/translations/es.json +73 -2
- package/esm/utils/localization/translations/fi-FI.json +64 -2
- package/esm/utils/localization/translations/fr-FR.json +73 -2
- package/esm/utils/localization/translations/fr.json +73 -2
- package/esm/utils/localization/translations/hu-HU.json +64 -2
- package/esm/utils/localization/translations/id.json +73 -2
- package/esm/utils/localization/translations/it.json +73 -2
- package/esm/utils/localization/translations/ja.json +78 -7
- package/esm/utils/localization/translations/ko-KR.json +65 -2
- package/esm/utils/localization/translations/ms.json +73 -2
- package/esm/utils/localization/translations/nb-NO.json +64 -2
- package/esm/utils/localization/translations/nl.json +73 -2
- package/esm/utils/localization/translations/pl.json +73 -2
- package/esm/utils/localization/translations/pt-BR.json +73 -2
- package/esm/utils/localization/translations/pt-PT.json +15 -3
- package/esm/utils/localization/translations/ro-RO.json +14 -2
- package/esm/utils/localization/translations/sk-SK.json +65 -2
- package/esm/utils/localization/translations/sv.json +73 -2
- package/esm/utils/localization/translations/th.json +73 -2
- package/esm/utils/localization/translations/tr.json +73 -2
- package/esm/utils/localization/translations/zh-Hans.json +73 -2
- package/esm/utils/localization/translations/zh-TW.json +65 -2
- package/esm/utils/localization/translationsDictionary.js +2 -1
- package/esm/utils/positioningUtils/alignments.js +5 -5
- package/esm/utils/positioningUtils/calculatePosition.js +7 -5
- package/esm/utils/positioningUtils/normalizeHorizontally.js +2 -2
- package/esm/utils/positioningUtils/normalizeVertically.js +2 -2
- package/esm/utils/positioningUtils/tooltipAlignments.js +13 -13
- package/esm/utils/toKebabCase.d.ts +16 -0
- package/esm/utils/toKebabCase.js +21 -0
- package/esm/utils/userFormat/userFormatContext.js +1 -1
- package/esm/waiting/waiting.js +5 -4
- package/package.json +1 -1
package/esm/icons/iconZoom2.js
CHANGED
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconZoom2 = ({ className, size, title, description, focusable = false }) => {
|
|
5
5
|
const uniqueId = useId();
|
|
6
|
-
const classes = useMemo(() => classNames([
|
|
7
|
-
|
|
8
|
-
(size ? `zen-icon--${size}` : ""),
|
|
9
|
-
className !== null && className !== void 0 ? className : ""
|
|
10
|
-
]), [size, className]);
|
|
11
|
-
return _jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconZoom2", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 5.87a6 6 0 100 12 6 6 0 000-12zm-8 6a8 8 0 1114.32 4.905l3.387 3.388a1 1 0 01-1.414 1.414l-3.387-3.388A8 8 0 013 11.87zm4 0a1 1 0 011-1h6a1 1 0 110 2H8a1 1 0 01-1-1z" })] });
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
7
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconZoom2", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 5.87a6 6 0 100 12 6 6 0 000-12zm-8 6a8 8 0 1114.32 4.905l3.387 3.388a1 1 0 01-1.414 1.414l-3.387-3.388A8 8 0 013 11.87zm4 0a1 1 0 011-1h6a1 1 0 110 2H8a1 1 0 01-1-1z" })] }));
|
|
12
8
|
};
|
|
@@ -4,9 +4,6 @@ import { classNames } from "../commonHelpers/classNames/classNames";
|
|
|
4
4
|
import { useUniqueId } from "../commonHelpers/useUniqueId";
|
|
5
5
|
export const ImageAdjustFilter = ({ className, title, description, focusable = false }) => {
|
|
6
6
|
const uniqueId = useUniqueId();
|
|
7
|
-
const classes = useMemo(() => classNames([
|
|
8
|
-
|
|
9
|
-
className !== null && className !== void 0 ? className : ""
|
|
10
|
-
]), [className]);
|
|
11
|
-
return _jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 180 180", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "ImageAdjustFilter", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("circle", { cx: "90", cy: "91", r: "90", fill: "#EFF1F2" }), _jsx("mask", { id: "mask0_28535_79659", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "180", height: "180", children: _jsx("circle", { cx: "90", cy: "90", r: "90", fill: "#D9D9D9" }) }), _jsxs("g", { mask: "url(#mask0_28535_79659)", children: [_jsx("rect", { x: "29.0156", y: "27.001", width: "214.137", height: "118.084", rx: "2.11987", fill: "#E6EBEF" }), _jsx("rect", { x: "28", y: "62.0273", width: "214.662", height: "46.5352", rx: "2.11987", fill: "white" }), _jsx("rect", { x: "28", y: "108.562", width: "214.662", height: "121.092", rx: "2.11987", fill: "#E6EBEF" }), _jsx("rect", { x: "40.0073", y: "74.5371", width: "66.0499", height: "21.0159", rx: "2.11987", fill: "#A6B8C9" }), _jsx("rect", { width: "21.5163", height: "21.0159", rx: "2.11987", transform: "matrix(-1 0 0 1 129.076 74.5371)", fill: "#A6B8C9" }), _jsx("rect", { x: "38.5049", y: "76.0381", width: "66.0499", height: "21.0159", rx: "2.11987", fill: "#E6EBEF" }), _jsx("rect", { x: "143.086", y: "74.5371", width: "99.5753", height: "21.0159", rx: "2.11987", fill: "#E6EBEF" }), _jsx("rect", { x: "106.06", y: "76.0381", width: "21.0159", height: "21.0159", rx: "2.11987", fill: "#E6EBEF" }), _jsx("path", { d: "M116.567 91.0498L111.8 84.67H121.334L116.567 91.0498Z", fill: "#4E677E" }), _jsx("rect", { x: "44.5117", y: "80.542", width: "2.00151", height: "13.0098", fill: "#4E677E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M103.919 93.0928V146.847L118.339 133.077L119.116 132.409H143.574V130.545L103.919 93.0928Z", fill: "#A6B8C9" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M103.919 91.3301V145.085L118.339 131.314L119.116 130.647H143.574L103.919 91.3301Z", fill: "#43596D" })] })] });
|
|
7
|
+
const classes = useMemo(() => classNames(["zen-svg-image", className !== null && className !== void 0 ? className : ""]), [className]);
|
|
8
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 180 180", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "ImageAdjustFilter", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("circle", { cx: "90", cy: "91", r: "90", fill: "#EFF1F2" }), _jsx("mask", { id: "mask0_28535_79659", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "180", height: "180", children: _jsx("circle", { cx: "90", cy: "90", r: "90", fill: "#D9D9D9" }) }), _jsxs("g", { mask: "url(#mask0_28535_79659)", children: [_jsx("rect", { x: "29.0156", y: "27.001", width: "214.137", height: "118.084", rx: "2.11987", fill: "#E6EBEF" }), _jsx("rect", { x: "28", y: "62.0273", width: "214.662", height: "46.5352", rx: "2.11987", fill: "white" }), _jsx("rect", { x: "28", y: "108.562", width: "214.662", height: "121.092", rx: "2.11987", fill: "#E6EBEF" }), _jsx("rect", { x: "40.0073", y: "74.5371", width: "66.0499", height: "21.0159", rx: "2.11987", fill: "#A6B8C9" }), _jsx("rect", { width: "21.5163", height: "21.0159", rx: "2.11987", transform: "matrix(-1 0 0 1 129.076 74.5371)", fill: "#A6B8C9" }), _jsx("rect", { x: "38.5049", y: "76.0381", width: "66.0499", height: "21.0159", rx: "2.11987", fill: "#E6EBEF" }), _jsx("rect", { x: "143.086", y: "74.5371", width: "99.5753", height: "21.0159", rx: "2.11987", fill: "#E6EBEF" }), _jsx("rect", { x: "106.06", y: "76.0381", width: "21.0159", height: "21.0159", rx: "2.11987", fill: "#E6EBEF" }), _jsx("path", { d: "M116.567 91.0498L111.8 84.67H121.334L116.567 91.0498Z", fill: "#4E677E" }), _jsx("rect", { x: "44.5117", y: "80.542", width: "2.00151", height: "13.0098", fill: "#4E677E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M103.919 93.0928V146.847L118.339 133.077L119.116 132.409H143.574V130.545L103.919 93.0928Z", fill: "#A6B8C9" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M103.919 91.3301V145.085L118.339 131.314L119.116 130.647H143.574L103.919 91.3301Z", fill: "#43596D" })] })] }));
|
|
12
9
|
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { useMemo } from "react";
|
|
3
|
+
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useUniqueId } from "../commonHelpers/useUniqueId";
|
|
5
|
+
export const ImageCloudUpload = ({ className, title, description, focusable = false }) => {
|
|
6
|
+
const uniqueId = useUniqueId();
|
|
7
|
+
const gradientId = `paint0_linear_${uniqueId}`;
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-svg-image", className !== null && className !== void 0 ? className : ""]), [className]);
|
|
9
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 132 128", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "ImageCloudUpload", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { d: "M19.8592 81.5578C14.705 81.5124 9.76652 79.4824 6.0705 75.8896C2.37448 72.297 0.205274 67.418 0.0138366 62.2671C-0.177601 57.1163 1.62346 52.0898 5.0426 48.2326C8.46174 44.3755 13.2359 41.9845 18.3725 41.5566C20.3589 37.05 23.4586 33.1224 27.3803 30.143C31.6518 26.9079 36.754 24.9519 42.0935 24.5024C44.2112 17.4198 48.5581 11.2096 54.4878 6.79506C60.4175 2.38056 67.6135 -0.00255327 75.006 2.05284e-06H75.2629C83.2741 0.0613903 91.0118 2.92115 97.1374 8.08452C103.263 13.2479 107.391 20.39 108.807 28.2753C115.497 29.264 121.566 32.7466 125.795 38.0241C130.024 43.3015 132.1 49.9831 131.606 56.7278C131.113 63.4724 128.087 69.781 123.136 74.3871C118.184 78.9932 111.674 81.5559 104.911 81.5609L19.8701 81.5578H19.8592Z", fill: `url(#${gradientId})` }), _jsx("path", { d: "M19.882 78.767C15.3246 78.7234 10.9698 76.8774 7.76953 73.6324C4.56923 70.3875 2.78375 66.0075 2.80338 61.4499C2.82302 56.8924 4.64617 52.5279 7.87431 49.3106C11.1024 46.0934 15.473 44.2849 20.0306 44.2807C20.0306 44.2807 20.2398 44.282 20.2877 44.2828C21.9997 39.5484 25.0468 35.4115 29.0606 32.3726C33.4405 29.0552 38.7732 27.2381 44.2674 27.191C45.8817 20.2498 49.7987 14.0597 55.3804 9.62899C60.9621 5.19831 67.8796 2.78812 75.006 2.79102H75.2521C82.9684 2.85227 90.3948 5.73914 96.1267 10.9056C101.859 16.0721 105.498 23.1599 106.358 30.8285C112.586 31.2026 118.423 33.9881 122.632 38.5943C126.84 43.2005 129.089 49.265 128.901 55.5014C128.712 61.7379 126.102 67.6557 121.624 71.9997C117.145 76.3438 111.15 78.7723 104.911 78.7701L19.882 78.767Z", fill: "white" }), _jsx("path", { opacity: "0.5", d: "M66.9205 71.7307H64.2506C63.749 71.7307 63.3423 72.1374 63.3423 72.639V75.3087C63.3423 75.8103 63.749 76.217 64.2506 76.217H66.9205C67.4221 76.217 67.8288 75.8103 67.8288 75.3087V72.639C67.8288 72.1374 67.4221 71.7307 66.9205 71.7307Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M56.0484 65.668H54.7134C54.4626 65.668 54.2593 65.8713 54.2593 66.1221V67.4571C54.2593 67.7079 54.4626 67.9112 54.7134 67.9112H56.0484C56.2992 67.9112 56.5025 67.7079 56.5025 67.4571V66.1221C56.5025 65.8713 56.2992 65.668 56.0484 65.668Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M37.2517 87.5845H36.4143C36.257 87.5845 36.1294 87.7121 36.1294 87.8694V88.7068C36.1294 88.8641 36.257 88.9917 36.4143 88.9917H37.2517C37.4091 88.9917 37.5366 88.8641 37.5366 88.7068V87.8694C37.5366 87.7121 37.4091 87.5845 37.2517 87.5845Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M100.762 83.6482H99.9251C99.7677 83.6482 99.6401 83.7758 99.6401 83.9331V84.7705C99.6401 84.9279 99.7677 85.0554 99.9251 85.0554H100.762C100.92 85.0554 101.047 84.9279 101.047 84.7705V83.9331C101.047 83.7758 100.92 83.6482 100.762 83.6482Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M98.7068 64.1807H97.8694C97.7121 64.1807 97.5845 64.3082 97.5845 64.4656V65.303C97.5845 65.4603 97.7121 65.5879 97.8694 65.5879H98.7068C98.8641 65.5879 98.9917 65.4603 98.9917 65.303V64.4656C98.9917 64.3082 98.8641 64.1807 98.7068 64.1807Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M30.0481 56.7227H29.2107C29.0534 56.7227 28.9258 56.8502 28.9258 57.0076V57.845C28.9258 58.0023 29.0534 58.1299 29.2107 58.1299H30.0481C30.2054 58.1299 30.333 58.0023 30.333 57.845V57.0076C30.333 56.8502 30.2054 56.7227 30.0481 56.7227Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M21.4001 70.9351H20.5628C20.4054 70.9351 20.2778 71.0626 20.2778 71.22V72.0574C20.2778 72.2147 20.4054 72.3423 20.5628 72.3423H21.4001C21.5575 72.3423 21.6851 72.2147 21.6851 72.0574V71.22C21.6851 71.0626 21.5575 70.9351 21.4001 70.9351Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M32.0163 70.9351H25.8352C24.9546 70.9351 24.2407 71.6489 24.2407 72.5295V78.7106C24.2407 79.5912 24.9546 80.3051 25.8352 80.3051H32.0163C32.8969 80.3051 33.6107 79.5912 33.6107 78.7106V72.5295C33.6107 71.6489 32.8969 70.9351 32.0163 70.9351Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M48.5459 62.9961H40.5174C39.3736 62.9961 38.4463 63.9234 38.4463 65.0672V73.0957C38.4463 74.2395 39.3736 75.1668 40.5174 75.1668H48.5459C49.6897 75.1668 50.617 74.2395 50.617 73.0957V65.0672C50.617 63.9234 49.6897 62.9961 48.5459 62.9961Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M92.4152 71.7307H87.0143C86.2448 71.7307 85.6211 72.3545 85.6211 73.1239V78.5249C85.6211 79.2943 86.2448 79.9181 87.0143 79.9181H92.4152C93.1847 79.9181 93.8084 79.2943 93.8084 78.5249V73.1239C93.8084 72.3545 93.1847 71.7307 92.4152 71.7307Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M86.7203 96.4829H84.0504C83.5488 96.4829 83.1421 96.8896 83.1421 97.3912V100.061C83.1421 100.563 83.5488 100.969 84.0504 100.969H86.7203C87.2219 100.969 87.6286 100.563 87.6286 100.061V97.3912C87.6286 96.8896 87.2219 96.4829 86.7203 96.4829Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M108.014 61.2949H106.679C106.428 61.2949 106.225 61.4983 106.225 61.7491V63.084C106.225 63.3348 106.428 63.5382 106.679 63.5382H108.014C108.265 63.5382 108.468 63.3348 108.468 63.084V61.7491C108.468 61.4983 108.265 61.2949 108.014 61.2949Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M32.9858 65.668H31.1482C30.8029 65.668 30.5229 65.9479 30.5229 66.2932V68.1308C30.5229 68.4761 30.8029 68.756 31.1482 68.756H32.9858C33.3311 68.756 33.611 68.4761 33.611 68.1308V66.2932C33.611 65.9479 33.3311 65.668 32.9858 65.668Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M103.218 68.6919H100.548C100.047 68.6919 99.6401 69.0986 99.6401 69.6002V72.2701C99.6401 72.7717 100.047 73.1784 100.548 73.1784H103.218C103.72 73.1784 104.127 72.7717 104.127 72.2701V69.6002C104.127 69.0986 103.72 68.6919 103.218 68.6919Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M80.169 113.421H77.4992C76.9975 113.421 76.5908 113.827 76.5908 114.329V116.999C76.5908 117.501 76.9975 117.907 77.4992 117.907H80.169C80.6707 117.907 81.0774 117.501 81.0774 116.999V114.329C81.0774 113.827 80.6707 113.421 80.169 113.421Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M73.4673 124.91H75.3062C75.4722 124.91 75.6313 124.976 75.7487 125.093C75.866 125.211 75.9319 125.37 75.9319 125.536V127.374C75.9319 127.54 75.866 127.699 75.7487 127.817C75.6313 127.934 75.4722 128 75.3062 128H73.4673C73.3014 128 73.1423 127.934 73.025 127.817C72.9077 127.7 72.8418 127.54 72.8418 127.375V125.536C72.8418 125.454 72.858 125.372 72.8894 125.296C72.9209 125.221 72.967 125.152 73.0251 125.093C73.0832 125.035 73.1522 124.989 73.2281 124.958C73.304 124.926 73.3854 124.91 73.4676 124.91L73.4673 124.91Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M70.6467 92.3608H59.1955C57.5639 92.3608 56.2412 93.6835 56.2412 95.3151V106.766C56.2412 108.398 57.5639 109.721 59.1955 109.721H70.6467C72.2783 109.721 73.601 108.398 73.601 106.766V95.3151C73.601 93.6835 72.2783 92.3608 70.6467 92.3608Z", fill: "#3CCDE5" }), _jsx("path", { opacity: "0.5", d: "M76.94 75.8242H74.2702C73.7685 75.8242 73.3618 76.2309 73.3618 76.7325V79.4024C73.3618 79.9041 73.7685 80.3107 74.2702 80.3107H76.94C77.4417 80.3107 77.8483 79.9041 77.8483 79.4024V76.7325C77.8483 76.2309 77.4417 75.8242 76.94 75.8242Z", fill: "#3CCDE5" }), _jsx("path", { d: "M35.2498 76.925H29.9921C29.243 76.925 28.6357 77.5323 28.6357 78.2814V83.5394C28.6357 84.2885 29.243 84.8958 29.9921 84.8958H35.2498C35.9989 84.8958 36.6062 84.2885 36.6062 83.5394V78.2814C36.6062 77.5323 35.9989 76.925 35.2498 76.925Z", fill: "#3CCDE5" }), _jsx("path", { d: "M48.7922 84.2964H42.5979C41.7154 84.2964 41 85.0118 41 85.8943V92.0886C41 92.9711 41.7154 93.6865 42.5979 93.6865H48.7922C49.6747 93.6865 50.3901 92.9711 50.3901 92.0886V85.8943C50.3901 85.0118 49.6747 84.2964 48.7922 84.2964Z", fill: "#3CCDE5" }), _jsx("path", { d: "M95.133 75.2991H83.6818C82.8989 75.3011 82.1487 75.613 81.5951 76.1666C81.0415 76.7202 80.7296 77.4705 80.7275 78.2534V89.7048C80.7275 90.0928 80.8039 90.477 80.9523 90.8355C81.1008 91.1939 81.3184 91.5197 81.5927 91.794C81.8671 92.0684 82.1928 92.286 82.5512 92.4345C82.9097 92.583 83.2938 92.6594 83.6818 92.6594H95.133C95.521 92.6594 95.9051 92.5831 96.2636 92.4346C96.622 92.2862 96.9477 92.0686 97.222 91.7943C97.4964 91.52 97.714 91.1943 97.8624 90.8359C98.0109 90.4775 98.0873 90.0933 98.0873 89.7054V78.2534C98.0873 77.8654 98.0109 77.4812 97.8624 77.1228C97.7139 76.7643 97.4963 76.4386 97.222 76.1643C96.9476 75.8899 96.6219 75.6723 96.2634 75.5239C95.905 75.3754 95.5208 75.299 95.1328 75.2991H95.133Z", fill: "#3CCDE5" }), _jsx("path", { d: "M83.385 103.306H77.984C77.2146 103.306 76.5908 103.93 76.5908 104.7V110.101C76.5908 110.87 77.2146 111.494 77.984 111.494H83.385C84.1544 111.494 84.7782 110.87 84.7782 110.101V104.7C84.7782 103.93 84.1544 103.306 83.385 103.306Z", fill: "#3CCDE5" }), _jsx("path", { d: "M90.9781 94.9958H89.6431C89.3923 94.9958 89.189 95.1992 89.189 95.45V96.785C89.189 97.0358 89.3923 97.2391 89.6431 97.2391H90.9781C91.2289 97.2391 91.4322 97.0358 91.4322 96.785V95.45C91.4322 95.1992 91.2289 94.9958 90.9781 94.9958Z", fill: "#3CCDE5" }), _jsx("path", { d: "M71.5939 112.279H65.1692C64.2538 112.279 63.5117 113.021 63.5117 113.937V120.362C63.5117 121.277 64.2538 122.019 65.1692 122.019H71.5939C72.5093 122.019 73.2514 121.277 73.2514 120.362V113.937C73.2514 113.021 72.5093 112.279 71.5939 112.279Z", fill: "#3CCDE5" }), _jsx("path", { d: "M58.273 85.8394H56.938C56.6872 85.8394 56.4839 86.0427 56.4839 86.2935V87.6282C56.4839 87.879 56.6872 88.0824 56.938 88.0824H58.273C58.5238 88.0824 58.7272 87.879 58.7272 87.6282V86.2935C58.7272 86.0427 58.5238 85.8394 58.273 85.8394Z", fill: "#3CCDE5" }), _jsx("path", { d: "M74.295 84.2964H65.3956C64.1276 84.2964 63.0996 85.3243 63.0996 86.5923V95.4915C63.0996 96.7595 64.1276 97.7875 65.3956 97.7875H74.295C75.563 97.7875 76.591 96.7595 76.591 95.4915V86.5923C76.591 85.3243 75.563 84.2964 74.295 84.2964Z", fill: "#3CCDE5" }), _jsx("path", { d: "M53.1739 76.925H57.5884C57.8904 76.925 58.18 77.045 58.3936 77.2586C58.6071 77.4721 58.7271 77.7618 58.7271 78.0638V82.4785C58.7271 82.7805 58.6071 83.0702 58.3936 83.2837C58.18 83.4973 57.8904 83.6172 57.5884 83.6172H53.1739C52.8719 83.6172 52.5822 83.4973 52.3687 83.2837C52.1551 83.0702 52.0352 82.7805 52.0352 82.4785V78.064C52.0352 77.762 52.1551 77.4724 52.3687 77.2588C52.5822 77.0453 52.8719 76.9253 53.1739 76.9253V76.925Z", fill: "#3CCDE5" }), _jsx("path", { d: "M50.4386 96.1611H53.1082C53.3491 96.1611 53.5802 96.2568 53.7505 96.4272C53.9208 96.5975 54.0165 96.8286 54.0165 97.0695V99.7391C54.0165 99.98 53.9208 100.211 53.7504 100.382C53.58 100.552 53.3489 100.648 53.108 100.648H50.4386C50.1977 100.648 49.9667 100.552 49.7963 100.382C49.626 100.211 49.5303 99.9802 49.5303 99.7393V97.0695C49.5303 96.8286 49.626 96.5975 49.7963 96.4272C49.9667 96.2568 50.1977 96.1611 50.4386 96.1611Z", fill: "#3CCDE5" }), _jsx("path", { d: "M94.1749 34.6542C94.1739 33.936 93.8883 33.2476 93.3805 32.7397C92.8728 32.2319 92.1845 31.946 91.4663 31.9448H89.297C89.1532 31.9448 89.0153 32.0019 88.9137 32.1036C88.812 32.2053 88.7549 32.3431 88.7549 32.4869C88.7549 32.6307 88.812 32.7686 88.9137 32.8702C89.0153 32.9719 89.1532 33.029 89.297 33.029H91.465C91.896 33.0295 92.3093 33.2009 92.614 33.5057C92.9188 33.8105 93.0903 34.2237 93.0907 34.6547V36.8225C93.0907 36.9663 93.1479 37.1041 93.2495 37.2058C93.3512 37.3075 93.4891 37.3646 93.6328 37.3646C93.7766 37.3646 93.9145 37.3075 94.0161 37.2058C94.1178 37.1041 94.1749 36.9663 94.1749 36.8225V34.6544V34.6542Z", fill: "#3CCDE5" }), _jsx("path", { d: "M93.6339 48.5923C93.5627 48.5923 93.4922 48.6062 93.4264 48.6335C93.3606 48.6607 93.3008 48.7006 93.2505 48.751C93.2001 48.8013 93.1602 48.8611 93.133 48.9269C93.1058 48.9927 93.0918 49.0632 93.0918 49.1344V53.239C93.0918 53.3828 93.1489 53.5207 93.2506 53.6223C93.3522 53.724 93.4901 53.7811 93.6339 53.7811C93.7776 53.7811 93.9155 53.724 94.0172 53.6223C94.1188 53.5207 94.176 53.3828 94.176 53.239V49.1344C94.176 49.0632 94.162 48.9927 94.1348 48.9269C94.1075 48.8611 94.0676 48.8013 94.0173 48.751C93.9669 48.7006 93.9071 48.6607 93.8414 48.6335C93.7756 48.6062 93.7051 48.5923 93.6339 48.5923Z", fill: "#3CCDE5" }), _jsx("path", { d: "M93.6339 40.3845C93.5627 40.3845 93.4922 40.3985 93.4264 40.4257C93.3606 40.4529 93.3008 40.4929 93.2505 40.5432C93.2001 40.5936 93.1602 40.6533 93.133 40.7191C93.1058 40.7849 93.0918 40.8554 93.0918 40.9266V45.0313C93.0918 45.175 93.1489 45.3129 93.2506 45.4146C93.3522 45.5162 93.4901 45.5733 93.6339 45.5733C93.7776 45.5733 93.9155 45.5162 94.0172 45.4146C94.1188 45.3129 94.176 45.175 94.176 45.0313V40.9266C94.176 40.8554 94.162 40.7849 94.1348 40.7191C94.1075 40.6533 94.0676 40.5936 94.0173 40.5432C93.9669 40.4929 93.9071 40.4529 93.8414 40.4257C93.7756 40.3985 93.7051 40.3845 93.6339 40.3845Z", fill: "#3CCDE5" }), _jsx("path", { d: "M93.6336 56.7998C93.4898 56.7998 93.3519 56.8569 93.2502 56.9586C93.1486 57.0602 93.0915 57.1981 93.0915 57.3419V59.5097C93.0911 59.9407 92.9197 60.354 92.6149 60.6589C92.3101 60.9637 91.8968 61.1352 91.4658 61.1357H89.2977C89.2255 61.1341 89.1538 61.1469 89.0866 61.1734C89.0195 61.1999 88.9583 61.2396 88.9067 61.2901C88.8551 61.3406 88.8141 61.4008 88.7861 61.4674C88.7581 61.5339 88.7437 61.6054 88.7437 61.6776C88.7437 61.7498 88.7581 61.8213 88.7861 61.8878C88.8141 61.9544 88.8551 62.0146 88.9067 62.0651C88.9583 62.1156 89.0195 62.1553 89.0866 62.1818C89.1538 62.2083 89.2255 62.2211 89.2977 62.2195H91.4658C92.1842 62.2187 92.873 61.9329 93.381 61.4249C93.889 60.9169 94.1748 60.2281 94.1756 59.5097V57.3419C94.1756 57.1981 94.1185 57.0602 94.0169 56.9586C93.9152 56.8569 93.7773 56.7998 93.6336 56.7998Z", fill: "#3CCDE5" }), _jsx("path", { d: "M68.7771 31.9446H66.6075C65.8905 31.9461 65.2033 32.2314 64.696 32.7382C64.1888 33.2449 63.9028 33.9319 63.9005 34.6489C63.9005 34.6507 63.9005 34.6523 63.9005 34.6542V36.8222C63.8989 36.8944 63.9118 36.9662 63.9383 37.0333C63.9648 37.1005 64.0045 37.1617 64.055 37.2133C64.1054 37.2649 64.1657 37.3059 64.2323 37.3339C64.2988 37.3619 64.3703 37.3763 64.4425 37.3763C64.5147 37.3763 64.5861 37.3619 64.6527 37.3339C64.7192 37.3059 64.7795 37.2649 64.83 37.2133C64.8805 37.1617 64.9201 37.1005 64.9467 37.0333C64.9732 36.9662 64.986 36.8944 64.9844 36.8222V34.6568V34.6545C64.9849 34.2234 65.1564 33.8101 65.4612 33.5053C65.766 33.2006 66.1793 33.0292 66.6104 33.0287H68.7777C68.9214 33.0287 69.0593 32.9716 69.161 32.87C69.2626 32.7683 69.3197 32.6304 69.3197 32.4867C69.3197 32.3429 69.2626 32.205 69.161 32.1034C69.0593 32.0017 68.9214 31.9446 68.7777 31.9446H68.7771Z", fill: "#3CCDE5" }), _jsx("path", { d: "M76.9851 31.9446H72.8805C72.7367 31.9446 72.5988 32.0017 72.4971 32.1034C72.3955 32.205 72.3384 32.3429 72.3384 32.4867C72.3384 32.6304 72.3955 32.7683 72.4971 32.87C72.5988 32.9716 72.7367 33.0287 72.8805 33.0287H76.9851C77.1289 33.0287 77.2668 32.9716 77.3684 32.87C77.4701 32.7683 77.5272 32.6304 77.5272 32.4867C77.5272 32.3429 77.4701 32.205 77.3684 32.1034C77.2668 32.0017 77.1289 31.9446 76.9851 31.9446Z", fill: "#3CCDE5" }), _jsx("path", { d: "M85.1926 31.9446H81.088C80.9442 31.9446 80.8063 32.0017 80.7047 32.1034C80.603 32.205 80.5459 32.3429 80.5459 32.4867C80.5459 32.6304 80.603 32.7683 80.7047 32.87C80.8063 32.9716 80.9442 33.0287 81.088 33.0287H85.1926C85.3364 33.0287 85.4743 32.9716 85.5759 32.87C85.6776 32.7683 85.7347 32.6304 85.7347 32.4867C85.7347 32.3429 85.6776 32.205 85.5759 32.1034C85.4743 32.0017 85.3364 31.9446 85.1926 31.9446Z", fill: "#3CCDE5" }), _jsx("path", { d: "M64.4414 53.7799C64.5126 53.7799 64.5831 53.7659 64.6489 53.7387C64.7146 53.7115 64.7744 53.6716 64.8247 53.6212C64.8751 53.5709 64.915 53.5111 64.9422 53.4453C64.9695 53.3795 64.9835 53.309 64.9834 53.2378V49.1332C64.985 49.061 64.9722 48.9892 64.9457 48.9221C64.9192 48.8549 64.8795 48.7937 64.829 48.7421C64.7785 48.6905 64.7182 48.6495 64.6517 48.6215C64.5852 48.5935 64.5137 48.5791 64.4415 48.5791C64.3693 48.5791 64.2978 48.5935 64.2313 48.6215C64.1647 48.6495 64.1045 48.6905 64.054 48.7421C64.0035 48.7937 63.9638 48.8549 63.9373 48.9221C63.9108 48.9892 63.898 49.061 63.8995 49.1332V53.2378C63.8995 53.309 63.9135 53.3795 63.9407 53.4452C63.9679 53.511 64.0078 53.5708 64.0581 53.6211C64.1085 53.6715 64.1682 53.7114 64.234 53.7386C64.2997 53.7659 64.3702 53.7799 64.4414 53.7799Z", fill: "#3CCDE5" }), _jsx("path", { d: "M64.4414 45.5724C64.5126 45.5724 64.5831 45.5584 64.6489 45.5312C64.7146 45.504 64.7744 45.464 64.8247 45.4137C64.8751 45.3633 64.915 45.3036 64.9422 45.2378C64.9695 45.172 64.9835 45.1015 64.9834 45.0303V40.9256C64.985 40.8535 64.9722 40.7817 64.9457 40.7145C64.9192 40.6474 64.8795 40.5862 64.829 40.5346C64.7785 40.483 64.7182 40.442 64.6517 40.414C64.5852 40.386 64.5137 40.3716 64.4415 40.3716C64.3693 40.3716 64.2978 40.386 64.2313 40.414C64.1647 40.442 64.1045 40.483 64.054 40.5346C64.0035 40.5862 63.9638 40.6474 63.9373 40.7145C63.9108 40.7817 63.898 40.8535 63.8995 40.9256V45.0303C63.8995 45.1015 63.9135 45.172 63.9407 45.2377C63.9679 45.3035 64.0078 45.3633 64.0581 45.4136C64.1085 45.4639 64.1682 45.5039 64.234 45.5311C64.2997 45.5584 64.3702 45.5724 64.4414 45.5724Z", fill: "#3CCDE5" }), _jsx("path", { d: "M76.9854 61.1356H72.8807C72.8085 61.134 72.7368 61.1469 72.6696 61.1734C72.6025 61.1999 72.5413 61.2396 72.4897 61.2901C72.4381 61.3405 72.3971 61.4008 72.3691 61.4674C72.3411 61.5339 72.3267 61.6054 72.3267 61.6776C72.3267 61.7498 72.3411 61.8212 72.3691 61.8878C72.3971 61.9543 72.4381 62.0146 72.4897 62.0651C72.5413 62.1156 72.6025 62.1552 72.6696 62.1818C72.7368 62.2083 72.8085 62.2211 72.8807 62.2195H76.9854C77.0576 62.2211 77.1293 62.2083 77.1965 62.1818C77.2636 62.1552 77.3248 62.1156 77.3764 62.0651C77.428 62.0146 77.469 61.9543 77.497 61.8878C77.525 61.8212 77.5394 61.7498 77.5394 61.6776C77.5394 61.6054 77.525 61.5339 77.497 61.4674C77.469 61.4008 77.428 61.3405 77.3764 61.2901C77.3248 61.2396 77.2636 61.1999 77.1965 61.1734C77.1293 61.1469 77.0576 61.134 76.9854 61.1356Z", fill: "#3CCDE5" }), _jsx("path", { d: "M85.1929 61.1356H81.0882C81.0161 61.134 80.9443 61.1469 80.8771 61.1734C80.81 61.1999 80.7488 61.2396 80.6972 61.2901C80.6456 61.3405 80.6046 61.4008 80.5766 61.4674C80.5486 61.5339 80.5342 61.6054 80.5342 61.6776C80.5342 61.7498 80.5486 61.8212 80.5766 61.8878C80.6046 61.9543 80.6456 62.0146 80.6972 62.0651C80.7488 62.1156 80.81 62.1552 80.8771 62.1818C80.9443 62.2083 81.0161 62.2211 81.0882 62.2195H85.1929C85.2651 62.2211 85.3368 62.2083 85.404 62.1818C85.4711 62.1552 85.5323 62.1156 85.5839 62.0651C85.6355 62.0146 85.6765 61.9543 85.7045 61.8878C85.7325 61.8212 85.747 61.7498 85.747 61.6776C85.747 61.6054 85.7325 61.5339 85.7045 61.4674C85.6765 61.4008 85.6355 61.3405 85.5839 61.2901C85.5323 61.2396 85.4711 61.1999 85.404 61.1734C85.3368 61.1469 85.2651 61.134 85.1929 61.1356Z", fill: "#3CCDE5" }), _jsx("path", { d: "M68.7772 61.1357H66.6099C66.1788 61.1352 65.7655 60.9638 65.4606 60.659C65.1558 60.3541 64.9843 59.9408 64.9839 59.5097V59.507V57.3419C64.9855 57.2697 64.9727 57.198 64.9462 57.1308C64.9196 57.0637 64.88 57.0025 64.8295 56.9509C64.779 56.8993 64.7187 56.8583 64.6522 56.8303C64.5856 56.8023 64.5142 56.7878 64.442 56.7878C64.3698 56.7878 64.2983 56.8023 64.2318 56.8303C64.1652 56.8583 64.1049 56.8993 64.0545 56.9509C64.004 57.0025 63.9643 57.0637 63.9378 57.1308C63.9113 57.198 63.8984 57.2697 63.9 57.3419V59.5097C63.9 59.5115 63.9 59.5131 63.9 59.515C63.9021 60.2323 64.1883 60.9195 64.6958 61.4264C65.2034 61.9333 65.891 62.2184 66.6083 62.2196H68.7766C68.8488 62.2212 68.9206 62.2083 68.9877 62.1818C69.0549 62.1553 69.1161 62.1156 69.1677 62.0651C69.2193 62.0147 69.2603 61.9544 69.2883 61.8878C69.3163 61.8213 69.3307 61.7498 69.3307 61.6776C69.3307 61.6054 69.3163 61.534 69.2883 61.4674C69.2603 61.4009 69.2193 61.3406 69.1677 61.2901C69.1161 61.2396 69.0549 61.1999 68.9877 61.1734C68.9206 61.1469 68.8488 61.1341 68.7766 61.1357H68.7772Z", fill: "#3CCDE5" }), _jsx("path", { d: "M41.5219 36.0486H39.3522C38.6351 36.0501 37.9478 36.3354 37.4405 36.8422C36.9332 37.349 36.6472 38.0361 36.645 38.7532C36.645 38.755 36.645 38.7566 36.645 38.7585V40.9265C36.6482 41.0682 36.7066 41.203 36.8079 41.302C36.9092 41.4011 37.0453 41.4566 37.187 41.4566C37.3287 41.4566 37.4647 41.4011 37.566 41.302C37.6673 41.203 37.7258 41.0682 37.7289 40.9265V38.7611V38.7587C37.7293 38.3276 37.9008 37.9143 38.2056 37.6094C38.5105 37.3046 38.9238 37.1332 39.3549 37.1327H41.5221C41.5943 37.1343 41.6661 37.1215 41.7332 37.095C41.8004 37.0685 41.8616 37.0288 41.9132 36.9783C41.9648 36.9278 42.0058 36.8675 42.0338 36.801C42.0618 36.7345 42.0762 36.663 42.0762 36.5908C42.0762 36.5186 42.0618 36.4471 42.0338 36.3806C42.0058 36.314 41.9648 36.2538 41.9132 36.2033C41.8616 36.1528 41.8004 36.1131 41.7332 36.0866C41.6661 36.0601 41.5943 36.0473 41.5221 36.0488L41.5219 36.0486Z", fill: "#3CCDE5" }), _jsx("path", { d: "M49.7295 36.0485H45.6249C45.5527 36.0469 45.4809 36.0597 45.4138 36.0862C45.3466 36.1128 45.2854 36.1524 45.2338 36.2029C45.1822 36.2534 45.1412 36.3137 45.1132 36.3802C45.0852 36.4468 45.0708 36.5182 45.0708 36.5904C45.0708 36.6626 45.0852 36.7341 45.1132 36.8006C45.1412 36.8672 45.1822 36.9275 45.2338 36.9779C45.2854 37.0284 45.3466 37.0681 45.4138 37.0946C45.4809 37.1211 45.5527 37.134 45.6249 37.1324H49.7295C49.8017 37.134 49.8735 37.1211 49.9406 37.0946C50.0078 37.0681 50.0689 37.0284 50.1206 36.9779C50.1722 36.9275 50.2132 36.8672 50.2412 36.8006C50.2692 36.7341 50.2836 36.6626 50.2836 36.5904C50.2836 36.5182 50.2692 36.4468 50.2412 36.3802C50.2132 36.3137 50.1722 36.2534 50.1206 36.2029C50.0689 36.1524 50.0078 36.1128 49.9406 36.0862C49.8735 36.0597 49.8017 36.0469 49.7295 36.0485Z", fill: "#3CCDE5" }), _jsx("path", { d: "M37.1859 49.6758C37.257 49.6759 37.3275 49.6619 37.3933 49.6347C37.4591 49.6075 37.5188 49.5676 37.5692 49.5172C37.6195 49.4669 37.6594 49.4072 37.6867 49.3414C37.7139 49.2757 37.7279 49.2052 37.7279 49.134V45.0294C37.7248 44.8877 37.6663 44.7529 37.565 44.6538C37.4637 44.5547 37.3277 44.4993 37.186 44.4993C37.0443 44.4993 36.9082 44.5547 36.8069 44.6538C36.7056 44.7529 36.6472 44.8877 36.644 45.0294V49.134C36.644 49.2052 36.658 49.2757 36.6852 49.3414C36.7124 49.4072 36.7523 49.4669 36.8027 49.5172C36.853 49.5675 36.9127 49.6075 36.9785 49.6347C37.0442 49.6619 37.1147 49.6759 37.1859 49.6758Z", fill: "#3CCDE5" }), _jsx("path", { d: "M49.7295 57.0321H45.6249C45.5527 57.0305 45.4809 57.0434 45.4138 57.0699C45.3466 57.0964 45.2854 57.1361 45.2338 57.1865C45.1822 57.237 45.1412 57.2973 45.1132 57.3639C45.0852 57.4304 45.0708 57.5019 45.0708 57.5741C45.0708 57.6463 45.0852 57.7177 45.1132 57.7843C45.1412 57.8508 45.1822 57.9111 45.2338 57.9616C45.2854 58.0121 45.3466 58.0517 45.4138 58.0782C45.4809 58.1048 45.5527 58.1176 45.6249 58.116H49.7295C49.8017 58.1176 49.8735 58.1048 49.9406 58.0782C50.0078 58.0517 50.0689 58.0121 50.1206 57.9616C50.1722 57.9111 50.2132 57.8508 50.2412 57.7843C50.2692 57.7177 50.2836 57.6463 50.2836 57.5741C50.2836 57.5019 50.2692 57.4304 50.2412 57.3639C50.2132 57.2973 50.1722 57.237 50.1206 57.1865C50.0689 57.1361 50.0078 57.0964 49.9406 57.0699C49.8735 57.0434 49.8017 57.0305 49.7295 57.0321Z", fill: "#3CCDE5" }), _jsx("path", { d: "M41.5217 57.0319H39.3544C38.9233 57.0315 38.51 56.86 38.2051 56.5552C37.9003 56.2504 37.7288 55.837 37.7284 55.4059V55.4033V53.2379C37.7253 53.0962 37.6668 52.9614 37.5655 52.8623C37.4642 52.7632 37.3282 52.7078 37.1865 52.7078C37.0448 52.7078 36.9087 52.7632 36.8074 52.8623C36.7061 52.9614 36.6477 53.0962 36.6445 53.2379V55.4059C36.6445 55.4078 36.6445 55.4094 36.6445 55.4112C36.6467 56.1285 36.9329 56.8157 37.4404 57.3225C37.9479 57.8294 38.6355 58.1146 39.3528 58.1158H41.5211C41.5933 58.1174 41.6651 58.1045 41.7322 58.078C41.7994 58.0515 41.8606 58.0118 41.9122 57.9614C41.9638 57.9109 42.0048 57.8506 42.0328 57.784C42.0608 57.7175 42.0752 57.646 42.0752 57.5738C42.0752 57.5016 42.0608 57.4302 42.0328 57.3636C42.0048 57.2971 41.9638 57.2368 41.9122 57.1863C41.8606 57.1358 41.7994 57.0962 41.7322 57.0697C41.6651 57.0431 41.5933 57.0303 41.5211 57.0319H41.5217Z", fill: "#3CCDE5" }), _jsx("path", { d: "M58.7112 38.7581C58.7103 38.04 58.4246 37.3516 57.917 36.8437C57.4093 36.3359 56.721 36.05 56.003 36.0487H53.8338C53.7617 36.0471 53.6899 36.06 53.6228 36.0865C53.5556 36.113 53.4944 36.1527 53.4428 36.2031C53.3912 36.2536 53.3502 36.3139 53.3222 36.3805C53.2942 36.447 53.2798 36.5185 53.2798 36.5907C53.2798 36.6629 53.2942 36.7343 53.3222 36.8009C53.3502 36.8674 53.3912 36.9277 53.4428 36.9782C53.4944 37.0287 53.5556 37.0683 53.6228 37.0949C53.6899 37.1214 53.7617 37.1342 53.8338 37.1326H56.0016C56.4327 37.133 56.8461 37.3045 57.1509 37.6093C57.4558 37.9142 57.6272 38.3275 57.6276 38.7586V40.9264C57.6276 41.0701 57.6847 41.208 57.7864 41.3097C57.888 41.4113 58.0259 41.4685 58.1697 41.4685C58.3135 41.4685 58.4513 41.4113 58.553 41.3097C58.6547 41.208 58.7118 41.0701 58.7118 40.9264V38.7583L58.7112 38.7581Z", fill: "#3CCDE5" }), _jsx("path", { d: "M58.169 44.4893C58.0979 44.4892 58.0274 44.5032 57.9616 44.5304C57.8958 44.5576 57.8361 44.5975 57.7857 44.6479C57.7354 44.6982 57.6955 44.7579 57.6682 44.8237C57.641 44.8894 57.627 44.9599 57.627 45.0311V49.1357C57.627 49.2795 57.6841 49.4174 57.7857 49.519C57.8874 49.6207 58.0253 49.6778 58.169 49.6778C58.3128 49.6778 58.4507 49.6207 58.5523 49.519C58.654 49.4174 58.7111 49.2795 58.7111 49.1357V45.0311C58.7111 44.9599 58.6971 44.8894 58.6698 44.8237C58.6426 44.7579 58.6027 44.6982 58.5523 44.6479C58.502 44.5975 58.4422 44.5576 58.3765 44.5304C58.3107 44.5032 58.2402 44.4892 58.169 44.4893Z", fill: "#3CCDE5" }), _jsx("path", { d: "M58.1692 52.696C58.098 52.696 58.0275 52.71 57.9618 52.7372C57.896 52.7644 57.8363 52.8043 57.7859 52.8546C57.7356 52.905 57.6956 52.9647 57.6684 53.0305C57.6411 53.0962 57.6271 53.1667 57.6271 53.2379V55.4059C57.6267 55.837 57.4553 56.2504 57.1504 56.5552C56.8456 56.86 56.4323 57.0315 56.0011 57.0319H53.8334C53.7612 57.0303 53.6894 57.0431 53.6223 57.0697C53.5551 57.0962 53.4939 57.1358 53.4423 57.1863C53.3907 57.2368 53.3497 57.2971 53.3217 57.3636C53.2937 57.4302 53.2793 57.5016 53.2793 57.5738C53.2793 57.646 53.2937 57.7175 53.3217 57.784C53.3497 57.8506 53.3907 57.9109 53.4423 57.9614C53.4939 58.0118 53.5551 58.0515 53.6223 58.078C53.6894 58.1045 53.7612 58.1174 53.8334 58.1158H56.0011C56.7196 58.115 57.4085 57.8293 57.9166 57.3212C58.4246 56.8132 58.7104 56.1244 58.7113 55.4059V53.2379C58.7113 53.1667 58.6973 53.0962 58.67 53.0305C58.6428 52.9647 58.6028 52.905 58.5525 52.8546C58.5022 52.8043 58.4424 52.7644 58.3766 52.7372C58.3109 52.71 58.2404 52.696 58.1692 52.696Z", fill: "#3CCDE5" }), _jsx("path", { d: "M104.401 40.1523H102.231C101.514 40.1539 100.827 40.4392 100.319 40.946C99.8122 41.4527 99.5262 42.1397 99.5239 42.8567C99.5239 42.8585 99.5239 42.8601 99.5239 42.8619V45.03C99.5271 45.1717 99.5855 45.3065 99.6868 45.4055C99.7881 45.5046 99.9242 45.5601 100.066 45.5601C100.208 45.5601 100.344 45.5046 100.445 45.4055C100.546 45.3065 100.605 45.1717 100.608 45.03V42.8646V42.8622C100.608 42.4311 100.78 42.0178 101.085 41.7129C101.389 41.4081 101.803 41.2367 102.234 41.2362H104.401C104.543 41.2331 104.678 41.1746 104.777 41.0733C104.876 40.972 104.931 40.836 104.931 40.6943C104.931 40.5526 104.876 40.4165 104.777 40.3152C104.678 40.214 104.543 40.1555 104.401 40.1523H104.401Z", fill: "#3CCDE5" }), _jsx("path", { d: "M104.401 52.9281H102.233C101.802 52.9276 101.389 52.7562 101.084 52.4514C100.779 52.1465 100.608 51.7332 100.607 51.3022V51.2995V49.1341C100.604 48.9924 100.546 48.8576 100.444 48.7586C100.343 48.6595 100.207 48.604 100.065 48.604C99.9237 48.604 99.7876 48.6595 99.6863 48.7586C99.585 48.8576 99.5266 48.9924 99.5234 49.1341V51.3022C99.5234 51.304 99.5234 51.3056 99.5234 51.3075C99.5256 52.0248 99.8118 52.7121 100.319 53.219C100.827 53.7258 101.515 54.011 102.232 54.012H104.401C104.542 54.0089 104.677 53.9504 104.776 53.8491C104.875 53.7478 104.931 53.6118 104.931 53.4701C104.931 53.3284 104.875 53.1923 104.776 53.091C104.677 52.9897 104.542 52.9313 104.401 52.9281Z", fill: "#3CCDE5" }), _jsx("path", { d: "M113.383 42.8619C113.382 42.1438 113.096 41.4554 112.588 40.9475C112.081 40.4396 111.392 40.1538 110.674 40.1526H108.505C108.363 40.1557 108.228 40.2142 108.129 40.3155C108.03 40.4168 107.975 40.5528 107.975 40.6945C107.975 40.8362 108.03 40.9723 108.129 41.0736C108.228 41.1749 108.363 41.2334 108.505 41.2365H110.673C111.104 41.2369 111.517 41.4083 111.822 41.7132C112.127 42.018 112.298 42.4314 112.299 42.8625V45.0303C112.302 45.1719 112.36 45.3067 112.462 45.4058C112.563 45.5049 112.699 45.5603 112.841 45.5603C112.982 45.5603 113.118 45.5049 113.22 45.4058C113.321 45.3067 113.38 45.1719 113.383 45.0303V42.8622V42.8619Z", fill: "#3CCDE5" }), _jsx("path", { d: "M112.841 48.5923C112.769 48.5923 112.699 48.6062 112.633 48.6335C112.567 48.6607 112.508 48.7006 112.457 48.7509C112.407 48.8012 112.367 48.861 112.34 48.9267C112.313 48.9925 112.299 49.0629 112.299 49.1341V51.3022C112.298 51.7332 112.127 52.1465 111.822 52.4514C111.517 52.7562 111.104 52.9276 110.673 52.9281H108.505C108.363 52.9313 108.228 52.9897 108.129 53.091C108.03 53.1923 107.975 53.3284 107.975 53.4701C107.975 53.6118 108.03 53.7478 108.129 53.8491C108.228 53.9504 108.363 54.0089 108.505 54.012H110.673C111.391 54.0112 112.08 53.7254 112.588 53.2174C113.096 52.7094 113.382 52.0206 113.383 51.3022V49.1341C113.383 49.0629 113.369 48.9924 113.341 48.9267C113.314 48.8609 113.274 48.8012 113.224 48.7509C113.174 48.7006 113.114 48.6607 113.048 48.6335C112.982 48.6062 112.912 48.5923 112.841 48.5923Z", fill: "#3CCDE5" }), _jsx("defs", { children: _jsxs("linearGradient", { id: gradientId, x1: "-0.00549649", y1: "40.7805", x2: "131.688", y2: "40.7805", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0078D3" }), _jsx("stop", { offset: "1", stopColor: "#25477B" })] }) })] }));
|
|
10
|
+
};
|
|
@@ -4,9 +4,6 @@ import { classNames } from "../commonHelpers/classNames/classNames";
|
|
|
4
4
|
import { useUniqueId } from "../commonHelpers/useUniqueId";
|
|
5
5
|
export const ImageLooking = ({ className, title, description, focusable = false }) => {
|
|
6
6
|
const uniqueId = useUniqueId();
|
|
7
|
-
const classes = useMemo(() => classNames([
|
|
8
|
-
"zen-svg-image",
|
|
9
|
-
className !== null && className !== void 0 ? className : ""
|
|
10
|
-
]), [className]);
|
|
11
|
-
return _jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 629 350", fill: "none", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "ImageLooking", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsxs("defs", { children: [_jsx("path", { id: "b", fill: "#FAFBFB", d: "M505.06 295.04c-67.58-27.57-85.23-53.95-135.16-54.22-19.17-.1-33.6 3.7-47.98 9.92 26.88-5.26 54.8-6.02 54.8 11.76.01 15.8-45.78 25.14-49.34 43.91-1.07 5.64 1.75 12.67 11.24 21.56a79.37 79.37 0 0 0 55.8 21.2 1381.31 1381.31 0 0 0 228.73-23.44c-51.28-6.64-90.47-19.42-118.1-30.7Z" }), _jsx("path", { id: "c", fill: "#EBEDF0", d: "M86.84 308.45h2.4v5.71a1.2 1.2 0 0 1-2.4 0v-5.7Z" }), _jsx("path", { id: "d", fill: "#EBEDF0", d: "M110.16 291.86c-.23-.2-.44-.42-.61-.67h.06c.06 0 .11-.02.16-.06a.28.28 0 0 0 0-.45 7.6 7.6 0 0 1-1.3-1.26h.59c.04 0 .09-.02.12-.04a.22.22 0 0 0 .08-.11.22.22 0 0 0-.08-.24 5.9 5.9 0 0 1-.97-.95l.25.01h.19c.03 0 .07-.02.1-.04a.18.18 0 0 0 .06-.2.18.18 0 0 0-.06-.08 4.72 4.72 0 0 1-1.54-2.07.2.2 0 0 0-.2-.14.2.2 0 0 0-.2.14 4.72 4.72 0 0 1-1.53 2.07.18.18 0 0 0-.06.2.18.18 0 0 0 .16.12 3 3 0 0 0 .43 0c-.28.34-.6.66-.97.93a.22.22 0 0 0 .13.4 4.63 4.63 0 0 0 .57 0c-.38.47-.81.9-1.3 1.26a.28.28 0 0 0 .17.51h.06c-.17.25-.38.48-.61.67a.27.27 0 0 0-.1.18.25.25 0 0 0 .06.2l.12.1a1 1 0 0 0 .84.23.28.28 0 0 1 .3.16 1.17 1.17 0 0 0 .68.6 1.02 1.02 0 0 0 1.06-.3.26.26 0 0 1 .2-.09.26.26 0 0 1 .19.09 1.03 1.03 0 0 0 1.46.06c.12-.1.22-.22.29-.36a.28.28 0 0 1 .3-.17 1.02 1.02 0 0 0 .95-.32.26.26 0 0 0-.04-.38Z" }), _jsx("path", { id: "o", fill: "#EBEDF0", d: "M340.32 31.3h-.42a.41.41 0 0 0-.41.42v2.75c0 .23.18.41.41.41h.42c.23 0 .42-.18.42-.41v-2.75a.41.41 0 0 0-.42-.41Zm33.8-3.5h-.86a.47.47 0 0 0-.47.47v9.65c0 .26.2.47.47.47h.86c.26 0 .47-.21.47-.47v-9.65a.47.47 0 0 0-.47-.47Z" })] }), _jsxs("g", { clipPath: "url(#a)", children: [_jsx("path", { fill: "#EBEDF0", d: "M409.65 170.36c-34.48-40.83-45.98-67.01-71.45-68.22-31.2-1.47-48.26 36.2-99.65 88.26a565.12 565.12 0 0 1-91.53 75 832.64 832.64 0 0 0 212.52 27.41 835 835 0 0 0 169.01-17.2c-57.04-38.15-94.74-76.63-118.9-105.25Z" }), _jsx("path", { fill: "#FAFBFB", d: "M315.36 137.06c12.32 2.67 13.68 21.46 23.49 21.38 9.07-.07 11.51-16.18 22.27-16.74 8.57-.45 12.05 9.52 20.47 9.02 3.3-.2 6.23-1.94 8.77-4.39-20.73-26.83-32.13-43.24-52.16-44.19-22-1.04-36.97 17.4-61.91 46.6a9.9 9.9 0 0 0 3.3 1.98c11.18 3.9 22.06-16.62 35.77-13.66Z" }), _jsx("path", { fill: "#EBEDF0", d: "M528.55 275.62c-57.04-38.16-94.74-76.63-118.9-105.26-34.48-40.83-45.98-67.01-71.45-68.22a34.9 34.9 0 0 0-13.94 2.15c6.93.52 12.36 2.42 16.67 4.94 32.27 18.85 33.57 90.12 8.05 183.5a835 835 0 0 0 179.58-17.12Z", opacity: ".5", style: { mixBlendMode: "multiply" } }), _jsx("path", { fill: "#EBEDF0", d: "M81.8 294.63c-.78-.07-1.56-.08-2.34-.04a10.64 10.64 0 0 0-11-14.32c-2.4.23-4.66 1.27-6.4 2.94a13.68 13.68 0 0 0-26.16 2.91 11.35 11.35 0 0 0-14.89 6.78 5.61 5.61 0 0 0-8.93 5.1h-.04A11.19 11.19 0 0 0 .87 309.59c.07 2.01.69 3.96 1.78 5.65 30.26 3.41 60.82 5.84 91.66 7.27a17.42 17.42 0 0 0-12.52-27.88Zm94.77 4a288 288 0 0 0 161.38-49.15c-12.9-.57-25.72-3.39-37.78-9.52-41.73-21.2-47.16-68.04-76.59-68.6-17.44-.34-26.14 15.9-63.72 54.52a844.44 844.44 0 0 1-65.74 60.83 289.43 289.43 0 0 0 82.45 11.92Z" }), _jsx("path", { fill: "#EBEDF0", d: "M300.17 239.96c-41.72-21.2-47.16-68.04-76.59-68.6-2.3-.07-4.62.21-6.85.83 4.19.97 8.14 2.78 11.6 5.31 21.6 16.02 22.01 62.1-.57 116.6a287.62 287.62 0 0 0 110.19-44.62c-12.9-.57-25.72-3.39-37.78-9.52Z", opacity: ".5", style: { mixBlendMode: "multiply" } }), _jsx("path", { fill: "#F4F6F7", d: "M439.35 201.27c-68.64-18.32-127.29 25.04-192.52 57.9a654.98 654.98 0 0 1-74.68 31.95A1380.57 1380.57 0 0 0 472.47 324c51.52 0 103-2.85 154.2-8.55-32.9-11.5-58.9-25.59-79.33-39.15-52.85-35.08-63.12-63.06-108-75.03Z" }), _jsx("path", { fill: "#EBEDF0", d: "M626.68 315.45c-32.9-11.5-58.9-25.59-79.34-39.15-52.85-35.08-63.12-63.06-108-75.03a127.84 127.84 0 0 0-23.24-3.97c24.4 8.63 29.27 15.46 29.27 20.16 0 16.92-53.09 26.39-107.42 37.57-53.28 10.97-57.8 43.6-114.51 46.48A1383.7 1383.7 0 0 0 472.47 324c51.52 0 103-2.85 154.2-8.55Z", style: { mixBlendMode: "multiply" } }), _jsx("path", { fill: "#F4F6F7", d: "M292.3 302.65c-53.86-18.83-66.8-58.85-114.46-57.56-33.2.9-41.99 23.35-107.61 47.73a953.58 953.58 0 0 1-67.91 22.37 1390.75 1390.75 0 0 0 156.52 8.8c63.71.02 127.34-4.35 190.45-13.07-23.15.78-41.92-3-57-8.27Z" }), _jsx("path", { fill: "#EBEDF0", d: "M349.3 310.92c-23.16.78-41.93-3-57-8.27-53.86-18.83-66.8-58.85-114.47-57.56a60.91 60.91 0 0 0-16.96 2.75c15.42 6.22 19.36 11.58 19.4 15.7.13 14.73-49.61 17.61-63.17 50.53a43.52 43.52 0 0 0-2.64 9.22 1388.06 1388.06 0 0 0 234.83-12.37Z", style: { mixBlendMode: "multiply" } }), _jsx("path", { fill: "#EBEDF0", d: "M621 307.5a14.32 14.32 0 0 0-10.55-13.3c-1.96-.53-4-.65-6-.34a9.45 9.45 0 0 0-14.61-4.51 11.28 11.28 0 0 0-18.7-1.06 11.27 11.27 0 0 0-2.27 7.67 10.2 10.2 0 0 0-11.68 8.02 12.3 12.3 0 0 0-16.06 11.1c-.12 2.51.55 5 1.9 7.14 28.61-1.45 56.98-3.76 85.11-6.94a8.95 8.95 0 0 0-7.15-7.78Z" }), _jsx("path", { fill: "#EBEDF0", d: "M560.99 303.6c-.63 0-1.25.05-1.87.14v-.14a10.29 10.29 0 0 0-9.27-10.26c-1.68-.17-3.38.08-4.95.72a7.86 7.86 0 0 0-12.55-5.22 10.31 10.31 0 0 0-18.5 6.28v.03c-.2-.01-.4-.03-.62-.03a7.48 7.48 0 0 0-7.47 7.47l.01.22a12.65 12.65 0 0 0-14.91 13.95 12.62 12.62 0 0 0 3.3 7.06c26.44-.4 52.7-1.55 78.76-3.44A12.61 12.61 0 0 0 561 303.6Z" }), _jsx("path", { fill: "#fff", d: "M369.9 240.83c-49.05-.26-67.02 25.02-132.94 50.89-33.37 13.1-80.08 26.75-141.03 30.88a1382.25 1382.25 0 0 0 271.7 26.83c85.72.03 171.26-7.9 255.51-23.7-51.27-6.64-90.46-19.42-118.08-30.7-67.58-27.56-85.23-53.94-135.16-54.2Z" }), _jsx("use", { xlinkHref: "#b" }), _jsx("use", { xlinkHref: "#b", opacity: ".33", style: { mixBlendMode: "multiply" } }), _jsxs("g", { fill: "#EBEDF0", style: { mixBlendMode: "multiply" }, children: [_jsx("path", { d: "M417.26 327.42a26.4 26.4 0 0 1-3.81-5.23h.38c.46 0 .9 0 1.35-.03a1.28 1.28 0 0 0 1.15-.9 1.29 1.29 0 0 0-.43-1.38c-1.62-1.25-3.12-3.12-4.49-4.73h.2c.36 0 .71 0 1.06-.02a1 1 0 0 0 .57-1.79 26.46 26.46 0 0 1-4.32-4.2 15.28 15.28 0 0 0 1.91.03.8.8 0 0 0 .45-1.43 21.07 21.07 0 0 1-6.86-9.24.94.94 0 0 0-1.74 0 21.06 21.06 0 0 1-6.86 9.24.8.8 0 0 0 .44 1.43 15.73 15.73 0 0 0 1.92-.02 26.43 26.43 0 0 1-4.32 4.2 1 1 0 0 0 .56 1.78c.35.02.7.03 1.06.03h.2c-1.36 1.6-2.86 3.47-4.48 4.72a1.28 1.28 0 0 0 .72 2.28c.44.02.9.04 1.34.04l.39-.01a26.36 26.36 0 0 1-3.82 5.23 1.1 1.1 0 0 0 .02 1.58c.32.28.69.5 1.08.65.7.25 1.45.27 2.15.08a.97.97 0 0 1 1.16.61 3.54 3.54 0 0 0 3.2 2.44c.73 0 1.45-.21 2.06-.63a.95.95 0 0 1 1.28.2 3.4 3.4 0 0 0 5.54 0 .95.95 0 0 1 1.28-.2c.6.42 1.33.63 2.06.63a3.55 3.55 0 0 0 3.2-2.44.97.97 0 0 1 1.15-.61 3.51 3.51 0 0 0 3.23-.73 1.13 1.13 0 0 0 .34-.78 1.1 1.1 0 0 0-.32-.8Z", style: { mixBlendMode: "multiply" } }), _jsx("path", { d: "M400.79 324.54h5.52v13.12a2.75 2.75 0 0 1-2.76 2.76 2.77 2.77 0 0 1-2.76-2.76v-13.12Z", style: { mixBlendMode: "multiply" } })] }), _jsxs("g", { fill: "#EBEDF0", style: { mixBlendMode: "multiply" }, children: [_jsx("path", { d: "M382.67 294.3h2.4v5.72a1.2 1.2 0 0 1-2.4 0v-5.71Z", style: { mixBlendMode: "multiply" } }), _jsx("path", { d: "M390.92 295.04a7.54 7.54 0 0 1-1.37-1.49h.13a.64.64 0 0 0 .36-1.14 16.92 16.92 0 0 1-2.88-2.83 10.24 10.24 0 0 0 1.27.01.5.5 0 0 0 .45-.34.5.5 0 0 0-.17-.55c-.8-.62-1.52-1.32-2.16-2.1a8 8 0 0 0 .96.01.4.4 0 0 0 .22-.71 10.53 10.53 0 0 1-3.43-4.63.47.47 0 0 0-.87 0 10.52 10.52 0 0 1-3.43 4.63.4.4 0 0 0-.13.43.4.4 0 0 0 .36.28 7.35 7.35 0 0 0 .96 0c-.64.77-1.37 1.47-2.16 2.09a.5.5 0 0 0-.17.54.5.5 0 0 0 .45.35 10.29 10.29 0 0 0 1.27-.01c-.84 1.05-1.81 2-2.88 2.83a.63.63 0 0 0 0 1c.1.08.22.13.35.14h.14a7.59 7.59 0 0 1-1.37 1.49.57.57 0 0 0-.22.4.58.58 0 0 0 .14.45 2.64 2.64 0 0 0 1.14.69c.32.08.66.1 1 .03a.62.62 0 0 1 .66.36 2.62 2.62 0 0 0 1.53 1.34 2.3 2.3 0 0 0 2.37-.66.59.59 0 0 1 .43-.2.6.6 0 0 1 .43.2 2.3 2.3 0 0 0 3.27.15c.26-.23.48-.51.63-.83a.62.62 0 0 1 .67-.36 2.28 2.28 0 0 0 2.13-.72.57.57 0 0 0 .14-.44.6.6 0 0 0-.22-.4Z", style: { mixBlendMode: "multiply" } })] }), _jsx("use", { xlinkHref: "#c" }), _jsx("path", { fill: "#EBEDF0", d: "M95.09 309.19a7.58 7.58 0 0 1-1.37-1.5h.13a.64.64 0 0 0 .58-.44.64.64 0 0 0-.22-.7 16.87 16.87 0 0 1-2.88-2.83 9.67 9.67 0 0 0 1.27.02.5.5 0 0 0 .45-.35.5.5 0 0 0-.17-.55c-.8-.61-1.52-1.31-2.16-2.1a7.95 7.95 0 0 0 .96.01.4.4 0 0 0 .22-.7 10.54 10.54 0 0 1-3.43-4.63.47.47 0 0 0-.7-.22.47.47 0 0 0-.17.22 10.53 10.53 0 0 1-3.43 4.62.4.4 0 0 0-.13.44.4.4 0 0 0 .36.27 7.34 7.34 0 0 0 .96 0 14.3 14.3 0 0 1-2.16 2.1.5.5 0 0 0 0 .78c.08.07.17.1.28.1a9.16 9.16 0 0 0 1.27 0c-.84 1.05-1.81 2-2.88 2.82a.64.64 0 0 0 .35 1.14h.14a7.58 7.58 0 0 1-1.37 1.5.59.59 0 0 0-.23.4.58.58 0 0 0 .15.45 2.6 2.6 0 0 0 1.14.68c.32.09.66.1 1 .04a.62.62 0 0 1 .66.36 2.61 2.61 0 0 0 1.53 1.34 2.32 2.32 0 0 0 2.37-.66.57.57 0 0 1 .43-.2.57.57 0 0 1 .43.2 2.3 2.3 0 0 0 3.27.14c.26-.23.48-.5.63-.82a.62.62 0 0 1 .67-.36 2.28 2.28 0 0 0 2.12-.72.58.58 0 0 0 .08-.67.58.58 0 0 0-.15-.18Zm11.38-17.66h1.07v2.56a.54.54 0 0 1-1.08 0v-2.56Z" }), _jsx("use", { xlinkHref: "#d" }), _jsxs("g", { fill: "#EBEDF0", style: { mixBlendMode: "multiply" }, children: [_jsx("path", { d: "M435.98 314.65h3.03v7.2a1.51 1.51 0 0 1-1.51 1.52 1.51 1.51 0 0 1-1.52-1.51v-7.2Z", style: { mixBlendMode: "multiply" } }), _jsx("path", { d: "M446.4 315.58a9.48 9.48 0 0 1-1.74-1.88h.18a.81.81 0 0 0 .72-.56.8.8 0 0 0-.27-.88 21.32 21.32 0 0 1-3.64-3.57 12.23 12.23 0 0 0 1.6.02.63.63 0 0 0 .36-1.13 16.7 16.7 0 0 1-2.73-2.65 10.14 10.14 0 0 0 1.21.01.5.5 0 0 0 .46-.35.5.5 0 0 0-.18-.55 13.27 13.27 0 0 1-4.32-5.83.59.59 0 0 0-1.1 0 13.27 13.27 0 0 1-4.33 5.83.5.5 0 0 0-.18.55.5.5 0 0 0 .46.35 9.37 9.37 0 0 0 1.2 0 16.7 16.7 0 0 1-2.72 2.64.64.64 0 0 0-.21.69.63.63 0 0 0 .57.44 12.3 12.3 0 0 0 1.6-.02 21.32 21.32 0 0 1-3.64 3.57.8.8 0 0 0 0 1.27c.13.1.3.16.45.17h.18a9.48 9.48 0 0 1-1.73 1.88.74.74 0 0 0-.29.52.72.72 0 0 0 .2.55 3.29 3.29 0 0 0 1.43.87c.4.1.83.12 1.25.05a.78.78 0 0 1 .84.45 3.3 3.3 0 0 0 1.93 1.69 2.91 2.91 0 0 0 2.99-.83.73.73 0 0 1 1.09 0 2.91 2.91 0 0 0 4.12.18c.34-.3.6-.64.8-1.04a.78.78 0 0 1 .84-.45 2.88 2.88 0 0 0 2.68-.92.73.73 0 0 0-.09-1.07Z", style: { mixBlendMode: "multiply" } })] }), _jsxs("g", { style: { mixBlendMode: "multiply" }, children: [_jsx("use", { xlinkHref: "#c", style: { mixBlendMode: "multiply" } }), _jsx("path", { fill: "#EBEDF0", d: "M95.09 309.19a7.58 7.58 0 0 1-1.37-1.5h.13a.64.64 0 0 0 .58-.44.64.64 0 0 0-.22-.7 16.87 16.87 0 0 1-2.88-2.83 9.67 9.67 0 0 0 1.27.02.5.5 0 0 0 .45-.35.5.5 0 0 0-.17-.55c-.8-.61-1.52-1.31-2.16-2.1a7.95 7.95 0 0 0 .96.01.4.4 0 0 0 .22-.7 10.54 10.54 0 0 1-3.43-4.63.47.47 0 0 0-.7-.22.47.47 0 0 0-.17.22 10.53 10.53 0 0 1-3.43 4.62.4.4 0 0 0-.13.44.4.4 0 0 0 .36.27 7.34 7.34 0 0 0 .96 0 14.3 14.3 0 0 1-2.16 2.1.5.5 0 0 0 0 .78c.08.07.17.1.28.1a9.16 9.16 0 0 0 1.27 0c-.84 1.05-1.81 2-2.88 2.82a.64.64 0 0 0 .35 1.14h.14a7.58 7.58 0 0 1-1.37 1.5.59.59 0 0 0-.23.4.58.58 0 0 0 .15.45 2.6 2.6 0 0 0 1.14.68c.32.09.66.1 1 .04a.62.62 0 0 1 .66.36 2.61 2.61 0 0 0 1.53 1.34 2.32 2.32 0 0 0 2.37-.66.57.57 0 0 1 .43-.2.57.57 0 0 1 .43.2 2.3 2.3 0 0 0 3.27.14c.26-.23.48-.5.63-.82a.62.62 0 0 1 .67-.36 2.28 2.28 0 0 0 2.12-.72.58.58 0 0 0 .08-.67.58.58 0 0 0-.15-.18Z", style: { mixBlendMode: "multiply" } })] }), _jsxs("g", { style: { mixBlendMode: "multiply" }, children: [_jsx("path", { fill: "#EBEDF0", d: "M106.47 291.53h1.07v2.56a.54.54 0 0 1-1.08 0v-2.56Z", style: { mixBlendMode: "multiply" } }), _jsx("use", { xlinkHref: "#d", style: { mixBlendMode: "multiply" } })] }), _jsx("path", { stroke: "#F4F6F7", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2.11", d: "M81.69 217.76v12.28m-6.07-6.07H87.9m473.34-30.59v14.4m-7.2-7.2h14.4M118.7 228.13a4.23 4.23 0 1 0 0-8.47 4.23 4.23 0 0 0 0 8.47Zm335.28-52.1a4.23 4.23 0 1 0 0-8.47 4.23 4.23 0 0 0 0 8.47Z" }), _jsx("path", { fill: "#F4F6F7", d: "M12.36 266.61a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm506.79-44.54a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm-383.51-62.73a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Z" }), _jsx("path", { fill: "#FAFBFB", d: "M166.14 52.35a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8ZM437.3 76.48a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8ZM51.75 86.85a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Z" }), _jsx("path", { fill: "#F4F6F7", d: "M617.96 266.61a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Z" }), _jsx("path", { stroke: "#FAFBFB", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2.78", d: "M503.68 122.84a7.73 7.73 0 1 0 .01-15.47 7.73 7.73 0 0 0-.01 15.47ZM276.29 17.2a7.73 7.73 0 1 0 0-15.47 7.73 7.73 0 0 0 0 15.46ZM75.62 104.52a5.47 5.47 0 1 0 0-10.93 5.47 5.47 0 0 0 0 10.93Zm157.75 1.79v15.76m-7.89-7.87h15.78m327.19-45.1v25.92m-12.99-12.96h25.97M426.4 108.98v10.42m-5.2-5.2h10.42M133.24 79.25v10.41m-5.21-5.2h10.43" }), _jsx("path", { fill: "#FAFBFB", d: "M276.29 99.88a3.01 3.01 0 1 0 0-6.03 3.01 3.01 0 0 0 0 6.03Z" }), _jsx("path", { fill: "#00AEEF", d: "m357.06 39.4-2.07-.93s-.94 9.57-12.2 8.07c-9.4-5.26-24.06-5.26-24.06-5.26s-17.1 6.57-16.72 16.7c.5 13.5 12.16 11.82 12.16 11.82l-.32-1.87c-12.92-7.61.44-15.22 3.79-16.91l-2.29 20.28a27.85 27.85 0 0 0 11.74 2.78 3.91 3.91 0 0 0 3.53-2.22l7.85-16.35c1.58.38 20.39 4.39 18.59-16.1Z" }), _jsx("path", { fill: "#0097E8", d: "m357.06 39.4-2.07-.93s-.94 9.57-12.2 8.07l-4.32 8.97c1.58.38 20.39 4.39 18.59-16.1Z" }), _jsx("path", { fill: "url(#e)", d: "M313.4 119.75c-.75-4.15-7.08-4.64-7.08-4.64l-1.13.09a.91.91 0 0 0-.8.66 9.9 9.9 0 0 0-.46 3.7 1.5 1.5 0 0 0 1.4 1.4c2.37.15 4.74.16 7.1.03a1.08 1.08 0 0 0 .75-.4 1.08 1.08 0 0 0 .22-.84Z" }), _jsx("path", { fill: "url(#f)", d: "m307.3 115.75 1.1-3.74h-2.88l-.63 3.14a1.25 1.25 0 0 0 1.11 1.49 1.24 1.24 0 0 0 1.3-.9Z" }), _jsx("path", { fill: "url(#g)", d: "M343.26 101.59c-1.09-1.84-3.74-3.13-7.33-3.99l-1.56-.05a.68.68 0 0 0-.65.42c-.42 1.28-.65 2.6-.7 3.95a.77.77 0 0 0 .6.79c.8.16 1.63.24 2.45.25 1.9.05 4.99-.1 6.6-.2a.77.77 0 0 0 .6-1.17Z" }), _jsx("path", { fill: "url(#h)", d: "m336.57 98.2.86-3.28-2.64-.23-.5 3.02a1.16 1.16 0 0 0 .96 1.33 1.16 1.16 0 0 0 1.32-.85Z" }), _jsx("path", { fill: "url(#i)", d: "M315.35 71.3a22.4 22.4 0 0 0-3 8.26c-.7 4.49-6.58 29.68-7.52 33.68a.56.56 0 0 0 .43.68c.74.18 1.5.27 2.26.27a1.05 1.05 0 0 0 .92-.64l14.05-32.5s9.34-1.79 12.78 2.26c2.05 2.43.7 6.7-1.13 12.76 0 0 2.25 1.12 3.75.37 0 0 7.01-10.93 4.14-17.63-1.33-3.1-7.07-6.17-12.78-6.76l-13.9-.75Z" }), _jsx("path", { fill: "url(#j)", d: "M313.85 67.93s1.5-2.63 3.76-2.26c2.25.38 3.38 2.63 3.38 2.63l-3.76 1.88c-1.5.75-4.13 0-3.38-2.25Z" }), _jsx("path", { fill: "url(#k)", d: "m330.68 36.78-2.76 5.9s3.07 2.25 6.2 1.37l.8-8.37-4.24 1.1Z" }), _jsx("path", { fill: "url(#l)", d: "M337.48 30.36c.06.11 1.22 7.99 1.22 7.99l-4.52.57-2.21-7.3s4.56-3.03 5.5-1.26Z" }), _jsx("path", { fill: "url(#m)", d: "M333.63 32.35a.66.66 0 0 0-.13.56l.85 3.88c0 .06.03.12.06.17.16.3.73 1.18 1.63.54.61-.52 1.32-.9 2.1-1.14a.65.65 0 0 1 .74.56c.17 1.19.26 2.39.26 3.59a.65.65 0 0 1-.61.63c-1.37.1-2.74.05-4.1-.16a.65.65 0 0 1-.5-.45 57.5 57.5 0 0 0-1.6-4.6c-.35-.71-1.4-.84-1.88-.86a.66.66 0 0 1-.48-.24 1.43 1.43 0 0 1 .19-2.25.65.65 0 0 0 .09-.9 1.44 1.44 0 0 1 .13-2.13 2.04 2.04 0 0 1 2.44-.32.68.68 0 0 0 .8-.14.43.43 0 0 1 .4-.15.63.63 0 0 0 .73-.54 1.67 1.67 0 0 1 1.5-1.52c1.99-.36 2.95 1.64 2.9 3.03-.06 1.4-2.23 1.66-3.46 1.41-.9-.18-1.7.6-2.06 1.03Z" }), _jsx("path", { fill: "url(#n)", d: "M332.84 37.23s-.2-2.31-1.18-2.55c-.98-.24-2.05.45-1.23 1.92 1.03 1.82 2.41.63 2.41.63Z" }), _jsx("path", { fill: "#EBEDF0", d: "M372.79 28.3v9.59l-32.05-3.36v-2.87l32.05-3.36Z" }), _jsx("use", { xlinkHref: "#o" }), _jsx("path", { fill: "url(#p)", d: "M355 38.47s.16-2.17.45-2.4c.3-.23 2.55-2.48 2.92-2.48.38 0 .76.76 0 1.13-.75.37-.9 1.56-.9 1.56l2.3.24s-1.77 2.7-2.52 3.07c-.75.38-2.26-1.12-2.26-1.12Z" }), _jsx("use", { xlinkHref: "#o", style: { mixBlendMode: "multiply" } })] }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "e", x1: "303.9", x2: "313.41", y1: "118.1", y2: "118.1", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0078D3" }), _jsx("stop", { offset: "1", stopColor: "#25477B" })] }), _jsxs("linearGradient", { id: "f", x1: "307.29", x2: "305.53", y1: "107.92", y2: "123.33", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F8B676" }), _jsx("stop", { offset: "1", stopColor: "#F37960" })] }), _jsxs("linearGradient", { id: "g", x1: "6278.42", x2: "6463.32", y1: "1035.38", y2: "1035.38", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0078D3" }), _jsx("stop", { offset: "1", stopColor: "#25477B" })] }), _jsxs("linearGradient", { id: "h", x1: "21195.2", x2: "21155.8", y1: "5052.18", y2: "5137.86", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F8B676" }), _jsx("stop", { offset: "1", stopColor: "#F37960" })] }), _jsxs("linearGradient", { id: "i", x1: "20216.7", x2: "22693.1", y1: "6935.19", y2: "6935.19", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0078D3" }), _jsx("stop", { offset: "1", stopColor: "#25477B" })] }), _jsxs("linearGradient", { id: "j", x1: "4333.49", x2: "4218.15", y1: "602.68", y2: "780.96", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F8B676" }), _jsx("stop", { offset: "1", stopColor: "#F37960" })] }), _jsxs("linearGradient", { id: "k", x1: "4319.87", x2: "4374.59", y1: "692.77", y2: "588.76", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F8B676" }), _jsx("stop", { offset: "1", stopColor: "#F37960" })] }), _jsxs("linearGradient", { id: "l", x1: "4247.57", x2: "4181.79", y1: "564.47", y2: "578.04", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F8B676" }), _jsx("stop", { offset: "1", stopColor: "#F37960" })] }), _jsxs("linearGradient", { id: "m", x1: "5799.54", x2: "5959.55", y1: "869.21", y2: "869.21", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0078D3" }), _jsx("stop", { offset: "1", stopColor: "#25477B" })] }), _jsxs("linearGradient", { id: "n", x1: "1884.5", x2: "1866.37", y1: "231.72", y2: "215.86", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F8B676" }), _jsx("stop", { offset: "1", stopColor: "#F37960" })] }), _jsxs("linearGradient", { id: "p", x1: "3274.11", x2: "3313.35", y1: "416.62", y2: "416.62", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F8B676" }), _jsx("stop", { offset: "1", stopColor: "#F37960" })] }), _jsx("clipPath", { id: "a", children: _jsx("path", { fill: "#fff", d: "M0 0h629v350H0z" }) })] })] });
|
|
7
|
+
const classes = useMemo(() => classNames(["zen-svg-image", className !== null && className !== void 0 ? className : ""]), [className]);
|
|
8
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 629 350", fill: "none", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "ImageLooking", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsxs("defs", { children: [_jsx("path", { id: "b", fill: "#FAFBFB", d: "M505.06 295.04c-67.58-27.57-85.23-53.95-135.16-54.22-19.17-.1-33.6 3.7-47.98 9.92 26.88-5.26 54.8-6.02 54.8 11.76.01 15.8-45.78 25.14-49.34 43.91-1.07 5.64 1.75 12.67 11.24 21.56a79.37 79.37 0 0 0 55.8 21.2 1381.31 1381.31 0 0 0 228.73-23.44c-51.28-6.64-90.47-19.42-118.1-30.7Z" }), _jsx("path", { id: "c", fill: "#EBEDF0", d: "M86.84 308.45h2.4v5.71a1.2 1.2 0 0 1-2.4 0v-5.7Z" }), _jsx("path", { id: "d", fill: "#EBEDF0", d: "M110.16 291.86c-.23-.2-.44-.42-.61-.67h.06c.06 0 .11-.02.16-.06a.28.28 0 0 0 0-.45 7.6 7.6 0 0 1-1.3-1.26h.59c.04 0 .09-.02.12-.04a.22.22 0 0 0 .08-.11.22.22 0 0 0-.08-.24 5.9 5.9 0 0 1-.97-.95l.25.01h.19c.03 0 .07-.02.1-.04a.18.18 0 0 0 .06-.2.18.18 0 0 0-.06-.08 4.72 4.72 0 0 1-1.54-2.07.2.2 0 0 0-.2-.14.2.2 0 0 0-.2.14 4.72 4.72 0 0 1-1.53 2.07.18.18 0 0 0-.06.2.18.18 0 0 0 .16.12 3 3 0 0 0 .43 0c-.28.34-.6.66-.97.93a.22.22 0 0 0 .13.4 4.63 4.63 0 0 0 .57 0c-.38.47-.81.9-1.3 1.26a.28.28 0 0 0 .17.51h.06c-.17.25-.38.48-.61.67a.27.27 0 0 0-.1.18.25.25 0 0 0 .06.2l.12.1a1 1 0 0 0 .84.23.28.28 0 0 1 .3.16 1.17 1.17 0 0 0 .68.6 1.02 1.02 0 0 0 1.06-.3.26.26 0 0 1 .2-.09.26.26 0 0 1 .19.09 1.03 1.03 0 0 0 1.46.06c.12-.1.22-.22.29-.36a.28.28 0 0 1 .3-.17 1.02 1.02 0 0 0 .95-.32.26.26 0 0 0-.04-.38Z" }), _jsx("path", { id: "o", fill: "#EBEDF0", d: "M340.32 31.3h-.42a.41.41 0 0 0-.41.42v2.75c0 .23.18.41.41.41h.42c.23 0 .42-.18.42-.41v-2.75a.41.41 0 0 0-.42-.41Zm33.8-3.5h-.86a.47.47 0 0 0-.47.47v9.65c0 .26.2.47.47.47h.86c.26 0 .47-.21.47-.47v-9.65a.47.47 0 0 0-.47-.47Z" })] }), _jsxs("g", { clipPath: "url(#a)", children: [_jsx("path", { fill: "#EBEDF0", d: "M409.65 170.36c-34.48-40.83-45.98-67.01-71.45-68.22-31.2-1.47-48.26 36.2-99.65 88.26a565.12 565.12 0 0 1-91.53 75 832.64 832.64 0 0 0 212.52 27.41 835 835 0 0 0 169.01-17.2c-57.04-38.15-94.74-76.63-118.9-105.25Z" }), _jsx("path", { fill: "#FAFBFB", d: "M315.36 137.06c12.32 2.67 13.68 21.46 23.49 21.38 9.07-.07 11.51-16.18 22.27-16.74 8.57-.45 12.05 9.52 20.47 9.02 3.3-.2 6.23-1.94 8.77-4.39-20.73-26.83-32.13-43.24-52.16-44.19-22-1.04-36.97 17.4-61.91 46.6a9.9 9.9 0 0 0 3.3 1.98c11.18 3.9 22.06-16.62 35.77-13.66Z" }), _jsx("path", { fill: "#EBEDF0", d: "M528.55 275.62c-57.04-38.16-94.74-76.63-118.9-105.26-34.48-40.83-45.98-67.01-71.45-68.22a34.9 34.9 0 0 0-13.94 2.15c6.93.52 12.36 2.42 16.67 4.94 32.27 18.85 33.57 90.12 8.05 183.5a835 835 0 0 0 179.58-17.12Z", opacity: ".5", style: { mixBlendMode: "multiply" } }), _jsx("path", { fill: "#EBEDF0", d: "M81.8 294.63c-.78-.07-1.56-.08-2.34-.04a10.64 10.64 0 0 0-11-14.32c-2.4.23-4.66 1.27-6.4 2.94a13.68 13.68 0 0 0-26.16 2.91 11.35 11.35 0 0 0-14.89 6.78 5.61 5.61 0 0 0-8.93 5.1h-.04A11.19 11.19 0 0 0 .87 309.59c.07 2.01.69 3.96 1.78 5.65 30.26 3.41 60.82 5.84 91.66 7.27a17.42 17.42 0 0 0-12.52-27.88Zm94.77 4a288 288 0 0 0 161.38-49.15c-12.9-.57-25.72-3.39-37.78-9.52-41.73-21.2-47.16-68.04-76.59-68.6-17.44-.34-26.14 15.9-63.72 54.52a844.44 844.44 0 0 1-65.74 60.83 289.43 289.43 0 0 0 82.45 11.92Z" }), _jsx("path", { fill: "#EBEDF0", d: "M300.17 239.96c-41.72-21.2-47.16-68.04-76.59-68.6-2.3-.07-4.62.21-6.85.83 4.19.97 8.14 2.78 11.6 5.31 21.6 16.02 22.01 62.1-.57 116.6a287.62 287.62 0 0 0 110.19-44.62c-12.9-.57-25.72-3.39-37.78-9.52Z", opacity: ".5", style: { mixBlendMode: "multiply" } }), _jsx("path", { fill: "#F4F6F7", d: "M439.35 201.27c-68.64-18.32-127.29 25.04-192.52 57.9a654.98 654.98 0 0 1-74.68 31.95A1380.57 1380.57 0 0 0 472.47 324c51.52 0 103-2.85 154.2-8.55-32.9-11.5-58.9-25.59-79.33-39.15-52.85-35.08-63.12-63.06-108-75.03Z" }), _jsx("path", { fill: "#EBEDF0", d: "M626.68 315.45c-32.9-11.5-58.9-25.59-79.34-39.15-52.85-35.08-63.12-63.06-108-75.03a127.84 127.84 0 0 0-23.24-3.97c24.4 8.63 29.27 15.46 29.27 20.16 0 16.92-53.09 26.39-107.42 37.57-53.28 10.97-57.8 43.6-114.51 46.48A1383.7 1383.7 0 0 0 472.47 324c51.52 0 103-2.85 154.2-8.55Z", style: { mixBlendMode: "multiply" } }), _jsx("path", { fill: "#F4F6F7", d: "M292.3 302.65c-53.86-18.83-66.8-58.85-114.46-57.56-33.2.9-41.99 23.35-107.61 47.73a953.58 953.58 0 0 1-67.91 22.37 1390.75 1390.75 0 0 0 156.52 8.8c63.71.02 127.34-4.35 190.45-13.07-23.15.78-41.92-3-57-8.27Z" }), _jsx("path", { fill: "#EBEDF0", d: "M349.3 310.92c-23.16.78-41.93-3-57-8.27-53.86-18.83-66.8-58.85-114.47-57.56a60.91 60.91 0 0 0-16.96 2.75c15.42 6.22 19.36 11.58 19.4 15.7.13 14.73-49.61 17.61-63.17 50.53a43.52 43.52 0 0 0-2.64 9.22 1388.06 1388.06 0 0 0 234.83-12.37Z", style: { mixBlendMode: "multiply" } }), _jsx("path", { fill: "#EBEDF0", d: "M621 307.5a14.32 14.32 0 0 0-10.55-13.3c-1.96-.53-4-.65-6-.34a9.45 9.45 0 0 0-14.61-4.51 11.28 11.28 0 0 0-18.7-1.06 11.27 11.27 0 0 0-2.27 7.67 10.2 10.2 0 0 0-11.68 8.02 12.3 12.3 0 0 0-16.06 11.1c-.12 2.51.55 5 1.9 7.14 28.61-1.45 56.98-3.76 85.11-6.94a8.95 8.95 0 0 0-7.15-7.78Z" }), _jsx("path", { fill: "#EBEDF0", d: "M560.99 303.6c-.63 0-1.25.05-1.87.14v-.14a10.29 10.29 0 0 0-9.27-10.26c-1.68-.17-3.38.08-4.95.72a7.86 7.86 0 0 0-12.55-5.22 10.31 10.31 0 0 0-18.5 6.28v.03c-.2-.01-.4-.03-.62-.03a7.48 7.48 0 0 0-7.47 7.47l.01.22a12.65 12.65 0 0 0-14.91 13.95 12.62 12.62 0 0 0 3.3 7.06c26.44-.4 52.7-1.55 78.76-3.44A12.61 12.61 0 0 0 561 303.6Z" }), _jsx("path", { fill: "#fff", d: "M369.9 240.83c-49.05-.26-67.02 25.02-132.94 50.89-33.37 13.1-80.08 26.75-141.03 30.88a1382.25 1382.25 0 0 0 271.7 26.83c85.72.03 171.26-7.9 255.51-23.7-51.27-6.64-90.46-19.42-118.08-30.7-67.58-27.56-85.23-53.94-135.16-54.2Z" }), _jsx("use", { xlinkHref: "#b" }), _jsx("use", { xlinkHref: "#b", opacity: ".33", style: { mixBlendMode: "multiply" } }), _jsxs("g", { fill: "#EBEDF0", style: { mixBlendMode: "multiply" }, children: [_jsx("path", { d: "M417.26 327.42a26.4 26.4 0 0 1-3.81-5.23h.38c.46 0 .9 0 1.35-.03a1.28 1.28 0 0 0 1.15-.9 1.29 1.29 0 0 0-.43-1.38c-1.62-1.25-3.12-3.12-4.49-4.73h.2c.36 0 .71 0 1.06-.02a1 1 0 0 0 .57-1.79 26.46 26.46 0 0 1-4.32-4.2 15.28 15.28 0 0 0 1.91.03.8.8 0 0 0 .45-1.43 21.07 21.07 0 0 1-6.86-9.24.94.94 0 0 0-1.74 0 21.06 21.06 0 0 1-6.86 9.24.8.8 0 0 0 .44 1.43 15.73 15.73 0 0 0 1.92-.02 26.43 26.43 0 0 1-4.32 4.2 1 1 0 0 0 .56 1.78c.35.02.7.03 1.06.03h.2c-1.36 1.6-2.86 3.47-4.48 4.72a1.28 1.28 0 0 0 .72 2.28c.44.02.9.04 1.34.04l.39-.01a26.36 26.36 0 0 1-3.82 5.23 1.1 1.1 0 0 0 .02 1.58c.32.28.69.5 1.08.65.7.25 1.45.27 2.15.08a.97.97 0 0 1 1.16.61 3.54 3.54 0 0 0 3.2 2.44c.73 0 1.45-.21 2.06-.63a.95.95 0 0 1 1.28.2 3.4 3.4 0 0 0 5.54 0 .95.95 0 0 1 1.28-.2c.6.42 1.33.63 2.06.63a3.55 3.55 0 0 0 3.2-2.44.97.97 0 0 1 1.15-.61 3.51 3.51 0 0 0 3.23-.73 1.13 1.13 0 0 0 .34-.78 1.1 1.1 0 0 0-.32-.8Z", style: { mixBlendMode: "multiply" } }), _jsx("path", { d: "M400.79 324.54h5.52v13.12a2.75 2.75 0 0 1-2.76 2.76 2.77 2.77 0 0 1-2.76-2.76v-13.12Z", style: { mixBlendMode: "multiply" } })] }), _jsxs("g", { fill: "#EBEDF0", style: { mixBlendMode: "multiply" }, children: [_jsx("path", { d: "M382.67 294.3h2.4v5.72a1.2 1.2 0 0 1-2.4 0v-5.71Z", style: { mixBlendMode: "multiply" } }), _jsx("path", { d: "M390.92 295.04a7.54 7.54 0 0 1-1.37-1.49h.13a.64.64 0 0 0 .36-1.14 16.92 16.92 0 0 1-2.88-2.83 10.24 10.24 0 0 0 1.27.01.5.5 0 0 0 .45-.34.5.5 0 0 0-.17-.55c-.8-.62-1.52-1.32-2.16-2.1a8 8 0 0 0 .96.01.4.4 0 0 0 .22-.71 10.53 10.53 0 0 1-3.43-4.63.47.47 0 0 0-.87 0 10.52 10.52 0 0 1-3.43 4.63.4.4 0 0 0-.13.43.4.4 0 0 0 .36.28 7.35 7.35 0 0 0 .96 0c-.64.77-1.37 1.47-2.16 2.09a.5.5 0 0 0-.17.54.5.5 0 0 0 .45.35 10.29 10.29 0 0 0 1.27-.01c-.84 1.05-1.81 2-2.88 2.83a.63.63 0 0 0 0 1c.1.08.22.13.35.14h.14a7.59 7.59 0 0 1-1.37 1.49.57.57 0 0 0-.22.4.58.58 0 0 0 .14.45 2.64 2.64 0 0 0 1.14.69c.32.08.66.1 1 .03a.62.62 0 0 1 .66.36 2.62 2.62 0 0 0 1.53 1.34 2.3 2.3 0 0 0 2.37-.66.59.59 0 0 1 .43-.2.6.6 0 0 1 .43.2 2.3 2.3 0 0 0 3.27.15c.26-.23.48-.51.63-.83a.62.62 0 0 1 .67-.36 2.28 2.28 0 0 0 2.13-.72.57.57 0 0 0 .14-.44.6.6 0 0 0-.22-.4Z", style: { mixBlendMode: "multiply" } })] }), _jsx("use", { xlinkHref: "#c" }), _jsx("path", { fill: "#EBEDF0", d: "M95.09 309.19a7.58 7.58 0 0 1-1.37-1.5h.13a.64.64 0 0 0 .58-.44.64.64 0 0 0-.22-.7 16.87 16.87 0 0 1-2.88-2.83 9.67 9.67 0 0 0 1.27.02.5.5 0 0 0 .45-.35.5.5 0 0 0-.17-.55c-.8-.61-1.52-1.31-2.16-2.1a7.95 7.95 0 0 0 .96.01.4.4 0 0 0 .22-.7 10.54 10.54 0 0 1-3.43-4.63.47.47 0 0 0-.7-.22.47.47 0 0 0-.17.22 10.53 10.53 0 0 1-3.43 4.62.4.4 0 0 0-.13.44.4.4 0 0 0 .36.27 7.34 7.34 0 0 0 .96 0 14.3 14.3 0 0 1-2.16 2.1.5.5 0 0 0 0 .78c.08.07.17.1.28.1a9.16 9.16 0 0 0 1.27 0c-.84 1.05-1.81 2-2.88 2.82a.64.64 0 0 0 .35 1.14h.14a7.58 7.58 0 0 1-1.37 1.5.59.59 0 0 0-.23.4.58.58 0 0 0 .15.45 2.6 2.6 0 0 0 1.14.68c.32.09.66.1 1 .04a.62.62 0 0 1 .66.36 2.61 2.61 0 0 0 1.53 1.34 2.32 2.32 0 0 0 2.37-.66.57.57 0 0 1 .43-.2.57.57 0 0 1 .43.2 2.3 2.3 0 0 0 3.27.14c.26-.23.48-.5.63-.82a.62.62 0 0 1 .67-.36 2.28 2.28 0 0 0 2.12-.72.58.58 0 0 0 .08-.67.58.58 0 0 0-.15-.18Zm11.38-17.66h1.07v2.56a.54.54 0 0 1-1.08 0v-2.56Z" }), _jsx("use", { xlinkHref: "#d" }), _jsxs("g", { fill: "#EBEDF0", style: { mixBlendMode: "multiply" }, children: [_jsx("path", { d: "M435.98 314.65h3.03v7.2a1.51 1.51 0 0 1-1.51 1.52 1.51 1.51 0 0 1-1.52-1.51v-7.2Z", style: { mixBlendMode: "multiply" } }), _jsx("path", { d: "M446.4 315.58a9.48 9.48 0 0 1-1.74-1.88h.18a.81.81 0 0 0 .72-.56.8.8 0 0 0-.27-.88 21.32 21.32 0 0 1-3.64-3.57 12.23 12.23 0 0 0 1.6.02.63.63 0 0 0 .36-1.13 16.7 16.7 0 0 1-2.73-2.65 10.14 10.14 0 0 0 1.21.01.5.5 0 0 0 .46-.35.5.5 0 0 0-.18-.55 13.27 13.27 0 0 1-4.32-5.83.59.59 0 0 0-1.1 0 13.27 13.27 0 0 1-4.33 5.83.5.5 0 0 0-.18.55.5.5 0 0 0 .46.35 9.37 9.37 0 0 0 1.2 0 16.7 16.7 0 0 1-2.72 2.64.64.64 0 0 0-.21.69.63.63 0 0 0 .57.44 12.3 12.3 0 0 0 1.6-.02 21.32 21.32 0 0 1-3.64 3.57.8.8 0 0 0 0 1.27c.13.1.3.16.45.17h.18a9.48 9.48 0 0 1-1.73 1.88.74.74 0 0 0-.29.52.72.72 0 0 0 .2.55 3.29 3.29 0 0 0 1.43.87c.4.1.83.12 1.25.05a.78.78 0 0 1 .84.45 3.3 3.3 0 0 0 1.93 1.69 2.91 2.91 0 0 0 2.99-.83.73.73 0 0 1 1.09 0 2.91 2.91 0 0 0 4.12.18c.34-.3.6-.64.8-1.04a.78.78 0 0 1 .84-.45 2.88 2.88 0 0 0 2.68-.92.73.73 0 0 0-.09-1.07Z", style: { mixBlendMode: "multiply" } })] }), _jsxs("g", { style: { mixBlendMode: "multiply" }, children: [_jsx("use", { xlinkHref: "#c", style: { mixBlendMode: "multiply" } }), _jsx("path", { fill: "#EBEDF0", d: "M95.09 309.19a7.58 7.58 0 0 1-1.37-1.5h.13a.64.64 0 0 0 .58-.44.64.64 0 0 0-.22-.7 16.87 16.87 0 0 1-2.88-2.83 9.67 9.67 0 0 0 1.27.02.5.5 0 0 0 .45-.35.5.5 0 0 0-.17-.55c-.8-.61-1.52-1.31-2.16-2.1a7.95 7.95 0 0 0 .96.01.4.4 0 0 0 .22-.7 10.54 10.54 0 0 1-3.43-4.63.47.47 0 0 0-.7-.22.47.47 0 0 0-.17.22 10.53 10.53 0 0 1-3.43 4.62.4.4 0 0 0-.13.44.4.4 0 0 0 .36.27 7.34 7.34 0 0 0 .96 0 14.3 14.3 0 0 1-2.16 2.1.5.5 0 0 0 0 .78c.08.07.17.1.28.1a9.16 9.16 0 0 0 1.27 0c-.84 1.05-1.81 2-2.88 2.82a.64.64 0 0 0 .35 1.14h.14a7.58 7.58 0 0 1-1.37 1.5.59.59 0 0 0-.23.4.58.58 0 0 0 .15.45 2.6 2.6 0 0 0 1.14.68c.32.09.66.1 1 .04a.62.62 0 0 1 .66.36 2.61 2.61 0 0 0 1.53 1.34 2.32 2.32 0 0 0 2.37-.66.57.57 0 0 1 .43-.2.57.57 0 0 1 .43.2 2.3 2.3 0 0 0 3.27.14c.26-.23.48-.5.63-.82a.62.62 0 0 1 .67-.36 2.28 2.28 0 0 0 2.12-.72.58.58 0 0 0 .08-.67.58.58 0 0 0-.15-.18Z", style: { mixBlendMode: "multiply" } })] }), _jsxs("g", { style: { mixBlendMode: "multiply" }, children: [_jsx("path", { fill: "#EBEDF0", d: "M106.47 291.53h1.07v2.56a.54.54 0 0 1-1.08 0v-2.56Z", style: { mixBlendMode: "multiply" } }), _jsx("use", { xlinkHref: "#d", style: { mixBlendMode: "multiply" } })] }), _jsx("path", { stroke: "#F4F6F7", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2.11", d: "M81.69 217.76v12.28m-6.07-6.07H87.9m473.34-30.59v14.4m-7.2-7.2h14.4M118.7 228.13a4.23 4.23 0 1 0 0-8.47 4.23 4.23 0 0 0 0 8.47Zm335.28-52.1a4.23 4.23 0 1 0 0-8.47 4.23 4.23 0 0 0 0 8.47Z" }), _jsx("path", { fill: "#F4F6F7", d: "M12.36 266.61a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm506.79-44.54a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Zm-383.51-62.73a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Z" }), _jsx("path", { fill: "#FAFBFB", d: "M166.14 52.35a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8ZM437.3 76.48a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8ZM51.75 86.85a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Z" }), _jsx("path", { fill: "#F4F6F7", d: "M617.96 266.61a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8Z" }), _jsx("path", { stroke: "#FAFBFB", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2.78", d: "M503.68 122.84a7.73 7.73 0 1 0 .01-15.47 7.73 7.73 0 0 0-.01 15.47ZM276.29 17.2a7.73 7.73 0 1 0 0-15.47 7.73 7.73 0 0 0 0 15.46ZM75.62 104.52a5.47 5.47 0 1 0 0-10.93 5.47 5.47 0 0 0 0 10.93Zm157.75 1.79v15.76m-7.89-7.87h15.78m327.19-45.1v25.92m-12.99-12.96h25.97M426.4 108.98v10.42m-5.2-5.2h10.42M133.24 79.25v10.41m-5.21-5.2h10.43" }), _jsx("path", { fill: "#FAFBFB", d: "M276.29 99.88a3.01 3.01 0 1 0 0-6.03 3.01 3.01 0 0 0 0 6.03Z" }), _jsx("path", { fill: "#00AEEF", d: "m357.06 39.4-2.07-.93s-.94 9.57-12.2 8.07c-9.4-5.26-24.06-5.26-24.06-5.26s-17.1 6.57-16.72 16.7c.5 13.5 12.16 11.82 12.16 11.82l-.32-1.87c-12.92-7.61.44-15.22 3.79-16.91l-2.29 20.28a27.85 27.85 0 0 0 11.74 2.78 3.91 3.91 0 0 0 3.53-2.22l7.85-16.35c1.58.38 20.39 4.39 18.59-16.1Z" }), _jsx("path", { fill: "#0097E8", d: "m357.06 39.4-2.07-.93s-.94 9.57-12.2 8.07l-4.32 8.97c1.58.38 20.39 4.39 18.59-16.1Z" }), _jsx("path", { fill: "url(#e)", d: "M313.4 119.75c-.75-4.15-7.08-4.64-7.08-4.64l-1.13.09a.91.91 0 0 0-.8.66 9.9 9.9 0 0 0-.46 3.7 1.5 1.5 0 0 0 1.4 1.4c2.37.15 4.74.16 7.1.03a1.08 1.08 0 0 0 .75-.4 1.08 1.08 0 0 0 .22-.84Z" }), _jsx("path", { fill: "url(#f)", d: "m307.3 115.75 1.1-3.74h-2.88l-.63 3.14a1.25 1.25 0 0 0 1.11 1.49 1.24 1.24 0 0 0 1.3-.9Z" }), _jsx("path", { fill: "url(#g)", d: "M343.26 101.59c-1.09-1.84-3.74-3.13-7.33-3.99l-1.56-.05a.68.68 0 0 0-.65.42c-.42 1.28-.65 2.6-.7 3.95a.77.77 0 0 0 .6.79c.8.16 1.63.24 2.45.25 1.9.05 4.99-.1 6.6-.2a.77.77 0 0 0 .6-1.17Z" }), _jsx("path", { fill: "url(#h)", d: "m336.57 98.2.86-3.28-2.64-.23-.5 3.02a1.16 1.16 0 0 0 .96 1.33 1.16 1.16 0 0 0 1.32-.85Z" }), _jsx("path", { fill: "url(#i)", d: "M315.35 71.3a22.4 22.4 0 0 0-3 8.26c-.7 4.49-6.58 29.68-7.52 33.68a.56.56 0 0 0 .43.68c.74.18 1.5.27 2.26.27a1.05 1.05 0 0 0 .92-.64l14.05-32.5s9.34-1.79 12.78 2.26c2.05 2.43.7 6.7-1.13 12.76 0 0 2.25 1.12 3.75.37 0 0 7.01-10.93 4.14-17.63-1.33-3.1-7.07-6.17-12.78-6.76l-13.9-.75Z" }), _jsx("path", { fill: "url(#j)", d: "M313.85 67.93s1.5-2.63 3.76-2.26c2.25.38 3.38 2.63 3.38 2.63l-3.76 1.88c-1.5.75-4.13 0-3.38-2.25Z" }), _jsx("path", { fill: "url(#k)", d: "m330.68 36.78-2.76 5.9s3.07 2.25 6.2 1.37l.8-8.37-4.24 1.1Z" }), _jsx("path", { fill: "url(#l)", d: "M337.48 30.36c.06.11 1.22 7.99 1.22 7.99l-4.52.57-2.21-7.3s4.56-3.03 5.5-1.26Z" }), _jsx("path", { fill: "url(#m)", d: "M333.63 32.35a.66.66 0 0 0-.13.56l.85 3.88c0 .06.03.12.06.17.16.3.73 1.18 1.63.54.61-.52 1.32-.9 2.1-1.14a.65.65 0 0 1 .74.56c.17 1.19.26 2.39.26 3.59a.65.65 0 0 1-.61.63c-1.37.1-2.74.05-4.1-.16a.65.65 0 0 1-.5-.45 57.5 57.5 0 0 0-1.6-4.6c-.35-.71-1.4-.84-1.88-.86a.66.66 0 0 1-.48-.24 1.43 1.43 0 0 1 .19-2.25.65.65 0 0 0 .09-.9 1.44 1.44 0 0 1 .13-2.13 2.04 2.04 0 0 1 2.44-.32.68.68 0 0 0 .8-.14.43.43 0 0 1 .4-.15.63.63 0 0 0 .73-.54 1.67 1.67 0 0 1 1.5-1.52c1.99-.36 2.95 1.64 2.9 3.03-.06 1.4-2.23 1.66-3.46 1.41-.9-.18-1.7.6-2.06 1.03Z" }), _jsx("path", { fill: "url(#n)", d: "M332.84 37.23s-.2-2.31-1.18-2.55c-.98-.24-2.05.45-1.23 1.92 1.03 1.82 2.41.63 2.41.63Z" }), _jsx("path", { fill: "#EBEDF0", d: "M372.79 28.3v9.59l-32.05-3.36v-2.87l32.05-3.36Z" }), _jsx("use", { xlinkHref: "#o" }), _jsx("path", { fill: "url(#p)", d: "M355 38.47s.16-2.17.45-2.4c.3-.23 2.55-2.48 2.92-2.48.38 0 .76.76 0 1.13-.75.37-.9 1.56-.9 1.56l2.3.24s-1.77 2.7-2.52 3.07c-.75.38-2.26-1.12-2.26-1.12Z" }), _jsx("use", { xlinkHref: "#o", style: { mixBlendMode: "multiply" } })] }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "e", x1: "303.9", x2: "313.41", y1: "118.1", y2: "118.1", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0078D3" }), _jsx("stop", { offset: "1", stopColor: "#25477B" })] }), _jsxs("linearGradient", { id: "f", x1: "307.29", x2: "305.53", y1: "107.92", y2: "123.33", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F8B676" }), _jsx("stop", { offset: "1", stopColor: "#F37960" })] }), _jsxs("linearGradient", { id: "g", x1: "6278.42", x2: "6463.32", y1: "1035.38", y2: "1035.38", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0078D3" }), _jsx("stop", { offset: "1", stopColor: "#25477B" })] }), _jsxs("linearGradient", { id: "h", x1: "21195.2", x2: "21155.8", y1: "5052.18", y2: "5137.86", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F8B676" }), _jsx("stop", { offset: "1", stopColor: "#F37960" })] }), _jsxs("linearGradient", { id: "i", x1: "20216.7", x2: "22693.1", y1: "6935.19", y2: "6935.19", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0078D3" }), _jsx("stop", { offset: "1", stopColor: "#25477B" })] }), _jsxs("linearGradient", { id: "j", x1: "4333.49", x2: "4218.15", y1: "602.68", y2: "780.96", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F8B676" }), _jsx("stop", { offset: "1", stopColor: "#F37960" })] }), _jsxs("linearGradient", { id: "k", x1: "4319.87", x2: "4374.59", y1: "692.77", y2: "588.76", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F8B676" }), _jsx("stop", { offset: "1", stopColor: "#F37960" })] }), _jsxs("linearGradient", { id: "l", x1: "4247.57", x2: "4181.79", y1: "564.47", y2: "578.04", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F8B676" }), _jsx("stop", { offset: "1", stopColor: "#F37960" })] }), _jsxs("linearGradient", { id: "m", x1: "5799.54", x2: "5959.55", y1: "869.21", y2: "869.21", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0078D3" }), _jsx("stop", { offset: "1", stopColor: "#25477B" })] }), _jsxs("linearGradient", { id: "n", x1: "1884.5", x2: "1866.37", y1: "231.72", y2: "215.86", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F8B676" }), _jsx("stop", { offset: "1", stopColor: "#F37960" })] }), _jsxs("linearGradient", { id: "p", x1: "3274.11", x2: "3313.35", y1: "416.62", y2: "416.62", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#F8B676" }), _jsx("stop", { offset: "1", stopColor: "#F37960" })] }), _jsx("clipPath", { id: "a", children: _jsx("path", { fill: "#fff", d: "M0 0h629v350H0z" }) })] })] }));
|
|
12
9
|
};
|
|
@@ -4,9 +4,6 @@ import { classNames } from "../commonHelpers/classNames/classNames";
|
|
|
4
4
|
import { useUniqueId } from "../commonHelpers/useUniqueId";
|
|
5
5
|
export const ImageNoMatchingAssets = ({ className, title, description, focusable = false }) => {
|
|
6
6
|
const uniqueId = useUniqueId();
|
|
7
|
-
const classes = useMemo(() => classNames([
|
|
8
|
-
|
|
9
|
-
className !== null && className !== void 0 ? className : ""
|
|
10
|
-
]), [className]);
|
|
11
|
-
return _jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 180 180", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "ImageNoMatchingAssets", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("circle", { cx: "90", cy: "90", r: "90", fill: "#F2F5F7" }), _jsx("path", { d: "M49.2449 51.725C49.3822 50.7362 50.2276 50 51.2259 50H74.186C74.5236 50 74.8558 50.0855 75.1514 50.2484L86.4138 56.4562C86.7095 56.6191 87.0417 56.7046 87.3793 56.7046H148.02C149.245 56.7046 150.183 57.7961 149.997 59.0072L140.609 120.349C140.46 121.325 139.62 122.046 138.632 122.046H41.7812C40.5673 122.046 39.6333 120.974 39.8001 119.771L49.2449 51.725Z", fill: "#A6B8C9" }), _jsx("path", { d: "M133.485 61.9948L72.6656 61.9948C72.2202 61.9948 71.7875 61.8461 71.4362 61.5723L60.3485 52.9308C59.9974 52.6571 59.5649 52.5085 59.1197 52.5083L36.4957 52.5007C35.3909 52.5003 34.4951 53.3958 34.495 54.5006L34.4949 56.4822L57.8171 56.49C58.2567 56.4902 58.6839 56.6352 59.0329 56.9025L68.4542 64.1218C68.8031 64.3892 69.2304 64.5342 69.67 64.5343L71.9774 64.5351L132.998 71.2804C134.095 71.4017 135.083 70.6107 135.205 69.5134L135.485 67L135.485 63.9948C135.485 62.8902 134.589 61.9948 133.485 61.9948Z", fill: "white" }), _jsx("path", { d: "M34.5737 56.0856C34.525 54.9485 35.4337 54 36.5719 54H59.0006C59.4538 54 59.8936 54.1539 60.2479 54.4366L71.3174 63.268C71.6716 63.5507 72.1114 63.7046 72.5647 63.7046H133.447C134.513 63.7046 135.391 64.5406 135.444 65.6053L138.245 121.947C138.302 123.089 137.391 124.046 136.248 124.046H39.4005C38.3293 124.046 37.4482 123.202 37.4024 122.132L34.5737 56.0856Z", fill: "#E6EBEF" }), _jsx("path", { d: "M39.5 129.759C39.5 130.425 41.0596 130.966 41.75 130.966H44.25C44.9404 130.966 45.5 130.425 45.5 129.759V118.897H56.75C57.4404 118.897 58 118.356 58 117.69V115.276C58 114.609 57.4404 113 56.75 113L45.5 114.069V103.207C45.5 102.54 44.1904 100.5 43.5 100.5L41.75 102C41.0596 102 40.5 102.54 40.5 103.207V114.069H29.25C28.5596 114.069 28 114.609 28 115.276L27.5 116.5C27.5 117.167 28.5596 118.897 29.25 118.897L39.5 119V129.759Z", fill: "#4E677E" }), _jsx("path", { d: "M43.5 100C44.0523 100 44.5 100.448 44.5 101V112.499H56C56.5522 112.499 56.9998 112.947 57 113.499V116.499C57 117.051 56.5523 117.499 56 117.499H44.5V129C44.5 129.552 44.0523 130 43.5 130H40.5C39.9479 130 39.5 129.552 39.5 129V117.499H28C27.4477 117.499 27 117.051 27 116.499V113.499C27.0002 112.947 27.4478 112.499 28 112.499H39.5V101C39.5 100.448 39.9479 100 40.5 100H43.5Z", fill: "#A6B8C9" }), _jsx("rect", { x: "59.0488", y: "97", width: "4", height: "8", rx: "1", transform: "rotate(34.7836 59.0488 97)", fill: "#4E677E" }), _jsx("rect", { x: "70.3809", y: "111", width: "4", height: "8", rx: "1", transform: "rotate(80.7533 70.3809 111)", fill: "#4E677E" }), _jsx("rect", { x: "69.9941", y: "127.125", width: "4", height: "8", rx: "1", transform: "rotate(105.407 69.9941 127.125)", fill: "#4E677E" })] });
|
|
7
|
+
const classes = useMemo(() => classNames(["zen-svg-image", className !== null && className !== void 0 ? className : ""]), [className]);
|
|
8
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 180 180", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "ImageNoMatchingAssets", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("circle", { cx: "90", cy: "90", r: "90", fill: "#F2F5F7" }), _jsx("path", { d: "M49.2449 51.725C49.3822 50.7362 50.2276 50 51.2259 50H74.186C74.5236 50 74.8558 50.0855 75.1514 50.2484L86.4138 56.4562C86.7095 56.6191 87.0417 56.7046 87.3793 56.7046H148.02C149.245 56.7046 150.183 57.7961 149.997 59.0072L140.609 120.349C140.46 121.325 139.62 122.046 138.632 122.046H41.7812C40.5673 122.046 39.6333 120.974 39.8001 119.771L49.2449 51.725Z", fill: "#A6B8C9" }), _jsx("path", { d: "M133.485 61.9948L72.6656 61.9948C72.2202 61.9948 71.7875 61.8461 71.4362 61.5723L60.3485 52.9308C59.9974 52.6571 59.5649 52.5085 59.1197 52.5083L36.4957 52.5007C35.3909 52.5003 34.4951 53.3958 34.495 54.5006L34.4949 56.4822L57.8171 56.49C58.2567 56.4902 58.6839 56.6352 59.0329 56.9025L68.4542 64.1218C68.8031 64.3892 69.2304 64.5342 69.67 64.5343L71.9774 64.5351L132.998 71.2804C134.095 71.4017 135.083 70.6107 135.205 69.5134L135.485 67L135.485 63.9948C135.485 62.8902 134.589 61.9948 133.485 61.9948Z", fill: "white" }), _jsx("path", { d: "M34.5737 56.0856C34.525 54.9485 35.4337 54 36.5719 54H59.0006C59.4538 54 59.8936 54.1539 60.2479 54.4366L71.3174 63.268C71.6716 63.5507 72.1114 63.7046 72.5647 63.7046H133.447C134.513 63.7046 135.391 64.5406 135.444 65.6053L138.245 121.947C138.302 123.089 137.391 124.046 136.248 124.046H39.4005C38.3293 124.046 37.4482 123.202 37.4024 122.132L34.5737 56.0856Z", fill: "#E6EBEF" }), _jsx("path", { d: "M39.5 129.759C39.5 130.425 41.0596 130.966 41.75 130.966H44.25C44.9404 130.966 45.5 130.425 45.5 129.759V118.897H56.75C57.4404 118.897 58 118.356 58 117.69V115.276C58 114.609 57.4404 113 56.75 113L45.5 114.069V103.207C45.5 102.54 44.1904 100.5 43.5 100.5L41.75 102C41.0596 102 40.5 102.54 40.5 103.207V114.069H29.25C28.5596 114.069 28 114.609 28 115.276L27.5 116.5C27.5 117.167 28.5596 118.897 29.25 118.897L39.5 119V129.759Z", fill: "#4E677E" }), _jsx("path", { d: "M43.5 100C44.0523 100 44.5 100.448 44.5 101V112.499H56C56.5522 112.499 56.9998 112.947 57 113.499V116.499C57 117.051 56.5523 117.499 56 117.499H44.5V129C44.5 129.552 44.0523 130 43.5 130H40.5C39.9479 130 39.5 129.552 39.5 129V117.499H28C27.4477 117.499 27 117.051 27 116.499V113.499C27.0002 112.947 27.4478 112.499 28 112.499H39.5V101C39.5 100.448 39.9479 100 40.5 100H43.5Z", fill: "#A6B8C9" }), _jsx("rect", { x: "59.0488", y: "97", width: "4", height: "8", rx: "1", transform: "rotate(34.7836 59.0488 97)", fill: "#4E677E" }), _jsx("rect", { x: "70.3809", y: "111", width: "4", height: "8", rx: "1", transform: "rotate(80.7533 70.3809 111)", fill: "#4E677E" }), _jsx("rect", { x: "69.9941", y: "127.125", width: "4", height: "8", rx: "1", transform: "rotate(105.407 69.9941 127.125)", fill: "#4E677E" })] }));
|
|
12
9
|
};
|
|
@@ -3,9 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const ImageNothingFound = ({ className, title, description, focusable = false }) => {
|
|
5
5
|
const uniqueId = useId();
|
|
6
|
-
const classes = useMemo(() => classNames([
|
|
7
|
-
|
|
8
|
-
className !== null && className !== void 0 ? className : ""
|
|
9
|
-
]), [className]);
|
|
10
|
-
return _jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 180 180", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "ImageNothingFound", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("circle", { cx: "90", cy: "90", r: "90", fill: "#F2F5F7" }), _jsx("path", { d: "M34 59h107v73a4 4 0 0 1-4 4H38a4 4 0 0 1-4-4V59Z", fill: "#E6EBEF" }), _jsx("rect", { x: "26", y: "47", width: "124", height: "12", rx: "2", fill: "#A6B8C9" }), _jsx("path", { fill: "#8DA4B9", d: "M34 59h107v4H34z" }), _jsx("rect", { x: "62", y: "70", width: "52", height: "10", rx: "2", fill: "#C0CCD8" }), _jsx("rect", { x: "64", y: "72", width: "50", height: "8", rx: "2", fill: "#F2F5F7" }), _jsx("ellipse", { cx: "120.909", cy: "111.875", rx: "19.582", ry: "19.785", fill: "#8DA4B9" }), _jsx("rect", { x: "133.535", y: "122.707", width: "8", height: "4", rx: "2", transform: "rotate(45 133.535 122.707)", fill: "#4E677E" }), _jsx("rect", { x: "137.778", y: "125.536", width: "24", height: "6", rx: "2", transform: "rotate(45 137.778 125.536)", fill: "#A6B8C9" }), _jsx("circle", { cx: "120", cy: "111", r: "20", fill: "#A6B8C9" }), _jsx("circle", { cx: "120", cy: "111", r: "15", fill: "#F9FAFB" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M114.319 124.887C109.935 122.268 107 117.477 107 112c0-8.284 6.716-15 15-15 2.011 0 3.929.396 5.681 1.113A14.93 14.93 0 0 0 120 96c-8.284 0-15 6.716-15 15 0 6.274 3.851 11.648 9.319 13.887Z", fill: "#E6EBEF" })] });
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-svg-image", className !== null && className !== void 0 ? className : ""]), [className]);
|
|
7
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 180 180", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "ImageNothingFound", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("circle", { cx: "90", cy: "90", r: "90", fill: "#F2F5F7" }), _jsx("path", { d: "M34 59h107v73a4 4 0 0 1-4 4H38a4 4 0 0 1-4-4V59Z", fill: "#E6EBEF" }), _jsx("rect", { x: "26", y: "47", width: "124", height: "12", rx: "2", fill: "#A6B8C9" }), _jsx("path", { fill: "#8DA4B9", d: "M34 59h107v4H34z" }), _jsx("rect", { x: "62", y: "70", width: "52", height: "10", rx: "2", fill: "#C0CCD8" }), _jsx("rect", { x: "64", y: "72", width: "50", height: "8", rx: "2", fill: "#F2F5F7" }), _jsx("ellipse", { cx: "120.909", cy: "111.875", rx: "19.582", ry: "19.785", fill: "#8DA4B9" }), _jsx("rect", { x: "133.535", y: "122.707", width: "8", height: "4", rx: "2", transform: "rotate(45 133.535 122.707)", fill: "#4E677E" }), _jsx("rect", { x: "137.778", y: "125.536", width: "24", height: "6", rx: "2", transform: "rotate(45 137.778 125.536)", fill: "#A6B8C9" }), _jsx("circle", { cx: "120", cy: "111", r: "20", fill: "#A6B8C9" }), _jsx("circle", { cx: "120", cy: "111", r: "15", fill: "#F9FAFB" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M114.319 124.887C109.935 122.268 107 117.477 107 112c0-8.284 6.716-15 15-15 2.011 0 3.929.396 5.681 1.113A14.93 14.93 0 0 0 120 96c-8.284 0-15 6.716-15 15 0 6.274 3.851 11.648 9.319 13.887Z", fill: "#E6EBEF" })] }));
|
|
11
8
|
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { useMemo } from "react";
|
|
3
|
+
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useUniqueId } from "../commonHelpers/useUniqueId";
|
|
5
|
+
export const ImageTapToUpload = ({ className, title, description, focusable = false }) => {
|
|
6
|
+
const uniqueId = useUniqueId();
|
|
7
|
+
const classes = useMemo(() => classNames(["zen-svg-image", className !== null && className !== void 0 ? className : ""]), [className]);
|
|
8
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", viewBox: "0 0 245 245", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "ImageTapToUpload", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("circle", { cx: "122.5", cy: "122.5", r: "122.5", fill: "#1B5493" }), _jsx("path", { fill: "#1E4B84", opacity: "1.000000", stroke: "none", d: "\nM150.014053,118.263153\n C149.125183,119.623901 148.236313,120.984657 146.803772,122.714554\n C144.866699,123.481400 143.473343,123.879089 141.931992,124.319023\n C138.524368,116.464149 132.555679,114.443886 124.701500,116.796379\n C124.701500,108.630737 124.765686,100.994400 124.683762,93.359634\n C124.598930,85.453743 119.681152,80.077766 112.792336,80.172897\n C105.919937,80.267792 101.183197,85.701614 101.170204,93.612396\n C101.145035,108.933952 101.171196,124.255608 101.149109,139.577179\n C101.147163,140.927399 100.946686,142.277313 100.768837,144.494995\n C99.412224,142.976120 98.764465,142.215286 98.079498,141.489563\n C92.064445,135.116577 85.630257,134.267242 80.228203,139.124405\n C74.934921,143.883759 75.140854,150.561523 80.931046,157.145309\n C88.296028,165.519714 95.718521,173.844131 103.173965,182.138184\n C108.819580,188.418839 115.796822,193.236649 124.199684,193.414841\n C136.761047,193.681244 149.353348,192.489487 161.932480,191.917999\n C160.631073,193.769592 159.560211,195.848618 157.992615,197.437576\n C142.161392,213.484634 126.248894,229.451492 110.648270,245\n A122.5,122.5 0 0 1 0,122.5\n A122.5,122.5 0 0 1 6.150044,132.280182\n C25.635994,112.890594 45.043709,93.422401 64.522079,74.025162\n C66.015244,72.538223 67.893044,71.437523 69.858116,70.481239\n C61.950550,89.822357 64.057037,107.431297 77.390152,123.470985\n C79.133720,125.568489 81.318115,127.921150 84.078194,125.660629\n C86.881104,123.365044 85.055634,120.933876 83.082199,118.871330\n C82.279114,118.031975 81.560432,117.106567 80.851097,116.183601\n C70.742485,103.030548 69.991333,84.345314 78.999199,70.350098\n C88.379181,55.776703 105.295601,48.783352 121.753677,52.675121\n C147.791336,58.832127 160.679047,86.701714 148.483215,110.618187\n C146.894516,113.733681 145.583923,116.492645 150.014053,118.263153\nM121.147797,61.142670\n C104.397171,57.921627 90.366943,64.602875 83.920120,78.870636\n C78.727165,90.363403 80.875725,104.531120 89.523094,113.140495\n C90.724792,114.336899 93.448990,114.004097 95.468376,114.379196\n C95.362167,112.460663 95.309006,110.536491 95.106277,108.628212\n C95.064262,108.232704 94.443916,107.914963 94.128807,107.529724\n C87.215942,99.078217 86.571594,87.110008 92.548859,78.298477\n C98.805641,69.074890 110.276451,65.158173 120.618050,68.714241\n C131.300720,72.387596 137.986145,81.944839 137.085968,93.232430\n C136.779083,97.080536 134.710068,100.759979 134.009155,104.618752\n C133.731567,106.146942 134.556473,108.456612 135.708115,109.437981\n C136.364273,109.997131 138.904465,108.893616 140.197128,107.976326\n C141.154221,107.297142 141.543488,105.742905 142.056595,104.524132\n C149.562958,86.694366 140.849197,68.042091 121.147797,61.142670\nz" }), _jsx("path", { fill: "#FDFDFE", opacity: "1.000000", stroke: "none", d: "\nM161.937378,191.947342\n C149.353348,192.489487 136.761047,193.681244 124.199684,193.414841\n C115.796822,193.236649 108.819580,188.418839 103.173965,182.138184\n C95.718521,173.844131 88.296028,165.519714 80.931046,157.145309\n C75.140854,150.561523 74.934921,143.883759 80.228203,139.124405\n C85.630257,134.267242 92.064445,135.116577 98.079498,141.489563\n C98.764465,142.215286 99.412224,142.976120 100.768837,144.494995\n C100.946686,142.277313 101.147163,140.927399 101.149109,139.577179\n C101.171196,124.255608 101.145035,108.933952 101.170204,93.612396\n C101.183197,85.701614 105.919937,80.267792 112.792336,80.172897\n C119.681152,80.077766 124.598930,85.453743 124.683762,93.359634\n C124.765686,100.994400 124.701500,108.630737 124.701500,116.796379\n C132.555679,114.443886 138.524368,116.464149 141.931992,124.319023\n C143.473343,123.879089 144.866699,123.481400 146.628326,122.969391\n C152.922287,123.116516 156.936707,126.092247 159.065094,131.533844\n C170.457352,128.436874 176.332382,133.038055 176.193253,144.618179\n C176.095490,152.755081 175.932129,160.902969 176.232925,169.029846\n C176.589905,178.674210 172.516602,185.606369 163.890884,190.711838\n C162.887695,191.312836 162.388504,191.631241 161.889313,191.949646\n C161.889313,191.949631 161.942276,191.976685 161.937378,191.947342\nz" }), _jsx("path", { fill: "#F6F8FB", opacity: "1.000000", stroke: "none", d: "\nM150.375671,118.188873\n C145.583923,116.492645 146.894516,113.733681 148.483215,110.618187\n C160.679047,86.701714 147.791336,58.832127 121.753677,52.675121\n C105.295601,48.783352 88.379181,55.776703 78.999199,70.350098\n C69.991333,84.345314 70.742485,103.030548 80.851097,116.183601\n C81.560432,117.106567 82.279114,118.031975 83.082199,118.871330\n C85.055634,120.933876 86.881104,123.365044 84.078194,125.660629\n C81.318115,127.921150 79.133720,125.568489 77.390152,123.470985\n C64.057037,107.431297 61.950550,89.822357 70.215378,70.441284\n C79.169678,55.074696 91.897614,45.656731 109.556503,44.538048\n C128.207764,43.356499 143.137009,50.866116 153.074646,66.696350\n C162.892029,82.335045 163.034012,98.726616 154.266464,115.034073\n C153.574387,116.321312 151.935913,117.099716 150.375671,118.188873\nz" }), _jsx("path", { fill: "#F6F8FA", opacity: "1.000000", stroke: "none", d: "\nM121.536087,61.266273\n C140.849197,68.042091 149.562958,86.694366 142.056595,104.524132\n C141.543488,105.742905 141.154221,107.297142 140.197128,107.976326\n C138.904465,108.893616 136.364273,109.997131 135.708115,109.437981\n C134.556473,108.456612 133.731567,106.146942 134.009155,104.618752\n C134.710068,100.759979 136.779083,97.080536 137.085968,93.232430\n C137.986145,81.944839 131.300720,72.387596 120.618050,68.714241\n C110.276451,65.158173 98.805641,69.074890 92.548859,78.298477\n C86.571594,87.110008 87.215942,99.078217 94.128807,107.529724\n C94.443916,107.914963 95.064262,108.232704 95.106277,108.628212\n C95.309006,110.536491 95.362167,112.460663 95.468376,114.379196\n C93.448990,114.004097 90.724792,114.336899 89.523094,113.140495\n C80.875725,104.531120 78.727165,90.363403 83.920120,78.870636\n C90.366943,64.602875 104.397171,57.921627 121.536087,61.266273\nz" })] }));
|
|
9
|
+
};
|
|
10
|
+
ImageTapToUpload.displayName = "ImageTapToUpload";
|
package/esm/index.d.ts
CHANGED
|
@@ -74,6 +74,10 @@ export { useDropdownState } from "./dropdown/useDropdownState";
|
|
|
74
74
|
export { type IEmptyState, EmptyState } from "./emptyState/emptyState";
|
|
75
75
|
export { type IFavoriteButton, FavoriteButton } from "./favoriteButton/favoriteButton";
|
|
76
76
|
export { FeedbackProvider } from "./feedbackProvider/feedbackProvider";
|
|
77
|
+
export { TemplateDownloadSection } from "./fileUpload/components/templateDownloadSection";
|
|
78
|
+
export { UploadedFilesSection } from "./fileUpload/components/uploadedFilesSection";
|
|
79
|
+
export { FileUpload } from "./fileUpload/fileUpload";
|
|
80
|
+
export { type IUploadedFile, type ITemplateDownload, type IFileUploadMeta, type IFileUpload } from "./fileUpload/fileUploadType";
|
|
77
81
|
export { type TFilterButton, type IFilterButton, FilterButton } from "./filterButton/filterButton";
|
|
78
82
|
export { type IFiltersChip, FiltersChip } from "./filters/components/filtersChip";
|
|
79
83
|
export { type IFiltersDateInputProps, type TFiltersDateInputState, type IFiltersDateInput, FiltersDateInputDisplayName, FiltersDateInput } from "./filters/components/filtersDateInput";
|
|
@@ -680,9 +684,11 @@ export { IconZone } from "./icons/iconZone";
|
|
|
680
684
|
export { IconZoom } from "./icons/iconZoom";
|
|
681
685
|
export { IconZoom2 } from "./icons/iconZoom2";
|
|
682
686
|
export { ImageAdjustFilter } from "./images/imageAdjustFilter";
|
|
687
|
+
export { ImageCloudUpload } from "./images/imageCloudUpload";
|
|
683
688
|
export { ImageLooking } from "./images/imageLooking";
|
|
684
689
|
export { ImageNoMatchingAssets } from "./images/imageNoMatchingAssets";
|
|
685
690
|
export { ImageNothingFound } from "./images/imageNothingFound";
|
|
691
|
+
export { ImageTapToUpload } from "./images/imageTapToUpload";
|
|
686
692
|
export { type ISvgImage } from "./images/svgImage";
|
|
687
693
|
export { type ILayout, Layout } from "./layout/layout";
|
|
688
694
|
export { useLayoutFullScreenElement, LayoutFullScreenElementProvider } from "./layout/layoutFullScreenElementProvider";
|
package/esm/index.js
CHANGED
|
@@ -73,6 +73,9 @@ export { useDropdownState } from "./dropdown/useDropdownState";
|
|
|
73
73
|
export { EmptyState } from "./emptyState/emptyState";
|
|
74
74
|
export { FavoriteButton } from "./favoriteButton/favoriteButton";
|
|
75
75
|
export { FeedbackProvider } from "./feedbackProvider/feedbackProvider";
|
|
76
|
+
export { TemplateDownloadSection } from "./fileUpload/components/templateDownloadSection";
|
|
77
|
+
export { UploadedFilesSection } from "./fileUpload/components/uploadedFilesSection";
|
|
78
|
+
export { FileUpload } from "./fileUpload/fileUpload";
|
|
76
79
|
export { FilterButton } from "./filterButton/filterButton";
|
|
77
80
|
export { FiltersChip } from "./filters/components/filtersChip";
|
|
78
81
|
export { FiltersDateInputDisplayName, FiltersDateInput } from "./filters/components/filtersDateInput";
|
|
@@ -669,9 +672,11 @@ export { IconZone } from "./icons/iconZone";
|
|
|
669
672
|
export { IconZoom } from "./icons/iconZoom";
|
|
670
673
|
export { IconZoom2 } from "./icons/iconZoom2";
|
|
671
674
|
export { ImageAdjustFilter } from "./images/imageAdjustFilter";
|
|
675
|
+
export { ImageCloudUpload } from "./images/imageCloudUpload";
|
|
672
676
|
export { ImageLooking } from "./images/imageLooking";
|
|
673
677
|
export { ImageNoMatchingAssets } from "./images/imageNoMatchingAssets";
|
|
674
678
|
export { ImageNothingFound } from "./images/imageNothingFound";
|
|
679
|
+
export { ImageTapToUpload } from "./images/imageTapToUpload";
|
|
675
680
|
export { Layout } from "./layout/layout";
|
|
676
681
|
export { useLayoutFullScreenElement, LayoutFullScreenElementProvider } from "./layout/layoutFullScreenElementProvider";
|
|
677
682
|
export { useLayoutFullScreen, LayoutFullScreenProvider } from "./layout/layoutFullScreenProvider";
|
|
@@ -16,7 +16,12 @@ export const InputAdornments = ({ id, value, className = "", disabled, isError,
|
|
|
16
16
|
className,
|
|
17
17
|
disabledClassName
|
|
18
18
|
]), [className, disabledClassName, driveComponentClass, endAdornment, mobileComponentClass, startAdornment]);
|
|
19
|
-
const wrapperClasses = useMemo(() => classNames([
|
|
19
|
+
const wrapperClasses = useMemo(() => classNames([
|
|
20
|
+
"zen-input-adornments__wrapper",
|
|
21
|
+
endAdornment ? "zen-input-adornments__wrapper--has-end" : "",
|
|
22
|
+
!value ? "zen-input-adornments__wrapper--empty" : "",
|
|
23
|
+
className
|
|
24
|
+
]), [className, endAdornment, value]);
|
|
20
25
|
return (_jsxs("div", { className: classes, children: [!!startAdornment && _jsx("div", { className: "zen-input-adornments__adornment zen-input-adornments__adornment--start", children: startAdornment }), _jsx("div", { className: wrapperClasses, children: _jsx(TextInputRaw, { name: name, onBlur: onBlur, ref: ref, id: id, value: value, maxLength: maxLength, isError: isError, placeholder: placeholder, onChange: onChange, onKeyDown: onKeyDown, onFocus: onFocus, disabled: disabled, type: inputType, autoFocus: autoFocus, ariaLabel: ariaLabel, ariaDescribedby: ariaDescribedby, role: role, ariaAutocomplete: ariaAutocomplete, ariaControls: ariaControls, ariaHaspopup: ariaHaspopup, ariaExpanded: ariaExpanded === undefined ? undefined : ariaExpanded === "true" || ariaExpanded === true, className: "zen-input-adornments__input zen-input-adornments__input--border-none" }) }), !!endAdornment && _jsx("div", { className: "zen-input-adornments__adornment zen-input-adornments__adornment--end", children: endAdornment })] }));
|
|
21
26
|
};
|
|
22
27
|
InputAdornments.displayName = "InputAdornments";
|
package/esm/layout/layout.js
CHANGED
|
@@ -168,7 +168,7 @@ const LayoutInner = ({ id, className, pageScrolling = true, children }) => {
|
|
|
168
168
|
const memoizedHeader = useMemo(() => header, [header]);
|
|
169
169
|
const memoizedBanners = useMemo(() => banners, [banners]);
|
|
170
170
|
const memoizedContent = useMemo(() => content, [content]);
|
|
171
|
-
const memoizedSummaryTileBar = useMemo(() =>
|
|
171
|
+
const memoizedSummaryTileBar = useMemo(() => summaryTileBar[0] ? (cloneElement(summaryTileBar[0], { ref: middleRef })) : (_jsx("div", { className: "zen-layout__middle-element", ref: middleRef })), [middleRef, summaryTileBar]);
|
|
172
172
|
const handleSetFullScreenElement = useCallback((dataId) => {
|
|
173
173
|
setFullScreenElement(dataId);
|
|
174
174
|
}, []);
|
|
@@ -9,5 +9,11 @@ export const LayoutContent = ({ className = "", children, internalPaddings = tru
|
|
|
9
9
|
const { outerContentHeight, isSetHeight } = useLayoutSize();
|
|
10
10
|
const { fullScreenElement } = useLayoutFullScreen();
|
|
11
11
|
const otherStyle = useMemo(() => (isSetHeight && outerContentHeight ? { style: { height: `${outerContentHeight}px` } } : {}), [isSetHeight, outerContentHeight]);
|
|
12
|
-
return (_jsx("div", Object.assign({ className: classNames([
|
|
12
|
+
return (_jsx("div", Object.assign({ className: classNames([
|
|
13
|
+
"zen-layout__content",
|
|
14
|
+
fullScreenElement ? "zen-layout__content--full-screen" : "",
|
|
15
|
+
internalPaddings ? "zen-layout__content--internal-paddings" : "",
|
|
16
|
+
isMobile ? "zen-layout__content--mobile" : "",
|
|
17
|
+
className
|
|
18
|
+
]) }, otherStyle, { children: children })));
|
|
13
19
|
};
|
|
@@ -6,8 +6,11 @@ import { LayoutFullScreenElementProvider } from "./layoutFullScreenElementProvid
|
|
|
6
6
|
export const LayoutFullScreen = ({ className = "", children }) => {
|
|
7
7
|
const dataId = useId();
|
|
8
8
|
const { setFullScreenElement, fullScreenElement } = useLayoutFullScreen();
|
|
9
|
-
const fullScreenElContent = useMemo(() => _jsx("div", { className: classNames([
|
|
10
|
-
|
|
9
|
+
const fullScreenElContent = useMemo(() => (_jsx("div", { className: classNames([
|
|
10
|
+
"zen-layout__full-screen-element",
|
|
11
|
+
fullScreenElement === dataId ? "zen-layout__full-screen-element--visible" : "",
|
|
12
|
+
className
|
|
13
|
+
]), "data-id": dataId, children: children })), [children, className, dataId, fullScreenElement]);
|
|
11
14
|
const handleSetFullScreenElement = useCallback((val) => {
|
|
12
15
|
setFullScreenElement(val);
|
|
13
16
|
}, [setFullScreenElement]);
|
|
@@ -8,4 +8,4 @@ export const useLayoutFullScreenElement = () => {
|
|
|
8
8
|
const { elementId, setFullScreenElement } = useContext(layoutFullScreenElementContext);
|
|
9
9
|
return { elementId, setFullScreenElement };
|
|
10
10
|
};
|
|
11
|
-
export const LayoutFullScreenElementProvider = ({ elementId, setFullScreenElement, children }) => _jsx(layoutFullScreenElementContext.Provider, { value: { elementId: elementId, setFullScreenElement: setFullScreenElement }, children: children });
|
|
11
|
+
export const LayoutFullScreenElementProvider = ({ elementId, setFullScreenElement, children }) => (_jsx(layoutFullScreenElementContext.Provider, { value: { elementId: elementId, setFullScreenElement: setFullScreenElement }, children: children }));
|
|
@@ -9,4 +9,4 @@ export const useLayoutFullScreen = () => {
|
|
|
9
9
|
const { isFullScreen, setFullScreenElement, fullScreenElement } = useContext(layoutFullScreenContext);
|
|
10
10
|
return { isFullScreen, setFullScreenElement, fullScreenElement };
|
|
11
11
|
};
|
|
12
|
-
export const LayoutFullScreenProvider = ({ isFullScreen = () => false, setFullScreenElement = () => { }, fullScreenElement = undefined, children }) => _jsx(layoutFullScreenContext.Provider, { value: { isFullScreen: isFullScreen, setFullScreenElement: setFullScreenElement, fullScreenElement: fullScreenElement }, children: children });
|
|
12
|
+
export const LayoutFullScreenProvider = ({ isFullScreen = () => false, setFullScreenElement = () => { }, fullScreenElement = undefined, children }) => (_jsx(layoutFullScreenContext.Provider, { value: { isFullScreen: isFullScreen, setFullScreenElement: setFullScreenElement, fullScreenElement: fullScreenElement }, children: children }));
|
|
@@ -6,7 +6,7 @@ import { SummaryTileDisplayName } from "../summaryTile/summaryTile";
|
|
|
6
6
|
import { SummaryTileBar } from "../summaryTileBar/summaryTileBar";
|
|
7
7
|
import React from "react";
|
|
8
8
|
export const LayoutSummaryTiles = ({ className = "", children, ref }) => {
|
|
9
|
-
const childrenArray = useMemo(() => getArrayOfChildren(children).filter(
|
|
10
|
-
const isEachChildrenSummaryTile = childrenArray.every(
|
|
11
|
-
return (_jsx("div", { ref: ref, className: classNames(["zen-layout__summary-tiles", !isEachChildrenSummaryTile ? "zen-layout__summary-tiles--custom" : "", className]), children: childrenArray.length && isEachChildrenSummaryTile ? _jsx(SummaryTileBar, { children: childrenArray }) : children }));
|
|
9
|
+
const childrenArray = useMemo(() => getArrayOfChildren(children).filter(child => child !== null && child !== undefined && React.isValidElement(child)), [children]);
|
|
10
|
+
const isEachChildrenSummaryTile = childrenArray.every(child => isNamedChildComponent(child, SummaryTileDisplayName));
|
|
11
|
+
return (_jsx("div", { ref: ref, className: classNames(["zen-layout__summary-tiles", !isEachChildrenSummaryTile ? "zen-layout__summary-tiles--custom" : "", className]), children: childrenArray.length && isEachChildrenSummaryTile ? (_jsx(SummaryTileBar, { children: childrenArray })) : (children) }));
|
|
12
12
|
};
|
|
@@ -74,7 +74,7 @@ export const LineChart = (_a) => {
|
|
|
74
74
|
var { data, options = {}, plugins, className } = _a, rest = __rest(_a, ["data", "options", "plugins", "className"]);
|
|
75
75
|
const isDrive = useDrive();
|
|
76
76
|
const isMobile = useMobile();
|
|
77
|
-
const memoizedFontSize = useMemo(() => isDrive ? (isMobile ? 14 : 16) : 12, [isDrive, isMobile]);
|
|
77
|
+
const memoizedFontSize = useMemo(() => (isDrive ? (isMobile ? 14 : 16) : 12), [isDrive, isMobile]);
|
|
78
78
|
const { dark } = useContext(themeContext);
|
|
79
79
|
useEffect(() => {
|
|
80
80
|
ChartJS.defaults.font = {
|
|
@@ -30,10 +30,10 @@ export const htmlLegendPlugin = () => ({
|
|
|
30
30
|
afterUpdate(chart, _args, options) {
|
|
31
31
|
var _a, _b, _c;
|
|
32
32
|
const uls = {
|
|
33
|
-
|
|
33
|
+
default: getOrCreateLegendList(options.containerID, this.isDrive)
|
|
34
34
|
};
|
|
35
35
|
const renderers = {
|
|
36
|
-
|
|
36
|
+
default: options.renderer || (item => item.text)
|
|
37
37
|
};
|
|
38
38
|
(options.containers || []).forEach(container => {
|
|
39
39
|
const ul = getOrCreateLegendList(container.containerID, this.isDrive);
|
|
@@ -60,7 +60,7 @@ export const LineChartMini = (_a) => {
|
|
|
60
60
|
var { data, options = {} } = _a, rest = __rest(_a, ["data", "options"]);
|
|
61
61
|
const isDrive = useDrive();
|
|
62
62
|
const isMobile = useMobile();
|
|
63
|
-
const memoizedFontSize = useMemo(() => isDrive ? (isMobile ? 14 : 16) : 12, [isDrive, isMobile]);
|
|
63
|
+
const memoizedFontSize = useMemo(() => (isDrive ? (isMobile ? 14 : 16) : 12), [isDrive, isMobile]);
|
|
64
64
|
const { dark } = useContext(themeContext);
|
|
65
65
|
useEffect(() => {
|
|
66
66
|
ChartJS.defaults.font = {
|
|
@@ -79,5 +79,5 @@ export const LineChartMini = (_a) => {
|
|
|
79
79
|
adaptedData.labels = newLabels;
|
|
80
80
|
}
|
|
81
81
|
adaptedData.datasets = adaptedData.datasets.map((ds, i) => getDefaultDatasetStyle(ds, i, true));
|
|
82
|
-
return _jsxs(_Fragment, { children: [_jsx(Line, Object.assign({ options: adaptedOptions, data: adaptedData, "aria-hidden": true }, rest)), _jsx(AccessibleChart, { type: "line-mini", data: adaptedData })] });
|
|
82
|
+
return (_jsxs(_Fragment, { children: [_jsx(Line, Object.assign({ options: adaptedOptions, data: adaptedData, "aria-hidden": true }, rest)), _jsx(AccessibleChart, { type: "line-mini", data: adaptedData })] }));
|
|
83
83
|
};
|
|
@@ -127,8 +127,8 @@ export const useDragAndDrop = (containerRef, onChangeOrder, marksClassNames, onB
|
|
|
127
127
|
(_a = zen.document) === null || _a === void 0 ? void 0 : _a.body.appendChild(div);
|
|
128
128
|
dragImageRef.current = div;
|
|
129
129
|
div.style.position = "absolute";
|
|
130
|
-
div.style.left =
|
|
131
|
-
div.style.top =
|
|
130
|
+
div.style.left = e.clientX - offset.x + "px";
|
|
131
|
+
div.style.top = e.clientY - offset.y + "px";
|
|
132
132
|
div.style.width = listItemElement.offsetWidth + "px";
|
|
133
133
|
div.style.height = listItemElement.offsetHeight + "px";
|
|
134
134
|
let isDragStarted = false;
|
|
@@ -144,8 +144,8 @@ export const useDragAndDrop = (containerRef, onChangeOrder, marksClassNames, onB
|
|
|
144
144
|
moveScroll((scrollableParent || containerRef.current), dragImageRef.current, () => setPlaceholder(dragImageRef.current));
|
|
145
145
|
}
|
|
146
146
|
const pageScroll = zen.window ? zen.window.scrollY : 0;
|
|
147
|
-
dragImageRef.current.style.left =
|
|
148
|
-
dragImageRef.current.style.top =
|
|
147
|
+
dragImageRef.current.style.left = moveEvent.clientX - offset.x + "px";
|
|
148
|
+
dragImageRef.current.style.top = pageScroll + moveEvent.clientY - offset.y + "px";
|
|
149
149
|
setPlaceholder(dragImageRef.current);
|
|
150
150
|
moveEvent.preventDefault();
|
|
151
151
|
}
|
|
@@ -178,6 +178,17 @@ export const useDragAndDrop = (containerRef, onChangeOrder, marksClassNames, onB
|
|
|
178
178
|
(_c = zen.document) === null || _c === void 0 ? void 0 : _c.body.addEventListener("pointerup", onDragEnd, false);
|
|
179
179
|
(_d = zen.document) === null || _d === void 0 ? void 0 : _d.body.addEventListener("pointercancel", onDragEnd, false);
|
|
180
180
|
(_e = zen.document) === null || _e === void 0 ? void 0 : _e.addEventListener("mouseleave", onDragEnd);
|
|
181
|
-
}, [
|
|
181
|
+
}, [
|
|
182
|
+
cancelMoveScroll,
|
|
183
|
+
containerRef,
|
|
184
|
+
moveScroll,
|
|
185
|
+
onChangeOrder,
|
|
186
|
+
removePlaceholders,
|
|
187
|
+
setPlaceholder,
|
|
188
|
+
cssMarks.general,
|
|
189
|
+
cssMarks.placeholder,
|
|
190
|
+
cssMarks.dragging,
|
|
191
|
+
cssMarks.dragged
|
|
192
|
+
]);
|
|
182
193
|
return { onDragStart };
|
|
183
194
|
};
|
|
@@ -59,13 +59,15 @@ export const useVirtualScroll = (ref, children) => {
|
|
|
59
59
|
var _a;
|
|
60
60
|
return (_a = zen.requestAnimationFrame) === null || _a === void 0 ? void 0 : _a.call(zen, () => {
|
|
61
61
|
const visible = getVisibleRows();
|
|
62
|
-
const newVisibleRows = visible
|
|
62
|
+
const newVisibleRows = visible
|
|
63
|
+
.filter(row => {
|
|
63
64
|
const id = row.dataset.listItemId;
|
|
64
65
|
if (id === undefined) {
|
|
65
66
|
return false;
|
|
66
67
|
}
|
|
67
68
|
return true;
|
|
68
|
-
})
|
|
69
|
+
})
|
|
70
|
+
.map(row => row.dataset.listItemId);
|
|
69
71
|
const hasNewRows = newVisibleRows.some(id => !visibleRows.has(id));
|
|
70
72
|
if (hasNewRows) {
|
|
71
73
|
const newRowsSet = new Set(newVisibleRows);
|
|
@@ -16,5 +16,5 @@ export const ItemCompact = ({ className, iconLeft, iconLeftType, name, link, ico
|
|
|
16
16
|
}
|
|
17
17
|
return icon;
|
|
18
18
|
}, [iconSize]);
|
|
19
|
-
return _jsxs("li", { className: classNames(["zen-list-item-compact", listClassName || "", className || ""]), children: [iconLeft ? _jsx("div", { className: "zen-list-item-compact__left-icon", children: renderIcon(iconLeft, iconLeftType) }) : null, name ? _jsx("div", { className: "zen-list-item-compact__name", children: link ? _jsx("a", { href: link, target: target, className: "zen-link zen-link--light zen-link--inline", children: name }) : name }) : null, iconRight ? _jsx("div", { className: "zen-list-item-compact__right-icon", children: renderIcon(iconRight, iconRightType) }) : null, status ? _jsx("div", { className: "zen-list-item-compact__status", children: status }) : null, data ? _jsx("div", { className: "zen-list-item-compact__data", children: data }) : null] });
|
|
19
|
+
return (_jsxs("li", { className: classNames(["zen-list-item-compact", listClassName || "", className || ""]), children: [iconLeft ? _jsx("div", { className: "zen-list-item-compact__left-icon", children: renderIcon(iconLeft, iconLeftType) }) : null, name ? (_jsx("div", { className: "zen-list-item-compact__name", children: link ? (_jsx("a", { href: link, target: target, className: "zen-link zen-link--light zen-link--inline", children: name })) : (name) })) : null, iconRight ? _jsx("div", { className: "zen-list-item-compact__right-icon", children: renderIcon(iconRight, iconRightType) }) : null, status ? _jsx("div", { className: "zen-list-item-compact__status", children: status }) : null, data ? _jsx("div", { className: "zen-list-item-compact__data", children: data }) : null] }));
|
|
20
20
|
};
|