@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
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconPinLocation2 = ({ 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": "IconPinLocation2", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.502 3.002a1 1 0 011.002.004l6 3.5a1 1 0 010 1.727L13 11.444v6.426a1 1 0 11-2 0v-6.981V3.87a1 1 0 01.502-.868zM13 9.13l3.015-1.76L13 5.612v3.518zm-4.018 5.915a1 1 0 01-.792 1.171c-1.412.273-2.535.682-3.278 1.138-.784.482-.912.86-.912 1.017 0 .108.053.321.384.626.332.305.868.626 1.614.917 1.487.578 3.608.957 6.002.957 2.393 0 4.515-.38 6.002-.957.746-.29 1.282-.612 1.614-.917.331-.305.384-.517.384-.626 0-.156-.128-.535-.912-1.017-.743-.456-1.866-.865-3.278-1.138a1 1 0 01.38-1.963c1.552.3 2.928.772 3.945 1.397.975.6 1.865 1.502 1.865 2.72 0 .858-.45 1.566-1.03 2.1-.58.531-1.361.964-2.244 1.307-1.77.69-4.149 1.094-6.726 1.094s-4.956-.405-6.726-1.094C4.39 21.433 3.609 21 3.03 20.468 2.45 19.935 2 19.228 2 18.37c0-1.219.89-2.122 1.865-2.72 1.017-.626 2.393-1.098 3.945-1.398a1 1 0 011.172.792z" })] });
|
|
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": "IconPinLocation2", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.502 3.002a1 1 0 011.002.004l6 3.5a1 1 0 010 1.727L13 11.444v6.426a1 1 0 11-2 0v-6.981V3.87a1 1 0 01.502-.868zM13 9.13l3.015-1.76L13 5.612v3.518zm-4.018 5.915a1 1 0 01-.792 1.171c-1.412.273-2.535.682-3.278 1.138-.784.482-.912.86-.912 1.017 0 .108.053.321.384.626.332.305.868.626 1.614.917 1.487.578 3.608.957 6.002.957 2.393 0 4.515-.38 6.002-.957.746-.29 1.282-.612 1.614-.917.331-.305.384-.517.384-.626 0-.156-.128-.535-.912-1.017-.743-.456-1.866-.865-3.278-1.138a1 1 0 01.38-1.963c1.552.3 2.928.772 3.945 1.397.975.6 1.865 1.502 1.865 2.72 0 .858-.45 1.566-1.03 2.1-.58.531-1.361.964-2.244 1.307-1.77.69-4.149 1.094-6.726 1.094s-4.956-.405-6.726-1.094C4.39 21.433 3.609 21 3.03 20.468 2.45 19.935 2 19.228 2 18.37c0-1.219.89-2.122 1.865-2.72 1.017-.626 2.393-1.098 3.945-1.398a1 1 0 011.172.792z" })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconPinLocation3 = ({ 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": "IconPinLocation3", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.414 5.455a2 2 0 10-1.416 3.415H12m0 0a2 2 0 001.414-3.414M13 10.742a4 4 0 10-2 0v7.127a1 1 0 102 0v-7.127zm-4.018 4.3a1 1 0 01-.792 1.172c-1.412.273-2.535.682-3.278 1.138-.784.482-.912.86-.912 1.017 0 .108.053.321.384.626.332.305.868.626 1.614.917 1.487.578 3.608.957 6.002.957 2.393 0 4.515-.38 6.002-.957.746-.29 1.282-.612 1.614-.917.331-.305.384-.517.384-.626 0-.156-.128-.535-.912-1.017-.743-.456-1.866-.865-3.278-1.138a1 1 0 01.38-1.963c1.552.3 2.928.772 3.945 1.397.975.6 1.865 1.502 1.865 2.72 0 .858-.45 1.566-1.03 2.1-.58.531-1.361.964-2.244 1.307-1.77.69-4.149 1.094-6.726 1.094s-4.956-.405-6.726-1.094C4.39 21.433 3.609 21 3.03 20.468 2.45 19.935 2 19.228 2 18.37c0-1.219.89-2.122 1.865-2.72 1.017-.626 2.393-1.098 3.945-1.398a1 1 0 011.172.792z" })] });
|
|
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": "IconPinLocation3", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.414 5.455a2 2 0 10-1.416 3.415H12m0 0a2 2 0 001.414-3.414M13 10.742a4 4 0 10-2 0v7.127a1 1 0 102 0v-7.127zm-4.018 4.3a1 1 0 01-.792 1.172c-1.412.273-2.535.682-3.278 1.138-.784.482-.912.86-.912 1.017 0 .108.053.321.384.626.332.305.868.626 1.614.917 1.487.578 3.608.957 6.002.957 2.393 0 4.515-.38 6.002-.957.746-.29 1.282-.612 1.614-.917.331-.305.384-.517.384-.626 0-.156-.128-.535-.912-1.017-.743-.456-1.866-.865-3.278-1.138a1 1 0 01.38-1.963c1.552.3 2.928.772 3.945 1.397.975.6 1.865 1.502 1.865 2.72 0 .858-.45 1.566-1.03 2.1-.58.531-1.361.964-2.244 1.307-1.77.69-4.149 1.094-6.726 1.094s-4.956-.405-6.726-1.094C4.39 21.433 3.609 21 3.03 20.468 2.45 19.935 2 19.228 2 18.37c0-1.219.89-2.122 1.865-2.72 1.017-.626 2.393-1.098 3.945-1.398a1 1 0 011.172.792z" })] }));
|
|
12
8
|
};
|
package/esm/icons/iconPlay.js
CHANGED
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconPlay = ({ 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 24", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconPlay", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", d: "M5.543 3.128a1.02 1.02 0 0 1 1.06.044l11.927 7.941c.293.196.47.53.47.887 0 .358-.177.691-.47.887L6.603 20.828c-.32.212-.726.23-1.06.044a1.06 1.06 0 0 1-.544-.93V4.058c0-.389.208-.746.543-.931m1.531 2.885v11.973L16.064 12z", clipRule: "evenodd" })] });
|
|
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 24", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconPlay", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", d: "M5.543 3.128a1.02 1.02 0 0 1 1.06.044l11.927 7.941c.293.196.47.53.47.887 0 .358-.177.691-.47.887L6.603 20.828c-.32.212-.726.23-1.06.044a1.06 1.06 0 0 1-.544-.93V4.058c0-.389.208-.746.543-.931m1.531 2.885v11.973L16.064 12z", clipRule: "evenodd" })] }));
|
|
12
8
|
};
|
package/esm/icons/iconPlus.js
CHANGED
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconPlus = ({ 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 24", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconPlus", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3a1 1 0 011 1v7h7a1 1 0 110 2h-7v7a1 1 0 11-2 0v-7H4a1 1 0 110-2h7V4a1 1 0 011-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 24", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconPlus", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3a1 1 0 011 1v7h7a1 1 0 110 2h-7v7a1 1 0 11-2 0v-7H4a1 1 0 110-2h7V4a1 1 0 011-1z" })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconPlusCircle = ({ 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": "IconPlusCircle", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4.87a8 8 0 100 16 8 8 0 000-16zm-10 8c0-5.523 4.477-10 10-10s10 4.477 10 10c0 5.522-4.477 10-10 10s-10-4.478-10-10zm10-5a1 1 0 011 1v3h3a1 1 0 110 2h-3v3a1 1 0 11-2 0v-3H8a1 1 0 010-2h3v-3a1 1 0 011-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": "IconPlusCircle", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4.87a8 8 0 100 16 8 8 0 000-16zm-10 8c0-5.523 4.477-10 10-10s10 4.477 10 10c0 5.522-4.477 10-10 10s-10-4.478-10-10zm10-5a1 1 0 011 1v3h3a1 1 0 110 2h-3v3a1 1 0 11-2 0v-3H8a1 1 0 010-2h3v-3a1 1 0 011-1z" })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconPlusFile = ({ 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": "IconPlusFile", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 3.87a1 1 0 011-1h14a1 1 0 011 1v8a1 1 0 11-2 0v-7H6v16h5a1 1 0 110 2H5a1 1 0 01-1-1v-18zm14 11a1 1 0 011 1v2h2a1 1 0 110 2h-2v2a1 1 0 11-2 0v-2h-2a1 1 0 110-2h2v-2a1 1 0 011-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": "IconPlusFile", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 3.87a1 1 0 011-1h14a1 1 0 011 1v8a1 1 0 11-2 0v-7H6v16h5a1 1 0 110 2H5a1 1 0 01-1-1v-18zm14 11a1 1 0 011 1v2h2a1 1 0 110 2h-2v2a1 1 0 11-2 0v-2h-2a1 1 0 110-2h2v-2a1 1 0 011-1z" })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconPlusLines = ({ 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": "IconPlusLines", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 3.87a1 1 0 011-1h14a1 1 0 011 1v8a1 1 0 11-2 0v-7H6v16h5a1 1 0 110 2H5a1 1 0 01-1-1v-18zm4 4a1 1 0 011-1h6a1 1 0 110 2H9a1 1 0 01-1-1zm0 4a1 1 0 011-1h2a1 1 0 110 2H9a1 1 0 01-1-1zm10 3a1 1 0 011 1v2h2a1 1 0 110 2h-2v2a1 1 0 11-2 0v-2h-2a1 1 0 110-2h2v-2a1 1 0 011-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": "IconPlusLines", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 3.87a1 1 0 011-1h14a1 1 0 011 1v8a1 1 0 11-2 0v-7H6v16h5a1 1 0 110 2H5a1 1 0 01-1-1v-18zm4 4a1 1 0 011-1h6a1 1 0 110 2H9a1 1 0 01-1-1zm0 4a1 1 0 011-1h2a1 1 0 110 2H9a1 1 0 01-1-1zm10 3a1 1 0 011 1v2h2a1 1 0 110 2h-2v2a1 1 0 11-2 0v-2h-2a1 1 0 110-2h2v-2a1 1 0 011-1z" })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconPlusSquare = ({ 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": "IconPlusSquare", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 4.87a1 1 0 011-1h16a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1v-16zm2 1v14h14v-14H5zm7 3a1 1 0 011 1v2h2a1 1 0 010 2h-2v2a1 1 0 11-2 0v-2H9a1 1 0 110-2h2v-2a1 1 0 011-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": "IconPlusSquare", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 4.87a1 1 0 011-1h16a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1v-16zm2 1v14h14v-14H5zm7 3a1 1 0 011 1v2h2a1 1 0 010 2h-2v2a1 1 0 11-2 0v-2H9a1 1 0 110-2h2v-2a1 1 0 011-1z" })] }));
|
|
12
8
|
};
|
package/esm/icons/iconPound.js
CHANGED
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconPound = ({ 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": "IconPound", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4.87a8 8 0 100 16 8 8 0 000-16zm-10 8c0-5.523 4.477-10 10-10s10 4.477 10 10c0 5.522-4.477 10-10 10s-10-4.478-10-10zm10.5-4a1.5 1.5 0 00-1.5 1.5c0 .345.097.661.251.998.075.163.156.316.248.49l.006.012H14a1 1 0 110 2h-2.134l-1.143 2H14a1 1 0 110 2H9a1 1 0 01-.868-1.497l1.43-2.503H9a1 1 0 110-2h.293A4.125 4.125 0 019 10.37a3.5 3.5 0 015.946-2.504 1 1 0 11-1.398 1.43A1.492 1.492 0 0012.5 8.87z" })] });
|
|
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": "IconPound", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4.87a8 8 0 100 16 8 8 0 000-16zm-10 8c0-5.523 4.477-10 10-10s10 4.477 10 10c0 5.522-4.477 10-10 10s-10-4.478-10-10zm10.5-4a1.5 1.5 0 00-1.5 1.5c0 .345.097.661.251.998.075.163.156.316.248.49l.006.012H14a1 1 0 110 2h-2.134l-1.143 2H14a1 1 0 110 2H9a1 1 0 01-.868-1.497l1.43-2.503H9a1 1 0 110-2h.293A4.125 4.125 0 019 10.37a3.5 3.5 0 015.946-2.504 1 1 0 11-1.398 1.43A1.492 1.492 0 0012.5 8.87z" })] }));
|
|
12
8
|
};
|
package/esm/icons/iconPrinter.js
CHANGED
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconPrinter = ({ 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": "IconPrinter", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 3.87a1 1 0 011-1h10a1 1 0 011 1v3h3a1 1 0 011 1v10a1 1 0 01-1 1h-3v3a1 1 0 01-1 1H7a1 1 0 01-1-1v-3H3a1 1 0 01-1-1v-10a1 1 0 011-1h3v-3zm2 3h8v-2H8v2zm-4 2v8h2v-2a1 1 0 011-1h10a1 1 0 011 1v2h2v-8H4zm4 7v5h8v-5H8zm-2-4a1 1 0 011-1h2a1 1 0 110 2H7a1 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": "IconPrinter", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 3.87a1 1 0 011-1h10a1 1 0 011 1v3h3a1 1 0 011 1v10a1 1 0 01-1 1h-3v3a1 1 0 01-1 1H7a1 1 0 01-1-1v-3H3a1 1 0 01-1-1v-10a1 1 0 011-1h3v-3zm2 3h8v-2H8v2zm-4 2v8h2v-2a1 1 0 011-1h10a1 1 0 011 1v2h2v-8H4zm4 7v5h8v-5H8zm-2-4a1 1 0 011-1h2a1 1 0 110 2H7a1 1 0 01-1-1z" })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconProcessor = ({ 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": "IconProcessor", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.866a1 1 0 011 1V4.87h2V3.866a1 1 0 112 0V4.87h2v-1a1 1 0 112 0v1h2a1 1 0 011 1v2h1a1 1 0 110 2h-1v2h1a1 1 0 110 2h-1v2h1a1 1 0 110 2h-1v2a1 1 0 01-1 1h-2v1a1 1 0 11-2 0v-1h-2v1a1 1 0 11-2 0v-1H9v1a1 1 0 11-2 0v-1H5a1 1 0 01-1-1v-2H3a1 1 0 110-2h1v-2H3a1 1 0 110-2h1v-2H3a1 1 0 010-2h1v-2a1 1 0 011-1h2V3.866a1 1 0 011-1zM6 6.87v12h12v-12H6zm6 3.999a2.001 2.001 0 100 4.002 2.001 2.001 0 000-4.002zm-4.001 2a4.001 4.001 0 118.002 0 4.001 4.001 0 01-8.002 0z" })] });
|
|
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": "IconProcessor", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.866a1 1 0 011 1V4.87h2V3.866a1 1 0 112 0V4.87h2v-1a1 1 0 112 0v1h2a1 1 0 011 1v2h1a1 1 0 110 2h-1v2h1a1 1 0 110 2h-1v2h1a1 1 0 110 2h-1v2a1 1 0 01-1 1h-2v1a1 1 0 11-2 0v-1h-2v1a1 1 0 11-2 0v-1H9v1a1 1 0 11-2 0v-1H5a1 1 0 01-1-1v-2H3a1 1 0 110-2h1v-2H3a1 1 0 110-2h1v-2H3a1 1 0 010-2h1v-2a1 1 0 011-1h2V3.866a1 1 0 011-1zM6 6.87v12h12v-12H6zm6 3.999a2.001 2.001 0 100 4.002 2.001 2.001 0 000-4.002zm-4.001 2a4.001 4.001 0 118.002 0 4.001 4.001 0 01-8.002 0z" })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconPullRequest = ({ 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": "IconPullRequest", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.5 4.87a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM3 6.37a3.5 3.5 0 114.5 3.355v6.29a3.501 3.501 0 01-1 6.855 3.5 3.5 0 01-1-6.855v-6.29A3.502 3.502 0 013 6.37zm12.207-3.207a1 1 0 010 1.414l-.793.793H17.5a1 1 0 011 1v9.645a3.501 3.501 0 01-1 6.855 3.5 3.5 0 01-1-6.855V7.37h-2.086l.793.793a1 1 0 01-1.414 1.414l-2.5-2.5a1 1 0 010-1.414l2.5-2.5a1 1 0 011.414 0zM6.5 17.87a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm11 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z" })] });
|
|
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": "IconPullRequest", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.5 4.87a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM3 6.37a3.5 3.5 0 114.5 3.355v6.29a3.501 3.501 0 01-1 6.855 3.5 3.5 0 01-1-6.855v-6.29A3.502 3.502 0 013 6.37zm12.207-3.207a1 1 0 010 1.414l-.793.793H17.5a1 1 0 011 1v9.645a3.501 3.501 0 01-1 6.855 3.5 3.5 0 01-1-6.855V7.37h-2.086l.793.793a1 1 0 01-1.414 1.414l-2.5-2.5a1 1 0 010-1.414l2.5-2.5a1 1 0 011.414 0zM6.5 17.87a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm11 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z" })] }));
|
|
12
8
|
};
|
package/esm/icons/iconPuzzle.js
CHANGED
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconPuzzle = ({ 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 24", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconPuzzle", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 3a2 2 0 00-2 2v2H5v2.031a4 4 0 010 7.938V19h2.031a4 4 0 017.938 0H17v-4h2a2 2 0 100-4h-2V7h-4V5a2 2 0 00-2-2zM7 5a4 4 0 118 0h3a1 1 0 011 1v3a4 4 0 010 8v3a1 1 0 01-1 1h-4a1 1 0 01-1-1v-.5a2 2 0 10-4 0v.5a1 1 0 01-1 1H4a1 1 0 01-1-1v-4a1 1 0 011-1h.5a2 2 0 100-4H4a1 1 0 01-1-1V6a1 1 0 011-1h3z" })] });
|
|
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 24", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconPuzzle", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 3a2 2 0 00-2 2v2H5v2.031a4 4 0 010 7.938V19h2.031a4 4 0 017.938 0H17v-4h2a2 2 0 100-4h-2V7h-4V5a2 2 0 00-2-2zM7 5a4 4 0 118 0h3a1 1 0 011 1v3a4 4 0 010 8v3a1 1 0 01-1 1h-4a1 1 0 01-1-1v-.5a2 2 0 10-4 0v.5a1 1 0 01-1 1H4a1 1 0 01-1-1v-4a1 1 0 011-1h.5a2 2 0 100-4H4a1 1 0 01-1-1V6a1 1 0 011-1h3z" })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconQuestion = ({ 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 24", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconQuestion", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4a8 8 0 100 16 8 8 0 000-16zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm11.06-3.56A1.5 1.5 0 0010.5 9.5a1 1 0 11-2 0 3.5 3.5 0 115.974 2.475c-.432.432-.922.743-1.474.903V14.5a1 1 0 11-2 0V12a1 1 0 011.045-.999c.36.016.67-.095 1.016-.44a1.5 1.5 0 000-2.122zM12 15.99a1 1 0 011 1V17a1 1 0 11-2 0v-.01a1 1 0 011-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 24", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconQuestion", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4a8 8 0 100 16 8 8 0 000-16zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm11.06-3.56A1.5 1.5 0 0010.5 9.5a1 1 0 11-2 0 3.5 3.5 0 115.974 2.475c-.432.432-.922.743-1.474.903V14.5a1 1 0 11-2 0V12a1 1 0 011.045-.999c.36.016.67-.095 1.016-.44a1.5 1.5 0 000-2.122zM12 15.99a1 1 0 011 1V17a1 1 0 11-2 0v-.01a1 1 0 011-1z" })] }));
|
|
12
8
|
};
|
package/esm/icons/iconRadar.js
CHANGED
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconRadar = ({ 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": "IconRadar", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.059 6.578a8 8 0 109.883 0l-1.04 1.733a6 6 0 11-7.803 0l-1.04-1.733zm1.714-1.03l3.193 5.322a1.873 1.873 0 01.068 0l3.193-5.323A7.972 7.972 0 0012 4.87c-1.148 0-2.24.242-3.227.677zm1.478 6.35a2 2 0 103.498 0l1.101-1.835a4 4 0 11-5.7 0l1.101 1.836zM2 12.87c0-5.523 4.477-10 10-10s10 4.477 10 10c0 5.522-4.477 10-10 10s-10-4.478-10-10z" })] });
|
|
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": "IconRadar", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.059 6.578a8 8 0 109.883 0l-1.04 1.733a6 6 0 11-7.803 0l-1.04-1.733zm1.714-1.03l3.193 5.322a1.873 1.873 0 01.068 0l3.193-5.323A7.972 7.972 0 0012 4.87c-1.148 0-2.24.242-3.227.677zm1.478 6.35a2 2 0 103.498 0l1.101-1.835a4 4 0 11-5.7 0l1.101 1.836zM2 12.87c0-5.523 4.477-10 10-10s10 4.477 10 10c0 5.522-4.477 10-10 10s-10-4.478-10-10z" })] }));
|
|
12
8
|
};
|
package/esm/icons/iconReceipt.js
CHANGED
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconReceipt = ({ 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": "IconReceipt", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 3.87a1 1 0 011-1h14a1 1 0 011 1v17.25a1 1 0 01-1.496.868L15.5 20.27l-3.004 1.717a1 1 0 01-.992 0L8.5 20.27l-3.004 1.717A1 1 0 014 21.12V3.87zm2 1v14.526l2.004-1.145a1 1 0 01.992 0L12 19.968l3.004-1.717a1 1 0 01.992 0L18 19.396V4.87H6zm8.457 2.843a1 1 0 010 1.414l-2.45 2.45a1 1 0 01-1.414 0l-1.05-1.05a1 1 0 111.414-1.414l.343.342 1.743-1.742a1 1 0 011.414 0zM9 14.87a1 1 0 011-1h4a1 1 0 110 2h-4a1 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": "IconReceipt", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 3.87a1 1 0 011-1h14a1 1 0 011 1v17.25a1 1 0 01-1.496.868L15.5 20.27l-3.004 1.717a1 1 0 01-.992 0L8.5 20.27l-3.004 1.717A1 1 0 014 21.12V3.87zm2 1v14.526l2.004-1.145a1 1 0 01.992 0L12 19.968l3.004-1.717a1 1 0 01.992 0L18 19.396V4.87H6zm8.457 2.843a1 1 0 010 1.414l-2.45 2.45a1 1 0 01-1.414 0l-1.05-1.05a1 1 0 111.414-1.414l.343.342 1.743-1.742a1 1 0 011.414 0zM9 14.87a1 1 0 011-1h4a1 1 0 110 2h-4a1 1 0 01-1-1z" })] }));
|
|
12
8
|
};
|
package/esm/icons/iconRecord.js
CHANGED
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconRecord = ({ 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": "IconRecord", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4.87a8 8 0 100 16 8 8 0 000-16zm-10 8c0-5.523 4.477-10 10-10s10 4.477 10 10c0 5.522-4.477 10-10 10s-10-4.478-10-10zm7.207-.707A1 1 0 108.5 13.87m2.83 0a3 3 0 10-5.659-2 3 3 0 005.658 2zm1.34 0a3 3 0 115.659-1.999 3 3 0 01-5.658 1.999zm2.827 0a1 1 0 11.005 0m-2.831 0h2.826-2.826zm0 0h-1.342 1.342zm-4.166 2h6.99-6.99z" })] });
|
|
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": "IconRecord", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4.87a8 8 0 100 16 8 8 0 000-16zm-10 8c0-5.523 4.477-10 10-10s10 4.477 10 10c0 5.522-4.477 10-10 10s-10-4.478-10-10zm7.207-.707A1 1 0 108.5 13.87m2.83 0a3 3 0 10-5.659-2 3 3 0 005.658 2zm1.34 0a3 3 0 115.659-1.999 3 3 0 01-5.658 1.999zm2.827 0a1 1 0 11.005 0m-2.831 0h2.826-2.826zm0 0h-1.342 1.342zm-4.166 2h6.99-6.99z" })] }));
|
|
12
8
|
};
|
package/esm/icons/iconRedo.js
CHANGED
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconRedo = ({ 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": "IconRedo", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.707 20.577a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.415l4-4a1 1 0 011.414 1.415L5.414 14.87H20v-7h-8a1 1 0 110-2h9a1 1 0 011 1v9a1 1 0 01-1 1H5.414l2.293 2.293a1 1 0 010 1.414z" })] });
|
|
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": "IconRedo", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.707 20.577a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.415l4-4a1 1 0 011.414 1.415L5.414 14.87H20v-7h-8a1 1 0 110-2h9a1 1 0 011 1v9a1 1 0 01-1 1H5.414l2.293 2.293a1 1 0 010 1.414z" })] }));
|
|
12
8
|
};
|
package/esm/icons/iconRedo2.js
CHANGED
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconRedo2 = ({ 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": "IconRedo2", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 6.87a1 1 0 011-1h9a1 1 0 110 2H4v7h14.586l-2.293-2.293a1 1 0 011.414-1.415l4 4a1 1 0 010 1.415l-4 4a1 1 0 11-1.414-1.415l2.293-2.292H3a1 1 0 01-1-1v-9z" })] });
|
|
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": "IconRedo2", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 6.87a1 1 0 011-1h9a1 1 0 110 2H4v7h14.586l-2.293-2.293a1 1 0 011.414-1.415l4 4a1 1 0 010 1.415l-4 4a1 1 0 11-1.414-1.415l2.293-2.292H3a1 1 0 01-1-1v-9z" })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconRefrigeration = ({ 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 24", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconRefrigeration", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { d: "M13 3a1 1 0 10-2 0v1.586L9.707 3.293a1 1 0 00-1.414 1.414L11 7.414v2.854L8.529 8.84l-.991-3.698a1 1 0 00-1.932.518l.473 1.766-1.373-.793a1 1 0 10-1 1.732l1.373.793-1.766.473a1 1 0 10.518 1.932l3.698-.99L10 12l-2.471 1.427-3.698-.991a1 1 0 10-.518 1.932l1.766.473-1.373.793a1 1 0 101 1.732l1.373-.793-.473 1.766a1 1 0 001.932.518l.99-3.698L11 13.732v2.854l-2.707 2.707a1 1 0 101.414 1.414L11 19.414V21a1 1 0 102 0v-1.586l1.293 1.293a1 1 0 001.414-1.414L13 16.586v-2.854l2.471 1.427.991 3.698a1 1 0 001.932-.518l-.473-1.766 1.373.793a1 1 0 101-1.732l-1.373-.793 1.766-.473a1 1 0 00-.518-1.932l-3.698.99L14 12l2.471-1.427 3.698.991a1 1 0 10.518-1.932l-1.766-.473 1.373-.793a1 1 0 10-1-1.732l-1.373.793.473-1.766a1 1 0 10-1.932-.518l-.99 3.698L13 10.268V7.414l2.707-2.707a1 1 0 00-1.414-1.414L13 4.586V3z" })] });
|
|
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 24", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconRefrigeration", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { d: "M13 3a1 1 0 10-2 0v1.586L9.707 3.293a1 1 0 00-1.414 1.414L11 7.414v2.854L8.529 8.84l-.991-3.698a1 1 0 00-1.932.518l.473 1.766-1.373-.793a1 1 0 10-1 1.732l1.373.793-1.766.473a1 1 0 10.518 1.932l3.698-.99L10 12l-2.471 1.427-3.698-.991a1 1 0 10-.518 1.932l1.766.473-1.373.793a1 1 0 101 1.732l1.373-.793-.473 1.766a1 1 0 001.932.518l.99-3.698L11 13.732v2.854l-2.707 2.707a1 1 0 101.414 1.414L11 19.414V21a1 1 0 102 0v-1.586l1.293 1.293a1 1 0 001.414-1.414L13 16.586v-2.854l2.471 1.427.991 3.698a1 1 0 001.932-.518l-.473-1.766 1.373.793a1 1 0 101-1.732l-1.373-.793 1.766-.473a1 1 0 00-.518-1.932l-3.698.99L14 12l2.471-1.427 3.698.991a1 1 0 10.518-1.932l-1.766-.473 1.373-.793a1 1 0 10-1-1.732l-1.373.793.473-1.766a1 1 0 10-1.932-.518l-.99 3.698L13 10.268V7.414l2.707-2.707a1 1 0 00-1.414-1.414L13 4.586V3z" })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconRemovePeople = ({ 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 24", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconRemovePeople", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", d: "M12 4a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5M7.5 6.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0M5.678 19c.71-2.909 3.092-5 6.322-5q.453 0 .879.053a1 1 0 0 0 .242-1.985A9 9 0 0 0 12 12c-4.758 0-8.083 3.521-8.496 7.906A1 1 0 0 0 4.5 21H12a1 1 0 1 0 0-2zm9.615-3.707a1 1 0 0 1 1.414 0L18 16.586l1.293-1.293a1 1 0 0 1 1.414 1.414L19.414 18l1.293 1.293a1 1 0 0 1-1.414 1.414L18 19.414l-1.293 1.293a1 1 0 0 1-1.414-1.414L16.586 18l-1.293-1.293a1 1 0 0 1 0-1.414", clipRule: "evenodd" })] });
|
|
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 24", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconRemovePeople", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", d: "M12 4a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5M7.5 6.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0M5.678 19c.71-2.909 3.092-5 6.322-5q.453 0 .879.053a1 1 0 0 0 .242-1.985A9 9 0 0 0 12 12c-4.758 0-8.083 3.521-8.496 7.906A1 1 0 0 0 4.5 21H12a1 1 0 1 0 0-2zm9.615-3.707a1 1 0 0 1 1.414 0L18 16.586l1.293-1.293a1 1 0 0 1 1.414 1.414L19.414 18l1.293 1.293a1 1 0 0 1-1.414 1.414L18 19.414l-1.293 1.293a1 1 0 0 1-1.414-1.414L16.586 18l-1.293-1.293a1 1 0 0 1 0-1.414", clipRule: "evenodd" })] }));
|
|
12
8
|
};
|
package/esm/icons/iconRepeat.js
CHANGED
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconRepeat = ({ 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": "IconRepeat", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.293 3.163a1 1 0 011.414 0l3 3a1 1 0 010 1.414l-3 3a1 1 0 11-1.414-1.414l1.293-1.293H5v4a1 1 0 11-2 0v-5a1 1 0 011-1h13.586l-1.293-1.293a1 1 0 010-1.414zM21 13.87v5a1 1 0 01-1 1H6.414l1.293 1.293a1 1 0 11-1.414 1.414l-3-3a1 1 0 010-1.415l3-3a1 1 0 011.414 1.415L6.414 17.87H19v-4a1 1 0 112 0z" })] });
|
|
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": "IconRepeat", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.293 3.163a1 1 0 011.414 0l3 3a1 1 0 010 1.414l-3 3a1 1 0 11-1.414-1.414l1.293-1.293H5v4a1 1 0 11-2 0v-5a1 1 0 011-1h13.586l-1.293-1.293a1 1 0 010-1.414zM21 13.87v5a1 1 0 01-1 1H6.414l1.293 1.293a1 1 0 11-1.414 1.414l-3-3a1 1 0 010-1.415l3-3a1 1 0 011.414 1.415L6.414 17.87H19v-4a1 1 0 112 0z" })] }));
|
|
12
8
|
};
|
package/esm/icons/iconRepeat2.js
CHANGED
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconRepeat2 = ({ 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": "IconRepeat2", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.293 22.577a1 1 0 001.414 0l3-3a1 1 0 000-1.415l-3-3a1 1 0 00-1.414 1.415l1.293 1.293H5v-4a1 1 0 10-2 0v5a1 1 0 001 1h13.586l-1.293 1.293a1 1 0 000 1.414zM21 11.87v-5a1 1 0 00-1-1H6.414l1.293-1.293a1 1 0 00-1.414-1.414l-3 3a1 1 0 000 1.414l3 3a1 1 0 101.414-1.414L6.414 7.87H19v4a1 1 0 102 0z" })] });
|
|
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": "IconRepeat2", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.293 22.577a1 1 0 001.414 0l3-3a1 1 0 000-1.415l-3-3a1 1 0 00-1.414 1.415l1.293 1.293H5v-4a1 1 0 10-2 0v5a1 1 0 001 1h13.586l-1.293 1.293a1 1 0 000 1.414zM21 11.87v-5a1 1 0 00-1-1H6.414l1.293-1.293a1 1 0 00-1.414-1.414l-3 3a1 1 0 000 1.414l3 3a1 1 0 101.414-1.414L6.414 7.87H19v4a1 1 0 102 0z" })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconResizeBig = ({ 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": "IconResizeBig", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.293 4.163A1 1 0 014 3.87h16a1 1 0 011 1v9a1 1 0 11-2 0v-8H5v14h8a1 1 0 110 2H4a1 1 0 01-1-1v-16a1 1 0 01.293-.707zm6 6A1 1 0 0110 9.87h5a1 1 0 110 2h-2.586l6.293 6.293a1 1 0 01-1.414 1.414L11 13.284v2.586a1 1 0 11-2 0v-5a1 1 0 01.293-.707z" })] });
|
|
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": "IconResizeBig", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.293 4.163A1 1 0 014 3.87h16a1 1 0 011 1v9a1 1 0 11-2 0v-8H5v14h8a1 1 0 110 2H4a1 1 0 01-1-1v-16a1 1 0 01.293-.707zm6 6A1 1 0 0110 9.87h5a1 1 0 110 2h-2.586l6.293 6.293a1 1 0 01-1.414 1.414L11 13.284v2.586a1 1 0 11-2 0v-5a1 1 0 01.293-.707z" })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconResizeSmall = ({ 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": "IconResizeSmall", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 3.87a1 1 0 011 1v5a1 1 0 01-2 0v-4H5v14h4a1 1 0 110 2H4a1 1 0 01-1-1v-16a1 1 0 011-1h16zm-1 11a1 1 0 112 0v6a1 1 0 01-1 1h-6a1 1 0 110-2h3.586l-7.293-7.293a1 1 0 111.414-1.415L19 18.456V14.87z" })] });
|
|
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": "IconResizeSmall", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 3.87a1 1 0 011 1v5a1 1 0 01-2 0v-4H5v14h4a1 1 0 110 2H4a1 1 0 01-1-1v-16a1 1 0 011-1h16zm-1 11a1 1 0 112 0v6a1 1 0 01-1 1h-6a1 1 0 110-2h3.586l-7.293-7.293a1 1 0 111.414-1.415L19 18.456V14.87z" })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconRotateClockwise = ({ 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": "IconRotateClockwise", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.973 5.87a7 7 0 106.602 9.333 1 1 0 011.885.667 9 9 0 11-8.488-12c1.727 0 3.166.422 4.449 1.21.56.344 1.082.752 1.58 1.213V4.87a1 1 0 112 0v4a1 1 0 01-1 1h-4a1 1 0 110-2h1.757a8.316 8.316 0 00-1.383-1.086c-.958-.587-2.033-.914-3.402-.914z" })] });
|
|
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": "IconRotateClockwise", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.973 5.87a7 7 0 106.602 9.333 1 1 0 011.885.667 9 9 0 11-8.488-12c1.727 0 3.166.422 4.449 1.21.56.344 1.082.752 1.58 1.213V4.87a1 1 0 112 0v4a1 1 0 01-1 1h-4a1 1 0 110-2h1.757a8.316 8.316 0 00-1.383-1.086c-.958-.587-2.033-.914-3.402-.914z" })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconRotateCounterclockwise = ({ 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": "IconRotateCounterclockwise", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 3.87a1 1 0 011 1v1.423c.497-.46 1.019-.87 1.58-1.213 1.282-.788 2.721-1.21 4.447-1.21a9 9 0 11-8.487 12 1 1 0 111.886-.667 7 7 0 106.602-9.333c-1.37 0-2.445.327-3.403.914-.474.291-.93.653-1.383 1.086h1.757a1 1 0 110 2H5a1 1 0 01-1-1v-4a1 1 0 011-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": "IconRotateCounterclockwise", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 3.87a1 1 0 011 1v1.423c.497-.46 1.019-.87 1.58-1.213 1.282-.788 2.721-1.21 4.447-1.21a9 9 0 11-8.487 12 1 1 0 111.886-.667 7 7 0 106.602-9.333c-1.37 0-2.445.327-3.403.914-.474.291-.93.653-1.383 1.086h1.757a1 1 0 110 2H5a1 1 0 01-1-1v-4a1 1 0 011-1z" })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconRotateRepeat = ({ 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": "IconRotateRepeat", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("g", { fillRule: "evenodd", clipRule: "evenodd", children: _jsx("path", { d: "M16.08 17.861a1 1 0 0 1-1-1v-1.244a9.149 9.149 0 0 1-6 2.244 9 9 0 0 1-9-9 1 1 0 1 1 2 0 7 7 0 0 0 7 7 7.151 7.151 0 0 0 4.957-2H12.08a1 1 0 0 1 0-2h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1ZM2.08 0a1 1 0 0 1 1 1v1.244A9.15 9.15 0 0 1 9.08 0a9 9 0 0 1 9 9 1 1 0 1 1-2 0 7 7 0 0 0-7-7 7.151 7.151 0 0 0-4.957 2H6.08a1 1 0 0 1 0 2h-4a1 1 0 0 1-1-1V1a1 1 0 0 1 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": "IconRotateRepeat", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("g", { fillRule: "evenodd", clipRule: "evenodd", children: _jsx("path", { d: "M16.08 17.861a1 1 0 0 1-1-1v-1.244a9.149 9.149 0 0 1-6 2.244 9 9 0 0 1-9-9 1 1 0 1 1 2 0 7 7 0 0 0 7 7 7.151 7.151 0 0 0 4.957-2H12.08a1 1 0 0 1 0-2h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1ZM2.08 0a1 1 0 0 1 1 1v1.244A9.15 9.15 0 0 1 9.08 0a9 9 0 0 1 9 9 1 1 0 1 1-2 0 7 7 0 0 0-7-7 7.151 7.151 0 0 0-4.957 2H6.08a1 1 0 0 1 0 2h-4a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1Z" }) })] }));
|
|
12
8
|
};
|
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconRotateRepeat2 = ({ 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": "IconRotateRepeat2", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { d: "M19 12.87c0-.55.45-1 1-1h.01c.55 0 1 .45 1 1a9 9 0 01-9 9c-2.28 0-4.39-.86-6-2.27v1.27c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.02.005-.04.01-.06.005-.02.01-.04.01-.06.01-.07.02-.13.04-.2a.848.848 0 01.057-.126l.023-.044.03-.045c.026-.041.05-.078.08-.115.04-.06.09-.1.15-.14.013-.009.023-.021.035-.034.015-.017.032-.035.055-.046.02-.02.04-.02.06-.02a.657.657 0 01.135-.046l.055-.014c.06-.02.12-.04.19-.04.02 0 .06-.01.06-.01h4c.55 0 1 .45 1 1s-.45 1-1 1H7.05c1.28 1.23 3.04 2 4.95 2 3.87 0 7-3.13 7-7zM12 5.87c-3.87 0-7 3.13-7 7 0 .55-.45 1-1 1s-1-.45-1-1c0-4.97 4.03-9 8.99-9 2.29 0 4.4.87 6.01 2.28V4.87c0-.55.45-1 1-1s1 .45 1 1v4.01c0 .07-.02.14-.04.21-.01.02-.01.05-.01.07a.845.845 0 01-.155.305.177.177 0 01-.025.035c-.06.07-.14.13-.22.19l-.018.02a.1.1 0 01-.032.03c-.01.01-.02.01-.03.01-.07.04-.15.06-.23.08-.021.003-.041.008-.061.013-.036.008-.07.017-.109.017-.02 0-.06.01-.06.01h-4c-.55 0-1-.45-1-1s.45-1 1-1h1.94c-1.28-1.23-3.04-2-4.95-2z" })] });
|
|
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": "IconRotateRepeat2", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { d: "M19 12.87c0-.55.45-1 1-1h.01c.55 0 1 .45 1 1a9 9 0 01-9 9c-2.28 0-4.39-.86-6-2.27v1.27c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.02.005-.04.01-.06.005-.02.01-.04.01-.06.01-.07.02-.13.04-.2a.848.848 0 01.057-.126l.023-.044.03-.045c.026-.041.05-.078.08-.115.04-.06.09-.1.15-.14.013-.009.023-.021.035-.034.015-.017.032-.035.055-.046.02-.02.04-.02.06-.02a.657.657 0 01.135-.046l.055-.014c.06-.02.12-.04.19-.04.02 0 .06-.01.06-.01h4c.55 0 1 .45 1 1s-.45 1-1 1H7.05c1.28 1.23 3.04 2 4.95 2 3.87 0 7-3.13 7-7zM12 5.87c-3.87 0-7 3.13-7 7 0 .55-.45 1-1 1s-1-.45-1-1c0-4.97 4.03-9 8.99-9 2.29 0 4.4.87 6.01 2.28V4.87c0-.55.45-1 1-1s1 .45 1 1v4.01c0 .07-.02.14-.04.21-.01.02-.01.05-.01.07a.845.845 0 01-.155.305.177.177 0 01-.025.035c-.06.07-.14.13-.22.19l-.018.02a.1.1 0 01-.032.03c-.01.01-.02.01-.03.01-.07.04-.15.06-.23.08-.021.003-.041.008-.061.013-.036.008-.07.017-.109.017-.02 0-.06.01-.06.01h-4c-.55 0-1-.45-1-1s.45-1 1-1h1.94c-1.28-1.23-3.04-2-4.95-2z" })] }));
|
|
12
8
|
};
|
package/esm/icons/iconRoute.js
CHANGED
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconRoute = ({ 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 24", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconRoute", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.12 7.98a3.008 3.008 0 01-1.263.732v3.455c0 .46-.384.833-.857.833a.845.845 0 01-.857-.833V8.713a3.001 3.001 0 01-1.265-.734 2.86 2.86 0 010-4.125 3.061 3.061 0 014.243 0 2.86 2.86 0 010 4.125zm-3.03-2.947a1.312 1.312 0 011.819 0c.503.488.502 1.28 0 1.767a1.302 1.302 0 01-.91.367c-.33 0-.658-.123-.908-.366a1.226 1.226 0 010-1.768zM6.857 14.712a3.007 3.007 0 001.264-.733 2.86 2.86 0 000-4.125 3.061 3.061 0 00-4.242 0 2.86 2.86 0 000 4.125c.365.356.8.6 1.264.734v3.454c0 .46.384.833.857.833a.845.845 0 00.857-.833v-3.455zm.052-3.68a1.312 1.312 0 00-1.819.001 1.226 1.226 0 00.001 1.768c.25.243.578.365.907.366.33 0 .66-.122.911-.367a1.225 1.225 0 000-1.767z" }), _jsx("path", { d: "M11.571 14.778c0-.43.384-.778.858-.778h4.714c.473 0 .857.348.857.778 0 .43-.384.778-.857.778h-3.857v4.666c0 .43-.384.778-.857.778H6.857C6.384 21 6 20.652 6 20.222c0-.43.384-.778.857-.778h4.714v-4.666z" })] });
|
|
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 24", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconRoute", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.12 7.98a3.008 3.008 0 01-1.263.732v3.455c0 .46-.384.833-.857.833a.845.845 0 01-.857-.833V8.713a3.001 3.001 0 01-1.265-.734 2.86 2.86 0 010-4.125 3.061 3.061 0 014.243 0 2.86 2.86 0 010 4.125zm-3.03-2.947a1.312 1.312 0 011.819 0c.503.488.502 1.28 0 1.767a1.302 1.302 0 01-.91.367c-.33 0-.658-.123-.908-.366a1.226 1.226 0 010-1.768zM6.857 14.712a3.007 3.007 0 001.264-.733 2.86 2.86 0 000-4.125 3.061 3.061 0 00-4.242 0 2.86 2.86 0 000 4.125c.365.356.8.6 1.264.734v3.454c0 .46.384.833.857.833a.845.845 0 00.857-.833v-3.455zm.052-3.68a1.312 1.312 0 00-1.819.001 1.226 1.226 0 00.001 1.768c.25.243.578.365.907.366.33 0 .66-.122.911-.367a1.225 1.225 0 000-1.767z" }), _jsx("path", { d: "M11.571 14.778c0-.43.384-.778.858-.778h4.714c.473 0 .857.348.857.778 0 .43-.384.778-.857.778h-3.857v4.666c0 .43-.384.778-.857.778H6.857C6.384 21 6 20.652 6 20.222c0-.43.384-.778.857-.778h4.714v-4.666z" })] }));
|
|
12
8
|
};
|
package/esm/icons/iconRuler.js
CHANGED
|
@@ -3,10 +3,6 @@ import { useId, useMemo } from "react";
|
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
4
|
export const IconRuler = ({ 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": "IconRuler", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.293 3.163a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-12 12a1 1 0 01-1.414 0l-6-6a1 1 0 010-1.415l12-12zm-.879 3.707l.543.543a1 1 0 01-1.414 1.414L12 8.284 10.414 9.87l1.543 1.543a1 1 0 01-1.414 1.414L9 11.284 7.414 12.87l.543.543a1 1 0 11-1.414 1.414L6 14.284 4.414 15.87 9 20.455 19.586 9.87 15 5.284 13.414 6.87z" })] });
|
|
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": "IconRuler", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.293 3.163a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-12 12a1 1 0 01-1.414 0l-6-6a1 1 0 010-1.415l12-12zm-.879 3.707l.543.543a1 1 0 01-1.414 1.414L12 8.284 10.414 9.87l1.543 1.543a1 1 0 01-1.414 1.414L9 11.284 7.414 12.87l.543.543a1 1 0 11-1.414 1.414L6 14.284 4.414 15.87 9 20.455 19.586 9.87 15 5.284 13.414 6.87z" })] }));
|
|
12
8
|
};
|